diff --git a/CHANGELOG.md b/CHANGELOG.md index 600f244b5..9271446d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,55 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [4.4.0](https://github.com/DTStack/dt-sql-parser/compare/v4.4.0-beta.0...v4.4.0) (2025-11-26) + +## [4.4.0-beta.0](https://github.com/DTStack/dt-sql-parser/compare/v4.3.1...v4.4.0-beta.0) (2025-11-18) + + +### Features + +* mark as entityCollecting in getAllEntities context to allow empty column ([ba6fbbb](https://github.com/DTStack/dt-sql-parser/commit/ba6fbbbe90bee79a7bba22350c3d50d6c9205b0d)) +* remove noReserved keywords in completions ([cf1957e](https://github.com/DTStack/dt-sql-parser/commit/cf1957e66896fbcb587f6038242e8f174b7045ff)) + + +### Bug Fixes + +* [#438](https://github.com/DTStack/dt-sql-parser/issues/438) syntaxContextType not duplicate ([4705620](https://github.com/DTStack/dt-sql-parser/commit/47056209150ef6aaade7c612700b7a289c279208)) +* **flink:** [#442](https://github.com/DTStack/dt-sql-parser/issues/442) fix flink's insert values() can't support function problem ([98ab7d4](https://github.com/DTStack/dt-sql-parser/commit/98ab7d459b189b7ef07cc1bf820524594a0cc78c)) +* **postgresql:** [#432](https://github.com/DTStack/dt-sql-parser/issues/432) remove error rule ([3684ae7](https://github.com/DTStack/dt-sql-parser/commit/3684ae71e92cefe4bac18174b757e162d3f89457)) + +### [4.3.1](https://github.com/DTStack/dt-sql-parser/compare/v4.3.0...v4.3.1) (2025-06-05) + + +### Bug Fixes + +* **common:** [#424](https://github.com/DTStack/dt-sql-parser/issues/424) allTokens slice when caretTokenIndex use tokenIndexOffset ([#426](https://github.com/DTStack/dt-sql-parser/issues/426)) ([616dc11](https://github.com/DTStack/dt-sql-parser/commit/616dc1126d742bcdd902752ddaedab9b352a8927)) + +## [4.3.0](https://github.com/DTStack/dt-sql-parser/compare/v4.2.0...v4.3.0) (2025-05-16) + + +### Features + +* [#410](https://github.com/DTStack/dt-sql-parser/issues/410) optimize processCandidates tokenIndexOffset ([#411](https://github.com/DTStack/dt-sql-parser/issues/411)) ([5fccaa1](https://github.com/DTStack/dt-sql-parser/commit/5fccaa1ac6724419e3f4799b4e4f8fcdba8c049d)) +* **all sql:** add all sql expression column ([#358](https://github.com/DTStack/dt-sql-parser/issues/358)) ([26219b8](https://github.com/DTStack/dt-sql-parser/commit/26219b8eb2086f560670d2a72469f1f6cb77fb44)) +* collect entity's attribute([#333](https://github.com/DTStack/dt-sql-parser/issues/333)) ([ab60b14](https://github.com/DTStack/dt-sql-parser/commit/ab60b144bcdb74383c3f0064531282d89bf46f75)) +* complete after error syntax ([#334](https://github.com/DTStack/dt-sql-parser/issues/334)) ([99b01e5](https://github.com/DTStack/dt-sql-parser/commit/99b01e5310597dc373c3d1589c1dcca2094c22c2)) +* **flinksql:** collect comment, type attribute for entity ([#319](https://github.com/DTStack/dt-sql-parser/issues/319)) ([1f1dd19](https://github.com/DTStack/dt-sql-parser/commit/1f1dd19ff1ef3b062ffbb99f60e8539b41ad1401)), closes [#305](https://github.com/DTStack/dt-sql-parser/issues/305) +* improve errorListener msg ([#281](https://github.com/DTStack/dt-sql-parser/issues/281)) ([ff49c91](https://github.com/DTStack/dt-sql-parser/commit/ff49c91623ae05f389bb0d9205bc485acbf7e0fb)) +* **merge conflict:** merge main solve conflict ([f17f19f](https://github.com/DTStack/dt-sql-parser/commit/f17f19f57a546aad9b9c8440ad6cfb4721f93f5c)) +* support semantic context of isNewStatement ([#361](https://github.com/DTStack/dt-sql-parser/issues/361)) ([042477d](https://github.com/DTStack/dt-sql-parser/commit/042477d363e7a3f7cdb7adb0a49625346506b4c5)) +* unify variables in lexer ([#366](https://github.com/DTStack/dt-sql-parser/issues/366)) ([07ff5dc](https://github.com/DTStack/dt-sql-parser/commit/07ff5dc5a1455efda434f71536b4fef38e45b5f0)) + + +### Bug Fixes + +* [#362](https://github.com/DTStack/dt-sql-parser/issues/362) set hiveVar value ([#369](https://github.com/DTStack/dt-sql-parser/issues/369)) ([ba9e3d6](https://github.com/DTStack/dt-sql-parser/commit/ba9e3d67cd43ccf07059e369cad7157931723221)) +* [#371](https://github.com/DTStack/dt-sql-parser/issues/371) export EntityContext types ([#372](https://github.com/DTStack/dt-sql-parser/issues/372)) ([c0a2854](https://github.com/DTStack/dt-sql-parser/commit/c0a28546a0dfa3b42e7a94e81db8b833a62d3f9e)) +* **flink:** fix flinksql syntax error about ROW and function using ([#383](https://github.com/DTStack/dt-sql-parser/issues/383)) ([188d42d](https://github.com/DTStack/dt-sql-parser/commit/188d42da72ad81d5e1f96c453e9e8238692cdb9f)) +* **flink:** resolve conflicts ([ec65d4e](https://github.com/DTStack/dt-sql-parser/commit/ec65d4e21ff0a4ca8e2997b42ccc887b3bba763b)) +* minimum collect candidates boundary to fix parse performance ([#378](https://github.com/DTStack/dt-sql-parser/issues/378)) ([64ed7e4](https://github.com/DTStack/dt-sql-parser/commit/64ed7e4cd30ed12238390d113f202d4122ef9d73)) +* spell check ([#337](https://github.com/DTStack/dt-sql-parser/issues/337)) ([fb55c99](https://github.com/DTStack/dt-sql-parser/commit/fb55c999542a11b197d33b35c25bd5801eff6fa7)) + ## [4.2.0](https://github.com/DTStack/dt-sql-parser/compare/v4.1.1...v4.2.0) (2025-05-09) diff --git a/jest.config.js b/jest.config.js index 39533fa9b..11dbcbeb5 100644 --- a/jest.config.js +++ b/jest.config.js @@ -184,4 +184,7 @@ module.exports = { // watchman: true transformIgnorePatterns: ['dist/', '/node_modules/.pnpm/(?!(antlr4ng|antlr4-c3)@)'], + + // Disable console output in tests + silent: true, }; diff --git a/package.json b/package.json index da996e01e..3ea2ef063 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dt-sql-parser", - "version": "4.2.0", + "version": "4.4.0", "authors": "DTStack Corporation", "description": "SQL Parsers for BigData, built with antlr4", "keywords": [ diff --git a/src/grammar/flink/FlinkSqlParser.g4 b/src/grammar/flink/FlinkSqlParser.g4 index b96892538..1c70c06a7 100644 --- a/src/grammar/flink/FlinkSqlParser.g4 +++ b/src/grammar/flink/FlinkSqlParser.g4 @@ -439,7 +439,12 @@ valuesDefinition ; valuesRowDefinition - : LR_BRACKET constant (COMMA constant)* RR_BRACKET + : LR_BRACKET valueDefinition (COMMA valueDefinition)* RR_BRACKET + ; + +valueDefinition + : constant + | functionCallExpression ; insertMulStatementCompatibility diff --git a/src/grammar/postgresql/PostgreSqlParser.g4 b/src/grammar/postgresql/PostgreSqlParser.g4 index 21ae81a91..592e0c76e 100644 --- a/src/grammar/postgresql/PostgreSqlParser.g4 +++ b/src/grammar/postgresql/PostgreSqlParser.g4 @@ -2378,7 +2378,6 @@ primaryExpression | OPEN_PAREN expression COMMA exprList CLOSE_PAREN | row KW_OVERLAPS row | columnNamePath - | qualifiedName | primaryExpression TYPECAST typename | (PLUS | MINUS) primaryExpression | primaryExpression qualOp primaryExpression? diff --git a/src/lib/flink/FlinkSqlParser.interp b/src/lib/flink/FlinkSqlParser.interp index 1de25841c..80ed68bf4 100644 --- a/src/lib/flink/FlinkSqlParser.interp +++ b/src/lib/flink/FlinkSqlParser.interp @@ -1166,6 +1166,7 @@ insertSimpleStatement insertPartitionDefinition valuesDefinition valuesRowDefinition +valueDefinition insertMulStatementCompatibility insertMulStatement queryStatement @@ -1285,4 +1286,4 @@ nonReservedKeywords atn: -[4, 1, 542, 2313, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20, 7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26, 2, 27, 7, 27, 2, 28, 7, 28, 2, 29, 7, 29, 2, 30, 7, 30, 2, 31, 7, 31, 2, 32, 7, 32, 2, 33, 7, 33, 2, 34, 7, 34, 2, 35, 7, 35, 2, 36, 7, 36, 2, 37, 7, 37, 2, 38, 7, 38, 2, 39, 7, 39, 2, 40, 7, 40, 2, 41, 7, 41, 2, 42, 7, 42, 2, 43, 7, 43, 2, 44, 7, 44, 2, 45, 7, 45, 2, 46, 7, 46, 2, 47, 7, 47, 2, 48, 7, 48, 2, 49, 7, 49, 2, 50, 7, 50, 2, 51, 7, 51, 2, 52, 7, 52, 2, 53, 7, 53, 2, 54, 7, 54, 2, 55, 7, 55, 2, 56, 7, 56, 2, 57, 7, 57, 2, 58, 7, 58, 2, 59, 7, 59, 2, 60, 7, 60, 2, 61, 7, 61, 2, 62, 7, 62, 2, 63, 7, 63, 2, 64, 7, 64, 2, 65, 7, 65, 2, 66, 7, 66, 2, 67, 7, 67, 2, 68, 7, 68, 2, 69, 7, 69, 2, 70, 7, 70, 2, 71, 7, 71, 2, 72, 7, 72, 2, 73, 7, 73, 2, 74, 7, 74, 2, 75, 7, 75, 2, 76, 7, 76, 2, 77, 7, 77, 2, 78, 7, 78, 2, 79, 7, 79, 2, 80, 7, 80, 2, 81, 7, 81, 2, 82, 7, 82, 2, 83, 7, 83, 2, 84, 7, 84, 2, 85, 7, 85, 2, 86, 7, 86, 2, 87, 7, 87, 2, 88, 7, 88, 2, 89, 7, 89, 2, 90, 7, 90, 2, 91, 7, 91, 2, 92, 7, 92, 2, 93, 7, 93, 2, 94, 7, 94, 2, 95, 7, 95, 2, 96, 7, 96, 2, 97, 7, 97, 2, 98, 7, 98, 2, 99, 7, 99, 2, 100, 7, 100, 2, 101, 7, 101, 2, 102, 7, 102, 2, 103, 7, 103, 2, 104, 7, 104, 2, 105, 7, 105, 2, 106, 7, 106, 2, 107, 7, 107, 2, 108, 7, 108, 2, 109, 7, 109, 2, 110, 7, 110, 2, 111, 7, 111, 2, 112, 7, 112, 2, 113, 7, 113, 2, 114, 7, 114, 2, 115, 7, 115, 2, 116, 7, 116, 2, 117, 7, 117, 2, 118, 7, 118, 2, 119, 7, 119, 2, 120, 7, 120, 2, 121, 7, 121, 2, 122, 7, 122, 2, 123, 7, 123, 2, 124, 7, 124, 2, 125, 7, 125, 2, 126, 7, 126, 2, 127, 7, 127, 2, 128, 7, 128, 2, 129, 7, 129, 2, 130, 7, 130, 2, 131, 7, 131, 2, 132, 7, 132, 2, 133, 7, 133, 2, 134, 7, 134, 2, 135, 7, 135, 2, 136, 7, 136, 2, 137, 7, 137, 2, 138, 7, 138, 2, 139, 7, 139, 2, 140, 7, 140, 2, 141, 7, 141, 2, 142, 7, 142, 2, 143, 7, 143, 2, 144, 7, 144, 2, 145, 7, 145, 2, 146, 7, 146, 2, 147, 7, 147, 2, 148, 7, 148, 2, 149, 7, 149, 2, 150, 7, 150, 2, 151, 7, 151, 2, 152, 7, 152, 2, 153, 7, 153, 2, 154, 7, 154, 2, 155, 7, 155, 2, 156, 7, 156, 2, 157, 7, 157, 2, 158, 7, 158, 2, 159, 7, 159, 2, 160, 7, 160, 2, 161, 7, 161, 2, 162, 7, 162, 2, 163, 7, 163, 2, 164, 7, 164, 2, 165, 7, 165, 2, 166, 7, 166, 2, 167, 7, 167, 2, 168, 7, 168, 2, 169, 7, 169, 2, 170, 7, 170, 2, 171, 7, 171, 2, 172, 7, 172, 2, 173, 7, 173, 2, 174, 7, 174, 2, 175, 7, 175, 2, 176, 7, 176, 2, 177, 7, 177, 2, 178, 7, 178, 2, 179, 7, 179, 2, 180, 7, 180, 2, 181, 7, 181, 2, 182, 7, 182, 2, 183, 7, 183, 2, 184, 7, 184, 2, 185, 7, 185, 2, 186, 7, 186, 2, 187, 7, 187, 2, 188, 7, 188, 2, 189, 7, 189, 2, 190, 7, 190, 2, 191, 7, 191, 2, 192, 7, 192, 1, 0, 5, 0, 388, 8, 0, 10, 0, 12, 0, 391, 9, 0, 1, 0, 1, 0, 1, 1, 1, 1, 3, 1, 397, 8, 1, 1, 1, 3, 1, 400, 8, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 414, 8, 2, 1, 3, 1, 3, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 3, 4, 432, 8, 4, 1, 5, 1, 5, 3, 5, 436, 8, 5, 1, 6, 1, 6, 1, 6, 1, 7, 1, 7, 1, 7, 1, 7, 3, 7, 445, 8, 7, 1, 7, 1, 7, 1, 7, 3, 7, 450, 8, 7, 1, 8, 1, 8, 1, 8, 5, 8, 455, 8, 8, 10, 8, 12, 8, 458, 9, 8, 1, 9, 1, 9, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 3, 10, 468, 8, 10, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 5, 11, 475, 8, 11, 10, 11, 12, 11, 478, 9, 11, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 489, 8, 12, 1, 12, 3, 12, 492, 8, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 499, 8, 12, 1, 12, 3, 12, 502, 8, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 510, 8, 12, 1, 12, 1, 12, 3, 12, 514, 8, 12, 1, 12, 1, 12, 1, 12, 3, 12, 519, 8, 12, 1, 12, 3, 12, 522, 8, 12, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 3, 13, 529, 8, 13, 1, 14, 1, 14, 1, 14, 1, 14, 1, 15, 1, 15, 3, 15, 537, 8, 15, 1, 16, 1, 16, 3, 16, 541, 8, 16, 1, 17, 1, 17, 1, 17, 1, 17, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 3, 18, 553, 8, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 3, 18, 561, 8, 18, 1, 18, 1, 18, 3, 18, 565, 8, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 3, 18, 597, 8, 18, 1, 19, 3, 19, 600, 8, 19, 1, 19, 4, 19, 603, 8, 19, 11, 19, 12, 19, 604, 1, 20, 1, 20, 3, 20, 609, 8, 20, 1, 21, 1, 21, 3, 21, 613, 8, 21, 1, 21, 1, 21, 3, 21, 617, 8, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 5, 21, 624, 8, 21, 10, 21, 12, 21, 627, 9, 21, 1, 21, 1, 21, 3, 21, 631, 8, 21, 1, 21, 1, 21, 3, 21, 635, 8, 21, 1, 21, 1, 21, 3, 21, 639, 8, 21, 1, 21, 1, 21, 1, 21, 3, 21, 644, 8, 21, 1, 21, 3, 21, 647, 8, 21, 1, 21, 1, 21, 3, 21, 651, 8, 21, 1, 22, 1, 22, 1, 22, 3, 22, 656, 8, 22, 1, 22, 1, 22, 1, 22, 1, 22, 3, 22, 662, 8, 22, 1, 23, 1, 23, 1, 23, 3, 23, 667, 8, 23, 1, 24, 1, 24, 1, 24, 3, 24, 672, 8, 24, 1, 24, 1, 24, 3, 24, 676, 8, 24, 1, 25, 1, 25, 3, 25, 680, 8, 25, 1, 26, 1, 26, 3, 26, 684, 8, 26, 1, 27, 1, 27, 1, 28, 1, 28, 1, 28, 1, 28, 5, 28, 692, 8, 28, 10, 28, 12, 28, 695, 9, 28, 1, 28, 1, 28, 1, 29, 1, 29, 1, 29, 3, 29, 702, 8, 29, 1, 29, 1, 29, 3, 29, 706, 8, 29, 1, 29, 1, 29, 3, 29, 710, 8, 29, 1, 29, 1, 29, 3, 29, 714, 8, 29, 1, 29, 1, 29, 3, 29, 718, 8, 29, 1, 29, 1, 29, 3, 29, 722, 8, 29, 1, 29, 1, 29, 3, 29, 726, 8, 29, 1, 29, 1, 29, 3, 29, 730, 8, 29, 1, 29, 1, 29, 3, 29, 734, 8, 29, 3, 29, 736, 8, 29, 1, 30, 1, 30, 1, 30, 1, 30, 1, 31, 1, 31, 1, 31, 1, 31, 3, 31, 746, 8, 31, 1, 31, 1, 31, 1, 32, 1, 32, 1, 32, 1, 32, 3, 32, 754, 8, 32, 1, 32, 1, 32, 1, 33, 1, 33, 1, 33, 1, 33, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 5, 35, 776, 8, 35, 10, 35, 12, 35, 779, 9, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 5, 35, 790, 8, 35, 10, 35, 12, 35, 793, 9, 35, 1, 35, 1, 35, 3, 35, 797, 8, 35, 1, 36, 1, 36, 3, 36, 801, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 807, 8, 36, 1, 36, 3, 36, 810, 8, 36, 1, 36, 3, 36, 813, 8, 36, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 3, 37, 820, 8, 37, 1, 37, 3, 37, 823, 8, 37, 1, 38, 1, 38, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 3, 39, 832, 8, 39, 1, 40, 1, 40, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 3, 42, 844, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 43, 1, 43, 1, 44, 1, 44, 1, 44, 1, 44, 1, 45, 1, 45, 1, 45, 1, 45, 1, 46, 1, 46, 1, 46, 1, 46, 5, 46, 866, 8, 46, 10, 46, 12, 46, 869, 9, 46, 1, 46, 1, 46, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 5, 47, 878, 8, 47, 10, 47, 12, 47, 881, 9, 47, 1, 47, 1, 47, 3, 47, 885, 8, 47, 1, 48, 1, 48, 3, 48, 889, 8, 48, 1, 49, 1, 49, 1, 49, 1, 49, 5, 49, 895, 8, 49, 10, 49, 12, 49, 898, 9, 49, 1, 49, 3, 49, 901, 8, 49, 1, 50, 1, 50, 1, 50, 1, 50, 3, 50, 907, 8, 50, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 52, 1, 52, 1, 52, 3, 52, 917, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 922, 8, 52, 1, 52, 1, 52, 1, 53, 1, 53, 3, 53, 928, 8, 53, 1, 53, 1, 53, 3, 53, 932, 8, 53, 1, 53, 1, 53, 3, 53, 936, 8, 53, 1, 53, 1, 53, 3, 53, 940, 8, 53, 1, 53, 1, 53, 1, 53, 1, 54, 1, 54, 1, 54, 1, 54, 3, 54, 949, 8, 54, 1, 54, 1, 54, 3, 54, 953, 8, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 3, 54, 960, 8, 54, 1, 54, 3, 54, 963, 8, 54, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 5, 55, 971, 8, 55, 10, 55, 12, 55, 974, 9, 55, 1, 56, 1, 56, 1, 57, 1, 57, 1, 57, 3, 57, 981, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 989, 8, 57, 1, 58, 1, 58, 3, 58, 993, 8, 58, 1, 58, 1, 58, 1, 58, 1, 59, 1, 59, 1, 59, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 1008, 8, 60, 1, 61, 1, 61, 1, 61, 1, 61, 1, 62, 1, 62, 1, 62, 1, 62, 1, 63, 1, 63, 1, 63, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 3, 64, 1027, 8, 64, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 66, 1, 66, 1, 66, 1, 66, 3, 66, 1038, 8, 66, 1, 66, 1, 66, 3, 66, 1042, 8, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 3, 66, 1049, 8, 66, 1, 67, 1, 67, 1, 67, 3, 67, 1054, 8, 67, 1, 67, 1, 67, 1, 68, 1, 68, 3, 68, 1060, 8, 68, 1, 68, 1, 68, 3, 68, 1064, 8, 68, 1, 68, 1, 68, 1, 69, 1, 69, 1, 69, 3, 69, 1071, 8, 69, 1, 69, 1, 69, 3, 69, 1075, 8, 69, 1, 70, 1, 70, 3, 70, 1079, 8, 70, 1, 70, 1, 70, 3, 70, 1083, 8, 70, 1, 70, 1, 70, 1, 71, 1, 71, 1, 71, 1, 71, 3, 71, 1091, 8, 71, 1, 71, 1, 71, 3, 71, 1095, 8, 71, 1, 71, 1, 71, 1, 72, 3, 72, 1100, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 1106, 8, 72, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 1112, 8, 73, 1, 73, 3, 73, 1115, 8, 73, 1, 73, 1, 73, 3, 73, 1119, 8, 73, 1, 74, 1, 74, 1, 74, 1, 75, 1, 75, 1, 75, 1, 75, 5, 75, 1128, 8, 75, 10, 75, 12, 75, 1131, 9, 75, 1, 76, 1, 76, 1, 76, 1, 76, 5, 76, 1137, 8, 76, 10, 76, 12, 76, 1140, 9, 76, 1, 76, 1, 76, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 4, 77, 1151, 8, 77, 11, 77, 12, 77, 1152, 1, 77, 1, 77, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 4, 78, 1163, 8, 78, 11, 78, 12, 78, 1164, 1, 78, 1, 78, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 3, 79, 1180, 8, 79, 1, 79, 3, 79, 1183, 8, 79, 1, 79, 1, 79, 3, 79, 1187, 8, 79, 1, 79, 3, 79, 1190, 8, 79, 3, 79, 1192, 8, 79, 1, 79, 1, 79, 1, 79, 3, 79, 1197, 8, 79, 1, 79, 1, 79, 3, 79, 1201, 8, 79, 1, 79, 3, 79, 1204, 8, 79, 5, 79, 1206, 8, 79, 10, 79, 12, 79, 1209, 9, 79, 1, 80, 1, 80, 1, 80, 1, 80, 5, 80, 1215, 8, 80, 10, 80, 12, 80, 1218, 9, 80, 1, 81, 1, 81, 1, 81, 1, 81, 5, 81, 1224, 8, 81, 10, 81, 12, 81, 1227, 9, 81, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 5, 82, 1234, 8, 82, 10, 82, 12, 82, 1237, 9, 82, 1, 82, 1, 82, 3, 82, 1241, 8, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 83, 1, 83, 1, 84, 1, 84, 3, 84, 1252, 8, 84, 1, 84, 3, 84, 1255, 8, 84, 1, 84, 3, 84, 1258, 8, 84, 1, 84, 3, 84, 1261, 8, 84, 1, 84, 3, 84, 1264, 8, 84, 1, 84, 1, 84, 1, 84, 1, 84, 3, 84, 1270, 8, 84, 1, 85, 1, 85, 3, 85, 1274, 8, 85, 1, 85, 1, 85, 1, 85, 1, 85, 5, 85, 1280, 8, 85, 10, 85, 12, 85, 1283, 9, 85, 3, 85, 1285, 8, 85, 1, 86, 1, 86, 1, 86, 3, 86, 1290, 8, 86, 1, 86, 3, 86, 1293, 8, 86, 1, 86, 1, 86, 3, 86, 1297, 8, 86, 1, 86, 3, 86, 1300, 8, 86, 3, 86, 1302, 8, 86, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 3, 87, 1316, 8, 87, 1, 88, 1, 88, 1, 88, 1, 89, 1, 89, 1, 89, 1, 89, 5, 89, 1325, 8, 89, 10, 89, 12, 89, 1328, 9, 89, 1, 89, 1, 89, 3, 89, 1332, 8, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 3, 89, 1340, 8, 89, 1, 89, 3, 89, 1343, 8, 89, 1, 89, 3, 89, 1346, 8, 89, 1, 89, 1, 89, 1, 89, 3, 89, 1351, 8, 89, 5, 89, 1353, 8, 89, 10, 89, 12, 89, 1356, 9, 89, 1, 90, 1, 90, 3, 90, 1360, 8, 90, 1, 91, 3, 91, 1363, 8, 91, 1, 91, 1, 91, 3, 91, 1367, 8, 91, 1, 91, 1, 91, 3, 91, 1371, 8, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 3, 91, 1380, 8, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 3, 91, 1391, 8, 91, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 93, 1, 93, 1, 94, 1, 94, 1, 94, 1, 94, 1, 94, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 5, 96, 1416, 8, 96, 10, 96, 12, 96, 1419, 9, 96, 1, 96, 1, 96, 1, 97, 1, 97, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 3, 98, 1440, 8, 98, 1, 99, 1, 99, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 101, 1, 101, 1, 101, 1, 101, 3, 101, 1453, 8, 101, 1, 102, 1, 102, 1, 102, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 5, 103, 1463, 8, 103, 10, 103, 12, 103, 1466, 9, 103, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 5, 104, 1476, 8, 104, 10, 104, 12, 104, 1479, 9, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 5, 104, 1488, 8, 104, 10, 104, 12, 104, 1491, 9, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 5, 104, 1500, 8, 104, 10, 104, 12, 104, 1503, 9, 104, 1, 104, 1, 104, 1, 104, 3, 104, 1508, 8, 104, 1, 105, 1, 105, 1, 105, 1, 106, 1, 106, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 108, 1, 108, 1, 109, 1, 109, 1, 110, 1, 110, 1, 110, 1, 111, 1, 111, 1, 111, 1, 111, 5, 111, 1533, 8, 111, 10, 111, 12, 111, 1536, 9, 111, 1, 112, 1, 112, 1, 112, 1, 112, 1, 113, 3, 113, 1543, 8, 113, 1, 113, 1, 113, 3, 113, 1547, 8, 113, 1, 113, 3, 113, 1550, 8, 113, 1, 113, 3, 113, 1553, 8, 113, 1, 113, 1, 113, 1, 114, 1, 114, 1, 114, 3, 114, 1560, 8, 114, 1, 114, 3, 114, 1563, 8, 114, 1, 114, 3, 114, 1566, 8, 114, 1, 114, 3, 114, 1569, 8, 114, 1, 114, 3, 114, 1572, 8, 114, 1, 114, 3, 114, 1575, 8, 114, 1, 114, 1, 114, 1, 114, 3, 114, 1580, 8, 114, 1, 114, 3, 114, 1583, 8, 114, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 5, 115, 1590, 8, 115, 10, 115, 12, 115, 1593, 9, 115, 1, 116, 1, 116, 3, 116, 1597, 8, 116, 1, 116, 1, 116, 3, 116, 1601, 8, 116, 1, 117, 1, 117, 1, 117, 3, 117, 1606, 8, 117, 1, 118, 1, 118, 1, 118, 1, 118, 3, 118, 1612, 8, 118, 1, 118, 1, 118, 1, 118, 3, 118, 1617, 8, 118, 5, 118, 1619, 8, 118, 10, 118, 12, 118, 1622, 9, 118, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 3, 119, 1640, 8, 119, 1, 120, 1, 120, 1, 120, 1, 120, 5, 120, 1646, 8, 120, 10, 120, 12, 120, 1649, 9, 120, 1, 121, 1, 121, 1, 121, 4, 121, 1654, 8, 121, 11, 121, 12, 121, 1655, 1, 121, 1, 121, 3, 121, 1660, 8, 121, 1, 122, 1, 122, 3, 122, 1664, 8, 122, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 3, 123, 1674, 8, 123, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 3, 124, 1700, 8, 124, 1, 125, 1, 125, 1, 125, 1, 125, 5, 125, 1706, 8, 125, 10, 125, 12, 125, 1709, 9, 125, 1, 126, 1, 126, 1, 126, 1, 126, 1, 126, 1, 126, 1, 126, 1, 126, 1, 126, 3, 126, 1720, 8, 126, 1, 127, 1, 127, 1, 127, 1, 127, 1, 127, 1, 128, 1, 128, 1, 128, 1, 129, 1, 129, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 3, 130, 1742, 8, 130, 3, 130, 1744, 8, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 3, 130, 1755, 8, 130, 1, 130, 5, 130, 1758, 8, 130, 10, 130, 12, 130, 1761, 9, 130, 1, 131, 3, 131, 1764, 8, 131, 1, 131, 1, 131, 3, 131, 1768, 8, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 3, 131, 1775, 8, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 5, 131, 1782, 8, 131, 10, 131, 12, 131, 1785, 9, 131, 1, 131, 1, 131, 1, 131, 3, 131, 1790, 8, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 3, 131, 1803, 8, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 3, 131, 1810, 8, 131, 1, 131, 1, 131, 1, 131, 3, 131, 1815, 8, 131, 1, 131, 1, 131, 1, 131, 1, 131, 3, 131, 1821, 8, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 3, 131, 1828, 8, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 3, 131, 1835, 8, 131, 3, 131, 1837, 8, 131, 1, 132, 3, 132, 1840, 8, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 5, 132, 1850, 8, 132, 10, 132, 12, 132, 1853, 9, 132, 1, 132, 1, 132, 3, 132, 1857, 8, 132, 1, 132, 3, 132, 1860, 8, 132, 1, 132, 1, 132, 1, 132, 1, 132, 3, 132, 1866, 8, 132, 3, 132, 1868, 8, 132, 1, 133, 1, 133, 1, 133, 1, 133, 3, 133, 1874, 8, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 5, 133, 1895, 8, 133, 10, 133, 12, 133, 1898, 9, 133, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 3, 134, 1905, 8, 134, 1, 134, 1, 134, 1, 134, 5, 134, 1910, 8, 134, 10, 134, 12, 134, 1913, 9, 134, 3, 134, 1915, 8, 134, 1, 134, 1, 134, 3, 134, 1919, 8, 134, 1, 135, 1, 135, 1, 135, 4, 135, 1924, 8, 135, 11, 135, 12, 135, 1925, 1, 135, 1, 135, 3, 135, 1930, 8, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 4, 135, 1937, 8, 135, 11, 135, 12, 135, 1938, 1, 135, 1, 135, 3, 135, 1943, 8, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 3, 135, 1959, 8, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 3, 135, 1968, 8, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 3, 135, 1996, 8, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 5, 135, 2003, 8, 135, 10, 135, 12, 135, 2006, 9, 135, 1, 136, 1, 136, 1, 137, 1, 137, 1, 137, 1, 137, 3, 137, 2014, 8, 137, 1, 138, 1, 138, 1, 138, 1, 138, 3, 138, 2020, 8, 138, 1, 139, 1, 139, 3, 139, 2024, 8, 139, 1, 140, 1, 140, 1, 140, 1, 140, 3, 140, 2030, 8, 140, 1, 141, 1, 141, 1, 142, 1, 142, 1, 143, 1, 143, 3, 143, 2038, 8, 143, 1, 144, 1, 144, 1, 144, 3, 144, 2043, 8, 144, 1, 145, 1, 145, 3, 145, 2047, 8, 145, 1, 146, 1, 146, 1, 146, 4, 146, 2052, 8, 146, 11, 146, 12, 146, 2053, 1, 147, 1, 147, 1, 147, 3, 147, 2059, 8, 147, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 149, 3, 149, 2067, 8, 149, 1, 149, 1, 149, 3, 149, 2071, 8, 149, 1, 150, 3, 150, 2074, 8, 150, 1, 150, 1, 150, 3, 150, 2078, 8, 150, 1, 151, 1, 151, 1, 151, 1, 152, 1, 152, 4, 152, 2085, 8, 152, 11, 152, 12, 152, 2086, 1, 152, 3, 152, 2090, 8, 152, 1, 153, 1, 153, 1, 153, 1, 153, 1, 154, 1, 154, 1, 154, 5, 154, 2099, 8, 154, 10, 154, 12, 154, 2102, 9, 154, 1, 155, 1, 155, 1, 155, 3, 155, 2107, 8, 155, 1, 156, 1, 156, 1, 157, 1, 157, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 159, 1, 159, 1, 160, 1, 160, 1, 161, 1, 161, 1, 161, 3, 161, 2125, 8, 161, 1, 162, 1, 162, 1, 162, 3, 162, 2130, 8, 162, 1, 163, 1, 163, 1, 163, 3, 163, 2135, 8, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 3, 163, 2142, 8, 163, 3, 163, 2144, 8, 163, 1, 164, 1, 164, 1, 164, 3, 164, 2149, 8, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 3, 164, 2156, 8, 164, 3, 164, 2158, 8, 164, 1, 165, 1, 165, 1, 165, 3, 165, 2163, 8, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 3, 165, 2170, 8, 165, 3, 165, 2172, 8, 165, 1, 166, 1, 166, 1, 166, 3, 166, 2177, 8, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 3, 166, 2184, 8, 166, 3, 166, 2186, 8, 166, 1, 167, 1, 167, 1, 167, 5, 167, 2191, 8, 167, 10, 167, 12, 167, 2194, 9, 167, 1, 168, 1, 168, 1, 168, 1, 169, 1, 169, 1, 169, 1, 169, 1, 170, 1, 170, 1, 170, 1, 171, 1, 171, 1, 171, 1, 171, 5, 171, 2210, 8, 171, 10, 171, 12, 171, 2213, 9, 171, 1, 171, 1, 171, 1, 172, 1, 172, 3, 172, 2219, 8, 172, 1, 172, 3, 172, 2222, 8, 172, 1, 173, 1, 173, 1, 173, 3, 173, 2227, 8, 173, 1, 174, 1, 174, 1, 174, 1, 174, 3, 174, 2233, 8, 174, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 3, 175, 2241, 8, 175, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 3, 176, 2257, 8, 176, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 3, 177, 2266, 8, 177, 1, 178, 1, 178, 1, 179, 1, 179, 1, 180, 1, 180, 1, 180, 1, 180, 3, 180, 2276, 8, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 3, 180, 2283, 8, 180, 1, 180, 3, 180, 2286, 8, 180, 1, 181, 1, 181, 1, 181, 1, 182, 1, 182, 1, 183, 1, 183, 1, 184, 1, 184, 1, 185, 1, 185, 1, 186, 1, 186, 1, 187, 1, 187, 1, 188, 1, 188, 1, 189, 1, 189, 1, 190, 1, 190, 1, 191, 1, 191, 1, 192, 1, 192, 1, 192, 1, 2192, 5, 158, 178, 260, 266, 270, 193, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, 172, 174, 176, 178, 180, 182, 184, 186, 188, 190, 192, 194, 196, 198, 200, 202, 204, 206, 208, 210, 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, 232, 234, 236, 238, 240, 242, 244, 246, 248, 250, 252, 254, 256, 258, 260, 262, 264, 266, 268, 270, 272, 274, 276, 278, 280, 282, 284, 286, 288, 290, 292, 294, 296, 298, 300, 302, 304, 306, 308, 310, 312, 314, 316, 318, 320, 322, 324, 326, 328, 330, 332, 334, 336, 338, 340, 342, 344, 346, 348, 350, 352, 354, 356, 358, 360, 362, 364, 366, 368, 370, 372, 374, 376, 378, 380, 382, 384, 0, 47, 2, 0, 109, 109, 451, 451, 3, 0, 45, 45, 128, 128, 189, 189, 4, 0, 42, 42, 90, 90, 423, 423, 465, 465, 2, 0, 442, 442, 448, 448, 2, 0, 151, 151, 170, 170, 2, 0, 438, 438, 490, 490, 2, 0, 483, 486, 488, 488, 3, 0, 32, 32, 91, 91, 245, 245, 11, 0, 28, 29, 35, 35, 46, 46, 92, 92, 178, 179, 345, 345, 361, 361, 379, 379, 382, 382, 388, 388, 417, 418, 2, 0, 434, 434, 436, 436, 4, 0, 101, 102, 115, 115, 144, 144, 247, 247, 2, 0, 13, 13, 232, 232, 2, 0, 456, 456, 463, 463, 3, 0, 5, 5, 271, 271, 445, 445, 3, 0, 267, 267, 456, 456, 463, 463, 3, 0, 426, 426, 459, 459, 478, 478, 3, 0, 331, 331, 466, 466, 482, 482, 2, 0, 441, 441, 491, 491, 2, 0, 183, 183, 266, 266, 3, 0, 130, 130, 180, 180, 403, 403, 4, 0, 152, 152, 174, 174, 202, 202, 318, 318, 3, 0, 446, 446, 460, 460, 500, 500, 4, 0, 251, 251, 447, 447, 495, 497, 499, 499, 2, 0, 74, 74, 321, 321, 3, 0, 460, 460, 493, 493, 500, 500, 2, 0, 440, 440, 451, 451, 2, 0, 458, 458, 468, 468, 4, 0, 140, 140, 245, 245, 398, 398, 405, 405, 2, 0, 19, 19, 370, 370, 2, 0, 5, 5, 11, 11, 2, 0, 510, 510, 530, 531, 4, 0, 453, 453, 528, 528, 532, 532, 535, 535, 2, 0, 530, 531, 533, 533, 1, 0, 530, 531, 1, 0, 539, 540, 2, 0, 539, 539, 542, 542, 4, 0, 453, 453, 528, 528, 530, 532, 534, 535, 3, 0, 242, 242, 509, 510, 530, 531, 2, 0, 140, 140, 398, 398, 2, 0, 5, 5, 113, 113, 10, 0, 97, 97, 165, 165, 223, 223, 230, 230, 335, 335, 437, 437, 471, 471, 473, 473, 489, 489, 503, 503, 15, 0, 97, 97, 165, 165, 223, 223, 230, 230, 335, 335, 428, 428, 437, 437, 443, 443, 449, 450, 455, 455, 461, 461, 471, 476, 489, 489, 492, 492, 503, 504, 11, 0, 5, 5, 13, 13, 33, 33, 78, 78, 84, 85, 113, 113, 201, 201, 208, 209, 390, 390, 414, 414, 528, 528, 3, 0, 78, 78, 84, 85, 208, 209, 2, 0, 91, 91, 379, 380, 53, 0, 4, 4, 13, 13, 23, 23, 38, 38, 41, 41, 43, 44, 54, 54, 56, 56, 69, 69, 75, 75, 98, 99, 107, 107, 119, 119, 134, 134, 139, 139, 143, 143, 145, 145, 160, 160, 165, 165, 167, 167, 187, 188, 190, 195, 198, 198, 200, 200, 202, 202, 206, 206, 210, 210, 215, 215, 221, 221, 223, 224, 230, 230, 244, 244, 246, 246, 265, 265, 277, 277, 282, 282, 284, 284, 294, 294, 318, 318, 322, 324, 335, 335, 358, 359, 365, 365, 368, 368, 381, 381, 396, 396, 399, 400, 409, 409, 420, 421, 437, 437, 470, 470, 489, 489, 503, 503, 1, 0, 438, 505, 2519, 0, 389, 1, 0, 0, 0, 2, 399, 1, 0, 0, 0, 4, 413, 1, 0, 0, 0, 6, 415, 1, 0, 0, 0, 8, 431, 1, 0, 0, 0, 10, 435, 1, 0, 0, 0, 12, 437, 1, 0, 0, 0, 14, 440, 1, 0, 0, 0, 16, 451, 1, 0, 0, 0, 18, 459, 1, 0, 0, 0, 20, 467, 1, 0, 0, 0, 22, 469, 1, 0, 0, 0, 24, 521, 1, 0, 0, 0, 26, 523, 1, 0, 0, 0, 28, 530, 1, 0, 0, 0, 30, 534, 1, 0, 0, 0, 32, 538, 1, 0, 0, 0, 34, 542, 1, 0, 0, 0, 36, 596, 1, 0, 0, 0, 38, 602, 1, 0, 0, 0, 40, 608, 1, 0, 0, 0, 42, 610, 1, 0, 0, 0, 44, 652, 1, 0, 0, 0, 46, 666, 1, 0, 0, 0, 48, 668, 1, 0, 0, 0, 50, 679, 1, 0, 0, 0, 52, 683, 1, 0, 0, 0, 54, 685, 1, 0, 0, 0, 56, 687, 1, 0, 0, 0, 58, 735, 1, 0, 0, 0, 60, 737, 1, 0, 0, 0, 62, 741, 1, 0, 0, 0, 64, 749, 1, 0, 0, 0, 66, 757, 1, 0, 0, 0, 68, 761, 1, 0, 0, 0, 70, 796, 1, 0, 0, 0, 72, 812, 1, 0, 0, 0, 74, 814, 1, 0, 0, 0, 76, 824, 1, 0, 0, 0, 78, 826, 1, 0, 0, 0, 80, 833, 1, 0, 0, 0, 82, 835, 1, 0, 0, 0, 84, 843, 1, 0, 0, 0, 86, 851, 1, 0, 0, 0, 88, 853, 1, 0, 0, 0, 90, 857, 1, 0, 0, 0, 92, 861, 1, 0, 0, 0, 94, 884, 1, 0, 0, 0, 96, 888, 1, 0, 0, 0, 98, 890, 1, 0, 0, 0, 100, 906, 1, 0, 0, 0, 102, 908, 1, 0, 0, 0, 104, 913, 1, 0, 0, 0, 106, 925, 1, 0, 0, 0, 108, 944, 1, 0, 0, 0, 110, 964, 1, 0, 0, 0, 112, 975, 1, 0, 0, 0, 114, 977, 1, 0, 0, 0, 116, 990, 1, 0, 0, 0, 118, 997, 1, 0, 0, 0, 120, 1000, 1, 0, 0, 0, 122, 1009, 1, 0, 0, 0, 124, 1013, 1, 0, 0, 0, 126, 1017, 1, 0, 0, 0, 128, 1020, 1, 0, 0, 0, 130, 1028, 1, 0, 0, 0, 132, 1033, 1, 0, 0, 0, 134, 1050, 1, 0, 0, 0, 136, 1057, 1, 0, 0, 0, 138, 1067, 1, 0, 0, 0, 140, 1076, 1, 0, 0, 0, 142, 1086, 1, 0, 0, 0, 144, 1105, 1, 0, 0, 0, 146, 1107, 1, 0, 0, 0, 148, 1120, 1, 0, 0, 0, 150, 1123, 1, 0, 0, 0, 152, 1132, 1, 0, 0, 0, 154, 1143, 1, 0, 0, 0, 156, 1156, 1, 0, 0, 0, 158, 1191, 1, 0, 0, 0, 160, 1210, 1, 0, 0, 0, 162, 1219, 1, 0, 0, 0, 164, 1228, 1, 0, 0, 0, 166, 1247, 1, 0, 0, 0, 168, 1269, 1, 0, 0, 0, 170, 1271, 1, 0, 0, 0, 172, 1301, 1, 0, 0, 0, 174, 1315, 1, 0, 0, 0, 176, 1317, 1, 0, 0, 0, 178, 1331, 1, 0, 0, 0, 180, 1357, 1, 0, 0, 0, 182, 1390, 1, 0, 0, 0, 184, 1392, 1, 0, 0, 0, 186, 1398, 1, 0, 0, 0, 188, 1400, 1, 0, 0, 0, 190, 1405, 1, 0, 0, 0, 192, 1410, 1, 0, 0, 0, 194, 1422, 1, 0, 0, 0, 196, 1439, 1, 0, 0, 0, 198, 1441, 1, 0, 0, 0, 200, 1443, 1, 0, 0, 0, 202, 1452, 1, 0, 0, 0, 204, 1454, 1, 0, 0, 0, 206, 1457, 1, 0, 0, 0, 208, 1507, 1, 0, 0, 0, 210, 1509, 1, 0, 0, 0, 212, 1512, 1, 0, 0, 0, 214, 1514, 1, 0, 0, 0, 216, 1521, 1, 0, 0, 0, 218, 1523, 1, 0, 0, 0, 220, 1525, 1, 0, 0, 0, 222, 1528, 1, 0, 0, 0, 224, 1537, 1, 0, 0, 0, 226, 1542, 1, 0, 0, 0, 228, 1556, 1, 0, 0, 0, 230, 1584, 1, 0, 0, 0, 232, 1594, 1, 0, 0, 0, 234, 1602, 1, 0, 0, 0, 236, 1607, 1, 0, 0, 0, 238, 1639, 1, 0, 0, 0, 240, 1641, 1, 0, 0, 0, 242, 1650, 1, 0, 0, 0, 244, 1661, 1, 0, 0, 0, 246, 1673, 1, 0, 0, 0, 248, 1699, 1, 0, 0, 0, 250, 1701, 1, 0, 0, 0, 252, 1719, 1, 0, 0, 0, 254, 1721, 1, 0, 0, 0, 256, 1726, 1, 0, 0, 0, 258, 1729, 1, 0, 0, 0, 260, 1743, 1, 0, 0, 0, 262, 1836, 1, 0, 0, 0, 264, 1867, 1, 0, 0, 0, 266, 1873, 1, 0, 0, 0, 268, 1918, 1, 0, 0, 0, 270, 1995, 1, 0, 0, 0, 272, 2007, 1, 0, 0, 0, 274, 2013, 1, 0, 0, 0, 276, 2019, 1, 0, 0, 0, 278, 2023, 1, 0, 0, 0, 280, 2029, 1, 0, 0, 0, 282, 2031, 1, 0, 0, 0, 284, 2033, 1, 0, 0, 0, 286, 2037, 1, 0, 0, 0, 288, 2039, 1, 0, 0, 0, 290, 2044, 1, 0, 0, 0, 292, 2051, 1, 0, 0, 0, 294, 2055, 1, 0, 0, 0, 296, 2060, 1, 0, 0, 0, 298, 2070, 1, 0, 0, 0, 300, 2073, 1, 0, 0, 0, 302, 2079, 1, 0, 0, 0, 304, 2089, 1, 0, 0, 0, 306, 2091, 1, 0, 0, 0, 308, 2095, 1, 0, 0, 0, 310, 2106, 1, 0, 0, 0, 312, 2108, 1, 0, 0, 0, 314, 2110, 1, 0, 0, 0, 316, 2112, 1, 0, 0, 0, 318, 2117, 1, 0, 0, 0, 320, 2119, 1, 0, 0, 0, 322, 2121, 1, 0, 0, 0, 324, 2126, 1, 0, 0, 0, 326, 2143, 1, 0, 0, 0, 328, 2157, 1, 0, 0, 0, 330, 2171, 1, 0, 0, 0, 332, 2185, 1, 0, 0, 0, 334, 2187, 1, 0, 0, 0, 336, 2195, 1, 0, 0, 0, 338, 2198, 1, 0, 0, 0, 340, 2202, 1, 0, 0, 0, 342, 2205, 1, 0, 0, 0, 344, 2216, 1, 0, 0, 0, 346, 2226, 1, 0, 0, 0, 348, 2232, 1, 0, 0, 0, 350, 2240, 1, 0, 0, 0, 352, 2256, 1, 0, 0, 0, 354, 2265, 1, 0, 0, 0, 356, 2267, 1, 0, 0, 0, 358, 2269, 1, 0, 0, 0, 360, 2285, 1, 0, 0, 0, 362, 2287, 1, 0, 0, 0, 364, 2290, 1, 0, 0, 0, 366, 2292, 1, 0, 0, 0, 368, 2294, 1, 0, 0, 0, 370, 2296, 1, 0, 0, 0, 372, 2298, 1, 0, 0, 0, 374, 2300, 1, 0, 0, 0, 376, 2302, 1, 0, 0, 0, 378, 2304, 1, 0, 0, 0, 380, 2306, 1, 0, 0, 0, 382, 2308, 1, 0, 0, 0, 384, 2310, 1, 0, 0, 0, 386, 388, 3, 2, 1, 0, 387, 386, 1, 0, 0, 0, 388, 391, 1, 0, 0, 0, 389, 387, 1, 0, 0, 0, 389, 390, 1, 0, 0, 0, 390, 392, 1, 0, 0, 0, 391, 389, 1, 0, 0, 0, 392, 393, 5, 0, 0, 1, 393, 1, 1, 0, 0, 0, 394, 396, 3, 4, 2, 0, 395, 397, 5, 522, 0, 0, 396, 395, 1, 0, 0, 0, 396, 397, 1, 0, 0, 0, 397, 400, 1, 0, 0, 0, 398, 400, 3, 6, 3, 0, 399, 394, 1, 0, 0, 0, 399, 398, 1, 0, 0, 0, 400, 3, 1, 0, 0, 0, 401, 414, 3, 8, 4, 0, 402, 414, 3, 10, 5, 0, 403, 414, 3, 12, 6, 0, 404, 414, 3, 14, 7, 0, 405, 414, 3, 20, 10, 0, 406, 414, 3, 24, 12, 0, 407, 414, 3, 26, 13, 0, 408, 414, 3, 28, 14, 0, 409, 414, 3, 30, 15, 0, 410, 414, 3, 32, 16, 0, 411, 414, 3, 34, 17, 0, 412, 414, 3, 36, 18, 0, 413, 401, 1, 0, 0, 0, 413, 402, 1, 0, 0, 0, 413, 403, 1, 0, 0, 0, 413, 404, 1, 0, 0, 0, 413, 405, 1, 0, 0, 0, 413, 406, 1, 0, 0, 0, 413, 407, 1, 0, 0, 0, 413, 408, 1, 0, 0, 0, 413, 409, 1, 0, 0, 0, 413, 410, 1, 0, 0, 0, 413, 411, 1, 0, 0, 0, 413, 412, 1, 0, 0, 0, 414, 5, 1, 0, 0, 0, 415, 416, 5, 522, 0, 0, 416, 7, 1, 0, 0, 0, 417, 432, 3, 40, 20, 0, 418, 432, 3, 104, 52, 0, 419, 432, 3, 106, 53, 0, 420, 432, 3, 108, 54, 0, 421, 432, 3, 102, 51, 0, 422, 432, 3, 114, 57, 0, 423, 432, 3, 128, 64, 0, 424, 432, 3, 130, 65, 0, 425, 432, 3, 132, 66, 0, 426, 432, 3, 134, 67, 0, 427, 432, 3, 136, 68, 0, 428, 432, 3, 138, 69, 0, 429, 432, 3, 140, 70, 0, 430, 432, 3, 142, 71, 0, 431, 417, 1, 0, 0, 0, 431, 418, 1, 0, 0, 0, 431, 419, 1, 0, 0, 0, 431, 420, 1, 0, 0, 0, 431, 421, 1, 0, 0, 0, 431, 422, 1, 0, 0, 0, 431, 423, 1, 0, 0, 0, 431, 424, 1, 0, 0, 0, 431, 425, 1, 0, 0, 0, 431, 426, 1, 0, 0, 0, 431, 427, 1, 0, 0, 0, 431, 428, 1, 0, 0, 0, 431, 429, 1, 0, 0, 0, 431, 430, 1, 0, 0, 0, 432, 9, 1, 0, 0, 0, 433, 436, 3, 158, 79, 0, 434, 436, 3, 144, 72, 0, 435, 433, 1, 0, 0, 0, 435, 434, 1, 0, 0, 0, 436, 11, 1, 0, 0, 0, 437, 438, 7, 0, 0, 0, 438, 439, 3, 328, 164, 0, 439, 13, 1, 0, 0, 0, 440, 444, 5, 135, 0, 0, 441, 445, 3, 16, 8, 0, 442, 443, 5, 480, 0, 0, 443, 445, 5, 146, 0, 0, 444, 441, 1, 0, 0, 0, 444, 442, 1, 0, 0, 0, 444, 445, 1, 0, 0, 0, 445, 449, 1, 0, 0, 0, 446, 450, 3, 10, 5, 0, 447, 450, 3, 146, 73, 0, 448, 450, 3, 156, 78, 0, 449, 446, 1, 0, 0, 0, 449, 447, 1, 0, 0, 0, 449, 448, 1, 0, 0, 0, 450, 15, 1, 0, 0, 0, 451, 456, 3, 18, 9, 0, 452, 453, 5, 521, 0, 0, 453, 455, 3, 18, 9, 0, 454, 452, 1, 0, 0, 0, 455, 458, 1, 0, 0, 0, 456, 454, 1, 0, 0, 0, 456, 457, 1, 0, 0, 0, 457, 17, 1, 0, 0, 0, 458, 456, 1, 0, 0, 0, 459, 460, 7, 1, 0, 0, 460, 19, 1, 0, 0, 0, 461, 462, 5, 411, 0, 0, 462, 463, 5, 442, 0, 0, 463, 468, 3, 318, 159, 0, 464, 465, 5, 411, 0, 0, 465, 468, 3, 322, 161, 0, 466, 468, 3, 22, 11, 0, 467, 461, 1, 0, 0, 0, 467, 464, 1, 0, 0, 0, 467, 466, 1, 0, 0, 0, 468, 21, 1, 0, 0, 0, 469, 470, 5, 411, 0, 0, 470, 471, 5, 228, 0, 0, 471, 476, 3, 334, 167, 0, 472, 473, 5, 521, 0, 0, 473, 475, 3, 334, 167, 0, 474, 472, 1, 0, 0, 0, 475, 478, 1, 0, 0, 0, 476, 474, 1, 0, 0, 0, 476, 477, 1, 0, 0, 0, 477, 23, 1, 0, 0, 0, 478, 476, 1, 0, 0, 0, 479, 480, 5, 342, 0, 0, 480, 522, 7, 2, 0, 0, 481, 482, 5, 342, 0, 0, 482, 483, 5, 76, 0, 0, 483, 522, 7, 3, 0, 0, 484, 485, 5, 342, 0, 0, 485, 488, 5, 375, 0, 0, 486, 487, 7, 4, 0, 0, 487, 489, 3, 322, 161, 0, 488, 486, 1, 0, 0, 0, 488, 489, 1, 0, 0, 0, 489, 491, 1, 0, 0, 0, 490, 492, 3, 264, 132, 0, 491, 490, 1, 0, 0, 0, 491, 492, 1, 0, 0, 0, 492, 522, 1, 0, 0, 0, 493, 494, 5, 342, 0, 0, 494, 495, 5, 58, 0, 0, 495, 498, 7, 4, 0, 0, 496, 499, 3, 330, 165, 0, 497, 499, 3, 328, 164, 0, 498, 496, 1, 0, 0, 0, 498, 497, 1, 0, 0, 0, 499, 501, 1, 0, 0, 0, 500, 502, 3, 264, 132, 0, 501, 500, 1, 0, 0, 0, 501, 502, 1, 0, 0, 0, 502, 522, 1, 0, 0, 0, 503, 504, 5, 342, 0, 0, 504, 509, 5, 72, 0, 0, 505, 506, 5, 374, 0, 0, 506, 510, 3, 328, 164, 0, 507, 508, 5, 502, 0, 0, 508, 510, 3, 330, 165, 0, 509, 505, 1, 0, 0, 0, 509, 507, 1, 0, 0, 0, 510, 522, 1, 0, 0, 0, 511, 513, 5, 342, 0, 0, 512, 514, 5, 412, 0, 0, 513, 512, 1, 0, 0, 0, 513, 514, 1, 0, 0, 0, 514, 515, 1, 0, 0, 0, 515, 522, 5, 154, 0, 0, 516, 518, 5, 342, 0, 0, 517, 519, 5, 152, 0, 0, 518, 517, 1, 0, 0, 0, 518, 519, 1, 0, 0, 0, 519, 520, 1, 0, 0, 0, 520, 522, 5, 228, 0, 0, 521, 479, 1, 0, 0, 0, 521, 481, 1, 0, 0, 0, 521, 484, 1, 0, 0, 0, 521, 493, 1, 0, 0, 0, 521, 503, 1, 0, 0, 0, 521, 511, 1, 0, 0, 0, 521, 516, 1, 0, 0, 0, 522, 25, 1, 0, 0, 0, 523, 524, 5, 469, 0, 0, 524, 525, 5, 227, 0, 0, 525, 528, 3, 334, 167, 0, 526, 527, 5, 434, 0, 0, 527, 529, 3, 342, 171, 0, 528, 526, 1, 0, 0, 0, 528, 529, 1, 0, 0, 0, 529, 27, 1, 0, 0, 0, 530, 531, 5, 501, 0, 0, 531, 532, 5, 227, 0, 0, 532, 533, 3, 334, 167, 0, 533, 29, 1, 0, 0, 0, 534, 536, 5, 341, 0, 0, 535, 537, 3, 344, 172, 0, 536, 535, 1, 0, 0, 0, 536, 537, 1, 0, 0, 0, 537, 31, 1, 0, 0, 0, 538, 540, 5, 313, 0, 0, 539, 541, 3, 346, 173, 0, 540, 539, 1, 0, 0, 0, 540, 541, 1, 0, 0, 0, 541, 33, 1, 0, 0, 0, 542, 543, 7, 5, 0, 0, 543, 544, 5, 464, 0, 0, 544, 545, 3, 112, 56, 0, 545, 35, 1, 0, 0, 0, 546, 547, 5, 438, 0, 0, 547, 548, 5, 464, 0, 0, 548, 549, 5, 434, 0, 0, 549, 552, 3, 38, 19, 0, 550, 551, 5, 17, 0, 0, 551, 553, 3, 334, 167, 0, 552, 550, 1, 0, 0, 0, 552, 553, 1, 0, 0, 0, 553, 597, 1, 0, 0, 0, 554, 555, 5, 438, 0, 0, 555, 556, 5, 457, 0, 0, 556, 557, 5, 434, 0, 0, 557, 560, 3, 38, 19, 0, 558, 559, 5, 17, 0, 0, 559, 561, 3, 334, 167, 0, 560, 558, 1, 0, 0, 0, 560, 561, 1, 0, 0, 0, 561, 564, 1, 0, 0, 0, 562, 563, 5, 312, 0, 0, 563, 565, 3, 334, 167, 0, 564, 562, 1, 0, 0, 0, 564, 565, 1, 0, 0, 0, 565, 597, 1, 0, 0, 0, 566, 567, 5, 438, 0, 0, 567, 568, 7, 6, 0, 0, 568, 569, 5, 434, 0, 0, 569, 570, 3, 38, 19, 0, 570, 571, 5, 312, 0, 0, 571, 572, 3, 334, 167, 0, 572, 597, 1, 0, 0, 0, 573, 574, 5, 438, 0, 0, 574, 575, 5, 487, 0, 0, 575, 597, 3, 38, 19, 0, 576, 577, 5, 438, 0, 0, 577, 578, 5, 454, 0, 0, 578, 579, 5, 457, 0, 0, 579, 580, 5, 434, 0, 0, 580, 581, 3, 38, 19, 0, 581, 582, 5, 312, 0, 0, 582, 583, 3, 334, 167, 0, 583, 584, 5, 467, 0, 0, 584, 585, 3, 334, 167, 0, 585, 597, 1, 0, 0, 0, 586, 587, 5, 438, 0, 0, 587, 588, 5, 444, 0, 0, 588, 589, 5, 457, 0, 0, 589, 590, 5, 434, 0, 0, 590, 591, 3, 38, 19, 0, 591, 592, 5, 146, 0, 0, 592, 593, 3, 334, 167, 0, 593, 594, 5, 17, 0, 0, 594, 595, 3, 334, 167, 0, 595, 597, 1, 0, 0, 0, 596, 546, 1, 0, 0, 0, 596, 554, 1, 0, 0, 0, 596, 566, 1, 0, 0, 0, 596, 573, 1, 0, 0, 0, 596, 576, 1, 0, 0, 0, 596, 586, 1, 0, 0, 0, 597, 37, 1, 0, 0, 0, 598, 600, 5, 535, 0, 0, 599, 598, 1, 0, 0, 0, 599, 600, 1, 0, 0, 0, 600, 601, 1, 0, 0, 0, 601, 603, 3, 334, 167, 0, 602, 599, 1, 0, 0, 0, 603, 604, 1, 0, 0, 0, 604, 602, 1, 0, 0, 0, 604, 605, 1, 0, 0, 0, 605, 39, 1, 0, 0, 0, 606, 609, 3, 42, 21, 0, 607, 609, 3, 44, 22, 0, 608, 606, 1, 0, 0, 0, 608, 607, 1, 0, 0, 0, 609, 41, 1, 0, 0, 0, 610, 612, 5, 72, 0, 0, 611, 613, 5, 498, 0, 0, 612, 611, 1, 0, 0, 0, 612, 613, 1, 0, 0, 0, 613, 614, 1, 0, 0, 0, 614, 616, 5, 374, 0, 0, 615, 617, 3, 338, 169, 0, 616, 615, 1, 0, 0, 0, 616, 617, 1, 0, 0, 0, 617, 618, 1, 0, 0, 0, 618, 619, 3, 326, 163, 0, 619, 620, 5, 517, 0, 0, 620, 625, 3, 46, 23, 0, 621, 622, 5, 521, 0, 0, 622, 624, 3, 46, 23, 0, 623, 621, 1, 0, 0, 0, 624, 627, 1, 0, 0, 0, 625, 623, 1, 0, 0, 0, 625, 626, 1, 0, 0, 0, 626, 630, 1, 0, 0, 0, 627, 625, 1, 0, 0, 0, 628, 629, 5, 521, 0, 0, 629, 631, 3, 82, 41, 0, 630, 628, 1, 0, 0, 0, 630, 631, 1, 0, 0, 0, 631, 634, 1, 0, 0, 0, 632, 633, 5, 521, 0, 0, 633, 635, 3, 84, 42, 0, 634, 632, 1, 0, 0, 0, 634, 635, 1, 0, 0, 0, 635, 638, 1, 0, 0, 0, 636, 637, 5, 521, 0, 0, 637, 639, 3, 88, 44, 0, 638, 636, 1, 0, 0, 0, 638, 639, 1, 0, 0, 0, 639, 640, 1, 0, 0, 0, 640, 643, 5, 518, 0, 0, 641, 642, 5, 59, 0, 0, 642, 644, 5, 538, 0, 0, 643, 641, 1, 0, 0, 0, 643, 644, 1, 0, 0, 0, 644, 646, 1, 0, 0, 0, 645, 647, 3, 90, 45, 0, 646, 645, 1, 0, 0, 0, 646, 647, 1, 0, 0, 0, 647, 648, 1, 0, 0, 0, 648, 650, 3, 336, 168, 0, 649, 651, 3, 98, 49, 0, 650, 649, 1, 0, 0, 0, 650, 651, 1, 0, 0, 0, 651, 43, 1, 0, 0, 0, 652, 653, 5, 72, 0, 0, 653, 655, 5, 374, 0, 0, 654, 656, 3, 338, 169, 0, 655, 654, 1, 0, 0, 0, 655, 656, 1, 0, 0, 0, 656, 657, 1, 0, 0, 0, 657, 658, 3, 326, 163, 0, 658, 661, 3, 336, 168, 0, 659, 660, 5, 17, 0, 0, 660, 662, 3, 158, 79, 0, 661, 659, 1, 0, 0, 0, 661, 662, 1, 0, 0, 0, 662, 45, 1, 0, 0, 0, 663, 667, 3, 48, 24, 0, 664, 667, 3, 74, 37, 0, 665, 667, 3, 78, 39, 0, 666, 663, 1, 0, 0, 0, 666, 664, 1, 0, 0, 0, 666, 665, 1, 0, 0, 0, 667, 47, 1, 0, 0, 0, 668, 669, 3, 50, 25, 0, 669, 671, 3, 58, 29, 0, 670, 672, 3, 72, 36, 0, 671, 670, 1, 0, 0, 0, 671, 672, 1, 0, 0, 0, 672, 675, 1, 0, 0, 0, 673, 674, 5, 59, 0, 0, 674, 676, 5, 538, 0, 0, 675, 673, 1, 0, 0, 0, 675, 676, 1, 0, 0, 0, 676, 49, 1, 0, 0, 0, 677, 680, 3, 334, 167, 0, 678, 680, 3, 258, 129, 0, 679, 677, 1, 0, 0, 0, 679, 678, 1, 0, 0, 0, 680, 51, 1, 0, 0, 0, 681, 684, 3, 334, 167, 0, 682, 684, 4, 26, 0, 0, 683, 681, 1, 0, 0, 0, 683, 682, 1, 0, 0, 0, 684, 53, 1, 0, 0, 0, 685, 686, 3, 334, 167, 0, 686, 55, 1, 0, 0, 0, 687, 688, 5, 517, 0, 0, 688, 693, 3, 52, 26, 0, 689, 690, 5, 521, 0, 0, 690, 692, 3, 52, 26, 0, 691, 689, 1, 0, 0, 0, 692, 695, 1, 0, 0, 0, 693, 691, 1, 0, 0, 0, 693, 694, 1, 0, 0, 0, 694, 696, 1, 0, 0, 0, 695, 693, 1, 0, 0, 0, 696, 697, 5, 518, 0, 0, 697, 57, 1, 0, 0, 0, 698, 736, 7, 7, 0, 0, 699, 701, 7, 8, 0, 0, 700, 702, 3, 60, 30, 0, 701, 700, 1, 0, 0, 0, 701, 702, 1, 0, 0, 0, 702, 736, 1, 0, 0, 0, 703, 705, 5, 380, 0, 0, 704, 706, 3, 60, 30, 0, 705, 704, 1, 0, 0, 0, 705, 706, 1, 0, 0, 0, 706, 713, 1, 0, 0, 0, 707, 709, 7, 9, 0, 0, 708, 710, 5, 207, 0, 0, 709, 708, 1, 0, 0, 0, 709, 710, 1, 0, 0, 0, 710, 711, 1, 0, 0, 0, 711, 712, 5, 379, 0, 0, 712, 714, 5, 505, 0, 0, 713, 707, 1, 0, 0, 0, 713, 714, 1, 0, 0, 0, 714, 736, 1, 0, 0, 0, 715, 717, 7, 10, 0, 0, 716, 718, 3, 62, 31, 0, 717, 716, 1, 0, 0, 0, 717, 718, 1, 0, 0, 0, 718, 736, 1, 0, 0, 0, 719, 721, 7, 11, 0, 0, 720, 722, 3, 66, 33, 0, 721, 720, 1, 0, 0, 0, 721, 722, 1, 0, 0, 0, 722, 736, 1, 0, 0, 0, 723, 725, 5, 470, 0, 0, 724, 726, 3, 68, 34, 0, 725, 724, 1, 0, 0, 0, 725, 726, 1, 0, 0, 0, 726, 736, 1, 0, 0, 0, 727, 729, 5, 322, 0, 0, 728, 730, 3, 70, 35, 0, 729, 728, 1, 0, 0, 0, 729, 730, 1, 0, 0, 0, 730, 736, 1, 0, 0, 0, 731, 733, 5, 295, 0, 0, 732, 734, 3, 64, 32, 0, 733, 732, 1, 0, 0, 0, 733, 734, 1, 0, 0, 0, 734, 736, 1, 0, 0, 0, 735, 698, 1, 0, 0, 0, 735, 699, 1, 0, 0, 0, 735, 703, 1, 0, 0, 0, 735, 715, 1, 0, 0, 0, 735, 719, 1, 0, 0, 0, 735, 723, 1, 0, 0, 0, 735, 727, 1, 0, 0, 0, 735, 731, 1, 0, 0, 0, 736, 59, 1, 0, 0, 0, 737, 738, 5, 517, 0, 0, 738, 739, 3, 366, 183, 0, 739, 740, 5, 518, 0, 0, 740, 61, 1, 0, 0, 0, 741, 742, 5, 517, 0, 0, 742, 745, 3, 366, 183, 0, 743, 744, 5, 521, 0, 0, 744, 746, 3, 366, 183, 0, 745, 743, 1, 0, 0, 0, 745, 746, 1, 0, 0, 0, 746, 747, 1, 0, 0, 0, 747, 748, 5, 518, 0, 0, 748, 63, 1, 0, 0, 0, 749, 750, 5, 517, 0, 0, 750, 753, 3, 364, 182, 0, 751, 752, 5, 521, 0, 0, 752, 754, 3, 364, 182, 0, 753, 751, 1, 0, 0, 0, 753, 754, 1, 0, 0, 0, 754, 755, 1, 0, 0, 0, 755, 756, 5, 518, 0, 0, 756, 65, 1, 0, 0, 0, 757, 758, 5, 508, 0, 0, 758, 759, 3, 58, 29, 0, 759, 760, 5, 507, 0, 0, 760, 67, 1, 0, 0, 0, 761, 762, 5, 508, 0, 0, 762, 763, 3, 58, 29, 0, 763, 764, 5, 521, 0, 0, 764, 765, 3, 58, 29, 0, 765, 766, 1, 0, 0, 0, 766, 767, 5, 507, 0, 0, 767, 69, 1, 0, 0, 0, 768, 769, 5, 508, 0, 0, 769, 770, 3, 52, 26, 0, 770, 777, 3, 58, 29, 0, 771, 772, 5, 521, 0, 0, 772, 773, 3, 52, 26, 0, 773, 774, 3, 58, 29, 0, 774, 776, 1, 0, 0, 0, 775, 771, 1, 0, 0, 0, 776, 779, 1, 0, 0, 0, 777, 775, 1, 0, 0, 0, 777, 778, 1, 0, 0, 0, 778, 780, 1, 0, 0, 0, 779, 777, 1, 0, 0, 0, 780, 781, 5, 507, 0, 0, 781, 797, 1, 0, 0, 0, 782, 783, 5, 517, 0, 0, 783, 784, 3, 52, 26, 0, 784, 791, 3, 58, 29, 0, 785, 786, 5, 521, 0, 0, 786, 787, 3, 52, 26, 0, 787, 788, 3, 58, 29, 0, 788, 790, 1, 0, 0, 0, 789, 785, 1, 0, 0, 0, 790, 793, 1, 0, 0, 0, 791, 789, 1, 0, 0, 0, 791, 792, 1, 0, 0, 0, 792, 794, 1, 0, 0, 0, 793, 791, 1, 0, 0, 0, 794, 795, 5, 518, 0, 0, 795, 797, 1, 0, 0, 0, 796, 768, 1, 0, 0, 0, 796, 782, 1, 0, 0, 0, 797, 71, 1, 0, 0, 0, 798, 799, 5, 64, 0, 0, 799, 801, 3, 86, 43, 0, 800, 798, 1, 0, 0, 0, 800, 801, 1, 0, 0, 0, 801, 802, 1, 0, 0, 0, 802, 803, 5, 289, 0, 0, 803, 806, 5, 467, 0, 0, 804, 805, 5, 242, 0, 0, 805, 807, 5, 125, 0, 0, 806, 804, 1, 0, 0, 0, 806, 807, 1, 0, 0, 0, 807, 813, 1, 0, 0, 0, 808, 810, 5, 242, 0, 0, 809, 808, 1, 0, 0, 0, 809, 810, 1, 0, 0, 0, 810, 811, 1, 0, 0, 0, 811, 813, 5, 245, 0, 0, 812, 800, 1, 0, 0, 0, 812, 809, 1, 0, 0, 0, 813, 73, 1, 0, 0, 0, 814, 815, 3, 50, 25, 0, 815, 816, 3, 58, 29, 0, 816, 819, 5, 219, 0, 0, 817, 818, 5, 151, 0, 0, 818, 820, 3, 76, 38, 0, 819, 817, 1, 0, 0, 0, 819, 820, 1, 0, 0, 0, 820, 822, 1, 0, 0, 0, 821, 823, 5, 424, 0, 0, 822, 821, 1, 0, 0, 0, 822, 823, 1, 0, 0, 0, 823, 75, 1, 0, 0, 0, 824, 825, 5, 538, 0, 0, 825, 77, 1, 0, 0, 0, 826, 827, 3, 50, 25, 0, 827, 828, 5, 17, 0, 0, 828, 831, 3, 80, 40, 0, 829, 830, 5, 59, 0, 0, 830, 832, 5, 538, 0, 0, 831, 829, 1, 0, 0, 0, 831, 832, 1, 0, 0, 0, 832, 79, 1, 0, 0, 0, 833, 834, 3, 258, 129, 0, 834, 81, 1, 0, 0, 0, 835, 836, 5, 425, 0, 0, 836, 837, 5, 146, 0, 0, 837, 838, 3, 52, 26, 0, 838, 839, 5, 17, 0, 0, 839, 840, 3, 258, 129, 0, 840, 83, 1, 0, 0, 0, 841, 842, 5, 64, 0, 0, 842, 844, 3, 86, 43, 0, 843, 841, 1, 0, 0, 0, 843, 844, 1, 0, 0, 0, 844, 845, 1, 0, 0, 0, 845, 846, 5, 289, 0, 0, 846, 847, 5, 467, 0, 0, 847, 848, 3, 56, 28, 0, 848, 849, 5, 242, 0, 0, 849, 850, 5, 125, 0, 0, 850, 85, 1, 0, 0, 0, 851, 852, 3, 310, 155, 0, 852, 87, 1, 0, 0, 0, 853, 854, 5, 278, 0, 0, 854, 855, 5, 146, 0, 0, 855, 856, 5, 372, 0, 0, 856, 89, 1, 0, 0, 0, 857, 858, 5, 270, 0, 0, 858, 859, 5, 34, 0, 0, 859, 860, 3, 92, 46, 0, 860, 91, 1, 0, 0, 0, 861, 862, 5, 517, 0, 0, 862, 867, 3, 94, 47, 0, 863, 864, 5, 521, 0, 0, 864, 866, 3, 94, 47, 0, 865, 863, 1, 0, 0, 0, 866, 869, 1, 0, 0, 0, 867, 865, 1, 0, 0, 0, 867, 868, 1, 0, 0, 0, 868, 870, 1, 0, 0, 0, 869, 867, 1, 0, 0, 0, 870, 871, 5, 518, 0, 0, 871, 93, 1, 0, 0, 0, 872, 885, 3, 52, 26, 0, 873, 874, 5, 517, 0, 0, 874, 879, 3, 96, 48, 0, 875, 876, 5, 521, 0, 0, 876, 878, 3, 96, 48, 0, 877, 875, 1, 0, 0, 0, 878, 881, 1, 0, 0, 0, 879, 877, 1, 0, 0, 0, 879, 880, 1, 0, 0, 0, 880, 882, 1, 0, 0, 0, 881, 879, 1, 0, 0, 0, 882, 883, 5, 518, 0, 0, 883, 885, 1, 0, 0, 0, 884, 872, 1, 0, 0, 0, 884, 873, 1, 0, 0, 0, 885, 95, 1, 0, 0, 0, 886, 889, 3, 286, 143, 0, 887, 889, 3, 360, 180, 0, 888, 886, 1, 0, 0, 0, 888, 887, 1, 0, 0, 0, 889, 97, 1, 0, 0, 0, 890, 891, 5, 203, 0, 0, 891, 900, 3, 328, 164, 0, 892, 896, 5, 517, 0, 0, 893, 895, 3, 100, 50, 0, 894, 893, 1, 0, 0, 0, 895, 898, 1, 0, 0, 0, 896, 894, 1, 0, 0, 0, 896, 897, 1, 0, 0, 0, 897, 899, 1, 0, 0, 0, 898, 896, 1, 0, 0, 0, 899, 901, 5, 518, 0, 0, 900, 892, 1, 0, 0, 0, 900, 901, 1, 0, 0, 0, 901, 99, 1, 0, 0, 0, 902, 903, 7, 12, 0, 0, 903, 907, 7, 13, 0, 0, 904, 905, 7, 14, 0, 0, 905, 907, 7, 15, 0, 0, 906, 902, 1, 0, 0, 0, 906, 904, 1, 0, 0, 0, 907, 101, 1, 0, 0, 0, 908, 909, 5, 72, 0, 0, 909, 910, 5, 442, 0, 0, 910, 911, 3, 320, 160, 0, 911, 912, 3, 336, 168, 0, 912, 103, 1, 0, 0, 0, 913, 914, 5, 72, 0, 0, 914, 916, 5, 448, 0, 0, 915, 917, 3, 338, 169, 0, 916, 915, 1, 0, 0, 0, 916, 917, 1, 0, 0, 0, 917, 918, 1, 0, 0, 0, 918, 921, 3, 324, 162, 0, 919, 920, 5, 59, 0, 0, 920, 922, 5, 538, 0, 0, 921, 919, 1, 0, 0, 0, 921, 922, 1, 0, 0, 0, 922, 923, 1, 0, 0, 0, 923, 924, 3, 336, 168, 0, 924, 105, 1, 0, 0, 0, 925, 927, 5, 72, 0, 0, 926, 928, 5, 498, 0, 0, 927, 926, 1, 0, 0, 0, 927, 928, 1, 0, 0, 0, 928, 929, 1, 0, 0, 0, 929, 931, 5, 502, 0, 0, 930, 932, 3, 338, 169, 0, 931, 930, 1, 0, 0, 0, 931, 932, 1, 0, 0, 0, 932, 933, 1, 0, 0, 0, 933, 935, 3, 332, 166, 0, 934, 936, 3, 56, 28, 0, 935, 934, 1, 0, 0, 0, 935, 936, 1, 0, 0, 0, 936, 939, 1, 0, 0, 0, 937, 938, 5, 59, 0, 0, 938, 940, 5, 538, 0, 0, 939, 937, 1, 0, 0, 0, 939, 940, 1, 0, 0, 0, 940, 941, 1, 0, 0, 0, 941, 942, 5, 17, 0, 0, 942, 943, 3, 158, 79, 0, 943, 107, 1, 0, 0, 0, 944, 948, 5, 72, 0, 0, 945, 949, 5, 498, 0, 0, 946, 947, 5, 498, 0, 0, 947, 949, 5, 371, 0, 0, 948, 945, 1, 0, 0, 0, 948, 946, 1, 0, 0, 0, 948, 949, 1, 0, 0, 0, 949, 950, 1, 0, 0, 0, 950, 952, 5, 153, 0, 0, 951, 953, 3, 338, 169, 0, 952, 951, 1, 0, 0, 0, 952, 953, 1, 0, 0, 0, 953, 954, 1, 0, 0, 0, 954, 955, 3, 272, 136, 0, 955, 956, 5, 17, 0, 0, 956, 959, 3, 310, 155, 0, 957, 958, 5, 196, 0, 0, 958, 960, 7, 16, 0, 0, 959, 957, 1, 0, 0, 0, 959, 960, 1, 0, 0, 0, 960, 962, 1, 0, 0, 0, 961, 963, 3, 110, 55, 0, 962, 961, 1, 0, 0, 0, 962, 963, 1, 0, 0, 0, 963, 109, 1, 0, 0, 0, 964, 965, 5, 413, 0, 0, 965, 966, 5, 464, 0, 0, 966, 972, 3, 112, 56, 0, 967, 968, 5, 521, 0, 0, 968, 969, 5, 464, 0, 0, 969, 971, 3, 112, 56, 0, 970, 967, 1, 0, 0, 0, 971, 974, 1, 0, 0, 0, 972, 970, 1, 0, 0, 0, 972, 973, 1, 0, 0, 0, 973, 111, 1, 0, 0, 0, 974, 972, 1, 0, 0, 0, 975, 976, 5, 538, 0, 0, 976, 113, 1, 0, 0, 0, 977, 978, 5, 8, 0, 0, 978, 980, 5, 374, 0, 0, 979, 981, 3, 340, 170, 0, 980, 979, 1, 0, 0, 0, 980, 981, 1, 0, 0, 0, 981, 982, 1, 0, 0, 0, 982, 988, 3, 328, 164, 0, 983, 989, 3, 116, 58, 0, 984, 989, 3, 118, 59, 0, 985, 989, 3, 120, 60, 0, 986, 989, 3, 122, 61, 0, 987, 989, 3, 124, 62, 0, 988, 983, 1, 0, 0, 0, 988, 984, 1, 0, 0, 0, 988, 985, 1, 0, 0, 0, 988, 986, 1, 0, 0, 0, 988, 987, 1, 0, 0, 0, 989, 115, 1, 0, 0, 0, 990, 992, 5, 312, 0, 0, 991, 993, 3, 334, 167, 0, 992, 991, 1, 0, 0, 0, 992, 993, 1, 0, 0, 0, 993, 994, 1, 0, 0, 0, 994, 995, 5, 389, 0, 0, 995, 996, 3, 334, 167, 0, 996, 117, 1, 0, 0, 0, 997, 998, 5, 341, 0, 0, 998, 999, 3, 342, 171, 0, 999, 119, 1, 0, 0, 0, 1000, 1001, 5, 438, 0, 0, 1001, 1002, 5, 64, 0, 0, 1002, 1003, 3, 86, 43, 0, 1003, 1004, 5, 289, 0, 0, 1004, 1005, 5, 467, 0, 0, 1005, 1007, 3, 56, 28, 0, 1006, 1008, 3, 126, 63, 0, 1007, 1006, 1, 0, 0, 0, 1007, 1008, 1, 0, 0, 0, 1008, 121, 1, 0, 0, 0, 1009, 1010, 5, 116, 0, 0, 1010, 1011, 5, 64, 0, 0, 1011, 1012, 3, 86, 43, 0, 1012, 123, 1, 0, 0, 0, 1013, 1014, 5, 438, 0, 0, 1014, 1015, 5, 404, 0, 0, 1015, 1016, 3, 56, 28, 0, 1016, 125, 1, 0, 0, 0, 1017, 1018, 5, 242, 0, 0, 1018, 1019, 5, 125, 0, 0, 1019, 127, 1, 0, 0, 0, 1020, 1021, 5, 8, 0, 0, 1021, 1022, 5, 502, 0, 0, 1022, 1026, 3, 330, 165, 0, 1023, 1027, 3, 116, 58, 0, 1024, 1025, 5, 17, 0, 0, 1025, 1027, 3, 158, 79, 0, 1026, 1023, 1, 0, 0, 0, 1026, 1024, 1, 0, 0, 0, 1027, 129, 1, 0, 0, 0, 1028, 1029, 5, 8, 0, 0, 1029, 1030, 5, 448, 0, 0, 1030, 1031, 3, 322, 161, 0, 1031, 1032, 3, 118, 59, 0, 1032, 131, 1, 0, 0, 0, 1033, 1037, 5, 8, 0, 0, 1034, 1038, 5, 498, 0, 0, 1035, 1036, 5, 498, 0, 0, 1036, 1038, 5, 371, 0, 0, 1037, 1034, 1, 0, 0, 0, 1037, 1035, 1, 0, 0, 0, 1037, 1038, 1, 0, 0, 0, 1038, 1039, 1, 0, 0, 0, 1039, 1041, 5, 153, 0, 0, 1040, 1042, 3, 340, 170, 0, 1041, 1040, 1, 0, 0, 0, 1041, 1042, 1, 0, 0, 0, 1042, 1043, 1, 0, 0, 0, 1043, 1044, 3, 274, 137, 0, 1044, 1045, 5, 17, 0, 0, 1045, 1048, 3, 310, 155, 0, 1046, 1047, 5, 196, 0, 0, 1047, 1049, 7, 16, 0, 0, 1048, 1046, 1, 0, 0, 0, 1048, 1049, 1, 0, 0, 0, 1049, 133, 1, 0, 0, 0, 1050, 1051, 5, 116, 0, 0, 1051, 1053, 5, 442, 0, 0, 1052, 1054, 3, 340, 170, 0, 1053, 1052, 1, 0, 0, 0, 1053, 1054, 1, 0, 0, 0, 1054, 1055, 1, 0, 0, 0, 1055, 1056, 3, 318, 159, 0, 1056, 135, 1, 0, 0, 0, 1057, 1059, 5, 116, 0, 0, 1058, 1060, 5, 498, 0, 0, 1059, 1058, 1, 0, 0, 0, 1059, 1060, 1, 0, 0, 0, 1060, 1061, 1, 0, 0, 0, 1061, 1063, 5, 374, 0, 0, 1062, 1064, 3, 340, 170, 0, 1063, 1062, 1, 0, 0, 0, 1063, 1064, 1, 0, 0, 0, 1064, 1065, 1, 0, 0, 0, 1065, 1066, 3, 328, 164, 0, 1066, 137, 1, 0, 0, 0, 1067, 1068, 5, 116, 0, 0, 1068, 1070, 5, 448, 0, 0, 1069, 1071, 3, 340, 170, 0, 1070, 1069, 1, 0, 0, 0, 1070, 1071, 1, 0, 0, 0, 1071, 1072, 1, 0, 0, 0, 1072, 1074, 3, 322, 161, 0, 1073, 1075, 7, 17, 0, 0, 1074, 1073, 1, 0, 0, 0, 1074, 1075, 1, 0, 0, 0, 1075, 139, 1, 0, 0, 0, 1076, 1078, 5, 116, 0, 0, 1077, 1079, 5, 498, 0, 0, 1078, 1077, 1, 0, 0, 0, 1078, 1079, 1, 0, 0, 0, 1079, 1080, 1, 0, 0, 0, 1080, 1082, 5, 502, 0, 0, 1081, 1083, 3, 340, 170, 0, 1082, 1081, 1, 0, 0, 0, 1082, 1083, 1, 0, 0, 0, 1083, 1084, 1, 0, 0, 0, 1084, 1085, 3, 330, 165, 0, 1085, 141, 1, 0, 0, 0, 1086, 1090, 5, 116, 0, 0, 1087, 1091, 5, 498, 0, 0, 1088, 1089, 5, 498, 0, 0, 1089, 1091, 5, 371, 0, 0, 1090, 1087, 1, 0, 0, 0, 1090, 1088, 1, 0, 0, 0, 1090, 1091, 1, 0, 0, 0, 1091, 1092, 1, 0, 0, 0, 1092, 1094, 5, 153, 0, 0, 1093, 1095, 3, 340, 170, 0, 1094, 1093, 1, 0, 0, 0, 1094, 1095, 1, 0, 0, 0, 1095, 1096, 1, 0, 0, 0, 1096, 1097, 3, 274, 137, 0, 1097, 143, 1, 0, 0, 0, 1098, 1100, 5, 132, 0, 0, 1099, 1098, 1, 0, 0, 0, 1099, 1100, 1, 0, 0, 0, 1100, 1101, 1, 0, 0, 0, 1101, 1106, 3, 146, 73, 0, 1102, 1106, 3, 154, 77, 0, 1103, 1104, 5, 132, 0, 0, 1104, 1106, 3, 156, 78, 0, 1105, 1099, 1, 0, 0, 0, 1105, 1102, 1, 0, 0, 0, 1105, 1103, 1, 0, 0, 0, 1106, 145, 1, 0, 0, 0, 1107, 1108, 5, 177, 0, 0, 1108, 1109, 7, 18, 0, 0, 1109, 1118, 3, 328, 164, 0, 1110, 1112, 3, 148, 74, 0, 1111, 1110, 1, 0, 0, 0, 1111, 1112, 1, 0, 0, 0, 1112, 1114, 1, 0, 0, 0, 1113, 1115, 3, 56, 28, 0, 1114, 1113, 1, 0, 0, 0, 1114, 1115, 1, 0, 0, 0, 1115, 1116, 1, 0, 0, 0, 1116, 1119, 3, 158, 79, 0, 1117, 1119, 3, 150, 75, 0, 1118, 1111, 1, 0, 0, 0, 1118, 1117, 1, 0, 0, 0, 1119, 147, 1, 0, 0, 0, 1120, 1121, 5, 269, 0, 0, 1121, 1122, 3, 342, 171, 0, 1122, 149, 1, 0, 0, 0, 1123, 1124, 5, 415, 0, 0, 1124, 1129, 3, 152, 76, 0, 1125, 1126, 5, 521, 0, 0, 1126, 1128, 3, 152, 76, 0, 1127, 1125, 1, 0, 0, 0, 1128, 1131, 1, 0, 0, 0, 1129, 1127, 1, 0, 0, 0, 1129, 1130, 1, 0, 0, 0, 1130, 151, 1, 0, 0, 0, 1131, 1129, 1, 0, 0, 0, 1132, 1133, 5, 517, 0, 0, 1133, 1138, 3, 360, 180, 0, 1134, 1135, 5, 521, 0, 0, 1135, 1137, 3, 360, 180, 0, 1136, 1134, 1, 0, 0, 0, 1137, 1140, 1, 0, 0, 0, 1138, 1136, 1, 0, 0, 0, 1138, 1139, 1, 0, 0, 0, 1139, 1141, 1, 0, 0, 0, 1140, 1138, 1, 0, 0, 0, 1141, 1142, 5, 518, 0, 0, 1142, 153, 1, 0, 0, 0, 1143, 1144, 5, 24, 0, 0, 1144, 1145, 5, 355, 0, 0, 1145, 1146, 5, 341, 0, 0, 1146, 1150, 5, 522, 0, 0, 1147, 1148, 3, 146, 73, 0, 1148, 1149, 5, 522, 0, 0, 1149, 1151, 1, 0, 0, 0, 1150, 1147, 1, 0, 0, 0, 1151, 1152, 1, 0, 0, 0, 1152, 1150, 1, 0, 0, 0, 1152, 1153, 1, 0, 0, 0, 1153, 1154, 1, 0, 0, 0, 1154, 1155, 5, 122, 0, 0, 1155, 155, 1, 0, 0, 0, 1156, 1157, 5, 355, 0, 0, 1157, 1158, 5, 341, 0, 0, 1158, 1162, 5, 24, 0, 0, 1159, 1160, 3, 146, 73, 0, 1160, 1161, 5, 522, 0, 0, 1161, 1163, 1, 0, 0, 0, 1162, 1159, 1, 0, 0, 0, 1163, 1164, 1, 0, 0, 0, 1164, 1162, 1, 0, 0, 0, 1164, 1165, 1, 0, 0, 0, 1165, 1166, 1, 0, 0, 0, 1166, 1167, 5, 122, 0, 0, 1167, 157, 1, 0, 0, 0, 1168, 1169, 6, 79, -1, 0, 1169, 1192, 3, 160, 80, 0, 1170, 1171, 3, 162, 81, 0, 1171, 1172, 3, 158, 79, 5, 1172, 1192, 1, 0, 0, 0, 1173, 1174, 5, 517, 0, 0, 1174, 1175, 3, 158, 79, 0, 1175, 1176, 5, 518, 0, 0, 1176, 1192, 1, 0, 0, 0, 1177, 1179, 3, 170, 85, 0, 1178, 1180, 3, 230, 115, 0, 1179, 1178, 1, 0, 0, 0, 1179, 1180, 1, 0, 0, 0, 1180, 1182, 1, 0, 0, 0, 1181, 1183, 3, 234, 117, 0, 1182, 1181, 1, 0, 0, 0, 1182, 1183, 1, 0, 0, 0, 1183, 1192, 1, 0, 0, 0, 1184, 1186, 3, 168, 84, 0, 1185, 1187, 3, 230, 115, 0, 1186, 1185, 1, 0, 0, 0, 1186, 1187, 1, 0, 0, 0, 1187, 1189, 1, 0, 0, 0, 1188, 1190, 3, 234, 117, 0, 1189, 1188, 1, 0, 0, 0, 1189, 1190, 1, 0, 0, 0, 1190, 1192, 1, 0, 0, 0, 1191, 1168, 1, 0, 0, 0, 1191, 1170, 1, 0, 0, 0, 1191, 1173, 1, 0, 0, 0, 1191, 1177, 1, 0, 0, 0, 1191, 1184, 1, 0, 0, 0, 1192, 1207, 1, 0, 0, 0, 1193, 1194, 10, 3, 0, 0, 1194, 1196, 7, 19, 0, 0, 1195, 1197, 5, 5, 0, 0, 1196, 1195, 1, 0, 0, 0, 1196, 1197, 1, 0, 0, 0, 1197, 1198, 1, 0, 0, 0, 1198, 1200, 3, 158, 79, 0, 1199, 1201, 3, 230, 115, 0, 1200, 1199, 1, 0, 0, 0, 1200, 1201, 1, 0, 0, 0, 1201, 1203, 1, 0, 0, 0, 1202, 1204, 3, 234, 117, 0, 1203, 1202, 1, 0, 0, 0, 1203, 1204, 1, 0, 0, 0, 1204, 1206, 1, 0, 0, 0, 1205, 1193, 1, 0, 0, 0, 1206, 1209, 1, 0, 0, 0, 1207, 1205, 1, 0, 0, 0, 1207, 1208, 1, 0, 0, 0, 1208, 159, 1, 0, 0, 0, 1209, 1207, 1, 0, 0, 0, 1210, 1211, 5, 415, 0, 0, 1211, 1216, 3, 258, 129, 0, 1212, 1213, 5, 521, 0, 0, 1213, 1215, 3, 258, 129, 0, 1214, 1212, 1, 0, 0, 0, 1215, 1218, 1, 0, 0, 0, 1216, 1214, 1, 0, 0, 0, 1216, 1217, 1, 0, 0, 0, 1217, 161, 1, 0, 0, 0, 1218, 1216, 1, 0, 0, 0, 1219, 1220, 5, 434, 0, 0, 1220, 1225, 3, 164, 82, 0, 1221, 1222, 5, 521, 0, 0, 1222, 1224, 3, 164, 82, 0, 1223, 1221, 1, 0, 0, 0, 1224, 1227, 1, 0, 0, 0, 1225, 1223, 1, 0, 0, 0, 1225, 1226, 1, 0, 0, 0, 1226, 163, 1, 0, 0, 0, 1227, 1225, 1, 0, 0, 0, 1228, 1240, 3, 166, 83, 0, 1229, 1230, 5, 517, 0, 0, 1230, 1235, 3, 52, 26, 0, 1231, 1232, 5, 521, 0, 0, 1232, 1234, 3, 52, 26, 0, 1233, 1231, 1, 0, 0, 0, 1234, 1237, 1, 0, 0, 0, 1235, 1233, 1, 0, 0, 0, 1235, 1236, 1, 0, 0, 0, 1236, 1238, 1, 0, 0, 0, 1237, 1235, 1, 0, 0, 0, 1238, 1239, 5, 518, 0, 0, 1239, 1241, 1, 0, 0, 0, 1240, 1229, 1, 0, 0, 0, 1240, 1241, 1, 0, 0, 0, 1241, 1242, 1, 0, 0, 0, 1242, 1243, 5, 17, 0, 0, 1243, 1244, 5, 517, 0, 0, 1244, 1245, 3, 158, 79, 0, 1245, 1246, 5, 518, 0, 0, 1246, 165, 1, 0, 0, 0, 1247, 1248, 3, 310, 155, 0, 1248, 167, 1, 0, 0, 0, 1249, 1251, 3, 170, 85, 0, 1250, 1252, 3, 176, 88, 0, 1251, 1250, 1, 0, 0, 0, 1251, 1252, 1, 0, 0, 0, 1252, 1254, 1, 0, 0, 0, 1253, 1255, 3, 204, 102, 0, 1254, 1253, 1, 0, 0, 0, 1254, 1255, 1, 0, 0, 0, 1255, 1257, 1, 0, 0, 0, 1256, 1258, 3, 206, 103, 0, 1257, 1256, 1, 0, 0, 0, 1257, 1258, 1, 0, 0, 0, 1258, 1260, 1, 0, 0, 0, 1259, 1261, 3, 220, 110, 0, 1260, 1259, 1, 0, 0, 0, 1260, 1261, 1, 0, 0, 0, 1261, 1263, 1, 0, 0, 0, 1262, 1264, 3, 222, 111, 0, 1263, 1262, 1, 0, 0, 0, 1263, 1264, 1, 0, 0, 0, 1264, 1270, 1, 0, 0, 0, 1265, 1266, 3, 170, 85, 0, 1266, 1267, 3, 176, 88, 0, 1267, 1268, 3, 228, 114, 0, 1268, 1270, 1, 0, 0, 0, 1269, 1249, 1, 0, 0, 0, 1269, 1265, 1, 0, 0, 0, 1270, 169, 1, 0, 0, 0, 1271, 1273, 5, 337, 0, 0, 1272, 1274, 3, 370, 185, 0, 1273, 1272, 1, 0, 0, 0, 1273, 1274, 1, 0, 0, 0, 1274, 1284, 1, 0, 0, 0, 1275, 1285, 5, 528, 0, 0, 1276, 1281, 3, 172, 86, 0, 1277, 1278, 5, 521, 0, 0, 1278, 1280, 3, 172, 86, 0, 1279, 1277, 1, 0, 0, 0, 1280, 1283, 1, 0, 0, 0, 1281, 1279, 1, 0, 0, 0, 1281, 1282, 1, 0, 0, 0, 1282, 1285, 1, 0, 0, 0, 1283, 1281, 1, 0, 0, 0, 1284, 1275, 1, 0, 0, 0, 1284, 1276, 1, 0, 0, 0, 1285, 171, 1, 0, 0, 0, 1286, 1302, 3, 174, 87, 0, 1287, 1292, 3, 258, 129, 0, 1288, 1290, 5, 17, 0, 0, 1289, 1288, 1, 0, 0, 0, 1289, 1290, 1, 0, 0, 0, 1290, 1291, 1, 0, 0, 0, 1291, 1293, 3, 52, 26, 0, 1292, 1289, 1, 0, 0, 0, 1292, 1293, 1, 0, 0, 0, 1293, 1302, 1, 0, 0, 0, 1294, 1299, 3, 52, 26, 0, 1295, 1297, 5, 17, 0, 0, 1296, 1295, 1, 0, 0, 0, 1296, 1297, 1, 0, 0, 0, 1297, 1298, 1, 0, 0, 0, 1298, 1300, 3, 258, 129, 0, 1299, 1296, 1, 0, 0, 0, 1299, 1300, 1, 0, 0, 0, 1300, 1302, 1, 0, 0, 0, 1301, 1286, 1, 0, 0, 0, 1301, 1287, 1, 0, 0, 0, 1301, 1294, 1, 0, 0, 0, 1302, 173, 1, 0, 0, 0, 1303, 1304, 3, 270, 135, 0, 1304, 1305, 5, 263, 0, 0, 1305, 1306, 3, 226, 113, 0, 1306, 1307, 5, 17, 0, 0, 1307, 1308, 3, 310, 155, 0, 1308, 1316, 1, 0, 0, 0, 1309, 1310, 3, 270, 135, 0, 1310, 1311, 5, 263, 0, 0, 1311, 1312, 3, 302, 151, 0, 1312, 1313, 5, 17, 0, 0, 1313, 1314, 3, 310, 155, 0, 1314, 1316, 1, 0, 0, 0, 1315, 1303, 1, 0, 0, 0, 1315, 1309, 1, 0, 0, 0, 1316, 175, 1, 0, 0, 0, 1317, 1318, 5, 151, 0, 0, 1318, 1319, 3, 178, 89, 0, 1319, 177, 1, 0, 0, 0, 1320, 1321, 6, 89, -1, 0, 1321, 1326, 3, 180, 90, 0, 1322, 1323, 5, 521, 0, 0, 1323, 1325, 3, 180, 90, 0, 1324, 1322, 1, 0, 0, 0, 1325, 1328, 1, 0, 0, 0, 1326, 1324, 1, 0, 0, 0, 1326, 1327, 1, 0, 0, 0, 1327, 1332, 1, 0, 0, 0, 1328, 1326, 1, 0, 0, 0, 1329, 1332, 3, 188, 94, 0, 1330, 1332, 3, 190, 95, 0, 1331, 1320, 1, 0, 0, 0, 1331, 1329, 1, 0, 0, 0, 1331, 1330, 1, 0, 0, 0, 1332, 1354, 1, 0, 0, 0, 1333, 1334, 10, 3, 0, 0, 1334, 1335, 5, 73, 0, 0, 1335, 1336, 5, 185, 0, 0, 1336, 1353, 3, 178, 89, 4, 1337, 1339, 10, 4, 0, 0, 1338, 1340, 5, 234, 0, 0, 1339, 1338, 1, 0, 0, 0, 1339, 1340, 1, 0, 0, 0, 1340, 1342, 1, 0, 0, 0, 1341, 1343, 7, 20, 0, 0, 1342, 1341, 1, 0, 0, 0, 1342, 1343, 1, 0, 0, 0, 1343, 1345, 1, 0, 0, 0, 1344, 1346, 5, 262, 0, 0, 1345, 1344, 1, 0, 0, 0, 1345, 1346, 1, 0, 0, 0, 1346, 1347, 1, 0, 0, 0, 1347, 1348, 5, 185, 0, 0, 1348, 1350, 3, 178, 89, 0, 1349, 1351, 3, 202, 101, 0, 1350, 1349, 1, 0, 0, 0, 1350, 1351, 1, 0, 0, 0, 1351, 1353, 1, 0, 0, 0, 1352, 1333, 1, 0, 0, 0, 1352, 1337, 1, 0, 0, 0, 1353, 1356, 1, 0, 0, 0, 1354, 1352, 1, 0, 0, 0, 1354, 1355, 1, 0, 0, 0, 1355, 179, 1, 0, 0, 0, 1356, 1354, 1, 0, 0, 0, 1357, 1359, 3, 182, 91, 0, 1358, 1360, 3, 300, 150, 0, 1359, 1358, 1, 0, 0, 0, 1359, 1360, 1, 0, 0, 0, 1360, 181, 1, 0, 0, 0, 1361, 1363, 5, 374, 0, 0, 1362, 1361, 1, 0, 0, 0, 1362, 1363, 1, 0, 0, 0, 1363, 1364, 1, 0, 0, 0, 1364, 1366, 3, 328, 164, 0, 1365, 1367, 3, 184, 92, 0, 1366, 1365, 1, 0, 0, 0, 1366, 1367, 1, 0, 0, 0, 1367, 1391, 1, 0, 0, 0, 1368, 1370, 3, 330, 165, 0, 1369, 1371, 3, 184, 92, 0, 1370, 1369, 1, 0, 0, 0, 1370, 1371, 1, 0, 0, 0, 1371, 1391, 1, 0, 0, 0, 1372, 1373, 5, 199, 0, 0, 1373, 1374, 5, 374, 0, 0, 1374, 1375, 5, 517, 0, 0, 1375, 1376, 3, 268, 134, 0, 1376, 1377, 5, 518, 0, 0, 1377, 1391, 1, 0, 0, 0, 1378, 1380, 5, 199, 0, 0, 1379, 1378, 1, 0, 0, 0, 1379, 1380, 1, 0, 0, 0, 1380, 1381, 1, 0, 0, 0, 1381, 1382, 5, 517, 0, 0, 1382, 1383, 3, 158, 79, 0, 1383, 1384, 5, 518, 0, 0, 1384, 1391, 1, 0, 0, 0, 1385, 1386, 5, 406, 0, 0, 1386, 1387, 5, 517, 0, 0, 1387, 1388, 3, 258, 129, 0, 1388, 1389, 5, 518, 0, 0, 1389, 1391, 1, 0, 0, 0, 1390, 1362, 1, 0, 0, 0, 1390, 1368, 1, 0, 0, 0, 1390, 1372, 1, 0, 0, 0, 1390, 1379, 1, 0, 0, 0, 1390, 1385, 1, 0, 0, 0, 1391, 183, 1, 0, 0, 0, 1392, 1393, 5, 146, 0, 0, 1393, 1394, 5, 372, 0, 0, 1394, 1395, 5, 17, 0, 0, 1395, 1396, 5, 250, 0, 0, 1396, 1397, 3, 186, 93, 0, 1397, 185, 1, 0, 0, 0, 1398, 1399, 3, 258, 129, 0, 1399, 187, 1, 0, 0, 0, 1400, 1401, 5, 517, 0, 0, 1401, 1402, 3, 150, 75, 0, 1402, 1403, 5, 518, 0, 0, 1403, 1404, 3, 300, 150, 0, 1404, 189, 1, 0, 0, 0, 1405, 1406, 5, 374, 0, 0, 1406, 1407, 5, 517, 0, 0, 1407, 1408, 3, 192, 96, 0, 1408, 1409, 5, 518, 0, 0, 1409, 191, 1, 0, 0, 0, 1410, 1411, 3, 194, 97, 0, 1411, 1412, 5, 517, 0, 0, 1412, 1417, 3, 196, 98, 0, 1413, 1414, 5, 521, 0, 0, 1414, 1416, 3, 196, 98, 0, 1415, 1413, 1, 0, 0, 0, 1416, 1419, 1, 0, 0, 0, 1417, 1415, 1, 0, 0, 0, 1417, 1418, 1, 0, 0, 0, 1418, 1420, 1, 0, 0, 0, 1419, 1417, 1, 0, 0, 0, 1420, 1421, 5, 518, 0, 0, 1421, 193, 1, 0, 0, 0, 1422, 1423, 7, 21, 0, 0, 1423, 195, 1, 0, 0, 0, 1424, 1425, 5, 374, 0, 0, 1425, 1440, 3, 218, 109, 0, 1426, 1440, 3, 200, 100, 0, 1427, 1440, 3, 288, 144, 0, 1428, 1429, 5, 447, 0, 0, 1429, 1430, 5, 537, 0, 0, 1430, 1431, 5, 374, 0, 0, 1431, 1440, 3, 218, 109, 0, 1432, 1433, 5, 499, 0, 0, 1433, 1434, 5, 537, 0, 0, 1434, 1440, 3, 200, 100, 0, 1435, 1436, 3, 198, 99, 0, 1436, 1437, 5, 537, 0, 0, 1437, 1438, 3, 288, 144, 0, 1438, 1440, 1, 0, 0, 0, 1439, 1424, 1, 0, 0, 0, 1439, 1426, 1, 0, 0, 0, 1439, 1427, 1, 0, 0, 0, 1439, 1428, 1, 0, 0, 0, 1439, 1432, 1, 0, 0, 0, 1439, 1435, 1, 0, 0, 0, 1440, 197, 1, 0, 0, 0, 1441, 1442, 7, 22, 0, 0, 1442, 199, 1, 0, 0, 0, 1443, 1444, 5, 452, 0, 0, 1444, 1445, 5, 517, 0, 0, 1445, 1446, 3, 52, 26, 0, 1446, 1447, 5, 518, 0, 0, 1447, 201, 1, 0, 0, 0, 1448, 1449, 5, 254, 0, 0, 1449, 1453, 3, 260, 130, 0, 1450, 1451, 5, 413, 0, 0, 1451, 1453, 3, 56, 28, 0, 1452, 1448, 1, 0, 0, 0, 1452, 1450, 1, 0, 0, 0, 1453, 203, 1, 0, 0, 0, 1454, 1455, 5, 431, 0, 0, 1455, 1456, 3, 260, 130, 0, 1456, 205, 1, 0, 0, 0, 1457, 1458, 5, 159, 0, 0, 1458, 1459, 5, 34, 0, 0, 1459, 1464, 3, 208, 104, 0, 1460, 1461, 5, 521, 0, 0, 1461, 1463, 3, 208, 104, 0, 1462, 1460, 1, 0, 0, 0, 1463, 1466, 1, 0, 0, 0, 1464, 1462, 1, 0, 0, 0, 1464, 1465, 1, 0, 0, 0, 1465, 207, 1, 0, 0, 0, 1466, 1464, 1, 0, 0, 0, 1467, 1508, 3, 52, 26, 0, 1468, 1508, 3, 214, 107, 0, 1469, 1470, 5, 517, 0, 0, 1470, 1508, 5, 518, 0, 0, 1471, 1472, 5, 517, 0, 0, 1472, 1477, 3, 258, 129, 0, 1473, 1474, 5, 521, 0, 0, 1474, 1476, 3, 258, 129, 0, 1475, 1473, 1, 0, 0, 0, 1476, 1479, 1, 0, 0, 0, 1477, 1475, 1, 0, 0, 0, 1477, 1478, 1, 0, 0, 0, 1478, 1480, 1, 0, 0, 0, 1479, 1477, 1, 0, 0, 0, 1480, 1481, 5, 518, 0, 0, 1481, 1508, 1, 0, 0, 0, 1482, 1483, 3, 212, 106, 0, 1483, 1484, 5, 517, 0, 0, 1484, 1489, 3, 258, 129, 0, 1485, 1486, 5, 521, 0, 0, 1486, 1488, 3, 258, 129, 0, 1487, 1485, 1, 0, 0, 0, 1488, 1491, 1, 0, 0, 0, 1489, 1487, 1, 0, 0, 0, 1489, 1490, 1, 0, 0, 0, 1490, 1492, 1, 0, 0, 0, 1491, 1489, 1, 0, 0, 0, 1492, 1493, 5, 518, 0, 0, 1493, 1508, 1, 0, 0, 0, 1494, 1495, 3, 210, 105, 0, 1495, 1496, 5, 517, 0, 0, 1496, 1501, 3, 208, 104, 0, 1497, 1498, 5, 521, 0, 0, 1498, 1500, 3, 208, 104, 0, 1499, 1497, 1, 0, 0, 0, 1500, 1503, 1, 0, 0, 0, 1501, 1499, 1, 0, 0, 0, 1501, 1502, 1, 0, 0, 0, 1502, 1504, 1, 0, 0, 0, 1503, 1501, 1, 0, 0, 0, 1504, 1505, 5, 518, 0, 0, 1505, 1508, 1, 0, 0, 0, 1506, 1508, 3, 258, 129, 0, 1507, 1467, 1, 0, 0, 0, 1507, 1468, 1, 0, 0, 0, 1507, 1469, 1, 0, 0, 0, 1507, 1471, 1, 0, 0, 0, 1507, 1482, 1, 0, 0, 0, 1507, 1494, 1, 0, 0, 0, 1507, 1506, 1, 0, 0, 0, 1508, 209, 1, 0, 0, 0, 1509, 1510, 5, 160, 0, 0, 1510, 1511, 5, 494, 0, 0, 1511, 211, 1, 0, 0, 0, 1512, 1513, 7, 23, 0, 0, 1513, 213, 1, 0, 0, 0, 1514, 1515, 3, 216, 108, 0, 1515, 1516, 5, 517, 0, 0, 1516, 1517, 3, 218, 109, 0, 1517, 1518, 5, 521, 0, 0, 1518, 1519, 3, 288, 144, 0, 1519, 1520, 5, 518, 0, 0, 1520, 215, 1, 0, 0, 0, 1521, 1522, 7, 24, 0, 0, 1522, 217, 1, 0, 0, 0, 1523, 1524, 3, 334, 167, 0, 1524, 219, 1, 0, 0, 0, 1525, 1526, 5, 163, 0, 0, 1526, 1527, 3, 260, 130, 0, 1527, 221, 1, 0, 0, 0, 1528, 1529, 5, 433, 0, 0, 1529, 1534, 3, 224, 112, 0, 1530, 1531, 5, 521, 0, 0, 1531, 1533, 3, 224, 112, 0, 1532, 1530, 1, 0, 0, 0, 1533, 1536, 1, 0, 0, 0, 1534, 1532, 1, 0, 0, 0, 1534, 1535, 1, 0, 0, 0, 1535, 223, 1, 0, 0, 0, 1536, 1534, 1, 0, 0, 0, 1537, 1538, 3, 302, 151, 0, 1538, 1539, 5, 17, 0, 0, 1539, 1540, 3, 226, 113, 0, 1540, 225, 1, 0, 0, 0, 1541, 1543, 3, 302, 151, 0, 1542, 1541, 1, 0, 0, 0, 1542, 1543, 1, 0, 0, 0, 1543, 1544, 1, 0, 0, 0, 1544, 1546, 5, 517, 0, 0, 1545, 1547, 3, 236, 118, 0, 1546, 1545, 1, 0, 0, 0, 1546, 1547, 1, 0, 0, 0, 1547, 1549, 1, 0, 0, 0, 1548, 1550, 3, 230, 115, 0, 1549, 1548, 1, 0, 0, 0, 1549, 1550, 1, 0, 0, 0, 1550, 1552, 1, 0, 0, 0, 1551, 1553, 3, 252, 126, 0, 1552, 1551, 1, 0, 0, 0, 1552, 1553, 1, 0, 0, 0, 1553, 1554, 1, 0, 0, 0, 1554, 1555, 5, 518, 0, 0, 1555, 227, 1, 0, 0, 0, 1556, 1557, 5, 214, 0, 0, 1557, 1559, 5, 517, 0, 0, 1558, 1560, 3, 236, 118, 0, 1559, 1558, 1, 0, 0, 0, 1559, 1560, 1, 0, 0, 0, 1560, 1562, 1, 0, 0, 0, 1561, 1563, 3, 230, 115, 0, 1562, 1561, 1, 0, 0, 0, 1562, 1563, 1, 0, 0, 0, 1563, 1565, 1, 0, 0, 0, 1564, 1566, 3, 240, 120, 0, 1565, 1564, 1, 0, 0, 0, 1565, 1566, 1, 0, 0, 0, 1566, 1568, 1, 0, 0, 0, 1567, 1569, 3, 246, 123, 0, 1568, 1567, 1, 0, 0, 0, 1568, 1569, 1, 0, 0, 0, 1569, 1571, 1, 0, 0, 0, 1570, 1572, 3, 248, 124, 0, 1571, 1570, 1, 0, 0, 0, 1571, 1572, 1, 0, 0, 0, 1572, 1574, 1, 0, 0, 0, 1573, 1575, 3, 242, 121, 0, 1574, 1573, 1, 0, 0, 0, 1574, 1575, 1, 0, 0, 0, 1575, 1576, 1, 0, 0, 0, 1576, 1577, 3, 250, 125, 0, 1577, 1582, 5, 518, 0, 0, 1578, 1580, 5, 17, 0, 0, 1579, 1578, 1, 0, 0, 0, 1579, 1580, 1, 0, 0, 0, 1580, 1581, 1, 0, 0, 0, 1581, 1583, 3, 310, 155, 0, 1582, 1579, 1, 0, 0, 0, 1582, 1583, 1, 0, 0, 0, 1583, 229, 1, 0, 0, 0, 1584, 1585, 5, 259, 0, 0, 1585, 1586, 5, 34, 0, 0, 1586, 1591, 3, 232, 116, 0, 1587, 1588, 5, 521, 0, 0, 1588, 1590, 3, 232, 116, 0, 1589, 1587, 1, 0, 0, 0, 1590, 1593, 1, 0, 0, 0, 1591, 1589, 1, 0, 0, 0, 1591, 1592, 1, 0, 0, 0, 1592, 231, 1, 0, 0, 0, 1593, 1591, 1, 0, 0, 0, 1594, 1596, 3, 52, 26, 0, 1595, 1597, 7, 25, 0, 0, 1596, 1595, 1, 0, 0, 0, 1596, 1597, 1, 0, 0, 0, 1597, 1600, 1, 0, 0, 0, 1598, 1599, 5, 477, 0, 0, 1599, 1601, 7, 26, 0, 0, 1600, 1598, 1, 0, 0, 0, 1600, 1601, 1, 0, 0, 0, 1601, 233, 1, 0, 0, 0, 1602, 1605, 5, 205, 0, 0, 1603, 1606, 5, 5, 0, 0, 1604, 1606, 3, 258, 129, 0, 1605, 1603, 1, 0, 0, 0, 1605, 1604, 1, 0, 0, 0, 1606, 235, 1, 0, 0, 0, 1607, 1608, 5, 269, 0, 0, 1608, 1611, 5, 34, 0, 0, 1609, 1612, 3, 52, 26, 0, 1610, 1612, 3, 270, 135, 0, 1611, 1609, 1, 0, 0, 0, 1611, 1610, 1, 0, 0, 0, 1612, 1620, 1, 0, 0, 0, 1613, 1616, 5, 521, 0, 0, 1614, 1617, 3, 52, 26, 0, 1615, 1617, 3, 270, 135, 0, 1616, 1614, 1, 0, 0, 0, 1616, 1615, 1, 0, 0, 0, 1617, 1619, 1, 0, 0, 0, 1618, 1613, 1, 0, 0, 0, 1619, 1622, 1, 0, 0, 0, 1620, 1618, 1, 0, 0, 0, 1620, 1621, 1, 0, 0, 0, 1621, 237, 1, 0, 0, 0, 1622, 1620, 1, 0, 0, 0, 1623, 1640, 5, 528, 0, 0, 1624, 1640, 5, 531, 0, 0, 1625, 1640, 5, 536, 0, 0, 1626, 1627, 5, 519, 0, 0, 1627, 1628, 5, 539, 0, 0, 1628, 1629, 5, 521, 0, 0, 1629, 1630, 5, 539, 0, 0, 1630, 1640, 5, 520, 0, 0, 1631, 1632, 5, 519, 0, 0, 1632, 1633, 5, 539, 0, 0, 1633, 1634, 5, 521, 0, 0, 1634, 1640, 5, 520, 0, 0, 1635, 1636, 5, 519, 0, 0, 1636, 1637, 5, 521, 0, 0, 1637, 1638, 5, 539, 0, 0, 1638, 1640, 5, 520, 0, 0, 1639, 1623, 1, 0, 0, 0, 1639, 1624, 1, 0, 0, 0, 1639, 1625, 1, 0, 0, 0, 1639, 1626, 1, 0, 0, 0, 1639, 1631, 1, 0, 0, 0, 1639, 1635, 1, 0, 0, 0, 1640, 239, 1, 0, 0, 0, 1641, 1642, 5, 216, 0, 0, 1642, 1647, 3, 172, 86, 0, 1643, 1644, 5, 521, 0, 0, 1644, 1646, 3, 172, 86, 0, 1645, 1643, 1, 0, 0, 0, 1646, 1649, 1, 0, 0, 0, 1647, 1645, 1, 0, 0, 0, 1647, 1648, 1, 0, 0, 0, 1648, 241, 1, 0, 0, 0, 1649, 1647, 1, 0, 0, 0, 1650, 1651, 5, 272, 0, 0, 1651, 1653, 5, 517, 0, 0, 1652, 1654, 3, 244, 122, 0, 1653, 1652, 1, 0, 0, 0, 1654, 1655, 1, 0, 0, 0, 1655, 1653, 1, 0, 0, 0, 1655, 1656, 1, 0, 0, 0, 1656, 1657, 1, 0, 0, 0, 1657, 1659, 5, 518, 0, 0, 1658, 1660, 3, 256, 128, 0, 1659, 1658, 1, 0, 0, 0, 1659, 1660, 1, 0, 0, 0, 1660, 243, 1, 0, 0, 0, 1661, 1663, 3, 312, 156, 0, 1662, 1664, 3, 238, 119, 0, 1663, 1662, 1, 0, 0, 0, 1663, 1664, 1, 0, 0, 0, 1664, 245, 1, 0, 0, 0, 1665, 1666, 5, 5, 0, 0, 1666, 1667, 5, 323, 0, 0, 1667, 1668, 5, 273, 0, 0, 1668, 1674, 5, 211, 0, 0, 1669, 1670, 5, 255, 0, 0, 1670, 1671, 5, 322, 0, 0, 1671, 1672, 5, 273, 0, 0, 1672, 1674, 5, 211, 0, 0, 1673, 1665, 1, 0, 0, 0, 1673, 1669, 1, 0, 0, 0, 1674, 247, 1, 0, 0, 0, 1675, 1676, 5, 439, 0, 0, 1676, 1677, 5, 211, 0, 0, 1677, 1678, 5, 344, 0, 0, 1678, 1679, 5, 479, 0, 0, 1679, 1680, 5, 468, 0, 0, 1680, 1700, 5, 322, 0, 0, 1681, 1682, 5, 439, 0, 0, 1682, 1683, 5, 211, 0, 0, 1683, 1684, 5, 344, 0, 0, 1684, 1685, 5, 389, 0, 0, 1685, 1686, 5, 238, 0, 0, 1686, 1700, 5, 322, 0, 0, 1687, 1688, 5, 439, 0, 0, 1688, 1689, 5, 211, 0, 0, 1689, 1690, 5, 344, 0, 0, 1690, 1691, 5, 389, 0, 0, 1691, 1692, 5, 468, 0, 0, 1692, 1700, 3, 312, 156, 0, 1693, 1694, 5, 439, 0, 0, 1694, 1695, 5, 211, 0, 0, 1695, 1696, 5, 344, 0, 0, 1696, 1697, 5, 389, 0, 0, 1697, 1698, 5, 458, 0, 0, 1698, 1700, 3, 312, 156, 0, 1699, 1675, 1, 0, 0, 0, 1699, 1681, 1, 0, 0, 0, 1699, 1687, 1, 0, 0, 0, 1699, 1693, 1, 0, 0, 0, 1700, 249, 1, 0, 0, 0, 1701, 1702, 5, 105, 0, 0, 1702, 1707, 3, 172, 86, 0, 1703, 1704, 5, 521, 0, 0, 1704, 1706, 3, 172, 86, 0, 1705, 1703, 1, 0, 0, 0, 1706, 1709, 1, 0, 0, 0, 1707, 1705, 1, 0, 0, 0, 1707, 1708, 1, 0, 0, 0, 1708, 251, 1, 0, 0, 0, 1709, 1707, 1, 0, 0, 0, 1710, 1711, 5, 293, 0, 0, 1711, 1712, 5, 27, 0, 0, 1712, 1713, 3, 288, 144, 0, 1713, 1714, 3, 254, 127, 0, 1714, 1720, 1, 0, 0, 0, 1715, 1716, 5, 323, 0, 0, 1716, 1717, 5, 27, 0, 0, 1717, 1718, 5, 539, 0, 0, 1718, 1720, 3, 254, 127, 0, 1719, 1710, 1, 0, 0, 0, 1719, 1715, 1, 0, 0, 0, 1720, 253, 1, 0, 0, 0, 1721, 1722, 5, 481, 0, 0, 1722, 1723, 5, 10, 0, 0, 1723, 1724, 5, 76, 0, 0, 1724, 1725, 5, 322, 0, 0, 1725, 255, 1, 0, 0, 0, 1726, 1727, 5, 435, 0, 0, 1727, 1728, 3, 288, 144, 0, 1728, 257, 1, 0, 0, 0, 1729, 1730, 3, 260, 130, 0, 1730, 259, 1, 0, 0, 0, 1731, 1732, 6, 130, -1, 0, 1732, 1733, 5, 242, 0, 0, 1733, 1744, 3, 260, 130, 6, 1734, 1735, 5, 133, 0, 0, 1735, 1736, 5, 517, 0, 0, 1736, 1737, 3, 158, 79, 0, 1737, 1738, 5, 518, 0, 0, 1738, 1744, 1, 0, 0, 0, 1739, 1741, 3, 266, 133, 0, 1740, 1742, 3, 262, 131, 0, 1741, 1740, 1, 0, 0, 0, 1741, 1742, 1, 0, 0, 0, 1742, 1744, 1, 0, 0, 0, 1743, 1731, 1, 0, 0, 0, 1743, 1734, 1, 0, 0, 0, 1743, 1739, 1, 0, 0, 0, 1744, 1759, 1, 0, 0, 0, 1745, 1746, 10, 3, 0, 0, 1746, 1747, 5, 10, 0, 0, 1747, 1758, 3, 260, 130, 4, 1748, 1749, 10, 2, 0, 0, 1749, 1750, 5, 258, 0, 0, 1750, 1758, 3, 260, 130, 3, 1751, 1752, 10, 1, 0, 0, 1752, 1754, 5, 184, 0, 0, 1753, 1755, 5, 242, 0, 0, 1754, 1753, 1, 0, 0, 0, 1754, 1755, 1, 0, 0, 0, 1755, 1756, 1, 0, 0, 0, 1756, 1758, 7, 27, 0, 0, 1757, 1745, 1, 0, 0, 0, 1757, 1748, 1, 0, 0, 0, 1757, 1751, 1, 0, 0, 0, 1758, 1761, 1, 0, 0, 0, 1759, 1757, 1, 0, 0, 0, 1759, 1760, 1, 0, 0, 0, 1760, 261, 1, 0, 0, 0, 1761, 1759, 1, 0, 0, 0, 1762, 1764, 5, 242, 0, 0, 1763, 1762, 1, 0, 0, 0, 1763, 1764, 1, 0, 0, 0, 1764, 1765, 1, 0, 0, 0, 1765, 1767, 5, 27, 0, 0, 1766, 1768, 7, 28, 0, 0, 1767, 1766, 1, 0, 0, 0, 1767, 1768, 1, 0, 0, 0, 1768, 1769, 1, 0, 0, 0, 1769, 1770, 3, 266, 133, 0, 1770, 1771, 5, 10, 0, 0, 1771, 1772, 3, 266, 133, 0, 1772, 1837, 1, 0, 0, 0, 1773, 1775, 5, 242, 0, 0, 1774, 1773, 1, 0, 0, 0, 1774, 1775, 1, 0, 0, 0, 1775, 1776, 1, 0, 0, 0, 1776, 1777, 5, 170, 0, 0, 1777, 1778, 5, 517, 0, 0, 1778, 1783, 3, 258, 129, 0, 1779, 1780, 5, 521, 0, 0, 1780, 1782, 3, 258, 129, 0, 1781, 1779, 1, 0, 0, 0, 1782, 1785, 1, 0, 0, 0, 1783, 1781, 1, 0, 0, 0, 1783, 1784, 1, 0, 0, 0, 1784, 1786, 1, 0, 0, 0, 1785, 1783, 1, 0, 0, 0, 1786, 1787, 5, 518, 0, 0, 1787, 1837, 1, 0, 0, 0, 1788, 1790, 5, 242, 0, 0, 1789, 1788, 1, 0, 0, 0, 1789, 1790, 1, 0, 0, 0, 1790, 1791, 1, 0, 0, 0, 1791, 1792, 5, 170, 0, 0, 1792, 1793, 5, 517, 0, 0, 1793, 1794, 3, 158, 79, 0, 1794, 1795, 5, 518, 0, 0, 1795, 1837, 1, 0, 0, 0, 1796, 1797, 5, 133, 0, 0, 1797, 1798, 5, 517, 0, 0, 1798, 1799, 3, 158, 79, 0, 1799, 1800, 5, 518, 0, 0, 1800, 1837, 1, 0, 0, 0, 1801, 1803, 5, 242, 0, 0, 1802, 1801, 1, 0, 0, 0, 1802, 1803, 1, 0, 0, 0, 1803, 1804, 1, 0, 0, 0, 1804, 1805, 5, 319, 0, 0, 1805, 1837, 3, 266, 133, 0, 1806, 1837, 3, 264, 132, 0, 1807, 1809, 5, 184, 0, 0, 1808, 1810, 5, 242, 0, 0, 1809, 1808, 1, 0, 0, 0, 1809, 1810, 1, 0, 0, 0, 1810, 1811, 1, 0, 0, 0, 1811, 1837, 7, 27, 0, 0, 1812, 1814, 5, 184, 0, 0, 1813, 1815, 5, 242, 0, 0, 1814, 1813, 1, 0, 0, 0, 1814, 1815, 1, 0, 0, 0, 1815, 1816, 1, 0, 0, 0, 1816, 1817, 5, 113, 0, 0, 1817, 1818, 5, 151, 0, 0, 1818, 1837, 3, 266, 133, 0, 1819, 1821, 5, 242, 0, 0, 1820, 1819, 1, 0, 0, 0, 1820, 1821, 1, 0, 0, 0, 1821, 1822, 1, 0, 0, 0, 1822, 1823, 5, 343, 0, 0, 1823, 1824, 5, 389, 0, 0, 1824, 1827, 3, 266, 133, 0, 1825, 1826, 5, 127, 0, 0, 1826, 1828, 3, 364, 182, 0, 1827, 1825, 1, 0, 0, 0, 1827, 1828, 1, 0, 0, 0, 1828, 1837, 1, 0, 0, 0, 1829, 1830, 5, 184, 0, 0, 1830, 1834, 5, 186, 0, 0, 1831, 1835, 5, 414, 0, 0, 1832, 1835, 5, 13, 0, 0, 1833, 1835, 3, 310, 155, 0, 1834, 1831, 1, 0, 0, 0, 1834, 1832, 1, 0, 0, 0, 1834, 1833, 1, 0, 0, 0, 1834, 1835, 1, 0, 0, 0, 1835, 1837, 1, 0, 0, 0, 1836, 1763, 1, 0, 0, 0, 1836, 1774, 1, 0, 0, 0, 1836, 1789, 1, 0, 0, 0, 1836, 1796, 1, 0, 0, 0, 1836, 1802, 1, 0, 0, 0, 1836, 1806, 1, 0, 0, 0, 1836, 1807, 1, 0, 0, 0, 1836, 1812, 1, 0, 0, 0, 1836, 1820, 1, 0, 0, 0, 1836, 1829, 1, 0, 0, 0, 1837, 263, 1, 0, 0, 0, 1838, 1840, 5, 242, 0, 0, 1839, 1838, 1, 0, 0, 0, 1839, 1840, 1, 0, 0, 0, 1840, 1841, 1, 0, 0, 0, 1841, 1842, 5, 203, 0, 0, 1842, 1856, 7, 29, 0, 0, 1843, 1844, 5, 517, 0, 0, 1844, 1857, 5, 518, 0, 0, 1845, 1846, 5, 517, 0, 0, 1846, 1851, 3, 258, 129, 0, 1847, 1848, 5, 521, 0, 0, 1848, 1850, 3, 258, 129, 0, 1849, 1847, 1, 0, 0, 0, 1850, 1853, 1, 0, 0, 0, 1851, 1849, 1, 0, 0, 0, 1851, 1852, 1, 0, 0, 0, 1852, 1854, 1, 0, 0, 0, 1853, 1851, 1, 0, 0, 0, 1854, 1855, 5, 518, 0, 0, 1855, 1857, 1, 0, 0, 0, 1856, 1843, 1, 0, 0, 0, 1856, 1845, 1, 0, 0, 0, 1857, 1868, 1, 0, 0, 0, 1858, 1860, 5, 242, 0, 0, 1859, 1858, 1, 0, 0, 0, 1859, 1860, 1, 0, 0, 0, 1860, 1861, 1, 0, 0, 0, 1861, 1862, 5, 203, 0, 0, 1862, 1865, 3, 266, 133, 0, 1863, 1864, 5, 127, 0, 0, 1864, 1866, 3, 364, 182, 0, 1865, 1863, 1, 0, 0, 0, 1865, 1866, 1, 0, 0, 0, 1866, 1868, 1, 0, 0, 0, 1867, 1839, 1, 0, 0, 0, 1867, 1859, 1, 0, 0, 0, 1868, 265, 1, 0, 0, 0, 1869, 1870, 6, 133, -1, 0, 1870, 1874, 3, 270, 135, 0, 1871, 1872, 7, 30, 0, 0, 1872, 1874, 3, 266, 133, 7, 1873, 1869, 1, 0, 0, 0, 1873, 1871, 1, 0, 0, 0, 1874, 1896, 1, 0, 0, 0, 1875, 1876, 10, 6, 0, 0, 1876, 1877, 7, 31, 0, 0, 1877, 1895, 3, 266, 133, 7, 1878, 1879, 10, 5, 0, 0, 1879, 1880, 7, 32, 0, 0, 1880, 1895, 3, 266, 133, 6, 1881, 1882, 10, 4, 0, 0, 1882, 1883, 5, 512, 0, 0, 1883, 1895, 3, 266, 133, 5, 1884, 1885, 10, 3, 0, 0, 1885, 1886, 5, 513, 0, 0, 1886, 1895, 3, 266, 133, 4, 1887, 1888, 10, 2, 0, 0, 1888, 1889, 5, 511, 0, 0, 1889, 1895, 3, 266, 133, 3, 1890, 1891, 10, 1, 0, 0, 1891, 1892, 3, 352, 176, 0, 1892, 1893, 3, 266, 133, 2, 1893, 1895, 1, 0, 0, 0, 1894, 1875, 1, 0, 0, 0, 1894, 1878, 1, 0, 0, 0, 1894, 1881, 1, 0, 0, 0, 1894, 1884, 1, 0, 0, 0, 1894, 1887, 1, 0, 0, 0, 1894, 1890, 1, 0, 0, 0, 1895, 1898, 1, 0, 0, 0, 1896, 1894, 1, 0, 0, 0, 1896, 1897, 1, 0, 0, 0, 1897, 267, 1, 0, 0, 0, 1898, 1896, 1, 0, 0, 0, 1899, 1919, 3, 378, 189, 0, 1900, 1919, 3, 276, 138, 0, 1901, 1902, 3, 278, 139, 0, 1902, 1914, 5, 517, 0, 0, 1903, 1905, 3, 370, 185, 0, 1904, 1903, 1, 0, 0, 0, 1904, 1905, 1, 0, 0, 0, 1905, 1906, 1, 0, 0, 0, 1906, 1911, 3, 280, 140, 0, 1907, 1908, 5, 521, 0, 0, 1908, 1910, 3, 280, 140, 0, 1909, 1907, 1, 0, 0, 0, 1910, 1913, 1, 0, 0, 0, 1911, 1909, 1, 0, 0, 0, 1911, 1912, 1, 0, 0, 0, 1912, 1915, 1, 0, 0, 0, 1913, 1911, 1, 0, 0, 0, 1914, 1904, 1, 0, 0, 0, 1914, 1915, 1, 0, 0, 0, 1915, 1916, 1, 0, 0, 0, 1916, 1917, 5, 518, 0, 0, 1917, 1919, 1, 0, 0, 0, 1918, 1899, 1, 0, 0, 0, 1918, 1900, 1, 0, 0, 0, 1918, 1901, 1, 0, 0, 0, 1919, 269, 1, 0, 0, 0, 1920, 1921, 6, 135, -1, 0, 1921, 1923, 5, 40, 0, 0, 1922, 1924, 3, 316, 158, 0, 1923, 1922, 1, 0, 0, 0, 1924, 1925, 1, 0, 0, 0, 1925, 1923, 1, 0, 0, 0, 1925, 1926, 1, 0, 0, 0, 1926, 1929, 1, 0, 0, 0, 1927, 1928, 5, 120, 0, 0, 1928, 1930, 3, 258, 129, 0, 1929, 1927, 1, 0, 0, 0, 1929, 1930, 1, 0, 0, 0, 1930, 1931, 1, 0, 0, 0, 1931, 1932, 5, 122, 0, 0, 1932, 1996, 1, 0, 0, 0, 1933, 1934, 5, 40, 0, 0, 1934, 1936, 3, 258, 129, 0, 1935, 1937, 3, 316, 158, 0, 1936, 1935, 1, 0, 0, 0, 1937, 1938, 1, 0, 0, 0, 1938, 1936, 1, 0, 0, 0, 1938, 1939, 1, 0, 0, 0, 1939, 1942, 1, 0, 0, 0, 1940, 1941, 5, 120, 0, 0, 1941, 1943, 3, 258, 129, 0, 1942, 1940, 1, 0, 0, 0, 1942, 1943, 1, 0, 0, 0, 1943, 1944, 1, 0, 0, 0, 1944, 1945, 5, 122, 0, 0, 1945, 1996, 1, 0, 0, 0, 1946, 1947, 5, 41, 0, 0, 1947, 1948, 5, 517, 0, 0, 1948, 1949, 3, 258, 129, 0, 1949, 1950, 5, 17, 0, 0, 1950, 1951, 3, 58, 29, 0, 1951, 1952, 5, 518, 0, 0, 1952, 1996, 1, 0, 0, 0, 1953, 1954, 5, 458, 0, 0, 1954, 1955, 5, 517, 0, 0, 1955, 1958, 3, 258, 129, 0, 1956, 1957, 5, 462, 0, 0, 1957, 1959, 5, 477, 0, 0, 1958, 1956, 1, 0, 0, 0, 1958, 1959, 1, 0, 0, 0, 1959, 1960, 1, 0, 0, 0, 1960, 1961, 5, 518, 0, 0, 1961, 1996, 1, 0, 0, 0, 1962, 1963, 5, 468, 0, 0, 1963, 1964, 5, 517, 0, 0, 1964, 1967, 3, 258, 129, 0, 1965, 1966, 5, 462, 0, 0, 1966, 1968, 5, 477, 0, 0, 1967, 1965, 1, 0, 0, 0, 1967, 1968, 1, 0, 0, 0, 1968, 1969, 1, 0, 0, 0, 1969, 1970, 5, 518, 0, 0, 1970, 1996, 1, 0, 0, 0, 1971, 1972, 5, 282, 0, 0, 1972, 1973, 5, 517, 0, 0, 1973, 1974, 3, 266, 133, 0, 1974, 1975, 5, 170, 0, 0, 1975, 1976, 3, 266, 133, 0, 1976, 1977, 5, 518, 0, 0, 1977, 1996, 1, 0, 0, 0, 1978, 1996, 3, 360, 180, 0, 1979, 1996, 5, 528, 0, 0, 1980, 1981, 3, 334, 167, 0, 1981, 1982, 5, 514, 0, 0, 1982, 1983, 5, 528, 0, 0, 1983, 1996, 1, 0, 0, 0, 1984, 1985, 5, 517, 0, 0, 1985, 1986, 3, 158, 79, 0, 1986, 1987, 5, 518, 0, 0, 1987, 1996, 1, 0, 0, 0, 1988, 1996, 3, 268, 134, 0, 1989, 1996, 3, 54, 27, 0, 1990, 1996, 3, 282, 141, 0, 1991, 1992, 5, 517, 0, 0, 1992, 1993, 3, 258, 129, 0, 1993, 1994, 5, 518, 0, 0, 1994, 1996, 1, 0, 0, 0, 1995, 1920, 1, 0, 0, 0, 1995, 1933, 1, 0, 0, 0, 1995, 1946, 1, 0, 0, 0, 1995, 1953, 1, 0, 0, 0, 1995, 1962, 1, 0, 0, 0, 1995, 1971, 1, 0, 0, 0, 1995, 1978, 1, 0, 0, 0, 1995, 1979, 1, 0, 0, 0, 1995, 1980, 1, 0, 0, 0, 1995, 1984, 1, 0, 0, 0, 1995, 1988, 1, 0, 0, 0, 1995, 1989, 1, 0, 0, 0, 1995, 1990, 1, 0, 0, 0, 1995, 1991, 1, 0, 0, 0, 1996, 2004, 1, 0, 0, 0, 1997, 1998, 10, 4, 0, 0, 1998, 1999, 5, 515, 0, 0, 1999, 2000, 3, 266, 133, 0, 2000, 2001, 5, 516, 0, 0, 2001, 2003, 1, 0, 0, 0, 2002, 1997, 1, 0, 0, 0, 2003, 2006, 1, 0, 0, 0, 2004, 2002, 1, 0, 0, 0, 2004, 2005, 1, 0, 0, 0, 2005, 271, 1, 0, 0, 0, 2006, 2004, 1, 0, 0, 0, 2007, 2008, 3, 334, 167, 0, 2008, 273, 1, 0, 0, 0, 2009, 2014, 3, 382, 191, 0, 2010, 2014, 3, 378, 189, 0, 2011, 2014, 3, 380, 190, 0, 2012, 2014, 3, 334, 167, 0, 2013, 2009, 1, 0, 0, 0, 2013, 2010, 1, 0, 0, 0, 2013, 2011, 1, 0, 0, 0, 2013, 2012, 1, 0, 0, 0, 2014, 275, 1, 0, 0, 0, 2015, 2016, 3, 380, 190, 0, 2016, 2017, 5, 538, 0, 0, 2017, 2020, 1, 0, 0, 0, 2018, 2020, 3, 288, 144, 0, 2019, 2015, 1, 0, 0, 0, 2019, 2018, 1, 0, 0, 0, 2020, 277, 1, 0, 0, 0, 2021, 2024, 3, 382, 191, 0, 2022, 2024, 3, 334, 167, 0, 2023, 2021, 1, 0, 0, 0, 2023, 2022, 1, 0, 0, 0, 2024, 279, 1, 0, 0, 0, 2025, 2030, 3, 376, 188, 0, 2026, 2030, 3, 374, 187, 0, 2027, 2030, 3, 372, 186, 0, 2028, 2030, 3, 258, 129, 0, 2029, 2025, 1, 0, 0, 0, 2029, 2026, 1, 0, 0, 0, 2029, 2027, 1, 0, 0, 0, 2029, 2028, 1, 0, 0, 0, 2030, 281, 1, 0, 0, 0, 2031, 2032, 3, 334, 167, 0, 2032, 283, 1, 0, 0, 0, 2033, 2034, 3, 310, 155, 0, 2034, 285, 1, 0, 0, 0, 2035, 2038, 3, 310, 155, 0, 2036, 2038, 3, 282, 141, 0, 2037, 2035, 1, 0, 0, 0, 2037, 2036, 1, 0, 0, 0, 2038, 287, 1, 0, 0, 0, 2039, 2042, 5, 182, 0, 0, 2040, 2043, 3, 290, 145, 0, 2041, 2043, 3, 294, 147, 0, 2042, 2040, 1, 0, 0, 0, 2042, 2041, 1, 0, 0, 0, 2042, 2043, 1, 0, 0, 0, 2043, 289, 1, 0, 0, 0, 2044, 2046, 3, 292, 146, 0, 2045, 2047, 3, 296, 148, 0, 2046, 2045, 1, 0, 0, 0, 2046, 2047, 1, 0, 0, 0, 2047, 291, 1, 0, 0, 0, 2048, 2049, 3, 298, 149, 0, 2049, 2050, 3, 374, 187, 0, 2050, 2052, 1, 0, 0, 0, 2051, 2048, 1, 0, 0, 0, 2052, 2053, 1, 0, 0, 0, 2053, 2051, 1, 0, 0, 0, 2053, 2054, 1, 0, 0, 0, 2054, 293, 1, 0, 0, 0, 2055, 2058, 3, 296, 148, 0, 2056, 2059, 3, 292, 146, 0, 2057, 2059, 3, 296, 148, 0, 2058, 2056, 1, 0, 0, 0, 2058, 2057, 1, 0, 0, 0, 2058, 2059, 1, 0, 0, 0, 2059, 295, 1, 0, 0, 0, 2060, 2061, 3, 298, 149, 0, 2061, 2062, 3, 374, 187, 0, 2062, 2063, 5, 389, 0, 0, 2063, 2064, 3, 374, 187, 0, 2064, 297, 1, 0, 0, 0, 2065, 2067, 7, 33, 0, 0, 2066, 2065, 1, 0, 0, 0, 2066, 2067, 1, 0, 0, 0, 2067, 2068, 1, 0, 0, 0, 2068, 2071, 7, 34, 0, 0, 2069, 2071, 5, 538, 0, 0, 2070, 2066, 1, 0, 0, 0, 2070, 2069, 1, 0, 0, 0, 2071, 299, 1, 0, 0, 0, 2072, 2074, 5, 17, 0, 0, 2073, 2072, 1, 0, 0, 0, 2073, 2074, 1, 0, 0, 0, 2074, 2075, 1, 0, 0, 0, 2075, 2077, 3, 310, 155, 0, 2076, 2078, 3, 306, 153, 0, 2077, 2076, 1, 0, 0, 0, 2077, 2078, 1, 0, 0, 0, 2078, 301, 1, 0, 0, 0, 2079, 2080, 3, 310, 155, 0, 2080, 2081, 3, 304, 152, 0, 2081, 303, 1, 0, 0, 0, 2082, 2083, 5, 222, 0, 0, 2083, 2085, 3, 310, 155, 0, 2084, 2082, 1, 0, 0, 0, 2085, 2086, 1, 0, 0, 0, 2086, 2084, 1, 0, 0, 0, 2086, 2087, 1, 0, 0, 0, 2087, 2090, 1, 0, 0, 0, 2088, 2090, 1, 0, 0, 0, 2089, 2084, 1, 0, 0, 0, 2089, 2088, 1, 0, 0, 0, 2090, 305, 1, 0, 0, 0, 2091, 2092, 5, 517, 0, 0, 2092, 2093, 3, 308, 154, 0, 2093, 2094, 5, 518, 0, 0, 2094, 307, 1, 0, 0, 0, 2095, 2100, 3, 310, 155, 0, 2096, 2097, 5, 521, 0, 0, 2097, 2099, 3, 310, 155, 0, 2098, 2096, 1, 0, 0, 0, 2099, 2102, 1, 0, 0, 0, 2100, 2098, 1, 0, 0, 0, 2100, 2101, 1, 0, 0, 0, 2101, 309, 1, 0, 0, 0, 2102, 2100, 1, 0, 0, 0, 2103, 2107, 3, 312, 156, 0, 2104, 2107, 3, 314, 157, 0, 2105, 2107, 3, 384, 192, 0, 2106, 2103, 1, 0, 0, 0, 2106, 2104, 1, 0, 0, 0, 2106, 2105, 1, 0, 0, 0, 2107, 311, 1, 0, 0, 0, 2108, 2109, 7, 35, 0, 0, 2109, 313, 1, 0, 0, 0, 2110, 2111, 5, 538, 0, 0, 2111, 315, 1, 0, 0, 0, 2112, 2113, 5, 429, 0, 0, 2113, 2114, 3, 258, 129, 0, 2114, 2115, 5, 377, 0, 0, 2115, 2116, 3, 258, 129, 0, 2116, 317, 1, 0, 0, 0, 2117, 2118, 3, 310, 155, 0, 2118, 319, 1, 0, 0, 0, 2119, 2120, 3, 310, 155, 0, 2120, 321, 1, 0, 0, 0, 2121, 2124, 3, 310, 155, 0, 2122, 2123, 5, 514, 0, 0, 2123, 2125, 3, 310, 155, 0, 2124, 2122, 1, 0, 0, 0, 2124, 2125, 1, 0, 0, 0, 2125, 323, 1, 0, 0, 0, 2126, 2129, 3, 310, 155, 0, 2127, 2128, 5, 514, 0, 0, 2128, 2130, 3, 310, 155, 0, 2129, 2127, 1, 0, 0, 0, 2129, 2130, 1, 0, 0, 0, 2130, 325, 1, 0, 0, 0, 2131, 2134, 3, 310, 155, 0, 2132, 2133, 5, 514, 0, 0, 2133, 2135, 3, 310, 155, 0, 2134, 2132, 1, 0, 0, 0, 2134, 2135, 1, 0, 0, 0, 2135, 2144, 1, 0, 0, 0, 2136, 2137, 3, 310, 155, 0, 2137, 2138, 5, 514, 0, 0, 2138, 2141, 3, 310, 155, 0, 2139, 2140, 5, 514, 0, 0, 2140, 2142, 3, 310, 155, 0, 2141, 2139, 1, 0, 0, 0, 2141, 2142, 1, 0, 0, 0, 2142, 2144, 1, 0, 0, 0, 2143, 2131, 1, 0, 0, 0, 2143, 2136, 1, 0, 0, 0, 2144, 327, 1, 0, 0, 0, 2145, 2148, 3, 310, 155, 0, 2146, 2147, 5, 514, 0, 0, 2147, 2149, 3, 310, 155, 0, 2148, 2146, 1, 0, 0, 0, 2148, 2149, 1, 0, 0, 0, 2149, 2158, 1, 0, 0, 0, 2150, 2151, 3, 310, 155, 0, 2151, 2152, 5, 514, 0, 0, 2152, 2155, 3, 310, 155, 0, 2153, 2154, 5, 514, 0, 0, 2154, 2156, 3, 310, 155, 0, 2155, 2153, 1, 0, 0, 0, 2155, 2156, 1, 0, 0, 0, 2156, 2158, 1, 0, 0, 0, 2157, 2145, 1, 0, 0, 0, 2157, 2150, 1, 0, 0, 0, 2158, 329, 1, 0, 0, 0, 2159, 2162, 3, 310, 155, 0, 2160, 2161, 5, 514, 0, 0, 2161, 2163, 3, 310, 155, 0, 2162, 2160, 1, 0, 0, 0, 2162, 2163, 1, 0, 0, 0, 2163, 2172, 1, 0, 0, 0, 2164, 2165, 3, 310, 155, 0, 2165, 2166, 5, 514, 0, 0, 2166, 2169, 3, 310, 155, 0, 2167, 2168, 5, 514, 0, 0, 2168, 2170, 3, 310, 155, 0, 2169, 2167, 1, 0, 0, 0, 2169, 2170, 1, 0, 0, 0, 2170, 2172, 1, 0, 0, 0, 2171, 2159, 1, 0, 0, 0, 2171, 2164, 1, 0, 0, 0, 2172, 331, 1, 0, 0, 0, 2173, 2176, 3, 310, 155, 0, 2174, 2175, 5, 514, 0, 0, 2175, 2177, 3, 310, 155, 0, 2176, 2174, 1, 0, 0, 0, 2176, 2177, 1, 0, 0, 0, 2177, 2186, 1, 0, 0, 0, 2178, 2179, 3, 310, 155, 0, 2179, 2180, 5, 514, 0, 0, 2180, 2183, 3, 310, 155, 0, 2181, 2182, 5, 514, 0, 0, 2182, 2184, 3, 310, 155, 0, 2183, 2181, 1, 0, 0, 0, 2183, 2184, 1, 0, 0, 0, 2184, 2186, 1, 0, 0, 0, 2185, 2173, 1, 0, 0, 0, 2185, 2178, 1, 0, 0, 0, 2186, 333, 1, 0, 0, 0, 2187, 2192, 3, 310, 155, 0, 2188, 2189, 5, 514, 0, 0, 2189, 2191, 3, 310, 155, 0, 2190, 2188, 1, 0, 0, 0, 2191, 2194, 1, 0, 0, 0, 2192, 2193, 1, 0, 0, 0, 2192, 2190, 1, 0, 0, 0, 2193, 335, 1, 0, 0, 0, 2194, 2192, 1, 0, 0, 0, 2195, 2196, 5, 434, 0, 0, 2196, 2197, 3, 342, 171, 0, 2197, 337, 1, 0, 0, 0, 2198, 2199, 5, 167, 0, 0, 2199, 2200, 5, 242, 0, 0, 2200, 2201, 5, 133, 0, 0, 2201, 339, 1, 0, 0, 0, 2202, 2203, 5, 167, 0, 0, 2203, 2204, 5, 133, 0, 0, 2204, 341, 1, 0, 0, 0, 2205, 2206, 5, 517, 0, 0, 2206, 2211, 3, 344, 172, 0, 2207, 2208, 5, 521, 0, 0, 2208, 2210, 3, 344, 172, 0, 2209, 2207, 1, 0, 0, 0, 2210, 2213, 1, 0, 0, 0, 2211, 2209, 1, 0, 0, 0, 2211, 2212, 1, 0, 0, 0, 2212, 2214, 1, 0, 0, 0, 2213, 2211, 1, 0, 0, 0, 2214, 2215, 5, 518, 0, 0, 2215, 343, 1, 0, 0, 0, 2216, 2221, 3, 346, 173, 0, 2217, 2219, 5, 506, 0, 0, 2218, 2217, 1, 0, 0, 0, 2218, 2219, 1, 0, 0, 0, 2219, 2220, 1, 0, 0, 0, 2220, 2222, 3, 348, 174, 0, 2221, 2218, 1, 0, 0, 0, 2221, 2222, 1, 0, 0, 0, 2222, 345, 1, 0, 0, 0, 2223, 2227, 3, 310, 155, 0, 2224, 2227, 3, 282, 141, 0, 2225, 2227, 5, 538, 0, 0, 2226, 2223, 1, 0, 0, 0, 2226, 2224, 1, 0, 0, 0, 2226, 2225, 1, 0, 0, 0, 2227, 347, 1, 0, 0, 0, 2228, 2233, 5, 539, 0, 0, 2229, 2233, 5, 540, 0, 0, 2230, 2233, 3, 368, 184, 0, 2231, 2233, 5, 538, 0, 0, 2232, 2228, 1, 0, 0, 0, 2232, 2229, 1, 0, 0, 0, 2232, 2230, 1, 0, 0, 0, 2232, 2231, 1, 0, 0, 0, 2233, 349, 1, 0, 0, 0, 2234, 2241, 5, 10, 0, 0, 2235, 2236, 5, 512, 0, 0, 2236, 2241, 5, 512, 0, 0, 2237, 2241, 5, 258, 0, 0, 2238, 2239, 5, 511, 0, 0, 2239, 2241, 5, 511, 0, 0, 2240, 2234, 1, 0, 0, 0, 2240, 2235, 1, 0, 0, 0, 2240, 2237, 1, 0, 0, 0, 2240, 2238, 1, 0, 0, 0, 2241, 351, 1, 0, 0, 0, 2242, 2257, 5, 506, 0, 0, 2243, 2257, 5, 507, 0, 0, 2244, 2257, 5, 508, 0, 0, 2245, 2246, 5, 508, 0, 0, 2246, 2257, 5, 506, 0, 0, 2247, 2248, 5, 507, 0, 0, 2248, 2257, 5, 506, 0, 0, 2249, 2250, 5, 508, 0, 0, 2250, 2257, 5, 507, 0, 0, 2251, 2252, 5, 509, 0, 0, 2252, 2257, 5, 506, 0, 0, 2253, 2254, 5, 508, 0, 0, 2254, 2255, 5, 506, 0, 0, 2255, 2257, 5, 507, 0, 0, 2256, 2242, 1, 0, 0, 0, 2256, 2243, 1, 0, 0, 0, 2256, 2244, 1, 0, 0, 0, 2256, 2245, 1, 0, 0, 0, 2256, 2247, 1, 0, 0, 0, 2256, 2249, 1, 0, 0, 0, 2256, 2251, 1, 0, 0, 0, 2256, 2253, 1, 0, 0, 0, 2257, 353, 1, 0, 0, 0, 2258, 2259, 5, 508, 0, 0, 2259, 2266, 5, 508, 0, 0, 2260, 2261, 5, 507, 0, 0, 2261, 2266, 5, 507, 0, 0, 2262, 2266, 5, 512, 0, 0, 2263, 2266, 5, 513, 0, 0, 2264, 2266, 5, 511, 0, 0, 2265, 2258, 1, 0, 0, 0, 2265, 2260, 1, 0, 0, 0, 2265, 2262, 1, 0, 0, 0, 2265, 2263, 1, 0, 0, 0, 2265, 2264, 1, 0, 0, 0, 2266, 355, 1, 0, 0, 0, 2267, 2268, 7, 36, 0, 0, 2268, 357, 1, 0, 0, 0, 2269, 2270, 7, 37, 0, 0, 2270, 359, 1, 0, 0, 0, 2271, 2286, 3, 288, 144, 0, 2272, 2286, 3, 362, 181, 0, 2273, 2286, 3, 364, 182, 0, 2274, 2276, 5, 530, 0, 0, 2275, 2274, 1, 0, 0, 0, 2275, 2276, 1, 0, 0, 0, 2276, 2277, 1, 0, 0, 0, 2277, 2286, 3, 366, 183, 0, 2278, 2286, 3, 368, 184, 0, 2279, 2286, 5, 540, 0, 0, 2280, 2286, 5, 541, 0, 0, 2281, 2283, 5, 242, 0, 0, 2282, 2281, 1, 0, 0, 0, 2282, 2283, 1, 0, 0, 0, 2283, 2284, 1, 0, 0, 0, 2284, 2286, 5, 245, 0, 0, 2285, 2271, 1, 0, 0, 0, 2285, 2272, 1, 0, 0, 0, 2285, 2273, 1, 0, 0, 0, 2285, 2275, 1, 0, 0, 0, 2285, 2278, 1, 0, 0, 0, 2285, 2279, 1, 0, 0, 0, 2285, 2280, 1, 0, 0, 0, 2285, 2282, 1, 0, 0, 0, 2286, 361, 1, 0, 0, 0, 2287, 2288, 3, 372, 186, 0, 2288, 2289, 3, 364, 182, 0, 2289, 363, 1, 0, 0, 0, 2290, 2291, 5, 538, 0, 0, 2291, 365, 1, 0, 0, 0, 2292, 2293, 5, 539, 0, 0, 2293, 367, 1, 0, 0, 0, 2294, 2295, 7, 38, 0, 0, 2295, 369, 1, 0, 0, 0, 2296, 2297, 7, 39, 0, 0, 2297, 371, 1, 0, 0, 0, 2298, 2299, 7, 40, 0, 0, 2299, 373, 1, 0, 0, 0, 2300, 2301, 7, 41, 0, 0, 2301, 375, 1, 0, 0, 0, 2302, 2303, 7, 42, 0, 0, 2303, 377, 1, 0, 0, 0, 2304, 2305, 7, 43, 0, 0, 2305, 379, 1, 0, 0, 0, 2306, 2307, 7, 44, 0, 0, 2307, 381, 1, 0, 0, 0, 2308, 2309, 7, 45, 0, 0, 2309, 383, 1, 0, 0, 0, 2310, 2311, 7, 46, 0, 0, 2311, 385, 1, 0, 0, 0, 273, 389, 396, 399, 413, 431, 435, 444, 449, 456, 467, 476, 488, 491, 498, 501, 509, 513, 518, 521, 528, 536, 540, 552, 560, 564, 596, 599, 604, 608, 612, 616, 625, 630, 634, 638, 643, 646, 650, 655, 661, 666, 671, 675, 679, 683, 693, 701, 705, 709, 713, 717, 721, 725, 729, 733, 735, 745, 753, 777, 791, 796, 800, 806, 809, 812, 819, 822, 831, 843, 867, 879, 884, 888, 896, 900, 906, 916, 921, 927, 931, 935, 939, 948, 952, 959, 962, 972, 980, 988, 992, 1007, 1026, 1037, 1041, 1048, 1053, 1059, 1063, 1070, 1074, 1078, 1082, 1090, 1094, 1099, 1105, 1111, 1114, 1118, 1129, 1138, 1152, 1164, 1179, 1182, 1186, 1189, 1191, 1196, 1200, 1203, 1207, 1216, 1225, 1235, 1240, 1251, 1254, 1257, 1260, 1263, 1269, 1273, 1281, 1284, 1289, 1292, 1296, 1299, 1301, 1315, 1326, 1331, 1339, 1342, 1345, 1350, 1352, 1354, 1359, 1362, 1366, 1370, 1379, 1390, 1417, 1439, 1452, 1464, 1477, 1489, 1501, 1507, 1534, 1542, 1546, 1549, 1552, 1559, 1562, 1565, 1568, 1571, 1574, 1579, 1582, 1591, 1596, 1600, 1605, 1611, 1616, 1620, 1639, 1647, 1655, 1659, 1663, 1673, 1699, 1707, 1719, 1741, 1743, 1754, 1757, 1759, 1763, 1767, 1774, 1783, 1789, 1802, 1809, 1814, 1820, 1827, 1834, 1836, 1839, 1851, 1856, 1859, 1865, 1867, 1873, 1894, 1896, 1904, 1911, 1914, 1918, 1925, 1929, 1938, 1942, 1958, 1967, 1995, 2004, 2013, 2019, 2023, 2029, 2037, 2042, 2046, 2053, 2058, 2066, 2070, 2073, 2077, 2086, 2089, 2100, 2106, 2124, 2129, 2134, 2141, 2143, 2148, 2155, 2157, 2162, 2169, 2171, 2176, 2183, 2185, 2192, 2211, 2218, 2221, 2226, 2232, 2240, 2256, 2265, 2275, 2282, 2285] \ No newline at end of file +[4, 1, 542, 2319, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20, 7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26, 2, 27, 7, 27, 2, 28, 7, 28, 2, 29, 7, 29, 2, 30, 7, 30, 2, 31, 7, 31, 2, 32, 7, 32, 2, 33, 7, 33, 2, 34, 7, 34, 2, 35, 7, 35, 2, 36, 7, 36, 2, 37, 7, 37, 2, 38, 7, 38, 2, 39, 7, 39, 2, 40, 7, 40, 2, 41, 7, 41, 2, 42, 7, 42, 2, 43, 7, 43, 2, 44, 7, 44, 2, 45, 7, 45, 2, 46, 7, 46, 2, 47, 7, 47, 2, 48, 7, 48, 2, 49, 7, 49, 2, 50, 7, 50, 2, 51, 7, 51, 2, 52, 7, 52, 2, 53, 7, 53, 2, 54, 7, 54, 2, 55, 7, 55, 2, 56, 7, 56, 2, 57, 7, 57, 2, 58, 7, 58, 2, 59, 7, 59, 2, 60, 7, 60, 2, 61, 7, 61, 2, 62, 7, 62, 2, 63, 7, 63, 2, 64, 7, 64, 2, 65, 7, 65, 2, 66, 7, 66, 2, 67, 7, 67, 2, 68, 7, 68, 2, 69, 7, 69, 2, 70, 7, 70, 2, 71, 7, 71, 2, 72, 7, 72, 2, 73, 7, 73, 2, 74, 7, 74, 2, 75, 7, 75, 2, 76, 7, 76, 2, 77, 7, 77, 2, 78, 7, 78, 2, 79, 7, 79, 2, 80, 7, 80, 2, 81, 7, 81, 2, 82, 7, 82, 2, 83, 7, 83, 2, 84, 7, 84, 2, 85, 7, 85, 2, 86, 7, 86, 2, 87, 7, 87, 2, 88, 7, 88, 2, 89, 7, 89, 2, 90, 7, 90, 2, 91, 7, 91, 2, 92, 7, 92, 2, 93, 7, 93, 2, 94, 7, 94, 2, 95, 7, 95, 2, 96, 7, 96, 2, 97, 7, 97, 2, 98, 7, 98, 2, 99, 7, 99, 2, 100, 7, 100, 2, 101, 7, 101, 2, 102, 7, 102, 2, 103, 7, 103, 2, 104, 7, 104, 2, 105, 7, 105, 2, 106, 7, 106, 2, 107, 7, 107, 2, 108, 7, 108, 2, 109, 7, 109, 2, 110, 7, 110, 2, 111, 7, 111, 2, 112, 7, 112, 2, 113, 7, 113, 2, 114, 7, 114, 2, 115, 7, 115, 2, 116, 7, 116, 2, 117, 7, 117, 2, 118, 7, 118, 2, 119, 7, 119, 2, 120, 7, 120, 2, 121, 7, 121, 2, 122, 7, 122, 2, 123, 7, 123, 2, 124, 7, 124, 2, 125, 7, 125, 2, 126, 7, 126, 2, 127, 7, 127, 2, 128, 7, 128, 2, 129, 7, 129, 2, 130, 7, 130, 2, 131, 7, 131, 2, 132, 7, 132, 2, 133, 7, 133, 2, 134, 7, 134, 2, 135, 7, 135, 2, 136, 7, 136, 2, 137, 7, 137, 2, 138, 7, 138, 2, 139, 7, 139, 2, 140, 7, 140, 2, 141, 7, 141, 2, 142, 7, 142, 2, 143, 7, 143, 2, 144, 7, 144, 2, 145, 7, 145, 2, 146, 7, 146, 2, 147, 7, 147, 2, 148, 7, 148, 2, 149, 7, 149, 2, 150, 7, 150, 2, 151, 7, 151, 2, 152, 7, 152, 2, 153, 7, 153, 2, 154, 7, 154, 2, 155, 7, 155, 2, 156, 7, 156, 2, 157, 7, 157, 2, 158, 7, 158, 2, 159, 7, 159, 2, 160, 7, 160, 2, 161, 7, 161, 2, 162, 7, 162, 2, 163, 7, 163, 2, 164, 7, 164, 2, 165, 7, 165, 2, 166, 7, 166, 2, 167, 7, 167, 2, 168, 7, 168, 2, 169, 7, 169, 2, 170, 7, 170, 2, 171, 7, 171, 2, 172, 7, 172, 2, 173, 7, 173, 2, 174, 7, 174, 2, 175, 7, 175, 2, 176, 7, 176, 2, 177, 7, 177, 2, 178, 7, 178, 2, 179, 7, 179, 2, 180, 7, 180, 2, 181, 7, 181, 2, 182, 7, 182, 2, 183, 7, 183, 2, 184, 7, 184, 2, 185, 7, 185, 2, 186, 7, 186, 2, 187, 7, 187, 2, 188, 7, 188, 2, 189, 7, 189, 2, 190, 7, 190, 2, 191, 7, 191, 2, 192, 7, 192, 2, 193, 7, 193, 1, 0, 5, 0, 390, 8, 0, 10, 0, 12, 0, 393, 9, 0, 1, 0, 1, 0, 1, 1, 1, 1, 3, 1, 399, 8, 1, 1, 1, 3, 1, 402, 8, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 416, 8, 2, 1, 3, 1, 3, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 3, 4, 434, 8, 4, 1, 5, 1, 5, 3, 5, 438, 8, 5, 1, 6, 1, 6, 1, 6, 1, 7, 1, 7, 1, 7, 1, 7, 3, 7, 447, 8, 7, 1, 7, 1, 7, 1, 7, 3, 7, 452, 8, 7, 1, 8, 1, 8, 1, 8, 5, 8, 457, 8, 8, 10, 8, 12, 8, 460, 9, 8, 1, 9, 1, 9, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 3, 10, 470, 8, 10, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 5, 11, 477, 8, 11, 10, 11, 12, 11, 480, 9, 11, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 491, 8, 12, 1, 12, 3, 12, 494, 8, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 501, 8, 12, 1, 12, 3, 12, 504, 8, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 512, 8, 12, 1, 12, 1, 12, 3, 12, 516, 8, 12, 1, 12, 1, 12, 1, 12, 3, 12, 521, 8, 12, 1, 12, 3, 12, 524, 8, 12, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 3, 13, 531, 8, 13, 1, 14, 1, 14, 1, 14, 1, 14, 1, 15, 1, 15, 3, 15, 539, 8, 15, 1, 16, 1, 16, 3, 16, 543, 8, 16, 1, 17, 1, 17, 1, 17, 1, 17, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 3, 18, 555, 8, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 3, 18, 563, 8, 18, 1, 18, 1, 18, 3, 18, 567, 8, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 3, 18, 599, 8, 18, 1, 19, 3, 19, 602, 8, 19, 1, 19, 4, 19, 605, 8, 19, 11, 19, 12, 19, 606, 1, 20, 1, 20, 3, 20, 611, 8, 20, 1, 21, 1, 21, 3, 21, 615, 8, 21, 1, 21, 1, 21, 3, 21, 619, 8, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 5, 21, 626, 8, 21, 10, 21, 12, 21, 629, 9, 21, 1, 21, 1, 21, 3, 21, 633, 8, 21, 1, 21, 1, 21, 3, 21, 637, 8, 21, 1, 21, 1, 21, 3, 21, 641, 8, 21, 1, 21, 1, 21, 1, 21, 3, 21, 646, 8, 21, 1, 21, 3, 21, 649, 8, 21, 1, 21, 1, 21, 3, 21, 653, 8, 21, 1, 22, 1, 22, 1, 22, 3, 22, 658, 8, 22, 1, 22, 1, 22, 1, 22, 1, 22, 3, 22, 664, 8, 22, 1, 23, 1, 23, 1, 23, 3, 23, 669, 8, 23, 1, 24, 1, 24, 1, 24, 3, 24, 674, 8, 24, 1, 24, 1, 24, 3, 24, 678, 8, 24, 1, 25, 1, 25, 3, 25, 682, 8, 25, 1, 26, 1, 26, 3, 26, 686, 8, 26, 1, 27, 1, 27, 1, 28, 1, 28, 1, 28, 1, 28, 5, 28, 694, 8, 28, 10, 28, 12, 28, 697, 9, 28, 1, 28, 1, 28, 1, 29, 1, 29, 1, 29, 3, 29, 704, 8, 29, 1, 29, 1, 29, 3, 29, 708, 8, 29, 1, 29, 1, 29, 3, 29, 712, 8, 29, 1, 29, 1, 29, 3, 29, 716, 8, 29, 1, 29, 1, 29, 3, 29, 720, 8, 29, 1, 29, 1, 29, 3, 29, 724, 8, 29, 1, 29, 1, 29, 3, 29, 728, 8, 29, 1, 29, 1, 29, 3, 29, 732, 8, 29, 1, 29, 1, 29, 3, 29, 736, 8, 29, 3, 29, 738, 8, 29, 1, 30, 1, 30, 1, 30, 1, 30, 1, 31, 1, 31, 1, 31, 1, 31, 3, 31, 748, 8, 31, 1, 31, 1, 31, 1, 32, 1, 32, 1, 32, 1, 32, 3, 32, 756, 8, 32, 1, 32, 1, 32, 1, 33, 1, 33, 1, 33, 1, 33, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 5, 35, 778, 8, 35, 10, 35, 12, 35, 781, 9, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 5, 35, 792, 8, 35, 10, 35, 12, 35, 795, 9, 35, 1, 35, 1, 35, 3, 35, 799, 8, 35, 1, 36, 1, 36, 3, 36, 803, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 809, 8, 36, 1, 36, 3, 36, 812, 8, 36, 1, 36, 3, 36, 815, 8, 36, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 3, 37, 822, 8, 37, 1, 37, 3, 37, 825, 8, 37, 1, 38, 1, 38, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 3, 39, 834, 8, 39, 1, 40, 1, 40, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 3, 42, 846, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 43, 1, 43, 1, 44, 1, 44, 1, 44, 1, 44, 1, 45, 1, 45, 1, 45, 1, 45, 1, 46, 1, 46, 1, 46, 1, 46, 5, 46, 868, 8, 46, 10, 46, 12, 46, 871, 9, 46, 1, 46, 1, 46, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 5, 47, 880, 8, 47, 10, 47, 12, 47, 883, 9, 47, 1, 47, 1, 47, 3, 47, 887, 8, 47, 1, 48, 1, 48, 3, 48, 891, 8, 48, 1, 49, 1, 49, 1, 49, 1, 49, 5, 49, 897, 8, 49, 10, 49, 12, 49, 900, 9, 49, 1, 49, 3, 49, 903, 8, 49, 1, 50, 1, 50, 1, 50, 1, 50, 3, 50, 909, 8, 50, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 52, 1, 52, 1, 52, 3, 52, 919, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 924, 8, 52, 1, 52, 1, 52, 1, 53, 1, 53, 3, 53, 930, 8, 53, 1, 53, 1, 53, 3, 53, 934, 8, 53, 1, 53, 1, 53, 3, 53, 938, 8, 53, 1, 53, 1, 53, 3, 53, 942, 8, 53, 1, 53, 1, 53, 1, 53, 1, 54, 1, 54, 1, 54, 1, 54, 3, 54, 951, 8, 54, 1, 54, 1, 54, 3, 54, 955, 8, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 3, 54, 962, 8, 54, 1, 54, 3, 54, 965, 8, 54, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 5, 55, 973, 8, 55, 10, 55, 12, 55, 976, 9, 55, 1, 56, 1, 56, 1, 57, 1, 57, 1, 57, 3, 57, 983, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 991, 8, 57, 1, 58, 1, 58, 3, 58, 995, 8, 58, 1, 58, 1, 58, 1, 58, 1, 59, 1, 59, 1, 59, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 1010, 8, 60, 1, 61, 1, 61, 1, 61, 1, 61, 1, 62, 1, 62, 1, 62, 1, 62, 1, 63, 1, 63, 1, 63, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 3, 64, 1029, 8, 64, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 66, 1, 66, 1, 66, 1, 66, 3, 66, 1040, 8, 66, 1, 66, 1, 66, 3, 66, 1044, 8, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 3, 66, 1051, 8, 66, 1, 67, 1, 67, 1, 67, 3, 67, 1056, 8, 67, 1, 67, 1, 67, 1, 68, 1, 68, 3, 68, 1062, 8, 68, 1, 68, 1, 68, 3, 68, 1066, 8, 68, 1, 68, 1, 68, 1, 69, 1, 69, 1, 69, 3, 69, 1073, 8, 69, 1, 69, 1, 69, 3, 69, 1077, 8, 69, 1, 70, 1, 70, 3, 70, 1081, 8, 70, 1, 70, 1, 70, 3, 70, 1085, 8, 70, 1, 70, 1, 70, 1, 71, 1, 71, 1, 71, 1, 71, 3, 71, 1093, 8, 71, 1, 71, 1, 71, 3, 71, 1097, 8, 71, 1, 71, 1, 71, 1, 72, 3, 72, 1102, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 1108, 8, 72, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 1114, 8, 73, 1, 73, 3, 73, 1117, 8, 73, 1, 73, 1, 73, 3, 73, 1121, 8, 73, 1, 74, 1, 74, 1, 74, 1, 75, 1, 75, 1, 75, 1, 75, 5, 75, 1130, 8, 75, 10, 75, 12, 75, 1133, 9, 75, 1, 76, 1, 76, 1, 76, 1, 76, 5, 76, 1139, 8, 76, 10, 76, 12, 76, 1142, 9, 76, 1, 76, 1, 76, 1, 77, 1, 77, 3, 77, 1148, 8, 77, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 4, 78, 1157, 8, 78, 11, 78, 12, 78, 1158, 1, 78, 1, 78, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 4, 79, 1169, 8, 79, 11, 79, 12, 79, 1170, 1, 79, 1, 79, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 3, 80, 1186, 8, 80, 1, 80, 3, 80, 1189, 8, 80, 1, 80, 1, 80, 3, 80, 1193, 8, 80, 1, 80, 3, 80, 1196, 8, 80, 3, 80, 1198, 8, 80, 1, 80, 1, 80, 1, 80, 3, 80, 1203, 8, 80, 1, 80, 1, 80, 3, 80, 1207, 8, 80, 1, 80, 3, 80, 1210, 8, 80, 5, 80, 1212, 8, 80, 10, 80, 12, 80, 1215, 9, 80, 1, 81, 1, 81, 1, 81, 1, 81, 5, 81, 1221, 8, 81, 10, 81, 12, 81, 1224, 9, 81, 1, 82, 1, 82, 1, 82, 1, 82, 5, 82, 1230, 8, 82, 10, 82, 12, 82, 1233, 9, 82, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 5, 83, 1240, 8, 83, 10, 83, 12, 83, 1243, 9, 83, 1, 83, 1, 83, 3, 83, 1247, 8, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 84, 1, 84, 1, 85, 1, 85, 3, 85, 1258, 8, 85, 1, 85, 3, 85, 1261, 8, 85, 1, 85, 3, 85, 1264, 8, 85, 1, 85, 3, 85, 1267, 8, 85, 1, 85, 3, 85, 1270, 8, 85, 1, 85, 1, 85, 1, 85, 1, 85, 3, 85, 1276, 8, 85, 1, 86, 1, 86, 3, 86, 1280, 8, 86, 1, 86, 1, 86, 1, 86, 1, 86, 5, 86, 1286, 8, 86, 10, 86, 12, 86, 1289, 9, 86, 3, 86, 1291, 8, 86, 1, 87, 1, 87, 1, 87, 3, 87, 1296, 8, 87, 1, 87, 3, 87, 1299, 8, 87, 1, 87, 1, 87, 3, 87, 1303, 8, 87, 1, 87, 3, 87, 1306, 8, 87, 3, 87, 1308, 8, 87, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 3, 88, 1322, 8, 88, 1, 89, 1, 89, 1, 89, 1, 90, 1, 90, 1, 90, 1, 90, 5, 90, 1331, 8, 90, 10, 90, 12, 90, 1334, 9, 90, 1, 90, 1, 90, 3, 90, 1338, 8, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 3, 90, 1346, 8, 90, 1, 90, 3, 90, 1349, 8, 90, 1, 90, 3, 90, 1352, 8, 90, 1, 90, 1, 90, 1, 90, 3, 90, 1357, 8, 90, 5, 90, 1359, 8, 90, 10, 90, 12, 90, 1362, 9, 90, 1, 91, 1, 91, 3, 91, 1366, 8, 91, 1, 92, 3, 92, 1369, 8, 92, 1, 92, 1, 92, 3, 92, 1373, 8, 92, 1, 92, 1, 92, 3, 92, 1377, 8, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 3, 92, 1386, 8, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 3, 92, 1397, 8, 92, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 1, 94, 1, 94, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 5, 97, 1422, 8, 97, 10, 97, 12, 97, 1425, 9, 97, 1, 97, 1, 97, 1, 98, 1, 98, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 3, 99, 1446, 8, 99, 1, 100, 1, 100, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 102, 1, 102, 1, 102, 1, 102, 3, 102, 1459, 8, 102, 1, 103, 1, 103, 1, 103, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 5, 104, 1469, 8, 104, 10, 104, 12, 104, 1472, 9, 104, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 5, 105, 1482, 8, 105, 10, 105, 12, 105, 1485, 9, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 5, 105, 1494, 8, 105, 10, 105, 12, 105, 1497, 9, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 5, 105, 1506, 8, 105, 10, 105, 12, 105, 1509, 9, 105, 1, 105, 1, 105, 1, 105, 3, 105, 1514, 8, 105, 1, 106, 1, 106, 1, 106, 1, 107, 1, 107, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 109, 1, 109, 1, 110, 1, 110, 1, 111, 1, 111, 1, 111, 1, 112, 1, 112, 1, 112, 1, 112, 5, 112, 1539, 8, 112, 10, 112, 12, 112, 1542, 9, 112, 1, 113, 1, 113, 1, 113, 1, 113, 1, 114, 3, 114, 1549, 8, 114, 1, 114, 1, 114, 3, 114, 1553, 8, 114, 1, 114, 3, 114, 1556, 8, 114, 1, 114, 3, 114, 1559, 8, 114, 1, 114, 1, 114, 1, 115, 1, 115, 1, 115, 3, 115, 1566, 8, 115, 1, 115, 3, 115, 1569, 8, 115, 1, 115, 3, 115, 1572, 8, 115, 1, 115, 3, 115, 1575, 8, 115, 1, 115, 3, 115, 1578, 8, 115, 1, 115, 3, 115, 1581, 8, 115, 1, 115, 1, 115, 1, 115, 3, 115, 1586, 8, 115, 1, 115, 3, 115, 1589, 8, 115, 1, 116, 1, 116, 1, 116, 1, 116, 1, 116, 5, 116, 1596, 8, 116, 10, 116, 12, 116, 1599, 9, 116, 1, 117, 1, 117, 3, 117, 1603, 8, 117, 1, 117, 1, 117, 3, 117, 1607, 8, 117, 1, 118, 1, 118, 1, 118, 3, 118, 1612, 8, 118, 1, 119, 1, 119, 1, 119, 1, 119, 3, 119, 1618, 8, 119, 1, 119, 1, 119, 1, 119, 3, 119, 1623, 8, 119, 5, 119, 1625, 8, 119, 10, 119, 12, 119, 1628, 9, 119, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 3, 120, 1646, 8, 120, 1, 121, 1, 121, 1, 121, 1, 121, 5, 121, 1652, 8, 121, 10, 121, 12, 121, 1655, 9, 121, 1, 122, 1, 122, 1, 122, 4, 122, 1660, 8, 122, 11, 122, 12, 122, 1661, 1, 122, 1, 122, 3, 122, 1666, 8, 122, 1, 123, 1, 123, 3, 123, 1670, 8, 123, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 3, 124, 1680, 8, 124, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 3, 125, 1706, 8, 125, 1, 126, 1, 126, 1, 126, 1, 126, 5, 126, 1712, 8, 126, 10, 126, 12, 126, 1715, 9, 126, 1, 127, 1, 127, 1, 127, 1, 127, 1, 127, 1, 127, 1, 127, 1, 127, 1, 127, 3, 127, 1726, 8, 127, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 129, 1, 129, 1, 129, 1, 130, 1, 130, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 3, 131, 1748, 8, 131, 3, 131, 1750, 8, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 3, 131, 1761, 8, 131, 1, 131, 5, 131, 1764, 8, 131, 10, 131, 12, 131, 1767, 9, 131, 1, 132, 3, 132, 1770, 8, 132, 1, 132, 1, 132, 3, 132, 1774, 8, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 3, 132, 1781, 8, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 5, 132, 1788, 8, 132, 10, 132, 12, 132, 1791, 9, 132, 1, 132, 1, 132, 1, 132, 3, 132, 1796, 8, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 3, 132, 1809, 8, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 3, 132, 1816, 8, 132, 1, 132, 1, 132, 1, 132, 3, 132, 1821, 8, 132, 1, 132, 1, 132, 1, 132, 1, 132, 3, 132, 1827, 8, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 3, 132, 1834, 8, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 3, 132, 1841, 8, 132, 3, 132, 1843, 8, 132, 1, 133, 3, 133, 1846, 8, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 5, 133, 1856, 8, 133, 10, 133, 12, 133, 1859, 9, 133, 1, 133, 1, 133, 3, 133, 1863, 8, 133, 1, 133, 3, 133, 1866, 8, 133, 1, 133, 1, 133, 1, 133, 1, 133, 3, 133, 1872, 8, 133, 3, 133, 1874, 8, 133, 1, 134, 1, 134, 1, 134, 1, 134, 3, 134, 1880, 8, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 5, 134, 1901, 8, 134, 10, 134, 12, 134, 1904, 9, 134, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 3, 135, 1911, 8, 135, 1, 135, 1, 135, 1, 135, 5, 135, 1916, 8, 135, 10, 135, 12, 135, 1919, 9, 135, 3, 135, 1921, 8, 135, 1, 135, 1, 135, 3, 135, 1925, 8, 135, 1, 136, 1, 136, 1, 136, 4, 136, 1930, 8, 136, 11, 136, 12, 136, 1931, 1, 136, 1, 136, 3, 136, 1936, 8, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 4, 136, 1943, 8, 136, 11, 136, 12, 136, 1944, 1, 136, 1, 136, 3, 136, 1949, 8, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 3, 136, 1965, 8, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 3, 136, 1974, 8, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 3, 136, 2002, 8, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 5, 136, 2009, 8, 136, 10, 136, 12, 136, 2012, 9, 136, 1, 137, 1, 137, 1, 138, 1, 138, 1, 138, 1, 138, 3, 138, 2020, 8, 138, 1, 139, 1, 139, 1, 139, 1, 139, 3, 139, 2026, 8, 139, 1, 140, 1, 140, 3, 140, 2030, 8, 140, 1, 141, 1, 141, 1, 141, 1, 141, 3, 141, 2036, 8, 141, 1, 142, 1, 142, 1, 143, 1, 143, 1, 144, 1, 144, 3, 144, 2044, 8, 144, 1, 145, 1, 145, 1, 145, 3, 145, 2049, 8, 145, 1, 146, 1, 146, 3, 146, 2053, 8, 146, 1, 147, 1, 147, 1, 147, 4, 147, 2058, 8, 147, 11, 147, 12, 147, 2059, 1, 148, 1, 148, 1, 148, 3, 148, 2065, 8, 148, 1, 149, 1, 149, 1, 149, 1, 149, 1, 149, 1, 150, 3, 150, 2073, 8, 150, 1, 150, 1, 150, 3, 150, 2077, 8, 150, 1, 151, 3, 151, 2080, 8, 151, 1, 151, 1, 151, 3, 151, 2084, 8, 151, 1, 152, 1, 152, 1, 152, 1, 153, 1, 153, 4, 153, 2091, 8, 153, 11, 153, 12, 153, 2092, 1, 153, 3, 153, 2096, 8, 153, 1, 154, 1, 154, 1, 154, 1, 154, 1, 155, 1, 155, 1, 155, 5, 155, 2105, 8, 155, 10, 155, 12, 155, 2108, 9, 155, 1, 156, 1, 156, 1, 156, 3, 156, 2113, 8, 156, 1, 157, 1, 157, 1, 158, 1, 158, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 160, 1, 160, 1, 161, 1, 161, 1, 162, 1, 162, 1, 162, 3, 162, 2131, 8, 162, 1, 163, 1, 163, 1, 163, 3, 163, 2136, 8, 163, 1, 164, 1, 164, 1, 164, 3, 164, 2141, 8, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 3, 164, 2148, 8, 164, 3, 164, 2150, 8, 164, 1, 165, 1, 165, 1, 165, 3, 165, 2155, 8, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 3, 165, 2162, 8, 165, 3, 165, 2164, 8, 165, 1, 166, 1, 166, 1, 166, 3, 166, 2169, 8, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 3, 166, 2176, 8, 166, 3, 166, 2178, 8, 166, 1, 167, 1, 167, 1, 167, 3, 167, 2183, 8, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 3, 167, 2190, 8, 167, 3, 167, 2192, 8, 167, 1, 168, 1, 168, 1, 168, 5, 168, 2197, 8, 168, 10, 168, 12, 168, 2200, 9, 168, 1, 169, 1, 169, 1, 169, 1, 170, 1, 170, 1, 170, 1, 170, 1, 171, 1, 171, 1, 171, 1, 172, 1, 172, 1, 172, 1, 172, 5, 172, 2216, 8, 172, 10, 172, 12, 172, 2219, 9, 172, 1, 172, 1, 172, 1, 173, 1, 173, 3, 173, 2225, 8, 173, 1, 173, 3, 173, 2228, 8, 173, 1, 174, 1, 174, 1, 174, 3, 174, 2233, 8, 174, 1, 175, 1, 175, 1, 175, 1, 175, 3, 175, 2239, 8, 175, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 3, 176, 2247, 8, 176, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 3, 177, 2263, 8, 177, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 3, 178, 2272, 8, 178, 1, 179, 1, 179, 1, 180, 1, 180, 1, 181, 1, 181, 1, 181, 1, 181, 3, 181, 2282, 8, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 3, 181, 2289, 8, 181, 1, 181, 3, 181, 2292, 8, 181, 1, 182, 1, 182, 1, 182, 1, 183, 1, 183, 1, 184, 1, 184, 1, 185, 1, 185, 1, 186, 1, 186, 1, 187, 1, 187, 1, 188, 1, 188, 1, 189, 1, 189, 1, 190, 1, 190, 1, 191, 1, 191, 1, 192, 1, 192, 1, 193, 1, 193, 1, 193, 1, 2198, 5, 160, 180, 262, 268, 272, 194, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, 172, 174, 176, 178, 180, 182, 184, 186, 188, 190, 192, 194, 196, 198, 200, 202, 204, 206, 208, 210, 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, 232, 234, 236, 238, 240, 242, 244, 246, 248, 250, 252, 254, 256, 258, 260, 262, 264, 266, 268, 270, 272, 274, 276, 278, 280, 282, 284, 286, 288, 290, 292, 294, 296, 298, 300, 302, 304, 306, 308, 310, 312, 314, 316, 318, 320, 322, 324, 326, 328, 330, 332, 334, 336, 338, 340, 342, 344, 346, 348, 350, 352, 354, 356, 358, 360, 362, 364, 366, 368, 370, 372, 374, 376, 378, 380, 382, 384, 386, 0, 47, 2, 0, 109, 109, 451, 451, 3, 0, 45, 45, 128, 128, 189, 189, 4, 0, 42, 42, 90, 90, 423, 423, 465, 465, 2, 0, 442, 442, 448, 448, 2, 0, 151, 151, 170, 170, 2, 0, 438, 438, 490, 490, 2, 0, 483, 486, 488, 488, 3, 0, 32, 32, 91, 91, 245, 245, 11, 0, 28, 29, 35, 35, 46, 46, 92, 92, 178, 179, 345, 345, 361, 361, 379, 379, 382, 382, 388, 388, 417, 418, 2, 0, 434, 434, 436, 436, 4, 0, 101, 102, 115, 115, 144, 144, 247, 247, 2, 0, 13, 13, 232, 232, 2, 0, 456, 456, 463, 463, 3, 0, 5, 5, 271, 271, 445, 445, 3, 0, 267, 267, 456, 456, 463, 463, 3, 0, 426, 426, 459, 459, 478, 478, 3, 0, 331, 331, 466, 466, 482, 482, 2, 0, 441, 441, 491, 491, 2, 0, 183, 183, 266, 266, 3, 0, 130, 130, 180, 180, 403, 403, 4, 0, 152, 152, 174, 174, 202, 202, 318, 318, 3, 0, 446, 446, 460, 460, 500, 500, 4, 0, 251, 251, 447, 447, 495, 497, 499, 499, 2, 0, 74, 74, 321, 321, 3, 0, 460, 460, 493, 493, 500, 500, 2, 0, 440, 440, 451, 451, 2, 0, 458, 458, 468, 468, 4, 0, 140, 140, 245, 245, 398, 398, 405, 405, 2, 0, 19, 19, 370, 370, 2, 0, 5, 5, 11, 11, 2, 0, 510, 510, 530, 531, 4, 0, 453, 453, 528, 528, 532, 532, 535, 535, 2, 0, 530, 531, 533, 533, 1, 0, 530, 531, 1, 0, 539, 540, 2, 0, 539, 539, 542, 542, 4, 0, 453, 453, 528, 528, 530, 532, 534, 535, 3, 0, 242, 242, 509, 510, 530, 531, 2, 0, 140, 140, 398, 398, 2, 0, 5, 5, 113, 113, 10, 0, 97, 97, 165, 165, 223, 223, 230, 230, 335, 335, 437, 437, 471, 471, 473, 473, 489, 489, 503, 503, 15, 0, 97, 97, 165, 165, 223, 223, 230, 230, 335, 335, 428, 428, 437, 437, 443, 443, 449, 450, 455, 455, 461, 461, 471, 476, 489, 489, 492, 492, 503, 504, 11, 0, 5, 5, 13, 13, 33, 33, 78, 78, 84, 85, 113, 113, 201, 201, 208, 209, 390, 390, 414, 414, 528, 528, 3, 0, 78, 78, 84, 85, 208, 209, 2, 0, 91, 91, 379, 380, 53, 0, 4, 4, 13, 13, 23, 23, 38, 38, 41, 41, 43, 44, 54, 54, 56, 56, 69, 69, 75, 75, 98, 99, 107, 107, 119, 119, 134, 134, 139, 139, 143, 143, 145, 145, 160, 160, 165, 165, 167, 167, 187, 188, 190, 195, 198, 198, 200, 200, 202, 202, 206, 206, 210, 210, 215, 215, 221, 221, 223, 224, 230, 230, 244, 244, 246, 246, 265, 265, 277, 277, 282, 282, 284, 284, 294, 294, 318, 318, 322, 324, 335, 335, 358, 359, 365, 365, 368, 368, 381, 381, 396, 396, 399, 400, 409, 409, 420, 421, 437, 437, 470, 470, 489, 489, 503, 503, 1, 0, 438, 505, 2525, 0, 391, 1, 0, 0, 0, 2, 401, 1, 0, 0, 0, 4, 415, 1, 0, 0, 0, 6, 417, 1, 0, 0, 0, 8, 433, 1, 0, 0, 0, 10, 437, 1, 0, 0, 0, 12, 439, 1, 0, 0, 0, 14, 442, 1, 0, 0, 0, 16, 453, 1, 0, 0, 0, 18, 461, 1, 0, 0, 0, 20, 469, 1, 0, 0, 0, 22, 471, 1, 0, 0, 0, 24, 523, 1, 0, 0, 0, 26, 525, 1, 0, 0, 0, 28, 532, 1, 0, 0, 0, 30, 536, 1, 0, 0, 0, 32, 540, 1, 0, 0, 0, 34, 544, 1, 0, 0, 0, 36, 598, 1, 0, 0, 0, 38, 604, 1, 0, 0, 0, 40, 610, 1, 0, 0, 0, 42, 612, 1, 0, 0, 0, 44, 654, 1, 0, 0, 0, 46, 668, 1, 0, 0, 0, 48, 670, 1, 0, 0, 0, 50, 681, 1, 0, 0, 0, 52, 685, 1, 0, 0, 0, 54, 687, 1, 0, 0, 0, 56, 689, 1, 0, 0, 0, 58, 737, 1, 0, 0, 0, 60, 739, 1, 0, 0, 0, 62, 743, 1, 0, 0, 0, 64, 751, 1, 0, 0, 0, 66, 759, 1, 0, 0, 0, 68, 763, 1, 0, 0, 0, 70, 798, 1, 0, 0, 0, 72, 814, 1, 0, 0, 0, 74, 816, 1, 0, 0, 0, 76, 826, 1, 0, 0, 0, 78, 828, 1, 0, 0, 0, 80, 835, 1, 0, 0, 0, 82, 837, 1, 0, 0, 0, 84, 845, 1, 0, 0, 0, 86, 853, 1, 0, 0, 0, 88, 855, 1, 0, 0, 0, 90, 859, 1, 0, 0, 0, 92, 863, 1, 0, 0, 0, 94, 886, 1, 0, 0, 0, 96, 890, 1, 0, 0, 0, 98, 892, 1, 0, 0, 0, 100, 908, 1, 0, 0, 0, 102, 910, 1, 0, 0, 0, 104, 915, 1, 0, 0, 0, 106, 927, 1, 0, 0, 0, 108, 946, 1, 0, 0, 0, 110, 966, 1, 0, 0, 0, 112, 977, 1, 0, 0, 0, 114, 979, 1, 0, 0, 0, 116, 992, 1, 0, 0, 0, 118, 999, 1, 0, 0, 0, 120, 1002, 1, 0, 0, 0, 122, 1011, 1, 0, 0, 0, 124, 1015, 1, 0, 0, 0, 126, 1019, 1, 0, 0, 0, 128, 1022, 1, 0, 0, 0, 130, 1030, 1, 0, 0, 0, 132, 1035, 1, 0, 0, 0, 134, 1052, 1, 0, 0, 0, 136, 1059, 1, 0, 0, 0, 138, 1069, 1, 0, 0, 0, 140, 1078, 1, 0, 0, 0, 142, 1088, 1, 0, 0, 0, 144, 1107, 1, 0, 0, 0, 146, 1109, 1, 0, 0, 0, 148, 1122, 1, 0, 0, 0, 150, 1125, 1, 0, 0, 0, 152, 1134, 1, 0, 0, 0, 154, 1147, 1, 0, 0, 0, 156, 1149, 1, 0, 0, 0, 158, 1162, 1, 0, 0, 0, 160, 1197, 1, 0, 0, 0, 162, 1216, 1, 0, 0, 0, 164, 1225, 1, 0, 0, 0, 166, 1234, 1, 0, 0, 0, 168, 1253, 1, 0, 0, 0, 170, 1275, 1, 0, 0, 0, 172, 1277, 1, 0, 0, 0, 174, 1307, 1, 0, 0, 0, 176, 1321, 1, 0, 0, 0, 178, 1323, 1, 0, 0, 0, 180, 1337, 1, 0, 0, 0, 182, 1363, 1, 0, 0, 0, 184, 1396, 1, 0, 0, 0, 186, 1398, 1, 0, 0, 0, 188, 1404, 1, 0, 0, 0, 190, 1406, 1, 0, 0, 0, 192, 1411, 1, 0, 0, 0, 194, 1416, 1, 0, 0, 0, 196, 1428, 1, 0, 0, 0, 198, 1445, 1, 0, 0, 0, 200, 1447, 1, 0, 0, 0, 202, 1449, 1, 0, 0, 0, 204, 1458, 1, 0, 0, 0, 206, 1460, 1, 0, 0, 0, 208, 1463, 1, 0, 0, 0, 210, 1513, 1, 0, 0, 0, 212, 1515, 1, 0, 0, 0, 214, 1518, 1, 0, 0, 0, 216, 1520, 1, 0, 0, 0, 218, 1527, 1, 0, 0, 0, 220, 1529, 1, 0, 0, 0, 222, 1531, 1, 0, 0, 0, 224, 1534, 1, 0, 0, 0, 226, 1543, 1, 0, 0, 0, 228, 1548, 1, 0, 0, 0, 230, 1562, 1, 0, 0, 0, 232, 1590, 1, 0, 0, 0, 234, 1600, 1, 0, 0, 0, 236, 1608, 1, 0, 0, 0, 238, 1613, 1, 0, 0, 0, 240, 1645, 1, 0, 0, 0, 242, 1647, 1, 0, 0, 0, 244, 1656, 1, 0, 0, 0, 246, 1667, 1, 0, 0, 0, 248, 1679, 1, 0, 0, 0, 250, 1705, 1, 0, 0, 0, 252, 1707, 1, 0, 0, 0, 254, 1725, 1, 0, 0, 0, 256, 1727, 1, 0, 0, 0, 258, 1732, 1, 0, 0, 0, 260, 1735, 1, 0, 0, 0, 262, 1749, 1, 0, 0, 0, 264, 1842, 1, 0, 0, 0, 266, 1873, 1, 0, 0, 0, 268, 1879, 1, 0, 0, 0, 270, 1924, 1, 0, 0, 0, 272, 2001, 1, 0, 0, 0, 274, 2013, 1, 0, 0, 0, 276, 2019, 1, 0, 0, 0, 278, 2025, 1, 0, 0, 0, 280, 2029, 1, 0, 0, 0, 282, 2035, 1, 0, 0, 0, 284, 2037, 1, 0, 0, 0, 286, 2039, 1, 0, 0, 0, 288, 2043, 1, 0, 0, 0, 290, 2045, 1, 0, 0, 0, 292, 2050, 1, 0, 0, 0, 294, 2057, 1, 0, 0, 0, 296, 2061, 1, 0, 0, 0, 298, 2066, 1, 0, 0, 0, 300, 2076, 1, 0, 0, 0, 302, 2079, 1, 0, 0, 0, 304, 2085, 1, 0, 0, 0, 306, 2095, 1, 0, 0, 0, 308, 2097, 1, 0, 0, 0, 310, 2101, 1, 0, 0, 0, 312, 2112, 1, 0, 0, 0, 314, 2114, 1, 0, 0, 0, 316, 2116, 1, 0, 0, 0, 318, 2118, 1, 0, 0, 0, 320, 2123, 1, 0, 0, 0, 322, 2125, 1, 0, 0, 0, 324, 2127, 1, 0, 0, 0, 326, 2132, 1, 0, 0, 0, 328, 2149, 1, 0, 0, 0, 330, 2163, 1, 0, 0, 0, 332, 2177, 1, 0, 0, 0, 334, 2191, 1, 0, 0, 0, 336, 2193, 1, 0, 0, 0, 338, 2201, 1, 0, 0, 0, 340, 2204, 1, 0, 0, 0, 342, 2208, 1, 0, 0, 0, 344, 2211, 1, 0, 0, 0, 346, 2222, 1, 0, 0, 0, 348, 2232, 1, 0, 0, 0, 350, 2238, 1, 0, 0, 0, 352, 2246, 1, 0, 0, 0, 354, 2262, 1, 0, 0, 0, 356, 2271, 1, 0, 0, 0, 358, 2273, 1, 0, 0, 0, 360, 2275, 1, 0, 0, 0, 362, 2291, 1, 0, 0, 0, 364, 2293, 1, 0, 0, 0, 366, 2296, 1, 0, 0, 0, 368, 2298, 1, 0, 0, 0, 370, 2300, 1, 0, 0, 0, 372, 2302, 1, 0, 0, 0, 374, 2304, 1, 0, 0, 0, 376, 2306, 1, 0, 0, 0, 378, 2308, 1, 0, 0, 0, 380, 2310, 1, 0, 0, 0, 382, 2312, 1, 0, 0, 0, 384, 2314, 1, 0, 0, 0, 386, 2316, 1, 0, 0, 0, 388, 390, 3, 2, 1, 0, 389, 388, 1, 0, 0, 0, 390, 393, 1, 0, 0, 0, 391, 389, 1, 0, 0, 0, 391, 392, 1, 0, 0, 0, 392, 394, 1, 0, 0, 0, 393, 391, 1, 0, 0, 0, 394, 395, 5, 0, 0, 1, 395, 1, 1, 0, 0, 0, 396, 398, 3, 4, 2, 0, 397, 399, 5, 522, 0, 0, 398, 397, 1, 0, 0, 0, 398, 399, 1, 0, 0, 0, 399, 402, 1, 0, 0, 0, 400, 402, 3, 6, 3, 0, 401, 396, 1, 0, 0, 0, 401, 400, 1, 0, 0, 0, 402, 3, 1, 0, 0, 0, 403, 416, 3, 8, 4, 0, 404, 416, 3, 10, 5, 0, 405, 416, 3, 12, 6, 0, 406, 416, 3, 14, 7, 0, 407, 416, 3, 20, 10, 0, 408, 416, 3, 24, 12, 0, 409, 416, 3, 26, 13, 0, 410, 416, 3, 28, 14, 0, 411, 416, 3, 30, 15, 0, 412, 416, 3, 32, 16, 0, 413, 416, 3, 34, 17, 0, 414, 416, 3, 36, 18, 0, 415, 403, 1, 0, 0, 0, 415, 404, 1, 0, 0, 0, 415, 405, 1, 0, 0, 0, 415, 406, 1, 0, 0, 0, 415, 407, 1, 0, 0, 0, 415, 408, 1, 0, 0, 0, 415, 409, 1, 0, 0, 0, 415, 410, 1, 0, 0, 0, 415, 411, 1, 0, 0, 0, 415, 412, 1, 0, 0, 0, 415, 413, 1, 0, 0, 0, 415, 414, 1, 0, 0, 0, 416, 5, 1, 0, 0, 0, 417, 418, 5, 522, 0, 0, 418, 7, 1, 0, 0, 0, 419, 434, 3, 40, 20, 0, 420, 434, 3, 104, 52, 0, 421, 434, 3, 106, 53, 0, 422, 434, 3, 108, 54, 0, 423, 434, 3, 102, 51, 0, 424, 434, 3, 114, 57, 0, 425, 434, 3, 128, 64, 0, 426, 434, 3, 130, 65, 0, 427, 434, 3, 132, 66, 0, 428, 434, 3, 134, 67, 0, 429, 434, 3, 136, 68, 0, 430, 434, 3, 138, 69, 0, 431, 434, 3, 140, 70, 0, 432, 434, 3, 142, 71, 0, 433, 419, 1, 0, 0, 0, 433, 420, 1, 0, 0, 0, 433, 421, 1, 0, 0, 0, 433, 422, 1, 0, 0, 0, 433, 423, 1, 0, 0, 0, 433, 424, 1, 0, 0, 0, 433, 425, 1, 0, 0, 0, 433, 426, 1, 0, 0, 0, 433, 427, 1, 0, 0, 0, 433, 428, 1, 0, 0, 0, 433, 429, 1, 0, 0, 0, 433, 430, 1, 0, 0, 0, 433, 431, 1, 0, 0, 0, 433, 432, 1, 0, 0, 0, 434, 9, 1, 0, 0, 0, 435, 438, 3, 160, 80, 0, 436, 438, 3, 144, 72, 0, 437, 435, 1, 0, 0, 0, 437, 436, 1, 0, 0, 0, 438, 11, 1, 0, 0, 0, 439, 440, 7, 0, 0, 0, 440, 441, 3, 330, 165, 0, 441, 13, 1, 0, 0, 0, 442, 446, 5, 135, 0, 0, 443, 447, 3, 16, 8, 0, 444, 445, 5, 480, 0, 0, 445, 447, 5, 146, 0, 0, 446, 443, 1, 0, 0, 0, 446, 444, 1, 0, 0, 0, 446, 447, 1, 0, 0, 0, 447, 451, 1, 0, 0, 0, 448, 452, 3, 10, 5, 0, 449, 452, 3, 146, 73, 0, 450, 452, 3, 158, 79, 0, 451, 448, 1, 0, 0, 0, 451, 449, 1, 0, 0, 0, 451, 450, 1, 0, 0, 0, 452, 15, 1, 0, 0, 0, 453, 458, 3, 18, 9, 0, 454, 455, 5, 521, 0, 0, 455, 457, 3, 18, 9, 0, 456, 454, 1, 0, 0, 0, 457, 460, 1, 0, 0, 0, 458, 456, 1, 0, 0, 0, 458, 459, 1, 0, 0, 0, 459, 17, 1, 0, 0, 0, 460, 458, 1, 0, 0, 0, 461, 462, 7, 1, 0, 0, 462, 19, 1, 0, 0, 0, 463, 464, 5, 411, 0, 0, 464, 465, 5, 442, 0, 0, 465, 470, 3, 320, 160, 0, 466, 467, 5, 411, 0, 0, 467, 470, 3, 324, 162, 0, 468, 470, 3, 22, 11, 0, 469, 463, 1, 0, 0, 0, 469, 466, 1, 0, 0, 0, 469, 468, 1, 0, 0, 0, 470, 21, 1, 0, 0, 0, 471, 472, 5, 411, 0, 0, 472, 473, 5, 228, 0, 0, 473, 478, 3, 336, 168, 0, 474, 475, 5, 521, 0, 0, 475, 477, 3, 336, 168, 0, 476, 474, 1, 0, 0, 0, 477, 480, 1, 0, 0, 0, 478, 476, 1, 0, 0, 0, 478, 479, 1, 0, 0, 0, 479, 23, 1, 0, 0, 0, 480, 478, 1, 0, 0, 0, 481, 482, 5, 342, 0, 0, 482, 524, 7, 2, 0, 0, 483, 484, 5, 342, 0, 0, 484, 485, 5, 76, 0, 0, 485, 524, 7, 3, 0, 0, 486, 487, 5, 342, 0, 0, 487, 490, 5, 375, 0, 0, 488, 489, 7, 4, 0, 0, 489, 491, 3, 324, 162, 0, 490, 488, 1, 0, 0, 0, 490, 491, 1, 0, 0, 0, 491, 493, 1, 0, 0, 0, 492, 494, 3, 266, 133, 0, 493, 492, 1, 0, 0, 0, 493, 494, 1, 0, 0, 0, 494, 524, 1, 0, 0, 0, 495, 496, 5, 342, 0, 0, 496, 497, 5, 58, 0, 0, 497, 500, 7, 4, 0, 0, 498, 501, 3, 332, 166, 0, 499, 501, 3, 330, 165, 0, 500, 498, 1, 0, 0, 0, 500, 499, 1, 0, 0, 0, 501, 503, 1, 0, 0, 0, 502, 504, 3, 266, 133, 0, 503, 502, 1, 0, 0, 0, 503, 504, 1, 0, 0, 0, 504, 524, 1, 0, 0, 0, 505, 506, 5, 342, 0, 0, 506, 511, 5, 72, 0, 0, 507, 508, 5, 374, 0, 0, 508, 512, 3, 330, 165, 0, 509, 510, 5, 502, 0, 0, 510, 512, 3, 332, 166, 0, 511, 507, 1, 0, 0, 0, 511, 509, 1, 0, 0, 0, 512, 524, 1, 0, 0, 0, 513, 515, 5, 342, 0, 0, 514, 516, 5, 412, 0, 0, 515, 514, 1, 0, 0, 0, 515, 516, 1, 0, 0, 0, 516, 517, 1, 0, 0, 0, 517, 524, 5, 154, 0, 0, 518, 520, 5, 342, 0, 0, 519, 521, 5, 152, 0, 0, 520, 519, 1, 0, 0, 0, 520, 521, 1, 0, 0, 0, 521, 522, 1, 0, 0, 0, 522, 524, 5, 228, 0, 0, 523, 481, 1, 0, 0, 0, 523, 483, 1, 0, 0, 0, 523, 486, 1, 0, 0, 0, 523, 495, 1, 0, 0, 0, 523, 505, 1, 0, 0, 0, 523, 513, 1, 0, 0, 0, 523, 518, 1, 0, 0, 0, 524, 25, 1, 0, 0, 0, 525, 526, 5, 469, 0, 0, 526, 527, 5, 227, 0, 0, 527, 530, 3, 336, 168, 0, 528, 529, 5, 434, 0, 0, 529, 531, 3, 344, 172, 0, 530, 528, 1, 0, 0, 0, 530, 531, 1, 0, 0, 0, 531, 27, 1, 0, 0, 0, 532, 533, 5, 501, 0, 0, 533, 534, 5, 227, 0, 0, 534, 535, 3, 336, 168, 0, 535, 29, 1, 0, 0, 0, 536, 538, 5, 341, 0, 0, 537, 539, 3, 346, 173, 0, 538, 537, 1, 0, 0, 0, 538, 539, 1, 0, 0, 0, 539, 31, 1, 0, 0, 0, 540, 542, 5, 313, 0, 0, 541, 543, 3, 348, 174, 0, 542, 541, 1, 0, 0, 0, 542, 543, 1, 0, 0, 0, 543, 33, 1, 0, 0, 0, 544, 545, 7, 5, 0, 0, 545, 546, 5, 464, 0, 0, 546, 547, 3, 112, 56, 0, 547, 35, 1, 0, 0, 0, 548, 549, 5, 438, 0, 0, 549, 550, 5, 464, 0, 0, 550, 551, 5, 434, 0, 0, 551, 554, 3, 38, 19, 0, 552, 553, 5, 17, 0, 0, 553, 555, 3, 336, 168, 0, 554, 552, 1, 0, 0, 0, 554, 555, 1, 0, 0, 0, 555, 599, 1, 0, 0, 0, 556, 557, 5, 438, 0, 0, 557, 558, 5, 457, 0, 0, 558, 559, 5, 434, 0, 0, 559, 562, 3, 38, 19, 0, 560, 561, 5, 17, 0, 0, 561, 563, 3, 336, 168, 0, 562, 560, 1, 0, 0, 0, 562, 563, 1, 0, 0, 0, 563, 566, 1, 0, 0, 0, 564, 565, 5, 312, 0, 0, 565, 567, 3, 336, 168, 0, 566, 564, 1, 0, 0, 0, 566, 567, 1, 0, 0, 0, 567, 599, 1, 0, 0, 0, 568, 569, 5, 438, 0, 0, 569, 570, 7, 6, 0, 0, 570, 571, 5, 434, 0, 0, 571, 572, 3, 38, 19, 0, 572, 573, 5, 312, 0, 0, 573, 574, 3, 336, 168, 0, 574, 599, 1, 0, 0, 0, 575, 576, 5, 438, 0, 0, 576, 577, 5, 487, 0, 0, 577, 599, 3, 38, 19, 0, 578, 579, 5, 438, 0, 0, 579, 580, 5, 454, 0, 0, 580, 581, 5, 457, 0, 0, 581, 582, 5, 434, 0, 0, 582, 583, 3, 38, 19, 0, 583, 584, 5, 312, 0, 0, 584, 585, 3, 336, 168, 0, 585, 586, 5, 467, 0, 0, 586, 587, 3, 336, 168, 0, 587, 599, 1, 0, 0, 0, 588, 589, 5, 438, 0, 0, 589, 590, 5, 444, 0, 0, 590, 591, 5, 457, 0, 0, 591, 592, 5, 434, 0, 0, 592, 593, 3, 38, 19, 0, 593, 594, 5, 146, 0, 0, 594, 595, 3, 336, 168, 0, 595, 596, 5, 17, 0, 0, 596, 597, 3, 336, 168, 0, 597, 599, 1, 0, 0, 0, 598, 548, 1, 0, 0, 0, 598, 556, 1, 0, 0, 0, 598, 568, 1, 0, 0, 0, 598, 575, 1, 0, 0, 0, 598, 578, 1, 0, 0, 0, 598, 588, 1, 0, 0, 0, 599, 37, 1, 0, 0, 0, 600, 602, 5, 535, 0, 0, 601, 600, 1, 0, 0, 0, 601, 602, 1, 0, 0, 0, 602, 603, 1, 0, 0, 0, 603, 605, 3, 336, 168, 0, 604, 601, 1, 0, 0, 0, 605, 606, 1, 0, 0, 0, 606, 604, 1, 0, 0, 0, 606, 607, 1, 0, 0, 0, 607, 39, 1, 0, 0, 0, 608, 611, 3, 42, 21, 0, 609, 611, 3, 44, 22, 0, 610, 608, 1, 0, 0, 0, 610, 609, 1, 0, 0, 0, 611, 41, 1, 0, 0, 0, 612, 614, 5, 72, 0, 0, 613, 615, 5, 498, 0, 0, 614, 613, 1, 0, 0, 0, 614, 615, 1, 0, 0, 0, 615, 616, 1, 0, 0, 0, 616, 618, 5, 374, 0, 0, 617, 619, 3, 340, 170, 0, 618, 617, 1, 0, 0, 0, 618, 619, 1, 0, 0, 0, 619, 620, 1, 0, 0, 0, 620, 621, 3, 328, 164, 0, 621, 622, 5, 517, 0, 0, 622, 627, 3, 46, 23, 0, 623, 624, 5, 521, 0, 0, 624, 626, 3, 46, 23, 0, 625, 623, 1, 0, 0, 0, 626, 629, 1, 0, 0, 0, 627, 625, 1, 0, 0, 0, 627, 628, 1, 0, 0, 0, 628, 632, 1, 0, 0, 0, 629, 627, 1, 0, 0, 0, 630, 631, 5, 521, 0, 0, 631, 633, 3, 82, 41, 0, 632, 630, 1, 0, 0, 0, 632, 633, 1, 0, 0, 0, 633, 636, 1, 0, 0, 0, 634, 635, 5, 521, 0, 0, 635, 637, 3, 84, 42, 0, 636, 634, 1, 0, 0, 0, 636, 637, 1, 0, 0, 0, 637, 640, 1, 0, 0, 0, 638, 639, 5, 521, 0, 0, 639, 641, 3, 88, 44, 0, 640, 638, 1, 0, 0, 0, 640, 641, 1, 0, 0, 0, 641, 642, 1, 0, 0, 0, 642, 645, 5, 518, 0, 0, 643, 644, 5, 59, 0, 0, 644, 646, 5, 538, 0, 0, 645, 643, 1, 0, 0, 0, 645, 646, 1, 0, 0, 0, 646, 648, 1, 0, 0, 0, 647, 649, 3, 90, 45, 0, 648, 647, 1, 0, 0, 0, 648, 649, 1, 0, 0, 0, 649, 650, 1, 0, 0, 0, 650, 652, 3, 338, 169, 0, 651, 653, 3, 98, 49, 0, 652, 651, 1, 0, 0, 0, 652, 653, 1, 0, 0, 0, 653, 43, 1, 0, 0, 0, 654, 655, 5, 72, 0, 0, 655, 657, 5, 374, 0, 0, 656, 658, 3, 340, 170, 0, 657, 656, 1, 0, 0, 0, 657, 658, 1, 0, 0, 0, 658, 659, 1, 0, 0, 0, 659, 660, 3, 328, 164, 0, 660, 663, 3, 338, 169, 0, 661, 662, 5, 17, 0, 0, 662, 664, 3, 160, 80, 0, 663, 661, 1, 0, 0, 0, 663, 664, 1, 0, 0, 0, 664, 45, 1, 0, 0, 0, 665, 669, 3, 48, 24, 0, 666, 669, 3, 74, 37, 0, 667, 669, 3, 78, 39, 0, 668, 665, 1, 0, 0, 0, 668, 666, 1, 0, 0, 0, 668, 667, 1, 0, 0, 0, 669, 47, 1, 0, 0, 0, 670, 671, 3, 50, 25, 0, 671, 673, 3, 58, 29, 0, 672, 674, 3, 72, 36, 0, 673, 672, 1, 0, 0, 0, 673, 674, 1, 0, 0, 0, 674, 677, 1, 0, 0, 0, 675, 676, 5, 59, 0, 0, 676, 678, 5, 538, 0, 0, 677, 675, 1, 0, 0, 0, 677, 678, 1, 0, 0, 0, 678, 49, 1, 0, 0, 0, 679, 682, 3, 336, 168, 0, 680, 682, 3, 260, 130, 0, 681, 679, 1, 0, 0, 0, 681, 680, 1, 0, 0, 0, 682, 51, 1, 0, 0, 0, 683, 686, 3, 336, 168, 0, 684, 686, 4, 26, 0, 0, 685, 683, 1, 0, 0, 0, 685, 684, 1, 0, 0, 0, 686, 53, 1, 0, 0, 0, 687, 688, 3, 336, 168, 0, 688, 55, 1, 0, 0, 0, 689, 690, 5, 517, 0, 0, 690, 695, 3, 52, 26, 0, 691, 692, 5, 521, 0, 0, 692, 694, 3, 52, 26, 0, 693, 691, 1, 0, 0, 0, 694, 697, 1, 0, 0, 0, 695, 693, 1, 0, 0, 0, 695, 696, 1, 0, 0, 0, 696, 698, 1, 0, 0, 0, 697, 695, 1, 0, 0, 0, 698, 699, 5, 518, 0, 0, 699, 57, 1, 0, 0, 0, 700, 738, 7, 7, 0, 0, 701, 703, 7, 8, 0, 0, 702, 704, 3, 60, 30, 0, 703, 702, 1, 0, 0, 0, 703, 704, 1, 0, 0, 0, 704, 738, 1, 0, 0, 0, 705, 707, 5, 380, 0, 0, 706, 708, 3, 60, 30, 0, 707, 706, 1, 0, 0, 0, 707, 708, 1, 0, 0, 0, 708, 715, 1, 0, 0, 0, 709, 711, 7, 9, 0, 0, 710, 712, 5, 207, 0, 0, 711, 710, 1, 0, 0, 0, 711, 712, 1, 0, 0, 0, 712, 713, 1, 0, 0, 0, 713, 714, 5, 379, 0, 0, 714, 716, 5, 505, 0, 0, 715, 709, 1, 0, 0, 0, 715, 716, 1, 0, 0, 0, 716, 738, 1, 0, 0, 0, 717, 719, 7, 10, 0, 0, 718, 720, 3, 62, 31, 0, 719, 718, 1, 0, 0, 0, 719, 720, 1, 0, 0, 0, 720, 738, 1, 0, 0, 0, 721, 723, 7, 11, 0, 0, 722, 724, 3, 66, 33, 0, 723, 722, 1, 0, 0, 0, 723, 724, 1, 0, 0, 0, 724, 738, 1, 0, 0, 0, 725, 727, 5, 470, 0, 0, 726, 728, 3, 68, 34, 0, 727, 726, 1, 0, 0, 0, 727, 728, 1, 0, 0, 0, 728, 738, 1, 0, 0, 0, 729, 731, 5, 322, 0, 0, 730, 732, 3, 70, 35, 0, 731, 730, 1, 0, 0, 0, 731, 732, 1, 0, 0, 0, 732, 738, 1, 0, 0, 0, 733, 735, 5, 295, 0, 0, 734, 736, 3, 64, 32, 0, 735, 734, 1, 0, 0, 0, 735, 736, 1, 0, 0, 0, 736, 738, 1, 0, 0, 0, 737, 700, 1, 0, 0, 0, 737, 701, 1, 0, 0, 0, 737, 705, 1, 0, 0, 0, 737, 717, 1, 0, 0, 0, 737, 721, 1, 0, 0, 0, 737, 725, 1, 0, 0, 0, 737, 729, 1, 0, 0, 0, 737, 733, 1, 0, 0, 0, 738, 59, 1, 0, 0, 0, 739, 740, 5, 517, 0, 0, 740, 741, 3, 368, 184, 0, 741, 742, 5, 518, 0, 0, 742, 61, 1, 0, 0, 0, 743, 744, 5, 517, 0, 0, 744, 747, 3, 368, 184, 0, 745, 746, 5, 521, 0, 0, 746, 748, 3, 368, 184, 0, 747, 745, 1, 0, 0, 0, 747, 748, 1, 0, 0, 0, 748, 749, 1, 0, 0, 0, 749, 750, 5, 518, 0, 0, 750, 63, 1, 0, 0, 0, 751, 752, 5, 517, 0, 0, 752, 755, 3, 366, 183, 0, 753, 754, 5, 521, 0, 0, 754, 756, 3, 366, 183, 0, 755, 753, 1, 0, 0, 0, 755, 756, 1, 0, 0, 0, 756, 757, 1, 0, 0, 0, 757, 758, 5, 518, 0, 0, 758, 65, 1, 0, 0, 0, 759, 760, 5, 508, 0, 0, 760, 761, 3, 58, 29, 0, 761, 762, 5, 507, 0, 0, 762, 67, 1, 0, 0, 0, 763, 764, 5, 508, 0, 0, 764, 765, 3, 58, 29, 0, 765, 766, 5, 521, 0, 0, 766, 767, 3, 58, 29, 0, 767, 768, 1, 0, 0, 0, 768, 769, 5, 507, 0, 0, 769, 69, 1, 0, 0, 0, 770, 771, 5, 508, 0, 0, 771, 772, 3, 52, 26, 0, 772, 779, 3, 58, 29, 0, 773, 774, 5, 521, 0, 0, 774, 775, 3, 52, 26, 0, 775, 776, 3, 58, 29, 0, 776, 778, 1, 0, 0, 0, 777, 773, 1, 0, 0, 0, 778, 781, 1, 0, 0, 0, 779, 777, 1, 0, 0, 0, 779, 780, 1, 0, 0, 0, 780, 782, 1, 0, 0, 0, 781, 779, 1, 0, 0, 0, 782, 783, 5, 507, 0, 0, 783, 799, 1, 0, 0, 0, 784, 785, 5, 517, 0, 0, 785, 786, 3, 52, 26, 0, 786, 793, 3, 58, 29, 0, 787, 788, 5, 521, 0, 0, 788, 789, 3, 52, 26, 0, 789, 790, 3, 58, 29, 0, 790, 792, 1, 0, 0, 0, 791, 787, 1, 0, 0, 0, 792, 795, 1, 0, 0, 0, 793, 791, 1, 0, 0, 0, 793, 794, 1, 0, 0, 0, 794, 796, 1, 0, 0, 0, 795, 793, 1, 0, 0, 0, 796, 797, 5, 518, 0, 0, 797, 799, 1, 0, 0, 0, 798, 770, 1, 0, 0, 0, 798, 784, 1, 0, 0, 0, 799, 71, 1, 0, 0, 0, 800, 801, 5, 64, 0, 0, 801, 803, 3, 86, 43, 0, 802, 800, 1, 0, 0, 0, 802, 803, 1, 0, 0, 0, 803, 804, 1, 0, 0, 0, 804, 805, 5, 289, 0, 0, 805, 808, 5, 467, 0, 0, 806, 807, 5, 242, 0, 0, 807, 809, 5, 125, 0, 0, 808, 806, 1, 0, 0, 0, 808, 809, 1, 0, 0, 0, 809, 815, 1, 0, 0, 0, 810, 812, 5, 242, 0, 0, 811, 810, 1, 0, 0, 0, 811, 812, 1, 0, 0, 0, 812, 813, 1, 0, 0, 0, 813, 815, 5, 245, 0, 0, 814, 802, 1, 0, 0, 0, 814, 811, 1, 0, 0, 0, 815, 73, 1, 0, 0, 0, 816, 817, 3, 50, 25, 0, 817, 818, 3, 58, 29, 0, 818, 821, 5, 219, 0, 0, 819, 820, 5, 151, 0, 0, 820, 822, 3, 76, 38, 0, 821, 819, 1, 0, 0, 0, 821, 822, 1, 0, 0, 0, 822, 824, 1, 0, 0, 0, 823, 825, 5, 424, 0, 0, 824, 823, 1, 0, 0, 0, 824, 825, 1, 0, 0, 0, 825, 75, 1, 0, 0, 0, 826, 827, 5, 538, 0, 0, 827, 77, 1, 0, 0, 0, 828, 829, 3, 50, 25, 0, 829, 830, 5, 17, 0, 0, 830, 833, 3, 80, 40, 0, 831, 832, 5, 59, 0, 0, 832, 834, 5, 538, 0, 0, 833, 831, 1, 0, 0, 0, 833, 834, 1, 0, 0, 0, 834, 79, 1, 0, 0, 0, 835, 836, 3, 260, 130, 0, 836, 81, 1, 0, 0, 0, 837, 838, 5, 425, 0, 0, 838, 839, 5, 146, 0, 0, 839, 840, 3, 52, 26, 0, 840, 841, 5, 17, 0, 0, 841, 842, 3, 260, 130, 0, 842, 83, 1, 0, 0, 0, 843, 844, 5, 64, 0, 0, 844, 846, 3, 86, 43, 0, 845, 843, 1, 0, 0, 0, 845, 846, 1, 0, 0, 0, 846, 847, 1, 0, 0, 0, 847, 848, 5, 289, 0, 0, 848, 849, 5, 467, 0, 0, 849, 850, 3, 56, 28, 0, 850, 851, 5, 242, 0, 0, 851, 852, 5, 125, 0, 0, 852, 85, 1, 0, 0, 0, 853, 854, 3, 312, 156, 0, 854, 87, 1, 0, 0, 0, 855, 856, 5, 278, 0, 0, 856, 857, 5, 146, 0, 0, 857, 858, 5, 372, 0, 0, 858, 89, 1, 0, 0, 0, 859, 860, 5, 270, 0, 0, 860, 861, 5, 34, 0, 0, 861, 862, 3, 92, 46, 0, 862, 91, 1, 0, 0, 0, 863, 864, 5, 517, 0, 0, 864, 869, 3, 94, 47, 0, 865, 866, 5, 521, 0, 0, 866, 868, 3, 94, 47, 0, 867, 865, 1, 0, 0, 0, 868, 871, 1, 0, 0, 0, 869, 867, 1, 0, 0, 0, 869, 870, 1, 0, 0, 0, 870, 872, 1, 0, 0, 0, 871, 869, 1, 0, 0, 0, 872, 873, 5, 518, 0, 0, 873, 93, 1, 0, 0, 0, 874, 887, 3, 52, 26, 0, 875, 876, 5, 517, 0, 0, 876, 881, 3, 96, 48, 0, 877, 878, 5, 521, 0, 0, 878, 880, 3, 96, 48, 0, 879, 877, 1, 0, 0, 0, 880, 883, 1, 0, 0, 0, 881, 879, 1, 0, 0, 0, 881, 882, 1, 0, 0, 0, 882, 884, 1, 0, 0, 0, 883, 881, 1, 0, 0, 0, 884, 885, 5, 518, 0, 0, 885, 887, 1, 0, 0, 0, 886, 874, 1, 0, 0, 0, 886, 875, 1, 0, 0, 0, 887, 95, 1, 0, 0, 0, 888, 891, 3, 288, 144, 0, 889, 891, 3, 362, 181, 0, 890, 888, 1, 0, 0, 0, 890, 889, 1, 0, 0, 0, 891, 97, 1, 0, 0, 0, 892, 893, 5, 203, 0, 0, 893, 902, 3, 330, 165, 0, 894, 898, 5, 517, 0, 0, 895, 897, 3, 100, 50, 0, 896, 895, 1, 0, 0, 0, 897, 900, 1, 0, 0, 0, 898, 896, 1, 0, 0, 0, 898, 899, 1, 0, 0, 0, 899, 901, 1, 0, 0, 0, 900, 898, 1, 0, 0, 0, 901, 903, 5, 518, 0, 0, 902, 894, 1, 0, 0, 0, 902, 903, 1, 0, 0, 0, 903, 99, 1, 0, 0, 0, 904, 905, 7, 12, 0, 0, 905, 909, 7, 13, 0, 0, 906, 907, 7, 14, 0, 0, 907, 909, 7, 15, 0, 0, 908, 904, 1, 0, 0, 0, 908, 906, 1, 0, 0, 0, 909, 101, 1, 0, 0, 0, 910, 911, 5, 72, 0, 0, 911, 912, 5, 442, 0, 0, 912, 913, 3, 322, 161, 0, 913, 914, 3, 338, 169, 0, 914, 103, 1, 0, 0, 0, 915, 916, 5, 72, 0, 0, 916, 918, 5, 448, 0, 0, 917, 919, 3, 340, 170, 0, 918, 917, 1, 0, 0, 0, 918, 919, 1, 0, 0, 0, 919, 920, 1, 0, 0, 0, 920, 923, 3, 326, 163, 0, 921, 922, 5, 59, 0, 0, 922, 924, 5, 538, 0, 0, 923, 921, 1, 0, 0, 0, 923, 924, 1, 0, 0, 0, 924, 925, 1, 0, 0, 0, 925, 926, 3, 338, 169, 0, 926, 105, 1, 0, 0, 0, 927, 929, 5, 72, 0, 0, 928, 930, 5, 498, 0, 0, 929, 928, 1, 0, 0, 0, 929, 930, 1, 0, 0, 0, 930, 931, 1, 0, 0, 0, 931, 933, 5, 502, 0, 0, 932, 934, 3, 340, 170, 0, 933, 932, 1, 0, 0, 0, 933, 934, 1, 0, 0, 0, 934, 935, 1, 0, 0, 0, 935, 937, 3, 334, 167, 0, 936, 938, 3, 56, 28, 0, 937, 936, 1, 0, 0, 0, 937, 938, 1, 0, 0, 0, 938, 941, 1, 0, 0, 0, 939, 940, 5, 59, 0, 0, 940, 942, 5, 538, 0, 0, 941, 939, 1, 0, 0, 0, 941, 942, 1, 0, 0, 0, 942, 943, 1, 0, 0, 0, 943, 944, 5, 17, 0, 0, 944, 945, 3, 160, 80, 0, 945, 107, 1, 0, 0, 0, 946, 950, 5, 72, 0, 0, 947, 951, 5, 498, 0, 0, 948, 949, 5, 498, 0, 0, 949, 951, 5, 371, 0, 0, 950, 947, 1, 0, 0, 0, 950, 948, 1, 0, 0, 0, 950, 951, 1, 0, 0, 0, 951, 952, 1, 0, 0, 0, 952, 954, 5, 153, 0, 0, 953, 955, 3, 340, 170, 0, 954, 953, 1, 0, 0, 0, 954, 955, 1, 0, 0, 0, 955, 956, 1, 0, 0, 0, 956, 957, 3, 274, 137, 0, 957, 958, 5, 17, 0, 0, 958, 961, 3, 312, 156, 0, 959, 960, 5, 196, 0, 0, 960, 962, 7, 16, 0, 0, 961, 959, 1, 0, 0, 0, 961, 962, 1, 0, 0, 0, 962, 964, 1, 0, 0, 0, 963, 965, 3, 110, 55, 0, 964, 963, 1, 0, 0, 0, 964, 965, 1, 0, 0, 0, 965, 109, 1, 0, 0, 0, 966, 967, 5, 413, 0, 0, 967, 968, 5, 464, 0, 0, 968, 974, 3, 112, 56, 0, 969, 970, 5, 521, 0, 0, 970, 971, 5, 464, 0, 0, 971, 973, 3, 112, 56, 0, 972, 969, 1, 0, 0, 0, 973, 976, 1, 0, 0, 0, 974, 972, 1, 0, 0, 0, 974, 975, 1, 0, 0, 0, 975, 111, 1, 0, 0, 0, 976, 974, 1, 0, 0, 0, 977, 978, 5, 538, 0, 0, 978, 113, 1, 0, 0, 0, 979, 980, 5, 8, 0, 0, 980, 982, 5, 374, 0, 0, 981, 983, 3, 342, 171, 0, 982, 981, 1, 0, 0, 0, 982, 983, 1, 0, 0, 0, 983, 984, 1, 0, 0, 0, 984, 990, 3, 330, 165, 0, 985, 991, 3, 116, 58, 0, 986, 991, 3, 118, 59, 0, 987, 991, 3, 120, 60, 0, 988, 991, 3, 122, 61, 0, 989, 991, 3, 124, 62, 0, 990, 985, 1, 0, 0, 0, 990, 986, 1, 0, 0, 0, 990, 987, 1, 0, 0, 0, 990, 988, 1, 0, 0, 0, 990, 989, 1, 0, 0, 0, 991, 115, 1, 0, 0, 0, 992, 994, 5, 312, 0, 0, 993, 995, 3, 336, 168, 0, 994, 993, 1, 0, 0, 0, 994, 995, 1, 0, 0, 0, 995, 996, 1, 0, 0, 0, 996, 997, 5, 389, 0, 0, 997, 998, 3, 336, 168, 0, 998, 117, 1, 0, 0, 0, 999, 1000, 5, 341, 0, 0, 1000, 1001, 3, 344, 172, 0, 1001, 119, 1, 0, 0, 0, 1002, 1003, 5, 438, 0, 0, 1003, 1004, 5, 64, 0, 0, 1004, 1005, 3, 86, 43, 0, 1005, 1006, 5, 289, 0, 0, 1006, 1007, 5, 467, 0, 0, 1007, 1009, 3, 56, 28, 0, 1008, 1010, 3, 126, 63, 0, 1009, 1008, 1, 0, 0, 0, 1009, 1010, 1, 0, 0, 0, 1010, 121, 1, 0, 0, 0, 1011, 1012, 5, 116, 0, 0, 1012, 1013, 5, 64, 0, 0, 1013, 1014, 3, 86, 43, 0, 1014, 123, 1, 0, 0, 0, 1015, 1016, 5, 438, 0, 0, 1016, 1017, 5, 404, 0, 0, 1017, 1018, 3, 56, 28, 0, 1018, 125, 1, 0, 0, 0, 1019, 1020, 5, 242, 0, 0, 1020, 1021, 5, 125, 0, 0, 1021, 127, 1, 0, 0, 0, 1022, 1023, 5, 8, 0, 0, 1023, 1024, 5, 502, 0, 0, 1024, 1028, 3, 332, 166, 0, 1025, 1029, 3, 116, 58, 0, 1026, 1027, 5, 17, 0, 0, 1027, 1029, 3, 160, 80, 0, 1028, 1025, 1, 0, 0, 0, 1028, 1026, 1, 0, 0, 0, 1029, 129, 1, 0, 0, 0, 1030, 1031, 5, 8, 0, 0, 1031, 1032, 5, 448, 0, 0, 1032, 1033, 3, 324, 162, 0, 1033, 1034, 3, 118, 59, 0, 1034, 131, 1, 0, 0, 0, 1035, 1039, 5, 8, 0, 0, 1036, 1040, 5, 498, 0, 0, 1037, 1038, 5, 498, 0, 0, 1038, 1040, 5, 371, 0, 0, 1039, 1036, 1, 0, 0, 0, 1039, 1037, 1, 0, 0, 0, 1039, 1040, 1, 0, 0, 0, 1040, 1041, 1, 0, 0, 0, 1041, 1043, 5, 153, 0, 0, 1042, 1044, 3, 342, 171, 0, 1043, 1042, 1, 0, 0, 0, 1043, 1044, 1, 0, 0, 0, 1044, 1045, 1, 0, 0, 0, 1045, 1046, 3, 276, 138, 0, 1046, 1047, 5, 17, 0, 0, 1047, 1050, 3, 312, 156, 0, 1048, 1049, 5, 196, 0, 0, 1049, 1051, 7, 16, 0, 0, 1050, 1048, 1, 0, 0, 0, 1050, 1051, 1, 0, 0, 0, 1051, 133, 1, 0, 0, 0, 1052, 1053, 5, 116, 0, 0, 1053, 1055, 5, 442, 0, 0, 1054, 1056, 3, 342, 171, 0, 1055, 1054, 1, 0, 0, 0, 1055, 1056, 1, 0, 0, 0, 1056, 1057, 1, 0, 0, 0, 1057, 1058, 3, 320, 160, 0, 1058, 135, 1, 0, 0, 0, 1059, 1061, 5, 116, 0, 0, 1060, 1062, 5, 498, 0, 0, 1061, 1060, 1, 0, 0, 0, 1061, 1062, 1, 0, 0, 0, 1062, 1063, 1, 0, 0, 0, 1063, 1065, 5, 374, 0, 0, 1064, 1066, 3, 342, 171, 0, 1065, 1064, 1, 0, 0, 0, 1065, 1066, 1, 0, 0, 0, 1066, 1067, 1, 0, 0, 0, 1067, 1068, 3, 330, 165, 0, 1068, 137, 1, 0, 0, 0, 1069, 1070, 5, 116, 0, 0, 1070, 1072, 5, 448, 0, 0, 1071, 1073, 3, 342, 171, 0, 1072, 1071, 1, 0, 0, 0, 1072, 1073, 1, 0, 0, 0, 1073, 1074, 1, 0, 0, 0, 1074, 1076, 3, 324, 162, 0, 1075, 1077, 7, 17, 0, 0, 1076, 1075, 1, 0, 0, 0, 1076, 1077, 1, 0, 0, 0, 1077, 139, 1, 0, 0, 0, 1078, 1080, 5, 116, 0, 0, 1079, 1081, 5, 498, 0, 0, 1080, 1079, 1, 0, 0, 0, 1080, 1081, 1, 0, 0, 0, 1081, 1082, 1, 0, 0, 0, 1082, 1084, 5, 502, 0, 0, 1083, 1085, 3, 342, 171, 0, 1084, 1083, 1, 0, 0, 0, 1084, 1085, 1, 0, 0, 0, 1085, 1086, 1, 0, 0, 0, 1086, 1087, 3, 332, 166, 0, 1087, 141, 1, 0, 0, 0, 1088, 1092, 5, 116, 0, 0, 1089, 1093, 5, 498, 0, 0, 1090, 1091, 5, 498, 0, 0, 1091, 1093, 5, 371, 0, 0, 1092, 1089, 1, 0, 0, 0, 1092, 1090, 1, 0, 0, 0, 1092, 1093, 1, 0, 0, 0, 1093, 1094, 1, 0, 0, 0, 1094, 1096, 5, 153, 0, 0, 1095, 1097, 3, 342, 171, 0, 1096, 1095, 1, 0, 0, 0, 1096, 1097, 1, 0, 0, 0, 1097, 1098, 1, 0, 0, 0, 1098, 1099, 3, 276, 138, 0, 1099, 143, 1, 0, 0, 0, 1100, 1102, 5, 132, 0, 0, 1101, 1100, 1, 0, 0, 0, 1101, 1102, 1, 0, 0, 0, 1102, 1103, 1, 0, 0, 0, 1103, 1108, 3, 146, 73, 0, 1104, 1108, 3, 156, 78, 0, 1105, 1106, 5, 132, 0, 0, 1106, 1108, 3, 158, 79, 0, 1107, 1101, 1, 0, 0, 0, 1107, 1104, 1, 0, 0, 0, 1107, 1105, 1, 0, 0, 0, 1108, 145, 1, 0, 0, 0, 1109, 1110, 5, 177, 0, 0, 1110, 1111, 7, 18, 0, 0, 1111, 1120, 3, 330, 165, 0, 1112, 1114, 3, 148, 74, 0, 1113, 1112, 1, 0, 0, 0, 1113, 1114, 1, 0, 0, 0, 1114, 1116, 1, 0, 0, 0, 1115, 1117, 3, 56, 28, 0, 1116, 1115, 1, 0, 0, 0, 1116, 1117, 1, 0, 0, 0, 1117, 1118, 1, 0, 0, 0, 1118, 1121, 3, 160, 80, 0, 1119, 1121, 3, 150, 75, 0, 1120, 1113, 1, 0, 0, 0, 1120, 1119, 1, 0, 0, 0, 1121, 147, 1, 0, 0, 0, 1122, 1123, 5, 269, 0, 0, 1123, 1124, 3, 344, 172, 0, 1124, 149, 1, 0, 0, 0, 1125, 1126, 5, 415, 0, 0, 1126, 1131, 3, 152, 76, 0, 1127, 1128, 5, 521, 0, 0, 1128, 1130, 3, 152, 76, 0, 1129, 1127, 1, 0, 0, 0, 1130, 1133, 1, 0, 0, 0, 1131, 1129, 1, 0, 0, 0, 1131, 1132, 1, 0, 0, 0, 1132, 151, 1, 0, 0, 0, 1133, 1131, 1, 0, 0, 0, 1134, 1135, 5, 517, 0, 0, 1135, 1140, 3, 154, 77, 0, 1136, 1137, 5, 521, 0, 0, 1137, 1139, 3, 154, 77, 0, 1138, 1136, 1, 0, 0, 0, 1139, 1142, 1, 0, 0, 0, 1140, 1138, 1, 0, 0, 0, 1140, 1141, 1, 0, 0, 0, 1141, 1143, 1, 0, 0, 0, 1142, 1140, 1, 0, 0, 0, 1143, 1144, 5, 518, 0, 0, 1144, 153, 1, 0, 0, 0, 1145, 1148, 3, 362, 181, 0, 1146, 1148, 3, 270, 135, 0, 1147, 1145, 1, 0, 0, 0, 1147, 1146, 1, 0, 0, 0, 1148, 155, 1, 0, 0, 0, 1149, 1150, 5, 24, 0, 0, 1150, 1151, 5, 355, 0, 0, 1151, 1152, 5, 341, 0, 0, 1152, 1156, 5, 522, 0, 0, 1153, 1154, 3, 146, 73, 0, 1154, 1155, 5, 522, 0, 0, 1155, 1157, 1, 0, 0, 0, 1156, 1153, 1, 0, 0, 0, 1157, 1158, 1, 0, 0, 0, 1158, 1156, 1, 0, 0, 0, 1158, 1159, 1, 0, 0, 0, 1159, 1160, 1, 0, 0, 0, 1160, 1161, 5, 122, 0, 0, 1161, 157, 1, 0, 0, 0, 1162, 1163, 5, 355, 0, 0, 1163, 1164, 5, 341, 0, 0, 1164, 1168, 5, 24, 0, 0, 1165, 1166, 3, 146, 73, 0, 1166, 1167, 5, 522, 0, 0, 1167, 1169, 1, 0, 0, 0, 1168, 1165, 1, 0, 0, 0, 1169, 1170, 1, 0, 0, 0, 1170, 1168, 1, 0, 0, 0, 1170, 1171, 1, 0, 0, 0, 1171, 1172, 1, 0, 0, 0, 1172, 1173, 5, 122, 0, 0, 1173, 159, 1, 0, 0, 0, 1174, 1175, 6, 80, -1, 0, 1175, 1198, 3, 162, 81, 0, 1176, 1177, 3, 164, 82, 0, 1177, 1178, 3, 160, 80, 5, 1178, 1198, 1, 0, 0, 0, 1179, 1180, 5, 517, 0, 0, 1180, 1181, 3, 160, 80, 0, 1181, 1182, 5, 518, 0, 0, 1182, 1198, 1, 0, 0, 0, 1183, 1185, 3, 172, 86, 0, 1184, 1186, 3, 232, 116, 0, 1185, 1184, 1, 0, 0, 0, 1185, 1186, 1, 0, 0, 0, 1186, 1188, 1, 0, 0, 0, 1187, 1189, 3, 236, 118, 0, 1188, 1187, 1, 0, 0, 0, 1188, 1189, 1, 0, 0, 0, 1189, 1198, 1, 0, 0, 0, 1190, 1192, 3, 170, 85, 0, 1191, 1193, 3, 232, 116, 0, 1192, 1191, 1, 0, 0, 0, 1192, 1193, 1, 0, 0, 0, 1193, 1195, 1, 0, 0, 0, 1194, 1196, 3, 236, 118, 0, 1195, 1194, 1, 0, 0, 0, 1195, 1196, 1, 0, 0, 0, 1196, 1198, 1, 0, 0, 0, 1197, 1174, 1, 0, 0, 0, 1197, 1176, 1, 0, 0, 0, 1197, 1179, 1, 0, 0, 0, 1197, 1183, 1, 0, 0, 0, 1197, 1190, 1, 0, 0, 0, 1198, 1213, 1, 0, 0, 0, 1199, 1200, 10, 3, 0, 0, 1200, 1202, 7, 19, 0, 0, 1201, 1203, 5, 5, 0, 0, 1202, 1201, 1, 0, 0, 0, 1202, 1203, 1, 0, 0, 0, 1203, 1204, 1, 0, 0, 0, 1204, 1206, 3, 160, 80, 0, 1205, 1207, 3, 232, 116, 0, 1206, 1205, 1, 0, 0, 0, 1206, 1207, 1, 0, 0, 0, 1207, 1209, 1, 0, 0, 0, 1208, 1210, 3, 236, 118, 0, 1209, 1208, 1, 0, 0, 0, 1209, 1210, 1, 0, 0, 0, 1210, 1212, 1, 0, 0, 0, 1211, 1199, 1, 0, 0, 0, 1212, 1215, 1, 0, 0, 0, 1213, 1211, 1, 0, 0, 0, 1213, 1214, 1, 0, 0, 0, 1214, 161, 1, 0, 0, 0, 1215, 1213, 1, 0, 0, 0, 1216, 1217, 5, 415, 0, 0, 1217, 1222, 3, 260, 130, 0, 1218, 1219, 5, 521, 0, 0, 1219, 1221, 3, 260, 130, 0, 1220, 1218, 1, 0, 0, 0, 1221, 1224, 1, 0, 0, 0, 1222, 1220, 1, 0, 0, 0, 1222, 1223, 1, 0, 0, 0, 1223, 163, 1, 0, 0, 0, 1224, 1222, 1, 0, 0, 0, 1225, 1226, 5, 434, 0, 0, 1226, 1231, 3, 166, 83, 0, 1227, 1228, 5, 521, 0, 0, 1228, 1230, 3, 166, 83, 0, 1229, 1227, 1, 0, 0, 0, 1230, 1233, 1, 0, 0, 0, 1231, 1229, 1, 0, 0, 0, 1231, 1232, 1, 0, 0, 0, 1232, 165, 1, 0, 0, 0, 1233, 1231, 1, 0, 0, 0, 1234, 1246, 3, 168, 84, 0, 1235, 1236, 5, 517, 0, 0, 1236, 1241, 3, 52, 26, 0, 1237, 1238, 5, 521, 0, 0, 1238, 1240, 3, 52, 26, 0, 1239, 1237, 1, 0, 0, 0, 1240, 1243, 1, 0, 0, 0, 1241, 1239, 1, 0, 0, 0, 1241, 1242, 1, 0, 0, 0, 1242, 1244, 1, 0, 0, 0, 1243, 1241, 1, 0, 0, 0, 1244, 1245, 5, 518, 0, 0, 1245, 1247, 1, 0, 0, 0, 1246, 1235, 1, 0, 0, 0, 1246, 1247, 1, 0, 0, 0, 1247, 1248, 1, 0, 0, 0, 1248, 1249, 5, 17, 0, 0, 1249, 1250, 5, 517, 0, 0, 1250, 1251, 3, 160, 80, 0, 1251, 1252, 5, 518, 0, 0, 1252, 167, 1, 0, 0, 0, 1253, 1254, 3, 312, 156, 0, 1254, 169, 1, 0, 0, 0, 1255, 1257, 3, 172, 86, 0, 1256, 1258, 3, 178, 89, 0, 1257, 1256, 1, 0, 0, 0, 1257, 1258, 1, 0, 0, 0, 1258, 1260, 1, 0, 0, 0, 1259, 1261, 3, 206, 103, 0, 1260, 1259, 1, 0, 0, 0, 1260, 1261, 1, 0, 0, 0, 1261, 1263, 1, 0, 0, 0, 1262, 1264, 3, 208, 104, 0, 1263, 1262, 1, 0, 0, 0, 1263, 1264, 1, 0, 0, 0, 1264, 1266, 1, 0, 0, 0, 1265, 1267, 3, 222, 111, 0, 1266, 1265, 1, 0, 0, 0, 1266, 1267, 1, 0, 0, 0, 1267, 1269, 1, 0, 0, 0, 1268, 1270, 3, 224, 112, 0, 1269, 1268, 1, 0, 0, 0, 1269, 1270, 1, 0, 0, 0, 1270, 1276, 1, 0, 0, 0, 1271, 1272, 3, 172, 86, 0, 1272, 1273, 3, 178, 89, 0, 1273, 1274, 3, 230, 115, 0, 1274, 1276, 1, 0, 0, 0, 1275, 1255, 1, 0, 0, 0, 1275, 1271, 1, 0, 0, 0, 1276, 171, 1, 0, 0, 0, 1277, 1279, 5, 337, 0, 0, 1278, 1280, 3, 372, 186, 0, 1279, 1278, 1, 0, 0, 0, 1279, 1280, 1, 0, 0, 0, 1280, 1290, 1, 0, 0, 0, 1281, 1291, 5, 528, 0, 0, 1282, 1287, 3, 174, 87, 0, 1283, 1284, 5, 521, 0, 0, 1284, 1286, 3, 174, 87, 0, 1285, 1283, 1, 0, 0, 0, 1286, 1289, 1, 0, 0, 0, 1287, 1285, 1, 0, 0, 0, 1287, 1288, 1, 0, 0, 0, 1288, 1291, 1, 0, 0, 0, 1289, 1287, 1, 0, 0, 0, 1290, 1281, 1, 0, 0, 0, 1290, 1282, 1, 0, 0, 0, 1291, 173, 1, 0, 0, 0, 1292, 1308, 3, 176, 88, 0, 1293, 1298, 3, 260, 130, 0, 1294, 1296, 5, 17, 0, 0, 1295, 1294, 1, 0, 0, 0, 1295, 1296, 1, 0, 0, 0, 1296, 1297, 1, 0, 0, 0, 1297, 1299, 3, 52, 26, 0, 1298, 1295, 1, 0, 0, 0, 1298, 1299, 1, 0, 0, 0, 1299, 1308, 1, 0, 0, 0, 1300, 1305, 3, 52, 26, 0, 1301, 1303, 5, 17, 0, 0, 1302, 1301, 1, 0, 0, 0, 1302, 1303, 1, 0, 0, 0, 1303, 1304, 1, 0, 0, 0, 1304, 1306, 3, 260, 130, 0, 1305, 1302, 1, 0, 0, 0, 1305, 1306, 1, 0, 0, 0, 1306, 1308, 1, 0, 0, 0, 1307, 1292, 1, 0, 0, 0, 1307, 1293, 1, 0, 0, 0, 1307, 1300, 1, 0, 0, 0, 1308, 175, 1, 0, 0, 0, 1309, 1310, 3, 272, 136, 0, 1310, 1311, 5, 263, 0, 0, 1311, 1312, 3, 228, 114, 0, 1312, 1313, 5, 17, 0, 0, 1313, 1314, 3, 312, 156, 0, 1314, 1322, 1, 0, 0, 0, 1315, 1316, 3, 272, 136, 0, 1316, 1317, 5, 263, 0, 0, 1317, 1318, 3, 304, 152, 0, 1318, 1319, 5, 17, 0, 0, 1319, 1320, 3, 312, 156, 0, 1320, 1322, 1, 0, 0, 0, 1321, 1309, 1, 0, 0, 0, 1321, 1315, 1, 0, 0, 0, 1322, 177, 1, 0, 0, 0, 1323, 1324, 5, 151, 0, 0, 1324, 1325, 3, 180, 90, 0, 1325, 179, 1, 0, 0, 0, 1326, 1327, 6, 90, -1, 0, 1327, 1332, 3, 182, 91, 0, 1328, 1329, 5, 521, 0, 0, 1329, 1331, 3, 182, 91, 0, 1330, 1328, 1, 0, 0, 0, 1331, 1334, 1, 0, 0, 0, 1332, 1330, 1, 0, 0, 0, 1332, 1333, 1, 0, 0, 0, 1333, 1338, 1, 0, 0, 0, 1334, 1332, 1, 0, 0, 0, 1335, 1338, 3, 190, 95, 0, 1336, 1338, 3, 192, 96, 0, 1337, 1326, 1, 0, 0, 0, 1337, 1335, 1, 0, 0, 0, 1337, 1336, 1, 0, 0, 0, 1338, 1360, 1, 0, 0, 0, 1339, 1340, 10, 3, 0, 0, 1340, 1341, 5, 73, 0, 0, 1341, 1342, 5, 185, 0, 0, 1342, 1359, 3, 180, 90, 4, 1343, 1345, 10, 4, 0, 0, 1344, 1346, 5, 234, 0, 0, 1345, 1344, 1, 0, 0, 0, 1345, 1346, 1, 0, 0, 0, 1346, 1348, 1, 0, 0, 0, 1347, 1349, 7, 20, 0, 0, 1348, 1347, 1, 0, 0, 0, 1348, 1349, 1, 0, 0, 0, 1349, 1351, 1, 0, 0, 0, 1350, 1352, 5, 262, 0, 0, 1351, 1350, 1, 0, 0, 0, 1351, 1352, 1, 0, 0, 0, 1352, 1353, 1, 0, 0, 0, 1353, 1354, 5, 185, 0, 0, 1354, 1356, 3, 180, 90, 0, 1355, 1357, 3, 204, 102, 0, 1356, 1355, 1, 0, 0, 0, 1356, 1357, 1, 0, 0, 0, 1357, 1359, 1, 0, 0, 0, 1358, 1339, 1, 0, 0, 0, 1358, 1343, 1, 0, 0, 0, 1359, 1362, 1, 0, 0, 0, 1360, 1358, 1, 0, 0, 0, 1360, 1361, 1, 0, 0, 0, 1361, 181, 1, 0, 0, 0, 1362, 1360, 1, 0, 0, 0, 1363, 1365, 3, 184, 92, 0, 1364, 1366, 3, 302, 151, 0, 1365, 1364, 1, 0, 0, 0, 1365, 1366, 1, 0, 0, 0, 1366, 183, 1, 0, 0, 0, 1367, 1369, 5, 374, 0, 0, 1368, 1367, 1, 0, 0, 0, 1368, 1369, 1, 0, 0, 0, 1369, 1370, 1, 0, 0, 0, 1370, 1372, 3, 330, 165, 0, 1371, 1373, 3, 186, 93, 0, 1372, 1371, 1, 0, 0, 0, 1372, 1373, 1, 0, 0, 0, 1373, 1397, 1, 0, 0, 0, 1374, 1376, 3, 332, 166, 0, 1375, 1377, 3, 186, 93, 0, 1376, 1375, 1, 0, 0, 0, 1376, 1377, 1, 0, 0, 0, 1377, 1397, 1, 0, 0, 0, 1378, 1379, 5, 199, 0, 0, 1379, 1380, 5, 374, 0, 0, 1380, 1381, 5, 517, 0, 0, 1381, 1382, 3, 270, 135, 0, 1382, 1383, 5, 518, 0, 0, 1383, 1397, 1, 0, 0, 0, 1384, 1386, 5, 199, 0, 0, 1385, 1384, 1, 0, 0, 0, 1385, 1386, 1, 0, 0, 0, 1386, 1387, 1, 0, 0, 0, 1387, 1388, 5, 517, 0, 0, 1388, 1389, 3, 160, 80, 0, 1389, 1390, 5, 518, 0, 0, 1390, 1397, 1, 0, 0, 0, 1391, 1392, 5, 406, 0, 0, 1392, 1393, 5, 517, 0, 0, 1393, 1394, 3, 260, 130, 0, 1394, 1395, 5, 518, 0, 0, 1395, 1397, 1, 0, 0, 0, 1396, 1368, 1, 0, 0, 0, 1396, 1374, 1, 0, 0, 0, 1396, 1378, 1, 0, 0, 0, 1396, 1385, 1, 0, 0, 0, 1396, 1391, 1, 0, 0, 0, 1397, 185, 1, 0, 0, 0, 1398, 1399, 5, 146, 0, 0, 1399, 1400, 5, 372, 0, 0, 1400, 1401, 5, 17, 0, 0, 1401, 1402, 5, 250, 0, 0, 1402, 1403, 3, 188, 94, 0, 1403, 187, 1, 0, 0, 0, 1404, 1405, 3, 260, 130, 0, 1405, 189, 1, 0, 0, 0, 1406, 1407, 5, 517, 0, 0, 1407, 1408, 3, 150, 75, 0, 1408, 1409, 5, 518, 0, 0, 1409, 1410, 3, 302, 151, 0, 1410, 191, 1, 0, 0, 0, 1411, 1412, 5, 374, 0, 0, 1412, 1413, 5, 517, 0, 0, 1413, 1414, 3, 194, 97, 0, 1414, 1415, 5, 518, 0, 0, 1415, 193, 1, 0, 0, 0, 1416, 1417, 3, 196, 98, 0, 1417, 1418, 5, 517, 0, 0, 1418, 1423, 3, 198, 99, 0, 1419, 1420, 5, 521, 0, 0, 1420, 1422, 3, 198, 99, 0, 1421, 1419, 1, 0, 0, 0, 1422, 1425, 1, 0, 0, 0, 1423, 1421, 1, 0, 0, 0, 1423, 1424, 1, 0, 0, 0, 1424, 1426, 1, 0, 0, 0, 1425, 1423, 1, 0, 0, 0, 1426, 1427, 5, 518, 0, 0, 1427, 195, 1, 0, 0, 0, 1428, 1429, 7, 21, 0, 0, 1429, 197, 1, 0, 0, 0, 1430, 1431, 5, 374, 0, 0, 1431, 1446, 3, 220, 110, 0, 1432, 1446, 3, 202, 101, 0, 1433, 1446, 3, 290, 145, 0, 1434, 1435, 5, 447, 0, 0, 1435, 1436, 5, 537, 0, 0, 1436, 1437, 5, 374, 0, 0, 1437, 1446, 3, 220, 110, 0, 1438, 1439, 5, 499, 0, 0, 1439, 1440, 5, 537, 0, 0, 1440, 1446, 3, 202, 101, 0, 1441, 1442, 3, 200, 100, 0, 1442, 1443, 5, 537, 0, 0, 1443, 1444, 3, 290, 145, 0, 1444, 1446, 1, 0, 0, 0, 1445, 1430, 1, 0, 0, 0, 1445, 1432, 1, 0, 0, 0, 1445, 1433, 1, 0, 0, 0, 1445, 1434, 1, 0, 0, 0, 1445, 1438, 1, 0, 0, 0, 1445, 1441, 1, 0, 0, 0, 1446, 199, 1, 0, 0, 0, 1447, 1448, 7, 22, 0, 0, 1448, 201, 1, 0, 0, 0, 1449, 1450, 5, 452, 0, 0, 1450, 1451, 5, 517, 0, 0, 1451, 1452, 3, 52, 26, 0, 1452, 1453, 5, 518, 0, 0, 1453, 203, 1, 0, 0, 0, 1454, 1455, 5, 254, 0, 0, 1455, 1459, 3, 262, 131, 0, 1456, 1457, 5, 413, 0, 0, 1457, 1459, 3, 56, 28, 0, 1458, 1454, 1, 0, 0, 0, 1458, 1456, 1, 0, 0, 0, 1459, 205, 1, 0, 0, 0, 1460, 1461, 5, 431, 0, 0, 1461, 1462, 3, 262, 131, 0, 1462, 207, 1, 0, 0, 0, 1463, 1464, 5, 159, 0, 0, 1464, 1465, 5, 34, 0, 0, 1465, 1470, 3, 210, 105, 0, 1466, 1467, 5, 521, 0, 0, 1467, 1469, 3, 210, 105, 0, 1468, 1466, 1, 0, 0, 0, 1469, 1472, 1, 0, 0, 0, 1470, 1468, 1, 0, 0, 0, 1470, 1471, 1, 0, 0, 0, 1471, 209, 1, 0, 0, 0, 1472, 1470, 1, 0, 0, 0, 1473, 1514, 3, 52, 26, 0, 1474, 1514, 3, 216, 108, 0, 1475, 1476, 5, 517, 0, 0, 1476, 1514, 5, 518, 0, 0, 1477, 1478, 5, 517, 0, 0, 1478, 1483, 3, 260, 130, 0, 1479, 1480, 5, 521, 0, 0, 1480, 1482, 3, 260, 130, 0, 1481, 1479, 1, 0, 0, 0, 1482, 1485, 1, 0, 0, 0, 1483, 1481, 1, 0, 0, 0, 1483, 1484, 1, 0, 0, 0, 1484, 1486, 1, 0, 0, 0, 1485, 1483, 1, 0, 0, 0, 1486, 1487, 5, 518, 0, 0, 1487, 1514, 1, 0, 0, 0, 1488, 1489, 3, 214, 107, 0, 1489, 1490, 5, 517, 0, 0, 1490, 1495, 3, 260, 130, 0, 1491, 1492, 5, 521, 0, 0, 1492, 1494, 3, 260, 130, 0, 1493, 1491, 1, 0, 0, 0, 1494, 1497, 1, 0, 0, 0, 1495, 1493, 1, 0, 0, 0, 1495, 1496, 1, 0, 0, 0, 1496, 1498, 1, 0, 0, 0, 1497, 1495, 1, 0, 0, 0, 1498, 1499, 5, 518, 0, 0, 1499, 1514, 1, 0, 0, 0, 1500, 1501, 3, 212, 106, 0, 1501, 1502, 5, 517, 0, 0, 1502, 1507, 3, 210, 105, 0, 1503, 1504, 5, 521, 0, 0, 1504, 1506, 3, 210, 105, 0, 1505, 1503, 1, 0, 0, 0, 1506, 1509, 1, 0, 0, 0, 1507, 1505, 1, 0, 0, 0, 1507, 1508, 1, 0, 0, 0, 1508, 1510, 1, 0, 0, 0, 1509, 1507, 1, 0, 0, 0, 1510, 1511, 5, 518, 0, 0, 1511, 1514, 1, 0, 0, 0, 1512, 1514, 3, 260, 130, 0, 1513, 1473, 1, 0, 0, 0, 1513, 1474, 1, 0, 0, 0, 1513, 1475, 1, 0, 0, 0, 1513, 1477, 1, 0, 0, 0, 1513, 1488, 1, 0, 0, 0, 1513, 1500, 1, 0, 0, 0, 1513, 1512, 1, 0, 0, 0, 1514, 211, 1, 0, 0, 0, 1515, 1516, 5, 160, 0, 0, 1516, 1517, 5, 494, 0, 0, 1517, 213, 1, 0, 0, 0, 1518, 1519, 7, 23, 0, 0, 1519, 215, 1, 0, 0, 0, 1520, 1521, 3, 218, 109, 0, 1521, 1522, 5, 517, 0, 0, 1522, 1523, 3, 220, 110, 0, 1523, 1524, 5, 521, 0, 0, 1524, 1525, 3, 290, 145, 0, 1525, 1526, 5, 518, 0, 0, 1526, 217, 1, 0, 0, 0, 1527, 1528, 7, 24, 0, 0, 1528, 219, 1, 0, 0, 0, 1529, 1530, 3, 336, 168, 0, 1530, 221, 1, 0, 0, 0, 1531, 1532, 5, 163, 0, 0, 1532, 1533, 3, 262, 131, 0, 1533, 223, 1, 0, 0, 0, 1534, 1535, 5, 433, 0, 0, 1535, 1540, 3, 226, 113, 0, 1536, 1537, 5, 521, 0, 0, 1537, 1539, 3, 226, 113, 0, 1538, 1536, 1, 0, 0, 0, 1539, 1542, 1, 0, 0, 0, 1540, 1538, 1, 0, 0, 0, 1540, 1541, 1, 0, 0, 0, 1541, 225, 1, 0, 0, 0, 1542, 1540, 1, 0, 0, 0, 1543, 1544, 3, 304, 152, 0, 1544, 1545, 5, 17, 0, 0, 1545, 1546, 3, 228, 114, 0, 1546, 227, 1, 0, 0, 0, 1547, 1549, 3, 304, 152, 0, 1548, 1547, 1, 0, 0, 0, 1548, 1549, 1, 0, 0, 0, 1549, 1550, 1, 0, 0, 0, 1550, 1552, 5, 517, 0, 0, 1551, 1553, 3, 238, 119, 0, 1552, 1551, 1, 0, 0, 0, 1552, 1553, 1, 0, 0, 0, 1553, 1555, 1, 0, 0, 0, 1554, 1556, 3, 232, 116, 0, 1555, 1554, 1, 0, 0, 0, 1555, 1556, 1, 0, 0, 0, 1556, 1558, 1, 0, 0, 0, 1557, 1559, 3, 254, 127, 0, 1558, 1557, 1, 0, 0, 0, 1558, 1559, 1, 0, 0, 0, 1559, 1560, 1, 0, 0, 0, 1560, 1561, 5, 518, 0, 0, 1561, 229, 1, 0, 0, 0, 1562, 1563, 5, 214, 0, 0, 1563, 1565, 5, 517, 0, 0, 1564, 1566, 3, 238, 119, 0, 1565, 1564, 1, 0, 0, 0, 1565, 1566, 1, 0, 0, 0, 1566, 1568, 1, 0, 0, 0, 1567, 1569, 3, 232, 116, 0, 1568, 1567, 1, 0, 0, 0, 1568, 1569, 1, 0, 0, 0, 1569, 1571, 1, 0, 0, 0, 1570, 1572, 3, 242, 121, 0, 1571, 1570, 1, 0, 0, 0, 1571, 1572, 1, 0, 0, 0, 1572, 1574, 1, 0, 0, 0, 1573, 1575, 3, 248, 124, 0, 1574, 1573, 1, 0, 0, 0, 1574, 1575, 1, 0, 0, 0, 1575, 1577, 1, 0, 0, 0, 1576, 1578, 3, 250, 125, 0, 1577, 1576, 1, 0, 0, 0, 1577, 1578, 1, 0, 0, 0, 1578, 1580, 1, 0, 0, 0, 1579, 1581, 3, 244, 122, 0, 1580, 1579, 1, 0, 0, 0, 1580, 1581, 1, 0, 0, 0, 1581, 1582, 1, 0, 0, 0, 1582, 1583, 3, 252, 126, 0, 1583, 1588, 5, 518, 0, 0, 1584, 1586, 5, 17, 0, 0, 1585, 1584, 1, 0, 0, 0, 1585, 1586, 1, 0, 0, 0, 1586, 1587, 1, 0, 0, 0, 1587, 1589, 3, 312, 156, 0, 1588, 1585, 1, 0, 0, 0, 1588, 1589, 1, 0, 0, 0, 1589, 231, 1, 0, 0, 0, 1590, 1591, 5, 259, 0, 0, 1591, 1592, 5, 34, 0, 0, 1592, 1597, 3, 234, 117, 0, 1593, 1594, 5, 521, 0, 0, 1594, 1596, 3, 234, 117, 0, 1595, 1593, 1, 0, 0, 0, 1596, 1599, 1, 0, 0, 0, 1597, 1595, 1, 0, 0, 0, 1597, 1598, 1, 0, 0, 0, 1598, 233, 1, 0, 0, 0, 1599, 1597, 1, 0, 0, 0, 1600, 1602, 3, 52, 26, 0, 1601, 1603, 7, 25, 0, 0, 1602, 1601, 1, 0, 0, 0, 1602, 1603, 1, 0, 0, 0, 1603, 1606, 1, 0, 0, 0, 1604, 1605, 5, 477, 0, 0, 1605, 1607, 7, 26, 0, 0, 1606, 1604, 1, 0, 0, 0, 1606, 1607, 1, 0, 0, 0, 1607, 235, 1, 0, 0, 0, 1608, 1611, 5, 205, 0, 0, 1609, 1612, 5, 5, 0, 0, 1610, 1612, 3, 260, 130, 0, 1611, 1609, 1, 0, 0, 0, 1611, 1610, 1, 0, 0, 0, 1612, 237, 1, 0, 0, 0, 1613, 1614, 5, 269, 0, 0, 1614, 1617, 5, 34, 0, 0, 1615, 1618, 3, 52, 26, 0, 1616, 1618, 3, 272, 136, 0, 1617, 1615, 1, 0, 0, 0, 1617, 1616, 1, 0, 0, 0, 1618, 1626, 1, 0, 0, 0, 1619, 1622, 5, 521, 0, 0, 1620, 1623, 3, 52, 26, 0, 1621, 1623, 3, 272, 136, 0, 1622, 1620, 1, 0, 0, 0, 1622, 1621, 1, 0, 0, 0, 1623, 1625, 1, 0, 0, 0, 1624, 1619, 1, 0, 0, 0, 1625, 1628, 1, 0, 0, 0, 1626, 1624, 1, 0, 0, 0, 1626, 1627, 1, 0, 0, 0, 1627, 239, 1, 0, 0, 0, 1628, 1626, 1, 0, 0, 0, 1629, 1646, 5, 528, 0, 0, 1630, 1646, 5, 531, 0, 0, 1631, 1646, 5, 536, 0, 0, 1632, 1633, 5, 519, 0, 0, 1633, 1634, 5, 539, 0, 0, 1634, 1635, 5, 521, 0, 0, 1635, 1636, 5, 539, 0, 0, 1636, 1646, 5, 520, 0, 0, 1637, 1638, 5, 519, 0, 0, 1638, 1639, 5, 539, 0, 0, 1639, 1640, 5, 521, 0, 0, 1640, 1646, 5, 520, 0, 0, 1641, 1642, 5, 519, 0, 0, 1642, 1643, 5, 521, 0, 0, 1643, 1644, 5, 539, 0, 0, 1644, 1646, 5, 520, 0, 0, 1645, 1629, 1, 0, 0, 0, 1645, 1630, 1, 0, 0, 0, 1645, 1631, 1, 0, 0, 0, 1645, 1632, 1, 0, 0, 0, 1645, 1637, 1, 0, 0, 0, 1645, 1641, 1, 0, 0, 0, 1646, 241, 1, 0, 0, 0, 1647, 1648, 5, 216, 0, 0, 1648, 1653, 3, 174, 87, 0, 1649, 1650, 5, 521, 0, 0, 1650, 1652, 3, 174, 87, 0, 1651, 1649, 1, 0, 0, 0, 1652, 1655, 1, 0, 0, 0, 1653, 1651, 1, 0, 0, 0, 1653, 1654, 1, 0, 0, 0, 1654, 243, 1, 0, 0, 0, 1655, 1653, 1, 0, 0, 0, 1656, 1657, 5, 272, 0, 0, 1657, 1659, 5, 517, 0, 0, 1658, 1660, 3, 246, 123, 0, 1659, 1658, 1, 0, 0, 0, 1660, 1661, 1, 0, 0, 0, 1661, 1659, 1, 0, 0, 0, 1661, 1662, 1, 0, 0, 0, 1662, 1663, 1, 0, 0, 0, 1663, 1665, 5, 518, 0, 0, 1664, 1666, 3, 258, 129, 0, 1665, 1664, 1, 0, 0, 0, 1665, 1666, 1, 0, 0, 0, 1666, 245, 1, 0, 0, 0, 1667, 1669, 3, 314, 157, 0, 1668, 1670, 3, 240, 120, 0, 1669, 1668, 1, 0, 0, 0, 1669, 1670, 1, 0, 0, 0, 1670, 247, 1, 0, 0, 0, 1671, 1672, 5, 5, 0, 0, 1672, 1673, 5, 323, 0, 0, 1673, 1674, 5, 273, 0, 0, 1674, 1680, 5, 211, 0, 0, 1675, 1676, 5, 255, 0, 0, 1676, 1677, 5, 322, 0, 0, 1677, 1678, 5, 273, 0, 0, 1678, 1680, 5, 211, 0, 0, 1679, 1671, 1, 0, 0, 0, 1679, 1675, 1, 0, 0, 0, 1680, 249, 1, 0, 0, 0, 1681, 1682, 5, 439, 0, 0, 1682, 1683, 5, 211, 0, 0, 1683, 1684, 5, 344, 0, 0, 1684, 1685, 5, 479, 0, 0, 1685, 1686, 5, 468, 0, 0, 1686, 1706, 5, 322, 0, 0, 1687, 1688, 5, 439, 0, 0, 1688, 1689, 5, 211, 0, 0, 1689, 1690, 5, 344, 0, 0, 1690, 1691, 5, 389, 0, 0, 1691, 1692, 5, 238, 0, 0, 1692, 1706, 5, 322, 0, 0, 1693, 1694, 5, 439, 0, 0, 1694, 1695, 5, 211, 0, 0, 1695, 1696, 5, 344, 0, 0, 1696, 1697, 5, 389, 0, 0, 1697, 1698, 5, 468, 0, 0, 1698, 1706, 3, 314, 157, 0, 1699, 1700, 5, 439, 0, 0, 1700, 1701, 5, 211, 0, 0, 1701, 1702, 5, 344, 0, 0, 1702, 1703, 5, 389, 0, 0, 1703, 1704, 5, 458, 0, 0, 1704, 1706, 3, 314, 157, 0, 1705, 1681, 1, 0, 0, 0, 1705, 1687, 1, 0, 0, 0, 1705, 1693, 1, 0, 0, 0, 1705, 1699, 1, 0, 0, 0, 1706, 251, 1, 0, 0, 0, 1707, 1708, 5, 105, 0, 0, 1708, 1713, 3, 174, 87, 0, 1709, 1710, 5, 521, 0, 0, 1710, 1712, 3, 174, 87, 0, 1711, 1709, 1, 0, 0, 0, 1712, 1715, 1, 0, 0, 0, 1713, 1711, 1, 0, 0, 0, 1713, 1714, 1, 0, 0, 0, 1714, 253, 1, 0, 0, 0, 1715, 1713, 1, 0, 0, 0, 1716, 1717, 5, 293, 0, 0, 1717, 1718, 5, 27, 0, 0, 1718, 1719, 3, 290, 145, 0, 1719, 1720, 3, 256, 128, 0, 1720, 1726, 1, 0, 0, 0, 1721, 1722, 5, 323, 0, 0, 1722, 1723, 5, 27, 0, 0, 1723, 1724, 5, 539, 0, 0, 1724, 1726, 3, 256, 128, 0, 1725, 1716, 1, 0, 0, 0, 1725, 1721, 1, 0, 0, 0, 1726, 255, 1, 0, 0, 0, 1727, 1728, 5, 481, 0, 0, 1728, 1729, 5, 10, 0, 0, 1729, 1730, 5, 76, 0, 0, 1730, 1731, 5, 322, 0, 0, 1731, 257, 1, 0, 0, 0, 1732, 1733, 5, 435, 0, 0, 1733, 1734, 3, 290, 145, 0, 1734, 259, 1, 0, 0, 0, 1735, 1736, 3, 262, 131, 0, 1736, 261, 1, 0, 0, 0, 1737, 1738, 6, 131, -1, 0, 1738, 1739, 5, 242, 0, 0, 1739, 1750, 3, 262, 131, 6, 1740, 1741, 5, 133, 0, 0, 1741, 1742, 5, 517, 0, 0, 1742, 1743, 3, 160, 80, 0, 1743, 1744, 5, 518, 0, 0, 1744, 1750, 1, 0, 0, 0, 1745, 1747, 3, 268, 134, 0, 1746, 1748, 3, 264, 132, 0, 1747, 1746, 1, 0, 0, 0, 1747, 1748, 1, 0, 0, 0, 1748, 1750, 1, 0, 0, 0, 1749, 1737, 1, 0, 0, 0, 1749, 1740, 1, 0, 0, 0, 1749, 1745, 1, 0, 0, 0, 1750, 1765, 1, 0, 0, 0, 1751, 1752, 10, 3, 0, 0, 1752, 1753, 5, 10, 0, 0, 1753, 1764, 3, 262, 131, 4, 1754, 1755, 10, 2, 0, 0, 1755, 1756, 5, 258, 0, 0, 1756, 1764, 3, 262, 131, 3, 1757, 1758, 10, 1, 0, 0, 1758, 1760, 5, 184, 0, 0, 1759, 1761, 5, 242, 0, 0, 1760, 1759, 1, 0, 0, 0, 1760, 1761, 1, 0, 0, 0, 1761, 1762, 1, 0, 0, 0, 1762, 1764, 7, 27, 0, 0, 1763, 1751, 1, 0, 0, 0, 1763, 1754, 1, 0, 0, 0, 1763, 1757, 1, 0, 0, 0, 1764, 1767, 1, 0, 0, 0, 1765, 1763, 1, 0, 0, 0, 1765, 1766, 1, 0, 0, 0, 1766, 263, 1, 0, 0, 0, 1767, 1765, 1, 0, 0, 0, 1768, 1770, 5, 242, 0, 0, 1769, 1768, 1, 0, 0, 0, 1769, 1770, 1, 0, 0, 0, 1770, 1771, 1, 0, 0, 0, 1771, 1773, 5, 27, 0, 0, 1772, 1774, 7, 28, 0, 0, 1773, 1772, 1, 0, 0, 0, 1773, 1774, 1, 0, 0, 0, 1774, 1775, 1, 0, 0, 0, 1775, 1776, 3, 268, 134, 0, 1776, 1777, 5, 10, 0, 0, 1777, 1778, 3, 268, 134, 0, 1778, 1843, 1, 0, 0, 0, 1779, 1781, 5, 242, 0, 0, 1780, 1779, 1, 0, 0, 0, 1780, 1781, 1, 0, 0, 0, 1781, 1782, 1, 0, 0, 0, 1782, 1783, 5, 170, 0, 0, 1783, 1784, 5, 517, 0, 0, 1784, 1789, 3, 260, 130, 0, 1785, 1786, 5, 521, 0, 0, 1786, 1788, 3, 260, 130, 0, 1787, 1785, 1, 0, 0, 0, 1788, 1791, 1, 0, 0, 0, 1789, 1787, 1, 0, 0, 0, 1789, 1790, 1, 0, 0, 0, 1790, 1792, 1, 0, 0, 0, 1791, 1789, 1, 0, 0, 0, 1792, 1793, 5, 518, 0, 0, 1793, 1843, 1, 0, 0, 0, 1794, 1796, 5, 242, 0, 0, 1795, 1794, 1, 0, 0, 0, 1795, 1796, 1, 0, 0, 0, 1796, 1797, 1, 0, 0, 0, 1797, 1798, 5, 170, 0, 0, 1798, 1799, 5, 517, 0, 0, 1799, 1800, 3, 160, 80, 0, 1800, 1801, 5, 518, 0, 0, 1801, 1843, 1, 0, 0, 0, 1802, 1803, 5, 133, 0, 0, 1803, 1804, 5, 517, 0, 0, 1804, 1805, 3, 160, 80, 0, 1805, 1806, 5, 518, 0, 0, 1806, 1843, 1, 0, 0, 0, 1807, 1809, 5, 242, 0, 0, 1808, 1807, 1, 0, 0, 0, 1808, 1809, 1, 0, 0, 0, 1809, 1810, 1, 0, 0, 0, 1810, 1811, 5, 319, 0, 0, 1811, 1843, 3, 268, 134, 0, 1812, 1843, 3, 266, 133, 0, 1813, 1815, 5, 184, 0, 0, 1814, 1816, 5, 242, 0, 0, 1815, 1814, 1, 0, 0, 0, 1815, 1816, 1, 0, 0, 0, 1816, 1817, 1, 0, 0, 0, 1817, 1843, 7, 27, 0, 0, 1818, 1820, 5, 184, 0, 0, 1819, 1821, 5, 242, 0, 0, 1820, 1819, 1, 0, 0, 0, 1820, 1821, 1, 0, 0, 0, 1821, 1822, 1, 0, 0, 0, 1822, 1823, 5, 113, 0, 0, 1823, 1824, 5, 151, 0, 0, 1824, 1843, 3, 268, 134, 0, 1825, 1827, 5, 242, 0, 0, 1826, 1825, 1, 0, 0, 0, 1826, 1827, 1, 0, 0, 0, 1827, 1828, 1, 0, 0, 0, 1828, 1829, 5, 343, 0, 0, 1829, 1830, 5, 389, 0, 0, 1830, 1833, 3, 268, 134, 0, 1831, 1832, 5, 127, 0, 0, 1832, 1834, 3, 366, 183, 0, 1833, 1831, 1, 0, 0, 0, 1833, 1834, 1, 0, 0, 0, 1834, 1843, 1, 0, 0, 0, 1835, 1836, 5, 184, 0, 0, 1836, 1840, 5, 186, 0, 0, 1837, 1841, 5, 414, 0, 0, 1838, 1841, 5, 13, 0, 0, 1839, 1841, 3, 312, 156, 0, 1840, 1837, 1, 0, 0, 0, 1840, 1838, 1, 0, 0, 0, 1840, 1839, 1, 0, 0, 0, 1840, 1841, 1, 0, 0, 0, 1841, 1843, 1, 0, 0, 0, 1842, 1769, 1, 0, 0, 0, 1842, 1780, 1, 0, 0, 0, 1842, 1795, 1, 0, 0, 0, 1842, 1802, 1, 0, 0, 0, 1842, 1808, 1, 0, 0, 0, 1842, 1812, 1, 0, 0, 0, 1842, 1813, 1, 0, 0, 0, 1842, 1818, 1, 0, 0, 0, 1842, 1826, 1, 0, 0, 0, 1842, 1835, 1, 0, 0, 0, 1843, 265, 1, 0, 0, 0, 1844, 1846, 5, 242, 0, 0, 1845, 1844, 1, 0, 0, 0, 1845, 1846, 1, 0, 0, 0, 1846, 1847, 1, 0, 0, 0, 1847, 1848, 5, 203, 0, 0, 1848, 1862, 7, 29, 0, 0, 1849, 1850, 5, 517, 0, 0, 1850, 1863, 5, 518, 0, 0, 1851, 1852, 5, 517, 0, 0, 1852, 1857, 3, 260, 130, 0, 1853, 1854, 5, 521, 0, 0, 1854, 1856, 3, 260, 130, 0, 1855, 1853, 1, 0, 0, 0, 1856, 1859, 1, 0, 0, 0, 1857, 1855, 1, 0, 0, 0, 1857, 1858, 1, 0, 0, 0, 1858, 1860, 1, 0, 0, 0, 1859, 1857, 1, 0, 0, 0, 1860, 1861, 5, 518, 0, 0, 1861, 1863, 1, 0, 0, 0, 1862, 1849, 1, 0, 0, 0, 1862, 1851, 1, 0, 0, 0, 1863, 1874, 1, 0, 0, 0, 1864, 1866, 5, 242, 0, 0, 1865, 1864, 1, 0, 0, 0, 1865, 1866, 1, 0, 0, 0, 1866, 1867, 1, 0, 0, 0, 1867, 1868, 5, 203, 0, 0, 1868, 1871, 3, 268, 134, 0, 1869, 1870, 5, 127, 0, 0, 1870, 1872, 3, 366, 183, 0, 1871, 1869, 1, 0, 0, 0, 1871, 1872, 1, 0, 0, 0, 1872, 1874, 1, 0, 0, 0, 1873, 1845, 1, 0, 0, 0, 1873, 1865, 1, 0, 0, 0, 1874, 267, 1, 0, 0, 0, 1875, 1876, 6, 134, -1, 0, 1876, 1880, 3, 272, 136, 0, 1877, 1878, 7, 30, 0, 0, 1878, 1880, 3, 268, 134, 7, 1879, 1875, 1, 0, 0, 0, 1879, 1877, 1, 0, 0, 0, 1880, 1902, 1, 0, 0, 0, 1881, 1882, 10, 6, 0, 0, 1882, 1883, 7, 31, 0, 0, 1883, 1901, 3, 268, 134, 7, 1884, 1885, 10, 5, 0, 0, 1885, 1886, 7, 32, 0, 0, 1886, 1901, 3, 268, 134, 6, 1887, 1888, 10, 4, 0, 0, 1888, 1889, 5, 512, 0, 0, 1889, 1901, 3, 268, 134, 5, 1890, 1891, 10, 3, 0, 0, 1891, 1892, 5, 513, 0, 0, 1892, 1901, 3, 268, 134, 4, 1893, 1894, 10, 2, 0, 0, 1894, 1895, 5, 511, 0, 0, 1895, 1901, 3, 268, 134, 3, 1896, 1897, 10, 1, 0, 0, 1897, 1898, 3, 354, 177, 0, 1898, 1899, 3, 268, 134, 2, 1899, 1901, 1, 0, 0, 0, 1900, 1881, 1, 0, 0, 0, 1900, 1884, 1, 0, 0, 0, 1900, 1887, 1, 0, 0, 0, 1900, 1890, 1, 0, 0, 0, 1900, 1893, 1, 0, 0, 0, 1900, 1896, 1, 0, 0, 0, 1901, 1904, 1, 0, 0, 0, 1902, 1900, 1, 0, 0, 0, 1902, 1903, 1, 0, 0, 0, 1903, 269, 1, 0, 0, 0, 1904, 1902, 1, 0, 0, 0, 1905, 1925, 3, 380, 190, 0, 1906, 1925, 3, 278, 139, 0, 1907, 1908, 3, 280, 140, 0, 1908, 1920, 5, 517, 0, 0, 1909, 1911, 3, 372, 186, 0, 1910, 1909, 1, 0, 0, 0, 1910, 1911, 1, 0, 0, 0, 1911, 1912, 1, 0, 0, 0, 1912, 1917, 3, 282, 141, 0, 1913, 1914, 5, 521, 0, 0, 1914, 1916, 3, 282, 141, 0, 1915, 1913, 1, 0, 0, 0, 1916, 1919, 1, 0, 0, 0, 1917, 1915, 1, 0, 0, 0, 1917, 1918, 1, 0, 0, 0, 1918, 1921, 1, 0, 0, 0, 1919, 1917, 1, 0, 0, 0, 1920, 1910, 1, 0, 0, 0, 1920, 1921, 1, 0, 0, 0, 1921, 1922, 1, 0, 0, 0, 1922, 1923, 5, 518, 0, 0, 1923, 1925, 1, 0, 0, 0, 1924, 1905, 1, 0, 0, 0, 1924, 1906, 1, 0, 0, 0, 1924, 1907, 1, 0, 0, 0, 1925, 271, 1, 0, 0, 0, 1926, 1927, 6, 136, -1, 0, 1927, 1929, 5, 40, 0, 0, 1928, 1930, 3, 318, 159, 0, 1929, 1928, 1, 0, 0, 0, 1930, 1931, 1, 0, 0, 0, 1931, 1929, 1, 0, 0, 0, 1931, 1932, 1, 0, 0, 0, 1932, 1935, 1, 0, 0, 0, 1933, 1934, 5, 120, 0, 0, 1934, 1936, 3, 260, 130, 0, 1935, 1933, 1, 0, 0, 0, 1935, 1936, 1, 0, 0, 0, 1936, 1937, 1, 0, 0, 0, 1937, 1938, 5, 122, 0, 0, 1938, 2002, 1, 0, 0, 0, 1939, 1940, 5, 40, 0, 0, 1940, 1942, 3, 260, 130, 0, 1941, 1943, 3, 318, 159, 0, 1942, 1941, 1, 0, 0, 0, 1943, 1944, 1, 0, 0, 0, 1944, 1942, 1, 0, 0, 0, 1944, 1945, 1, 0, 0, 0, 1945, 1948, 1, 0, 0, 0, 1946, 1947, 5, 120, 0, 0, 1947, 1949, 3, 260, 130, 0, 1948, 1946, 1, 0, 0, 0, 1948, 1949, 1, 0, 0, 0, 1949, 1950, 1, 0, 0, 0, 1950, 1951, 5, 122, 0, 0, 1951, 2002, 1, 0, 0, 0, 1952, 1953, 5, 41, 0, 0, 1953, 1954, 5, 517, 0, 0, 1954, 1955, 3, 260, 130, 0, 1955, 1956, 5, 17, 0, 0, 1956, 1957, 3, 58, 29, 0, 1957, 1958, 5, 518, 0, 0, 1958, 2002, 1, 0, 0, 0, 1959, 1960, 5, 458, 0, 0, 1960, 1961, 5, 517, 0, 0, 1961, 1964, 3, 260, 130, 0, 1962, 1963, 5, 462, 0, 0, 1963, 1965, 5, 477, 0, 0, 1964, 1962, 1, 0, 0, 0, 1964, 1965, 1, 0, 0, 0, 1965, 1966, 1, 0, 0, 0, 1966, 1967, 5, 518, 0, 0, 1967, 2002, 1, 0, 0, 0, 1968, 1969, 5, 468, 0, 0, 1969, 1970, 5, 517, 0, 0, 1970, 1973, 3, 260, 130, 0, 1971, 1972, 5, 462, 0, 0, 1972, 1974, 5, 477, 0, 0, 1973, 1971, 1, 0, 0, 0, 1973, 1974, 1, 0, 0, 0, 1974, 1975, 1, 0, 0, 0, 1975, 1976, 5, 518, 0, 0, 1976, 2002, 1, 0, 0, 0, 1977, 1978, 5, 282, 0, 0, 1978, 1979, 5, 517, 0, 0, 1979, 1980, 3, 268, 134, 0, 1980, 1981, 5, 170, 0, 0, 1981, 1982, 3, 268, 134, 0, 1982, 1983, 5, 518, 0, 0, 1983, 2002, 1, 0, 0, 0, 1984, 2002, 3, 362, 181, 0, 1985, 2002, 5, 528, 0, 0, 1986, 1987, 3, 336, 168, 0, 1987, 1988, 5, 514, 0, 0, 1988, 1989, 5, 528, 0, 0, 1989, 2002, 1, 0, 0, 0, 1990, 1991, 5, 517, 0, 0, 1991, 1992, 3, 160, 80, 0, 1992, 1993, 5, 518, 0, 0, 1993, 2002, 1, 0, 0, 0, 1994, 2002, 3, 270, 135, 0, 1995, 2002, 3, 54, 27, 0, 1996, 2002, 3, 284, 142, 0, 1997, 1998, 5, 517, 0, 0, 1998, 1999, 3, 260, 130, 0, 1999, 2000, 5, 518, 0, 0, 2000, 2002, 1, 0, 0, 0, 2001, 1926, 1, 0, 0, 0, 2001, 1939, 1, 0, 0, 0, 2001, 1952, 1, 0, 0, 0, 2001, 1959, 1, 0, 0, 0, 2001, 1968, 1, 0, 0, 0, 2001, 1977, 1, 0, 0, 0, 2001, 1984, 1, 0, 0, 0, 2001, 1985, 1, 0, 0, 0, 2001, 1986, 1, 0, 0, 0, 2001, 1990, 1, 0, 0, 0, 2001, 1994, 1, 0, 0, 0, 2001, 1995, 1, 0, 0, 0, 2001, 1996, 1, 0, 0, 0, 2001, 1997, 1, 0, 0, 0, 2002, 2010, 1, 0, 0, 0, 2003, 2004, 10, 4, 0, 0, 2004, 2005, 5, 515, 0, 0, 2005, 2006, 3, 268, 134, 0, 2006, 2007, 5, 516, 0, 0, 2007, 2009, 1, 0, 0, 0, 2008, 2003, 1, 0, 0, 0, 2009, 2012, 1, 0, 0, 0, 2010, 2008, 1, 0, 0, 0, 2010, 2011, 1, 0, 0, 0, 2011, 273, 1, 0, 0, 0, 2012, 2010, 1, 0, 0, 0, 2013, 2014, 3, 336, 168, 0, 2014, 275, 1, 0, 0, 0, 2015, 2020, 3, 384, 192, 0, 2016, 2020, 3, 380, 190, 0, 2017, 2020, 3, 382, 191, 0, 2018, 2020, 3, 336, 168, 0, 2019, 2015, 1, 0, 0, 0, 2019, 2016, 1, 0, 0, 0, 2019, 2017, 1, 0, 0, 0, 2019, 2018, 1, 0, 0, 0, 2020, 277, 1, 0, 0, 0, 2021, 2022, 3, 382, 191, 0, 2022, 2023, 5, 538, 0, 0, 2023, 2026, 1, 0, 0, 0, 2024, 2026, 3, 290, 145, 0, 2025, 2021, 1, 0, 0, 0, 2025, 2024, 1, 0, 0, 0, 2026, 279, 1, 0, 0, 0, 2027, 2030, 3, 384, 192, 0, 2028, 2030, 3, 336, 168, 0, 2029, 2027, 1, 0, 0, 0, 2029, 2028, 1, 0, 0, 0, 2030, 281, 1, 0, 0, 0, 2031, 2036, 3, 378, 189, 0, 2032, 2036, 3, 376, 188, 0, 2033, 2036, 3, 374, 187, 0, 2034, 2036, 3, 260, 130, 0, 2035, 2031, 1, 0, 0, 0, 2035, 2032, 1, 0, 0, 0, 2035, 2033, 1, 0, 0, 0, 2035, 2034, 1, 0, 0, 0, 2036, 283, 1, 0, 0, 0, 2037, 2038, 3, 336, 168, 0, 2038, 285, 1, 0, 0, 0, 2039, 2040, 3, 312, 156, 0, 2040, 287, 1, 0, 0, 0, 2041, 2044, 3, 312, 156, 0, 2042, 2044, 3, 284, 142, 0, 2043, 2041, 1, 0, 0, 0, 2043, 2042, 1, 0, 0, 0, 2044, 289, 1, 0, 0, 0, 2045, 2048, 5, 182, 0, 0, 2046, 2049, 3, 292, 146, 0, 2047, 2049, 3, 296, 148, 0, 2048, 2046, 1, 0, 0, 0, 2048, 2047, 1, 0, 0, 0, 2048, 2049, 1, 0, 0, 0, 2049, 291, 1, 0, 0, 0, 2050, 2052, 3, 294, 147, 0, 2051, 2053, 3, 298, 149, 0, 2052, 2051, 1, 0, 0, 0, 2052, 2053, 1, 0, 0, 0, 2053, 293, 1, 0, 0, 0, 2054, 2055, 3, 300, 150, 0, 2055, 2056, 3, 376, 188, 0, 2056, 2058, 1, 0, 0, 0, 2057, 2054, 1, 0, 0, 0, 2058, 2059, 1, 0, 0, 0, 2059, 2057, 1, 0, 0, 0, 2059, 2060, 1, 0, 0, 0, 2060, 295, 1, 0, 0, 0, 2061, 2064, 3, 298, 149, 0, 2062, 2065, 3, 294, 147, 0, 2063, 2065, 3, 298, 149, 0, 2064, 2062, 1, 0, 0, 0, 2064, 2063, 1, 0, 0, 0, 2064, 2065, 1, 0, 0, 0, 2065, 297, 1, 0, 0, 0, 2066, 2067, 3, 300, 150, 0, 2067, 2068, 3, 376, 188, 0, 2068, 2069, 5, 389, 0, 0, 2069, 2070, 3, 376, 188, 0, 2070, 299, 1, 0, 0, 0, 2071, 2073, 7, 33, 0, 0, 2072, 2071, 1, 0, 0, 0, 2072, 2073, 1, 0, 0, 0, 2073, 2074, 1, 0, 0, 0, 2074, 2077, 7, 34, 0, 0, 2075, 2077, 5, 538, 0, 0, 2076, 2072, 1, 0, 0, 0, 2076, 2075, 1, 0, 0, 0, 2077, 301, 1, 0, 0, 0, 2078, 2080, 5, 17, 0, 0, 2079, 2078, 1, 0, 0, 0, 2079, 2080, 1, 0, 0, 0, 2080, 2081, 1, 0, 0, 0, 2081, 2083, 3, 312, 156, 0, 2082, 2084, 3, 308, 154, 0, 2083, 2082, 1, 0, 0, 0, 2083, 2084, 1, 0, 0, 0, 2084, 303, 1, 0, 0, 0, 2085, 2086, 3, 312, 156, 0, 2086, 2087, 3, 306, 153, 0, 2087, 305, 1, 0, 0, 0, 2088, 2089, 5, 222, 0, 0, 2089, 2091, 3, 312, 156, 0, 2090, 2088, 1, 0, 0, 0, 2091, 2092, 1, 0, 0, 0, 2092, 2090, 1, 0, 0, 0, 2092, 2093, 1, 0, 0, 0, 2093, 2096, 1, 0, 0, 0, 2094, 2096, 1, 0, 0, 0, 2095, 2090, 1, 0, 0, 0, 2095, 2094, 1, 0, 0, 0, 2096, 307, 1, 0, 0, 0, 2097, 2098, 5, 517, 0, 0, 2098, 2099, 3, 310, 155, 0, 2099, 2100, 5, 518, 0, 0, 2100, 309, 1, 0, 0, 0, 2101, 2106, 3, 312, 156, 0, 2102, 2103, 5, 521, 0, 0, 2103, 2105, 3, 312, 156, 0, 2104, 2102, 1, 0, 0, 0, 2105, 2108, 1, 0, 0, 0, 2106, 2104, 1, 0, 0, 0, 2106, 2107, 1, 0, 0, 0, 2107, 311, 1, 0, 0, 0, 2108, 2106, 1, 0, 0, 0, 2109, 2113, 3, 314, 157, 0, 2110, 2113, 3, 316, 158, 0, 2111, 2113, 3, 386, 193, 0, 2112, 2109, 1, 0, 0, 0, 2112, 2110, 1, 0, 0, 0, 2112, 2111, 1, 0, 0, 0, 2113, 313, 1, 0, 0, 0, 2114, 2115, 7, 35, 0, 0, 2115, 315, 1, 0, 0, 0, 2116, 2117, 5, 538, 0, 0, 2117, 317, 1, 0, 0, 0, 2118, 2119, 5, 429, 0, 0, 2119, 2120, 3, 260, 130, 0, 2120, 2121, 5, 377, 0, 0, 2121, 2122, 3, 260, 130, 0, 2122, 319, 1, 0, 0, 0, 2123, 2124, 3, 312, 156, 0, 2124, 321, 1, 0, 0, 0, 2125, 2126, 3, 312, 156, 0, 2126, 323, 1, 0, 0, 0, 2127, 2130, 3, 312, 156, 0, 2128, 2129, 5, 514, 0, 0, 2129, 2131, 3, 312, 156, 0, 2130, 2128, 1, 0, 0, 0, 2130, 2131, 1, 0, 0, 0, 2131, 325, 1, 0, 0, 0, 2132, 2135, 3, 312, 156, 0, 2133, 2134, 5, 514, 0, 0, 2134, 2136, 3, 312, 156, 0, 2135, 2133, 1, 0, 0, 0, 2135, 2136, 1, 0, 0, 0, 2136, 327, 1, 0, 0, 0, 2137, 2140, 3, 312, 156, 0, 2138, 2139, 5, 514, 0, 0, 2139, 2141, 3, 312, 156, 0, 2140, 2138, 1, 0, 0, 0, 2140, 2141, 1, 0, 0, 0, 2141, 2150, 1, 0, 0, 0, 2142, 2143, 3, 312, 156, 0, 2143, 2144, 5, 514, 0, 0, 2144, 2147, 3, 312, 156, 0, 2145, 2146, 5, 514, 0, 0, 2146, 2148, 3, 312, 156, 0, 2147, 2145, 1, 0, 0, 0, 2147, 2148, 1, 0, 0, 0, 2148, 2150, 1, 0, 0, 0, 2149, 2137, 1, 0, 0, 0, 2149, 2142, 1, 0, 0, 0, 2150, 329, 1, 0, 0, 0, 2151, 2154, 3, 312, 156, 0, 2152, 2153, 5, 514, 0, 0, 2153, 2155, 3, 312, 156, 0, 2154, 2152, 1, 0, 0, 0, 2154, 2155, 1, 0, 0, 0, 2155, 2164, 1, 0, 0, 0, 2156, 2157, 3, 312, 156, 0, 2157, 2158, 5, 514, 0, 0, 2158, 2161, 3, 312, 156, 0, 2159, 2160, 5, 514, 0, 0, 2160, 2162, 3, 312, 156, 0, 2161, 2159, 1, 0, 0, 0, 2161, 2162, 1, 0, 0, 0, 2162, 2164, 1, 0, 0, 0, 2163, 2151, 1, 0, 0, 0, 2163, 2156, 1, 0, 0, 0, 2164, 331, 1, 0, 0, 0, 2165, 2168, 3, 312, 156, 0, 2166, 2167, 5, 514, 0, 0, 2167, 2169, 3, 312, 156, 0, 2168, 2166, 1, 0, 0, 0, 2168, 2169, 1, 0, 0, 0, 2169, 2178, 1, 0, 0, 0, 2170, 2171, 3, 312, 156, 0, 2171, 2172, 5, 514, 0, 0, 2172, 2175, 3, 312, 156, 0, 2173, 2174, 5, 514, 0, 0, 2174, 2176, 3, 312, 156, 0, 2175, 2173, 1, 0, 0, 0, 2175, 2176, 1, 0, 0, 0, 2176, 2178, 1, 0, 0, 0, 2177, 2165, 1, 0, 0, 0, 2177, 2170, 1, 0, 0, 0, 2178, 333, 1, 0, 0, 0, 2179, 2182, 3, 312, 156, 0, 2180, 2181, 5, 514, 0, 0, 2181, 2183, 3, 312, 156, 0, 2182, 2180, 1, 0, 0, 0, 2182, 2183, 1, 0, 0, 0, 2183, 2192, 1, 0, 0, 0, 2184, 2185, 3, 312, 156, 0, 2185, 2186, 5, 514, 0, 0, 2186, 2189, 3, 312, 156, 0, 2187, 2188, 5, 514, 0, 0, 2188, 2190, 3, 312, 156, 0, 2189, 2187, 1, 0, 0, 0, 2189, 2190, 1, 0, 0, 0, 2190, 2192, 1, 0, 0, 0, 2191, 2179, 1, 0, 0, 0, 2191, 2184, 1, 0, 0, 0, 2192, 335, 1, 0, 0, 0, 2193, 2198, 3, 312, 156, 0, 2194, 2195, 5, 514, 0, 0, 2195, 2197, 3, 312, 156, 0, 2196, 2194, 1, 0, 0, 0, 2197, 2200, 1, 0, 0, 0, 2198, 2199, 1, 0, 0, 0, 2198, 2196, 1, 0, 0, 0, 2199, 337, 1, 0, 0, 0, 2200, 2198, 1, 0, 0, 0, 2201, 2202, 5, 434, 0, 0, 2202, 2203, 3, 344, 172, 0, 2203, 339, 1, 0, 0, 0, 2204, 2205, 5, 167, 0, 0, 2205, 2206, 5, 242, 0, 0, 2206, 2207, 5, 133, 0, 0, 2207, 341, 1, 0, 0, 0, 2208, 2209, 5, 167, 0, 0, 2209, 2210, 5, 133, 0, 0, 2210, 343, 1, 0, 0, 0, 2211, 2212, 5, 517, 0, 0, 2212, 2217, 3, 346, 173, 0, 2213, 2214, 5, 521, 0, 0, 2214, 2216, 3, 346, 173, 0, 2215, 2213, 1, 0, 0, 0, 2216, 2219, 1, 0, 0, 0, 2217, 2215, 1, 0, 0, 0, 2217, 2218, 1, 0, 0, 0, 2218, 2220, 1, 0, 0, 0, 2219, 2217, 1, 0, 0, 0, 2220, 2221, 5, 518, 0, 0, 2221, 345, 1, 0, 0, 0, 2222, 2227, 3, 348, 174, 0, 2223, 2225, 5, 506, 0, 0, 2224, 2223, 1, 0, 0, 0, 2224, 2225, 1, 0, 0, 0, 2225, 2226, 1, 0, 0, 0, 2226, 2228, 3, 350, 175, 0, 2227, 2224, 1, 0, 0, 0, 2227, 2228, 1, 0, 0, 0, 2228, 347, 1, 0, 0, 0, 2229, 2233, 3, 312, 156, 0, 2230, 2233, 3, 284, 142, 0, 2231, 2233, 5, 538, 0, 0, 2232, 2229, 1, 0, 0, 0, 2232, 2230, 1, 0, 0, 0, 2232, 2231, 1, 0, 0, 0, 2233, 349, 1, 0, 0, 0, 2234, 2239, 5, 539, 0, 0, 2235, 2239, 5, 540, 0, 0, 2236, 2239, 3, 370, 185, 0, 2237, 2239, 5, 538, 0, 0, 2238, 2234, 1, 0, 0, 0, 2238, 2235, 1, 0, 0, 0, 2238, 2236, 1, 0, 0, 0, 2238, 2237, 1, 0, 0, 0, 2239, 351, 1, 0, 0, 0, 2240, 2247, 5, 10, 0, 0, 2241, 2242, 5, 512, 0, 0, 2242, 2247, 5, 512, 0, 0, 2243, 2247, 5, 258, 0, 0, 2244, 2245, 5, 511, 0, 0, 2245, 2247, 5, 511, 0, 0, 2246, 2240, 1, 0, 0, 0, 2246, 2241, 1, 0, 0, 0, 2246, 2243, 1, 0, 0, 0, 2246, 2244, 1, 0, 0, 0, 2247, 353, 1, 0, 0, 0, 2248, 2263, 5, 506, 0, 0, 2249, 2263, 5, 507, 0, 0, 2250, 2263, 5, 508, 0, 0, 2251, 2252, 5, 508, 0, 0, 2252, 2263, 5, 506, 0, 0, 2253, 2254, 5, 507, 0, 0, 2254, 2263, 5, 506, 0, 0, 2255, 2256, 5, 508, 0, 0, 2256, 2263, 5, 507, 0, 0, 2257, 2258, 5, 509, 0, 0, 2258, 2263, 5, 506, 0, 0, 2259, 2260, 5, 508, 0, 0, 2260, 2261, 5, 506, 0, 0, 2261, 2263, 5, 507, 0, 0, 2262, 2248, 1, 0, 0, 0, 2262, 2249, 1, 0, 0, 0, 2262, 2250, 1, 0, 0, 0, 2262, 2251, 1, 0, 0, 0, 2262, 2253, 1, 0, 0, 0, 2262, 2255, 1, 0, 0, 0, 2262, 2257, 1, 0, 0, 0, 2262, 2259, 1, 0, 0, 0, 2263, 355, 1, 0, 0, 0, 2264, 2265, 5, 508, 0, 0, 2265, 2272, 5, 508, 0, 0, 2266, 2267, 5, 507, 0, 0, 2267, 2272, 5, 507, 0, 0, 2268, 2272, 5, 512, 0, 0, 2269, 2272, 5, 513, 0, 0, 2270, 2272, 5, 511, 0, 0, 2271, 2264, 1, 0, 0, 0, 2271, 2266, 1, 0, 0, 0, 2271, 2268, 1, 0, 0, 0, 2271, 2269, 1, 0, 0, 0, 2271, 2270, 1, 0, 0, 0, 2272, 357, 1, 0, 0, 0, 2273, 2274, 7, 36, 0, 0, 2274, 359, 1, 0, 0, 0, 2275, 2276, 7, 37, 0, 0, 2276, 361, 1, 0, 0, 0, 2277, 2292, 3, 290, 145, 0, 2278, 2292, 3, 364, 182, 0, 2279, 2292, 3, 366, 183, 0, 2280, 2282, 5, 530, 0, 0, 2281, 2280, 1, 0, 0, 0, 2281, 2282, 1, 0, 0, 0, 2282, 2283, 1, 0, 0, 0, 2283, 2292, 3, 368, 184, 0, 2284, 2292, 3, 370, 185, 0, 2285, 2292, 5, 540, 0, 0, 2286, 2292, 5, 541, 0, 0, 2287, 2289, 5, 242, 0, 0, 2288, 2287, 1, 0, 0, 0, 2288, 2289, 1, 0, 0, 0, 2289, 2290, 1, 0, 0, 0, 2290, 2292, 5, 245, 0, 0, 2291, 2277, 1, 0, 0, 0, 2291, 2278, 1, 0, 0, 0, 2291, 2279, 1, 0, 0, 0, 2291, 2281, 1, 0, 0, 0, 2291, 2284, 1, 0, 0, 0, 2291, 2285, 1, 0, 0, 0, 2291, 2286, 1, 0, 0, 0, 2291, 2288, 1, 0, 0, 0, 2292, 363, 1, 0, 0, 0, 2293, 2294, 3, 374, 187, 0, 2294, 2295, 3, 366, 183, 0, 2295, 365, 1, 0, 0, 0, 2296, 2297, 5, 538, 0, 0, 2297, 367, 1, 0, 0, 0, 2298, 2299, 5, 539, 0, 0, 2299, 369, 1, 0, 0, 0, 2300, 2301, 7, 38, 0, 0, 2301, 371, 1, 0, 0, 0, 2302, 2303, 7, 39, 0, 0, 2303, 373, 1, 0, 0, 0, 2304, 2305, 7, 40, 0, 0, 2305, 375, 1, 0, 0, 0, 2306, 2307, 7, 41, 0, 0, 2307, 377, 1, 0, 0, 0, 2308, 2309, 7, 42, 0, 0, 2309, 379, 1, 0, 0, 0, 2310, 2311, 7, 43, 0, 0, 2311, 381, 1, 0, 0, 0, 2312, 2313, 7, 44, 0, 0, 2313, 383, 1, 0, 0, 0, 2314, 2315, 7, 45, 0, 0, 2315, 385, 1, 0, 0, 0, 2316, 2317, 7, 46, 0, 0, 2317, 387, 1, 0, 0, 0, 274, 391, 398, 401, 415, 433, 437, 446, 451, 458, 469, 478, 490, 493, 500, 503, 511, 515, 520, 523, 530, 538, 542, 554, 562, 566, 598, 601, 606, 610, 614, 618, 627, 632, 636, 640, 645, 648, 652, 657, 663, 668, 673, 677, 681, 685, 695, 703, 707, 711, 715, 719, 723, 727, 731, 735, 737, 747, 755, 779, 793, 798, 802, 808, 811, 814, 821, 824, 833, 845, 869, 881, 886, 890, 898, 902, 908, 918, 923, 929, 933, 937, 941, 950, 954, 961, 964, 974, 982, 990, 994, 1009, 1028, 1039, 1043, 1050, 1055, 1061, 1065, 1072, 1076, 1080, 1084, 1092, 1096, 1101, 1107, 1113, 1116, 1120, 1131, 1140, 1147, 1158, 1170, 1185, 1188, 1192, 1195, 1197, 1202, 1206, 1209, 1213, 1222, 1231, 1241, 1246, 1257, 1260, 1263, 1266, 1269, 1275, 1279, 1287, 1290, 1295, 1298, 1302, 1305, 1307, 1321, 1332, 1337, 1345, 1348, 1351, 1356, 1358, 1360, 1365, 1368, 1372, 1376, 1385, 1396, 1423, 1445, 1458, 1470, 1483, 1495, 1507, 1513, 1540, 1548, 1552, 1555, 1558, 1565, 1568, 1571, 1574, 1577, 1580, 1585, 1588, 1597, 1602, 1606, 1611, 1617, 1622, 1626, 1645, 1653, 1661, 1665, 1669, 1679, 1705, 1713, 1725, 1747, 1749, 1760, 1763, 1765, 1769, 1773, 1780, 1789, 1795, 1808, 1815, 1820, 1826, 1833, 1840, 1842, 1845, 1857, 1862, 1865, 1871, 1873, 1879, 1900, 1902, 1910, 1917, 1920, 1924, 1931, 1935, 1944, 1948, 1964, 1973, 2001, 2010, 2019, 2025, 2029, 2035, 2043, 2048, 2052, 2059, 2064, 2072, 2076, 2079, 2083, 2092, 2095, 2106, 2112, 2130, 2135, 2140, 2147, 2149, 2154, 2161, 2163, 2168, 2175, 2177, 2182, 2189, 2191, 2198, 2217, 2224, 2227, 2232, 2238, 2246, 2262, 2271, 2281, 2288, 2291] \ No newline at end of file diff --git a/src/lib/flink/FlinkSqlParser.ts b/src/lib/flink/FlinkSqlParser.ts index 7c2f5de7a..d588bc497 100644 --- a/src/lib/flink/FlinkSqlParser.ts +++ b/src/lib/flink/FlinkSqlParser.ts @@ -636,122 +636,123 @@ export class FlinkSqlParser extends SQLParserBase { public static readonly RULE_insertPartitionDefinition = 74; public static readonly RULE_valuesDefinition = 75; public static readonly RULE_valuesRowDefinition = 76; - public static readonly RULE_insertMulStatementCompatibility = 77; - public static readonly RULE_insertMulStatement = 78; - public static readonly RULE_queryStatement = 79; - public static readonly RULE_valuesClause = 80; - public static readonly RULE_withClause = 81; - public static readonly RULE_withItem = 82; - public static readonly RULE_withItemName = 83; - public static readonly RULE_selectStatement = 84; - public static readonly RULE_selectClause = 85; - public static readonly RULE_projectItemDefinition = 86; - public static readonly RULE_overWindowItem = 87; - public static readonly RULE_fromClause = 88; - public static readonly RULE_tableExpression = 89; - public static readonly RULE_tableReference = 90; - public static readonly RULE_tablePrimary = 91; - public static readonly RULE_systemTimePeriod = 92; - public static readonly RULE_dateTimeExpression = 93; - public static readonly RULE_inlineDataValueClause = 94; - public static readonly RULE_windowTVFClause = 95; - public static readonly RULE_windowTVFExpression = 96; - public static readonly RULE_windowTVFName = 97; - public static readonly RULE_windowTVFParam = 98; - public static readonly RULE_timeIntervalParamName = 99; - public static readonly RULE_columnDescriptor = 100; - public static readonly RULE_joinCondition = 101; - public static readonly RULE_whereClause = 102; - public static readonly RULE_groupByClause = 103; - public static readonly RULE_groupItemDefinition = 104; - public static readonly RULE_groupingSets = 105; - public static readonly RULE_groupingSetsNotationName = 106; - public static readonly RULE_groupWindowFunction = 107; - public static readonly RULE_groupWindowFunctionName = 108; - public static readonly RULE_timeAttrColumn = 109; - public static readonly RULE_havingClause = 110; - public static readonly RULE_windowClause = 111; - public static readonly RULE_namedWindow = 112; - public static readonly RULE_windowSpec = 113; - public static readonly RULE_matchRecognizeClause = 114; - public static readonly RULE_orderByClause = 115; - public static readonly RULE_orderItemDefinition = 116; - public static readonly RULE_limitClause = 117; - public static readonly RULE_partitionByClause = 118; - public static readonly RULE_quantifiers = 119; - public static readonly RULE_measuresClause = 120; - public static readonly RULE_patternDefinition = 121; - public static readonly RULE_patternVariable = 122; - public static readonly RULE_outputMode = 123; - public static readonly RULE_afterMatchStrategy = 124; - public static readonly RULE_patternVariablesDefinition = 125; - public static readonly RULE_windowFrame = 126; - public static readonly RULE_frameBound = 127; - public static readonly RULE_withinClause = 128; - public static readonly RULE_expression = 129; - public static readonly RULE_booleanExpression = 130; - public static readonly RULE_predicate = 131; - public static readonly RULE_likePredicate = 132; - public static readonly RULE_valueExpression = 133; - public static readonly RULE_functionCallExpression = 134; - public static readonly RULE_primaryExpression = 135; - public static readonly RULE_functionNameCreate = 136; - public static readonly RULE_functionName = 137; - public static readonly RULE_functionNameAndParams = 138; - public static readonly RULE_functionNameWithParams = 139; - public static readonly RULE_functionParam = 140; - public static readonly RULE_dereferenceDefinition = 141; - public static readonly RULE_correlationName = 142; - public static readonly RULE_qualifiedName = 143; - public static readonly RULE_timeIntervalExpression = 144; - public static readonly RULE_errorCapturingMultiUnitsInterval = 145; - public static readonly RULE_multiUnitsInterval = 146; - public static readonly RULE_errorCapturingUnitToUnitInterval = 147; - public static readonly RULE_unitToUnitInterval = 148; - public static readonly RULE_intervalValue = 149; - public static readonly RULE_tableAlias = 150; - public static readonly RULE_errorCapturingIdentifier = 151; - public static readonly RULE_errorCapturingIdentifierExtra = 152; - public static readonly RULE_identifierList = 153; - public static readonly RULE_identifierSeq = 154; - public static readonly RULE_identifier = 155; - public static readonly RULE_unquotedIdentifier = 156; - public static readonly RULE_quotedIdentifier = 157; - public static readonly RULE_whenClause = 158; - public static readonly RULE_catalogPath = 159; - public static readonly RULE_catalogPathCreate = 160; - public static readonly RULE_databasePath = 161; - public static readonly RULE_databasePathCreate = 162; - public static readonly RULE_tablePathCreate = 163; - public static readonly RULE_tablePath = 164; - public static readonly RULE_viewPath = 165; - public static readonly RULE_viewPathCreate = 166; - public static readonly RULE_uid = 167; - public static readonly RULE_withOption = 168; - public static readonly RULE_ifNotExists = 169; - public static readonly RULE_ifExists = 170; - public static readonly RULE_tablePropertyList = 171; - public static readonly RULE_tableProperty = 172; - public static readonly RULE_tablePropertyKey = 173; - public static readonly RULE_tablePropertyValue = 174; - public static readonly RULE_logicalOperator = 175; - public static readonly RULE_comparisonOperator = 176; - public static readonly RULE_bitOperator = 177; - public static readonly RULE_mathOperator = 178; - public static readonly RULE_unaryOperator = 179; - public static readonly RULE_constant = 180; - public static readonly RULE_timePointLiteral = 181; - public static readonly RULE_stringLiteral = 182; - public static readonly RULE_decimalLiteral = 183; - public static readonly RULE_booleanLiteral = 184; - public static readonly RULE_setQuantifier = 185; - public static readonly RULE_timePointUnit = 186; - public static readonly RULE_timeIntervalUnit = 187; - public static readonly RULE_reservedKeywordsUsedAsFuncParam = 188; - public static readonly RULE_reservedKeywordsNoParamsUsedAsFuncName = 189; - public static readonly RULE_reservedKeywordsFollowParamsUsedAsFuncName = 190; - public static readonly RULE_reservedKeywordsUsedAsFuncName = 191; - public static readonly RULE_nonReservedKeywords = 192; + public static readonly RULE_valueDefinition = 77; + public static readonly RULE_insertMulStatementCompatibility = 78; + public static readonly RULE_insertMulStatement = 79; + public static readonly RULE_queryStatement = 80; + public static readonly RULE_valuesClause = 81; + public static readonly RULE_withClause = 82; + public static readonly RULE_withItem = 83; + public static readonly RULE_withItemName = 84; + public static readonly RULE_selectStatement = 85; + public static readonly RULE_selectClause = 86; + public static readonly RULE_projectItemDefinition = 87; + public static readonly RULE_overWindowItem = 88; + public static readonly RULE_fromClause = 89; + public static readonly RULE_tableExpression = 90; + public static readonly RULE_tableReference = 91; + public static readonly RULE_tablePrimary = 92; + public static readonly RULE_systemTimePeriod = 93; + public static readonly RULE_dateTimeExpression = 94; + public static readonly RULE_inlineDataValueClause = 95; + public static readonly RULE_windowTVFClause = 96; + public static readonly RULE_windowTVFExpression = 97; + public static readonly RULE_windowTVFName = 98; + public static readonly RULE_windowTVFParam = 99; + public static readonly RULE_timeIntervalParamName = 100; + public static readonly RULE_columnDescriptor = 101; + public static readonly RULE_joinCondition = 102; + public static readonly RULE_whereClause = 103; + public static readonly RULE_groupByClause = 104; + public static readonly RULE_groupItemDefinition = 105; + public static readonly RULE_groupingSets = 106; + public static readonly RULE_groupingSetsNotationName = 107; + public static readonly RULE_groupWindowFunction = 108; + public static readonly RULE_groupWindowFunctionName = 109; + public static readonly RULE_timeAttrColumn = 110; + public static readonly RULE_havingClause = 111; + public static readonly RULE_windowClause = 112; + public static readonly RULE_namedWindow = 113; + public static readonly RULE_windowSpec = 114; + public static readonly RULE_matchRecognizeClause = 115; + public static readonly RULE_orderByClause = 116; + public static readonly RULE_orderItemDefinition = 117; + public static readonly RULE_limitClause = 118; + public static readonly RULE_partitionByClause = 119; + public static readonly RULE_quantifiers = 120; + public static readonly RULE_measuresClause = 121; + public static readonly RULE_patternDefinition = 122; + public static readonly RULE_patternVariable = 123; + public static readonly RULE_outputMode = 124; + public static readonly RULE_afterMatchStrategy = 125; + public static readonly RULE_patternVariablesDefinition = 126; + public static readonly RULE_windowFrame = 127; + public static readonly RULE_frameBound = 128; + public static readonly RULE_withinClause = 129; + public static readonly RULE_expression = 130; + public static readonly RULE_booleanExpression = 131; + public static readonly RULE_predicate = 132; + public static readonly RULE_likePredicate = 133; + public static readonly RULE_valueExpression = 134; + public static readonly RULE_functionCallExpression = 135; + public static readonly RULE_primaryExpression = 136; + public static readonly RULE_functionNameCreate = 137; + public static readonly RULE_functionName = 138; + public static readonly RULE_functionNameAndParams = 139; + public static readonly RULE_functionNameWithParams = 140; + public static readonly RULE_functionParam = 141; + public static readonly RULE_dereferenceDefinition = 142; + public static readonly RULE_correlationName = 143; + public static readonly RULE_qualifiedName = 144; + public static readonly RULE_timeIntervalExpression = 145; + public static readonly RULE_errorCapturingMultiUnitsInterval = 146; + public static readonly RULE_multiUnitsInterval = 147; + public static readonly RULE_errorCapturingUnitToUnitInterval = 148; + public static readonly RULE_unitToUnitInterval = 149; + public static readonly RULE_intervalValue = 150; + public static readonly RULE_tableAlias = 151; + public static readonly RULE_errorCapturingIdentifier = 152; + public static readonly RULE_errorCapturingIdentifierExtra = 153; + public static readonly RULE_identifierList = 154; + public static readonly RULE_identifierSeq = 155; + public static readonly RULE_identifier = 156; + public static readonly RULE_unquotedIdentifier = 157; + public static readonly RULE_quotedIdentifier = 158; + public static readonly RULE_whenClause = 159; + public static readonly RULE_catalogPath = 160; + public static readonly RULE_catalogPathCreate = 161; + public static readonly RULE_databasePath = 162; + public static readonly RULE_databasePathCreate = 163; + public static readonly RULE_tablePathCreate = 164; + public static readonly RULE_tablePath = 165; + public static readonly RULE_viewPath = 166; + public static readonly RULE_viewPathCreate = 167; + public static readonly RULE_uid = 168; + public static readonly RULE_withOption = 169; + public static readonly RULE_ifNotExists = 170; + public static readonly RULE_ifExists = 171; + public static readonly RULE_tablePropertyList = 172; + public static readonly RULE_tableProperty = 173; + public static readonly RULE_tablePropertyKey = 174; + public static readonly RULE_tablePropertyValue = 175; + public static readonly RULE_logicalOperator = 176; + public static readonly RULE_comparisonOperator = 177; + public static readonly RULE_bitOperator = 178; + public static readonly RULE_mathOperator = 179; + public static readonly RULE_unaryOperator = 180; + public static readonly RULE_constant = 181; + public static readonly RULE_timePointLiteral = 182; + public static readonly RULE_stringLiteral = 183; + public static readonly RULE_decimalLiteral = 184; + public static readonly RULE_booleanLiteral = 185; + public static readonly RULE_setQuantifier = 186; + public static readonly RULE_timePointUnit = 187; + public static readonly RULE_timeIntervalUnit = 188; + public static readonly RULE_reservedKeywordsUsedAsFuncParam = 189; + public static readonly RULE_reservedKeywordsNoParamsUsedAsFuncName = 190; + public static readonly RULE_reservedKeywordsFollowParamsUsedAsFuncName = 191; + public static readonly RULE_reservedKeywordsUsedAsFuncName = 192; + public static readonly RULE_nonReservedKeywords = 193; public static readonly literalNames = [ null, null, null, null, "'ABS'", "'ALL'", "'ALLOCATE'", "'ALLOW'", @@ -985,7 +986,7 @@ export class FlinkSqlParser extends SQLParserBase { "addUnique", "notForced", "alterView", "alterDatabase", "alterFunction", "dropCatalog", "dropTable", "dropDatabase", "dropView", "dropFunction", "insertStatement", "insertSimpleStatement", "insertPartitionDefinition", - "valuesDefinition", "valuesRowDefinition", "insertMulStatementCompatibility", + "valuesDefinition", "valuesRowDefinition", "valueDefinition", "insertMulStatementCompatibility", "insertMulStatement", "queryStatement", "valuesClause", "withClause", "withItem", "withItemName", "selectStatement", "selectClause", "projectItemDefinition", "overWindowItem", "fromClause", "tableExpression", "tableReference", @@ -1039,21 +1040,21 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 389; + this.state = 391; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 8 || _la === 24 || _la === 72 || ((((_la - 109)) & ~0x1F) === 0 && ((1 << (_la - 109)) & 75497601) !== 0) || _la === 177 || ((((_la - 313)) & ~0x1F) === 0 && ((1 << (_la - 313)) & 822083585) !== 0) || ((((_la - 411)) & ~0x1F) === 0 && ((1 << (_la - 411)) & 142606353) !== 0) || _la === 451 || _la === 469 || ((((_la - 490)) & ~0x1F) === 0 && ((1 << (_la - 490)) & 134219777) !== 0) || _la === 522) { { { - this.state = 386; + this.state = 388; this.singleStatement(); } } - this.state = 391; + this.state = 393; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 392; + this.state = 394; this.match(FlinkSqlParser.EOF); } } @@ -1075,7 +1076,7 @@ export class FlinkSqlParser extends SQLParserBase { let localContext = new SingleStatementContext(this.context, this.state); this.enterRule(localContext, 2, FlinkSqlParser.RULE_singleStatement); try { - this.state = 399; + this.state = 401; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_ALTER: @@ -1101,14 +1102,14 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.LR_BRACKET: this.enterOuterAlt(localContext, 1); { - this.state = 394; - this.sqlStatement(); this.state = 396; + this.sqlStatement(); + this.state = 398; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1, this.context) ) { case 1: { - this.state = 395; + this.state = 397; this.match(FlinkSqlParser.SEMICOLON); } break; @@ -1118,7 +1119,7 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.SEMICOLON: this.enterOuterAlt(localContext, 2); { - this.state = 398; + this.state = 400; this.emptyStatement(); } break; @@ -1144,90 +1145,90 @@ export class FlinkSqlParser extends SQLParserBase { let localContext = new SqlStatementContext(this.context, this.state); this.enterRule(localContext, 4, FlinkSqlParser.RULE_sqlStatement); try { - this.state = 413; + this.state = 415; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 3, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 401; + this.state = 403; this.ddlStatement(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 402; + this.state = 404; this.dmlStatement(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 403; + this.state = 405; this.describeStatement(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 404; + this.state = 406; this.explainStatement(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 405; + this.state = 407; this.useStatement(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 406; + this.state = 408; this.showStatement(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 407; + this.state = 409; this.loadStatement(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 408; + this.state = 410; this.unloadStatement(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 409; + this.state = 411; this.setStatement(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 410; + this.state = 412; this.resetStatement(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 411; + this.state = 413; this.jarStatement(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 412; + this.state = 414; this.dtAddStatement(); } break; @@ -1253,7 +1254,7 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 415; + this.state = 417; this.match(FlinkSqlParser.SEMICOLON); } } @@ -1275,104 +1276,104 @@ export class FlinkSqlParser extends SQLParserBase { let localContext = new DdlStatementContext(this.context, this.state); this.enterRule(localContext, 8, FlinkSqlParser.RULE_ddlStatement); try { - this.state = 431; + this.state = 433; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 4, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 417; + this.state = 419; this.createTable(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 418; + this.state = 420; this.createDatabase(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 419; + this.state = 421; this.createView(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 420; + this.state = 422; this.createFunction(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 421; + this.state = 423; this.createCatalog(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 422; + this.state = 424; this.alterTable(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 423; + this.state = 425; this.alterView(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 424; + this.state = 426; this.alterDatabase(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 425; + this.state = 427; this.alterFunction(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 426; + this.state = 428; this.dropCatalog(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 427; + this.state = 429; this.dropTable(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 428; + this.state = 430; this.dropDatabase(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 429; + this.state = 431; this.dropView(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 430; + this.state = 432; this.dropFunction(); } break; @@ -1396,7 +1397,7 @@ export class FlinkSqlParser extends SQLParserBase { let localContext = new DmlStatementContext(this.context, this.state); this.enterRule(localContext, 10, FlinkSqlParser.RULE_dmlStatement); try { - this.state = 435; + this.state = 437; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_SELECT: @@ -1405,7 +1406,7 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.LR_BRACKET: this.enterOuterAlt(localContext, 1); { - this.state = 433; + this.state = 435; this.queryStatement(0); } break; @@ -1414,7 +1415,7 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_INSERT: this.enterOuterAlt(localContext, 2); { - this.state = 434; + this.state = 436; this.insertStatement(); } break; @@ -1443,7 +1444,7 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 437; + this.state = 439; _la = this.tokenStream.LA(1); if(!(_la === 109 || _la === 451)) { this.errorHandler.recoverInline(this); @@ -1452,7 +1453,7 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 438; + this.state = 440; this.tablePath(); } } @@ -1476,24 +1477,24 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 440; + this.state = 442; this.match(FlinkSqlParser.KW_EXPLAIN); - this.state = 444; + this.state = 446; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_CHANGELOG_MODE: case FlinkSqlParser.KW_ESTIMATED_COST: case FlinkSqlParser.KW_JSON_EXECUTION_PLAN: { - this.state = 441; + this.state = 443; this.explainDetails(); } break; case FlinkSqlParser.KW_PLAN: { - this.state = 442; + this.state = 444; this.match(FlinkSqlParser.KW_PLAN); - this.state = 443; + this.state = 445; this.match(FlinkSqlParser.KW_FOR); } break; @@ -1509,24 +1510,24 @@ export class FlinkSqlParser extends SQLParserBase { default: break; } - this.state = 449; + this.state = 451; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 7, this.context) ) { case 1: { - this.state = 446; + this.state = 448; this.dmlStatement(); } break; case 2: { - this.state = 447; + this.state = 449; this.insertSimpleStatement(); } break; case 3: { - this.state = 448; + this.state = 450; this.insertMulStatement(); } break; @@ -1554,21 +1555,21 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 451; + this.state = 453; this.explainDetail(); - this.state = 456; + this.state = 458; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 452; + this.state = 454; this.match(FlinkSqlParser.COMMA); - this.state = 453; + this.state = 455; this.explainDetail(); } } - this.state = 458; + this.state = 460; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -1595,7 +1596,7 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 459; + this.state = 461; _la = this.tokenStream.LA(1); if(!(_la === 45 || _la === 128 || _la === 189)) { this.errorHandler.recoverInline(this); @@ -1624,33 +1625,33 @@ export class FlinkSqlParser extends SQLParserBase { let localContext = new UseStatementContext(this.context, this.state); this.enterRule(localContext, 20, FlinkSqlParser.RULE_useStatement); try { - this.state = 467; + this.state = 469; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 9, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 461; + this.state = 463; this.match(FlinkSqlParser.KW_USE); - this.state = 462; + this.state = 464; this.match(FlinkSqlParser.KW_CATALOG); - this.state = 463; + this.state = 465; this.catalogPath(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 464; + this.state = 466; this.match(FlinkSqlParser.KW_USE); - this.state = 465; + this.state = 467; this.databasePath(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 466; + this.state = 468; this.useModuleStatement(); } break; @@ -1677,25 +1678,25 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 469; + this.state = 471; this.match(FlinkSqlParser.KW_USE); - this.state = 470; + this.state = 472; this.match(FlinkSqlParser.KW_MODULES); - this.state = 471; + this.state = 473; this.uid(); - this.state = 476; + this.state = 478; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 472; + this.state = 474; this.match(FlinkSqlParser.COMMA); - this.state = 473; + this.state = 475; this.uid(); } } - this.state = 478; + this.state = 480; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -1720,15 +1721,15 @@ export class FlinkSqlParser extends SQLParserBase { this.enterRule(localContext, 24, FlinkSqlParser.RULE_showStatement); let _la: number; try { - this.state = 521; + this.state = 523; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 18, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 479; + this.state = 481; this.match(FlinkSqlParser.KW_SHOW); - this.state = 480; + this.state = 482; _la = this.tokenStream.LA(1); if(!(_la === 42 || _la === 90 || _la === 423 || _la === 465)) { this.errorHandler.recoverInline(this); @@ -1742,11 +1743,11 @@ export class FlinkSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 481; + this.state = 483; this.match(FlinkSqlParser.KW_SHOW); - this.state = 482; + this.state = 484; this.match(FlinkSqlParser.KW_CURRENT); - this.state = 483; + this.state = 485; _la = this.tokenStream.LA(1); if(!(_la === 442 || _la === 448)) { this.errorHandler.recoverInline(this); @@ -1760,16 +1761,16 @@ export class FlinkSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 484; + this.state = 486; this.match(FlinkSqlParser.KW_SHOW); - this.state = 485; + this.state = 487; this.match(FlinkSqlParser.KW_TABLES); - this.state = 488; + this.state = 490; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151 || _la === 170) { { - this.state = 486; + this.state = 488; _la = this.tokenStream.LA(1); if(!(_la === 151 || _la === 170)) { this.errorHandler.recoverInline(this); @@ -1778,17 +1779,17 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 487; + this.state = 489; this.databasePath(); } } - this.state = 491; + this.state = 493; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 203 || _la === 242) { { - this.state = 490; + this.state = 492; this.likePredicate(); } } @@ -1798,11 +1799,11 @@ export class FlinkSqlParser extends SQLParserBase { case 4: this.enterOuterAlt(localContext, 4); { - this.state = 493; + this.state = 495; this.match(FlinkSqlParser.KW_SHOW); - this.state = 494; + this.state = 496; this.match(FlinkSqlParser.KW_COLUMNS); - this.state = 495; + this.state = 497; _la = this.tokenStream.LA(1); if(!(_la === 151 || _la === 170)) { this.errorHandler.recoverInline(this); @@ -1811,28 +1812,28 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 498; + this.state = 500; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 13, this.context) ) { case 1: { - this.state = 496; + this.state = 498; this.viewPath(); } break; case 2: { - this.state = 497; + this.state = 499; this.tablePath(); } break; } - this.state = 501; + this.state = 503; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 203 || _la === 242) { { - this.state = 500; + this.state = 502; this.likePredicate(); } } @@ -1842,26 +1843,26 @@ export class FlinkSqlParser extends SQLParserBase { case 5: this.enterOuterAlt(localContext, 5); { - this.state = 503; + this.state = 505; this.match(FlinkSqlParser.KW_SHOW); - this.state = 504; + this.state = 506; this.match(FlinkSqlParser.KW_CREATE); - this.state = 509; + this.state = 511; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_TABLE: { - this.state = 505; + this.state = 507; this.match(FlinkSqlParser.KW_TABLE); - this.state = 506; + this.state = 508; this.tablePath(); } break; case FlinkSqlParser.KW_VIEW: { - this.state = 507; + this.state = 509; this.match(FlinkSqlParser.KW_VIEW); - this.state = 508; + this.state = 510; this.viewPath(); } break; @@ -1873,38 +1874,38 @@ export class FlinkSqlParser extends SQLParserBase { case 6: this.enterOuterAlt(localContext, 6); { - this.state = 511; - this.match(FlinkSqlParser.KW_SHOW); this.state = 513; + this.match(FlinkSqlParser.KW_SHOW); + this.state = 515; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 412) { { - this.state = 512; + this.state = 514; this.match(FlinkSqlParser.KW_USER); } } - this.state = 515; + this.state = 517; this.match(FlinkSqlParser.KW_FUNCTIONS); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 516; - this.match(FlinkSqlParser.KW_SHOW); this.state = 518; + this.match(FlinkSqlParser.KW_SHOW); + this.state = 520; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 152) { { - this.state = 517; + this.state = 519; this.match(FlinkSqlParser.KW_FULL); } } - this.state = 520; + this.state = 522; this.match(FlinkSqlParser.KW_MODULES); } break; @@ -1930,20 +1931,20 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 523; + this.state = 525; this.match(FlinkSqlParser.KW_LOAD); - this.state = 524; + this.state = 526; this.match(FlinkSqlParser.KW_MODULE); - this.state = 525; + this.state = 527; this.uid(); - this.state = 528; + this.state = 530; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 19, this.context) ) { case 1: { - this.state = 526; + this.state = 528; this.match(FlinkSqlParser.KW_WITH); - this.state = 527; + this.state = 529; this.tablePropertyList(); } break; @@ -1970,11 +1971,11 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 530; + this.state = 532; this.match(FlinkSqlParser.KW_UNLOAD); - this.state = 531; + this.state = 533; this.match(FlinkSqlParser.KW_MODULE); - this.state = 532; + this.state = 534; this.uid(); } } @@ -1998,14 +1999,14 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 534; - this.match(FlinkSqlParser.KW_SET); this.state = 536; + this.match(FlinkSqlParser.KW_SET); + this.state = 538; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 20, this.context) ) { case 1: { - this.state = 535; + this.state = 537; this.tableProperty(); } break; @@ -2032,14 +2033,14 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 538; - this.match(FlinkSqlParser.KW_RESET); this.state = 540; + this.match(FlinkSqlParser.KW_RESET); + this.state = 542; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 21, this.context) ) { case 1: { - this.state = 539; + this.state = 541; this.tablePropertyKey(); } break; @@ -2067,7 +2068,7 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 542; + this.state = 544; _la = this.tokenStream.LA(1); if(!(_la === 438 || _la === 490)) { this.errorHandler.recoverInline(this); @@ -2076,9 +2077,9 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 543; + this.state = 545; this.match(FlinkSqlParser.KW_JAR); - this.state = 544; + this.state = 546; this.jarFileName(); } } @@ -2101,28 +2102,28 @@ export class FlinkSqlParser extends SQLParserBase { this.enterRule(localContext, 36, FlinkSqlParser.RULE_dtAddStatement); let _la: number; try { - this.state = 596; + this.state = 598; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 25, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 546; + this.state = 548; this.match(FlinkSqlParser.KW_ADD); - this.state = 547; + this.state = 549; this.match(FlinkSqlParser.KW_JAR); - this.state = 548; + this.state = 550; this.match(FlinkSqlParser.KW_WITH); - this.state = 549; + this.state = 551; this.dtFilePath(); - this.state = 552; + this.state = 554; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 550; + this.state = 552; this.match(FlinkSqlParser.KW_AS); - this.state = 551; + this.state = 553; this.uid(); } } @@ -2132,34 +2133,34 @@ export class FlinkSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 554; + this.state = 556; this.match(FlinkSqlParser.KW_ADD); - this.state = 555; + this.state = 557; this.match(FlinkSqlParser.KW_FILE); - this.state = 556; + this.state = 558; this.match(FlinkSqlParser.KW_WITH); - this.state = 557; + this.state = 559; this.dtFilePath(); - this.state = 560; + this.state = 562; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 558; + this.state = 560; this.match(FlinkSqlParser.KW_AS); - this.state = 559; + this.state = 561; this.uid(); } } - this.state = 564; + this.state = 566; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 312) { { - this.state = 562; + this.state = 564; this.match(FlinkSqlParser.KW_RENAME); - this.state = 563; + this.state = 565; this.uid(); } } @@ -2169,9 +2170,9 @@ export class FlinkSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 566; + this.state = 568; this.match(FlinkSqlParser.KW_ADD); - this.state = 567; + this.state = 569; _la = this.tokenStream.LA(1); if(!(((((_la - 483)) & ~0x1F) === 0 && ((1 << (_la - 483)) & 47) !== 0))) { this.errorHandler.recoverInline(this); @@ -2180,70 +2181,70 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 568; + this.state = 570; this.match(FlinkSqlParser.KW_WITH); - this.state = 569; + this.state = 571; this.dtFilePath(); - this.state = 570; + this.state = 572; this.match(FlinkSqlParser.KW_RENAME); - this.state = 571; + this.state = 573; this.uid(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 573; + this.state = 575; this.match(FlinkSqlParser.KW_ADD); - this.state = 574; + this.state = 576; this.match(FlinkSqlParser.KW_PYTHON_PARAMETER); - this.state = 575; + this.state = 577; this.dtFilePath(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 576; + this.state = 578; this.match(FlinkSqlParser.KW_ADD); - this.state = 577; + this.state = 579; this.match(FlinkSqlParser.KW_ENGINE); - this.state = 578; + this.state = 580; this.match(FlinkSqlParser.KW_FILE); - this.state = 579; + this.state = 581; this.match(FlinkSqlParser.KW_WITH); - this.state = 580; + this.state = 582; this.dtFilePath(); - this.state = 581; + this.state = 583; this.match(FlinkSqlParser.KW_RENAME); - this.state = 582; + this.state = 584; this.uid(); - this.state = 583; + this.state = 585; this.match(FlinkSqlParser.KW_KEY); - this.state = 584; + this.state = 586; this.uid(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 586; + this.state = 588; this.match(FlinkSqlParser.KW_ADD); - this.state = 587; + this.state = 589; this.match(FlinkSqlParser.KW_CONFIG); - this.state = 588; + this.state = 590; this.match(FlinkSqlParser.KW_FILE); - this.state = 589; + this.state = 591; this.match(FlinkSqlParser.KW_WITH); - this.state = 590; + this.state = 592; this.dtFilePath(); - this.state = 591; + this.state = 593; this.match(FlinkSqlParser.KW_FOR); - this.state = 592; + this.state = 594; this.uid(); - this.state = 593; + this.state = 595; this.match(FlinkSqlParser.KW_AS); - this.state = 594; + this.state = 596; this.uid(); } break; @@ -2271,7 +2272,7 @@ export class FlinkSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 602; + this.state = 604; this.errorHandler.sync(this); alternative = 1; do { @@ -2279,17 +2280,17 @@ export class FlinkSqlParser extends SQLParserBase { case 1: { { - this.state = 599; + this.state = 601; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 535) { { - this.state = 598; + this.state = 600; this.match(FlinkSqlParser.SLASH_SIGN); } } - this.state = 601; + this.state = 603; this.uid(); } } @@ -2297,7 +2298,7 @@ export class FlinkSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 604; + this.state = 606; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 27, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); @@ -2323,18 +2324,18 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 608; + this.state = 610; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 28, this.context) ) { case 1: { - this.state = 606; + this.state = 608; this.simpleCreateTable(); } break; case 2: { - this.state = 607; + this.state = 609; this.createTableAsSelect(); } break; @@ -2363,122 +2364,122 @@ export class FlinkSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 610; - this.match(FlinkSqlParser.KW_CREATE); this.state = 612; + this.match(FlinkSqlParser.KW_CREATE); + this.state = 614; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 498) { { - this.state = 611; + this.state = 613; this.match(FlinkSqlParser.KW_TEMPORARY); } } - this.state = 614; - this.match(FlinkSqlParser.KW_TABLE); this.state = 616; + this.match(FlinkSqlParser.KW_TABLE); + this.state = 618; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 167) { { - this.state = 615; + this.state = 617; this.ifNotExists(); } } - this.state = 618; + this.state = 620; this.tablePathCreate(); - this.state = 619; + this.state = 621; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 620; + this.state = 622; this.columnOptionDefinition(); - this.state = 625; + this.state = 627; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 31, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 621; + this.state = 623; this.match(FlinkSqlParser.COMMA); - this.state = 622; + this.state = 624; this.columnOptionDefinition(); } } } - this.state = 627; + this.state = 629; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 31, this.context); } - this.state = 630; + this.state = 632; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 32, this.context) ) { case 1: { - this.state = 628; + this.state = 630; this.match(FlinkSqlParser.COMMA); - this.state = 629; + this.state = 631; this.watermarkDefinition(); } break; } - this.state = 634; + this.state = 636; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 33, this.context) ) { case 1: { - this.state = 632; + this.state = 634; this.match(FlinkSqlParser.COMMA); - this.state = 633; + this.state = 635; this.tableConstraint(); } break; } - this.state = 638; + this.state = 640; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 521) { { - this.state = 636; + this.state = 638; this.match(FlinkSqlParser.COMMA); - this.state = 637; + this.state = 639; this.selfDefinitionClause(); } } - this.state = 640; + this.state = 642; this.match(FlinkSqlParser.RR_BRACKET); - this.state = 643; + this.state = 645; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 59) { { - this.state = 641; + this.state = 643; this.match(FlinkSqlParser.KW_COMMENT); - this.state = 642; + this.state = 644; localContext._comment = this.match(FlinkSqlParser.STRING_LITERAL); } } - this.state = 646; + this.state = 648; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 270) { { - this.state = 645; + this.state = 647; this.partitionDefinition(); } } - this.state = 648; - this.withOption(); this.state = 650; + this.withOption(); + this.state = 652; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 203) { { - this.state = 649; + this.state = 651; this.likeDefinition(); } } @@ -2506,32 +2507,32 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 652; + this.state = 654; this.match(FlinkSqlParser.KW_CREATE); - this.state = 653; - this.match(FlinkSqlParser.KW_TABLE); this.state = 655; + this.match(FlinkSqlParser.KW_TABLE); + this.state = 657; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 167) { { - this.state = 654; + this.state = 656; this.ifNotExists(); } } - this.state = 657; + this.state = 659; this.tablePathCreate(); - this.state = 658; + this.state = 660; this.withOption(); - this.state = 661; + this.state = 663; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 659; + this.state = 661; this.match(FlinkSqlParser.KW_AS); - this.state = 660; + this.state = 662; this.queryStatement(0); } } @@ -2556,27 +2557,27 @@ export class FlinkSqlParser extends SQLParserBase { let localContext = new ColumnOptionDefinitionContext(this.context, this.state); this.enterRule(localContext, 46, FlinkSqlParser.RULE_columnOptionDefinition); try { - this.state = 666; + this.state = 668; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 40, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 663; + this.state = 665; this.physicalColumnDefinition(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 664; + this.state = 666; this.metadataColumnDefinition(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 665; + this.state = 667; this.computedColumnDefinition(); } break; @@ -2603,28 +2604,28 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 668; + this.state = 670; this.columnNameCreate(); - this.state = 669; - this.columnType(); this.state = 671; + this.columnType(); + this.state = 673; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 242 || _la === 245 || _la === 289) { { - this.state = 670; + this.state = 672; this.columnConstraint(); } } - this.state = 675; + this.state = 677; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 59) { { - this.state = 673; + this.state = 675; this.match(FlinkSqlParser.KW_COMMENT); - this.state = 674; + this.state = 676; localContext._comment = this.match(FlinkSqlParser.STRING_LITERAL); } } @@ -2649,20 +2650,20 @@ export class FlinkSqlParser extends SQLParserBase { let localContext = new ColumnNameCreateContext(this.context, this.state); this.enterRule(localContext, 50, FlinkSqlParser.RULE_columnNameCreate); try { - this.state = 679; + this.state = 681; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 43, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 677; + this.state = 679; this.uid(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 678; + this.state = 680; this.expression(); } break; @@ -2686,20 +2687,20 @@ export class FlinkSqlParser extends SQLParserBase { let localContext = new ColumnNameContext(this.context, this.state); this.enterRule(localContext, 52, FlinkSqlParser.RULE_columnName); try { - this.state = 683; + this.state = 685; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 44, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 681; + this.state = 683; this.uid(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 682; + this.state = 684; if (!(this.shouldMatchEmpty())) { throw this.createFailedPredicateException("this.shouldMatchEmpty()"); } @@ -2727,7 +2728,7 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 685; + this.state = 687; this.uid(); } } @@ -2752,27 +2753,27 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 687; + this.state = 689; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 688; + this.state = 690; this.columnName(); - this.state = 693; + this.state = 695; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 689; + this.state = 691; this.match(FlinkSqlParser.COMMA); - this.state = 690; + this.state = 692; this.columnName(); } } - this.state = 695; + this.state = 697; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 696; + this.state = 698; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -2795,7 +2796,7 @@ export class FlinkSqlParser extends SQLParserBase { this.enterRule(localContext, 58, FlinkSqlParser.RULE_columnType); let _la: number; try { - this.state = 735; + this.state = 737; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_BOOLEAN: @@ -2803,7 +2804,7 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_NULL: this.enterOuterAlt(localContext, 1); { - this.state = 698; + this.state = 700; localContext._colType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 32 || _la === 91 || _la === 245)) { @@ -2831,7 +2832,7 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_VARCHAR: this.enterOuterAlt(localContext, 2); { - this.state = 699; + this.state = 701; localContext._colType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(((((_la - 28)) & ~0x1F) === 0 && ((1 << (_la - 28)) & 262275) !== 0) || _la === 92 || _la === 178 || _la === 179 || _la === 345 || _la === 361 || ((((_la - 379)) & ~0x1F) === 0 && ((1 << (_la - 379)) & 521) !== 0) || _la === 417 || _la === 418)) { @@ -2841,12 +2842,12 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 701; + this.state = 703; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 517) { { - this.state = 700; + this.state = 702; this.lengthOneDimension(); } } @@ -2856,24 +2857,24 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_TIMESTAMP: this.enterOuterAlt(localContext, 3); { - this.state = 703; - localContext._colType = this.match(FlinkSqlParser.KW_TIMESTAMP); this.state = 705; + localContext._colType = this.match(FlinkSqlParser.KW_TIMESTAMP); + this.state = 707; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 517) { { - this.state = 704; + this.state = 706; this.lengthOneDimension(); } } - this.state = 713; + this.state = 715; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 434 || _la === 436) { { - this.state = 707; + this.state = 709; _la = this.tokenStream.LA(1); if(!(_la === 434 || _la === 436)) { this.errorHandler.recoverInline(this); @@ -2882,19 +2883,19 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 709; + this.state = 711; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 207) { { - this.state = 708; + this.state = 710; this.match(FlinkSqlParser.KW_LOCAL); } } - this.state = 711; + this.state = 713; this.match(FlinkSqlParser.KW_TIME); - this.state = 712; + this.state = 714; this.match(FlinkSqlParser.KW_ZONE); } } @@ -2908,7 +2909,7 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_NUMERIC: this.enterOuterAlt(localContext, 4); { - this.state = 715; + this.state = 717; localContext._colType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(((((_la - 101)) & ~0x1F) === 0 && ((1 << (_la - 101)) & 16387) !== 0) || _la === 144 || _la === 247)) { @@ -2918,12 +2919,12 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 717; + this.state = 719; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 517) { { - this.state = 716; + this.state = 718; this.lengthTwoOptionalDimension(); } } @@ -2934,7 +2935,7 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_MULTISET: this.enterOuterAlt(localContext, 5); { - this.state = 719; + this.state = 721; localContext._colType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 13 || _la === 232)) { @@ -2944,12 +2945,12 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 721; + this.state = 723; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 508) { { - this.state = 720; + this.state = 722; this.lengthOneTypeDimension(); } } @@ -2959,14 +2960,14 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_MAP: this.enterOuterAlt(localContext, 6); { - this.state = 723; - localContext._colType = this.match(FlinkSqlParser.KW_MAP); this.state = 725; + localContext._colType = this.match(FlinkSqlParser.KW_MAP); + this.state = 727; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 508) { { - this.state = 724; + this.state = 726; this.mapTypeDimension(); } } @@ -2976,14 +2977,14 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_ROW: this.enterOuterAlt(localContext, 7); { - this.state = 727; - localContext._colType = this.match(FlinkSqlParser.KW_ROW); this.state = 729; + localContext._colType = this.match(FlinkSqlParser.KW_ROW); + this.state = 731; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 508 || _la === 517) { { - this.state = 728; + this.state = 730; this.rowTypeDimension(); } } @@ -2993,14 +2994,14 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_RAW: this.enterOuterAlt(localContext, 8); { - this.state = 731; - localContext._colType = this.match(FlinkSqlParser.KW_RAW); this.state = 733; + localContext._colType = this.match(FlinkSqlParser.KW_RAW); + this.state = 735; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 517) { { - this.state = 732; + this.state = 734; this.lengthTwoStringDimension(); } } @@ -3031,11 +3032,11 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 737; + this.state = 739; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 738; + this.state = 740; this.decimalLiteral(); - this.state = 739; + this.state = 741; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -3060,23 +3061,23 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 741; + this.state = 743; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 742; + this.state = 744; this.decimalLiteral(); - this.state = 745; + this.state = 747; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 521) { { - this.state = 743; + this.state = 745; this.match(FlinkSqlParser.COMMA); - this.state = 744; + this.state = 746; this.decimalLiteral(); } } - this.state = 747; + this.state = 749; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -3101,23 +3102,23 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 749; + this.state = 751; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 750; + this.state = 752; this.stringLiteral(); - this.state = 753; + this.state = 755; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 521) { { - this.state = 751; + this.state = 753; this.match(FlinkSqlParser.COMMA); - this.state = 752; + this.state = 754; this.stringLiteral(); } } - this.state = 755; + this.state = 757; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -3141,11 +3142,11 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 757; + this.state = 759; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 758; + this.state = 760; this.columnType(); - this.state = 759; + this.state = 761; this.match(FlinkSqlParser.GREATER_SYMBOL); } } @@ -3169,17 +3170,17 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 761; + this.state = 763; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 762; + this.state = 764; this.columnType(); { - this.state = 763; + this.state = 765; this.match(FlinkSqlParser.COMMA); - this.state = 764; + this.state = 766; this.columnType(); } - this.state = 766; + this.state = 768; this.match(FlinkSqlParser.GREATER_SYMBOL); } } @@ -3202,68 +3203,68 @@ export class FlinkSqlParser extends SQLParserBase { this.enterRule(localContext, 70, FlinkSqlParser.RULE_rowTypeDimension); let _la: number; try { - this.state = 796; + this.state = 798; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.LESS_SYMBOL: this.enterOuterAlt(localContext, 1); { - this.state = 768; + this.state = 770; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 769; + this.state = 771; this.columnName(); - this.state = 770; + this.state = 772; this.columnType(); - this.state = 777; + this.state = 779; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 771; + this.state = 773; this.match(FlinkSqlParser.COMMA); - this.state = 772; + this.state = 774; this.columnName(); - this.state = 773; + this.state = 775; this.columnType(); } } - this.state = 779; + this.state = 781; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 780; + this.state = 782; this.match(FlinkSqlParser.GREATER_SYMBOL); } break; case FlinkSqlParser.LR_BRACKET: this.enterOuterAlt(localContext, 2); { - this.state = 782; + this.state = 784; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 783; + this.state = 785; this.columnName(); - this.state = 784; + this.state = 786; this.columnType(); - this.state = 791; + this.state = 793; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 785; + this.state = 787; this.match(FlinkSqlParser.COMMA); - this.state = 786; + this.state = 788; this.columnName(); - this.state = 787; + this.state = 789; this.columnType(); } } - this.state = 793; + this.state = 795; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 794; + this.state = 796; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -3290,37 +3291,37 @@ export class FlinkSqlParser extends SQLParserBase { this.enterRule(localContext, 72, FlinkSqlParser.RULE_columnConstraint); let _la: number; try { - this.state = 812; + this.state = 814; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_CONSTRAINT: case FlinkSqlParser.KW_PRIMARY: this.enterOuterAlt(localContext, 1); { - this.state = 800; + this.state = 802; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64) { { - this.state = 798; + this.state = 800; this.match(FlinkSqlParser.KW_CONSTRAINT); - this.state = 799; + this.state = 801; this.constraintName(); } } - this.state = 802; + this.state = 804; this.match(FlinkSqlParser.KW_PRIMARY); - this.state = 803; + this.state = 805; this.match(FlinkSqlParser.KW_KEY); - this.state = 806; + this.state = 808; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 242) { { - this.state = 804; + this.state = 806; this.match(FlinkSqlParser.KW_NOT); - this.state = 805; + this.state = 807; this.match(FlinkSqlParser.KW_ENFORCED); } } @@ -3331,17 +3332,17 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_NULL: this.enterOuterAlt(localContext, 2); { - this.state = 809; + this.state = 811; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 242) { { - this.state = 808; + this.state = 810; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 811; + this.state = 813; this.match(FlinkSqlParser.KW_NULL); } break; @@ -3370,30 +3371,30 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 814; + this.state = 816; this.columnNameCreate(); - this.state = 815; + this.state = 817; this.columnType(); - this.state = 816; + this.state = 818; this.match(FlinkSqlParser.KW_METADATA); - this.state = 819; + this.state = 821; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151) { { - this.state = 817; + this.state = 819; this.match(FlinkSqlParser.KW_FROM); - this.state = 818; + this.state = 820; this.metadataKey(); } } - this.state = 822; + this.state = 824; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 424) { { - this.state = 821; + this.state = 823; this.match(FlinkSqlParser.KW_VIRTUAL); } } @@ -3420,7 +3421,7 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 824; + this.state = 826; this.match(FlinkSqlParser.STRING_LITERAL); } } @@ -3445,20 +3446,20 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 826; + this.state = 828; this.columnNameCreate(); - this.state = 827; + this.state = 829; this.match(FlinkSqlParser.KW_AS); - this.state = 828; + this.state = 830; this.computedColumnExpression(); - this.state = 831; + this.state = 833; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 59) { { - this.state = 829; + this.state = 831; this.match(FlinkSqlParser.KW_COMMENT); - this.state = 830; + this.state = 832; localContext._comment = this.match(FlinkSqlParser.STRING_LITERAL); } } @@ -3485,7 +3486,7 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 833; + this.state = 835; this.expression(); } } @@ -3509,15 +3510,15 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 835; + this.state = 837; this.match(FlinkSqlParser.KW_WATERMARK); - this.state = 836; + this.state = 838; this.match(FlinkSqlParser.KW_FOR); - this.state = 837; + this.state = 839; this.columnName(); - this.state = 838; + this.state = 840; this.match(FlinkSqlParser.KW_AS); - this.state = 839; + this.state = 841; this.expression(); } } @@ -3542,27 +3543,27 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 843; + this.state = 845; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64) { { - this.state = 841; + this.state = 843; this.match(FlinkSqlParser.KW_CONSTRAINT); - this.state = 842; + this.state = 844; this.constraintName(); } } - this.state = 845; + this.state = 847; this.match(FlinkSqlParser.KW_PRIMARY); - this.state = 846; + this.state = 848; this.match(FlinkSqlParser.KW_KEY); - this.state = 847; + this.state = 849; this.columnNameList(); - this.state = 848; + this.state = 850; this.match(FlinkSqlParser.KW_NOT); - this.state = 849; + this.state = 851; this.match(FlinkSqlParser.KW_ENFORCED); } } @@ -3586,7 +3587,7 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 851; + this.state = 853; this.identifier(); } } @@ -3610,11 +3611,11 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 853; + this.state = 855; this.match(FlinkSqlParser.KW_PERIOD); - this.state = 854; + this.state = 856; this.match(FlinkSqlParser.KW_FOR); - this.state = 855; + this.state = 857; this.match(FlinkSqlParser.KW_SYSTEM_TIME); } } @@ -3638,11 +3639,11 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 857; + this.state = 859; this.match(FlinkSqlParser.KW_PARTITIONED); - this.state = 858; + this.state = 860; this.match(FlinkSqlParser.KW_BY); - this.state = 859; + this.state = 861; this.transformList(); } } @@ -3667,27 +3668,27 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 861; + this.state = 863; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 862; + this.state = 864; this.transform(); - this.state = 867; + this.state = 869; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 863; + this.state = 865; this.match(FlinkSqlParser.COMMA); - this.state = 864; + this.state = 866; this.transform(); } } - this.state = 869; + this.state = 871; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 870; + this.state = 872; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -3710,14 +3711,14 @@ export class FlinkSqlParser extends SQLParserBase { this.enterRule(localContext, 94, FlinkSqlParser.RULE_transform); let _la: number; try { - this.state = 884; + this.state = 886; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 71, this.context) ) { case 1: localContext = new IdentityTransformContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 872; + this.state = 874; this.columnName(); } break; @@ -3725,27 +3726,27 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ApplyTransformContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 873; + this.state = 875; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 874; + this.state = 876; this.transformArgument(); - this.state = 879; + this.state = 881; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 875; + this.state = 877; this.match(FlinkSqlParser.COMMA); - this.state = 876; + this.state = 878; this.transformArgument(); } } - this.state = 881; + this.state = 883; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 882; + this.state = 884; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -3769,20 +3770,20 @@ export class FlinkSqlParser extends SQLParserBase { let localContext = new TransformArgumentContext(this.context, this.state); this.enterRule(localContext, 96, FlinkSqlParser.RULE_transformArgument); try { - this.state = 888; + this.state = 890; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 72, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 886; + this.state = 888; this.qualifiedName(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 887; + this.state = 889; this.constant(); } break; @@ -3809,32 +3810,32 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 890; + this.state = 892; this.match(FlinkSqlParser.KW_LIKE); - this.state = 891; + this.state = 893; this.tablePath(); - this.state = 900; + this.state = 902; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 74, this.context) ) { case 1: { - this.state = 892; + this.state = 894; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 896; + this.state = 898; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 267 || _la === 456 || _la === 463) { { { - this.state = 893; + this.state = 895; this.likeOption(); } } - this.state = 898; + this.state = 900; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 899; + this.state = 901; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -3860,14 +3861,14 @@ export class FlinkSqlParser extends SQLParserBase { this.enterRule(localContext, 100, FlinkSqlParser.RULE_likeOption); let _la: number; try { - this.state = 906; + this.state = 908; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 75, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { { - this.state = 902; + this.state = 904; _la = this.tokenStream.LA(1); if(!(_la === 456 || _la === 463)) { this.errorHandler.recoverInline(this); @@ -3876,7 +3877,7 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 903; + this.state = 905; _la = this.tokenStream.LA(1); if(!(_la === 5 || _la === 271 || _la === 445)) { this.errorHandler.recoverInline(this); @@ -3892,7 +3893,7 @@ export class FlinkSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 2); { { - this.state = 904; + this.state = 906; _la = this.tokenStream.LA(1); if(!(_la === 267 || _la === 456 || _la === 463)) { this.errorHandler.recoverInline(this); @@ -3901,7 +3902,7 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 905; + this.state = 907; _la = this.tokenStream.LA(1); if(!(_la === 426 || _la === 459 || _la === 478)) { this.errorHandler.recoverInline(this); @@ -3935,13 +3936,13 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 908; + this.state = 910; this.match(FlinkSqlParser.KW_CREATE); - this.state = 909; + this.state = 911; this.match(FlinkSqlParser.KW_CATALOG); - this.state = 910; + this.state = 912; this.catalogPathCreate(); - this.state = 911; + this.state = 913; this.withOption(); } } @@ -3966,35 +3967,35 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 913; + this.state = 915; this.match(FlinkSqlParser.KW_CREATE); - this.state = 914; - this.match(FlinkSqlParser.KW_DATABASE); this.state = 916; + this.match(FlinkSqlParser.KW_DATABASE); + this.state = 918; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 167) { { - this.state = 915; + this.state = 917; this.ifNotExists(); } } - this.state = 918; + this.state = 920; this.databasePathCreate(); - this.state = 921; + this.state = 923; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 59) { { - this.state = 919; + this.state = 921; this.match(FlinkSqlParser.KW_COMMENT); - this.state = 920; + this.state = 922; localContext._comment = this.match(FlinkSqlParser.STRING_LITERAL); } } - this.state = 923; + this.state = 925; this.withOption(); } } @@ -4019,57 +4020,57 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 925; - this.match(FlinkSqlParser.KW_CREATE); this.state = 927; + this.match(FlinkSqlParser.KW_CREATE); + this.state = 929; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 498) { { - this.state = 926; + this.state = 928; this.match(FlinkSqlParser.KW_TEMPORARY); } } - this.state = 929; - this.match(FlinkSqlParser.KW_VIEW); this.state = 931; + this.match(FlinkSqlParser.KW_VIEW); + this.state = 933; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 167) { { - this.state = 930; + this.state = 932; this.ifNotExists(); } } - this.state = 933; - this.viewPathCreate(); this.state = 935; + this.viewPathCreate(); + this.state = 937; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 517) { { - this.state = 934; + this.state = 936; this.columnNameList(); } } - this.state = 939; + this.state = 941; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 59) { { - this.state = 937; + this.state = 939; this.match(FlinkSqlParser.KW_COMMENT); - this.state = 938; + this.state = 940; localContext._comment = this.match(FlinkSqlParser.STRING_LITERAL); } } - this.state = 941; + this.state = 943; this.match(FlinkSqlParser.KW_AS); - this.state = 942; + this.state = 944; this.queryStatement(0); } } @@ -4094,52 +4095,52 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 944; + this.state = 946; this.match(FlinkSqlParser.KW_CREATE); - this.state = 948; + this.state = 950; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 82, this.context) ) { case 1: { - this.state = 945; + this.state = 947; this.match(FlinkSqlParser.KW_TEMPORARY); } break; case 2: { - this.state = 946; + this.state = 948; this.match(FlinkSqlParser.KW_TEMPORARY); - this.state = 947; + this.state = 949; this.match(FlinkSqlParser.KW_SYSTEM); } break; } - this.state = 950; - this.match(FlinkSqlParser.KW_FUNCTION); this.state = 952; + this.match(FlinkSqlParser.KW_FUNCTION); + this.state = 954; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 167) { { - this.state = 951; + this.state = 953; this.ifNotExists(); } } - this.state = 954; + this.state = 956; this.functionNameCreate(); - this.state = 955; + this.state = 957; this.match(FlinkSqlParser.KW_AS); - this.state = 956; + this.state = 958; this.identifier(); - this.state = 959; + this.state = 961; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 196) { { - this.state = 957; + this.state = 959; this.match(FlinkSqlParser.KW_LANGUAGE); - this.state = 958; + this.state = 960; _la = this.tokenStream.LA(1); if(!(_la === 331 || _la === 466 || _la === 482)) { this.errorHandler.recoverInline(this); @@ -4151,12 +4152,12 @@ export class FlinkSqlParser extends SQLParserBase { } } - this.state = 962; + this.state = 964; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 413) { { - this.state = 961; + this.state = 963; this.usingClause(); } } @@ -4184,27 +4185,27 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 964; + this.state = 966; this.match(FlinkSqlParser.KW_USING); - this.state = 965; + this.state = 967; this.match(FlinkSqlParser.KW_JAR); - this.state = 966; + this.state = 968; this.jarFileName(); - this.state = 972; + this.state = 974; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 967; + this.state = 969; this.match(FlinkSqlParser.COMMA); - this.state = 968; + this.state = 970; this.match(FlinkSqlParser.KW_JAR); - this.state = 969; + this.state = 971; this.jarFileName(); } } - this.state = 974; + this.state = 976; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -4230,7 +4231,7 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 975; + this.state = 977; this.match(FlinkSqlParser.STRING_LITERAL); } } @@ -4255,52 +4256,52 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 977; + this.state = 979; this.match(FlinkSqlParser.KW_ALTER); - this.state = 978; - this.match(FlinkSqlParser.KW_TABLE); this.state = 980; + this.match(FlinkSqlParser.KW_TABLE); + this.state = 982; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 167) { { - this.state = 979; + this.state = 981; this.ifExists(); } } - this.state = 982; + this.state = 984; this.tablePath(); - this.state = 988; + this.state = 990; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 88, this.context) ) { case 1: { - this.state = 983; + this.state = 985; this.renameDefinition(); } break; case 2: { - this.state = 984; + this.state = 986; this.setKeyValueDefinition(); } break; case 3: { - this.state = 985; + this.state = 987; this.addConstraint(); } break; case 4: { - this.state = 986; + this.state = 988; this.dropConstraint(); } break; case 5: { - this.state = 987; + this.state = 989; this.addUnique(); } break; @@ -4328,21 +4329,21 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 990; - this.match(FlinkSqlParser.KW_RENAME); this.state = 992; + this.match(FlinkSqlParser.KW_RENAME); + this.state = 994; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 438)) & ~0x1F) === 0 && ((1 << (_la - 438)) & 4294967295) !== 0) || ((((_la - 470)) & ~0x1F) === 0 && ((1 << (_la - 470)) & 4294967295) !== 0) || ((((_la - 502)) & ~0x1F) === 0 && ((1 << (_la - 502)) & 15) !== 0) || ((((_la - 538)) & ~0x1F) === 0 && ((1 << (_la - 538)) & 19) !== 0)) { { - this.state = 991; + this.state = 993; this.uid(); } } - this.state = 994; + this.state = 996; this.match(FlinkSqlParser.KW_TO); - this.state = 995; + this.state = 997; this.uid(); } } @@ -4366,9 +4367,9 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 997; + this.state = 999; this.match(FlinkSqlParser.KW_SET); - this.state = 998; + this.state = 1000; this.tablePropertyList(); } } @@ -4393,24 +4394,24 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1000; + this.state = 1002; this.match(FlinkSqlParser.KW_ADD); - this.state = 1001; + this.state = 1003; this.match(FlinkSqlParser.KW_CONSTRAINT); - this.state = 1002; + this.state = 1004; this.constraintName(); - this.state = 1003; + this.state = 1005; this.match(FlinkSqlParser.KW_PRIMARY); - this.state = 1004; + this.state = 1006; this.match(FlinkSqlParser.KW_KEY); - this.state = 1005; - this.columnNameList(); this.state = 1007; + this.columnNameList(); + this.state = 1009; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 242) { { - this.state = 1006; + this.state = 1008; this.notForced(); } } @@ -4437,11 +4438,11 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1009; + this.state = 1011; this.match(FlinkSqlParser.KW_DROP); - this.state = 1010; + this.state = 1012; this.match(FlinkSqlParser.KW_CONSTRAINT); - this.state = 1011; + this.state = 1013; this.constraintName(); } } @@ -4465,11 +4466,11 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1013; + this.state = 1015; this.match(FlinkSqlParser.KW_ADD); - this.state = 1014; + this.state = 1016; this.match(FlinkSqlParser.KW_UNIQUE); - this.state = 1015; + this.state = 1017; this.columnNameList(); } } @@ -4493,9 +4494,9 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1017; + this.state = 1019; this.match(FlinkSqlParser.KW_NOT); - this.state = 1018; + this.state = 1020; this.match(FlinkSqlParser.KW_ENFORCED); } } @@ -4519,26 +4520,26 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1020; + this.state = 1022; this.match(FlinkSqlParser.KW_ALTER); - this.state = 1021; + this.state = 1023; this.match(FlinkSqlParser.KW_VIEW); - this.state = 1022; + this.state = 1024; this.viewPath(); - this.state = 1026; + this.state = 1028; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_RENAME: { - this.state = 1023; + this.state = 1025; this.renameDefinition(); } break; case FlinkSqlParser.KW_AS: { - this.state = 1024; + this.state = 1026; this.match(FlinkSqlParser.KW_AS); - this.state = 1025; + this.state = 1027; this.queryStatement(0); } break; @@ -4567,13 +4568,13 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1028; + this.state = 1030; this.match(FlinkSqlParser.KW_ALTER); - this.state = 1029; + this.state = 1031; this.match(FlinkSqlParser.KW_DATABASE); - this.state = 1030; + this.state = 1032; this.databasePath(); - this.state = 1031; + this.state = 1033; this.setKeyValueDefinition(); } } @@ -4598,52 +4599,52 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1033; + this.state = 1035; this.match(FlinkSqlParser.KW_ALTER); - this.state = 1037; + this.state = 1039; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 92, this.context) ) { case 1: { - this.state = 1034; + this.state = 1036; this.match(FlinkSqlParser.KW_TEMPORARY); } break; case 2: { - this.state = 1035; + this.state = 1037; this.match(FlinkSqlParser.KW_TEMPORARY); - this.state = 1036; + this.state = 1038; this.match(FlinkSqlParser.KW_SYSTEM); } break; } - this.state = 1039; - this.match(FlinkSqlParser.KW_FUNCTION); this.state = 1041; + this.match(FlinkSqlParser.KW_FUNCTION); + this.state = 1043; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 93, this.context) ) { case 1: { - this.state = 1040; + this.state = 1042; this.ifExists(); } break; } - this.state = 1043; + this.state = 1045; this.functionName(); - this.state = 1044; + this.state = 1046; this.match(FlinkSqlParser.KW_AS); - this.state = 1045; + this.state = 1047; this.identifier(); - this.state = 1048; + this.state = 1050; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 196) { { - this.state = 1046; + this.state = 1048; this.match(FlinkSqlParser.KW_LANGUAGE); - this.state = 1047; + this.state = 1049; _la = this.tokenStream.LA(1); if(!(_la === 331 || _la === 466 || _la === 482)) { this.errorHandler.recoverInline(this); @@ -4678,21 +4679,21 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1050; + this.state = 1052; this.match(FlinkSqlParser.KW_DROP); - this.state = 1051; - this.match(FlinkSqlParser.KW_CATALOG); this.state = 1053; + this.match(FlinkSqlParser.KW_CATALOG); + this.state = 1055; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 167) { { - this.state = 1052; + this.state = 1054; this.ifExists(); } } - this.state = 1055; + this.state = 1057; this.catalogPath(); } } @@ -4717,31 +4718,31 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1057; - this.match(FlinkSqlParser.KW_DROP); this.state = 1059; + this.match(FlinkSqlParser.KW_DROP); + this.state = 1061; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 498) { { - this.state = 1058; + this.state = 1060; this.match(FlinkSqlParser.KW_TEMPORARY); } } - this.state = 1061; - this.match(FlinkSqlParser.KW_TABLE); this.state = 1063; + this.match(FlinkSqlParser.KW_TABLE); + this.state = 1065; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 167) { { - this.state = 1062; + this.state = 1064; this.ifExists(); } } - this.state = 1065; + this.state = 1067; this.tablePath(); } } @@ -4766,28 +4767,28 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1067; + this.state = 1069; this.match(FlinkSqlParser.KW_DROP); - this.state = 1068; - this.match(FlinkSqlParser.KW_DATABASE); this.state = 1070; + this.match(FlinkSqlParser.KW_DATABASE); + this.state = 1072; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 167) { { - this.state = 1069; + this.state = 1071; this.ifExists(); } } - this.state = 1072; - this.databasePath(); this.state = 1074; + this.databasePath(); + this.state = 1076; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 441 || _la === 491) { { - this.state = 1073; + this.state = 1075; localContext._dropType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 441 || _la === 491)) { @@ -4823,31 +4824,31 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1076; - this.match(FlinkSqlParser.KW_DROP); this.state = 1078; + this.match(FlinkSqlParser.KW_DROP); + this.state = 1080; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 498) { { - this.state = 1077; + this.state = 1079; this.match(FlinkSqlParser.KW_TEMPORARY); } } - this.state = 1080; - this.match(FlinkSqlParser.KW_VIEW); this.state = 1082; + this.match(FlinkSqlParser.KW_VIEW); + this.state = 1084; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 167) { { - this.state = 1081; + this.state = 1083; this.ifExists(); } } - this.state = 1084; + this.state = 1086; this.viewPath(); } } @@ -4871,39 +4872,39 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1086; + this.state = 1088; this.match(FlinkSqlParser.KW_DROP); - this.state = 1090; + this.state = 1092; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 102, this.context) ) { case 1: { - this.state = 1087; + this.state = 1089; this.match(FlinkSqlParser.KW_TEMPORARY); } break; case 2: { - this.state = 1088; + this.state = 1090; this.match(FlinkSqlParser.KW_TEMPORARY); - this.state = 1089; + this.state = 1091; this.match(FlinkSqlParser.KW_SYSTEM); } break; } - this.state = 1092; - this.match(FlinkSqlParser.KW_FUNCTION); this.state = 1094; + this.match(FlinkSqlParser.KW_FUNCTION); + this.state = 1096; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 103, this.context) ) { case 1: { - this.state = 1093; + this.state = 1095; this.ifExists(); } break; } - this.state = 1096; + this.state = 1098; this.functionName(); } } @@ -4926,24 +4927,24 @@ export class FlinkSqlParser extends SQLParserBase { this.enterRule(localContext, 144, FlinkSqlParser.RULE_insertStatement); let _la: number; try { - this.state = 1105; + this.state = 1107; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 105, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { { - this.state = 1099; + this.state = 1101; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 132) { { - this.state = 1098; + this.state = 1100; this.match(FlinkSqlParser.KW_EXECUTE); } } - this.state = 1101; + this.state = 1103; this.insertSimpleStatement(); } } @@ -4951,7 +4952,7 @@ export class FlinkSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1102; + this.state = 1104; this.insertMulStatementCompatibility(); } break; @@ -4959,9 +4960,9 @@ export class FlinkSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 3); { { - this.state = 1103; + this.state = 1105; this.match(FlinkSqlParser.KW_EXECUTE); - this.state = 1104; + this.state = 1106; this.insertMulStatement(); } } @@ -4989,9 +4990,9 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1107; + this.state = 1109; this.match(FlinkSqlParser.KW_INSERT); - this.state = 1108; + this.state = 1110; _la = this.tokenStream.LA(1); if(!(_la === 183 || _la === 266)) { this.errorHandler.recoverInline(this); @@ -5000,40 +5001,40 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1109; + this.state = 1111; this.tablePath(); - this.state = 1118; + this.state = 1120; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 108, this.context) ) { case 1: { - this.state = 1111; + this.state = 1113; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 1110; + this.state = 1112; this.insertPartitionDefinition(); } } - this.state = 1114; + this.state = 1116; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 107, this.context) ) { case 1: { - this.state = 1113; + this.state = 1115; this.columnNameList(); } break; } - this.state = 1116; + this.state = 1118; this.queryStatement(0); } break; case 2: { - this.state = 1117; + this.state = 1119; this.valuesDefinition(); } break; @@ -5060,9 +5061,9 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1120; + this.state = 1122; this.match(FlinkSqlParser.KW_PARTITION); - this.state = 1121; + this.state = 1123; this.tablePropertyList(); } } @@ -5087,23 +5088,23 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1123; + this.state = 1125; this.match(FlinkSqlParser.KW_VALUES); - this.state = 1124; + this.state = 1126; this.valuesRowDefinition(); - this.state = 1129; + this.state = 1131; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 1125; + this.state = 1127; this.match(FlinkSqlParser.COMMA); - this.state = 1126; + this.state = 1128; this.valuesRowDefinition(); } } - this.state = 1131; + this.state = 1133; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -5130,27 +5131,27 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1132; + this.state = 1134; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1133; - this.constant(); - this.state = 1138; + this.state = 1135; + this.valueDefinition(); + this.state = 1140; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 1134; + this.state = 1136; this.match(FlinkSqlParser.COMMA); - this.state = 1135; - this.constant(); + this.state = 1137; + this.valueDefinition(); } } - this.state = 1140; + this.state = 1142; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1141; + this.state = 1143; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -5168,38 +5169,75 @@ export class FlinkSqlParser extends SQLParserBase { } return localContext; } + public valueDefinition(): ValueDefinitionContext { + let localContext = new ValueDefinitionContext(this.context, this.state); + this.enterRule(localContext, 154, FlinkSqlParser.RULE_valueDefinition); + try { + this.state = 1147; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 111, this.context) ) { + case 1: + this.enterOuterAlt(localContext, 1); + { + this.state = 1145; + this.constant(); + } + break; + case 2: + this.enterOuterAlt(localContext, 2); + { + this.state = 1146; + this.functionCallExpression(); + } + break; + } + } + catch (re) { + if (re instanceof antlr.RecognitionException) { + localContext.exception = re; + this.errorHandler.reportError(this, re); + this.errorHandler.recover(this, re); + } else { + throw re; + } + } + finally { + this.exitRule(); + } + return localContext; + } public insertMulStatementCompatibility(): InsertMulStatementCompatibilityContext { let localContext = new InsertMulStatementCompatibilityContext(this.context, this.state); - this.enterRule(localContext, 154, FlinkSqlParser.RULE_insertMulStatementCompatibility); + this.enterRule(localContext, 156, FlinkSqlParser.RULE_insertMulStatementCompatibility); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1143; + this.state = 1149; this.match(FlinkSqlParser.KW_BEGIN); - this.state = 1144; + this.state = 1150; this.match(FlinkSqlParser.KW_STATEMENT); - this.state = 1145; + this.state = 1151; this.match(FlinkSqlParser.KW_SET); - this.state = 1146; + this.state = 1152; this.match(FlinkSqlParser.SEMICOLON); - this.state = 1150; + this.state = 1156; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 1147; + this.state = 1153; this.insertSimpleStatement(); - this.state = 1148; + this.state = 1154; this.match(FlinkSqlParser.SEMICOLON); } } - this.state = 1152; + this.state = 1158; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 177); - this.state = 1154; + this.state = 1160; this.match(FlinkSqlParser.KW_END); } } @@ -5219,34 +5257,34 @@ export class FlinkSqlParser extends SQLParserBase { } public insertMulStatement(): InsertMulStatementContext { let localContext = new InsertMulStatementContext(this.context, this.state); - this.enterRule(localContext, 156, FlinkSqlParser.RULE_insertMulStatement); + this.enterRule(localContext, 158, FlinkSqlParser.RULE_insertMulStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1156; + this.state = 1162; this.match(FlinkSqlParser.KW_STATEMENT); - this.state = 1157; + this.state = 1163; this.match(FlinkSqlParser.KW_SET); - this.state = 1158; + this.state = 1164; this.match(FlinkSqlParser.KW_BEGIN); - this.state = 1162; + this.state = 1168; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 1159; + this.state = 1165; this.insertSimpleStatement(); - this.state = 1160; + this.state = 1166; this.match(FlinkSqlParser.SEMICOLON); } } - this.state = 1164; + this.state = 1170; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 177); - this.state = 1166; + this.state = 1172; this.match(FlinkSqlParser.KW_END); } } @@ -5276,60 +5314,60 @@ export class FlinkSqlParser extends SQLParserBase { let parentState = this.state; let localContext = new QueryStatementContext(this.context, parentState); let previousContext = localContext; - let _startState = 158; - this.enterRecursionRule(localContext, 158, FlinkSqlParser.RULE_queryStatement, _p); + let _startState = 160; + this.enterRecursionRule(localContext, 160, FlinkSqlParser.RULE_queryStatement, _p); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1191; + this.state = 1197; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 117, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 118, this.context) ) { case 1: { - this.state = 1169; + this.state = 1175; this.valuesClause(); } break; case 2: { - this.state = 1170; + this.state = 1176; this.withClause(); - this.state = 1171; + this.state = 1177; this.queryStatement(5); } break; case 3: { - this.state = 1173; + this.state = 1179; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1174; + this.state = 1180; this.queryStatement(0); - this.state = 1175; + this.state = 1181; this.match(FlinkSqlParser.RR_BRACKET); } break; case 4: { - this.state = 1177; + this.state = 1183; this.selectClause(); - this.state = 1179; + this.state = 1185; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 113, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 114, this.context) ) { case 1: { - this.state = 1178; + this.state = 1184; this.orderByClause(); } break; } - this.state = 1182; + this.state = 1188; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 114, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 115, this.context) ) { case 1: { - this.state = 1181; + this.state = 1187; this.limitClause(); } break; @@ -5338,24 +5376,24 @@ export class FlinkSqlParser extends SQLParserBase { break; case 5: { - this.state = 1184; + this.state = 1190; this.selectStatement(); - this.state = 1186; + this.state = 1192; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 115, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 116, this.context) ) { case 1: { - this.state = 1185; + this.state = 1191; this.orderByClause(); } break; } - this.state = 1189; + this.state = 1195; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 116, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 117, this.context) ) { case 1: { - this.state = 1188; + this.state = 1194; this.limitClause(); } break; @@ -5364,9 +5402,9 @@ export class FlinkSqlParser extends SQLParserBase { break; } this.context!.stop = this.tokenStream.LT(-1); - this.state = 1207; + this.state = 1213; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 121, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 122, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { if (this._parseListeners != null) { @@ -5378,11 +5416,11 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new QueryStatementContext(parentContext, parentState); localContext._left = previousContext; this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_queryStatement); - this.state = 1193; + this.state = 1199; if (!(this.precpred(this.context, 3))) { throw this.createFailedPredicateException("this.precpred(this.context, 3)"); } - this.state = 1194; + this.state = 1200; localContext._operator = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 130 || _la === 180 || _la === 403)) { @@ -5392,34 +5430,34 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1196; + this.state = 1202; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 5) { { - this.state = 1195; + this.state = 1201; this.match(FlinkSqlParser.KW_ALL); } } - this.state = 1198; + this.state = 1204; localContext._right = this.queryStatement(0); - this.state = 1200; + this.state = 1206; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 119, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 120, this.context) ) { case 1: { - this.state = 1199; + this.state = 1205; this.orderByClause(); } break; } - this.state = 1203; + this.state = 1209; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 120, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 121, this.context) ) { case 1: { - this.state = 1202; + this.state = 1208; this.limitClause(); } break; @@ -5427,9 +5465,9 @@ export class FlinkSqlParser extends SQLParserBase { } } } - this.state = 1209; + this.state = 1215; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 121, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 122, this.context); } } } @@ -5449,32 +5487,32 @@ export class FlinkSqlParser extends SQLParserBase { } public valuesClause(): ValuesClauseContext { let localContext = new ValuesClauseContext(this.context, this.state); - this.enterRule(localContext, 160, FlinkSqlParser.RULE_valuesClause); + this.enterRule(localContext, 162, FlinkSqlParser.RULE_valuesClause); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1210; + this.state = 1216; this.match(FlinkSqlParser.KW_VALUES); - this.state = 1211; + this.state = 1217; this.expression(); - this.state = 1216; + this.state = 1222; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 122, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 123, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1212; + this.state = 1218; this.match(FlinkSqlParser.COMMA); - this.state = 1213; + this.state = 1219; this.expression(); } } } - this.state = 1218; + this.state = 1224; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 122, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 123, this.context); } } } @@ -5494,28 +5532,28 @@ export class FlinkSqlParser extends SQLParserBase { } public withClause(): WithClauseContext { let localContext = new WithClauseContext(this.context, this.state); - this.enterRule(localContext, 162, FlinkSqlParser.RULE_withClause); + this.enterRule(localContext, 164, FlinkSqlParser.RULE_withClause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1219; + this.state = 1225; this.match(FlinkSqlParser.KW_WITH); - this.state = 1220; + this.state = 1226; this.withItem(); - this.state = 1225; + this.state = 1231; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 1221; + this.state = 1227; this.match(FlinkSqlParser.COMMA); - this.state = 1222; + this.state = 1228; this.withItem(); } } - this.state = 1227; + this.state = 1233; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -5537,50 +5575,50 @@ export class FlinkSqlParser extends SQLParserBase { } public withItem(): WithItemContext { let localContext = new WithItemContext(this.context, this.state); - this.enterRule(localContext, 164, FlinkSqlParser.RULE_withItem); + this.enterRule(localContext, 166, FlinkSqlParser.RULE_withItem); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1228; + this.state = 1234; this.withItemName(); - this.state = 1240; + this.state = 1246; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 517) { { - this.state = 1229; + this.state = 1235; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1230; + this.state = 1236; this.columnName(); - this.state = 1235; + this.state = 1241; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 1231; + this.state = 1237; this.match(FlinkSqlParser.COMMA); - this.state = 1232; + this.state = 1238; this.columnName(); } } - this.state = 1237; + this.state = 1243; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1238; + this.state = 1244; this.match(FlinkSqlParser.RR_BRACKET); } } - this.state = 1242; + this.state = 1248; this.match(FlinkSqlParser.KW_AS); - this.state = 1243; + this.state = 1249; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1244; + this.state = 1250; this.queryStatement(0); - this.state = 1245; + this.state = 1251; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -5600,11 +5638,11 @@ export class FlinkSqlParser extends SQLParserBase { } public withItemName(): WithItemNameContext { let localContext = new WithItemNameContext(this.context, this.state); - this.enterRule(localContext, 166, FlinkSqlParser.RULE_withItemName); + this.enterRule(localContext, 168, FlinkSqlParser.RULE_withItemName); try { this.enterOuterAlt(localContext, 1); { - this.state = 1247; + this.state = 1253; this.identifier(); } } @@ -5624,62 +5662,62 @@ export class FlinkSqlParser extends SQLParserBase { } public selectStatement(): SelectStatementContext { let localContext = new SelectStatementContext(this.context, this.state); - this.enterRule(localContext, 168, FlinkSqlParser.RULE_selectStatement); + this.enterRule(localContext, 170, FlinkSqlParser.RULE_selectStatement); try { - this.state = 1269; + this.state = 1275; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 131, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 132, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1249; + this.state = 1255; this.selectClause(); - this.state = 1251; + this.state = 1257; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 126, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 127, this.context) ) { case 1: { - this.state = 1250; + this.state = 1256; this.fromClause(); } break; } - this.state = 1254; + this.state = 1260; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 127, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 128, this.context) ) { case 1: { - this.state = 1253; + this.state = 1259; this.whereClause(); } break; } - this.state = 1257; + this.state = 1263; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 128, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 129, this.context) ) { case 1: { - this.state = 1256; + this.state = 1262; this.groupByClause(); } break; } - this.state = 1260; + this.state = 1266; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 129, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 130, this.context) ) { case 1: { - this.state = 1259; + this.state = 1265; this.havingClause(); } break; } - this.state = 1263; + this.state = 1269; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 130, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 131, this.context) ) { case 1: { - this.state = 1262; + this.state = 1268; this.windowClause(); } break; @@ -5689,11 +5727,11 @@ export class FlinkSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1265; + this.state = 1271; this.selectClause(); - this.state = 1266; + this.state = 1272; this.fromClause(); - this.state = 1267; + this.state = 1273; this.matchRecognizeClause(); } break; @@ -5715,53 +5753,53 @@ export class FlinkSqlParser extends SQLParserBase { } public selectClause(): SelectClauseContext { let localContext = new SelectClauseContext(this.context, this.state); - this.enterRule(localContext, 170, FlinkSqlParser.RULE_selectClause); + this.enterRule(localContext, 172, FlinkSqlParser.RULE_selectClause); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1271; + this.state = 1277; this.match(FlinkSqlParser.KW_SELECT); - this.state = 1273; + this.state = 1279; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 132, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 133, this.context) ) { case 1: { - this.state = 1272; + this.state = 1278; this.setQuantifier(); } break; } - this.state = 1284; + this.state = 1290; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 134, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 135, this.context) ) { case 1: { - this.state = 1275; + this.state = 1281; this.match(FlinkSqlParser.ASTERISK_SIGN); } break; case 2: { - this.state = 1276; + this.state = 1282; this.projectItemDefinition(); - this.state = 1281; + this.state = 1287; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 133, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 134, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1277; + this.state = 1283; this.match(FlinkSqlParser.COMMA); - this.state = 1278; + this.state = 1284; this.projectItemDefinition(); } } } - this.state = 1283; + this.state = 1289; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 133, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 134, this.context); } } break; @@ -5784,40 +5822,40 @@ export class FlinkSqlParser extends SQLParserBase { } public projectItemDefinition(): ProjectItemDefinitionContext { let localContext = new ProjectItemDefinitionContext(this.context, this.state); - this.enterRule(localContext, 172, FlinkSqlParser.RULE_projectItemDefinition); + this.enterRule(localContext, 174, FlinkSqlParser.RULE_projectItemDefinition); let _la: number; try { - this.state = 1301; + this.state = 1307; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 139, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 140, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1286; + this.state = 1292; this.overWindowItem(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1287; + this.state = 1293; this.expression(); - this.state = 1292; + this.state = 1298; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 136, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 137, this.context) ) { case 1: { - this.state = 1289; + this.state = 1295; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 135, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 136, this.context) ) { case 1: { - this.state = 1288; + this.state = 1294; this.match(FlinkSqlParser.KW_AS); } break; } - this.state = 1291; + this.state = 1297; this.columnName(); } break; @@ -5827,24 +5865,24 @@ export class FlinkSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1294; + this.state = 1300; this.columnName(); - this.state = 1299; + this.state = 1305; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 138, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 139, this.context) ) { case 1: { - this.state = 1296; + this.state = 1302; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 1295; + this.state = 1301; this.match(FlinkSqlParser.KW_AS); } } - this.state = 1298; + this.state = 1304; this.expression(); } break; @@ -5869,38 +5907,38 @@ export class FlinkSqlParser extends SQLParserBase { } public overWindowItem(): OverWindowItemContext { let localContext = new OverWindowItemContext(this.context, this.state); - this.enterRule(localContext, 174, FlinkSqlParser.RULE_overWindowItem); + this.enterRule(localContext, 176, FlinkSqlParser.RULE_overWindowItem); try { - this.state = 1315; + this.state = 1321; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 140, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 141, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1303; + this.state = 1309; this.primaryExpression(0); - this.state = 1304; + this.state = 1310; this.match(FlinkSqlParser.KW_OVER); - this.state = 1305; + this.state = 1311; this.windowSpec(); - this.state = 1306; + this.state = 1312; this.match(FlinkSqlParser.KW_AS); - this.state = 1307; + this.state = 1313; this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1309; + this.state = 1315; this.primaryExpression(0); - this.state = 1310; + this.state = 1316; this.match(FlinkSqlParser.KW_OVER); - this.state = 1311; + this.state = 1317; this.errorCapturingIdentifier(); - this.state = 1312; + this.state = 1318; this.match(FlinkSqlParser.KW_AS); - this.state = 1313; + this.state = 1319; this.identifier(); } break; @@ -5922,13 +5960,13 @@ export class FlinkSqlParser extends SQLParserBase { } public fromClause(): FromClauseContext { let localContext = new FromClauseContext(this.context, this.state); - this.enterRule(localContext, 176, FlinkSqlParser.RULE_fromClause); + this.enterRule(localContext, 178, FlinkSqlParser.RULE_fromClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 1317; + this.state = 1323; this.match(FlinkSqlParser.KW_FROM); - this.state = 1318; + this.state = 1324; this.tableExpression(0); } } @@ -5958,57 +5996,57 @@ export class FlinkSqlParser extends SQLParserBase { let parentState = this.state; let localContext = new TableExpressionContext(this.context, parentState); let previousContext = localContext; - let _startState = 178; - this.enterRecursionRule(localContext, 178, FlinkSqlParser.RULE_tableExpression, _p); + let _startState = 180; + this.enterRecursionRule(localContext, 180, FlinkSqlParser.RULE_tableExpression, _p); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1331; + this.state = 1337; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 142, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 143, this.context) ) { case 1: { - this.state = 1321; + this.state = 1327; this.tableReference(); - this.state = 1326; + this.state = 1332; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 141, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 142, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1322; + this.state = 1328; this.match(FlinkSqlParser.COMMA); - this.state = 1323; + this.state = 1329; this.tableReference(); } } } - this.state = 1328; + this.state = 1334; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 141, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 142, this.context); } } break; case 2: { - this.state = 1329; + this.state = 1335; this.inlineDataValueClause(); } break; case 3: { - this.state = 1330; + this.state = 1336; this.windowTVFClause(); } break; } this.context!.stop = this.tokenStream.LT(-1); - this.state = 1354; + this.state = 1360; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 148, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 149, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { if (this._parseListeners != null) { @@ -6016,22 +6054,22 @@ export class FlinkSqlParser extends SQLParserBase { } previousContext = localContext; { - this.state = 1352; + this.state = 1358; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 147, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 148, this.context) ) { case 1: { localContext = new TableExpressionContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_tableExpression); - this.state = 1333; + this.state = 1339; if (!(this.precpred(this.context, 3))) { throw this.createFailedPredicateException("this.precpred(this.context, 3)"); } - this.state = 1334; + this.state = 1340; this.match(FlinkSqlParser.KW_CROSS); - this.state = 1335; + this.state = 1341; this.match(FlinkSqlParser.KW_JOIN); - this.state = 1336; + this.state = 1342; this.tableExpression(4); } break; @@ -6039,26 +6077,26 @@ export class FlinkSqlParser extends SQLParserBase { { localContext = new TableExpressionContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_tableExpression); - this.state = 1337; + this.state = 1343; if (!(this.precpred(this.context, 4))) { throw this.createFailedPredicateException("this.precpred(this.context, 4)"); } - this.state = 1339; + this.state = 1345; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 234) { { - this.state = 1338; + this.state = 1344; this.match(FlinkSqlParser.KW_NATURAL); } } - this.state = 1342; + this.state = 1348; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 152 || _la === 174 || _la === 202 || _la === 318) { { - this.state = 1341; + this.state = 1347; _la = this.tokenStream.LA(1); if(!(_la === 152 || _la === 174 || _la === 202 || _la === 318)) { this.errorHandler.recoverInline(this); @@ -6070,26 +6108,26 @@ export class FlinkSqlParser extends SQLParserBase { } } - this.state = 1345; + this.state = 1351; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 262) { { - this.state = 1344; + this.state = 1350; this.match(FlinkSqlParser.KW_OUTER); } } - this.state = 1347; + this.state = 1353; this.match(FlinkSqlParser.KW_JOIN); - this.state = 1348; + this.state = 1354; this.tableExpression(0); - this.state = 1350; + this.state = 1356; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 146, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 147, this.context) ) { case 1: { - this.state = 1349; + this.state = 1355; this.joinCondition(); } break; @@ -6099,9 +6137,9 @@ export class FlinkSqlParser extends SQLParserBase { } } } - this.state = 1356; + this.state = 1362; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 148, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 149, this.context); } } } @@ -6121,18 +6159,18 @@ export class FlinkSqlParser extends SQLParserBase { } public tableReference(): TableReferenceContext { let localContext = new TableReferenceContext(this.context, this.state); - this.enterRule(localContext, 180, FlinkSqlParser.RULE_tableReference); + this.enterRule(localContext, 182, FlinkSqlParser.RULE_tableReference); try { this.enterOuterAlt(localContext, 1); { - this.state = 1357; + this.state = 1363; this.tablePrimary(); - this.state = 1359; + this.state = 1365; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 149, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 150, this.context) ) { case 1: { - this.state = 1358; + this.state = 1364; this.tableAlias(); } break; @@ -6155,33 +6193,33 @@ export class FlinkSqlParser extends SQLParserBase { } public tablePrimary(): TablePrimaryContext { let localContext = new TablePrimaryContext(this.context, this.state); - this.enterRule(localContext, 182, FlinkSqlParser.RULE_tablePrimary); + this.enterRule(localContext, 184, FlinkSqlParser.RULE_tablePrimary); let _la: number; try { - this.state = 1390; + this.state = 1396; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 154, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 155, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1362; + this.state = 1368; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 374) { { - this.state = 1361; + this.state = 1367; this.match(FlinkSqlParser.KW_TABLE); } } - this.state = 1364; + this.state = 1370; this.tablePath(); - this.state = 1366; + this.state = 1372; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 151, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 152, this.context) ) { case 1: { - this.state = 1365; + this.state = 1371; this.systemTimePeriod(); } break; @@ -6191,14 +6229,14 @@ export class FlinkSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1368; + this.state = 1374; this.viewPath(); - this.state = 1370; + this.state = 1376; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 152, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 153, this.context) ) { case 1: { - this.state = 1369; + this.state = 1375; this.systemTimePeriod(); } break; @@ -6208,49 +6246,49 @@ export class FlinkSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1372; + this.state = 1378; this.match(FlinkSqlParser.KW_LATERAL); - this.state = 1373; + this.state = 1379; this.match(FlinkSqlParser.KW_TABLE); - this.state = 1374; + this.state = 1380; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1375; + this.state = 1381; this.functionCallExpression(); - this.state = 1376; + this.state = 1382; this.match(FlinkSqlParser.RR_BRACKET); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1379; + this.state = 1385; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 199) { { - this.state = 1378; + this.state = 1384; this.match(FlinkSqlParser.KW_LATERAL); } } - this.state = 1381; + this.state = 1387; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1382; + this.state = 1388; this.queryStatement(0); - this.state = 1383; + this.state = 1389; this.match(FlinkSqlParser.RR_BRACKET); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1385; + this.state = 1391; this.match(FlinkSqlParser.KW_UNNEST); - this.state = 1386; + this.state = 1392; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1387; + this.state = 1393; this.expression(); - this.state = 1388; + this.state = 1394; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -6272,19 +6310,19 @@ export class FlinkSqlParser extends SQLParserBase { } public systemTimePeriod(): SystemTimePeriodContext { let localContext = new SystemTimePeriodContext(this.context, this.state); - this.enterRule(localContext, 184, FlinkSqlParser.RULE_systemTimePeriod); + this.enterRule(localContext, 186, FlinkSqlParser.RULE_systemTimePeriod); try { this.enterOuterAlt(localContext, 1); { - this.state = 1392; + this.state = 1398; this.match(FlinkSqlParser.KW_FOR); - this.state = 1393; + this.state = 1399; this.match(FlinkSqlParser.KW_SYSTEM_TIME); - this.state = 1394; + this.state = 1400; this.match(FlinkSqlParser.KW_AS); - this.state = 1395; + this.state = 1401; this.match(FlinkSqlParser.KW_OF); - this.state = 1396; + this.state = 1402; this.dateTimeExpression(); } } @@ -6304,11 +6342,11 @@ export class FlinkSqlParser extends SQLParserBase { } public dateTimeExpression(): DateTimeExpressionContext { let localContext = new DateTimeExpressionContext(this.context, this.state); - this.enterRule(localContext, 186, FlinkSqlParser.RULE_dateTimeExpression); + this.enterRule(localContext, 188, FlinkSqlParser.RULE_dateTimeExpression); try { this.enterOuterAlt(localContext, 1); { - this.state = 1398; + this.state = 1404; this.expression(); } } @@ -6328,17 +6366,17 @@ export class FlinkSqlParser extends SQLParserBase { } public inlineDataValueClause(): InlineDataValueClauseContext { let localContext = new InlineDataValueClauseContext(this.context, this.state); - this.enterRule(localContext, 188, FlinkSqlParser.RULE_inlineDataValueClause); + this.enterRule(localContext, 190, FlinkSqlParser.RULE_inlineDataValueClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 1400; + this.state = 1406; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1401; + this.state = 1407; this.valuesDefinition(); - this.state = 1402; + this.state = 1408; this.match(FlinkSqlParser.RR_BRACKET); - this.state = 1403; + this.state = 1409; this.tableAlias(); } } @@ -6358,17 +6396,17 @@ export class FlinkSqlParser extends SQLParserBase { } public windowTVFClause(): WindowTVFClauseContext { let localContext = new WindowTVFClauseContext(this.context, this.state); - this.enterRule(localContext, 190, FlinkSqlParser.RULE_windowTVFClause); + this.enterRule(localContext, 192, FlinkSqlParser.RULE_windowTVFClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 1405; + this.state = 1411; this.match(FlinkSqlParser.KW_TABLE); - this.state = 1406; + this.state = 1412; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1407; + this.state = 1413; this.windowTVFExpression(); - this.state = 1408; + this.state = 1414; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -6388,34 +6426,34 @@ export class FlinkSqlParser extends SQLParserBase { } public windowTVFExpression(): WindowTVFExpressionContext { let localContext = new WindowTVFExpressionContext(this.context, this.state); - this.enterRule(localContext, 192, FlinkSqlParser.RULE_windowTVFExpression); + this.enterRule(localContext, 194, FlinkSqlParser.RULE_windowTVFExpression); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1410; + this.state = 1416; this.windowTVFName(); - this.state = 1411; + this.state = 1417; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1412; + this.state = 1418; this.windowTVFParam(); - this.state = 1417; + this.state = 1423; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 1413; + this.state = 1419; this.match(FlinkSqlParser.COMMA); - this.state = 1414; + this.state = 1420; this.windowTVFParam(); } } - this.state = 1419; + this.state = 1425; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1420; + this.state = 1426; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -6435,12 +6473,12 @@ export class FlinkSqlParser extends SQLParserBase { } public windowTVFName(): WindowTVFNameContext { let localContext = new WindowTVFNameContext(this.context, this.state); - this.enterRule(localContext, 194, FlinkSqlParser.RULE_windowTVFName); + this.enterRule(localContext, 196, FlinkSqlParser.RULE_windowTVFName); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1422; + this.state = 1428; _la = this.tokenStream.LA(1); if(!(_la === 446 || _la === 460 || _la === 500)) { this.errorHandler.recoverInline(this); @@ -6467,66 +6505,66 @@ export class FlinkSqlParser extends SQLParserBase { } public windowTVFParam(): WindowTVFParamContext { let localContext = new WindowTVFParamContext(this.context, this.state); - this.enterRule(localContext, 196, FlinkSqlParser.RULE_windowTVFParam); + this.enterRule(localContext, 198, FlinkSqlParser.RULE_windowTVFParam); try { - this.state = 1439; + this.state = 1445; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 156, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 157, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1424; + this.state = 1430; this.match(FlinkSqlParser.KW_TABLE); - this.state = 1425; + this.state = 1431; this.timeAttrColumn(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1426; + this.state = 1432; this.columnDescriptor(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1427; + this.state = 1433; this.timeIntervalExpression(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1428; + this.state = 1434; this.match(FlinkSqlParser.KW_DATA); - this.state = 1429; + this.state = 1435; this.match(FlinkSqlParser.DOUBLE_RIGHT_ARROW); - this.state = 1430; + this.state = 1436; this.match(FlinkSqlParser.KW_TABLE); - this.state = 1431; + this.state = 1437; this.timeAttrColumn(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1432; + this.state = 1438; this.match(FlinkSqlParser.KW_TIMECOL); - this.state = 1433; + this.state = 1439; this.match(FlinkSqlParser.DOUBLE_RIGHT_ARROW); - this.state = 1434; + this.state = 1440; this.columnDescriptor(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 1435; + this.state = 1441; this.timeIntervalParamName(); - this.state = 1436; + this.state = 1442; this.match(FlinkSqlParser.DOUBLE_RIGHT_ARROW); - this.state = 1437; + this.state = 1443; this.timeIntervalExpression(); } break; @@ -6548,12 +6586,12 @@ export class FlinkSqlParser extends SQLParserBase { } public timeIntervalParamName(): TimeIntervalParamNameContext { let localContext = new TimeIntervalParamNameContext(this.context, this.state); - this.enterRule(localContext, 198, FlinkSqlParser.RULE_timeIntervalParamName); + this.enterRule(localContext, 200, FlinkSqlParser.RULE_timeIntervalParamName); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1441; + this.state = 1447; _la = this.tokenStream.LA(1); if(!(_la === 251 || _la === 447 || ((((_la - 495)) & ~0x1F) === 0 && ((1 << (_la - 495)) & 23) !== 0))) { this.errorHandler.recoverInline(this); @@ -6580,17 +6618,17 @@ export class FlinkSqlParser extends SQLParserBase { } public columnDescriptor(): ColumnDescriptorContext { let localContext = new ColumnDescriptorContext(this.context, this.state); - this.enterRule(localContext, 200, FlinkSqlParser.RULE_columnDescriptor); + this.enterRule(localContext, 202, FlinkSqlParser.RULE_columnDescriptor); try { this.enterOuterAlt(localContext, 1); { - this.state = 1443; + this.state = 1449; this.match(FlinkSqlParser.KW_DESCRIPTOR); - this.state = 1444; + this.state = 1450; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1445; + this.state = 1451; this.columnName(); - this.state = 1446; + this.state = 1452; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -6610,26 +6648,26 @@ export class FlinkSqlParser extends SQLParserBase { } public joinCondition(): JoinConditionContext { let localContext = new JoinConditionContext(this.context, this.state); - this.enterRule(localContext, 202, FlinkSqlParser.RULE_joinCondition); + this.enterRule(localContext, 204, FlinkSqlParser.RULE_joinCondition); try { - this.state = 1452; + this.state = 1458; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_ON: this.enterOuterAlt(localContext, 1); { - this.state = 1448; + this.state = 1454; this.match(FlinkSqlParser.KW_ON); - this.state = 1449; + this.state = 1455; this.booleanExpression(0); } break; case FlinkSqlParser.KW_USING: this.enterOuterAlt(localContext, 2); { - this.state = 1450; + this.state = 1456; this.match(FlinkSqlParser.KW_USING); - this.state = 1451; + this.state = 1457; this.columnNameList(); } break; @@ -6653,13 +6691,13 @@ export class FlinkSqlParser extends SQLParserBase { } public whereClause(): WhereClauseContext { let localContext = new WhereClauseContext(this.context, this.state); - this.enterRule(localContext, 204, FlinkSqlParser.RULE_whereClause); + this.enterRule(localContext, 206, FlinkSqlParser.RULE_whereClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 1454; + this.state = 1460; this.match(FlinkSqlParser.KW_WHERE); - this.state = 1455; + this.state = 1461; this.booleanExpression(0); } } @@ -6679,34 +6717,34 @@ export class FlinkSqlParser extends SQLParserBase { } public groupByClause(): GroupByClauseContext { let localContext = new GroupByClauseContext(this.context, this.state); - this.enterRule(localContext, 206, FlinkSqlParser.RULE_groupByClause); + this.enterRule(localContext, 208, FlinkSqlParser.RULE_groupByClause); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1457; + this.state = 1463; this.match(FlinkSqlParser.KW_GROUP); - this.state = 1458; + this.state = 1464; this.match(FlinkSqlParser.KW_BY); - this.state = 1459; + this.state = 1465; this.groupItemDefinition(); - this.state = 1464; + this.state = 1470; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 158, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 159, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1460; + this.state = 1466; this.match(FlinkSqlParser.COMMA); - this.state = 1461; + this.state = 1467; this.groupItemDefinition(); } } } - this.state = 1466; + this.state = 1472; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 158, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 159, this.context); } } } @@ -6726,124 +6764,124 @@ export class FlinkSqlParser extends SQLParserBase { } public groupItemDefinition(): GroupItemDefinitionContext { let localContext = new GroupItemDefinitionContext(this.context, this.state); - this.enterRule(localContext, 208, FlinkSqlParser.RULE_groupItemDefinition); + this.enterRule(localContext, 210, FlinkSqlParser.RULE_groupItemDefinition); let _la: number; try { - this.state = 1507; + this.state = 1513; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 162, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 163, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1467; + this.state = 1473; this.columnName(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1468; + this.state = 1474; this.groupWindowFunction(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1469; + this.state = 1475; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1470; + this.state = 1476; this.match(FlinkSqlParser.RR_BRACKET); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1471; + this.state = 1477; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1472; + this.state = 1478; this.expression(); - this.state = 1477; + this.state = 1483; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 1473; + this.state = 1479; this.match(FlinkSqlParser.COMMA); - this.state = 1474; + this.state = 1480; this.expression(); } } - this.state = 1479; + this.state = 1485; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1480; + this.state = 1486; this.match(FlinkSqlParser.RR_BRACKET); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1482; + this.state = 1488; this.groupingSetsNotationName(); - this.state = 1483; + this.state = 1489; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1484; + this.state = 1490; this.expression(); - this.state = 1489; + this.state = 1495; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 1485; + this.state = 1491; this.match(FlinkSqlParser.COMMA); - this.state = 1486; + this.state = 1492; this.expression(); } } - this.state = 1491; + this.state = 1497; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1492; + this.state = 1498; this.match(FlinkSqlParser.RR_BRACKET); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 1494; + this.state = 1500; this.groupingSets(); - this.state = 1495; + this.state = 1501; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1496; + this.state = 1502; this.groupItemDefinition(); - this.state = 1501; + this.state = 1507; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 1497; + this.state = 1503; this.match(FlinkSqlParser.COMMA); - this.state = 1498; + this.state = 1504; this.groupItemDefinition(); } } - this.state = 1503; + this.state = 1509; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1504; + this.state = 1510; this.match(FlinkSqlParser.RR_BRACKET); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 1506; + this.state = 1512; this.expression(); } break; @@ -6865,13 +6903,13 @@ export class FlinkSqlParser extends SQLParserBase { } public groupingSets(): GroupingSetsContext { let localContext = new GroupingSetsContext(this.context, this.state); - this.enterRule(localContext, 210, FlinkSqlParser.RULE_groupingSets); + this.enterRule(localContext, 212, FlinkSqlParser.RULE_groupingSets); try { this.enterOuterAlt(localContext, 1); { - this.state = 1509; + this.state = 1515; this.match(FlinkSqlParser.KW_GROUPING); - this.state = 1510; + this.state = 1516; this.match(FlinkSqlParser.KW_SETS); } } @@ -6891,12 +6929,12 @@ export class FlinkSqlParser extends SQLParserBase { } public groupingSetsNotationName(): GroupingSetsNotationNameContext { let localContext = new GroupingSetsNotationNameContext(this.context, this.state); - this.enterRule(localContext, 212, FlinkSqlParser.RULE_groupingSetsNotationName); + this.enterRule(localContext, 214, FlinkSqlParser.RULE_groupingSetsNotationName); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1512; + this.state = 1518; _la = this.tokenStream.LA(1); if(!(_la === 74 || _la === 321)) { this.errorHandler.recoverInline(this); @@ -6923,21 +6961,21 @@ export class FlinkSqlParser extends SQLParserBase { } public groupWindowFunction(): GroupWindowFunctionContext { let localContext = new GroupWindowFunctionContext(this.context, this.state); - this.enterRule(localContext, 214, FlinkSqlParser.RULE_groupWindowFunction); + this.enterRule(localContext, 216, FlinkSqlParser.RULE_groupWindowFunction); try { this.enterOuterAlt(localContext, 1); { - this.state = 1514; + this.state = 1520; this.groupWindowFunctionName(); - this.state = 1515; + this.state = 1521; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1516; + this.state = 1522; this.timeAttrColumn(); - this.state = 1517; + this.state = 1523; this.match(FlinkSqlParser.COMMA); - this.state = 1518; + this.state = 1524; this.timeIntervalExpression(); - this.state = 1519; + this.state = 1525; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -6957,12 +6995,12 @@ export class FlinkSqlParser extends SQLParserBase { } public groupWindowFunctionName(): GroupWindowFunctionNameContext { let localContext = new GroupWindowFunctionNameContext(this.context, this.state); - this.enterRule(localContext, 216, FlinkSqlParser.RULE_groupWindowFunctionName); + this.enterRule(localContext, 218, FlinkSqlParser.RULE_groupWindowFunctionName); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1521; + this.state = 1527; _la = this.tokenStream.LA(1); if(!(_la === 460 || _la === 493 || _la === 500)) { this.errorHandler.recoverInline(this); @@ -6989,11 +7027,11 @@ export class FlinkSqlParser extends SQLParserBase { } public timeAttrColumn(): TimeAttrColumnContext { let localContext = new TimeAttrColumnContext(this.context, this.state); - this.enterRule(localContext, 218, FlinkSqlParser.RULE_timeAttrColumn); + this.enterRule(localContext, 220, FlinkSqlParser.RULE_timeAttrColumn); try { this.enterOuterAlt(localContext, 1); { - this.state = 1523; + this.state = 1529; this.uid(); } } @@ -7013,13 +7051,13 @@ export class FlinkSqlParser extends SQLParserBase { } public havingClause(): HavingClauseContext { let localContext = new HavingClauseContext(this.context, this.state); - this.enterRule(localContext, 220, FlinkSqlParser.RULE_havingClause); + this.enterRule(localContext, 222, FlinkSqlParser.RULE_havingClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 1525; + this.state = 1531; this.match(FlinkSqlParser.KW_HAVING); - this.state = 1526; + this.state = 1532; this.booleanExpression(0); } } @@ -7039,32 +7077,32 @@ export class FlinkSqlParser extends SQLParserBase { } public windowClause(): WindowClauseContext { let localContext = new WindowClauseContext(this.context, this.state); - this.enterRule(localContext, 222, FlinkSqlParser.RULE_windowClause); + this.enterRule(localContext, 224, FlinkSqlParser.RULE_windowClause); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1528; + this.state = 1534; this.match(FlinkSqlParser.KW_WINDOW); - this.state = 1529; + this.state = 1535; this.namedWindow(); - this.state = 1534; + this.state = 1540; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 163, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 164, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1530; + this.state = 1536; this.match(FlinkSqlParser.COMMA); - this.state = 1531; + this.state = 1537; this.namedWindow(); } } } - this.state = 1536; + this.state = 1542; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 163, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 164, this.context); } } } @@ -7084,15 +7122,15 @@ export class FlinkSqlParser extends SQLParserBase { } public namedWindow(): NamedWindowContext { let localContext = new NamedWindowContext(this.context, this.state); - this.enterRule(localContext, 224, FlinkSqlParser.RULE_namedWindow); + this.enterRule(localContext, 226, FlinkSqlParser.RULE_namedWindow); try { this.enterOuterAlt(localContext, 1); { - this.state = 1537; + this.state = 1543; localContext._name = this.errorCapturingIdentifier(); - this.state = 1538; + this.state = 1544; this.match(FlinkSqlParser.KW_AS); - this.state = 1539; + this.state = 1545; this.windowSpec(); } } @@ -7112,54 +7150,54 @@ export class FlinkSqlParser extends SQLParserBase { } public windowSpec(): WindowSpecContext { let localContext = new WindowSpecContext(this.context, this.state); - this.enterRule(localContext, 226, FlinkSqlParser.RULE_windowSpec); + this.enterRule(localContext, 228, FlinkSqlParser.RULE_windowSpec); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1542; + this.state = 1548; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 438)) & ~0x1F) === 0 && ((1 << (_la - 438)) & 4294967295) !== 0) || ((((_la - 470)) & ~0x1F) === 0 && ((1 << (_la - 470)) & 4294967295) !== 0) || ((((_la - 502)) & ~0x1F) === 0 && ((1 << (_la - 502)) & 15) !== 0) || ((((_la - 538)) & ~0x1F) === 0 && ((1 << (_la - 538)) & 19) !== 0)) { { - this.state = 1541; + this.state = 1547; localContext._name = this.errorCapturingIdentifier(); } } - this.state = 1544; + this.state = 1550; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1546; + this.state = 1552; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 1545; + this.state = 1551; this.partitionByClause(); } } - this.state = 1549; + this.state = 1555; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 259) { { - this.state = 1548; + this.state = 1554; this.orderByClause(); } } - this.state = 1552; + this.state = 1558; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 293 || _la === 323) { { - this.state = 1551; + this.state = 1557; this.windowFrame(); } } - this.state = 1554; + this.state = 1560; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -7179,95 +7217,95 @@ export class FlinkSqlParser extends SQLParserBase { } public matchRecognizeClause(): MatchRecognizeClauseContext { let localContext = new MatchRecognizeClauseContext(this.context, this.state); - this.enterRule(localContext, 228, FlinkSqlParser.RULE_matchRecognizeClause); + this.enterRule(localContext, 230, FlinkSqlParser.RULE_matchRecognizeClause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1556; + this.state = 1562; this.match(FlinkSqlParser.KW_MATCH_RECOGNIZE); - this.state = 1557; + this.state = 1563; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1559; + this.state = 1565; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 1558; + this.state = 1564; this.partitionByClause(); } } - this.state = 1562; + this.state = 1568; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 259) { { - this.state = 1561; + this.state = 1567; this.orderByClause(); } } - this.state = 1565; + this.state = 1571; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 216) { { - this.state = 1564; + this.state = 1570; this.measuresClause(); } } - this.state = 1568; + this.state = 1574; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 5 || _la === 255) { { - this.state = 1567; + this.state = 1573; this.outputMode(); } } - this.state = 1571; + this.state = 1577; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 439) { { - this.state = 1570; + this.state = 1576; this.afterMatchStrategy(); } } - this.state = 1574; + this.state = 1580; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 272) { { - this.state = 1573; + this.state = 1579; this.patternDefinition(); } } - this.state = 1576; + this.state = 1582; this.patternVariablesDefinition(); - this.state = 1577; + this.state = 1583; this.match(FlinkSqlParser.RR_BRACKET); - this.state = 1582; + this.state = 1588; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 175, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 176, this.context) ) { case 1: { - this.state = 1579; + this.state = 1585; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 1578; + this.state = 1584; this.match(FlinkSqlParser.KW_AS); } } - this.state = 1581; + this.state = 1587; this.identifier(); } break; @@ -7290,34 +7328,34 @@ export class FlinkSqlParser extends SQLParserBase { } public orderByClause(): OrderByClauseContext { let localContext = new OrderByClauseContext(this.context, this.state); - this.enterRule(localContext, 230, FlinkSqlParser.RULE_orderByClause); + this.enterRule(localContext, 232, FlinkSqlParser.RULE_orderByClause); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1584; + this.state = 1590; this.match(FlinkSqlParser.KW_ORDER); - this.state = 1585; + this.state = 1591; this.match(FlinkSqlParser.KW_BY); - this.state = 1586; + this.state = 1592; this.orderItemDefinition(); - this.state = 1591; + this.state = 1597; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 176, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 177, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1587; + this.state = 1593; this.match(FlinkSqlParser.COMMA); - this.state = 1588; + this.state = 1594; this.orderItemDefinition(); } } } - this.state = 1593; + this.state = 1599; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 176, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 177, this.context); } } } @@ -7337,19 +7375,19 @@ export class FlinkSqlParser extends SQLParserBase { } public orderItemDefinition(): OrderItemDefinitionContext { let localContext = new OrderItemDefinitionContext(this.context, this.state); - this.enterRule(localContext, 232, FlinkSqlParser.RULE_orderItemDefinition); + this.enterRule(localContext, 234, FlinkSqlParser.RULE_orderItemDefinition); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1594; + this.state = 1600; this.columnName(); - this.state = 1596; + this.state = 1602; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 177, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 178, this.context) ) { case 1: { - this.state = 1595; + this.state = 1601; localContext._ordering = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 440 || _la === 451)) { @@ -7362,14 +7400,14 @@ export class FlinkSqlParser extends SQLParserBase { } break; } - this.state = 1600; + this.state = 1606; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 178, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 179, this.context) ) { case 1: { - this.state = 1598; + this.state = 1604; this.match(FlinkSqlParser.KW_NULLS); - this.state = 1599; + this.state = 1605; localContext._nullOrder = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 458 || _la === 468)) { @@ -7400,18 +7438,18 @@ export class FlinkSqlParser extends SQLParserBase { } public limitClause(): LimitClauseContext { let localContext = new LimitClauseContext(this.context, this.state); - this.enterRule(localContext, 234, FlinkSqlParser.RULE_limitClause); + this.enterRule(localContext, 236, FlinkSqlParser.RULE_limitClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 1602; + this.state = 1608; this.match(FlinkSqlParser.KW_LIMIT); - this.state = 1605; + this.state = 1611; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_ALL: { - this.state = 1603; + this.state = 1609; this.match(FlinkSqlParser.KW_ALL); } break; @@ -7574,7 +7612,7 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.BIT_STRING: case FlinkSqlParser.ID_LITERAL: { - this.state = 1604; + this.state = 1610; localContext._limit = this.expression(); } break; @@ -7599,58 +7637,58 @@ export class FlinkSqlParser extends SQLParserBase { } public partitionByClause(): PartitionByClauseContext { let localContext = new PartitionByClauseContext(this.context, this.state); - this.enterRule(localContext, 236, FlinkSqlParser.RULE_partitionByClause); + this.enterRule(localContext, 238, FlinkSqlParser.RULE_partitionByClause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1607; + this.state = 1613; this.match(FlinkSqlParser.KW_PARTITION); - this.state = 1608; + this.state = 1614; this.match(FlinkSqlParser.KW_BY); - this.state = 1611; + this.state = 1617; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 180, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 181, this.context) ) { case 1: { - this.state = 1609; + this.state = 1615; this.columnName(); } break; case 2: { - this.state = 1610; + this.state = 1616; this.primaryExpression(0); } break; } - this.state = 1620; + this.state = 1626; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 1613; + this.state = 1619; this.match(FlinkSqlParser.COMMA); - this.state = 1616; + this.state = 1622; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 181, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 182, this.context) ) { case 1: { - this.state = 1614; + this.state = 1620; this.columnName(); } break; case 2: { - this.state = 1615; + this.state = 1621; this.primaryExpression(0); } break; } } } - this.state = 1622; + this.state = 1628; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -7672,16 +7710,16 @@ export class FlinkSqlParser extends SQLParserBase { } public quantifiers(): QuantifiersContext { let localContext = new QuantifiersContext(this.context, this.state); - this.enterRule(localContext, 238, FlinkSqlParser.RULE_quantifiers); + this.enterRule(localContext, 240, FlinkSqlParser.RULE_quantifiers); try { - this.state = 1639; + this.state = 1645; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 183, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 184, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { { - this.state = 1623; + this.state = 1629; this.match(FlinkSqlParser.ASTERISK_SIGN); } } @@ -7690,7 +7728,7 @@ export class FlinkSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 2); { { - this.state = 1624; + this.state = 1630; this.match(FlinkSqlParser.ADD_SIGN); } } @@ -7699,7 +7737,7 @@ export class FlinkSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 3); { { - this.state = 1625; + this.state = 1631; this.match(FlinkSqlParser.QUESTION_MARK_SIGN); } } @@ -7708,15 +7746,15 @@ export class FlinkSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 4); { { - this.state = 1626; + this.state = 1632; this.match(FlinkSqlParser.LB_BRACKET); - this.state = 1627; + this.state = 1633; this.match(FlinkSqlParser.DIG_LITERAL); - this.state = 1628; + this.state = 1634; this.match(FlinkSqlParser.COMMA); - this.state = 1629; + this.state = 1635; this.match(FlinkSqlParser.DIG_LITERAL); - this.state = 1630; + this.state = 1636; this.match(FlinkSqlParser.RB_BRACKET); } } @@ -7725,13 +7763,13 @@ export class FlinkSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 5); { { - this.state = 1631; + this.state = 1637; this.match(FlinkSqlParser.LB_BRACKET); - this.state = 1632; + this.state = 1638; this.match(FlinkSqlParser.DIG_LITERAL); - this.state = 1633; + this.state = 1639; this.match(FlinkSqlParser.COMMA); - this.state = 1634; + this.state = 1640; this.match(FlinkSqlParser.RB_BRACKET); } } @@ -7740,13 +7778,13 @@ export class FlinkSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 6); { { - this.state = 1635; + this.state = 1641; this.match(FlinkSqlParser.LB_BRACKET); - this.state = 1636; + this.state = 1642; this.match(FlinkSqlParser.COMMA); - this.state = 1637; + this.state = 1643; this.match(FlinkSqlParser.DIG_LITERAL); - this.state = 1638; + this.state = 1644; this.match(FlinkSqlParser.RB_BRACKET); } } @@ -7769,28 +7807,28 @@ export class FlinkSqlParser extends SQLParserBase { } public measuresClause(): MeasuresClauseContext { let localContext = new MeasuresClauseContext(this.context, this.state); - this.enterRule(localContext, 240, FlinkSqlParser.RULE_measuresClause); + this.enterRule(localContext, 242, FlinkSqlParser.RULE_measuresClause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1641; + this.state = 1647; this.match(FlinkSqlParser.KW_MEASURES); - this.state = 1642; + this.state = 1648; this.projectItemDefinition(); - this.state = 1647; + this.state = 1653; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 1643; + this.state = 1649; this.match(FlinkSqlParser.COMMA); - this.state = 1644; + this.state = 1650; this.projectItemDefinition(); } } - this.state = 1649; + this.state = 1655; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -7812,37 +7850,37 @@ export class FlinkSqlParser extends SQLParserBase { } public patternDefinition(): PatternDefinitionContext { let localContext = new PatternDefinitionContext(this.context, this.state); - this.enterRule(localContext, 242, FlinkSqlParser.RULE_patternDefinition); + this.enterRule(localContext, 244, FlinkSqlParser.RULE_patternDefinition); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1650; + this.state = 1656; this.match(FlinkSqlParser.KW_PATTERN); - this.state = 1651; + this.state = 1657; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1653; + this.state = 1659; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 1652; + this.state = 1658; this.patternVariable(); } } - this.state = 1655; + this.state = 1661; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 539 || _la === 542); - this.state = 1657; + this.state = 1663; this.match(FlinkSqlParser.RR_BRACKET); - this.state = 1659; + this.state = 1665; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 435) { { - this.state = 1658; + this.state = 1664; this.withinClause(); } } @@ -7865,19 +7903,19 @@ export class FlinkSqlParser extends SQLParserBase { } public patternVariable(): PatternVariableContext { let localContext = new PatternVariableContext(this.context, this.state); - this.enterRule(localContext, 244, FlinkSqlParser.RULE_patternVariable); + this.enterRule(localContext, 246, FlinkSqlParser.RULE_patternVariable); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1661; + this.state = 1667; this.unquotedIdentifier(); - this.state = 1663; + this.state = 1669; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 519)) & ~0x1F) === 0 && ((1 << (_la - 519)) & 135681) !== 0)) { { - this.state = 1662; + this.state = 1668; this.quantifiers(); } } @@ -7900,34 +7938,34 @@ export class FlinkSqlParser extends SQLParserBase { } public outputMode(): OutputModeContext { let localContext = new OutputModeContext(this.context, this.state); - this.enterRule(localContext, 246, FlinkSqlParser.RULE_outputMode); + this.enterRule(localContext, 248, FlinkSqlParser.RULE_outputMode); try { - this.state = 1673; + this.state = 1679; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_ALL: this.enterOuterAlt(localContext, 1); { - this.state = 1665; + this.state = 1671; this.match(FlinkSqlParser.KW_ALL); - this.state = 1666; + this.state = 1672; this.match(FlinkSqlParser.KW_ROWS); - this.state = 1667; + this.state = 1673; this.match(FlinkSqlParser.KW_PER); - this.state = 1668; + this.state = 1674; this.match(FlinkSqlParser.KW_MATCH); } break; case FlinkSqlParser.KW_ONE: this.enterOuterAlt(localContext, 2); { - this.state = 1669; + this.state = 1675; this.match(FlinkSqlParser.KW_ONE); - this.state = 1670; + this.state = 1676; this.match(FlinkSqlParser.KW_ROW); - this.state = 1671; + this.state = 1677; this.match(FlinkSqlParser.KW_PER); - this.state = 1672; + this.state = 1678; this.match(FlinkSqlParser.KW_MATCH); } break; @@ -7951,76 +7989,76 @@ export class FlinkSqlParser extends SQLParserBase { } public afterMatchStrategy(): AfterMatchStrategyContext { let localContext = new AfterMatchStrategyContext(this.context, this.state); - this.enterRule(localContext, 248, FlinkSqlParser.RULE_afterMatchStrategy); + this.enterRule(localContext, 250, FlinkSqlParser.RULE_afterMatchStrategy); try { - this.state = 1699; + this.state = 1705; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 189, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 190, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1675; + this.state = 1681; this.match(FlinkSqlParser.KW_AFTER); - this.state = 1676; + this.state = 1682; this.match(FlinkSqlParser.KW_MATCH); - this.state = 1677; + this.state = 1683; this.match(FlinkSqlParser.KW_SKIP); - this.state = 1678; + this.state = 1684; this.match(FlinkSqlParser.KW_PAST); - this.state = 1679; + this.state = 1685; this.match(FlinkSqlParser.KW_LAST); - this.state = 1680; + this.state = 1686; this.match(FlinkSqlParser.KW_ROW); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1681; + this.state = 1687; this.match(FlinkSqlParser.KW_AFTER); - this.state = 1682; + this.state = 1688; this.match(FlinkSqlParser.KW_MATCH); - this.state = 1683; + this.state = 1689; this.match(FlinkSqlParser.KW_SKIP); - this.state = 1684; + this.state = 1690; this.match(FlinkSqlParser.KW_TO); - this.state = 1685; + this.state = 1691; this.match(FlinkSqlParser.KW_NEXT); - this.state = 1686; + this.state = 1692; this.match(FlinkSqlParser.KW_ROW); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1687; + this.state = 1693; this.match(FlinkSqlParser.KW_AFTER); - this.state = 1688; + this.state = 1694; this.match(FlinkSqlParser.KW_MATCH); - this.state = 1689; + this.state = 1695; this.match(FlinkSqlParser.KW_SKIP); - this.state = 1690; + this.state = 1696; this.match(FlinkSqlParser.KW_TO); - this.state = 1691; + this.state = 1697; this.match(FlinkSqlParser.KW_LAST); - this.state = 1692; + this.state = 1698; this.unquotedIdentifier(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1693; + this.state = 1699; this.match(FlinkSqlParser.KW_AFTER); - this.state = 1694; + this.state = 1700; this.match(FlinkSqlParser.KW_MATCH); - this.state = 1695; + this.state = 1701; this.match(FlinkSqlParser.KW_SKIP); - this.state = 1696; + this.state = 1702; this.match(FlinkSqlParser.KW_TO); - this.state = 1697; + this.state = 1703; this.match(FlinkSqlParser.KW_FIRST); - this.state = 1698; + this.state = 1704; this.unquotedIdentifier(); } break; @@ -8042,28 +8080,28 @@ export class FlinkSqlParser extends SQLParserBase { } public patternVariablesDefinition(): PatternVariablesDefinitionContext { let localContext = new PatternVariablesDefinitionContext(this.context, this.state); - this.enterRule(localContext, 250, FlinkSqlParser.RULE_patternVariablesDefinition); + this.enterRule(localContext, 252, FlinkSqlParser.RULE_patternVariablesDefinition); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1701; + this.state = 1707; this.match(FlinkSqlParser.KW_DEFINE); - this.state = 1702; + this.state = 1708; this.projectItemDefinition(); - this.state = 1707; + this.state = 1713; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 1703; + this.state = 1709; this.match(FlinkSqlParser.COMMA); - this.state = 1704; + this.state = 1710; this.projectItemDefinition(); } } - this.state = 1709; + this.state = 1715; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -8085,34 +8123,34 @@ export class FlinkSqlParser extends SQLParserBase { } public windowFrame(): WindowFrameContext { let localContext = new WindowFrameContext(this.context, this.state); - this.enterRule(localContext, 252, FlinkSqlParser.RULE_windowFrame); + this.enterRule(localContext, 254, FlinkSqlParser.RULE_windowFrame); try { - this.state = 1719; + this.state = 1725; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_RANGE: this.enterOuterAlt(localContext, 1); { - this.state = 1710; + this.state = 1716; this.match(FlinkSqlParser.KW_RANGE); - this.state = 1711; + this.state = 1717; this.match(FlinkSqlParser.KW_BETWEEN); - this.state = 1712; + this.state = 1718; this.timeIntervalExpression(); - this.state = 1713; + this.state = 1719; this.frameBound(); } break; case FlinkSqlParser.KW_ROWS: this.enterOuterAlt(localContext, 2); { - this.state = 1715; + this.state = 1721; this.match(FlinkSqlParser.KW_ROWS); - this.state = 1716; + this.state = 1722; this.match(FlinkSqlParser.KW_BETWEEN); - this.state = 1717; + this.state = 1723; this.match(FlinkSqlParser.DIG_LITERAL); - this.state = 1718; + this.state = 1724; this.frameBound(); } break; @@ -8136,17 +8174,17 @@ export class FlinkSqlParser extends SQLParserBase { } public frameBound(): FrameBoundContext { let localContext = new FrameBoundContext(this.context, this.state); - this.enterRule(localContext, 254, FlinkSqlParser.RULE_frameBound); + this.enterRule(localContext, 256, FlinkSqlParser.RULE_frameBound); try { this.enterOuterAlt(localContext, 1); { - this.state = 1721; + this.state = 1727; this.match(FlinkSqlParser.KW_PRECEDING); - this.state = 1722; + this.state = 1728; this.match(FlinkSqlParser.KW_AND); - this.state = 1723; + this.state = 1729; this.match(FlinkSqlParser.KW_CURRENT); - this.state = 1724; + this.state = 1730; this.match(FlinkSqlParser.KW_ROW); } } @@ -8166,13 +8204,13 @@ export class FlinkSqlParser extends SQLParserBase { } public withinClause(): WithinClauseContext { let localContext = new WithinClauseContext(this.context, this.state); - this.enterRule(localContext, 256, FlinkSqlParser.RULE_withinClause); + this.enterRule(localContext, 258, FlinkSqlParser.RULE_withinClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 1726; + this.state = 1732; this.match(FlinkSqlParser.KW_WITHIN); - this.state = 1727; + this.state = 1733; this.timeIntervalExpression(); } } @@ -8192,11 +8230,11 @@ export class FlinkSqlParser extends SQLParserBase { } public expression(): ExpressionContext { let localContext = new ExpressionContext(this.context, this.state); - this.enterRule(localContext, 258, FlinkSqlParser.RULE_expression); + this.enterRule(localContext, 260, FlinkSqlParser.RULE_expression); try { this.enterOuterAlt(localContext, 1); { - this.state = 1729; + this.state = 1735; this.booleanExpression(0); } } @@ -8226,25 +8264,25 @@ export class FlinkSqlParser extends SQLParserBase { let parentState = this.state; let localContext = new BooleanExpressionContext(this.context, parentState); let previousContext = localContext; - let _startState = 260; - this.enterRecursionRule(localContext, 260, FlinkSqlParser.RULE_booleanExpression, _p); + let _startState = 262; + this.enterRecursionRule(localContext, 262, FlinkSqlParser.RULE_booleanExpression, _p); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1743; + this.state = 1749; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 193, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 194, this.context) ) { case 1: { localContext = new LogicalNotContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1732; + this.state = 1738; this.match(FlinkSqlParser.KW_NOT); - this.state = 1733; + this.state = 1739; this.booleanExpression(6); } break; @@ -8253,13 +8291,13 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ExistsContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1734; + this.state = 1740; this.match(FlinkSqlParser.KW_EXISTS); - this.state = 1735; + this.state = 1741; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1736; + this.state = 1742; this.queryStatement(0); - this.state = 1737; + this.state = 1743; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -8268,14 +8306,14 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new PredicatedContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1739; + this.state = 1745; this.valueExpression(0); - this.state = 1741; + this.state = 1747; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 192, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 193, this.context) ) { case 1: { - this.state = 1740; + this.state = 1746; this.predicate(); } break; @@ -8284,9 +8322,9 @@ export class FlinkSqlParser extends SQLParserBase { break; } this.context!.stop = this.tokenStream.LT(-1); - this.state = 1759; + this.state = 1765; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 196, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 197, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { if (this._parseListeners != null) { @@ -8294,21 +8332,21 @@ export class FlinkSqlParser extends SQLParserBase { } previousContext = localContext; { - this.state = 1757; + this.state = 1763; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 195, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 196, this.context) ) { case 1: { localContext = new LogicalBinaryContext(new BooleanExpressionContext(parentContext, parentState)); (localContext as LogicalBinaryContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_booleanExpression); - this.state = 1745; + this.state = 1751; if (!(this.precpred(this.context, 3))) { throw this.createFailedPredicateException("this.precpred(this.context, 3)"); } - this.state = 1746; + this.state = 1752; (localContext as LogicalBinaryContext)._operator = this.match(FlinkSqlParser.KW_AND); - this.state = 1747; + this.state = 1753; (localContext as LogicalBinaryContext)._right = this.booleanExpression(4); } break; @@ -8317,13 +8355,13 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new LogicalBinaryContext(new BooleanExpressionContext(parentContext, parentState)); (localContext as LogicalBinaryContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_booleanExpression); - this.state = 1748; + this.state = 1754; if (!(this.precpred(this.context, 2))) { throw this.createFailedPredicateException("this.precpred(this.context, 2)"); } - this.state = 1749; + this.state = 1755; (localContext as LogicalBinaryContext)._operator = this.match(FlinkSqlParser.KW_OR); - this.state = 1750; + this.state = 1756; (localContext as LogicalBinaryContext)._right = this.booleanExpression(3); } break; @@ -8331,23 +8369,23 @@ export class FlinkSqlParser extends SQLParserBase { { localContext = new LogicalNestedContext(new BooleanExpressionContext(parentContext, parentState)); this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_booleanExpression); - this.state = 1751; + this.state = 1757; if (!(this.precpred(this.context, 1))) { throw this.createFailedPredicateException("this.precpred(this.context, 1)"); } - this.state = 1752; + this.state = 1758; this.match(FlinkSqlParser.KW_IS); - this.state = 1754; + this.state = 1760; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 242) { { - this.state = 1753; + this.state = 1759; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 1756; + this.state = 1762; (localContext as LogicalNestedContext)._kind = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 140 || _la === 245 || _la === 398 || _la === 405)) { @@ -8362,9 +8400,9 @@ export class FlinkSqlParser extends SQLParserBase { } } } - this.state = 1761; + this.state = 1767; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 196, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 197, this.context); } } } @@ -8384,33 +8422,33 @@ export class FlinkSqlParser extends SQLParserBase { } public predicate(): PredicateContext { let localContext = new PredicateContext(this.context, this.state); - this.enterRule(localContext, 262, FlinkSqlParser.RULE_predicate); + this.enterRule(localContext, 264, FlinkSqlParser.RULE_predicate); let _la: number; try { - this.state = 1836; + this.state = 1842; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 208, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 209, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1763; + this.state = 1769; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 242) { { - this.state = 1762; + this.state = 1768; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 1765; + this.state = 1771; localContext._kind = this.match(FlinkSqlParser.KW_BETWEEN); - this.state = 1767; + this.state = 1773; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 19 || _la === 370) { { - this.state = 1766; + this.state = 1772; _la = this.tokenStream.LA(1); if(!(_la === 19 || _la === 370)) { this.errorHandler.recoverInline(this); @@ -8422,131 +8460,131 @@ export class FlinkSqlParser extends SQLParserBase { } } - this.state = 1769; + this.state = 1775; localContext._lower = this.valueExpression(0); - this.state = 1770; + this.state = 1776; this.match(FlinkSqlParser.KW_AND); - this.state = 1771; + this.state = 1777; localContext._upper = this.valueExpression(0); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1774; + this.state = 1780; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 242) { { - this.state = 1773; + this.state = 1779; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 1776; + this.state = 1782; localContext._kind = this.match(FlinkSqlParser.KW_IN); - this.state = 1777; + this.state = 1783; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1778; + this.state = 1784; this.expression(); - this.state = 1783; + this.state = 1789; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 1779; + this.state = 1785; this.match(FlinkSqlParser.COMMA); - this.state = 1780; + this.state = 1786; this.expression(); } } - this.state = 1785; + this.state = 1791; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1786; + this.state = 1792; this.match(FlinkSqlParser.RR_BRACKET); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1789; + this.state = 1795; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 242) { { - this.state = 1788; + this.state = 1794; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 1791; + this.state = 1797; localContext._kind = this.match(FlinkSqlParser.KW_IN); - this.state = 1792; + this.state = 1798; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1793; + this.state = 1799; this.queryStatement(0); - this.state = 1794; + this.state = 1800; this.match(FlinkSqlParser.RR_BRACKET); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1796; + this.state = 1802; localContext._kind = this.match(FlinkSqlParser.KW_EXISTS); - this.state = 1797; + this.state = 1803; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1798; + this.state = 1804; this.queryStatement(0); - this.state = 1799; + this.state = 1805; this.match(FlinkSqlParser.RR_BRACKET); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1802; + this.state = 1808; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 242) { { - this.state = 1801; + this.state = 1807; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 1804; + this.state = 1810; localContext._kind = this.match(FlinkSqlParser.KW_RLIKE); - this.state = 1805; + this.state = 1811; localContext._pattern = this.valueExpression(0); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 1806; + this.state = 1812; this.likePredicate(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 1807; + this.state = 1813; this.match(FlinkSqlParser.KW_IS); - this.state = 1809; + this.state = 1815; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 242) { { - this.state = 1808; + this.state = 1814; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 1811; + this.state = 1817; localContext._kind = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 140 || _la === 245 || _la === 398 || _la === 405)) { @@ -8561,53 +8599,53 @@ export class FlinkSqlParser extends SQLParserBase { case 8: this.enterOuterAlt(localContext, 8); { - this.state = 1812; + this.state = 1818; this.match(FlinkSqlParser.KW_IS); - this.state = 1814; + this.state = 1820; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 242) { { - this.state = 1813; + this.state = 1819; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 1816; + this.state = 1822; localContext._kind = this.match(FlinkSqlParser.KW_DISTINCT); - this.state = 1817; + this.state = 1823; this.match(FlinkSqlParser.KW_FROM); - this.state = 1818; + this.state = 1824; localContext._right = this.valueExpression(0); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 1820; + this.state = 1826; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 242) { { - this.state = 1819; + this.state = 1825; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 1822; + this.state = 1828; localContext._kind = this.match(FlinkSqlParser.KW_SIMILAR); - this.state = 1823; + this.state = 1829; this.match(FlinkSqlParser.KW_TO); - this.state = 1824; + this.state = 1830; localContext._right = this.valueExpression(0); - this.state = 1827; + this.state = 1833; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 206, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 207, this.context) ) { case 1: { - this.state = 1825; + this.state = 1831; this.match(FlinkSqlParser.KW_ESCAPE); - this.state = 1826; + this.state = 1832; this.stringLiteral(); } break; @@ -8617,28 +8655,28 @@ export class FlinkSqlParser extends SQLParserBase { case 10: this.enterOuterAlt(localContext, 10); { - this.state = 1829; + this.state = 1835; this.match(FlinkSqlParser.KW_IS); - this.state = 1830; + this.state = 1836; this.match(FlinkSqlParser.KW_JSON); - this.state = 1834; + this.state = 1840; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 207, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 208, this.context) ) { case 1: { - this.state = 1831; + this.state = 1837; this.match(FlinkSqlParser.KW_VALUE); } break; case 2: { - this.state = 1832; + this.state = 1838; this.match(FlinkSqlParser.KW_ARRAY); } break; case 3: { - this.state = 1833; + this.state = 1839; this.identifier(); } break; @@ -8663,28 +8701,28 @@ export class FlinkSqlParser extends SQLParserBase { } public likePredicate(): LikePredicateContext { let localContext = new LikePredicateContext(this.context, this.state); - this.enterRule(localContext, 264, FlinkSqlParser.RULE_likePredicate); + this.enterRule(localContext, 266, FlinkSqlParser.RULE_likePredicate); let _la: number; try { - this.state = 1867; + this.state = 1873; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 214, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 215, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1839; + this.state = 1845; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 242) { { - this.state = 1838; + this.state = 1844; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 1841; + this.state = 1847; localContext._kind = this.match(FlinkSqlParser.KW_LIKE); - this.state = 1842; + this.state = 1848; localContext._quantifier = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 5 || _la === 11)) { @@ -8694,40 +8732,40 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1856; + this.state = 1862; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 211, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 212, this.context) ) { case 1: { - this.state = 1843; + this.state = 1849; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1844; + this.state = 1850; this.match(FlinkSqlParser.RR_BRACKET); } break; case 2: { - this.state = 1845; + this.state = 1851; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1846; + this.state = 1852; this.expression(); - this.state = 1851; + this.state = 1857; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 1847; + this.state = 1853; this.match(FlinkSqlParser.COMMA); - this.state = 1848; + this.state = 1854; this.expression(); } } - this.state = 1853; + this.state = 1859; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1854; + this.state = 1860; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -8737,28 +8775,28 @@ export class FlinkSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1859; + this.state = 1865; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 242) { { - this.state = 1858; + this.state = 1864; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 1861; + this.state = 1867; localContext._kind = this.match(FlinkSqlParser.KW_LIKE); - this.state = 1862; + this.state = 1868; localContext._pattern = this.valueExpression(0); - this.state = 1865; + this.state = 1871; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 213, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 214, this.context) ) { case 1: { - this.state = 1863; + this.state = 1869; this.match(FlinkSqlParser.KW_ESCAPE); - this.state = 1864; + this.state = 1870; this.stringLiteral(); } break; @@ -8793,23 +8831,23 @@ export class FlinkSqlParser extends SQLParserBase { let parentState = this.state; let localContext = new ValueExpressionContext(this.context, parentState); let previousContext = localContext; - let _startState = 266; - this.enterRecursionRule(localContext, 266, FlinkSqlParser.RULE_valueExpression, _p); + let _startState = 268; + this.enterRecursionRule(localContext, 268, FlinkSqlParser.RULE_valueExpression, _p); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1873; + this.state = 1879; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 215, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 216, this.context) ) { case 1: { localContext = new ValueExpressionDefaultContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1870; + this.state = 1876; this.primaryExpression(0); } break; @@ -8818,7 +8856,7 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ArithmeticUnaryContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1871; + this.state = 1877; (localContext as ArithmeticUnaryContext)._operator = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(((((_la - 510)) & ~0x1F) === 0 && ((1 << (_la - 510)) & 3145729) !== 0))) { @@ -8828,15 +8866,15 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1872; + this.state = 1878; this.valueExpression(7); } break; } this.context!.stop = this.tokenStream.LT(-1); - this.state = 1896; + this.state = 1902; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 217, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 218, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { if (this._parseListeners != null) { @@ -8844,19 +8882,19 @@ export class FlinkSqlParser extends SQLParserBase { } previousContext = localContext; { - this.state = 1894; + this.state = 1900; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 216, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 217, this.context) ) { case 1: { localContext = new ArithmeticBinaryContext(new ValueExpressionContext(parentContext, parentState)); (localContext as ArithmeticBinaryContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_valueExpression); - this.state = 1875; + this.state = 1881; if (!(this.precpred(this.context, 6))) { throw this.createFailedPredicateException("this.precpred(this.context, 6)"); } - this.state = 1876; + this.state = 1882; (localContext as ArithmeticBinaryContext)._operator = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 453 || ((((_la - 528)) & ~0x1F) === 0 && ((1 << (_la - 528)) & 145) !== 0))) { @@ -8866,7 +8904,7 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1877; + this.state = 1883; (localContext as ArithmeticBinaryContext)._right = this.valueExpression(7); } break; @@ -8875,11 +8913,11 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ArithmeticBinaryContext(new ValueExpressionContext(parentContext, parentState)); (localContext as ArithmeticBinaryContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_valueExpression); - this.state = 1878; + this.state = 1884; if (!(this.precpred(this.context, 5))) { throw this.createFailedPredicateException("this.precpred(this.context, 5)"); } - this.state = 1879; + this.state = 1885; (localContext as ArithmeticBinaryContext)._operator = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(((((_la - 530)) & ~0x1F) === 0 && ((1 << (_la - 530)) & 11) !== 0))) { @@ -8889,7 +8927,7 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1880; + this.state = 1886; (localContext as ArithmeticBinaryContext)._right = this.valueExpression(6); } break; @@ -8898,13 +8936,13 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ArithmeticBinaryContext(new ValueExpressionContext(parentContext, parentState)); (localContext as ArithmeticBinaryContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_valueExpression); - this.state = 1881; + this.state = 1887; if (!(this.precpred(this.context, 4))) { throw this.createFailedPredicateException("this.precpred(this.context, 4)"); } - this.state = 1882; + this.state = 1888; (localContext as ArithmeticBinaryContext)._operator = this.match(FlinkSqlParser.BIT_AND_OP); - this.state = 1883; + this.state = 1889; (localContext as ArithmeticBinaryContext)._right = this.valueExpression(5); } break; @@ -8913,13 +8951,13 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ArithmeticBinaryContext(new ValueExpressionContext(parentContext, parentState)); (localContext as ArithmeticBinaryContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_valueExpression); - this.state = 1884; + this.state = 1890; if (!(this.precpred(this.context, 3))) { throw this.createFailedPredicateException("this.precpred(this.context, 3)"); } - this.state = 1885; + this.state = 1891; (localContext as ArithmeticBinaryContext)._operator = this.match(FlinkSqlParser.BIT_XOR_OP); - this.state = 1886; + this.state = 1892; (localContext as ArithmeticBinaryContext)._right = this.valueExpression(4); } break; @@ -8928,13 +8966,13 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ArithmeticBinaryContext(new ValueExpressionContext(parentContext, parentState)); (localContext as ArithmeticBinaryContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_valueExpression); - this.state = 1887; + this.state = 1893; if (!(this.precpred(this.context, 2))) { throw this.createFailedPredicateException("this.precpred(this.context, 2)"); } - this.state = 1888; + this.state = 1894; (localContext as ArithmeticBinaryContext)._operator = this.match(FlinkSqlParser.BIT_OR_OP); - this.state = 1889; + this.state = 1895; (localContext as ArithmeticBinaryContext)._right = this.valueExpression(3); } break; @@ -8943,22 +8981,22 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ComparisonContext(new ValueExpressionContext(parentContext, parentState)); (localContext as ComparisonContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_valueExpression); - this.state = 1890; + this.state = 1896; if (!(this.precpred(this.context, 1))) { throw this.createFailedPredicateException("this.precpred(this.context, 1)"); } - this.state = 1891; + this.state = 1897; this.comparisonOperator(); - this.state = 1892; + this.state = 1898; (localContext as ComparisonContext)._right = this.valueExpression(2); } break; } } } - this.state = 1898; + this.state = 1904; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 217, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 218, this.context); } } } @@ -8978,10 +9016,10 @@ export class FlinkSqlParser extends SQLParserBase { } public functionCallExpression(): FunctionCallExpressionContext { let localContext = new FunctionCallExpressionContext(this.context, this.state); - this.enterRule(localContext, 268, FlinkSqlParser.RULE_functionCallExpression); + this.enterRule(localContext, 270, FlinkSqlParser.RULE_functionCallExpression); let _la: number; try { - this.state = 1918; + this.state = 1924; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_CURRENT_DATE: @@ -8991,7 +9029,7 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_LOCALTIMESTAMP: this.enterOuterAlt(localContext, 1); { - this.state = 1899; + this.state = 1905; this.reservedKeywordsNoParamsUsedAsFuncName(); } break; @@ -9001,7 +9039,7 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_TIMESTAMP: this.enterOuterAlt(localContext, 2); { - this.state = 1900; + this.state = 1906; this.functionNameAndParams(); } break; @@ -9142,47 +9180,47 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.ID_LITERAL: this.enterOuterAlt(localContext, 3); { - this.state = 1901; + this.state = 1907; this.functionNameWithParams(); - this.state = 1902; + this.state = 1908; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1914; + this.state = 1920; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 8396848) !== 0) || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 10489249) !== 0) || ((((_la - 69)) & ~0x1F) === 0 && ((1 << (_la - 69)) & 1883341377) !== 0) || ((((_la - 107)) & ~0x1F) === 0 && ((1 << (_la - 107)) & 201330753) !== 0) || ((((_la - 139)) & ~0x1F) === 0 && ((1 << (_la - 139)) & 337641555) !== 0) || ((((_la - 182)) & ~0x1F) === 0 && ((1 << (_la - 182)) & 488456033) !== 0) || ((((_la - 215)) & ~0x1F) === 0 && ((1 << (_la - 215)) & 3892347713) !== 0) || ((((_la - 265)) & ~0x1F) === 0 && ((1 << (_la - 265)) & 537530369) !== 0) || ((((_la - 318)) & ~0x1F) === 0 && ((1 << (_la - 318)) & 131185) !== 0) || ((((_la - 358)) & ~0x1F) === 0 && ((1 << (_la - 358)) & 14681219) !== 0) || ((((_la - 390)) & ~0x1F) === 0 && ((1 << (_la - 390)) & 3238528833) !== 0) || ((((_la - 428)) & ~0x1F) === 0 && ((1 << (_la - 428)) & 4294966785) !== 0) || ((((_la - 460)) & ~0x1F) === 0 && ((1 << (_la - 460)) & 4294967295) !== 0) || ((((_la - 492)) & ~0x1F) === 0 && ((1 << (_la - 492)) & 33832959) !== 0) || ((((_la - 528)) & ~0x1F) === 0 && ((1 << (_la - 528)) & 31757) !== 0)) { { - this.state = 1904; + this.state = 1910; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 218, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 219, this.context) ) { case 1: { - this.state = 1903; + this.state = 1909; this.setQuantifier(); } break; } - this.state = 1906; + this.state = 1912; this.functionParam(); - this.state = 1911; + this.state = 1917; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 1907; + this.state = 1913; this.match(FlinkSqlParser.COMMA); - this.state = 1908; + this.state = 1914; this.functionParam(); } } - this.state = 1913; + this.state = 1919; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 1916; + this.state = 1922; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -9216,51 +9254,51 @@ export class FlinkSqlParser extends SQLParserBase { let parentState = this.state; let localContext = new PrimaryExpressionContext(this.context, parentState); let previousContext = localContext; - let _startState = 270; - this.enterRecursionRule(localContext, 270, FlinkSqlParser.RULE_primaryExpression, _p); + let _startState = 272; + this.enterRecursionRule(localContext, 272, FlinkSqlParser.RULE_primaryExpression, _p); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1995; + this.state = 2001; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 228, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 229, this.context) ) { case 1: { localContext = new SearchedCaseContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1921; + this.state = 1927; this.match(FlinkSqlParser.KW_CASE); - this.state = 1923; + this.state = 1929; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 1922; + this.state = 1928; this.whenClause(); } } - this.state = 1925; + this.state = 1931; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 429); - this.state = 1929; + this.state = 1935; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 120) { { - this.state = 1927; + this.state = 1933; this.match(FlinkSqlParser.KW_ELSE); - this.state = 1928; + this.state = 1934; (localContext as SearchedCaseContext)._elseExpression = this.expression(); } } - this.state = 1931; + this.state = 1937; this.match(FlinkSqlParser.KW_END); } break; @@ -9269,37 +9307,37 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new SimpleCaseContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1933; + this.state = 1939; this.match(FlinkSqlParser.KW_CASE); - this.state = 1934; + this.state = 1940; (localContext as SimpleCaseContext)._value = this.expression(); - this.state = 1936; + this.state = 1942; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 1935; + this.state = 1941; this.whenClause(); } } - this.state = 1938; + this.state = 1944; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 429); - this.state = 1942; + this.state = 1948; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 120) { { - this.state = 1940; + this.state = 1946; this.match(FlinkSqlParser.KW_ELSE); - this.state = 1941; + this.state = 1947; (localContext as SimpleCaseContext)._elseExpression = this.expression(); } } - this.state = 1944; + this.state = 1950; this.match(FlinkSqlParser.KW_END); } break; @@ -9308,17 +9346,17 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new CastContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1946; + this.state = 1952; this.match(FlinkSqlParser.KW_CAST); - this.state = 1947; + this.state = 1953; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1948; + this.state = 1954; this.expression(); - this.state = 1949; + this.state = 1955; this.match(FlinkSqlParser.KW_AS); - this.state = 1950; + this.state = 1956; this.columnType(); - this.state = 1951; + this.state = 1957; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -9327,25 +9365,25 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new FirstContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1953; + this.state = 1959; this.match(FlinkSqlParser.KW_FIRST); - this.state = 1954; + this.state = 1960; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1955; + this.state = 1961; this.expression(); - this.state = 1958; + this.state = 1964; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 462) { { - this.state = 1956; + this.state = 1962; this.match(FlinkSqlParser.KW_IGNORE); - this.state = 1957; + this.state = 1963; this.match(FlinkSqlParser.KW_NULLS); } } - this.state = 1960; + this.state = 1966; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -9354,25 +9392,25 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new LastContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1962; + this.state = 1968; this.match(FlinkSqlParser.KW_LAST); - this.state = 1963; + this.state = 1969; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1964; + this.state = 1970; this.expression(); - this.state = 1967; + this.state = 1973; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 462) { { - this.state = 1965; + this.state = 1971; this.match(FlinkSqlParser.KW_IGNORE); - this.state = 1966; + this.state = 1972; this.match(FlinkSqlParser.KW_NULLS); } } - this.state = 1969; + this.state = 1975; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -9381,17 +9419,17 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new PositionContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1971; + this.state = 1977; this.match(FlinkSqlParser.KW_POSITION); - this.state = 1972; + this.state = 1978; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1973; + this.state = 1979; (localContext as PositionContext)._substr = this.valueExpression(0); - this.state = 1974; + this.state = 1980; this.match(FlinkSqlParser.KW_IN); - this.state = 1975; + this.state = 1981; (localContext as PositionContext)._str = this.valueExpression(0); - this.state = 1976; + this.state = 1982; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -9400,7 +9438,7 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ConstantDefaultContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1978; + this.state = 1984; this.constant(); } break; @@ -9409,7 +9447,7 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new StarContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1979; + this.state = 1985; this.match(FlinkSqlParser.ASTERISK_SIGN); } break; @@ -9418,11 +9456,11 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new StarContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1980; + this.state = 1986; this.uid(); - this.state = 1981; + this.state = 1987; this.match(FlinkSqlParser.DOT); - this.state = 1982; + this.state = 1988; this.match(FlinkSqlParser.ASTERISK_SIGN); } break; @@ -9431,11 +9469,11 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new SubqueryExpressionContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1984; + this.state = 1990; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1985; + this.state = 1991; this.queryStatement(0); - this.state = 1986; + this.state = 1992; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -9444,7 +9482,7 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new FunctionCallContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1988; + this.state = 1994; this.functionCallExpression(); } break; @@ -9453,7 +9491,7 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ColumnReferenceContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1989; + this.state = 1995; this.columnNamePath(); } break; @@ -9462,7 +9500,7 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new DereferenceContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1990; + this.state = 1996; this.dereferenceDefinition(); } break; @@ -9471,19 +9509,19 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ParenthesizedExpressionContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1991; + this.state = 1997; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1992; + this.state = 1998; this.expression(); - this.state = 1993; + this.state = 1999; this.match(FlinkSqlParser.RR_BRACKET); } break; } this.context!.stop = this.tokenStream.LT(-1); - this.state = 2004; + this.state = 2010; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 229, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 230, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { if (this._parseListeners != null) { @@ -9495,22 +9533,22 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new SubscriptContext(new PrimaryExpressionContext(parentContext, parentState)); (localContext as SubscriptContext)._value = previousContext; this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_primaryExpression); - this.state = 1997; + this.state = 2003; if (!(this.precpred(this.context, 4))) { throw this.createFailedPredicateException("this.precpred(this.context, 4)"); } - this.state = 1998; + this.state = 2004; this.match(FlinkSqlParser.LS_BRACKET); - this.state = 1999; + this.state = 2005; (localContext as SubscriptContext)._index = this.valueExpression(0); - this.state = 2000; + this.state = 2006; this.match(FlinkSqlParser.RS_BRACKET); } } } - this.state = 2006; + this.state = 2012; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 229, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 230, this.context); } } } @@ -9530,11 +9568,11 @@ export class FlinkSqlParser extends SQLParserBase { } public functionNameCreate(): FunctionNameCreateContext { let localContext = new FunctionNameCreateContext(this.context, this.state); - this.enterRule(localContext, 272, FlinkSqlParser.RULE_functionNameCreate); + this.enterRule(localContext, 274, FlinkSqlParser.RULE_functionNameCreate); try { this.enterOuterAlt(localContext, 1); { - this.state = 2007; + this.state = 2013; this.uid(); } } @@ -9554,36 +9592,36 @@ export class FlinkSqlParser extends SQLParserBase { } public functionName(): FunctionNameContext { let localContext = new FunctionNameContext(this.context, this.state); - this.enterRule(localContext, 274, FlinkSqlParser.RULE_functionName); + this.enterRule(localContext, 276, FlinkSqlParser.RULE_functionName); try { - this.state = 2013; + this.state = 2019; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 230, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 231, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2009; + this.state = 2015; this.reservedKeywordsUsedAsFuncName(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2010; + this.state = 2016; this.reservedKeywordsNoParamsUsedAsFuncName(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2011; + this.state = 2017; this.reservedKeywordsFollowParamsUsedAsFuncName(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2012; + this.state = 2018; this.uid(); } break; @@ -9605,9 +9643,9 @@ export class FlinkSqlParser extends SQLParserBase { } public functionNameAndParams(): FunctionNameAndParamsContext { let localContext = new FunctionNameAndParamsContext(this.context, this.state); - this.enterRule(localContext, 276, FlinkSqlParser.RULE_functionNameAndParams); + this.enterRule(localContext, 278, FlinkSqlParser.RULE_functionNameAndParams); try { - this.state = 2019; + this.state = 2025; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_DATE: @@ -9615,16 +9653,16 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_TIMESTAMP: this.enterOuterAlt(localContext, 1); { - this.state = 2015; + this.state = 2021; this.reservedKeywordsFollowParamsUsedAsFuncName(); - this.state = 2016; + this.state = 2022; this.match(FlinkSqlParser.STRING_LITERAL); } break; case FlinkSqlParser.KW_INTERVAL: this.enterOuterAlt(localContext, 2); { - this.state = 2018; + this.state = 2024; this.timeIntervalExpression(); } break; @@ -9648,22 +9686,22 @@ export class FlinkSqlParser extends SQLParserBase { } public functionNameWithParams(): FunctionNameWithParamsContext { let localContext = new FunctionNameWithParamsContext(this.context, this.state); - this.enterRule(localContext, 278, FlinkSqlParser.RULE_functionNameWithParams); + this.enterRule(localContext, 280, FlinkSqlParser.RULE_functionNameWithParams); try { - this.state = 2023; + this.state = 2029; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 232, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 233, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2021; + this.state = 2027; this.reservedKeywordsUsedAsFuncName(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2022; + this.state = 2028; this.uid(); } break; @@ -9685,36 +9723,36 @@ export class FlinkSqlParser extends SQLParserBase { } public functionParam(): FunctionParamContext { let localContext = new FunctionParamContext(this.context, this.state); - this.enterRule(localContext, 280, FlinkSqlParser.RULE_functionParam); + this.enterRule(localContext, 282, FlinkSqlParser.RULE_functionParam); try { - this.state = 2029; + this.state = 2035; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 233, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 234, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2025; + this.state = 2031; this.reservedKeywordsUsedAsFuncParam(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2026; + this.state = 2032; this.timeIntervalUnit(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2027; + this.state = 2033; this.timePointUnit(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2028; + this.state = 2034; this.expression(); } break; @@ -9736,11 +9774,11 @@ export class FlinkSqlParser extends SQLParserBase { } public dereferenceDefinition(): DereferenceDefinitionContext { let localContext = new DereferenceDefinitionContext(this.context, this.state); - this.enterRule(localContext, 282, FlinkSqlParser.RULE_dereferenceDefinition); + this.enterRule(localContext, 284, FlinkSqlParser.RULE_dereferenceDefinition); try { this.enterOuterAlt(localContext, 1); { - this.state = 2031; + this.state = 2037; this.uid(); } } @@ -9760,11 +9798,11 @@ export class FlinkSqlParser extends SQLParserBase { } public correlationName(): CorrelationNameContext { let localContext = new CorrelationNameContext(this.context, this.state); - this.enterRule(localContext, 284, FlinkSqlParser.RULE_correlationName); + this.enterRule(localContext, 286, FlinkSqlParser.RULE_correlationName); try { this.enterOuterAlt(localContext, 1); { - this.state = 2033; + this.state = 2039; this.identifier(); } } @@ -9784,22 +9822,22 @@ export class FlinkSqlParser extends SQLParserBase { } public qualifiedName(): QualifiedNameContext { let localContext = new QualifiedNameContext(this.context, this.state); - this.enterRule(localContext, 286, FlinkSqlParser.RULE_qualifiedName); + this.enterRule(localContext, 288, FlinkSqlParser.RULE_qualifiedName); try { - this.state = 2037; + this.state = 2043; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 234, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 235, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2035; + this.state = 2041; this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2036; + this.state = 2042; this.dereferenceDefinition(); } break; @@ -9821,24 +9859,24 @@ export class FlinkSqlParser extends SQLParserBase { } public timeIntervalExpression(): TimeIntervalExpressionContext { let localContext = new TimeIntervalExpressionContext(this.context, this.state); - this.enterRule(localContext, 288, FlinkSqlParser.RULE_timeIntervalExpression); + this.enterRule(localContext, 290, FlinkSqlParser.RULE_timeIntervalExpression); try { this.enterOuterAlt(localContext, 1); { - this.state = 2039; + this.state = 2045; this.match(FlinkSqlParser.KW_INTERVAL); - this.state = 2042; + this.state = 2048; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 235, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 236, this.context) ) { case 1: { - this.state = 2040; + this.state = 2046; this.errorCapturingMultiUnitsInterval(); } break; case 2: { - this.state = 2041; + this.state = 2047; this.errorCapturingUnitToUnitInterval(); } break; @@ -9861,18 +9899,18 @@ export class FlinkSqlParser extends SQLParserBase { } public errorCapturingMultiUnitsInterval(): ErrorCapturingMultiUnitsIntervalContext { let localContext = new ErrorCapturingMultiUnitsIntervalContext(this.context, this.state); - this.enterRule(localContext, 290, FlinkSqlParser.RULE_errorCapturingMultiUnitsInterval); + this.enterRule(localContext, 292, FlinkSqlParser.RULE_errorCapturingMultiUnitsInterval); try { this.enterOuterAlt(localContext, 1); { - this.state = 2044; + this.state = 2050; this.multiUnitsInterval(); - this.state = 2046; + this.state = 2052; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 236, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 237, this.context) ) { case 1: { - this.state = 2045; + this.state = 2051; this.unitToUnitInterval(); } break; @@ -9895,12 +9933,12 @@ export class FlinkSqlParser extends SQLParserBase { } public multiUnitsInterval(): MultiUnitsIntervalContext { let localContext = new MultiUnitsIntervalContext(this.context, this.state); - this.enterRule(localContext, 292, FlinkSqlParser.RULE_multiUnitsInterval); + this.enterRule(localContext, 294, FlinkSqlParser.RULE_multiUnitsInterval); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 2051; + this.state = 2057; this.errorHandler.sync(this); alternative = 1; do { @@ -9908,9 +9946,9 @@ export class FlinkSqlParser extends SQLParserBase { case 1: { { - this.state = 2048; + this.state = 2054; this.intervalValue(); - this.state = 2049; + this.state = 2055; this.timeIntervalUnit(); } } @@ -9918,9 +9956,9 @@ export class FlinkSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 2053; + this.state = 2059; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 237, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 238, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } } @@ -9940,24 +9978,24 @@ export class FlinkSqlParser extends SQLParserBase { } public errorCapturingUnitToUnitInterval(): ErrorCapturingUnitToUnitIntervalContext { let localContext = new ErrorCapturingUnitToUnitIntervalContext(this.context, this.state); - this.enterRule(localContext, 294, FlinkSqlParser.RULE_errorCapturingUnitToUnitInterval); + this.enterRule(localContext, 296, FlinkSqlParser.RULE_errorCapturingUnitToUnitInterval); try { this.enterOuterAlt(localContext, 1); { - this.state = 2055; + this.state = 2061; localContext._body = this.unitToUnitInterval(); - this.state = 2058; + this.state = 2064; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 238, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 239, this.context) ) { case 1: { - this.state = 2056; + this.state = 2062; localContext._error1 = this.multiUnitsInterval(); } break; case 2: { - this.state = 2057; + this.state = 2063; localContext._error2 = this.unitToUnitInterval(); } break; @@ -9980,17 +10018,17 @@ export class FlinkSqlParser extends SQLParserBase { } public unitToUnitInterval(): UnitToUnitIntervalContext { let localContext = new UnitToUnitIntervalContext(this.context, this.state); - this.enterRule(localContext, 296, FlinkSqlParser.RULE_unitToUnitInterval); + this.enterRule(localContext, 298, FlinkSqlParser.RULE_unitToUnitInterval); try { this.enterOuterAlt(localContext, 1); { - this.state = 2060; + this.state = 2066; localContext._value = this.intervalValue(); - this.state = 2061; + this.state = 2067; localContext._from_ = this.timeIntervalUnit(); - this.state = 2062; + this.state = 2068; this.match(FlinkSqlParser.KW_TO); - this.state = 2063; + this.state = 2069; localContext._to = this.timeIntervalUnit(); } } @@ -10010,10 +10048,10 @@ export class FlinkSqlParser extends SQLParserBase { } public intervalValue(): IntervalValueContext { let localContext = new IntervalValueContext(this.context, this.state); - this.enterRule(localContext, 298, FlinkSqlParser.RULE_intervalValue); + this.enterRule(localContext, 300, FlinkSqlParser.RULE_intervalValue); let _la: number; try { - this.state = 2070; + this.state = 2076; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.HYPHEN_SIGN: @@ -10022,12 +10060,12 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.REAL_LITERAL: this.enterOuterAlt(localContext, 1); { - this.state = 2066; + this.state = 2072; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 530 || _la === 531) { { - this.state = 2065; + this.state = 2071; _la = this.tokenStream.LA(1); if(!(_la === 530 || _la === 531)) { this.errorHandler.recoverInline(this); @@ -10039,7 +10077,7 @@ export class FlinkSqlParser extends SQLParserBase { } } - this.state = 2068; + this.state = 2074; _la = this.tokenStream.LA(1); if(!(_la === 539 || _la === 540)) { this.errorHandler.recoverInline(this); @@ -10053,7 +10091,7 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.STRING_LITERAL: this.enterOuterAlt(localContext, 2); { - this.state = 2069; + this.state = 2075; this.match(FlinkSqlParser.STRING_LITERAL); } break; @@ -10077,29 +10115,29 @@ export class FlinkSqlParser extends SQLParserBase { } public tableAlias(): TableAliasContext { let localContext = new TableAliasContext(this.context, this.state); - this.enterRule(localContext, 300, FlinkSqlParser.RULE_tableAlias); + this.enterRule(localContext, 302, FlinkSqlParser.RULE_tableAlias); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2073; + this.state = 2079; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 2072; + this.state = 2078; this.match(FlinkSqlParser.KW_AS); } } - this.state = 2075; + this.state = 2081; localContext._alias = this.identifier(); - this.state = 2077; + this.state = 2083; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 242, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 243, this.context) ) { case 1: { - this.state = 2076; + this.state = 2082; this.identifierList(); } break; @@ -10122,13 +10160,13 @@ export class FlinkSqlParser extends SQLParserBase { } public errorCapturingIdentifier(): ErrorCapturingIdentifierContext { let localContext = new ErrorCapturingIdentifierContext(this.context, this.state); - this.enterRule(localContext, 302, FlinkSqlParser.RULE_errorCapturingIdentifier); + this.enterRule(localContext, 304, FlinkSqlParser.RULE_errorCapturingIdentifier); try { this.enterOuterAlt(localContext, 1); { - this.state = 2079; + this.state = 2085; this.identifier(); - this.state = 2080; + this.state = 2086; this.errorCapturingIdentifierExtra(); } } @@ -10148,29 +10186,29 @@ export class FlinkSqlParser extends SQLParserBase { } public errorCapturingIdentifierExtra(): ErrorCapturingIdentifierExtraContext { let localContext = new ErrorCapturingIdentifierExtraContext(this.context, this.state); - this.enterRule(localContext, 304, FlinkSqlParser.RULE_errorCapturingIdentifierExtra); + this.enterRule(localContext, 306, FlinkSqlParser.RULE_errorCapturingIdentifierExtra); let _la: number; try { - this.state = 2089; + this.state = 2095; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_MINUS: localContext = new ErrorIdentContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2084; + this.state = 2090; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 2082; + this.state = 2088; this.match(FlinkSqlParser.KW_MINUS); - this.state = 2083; + this.state = 2089; this.identifier(); } } - this.state = 2086; + this.state = 2092; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 222); @@ -10204,15 +10242,15 @@ export class FlinkSqlParser extends SQLParserBase { } public identifierList(): IdentifierListContext { let localContext = new IdentifierListContext(this.context, this.state); - this.enterRule(localContext, 306, FlinkSqlParser.RULE_identifierList); + this.enterRule(localContext, 308, FlinkSqlParser.RULE_identifierList); try { this.enterOuterAlt(localContext, 1); { - this.state = 2091; + this.state = 2097; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 2092; + this.state = 2098; this.identifierSeq(); - this.state = 2093; + this.state = 2099; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -10232,26 +10270,26 @@ export class FlinkSqlParser extends SQLParserBase { } public identifierSeq(): IdentifierSeqContext { let localContext = new IdentifierSeqContext(this.context, this.state); - this.enterRule(localContext, 308, FlinkSqlParser.RULE_identifierSeq); + this.enterRule(localContext, 310, FlinkSqlParser.RULE_identifierSeq); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2095; + this.state = 2101; this.identifier(); - this.state = 2100; + this.state = 2106; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 2096; + this.state = 2102; this.match(FlinkSqlParser.COMMA); - this.state = 2097; + this.state = 2103; this.identifier(); } } - this.state = 2102; + this.state = 2108; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -10273,9 +10311,9 @@ export class FlinkSqlParser extends SQLParserBase { } public identifier(): IdentifierContext { let localContext = new IdentifierContext(this.context, this.state); - this.enterRule(localContext, 310, FlinkSqlParser.RULE_identifier); + this.enterRule(localContext, 312, FlinkSqlParser.RULE_identifier); try { - this.state = 2106; + this.state = 2112; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.DIG_LITERAL: @@ -10283,7 +10321,7 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new UnquotedIdentifierAlternativeContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2103; + this.state = 2109; this.unquotedIdentifier(); } break; @@ -10291,7 +10329,7 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new QuotedIdentifierAlternativeContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 2104; + this.state = 2110; this.quotedIdentifier(); } break; @@ -10366,7 +10404,7 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new NonReservedKeywordsAlternativeContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 2105; + this.state = 2111; this.nonReservedKeywords(); } break; @@ -10390,12 +10428,12 @@ export class FlinkSqlParser extends SQLParserBase { } public unquotedIdentifier(): UnquotedIdentifierContext { let localContext = new UnquotedIdentifierContext(this.context, this.state); - this.enterRule(localContext, 312, FlinkSqlParser.RULE_unquotedIdentifier); + this.enterRule(localContext, 314, FlinkSqlParser.RULE_unquotedIdentifier); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2108; + this.state = 2114; _la = this.tokenStream.LA(1); if(!(_la === 539 || _la === 542)) { this.errorHandler.recoverInline(this); @@ -10422,11 +10460,11 @@ export class FlinkSqlParser extends SQLParserBase { } public quotedIdentifier(): QuotedIdentifierContext { let localContext = new QuotedIdentifierContext(this.context, this.state); - this.enterRule(localContext, 314, FlinkSqlParser.RULE_quotedIdentifier); + this.enterRule(localContext, 316, FlinkSqlParser.RULE_quotedIdentifier); try { this.enterOuterAlt(localContext, 1); { - this.state = 2110; + this.state = 2116; this.match(FlinkSqlParser.STRING_LITERAL); } } @@ -10446,17 +10484,17 @@ export class FlinkSqlParser extends SQLParserBase { } public whenClause(): WhenClauseContext { let localContext = new WhenClauseContext(this.context, this.state); - this.enterRule(localContext, 316, FlinkSqlParser.RULE_whenClause); + this.enterRule(localContext, 318, FlinkSqlParser.RULE_whenClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 2112; + this.state = 2118; this.match(FlinkSqlParser.KW_WHEN); - this.state = 2113; + this.state = 2119; localContext._condition = this.expression(); - this.state = 2114; + this.state = 2120; this.match(FlinkSqlParser.KW_THEN); - this.state = 2115; + this.state = 2121; localContext._result = this.expression(); } } @@ -10476,11 +10514,11 @@ export class FlinkSqlParser extends SQLParserBase { } public catalogPath(): CatalogPathContext { let localContext = new CatalogPathContext(this.context, this.state); - this.enterRule(localContext, 318, FlinkSqlParser.RULE_catalogPath); + this.enterRule(localContext, 320, FlinkSqlParser.RULE_catalogPath); try { this.enterOuterAlt(localContext, 1); { - this.state = 2117; + this.state = 2123; this.identifier(); } } @@ -10500,11 +10538,11 @@ export class FlinkSqlParser extends SQLParserBase { } public catalogPathCreate(): CatalogPathCreateContext { let localContext = new CatalogPathCreateContext(this.context, this.state); - this.enterRule(localContext, 320, FlinkSqlParser.RULE_catalogPathCreate); + this.enterRule(localContext, 322, FlinkSqlParser.RULE_catalogPathCreate); try { this.enterOuterAlt(localContext, 1); { - this.state = 2119; + this.state = 2125; this.identifier(); } } @@ -10524,21 +10562,21 @@ export class FlinkSqlParser extends SQLParserBase { } public databasePath(): DatabasePathContext { let localContext = new DatabasePathContext(this.context, this.state); - this.enterRule(localContext, 322, FlinkSqlParser.RULE_databasePath); + this.enterRule(localContext, 324, FlinkSqlParser.RULE_databasePath); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2121; + this.state = 2127; this.identifier(); - this.state = 2124; + this.state = 2130; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 514) { { - this.state = 2122; + this.state = 2128; this.match(FlinkSqlParser.DOT); - this.state = 2123; + this.state = 2129; this.identifier(); } } @@ -10561,21 +10599,21 @@ export class FlinkSqlParser extends SQLParserBase { } public databasePathCreate(): DatabasePathCreateContext { let localContext = new DatabasePathCreateContext(this.context, this.state); - this.enterRule(localContext, 324, FlinkSqlParser.RULE_databasePathCreate); + this.enterRule(localContext, 326, FlinkSqlParser.RULE_databasePathCreate); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2126; + this.state = 2132; this.identifier(); - this.state = 2129; + this.state = 2135; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 514) { { - this.state = 2127; + this.state = 2133; this.match(FlinkSqlParser.DOT); - this.state = 2128; + this.state = 2134; this.identifier(); } } @@ -10598,25 +10636,25 @@ export class FlinkSqlParser extends SQLParserBase { } public tablePathCreate(): TablePathCreateContext { let localContext = new TablePathCreateContext(this.context, this.state); - this.enterRule(localContext, 326, FlinkSqlParser.RULE_tablePathCreate); + this.enterRule(localContext, 328, FlinkSqlParser.RULE_tablePathCreate); let _la: number; try { - this.state = 2143; + this.state = 2149; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 251, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 252, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2131; + this.state = 2137; this.identifier(); - this.state = 2134; + this.state = 2140; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 514) { { - this.state = 2132; + this.state = 2138; this.match(FlinkSqlParser.DOT); - this.state = 2133; + this.state = 2139; this.identifier(); } } @@ -10626,20 +10664,20 @@ export class FlinkSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2136; + this.state = 2142; this.identifier(); - this.state = 2137; + this.state = 2143; this.match(FlinkSqlParser.DOT); - this.state = 2138; + this.state = 2144; this.identifier(); - this.state = 2141; + this.state = 2147; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 514) { { - this.state = 2139; + this.state = 2145; this.match(FlinkSqlParser.DOT); - this.state = 2140; + this.state = 2146; this.identifier(); } } @@ -10664,24 +10702,24 @@ export class FlinkSqlParser extends SQLParserBase { } public tablePath(): TablePathContext { let localContext = new TablePathContext(this.context, this.state); - this.enterRule(localContext, 328, FlinkSqlParser.RULE_tablePath); + this.enterRule(localContext, 330, FlinkSqlParser.RULE_tablePath); try { - this.state = 2157; + this.state = 2163; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 254, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 255, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2145; + this.state = 2151; this.identifier(); - this.state = 2148; + this.state = 2154; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 252, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 253, this.context) ) { case 1: { - this.state = 2146; + this.state = 2152; this.match(FlinkSqlParser.DOT); - this.state = 2147; + this.state = 2153; this.identifier(); } break; @@ -10691,20 +10729,20 @@ export class FlinkSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2150; + this.state = 2156; this.identifier(); - this.state = 2151; + this.state = 2157; this.match(FlinkSqlParser.DOT); - this.state = 2152; + this.state = 2158; this.identifier(); - this.state = 2155; + this.state = 2161; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 253, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 254, this.context) ) { case 1: { - this.state = 2153; + this.state = 2159; this.match(FlinkSqlParser.DOT); - this.state = 2154; + this.state = 2160; this.identifier(); } break; @@ -10729,24 +10767,24 @@ export class FlinkSqlParser extends SQLParserBase { } public viewPath(): ViewPathContext { let localContext = new ViewPathContext(this.context, this.state); - this.enterRule(localContext, 330, FlinkSqlParser.RULE_viewPath); + this.enterRule(localContext, 332, FlinkSqlParser.RULE_viewPath); try { - this.state = 2171; + this.state = 2177; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 257, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 258, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2159; + this.state = 2165; this.identifier(); - this.state = 2162; + this.state = 2168; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 255, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 256, this.context) ) { case 1: { - this.state = 2160; + this.state = 2166; this.match(FlinkSqlParser.DOT); - this.state = 2161; + this.state = 2167; this.identifier(); } break; @@ -10756,20 +10794,20 @@ export class FlinkSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2164; + this.state = 2170; this.identifier(); - this.state = 2165; + this.state = 2171; this.match(FlinkSqlParser.DOT); - this.state = 2166; + this.state = 2172; this.identifier(); - this.state = 2169; + this.state = 2175; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 256, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 257, this.context) ) { case 1: { - this.state = 2167; + this.state = 2173; this.match(FlinkSqlParser.DOT); - this.state = 2168; + this.state = 2174; this.identifier(); } break; @@ -10794,25 +10832,25 @@ export class FlinkSqlParser extends SQLParserBase { } public viewPathCreate(): ViewPathCreateContext { let localContext = new ViewPathCreateContext(this.context, this.state); - this.enterRule(localContext, 332, FlinkSqlParser.RULE_viewPathCreate); + this.enterRule(localContext, 334, FlinkSqlParser.RULE_viewPathCreate); let _la: number; try { - this.state = 2185; + this.state = 2191; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 260, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 261, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2173; + this.state = 2179; this.identifier(); - this.state = 2176; + this.state = 2182; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 514) { { - this.state = 2174; + this.state = 2180; this.match(FlinkSqlParser.DOT); - this.state = 2175; + this.state = 2181; this.identifier(); } } @@ -10822,20 +10860,20 @@ export class FlinkSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2178; + this.state = 2184; this.identifier(); - this.state = 2179; + this.state = 2185; this.match(FlinkSqlParser.DOT); - this.state = 2180; + this.state = 2186; this.identifier(); - this.state = 2183; + this.state = 2189; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 514) { { - this.state = 2181; + this.state = 2187; this.match(FlinkSqlParser.DOT); - this.state = 2182; + this.state = 2188; this.identifier(); } } @@ -10860,30 +10898,30 @@ export class FlinkSqlParser extends SQLParserBase { } public uid(): UidContext { let localContext = new UidContext(this.context, this.state); - this.enterRule(localContext, 334, FlinkSqlParser.RULE_uid); + this.enterRule(localContext, 336, FlinkSqlParser.RULE_uid); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 2187; + this.state = 2193; this.identifier(); - this.state = 2192; + this.state = 2198; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 261, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 262, this.context); while (alternative !== 1 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1 + 1) { { { - this.state = 2188; + this.state = 2194; this.match(FlinkSqlParser.DOT); - this.state = 2189; + this.state = 2195; this.identifier(); } } } - this.state = 2194; + this.state = 2200; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 261, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 262, this.context); } } } @@ -10903,13 +10941,13 @@ export class FlinkSqlParser extends SQLParserBase { } public withOption(): WithOptionContext { let localContext = new WithOptionContext(this.context, this.state); - this.enterRule(localContext, 336, FlinkSqlParser.RULE_withOption); + this.enterRule(localContext, 338, FlinkSqlParser.RULE_withOption); try { this.enterOuterAlt(localContext, 1); { - this.state = 2195; + this.state = 2201; this.match(FlinkSqlParser.KW_WITH); - this.state = 2196; + this.state = 2202; this.tablePropertyList(); } } @@ -10929,15 +10967,15 @@ export class FlinkSqlParser extends SQLParserBase { } public ifNotExists(): IfNotExistsContext { let localContext = new IfNotExistsContext(this.context, this.state); - this.enterRule(localContext, 338, FlinkSqlParser.RULE_ifNotExists); + this.enterRule(localContext, 340, FlinkSqlParser.RULE_ifNotExists); try { this.enterOuterAlt(localContext, 1); { - this.state = 2198; + this.state = 2204; this.match(FlinkSqlParser.KW_IF); - this.state = 2199; + this.state = 2205; this.match(FlinkSqlParser.KW_NOT); - this.state = 2200; + this.state = 2206; this.match(FlinkSqlParser.KW_EXISTS); } } @@ -10957,13 +10995,13 @@ export class FlinkSqlParser extends SQLParserBase { } public ifExists(): IfExistsContext { let localContext = new IfExistsContext(this.context, this.state); - this.enterRule(localContext, 340, FlinkSqlParser.RULE_ifExists); + this.enterRule(localContext, 342, FlinkSqlParser.RULE_ifExists); try { this.enterOuterAlt(localContext, 1); { - this.state = 2202; + this.state = 2208; this.match(FlinkSqlParser.KW_IF); - this.state = 2203; + this.state = 2209; this.match(FlinkSqlParser.KW_EXISTS); } } @@ -10983,32 +11021,32 @@ export class FlinkSqlParser extends SQLParserBase { } public tablePropertyList(): TablePropertyListContext { let localContext = new TablePropertyListContext(this.context, this.state); - this.enterRule(localContext, 342, FlinkSqlParser.RULE_tablePropertyList); + this.enterRule(localContext, 344, FlinkSqlParser.RULE_tablePropertyList); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2205; + this.state = 2211; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 2206; + this.state = 2212; this.tableProperty(); - this.state = 2211; + this.state = 2217; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 2207; + this.state = 2213; this.match(FlinkSqlParser.COMMA); - this.state = 2208; + this.state = 2214; this.tableProperty(); } } - this.state = 2213; + this.state = 2219; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2214; + this.state = 2220; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -11028,29 +11066,29 @@ export class FlinkSqlParser extends SQLParserBase { } public tableProperty(): TablePropertyContext { let localContext = new TablePropertyContext(this.context, this.state); - this.enterRule(localContext, 344, FlinkSqlParser.RULE_tableProperty); + this.enterRule(localContext, 346, FlinkSqlParser.RULE_tableProperty); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2216; + this.state = 2222; localContext._key = this.tablePropertyKey(); - this.state = 2221; + this.state = 2227; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 140 || _la === 398 || _la === 506 || ((((_la - 538)) & ~0x1F) === 0 && ((1 << (_la - 538)) & 7) !== 0)) { { - this.state = 2218; + this.state = 2224; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 506) { { - this.state = 2217; + this.state = 2223; this.match(FlinkSqlParser.EQUAL_SYMBOL); } } - this.state = 2220; + this.state = 2226; localContext._value = this.tablePropertyValue(); } } @@ -11073,29 +11111,29 @@ export class FlinkSqlParser extends SQLParserBase { } public tablePropertyKey(): TablePropertyKeyContext { let localContext = new TablePropertyKeyContext(this.context, this.state); - this.enterRule(localContext, 346, FlinkSqlParser.RULE_tablePropertyKey); + this.enterRule(localContext, 348, FlinkSqlParser.RULE_tablePropertyKey); try { - this.state = 2226; + this.state = 2232; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 265, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 266, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2223; + this.state = 2229; this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2224; + this.state = 2230; this.dereferenceDefinition(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2225; + this.state = 2231; this.match(FlinkSqlParser.STRING_LITERAL); } break; @@ -11117,22 +11155,22 @@ export class FlinkSqlParser extends SQLParserBase { } public tablePropertyValue(): TablePropertyValueContext { let localContext = new TablePropertyValueContext(this.context, this.state); - this.enterRule(localContext, 348, FlinkSqlParser.RULE_tablePropertyValue); + this.enterRule(localContext, 350, FlinkSqlParser.RULE_tablePropertyValue); try { - this.state = 2232; + this.state = 2238; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.DIG_LITERAL: this.enterOuterAlt(localContext, 1); { - this.state = 2228; + this.state = 2234; this.match(FlinkSqlParser.DIG_LITERAL); } break; case FlinkSqlParser.REAL_LITERAL: this.enterOuterAlt(localContext, 2); { - this.state = 2229; + this.state = 2235; this.match(FlinkSqlParser.REAL_LITERAL); } break; @@ -11140,14 +11178,14 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_TRUE: this.enterOuterAlt(localContext, 3); { - this.state = 2230; + this.state = 2236; this.booleanLiteral(); } break; case FlinkSqlParser.STRING_LITERAL: this.enterOuterAlt(localContext, 4); { - this.state = 2231; + this.state = 2237; this.match(FlinkSqlParser.STRING_LITERAL); } break; @@ -11171,40 +11209,40 @@ export class FlinkSqlParser extends SQLParserBase { } public logicalOperator(): LogicalOperatorContext { let localContext = new LogicalOperatorContext(this.context, this.state); - this.enterRule(localContext, 350, FlinkSqlParser.RULE_logicalOperator); + this.enterRule(localContext, 352, FlinkSqlParser.RULE_logicalOperator); try { - this.state = 2240; + this.state = 2246; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_AND: this.enterOuterAlt(localContext, 1); { - this.state = 2234; + this.state = 2240; this.match(FlinkSqlParser.KW_AND); } break; case FlinkSqlParser.BIT_AND_OP: this.enterOuterAlt(localContext, 2); { - this.state = 2235; + this.state = 2241; this.match(FlinkSqlParser.BIT_AND_OP); - this.state = 2236; + this.state = 2242; this.match(FlinkSqlParser.BIT_AND_OP); } break; case FlinkSqlParser.KW_OR: this.enterOuterAlt(localContext, 3); { - this.state = 2237; + this.state = 2243; this.match(FlinkSqlParser.KW_OR); } break; case FlinkSqlParser.BIT_OR_OP: this.enterOuterAlt(localContext, 4); { - this.state = 2238; + this.state = 2244; this.match(FlinkSqlParser.BIT_OR_OP); - this.state = 2239; + this.state = 2245; this.match(FlinkSqlParser.BIT_OR_OP); } break; @@ -11228,76 +11266,76 @@ export class FlinkSqlParser extends SQLParserBase { } public comparisonOperator(): ComparisonOperatorContext { let localContext = new ComparisonOperatorContext(this.context, this.state); - this.enterRule(localContext, 352, FlinkSqlParser.RULE_comparisonOperator); + this.enterRule(localContext, 354, FlinkSqlParser.RULE_comparisonOperator); try { - this.state = 2256; + this.state = 2262; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 268, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 269, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2242; + this.state = 2248; this.match(FlinkSqlParser.EQUAL_SYMBOL); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2243; + this.state = 2249; this.match(FlinkSqlParser.GREATER_SYMBOL); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2244; + this.state = 2250; this.match(FlinkSqlParser.LESS_SYMBOL); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2245; + this.state = 2251; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 2246; + this.state = 2252; this.match(FlinkSqlParser.EQUAL_SYMBOL); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 2247; + this.state = 2253; this.match(FlinkSqlParser.GREATER_SYMBOL); - this.state = 2248; + this.state = 2254; this.match(FlinkSqlParser.EQUAL_SYMBOL); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 2249; + this.state = 2255; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 2250; + this.state = 2256; this.match(FlinkSqlParser.GREATER_SYMBOL); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 2251; + this.state = 2257; this.match(FlinkSqlParser.EXCLAMATION_SYMBOL); - this.state = 2252; + this.state = 2258; this.match(FlinkSqlParser.EQUAL_SYMBOL); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 2253; + this.state = 2259; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 2254; + this.state = 2260; this.match(FlinkSqlParser.EQUAL_SYMBOL); - this.state = 2255; + this.state = 2261; this.match(FlinkSqlParser.GREATER_SYMBOL); } break; @@ -11319,47 +11357,47 @@ export class FlinkSqlParser extends SQLParserBase { } public bitOperator(): BitOperatorContext { let localContext = new BitOperatorContext(this.context, this.state); - this.enterRule(localContext, 354, FlinkSqlParser.RULE_bitOperator); + this.enterRule(localContext, 356, FlinkSqlParser.RULE_bitOperator); try { - this.state = 2265; + this.state = 2271; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.LESS_SYMBOL: this.enterOuterAlt(localContext, 1); { - this.state = 2258; + this.state = 2264; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 2259; + this.state = 2265; this.match(FlinkSqlParser.LESS_SYMBOL); } break; case FlinkSqlParser.GREATER_SYMBOL: this.enterOuterAlt(localContext, 2); { - this.state = 2260; + this.state = 2266; this.match(FlinkSqlParser.GREATER_SYMBOL); - this.state = 2261; + this.state = 2267; this.match(FlinkSqlParser.GREATER_SYMBOL); } break; case FlinkSqlParser.BIT_AND_OP: this.enterOuterAlt(localContext, 3); { - this.state = 2262; + this.state = 2268; this.match(FlinkSqlParser.BIT_AND_OP); } break; case FlinkSqlParser.BIT_XOR_OP: this.enterOuterAlt(localContext, 4); { - this.state = 2263; + this.state = 2269; this.match(FlinkSqlParser.BIT_XOR_OP); } break; case FlinkSqlParser.BIT_OR_OP: this.enterOuterAlt(localContext, 5); { - this.state = 2264; + this.state = 2270; this.match(FlinkSqlParser.BIT_OR_OP); } break; @@ -11383,12 +11421,12 @@ export class FlinkSqlParser extends SQLParserBase { } public mathOperator(): MathOperatorContext { let localContext = new MathOperatorContext(this.context, this.state); - this.enterRule(localContext, 356, FlinkSqlParser.RULE_mathOperator); + this.enterRule(localContext, 358, FlinkSqlParser.RULE_mathOperator); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2267; + this.state = 2273; _la = this.tokenStream.LA(1); if(!(_la === 453 || ((((_la - 528)) & ~0x1F) === 0 && ((1 << (_la - 528)) & 221) !== 0))) { this.errorHandler.recoverInline(this); @@ -11415,12 +11453,12 @@ export class FlinkSqlParser extends SQLParserBase { } public unaryOperator(): UnaryOperatorContext { let localContext = new UnaryOperatorContext(this.context, this.state); - this.enterRule(localContext, 358, FlinkSqlParser.RULE_unaryOperator); + this.enterRule(localContext, 360, FlinkSqlParser.RULE_unaryOperator); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2269; + this.state = 2275; _la = this.tokenStream.LA(1); if(!(_la === 242 || ((((_la - 509)) & ~0x1F) === 0 && ((1 << (_la - 509)) & 6291459) !== 0))) { this.errorHandler.recoverInline(this); @@ -11447,16 +11485,16 @@ export class FlinkSqlParser extends SQLParserBase { } public constant(): ConstantContext { let localContext = new ConstantContext(this.context, this.state); - this.enterRule(localContext, 360, FlinkSqlParser.RULE_constant); + this.enterRule(localContext, 362, FlinkSqlParser.RULE_constant); let _la: number; try { - this.state = 2285; + this.state = 2291; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_INTERVAL: this.enterOuterAlt(localContext, 1); { - this.state = 2271; + this.state = 2277; this.timeIntervalExpression(); } break; @@ -11472,14 +11510,14 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_WEEK: this.enterOuterAlt(localContext, 2); { - this.state = 2272; + this.state = 2278; this.timePointLiteral(); } break; case FlinkSqlParser.STRING_LITERAL: this.enterOuterAlt(localContext, 3); { - this.state = 2273; + this.state = 2279; this.stringLiteral(); } break; @@ -11487,17 +11525,17 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.DIG_LITERAL: this.enterOuterAlt(localContext, 4); { - this.state = 2275; + this.state = 2281; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 530) { { - this.state = 2274; + this.state = 2280; this.match(FlinkSqlParser.HYPHEN_SIGN); } } - this.state = 2277; + this.state = 2283; this.decimalLiteral(); } break; @@ -11505,21 +11543,21 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_TRUE: this.enterOuterAlt(localContext, 5); { - this.state = 2278; + this.state = 2284; this.booleanLiteral(); } break; case FlinkSqlParser.REAL_LITERAL: this.enterOuterAlt(localContext, 6); { - this.state = 2279; + this.state = 2285; this.match(FlinkSqlParser.REAL_LITERAL); } break; case FlinkSqlParser.BIT_STRING: this.enterOuterAlt(localContext, 7); { - this.state = 2280; + this.state = 2286; this.match(FlinkSqlParser.BIT_STRING); } break; @@ -11527,17 +11565,17 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_NULL: this.enterOuterAlt(localContext, 8); { - this.state = 2282; + this.state = 2288; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 242) { { - this.state = 2281; + this.state = 2287; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 2284; + this.state = 2290; this.match(FlinkSqlParser.KW_NULL); } break; @@ -11561,13 +11599,13 @@ export class FlinkSqlParser extends SQLParserBase { } public timePointLiteral(): TimePointLiteralContext { let localContext = new TimePointLiteralContext(this.context, this.state); - this.enterRule(localContext, 362, FlinkSqlParser.RULE_timePointLiteral); + this.enterRule(localContext, 364, FlinkSqlParser.RULE_timePointLiteral); try { this.enterOuterAlt(localContext, 1); { - this.state = 2287; + this.state = 2293; this.timePointUnit(); - this.state = 2288; + this.state = 2294; this.stringLiteral(); } } @@ -11587,11 +11625,11 @@ export class FlinkSqlParser extends SQLParserBase { } public stringLiteral(): StringLiteralContext { let localContext = new StringLiteralContext(this.context, this.state); - this.enterRule(localContext, 364, FlinkSqlParser.RULE_stringLiteral); + this.enterRule(localContext, 366, FlinkSqlParser.RULE_stringLiteral); try { this.enterOuterAlt(localContext, 1); { - this.state = 2290; + this.state = 2296; this.match(FlinkSqlParser.STRING_LITERAL); } } @@ -11611,11 +11649,11 @@ export class FlinkSqlParser extends SQLParserBase { } public decimalLiteral(): DecimalLiteralContext { let localContext = new DecimalLiteralContext(this.context, this.state); - this.enterRule(localContext, 366, FlinkSqlParser.RULE_decimalLiteral); + this.enterRule(localContext, 368, FlinkSqlParser.RULE_decimalLiteral); try { this.enterOuterAlt(localContext, 1); { - this.state = 2292; + this.state = 2298; this.match(FlinkSqlParser.DIG_LITERAL); } } @@ -11635,12 +11673,12 @@ export class FlinkSqlParser extends SQLParserBase { } public booleanLiteral(): BooleanLiteralContext { let localContext = new BooleanLiteralContext(this.context, this.state); - this.enterRule(localContext, 368, FlinkSqlParser.RULE_booleanLiteral); + this.enterRule(localContext, 370, FlinkSqlParser.RULE_booleanLiteral); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2294; + this.state = 2300; _la = this.tokenStream.LA(1); if(!(_la === 140 || _la === 398)) { this.errorHandler.recoverInline(this); @@ -11667,12 +11705,12 @@ export class FlinkSqlParser extends SQLParserBase { } public setQuantifier(): SetQuantifierContext { let localContext = new SetQuantifierContext(this.context, this.state); - this.enterRule(localContext, 370, FlinkSqlParser.RULE_setQuantifier); + this.enterRule(localContext, 372, FlinkSqlParser.RULE_setQuantifier); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2296; + this.state = 2302; _la = this.tokenStream.LA(1); if(!(_la === 5 || _la === 113)) { this.errorHandler.recoverInline(this); @@ -11699,12 +11737,12 @@ export class FlinkSqlParser extends SQLParserBase { } public timePointUnit(): TimePointUnitContext { let localContext = new TimePointUnitContext(this.context, this.state); - this.enterRule(localContext, 372, FlinkSqlParser.RULE_timePointUnit); + this.enterRule(localContext, 374, FlinkSqlParser.RULE_timePointUnit); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2298; + this.state = 2304; _la = this.tokenStream.LA(1); if(!(_la === 97 || _la === 165 || _la === 223 || _la === 230 || _la === 335 || _la === 437 || ((((_la - 471)) & ~0x1F) === 0 && ((1 << (_la - 471)) & 262149) !== 0) || _la === 503)) { this.errorHandler.recoverInline(this); @@ -11731,12 +11769,12 @@ export class FlinkSqlParser extends SQLParserBase { } public timeIntervalUnit(): TimeIntervalUnitContext { let localContext = new TimeIntervalUnitContext(this.context, this.state); - this.enterRule(localContext, 374, FlinkSqlParser.RULE_timeIntervalUnit); + this.enterRule(localContext, 376, FlinkSqlParser.RULE_timeIntervalUnit); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2300; + this.state = 2306; _la = this.tokenStream.LA(1); if(!(_la === 97 || _la === 165 || _la === 223 || _la === 230 || _la === 335 || ((((_la - 428)) & ~0x1F) === 0 && ((1 << (_la - 428)) & 140542465) !== 0) || ((((_la - 461)) & ~0x1F) === 0 && ((1 << (_la - 461)) & 2415983617) !== 0) || _la === 503 || _la === 504)) { this.errorHandler.recoverInline(this); @@ -11763,12 +11801,12 @@ export class FlinkSqlParser extends SQLParserBase { } public reservedKeywordsUsedAsFuncParam(): ReservedKeywordsUsedAsFuncParamContext { let localContext = new ReservedKeywordsUsedAsFuncParamContext(this.context, this.state); - this.enterRule(localContext, 376, FlinkSqlParser.RULE_reservedKeywordsUsedAsFuncParam); + this.enterRule(localContext, 378, FlinkSqlParser.RULE_reservedKeywordsUsedAsFuncParam); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2302; + this.state = 2308; _la = this.tokenStream.LA(1); if(!(((((_la - 5)) & ~0x1F) === 0 && ((1 << (_la - 5)) & 268435713) !== 0) || ((((_la - 78)) & ~0x1F) === 0 && ((1 << (_la - 78)) & 193) !== 0) || _la === 113 || ((((_la - 201)) & ~0x1F) === 0 && ((1 << (_la - 201)) & 385) !== 0) || _la === 390 || _la === 414 || _la === 528)) { this.errorHandler.recoverInline(this); @@ -11795,12 +11833,12 @@ export class FlinkSqlParser extends SQLParserBase { } public reservedKeywordsNoParamsUsedAsFuncName(): ReservedKeywordsNoParamsUsedAsFuncNameContext { let localContext = new ReservedKeywordsNoParamsUsedAsFuncNameContext(this.context, this.state); - this.enterRule(localContext, 378, FlinkSqlParser.RULE_reservedKeywordsNoParamsUsedAsFuncName); + this.enterRule(localContext, 380, FlinkSqlParser.RULE_reservedKeywordsNoParamsUsedAsFuncName); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2304; + this.state = 2310; _la = this.tokenStream.LA(1); if(!(((((_la - 78)) & ~0x1F) === 0 && ((1 << (_la - 78)) & 193) !== 0) || _la === 208 || _la === 209)) { this.errorHandler.recoverInline(this); @@ -11827,12 +11865,12 @@ export class FlinkSqlParser extends SQLParserBase { } public reservedKeywordsFollowParamsUsedAsFuncName(): ReservedKeywordsFollowParamsUsedAsFuncNameContext { let localContext = new ReservedKeywordsFollowParamsUsedAsFuncNameContext(this.context, this.state); - this.enterRule(localContext, 380, FlinkSqlParser.RULE_reservedKeywordsFollowParamsUsedAsFuncName); + this.enterRule(localContext, 382, FlinkSqlParser.RULE_reservedKeywordsFollowParamsUsedAsFuncName); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2306; + this.state = 2312; _la = this.tokenStream.LA(1); if(!(_la === 91 || _la === 379 || _la === 380)) { this.errorHandler.recoverInline(this); @@ -11859,12 +11897,12 @@ export class FlinkSqlParser extends SQLParserBase { } public reservedKeywordsUsedAsFuncName(): ReservedKeywordsUsedAsFuncNameContext { let localContext = new ReservedKeywordsUsedAsFuncNameContext(this.context, this.state); - this.enterRule(localContext, 382, FlinkSqlParser.RULE_reservedKeywordsUsedAsFuncName); + this.enterRule(localContext, 384, FlinkSqlParser.RULE_reservedKeywordsUsedAsFuncName); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2308; + this.state = 2314; _la = this.tokenStream.LA(1); if(!((((_la) & ~0x1F) === 0 && ((1 << _la) & 8396816) !== 0) || ((((_la - 38)) & ~0x1F) === 0 && ((1 << (_la - 38)) & 2147811433) !== 0) || ((((_la - 75)) & ~0x1F) === 0 && ((1 << (_la - 75)) & 25165825) !== 0) || ((((_la - 107)) & ~0x1F) === 0 && ((1 << (_la - 107)) & 134221825) !== 0) || ((((_la - 139)) & ~0x1F) === 0 && ((1 << (_la - 139)) & 337641553) !== 0) || ((((_la - 187)) & ~0x1F) === 0 && ((1 << (_la - 187)) & 277391867) !== 0) || ((((_la - 221)) & ~0x1F) === 0 && ((1 << (_la - 221)) & 41943565) !== 0) || ((((_la - 265)) & ~0x1F) === 0 && ((1 << (_la - 265)) & 537530369) !== 0) || ((((_la - 318)) & ~0x1F) === 0 && ((1 << (_la - 318)) & 131185) !== 0) || ((((_la - 358)) & ~0x1F) === 0 && ((1 << (_la - 358)) & 8389763) !== 0) || ((((_la - 396)) & ~0x1F) === 0 && ((1 << (_la - 396)) & 50339865) !== 0) || _la === 437 || _la === 470 || _la === 489 || _la === 503)) { this.errorHandler.recoverInline(this); @@ -11891,12 +11929,12 @@ export class FlinkSqlParser extends SQLParserBase { } public nonReservedKeywords(): NonReservedKeywordsContext { let localContext = new NonReservedKeywordsContext(this.context, this.state); - this.enterRule(localContext, 384, FlinkSqlParser.RULE_nonReservedKeywords); + this.enterRule(localContext, 386, FlinkSqlParser.RULE_nonReservedKeywords); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2310; + this.state = 2316; _la = this.tokenStream.LA(1); if(!(((((_la - 438)) & ~0x1F) === 0 && ((1 << (_la - 438)) & 4294967295) !== 0) || ((((_la - 470)) & ~0x1F) === 0 && ((1 << (_la - 470)) & 4294967295) !== 0) || ((((_la - 502)) & ~0x1F) === 0 && ((1 << (_la - 502)) & 15) !== 0))) { this.errorHandler.recoverInline(this); @@ -11926,15 +11964,15 @@ export class FlinkSqlParser extends SQLParserBase { switch (ruleIndex) { case 26: return this.columnName_sempred(localContext as ColumnNameContext, predIndex); - case 79: + case 80: return this.queryStatement_sempred(localContext as QueryStatementContext, predIndex); - case 89: + case 90: return this.tableExpression_sempred(localContext as TableExpressionContext, predIndex); - case 130: + case 131: return this.booleanExpression_sempred(localContext as BooleanExpressionContext, predIndex); - case 133: + case 134: return this.valueExpression_sempred(localContext as ValueExpressionContext, predIndex); - case 135: + case 136: return this.primaryExpression_sempred(localContext as PrimaryExpressionContext, predIndex); } return true; @@ -11999,7 +12037,7 @@ export class FlinkSqlParser extends SQLParserBase { } public static readonly _serializedATN: number[] = [ - 4,1,542,2313,2,0,7,0,2,1,7,1,2,2,7,2,2,3,7,3,2,4,7,4,2,5,7,5,2,6, + 4,1,542,2319,2,0,7,0,2,1,7,1,2,2,7,2,2,3,7,3,2,4,7,4,2,5,7,5,2,6, 7,6,2,7,7,7,2,8,7,8,2,9,7,9,2,10,7,10,2,11,7,11,2,12,7,12,2,13,7, 13,2,14,7,14,2,15,7,15,2,16,7,16,2,17,7,17,2,18,7,18,2,19,7,19,2, 20,7,20,2,21,7,21,2,22,7,22,2,23,7,23,2,24,7,24,2,25,7,25,2,26,7, @@ -12031,956 +12069,959 @@ export class FlinkSqlParser extends SQLParserBase { 7,175,2,176,7,176,2,177,7,177,2,178,7,178,2,179,7,179,2,180,7,180, 2,181,7,181,2,182,7,182,2,183,7,183,2,184,7,184,2,185,7,185,2,186, 7,186,2,187,7,187,2,188,7,188,2,189,7,189,2,190,7,190,2,191,7,191, - 2,192,7,192,1,0,5,0,388,8,0,10,0,12,0,391,9,0,1,0,1,0,1,1,1,1,3, - 1,397,8,1,1,1,3,1,400,8,1,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1, - 2,1,2,1,2,3,2,414,8,2,1,3,1,3,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1, - 4,1,4,1,4,1,4,1,4,1,4,3,4,432,8,4,1,5,1,5,3,5,436,8,5,1,6,1,6,1, - 6,1,7,1,7,1,7,1,7,3,7,445,8,7,1,7,1,7,1,7,3,7,450,8,7,1,8,1,8,1, - 8,5,8,455,8,8,10,8,12,8,458,9,8,1,9,1,9,1,10,1,10,1,10,1,10,1,10, - 1,10,3,10,468,8,10,1,11,1,11,1,11,1,11,1,11,5,11,475,8,11,10,11, - 12,11,478,9,11,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,3,12, - 489,8,12,1,12,3,12,492,8,12,1,12,1,12,1,12,1,12,1,12,3,12,499,8, - 12,1,12,3,12,502,8,12,1,12,1,12,1,12,1,12,1,12,1,12,3,12,510,8,12, - 1,12,1,12,3,12,514,8,12,1,12,1,12,1,12,3,12,519,8,12,1,12,3,12,522, - 8,12,1,13,1,13,1,13,1,13,1,13,3,13,529,8,13,1,14,1,14,1,14,1,14, - 1,15,1,15,3,15,537,8,15,1,16,1,16,3,16,541,8,16,1,17,1,17,1,17,1, - 17,1,18,1,18,1,18,1,18,1,18,1,18,3,18,553,8,18,1,18,1,18,1,18,1, - 18,1,18,1,18,3,18,561,8,18,1,18,1,18,3,18,565,8,18,1,18,1,18,1,18, + 2,192,7,192,2,193,7,193,1,0,5,0,390,8,0,10,0,12,0,393,9,0,1,0,1, + 0,1,1,1,1,3,1,399,8,1,1,1,3,1,402,8,1,1,2,1,2,1,2,1,2,1,2,1,2,1, + 2,1,2,1,2,1,2,1,2,1,2,3,2,416,8,2,1,3,1,3,1,4,1,4,1,4,1,4,1,4,1, + 4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,3,4,434,8,4,1,5,1,5,3,5,438,8, + 5,1,6,1,6,1,6,1,7,1,7,1,7,1,7,3,7,447,8,7,1,7,1,7,1,7,3,7,452,8, + 7,1,8,1,8,1,8,5,8,457,8,8,10,8,12,8,460,9,8,1,9,1,9,1,10,1,10,1, + 10,1,10,1,10,1,10,3,10,470,8,10,1,11,1,11,1,11,1,11,1,11,5,11,477, + 8,11,10,11,12,11,480,9,11,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12, + 1,12,3,12,491,8,12,1,12,3,12,494,8,12,1,12,1,12,1,12,1,12,1,12,3, + 12,501,8,12,1,12,3,12,504,8,12,1,12,1,12,1,12,1,12,1,12,1,12,3,12, + 512,8,12,1,12,1,12,3,12,516,8,12,1,12,1,12,1,12,3,12,521,8,12,1, + 12,3,12,524,8,12,1,13,1,13,1,13,1,13,1,13,3,13,531,8,13,1,14,1,14, + 1,14,1,14,1,15,1,15,3,15,539,8,15,1,16,1,16,3,16,543,8,16,1,17,1, + 17,1,17,1,17,1,18,1,18,1,18,1,18,1,18,1,18,3,18,555,8,18,1,18,1, + 18,1,18,1,18,1,18,1,18,3,18,563,8,18,1,18,1,18,3,18,567,8,18,1,18, 1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18, 1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18, - 1,18,3,18,597,8,18,1,19,3,19,600,8,19,1,19,4,19,603,8,19,11,19,12, - 19,604,1,20,1,20,3,20,609,8,20,1,21,1,21,3,21,613,8,21,1,21,1,21, - 3,21,617,8,21,1,21,1,21,1,21,1,21,1,21,5,21,624,8,21,10,21,12,21, - 627,9,21,1,21,1,21,3,21,631,8,21,1,21,1,21,3,21,635,8,21,1,21,1, - 21,3,21,639,8,21,1,21,1,21,1,21,3,21,644,8,21,1,21,3,21,647,8,21, - 1,21,1,21,3,21,651,8,21,1,22,1,22,1,22,3,22,656,8,22,1,22,1,22,1, - 22,1,22,3,22,662,8,22,1,23,1,23,1,23,3,23,667,8,23,1,24,1,24,1,24, - 3,24,672,8,24,1,24,1,24,3,24,676,8,24,1,25,1,25,3,25,680,8,25,1, - 26,1,26,3,26,684,8,26,1,27,1,27,1,28,1,28,1,28,1,28,5,28,692,8,28, - 10,28,12,28,695,9,28,1,28,1,28,1,29,1,29,1,29,3,29,702,8,29,1,29, - 1,29,3,29,706,8,29,1,29,1,29,3,29,710,8,29,1,29,1,29,3,29,714,8, - 29,1,29,1,29,3,29,718,8,29,1,29,1,29,3,29,722,8,29,1,29,1,29,3,29, - 726,8,29,1,29,1,29,3,29,730,8,29,1,29,1,29,3,29,734,8,29,3,29,736, - 8,29,1,30,1,30,1,30,1,30,1,31,1,31,1,31,1,31,3,31,746,8,31,1,31, - 1,31,1,32,1,32,1,32,1,32,3,32,754,8,32,1,32,1,32,1,33,1,33,1,33, - 1,33,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,35,1,35,1,35,1,35,1,35, - 1,35,1,35,5,35,776,8,35,10,35,12,35,779,9,35,1,35,1,35,1,35,1,35, - 1,35,1,35,1,35,1,35,1,35,5,35,790,8,35,10,35,12,35,793,9,35,1,35, - 1,35,3,35,797,8,35,1,36,1,36,3,36,801,8,36,1,36,1,36,1,36,1,36,3, - 36,807,8,36,1,36,3,36,810,8,36,1,36,3,36,813,8,36,1,37,1,37,1,37, - 1,37,1,37,3,37,820,8,37,1,37,3,37,823,8,37,1,38,1,38,1,39,1,39,1, - 39,1,39,1,39,3,39,832,8,39,1,40,1,40,1,41,1,41,1,41,1,41,1,41,1, - 41,1,42,1,42,3,42,844,8,42,1,42,1,42,1,42,1,42,1,42,1,42,1,43,1, - 43,1,44,1,44,1,44,1,44,1,45,1,45,1,45,1,45,1,46,1,46,1,46,1,46,5, - 46,866,8,46,10,46,12,46,869,9,46,1,46,1,46,1,47,1,47,1,47,1,47,1, - 47,5,47,878,8,47,10,47,12,47,881,9,47,1,47,1,47,3,47,885,8,47,1, - 48,1,48,3,48,889,8,48,1,49,1,49,1,49,1,49,5,49,895,8,49,10,49,12, - 49,898,9,49,1,49,3,49,901,8,49,1,50,1,50,1,50,1,50,3,50,907,8,50, - 1,51,1,51,1,51,1,51,1,51,1,52,1,52,1,52,3,52,917,8,52,1,52,1,52, - 1,52,3,52,922,8,52,1,52,1,52,1,53,1,53,3,53,928,8,53,1,53,1,53,3, - 53,932,8,53,1,53,1,53,3,53,936,8,53,1,53,1,53,3,53,940,8,53,1,53, - 1,53,1,53,1,54,1,54,1,54,1,54,3,54,949,8,54,1,54,1,54,3,54,953,8, - 54,1,54,1,54,1,54,1,54,1,54,3,54,960,8,54,1,54,3,54,963,8,54,1,55, - 1,55,1,55,1,55,1,55,1,55,5,55,971,8,55,10,55,12,55,974,9,55,1,56, - 1,56,1,57,1,57,1,57,3,57,981,8,57,1,57,1,57,1,57,1,57,1,57,1,57, - 3,57,989,8,57,1,58,1,58,3,58,993,8,58,1,58,1,58,1,58,1,59,1,59,1, - 59,1,60,1,60,1,60,1,60,1,60,1,60,1,60,3,60,1008,8,60,1,61,1,61,1, - 61,1,61,1,62,1,62,1,62,1,62,1,63,1,63,1,63,1,64,1,64,1,64,1,64,1, - 64,1,64,3,64,1027,8,64,1,65,1,65,1,65,1,65,1,65,1,66,1,66,1,66,1, - 66,3,66,1038,8,66,1,66,1,66,3,66,1042,8,66,1,66,1,66,1,66,1,66,1, - 66,3,66,1049,8,66,1,67,1,67,1,67,3,67,1054,8,67,1,67,1,67,1,68,1, - 68,3,68,1060,8,68,1,68,1,68,3,68,1064,8,68,1,68,1,68,1,69,1,69,1, - 69,3,69,1071,8,69,1,69,1,69,3,69,1075,8,69,1,70,1,70,3,70,1079,8, - 70,1,70,1,70,3,70,1083,8,70,1,70,1,70,1,71,1,71,1,71,1,71,3,71,1091, - 8,71,1,71,1,71,3,71,1095,8,71,1,71,1,71,1,72,3,72,1100,8,72,1,72, - 1,72,1,72,1,72,3,72,1106,8,72,1,73,1,73,1,73,1,73,3,73,1112,8,73, - 1,73,3,73,1115,8,73,1,73,1,73,3,73,1119,8,73,1,74,1,74,1,74,1,75, - 1,75,1,75,1,75,5,75,1128,8,75,10,75,12,75,1131,9,75,1,76,1,76,1, - 76,1,76,5,76,1137,8,76,10,76,12,76,1140,9,76,1,76,1,76,1,77,1,77, - 1,77,1,77,1,77,1,77,1,77,4,77,1151,8,77,11,77,12,77,1152,1,77,1, - 77,1,78,1,78,1,78,1,78,1,78,1,78,4,78,1163,8,78,11,78,12,78,1164, - 1,78,1,78,1,79,1,79,1,79,1,79,1,79,1,79,1,79,1,79,1,79,1,79,1,79, - 3,79,1180,8,79,1,79,3,79,1183,8,79,1,79,1,79,3,79,1187,8,79,1,79, - 3,79,1190,8,79,3,79,1192,8,79,1,79,1,79,1,79,3,79,1197,8,79,1,79, - 1,79,3,79,1201,8,79,1,79,3,79,1204,8,79,5,79,1206,8,79,10,79,12, - 79,1209,9,79,1,80,1,80,1,80,1,80,5,80,1215,8,80,10,80,12,80,1218, - 9,80,1,81,1,81,1,81,1,81,5,81,1224,8,81,10,81,12,81,1227,9,81,1, - 82,1,82,1,82,1,82,1,82,5,82,1234,8,82,10,82,12,82,1237,9,82,1,82, - 1,82,3,82,1241,8,82,1,82,1,82,1,82,1,82,1,82,1,83,1,83,1,84,1,84, - 3,84,1252,8,84,1,84,3,84,1255,8,84,1,84,3,84,1258,8,84,1,84,3,84, - 1261,8,84,1,84,3,84,1264,8,84,1,84,1,84,1,84,1,84,3,84,1270,8,84, - 1,85,1,85,3,85,1274,8,85,1,85,1,85,1,85,1,85,5,85,1280,8,85,10,85, - 12,85,1283,9,85,3,85,1285,8,85,1,86,1,86,1,86,3,86,1290,8,86,1,86, - 3,86,1293,8,86,1,86,1,86,3,86,1297,8,86,1,86,3,86,1300,8,86,3,86, - 1302,8,86,1,87,1,87,1,87,1,87,1,87,1,87,1,87,1,87,1,87,1,87,1,87, - 1,87,3,87,1316,8,87,1,88,1,88,1,88,1,89,1,89,1,89,1,89,5,89,1325, - 8,89,10,89,12,89,1328,9,89,1,89,1,89,3,89,1332,8,89,1,89,1,89,1, - 89,1,89,1,89,1,89,3,89,1340,8,89,1,89,3,89,1343,8,89,1,89,3,89,1346, - 8,89,1,89,1,89,1,89,3,89,1351,8,89,5,89,1353,8,89,10,89,12,89,1356, - 9,89,1,90,1,90,3,90,1360,8,90,1,91,3,91,1363,8,91,1,91,1,91,3,91, - 1367,8,91,1,91,1,91,3,91,1371,8,91,1,91,1,91,1,91,1,91,1,91,1,91, - 1,91,3,91,1380,8,91,1,91,1,91,1,91,1,91,1,91,1,91,1,91,1,91,1,91, - 3,91,1391,8,91,1,92,1,92,1,92,1,92,1,92,1,92,1,93,1,93,1,94,1,94, - 1,94,1,94,1,94,1,95,1,95,1,95,1,95,1,95,1,96,1,96,1,96,1,96,1,96, - 5,96,1416,8,96,10,96,12,96,1419,9,96,1,96,1,96,1,97,1,97,1,98,1, - 98,1,98,1,98,1,98,1,98,1,98,1,98,1,98,1,98,1,98,1,98,1,98,1,98,1, - 98,3,98,1440,8,98,1,99,1,99,1,100,1,100,1,100,1,100,1,100,1,101, - 1,101,1,101,1,101,3,101,1453,8,101,1,102,1,102,1,102,1,103,1,103, - 1,103,1,103,1,103,5,103,1463,8,103,10,103,12,103,1466,9,103,1,104, - 1,104,1,104,1,104,1,104,1,104,1,104,1,104,5,104,1476,8,104,10,104, - 12,104,1479,9,104,1,104,1,104,1,104,1,104,1,104,1,104,1,104,5,104, - 1488,8,104,10,104,12,104,1491,9,104,1,104,1,104,1,104,1,104,1,104, - 1,104,1,104,5,104,1500,8,104,10,104,12,104,1503,9,104,1,104,1,104, - 1,104,3,104,1508,8,104,1,105,1,105,1,105,1,106,1,106,1,107,1,107, - 1,107,1,107,1,107,1,107,1,107,1,108,1,108,1,109,1,109,1,110,1,110, - 1,110,1,111,1,111,1,111,1,111,5,111,1533,8,111,10,111,12,111,1536, - 9,111,1,112,1,112,1,112,1,112,1,113,3,113,1543,8,113,1,113,1,113, - 3,113,1547,8,113,1,113,3,113,1550,8,113,1,113,3,113,1553,8,113,1, - 113,1,113,1,114,1,114,1,114,3,114,1560,8,114,1,114,3,114,1563,8, - 114,1,114,3,114,1566,8,114,1,114,3,114,1569,8,114,1,114,3,114,1572, - 8,114,1,114,3,114,1575,8,114,1,114,1,114,1,114,3,114,1580,8,114, - 1,114,3,114,1583,8,114,1,115,1,115,1,115,1,115,1,115,5,115,1590, - 8,115,10,115,12,115,1593,9,115,1,116,1,116,3,116,1597,8,116,1,116, - 1,116,3,116,1601,8,116,1,117,1,117,1,117,3,117,1606,8,117,1,118, - 1,118,1,118,1,118,3,118,1612,8,118,1,118,1,118,1,118,3,118,1617, - 8,118,5,118,1619,8,118,10,118,12,118,1622,9,118,1,119,1,119,1,119, - 1,119,1,119,1,119,1,119,1,119,1,119,1,119,1,119,1,119,1,119,1,119, - 1,119,1,119,3,119,1640,8,119,1,120,1,120,1,120,1,120,5,120,1646, - 8,120,10,120,12,120,1649,9,120,1,121,1,121,1,121,4,121,1654,8,121, - 11,121,12,121,1655,1,121,1,121,3,121,1660,8,121,1,122,1,122,3,122, - 1664,8,122,1,123,1,123,1,123,1,123,1,123,1,123,1,123,1,123,3,123, - 1674,8,123,1,124,1,124,1,124,1,124,1,124,1,124,1,124,1,124,1,124, - 1,124,1,124,1,124,1,124,1,124,1,124,1,124,1,124,1,124,1,124,1,124, - 1,124,1,124,1,124,1,124,3,124,1700,8,124,1,125,1,125,1,125,1,125, - 5,125,1706,8,125,10,125,12,125,1709,9,125,1,126,1,126,1,126,1,126, - 1,126,1,126,1,126,1,126,1,126,3,126,1720,8,126,1,127,1,127,1,127, - 1,127,1,127,1,128,1,128,1,128,1,129,1,129,1,130,1,130,1,130,1,130, - 1,130,1,130,1,130,1,130,1,130,1,130,3,130,1742,8,130,3,130,1744, - 8,130,1,130,1,130,1,130,1,130,1,130,1,130,1,130,1,130,1,130,3,130, - 1755,8,130,1,130,5,130,1758,8,130,10,130,12,130,1761,9,130,1,131, - 3,131,1764,8,131,1,131,1,131,3,131,1768,8,131,1,131,1,131,1,131, - 1,131,1,131,3,131,1775,8,131,1,131,1,131,1,131,1,131,1,131,5,131, - 1782,8,131,10,131,12,131,1785,9,131,1,131,1,131,1,131,3,131,1790, - 8,131,1,131,1,131,1,131,1,131,1,131,1,131,1,131,1,131,1,131,1,131, - 1,131,3,131,1803,8,131,1,131,1,131,1,131,1,131,1,131,3,131,1810, - 8,131,1,131,1,131,1,131,3,131,1815,8,131,1,131,1,131,1,131,1,131, - 3,131,1821,8,131,1,131,1,131,1,131,1,131,1,131,3,131,1828,8,131, - 1,131,1,131,1,131,1,131,1,131,3,131,1835,8,131,3,131,1837,8,131, - 1,132,3,132,1840,8,132,1,132,1,132,1,132,1,132,1,132,1,132,1,132, - 1,132,5,132,1850,8,132,10,132,12,132,1853,9,132,1,132,1,132,3,132, - 1857,8,132,1,132,3,132,1860,8,132,1,132,1,132,1,132,1,132,3,132, - 1866,8,132,3,132,1868,8,132,1,133,1,133,1,133,1,133,3,133,1874,8, - 133,1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133, - 1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133,5,133,1895, - 8,133,10,133,12,133,1898,9,133,1,134,1,134,1,134,1,134,1,134,3,134, - 1905,8,134,1,134,1,134,1,134,5,134,1910,8,134,10,134,12,134,1913, - 9,134,3,134,1915,8,134,1,134,1,134,3,134,1919,8,134,1,135,1,135, - 1,135,4,135,1924,8,135,11,135,12,135,1925,1,135,1,135,3,135,1930, - 8,135,1,135,1,135,1,135,1,135,1,135,4,135,1937,8,135,11,135,12,135, - 1938,1,135,1,135,3,135,1943,8,135,1,135,1,135,1,135,1,135,1,135, - 1,135,1,135,1,135,1,135,1,135,1,135,1,135,1,135,1,135,3,135,1959, - 8,135,1,135,1,135,1,135,1,135,1,135,1,135,1,135,3,135,1968,8,135, - 1,135,1,135,1,135,1,135,1,135,1,135,1,135,1,135,1,135,1,135,1,135, - 1,135,1,135,1,135,1,135,1,135,1,135,1,135,1,135,1,135,1,135,1,135, - 1,135,1,135,1,135,1,135,3,135,1996,8,135,1,135,1,135,1,135,1,135, - 1,135,5,135,2003,8,135,10,135,12,135,2006,9,135,1,136,1,136,1,137, - 1,137,1,137,1,137,3,137,2014,8,137,1,138,1,138,1,138,1,138,3,138, - 2020,8,138,1,139,1,139,3,139,2024,8,139,1,140,1,140,1,140,1,140, - 3,140,2030,8,140,1,141,1,141,1,142,1,142,1,143,1,143,3,143,2038, - 8,143,1,144,1,144,1,144,3,144,2043,8,144,1,145,1,145,3,145,2047, - 8,145,1,146,1,146,1,146,4,146,2052,8,146,11,146,12,146,2053,1,147, - 1,147,1,147,3,147,2059,8,147,1,148,1,148,1,148,1,148,1,148,1,149, - 3,149,2067,8,149,1,149,1,149,3,149,2071,8,149,1,150,3,150,2074,8, - 150,1,150,1,150,3,150,2078,8,150,1,151,1,151,1,151,1,152,1,152,4, - 152,2085,8,152,11,152,12,152,2086,1,152,3,152,2090,8,152,1,153,1, - 153,1,153,1,153,1,154,1,154,1,154,5,154,2099,8,154,10,154,12,154, - 2102,9,154,1,155,1,155,1,155,3,155,2107,8,155,1,156,1,156,1,157, - 1,157,1,158,1,158,1,158,1,158,1,158,1,159,1,159,1,160,1,160,1,161, - 1,161,1,161,3,161,2125,8,161,1,162,1,162,1,162,3,162,2130,8,162, - 1,163,1,163,1,163,3,163,2135,8,163,1,163,1,163,1,163,1,163,1,163, - 3,163,2142,8,163,3,163,2144,8,163,1,164,1,164,1,164,3,164,2149,8, - 164,1,164,1,164,1,164,1,164,1,164,3,164,2156,8,164,3,164,2158,8, - 164,1,165,1,165,1,165,3,165,2163,8,165,1,165,1,165,1,165,1,165,1, - 165,3,165,2170,8,165,3,165,2172,8,165,1,166,1,166,1,166,3,166,2177, - 8,166,1,166,1,166,1,166,1,166,1,166,3,166,2184,8,166,3,166,2186, - 8,166,1,167,1,167,1,167,5,167,2191,8,167,10,167,12,167,2194,9,167, - 1,168,1,168,1,168,1,169,1,169,1,169,1,169,1,170,1,170,1,170,1,171, - 1,171,1,171,1,171,5,171,2210,8,171,10,171,12,171,2213,9,171,1,171, - 1,171,1,172,1,172,3,172,2219,8,172,1,172,3,172,2222,8,172,1,173, - 1,173,1,173,3,173,2227,8,173,1,174,1,174,1,174,1,174,3,174,2233, - 8,174,1,175,1,175,1,175,1,175,1,175,1,175,3,175,2241,8,175,1,176, - 1,176,1,176,1,176,1,176,1,176,1,176,1,176,1,176,1,176,1,176,1,176, - 1,176,1,176,3,176,2257,8,176,1,177,1,177,1,177,1,177,1,177,1,177, - 1,177,3,177,2266,8,177,1,178,1,178,1,179,1,179,1,180,1,180,1,180, - 1,180,3,180,2276,8,180,1,180,1,180,1,180,1,180,1,180,3,180,2283, - 8,180,1,180,3,180,2286,8,180,1,181,1,181,1,181,1,182,1,182,1,183, - 1,183,1,184,1,184,1,185,1,185,1,186,1,186,1,187,1,187,1,188,1,188, - 1,189,1,189,1,190,1,190,1,191,1,191,1,192,1,192,1,192,1,2192,5,158, - 178,260,266,270,193,0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32, - 34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76, - 78,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114, - 116,118,120,122,124,126,128,130,132,134,136,138,140,142,144,146, - 148,150,152,154,156,158,160,162,164,166,168,170,172,174,176,178, - 180,182,184,186,188,190,192,194,196,198,200,202,204,206,208,210, - 212,214,216,218,220,222,224,226,228,230,232,234,236,238,240,242, - 244,246,248,250,252,254,256,258,260,262,264,266,268,270,272,274, - 276,278,280,282,284,286,288,290,292,294,296,298,300,302,304,306, - 308,310,312,314,316,318,320,322,324,326,328,330,332,334,336,338, - 340,342,344,346,348,350,352,354,356,358,360,362,364,366,368,370, - 372,374,376,378,380,382,384,0,47,2,0,109,109,451,451,3,0,45,45,128, - 128,189,189,4,0,42,42,90,90,423,423,465,465,2,0,442,442,448,448, - 2,0,151,151,170,170,2,0,438,438,490,490,2,0,483,486,488,488,3,0, - 32,32,91,91,245,245,11,0,28,29,35,35,46,46,92,92,178,179,345,345, - 361,361,379,379,382,382,388,388,417,418,2,0,434,434,436,436,4,0, - 101,102,115,115,144,144,247,247,2,0,13,13,232,232,2,0,456,456,463, - 463,3,0,5,5,271,271,445,445,3,0,267,267,456,456,463,463,3,0,426, - 426,459,459,478,478,3,0,331,331,466,466,482,482,2,0,441,441,491, - 491,2,0,183,183,266,266,3,0,130,130,180,180,403,403,4,0,152,152, - 174,174,202,202,318,318,3,0,446,446,460,460,500,500,4,0,251,251, - 447,447,495,497,499,499,2,0,74,74,321,321,3,0,460,460,493,493,500, - 500,2,0,440,440,451,451,2,0,458,458,468,468,4,0,140,140,245,245, - 398,398,405,405,2,0,19,19,370,370,2,0,5,5,11,11,2,0,510,510,530, - 531,4,0,453,453,528,528,532,532,535,535,2,0,530,531,533,533,1,0, - 530,531,1,0,539,540,2,0,539,539,542,542,4,0,453,453,528,528,530, - 532,534,535,3,0,242,242,509,510,530,531,2,0,140,140,398,398,2,0, - 5,5,113,113,10,0,97,97,165,165,223,223,230,230,335,335,437,437,471, - 471,473,473,489,489,503,503,15,0,97,97,165,165,223,223,230,230,335, - 335,428,428,437,437,443,443,449,450,455,455,461,461,471,476,489, - 489,492,492,503,504,11,0,5,5,13,13,33,33,78,78,84,85,113,113,201, - 201,208,209,390,390,414,414,528,528,3,0,78,78,84,85,208,209,2,0, - 91,91,379,380,53,0,4,4,13,13,23,23,38,38,41,41,43,44,54,54,56,56, - 69,69,75,75,98,99,107,107,119,119,134,134,139,139,143,143,145,145, - 160,160,165,165,167,167,187,188,190,195,198,198,200,200,202,202, - 206,206,210,210,215,215,221,221,223,224,230,230,244,244,246,246, - 265,265,277,277,282,282,284,284,294,294,318,318,322,324,335,335, - 358,359,365,365,368,368,381,381,396,396,399,400,409,409,420,421, - 437,437,470,470,489,489,503,503,1,0,438,505,2519,0,389,1,0,0,0,2, - 399,1,0,0,0,4,413,1,0,0,0,6,415,1,0,0,0,8,431,1,0,0,0,10,435,1,0, - 0,0,12,437,1,0,0,0,14,440,1,0,0,0,16,451,1,0,0,0,18,459,1,0,0,0, - 20,467,1,0,0,0,22,469,1,0,0,0,24,521,1,0,0,0,26,523,1,0,0,0,28,530, - 1,0,0,0,30,534,1,0,0,0,32,538,1,0,0,0,34,542,1,0,0,0,36,596,1,0, - 0,0,38,602,1,0,0,0,40,608,1,0,0,0,42,610,1,0,0,0,44,652,1,0,0,0, - 46,666,1,0,0,0,48,668,1,0,0,0,50,679,1,0,0,0,52,683,1,0,0,0,54,685, - 1,0,0,0,56,687,1,0,0,0,58,735,1,0,0,0,60,737,1,0,0,0,62,741,1,0, - 0,0,64,749,1,0,0,0,66,757,1,0,0,0,68,761,1,0,0,0,70,796,1,0,0,0, - 72,812,1,0,0,0,74,814,1,0,0,0,76,824,1,0,0,0,78,826,1,0,0,0,80,833, - 1,0,0,0,82,835,1,0,0,0,84,843,1,0,0,0,86,851,1,0,0,0,88,853,1,0, - 0,0,90,857,1,0,0,0,92,861,1,0,0,0,94,884,1,0,0,0,96,888,1,0,0,0, - 98,890,1,0,0,0,100,906,1,0,0,0,102,908,1,0,0,0,104,913,1,0,0,0,106, - 925,1,0,0,0,108,944,1,0,0,0,110,964,1,0,0,0,112,975,1,0,0,0,114, - 977,1,0,0,0,116,990,1,0,0,0,118,997,1,0,0,0,120,1000,1,0,0,0,122, - 1009,1,0,0,0,124,1013,1,0,0,0,126,1017,1,0,0,0,128,1020,1,0,0,0, - 130,1028,1,0,0,0,132,1033,1,0,0,0,134,1050,1,0,0,0,136,1057,1,0, - 0,0,138,1067,1,0,0,0,140,1076,1,0,0,0,142,1086,1,0,0,0,144,1105, - 1,0,0,0,146,1107,1,0,0,0,148,1120,1,0,0,0,150,1123,1,0,0,0,152,1132, - 1,0,0,0,154,1143,1,0,0,0,156,1156,1,0,0,0,158,1191,1,0,0,0,160,1210, - 1,0,0,0,162,1219,1,0,0,0,164,1228,1,0,0,0,166,1247,1,0,0,0,168,1269, - 1,0,0,0,170,1271,1,0,0,0,172,1301,1,0,0,0,174,1315,1,0,0,0,176,1317, - 1,0,0,0,178,1331,1,0,0,0,180,1357,1,0,0,0,182,1390,1,0,0,0,184,1392, - 1,0,0,0,186,1398,1,0,0,0,188,1400,1,0,0,0,190,1405,1,0,0,0,192,1410, - 1,0,0,0,194,1422,1,0,0,0,196,1439,1,0,0,0,198,1441,1,0,0,0,200,1443, - 1,0,0,0,202,1452,1,0,0,0,204,1454,1,0,0,0,206,1457,1,0,0,0,208,1507, - 1,0,0,0,210,1509,1,0,0,0,212,1512,1,0,0,0,214,1514,1,0,0,0,216,1521, - 1,0,0,0,218,1523,1,0,0,0,220,1525,1,0,0,0,222,1528,1,0,0,0,224,1537, - 1,0,0,0,226,1542,1,0,0,0,228,1556,1,0,0,0,230,1584,1,0,0,0,232,1594, - 1,0,0,0,234,1602,1,0,0,0,236,1607,1,0,0,0,238,1639,1,0,0,0,240,1641, - 1,0,0,0,242,1650,1,0,0,0,244,1661,1,0,0,0,246,1673,1,0,0,0,248,1699, - 1,0,0,0,250,1701,1,0,0,0,252,1719,1,0,0,0,254,1721,1,0,0,0,256,1726, - 1,0,0,0,258,1729,1,0,0,0,260,1743,1,0,0,0,262,1836,1,0,0,0,264,1867, - 1,0,0,0,266,1873,1,0,0,0,268,1918,1,0,0,0,270,1995,1,0,0,0,272,2007, - 1,0,0,0,274,2013,1,0,0,0,276,2019,1,0,0,0,278,2023,1,0,0,0,280,2029, - 1,0,0,0,282,2031,1,0,0,0,284,2033,1,0,0,0,286,2037,1,0,0,0,288,2039, - 1,0,0,0,290,2044,1,0,0,0,292,2051,1,0,0,0,294,2055,1,0,0,0,296,2060, - 1,0,0,0,298,2070,1,0,0,0,300,2073,1,0,0,0,302,2079,1,0,0,0,304,2089, - 1,0,0,0,306,2091,1,0,0,0,308,2095,1,0,0,0,310,2106,1,0,0,0,312,2108, - 1,0,0,0,314,2110,1,0,0,0,316,2112,1,0,0,0,318,2117,1,0,0,0,320,2119, - 1,0,0,0,322,2121,1,0,0,0,324,2126,1,0,0,0,326,2143,1,0,0,0,328,2157, - 1,0,0,0,330,2171,1,0,0,0,332,2185,1,0,0,0,334,2187,1,0,0,0,336,2195, - 1,0,0,0,338,2198,1,0,0,0,340,2202,1,0,0,0,342,2205,1,0,0,0,344,2216, - 1,0,0,0,346,2226,1,0,0,0,348,2232,1,0,0,0,350,2240,1,0,0,0,352,2256, - 1,0,0,0,354,2265,1,0,0,0,356,2267,1,0,0,0,358,2269,1,0,0,0,360,2285, - 1,0,0,0,362,2287,1,0,0,0,364,2290,1,0,0,0,366,2292,1,0,0,0,368,2294, - 1,0,0,0,370,2296,1,0,0,0,372,2298,1,0,0,0,374,2300,1,0,0,0,376,2302, - 1,0,0,0,378,2304,1,0,0,0,380,2306,1,0,0,0,382,2308,1,0,0,0,384,2310, - 1,0,0,0,386,388,3,2,1,0,387,386,1,0,0,0,388,391,1,0,0,0,389,387, - 1,0,0,0,389,390,1,0,0,0,390,392,1,0,0,0,391,389,1,0,0,0,392,393, - 5,0,0,1,393,1,1,0,0,0,394,396,3,4,2,0,395,397,5,522,0,0,396,395, - 1,0,0,0,396,397,1,0,0,0,397,400,1,0,0,0,398,400,3,6,3,0,399,394, - 1,0,0,0,399,398,1,0,0,0,400,3,1,0,0,0,401,414,3,8,4,0,402,414,3, - 10,5,0,403,414,3,12,6,0,404,414,3,14,7,0,405,414,3,20,10,0,406,414, - 3,24,12,0,407,414,3,26,13,0,408,414,3,28,14,0,409,414,3,30,15,0, - 410,414,3,32,16,0,411,414,3,34,17,0,412,414,3,36,18,0,413,401,1, - 0,0,0,413,402,1,0,0,0,413,403,1,0,0,0,413,404,1,0,0,0,413,405,1, - 0,0,0,413,406,1,0,0,0,413,407,1,0,0,0,413,408,1,0,0,0,413,409,1, - 0,0,0,413,410,1,0,0,0,413,411,1,0,0,0,413,412,1,0,0,0,414,5,1,0, - 0,0,415,416,5,522,0,0,416,7,1,0,0,0,417,432,3,40,20,0,418,432,3, - 104,52,0,419,432,3,106,53,0,420,432,3,108,54,0,421,432,3,102,51, - 0,422,432,3,114,57,0,423,432,3,128,64,0,424,432,3,130,65,0,425,432, - 3,132,66,0,426,432,3,134,67,0,427,432,3,136,68,0,428,432,3,138,69, - 0,429,432,3,140,70,0,430,432,3,142,71,0,431,417,1,0,0,0,431,418, - 1,0,0,0,431,419,1,0,0,0,431,420,1,0,0,0,431,421,1,0,0,0,431,422, - 1,0,0,0,431,423,1,0,0,0,431,424,1,0,0,0,431,425,1,0,0,0,431,426, - 1,0,0,0,431,427,1,0,0,0,431,428,1,0,0,0,431,429,1,0,0,0,431,430, - 1,0,0,0,432,9,1,0,0,0,433,436,3,158,79,0,434,436,3,144,72,0,435, - 433,1,0,0,0,435,434,1,0,0,0,436,11,1,0,0,0,437,438,7,0,0,0,438,439, - 3,328,164,0,439,13,1,0,0,0,440,444,5,135,0,0,441,445,3,16,8,0,442, - 443,5,480,0,0,443,445,5,146,0,0,444,441,1,0,0,0,444,442,1,0,0,0, - 444,445,1,0,0,0,445,449,1,0,0,0,446,450,3,10,5,0,447,450,3,146,73, - 0,448,450,3,156,78,0,449,446,1,0,0,0,449,447,1,0,0,0,449,448,1,0, - 0,0,450,15,1,0,0,0,451,456,3,18,9,0,452,453,5,521,0,0,453,455,3, - 18,9,0,454,452,1,0,0,0,455,458,1,0,0,0,456,454,1,0,0,0,456,457,1, - 0,0,0,457,17,1,0,0,0,458,456,1,0,0,0,459,460,7,1,0,0,460,19,1,0, - 0,0,461,462,5,411,0,0,462,463,5,442,0,0,463,468,3,318,159,0,464, - 465,5,411,0,0,465,468,3,322,161,0,466,468,3,22,11,0,467,461,1,0, - 0,0,467,464,1,0,0,0,467,466,1,0,0,0,468,21,1,0,0,0,469,470,5,411, - 0,0,470,471,5,228,0,0,471,476,3,334,167,0,472,473,5,521,0,0,473, - 475,3,334,167,0,474,472,1,0,0,0,475,478,1,0,0,0,476,474,1,0,0,0, - 476,477,1,0,0,0,477,23,1,0,0,0,478,476,1,0,0,0,479,480,5,342,0,0, - 480,522,7,2,0,0,481,482,5,342,0,0,482,483,5,76,0,0,483,522,7,3,0, - 0,484,485,5,342,0,0,485,488,5,375,0,0,486,487,7,4,0,0,487,489,3, - 322,161,0,488,486,1,0,0,0,488,489,1,0,0,0,489,491,1,0,0,0,490,492, - 3,264,132,0,491,490,1,0,0,0,491,492,1,0,0,0,492,522,1,0,0,0,493, - 494,5,342,0,0,494,495,5,58,0,0,495,498,7,4,0,0,496,499,3,330,165, - 0,497,499,3,328,164,0,498,496,1,0,0,0,498,497,1,0,0,0,499,501,1, - 0,0,0,500,502,3,264,132,0,501,500,1,0,0,0,501,502,1,0,0,0,502,522, - 1,0,0,0,503,504,5,342,0,0,504,509,5,72,0,0,505,506,5,374,0,0,506, - 510,3,328,164,0,507,508,5,502,0,0,508,510,3,330,165,0,509,505,1, - 0,0,0,509,507,1,0,0,0,510,522,1,0,0,0,511,513,5,342,0,0,512,514, - 5,412,0,0,513,512,1,0,0,0,513,514,1,0,0,0,514,515,1,0,0,0,515,522, - 5,154,0,0,516,518,5,342,0,0,517,519,5,152,0,0,518,517,1,0,0,0,518, - 519,1,0,0,0,519,520,1,0,0,0,520,522,5,228,0,0,521,479,1,0,0,0,521, - 481,1,0,0,0,521,484,1,0,0,0,521,493,1,0,0,0,521,503,1,0,0,0,521, - 511,1,0,0,0,521,516,1,0,0,0,522,25,1,0,0,0,523,524,5,469,0,0,524, - 525,5,227,0,0,525,528,3,334,167,0,526,527,5,434,0,0,527,529,3,342, - 171,0,528,526,1,0,0,0,528,529,1,0,0,0,529,27,1,0,0,0,530,531,5,501, - 0,0,531,532,5,227,0,0,532,533,3,334,167,0,533,29,1,0,0,0,534,536, - 5,341,0,0,535,537,3,344,172,0,536,535,1,0,0,0,536,537,1,0,0,0,537, - 31,1,0,0,0,538,540,5,313,0,0,539,541,3,346,173,0,540,539,1,0,0,0, - 540,541,1,0,0,0,541,33,1,0,0,0,542,543,7,5,0,0,543,544,5,464,0,0, - 544,545,3,112,56,0,545,35,1,0,0,0,546,547,5,438,0,0,547,548,5,464, - 0,0,548,549,5,434,0,0,549,552,3,38,19,0,550,551,5,17,0,0,551,553, - 3,334,167,0,552,550,1,0,0,0,552,553,1,0,0,0,553,597,1,0,0,0,554, - 555,5,438,0,0,555,556,5,457,0,0,556,557,5,434,0,0,557,560,3,38,19, - 0,558,559,5,17,0,0,559,561,3,334,167,0,560,558,1,0,0,0,560,561,1, - 0,0,0,561,564,1,0,0,0,562,563,5,312,0,0,563,565,3,334,167,0,564, - 562,1,0,0,0,564,565,1,0,0,0,565,597,1,0,0,0,566,567,5,438,0,0,567, - 568,7,6,0,0,568,569,5,434,0,0,569,570,3,38,19,0,570,571,5,312,0, - 0,571,572,3,334,167,0,572,597,1,0,0,0,573,574,5,438,0,0,574,575, - 5,487,0,0,575,597,3,38,19,0,576,577,5,438,0,0,577,578,5,454,0,0, - 578,579,5,457,0,0,579,580,5,434,0,0,580,581,3,38,19,0,581,582,5, - 312,0,0,582,583,3,334,167,0,583,584,5,467,0,0,584,585,3,334,167, - 0,585,597,1,0,0,0,586,587,5,438,0,0,587,588,5,444,0,0,588,589,5, - 457,0,0,589,590,5,434,0,0,590,591,3,38,19,0,591,592,5,146,0,0,592, - 593,3,334,167,0,593,594,5,17,0,0,594,595,3,334,167,0,595,597,1,0, - 0,0,596,546,1,0,0,0,596,554,1,0,0,0,596,566,1,0,0,0,596,573,1,0, - 0,0,596,576,1,0,0,0,596,586,1,0,0,0,597,37,1,0,0,0,598,600,5,535, - 0,0,599,598,1,0,0,0,599,600,1,0,0,0,600,601,1,0,0,0,601,603,3,334, - 167,0,602,599,1,0,0,0,603,604,1,0,0,0,604,602,1,0,0,0,604,605,1, - 0,0,0,605,39,1,0,0,0,606,609,3,42,21,0,607,609,3,44,22,0,608,606, - 1,0,0,0,608,607,1,0,0,0,609,41,1,0,0,0,610,612,5,72,0,0,611,613, - 5,498,0,0,612,611,1,0,0,0,612,613,1,0,0,0,613,614,1,0,0,0,614,616, - 5,374,0,0,615,617,3,338,169,0,616,615,1,0,0,0,616,617,1,0,0,0,617, - 618,1,0,0,0,618,619,3,326,163,0,619,620,5,517,0,0,620,625,3,46,23, - 0,621,622,5,521,0,0,622,624,3,46,23,0,623,621,1,0,0,0,624,627,1, - 0,0,0,625,623,1,0,0,0,625,626,1,0,0,0,626,630,1,0,0,0,627,625,1, - 0,0,0,628,629,5,521,0,0,629,631,3,82,41,0,630,628,1,0,0,0,630,631, - 1,0,0,0,631,634,1,0,0,0,632,633,5,521,0,0,633,635,3,84,42,0,634, - 632,1,0,0,0,634,635,1,0,0,0,635,638,1,0,0,0,636,637,5,521,0,0,637, - 639,3,88,44,0,638,636,1,0,0,0,638,639,1,0,0,0,639,640,1,0,0,0,640, - 643,5,518,0,0,641,642,5,59,0,0,642,644,5,538,0,0,643,641,1,0,0,0, - 643,644,1,0,0,0,644,646,1,0,0,0,645,647,3,90,45,0,646,645,1,0,0, - 0,646,647,1,0,0,0,647,648,1,0,0,0,648,650,3,336,168,0,649,651,3, - 98,49,0,650,649,1,0,0,0,650,651,1,0,0,0,651,43,1,0,0,0,652,653,5, - 72,0,0,653,655,5,374,0,0,654,656,3,338,169,0,655,654,1,0,0,0,655, - 656,1,0,0,0,656,657,1,0,0,0,657,658,3,326,163,0,658,661,3,336,168, - 0,659,660,5,17,0,0,660,662,3,158,79,0,661,659,1,0,0,0,661,662,1, - 0,0,0,662,45,1,0,0,0,663,667,3,48,24,0,664,667,3,74,37,0,665,667, - 3,78,39,0,666,663,1,0,0,0,666,664,1,0,0,0,666,665,1,0,0,0,667,47, - 1,0,0,0,668,669,3,50,25,0,669,671,3,58,29,0,670,672,3,72,36,0,671, - 670,1,0,0,0,671,672,1,0,0,0,672,675,1,0,0,0,673,674,5,59,0,0,674, - 676,5,538,0,0,675,673,1,0,0,0,675,676,1,0,0,0,676,49,1,0,0,0,677, - 680,3,334,167,0,678,680,3,258,129,0,679,677,1,0,0,0,679,678,1,0, - 0,0,680,51,1,0,0,0,681,684,3,334,167,0,682,684,4,26,0,0,683,681, - 1,0,0,0,683,682,1,0,0,0,684,53,1,0,0,0,685,686,3,334,167,0,686,55, - 1,0,0,0,687,688,5,517,0,0,688,693,3,52,26,0,689,690,5,521,0,0,690, - 692,3,52,26,0,691,689,1,0,0,0,692,695,1,0,0,0,693,691,1,0,0,0,693, - 694,1,0,0,0,694,696,1,0,0,0,695,693,1,0,0,0,696,697,5,518,0,0,697, - 57,1,0,0,0,698,736,7,7,0,0,699,701,7,8,0,0,700,702,3,60,30,0,701, - 700,1,0,0,0,701,702,1,0,0,0,702,736,1,0,0,0,703,705,5,380,0,0,704, - 706,3,60,30,0,705,704,1,0,0,0,705,706,1,0,0,0,706,713,1,0,0,0,707, - 709,7,9,0,0,708,710,5,207,0,0,709,708,1,0,0,0,709,710,1,0,0,0,710, - 711,1,0,0,0,711,712,5,379,0,0,712,714,5,505,0,0,713,707,1,0,0,0, - 713,714,1,0,0,0,714,736,1,0,0,0,715,717,7,10,0,0,716,718,3,62,31, - 0,717,716,1,0,0,0,717,718,1,0,0,0,718,736,1,0,0,0,719,721,7,11,0, - 0,720,722,3,66,33,0,721,720,1,0,0,0,721,722,1,0,0,0,722,736,1,0, - 0,0,723,725,5,470,0,0,724,726,3,68,34,0,725,724,1,0,0,0,725,726, - 1,0,0,0,726,736,1,0,0,0,727,729,5,322,0,0,728,730,3,70,35,0,729, - 728,1,0,0,0,729,730,1,0,0,0,730,736,1,0,0,0,731,733,5,295,0,0,732, - 734,3,64,32,0,733,732,1,0,0,0,733,734,1,0,0,0,734,736,1,0,0,0,735, - 698,1,0,0,0,735,699,1,0,0,0,735,703,1,0,0,0,735,715,1,0,0,0,735, - 719,1,0,0,0,735,723,1,0,0,0,735,727,1,0,0,0,735,731,1,0,0,0,736, - 59,1,0,0,0,737,738,5,517,0,0,738,739,3,366,183,0,739,740,5,518,0, - 0,740,61,1,0,0,0,741,742,5,517,0,0,742,745,3,366,183,0,743,744,5, - 521,0,0,744,746,3,366,183,0,745,743,1,0,0,0,745,746,1,0,0,0,746, - 747,1,0,0,0,747,748,5,518,0,0,748,63,1,0,0,0,749,750,5,517,0,0,750, - 753,3,364,182,0,751,752,5,521,0,0,752,754,3,364,182,0,753,751,1, - 0,0,0,753,754,1,0,0,0,754,755,1,0,0,0,755,756,5,518,0,0,756,65,1, - 0,0,0,757,758,5,508,0,0,758,759,3,58,29,0,759,760,5,507,0,0,760, - 67,1,0,0,0,761,762,5,508,0,0,762,763,3,58,29,0,763,764,5,521,0,0, - 764,765,3,58,29,0,765,766,1,0,0,0,766,767,5,507,0,0,767,69,1,0,0, - 0,768,769,5,508,0,0,769,770,3,52,26,0,770,777,3,58,29,0,771,772, - 5,521,0,0,772,773,3,52,26,0,773,774,3,58,29,0,774,776,1,0,0,0,775, - 771,1,0,0,0,776,779,1,0,0,0,777,775,1,0,0,0,777,778,1,0,0,0,778, - 780,1,0,0,0,779,777,1,0,0,0,780,781,5,507,0,0,781,797,1,0,0,0,782, - 783,5,517,0,0,783,784,3,52,26,0,784,791,3,58,29,0,785,786,5,521, - 0,0,786,787,3,52,26,0,787,788,3,58,29,0,788,790,1,0,0,0,789,785, - 1,0,0,0,790,793,1,0,0,0,791,789,1,0,0,0,791,792,1,0,0,0,792,794, - 1,0,0,0,793,791,1,0,0,0,794,795,5,518,0,0,795,797,1,0,0,0,796,768, - 1,0,0,0,796,782,1,0,0,0,797,71,1,0,0,0,798,799,5,64,0,0,799,801, - 3,86,43,0,800,798,1,0,0,0,800,801,1,0,0,0,801,802,1,0,0,0,802,803, - 5,289,0,0,803,806,5,467,0,0,804,805,5,242,0,0,805,807,5,125,0,0, - 806,804,1,0,0,0,806,807,1,0,0,0,807,813,1,0,0,0,808,810,5,242,0, - 0,809,808,1,0,0,0,809,810,1,0,0,0,810,811,1,0,0,0,811,813,5,245, - 0,0,812,800,1,0,0,0,812,809,1,0,0,0,813,73,1,0,0,0,814,815,3,50, - 25,0,815,816,3,58,29,0,816,819,5,219,0,0,817,818,5,151,0,0,818,820, - 3,76,38,0,819,817,1,0,0,0,819,820,1,0,0,0,820,822,1,0,0,0,821,823, - 5,424,0,0,822,821,1,0,0,0,822,823,1,0,0,0,823,75,1,0,0,0,824,825, - 5,538,0,0,825,77,1,0,0,0,826,827,3,50,25,0,827,828,5,17,0,0,828, - 831,3,80,40,0,829,830,5,59,0,0,830,832,5,538,0,0,831,829,1,0,0,0, - 831,832,1,0,0,0,832,79,1,0,0,0,833,834,3,258,129,0,834,81,1,0,0, - 0,835,836,5,425,0,0,836,837,5,146,0,0,837,838,3,52,26,0,838,839, - 5,17,0,0,839,840,3,258,129,0,840,83,1,0,0,0,841,842,5,64,0,0,842, - 844,3,86,43,0,843,841,1,0,0,0,843,844,1,0,0,0,844,845,1,0,0,0,845, - 846,5,289,0,0,846,847,5,467,0,0,847,848,3,56,28,0,848,849,5,242, - 0,0,849,850,5,125,0,0,850,85,1,0,0,0,851,852,3,310,155,0,852,87, - 1,0,0,0,853,854,5,278,0,0,854,855,5,146,0,0,855,856,5,372,0,0,856, - 89,1,0,0,0,857,858,5,270,0,0,858,859,5,34,0,0,859,860,3,92,46,0, - 860,91,1,0,0,0,861,862,5,517,0,0,862,867,3,94,47,0,863,864,5,521, - 0,0,864,866,3,94,47,0,865,863,1,0,0,0,866,869,1,0,0,0,867,865,1, - 0,0,0,867,868,1,0,0,0,868,870,1,0,0,0,869,867,1,0,0,0,870,871,5, - 518,0,0,871,93,1,0,0,0,872,885,3,52,26,0,873,874,5,517,0,0,874,879, - 3,96,48,0,875,876,5,521,0,0,876,878,3,96,48,0,877,875,1,0,0,0,878, - 881,1,0,0,0,879,877,1,0,0,0,879,880,1,0,0,0,880,882,1,0,0,0,881, - 879,1,0,0,0,882,883,5,518,0,0,883,885,1,0,0,0,884,872,1,0,0,0,884, - 873,1,0,0,0,885,95,1,0,0,0,886,889,3,286,143,0,887,889,3,360,180, - 0,888,886,1,0,0,0,888,887,1,0,0,0,889,97,1,0,0,0,890,891,5,203,0, - 0,891,900,3,328,164,0,892,896,5,517,0,0,893,895,3,100,50,0,894,893, - 1,0,0,0,895,898,1,0,0,0,896,894,1,0,0,0,896,897,1,0,0,0,897,899, - 1,0,0,0,898,896,1,0,0,0,899,901,5,518,0,0,900,892,1,0,0,0,900,901, - 1,0,0,0,901,99,1,0,0,0,902,903,7,12,0,0,903,907,7,13,0,0,904,905, - 7,14,0,0,905,907,7,15,0,0,906,902,1,0,0,0,906,904,1,0,0,0,907,101, - 1,0,0,0,908,909,5,72,0,0,909,910,5,442,0,0,910,911,3,320,160,0,911, - 912,3,336,168,0,912,103,1,0,0,0,913,914,5,72,0,0,914,916,5,448,0, - 0,915,917,3,338,169,0,916,915,1,0,0,0,916,917,1,0,0,0,917,918,1, - 0,0,0,918,921,3,324,162,0,919,920,5,59,0,0,920,922,5,538,0,0,921, - 919,1,0,0,0,921,922,1,0,0,0,922,923,1,0,0,0,923,924,3,336,168,0, - 924,105,1,0,0,0,925,927,5,72,0,0,926,928,5,498,0,0,927,926,1,0,0, - 0,927,928,1,0,0,0,928,929,1,0,0,0,929,931,5,502,0,0,930,932,3,338, - 169,0,931,930,1,0,0,0,931,932,1,0,0,0,932,933,1,0,0,0,933,935,3, - 332,166,0,934,936,3,56,28,0,935,934,1,0,0,0,935,936,1,0,0,0,936, - 939,1,0,0,0,937,938,5,59,0,0,938,940,5,538,0,0,939,937,1,0,0,0,939, - 940,1,0,0,0,940,941,1,0,0,0,941,942,5,17,0,0,942,943,3,158,79,0, - 943,107,1,0,0,0,944,948,5,72,0,0,945,949,5,498,0,0,946,947,5,498, - 0,0,947,949,5,371,0,0,948,945,1,0,0,0,948,946,1,0,0,0,948,949,1, - 0,0,0,949,950,1,0,0,0,950,952,5,153,0,0,951,953,3,338,169,0,952, - 951,1,0,0,0,952,953,1,0,0,0,953,954,1,0,0,0,954,955,3,272,136,0, - 955,956,5,17,0,0,956,959,3,310,155,0,957,958,5,196,0,0,958,960,7, - 16,0,0,959,957,1,0,0,0,959,960,1,0,0,0,960,962,1,0,0,0,961,963,3, - 110,55,0,962,961,1,0,0,0,962,963,1,0,0,0,963,109,1,0,0,0,964,965, - 5,413,0,0,965,966,5,464,0,0,966,972,3,112,56,0,967,968,5,521,0,0, - 968,969,5,464,0,0,969,971,3,112,56,0,970,967,1,0,0,0,971,974,1,0, - 0,0,972,970,1,0,0,0,972,973,1,0,0,0,973,111,1,0,0,0,974,972,1,0, - 0,0,975,976,5,538,0,0,976,113,1,0,0,0,977,978,5,8,0,0,978,980,5, - 374,0,0,979,981,3,340,170,0,980,979,1,0,0,0,980,981,1,0,0,0,981, - 982,1,0,0,0,982,988,3,328,164,0,983,989,3,116,58,0,984,989,3,118, - 59,0,985,989,3,120,60,0,986,989,3,122,61,0,987,989,3,124,62,0,988, - 983,1,0,0,0,988,984,1,0,0,0,988,985,1,0,0,0,988,986,1,0,0,0,988, - 987,1,0,0,0,989,115,1,0,0,0,990,992,5,312,0,0,991,993,3,334,167, - 0,992,991,1,0,0,0,992,993,1,0,0,0,993,994,1,0,0,0,994,995,5,389, - 0,0,995,996,3,334,167,0,996,117,1,0,0,0,997,998,5,341,0,0,998,999, - 3,342,171,0,999,119,1,0,0,0,1000,1001,5,438,0,0,1001,1002,5,64,0, - 0,1002,1003,3,86,43,0,1003,1004,5,289,0,0,1004,1005,5,467,0,0,1005, - 1007,3,56,28,0,1006,1008,3,126,63,0,1007,1006,1,0,0,0,1007,1008, - 1,0,0,0,1008,121,1,0,0,0,1009,1010,5,116,0,0,1010,1011,5,64,0,0, - 1011,1012,3,86,43,0,1012,123,1,0,0,0,1013,1014,5,438,0,0,1014,1015, - 5,404,0,0,1015,1016,3,56,28,0,1016,125,1,0,0,0,1017,1018,5,242,0, - 0,1018,1019,5,125,0,0,1019,127,1,0,0,0,1020,1021,5,8,0,0,1021,1022, - 5,502,0,0,1022,1026,3,330,165,0,1023,1027,3,116,58,0,1024,1025,5, - 17,0,0,1025,1027,3,158,79,0,1026,1023,1,0,0,0,1026,1024,1,0,0,0, - 1027,129,1,0,0,0,1028,1029,5,8,0,0,1029,1030,5,448,0,0,1030,1031, - 3,322,161,0,1031,1032,3,118,59,0,1032,131,1,0,0,0,1033,1037,5,8, - 0,0,1034,1038,5,498,0,0,1035,1036,5,498,0,0,1036,1038,5,371,0,0, - 1037,1034,1,0,0,0,1037,1035,1,0,0,0,1037,1038,1,0,0,0,1038,1039, - 1,0,0,0,1039,1041,5,153,0,0,1040,1042,3,340,170,0,1041,1040,1,0, - 0,0,1041,1042,1,0,0,0,1042,1043,1,0,0,0,1043,1044,3,274,137,0,1044, - 1045,5,17,0,0,1045,1048,3,310,155,0,1046,1047,5,196,0,0,1047,1049, - 7,16,0,0,1048,1046,1,0,0,0,1048,1049,1,0,0,0,1049,133,1,0,0,0,1050, - 1051,5,116,0,0,1051,1053,5,442,0,0,1052,1054,3,340,170,0,1053,1052, - 1,0,0,0,1053,1054,1,0,0,0,1054,1055,1,0,0,0,1055,1056,3,318,159, - 0,1056,135,1,0,0,0,1057,1059,5,116,0,0,1058,1060,5,498,0,0,1059, - 1058,1,0,0,0,1059,1060,1,0,0,0,1060,1061,1,0,0,0,1061,1063,5,374, - 0,0,1062,1064,3,340,170,0,1063,1062,1,0,0,0,1063,1064,1,0,0,0,1064, - 1065,1,0,0,0,1065,1066,3,328,164,0,1066,137,1,0,0,0,1067,1068,5, - 116,0,0,1068,1070,5,448,0,0,1069,1071,3,340,170,0,1070,1069,1,0, - 0,0,1070,1071,1,0,0,0,1071,1072,1,0,0,0,1072,1074,3,322,161,0,1073, - 1075,7,17,0,0,1074,1073,1,0,0,0,1074,1075,1,0,0,0,1075,139,1,0,0, - 0,1076,1078,5,116,0,0,1077,1079,5,498,0,0,1078,1077,1,0,0,0,1078, - 1079,1,0,0,0,1079,1080,1,0,0,0,1080,1082,5,502,0,0,1081,1083,3,340, - 170,0,1082,1081,1,0,0,0,1082,1083,1,0,0,0,1083,1084,1,0,0,0,1084, - 1085,3,330,165,0,1085,141,1,0,0,0,1086,1090,5,116,0,0,1087,1091, - 5,498,0,0,1088,1089,5,498,0,0,1089,1091,5,371,0,0,1090,1087,1,0, - 0,0,1090,1088,1,0,0,0,1090,1091,1,0,0,0,1091,1092,1,0,0,0,1092,1094, - 5,153,0,0,1093,1095,3,340,170,0,1094,1093,1,0,0,0,1094,1095,1,0, - 0,0,1095,1096,1,0,0,0,1096,1097,3,274,137,0,1097,143,1,0,0,0,1098, - 1100,5,132,0,0,1099,1098,1,0,0,0,1099,1100,1,0,0,0,1100,1101,1,0, - 0,0,1101,1106,3,146,73,0,1102,1106,3,154,77,0,1103,1104,5,132,0, - 0,1104,1106,3,156,78,0,1105,1099,1,0,0,0,1105,1102,1,0,0,0,1105, - 1103,1,0,0,0,1106,145,1,0,0,0,1107,1108,5,177,0,0,1108,1109,7,18, - 0,0,1109,1118,3,328,164,0,1110,1112,3,148,74,0,1111,1110,1,0,0,0, - 1111,1112,1,0,0,0,1112,1114,1,0,0,0,1113,1115,3,56,28,0,1114,1113, - 1,0,0,0,1114,1115,1,0,0,0,1115,1116,1,0,0,0,1116,1119,3,158,79,0, - 1117,1119,3,150,75,0,1118,1111,1,0,0,0,1118,1117,1,0,0,0,1119,147, - 1,0,0,0,1120,1121,5,269,0,0,1121,1122,3,342,171,0,1122,149,1,0,0, - 0,1123,1124,5,415,0,0,1124,1129,3,152,76,0,1125,1126,5,521,0,0,1126, - 1128,3,152,76,0,1127,1125,1,0,0,0,1128,1131,1,0,0,0,1129,1127,1, - 0,0,0,1129,1130,1,0,0,0,1130,151,1,0,0,0,1131,1129,1,0,0,0,1132, - 1133,5,517,0,0,1133,1138,3,360,180,0,1134,1135,5,521,0,0,1135,1137, - 3,360,180,0,1136,1134,1,0,0,0,1137,1140,1,0,0,0,1138,1136,1,0,0, - 0,1138,1139,1,0,0,0,1139,1141,1,0,0,0,1140,1138,1,0,0,0,1141,1142, - 5,518,0,0,1142,153,1,0,0,0,1143,1144,5,24,0,0,1144,1145,5,355,0, - 0,1145,1146,5,341,0,0,1146,1150,5,522,0,0,1147,1148,3,146,73,0,1148, - 1149,5,522,0,0,1149,1151,1,0,0,0,1150,1147,1,0,0,0,1151,1152,1,0, - 0,0,1152,1150,1,0,0,0,1152,1153,1,0,0,0,1153,1154,1,0,0,0,1154,1155, - 5,122,0,0,1155,155,1,0,0,0,1156,1157,5,355,0,0,1157,1158,5,341,0, - 0,1158,1162,5,24,0,0,1159,1160,3,146,73,0,1160,1161,5,522,0,0,1161, - 1163,1,0,0,0,1162,1159,1,0,0,0,1163,1164,1,0,0,0,1164,1162,1,0,0, - 0,1164,1165,1,0,0,0,1165,1166,1,0,0,0,1166,1167,5,122,0,0,1167,157, - 1,0,0,0,1168,1169,6,79,-1,0,1169,1192,3,160,80,0,1170,1171,3,162, - 81,0,1171,1172,3,158,79,5,1172,1192,1,0,0,0,1173,1174,5,517,0,0, - 1174,1175,3,158,79,0,1175,1176,5,518,0,0,1176,1192,1,0,0,0,1177, - 1179,3,170,85,0,1178,1180,3,230,115,0,1179,1178,1,0,0,0,1179,1180, - 1,0,0,0,1180,1182,1,0,0,0,1181,1183,3,234,117,0,1182,1181,1,0,0, - 0,1182,1183,1,0,0,0,1183,1192,1,0,0,0,1184,1186,3,168,84,0,1185, - 1187,3,230,115,0,1186,1185,1,0,0,0,1186,1187,1,0,0,0,1187,1189,1, - 0,0,0,1188,1190,3,234,117,0,1189,1188,1,0,0,0,1189,1190,1,0,0,0, - 1190,1192,1,0,0,0,1191,1168,1,0,0,0,1191,1170,1,0,0,0,1191,1173, - 1,0,0,0,1191,1177,1,0,0,0,1191,1184,1,0,0,0,1192,1207,1,0,0,0,1193, - 1194,10,3,0,0,1194,1196,7,19,0,0,1195,1197,5,5,0,0,1196,1195,1,0, - 0,0,1196,1197,1,0,0,0,1197,1198,1,0,0,0,1198,1200,3,158,79,0,1199, - 1201,3,230,115,0,1200,1199,1,0,0,0,1200,1201,1,0,0,0,1201,1203,1, - 0,0,0,1202,1204,3,234,117,0,1203,1202,1,0,0,0,1203,1204,1,0,0,0, - 1204,1206,1,0,0,0,1205,1193,1,0,0,0,1206,1209,1,0,0,0,1207,1205, - 1,0,0,0,1207,1208,1,0,0,0,1208,159,1,0,0,0,1209,1207,1,0,0,0,1210, - 1211,5,415,0,0,1211,1216,3,258,129,0,1212,1213,5,521,0,0,1213,1215, - 3,258,129,0,1214,1212,1,0,0,0,1215,1218,1,0,0,0,1216,1214,1,0,0, - 0,1216,1217,1,0,0,0,1217,161,1,0,0,0,1218,1216,1,0,0,0,1219,1220, - 5,434,0,0,1220,1225,3,164,82,0,1221,1222,5,521,0,0,1222,1224,3,164, - 82,0,1223,1221,1,0,0,0,1224,1227,1,0,0,0,1225,1223,1,0,0,0,1225, - 1226,1,0,0,0,1226,163,1,0,0,0,1227,1225,1,0,0,0,1228,1240,3,166, - 83,0,1229,1230,5,517,0,0,1230,1235,3,52,26,0,1231,1232,5,521,0,0, - 1232,1234,3,52,26,0,1233,1231,1,0,0,0,1234,1237,1,0,0,0,1235,1233, - 1,0,0,0,1235,1236,1,0,0,0,1236,1238,1,0,0,0,1237,1235,1,0,0,0,1238, - 1239,5,518,0,0,1239,1241,1,0,0,0,1240,1229,1,0,0,0,1240,1241,1,0, - 0,0,1241,1242,1,0,0,0,1242,1243,5,17,0,0,1243,1244,5,517,0,0,1244, - 1245,3,158,79,0,1245,1246,5,518,0,0,1246,165,1,0,0,0,1247,1248,3, - 310,155,0,1248,167,1,0,0,0,1249,1251,3,170,85,0,1250,1252,3,176, - 88,0,1251,1250,1,0,0,0,1251,1252,1,0,0,0,1252,1254,1,0,0,0,1253, - 1255,3,204,102,0,1254,1253,1,0,0,0,1254,1255,1,0,0,0,1255,1257,1, - 0,0,0,1256,1258,3,206,103,0,1257,1256,1,0,0,0,1257,1258,1,0,0,0, - 1258,1260,1,0,0,0,1259,1261,3,220,110,0,1260,1259,1,0,0,0,1260,1261, - 1,0,0,0,1261,1263,1,0,0,0,1262,1264,3,222,111,0,1263,1262,1,0,0, - 0,1263,1264,1,0,0,0,1264,1270,1,0,0,0,1265,1266,3,170,85,0,1266, - 1267,3,176,88,0,1267,1268,3,228,114,0,1268,1270,1,0,0,0,1269,1249, - 1,0,0,0,1269,1265,1,0,0,0,1270,169,1,0,0,0,1271,1273,5,337,0,0,1272, - 1274,3,370,185,0,1273,1272,1,0,0,0,1273,1274,1,0,0,0,1274,1284,1, - 0,0,0,1275,1285,5,528,0,0,1276,1281,3,172,86,0,1277,1278,5,521,0, - 0,1278,1280,3,172,86,0,1279,1277,1,0,0,0,1280,1283,1,0,0,0,1281, - 1279,1,0,0,0,1281,1282,1,0,0,0,1282,1285,1,0,0,0,1283,1281,1,0,0, - 0,1284,1275,1,0,0,0,1284,1276,1,0,0,0,1285,171,1,0,0,0,1286,1302, - 3,174,87,0,1287,1292,3,258,129,0,1288,1290,5,17,0,0,1289,1288,1, - 0,0,0,1289,1290,1,0,0,0,1290,1291,1,0,0,0,1291,1293,3,52,26,0,1292, - 1289,1,0,0,0,1292,1293,1,0,0,0,1293,1302,1,0,0,0,1294,1299,3,52, - 26,0,1295,1297,5,17,0,0,1296,1295,1,0,0,0,1296,1297,1,0,0,0,1297, - 1298,1,0,0,0,1298,1300,3,258,129,0,1299,1296,1,0,0,0,1299,1300,1, - 0,0,0,1300,1302,1,0,0,0,1301,1286,1,0,0,0,1301,1287,1,0,0,0,1301, - 1294,1,0,0,0,1302,173,1,0,0,0,1303,1304,3,270,135,0,1304,1305,5, - 263,0,0,1305,1306,3,226,113,0,1306,1307,5,17,0,0,1307,1308,3,310, - 155,0,1308,1316,1,0,0,0,1309,1310,3,270,135,0,1310,1311,5,263,0, - 0,1311,1312,3,302,151,0,1312,1313,5,17,0,0,1313,1314,3,310,155,0, - 1314,1316,1,0,0,0,1315,1303,1,0,0,0,1315,1309,1,0,0,0,1316,175,1, - 0,0,0,1317,1318,5,151,0,0,1318,1319,3,178,89,0,1319,177,1,0,0,0, - 1320,1321,6,89,-1,0,1321,1326,3,180,90,0,1322,1323,5,521,0,0,1323, - 1325,3,180,90,0,1324,1322,1,0,0,0,1325,1328,1,0,0,0,1326,1324,1, - 0,0,0,1326,1327,1,0,0,0,1327,1332,1,0,0,0,1328,1326,1,0,0,0,1329, - 1332,3,188,94,0,1330,1332,3,190,95,0,1331,1320,1,0,0,0,1331,1329, - 1,0,0,0,1331,1330,1,0,0,0,1332,1354,1,0,0,0,1333,1334,10,3,0,0,1334, - 1335,5,73,0,0,1335,1336,5,185,0,0,1336,1353,3,178,89,4,1337,1339, - 10,4,0,0,1338,1340,5,234,0,0,1339,1338,1,0,0,0,1339,1340,1,0,0,0, - 1340,1342,1,0,0,0,1341,1343,7,20,0,0,1342,1341,1,0,0,0,1342,1343, - 1,0,0,0,1343,1345,1,0,0,0,1344,1346,5,262,0,0,1345,1344,1,0,0,0, - 1345,1346,1,0,0,0,1346,1347,1,0,0,0,1347,1348,5,185,0,0,1348,1350, - 3,178,89,0,1349,1351,3,202,101,0,1350,1349,1,0,0,0,1350,1351,1,0, - 0,0,1351,1353,1,0,0,0,1352,1333,1,0,0,0,1352,1337,1,0,0,0,1353,1356, - 1,0,0,0,1354,1352,1,0,0,0,1354,1355,1,0,0,0,1355,179,1,0,0,0,1356, - 1354,1,0,0,0,1357,1359,3,182,91,0,1358,1360,3,300,150,0,1359,1358, - 1,0,0,0,1359,1360,1,0,0,0,1360,181,1,0,0,0,1361,1363,5,374,0,0,1362, - 1361,1,0,0,0,1362,1363,1,0,0,0,1363,1364,1,0,0,0,1364,1366,3,328, - 164,0,1365,1367,3,184,92,0,1366,1365,1,0,0,0,1366,1367,1,0,0,0,1367, - 1391,1,0,0,0,1368,1370,3,330,165,0,1369,1371,3,184,92,0,1370,1369, - 1,0,0,0,1370,1371,1,0,0,0,1371,1391,1,0,0,0,1372,1373,5,199,0,0, - 1373,1374,5,374,0,0,1374,1375,5,517,0,0,1375,1376,3,268,134,0,1376, - 1377,5,518,0,0,1377,1391,1,0,0,0,1378,1380,5,199,0,0,1379,1378,1, - 0,0,0,1379,1380,1,0,0,0,1380,1381,1,0,0,0,1381,1382,5,517,0,0,1382, - 1383,3,158,79,0,1383,1384,5,518,0,0,1384,1391,1,0,0,0,1385,1386, - 5,406,0,0,1386,1387,5,517,0,0,1387,1388,3,258,129,0,1388,1389,5, - 518,0,0,1389,1391,1,0,0,0,1390,1362,1,0,0,0,1390,1368,1,0,0,0,1390, - 1372,1,0,0,0,1390,1379,1,0,0,0,1390,1385,1,0,0,0,1391,183,1,0,0, - 0,1392,1393,5,146,0,0,1393,1394,5,372,0,0,1394,1395,5,17,0,0,1395, - 1396,5,250,0,0,1396,1397,3,186,93,0,1397,185,1,0,0,0,1398,1399,3, - 258,129,0,1399,187,1,0,0,0,1400,1401,5,517,0,0,1401,1402,3,150,75, - 0,1402,1403,5,518,0,0,1403,1404,3,300,150,0,1404,189,1,0,0,0,1405, - 1406,5,374,0,0,1406,1407,5,517,0,0,1407,1408,3,192,96,0,1408,1409, - 5,518,0,0,1409,191,1,0,0,0,1410,1411,3,194,97,0,1411,1412,5,517, - 0,0,1412,1417,3,196,98,0,1413,1414,5,521,0,0,1414,1416,3,196,98, - 0,1415,1413,1,0,0,0,1416,1419,1,0,0,0,1417,1415,1,0,0,0,1417,1418, - 1,0,0,0,1418,1420,1,0,0,0,1419,1417,1,0,0,0,1420,1421,5,518,0,0, - 1421,193,1,0,0,0,1422,1423,7,21,0,0,1423,195,1,0,0,0,1424,1425,5, - 374,0,0,1425,1440,3,218,109,0,1426,1440,3,200,100,0,1427,1440,3, - 288,144,0,1428,1429,5,447,0,0,1429,1430,5,537,0,0,1430,1431,5,374, - 0,0,1431,1440,3,218,109,0,1432,1433,5,499,0,0,1433,1434,5,537,0, - 0,1434,1440,3,200,100,0,1435,1436,3,198,99,0,1436,1437,5,537,0,0, - 1437,1438,3,288,144,0,1438,1440,1,0,0,0,1439,1424,1,0,0,0,1439,1426, - 1,0,0,0,1439,1427,1,0,0,0,1439,1428,1,0,0,0,1439,1432,1,0,0,0,1439, - 1435,1,0,0,0,1440,197,1,0,0,0,1441,1442,7,22,0,0,1442,199,1,0,0, - 0,1443,1444,5,452,0,0,1444,1445,5,517,0,0,1445,1446,3,52,26,0,1446, - 1447,5,518,0,0,1447,201,1,0,0,0,1448,1449,5,254,0,0,1449,1453,3, - 260,130,0,1450,1451,5,413,0,0,1451,1453,3,56,28,0,1452,1448,1,0, - 0,0,1452,1450,1,0,0,0,1453,203,1,0,0,0,1454,1455,5,431,0,0,1455, - 1456,3,260,130,0,1456,205,1,0,0,0,1457,1458,5,159,0,0,1458,1459, - 5,34,0,0,1459,1464,3,208,104,0,1460,1461,5,521,0,0,1461,1463,3,208, - 104,0,1462,1460,1,0,0,0,1463,1466,1,0,0,0,1464,1462,1,0,0,0,1464, - 1465,1,0,0,0,1465,207,1,0,0,0,1466,1464,1,0,0,0,1467,1508,3,52,26, - 0,1468,1508,3,214,107,0,1469,1470,5,517,0,0,1470,1508,5,518,0,0, - 1471,1472,5,517,0,0,1472,1477,3,258,129,0,1473,1474,5,521,0,0,1474, - 1476,3,258,129,0,1475,1473,1,0,0,0,1476,1479,1,0,0,0,1477,1475,1, - 0,0,0,1477,1478,1,0,0,0,1478,1480,1,0,0,0,1479,1477,1,0,0,0,1480, - 1481,5,518,0,0,1481,1508,1,0,0,0,1482,1483,3,212,106,0,1483,1484, - 5,517,0,0,1484,1489,3,258,129,0,1485,1486,5,521,0,0,1486,1488,3, - 258,129,0,1487,1485,1,0,0,0,1488,1491,1,0,0,0,1489,1487,1,0,0,0, - 1489,1490,1,0,0,0,1490,1492,1,0,0,0,1491,1489,1,0,0,0,1492,1493, - 5,518,0,0,1493,1508,1,0,0,0,1494,1495,3,210,105,0,1495,1496,5,517, - 0,0,1496,1501,3,208,104,0,1497,1498,5,521,0,0,1498,1500,3,208,104, - 0,1499,1497,1,0,0,0,1500,1503,1,0,0,0,1501,1499,1,0,0,0,1501,1502, - 1,0,0,0,1502,1504,1,0,0,0,1503,1501,1,0,0,0,1504,1505,5,518,0,0, - 1505,1508,1,0,0,0,1506,1508,3,258,129,0,1507,1467,1,0,0,0,1507,1468, - 1,0,0,0,1507,1469,1,0,0,0,1507,1471,1,0,0,0,1507,1482,1,0,0,0,1507, - 1494,1,0,0,0,1507,1506,1,0,0,0,1508,209,1,0,0,0,1509,1510,5,160, - 0,0,1510,1511,5,494,0,0,1511,211,1,0,0,0,1512,1513,7,23,0,0,1513, - 213,1,0,0,0,1514,1515,3,216,108,0,1515,1516,5,517,0,0,1516,1517, - 3,218,109,0,1517,1518,5,521,0,0,1518,1519,3,288,144,0,1519,1520, - 5,518,0,0,1520,215,1,0,0,0,1521,1522,7,24,0,0,1522,217,1,0,0,0,1523, - 1524,3,334,167,0,1524,219,1,0,0,0,1525,1526,5,163,0,0,1526,1527, - 3,260,130,0,1527,221,1,0,0,0,1528,1529,5,433,0,0,1529,1534,3,224, - 112,0,1530,1531,5,521,0,0,1531,1533,3,224,112,0,1532,1530,1,0,0, - 0,1533,1536,1,0,0,0,1534,1532,1,0,0,0,1534,1535,1,0,0,0,1535,223, - 1,0,0,0,1536,1534,1,0,0,0,1537,1538,3,302,151,0,1538,1539,5,17,0, - 0,1539,1540,3,226,113,0,1540,225,1,0,0,0,1541,1543,3,302,151,0,1542, - 1541,1,0,0,0,1542,1543,1,0,0,0,1543,1544,1,0,0,0,1544,1546,5,517, - 0,0,1545,1547,3,236,118,0,1546,1545,1,0,0,0,1546,1547,1,0,0,0,1547, - 1549,1,0,0,0,1548,1550,3,230,115,0,1549,1548,1,0,0,0,1549,1550,1, - 0,0,0,1550,1552,1,0,0,0,1551,1553,3,252,126,0,1552,1551,1,0,0,0, - 1552,1553,1,0,0,0,1553,1554,1,0,0,0,1554,1555,5,518,0,0,1555,227, - 1,0,0,0,1556,1557,5,214,0,0,1557,1559,5,517,0,0,1558,1560,3,236, - 118,0,1559,1558,1,0,0,0,1559,1560,1,0,0,0,1560,1562,1,0,0,0,1561, - 1563,3,230,115,0,1562,1561,1,0,0,0,1562,1563,1,0,0,0,1563,1565,1, - 0,0,0,1564,1566,3,240,120,0,1565,1564,1,0,0,0,1565,1566,1,0,0,0, - 1566,1568,1,0,0,0,1567,1569,3,246,123,0,1568,1567,1,0,0,0,1568,1569, - 1,0,0,0,1569,1571,1,0,0,0,1570,1572,3,248,124,0,1571,1570,1,0,0, - 0,1571,1572,1,0,0,0,1572,1574,1,0,0,0,1573,1575,3,242,121,0,1574, - 1573,1,0,0,0,1574,1575,1,0,0,0,1575,1576,1,0,0,0,1576,1577,3,250, - 125,0,1577,1582,5,518,0,0,1578,1580,5,17,0,0,1579,1578,1,0,0,0,1579, - 1580,1,0,0,0,1580,1581,1,0,0,0,1581,1583,3,310,155,0,1582,1579,1, - 0,0,0,1582,1583,1,0,0,0,1583,229,1,0,0,0,1584,1585,5,259,0,0,1585, - 1586,5,34,0,0,1586,1591,3,232,116,0,1587,1588,5,521,0,0,1588,1590, - 3,232,116,0,1589,1587,1,0,0,0,1590,1593,1,0,0,0,1591,1589,1,0,0, - 0,1591,1592,1,0,0,0,1592,231,1,0,0,0,1593,1591,1,0,0,0,1594,1596, - 3,52,26,0,1595,1597,7,25,0,0,1596,1595,1,0,0,0,1596,1597,1,0,0,0, - 1597,1600,1,0,0,0,1598,1599,5,477,0,0,1599,1601,7,26,0,0,1600,1598, - 1,0,0,0,1600,1601,1,0,0,0,1601,233,1,0,0,0,1602,1605,5,205,0,0,1603, - 1606,5,5,0,0,1604,1606,3,258,129,0,1605,1603,1,0,0,0,1605,1604,1, - 0,0,0,1606,235,1,0,0,0,1607,1608,5,269,0,0,1608,1611,5,34,0,0,1609, - 1612,3,52,26,0,1610,1612,3,270,135,0,1611,1609,1,0,0,0,1611,1610, - 1,0,0,0,1612,1620,1,0,0,0,1613,1616,5,521,0,0,1614,1617,3,52,26, - 0,1615,1617,3,270,135,0,1616,1614,1,0,0,0,1616,1615,1,0,0,0,1617, - 1619,1,0,0,0,1618,1613,1,0,0,0,1619,1622,1,0,0,0,1620,1618,1,0,0, - 0,1620,1621,1,0,0,0,1621,237,1,0,0,0,1622,1620,1,0,0,0,1623,1640, - 5,528,0,0,1624,1640,5,531,0,0,1625,1640,5,536,0,0,1626,1627,5,519, - 0,0,1627,1628,5,539,0,0,1628,1629,5,521,0,0,1629,1630,5,539,0,0, - 1630,1640,5,520,0,0,1631,1632,5,519,0,0,1632,1633,5,539,0,0,1633, - 1634,5,521,0,0,1634,1640,5,520,0,0,1635,1636,5,519,0,0,1636,1637, - 5,521,0,0,1637,1638,5,539,0,0,1638,1640,5,520,0,0,1639,1623,1,0, - 0,0,1639,1624,1,0,0,0,1639,1625,1,0,0,0,1639,1626,1,0,0,0,1639,1631, - 1,0,0,0,1639,1635,1,0,0,0,1640,239,1,0,0,0,1641,1642,5,216,0,0,1642, - 1647,3,172,86,0,1643,1644,5,521,0,0,1644,1646,3,172,86,0,1645,1643, - 1,0,0,0,1646,1649,1,0,0,0,1647,1645,1,0,0,0,1647,1648,1,0,0,0,1648, - 241,1,0,0,0,1649,1647,1,0,0,0,1650,1651,5,272,0,0,1651,1653,5,517, - 0,0,1652,1654,3,244,122,0,1653,1652,1,0,0,0,1654,1655,1,0,0,0,1655, - 1653,1,0,0,0,1655,1656,1,0,0,0,1656,1657,1,0,0,0,1657,1659,5,518, - 0,0,1658,1660,3,256,128,0,1659,1658,1,0,0,0,1659,1660,1,0,0,0,1660, - 243,1,0,0,0,1661,1663,3,312,156,0,1662,1664,3,238,119,0,1663,1662, - 1,0,0,0,1663,1664,1,0,0,0,1664,245,1,0,0,0,1665,1666,5,5,0,0,1666, - 1667,5,323,0,0,1667,1668,5,273,0,0,1668,1674,5,211,0,0,1669,1670, - 5,255,0,0,1670,1671,5,322,0,0,1671,1672,5,273,0,0,1672,1674,5,211, - 0,0,1673,1665,1,0,0,0,1673,1669,1,0,0,0,1674,247,1,0,0,0,1675,1676, - 5,439,0,0,1676,1677,5,211,0,0,1677,1678,5,344,0,0,1678,1679,5,479, - 0,0,1679,1680,5,468,0,0,1680,1700,5,322,0,0,1681,1682,5,439,0,0, - 1682,1683,5,211,0,0,1683,1684,5,344,0,0,1684,1685,5,389,0,0,1685, - 1686,5,238,0,0,1686,1700,5,322,0,0,1687,1688,5,439,0,0,1688,1689, - 5,211,0,0,1689,1690,5,344,0,0,1690,1691,5,389,0,0,1691,1692,5,468, - 0,0,1692,1700,3,312,156,0,1693,1694,5,439,0,0,1694,1695,5,211,0, - 0,1695,1696,5,344,0,0,1696,1697,5,389,0,0,1697,1698,5,458,0,0,1698, - 1700,3,312,156,0,1699,1675,1,0,0,0,1699,1681,1,0,0,0,1699,1687,1, - 0,0,0,1699,1693,1,0,0,0,1700,249,1,0,0,0,1701,1702,5,105,0,0,1702, - 1707,3,172,86,0,1703,1704,5,521,0,0,1704,1706,3,172,86,0,1705,1703, - 1,0,0,0,1706,1709,1,0,0,0,1707,1705,1,0,0,0,1707,1708,1,0,0,0,1708, - 251,1,0,0,0,1709,1707,1,0,0,0,1710,1711,5,293,0,0,1711,1712,5,27, - 0,0,1712,1713,3,288,144,0,1713,1714,3,254,127,0,1714,1720,1,0,0, - 0,1715,1716,5,323,0,0,1716,1717,5,27,0,0,1717,1718,5,539,0,0,1718, - 1720,3,254,127,0,1719,1710,1,0,0,0,1719,1715,1,0,0,0,1720,253,1, - 0,0,0,1721,1722,5,481,0,0,1722,1723,5,10,0,0,1723,1724,5,76,0,0, - 1724,1725,5,322,0,0,1725,255,1,0,0,0,1726,1727,5,435,0,0,1727,1728, - 3,288,144,0,1728,257,1,0,0,0,1729,1730,3,260,130,0,1730,259,1,0, - 0,0,1731,1732,6,130,-1,0,1732,1733,5,242,0,0,1733,1744,3,260,130, - 6,1734,1735,5,133,0,0,1735,1736,5,517,0,0,1736,1737,3,158,79,0,1737, - 1738,5,518,0,0,1738,1744,1,0,0,0,1739,1741,3,266,133,0,1740,1742, - 3,262,131,0,1741,1740,1,0,0,0,1741,1742,1,0,0,0,1742,1744,1,0,0, - 0,1743,1731,1,0,0,0,1743,1734,1,0,0,0,1743,1739,1,0,0,0,1744,1759, - 1,0,0,0,1745,1746,10,3,0,0,1746,1747,5,10,0,0,1747,1758,3,260,130, - 4,1748,1749,10,2,0,0,1749,1750,5,258,0,0,1750,1758,3,260,130,3,1751, - 1752,10,1,0,0,1752,1754,5,184,0,0,1753,1755,5,242,0,0,1754,1753, - 1,0,0,0,1754,1755,1,0,0,0,1755,1756,1,0,0,0,1756,1758,7,27,0,0,1757, - 1745,1,0,0,0,1757,1748,1,0,0,0,1757,1751,1,0,0,0,1758,1761,1,0,0, - 0,1759,1757,1,0,0,0,1759,1760,1,0,0,0,1760,261,1,0,0,0,1761,1759, - 1,0,0,0,1762,1764,5,242,0,0,1763,1762,1,0,0,0,1763,1764,1,0,0,0, - 1764,1765,1,0,0,0,1765,1767,5,27,0,0,1766,1768,7,28,0,0,1767,1766, - 1,0,0,0,1767,1768,1,0,0,0,1768,1769,1,0,0,0,1769,1770,3,266,133, - 0,1770,1771,5,10,0,0,1771,1772,3,266,133,0,1772,1837,1,0,0,0,1773, - 1775,5,242,0,0,1774,1773,1,0,0,0,1774,1775,1,0,0,0,1775,1776,1,0, - 0,0,1776,1777,5,170,0,0,1777,1778,5,517,0,0,1778,1783,3,258,129, - 0,1779,1780,5,521,0,0,1780,1782,3,258,129,0,1781,1779,1,0,0,0,1782, - 1785,1,0,0,0,1783,1781,1,0,0,0,1783,1784,1,0,0,0,1784,1786,1,0,0, - 0,1785,1783,1,0,0,0,1786,1787,5,518,0,0,1787,1837,1,0,0,0,1788,1790, - 5,242,0,0,1789,1788,1,0,0,0,1789,1790,1,0,0,0,1790,1791,1,0,0,0, - 1791,1792,5,170,0,0,1792,1793,5,517,0,0,1793,1794,3,158,79,0,1794, - 1795,5,518,0,0,1795,1837,1,0,0,0,1796,1797,5,133,0,0,1797,1798,5, - 517,0,0,1798,1799,3,158,79,0,1799,1800,5,518,0,0,1800,1837,1,0,0, - 0,1801,1803,5,242,0,0,1802,1801,1,0,0,0,1802,1803,1,0,0,0,1803,1804, - 1,0,0,0,1804,1805,5,319,0,0,1805,1837,3,266,133,0,1806,1837,3,264, - 132,0,1807,1809,5,184,0,0,1808,1810,5,242,0,0,1809,1808,1,0,0,0, - 1809,1810,1,0,0,0,1810,1811,1,0,0,0,1811,1837,7,27,0,0,1812,1814, - 5,184,0,0,1813,1815,5,242,0,0,1814,1813,1,0,0,0,1814,1815,1,0,0, - 0,1815,1816,1,0,0,0,1816,1817,5,113,0,0,1817,1818,5,151,0,0,1818, - 1837,3,266,133,0,1819,1821,5,242,0,0,1820,1819,1,0,0,0,1820,1821, - 1,0,0,0,1821,1822,1,0,0,0,1822,1823,5,343,0,0,1823,1824,5,389,0, - 0,1824,1827,3,266,133,0,1825,1826,5,127,0,0,1826,1828,3,364,182, - 0,1827,1825,1,0,0,0,1827,1828,1,0,0,0,1828,1837,1,0,0,0,1829,1830, - 5,184,0,0,1830,1834,5,186,0,0,1831,1835,5,414,0,0,1832,1835,5,13, - 0,0,1833,1835,3,310,155,0,1834,1831,1,0,0,0,1834,1832,1,0,0,0,1834, - 1833,1,0,0,0,1834,1835,1,0,0,0,1835,1837,1,0,0,0,1836,1763,1,0,0, - 0,1836,1774,1,0,0,0,1836,1789,1,0,0,0,1836,1796,1,0,0,0,1836,1802, - 1,0,0,0,1836,1806,1,0,0,0,1836,1807,1,0,0,0,1836,1812,1,0,0,0,1836, - 1820,1,0,0,0,1836,1829,1,0,0,0,1837,263,1,0,0,0,1838,1840,5,242, - 0,0,1839,1838,1,0,0,0,1839,1840,1,0,0,0,1840,1841,1,0,0,0,1841,1842, - 5,203,0,0,1842,1856,7,29,0,0,1843,1844,5,517,0,0,1844,1857,5,518, - 0,0,1845,1846,5,517,0,0,1846,1851,3,258,129,0,1847,1848,5,521,0, - 0,1848,1850,3,258,129,0,1849,1847,1,0,0,0,1850,1853,1,0,0,0,1851, - 1849,1,0,0,0,1851,1852,1,0,0,0,1852,1854,1,0,0,0,1853,1851,1,0,0, - 0,1854,1855,5,518,0,0,1855,1857,1,0,0,0,1856,1843,1,0,0,0,1856,1845, - 1,0,0,0,1857,1868,1,0,0,0,1858,1860,5,242,0,0,1859,1858,1,0,0,0, - 1859,1860,1,0,0,0,1860,1861,1,0,0,0,1861,1862,5,203,0,0,1862,1865, - 3,266,133,0,1863,1864,5,127,0,0,1864,1866,3,364,182,0,1865,1863, - 1,0,0,0,1865,1866,1,0,0,0,1866,1868,1,0,0,0,1867,1839,1,0,0,0,1867, - 1859,1,0,0,0,1868,265,1,0,0,0,1869,1870,6,133,-1,0,1870,1874,3,270, - 135,0,1871,1872,7,30,0,0,1872,1874,3,266,133,7,1873,1869,1,0,0,0, - 1873,1871,1,0,0,0,1874,1896,1,0,0,0,1875,1876,10,6,0,0,1876,1877, - 7,31,0,0,1877,1895,3,266,133,7,1878,1879,10,5,0,0,1879,1880,7,32, - 0,0,1880,1895,3,266,133,6,1881,1882,10,4,0,0,1882,1883,5,512,0,0, - 1883,1895,3,266,133,5,1884,1885,10,3,0,0,1885,1886,5,513,0,0,1886, - 1895,3,266,133,4,1887,1888,10,2,0,0,1888,1889,5,511,0,0,1889,1895, - 3,266,133,3,1890,1891,10,1,0,0,1891,1892,3,352,176,0,1892,1893,3, - 266,133,2,1893,1895,1,0,0,0,1894,1875,1,0,0,0,1894,1878,1,0,0,0, - 1894,1881,1,0,0,0,1894,1884,1,0,0,0,1894,1887,1,0,0,0,1894,1890, - 1,0,0,0,1895,1898,1,0,0,0,1896,1894,1,0,0,0,1896,1897,1,0,0,0,1897, - 267,1,0,0,0,1898,1896,1,0,0,0,1899,1919,3,378,189,0,1900,1919,3, - 276,138,0,1901,1902,3,278,139,0,1902,1914,5,517,0,0,1903,1905,3, - 370,185,0,1904,1903,1,0,0,0,1904,1905,1,0,0,0,1905,1906,1,0,0,0, - 1906,1911,3,280,140,0,1907,1908,5,521,0,0,1908,1910,3,280,140,0, - 1909,1907,1,0,0,0,1910,1913,1,0,0,0,1911,1909,1,0,0,0,1911,1912, - 1,0,0,0,1912,1915,1,0,0,0,1913,1911,1,0,0,0,1914,1904,1,0,0,0,1914, - 1915,1,0,0,0,1915,1916,1,0,0,0,1916,1917,5,518,0,0,1917,1919,1,0, - 0,0,1918,1899,1,0,0,0,1918,1900,1,0,0,0,1918,1901,1,0,0,0,1919,269, - 1,0,0,0,1920,1921,6,135,-1,0,1921,1923,5,40,0,0,1922,1924,3,316, - 158,0,1923,1922,1,0,0,0,1924,1925,1,0,0,0,1925,1923,1,0,0,0,1925, - 1926,1,0,0,0,1926,1929,1,0,0,0,1927,1928,5,120,0,0,1928,1930,3,258, - 129,0,1929,1927,1,0,0,0,1929,1930,1,0,0,0,1930,1931,1,0,0,0,1931, - 1932,5,122,0,0,1932,1996,1,0,0,0,1933,1934,5,40,0,0,1934,1936,3, - 258,129,0,1935,1937,3,316,158,0,1936,1935,1,0,0,0,1937,1938,1,0, - 0,0,1938,1936,1,0,0,0,1938,1939,1,0,0,0,1939,1942,1,0,0,0,1940,1941, - 5,120,0,0,1941,1943,3,258,129,0,1942,1940,1,0,0,0,1942,1943,1,0, - 0,0,1943,1944,1,0,0,0,1944,1945,5,122,0,0,1945,1996,1,0,0,0,1946, - 1947,5,41,0,0,1947,1948,5,517,0,0,1948,1949,3,258,129,0,1949,1950, - 5,17,0,0,1950,1951,3,58,29,0,1951,1952,5,518,0,0,1952,1996,1,0,0, - 0,1953,1954,5,458,0,0,1954,1955,5,517,0,0,1955,1958,3,258,129,0, - 1956,1957,5,462,0,0,1957,1959,5,477,0,0,1958,1956,1,0,0,0,1958,1959, - 1,0,0,0,1959,1960,1,0,0,0,1960,1961,5,518,0,0,1961,1996,1,0,0,0, - 1962,1963,5,468,0,0,1963,1964,5,517,0,0,1964,1967,3,258,129,0,1965, - 1966,5,462,0,0,1966,1968,5,477,0,0,1967,1965,1,0,0,0,1967,1968,1, - 0,0,0,1968,1969,1,0,0,0,1969,1970,5,518,0,0,1970,1996,1,0,0,0,1971, - 1972,5,282,0,0,1972,1973,5,517,0,0,1973,1974,3,266,133,0,1974,1975, - 5,170,0,0,1975,1976,3,266,133,0,1976,1977,5,518,0,0,1977,1996,1, - 0,0,0,1978,1996,3,360,180,0,1979,1996,5,528,0,0,1980,1981,3,334, - 167,0,1981,1982,5,514,0,0,1982,1983,5,528,0,0,1983,1996,1,0,0,0, - 1984,1985,5,517,0,0,1985,1986,3,158,79,0,1986,1987,5,518,0,0,1987, - 1996,1,0,0,0,1988,1996,3,268,134,0,1989,1996,3,54,27,0,1990,1996, - 3,282,141,0,1991,1992,5,517,0,0,1992,1993,3,258,129,0,1993,1994, - 5,518,0,0,1994,1996,1,0,0,0,1995,1920,1,0,0,0,1995,1933,1,0,0,0, - 1995,1946,1,0,0,0,1995,1953,1,0,0,0,1995,1962,1,0,0,0,1995,1971, - 1,0,0,0,1995,1978,1,0,0,0,1995,1979,1,0,0,0,1995,1980,1,0,0,0,1995, - 1984,1,0,0,0,1995,1988,1,0,0,0,1995,1989,1,0,0,0,1995,1990,1,0,0, - 0,1995,1991,1,0,0,0,1996,2004,1,0,0,0,1997,1998,10,4,0,0,1998,1999, - 5,515,0,0,1999,2000,3,266,133,0,2000,2001,5,516,0,0,2001,2003,1, - 0,0,0,2002,1997,1,0,0,0,2003,2006,1,0,0,0,2004,2002,1,0,0,0,2004, - 2005,1,0,0,0,2005,271,1,0,0,0,2006,2004,1,0,0,0,2007,2008,3,334, - 167,0,2008,273,1,0,0,0,2009,2014,3,382,191,0,2010,2014,3,378,189, - 0,2011,2014,3,380,190,0,2012,2014,3,334,167,0,2013,2009,1,0,0,0, - 2013,2010,1,0,0,0,2013,2011,1,0,0,0,2013,2012,1,0,0,0,2014,275,1, - 0,0,0,2015,2016,3,380,190,0,2016,2017,5,538,0,0,2017,2020,1,0,0, - 0,2018,2020,3,288,144,0,2019,2015,1,0,0,0,2019,2018,1,0,0,0,2020, - 277,1,0,0,0,2021,2024,3,382,191,0,2022,2024,3,334,167,0,2023,2021, - 1,0,0,0,2023,2022,1,0,0,0,2024,279,1,0,0,0,2025,2030,3,376,188,0, - 2026,2030,3,374,187,0,2027,2030,3,372,186,0,2028,2030,3,258,129, - 0,2029,2025,1,0,0,0,2029,2026,1,0,0,0,2029,2027,1,0,0,0,2029,2028, - 1,0,0,0,2030,281,1,0,0,0,2031,2032,3,334,167,0,2032,283,1,0,0,0, - 2033,2034,3,310,155,0,2034,285,1,0,0,0,2035,2038,3,310,155,0,2036, - 2038,3,282,141,0,2037,2035,1,0,0,0,2037,2036,1,0,0,0,2038,287,1, - 0,0,0,2039,2042,5,182,0,0,2040,2043,3,290,145,0,2041,2043,3,294, - 147,0,2042,2040,1,0,0,0,2042,2041,1,0,0,0,2042,2043,1,0,0,0,2043, - 289,1,0,0,0,2044,2046,3,292,146,0,2045,2047,3,296,148,0,2046,2045, - 1,0,0,0,2046,2047,1,0,0,0,2047,291,1,0,0,0,2048,2049,3,298,149,0, - 2049,2050,3,374,187,0,2050,2052,1,0,0,0,2051,2048,1,0,0,0,2052,2053, - 1,0,0,0,2053,2051,1,0,0,0,2053,2054,1,0,0,0,2054,293,1,0,0,0,2055, - 2058,3,296,148,0,2056,2059,3,292,146,0,2057,2059,3,296,148,0,2058, - 2056,1,0,0,0,2058,2057,1,0,0,0,2058,2059,1,0,0,0,2059,295,1,0,0, - 0,2060,2061,3,298,149,0,2061,2062,3,374,187,0,2062,2063,5,389,0, - 0,2063,2064,3,374,187,0,2064,297,1,0,0,0,2065,2067,7,33,0,0,2066, - 2065,1,0,0,0,2066,2067,1,0,0,0,2067,2068,1,0,0,0,2068,2071,7,34, - 0,0,2069,2071,5,538,0,0,2070,2066,1,0,0,0,2070,2069,1,0,0,0,2071, - 299,1,0,0,0,2072,2074,5,17,0,0,2073,2072,1,0,0,0,2073,2074,1,0,0, - 0,2074,2075,1,0,0,0,2075,2077,3,310,155,0,2076,2078,3,306,153,0, - 2077,2076,1,0,0,0,2077,2078,1,0,0,0,2078,301,1,0,0,0,2079,2080,3, - 310,155,0,2080,2081,3,304,152,0,2081,303,1,0,0,0,2082,2083,5,222, - 0,0,2083,2085,3,310,155,0,2084,2082,1,0,0,0,2085,2086,1,0,0,0,2086, - 2084,1,0,0,0,2086,2087,1,0,0,0,2087,2090,1,0,0,0,2088,2090,1,0,0, - 0,2089,2084,1,0,0,0,2089,2088,1,0,0,0,2090,305,1,0,0,0,2091,2092, - 5,517,0,0,2092,2093,3,308,154,0,2093,2094,5,518,0,0,2094,307,1,0, - 0,0,2095,2100,3,310,155,0,2096,2097,5,521,0,0,2097,2099,3,310,155, - 0,2098,2096,1,0,0,0,2099,2102,1,0,0,0,2100,2098,1,0,0,0,2100,2101, - 1,0,0,0,2101,309,1,0,0,0,2102,2100,1,0,0,0,2103,2107,3,312,156,0, - 2104,2107,3,314,157,0,2105,2107,3,384,192,0,2106,2103,1,0,0,0,2106, - 2104,1,0,0,0,2106,2105,1,0,0,0,2107,311,1,0,0,0,2108,2109,7,35,0, - 0,2109,313,1,0,0,0,2110,2111,5,538,0,0,2111,315,1,0,0,0,2112,2113, - 5,429,0,0,2113,2114,3,258,129,0,2114,2115,5,377,0,0,2115,2116,3, - 258,129,0,2116,317,1,0,0,0,2117,2118,3,310,155,0,2118,319,1,0,0, - 0,2119,2120,3,310,155,0,2120,321,1,0,0,0,2121,2124,3,310,155,0,2122, - 2123,5,514,0,0,2123,2125,3,310,155,0,2124,2122,1,0,0,0,2124,2125, - 1,0,0,0,2125,323,1,0,0,0,2126,2129,3,310,155,0,2127,2128,5,514,0, - 0,2128,2130,3,310,155,0,2129,2127,1,0,0,0,2129,2130,1,0,0,0,2130, - 325,1,0,0,0,2131,2134,3,310,155,0,2132,2133,5,514,0,0,2133,2135, - 3,310,155,0,2134,2132,1,0,0,0,2134,2135,1,0,0,0,2135,2144,1,0,0, - 0,2136,2137,3,310,155,0,2137,2138,5,514,0,0,2138,2141,3,310,155, - 0,2139,2140,5,514,0,0,2140,2142,3,310,155,0,2141,2139,1,0,0,0,2141, - 2142,1,0,0,0,2142,2144,1,0,0,0,2143,2131,1,0,0,0,2143,2136,1,0,0, - 0,2144,327,1,0,0,0,2145,2148,3,310,155,0,2146,2147,5,514,0,0,2147, - 2149,3,310,155,0,2148,2146,1,0,0,0,2148,2149,1,0,0,0,2149,2158,1, - 0,0,0,2150,2151,3,310,155,0,2151,2152,5,514,0,0,2152,2155,3,310, - 155,0,2153,2154,5,514,0,0,2154,2156,3,310,155,0,2155,2153,1,0,0, - 0,2155,2156,1,0,0,0,2156,2158,1,0,0,0,2157,2145,1,0,0,0,2157,2150, - 1,0,0,0,2158,329,1,0,0,0,2159,2162,3,310,155,0,2160,2161,5,514,0, - 0,2161,2163,3,310,155,0,2162,2160,1,0,0,0,2162,2163,1,0,0,0,2163, - 2172,1,0,0,0,2164,2165,3,310,155,0,2165,2166,5,514,0,0,2166,2169, - 3,310,155,0,2167,2168,5,514,0,0,2168,2170,3,310,155,0,2169,2167, - 1,0,0,0,2169,2170,1,0,0,0,2170,2172,1,0,0,0,2171,2159,1,0,0,0,2171, - 2164,1,0,0,0,2172,331,1,0,0,0,2173,2176,3,310,155,0,2174,2175,5, - 514,0,0,2175,2177,3,310,155,0,2176,2174,1,0,0,0,2176,2177,1,0,0, - 0,2177,2186,1,0,0,0,2178,2179,3,310,155,0,2179,2180,5,514,0,0,2180, - 2183,3,310,155,0,2181,2182,5,514,0,0,2182,2184,3,310,155,0,2183, - 2181,1,0,0,0,2183,2184,1,0,0,0,2184,2186,1,0,0,0,2185,2173,1,0,0, - 0,2185,2178,1,0,0,0,2186,333,1,0,0,0,2187,2192,3,310,155,0,2188, - 2189,5,514,0,0,2189,2191,3,310,155,0,2190,2188,1,0,0,0,2191,2194, - 1,0,0,0,2192,2193,1,0,0,0,2192,2190,1,0,0,0,2193,335,1,0,0,0,2194, - 2192,1,0,0,0,2195,2196,5,434,0,0,2196,2197,3,342,171,0,2197,337, - 1,0,0,0,2198,2199,5,167,0,0,2199,2200,5,242,0,0,2200,2201,5,133, - 0,0,2201,339,1,0,0,0,2202,2203,5,167,0,0,2203,2204,5,133,0,0,2204, - 341,1,0,0,0,2205,2206,5,517,0,0,2206,2211,3,344,172,0,2207,2208, - 5,521,0,0,2208,2210,3,344,172,0,2209,2207,1,0,0,0,2210,2213,1,0, - 0,0,2211,2209,1,0,0,0,2211,2212,1,0,0,0,2212,2214,1,0,0,0,2213,2211, - 1,0,0,0,2214,2215,5,518,0,0,2215,343,1,0,0,0,2216,2221,3,346,173, - 0,2217,2219,5,506,0,0,2218,2217,1,0,0,0,2218,2219,1,0,0,0,2219,2220, - 1,0,0,0,2220,2222,3,348,174,0,2221,2218,1,0,0,0,2221,2222,1,0,0, - 0,2222,345,1,0,0,0,2223,2227,3,310,155,0,2224,2227,3,282,141,0,2225, - 2227,5,538,0,0,2226,2223,1,0,0,0,2226,2224,1,0,0,0,2226,2225,1,0, - 0,0,2227,347,1,0,0,0,2228,2233,5,539,0,0,2229,2233,5,540,0,0,2230, - 2233,3,368,184,0,2231,2233,5,538,0,0,2232,2228,1,0,0,0,2232,2229, - 1,0,0,0,2232,2230,1,0,0,0,2232,2231,1,0,0,0,2233,349,1,0,0,0,2234, - 2241,5,10,0,0,2235,2236,5,512,0,0,2236,2241,5,512,0,0,2237,2241, - 5,258,0,0,2238,2239,5,511,0,0,2239,2241,5,511,0,0,2240,2234,1,0, - 0,0,2240,2235,1,0,0,0,2240,2237,1,0,0,0,2240,2238,1,0,0,0,2241,351, - 1,0,0,0,2242,2257,5,506,0,0,2243,2257,5,507,0,0,2244,2257,5,508, - 0,0,2245,2246,5,508,0,0,2246,2257,5,506,0,0,2247,2248,5,507,0,0, - 2248,2257,5,506,0,0,2249,2250,5,508,0,0,2250,2257,5,507,0,0,2251, - 2252,5,509,0,0,2252,2257,5,506,0,0,2253,2254,5,508,0,0,2254,2255, - 5,506,0,0,2255,2257,5,507,0,0,2256,2242,1,0,0,0,2256,2243,1,0,0, - 0,2256,2244,1,0,0,0,2256,2245,1,0,0,0,2256,2247,1,0,0,0,2256,2249, - 1,0,0,0,2256,2251,1,0,0,0,2256,2253,1,0,0,0,2257,353,1,0,0,0,2258, - 2259,5,508,0,0,2259,2266,5,508,0,0,2260,2261,5,507,0,0,2261,2266, - 5,507,0,0,2262,2266,5,512,0,0,2263,2266,5,513,0,0,2264,2266,5,511, - 0,0,2265,2258,1,0,0,0,2265,2260,1,0,0,0,2265,2262,1,0,0,0,2265,2263, - 1,0,0,0,2265,2264,1,0,0,0,2266,355,1,0,0,0,2267,2268,7,36,0,0,2268, - 357,1,0,0,0,2269,2270,7,37,0,0,2270,359,1,0,0,0,2271,2286,3,288, - 144,0,2272,2286,3,362,181,0,2273,2286,3,364,182,0,2274,2276,5,530, - 0,0,2275,2274,1,0,0,0,2275,2276,1,0,0,0,2276,2277,1,0,0,0,2277,2286, - 3,366,183,0,2278,2286,3,368,184,0,2279,2286,5,540,0,0,2280,2286, - 5,541,0,0,2281,2283,5,242,0,0,2282,2281,1,0,0,0,2282,2283,1,0,0, - 0,2283,2284,1,0,0,0,2284,2286,5,245,0,0,2285,2271,1,0,0,0,2285,2272, - 1,0,0,0,2285,2273,1,0,0,0,2285,2275,1,0,0,0,2285,2278,1,0,0,0,2285, - 2279,1,0,0,0,2285,2280,1,0,0,0,2285,2282,1,0,0,0,2286,361,1,0,0, - 0,2287,2288,3,372,186,0,2288,2289,3,364,182,0,2289,363,1,0,0,0,2290, - 2291,5,538,0,0,2291,365,1,0,0,0,2292,2293,5,539,0,0,2293,367,1,0, - 0,0,2294,2295,7,38,0,0,2295,369,1,0,0,0,2296,2297,7,39,0,0,2297, - 371,1,0,0,0,2298,2299,7,40,0,0,2299,373,1,0,0,0,2300,2301,7,41,0, - 0,2301,375,1,0,0,0,2302,2303,7,42,0,0,2303,377,1,0,0,0,2304,2305, - 7,43,0,0,2305,379,1,0,0,0,2306,2307,7,44,0,0,2307,381,1,0,0,0,2308, - 2309,7,45,0,0,2309,383,1,0,0,0,2310,2311,7,46,0,0,2311,385,1,0,0, - 0,273,389,396,399,413,431,435,444,449,456,467,476,488,491,498,501, - 509,513,518,521,528,536,540,552,560,564,596,599,604,608,612,616, - 625,630,634,638,643,646,650,655,661,666,671,675,679,683,693,701, - 705,709,713,717,721,725,729,733,735,745,753,777,791,796,800,806, - 809,812,819,822,831,843,867,879,884,888,896,900,906,916,921,927, - 931,935,939,948,952,959,962,972,980,988,992,1007,1026,1037,1041, - 1048,1053,1059,1063,1070,1074,1078,1082,1090,1094,1099,1105,1111, - 1114,1118,1129,1138,1152,1164,1179,1182,1186,1189,1191,1196,1200, - 1203,1207,1216,1225,1235,1240,1251,1254,1257,1260,1263,1269,1273, - 1281,1284,1289,1292,1296,1299,1301,1315,1326,1331,1339,1342,1345, - 1350,1352,1354,1359,1362,1366,1370,1379,1390,1417,1439,1452,1464, - 1477,1489,1501,1507,1534,1542,1546,1549,1552,1559,1562,1565,1568, - 1571,1574,1579,1582,1591,1596,1600,1605,1611,1616,1620,1639,1647, - 1655,1659,1663,1673,1699,1707,1719,1741,1743,1754,1757,1759,1763, - 1767,1774,1783,1789,1802,1809,1814,1820,1827,1834,1836,1839,1851, - 1856,1859,1865,1867,1873,1894,1896,1904,1911,1914,1918,1925,1929, - 1938,1942,1958,1967,1995,2004,2013,2019,2023,2029,2037,2042,2046, - 2053,2058,2066,2070,2073,2077,2086,2089,2100,2106,2124,2129,2134, - 2141,2143,2148,2155,2157,2162,2169,2171,2176,2183,2185,2192,2211, - 2218,2221,2226,2232,2240,2256,2265,2275,2282,2285 + 1,18,1,18,1,18,3,18,599,8,18,1,19,3,19,602,8,19,1,19,4,19,605,8, + 19,11,19,12,19,606,1,20,1,20,3,20,611,8,20,1,21,1,21,3,21,615,8, + 21,1,21,1,21,3,21,619,8,21,1,21,1,21,1,21,1,21,1,21,5,21,626,8,21, + 10,21,12,21,629,9,21,1,21,1,21,3,21,633,8,21,1,21,1,21,3,21,637, + 8,21,1,21,1,21,3,21,641,8,21,1,21,1,21,1,21,3,21,646,8,21,1,21,3, + 21,649,8,21,1,21,1,21,3,21,653,8,21,1,22,1,22,1,22,3,22,658,8,22, + 1,22,1,22,1,22,1,22,3,22,664,8,22,1,23,1,23,1,23,3,23,669,8,23,1, + 24,1,24,1,24,3,24,674,8,24,1,24,1,24,3,24,678,8,24,1,25,1,25,3,25, + 682,8,25,1,26,1,26,3,26,686,8,26,1,27,1,27,1,28,1,28,1,28,1,28,5, + 28,694,8,28,10,28,12,28,697,9,28,1,28,1,28,1,29,1,29,1,29,3,29,704, + 8,29,1,29,1,29,3,29,708,8,29,1,29,1,29,3,29,712,8,29,1,29,1,29,3, + 29,716,8,29,1,29,1,29,3,29,720,8,29,1,29,1,29,3,29,724,8,29,1,29, + 1,29,3,29,728,8,29,1,29,1,29,3,29,732,8,29,1,29,1,29,3,29,736,8, + 29,3,29,738,8,29,1,30,1,30,1,30,1,30,1,31,1,31,1,31,1,31,3,31,748, + 8,31,1,31,1,31,1,32,1,32,1,32,1,32,3,32,756,8,32,1,32,1,32,1,33, + 1,33,1,33,1,33,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,35,1,35,1,35, + 1,35,1,35,1,35,1,35,5,35,778,8,35,10,35,12,35,781,9,35,1,35,1,35, + 1,35,1,35,1,35,1,35,1,35,1,35,1,35,5,35,792,8,35,10,35,12,35,795, + 9,35,1,35,1,35,3,35,799,8,35,1,36,1,36,3,36,803,8,36,1,36,1,36,1, + 36,1,36,3,36,809,8,36,1,36,3,36,812,8,36,1,36,3,36,815,8,36,1,37, + 1,37,1,37,1,37,1,37,3,37,822,8,37,1,37,3,37,825,8,37,1,38,1,38,1, + 39,1,39,1,39,1,39,1,39,3,39,834,8,39,1,40,1,40,1,41,1,41,1,41,1, + 41,1,41,1,41,1,42,1,42,3,42,846,8,42,1,42,1,42,1,42,1,42,1,42,1, + 42,1,43,1,43,1,44,1,44,1,44,1,44,1,45,1,45,1,45,1,45,1,46,1,46,1, + 46,1,46,5,46,868,8,46,10,46,12,46,871,9,46,1,46,1,46,1,47,1,47,1, + 47,1,47,1,47,5,47,880,8,47,10,47,12,47,883,9,47,1,47,1,47,3,47,887, + 8,47,1,48,1,48,3,48,891,8,48,1,49,1,49,1,49,1,49,5,49,897,8,49,10, + 49,12,49,900,9,49,1,49,3,49,903,8,49,1,50,1,50,1,50,1,50,3,50,909, + 8,50,1,51,1,51,1,51,1,51,1,51,1,52,1,52,1,52,3,52,919,8,52,1,52, + 1,52,1,52,3,52,924,8,52,1,52,1,52,1,53,1,53,3,53,930,8,53,1,53,1, + 53,3,53,934,8,53,1,53,1,53,3,53,938,8,53,1,53,1,53,3,53,942,8,53, + 1,53,1,53,1,53,1,54,1,54,1,54,1,54,3,54,951,8,54,1,54,1,54,3,54, + 955,8,54,1,54,1,54,1,54,1,54,1,54,3,54,962,8,54,1,54,3,54,965,8, + 54,1,55,1,55,1,55,1,55,1,55,1,55,5,55,973,8,55,10,55,12,55,976,9, + 55,1,56,1,56,1,57,1,57,1,57,3,57,983,8,57,1,57,1,57,1,57,1,57,1, + 57,1,57,3,57,991,8,57,1,58,1,58,3,58,995,8,58,1,58,1,58,1,58,1,59, + 1,59,1,59,1,60,1,60,1,60,1,60,1,60,1,60,1,60,3,60,1010,8,60,1,61, + 1,61,1,61,1,61,1,62,1,62,1,62,1,62,1,63,1,63,1,63,1,64,1,64,1,64, + 1,64,1,64,1,64,3,64,1029,8,64,1,65,1,65,1,65,1,65,1,65,1,66,1,66, + 1,66,1,66,3,66,1040,8,66,1,66,1,66,3,66,1044,8,66,1,66,1,66,1,66, + 1,66,1,66,3,66,1051,8,66,1,67,1,67,1,67,3,67,1056,8,67,1,67,1,67, + 1,68,1,68,3,68,1062,8,68,1,68,1,68,3,68,1066,8,68,1,68,1,68,1,69, + 1,69,1,69,3,69,1073,8,69,1,69,1,69,3,69,1077,8,69,1,70,1,70,3,70, + 1081,8,70,1,70,1,70,3,70,1085,8,70,1,70,1,70,1,71,1,71,1,71,1,71, + 3,71,1093,8,71,1,71,1,71,3,71,1097,8,71,1,71,1,71,1,72,3,72,1102, + 8,72,1,72,1,72,1,72,1,72,3,72,1108,8,72,1,73,1,73,1,73,1,73,3,73, + 1114,8,73,1,73,3,73,1117,8,73,1,73,1,73,3,73,1121,8,73,1,74,1,74, + 1,74,1,75,1,75,1,75,1,75,5,75,1130,8,75,10,75,12,75,1133,9,75,1, + 76,1,76,1,76,1,76,5,76,1139,8,76,10,76,12,76,1142,9,76,1,76,1,76, + 1,77,1,77,3,77,1148,8,77,1,78,1,78,1,78,1,78,1,78,1,78,1,78,4,78, + 1157,8,78,11,78,12,78,1158,1,78,1,78,1,79,1,79,1,79,1,79,1,79,1, + 79,4,79,1169,8,79,11,79,12,79,1170,1,79,1,79,1,80,1,80,1,80,1,80, + 1,80,1,80,1,80,1,80,1,80,1,80,1,80,3,80,1186,8,80,1,80,3,80,1189, + 8,80,1,80,1,80,3,80,1193,8,80,1,80,3,80,1196,8,80,3,80,1198,8,80, + 1,80,1,80,1,80,3,80,1203,8,80,1,80,1,80,3,80,1207,8,80,1,80,3,80, + 1210,8,80,5,80,1212,8,80,10,80,12,80,1215,9,80,1,81,1,81,1,81,1, + 81,5,81,1221,8,81,10,81,12,81,1224,9,81,1,82,1,82,1,82,1,82,5,82, + 1230,8,82,10,82,12,82,1233,9,82,1,83,1,83,1,83,1,83,1,83,5,83,1240, + 8,83,10,83,12,83,1243,9,83,1,83,1,83,3,83,1247,8,83,1,83,1,83,1, + 83,1,83,1,83,1,84,1,84,1,85,1,85,3,85,1258,8,85,1,85,3,85,1261,8, + 85,1,85,3,85,1264,8,85,1,85,3,85,1267,8,85,1,85,3,85,1270,8,85,1, + 85,1,85,1,85,1,85,3,85,1276,8,85,1,86,1,86,3,86,1280,8,86,1,86,1, + 86,1,86,1,86,5,86,1286,8,86,10,86,12,86,1289,9,86,3,86,1291,8,86, + 1,87,1,87,1,87,3,87,1296,8,87,1,87,3,87,1299,8,87,1,87,1,87,3,87, + 1303,8,87,1,87,3,87,1306,8,87,3,87,1308,8,87,1,88,1,88,1,88,1,88, + 1,88,1,88,1,88,1,88,1,88,1,88,1,88,1,88,3,88,1322,8,88,1,89,1,89, + 1,89,1,90,1,90,1,90,1,90,5,90,1331,8,90,10,90,12,90,1334,9,90,1, + 90,1,90,3,90,1338,8,90,1,90,1,90,1,90,1,90,1,90,1,90,3,90,1346,8, + 90,1,90,3,90,1349,8,90,1,90,3,90,1352,8,90,1,90,1,90,1,90,3,90,1357, + 8,90,5,90,1359,8,90,10,90,12,90,1362,9,90,1,91,1,91,3,91,1366,8, + 91,1,92,3,92,1369,8,92,1,92,1,92,3,92,1373,8,92,1,92,1,92,3,92,1377, + 8,92,1,92,1,92,1,92,1,92,1,92,1,92,1,92,3,92,1386,8,92,1,92,1,92, + 1,92,1,92,1,92,1,92,1,92,1,92,1,92,3,92,1397,8,92,1,93,1,93,1,93, + 1,93,1,93,1,93,1,94,1,94,1,95,1,95,1,95,1,95,1,95,1,96,1,96,1,96, + 1,96,1,96,1,97,1,97,1,97,1,97,1,97,5,97,1422,8,97,10,97,12,97,1425, + 9,97,1,97,1,97,1,98,1,98,1,99,1,99,1,99,1,99,1,99,1,99,1,99,1,99, + 1,99,1,99,1,99,1,99,1,99,1,99,1,99,3,99,1446,8,99,1,100,1,100,1, + 101,1,101,1,101,1,101,1,101,1,102,1,102,1,102,1,102,3,102,1459,8, + 102,1,103,1,103,1,103,1,104,1,104,1,104,1,104,1,104,5,104,1469,8, + 104,10,104,12,104,1472,9,104,1,105,1,105,1,105,1,105,1,105,1,105, + 1,105,1,105,5,105,1482,8,105,10,105,12,105,1485,9,105,1,105,1,105, + 1,105,1,105,1,105,1,105,1,105,5,105,1494,8,105,10,105,12,105,1497, + 9,105,1,105,1,105,1,105,1,105,1,105,1,105,1,105,5,105,1506,8,105, + 10,105,12,105,1509,9,105,1,105,1,105,1,105,3,105,1514,8,105,1,106, + 1,106,1,106,1,107,1,107,1,108,1,108,1,108,1,108,1,108,1,108,1,108, + 1,109,1,109,1,110,1,110,1,111,1,111,1,111,1,112,1,112,1,112,1,112, + 5,112,1539,8,112,10,112,12,112,1542,9,112,1,113,1,113,1,113,1,113, + 1,114,3,114,1549,8,114,1,114,1,114,3,114,1553,8,114,1,114,3,114, + 1556,8,114,1,114,3,114,1559,8,114,1,114,1,114,1,115,1,115,1,115, + 3,115,1566,8,115,1,115,3,115,1569,8,115,1,115,3,115,1572,8,115,1, + 115,3,115,1575,8,115,1,115,3,115,1578,8,115,1,115,3,115,1581,8,115, + 1,115,1,115,1,115,3,115,1586,8,115,1,115,3,115,1589,8,115,1,116, + 1,116,1,116,1,116,1,116,5,116,1596,8,116,10,116,12,116,1599,9,116, + 1,117,1,117,3,117,1603,8,117,1,117,1,117,3,117,1607,8,117,1,118, + 1,118,1,118,3,118,1612,8,118,1,119,1,119,1,119,1,119,3,119,1618, + 8,119,1,119,1,119,1,119,3,119,1623,8,119,5,119,1625,8,119,10,119, + 12,119,1628,9,119,1,120,1,120,1,120,1,120,1,120,1,120,1,120,1,120, + 1,120,1,120,1,120,1,120,1,120,1,120,1,120,1,120,3,120,1646,8,120, + 1,121,1,121,1,121,1,121,5,121,1652,8,121,10,121,12,121,1655,9,121, + 1,122,1,122,1,122,4,122,1660,8,122,11,122,12,122,1661,1,122,1,122, + 3,122,1666,8,122,1,123,1,123,3,123,1670,8,123,1,124,1,124,1,124, + 1,124,1,124,1,124,1,124,1,124,3,124,1680,8,124,1,125,1,125,1,125, + 1,125,1,125,1,125,1,125,1,125,1,125,1,125,1,125,1,125,1,125,1,125, + 1,125,1,125,1,125,1,125,1,125,1,125,1,125,1,125,1,125,1,125,3,125, + 1706,8,125,1,126,1,126,1,126,1,126,5,126,1712,8,126,10,126,12,126, + 1715,9,126,1,127,1,127,1,127,1,127,1,127,1,127,1,127,1,127,1,127, + 3,127,1726,8,127,1,128,1,128,1,128,1,128,1,128,1,129,1,129,1,129, + 1,130,1,130,1,131,1,131,1,131,1,131,1,131,1,131,1,131,1,131,1,131, + 1,131,3,131,1748,8,131,3,131,1750,8,131,1,131,1,131,1,131,1,131, + 1,131,1,131,1,131,1,131,1,131,3,131,1761,8,131,1,131,5,131,1764, + 8,131,10,131,12,131,1767,9,131,1,132,3,132,1770,8,132,1,132,1,132, + 3,132,1774,8,132,1,132,1,132,1,132,1,132,1,132,3,132,1781,8,132, + 1,132,1,132,1,132,1,132,1,132,5,132,1788,8,132,10,132,12,132,1791, + 9,132,1,132,1,132,1,132,3,132,1796,8,132,1,132,1,132,1,132,1,132, + 1,132,1,132,1,132,1,132,1,132,1,132,1,132,3,132,1809,8,132,1,132, + 1,132,1,132,1,132,1,132,3,132,1816,8,132,1,132,1,132,1,132,3,132, + 1821,8,132,1,132,1,132,1,132,1,132,3,132,1827,8,132,1,132,1,132, + 1,132,1,132,1,132,3,132,1834,8,132,1,132,1,132,1,132,1,132,1,132, + 3,132,1841,8,132,3,132,1843,8,132,1,133,3,133,1846,8,133,1,133,1, + 133,1,133,1,133,1,133,1,133,1,133,1,133,5,133,1856,8,133,10,133, + 12,133,1859,9,133,1,133,1,133,3,133,1863,8,133,1,133,3,133,1866, + 8,133,1,133,1,133,1,133,1,133,3,133,1872,8,133,3,133,1874,8,133, + 1,134,1,134,1,134,1,134,3,134,1880,8,134,1,134,1,134,1,134,1,134, + 1,134,1,134,1,134,1,134,1,134,1,134,1,134,1,134,1,134,1,134,1,134, + 1,134,1,134,1,134,1,134,5,134,1901,8,134,10,134,12,134,1904,9,134, + 1,135,1,135,1,135,1,135,1,135,3,135,1911,8,135,1,135,1,135,1,135, + 5,135,1916,8,135,10,135,12,135,1919,9,135,3,135,1921,8,135,1,135, + 1,135,3,135,1925,8,135,1,136,1,136,1,136,4,136,1930,8,136,11,136, + 12,136,1931,1,136,1,136,3,136,1936,8,136,1,136,1,136,1,136,1,136, + 1,136,4,136,1943,8,136,11,136,12,136,1944,1,136,1,136,3,136,1949, + 8,136,1,136,1,136,1,136,1,136,1,136,1,136,1,136,1,136,1,136,1,136, + 1,136,1,136,1,136,1,136,3,136,1965,8,136,1,136,1,136,1,136,1,136, + 1,136,1,136,1,136,3,136,1974,8,136,1,136,1,136,1,136,1,136,1,136, + 1,136,1,136,1,136,1,136,1,136,1,136,1,136,1,136,1,136,1,136,1,136, + 1,136,1,136,1,136,1,136,1,136,1,136,1,136,1,136,1,136,1,136,3,136, + 2002,8,136,1,136,1,136,1,136,1,136,1,136,5,136,2009,8,136,10,136, + 12,136,2012,9,136,1,137,1,137,1,138,1,138,1,138,1,138,3,138,2020, + 8,138,1,139,1,139,1,139,1,139,3,139,2026,8,139,1,140,1,140,3,140, + 2030,8,140,1,141,1,141,1,141,1,141,3,141,2036,8,141,1,142,1,142, + 1,143,1,143,1,144,1,144,3,144,2044,8,144,1,145,1,145,1,145,3,145, + 2049,8,145,1,146,1,146,3,146,2053,8,146,1,147,1,147,1,147,4,147, + 2058,8,147,11,147,12,147,2059,1,148,1,148,1,148,3,148,2065,8,148, + 1,149,1,149,1,149,1,149,1,149,1,150,3,150,2073,8,150,1,150,1,150, + 3,150,2077,8,150,1,151,3,151,2080,8,151,1,151,1,151,3,151,2084,8, + 151,1,152,1,152,1,152,1,153,1,153,4,153,2091,8,153,11,153,12,153, + 2092,1,153,3,153,2096,8,153,1,154,1,154,1,154,1,154,1,155,1,155, + 1,155,5,155,2105,8,155,10,155,12,155,2108,9,155,1,156,1,156,1,156, + 3,156,2113,8,156,1,157,1,157,1,158,1,158,1,159,1,159,1,159,1,159, + 1,159,1,160,1,160,1,161,1,161,1,162,1,162,1,162,3,162,2131,8,162, + 1,163,1,163,1,163,3,163,2136,8,163,1,164,1,164,1,164,3,164,2141, + 8,164,1,164,1,164,1,164,1,164,1,164,3,164,2148,8,164,3,164,2150, + 8,164,1,165,1,165,1,165,3,165,2155,8,165,1,165,1,165,1,165,1,165, + 1,165,3,165,2162,8,165,3,165,2164,8,165,1,166,1,166,1,166,3,166, + 2169,8,166,1,166,1,166,1,166,1,166,1,166,3,166,2176,8,166,3,166, + 2178,8,166,1,167,1,167,1,167,3,167,2183,8,167,1,167,1,167,1,167, + 1,167,1,167,3,167,2190,8,167,3,167,2192,8,167,1,168,1,168,1,168, + 5,168,2197,8,168,10,168,12,168,2200,9,168,1,169,1,169,1,169,1,170, + 1,170,1,170,1,170,1,171,1,171,1,171,1,172,1,172,1,172,1,172,5,172, + 2216,8,172,10,172,12,172,2219,9,172,1,172,1,172,1,173,1,173,3,173, + 2225,8,173,1,173,3,173,2228,8,173,1,174,1,174,1,174,3,174,2233,8, + 174,1,175,1,175,1,175,1,175,3,175,2239,8,175,1,176,1,176,1,176,1, + 176,1,176,1,176,3,176,2247,8,176,1,177,1,177,1,177,1,177,1,177,1, + 177,1,177,1,177,1,177,1,177,1,177,1,177,1,177,1,177,3,177,2263,8, + 177,1,178,1,178,1,178,1,178,1,178,1,178,1,178,3,178,2272,8,178,1, + 179,1,179,1,180,1,180,1,181,1,181,1,181,1,181,3,181,2282,8,181,1, + 181,1,181,1,181,1,181,1,181,3,181,2289,8,181,1,181,3,181,2292,8, + 181,1,182,1,182,1,182,1,183,1,183,1,184,1,184,1,185,1,185,1,186, + 1,186,1,187,1,187,1,188,1,188,1,189,1,189,1,190,1,190,1,191,1,191, + 1,192,1,192,1,193,1,193,1,193,1,2198,5,160,180,262,268,272,194,0, + 2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46, + 48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90, + 92,94,96,98,100,102,104,106,108,110,112,114,116,118,120,122,124, + 126,128,130,132,134,136,138,140,142,144,146,148,150,152,154,156, + 158,160,162,164,166,168,170,172,174,176,178,180,182,184,186,188, + 190,192,194,196,198,200,202,204,206,208,210,212,214,216,218,220, + 222,224,226,228,230,232,234,236,238,240,242,244,246,248,250,252, + 254,256,258,260,262,264,266,268,270,272,274,276,278,280,282,284, + 286,288,290,292,294,296,298,300,302,304,306,308,310,312,314,316, + 318,320,322,324,326,328,330,332,334,336,338,340,342,344,346,348, + 350,352,354,356,358,360,362,364,366,368,370,372,374,376,378,380, + 382,384,386,0,47,2,0,109,109,451,451,3,0,45,45,128,128,189,189,4, + 0,42,42,90,90,423,423,465,465,2,0,442,442,448,448,2,0,151,151,170, + 170,2,0,438,438,490,490,2,0,483,486,488,488,3,0,32,32,91,91,245, + 245,11,0,28,29,35,35,46,46,92,92,178,179,345,345,361,361,379,379, + 382,382,388,388,417,418,2,0,434,434,436,436,4,0,101,102,115,115, + 144,144,247,247,2,0,13,13,232,232,2,0,456,456,463,463,3,0,5,5,271, + 271,445,445,3,0,267,267,456,456,463,463,3,0,426,426,459,459,478, + 478,3,0,331,331,466,466,482,482,2,0,441,441,491,491,2,0,183,183, + 266,266,3,0,130,130,180,180,403,403,4,0,152,152,174,174,202,202, + 318,318,3,0,446,446,460,460,500,500,4,0,251,251,447,447,495,497, + 499,499,2,0,74,74,321,321,3,0,460,460,493,493,500,500,2,0,440,440, + 451,451,2,0,458,458,468,468,4,0,140,140,245,245,398,398,405,405, + 2,0,19,19,370,370,2,0,5,5,11,11,2,0,510,510,530,531,4,0,453,453, + 528,528,532,532,535,535,2,0,530,531,533,533,1,0,530,531,1,0,539, + 540,2,0,539,539,542,542,4,0,453,453,528,528,530,532,534,535,3,0, + 242,242,509,510,530,531,2,0,140,140,398,398,2,0,5,5,113,113,10,0, + 97,97,165,165,223,223,230,230,335,335,437,437,471,471,473,473,489, + 489,503,503,15,0,97,97,165,165,223,223,230,230,335,335,428,428,437, + 437,443,443,449,450,455,455,461,461,471,476,489,489,492,492,503, + 504,11,0,5,5,13,13,33,33,78,78,84,85,113,113,201,201,208,209,390, + 390,414,414,528,528,3,0,78,78,84,85,208,209,2,0,91,91,379,380,53, + 0,4,4,13,13,23,23,38,38,41,41,43,44,54,54,56,56,69,69,75,75,98,99, + 107,107,119,119,134,134,139,139,143,143,145,145,160,160,165,165, + 167,167,187,188,190,195,198,198,200,200,202,202,206,206,210,210, + 215,215,221,221,223,224,230,230,244,244,246,246,265,265,277,277, + 282,282,284,284,294,294,318,318,322,324,335,335,358,359,365,365, + 368,368,381,381,396,396,399,400,409,409,420,421,437,437,470,470, + 489,489,503,503,1,0,438,505,2525,0,391,1,0,0,0,2,401,1,0,0,0,4,415, + 1,0,0,0,6,417,1,0,0,0,8,433,1,0,0,0,10,437,1,0,0,0,12,439,1,0,0, + 0,14,442,1,0,0,0,16,453,1,0,0,0,18,461,1,0,0,0,20,469,1,0,0,0,22, + 471,1,0,0,0,24,523,1,0,0,0,26,525,1,0,0,0,28,532,1,0,0,0,30,536, + 1,0,0,0,32,540,1,0,0,0,34,544,1,0,0,0,36,598,1,0,0,0,38,604,1,0, + 0,0,40,610,1,0,0,0,42,612,1,0,0,0,44,654,1,0,0,0,46,668,1,0,0,0, + 48,670,1,0,0,0,50,681,1,0,0,0,52,685,1,0,0,0,54,687,1,0,0,0,56,689, + 1,0,0,0,58,737,1,0,0,0,60,739,1,0,0,0,62,743,1,0,0,0,64,751,1,0, + 0,0,66,759,1,0,0,0,68,763,1,0,0,0,70,798,1,0,0,0,72,814,1,0,0,0, + 74,816,1,0,0,0,76,826,1,0,0,0,78,828,1,0,0,0,80,835,1,0,0,0,82,837, + 1,0,0,0,84,845,1,0,0,0,86,853,1,0,0,0,88,855,1,0,0,0,90,859,1,0, + 0,0,92,863,1,0,0,0,94,886,1,0,0,0,96,890,1,0,0,0,98,892,1,0,0,0, + 100,908,1,0,0,0,102,910,1,0,0,0,104,915,1,0,0,0,106,927,1,0,0,0, + 108,946,1,0,0,0,110,966,1,0,0,0,112,977,1,0,0,0,114,979,1,0,0,0, + 116,992,1,0,0,0,118,999,1,0,0,0,120,1002,1,0,0,0,122,1011,1,0,0, + 0,124,1015,1,0,0,0,126,1019,1,0,0,0,128,1022,1,0,0,0,130,1030,1, + 0,0,0,132,1035,1,0,0,0,134,1052,1,0,0,0,136,1059,1,0,0,0,138,1069, + 1,0,0,0,140,1078,1,0,0,0,142,1088,1,0,0,0,144,1107,1,0,0,0,146,1109, + 1,0,0,0,148,1122,1,0,0,0,150,1125,1,0,0,0,152,1134,1,0,0,0,154,1147, + 1,0,0,0,156,1149,1,0,0,0,158,1162,1,0,0,0,160,1197,1,0,0,0,162,1216, + 1,0,0,0,164,1225,1,0,0,0,166,1234,1,0,0,0,168,1253,1,0,0,0,170,1275, + 1,0,0,0,172,1277,1,0,0,0,174,1307,1,0,0,0,176,1321,1,0,0,0,178,1323, + 1,0,0,0,180,1337,1,0,0,0,182,1363,1,0,0,0,184,1396,1,0,0,0,186,1398, + 1,0,0,0,188,1404,1,0,0,0,190,1406,1,0,0,0,192,1411,1,0,0,0,194,1416, + 1,0,0,0,196,1428,1,0,0,0,198,1445,1,0,0,0,200,1447,1,0,0,0,202,1449, + 1,0,0,0,204,1458,1,0,0,0,206,1460,1,0,0,0,208,1463,1,0,0,0,210,1513, + 1,0,0,0,212,1515,1,0,0,0,214,1518,1,0,0,0,216,1520,1,0,0,0,218,1527, + 1,0,0,0,220,1529,1,0,0,0,222,1531,1,0,0,0,224,1534,1,0,0,0,226,1543, + 1,0,0,0,228,1548,1,0,0,0,230,1562,1,0,0,0,232,1590,1,0,0,0,234,1600, + 1,0,0,0,236,1608,1,0,0,0,238,1613,1,0,0,0,240,1645,1,0,0,0,242,1647, + 1,0,0,0,244,1656,1,0,0,0,246,1667,1,0,0,0,248,1679,1,0,0,0,250,1705, + 1,0,0,0,252,1707,1,0,0,0,254,1725,1,0,0,0,256,1727,1,0,0,0,258,1732, + 1,0,0,0,260,1735,1,0,0,0,262,1749,1,0,0,0,264,1842,1,0,0,0,266,1873, + 1,0,0,0,268,1879,1,0,0,0,270,1924,1,0,0,0,272,2001,1,0,0,0,274,2013, + 1,0,0,0,276,2019,1,0,0,0,278,2025,1,0,0,0,280,2029,1,0,0,0,282,2035, + 1,0,0,0,284,2037,1,0,0,0,286,2039,1,0,0,0,288,2043,1,0,0,0,290,2045, + 1,0,0,0,292,2050,1,0,0,0,294,2057,1,0,0,0,296,2061,1,0,0,0,298,2066, + 1,0,0,0,300,2076,1,0,0,0,302,2079,1,0,0,0,304,2085,1,0,0,0,306,2095, + 1,0,0,0,308,2097,1,0,0,0,310,2101,1,0,0,0,312,2112,1,0,0,0,314,2114, + 1,0,0,0,316,2116,1,0,0,0,318,2118,1,0,0,0,320,2123,1,0,0,0,322,2125, + 1,0,0,0,324,2127,1,0,0,0,326,2132,1,0,0,0,328,2149,1,0,0,0,330,2163, + 1,0,0,0,332,2177,1,0,0,0,334,2191,1,0,0,0,336,2193,1,0,0,0,338,2201, + 1,0,0,0,340,2204,1,0,0,0,342,2208,1,0,0,0,344,2211,1,0,0,0,346,2222, + 1,0,0,0,348,2232,1,0,0,0,350,2238,1,0,0,0,352,2246,1,0,0,0,354,2262, + 1,0,0,0,356,2271,1,0,0,0,358,2273,1,0,0,0,360,2275,1,0,0,0,362,2291, + 1,0,0,0,364,2293,1,0,0,0,366,2296,1,0,0,0,368,2298,1,0,0,0,370,2300, + 1,0,0,0,372,2302,1,0,0,0,374,2304,1,0,0,0,376,2306,1,0,0,0,378,2308, + 1,0,0,0,380,2310,1,0,0,0,382,2312,1,0,0,0,384,2314,1,0,0,0,386,2316, + 1,0,0,0,388,390,3,2,1,0,389,388,1,0,0,0,390,393,1,0,0,0,391,389, + 1,0,0,0,391,392,1,0,0,0,392,394,1,0,0,0,393,391,1,0,0,0,394,395, + 5,0,0,1,395,1,1,0,0,0,396,398,3,4,2,0,397,399,5,522,0,0,398,397, + 1,0,0,0,398,399,1,0,0,0,399,402,1,0,0,0,400,402,3,6,3,0,401,396, + 1,0,0,0,401,400,1,0,0,0,402,3,1,0,0,0,403,416,3,8,4,0,404,416,3, + 10,5,0,405,416,3,12,6,0,406,416,3,14,7,0,407,416,3,20,10,0,408,416, + 3,24,12,0,409,416,3,26,13,0,410,416,3,28,14,0,411,416,3,30,15,0, + 412,416,3,32,16,0,413,416,3,34,17,0,414,416,3,36,18,0,415,403,1, + 0,0,0,415,404,1,0,0,0,415,405,1,0,0,0,415,406,1,0,0,0,415,407,1, + 0,0,0,415,408,1,0,0,0,415,409,1,0,0,0,415,410,1,0,0,0,415,411,1, + 0,0,0,415,412,1,0,0,0,415,413,1,0,0,0,415,414,1,0,0,0,416,5,1,0, + 0,0,417,418,5,522,0,0,418,7,1,0,0,0,419,434,3,40,20,0,420,434,3, + 104,52,0,421,434,3,106,53,0,422,434,3,108,54,0,423,434,3,102,51, + 0,424,434,3,114,57,0,425,434,3,128,64,0,426,434,3,130,65,0,427,434, + 3,132,66,0,428,434,3,134,67,0,429,434,3,136,68,0,430,434,3,138,69, + 0,431,434,3,140,70,0,432,434,3,142,71,0,433,419,1,0,0,0,433,420, + 1,0,0,0,433,421,1,0,0,0,433,422,1,0,0,0,433,423,1,0,0,0,433,424, + 1,0,0,0,433,425,1,0,0,0,433,426,1,0,0,0,433,427,1,0,0,0,433,428, + 1,0,0,0,433,429,1,0,0,0,433,430,1,0,0,0,433,431,1,0,0,0,433,432, + 1,0,0,0,434,9,1,0,0,0,435,438,3,160,80,0,436,438,3,144,72,0,437, + 435,1,0,0,0,437,436,1,0,0,0,438,11,1,0,0,0,439,440,7,0,0,0,440,441, + 3,330,165,0,441,13,1,0,0,0,442,446,5,135,0,0,443,447,3,16,8,0,444, + 445,5,480,0,0,445,447,5,146,0,0,446,443,1,0,0,0,446,444,1,0,0,0, + 446,447,1,0,0,0,447,451,1,0,0,0,448,452,3,10,5,0,449,452,3,146,73, + 0,450,452,3,158,79,0,451,448,1,0,0,0,451,449,1,0,0,0,451,450,1,0, + 0,0,452,15,1,0,0,0,453,458,3,18,9,0,454,455,5,521,0,0,455,457,3, + 18,9,0,456,454,1,0,0,0,457,460,1,0,0,0,458,456,1,0,0,0,458,459,1, + 0,0,0,459,17,1,0,0,0,460,458,1,0,0,0,461,462,7,1,0,0,462,19,1,0, + 0,0,463,464,5,411,0,0,464,465,5,442,0,0,465,470,3,320,160,0,466, + 467,5,411,0,0,467,470,3,324,162,0,468,470,3,22,11,0,469,463,1,0, + 0,0,469,466,1,0,0,0,469,468,1,0,0,0,470,21,1,0,0,0,471,472,5,411, + 0,0,472,473,5,228,0,0,473,478,3,336,168,0,474,475,5,521,0,0,475, + 477,3,336,168,0,476,474,1,0,0,0,477,480,1,0,0,0,478,476,1,0,0,0, + 478,479,1,0,0,0,479,23,1,0,0,0,480,478,1,0,0,0,481,482,5,342,0,0, + 482,524,7,2,0,0,483,484,5,342,0,0,484,485,5,76,0,0,485,524,7,3,0, + 0,486,487,5,342,0,0,487,490,5,375,0,0,488,489,7,4,0,0,489,491,3, + 324,162,0,490,488,1,0,0,0,490,491,1,0,0,0,491,493,1,0,0,0,492,494, + 3,266,133,0,493,492,1,0,0,0,493,494,1,0,0,0,494,524,1,0,0,0,495, + 496,5,342,0,0,496,497,5,58,0,0,497,500,7,4,0,0,498,501,3,332,166, + 0,499,501,3,330,165,0,500,498,1,0,0,0,500,499,1,0,0,0,501,503,1, + 0,0,0,502,504,3,266,133,0,503,502,1,0,0,0,503,504,1,0,0,0,504,524, + 1,0,0,0,505,506,5,342,0,0,506,511,5,72,0,0,507,508,5,374,0,0,508, + 512,3,330,165,0,509,510,5,502,0,0,510,512,3,332,166,0,511,507,1, + 0,0,0,511,509,1,0,0,0,512,524,1,0,0,0,513,515,5,342,0,0,514,516, + 5,412,0,0,515,514,1,0,0,0,515,516,1,0,0,0,516,517,1,0,0,0,517,524, + 5,154,0,0,518,520,5,342,0,0,519,521,5,152,0,0,520,519,1,0,0,0,520, + 521,1,0,0,0,521,522,1,0,0,0,522,524,5,228,0,0,523,481,1,0,0,0,523, + 483,1,0,0,0,523,486,1,0,0,0,523,495,1,0,0,0,523,505,1,0,0,0,523, + 513,1,0,0,0,523,518,1,0,0,0,524,25,1,0,0,0,525,526,5,469,0,0,526, + 527,5,227,0,0,527,530,3,336,168,0,528,529,5,434,0,0,529,531,3,344, + 172,0,530,528,1,0,0,0,530,531,1,0,0,0,531,27,1,0,0,0,532,533,5,501, + 0,0,533,534,5,227,0,0,534,535,3,336,168,0,535,29,1,0,0,0,536,538, + 5,341,0,0,537,539,3,346,173,0,538,537,1,0,0,0,538,539,1,0,0,0,539, + 31,1,0,0,0,540,542,5,313,0,0,541,543,3,348,174,0,542,541,1,0,0,0, + 542,543,1,0,0,0,543,33,1,0,0,0,544,545,7,5,0,0,545,546,5,464,0,0, + 546,547,3,112,56,0,547,35,1,0,0,0,548,549,5,438,0,0,549,550,5,464, + 0,0,550,551,5,434,0,0,551,554,3,38,19,0,552,553,5,17,0,0,553,555, + 3,336,168,0,554,552,1,0,0,0,554,555,1,0,0,0,555,599,1,0,0,0,556, + 557,5,438,0,0,557,558,5,457,0,0,558,559,5,434,0,0,559,562,3,38,19, + 0,560,561,5,17,0,0,561,563,3,336,168,0,562,560,1,0,0,0,562,563,1, + 0,0,0,563,566,1,0,0,0,564,565,5,312,0,0,565,567,3,336,168,0,566, + 564,1,0,0,0,566,567,1,0,0,0,567,599,1,0,0,0,568,569,5,438,0,0,569, + 570,7,6,0,0,570,571,5,434,0,0,571,572,3,38,19,0,572,573,5,312,0, + 0,573,574,3,336,168,0,574,599,1,0,0,0,575,576,5,438,0,0,576,577, + 5,487,0,0,577,599,3,38,19,0,578,579,5,438,0,0,579,580,5,454,0,0, + 580,581,5,457,0,0,581,582,5,434,0,0,582,583,3,38,19,0,583,584,5, + 312,0,0,584,585,3,336,168,0,585,586,5,467,0,0,586,587,3,336,168, + 0,587,599,1,0,0,0,588,589,5,438,0,0,589,590,5,444,0,0,590,591,5, + 457,0,0,591,592,5,434,0,0,592,593,3,38,19,0,593,594,5,146,0,0,594, + 595,3,336,168,0,595,596,5,17,0,0,596,597,3,336,168,0,597,599,1,0, + 0,0,598,548,1,0,0,0,598,556,1,0,0,0,598,568,1,0,0,0,598,575,1,0, + 0,0,598,578,1,0,0,0,598,588,1,0,0,0,599,37,1,0,0,0,600,602,5,535, + 0,0,601,600,1,0,0,0,601,602,1,0,0,0,602,603,1,0,0,0,603,605,3,336, + 168,0,604,601,1,0,0,0,605,606,1,0,0,0,606,604,1,0,0,0,606,607,1, + 0,0,0,607,39,1,0,0,0,608,611,3,42,21,0,609,611,3,44,22,0,610,608, + 1,0,0,0,610,609,1,0,0,0,611,41,1,0,0,0,612,614,5,72,0,0,613,615, + 5,498,0,0,614,613,1,0,0,0,614,615,1,0,0,0,615,616,1,0,0,0,616,618, + 5,374,0,0,617,619,3,340,170,0,618,617,1,0,0,0,618,619,1,0,0,0,619, + 620,1,0,0,0,620,621,3,328,164,0,621,622,5,517,0,0,622,627,3,46,23, + 0,623,624,5,521,0,0,624,626,3,46,23,0,625,623,1,0,0,0,626,629,1, + 0,0,0,627,625,1,0,0,0,627,628,1,0,0,0,628,632,1,0,0,0,629,627,1, + 0,0,0,630,631,5,521,0,0,631,633,3,82,41,0,632,630,1,0,0,0,632,633, + 1,0,0,0,633,636,1,0,0,0,634,635,5,521,0,0,635,637,3,84,42,0,636, + 634,1,0,0,0,636,637,1,0,0,0,637,640,1,0,0,0,638,639,5,521,0,0,639, + 641,3,88,44,0,640,638,1,0,0,0,640,641,1,0,0,0,641,642,1,0,0,0,642, + 645,5,518,0,0,643,644,5,59,0,0,644,646,5,538,0,0,645,643,1,0,0,0, + 645,646,1,0,0,0,646,648,1,0,0,0,647,649,3,90,45,0,648,647,1,0,0, + 0,648,649,1,0,0,0,649,650,1,0,0,0,650,652,3,338,169,0,651,653,3, + 98,49,0,652,651,1,0,0,0,652,653,1,0,0,0,653,43,1,0,0,0,654,655,5, + 72,0,0,655,657,5,374,0,0,656,658,3,340,170,0,657,656,1,0,0,0,657, + 658,1,0,0,0,658,659,1,0,0,0,659,660,3,328,164,0,660,663,3,338,169, + 0,661,662,5,17,0,0,662,664,3,160,80,0,663,661,1,0,0,0,663,664,1, + 0,0,0,664,45,1,0,0,0,665,669,3,48,24,0,666,669,3,74,37,0,667,669, + 3,78,39,0,668,665,1,0,0,0,668,666,1,0,0,0,668,667,1,0,0,0,669,47, + 1,0,0,0,670,671,3,50,25,0,671,673,3,58,29,0,672,674,3,72,36,0,673, + 672,1,0,0,0,673,674,1,0,0,0,674,677,1,0,0,0,675,676,5,59,0,0,676, + 678,5,538,0,0,677,675,1,0,0,0,677,678,1,0,0,0,678,49,1,0,0,0,679, + 682,3,336,168,0,680,682,3,260,130,0,681,679,1,0,0,0,681,680,1,0, + 0,0,682,51,1,0,0,0,683,686,3,336,168,0,684,686,4,26,0,0,685,683, + 1,0,0,0,685,684,1,0,0,0,686,53,1,0,0,0,687,688,3,336,168,0,688,55, + 1,0,0,0,689,690,5,517,0,0,690,695,3,52,26,0,691,692,5,521,0,0,692, + 694,3,52,26,0,693,691,1,0,0,0,694,697,1,0,0,0,695,693,1,0,0,0,695, + 696,1,0,0,0,696,698,1,0,0,0,697,695,1,0,0,0,698,699,5,518,0,0,699, + 57,1,0,0,0,700,738,7,7,0,0,701,703,7,8,0,0,702,704,3,60,30,0,703, + 702,1,0,0,0,703,704,1,0,0,0,704,738,1,0,0,0,705,707,5,380,0,0,706, + 708,3,60,30,0,707,706,1,0,0,0,707,708,1,0,0,0,708,715,1,0,0,0,709, + 711,7,9,0,0,710,712,5,207,0,0,711,710,1,0,0,0,711,712,1,0,0,0,712, + 713,1,0,0,0,713,714,5,379,0,0,714,716,5,505,0,0,715,709,1,0,0,0, + 715,716,1,0,0,0,716,738,1,0,0,0,717,719,7,10,0,0,718,720,3,62,31, + 0,719,718,1,0,0,0,719,720,1,0,0,0,720,738,1,0,0,0,721,723,7,11,0, + 0,722,724,3,66,33,0,723,722,1,0,0,0,723,724,1,0,0,0,724,738,1,0, + 0,0,725,727,5,470,0,0,726,728,3,68,34,0,727,726,1,0,0,0,727,728, + 1,0,0,0,728,738,1,0,0,0,729,731,5,322,0,0,730,732,3,70,35,0,731, + 730,1,0,0,0,731,732,1,0,0,0,732,738,1,0,0,0,733,735,5,295,0,0,734, + 736,3,64,32,0,735,734,1,0,0,0,735,736,1,0,0,0,736,738,1,0,0,0,737, + 700,1,0,0,0,737,701,1,0,0,0,737,705,1,0,0,0,737,717,1,0,0,0,737, + 721,1,0,0,0,737,725,1,0,0,0,737,729,1,0,0,0,737,733,1,0,0,0,738, + 59,1,0,0,0,739,740,5,517,0,0,740,741,3,368,184,0,741,742,5,518,0, + 0,742,61,1,0,0,0,743,744,5,517,0,0,744,747,3,368,184,0,745,746,5, + 521,0,0,746,748,3,368,184,0,747,745,1,0,0,0,747,748,1,0,0,0,748, + 749,1,0,0,0,749,750,5,518,0,0,750,63,1,0,0,0,751,752,5,517,0,0,752, + 755,3,366,183,0,753,754,5,521,0,0,754,756,3,366,183,0,755,753,1, + 0,0,0,755,756,1,0,0,0,756,757,1,0,0,0,757,758,5,518,0,0,758,65,1, + 0,0,0,759,760,5,508,0,0,760,761,3,58,29,0,761,762,5,507,0,0,762, + 67,1,0,0,0,763,764,5,508,0,0,764,765,3,58,29,0,765,766,5,521,0,0, + 766,767,3,58,29,0,767,768,1,0,0,0,768,769,5,507,0,0,769,69,1,0,0, + 0,770,771,5,508,0,0,771,772,3,52,26,0,772,779,3,58,29,0,773,774, + 5,521,0,0,774,775,3,52,26,0,775,776,3,58,29,0,776,778,1,0,0,0,777, + 773,1,0,0,0,778,781,1,0,0,0,779,777,1,0,0,0,779,780,1,0,0,0,780, + 782,1,0,0,0,781,779,1,0,0,0,782,783,5,507,0,0,783,799,1,0,0,0,784, + 785,5,517,0,0,785,786,3,52,26,0,786,793,3,58,29,0,787,788,5,521, + 0,0,788,789,3,52,26,0,789,790,3,58,29,0,790,792,1,0,0,0,791,787, + 1,0,0,0,792,795,1,0,0,0,793,791,1,0,0,0,793,794,1,0,0,0,794,796, + 1,0,0,0,795,793,1,0,0,0,796,797,5,518,0,0,797,799,1,0,0,0,798,770, + 1,0,0,0,798,784,1,0,0,0,799,71,1,0,0,0,800,801,5,64,0,0,801,803, + 3,86,43,0,802,800,1,0,0,0,802,803,1,0,0,0,803,804,1,0,0,0,804,805, + 5,289,0,0,805,808,5,467,0,0,806,807,5,242,0,0,807,809,5,125,0,0, + 808,806,1,0,0,0,808,809,1,0,0,0,809,815,1,0,0,0,810,812,5,242,0, + 0,811,810,1,0,0,0,811,812,1,0,0,0,812,813,1,0,0,0,813,815,5,245, + 0,0,814,802,1,0,0,0,814,811,1,0,0,0,815,73,1,0,0,0,816,817,3,50, + 25,0,817,818,3,58,29,0,818,821,5,219,0,0,819,820,5,151,0,0,820,822, + 3,76,38,0,821,819,1,0,0,0,821,822,1,0,0,0,822,824,1,0,0,0,823,825, + 5,424,0,0,824,823,1,0,0,0,824,825,1,0,0,0,825,75,1,0,0,0,826,827, + 5,538,0,0,827,77,1,0,0,0,828,829,3,50,25,0,829,830,5,17,0,0,830, + 833,3,80,40,0,831,832,5,59,0,0,832,834,5,538,0,0,833,831,1,0,0,0, + 833,834,1,0,0,0,834,79,1,0,0,0,835,836,3,260,130,0,836,81,1,0,0, + 0,837,838,5,425,0,0,838,839,5,146,0,0,839,840,3,52,26,0,840,841, + 5,17,0,0,841,842,3,260,130,0,842,83,1,0,0,0,843,844,5,64,0,0,844, + 846,3,86,43,0,845,843,1,0,0,0,845,846,1,0,0,0,846,847,1,0,0,0,847, + 848,5,289,0,0,848,849,5,467,0,0,849,850,3,56,28,0,850,851,5,242, + 0,0,851,852,5,125,0,0,852,85,1,0,0,0,853,854,3,312,156,0,854,87, + 1,0,0,0,855,856,5,278,0,0,856,857,5,146,0,0,857,858,5,372,0,0,858, + 89,1,0,0,0,859,860,5,270,0,0,860,861,5,34,0,0,861,862,3,92,46,0, + 862,91,1,0,0,0,863,864,5,517,0,0,864,869,3,94,47,0,865,866,5,521, + 0,0,866,868,3,94,47,0,867,865,1,0,0,0,868,871,1,0,0,0,869,867,1, + 0,0,0,869,870,1,0,0,0,870,872,1,0,0,0,871,869,1,0,0,0,872,873,5, + 518,0,0,873,93,1,0,0,0,874,887,3,52,26,0,875,876,5,517,0,0,876,881, + 3,96,48,0,877,878,5,521,0,0,878,880,3,96,48,0,879,877,1,0,0,0,880, + 883,1,0,0,0,881,879,1,0,0,0,881,882,1,0,0,0,882,884,1,0,0,0,883, + 881,1,0,0,0,884,885,5,518,0,0,885,887,1,0,0,0,886,874,1,0,0,0,886, + 875,1,0,0,0,887,95,1,0,0,0,888,891,3,288,144,0,889,891,3,362,181, + 0,890,888,1,0,0,0,890,889,1,0,0,0,891,97,1,0,0,0,892,893,5,203,0, + 0,893,902,3,330,165,0,894,898,5,517,0,0,895,897,3,100,50,0,896,895, + 1,0,0,0,897,900,1,0,0,0,898,896,1,0,0,0,898,899,1,0,0,0,899,901, + 1,0,0,0,900,898,1,0,0,0,901,903,5,518,0,0,902,894,1,0,0,0,902,903, + 1,0,0,0,903,99,1,0,0,0,904,905,7,12,0,0,905,909,7,13,0,0,906,907, + 7,14,0,0,907,909,7,15,0,0,908,904,1,0,0,0,908,906,1,0,0,0,909,101, + 1,0,0,0,910,911,5,72,0,0,911,912,5,442,0,0,912,913,3,322,161,0,913, + 914,3,338,169,0,914,103,1,0,0,0,915,916,5,72,0,0,916,918,5,448,0, + 0,917,919,3,340,170,0,918,917,1,0,0,0,918,919,1,0,0,0,919,920,1, + 0,0,0,920,923,3,326,163,0,921,922,5,59,0,0,922,924,5,538,0,0,923, + 921,1,0,0,0,923,924,1,0,0,0,924,925,1,0,0,0,925,926,3,338,169,0, + 926,105,1,0,0,0,927,929,5,72,0,0,928,930,5,498,0,0,929,928,1,0,0, + 0,929,930,1,0,0,0,930,931,1,0,0,0,931,933,5,502,0,0,932,934,3,340, + 170,0,933,932,1,0,0,0,933,934,1,0,0,0,934,935,1,0,0,0,935,937,3, + 334,167,0,936,938,3,56,28,0,937,936,1,0,0,0,937,938,1,0,0,0,938, + 941,1,0,0,0,939,940,5,59,0,0,940,942,5,538,0,0,941,939,1,0,0,0,941, + 942,1,0,0,0,942,943,1,0,0,0,943,944,5,17,0,0,944,945,3,160,80,0, + 945,107,1,0,0,0,946,950,5,72,0,0,947,951,5,498,0,0,948,949,5,498, + 0,0,949,951,5,371,0,0,950,947,1,0,0,0,950,948,1,0,0,0,950,951,1, + 0,0,0,951,952,1,0,0,0,952,954,5,153,0,0,953,955,3,340,170,0,954, + 953,1,0,0,0,954,955,1,0,0,0,955,956,1,0,0,0,956,957,3,274,137,0, + 957,958,5,17,0,0,958,961,3,312,156,0,959,960,5,196,0,0,960,962,7, + 16,0,0,961,959,1,0,0,0,961,962,1,0,0,0,962,964,1,0,0,0,963,965,3, + 110,55,0,964,963,1,0,0,0,964,965,1,0,0,0,965,109,1,0,0,0,966,967, + 5,413,0,0,967,968,5,464,0,0,968,974,3,112,56,0,969,970,5,521,0,0, + 970,971,5,464,0,0,971,973,3,112,56,0,972,969,1,0,0,0,973,976,1,0, + 0,0,974,972,1,0,0,0,974,975,1,0,0,0,975,111,1,0,0,0,976,974,1,0, + 0,0,977,978,5,538,0,0,978,113,1,0,0,0,979,980,5,8,0,0,980,982,5, + 374,0,0,981,983,3,342,171,0,982,981,1,0,0,0,982,983,1,0,0,0,983, + 984,1,0,0,0,984,990,3,330,165,0,985,991,3,116,58,0,986,991,3,118, + 59,0,987,991,3,120,60,0,988,991,3,122,61,0,989,991,3,124,62,0,990, + 985,1,0,0,0,990,986,1,0,0,0,990,987,1,0,0,0,990,988,1,0,0,0,990, + 989,1,0,0,0,991,115,1,0,0,0,992,994,5,312,0,0,993,995,3,336,168, + 0,994,993,1,0,0,0,994,995,1,0,0,0,995,996,1,0,0,0,996,997,5,389, + 0,0,997,998,3,336,168,0,998,117,1,0,0,0,999,1000,5,341,0,0,1000, + 1001,3,344,172,0,1001,119,1,0,0,0,1002,1003,5,438,0,0,1003,1004, + 5,64,0,0,1004,1005,3,86,43,0,1005,1006,5,289,0,0,1006,1007,5,467, + 0,0,1007,1009,3,56,28,0,1008,1010,3,126,63,0,1009,1008,1,0,0,0,1009, + 1010,1,0,0,0,1010,121,1,0,0,0,1011,1012,5,116,0,0,1012,1013,5,64, + 0,0,1013,1014,3,86,43,0,1014,123,1,0,0,0,1015,1016,5,438,0,0,1016, + 1017,5,404,0,0,1017,1018,3,56,28,0,1018,125,1,0,0,0,1019,1020,5, + 242,0,0,1020,1021,5,125,0,0,1021,127,1,0,0,0,1022,1023,5,8,0,0,1023, + 1024,5,502,0,0,1024,1028,3,332,166,0,1025,1029,3,116,58,0,1026,1027, + 5,17,0,0,1027,1029,3,160,80,0,1028,1025,1,0,0,0,1028,1026,1,0,0, + 0,1029,129,1,0,0,0,1030,1031,5,8,0,0,1031,1032,5,448,0,0,1032,1033, + 3,324,162,0,1033,1034,3,118,59,0,1034,131,1,0,0,0,1035,1039,5,8, + 0,0,1036,1040,5,498,0,0,1037,1038,5,498,0,0,1038,1040,5,371,0,0, + 1039,1036,1,0,0,0,1039,1037,1,0,0,0,1039,1040,1,0,0,0,1040,1041, + 1,0,0,0,1041,1043,5,153,0,0,1042,1044,3,342,171,0,1043,1042,1,0, + 0,0,1043,1044,1,0,0,0,1044,1045,1,0,0,0,1045,1046,3,276,138,0,1046, + 1047,5,17,0,0,1047,1050,3,312,156,0,1048,1049,5,196,0,0,1049,1051, + 7,16,0,0,1050,1048,1,0,0,0,1050,1051,1,0,0,0,1051,133,1,0,0,0,1052, + 1053,5,116,0,0,1053,1055,5,442,0,0,1054,1056,3,342,171,0,1055,1054, + 1,0,0,0,1055,1056,1,0,0,0,1056,1057,1,0,0,0,1057,1058,3,320,160, + 0,1058,135,1,0,0,0,1059,1061,5,116,0,0,1060,1062,5,498,0,0,1061, + 1060,1,0,0,0,1061,1062,1,0,0,0,1062,1063,1,0,0,0,1063,1065,5,374, + 0,0,1064,1066,3,342,171,0,1065,1064,1,0,0,0,1065,1066,1,0,0,0,1066, + 1067,1,0,0,0,1067,1068,3,330,165,0,1068,137,1,0,0,0,1069,1070,5, + 116,0,0,1070,1072,5,448,0,0,1071,1073,3,342,171,0,1072,1071,1,0, + 0,0,1072,1073,1,0,0,0,1073,1074,1,0,0,0,1074,1076,3,324,162,0,1075, + 1077,7,17,0,0,1076,1075,1,0,0,0,1076,1077,1,0,0,0,1077,139,1,0,0, + 0,1078,1080,5,116,0,0,1079,1081,5,498,0,0,1080,1079,1,0,0,0,1080, + 1081,1,0,0,0,1081,1082,1,0,0,0,1082,1084,5,502,0,0,1083,1085,3,342, + 171,0,1084,1083,1,0,0,0,1084,1085,1,0,0,0,1085,1086,1,0,0,0,1086, + 1087,3,332,166,0,1087,141,1,0,0,0,1088,1092,5,116,0,0,1089,1093, + 5,498,0,0,1090,1091,5,498,0,0,1091,1093,5,371,0,0,1092,1089,1,0, + 0,0,1092,1090,1,0,0,0,1092,1093,1,0,0,0,1093,1094,1,0,0,0,1094,1096, + 5,153,0,0,1095,1097,3,342,171,0,1096,1095,1,0,0,0,1096,1097,1,0, + 0,0,1097,1098,1,0,0,0,1098,1099,3,276,138,0,1099,143,1,0,0,0,1100, + 1102,5,132,0,0,1101,1100,1,0,0,0,1101,1102,1,0,0,0,1102,1103,1,0, + 0,0,1103,1108,3,146,73,0,1104,1108,3,156,78,0,1105,1106,5,132,0, + 0,1106,1108,3,158,79,0,1107,1101,1,0,0,0,1107,1104,1,0,0,0,1107, + 1105,1,0,0,0,1108,145,1,0,0,0,1109,1110,5,177,0,0,1110,1111,7,18, + 0,0,1111,1120,3,330,165,0,1112,1114,3,148,74,0,1113,1112,1,0,0,0, + 1113,1114,1,0,0,0,1114,1116,1,0,0,0,1115,1117,3,56,28,0,1116,1115, + 1,0,0,0,1116,1117,1,0,0,0,1117,1118,1,0,0,0,1118,1121,3,160,80,0, + 1119,1121,3,150,75,0,1120,1113,1,0,0,0,1120,1119,1,0,0,0,1121,147, + 1,0,0,0,1122,1123,5,269,0,0,1123,1124,3,344,172,0,1124,149,1,0,0, + 0,1125,1126,5,415,0,0,1126,1131,3,152,76,0,1127,1128,5,521,0,0,1128, + 1130,3,152,76,0,1129,1127,1,0,0,0,1130,1133,1,0,0,0,1131,1129,1, + 0,0,0,1131,1132,1,0,0,0,1132,151,1,0,0,0,1133,1131,1,0,0,0,1134, + 1135,5,517,0,0,1135,1140,3,154,77,0,1136,1137,5,521,0,0,1137,1139, + 3,154,77,0,1138,1136,1,0,0,0,1139,1142,1,0,0,0,1140,1138,1,0,0,0, + 1140,1141,1,0,0,0,1141,1143,1,0,0,0,1142,1140,1,0,0,0,1143,1144, + 5,518,0,0,1144,153,1,0,0,0,1145,1148,3,362,181,0,1146,1148,3,270, + 135,0,1147,1145,1,0,0,0,1147,1146,1,0,0,0,1148,155,1,0,0,0,1149, + 1150,5,24,0,0,1150,1151,5,355,0,0,1151,1152,5,341,0,0,1152,1156, + 5,522,0,0,1153,1154,3,146,73,0,1154,1155,5,522,0,0,1155,1157,1,0, + 0,0,1156,1153,1,0,0,0,1157,1158,1,0,0,0,1158,1156,1,0,0,0,1158,1159, + 1,0,0,0,1159,1160,1,0,0,0,1160,1161,5,122,0,0,1161,157,1,0,0,0,1162, + 1163,5,355,0,0,1163,1164,5,341,0,0,1164,1168,5,24,0,0,1165,1166, + 3,146,73,0,1166,1167,5,522,0,0,1167,1169,1,0,0,0,1168,1165,1,0,0, + 0,1169,1170,1,0,0,0,1170,1168,1,0,0,0,1170,1171,1,0,0,0,1171,1172, + 1,0,0,0,1172,1173,5,122,0,0,1173,159,1,0,0,0,1174,1175,6,80,-1,0, + 1175,1198,3,162,81,0,1176,1177,3,164,82,0,1177,1178,3,160,80,5,1178, + 1198,1,0,0,0,1179,1180,5,517,0,0,1180,1181,3,160,80,0,1181,1182, + 5,518,0,0,1182,1198,1,0,0,0,1183,1185,3,172,86,0,1184,1186,3,232, + 116,0,1185,1184,1,0,0,0,1185,1186,1,0,0,0,1186,1188,1,0,0,0,1187, + 1189,3,236,118,0,1188,1187,1,0,0,0,1188,1189,1,0,0,0,1189,1198,1, + 0,0,0,1190,1192,3,170,85,0,1191,1193,3,232,116,0,1192,1191,1,0,0, + 0,1192,1193,1,0,0,0,1193,1195,1,0,0,0,1194,1196,3,236,118,0,1195, + 1194,1,0,0,0,1195,1196,1,0,0,0,1196,1198,1,0,0,0,1197,1174,1,0,0, + 0,1197,1176,1,0,0,0,1197,1179,1,0,0,0,1197,1183,1,0,0,0,1197,1190, + 1,0,0,0,1198,1213,1,0,0,0,1199,1200,10,3,0,0,1200,1202,7,19,0,0, + 1201,1203,5,5,0,0,1202,1201,1,0,0,0,1202,1203,1,0,0,0,1203,1204, + 1,0,0,0,1204,1206,3,160,80,0,1205,1207,3,232,116,0,1206,1205,1,0, + 0,0,1206,1207,1,0,0,0,1207,1209,1,0,0,0,1208,1210,3,236,118,0,1209, + 1208,1,0,0,0,1209,1210,1,0,0,0,1210,1212,1,0,0,0,1211,1199,1,0,0, + 0,1212,1215,1,0,0,0,1213,1211,1,0,0,0,1213,1214,1,0,0,0,1214,161, + 1,0,0,0,1215,1213,1,0,0,0,1216,1217,5,415,0,0,1217,1222,3,260,130, + 0,1218,1219,5,521,0,0,1219,1221,3,260,130,0,1220,1218,1,0,0,0,1221, + 1224,1,0,0,0,1222,1220,1,0,0,0,1222,1223,1,0,0,0,1223,163,1,0,0, + 0,1224,1222,1,0,0,0,1225,1226,5,434,0,0,1226,1231,3,166,83,0,1227, + 1228,5,521,0,0,1228,1230,3,166,83,0,1229,1227,1,0,0,0,1230,1233, + 1,0,0,0,1231,1229,1,0,0,0,1231,1232,1,0,0,0,1232,165,1,0,0,0,1233, + 1231,1,0,0,0,1234,1246,3,168,84,0,1235,1236,5,517,0,0,1236,1241, + 3,52,26,0,1237,1238,5,521,0,0,1238,1240,3,52,26,0,1239,1237,1,0, + 0,0,1240,1243,1,0,0,0,1241,1239,1,0,0,0,1241,1242,1,0,0,0,1242,1244, + 1,0,0,0,1243,1241,1,0,0,0,1244,1245,5,518,0,0,1245,1247,1,0,0,0, + 1246,1235,1,0,0,0,1246,1247,1,0,0,0,1247,1248,1,0,0,0,1248,1249, + 5,17,0,0,1249,1250,5,517,0,0,1250,1251,3,160,80,0,1251,1252,5,518, + 0,0,1252,167,1,0,0,0,1253,1254,3,312,156,0,1254,169,1,0,0,0,1255, + 1257,3,172,86,0,1256,1258,3,178,89,0,1257,1256,1,0,0,0,1257,1258, + 1,0,0,0,1258,1260,1,0,0,0,1259,1261,3,206,103,0,1260,1259,1,0,0, + 0,1260,1261,1,0,0,0,1261,1263,1,0,0,0,1262,1264,3,208,104,0,1263, + 1262,1,0,0,0,1263,1264,1,0,0,0,1264,1266,1,0,0,0,1265,1267,3,222, + 111,0,1266,1265,1,0,0,0,1266,1267,1,0,0,0,1267,1269,1,0,0,0,1268, + 1270,3,224,112,0,1269,1268,1,0,0,0,1269,1270,1,0,0,0,1270,1276,1, + 0,0,0,1271,1272,3,172,86,0,1272,1273,3,178,89,0,1273,1274,3,230, + 115,0,1274,1276,1,0,0,0,1275,1255,1,0,0,0,1275,1271,1,0,0,0,1276, + 171,1,0,0,0,1277,1279,5,337,0,0,1278,1280,3,372,186,0,1279,1278, + 1,0,0,0,1279,1280,1,0,0,0,1280,1290,1,0,0,0,1281,1291,5,528,0,0, + 1282,1287,3,174,87,0,1283,1284,5,521,0,0,1284,1286,3,174,87,0,1285, + 1283,1,0,0,0,1286,1289,1,0,0,0,1287,1285,1,0,0,0,1287,1288,1,0,0, + 0,1288,1291,1,0,0,0,1289,1287,1,0,0,0,1290,1281,1,0,0,0,1290,1282, + 1,0,0,0,1291,173,1,0,0,0,1292,1308,3,176,88,0,1293,1298,3,260,130, + 0,1294,1296,5,17,0,0,1295,1294,1,0,0,0,1295,1296,1,0,0,0,1296,1297, + 1,0,0,0,1297,1299,3,52,26,0,1298,1295,1,0,0,0,1298,1299,1,0,0,0, + 1299,1308,1,0,0,0,1300,1305,3,52,26,0,1301,1303,5,17,0,0,1302,1301, + 1,0,0,0,1302,1303,1,0,0,0,1303,1304,1,0,0,0,1304,1306,3,260,130, + 0,1305,1302,1,0,0,0,1305,1306,1,0,0,0,1306,1308,1,0,0,0,1307,1292, + 1,0,0,0,1307,1293,1,0,0,0,1307,1300,1,0,0,0,1308,175,1,0,0,0,1309, + 1310,3,272,136,0,1310,1311,5,263,0,0,1311,1312,3,228,114,0,1312, + 1313,5,17,0,0,1313,1314,3,312,156,0,1314,1322,1,0,0,0,1315,1316, + 3,272,136,0,1316,1317,5,263,0,0,1317,1318,3,304,152,0,1318,1319, + 5,17,0,0,1319,1320,3,312,156,0,1320,1322,1,0,0,0,1321,1309,1,0,0, + 0,1321,1315,1,0,0,0,1322,177,1,0,0,0,1323,1324,5,151,0,0,1324,1325, + 3,180,90,0,1325,179,1,0,0,0,1326,1327,6,90,-1,0,1327,1332,3,182, + 91,0,1328,1329,5,521,0,0,1329,1331,3,182,91,0,1330,1328,1,0,0,0, + 1331,1334,1,0,0,0,1332,1330,1,0,0,0,1332,1333,1,0,0,0,1333,1338, + 1,0,0,0,1334,1332,1,0,0,0,1335,1338,3,190,95,0,1336,1338,3,192,96, + 0,1337,1326,1,0,0,0,1337,1335,1,0,0,0,1337,1336,1,0,0,0,1338,1360, + 1,0,0,0,1339,1340,10,3,0,0,1340,1341,5,73,0,0,1341,1342,5,185,0, + 0,1342,1359,3,180,90,4,1343,1345,10,4,0,0,1344,1346,5,234,0,0,1345, + 1344,1,0,0,0,1345,1346,1,0,0,0,1346,1348,1,0,0,0,1347,1349,7,20, + 0,0,1348,1347,1,0,0,0,1348,1349,1,0,0,0,1349,1351,1,0,0,0,1350,1352, + 5,262,0,0,1351,1350,1,0,0,0,1351,1352,1,0,0,0,1352,1353,1,0,0,0, + 1353,1354,5,185,0,0,1354,1356,3,180,90,0,1355,1357,3,204,102,0,1356, + 1355,1,0,0,0,1356,1357,1,0,0,0,1357,1359,1,0,0,0,1358,1339,1,0,0, + 0,1358,1343,1,0,0,0,1359,1362,1,0,0,0,1360,1358,1,0,0,0,1360,1361, + 1,0,0,0,1361,181,1,0,0,0,1362,1360,1,0,0,0,1363,1365,3,184,92,0, + 1364,1366,3,302,151,0,1365,1364,1,0,0,0,1365,1366,1,0,0,0,1366,183, + 1,0,0,0,1367,1369,5,374,0,0,1368,1367,1,0,0,0,1368,1369,1,0,0,0, + 1369,1370,1,0,0,0,1370,1372,3,330,165,0,1371,1373,3,186,93,0,1372, + 1371,1,0,0,0,1372,1373,1,0,0,0,1373,1397,1,0,0,0,1374,1376,3,332, + 166,0,1375,1377,3,186,93,0,1376,1375,1,0,0,0,1376,1377,1,0,0,0,1377, + 1397,1,0,0,0,1378,1379,5,199,0,0,1379,1380,5,374,0,0,1380,1381,5, + 517,0,0,1381,1382,3,270,135,0,1382,1383,5,518,0,0,1383,1397,1,0, + 0,0,1384,1386,5,199,0,0,1385,1384,1,0,0,0,1385,1386,1,0,0,0,1386, + 1387,1,0,0,0,1387,1388,5,517,0,0,1388,1389,3,160,80,0,1389,1390, + 5,518,0,0,1390,1397,1,0,0,0,1391,1392,5,406,0,0,1392,1393,5,517, + 0,0,1393,1394,3,260,130,0,1394,1395,5,518,0,0,1395,1397,1,0,0,0, + 1396,1368,1,0,0,0,1396,1374,1,0,0,0,1396,1378,1,0,0,0,1396,1385, + 1,0,0,0,1396,1391,1,0,0,0,1397,185,1,0,0,0,1398,1399,5,146,0,0,1399, + 1400,5,372,0,0,1400,1401,5,17,0,0,1401,1402,5,250,0,0,1402,1403, + 3,188,94,0,1403,187,1,0,0,0,1404,1405,3,260,130,0,1405,189,1,0,0, + 0,1406,1407,5,517,0,0,1407,1408,3,150,75,0,1408,1409,5,518,0,0,1409, + 1410,3,302,151,0,1410,191,1,0,0,0,1411,1412,5,374,0,0,1412,1413, + 5,517,0,0,1413,1414,3,194,97,0,1414,1415,5,518,0,0,1415,193,1,0, + 0,0,1416,1417,3,196,98,0,1417,1418,5,517,0,0,1418,1423,3,198,99, + 0,1419,1420,5,521,0,0,1420,1422,3,198,99,0,1421,1419,1,0,0,0,1422, + 1425,1,0,0,0,1423,1421,1,0,0,0,1423,1424,1,0,0,0,1424,1426,1,0,0, + 0,1425,1423,1,0,0,0,1426,1427,5,518,0,0,1427,195,1,0,0,0,1428,1429, + 7,21,0,0,1429,197,1,0,0,0,1430,1431,5,374,0,0,1431,1446,3,220,110, + 0,1432,1446,3,202,101,0,1433,1446,3,290,145,0,1434,1435,5,447,0, + 0,1435,1436,5,537,0,0,1436,1437,5,374,0,0,1437,1446,3,220,110,0, + 1438,1439,5,499,0,0,1439,1440,5,537,0,0,1440,1446,3,202,101,0,1441, + 1442,3,200,100,0,1442,1443,5,537,0,0,1443,1444,3,290,145,0,1444, + 1446,1,0,0,0,1445,1430,1,0,0,0,1445,1432,1,0,0,0,1445,1433,1,0,0, + 0,1445,1434,1,0,0,0,1445,1438,1,0,0,0,1445,1441,1,0,0,0,1446,199, + 1,0,0,0,1447,1448,7,22,0,0,1448,201,1,0,0,0,1449,1450,5,452,0,0, + 1450,1451,5,517,0,0,1451,1452,3,52,26,0,1452,1453,5,518,0,0,1453, + 203,1,0,0,0,1454,1455,5,254,0,0,1455,1459,3,262,131,0,1456,1457, + 5,413,0,0,1457,1459,3,56,28,0,1458,1454,1,0,0,0,1458,1456,1,0,0, + 0,1459,205,1,0,0,0,1460,1461,5,431,0,0,1461,1462,3,262,131,0,1462, + 207,1,0,0,0,1463,1464,5,159,0,0,1464,1465,5,34,0,0,1465,1470,3,210, + 105,0,1466,1467,5,521,0,0,1467,1469,3,210,105,0,1468,1466,1,0,0, + 0,1469,1472,1,0,0,0,1470,1468,1,0,0,0,1470,1471,1,0,0,0,1471,209, + 1,0,0,0,1472,1470,1,0,0,0,1473,1514,3,52,26,0,1474,1514,3,216,108, + 0,1475,1476,5,517,0,0,1476,1514,5,518,0,0,1477,1478,5,517,0,0,1478, + 1483,3,260,130,0,1479,1480,5,521,0,0,1480,1482,3,260,130,0,1481, + 1479,1,0,0,0,1482,1485,1,0,0,0,1483,1481,1,0,0,0,1483,1484,1,0,0, + 0,1484,1486,1,0,0,0,1485,1483,1,0,0,0,1486,1487,5,518,0,0,1487,1514, + 1,0,0,0,1488,1489,3,214,107,0,1489,1490,5,517,0,0,1490,1495,3,260, + 130,0,1491,1492,5,521,0,0,1492,1494,3,260,130,0,1493,1491,1,0,0, + 0,1494,1497,1,0,0,0,1495,1493,1,0,0,0,1495,1496,1,0,0,0,1496,1498, + 1,0,0,0,1497,1495,1,0,0,0,1498,1499,5,518,0,0,1499,1514,1,0,0,0, + 1500,1501,3,212,106,0,1501,1502,5,517,0,0,1502,1507,3,210,105,0, + 1503,1504,5,521,0,0,1504,1506,3,210,105,0,1505,1503,1,0,0,0,1506, + 1509,1,0,0,0,1507,1505,1,0,0,0,1507,1508,1,0,0,0,1508,1510,1,0,0, + 0,1509,1507,1,0,0,0,1510,1511,5,518,0,0,1511,1514,1,0,0,0,1512,1514, + 3,260,130,0,1513,1473,1,0,0,0,1513,1474,1,0,0,0,1513,1475,1,0,0, + 0,1513,1477,1,0,0,0,1513,1488,1,0,0,0,1513,1500,1,0,0,0,1513,1512, + 1,0,0,0,1514,211,1,0,0,0,1515,1516,5,160,0,0,1516,1517,5,494,0,0, + 1517,213,1,0,0,0,1518,1519,7,23,0,0,1519,215,1,0,0,0,1520,1521,3, + 218,109,0,1521,1522,5,517,0,0,1522,1523,3,220,110,0,1523,1524,5, + 521,0,0,1524,1525,3,290,145,0,1525,1526,5,518,0,0,1526,217,1,0,0, + 0,1527,1528,7,24,0,0,1528,219,1,0,0,0,1529,1530,3,336,168,0,1530, + 221,1,0,0,0,1531,1532,5,163,0,0,1532,1533,3,262,131,0,1533,223,1, + 0,0,0,1534,1535,5,433,0,0,1535,1540,3,226,113,0,1536,1537,5,521, + 0,0,1537,1539,3,226,113,0,1538,1536,1,0,0,0,1539,1542,1,0,0,0,1540, + 1538,1,0,0,0,1540,1541,1,0,0,0,1541,225,1,0,0,0,1542,1540,1,0,0, + 0,1543,1544,3,304,152,0,1544,1545,5,17,0,0,1545,1546,3,228,114,0, + 1546,227,1,0,0,0,1547,1549,3,304,152,0,1548,1547,1,0,0,0,1548,1549, + 1,0,0,0,1549,1550,1,0,0,0,1550,1552,5,517,0,0,1551,1553,3,238,119, + 0,1552,1551,1,0,0,0,1552,1553,1,0,0,0,1553,1555,1,0,0,0,1554,1556, + 3,232,116,0,1555,1554,1,0,0,0,1555,1556,1,0,0,0,1556,1558,1,0,0, + 0,1557,1559,3,254,127,0,1558,1557,1,0,0,0,1558,1559,1,0,0,0,1559, + 1560,1,0,0,0,1560,1561,5,518,0,0,1561,229,1,0,0,0,1562,1563,5,214, + 0,0,1563,1565,5,517,0,0,1564,1566,3,238,119,0,1565,1564,1,0,0,0, + 1565,1566,1,0,0,0,1566,1568,1,0,0,0,1567,1569,3,232,116,0,1568,1567, + 1,0,0,0,1568,1569,1,0,0,0,1569,1571,1,0,0,0,1570,1572,3,242,121, + 0,1571,1570,1,0,0,0,1571,1572,1,0,0,0,1572,1574,1,0,0,0,1573,1575, + 3,248,124,0,1574,1573,1,0,0,0,1574,1575,1,0,0,0,1575,1577,1,0,0, + 0,1576,1578,3,250,125,0,1577,1576,1,0,0,0,1577,1578,1,0,0,0,1578, + 1580,1,0,0,0,1579,1581,3,244,122,0,1580,1579,1,0,0,0,1580,1581,1, + 0,0,0,1581,1582,1,0,0,0,1582,1583,3,252,126,0,1583,1588,5,518,0, + 0,1584,1586,5,17,0,0,1585,1584,1,0,0,0,1585,1586,1,0,0,0,1586,1587, + 1,0,0,0,1587,1589,3,312,156,0,1588,1585,1,0,0,0,1588,1589,1,0,0, + 0,1589,231,1,0,0,0,1590,1591,5,259,0,0,1591,1592,5,34,0,0,1592,1597, + 3,234,117,0,1593,1594,5,521,0,0,1594,1596,3,234,117,0,1595,1593, + 1,0,0,0,1596,1599,1,0,0,0,1597,1595,1,0,0,0,1597,1598,1,0,0,0,1598, + 233,1,0,0,0,1599,1597,1,0,0,0,1600,1602,3,52,26,0,1601,1603,7,25, + 0,0,1602,1601,1,0,0,0,1602,1603,1,0,0,0,1603,1606,1,0,0,0,1604,1605, + 5,477,0,0,1605,1607,7,26,0,0,1606,1604,1,0,0,0,1606,1607,1,0,0,0, + 1607,235,1,0,0,0,1608,1611,5,205,0,0,1609,1612,5,5,0,0,1610,1612, + 3,260,130,0,1611,1609,1,0,0,0,1611,1610,1,0,0,0,1612,237,1,0,0,0, + 1613,1614,5,269,0,0,1614,1617,5,34,0,0,1615,1618,3,52,26,0,1616, + 1618,3,272,136,0,1617,1615,1,0,0,0,1617,1616,1,0,0,0,1618,1626,1, + 0,0,0,1619,1622,5,521,0,0,1620,1623,3,52,26,0,1621,1623,3,272,136, + 0,1622,1620,1,0,0,0,1622,1621,1,0,0,0,1623,1625,1,0,0,0,1624,1619, + 1,0,0,0,1625,1628,1,0,0,0,1626,1624,1,0,0,0,1626,1627,1,0,0,0,1627, + 239,1,0,0,0,1628,1626,1,0,0,0,1629,1646,5,528,0,0,1630,1646,5,531, + 0,0,1631,1646,5,536,0,0,1632,1633,5,519,0,0,1633,1634,5,539,0,0, + 1634,1635,5,521,0,0,1635,1636,5,539,0,0,1636,1646,5,520,0,0,1637, + 1638,5,519,0,0,1638,1639,5,539,0,0,1639,1640,5,521,0,0,1640,1646, + 5,520,0,0,1641,1642,5,519,0,0,1642,1643,5,521,0,0,1643,1644,5,539, + 0,0,1644,1646,5,520,0,0,1645,1629,1,0,0,0,1645,1630,1,0,0,0,1645, + 1631,1,0,0,0,1645,1632,1,0,0,0,1645,1637,1,0,0,0,1645,1641,1,0,0, + 0,1646,241,1,0,0,0,1647,1648,5,216,0,0,1648,1653,3,174,87,0,1649, + 1650,5,521,0,0,1650,1652,3,174,87,0,1651,1649,1,0,0,0,1652,1655, + 1,0,0,0,1653,1651,1,0,0,0,1653,1654,1,0,0,0,1654,243,1,0,0,0,1655, + 1653,1,0,0,0,1656,1657,5,272,0,0,1657,1659,5,517,0,0,1658,1660,3, + 246,123,0,1659,1658,1,0,0,0,1660,1661,1,0,0,0,1661,1659,1,0,0,0, + 1661,1662,1,0,0,0,1662,1663,1,0,0,0,1663,1665,5,518,0,0,1664,1666, + 3,258,129,0,1665,1664,1,0,0,0,1665,1666,1,0,0,0,1666,245,1,0,0,0, + 1667,1669,3,314,157,0,1668,1670,3,240,120,0,1669,1668,1,0,0,0,1669, + 1670,1,0,0,0,1670,247,1,0,0,0,1671,1672,5,5,0,0,1672,1673,5,323, + 0,0,1673,1674,5,273,0,0,1674,1680,5,211,0,0,1675,1676,5,255,0,0, + 1676,1677,5,322,0,0,1677,1678,5,273,0,0,1678,1680,5,211,0,0,1679, + 1671,1,0,0,0,1679,1675,1,0,0,0,1680,249,1,0,0,0,1681,1682,5,439, + 0,0,1682,1683,5,211,0,0,1683,1684,5,344,0,0,1684,1685,5,479,0,0, + 1685,1686,5,468,0,0,1686,1706,5,322,0,0,1687,1688,5,439,0,0,1688, + 1689,5,211,0,0,1689,1690,5,344,0,0,1690,1691,5,389,0,0,1691,1692, + 5,238,0,0,1692,1706,5,322,0,0,1693,1694,5,439,0,0,1694,1695,5,211, + 0,0,1695,1696,5,344,0,0,1696,1697,5,389,0,0,1697,1698,5,468,0,0, + 1698,1706,3,314,157,0,1699,1700,5,439,0,0,1700,1701,5,211,0,0,1701, + 1702,5,344,0,0,1702,1703,5,389,0,0,1703,1704,5,458,0,0,1704,1706, + 3,314,157,0,1705,1681,1,0,0,0,1705,1687,1,0,0,0,1705,1693,1,0,0, + 0,1705,1699,1,0,0,0,1706,251,1,0,0,0,1707,1708,5,105,0,0,1708,1713, + 3,174,87,0,1709,1710,5,521,0,0,1710,1712,3,174,87,0,1711,1709,1, + 0,0,0,1712,1715,1,0,0,0,1713,1711,1,0,0,0,1713,1714,1,0,0,0,1714, + 253,1,0,0,0,1715,1713,1,0,0,0,1716,1717,5,293,0,0,1717,1718,5,27, + 0,0,1718,1719,3,290,145,0,1719,1720,3,256,128,0,1720,1726,1,0,0, + 0,1721,1722,5,323,0,0,1722,1723,5,27,0,0,1723,1724,5,539,0,0,1724, + 1726,3,256,128,0,1725,1716,1,0,0,0,1725,1721,1,0,0,0,1726,255,1, + 0,0,0,1727,1728,5,481,0,0,1728,1729,5,10,0,0,1729,1730,5,76,0,0, + 1730,1731,5,322,0,0,1731,257,1,0,0,0,1732,1733,5,435,0,0,1733,1734, + 3,290,145,0,1734,259,1,0,0,0,1735,1736,3,262,131,0,1736,261,1,0, + 0,0,1737,1738,6,131,-1,0,1738,1739,5,242,0,0,1739,1750,3,262,131, + 6,1740,1741,5,133,0,0,1741,1742,5,517,0,0,1742,1743,3,160,80,0,1743, + 1744,5,518,0,0,1744,1750,1,0,0,0,1745,1747,3,268,134,0,1746,1748, + 3,264,132,0,1747,1746,1,0,0,0,1747,1748,1,0,0,0,1748,1750,1,0,0, + 0,1749,1737,1,0,0,0,1749,1740,1,0,0,0,1749,1745,1,0,0,0,1750,1765, + 1,0,0,0,1751,1752,10,3,0,0,1752,1753,5,10,0,0,1753,1764,3,262,131, + 4,1754,1755,10,2,0,0,1755,1756,5,258,0,0,1756,1764,3,262,131,3,1757, + 1758,10,1,0,0,1758,1760,5,184,0,0,1759,1761,5,242,0,0,1760,1759, + 1,0,0,0,1760,1761,1,0,0,0,1761,1762,1,0,0,0,1762,1764,7,27,0,0,1763, + 1751,1,0,0,0,1763,1754,1,0,0,0,1763,1757,1,0,0,0,1764,1767,1,0,0, + 0,1765,1763,1,0,0,0,1765,1766,1,0,0,0,1766,263,1,0,0,0,1767,1765, + 1,0,0,0,1768,1770,5,242,0,0,1769,1768,1,0,0,0,1769,1770,1,0,0,0, + 1770,1771,1,0,0,0,1771,1773,5,27,0,0,1772,1774,7,28,0,0,1773,1772, + 1,0,0,0,1773,1774,1,0,0,0,1774,1775,1,0,0,0,1775,1776,3,268,134, + 0,1776,1777,5,10,0,0,1777,1778,3,268,134,0,1778,1843,1,0,0,0,1779, + 1781,5,242,0,0,1780,1779,1,0,0,0,1780,1781,1,0,0,0,1781,1782,1,0, + 0,0,1782,1783,5,170,0,0,1783,1784,5,517,0,0,1784,1789,3,260,130, + 0,1785,1786,5,521,0,0,1786,1788,3,260,130,0,1787,1785,1,0,0,0,1788, + 1791,1,0,0,0,1789,1787,1,0,0,0,1789,1790,1,0,0,0,1790,1792,1,0,0, + 0,1791,1789,1,0,0,0,1792,1793,5,518,0,0,1793,1843,1,0,0,0,1794,1796, + 5,242,0,0,1795,1794,1,0,0,0,1795,1796,1,0,0,0,1796,1797,1,0,0,0, + 1797,1798,5,170,0,0,1798,1799,5,517,0,0,1799,1800,3,160,80,0,1800, + 1801,5,518,0,0,1801,1843,1,0,0,0,1802,1803,5,133,0,0,1803,1804,5, + 517,0,0,1804,1805,3,160,80,0,1805,1806,5,518,0,0,1806,1843,1,0,0, + 0,1807,1809,5,242,0,0,1808,1807,1,0,0,0,1808,1809,1,0,0,0,1809,1810, + 1,0,0,0,1810,1811,5,319,0,0,1811,1843,3,268,134,0,1812,1843,3,266, + 133,0,1813,1815,5,184,0,0,1814,1816,5,242,0,0,1815,1814,1,0,0,0, + 1815,1816,1,0,0,0,1816,1817,1,0,0,0,1817,1843,7,27,0,0,1818,1820, + 5,184,0,0,1819,1821,5,242,0,0,1820,1819,1,0,0,0,1820,1821,1,0,0, + 0,1821,1822,1,0,0,0,1822,1823,5,113,0,0,1823,1824,5,151,0,0,1824, + 1843,3,268,134,0,1825,1827,5,242,0,0,1826,1825,1,0,0,0,1826,1827, + 1,0,0,0,1827,1828,1,0,0,0,1828,1829,5,343,0,0,1829,1830,5,389,0, + 0,1830,1833,3,268,134,0,1831,1832,5,127,0,0,1832,1834,3,366,183, + 0,1833,1831,1,0,0,0,1833,1834,1,0,0,0,1834,1843,1,0,0,0,1835,1836, + 5,184,0,0,1836,1840,5,186,0,0,1837,1841,5,414,0,0,1838,1841,5,13, + 0,0,1839,1841,3,312,156,0,1840,1837,1,0,0,0,1840,1838,1,0,0,0,1840, + 1839,1,0,0,0,1840,1841,1,0,0,0,1841,1843,1,0,0,0,1842,1769,1,0,0, + 0,1842,1780,1,0,0,0,1842,1795,1,0,0,0,1842,1802,1,0,0,0,1842,1808, + 1,0,0,0,1842,1812,1,0,0,0,1842,1813,1,0,0,0,1842,1818,1,0,0,0,1842, + 1826,1,0,0,0,1842,1835,1,0,0,0,1843,265,1,0,0,0,1844,1846,5,242, + 0,0,1845,1844,1,0,0,0,1845,1846,1,0,0,0,1846,1847,1,0,0,0,1847,1848, + 5,203,0,0,1848,1862,7,29,0,0,1849,1850,5,517,0,0,1850,1863,5,518, + 0,0,1851,1852,5,517,0,0,1852,1857,3,260,130,0,1853,1854,5,521,0, + 0,1854,1856,3,260,130,0,1855,1853,1,0,0,0,1856,1859,1,0,0,0,1857, + 1855,1,0,0,0,1857,1858,1,0,0,0,1858,1860,1,0,0,0,1859,1857,1,0,0, + 0,1860,1861,5,518,0,0,1861,1863,1,0,0,0,1862,1849,1,0,0,0,1862,1851, + 1,0,0,0,1863,1874,1,0,0,0,1864,1866,5,242,0,0,1865,1864,1,0,0,0, + 1865,1866,1,0,0,0,1866,1867,1,0,0,0,1867,1868,5,203,0,0,1868,1871, + 3,268,134,0,1869,1870,5,127,0,0,1870,1872,3,366,183,0,1871,1869, + 1,0,0,0,1871,1872,1,0,0,0,1872,1874,1,0,0,0,1873,1845,1,0,0,0,1873, + 1865,1,0,0,0,1874,267,1,0,0,0,1875,1876,6,134,-1,0,1876,1880,3,272, + 136,0,1877,1878,7,30,0,0,1878,1880,3,268,134,7,1879,1875,1,0,0,0, + 1879,1877,1,0,0,0,1880,1902,1,0,0,0,1881,1882,10,6,0,0,1882,1883, + 7,31,0,0,1883,1901,3,268,134,7,1884,1885,10,5,0,0,1885,1886,7,32, + 0,0,1886,1901,3,268,134,6,1887,1888,10,4,0,0,1888,1889,5,512,0,0, + 1889,1901,3,268,134,5,1890,1891,10,3,0,0,1891,1892,5,513,0,0,1892, + 1901,3,268,134,4,1893,1894,10,2,0,0,1894,1895,5,511,0,0,1895,1901, + 3,268,134,3,1896,1897,10,1,0,0,1897,1898,3,354,177,0,1898,1899,3, + 268,134,2,1899,1901,1,0,0,0,1900,1881,1,0,0,0,1900,1884,1,0,0,0, + 1900,1887,1,0,0,0,1900,1890,1,0,0,0,1900,1893,1,0,0,0,1900,1896, + 1,0,0,0,1901,1904,1,0,0,0,1902,1900,1,0,0,0,1902,1903,1,0,0,0,1903, + 269,1,0,0,0,1904,1902,1,0,0,0,1905,1925,3,380,190,0,1906,1925,3, + 278,139,0,1907,1908,3,280,140,0,1908,1920,5,517,0,0,1909,1911,3, + 372,186,0,1910,1909,1,0,0,0,1910,1911,1,0,0,0,1911,1912,1,0,0,0, + 1912,1917,3,282,141,0,1913,1914,5,521,0,0,1914,1916,3,282,141,0, + 1915,1913,1,0,0,0,1916,1919,1,0,0,0,1917,1915,1,0,0,0,1917,1918, + 1,0,0,0,1918,1921,1,0,0,0,1919,1917,1,0,0,0,1920,1910,1,0,0,0,1920, + 1921,1,0,0,0,1921,1922,1,0,0,0,1922,1923,5,518,0,0,1923,1925,1,0, + 0,0,1924,1905,1,0,0,0,1924,1906,1,0,0,0,1924,1907,1,0,0,0,1925,271, + 1,0,0,0,1926,1927,6,136,-1,0,1927,1929,5,40,0,0,1928,1930,3,318, + 159,0,1929,1928,1,0,0,0,1930,1931,1,0,0,0,1931,1929,1,0,0,0,1931, + 1932,1,0,0,0,1932,1935,1,0,0,0,1933,1934,5,120,0,0,1934,1936,3,260, + 130,0,1935,1933,1,0,0,0,1935,1936,1,0,0,0,1936,1937,1,0,0,0,1937, + 1938,5,122,0,0,1938,2002,1,0,0,0,1939,1940,5,40,0,0,1940,1942,3, + 260,130,0,1941,1943,3,318,159,0,1942,1941,1,0,0,0,1943,1944,1,0, + 0,0,1944,1942,1,0,0,0,1944,1945,1,0,0,0,1945,1948,1,0,0,0,1946,1947, + 5,120,0,0,1947,1949,3,260,130,0,1948,1946,1,0,0,0,1948,1949,1,0, + 0,0,1949,1950,1,0,0,0,1950,1951,5,122,0,0,1951,2002,1,0,0,0,1952, + 1953,5,41,0,0,1953,1954,5,517,0,0,1954,1955,3,260,130,0,1955,1956, + 5,17,0,0,1956,1957,3,58,29,0,1957,1958,5,518,0,0,1958,2002,1,0,0, + 0,1959,1960,5,458,0,0,1960,1961,5,517,0,0,1961,1964,3,260,130,0, + 1962,1963,5,462,0,0,1963,1965,5,477,0,0,1964,1962,1,0,0,0,1964,1965, + 1,0,0,0,1965,1966,1,0,0,0,1966,1967,5,518,0,0,1967,2002,1,0,0,0, + 1968,1969,5,468,0,0,1969,1970,5,517,0,0,1970,1973,3,260,130,0,1971, + 1972,5,462,0,0,1972,1974,5,477,0,0,1973,1971,1,0,0,0,1973,1974,1, + 0,0,0,1974,1975,1,0,0,0,1975,1976,5,518,0,0,1976,2002,1,0,0,0,1977, + 1978,5,282,0,0,1978,1979,5,517,0,0,1979,1980,3,268,134,0,1980,1981, + 5,170,0,0,1981,1982,3,268,134,0,1982,1983,5,518,0,0,1983,2002,1, + 0,0,0,1984,2002,3,362,181,0,1985,2002,5,528,0,0,1986,1987,3,336, + 168,0,1987,1988,5,514,0,0,1988,1989,5,528,0,0,1989,2002,1,0,0,0, + 1990,1991,5,517,0,0,1991,1992,3,160,80,0,1992,1993,5,518,0,0,1993, + 2002,1,0,0,0,1994,2002,3,270,135,0,1995,2002,3,54,27,0,1996,2002, + 3,284,142,0,1997,1998,5,517,0,0,1998,1999,3,260,130,0,1999,2000, + 5,518,0,0,2000,2002,1,0,0,0,2001,1926,1,0,0,0,2001,1939,1,0,0,0, + 2001,1952,1,0,0,0,2001,1959,1,0,0,0,2001,1968,1,0,0,0,2001,1977, + 1,0,0,0,2001,1984,1,0,0,0,2001,1985,1,0,0,0,2001,1986,1,0,0,0,2001, + 1990,1,0,0,0,2001,1994,1,0,0,0,2001,1995,1,0,0,0,2001,1996,1,0,0, + 0,2001,1997,1,0,0,0,2002,2010,1,0,0,0,2003,2004,10,4,0,0,2004,2005, + 5,515,0,0,2005,2006,3,268,134,0,2006,2007,5,516,0,0,2007,2009,1, + 0,0,0,2008,2003,1,0,0,0,2009,2012,1,0,0,0,2010,2008,1,0,0,0,2010, + 2011,1,0,0,0,2011,273,1,0,0,0,2012,2010,1,0,0,0,2013,2014,3,336, + 168,0,2014,275,1,0,0,0,2015,2020,3,384,192,0,2016,2020,3,380,190, + 0,2017,2020,3,382,191,0,2018,2020,3,336,168,0,2019,2015,1,0,0,0, + 2019,2016,1,0,0,0,2019,2017,1,0,0,0,2019,2018,1,0,0,0,2020,277,1, + 0,0,0,2021,2022,3,382,191,0,2022,2023,5,538,0,0,2023,2026,1,0,0, + 0,2024,2026,3,290,145,0,2025,2021,1,0,0,0,2025,2024,1,0,0,0,2026, + 279,1,0,0,0,2027,2030,3,384,192,0,2028,2030,3,336,168,0,2029,2027, + 1,0,0,0,2029,2028,1,0,0,0,2030,281,1,0,0,0,2031,2036,3,378,189,0, + 2032,2036,3,376,188,0,2033,2036,3,374,187,0,2034,2036,3,260,130, + 0,2035,2031,1,0,0,0,2035,2032,1,0,0,0,2035,2033,1,0,0,0,2035,2034, + 1,0,0,0,2036,283,1,0,0,0,2037,2038,3,336,168,0,2038,285,1,0,0,0, + 2039,2040,3,312,156,0,2040,287,1,0,0,0,2041,2044,3,312,156,0,2042, + 2044,3,284,142,0,2043,2041,1,0,0,0,2043,2042,1,0,0,0,2044,289,1, + 0,0,0,2045,2048,5,182,0,0,2046,2049,3,292,146,0,2047,2049,3,296, + 148,0,2048,2046,1,0,0,0,2048,2047,1,0,0,0,2048,2049,1,0,0,0,2049, + 291,1,0,0,0,2050,2052,3,294,147,0,2051,2053,3,298,149,0,2052,2051, + 1,0,0,0,2052,2053,1,0,0,0,2053,293,1,0,0,0,2054,2055,3,300,150,0, + 2055,2056,3,376,188,0,2056,2058,1,0,0,0,2057,2054,1,0,0,0,2058,2059, + 1,0,0,0,2059,2057,1,0,0,0,2059,2060,1,0,0,0,2060,295,1,0,0,0,2061, + 2064,3,298,149,0,2062,2065,3,294,147,0,2063,2065,3,298,149,0,2064, + 2062,1,0,0,0,2064,2063,1,0,0,0,2064,2065,1,0,0,0,2065,297,1,0,0, + 0,2066,2067,3,300,150,0,2067,2068,3,376,188,0,2068,2069,5,389,0, + 0,2069,2070,3,376,188,0,2070,299,1,0,0,0,2071,2073,7,33,0,0,2072, + 2071,1,0,0,0,2072,2073,1,0,0,0,2073,2074,1,0,0,0,2074,2077,7,34, + 0,0,2075,2077,5,538,0,0,2076,2072,1,0,0,0,2076,2075,1,0,0,0,2077, + 301,1,0,0,0,2078,2080,5,17,0,0,2079,2078,1,0,0,0,2079,2080,1,0,0, + 0,2080,2081,1,0,0,0,2081,2083,3,312,156,0,2082,2084,3,308,154,0, + 2083,2082,1,0,0,0,2083,2084,1,0,0,0,2084,303,1,0,0,0,2085,2086,3, + 312,156,0,2086,2087,3,306,153,0,2087,305,1,0,0,0,2088,2089,5,222, + 0,0,2089,2091,3,312,156,0,2090,2088,1,0,0,0,2091,2092,1,0,0,0,2092, + 2090,1,0,0,0,2092,2093,1,0,0,0,2093,2096,1,0,0,0,2094,2096,1,0,0, + 0,2095,2090,1,0,0,0,2095,2094,1,0,0,0,2096,307,1,0,0,0,2097,2098, + 5,517,0,0,2098,2099,3,310,155,0,2099,2100,5,518,0,0,2100,309,1,0, + 0,0,2101,2106,3,312,156,0,2102,2103,5,521,0,0,2103,2105,3,312,156, + 0,2104,2102,1,0,0,0,2105,2108,1,0,0,0,2106,2104,1,0,0,0,2106,2107, + 1,0,0,0,2107,311,1,0,0,0,2108,2106,1,0,0,0,2109,2113,3,314,157,0, + 2110,2113,3,316,158,0,2111,2113,3,386,193,0,2112,2109,1,0,0,0,2112, + 2110,1,0,0,0,2112,2111,1,0,0,0,2113,313,1,0,0,0,2114,2115,7,35,0, + 0,2115,315,1,0,0,0,2116,2117,5,538,0,0,2117,317,1,0,0,0,2118,2119, + 5,429,0,0,2119,2120,3,260,130,0,2120,2121,5,377,0,0,2121,2122,3, + 260,130,0,2122,319,1,0,0,0,2123,2124,3,312,156,0,2124,321,1,0,0, + 0,2125,2126,3,312,156,0,2126,323,1,0,0,0,2127,2130,3,312,156,0,2128, + 2129,5,514,0,0,2129,2131,3,312,156,0,2130,2128,1,0,0,0,2130,2131, + 1,0,0,0,2131,325,1,0,0,0,2132,2135,3,312,156,0,2133,2134,5,514,0, + 0,2134,2136,3,312,156,0,2135,2133,1,0,0,0,2135,2136,1,0,0,0,2136, + 327,1,0,0,0,2137,2140,3,312,156,0,2138,2139,5,514,0,0,2139,2141, + 3,312,156,0,2140,2138,1,0,0,0,2140,2141,1,0,0,0,2141,2150,1,0,0, + 0,2142,2143,3,312,156,0,2143,2144,5,514,0,0,2144,2147,3,312,156, + 0,2145,2146,5,514,0,0,2146,2148,3,312,156,0,2147,2145,1,0,0,0,2147, + 2148,1,0,0,0,2148,2150,1,0,0,0,2149,2137,1,0,0,0,2149,2142,1,0,0, + 0,2150,329,1,0,0,0,2151,2154,3,312,156,0,2152,2153,5,514,0,0,2153, + 2155,3,312,156,0,2154,2152,1,0,0,0,2154,2155,1,0,0,0,2155,2164,1, + 0,0,0,2156,2157,3,312,156,0,2157,2158,5,514,0,0,2158,2161,3,312, + 156,0,2159,2160,5,514,0,0,2160,2162,3,312,156,0,2161,2159,1,0,0, + 0,2161,2162,1,0,0,0,2162,2164,1,0,0,0,2163,2151,1,0,0,0,2163,2156, + 1,0,0,0,2164,331,1,0,0,0,2165,2168,3,312,156,0,2166,2167,5,514,0, + 0,2167,2169,3,312,156,0,2168,2166,1,0,0,0,2168,2169,1,0,0,0,2169, + 2178,1,0,0,0,2170,2171,3,312,156,0,2171,2172,5,514,0,0,2172,2175, + 3,312,156,0,2173,2174,5,514,0,0,2174,2176,3,312,156,0,2175,2173, + 1,0,0,0,2175,2176,1,0,0,0,2176,2178,1,0,0,0,2177,2165,1,0,0,0,2177, + 2170,1,0,0,0,2178,333,1,0,0,0,2179,2182,3,312,156,0,2180,2181,5, + 514,0,0,2181,2183,3,312,156,0,2182,2180,1,0,0,0,2182,2183,1,0,0, + 0,2183,2192,1,0,0,0,2184,2185,3,312,156,0,2185,2186,5,514,0,0,2186, + 2189,3,312,156,0,2187,2188,5,514,0,0,2188,2190,3,312,156,0,2189, + 2187,1,0,0,0,2189,2190,1,0,0,0,2190,2192,1,0,0,0,2191,2179,1,0,0, + 0,2191,2184,1,0,0,0,2192,335,1,0,0,0,2193,2198,3,312,156,0,2194, + 2195,5,514,0,0,2195,2197,3,312,156,0,2196,2194,1,0,0,0,2197,2200, + 1,0,0,0,2198,2199,1,0,0,0,2198,2196,1,0,0,0,2199,337,1,0,0,0,2200, + 2198,1,0,0,0,2201,2202,5,434,0,0,2202,2203,3,344,172,0,2203,339, + 1,0,0,0,2204,2205,5,167,0,0,2205,2206,5,242,0,0,2206,2207,5,133, + 0,0,2207,341,1,0,0,0,2208,2209,5,167,0,0,2209,2210,5,133,0,0,2210, + 343,1,0,0,0,2211,2212,5,517,0,0,2212,2217,3,346,173,0,2213,2214, + 5,521,0,0,2214,2216,3,346,173,0,2215,2213,1,0,0,0,2216,2219,1,0, + 0,0,2217,2215,1,0,0,0,2217,2218,1,0,0,0,2218,2220,1,0,0,0,2219,2217, + 1,0,0,0,2220,2221,5,518,0,0,2221,345,1,0,0,0,2222,2227,3,348,174, + 0,2223,2225,5,506,0,0,2224,2223,1,0,0,0,2224,2225,1,0,0,0,2225,2226, + 1,0,0,0,2226,2228,3,350,175,0,2227,2224,1,0,0,0,2227,2228,1,0,0, + 0,2228,347,1,0,0,0,2229,2233,3,312,156,0,2230,2233,3,284,142,0,2231, + 2233,5,538,0,0,2232,2229,1,0,0,0,2232,2230,1,0,0,0,2232,2231,1,0, + 0,0,2233,349,1,0,0,0,2234,2239,5,539,0,0,2235,2239,5,540,0,0,2236, + 2239,3,370,185,0,2237,2239,5,538,0,0,2238,2234,1,0,0,0,2238,2235, + 1,0,0,0,2238,2236,1,0,0,0,2238,2237,1,0,0,0,2239,351,1,0,0,0,2240, + 2247,5,10,0,0,2241,2242,5,512,0,0,2242,2247,5,512,0,0,2243,2247, + 5,258,0,0,2244,2245,5,511,0,0,2245,2247,5,511,0,0,2246,2240,1,0, + 0,0,2246,2241,1,0,0,0,2246,2243,1,0,0,0,2246,2244,1,0,0,0,2247,353, + 1,0,0,0,2248,2263,5,506,0,0,2249,2263,5,507,0,0,2250,2263,5,508, + 0,0,2251,2252,5,508,0,0,2252,2263,5,506,0,0,2253,2254,5,507,0,0, + 2254,2263,5,506,0,0,2255,2256,5,508,0,0,2256,2263,5,507,0,0,2257, + 2258,5,509,0,0,2258,2263,5,506,0,0,2259,2260,5,508,0,0,2260,2261, + 5,506,0,0,2261,2263,5,507,0,0,2262,2248,1,0,0,0,2262,2249,1,0,0, + 0,2262,2250,1,0,0,0,2262,2251,1,0,0,0,2262,2253,1,0,0,0,2262,2255, + 1,0,0,0,2262,2257,1,0,0,0,2262,2259,1,0,0,0,2263,355,1,0,0,0,2264, + 2265,5,508,0,0,2265,2272,5,508,0,0,2266,2267,5,507,0,0,2267,2272, + 5,507,0,0,2268,2272,5,512,0,0,2269,2272,5,513,0,0,2270,2272,5,511, + 0,0,2271,2264,1,0,0,0,2271,2266,1,0,0,0,2271,2268,1,0,0,0,2271,2269, + 1,0,0,0,2271,2270,1,0,0,0,2272,357,1,0,0,0,2273,2274,7,36,0,0,2274, + 359,1,0,0,0,2275,2276,7,37,0,0,2276,361,1,0,0,0,2277,2292,3,290, + 145,0,2278,2292,3,364,182,0,2279,2292,3,366,183,0,2280,2282,5,530, + 0,0,2281,2280,1,0,0,0,2281,2282,1,0,0,0,2282,2283,1,0,0,0,2283,2292, + 3,368,184,0,2284,2292,3,370,185,0,2285,2292,5,540,0,0,2286,2292, + 5,541,0,0,2287,2289,5,242,0,0,2288,2287,1,0,0,0,2288,2289,1,0,0, + 0,2289,2290,1,0,0,0,2290,2292,5,245,0,0,2291,2277,1,0,0,0,2291,2278, + 1,0,0,0,2291,2279,1,0,0,0,2291,2281,1,0,0,0,2291,2284,1,0,0,0,2291, + 2285,1,0,0,0,2291,2286,1,0,0,0,2291,2288,1,0,0,0,2292,363,1,0,0, + 0,2293,2294,3,374,187,0,2294,2295,3,366,183,0,2295,365,1,0,0,0,2296, + 2297,5,538,0,0,2297,367,1,0,0,0,2298,2299,5,539,0,0,2299,369,1,0, + 0,0,2300,2301,7,38,0,0,2301,371,1,0,0,0,2302,2303,7,39,0,0,2303, + 373,1,0,0,0,2304,2305,7,40,0,0,2305,375,1,0,0,0,2306,2307,7,41,0, + 0,2307,377,1,0,0,0,2308,2309,7,42,0,0,2309,379,1,0,0,0,2310,2311, + 7,43,0,0,2311,381,1,0,0,0,2312,2313,7,44,0,0,2313,383,1,0,0,0,2314, + 2315,7,45,0,0,2315,385,1,0,0,0,2316,2317,7,46,0,0,2317,387,1,0,0, + 0,274,391,398,401,415,433,437,446,451,458,469,478,490,493,500,503, + 511,515,520,523,530,538,542,554,562,566,598,601,606,610,614,618, + 627,632,636,640,645,648,652,657,663,668,673,677,681,685,695,703, + 707,711,715,719,723,727,731,735,737,747,755,779,793,798,802,808, + 811,814,821,824,833,845,869,881,886,890,898,902,908,918,923,929, + 933,937,941,950,954,961,964,974,982,990,994,1009,1028,1039,1043, + 1050,1055,1061,1065,1072,1076,1080,1084,1092,1096,1101,1107,1113, + 1116,1120,1131,1140,1147,1158,1170,1185,1188,1192,1195,1197,1202, + 1206,1209,1213,1222,1231,1241,1246,1257,1260,1263,1266,1269,1275, + 1279,1287,1290,1295,1298,1302,1305,1307,1321,1332,1337,1345,1348, + 1351,1356,1358,1360,1365,1368,1372,1376,1385,1396,1423,1445,1458, + 1470,1483,1495,1507,1513,1540,1548,1552,1555,1558,1565,1568,1571, + 1574,1577,1580,1585,1588,1597,1602,1606,1611,1617,1622,1626,1645, + 1653,1661,1665,1669,1679,1705,1713,1725,1747,1749,1760,1763,1765, + 1769,1773,1780,1789,1795,1808,1815,1820,1826,1833,1840,1842,1845, + 1857,1862,1865,1871,1873,1879,1900,1902,1910,1917,1920,1924,1931, + 1935,1944,1948,1964,1973,2001,2010,2019,2025,2029,2035,2043,2048, + 2052,2059,2064,2072,2076,2079,2083,2092,2095,2106,2112,2130,2135, + 2140,2147,2149,2154,2161,2163,2168,2175,2177,2182,2189,2191,2198, + 2217,2224,2227,2232,2238,2246,2262,2271,2281,2288,2291 ]; private static __ATN: antlr.ATN; @@ -16531,14 +16572,14 @@ export class ValuesRowDefinitionContext extends antlr.ParserRuleContext { public LR_BRACKET(): antlr.TerminalNode { return this.getToken(FlinkSqlParser.LR_BRACKET, 0)!; } - public constant(): ConstantContext[]; - public constant(i: number): ConstantContext | null; - public constant(i?: number): ConstantContext[] | ConstantContext | null { + public valueDefinition(): ValueDefinitionContext[]; + public valueDefinition(i: number): ValueDefinitionContext | null; + public valueDefinition(i?: number): ValueDefinitionContext[] | ValueDefinitionContext | null { if (i === undefined) { - return this.getRuleContexts(ConstantContext); + return this.getRuleContexts(ValueDefinitionContext); } - return this.getRuleContext(i, ConstantContext); + return this.getRuleContext(i, ValueDefinitionContext); } public RR_BRACKET(): antlr.TerminalNode { return this.getToken(FlinkSqlParser.RR_BRACKET, 0)!; @@ -16575,6 +16616,39 @@ export class ValuesRowDefinitionContext extends antlr.ParserRuleContext { } +export class ValueDefinitionContext extends antlr.ParserRuleContext { + public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { + super(parent, invokingState); + } + public constant(): ConstantContext | null { + return this.getRuleContext(0, ConstantContext); + } + public functionCallExpression(): FunctionCallExpressionContext | null { + return this.getRuleContext(0, FunctionCallExpressionContext); + } + public override get ruleIndex(): number { + return FlinkSqlParser.RULE_valueDefinition; + } + public override enterRule(listener: FlinkSqlParserListener): void { + if(listener.enterValueDefinition) { + listener.enterValueDefinition(this); + } + } + public override exitRule(listener: FlinkSqlParserListener): void { + if(listener.exitValueDefinition) { + listener.exitValueDefinition(this); + } + } + public override accept(visitor: FlinkSqlParserVisitor): Result | null { + if (visitor.visitValueDefinition) { + return visitor.visitValueDefinition(this); + } else { + return visitor.visitChildren(this); + } + } +} + + export class InsertMulStatementCompatibilityContext extends antlr.ParserRuleContext { public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { super(parent, invokingState); diff --git a/src/lib/flink/FlinkSqlParserListener.ts b/src/lib/flink/FlinkSqlParserListener.ts index 08214fd43..07627b6d8 100644 --- a/src/lib/flink/FlinkSqlParserListener.ts +++ b/src/lib/flink/FlinkSqlParserListener.ts @@ -86,6 +86,7 @@ import { InsertSimpleStatementContext } from "./FlinkSqlParser.js"; import { InsertPartitionDefinitionContext } from "./FlinkSqlParser.js"; import { ValuesDefinitionContext } from "./FlinkSqlParser.js"; import { ValuesRowDefinitionContext } from "./FlinkSqlParser.js"; +import { ValueDefinitionContext } from "./FlinkSqlParser.js"; import { InsertMulStatementCompatibilityContext } from "./FlinkSqlParser.js"; import { InsertMulStatementContext } from "./FlinkSqlParser.js"; import { QueryStatementContext } from "./FlinkSqlParser.js"; @@ -1016,6 +1017,16 @@ export class FlinkSqlParserListener implements ParseTreeListener { * @param ctx the parse tree */ exitValuesRowDefinition?: (ctx: ValuesRowDefinitionContext) => void; + /** + * Enter a parse tree produced by `FlinkSqlParser.valueDefinition`. + * @param ctx the parse tree + */ + enterValueDefinition?: (ctx: ValueDefinitionContext) => void; + /** + * Exit a parse tree produced by `FlinkSqlParser.valueDefinition`. + * @param ctx the parse tree + */ + exitValueDefinition?: (ctx: ValueDefinitionContext) => void; /** * Enter a parse tree produced by `FlinkSqlParser.insertMulStatementCompatibility`. * @param ctx the parse tree diff --git a/src/lib/flink/FlinkSqlParserVisitor.ts b/src/lib/flink/FlinkSqlParserVisitor.ts index 073b38833..02b4937e7 100644 --- a/src/lib/flink/FlinkSqlParserVisitor.ts +++ b/src/lib/flink/FlinkSqlParserVisitor.ts @@ -86,6 +86,7 @@ import { InsertSimpleStatementContext } from "./FlinkSqlParser.js"; import { InsertPartitionDefinitionContext } from "./FlinkSqlParser.js"; import { ValuesDefinitionContext } from "./FlinkSqlParser.js"; import { ValuesRowDefinitionContext } from "./FlinkSqlParser.js"; +import { ValueDefinitionContext } from "./FlinkSqlParser.js"; import { InsertMulStatementCompatibilityContext } from "./FlinkSqlParser.js"; import { InsertMulStatementContext } from "./FlinkSqlParser.js"; import { QueryStatementContext } from "./FlinkSqlParser.js"; @@ -705,6 +706,12 @@ export class FlinkSqlParserVisitor extends AbstractParseTreeVisitor Result; + /** + * Visit a parse tree produced by `FlinkSqlParser.valueDefinition`. + * @param ctx the parse tree + * @return the visitor result + */ + visitValueDefinition?: (ctx: ValueDefinitionContext) => Result; /** * Visit a parse tree produced by `FlinkSqlParser.insertMulStatementCompatibility`. * @param ctx the parse tree diff --git a/src/lib/postgresql/PostgreSqlParser.interp b/src/lib/postgresql/PostgreSqlParser.interp index bf31e0f30..f46a63528 100644 --- a/src/lib/postgresql/PostgreSqlParser.interp +++ b/src/lib/postgresql/PostgreSqlParser.interp @@ -1657,4 +1657,4 @@ sqlExpression atn: -[4, 1, 592, 8485, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20, 7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26, 2, 27, 7, 27, 2, 28, 7, 28, 2, 29, 7, 29, 2, 30, 7, 30, 2, 31, 7, 31, 2, 32, 7, 32, 2, 33, 7, 33, 2, 34, 7, 34, 2, 35, 7, 35, 2, 36, 7, 36, 2, 37, 7, 37, 2, 38, 7, 38, 2, 39, 7, 39, 2, 40, 7, 40, 2, 41, 7, 41, 2, 42, 7, 42, 2, 43, 7, 43, 2, 44, 7, 44, 2, 45, 7, 45, 2, 46, 7, 46, 2, 47, 7, 47, 2, 48, 7, 48, 2, 49, 7, 49, 2, 50, 7, 50, 2, 51, 7, 51, 2, 52, 7, 52, 2, 53, 7, 53, 2, 54, 7, 54, 2, 55, 7, 55, 2, 56, 7, 56, 2, 57, 7, 57, 2, 58, 7, 58, 2, 59, 7, 59, 2, 60, 7, 60, 2, 61, 7, 61, 2, 62, 7, 62, 2, 63, 7, 63, 2, 64, 7, 64, 2, 65, 7, 65, 2, 66, 7, 66, 2, 67, 7, 67, 2, 68, 7, 68, 2, 69, 7, 69, 2, 70, 7, 70, 2, 71, 7, 71, 2, 72, 7, 72, 2, 73, 7, 73, 2, 74, 7, 74, 2, 75, 7, 75, 2, 76, 7, 76, 2, 77, 7, 77, 2, 78, 7, 78, 2, 79, 7, 79, 2, 80, 7, 80, 2, 81, 7, 81, 2, 82, 7, 82, 2, 83, 7, 83, 2, 84, 7, 84, 2, 85, 7, 85, 2, 86, 7, 86, 2, 87, 7, 87, 2, 88, 7, 88, 2, 89, 7, 89, 2, 90, 7, 90, 2, 91, 7, 91, 2, 92, 7, 92, 2, 93, 7, 93, 2, 94, 7, 94, 2, 95, 7, 95, 2, 96, 7, 96, 2, 97, 7, 97, 2, 98, 7, 98, 2, 99, 7, 99, 2, 100, 7, 100, 2, 101, 7, 101, 2, 102, 7, 102, 2, 103, 7, 103, 2, 104, 7, 104, 2, 105, 7, 105, 2, 106, 7, 106, 2, 107, 7, 107, 2, 108, 7, 108, 2, 109, 7, 109, 2, 110, 7, 110, 2, 111, 7, 111, 2, 112, 7, 112, 2, 113, 7, 113, 2, 114, 7, 114, 2, 115, 7, 115, 2, 116, 7, 116, 2, 117, 7, 117, 2, 118, 7, 118, 2, 119, 7, 119, 2, 120, 7, 120, 2, 121, 7, 121, 2, 122, 7, 122, 2, 123, 7, 123, 2, 124, 7, 124, 2, 125, 7, 125, 2, 126, 7, 126, 2, 127, 7, 127, 2, 128, 7, 128, 2, 129, 7, 129, 2, 130, 7, 130, 2, 131, 7, 131, 2, 132, 7, 132, 2, 133, 7, 133, 2, 134, 7, 134, 2, 135, 7, 135, 2, 136, 7, 136, 2, 137, 7, 137, 2, 138, 7, 138, 2, 139, 7, 139, 2, 140, 7, 140, 2, 141, 7, 141, 2, 142, 7, 142, 2, 143, 7, 143, 2, 144, 7, 144, 2, 145, 7, 145, 2, 146, 7, 146, 2, 147, 7, 147, 2, 148, 7, 148, 2, 149, 7, 149, 2, 150, 7, 150, 2, 151, 7, 151, 2, 152, 7, 152, 2, 153, 7, 153, 2, 154, 7, 154, 2, 155, 7, 155, 2, 156, 7, 156, 2, 157, 7, 157, 2, 158, 7, 158, 2, 159, 7, 159, 2, 160, 7, 160, 2, 161, 7, 161, 2, 162, 7, 162, 2, 163, 7, 163, 2, 164, 7, 164, 2, 165, 7, 165, 2, 166, 7, 166, 2, 167, 7, 167, 2, 168, 7, 168, 2, 169, 7, 169, 2, 170, 7, 170, 2, 171, 7, 171, 2, 172, 7, 172, 2, 173, 7, 173, 2, 174, 7, 174, 2, 175, 7, 175, 2, 176, 7, 176, 2, 177, 7, 177, 2, 178, 7, 178, 2, 179, 7, 179, 2, 180, 7, 180, 2, 181, 7, 181, 2, 182, 7, 182, 2, 183, 7, 183, 2, 184, 7, 184, 2, 185, 7, 185, 2, 186, 7, 186, 2, 187, 7, 187, 2, 188, 7, 188, 2, 189, 7, 189, 2, 190, 7, 190, 2, 191, 7, 191, 2, 192, 7, 192, 2, 193, 7, 193, 2, 194, 7, 194, 2, 195, 7, 195, 2, 196, 7, 196, 2, 197, 7, 197, 2, 198, 7, 198, 2, 199, 7, 199, 2, 200, 7, 200, 2, 201, 7, 201, 2, 202, 7, 202, 2, 203, 7, 203, 2, 204, 7, 204, 2, 205, 7, 205, 2, 206, 7, 206, 2, 207, 7, 207, 2, 208, 7, 208, 2, 209, 7, 209, 2, 210, 7, 210, 2, 211, 7, 211, 2, 212, 7, 212, 2, 213, 7, 213, 2, 214, 7, 214, 2, 215, 7, 215, 2, 216, 7, 216, 2, 217, 7, 217, 2, 218, 7, 218, 2, 219, 7, 219, 2, 220, 7, 220, 2, 221, 7, 221, 2, 222, 7, 222, 2, 223, 7, 223, 2, 224, 7, 224, 2, 225, 7, 225, 2, 226, 7, 226, 2, 227, 7, 227, 2, 228, 7, 228, 2, 229, 7, 229, 2, 230, 7, 230, 2, 231, 7, 231, 2, 232, 7, 232, 2, 233, 7, 233, 2, 234, 7, 234, 2, 235, 7, 235, 2, 236, 7, 236, 2, 237, 7, 237, 2, 238, 7, 238, 2, 239, 7, 239, 2, 240, 7, 240, 2, 241, 7, 241, 2, 242, 7, 242, 2, 243, 7, 243, 2, 244, 7, 244, 2, 245, 7, 245, 2, 246, 7, 246, 2, 247, 7, 247, 2, 248, 7, 248, 2, 249, 7, 249, 2, 250, 7, 250, 2, 251, 7, 251, 2, 252, 7, 252, 2, 253, 7, 253, 2, 254, 7, 254, 2, 255, 7, 255, 2, 256, 7, 256, 2, 257, 7, 257, 2, 258, 7, 258, 2, 259, 7, 259, 2, 260, 7, 260, 2, 261, 7, 261, 2, 262, 7, 262, 2, 263, 7, 263, 2, 264, 7, 264, 2, 265, 7, 265, 2, 266, 7, 266, 2, 267, 7, 267, 2, 268, 7, 268, 2, 269, 7, 269, 2, 270, 7, 270, 2, 271, 7, 271, 2, 272, 7, 272, 2, 273, 7, 273, 2, 274, 7, 274, 2, 275, 7, 275, 2, 276, 7, 276, 2, 277, 7, 277, 2, 278, 7, 278, 2, 279, 7, 279, 2, 280, 7, 280, 2, 281, 7, 281, 2, 282, 7, 282, 2, 283, 7, 283, 2, 284, 7, 284, 2, 285, 7, 285, 2, 286, 7, 286, 2, 287, 7, 287, 2, 288, 7, 288, 2, 289, 7, 289, 2, 290, 7, 290, 2, 291, 7, 291, 2, 292, 7, 292, 2, 293, 7, 293, 2, 294, 7, 294, 2, 295, 7, 295, 2, 296, 7, 296, 2, 297, 7, 297, 2, 298, 7, 298, 2, 299, 7, 299, 2, 300, 7, 300, 2, 301, 7, 301, 2, 302, 7, 302, 2, 303, 7, 303, 2, 304, 7, 304, 2, 305, 7, 305, 2, 306, 7, 306, 2, 307, 7, 307, 2, 308, 7, 308, 2, 309, 7, 309, 2, 310, 7, 310, 2, 311, 7, 311, 2, 312, 7, 312, 2, 313, 7, 313, 2, 314, 7, 314, 2, 315, 7, 315, 2, 316, 7, 316, 2, 317, 7, 317, 2, 318, 7, 318, 2, 319, 7, 319, 2, 320, 7, 320, 2, 321, 7, 321, 2, 322, 7, 322, 2, 323, 7, 323, 2, 324, 7, 324, 2, 325, 7, 325, 2, 326, 7, 326, 2, 327, 7, 327, 2, 328, 7, 328, 2, 329, 7, 329, 2, 330, 7, 330, 2, 331, 7, 331, 2, 332, 7, 332, 2, 333, 7, 333, 2, 334, 7, 334, 2, 335, 7, 335, 2, 336, 7, 336, 2, 337, 7, 337, 2, 338, 7, 338, 2, 339, 7, 339, 2, 340, 7, 340, 2, 341, 7, 341, 2, 342, 7, 342, 2, 343, 7, 343, 2, 344, 7, 344, 2, 345, 7, 345, 2, 346, 7, 346, 2, 347, 7, 347, 2, 348, 7, 348, 2, 349, 7, 349, 2, 350, 7, 350, 2, 351, 7, 351, 2, 352, 7, 352, 2, 353, 7, 353, 2, 354, 7, 354, 2, 355, 7, 355, 2, 356, 7, 356, 2, 357, 7, 357, 2, 358, 7, 358, 2, 359, 7, 359, 2, 360, 7, 360, 2, 361, 7, 361, 2, 362, 7, 362, 2, 363, 7, 363, 2, 364, 7, 364, 2, 365, 7, 365, 2, 366, 7, 366, 2, 367, 7, 367, 2, 368, 7, 368, 2, 369, 7, 369, 2, 370, 7, 370, 2, 371, 7, 371, 2, 372, 7, 372, 2, 373, 7, 373, 2, 374, 7, 374, 2, 375, 7, 375, 2, 376, 7, 376, 2, 377, 7, 377, 2, 378, 7, 378, 2, 379, 7, 379, 2, 380, 7, 380, 2, 381, 7, 381, 2, 382, 7, 382, 2, 383, 7, 383, 2, 384, 7, 384, 2, 385, 7, 385, 2, 386, 7, 386, 2, 387, 7, 387, 2, 388, 7, 388, 2, 389, 7, 389, 2, 390, 7, 390, 2, 391, 7, 391, 2, 392, 7, 392, 2, 393, 7, 393, 2, 394, 7, 394, 2, 395, 7, 395, 2, 396, 7, 396, 2, 397, 7, 397, 2, 398, 7, 398, 2, 399, 7, 399, 2, 400, 7, 400, 2, 401, 7, 401, 2, 402, 7, 402, 2, 403, 7, 403, 2, 404, 7, 404, 2, 405, 7, 405, 2, 406, 7, 406, 2, 407, 7, 407, 2, 408, 7, 408, 2, 409, 7, 409, 2, 410, 7, 410, 2, 411, 7, 411, 2, 412, 7, 412, 2, 413, 7, 413, 2, 414, 7, 414, 2, 415, 7, 415, 2, 416, 7, 416, 2, 417, 7, 417, 2, 418, 7, 418, 2, 419, 7, 419, 2, 420, 7, 420, 2, 421, 7, 421, 2, 422, 7, 422, 2, 423, 7, 423, 2, 424, 7, 424, 2, 425, 7, 425, 2, 426, 7, 426, 2, 427, 7, 427, 2, 428, 7, 428, 2, 429, 7, 429, 2, 430, 7, 430, 2, 431, 7, 431, 2, 432, 7, 432, 2, 433, 7, 433, 2, 434, 7, 434, 2, 435, 7, 435, 2, 436, 7, 436, 2, 437, 7, 437, 2, 438, 7, 438, 2, 439, 7, 439, 2, 440, 7, 440, 2, 441, 7, 441, 2, 442, 7, 442, 2, 443, 7, 443, 2, 444, 7, 444, 2, 445, 7, 445, 2, 446, 7, 446, 2, 447, 7, 447, 2, 448, 7, 448, 2, 449, 7, 449, 2, 450, 7, 450, 2, 451, 7, 451, 2, 452, 7, 452, 2, 453, 7, 453, 2, 454, 7, 454, 2, 455, 7, 455, 2, 456, 7, 456, 2, 457, 7, 457, 2, 458, 7, 458, 2, 459, 7, 459, 2, 460, 7, 460, 2, 461, 7, 461, 2, 462, 7, 462, 2, 463, 7, 463, 2, 464, 7, 464, 1, 0, 5, 0, 932, 8, 0, 10, 0, 12, 0, 935, 9, 0, 1, 0, 1, 0, 1, 1, 1, 1, 3, 1, 941, 8, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 1061, 8, 2, 3, 2, 1063, 8, 2, 1, 3, 1, 3, 1, 3, 1, 4, 1, 4, 1, 4, 1, 4, 3, 4, 1072, 8, 4, 1, 4, 5, 4, 1075, 8, 4, 10, 4, 12, 4, 1078, 9, 4, 1, 5, 1, 5, 1, 5, 3, 5, 1083, 8, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 3, 5, 1118, 8, 5, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 3, 6, 1128, 8, 6, 1, 7, 1, 7, 1, 7, 1, 7, 3, 7, 1134, 8, 7, 1, 7, 5, 7, 1137, 8, 7, 10, 7, 12, 7, 1140, 9, 7, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1146, 8, 8, 1, 8, 5, 8, 1149, 8, 8, 10, 8, 12, 8, 1152, 9, 8, 1, 9, 1, 9, 1, 9, 1, 9, 3, 9, 1158, 8, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 10, 1, 10, 1, 10, 1, 10, 3, 10, 1169, 8, 10, 1, 10, 1, 10, 1, 11, 1, 11, 5, 11, 1175, 8, 11, 10, 11, 12, 11, 1178, 9, 11, 1, 11, 3, 11, 1181, 8, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 3, 11, 1193, 8, 11, 1, 11, 1, 11, 1, 11, 1, 11, 3, 11, 1199, 8, 11, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 1205, 8, 12, 1, 12, 1, 12, 3, 12, 1209, 8, 12, 1, 12, 1, 12, 1, 12, 3, 12, 1214, 8, 12, 1, 12, 1, 12, 3, 12, 1218, 8, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 1231, 8, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 1241, 8, 12, 3, 12, 1243, 8, 12, 1, 13, 1, 13, 1, 13, 1, 13, 3, 13, 1249, 8, 13, 1, 13, 5, 13, 1252, 8, 13, 10, 13, 12, 13, 1255, 9, 13, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 15, 1, 15, 1, 15, 3, 15, 1267, 8, 15, 1, 15, 3, 15, 1270, 8, 15, 1, 15, 1, 15, 1, 15, 3, 15, 1275, 8, 15, 1, 15, 5, 15, 1278, 8, 15, 10, 15, 12, 15, 1281, 9, 15, 1, 16, 1, 16, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 3, 17, 1291, 8, 17, 1, 18, 1, 18, 3, 18, 1295, 8, 18, 1, 18, 1, 18, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 3, 19, 1307, 8, 19, 1, 20, 1, 20, 3, 20, 1311, 8, 20, 1, 20, 3, 20, 1314, 8, 20, 1, 20, 1, 20, 3, 20, 1318, 8, 20, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 3, 21, 1330, 8, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 3, 21, 1348, 8, 21, 1, 22, 1, 22, 1, 22, 5, 22, 1353, 8, 22, 10, 22, 12, 22, 1356, 9, 22, 1, 23, 1, 23, 1, 23, 5, 23, 1361, 8, 23, 10, 23, 12, 23, 1364, 9, 23, 1, 24, 1, 24, 3, 24, 1368, 8, 24, 1, 25, 1, 25, 1, 25, 1, 25, 1, 25, 3, 25, 1375, 8, 25, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 3, 26, 1383, 8, 26, 1, 27, 1, 27, 1, 27, 1, 27, 3, 27, 1389, 8, 27, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 3, 28, 1397, 8, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 3, 28, 1405, 8, 28, 1, 29, 1, 29, 3, 29, 1409, 8, 29, 1, 30, 1, 30, 1, 30, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 3, 31, 1423, 8, 31, 1, 32, 1, 32, 1, 32, 3, 32, 1428, 8, 32, 1, 33, 1, 33, 1, 33, 3, 33, 1433, 8, 33, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 3, 34, 1445, 8, 34, 1, 35, 1, 35, 1, 35, 1, 35, 3, 35, 1451, 8, 35, 1, 35, 1, 35, 1, 36, 1, 36, 1, 37, 1, 37, 1, 37, 1, 38, 1, 38, 1, 38, 3, 38, 1463, 8, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1468, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1478, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1484, 8, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1489, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1498, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1505, 8, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1510, 8, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1515, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1525, 8, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1530, 8, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1535, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1542, 8, 38, 1, 38, 1, 38, 3, 38, 1546, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1560, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1566, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1572, 8, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1577, 8, 38, 1, 39, 1, 39, 1, 39, 5, 39, 1582, 8, 39, 10, 39, 12, 39, 1585, 9, 39, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 3, 40, 1593, 8, 40, 1, 41, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 1, 42, 3, 42, 1602, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 5, 42, 1609, 8, 42, 10, 42, 12, 42, 1612, 9, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1620, 8, 42, 1, 42, 1, 42, 3, 42, 1624, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1636, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1644, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1654, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1674, 8, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1679, 8, 42, 1, 42, 3, 42, 1682, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1689, 8, 42, 1, 42, 3, 42, 1692, 8, 42, 1, 42, 1, 42, 3, 42, 1696, 8, 42, 1, 42, 1, 42, 3, 42, 1700, 8, 42, 1, 42, 3, 42, 1703, 8, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1708, 8, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1713, 8, 42, 1, 42, 1, 42, 3, 42, 1717, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1726, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1732, 8, 42, 1, 42, 1, 42, 3, 42, 1736, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1745, 8, 42, 1, 42, 3, 42, 1748, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1754, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1763, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 4, 42, 1773, 8, 42, 11, 42, 12, 42, 1774, 1, 42, 1, 42, 3, 42, 1779, 8, 42, 1, 42, 1, 42, 3, 42, 1783, 8, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1788, 8, 42, 1, 42, 3, 42, 1791, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1797, 8, 42, 4, 42, 1799, 8, 42, 11, 42, 12, 42, 1800, 1, 42, 1, 42, 3, 42, 1805, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1811, 8, 42, 1, 42, 1, 42, 3, 42, 1815, 8, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1820, 8, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1825, 8, 42, 1, 42, 1, 42, 3, 42, 1829, 8, 42, 1, 42, 3, 42, 1832, 8, 42, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 3, 43, 1839, 8, 43, 1, 44, 1, 44, 1, 45, 1, 45, 1, 45, 1, 46, 1, 46, 1, 46, 1, 46, 5, 46, 1850, 8, 46, 10, 46, 12, 46, 1853, 9, 46, 1, 46, 1, 46, 1, 47, 1, 47, 1, 47, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 1865, 8, 48, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 3, 49, 1890, 8, 49, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 5, 50, 1898, 8, 50, 10, 50, 12, 50, 1901, 9, 50, 1, 51, 1, 51, 1, 51, 1, 51, 3, 51, 1907, 8, 51, 1, 51, 1, 51, 1, 51, 3, 51, 1912, 8, 51, 1, 51, 1, 51, 3, 51, 1916, 8, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 3, 51, 1923, 8, 51, 1, 51, 1, 51, 1, 51, 3, 51, 1928, 8, 51, 1, 51, 3, 51, 1931, 8, 51, 3, 51, 1933, 8, 51, 1, 52, 1, 52, 1, 52, 3, 52, 1938, 8, 52, 1, 53, 1, 53, 3, 53, 1942, 8, 53, 1, 53, 1, 53, 3, 53, 1946, 8, 53, 1, 53, 1, 53, 3, 53, 1950, 8, 53, 1, 53, 1, 53, 1, 53, 3, 53, 1955, 8, 53, 1, 53, 3, 53, 1958, 8, 53, 1, 53, 1, 53, 3, 53, 1962, 8, 53, 1, 53, 3, 53, 1965, 8, 53, 1, 53, 1, 53, 3, 53, 1969, 8, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 3, 53, 1977, 8, 53, 1, 53, 1, 53, 1, 53, 3, 53, 1982, 8, 53, 1, 53, 3, 53, 1985, 8, 53, 1, 53, 1, 53, 3, 53, 1989, 8, 53, 1, 54, 1, 54, 1, 54, 1, 54, 3, 54, 1995, 8, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 3, 54, 2004, 8, 54, 1, 54, 1, 54, 3, 54, 2008, 8, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 3, 54, 2018, 8, 54, 1, 54, 1, 54, 1, 54, 3, 54, 2023, 8, 54, 5, 54, 2025, 8, 54, 10, 54, 12, 54, 2028, 9, 54, 1, 54, 3, 54, 2031, 8, 54, 5, 54, 2033, 8, 54, 10, 54, 12, 54, 2036, 9, 54, 1, 55, 1, 55, 1, 55, 1, 55, 3, 55, 2042, 8, 55, 1, 55, 1, 55, 1, 55, 3, 55, 2047, 8, 55, 5, 55, 2049, 8, 55, 10, 55, 12, 55, 2052, 9, 55, 1, 55, 1, 55, 3, 55, 2056, 8, 55, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 5, 56, 2066, 8, 56, 10, 56, 12, 56, 2069, 9, 56, 1, 56, 1, 56, 3, 56, 2073, 8, 56, 1, 57, 1, 57, 3, 57, 2077, 8, 57, 1, 57, 1, 57, 3, 57, 2081, 8, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2086, 8, 57, 1, 57, 1, 57, 3, 57, 2090, 8, 57, 1, 57, 3, 57, 2093, 8, 57, 1, 57, 3, 57, 2096, 8, 57, 1, 57, 3, 57, 2099, 8, 57, 1, 57, 3, 57, 2102, 8, 57, 1, 57, 3, 57, 2105, 8, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2110, 8, 57, 1, 57, 3, 57, 2113, 8, 57, 1, 57, 3, 57, 2116, 8, 57, 1, 57, 3, 57, 2119, 8, 57, 1, 57, 3, 57, 2122, 8, 57, 1, 57, 3, 57, 2125, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2131, 8, 57, 1, 57, 1, 57, 3, 57, 2135, 8, 57, 1, 57, 3, 57, 2138, 8, 57, 1, 57, 3, 57, 2141, 8, 57, 1, 57, 3, 57, 2144, 8, 57, 1, 57, 3, 57, 2147, 8, 57, 3, 57, 2149, 8, 57, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2156, 8, 58, 1, 59, 1, 59, 1, 59, 1, 59, 5, 59, 2162, 8, 59, 10, 59, 12, 59, 2165, 9, 59, 1, 59, 1, 59, 1, 60, 1, 60, 1, 60, 5, 60, 2172, 8, 60, 10, 60, 12, 60, 2175, 9, 60, 1, 61, 1, 61, 3, 61, 2179, 8, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 5, 61, 2187, 8, 61, 10, 61, 12, 61, 2190, 9, 61, 3, 61, 2192, 8, 61, 1, 62, 1, 62, 1, 62, 3, 62, 2197, 8, 62, 1, 62, 5, 62, 2200, 8, 62, 10, 62, 12, 62, 2203, 9, 62, 1, 62, 1, 62, 3, 62, 2207, 8, 62, 1, 62, 3, 62, 2210, 8, 62, 1, 63, 1, 63, 1, 63, 3, 63, 2215, 8, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 3, 63, 2224, 8, 63, 3, 63, 2226, 8, 63, 1, 63, 1, 63, 3, 63, 2230, 8, 63, 1, 63, 3, 63, 2233, 8, 63, 1, 63, 1, 63, 3, 63, 2237, 8, 63, 1, 63, 5, 63, 2240, 8, 63, 10, 63, 12, 63, 2243, 9, 63, 1, 64, 1, 64, 3, 64, 2247, 8, 64, 1, 64, 1, 64, 3, 64, 2251, 8, 64, 1, 64, 3, 64, 2254, 8, 64, 1, 64, 1, 64, 3, 64, 2258, 8, 64, 1, 65, 3, 65, 2261, 8, 65, 1, 65, 1, 65, 1, 65, 3, 65, 2266, 8, 65, 1, 65, 3, 65, 2269, 8, 65, 1, 65, 1, 65, 1, 65, 3, 65, 2274, 8, 65, 1, 65, 3, 65, 2277, 8, 65, 1, 65, 1, 65, 3, 65, 2281, 8, 65, 1, 65, 3, 65, 2284, 8, 65, 1, 65, 3, 65, 2287, 8, 65, 1, 65, 1, 65, 1, 65, 3, 65, 2292, 8, 65, 1, 65, 3, 65, 2295, 8, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 3, 65, 2303, 8, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 4, 65, 2313, 8, 65, 11, 65, 12, 65, 2314, 1, 65, 1, 65, 3, 65, 2319, 8, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 3, 65, 2326, 8, 65, 1, 65, 1, 65, 1, 65, 3, 65, 2331, 8, 65, 1, 65, 3, 65, 2334, 8, 65, 1, 65, 3, 65, 2337, 8, 65, 1, 65, 3, 65, 2340, 8, 65, 1, 66, 1, 66, 1, 66, 3, 66, 2345, 8, 66, 1, 67, 1, 67, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 5, 68, 2354, 8, 68, 10, 68, 12, 68, 2357, 9, 68, 1, 68, 1, 68, 1, 68, 3, 68, 2362, 8, 68, 1, 68, 1, 68, 3, 68, 2366, 8, 68, 1, 68, 3, 68, 2369, 8, 68, 1, 68, 3, 68, 2372, 8, 68, 1, 68, 5, 68, 2375, 8, 68, 10, 68, 12, 68, 2378, 9, 68, 1, 68, 1, 68, 5, 68, 2382, 8, 68, 10, 68, 12, 68, 2385, 9, 68, 3, 68, 2387, 8, 68, 1, 68, 1, 68, 3, 68, 2391, 8, 68, 1, 68, 1, 68, 1, 68, 1, 68, 5, 68, 2397, 8, 68, 10, 68, 12, 68, 2400, 9, 68, 1, 68, 1, 68, 3, 68, 2404, 8, 68, 1, 68, 3, 68, 2407, 8, 68, 1, 68, 3, 68, 2410, 8, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 3, 68, 2417, 8, 68, 1, 68, 5, 68, 2420, 8, 68, 10, 68, 12, 68, 2423, 9, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 3, 68, 2431, 8, 68, 1, 68, 3, 68, 2434, 8, 68, 1, 68, 3, 68, 2437, 8, 68, 1, 68, 5, 68, 2440, 8, 68, 10, 68, 12, 68, 2443, 9, 68, 3, 68, 2445, 8, 68, 1, 69, 1, 69, 1, 69, 1, 69, 1, 70, 1, 70, 1, 70, 1, 70, 5, 70, 2455, 8, 70, 10, 70, 12, 70, 2458, 9, 70, 1, 70, 1, 70, 1, 71, 1, 71, 1, 71, 5, 71, 2465, 8, 71, 10, 71, 12, 71, 2468, 9, 71, 1, 72, 1, 72, 1, 72, 1, 73, 1, 73, 1, 73, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 3, 74, 2484, 8, 74, 1, 75, 1, 75, 3, 75, 2488, 8, 75, 1, 75, 1, 75, 3, 75, 2492, 8, 75, 3, 75, 2494, 8, 75, 1, 76, 1, 76, 1, 76, 1, 76, 1, 77, 1, 77, 1, 77, 1, 77, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 3, 78, 2511, 8, 78, 3, 78, 2513, 8, 78, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 5, 80, 2527, 8, 80, 10, 80, 12, 80, 2530, 9, 80, 1, 80, 1, 80, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 3, 81, 2540, 8, 81, 1, 81, 3, 81, 2543, 8, 81, 1, 81, 3, 81, 2546, 8, 81, 1, 82, 1, 82, 1, 82, 1, 83, 1, 83, 1, 83, 1, 83, 3, 83, 2555, 8, 83, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 3, 84, 2564, 8, 84, 1, 85, 1, 85, 1, 85, 1, 86, 1, 86, 1, 86, 1, 86, 1, 87, 1, 87, 1, 87, 1, 87, 1, 88, 1, 88, 1, 88, 3, 88, 2580, 8, 88, 1, 88, 3, 88, 2583, 8, 88, 1, 88, 3, 88, 2586, 8, 88, 1, 88, 1, 88, 1, 88, 1, 88, 5, 88, 2592, 8, 88, 10, 88, 12, 88, 2595, 9, 88, 1, 88, 3, 88, 2598, 8, 88, 1, 88, 1, 88, 1, 89, 1, 89, 1, 89, 3, 89, 2605, 8, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 90, 1, 90, 3, 90, 2614, 8, 90, 1, 90, 1, 90, 3, 90, 2618, 8, 90, 1, 90, 1, 90, 1, 90, 1, 90, 3, 90, 2624, 8, 90, 1, 91, 1, 91, 3, 91, 2628, 8, 91, 1, 91, 3, 91, 2631, 8, 91, 1, 91, 3, 91, 2634, 8, 91, 1, 91, 3, 91, 2637, 8, 91, 1, 91, 3, 91, 2640, 8, 91, 1, 92, 1, 92, 1, 92, 1, 92, 3, 92, 2646, 8, 92, 1, 93, 1, 93, 3, 93, 2650, 8, 93, 1, 93, 1, 93, 1, 93, 3, 93, 2655, 8, 93, 1, 93, 1, 93, 3, 93, 2659, 8, 93, 1, 93, 3, 93, 2662, 8, 93, 1, 93, 3, 93, 2665, 8, 93, 1, 93, 3, 93, 2668, 8, 93, 1, 93, 1, 93, 1, 93, 3, 93, 2673, 8, 93, 1, 94, 1, 94, 1, 94, 1, 94, 3, 94, 2679, 8, 94, 1, 94, 1, 94, 3, 94, 2683, 8, 94, 1, 95, 1, 95, 3, 95, 2687, 8, 95, 1, 95, 1, 95, 3, 95, 2691, 8, 95, 1, 95, 1, 95, 4, 95, 2695, 8, 95, 11, 95, 12, 95, 2696, 3, 95, 2699, 8, 95, 1, 96, 1, 96, 1, 96, 3, 96, 2704, 8, 96, 1, 96, 1, 96, 4, 96, 2708, 8, 96, 11, 96, 12, 96, 2709, 1, 97, 1, 97, 1, 97, 1, 97, 3, 97, 2716, 8, 97, 1, 97, 1, 97, 3, 97, 2720, 8, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 3, 97, 2735, 8, 97, 1, 97, 1, 97, 1, 97, 3, 97, 2740, 8, 97, 1, 97, 3, 97, 2743, 8, 97, 3, 97, 2745, 8, 97, 1, 98, 3, 98, 2748, 8, 98, 1, 98, 1, 98, 3, 98, 2752, 8, 98, 1, 99, 1, 99, 3, 99, 2756, 8, 99, 1, 99, 3, 99, 2759, 8, 99, 1, 99, 3, 99, 2762, 8, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 3, 99, 2770, 8, 99, 1, 99, 1, 99, 1, 99, 1, 99, 3, 99, 2776, 8, 99, 3, 99, 2778, 8, 99, 1, 100, 1, 100, 1, 100, 1, 100, 3, 100, 2784, 8, 100, 1, 100, 1, 100, 1, 100, 3, 100, 2789, 8, 100, 1, 101, 1, 101, 1, 101, 3, 101, 2794, 8, 101, 1, 101, 1, 101, 3, 101, 2798, 8, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 5, 101, 2805, 8, 101, 10, 101, 12, 101, 2808, 9, 101, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 5, 102, 2816, 8, 102, 10, 102, 12, 102, 2819, 9, 102, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 3, 103, 2857, 8, 103, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 4, 104, 2865, 8, 104, 11, 104, 12, 104, 2866, 3, 104, 2869, 8, 104, 1, 104, 3, 104, 2872, 8, 104, 1, 105, 1, 105, 3, 105, 2876, 8, 105, 1, 105, 1, 105, 3, 105, 2880, 8, 105, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 4, 106, 2888, 8, 106, 11, 106, 12, 106, 2889, 3, 106, 2892, 8, 106, 1, 106, 1, 106, 4, 106, 2896, 8, 106, 11, 106, 12, 106, 2897, 3, 106, 2900, 8, 106, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 5, 107, 2907, 8, 107, 10, 107, 12, 107, 2910, 9, 107, 1, 107, 1, 107, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 5, 108, 2919, 8, 108, 10, 108, 12, 108, 2922, 9, 108, 1, 108, 1, 108, 1, 109, 1, 109, 1, 109, 1, 110, 1, 110, 1, 110, 1, 111, 1, 111, 1, 111, 3, 111, 2935, 8, 111, 1, 111, 1, 111, 1, 111, 3, 111, 2940, 8, 111, 1, 111, 3, 111, 2943, 8, 111, 1, 111, 1, 111, 1, 111, 1, 111, 1, 111, 3, 111, 2950, 8, 111, 1, 112, 1, 112, 1, 112, 3, 112, 2955, 8, 112, 1, 113, 1, 113, 1, 113, 1, 113, 1, 113, 1, 113, 3, 113, 2963, 8, 113, 3, 113, 2965, 8, 113, 1, 114, 1, 114, 1, 114, 1, 114, 3, 114, 2971, 8, 114, 1, 114, 1, 114, 1, 114, 3, 114, 2976, 8, 114, 1, 114, 1, 114, 3, 114, 2980, 8, 114, 1, 114, 1, 114, 1, 114, 3, 114, 2985, 8, 114, 1, 114, 1, 114, 1, 114, 1, 114, 3, 114, 2991, 8, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 3, 114, 2998, 8, 114, 1, 114, 1, 114, 1, 114, 1, 114, 3, 114, 3004, 8, 114, 3, 114, 3006, 8, 114, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 3, 115, 3015, 8, 115, 1, 115, 1, 115, 1, 115, 1, 115, 3, 115, 3021, 8, 115, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 3, 115, 3029, 8, 115, 1, 116, 1, 116, 1, 116, 1, 116, 3, 116, 3035, 8, 116, 1, 116, 1, 116, 1, 116, 3, 116, 3040, 8, 116, 1, 116, 1, 116, 1, 116, 3, 116, 3045, 8, 116, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 3, 117, 3053, 8, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 3, 118, 3068, 8, 118, 3, 118, 3070, 8, 118, 1, 118, 1, 118, 3, 118, 3074, 8, 118, 1, 118, 1, 118, 3, 118, 3078, 8, 118, 1, 118, 3, 118, 3081, 8, 118, 1, 118, 3, 118, 3084, 8, 118, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 3, 119, 3093, 8, 119, 1, 119, 3, 119, 3096, 8, 119, 1, 119, 3, 119, 3099, 8, 119, 1, 120, 1, 120, 1, 120, 1, 120, 3, 120, 3105, 8, 120, 1, 120, 1, 120, 5, 120, 3109, 8, 120, 10, 120, 12, 120, 3112, 9, 120, 1, 120, 3, 120, 3115, 8, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 3, 120, 3127, 8, 120, 1, 120, 1, 120, 1, 120, 1, 120, 3, 120, 3133, 8, 120, 1, 121, 3, 121, 3136, 8, 121, 1, 121, 1, 121, 1, 121, 3, 121, 3141, 8, 121, 1, 121, 1, 121, 3, 121, 3145, 8, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 3, 121, 3152, 8, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 3, 121, 3162, 8, 121, 3, 121, 3164, 8, 121, 1, 122, 1, 122, 1, 122, 1, 122, 1, 122, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 125, 1, 125, 3, 125, 3188, 8, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 3, 125, 3200, 8, 125, 1, 125, 4, 125, 3203, 8, 125, 11, 125, 12, 125, 3204, 3, 125, 3207, 8, 125, 1, 125, 1, 125, 3, 125, 3211, 8, 125, 1, 125, 3, 125, 3214, 8, 125, 1, 125, 3, 125, 3217, 8, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 3, 125, 3227, 8, 125, 1, 125, 3, 125, 3230, 8, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 3, 125, 3240, 8, 125, 1, 125, 5, 125, 3243, 8, 125, 10, 125, 12, 125, 3246, 9, 125, 1, 125, 1, 125, 3, 125, 3250, 8, 125, 1, 125, 3, 125, 3253, 8, 125, 1, 125, 3, 125, 3256, 8, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 3, 125, 3264, 8, 125, 1, 126, 1, 126, 1, 126, 1, 126, 3, 126, 3270, 8, 126, 1, 127, 1, 127, 1, 127, 5, 127, 3275, 8, 127, 10, 127, 12, 127, 3278, 9, 127, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 3, 128, 3285, 8, 128, 1, 128, 3, 128, 3288, 8, 128, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 130, 1, 130, 1, 130, 1, 130, 3, 130, 3299, 8, 130, 1, 131, 1, 131, 3, 131, 3303, 8, 131, 1, 131, 1, 131, 5, 131, 3307, 8, 131, 10, 131, 12, 131, 3310, 9, 131, 1, 132, 1, 132, 1, 132, 1, 132, 3, 132, 3316, 8, 132, 1, 133, 3, 133, 3319, 8, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 3, 133, 3328, 8, 133, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 5, 134, 3340, 8, 134, 10, 134, 12, 134, 3343, 9, 134, 3, 134, 3345, 8, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 5, 135, 3357, 8, 135, 10, 135, 12, 135, 3360, 9, 135, 1, 135, 1, 135, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 3, 136, 3370, 8, 136, 1, 136, 3, 136, 3373, 8, 136, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 5, 137, 3383, 8, 137, 10, 137, 12, 137, 3386, 9, 137, 1, 138, 1, 138, 3, 138, 3390, 8, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 5, 138, 3401, 8, 138, 10, 138, 12, 138, 3404, 9, 138, 1, 138, 1, 138, 3, 138, 3408, 8, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 3, 138, 3421, 8, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 5, 138, 3428, 8, 138, 10, 138, 12, 138, 3431, 9, 138, 3, 138, 3433, 8, 138, 1, 138, 3, 138, 3436, 8, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 3, 138, 3443, 8, 138, 1, 138, 3, 138, 3446, 8, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 3, 138, 3458, 8, 138, 1, 138, 1, 138, 1, 138, 1, 138, 3, 138, 3464, 8, 138, 3, 138, 3466, 8, 138, 1, 139, 1, 139, 1, 139, 1, 139, 5, 139, 3472, 8, 139, 10, 139, 12, 139, 3475, 9, 139, 1, 139, 1, 139, 1, 140, 1, 140, 1, 140, 3, 140, 3482, 8, 140, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 3, 141, 3490, 8, 141, 1, 142, 1, 142, 1, 142, 1, 142, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 3, 143, 3502, 8, 143, 1, 143, 1, 143, 1, 143, 3, 143, 3507, 8, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 3, 143, 3518, 8, 143, 1, 144, 1, 144, 1, 144, 1, 144, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 3, 145, 3529, 8, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 3, 145, 3537, 8, 145, 1, 145, 1, 145, 1, 145, 1, 145, 5, 145, 3543, 8, 145, 10, 145, 12, 145, 3546, 9, 145, 1, 146, 1, 146, 1, 146, 1, 146, 3, 146, 3552, 8, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 3, 146, 3559, 8, 146, 3, 146, 3561, 8, 146, 1, 146, 3, 146, 3564, 8, 146, 1, 146, 1, 146, 1, 146, 3, 146, 3569, 8, 146, 1, 146, 1, 146, 1, 146, 3, 146, 3574, 8, 146, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 5, 148, 3591, 8, 148, 10, 148, 12, 148, 3594, 9, 148, 1, 148, 1, 148, 1, 148, 1, 148, 5, 148, 3600, 8, 148, 10, 148, 12, 148, 3603, 9, 148, 3, 148, 3605, 8, 148, 1, 149, 1, 149, 1, 149, 1, 149, 1, 150, 1, 150, 1, 150, 1, 150, 1, 150, 1, 150, 1, 150, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3632, 8, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3641, 8, 151, 1, 151, 3, 151, 3644, 8, 151, 1, 151, 1, 151, 3, 151, 3648, 8, 151, 1, 151, 1, 151, 3, 151, 3652, 8, 151, 1, 151, 1, 151, 3, 151, 3656, 8, 151, 1, 151, 1, 151, 1, 151, 5, 151, 3661, 8, 151, 10, 151, 12, 151, 3664, 9, 151, 1, 151, 3, 151, 3667, 8, 151, 1, 151, 1, 151, 3, 151, 3671, 8, 151, 1, 151, 1, 151, 3, 151, 3675, 8, 151, 1, 151, 1, 151, 3, 151, 3679, 8, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3684, 8, 151, 1, 151, 1, 151, 3, 151, 3688, 8, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3693, 8, 151, 1, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3699, 8, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3704, 8, 151, 1, 151, 1, 151, 1, 151, 5, 151, 3709, 8, 151, 10, 151, 12, 151, 3712, 9, 151, 1, 151, 3, 151, 3715, 8, 151, 1, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3721, 8, 151, 1, 151, 1, 151, 3, 151, 3725, 8, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3730, 8, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3738, 8, 151, 1, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3744, 8, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3749, 8, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3756, 8, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3761, 8, 151, 1, 151, 1, 151, 3, 151, 3765, 8, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3770, 8, 151, 1, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3776, 8, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3783, 8, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3788, 8, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3795, 8, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3800, 8, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3807, 8, 151, 1, 151, 1, 151, 3, 151, 3811, 8, 151, 1, 151, 1, 151, 1, 151, 1, 151, 5, 151, 3817, 8, 151, 10, 151, 12, 151, 3820, 9, 151, 1, 151, 3, 151, 3823, 8, 151, 3, 151, 3825, 8, 151, 1, 152, 3, 152, 3828, 8, 152, 1, 152, 1, 152, 1, 152, 3, 152, 3833, 8, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 3, 152, 3843, 8, 152, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 3, 153, 3858, 8, 153, 1, 153, 3, 153, 3861, 8, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 3, 153, 3869, 8, 153, 1, 154, 1, 154, 1, 154, 5, 154, 3874, 8, 154, 10, 154, 12, 154, 3877, 9, 154, 1, 155, 1, 155, 3, 155, 3881, 8, 155, 1, 156, 1, 156, 4, 156, 3885, 8, 156, 11, 156, 12, 156, 3886, 1, 157, 1, 157, 3, 157, 3891, 8, 157, 1, 157, 1, 157, 1, 157, 5, 157, 3896, 8, 157, 10, 157, 12, 157, 3899, 9, 157, 1, 157, 1, 157, 3, 157, 3903, 8, 157, 1, 157, 3, 157, 3906, 8, 157, 1, 158, 3, 158, 3909, 8, 158, 1, 158, 1, 158, 3, 158, 3913, 8, 158, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 3, 159, 3922, 8, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 3, 159, 3940, 8, 159, 1, 159, 3, 159, 3943, 8, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 3, 159, 3975, 8, 159, 1, 159, 1, 159, 1, 159, 3, 159, 3980, 8, 159, 1, 160, 1, 160, 1, 160, 1, 160, 3, 160, 3986, 8, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 3, 160, 4006, 8, 160, 1, 160, 1, 160, 1, 160, 3, 160, 4011, 8, 160, 1, 161, 1, 161, 1, 161, 1, 162, 3, 162, 4017, 8, 162, 1, 162, 3, 162, 4020, 8, 162, 1, 162, 1, 162, 3, 162, 4024, 8, 162, 1, 162, 1, 162, 3, 162, 4028, 8, 162, 1, 162, 1, 162, 1, 162, 1, 162, 3, 162, 4034, 8, 162, 1, 162, 3, 162, 4037, 8, 162, 1, 162, 1, 162, 3, 162, 4041, 8, 162, 1, 162, 1, 162, 3, 162, 4045, 8, 162, 1, 162, 1, 162, 1, 162, 3, 162, 4050, 8, 162, 1, 162, 3, 162, 4053, 8, 162, 1, 162, 3, 162, 4056, 8, 162, 1, 162, 3, 162, 4059, 8, 162, 1, 163, 1, 163, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 3, 164, 4072, 8, 164, 1, 165, 1, 165, 1, 165, 1, 165, 3, 165, 4078, 8, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 3, 165, 4086, 8, 165, 1, 166, 1, 166, 1, 166, 5, 166, 4091, 8, 166, 10, 166, 12, 166, 4094, 9, 166, 1, 166, 1, 166, 3, 166, 4098, 8, 166, 1, 166, 3, 166, 4101, 8, 166, 1, 166, 1, 166, 1, 166, 5, 166, 4106, 8, 166, 10, 166, 12, 166, 4109, 9, 166, 3, 166, 4111, 8, 166, 1, 167, 1, 167, 1, 168, 1, 168, 1, 168, 1, 168, 3, 168, 4119, 8, 168, 1, 168, 3, 168, 4122, 8, 168, 1, 169, 1, 169, 1, 169, 3, 169, 4127, 8, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 3, 169, 4134, 8, 169, 1, 169, 3, 169, 4137, 8, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 5, 169, 4155, 8, 169, 10, 169, 12, 169, 4158, 9, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 3, 169, 4169, 8, 169, 1, 170, 3, 170, 4172, 8, 170, 1, 170, 1, 170, 1, 170, 1, 170, 3, 170, 4178, 8, 170, 1, 170, 5, 170, 4181, 8, 170, 10, 170, 12, 170, 4184, 9, 170, 1, 171, 1, 171, 1, 171, 1, 171, 5, 171, 4190, 8, 171, 10, 171, 12, 171, 4193, 9, 171, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 3, 171, 4200, 8, 171, 1, 171, 1, 171, 1, 171, 3, 171, 4205, 8, 171, 1, 172, 1, 172, 1, 172, 1, 172, 3, 172, 4211, 8, 172, 1, 172, 1, 172, 1, 172, 5, 172, 4216, 8, 172, 10, 172, 12, 172, 4219, 9, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 3, 172, 4226, 8, 172, 1, 172, 3, 172, 4229, 8, 172, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 5, 173, 4240, 8, 173, 10, 173, 12, 173, 4243, 9, 173, 1, 173, 1, 173, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 3, 174, 4256, 8, 174, 1, 174, 1, 174, 1, 174, 1, 174, 3, 174, 4262, 8, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 3, 174, 4270, 8, 174, 3, 174, 4272, 8, 174, 1, 175, 1, 175, 1, 176, 1, 176, 3, 176, 4278, 8, 176, 1, 176, 1, 176, 3, 176, 4282, 8, 176, 1, 176, 3, 176, 4285, 8, 176, 1, 176, 3, 176, 4288, 8, 176, 1, 176, 1, 176, 1, 176, 3, 176, 4293, 8, 176, 1, 176, 1, 176, 1, 176, 3, 176, 4298, 8, 176, 1, 176, 1, 176, 3, 176, 4302, 8, 176, 1, 176, 3, 176, 4305, 8, 176, 1, 176, 3, 176, 4308, 8, 176, 1, 176, 3, 176, 4311, 8, 176, 1, 176, 3, 176, 4314, 8, 176, 1, 177, 1, 177, 1, 177, 1, 177, 5, 177, 4320, 8, 177, 10, 177, 12, 177, 4323, 9, 177, 1, 177, 1, 177, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 3, 178, 4333, 8, 178, 1, 178, 3, 178, 4336, 8, 178, 1, 178, 3, 178, 4339, 8, 178, 1, 178, 1, 178, 1, 178, 3, 178, 4344, 8, 178, 1, 178, 3, 178, 4347, 8, 178, 1, 178, 1, 178, 3, 178, 4351, 8, 178, 1, 179, 1, 179, 3, 179, 4355, 8, 179, 1, 179, 1, 179, 1, 179, 1, 179, 3, 179, 4361, 8, 179, 1, 179, 1, 179, 1, 179, 1, 179, 5, 179, 4367, 8, 179, 10, 179, 12, 179, 4370, 9, 179, 3, 179, 4372, 8, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 5, 179, 4383, 8, 179, 10, 179, 12, 179, 4386, 9, 179, 1, 179, 1, 179, 3, 179, 4390, 8, 179, 3, 179, 4392, 8, 179, 1, 179, 4, 179, 4395, 8, 179, 11, 179, 12, 179, 4396, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 3, 179, 4404, 8, 179, 1, 180, 1, 180, 1, 180, 1, 181, 1, 181, 3, 181, 4411, 8, 181, 1, 181, 1, 181, 1, 182, 1, 182, 1, 182, 5, 182, 4418, 8, 182, 10, 182, 12, 182, 4421, 9, 182, 1, 183, 1, 183, 1, 183, 5, 183, 4426, 8, 183, 10, 183, 12, 183, 4429, 9, 183, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 3, 184, 4436, 8, 184, 1, 185, 1, 185, 1, 185, 5, 185, 4441, 8, 185, 10, 185, 12, 185, 4444, 9, 185, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 3, 186, 4451, 8, 186, 1, 187, 1, 187, 1, 187, 5, 187, 4456, 8, 187, 10, 187, 12, 187, 4459, 9, 187, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 3, 188, 4466, 8, 188, 1, 189, 1, 189, 3, 189, 4470, 8, 189, 1, 189, 1, 189, 3, 189, 4474, 8, 189, 3, 189, 4476, 8, 189, 1, 189, 1, 189, 1, 190, 1, 190, 3, 190, 4482, 8, 190, 1, 190, 1, 190, 1, 190, 3, 190, 4487, 8, 190, 1, 191, 1, 191, 3, 191, 4491, 8, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 3, 191, 4498, 8, 191, 1, 192, 1, 192, 1, 192, 3, 192, 4503, 8, 192, 1, 193, 1, 193, 1, 193, 3, 193, 4508, 8, 193, 1, 193, 1, 193, 1, 193, 3, 193, 4513, 8, 193, 3, 193, 4515, 8, 193, 1, 193, 1, 193, 1, 194, 1, 194, 1, 194, 1, 195, 1, 195, 1, 195, 3, 195, 4525, 8, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 3, 195, 4535, 8, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 3, 195, 4551, 8, 195, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 5, 196, 4567, 8, 196, 10, 196, 12, 196, 4570, 9, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 3, 196, 4581, 8, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 3, 196, 4588, 8, 196, 1, 197, 1, 197, 1, 197, 1, 198, 1, 198, 1, 198, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 3, 199, 4603, 8, 199, 1, 199, 4, 199, 4606, 8, 199, 11, 199, 12, 199, 4607, 1, 199, 3, 199, 4611, 8, 199, 1, 200, 1, 200, 1, 200, 3, 200, 4616, 8, 200, 1, 200, 1, 200, 1, 200, 3, 200, 4621, 8, 200, 1, 200, 1, 200, 1, 200, 3, 200, 4626, 8, 200, 1, 200, 3, 200, 4629, 8, 200, 1, 200, 3, 200, 4632, 8, 200, 1, 201, 1, 201, 1, 201, 3, 201, 4637, 8, 201, 1, 201, 1, 201, 1, 201, 5, 201, 4642, 8, 201, 10, 201, 12, 201, 4645, 9, 201, 1, 201, 3, 201, 4648, 8, 201, 1, 202, 1, 202, 1, 202, 3, 202, 4653, 8, 202, 1, 202, 1, 202, 1, 202, 5, 202, 4658, 8, 202, 10, 202, 12, 202, 4661, 9, 202, 1, 202, 3, 202, 4664, 8, 202, 1, 203, 1, 203, 1, 203, 1, 203, 3, 203, 4670, 8, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 3, 203, 4679, 8, 203, 1, 203, 1, 203, 1, 204, 1, 204, 1, 204, 5, 204, 4686, 8, 204, 10, 204, 12, 204, 4689, 9, 204, 1, 204, 1, 204, 1, 205, 1, 205, 1, 205, 1, 206, 1, 206, 1, 206, 1, 206, 4, 206, 4700, 8, 206, 11, 206, 12, 206, 4701, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 3, 207, 4715, 8, 207, 1, 207, 1, 207, 1, 207, 1, 207, 3, 207, 4721, 8, 207, 1, 207, 1, 207, 3, 207, 4725, 8, 207, 3, 207, 4727, 8, 207, 1, 208, 1, 208, 1, 208, 1, 209, 1, 209, 3, 209, 4734, 8, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 3, 209, 4747, 8, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 3, 209, 4754, 8, 209, 3, 209, 4756, 8, 209, 1, 209, 1, 209, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 5, 211, 4770, 8, 211, 10, 211, 12, 211, 4773, 9, 211, 1, 211, 3, 211, 4776, 8, 211, 1, 211, 1, 211, 3, 211, 4780, 8, 211, 1, 211, 1, 211, 1, 211, 3, 211, 4785, 8, 211, 1, 211, 1, 211, 1, 211, 3, 211, 4790, 8, 211, 1, 211, 1, 211, 1, 211, 3, 211, 4795, 8, 211, 1, 211, 1, 211, 1, 211, 3, 211, 4800, 8, 211, 1, 211, 3, 211, 4803, 8, 211, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 3, 213, 4815, 8, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 3, 213, 4868, 8, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 3, 213, 4877, 8, 213, 1, 213, 1, 213, 3, 213, 4881, 8, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 3, 213, 4890, 8, 213, 1, 213, 1, 213, 3, 213, 4894, 8, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 3, 213, 4903, 8, 213, 1, 213, 1, 213, 3, 213, 4907, 8, 213, 1, 213, 1, 213, 1, 213, 3, 213, 4912, 8, 213, 1, 213, 3, 213, 4915, 8, 213, 1, 213, 1, 213, 3, 213, 4919, 8, 213, 1, 213, 1, 213, 1, 213, 3, 213, 4924, 8, 213, 3, 213, 4926, 8, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 3, 213, 4935, 8, 213, 1, 213, 1, 213, 1, 213, 3, 213, 4940, 8, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 3, 213, 4951, 8, 213, 1, 213, 1, 213, 3, 213, 4955, 8, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 3, 213, 4969, 8, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 3, 213, 4977, 8, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 3, 213, 5015, 8, 213, 3, 213, 5017, 8, 213, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 3, 214, 5036, 8, 214, 1, 214, 3, 214, 5039, 8, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 3, 215, 5066, 8, 215, 1, 215, 1, 215, 3, 215, 5070, 8, 215, 1, 215, 1, 215, 3, 215, 5074, 8, 215, 1, 215, 1, 215, 3, 215, 5078, 8, 215, 1, 215, 1, 215, 3, 215, 5082, 8, 215, 1, 215, 3, 215, 5085, 8, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 3, 215, 5100, 8, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 3, 215, 5107, 8, 215, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 217, 1, 217, 1, 217, 1, 217, 5, 217, 5119, 8, 217, 10, 217, 12, 217, 5122, 9, 217, 1, 217, 1, 217, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 3, 218, 5134, 8, 218, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 3, 220, 5159, 8, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 3, 220, 5178, 8, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 3, 220, 5193, 8, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 3, 220, 5209, 8, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 3, 220, 5216, 8, 220, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 3, 221, 5227, 8, 221, 1, 221, 3, 221, 5230, 8, 221, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 5, 222, 5247, 8, 222, 10, 222, 12, 222, 5250, 9, 222, 3, 222, 5252, 8, 222, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 5, 223, 5263, 8, 223, 10, 223, 12, 223, 5266, 9, 223, 1, 223, 3, 223, 5269, 8, 223, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 3, 224, 5289, 8, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 5, 224, 5299, 8, 224, 10, 224, 12, 224, 5302, 9, 224, 1, 224, 3, 224, 5305, 8, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 3, 224, 5327, 8, 224, 1, 225, 1, 225, 3, 225, 5331, 8, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 3, 225, 5341, 8, 225, 1, 225, 1, 225, 3, 225, 5345, 8, 225, 1, 225, 1, 225, 1, 225, 1, 225, 3, 225, 5351, 8, 225, 1, 225, 1, 225, 3, 225, 5355, 8, 225, 5, 225, 5357, 8, 225, 10, 225, 12, 225, 5360, 9, 225, 1, 225, 3, 225, 5363, 8, 225, 1, 226, 1, 226, 1, 226, 1, 226, 1, 226, 3, 226, 5370, 8, 226, 1, 227, 1, 227, 1, 227, 3, 227, 5375, 8, 227, 1, 228, 1, 228, 1, 228, 1, 229, 1, 229, 1, 229, 1, 230, 1, 230, 1, 230, 3, 230, 5386, 8, 230, 1, 231, 1, 231, 3, 231, 5390, 8, 231, 1, 231, 3, 231, 5393, 8, 231, 1, 231, 1, 231, 1, 231, 3, 231, 5398, 8, 231, 1, 231, 1, 231, 1, 231, 1, 231, 3, 231, 5404, 8, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 3, 231, 5415, 8, 231, 1, 231, 1, 231, 3, 231, 5419, 8, 231, 1, 231, 3, 231, 5422, 8, 231, 1, 231, 1, 231, 3, 231, 5426, 8, 231, 1, 231, 1, 231, 3, 231, 5430, 8, 231, 1, 231, 3, 231, 5433, 8, 231, 1, 232, 1, 232, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 3, 233, 5443, 8, 233, 1, 233, 3, 233, 5446, 8, 233, 1, 234, 1, 234, 3, 234, 5450, 8, 234, 1, 234, 5, 234, 5453, 8, 234, 10, 234, 12, 234, 5456, 9, 234, 1, 235, 1, 235, 1, 235, 3, 235, 5461, 8, 235, 1, 235, 3, 235, 5464, 8, 235, 1, 235, 1, 235, 1, 235, 3, 235, 5469, 8, 235, 1, 235, 3, 235, 5472, 8, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 3, 235, 5479, 8, 235, 3, 235, 5481, 8, 235, 1, 235, 1, 235, 1, 235, 1, 235, 3, 235, 5487, 8, 235, 1, 235, 1, 235, 3, 235, 5491, 8, 235, 1, 236, 1, 236, 1, 236, 1, 237, 1, 237, 1, 237, 1, 237, 3, 237, 5500, 8, 237, 1, 237, 4, 237, 5503, 8, 237, 11, 237, 12, 237, 5504, 3, 237, 5507, 8, 237, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 3, 238, 5517, 8, 238, 1, 238, 3, 238, 5520, 8, 238, 1, 238, 1, 238, 1, 238, 3, 238, 5525, 8, 238, 1, 239, 1, 239, 1, 239, 1, 239, 1, 239, 1, 239, 3, 239, 5533, 8, 239, 1, 239, 3, 239, 5536, 8, 239, 1, 239, 4, 239, 5539, 8, 239, 11, 239, 12, 239, 5540, 3, 239, 5543, 8, 239, 3, 239, 5545, 8, 239, 1, 240, 1, 240, 1, 240, 1, 240, 3, 240, 5551, 8, 240, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 243, 1, 243, 1, 243, 1, 243, 3, 243, 5568, 8, 243, 1, 243, 1, 243, 5, 243, 5572, 8, 243, 10, 243, 12, 243, 5575, 9, 243, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 3, 244, 5587, 8, 244, 1, 244, 1, 244, 1, 244, 1, 244, 3, 244, 5593, 8, 244, 1, 244, 1, 244, 3, 244, 5597, 8, 244, 1, 244, 1, 244, 1, 244, 3, 244, 5602, 8, 244, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 3, 246, 5632, 8, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 3, 246, 5647, 8, 246, 1, 246, 1, 246, 1, 246, 3, 246, 5652, 8, 246, 1, 247, 1, 247, 3, 247, 5656, 8, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 248, 1, 248, 3, 248, 5669, 8, 248, 1, 248, 1, 248, 3, 248, 5673, 8, 248, 3, 248, 5675, 8, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 5, 248, 5682, 8, 248, 10, 248, 12, 248, 5685, 9, 248, 1, 248, 1, 248, 1, 248, 3, 248, 5690, 8, 248, 3, 248, 5692, 8, 248, 1, 249, 1, 249, 3, 249, 5696, 8, 249, 1, 249, 3, 249, 5699, 8, 249, 1, 249, 3, 249, 5702, 8, 249, 1, 249, 3, 249, 5705, 8, 249, 1, 249, 3, 249, 5708, 8, 249, 3, 249, 5710, 8, 249, 1, 249, 3, 249, 5713, 8, 249, 1, 250, 1, 250, 3, 250, 5717, 8, 250, 1, 250, 1, 250, 1, 250, 1, 250, 5, 250, 5723, 8, 250, 10, 250, 12, 250, 5726, 9, 250, 1, 250, 1, 250, 3, 250, 5730, 8, 250, 1, 250, 3, 250, 5733, 8, 250, 1, 251, 1, 251, 1, 252, 1, 252, 3, 252, 5739, 8, 252, 1, 252, 1, 252, 3, 252, 5743, 8, 252, 1, 253, 1, 253, 3, 253, 5747, 8, 253, 1, 253, 1, 253, 1, 253, 3, 253, 5752, 8, 253, 3, 253, 5754, 8, 253, 1, 254, 1, 254, 3, 254, 5758, 8, 254, 1, 255, 1, 255, 3, 255, 5762, 8, 255, 1, 256, 1, 256, 1, 256, 5, 256, 5767, 8, 256, 10, 256, 12, 256, 5770, 9, 256, 1, 257, 1, 257, 1, 257, 3, 257, 5775, 8, 257, 1, 257, 1, 257, 3, 257, 5779, 8, 257, 3, 257, 5781, 8, 257, 3, 257, 5783, 8, 257, 1, 257, 1, 257, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 3, 258, 5796, 8, 258, 1, 259, 1, 259, 1, 259, 1, 259, 5, 259, 5802, 8, 259, 10, 259, 12, 259, 5805, 9, 259, 1, 259, 1, 259, 1, 260, 1, 260, 1, 260, 3, 260, 5812, 8, 260, 1, 260, 1, 260, 1, 260, 1, 261, 1, 261, 1, 261, 1, 261, 5, 261, 5821, 8, 261, 10, 261, 12, 261, 5824, 9, 261, 1, 261, 1, 261, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 3, 262, 5833, 8, 262, 1, 263, 1, 263, 1, 263, 3, 263, 5838, 8, 263, 1, 263, 1, 263, 3, 263, 5842, 8, 263, 1, 263, 1, 263, 3, 263, 5846, 8, 263, 1, 263, 1, 263, 1, 263, 1, 263, 1, 263, 3, 263, 5853, 8, 263, 1, 263, 3, 263, 5856, 8, 263, 3, 263, 5858, 8, 263, 1, 264, 1, 264, 1, 264, 1, 264, 1, 265, 1, 265, 3, 265, 5866, 8, 265, 1, 265, 1, 265, 3, 265, 5870, 8, 265, 1, 266, 3, 266, 5873, 8, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 3, 266, 5880, 8, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 3, 266, 5887, 8, 266, 1, 266, 1, 266, 1, 266, 3, 266, 5892, 8, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 3, 266, 5899, 8, 266, 1, 266, 3, 266, 5902, 8, 266, 3, 266, 5904, 8, 266, 1, 266, 3, 266, 5907, 8, 266, 1, 267, 1, 267, 1, 267, 1, 267, 3, 267, 5913, 8, 267, 1, 267, 1, 267, 1, 267, 3, 267, 5918, 8, 267, 1, 267, 1, 267, 3, 267, 5922, 8, 267, 1, 268, 1, 268, 1, 268, 5, 268, 5927, 8, 268, 10, 268, 12, 268, 5930, 9, 268, 1, 269, 1, 269, 1, 269, 1, 270, 1, 270, 1, 270, 1, 271, 3, 271, 5939, 8, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 3, 271, 5946, 8, 271, 1, 271, 3, 271, 5949, 8, 271, 1, 271, 3, 271, 5952, 8, 271, 1, 272, 1, 272, 3, 272, 5956, 8, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5967, 8, 272, 1, 272, 3, 272, 5970, 8, 272, 1, 272, 3, 272, 5973, 8, 272, 1, 272, 3, 272, 5976, 8, 272, 1, 273, 3, 273, 5979, 8, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5986, 8, 273, 1, 273, 3, 273, 5989, 8, 273, 1, 273, 3, 273, 5992, 8, 273, 1, 274, 1, 274, 1, 274, 5, 274, 5997, 8, 274, 10, 274, 12, 274, 6000, 9, 274, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 3, 275, 6011, 8, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 3, 275, 6018, 8, 275, 3, 275, 6020, 8, 275, 1, 276, 1, 276, 1, 276, 3, 276, 6025, 8, 276, 1, 276, 1, 276, 1, 276, 5, 276, 6030, 8, 276, 10, 276, 12, 276, 6033, 9, 276, 1, 276, 1, 276, 1, 276, 3, 276, 6038, 8, 276, 1, 276, 1, 276, 1, 276, 1, 277, 1, 277, 3, 277, 6045, 8, 277, 1, 278, 1, 278, 1, 278, 3, 278, 6050, 8, 278, 1, 278, 1, 278, 1, 279, 3, 279, 6055, 8, 279, 1, 279, 1, 279, 3, 279, 6059, 8, 279, 1, 279, 1, 279, 3, 279, 6063, 8, 279, 1, 279, 1, 279, 3, 279, 6067, 8, 279, 3, 279, 6069, 8, 279, 1, 280, 1, 280, 3, 280, 6073, 8, 280, 1, 281, 1, 281, 3, 281, 6077, 8, 281, 1, 281, 3, 281, 6080, 8, 281, 1, 281, 3, 281, 6083, 8, 281, 3, 281, 6085, 8, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 3, 281, 6095, 8, 281, 3, 281, 6097, 8, 281, 1, 281, 1, 281, 1, 281, 3, 281, 6102, 8, 281, 5, 281, 6104, 8, 281, 10, 281, 12, 281, 6107, 9, 281, 1, 282, 1, 282, 3, 282, 6111, 8, 282, 1, 283, 1, 283, 3, 283, 6115, 8, 283, 1, 283, 1, 283, 1, 283, 5, 283, 6120, 8, 283, 10, 283, 12, 283, 6123, 9, 283, 1, 284, 1, 284, 3, 284, 6127, 8, 284, 1, 284, 1, 284, 3, 284, 6131, 8, 284, 1, 284, 3, 284, 6134, 8, 284, 1, 284, 1, 284, 1, 284, 1, 284, 3, 284, 6140, 8, 284, 1, 284, 3, 284, 6143, 8, 284, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 3, 286, 6162, 8, 286, 1, 286, 1, 286, 1, 286, 1, 287, 1, 287, 3, 287, 6169, 8, 287, 1, 287, 1, 287, 3, 287, 6173, 8, 287, 1, 288, 3, 288, 6176, 8, 288, 1, 288, 1, 288, 3, 288, 6180, 8, 288, 1, 288, 1, 288, 3, 288, 6184, 8, 288, 1, 288, 3, 288, 6187, 8, 288, 1, 288, 3, 288, 6190, 8, 288, 1, 289, 1, 289, 1, 289, 3, 289, 6195, 8, 289, 1, 290, 1, 290, 1, 290, 1, 290, 1, 290, 5, 290, 6202, 8, 290, 10, 290, 12, 290, 6205, 9, 290, 1, 291, 1, 291, 1, 291, 1, 291, 3, 291, 6211, 8, 291, 1, 291, 1, 291, 3, 291, 6215, 8, 291, 1, 292, 1, 292, 3, 292, 6219, 8, 292, 1, 292, 1, 292, 3, 292, 6223, 8, 292, 1, 292, 3, 292, 6226, 8, 292, 3, 292, 6228, 8, 292, 1, 293, 1, 293, 1, 293, 3, 293, 6233, 8, 293, 1, 293, 1, 293, 3, 293, 6237, 8, 293, 1, 294, 1, 294, 1, 294, 3, 294, 6242, 8, 294, 1, 294, 1, 294, 1, 294, 1, 294, 3, 294, 6248, 8, 294, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 3, 295, 6255, 8, 295, 1, 296, 1, 296, 1, 296, 3, 296, 6260, 8, 296, 1, 297, 1, 297, 1, 297, 3, 297, 6265, 8, 297, 1, 297, 1, 297, 1, 298, 1, 298, 1, 298, 5, 298, 6272, 8, 298, 10, 298, 12, 298, 6275, 9, 298, 1, 299, 1, 299, 1, 299, 1, 299, 3, 299, 6281, 8, 299, 1, 299, 1, 299, 1, 299, 1, 299, 5, 299, 6287, 8, 299, 10, 299, 12, 299, 6290, 9, 299, 1, 299, 1, 299, 1, 299, 1, 299, 1, 299, 1, 299, 1, 299, 1, 299, 3, 299, 6300, 8, 299, 1, 300, 1, 300, 1, 300, 3, 300, 6305, 8, 300, 1, 300, 1, 300, 3, 300, 6309, 8, 300, 1, 300, 3, 300, 6312, 8, 300, 1, 300, 1, 300, 3, 300, 6316, 8, 300, 1, 300, 1, 300, 1, 300, 3, 300, 6321, 8, 300, 4, 300, 6323, 8, 300, 11, 300, 12, 300, 6324, 1, 300, 1, 300, 1, 300, 3, 300, 6330, 8, 300, 1, 301, 1, 301, 1, 301, 1, 301, 5, 301, 6336, 8, 301, 10, 301, 12, 301, 6339, 9, 301, 1, 302, 1, 302, 1, 302, 1, 303, 1, 303, 1, 303, 5, 303, 6347, 8, 303, 10, 303, 12, 303, 6350, 9, 303, 1, 304, 1, 304, 3, 304, 6354, 8, 304, 1, 304, 1, 304, 3, 304, 6358, 8, 304, 1, 304, 3, 304, 6361, 8, 304, 1, 304, 3, 304, 6364, 8, 304, 3, 304, 6366, 8, 304, 1, 304, 3, 304, 6369, 8, 304, 1, 304, 3, 304, 6372, 8, 304, 1, 304, 3, 304, 6375, 8, 304, 1, 304, 1, 304, 3, 304, 6379, 8, 304, 1, 304, 1, 304, 3, 304, 6383, 8, 304, 1, 304, 1, 304, 3, 304, 6387, 8, 304, 3, 304, 6389, 8, 304, 1, 304, 1, 304, 1, 304, 1, 304, 1, 304, 1, 304, 1, 304, 3, 304, 6398, 8, 304, 1, 304, 1, 304, 1, 304, 3, 304, 6403, 8, 304, 1, 304, 1, 304, 1, 304, 1, 304, 3, 304, 6409, 8, 304, 1, 304, 1, 304, 3, 304, 6413, 8, 304, 3, 304, 6415, 8, 304, 1, 304, 1, 304, 1, 304, 1, 304, 1, 304, 3, 304, 6422, 8, 304, 1, 304, 1, 304, 1, 304, 3, 304, 6427, 8, 304, 1, 304, 1, 304, 1, 304, 1, 304, 5, 304, 6433, 8, 304, 10, 304, 12, 304, 6436, 9, 304, 1, 305, 3, 305, 6439, 8, 305, 1, 305, 1, 305, 1, 305, 1, 305, 1, 305, 3, 305, 6446, 8, 305, 1, 306, 1, 306, 1, 306, 3, 306, 6451, 8, 306, 1, 306, 3, 306, 6454, 8, 306, 1, 306, 1, 306, 1, 306, 1, 306, 3, 306, 6460, 8, 306, 1, 307, 1, 307, 3, 307, 6464, 8, 307, 1, 308, 1, 308, 1, 308, 1, 308, 3, 308, 6470, 8, 308, 1, 309, 1, 309, 1, 309, 1, 309, 1, 309, 1, 309, 1, 309, 3, 309, 6479, 8, 309, 1, 309, 1, 309, 1, 309, 1, 309, 3, 309, 6485, 8, 309, 3, 309, 6487, 8, 309, 1, 310, 1, 310, 1, 310, 3, 310, 6492, 8, 310, 1, 310, 3, 310, 6495, 8, 310, 1, 310, 1, 310, 1, 310, 1, 310, 1, 310, 1, 310, 1, 310, 3, 310, 6504, 8, 310, 1, 310, 1, 310, 1, 310, 1, 310, 1, 310, 3, 310, 6511, 8, 310, 3, 310, 6513, 8, 310, 1, 311, 1, 311, 1, 311, 5, 311, 6518, 8, 311, 10, 311, 12, 311, 6521, 9, 311, 1, 312, 1, 312, 3, 312, 6525, 8, 312, 1, 312, 3, 312, 6528, 8, 312, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 3, 313, 6538, 8, 313, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 5, 314, 6547, 8, 314, 10, 314, 12, 314, 6550, 9, 314, 1, 314, 1, 314, 3, 314, 6554, 8, 314, 1, 314, 1, 314, 3, 314, 6558, 8, 314, 1, 315, 1, 315, 1, 315, 1, 315, 1, 315, 1, 315, 3, 315, 6566, 8, 315, 1, 316, 1, 316, 1, 316, 1, 317, 1, 317, 1, 317, 1, 317, 1, 317, 3, 317, 6576, 8, 317, 1, 318, 1, 318, 1, 318, 5, 318, 6581, 8, 318, 10, 318, 12, 318, 6584, 9, 318, 1, 319, 1, 319, 1, 319, 3, 319, 6589, 8, 319, 1, 320, 1, 320, 1, 320, 1, 320, 1, 320, 1, 320, 1, 320, 5, 320, 6598, 8, 320, 10, 320, 12, 320, 6601, 9, 320, 1, 320, 1, 320, 1, 320, 3, 320, 6606, 8, 320, 1, 320, 1, 320, 1, 320, 1, 320, 1, 320, 1, 320, 5, 320, 6614, 8, 320, 10, 320, 12, 320, 6617, 9, 320, 1, 320, 1, 320, 1, 321, 1, 321, 1, 321, 1, 321, 3, 321, 6625, 8, 321, 1, 321, 1, 321, 3, 321, 6629, 8, 321, 1, 321, 4, 321, 6632, 8, 321, 11, 321, 12, 321, 6633, 3, 321, 6636, 8, 321, 1, 321, 1, 321, 3, 321, 6640, 8, 321, 1, 322, 1, 322, 1, 322, 1, 322, 1, 322, 1, 322, 3, 322, 6648, 8, 322, 1, 323, 3, 323, 6651, 8, 323, 1, 323, 1, 323, 1, 323, 3, 323, 6656, 8, 323, 1, 323, 5, 323, 6659, 8, 323, 10, 323, 12, 323, 6662, 9, 323, 1, 323, 1, 323, 1, 323, 1, 323, 3, 323, 6668, 8, 323, 3, 323, 6670, 8, 323, 1, 323, 1, 323, 1, 323, 1, 323, 3, 323, 6676, 8, 323, 1, 324, 1, 324, 3, 324, 6680, 8, 324, 1, 324, 3, 324, 6683, 8, 324, 1, 324, 1, 324, 1, 324, 3, 324, 6688, 8, 324, 1, 324, 3, 324, 6691, 8, 324, 3, 324, 6693, 8, 324, 1, 325, 1, 325, 1, 325, 1, 325, 3, 325, 6699, 8, 325, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 3, 326, 6708, 8, 326, 1, 326, 1, 326, 1, 326, 1, 326, 3, 326, 6714, 8, 326, 1, 326, 3, 326, 6717, 8, 326, 1, 327, 1, 327, 1, 327, 1, 327, 1, 328, 1, 328, 3, 328, 6725, 8, 328, 1, 328, 3, 328, 6728, 8, 328, 1, 329, 1, 329, 3, 329, 6732, 8, 329, 1, 329, 1, 329, 1, 329, 1, 329, 3, 329, 6738, 8, 329, 3, 329, 6740, 8, 329, 1, 329, 3, 329, 6743, 8, 329, 1, 330, 1, 330, 3, 330, 6747, 8, 330, 1, 330, 1, 330, 1, 330, 3, 330, 6752, 8, 330, 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, 3, 331, 6759, 8, 331, 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, 3, 331, 6766, 8, 331, 3, 331, 6768, 8, 331, 1, 331, 1, 331, 1, 331, 1, 331, 3, 331, 6774, 8, 331, 3, 331, 6776, 8, 331, 1, 331, 1, 331, 1, 331, 3, 331, 6781, 8, 331, 3, 331, 6783, 8, 331, 1, 332, 1, 332, 3, 332, 6787, 8, 332, 1, 333, 1, 333, 1, 334, 1, 334, 1, 335, 1, 335, 1, 335, 3, 335, 6796, 8, 335, 1, 335, 1, 335, 3, 335, 6800, 8, 335, 1, 335, 1, 335, 1, 335, 1, 335, 1, 335, 1, 335, 5, 335, 6808, 8, 335, 10, 335, 12, 335, 6811, 9, 335, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 3, 336, 6824, 8, 336, 1, 336, 3, 336, 6827, 8, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 3, 336, 6835, 8, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 5, 336, 6842, 8, 336, 10, 336, 12, 336, 6845, 9, 336, 1, 336, 1, 336, 1, 336, 3, 336, 6850, 8, 336, 1, 336, 1, 336, 1, 336, 3, 336, 6855, 8, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 3, 336, 6863, 8, 336, 3, 336, 6865, 8, 336, 1, 336, 1, 336, 1, 336, 3, 336, 6870, 8, 336, 1, 336, 1, 336, 3, 336, 6874, 8, 336, 1, 336, 1, 336, 1, 336, 3, 336, 6879, 8, 336, 1, 336, 1, 336, 1, 336, 3, 336, 6884, 8, 336, 1, 337, 1, 337, 1, 337, 1, 337, 3, 337, 6890, 8, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 5, 337, 6906, 8, 337, 10, 337, 12, 337, 6909, 9, 337, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 3, 338, 6917, 8, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 3, 338, 6932, 8, 338, 1, 338, 1, 338, 1, 338, 3, 338, 6937, 8, 338, 1, 338, 3, 338, 6940, 8, 338, 1, 338, 1, 338, 1, 338, 1, 338, 3, 338, 6946, 8, 338, 1, 338, 1, 338, 1, 338, 3, 338, 6951, 8, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 3, 338, 6964, 8, 338, 1, 338, 4, 338, 6967, 8, 338, 11, 338, 12, 338, 6968, 1, 338, 1, 338, 3, 338, 6973, 8, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 3, 338, 6980, 8, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 3, 338, 7000, 8, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 3, 338, 7012, 8, 338, 1, 338, 1, 338, 1, 338, 3, 338, 7017, 8, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 3, 338, 7025, 8, 338, 5, 338, 7027, 8, 338, 10, 338, 12, 338, 7030, 9, 338, 1, 339, 1, 339, 1, 339, 1, 339, 1, 339, 1, 339, 3, 339, 7038, 8, 339, 1, 339, 3, 339, 7041, 8, 339, 1, 339, 1, 339, 1, 339, 3, 339, 7046, 8, 339, 1, 339, 1, 339, 1, 339, 3, 339, 7051, 8, 339, 1, 339, 3, 339, 7054, 8, 339, 1, 339, 1, 339, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 3, 340, 7065, 8, 340, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 3, 340, 7073, 8, 340, 1, 340, 1, 340, 1, 340, 3, 340, 7078, 8, 340, 3, 340, 7080, 8, 340, 1, 340, 3, 340, 7083, 8, 340, 1, 341, 1, 341, 3, 341, 7087, 8, 341, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 7098, 8, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 7119, 8, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 7127, 8, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 7140, 8, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 7150, 8, 342, 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 7156, 8, 342, 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 7162, 8, 342, 1, 342, 3, 342, 7165, 8, 342, 1, 342, 3, 342, 7168, 8, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 7194, 8, 342, 3, 342, 7196, 8, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 7217, 8, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 7227, 8, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 7240, 8, 342, 1, 342, 1, 342, 1, 342, 3, 342, 7245, 8, 342, 1, 342, 1, 342, 3, 342, 7249, 8, 342, 3, 342, 7251, 8, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 7263, 8, 342, 1, 343, 1, 343, 1, 343, 5, 343, 7268, 8, 343, 10, 343, 12, 343, 7271, 9, 343, 1, 344, 1, 344, 1, 344, 3, 344, 7276, 8, 344, 1, 345, 1, 345, 1, 346, 1, 346, 3, 346, 7282, 8, 346, 1, 346, 1, 346, 3, 346, 7286, 8, 346, 1, 347, 1, 347, 1, 347, 1, 348, 1, 348, 1, 348, 1, 348, 5, 348, 7295, 8, 348, 10, 348, 12, 348, 7298, 9, 348, 1, 349, 1, 349, 1, 349, 1, 350, 1, 350, 1, 350, 1, 350, 1, 351, 1, 351, 1, 351, 3, 351, 7310, 8, 351, 1, 352, 1, 352, 3, 352, 7314, 8, 352, 1, 352, 1, 352, 1, 352, 3, 352, 7319, 8, 352, 1, 352, 3, 352, 7322, 8, 352, 1, 352, 3, 352, 7325, 8, 352, 1, 352, 1, 352, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 3, 353, 7334, 8, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 3, 353, 7345, 8, 353, 3, 353, 7347, 8, 353, 1, 354, 1, 354, 3, 354, 7351, 8, 354, 1, 354, 1, 354, 1, 354, 3, 354, 7356, 8, 354, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 3, 355, 7365, 8, 355, 1, 356, 1, 356, 1, 356, 3, 356, 7370, 8, 356, 1, 356, 1, 356, 1, 357, 1, 357, 1, 358, 1, 358, 3, 358, 7378, 8, 358, 1, 359, 1, 359, 1, 360, 1, 360, 1, 360, 1, 360, 1, 360, 1, 360, 3, 360, 7388, 8, 360, 1, 361, 1, 361, 1, 361, 1, 361, 1, 361, 1, 361, 3, 361, 7396, 8, 361, 1, 362, 1, 362, 3, 362, 7400, 8, 362, 1, 362, 3, 362, 7403, 8, 362, 1, 363, 1, 363, 1, 363, 5, 363, 7408, 8, 363, 10, 363, 12, 363, 7411, 9, 363, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 3, 364, 7418, 8, 364, 1, 365, 1, 365, 3, 365, 7422, 8, 365, 1, 366, 1, 366, 1, 366, 5, 366, 7427, 8, 366, 10, 366, 12, 366, 7430, 9, 366, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 3, 367, 7437, 8, 367, 3, 367, 7439, 8, 367, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 5, 368, 7446, 8, 368, 10, 368, 12, 368, 7449, 9, 368, 3, 368, 7451, 8, 368, 1, 368, 1, 368, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 3, 369, 7463, 8, 369, 1, 370, 1, 370, 1, 371, 1, 371, 1, 371, 1, 371, 1, 371, 3, 371, 7472, 8, 371, 1, 371, 1, 371, 1, 371, 1, 371, 1, 371, 3, 371, 7479, 8, 371, 1, 371, 1, 371, 1, 371, 1, 371, 1, 371, 1, 371, 1, 371, 3, 371, 7488, 8, 371, 1, 372, 1, 372, 1, 372, 1, 372, 1, 372, 1, 373, 1, 373, 1, 373, 3, 373, 7498, 8, 373, 1, 373, 1, 373, 1, 373, 3, 373, 7503, 8, 373, 1, 373, 1, 373, 3, 373, 7507, 8, 373, 3, 373, 7509, 8, 373, 1, 373, 3, 373, 7512, 8, 373, 1, 374, 4, 374, 7515, 8, 374, 11, 374, 12, 374, 7516, 1, 375, 5, 375, 7520, 8, 375, 10, 375, 12, 375, 7523, 9, 375, 1, 376, 1, 376, 1, 376, 5, 376, 7528, 8, 376, 10, 376, 12, 376, 7531, 9, 376, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 3, 377, 7538, 8, 377, 1, 377, 3, 377, 7541, 8, 377, 1, 378, 1, 378, 1, 378, 5, 378, 7546, 8, 378, 10, 378, 12, 378, 7549, 9, 378, 1, 379, 1, 379, 1, 379, 5, 379, 7554, 8, 379, 10, 379, 12, 379, 7557, 9, 379, 1, 380, 1, 380, 1, 380, 5, 380, 7562, 8, 380, 10, 380, 12, 380, 7565, 9, 380, 1, 381, 1, 381, 1, 381, 5, 381, 7570, 8, 381, 10, 381, 12, 381, 7573, 9, 381, 1, 382, 1, 382, 1, 383, 1, 383, 1, 384, 1, 384, 1, 385, 1, 385, 1, 386, 1, 386, 1, 387, 1, 387, 1, 388, 1, 388, 3, 388, 7589, 8, 388, 1, 389, 1, 389, 1, 389, 5, 389, 7594, 8, 389, 10, 389, 12, 389, 7597, 9, 389, 1, 390, 1, 390, 1, 390, 5, 390, 7602, 8, 390, 10, 390, 12, 390, 7605, 9, 390, 1, 391, 1, 391, 1, 392, 1, 392, 1, 393, 1, 393, 1, 394, 1, 394, 1, 395, 1, 395, 1, 396, 1, 396, 1, 396, 1, 396, 3, 396, 7621, 8, 396, 1, 397, 1, 397, 1, 397, 1, 397, 3, 397, 7627, 8, 397, 1, 398, 1, 398, 1, 398, 1, 398, 3, 398, 7633, 8, 398, 1, 399, 1, 399, 1, 399, 1, 400, 1, 400, 1, 401, 1, 401, 1, 401, 1, 401, 3, 401, 7644, 8, 401, 1, 402, 1, 402, 1, 402, 1, 402, 3, 402, 7650, 8, 402, 1, 403, 1, 403, 1, 403, 3, 403, 7655, 8, 403, 1, 404, 1, 404, 1, 404, 1, 404, 5, 404, 7661, 8, 404, 10, 404, 12, 404, 7664, 9, 404, 1, 404, 1, 404, 3, 404, 7668, 8, 404, 1, 405, 3, 405, 7671, 8, 405, 1, 405, 1, 405, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 3, 406, 7680, 8, 406, 1, 407, 1, 407, 1, 407, 5, 407, 7685, 8, 407, 10, 407, 12, 407, 7688, 9, 407, 1, 408, 1, 408, 3, 408, 7692, 8, 408, 1, 409, 1, 409, 3, 409, 7696, 8, 409, 1, 410, 1, 410, 1, 410, 3, 410, 7701, 8, 410, 1, 411, 1, 411, 1, 411, 1, 411, 3, 411, 7707, 8, 411, 1, 412, 1, 412, 1, 412, 3, 412, 7712, 8, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 3, 412, 7720, 8, 412, 1, 413, 1, 413, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 3, 414, 7775, 8, 414, 1, 415, 1, 415, 1, 416, 1, 416, 1, 417, 3, 417, 7782, 8, 417, 1, 417, 1, 417, 1, 417, 1, 417, 4, 417, 7788, 8, 417, 11, 417, 12, 417, 7789, 3, 417, 7792, 8, 417, 3, 417, 7794, 8, 417, 1, 417, 1, 417, 5, 417, 7798, 8, 417, 10, 417, 12, 417, 7801, 9, 417, 1, 417, 3, 417, 7804, 8, 417, 1, 417, 1, 417, 3, 417, 7808, 8, 417, 1, 418, 1, 418, 1, 418, 1, 418, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 3, 419, 7819, 8, 419, 1, 419, 3, 419, 7822, 8, 419, 1, 419, 1, 419, 3, 419, 7826, 8, 419, 1, 419, 1, 419, 3, 419, 7830, 8, 419, 1, 419, 1, 419, 3, 419, 7834, 8, 419, 1, 419, 3, 419, 7837, 8, 419, 1, 419, 3, 419, 7840, 8, 419, 1, 419, 3, 419, 7843, 8, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 5, 419, 7850, 8, 419, 10, 419, 12, 419, 7853, 9, 419, 1, 419, 1, 419, 3, 419, 7857, 8, 419, 1, 419, 1, 419, 3, 419, 7861, 8, 419, 1, 419, 1, 419, 1, 420, 1, 420, 1, 420, 1, 421, 1, 421, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 3, 422, 7894, 8, 422, 1, 423, 1, 423, 1, 423, 1, 423, 1, 424, 1, 424, 1, 424, 1, 424, 3, 424, 7904, 8, 424, 1, 424, 1, 424, 3, 424, 7908, 8, 424, 1, 424, 1, 424, 1, 424, 1, 424, 3, 424, 7914, 8, 424, 1, 424, 1, 424, 1, 424, 3, 424, 7919, 8, 424, 1, 425, 1, 425, 1, 425, 1, 425, 1, 425, 1, 426, 1, 426, 3, 426, 7928, 8, 426, 1, 426, 1, 426, 1, 426, 1, 426, 5, 426, 7934, 8, 426, 10, 426, 12, 426, 7937, 9, 426, 1, 426, 1, 426, 1, 427, 1, 427, 1, 427, 1, 427, 1, 428, 1, 428, 3, 428, 7947, 8, 428, 1, 428, 1, 428, 1, 428, 1, 428, 5, 428, 7953, 8, 428, 10, 428, 12, 428, 7956, 9, 428, 1, 429, 1, 429, 1, 429, 1, 429, 5, 429, 7962, 8, 429, 10, 429, 12, 429, 7965, 9, 429, 1, 429, 1, 429, 1, 429, 1, 429, 5, 429, 7971, 8, 429, 10, 429, 12, 429, 7974, 9, 429, 5, 429, 7976, 8, 429, 10, 429, 12, 429, 7979, 9, 429, 1, 429, 3, 429, 7982, 8, 429, 1, 429, 1, 429, 1, 429, 1, 429, 1, 430, 1, 430, 5, 430, 7990, 8, 430, 10, 430, 12, 430, 7993, 9, 430, 1, 431, 1, 431, 3, 431, 7997, 8, 431, 1, 431, 1, 431, 1, 431, 1, 431, 5, 431, 8003, 8, 431, 10, 431, 12, 431, 8006, 9, 431, 4, 431, 8008, 8, 431, 11, 431, 12, 431, 8009, 1, 431, 3, 431, 8013, 8, 431, 1, 431, 1, 431, 1, 431, 1, 431, 1, 432, 3, 432, 8020, 8, 432, 1, 432, 1, 432, 1, 432, 1, 432, 3, 432, 8026, 8, 432, 1, 432, 1, 432, 1, 433, 1, 433, 1, 433, 1, 433, 3, 433, 8034, 8, 433, 1, 433, 1, 433, 1, 433, 1, 433, 1, 433, 1, 433, 3, 433, 8042, 8, 433, 1, 433, 3, 433, 8045, 8, 433, 1, 433, 1, 433, 1, 433, 1, 433, 1, 433, 3, 433, 8052, 8, 433, 3, 433, 8054, 8, 433, 1, 434, 3, 434, 8057, 8, 434, 1, 434, 1, 434, 1, 434, 1, 434, 3, 434, 8063, 8, 434, 1, 434, 1, 434, 1, 434, 1, 434, 1, 434, 1, 435, 1, 435, 3, 435, 8072, 8, 435, 1, 435, 1, 435, 3, 435, 8076, 8, 435, 1, 435, 1, 435, 1, 436, 1, 436, 1, 436, 1, 436, 1, 436, 1, 436, 1, 436, 1, 436, 1, 436, 1, 436, 3, 436, 8090, 8, 436, 1, 436, 3, 436, 8093, 8, 436, 3, 436, 8095, 8, 436, 1, 436, 1, 436, 1, 437, 1, 437, 3, 437, 8101, 8, 437, 1, 437, 1, 437, 1, 437, 1, 437, 1, 437, 1, 437, 4, 437, 8109, 8, 437, 11, 437, 12, 437, 8110, 3, 437, 8113, 8, 437, 3, 437, 8115, 8, 437, 1, 437, 1, 437, 1, 437, 1, 437, 5, 437, 8121, 8, 437, 10, 437, 12, 437, 8124, 9, 437, 3, 437, 8126, 8, 437, 1, 437, 3, 437, 8129, 8, 437, 1, 438, 1, 438, 1, 438, 1, 438, 1, 439, 1, 439, 1, 439, 1, 439, 3, 439, 8139, 8, 439, 1, 439, 1, 439, 1, 440, 1, 440, 5, 440, 8145, 8, 440, 10, 440, 12, 440, 8148, 9, 440, 1, 440, 1, 440, 1, 440, 3, 440, 8153, 8, 440, 1, 440, 1, 440, 1, 441, 1, 441, 3, 441, 8159, 8, 441, 1, 441, 1, 441, 1, 442, 1, 442, 1, 442, 3, 442, 8166, 8, 442, 1, 442, 1, 442, 3, 442, 8170, 8, 442, 1, 442, 1, 442, 3, 442, 8174, 8, 442, 1, 442, 3, 442, 8177, 8, 442, 1, 442, 3, 442, 8180, 8, 442, 1, 442, 1, 442, 1, 443, 1, 443, 3, 443, 8186, 8, 443, 1, 443, 1, 443, 1, 444, 1, 444, 1, 444, 3, 444, 8193, 8, 444, 1, 444, 3, 444, 8196, 8, 444, 1, 444, 1, 444, 1, 444, 1, 444, 1, 444, 1, 444, 3, 444, 8204, 8, 444, 3, 444, 8206, 8, 444, 1, 444, 1, 444, 1, 444, 1, 444, 1, 444, 5, 444, 8213, 8, 444, 10, 444, 12, 444, 8216, 9, 444, 1, 444, 1, 444, 3, 444, 8220, 8, 444, 3, 444, 8222, 8, 444, 1, 444, 1, 444, 1, 445, 1, 445, 1, 445, 3, 445, 8229, 8, 445, 1, 445, 1, 445, 1, 446, 1, 446, 3, 446, 8235, 8, 446, 1, 446, 3, 446, 8238, 8, 446, 1, 446, 1, 446, 1, 446, 1, 446, 1, 446, 1, 447, 1, 447, 1, 447, 1, 447, 1, 447, 3, 447, 8250, 8, 447, 1, 447, 1, 447, 1, 447, 1, 447, 1, 447, 3, 447, 8257, 8, 447, 3, 447, 8259, 8, 447, 1, 448, 1, 448, 3, 448, 8263, 8, 448, 1, 448, 1, 448, 1, 448, 1, 449, 3, 449, 8269, 8, 449, 1, 449, 1, 449, 1, 449, 3, 449, 8274, 8, 449, 1, 449, 1, 449, 3, 449, 8278, 8, 449, 1, 449, 3, 449, 8281, 8, 449, 1, 449, 3, 449, 8284, 8, 449, 1, 449, 1, 449, 1, 449, 1, 449, 1, 449, 4, 449, 8291, 8, 449, 11, 449, 12, 449, 8292, 1, 449, 3, 449, 8296, 8, 449, 1, 450, 3, 450, 8299, 8, 450, 1, 450, 1, 450, 3, 450, 8303, 8, 450, 1, 450, 1, 450, 3, 450, 8307, 8, 450, 3, 450, 8309, 8, 450, 1, 450, 3, 450, 8312, 8, 450, 1, 450, 3, 450, 8315, 8, 450, 1, 451, 1, 451, 1, 451, 1, 451, 3, 451, 8321, 8, 451, 1, 451, 1, 451, 1, 451, 1, 451, 1, 451, 3, 451, 8328, 8, 451, 1, 451, 1, 451, 1, 451, 1, 451, 1, 451, 3, 451, 8335, 8, 451, 1, 451, 1, 451, 1, 451, 1, 451, 3, 451, 8341, 8, 451, 3, 451, 8343, 8, 451, 1, 452, 1, 452, 3, 452, 8347, 8, 452, 1, 452, 1, 452, 1, 452, 3, 452, 8352, 8, 452, 1, 452, 1, 452, 1, 453, 1, 453, 1, 453, 1, 453, 1, 453, 1, 453, 1, 453, 1, 453, 1, 453, 1, 453, 1, 453, 1, 453, 5, 453, 8368, 8, 453, 10, 453, 12, 453, 8371, 9, 453, 1, 453, 1, 453, 4, 453, 8375, 8, 453, 11, 453, 12, 453, 8376, 1, 454, 1, 454, 1, 454, 1, 454, 1, 454, 5, 454, 8384, 8, 454, 10, 454, 12, 454, 8387, 9, 454, 1, 454, 1, 454, 1, 454, 1, 454, 3, 454, 8393, 8, 454, 1, 455, 1, 455, 3, 455, 8397, 8, 455, 1, 456, 1, 456, 1, 456, 1, 456, 1, 457, 1, 457, 1, 457, 1, 458, 1, 458, 1, 458, 3, 458, 8409, 8, 458, 1, 458, 3, 458, 8412, 8, 458, 1, 458, 1, 458, 1, 459, 1, 459, 1, 459, 1, 459, 1, 459, 1, 459, 1, 459, 1, 459, 1, 459, 3, 459, 8425, 8, 459, 1, 459, 3, 459, 8428, 8, 459, 1, 460, 1, 460, 3, 460, 8432, 8, 460, 1, 461, 1, 461, 1, 461, 1, 461, 1, 461, 5, 461, 8439, 8, 461, 10, 461, 12, 461, 8442, 9, 461, 1, 461, 1, 461, 5, 461, 8446, 8, 461, 10, 461, 12, 461, 8449, 9, 461, 4, 461, 8451, 8, 461, 11, 461, 12, 461, 8452, 1, 462, 1, 462, 1, 462, 3, 462, 8458, 8, 462, 1, 463, 1, 463, 3, 463, 8462, 8, 463, 1, 464, 3, 464, 8465, 8, 464, 1, 464, 3, 464, 8468, 8, 464, 1, 464, 3, 464, 8471, 8, 464, 1, 464, 3, 464, 8474, 8, 464, 1, 464, 3, 464, 8477, 8, 464, 1, 464, 3, 464, 8480, 8, 464, 1, 464, 3, 464, 8483, 8, 464, 1, 464, 0, 3, 670, 674, 676, 465, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, 172, 174, 176, 178, 180, 182, 184, 186, 188, 190, 192, 194, 196, 198, 200, 202, 204, 206, 208, 210, 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, 232, 234, 236, 238, 240, 242, 244, 246, 248, 250, 252, 254, 256, 258, 260, 262, 264, 266, 268, 270, 272, 274, 276, 278, 280, 282, 284, 286, 288, 290, 292, 294, 296, 298, 300, 302, 304, 306, 308, 310, 312, 314, 316, 318, 320, 322, 324, 326, 328, 330, 332, 334, 336, 338, 340, 342, 344, 346, 348, 350, 352, 354, 356, 358, 360, 362, 364, 366, 368, 370, 372, 374, 376, 378, 380, 382, 384, 386, 388, 390, 392, 394, 396, 398, 400, 402, 404, 406, 408, 410, 412, 414, 416, 418, 420, 422, 424, 426, 428, 430, 432, 434, 436, 438, 440, 442, 444, 446, 448, 450, 452, 454, 456, 458, 460, 462, 464, 466, 468, 470, 472, 474, 476, 478, 480, 482, 484, 486, 488, 490, 492, 494, 496, 498, 500, 502, 504, 506, 508, 510, 512, 514, 516, 518, 520, 522, 524, 526, 528, 530, 532, 534, 536, 538, 540, 542, 544, 546, 548, 550, 552, 554, 556, 558, 560, 562, 564, 566, 568, 570, 572, 574, 576, 578, 580, 582, 584, 586, 588, 590, 592, 594, 596, 598, 600, 602, 604, 606, 608, 610, 612, 614, 616, 618, 620, 622, 624, 626, 628, 630, 632, 634, 636, 638, 640, 642, 644, 646, 648, 650, 652, 654, 656, 658, 660, 662, 664, 666, 668, 670, 672, 674, 676, 678, 680, 682, 684, 686, 688, 690, 692, 694, 696, 698, 700, 702, 704, 706, 708, 710, 712, 714, 716, 718, 720, 722, 724, 726, 728, 730, 732, 734, 736, 738, 740, 742, 744, 746, 748, 750, 752, 754, 756, 758, 760, 762, 764, 766, 768, 770, 772, 774, 776, 778, 780, 782, 784, 786, 788, 790, 792, 794, 796, 798, 800, 802, 804, 806, 808, 810, 812, 814, 816, 818, 820, 822, 824, 826, 828, 830, 832, 834, 836, 838, 840, 842, 844, 846, 848, 850, 852, 854, 856, 858, 860, 862, 864, 866, 868, 870, 872, 874, 876, 878, 880, 882, 884, 886, 888, 890, 892, 894, 896, 898, 900, 902, 904, 906, 908, 910, 912, 914, 916, 918, 920, 922, 924, 926, 928, 0, 119, 2, 0, 195, 195, 364, 364, 2, 0, 66, 66, 318, 318, 2, 0, 99, 99, 318, 318, 2, 0, 134, 134, 318, 318, 1, 0, 529, 531, 2, 0, 10, 10, 94, 94, 2, 0, 133, 133, 191, 191, 2, 0, 254, 254, 332, 332, 2, 0, 162, 162, 363, 363, 2, 0, 180, 180, 221, 221, 5, 0, 30, 30, 288, 288, 329, 329, 352, 352, 354, 354, 2, 0, 109, 109, 532, 532, 2, 0, 158, 158, 277, 277, 2, 0, 367, 367, 439, 439, 2, 0, 139, 139, 312, 312, 2, 0, 191, 191, 333, 333, 2, 0, 313, 313, 333, 333, 2, 0, 150, 150, 315, 315, 2, 0, 64, 64, 94, 94, 4, 0, 78, 78, 183, 183, 197, 197, 298, 298, 1, 0, 549, 551, 2, 0, 213, 213, 254, 254, 2, 0, 352, 352, 354, 354, 2, 0, 200, 200, 224, 224, 9, 0, 30, 30, 160, 160, 165, 165, 179, 179, 219, 219, 227, 227, 342, 342, 345, 345, 438, 438, 3, 0, 113, 113, 284, 284, 336, 336, 2, 0, 53, 53, 78, 78, 2, 0, 105, 105, 379, 379, 2, 0, 260, 260, 262, 262, 3, 0, 173, 173, 260, 260, 262, 262, 1, 0, 12, 13, 2, 0, 64, 64, 375, 375, 2, 0, 156, 156, 206, 206, 2, 0, 189, 189, 360, 360, 2, 0, 215, 215, 373, 373, 3, 0, 133, 133, 191, 191, 333, 333, 5, 0, 30, 30, 88, 88, 182, 182, 241, 241, 369, 369, 2, 0, 9, 9, 94, 94, 2, 0, 92, 92, 226, 226, 1, 0, 448, 449, 2, 0, 92, 92, 414, 414, 2, 0, 341, 341, 414, 414, 4, 0, 163, 163, 185, 185, 283, 283, 353, 353, 2, 0, 135, 135, 145, 145, 2, 0, 211, 211, 278, 278, 3, 0, 321, 321, 357, 357, 445, 445, 3, 0, 66, 66, 99, 99, 318, 318, 5, 0, 108, 108, 168, 168, 226, 226, 328, 328, 342, 342, 2, 0, 167, 167, 314, 314, 2, 0, 61, 61, 265, 265, 4, 0, 207, 207, 249, 249, 268, 268, 293, 293, 2, 0, 130, 130, 307, 307, 2, 0, 64, 64, 68, 68, 10, 0, 46, 46, 88, 88, 182, 182, 202, 202, 241, 241, 352, 352, 354, 354, 357, 358, 369, 369, 521, 523, 5, 0, 212, 212, 329, 329, 350, 350, 455, 455, 457, 457, 5, 0, 212, 212, 329, 329, 350, 350, 361, 361, 455, 456, 2, 0, 37, 37, 55, 55, 2, 0, 207, 207, 249, 249, 2, 0, 10, 10, 53, 53, 2, 0, 181, 181, 243, 243, 2, 0, 170, 170, 320, 320, 2, 0, 141, 141, 223, 223, 5, 0, 108, 108, 168, 168, 189, 189, 342, 342, 360, 360, 2, 0, 226, 226, 328, 328, 2, 0, 163, 163, 185, 185, 2, 0, 186, 186, 193, 193, 4, 0, 88, 88, 182, 182, 241, 241, 369, 369, 2, 0, 137, 137, 242, 242, 2, 0, 161, 161, 319, 319, 4, 0, 129, 129, 161, 161, 319, 319, 454, 454, 2, 0, 356, 356, 380, 380, 2, 0, 81, 81, 382, 382, 2, 0, 151, 151, 254, 254, 2, 0, 133, 133, 138, 138, 1, 0, 31, 32, 2, 0, 128, 128, 547, 547, 2, 0, 60, 60, 96, 96, 2, 0, 99, 99, 349, 349, 2, 0, 131, 131, 414, 414, 2, 0, 201, 201, 334, 334, 3, 0, 59, 59, 70, 70, 97, 97, 2, 0, 30, 30, 56, 56, 1, 0, 527, 528, 2, 0, 207, 207, 268, 268, 2, 0, 320, 320, 414, 414, 2, 0, 574, 574, 576, 576, 1, 0, 468, 469, 4, 0, 113, 113, 115, 115, 119, 119, 126, 126, 2, 0, 360, 360, 477, 477, 2, 0, 394, 395, 409, 409, 2, 0, 391, 392, 406, 406, 1, 0, 391, 392, 1, 0, 418, 419, 5, 0, 10, 10, 16, 17, 21, 21, 23, 23, 25, 25, 3, 0, 9, 9, 14, 14, 27, 27, 2, 0, 98, 98, 396, 396, 2, 0, 50, 51, 75, 76, 2, 0, 41, 41, 420, 420, 3, 0, 39, 39, 73, 73, 95, 95, 4, 0, 393, 393, 399, 399, 404, 404, 425, 425, 2, 0, 292, 292, 347, 347, 2, 0, 166, 166, 188, 188, 2, 0, 304, 304, 450, 450, 3, 0, 299, 299, 320, 320, 481, 481, 2, 0, 208, 208, 289, 289, 3, 0, 30, 30, 34, 34, 90, 90, 6, 0, 9, 10, 12, 17, 21, 21, 23, 23, 25, 25, 27, 27, 2, 0, 114, 114, 120, 120, 2, 0, 20, 20, 22, 22, 1, 0, 483, 486, 17, 0, 53, 53, 116, 116, 123, 124, 129, 228, 238, 386, 433, 452, 455, 469, 471, 471, 473, 473, 475, 475, 477, 488, 490, 502, 504, 504, 506, 518, 520, 520, 524, 524, 547, 548, 3, 0, 106, 123, 125, 128, 472, 472, 4, 0, 30, 52, 54, 70, 72, 105, 454, 454, 2, 0, 62, 62, 116, 116, 2, 0, 10, 10, 20, 20, 2, 0, 434, 434, 501, 501, 2, 0, 167, 167, 507, 507, 1, 0, 512, 517, 2, 0, 144, 144, 210, 210, 9924, 0, 933, 1, 0, 0, 0, 2, 938, 1, 0, 0, 0, 4, 1062, 1, 0, 0, 0, 6, 1064, 1, 0, 0, 0, 8, 1067, 1, 0, 0, 0, 10, 1117, 1, 0, 0, 0, 12, 1127, 1, 0, 0, 0, 14, 1129, 1, 0, 0, 0, 16, 1141, 1, 0, 0, 0, 18, 1153, 1, 0, 0, 0, 20, 1164, 1, 0, 0, 0, 22, 1198, 1, 0, 0, 0, 24, 1242, 1, 0, 0, 0, 26, 1244, 1, 0, 0, 0, 28, 1256, 1, 0, 0, 0, 30, 1263, 1, 0, 0, 0, 32, 1282, 1, 0, 0, 0, 34, 1290, 1, 0, 0, 0, 36, 1292, 1, 0, 0, 0, 38, 1306, 1, 0, 0, 0, 40, 1310, 1, 0, 0, 0, 42, 1347, 1, 0, 0, 0, 44, 1349, 1, 0, 0, 0, 46, 1357, 1, 0, 0, 0, 48, 1367, 1, 0, 0, 0, 50, 1374, 1, 0, 0, 0, 52, 1382, 1, 0, 0, 0, 54, 1388, 1, 0, 0, 0, 56, 1404, 1, 0, 0, 0, 58, 1408, 1, 0, 0, 0, 60, 1410, 1, 0, 0, 0, 62, 1422, 1, 0, 0, 0, 64, 1427, 1, 0, 0, 0, 66, 1432, 1, 0, 0, 0, 68, 1434, 1, 0, 0, 0, 70, 1446, 1, 0, 0, 0, 72, 1454, 1, 0, 0, 0, 74, 1456, 1, 0, 0, 0, 76, 1576, 1, 0, 0, 0, 78, 1578, 1, 0, 0, 0, 80, 1592, 1, 0, 0, 0, 82, 1594, 1, 0, 0, 0, 84, 1831, 1, 0, 0, 0, 86, 1838, 1, 0, 0, 0, 88, 1840, 1, 0, 0, 0, 90, 1842, 1, 0, 0, 0, 92, 1845, 1, 0, 0, 0, 94, 1856, 1, 0, 0, 0, 96, 1859, 1, 0, 0, 0, 98, 1889, 1, 0, 0, 0, 100, 1891, 1, 0, 0, 0, 102, 1932, 1, 0, 0, 0, 104, 1934, 1, 0, 0, 0, 106, 1988, 1, 0, 0, 0, 108, 2034, 1, 0, 0, 0, 110, 2055, 1, 0, 0, 0, 112, 2057, 1, 0, 0, 0, 114, 2074, 1, 0, 0, 0, 116, 2155, 1, 0, 0, 0, 118, 2157, 1, 0, 0, 0, 120, 2168, 1, 0, 0, 0, 122, 2191, 1, 0, 0, 0, 124, 2209, 1, 0, 0, 0, 126, 2211, 1, 0, 0, 0, 128, 2246, 1, 0, 0, 0, 130, 2339, 1, 0, 0, 0, 132, 2344, 1, 0, 0, 0, 134, 2346, 1, 0, 0, 0, 136, 2444, 1, 0, 0, 0, 138, 2446, 1, 0, 0, 0, 140, 2450, 1, 0, 0, 0, 142, 2461, 1, 0, 0, 0, 144, 2469, 1, 0, 0, 0, 146, 2472, 1, 0, 0, 0, 148, 2475, 1, 0, 0, 0, 150, 2493, 1, 0, 0, 0, 152, 2495, 1, 0, 0, 0, 154, 2499, 1, 0, 0, 0, 156, 2512, 1, 0, 0, 0, 158, 2514, 1, 0, 0, 0, 160, 2519, 1, 0, 0, 0, 162, 2539, 1, 0, 0, 0, 164, 2547, 1, 0, 0, 0, 166, 2554, 1, 0, 0, 0, 168, 2556, 1, 0, 0, 0, 170, 2565, 1, 0, 0, 0, 172, 2568, 1, 0, 0, 0, 174, 2572, 1, 0, 0, 0, 176, 2576, 1, 0, 0, 0, 178, 2601, 1, 0, 0, 0, 180, 2611, 1, 0, 0, 0, 182, 2625, 1, 0, 0, 0, 184, 2641, 1, 0, 0, 0, 186, 2647, 1, 0, 0, 0, 188, 2674, 1, 0, 0, 0, 190, 2684, 1, 0, 0, 0, 192, 2700, 1, 0, 0, 0, 194, 2744, 1, 0, 0, 0, 196, 2751, 1, 0, 0, 0, 198, 2753, 1, 0, 0, 0, 200, 2779, 1, 0, 0, 0, 202, 2790, 1, 0, 0, 0, 204, 2809, 1, 0, 0, 0, 206, 2820, 1, 0, 0, 0, 208, 2858, 1, 0, 0, 0, 210, 2879, 1, 0, 0, 0, 212, 2881, 1, 0, 0, 0, 214, 2901, 1, 0, 0, 0, 216, 2913, 1, 0, 0, 0, 218, 2925, 1, 0, 0, 0, 220, 2928, 1, 0, 0, 0, 222, 2931, 1, 0, 0, 0, 224, 2951, 1, 0, 0, 0, 226, 2956, 1, 0, 0, 0, 228, 3005, 1, 0, 0, 0, 230, 3007, 1, 0, 0, 0, 232, 3030, 1, 0, 0, 0, 234, 3046, 1, 0, 0, 0, 236, 3058, 1, 0, 0, 0, 238, 3085, 1, 0, 0, 0, 240, 3100, 1, 0, 0, 0, 242, 3163, 1, 0, 0, 0, 244, 3165, 1, 0, 0, 0, 246, 3170, 1, 0, 0, 0, 248, 3176, 1, 0, 0, 0, 250, 3263, 1, 0, 0, 0, 252, 3269, 1, 0, 0, 0, 254, 3271, 1, 0, 0, 0, 256, 3287, 1, 0, 0, 0, 258, 3289, 1, 0, 0, 0, 260, 3298, 1, 0, 0, 0, 262, 3302, 1, 0, 0, 0, 264, 3315, 1, 0, 0, 0, 266, 3327, 1, 0, 0, 0, 268, 3329, 1, 0, 0, 0, 270, 3351, 1, 0, 0, 0, 272, 3363, 1, 0, 0, 0, 274, 3374, 1, 0, 0, 0, 276, 3465, 1, 0, 0, 0, 278, 3467, 1, 0, 0, 0, 280, 3478, 1, 0, 0, 0, 282, 3489, 1, 0, 0, 0, 284, 3491, 1, 0, 0, 0, 286, 3517, 1, 0, 0, 0, 288, 3519, 1, 0, 0, 0, 290, 3523, 1, 0, 0, 0, 292, 3573, 1, 0, 0, 0, 294, 3575, 1, 0, 0, 0, 296, 3581, 1, 0, 0, 0, 298, 3606, 1, 0, 0, 0, 300, 3610, 1, 0, 0, 0, 302, 3824, 1, 0, 0, 0, 304, 3842, 1, 0, 0, 0, 306, 3868, 1, 0, 0, 0, 308, 3870, 1, 0, 0, 0, 310, 3878, 1, 0, 0, 0, 312, 3884, 1, 0, 0, 0, 314, 3888, 1, 0, 0, 0, 316, 3908, 1, 0, 0, 0, 318, 3914, 1, 0, 0, 0, 320, 3981, 1, 0, 0, 0, 322, 4012, 1, 0, 0, 0, 324, 4058, 1, 0, 0, 0, 326, 4060, 1, 0, 0, 0, 328, 4062, 1, 0, 0, 0, 330, 4073, 1, 0, 0, 0, 332, 4110, 1, 0, 0, 0, 334, 4112, 1, 0, 0, 0, 336, 4118, 1, 0, 0, 0, 338, 4168, 1, 0, 0, 0, 340, 4171, 1, 0, 0, 0, 342, 4185, 1, 0, 0, 0, 344, 4206, 1, 0, 0, 0, 346, 4230, 1, 0, 0, 0, 348, 4271, 1, 0, 0, 0, 350, 4273, 1, 0, 0, 0, 352, 4275, 1, 0, 0, 0, 354, 4315, 1, 0, 0, 0, 356, 4332, 1, 0, 0, 0, 358, 4352, 1, 0, 0, 0, 360, 4405, 1, 0, 0, 0, 362, 4408, 1, 0, 0, 0, 364, 4414, 1, 0, 0, 0, 366, 4422, 1, 0, 0, 0, 368, 4435, 1, 0, 0, 0, 370, 4437, 1, 0, 0, 0, 372, 4450, 1, 0, 0, 0, 374, 4452, 1, 0, 0, 0, 376, 4465, 1, 0, 0, 0, 378, 4475, 1, 0, 0, 0, 380, 4486, 1, 0, 0, 0, 382, 4497, 1, 0, 0, 0, 384, 4499, 1, 0, 0, 0, 386, 4504, 1, 0, 0, 0, 388, 4518, 1, 0, 0, 0, 390, 4550, 1, 0, 0, 0, 392, 4587, 1, 0, 0, 0, 394, 4589, 1, 0, 0, 0, 396, 4592, 1, 0, 0, 0, 398, 4595, 1, 0, 0, 0, 400, 4612, 1, 0, 0, 0, 402, 4633, 1, 0, 0, 0, 404, 4649, 1, 0, 0, 0, 406, 4665, 1, 0, 0, 0, 408, 4687, 1, 0, 0, 0, 410, 4692, 1, 0, 0, 0, 412, 4695, 1, 0, 0, 0, 414, 4703, 1, 0, 0, 0, 416, 4728, 1, 0, 0, 0, 418, 4731, 1, 0, 0, 0, 420, 4759, 1, 0, 0, 0, 422, 4764, 1, 0, 0, 0, 424, 4804, 1, 0, 0, 0, 426, 5016, 1, 0, 0, 0, 428, 5018, 1, 0, 0, 0, 430, 5106, 1, 0, 0, 0, 432, 5108, 1, 0, 0, 0, 434, 5114, 1, 0, 0, 0, 436, 5125, 1, 0, 0, 0, 438, 5135, 1, 0, 0, 0, 440, 5215, 1, 0, 0, 0, 442, 5217, 1, 0, 0, 0, 444, 5231, 1, 0, 0, 0, 446, 5253, 1, 0, 0, 0, 448, 5326, 1, 0, 0, 0, 450, 5328, 1, 0, 0, 0, 452, 5369, 1, 0, 0, 0, 454, 5371, 1, 0, 0, 0, 456, 5376, 1, 0, 0, 0, 458, 5379, 1, 0, 0, 0, 460, 5382, 1, 0, 0, 0, 462, 5432, 1, 0, 0, 0, 464, 5434, 1, 0, 0, 0, 466, 5445, 1, 0, 0, 0, 468, 5447, 1, 0, 0, 0, 470, 5457, 1, 0, 0, 0, 472, 5492, 1, 0, 0, 0, 474, 5495, 1, 0, 0, 0, 476, 5516, 1, 0, 0, 0, 478, 5526, 1, 0, 0, 0, 480, 5546, 1, 0, 0, 0, 482, 5552, 1, 0, 0, 0, 484, 5558, 1, 0, 0, 0, 486, 5563, 1, 0, 0, 0, 488, 5576, 1, 0, 0, 0, 490, 5603, 1, 0, 0, 0, 492, 5651, 1, 0, 0, 0, 494, 5653, 1, 0, 0, 0, 496, 5691, 1, 0, 0, 0, 498, 5693, 1, 0, 0, 0, 500, 5714, 1, 0, 0, 0, 502, 5734, 1, 0, 0, 0, 504, 5738, 1, 0, 0, 0, 506, 5753, 1, 0, 0, 0, 508, 5755, 1, 0, 0, 0, 510, 5759, 1, 0, 0, 0, 512, 5763, 1, 0, 0, 0, 514, 5771, 1, 0, 0, 0, 516, 5795, 1, 0, 0, 0, 518, 5797, 1, 0, 0, 0, 520, 5808, 1, 0, 0, 0, 522, 5816, 1, 0, 0, 0, 524, 5832, 1, 0, 0, 0, 526, 5857, 1, 0, 0, 0, 528, 5859, 1, 0, 0, 0, 530, 5863, 1, 0, 0, 0, 532, 5872, 1, 0, 0, 0, 534, 5912, 1, 0, 0, 0, 536, 5923, 1, 0, 0, 0, 538, 5931, 1, 0, 0, 0, 540, 5934, 1, 0, 0, 0, 542, 5938, 1, 0, 0, 0, 544, 5953, 1, 0, 0, 0, 546, 5978, 1, 0, 0, 0, 548, 5993, 1, 0, 0, 0, 550, 6019, 1, 0, 0, 0, 552, 6021, 1, 0, 0, 0, 554, 6044, 1, 0, 0, 0, 556, 6046, 1, 0, 0, 0, 558, 6054, 1, 0, 0, 0, 560, 6072, 1, 0, 0, 0, 562, 6096, 1, 0, 0, 0, 564, 6108, 1, 0, 0, 0, 566, 6112, 1, 0, 0, 0, 568, 6124, 1, 0, 0, 0, 570, 6144, 1, 0, 0, 0, 572, 6152, 1, 0, 0, 0, 574, 6166, 1, 0, 0, 0, 576, 6189, 1, 0, 0, 0, 578, 6191, 1, 0, 0, 0, 580, 6196, 1, 0, 0, 0, 582, 6206, 1, 0, 0, 0, 584, 6227, 1, 0, 0, 0, 586, 6229, 1, 0, 0, 0, 588, 6238, 1, 0, 0, 0, 590, 6249, 1, 0, 0, 0, 592, 6259, 1, 0, 0, 0, 594, 6261, 1, 0, 0, 0, 596, 6268, 1, 0, 0, 0, 598, 6299, 1, 0, 0, 0, 600, 6329, 1, 0, 0, 0, 602, 6331, 1, 0, 0, 0, 604, 6340, 1, 0, 0, 0, 606, 6343, 1, 0, 0, 0, 608, 6414, 1, 0, 0, 0, 610, 6438, 1, 0, 0, 0, 612, 6459, 1, 0, 0, 0, 614, 6461, 1, 0, 0, 0, 616, 6469, 1, 0, 0, 0, 618, 6486, 1, 0, 0, 0, 620, 6512, 1, 0, 0, 0, 622, 6514, 1, 0, 0, 0, 624, 6522, 1, 0, 0, 0, 626, 6529, 1, 0, 0, 0, 628, 6553, 1, 0, 0, 0, 630, 6559, 1, 0, 0, 0, 632, 6567, 1, 0, 0, 0, 634, 6570, 1, 0, 0, 0, 636, 6577, 1, 0, 0, 0, 638, 6585, 1, 0, 0, 0, 640, 6590, 1, 0, 0, 0, 642, 6620, 1, 0, 0, 0, 644, 6647, 1, 0, 0, 0, 646, 6675, 1, 0, 0, 0, 648, 6692, 1, 0, 0, 0, 650, 6698, 1, 0, 0, 0, 652, 6716, 1, 0, 0, 0, 654, 6718, 1, 0, 0, 0, 656, 6722, 1, 0, 0, 0, 658, 6739, 1, 0, 0, 0, 660, 6744, 1, 0, 0, 0, 662, 6782, 1, 0, 0, 0, 664, 6784, 1, 0, 0, 0, 666, 6788, 1, 0, 0, 0, 668, 6790, 1, 0, 0, 0, 670, 6799, 1, 0, 0, 0, 672, 6883, 1, 0, 0, 0, 674, 6889, 1, 0, 0, 0, 676, 6999, 1, 0, 0, 0, 678, 7031, 1, 0, 0, 0, 680, 7082, 1, 0, 0, 0, 682, 7086, 1, 0, 0, 0, 684, 7262, 1, 0, 0, 0, 686, 7264, 1, 0, 0, 0, 688, 7272, 1, 0, 0, 0, 690, 7277, 1, 0, 0, 0, 692, 7279, 1, 0, 0, 0, 694, 7287, 1, 0, 0, 0, 696, 7290, 1, 0, 0, 0, 698, 7299, 1, 0, 0, 0, 700, 7302, 1, 0, 0, 0, 702, 7306, 1, 0, 0, 0, 704, 7311, 1, 0, 0, 0, 706, 7328, 1, 0, 0, 0, 708, 7355, 1, 0, 0, 0, 710, 7364, 1, 0, 0, 0, 712, 7366, 1, 0, 0, 0, 714, 7373, 1, 0, 0, 0, 716, 7377, 1, 0, 0, 0, 718, 7379, 1, 0, 0, 0, 720, 7387, 1, 0, 0, 0, 722, 7395, 1, 0, 0, 0, 724, 7402, 1, 0, 0, 0, 726, 7404, 1, 0, 0, 0, 728, 7417, 1, 0, 0, 0, 730, 7421, 1, 0, 0, 0, 732, 7423, 1, 0, 0, 0, 734, 7438, 1, 0, 0, 0, 736, 7440, 1, 0, 0, 0, 738, 7462, 1, 0, 0, 0, 740, 7464, 1, 0, 0, 0, 742, 7487, 1, 0, 0, 0, 744, 7489, 1, 0, 0, 0, 746, 7511, 1, 0, 0, 0, 748, 7514, 1, 0, 0, 0, 750, 7521, 1, 0, 0, 0, 752, 7524, 1, 0, 0, 0, 754, 7540, 1, 0, 0, 0, 756, 7542, 1, 0, 0, 0, 758, 7550, 1, 0, 0, 0, 760, 7558, 1, 0, 0, 0, 762, 7566, 1, 0, 0, 0, 764, 7574, 1, 0, 0, 0, 766, 7576, 1, 0, 0, 0, 768, 7578, 1, 0, 0, 0, 770, 7580, 1, 0, 0, 0, 772, 7582, 1, 0, 0, 0, 774, 7584, 1, 0, 0, 0, 776, 7586, 1, 0, 0, 0, 778, 7590, 1, 0, 0, 0, 780, 7598, 1, 0, 0, 0, 782, 7606, 1, 0, 0, 0, 784, 7608, 1, 0, 0, 0, 786, 7610, 1, 0, 0, 0, 788, 7612, 1, 0, 0, 0, 790, 7614, 1, 0, 0, 0, 792, 7620, 1, 0, 0, 0, 794, 7626, 1, 0, 0, 0, 796, 7632, 1, 0, 0, 0, 798, 7634, 1, 0, 0, 0, 800, 7637, 1, 0, 0, 0, 802, 7643, 1, 0, 0, 0, 804, 7649, 1, 0, 0, 0, 806, 7651, 1, 0, 0, 0, 808, 7667, 1, 0, 0, 0, 810, 7670, 1, 0, 0, 0, 812, 7679, 1, 0, 0, 0, 814, 7681, 1, 0, 0, 0, 816, 7691, 1, 0, 0, 0, 818, 7695, 1, 0, 0, 0, 820, 7700, 1, 0, 0, 0, 822, 7706, 1, 0, 0, 0, 824, 7719, 1, 0, 0, 0, 826, 7721, 1, 0, 0, 0, 828, 7774, 1, 0, 0, 0, 830, 7776, 1, 0, 0, 0, 832, 7778, 1, 0, 0, 0, 834, 7781, 1, 0, 0, 0, 836, 7809, 1, 0, 0, 0, 838, 7813, 1, 0, 0, 0, 840, 7864, 1, 0, 0, 0, 842, 7867, 1, 0, 0, 0, 844, 7893, 1, 0, 0, 0, 846, 7895, 1, 0, 0, 0, 848, 7918, 1, 0, 0, 0, 850, 7920, 1, 0, 0, 0, 852, 7925, 1, 0, 0, 0, 854, 7940, 1, 0, 0, 0, 856, 7946, 1, 0, 0, 0, 858, 7957, 1, 0, 0, 0, 860, 7987, 1, 0, 0, 0, 862, 7994, 1, 0, 0, 0, 864, 8019, 1, 0, 0, 0, 866, 8029, 1, 0, 0, 0, 868, 8056, 1, 0, 0, 0, 870, 8069, 1, 0, 0, 0, 872, 8079, 1, 0, 0, 0, 874, 8098, 1, 0, 0, 0, 876, 8130, 1, 0, 0, 0, 878, 8134, 1, 0, 0, 0, 880, 8142, 1, 0, 0, 0, 882, 8156, 1, 0, 0, 0, 884, 8162, 1, 0, 0, 0, 886, 8183, 1, 0, 0, 0, 888, 8189, 1, 0, 0, 0, 890, 8228, 1, 0, 0, 0, 892, 8232, 1, 0, 0, 0, 894, 8258, 1, 0, 0, 0, 896, 8260, 1, 0, 0, 0, 898, 8268, 1, 0, 0, 0, 900, 8308, 1, 0, 0, 0, 902, 8342, 1, 0, 0, 0, 904, 8344, 1, 0, 0, 0, 906, 8355, 1, 0, 0, 0, 908, 8392, 1, 0, 0, 0, 910, 8396, 1, 0, 0, 0, 912, 8398, 1, 0, 0, 0, 914, 8402, 1, 0, 0, 0, 916, 8405, 1, 0, 0, 0, 918, 8427, 1, 0, 0, 0, 920, 8431, 1, 0, 0, 0, 922, 8433, 1, 0, 0, 0, 924, 8457, 1, 0, 0, 0, 926, 8461, 1, 0, 0, 0, 928, 8464, 1, 0, 0, 0, 930, 932, 3, 2, 1, 0, 931, 930, 1, 0, 0, 0, 932, 935, 1, 0, 0, 0, 933, 931, 1, 0, 0, 0, 933, 934, 1, 0, 0, 0, 934, 936, 1, 0, 0, 0, 935, 933, 1, 0, 0, 0, 936, 937, 5, 0, 0, 1, 937, 1, 1, 0, 0, 0, 938, 940, 3, 4, 2, 0, 939, 941, 5, 7, 0, 0, 940, 939, 1, 0, 0, 0, 940, 941, 1, 0, 0, 0, 941, 3, 1, 0, 0, 0, 942, 1063, 3, 272, 136, 0, 943, 1063, 3, 482, 241, 0, 944, 1063, 3, 478, 239, 0, 945, 1063, 3, 480, 240, 0, 946, 1063, 3, 346, 173, 0, 947, 1063, 3, 488, 244, 0, 948, 1063, 3, 286, 143, 0, 949, 1063, 3, 204, 102, 0, 950, 1063, 3, 206, 103, 0, 951, 1063, 3, 212, 106, 0, 952, 1063, 3, 226, 113, 0, 953, 1063, 3, 398, 199, 0, 954, 1063, 3, 28, 14, 0, 955, 1063, 3, 428, 214, 0, 956, 1063, 3, 430, 215, 0, 957, 1063, 3, 440, 220, 0, 958, 1063, 3, 432, 216, 0, 959, 1063, 3, 438, 219, 0, 960, 1063, 3, 238, 119, 0, 961, 1063, 3, 240, 120, 0, 962, 1063, 3, 192, 96, 0, 963, 1063, 3, 484, 242, 0, 964, 1063, 3, 76, 38, 0, 965, 1063, 3, 424, 212, 0, 966, 1063, 3, 100, 50, 0, 967, 1063, 3, 444, 222, 0, 968, 1063, 3, 18, 9, 0, 969, 1063, 3, 20, 10, 0, 970, 1063, 3, 16, 8, 0, 971, 1063, 3, 448, 224, 0, 972, 1063, 3, 178, 89, 0, 973, 1063, 3, 492, 246, 0, 974, 1063, 3, 490, 245, 0, 975, 1063, 3, 234, 117, 0, 976, 1063, 3, 500, 250, 0, 977, 1063, 3, 6, 3, 0, 978, 1063, 3, 72, 36, 0, 979, 1063, 3, 104, 52, 0, 980, 1063, 3, 496, 248, 0, 981, 1063, 3, 318, 159, 0, 982, 1063, 3, 70, 35, 0, 983, 1063, 3, 106, 53, 0, 984, 1063, 3, 248, 124, 0, 985, 1063, 3, 180, 90, 0, 986, 1063, 3, 274, 137, 0, 987, 1063, 3, 414, 207, 0, 988, 1063, 3, 494, 247, 0, 989, 1063, 3, 486, 243, 0, 990, 1063, 3, 202, 101, 0, 991, 1063, 3, 208, 104, 0, 992, 1063, 3, 222, 111, 0, 993, 1063, 3, 228, 114, 0, 994, 1063, 3, 358, 179, 0, 995, 1063, 3, 26, 13, 0, 996, 1063, 3, 186, 93, 0, 997, 1063, 3, 290, 145, 0, 998, 1063, 3, 294, 147, 0, 999, 1063, 3, 442, 221, 0, 1000, 1063, 3, 296, 148, 0, 1001, 1063, 3, 236, 118, 0, 1002, 1063, 3, 198, 99, 0, 1003, 1063, 3, 30, 15, 0, 1004, 1063, 3, 190, 95, 0, 1005, 1063, 3, 114, 57, 0, 1006, 1063, 3, 446, 223, 0, 1007, 1063, 3, 176, 88, 0, 1008, 1063, 3, 200, 100, 0, 1009, 1063, 3, 418, 209, 0, 1010, 1063, 3, 250, 125, 0, 1011, 1063, 3, 268, 134, 0, 1012, 1063, 3, 8, 4, 0, 1013, 1063, 3, 14, 7, 0, 1014, 1063, 3, 232, 116, 0, 1015, 1063, 3, 474, 237, 0, 1016, 1063, 3, 530, 265, 0, 1017, 1063, 3, 552, 276, 0, 1018, 1063, 3, 276, 138, 0, 1019, 1063, 3, 542, 271, 0, 1020, 1063, 3, 74, 37, 0, 1021, 1063, 3, 412, 206, 0, 1022, 1063, 3, 302, 151, 0, 1023, 1063, 3, 526, 263, 0, 1024, 1063, 3, 514, 257, 0, 1025, 1063, 3, 322, 161, 0, 1026, 1063, 3, 328, 164, 0, 1027, 1063, 3, 342, 171, 0, 1028, 1063, 3, 898, 449, 0, 1029, 1063, 3, 230, 115, 0, 1030, 1063, 3, 352, 176, 0, 1031, 1063, 3, 532, 266, 0, 1032, 1063, 3, 458, 229, 0, 1033, 1063, 3, 188, 94, 0, 1034, 1063, 3, 472, 236, 0, 1035, 1063, 3, 544, 272, 0, 1036, 1063, 3, 454, 227, 0, 1037, 1063, 3, 520, 260, 0, 1038, 1063, 3, 300, 150, 0, 1039, 1063, 3, 422, 211, 0, 1040, 1063, 3, 402, 201, 0, 1041, 1063, 3, 400, 200, 0, 1042, 1063, 3, 404, 202, 0, 1043, 1063, 3, 426, 213, 0, 1044, 1063, 3, 330, 165, 0, 1045, 1063, 3, 344, 172, 0, 1046, 1063, 3, 450, 225, 0, 1047, 1063, 3, 320, 160, 0, 1048, 1063, 3, 554, 277, 0, 1049, 1063, 3, 462, 231, 0, 1050, 1063, 3, 314, 157, 0, 1051, 1063, 3, 460, 230, 0, 1052, 1063, 3, 546, 273, 0, 1053, 1063, 3, 498, 249, 0, 1054, 1063, 3, 60, 30, 0, 1055, 1063, 3, 36, 18, 0, 1056, 1063, 3, 68, 34, 0, 1057, 1063, 3, 470, 235, 0, 1058, 1060, 5, 583, 0, 0, 1059, 1061, 5, 584, 0, 0, 1060, 1059, 1, 0, 0, 0, 1060, 1061, 1, 0, 0, 0, 1061, 1063, 1, 0, 0, 0, 1062, 942, 1, 0, 0, 0, 1062, 943, 1, 0, 0, 0, 1062, 944, 1, 0, 0, 0, 1062, 945, 1, 0, 0, 0, 1062, 946, 1, 0, 0, 0, 1062, 947, 1, 0, 0, 0, 1062, 948, 1, 0, 0, 0, 1062, 949, 1, 0, 0, 0, 1062, 950, 1, 0, 0, 0, 1062, 951, 1, 0, 0, 0, 1062, 952, 1, 0, 0, 0, 1062, 953, 1, 0, 0, 0, 1062, 954, 1, 0, 0, 0, 1062, 955, 1, 0, 0, 0, 1062, 956, 1, 0, 0, 0, 1062, 957, 1, 0, 0, 0, 1062, 958, 1, 0, 0, 0, 1062, 959, 1, 0, 0, 0, 1062, 960, 1, 0, 0, 0, 1062, 961, 1, 0, 0, 0, 1062, 962, 1, 0, 0, 0, 1062, 963, 1, 0, 0, 0, 1062, 964, 1, 0, 0, 0, 1062, 965, 1, 0, 0, 0, 1062, 966, 1, 0, 0, 0, 1062, 967, 1, 0, 0, 0, 1062, 968, 1, 0, 0, 0, 1062, 969, 1, 0, 0, 0, 1062, 970, 1, 0, 0, 0, 1062, 971, 1, 0, 0, 0, 1062, 972, 1, 0, 0, 0, 1062, 973, 1, 0, 0, 0, 1062, 974, 1, 0, 0, 0, 1062, 975, 1, 0, 0, 0, 1062, 976, 1, 0, 0, 0, 1062, 977, 1, 0, 0, 0, 1062, 978, 1, 0, 0, 0, 1062, 979, 1, 0, 0, 0, 1062, 980, 1, 0, 0, 0, 1062, 981, 1, 0, 0, 0, 1062, 982, 1, 0, 0, 0, 1062, 983, 1, 0, 0, 0, 1062, 984, 1, 0, 0, 0, 1062, 985, 1, 0, 0, 0, 1062, 986, 1, 0, 0, 0, 1062, 987, 1, 0, 0, 0, 1062, 988, 1, 0, 0, 0, 1062, 989, 1, 0, 0, 0, 1062, 990, 1, 0, 0, 0, 1062, 991, 1, 0, 0, 0, 1062, 992, 1, 0, 0, 0, 1062, 993, 1, 0, 0, 0, 1062, 994, 1, 0, 0, 0, 1062, 995, 1, 0, 0, 0, 1062, 996, 1, 0, 0, 0, 1062, 997, 1, 0, 0, 0, 1062, 998, 1, 0, 0, 0, 1062, 999, 1, 0, 0, 0, 1062, 1000, 1, 0, 0, 0, 1062, 1001, 1, 0, 0, 0, 1062, 1002, 1, 0, 0, 0, 1062, 1003, 1, 0, 0, 0, 1062, 1004, 1, 0, 0, 0, 1062, 1005, 1, 0, 0, 0, 1062, 1006, 1, 0, 0, 0, 1062, 1007, 1, 0, 0, 0, 1062, 1008, 1, 0, 0, 0, 1062, 1009, 1, 0, 0, 0, 1062, 1010, 1, 0, 0, 0, 1062, 1011, 1, 0, 0, 0, 1062, 1012, 1, 0, 0, 0, 1062, 1013, 1, 0, 0, 0, 1062, 1014, 1, 0, 0, 0, 1062, 1015, 1, 0, 0, 0, 1062, 1016, 1, 0, 0, 0, 1062, 1017, 1, 0, 0, 0, 1062, 1018, 1, 0, 0, 0, 1062, 1019, 1, 0, 0, 0, 1062, 1020, 1, 0, 0, 0, 1062, 1021, 1, 0, 0, 0, 1062, 1022, 1, 0, 0, 0, 1062, 1023, 1, 0, 0, 0, 1062, 1024, 1, 0, 0, 0, 1062, 1025, 1, 0, 0, 0, 1062, 1026, 1, 0, 0, 0, 1062, 1027, 1, 0, 0, 0, 1062, 1028, 1, 0, 0, 0, 1062, 1029, 1, 0, 0, 0, 1062, 1030, 1, 0, 0, 0, 1062, 1031, 1, 0, 0, 0, 1062, 1032, 1, 0, 0, 0, 1062, 1033, 1, 0, 0, 0, 1062, 1034, 1, 0, 0, 0, 1062, 1035, 1, 0, 0, 0, 1062, 1036, 1, 0, 0, 0, 1062, 1037, 1, 0, 0, 0, 1062, 1038, 1, 0, 0, 0, 1062, 1039, 1, 0, 0, 0, 1062, 1040, 1, 0, 0, 0, 1062, 1041, 1, 0, 0, 0, 1062, 1042, 1, 0, 0, 0, 1062, 1043, 1, 0, 0, 0, 1062, 1044, 1, 0, 0, 0, 1062, 1045, 1, 0, 0, 0, 1062, 1046, 1, 0, 0, 0, 1062, 1047, 1, 0, 0, 0, 1062, 1048, 1, 0, 0, 0, 1062, 1049, 1, 0, 0, 0, 1062, 1050, 1, 0, 0, 0, 1062, 1051, 1, 0, 0, 0, 1062, 1052, 1, 0, 0, 0, 1062, 1053, 1, 0, 0, 0, 1062, 1054, 1, 0, 0, 0, 1062, 1055, 1, 0, 0, 0, 1062, 1056, 1, 0, 0, 0, 1062, 1057, 1, 0, 0, 0, 1062, 1058, 1, 0, 0, 0, 1063, 5, 1, 0, 0, 0, 1064, 1065, 5, 433, 0, 0, 1065, 1066, 3, 678, 339, 0, 1066, 7, 1, 0, 0, 0, 1067, 1068, 5, 46, 0, 0, 1068, 1069, 5, 318, 0, 0, 1069, 1071, 3, 812, 406, 0, 1070, 1072, 5, 105, 0, 0, 1071, 1070, 1, 0, 0, 0, 1071, 1072, 1, 0, 0, 0, 1072, 1076, 1, 0, 0, 0, 1073, 1075, 3, 12, 6, 0, 1074, 1073, 1, 0, 0, 0, 1075, 1078, 1, 0, 0, 0, 1076, 1074, 1, 0, 0, 0, 1076, 1077, 1, 0, 0, 0, 1077, 9, 1, 0, 0, 0, 1078, 1076, 1, 0, 0, 0, 1079, 1082, 5, 287, 0, 0, 1080, 1083, 3, 806, 403, 0, 1081, 1083, 5, 78, 0, 0, 1082, 1080, 1, 0, 0, 0, 1082, 1081, 1, 0, 0, 0, 1083, 1118, 1, 0, 0, 0, 1084, 1085, 7, 0, 0, 0, 1085, 1086, 5, 287, 0, 0, 1086, 1118, 3, 806, 403, 0, 1087, 1118, 5, 228, 0, 0, 1088, 1118, 5, 229, 0, 0, 1089, 1118, 5, 236, 0, 0, 1090, 1118, 5, 237, 0, 0, 1091, 1118, 5, 234, 0, 0, 1092, 1118, 5, 235, 0, 0, 1093, 1118, 5, 232, 0, 0, 1094, 1118, 5, 233, 0, 0, 1095, 1118, 5, 230, 0, 0, 1096, 1118, 5, 231, 0, 0, 1097, 1118, 5, 535, 0, 0, 1098, 1118, 5, 536, 0, 0, 1099, 1118, 5, 537, 0, 0, 1100, 1118, 5, 538, 0, 0, 1101, 1118, 5, 539, 0, 0, 1102, 1118, 5, 540, 0, 0, 1103, 1104, 5, 164, 0, 0, 1104, 1105, 5, 74, 0, 0, 1105, 1118, 3, 810, 405, 0, 1106, 1107, 5, 371, 0, 0, 1107, 1108, 5, 368, 0, 0, 1108, 1118, 3, 806, 403, 0, 1109, 1110, 5, 68, 0, 0, 1110, 1111, 7, 1, 0, 0, 1111, 1118, 3, 780, 390, 0, 1112, 1113, 7, 2, 0, 0, 1113, 1118, 3, 814, 407, 0, 1114, 1115, 5, 134, 0, 0, 1115, 1118, 3, 780, 390, 0, 1116, 1118, 3, 824, 412, 0, 1117, 1079, 1, 0, 0, 0, 1117, 1084, 1, 0, 0, 0, 1117, 1087, 1, 0, 0, 0, 1117, 1088, 1, 0, 0, 0, 1117, 1089, 1, 0, 0, 0, 1117, 1090, 1, 0, 0, 0, 1117, 1091, 1, 0, 0, 0, 1117, 1092, 1, 0, 0, 0, 1117, 1093, 1, 0, 0, 0, 1117, 1094, 1, 0, 0, 0, 1117, 1095, 1, 0, 0, 0, 1117, 1096, 1, 0, 0, 0, 1117, 1097, 1, 0, 0, 0, 1117, 1098, 1, 0, 0, 0, 1117, 1099, 1, 0, 0, 0, 1117, 1100, 1, 0, 0, 0, 1117, 1101, 1, 0, 0, 0, 1117, 1102, 1, 0, 0, 0, 1117, 1103, 1, 0, 0, 0, 1117, 1106, 1, 0, 0, 0, 1117, 1109, 1, 0, 0, 0, 1117, 1112, 1, 0, 0, 0, 1117, 1114, 1, 0, 0, 0, 1117, 1116, 1, 0, 0, 0, 1118, 11, 1, 0, 0, 0, 1119, 1128, 3, 10, 5, 0, 1120, 1121, 5, 348, 0, 0, 1121, 1128, 5, 574, 0, 0, 1122, 1123, 7, 3, 0, 0, 1123, 1128, 3, 814, 407, 0, 1124, 1125, 5, 68, 0, 0, 1125, 1126, 7, 1, 0, 0, 1126, 1128, 3, 814, 407, 0, 1127, 1119, 1, 0, 0, 0, 1127, 1120, 1, 0, 0, 0, 1127, 1122, 1, 0, 0, 0, 1127, 1124, 1, 0, 0, 0, 1128, 13, 1, 0, 0, 0, 1129, 1130, 5, 46, 0, 0, 1130, 1131, 5, 99, 0, 0, 1131, 1133, 3, 812, 406, 0, 1132, 1134, 5, 105, 0, 0, 1133, 1132, 1, 0, 0, 0, 1133, 1134, 1, 0, 0, 0, 1134, 1138, 1, 0, 0, 0, 1135, 1137, 3, 12, 6, 0, 1136, 1135, 1, 0, 0, 0, 1137, 1140, 1, 0, 0, 0, 1138, 1136, 1, 0, 0, 0, 1138, 1139, 1, 0, 0, 0, 1139, 15, 1, 0, 0, 0, 1140, 1138, 1, 0, 0, 0, 1141, 1142, 5, 138, 0, 0, 1142, 1143, 7, 2, 0, 0, 1143, 1145, 3, 812, 406, 0, 1144, 1146, 5, 105, 0, 0, 1145, 1144, 1, 0, 0, 0, 1145, 1146, 1, 0, 0, 0, 1146, 1150, 1, 0, 0, 0, 1147, 1149, 3, 10, 5, 0, 1148, 1147, 1, 0, 0, 0, 1149, 1152, 1, 0, 0, 0, 1150, 1148, 1, 0, 0, 0, 1150, 1151, 1, 0, 0, 0, 1151, 17, 1, 0, 0, 0, 1152, 1150, 1, 0, 0, 0, 1153, 1154, 5, 138, 0, 0, 1154, 1157, 7, 2, 0, 0, 1155, 1158, 5, 30, 0, 0, 1156, 1158, 3, 812, 406, 0, 1157, 1155, 1, 0, 0, 0, 1157, 1156, 1, 0, 0, 0, 1158, 1159, 1, 0, 0, 0, 1159, 1160, 5, 68, 0, 0, 1160, 1161, 5, 175, 0, 0, 1161, 1162, 3, 784, 392, 0, 1162, 1163, 3, 64, 32, 0, 1163, 19, 1, 0, 0, 0, 1164, 1165, 5, 138, 0, 0, 1165, 1166, 5, 442, 0, 0, 1166, 1168, 3, 790, 395, 0, 1167, 1169, 3, 362, 181, 0, 1168, 1167, 1, 0, 0, 0, 1168, 1169, 1, 0, 0, 0, 1169, 1170, 1, 0, 0, 0, 1170, 1171, 3, 22, 11, 0, 1171, 21, 1, 0, 0, 0, 1172, 1176, 3, 24, 12, 0, 1173, 1175, 3, 24, 12, 0, 1174, 1173, 1, 0, 0, 0, 1175, 1178, 1, 0, 0, 0, 1176, 1174, 1, 0, 0, 0, 1176, 1177, 1, 0, 0, 0, 1177, 1180, 1, 0, 0, 0, 1178, 1176, 1, 0, 0, 0, 1179, 1181, 5, 315, 0, 0, 1180, 1179, 1, 0, 0, 0, 1180, 1181, 1, 0, 0, 0, 1181, 1199, 1, 0, 0, 0, 1182, 1183, 5, 309, 0, 0, 1183, 1184, 5, 94, 0, 0, 1184, 1199, 3, 788, 394, 0, 1185, 1186, 5, 282, 0, 0, 1186, 1187, 5, 94, 0, 0, 1187, 1199, 3, 812, 406, 0, 1188, 1189, 5, 333, 0, 0, 1189, 1190, 5, 323, 0, 0, 1190, 1199, 3, 32, 16, 0, 1191, 1193, 5, 269, 0, 0, 1192, 1191, 1, 0, 0, 0, 1192, 1193, 1, 0, 0, 0, 1193, 1194, 1, 0, 0, 0, 1194, 1195, 5, 462, 0, 0, 1195, 1196, 5, 80, 0, 0, 1196, 1197, 5, 204, 0, 0, 1197, 1199, 3, 816, 408, 0, 1198, 1172, 1, 0, 0, 0, 1198, 1182, 1, 0, 0, 0, 1198, 1185, 1, 0, 0, 0, 1198, 1188, 1, 0, 0, 0, 1198, 1192, 1, 0, 0, 0, 1199, 23, 1, 0, 0, 0, 1200, 1243, 5, 222, 0, 0, 1201, 1243, 5, 338, 0, 0, 1202, 1243, 5, 377, 0, 0, 1203, 1205, 5, 77, 0, 0, 1204, 1203, 1, 0, 0, 0, 1204, 1205, 1, 0, 0, 0, 1205, 1206, 1, 0, 0, 0, 1206, 1243, 5, 250, 0, 0, 1207, 1209, 5, 205, 0, 0, 1208, 1207, 1, 0, 0, 0, 1208, 1209, 1, 0, 0, 0, 1209, 1210, 1, 0, 0, 0, 1210, 1211, 5, 327, 0, 0, 1211, 1218, 5, 243, 0, 0, 1212, 1214, 5, 205, 0, 0, 1213, 1212, 1, 0, 0, 0, 1213, 1214, 1, 0, 0, 0, 1214, 1215, 1, 0, 0, 0, 1215, 1216, 5, 327, 0, 0, 1216, 1218, 5, 181, 0, 0, 1217, 1208, 1, 0, 0, 0, 1217, 1213, 1, 0, 0, 0, 1218, 1243, 1, 0, 0, 0, 1219, 1220, 5, 460, 0, 0, 1220, 1243, 7, 4, 0, 0, 1221, 1222, 5, 170, 0, 0, 1222, 1243, 3, 822, 411, 0, 1223, 1224, 5, 320, 0, 0, 1224, 1243, 3, 816, 408, 0, 1225, 1226, 5, 333, 0, 0, 1226, 1227, 3, 816, 408, 0, 1227, 1230, 7, 5, 0, 0, 1228, 1231, 3, 816, 408, 0, 1229, 1231, 5, 53, 0, 0, 1230, 1228, 1, 0, 0, 0, 1230, 1229, 1, 0, 0, 0, 1231, 1243, 1, 0, 0, 0, 1232, 1233, 5, 333, 0, 0, 1233, 1234, 3, 816, 408, 0, 1234, 1235, 5, 64, 0, 0, 1235, 1236, 5, 434, 0, 0, 1236, 1243, 1, 0, 0, 0, 1237, 1240, 5, 313, 0, 0, 1238, 1241, 3, 816, 408, 0, 1239, 1241, 5, 30, 0, 0, 1240, 1238, 1, 0, 0, 0, 1240, 1239, 1, 0, 0, 0, 1241, 1243, 1, 0, 0, 0, 1242, 1200, 1, 0, 0, 0, 1242, 1201, 1, 0, 0, 0, 1242, 1202, 1, 0, 0, 0, 1242, 1204, 1, 0, 0, 0, 1242, 1217, 1, 0, 0, 0, 1242, 1219, 1, 0, 0, 0, 1242, 1221, 1, 0, 0, 0, 1242, 1223, 1, 0, 0, 0, 1242, 1225, 1, 0, 0, 0, 1242, 1232, 1, 0, 0, 0, 1242, 1237, 1, 0, 0, 0, 1243, 25, 1, 0, 0, 0, 1244, 1245, 5, 46, 0, 0, 1245, 1246, 5, 66, 0, 0, 1246, 1248, 3, 812, 406, 0, 1247, 1249, 5, 105, 0, 0, 1248, 1247, 1, 0, 0, 0, 1248, 1249, 1, 0, 0, 0, 1249, 1253, 1, 0, 0, 0, 1250, 1252, 3, 12, 6, 0, 1251, 1250, 1, 0, 0, 0, 1252, 1255, 1, 0, 0, 0, 1253, 1251, 1, 0, 0, 0, 1253, 1254, 1, 0, 0, 0, 1254, 27, 1, 0, 0, 0, 1255, 1253, 1, 0, 0, 0, 1256, 1257, 5, 138, 0, 0, 1257, 1258, 5, 66, 0, 0, 1258, 1259, 3, 812, 406, 0, 1259, 1260, 7, 6, 0, 0, 1260, 1261, 5, 99, 0, 0, 1261, 1262, 3, 814, 407, 0, 1262, 29, 1, 0, 0, 0, 1263, 1264, 5, 46, 0, 0, 1264, 1266, 5, 323, 0, 0, 1265, 1267, 3, 288, 144, 0, 1266, 1265, 1, 0, 0, 0, 1266, 1267, 1, 0, 0, 0, 1267, 1274, 1, 0, 0, 0, 1268, 1270, 3, 32, 16, 0, 1269, 1268, 1, 0, 0, 0, 1269, 1270, 1, 0, 0, 0, 1270, 1271, 1, 0, 0, 0, 1271, 1272, 5, 106, 0, 0, 1272, 1275, 3, 812, 406, 0, 1273, 1275, 3, 32, 16, 0, 1274, 1269, 1, 0, 0, 0, 1274, 1273, 1, 0, 0, 0, 1275, 1279, 1, 0, 0, 0, 1276, 1278, 3, 34, 17, 0, 1277, 1276, 1, 0, 0, 0, 1278, 1281, 1, 0, 0, 0, 1279, 1277, 1, 0, 0, 0, 1279, 1280, 1, 0, 0, 0, 1280, 31, 1, 0, 0, 0, 1281, 1279, 1, 0, 0, 0, 1282, 1283, 3, 310, 155, 0, 1283, 33, 1, 0, 0, 0, 1284, 1291, 3, 114, 57, 0, 1285, 1291, 3, 352, 176, 0, 1286, 1291, 3, 190, 95, 0, 1287, 1291, 3, 250, 125, 0, 1288, 1291, 3, 328, 164, 0, 1289, 1291, 3, 470, 235, 0, 1290, 1284, 1, 0, 0, 0, 1290, 1285, 1, 0, 0, 0, 1290, 1286, 1, 0, 0, 0, 1290, 1287, 1, 0, 0, 0, 1290, 1288, 1, 0, 0, 0, 1290, 1289, 1, 0, 0, 0, 1291, 35, 1, 0, 0, 0, 1292, 1294, 5, 333, 0, 0, 1293, 1295, 7, 7, 0, 0, 1294, 1293, 1, 0, 0, 0, 1294, 1295, 1, 0, 0, 0, 1295, 1296, 1, 0, 0, 0, 1296, 1297, 3, 38, 19, 0, 1297, 37, 1, 0, 0, 0, 1298, 1299, 5, 356, 0, 0, 1299, 1307, 3, 468, 234, 0, 1300, 1301, 5, 332, 0, 0, 1301, 1302, 5, 154, 0, 0, 1302, 1303, 5, 36, 0, 0, 1303, 1304, 5, 356, 0, 0, 1304, 1307, 3, 468, 234, 0, 1305, 1307, 3, 42, 21, 0, 1306, 1298, 1, 0, 0, 0, 1306, 1300, 1, 0, 0, 0, 1306, 1305, 1, 0, 0, 0, 1307, 39, 1, 0, 0, 0, 1308, 1311, 5, 30, 0, 0, 1309, 1311, 3, 44, 22, 0, 1310, 1308, 1, 0, 0, 0, 1310, 1309, 1, 0, 0, 0, 1311, 1313, 1, 0, 0, 0, 1312, 1314, 7, 5, 0, 0, 1313, 1312, 1, 0, 0, 0, 1313, 1314, 1, 0, 0, 0, 1314, 1317, 1, 0, 0, 0, 1315, 1318, 5, 53, 0, 0, 1316, 1318, 3, 46, 23, 0, 1317, 1315, 1, 0, 0, 0, 1317, 1316, 1, 0, 0, 0, 1317, 1318, 1, 0, 0, 0, 1318, 41, 1, 0, 0, 0, 1319, 1320, 5, 418, 0, 0, 1320, 1321, 5, 386, 0, 0, 1321, 1348, 3, 56, 28, 0, 1322, 1323, 5, 152, 0, 0, 1323, 1348, 3, 806, 403, 0, 1324, 1325, 5, 323, 0, 0, 1325, 1348, 3, 786, 393, 0, 1326, 1329, 5, 267, 0, 0, 1327, 1330, 3, 806, 403, 0, 1328, 1330, 5, 53, 0, 0, 1329, 1327, 1, 0, 0, 0, 1329, 1328, 1, 0, 0, 0, 1329, 1330, 1, 0, 0, 0, 1330, 1348, 1, 0, 0, 0, 1331, 1332, 5, 318, 0, 0, 1332, 1348, 3, 58, 29, 0, 1333, 1334, 5, 332, 0, 0, 1334, 1335, 5, 106, 0, 0, 1335, 1348, 3, 58, 29, 0, 1336, 1337, 5, 383, 0, 0, 1337, 1338, 5, 279, 0, 0, 1338, 1348, 3, 690, 345, 0, 1339, 1340, 5, 356, 0, 0, 1340, 1341, 5, 337, 0, 0, 1341, 1348, 3, 806, 403, 0, 1342, 1343, 3, 44, 22, 0, 1343, 1344, 5, 64, 0, 0, 1344, 1345, 5, 434, 0, 0, 1345, 1348, 1, 0, 0, 0, 1346, 1348, 3, 40, 20, 0, 1347, 1319, 1, 0, 0, 0, 1347, 1322, 1, 0, 0, 0, 1347, 1324, 1, 0, 0, 0, 1347, 1326, 1, 0, 0, 0, 1347, 1331, 1, 0, 0, 0, 1347, 1333, 1, 0, 0, 0, 1347, 1336, 1, 0, 0, 0, 1347, 1339, 1, 0, 0, 0, 1347, 1342, 1, 0, 0, 0, 1347, 1346, 1, 0, 0, 0, 1348, 43, 1, 0, 0, 0, 1349, 1354, 3, 816, 408, 0, 1350, 1351, 5, 11, 0, 0, 1351, 1353, 3, 816, 408, 0, 1352, 1350, 1, 0, 0, 0, 1353, 1356, 1, 0, 0, 0, 1354, 1352, 1, 0, 0, 0, 1354, 1355, 1, 0, 0, 0, 1355, 45, 1, 0, 0, 0, 1356, 1354, 1, 0, 0, 0, 1357, 1362, 3, 48, 24, 0, 1358, 1359, 5, 6, 0, 0, 1359, 1361, 3, 48, 24, 0, 1360, 1358, 1, 0, 0, 0, 1361, 1364, 1, 0, 0, 0, 1362, 1360, 1, 0, 0, 0, 1362, 1363, 1, 0, 0, 0, 1363, 47, 1, 0, 0, 0, 1364, 1362, 1, 0, 0, 0, 1365, 1368, 3, 54, 27, 0, 1366, 1368, 3, 196, 98, 0, 1367, 1365, 1, 0, 0, 0, 1367, 1366, 1, 0, 0, 0, 1368, 49, 1, 0, 0, 0, 1369, 1370, 5, 300, 0, 0, 1370, 1375, 7, 8, 0, 0, 1371, 1372, 5, 310, 0, 0, 1372, 1375, 5, 300, 0, 0, 1373, 1375, 5, 330, 0, 0, 1374, 1369, 1, 0, 0, 0, 1374, 1371, 1, 0, 0, 0, 1374, 1373, 1, 0, 0, 0, 1375, 51, 1, 0, 0, 0, 1376, 1383, 5, 96, 0, 0, 1377, 1383, 5, 60, 0, 0, 1378, 1383, 5, 80, 0, 0, 1379, 1383, 3, 796, 398, 0, 1380, 1383, 3, 830, 415, 0, 1381, 1383, 3, 806, 403, 0, 1382, 1376, 1, 0, 0, 0, 1382, 1377, 1, 0, 0, 0, 1382, 1378, 1, 0, 0, 0, 1382, 1379, 1, 0, 0, 0, 1382, 1380, 1, 0, 0, 0, 1382, 1381, 1, 0, 0, 0, 1383, 53, 1, 0, 0, 0, 1384, 1389, 5, 96, 0, 0, 1385, 1389, 5, 60, 0, 0, 1386, 1389, 5, 80, 0, 0, 1387, 1389, 3, 58, 29, 0, 1388, 1384, 1, 0, 0, 0, 1388, 1385, 1, 0, 0, 0, 1388, 1386, 1, 0, 0, 0, 1388, 1387, 1, 0, 0, 0, 1389, 55, 1, 0, 0, 0, 1390, 1405, 3, 806, 403, 0, 1391, 1405, 5, 53, 0, 0, 1392, 1405, 3, 824, 412, 0, 1393, 1394, 5, 403, 0, 0, 1394, 1396, 3, 806, 403, 0, 1395, 1397, 3, 662, 331, 0, 1396, 1395, 1, 0, 0, 0, 1396, 1397, 1, 0, 0, 0, 1397, 1405, 1, 0, 0, 0, 1398, 1399, 5, 403, 0, 0, 1399, 1400, 3, 654, 327, 0, 1400, 1401, 3, 806, 403, 0, 1401, 1405, 1, 0, 0, 0, 1402, 1405, 3, 196, 98, 0, 1403, 1405, 5, 254, 0, 0, 1404, 1390, 1, 0, 0, 0, 1404, 1391, 1, 0, 0, 0, 1404, 1392, 1, 0, 0, 0, 1404, 1393, 1, 0, 0, 0, 1404, 1398, 1, 0, 0, 0, 1404, 1402, 1, 0, 0, 0, 1404, 1403, 1, 0, 0, 0, 1405, 57, 1, 0, 0, 0, 1406, 1409, 3, 820, 410, 0, 1407, 1409, 3, 806, 403, 0, 1408, 1406, 1, 0, 0, 0, 1408, 1407, 1, 0, 0, 0, 1409, 59, 1, 0, 0, 0, 1410, 1411, 5, 313, 0, 0, 1411, 1412, 3, 62, 31, 0, 1412, 61, 1, 0, 0, 0, 1413, 1414, 5, 418, 0, 0, 1414, 1423, 5, 386, 0, 0, 1415, 1416, 5, 356, 0, 0, 1416, 1417, 5, 244, 0, 0, 1417, 1423, 5, 251, 0, 0, 1418, 1419, 5, 332, 0, 0, 1419, 1423, 5, 106, 0, 0, 1420, 1423, 5, 30, 0, 0, 1421, 1423, 3, 44, 22, 0, 1422, 1413, 1, 0, 0, 0, 1422, 1415, 1, 0, 0, 0, 1422, 1418, 1, 0, 0, 0, 1422, 1420, 1, 0, 0, 0, 1422, 1421, 1, 0, 0, 0, 1423, 63, 1, 0, 0, 0, 1424, 1425, 5, 333, 0, 0, 1425, 1428, 3, 38, 19, 0, 1426, 1428, 3, 60, 30, 0, 1427, 1424, 1, 0, 0, 0, 1427, 1426, 1, 0, 0, 0, 1428, 65, 1, 0, 0, 0, 1429, 1430, 5, 333, 0, 0, 1430, 1433, 3, 42, 21, 0, 1431, 1433, 3, 60, 30, 0, 1432, 1429, 1, 0, 0, 0, 1432, 1431, 1, 0, 0, 0, 1433, 67, 1, 0, 0, 0, 1434, 1444, 5, 335, 0, 0, 1435, 1445, 3, 44, 22, 0, 1436, 1437, 5, 418, 0, 0, 1437, 1445, 5, 386, 0, 0, 1438, 1439, 5, 356, 0, 0, 1439, 1440, 5, 244, 0, 0, 1440, 1445, 5, 251, 0, 0, 1441, 1442, 5, 332, 0, 0, 1442, 1445, 5, 106, 0, 0, 1443, 1445, 5, 30, 0, 0, 1444, 1435, 1, 0, 0, 0, 1444, 1436, 1, 0, 0, 0, 1444, 1438, 1, 0, 0, 0, 1444, 1441, 1, 0, 0, 0, 1444, 1443, 1, 0, 0, 0, 1445, 69, 1, 0, 0, 0, 1446, 1447, 5, 333, 0, 0, 1447, 1450, 5, 165, 0, 0, 1448, 1451, 5, 30, 0, 0, 1449, 1451, 3, 756, 378, 0, 1450, 1448, 1, 0, 0, 0, 1450, 1449, 1, 0, 0, 0, 1451, 1452, 1, 0, 0, 0, 1452, 1453, 7, 9, 0, 0, 1453, 71, 1, 0, 0, 0, 1454, 1455, 5, 155, 0, 0, 1455, 73, 1, 0, 0, 0, 1456, 1457, 5, 187, 0, 0, 1457, 1458, 7, 10, 0, 0, 1458, 75, 1, 0, 0, 0, 1459, 1460, 5, 138, 0, 0, 1460, 1462, 5, 92, 0, 0, 1461, 1463, 3, 416, 208, 0, 1462, 1461, 1, 0, 0, 0, 1462, 1463, 1, 0, 0, 0, 1463, 1464, 1, 0, 0, 0, 1464, 1467, 3, 618, 309, 0, 1465, 1468, 3, 78, 39, 0, 1466, 1468, 3, 80, 40, 0, 1467, 1465, 1, 0, 0, 0, 1467, 1466, 1, 0, 0, 0, 1468, 1577, 1, 0, 0, 0, 1469, 1470, 5, 138, 0, 0, 1470, 1471, 5, 92, 0, 0, 1471, 1472, 5, 30, 0, 0, 1472, 1473, 5, 68, 0, 0, 1473, 1477, 3, 170, 85, 0, 1474, 1475, 5, 281, 0, 0, 1475, 1476, 5, 147, 0, 0, 1476, 1478, 3, 814, 407, 0, 1477, 1474, 1, 0, 0, 0, 1477, 1478, 1, 0, 0, 0, 1478, 1479, 1, 0, 0, 0, 1479, 1480, 5, 333, 0, 0, 1480, 1481, 5, 351, 0, 0, 1481, 1483, 3, 766, 383, 0, 1482, 1484, 5, 272, 0, 0, 1483, 1482, 1, 0, 0, 0, 1483, 1484, 1, 0, 0, 0, 1484, 1577, 1, 0, 0, 0, 1485, 1486, 5, 138, 0, 0, 1486, 1488, 5, 92, 0, 0, 1487, 1489, 3, 416, 208, 0, 1488, 1487, 1, 0, 0, 0, 1488, 1489, 1, 0, 0, 0, 1489, 1490, 1, 0, 0, 0, 1490, 1491, 3, 770, 385, 0, 1491, 1492, 3, 82, 41, 0, 1492, 1493, 3, 98, 49, 0, 1493, 1577, 1, 0, 0, 0, 1494, 1495, 5, 138, 0, 0, 1495, 1497, 5, 92, 0, 0, 1496, 1498, 3, 416, 208, 0, 1497, 1496, 1, 0, 0, 0, 1497, 1498, 1, 0, 0, 0, 1498, 1499, 1, 0, 0, 0, 1499, 1500, 3, 770, 385, 0, 1500, 1501, 5, 436, 0, 0, 1501, 1502, 5, 285, 0, 0, 1502, 1504, 3, 776, 388, 0, 1503, 1505, 7, 11, 0, 0, 1504, 1503, 1, 0, 0, 0, 1504, 1505, 1, 0, 0, 0, 1505, 1577, 1, 0, 0, 0, 1506, 1507, 5, 138, 0, 0, 1507, 1509, 5, 226, 0, 0, 1508, 1510, 3, 416, 208, 0, 1509, 1508, 1, 0, 0, 0, 1509, 1510, 1, 0, 0, 0, 1510, 1511, 1, 0, 0, 0, 1511, 1514, 3, 776, 388, 0, 1512, 1515, 3, 78, 39, 0, 1513, 1515, 3, 82, 41, 0, 1514, 1512, 1, 0, 0, 0, 1514, 1513, 1, 0, 0, 0, 1515, 1577, 1, 0, 0, 0, 1516, 1517, 5, 138, 0, 0, 1517, 1518, 5, 226, 0, 0, 1518, 1519, 5, 30, 0, 0, 1519, 1520, 5, 68, 0, 0, 1520, 1524, 3, 170, 85, 0, 1521, 1522, 5, 281, 0, 0, 1522, 1523, 5, 147, 0, 0, 1523, 1525, 3, 814, 407, 0, 1524, 1521, 1, 0, 0, 0, 1524, 1525, 1, 0, 0, 0, 1525, 1526, 1, 0, 0, 0, 1526, 1527, 5, 333, 0, 0, 1527, 1529, 3, 170, 85, 0, 1528, 1530, 5, 272, 0, 0, 1529, 1528, 1, 0, 0, 0, 1529, 1530, 1, 0, 0, 0, 1530, 1577, 1, 0, 0, 0, 1531, 1532, 5, 138, 0, 0, 1532, 1534, 5, 328, 0, 0, 1533, 1535, 3, 416, 208, 0, 1534, 1533, 1, 0, 0, 0, 1534, 1535, 1, 0, 0, 0, 1535, 1536, 1, 0, 0, 0, 1536, 1537, 3, 776, 388, 0, 1537, 1538, 3, 78, 39, 0, 1538, 1577, 1, 0, 0, 0, 1539, 1541, 5, 138, 0, 0, 1540, 1542, 5, 259, 0, 0, 1541, 1540, 1, 0, 0, 0, 1541, 1542, 1, 0, 0, 0, 1542, 1543, 1, 0, 0, 0, 1543, 1545, 5, 376, 0, 0, 1544, 1546, 3, 416, 208, 0, 1545, 1544, 1, 0, 0, 0, 1545, 1546, 1, 0, 0, 0, 1546, 1547, 1, 0, 0, 0, 1547, 1548, 3, 774, 387, 0, 1548, 1549, 3, 78, 39, 0, 1549, 1577, 1, 0, 0, 0, 1550, 1551, 5, 138, 0, 0, 1551, 1552, 5, 259, 0, 0, 1552, 1553, 5, 376, 0, 0, 1553, 1554, 5, 30, 0, 0, 1554, 1555, 5, 68, 0, 0, 1555, 1559, 3, 170, 85, 0, 1556, 1557, 5, 281, 0, 0, 1557, 1558, 5, 147, 0, 0, 1558, 1560, 3, 814, 407, 0, 1559, 1556, 1, 0, 0, 0, 1559, 1560, 1, 0, 0, 0, 1560, 1561, 1, 0, 0, 0, 1561, 1562, 5, 333, 0, 0, 1562, 1563, 5, 351, 0, 0, 1563, 1565, 3, 766, 383, 0, 1564, 1566, 5, 272, 0, 0, 1565, 1564, 1, 0, 0, 0, 1565, 1566, 1, 0, 0, 0, 1566, 1577, 1, 0, 0, 0, 1567, 1568, 5, 138, 0, 0, 1568, 1569, 5, 63, 0, 0, 1569, 1571, 5, 92, 0, 0, 1570, 1572, 3, 416, 208, 0, 1571, 1570, 1, 0, 0, 0, 1571, 1572, 1, 0, 0, 0, 1572, 1573, 1, 0, 0, 0, 1573, 1574, 3, 618, 309, 0, 1574, 1575, 3, 78, 39, 0, 1575, 1577, 1, 0, 0, 0, 1576, 1459, 1, 0, 0, 0, 1576, 1469, 1, 0, 0, 0, 1576, 1485, 1, 0, 0, 0, 1576, 1494, 1, 0, 0, 0, 1576, 1506, 1, 0, 0, 0, 1576, 1516, 1, 0, 0, 0, 1576, 1531, 1, 0, 0, 0, 1576, 1539, 1, 0, 0, 0, 1576, 1550, 1, 0, 0, 0, 1576, 1567, 1, 0, 0, 0, 1577, 77, 1, 0, 0, 0, 1578, 1583, 3, 84, 42, 0, 1579, 1580, 5, 6, 0, 0, 1580, 1582, 3, 84, 42, 0, 1581, 1579, 1, 0, 0, 0, 1582, 1585, 1, 0, 0, 0, 1583, 1581, 1, 0, 0, 0, 1583, 1584, 1, 0, 0, 0, 1584, 79, 1, 0, 0, 0, 1585, 1583, 1, 0, 0, 0, 1586, 1587, 3, 82, 41, 0, 1587, 1588, 3, 98, 49, 0, 1588, 1593, 1, 0, 0, 0, 1589, 1590, 5, 436, 0, 0, 1590, 1591, 5, 285, 0, 0, 1591, 1593, 3, 776, 388, 0, 1592, 1586, 1, 0, 0, 0, 1592, 1589, 1, 0, 0, 0, 1593, 81, 1, 0, 0, 0, 1594, 1595, 5, 435, 0, 0, 1595, 1596, 5, 285, 0, 0, 1596, 1597, 3, 776, 388, 0, 1597, 83, 1, 0, 0, 0, 1598, 1601, 5, 133, 0, 0, 1599, 1600, 5, 45, 0, 0, 1600, 1602, 3, 816, 408, 0, 1601, 1599, 1, 0, 0, 0, 1601, 1602, 1, 0, 0, 0, 1602, 1603, 1, 0, 0, 0, 1603, 1832, 3, 136, 68, 0, 1604, 1605, 5, 138, 0, 0, 1605, 1606, 5, 45, 0, 0, 1606, 1610, 3, 816, 408, 0, 1607, 1609, 3, 266, 133, 0, 1608, 1607, 1, 0, 0, 0, 1609, 1612, 1, 0, 0, 0, 1610, 1608, 1, 0, 0, 0, 1610, 1611, 1, 0, 0, 0, 1611, 1832, 1, 0, 0, 0, 1612, 1610, 1, 0, 0, 0, 1613, 1614, 5, 372, 0, 0, 1614, 1615, 5, 45, 0, 0, 1615, 1832, 3, 816, 408, 0, 1616, 1617, 5, 191, 0, 0, 1617, 1619, 5, 45, 0, 0, 1618, 1620, 3, 416, 208, 0, 1619, 1618, 1, 0, 0, 0, 1619, 1620, 1, 0, 0, 0, 1620, 1621, 1, 0, 0, 0, 1621, 1623, 3, 816, 408, 0, 1622, 1624, 3, 88, 44, 0, 1623, 1622, 1, 0, 0, 0, 1623, 1624, 1, 0, 0, 0, 1624, 1832, 1, 0, 0, 0, 1625, 1626, 5, 333, 0, 0, 1626, 1627, 5, 379, 0, 0, 1627, 1832, 7, 12, 0, 0, 1628, 1629, 5, 158, 0, 0, 1629, 1630, 5, 80, 0, 0, 1630, 1832, 3, 816, 408, 0, 1631, 1632, 5, 333, 0, 0, 1632, 1832, 7, 13, 0, 0, 1633, 1635, 5, 193, 0, 0, 1634, 1636, 7, 14, 0, 0, 1635, 1634, 1, 0, 0, 0, 1635, 1636, 1, 0, 0, 0, 1636, 1637, 1, 0, 0, 0, 1637, 1832, 5, 357, 0, 0, 1638, 1639, 5, 186, 0, 0, 1639, 1643, 5, 357, 0, 0, 1640, 1644, 5, 30, 0, 0, 1641, 1644, 5, 99, 0, 0, 1642, 1644, 3, 816, 408, 0, 1643, 1640, 1, 0, 0, 0, 1643, 1641, 1, 0, 0, 0, 1643, 1642, 1, 0, 0, 0, 1644, 1832, 1, 0, 0, 0, 1645, 1646, 5, 193, 0, 0, 1646, 1647, 7, 14, 0, 0, 1647, 1648, 5, 321, 0, 0, 1648, 1832, 3, 816, 408, 0, 1649, 1650, 5, 186, 0, 0, 1650, 1651, 5, 321, 0, 0, 1651, 1832, 3, 816, 408, 0, 1652, 1654, 5, 269, 0, 0, 1653, 1652, 1, 0, 0, 0, 1653, 1654, 1, 0, 0, 0, 1654, 1655, 1, 0, 0, 0, 1655, 1656, 5, 228, 0, 0, 1656, 1832, 3, 776, 388, 0, 1657, 1658, 5, 275, 0, 0, 1658, 1832, 3, 310, 155, 0, 1659, 1660, 5, 77, 0, 0, 1660, 1832, 5, 275, 0, 0, 1661, 1662, 5, 282, 0, 0, 1662, 1663, 5, 94, 0, 0, 1663, 1832, 3, 812, 406, 0, 1664, 1665, 5, 333, 0, 0, 1665, 1666, 5, 351, 0, 0, 1666, 1832, 3, 766, 383, 0, 1667, 1668, 5, 312, 0, 0, 1668, 1673, 5, 219, 0, 0, 1669, 1674, 5, 270, 0, 0, 1670, 1674, 5, 113, 0, 0, 1671, 1674, 5, 53, 0, 0, 1672, 1674, 3, 174, 87, 0, 1673, 1669, 1, 0, 0, 0, 1673, 1670, 1, 0, 0, 0, 1673, 1671, 1, 0, 0, 0, 1673, 1672, 1, 0, 0, 0, 1674, 1832, 1, 0, 0, 0, 1675, 1682, 5, 193, 0, 0, 1676, 1682, 5, 186, 0, 0, 1677, 1679, 5, 269, 0, 0, 1678, 1677, 1, 0, 0, 0, 1678, 1679, 1, 0, 0, 0, 1679, 1680, 1, 0, 0, 0, 1680, 1682, 5, 209, 0, 0, 1681, 1675, 1, 0, 0, 0, 1681, 1676, 1, 0, 0, 0, 1681, 1678, 1, 0, 0, 0, 1682, 1683, 1, 0, 0, 0, 1683, 1684, 5, 414, 0, 0, 1684, 1685, 5, 251, 0, 0, 1685, 1832, 5, 327, 0, 0, 1686, 1688, 5, 191, 0, 0, 1687, 1689, 5, 44, 0, 0, 1688, 1687, 1, 0, 0, 0, 1688, 1689, 1, 0, 0, 0, 1689, 1691, 1, 0, 0, 0, 1690, 1692, 3, 416, 208, 0, 1691, 1690, 1, 0, 0, 0, 1691, 1692, 1, 0, 0, 0, 1692, 1693, 1, 0, 0, 0, 1693, 1695, 3, 796, 398, 0, 1694, 1696, 3, 88, 44, 0, 1695, 1694, 1, 0, 0, 0, 1695, 1696, 1, 0, 0, 0, 1696, 1832, 1, 0, 0, 0, 1697, 1699, 5, 133, 0, 0, 1698, 1700, 5, 44, 0, 0, 1699, 1698, 1, 0, 0, 0, 1699, 1700, 1, 0, 0, 0, 1700, 1702, 1, 0, 0, 0, 1701, 1703, 3, 288, 144, 0, 1702, 1701, 1, 0, 0, 0, 1702, 1703, 1, 0, 0, 0, 1703, 1704, 1, 0, 0, 0, 1704, 1832, 3, 126, 63, 0, 1705, 1707, 5, 138, 0, 0, 1706, 1708, 5, 44, 0, 0, 1707, 1706, 1, 0, 0, 0, 1707, 1708, 1, 0, 0, 0, 1708, 1709, 1, 0, 0, 0, 1709, 1712, 3, 796, 398, 0, 1710, 1713, 3, 86, 43, 0, 1711, 1713, 3, 216, 108, 0, 1712, 1710, 1, 0, 0, 0, 1712, 1711, 1, 0, 0, 0, 1713, 1832, 1, 0, 0, 0, 1714, 1716, 5, 138, 0, 0, 1715, 1717, 5, 44, 0, 0, 1716, 1715, 1, 0, 0, 0, 1716, 1717, 1, 0, 0, 0, 1717, 1718, 1, 0, 0, 0, 1718, 1719, 3, 796, 398, 0, 1719, 1720, 7, 15, 0, 0, 1720, 1721, 5, 77, 0, 0, 1721, 1722, 5, 78, 0, 0, 1722, 1832, 1, 0, 0, 0, 1723, 1725, 5, 138, 0, 0, 1724, 1726, 5, 44, 0, 0, 1725, 1724, 1, 0, 0, 0, 1725, 1726, 1, 0, 0, 0, 1726, 1727, 1, 0, 0, 0, 1727, 1728, 3, 796, 398, 0, 1728, 1729, 5, 191, 0, 0, 1729, 1731, 5, 437, 0, 0, 1730, 1732, 3, 416, 208, 0, 1731, 1730, 1, 0, 0, 0, 1731, 1732, 1, 0, 0, 0, 1732, 1832, 1, 0, 0, 0, 1733, 1735, 5, 138, 0, 0, 1734, 1736, 5, 44, 0, 0, 1735, 1734, 1, 0, 0, 0, 1735, 1736, 1, 0, 0, 0, 1736, 1737, 1, 0, 0, 0, 1737, 1738, 3, 796, 398, 0, 1738, 1739, 5, 333, 0, 0, 1739, 1740, 5, 342, 0, 0, 1740, 1741, 3, 810, 405, 0, 1741, 1832, 1, 0, 0, 0, 1742, 1744, 5, 138, 0, 0, 1743, 1745, 5, 44, 0, 0, 1744, 1743, 1, 0, 0, 0, 1744, 1745, 1, 0, 0, 0, 1745, 1746, 1, 0, 0, 0, 1746, 1748, 3, 796, 398, 0, 1747, 1742, 1, 0, 0, 0, 1747, 1748, 1, 0, 0, 0, 1748, 1749, 1, 0, 0, 0, 1749, 1750, 7, 16, 0, 0, 1750, 1832, 3, 92, 46, 0, 1751, 1753, 5, 138, 0, 0, 1752, 1754, 5, 44, 0, 0, 1753, 1752, 1, 0, 0, 0, 1753, 1754, 1, 0, 0, 0, 1754, 1755, 1, 0, 0, 0, 1755, 1756, 3, 796, 398, 0, 1756, 1757, 5, 333, 0, 0, 1757, 1758, 5, 345, 0, 0, 1758, 1759, 3, 816, 408, 0, 1759, 1832, 1, 0, 0, 0, 1760, 1762, 5, 138, 0, 0, 1761, 1763, 5, 44, 0, 0, 1762, 1761, 1, 0, 0, 0, 1762, 1763, 1, 0, 0, 0, 1763, 1764, 1, 0, 0, 0, 1764, 1765, 3, 796, 398, 0, 1765, 1766, 5, 133, 0, 0, 1766, 1767, 5, 438, 0, 0, 1767, 1768, 3, 132, 66, 0, 1768, 1769, 5, 36, 0, 0, 1769, 1778, 5, 219, 0, 0, 1770, 1772, 5, 2, 0, 0, 1771, 1773, 3, 194, 97, 0, 1772, 1771, 1, 0, 0, 0, 1773, 1774, 1, 0, 0, 0, 1774, 1772, 1, 0, 0, 0, 1774, 1775, 1, 0, 0, 0, 1775, 1776, 1, 0, 0, 0, 1776, 1777, 5, 3, 0, 0, 1777, 1779, 1, 0, 0, 0, 1778, 1770, 1, 0, 0, 0, 1778, 1779, 1, 0, 0, 0, 1779, 1832, 1, 0, 0, 0, 1780, 1782, 5, 138, 0, 0, 1781, 1783, 5, 44, 0, 0, 1782, 1781, 1, 0, 0, 0, 1782, 1783, 1, 0, 0, 0, 1783, 1784, 1, 0, 0, 0, 1784, 1798, 3, 796, 398, 0, 1785, 1790, 5, 314, 0, 0, 1786, 1788, 5, 105, 0, 0, 1787, 1786, 1, 0, 0, 0, 1787, 1788, 1, 0, 0, 0, 1788, 1789, 1, 0, 0, 0, 1789, 1791, 3, 196, 98, 0, 1790, 1787, 1, 0, 0, 0, 1790, 1791, 1, 0, 0, 0, 1791, 1799, 1, 0, 0, 0, 1792, 1796, 5, 333, 0, 0, 1793, 1797, 3, 194, 97, 0, 1794, 1795, 5, 438, 0, 0, 1795, 1797, 3, 132, 66, 0, 1796, 1793, 1, 0, 0, 0, 1796, 1794, 1, 0, 0, 0, 1797, 1799, 1, 0, 0, 0, 1798, 1785, 1, 0, 0, 0, 1798, 1792, 1, 0, 0, 0, 1799, 1800, 1, 0, 0, 0, 1800, 1798, 1, 0, 0, 0, 1800, 1801, 1, 0, 0, 0, 1801, 1832, 1, 0, 0, 0, 1802, 1804, 5, 138, 0, 0, 1803, 1805, 5, 44, 0, 0, 1804, 1803, 1, 0, 0, 0, 1804, 1805, 1, 0, 0, 0, 1805, 1806, 1, 0, 0, 0, 1806, 1807, 3, 796, 398, 0, 1807, 1808, 5, 191, 0, 0, 1808, 1810, 5, 219, 0, 0, 1809, 1811, 3, 416, 208, 0, 1810, 1809, 1, 0, 0, 0, 1810, 1811, 1, 0, 0, 0, 1811, 1832, 1, 0, 0, 0, 1812, 1814, 5, 138, 0, 0, 1813, 1815, 5, 44, 0, 0, 1814, 1813, 1, 0, 0, 0, 1814, 1815, 1, 0, 0, 0, 1815, 1816, 1, 0, 0, 0, 1816, 1819, 3, 796, 398, 0, 1817, 1818, 5, 333, 0, 0, 1818, 1820, 5, 174, 0, 0, 1819, 1817, 1, 0, 0, 0, 1819, 1820, 1, 0, 0, 0, 1820, 1821, 1, 0, 0, 0, 1821, 1822, 5, 360, 0, 0, 1822, 1824, 3, 646, 323, 0, 1823, 1825, 3, 90, 45, 0, 1824, 1823, 1, 0, 0, 0, 1824, 1825, 1, 0, 0, 0, 1825, 1828, 1, 0, 0, 0, 1826, 1827, 5, 100, 0, 0, 1827, 1829, 3, 668, 334, 0, 1828, 1826, 1, 0, 0, 0, 1828, 1829, 1, 0, 0, 0, 1829, 1832, 1, 0, 0, 0, 1830, 1832, 3, 216, 108, 0, 1831, 1598, 1, 0, 0, 0, 1831, 1604, 1, 0, 0, 0, 1831, 1613, 1, 0, 0, 0, 1831, 1616, 1, 0, 0, 0, 1831, 1625, 1, 0, 0, 0, 1831, 1628, 1, 0, 0, 0, 1831, 1631, 1, 0, 0, 0, 1831, 1633, 1, 0, 0, 0, 1831, 1638, 1, 0, 0, 0, 1831, 1645, 1, 0, 0, 0, 1831, 1649, 1, 0, 0, 0, 1831, 1653, 1, 0, 0, 0, 1831, 1657, 1, 0, 0, 0, 1831, 1659, 1, 0, 0, 0, 1831, 1661, 1, 0, 0, 0, 1831, 1664, 1, 0, 0, 0, 1831, 1667, 1, 0, 0, 0, 1831, 1681, 1, 0, 0, 0, 1831, 1686, 1, 0, 0, 0, 1831, 1697, 1, 0, 0, 0, 1831, 1705, 1, 0, 0, 0, 1831, 1714, 1, 0, 0, 0, 1831, 1723, 1, 0, 0, 0, 1831, 1733, 1, 0, 0, 0, 1831, 1747, 1, 0, 0, 0, 1831, 1751, 1, 0, 0, 0, 1831, 1760, 1, 0, 0, 0, 1831, 1780, 1, 0, 0, 0, 1831, 1802, 1, 0, 0, 0, 1831, 1812, 1, 0, 0, 0, 1831, 1830, 1, 0, 0, 0, 1832, 85, 1, 0, 0, 0, 1833, 1834, 5, 333, 0, 0, 1834, 1835, 5, 53, 0, 0, 1835, 1839, 3, 668, 334, 0, 1836, 1837, 5, 191, 0, 0, 1837, 1839, 5, 53, 0, 0, 1838, 1833, 1, 0, 0, 0, 1838, 1836, 1, 0, 0, 0, 1839, 87, 1, 0, 0, 0, 1840, 1841, 7, 17, 0, 0, 1841, 89, 1, 0, 0, 0, 1842, 1843, 5, 43, 0, 0, 1843, 1844, 3, 310, 155, 0, 1844, 91, 1, 0, 0, 0, 1845, 1846, 5, 2, 0, 0, 1846, 1851, 3, 96, 48, 0, 1847, 1848, 5, 6, 0, 0, 1848, 1850, 3, 96, 48, 0, 1849, 1847, 1, 0, 0, 0, 1850, 1853, 1, 0, 0, 0, 1851, 1849, 1, 0, 0, 0, 1851, 1852, 1, 0, 0, 0, 1852, 1854, 1, 0, 0, 0, 1853, 1851, 1, 0, 0, 0, 1854, 1855, 5, 3, 0, 0, 1855, 93, 1, 0, 0, 0, 1856, 1857, 5, 105, 0, 0, 1857, 1858, 3, 92, 46, 0, 1858, 95, 1, 0, 0, 0, 1859, 1864, 3, 822, 411, 0, 1860, 1861, 5, 10, 0, 0, 1861, 1865, 3, 282, 141, 0, 1862, 1863, 5, 11, 0, 0, 1863, 1865, 3, 280, 140, 0, 1864, 1860, 1, 0, 0, 0, 1864, 1862, 1, 0, 0, 0, 1864, 1865, 1, 0, 0, 0, 1865, 97, 1, 0, 0, 0, 1866, 1867, 5, 62, 0, 0, 1867, 1868, 5, 422, 0, 0, 1868, 1869, 5, 105, 0, 0, 1869, 1870, 5, 2, 0, 0, 1870, 1871, 5, 533, 0, 0, 1871, 1872, 3, 196, 98, 0, 1872, 1873, 5, 6, 0, 0, 1873, 1874, 5, 534, 0, 0, 1874, 1875, 3, 196, 98, 0, 1875, 1876, 5, 3, 0, 0, 1876, 1890, 1, 0, 0, 0, 1877, 1878, 5, 62, 0, 0, 1878, 1879, 5, 422, 0, 0, 1879, 1880, 5, 68, 0, 0, 1880, 1890, 3, 528, 264, 0, 1881, 1882, 5, 62, 0, 0, 1882, 1883, 5, 422, 0, 0, 1883, 1884, 5, 64, 0, 0, 1884, 1885, 3, 528, 264, 0, 1885, 1886, 5, 94, 0, 0, 1886, 1887, 3, 528, 264, 0, 1887, 1890, 1, 0, 0, 0, 1888, 1890, 5, 53, 0, 0, 1889, 1866, 1, 0, 0, 0, 1889, 1877, 1, 0, 0, 0, 1889, 1881, 1, 0, 0, 0, 1889, 1888, 1, 0, 0, 0, 1890, 99, 1, 0, 0, 0, 1891, 1892, 5, 138, 0, 0, 1892, 1893, 5, 360, 0, 0, 1893, 1894, 3, 310, 155, 0, 1894, 1899, 3, 102, 51, 0, 1895, 1896, 5, 6, 0, 0, 1896, 1898, 3, 102, 51, 0, 1897, 1895, 1, 0, 0, 0, 1898, 1901, 1, 0, 0, 0, 1899, 1897, 1, 0, 0, 0, 1899, 1900, 1, 0, 0, 0, 1900, 101, 1, 0, 0, 0, 1901, 1899, 1, 0, 0, 0, 1902, 1903, 5, 133, 0, 0, 1903, 1904, 5, 143, 0, 0, 1904, 1906, 3, 638, 319, 0, 1905, 1907, 3, 88, 44, 0, 1906, 1905, 1, 0, 0, 0, 1906, 1907, 1, 0, 0, 0, 1907, 1933, 1, 0, 0, 0, 1908, 1909, 5, 191, 0, 0, 1909, 1911, 5, 143, 0, 0, 1910, 1912, 3, 416, 208, 0, 1911, 1910, 1, 0, 0, 0, 1911, 1912, 1, 0, 0, 0, 1912, 1913, 1, 0, 0, 0, 1913, 1915, 3, 816, 408, 0, 1914, 1916, 3, 88, 44, 0, 1915, 1914, 1, 0, 0, 0, 1915, 1916, 1, 0, 0, 0, 1916, 1933, 1, 0, 0, 0, 1917, 1918, 5, 138, 0, 0, 1918, 1919, 5, 143, 0, 0, 1919, 1922, 3, 816, 408, 0, 1920, 1921, 5, 333, 0, 0, 1921, 1923, 5, 174, 0, 0, 1922, 1920, 1, 0, 0, 0, 1922, 1923, 1, 0, 0, 0, 1923, 1924, 1, 0, 0, 0, 1924, 1925, 5, 360, 0, 0, 1925, 1927, 3, 646, 323, 0, 1926, 1928, 3, 90, 45, 0, 1927, 1926, 1, 0, 0, 0, 1927, 1928, 1, 0, 0, 0, 1928, 1930, 1, 0, 0, 0, 1929, 1931, 3, 88, 44, 0, 1930, 1929, 1, 0, 0, 0, 1930, 1931, 1, 0, 0, 0, 1931, 1933, 1, 0, 0, 0, 1932, 1902, 1, 0, 0, 0, 1932, 1908, 1, 0, 0, 0, 1932, 1917, 1, 0, 0, 0, 1933, 103, 1, 0, 0, 0, 1934, 1937, 5, 157, 0, 0, 1935, 1938, 3, 816, 408, 0, 1936, 1938, 5, 30, 0, 0, 1937, 1935, 1, 0, 0, 0, 1937, 1936, 1, 0, 0, 0, 1938, 105, 1, 0, 0, 0, 1939, 1941, 5, 169, 0, 0, 1940, 1942, 5, 107, 0, 0, 1941, 1940, 1, 0, 0, 0, 1941, 1942, 1, 0, 0, 0, 1942, 1943, 1, 0, 0, 0, 1943, 1945, 3, 770, 385, 0, 1944, 1946, 3, 138, 69, 0, 1945, 1944, 1, 0, 0, 0, 1945, 1946, 1, 0, 0, 0, 1946, 1947, 1, 0, 0, 0, 1947, 1949, 7, 18, 0, 0, 1948, 1950, 5, 297, 0, 0, 1949, 1948, 1, 0, 0, 0, 1949, 1950, 1, 0, 0, 0, 1950, 1954, 1, 0, 0, 0, 1951, 1955, 3, 806, 403, 0, 1952, 1955, 5, 343, 0, 0, 1953, 1955, 5, 344, 0, 0, 1954, 1951, 1, 0, 0, 0, 1954, 1952, 1, 0, 0, 0, 1954, 1953, 1, 0, 0, 0, 1955, 1961, 1, 0, 0, 0, 1956, 1958, 5, 100, 0, 0, 1957, 1956, 1, 0, 0, 0, 1957, 1958, 1, 0, 0, 0, 1958, 1959, 1, 0, 0, 0, 1959, 1960, 5, 184, 0, 0, 1960, 1962, 3, 806, 403, 0, 1961, 1957, 1, 0, 0, 0, 1961, 1962, 1, 0, 0, 0, 1962, 1964, 1, 0, 0, 0, 1963, 1965, 5, 105, 0, 0, 1964, 1963, 1, 0, 0, 0, 1964, 1965, 1, 0, 0, 0, 1965, 1966, 1, 0, 0, 0, 1966, 1968, 3, 110, 55, 0, 1967, 1969, 3, 632, 316, 0, 1968, 1967, 1, 0, 0, 0, 1968, 1969, 1, 0, 0, 0, 1969, 1989, 1, 0, 0, 0, 1970, 1971, 5, 169, 0, 0, 1971, 1972, 5, 2, 0, 0, 1972, 1973, 3, 524, 262, 0, 1973, 1974, 5, 3, 0, 0, 1974, 1976, 5, 94, 0, 0, 1975, 1977, 5, 297, 0, 0, 1976, 1975, 1, 0, 0, 0, 1976, 1977, 1, 0, 0, 0, 1977, 1981, 1, 0, 0, 0, 1978, 1982, 3, 806, 403, 0, 1979, 1982, 5, 343, 0, 0, 1980, 1982, 5, 344, 0, 0, 1981, 1978, 1, 0, 0, 0, 1981, 1979, 1, 0, 0, 0, 1981, 1980, 1, 0, 0, 0, 1982, 1984, 1, 0, 0, 0, 1983, 1985, 5, 105, 0, 0, 1984, 1983, 1, 0, 0, 0, 1984, 1985, 1, 0, 0, 0, 1985, 1986, 1, 0, 0, 0, 1986, 1987, 3, 110, 55, 0, 1987, 1989, 1, 0, 0, 0, 1988, 1939, 1, 0, 0, 0, 1988, 1970, 1, 0, 0, 0, 1989, 107, 1, 0, 0, 0, 1990, 2033, 5, 107, 0, 0, 1991, 2033, 5, 112, 0, 0, 1992, 1994, 7, 19, 0, 0, 1993, 1995, 5, 36, 0, 0, 1994, 1993, 1, 0, 0, 0, 1994, 1995, 1, 0, 0, 0, 1995, 1996, 1, 0, 0, 0, 1996, 2033, 3, 806, 403, 0, 1997, 2033, 5, 171, 0, 0, 1998, 2033, 5, 216, 0, 0, 1999, 2000, 5, 209, 0, 0, 2000, 2003, 5, 298, 0, 0, 2001, 2004, 3, 142, 71, 0, 2002, 2004, 5, 9, 0, 0, 2003, 2001, 1, 0, 0, 0, 2003, 2002, 1, 0, 0, 0, 2004, 2033, 1, 0, 0, 0, 2005, 2007, 5, 209, 0, 0, 2006, 2008, 5, 77, 0, 0, 2007, 2006, 1, 0, 0, 0, 2007, 2008, 1, 0, 0, 0, 2008, 2009, 1, 0, 0, 0, 2009, 2010, 5, 78, 0, 0, 2010, 2033, 3, 142, 71, 0, 2011, 2012, 5, 194, 0, 0, 2012, 2033, 3, 806, 403, 0, 2013, 2030, 7, 20, 0, 0, 2014, 2017, 5, 2, 0, 0, 2015, 2018, 3, 142, 71, 0, 2016, 2018, 5, 9, 0, 0, 2017, 2015, 1, 0, 0, 0, 2017, 2016, 1, 0, 0, 0, 2018, 2026, 1, 0, 0, 0, 2019, 2022, 5, 6, 0, 0, 2020, 2023, 3, 142, 71, 0, 2021, 2023, 5, 9, 0, 0, 2022, 2020, 1, 0, 0, 0, 2022, 2021, 1, 0, 0, 0, 2023, 2025, 1, 0, 0, 0, 2024, 2019, 1, 0, 0, 0, 2025, 2028, 1, 0, 0, 0, 2026, 2024, 1, 0, 0, 0, 2026, 2027, 1, 0, 0, 0, 2027, 2029, 1, 0, 0, 0, 2028, 2026, 1, 0, 0, 0, 2029, 2031, 5, 3, 0, 0, 2030, 2014, 1, 0, 0, 0, 2030, 2031, 1, 0, 0, 0, 2031, 2033, 1, 0, 0, 0, 2032, 1990, 1, 0, 0, 0, 2032, 1991, 1, 0, 0, 0, 2032, 1992, 1, 0, 0, 0, 2032, 1997, 1, 0, 0, 0, 2032, 1998, 1, 0, 0, 0, 2032, 1999, 1, 0, 0, 0, 2032, 2005, 1, 0, 0, 0, 2032, 2011, 1, 0, 0, 0, 2032, 2013, 1, 0, 0, 0, 2033, 2036, 1, 0, 0, 0, 2034, 2032, 1, 0, 0, 0, 2034, 2035, 1, 0, 0, 0, 2035, 109, 1, 0, 0, 0, 2036, 2034, 1, 0, 0, 0, 2037, 2056, 3, 108, 54, 0, 2038, 2041, 5, 2, 0, 0, 2039, 2042, 3, 108, 54, 0, 2040, 2042, 3, 112, 56, 0, 2041, 2039, 1, 0, 0, 0, 2041, 2040, 1, 0, 0, 0, 2042, 2050, 1, 0, 0, 0, 2043, 2046, 5, 6, 0, 0, 2044, 2047, 3, 108, 54, 0, 2045, 2047, 3, 112, 56, 0, 2046, 2044, 1, 0, 0, 0, 2046, 2045, 1, 0, 0, 0, 2047, 2049, 1, 0, 0, 0, 2048, 2043, 1, 0, 0, 0, 2049, 2052, 1, 0, 0, 0, 2050, 2048, 1, 0, 0, 0, 2050, 2051, 1, 0, 0, 0, 2051, 2053, 1, 0, 0, 0, 2052, 2050, 1, 0, 0, 0, 2053, 2054, 5, 3, 0, 0, 2054, 2056, 1, 0, 0, 0, 2055, 2037, 1, 0, 0, 0, 2055, 2038, 1, 0, 0, 0, 2056, 111, 1, 0, 0, 0, 2057, 2072, 3, 822, 411, 0, 2058, 2073, 3, 54, 27, 0, 2059, 2073, 3, 196, 98, 0, 2060, 2073, 5, 9, 0, 0, 2061, 2062, 5, 2, 0, 0, 2062, 2067, 3, 52, 26, 0, 2063, 2064, 5, 6, 0, 0, 2064, 2066, 3, 52, 26, 0, 2065, 2063, 1, 0, 0, 0, 2066, 2069, 1, 0, 0, 0, 2067, 2065, 1, 0, 0, 0, 2067, 2068, 1, 0, 0, 0, 2068, 2070, 1, 0, 0, 0, 2069, 2067, 1, 0, 0, 0, 2070, 2071, 5, 3, 0, 0, 2071, 2073, 1, 0, 0, 0, 2072, 2058, 1, 0, 0, 0, 2072, 2059, 1, 0, 0, 0, 2072, 2060, 1, 0, 0, 0, 2072, 2061, 1, 0, 0, 0, 2072, 2073, 1, 0, 0, 0, 2073, 113, 1, 0, 0, 0, 2074, 2076, 5, 46, 0, 0, 2075, 2077, 3, 116, 58, 0, 2076, 2075, 1, 0, 0, 0, 2076, 2077, 1, 0, 0, 0, 2077, 2078, 1, 0, 0, 0, 2078, 2080, 5, 92, 0, 0, 2079, 2081, 3, 288, 144, 0, 2080, 2079, 1, 0, 0, 0, 2080, 2081, 1, 0, 0, 0, 2081, 2082, 1, 0, 0, 0, 2082, 2148, 3, 768, 384, 0, 2083, 2085, 5, 2, 0, 0, 2084, 2086, 3, 120, 60, 0, 2085, 2084, 1, 0, 0, 0, 2085, 2086, 1, 0, 0, 0, 2086, 2087, 1, 0, 0, 0, 2087, 2089, 5, 3, 0, 0, 2088, 2090, 3, 158, 79, 0, 2089, 2088, 1, 0, 0, 0, 2089, 2090, 1, 0, 0, 0, 2090, 2092, 1, 0, 0, 0, 2091, 2093, 3, 160, 80, 0, 2092, 2091, 1, 0, 0, 0, 2092, 2093, 1, 0, 0, 0, 2093, 2095, 1, 0, 0, 0, 2094, 2096, 3, 164, 82, 0, 2095, 2094, 1, 0, 0, 0, 2095, 2096, 1, 0, 0, 0, 2096, 2098, 1, 0, 0, 0, 2097, 2099, 3, 166, 83, 0, 2098, 2097, 1, 0, 0, 0, 2098, 2099, 1, 0, 0, 0, 2099, 2101, 1, 0, 0, 0, 2100, 2102, 3, 168, 84, 0, 2101, 2100, 1, 0, 0, 0, 2101, 2102, 1, 0, 0, 0, 2102, 2104, 1, 0, 0, 0, 2103, 2105, 3, 170, 85, 0, 2104, 2103, 1, 0, 0, 0, 2104, 2105, 1, 0, 0, 0, 2105, 2149, 1, 0, 0, 0, 2106, 2107, 5, 275, 0, 0, 2107, 2109, 3, 310, 155, 0, 2108, 2110, 3, 118, 59, 0, 2109, 2108, 1, 0, 0, 0, 2109, 2110, 1, 0, 0, 0, 2110, 2112, 1, 0, 0, 0, 2111, 2113, 3, 160, 80, 0, 2112, 2111, 1, 0, 0, 0, 2112, 2113, 1, 0, 0, 0, 2113, 2115, 1, 0, 0, 0, 2114, 2116, 3, 164, 82, 0, 2115, 2114, 1, 0, 0, 0, 2115, 2116, 1, 0, 0, 0, 2116, 2118, 1, 0, 0, 0, 2117, 2119, 3, 166, 83, 0, 2118, 2117, 1, 0, 0, 0, 2118, 2119, 1, 0, 0, 0, 2119, 2121, 1, 0, 0, 0, 2120, 2122, 3, 168, 84, 0, 2121, 2120, 1, 0, 0, 0, 2121, 2122, 1, 0, 0, 0, 2122, 2124, 1, 0, 0, 0, 2123, 2125, 3, 170, 85, 0, 2124, 2123, 1, 0, 0, 0, 2124, 2125, 1, 0, 0, 0, 2125, 2149, 1, 0, 0, 0, 2126, 2127, 5, 285, 0, 0, 2127, 2128, 5, 275, 0, 0, 2128, 2130, 3, 776, 388, 0, 2129, 2131, 3, 118, 59, 0, 2130, 2129, 1, 0, 0, 0, 2130, 2131, 1, 0, 0, 0, 2131, 2132, 1, 0, 0, 0, 2132, 2134, 3, 98, 49, 0, 2133, 2135, 3, 160, 80, 0, 2134, 2133, 1, 0, 0, 0, 2134, 2135, 1, 0, 0, 0, 2135, 2137, 1, 0, 0, 0, 2136, 2138, 3, 164, 82, 0, 2137, 2136, 1, 0, 0, 0, 2137, 2138, 1, 0, 0, 0, 2138, 2140, 1, 0, 0, 0, 2139, 2141, 3, 166, 83, 0, 2140, 2139, 1, 0, 0, 0, 2140, 2141, 1, 0, 0, 0, 2141, 2143, 1, 0, 0, 0, 2142, 2144, 3, 168, 84, 0, 2143, 2142, 1, 0, 0, 0, 2143, 2144, 1, 0, 0, 0, 2144, 2146, 1, 0, 0, 0, 2145, 2147, 3, 170, 85, 0, 2146, 2145, 1, 0, 0, 0, 2146, 2147, 1, 0, 0, 0, 2147, 2149, 1, 0, 0, 0, 2148, 2083, 1, 0, 0, 0, 2148, 2106, 1, 0, 0, 0, 2148, 2126, 1, 0, 0, 0, 2149, 115, 1, 0, 0, 0, 2150, 2156, 5, 354, 0, 0, 2151, 2156, 5, 352, 0, 0, 2152, 2153, 7, 21, 0, 0, 2153, 2156, 7, 22, 0, 0, 2154, 2156, 5, 367, 0, 0, 2155, 2150, 1, 0, 0, 0, 2155, 2151, 1, 0, 0, 0, 2155, 2152, 1, 0, 0, 0, 2155, 2154, 1, 0, 0, 0, 2156, 117, 1, 0, 0, 0, 2157, 2158, 5, 2, 0, 0, 2158, 2163, 3, 124, 62, 0, 2159, 2160, 5, 6, 0, 0, 2160, 2162, 3, 124, 62, 0, 2161, 2159, 1, 0, 0, 0, 2162, 2165, 1, 0, 0, 0, 2163, 2161, 1, 0, 0, 0, 2163, 2164, 1, 0, 0, 0, 2164, 2166, 1, 0, 0, 0, 2165, 2163, 1, 0, 0, 0, 2166, 2167, 5, 3, 0, 0, 2167, 119, 1, 0, 0, 0, 2168, 2173, 3, 122, 61, 0, 2169, 2170, 5, 6, 0, 0, 2170, 2172, 3, 122, 61, 0, 2171, 2169, 1, 0, 0, 0, 2172, 2175, 1, 0, 0, 0, 2173, 2171, 1, 0, 0, 0, 2173, 2174, 1, 0, 0, 0, 2174, 121, 1, 0, 0, 0, 2175, 2173, 1, 0, 0, 0, 2176, 2177, 5, 45, 0, 0, 2177, 2179, 3, 816, 408, 0, 2178, 2176, 1, 0, 0, 0, 2178, 2179, 1, 0, 0, 0, 2179, 2180, 1, 0, 0, 0, 2180, 2192, 3, 136, 68, 0, 2181, 2192, 3, 126, 63, 0, 2182, 2183, 5, 120, 0, 0, 2183, 2188, 3, 776, 388, 0, 2184, 2185, 7, 23, 0, 0, 2185, 2187, 3, 134, 67, 0, 2186, 2184, 1, 0, 0, 0, 2187, 2190, 1, 0, 0, 0, 2188, 2186, 1, 0, 0, 0, 2188, 2189, 1, 0, 0, 0, 2189, 2192, 1, 0, 0, 0, 2190, 2188, 1, 0, 0, 0, 2191, 2178, 1, 0, 0, 0, 2191, 2181, 1, 0, 0, 0, 2191, 2182, 1, 0, 0, 0, 2192, 123, 1, 0, 0, 0, 2193, 2196, 3, 800, 400, 0, 2194, 2195, 5, 105, 0, 0, 2195, 2197, 5, 280, 0, 0, 2196, 2194, 1, 0, 0, 0, 2196, 2197, 1, 0, 0, 0, 2197, 2201, 1, 0, 0, 0, 2198, 2200, 3, 128, 64, 0, 2199, 2198, 1, 0, 0, 0, 2200, 2203, 1, 0, 0, 0, 2201, 2199, 1, 0, 0, 0, 2201, 2202, 1, 0, 0, 0, 2202, 2210, 1, 0, 0, 0, 2203, 2201, 1, 0, 0, 0, 2204, 2205, 5, 45, 0, 0, 2205, 2207, 3, 816, 408, 0, 2206, 2204, 1, 0, 0, 0, 2206, 2207, 1, 0, 0, 0, 2207, 2208, 1, 0, 0, 0, 2208, 2210, 3, 136, 68, 0, 2209, 2193, 1, 0, 0, 0, 2209, 2206, 1, 0, 0, 0, 2210, 125, 1, 0, 0, 0, 2211, 2212, 3, 800, 400, 0, 2212, 2214, 3, 646, 323, 0, 2213, 2215, 3, 214, 107, 0, 2214, 2213, 1, 0, 0, 0, 2214, 2215, 1, 0, 0, 0, 2215, 2225, 1, 0, 0, 0, 2216, 2223, 5, 345, 0, 0, 2217, 2224, 5, 544, 0, 0, 2218, 2224, 5, 205, 0, 0, 2219, 2224, 5, 545, 0, 0, 2220, 2224, 5, 546, 0, 0, 2221, 2224, 5, 53, 0, 0, 2222, 2224, 3, 816, 408, 0, 2223, 2217, 1, 0, 0, 0, 2223, 2218, 1, 0, 0, 0, 2223, 2219, 1, 0, 0, 0, 2223, 2220, 1, 0, 0, 0, 2223, 2221, 1, 0, 0, 0, 2223, 2222, 1, 0, 0, 0, 2224, 2226, 1, 0, 0, 0, 2225, 2216, 1, 0, 0, 0, 2225, 2226, 1, 0, 0, 0, 2226, 2229, 1, 0, 0, 0, 2227, 2228, 5, 543, 0, 0, 2228, 2230, 3, 816, 408, 0, 2229, 2227, 1, 0, 0, 0, 2229, 2230, 1, 0, 0, 0, 2230, 2232, 1, 0, 0, 0, 2231, 2233, 3, 90, 45, 0, 2232, 2231, 1, 0, 0, 0, 2232, 2233, 1, 0, 0, 0, 2233, 2236, 1, 0, 0, 0, 2234, 2235, 5, 105, 0, 0, 2235, 2237, 5, 280, 0, 0, 2236, 2234, 1, 0, 0, 0, 2236, 2237, 1, 0, 0, 0, 2237, 2241, 1, 0, 0, 0, 2238, 2240, 3, 128, 64, 0, 2239, 2238, 1, 0, 0, 0, 2240, 2243, 1, 0, 0, 0, 2241, 2239, 1, 0, 0, 0, 2241, 2242, 1, 0, 0, 0, 2242, 127, 1, 0, 0, 0, 2243, 2241, 1, 0, 0, 0, 2244, 2245, 5, 45, 0, 0, 2245, 2247, 3, 816, 408, 0, 2246, 2244, 1, 0, 0, 0, 2246, 2247, 1, 0, 0, 0, 2247, 2248, 1, 0, 0, 0, 2248, 2253, 3, 130, 65, 0, 2249, 2251, 5, 77, 0, 0, 2250, 2249, 1, 0, 0, 0, 2250, 2251, 1, 0, 0, 0, 2251, 2252, 1, 0, 0, 0, 2252, 2254, 5, 54, 0, 0, 2253, 2250, 1, 0, 0, 0, 2253, 2254, 1, 0, 0, 0, 2254, 2257, 1, 0, 0, 0, 2255, 2256, 5, 69, 0, 0, 2256, 2258, 7, 9, 0, 0, 2257, 2255, 1, 0, 0, 0, 2257, 2258, 1, 0, 0, 0, 2258, 129, 1, 0, 0, 0, 2259, 2261, 5, 77, 0, 0, 2260, 2259, 1, 0, 0, 0, 2260, 2261, 1, 0, 0, 0, 2261, 2262, 1, 0, 0, 0, 2262, 2340, 5, 78, 0, 0, 2263, 2265, 5, 98, 0, 0, 2264, 2266, 3, 394, 197, 0, 2265, 2264, 1, 0, 0, 0, 2265, 2266, 1, 0, 0, 0, 2266, 2268, 1, 0, 0, 0, 2267, 2269, 3, 172, 86, 0, 2268, 2267, 1, 0, 0, 0, 2268, 2269, 1, 0, 0, 0, 2269, 2340, 1, 0, 0, 0, 2270, 2276, 5, 98, 0, 0, 2271, 2273, 5, 273, 0, 0, 2272, 2274, 5, 77, 0, 0, 2273, 2272, 1, 0, 0, 0, 2273, 2274, 1, 0, 0, 0, 2274, 2275, 1, 0, 0, 0, 2275, 2277, 5, 56, 0, 0, 2276, 2271, 1, 0, 0, 0, 2276, 2277, 1, 0, 0, 0, 2277, 2280, 1, 0, 0, 0, 2278, 2279, 5, 441, 0, 0, 2279, 2281, 3, 354, 177, 0, 2280, 2278, 1, 0, 0, 0, 2280, 2281, 1, 0, 0, 0, 2281, 2283, 1, 0, 0, 0, 2282, 2284, 3, 566, 283, 0, 2283, 2282, 1, 0, 0, 0, 2283, 2284, 1, 0, 0, 0, 2284, 2286, 1, 0, 0, 0, 2285, 2287, 3, 172, 86, 0, 2286, 2285, 1, 0, 0, 0, 2286, 2287, 1, 0, 0, 0, 2287, 2340, 1, 0, 0, 0, 2288, 2289, 5, 85, 0, 0, 2289, 2291, 5, 245, 0, 0, 2290, 2292, 3, 394, 197, 0, 2291, 2290, 1, 0, 0, 0, 2291, 2292, 1, 0, 0, 0, 2292, 2294, 1, 0, 0, 0, 2293, 2295, 3, 172, 86, 0, 2294, 2293, 1, 0, 0, 0, 2294, 2295, 1, 0, 0, 0, 2295, 2340, 1, 0, 0, 0, 2296, 2297, 5, 42, 0, 0, 2297, 2298, 5, 2, 0, 0, 2298, 2299, 3, 668, 334, 0, 2299, 2302, 5, 3, 0, 0, 2300, 2301, 5, 269, 0, 0, 2301, 2303, 5, 228, 0, 0, 2302, 2300, 1, 0, 0, 0, 2302, 2303, 1, 0, 0, 0, 2303, 2340, 1, 0, 0, 0, 2304, 2305, 5, 53, 0, 0, 2305, 2340, 3, 676, 338, 0, 2306, 2307, 5, 438, 0, 0, 2307, 2308, 3, 132, 66, 0, 2308, 2325, 5, 36, 0, 0, 2309, 2318, 5, 219, 0, 0, 2310, 2312, 5, 2, 0, 0, 2311, 2313, 3, 194, 97, 0, 2312, 2311, 1, 0, 0, 0, 2313, 2314, 1, 0, 0, 0, 2314, 2312, 1, 0, 0, 0, 2314, 2315, 1, 0, 0, 0, 2315, 2316, 1, 0, 0, 0, 2316, 2317, 5, 3, 0, 0, 2317, 2319, 1, 0, 0, 0, 2318, 2310, 1, 0, 0, 0, 2318, 2319, 1, 0, 0, 0, 2319, 2326, 1, 0, 0, 0, 2320, 2321, 5, 2, 0, 0, 2321, 2322, 3, 668, 334, 0, 2322, 2323, 5, 3, 0, 0, 2323, 2324, 5, 440, 0, 0, 2324, 2326, 1, 0, 0, 0, 2325, 2309, 1, 0, 0, 0, 2325, 2320, 1, 0, 0, 0, 2326, 2340, 1, 0, 0, 0, 2327, 2328, 5, 86, 0, 0, 2328, 2330, 3, 776, 388, 0, 2329, 2331, 3, 138, 69, 0, 2330, 2329, 1, 0, 0, 0, 2330, 2331, 1, 0, 0, 0, 2331, 2333, 1, 0, 0, 0, 2332, 2334, 3, 146, 73, 0, 2333, 2332, 1, 0, 0, 0, 2333, 2334, 1, 0, 0, 0, 2334, 2336, 1, 0, 0, 0, 2335, 2337, 3, 150, 75, 0, 2336, 2335, 1, 0, 0, 0, 2336, 2337, 1, 0, 0, 0, 2337, 2340, 1, 0, 0, 0, 2338, 2340, 3, 90, 45, 0, 2339, 2260, 1, 0, 0, 0, 2339, 2263, 1, 0, 0, 0, 2339, 2270, 1, 0, 0, 0, 2339, 2288, 1, 0, 0, 0, 2339, 2296, 1, 0, 0, 0, 2339, 2304, 1, 0, 0, 0, 2339, 2306, 1, 0, 0, 0, 2339, 2327, 1, 0, 0, 0, 2339, 2338, 1, 0, 0, 0, 2340, 131, 1, 0, 0, 0, 2341, 2345, 5, 139, 0, 0, 2342, 2343, 5, 147, 0, 0, 2343, 2345, 5, 53, 0, 0, 2344, 2341, 1, 0, 0, 0, 2344, 2342, 1, 0, 0, 0, 2345, 133, 1, 0, 0, 0, 2346, 2347, 7, 24, 0, 0, 2347, 135, 1, 0, 0, 0, 2348, 2349, 5, 42, 0, 0, 2349, 2350, 5, 2, 0, 0, 2350, 2351, 3, 668, 334, 0, 2351, 2355, 5, 3, 0, 0, 2352, 2354, 3, 266, 133, 0, 2353, 2352, 1, 0, 0, 0, 2354, 2357, 1, 0, 0, 0, 2355, 2353, 1, 0, 0, 0, 2355, 2356, 1, 0, 0, 0, 2356, 2445, 1, 0, 0, 0, 2357, 2355, 1, 0, 0, 0, 2358, 2362, 5, 98, 0, 0, 2359, 2360, 5, 85, 0, 0, 2360, 2362, 5, 245, 0, 0, 2361, 2358, 1, 0, 0, 0, 2361, 2359, 1, 0, 0, 0, 2362, 2386, 1, 0, 0, 0, 2363, 2365, 3, 138, 69, 0, 2364, 2366, 3, 144, 72, 0, 2365, 2364, 1, 0, 0, 0, 2365, 2366, 1, 0, 0, 0, 2366, 2368, 1, 0, 0, 0, 2367, 2369, 3, 394, 197, 0, 2368, 2367, 1, 0, 0, 0, 2368, 2369, 1, 0, 0, 0, 2369, 2371, 1, 0, 0, 0, 2370, 2372, 3, 172, 86, 0, 2371, 2370, 1, 0, 0, 0, 2371, 2372, 1, 0, 0, 0, 2372, 2376, 1, 0, 0, 0, 2373, 2375, 3, 266, 133, 0, 2374, 2373, 1, 0, 0, 0, 2375, 2378, 1, 0, 0, 0, 2376, 2374, 1, 0, 0, 0, 2376, 2377, 1, 0, 0, 0, 2377, 2387, 1, 0, 0, 0, 2378, 2376, 1, 0, 0, 0, 2379, 2383, 3, 174, 87, 0, 2380, 2382, 3, 266, 133, 0, 2381, 2380, 1, 0, 0, 0, 2382, 2385, 1, 0, 0, 0, 2383, 2381, 1, 0, 0, 0, 2383, 2384, 1, 0, 0, 0, 2384, 2387, 1, 0, 0, 0, 2385, 2383, 1, 0, 0, 0, 2386, 2363, 1, 0, 0, 0, 2386, 2379, 1, 0, 0, 0, 2387, 2445, 1, 0, 0, 0, 2388, 2390, 5, 199, 0, 0, 2389, 2391, 3, 164, 82, 0, 2390, 2389, 1, 0, 0, 0, 2390, 2391, 1, 0, 0, 0, 2391, 2392, 1, 0, 0, 0, 2392, 2393, 5, 2, 0, 0, 2393, 2398, 3, 148, 74, 0, 2394, 2395, 5, 6, 0, 0, 2395, 2397, 3, 148, 74, 0, 2396, 2394, 1, 0, 0, 0, 2397, 2400, 1, 0, 0, 0, 2398, 2396, 1, 0, 0, 0, 2398, 2399, 1, 0, 0, 0, 2399, 2401, 1, 0, 0, 0, 2400, 2398, 1, 0, 0, 0, 2401, 2403, 5, 3, 0, 0, 2402, 2404, 3, 144, 72, 0, 2403, 2402, 1, 0, 0, 0, 2403, 2404, 1, 0, 0, 0, 2404, 2406, 1, 0, 0, 0, 2405, 2407, 3, 394, 197, 0, 2406, 2405, 1, 0, 0, 0, 2406, 2407, 1, 0, 0, 0, 2407, 2409, 1, 0, 0, 0, 2408, 2410, 3, 172, 86, 0, 2409, 2408, 1, 0, 0, 0, 2409, 2410, 1, 0, 0, 0, 2410, 2416, 1, 0, 0, 0, 2411, 2412, 5, 103, 0, 0, 2412, 2413, 5, 2, 0, 0, 2413, 2414, 3, 668, 334, 0, 2414, 2415, 5, 3, 0, 0, 2415, 2417, 1, 0, 0, 0, 2416, 2411, 1, 0, 0, 0, 2416, 2417, 1, 0, 0, 0, 2417, 2421, 1, 0, 0, 0, 2418, 2420, 3, 266, 133, 0, 2419, 2418, 1, 0, 0, 0, 2420, 2423, 1, 0, 0, 0, 2421, 2419, 1, 0, 0, 0, 2421, 2422, 1, 0, 0, 0, 2422, 2445, 1, 0, 0, 0, 2423, 2421, 1, 0, 0, 0, 2424, 2425, 5, 63, 0, 0, 2425, 2426, 5, 245, 0, 0, 2426, 2427, 3, 138, 69, 0, 2427, 2428, 5, 86, 0, 0, 2428, 2430, 3, 776, 388, 0, 2429, 2431, 3, 138, 69, 0, 2430, 2429, 1, 0, 0, 0, 2430, 2431, 1, 0, 0, 0, 2431, 2433, 1, 0, 0, 0, 2432, 2434, 3, 146, 73, 0, 2433, 2432, 1, 0, 0, 0, 2433, 2434, 1, 0, 0, 0, 2434, 2436, 1, 0, 0, 0, 2435, 2437, 3, 150, 75, 0, 2436, 2435, 1, 0, 0, 0, 2436, 2437, 1, 0, 0, 0, 2437, 2441, 1, 0, 0, 0, 2438, 2440, 3, 266, 133, 0, 2439, 2438, 1, 0, 0, 0, 2440, 2443, 1, 0, 0, 0, 2441, 2439, 1, 0, 0, 0, 2441, 2442, 1, 0, 0, 0, 2442, 2445, 1, 0, 0, 0, 2443, 2441, 1, 0, 0, 0, 2444, 2348, 1, 0, 0, 0, 2444, 2361, 1, 0, 0, 0, 2444, 2388, 1, 0, 0, 0, 2444, 2424, 1, 0, 0, 0, 2445, 137, 1, 0, 0, 0, 2446, 2447, 5, 2, 0, 0, 2447, 2448, 3, 142, 71, 0, 2448, 2449, 5, 3, 0, 0, 2449, 139, 1, 0, 0, 0, 2450, 2451, 5, 2, 0, 0, 2451, 2456, 3, 800, 400, 0, 2452, 2453, 5, 6, 0, 0, 2453, 2455, 3, 800, 400, 0, 2454, 2452, 1, 0, 0, 0, 2455, 2458, 1, 0, 0, 0, 2456, 2454, 1, 0, 0, 0, 2456, 2457, 1, 0, 0, 0, 2457, 2459, 1, 0, 0, 0, 2458, 2456, 1, 0, 0, 0, 2459, 2460, 5, 3, 0, 0, 2460, 141, 1, 0, 0, 0, 2461, 2466, 3, 796, 398, 0, 2462, 2463, 5, 6, 0, 0, 2463, 2465, 3, 796, 398, 0, 2464, 2462, 1, 0, 0, 0, 2465, 2468, 1, 0, 0, 0, 2466, 2464, 1, 0, 0, 0, 2466, 2467, 1, 0, 0, 0, 2467, 143, 1, 0, 0, 0, 2468, 2466, 1, 0, 0, 0, 2469, 2470, 5, 441, 0, 0, 2470, 2471, 3, 138, 69, 0, 2471, 145, 1, 0, 0, 0, 2472, 2473, 5, 258, 0, 0, 2473, 2474, 7, 25, 0, 0, 2474, 147, 1, 0, 0, 0, 2475, 2476, 3, 356, 178, 0, 2476, 2483, 5, 105, 0, 0, 2477, 2484, 3, 408, 204, 0, 2478, 2479, 5, 278, 0, 0, 2479, 2480, 5, 2, 0, 0, 2480, 2481, 3, 408, 204, 0, 2481, 2482, 5, 3, 0, 0, 2482, 2484, 1, 0, 0, 0, 2483, 2477, 1, 0, 0, 0, 2483, 2478, 1, 0, 0, 0, 2484, 149, 1, 0, 0, 0, 2485, 2487, 3, 152, 76, 0, 2486, 2488, 3, 154, 77, 0, 2487, 2486, 1, 0, 0, 0, 2487, 2488, 1, 0, 0, 0, 2488, 2494, 1, 0, 0, 0, 2489, 2491, 3, 154, 77, 0, 2490, 2492, 3, 152, 76, 0, 2491, 2490, 1, 0, 0, 0, 2491, 2492, 1, 0, 0, 0, 2492, 2494, 1, 0, 0, 0, 2493, 2485, 1, 0, 0, 0, 2493, 2489, 1, 0, 0, 0, 2494, 151, 1, 0, 0, 0, 2495, 2496, 5, 80, 0, 0, 2496, 2497, 5, 369, 0, 0, 2497, 2498, 3, 156, 78, 0, 2498, 153, 1, 0, 0, 0, 2499, 2500, 5, 80, 0, 0, 2500, 2501, 5, 182, 0, 0, 2501, 2502, 3, 156, 78, 0, 2502, 155, 1, 0, 0, 0, 2503, 2504, 5, 269, 0, 0, 2504, 2513, 5, 132, 0, 0, 2505, 2513, 5, 315, 0, 0, 2506, 2513, 5, 150, 0, 0, 2507, 2508, 5, 333, 0, 0, 2508, 2510, 7, 26, 0, 0, 2509, 2511, 3, 142, 71, 0, 2510, 2509, 1, 0, 0, 0, 2510, 2511, 1, 0, 0, 0, 2511, 2513, 1, 0, 0, 0, 2512, 2503, 1, 0, 0, 0, 2512, 2505, 1, 0, 0, 0, 2512, 2506, 1, 0, 0, 0, 2512, 2507, 1, 0, 0, 0, 2513, 157, 1, 0, 0, 0, 2514, 2515, 5, 238, 0, 0, 2515, 2516, 5, 2, 0, 0, 2516, 2517, 3, 756, 378, 0, 2517, 2518, 5, 3, 0, 0, 2518, 159, 1, 0, 0, 0, 2519, 2520, 5, 285, 0, 0, 2520, 2521, 5, 147, 0, 0, 2521, 2522, 3, 816, 408, 0, 2522, 2523, 5, 2, 0, 0, 2523, 2528, 3, 162, 81, 0, 2524, 2525, 5, 6, 0, 0, 2525, 2527, 3, 162, 81, 0, 2526, 2524, 1, 0, 0, 0, 2527, 2530, 1, 0, 0, 0, 2528, 2526, 1, 0, 0, 0, 2528, 2529, 1, 0, 0, 0, 2529, 2531, 1, 0, 0, 0, 2530, 2528, 1, 0, 0, 0, 2531, 2532, 5, 3, 0, 0, 2532, 161, 1, 0, 0, 0, 2533, 2540, 3, 796, 398, 0, 2534, 2540, 3, 682, 341, 0, 2535, 2536, 5, 2, 0, 0, 2536, 2537, 3, 668, 334, 0, 2537, 2538, 5, 3, 0, 0, 2538, 2540, 1, 0, 0, 0, 2539, 2533, 1, 0, 0, 0, 2539, 2534, 1, 0, 0, 0, 2539, 2535, 1, 0, 0, 0, 2540, 2542, 1, 0, 0, 0, 2541, 2543, 3, 90, 45, 0, 2542, 2541, 1, 0, 0, 0, 2542, 2543, 1, 0, 0, 0, 2543, 2545, 1, 0, 0, 0, 2544, 2546, 3, 310, 155, 0, 2545, 2544, 1, 0, 0, 0, 2545, 2546, 1, 0, 0, 0, 2546, 163, 1, 0, 0, 0, 2547, 2548, 5, 100, 0, 0, 2548, 2549, 3, 816, 408, 0, 2549, 165, 1, 0, 0, 0, 2550, 2551, 5, 105, 0, 0, 2551, 2555, 3, 92, 46, 0, 2552, 2553, 7, 27, 0, 0, 2553, 2555, 5, 277, 0, 0, 2554, 2550, 1, 0, 0, 0, 2554, 2552, 1, 0, 0, 0, 2555, 167, 1, 0, 0, 0, 2556, 2557, 5, 80, 0, 0, 2557, 2563, 5, 161, 0, 0, 2558, 2564, 5, 191, 0, 0, 2559, 2560, 5, 182, 0, 0, 2560, 2564, 5, 320, 0, 0, 2561, 2562, 5, 292, 0, 0, 2562, 2564, 5, 320, 0, 0, 2563, 2558, 1, 0, 0, 0, 2563, 2559, 1, 0, 0, 0, 2563, 2561, 1, 0, 0, 0, 2564, 169, 1, 0, 0, 0, 2565, 2566, 5, 351, 0, 0, 2566, 2567, 3, 766, 383, 0, 2567, 171, 1, 0, 0, 0, 2568, 2569, 5, 100, 0, 0, 2569, 2570, 5, 226, 0, 0, 2570, 2571, 3, 170, 85, 0, 2571, 173, 1, 0, 0, 0, 2572, 2573, 5, 100, 0, 0, 2573, 2574, 5, 226, 0, 0, 2574, 2575, 3, 816, 408, 0, 2575, 175, 1, 0, 0, 0, 2576, 2577, 5, 46, 0, 0, 2577, 2582, 5, 342, 0, 0, 2578, 2580, 3, 288, 144, 0, 2579, 2578, 1, 0, 0, 0, 2579, 2580, 1, 0, 0, 0, 2580, 2581, 1, 0, 0, 0, 2581, 2583, 3, 310, 155, 0, 2582, 2579, 1, 0, 0, 0, 2582, 2583, 1, 0, 0, 0, 2583, 2585, 1, 0, 0, 0, 2584, 2586, 3, 138, 69, 0, 2585, 2584, 1, 0, 0, 0, 2585, 2586, 1, 0, 0, 0, 2586, 2587, 1, 0, 0, 0, 2587, 2597, 5, 80, 0, 0, 2588, 2593, 3, 728, 364, 0, 2589, 2590, 5, 6, 0, 0, 2590, 2592, 3, 728, 364, 0, 2591, 2589, 1, 0, 0, 0, 2592, 2595, 1, 0, 0, 0, 2593, 2591, 1, 0, 0, 0, 2593, 2594, 1, 0, 0, 0, 2594, 2598, 1, 0, 0, 0, 2595, 2593, 1, 0, 0, 0, 2596, 2598, 3, 726, 363, 0, 2597, 2588, 1, 0, 0, 0, 2597, 2596, 1, 0, 0, 0, 2598, 2599, 1, 0, 0, 0, 2599, 2600, 3, 604, 302, 0, 2600, 177, 1, 0, 0, 0, 2601, 2602, 5, 138, 0, 0, 2602, 2604, 5, 342, 0, 0, 2603, 2605, 3, 416, 208, 0, 2604, 2603, 1, 0, 0, 0, 2604, 2605, 1, 0, 0, 0, 2605, 2606, 1, 0, 0, 0, 2606, 2607, 3, 310, 155, 0, 2607, 2608, 5, 333, 0, 0, 2608, 2609, 5, 342, 0, 0, 2609, 2610, 3, 810, 405, 0, 2610, 179, 1, 0, 0, 0, 2611, 2613, 5, 46, 0, 0, 2612, 2614, 3, 116, 58, 0, 2613, 2612, 1, 0, 0, 0, 2613, 2614, 1, 0, 0, 0, 2614, 2615, 1, 0, 0, 0, 2615, 2617, 5, 92, 0, 0, 2616, 2618, 3, 288, 144, 0, 2617, 2616, 1, 0, 0, 0, 2617, 2618, 1, 0, 0, 0, 2618, 2619, 1, 0, 0, 0, 2619, 2620, 3, 182, 91, 0, 2620, 2621, 5, 36, 0, 0, 2621, 2623, 3, 554, 277, 0, 2622, 2624, 3, 184, 92, 0, 2623, 2622, 1, 0, 0, 0, 2623, 2624, 1, 0, 0, 0, 2624, 181, 1, 0, 0, 0, 2625, 2627, 3, 768, 384, 0, 2626, 2628, 3, 140, 70, 0, 2627, 2626, 1, 0, 0, 0, 2627, 2628, 1, 0, 0, 0, 2628, 2630, 1, 0, 0, 0, 2629, 2631, 3, 164, 82, 0, 2630, 2629, 1, 0, 0, 0, 2630, 2631, 1, 0, 0, 0, 2631, 2633, 1, 0, 0, 0, 2632, 2634, 3, 166, 83, 0, 2633, 2632, 1, 0, 0, 0, 2633, 2634, 1, 0, 0, 0, 2634, 2636, 1, 0, 0, 0, 2635, 2637, 3, 168, 84, 0, 2636, 2635, 1, 0, 0, 0, 2636, 2637, 1, 0, 0, 0, 2637, 2639, 1, 0, 0, 0, 2638, 2640, 3, 170, 85, 0, 2639, 2638, 1, 0, 0, 0, 2639, 2640, 1, 0, 0, 0, 2640, 183, 1, 0, 0, 0, 2641, 2645, 5, 105, 0, 0, 2642, 2646, 5, 174, 0, 0, 2643, 2644, 5, 269, 0, 0, 2644, 2646, 5, 174, 0, 0, 2645, 2642, 1, 0, 0, 0, 2645, 2643, 1, 0, 0, 0, 2646, 185, 1, 0, 0, 0, 2647, 2649, 5, 46, 0, 0, 2648, 2650, 5, 367, 0, 0, 2649, 2648, 1, 0, 0, 0, 2649, 2650, 1, 0, 0, 0, 2650, 2651, 1, 0, 0, 0, 2651, 2652, 5, 259, 0, 0, 2652, 2654, 5, 376, 0, 0, 2653, 2655, 3, 288, 144, 0, 2654, 2653, 1, 0, 0, 0, 2654, 2655, 1, 0, 0, 0, 2655, 2656, 1, 0, 0, 0, 2656, 2658, 3, 772, 386, 0, 2657, 2659, 3, 140, 70, 0, 2658, 2657, 1, 0, 0, 0, 2658, 2659, 1, 0, 0, 0, 2659, 2661, 1, 0, 0, 0, 2660, 2662, 3, 164, 82, 0, 2661, 2660, 1, 0, 0, 0, 2661, 2662, 1, 0, 0, 0, 2662, 2664, 1, 0, 0, 0, 2663, 2665, 3, 94, 47, 0, 2664, 2663, 1, 0, 0, 0, 2664, 2665, 1, 0, 0, 0, 2665, 2667, 1, 0, 0, 0, 2666, 2668, 3, 170, 85, 0, 2667, 2666, 1, 0, 0, 0, 2667, 2668, 1, 0, 0, 0, 2668, 2669, 1, 0, 0, 0, 2669, 2670, 5, 36, 0, 0, 2670, 2672, 3, 554, 277, 0, 2671, 2673, 3, 184, 92, 0, 2672, 2671, 1, 0, 0, 0, 2672, 2673, 1, 0, 0, 0, 2673, 187, 1, 0, 0, 0, 2674, 2675, 5, 305, 0, 0, 2675, 2676, 5, 259, 0, 0, 2676, 2678, 5, 376, 0, 0, 2677, 2679, 5, 109, 0, 0, 2678, 2677, 1, 0, 0, 0, 2678, 2679, 1, 0, 0, 0, 2679, 2680, 1, 0, 0, 0, 2680, 2682, 3, 774, 387, 0, 2681, 2683, 3, 184, 92, 0, 2682, 2681, 1, 0, 0, 0, 2682, 2683, 1, 0, 0, 0, 2683, 189, 1, 0, 0, 0, 2684, 2686, 5, 46, 0, 0, 2685, 2687, 3, 116, 58, 0, 2686, 2685, 1, 0, 0, 0, 2686, 2687, 1, 0, 0, 0, 2687, 2688, 1, 0, 0, 0, 2688, 2690, 5, 328, 0, 0, 2689, 2691, 3, 288, 144, 0, 2690, 2689, 1, 0, 0, 0, 2690, 2691, 1, 0, 0, 0, 2691, 2692, 1, 0, 0, 0, 2692, 2698, 3, 776, 388, 0, 2693, 2695, 3, 194, 97, 0, 2694, 2693, 1, 0, 0, 0, 2695, 2696, 1, 0, 0, 0, 2696, 2694, 1, 0, 0, 0, 2696, 2697, 1, 0, 0, 0, 2697, 2699, 1, 0, 0, 0, 2698, 2694, 1, 0, 0, 0, 2698, 2699, 1, 0, 0, 0, 2699, 191, 1, 0, 0, 0, 2700, 2701, 5, 138, 0, 0, 2701, 2703, 5, 328, 0, 0, 2702, 2704, 3, 416, 208, 0, 2703, 2702, 1, 0, 0, 0, 2703, 2704, 1, 0, 0, 0, 2704, 2705, 1, 0, 0, 0, 2705, 2707, 3, 776, 388, 0, 2706, 2708, 3, 194, 97, 0, 2707, 2706, 1, 0, 0, 0, 2708, 2709, 1, 0, 0, 0, 2709, 2707, 1, 0, 0, 0, 2709, 2710, 1, 0, 0, 0, 2710, 193, 1, 0, 0, 0, 2711, 2712, 5, 36, 0, 0, 2712, 2745, 3, 648, 324, 0, 2713, 2715, 5, 148, 0, 0, 2714, 2716, 3, 196, 98, 0, 2715, 2714, 1, 0, 0, 0, 2715, 2716, 1, 0, 0, 0, 2716, 2745, 1, 0, 0, 0, 2717, 2719, 5, 225, 0, 0, 2718, 2720, 5, 147, 0, 0, 2719, 2718, 1, 0, 0, 0, 2719, 2720, 1, 0, 0, 0, 2720, 2721, 1, 0, 0, 0, 2721, 2745, 3, 196, 98, 0, 2722, 2723, 7, 28, 0, 0, 2723, 2745, 3, 196, 98, 0, 2724, 2725, 5, 269, 0, 0, 2725, 2745, 7, 29, 0, 0, 2726, 2727, 5, 281, 0, 0, 2727, 2728, 5, 147, 0, 0, 2728, 2745, 3, 796, 398, 0, 2729, 2730, 5, 328, 0, 0, 2730, 2731, 5, 266, 0, 0, 2731, 2745, 3, 310, 155, 0, 2732, 2734, 5, 340, 0, 0, 2733, 2735, 5, 105, 0, 0, 2734, 2733, 1, 0, 0, 0, 2734, 2735, 1, 0, 0, 0, 2735, 2736, 1, 0, 0, 0, 2736, 2745, 3, 196, 98, 0, 2737, 2739, 5, 314, 0, 0, 2738, 2740, 5, 105, 0, 0, 2739, 2738, 1, 0, 0, 0, 2739, 2740, 1, 0, 0, 0, 2740, 2742, 1, 0, 0, 0, 2741, 2743, 3, 196, 98, 0, 2742, 2741, 1, 0, 0, 0, 2742, 2743, 1, 0, 0, 0, 2743, 2745, 1, 0, 0, 0, 2744, 2711, 1, 0, 0, 0, 2744, 2713, 1, 0, 0, 0, 2744, 2717, 1, 0, 0, 0, 2744, 2722, 1, 0, 0, 0, 2744, 2724, 1, 0, 0, 0, 2744, 2726, 1, 0, 0, 0, 2744, 2729, 1, 0, 0, 0, 2744, 2732, 1, 0, 0, 0, 2744, 2737, 1, 0, 0, 0, 2745, 195, 1, 0, 0, 0, 2746, 2748, 7, 30, 0, 0, 2747, 2746, 1, 0, 0, 0, 2747, 2748, 1, 0, 0, 0, 2748, 2749, 1, 0, 0, 0, 2749, 2752, 5, 576, 0, 0, 2750, 2752, 3, 810, 405, 0, 2751, 2747, 1, 0, 0, 0, 2751, 2750, 1, 0, 0, 0, 2752, 197, 1, 0, 0, 0, 2753, 2755, 5, 46, 0, 0, 2754, 2756, 3, 360, 180, 0, 2755, 2754, 1, 0, 0, 0, 2755, 2756, 1, 0, 0, 0, 2756, 2758, 1, 0, 0, 0, 2757, 2759, 5, 359, 0, 0, 2758, 2757, 1, 0, 0, 0, 2758, 2759, 1, 0, 0, 0, 2759, 2761, 1, 0, 0, 0, 2760, 2762, 5, 295, 0, 0, 2761, 2760, 1, 0, 0, 0, 2761, 2762, 1, 0, 0, 0, 2762, 2763, 1, 0, 0, 0, 2763, 2764, 5, 247, 0, 0, 2764, 2777, 3, 816, 408, 0, 2765, 2766, 5, 215, 0, 0, 2766, 2769, 3, 310, 155, 0, 2767, 2768, 5, 239, 0, 0, 2768, 2770, 3, 310, 155, 0, 2769, 2767, 1, 0, 0, 0, 2769, 2770, 1, 0, 0, 0, 2770, 2775, 1, 0, 0, 0, 2771, 2772, 5, 373, 0, 0, 2772, 2776, 3, 310, 155, 0, 2773, 2774, 5, 269, 0, 0, 2774, 2776, 5, 373, 0, 0, 2775, 2771, 1, 0, 0, 0, 2775, 2773, 1, 0, 0, 0, 2775, 2776, 1, 0, 0, 0, 2776, 2778, 1, 0, 0, 0, 2777, 2765, 1, 0, 0, 0, 2777, 2778, 1, 0, 0, 0, 2778, 199, 1, 0, 0, 0, 2779, 2780, 5, 46, 0, 0, 2780, 2783, 3, 170, 85, 0, 2781, 2782, 5, 282, 0, 0, 2782, 2784, 3, 812, 406, 0, 2783, 2781, 1, 0, 0, 0, 2783, 2784, 1, 0, 0, 0, 2784, 2785, 1, 0, 0, 0, 2785, 2786, 5, 255, 0, 0, 2786, 2788, 3, 806, 403, 0, 2787, 2789, 3, 94, 47, 0, 2788, 2787, 1, 0, 0, 0, 2788, 2789, 1, 0, 0, 0, 2789, 201, 1, 0, 0, 0, 2790, 2791, 5, 46, 0, 0, 2791, 2793, 5, 204, 0, 0, 2792, 2794, 3, 288, 144, 0, 2793, 2792, 1, 0, 0, 0, 2793, 2794, 1, 0, 0, 0, 2794, 2795, 1, 0, 0, 0, 2795, 2797, 3, 816, 408, 0, 2796, 2798, 5, 105, 0, 0, 2797, 2796, 1, 0, 0, 0, 2797, 2798, 1, 0, 0, 0, 2798, 2806, 1, 0, 0, 0, 2799, 2800, 5, 323, 0, 0, 2800, 2805, 3, 786, 393, 0, 2801, 2802, 7, 31, 0, 0, 2802, 2805, 3, 58, 29, 0, 2803, 2805, 5, 150, 0, 0, 2804, 2799, 1, 0, 0, 0, 2804, 2801, 1, 0, 0, 0, 2804, 2803, 1, 0, 0, 0, 2805, 2808, 1, 0, 0, 0, 2806, 2804, 1, 0, 0, 0, 2806, 2807, 1, 0, 0, 0, 2807, 203, 1, 0, 0, 0, 2808, 2806, 1, 0, 0, 0, 2809, 2810, 5, 138, 0, 0, 2810, 2811, 5, 204, 0, 0, 2811, 2812, 3, 816, 408, 0, 2812, 2817, 5, 369, 0, 0, 2813, 2814, 5, 94, 0, 0, 2814, 2816, 3, 58, 29, 0, 2815, 2813, 1, 0, 0, 0, 2816, 2819, 1, 0, 0, 0, 2817, 2815, 1, 0, 0, 0, 2817, 2818, 1, 0, 0, 0, 2818, 205, 1, 0, 0, 0, 2819, 2817, 1, 0, 0, 0, 2820, 2821, 5, 138, 0, 0, 2821, 2822, 5, 204, 0, 0, 2822, 2823, 3, 816, 408, 0, 2823, 2856, 7, 6, 0, 0, 2824, 2825, 5, 443, 0, 0, 2825, 2826, 5, 62, 0, 0, 2826, 2827, 3, 646, 323, 0, 2827, 2828, 5, 247, 0, 0, 2828, 2829, 3, 816, 408, 0, 2829, 2857, 1, 0, 0, 0, 2830, 2831, 5, 442, 0, 0, 2831, 2857, 3, 368, 184, 0, 2832, 2833, 5, 296, 0, 0, 2833, 2857, 3, 372, 186, 0, 2834, 2835, 5, 278, 0, 0, 2835, 2836, 7, 32, 0, 0, 2836, 2837, 3, 310, 155, 0, 2837, 2838, 3, 164, 82, 0, 2838, 2857, 1, 0, 0, 0, 2839, 2840, 5, 278, 0, 0, 2840, 2857, 3, 410, 205, 0, 2841, 2842, 5, 211, 0, 0, 2842, 2857, 3, 376, 188, 0, 2843, 2844, 7, 33, 0, 0, 2844, 2857, 3, 646, 323, 0, 2845, 2846, 5, 41, 0, 0, 2846, 2847, 5, 2, 0, 0, 2847, 2848, 3, 646, 323, 0, 2848, 2849, 5, 36, 0, 0, 2849, 2850, 3, 646, 323, 0, 2850, 2851, 5, 3, 0, 0, 2851, 2857, 1, 0, 0, 0, 2852, 2853, 5, 136, 0, 0, 2853, 2857, 3, 388, 194, 0, 2854, 2857, 3, 306, 153, 0, 2855, 2857, 3, 304, 152, 0, 2856, 2824, 1, 0, 0, 0, 2856, 2830, 1, 0, 0, 0, 2856, 2832, 1, 0, 0, 0, 2856, 2834, 1, 0, 0, 0, 2856, 2839, 1, 0, 0, 0, 2856, 2841, 1, 0, 0, 0, 2856, 2843, 1, 0, 0, 0, 2856, 2845, 1, 0, 0, 0, 2856, 2852, 1, 0, 0, 0, 2856, 2854, 1, 0, 0, 0, 2856, 2855, 1, 0, 0, 0, 2857, 207, 1, 0, 0, 0, 2858, 2859, 5, 46, 0, 0, 2859, 2860, 5, 63, 0, 0, 2860, 2861, 5, 174, 0, 0, 2861, 2862, 5, 381, 0, 0, 2862, 2868, 3, 816, 408, 0, 2863, 2865, 3, 210, 105, 0, 2864, 2863, 1, 0, 0, 0, 2865, 2866, 1, 0, 0, 0, 2866, 2864, 1, 0, 0, 0, 2866, 2867, 1, 0, 0, 0, 2867, 2869, 1, 0, 0, 0, 2868, 2864, 1, 0, 0, 0, 2868, 2869, 1, 0, 0, 0, 2869, 2871, 1, 0, 0, 0, 2870, 2872, 3, 214, 107, 0, 2871, 2870, 1, 0, 0, 0, 2871, 2872, 1, 0, 0, 0, 2872, 209, 1, 0, 0, 0, 2873, 2875, 7, 34, 0, 0, 2874, 2876, 3, 310, 155, 0, 2875, 2874, 1, 0, 0, 0, 2875, 2876, 1, 0, 0, 0, 2876, 2880, 1, 0, 0, 0, 2877, 2878, 5, 269, 0, 0, 2878, 2880, 7, 34, 0, 0, 2879, 2873, 1, 0, 0, 0, 2879, 2877, 1, 0, 0, 0, 2880, 211, 1, 0, 0, 0, 2881, 2882, 5, 138, 0, 0, 2882, 2883, 5, 63, 0, 0, 2883, 2884, 5, 174, 0, 0, 2884, 2885, 5, 381, 0, 0, 2885, 2899, 3, 816, 408, 0, 2886, 2888, 3, 210, 105, 0, 2887, 2886, 1, 0, 0, 0, 2888, 2889, 1, 0, 0, 0, 2889, 2887, 1, 0, 0, 0, 2889, 2890, 1, 0, 0, 0, 2890, 2892, 1, 0, 0, 0, 2891, 2887, 1, 0, 0, 0, 2891, 2892, 1, 0, 0, 0, 2892, 2893, 1, 0, 0, 0, 2893, 2900, 3, 216, 108, 0, 2894, 2896, 3, 210, 105, 0, 2895, 2894, 1, 0, 0, 0, 2896, 2897, 1, 0, 0, 0, 2897, 2895, 1, 0, 0, 0, 2897, 2898, 1, 0, 0, 0, 2898, 2900, 1, 0, 0, 0, 2899, 2891, 1, 0, 0, 0, 2899, 2895, 1, 0, 0, 0, 2900, 213, 1, 0, 0, 0, 2901, 2902, 5, 280, 0, 0, 2902, 2903, 5, 2, 0, 0, 2903, 2908, 3, 220, 110, 0, 2904, 2905, 5, 6, 0, 0, 2905, 2907, 3, 220, 110, 0, 2906, 2904, 1, 0, 0, 0, 2907, 2910, 1, 0, 0, 0, 2908, 2906, 1, 0, 0, 0, 2908, 2909, 1, 0, 0, 0, 2909, 2911, 1, 0, 0, 0, 2910, 2908, 1, 0, 0, 0, 2911, 2912, 5, 3, 0, 0, 2912, 215, 1, 0, 0, 0, 2913, 2914, 5, 280, 0, 0, 2914, 2915, 5, 2, 0, 0, 2915, 2920, 3, 218, 109, 0, 2916, 2917, 5, 6, 0, 0, 2917, 2919, 3, 218, 109, 0, 2918, 2916, 1, 0, 0, 0, 2919, 2922, 1, 0, 0, 0, 2920, 2918, 1, 0, 0, 0, 2920, 2921, 1, 0, 0, 0, 2921, 2923, 1, 0, 0, 0, 2922, 2920, 1, 0, 0, 0, 2923, 2924, 5, 3, 0, 0, 2924, 217, 1, 0, 0, 0, 2925, 2926, 7, 35, 0, 0, 2926, 2927, 3, 220, 110, 0, 2927, 219, 1, 0, 0, 0, 2928, 2929, 3, 822, 411, 0, 2929, 2930, 3, 806, 403, 0, 2930, 221, 1, 0, 0, 0, 2931, 2932, 5, 46, 0, 0, 2932, 2934, 5, 331, 0, 0, 2933, 2935, 3, 288, 144, 0, 2934, 2933, 1, 0, 0, 0, 2934, 2935, 1, 0, 0, 0, 2935, 2936, 1, 0, 0, 0, 2936, 2939, 3, 816, 408, 0, 2937, 2938, 5, 360, 0, 0, 2938, 2940, 3, 806, 403, 0, 2939, 2937, 1, 0, 0, 0, 2939, 2940, 1, 0, 0, 0, 2940, 2942, 1, 0, 0, 0, 2941, 2943, 3, 224, 112, 0, 2942, 2941, 1, 0, 0, 0, 2942, 2943, 1, 0, 0, 0, 2943, 2944, 1, 0, 0, 0, 2944, 2945, 5, 63, 0, 0, 2945, 2946, 5, 174, 0, 0, 2946, 2947, 5, 381, 0, 0, 2947, 2949, 3, 816, 408, 0, 2948, 2950, 3, 214, 107, 0, 2949, 2948, 1, 0, 0, 0, 2949, 2950, 1, 0, 0, 0, 2950, 223, 1, 0, 0, 0, 2951, 2954, 5, 375, 0, 0, 2952, 2955, 3, 806, 403, 0, 2953, 2955, 5, 78, 0, 0, 2954, 2952, 1, 0, 0, 0, 2954, 2953, 1, 0, 0, 0, 2955, 225, 1, 0, 0, 0, 2956, 2957, 5, 138, 0, 0, 2957, 2958, 5, 331, 0, 0, 2958, 2964, 3, 816, 408, 0, 2959, 2965, 3, 216, 108, 0, 2960, 2962, 3, 224, 112, 0, 2961, 2963, 3, 216, 108, 0, 2962, 2961, 1, 0, 0, 0, 2962, 2963, 1, 0, 0, 0, 2963, 2965, 1, 0, 0, 0, 2964, 2959, 1, 0, 0, 0, 2964, 2960, 1, 0, 0, 0, 2965, 227, 1, 0, 0, 0, 2966, 2967, 5, 46, 0, 0, 2967, 2968, 5, 63, 0, 0, 2968, 2970, 5, 92, 0, 0, 2969, 2971, 3, 288, 144, 0, 2970, 2969, 1, 0, 0, 0, 2970, 2971, 1, 0, 0, 0, 2971, 2972, 1, 0, 0, 0, 2972, 2973, 3, 768, 384, 0, 2973, 2975, 5, 2, 0, 0, 2974, 2976, 3, 120, 60, 0, 2975, 2974, 1, 0, 0, 0, 2975, 2976, 1, 0, 0, 0, 2976, 2977, 1, 0, 0, 0, 2977, 2979, 5, 3, 0, 0, 2978, 2980, 3, 158, 79, 0, 2979, 2978, 1, 0, 0, 0, 2979, 2980, 1, 0, 0, 0, 2980, 2981, 1, 0, 0, 0, 2981, 2982, 5, 331, 0, 0, 2982, 2984, 3, 816, 408, 0, 2983, 2985, 3, 214, 107, 0, 2984, 2983, 1, 0, 0, 0, 2984, 2985, 1, 0, 0, 0, 2985, 3006, 1, 0, 0, 0, 2986, 2987, 5, 46, 0, 0, 2987, 2988, 5, 63, 0, 0, 2988, 2990, 5, 92, 0, 0, 2989, 2991, 3, 288, 144, 0, 2990, 2989, 1, 0, 0, 0, 2990, 2991, 1, 0, 0, 0, 2991, 2992, 1, 0, 0, 0, 2992, 2993, 3, 768, 384, 0, 2993, 2994, 5, 285, 0, 0, 2994, 2995, 5, 275, 0, 0, 2995, 2997, 3, 770, 385, 0, 2996, 2998, 3, 118, 59, 0, 2997, 2996, 1, 0, 0, 0, 2997, 2998, 1, 0, 0, 0, 2998, 2999, 1, 0, 0, 0, 2999, 3000, 3, 98, 49, 0, 3000, 3001, 5, 331, 0, 0, 3001, 3003, 3, 816, 408, 0, 3002, 3004, 3, 214, 107, 0, 3003, 3002, 1, 0, 0, 0, 3003, 3004, 1, 0, 0, 0, 3004, 3006, 1, 0, 0, 0, 3005, 2966, 1, 0, 0, 0, 3005, 2986, 1, 0, 0, 0, 3006, 229, 1, 0, 0, 0, 3007, 3008, 5, 444, 0, 0, 3008, 3009, 5, 63, 0, 0, 3009, 3010, 5, 323, 0, 0, 3010, 3020, 3, 786, 393, 0, 3011, 3012, 5, 74, 0, 0, 3012, 3015, 5, 94, 0, 0, 3013, 3015, 5, 59, 0, 0, 3014, 3011, 1, 0, 0, 0, 3014, 3013, 1, 0, 0, 0, 3015, 3016, 1, 0, 0, 0, 3016, 3017, 5, 2, 0, 0, 3017, 3018, 3, 622, 311, 0, 3018, 3019, 5, 3, 0, 0, 3019, 3021, 1, 0, 0, 0, 3020, 3014, 1, 0, 0, 0, 3020, 3021, 1, 0, 0, 0, 3021, 3022, 1, 0, 0, 0, 3022, 3023, 5, 64, 0, 0, 3023, 3024, 5, 331, 0, 0, 3024, 3025, 3, 816, 408, 0, 3025, 3026, 5, 71, 0, 0, 3026, 3028, 3, 816, 408, 0, 3027, 3029, 3, 214, 107, 0, 3028, 3027, 1, 0, 0, 0, 3028, 3029, 1, 0, 0, 0, 3029, 231, 1, 0, 0, 0, 3030, 3031, 5, 46, 0, 0, 3031, 3032, 5, 99, 0, 0, 3032, 3034, 5, 257, 0, 0, 3033, 3035, 3, 288, 144, 0, 3034, 3033, 1, 0, 0, 0, 3034, 3035, 1, 0, 0, 0, 3035, 3036, 1, 0, 0, 0, 3036, 3039, 5, 62, 0, 0, 3037, 3040, 3, 812, 406, 0, 3038, 3040, 5, 99, 0, 0, 3039, 3037, 1, 0, 0, 0, 3039, 3038, 1, 0, 0, 0, 3040, 3041, 1, 0, 0, 0, 3041, 3042, 5, 331, 0, 0, 3042, 3044, 3, 816, 408, 0, 3043, 3045, 3, 214, 107, 0, 3044, 3043, 1, 0, 0, 0, 3044, 3045, 1, 0, 0, 0, 3045, 233, 1, 0, 0, 0, 3046, 3047, 5, 138, 0, 0, 3047, 3048, 5, 99, 0, 0, 3048, 3049, 5, 257, 0, 0, 3049, 3052, 5, 62, 0, 0, 3050, 3053, 3, 812, 406, 0, 3051, 3053, 5, 99, 0, 0, 3052, 3050, 1, 0, 0, 0, 3052, 3051, 1, 0, 0, 0, 3053, 3054, 1, 0, 0, 0, 3054, 3055, 5, 331, 0, 0, 3055, 3056, 3, 816, 408, 0, 3056, 3057, 3, 216, 108, 0, 3057, 235, 1, 0, 0, 0, 3058, 3059, 5, 46, 0, 0, 3059, 3060, 5, 445, 0, 0, 3060, 3061, 3, 816, 408, 0, 3061, 3062, 5, 80, 0, 0, 3062, 3069, 3, 776, 388, 0, 3063, 3067, 5, 36, 0, 0, 3064, 3068, 5, 541, 0, 0, 3065, 3068, 5, 542, 0, 0, 3066, 3068, 3, 824, 412, 0, 3067, 3064, 1, 0, 0, 0, 3067, 3065, 1, 0, 0, 0, 3067, 3066, 1, 0, 0, 0, 3068, 3070, 1, 0, 0, 0, 3069, 3063, 1, 0, 0, 0, 3069, 3070, 1, 0, 0, 0, 3070, 3073, 1, 0, 0, 0, 3071, 3072, 5, 62, 0, 0, 3072, 3074, 7, 36, 0, 0, 3073, 3071, 1, 0, 0, 0, 3073, 3074, 1, 0, 0, 0, 3074, 3077, 1, 0, 0, 0, 3075, 3076, 5, 94, 0, 0, 3076, 3078, 3, 814, 407, 0, 3077, 3075, 1, 0, 0, 0, 3077, 3078, 1, 0, 0, 0, 3078, 3080, 1, 0, 0, 0, 3079, 3081, 3, 244, 122, 0, 3080, 3079, 1, 0, 0, 0, 3080, 3081, 1, 0, 0, 0, 3081, 3083, 1, 0, 0, 0, 3082, 3084, 3, 246, 123, 0, 3083, 3082, 1, 0, 0, 0, 3083, 3084, 1, 0, 0, 0, 3084, 237, 1, 0, 0, 0, 3085, 3086, 5, 138, 0, 0, 3086, 3087, 5, 445, 0, 0, 3087, 3088, 3, 816, 408, 0, 3088, 3089, 5, 80, 0, 0, 3089, 3092, 3, 776, 388, 0, 3090, 3091, 5, 94, 0, 0, 3091, 3093, 3, 814, 407, 0, 3092, 3090, 1, 0, 0, 0, 3092, 3093, 1, 0, 0, 0, 3093, 3095, 1, 0, 0, 0, 3094, 3096, 3, 244, 122, 0, 3095, 3094, 1, 0, 0, 0, 3095, 3096, 1, 0, 0, 0, 3096, 3098, 1, 0, 0, 0, 3097, 3099, 3, 246, 123, 0, 3098, 3097, 1, 0, 0, 0, 3098, 3099, 1, 0, 0, 0, 3099, 239, 1, 0, 0, 0, 3100, 3101, 5, 138, 0, 0, 3101, 3102, 5, 296, 0, 0, 3102, 3104, 3, 792, 396, 0, 3103, 3105, 3, 362, 181, 0, 3104, 3103, 1, 0, 0, 0, 3104, 3105, 1, 0, 0, 0, 3105, 3132, 1, 0, 0, 0, 3106, 3110, 3, 242, 121, 0, 3107, 3109, 3, 242, 121, 0, 3108, 3107, 1, 0, 0, 0, 3109, 3112, 1, 0, 0, 0, 3110, 3108, 1, 0, 0, 0, 3110, 3111, 1, 0, 0, 0, 3111, 3114, 1, 0, 0, 0, 3112, 3110, 1, 0, 0, 0, 3113, 3115, 5, 315, 0, 0, 3114, 3113, 1, 0, 0, 0, 3114, 3115, 1, 0, 0, 0, 3115, 3133, 1, 0, 0, 0, 3116, 3117, 5, 309, 0, 0, 3117, 3118, 5, 94, 0, 0, 3118, 3133, 3, 794, 397, 0, 3119, 3120, 5, 282, 0, 0, 3120, 3121, 5, 94, 0, 0, 3121, 3133, 3, 812, 406, 0, 3122, 3123, 5, 333, 0, 0, 3123, 3124, 5, 323, 0, 0, 3124, 3133, 3, 32, 16, 0, 3125, 3127, 5, 269, 0, 0, 3126, 3125, 1, 0, 0, 0, 3126, 3127, 1, 0, 0, 0, 3127, 3128, 1, 0, 0, 0, 3128, 3129, 5, 462, 0, 0, 3129, 3130, 5, 80, 0, 0, 3130, 3131, 5, 204, 0, 0, 3131, 3133, 3, 816, 408, 0, 3132, 3106, 1, 0, 0, 0, 3132, 3116, 1, 0, 0, 0, 3132, 3119, 1, 0, 0, 0, 3132, 3122, 1, 0, 0, 0, 3132, 3126, 1, 0, 0, 0, 3133, 241, 1, 0, 0, 0, 3134, 3136, 5, 205, 0, 0, 3135, 3134, 1, 0, 0, 0, 3135, 3136, 1, 0, 0, 0, 3136, 3137, 1, 0, 0, 0, 3137, 3138, 5, 327, 0, 0, 3138, 3145, 5, 243, 0, 0, 3139, 3141, 5, 205, 0, 0, 3140, 3139, 1, 0, 0, 0, 3140, 3141, 1, 0, 0, 0, 3141, 3142, 1, 0, 0, 0, 3142, 3143, 5, 327, 0, 0, 3143, 3145, 5, 181, 0, 0, 3144, 3135, 1, 0, 0, 0, 3144, 3140, 1, 0, 0, 0, 3145, 3164, 1, 0, 0, 0, 3146, 3147, 5, 333, 0, 0, 3147, 3148, 3, 816, 408, 0, 3148, 3151, 7, 37, 0, 0, 3149, 3152, 3, 816, 408, 0, 3150, 3152, 5, 53, 0, 0, 3151, 3149, 1, 0, 0, 0, 3151, 3150, 1, 0, 0, 0, 3152, 3164, 1, 0, 0, 0, 3153, 3154, 5, 333, 0, 0, 3154, 3155, 3, 816, 408, 0, 3155, 3156, 5, 64, 0, 0, 3156, 3157, 5, 434, 0, 0, 3157, 3164, 1, 0, 0, 0, 3158, 3161, 5, 313, 0, 0, 3159, 3162, 3, 816, 408, 0, 3160, 3162, 5, 30, 0, 0, 3161, 3159, 1, 0, 0, 0, 3161, 3160, 1, 0, 0, 0, 3162, 3164, 1, 0, 0, 0, 3163, 3144, 1, 0, 0, 0, 3163, 3146, 1, 0, 0, 0, 3163, 3153, 1, 0, 0, 0, 3163, 3158, 1, 0, 0, 0, 3164, 243, 1, 0, 0, 0, 3165, 3166, 5, 100, 0, 0, 3166, 3167, 5, 2, 0, 0, 3167, 3168, 3, 668, 334, 0, 3168, 3169, 5, 3, 0, 0, 3169, 245, 1, 0, 0, 0, 3170, 3171, 5, 105, 0, 0, 3171, 3172, 5, 42, 0, 0, 3172, 3173, 5, 2, 0, 0, 3173, 3174, 3, 668, 334, 0, 3174, 3175, 5, 3, 0, 0, 3175, 247, 1, 0, 0, 0, 3176, 3177, 5, 46, 0, 0, 3177, 3178, 5, 131, 0, 0, 3178, 3179, 5, 446, 0, 0, 3179, 3180, 3, 816, 408, 0, 3180, 3181, 5, 360, 0, 0, 3181, 3182, 7, 38, 0, 0, 3182, 3183, 5, 215, 0, 0, 3183, 3184, 3, 310, 155, 0, 3184, 249, 1, 0, 0, 0, 3185, 3187, 5, 46, 0, 0, 3186, 3188, 3, 360, 180, 0, 3187, 3186, 1, 0, 0, 0, 3187, 3188, 1, 0, 0, 0, 3188, 3189, 1, 0, 0, 0, 3189, 3190, 5, 357, 0, 0, 3190, 3191, 3, 816, 408, 0, 3191, 3192, 3, 252, 126, 0, 3192, 3193, 3, 254, 127, 0, 3193, 3194, 5, 80, 0, 0, 3194, 3206, 3, 770, 385, 0, 3195, 3202, 5, 447, 0, 0, 3196, 3197, 7, 39, 0, 0, 3197, 3199, 7, 40, 0, 0, 3198, 3200, 5, 36, 0, 0, 3199, 3198, 1, 0, 0, 0, 3199, 3200, 1, 0, 0, 0, 3200, 3201, 1, 0, 0, 0, 3201, 3203, 3, 816, 408, 0, 3202, 3196, 1, 0, 0, 0, 3203, 3204, 1, 0, 0, 0, 3204, 3202, 1, 0, 0, 0, 3204, 3205, 1, 0, 0, 0, 3205, 3207, 1, 0, 0, 0, 3206, 3195, 1, 0, 0, 0, 3206, 3207, 1, 0, 0, 0, 3207, 3213, 1, 0, 0, 0, 3208, 3210, 5, 62, 0, 0, 3209, 3211, 5, 192, 0, 0, 3210, 3209, 1, 0, 0, 0, 3210, 3211, 1, 0, 0, 0, 3211, 3212, 1, 0, 0, 0, 3212, 3214, 7, 41, 0, 0, 3213, 3208, 1, 0, 0, 0, 3213, 3214, 1, 0, 0, 0, 3214, 3216, 1, 0, 0, 0, 3215, 3217, 3, 258, 129, 0, 3216, 3215, 1, 0, 0, 0, 3216, 3217, 1, 0, 0, 0, 3217, 3218, 1, 0, 0, 0, 3218, 3219, 5, 202, 0, 0, 3219, 3220, 3, 260, 130, 0, 3220, 3221, 5, 2, 0, 0, 3221, 3222, 3, 262, 131, 0, 3222, 3223, 5, 3, 0, 0, 3223, 3264, 1, 0, 0, 0, 3224, 3226, 5, 46, 0, 0, 3225, 3227, 3, 360, 180, 0, 3226, 3225, 1, 0, 0, 0, 3226, 3227, 1, 0, 0, 0, 3227, 3229, 1, 0, 0, 0, 3228, 3230, 5, 45, 0, 0, 3229, 3228, 1, 0, 0, 0, 3229, 3230, 1, 0, 0, 0, 3230, 3231, 1, 0, 0, 0, 3231, 3232, 5, 357, 0, 0, 3232, 3233, 3, 816, 408, 0, 3233, 3234, 3, 252, 126, 0, 3234, 3235, 3, 254, 127, 0, 3235, 3236, 5, 80, 0, 0, 3236, 3239, 3, 770, 385, 0, 3237, 3238, 5, 64, 0, 0, 3238, 3240, 3, 776, 388, 0, 3239, 3237, 1, 0, 0, 0, 3239, 3240, 1, 0, 0, 0, 3240, 3244, 1, 0, 0, 0, 3241, 3243, 3, 266, 133, 0, 3242, 3241, 1, 0, 0, 0, 3243, 3246, 1, 0, 0, 0, 3244, 3242, 1, 0, 0, 0, 3244, 3245, 1, 0, 0, 0, 3245, 3252, 1, 0, 0, 0, 3246, 3244, 1, 0, 0, 0, 3247, 3249, 5, 62, 0, 0, 3248, 3250, 5, 192, 0, 0, 3249, 3248, 1, 0, 0, 0, 3249, 3250, 1, 0, 0, 0, 3250, 3251, 1, 0, 0, 0, 3251, 3253, 7, 41, 0, 0, 3252, 3247, 1, 0, 0, 0, 3252, 3253, 1, 0, 0, 0, 3253, 3255, 1, 0, 0, 0, 3254, 3256, 3, 258, 129, 0, 3255, 3254, 1, 0, 0, 0, 3255, 3256, 1, 0, 0, 0, 3256, 3257, 1, 0, 0, 0, 3257, 3258, 5, 202, 0, 0, 3258, 3259, 3, 260, 130, 0, 3259, 3260, 5, 2, 0, 0, 3260, 3261, 3, 262, 131, 0, 3261, 3262, 5, 3, 0, 0, 3262, 3264, 1, 0, 0, 0, 3263, 3185, 1, 0, 0, 0, 3263, 3224, 1, 0, 0, 0, 3264, 251, 1, 0, 0, 0, 3265, 3270, 5, 145, 0, 0, 3266, 3270, 5, 135, 0, 0, 3267, 3268, 5, 242, 0, 0, 3268, 3270, 5, 275, 0, 0, 3269, 3265, 1, 0, 0, 0, 3269, 3266, 1, 0, 0, 0, 3269, 3267, 1, 0, 0, 0, 3270, 253, 1, 0, 0, 0, 3271, 3276, 3, 256, 128, 0, 3272, 3273, 5, 82, 0, 0, 3273, 3275, 3, 256, 128, 0, 3274, 3272, 1, 0, 0, 0, 3275, 3278, 1, 0, 0, 0, 3276, 3274, 1, 0, 0, 0, 3276, 3277, 1, 0, 0, 0, 3277, 255, 1, 0, 0, 0, 3278, 3276, 1, 0, 0, 0, 3279, 3288, 5, 241, 0, 0, 3280, 3288, 5, 182, 0, 0, 3281, 3284, 5, 369, 0, 0, 3282, 3283, 5, 275, 0, 0, 3283, 3285, 3, 142, 71, 0, 3284, 3282, 1, 0, 0, 0, 3284, 3285, 1, 0, 0, 0, 3285, 3288, 1, 0, 0, 0, 3286, 3288, 5, 358, 0, 0, 3287, 3279, 1, 0, 0, 0, 3287, 3280, 1, 0, 0, 0, 3287, 3281, 1, 0, 0, 0, 3287, 3286, 1, 0, 0, 0, 3288, 257, 1, 0, 0, 0, 3289, 3290, 5, 102, 0, 0, 3290, 3291, 5, 2, 0, 0, 3291, 3292, 3, 668, 334, 0, 3292, 3293, 5, 3, 0, 0, 3293, 259, 1, 0, 0, 0, 3294, 3295, 5, 211, 0, 0, 3295, 3299, 3, 804, 402, 0, 3296, 3297, 5, 296, 0, 0, 3297, 3299, 3, 792, 396, 0, 3298, 3294, 1, 0, 0, 0, 3298, 3296, 1, 0, 0, 0, 3299, 261, 1, 0, 0, 0, 3300, 3303, 3, 264, 132, 0, 3301, 3303, 1, 0, 0, 0, 3302, 3300, 1, 0, 0, 0, 3302, 3301, 1, 0, 0, 0, 3303, 3308, 1, 0, 0, 0, 3304, 3305, 5, 6, 0, 0, 3305, 3307, 3, 264, 132, 0, 3306, 3304, 1, 0, 0, 0, 3307, 3310, 1, 0, 0, 0, 3308, 3306, 1, 0, 0, 0, 3308, 3309, 1, 0, 0, 0, 3309, 263, 1, 0, 0, 0, 3310, 3308, 1, 0, 0, 0, 3311, 3316, 5, 574, 0, 0, 3312, 3316, 5, 576, 0, 0, 3313, 3316, 3, 806, 403, 0, 3314, 3316, 3, 822, 411, 0, 3315, 3311, 1, 0, 0, 0, 3315, 3312, 1, 0, 0, 0, 3315, 3313, 1, 0, 0, 0, 3315, 3314, 1, 0, 0, 0, 3316, 265, 1, 0, 0, 0, 3317, 3319, 5, 77, 0, 0, 3318, 3317, 1, 0, 0, 0, 3318, 3319, 1, 0, 0, 0, 3319, 3320, 1, 0, 0, 0, 3320, 3328, 5, 54, 0, 0, 3321, 3322, 5, 69, 0, 0, 3322, 3328, 7, 9, 0, 0, 3323, 3324, 5, 77, 0, 0, 3324, 3328, 5, 371, 0, 0, 3325, 3326, 5, 269, 0, 0, 3326, 3328, 5, 228, 0, 0, 3327, 3318, 1, 0, 0, 0, 3327, 3321, 1, 0, 0, 0, 3327, 3323, 1, 0, 0, 0, 3327, 3325, 1, 0, 0, 0, 3328, 267, 1, 0, 0, 0, 3329, 3330, 5, 46, 0, 0, 3330, 3331, 5, 198, 0, 0, 3331, 3332, 5, 357, 0, 0, 3332, 3333, 3, 816, 408, 0, 3333, 3334, 5, 80, 0, 0, 3334, 3344, 3, 822, 411, 0, 3335, 3336, 5, 102, 0, 0, 3336, 3341, 3, 270, 135, 0, 3337, 3338, 5, 33, 0, 0, 3338, 3340, 3, 270, 135, 0, 3339, 3337, 1, 0, 0, 0, 3340, 3343, 1, 0, 0, 0, 3341, 3339, 1, 0, 0, 0, 3341, 3342, 1, 0, 0, 0, 3342, 3345, 1, 0, 0, 0, 3343, 3341, 1, 0, 0, 0, 3344, 3335, 1, 0, 0, 0, 3344, 3345, 1, 0, 0, 0, 3345, 3346, 1, 0, 0, 0, 3346, 3347, 5, 202, 0, 0, 3347, 3348, 3, 260, 130, 0, 3348, 3349, 5, 2, 0, 0, 3349, 3350, 5, 3, 0, 0, 3350, 269, 1, 0, 0, 0, 3351, 3352, 3, 816, 408, 0, 3352, 3353, 5, 68, 0, 0, 3353, 3354, 5, 2, 0, 0, 3354, 3358, 3, 806, 403, 0, 3355, 3357, 3, 456, 228, 0, 3356, 3355, 1, 0, 0, 0, 3357, 3360, 1, 0, 0, 0, 3358, 3356, 1, 0, 0, 0, 3358, 3359, 1, 0, 0, 0, 3359, 3361, 1, 0, 0, 0, 3360, 3358, 1, 0, 0, 0, 3361, 3362, 5, 3, 0, 0, 3362, 271, 1, 0, 0, 0, 3363, 3364, 5, 138, 0, 0, 3364, 3365, 5, 198, 0, 0, 3365, 3366, 5, 357, 0, 0, 3366, 3372, 3, 816, 408, 0, 3367, 3369, 5, 193, 0, 0, 3368, 3370, 7, 14, 0, 0, 3369, 3368, 1, 0, 0, 0, 3369, 3370, 1, 0, 0, 0, 3370, 3373, 1, 0, 0, 0, 3371, 3373, 5, 186, 0, 0, 3372, 3367, 1, 0, 0, 0, 3372, 3371, 1, 0, 0, 0, 3373, 273, 1, 0, 0, 0, 3374, 3375, 5, 46, 0, 0, 3375, 3376, 5, 140, 0, 0, 3376, 3377, 3, 310, 155, 0, 3377, 3378, 5, 42, 0, 0, 3378, 3379, 5, 2, 0, 0, 3379, 3380, 3, 668, 334, 0, 3380, 3384, 5, 3, 0, 0, 3381, 3383, 3, 266, 133, 0, 3382, 3381, 1, 0, 0, 0, 3383, 3386, 1, 0, 0, 0, 3384, 3382, 1, 0, 0, 0, 3384, 3385, 1, 0, 0, 0, 3385, 275, 1, 0, 0, 0, 3386, 3384, 1, 0, 0, 0, 3387, 3389, 5, 46, 0, 0, 3388, 3390, 3, 360, 180, 0, 3389, 3388, 1, 0, 0, 0, 3389, 3390, 1, 0, 0, 0, 3390, 3391, 1, 0, 0, 0, 3391, 3392, 5, 136, 0, 0, 3392, 3407, 3, 804, 402, 0, 3393, 3394, 3, 386, 193, 0, 3394, 3395, 3, 278, 139, 0, 3395, 3408, 1, 0, 0, 0, 3396, 3397, 5, 2, 0, 0, 3397, 3402, 3, 284, 142, 0, 3398, 3399, 5, 6, 0, 0, 3399, 3401, 3, 284, 142, 0, 3400, 3398, 1, 0, 0, 0, 3401, 3404, 1, 0, 0, 0, 3402, 3400, 1, 0, 0, 0, 3402, 3403, 1, 0, 0, 0, 3403, 3405, 1, 0, 0, 0, 3404, 3402, 1, 0, 0, 0, 3405, 3406, 5, 3, 0, 0, 3406, 3408, 1, 0, 0, 0, 3407, 3393, 1, 0, 0, 0, 3407, 3396, 1, 0, 0, 0, 3408, 3466, 1, 0, 0, 0, 3409, 3410, 5, 46, 0, 0, 3410, 3411, 5, 278, 0, 0, 3411, 3412, 3, 408, 204, 0, 3412, 3413, 3, 278, 139, 0, 3413, 3466, 1, 0, 0, 0, 3414, 3415, 5, 46, 0, 0, 3415, 3416, 5, 360, 0, 0, 3416, 3417, 3, 310, 155, 0, 3417, 3435, 5, 36, 0, 0, 3418, 3420, 5, 2, 0, 0, 3419, 3421, 3, 636, 318, 0, 3420, 3419, 1, 0, 0, 0, 3420, 3421, 1, 0, 0, 0, 3421, 3422, 1, 0, 0, 0, 3422, 3436, 5, 3, 0, 0, 3423, 3424, 5, 196, 0, 0, 3424, 3432, 5, 2, 0, 0, 3425, 3429, 3, 806, 403, 0, 3426, 3428, 3, 456, 228, 0, 3427, 3426, 1, 0, 0, 0, 3428, 3431, 1, 0, 0, 0, 3429, 3427, 1, 0, 0, 0, 3429, 3430, 1, 0, 0, 0, 3430, 3433, 1, 0, 0, 0, 3431, 3429, 1, 0, 0, 0, 3432, 3425, 1, 0, 0, 0, 3432, 3433, 1, 0, 0, 0, 3433, 3434, 1, 0, 0, 0, 3434, 3436, 5, 3, 0, 0, 3435, 3418, 1, 0, 0, 0, 3435, 3423, 1, 0, 0, 0, 3436, 3466, 1, 0, 0, 0, 3437, 3438, 5, 46, 0, 0, 3438, 3439, 5, 360, 0, 0, 3439, 3445, 3, 310, 155, 0, 3440, 3441, 5, 36, 0, 0, 3441, 3443, 5, 299, 0, 0, 3442, 3440, 1, 0, 0, 0, 3442, 3443, 1, 0, 0, 0, 3443, 3444, 1, 0, 0, 0, 3444, 3446, 3, 278, 139, 0, 3445, 3442, 1, 0, 0, 0, 3445, 3446, 1, 0, 0, 0, 3446, 3466, 1, 0, 0, 0, 3447, 3448, 5, 46, 0, 0, 3448, 3449, 5, 355, 0, 0, 3449, 3450, 5, 325, 0, 0, 3450, 3451, 7, 42, 0, 0, 3451, 3452, 3, 310, 155, 0, 3452, 3453, 3, 278, 139, 0, 3453, 3466, 1, 0, 0, 0, 3454, 3455, 5, 46, 0, 0, 3455, 3457, 5, 108, 0, 0, 3456, 3458, 3, 288, 144, 0, 3457, 3456, 1, 0, 0, 0, 3457, 3458, 1, 0, 0, 0, 3458, 3459, 1, 0, 0, 0, 3459, 3463, 3, 310, 155, 0, 3460, 3464, 3, 278, 139, 0, 3461, 3462, 5, 64, 0, 0, 3462, 3464, 3, 310, 155, 0, 3463, 3460, 1, 0, 0, 0, 3463, 3461, 1, 0, 0, 0, 3464, 3466, 1, 0, 0, 0, 3465, 3387, 1, 0, 0, 0, 3465, 3409, 1, 0, 0, 0, 3465, 3414, 1, 0, 0, 0, 3465, 3437, 1, 0, 0, 0, 3465, 3447, 1, 0, 0, 0, 3465, 3454, 1, 0, 0, 0, 3466, 277, 1, 0, 0, 0, 3467, 3468, 5, 2, 0, 0, 3468, 3473, 3, 280, 140, 0, 3469, 3470, 5, 6, 0, 0, 3470, 3472, 3, 280, 140, 0, 3471, 3469, 1, 0, 0, 0, 3472, 3475, 1, 0, 0, 0, 3473, 3471, 1, 0, 0, 0, 3473, 3474, 1, 0, 0, 0, 3474, 3476, 1, 0, 0, 0, 3475, 3473, 1, 0, 0, 0, 3476, 3477, 5, 3, 0, 0, 3477, 279, 1, 0, 0, 0, 3478, 3481, 3, 822, 411, 0, 3479, 3480, 5, 10, 0, 0, 3480, 3482, 3, 282, 141, 0, 3481, 3479, 1, 0, 0, 0, 3481, 3482, 1, 0, 0, 0, 3482, 281, 1, 0, 0, 0, 3483, 3490, 3, 382, 191, 0, 3484, 3490, 3, 832, 416, 0, 3485, 3490, 3, 722, 361, 0, 3486, 3490, 3, 196, 98, 0, 3487, 3490, 3, 806, 403, 0, 3488, 3490, 5, 407, 0, 0, 3489, 3483, 1, 0, 0, 0, 3489, 3484, 1, 0, 0, 0, 3489, 3485, 1, 0, 0, 0, 3489, 3486, 1, 0, 0, 0, 3489, 3487, 1, 0, 0, 0, 3489, 3488, 1, 0, 0, 0, 3490, 283, 1, 0, 0, 0, 3491, 3492, 3, 824, 412, 0, 3492, 3493, 5, 10, 0, 0, 3493, 3494, 3, 282, 141, 0, 3494, 285, 1, 0, 0, 0, 3495, 3496, 5, 138, 0, 0, 3496, 3497, 5, 360, 0, 0, 3497, 3498, 3, 310, 155, 0, 3498, 3499, 5, 133, 0, 0, 3499, 3501, 5, 450, 0, 0, 3500, 3502, 3, 288, 144, 0, 3501, 3500, 1, 0, 0, 0, 3501, 3502, 1, 0, 0, 0, 3502, 3503, 1, 0, 0, 0, 3503, 3506, 3, 806, 403, 0, 3504, 3505, 7, 43, 0, 0, 3505, 3507, 3, 806, 403, 0, 3506, 3504, 1, 0, 0, 0, 3506, 3507, 1, 0, 0, 0, 3507, 3518, 1, 0, 0, 0, 3508, 3509, 5, 138, 0, 0, 3509, 3510, 5, 360, 0, 0, 3510, 3511, 3, 310, 155, 0, 3511, 3512, 5, 309, 0, 0, 3512, 3513, 5, 450, 0, 0, 3513, 3514, 3, 806, 403, 0, 3514, 3515, 5, 94, 0, 0, 3515, 3516, 3, 806, 403, 0, 3516, 3518, 1, 0, 0, 0, 3517, 3495, 1, 0, 0, 0, 3517, 3508, 1, 0, 0, 0, 3518, 287, 1, 0, 0, 0, 3519, 3520, 5, 220, 0, 0, 3520, 3521, 5, 77, 0, 0, 3521, 3522, 5, 396, 0, 0, 3522, 289, 1, 0, 0, 0, 3523, 3524, 5, 46, 0, 0, 3524, 3525, 5, 278, 0, 0, 3525, 3526, 5, 156, 0, 0, 3526, 3528, 3, 310, 155, 0, 3527, 3529, 5, 53, 0, 0, 3528, 3527, 1, 0, 0, 0, 3528, 3529, 1, 0, 0, 0, 3529, 3530, 1, 0, 0, 0, 3530, 3531, 5, 62, 0, 0, 3531, 3532, 5, 360, 0, 0, 3532, 3533, 3, 646, 323, 0, 3533, 3536, 3, 164, 82, 0, 3534, 3535, 5, 206, 0, 0, 3535, 3537, 3, 310, 155, 0, 3536, 3534, 1, 0, 0, 0, 3536, 3537, 1, 0, 0, 0, 3537, 3538, 1, 0, 0, 0, 3538, 3539, 5, 36, 0, 0, 3539, 3544, 3, 292, 146, 0, 3540, 3541, 5, 6, 0, 0, 3541, 3543, 3, 292, 146, 0, 3542, 3540, 1, 0, 0, 0, 3543, 3546, 1, 0, 0, 0, 3544, 3542, 1, 0, 0, 0, 3544, 3545, 1, 0, 0, 0, 3545, 291, 1, 0, 0, 0, 3546, 3544, 1, 0, 0, 0, 3547, 3548, 5, 278, 0, 0, 3548, 3549, 5, 574, 0, 0, 3549, 3551, 3, 408, 204, 0, 3550, 3552, 3, 406, 203, 0, 3551, 3550, 1, 0, 0, 0, 3551, 3552, 1, 0, 0, 0, 3552, 3560, 1, 0, 0, 0, 3553, 3558, 5, 62, 0, 0, 3554, 3559, 5, 325, 0, 0, 3555, 3556, 5, 83, 0, 0, 3556, 3557, 5, 147, 0, 0, 3557, 3559, 3, 310, 155, 0, 3558, 3554, 1, 0, 0, 0, 3558, 3555, 1, 0, 0, 0, 3559, 3561, 1, 0, 0, 0, 3560, 3553, 1, 0, 0, 0, 3560, 3561, 1, 0, 0, 0, 3561, 3563, 1, 0, 0, 0, 3562, 3564, 5, 302, 0, 0, 3563, 3562, 1, 0, 0, 0, 3563, 3564, 1, 0, 0, 0, 3564, 3574, 1, 0, 0, 0, 3565, 3566, 5, 211, 0, 0, 3566, 3568, 5, 574, 0, 0, 3567, 3569, 3, 522, 261, 0, 3568, 3567, 1, 0, 0, 0, 3568, 3569, 1, 0, 0, 0, 3569, 3570, 1, 0, 0, 0, 3570, 3574, 3, 376, 188, 0, 3571, 3572, 5, 345, 0, 0, 3572, 3574, 3, 646, 323, 0, 3573, 3547, 1, 0, 0, 0, 3573, 3565, 1, 0, 0, 0, 3573, 3571, 1, 0, 0, 0, 3574, 293, 1, 0, 0, 0, 3575, 3576, 5, 46, 0, 0, 3576, 3577, 5, 278, 0, 0, 3577, 3578, 5, 206, 0, 0, 3578, 3579, 3, 310, 155, 0, 3579, 3580, 3, 164, 82, 0, 3580, 295, 1, 0, 0, 0, 3581, 3582, 5, 138, 0, 0, 3582, 3583, 5, 278, 0, 0, 3583, 3584, 5, 206, 0, 0, 3584, 3585, 3, 310, 155, 0, 3585, 3604, 3, 164, 82, 0, 3586, 3587, 5, 133, 0, 0, 3587, 3592, 3, 292, 146, 0, 3588, 3589, 5, 6, 0, 0, 3589, 3591, 3, 292, 146, 0, 3590, 3588, 1, 0, 0, 0, 3591, 3594, 1, 0, 0, 0, 3592, 3590, 1, 0, 0, 0, 3592, 3593, 1, 0, 0, 0, 3593, 3605, 1, 0, 0, 0, 3594, 3592, 1, 0, 0, 0, 3595, 3596, 5, 191, 0, 0, 3596, 3601, 3, 298, 149, 0, 3597, 3598, 5, 6, 0, 0, 3598, 3600, 3, 298, 149, 0, 3599, 3597, 1, 0, 0, 0, 3600, 3603, 1, 0, 0, 0, 3601, 3599, 1, 0, 0, 0, 3601, 3602, 1, 0, 0, 0, 3602, 3605, 1, 0, 0, 0, 3603, 3601, 1, 0, 0, 0, 3604, 3586, 1, 0, 0, 0, 3604, 3595, 1, 0, 0, 0, 3605, 297, 1, 0, 0, 0, 3606, 3607, 7, 44, 0, 0, 3607, 3608, 5, 574, 0, 0, 3608, 3609, 3, 522, 261, 0, 3609, 299, 1, 0, 0, 0, 3610, 3611, 5, 301, 0, 0, 3611, 3612, 5, 281, 0, 0, 3612, 3613, 5, 147, 0, 0, 3613, 3614, 3, 814, 407, 0, 3614, 3615, 5, 94, 0, 0, 3615, 3616, 3, 812, 406, 0, 3616, 301, 1, 0, 0, 0, 3617, 3640, 5, 191, 0, 0, 3618, 3641, 5, 328, 0, 0, 3619, 3641, 5, 226, 0, 0, 3620, 3641, 5, 108, 0, 0, 3621, 3641, 5, 168, 0, 0, 3622, 3641, 5, 342, 0, 0, 3623, 3641, 5, 452, 0, 0, 3624, 3641, 5, 331, 0, 0, 3625, 3626, 5, 131, 0, 0, 3626, 3641, 5, 446, 0, 0, 3627, 3628, 5, 198, 0, 0, 3628, 3641, 5, 357, 0, 0, 3629, 3641, 5, 204, 0, 0, 3630, 3632, 5, 295, 0, 0, 3631, 3630, 1, 0, 0, 0, 3631, 3632, 1, 0, 0, 0, 3632, 3633, 1, 0, 0, 0, 3633, 3641, 5, 247, 0, 0, 3634, 3635, 5, 63, 0, 0, 3635, 3636, 5, 174, 0, 0, 3636, 3641, 5, 381, 0, 0, 3637, 3638, 5, 355, 0, 0, 3638, 3639, 5, 325, 0, 0, 3639, 3641, 7, 42, 0, 0, 3640, 3618, 1, 0, 0, 0, 3640, 3619, 1, 0, 0, 0, 3640, 3620, 1, 0, 0, 0, 3640, 3621, 1, 0, 0, 0, 3640, 3622, 1, 0, 0, 0, 3640, 3623, 1, 0, 0, 0, 3640, 3624, 1, 0, 0, 0, 3640, 3625, 1, 0, 0, 0, 3640, 3627, 1, 0, 0, 0, 3640, 3629, 1, 0, 0, 0, 3640, 3631, 1, 0, 0, 0, 3640, 3634, 1, 0, 0, 0, 3640, 3637, 1, 0, 0, 0, 3641, 3643, 1, 0, 0, 0, 3642, 3644, 3, 416, 208, 0, 3643, 3642, 1, 0, 0, 0, 3643, 3644, 1, 0, 0, 0, 3644, 3645, 1, 0, 0, 0, 3645, 3647, 3, 780, 390, 0, 3646, 3648, 3, 88, 44, 0, 3647, 3646, 1, 0, 0, 0, 3647, 3648, 1, 0, 0, 0, 3648, 3825, 1, 0, 0, 0, 3649, 3651, 5, 191, 0, 0, 3650, 3652, 5, 259, 0, 0, 3651, 3650, 1, 0, 0, 0, 3651, 3652, 1, 0, 0, 0, 3652, 3653, 1, 0, 0, 0, 3653, 3655, 5, 376, 0, 0, 3654, 3656, 3, 416, 208, 0, 3655, 3654, 1, 0, 0, 0, 3655, 3656, 1, 0, 0, 0, 3656, 3657, 1, 0, 0, 0, 3657, 3662, 3, 774, 387, 0, 3658, 3659, 5, 6, 0, 0, 3659, 3661, 3, 774, 387, 0, 3660, 3658, 1, 0, 0, 0, 3661, 3664, 1, 0, 0, 0, 3662, 3660, 1, 0, 0, 0, 3662, 3663, 1, 0, 0, 0, 3663, 3666, 1, 0, 0, 0, 3664, 3662, 1, 0, 0, 0, 3665, 3667, 3, 88, 44, 0, 3666, 3665, 1, 0, 0, 0, 3666, 3667, 1, 0, 0, 0, 3667, 3825, 1, 0, 0, 0, 3668, 3670, 5, 191, 0, 0, 3669, 3671, 5, 63, 0, 0, 3670, 3669, 1, 0, 0, 0, 3670, 3671, 1, 0, 0, 0, 3671, 3672, 1, 0, 0, 0, 3672, 3674, 5, 92, 0, 0, 3673, 3675, 3, 416, 208, 0, 3674, 3673, 1, 0, 0, 0, 3674, 3675, 1, 0, 0, 0, 3675, 3676, 1, 0, 0, 0, 3676, 3678, 3, 758, 379, 0, 3677, 3679, 3, 88, 44, 0, 3678, 3677, 1, 0, 0, 0, 3678, 3679, 1, 0, 0, 0, 3679, 3825, 1, 0, 0, 0, 3680, 3681, 5, 191, 0, 0, 3681, 3683, 5, 323, 0, 0, 3682, 3684, 3, 416, 208, 0, 3683, 3682, 1, 0, 0, 0, 3683, 3684, 1, 0, 0, 0, 3684, 3685, 1, 0, 0, 0, 3685, 3687, 3, 760, 380, 0, 3686, 3688, 3, 88, 44, 0, 3687, 3686, 1, 0, 0, 0, 3687, 3688, 1, 0, 0, 0, 3688, 3825, 1, 0, 0, 0, 3689, 3690, 5, 191, 0, 0, 3690, 3692, 7, 45, 0, 0, 3691, 3693, 3, 416, 208, 0, 3692, 3691, 1, 0, 0, 0, 3692, 3693, 1, 0, 0, 0, 3693, 3694, 1, 0, 0, 0, 3694, 3695, 3, 816, 408, 0, 3695, 3696, 5, 80, 0, 0, 3696, 3698, 3, 310, 155, 0, 3697, 3699, 3, 88, 44, 0, 3698, 3697, 1, 0, 0, 0, 3698, 3699, 1, 0, 0, 0, 3699, 3825, 1, 0, 0, 0, 3700, 3701, 5, 191, 0, 0, 3701, 3703, 7, 33, 0, 0, 3702, 3704, 3, 416, 208, 0, 3703, 3702, 1, 0, 0, 0, 3703, 3704, 1, 0, 0, 0, 3704, 3705, 1, 0, 0, 0, 3705, 3710, 3, 646, 323, 0, 3706, 3707, 5, 6, 0, 0, 3707, 3709, 3, 646, 323, 0, 3708, 3706, 1, 0, 0, 0, 3709, 3712, 1, 0, 0, 0, 3710, 3708, 1, 0, 0, 0, 3710, 3711, 1, 0, 0, 0, 3711, 3714, 1, 0, 0, 0, 3712, 3710, 1, 0, 0, 0, 3713, 3715, 3, 88, 44, 0, 3714, 3713, 1, 0, 0, 0, 3714, 3715, 1, 0, 0, 0, 3715, 3825, 1, 0, 0, 0, 3716, 3717, 5, 191, 0, 0, 3717, 3718, 5, 226, 0, 0, 3718, 3720, 5, 109, 0, 0, 3719, 3721, 3, 416, 208, 0, 3720, 3719, 1, 0, 0, 0, 3720, 3721, 1, 0, 0, 0, 3721, 3722, 1, 0, 0, 0, 3722, 3724, 3, 308, 154, 0, 3723, 3725, 3, 88, 44, 0, 3724, 3723, 1, 0, 0, 0, 3724, 3725, 1, 0, 0, 0, 3725, 3825, 1, 0, 0, 0, 3726, 3727, 5, 191, 0, 0, 3727, 3729, 5, 41, 0, 0, 3728, 3730, 3, 416, 208, 0, 3729, 3728, 1, 0, 0, 0, 3729, 3730, 1, 0, 0, 0, 3730, 3731, 1, 0, 0, 0, 3731, 3732, 5, 2, 0, 0, 3732, 3733, 3, 646, 323, 0, 3733, 3734, 5, 36, 0, 0, 3734, 3735, 3, 646, 323, 0, 3735, 3737, 5, 3, 0, 0, 3736, 3738, 3, 88, 44, 0, 3737, 3736, 1, 0, 0, 0, 3737, 3738, 1, 0, 0, 0, 3738, 3825, 1, 0, 0, 0, 3739, 3740, 5, 191, 0, 0, 3740, 3741, 5, 278, 0, 0, 3741, 3743, 7, 32, 0, 0, 3742, 3744, 3, 416, 208, 0, 3743, 3742, 1, 0, 0, 0, 3743, 3744, 1, 0, 0, 0, 3744, 3745, 1, 0, 0, 0, 3745, 3746, 3, 310, 155, 0, 3746, 3748, 3, 164, 82, 0, 3747, 3749, 3, 88, 44, 0, 3748, 3747, 1, 0, 0, 0, 3748, 3749, 1, 0, 0, 0, 3749, 3825, 1, 0, 0, 0, 3750, 3751, 5, 191, 0, 0, 3751, 3752, 5, 281, 0, 0, 3752, 3753, 5, 147, 0, 0, 3753, 3755, 3, 814, 407, 0, 3754, 3756, 3, 88, 44, 0, 3755, 3754, 1, 0, 0, 0, 3755, 3756, 1, 0, 0, 0, 3756, 3825, 1, 0, 0, 0, 3757, 3758, 5, 191, 0, 0, 3758, 3760, 5, 451, 0, 0, 3759, 3761, 3, 416, 208, 0, 3760, 3759, 1, 0, 0, 0, 3760, 3761, 1, 0, 0, 0, 3761, 3762, 1, 0, 0, 0, 3762, 3764, 3, 816, 408, 0, 3763, 3765, 3, 88, 44, 0, 3764, 3763, 1, 0, 0, 0, 3764, 3765, 1, 0, 0, 0, 3765, 3825, 1, 0, 0, 0, 3766, 3767, 5, 191, 0, 0, 3767, 3769, 5, 351, 0, 0, 3768, 3770, 3, 416, 208, 0, 3769, 3768, 1, 0, 0, 0, 3769, 3770, 1, 0, 0, 0, 3770, 3771, 1, 0, 0, 0, 3771, 3825, 3, 766, 383, 0, 3772, 3773, 5, 191, 0, 0, 3773, 3775, 5, 443, 0, 0, 3774, 3776, 3, 416, 208, 0, 3775, 3774, 1, 0, 0, 0, 3775, 3776, 1, 0, 0, 0, 3776, 3777, 1, 0, 0, 0, 3777, 3778, 5, 62, 0, 0, 3778, 3779, 3, 646, 323, 0, 3779, 3780, 5, 247, 0, 0, 3780, 3782, 3, 816, 408, 0, 3781, 3783, 3, 88, 44, 0, 3782, 3781, 1, 0, 0, 0, 3782, 3783, 1, 0, 0, 0, 3783, 3825, 1, 0, 0, 0, 3784, 3785, 5, 191, 0, 0, 3785, 3787, 7, 46, 0, 0, 3786, 3788, 3, 416, 208, 0, 3787, 3786, 1, 0, 0, 0, 3787, 3788, 1, 0, 0, 0, 3788, 3789, 1, 0, 0, 0, 3789, 3825, 3, 814, 407, 0, 3790, 3791, 5, 191, 0, 0, 3791, 3792, 5, 99, 0, 0, 3792, 3794, 5, 257, 0, 0, 3793, 3795, 3, 416, 208, 0, 3794, 3793, 1, 0, 0, 0, 3794, 3795, 1, 0, 0, 0, 3795, 3796, 1, 0, 0, 0, 3796, 3799, 5, 62, 0, 0, 3797, 3800, 3, 812, 406, 0, 3798, 3800, 5, 99, 0, 0, 3799, 3797, 1, 0, 0, 0, 3799, 3798, 1, 0, 0, 0, 3800, 3801, 1, 0, 0, 0, 3801, 3802, 5, 331, 0, 0, 3802, 3825, 3, 816, 408, 0, 3803, 3804, 5, 191, 0, 0, 3804, 3806, 5, 175, 0, 0, 3805, 3807, 3, 416, 208, 0, 3806, 3805, 1, 0, 0, 0, 3806, 3807, 1, 0, 0, 0, 3807, 3808, 1, 0, 0, 0, 3808, 3822, 3, 784, 392, 0, 3809, 3811, 5, 105, 0, 0, 3810, 3809, 1, 0, 0, 0, 3810, 3811, 1, 0, 0, 0, 3811, 3812, 1, 0, 0, 0, 3812, 3813, 5, 2, 0, 0, 3813, 3818, 5, 209, 0, 0, 3814, 3815, 5, 6, 0, 0, 3815, 3817, 5, 209, 0, 0, 3816, 3814, 1, 0, 0, 0, 3817, 3820, 1, 0, 0, 0, 3818, 3816, 1, 0, 0, 0, 3818, 3819, 1, 0, 0, 0, 3819, 3821, 1, 0, 0, 0, 3820, 3818, 1, 0, 0, 0, 3821, 3823, 5, 3, 0, 0, 3822, 3810, 1, 0, 0, 0, 3822, 3823, 1, 0, 0, 0, 3823, 3825, 1, 0, 0, 0, 3824, 3617, 1, 0, 0, 0, 3824, 3649, 1, 0, 0, 0, 3824, 3668, 1, 0, 0, 0, 3824, 3680, 1, 0, 0, 0, 3824, 3689, 1, 0, 0, 0, 3824, 3700, 1, 0, 0, 0, 3824, 3716, 1, 0, 0, 0, 3824, 3726, 1, 0, 0, 0, 3824, 3739, 1, 0, 0, 0, 3824, 3750, 1, 0, 0, 0, 3824, 3757, 1, 0, 0, 0, 3824, 3766, 1, 0, 0, 0, 3824, 3772, 1, 0, 0, 0, 3824, 3784, 1, 0, 0, 0, 3824, 3790, 1, 0, 0, 0, 3824, 3803, 1, 0, 0, 0, 3825, 303, 1, 0, 0, 0, 3826, 3828, 5, 63, 0, 0, 3827, 3826, 1, 0, 0, 0, 3827, 3828, 1, 0, 0, 0, 3828, 3829, 1, 0, 0, 0, 3829, 3830, 5, 92, 0, 0, 3830, 3843, 3, 770, 385, 0, 3831, 3833, 5, 259, 0, 0, 3832, 3831, 1, 0, 0, 0, 3832, 3833, 1, 0, 0, 0, 3833, 3834, 1, 0, 0, 0, 3834, 3835, 5, 376, 0, 0, 3835, 3843, 3, 774, 387, 0, 3836, 3837, 7, 47, 0, 0, 3837, 3843, 3, 310, 155, 0, 3838, 3839, 5, 355, 0, 0, 3839, 3840, 5, 325, 0, 0, 3840, 3841, 7, 42, 0, 0, 3841, 3843, 3, 310, 155, 0, 3842, 3827, 1, 0, 0, 0, 3842, 3832, 1, 0, 0, 0, 3842, 3836, 1, 0, 0, 0, 3842, 3838, 1, 0, 0, 0, 3843, 305, 1, 0, 0, 0, 3844, 3845, 5, 198, 0, 0, 3845, 3861, 5, 357, 0, 0, 3846, 3847, 5, 131, 0, 0, 3847, 3861, 5, 446, 0, 0, 3848, 3861, 5, 204, 0, 0, 3849, 3861, 5, 452, 0, 0, 3850, 3861, 5, 331, 0, 0, 3851, 3861, 5, 318, 0, 0, 3852, 3861, 5, 451, 0, 0, 3853, 3854, 5, 63, 0, 0, 3854, 3855, 5, 174, 0, 0, 3855, 3861, 5, 381, 0, 0, 3856, 3858, 5, 295, 0, 0, 3857, 3856, 1, 0, 0, 0, 3857, 3858, 1, 0, 0, 0, 3858, 3859, 1, 0, 0, 0, 3859, 3861, 5, 247, 0, 0, 3860, 3844, 1, 0, 0, 0, 3860, 3846, 1, 0, 0, 0, 3860, 3848, 1, 0, 0, 0, 3860, 3849, 1, 0, 0, 0, 3860, 3850, 1, 0, 0, 0, 3860, 3851, 1, 0, 0, 0, 3860, 3852, 1, 0, 0, 0, 3860, 3853, 1, 0, 0, 0, 3860, 3857, 1, 0, 0, 0, 3861, 3862, 1, 0, 0, 0, 3862, 3869, 3, 816, 408, 0, 3863, 3864, 5, 323, 0, 0, 3864, 3869, 3, 786, 393, 0, 3865, 3866, 5, 175, 0, 0, 3866, 3869, 3, 784, 392, 0, 3867, 3869, 3, 170, 85, 0, 3868, 3860, 1, 0, 0, 0, 3868, 3863, 1, 0, 0, 0, 3868, 3865, 1, 0, 0, 0, 3868, 3867, 1, 0, 0, 0, 3869, 307, 1, 0, 0, 0, 3870, 3875, 3, 310, 155, 0, 3871, 3872, 5, 6, 0, 0, 3872, 3874, 3, 310, 155, 0, 3873, 3871, 1, 0, 0, 0, 3874, 3877, 1, 0, 0, 0, 3875, 3873, 1, 0, 0, 0, 3875, 3876, 1, 0, 0, 0, 3876, 309, 1, 0, 0, 0, 3877, 3875, 1, 0, 0, 0, 3878, 3880, 3, 816, 408, 0, 3879, 3881, 3, 312, 156, 0, 3880, 3879, 1, 0, 0, 0, 3880, 3881, 1, 0, 0, 0, 3881, 311, 1, 0, 0, 0, 3882, 3883, 5, 11, 0, 0, 3883, 3885, 3, 822, 411, 0, 3884, 3882, 1, 0, 0, 0, 3885, 3886, 1, 0, 0, 0, 3886, 3884, 1, 0, 0, 0, 3886, 3887, 1, 0, 0, 0, 3887, 313, 1, 0, 0, 0, 3888, 3890, 5, 358, 0, 0, 3889, 3891, 5, 92, 0, 0, 3890, 3889, 1, 0, 0, 0, 3890, 3891, 1, 0, 0, 0, 3891, 3892, 1, 0, 0, 0, 3892, 3897, 3, 316, 158, 0, 3893, 3894, 5, 6, 0, 0, 3894, 3896, 3, 316, 158, 0, 3895, 3893, 1, 0, 0, 0, 3896, 3899, 1, 0, 0, 0, 3897, 3895, 1, 0, 0, 0, 3897, 3898, 1, 0, 0, 0, 3898, 3902, 1, 0, 0, 0, 3899, 3897, 1, 0, 0, 0, 3900, 3901, 7, 48, 0, 0, 3901, 3903, 5, 219, 0, 0, 3902, 3900, 1, 0, 0, 0, 3902, 3903, 1, 0, 0, 0, 3903, 3905, 1, 0, 0, 0, 3904, 3906, 3, 88, 44, 0, 3905, 3904, 1, 0, 0, 0, 3905, 3906, 1, 0, 0, 0, 3906, 315, 1, 0, 0, 0, 3907, 3909, 5, 81, 0, 0, 3908, 3907, 1, 0, 0, 0, 3908, 3909, 1, 0, 0, 0, 3909, 3910, 1, 0, 0, 0, 3910, 3912, 3, 770, 385, 0, 3911, 3913, 5, 9, 0, 0, 3912, 3911, 1, 0, 0, 0, 3912, 3913, 1, 0, 0, 0, 3913, 317, 1, 0, 0, 0, 3914, 3915, 5, 159, 0, 0, 3915, 3974, 5, 80, 0, 0, 3916, 3975, 3, 304, 152, 0, 3917, 3975, 3, 306, 153, 0, 3918, 3919, 5, 44, 0, 0, 3919, 3921, 3, 816, 408, 0, 3920, 3922, 3, 312, 156, 0, 3921, 3920, 1, 0, 0, 0, 3921, 3922, 1, 0, 0, 0, 3922, 3923, 1, 0, 0, 0, 3923, 3924, 5, 11, 0, 0, 3924, 3925, 3, 796, 398, 0, 3925, 3975, 1, 0, 0, 0, 3926, 3927, 7, 33, 0, 0, 3927, 3975, 3, 646, 323, 0, 3928, 3929, 5, 136, 0, 0, 3929, 3975, 3, 388, 194, 0, 3930, 3931, 5, 211, 0, 0, 3931, 3975, 3, 376, 188, 0, 3932, 3933, 5, 278, 0, 0, 3933, 3975, 3, 410, 205, 0, 3934, 3935, 5, 45, 0, 0, 3935, 3936, 3, 816, 408, 0, 3936, 3942, 5, 80, 0, 0, 3937, 3943, 3, 770, 385, 0, 3938, 3940, 5, 189, 0, 0, 3939, 3938, 1, 0, 0, 0, 3939, 3940, 1, 0, 0, 0, 3940, 3941, 1, 0, 0, 0, 3941, 3943, 3, 310, 155, 0, 3942, 3937, 1, 0, 0, 0, 3942, 3939, 1, 0, 0, 0, 3943, 3975, 1, 0, 0, 0, 3944, 3945, 7, 45, 0, 0, 3945, 3946, 3, 816, 408, 0, 3946, 3947, 5, 80, 0, 0, 3947, 3948, 3, 310, 155, 0, 3948, 3975, 1, 0, 0, 0, 3949, 3950, 5, 296, 0, 0, 3950, 3975, 3, 372, 186, 0, 3951, 3952, 5, 442, 0, 0, 3952, 3975, 3, 368, 184, 0, 3953, 3954, 5, 443, 0, 0, 3954, 3955, 5, 62, 0, 0, 3955, 3956, 3, 646, 323, 0, 3956, 3957, 5, 247, 0, 0, 3957, 3958, 3, 816, 408, 0, 3958, 3975, 1, 0, 0, 0, 3959, 3960, 5, 278, 0, 0, 3960, 3961, 7, 32, 0, 0, 3961, 3962, 3, 310, 155, 0, 3962, 3963, 3, 164, 82, 0, 3963, 3975, 1, 0, 0, 0, 3964, 3965, 5, 248, 0, 0, 3965, 3966, 5, 274, 0, 0, 3966, 3975, 3, 196, 98, 0, 3967, 3968, 5, 41, 0, 0, 3968, 3969, 5, 2, 0, 0, 3969, 3970, 3, 646, 323, 0, 3970, 3971, 5, 36, 0, 0, 3971, 3972, 3, 646, 323, 0, 3972, 3973, 5, 3, 0, 0, 3973, 3975, 1, 0, 0, 0, 3974, 3916, 1, 0, 0, 0, 3974, 3917, 1, 0, 0, 0, 3974, 3918, 1, 0, 0, 0, 3974, 3926, 1, 0, 0, 0, 3974, 3928, 1, 0, 0, 0, 3974, 3930, 1, 0, 0, 0, 3974, 3932, 1, 0, 0, 0, 3974, 3934, 1, 0, 0, 0, 3974, 3944, 1, 0, 0, 0, 3974, 3949, 1, 0, 0, 0, 3974, 3951, 1, 0, 0, 0, 3974, 3953, 1, 0, 0, 0, 3974, 3959, 1, 0, 0, 0, 3974, 3964, 1, 0, 0, 0, 3974, 3967, 1, 0, 0, 0, 3975, 3976, 1, 0, 0, 0, 3976, 3979, 5, 116, 0, 0, 3977, 3980, 3, 806, 403, 0, 3978, 3980, 5, 78, 0, 0, 3979, 3977, 1, 0, 0, 0, 3979, 3978, 1, 0, 0, 0, 3980, 319, 1, 0, 0, 0, 3981, 3982, 5, 327, 0, 0, 3982, 3985, 5, 246, 0, 0, 3983, 3984, 5, 62, 0, 0, 3984, 3986, 3, 58, 29, 0, 3985, 3983, 1, 0, 0, 0, 3985, 3986, 1, 0, 0, 0, 3986, 3987, 1, 0, 0, 0, 3987, 4005, 5, 80, 0, 0, 3988, 3989, 7, 33, 0, 0, 3989, 4006, 3, 646, 323, 0, 3990, 3991, 5, 136, 0, 0, 3991, 4006, 3, 388, 194, 0, 3992, 3993, 5, 44, 0, 0, 3993, 4006, 3, 796, 398, 0, 3994, 3995, 5, 211, 0, 0, 3995, 4006, 3, 376, 188, 0, 3996, 3997, 5, 248, 0, 0, 3997, 3998, 5, 274, 0, 0, 3998, 4006, 3, 196, 98, 0, 3999, 4000, 5, 296, 0, 0, 4000, 4006, 3, 372, 186, 0, 4001, 4002, 5, 442, 0, 0, 4002, 4006, 3, 368, 184, 0, 4003, 4006, 3, 304, 152, 0, 4004, 4006, 3, 306, 153, 0, 4005, 3988, 1, 0, 0, 0, 4005, 3990, 1, 0, 0, 0, 4005, 3992, 1, 0, 0, 0, 4005, 3994, 1, 0, 0, 0, 4005, 3996, 1, 0, 0, 0, 4005, 3999, 1, 0, 0, 0, 4005, 4001, 1, 0, 0, 0, 4005, 4003, 1, 0, 0, 0, 4005, 4004, 1, 0, 0, 0, 4006, 4007, 1, 0, 0, 0, 4007, 4010, 5, 116, 0, 0, 4008, 4011, 3, 806, 403, 0, 4009, 4011, 5, 78, 0, 0, 4010, 4008, 1, 0, 0, 0, 4010, 4009, 1, 0, 0, 0, 4011, 321, 1, 0, 0, 0, 4012, 4013, 7, 49, 0, 0, 4013, 4014, 3, 324, 162, 0, 4014, 323, 1, 0, 0, 0, 4015, 4017, 7, 50, 0, 0, 4016, 4015, 1, 0, 0, 0, 4016, 4017, 1, 0, 0, 0, 4017, 4019, 1, 0, 0, 0, 4018, 4020, 3, 326, 163, 0, 4019, 4018, 1, 0, 0, 0, 4019, 4020, 1, 0, 0, 0, 4020, 4021, 1, 0, 0, 0, 4021, 4059, 3, 816, 408, 0, 4022, 4024, 7, 51, 0, 0, 4023, 4022, 1, 0, 0, 0, 4023, 4024, 1, 0, 0, 0, 4024, 4025, 1, 0, 0, 0, 4025, 4027, 3, 810, 405, 0, 4026, 4028, 3, 326, 163, 0, 4027, 4026, 1, 0, 0, 0, 4027, 4028, 1, 0, 0, 0, 4028, 4029, 1, 0, 0, 0, 4029, 4030, 3, 816, 408, 0, 4030, 4059, 1, 0, 0, 0, 4031, 4033, 5, 210, 0, 0, 4032, 4034, 3, 810, 405, 0, 4033, 4032, 1, 0, 0, 0, 4033, 4034, 1, 0, 0, 0, 4034, 4036, 1, 0, 0, 0, 4035, 4037, 3, 326, 163, 0, 4036, 4035, 1, 0, 0, 0, 4036, 4037, 1, 0, 0, 0, 4037, 4038, 1, 0, 0, 0, 4038, 4059, 3, 816, 408, 0, 4039, 4041, 5, 210, 0, 0, 4040, 4039, 1, 0, 0, 0, 4040, 4041, 1, 0, 0, 0, 4041, 4042, 1, 0, 0, 0, 4042, 4044, 5, 30, 0, 0, 4043, 4045, 3, 326, 163, 0, 4044, 4043, 1, 0, 0, 0, 4044, 4045, 1, 0, 0, 0, 4045, 4046, 1, 0, 0, 0, 4046, 4059, 3, 816, 408, 0, 4047, 4052, 5, 144, 0, 0, 4048, 4050, 5, 30, 0, 0, 4049, 4048, 1, 0, 0, 0, 4049, 4050, 1, 0, 0, 0, 4050, 4053, 1, 0, 0, 0, 4051, 4053, 3, 810, 405, 0, 4052, 4049, 1, 0, 0, 0, 4052, 4051, 1, 0, 0, 0, 4053, 4055, 1, 0, 0, 0, 4054, 4056, 3, 326, 163, 0, 4055, 4054, 1, 0, 0, 0, 4055, 4056, 1, 0, 0, 0, 4056, 4057, 1, 0, 0, 0, 4057, 4059, 3, 816, 408, 0, 4058, 4016, 1, 0, 0, 0, 4058, 4023, 1, 0, 0, 0, 4058, 4031, 1, 0, 0, 0, 4058, 4040, 1, 0, 0, 0, 4058, 4047, 1, 0, 0, 0, 4059, 325, 1, 0, 0, 0, 4060, 4061, 7, 52, 0, 0, 4061, 327, 1, 0, 0, 0, 4062, 4063, 5, 65, 0, 0, 4063, 4064, 3, 332, 166, 0, 4064, 4065, 5, 80, 0, 0, 4065, 4066, 3, 338, 169, 0, 4066, 4067, 5, 94, 0, 0, 4067, 4071, 3, 340, 170, 0, 4068, 4069, 5, 105, 0, 0, 4069, 4070, 5, 65, 0, 0, 4070, 4072, 5, 279, 0, 0, 4071, 4068, 1, 0, 0, 0, 4071, 4072, 1, 0, 0, 0, 4072, 329, 1, 0, 0, 0, 4073, 4077, 5, 317, 0, 0, 4074, 4075, 5, 65, 0, 0, 4075, 4076, 5, 279, 0, 0, 4076, 4078, 5, 62, 0, 0, 4077, 4074, 1, 0, 0, 0, 4077, 4078, 1, 0, 0, 0, 4078, 4079, 1, 0, 0, 0, 4079, 4080, 3, 332, 166, 0, 4080, 4081, 5, 80, 0, 0, 4081, 4082, 3, 338, 169, 0, 4082, 4083, 5, 64, 0, 0, 4083, 4085, 3, 340, 170, 0, 4084, 4086, 3, 88, 44, 0, 4085, 4084, 1, 0, 0, 0, 4085, 4086, 1, 0, 0, 0, 4086, 331, 1, 0, 0, 0, 4087, 4092, 3, 336, 168, 0, 4088, 4089, 5, 6, 0, 0, 4089, 4091, 3, 336, 168, 0, 4090, 4088, 1, 0, 0, 0, 4091, 4094, 1, 0, 0, 0, 4092, 4090, 1, 0, 0, 0, 4092, 4093, 1, 0, 0, 0, 4093, 4111, 1, 0, 0, 0, 4094, 4092, 1, 0, 0, 0, 4095, 4097, 5, 30, 0, 0, 4096, 4098, 5, 294, 0, 0, 4097, 4096, 1, 0, 0, 0, 4097, 4098, 1, 0, 0, 0, 4098, 4100, 1, 0, 0, 0, 4099, 4101, 3, 138, 69, 0, 4100, 4099, 1, 0, 0, 0, 4100, 4101, 1, 0, 0, 0, 4101, 4111, 1, 0, 0, 0, 4102, 4107, 3, 334, 167, 0, 4103, 4104, 5, 6, 0, 0, 4104, 4106, 3, 334, 167, 0, 4105, 4103, 1, 0, 0, 0, 4106, 4109, 1, 0, 0, 0, 4107, 4105, 1, 0, 0, 0, 4107, 4108, 1, 0, 0, 0, 4108, 4111, 1, 0, 0, 0, 4109, 4107, 1, 0, 0, 0, 4110, 4087, 1, 0, 0, 0, 4110, 4095, 1, 0, 0, 0, 4110, 4102, 1, 0, 0, 0, 4111, 333, 1, 0, 0, 0, 4112, 4113, 7, 53, 0, 0, 4113, 335, 1, 0, 0, 0, 4114, 4119, 5, 88, 0, 0, 4115, 4119, 5, 86, 0, 0, 4116, 4119, 5, 46, 0, 0, 4117, 4119, 3, 816, 408, 0, 4118, 4114, 1, 0, 0, 0, 4118, 4115, 1, 0, 0, 0, 4118, 4116, 1, 0, 0, 0, 4118, 4117, 1, 0, 0, 0, 4119, 4121, 1, 0, 0, 0, 4120, 4122, 3, 138, 69, 0, 4121, 4120, 1, 0, 0, 0, 4121, 4122, 1, 0, 0, 0, 4122, 337, 1, 0, 0, 0, 4123, 4124, 5, 92, 0, 0, 4124, 4169, 3, 758, 379, 0, 4125, 4127, 5, 328, 0, 0, 4126, 4125, 1, 0, 0, 0, 4126, 4127, 1, 0, 0, 0, 4127, 4128, 1, 0, 0, 0, 4128, 4169, 3, 756, 378, 0, 4129, 4133, 5, 63, 0, 0, 4130, 4131, 5, 174, 0, 0, 4131, 4134, 5, 381, 0, 0, 4132, 4134, 5, 331, 0, 0, 4133, 4130, 1, 0, 0, 0, 4133, 4132, 1, 0, 0, 0, 4134, 4137, 1, 0, 0, 0, 4135, 4137, 5, 247, 0, 0, 4136, 4129, 1, 0, 0, 0, 4136, 4135, 1, 0, 0, 0, 4137, 4138, 1, 0, 0, 0, 4138, 4169, 3, 780, 390, 0, 4139, 4140, 5, 211, 0, 0, 4140, 4169, 3, 374, 187, 0, 4141, 4142, 5, 296, 0, 0, 4142, 4169, 3, 370, 185, 0, 4143, 4144, 5, 442, 0, 0, 4144, 4169, 3, 366, 183, 0, 4145, 4146, 5, 175, 0, 0, 4146, 4169, 3, 762, 381, 0, 4147, 4148, 7, 33, 0, 0, 4148, 4169, 3, 308, 154, 0, 4149, 4150, 5, 248, 0, 0, 4150, 4151, 5, 274, 0, 0, 4151, 4156, 3, 196, 98, 0, 4152, 4153, 5, 6, 0, 0, 4153, 4155, 3, 196, 98, 0, 4154, 4152, 1, 0, 0, 0, 4155, 4158, 1, 0, 0, 0, 4156, 4154, 1, 0, 0, 0, 4156, 4157, 1, 0, 0, 0, 4157, 4169, 1, 0, 0, 0, 4158, 4156, 1, 0, 0, 0, 4159, 4160, 5, 323, 0, 0, 4160, 4169, 3, 760, 380, 0, 4161, 4162, 5, 351, 0, 0, 4162, 4169, 3, 778, 389, 0, 4163, 4164, 5, 30, 0, 0, 4164, 4165, 7, 54, 0, 0, 4165, 4166, 5, 68, 0, 0, 4166, 4167, 5, 323, 0, 0, 4167, 4169, 3, 760, 380, 0, 4168, 4123, 1, 0, 0, 0, 4168, 4126, 1, 0, 0, 0, 4168, 4136, 1, 0, 0, 0, 4168, 4139, 1, 0, 0, 0, 4168, 4141, 1, 0, 0, 0, 4168, 4143, 1, 0, 0, 0, 4168, 4145, 1, 0, 0, 0, 4168, 4147, 1, 0, 0, 0, 4168, 4149, 1, 0, 0, 0, 4168, 4159, 1, 0, 0, 0, 4168, 4161, 1, 0, 0, 0, 4168, 4163, 1, 0, 0, 0, 4169, 339, 1, 0, 0, 0, 4170, 4172, 5, 66, 0, 0, 4171, 4170, 1, 0, 0, 0, 4171, 4172, 1, 0, 0, 0, 4172, 4173, 1, 0, 0, 0, 4173, 4174, 3, 812, 406, 0, 4174, 4182, 1, 0, 0, 0, 4175, 4177, 5, 6, 0, 0, 4176, 4178, 5, 66, 0, 0, 4177, 4176, 1, 0, 0, 0, 4177, 4178, 1, 0, 0, 0, 4178, 4179, 1, 0, 0, 0, 4179, 4181, 3, 812, 406, 0, 4180, 4175, 1, 0, 0, 0, 4181, 4184, 1, 0, 0, 0, 4182, 4180, 1, 0, 0, 0, 4182, 4183, 1, 0, 0, 0, 4183, 341, 1, 0, 0, 0, 4184, 4182, 1, 0, 0, 0, 4185, 4186, 5, 65, 0, 0, 4186, 4191, 3, 336, 168, 0, 4187, 4188, 5, 6, 0, 0, 4188, 4190, 3, 336, 168, 0, 4189, 4187, 1, 0, 0, 0, 4190, 4193, 1, 0, 0, 0, 4191, 4189, 1, 0, 0, 0, 4191, 4192, 1, 0, 0, 0, 4192, 4194, 1, 0, 0, 0, 4193, 4191, 1, 0, 0, 0, 4194, 4195, 5, 94, 0, 0, 4195, 4199, 3, 814, 407, 0, 4196, 4197, 5, 105, 0, 0, 4197, 4198, 5, 134, 0, 0, 4198, 4200, 5, 279, 0, 0, 4199, 4196, 1, 0, 0, 0, 4199, 4200, 1, 0, 0, 0, 4200, 4204, 1, 0, 0, 0, 4201, 4202, 5, 214, 0, 0, 4202, 4203, 5, 147, 0, 0, 4203, 4205, 3, 812, 406, 0, 4204, 4201, 1, 0, 0, 0, 4204, 4205, 1, 0, 0, 0, 4205, 343, 1, 0, 0, 0, 4206, 4210, 5, 317, 0, 0, 4207, 4208, 5, 134, 0, 0, 4208, 4209, 5, 279, 0, 0, 4209, 4211, 5, 62, 0, 0, 4210, 4207, 1, 0, 0, 0, 4210, 4211, 1, 0, 0, 0, 4211, 4212, 1, 0, 0, 0, 4212, 4217, 3, 336, 168, 0, 4213, 4214, 5, 6, 0, 0, 4214, 4216, 3, 336, 168, 0, 4215, 4213, 1, 0, 0, 0, 4216, 4219, 1, 0, 0, 0, 4217, 4215, 1, 0, 0, 0, 4217, 4218, 1, 0, 0, 0, 4218, 4220, 1, 0, 0, 0, 4219, 4217, 1, 0, 0, 0, 4220, 4221, 5, 64, 0, 0, 4221, 4225, 3, 814, 407, 0, 4222, 4223, 5, 214, 0, 0, 4223, 4224, 5, 147, 0, 0, 4224, 4226, 3, 812, 406, 0, 4225, 4222, 1, 0, 0, 0, 4225, 4226, 1, 0, 0, 0, 4226, 4228, 1, 0, 0, 0, 4227, 4229, 3, 88, 44, 0, 4228, 4227, 1, 0, 0, 0, 4228, 4229, 1, 0, 0, 0, 4229, 345, 1, 0, 0, 0, 4230, 4231, 5, 138, 0, 0, 4231, 4232, 5, 53, 0, 0, 4232, 4241, 5, 294, 0, 0, 4233, 4234, 5, 68, 0, 0, 4234, 4235, 5, 323, 0, 0, 4235, 4240, 3, 760, 380, 0, 4236, 4237, 5, 62, 0, 0, 4237, 4238, 7, 2, 0, 0, 4238, 4240, 3, 814, 407, 0, 4239, 4233, 1, 0, 0, 0, 4239, 4236, 1, 0, 0, 0, 4240, 4243, 1, 0, 0, 0, 4241, 4239, 1, 0, 0, 0, 4241, 4242, 1, 0, 0, 0, 4242, 4244, 1, 0, 0, 0, 4243, 4241, 1, 0, 0, 0, 4244, 4245, 3, 348, 174, 0, 4245, 347, 1, 0, 0, 0, 4246, 4247, 5, 65, 0, 0, 4247, 4248, 3, 332, 166, 0, 4248, 4249, 5, 80, 0, 0, 4249, 4250, 3, 350, 175, 0, 4250, 4251, 5, 94, 0, 0, 4251, 4255, 3, 340, 170, 0, 4252, 4253, 5, 105, 0, 0, 4253, 4254, 5, 65, 0, 0, 4254, 4256, 5, 279, 0, 0, 4255, 4252, 1, 0, 0, 0, 4255, 4256, 1, 0, 0, 0, 4256, 4272, 1, 0, 0, 0, 4257, 4261, 5, 317, 0, 0, 4258, 4259, 5, 65, 0, 0, 4259, 4260, 5, 279, 0, 0, 4260, 4262, 5, 62, 0, 0, 4261, 4258, 1, 0, 0, 0, 4261, 4262, 1, 0, 0, 0, 4262, 4263, 1, 0, 0, 0, 4263, 4264, 3, 332, 166, 0, 4264, 4265, 5, 80, 0, 0, 4265, 4266, 3, 350, 175, 0, 4266, 4267, 5, 64, 0, 0, 4267, 4269, 3, 340, 170, 0, 4268, 4270, 3, 88, 44, 0, 4269, 4268, 1, 0, 0, 0, 4269, 4270, 1, 0, 0, 0, 4270, 4272, 1, 0, 0, 0, 4271, 4246, 1, 0, 0, 0, 4271, 4257, 1, 0, 0, 0, 4272, 349, 1, 0, 0, 0, 4273, 4274, 7, 55, 0, 0, 4274, 351, 1, 0, 0, 0, 4275, 4277, 5, 46, 0, 0, 4276, 4278, 5, 98, 0, 0, 4277, 4276, 1, 0, 0, 0, 4277, 4278, 1, 0, 0, 0, 4278, 4279, 1, 0, 0, 0, 4279, 4281, 5, 226, 0, 0, 4280, 4282, 5, 109, 0, 0, 4281, 4280, 1, 0, 0, 0, 4281, 4282, 1, 0, 0, 0, 4282, 4284, 1, 0, 0, 0, 4283, 4285, 3, 288, 144, 0, 4284, 4283, 1, 0, 0, 0, 4284, 4285, 1, 0, 0, 0, 4285, 4287, 1, 0, 0, 0, 4286, 4288, 3, 816, 408, 0, 4287, 4286, 1, 0, 0, 0, 4287, 4288, 1, 0, 0, 0, 4288, 4289, 1, 0, 0, 0, 4289, 4290, 5, 80, 0, 0, 4290, 4292, 3, 618, 309, 0, 4291, 4293, 3, 164, 82, 0, 4292, 4291, 1, 0, 0, 0, 4292, 4293, 1, 0, 0, 0, 4293, 4294, 1, 0, 0, 0, 4294, 4297, 3, 354, 177, 0, 4295, 4296, 5, 441, 0, 0, 4296, 4298, 3, 354, 177, 0, 4297, 4295, 1, 0, 0, 0, 4297, 4298, 1, 0, 0, 0, 4298, 4304, 1, 0, 0, 0, 4299, 4301, 5, 273, 0, 0, 4300, 4302, 5, 77, 0, 0, 4301, 4300, 1, 0, 0, 0, 4301, 4302, 1, 0, 0, 0, 4302, 4303, 1, 0, 0, 0, 4303, 4305, 5, 56, 0, 0, 4304, 4299, 1, 0, 0, 0, 4304, 4305, 1, 0, 0, 0, 4305, 4307, 1, 0, 0, 0, 4306, 4308, 3, 94, 47, 0, 4307, 4306, 1, 0, 0, 0, 4307, 4308, 1, 0, 0, 0, 4308, 4310, 1, 0, 0, 0, 4309, 4311, 3, 170, 85, 0, 4310, 4309, 1, 0, 0, 0, 4310, 4311, 1, 0, 0, 0, 4311, 4313, 1, 0, 0, 0, 4312, 4314, 3, 632, 316, 0, 4313, 4312, 1, 0, 0, 0, 4313, 4314, 1, 0, 0, 0, 4314, 353, 1, 0, 0, 0, 4315, 4316, 5, 2, 0, 0, 4316, 4321, 3, 356, 178, 0, 4317, 4318, 5, 6, 0, 0, 4318, 4320, 3, 356, 178, 0, 4319, 4317, 1, 0, 0, 0, 4320, 4323, 1, 0, 0, 0, 4321, 4319, 1, 0, 0, 0, 4321, 4322, 1, 0, 0, 0, 4322, 4324, 1, 0, 0, 0, 4323, 4321, 1, 0, 0, 0, 4324, 4325, 5, 3, 0, 0, 4325, 355, 1, 0, 0, 0, 4326, 4333, 3, 796, 398, 0, 4327, 4333, 3, 682, 341, 0, 4328, 4329, 5, 2, 0, 0, 4329, 4330, 3, 668, 334, 0, 4330, 4331, 5, 3, 0, 0, 4331, 4333, 1, 0, 0, 0, 4332, 4326, 1, 0, 0, 0, 4332, 4327, 1, 0, 0, 0, 4332, 4328, 1, 0, 0, 0, 4333, 4335, 1, 0, 0, 0, 4334, 4336, 3, 90, 45, 0, 4335, 4334, 1, 0, 0, 0, 4335, 4336, 1, 0, 0, 0, 4336, 4343, 1, 0, 0, 0, 4337, 4339, 3, 310, 155, 0, 4338, 4337, 1, 0, 0, 0, 4338, 4339, 1, 0, 0, 0, 4339, 4344, 1, 0, 0, 0, 4340, 4341, 3, 310, 155, 0, 4341, 4342, 3, 92, 46, 0, 4342, 4344, 1, 0, 0, 0, 4343, 4338, 1, 0, 0, 0, 4343, 4340, 1, 0, 0, 0, 4344, 4346, 1, 0, 0, 0, 4345, 4347, 7, 56, 0, 0, 4346, 4345, 1, 0, 0, 0, 4346, 4347, 1, 0, 0, 0, 4347, 4350, 1, 0, 0, 0, 4348, 4349, 5, 273, 0, 0, 4349, 4351, 7, 57, 0, 0, 4350, 4348, 1, 0, 0, 0, 4350, 4351, 1, 0, 0, 0, 4351, 357, 1, 0, 0, 0, 4352, 4354, 5, 46, 0, 0, 4353, 4355, 3, 360, 180, 0, 4354, 4353, 1, 0, 0, 0, 4354, 4355, 1, 0, 0, 0, 4355, 4360, 1, 0, 0, 0, 4356, 4357, 5, 211, 0, 0, 4357, 4361, 3, 802, 401, 0, 4358, 4359, 5, 296, 0, 0, 4359, 4361, 3, 794, 397, 0, 4360, 4356, 1, 0, 0, 0, 4360, 4358, 1, 0, 0, 0, 4361, 4362, 1, 0, 0, 0, 4362, 4371, 5, 2, 0, 0, 4363, 4368, 3, 384, 192, 0, 4364, 4365, 5, 6, 0, 0, 4365, 4367, 3, 384, 192, 0, 4366, 4364, 1, 0, 0, 0, 4367, 4370, 1, 0, 0, 0, 4368, 4366, 1, 0, 0, 0, 4368, 4369, 1, 0, 0, 0, 4369, 4372, 1, 0, 0, 0, 4370, 4368, 1, 0, 0, 0, 4371, 4363, 1, 0, 0, 0, 4371, 4372, 1, 0, 0, 0, 4372, 4373, 1, 0, 0, 0, 4373, 4374, 5, 3, 0, 0, 4374, 4391, 1, 0, 0, 0, 4375, 4389, 5, 316, 0, 0, 4376, 4390, 3, 382, 191, 0, 4377, 4378, 5, 92, 0, 0, 4378, 4379, 5, 2, 0, 0, 4379, 4384, 3, 396, 198, 0, 4380, 4381, 5, 6, 0, 0, 4381, 4383, 3, 396, 198, 0, 4382, 4380, 1, 0, 0, 0, 4383, 4386, 1, 0, 0, 0, 4384, 4382, 1, 0, 0, 0, 4384, 4385, 1, 0, 0, 0, 4385, 4387, 1, 0, 0, 0, 4386, 4384, 1, 0, 0, 0, 4387, 4388, 5, 3, 0, 0, 4388, 4390, 1, 0, 0, 0, 4389, 4376, 1, 0, 0, 0, 4389, 4377, 1, 0, 0, 0, 4390, 4392, 1, 0, 0, 0, 4391, 4375, 1, 0, 0, 0, 4391, 4392, 1, 0, 0, 0, 4392, 4394, 1, 0, 0, 0, 4393, 4395, 3, 392, 196, 0, 4394, 4393, 1, 0, 0, 0, 4395, 4396, 1, 0, 0, 0, 4396, 4394, 1, 0, 0, 0, 4396, 4397, 1, 0, 0, 0, 4397, 4403, 1, 0, 0, 0, 4398, 4399, 5, 105, 0, 0, 4399, 4400, 5, 2, 0, 0, 4400, 4401, 3, 780, 390, 0, 4401, 4402, 5, 3, 0, 0, 4402, 4404, 1, 0, 0, 0, 4403, 4398, 1, 0, 0, 0, 4403, 4404, 1, 0, 0, 0, 4404, 359, 1, 0, 0, 0, 4405, 4406, 5, 82, 0, 0, 4406, 4407, 5, 311, 0, 0, 4407, 361, 1, 0, 0, 0, 4408, 4410, 5, 2, 0, 0, 4409, 4411, 3, 364, 182, 0, 4410, 4409, 1, 0, 0, 0, 4410, 4411, 1, 0, 0, 0, 4411, 4412, 1, 0, 0, 0, 4412, 4413, 5, 3, 0, 0, 4413, 363, 1, 0, 0, 0, 4414, 4419, 3, 378, 189, 0, 4415, 4416, 5, 6, 0, 0, 4416, 4418, 3, 378, 189, 0, 4417, 4415, 1, 0, 0, 0, 4418, 4421, 1, 0, 0, 0, 4419, 4417, 1, 0, 0, 0, 4419, 4420, 1, 0, 0, 0, 4420, 365, 1, 0, 0, 0, 4421, 4419, 1, 0, 0, 0, 4422, 4427, 3, 368, 184, 0, 4423, 4424, 5, 6, 0, 0, 4424, 4426, 3, 368, 184, 0, 4425, 4423, 1, 0, 0, 0, 4426, 4429, 1, 0, 0, 0, 4427, 4425, 1, 0, 0, 0, 4427, 4428, 1, 0, 0, 0, 4428, 367, 1, 0, 0, 0, 4429, 4427, 1, 0, 0, 0, 4430, 4431, 3, 790, 395, 0, 4431, 4432, 3, 362, 181, 0, 4432, 4436, 1, 0, 0, 0, 4433, 4436, 3, 830, 415, 0, 4434, 4436, 3, 776, 388, 0, 4435, 4430, 1, 0, 0, 0, 4435, 4433, 1, 0, 0, 0, 4435, 4434, 1, 0, 0, 0, 4436, 369, 1, 0, 0, 0, 4437, 4442, 3, 372, 186, 0, 4438, 4439, 5, 6, 0, 0, 4439, 4441, 3, 372, 186, 0, 4440, 4438, 1, 0, 0, 0, 4441, 4444, 1, 0, 0, 0, 4442, 4440, 1, 0, 0, 0, 4442, 4443, 1, 0, 0, 0, 4443, 371, 1, 0, 0, 0, 4444, 4442, 1, 0, 0, 0, 4445, 4446, 3, 792, 396, 0, 4446, 4447, 3, 362, 181, 0, 4447, 4451, 1, 0, 0, 0, 4448, 4451, 3, 830, 415, 0, 4449, 4451, 3, 776, 388, 0, 4450, 4445, 1, 0, 0, 0, 4450, 4448, 1, 0, 0, 0, 4450, 4449, 1, 0, 0, 0, 4451, 373, 1, 0, 0, 0, 4452, 4457, 3, 376, 188, 0, 4453, 4454, 5, 6, 0, 0, 4454, 4456, 3, 376, 188, 0, 4455, 4453, 1, 0, 0, 0, 4456, 4459, 1, 0, 0, 0, 4457, 4455, 1, 0, 0, 0, 4457, 4458, 1, 0, 0, 0, 4458, 375, 1, 0, 0, 0, 4459, 4457, 1, 0, 0, 0, 4460, 4461, 3, 804, 402, 0, 4461, 4462, 3, 362, 181, 0, 4462, 4466, 1, 0, 0, 0, 4463, 4466, 3, 830, 415, 0, 4464, 4466, 3, 776, 388, 0, 4465, 4460, 1, 0, 0, 0, 4465, 4463, 1, 0, 0, 0, 4465, 4464, 1, 0, 0, 0, 4466, 377, 1, 0, 0, 0, 4467, 4469, 3, 380, 190, 0, 4468, 4470, 3, 818, 409, 0, 4469, 4468, 1, 0, 0, 0, 4469, 4470, 1, 0, 0, 0, 4470, 4476, 1, 0, 0, 0, 4471, 4473, 3, 818, 409, 0, 4472, 4474, 3, 380, 190, 0, 4473, 4472, 1, 0, 0, 0, 4473, 4474, 1, 0, 0, 0, 4474, 4476, 1, 0, 0, 0, 4475, 4467, 1, 0, 0, 0, 4475, 4471, 1, 0, 0, 0, 4475, 4476, 1, 0, 0, 0, 4476, 4477, 1, 0, 0, 0, 4477, 4478, 3, 382, 191, 0, 4478, 379, 1, 0, 0, 0, 4479, 4481, 5, 68, 0, 0, 4480, 4482, 5, 453, 0, 0, 4481, 4480, 1, 0, 0, 0, 4481, 4482, 1, 0, 0, 0, 4482, 4487, 1, 0, 0, 0, 4483, 4487, 5, 453, 0, 0, 4484, 4487, 5, 400, 0, 0, 4485, 4487, 5, 101, 0, 0, 4486, 4479, 1, 0, 0, 0, 4486, 4483, 1, 0, 0, 0, 4486, 4484, 1, 0, 0, 0, 4486, 4485, 1, 0, 0, 0, 4487, 381, 1, 0, 0, 0, 4488, 4498, 3, 646, 323, 0, 4489, 4491, 5, 415, 0, 0, 4490, 4489, 1, 0, 0, 0, 4490, 4491, 1, 0, 0, 0, 4491, 4492, 1, 0, 0, 0, 4492, 4493, 3, 818, 409, 0, 4493, 4494, 3, 312, 156, 0, 4494, 4495, 5, 27, 0, 0, 4495, 4496, 5, 360, 0, 0, 4496, 4498, 1, 0, 0, 0, 4497, 4488, 1, 0, 0, 0, 4497, 4490, 1, 0, 0, 0, 4498, 383, 1, 0, 0, 0, 4499, 4502, 3, 378, 189, 0, 4500, 4501, 7, 58, 0, 0, 4501, 4503, 3, 668, 334, 0, 4502, 4500, 1, 0, 0, 0, 4502, 4503, 1, 0, 0, 0, 4503, 385, 1, 0, 0, 0, 4504, 4514, 5, 2, 0, 0, 4505, 4515, 5, 9, 0, 0, 4506, 4508, 3, 364, 182, 0, 4507, 4506, 1, 0, 0, 0, 4507, 4508, 1, 0, 0, 0, 4508, 4512, 1, 0, 0, 0, 4509, 4510, 5, 83, 0, 0, 4510, 4511, 5, 147, 0, 0, 4511, 4513, 3, 364, 182, 0, 4512, 4509, 1, 0, 0, 0, 4512, 4513, 1, 0, 0, 0, 4513, 4515, 1, 0, 0, 0, 4514, 4505, 1, 0, 0, 0, 4514, 4507, 1, 0, 0, 0, 4515, 4516, 1, 0, 0, 0, 4516, 4517, 5, 3, 0, 0, 4517, 387, 1, 0, 0, 0, 4518, 4519, 3, 804, 402, 0, 4519, 4520, 3, 386, 193, 0, 4520, 389, 1, 0, 0, 0, 4521, 4522, 5, 316, 0, 0, 4522, 4525, 5, 78, 0, 0, 4523, 4525, 5, 149, 0, 0, 4524, 4521, 1, 0, 0, 0, 4524, 4523, 1, 0, 0, 0, 4525, 4526, 1, 0, 0, 0, 4526, 4527, 5, 80, 0, 0, 4527, 4528, 5, 78, 0, 0, 4528, 4551, 5, 458, 0, 0, 4529, 4551, 5, 346, 0, 0, 4530, 4551, 5, 222, 0, 0, 4531, 4551, 5, 338, 0, 0, 4532, 4551, 5, 377, 0, 0, 4533, 4535, 5, 205, 0, 0, 4534, 4533, 1, 0, 0, 0, 4534, 4535, 1, 0, 0, 0, 4535, 4536, 1, 0, 0, 0, 4536, 4537, 5, 327, 0, 0, 4537, 4551, 7, 59, 0, 0, 4538, 4551, 5, 250, 0, 0, 4539, 4540, 5, 77, 0, 0, 4540, 4551, 5, 250, 0, 0, 4541, 4542, 7, 60, 0, 0, 4542, 4551, 3, 196, 98, 0, 4543, 4544, 5, 459, 0, 0, 4544, 4551, 3, 310, 155, 0, 4545, 4546, 5, 333, 0, 0, 4546, 4551, 3, 42, 21, 0, 4547, 4551, 3, 60, 30, 0, 4548, 4549, 5, 460, 0, 0, 4549, 4551, 3, 816, 408, 0, 4550, 4524, 1, 0, 0, 0, 4550, 4529, 1, 0, 0, 0, 4550, 4530, 1, 0, 0, 0, 4550, 4531, 1, 0, 0, 0, 4550, 4532, 1, 0, 0, 0, 4550, 4534, 1, 0, 0, 0, 4550, 4538, 1, 0, 0, 0, 4550, 4539, 1, 0, 0, 0, 4550, 4541, 1, 0, 0, 0, 4550, 4543, 1, 0, 0, 0, 4550, 4545, 1, 0, 0, 0, 4550, 4547, 1, 0, 0, 0, 4550, 4548, 1, 0, 0, 0, 4551, 391, 1, 0, 0, 0, 4552, 4553, 5, 36, 0, 0, 4553, 4554, 3, 806, 403, 0, 4554, 4555, 3, 456, 228, 0, 4555, 4588, 1, 0, 0, 0, 4556, 4557, 5, 247, 0, 0, 4557, 4588, 3, 58, 29, 0, 4558, 4559, 5, 443, 0, 0, 4559, 4560, 5, 62, 0, 0, 4560, 4561, 5, 360, 0, 0, 4561, 4568, 3, 646, 323, 0, 4562, 4563, 5, 6, 0, 0, 4563, 4564, 5, 62, 0, 0, 4564, 4565, 5, 360, 0, 0, 4565, 4567, 3, 646, 323, 0, 4566, 4562, 1, 0, 0, 0, 4567, 4570, 1, 0, 0, 0, 4568, 4566, 1, 0, 0, 0, 4568, 4569, 1, 0, 0, 0, 4569, 4588, 1, 0, 0, 0, 4570, 4568, 1, 0, 0, 0, 4571, 4588, 5, 104, 0, 0, 4572, 4573, 5, 333, 0, 0, 4573, 4580, 3, 816, 408, 0, 4574, 4575, 5, 94, 0, 0, 4575, 4581, 3, 816, 408, 0, 4576, 4577, 5, 10, 0, 0, 4577, 4581, 3, 816, 408, 0, 4578, 4579, 5, 64, 0, 0, 4579, 4581, 5, 434, 0, 0, 4580, 4574, 1, 0, 0, 0, 4580, 4576, 1, 0, 0, 0, 4580, 4578, 1, 0, 0, 0, 4581, 4588, 1, 0, 0, 0, 4582, 4583, 5, 36, 0, 0, 4583, 4588, 3, 816, 408, 0, 4584, 4588, 3, 4, 2, 0, 4585, 4588, 3, 390, 195, 0, 4586, 4588, 3, 816, 408, 0, 4587, 4552, 1, 0, 0, 0, 4587, 4556, 1, 0, 0, 0, 4587, 4558, 1, 0, 0, 0, 4587, 4571, 1, 0, 0, 0, 4587, 4572, 1, 0, 0, 0, 4587, 4582, 1, 0, 0, 0, 4587, 4584, 1, 0, 0, 0, 4587, 4585, 1, 0, 0, 0, 4587, 4586, 1, 0, 0, 0, 4588, 393, 1, 0, 0, 0, 4589, 4590, 5, 105, 0, 0, 4590, 4591, 3, 278, 139, 0, 4591, 395, 1, 0, 0, 0, 4592, 4593, 3, 796, 398, 0, 4593, 4594, 3, 382, 191, 0, 4594, 397, 1, 0, 0, 0, 4595, 4602, 5, 138, 0, 0, 4596, 4597, 5, 211, 0, 0, 4597, 4603, 3, 376, 188, 0, 4598, 4599, 5, 296, 0, 0, 4599, 4603, 3, 372, 186, 0, 4600, 4601, 5, 442, 0, 0, 4601, 4603, 3, 368, 184, 0, 4602, 4596, 1, 0, 0, 0, 4602, 4598, 1, 0, 0, 0, 4602, 4600, 1, 0, 0, 0, 4603, 4605, 1, 0, 0, 0, 4604, 4606, 3, 390, 195, 0, 4605, 4604, 1, 0, 0, 0, 4606, 4607, 1, 0, 0, 0, 4607, 4605, 1, 0, 0, 0, 4607, 4608, 1, 0, 0, 0, 4608, 4610, 1, 0, 0, 0, 4609, 4611, 5, 315, 0, 0, 4610, 4609, 1, 0, 0, 0, 4610, 4611, 1, 0, 0, 0, 4611, 399, 1, 0, 0, 0, 4612, 4628, 5, 191, 0, 0, 4613, 4615, 5, 211, 0, 0, 4614, 4616, 3, 416, 208, 0, 4615, 4614, 1, 0, 0, 0, 4615, 4616, 1, 0, 0, 0, 4616, 4617, 1, 0, 0, 0, 4617, 4629, 3, 374, 187, 0, 4618, 4620, 5, 296, 0, 0, 4619, 4621, 3, 416, 208, 0, 4620, 4619, 1, 0, 0, 0, 4620, 4621, 1, 0, 0, 0, 4621, 4622, 1, 0, 0, 0, 4622, 4629, 3, 370, 185, 0, 4623, 4625, 5, 442, 0, 0, 4624, 4626, 3, 416, 208, 0, 4625, 4624, 1, 0, 0, 0, 4625, 4626, 1, 0, 0, 0, 4626, 4627, 1, 0, 0, 0, 4627, 4629, 3, 366, 183, 0, 4628, 4613, 1, 0, 0, 0, 4628, 4618, 1, 0, 0, 0, 4628, 4623, 1, 0, 0, 0, 4629, 4631, 1, 0, 0, 0, 4630, 4632, 3, 88, 44, 0, 4631, 4630, 1, 0, 0, 0, 4631, 4632, 1, 0, 0, 0, 4632, 401, 1, 0, 0, 0, 4633, 4634, 5, 191, 0, 0, 4634, 4636, 5, 136, 0, 0, 4635, 4637, 3, 416, 208, 0, 4636, 4635, 1, 0, 0, 0, 4636, 4637, 1, 0, 0, 0, 4637, 4638, 1, 0, 0, 0, 4638, 4643, 3, 388, 194, 0, 4639, 4640, 5, 6, 0, 0, 4640, 4642, 3, 388, 194, 0, 4641, 4639, 1, 0, 0, 0, 4642, 4645, 1, 0, 0, 0, 4643, 4641, 1, 0, 0, 0, 4643, 4644, 1, 0, 0, 0, 4644, 4647, 1, 0, 0, 0, 4645, 4643, 1, 0, 0, 0, 4646, 4648, 3, 88, 44, 0, 4647, 4646, 1, 0, 0, 0, 4647, 4648, 1, 0, 0, 0, 4648, 403, 1, 0, 0, 0, 4649, 4650, 5, 191, 0, 0, 4650, 4652, 5, 278, 0, 0, 4651, 4653, 3, 416, 208, 0, 4652, 4651, 1, 0, 0, 0, 4652, 4653, 1, 0, 0, 0, 4653, 4654, 1, 0, 0, 0, 4654, 4659, 3, 410, 205, 0, 4655, 4656, 5, 6, 0, 0, 4656, 4658, 3, 410, 205, 0, 4657, 4655, 1, 0, 0, 0, 4658, 4661, 1, 0, 0, 0, 4659, 4657, 1, 0, 0, 0, 4659, 4660, 1, 0, 0, 0, 4660, 4663, 1, 0, 0, 0, 4661, 4659, 1, 0, 0, 0, 4662, 4664, 3, 88, 44, 0, 4663, 4662, 1, 0, 0, 0, 4663, 4664, 1, 0, 0, 0, 4664, 405, 1, 0, 0, 0, 4665, 4678, 5, 2, 0, 0, 4666, 4669, 3, 646, 323, 0, 4667, 4668, 5, 6, 0, 0, 4668, 4670, 3, 646, 323, 0, 4669, 4667, 1, 0, 0, 0, 4669, 4670, 1, 0, 0, 0, 4670, 4679, 1, 0, 0, 0, 4671, 4672, 5, 407, 0, 0, 4672, 4673, 5, 6, 0, 0, 4673, 4679, 3, 646, 323, 0, 4674, 4675, 3, 646, 323, 0, 4675, 4676, 5, 6, 0, 0, 4676, 4677, 5, 407, 0, 0, 4677, 4679, 1, 0, 0, 0, 4678, 4666, 1, 0, 0, 0, 4678, 4671, 1, 0, 0, 0, 4678, 4674, 1, 0, 0, 0, 4679, 4680, 1, 0, 0, 0, 4680, 4681, 5, 3, 0, 0, 4681, 407, 1, 0, 0, 0, 4682, 4683, 3, 816, 408, 0, 4683, 4684, 5, 11, 0, 0, 4684, 4686, 1, 0, 0, 0, 4685, 4682, 1, 0, 0, 0, 4686, 4689, 1, 0, 0, 0, 4687, 4685, 1, 0, 0, 0, 4687, 4688, 1, 0, 0, 0, 4688, 4690, 1, 0, 0, 0, 4689, 4687, 1, 0, 0, 0, 4690, 4691, 3, 716, 358, 0, 4691, 409, 1, 0, 0, 0, 4692, 4693, 3, 408, 204, 0, 4693, 4694, 3, 406, 203, 0, 4694, 411, 1, 0, 0, 0, 4695, 4699, 5, 57, 0, 0, 4696, 4700, 3, 806, 403, 0, 4697, 4698, 5, 247, 0, 0, 4698, 4700, 3, 58, 29, 0, 4699, 4696, 1, 0, 0, 0, 4699, 4697, 1, 0, 0, 0, 4700, 4701, 1, 0, 0, 0, 4701, 4699, 1, 0, 0, 0, 4701, 4702, 1, 0, 0, 0, 4702, 413, 1, 0, 0, 0, 4703, 4704, 5, 46, 0, 0, 4704, 4705, 5, 41, 0, 0, 4705, 4706, 5, 2, 0, 0, 4706, 4707, 3, 646, 323, 0, 4707, 4708, 5, 36, 0, 0, 4708, 4709, 3, 646, 323, 0, 4709, 4726, 5, 3, 0, 0, 4710, 4711, 5, 379, 0, 0, 4711, 4714, 5, 211, 0, 0, 4712, 4713, 5, 36, 0, 0, 4713, 4715, 7, 61, 0, 0, 4714, 4712, 1, 0, 0, 0, 4714, 4715, 1, 0, 0, 0, 4715, 4727, 1, 0, 0, 0, 4716, 4720, 5, 105, 0, 0, 4717, 4718, 5, 211, 0, 0, 4718, 4721, 3, 376, 188, 0, 4719, 4721, 5, 400, 0, 0, 4720, 4717, 1, 0, 0, 0, 4720, 4719, 1, 0, 0, 0, 4721, 4724, 1, 0, 0, 0, 4722, 4723, 5, 36, 0, 0, 4723, 4725, 7, 61, 0, 0, 4724, 4722, 1, 0, 0, 0, 4724, 4725, 1, 0, 0, 0, 4725, 4727, 1, 0, 0, 0, 4726, 4710, 1, 0, 0, 0, 4726, 4716, 1, 0, 0, 0, 4727, 415, 1, 0, 0, 0, 4728, 4729, 5, 220, 0, 0, 4729, 4730, 5, 396, 0, 0, 4730, 417, 1, 0, 0, 0, 4731, 4733, 5, 46, 0, 0, 4732, 4734, 3, 360, 180, 0, 4733, 4732, 1, 0, 0, 0, 4733, 4734, 1, 0, 0, 0, 4734, 4735, 1, 0, 0, 0, 4735, 4736, 5, 443, 0, 0, 4736, 4737, 5, 62, 0, 0, 4737, 4738, 3, 646, 323, 0, 4738, 4739, 5, 247, 0, 0, 4739, 4740, 3, 816, 408, 0, 4740, 4755, 5, 2, 0, 0, 4741, 4742, 5, 64, 0, 0, 4742, 4746, 3, 420, 210, 0, 4743, 4744, 5, 6, 0, 0, 4744, 4745, 5, 94, 0, 0, 4745, 4747, 3, 420, 210, 0, 4746, 4743, 1, 0, 0, 0, 4746, 4747, 1, 0, 0, 0, 4747, 4756, 1, 0, 0, 0, 4748, 4749, 5, 94, 0, 0, 4749, 4753, 3, 420, 210, 0, 4750, 4751, 5, 6, 0, 0, 4751, 4752, 5, 64, 0, 0, 4752, 4754, 3, 420, 210, 0, 4753, 4750, 1, 0, 0, 0, 4753, 4754, 1, 0, 0, 0, 4754, 4756, 1, 0, 0, 0, 4755, 4741, 1, 0, 0, 0, 4755, 4748, 1, 0, 0, 0, 4756, 4757, 1, 0, 0, 0, 4757, 4758, 5, 3, 0, 0, 4758, 419, 1, 0, 0, 0, 4759, 4760, 5, 461, 0, 0, 4760, 4761, 5, 105, 0, 0, 4761, 4762, 5, 211, 0, 0, 4762, 4763, 3, 376, 188, 0, 4763, 421, 1, 0, 0, 0, 4764, 4775, 5, 306, 0, 0, 4765, 4766, 5, 2, 0, 0, 4766, 4771, 5, 128, 0, 0, 4767, 4768, 5, 6, 0, 0, 4768, 4770, 5, 128, 0, 0, 4769, 4767, 1, 0, 0, 0, 4770, 4773, 1, 0, 0, 0, 4771, 4769, 1, 0, 0, 0, 4771, 4772, 1, 0, 0, 0, 4772, 4774, 1, 0, 0, 0, 4773, 4771, 1, 0, 0, 0, 4774, 4776, 5, 3, 0, 0, 4775, 4765, 1, 0, 0, 0, 4775, 4776, 1, 0, 0, 0, 4776, 4802, 1, 0, 0, 0, 4777, 4779, 5, 226, 0, 0, 4778, 4780, 5, 109, 0, 0, 4779, 4778, 1, 0, 0, 0, 4779, 4780, 1, 0, 0, 0, 4780, 4781, 1, 0, 0, 0, 4781, 4803, 3, 776, 388, 0, 4782, 4784, 5, 92, 0, 0, 4783, 4785, 5, 109, 0, 0, 4784, 4783, 1, 0, 0, 0, 4784, 4785, 1, 0, 0, 0, 4785, 4786, 1, 0, 0, 0, 4786, 4803, 3, 770, 385, 0, 4787, 4789, 5, 323, 0, 0, 4788, 4790, 5, 109, 0, 0, 4789, 4788, 1, 0, 0, 0, 4789, 4790, 1, 0, 0, 0, 4790, 4791, 1, 0, 0, 0, 4791, 4803, 3, 786, 393, 0, 4792, 4794, 5, 349, 0, 0, 4793, 4795, 5, 109, 0, 0, 4794, 4793, 1, 0, 0, 0, 4794, 4795, 1, 0, 0, 0, 4795, 4796, 1, 0, 0, 0, 4796, 4803, 3, 816, 408, 0, 4797, 4799, 5, 175, 0, 0, 4798, 4800, 5, 109, 0, 0, 4799, 4798, 1, 0, 0, 0, 4799, 4800, 1, 0, 0, 0, 4800, 4801, 1, 0, 0, 0, 4801, 4803, 3, 784, 392, 0, 4802, 4777, 1, 0, 0, 0, 4802, 4782, 1, 0, 0, 0, 4802, 4787, 1, 0, 0, 0, 4802, 4792, 1, 0, 0, 0, 4802, 4797, 1, 0, 0, 0, 4803, 423, 1, 0, 0, 0, 4804, 4805, 5, 138, 0, 0, 4805, 4806, 3, 170, 85, 0, 4806, 4807, 7, 16, 0, 0, 4807, 4808, 3, 92, 46, 0, 4808, 425, 1, 0, 0, 0, 4809, 4814, 5, 138, 0, 0, 4810, 4811, 5, 136, 0, 0, 4811, 4815, 3, 388, 194, 0, 4812, 4813, 5, 442, 0, 0, 4813, 4815, 3, 368, 184, 0, 4814, 4810, 1, 0, 0, 0, 4814, 4812, 1, 0, 0, 0, 4815, 4816, 1, 0, 0, 0, 4816, 4817, 5, 309, 0, 0, 4817, 4818, 5, 94, 0, 0, 4818, 4819, 3, 816, 408, 0, 4819, 5017, 1, 0, 0, 0, 4820, 4821, 5, 138, 0, 0, 4821, 4822, 5, 175, 0, 0, 4822, 4823, 3, 784, 392, 0, 4823, 4824, 5, 309, 0, 0, 4824, 4825, 5, 94, 0, 0, 4825, 4826, 3, 782, 391, 0, 4826, 5017, 1, 0, 0, 0, 4827, 4828, 5, 138, 0, 0, 4828, 4829, 7, 62, 0, 0, 4829, 4830, 3, 310, 155, 0, 4830, 4831, 5, 309, 0, 0, 4831, 4832, 5, 94, 0, 0, 4832, 4833, 3, 816, 408, 0, 4833, 5017, 1, 0, 0, 0, 4834, 4835, 5, 138, 0, 0, 4835, 4836, 5, 211, 0, 0, 4836, 4837, 3, 376, 188, 0, 4837, 4838, 5, 309, 0, 0, 4838, 4839, 5, 94, 0, 0, 4839, 4840, 3, 802, 401, 0, 4840, 5017, 1, 0, 0, 0, 4841, 4842, 5, 138, 0, 0, 4842, 4843, 5, 278, 0, 0, 4843, 4844, 7, 32, 0, 0, 4844, 4845, 3, 310, 155, 0, 4845, 4846, 3, 164, 82, 0, 4846, 4847, 5, 309, 0, 0, 4847, 4848, 5, 94, 0, 0, 4848, 4849, 3, 816, 408, 0, 4849, 5017, 1, 0, 0, 0, 4850, 4851, 5, 138, 0, 0, 4851, 4852, 5, 296, 0, 0, 4852, 4853, 3, 372, 186, 0, 4853, 4854, 5, 309, 0, 0, 4854, 4855, 5, 94, 0, 0, 4855, 4856, 3, 794, 397, 0, 4856, 5017, 1, 0, 0, 0, 4857, 4858, 5, 138, 0, 0, 4858, 4859, 5, 323, 0, 0, 4859, 4860, 3, 786, 393, 0, 4860, 4861, 5, 309, 0, 0, 4861, 4862, 5, 94, 0, 0, 4862, 4863, 3, 32, 16, 0, 4863, 5017, 1, 0, 0, 0, 4864, 4865, 5, 138, 0, 0, 4865, 4867, 7, 63, 0, 0, 4866, 4868, 3, 416, 208, 0, 4867, 4866, 1, 0, 0, 0, 4867, 4868, 1, 0, 0, 0, 4868, 4869, 1, 0, 0, 0, 4869, 4870, 3, 776, 388, 0, 4870, 4871, 5, 309, 0, 0, 4871, 4872, 5, 94, 0, 0, 4872, 4873, 3, 816, 408, 0, 4873, 5017, 1, 0, 0, 0, 4874, 4876, 5, 138, 0, 0, 4875, 4877, 5, 259, 0, 0, 4876, 4875, 1, 0, 0, 0, 4876, 4877, 1, 0, 0, 0, 4877, 4878, 1, 0, 0, 0, 4878, 4880, 5, 376, 0, 0, 4879, 4881, 3, 416, 208, 0, 4880, 4879, 1, 0, 0, 0, 4880, 4881, 1, 0, 0, 0, 4881, 4882, 1, 0, 0, 0, 4882, 4883, 3, 774, 387, 0, 4883, 4884, 5, 309, 0, 0, 4884, 4885, 5, 94, 0, 0, 4885, 4886, 3, 772, 386, 0, 4886, 5017, 1, 0, 0, 0, 4887, 4889, 5, 138, 0, 0, 4888, 4890, 5, 63, 0, 0, 4889, 4888, 1, 0, 0, 0, 4889, 4890, 1, 0, 0, 0, 4890, 4891, 1, 0, 0, 0, 4891, 4893, 5, 92, 0, 0, 4892, 4894, 3, 416, 208, 0, 4893, 4892, 1, 0, 0, 0, 4893, 4894, 1, 0, 0, 0, 4894, 4895, 1, 0, 0, 0, 4895, 4896, 3, 618, 309, 0, 4896, 4897, 5, 309, 0, 0, 4897, 4898, 5, 94, 0, 0, 4898, 4899, 3, 768, 384, 0, 4899, 5017, 1, 0, 0, 0, 4900, 4925, 5, 138, 0, 0, 4901, 4903, 5, 63, 0, 0, 4902, 4901, 1, 0, 0, 0, 4902, 4903, 1, 0, 0, 0, 4903, 4904, 1, 0, 0, 0, 4904, 4906, 5, 92, 0, 0, 4905, 4907, 3, 416, 208, 0, 4906, 4905, 1, 0, 0, 0, 4906, 4907, 1, 0, 0, 0, 4907, 4908, 1, 0, 0, 0, 4908, 4909, 3, 618, 309, 0, 4909, 4911, 5, 309, 0, 0, 4910, 4912, 5, 44, 0, 0, 4911, 4910, 1, 0, 0, 0, 4911, 4912, 1, 0, 0, 0, 4912, 4926, 1, 0, 0, 0, 4913, 4915, 5, 259, 0, 0, 4914, 4913, 1, 0, 0, 0, 4914, 4915, 1, 0, 0, 0, 4915, 4916, 1, 0, 0, 0, 4916, 4918, 5, 376, 0, 0, 4917, 4919, 3, 416, 208, 0, 4918, 4917, 1, 0, 0, 0, 4918, 4919, 1, 0, 0, 0, 4919, 4920, 1, 0, 0, 0, 4920, 4921, 3, 774, 387, 0, 4921, 4923, 5, 309, 0, 0, 4922, 4924, 5, 44, 0, 0, 4923, 4922, 1, 0, 0, 0, 4923, 4924, 1, 0, 0, 0, 4924, 4926, 1, 0, 0, 0, 4925, 4902, 1, 0, 0, 0, 4925, 4914, 1, 0, 0, 0, 4926, 4927, 1, 0, 0, 0, 4927, 4928, 3, 796, 398, 0, 4928, 4929, 5, 94, 0, 0, 4929, 4930, 3, 800, 400, 0, 4930, 5017, 1, 0, 0, 0, 4931, 4939, 5, 138, 0, 0, 4932, 4934, 5, 92, 0, 0, 4933, 4935, 3, 416, 208, 0, 4934, 4933, 1, 0, 0, 0, 4934, 4935, 1, 0, 0, 0, 4935, 4936, 1, 0, 0, 0, 4936, 4940, 3, 618, 309, 0, 4937, 4938, 5, 189, 0, 0, 4938, 4940, 3, 310, 155, 0, 4939, 4932, 1, 0, 0, 0, 4939, 4937, 1, 0, 0, 0, 4940, 4941, 1, 0, 0, 0, 4941, 4942, 5, 309, 0, 0, 4942, 4943, 5, 45, 0, 0, 4943, 4944, 3, 816, 408, 0, 4944, 4945, 5, 94, 0, 0, 4945, 4946, 3, 816, 408, 0, 4946, 5017, 1, 0, 0, 0, 4947, 4954, 5, 138, 0, 0, 4948, 4950, 5, 445, 0, 0, 4949, 4951, 3, 416, 208, 0, 4950, 4949, 1, 0, 0, 0, 4950, 4951, 1, 0, 0, 0, 4951, 4955, 1, 0, 0, 0, 4952, 4955, 5, 321, 0, 0, 4953, 4955, 5, 357, 0, 0, 4954, 4948, 1, 0, 0, 0, 4954, 4952, 1, 0, 0, 0, 4954, 4953, 1, 0, 0, 0, 4955, 4956, 1, 0, 0, 0, 4956, 4957, 3, 816, 408, 0, 4957, 4958, 5, 80, 0, 0, 4958, 4959, 3, 776, 388, 0, 4959, 4960, 5, 309, 0, 0, 4960, 4961, 5, 94, 0, 0, 4961, 4962, 3, 816, 408, 0, 4962, 5017, 1, 0, 0, 0, 4963, 4976, 5, 138, 0, 0, 4964, 4965, 5, 63, 0, 0, 4965, 4966, 5, 174, 0, 0, 4966, 4977, 5, 381, 0, 0, 4967, 4969, 5, 295, 0, 0, 4968, 4967, 1, 0, 0, 0, 4968, 4969, 1, 0, 0, 0, 4969, 4970, 1, 0, 0, 0, 4970, 4977, 5, 247, 0, 0, 4971, 4977, 5, 452, 0, 0, 4972, 4977, 5, 331, 0, 0, 4973, 4977, 5, 451, 0, 0, 4974, 4975, 5, 198, 0, 0, 4975, 4977, 5, 357, 0, 0, 4976, 4964, 1, 0, 0, 0, 4976, 4968, 1, 0, 0, 0, 4976, 4971, 1, 0, 0, 0, 4976, 4972, 1, 0, 0, 0, 4976, 4973, 1, 0, 0, 0, 4976, 4974, 1, 0, 0, 0, 4977, 4978, 1, 0, 0, 0, 4978, 4979, 3, 816, 408, 0, 4979, 4980, 5, 309, 0, 0, 4980, 4981, 5, 94, 0, 0, 4981, 4982, 3, 816, 408, 0, 4982, 5017, 1, 0, 0, 0, 4983, 4984, 5, 138, 0, 0, 4984, 4985, 7, 46, 0, 0, 4985, 4986, 3, 812, 406, 0, 4986, 4987, 5, 309, 0, 0, 4987, 4988, 5, 94, 0, 0, 4988, 4989, 3, 812, 406, 0, 4989, 5017, 1, 0, 0, 0, 4990, 4991, 5, 138, 0, 0, 4991, 4992, 3, 170, 85, 0, 4992, 4993, 5, 309, 0, 0, 4993, 4994, 5, 94, 0, 0, 4994, 4995, 3, 766, 383, 0, 4995, 5017, 1, 0, 0, 0, 4996, 4997, 5, 138, 0, 0, 4997, 4998, 5, 355, 0, 0, 4998, 4999, 5, 325, 0, 0, 4999, 5000, 7, 42, 0, 0, 5000, 5001, 3, 310, 155, 0, 5001, 5002, 5, 309, 0, 0, 5002, 5003, 5, 94, 0, 0, 5003, 5004, 3, 816, 408, 0, 5004, 5017, 1, 0, 0, 0, 5005, 5006, 5, 138, 0, 0, 5006, 5007, 5, 360, 0, 0, 5007, 5008, 3, 310, 155, 0, 5008, 5009, 5, 309, 0, 0, 5009, 5010, 5, 143, 0, 0, 5010, 5011, 3, 816, 408, 0, 5011, 5012, 5, 94, 0, 0, 5012, 5014, 3, 816, 408, 0, 5013, 5015, 3, 88, 44, 0, 5014, 5013, 1, 0, 0, 0, 5014, 5015, 1, 0, 0, 0, 5015, 5017, 1, 0, 0, 0, 5016, 4809, 1, 0, 0, 0, 5016, 4820, 1, 0, 0, 0, 5016, 4827, 1, 0, 0, 0, 5016, 4834, 1, 0, 0, 0, 5016, 4841, 1, 0, 0, 0, 5016, 4850, 1, 0, 0, 0, 5016, 4857, 1, 0, 0, 0, 5016, 4864, 1, 0, 0, 0, 5016, 4874, 1, 0, 0, 0, 5016, 4887, 1, 0, 0, 0, 5016, 4900, 1, 0, 0, 0, 5016, 4931, 1, 0, 0, 0, 5016, 4947, 1, 0, 0, 0, 5016, 4963, 1, 0, 0, 0, 5016, 4983, 1, 0, 0, 0, 5016, 4990, 1, 0, 0, 0, 5016, 4996, 1, 0, 0, 0, 5016, 5005, 1, 0, 0, 0, 5017, 427, 1, 0, 0, 0, 5018, 5035, 5, 138, 0, 0, 5019, 5020, 5, 211, 0, 0, 5020, 5036, 3, 376, 188, 0, 5021, 5022, 5, 296, 0, 0, 5022, 5036, 3, 372, 186, 0, 5023, 5024, 5, 442, 0, 0, 5024, 5036, 3, 368, 184, 0, 5025, 5026, 5, 357, 0, 0, 5026, 5027, 3, 816, 408, 0, 5027, 5028, 5, 80, 0, 0, 5028, 5029, 3, 776, 388, 0, 5029, 5036, 1, 0, 0, 0, 5030, 5031, 5, 259, 0, 0, 5031, 5032, 5, 376, 0, 0, 5032, 5036, 3, 774, 387, 0, 5033, 5034, 5, 226, 0, 0, 5034, 5036, 3, 776, 388, 0, 5035, 5019, 1, 0, 0, 0, 5035, 5021, 1, 0, 0, 0, 5035, 5023, 1, 0, 0, 0, 5035, 5025, 1, 0, 0, 0, 5035, 5030, 1, 0, 0, 0, 5035, 5033, 1, 0, 0, 0, 5036, 5038, 1, 0, 0, 0, 5037, 5039, 5, 269, 0, 0, 5038, 5037, 1, 0, 0, 0, 5038, 5039, 1, 0, 0, 0, 5039, 5040, 1, 0, 0, 0, 5040, 5041, 5, 462, 0, 0, 5041, 5042, 5, 80, 0, 0, 5042, 5043, 5, 204, 0, 0, 5043, 5044, 3, 816, 408, 0, 5044, 429, 1, 0, 0, 0, 5045, 5084, 5, 138, 0, 0, 5046, 5047, 5, 136, 0, 0, 5047, 5085, 3, 388, 194, 0, 5048, 5049, 5, 204, 0, 0, 5049, 5085, 3, 816, 408, 0, 5050, 5051, 5, 211, 0, 0, 5051, 5085, 3, 376, 188, 0, 5052, 5053, 5, 278, 0, 0, 5053, 5085, 3, 410, 205, 0, 5054, 5055, 5, 278, 0, 0, 5055, 5056, 7, 32, 0, 0, 5056, 5057, 3, 310, 155, 0, 5057, 5058, 3, 164, 82, 0, 5058, 5085, 1, 0, 0, 0, 5059, 5060, 5, 296, 0, 0, 5060, 5085, 3, 372, 186, 0, 5061, 5062, 5, 442, 0, 0, 5062, 5085, 3, 368, 184, 0, 5063, 5065, 5, 328, 0, 0, 5064, 5066, 3, 416, 208, 0, 5065, 5064, 1, 0, 0, 0, 5065, 5066, 1, 0, 0, 0, 5066, 5067, 1, 0, 0, 0, 5067, 5085, 3, 776, 388, 0, 5068, 5070, 5, 259, 0, 0, 5069, 5068, 1, 0, 0, 0, 5069, 5070, 1, 0, 0, 0, 5070, 5071, 1, 0, 0, 0, 5071, 5073, 5, 376, 0, 0, 5072, 5074, 3, 416, 208, 0, 5073, 5072, 1, 0, 0, 0, 5073, 5074, 1, 0, 0, 0, 5074, 5075, 1, 0, 0, 0, 5075, 5085, 3, 774, 387, 0, 5076, 5078, 5, 63, 0, 0, 5077, 5076, 1, 0, 0, 0, 5077, 5078, 1, 0, 0, 0, 5078, 5079, 1, 0, 0, 0, 5079, 5081, 5, 92, 0, 0, 5080, 5082, 3, 416, 208, 0, 5081, 5080, 1, 0, 0, 0, 5081, 5082, 1, 0, 0, 0, 5082, 5083, 1, 0, 0, 0, 5083, 5085, 3, 618, 309, 0, 5084, 5046, 1, 0, 0, 0, 5084, 5048, 1, 0, 0, 0, 5084, 5050, 1, 0, 0, 0, 5084, 5052, 1, 0, 0, 0, 5084, 5054, 1, 0, 0, 0, 5084, 5059, 1, 0, 0, 0, 5084, 5061, 1, 0, 0, 0, 5084, 5063, 1, 0, 0, 0, 5084, 5069, 1, 0, 0, 0, 5084, 5077, 1, 0, 0, 0, 5085, 5086, 1, 0, 0, 0, 5086, 5087, 5, 333, 0, 0, 5087, 5088, 5, 323, 0, 0, 5088, 5089, 3, 786, 393, 0, 5089, 5107, 1, 0, 0, 0, 5090, 5099, 5, 138, 0, 0, 5091, 5092, 5, 355, 0, 0, 5092, 5093, 5, 325, 0, 0, 5093, 5100, 7, 42, 0, 0, 5094, 5100, 5, 108, 0, 0, 5095, 5100, 5, 168, 0, 0, 5096, 5100, 5, 189, 0, 0, 5097, 5100, 5, 342, 0, 0, 5098, 5100, 5, 360, 0, 0, 5099, 5091, 1, 0, 0, 0, 5099, 5094, 1, 0, 0, 0, 5099, 5095, 1, 0, 0, 0, 5099, 5096, 1, 0, 0, 0, 5099, 5097, 1, 0, 0, 0, 5099, 5098, 1, 0, 0, 0, 5100, 5101, 1, 0, 0, 0, 5101, 5102, 3, 310, 155, 0, 5102, 5103, 5, 333, 0, 0, 5103, 5104, 5, 323, 0, 0, 5104, 5105, 3, 786, 393, 0, 5105, 5107, 1, 0, 0, 0, 5106, 5045, 1, 0, 0, 0, 5106, 5090, 1, 0, 0, 0, 5107, 431, 1, 0, 0, 0, 5108, 5109, 5, 138, 0, 0, 5109, 5110, 5, 278, 0, 0, 5110, 5111, 3, 410, 205, 0, 5111, 5112, 5, 333, 0, 0, 5112, 5113, 3, 434, 217, 0, 5113, 433, 1, 0, 0, 0, 5114, 5115, 5, 2, 0, 0, 5115, 5120, 3, 436, 218, 0, 5116, 5117, 5, 6, 0, 0, 5117, 5119, 3, 436, 218, 0, 5118, 5116, 1, 0, 0, 0, 5119, 5122, 1, 0, 0, 0, 5120, 5118, 1, 0, 0, 0, 5120, 5121, 1, 0, 0, 0, 5121, 5123, 1, 0, 0, 0, 5122, 5120, 1, 0, 0, 0, 5123, 5124, 5, 3, 0, 0, 5124, 435, 1, 0, 0, 0, 5125, 5126, 3, 822, 411, 0, 5126, 5133, 5, 10, 0, 0, 5127, 5134, 5, 407, 0, 0, 5128, 5134, 3, 382, 191, 0, 5129, 5134, 3, 832, 416, 0, 5130, 5134, 3, 722, 361, 0, 5131, 5134, 3, 196, 98, 0, 5132, 5134, 3, 806, 403, 0, 5133, 5127, 1, 0, 0, 0, 5133, 5128, 1, 0, 0, 0, 5133, 5129, 1, 0, 0, 0, 5133, 5130, 1, 0, 0, 0, 5133, 5131, 1, 0, 0, 0, 5133, 5132, 1, 0, 0, 0, 5134, 437, 1, 0, 0, 0, 5135, 5136, 5, 138, 0, 0, 5136, 5137, 5, 360, 0, 0, 5137, 5138, 3, 310, 155, 0, 5138, 5139, 5, 333, 0, 0, 5139, 5140, 3, 434, 217, 0, 5140, 439, 1, 0, 0, 0, 5141, 5142, 5, 138, 0, 0, 5142, 5143, 5, 278, 0, 0, 5143, 5144, 7, 32, 0, 0, 5144, 5145, 3, 310, 155, 0, 5145, 5146, 3, 164, 82, 0, 5146, 5147, 5, 282, 0, 0, 5147, 5148, 5, 94, 0, 0, 5148, 5149, 3, 812, 406, 0, 5149, 5216, 1, 0, 0, 0, 5150, 5177, 5, 138, 0, 0, 5151, 5152, 5, 136, 0, 0, 5152, 5178, 3, 388, 194, 0, 5153, 5154, 5, 175, 0, 0, 5154, 5178, 3, 784, 392, 0, 5155, 5156, 5, 211, 0, 0, 5156, 5178, 3, 376, 188, 0, 5157, 5159, 5, 295, 0, 0, 5158, 5157, 1, 0, 0, 0, 5158, 5159, 1, 0, 0, 0, 5159, 5160, 1, 0, 0, 0, 5160, 5161, 5, 247, 0, 0, 5161, 5178, 3, 816, 408, 0, 5162, 5163, 5, 248, 0, 0, 5163, 5164, 5, 274, 0, 0, 5164, 5178, 3, 196, 98, 0, 5165, 5166, 5, 248, 0, 0, 5166, 5167, 5, 274, 0, 0, 5167, 5178, 3, 196, 98, 0, 5168, 5169, 5, 278, 0, 0, 5169, 5178, 3, 410, 205, 0, 5170, 5171, 5, 296, 0, 0, 5171, 5178, 3, 372, 186, 0, 5172, 5173, 5, 442, 0, 0, 5173, 5178, 3, 368, 184, 0, 5174, 5175, 5, 323, 0, 0, 5175, 5178, 3, 786, 393, 0, 5176, 5178, 3, 170, 85, 0, 5177, 5151, 1, 0, 0, 0, 5177, 5153, 1, 0, 0, 0, 5177, 5155, 1, 0, 0, 0, 5177, 5158, 1, 0, 0, 0, 5177, 5162, 1, 0, 0, 0, 5177, 5165, 1, 0, 0, 0, 5177, 5168, 1, 0, 0, 0, 5177, 5170, 1, 0, 0, 0, 5177, 5172, 1, 0, 0, 0, 5177, 5174, 1, 0, 0, 0, 5177, 5176, 1, 0, 0, 0, 5178, 5179, 1, 0, 0, 0, 5179, 5180, 5, 282, 0, 0, 5180, 5181, 5, 94, 0, 0, 5181, 5182, 3, 812, 406, 0, 5182, 5216, 1, 0, 0, 0, 5183, 5192, 5, 138, 0, 0, 5184, 5185, 5, 355, 0, 0, 5185, 5186, 5, 325, 0, 0, 5186, 5193, 7, 64, 0, 0, 5187, 5193, 5, 108, 0, 0, 5188, 5193, 5, 168, 0, 0, 5189, 5193, 5, 189, 0, 0, 5190, 5193, 5, 360, 0, 0, 5191, 5193, 5, 342, 0, 0, 5192, 5184, 1, 0, 0, 0, 5192, 5187, 1, 0, 0, 0, 5192, 5188, 1, 0, 0, 0, 5192, 5189, 1, 0, 0, 0, 5192, 5190, 1, 0, 0, 0, 5192, 5191, 1, 0, 0, 0, 5193, 5194, 1, 0, 0, 0, 5194, 5195, 3, 310, 155, 0, 5195, 5196, 5, 282, 0, 0, 5196, 5197, 5, 94, 0, 0, 5197, 5198, 3, 812, 406, 0, 5198, 5216, 1, 0, 0, 0, 5199, 5208, 5, 138, 0, 0, 5200, 5209, 5, 331, 0, 0, 5201, 5202, 5, 63, 0, 0, 5202, 5203, 5, 174, 0, 0, 5203, 5209, 5, 381, 0, 0, 5204, 5205, 5, 198, 0, 0, 5205, 5209, 5, 357, 0, 0, 5206, 5209, 5, 452, 0, 0, 5207, 5209, 5, 451, 0, 0, 5208, 5200, 1, 0, 0, 0, 5208, 5201, 1, 0, 0, 0, 5208, 5204, 1, 0, 0, 0, 5208, 5206, 1, 0, 0, 0, 5208, 5207, 1, 0, 0, 0, 5209, 5210, 1, 0, 0, 0, 5210, 5211, 3, 816, 408, 0, 5211, 5212, 5, 282, 0, 0, 5212, 5213, 5, 94, 0, 0, 5213, 5214, 3, 812, 406, 0, 5214, 5216, 1, 0, 0, 0, 5215, 5141, 1, 0, 0, 0, 5215, 5150, 1, 0, 0, 0, 5215, 5183, 1, 0, 0, 0, 5215, 5199, 1, 0, 0, 0, 5216, 441, 1, 0, 0, 0, 5217, 5218, 5, 46, 0, 0, 5218, 5219, 5, 452, 0, 0, 5219, 5226, 3, 816, 408, 0, 5220, 5221, 5, 62, 0, 0, 5221, 5222, 5, 92, 0, 0, 5222, 5227, 3, 622, 311, 0, 5223, 5224, 5, 62, 0, 0, 5224, 5225, 5, 30, 0, 0, 5225, 5227, 5, 350, 0, 0, 5226, 5220, 1, 0, 0, 0, 5226, 5223, 1, 0, 0, 0, 5226, 5227, 1, 0, 0, 0, 5227, 5229, 1, 0, 0, 0, 5228, 5230, 3, 394, 197, 0, 5229, 5228, 1, 0, 0, 0, 5229, 5230, 1, 0, 0, 0, 5230, 443, 1, 0, 0, 0, 5231, 5232, 5, 138, 0, 0, 5232, 5233, 5, 452, 0, 0, 5233, 5251, 3, 816, 408, 0, 5234, 5235, 5, 282, 0, 0, 5235, 5236, 5, 94, 0, 0, 5236, 5252, 3, 812, 406, 0, 5237, 5238, 5, 333, 0, 0, 5238, 5252, 3, 278, 139, 0, 5239, 5240, 5, 309, 0, 0, 5240, 5241, 5, 94, 0, 0, 5241, 5252, 3, 816, 408, 0, 5242, 5243, 7, 35, 0, 0, 5243, 5248, 3, 620, 310, 0, 5244, 5245, 5, 6, 0, 0, 5245, 5247, 3, 620, 310, 0, 5246, 5244, 1, 0, 0, 0, 5247, 5250, 1, 0, 0, 0, 5248, 5246, 1, 0, 0, 0, 5248, 5249, 1, 0, 0, 0, 5249, 5252, 1, 0, 0, 0, 5250, 5248, 1, 0, 0, 0, 5251, 5234, 1, 0, 0, 0, 5251, 5237, 1, 0, 0, 0, 5251, 5239, 1, 0, 0, 0, 5251, 5242, 1, 0, 0, 0, 5252, 445, 1, 0, 0, 0, 5253, 5254, 5, 46, 0, 0, 5254, 5255, 5, 451, 0, 0, 5255, 5256, 3, 816, 408, 0, 5256, 5257, 5, 164, 0, 0, 5257, 5258, 3, 806, 403, 0, 5258, 5259, 5, 452, 0, 0, 5259, 5264, 3, 822, 411, 0, 5260, 5261, 5, 6, 0, 0, 5261, 5263, 3, 822, 411, 0, 5262, 5260, 1, 0, 0, 0, 5263, 5266, 1, 0, 0, 0, 5264, 5262, 1, 0, 0, 0, 5264, 5265, 1, 0, 0, 0, 5265, 5268, 1, 0, 0, 0, 5266, 5264, 1, 0, 0, 0, 5267, 5269, 3, 394, 197, 0, 5268, 5267, 1, 0, 0, 0, 5268, 5269, 1, 0, 0, 0, 5269, 447, 1, 0, 0, 0, 5270, 5271, 5, 138, 0, 0, 5271, 5272, 5, 451, 0, 0, 5272, 5273, 3, 816, 408, 0, 5273, 5274, 5, 333, 0, 0, 5274, 5275, 3, 278, 139, 0, 5275, 5327, 1, 0, 0, 0, 5276, 5277, 5, 138, 0, 0, 5277, 5278, 5, 451, 0, 0, 5278, 5279, 3, 816, 408, 0, 5279, 5280, 5, 164, 0, 0, 5280, 5281, 3, 806, 403, 0, 5281, 5327, 1, 0, 0, 0, 5282, 5283, 5, 138, 0, 0, 5283, 5284, 5, 451, 0, 0, 5284, 5285, 3, 816, 408, 0, 5285, 5286, 5, 305, 0, 0, 5286, 5288, 5, 452, 0, 0, 5287, 5289, 3, 394, 197, 0, 5288, 5287, 1, 0, 0, 0, 5288, 5289, 1, 0, 0, 0, 5289, 5327, 1, 0, 0, 0, 5290, 5291, 5, 138, 0, 0, 5291, 5292, 5, 451, 0, 0, 5292, 5293, 3, 816, 408, 0, 5293, 5294, 7, 35, 0, 0, 5294, 5295, 5, 452, 0, 0, 5295, 5300, 3, 822, 411, 0, 5296, 5297, 5, 6, 0, 0, 5297, 5299, 3, 822, 411, 0, 5298, 5296, 1, 0, 0, 0, 5299, 5302, 1, 0, 0, 0, 5300, 5298, 1, 0, 0, 0, 5300, 5301, 1, 0, 0, 0, 5301, 5304, 1, 0, 0, 0, 5302, 5300, 1, 0, 0, 0, 5303, 5305, 3, 394, 197, 0, 5304, 5303, 1, 0, 0, 0, 5304, 5305, 1, 0, 0, 0, 5305, 5327, 1, 0, 0, 0, 5306, 5307, 5, 138, 0, 0, 5307, 5308, 5, 451, 0, 0, 5308, 5309, 3, 816, 408, 0, 5309, 5310, 7, 65, 0, 0, 5310, 5327, 1, 0, 0, 0, 5311, 5312, 5, 138, 0, 0, 5312, 5313, 5, 451, 0, 0, 5313, 5314, 3, 816, 408, 0, 5314, 5315, 5, 465, 0, 0, 5315, 5316, 5, 2, 0, 0, 5316, 5317, 3, 284, 142, 0, 5317, 5318, 5, 3, 0, 0, 5318, 5327, 1, 0, 0, 0, 5319, 5320, 5, 138, 0, 0, 5320, 5321, 5, 451, 0, 0, 5321, 5322, 3, 816, 408, 0, 5322, 5323, 5, 282, 0, 0, 5323, 5324, 5, 94, 0, 0, 5324, 5325, 3, 812, 406, 0, 5325, 5327, 1, 0, 0, 0, 5326, 5270, 1, 0, 0, 0, 5326, 5276, 1, 0, 0, 0, 5326, 5282, 1, 0, 0, 0, 5326, 5290, 1, 0, 0, 0, 5326, 5306, 1, 0, 0, 0, 5326, 5311, 1, 0, 0, 0, 5326, 5319, 1, 0, 0, 0, 5327, 449, 1, 0, 0, 0, 5328, 5330, 5, 46, 0, 0, 5329, 5331, 3, 360, 180, 0, 5330, 5329, 1, 0, 0, 0, 5330, 5331, 1, 0, 0, 0, 5331, 5332, 1, 0, 0, 0, 5332, 5333, 5, 321, 0, 0, 5333, 5334, 3, 816, 408, 0, 5334, 5335, 5, 36, 0, 0, 5335, 5336, 5, 80, 0, 0, 5336, 5337, 7, 66, 0, 0, 5337, 5338, 5, 94, 0, 0, 5338, 5340, 3, 776, 388, 0, 5339, 5341, 3, 632, 316, 0, 5340, 5339, 1, 0, 0, 0, 5340, 5341, 1, 0, 0, 0, 5341, 5342, 1, 0, 0, 0, 5342, 5344, 5, 57, 0, 0, 5343, 5345, 7, 67, 0, 0, 5344, 5343, 1, 0, 0, 0, 5344, 5345, 1, 0, 0, 0, 5345, 5362, 1, 0, 0, 0, 5346, 5363, 5, 270, 0, 0, 5347, 5363, 3, 452, 226, 0, 5348, 5350, 5, 2, 0, 0, 5349, 5351, 3, 452, 226, 0, 5350, 5349, 1, 0, 0, 0, 5350, 5351, 1, 0, 0, 0, 5351, 5358, 1, 0, 0, 0, 5352, 5354, 5, 7, 0, 0, 5353, 5355, 3, 452, 226, 0, 5354, 5353, 1, 0, 0, 0, 5354, 5355, 1, 0, 0, 0, 5355, 5357, 1, 0, 0, 0, 5356, 5352, 1, 0, 0, 0, 5357, 5360, 1, 0, 0, 0, 5358, 5356, 1, 0, 0, 0, 5358, 5359, 1, 0, 0, 0, 5359, 5361, 1, 0, 0, 0, 5360, 5358, 1, 0, 0, 0, 5361, 5363, 5, 3, 0, 0, 5362, 5346, 1, 0, 0, 0, 5362, 5347, 1, 0, 0, 0, 5362, 5348, 1, 0, 0, 0, 5363, 451, 1, 0, 0, 0, 5364, 5370, 3, 554, 277, 0, 5365, 5370, 3, 532, 266, 0, 5366, 5370, 3, 546, 273, 0, 5367, 5370, 3, 542, 271, 0, 5368, 5370, 3, 454, 227, 0, 5369, 5364, 1, 0, 0, 0, 5369, 5365, 1, 0, 0, 0, 5369, 5366, 1, 0, 0, 0, 5369, 5367, 1, 0, 0, 0, 5369, 5368, 1, 0, 0, 0, 5370, 453, 1, 0, 0, 0, 5371, 5372, 5, 271, 0, 0, 5372, 5374, 3, 816, 408, 0, 5373, 5375, 3, 456, 228, 0, 5374, 5373, 1, 0, 0, 0, 5374, 5375, 1, 0, 0, 0, 5375, 455, 1, 0, 0, 0, 5376, 5377, 5, 6, 0, 0, 5377, 5378, 3, 806, 403, 0, 5378, 457, 1, 0, 0, 0, 5379, 5380, 5, 252, 0, 0, 5380, 5381, 3, 816, 408, 0, 5381, 459, 1, 0, 0, 0, 5382, 5385, 5, 366, 0, 0, 5383, 5386, 3, 816, 408, 0, 5384, 5386, 5, 9, 0, 0, 5385, 5383, 1, 0, 0, 0, 5385, 5384, 1, 0, 0, 0, 5386, 461, 1, 0, 0, 0, 5387, 5389, 5, 146, 0, 0, 5388, 5390, 3, 464, 232, 0, 5389, 5388, 1, 0, 0, 0, 5389, 5390, 1, 0, 0, 0, 5390, 5392, 1, 0, 0, 0, 5391, 5393, 3, 468, 234, 0, 5392, 5391, 1, 0, 0, 0, 5392, 5393, 1, 0, 0, 0, 5393, 5433, 1, 0, 0, 0, 5394, 5395, 5, 340, 0, 0, 5395, 5397, 5, 356, 0, 0, 5396, 5398, 3, 468, 234, 0, 5397, 5396, 1, 0, 0, 0, 5397, 5398, 1, 0, 0, 0, 5398, 5433, 1, 0, 0, 0, 5399, 5400, 5, 322, 0, 0, 5400, 5433, 3, 816, 408, 0, 5401, 5403, 5, 308, 0, 0, 5402, 5404, 5, 322, 0, 0, 5403, 5402, 1, 0, 0, 0, 5403, 5404, 1, 0, 0, 0, 5404, 5405, 1, 0, 0, 0, 5405, 5433, 3, 816, 408, 0, 5406, 5407, 5, 290, 0, 0, 5407, 5408, 5, 356, 0, 0, 5408, 5433, 3, 806, 403, 0, 5409, 5410, 7, 68, 0, 0, 5410, 5411, 5, 291, 0, 0, 5411, 5433, 3, 806, 403, 0, 5412, 5414, 7, 69, 0, 0, 5413, 5415, 3, 464, 232, 0, 5414, 5413, 1, 0, 0, 0, 5414, 5415, 1, 0, 0, 0, 5415, 5421, 1, 0, 0, 0, 5416, 5418, 5, 33, 0, 0, 5417, 5419, 5, 269, 0, 0, 5418, 5417, 1, 0, 0, 0, 5418, 5419, 1, 0, 0, 0, 5419, 5420, 1, 0, 0, 0, 5420, 5422, 5, 153, 0, 0, 5421, 5416, 1, 0, 0, 0, 5421, 5422, 1, 0, 0, 0, 5422, 5433, 1, 0, 0, 0, 5423, 5425, 5, 319, 0, 0, 5424, 5426, 3, 464, 232, 0, 5425, 5424, 1, 0, 0, 0, 5425, 5426, 1, 0, 0, 0, 5426, 5427, 1, 0, 0, 0, 5427, 5429, 5, 94, 0, 0, 5428, 5430, 5, 322, 0, 0, 5429, 5428, 1, 0, 0, 0, 5429, 5430, 1, 0, 0, 0, 5430, 5431, 1, 0, 0, 0, 5431, 5433, 3, 816, 408, 0, 5432, 5387, 1, 0, 0, 0, 5432, 5394, 1, 0, 0, 0, 5432, 5399, 1, 0, 0, 0, 5432, 5401, 1, 0, 0, 0, 5432, 5406, 1, 0, 0, 0, 5432, 5409, 1, 0, 0, 0, 5432, 5412, 1, 0, 0, 0, 5432, 5423, 1, 0, 0, 0, 5433, 463, 1, 0, 0, 0, 5434, 5435, 7, 70, 0, 0, 5435, 465, 1, 0, 0, 0, 5436, 5437, 5, 244, 0, 0, 5437, 5438, 5, 251, 0, 0, 5438, 5446, 3, 50, 25, 0, 5439, 5440, 5, 300, 0, 0, 5440, 5446, 7, 71, 0, 0, 5441, 5443, 5, 77, 0, 0, 5442, 5441, 1, 0, 0, 0, 5442, 5443, 1, 0, 0, 0, 5443, 5444, 1, 0, 0, 0, 5444, 5446, 5, 54, 0, 0, 5445, 5436, 1, 0, 0, 0, 5445, 5439, 1, 0, 0, 0, 5445, 5442, 1, 0, 0, 0, 5446, 467, 1, 0, 0, 0, 5447, 5454, 3, 466, 233, 0, 5448, 5450, 5, 6, 0, 0, 5449, 5448, 1, 0, 0, 0, 5449, 5450, 1, 0, 0, 0, 5450, 5451, 1, 0, 0, 0, 5451, 5453, 3, 466, 233, 0, 5452, 5449, 1, 0, 0, 0, 5453, 5456, 1, 0, 0, 0, 5454, 5452, 1, 0, 0, 0, 5454, 5455, 1, 0, 0, 0, 5455, 469, 1, 0, 0, 0, 5456, 5454, 1, 0, 0, 0, 5457, 5460, 5, 46, 0, 0, 5458, 5459, 5, 82, 0, 0, 5459, 5461, 5, 311, 0, 0, 5460, 5458, 1, 0, 0, 0, 5460, 5461, 1, 0, 0, 0, 5461, 5463, 1, 0, 0, 0, 5462, 5464, 3, 116, 58, 0, 5463, 5462, 1, 0, 0, 0, 5463, 5464, 1, 0, 0, 0, 5464, 5480, 1, 0, 0, 0, 5465, 5466, 5, 376, 0, 0, 5466, 5468, 3, 772, 386, 0, 5467, 5469, 3, 140, 70, 0, 5468, 5467, 1, 0, 0, 0, 5468, 5469, 1, 0, 0, 0, 5469, 5471, 1, 0, 0, 0, 5470, 5472, 3, 94, 47, 0, 5471, 5470, 1, 0, 0, 0, 5471, 5472, 1, 0, 0, 0, 5472, 5481, 1, 0, 0, 0, 5473, 5474, 5, 303, 0, 0, 5474, 5475, 5, 376, 0, 0, 5475, 5476, 3, 772, 386, 0, 5476, 5478, 3, 138, 69, 0, 5477, 5479, 3, 94, 47, 0, 5478, 5477, 1, 0, 0, 0, 5478, 5479, 1, 0, 0, 0, 5479, 5481, 1, 0, 0, 0, 5480, 5465, 1, 0, 0, 0, 5480, 5473, 1, 0, 0, 0, 5481, 5482, 1, 0, 0, 0, 5482, 5483, 5, 36, 0, 0, 5483, 5490, 3, 554, 277, 0, 5484, 5486, 5, 105, 0, 0, 5485, 5487, 7, 72, 0, 0, 5486, 5485, 1, 0, 0, 0, 5486, 5487, 1, 0, 0, 0, 5487, 5488, 1, 0, 0, 0, 5488, 5489, 5, 42, 0, 0, 5489, 5491, 5, 279, 0, 0, 5490, 5484, 1, 0, 0, 0, 5490, 5491, 1, 0, 0, 0, 5491, 471, 1, 0, 0, 0, 5492, 5493, 5, 253, 0, 0, 5493, 5494, 3, 806, 403, 0, 5494, 473, 1, 0, 0, 0, 5495, 5496, 5, 46, 0, 0, 5496, 5497, 5, 175, 0, 0, 5497, 5499, 3, 782, 391, 0, 5498, 5500, 5, 105, 0, 0, 5499, 5498, 1, 0, 0, 0, 5499, 5500, 1, 0, 0, 0, 5500, 5506, 1, 0, 0, 0, 5501, 5503, 3, 476, 238, 0, 5502, 5501, 1, 0, 0, 0, 5503, 5504, 1, 0, 0, 0, 5504, 5502, 1, 0, 0, 0, 5504, 5505, 1, 0, 0, 0, 5505, 5507, 1, 0, 0, 0, 5506, 5502, 1, 0, 0, 0, 5506, 5507, 1, 0, 0, 0, 5507, 475, 1, 0, 0, 0, 5508, 5509, 5, 164, 0, 0, 5509, 5517, 5, 74, 0, 0, 5510, 5517, 5, 194, 0, 0, 5511, 5517, 5, 255, 0, 0, 5512, 5517, 5, 282, 0, 0, 5513, 5517, 5, 351, 0, 0, 5514, 5517, 5, 353, 0, 0, 5515, 5517, 3, 824, 412, 0, 5516, 5508, 1, 0, 0, 0, 5516, 5510, 1, 0, 0, 0, 5516, 5511, 1, 0, 0, 0, 5516, 5512, 1, 0, 0, 0, 5516, 5513, 1, 0, 0, 0, 5516, 5514, 1, 0, 0, 0, 5516, 5515, 1, 0, 0, 0, 5517, 5519, 1, 0, 0, 0, 5518, 5520, 5, 10, 0, 0, 5519, 5518, 1, 0, 0, 0, 5519, 5520, 1, 0, 0, 0, 5520, 5524, 1, 0, 0, 0, 5521, 5525, 3, 810, 405, 0, 5522, 5525, 3, 54, 27, 0, 5523, 5525, 5, 53, 0, 0, 5524, 5521, 1, 0, 0, 0, 5524, 5522, 1, 0, 0, 0, 5524, 5523, 1, 0, 0, 0, 5525, 477, 1, 0, 0, 0, 5526, 5527, 5, 138, 0, 0, 5527, 5528, 5, 175, 0, 0, 5528, 5544, 3, 784, 392, 0, 5529, 5530, 5, 333, 0, 0, 5530, 5531, 5, 351, 0, 0, 5531, 5533, 3, 766, 383, 0, 5532, 5529, 1, 0, 0, 0, 5532, 5533, 1, 0, 0, 0, 5533, 5545, 1, 0, 0, 0, 5534, 5536, 5, 105, 0, 0, 5535, 5534, 1, 0, 0, 0, 5535, 5536, 1, 0, 0, 0, 5536, 5538, 1, 0, 0, 0, 5537, 5539, 3, 476, 238, 0, 5538, 5537, 1, 0, 0, 0, 5539, 5540, 1, 0, 0, 0, 5540, 5538, 1, 0, 0, 0, 5540, 5541, 1, 0, 0, 0, 5541, 5543, 1, 0, 0, 0, 5542, 5535, 1, 0, 0, 0, 5542, 5543, 1, 0, 0, 0, 5543, 5545, 1, 0, 0, 0, 5544, 5532, 1, 0, 0, 0, 5544, 5542, 1, 0, 0, 0, 5545, 479, 1, 0, 0, 0, 5546, 5547, 5, 138, 0, 0, 5547, 5548, 5, 175, 0, 0, 5548, 5550, 3, 784, 392, 0, 5549, 5551, 3, 64, 32, 0, 5550, 5549, 1, 0, 0, 0, 5550, 5551, 1, 0, 0, 0, 5551, 481, 1, 0, 0, 0, 5552, 5553, 5, 138, 0, 0, 5553, 5554, 5, 108, 0, 0, 5554, 5555, 3, 310, 155, 0, 5555, 5556, 5, 305, 0, 0, 5556, 5557, 5, 375, 0, 0, 5557, 483, 1, 0, 0, 0, 5558, 5559, 5, 138, 0, 0, 5559, 5560, 5, 349, 0, 0, 5560, 5561, 7, 16, 0, 0, 5561, 5562, 3, 40, 20, 0, 5562, 485, 1, 0, 0, 0, 5563, 5564, 5, 46, 0, 0, 5564, 5565, 5, 189, 0, 0, 5565, 5567, 3, 310, 155, 0, 5566, 5568, 5, 36, 0, 0, 5567, 5566, 1, 0, 0, 0, 5567, 5568, 1, 0, 0, 0, 5568, 5569, 1, 0, 0, 0, 5569, 5573, 3, 646, 323, 0, 5570, 5572, 3, 128, 64, 0, 5571, 5570, 1, 0, 0, 0, 5572, 5575, 1, 0, 0, 0, 5573, 5571, 1, 0, 0, 0, 5573, 5574, 1, 0, 0, 0, 5574, 487, 1, 0, 0, 0, 5575, 5573, 1, 0, 0, 0, 5576, 5577, 5, 138, 0, 0, 5577, 5578, 5, 189, 0, 0, 5578, 5601, 3, 310, 155, 0, 5579, 5602, 3, 86, 43, 0, 5580, 5581, 7, 15, 0, 0, 5581, 5582, 5, 77, 0, 0, 5582, 5602, 5, 78, 0, 0, 5583, 5586, 5, 133, 0, 0, 5584, 5585, 5, 45, 0, 0, 5585, 5587, 3, 816, 408, 0, 5586, 5584, 1, 0, 0, 0, 5586, 5587, 1, 0, 0, 0, 5587, 5588, 1, 0, 0, 0, 5588, 5602, 3, 136, 68, 0, 5589, 5590, 5, 191, 0, 0, 5590, 5592, 5, 45, 0, 0, 5591, 5593, 3, 416, 208, 0, 5592, 5591, 1, 0, 0, 0, 5592, 5593, 1, 0, 0, 0, 5593, 5594, 1, 0, 0, 0, 5594, 5596, 3, 816, 408, 0, 5595, 5597, 3, 88, 44, 0, 5596, 5595, 1, 0, 0, 0, 5596, 5597, 1, 0, 0, 0, 5597, 5602, 1, 0, 0, 0, 5598, 5599, 5, 372, 0, 0, 5599, 5600, 5, 45, 0, 0, 5600, 5602, 3, 816, 408, 0, 5601, 5579, 1, 0, 0, 0, 5601, 5580, 1, 0, 0, 0, 5601, 5583, 1, 0, 0, 0, 5601, 5589, 1, 0, 0, 0, 5601, 5598, 1, 0, 0, 0, 5602, 489, 1, 0, 0, 0, 5603, 5604, 5, 138, 0, 0, 5604, 5605, 5, 355, 0, 0, 5605, 5606, 5, 325, 0, 0, 5606, 5607, 5, 185, 0, 0, 5607, 5608, 3, 310, 155, 0, 5608, 5609, 3, 278, 139, 0, 5609, 491, 1, 0, 0, 0, 5610, 5611, 5, 138, 0, 0, 5611, 5612, 5, 355, 0, 0, 5612, 5613, 5, 325, 0, 0, 5613, 5614, 5, 163, 0, 0, 5614, 5615, 3, 310, 155, 0, 5615, 5616, 7, 73, 0, 0, 5616, 5617, 5, 257, 0, 0, 5617, 5618, 5, 62, 0, 0, 5618, 5619, 3, 780, 390, 0, 5619, 5620, 5, 105, 0, 0, 5620, 5621, 3, 308, 154, 0, 5621, 5652, 1, 0, 0, 0, 5622, 5623, 5, 138, 0, 0, 5623, 5624, 5, 355, 0, 0, 5624, 5625, 5, 325, 0, 0, 5625, 5626, 5, 163, 0, 0, 5626, 5627, 3, 310, 155, 0, 5627, 5628, 5, 138, 0, 0, 5628, 5631, 5, 257, 0, 0, 5629, 5630, 5, 62, 0, 0, 5630, 5632, 3, 780, 390, 0, 5631, 5629, 1, 0, 0, 0, 5631, 5632, 1, 0, 0, 0, 5632, 5633, 1, 0, 0, 0, 5633, 5634, 5, 311, 0, 0, 5634, 5635, 3, 310, 155, 0, 5635, 5636, 5, 105, 0, 0, 5636, 5637, 3, 310, 155, 0, 5637, 5652, 1, 0, 0, 0, 5638, 5639, 5, 138, 0, 0, 5639, 5640, 5, 355, 0, 0, 5640, 5641, 5, 325, 0, 0, 5641, 5642, 5, 163, 0, 0, 5642, 5643, 3, 310, 155, 0, 5643, 5644, 5, 191, 0, 0, 5644, 5646, 5, 257, 0, 0, 5645, 5647, 3, 416, 208, 0, 5646, 5645, 1, 0, 0, 0, 5646, 5647, 1, 0, 0, 0, 5647, 5648, 1, 0, 0, 0, 5648, 5649, 5, 62, 0, 0, 5649, 5650, 3, 780, 390, 0, 5650, 5652, 1, 0, 0, 0, 5651, 5610, 1, 0, 0, 0, 5651, 5622, 1, 0, 0, 0, 5651, 5638, 1, 0, 0, 0, 5652, 493, 1, 0, 0, 0, 5653, 5655, 5, 46, 0, 0, 5654, 5656, 5, 53, 0, 0, 5655, 5654, 1, 0, 0, 0, 5655, 5656, 1, 0, 0, 0, 5656, 5657, 1, 0, 0, 0, 5657, 5658, 5, 168, 0, 0, 5658, 5659, 3, 310, 155, 0, 5659, 5660, 5, 62, 0, 0, 5660, 5661, 3, 806, 403, 0, 5661, 5662, 5, 94, 0, 0, 5662, 5663, 3, 806, 403, 0, 5663, 5664, 5, 64, 0, 0, 5664, 5665, 3, 310, 155, 0, 5665, 495, 1, 0, 0, 0, 5666, 5668, 5, 158, 0, 0, 5667, 5669, 3, 508, 254, 0, 5668, 5667, 1, 0, 0, 0, 5668, 5669, 1, 0, 0, 0, 5669, 5674, 1, 0, 0, 0, 5670, 5672, 3, 770, 385, 0, 5671, 5673, 3, 164, 82, 0, 5672, 5671, 1, 0, 0, 0, 5672, 5673, 1, 0, 0, 0, 5673, 5675, 1, 0, 0, 0, 5674, 5670, 1, 0, 0, 0, 5674, 5675, 1, 0, 0, 0, 5675, 5692, 1, 0, 0, 0, 5676, 5677, 5, 158, 0, 0, 5677, 5678, 5, 2, 0, 0, 5678, 5683, 3, 508, 254, 0, 5679, 5680, 5, 6, 0, 0, 5680, 5682, 3, 508, 254, 0, 5681, 5679, 1, 0, 0, 0, 5682, 5685, 1, 0, 0, 0, 5683, 5681, 1, 0, 0, 0, 5683, 5684, 1, 0, 0, 0, 5684, 5686, 1, 0, 0, 0, 5685, 5683, 1, 0, 0, 0, 5686, 5687, 5, 3, 0, 0, 5687, 5689, 3, 770, 385, 0, 5688, 5690, 3, 164, 82, 0, 5689, 5688, 1, 0, 0, 0, 5689, 5690, 1, 0, 0, 0, 5690, 5692, 1, 0, 0, 0, 5691, 5666, 1, 0, 0, 0, 5691, 5676, 1, 0, 0, 0, 5692, 497, 1, 0, 0, 0, 5693, 5709, 5, 370, 0, 0, 5694, 5696, 5, 113, 0, 0, 5695, 5694, 1, 0, 0, 0, 5695, 5696, 1, 0, 0, 0, 5696, 5698, 1, 0, 0, 0, 5697, 5699, 5, 112, 0, 0, 5698, 5697, 1, 0, 0, 0, 5698, 5699, 1, 0, 0, 0, 5699, 5701, 1, 0, 0, 0, 5700, 5702, 3, 508, 254, 0, 5701, 5700, 1, 0, 0, 0, 5701, 5702, 1, 0, 0, 0, 5702, 5704, 1, 0, 0, 0, 5703, 5705, 3, 502, 251, 0, 5704, 5703, 1, 0, 0, 0, 5704, 5705, 1, 0, 0, 0, 5705, 5710, 1, 0, 0, 0, 5706, 5708, 3, 518, 259, 0, 5707, 5706, 1, 0, 0, 0, 5707, 5708, 1, 0, 0, 0, 5708, 5710, 1, 0, 0, 0, 5709, 5695, 1, 0, 0, 0, 5709, 5707, 1, 0, 0, 0, 5710, 5712, 1, 0, 0, 0, 5711, 5713, 3, 512, 256, 0, 5712, 5711, 1, 0, 0, 0, 5712, 5713, 1, 0, 0, 0, 5713, 499, 1, 0, 0, 0, 5714, 5729, 3, 502, 251, 0, 5715, 5717, 3, 508, 254, 0, 5716, 5715, 1, 0, 0, 0, 5716, 5717, 1, 0, 0, 0, 5717, 5730, 1, 0, 0, 0, 5718, 5719, 5, 2, 0, 0, 5719, 5724, 3, 506, 253, 0, 5720, 5721, 5, 6, 0, 0, 5721, 5723, 3, 506, 253, 0, 5722, 5720, 1, 0, 0, 0, 5723, 5726, 1, 0, 0, 0, 5724, 5722, 1, 0, 0, 0, 5724, 5725, 1, 0, 0, 0, 5725, 5727, 1, 0, 0, 0, 5726, 5724, 1, 0, 0, 0, 5727, 5728, 5, 3, 0, 0, 5728, 5730, 1, 0, 0, 0, 5729, 5716, 1, 0, 0, 0, 5729, 5718, 1, 0, 0, 0, 5730, 5732, 1, 0, 0, 0, 5731, 5733, 3, 512, 256, 0, 5732, 5731, 1, 0, 0, 0, 5732, 5733, 1, 0, 0, 0, 5733, 501, 1, 0, 0, 0, 5734, 5735, 7, 74, 0, 0, 5735, 503, 1, 0, 0, 0, 5736, 5739, 3, 820, 410, 0, 5737, 5739, 3, 502, 251, 0, 5738, 5736, 1, 0, 0, 0, 5738, 5737, 1, 0, 0, 0, 5739, 5742, 1, 0, 0, 0, 5740, 5743, 3, 54, 27, 0, 5741, 5743, 3, 196, 98, 0, 5742, 5740, 1, 0, 0, 0, 5742, 5741, 1, 0, 0, 0, 5742, 5743, 1, 0, 0, 0, 5743, 505, 1, 0, 0, 0, 5744, 5746, 7, 75, 0, 0, 5745, 5747, 7, 76, 0, 0, 5746, 5745, 1, 0, 0, 0, 5746, 5747, 1, 0, 0, 0, 5747, 5754, 1, 0, 0, 0, 5748, 5751, 5, 548, 0, 0, 5749, 5752, 3, 196, 98, 0, 5750, 5752, 3, 806, 403, 0, 5751, 5749, 1, 0, 0, 0, 5751, 5750, 1, 0, 0, 0, 5752, 5754, 1, 0, 0, 0, 5753, 5744, 1, 0, 0, 0, 5753, 5748, 1, 0, 0, 0, 5754, 507, 1, 0, 0, 0, 5755, 5757, 5, 128, 0, 0, 5756, 5758, 7, 76, 0, 0, 5757, 5756, 1, 0, 0, 0, 5757, 5758, 1, 0, 0, 0, 5758, 509, 1, 0, 0, 0, 5759, 5761, 3, 770, 385, 0, 5760, 5762, 3, 138, 69, 0, 5761, 5760, 1, 0, 0, 0, 5761, 5762, 1, 0, 0, 0, 5762, 511, 1, 0, 0, 0, 5763, 5768, 3, 510, 255, 0, 5764, 5765, 5, 6, 0, 0, 5765, 5767, 3, 510, 255, 0, 5766, 5764, 1, 0, 0, 0, 5767, 5770, 1, 0, 0, 0, 5768, 5766, 1, 0, 0, 0, 5768, 5769, 1, 0, 0, 0, 5769, 513, 1, 0, 0, 0, 5770, 5768, 1, 0, 0, 0, 5771, 5782, 5, 203, 0, 0, 5772, 5783, 3, 518, 259, 0, 5773, 5775, 5, 128, 0, 0, 5774, 5773, 1, 0, 0, 0, 5774, 5775, 1, 0, 0, 0, 5775, 5783, 1, 0, 0, 0, 5776, 5778, 3, 502, 251, 0, 5777, 5779, 3, 508, 254, 0, 5778, 5777, 1, 0, 0, 0, 5778, 5779, 1, 0, 0, 0, 5779, 5781, 1, 0, 0, 0, 5780, 5776, 1, 0, 0, 0, 5780, 5781, 1, 0, 0, 0, 5781, 5783, 1, 0, 0, 0, 5782, 5772, 1, 0, 0, 0, 5782, 5774, 1, 0, 0, 0, 5782, 5780, 1, 0, 0, 0, 5783, 5784, 1, 0, 0, 0, 5784, 5785, 3, 516, 258, 0, 5785, 515, 1, 0, 0, 0, 5786, 5796, 3, 554, 277, 0, 5787, 5796, 3, 532, 266, 0, 5788, 5796, 3, 546, 273, 0, 5789, 5796, 3, 542, 271, 0, 5790, 5796, 3, 552, 276, 0, 5791, 5796, 3, 180, 90, 0, 5792, 5796, 3, 186, 93, 0, 5793, 5796, 3, 188, 94, 0, 5794, 5796, 3, 526, 263, 0, 5795, 5786, 1, 0, 0, 0, 5795, 5787, 1, 0, 0, 0, 5795, 5788, 1, 0, 0, 0, 5795, 5789, 1, 0, 0, 0, 5795, 5790, 1, 0, 0, 0, 5795, 5791, 1, 0, 0, 0, 5795, 5792, 1, 0, 0, 0, 5795, 5793, 1, 0, 0, 0, 5795, 5794, 1, 0, 0, 0, 5796, 517, 1, 0, 0, 0, 5797, 5798, 5, 2, 0, 0, 5798, 5803, 3, 504, 252, 0, 5799, 5800, 5, 6, 0, 0, 5800, 5802, 3, 504, 252, 0, 5801, 5799, 1, 0, 0, 0, 5802, 5805, 1, 0, 0, 0, 5803, 5801, 1, 0, 0, 0, 5803, 5804, 1, 0, 0, 0, 5804, 5806, 1, 0, 0, 0, 5805, 5803, 1, 0, 0, 0, 5806, 5807, 5, 3, 0, 0, 5807, 519, 1, 0, 0, 0, 5808, 5809, 5, 290, 0, 0, 5809, 5811, 3, 816, 408, 0, 5810, 5812, 3, 522, 261, 0, 5811, 5810, 1, 0, 0, 0, 5811, 5812, 1, 0, 0, 0, 5812, 5813, 1, 0, 0, 0, 5813, 5814, 5, 36, 0, 0, 5814, 5815, 3, 524, 262, 0, 5815, 521, 1, 0, 0, 0, 5816, 5817, 5, 2, 0, 0, 5817, 5822, 3, 646, 323, 0, 5818, 5819, 5, 6, 0, 0, 5819, 5821, 3, 646, 323, 0, 5820, 5818, 1, 0, 0, 0, 5821, 5824, 1, 0, 0, 0, 5822, 5820, 1, 0, 0, 0, 5822, 5823, 1, 0, 0, 0, 5823, 5825, 1, 0, 0, 0, 5824, 5822, 1, 0, 0, 0, 5825, 5826, 5, 3, 0, 0, 5826, 523, 1, 0, 0, 0, 5827, 5833, 3, 554, 277, 0, 5828, 5833, 3, 532, 266, 0, 5829, 5833, 3, 546, 273, 0, 5830, 5833, 3, 542, 271, 0, 5831, 5833, 3, 898, 449, 0, 5832, 5827, 1, 0, 0, 0, 5832, 5828, 1, 0, 0, 0, 5832, 5829, 1, 0, 0, 0, 5832, 5830, 1, 0, 0, 0, 5832, 5831, 1, 0, 0, 0, 5833, 525, 1, 0, 0, 0, 5834, 5835, 5, 202, 0, 0, 5835, 5837, 3, 816, 408, 0, 5836, 5838, 3, 528, 264, 0, 5837, 5836, 1, 0, 0, 0, 5837, 5838, 1, 0, 0, 0, 5838, 5858, 1, 0, 0, 0, 5839, 5841, 5, 46, 0, 0, 5840, 5842, 3, 116, 58, 0, 5841, 5840, 1, 0, 0, 0, 5841, 5842, 1, 0, 0, 0, 5842, 5843, 1, 0, 0, 0, 5843, 5845, 5, 92, 0, 0, 5844, 5846, 3, 288, 144, 0, 5845, 5844, 1, 0, 0, 0, 5845, 5846, 1, 0, 0, 0, 5846, 5847, 1, 0, 0, 0, 5847, 5848, 3, 182, 91, 0, 5848, 5849, 5, 36, 0, 0, 5849, 5850, 5, 202, 0, 0, 5850, 5852, 3, 816, 408, 0, 5851, 5853, 3, 528, 264, 0, 5852, 5851, 1, 0, 0, 0, 5852, 5853, 1, 0, 0, 0, 5853, 5855, 1, 0, 0, 0, 5854, 5856, 3, 184, 92, 0, 5855, 5854, 1, 0, 0, 0, 5855, 5856, 1, 0, 0, 0, 5856, 5858, 1, 0, 0, 0, 5857, 5834, 1, 0, 0, 0, 5857, 5839, 1, 0, 0, 0, 5858, 527, 1, 0, 0, 0, 5859, 5860, 5, 2, 0, 0, 5860, 5861, 3, 726, 363, 0, 5861, 5862, 5, 3, 0, 0, 5862, 529, 1, 0, 0, 0, 5863, 5865, 5, 177, 0, 0, 5864, 5866, 5, 290, 0, 0, 5865, 5864, 1, 0, 0, 0, 5865, 5866, 1, 0, 0, 0, 5866, 5869, 1, 0, 0, 0, 5867, 5870, 3, 816, 408, 0, 5868, 5870, 5, 30, 0, 0, 5869, 5867, 1, 0, 0, 0, 5869, 5868, 1, 0, 0, 0, 5870, 531, 1, 0, 0, 0, 5871, 5873, 3, 566, 283, 0, 5872, 5871, 1, 0, 0, 0, 5872, 5873, 1, 0, 0, 0, 5873, 5874, 1, 0, 0, 0, 5874, 5875, 5, 241, 0, 0, 5875, 5876, 5, 71, 0, 0, 5876, 5879, 3, 770, 385, 0, 5877, 5878, 5, 36, 0, 0, 5878, 5880, 3, 816, 408, 0, 5879, 5877, 1, 0, 0, 0, 5879, 5880, 1, 0, 0, 0, 5880, 5881, 1, 0, 0, 0, 5881, 5903, 3, 534, 267, 0, 5882, 5883, 5, 80, 0, 0, 5883, 5891, 5, 464, 0, 0, 5884, 5886, 3, 354, 177, 0, 5885, 5887, 3, 632, 316, 0, 5886, 5885, 1, 0, 0, 0, 5886, 5887, 1, 0, 0, 0, 5887, 5892, 1, 0, 0, 0, 5888, 5889, 5, 80, 0, 0, 5889, 5890, 5, 45, 0, 0, 5890, 5892, 3, 816, 408, 0, 5891, 5884, 1, 0, 0, 0, 5891, 5888, 1, 0, 0, 0, 5891, 5892, 1, 0, 0, 0, 5892, 5893, 1, 0, 0, 0, 5893, 5901, 5, 57, 0, 0, 5894, 5895, 5, 369, 0, 0, 5895, 5896, 5, 333, 0, 0, 5896, 5898, 3, 548, 274, 0, 5897, 5899, 3, 632, 316, 0, 5898, 5897, 1, 0, 0, 0, 5898, 5899, 1, 0, 0, 0, 5899, 5902, 1, 0, 0, 0, 5900, 5902, 5, 270, 0, 0, 5901, 5894, 1, 0, 0, 0, 5901, 5900, 1, 0, 0, 0, 5902, 5904, 1, 0, 0, 0, 5903, 5882, 1, 0, 0, 0, 5903, 5904, 1, 0, 0, 0, 5904, 5906, 1, 0, 0, 0, 5905, 5907, 3, 540, 270, 0, 5906, 5905, 1, 0, 0, 0, 5906, 5907, 1, 0, 0, 0, 5907, 533, 1, 0, 0, 0, 5908, 5909, 5, 2, 0, 0, 5909, 5910, 3, 536, 268, 0, 5910, 5911, 5, 3, 0, 0, 5911, 5913, 1, 0, 0, 0, 5912, 5908, 1, 0, 0, 0, 5912, 5913, 1, 0, 0, 0, 5913, 5917, 1, 0, 0, 0, 5914, 5915, 5, 463, 0, 0, 5915, 5916, 7, 77, 0, 0, 5916, 5918, 5, 450, 0, 0, 5917, 5914, 1, 0, 0, 0, 5917, 5918, 1, 0, 0, 0, 5918, 5921, 1, 0, 0, 0, 5919, 5922, 3, 908, 454, 0, 5920, 5922, 3, 554, 277, 0, 5921, 5919, 1, 0, 0, 0, 5921, 5920, 1, 0, 0, 0, 5922, 535, 1, 0, 0, 0, 5923, 5928, 3, 538, 269, 0, 5924, 5925, 5, 6, 0, 0, 5925, 5927, 3, 538, 269, 0, 5926, 5924, 1, 0, 0, 0, 5927, 5930, 1, 0, 0, 0, 5928, 5926, 1, 0, 0, 0, 5928, 5929, 1, 0, 0, 0, 5929, 537, 1, 0, 0, 0, 5930, 5928, 1, 0, 0, 0, 5931, 5932, 3, 796, 398, 0, 5932, 5933, 3, 750, 375, 0, 5933, 539, 1, 0, 0, 0, 5934, 5935, 5, 87, 0, 0, 5935, 5936, 3, 752, 376, 0, 5936, 541, 1, 0, 0, 0, 5937, 5939, 3, 566, 283, 0, 5938, 5937, 1, 0, 0, 0, 5938, 5939, 1, 0, 0, 0, 5939, 5940, 1, 0, 0, 0, 5940, 5941, 5, 182, 0, 0, 5941, 5942, 5, 64, 0, 0, 5942, 5945, 3, 624, 312, 0, 5943, 5944, 5, 100, 0, 0, 5944, 5946, 3, 606, 303, 0, 5945, 5943, 1, 0, 0, 0, 5945, 5946, 1, 0, 0, 0, 5946, 5948, 1, 0, 0, 0, 5947, 5949, 3, 634, 317, 0, 5948, 5947, 1, 0, 0, 0, 5948, 5949, 1, 0, 0, 0, 5949, 5951, 1, 0, 0, 0, 5950, 5952, 3, 540, 270, 0, 5951, 5950, 1, 0, 0, 0, 5951, 5952, 1, 0, 0, 0, 5952, 543, 1, 0, 0, 0, 5953, 5955, 5, 256, 0, 0, 5954, 5956, 5, 92, 0, 0, 5955, 5954, 1, 0, 0, 0, 5955, 5956, 1, 0, 0, 0, 5956, 5957, 1, 0, 0, 0, 5957, 5972, 3, 622, 311, 0, 5958, 5969, 5, 68, 0, 0, 5959, 5960, 7, 78, 0, 0, 5960, 5970, 7, 79, 0, 0, 5961, 5966, 5, 334, 0, 0, 5962, 5963, 5, 369, 0, 0, 5963, 5967, 5, 201, 0, 0, 5964, 5965, 5, 414, 0, 0, 5965, 5967, 5, 201, 0, 0, 5966, 5962, 1, 0, 0, 0, 5966, 5964, 1, 0, 0, 0, 5966, 5967, 1, 0, 0, 0, 5967, 5970, 1, 0, 0, 0, 5968, 5970, 5, 201, 0, 0, 5969, 5959, 1, 0, 0, 0, 5969, 5961, 1, 0, 0, 0, 5969, 5968, 1, 0, 0, 0, 5970, 5971, 1, 0, 0, 0, 5971, 5973, 5, 263, 0, 0, 5972, 5958, 1, 0, 0, 0, 5972, 5973, 1, 0, 0, 0, 5973, 5975, 1, 0, 0, 0, 5974, 5976, 5, 272, 0, 0, 5975, 5974, 1, 0, 0, 0, 5975, 5976, 1, 0, 0, 0, 5976, 545, 1, 0, 0, 0, 5977, 5979, 3, 566, 283, 0, 5978, 5977, 1, 0, 0, 0, 5978, 5979, 1, 0, 0, 0, 5979, 5980, 1, 0, 0, 0, 5980, 5981, 5, 369, 0, 0, 5981, 5982, 3, 624, 312, 0, 5982, 5983, 5, 333, 0, 0, 5983, 5985, 3, 548, 274, 0, 5984, 5986, 3, 604, 302, 0, 5985, 5984, 1, 0, 0, 0, 5985, 5986, 1, 0, 0, 0, 5986, 5988, 1, 0, 0, 0, 5987, 5989, 3, 634, 317, 0, 5988, 5987, 1, 0, 0, 0, 5988, 5989, 1, 0, 0, 0, 5989, 5991, 1, 0, 0, 0, 5990, 5992, 3, 540, 270, 0, 5991, 5990, 1, 0, 0, 0, 5991, 5992, 1, 0, 0, 0, 5992, 547, 1, 0, 0, 0, 5993, 5998, 3, 550, 275, 0, 5994, 5995, 5, 6, 0, 0, 5995, 5997, 3, 550, 275, 0, 5996, 5994, 1, 0, 0, 0, 5997, 6000, 1, 0, 0, 0, 5998, 5996, 1, 0, 0, 0, 5998, 5999, 1, 0, 0, 0, 5999, 549, 1, 0, 0, 0, 6000, 5998, 1, 0, 0, 0, 6001, 6002, 3, 538, 269, 0, 6002, 6003, 5, 10, 0, 0, 6003, 6004, 3, 668, 334, 0, 6004, 6020, 1, 0, 0, 0, 6005, 6006, 5, 2, 0, 0, 6006, 6007, 3, 536, 268, 0, 6007, 6008, 5, 3, 0, 0, 6008, 6017, 5, 10, 0, 0, 6009, 6011, 5, 414, 0, 0, 6010, 6009, 1, 0, 0, 0, 6010, 6011, 1, 0, 0, 0, 6011, 6012, 1, 0, 0, 0, 6012, 6018, 3, 668, 334, 0, 6013, 6014, 5, 2, 0, 0, 6014, 6015, 3, 560, 280, 0, 6015, 6016, 5, 3, 0, 0, 6016, 6018, 1, 0, 0, 0, 6017, 6010, 1, 0, 0, 0, 6017, 6013, 1, 0, 0, 0, 6018, 6020, 1, 0, 0, 0, 6019, 6001, 1, 0, 0, 0, 6019, 6005, 1, 0, 0, 0, 6020, 551, 1, 0, 0, 0, 6021, 6022, 5, 178, 0, 0, 6022, 6031, 3, 816, 408, 0, 6023, 6025, 5, 269, 0, 0, 6024, 6023, 1, 0, 0, 0, 6024, 6025, 1, 0, 0, 0, 6025, 6026, 1, 0, 0, 0, 6026, 6030, 5, 324, 0, 0, 6027, 6030, 5, 107, 0, 0, 6028, 6030, 5, 240, 0, 0, 6029, 6024, 1, 0, 0, 0, 6029, 6027, 1, 0, 0, 0, 6029, 6028, 1, 0, 0, 0, 6030, 6033, 1, 0, 0, 0, 6031, 6029, 1, 0, 0, 0, 6031, 6032, 1, 0, 0, 0, 6032, 6034, 1, 0, 0, 0, 6033, 6031, 1, 0, 0, 0, 6034, 6037, 5, 172, 0, 0, 6035, 6036, 7, 27, 0, 0, 6036, 6038, 5, 217, 0, 0, 6037, 6035, 1, 0, 0, 0, 6037, 6038, 1, 0, 0, 0, 6038, 6039, 1, 0, 0, 0, 6039, 6040, 5, 62, 0, 0, 6040, 6041, 3, 554, 277, 0, 6041, 553, 1, 0, 0, 0, 6042, 6045, 3, 558, 279, 0, 6043, 6045, 3, 556, 278, 0, 6044, 6042, 1, 0, 0, 0, 6044, 6043, 1, 0, 0, 0, 6045, 555, 1, 0, 0, 0, 6046, 6049, 5, 2, 0, 0, 6047, 6050, 3, 558, 279, 0, 6048, 6050, 3, 556, 278, 0, 6049, 6047, 1, 0, 0, 0, 6049, 6048, 1, 0, 0, 0, 6050, 6051, 1, 0, 0, 0, 6051, 6052, 5, 3, 0, 0, 6052, 557, 1, 0, 0, 0, 6053, 6055, 3, 566, 283, 0, 6054, 6053, 1, 0, 0, 0, 6054, 6055, 1, 0, 0, 0, 6055, 6056, 1, 0, 0, 0, 6056, 6058, 3, 560, 280, 0, 6057, 6059, 3, 580, 290, 0, 6058, 6057, 1, 0, 0, 0, 6058, 6059, 1, 0, 0, 0, 6059, 6068, 1, 0, 0, 0, 6060, 6062, 3, 600, 300, 0, 6061, 6063, 3, 584, 292, 0, 6062, 6061, 1, 0, 0, 0, 6062, 6063, 1, 0, 0, 0, 6063, 6069, 1, 0, 0, 0, 6064, 6066, 3, 584, 292, 0, 6065, 6067, 3, 600, 300, 0, 6066, 6065, 1, 0, 0, 0, 6066, 6067, 1, 0, 0, 0, 6067, 6069, 1, 0, 0, 0, 6068, 6060, 1, 0, 0, 0, 6068, 6064, 1, 0, 0, 0, 6068, 6069, 1, 0, 0, 0, 6069, 559, 1, 0, 0, 0, 6070, 6073, 3, 562, 281, 0, 6071, 6073, 3, 556, 278, 0, 6072, 6070, 1, 0, 0, 0, 6072, 6071, 1, 0, 0, 0, 6073, 561, 1, 0, 0, 0, 6074, 6084, 5, 88, 0, 0, 6075, 6077, 5, 30, 0, 0, 6076, 6075, 1, 0, 0, 0, 6076, 6077, 1, 0, 0, 0, 6077, 6079, 1, 0, 0, 0, 6078, 6080, 3, 574, 287, 0, 6079, 6078, 1, 0, 0, 0, 6079, 6080, 1, 0, 0, 0, 6080, 6085, 1, 0, 0, 0, 6081, 6083, 3, 578, 289, 0, 6082, 6081, 1, 0, 0, 0, 6082, 6083, 1, 0, 0, 0, 6083, 6085, 1, 0, 0, 0, 6084, 6076, 1, 0, 0, 0, 6084, 6082, 1, 0, 0, 0, 6085, 6086, 1, 0, 0, 0, 6086, 6097, 3, 928, 464, 0, 6087, 6097, 3, 602, 301, 0, 6088, 6089, 5, 92, 0, 0, 6089, 6097, 3, 618, 309, 0, 6090, 6091, 3, 556, 278, 0, 6091, 6094, 3, 564, 282, 0, 6092, 6095, 3, 562, 281, 0, 6093, 6095, 3, 556, 278, 0, 6094, 6092, 1, 0, 0, 0, 6094, 6093, 1, 0, 0, 0, 6095, 6097, 1, 0, 0, 0, 6096, 6074, 1, 0, 0, 0, 6096, 6087, 1, 0, 0, 0, 6096, 6088, 1, 0, 0, 0, 6096, 6090, 1, 0, 0, 0, 6097, 6105, 1, 0, 0, 0, 6098, 6101, 3, 564, 282, 0, 6099, 6102, 3, 562, 281, 0, 6100, 6102, 3, 556, 278, 0, 6101, 6099, 1, 0, 0, 0, 6101, 6100, 1, 0, 0, 0, 6102, 6104, 1, 0, 0, 0, 6103, 6098, 1, 0, 0, 0, 6104, 6107, 1, 0, 0, 0, 6105, 6103, 1, 0, 0, 0, 6105, 6106, 1, 0, 0, 0, 6106, 563, 1, 0, 0, 0, 6107, 6105, 1, 0, 0, 0, 6108, 6110, 7, 80, 0, 0, 6109, 6111, 7, 81, 0, 0, 6110, 6109, 1, 0, 0, 0, 6110, 6111, 1, 0, 0, 0, 6111, 565, 1, 0, 0, 0, 6112, 6114, 5, 105, 0, 0, 6113, 6115, 5, 303, 0, 0, 6114, 6113, 1, 0, 0, 0, 6114, 6115, 1, 0, 0, 0, 6115, 6116, 1, 0, 0, 0, 6116, 6121, 3, 568, 284, 0, 6117, 6118, 5, 6, 0, 0, 6118, 6120, 3, 568, 284, 0, 6119, 6117, 1, 0, 0, 0, 6120, 6123, 1, 0, 0, 0, 6121, 6119, 1, 0, 0, 0, 6121, 6122, 1, 0, 0, 0, 6122, 567, 1, 0, 0, 0, 6123, 6121, 1, 0, 0, 0, 6124, 6126, 3, 816, 408, 0, 6125, 6127, 3, 138, 69, 0, 6126, 6125, 1, 0, 0, 0, 6126, 6127, 1, 0, 0, 0, 6127, 6128, 1, 0, 0, 0, 6128, 6133, 5, 36, 0, 0, 6129, 6131, 5, 77, 0, 0, 6130, 6129, 1, 0, 0, 0, 6130, 6131, 1, 0, 0, 0, 6131, 6132, 1, 0, 0, 0, 6132, 6134, 5, 259, 0, 0, 6133, 6130, 1, 0, 0, 0, 6133, 6134, 1, 0, 0, 0, 6134, 6135, 1, 0, 0, 0, 6135, 6136, 5, 2, 0, 0, 6136, 6137, 3, 524, 262, 0, 6137, 6139, 5, 3, 0, 0, 6138, 6140, 3, 570, 285, 0, 6139, 6138, 1, 0, 0, 0, 6139, 6140, 1, 0, 0, 0, 6140, 6142, 1, 0, 0, 0, 6141, 6143, 3, 572, 286, 0, 6142, 6141, 1, 0, 0, 0, 6142, 6143, 1, 0, 0, 0, 6143, 569, 1, 0, 0, 0, 6144, 6145, 5, 325, 0, 0, 6145, 6146, 7, 82, 0, 0, 6146, 6147, 5, 207, 0, 0, 6147, 6148, 5, 147, 0, 0, 6148, 6149, 3, 142, 71, 0, 6149, 6150, 5, 333, 0, 0, 6150, 6151, 3, 796, 398, 0, 6151, 571, 1, 0, 0, 0, 6152, 6153, 5, 173, 0, 0, 6153, 6154, 3, 142, 71, 0, 6154, 6155, 5, 333, 0, 0, 6155, 6161, 3, 796, 398, 0, 6156, 6157, 5, 94, 0, 0, 6157, 6158, 3, 816, 408, 0, 6158, 6159, 5, 53, 0, 0, 6159, 6160, 3, 816, 408, 0, 6160, 6162, 1, 0, 0, 0, 6161, 6156, 1, 0, 0, 0, 6161, 6162, 1, 0, 0, 0, 6162, 6163, 1, 0, 0, 0, 6163, 6164, 5, 100, 0, 0, 6164, 6165, 3, 796, 398, 0, 6165, 573, 1, 0, 0, 0, 6166, 6172, 5, 71, 0, 0, 6167, 6169, 5, 346, 0, 0, 6168, 6167, 1, 0, 0, 0, 6168, 6169, 1, 0, 0, 0, 6169, 6170, 1, 0, 0, 0, 6170, 6173, 3, 576, 288, 0, 6171, 6173, 3, 726, 363, 0, 6172, 6168, 1, 0, 0, 0, 6172, 6171, 1, 0, 0, 0, 6173, 575, 1, 0, 0, 0, 6174, 6176, 7, 21, 0, 0, 6175, 6174, 1, 0, 0, 0, 6175, 6176, 1, 0, 0, 0, 6176, 6177, 1, 0, 0, 0, 6177, 6179, 7, 22, 0, 0, 6178, 6180, 5, 92, 0, 0, 6179, 6178, 1, 0, 0, 0, 6179, 6180, 1, 0, 0, 0, 6180, 6181, 1, 0, 0, 0, 6181, 6190, 3, 768, 384, 0, 6182, 6184, 5, 367, 0, 0, 6183, 6182, 1, 0, 0, 0, 6183, 6184, 1, 0, 0, 0, 6184, 6186, 1, 0, 0, 0, 6185, 6187, 5, 92, 0, 0, 6186, 6185, 1, 0, 0, 0, 6186, 6187, 1, 0, 0, 0, 6187, 6188, 1, 0, 0, 0, 6188, 6190, 3, 768, 384, 0, 6189, 6175, 1, 0, 0, 0, 6189, 6183, 1, 0, 0, 0, 6190, 577, 1, 0, 0, 0, 6191, 6194, 5, 56, 0, 0, 6192, 6193, 5, 80, 0, 0, 6193, 6195, 3, 528, 264, 0, 6194, 6192, 1, 0, 0, 0, 6194, 6195, 1, 0, 0, 0, 6195, 579, 1, 0, 0, 0, 6196, 6197, 5, 83, 0, 0, 6197, 6198, 5, 147, 0, 0, 6198, 6203, 3, 582, 291, 0, 6199, 6200, 5, 6, 0, 0, 6200, 6202, 3, 582, 291, 0, 6201, 6199, 1, 0, 0, 0, 6202, 6205, 1, 0, 0, 0, 6203, 6201, 1, 0, 0, 0, 6203, 6204, 1, 0, 0, 0, 6204, 581, 1, 0, 0, 0, 6205, 6203, 1, 0, 0, 0, 6206, 6210, 3, 730, 365, 0, 6207, 6208, 5, 100, 0, 0, 6208, 6211, 3, 722, 361, 0, 6209, 6211, 7, 56, 0, 0, 6210, 6207, 1, 0, 0, 0, 6210, 6209, 1, 0, 0, 0, 6210, 6211, 1, 0, 0, 0, 6211, 6214, 1, 0, 0, 0, 6212, 6213, 5, 273, 0, 0, 6213, 6215, 7, 57, 0, 0, 6214, 6212, 1, 0, 0, 0, 6214, 6215, 1, 0, 0, 0, 6215, 583, 1, 0, 0, 0, 6216, 6218, 3, 590, 295, 0, 6217, 6219, 3, 588, 294, 0, 6218, 6217, 1, 0, 0, 0, 6218, 6219, 1, 0, 0, 0, 6219, 6228, 1, 0, 0, 0, 6220, 6223, 3, 586, 293, 0, 6221, 6223, 3, 588, 294, 0, 6222, 6220, 1, 0, 0, 0, 6222, 6221, 1, 0, 0, 0, 6223, 6225, 1, 0, 0, 0, 6224, 6226, 3, 590, 295, 0, 6225, 6224, 1, 0, 0, 0, 6225, 6226, 1, 0, 0, 0, 6226, 6228, 1, 0, 0, 0, 6227, 6216, 1, 0, 0, 0, 6227, 6222, 1, 0, 0, 0, 6228, 585, 1, 0, 0, 0, 6229, 6232, 5, 74, 0, 0, 6230, 6233, 3, 668, 334, 0, 6231, 6233, 5, 30, 0, 0, 6232, 6230, 1, 0, 0, 0, 6232, 6231, 1, 0, 0, 0, 6233, 6236, 1, 0, 0, 0, 6234, 6235, 5, 6, 0, 0, 6235, 6237, 3, 668, 334, 0, 6236, 6234, 1, 0, 0, 0, 6236, 6237, 1, 0, 0, 0, 6237, 587, 1, 0, 0, 0, 6238, 6239, 5, 61, 0, 0, 6239, 6241, 7, 83, 0, 0, 6240, 6242, 3, 592, 296, 0, 6241, 6240, 1, 0, 0, 0, 6241, 6242, 1, 0, 0, 0, 6242, 6243, 1, 0, 0, 0, 6243, 6247, 7, 84, 0, 0, 6244, 6248, 5, 81, 0, 0, 6245, 6246, 5, 105, 0, 0, 6246, 6248, 5, 467, 0, 0, 6247, 6244, 1, 0, 0, 0, 6247, 6245, 1, 0, 0, 0, 6248, 589, 1, 0, 0, 0, 6249, 6254, 5, 79, 0, 0, 6250, 6251, 3, 592, 296, 0, 6251, 6252, 7, 84, 0, 0, 6252, 6255, 1, 0, 0, 0, 6253, 6255, 3, 668, 334, 0, 6254, 6250, 1, 0, 0, 0, 6254, 6253, 1, 0, 0, 0, 6255, 591, 1, 0, 0, 0, 6256, 6257, 7, 30, 0, 0, 6257, 6260, 7, 85, 0, 0, 6258, 6260, 3, 676, 338, 0, 6259, 6256, 1, 0, 0, 0, 6259, 6258, 1, 0, 0, 0, 6260, 593, 1, 0, 0, 0, 6261, 6262, 5, 66, 0, 0, 6262, 6264, 5, 147, 0, 0, 6263, 6265, 7, 81, 0, 0, 6264, 6263, 1, 0, 0, 0, 6264, 6265, 1, 0, 0, 0, 6265, 6266, 1, 0, 0, 0, 6266, 6267, 3, 596, 298, 0, 6267, 595, 1, 0, 0, 0, 6268, 6273, 3, 598, 299, 0, 6269, 6270, 5, 6, 0, 0, 6270, 6272, 3, 598, 299, 0, 6271, 6269, 1, 0, 0, 0, 6272, 6275, 1, 0, 0, 0, 6273, 6271, 1, 0, 0, 0, 6273, 6274, 1, 0, 0, 0, 6274, 597, 1, 0, 0, 0, 6275, 6273, 1, 0, 0, 0, 6276, 6300, 3, 730, 365, 0, 6277, 6278, 5, 2, 0, 0, 6278, 6300, 5, 3, 0, 0, 6279, 6281, 7, 86, 0, 0, 6280, 6279, 1, 0, 0, 0, 6280, 6281, 1, 0, 0, 0, 6281, 6282, 1, 0, 0, 0, 6282, 6283, 5, 2, 0, 0, 6283, 6288, 3, 730, 365, 0, 6284, 6285, 5, 6, 0, 0, 6285, 6287, 3, 730, 365, 0, 6286, 6284, 1, 0, 0, 0, 6287, 6290, 1, 0, 0, 0, 6288, 6286, 1, 0, 0, 0, 6288, 6289, 1, 0, 0, 0, 6289, 6291, 1, 0, 0, 0, 6290, 6288, 1, 0, 0, 0, 6291, 6292, 5, 3, 0, 0, 6292, 6300, 1, 0, 0, 0, 6293, 6294, 5, 470, 0, 0, 6294, 6295, 5, 471, 0, 0, 6295, 6296, 5, 2, 0, 0, 6296, 6297, 3, 596, 298, 0, 6297, 6298, 5, 3, 0, 0, 6298, 6300, 1, 0, 0, 0, 6299, 6276, 1, 0, 0, 0, 6299, 6277, 1, 0, 0, 0, 6299, 6280, 1, 0, 0, 0, 6299, 6293, 1, 0, 0, 0, 6300, 599, 1, 0, 0, 0, 6301, 6311, 5, 62, 0, 0, 6302, 6303, 5, 269, 0, 0, 6303, 6305, 5, 245, 0, 0, 6304, 6302, 1, 0, 0, 0, 6304, 6305, 1, 0, 0, 0, 6305, 6306, 1, 0, 0, 0, 6306, 6312, 5, 369, 0, 0, 6307, 6309, 5, 245, 0, 0, 6308, 6307, 1, 0, 0, 0, 6308, 6309, 1, 0, 0, 0, 6309, 6310, 1, 0, 0, 0, 6310, 6312, 5, 334, 0, 0, 6311, 6304, 1, 0, 0, 0, 6311, 6308, 1, 0, 0, 0, 6312, 6315, 1, 0, 0, 0, 6313, 6314, 5, 275, 0, 0, 6314, 6316, 3, 756, 378, 0, 6315, 6313, 1, 0, 0, 0, 6315, 6316, 1, 0, 0, 0, 6316, 6320, 1, 0, 0, 0, 6317, 6321, 5, 272, 0, 0, 6318, 6319, 5, 465, 0, 0, 6319, 6321, 5, 466, 0, 0, 6320, 6317, 1, 0, 0, 0, 6320, 6318, 1, 0, 0, 0, 6320, 6321, 1, 0, 0, 0, 6321, 6323, 1, 0, 0, 0, 6322, 6301, 1, 0, 0, 0, 6323, 6324, 1, 0, 0, 0, 6324, 6322, 1, 0, 0, 0, 6324, 6325, 1, 0, 0, 0, 6325, 6330, 1, 0, 0, 0, 6326, 6327, 5, 62, 0, 0, 6327, 6328, 5, 300, 0, 0, 6328, 6330, 5, 81, 0, 0, 6329, 6322, 1, 0, 0, 0, 6329, 6326, 1, 0, 0, 0, 6330, 601, 1, 0, 0, 0, 6331, 6332, 5, 422, 0, 0, 6332, 6337, 3, 528, 264, 0, 6333, 6334, 5, 6, 0, 0, 6334, 6336, 3, 528, 264, 0, 6335, 6333, 1, 0, 0, 0, 6336, 6339, 1, 0, 0, 0, 6337, 6335, 1, 0, 0, 0, 6337, 6338, 1, 0, 0, 0, 6338, 603, 1, 0, 0, 0, 6339, 6337, 1, 0, 0, 0, 6340, 6341, 5, 64, 0, 0, 6341, 6342, 3, 606, 303, 0, 6342, 605, 1, 0, 0, 0, 6343, 6348, 3, 608, 304, 0, 6344, 6345, 5, 6, 0, 0, 6345, 6347, 3, 608, 304, 0, 6346, 6344, 1, 0, 0, 0, 6347, 6350, 1, 0, 0, 0, 6348, 6346, 1, 0, 0, 0, 6348, 6349, 1, 0, 0, 0, 6349, 607, 1, 0, 0, 0, 6350, 6348, 1, 0, 0, 0, 6351, 6366, 3, 618, 309, 0, 6352, 6354, 5, 81, 0, 0, 6353, 6352, 1, 0, 0, 0, 6353, 6354, 1, 0, 0, 0, 6354, 6355, 1, 0, 0, 0, 6355, 6357, 3, 774, 387, 0, 6356, 6358, 5, 9, 0, 0, 6357, 6356, 1, 0, 0, 0, 6357, 6358, 1, 0, 0, 0, 6358, 6360, 1, 0, 0, 0, 6359, 6361, 3, 142, 71, 0, 6360, 6359, 1, 0, 0, 0, 6360, 6361, 1, 0, 0, 0, 6361, 6363, 1, 0, 0, 0, 6362, 6364, 3, 632, 316, 0, 6363, 6362, 1, 0, 0, 0, 6363, 6364, 1, 0, 0, 0, 6364, 6366, 1, 0, 0, 0, 6365, 6351, 1, 0, 0, 0, 6365, 6353, 1, 0, 0, 0, 6366, 6368, 1, 0, 0, 0, 6367, 6369, 3, 610, 305, 0, 6368, 6367, 1, 0, 0, 0, 6368, 6369, 1, 0, 0, 0, 6369, 6371, 1, 0, 0, 0, 6370, 6372, 3, 626, 313, 0, 6371, 6370, 1, 0, 0, 0, 6371, 6372, 1, 0, 0, 0, 6372, 6415, 1, 0, 0, 0, 6373, 6375, 5, 72, 0, 0, 6374, 6373, 1, 0, 0, 0, 6374, 6375, 1, 0, 0, 0, 6375, 6388, 1, 0, 0, 0, 6376, 6378, 3, 640, 320, 0, 6377, 6379, 3, 610, 305, 0, 6378, 6377, 1, 0, 0, 0, 6378, 6379, 1, 0, 0, 0, 6379, 6389, 1, 0, 0, 0, 6380, 6382, 3, 628, 314, 0, 6381, 6383, 3, 612, 306, 0, 6382, 6381, 1, 0, 0, 0, 6382, 6383, 1, 0, 0, 0, 6383, 6389, 1, 0, 0, 0, 6384, 6386, 3, 556, 278, 0, 6385, 6387, 3, 610, 305, 0, 6386, 6385, 1, 0, 0, 0, 6386, 6387, 1, 0, 0, 0, 6387, 6389, 1, 0, 0, 0, 6388, 6376, 1, 0, 0, 0, 6388, 6380, 1, 0, 0, 0, 6388, 6384, 1, 0, 0, 0, 6389, 6415, 1, 0, 0, 0, 6390, 6391, 5, 2, 0, 0, 6391, 6408, 3, 608, 304, 0, 6392, 6393, 5, 110, 0, 0, 6393, 6394, 5, 118, 0, 0, 6394, 6409, 3, 608, 304, 0, 6395, 6397, 5, 121, 0, 0, 6396, 6398, 3, 614, 307, 0, 6397, 6396, 1, 0, 0, 0, 6397, 6398, 1, 0, 0, 0, 6398, 6399, 1, 0, 0, 0, 6399, 6400, 5, 118, 0, 0, 6400, 6409, 3, 608, 304, 0, 6401, 6403, 3, 614, 307, 0, 6402, 6401, 1, 0, 0, 0, 6402, 6403, 1, 0, 0, 0, 6403, 6404, 1, 0, 0, 0, 6404, 6405, 5, 118, 0, 0, 6405, 6406, 3, 608, 304, 0, 6406, 6407, 3, 616, 308, 0, 6407, 6409, 1, 0, 0, 0, 6408, 6392, 1, 0, 0, 0, 6408, 6395, 1, 0, 0, 0, 6408, 6402, 1, 0, 0, 0, 6408, 6409, 1, 0, 0, 0, 6409, 6410, 1, 0, 0, 0, 6410, 6412, 5, 3, 0, 0, 6411, 6413, 3, 610, 305, 0, 6412, 6411, 1, 0, 0, 0, 6412, 6413, 1, 0, 0, 0, 6413, 6415, 1, 0, 0, 0, 6414, 6365, 1, 0, 0, 0, 6414, 6374, 1, 0, 0, 0, 6414, 6390, 1, 0, 0, 0, 6415, 6434, 1, 0, 0, 0, 6416, 6417, 5, 110, 0, 0, 6417, 6418, 5, 118, 0, 0, 6418, 6433, 3, 608, 304, 0, 6419, 6421, 5, 121, 0, 0, 6420, 6422, 3, 614, 307, 0, 6421, 6420, 1, 0, 0, 0, 6421, 6422, 1, 0, 0, 0, 6422, 6423, 1, 0, 0, 0, 6423, 6424, 5, 118, 0, 0, 6424, 6433, 3, 608, 304, 0, 6425, 6427, 3, 614, 307, 0, 6426, 6425, 1, 0, 0, 0, 6426, 6427, 1, 0, 0, 0, 6427, 6428, 1, 0, 0, 0, 6428, 6429, 5, 118, 0, 0, 6429, 6430, 3, 608, 304, 0, 6430, 6431, 3, 616, 308, 0, 6431, 6433, 1, 0, 0, 0, 6432, 6416, 1, 0, 0, 0, 6432, 6419, 1, 0, 0, 0, 6432, 6426, 1, 0, 0, 0, 6433, 6436, 1, 0, 0, 0, 6434, 6432, 1, 0, 0, 0, 6434, 6435, 1, 0, 0, 0, 6435, 609, 1, 0, 0, 0, 6436, 6434, 1, 0, 0, 0, 6437, 6439, 5, 36, 0, 0, 6438, 6437, 1, 0, 0, 0, 6438, 6439, 1, 0, 0, 0, 6439, 6440, 1, 0, 0, 0, 6440, 6445, 3, 816, 408, 0, 6441, 6442, 5, 2, 0, 0, 6442, 6443, 3, 780, 390, 0, 6443, 6444, 5, 3, 0, 0, 6444, 6446, 1, 0, 0, 0, 6445, 6441, 1, 0, 0, 0, 6445, 6446, 1, 0, 0, 0, 6446, 611, 1, 0, 0, 0, 6447, 6460, 3, 610, 305, 0, 6448, 6450, 5, 36, 0, 0, 6449, 6451, 3, 816, 408, 0, 6450, 6449, 1, 0, 0, 0, 6450, 6451, 1, 0, 0, 0, 6451, 6454, 1, 0, 0, 0, 6452, 6454, 3, 816, 408, 0, 6453, 6448, 1, 0, 0, 0, 6453, 6452, 1, 0, 0, 0, 6454, 6455, 1, 0, 0, 0, 6455, 6456, 5, 2, 0, 0, 6456, 6457, 3, 636, 318, 0, 6457, 6458, 5, 3, 0, 0, 6458, 6460, 1, 0, 0, 0, 6459, 6447, 1, 0, 0, 0, 6459, 6453, 1, 0, 0, 0, 6460, 613, 1, 0, 0, 0, 6461, 6463, 7, 87, 0, 0, 6462, 6464, 5, 123, 0, 0, 6463, 6462, 1, 0, 0, 0, 6463, 6464, 1, 0, 0, 0, 6464, 615, 1, 0, 0, 0, 6465, 6466, 5, 100, 0, 0, 6466, 6470, 3, 138, 69, 0, 6467, 6468, 5, 80, 0, 0, 6468, 6470, 3, 668, 334, 0, 6469, 6465, 1, 0, 0, 0, 6469, 6467, 1, 0, 0, 0, 6470, 617, 1, 0, 0, 0, 6471, 6487, 3, 316, 158, 0, 6472, 6478, 5, 81, 0, 0, 6473, 6479, 3, 770, 385, 0, 6474, 6475, 5, 2, 0, 0, 6475, 6476, 3, 770, 385, 0, 6476, 6477, 5, 3, 0, 0, 6477, 6479, 1, 0, 0, 0, 6478, 6473, 1, 0, 0, 0, 6478, 6474, 1, 0, 0, 0, 6479, 6487, 1, 0, 0, 0, 6480, 6481, 5, 68, 0, 0, 6481, 6484, 5, 323, 0, 0, 6482, 6485, 3, 786, 393, 0, 6483, 6485, 5, 111, 0, 0, 6484, 6482, 1, 0, 0, 0, 6484, 6483, 1, 0, 0, 0, 6485, 6487, 1, 0, 0, 0, 6486, 6471, 1, 0, 0, 0, 6486, 6472, 1, 0, 0, 0, 6486, 6480, 1, 0, 0, 0, 6487, 619, 1, 0, 0, 0, 6488, 6489, 5, 92, 0, 0, 6489, 6491, 3, 316, 158, 0, 6490, 6492, 3, 138, 69, 0, 6491, 6490, 1, 0, 0, 0, 6491, 6492, 1, 0, 0, 0, 6492, 6494, 1, 0, 0, 0, 6493, 6495, 3, 632, 316, 0, 6494, 6493, 1, 0, 0, 0, 6494, 6495, 1, 0, 0, 0, 6495, 6513, 1, 0, 0, 0, 6496, 6497, 5, 92, 0, 0, 6497, 6503, 5, 81, 0, 0, 6498, 6504, 3, 770, 385, 0, 6499, 6500, 5, 2, 0, 0, 6500, 6501, 3, 770, 385, 0, 6501, 6502, 5, 3, 0, 0, 6502, 6504, 1, 0, 0, 0, 6503, 6498, 1, 0, 0, 0, 6503, 6499, 1, 0, 0, 0, 6504, 6513, 1, 0, 0, 0, 6505, 6506, 5, 350, 0, 0, 6506, 6507, 5, 68, 0, 0, 6507, 6510, 5, 323, 0, 0, 6508, 6511, 3, 786, 393, 0, 6509, 6511, 5, 111, 0, 0, 6510, 6508, 1, 0, 0, 0, 6510, 6509, 1, 0, 0, 0, 6511, 6513, 1, 0, 0, 0, 6512, 6488, 1, 0, 0, 0, 6512, 6496, 1, 0, 0, 0, 6512, 6505, 1, 0, 0, 0, 6513, 621, 1, 0, 0, 0, 6514, 6519, 3, 618, 309, 0, 6515, 6516, 5, 6, 0, 0, 6516, 6518, 3, 618, 309, 0, 6517, 6515, 1, 0, 0, 0, 6518, 6521, 1, 0, 0, 0, 6519, 6517, 1, 0, 0, 0, 6519, 6520, 1, 0, 0, 0, 6520, 623, 1, 0, 0, 0, 6521, 6519, 1, 0, 0, 0, 6522, 6527, 3, 618, 309, 0, 6523, 6525, 5, 36, 0, 0, 6524, 6523, 1, 0, 0, 0, 6524, 6525, 1, 0, 0, 0, 6525, 6526, 1, 0, 0, 0, 6526, 6528, 3, 816, 408, 0, 6527, 6524, 1, 0, 0, 0, 6527, 6528, 1, 0, 0, 0, 6528, 625, 1, 0, 0, 0, 6529, 6530, 5, 472, 0, 0, 6530, 6531, 3, 804, 402, 0, 6531, 6537, 3, 528, 264, 0, 6532, 6533, 5, 310, 0, 0, 6533, 6534, 5, 2, 0, 0, 6534, 6535, 3, 668, 334, 0, 6535, 6536, 5, 3, 0, 0, 6536, 6538, 1, 0, 0, 0, 6537, 6532, 1, 0, 0, 0, 6537, 6538, 1, 0, 0, 0, 6538, 627, 1, 0, 0, 0, 6539, 6554, 3, 682, 341, 0, 6540, 6541, 5, 320, 0, 0, 6541, 6542, 5, 64, 0, 0, 6542, 6543, 5, 2, 0, 0, 6543, 6548, 3, 630, 315, 0, 6544, 6545, 5, 6, 0, 0, 6545, 6547, 3, 630, 315, 0, 6546, 6544, 1, 0, 0, 0, 6547, 6550, 1, 0, 0, 0, 6548, 6546, 1, 0, 0, 0, 6548, 6549, 1, 0, 0, 0, 6549, 6551, 1, 0, 0, 0, 6550, 6548, 1, 0, 0, 0, 6551, 6552, 5, 3, 0, 0, 6552, 6554, 1, 0, 0, 0, 6553, 6539, 1, 0, 0, 0, 6553, 6540, 1, 0, 0, 0, 6554, 6557, 1, 0, 0, 0, 6555, 6556, 5, 105, 0, 0, 6556, 6558, 5, 473, 0, 0, 6557, 6555, 1, 0, 0, 0, 6557, 6558, 1, 0, 0, 0, 6558, 629, 1, 0, 0, 0, 6559, 6565, 3, 682, 341, 0, 6560, 6561, 5, 36, 0, 0, 6561, 6562, 5, 2, 0, 0, 6562, 6563, 3, 636, 318, 0, 6563, 6564, 5, 3, 0, 0, 6564, 6566, 1, 0, 0, 0, 6565, 6560, 1, 0, 0, 0, 6565, 6566, 1, 0, 0, 0, 6566, 631, 1, 0, 0, 0, 6567, 6568, 5, 103, 0, 0, 6568, 6569, 3, 730, 365, 0, 6569, 633, 1, 0, 0, 0, 6570, 6575, 5, 103, 0, 0, 6571, 6572, 5, 434, 0, 0, 6572, 6573, 5, 275, 0, 0, 6573, 6576, 3, 816, 408, 0, 6574, 6576, 3, 668, 334, 0, 6575, 6571, 1, 0, 0, 0, 6575, 6574, 1, 0, 0, 0, 6576, 635, 1, 0, 0, 0, 6577, 6582, 3, 638, 319, 0, 6578, 6579, 5, 6, 0, 0, 6579, 6581, 3, 638, 319, 0, 6580, 6578, 1, 0, 0, 0, 6581, 6584, 1, 0, 0, 0, 6582, 6580, 1, 0, 0, 0, 6582, 6583, 1, 0, 0, 0, 6583, 637, 1, 0, 0, 0, 6584, 6582, 1, 0, 0, 0, 6585, 6586, 3, 816, 408, 0, 6586, 6588, 3, 646, 323, 0, 6587, 6589, 3, 90, 45, 0, 6588, 6587, 1, 0, 0, 0, 6588, 6589, 1, 0, 0, 0, 6589, 639, 1, 0, 0, 0, 6590, 6591, 5, 474, 0, 0, 6591, 6605, 5, 2, 0, 0, 6592, 6593, 5, 476, 0, 0, 6593, 6594, 5, 2, 0, 0, 6594, 6599, 3, 644, 322, 0, 6595, 6596, 5, 6, 0, 0, 6596, 6598, 3, 644, 322, 0, 6597, 6595, 1, 0, 0, 0, 6598, 6601, 1, 0, 0, 0, 6599, 6597, 1, 0, 0, 0, 6599, 6600, 1, 0, 0, 0, 6600, 6602, 1, 0, 0, 0, 6601, 6599, 1, 0, 0, 0, 6602, 6603, 5, 3, 0, 0, 6603, 6604, 5, 6, 0, 0, 6604, 6606, 1, 0, 0, 0, 6605, 6592, 1, 0, 0, 0, 6605, 6606, 1, 0, 0, 0, 6606, 6607, 1, 0, 0, 0, 6607, 6608, 3, 676, 338, 0, 6608, 6609, 3, 692, 346, 0, 6609, 6610, 5, 475, 0, 0, 6610, 6615, 3, 642, 321, 0, 6611, 6612, 5, 6, 0, 0, 6612, 6614, 3, 642, 321, 0, 6613, 6611, 1, 0, 0, 0, 6614, 6617, 1, 0, 0, 0, 6615, 6613, 1, 0, 0, 0, 6615, 6616, 1, 0, 0, 0, 6616, 6618, 1, 0, 0, 0, 6617, 6615, 1, 0, 0, 0, 6618, 6619, 5, 3, 0, 0, 6619, 641, 1, 0, 0, 0, 6620, 6639, 3, 816, 408, 0, 6621, 6635, 3, 646, 323, 0, 6622, 6625, 5, 53, 0, 0, 6623, 6625, 3, 824, 412, 0, 6624, 6622, 1, 0, 0, 0, 6624, 6623, 1, 0, 0, 0, 6625, 6626, 1, 0, 0, 0, 6626, 6632, 3, 668, 334, 0, 6627, 6629, 5, 77, 0, 0, 6628, 6627, 1, 0, 0, 0, 6628, 6629, 1, 0, 0, 0, 6629, 6630, 1, 0, 0, 0, 6630, 6632, 5, 78, 0, 0, 6631, 6624, 1, 0, 0, 0, 6631, 6628, 1, 0, 0, 0, 6632, 6633, 1, 0, 0, 0, 6633, 6631, 1, 0, 0, 0, 6633, 6634, 1, 0, 0, 0, 6634, 6636, 1, 0, 0, 0, 6635, 6631, 1, 0, 0, 0, 6635, 6636, 1, 0, 0, 0, 6636, 6640, 1, 0, 0, 0, 6637, 6638, 5, 62, 0, 0, 6638, 6640, 5, 473, 0, 0, 6639, 6621, 1, 0, 0, 0, 6639, 6637, 1, 0, 0, 0, 6640, 643, 1, 0, 0, 0, 6641, 6642, 3, 676, 338, 0, 6642, 6643, 5, 36, 0, 0, 6643, 6644, 3, 822, 411, 0, 6644, 6648, 1, 0, 0, 0, 6645, 6646, 5, 53, 0, 0, 6646, 6648, 3, 676, 338, 0, 6647, 6641, 1, 0, 0, 0, 6647, 6645, 1, 0, 0, 0, 6648, 645, 1, 0, 0, 0, 6649, 6651, 5, 415, 0, 0, 6650, 6649, 1, 0, 0, 0, 6650, 6651, 1, 0, 0, 0, 6651, 6652, 1, 0, 0, 0, 6652, 6669, 3, 648, 324, 0, 6653, 6655, 5, 4, 0, 0, 6654, 6656, 5, 574, 0, 0, 6655, 6654, 1, 0, 0, 0, 6655, 6656, 1, 0, 0, 0, 6656, 6657, 1, 0, 0, 0, 6657, 6659, 5, 5, 0, 0, 6658, 6653, 1, 0, 0, 0, 6659, 6662, 1, 0, 0, 0, 6660, 6658, 1, 0, 0, 0, 6660, 6661, 1, 0, 0, 0, 6661, 6670, 1, 0, 0, 0, 6662, 6660, 1, 0, 0, 0, 6663, 6667, 5, 35, 0, 0, 6664, 6665, 5, 4, 0, 0, 6665, 6666, 5, 574, 0, 0, 6666, 6668, 5, 5, 0, 0, 6667, 6664, 1, 0, 0, 0, 6667, 6668, 1, 0, 0, 0, 6668, 6670, 1, 0, 0, 0, 6669, 6660, 1, 0, 0, 0, 6669, 6663, 1, 0, 0, 0, 6670, 6676, 1, 0, 0, 0, 6671, 6672, 3, 776, 388, 0, 6672, 6673, 5, 27, 0, 0, 6673, 6674, 7, 88, 0, 0, 6674, 6676, 1, 0, 0, 0, 6675, 6650, 1, 0, 0, 0, 6675, 6671, 1, 0, 0, 0, 6676, 647, 1, 0, 0, 0, 6677, 6679, 3, 818, 409, 0, 6678, 6680, 3, 312, 156, 0, 6679, 6678, 1, 0, 0, 0, 6679, 6680, 1, 0, 0, 0, 6680, 6682, 1, 0, 0, 0, 6681, 6683, 3, 528, 264, 0, 6682, 6681, 1, 0, 0, 0, 6682, 6683, 1, 0, 0, 0, 6683, 6693, 1, 0, 0, 0, 6684, 6693, 3, 650, 325, 0, 6685, 6690, 5, 403, 0, 0, 6686, 6688, 3, 662, 331, 0, 6687, 6686, 1, 0, 0, 0, 6687, 6688, 1, 0, 0, 0, 6688, 6691, 1, 0, 0, 0, 6689, 6691, 3, 654, 327, 0, 6690, 6687, 1, 0, 0, 0, 6690, 6689, 1, 0, 0, 0, 6691, 6693, 1, 0, 0, 0, 6692, 6677, 1, 0, 0, 0, 6692, 6684, 1, 0, 0, 0, 6692, 6685, 1, 0, 0, 0, 6693, 649, 1, 0, 0, 0, 6694, 6699, 3, 652, 326, 0, 6695, 6699, 3, 656, 328, 0, 6696, 6699, 3, 658, 329, 0, 6697, 6699, 3, 660, 330, 0, 6698, 6694, 1, 0, 0, 0, 6698, 6695, 1, 0, 0, 0, 6698, 6696, 1, 0, 0, 0, 6698, 6697, 1, 0, 0, 0, 6699, 651, 1, 0, 0, 0, 6700, 6717, 5, 401, 0, 0, 6701, 6717, 5, 402, 0, 0, 6702, 6717, 5, 416, 0, 0, 6703, 6717, 5, 388, 0, 0, 6704, 6717, 5, 413, 0, 0, 6705, 6707, 5, 398, 0, 0, 6706, 6708, 3, 654, 327, 0, 6707, 6706, 1, 0, 0, 0, 6707, 6708, 1, 0, 0, 0, 6708, 6717, 1, 0, 0, 0, 6709, 6710, 5, 190, 0, 0, 6710, 6717, 5, 412, 0, 0, 6711, 6713, 7, 89, 0, 0, 6712, 6714, 3, 528, 264, 0, 6713, 6712, 1, 0, 0, 0, 6713, 6714, 1, 0, 0, 0, 6714, 6717, 1, 0, 0, 0, 6715, 6717, 5, 390, 0, 0, 6716, 6700, 1, 0, 0, 0, 6716, 6701, 1, 0, 0, 0, 6716, 6702, 1, 0, 0, 0, 6716, 6703, 1, 0, 0, 0, 6716, 6704, 1, 0, 0, 0, 6716, 6705, 1, 0, 0, 0, 6716, 6709, 1, 0, 0, 0, 6716, 6711, 1, 0, 0, 0, 6716, 6715, 1, 0, 0, 0, 6717, 653, 1, 0, 0, 0, 6718, 6719, 5, 2, 0, 0, 6719, 6720, 5, 574, 0, 0, 6720, 6721, 5, 3, 0, 0, 6721, 655, 1, 0, 0, 0, 6722, 6724, 5, 389, 0, 0, 6723, 6725, 5, 374, 0, 0, 6724, 6723, 1, 0, 0, 0, 6724, 6725, 1, 0, 0, 0, 6725, 6727, 1, 0, 0, 0, 6726, 6728, 3, 528, 264, 0, 6727, 6726, 1, 0, 0, 0, 6727, 6728, 1, 0, 0, 0, 6728, 657, 1, 0, 0, 0, 6729, 6731, 7, 90, 0, 0, 6730, 6732, 5, 374, 0, 0, 6731, 6730, 1, 0, 0, 0, 6731, 6732, 1, 0, 0, 0, 6732, 6740, 1, 0, 0, 0, 6733, 6740, 5, 423, 0, 0, 6734, 6735, 5, 405, 0, 0, 6735, 6737, 7, 91, 0, 0, 6736, 6738, 5, 374, 0, 0, 6737, 6736, 1, 0, 0, 0, 6737, 6738, 1, 0, 0, 0, 6738, 6740, 1, 0, 0, 0, 6739, 6729, 1, 0, 0, 0, 6739, 6733, 1, 0, 0, 0, 6739, 6734, 1, 0, 0, 0, 6740, 6742, 1, 0, 0, 0, 6741, 6743, 3, 654, 327, 0, 6742, 6741, 1, 0, 0, 0, 6742, 6743, 1, 0, 0, 0, 6743, 659, 1, 0, 0, 0, 6744, 6746, 7, 92, 0, 0, 6745, 6747, 3, 654, 327, 0, 6746, 6745, 1, 0, 0, 0, 6746, 6747, 1, 0, 0, 0, 6747, 6751, 1, 0, 0, 0, 6748, 6749, 7, 27, 0, 0, 6749, 6750, 5, 418, 0, 0, 6750, 6752, 5, 386, 0, 0, 6751, 6748, 1, 0, 0, 0, 6751, 6752, 1, 0, 0, 0, 6752, 661, 1, 0, 0, 0, 6753, 6783, 5, 264, 0, 0, 6754, 6783, 3, 664, 332, 0, 6755, 6758, 5, 384, 0, 0, 6756, 6757, 5, 94, 0, 0, 6757, 6759, 5, 264, 0, 0, 6758, 6756, 1, 0, 0, 0, 6758, 6759, 1, 0, 0, 0, 6759, 6783, 1, 0, 0, 0, 6760, 6767, 5, 176, 0, 0, 6761, 6765, 5, 94, 0, 0, 6762, 6766, 5, 218, 0, 0, 6763, 6766, 5, 261, 0, 0, 6764, 6766, 3, 664, 332, 0, 6765, 6762, 1, 0, 0, 0, 6765, 6763, 1, 0, 0, 0, 6765, 6764, 1, 0, 0, 0, 6766, 6768, 1, 0, 0, 0, 6767, 6761, 1, 0, 0, 0, 6767, 6768, 1, 0, 0, 0, 6768, 6783, 1, 0, 0, 0, 6769, 6775, 5, 218, 0, 0, 6770, 6773, 5, 94, 0, 0, 6771, 6774, 5, 261, 0, 0, 6772, 6774, 3, 664, 332, 0, 6773, 6771, 1, 0, 0, 0, 6773, 6772, 1, 0, 0, 0, 6774, 6776, 1, 0, 0, 0, 6775, 6770, 1, 0, 0, 0, 6775, 6776, 1, 0, 0, 0, 6776, 6783, 1, 0, 0, 0, 6777, 6780, 5, 261, 0, 0, 6778, 6779, 5, 94, 0, 0, 6779, 6781, 3, 664, 332, 0, 6780, 6778, 1, 0, 0, 0, 6780, 6781, 1, 0, 0, 0, 6781, 6783, 1, 0, 0, 0, 6782, 6753, 1, 0, 0, 0, 6782, 6754, 1, 0, 0, 0, 6782, 6755, 1, 0, 0, 0, 6782, 6760, 1, 0, 0, 0, 6782, 6769, 1, 0, 0, 0, 6782, 6777, 1, 0, 0, 0, 6783, 663, 1, 0, 0, 0, 6784, 6786, 5, 326, 0, 0, 6785, 6787, 3, 654, 327, 0, 6786, 6785, 1, 0, 0, 0, 6786, 6787, 1, 0, 0, 0, 6787, 665, 1, 0, 0, 0, 6788, 6789, 7, 93, 0, 0, 6789, 667, 1, 0, 0, 0, 6790, 6791, 3, 670, 335, 0, 6791, 669, 1, 0, 0, 0, 6792, 6793, 6, 335, -1, 0, 6793, 6795, 3, 674, 337, 0, 6794, 6796, 3, 672, 336, 0, 6795, 6794, 1, 0, 0, 0, 6795, 6796, 1, 0, 0, 0, 6796, 6800, 1, 0, 0, 0, 6797, 6798, 5, 77, 0, 0, 6798, 6800, 3, 670, 335, 3, 6799, 6792, 1, 0, 0, 0, 6799, 6797, 1, 0, 0, 0, 6800, 6809, 1, 0, 0, 0, 6801, 6802, 10, 2, 0, 0, 6802, 6803, 5, 33, 0, 0, 6803, 6808, 3, 670, 335, 3, 6804, 6805, 10, 1, 0, 0, 6805, 6806, 5, 82, 0, 0, 6806, 6808, 3, 670, 335, 2, 6807, 6801, 1, 0, 0, 0, 6807, 6804, 1, 0, 0, 0, 6808, 6811, 1, 0, 0, 0, 6809, 6807, 1, 0, 0, 0, 6809, 6810, 1, 0, 0, 0, 6810, 671, 1, 0, 0, 0, 6811, 6809, 1, 0, 0, 0, 6812, 6813, 3, 666, 333, 0, 6813, 6814, 3, 674, 337, 0, 6814, 6884, 1, 0, 0, 0, 6815, 6816, 3, 666, 333, 0, 6816, 6817, 3, 724, 362, 0, 6817, 6823, 3, 714, 357, 0, 6818, 6824, 3, 556, 278, 0, 6819, 6820, 5, 2, 0, 0, 6820, 6821, 3, 668, 334, 0, 6821, 6822, 5, 3, 0, 0, 6822, 6824, 1, 0, 0, 0, 6823, 6818, 1, 0, 0, 0, 6823, 6819, 1, 0, 0, 0, 6824, 6884, 1, 0, 0, 0, 6825, 6827, 5, 77, 0, 0, 6826, 6825, 1, 0, 0, 0, 6826, 6827, 1, 0, 0, 0, 6827, 6828, 1, 0, 0, 0, 6828, 6829, 5, 387, 0, 0, 6829, 6830, 3, 674, 337, 0, 6830, 6831, 5, 33, 0, 0, 6831, 6832, 3, 674, 337, 0, 6832, 6884, 1, 0, 0, 0, 6833, 6835, 5, 77, 0, 0, 6834, 6833, 1, 0, 0, 0, 6834, 6835, 1, 0, 0, 0, 6835, 6836, 1, 0, 0, 0, 6836, 6837, 5, 68, 0, 0, 6837, 6838, 5, 2, 0, 0, 6838, 6843, 3, 668, 334, 0, 6839, 6840, 5, 6, 0, 0, 6840, 6842, 3, 668, 334, 0, 6841, 6839, 1, 0, 0, 0, 6842, 6845, 1, 0, 0, 0, 6843, 6841, 1, 0, 0, 0, 6843, 6844, 1, 0, 0, 0, 6844, 6846, 1, 0, 0, 0, 6845, 6843, 1, 0, 0, 0, 6846, 6847, 5, 3, 0, 0, 6847, 6884, 1, 0, 0, 0, 6848, 6850, 5, 77, 0, 0, 6849, 6848, 1, 0, 0, 0, 6849, 6850, 1, 0, 0, 0, 6850, 6851, 1, 0, 0, 0, 6851, 6852, 5, 68, 0, 0, 6852, 6884, 3, 556, 278, 0, 6853, 6855, 5, 77, 0, 0, 6854, 6853, 1, 0, 0, 0, 6854, 6855, 1, 0, 0, 0, 6855, 6864, 1, 0, 0, 0, 6856, 6865, 5, 120, 0, 0, 6857, 6865, 5, 114, 0, 0, 6858, 6859, 5, 127, 0, 0, 6859, 6865, 5, 94, 0, 0, 6860, 6862, 5, 387, 0, 0, 6861, 6863, 5, 91, 0, 0, 6862, 6861, 1, 0, 0, 0, 6862, 6863, 1, 0, 0, 0, 6863, 6865, 1, 0, 0, 0, 6864, 6856, 1, 0, 0, 0, 6864, 6857, 1, 0, 0, 0, 6864, 6858, 1, 0, 0, 0, 6864, 6860, 1, 0, 0, 0, 6865, 6866, 1, 0, 0, 0, 6866, 6869, 3, 674, 337, 0, 6867, 6868, 5, 197, 0, 0, 6868, 6870, 3, 674, 337, 0, 6869, 6867, 1, 0, 0, 0, 6869, 6870, 1, 0, 0, 0, 6870, 6884, 1, 0, 0, 0, 6871, 6873, 5, 116, 0, 0, 6872, 6874, 5, 77, 0, 0, 6873, 6872, 1, 0, 0, 0, 6873, 6874, 1, 0, 0, 0, 6874, 6875, 1, 0, 0, 0, 6875, 6884, 5, 78, 0, 0, 6876, 6878, 5, 116, 0, 0, 6877, 6879, 5, 77, 0, 0, 6878, 6877, 1, 0, 0, 0, 6878, 6879, 1, 0, 0, 0, 6879, 6880, 1, 0, 0, 0, 6880, 6881, 5, 56, 0, 0, 6881, 6882, 5, 64, 0, 0, 6882, 6884, 3, 674, 337, 0, 6883, 6812, 1, 0, 0, 0, 6883, 6815, 1, 0, 0, 0, 6883, 6826, 1, 0, 0, 0, 6883, 6834, 1, 0, 0, 0, 6883, 6849, 1, 0, 0, 0, 6883, 6854, 1, 0, 0, 0, 6883, 6871, 1, 0, 0, 0, 6883, 6876, 1, 0, 0, 0, 6884, 673, 1, 0, 0, 0, 6885, 6886, 6, 337, -1, 0, 6886, 6890, 3, 676, 338, 0, 6887, 6888, 7, 30, 0, 0, 6888, 6890, 3, 674, 337, 4, 6889, 6885, 1, 0, 0, 0, 6889, 6887, 1, 0, 0, 0, 6890, 6907, 1, 0, 0, 0, 6891, 6892, 10, 3, 0, 0, 6892, 6893, 7, 94, 0, 0, 6893, 6906, 3, 674, 337, 4, 6894, 6895, 10, 2, 0, 0, 6895, 6896, 7, 30, 0, 0, 6896, 6906, 3, 674, 337, 3, 6897, 6898, 10, 1, 0, 0, 6898, 6899, 5, 15, 0, 0, 6899, 6906, 3, 674, 337, 2, 6900, 6901, 10, 5, 0, 0, 6901, 6902, 5, 142, 0, 0, 6902, 6903, 5, 418, 0, 0, 6903, 6904, 5, 386, 0, 0, 6904, 6906, 3, 668, 334, 0, 6905, 6891, 1, 0, 0, 0, 6905, 6894, 1, 0, 0, 0, 6905, 6897, 1, 0, 0, 0, 6905, 6900, 1, 0, 0, 0, 6906, 6909, 1, 0, 0, 0, 6907, 6905, 1, 0, 0, 0, 6907, 6908, 1, 0, 0, 0, 6908, 675, 1, 0, 0, 0, 6909, 6907, 1, 0, 0, 0, 6910, 6911, 6, 338, -1, 0, 6911, 6912, 7, 95, 0, 0, 6912, 7000, 3, 556, 278, 0, 6913, 6916, 5, 35, 0, 0, 6914, 6917, 3, 556, 278, 0, 6915, 6917, 3, 736, 368, 0, 6916, 6914, 1, 0, 0, 0, 6916, 6915, 1, 0, 0, 0, 6917, 7000, 1, 0, 0, 0, 6918, 6919, 5, 28, 0, 0, 6919, 7000, 3, 750, 375, 0, 6920, 6921, 5, 470, 0, 0, 6921, 7000, 3, 528, 264, 0, 6922, 7000, 5, 574, 0, 0, 6923, 7000, 5, 576, 0, 0, 6924, 7000, 5, 566, 0, 0, 6925, 7000, 5, 570, 0, 0, 6926, 6936, 3, 804, 402, 0, 6927, 6937, 3, 806, 403, 0, 6928, 6929, 5, 2, 0, 0, 6929, 6931, 3, 732, 366, 0, 6930, 6932, 3, 580, 290, 0, 6931, 6930, 1, 0, 0, 0, 6931, 6932, 1, 0, 0, 0, 6932, 6933, 1, 0, 0, 0, 6933, 6934, 5, 3, 0, 0, 6934, 6935, 3, 806, 403, 0, 6935, 6937, 1, 0, 0, 0, 6936, 6927, 1, 0, 0, 0, 6936, 6928, 1, 0, 0, 0, 6937, 7000, 1, 0, 0, 0, 6938, 6940, 3, 650, 325, 0, 6939, 6938, 1, 0, 0, 0, 6939, 6940, 1, 0, 0, 0, 6940, 6941, 1, 0, 0, 0, 6941, 7000, 3, 806, 403, 0, 6942, 6950, 5, 403, 0, 0, 6943, 6945, 3, 806, 403, 0, 6944, 6946, 3, 662, 331, 0, 6945, 6944, 1, 0, 0, 0, 6945, 6946, 1, 0, 0, 0, 6946, 6951, 1, 0, 0, 0, 6947, 6948, 3, 654, 327, 0, 6948, 6949, 3, 806, 403, 0, 6949, 6951, 1, 0, 0, 0, 6950, 6943, 1, 0, 0, 0, 6950, 6947, 1, 0, 0, 0, 6951, 7000, 1, 0, 0, 0, 6952, 7000, 5, 96, 0, 0, 6953, 7000, 5, 60, 0, 0, 6954, 7000, 5, 78, 0, 0, 6955, 7000, 5, 577, 0, 0, 6956, 6957, 5, 2, 0, 0, 6957, 6958, 3, 668, 334, 0, 6958, 6959, 5, 3, 0, 0, 6959, 6960, 3, 750, 375, 0, 6960, 7000, 1, 0, 0, 0, 6961, 6963, 5, 40, 0, 0, 6962, 6964, 3, 668, 334, 0, 6963, 6962, 1, 0, 0, 0, 6963, 6964, 1, 0, 0, 0, 6964, 6966, 1, 0, 0, 0, 6965, 6967, 3, 744, 372, 0, 6966, 6965, 1, 0, 0, 0, 6967, 6968, 1, 0, 0, 0, 6968, 6966, 1, 0, 0, 0, 6968, 6969, 1, 0, 0, 0, 6969, 6972, 1, 0, 0, 0, 6970, 6971, 5, 58, 0, 0, 6971, 6973, 3, 668, 334, 0, 6972, 6970, 1, 0, 0, 0, 6972, 6973, 1, 0, 0, 0, 6973, 6974, 1, 0, 0, 0, 6974, 6975, 5, 454, 0, 0, 6975, 7000, 1, 0, 0, 0, 6976, 7000, 3, 680, 340, 0, 6977, 6979, 3, 556, 278, 0, 6978, 6980, 3, 748, 374, 0, 6979, 6978, 1, 0, 0, 0, 6979, 6980, 1, 0, 0, 0, 6980, 7000, 1, 0, 0, 0, 6981, 7000, 3, 712, 356, 0, 6982, 6983, 5, 2, 0, 0, 6983, 6984, 3, 668, 334, 0, 6984, 6985, 5, 6, 0, 0, 6985, 6986, 3, 726, 363, 0, 6986, 6987, 5, 3, 0, 0, 6987, 7000, 1, 0, 0, 0, 6988, 6989, 3, 710, 355, 0, 6989, 6990, 5, 125, 0, 0, 6990, 6991, 3, 710, 355, 0, 6991, 7000, 1, 0, 0, 0, 6992, 7000, 3, 798, 399, 0, 6993, 7000, 3, 776, 388, 0, 6994, 6995, 7, 30, 0, 0, 6995, 7000, 3, 676, 338, 5, 6996, 6997, 3, 720, 360, 0, 6997, 6998, 3, 676, 338, 2, 6998, 7000, 1, 0, 0, 0, 6999, 6910, 1, 0, 0, 0, 6999, 6913, 1, 0, 0, 0, 6999, 6918, 1, 0, 0, 0, 6999, 6920, 1, 0, 0, 0, 6999, 6922, 1, 0, 0, 0, 6999, 6923, 1, 0, 0, 0, 6999, 6924, 1, 0, 0, 0, 6999, 6925, 1, 0, 0, 0, 6999, 6926, 1, 0, 0, 0, 6999, 6939, 1, 0, 0, 0, 6999, 6942, 1, 0, 0, 0, 6999, 6952, 1, 0, 0, 0, 6999, 6953, 1, 0, 0, 0, 6999, 6954, 1, 0, 0, 0, 6999, 6955, 1, 0, 0, 0, 6999, 6956, 1, 0, 0, 0, 6999, 6961, 1, 0, 0, 0, 6999, 6976, 1, 0, 0, 0, 6999, 6977, 1, 0, 0, 0, 6999, 6981, 1, 0, 0, 0, 6999, 6982, 1, 0, 0, 0, 6999, 6988, 1, 0, 0, 0, 6999, 6992, 1, 0, 0, 0, 6999, 6993, 1, 0, 0, 0, 6999, 6994, 1, 0, 0, 0, 6999, 6996, 1, 0, 0, 0, 7000, 7028, 1, 0, 0, 0, 7001, 7002, 10, 3, 0, 0, 7002, 7003, 3, 718, 359, 0, 7003, 7004, 3, 676, 338, 4, 7004, 7027, 1, 0, 0, 0, 7005, 7006, 10, 6, 0, 0, 7006, 7007, 5, 26, 0, 0, 7007, 7027, 3, 646, 323, 0, 7008, 7009, 10, 4, 0, 0, 7009, 7011, 3, 720, 360, 0, 7010, 7012, 3, 676, 338, 0, 7011, 7010, 1, 0, 0, 0, 7011, 7012, 1, 0, 0, 0, 7012, 7027, 1, 0, 0, 0, 7013, 7014, 10, 1, 0, 0, 7014, 7016, 5, 116, 0, 0, 7015, 7017, 5, 77, 0, 0, 7016, 7015, 1, 0, 0, 0, 7016, 7017, 1, 0, 0, 0, 7017, 7024, 1, 0, 0, 0, 7018, 7019, 5, 56, 0, 0, 7019, 7020, 5, 64, 0, 0, 7020, 7025, 3, 676, 338, 0, 7021, 7022, 5, 275, 0, 0, 7022, 7025, 3, 522, 261, 0, 7023, 7025, 5, 188, 0, 0, 7024, 7018, 1, 0, 0, 0, 7024, 7021, 1, 0, 0, 0, 7024, 7023, 1, 0, 0, 0, 7025, 7027, 1, 0, 0, 0, 7026, 7001, 1, 0, 0, 0, 7026, 7005, 1, 0, 0, 0, 7026, 7008, 1, 0, 0, 0, 7026, 7013, 1, 0, 0, 0, 7027, 7030, 1, 0, 0, 0, 7028, 7026, 1, 0, 0, 0, 7028, 7029, 1, 0, 0, 0, 7029, 677, 1, 0, 0, 0, 7030, 7028, 1, 0, 0, 0, 7031, 7032, 3, 804, 402, 0, 7032, 7053, 5, 2, 0, 0, 7033, 7037, 3, 732, 366, 0, 7034, 7035, 5, 6, 0, 0, 7035, 7036, 5, 101, 0, 0, 7036, 7038, 3, 734, 367, 0, 7037, 7034, 1, 0, 0, 0, 7037, 7038, 1, 0, 0, 0, 7038, 7040, 1, 0, 0, 0, 7039, 7041, 3, 580, 290, 0, 7040, 7039, 1, 0, 0, 0, 7040, 7041, 1, 0, 0, 0, 7041, 7054, 1, 0, 0, 0, 7042, 7043, 5, 101, 0, 0, 7043, 7045, 3, 734, 367, 0, 7044, 7046, 3, 580, 290, 0, 7045, 7044, 1, 0, 0, 0, 7045, 7046, 1, 0, 0, 0, 7046, 7054, 1, 0, 0, 0, 7047, 7048, 7, 81, 0, 0, 7048, 7050, 3, 732, 366, 0, 7049, 7051, 3, 580, 290, 0, 7050, 7049, 1, 0, 0, 0, 7050, 7051, 1, 0, 0, 0, 7051, 7054, 1, 0, 0, 0, 7052, 7054, 5, 9, 0, 0, 7053, 7033, 1, 0, 0, 0, 7053, 7042, 1, 0, 0, 0, 7053, 7047, 1, 0, 0, 0, 7053, 7052, 1, 0, 0, 0, 7053, 7054, 1, 0, 0, 0, 7054, 7055, 1, 0, 0, 0, 7055, 7056, 5, 3, 0, 0, 7056, 679, 1, 0, 0, 0, 7057, 7064, 3, 678, 339, 0, 7058, 7059, 5, 479, 0, 0, 7059, 7060, 5, 66, 0, 0, 7060, 7061, 5, 2, 0, 0, 7061, 7062, 3, 580, 290, 0, 7062, 7063, 5, 3, 0, 0, 7063, 7065, 1, 0, 0, 0, 7064, 7058, 1, 0, 0, 0, 7064, 7065, 1, 0, 0, 0, 7065, 7072, 1, 0, 0, 0, 7066, 7067, 5, 480, 0, 0, 7067, 7068, 5, 2, 0, 0, 7068, 7069, 5, 103, 0, 0, 7069, 7070, 3, 668, 334, 0, 7070, 7071, 5, 3, 0, 0, 7071, 7073, 1, 0, 0, 0, 7072, 7066, 1, 0, 0, 0, 7072, 7073, 1, 0, 0, 0, 7073, 7079, 1, 0, 0, 0, 7074, 7077, 5, 124, 0, 0, 7075, 7078, 3, 704, 352, 0, 7076, 7078, 3, 816, 408, 0, 7077, 7075, 1, 0, 0, 0, 7077, 7076, 1, 0, 0, 0, 7078, 7080, 1, 0, 0, 0, 7079, 7074, 1, 0, 0, 0, 7079, 7080, 1, 0, 0, 0, 7080, 7083, 1, 0, 0, 0, 7081, 7083, 3, 684, 342, 0, 7082, 7057, 1, 0, 0, 0, 7082, 7081, 1, 0, 0, 0, 7083, 681, 1, 0, 0, 0, 7084, 7087, 3, 678, 339, 0, 7085, 7087, 3, 684, 342, 0, 7086, 7084, 1, 0, 0, 0, 7086, 7085, 1, 0, 0, 0, 7087, 683, 1, 0, 0, 0, 7088, 7089, 5, 108, 0, 0, 7089, 7090, 5, 62, 0, 0, 7090, 7091, 5, 2, 0, 0, 7091, 7092, 3, 668, 334, 0, 7092, 7093, 5, 3, 0, 0, 7093, 7263, 1, 0, 0, 0, 7094, 7263, 5, 48, 0, 0, 7095, 7097, 7, 96, 0, 0, 7096, 7098, 3, 654, 327, 0, 7097, 7096, 1, 0, 0, 0, 7097, 7098, 1, 0, 0, 0, 7098, 7263, 1, 0, 0, 0, 7099, 7263, 5, 49, 0, 0, 7100, 7263, 5, 52, 0, 0, 7101, 7263, 5, 89, 0, 0, 7102, 7263, 5, 99, 0, 0, 7103, 7263, 5, 47, 0, 0, 7104, 7263, 5, 111, 0, 0, 7105, 7106, 7, 97, 0, 0, 7106, 7107, 5, 2, 0, 0, 7107, 7108, 3, 668, 334, 0, 7108, 7109, 5, 36, 0, 0, 7109, 7110, 3, 646, 323, 0, 7110, 7111, 5, 3, 0, 0, 7111, 7263, 1, 0, 0, 0, 7112, 7113, 5, 397, 0, 0, 7113, 7118, 5, 2, 0, 0, 7114, 7115, 3, 738, 369, 0, 7115, 7116, 5, 64, 0, 0, 7116, 7117, 3, 668, 334, 0, 7117, 7119, 1, 0, 0, 0, 7118, 7114, 1, 0, 0, 0, 7118, 7119, 1, 0, 0, 0, 7119, 7120, 1, 0, 0, 0, 7120, 7263, 5, 3, 0, 0, 7121, 7122, 5, 489, 0, 0, 7122, 7123, 5, 2, 0, 0, 7123, 7126, 3, 668, 334, 0, 7124, 7125, 5, 6, 0, 0, 7125, 7127, 3, 740, 370, 0, 7126, 7124, 1, 0, 0, 0, 7126, 7127, 1, 0, 0, 0, 7127, 7128, 1, 0, 0, 0, 7128, 7129, 5, 3, 0, 0, 7129, 7263, 1, 0, 0, 0, 7130, 7131, 5, 410, 0, 0, 7131, 7132, 5, 2, 0, 0, 7132, 7133, 3, 668, 334, 0, 7133, 7134, 5, 84, 0, 0, 7134, 7135, 3, 668, 334, 0, 7135, 7136, 5, 64, 0, 0, 7136, 7139, 3, 668, 334, 0, 7137, 7138, 5, 62, 0, 0, 7138, 7140, 3, 668, 334, 0, 7139, 7137, 1, 0, 0, 0, 7139, 7140, 1, 0, 0, 0, 7140, 7141, 1, 0, 0, 0, 7141, 7142, 5, 3, 0, 0, 7142, 7263, 1, 0, 0, 0, 7143, 7144, 5, 411, 0, 0, 7144, 7149, 5, 2, 0, 0, 7145, 7146, 3, 676, 338, 0, 7146, 7147, 5, 68, 0, 0, 7147, 7148, 3, 676, 338, 0, 7148, 7150, 1, 0, 0, 0, 7149, 7145, 1, 0, 0, 0, 7149, 7150, 1, 0, 0, 0, 7150, 7151, 1, 0, 0, 0, 7151, 7263, 5, 3, 0, 0, 7152, 7153, 5, 417, 0, 0, 7153, 7155, 5, 2, 0, 0, 7154, 7156, 3, 742, 371, 0, 7155, 7154, 1, 0, 0, 0, 7155, 7156, 1, 0, 0, 0, 7156, 7157, 1, 0, 0, 0, 7157, 7263, 5, 3, 0, 0, 7158, 7159, 5, 421, 0, 0, 7159, 7161, 5, 2, 0, 0, 7160, 7162, 7, 98, 0, 0, 7161, 7160, 1, 0, 0, 0, 7161, 7162, 1, 0, 0, 0, 7162, 7167, 1, 0, 0, 0, 7163, 7165, 3, 668, 334, 0, 7164, 7163, 1, 0, 0, 0, 7164, 7165, 1, 0, 0, 0, 7165, 7166, 1, 0, 0, 0, 7166, 7168, 5, 64, 0, 0, 7167, 7164, 1, 0, 0, 0, 7167, 7168, 1, 0, 0, 0, 7168, 7169, 1, 0, 0, 0, 7169, 7170, 3, 726, 363, 0, 7170, 7171, 1, 0, 0, 0, 7171, 7172, 5, 3, 0, 0, 7172, 7263, 1, 0, 0, 0, 7173, 7174, 5, 408, 0, 0, 7174, 7175, 5, 2, 0, 0, 7175, 7176, 3, 668, 334, 0, 7176, 7177, 5, 6, 0, 0, 7177, 7178, 3, 668, 334, 0, 7178, 7179, 5, 3, 0, 0, 7179, 7263, 1, 0, 0, 0, 7180, 7181, 7, 99, 0, 0, 7181, 7263, 3, 528, 264, 0, 7182, 7183, 5, 426, 0, 0, 7183, 7184, 5, 2, 0, 0, 7184, 7185, 5, 266, 0, 0, 7185, 7195, 3, 822, 411, 0, 7186, 7193, 5, 6, 0, 0, 7187, 7188, 5, 424, 0, 0, 7188, 7189, 5, 2, 0, 0, 7189, 7190, 3, 686, 343, 0, 7190, 7191, 5, 3, 0, 0, 7191, 7194, 1, 0, 0, 0, 7192, 7194, 3, 726, 363, 0, 7193, 7187, 1, 0, 0, 0, 7193, 7192, 1, 0, 0, 0, 7194, 7196, 1, 0, 0, 0, 7195, 7186, 1, 0, 0, 0, 7195, 7196, 1, 0, 0, 0, 7196, 7197, 1, 0, 0, 0, 7197, 7198, 5, 3, 0, 0, 7198, 7263, 1, 0, 0, 0, 7199, 7200, 5, 427, 0, 0, 7200, 7201, 5, 2, 0, 0, 7201, 7202, 3, 676, 338, 0, 7202, 7203, 3, 692, 346, 0, 7203, 7204, 5, 3, 0, 0, 7204, 7263, 1, 0, 0, 0, 7205, 7206, 5, 428, 0, 0, 7206, 7207, 5, 2, 0, 0, 7207, 7208, 3, 686, 343, 0, 7208, 7209, 5, 3, 0, 0, 7209, 7263, 1, 0, 0, 0, 7210, 7211, 5, 429, 0, 0, 7211, 7212, 5, 2, 0, 0, 7212, 7213, 3, 690, 345, 0, 7213, 7216, 3, 668, 334, 0, 7214, 7215, 7, 100, 0, 0, 7215, 7217, 5, 378, 0, 0, 7216, 7214, 1, 0, 0, 0, 7216, 7217, 1, 0, 0, 0, 7217, 7218, 1, 0, 0, 0, 7218, 7219, 5, 3, 0, 0, 7219, 7263, 1, 0, 0, 0, 7220, 7221, 5, 430, 0, 0, 7221, 7222, 5, 2, 0, 0, 7222, 7223, 5, 266, 0, 0, 7223, 7226, 3, 822, 411, 0, 7224, 7225, 5, 6, 0, 0, 7225, 7227, 3, 668, 334, 0, 7226, 7224, 1, 0, 0, 0, 7226, 7227, 1, 0, 0, 0, 7227, 7228, 1, 0, 0, 0, 7228, 7229, 5, 3, 0, 0, 7229, 7263, 1, 0, 0, 0, 7230, 7231, 5, 431, 0, 0, 7231, 7232, 5, 2, 0, 0, 7232, 7233, 5, 383, 0, 0, 7233, 7234, 3, 668, 334, 0, 7234, 7235, 5, 6, 0, 0, 7235, 7239, 5, 375, 0, 0, 7236, 7237, 5, 269, 0, 0, 7237, 7240, 5, 450, 0, 0, 7238, 7240, 3, 668, 334, 0, 7239, 7236, 1, 0, 0, 0, 7239, 7238, 1, 0, 0, 0, 7240, 7250, 1, 0, 0, 0, 7241, 7242, 5, 6, 0, 0, 7242, 7248, 5, 339, 0, 0, 7243, 7245, 5, 269, 0, 0, 7244, 7243, 1, 0, 0, 0, 7244, 7245, 1, 0, 0, 0, 7245, 7246, 1, 0, 0, 0, 7246, 7249, 5, 450, 0, 0, 7247, 7249, 5, 385, 0, 0, 7248, 7244, 1, 0, 0, 0, 7248, 7247, 1, 0, 0, 0, 7249, 7251, 1, 0, 0, 0, 7250, 7241, 1, 0, 0, 0, 7250, 7251, 1, 0, 0, 0, 7251, 7252, 1, 0, 0, 0, 7252, 7253, 5, 3, 0, 0, 7253, 7263, 1, 0, 0, 0, 7254, 7255, 5, 432, 0, 0, 7255, 7256, 5, 2, 0, 0, 7256, 7257, 3, 690, 345, 0, 7257, 7258, 3, 668, 334, 0, 7258, 7259, 5, 36, 0, 0, 7259, 7260, 3, 648, 324, 0, 7260, 7261, 5, 3, 0, 0, 7261, 7263, 1, 0, 0, 0, 7262, 7088, 1, 0, 0, 0, 7262, 7094, 1, 0, 0, 0, 7262, 7095, 1, 0, 0, 0, 7262, 7099, 1, 0, 0, 0, 7262, 7100, 1, 0, 0, 0, 7262, 7101, 1, 0, 0, 0, 7262, 7102, 1, 0, 0, 0, 7262, 7103, 1, 0, 0, 0, 7262, 7104, 1, 0, 0, 0, 7262, 7105, 1, 0, 0, 0, 7262, 7112, 1, 0, 0, 0, 7262, 7121, 1, 0, 0, 0, 7262, 7130, 1, 0, 0, 0, 7262, 7143, 1, 0, 0, 0, 7262, 7152, 1, 0, 0, 0, 7262, 7158, 1, 0, 0, 0, 7262, 7173, 1, 0, 0, 0, 7262, 7180, 1, 0, 0, 0, 7262, 7182, 1, 0, 0, 0, 7262, 7199, 1, 0, 0, 0, 7262, 7205, 1, 0, 0, 0, 7262, 7210, 1, 0, 0, 0, 7262, 7220, 1, 0, 0, 0, 7262, 7230, 1, 0, 0, 0, 7262, 7254, 1, 0, 0, 0, 7263, 685, 1, 0, 0, 0, 7264, 7269, 3, 688, 344, 0, 7265, 7266, 5, 6, 0, 0, 7266, 7268, 3, 688, 344, 0, 7267, 7265, 1, 0, 0, 0, 7268, 7271, 1, 0, 0, 0, 7269, 7267, 1, 0, 0, 0, 7269, 7270, 1, 0, 0, 0, 7270, 687, 1, 0, 0, 0, 7271, 7269, 1, 0, 0, 0, 7272, 7275, 3, 668, 334, 0, 7273, 7274, 5, 36, 0, 0, 7274, 7276, 3, 822, 411, 0, 7275, 7273, 1, 0, 0, 0, 7275, 7276, 1, 0, 0, 0, 7276, 689, 1, 0, 0, 0, 7277, 7278, 7, 101, 0, 0, 7278, 691, 1, 0, 0, 0, 7279, 7281, 5, 286, 0, 0, 7280, 7282, 3, 694, 347, 0, 7281, 7280, 1, 0, 0, 0, 7281, 7282, 1, 0, 0, 0, 7282, 7283, 1, 0, 0, 0, 7283, 7285, 3, 676, 338, 0, 7284, 7286, 3, 694, 347, 0, 7285, 7284, 1, 0, 0, 0, 7285, 7286, 1, 0, 0, 0, 7286, 693, 1, 0, 0, 0, 7287, 7288, 5, 147, 0, 0, 7288, 7289, 7, 102, 0, 0, 7289, 695, 1, 0, 0, 0, 7290, 7291, 5, 104, 0, 0, 7291, 7296, 3, 700, 350, 0, 7292, 7293, 5, 6, 0, 0, 7293, 7295, 3, 700, 350, 0, 7294, 7292, 1, 0, 0, 0, 7295, 7298, 1, 0, 0, 0, 7296, 7294, 1, 0, 0, 0, 7296, 7297, 1, 0, 0, 0, 7297, 697, 1, 0, 0, 0, 7298, 7296, 1, 0, 0, 0, 7299, 7300, 5, 67, 0, 0, 7300, 7301, 3, 668, 334, 0, 7301, 699, 1, 0, 0, 0, 7302, 7303, 3, 816, 408, 0, 7303, 7304, 5, 36, 0, 0, 7304, 7305, 3, 704, 352, 0, 7305, 701, 1, 0, 0, 0, 7306, 7309, 5, 124, 0, 0, 7307, 7310, 3, 704, 352, 0, 7308, 7310, 3, 816, 408, 0, 7309, 7307, 1, 0, 0, 0, 7309, 7308, 1, 0, 0, 0, 7310, 703, 1, 0, 0, 0, 7311, 7313, 5, 2, 0, 0, 7312, 7314, 3, 816, 408, 0, 7313, 7312, 1, 0, 0, 0, 7313, 7314, 1, 0, 0, 0, 7314, 7318, 1, 0, 0, 0, 7315, 7316, 5, 285, 0, 0, 7316, 7317, 5, 147, 0, 0, 7317, 7319, 3, 726, 363, 0, 7318, 7315, 1, 0, 0, 0, 7318, 7319, 1, 0, 0, 0, 7319, 7321, 1, 0, 0, 0, 7320, 7322, 3, 580, 290, 0, 7321, 7320, 1, 0, 0, 0, 7321, 7322, 1, 0, 0, 0, 7322, 7324, 1, 0, 0, 0, 7323, 7325, 3, 706, 353, 0, 7324, 7323, 1, 0, 0, 0, 7324, 7325, 1, 0, 0, 0, 7325, 7326, 1, 0, 0, 0, 7326, 7327, 5, 3, 0, 0, 7327, 705, 1, 0, 0, 0, 7328, 7333, 7, 103, 0, 0, 7329, 7330, 5, 387, 0, 0, 7330, 7331, 3, 708, 354, 0, 7331, 7332, 5, 33, 0, 0, 7332, 7334, 1, 0, 0, 0, 7333, 7329, 1, 0, 0, 0, 7333, 7334, 1, 0, 0, 0, 7334, 7335, 1, 0, 0, 0, 7335, 7336, 3, 708, 354, 0, 7336, 7346, 1, 0, 0, 0, 7337, 7344, 5, 199, 0, 0, 7338, 7339, 5, 434, 0, 0, 7339, 7345, 5, 414, 0, 0, 7340, 7345, 5, 66, 0, 0, 7341, 7345, 5, 467, 0, 0, 7342, 7343, 5, 269, 0, 0, 7343, 7345, 5, 482, 0, 0, 7344, 7338, 1, 0, 0, 0, 7344, 7340, 1, 0, 0, 0, 7344, 7341, 1, 0, 0, 0, 7344, 7342, 1, 0, 0, 0, 7345, 7347, 1, 0, 0, 0, 7346, 7337, 1, 0, 0, 0, 7346, 7347, 1, 0, 0, 0, 7347, 707, 1, 0, 0, 0, 7348, 7351, 5, 362, 0, 0, 7349, 7351, 3, 668, 334, 0, 7350, 7348, 1, 0, 0, 0, 7350, 7349, 1, 0, 0, 0, 7351, 7352, 1, 0, 0, 0, 7352, 7356, 7, 104, 0, 0, 7353, 7354, 5, 434, 0, 0, 7354, 7356, 5, 414, 0, 0, 7355, 7350, 1, 0, 0, 0, 7355, 7353, 1, 0, 0, 0, 7356, 709, 1, 0, 0, 0, 7357, 7365, 3, 712, 356, 0, 7358, 7359, 5, 2, 0, 0, 7359, 7360, 3, 726, 363, 0, 7360, 7361, 5, 6, 0, 0, 7361, 7362, 3, 668, 334, 0, 7362, 7363, 5, 3, 0, 0, 7363, 7365, 1, 0, 0, 0, 7364, 7357, 1, 0, 0, 0, 7364, 7358, 1, 0, 0, 0, 7365, 711, 1, 0, 0, 0, 7366, 7367, 5, 414, 0, 0, 7367, 7369, 5, 2, 0, 0, 7368, 7370, 3, 726, 363, 0, 7369, 7368, 1, 0, 0, 0, 7369, 7370, 1, 0, 0, 0, 7370, 7371, 1, 0, 0, 0, 7371, 7372, 5, 3, 0, 0, 7372, 713, 1, 0, 0, 0, 7373, 7374, 7, 105, 0, 0, 7374, 715, 1, 0, 0, 0, 7375, 7378, 5, 29, 0, 0, 7376, 7378, 3, 718, 359, 0, 7377, 7375, 1, 0, 0, 0, 7377, 7376, 1, 0, 0, 0, 7378, 717, 1, 0, 0, 0, 7379, 7380, 7, 106, 0, 0, 7380, 719, 1, 0, 0, 0, 7381, 7388, 5, 29, 0, 0, 7382, 7383, 5, 278, 0, 0, 7383, 7384, 5, 2, 0, 0, 7384, 7385, 3, 408, 204, 0, 7385, 7386, 5, 3, 0, 0, 7386, 7388, 1, 0, 0, 0, 7387, 7381, 1, 0, 0, 0, 7387, 7382, 1, 0, 0, 0, 7388, 721, 1, 0, 0, 0, 7389, 7396, 3, 716, 358, 0, 7390, 7391, 5, 278, 0, 0, 7391, 7392, 5, 2, 0, 0, 7392, 7393, 3, 408, 204, 0, 7393, 7394, 5, 3, 0, 0, 7394, 7396, 1, 0, 0, 0, 7395, 7389, 1, 0, 0, 0, 7395, 7390, 1, 0, 0, 0, 7396, 723, 1, 0, 0, 0, 7397, 7403, 3, 722, 361, 0, 7398, 7400, 5, 77, 0, 0, 7399, 7398, 1, 0, 0, 0, 7399, 7400, 1, 0, 0, 0, 7400, 7401, 1, 0, 0, 0, 7401, 7403, 7, 107, 0, 0, 7402, 7397, 1, 0, 0, 0, 7402, 7399, 1, 0, 0, 0, 7403, 725, 1, 0, 0, 0, 7404, 7409, 3, 668, 334, 0, 7405, 7406, 5, 6, 0, 0, 7406, 7408, 3, 668, 334, 0, 7407, 7405, 1, 0, 0, 0, 7408, 7411, 1, 0, 0, 0, 7409, 7407, 1, 0, 0, 0, 7409, 7410, 1, 0, 0, 0, 7410, 727, 1, 0, 0, 0, 7411, 7409, 1, 0, 0, 0, 7412, 7413, 5, 2, 0, 0, 7413, 7414, 3, 668, 334, 0, 7414, 7415, 5, 3, 0, 0, 7415, 7418, 1, 0, 0, 0, 7416, 7418, 3, 796, 398, 0, 7417, 7412, 1, 0, 0, 0, 7417, 7416, 1, 0, 0, 0, 7418, 729, 1, 0, 0, 0, 7419, 7422, 3, 668, 334, 0, 7420, 7422, 3, 796, 398, 0, 7421, 7419, 1, 0, 0, 0, 7421, 7420, 1, 0, 0, 0, 7422, 731, 1, 0, 0, 0, 7423, 7428, 3, 734, 367, 0, 7424, 7425, 5, 6, 0, 0, 7425, 7427, 3, 734, 367, 0, 7426, 7424, 1, 0, 0, 0, 7427, 7430, 1, 0, 0, 0, 7428, 7426, 1, 0, 0, 0, 7428, 7429, 1, 0, 0, 0, 7429, 733, 1, 0, 0, 0, 7430, 7428, 1, 0, 0, 0, 7431, 7439, 3, 796, 398, 0, 7432, 7439, 3, 668, 334, 0, 7433, 7436, 3, 818, 409, 0, 7434, 7435, 7, 108, 0, 0, 7435, 7437, 3, 668, 334, 0, 7436, 7434, 1, 0, 0, 0, 7436, 7437, 1, 0, 0, 0, 7437, 7439, 1, 0, 0, 0, 7438, 7431, 1, 0, 0, 0, 7438, 7432, 1, 0, 0, 0, 7438, 7433, 1, 0, 0, 0, 7439, 735, 1, 0, 0, 0, 7440, 7450, 5, 4, 0, 0, 7441, 7451, 3, 726, 363, 0, 7442, 7447, 3, 736, 368, 0, 7443, 7444, 5, 6, 0, 0, 7444, 7446, 3, 736, 368, 0, 7445, 7443, 1, 0, 0, 0, 7446, 7449, 1, 0, 0, 0, 7447, 7445, 1, 0, 0, 0, 7447, 7448, 1, 0, 0, 0, 7448, 7451, 1, 0, 0, 0, 7449, 7447, 1, 0, 0, 0, 7450, 7441, 1, 0, 0, 0, 7450, 7442, 1, 0, 0, 0, 7450, 7451, 1, 0, 0, 0, 7451, 7452, 1, 0, 0, 0, 7452, 7453, 5, 5, 0, 0, 7453, 737, 1, 0, 0, 0, 7454, 7463, 3, 824, 412, 0, 7455, 7463, 5, 384, 0, 0, 7456, 7463, 5, 264, 0, 0, 7457, 7463, 5, 176, 0, 0, 7458, 7463, 5, 218, 0, 0, 7459, 7463, 5, 261, 0, 0, 7460, 7463, 5, 326, 0, 0, 7461, 7463, 3, 806, 403, 0, 7462, 7454, 1, 0, 0, 0, 7462, 7455, 1, 0, 0, 0, 7462, 7456, 1, 0, 0, 0, 7462, 7457, 1, 0, 0, 0, 7462, 7458, 1, 0, 0, 0, 7462, 7459, 1, 0, 0, 0, 7462, 7460, 1, 0, 0, 0, 7462, 7461, 1, 0, 0, 0, 7463, 739, 1, 0, 0, 0, 7464, 7465, 7, 109, 0, 0, 7465, 741, 1, 0, 0, 0, 7466, 7467, 3, 668, 334, 0, 7467, 7468, 5, 64, 0, 0, 7468, 7471, 3, 668, 334, 0, 7469, 7470, 5, 62, 0, 0, 7470, 7472, 3, 668, 334, 0, 7471, 7469, 1, 0, 0, 0, 7471, 7472, 1, 0, 0, 0, 7472, 7488, 1, 0, 0, 0, 7473, 7474, 3, 668, 334, 0, 7474, 7475, 5, 62, 0, 0, 7475, 7478, 3, 668, 334, 0, 7476, 7477, 5, 64, 0, 0, 7477, 7479, 3, 668, 334, 0, 7478, 7476, 1, 0, 0, 0, 7478, 7479, 1, 0, 0, 0, 7479, 7488, 1, 0, 0, 0, 7480, 7481, 3, 668, 334, 0, 7481, 7482, 5, 127, 0, 0, 7482, 7483, 3, 668, 334, 0, 7483, 7484, 5, 197, 0, 0, 7484, 7485, 3, 668, 334, 0, 7485, 7488, 1, 0, 0, 0, 7486, 7488, 3, 726, 363, 0, 7487, 7466, 1, 0, 0, 0, 7487, 7473, 1, 0, 0, 0, 7487, 7480, 1, 0, 0, 0, 7487, 7486, 1, 0, 0, 0, 7488, 743, 1, 0, 0, 0, 7489, 7490, 5, 102, 0, 0, 7490, 7491, 3, 668, 334, 0, 7491, 7492, 5, 93, 0, 0, 7492, 7493, 3, 668, 334, 0, 7493, 745, 1, 0, 0, 0, 7494, 7497, 5, 11, 0, 0, 7495, 7498, 3, 822, 411, 0, 7496, 7498, 5, 9, 0, 0, 7497, 7495, 1, 0, 0, 0, 7497, 7496, 1, 0, 0, 0, 7498, 7512, 1, 0, 0, 0, 7499, 7508, 5, 4, 0, 0, 7500, 7509, 3, 668, 334, 0, 7501, 7503, 3, 668, 334, 0, 7502, 7501, 1, 0, 0, 0, 7502, 7503, 1, 0, 0, 0, 7503, 7504, 1, 0, 0, 0, 7504, 7506, 5, 8, 0, 0, 7505, 7507, 3, 668, 334, 0, 7506, 7505, 1, 0, 0, 0, 7506, 7507, 1, 0, 0, 0, 7507, 7509, 1, 0, 0, 0, 7508, 7500, 1, 0, 0, 0, 7508, 7502, 1, 0, 0, 0, 7509, 7510, 1, 0, 0, 0, 7510, 7512, 5, 5, 0, 0, 7511, 7494, 1, 0, 0, 0, 7511, 7499, 1, 0, 0, 0, 7512, 747, 1, 0, 0, 0, 7513, 7515, 3, 746, 373, 0, 7514, 7513, 1, 0, 0, 0, 7515, 7516, 1, 0, 0, 0, 7516, 7514, 1, 0, 0, 0, 7516, 7517, 1, 0, 0, 0, 7517, 749, 1, 0, 0, 0, 7518, 7520, 3, 746, 373, 0, 7519, 7518, 1, 0, 0, 0, 7520, 7523, 1, 0, 0, 0, 7521, 7519, 1, 0, 0, 0, 7521, 7522, 1, 0, 0, 0, 7522, 751, 1, 0, 0, 0, 7523, 7521, 1, 0, 0, 0, 7524, 7529, 3, 754, 377, 0, 7525, 7526, 5, 6, 0, 0, 7526, 7528, 3, 754, 377, 0, 7527, 7525, 1, 0, 0, 0, 7528, 7531, 1, 0, 0, 0, 7529, 7527, 1, 0, 0, 0, 7529, 7530, 1, 0, 0, 0, 7530, 753, 1, 0, 0, 0, 7531, 7529, 1, 0, 0, 0, 7532, 7537, 3, 730, 365, 0, 7533, 7534, 5, 36, 0, 0, 7534, 7538, 3, 822, 411, 0, 7535, 7538, 3, 824, 412, 0, 7536, 7538, 1, 0, 0, 0, 7537, 7533, 1, 0, 0, 0, 7537, 7535, 1, 0, 0, 0, 7537, 7536, 1, 0, 0, 0, 7538, 7541, 1, 0, 0, 0, 7539, 7541, 5, 9, 0, 0, 7540, 7532, 1, 0, 0, 0, 7540, 7539, 1, 0, 0, 0, 7541, 755, 1, 0, 0, 0, 7542, 7547, 3, 776, 388, 0, 7543, 7544, 5, 6, 0, 0, 7544, 7546, 3, 776, 388, 0, 7545, 7543, 1, 0, 0, 0, 7546, 7549, 1, 0, 0, 0, 7547, 7545, 1, 0, 0, 0, 7547, 7548, 1, 0, 0, 0, 7548, 757, 1, 0, 0, 0, 7549, 7547, 1, 0, 0, 0, 7550, 7555, 3, 770, 385, 0, 7551, 7552, 5, 6, 0, 0, 7552, 7554, 3, 770, 385, 0, 7553, 7551, 1, 0, 0, 0, 7554, 7557, 1, 0, 0, 0, 7555, 7553, 1, 0, 0, 0, 7555, 7556, 1, 0, 0, 0, 7556, 759, 1, 0, 0, 0, 7557, 7555, 1, 0, 0, 0, 7558, 7563, 3, 786, 393, 0, 7559, 7560, 5, 6, 0, 0, 7560, 7562, 3, 786, 393, 0, 7561, 7559, 1, 0, 0, 0, 7562, 7565, 1, 0, 0, 0, 7563, 7561, 1, 0, 0, 0, 7563, 7564, 1, 0, 0, 0, 7564, 761, 1, 0, 0, 0, 7565, 7563, 1, 0, 0, 0, 7566, 7571, 3, 784, 392, 0, 7567, 7568, 5, 6, 0, 0, 7568, 7570, 3, 784, 392, 0, 7569, 7567, 1, 0, 0, 0, 7570, 7573, 1, 0, 0, 0, 7571, 7569, 1, 0, 0, 0, 7571, 7572, 1, 0, 0, 0, 7572, 763, 1, 0, 0, 0, 7573, 7571, 1, 0, 0, 0, 7574, 7575, 3, 776, 388, 0, 7575, 765, 1, 0, 0, 0, 7576, 7577, 3, 776, 388, 0, 7577, 767, 1, 0, 0, 0, 7578, 7579, 3, 776, 388, 0, 7579, 769, 1, 0, 0, 0, 7580, 7581, 3, 776, 388, 0, 7581, 771, 1, 0, 0, 0, 7582, 7583, 3, 776, 388, 0, 7583, 773, 1, 0, 0, 0, 7584, 7585, 3, 310, 155, 0, 7585, 775, 1, 0, 0, 0, 7586, 7588, 3, 816, 408, 0, 7587, 7589, 3, 748, 374, 0, 7588, 7587, 1, 0, 0, 0, 7588, 7589, 1, 0, 0, 0, 7589, 777, 1, 0, 0, 0, 7590, 7595, 3, 766, 383, 0, 7591, 7592, 5, 6, 0, 0, 7592, 7594, 3, 766, 383, 0, 7593, 7591, 1, 0, 0, 0, 7594, 7597, 1, 0, 0, 0, 7595, 7593, 1, 0, 0, 0, 7595, 7596, 1, 0, 0, 0, 7596, 779, 1, 0, 0, 0, 7597, 7595, 1, 0, 0, 0, 7598, 7603, 3, 816, 408, 0, 7599, 7600, 5, 6, 0, 0, 7600, 7602, 3, 816, 408, 0, 7601, 7599, 1, 0, 0, 0, 7602, 7605, 1, 0, 0, 0, 7603, 7601, 1, 0, 0, 0, 7603, 7604, 1, 0, 0, 0, 7604, 781, 1, 0, 0, 0, 7605, 7603, 1, 0, 0, 0, 7606, 7607, 3, 310, 155, 0, 7607, 783, 1, 0, 0, 0, 7608, 7609, 3, 310, 155, 0, 7609, 785, 1, 0, 0, 0, 7610, 7611, 3, 310, 155, 0, 7611, 787, 1, 0, 0, 0, 7612, 7613, 3, 816, 408, 0, 7613, 789, 1, 0, 0, 0, 7614, 7615, 3, 816, 408, 0, 7615, 791, 1, 0, 0, 0, 7616, 7621, 3, 818, 409, 0, 7617, 7618, 3, 816, 408, 0, 7618, 7619, 3, 748, 374, 0, 7619, 7621, 1, 0, 0, 0, 7620, 7616, 1, 0, 0, 0, 7620, 7617, 1, 0, 0, 0, 7621, 793, 1, 0, 0, 0, 7622, 7627, 3, 818, 409, 0, 7623, 7624, 3, 816, 408, 0, 7624, 7625, 3, 748, 374, 0, 7625, 7627, 1, 0, 0, 0, 7626, 7622, 1, 0, 0, 0, 7626, 7623, 1, 0, 0, 0, 7627, 795, 1, 0, 0, 0, 7628, 7629, 3, 816, 408, 0, 7629, 7630, 3, 750, 375, 0, 7630, 7633, 1, 0, 0, 0, 7631, 7633, 4, 398, 10, 0, 7632, 7628, 1, 0, 0, 0, 7632, 7631, 1, 0, 0, 0, 7633, 797, 1, 0, 0, 0, 7634, 7635, 3, 816, 408, 0, 7635, 7636, 3, 750, 375, 0, 7636, 799, 1, 0, 0, 0, 7637, 7638, 3, 816, 408, 0, 7638, 801, 1, 0, 0, 0, 7639, 7644, 3, 818, 409, 0, 7640, 7641, 3, 816, 408, 0, 7641, 7642, 3, 748, 374, 0, 7642, 7644, 1, 0, 0, 0, 7643, 7639, 1, 0, 0, 0, 7643, 7640, 1, 0, 0, 0, 7644, 803, 1, 0, 0, 0, 7645, 7650, 3, 818, 409, 0, 7646, 7647, 3, 816, 408, 0, 7647, 7648, 3, 748, 374, 0, 7648, 7650, 1, 0, 0, 0, 7649, 7645, 1, 0, 0, 0, 7649, 7646, 1, 0, 0, 0, 7650, 805, 1, 0, 0, 0, 7651, 7654, 3, 808, 404, 0, 7652, 7653, 5, 487, 0, 0, 7653, 7655, 3, 808, 404, 0, 7654, 7652, 1, 0, 0, 0, 7654, 7655, 1, 0, 0, 0, 7655, 807, 1, 0, 0, 0, 7656, 7668, 5, 561, 0, 0, 7657, 7668, 5, 563, 0, 0, 7658, 7662, 5, 565, 0, 0, 7659, 7661, 5, 590, 0, 0, 7660, 7659, 1, 0, 0, 0, 7661, 7664, 1, 0, 0, 0, 7662, 7660, 1, 0, 0, 0, 7662, 7663, 1, 0, 0, 0, 7663, 7665, 1, 0, 0, 0, 7664, 7662, 1, 0, 0, 0, 7665, 7668, 5, 591, 0, 0, 7666, 7668, 5, 586, 0, 0, 7667, 7656, 1, 0, 0, 0, 7667, 7657, 1, 0, 0, 0, 7667, 7658, 1, 0, 0, 0, 7667, 7666, 1, 0, 0, 0, 7668, 809, 1, 0, 0, 0, 7669, 7671, 7, 30, 0, 0, 7670, 7669, 1, 0, 0, 0, 7670, 7671, 1, 0, 0, 0, 7671, 7672, 1, 0, 0, 0, 7672, 7673, 5, 574, 0, 0, 7673, 811, 1, 0, 0, 0, 7674, 7680, 3, 820, 410, 0, 7675, 7680, 5, 52, 0, 0, 7676, 7680, 5, 49, 0, 0, 7677, 7680, 5, 89, 0, 0, 7678, 7680, 5, 524, 0, 0, 7679, 7674, 1, 0, 0, 0, 7679, 7675, 1, 0, 0, 0, 7679, 7676, 1, 0, 0, 0, 7679, 7677, 1, 0, 0, 0, 7679, 7678, 1, 0, 0, 0, 7680, 813, 1, 0, 0, 0, 7681, 7686, 3, 812, 406, 0, 7682, 7683, 5, 6, 0, 0, 7683, 7685, 3, 812, 406, 0, 7684, 7682, 1, 0, 0, 0, 7685, 7688, 1, 0, 0, 0, 7686, 7684, 1, 0, 0, 0, 7686, 7687, 1, 0, 0, 0, 7687, 815, 1, 0, 0, 0, 7688, 7686, 1, 0, 0, 0, 7689, 7692, 3, 824, 412, 0, 7690, 7692, 3, 828, 414, 0, 7691, 7689, 1, 0, 0, 0, 7691, 7690, 1, 0, 0, 0, 7692, 817, 1, 0, 0, 0, 7693, 7696, 3, 824, 412, 0, 7694, 7696, 3, 830, 415, 0, 7695, 7693, 1, 0, 0, 0, 7695, 7694, 1, 0, 0, 0, 7696, 819, 1, 0, 0, 0, 7697, 7701, 3, 824, 412, 0, 7698, 7701, 3, 828, 414, 0, 7699, 7701, 3, 830, 415, 0, 7700, 7697, 1, 0, 0, 0, 7700, 7698, 1, 0, 0, 0, 7700, 7699, 1, 0, 0, 0, 7701, 821, 1, 0, 0, 0, 7702, 7707, 3, 824, 412, 0, 7703, 7707, 3, 828, 414, 0, 7704, 7707, 3, 830, 415, 0, 7705, 7707, 3, 832, 416, 0, 7706, 7702, 1, 0, 0, 0, 7706, 7703, 1, 0, 0, 0, 7706, 7704, 1, 0, 0, 0, 7706, 7705, 1, 0, 0, 0, 7707, 823, 1, 0, 0, 0, 7708, 7711, 5, 552, 0, 0, 7709, 7710, 5, 487, 0, 0, 7710, 7712, 3, 808, 404, 0, 7711, 7709, 1, 0, 0, 0, 7711, 7712, 1, 0, 0, 0, 7712, 7720, 1, 0, 0, 0, 7713, 7720, 3, 806, 403, 0, 7714, 7720, 5, 553, 0, 0, 7715, 7720, 5, 557, 0, 0, 7716, 7720, 5, 577, 0, 0, 7717, 7720, 5, 578, 0, 0, 7718, 7720, 3, 826, 413, 0, 7719, 7708, 1, 0, 0, 0, 7719, 7713, 1, 0, 0, 0, 7719, 7714, 1, 0, 0, 0, 7719, 7715, 1, 0, 0, 0, 7719, 7716, 1, 0, 0, 0, 7719, 7717, 1, 0, 0, 0, 7719, 7718, 1, 0, 0, 0, 7720, 825, 1, 0, 0, 0, 7721, 7722, 7, 110, 0, 0, 7722, 827, 1, 0, 0, 0, 7723, 7775, 5, 387, 0, 0, 7724, 7775, 5, 388, 0, 0, 7725, 7775, 3, 656, 328, 0, 7726, 7775, 5, 390, 0, 0, 7727, 7775, 5, 391, 0, 0, 7728, 7775, 3, 658, 329, 0, 7729, 7775, 5, 393, 0, 0, 7730, 7775, 5, 394, 0, 0, 7731, 7775, 5, 395, 0, 0, 7732, 7775, 5, 396, 0, 0, 7733, 7775, 5, 397, 0, 0, 7734, 7775, 5, 398, 0, 0, 7735, 7775, 5, 399, 0, 0, 7736, 7775, 5, 470, 0, 0, 7737, 7775, 5, 400, 0, 0, 7738, 7775, 5, 401, 0, 0, 7739, 7775, 5, 402, 0, 0, 7740, 7775, 5, 403, 0, 0, 7741, 7775, 5, 404, 0, 0, 7742, 7775, 5, 405, 0, 0, 7743, 7775, 5, 406, 0, 0, 7744, 7775, 5, 407, 0, 0, 7745, 7775, 5, 489, 0, 0, 7746, 7775, 5, 408, 0, 0, 7747, 7775, 3, 652, 326, 0, 7748, 7775, 5, 453, 0, 0, 7749, 7775, 5, 410, 0, 0, 7750, 7775, 5, 411, 0, 0, 7751, 7775, 5, 412, 0, 0, 7752, 7775, 5, 413, 0, 0, 7753, 7775, 5, 414, 0, 0, 7754, 7775, 5, 415, 0, 0, 7755, 7775, 5, 416, 0, 0, 7756, 7775, 5, 417, 0, 0, 7757, 7775, 5, 418, 0, 0, 7758, 7775, 5, 419, 0, 0, 7759, 7775, 5, 420, 0, 0, 7760, 7775, 5, 421, 0, 0, 7761, 7775, 5, 422, 0, 0, 7762, 7775, 5, 423, 0, 0, 7763, 7775, 5, 424, 0, 0, 7764, 7775, 5, 425, 0, 0, 7765, 7775, 5, 426, 0, 0, 7766, 7775, 5, 427, 0, 0, 7767, 7775, 5, 428, 0, 0, 7768, 7775, 5, 476, 0, 0, 7769, 7775, 5, 429, 0, 0, 7770, 7775, 5, 430, 0, 0, 7771, 7775, 5, 431, 0, 0, 7772, 7775, 5, 432, 0, 0, 7773, 7775, 5, 474, 0, 0, 7774, 7723, 1, 0, 0, 0, 7774, 7724, 1, 0, 0, 0, 7774, 7725, 1, 0, 0, 0, 7774, 7726, 1, 0, 0, 0, 7774, 7727, 1, 0, 0, 0, 7774, 7728, 1, 0, 0, 0, 7774, 7729, 1, 0, 0, 0, 7774, 7730, 1, 0, 0, 0, 7774, 7731, 1, 0, 0, 0, 7774, 7732, 1, 0, 0, 0, 7774, 7733, 1, 0, 0, 0, 7774, 7734, 1, 0, 0, 0, 7774, 7735, 1, 0, 0, 0, 7774, 7736, 1, 0, 0, 0, 7774, 7737, 1, 0, 0, 0, 7774, 7738, 1, 0, 0, 0, 7774, 7739, 1, 0, 0, 0, 7774, 7740, 1, 0, 0, 0, 7774, 7741, 1, 0, 0, 0, 7774, 7742, 1, 0, 0, 0, 7774, 7743, 1, 0, 0, 0, 7774, 7744, 1, 0, 0, 0, 7774, 7745, 1, 0, 0, 0, 7774, 7746, 1, 0, 0, 0, 7774, 7747, 1, 0, 0, 0, 7774, 7748, 1, 0, 0, 0, 7774, 7749, 1, 0, 0, 0, 7774, 7750, 1, 0, 0, 0, 7774, 7751, 1, 0, 0, 0, 7774, 7752, 1, 0, 0, 0, 7774, 7753, 1, 0, 0, 0, 7774, 7754, 1, 0, 0, 0, 7774, 7755, 1, 0, 0, 0, 7774, 7756, 1, 0, 0, 0, 7774, 7757, 1, 0, 0, 0, 7774, 7758, 1, 0, 0, 0, 7774, 7759, 1, 0, 0, 0, 7774, 7760, 1, 0, 0, 0, 7774, 7761, 1, 0, 0, 0, 7774, 7762, 1, 0, 0, 0, 7774, 7763, 1, 0, 0, 0, 7774, 7764, 1, 0, 0, 0, 7774, 7765, 1, 0, 0, 0, 7774, 7766, 1, 0, 0, 0, 7774, 7767, 1, 0, 0, 0, 7774, 7768, 1, 0, 0, 0, 7774, 7769, 1, 0, 0, 0, 7774, 7770, 1, 0, 0, 0, 7774, 7771, 1, 0, 0, 0, 7774, 7772, 1, 0, 0, 0, 7774, 7773, 1, 0, 0, 0, 7775, 829, 1, 0, 0, 0, 7776, 7777, 7, 111, 0, 0, 7777, 831, 1, 0, 0, 0, 7778, 7779, 7, 112, 0, 0, 7779, 833, 1, 0, 0, 0, 7780, 7782, 3, 836, 418, 0, 7781, 7780, 1, 0, 0, 0, 7781, 7782, 1, 0, 0, 0, 7782, 7793, 1, 0, 0, 0, 7783, 7791, 5, 178, 0, 0, 7784, 7788, 3, 838, 419, 0, 7785, 7788, 5, 178, 0, 0, 7786, 7788, 3, 836, 418, 0, 7787, 7784, 1, 0, 0, 0, 7787, 7785, 1, 0, 0, 0, 7787, 7786, 1, 0, 0, 0, 7788, 7789, 1, 0, 0, 0, 7789, 7787, 1, 0, 0, 0, 7789, 7790, 1, 0, 0, 0, 7790, 7792, 1, 0, 0, 0, 7791, 7787, 1, 0, 0, 0, 7791, 7792, 1, 0, 0, 0, 7792, 7794, 1, 0, 0, 0, 7793, 7783, 1, 0, 0, 0, 7793, 7794, 1, 0, 0, 0, 7794, 7795, 1, 0, 0, 0, 7795, 7799, 5, 146, 0, 0, 7796, 7798, 3, 844, 422, 0, 7797, 7796, 1, 0, 0, 0, 7798, 7801, 1, 0, 0, 0, 7799, 7797, 1, 0, 0, 0, 7799, 7800, 1, 0, 0, 0, 7800, 7803, 1, 0, 0, 0, 7801, 7799, 1, 0, 0, 0, 7802, 7804, 3, 922, 461, 0, 7803, 7802, 1, 0, 0, 0, 7803, 7804, 1, 0, 0, 0, 7804, 7805, 1, 0, 0, 0, 7805, 7807, 5, 454, 0, 0, 7806, 7808, 3, 926, 463, 0, 7807, 7806, 1, 0, 0, 0, 7807, 7808, 1, 0, 0, 0, 7808, 835, 1, 0, 0, 0, 7809, 7810, 5, 18, 0, 0, 7810, 7811, 3, 926, 463, 0, 7811, 7812, 5, 19, 0, 0, 7812, 837, 1, 0, 0, 0, 7813, 7860, 3, 926, 463, 0, 7814, 7815, 5, 496, 0, 0, 7815, 7818, 5, 62, 0, 0, 7816, 7819, 5, 28, 0, 0, 7817, 7819, 3, 816, 408, 0, 7818, 7816, 1, 0, 0, 0, 7818, 7817, 1, 0, 0, 0, 7819, 7861, 1, 0, 0, 0, 7820, 7822, 5, 497, 0, 0, 7821, 7820, 1, 0, 0, 0, 7821, 7822, 1, 0, 0, 0, 7822, 7823, 1, 0, 0, 0, 7823, 7825, 3, 646, 323, 0, 7824, 7826, 3, 90, 45, 0, 7825, 7824, 1, 0, 0, 0, 7825, 7826, 1, 0, 0, 0, 7826, 7829, 1, 0, 0, 0, 7827, 7828, 5, 77, 0, 0, 7828, 7830, 5, 78, 0, 0, 7829, 7827, 1, 0, 0, 0, 7829, 7830, 1, 0, 0, 0, 7830, 7836, 1, 0, 0, 0, 7831, 7834, 3, 842, 421, 0, 7832, 7834, 5, 53, 0, 0, 7833, 7831, 1, 0, 0, 0, 7833, 7832, 1, 0, 0, 0, 7834, 7835, 1, 0, 0, 0, 7835, 7837, 3, 928, 464, 0, 7836, 7833, 1, 0, 0, 0, 7836, 7837, 1, 0, 0, 0, 7837, 7861, 1, 0, 0, 0, 7838, 7840, 5, 269, 0, 0, 7839, 7838, 1, 0, 0, 0, 7839, 7840, 1, 0, 0, 0, 7840, 7841, 1, 0, 0, 0, 7841, 7843, 5, 324, 0, 0, 7842, 7839, 1, 0, 0, 0, 7842, 7843, 1, 0, 0, 0, 7843, 7844, 1, 0, 0, 0, 7844, 7856, 5, 172, 0, 0, 7845, 7846, 5, 2, 0, 0, 7846, 7851, 3, 840, 420, 0, 7847, 7848, 5, 6, 0, 0, 7848, 7850, 3, 840, 420, 0, 7849, 7847, 1, 0, 0, 0, 7850, 7853, 1, 0, 0, 0, 7851, 7849, 1, 0, 0, 0, 7851, 7852, 1, 0, 0, 0, 7852, 7854, 1, 0, 0, 0, 7853, 7851, 1, 0, 0, 0, 7854, 7855, 5, 3, 0, 0, 7855, 7857, 1, 0, 0, 0, 7856, 7845, 1, 0, 0, 0, 7856, 7857, 1, 0, 0, 0, 7857, 7858, 1, 0, 0, 0, 7858, 7859, 7, 113, 0, 0, 7859, 7861, 3, 554, 277, 0, 7860, 7814, 1, 0, 0, 0, 7860, 7821, 1, 0, 0, 0, 7860, 7842, 1, 0, 0, 0, 7861, 7862, 1, 0, 0, 0, 7862, 7863, 5, 7, 0, 0, 7863, 839, 1, 0, 0, 0, 7864, 7865, 3, 926, 463, 0, 7865, 7866, 3, 646, 323, 0, 7866, 841, 1, 0, 0, 0, 7867, 7868, 7, 114, 0, 0, 7868, 843, 1, 0, 0, 0, 7869, 7870, 3, 834, 417, 0, 7870, 7871, 5, 7, 0, 0, 7871, 7894, 1, 0, 0, 0, 7872, 7894, 3, 872, 436, 0, 7873, 7894, 3, 874, 437, 0, 7874, 7894, 3, 850, 425, 0, 7875, 7894, 3, 858, 429, 0, 7876, 7894, 3, 862, 431, 0, 7877, 7894, 3, 864, 432, 0, 7878, 7894, 3, 868, 434, 0, 7879, 7894, 3, 870, 435, 0, 7880, 7894, 3, 878, 439, 0, 7881, 7894, 3, 882, 441, 0, 7882, 7894, 3, 884, 442, 0, 7883, 7894, 3, 846, 423, 0, 7884, 7894, 3, 848, 424, 0, 7885, 7894, 3, 852, 426, 0, 7886, 7894, 3, 888, 444, 0, 7887, 7894, 3, 892, 446, 0, 7888, 7894, 3, 896, 448, 0, 7889, 7894, 3, 912, 456, 0, 7890, 7894, 3, 914, 457, 0, 7891, 7894, 3, 916, 458, 0, 7892, 7894, 3, 918, 459, 0, 7893, 7869, 1, 0, 0, 0, 7893, 7872, 1, 0, 0, 0, 7893, 7873, 1, 0, 0, 0, 7893, 7874, 1, 0, 0, 0, 7893, 7875, 1, 0, 0, 0, 7893, 7876, 1, 0, 0, 0, 7893, 7877, 1, 0, 0, 0, 7893, 7878, 1, 0, 0, 0, 7893, 7879, 1, 0, 0, 0, 7893, 7880, 1, 0, 0, 0, 7893, 7881, 1, 0, 0, 0, 7893, 7882, 1, 0, 0, 0, 7893, 7883, 1, 0, 0, 0, 7893, 7884, 1, 0, 0, 0, 7893, 7885, 1, 0, 0, 0, 7893, 7886, 1, 0, 0, 0, 7893, 7887, 1, 0, 0, 0, 7893, 7888, 1, 0, 0, 0, 7893, 7889, 1, 0, 0, 0, 7893, 7890, 1, 0, 0, 0, 7893, 7891, 1, 0, 0, 0, 7893, 7892, 1, 0, 0, 0, 7894, 845, 1, 0, 0, 0, 7895, 7896, 5, 498, 0, 0, 7896, 7897, 3, 928, 464, 0, 7897, 7898, 5, 7, 0, 0, 7898, 847, 1, 0, 0, 0, 7899, 7900, 5, 433, 0, 0, 7900, 7907, 3, 926, 463, 0, 7901, 7903, 5, 2, 0, 0, 7902, 7904, 3, 726, 363, 0, 7903, 7902, 1, 0, 0, 0, 7903, 7904, 1, 0, 0, 0, 7904, 7905, 1, 0, 0, 0, 7905, 7906, 5, 3, 0, 0, 7906, 7908, 5, 7, 0, 0, 7907, 7901, 1, 0, 0, 0, 7907, 7908, 1, 0, 0, 0, 7908, 7919, 1, 0, 0, 0, 7909, 7910, 5, 57, 0, 0, 7910, 7911, 3, 926, 463, 0, 7911, 7913, 5, 2, 0, 0, 7912, 7914, 3, 726, 363, 0, 7913, 7912, 1, 0, 0, 0, 7913, 7914, 1, 0, 0, 0, 7914, 7915, 1, 0, 0, 0, 7915, 7916, 5, 3, 0, 0, 7916, 7917, 5, 7, 0, 0, 7917, 7919, 1, 0, 0, 0, 7918, 7899, 1, 0, 0, 0, 7918, 7909, 1, 0, 0, 0, 7919, 849, 1, 0, 0, 0, 7920, 7921, 3, 856, 428, 0, 7921, 7922, 3, 842, 421, 0, 7922, 7923, 3, 928, 464, 0, 7923, 7924, 5, 7, 0, 0, 7924, 851, 1, 0, 0, 0, 7925, 7927, 5, 499, 0, 0, 7926, 7928, 7, 115, 0, 0, 7927, 7926, 1, 0, 0, 0, 7927, 7928, 1, 0, 0, 0, 7928, 7929, 1, 0, 0, 0, 7929, 7930, 5, 500, 0, 0, 7930, 7935, 3, 854, 427, 0, 7931, 7932, 5, 6, 0, 0, 7932, 7934, 3, 854, 427, 0, 7933, 7931, 1, 0, 0, 0, 7934, 7937, 1, 0, 0, 0, 7935, 7933, 1, 0, 0, 0, 7935, 7936, 1, 0, 0, 0, 7936, 7938, 1, 0, 0, 0, 7937, 7935, 1, 0, 0, 0, 7938, 7939, 5, 7, 0, 0, 7939, 853, 1, 0, 0, 0, 7940, 7941, 3, 856, 428, 0, 7941, 7942, 3, 842, 421, 0, 7942, 7943, 3, 816, 408, 0, 7943, 855, 1, 0, 0, 0, 7944, 7947, 3, 310, 155, 0, 7945, 7947, 5, 28, 0, 0, 7946, 7944, 1, 0, 0, 0, 7946, 7945, 1, 0, 0, 0, 7947, 7954, 1, 0, 0, 0, 7948, 7949, 5, 4, 0, 0, 7949, 7950, 3, 668, 334, 0, 7950, 7951, 5, 5, 0, 0, 7951, 7953, 1, 0, 0, 0, 7952, 7948, 1, 0, 0, 0, 7953, 7956, 1, 0, 0, 0, 7954, 7952, 1, 0, 0, 0, 7954, 7955, 1, 0, 0, 0, 7955, 857, 1, 0, 0, 0, 7956, 7954, 1, 0, 0, 0, 7957, 7958, 5, 220, 0, 0, 7958, 7959, 3, 928, 464, 0, 7959, 7963, 5, 93, 0, 0, 7960, 7962, 3, 844, 422, 0, 7961, 7960, 1, 0, 0, 0, 7962, 7965, 1, 0, 0, 0, 7963, 7961, 1, 0, 0, 0, 7963, 7964, 1, 0, 0, 0, 7964, 7977, 1, 0, 0, 0, 7965, 7963, 1, 0, 0, 0, 7966, 7967, 5, 502, 0, 0, 7967, 7968, 3, 668, 334, 0, 7968, 7972, 5, 93, 0, 0, 7969, 7971, 3, 844, 422, 0, 7970, 7969, 1, 0, 0, 0, 7971, 7974, 1, 0, 0, 0, 7972, 7970, 1, 0, 0, 0, 7972, 7973, 1, 0, 0, 0, 7973, 7976, 1, 0, 0, 0, 7974, 7972, 1, 0, 0, 0, 7975, 7966, 1, 0, 0, 0, 7976, 7979, 1, 0, 0, 0, 7977, 7975, 1, 0, 0, 0, 7977, 7978, 1, 0, 0, 0, 7978, 7981, 1, 0, 0, 0, 7979, 7977, 1, 0, 0, 0, 7980, 7982, 3, 860, 430, 0, 7981, 7980, 1, 0, 0, 0, 7981, 7982, 1, 0, 0, 0, 7982, 7983, 1, 0, 0, 0, 7983, 7984, 5, 454, 0, 0, 7984, 7985, 5, 220, 0, 0, 7985, 7986, 5, 7, 0, 0, 7986, 859, 1, 0, 0, 0, 7987, 7991, 5, 58, 0, 0, 7988, 7990, 3, 844, 422, 0, 7989, 7988, 1, 0, 0, 0, 7990, 7993, 1, 0, 0, 0, 7991, 7989, 1, 0, 0, 0, 7991, 7992, 1, 0, 0, 0, 7992, 861, 1, 0, 0, 0, 7993, 7991, 1, 0, 0, 0, 7994, 7996, 5, 40, 0, 0, 7995, 7997, 3, 928, 464, 0, 7996, 7995, 1, 0, 0, 0, 7996, 7997, 1, 0, 0, 0, 7997, 8007, 1, 0, 0, 0, 7998, 7999, 5, 102, 0, 0, 7999, 8000, 3, 726, 363, 0, 8000, 8004, 5, 93, 0, 0, 8001, 8003, 3, 844, 422, 0, 8002, 8001, 1, 0, 0, 0, 8003, 8006, 1, 0, 0, 0, 8004, 8002, 1, 0, 0, 0, 8004, 8005, 1, 0, 0, 0, 8005, 8008, 1, 0, 0, 0, 8006, 8004, 1, 0, 0, 0, 8007, 7998, 1, 0, 0, 0, 8008, 8009, 1, 0, 0, 0, 8009, 8007, 1, 0, 0, 0, 8009, 8010, 1, 0, 0, 0, 8010, 8012, 1, 0, 0, 0, 8011, 8013, 3, 860, 430, 0, 8012, 8011, 1, 0, 0, 0, 8012, 8013, 1, 0, 0, 0, 8013, 8014, 1, 0, 0, 0, 8014, 8015, 5, 454, 0, 0, 8015, 8016, 5, 40, 0, 0, 8016, 8017, 5, 7, 0, 0, 8017, 863, 1, 0, 0, 0, 8018, 8020, 3, 836, 418, 0, 8019, 8018, 1, 0, 0, 0, 8019, 8020, 1, 0, 0, 0, 8020, 8025, 1, 0, 0, 0, 8021, 8022, 5, 503, 0, 0, 8022, 8026, 3, 668, 334, 0, 8023, 8024, 5, 62, 0, 0, 8024, 8026, 3, 866, 433, 0, 8025, 8021, 1, 0, 0, 0, 8025, 8023, 1, 0, 0, 0, 8025, 8026, 1, 0, 0, 0, 8026, 8027, 1, 0, 0, 0, 8027, 8028, 3, 880, 440, 0, 8028, 865, 1, 0, 0, 0, 8029, 8030, 3, 308, 154, 0, 8030, 8053, 5, 68, 0, 0, 8031, 8033, 3, 816, 408, 0, 8032, 8034, 3, 528, 264, 0, 8033, 8032, 1, 0, 0, 0, 8033, 8034, 1, 0, 0, 0, 8034, 8054, 1, 0, 0, 0, 8035, 8054, 3, 554, 277, 0, 8036, 8054, 3, 514, 257, 0, 8037, 8038, 5, 202, 0, 0, 8038, 8041, 3, 668, 334, 0, 8039, 8040, 5, 100, 0, 0, 8040, 8042, 3, 726, 363, 0, 8041, 8039, 1, 0, 0, 0, 8041, 8042, 1, 0, 0, 0, 8042, 8054, 1, 0, 0, 0, 8043, 8045, 5, 504, 0, 0, 8044, 8043, 1, 0, 0, 0, 8044, 8045, 1, 0, 0, 0, 8045, 8046, 1, 0, 0, 0, 8046, 8047, 3, 668, 334, 0, 8047, 8048, 5, 24, 0, 0, 8048, 8051, 3, 668, 334, 0, 8049, 8050, 5, 147, 0, 0, 8050, 8052, 3, 668, 334, 0, 8051, 8049, 1, 0, 0, 0, 8051, 8052, 1, 0, 0, 0, 8052, 8054, 1, 0, 0, 0, 8053, 8031, 1, 0, 0, 0, 8053, 8035, 1, 0, 0, 0, 8053, 8036, 1, 0, 0, 0, 8053, 8037, 1, 0, 0, 0, 8053, 8044, 1, 0, 0, 0, 8054, 867, 1, 0, 0, 0, 8055, 8057, 3, 836, 418, 0, 8056, 8055, 1, 0, 0, 0, 8056, 8057, 1, 0, 0, 0, 8057, 8058, 1, 0, 0, 0, 8058, 8059, 5, 505, 0, 0, 8059, 8062, 3, 308, 154, 0, 8060, 8061, 5, 506, 0, 0, 8061, 8063, 5, 574, 0, 0, 8062, 8060, 1, 0, 0, 0, 8062, 8063, 1, 0, 0, 0, 8063, 8064, 1, 0, 0, 0, 8064, 8065, 5, 68, 0, 0, 8065, 8066, 5, 35, 0, 0, 8066, 8067, 3, 668, 334, 0, 8067, 8068, 3, 880, 440, 0, 8068, 869, 1, 0, 0, 0, 8069, 8071, 7, 116, 0, 0, 8070, 8072, 3, 926, 463, 0, 8071, 8070, 1, 0, 0, 0, 8071, 8072, 1, 0, 0, 0, 8072, 8075, 1, 0, 0, 0, 8073, 8074, 5, 102, 0, 0, 8074, 8076, 3, 928, 464, 0, 8075, 8073, 1, 0, 0, 0, 8075, 8076, 1, 0, 0, 0, 8076, 8077, 1, 0, 0, 0, 8077, 8078, 5, 7, 0, 0, 8078, 871, 1, 0, 0, 0, 8079, 8094, 5, 508, 0, 0, 8080, 8081, 5, 268, 0, 0, 8081, 8095, 3, 928, 464, 0, 8082, 8089, 5, 509, 0, 0, 8083, 8084, 5, 202, 0, 0, 8084, 8085, 3, 668, 334, 0, 8085, 8086, 5, 100, 0, 0, 8086, 8087, 3, 726, 363, 0, 8087, 8090, 1, 0, 0, 0, 8088, 8090, 3, 554, 277, 0, 8089, 8083, 1, 0, 0, 0, 8089, 8088, 1, 0, 0, 0, 8090, 8095, 1, 0, 0, 0, 8091, 8093, 3, 928, 464, 0, 8092, 8091, 1, 0, 0, 0, 8092, 8093, 1, 0, 0, 0, 8093, 8095, 1, 0, 0, 0, 8094, 8080, 1, 0, 0, 0, 8094, 8082, 1, 0, 0, 0, 8094, 8092, 1, 0, 0, 0, 8095, 8096, 1, 0, 0, 0, 8096, 8097, 5, 7, 0, 0, 8097, 873, 1, 0, 0, 0, 8098, 8128, 5, 510, 0, 0, 8099, 8101, 7, 117, 0, 0, 8100, 8099, 1, 0, 0, 0, 8100, 8101, 1, 0, 0, 0, 8101, 8114, 1, 0, 0, 0, 8102, 8115, 3, 824, 412, 0, 8103, 8104, 5, 511, 0, 0, 8104, 8115, 3, 806, 403, 0, 8105, 8112, 3, 806, 403, 0, 8106, 8107, 5, 6, 0, 0, 8107, 8109, 3, 668, 334, 0, 8108, 8106, 1, 0, 0, 0, 8109, 8110, 1, 0, 0, 0, 8110, 8108, 1, 0, 0, 0, 8110, 8111, 1, 0, 0, 0, 8111, 8113, 1, 0, 0, 0, 8112, 8108, 1, 0, 0, 0, 8112, 8113, 1, 0, 0, 0, 8113, 8115, 1, 0, 0, 0, 8114, 8102, 1, 0, 0, 0, 8114, 8103, 1, 0, 0, 0, 8114, 8105, 1, 0, 0, 0, 8114, 8115, 1, 0, 0, 0, 8115, 8125, 1, 0, 0, 0, 8116, 8117, 5, 100, 0, 0, 8117, 8122, 3, 876, 438, 0, 8118, 8119, 5, 6, 0, 0, 8119, 8121, 3, 876, 438, 0, 8120, 8118, 1, 0, 0, 0, 8121, 8124, 1, 0, 0, 0, 8122, 8120, 1, 0, 0, 0, 8122, 8123, 1, 0, 0, 0, 8123, 8126, 1, 0, 0, 0, 8124, 8122, 1, 0, 0, 0, 8125, 8116, 1, 0, 0, 0, 8125, 8126, 1, 0, 0, 0, 8126, 8127, 1, 0, 0, 0, 8127, 8129, 5, 7, 0, 0, 8128, 8100, 1, 0, 0, 0, 8128, 8129, 1, 0, 0, 0, 8129, 875, 1, 0, 0, 0, 8130, 8131, 3, 824, 412, 0, 8131, 8132, 5, 10, 0, 0, 8132, 8133, 3, 668, 334, 0, 8133, 877, 1, 0, 0, 0, 8134, 8135, 5, 518, 0, 0, 8135, 8138, 3, 928, 464, 0, 8136, 8137, 5, 6, 0, 0, 8137, 8139, 3, 928, 464, 0, 8138, 8136, 1, 0, 0, 0, 8138, 8139, 1, 0, 0, 0, 8139, 8140, 1, 0, 0, 0, 8140, 8141, 5, 7, 0, 0, 8141, 879, 1, 0, 0, 0, 8142, 8146, 5, 519, 0, 0, 8143, 8145, 3, 844, 422, 0, 8144, 8143, 1, 0, 0, 0, 8145, 8148, 1, 0, 0, 0, 8146, 8144, 1, 0, 0, 0, 8146, 8147, 1, 0, 0, 0, 8147, 8149, 1, 0, 0, 0, 8148, 8146, 1, 0, 0, 0, 8149, 8150, 5, 454, 0, 0, 8150, 8152, 5, 519, 0, 0, 8151, 8153, 3, 926, 463, 0, 8152, 8151, 1, 0, 0, 0, 8152, 8153, 1, 0, 0, 0, 8153, 8154, 1, 0, 0, 0, 8154, 8155, 5, 7, 0, 0, 8155, 881, 1, 0, 0, 0, 8156, 8158, 3, 4, 2, 0, 8157, 8159, 3, 886, 443, 0, 8158, 8157, 1, 0, 0, 0, 8158, 8159, 1, 0, 0, 0, 8159, 8160, 1, 0, 0, 0, 8160, 8161, 5, 7, 0, 0, 8161, 883, 1, 0, 0, 0, 8162, 8163, 5, 202, 0, 0, 8163, 8179, 3, 668, 334, 0, 8164, 8166, 3, 886, 443, 0, 8165, 8164, 1, 0, 0, 0, 8165, 8166, 1, 0, 0, 0, 8166, 8169, 1, 0, 0, 0, 8167, 8168, 5, 100, 0, 0, 8168, 8170, 3, 726, 363, 0, 8169, 8167, 1, 0, 0, 0, 8169, 8170, 1, 0, 0, 0, 8170, 8180, 1, 0, 0, 0, 8171, 8172, 5, 100, 0, 0, 8172, 8174, 3, 726, 363, 0, 8173, 8171, 1, 0, 0, 0, 8173, 8174, 1, 0, 0, 0, 8174, 8176, 1, 0, 0, 0, 8175, 8177, 3, 886, 443, 0, 8176, 8175, 1, 0, 0, 0, 8176, 8177, 1, 0, 0, 0, 8177, 8180, 1, 0, 0, 0, 8178, 8180, 1, 0, 0, 0, 8179, 8165, 1, 0, 0, 0, 8179, 8173, 1, 0, 0, 0, 8179, 8178, 1, 0, 0, 0, 8180, 8181, 1, 0, 0, 0, 8181, 8182, 5, 7, 0, 0, 8182, 885, 1, 0, 0, 0, 8183, 8185, 5, 71, 0, 0, 8184, 8186, 5, 346, 0, 0, 8185, 8184, 1, 0, 0, 0, 8185, 8186, 1, 0, 0, 0, 8186, 8187, 1, 0, 0, 0, 8187, 8188, 3, 726, 363, 0, 8188, 887, 1, 0, 0, 0, 8189, 8221, 5, 520, 0, 0, 8190, 8195, 3, 920, 460, 0, 8191, 8193, 5, 269, 0, 0, 8192, 8191, 1, 0, 0, 0, 8192, 8193, 1, 0, 0, 0, 8193, 8194, 1, 0, 0, 0, 8194, 8196, 5, 324, 0, 0, 8195, 8192, 1, 0, 0, 0, 8195, 8196, 1, 0, 0, 0, 8196, 8197, 1, 0, 0, 0, 8197, 8205, 5, 62, 0, 0, 8198, 8206, 3, 554, 277, 0, 8199, 8200, 5, 202, 0, 0, 8200, 8203, 3, 928, 464, 0, 8201, 8202, 5, 100, 0, 0, 8202, 8204, 3, 726, 363, 0, 8203, 8201, 1, 0, 0, 0, 8203, 8204, 1, 0, 0, 0, 8204, 8206, 1, 0, 0, 0, 8205, 8198, 1, 0, 0, 0, 8205, 8199, 1, 0, 0, 0, 8206, 8222, 1, 0, 0, 0, 8207, 8219, 3, 816, 408, 0, 8208, 8209, 5, 2, 0, 0, 8209, 8214, 3, 890, 445, 0, 8210, 8211, 5, 6, 0, 0, 8211, 8213, 3, 890, 445, 0, 8212, 8210, 1, 0, 0, 0, 8213, 8216, 1, 0, 0, 0, 8214, 8212, 1, 0, 0, 0, 8214, 8215, 1, 0, 0, 0, 8215, 8217, 1, 0, 0, 0, 8216, 8214, 1, 0, 0, 0, 8217, 8218, 5, 3, 0, 0, 8218, 8220, 1, 0, 0, 0, 8219, 8208, 1, 0, 0, 0, 8219, 8220, 1, 0, 0, 0, 8220, 8222, 1, 0, 0, 0, 8221, 8190, 1, 0, 0, 0, 8221, 8207, 1, 0, 0, 0, 8222, 8223, 1, 0, 0, 0, 8223, 8224, 5, 7, 0, 0, 8224, 889, 1, 0, 0, 0, 8225, 8226, 3, 816, 408, 0, 8226, 8227, 5, 20, 0, 0, 8227, 8229, 1, 0, 0, 0, 8228, 8225, 1, 0, 0, 0, 8228, 8229, 1, 0, 0, 0, 8229, 8230, 1, 0, 0, 0, 8230, 8231, 3, 668, 334, 0, 8231, 891, 1, 0, 0, 0, 8232, 8234, 5, 61, 0, 0, 8233, 8235, 3, 894, 447, 0, 8234, 8233, 1, 0, 0, 0, 8234, 8235, 1, 0, 0, 0, 8235, 8237, 1, 0, 0, 0, 8236, 8238, 3, 326, 163, 0, 8237, 8236, 1, 0, 0, 0, 8237, 8238, 1, 0, 0, 0, 8238, 8239, 1, 0, 0, 0, 8239, 8240, 3, 920, 460, 0, 8240, 8241, 5, 71, 0, 0, 8241, 8242, 3, 726, 363, 0, 8242, 8243, 5, 7, 0, 0, 8243, 893, 1, 0, 0, 0, 8244, 8259, 5, 268, 0, 0, 8245, 8259, 5, 293, 0, 0, 8246, 8259, 5, 207, 0, 0, 8247, 8259, 5, 249, 0, 0, 8248, 8250, 7, 51, 0, 0, 8249, 8248, 1, 0, 0, 0, 8249, 8250, 1, 0, 0, 0, 8250, 8251, 1, 0, 0, 0, 8251, 8259, 3, 668, 334, 0, 8252, 8259, 5, 30, 0, 0, 8253, 8256, 7, 118, 0, 0, 8254, 8257, 3, 668, 334, 0, 8255, 8257, 5, 30, 0, 0, 8256, 8254, 1, 0, 0, 0, 8256, 8255, 1, 0, 0, 0, 8256, 8257, 1, 0, 0, 0, 8257, 8259, 1, 0, 0, 0, 8258, 8244, 1, 0, 0, 0, 8258, 8245, 1, 0, 0, 0, 8258, 8246, 1, 0, 0, 0, 8258, 8247, 1, 0, 0, 0, 8258, 8249, 1, 0, 0, 0, 8258, 8252, 1, 0, 0, 0, 8258, 8253, 1, 0, 0, 0, 8259, 895, 1, 0, 0, 0, 8260, 8262, 5, 265, 0, 0, 8261, 8263, 3, 894, 447, 0, 8262, 8261, 1, 0, 0, 0, 8262, 8263, 1, 0, 0, 0, 8263, 8264, 1, 0, 0, 0, 8264, 8265, 3, 920, 460, 0, 8265, 8266, 5, 7, 0, 0, 8266, 897, 1, 0, 0, 0, 8267, 8269, 3, 566, 283, 0, 8268, 8267, 1, 0, 0, 0, 8268, 8269, 1, 0, 0, 0, 8269, 8270, 1, 0, 0, 0, 8270, 8271, 5, 525, 0, 0, 8271, 8273, 5, 71, 0, 0, 8272, 8274, 5, 81, 0, 0, 8273, 8272, 1, 0, 0, 0, 8273, 8274, 1, 0, 0, 0, 8274, 8275, 1, 0, 0, 0, 8275, 8277, 3, 770, 385, 0, 8276, 8278, 5, 9, 0, 0, 8277, 8276, 1, 0, 0, 0, 8277, 8278, 1, 0, 0, 0, 8278, 8283, 1, 0, 0, 0, 8279, 8281, 5, 36, 0, 0, 8280, 8279, 1, 0, 0, 0, 8280, 8281, 1, 0, 0, 0, 8281, 8282, 1, 0, 0, 0, 8282, 8284, 3, 816, 408, 0, 8283, 8280, 1, 0, 0, 0, 8283, 8284, 1, 0, 0, 0, 8284, 8285, 1, 0, 0, 0, 8285, 8286, 5, 100, 0, 0, 8286, 8287, 3, 900, 450, 0, 8287, 8288, 5, 80, 0, 0, 8288, 8290, 3, 668, 334, 0, 8289, 8291, 3, 902, 451, 0, 8290, 8289, 1, 0, 0, 0, 8291, 8292, 1, 0, 0, 0, 8292, 8290, 1, 0, 0, 0, 8292, 8293, 1, 0, 0, 0, 8293, 8295, 1, 0, 0, 0, 8294, 8296, 3, 540, 270, 0, 8295, 8294, 1, 0, 0, 0, 8295, 8296, 1, 0, 0, 0, 8296, 899, 1, 0, 0, 0, 8297, 8299, 5, 81, 0, 0, 8298, 8297, 1, 0, 0, 0, 8298, 8299, 1, 0, 0, 0, 8299, 8300, 1, 0, 0, 0, 8300, 8302, 3, 770, 385, 0, 8301, 8303, 5, 9, 0, 0, 8302, 8301, 1, 0, 0, 0, 8302, 8303, 1, 0, 0, 0, 8303, 8309, 1, 0, 0, 0, 8304, 8307, 3, 558, 279, 0, 8305, 8307, 3, 602, 301, 0, 8306, 8304, 1, 0, 0, 0, 8306, 8305, 1, 0, 0, 0, 8307, 8309, 1, 0, 0, 0, 8308, 8298, 1, 0, 0, 0, 8308, 8306, 1, 0, 0, 0, 8309, 8314, 1, 0, 0, 0, 8310, 8312, 5, 36, 0, 0, 8311, 8310, 1, 0, 0, 0, 8311, 8312, 1, 0, 0, 0, 8312, 8313, 1, 0, 0, 0, 8313, 8315, 3, 816, 408, 0, 8314, 8311, 1, 0, 0, 0, 8314, 8315, 1, 0, 0, 0, 8315, 901, 1, 0, 0, 0, 8316, 8317, 5, 102, 0, 0, 8317, 8320, 5, 526, 0, 0, 8318, 8319, 5, 33, 0, 0, 8319, 8321, 3, 668, 334, 0, 8320, 8318, 1, 0, 0, 0, 8320, 8321, 1, 0, 0, 0, 8321, 8322, 1, 0, 0, 0, 8322, 8327, 5, 93, 0, 0, 8323, 8328, 3, 906, 453, 0, 8324, 8328, 5, 182, 0, 0, 8325, 8326, 5, 57, 0, 0, 8326, 8328, 5, 270, 0, 0, 8327, 8323, 1, 0, 0, 0, 8327, 8324, 1, 0, 0, 0, 8327, 8325, 1, 0, 0, 0, 8328, 8343, 1, 0, 0, 0, 8329, 8330, 5, 102, 0, 0, 8330, 8331, 5, 77, 0, 0, 8331, 8334, 5, 526, 0, 0, 8332, 8333, 5, 33, 0, 0, 8333, 8335, 3, 668, 334, 0, 8334, 8332, 1, 0, 0, 0, 8334, 8335, 1, 0, 0, 0, 8335, 8336, 1, 0, 0, 0, 8336, 8340, 5, 93, 0, 0, 8337, 8341, 3, 904, 452, 0, 8338, 8339, 5, 57, 0, 0, 8339, 8341, 5, 270, 0, 0, 8340, 8337, 1, 0, 0, 0, 8340, 8338, 1, 0, 0, 0, 8341, 8343, 1, 0, 0, 0, 8342, 8316, 1, 0, 0, 0, 8342, 8329, 1, 0, 0, 0, 8343, 903, 1, 0, 0, 0, 8344, 8346, 5, 241, 0, 0, 8345, 8347, 3, 138, 69, 0, 8346, 8345, 1, 0, 0, 0, 8346, 8347, 1, 0, 0, 0, 8347, 8351, 1, 0, 0, 0, 8348, 8349, 5, 463, 0, 0, 8349, 8350, 7, 77, 0, 0, 8350, 8352, 5, 450, 0, 0, 8351, 8348, 1, 0, 0, 0, 8351, 8352, 1, 0, 0, 0, 8352, 8353, 1, 0, 0, 0, 8353, 8354, 3, 908, 454, 0, 8354, 905, 1, 0, 0, 0, 8355, 8356, 5, 369, 0, 0, 8356, 8374, 5, 333, 0, 0, 8357, 8358, 3, 796, 398, 0, 8358, 8359, 5, 10, 0, 0, 8359, 8360, 3, 910, 455, 0, 8360, 8375, 1, 0, 0, 0, 8361, 8362, 3, 138, 69, 0, 8362, 8363, 5, 10, 0, 0, 8363, 8364, 5, 2, 0, 0, 8364, 8369, 3, 910, 455, 0, 8365, 8366, 5, 6, 0, 0, 8366, 8368, 3, 910, 455, 0, 8367, 8365, 1, 0, 0, 0, 8368, 8371, 1, 0, 0, 0, 8369, 8367, 1, 0, 0, 0, 8369, 8370, 1, 0, 0, 0, 8370, 8372, 1, 0, 0, 0, 8371, 8369, 1, 0, 0, 0, 8372, 8373, 5, 3, 0, 0, 8373, 8375, 1, 0, 0, 0, 8374, 8357, 1, 0, 0, 0, 8374, 8361, 1, 0, 0, 0, 8375, 8376, 1, 0, 0, 0, 8376, 8374, 1, 0, 0, 0, 8376, 8377, 1, 0, 0, 0, 8377, 907, 1, 0, 0, 0, 8378, 8379, 5, 422, 0, 0, 8379, 8380, 5, 2, 0, 0, 8380, 8385, 3, 910, 455, 0, 8381, 8382, 5, 6, 0, 0, 8382, 8384, 3, 910, 455, 0, 8383, 8381, 1, 0, 0, 0, 8384, 8387, 1, 0, 0, 0, 8385, 8383, 1, 0, 0, 0, 8385, 8386, 1, 0, 0, 0, 8386, 8388, 1, 0, 0, 0, 8387, 8385, 1, 0, 0, 0, 8388, 8389, 5, 3, 0, 0, 8389, 8393, 1, 0, 0, 0, 8390, 8391, 5, 53, 0, 0, 8391, 8393, 5, 422, 0, 0, 8392, 8378, 1, 0, 0, 0, 8392, 8390, 1, 0, 0, 0, 8393, 909, 1, 0, 0, 0, 8394, 8397, 3, 582, 291, 0, 8395, 8397, 5, 53, 0, 0, 8396, 8394, 1, 0, 0, 0, 8396, 8395, 1, 0, 0, 0, 8397, 911, 1, 0, 0, 0, 8398, 8399, 5, 157, 0, 0, 8399, 8400, 3, 920, 460, 0, 8400, 8401, 5, 7, 0, 0, 8401, 913, 1, 0, 0, 0, 8402, 8403, 5, 78, 0, 0, 8403, 8404, 5, 7, 0, 0, 8404, 915, 1, 0, 0, 0, 8405, 8411, 7, 68, 0, 0, 8406, 8408, 5, 33, 0, 0, 8407, 8409, 5, 269, 0, 0, 8408, 8407, 1, 0, 0, 0, 8408, 8409, 1, 0, 0, 0, 8409, 8410, 1, 0, 0, 0, 8410, 8412, 5, 153, 0, 0, 8411, 8406, 1, 0, 0, 0, 8411, 8412, 1, 0, 0, 0, 8412, 8413, 1, 0, 0, 0, 8413, 8414, 5, 7, 0, 0, 8414, 917, 1, 0, 0, 0, 8415, 8416, 5, 333, 0, 0, 8416, 8417, 3, 310, 155, 0, 8417, 8418, 5, 94, 0, 0, 8418, 8419, 5, 53, 0, 0, 8419, 8420, 5, 7, 0, 0, 8420, 8428, 1, 0, 0, 0, 8421, 8424, 5, 313, 0, 0, 8422, 8425, 3, 310, 155, 0, 8423, 8425, 5, 30, 0, 0, 8424, 8422, 1, 0, 0, 0, 8424, 8423, 1, 0, 0, 0, 8425, 8426, 1, 0, 0, 0, 8426, 8428, 5, 7, 0, 0, 8427, 8415, 1, 0, 0, 0, 8427, 8421, 1, 0, 0, 0, 8428, 919, 1, 0, 0, 0, 8429, 8432, 3, 816, 408, 0, 8430, 8432, 5, 28, 0, 0, 8431, 8429, 1, 0, 0, 0, 8431, 8430, 1, 0, 0, 0, 8432, 921, 1, 0, 0, 0, 8433, 8450, 5, 517, 0, 0, 8434, 8435, 5, 102, 0, 0, 8435, 8440, 3, 924, 462, 0, 8436, 8437, 5, 82, 0, 0, 8437, 8439, 3, 924, 462, 0, 8438, 8436, 1, 0, 0, 0, 8439, 8442, 1, 0, 0, 0, 8440, 8438, 1, 0, 0, 0, 8440, 8441, 1, 0, 0, 0, 8441, 8443, 1, 0, 0, 0, 8442, 8440, 1, 0, 0, 0, 8443, 8447, 5, 93, 0, 0, 8444, 8446, 3, 844, 422, 0, 8445, 8444, 1, 0, 0, 0, 8446, 8449, 1, 0, 0, 0, 8447, 8445, 1, 0, 0, 0, 8447, 8448, 1, 0, 0, 0, 8448, 8451, 1, 0, 0, 0, 8449, 8447, 1, 0, 0, 0, 8450, 8434, 1, 0, 0, 0, 8451, 8452, 1, 0, 0, 0, 8452, 8450, 1, 0, 0, 0, 8452, 8453, 1, 0, 0, 0, 8453, 923, 1, 0, 0, 0, 8454, 8458, 3, 926, 463, 0, 8455, 8456, 5, 511, 0, 0, 8456, 8458, 3, 806, 403, 0, 8457, 8454, 1, 0, 0, 0, 8457, 8455, 1, 0, 0, 0, 8458, 925, 1, 0, 0, 0, 8459, 8462, 3, 816, 408, 0, 8460, 8462, 3, 826, 413, 0, 8461, 8459, 1, 0, 0, 0, 8461, 8460, 1, 0, 0, 0, 8462, 927, 1, 0, 0, 0, 8463, 8465, 3, 752, 376, 0, 8464, 8463, 1, 0, 0, 0, 8464, 8465, 1, 0, 0, 0, 8465, 8467, 1, 0, 0, 0, 8466, 8468, 3, 574, 287, 0, 8467, 8466, 1, 0, 0, 0, 8467, 8468, 1, 0, 0, 0, 8468, 8470, 1, 0, 0, 0, 8469, 8471, 3, 604, 302, 0, 8470, 8469, 1, 0, 0, 0, 8470, 8471, 1, 0, 0, 0, 8471, 8473, 1, 0, 0, 0, 8472, 8474, 3, 632, 316, 0, 8473, 8472, 1, 0, 0, 0, 8473, 8474, 1, 0, 0, 0, 8474, 8476, 1, 0, 0, 0, 8475, 8477, 3, 594, 297, 0, 8476, 8475, 1, 0, 0, 0, 8476, 8477, 1, 0, 0, 0, 8477, 8479, 1, 0, 0, 0, 8478, 8480, 3, 698, 349, 0, 8479, 8478, 1, 0, 0, 0, 8479, 8480, 1, 0, 0, 0, 8480, 8482, 1, 0, 0, 0, 8481, 8483, 3, 696, 348, 0, 8482, 8481, 1, 0, 0, 0, 8482, 8483, 1, 0, 0, 0, 8483, 929, 1, 0, 0, 0, 1190, 933, 940, 1060, 1062, 1071, 1076, 1082, 1117, 1127, 1133, 1138, 1145, 1150, 1157, 1168, 1176, 1180, 1192, 1198, 1204, 1208, 1213, 1217, 1230, 1240, 1242, 1248, 1253, 1266, 1269, 1274, 1279, 1290, 1294, 1306, 1310, 1313, 1317, 1329, 1347, 1354, 1362, 1367, 1374, 1382, 1388, 1396, 1404, 1408, 1422, 1427, 1432, 1444, 1450, 1462, 1467, 1477, 1483, 1488, 1497, 1504, 1509, 1514, 1524, 1529, 1534, 1541, 1545, 1559, 1565, 1571, 1576, 1583, 1592, 1601, 1610, 1619, 1623, 1635, 1643, 1653, 1673, 1678, 1681, 1688, 1691, 1695, 1699, 1702, 1707, 1712, 1716, 1725, 1731, 1735, 1744, 1747, 1753, 1762, 1774, 1778, 1782, 1787, 1790, 1796, 1798, 1800, 1804, 1810, 1814, 1819, 1824, 1828, 1831, 1838, 1851, 1864, 1889, 1899, 1906, 1911, 1915, 1922, 1927, 1930, 1932, 1937, 1941, 1945, 1949, 1954, 1957, 1961, 1964, 1968, 1976, 1981, 1984, 1988, 1994, 2003, 2007, 2017, 2022, 2026, 2030, 2032, 2034, 2041, 2046, 2050, 2055, 2067, 2072, 2076, 2080, 2085, 2089, 2092, 2095, 2098, 2101, 2104, 2109, 2112, 2115, 2118, 2121, 2124, 2130, 2134, 2137, 2140, 2143, 2146, 2148, 2155, 2163, 2173, 2178, 2188, 2191, 2196, 2201, 2206, 2209, 2214, 2223, 2225, 2229, 2232, 2236, 2241, 2246, 2250, 2253, 2257, 2260, 2265, 2268, 2273, 2276, 2280, 2283, 2286, 2291, 2294, 2302, 2314, 2318, 2325, 2330, 2333, 2336, 2339, 2344, 2355, 2361, 2365, 2368, 2371, 2376, 2383, 2386, 2390, 2398, 2403, 2406, 2409, 2416, 2421, 2430, 2433, 2436, 2441, 2444, 2456, 2466, 2483, 2487, 2491, 2493, 2510, 2512, 2528, 2539, 2542, 2545, 2554, 2563, 2579, 2582, 2585, 2593, 2597, 2604, 2613, 2617, 2623, 2627, 2630, 2633, 2636, 2639, 2645, 2649, 2654, 2658, 2661, 2664, 2667, 2672, 2678, 2682, 2686, 2690, 2696, 2698, 2703, 2709, 2715, 2719, 2734, 2739, 2742, 2744, 2747, 2751, 2755, 2758, 2761, 2769, 2775, 2777, 2783, 2788, 2793, 2797, 2804, 2806, 2817, 2856, 2866, 2868, 2871, 2875, 2879, 2889, 2891, 2897, 2899, 2908, 2920, 2934, 2939, 2942, 2949, 2954, 2962, 2964, 2970, 2975, 2979, 2984, 2990, 2997, 3003, 3005, 3014, 3020, 3028, 3034, 3039, 3044, 3052, 3067, 3069, 3073, 3077, 3080, 3083, 3092, 3095, 3098, 3104, 3110, 3114, 3126, 3132, 3135, 3140, 3144, 3151, 3161, 3163, 3187, 3199, 3204, 3206, 3210, 3213, 3216, 3226, 3229, 3239, 3244, 3249, 3252, 3255, 3263, 3269, 3276, 3284, 3287, 3298, 3302, 3308, 3315, 3318, 3327, 3341, 3344, 3358, 3369, 3372, 3384, 3389, 3402, 3407, 3420, 3429, 3432, 3435, 3442, 3445, 3457, 3463, 3465, 3473, 3481, 3489, 3501, 3506, 3517, 3528, 3536, 3544, 3551, 3558, 3560, 3563, 3568, 3573, 3592, 3601, 3604, 3631, 3640, 3643, 3647, 3651, 3655, 3662, 3666, 3670, 3674, 3678, 3683, 3687, 3692, 3698, 3703, 3710, 3714, 3720, 3724, 3729, 3737, 3743, 3748, 3755, 3760, 3764, 3769, 3775, 3782, 3787, 3794, 3799, 3806, 3810, 3818, 3822, 3824, 3827, 3832, 3842, 3857, 3860, 3868, 3875, 3880, 3886, 3890, 3897, 3902, 3905, 3908, 3912, 3921, 3939, 3942, 3974, 3979, 3985, 4005, 4010, 4016, 4019, 4023, 4027, 4033, 4036, 4040, 4044, 4049, 4052, 4055, 4058, 4071, 4077, 4085, 4092, 4097, 4100, 4107, 4110, 4118, 4121, 4126, 4133, 4136, 4156, 4168, 4171, 4177, 4182, 4191, 4199, 4204, 4210, 4217, 4225, 4228, 4239, 4241, 4255, 4261, 4269, 4271, 4277, 4281, 4284, 4287, 4292, 4297, 4301, 4304, 4307, 4310, 4313, 4321, 4332, 4335, 4338, 4343, 4346, 4350, 4354, 4360, 4368, 4371, 4384, 4389, 4391, 4396, 4403, 4410, 4419, 4427, 4435, 4442, 4450, 4457, 4465, 4469, 4473, 4475, 4481, 4486, 4490, 4497, 4502, 4507, 4512, 4514, 4524, 4534, 4550, 4568, 4580, 4587, 4602, 4607, 4610, 4615, 4620, 4625, 4628, 4631, 4636, 4643, 4647, 4652, 4659, 4663, 4669, 4678, 4687, 4699, 4701, 4714, 4720, 4724, 4726, 4733, 4746, 4753, 4755, 4771, 4775, 4779, 4784, 4789, 4794, 4799, 4802, 4814, 4867, 4876, 4880, 4889, 4893, 4902, 4906, 4911, 4914, 4918, 4923, 4925, 4934, 4939, 4950, 4954, 4968, 4976, 5014, 5016, 5035, 5038, 5065, 5069, 5073, 5077, 5081, 5084, 5099, 5106, 5120, 5133, 5158, 5177, 5192, 5208, 5215, 5226, 5229, 5248, 5251, 5264, 5268, 5288, 5300, 5304, 5326, 5330, 5340, 5344, 5350, 5354, 5358, 5362, 5369, 5374, 5385, 5389, 5392, 5397, 5403, 5414, 5418, 5421, 5425, 5429, 5432, 5442, 5445, 5449, 5454, 5460, 5463, 5468, 5471, 5478, 5480, 5486, 5490, 5499, 5504, 5506, 5516, 5519, 5524, 5532, 5535, 5540, 5542, 5544, 5550, 5567, 5573, 5586, 5592, 5596, 5601, 5631, 5646, 5651, 5655, 5668, 5672, 5674, 5683, 5689, 5691, 5695, 5698, 5701, 5704, 5707, 5709, 5712, 5716, 5724, 5729, 5732, 5738, 5742, 5746, 5751, 5753, 5757, 5761, 5768, 5774, 5778, 5780, 5782, 5795, 5803, 5811, 5822, 5832, 5837, 5841, 5845, 5852, 5855, 5857, 5865, 5869, 5872, 5879, 5886, 5891, 5898, 5901, 5903, 5906, 5912, 5917, 5921, 5928, 5938, 5945, 5948, 5951, 5955, 5966, 5969, 5972, 5975, 5978, 5985, 5988, 5991, 5998, 6010, 6017, 6019, 6024, 6029, 6031, 6037, 6044, 6049, 6054, 6058, 6062, 6066, 6068, 6072, 6076, 6079, 6082, 6084, 6094, 6096, 6101, 6105, 6110, 6114, 6121, 6126, 6130, 6133, 6139, 6142, 6161, 6168, 6172, 6175, 6179, 6183, 6186, 6189, 6194, 6203, 6210, 6214, 6218, 6222, 6225, 6227, 6232, 6236, 6241, 6247, 6254, 6259, 6264, 6273, 6280, 6288, 6299, 6304, 6308, 6311, 6315, 6320, 6324, 6329, 6337, 6348, 6353, 6357, 6360, 6363, 6365, 6368, 6371, 6374, 6378, 6382, 6386, 6388, 6397, 6402, 6408, 6412, 6414, 6421, 6426, 6432, 6434, 6438, 6445, 6450, 6453, 6459, 6463, 6469, 6478, 6484, 6486, 6491, 6494, 6503, 6510, 6512, 6519, 6524, 6527, 6537, 6548, 6553, 6557, 6565, 6575, 6582, 6588, 6599, 6605, 6615, 6624, 6628, 6631, 6633, 6635, 6639, 6647, 6650, 6655, 6660, 6667, 6669, 6675, 6679, 6682, 6687, 6690, 6692, 6698, 6707, 6713, 6716, 6724, 6727, 6731, 6737, 6739, 6742, 6746, 6751, 6758, 6765, 6767, 6773, 6775, 6780, 6782, 6786, 6795, 6799, 6807, 6809, 6823, 6826, 6834, 6843, 6849, 6854, 6862, 6864, 6869, 6873, 6878, 6883, 6889, 6905, 6907, 6916, 6931, 6936, 6939, 6945, 6950, 6963, 6968, 6972, 6979, 6999, 7011, 7016, 7024, 7026, 7028, 7037, 7040, 7045, 7050, 7053, 7064, 7072, 7077, 7079, 7082, 7086, 7097, 7118, 7126, 7139, 7149, 7155, 7161, 7164, 7167, 7193, 7195, 7216, 7226, 7239, 7244, 7248, 7250, 7262, 7269, 7275, 7281, 7285, 7296, 7309, 7313, 7318, 7321, 7324, 7333, 7344, 7346, 7350, 7355, 7364, 7369, 7377, 7387, 7395, 7399, 7402, 7409, 7417, 7421, 7428, 7436, 7438, 7447, 7450, 7462, 7471, 7478, 7487, 7497, 7502, 7506, 7508, 7511, 7516, 7521, 7529, 7537, 7540, 7547, 7555, 7563, 7571, 7588, 7595, 7603, 7620, 7626, 7632, 7643, 7649, 7654, 7662, 7667, 7670, 7679, 7686, 7691, 7695, 7700, 7706, 7711, 7719, 7774, 7781, 7787, 7789, 7791, 7793, 7799, 7803, 7807, 7818, 7821, 7825, 7829, 7833, 7836, 7839, 7842, 7851, 7856, 7860, 7893, 7903, 7907, 7913, 7918, 7927, 7935, 7946, 7954, 7963, 7972, 7977, 7981, 7991, 7996, 8004, 8009, 8012, 8019, 8025, 8033, 8041, 8044, 8051, 8053, 8056, 8062, 8071, 8075, 8089, 8092, 8094, 8100, 8110, 8112, 8114, 8122, 8125, 8128, 8138, 8146, 8152, 8158, 8165, 8169, 8173, 8176, 8179, 8185, 8192, 8195, 8203, 8205, 8214, 8219, 8221, 8228, 8234, 8237, 8249, 8256, 8258, 8262, 8268, 8273, 8277, 8280, 8283, 8292, 8295, 8298, 8302, 8306, 8308, 8311, 8314, 8320, 8327, 8334, 8340, 8342, 8346, 8351, 8369, 8374, 8376, 8385, 8392, 8396, 8408, 8411, 8424, 8427, 8431, 8440, 8447, 8452, 8457, 8461, 8464, 8467, 8470, 8473, 8476, 8479, 8482] \ No newline at end of file +[4, 1, 592, 8484, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20, 7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26, 2, 27, 7, 27, 2, 28, 7, 28, 2, 29, 7, 29, 2, 30, 7, 30, 2, 31, 7, 31, 2, 32, 7, 32, 2, 33, 7, 33, 2, 34, 7, 34, 2, 35, 7, 35, 2, 36, 7, 36, 2, 37, 7, 37, 2, 38, 7, 38, 2, 39, 7, 39, 2, 40, 7, 40, 2, 41, 7, 41, 2, 42, 7, 42, 2, 43, 7, 43, 2, 44, 7, 44, 2, 45, 7, 45, 2, 46, 7, 46, 2, 47, 7, 47, 2, 48, 7, 48, 2, 49, 7, 49, 2, 50, 7, 50, 2, 51, 7, 51, 2, 52, 7, 52, 2, 53, 7, 53, 2, 54, 7, 54, 2, 55, 7, 55, 2, 56, 7, 56, 2, 57, 7, 57, 2, 58, 7, 58, 2, 59, 7, 59, 2, 60, 7, 60, 2, 61, 7, 61, 2, 62, 7, 62, 2, 63, 7, 63, 2, 64, 7, 64, 2, 65, 7, 65, 2, 66, 7, 66, 2, 67, 7, 67, 2, 68, 7, 68, 2, 69, 7, 69, 2, 70, 7, 70, 2, 71, 7, 71, 2, 72, 7, 72, 2, 73, 7, 73, 2, 74, 7, 74, 2, 75, 7, 75, 2, 76, 7, 76, 2, 77, 7, 77, 2, 78, 7, 78, 2, 79, 7, 79, 2, 80, 7, 80, 2, 81, 7, 81, 2, 82, 7, 82, 2, 83, 7, 83, 2, 84, 7, 84, 2, 85, 7, 85, 2, 86, 7, 86, 2, 87, 7, 87, 2, 88, 7, 88, 2, 89, 7, 89, 2, 90, 7, 90, 2, 91, 7, 91, 2, 92, 7, 92, 2, 93, 7, 93, 2, 94, 7, 94, 2, 95, 7, 95, 2, 96, 7, 96, 2, 97, 7, 97, 2, 98, 7, 98, 2, 99, 7, 99, 2, 100, 7, 100, 2, 101, 7, 101, 2, 102, 7, 102, 2, 103, 7, 103, 2, 104, 7, 104, 2, 105, 7, 105, 2, 106, 7, 106, 2, 107, 7, 107, 2, 108, 7, 108, 2, 109, 7, 109, 2, 110, 7, 110, 2, 111, 7, 111, 2, 112, 7, 112, 2, 113, 7, 113, 2, 114, 7, 114, 2, 115, 7, 115, 2, 116, 7, 116, 2, 117, 7, 117, 2, 118, 7, 118, 2, 119, 7, 119, 2, 120, 7, 120, 2, 121, 7, 121, 2, 122, 7, 122, 2, 123, 7, 123, 2, 124, 7, 124, 2, 125, 7, 125, 2, 126, 7, 126, 2, 127, 7, 127, 2, 128, 7, 128, 2, 129, 7, 129, 2, 130, 7, 130, 2, 131, 7, 131, 2, 132, 7, 132, 2, 133, 7, 133, 2, 134, 7, 134, 2, 135, 7, 135, 2, 136, 7, 136, 2, 137, 7, 137, 2, 138, 7, 138, 2, 139, 7, 139, 2, 140, 7, 140, 2, 141, 7, 141, 2, 142, 7, 142, 2, 143, 7, 143, 2, 144, 7, 144, 2, 145, 7, 145, 2, 146, 7, 146, 2, 147, 7, 147, 2, 148, 7, 148, 2, 149, 7, 149, 2, 150, 7, 150, 2, 151, 7, 151, 2, 152, 7, 152, 2, 153, 7, 153, 2, 154, 7, 154, 2, 155, 7, 155, 2, 156, 7, 156, 2, 157, 7, 157, 2, 158, 7, 158, 2, 159, 7, 159, 2, 160, 7, 160, 2, 161, 7, 161, 2, 162, 7, 162, 2, 163, 7, 163, 2, 164, 7, 164, 2, 165, 7, 165, 2, 166, 7, 166, 2, 167, 7, 167, 2, 168, 7, 168, 2, 169, 7, 169, 2, 170, 7, 170, 2, 171, 7, 171, 2, 172, 7, 172, 2, 173, 7, 173, 2, 174, 7, 174, 2, 175, 7, 175, 2, 176, 7, 176, 2, 177, 7, 177, 2, 178, 7, 178, 2, 179, 7, 179, 2, 180, 7, 180, 2, 181, 7, 181, 2, 182, 7, 182, 2, 183, 7, 183, 2, 184, 7, 184, 2, 185, 7, 185, 2, 186, 7, 186, 2, 187, 7, 187, 2, 188, 7, 188, 2, 189, 7, 189, 2, 190, 7, 190, 2, 191, 7, 191, 2, 192, 7, 192, 2, 193, 7, 193, 2, 194, 7, 194, 2, 195, 7, 195, 2, 196, 7, 196, 2, 197, 7, 197, 2, 198, 7, 198, 2, 199, 7, 199, 2, 200, 7, 200, 2, 201, 7, 201, 2, 202, 7, 202, 2, 203, 7, 203, 2, 204, 7, 204, 2, 205, 7, 205, 2, 206, 7, 206, 2, 207, 7, 207, 2, 208, 7, 208, 2, 209, 7, 209, 2, 210, 7, 210, 2, 211, 7, 211, 2, 212, 7, 212, 2, 213, 7, 213, 2, 214, 7, 214, 2, 215, 7, 215, 2, 216, 7, 216, 2, 217, 7, 217, 2, 218, 7, 218, 2, 219, 7, 219, 2, 220, 7, 220, 2, 221, 7, 221, 2, 222, 7, 222, 2, 223, 7, 223, 2, 224, 7, 224, 2, 225, 7, 225, 2, 226, 7, 226, 2, 227, 7, 227, 2, 228, 7, 228, 2, 229, 7, 229, 2, 230, 7, 230, 2, 231, 7, 231, 2, 232, 7, 232, 2, 233, 7, 233, 2, 234, 7, 234, 2, 235, 7, 235, 2, 236, 7, 236, 2, 237, 7, 237, 2, 238, 7, 238, 2, 239, 7, 239, 2, 240, 7, 240, 2, 241, 7, 241, 2, 242, 7, 242, 2, 243, 7, 243, 2, 244, 7, 244, 2, 245, 7, 245, 2, 246, 7, 246, 2, 247, 7, 247, 2, 248, 7, 248, 2, 249, 7, 249, 2, 250, 7, 250, 2, 251, 7, 251, 2, 252, 7, 252, 2, 253, 7, 253, 2, 254, 7, 254, 2, 255, 7, 255, 2, 256, 7, 256, 2, 257, 7, 257, 2, 258, 7, 258, 2, 259, 7, 259, 2, 260, 7, 260, 2, 261, 7, 261, 2, 262, 7, 262, 2, 263, 7, 263, 2, 264, 7, 264, 2, 265, 7, 265, 2, 266, 7, 266, 2, 267, 7, 267, 2, 268, 7, 268, 2, 269, 7, 269, 2, 270, 7, 270, 2, 271, 7, 271, 2, 272, 7, 272, 2, 273, 7, 273, 2, 274, 7, 274, 2, 275, 7, 275, 2, 276, 7, 276, 2, 277, 7, 277, 2, 278, 7, 278, 2, 279, 7, 279, 2, 280, 7, 280, 2, 281, 7, 281, 2, 282, 7, 282, 2, 283, 7, 283, 2, 284, 7, 284, 2, 285, 7, 285, 2, 286, 7, 286, 2, 287, 7, 287, 2, 288, 7, 288, 2, 289, 7, 289, 2, 290, 7, 290, 2, 291, 7, 291, 2, 292, 7, 292, 2, 293, 7, 293, 2, 294, 7, 294, 2, 295, 7, 295, 2, 296, 7, 296, 2, 297, 7, 297, 2, 298, 7, 298, 2, 299, 7, 299, 2, 300, 7, 300, 2, 301, 7, 301, 2, 302, 7, 302, 2, 303, 7, 303, 2, 304, 7, 304, 2, 305, 7, 305, 2, 306, 7, 306, 2, 307, 7, 307, 2, 308, 7, 308, 2, 309, 7, 309, 2, 310, 7, 310, 2, 311, 7, 311, 2, 312, 7, 312, 2, 313, 7, 313, 2, 314, 7, 314, 2, 315, 7, 315, 2, 316, 7, 316, 2, 317, 7, 317, 2, 318, 7, 318, 2, 319, 7, 319, 2, 320, 7, 320, 2, 321, 7, 321, 2, 322, 7, 322, 2, 323, 7, 323, 2, 324, 7, 324, 2, 325, 7, 325, 2, 326, 7, 326, 2, 327, 7, 327, 2, 328, 7, 328, 2, 329, 7, 329, 2, 330, 7, 330, 2, 331, 7, 331, 2, 332, 7, 332, 2, 333, 7, 333, 2, 334, 7, 334, 2, 335, 7, 335, 2, 336, 7, 336, 2, 337, 7, 337, 2, 338, 7, 338, 2, 339, 7, 339, 2, 340, 7, 340, 2, 341, 7, 341, 2, 342, 7, 342, 2, 343, 7, 343, 2, 344, 7, 344, 2, 345, 7, 345, 2, 346, 7, 346, 2, 347, 7, 347, 2, 348, 7, 348, 2, 349, 7, 349, 2, 350, 7, 350, 2, 351, 7, 351, 2, 352, 7, 352, 2, 353, 7, 353, 2, 354, 7, 354, 2, 355, 7, 355, 2, 356, 7, 356, 2, 357, 7, 357, 2, 358, 7, 358, 2, 359, 7, 359, 2, 360, 7, 360, 2, 361, 7, 361, 2, 362, 7, 362, 2, 363, 7, 363, 2, 364, 7, 364, 2, 365, 7, 365, 2, 366, 7, 366, 2, 367, 7, 367, 2, 368, 7, 368, 2, 369, 7, 369, 2, 370, 7, 370, 2, 371, 7, 371, 2, 372, 7, 372, 2, 373, 7, 373, 2, 374, 7, 374, 2, 375, 7, 375, 2, 376, 7, 376, 2, 377, 7, 377, 2, 378, 7, 378, 2, 379, 7, 379, 2, 380, 7, 380, 2, 381, 7, 381, 2, 382, 7, 382, 2, 383, 7, 383, 2, 384, 7, 384, 2, 385, 7, 385, 2, 386, 7, 386, 2, 387, 7, 387, 2, 388, 7, 388, 2, 389, 7, 389, 2, 390, 7, 390, 2, 391, 7, 391, 2, 392, 7, 392, 2, 393, 7, 393, 2, 394, 7, 394, 2, 395, 7, 395, 2, 396, 7, 396, 2, 397, 7, 397, 2, 398, 7, 398, 2, 399, 7, 399, 2, 400, 7, 400, 2, 401, 7, 401, 2, 402, 7, 402, 2, 403, 7, 403, 2, 404, 7, 404, 2, 405, 7, 405, 2, 406, 7, 406, 2, 407, 7, 407, 2, 408, 7, 408, 2, 409, 7, 409, 2, 410, 7, 410, 2, 411, 7, 411, 2, 412, 7, 412, 2, 413, 7, 413, 2, 414, 7, 414, 2, 415, 7, 415, 2, 416, 7, 416, 2, 417, 7, 417, 2, 418, 7, 418, 2, 419, 7, 419, 2, 420, 7, 420, 2, 421, 7, 421, 2, 422, 7, 422, 2, 423, 7, 423, 2, 424, 7, 424, 2, 425, 7, 425, 2, 426, 7, 426, 2, 427, 7, 427, 2, 428, 7, 428, 2, 429, 7, 429, 2, 430, 7, 430, 2, 431, 7, 431, 2, 432, 7, 432, 2, 433, 7, 433, 2, 434, 7, 434, 2, 435, 7, 435, 2, 436, 7, 436, 2, 437, 7, 437, 2, 438, 7, 438, 2, 439, 7, 439, 2, 440, 7, 440, 2, 441, 7, 441, 2, 442, 7, 442, 2, 443, 7, 443, 2, 444, 7, 444, 2, 445, 7, 445, 2, 446, 7, 446, 2, 447, 7, 447, 2, 448, 7, 448, 2, 449, 7, 449, 2, 450, 7, 450, 2, 451, 7, 451, 2, 452, 7, 452, 2, 453, 7, 453, 2, 454, 7, 454, 2, 455, 7, 455, 2, 456, 7, 456, 2, 457, 7, 457, 2, 458, 7, 458, 2, 459, 7, 459, 2, 460, 7, 460, 2, 461, 7, 461, 2, 462, 7, 462, 2, 463, 7, 463, 2, 464, 7, 464, 1, 0, 5, 0, 932, 8, 0, 10, 0, 12, 0, 935, 9, 0, 1, 0, 1, 0, 1, 1, 1, 1, 3, 1, 941, 8, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 1061, 8, 2, 3, 2, 1063, 8, 2, 1, 3, 1, 3, 1, 3, 1, 4, 1, 4, 1, 4, 1, 4, 3, 4, 1072, 8, 4, 1, 4, 5, 4, 1075, 8, 4, 10, 4, 12, 4, 1078, 9, 4, 1, 5, 1, 5, 1, 5, 3, 5, 1083, 8, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 3, 5, 1118, 8, 5, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 3, 6, 1128, 8, 6, 1, 7, 1, 7, 1, 7, 1, 7, 3, 7, 1134, 8, 7, 1, 7, 5, 7, 1137, 8, 7, 10, 7, 12, 7, 1140, 9, 7, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1146, 8, 8, 1, 8, 5, 8, 1149, 8, 8, 10, 8, 12, 8, 1152, 9, 8, 1, 9, 1, 9, 1, 9, 1, 9, 3, 9, 1158, 8, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 10, 1, 10, 1, 10, 1, 10, 3, 10, 1169, 8, 10, 1, 10, 1, 10, 1, 11, 1, 11, 5, 11, 1175, 8, 11, 10, 11, 12, 11, 1178, 9, 11, 1, 11, 3, 11, 1181, 8, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 3, 11, 1193, 8, 11, 1, 11, 1, 11, 1, 11, 1, 11, 3, 11, 1199, 8, 11, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 1205, 8, 12, 1, 12, 1, 12, 3, 12, 1209, 8, 12, 1, 12, 1, 12, 1, 12, 3, 12, 1214, 8, 12, 1, 12, 1, 12, 3, 12, 1218, 8, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 1231, 8, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 1241, 8, 12, 3, 12, 1243, 8, 12, 1, 13, 1, 13, 1, 13, 1, 13, 3, 13, 1249, 8, 13, 1, 13, 5, 13, 1252, 8, 13, 10, 13, 12, 13, 1255, 9, 13, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 15, 1, 15, 1, 15, 3, 15, 1267, 8, 15, 1, 15, 3, 15, 1270, 8, 15, 1, 15, 1, 15, 1, 15, 3, 15, 1275, 8, 15, 1, 15, 5, 15, 1278, 8, 15, 10, 15, 12, 15, 1281, 9, 15, 1, 16, 1, 16, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 3, 17, 1291, 8, 17, 1, 18, 1, 18, 3, 18, 1295, 8, 18, 1, 18, 1, 18, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 3, 19, 1307, 8, 19, 1, 20, 1, 20, 3, 20, 1311, 8, 20, 1, 20, 3, 20, 1314, 8, 20, 1, 20, 1, 20, 3, 20, 1318, 8, 20, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 3, 21, 1330, 8, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 3, 21, 1348, 8, 21, 1, 22, 1, 22, 1, 22, 5, 22, 1353, 8, 22, 10, 22, 12, 22, 1356, 9, 22, 1, 23, 1, 23, 1, 23, 5, 23, 1361, 8, 23, 10, 23, 12, 23, 1364, 9, 23, 1, 24, 1, 24, 3, 24, 1368, 8, 24, 1, 25, 1, 25, 1, 25, 1, 25, 1, 25, 3, 25, 1375, 8, 25, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 3, 26, 1383, 8, 26, 1, 27, 1, 27, 1, 27, 1, 27, 3, 27, 1389, 8, 27, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 3, 28, 1397, 8, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 3, 28, 1405, 8, 28, 1, 29, 1, 29, 3, 29, 1409, 8, 29, 1, 30, 1, 30, 1, 30, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 3, 31, 1423, 8, 31, 1, 32, 1, 32, 1, 32, 3, 32, 1428, 8, 32, 1, 33, 1, 33, 1, 33, 3, 33, 1433, 8, 33, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 3, 34, 1445, 8, 34, 1, 35, 1, 35, 1, 35, 1, 35, 3, 35, 1451, 8, 35, 1, 35, 1, 35, 1, 36, 1, 36, 1, 37, 1, 37, 1, 37, 1, 38, 1, 38, 1, 38, 3, 38, 1463, 8, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1468, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1478, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1484, 8, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1489, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1498, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1505, 8, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1510, 8, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1515, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1525, 8, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1530, 8, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1535, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1542, 8, 38, 1, 38, 1, 38, 3, 38, 1546, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1560, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1566, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1572, 8, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1577, 8, 38, 1, 39, 1, 39, 1, 39, 5, 39, 1582, 8, 39, 10, 39, 12, 39, 1585, 9, 39, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 3, 40, 1593, 8, 40, 1, 41, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 1, 42, 3, 42, 1602, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 5, 42, 1609, 8, 42, 10, 42, 12, 42, 1612, 9, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1620, 8, 42, 1, 42, 1, 42, 3, 42, 1624, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1636, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1644, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1654, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1674, 8, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1679, 8, 42, 1, 42, 3, 42, 1682, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1689, 8, 42, 1, 42, 3, 42, 1692, 8, 42, 1, 42, 1, 42, 3, 42, 1696, 8, 42, 1, 42, 1, 42, 3, 42, 1700, 8, 42, 1, 42, 3, 42, 1703, 8, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1708, 8, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1713, 8, 42, 1, 42, 1, 42, 3, 42, 1717, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1726, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1732, 8, 42, 1, 42, 1, 42, 3, 42, 1736, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1745, 8, 42, 1, 42, 3, 42, 1748, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1754, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1763, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 4, 42, 1773, 8, 42, 11, 42, 12, 42, 1774, 1, 42, 1, 42, 3, 42, 1779, 8, 42, 1, 42, 1, 42, 3, 42, 1783, 8, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1788, 8, 42, 1, 42, 3, 42, 1791, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1797, 8, 42, 4, 42, 1799, 8, 42, 11, 42, 12, 42, 1800, 1, 42, 1, 42, 3, 42, 1805, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1811, 8, 42, 1, 42, 1, 42, 3, 42, 1815, 8, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1820, 8, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1825, 8, 42, 1, 42, 1, 42, 3, 42, 1829, 8, 42, 1, 42, 3, 42, 1832, 8, 42, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 3, 43, 1839, 8, 43, 1, 44, 1, 44, 1, 45, 1, 45, 1, 45, 1, 46, 1, 46, 1, 46, 1, 46, 5, 46, 1850, 8, 46, 10, 46, 12, 46, 1853, 9, 46, 1, 46, 1, 46, 1, 47, 1, 47, 1, 47, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 1865, 8, 48, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 3, 49, 1890, 8, 49, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 5, 50, 1898, 8, 50, 10, 50, 12, 50, 1901, 9, 50, 1, 51, 1, 51, 1, 51, 1, 51, 3, 51, 1907, 8, 51, 1, 51, 1, 51, 1, 51, 3, 51, 1912, 8, 51, 1, 51, 1, 51, 3, 51, 1916, 8, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 3, 51, 1923, 8, 51, 1, 51, 1, 51, 1, 51, 3, 51, 1928, 8, 51, 1, 51, 3, 51, 1931, 8, 51, 3, 51, 1933, 8, 51, 1, 52, 1, 52, 1, 52, 3, 52, 1938, 8, 52, 1, 53, 1, 53, 3, 53, 1942, 8, 53, 1, 53, 1, 53, 3, 53, 1946, 8, 53, 1, 53, 1, 53, 3, 53, 1950, 8, 53, 1, 53, 1, 53, 1, 53, 3, 53, 1955, 8, 53, 1, 53, 3, 53, 1958, 8, 53, 1, 53, 1, 53, 3, 53, 1962, 8, 53, 1, 53, 3, 53, 1965, 8, 53, 1, 53, 1, 53, 3, 53, 1969, 8, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 3, 53, 1977, 8, 53, 1, 53, 1, 53, 1, 53, 3, 53, 1982, 8, 53, 1, 53, 3, 53, 1985, 8, 53, 1, 53, 1, 53, 3, 53, 1989, 8, 53, 1, 54, 1, 54, 1, 54, 1, 54, 3, 54, 1995, 8, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 3, 54, 2004, 8, 54, 1, 54, 1, 54, 3, 54, 2008, 8, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 3, 54, 2018, 8, 54, 1, 54, 1, 54, 1, 54, 3, 54, 2023, 8, 54, 5, 54, 2025, 8, 54, 10, 54, 12, 54, 2028, 9, 54, 1, 54, 3, 54, 2031, 8, 54, 5, 54, 2033, 8, 54, 10, 54, 12, 54, 2036, 9, 54, 1, 55, 1, 55, 1, 55, 1, 55, 3, 55, 2042, 8, 55, 1, 55, 1, 55, 1, 55, 3, 55, 2047, 8, 55, 5, 55, 2049, 8, 55, 10, 55, 12, 55, 2052, 9, 55, 1, 55, 1, 55, 3, 55, 2056, 8, 55, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 5, 56, 2066, 8, 56, 10, 56, 12, 56, 2069, 9, 56, 1, 56, 1, 56, 3, 56, 2073, 8, 56, 1, 57, 1, 57, 3, 57, 2077, 8, 57, 1, 57, 1, 57, 3, 57, 2081, 8, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2086, 8, 57, 1, 57, 1, 57, 3, 57, 2090, 8, 57, 1, 57, 3, 57, 2093, 8, 57, 1, 57, 3, 57, 2096, 8, 57, 1, 57, 3, 57, 2099, 8, 57, 1, 57, 3, 57, 2102, 8, 57, 1, 57, 3, 57, 2105, 8, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2110, 8, 57, 1, 57, 3, 57, 2113, 8, 57, 1, 57, 3, 57, 2116, 8, 57, 1, 57, 3, 57, 2119, 8, 57, 1, 57, 3, 57, 2122, 8, 57, 1, 57, 3, 57, 2125, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2131, 8, 57, 1, 57, 1, 57, 3, 57, 2135, 8, 57, 1, 57, 3, 57, 2138, 8, 57, 1, 57, 3, 57, 2141, 8, 57, 1, 57, 3, 57, 2144, 8, 57, 1, 57, 3, 57, 2147, 8, 57, 3, 57, 2149, 8, 57, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2156, 8, 58, 1, 59, 1, 59, 1, 59, 1, 59, 5, 59, 2162, 8, 59, 10, 59, 12, 59, 2165, 9, 59, 1, 59, 1, 59, 1, 60, 1, 60, 1, 60, 5, 60, 2172, 8, 60, 10, 60, 12, 60, 2175, 9, 60, 1, 61, 1, 61, 3, 61, 2179, 8, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 5, 61, 2187, 8, 61, 10, 61, 12, 61, 2190, 9, 61, 3, 61, 2192, 8, 61, 1, 62, 1, 62, 1, 62, 3, 62, 2197, 8, 62, 1, 62, 5, 62, 2200, 8, 62, 10, 62, 12, 62, 2203, 9, 62, 1, 62, 1, 62, 3, 62, 2207, 8, 62, 1, 62, 3, 62, 2210, 8, 62, 1, 63, 1, 63, 1, 63, 3, 63, 2215, 8, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 3, 63, 2224, 8, 63, 3, 63, 2226, 8, 63, 1, 63, 1, 63, 3, 63, 2230, 8, 63, 1, 63, 3, 63, 2233, 8, 63, 1, 63, 1, 63, 3, 63, 2237, 8, 63, 1, 63, 5, 63, 2240, 8, 63, 10, 63, 12, 63, 2243, 9, 63, 1, 64, 1, 64, 3, 64, 2247, 8, 64, 1, 64, 1, 64, 3, 64, 2251, 8, 64, 1, 64, 3, 64, 2254, 8, 64, 1, 64, 1, 64, 3, 64, 2258, 8, 64, 1, 65, 3, 65, 2261, 8, 65, 1, 65, 1, 65, 1, 65, 3, 65, 2266, 8, 65, 1, 65, 3, 65, 2269, 8, 65, 1, 65, 1, 65, 1, 65, 3, 65, 2274, 8, 65, 1, 65, 3, 65, 2277, 8, 65, 1, 65, 1, 65, 3, 65, 2281, 8, 65, 1, 65, 3, 65, 2284, 8, 65, 1, 65, 3, 65, 2287, 8, 65, 1, 65, 1, 65, 1, 65, 3, 65, 2292, 8, 65, 1, 65, 3, 65, 2295, 8, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 3, 65, 2303, 8, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 4, 65, 2313, 8, 65, 11, 65, 12, 65, 2314, 1, 65, 1, 65, 3, 65, 2319, 8, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 3, 65, 2326, 8, 65, 1, 65, 1, 65, 1, 65, 3, 65, 2331, 8, 65, 1, 65, 3, 65, 2334, 8, 65, 1, 65, 3, 65, 2337, 8, 65, 1, 65, 3, 65, 2340, 8, 65, 1, 66, 1, 66, 1, 66, 3, 66, 2345, 8, 66, 1, 67, 1, 67, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 5, 68, 2354, 8, 68, 10, 68, 12, 68, 2357, 9, 68, 1, 68, 1, 68, 1, 68, 3, 68, 2362, 8, 68, 1, 68, 1, 68, 3, 68, 2366, 8, 68, 1, 68, 3, 68, 2369, 8, 68, 1, 68, 3, 68, 2372, 8, 68, 1, 68, 5, 68, 2375, 8, 68, 10, 68, 12, 68, 2378, 9, 68, 1, 68, 1, 68, 5, 68, 2382, 8, 68, 10, 68, 12, 68, 2385, 9, 68, 3, 68, 2387, 8, 68, 1, 68, 1, 68, 3, 68, 2391, 8, 68, 1, 68, 1, 68, 1, 68, 1, 68, 5, 68, 2397, 8, 68, 10, 68, 12, 68, 2400, 9, 68, 1, 68, 1, 68, 3, 68, 2404, 8, 68, 1, 68, 3, 68, 2407, 8, 68, 1, 68, 3, 68, 2410, 8, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 3, 68, 2417, 8, 68, 1, 68, 5, 68, 2420, 8, 68, 10, 68, 12, 68, 2423, 9, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 3, 68, 2431, 8, 68, 1, 68, 3, 68, 2434, 8, 68, 1, 68, 3, 68, 2437, 8, 68, 1, 68, 5, 68, 2440, 8, 68, 10, 68, 12, 68, 2443, 9, 68, 3, 68, 2445, 8, 68, 1, 69, 1, 69, 1, 69, 1, 69, 1, 70, 1, 70, 1, 70, 1, 70, 5, 70, 2455, 8, 70, 10, 70, 12, 70, 2458, 9, 70, 1, 70, 1, 70, 1, 71, 1, 71, 1, 71, 5, 71, 2465, 8, 71, 10, 71, 12, 71, 2468, 9, 71, 1, 72, 1, 72, 1, 72, 1, 73, 1, 73, 1, 73, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 3, 74, 2484, 8, 74, 1, 75, 1, 75, 3, 75, 2488, 8, 75, 1, 75, 1, 75, 3, 75, 2492, 8, 75, 3, 75, 2494, 8, 75, 1, 76, 1, 76, 1, 76, 1, 76, 1, 77, 1, 77, 1, 77, 1, 77, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 3, 78, 2511, 8, 78, 3, 78, 2513, 8, 78, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 5, 80, 2527, 8, 80, 10, 80, 12, 80, 2530, 9, 80, 1, 80, 1, 80, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 3, 81, 2540, 8, 81, 1, 81, 3, 81, 2543, 8, 81, 1, 81, 3, 81, 2546, 8, 81, 1, 82, 1, 82, 1, 82, 1, 83, 1, 83, 1, 83, 1, 83, 3, 83, 2555, 8, 83, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 3, 84, 2564, 8, 84, 1, 85, 1, 85, 1, 85, 1, 86, 1, 86, 1, 86, 1, 86, 1, 87, 1, 87, 1, 87, 1, 87, 1, 88, 1, 88, 1, 88, 3, 88, 2580, 8, 88, 1, 88, 3, 88, 2583, 8, 88, 1, 88, 3, 88, 2586, 8, 88, 1, 88, 1, 88, 1, 88, 1, 88, 5, 88, 2592, 8, 88, 10, 88, 12, 88, 2595, 9, 88, 1, 88, 3, 88, 2598, 8, 88, 1, 88, 1, 88, 1, 89, 1, 89, 1, 89, 3, 89, 2605, 8, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 90, 1, 90, 3, 90, 2614, 8, 90, 1, 90, 1, 90, 3, 90, 2618, 8, 90, 1, 90, 1, 90, 1, 90, 1, 90, 3, 90, 2624, 8, 90, 1, 91, 1, 91, 3, 91, 2628, 8, 91, 1, 91, 3, 91, 2631, 8, 91, 1, 91, 3, 91, 2634, 8, 91, 1, 91, 3, 91, 2637, 8, 91, 1, 91, 3, 91, 2640, 8, 91, 1, 92, 1, 92, 1, 92, 1, 92, 3, 92, 2646, 8, 92, 1, 93, 1, 93, 3, 93, 2650, 8, 93, 1, 93, 1, 93, 1, 93, 3, 93, 2655, 8, 93, 1, 93, 1, 93, 3, 93, 2659, 8, 93, 1, 93, 3, 93, 2662, 8, 93, 1, 93, 3, 93, 2665, 8, 93, 1, 93, 3, 93, 2668, 8, 93, 1, 93, 1, 93, 1, 93, 3, 93, 2673, 8, 93, 1, 94, 1, 94, 1, 94, 1, 94, 3, 94, 2679, 8, 94, 1, 94, 1, 94, 3, 94, 2683, 8, 94, 1, 95, 1, 95, 3, 95, 2687, 8, 95, 1, 95, 1, 95, 3, 95, 2691, 8, 95, 1, 95, 1, 95, 4, 95, 2695, 8, 95, 11, 95, 12, 95, 2696, 3, 95, 2699, 8, 95, 1, 96, 1, 96, 1, 96, 3, 96, 2704, 8, 96, 1, 96, 1, 96, 4, 96, 2708, 8, 96, 11, 96, 12, 96, 2709, 1, 97, 1, 97, 1, 97, 1, 97, 3, 97, 2716, 8, 97, 1, 97, 1, 97, 3, 97, 2720, 8, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 3, 97, 2735, 8, 97, 1, 97, 1, 97, 1, 97, 3, 97, 2740, 8, 97, 1, 97, 3, 97, 2743, 8, 97, 3, 97, 2745, 8, 97, 1, 98, 3, 98, 2748, 8, 98, 1, 98, 1, 98, 3, 98, 2752, 8, 98, 1, 99, 1, 99, 3, 99, 2756, 8, 99, 1, 99, 3, 99, 2759, 8, 99, 1, 99, 3, 99, 2762, 8, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 3, 99, 2770, 8, 99, 1, 99, 1, 99, 1, 99, 1, 99, 3, 99, 2776, 8, 99, 3, 99, 2778, 8, 99, 1, 100, 1, 100, 1, 100, 1, 100, 3, 100, 2784, 8, 100, 1, 100, 1, 100, 1, 100, 3, 100, 2789, 8, 100, 1, 101, 1, 101, 1, 101, 3, 101, 2794, 8, 101, 1, 101, 1, 101, 3, 101, 2798, 8, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 5, 101, 2805, 8, 101, 10, 101, 12, 101, 2808, 9, 101, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 5, 102, 2816, 8, 102, 10, 102, 12, 102, 2819, 9, 102, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 3, 103, 2857, 8, 103, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 4, 104, 2865, 8, 104, 11, 104, 12, 104, 2866, 3, 104, 2869, 8, 104, 1, 104, 3, 104, 2872, 8, 104, 1, 105, 1, 105, 3, 105, 2876, 8, 105, 1, 105, 1, 105, 3, 105, 2880, 8, 105, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 4, 106, 2888, 8, 106, 11, 106, 12, 106, 2889, 3, 106, 2892, 8, 106, 1, 106, 1, 106, 4, 106, 2896, 8, 106, 11, 106, 12, 106, 2897, 3, 106, 2900, 8, 106, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 5, 107, 2907, 8, 107, 10, 107, 12, 107, 2910, 9, 107, 1, 107, 1, 107, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 5, 108, 2919, 8, 108, 10, 108, 12, 108, 2922, 9, 108, 1, 108, 1, 108, 1, 109, 1, 109, 1, 109, 1, 110, 1, 110, 1, 110, 1, 111, 1, 111, 1, 111, 3, 111, 2935, 8, 111, 1, 111, 1, 111, 1, 111, 3, 111, 2940, 8, 111, 1, 111, 3, 111, 2943, 8, 111, 1, 111, 1, 111, 1, 111, 1, 111, 1, 111, 3, 111, 2950, 8, 111, 1, 112, 1, 112, 1, 112, 3, 112, 2955, 8, 112, 1, 113, 1, 113, 1, 113, 1, 113, 1, 113, 1, 113, 3, 113, 2963, 8, 113, 3, 113, 2965, 8, 113, 1, 114, 1, 114, 1, 114, 1, 114, 3, 114, 2971, 8, 114, 1, 114, 1, 114, 1, 114, 3, 114, 2976, 8, 114, 1, 114, 1, 114, 3, 114, 2980, 8, 114, 1, 114, 1, 114, 1, 114, 3, 114, 2985, 8, 114, 1, 114, 1, 114, 1, 114, 1, 114, 3, 114, 2991, 8, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 3, 114, 2998, 8, 114, 1, 114, 1, 114, 1, 114, 1, 114, 3, 114, 3004, 8, 114, 3, 114, 3006, 8, 114, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 3, 115, 3015, 8, 115, 1, 115, 1, 115, 1, 115, 1, 115, 3, 115, 3021, 8, 115, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 3, 115, 3029, 8, 115, 1, 116, 1, 116, 1, 116, 1, 116, 3, 116, 3035, 8, 116, 1, 116, 1, 116, 1, 116, 3, 116, 3040, 8, 116, 1, 116, 1, 116, 1, 116, 3, 116, 3045, 8, 116, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 3, 117, 3053, 8, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 3, 118, 3068, 8, 118, 3, 118, 3070, 8, 118, 1, 118, 1, 118, 3, 118, 3074, 8, 118, 1, 118, 1, 118, 3, 118, 3078, 8, 118, 1, 118, 3, 118, 3081, 8, 118, 1, 118, 3, 118, 3084, 8, 118, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 3, 119, 3093, 8, 119, 1, 119, 3, 119, 3096, 8, 119, 1, 119, 3, 119, 3099, 8, 119, 1, 120, 1, 120, 1, 120, 1, 120, 3, 120, 3105, 8, 120, 1, 120, 1, 120, 5, 120, 3109, 8, 120, 10, 120, 12, 120, 3112, 9, 120, 1, 120, 3, 120, 3115, 8, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 3, 120, 3127, 8, 120, 1, 120, 1, 120, 1, 120, 1, 120, 3, 120, 3133, 8, 120, 1, 121, 3, 121, 3136, 8, 121, 1, 121, 1, 121, 1, 121, 3, 121, 3141, 8, 121, 1, 121, 1, 121, 3, 121, 3145, 8, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 3, 121, 3152, 8, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 3, 121, 3162, 8, 121, 3, 121, 3164, 8, 121, 1, 122, 1, 122, 1, 122, 1, 122, 1, 122, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 125, 1, 125, 3, 125, 3188, 8, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 3, 125, 3200, 8, 125, 1, 125, 4, 125, 3203, 8, 125, 11, 125, 12, 125, 3204, 3, 125, 3207, 8, 125, 1, 125, 1, 125, 3, 125, 3211, 8, 125, 1, 125, 3, 125, 3214, 8, 125, 1, 125, 3, 125, 3217, 8, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 3, 125, 3227, 8, 125, 1, 125, 3, 125, 3230, 8, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 3, 125, 3240, 8, 125, 1, 125, 5, 125, 3243, 8, 125, 10, 125, 12, 125, 3246, 9, 125, 1, 125, 1, 125, 3, 125, 3250, 8, 125, 1, 125, 3, 125, 3253, 8, 125, 1, 125, 3, 125, 3256, 8, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 3, 125, 3264, 8, 125, 1, 126, 1, 126, 1, 126, 1, 126, 3, 126, 3270, 8, 126, 1, 127, 1, 127, 1, 127, 5, 127, 3275, 8, 127, 10, 127, 12, 127, 3278, 9, 127, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 3, 128, 3285, 8, 128, 1, 128, 3, 128, 3288, 8, 128, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 130, 1, 130, 1, 130, 1, 130, 3, 130, 3299, 8, 130, 1, 131, 1, 131, 3, 131, 3303, 8, 131, 1, 131, 1, 131, 5, 131, 3307, 8, 131, 10, 131, 12, 131, 3310, 9, 131, 1, 132, 1, 132, 1, 132, 1, 132, 3, 132, 3316, 8, 132, 1, 133, 3, 133, 3319, 8, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 3, 133, 3328, 8, 133, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 5, 134, 3340, 8, 134, 10, 134, 12, 134, 3343, 9, 134, 3, 134, 3345, 8, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 5, 135, 3357, 8, 135, 10, 135, 12, 135, 3360, 9, 135, 1, 135, 1, 135, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 3, 136, 3370, 8, 136, 1, 136, 3, 136, 3373, 8, 136, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 5, 137, 3383, 8, 137, 10, 137, 12, 137, 3386, 9, 137, 1, 138, 1, 138, 3, 138, 3390, 8, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 5, 138, 3401, 8, 138, 10, 138, 12, 138, 3404, 9, 138, 1, 138, 1, 138, 3, 138, 3408, 8, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 3, 138, 3421, 8, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 5, 138, 3428, 8, 138, 10, 138, 12, 138, 3431, 9, 138, 3, 138, 3433, 8, 138, 1, 138, 3, 138, 3436, 8, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 3, 138, 3443, 8, 138, 1, 138, 3, 138, 3446, 8, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 3, 138, 3458, 8, 138, 1, 138, 1, 138, 1, 138, 1, 138, 3, 138, 3464, 8, 138, 3, 138, 3466, 8, 138, 1, 139, 1, 139, 1, 139, 1, 139, 5, 139, 3472, 8, 139, 10, 139, 12, 139, 3475, 9, 139, 1, 139, 1, 139, 1, 140, 1, 140, 1, 140, 3, 140, 3482, 8, 140, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 3, 141, 3490, 8, 141, 1, 142, 1, 142, 1, 142, 1, 142, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 3, 143, 3502, 8, 143, 1, 143, 1, 143, 1, 143, 3, 143, 3507, 8, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 3, 143, 3518, 8, 143, 1, 144, 1, 144, 1, 144, 1, 144, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 3, 145, 3529, 8, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 3, 145, 3537, 8, 145, 1, 145, 1, 145, 1, 145, 1, 145, 5, 145, 3543, 8, 145, 10, 145, 12, 145, 3546, 9, 145, 1, 146, 1, 146, 1, 146, 1, 146, 3, 146, 3552, 8, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 3, 146, 3559, 8, 146, 3, 146, 3561, 8, 146, 1, 146, 3, 146, 3564, 8, 146, 1, 146, 1, 146, 1, 146, 3, 146, 3569, 8, 146, 1, 146, 1, 146, 1, 146, 3, 146, 3574, 8, 146, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 5, 148, 3591, 8, 148, 10, 148, 12, 148, 3594, 9, 148, 1, 148, 1, 148, 1, 148, 1, 148, 5, 148, 3600, 8, 148, 10, 148, 12, 148, 3603, 9, 148, 3, 148, 3605, 8, 148, 1, 149, 1, 149, 1, 149, 1, 149, 1, 150, 1, 150, 1, 150, 1, 150, 1, 150, 1, 150, 1, 150, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3632, 8, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3641, 8, 151, 1, 151, 3, 151, 3644, 8, 151, 1, 151, 1, 151, 3, 151, 3648, 8, 151, 1, 151, 1, 151, 3, 151, 3652, 8, 151, 1, 151, 1, 151, 3, 151, 3656, 8, 151, 1, 151, 1, 151, 1, 151, 5, 151, 3661, 8, 151, 10, 151, 12, 151, 3664, 9, 151, 1, 151, 3, 151, 3667, 8, 151, 1, 151, 1, 151, 3, 151, 3671, 8, 151, 1, 151, 1, 151, 3, 151, 3675, 8, 151, 1, 151, 1, 151, 3, 151, 3679, 8, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3684, 8, 151, 1, 151, 1, 151, 3, 151, 3688, 8, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3693, 8, 151, 1, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3699, 8, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3704, 8, 151, 1, 151, 1, 151, 1, 151, 5, 151, 3709, 8, 151, 10, 151, 12, 151, 3712, 9, 151, 1, 151, 3, 151, 3715, 8, 151, 1, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3721, 8, 151, 1, 151, 1, 151, 3, 151, 3725, 8, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3730, 8, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3738, 8, 151, 1, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3744, 8, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3749, 8, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3756, 8, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3761, 8, 151, 1, 151, 1, 151, 3, 151, 3765, 8, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3770, 8, 151, 1, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3776, 8, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3783, 8, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3788, 8, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3795, 8, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3800, 8, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3807, 8, 151, 1, 151, 1, 151, 3, 151, 3811, 8, 151, 1, 151, 1, 151, 1, 151, 1, 151, 5, 151, 3817, 8, 151, 10, 151, 12, 151, 3820, 9, 151, 1, 151, 3, 151, 3823, 8, 151, 3, 151, 3825, 8, 151, 1, 152, 3, 152, 3828, 8, 152, 1, 152, 1, 152, 1, 152, 3, 152, 3833, 8, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 3, 152, 3843, 8, 152, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 3, 153, 3858, 8, 153, 1, 153, 3, 153, 3861, 8, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 3, 153, 3869, 8, 153, 1, 154, 1, 154, 1, 154, 5, 154, 3874, 8, 154, 10, 154, 12, 154, 3877, 9, 154, 1, 155, 1, 155, 3, 155, 3881, 8, 155, 1, 156, 1, 156, 4, 156, 3885, 8, 156, 11, 156, 12, 156, 3886, 1, 157, 1, 157, 3, 157, 3891, 8, 157, 1, 157, 1, 157, 1, 157, 5, 157, 3896, 8, 157, 10, 157, 12, 157, 3899, 9, 157, 1, 157, 1, 157, 3, 157, 3903, 8, 157, 1, 157, 3, 157, 3906, 8, 157, 1, 158, 3, 158, 3909, 8, 158, 1, 158, 1, 158, 3, 158, 3913, 8, 158, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 3, 159, 3922, 8, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 3, 159, 3940, 8, 159, 1, 159, 3, 159, 3943, 8, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 3, 159, 3975, 8, 159, 1, 159, 1, 159, 1, 159, 3, 159, 3980, 8, 159, 1, 160, 1, 160, 1, 160, 1, 160, 3, 160, 3986, 8, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 3, 160, 4006, 8, 160, 1, 160, 1, 160, 1, 160, 3, 160, 4011, 8, 160, 1, 161, 1, 161, 1, 161, 1, 162, 3, 162, 4017, 8, 162, 1, 162, 3, 162, 4020, 8, 162, 1, 162, 1, 162, 3, 162, 4024, 8, 162, 1, 162, 1, 162, 3, 162, 4028, 8, 162, 1, 162, 1, 162, 1, 162, 1, 162, 3, 162, 4034, 8, 162, 1, 162, 3, 162, 4037, 8, 162, 1, 162, 1, 162, 3, 162, 4041, 8, 162, 1, 162, 1, 162, 3, 162, 4045, 8, 162, 1, 162, 1, 162, 1, 162, 3, 162, 4050, 8, 162, 1, 162, 3, 162, 4053, 8, 162, 1, 162, 3, 162, 4056, 8, 162, 1, 162, 3, 162, 4059, 8, 162, 1, 163, 1, 163, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 3, 164, 4072, 8, 164, 1, 165, 1, 165, 1, 165, 1, 165, 3, 165, 4078, 8, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 3, 165, 4086, 8, 165, 1, 166, 1, 166, 1, 166, 5, 166, 4091, 8, 166, 10, 166, 12, 166, 4094, 9, 166, 1, 166, 1, 166, 3, 166, 4098, 8, 166, 1, 166, 3, 166, 4101, 8, 166, 1, 166, 1, 166, 1, 166, 5, 166, 4106, 8, 166, 10, 166, 12, 166, 4109, 9, 166, 3, 166, 4111, 8, 166, 1, 167, 1, 167, 1, 168, 1, 168, 1, 168, 1, 168, 3, 168, 4119, 8, 168, 1, 168, 3, 168, 4122, 8, 168, 1, 169, 1, 169, 1, 169, 3, 169, 4127, 8, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 3, 169, 4134, 8, 169, 1, 169, 3, 169, 4137, 8, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 5, 169, 4155, 8, 169, 10, 169, 12, 169, 4158, 9, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 3, 169, 4169, 8, 169, 1, 170, 3, 170, 4172, 8, 170, 1, 170, 1, 170, 1, 170, 1, 170, 3, 170, 4178, 8, 170, 1, 170, 5, 170, 4181, 8, 170, 10, 170, 12, 170, 4184, 9, 170, 1, 171, 1, 171, 1, 171, 1, 171, 5, 171, 4190, 8, 171, 10, 171, 12, 171, 4193, 9, 171, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 3, 171, 4200, 8, 171, 1, 171, 1, 171, 1, 171, 3, 171, 4205, 8, 171, 1, 172, 1, 172, 1, 172, 1, 172, 3, 172, 4211, 8, 172, 1, 172, 1, 172, 1, 172, 5, 172, 4216, 8, 172, 10, 172, 12, 172, 4219, 9, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 3, 172, 4226, 8, 172, 1, 172, 3, 172, 4229, 8, 172, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 5, 173, 4240, 8, 173, 10, 173, 12, 173, 4243, 9, 173, 1, 173, 1, 173, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 3, 174, 4256, 8, 174, 1, 174, 1, 174, 1, 174, 1, 174, 3, 174, 4262, 8, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 3, 174, 4270, 8, 174, 3, 174, 4272, 8, 174, 1, 175, 1, 175, 1, 176, 1, 176, 3, 176, 4278, 8, 176, 1, 176, 1, 176, 3, 176, 4282, 8, 176, 1, 176, 3, 176, 4285, 8, 176, 1, 176, 3, 176, 4288, 8, 176, 1, 176, 1, 176, 1, 176, 3, 176, 4293, 8, 176, 1, 176, 1, 176, 1, 176, 3, 176, 4298, 8, 176, 1, 176, 1, 176, 3, 176, 4302, 8, 176, 1, 176, 3, 176, 4305, 8, 176, 1, 176, 3, 176, 4308, 8, 176, 1, 176, 3, 176, 4311, 8, 176, 1, 176, 3, 176, 4314, 8, 176, 1, 177, 1, 177, 1, 177, 1, 177, 5, 177, 4320, 8, 177, 10, 177, 12, 177, 4323, 9, 177, 1, 177, 1, 177, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 3, 178, 4333, 8, 178, 1, 178, 3, 178, 4336, 8, 178, 1, 178, 3, 178, 4339, 8, 178, 1, 178, 1, 178, 1, 178, 3, 178, 4344, 8, 178, 1, 178, 3, 178, 4347, 8, 178, 1, 178, 1, 178, 3, 178, 4351, 8, 178, 1, 179, 1, 179, 3, 179, 4355, 8, 179, 1, 179, 1, 179, 1, 179, 1, 179, 3, 179, 4361, 8, 179, 1, 179, 1, 179, 1, 179, 1, 179, 5, 179, 4367, 8, 179, 10, 179, 12, 179, 4370, 9, 179, 3, 179, 4372, 8, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 5, 179, 4383, 8, 179, 10, 179, 12, 179, 4386, 9, 179, 1, 179, 1, 179, 3, 179, 4390, 8, 179, 3, 179, 4392, 8, 179, 1, 179, 4, 179, 4395, 8, 179, 11, 179, 12, 179, 4396, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 3, 179, 4404, 8, 179, 1, 180, 1, 180, 1, 180, 1, 181, 1, 181, 3, 181, 4411, 8, 181, 1, 181, 1, 181, 1, 182, 1, 182, 1, 182, 5, 182, 4418, 8, 182, 10, 182, 12, 182, 4421, 9, 182, 1, 183, 1, 183, 1, 183, 5, 183, 4426, 8, 183, 10, 183, 12, 183, 4429, 9, 183, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 3, 184, 4436, 8, 184, 1, 185, 1, 185, 1, 185, 5, 185, 4441, 8, 185, 10, 185, 12, 185, 4444, 9, 185, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 3, 186, 4451, 8, 186, 1, 187, 1, 187, 1, 187, 5, 187, 4456, 8, 187, 10, 187, 12, 187, 4459, 9, 187, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 3, 188, 4466, 8, 188, 1, 189, 1, 189, 3, 189, 4470, 8, 189, 1, 189, 1, 189, 3, 189, 4474, 8, 189, 3, 189, 4476, 8, 189, 1, 189, 1, 189, 1, 190, 1, 190, 3, 190, 4482, 8, 190, 1, 190, 1, 190, 1, 190, 3, 190, 4487, 8, 190, 1, 191, 1, 191, 3, 191, 4491, 8, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 3, 191, 4498, 8, 191, 1, 192, 1, 192, 1, 192, 3, 192, 4503, 8, 192, 1, 193, 1, 193, 1, 193, 3, 193, 4508, 8, 193, 1, 193, 1, 193, 1, 193, 3, 193, 4513, 8, 193, 3, 193, 4515, 8, 193, 1, 193, 1, 193, 1, 194, 1, 194, 1, 194, 1, 195, 1, 195, 1, 195, 3, 195, 4525, 8, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 3, 195, 4535, 8, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 3, 195, 4551, 8, 195, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 5, 196, 4567, 8, 196, 10, 196, 12, 196, 4570, 9, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 3, 196, 4581, 8, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 3, 196, 4588, 8, 196, 1, 197, 1, 197, 1, 197, 1, 198, 1, 198, 1, 198, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 3, 199, 4603, 8, 199, 1, 199, 4, 199, 4606, 8, 199, 11, 199, 12, 199, 4607, 1, 199, 3, 199, 4611, 8, 199, 1, 200, 1, 200, 1, 200, 3, 200, 4616, 8, 200, 1, 200, 1, 200, 1, 200, 3, 200, 4621, 8, 200, 1, 200, 1, 200, 1, 200, 3, 200, 4626, 8, 200, 1, 200, 3, 200, 4629, 8, 200, 1, 200, 3, 200, 4632, 8, 200, 1, 201, 1, 201, 1, 201, 3, 201, 4637, 8, 201, 1, 201, 1, 201, 1, 201, 5, 201, 4642, 8, 201, 10, 201, 12, 201, 4645, 9, 201, 1, 201, 3, 201, 4648, 8, 201, 1, 202, 1, 202, 1, 202, 3, 202, 4653, 8, 202, 1, 202, 1, 202, 1, 202, 5, 202, 4658, 8, 202, 10, 202, 12, 202, 4661, 9, 202, 1, 202, 3, 202, 4664, 8, 202, 1, 203, 1, 203, 1, 203, 1, 203, 3, 203, 4670, 8, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 3, 203, 4679, 8, 203, 1, 203, 1, 203, 1, 204, 1, 204, 1, 204, 5, 204, 4686, 8, 204, 10, 204, 12, 204, 4689, 9, 204, 1, 204, 1, 204, 1, 205, 1, 205, 1, 205, 1, 206, 1, 206, 1, 206, 1, 206, 4, 206, 4700, 8, 206, 11, 206, 12, 206, 4701, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 3, 207, 4715, 8, 207, 1, 207, 1, 207, 1, 207, 1, 207, 3, 207, 4721, 8, 207, 1, 207, 1, 207, 3, 207, 4725, 8, 207, 3, 207, 4727, 8, 207, 1, 208, 1, 208, 1, 208, 1, 209, 1, 209, 3, 209, 4734, 8, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 3, 209, 4747, 8, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 3, 209, 4754, 8, 209, 3, 209, 4756, 8, 209, 1, 209, 1, 209, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 5, 211, 4770, 8, 211, 10, 211, 12, 211, 4773, 9, 211, 1, 211, 3, 211, 4776, 8, 211, 1, 211, 1, 211, 3, 211, 4780, 8, 211, 1, 211, 1, 211, 1, 211, 3, 211, 4785, 8, 211, 1, 211, 1, 211, 1, 211, 3, 211, 4790, 8, 211, 1, 211, 1, 211, 1, 211, 3, 211, 4795, 8, 211, 1, 211, 1, 211, 1, 211, 3, 211, 4800, 8, 211, 1, 211, 3, 211, 4803, 8, 211, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 3, 213, 4815, 8, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 3, 213, 4868, 8, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 3, 213, 4877, 8, 213, 1, 213, 1, 213, 3, 213, 4881, 8, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 3, 213, 4890, 8, 213, 1, 213, 1, 213, 3, 213, 4894, 8, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 3, 213, 4903, 8, 213, 1, 213, 1, 213, 3, 213, 4907, 8, 213, 1, 213, 1, 213, 1, 213, 3, 213, 4912, 8, 213, 1, 213, 3, 213, 4915, 8, 213, 1, 213, 1, 213, 3, 213, 4919, 8, 213, 1, 213, 1, 213, 1, 213, 3, 213, 4924, 8, 213, 3, 213, 4926, 8, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 3, 213, 4935, 8, 213, 1, 213, 1, 213, 1, 213, 3, 213, 4940, 8, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 3, 213, 4951, 8, 213, 1, 213, 1, 213, 3, 213, 4955, 8, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 3, 213, 4969, 8, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 3, 213, 4977, 8, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 3, 213, 5015, 8, 213, 3, 213, 5017, 8, 213, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 3, 214, 5036, 8, 214, 1, 214, 3, 214, 5039, 8, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 3, 215, 5066, 8, 215, 1, 215, 1, 215, 3, 215, 5070, 8, 215, 1, 215, 1, 215, 3, 215, 5074, 8, 215, 1, 215, 1, 215, 3, 215, 5078, 8, 215, 1, 215, 1, 215, 3, 215, 5082, 8, 215, 1, 215, 3, 215, 5085, 8, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 3, 215, 5100, 8, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 3, 215, 5107, 8, 215, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 217, 1, 217, 1, 217, 1, 217, 5, 217, 5119, 8, 217, 10, 217, 12, 217, 5122, 9, 217, 1, 217, 1, 217, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 3, 218, 5134, 8, 218, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 3, 220, 5159, 8, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 3, 220, 5178, 8, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 3, 220, 5193, 8, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 3, 220, 5209, 8, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 3, 220, 5216, 8, 220, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 3, 221, 5227, 8, 221, 1, 221, 3, 221, 5230, 8, 221, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 5, 222, 5247, 8, 222, 10, 222, 12, 222, 5250, 9, 222, 3, 222, 5252, 8, 222, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 5, 223, 5263, 8, 223, 10, 223, 12, 223, 5266, 9, 223, 1, 223, 3, 223, 5269, 8, 223, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 3, 224, 5289, 8, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 5, 224, 5299, 8, 224, 10, 224, 12, 224, 5302, 9, 224, 1, 224, 3, 224, 5305, 8, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 3, 224, 5327, 8, 224, 1, 225, 1, 225, 3, 225, 5331, 8, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 3, 225, 5341, 8, 225, 1, 225, 1, 225, 3, 225, 5345, 8, 225, 1, 225, 1, 225, 1, 225, 1, 225, 3, 225, 5351, 8, 225, 1, 225, 1, 225, 3, 225, 5355, 8, 225, 5, 225, 5357, 8, 225, 10, 225, 12, 225, 5360, 9, 225, 1, 225, 3, 225, 5363, 8, 225, 1, 226, 1, 226, 1, 226, 1, 226, 1, 226, 3, 226, 5370, 8, 226, 1, 227, 1, 227, 1, 227, 3, 227, 5375, 8, 227, 1, 228, 1, 228, 1, 228, 1, 229, 1, 229, 1, 229, 1, 230, 1, 230, 1, 230, 3, 230, 5386, 8, 230, 1, 231, 1, 231, 3, 231, 5390, 8, 231, 1, 231, 3, 231, 5393, 8, 231, 1, 231, 1, 231, 1, 231, 3, 231, 5398, 8, 231, 1, 231, 1, 231, 1, 231, 1, 231, 3, 231, 5404, 8, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 3, 231, 5415, 8, 231, 1, 231, 1, 231, 3, 231, 5419, 8, 231, 1, 231, 3, 231, 5422, 8, 231, 1, 231, 1, 231, 3, 231, 5426, 8, 231, 1, 231, 1, 231, 3, 231, 5430, 8, 231, 1, 231, 3, 231, 5433, 8, 231, 1, 232, 1, 232, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 3, 233, 5443, 8, 233, 1, 233, 3, 233, 5446, 8, 233, 1, 234, 1, 234, 3, 234, 5450, 8, 234, 1, 234, 5, 234, 5453, 8, 234, 10, 234, 12, 234, 5456, 9, 234, 1, 235, 1, 235, 1, 235, 3, 235, 5461, 8, 235, 1, 235, 3, 235, 5464, 8, 235, 1, 235, 1, 235, 1, 235, 3, 235, 5469, 8, 235, 1, 235, 3, 235, 5472, 8, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 3, 235, 5479, 8, 235, 3, 235, 5481, 8, 235, 1, 235, 1, 235, 1, 235, 1, 235, 3, 235, 5487, 8, 235, 1, 235, 1, 235, 3, 235, 5491, 8, 235, 1, 236, 1, 236, 1, 236, 1, 237, 1, 237, 1, 237, 1, 237, 3, 237, 5500, 8, 237, 1, 237, 4, 237, 5503, 8, 237, 11, 237, 12, 237, 5504, 3, 237, 5507, 8, 237, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 3, 238, 5517, 8, 238, 1, 238, 3, 238, 5520, 8, 238, 1, 238, 1, 238, 1, 238, 3, 238, 5525, 8, 238, 1, 239, 1, 239, 1, 239, 1, 239, 1, 239, 1, 239, 3, 239, 5533, 8, 239, 1, 239, 3, 239, 5536, 8, 239, 1, 239, 4, 239, 5539, 8, 239, 11, 239, 12, 239, 5540, 3, 239, 5543, 8, 239, 3, 239, 5545, 8, 239, 1, 240, 1, 240, 1, 240, 1, 240, 3, 240, 5551, 8, 240, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 243, 1, 243, 1, 243, 1, 243, 3, 243, 5568, 8, 243, 1, 243, 1, 243, 5, 243, 5572, 8, 243, 10, 243, 12, 243, 5575, 9, 243, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 3, 244, 5587, 8, 244, 1, 244, 1, 244, 1, 244, 1, 244, 3, 244, 5593, 8, 244, 1, 244, 1, 244, 3, 244, 5597, 8, 244, 1, 244, 1, 244, 1, 244, 3, 244, 5602, 8, 244, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 3, 246, 5632, 8, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 3, 246, 5647, 8, 246, 1, 246, 1, 246, 1, 246, 3, 246, 5652, 8, 246, 1, 247, 1, 247, 3, 247, 5656, 8, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 248, 1, 248, 3, 248, 5669, 8, 248, 1, 248, 1, 248, 3, 248, 5673, 8, 248, 3, 248, 5675, 8, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 5, 248, 5682, 8, 248, 10, 248, 12, 248, 5685, 9, 248, 1, 248, 1, 248, 1, 248, 3, 248, 5690, 8, 248, 3, 248, 5692, 8, 248, 1, 249, 1, 249, 3, 249, 5696, 8, 249, 1, 249, 3, 249, 5699, 8, 249, 1, 249, 3, 249, 5702, 8, 249, 1, 249, 3, 249, 5705, 8, 249, 1, 249, 3, 249, 5708, 8, 249, 3, 249, 5710, 8, 249, 1, 249, 3, 249, 5713, 8, 249, 1, 250, 1, 250, 3, 250, 5717, 8, 250, 1, 250, 1, 250, 1, 250, 1, 250, 5, 250, 5723, 8, 250, 10, 250, 12, 250, 5726, 9, 250, 1, 250, 1, 250, 3, 250, 5730, 8, 250, 1, 250, 3, 250, 5733, 8, 250, 1, 251, 1, 251, 1, 252, 1, 252, 3, 252, 5739, 8, 252, 1, 252, 1, 252, 3, 252, 5743, 8, 252, 1, 253, 1, 253, 3, 253, 5747, 8, 253, 1, 253, 1, 253, 1, 253, 3, 253, 5752, 8, 253, 3, 253, 5754, 8, 253, 1, 254, 1, 254, 3, 254, 5758, 8, 254, 1, 255, 1, 255, 3, 255, 5762, 8, 255, 1, 256, 1, 256, 1, 256, 5, 256, 5767, 8, 256, 10, 256, 12, 256, 5770, 9, 256, 1, 257, 1, 257, 1, 257, 3, 257, 5775, 8, 257, 1, 257, 1, 257, 3, 257, 5779, 8, 257, 3, 257, 5781, 8, 257, 3, 257, 5783, 8, 257, 1, 257, 1, 257, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 3, 258, 5796, 8, 258, 1, 259, 1, 259, 1, 259, 1, 259, 5, 259, 5802, 8, 259, 10, 259, 12, 259, 5805, 9, 259, 1, 259, 1, 259, 1, 260, 1, 260, 1, 260, 3, 260, 5812, 8, 260, 1, 260, 1, 260, 1, 260, 1, 261, 1, 261, 1, 261, 1, 261, 5, 261, 5821, 8, 261, 10, 261, 12, 261, 5824, 9, 261, 1, 261, 1, 261, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 3, 262, 5833, 8, 262, 1, 263, 1, 263, 1, 263, 3, 263, 5838, 8, 263, 1, 263, 1, 263, 3, 263, 5842, 8, 263, 1, 263, 1, 263, 3, 263, 5846, 8, 263, 1, 263, 1, 263, 1, 263, 1, 263, 1, 263, 3, 263, 5853, 8, 263, 1, 263, 3, 263, 5856, 8, 263, 3, 263, 5858, 8, 263, 1, 264, 1, 264, 1, 264, 1, 264, 1, 265, 1, 265, 3, 265, 5866, 8, 265, 1, 265, 1, 265, 3, 265, 5870, 8, 265, 1, 266, 3, 266, 5873, 8, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 3, 266, 5880, 8, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 3, 266, 5887, 8, 266, 1, 266, 1, 266, 1, 266, 3, 266, 5892, 8, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 3, 266, 5899, 8, 266, 1, 266, 3, 266, 5902, 8, 266, 3, 266, 5904, 8, 266, 1, 266, 3, 266, 5907, 8, 266, 1, 267, 1, 267, 1, 267, 1, 267, 3, 267, 5913, 8, 267, 1, 267, 1, 267, 1, 267, 3, 267, 5918, 8, 267, 1, 267, 1, 267, 3, 267, 5922, 8, 267, 1, 268, 1, 268, 1, 268, 5, 268, 5927, 8, 268, 10, 268, 12, 268, 5930, 9, 268, 1, 269, 1, 269, 1, 269, 1, 270, 1, 270, 1, 270, 1, 271, 3, 271, 5939, 8, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 3, 271, 5946, 8, 271, 1, 271, 3, 271, 5949, 8, 271, 1, 271, 3, 271, 5952, 8, 271, 1, 272, 1, 272, 3, 272, 5956, 8, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5967, 8, 272, 1, 272, 3, 272, 5970, 8, 272, 1, 272, 3, 272, 5973, 8, 272, 1, 272, 3, 272, 5976, 8, 272, 1, 273, 3, 273, 5979, 8, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 3, 273, 5986, 8, 273, 1, 273, 3, 273, 5989, 8, 273, 1, 273, 3, 273, 5992, 8, 273, 1, 274, 1, 274, 1, 274, 5, 274, 5997, 8, 274, 10, 274, 12, 274, 6000, 9, 274, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 3, 275, 6011, 8, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 3, 275, 6018, 8, 275, 3, 275, 6020, 8, 275, 1, 276, 1, 276, 1, 276, 3, 276, 6025, 8, 276, 1, 276, 1, 276, 1, 276, 5, 276, 6030, 8, 276, 10, 276, 12, 276, 6033, 9, 276, 1, 276, 1, 276, 1, 276, 3, 276, 6038, 8, 276, 1, 276, 1, 276, 1, 276, 1, 277, 1, 277, 3, 277, 6045, 8, 277, 1, 278, 1, 278, 1, 278, 3, 278, 6050, 8, 278, 1, 278, 1, 278, 1, 279, 3, 279, 6055, 8, 279, 1, 279, 1, 279, 3, 279, 6059, 8, 279, 1, 279, 1, 279, 3, 279, 6063, 8, 279, 1, 279, 1, 279, 3, 279, 6067, 8, 279, 3, 279, 6069, 8, 279, 1, 280, 1, 280, 3, 280, 6073, 8, 280, 1, 281, 1, 281, 3, 281, 6077, 8, 281, 1, 281, 3, 281, 6080, 8, 281, 1, 281, 3, 281, 6083, 8, 281, 3, 281, 6085, 8, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 3, 281, 6095, 8, 281, 3, 281, 6097, 8, 281, 1, 281, 1, 281, 1, 281, 3, 281, 6102, 8, 281, 5, 281, 6104, 8, 281, 10, 281, 12, 281, 6107, 9, 281, 1, 282, 1, 282, 3, 282, 6111, 8, 282, 1, 283, 1, 283, 3, 283, 6115, 8, 283, 1, 283, 1, 283, 1, 283, 5, 283, 6120, 8, 283, 10, 283, 12, 283, 6123, 9, 283, 1, 284, 1, 284, 3, 284, 6127, 8, 284, 1, 284, 1, 284, 3, 284, 6131, 8, 284, 1, 284, 3, 284, 6134, 8, 284, 1, 284, 1, 284, 1, 284, 1, 284, 3, 284, 6140, 8, 284, 1, 284, 3, 284, 6143, 8, 284, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 3, 286, 6162, 8, 286, 1, 286, 1, 286, 1, 286, 1, 287, 1, 287, 3, 287, 6169, 8, 287, 1, 287, 1, 287, 3, 287, 6173, 8, 287, 1, 288, 3, 288, 6176, 8, 288, 1, 288, 1, 288, 3, 288, 6180, 8, 288, 1, 288, 1, 288, 3, 288, 6184, 8, 288, 1, 288, 3, 288, 6187, 8, 288, 1, 288, 3, 288, 6190, 8, 288, 1, 289, 1, 289, 1, 289, 3, 289, 6195, 8, 289, 1, 290, 1, 290, 1, 290, 1, 290, 1, 290, 5, 290, 6202, 8, 290, 10, 290, 12, 290, 6205, 9, 290, 1, 291, 1, 291, 1, 291, 1, 291, 3, 291, 6211, 8, 291, 1, 291, 1, 291, 3, 291, 6215, 8, 291, 1, 292, 1, 292, 3, 292, 6219, 8, 292, 1, 292, 1, 292, 3, 292, 6223, 8, 292, 1, 292, 3, 292, 6226, 8, 292, 3, 292, 6228, 8, 292, 1, 293, 1, 293, 1, 293, 3, 293, 6233, 8, 293, 1, 293, 1, 293, 3, 293, 6237, 8, 293, 1, 294, 1, 294, 1, 294, 3, 294, 6242, 8, 294, 1, 294, 1, 294, 1, 294, 1, 294, 3, 294, 6248, 8, 294, 1, 295, 1, 295, 1, 295, 1, 295, 1, 295, 3, 295, 6255, 8, 295, 1, 296, 1, 296, 1, 296, 3, 296, 6260, 8, 296, 1, 297, 1, 297, 1, 297, 3, 297, 6265, 8, 297, 1, 297, 1, 297, 1, 298, 1, 298, 1, 298, 5, 298, 6272, 8, 298, 10, 298, 12, 298, 6275, 9, 298, 1, 299, 1, 299, 1, 299, 1, 299, 3, 299, 6281, 8, 299, 1, 299, 1, 299, 1, 299, 1, 299, 5, 299, 6287, 8, 299, 10, 299, 12, 299, 6290, 9, 299, 1, 299, 1, 299, 1, 299, 1, 299, 1, 299, 1, 299, 1, 299, 1, 299, 3, 299, 6300, 8, 299, 1, 300, 1, 300, 1, 300, 3, 300, 6305, 8, 300, 1, 300, 1, 300, 3, 300, 6309, 8, 300, 1, 300, 3, 300, 6312, 8, 300, 1, 300, 1, 300, 3, 300, 6316, 8, 300, 1, 300, 1, 300, 1, 300, 3, 300, 6321, 8, 300, 4, 300, 6323, 8, 300, 11, 300, 12, 300, 6324, 1, 300, 1, 300, 1, 300, 3, 300, 6330, 8, 300, 1, 301, 1, 301, 1, 301, 1, 301, 5, 301, 6336, 8, 301, 10, 301, 12, 301, 6339, 9, 301, 1, 302, 1, 302, 1, 302, 1, 303, 1, 303, 1, 303, 5, 303, 6347, 8, 303, 10, 303, 12, 303, 6350, 9, 303, 1, 304, 1, 304, 3, 304, 6354, 8, 304, 1, 304, 1, 304, 3, 304, 6358, 8, 304, 1, 304, 3, 304, 6361, 8, 304, 1, 304, 3, 304, 6364, 8, 304, 3, 304, 6366, 8, 304, 1, 304, 3, 304, 6369, 8, 304, 1, 304, 3, 304, 6372, 8, 304, 1, 304, 3, 304, 6375, 8, 304, 1, 304, 1, 304, 3, 304, 6379, 8, 304, 1, 304, 1, 304, 3, 304, 6383, 8, 304, 1, 304, 1, 304, 3, 304, 6387, 8, 304, 3, 304, 6389, 8, 304, 1, 304, 1, 304, 1, 304, 1, 304, 1, 304, 1, 304, 1, 304, 3, 304, 6398, 8, 304, 1, 304, 1, 304, 1, 304, 3, 304, 6403, 8, 304, 1, 304, 1, 304, 1, 304, 1, 304, 3, 304, 6409, 8, 304, 1, 304, 1, 304, 3, 304, 6413, 8, 304, 3, 304, 6415, 8, 304, 1, 304, 1, 304, 1, 304, 1, 304, 1, 304, 3, 304, 6422, 8, 304, 1, 304, 1, 304, 1, 304, 3, 304, 6427, 8, 304, 1, 304, 1, 304, 1, 304, 1, 304, 5, 304, 6433, 8, 304, 10, 304, 12, 304, 6436, 9, 304, 1, 305, 3, 305, 6439, 8, 305, 1, 305, 1, 305, 1, 305, 1, 305, 1, 305, 3, 305, 6446, 8, 305, 1, 306, 1, 306, 1, 306, 3, 306, 6451, 8, 306, 1, 306, 3, 306, 6454, 8, 306, 1, 306, 1, 306, 1, 306, 1, 306, 3, 306, 6460, 8, 306, 1, 307, 1, 307, 3, 307, 6464, 8, 307, 1, 308, 1, 308, 1, 308, 1, 308, 3, 308, 6470, 8, 308, 1, 309, 1, 309, 1, 309, 1, 309, 1, 309, 1, 309, 1, 309, 3, 309, 6479, 8, 309, 1, 309, 1, 309, 1, 309, 1, 309, 3, 309, 6485, 8, 309, 3, 309, 6487, 8, 309, 1, 310, 1, 310, 1, 310, 3, 310, 6492, 8, 310, 1, 310, 3, 310, 6495, 8, 310, 1, 310, 1, 310, 1, 310, 1, 310, 1, 310, 1, 310, 1, 310, 3, 310, 6504, 8, 310, 1, 310, 1, 310, 1, 310, 1, 310, 1, 310, 3, 310, 6511, 8, 310, 3, 310, 6513, 8, 310, 1, 311, 1, 311, 1, 311, 5, 311, 6518, 8, 311, 10, 311, 12, 311, 6521, 9, 311, 1, 312, 1, 312, 3, 312, 6525, 8, 312, 1, 312, 3, 312, 6528, 8, 312, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 3, 313, 6538, 8, 313, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 5, 314, 6547, 8, 314, 10, 314, 12, 314, 6550, 9, 314, 1, 314, 1, 314, 3, 314, 6554, 8, 314, 1, 314, 1, 314, 3, 314, 6558, 8, 314, 1, 315, 1, 315, 1, 315, 1, 315, 1, 315, 1, 315, 3, 315, 6566, 8, 315, 1, 316, 1, 316, 1, 316, 1, 317, 1, 317, 1, 317, 1, 317, 1, 317, 3, 317, 6576, 8, 317, 1, 318, 1, 318, 1, 318, 5, 318, 6581, 8, 318, 10, 318, 12, 318, 6584, 9, 318, 1, 319, 1, 319, 1, 319, 3, 319, 6589, 8, 319, 1, 320, 1, 320, 1, 320, 1, 320, 1, 320, 1, 320, 1, 320, 5, 320, 6598, 8, 320, 10, 320, 12, 320, 6601, 9, 320, 1, 320, 1, 320, 1, 320, 3, 320, 6606, 8, 320, 1, 320, 1, 320, 1, 320, 1, 320, 1, 320, 1, 320, 5, 320, 6614, 8, 320, 10, 320, 12, 320, 6617, 9, 320, 1, 320, 1, 320, 1, 321, 1, 321, 1, 321, 1, 321, 3, 321, 6625, 8, 321, 1, 321, 1, 321, 3, 321, 6629, 8, 321, 1, 321, 4, 321, 6632, 8, 321, 11, 321, 12, 321, 6633, 3, 321, 6636, 8, 321, 1, 321, 1, 321, 3, 321, 6640, 8, 321, 1, 322, 1, 322, 1, 322, 1, 322, 1, 322, 1, 322, 3, 322, 6648, 8, 322, 1, 323, 3, 323, 6651, 8, 323, 1, 323, 1, 323, 1, 323, 3, 323, 6656, 8, 323, 1, 323, 5, 323, 6659, 8, 323, 10, 323, 12, 323, 6662, 9, 323, 1, 323, 1, 323, 1, 323, 1, 323, 3, 323, 6668, 8, 323, 3, 323, 6670, 8, 323, 1, 323, 1, 323, 1, 323, 1, 323, 3, 323, 6676, 8, 323, 1, 324, 1, 324, 3, 324, 6680, 8, 324, 1, 324, 3, 324, 6683, 8, 324, 1, 324, 1, 324, 1, 324, 3, 324, 6688, 8, 324, 1, 324, 3, 324, 6691, 8, 324, 3, 324, 6693, 8, 324, 1, 325, 1, 325, 1, 325, 1, 325, 3, 325, 6699, 8, 325, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 3, 326, 6708, 8, 326, 1, 326, 1, 326, 1, 326, 1, 326, 3, 326, 6714, 8, 326, 1, 326, 3, 326, 6717, 8, 326, 1, 327, 1, 327, 1, 327, 1, 327, 1, 328, 1, 328, 3, 328, 6725, 8, 328, 1, 328, 3, 328, 6728, 8, 328, 1, 329, 1, 329, 3, 329, 6732, 8, 329, 1, 329, 1, 329, 1, 329, 1, 329, 3, 329, 6738, 8, 329, 3, 329, 6740, 8, 329, 1, 329, 3, 329, 6743, 8, 329, 1, 330, 1, 330, 3, 330, 6747, 8, 330, 1, 330, 1, 330, 1, 330, 3, 330, 6752, 8, 330, 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, 3, 331, 6759, 8, 331, 1, 331, 1, 331, 1, 331, 1, 331, 1, 331, 3, 331, 6766, 8, 331, 3, 331, 6768, 8, 331, 1, 331, 1, 331, 1, 331, 1, 331, 3, 331, 6774, 8, 331, 3, 331, 6776, 8, 331, 1, 331, 1, 331, 1, 331, 3, 331, 6781, 8, 331, 3, 331, 6783, 8, 331, 1, 332, 1, 332, 3, 332, 6787, 8, 332, 1, 333, 1, 333, 1, 334, 1, 334, 1, 335, 1, 335, 1, 335, 3, 335, 6796, 8, 335, 1, 335, 1, 335, 3, 335, 6800, 8, 335, 1, 335, 1, 335, 1, 335, 1, 335, 1, 335, 1, 335, 5, 335, 6808, 8, 335, 10, 335, 12, 335, 6811, 9, 335, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 3, 336, 6824, 8, 336, 1, 336, 3, 336, 6827, 8, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 3, 336, 6835, 8, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 5, 336, 6842, 8, 336, 10, 336, 12, 336, 6845, 9, 336, 1, 336, 1, 336, 1, 336, 3, 336, 6850, 8, 336, 1, 336, 1, 336, 1, 336, 3, 336, 6855, 8, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 3, 336, 6863, 8, 336, 3, 336, 6865, 8, 336, 1, 336, 1, 336, 1, 336, 3, 336, 6870, 8, 336, 1, 336, 1, 336, 3, 336, 6874, 8, 336, 1, 336, 1, 336, 1, 336, 3, 336, 6879, 8, 336, 1, 336, 1, 336, 1, 336, 3, 336, 6884, 8, 336, 1, 337, 1, 337, 1, 337, 1, 337, 3, 337, 6890, 8, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 5, 337, 6906, 8, 337, 10, 337, 12, 337, 6909, 9, 337, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 3, 338, 6917, 8, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 3, 338, 6932, 8, 338, 1, 338, 1, 338, 1, 338, 3, 338, 6937, 8, 338, 1, 338, 3, 338, 6940, 8, 338, 1, 338, 1, 338, 1, 338, 1, 338, 3, 338, 6946, 8, 338, 1, 338, 1, 338, 1, 338, 3, 338, 6951, 8, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 3, 338, 6964, 8, 338, 1, 338, 4, 338, 6967, 8, 338, 11, 338, 12, 338, 6968, 1, 338, 1, 338, 3, 338, 6973, 8, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 3, 338, 6980, 8, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 3, 338, 6999, 8, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 3, 338, 7011, 8, 338, 1, 338, 1, 338, 1, 338, 3, 338, 7016, 8, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 3, 338, 7024, 8, 338, 5, 338, 7026, 8, 338, 10, 338, 12, 338, 7029, 9, 338, 1, 339, 1, 339, 1, 339, 1, 339, 1, 339, 1, 339, 3, 339, 7037, 8, 339, 1, 339, 3, 339, 7040, 8, 339, 1, 339, 1, 339, 1, 339, 3, 339, 7045, 8, 339, 1, 339, 1, 339, 1, 339, 3, 339, 7050, 8, 339, 1, 339, 3, 339, 7053, 8, 339, 1, 339, 1, 339, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 3, 340, 7064, 8, 340, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 3, 340, 7072, 8, 340, 1, 340, 1, 340, 1, 340, 3, 340, 7077, 8, 340, 3, 340, 7079, 8, 340, 1, 340, 3, 340, 7082, 8, 340, 1, 341, 1, 341, 3, 341, 7086, 8, 341, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 7097, 8, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 7118, 8, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 7126, 8, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 7139, 8, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 7149, 8, 342, 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 7155, 8, 342, 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 7161, 8, 342, 1, 342, 3, 342, 7164, 8, 342, 1, 342, 3, 342, 7167, 8, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 7193, 8, 342, 3, 342, 7195, 8, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 7216, 8, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 7226, 8, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 7239, 8, 342, 1, 342, 1, 342, 1, 342, 3, 342, 7244, 8, 342, 1, 342, 1, 342, 3, 342, 7248, 8, 342, 3, 342, 7250, 8, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 7262, 8, 342, 1, 343, 1, 343, 1, 343, 5, 343, 7267, 8, 343, 10, 343, 12, 343, 7270, 9, 343, 1, 344, 1, 344, 1, 344, 3, 344, 7275, 8, 344, 1, 345, 1, 345, 1, 346, 1, 346, 3, 346, 7281, 8, 346, 1, 346, 1, 346, 3, 346, 7285, 8, 346, 1, 347, 1, 347, 1, 347, 1, 348, 1, 348, 1, 348, 1, 348, 5, 348, 7294, 8, 348, 10, 348, 12, 348, 7297, 9, 348, 1, 349, 1, 349, 1, 349, 1, 350, 1, 350, 1, 350, 1, 350, 1, 351, 1, 351, 1, 351, 3, 351, 7309, 8, 351, 1, 352, 1, 352, 3, 352, 7313, 8, 352, 1, 352, 1, 352, 1, 352, 3, 352, 7318, 8, 352, 1, 352, 3, 352, 7321, 8, 352, 1, 352, 3, 352, 7324, 8, 352, 1, 352, 1, 352, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 3, 353, 7333, 8, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 3, 353, 7344, 8, 353, 3, 353, 7346, 8, 353, 1, 354, 1, 354, 3, 354, 7350, 8, 354, 1, 354, 1, 354, 1, 354, 3, 354, 7355, 8, 354, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 3, 355, 7364, 8, 355, 1, 356, 1, 356, 1, 356, 3, 356, 7369, 8, 356, 1, 356, 1, 356, 1, 357, 1, 357, 1, 358, 1, 358, 3, 358, 7377, 8, 358, 1, 359, 1, 359, 1, 360, 1, 360, 1, 360, 1, 360, 1, 360, 1, 360, 3, 360, 7387, 8, 360, 1, 361, 1, 361, 1, 361, 1, 361, 1, 361, 1, 361, 3, 361, 7395, 8, 361, 1, 362, 1, 362, 3, 362, 7399, 8, 362, 1, 362, 3, 362, 7402, 8, 362, 1, 363, 1, 363, 1, 363, 5, 363, 7407, 8, 363, 10, 363, 12, 363, 7410, 9, 363, 1, 364, 1, 364, 1, 364, 1, 364, 1, 364, 3, 364, 7417, 8, 364, 1, 365, 1, 365, 3, 365, 7421, 8, 365, 1, 366, 1, 366, 1, 366, 5, 366, 7426, 8, 366, 10, 366, 12, 366, 7429, 9, 366, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 3, 367, 7436, 8, 367, 3, 367, 7438, 8, 367, 1, 368, 1, 368, 1, 368, 1, 368, 1, 368, 5, 368, 7445, 8, 368, 10, 368, 12, 368, 7448, 9, 368, 3, 368, 7450, 8, 368, 1, 368, 1, 368, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 3, 369, 7462, 8, 369, 1, 370, 1, 370, 1, 371, 1, 371, 1, 371, 1, 371, 1, 371, 3, 371, 7471, 8, 371, 1, 371, 1, 371, 1, 371, 1, 371, 1, 371, 3, 371, 7478, 8, 371, 1, 371, 1, 371, 1, 371, 1, 371, 1, 371, 1, 371, 1, 371, 3, 371, 7487, 8, 371, 1, 372, 1, 372, 1, 372, 1, 372, 1, 372, 1, 373, 1, 373, 1, 373, 3, 373, 7497, 8, 373, 1, 373, 1, 373, 1, 373, 3, 373, 7502, 8, 373, 1, 373, 1, 373, 3, 373, 7506, 8, 373, 3, 373, 7508, 8, 373, 1, 373, 3, 373, 7511, 8, 373, 1, 374, 4, 374, 7514, 8, 374, 11, 374, 12, 374, 7515, 1, 375, 5, 375, 7519, 8, 375, 10, 375, 12, 375, 7522, 9, 375, 1, 376, 1, 376, 1, 376, 5, 376, 7527, 8, 376, 10, 376, 12, 376, 7530, 9, 376, 1, 377, 1, 377, 1, 377, 1, 377, 1, 377, 3, 377, 7537, 8, 377, 1, 377, 3, 377, 7540, 8, 377, 1, 378, 1, 378, 1, 378, 5, 378, 7545, 8, 378, 10, 378, 12, 378, 7548, 9, 378, 1, 379, 1, 379, 1, 379, 5, 379, 7553, 8, 379, 10, 379, 12, 379, 7556, 9, 379, 1, 380, 1, 380, 1, 380, 5, 380, 7561, 8, 380, 10, 380, 12, 380, 7564, 9, 380, 1, 381, 1, 381, 1, 381, 5, 381, 7569, 8, 381, 10, 381, 12, 381, 7572, 9, 381, 1, 382, 1, 382, 1, 383, 1, 383, 1, 384, 1, 384, 1, 385, 1, 385, 1, 386, 1, 386, 1, 387, 1, 387, 1, 388, 1, 388, 3, 388, 7588, 8, 388, 1, 389, 1, 389, 1, 389, 5, 389, 7593, 8, 389, 10, 389, 12, 389, 7596, 9, 389, 1, 390, 1, 390, 1, 390, 5, 390, 7601, 8, 390, 10, 390, 12, 390, 7604, 9, 390, 1, 391, 1, 391, 1, 392, 1, 392, 1, 393, 1, 393, 1, 394, 1, 394, 1, 395, 1, 395, 1, 396, 1, 396, 1, 396, 1, 396, 3, 396, 7620, 8, 396, 1, 397, 1, 397, 1, 397, 1, 397, 3, 397, 7626, 8, 397, 1, 398, 1, 398, 1, 398, 1, 398, 3, 398, 7632, 8, 398, 1, 399, 1, 399, 1, 399, 1, 400, 1, 400, 1, 401, 1, 401, 1, 401, 1, 401, 3, 401, 7643, 8, 401, 1, 402, 1, 402, 1, 402, 1, 402, 3, 402, 7649, 8, 402, 1, 403, 1, 403, 1, 403, 3, 403, 7654, 8, 403, 1, 404, 1, 404, 1, 404, 1, 404, 5, 404, 7660, 8, 404, 10, 404, 12, 404, 7663, 9, 404, 1, 404, 1, 404, 3, 404, 7667, 8, 404, 1, 405, 3, 405, 7670, 8, 405, 1, 405, 1, 405, 1, 406, 1, 406, 1, 406, 1, 406, 1, 406, 3, 406, 7679, 8, 406, 1, 407, 1, 407, 1, 407, 5, 407, 7684, 8, 407, 10, 407, 12, 407, 7687, 9, 407, 1, 408, 1, 408, 3, 408, 7691, 8, 408, 1, 409, 1, 409, 3, 409, 7695, 8, 409, 1, 410, 1, 410, 1, 410, 3, 410, 7700, 8, 410, 1, 411, 1, 411, 1, 411, 1, 411, 3, 411, 7706, 8, 411, 1, 412, 1, 412, 1, 412, 3, 412, 7711, 8, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 1, 412, 3, 412, 7719, 8, 412, 1, 413, 1, 413, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 1, 414, 3, 414, 7774, 8, 414, 1, 415, 1, 415, 1, 416, 1, 416, 1, 417, 3, 417, 7781, 8, 417, 1, 417, 1, 417, 1, 417, 1, 417, 4, 417, 7787, 8, 417, 11, 417, 12, 417, 7788, 3, 417, 7791, 8, 417, 3, 417, 7793, 8, 417, 1, 417, 1, 417, 5, 417, 7797, 8, 417, 10, 417, 12, 417, 7800, 9, 417, 1, 417, 3, 417, 7803, 8, 417, 1, 417, 1, 417, 3, 417, 7807, 8, 417, 1, 418, 1, 418, 1, 418, 1, 418, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 3, 419, 7818, 8, 419, 1, 419, 3, 419, 7821, 8, 419, 1, 419, 1, 419, 3, 419, 7825, 8, 419, 1, 419, 1, 419, 3, 419, 7829, 8, 419, 1, 419, 1, 419, 3, 419, 7833, 8, 419, 1, 419, 3, 419, 7836, 8, 419, 1, 419, 3, 419, 7839, 8, 419, 1, 419, 3, 419, 7842, 8, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 5, 419, 7849, 8, 419, 10, 419, 12, 419, 7852, 9, 419, 1, 419, 1, 419, 3, 419, 7856, 8, 419, 1, 419, 1, 419, 3, 419, 7860, 8, 419, 1, 419, 1, 419, 1, 420, 1, 420, 1, 420, 1, 421, 1, 421, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 3, 422, 7893, 8, 422, 1, 423, 1, 423, 1, 423, 1, 423, 1, 424, 1, 424, 1, 424, 1, 424, 3, 424, 7903, 8, 424, 1, 424, 1, 424, 3, 424, 7907, 8, 424, 1, 424, 1, 424, 1, 424, 1, 424, 3, 424, 7913, 8, 424, 1, 424, 1, 424, 1, 424, 3, 424, 7918, 8, 424, 1, 425, 1, 425, 1, 425, 1, 425, 1, 425, 1, 426, 1, 426, 3, 426, 7927, 8, 426, 1, 426, 1, 426, 1, 426, 1, 426, 5, 426, 7933, 8, 426, 10, 426, 12, 426, 7936, 9, 426, 1, 426, 1, 426, 1, 427, 1, 427, 1, 427, 1, 427, 1, 428, 1, 428, 3, 428, 7946, 8, 428, 1, 428, 1, 428, 1, 428, 1, 428, 5, 428, 7952, 8, 428, 10, 428, 12, 428, 7955, 9, 428, 1, 429, 1, 429, 1, 429, 1, 429, 5, 429, 7961, 8, 429, 10, 429, 12, 429, 7964, 9, 429, 1, 429, 1, 429, 1, 429, 1, 429, 5, 429, 7970, 8, 429, 10, 429, 12, 429, 7973, 9, 429, 5, 429, 7975, 8, 429, 10, 429, 12, 429, 7978, 9, 429, 1, 429, 3, 429, 7981, 8, 429, 1, 429, 1, 429, 1, 429, 1, 429, 1, 430, 1, 430, 5, 430, 7989, 8, 430, 10, 430, 12, 430, 7992, 9, 430, 1, 431, 1, 431, 3, 431, 7996, 8, 431, 1, 431, 1, 431, 1, 431, 1, 431, 5, 431, 8002, 8, 431, 10, 431, 12, 431, 8005, 9, 431, 4, 431, 8007, 8, 431, 11, 431, 12, 431, 8008, 1, 431, 3, 431, 8012, 8, 431, 1, 431, 1, 431, 1, 431, 1, 431, 1, 432, 3, 432, 8019, 8, 432, 1, 432, 1, 432, 1, 432, 1, 432, 3, 432, 8025, 8, 432, 1, 432, 1, 432, 1, 433, 1, 433, 1, 433, 1, 433, 3, 433, 8033, 8, 433, 1, 433, 1, 433, 1, 433, 1, 433, 1, 433, 1, 433, 3, 433, 8041, 8, 433, 1, 433, 3, 433, 8044, 8, 433, 1, 433, 1, 433, 1, 433, 1, 433, 1, 433, 3, 433, 8051, 8, 433, 3, 433, 8053, 8, 433, 1, 434, 3, 434, 8056, 8, 434, 1, 434, 1, 434, 1, 434, 1, 434, 3, 434, 8062, 8, 434, 1, 434, 1, 434, 1, 434, 1, 434, 1, 434, 1, 435, 1, 435, 3, 435, 8071, 8, 435, 1, 435, 1, 435, 3, 435, 8075, 8, 435, 1, 435, 1, 435, 1, 436, 1, 436, 1, 436, 1, 436, 1, 436, 1, 436, 1, 436, 1, 436, 1, 436, 1, 436, 3, 436, 8089, 8, 436, 1, 436, 3, 436, 8092, 8, 436, 3, 436, 8094, 8, 436, 1, 436, 1, 436, 1, 437, 1, 437, 3, 437, 8100, 8, 437, 1, 437, 1, 437, 1, 437, 1, 437, 1, 437, 1, 437, 4, 437, 8108, 8, 437, 11, 437, 12, 437, 8109, 3, 437, 8112, 8, 437, 3, 437, 8114, 8, 437, 1, 437, 1, 437, 1, 437, 1, 437, 5, 437, 8120, 8, 437, 10, 437, 12, 437, 8123, 9, 437, 3, 437, 8125, 8, 437, 1, 437, 3, 437, 8128, 8, 437, 1, 438, 1, 438, 1, 438, 1, 438, 1, 439, 1, 439, 1, 439, 1, 439, 3, 439, 8138, 8, 439, 1, 439, 1, 439, 1, 440, 1, 440, 5, 440, 8144, 8, 440, 10, 440, 12, 440, 8147, 9, 440, 1, 440, 1, 440, 1, 440, 3, 440, 8152, 8, 440, 1, 440, 1, 440, 1, 441, 1, 441, 3, 441, 8158, 8, 441, 1, 441, 1, 441, 1, 442, 1, 442, 1, 442, 3, 442, 8165, 8, 442, 1, 442, 1, 442, 3, 442, 8169, 8, 442, 1, 442, 1, 442, 3, 442, 8173, 8, 442, 1, 442, 3, 442, 8176, 8, 442, 1, 442, 3, 442, 8179, 8, 442, 1, 442, 1, 442, 1, 443, 1, 443, 3, 443, 8185, 8, 443, 1, 443, 1, 443, 1, 444, 1, 444, 1, 444, 3, 444, 8192, 8, 444, 1, 444, 3, 444, 8195, 8, 444, 1, 444, 1, 444, 1, 444, 1, 444, 1, 444, 1, 444, 3, 444, 8203, 8, 444, 3, 444, 8205, 8, 444, 1, 444, 1, 444, 1, 444, 1, 444, 1, 444, 5, 444, 8212, 8, 444, 10, 444, 12, 444, 8215, 9, 444, 1, 444, 1, 444, 3, 444, 8219, 8, 444, 3, 444, 8221, 8, 444, 1, 444, 1, 444, 1, 445, 1, 445, 1, 445, 3, 445, 8228, 8, 445, 1, 445, 1, 445, 1, 446, 1, 446, 3, 446, 8234, 8, 446, 1, 446, 3, 446, 8237, 8, 446, 1, 446, 1, 446, 1, 446, 1, 446, 1, 446, 1, 447, 1, 447, 1, 447, 1, 447, 1, 447, 3, 447, 8249, 8, 447, 1, 447, 1, 447, 1, 447, 1, 447, 1, 447, 3, 447, 8256, 8, 447, 3, 447, 8258, 8, 447, 1, 448, 1, 448, 3, 448, 8262, 8, 448, 1, 448, 1, 448, 1, 448, 1, 449, 3, 449, 8268, 8, 449, 1, 449, 1, 449, 1, 449, 3, 449, 8273, 8, 449, 1, 449, 1, 449, 3, 449, 8277, 8, 449, 1, 449, 3, 449, 8280, 8, 449, 1, 449, 3, 449, 8283, 8, 449, 1, 449, 1, 449, 1, 449, 1, 449, 1, 449, 4, 449, 8290, 8, 449, 11, 449, 12, 449, 8291, 1, 449, 3, 449, 8295, 8, 449, 1, 450, 3, 450, 8298, 8, 450, 1, 450, 1, 450, 3, 450, 8302, 8, 450, 1, 450, 1, 450, 3, 450, 8306, 8, 450, 3, 450, 8308, 8, 450, 1, 450, 3, 450, 8311, 8, 450, 1, 450, 3, 450, 8314, 8, 450, 1, 451, 1, 451, 1, 451, 1, 451, 3, 451, 8320, 8, 451, 1, 451, 1, 451, 1, 451, 1, 451, 1, 451, 3, 451, 8327, 8, 451, 1, 451, 1, 451, 1, 451, 1, 451, 1, 451, 3, 451, 8334, 8, 451, 1, 451, 1, 451, 1, 451, 1, 451, 3, 451, 8340, 8, 451, 3, 451, 8342, 8, 451, 1, 452, 1, 452, 3, 452, 8346, 8, 452, 1, 452, 1, 452, 1, 452, 3, 452, 8351, 8, 452, 1, 452, 1, 452, 1, 453, 1, 453, 1, 453, 1, 453, 1, 453, 1, 453, 1, 453, 1, 453, 1, 453, 1, 453, 1, 453, 1, 453, 5, 453, 8367, 8, 453, 10, 453, 12, 453, 8370, 9, 453, 1, 453, 1, 453, 4, 453, 8374, 8, 453, 11, 453, 12, 453, 8375, 1, 454, 1, 454, 1, 454, 1, 454, 1, 454, 5, 454, 8383, 8, 454, 10, 454, 12, 454, 8386, 9, 454, 1, 454, 1, 454, 1, 454, 1, 454, 3, 454, 8392, 8, 454, 1, 455, 1, 455, 3, 455, 8396, 8, 455, 1, 456, 1, 456, 1, 456, 1, 456, 1, 457, 1, 457, 1, 457, 1, 458, 1, 458, 1, 458, 3, 458, 8408, 8, 458, 1, 458, 3, 458, 8411, 8, 458, 1, 458, 1, 458, 1, 459, 1, 459, 1, 459, 1, 459, 1, 459, 1, 459, 1, 459, 1, 459, 1, 459, 3, 459, 8424, 8, 459, 1, 459, 3, 459, 8427, 8, 459, 1, 460, 1, 460, 3, 460, 8431, 8, 460, 1, 461, 1, 461, 1, 461, 1, 461, 1, 461, 5, 461, 8438, 8, 461, 10, 461, 12, 461, 8441, 9, 461, 1, 461, 1, 461, 5, 461, 8445, 8, 461, 10, 461, 12, 461, 8448, 9, 461, 4, 461, 8450, 8, 461, 11, 461, 12, 461, 8451, 1, 462, 1, 462, 1, 462, 3, 462, 8457, 8, 462, 1, 463, 1, 463, 3, 463, 8461, 8, 463, 1, 464, 3, 464, 8464, 8, 464, 1, 464, 3, 464, 8467, 8, 464, 1, 464, 3, 464, 8470, 8, 464, 1, 464, 3, 464, 8473, 8, 464, 1, 464, 3, 464, 8476, 8, 464, 1, 464, 3, 464, 8479, 8, 464, 1, 464, 3, 464, 8482, 8, 464, 1, 464, 0, 3, 670, 674, 676, 465, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, 172, 174, 176, 178, 180, 182, 184, 186, 188, 190, 192, 194, 196, 198, 200, 202, 204, 206, 208, 210, 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, 232, 234, 236, 238, 240, 242, 244, 246, 248, 250, 252, 254, 256, 258, 260, 262, 264, 266, 268, 270, 272, 274, 276, 278, 280, 282, 284, 286, 288, 290, 292, 294, 296, 298, 300, 302, 304, 306, 308, 310, 312, 314, 316, 318, 320, 322, 324, 326, 328, 330, 332, 334, 336, 338, 340, 342, 344, 346, 348, 350, 352, 354, 356, 358, 360, 362, 364, 366, 368, 370, 372, 374, 376, 378, 380, 382, 384, 386, 388, 390, 392, 394, 396, 398, 400, 402, 404, 406, 408, 410, 412, 414, 416, 418, 420, 422, 424, 426, 428, 430, 432, 434, 436, 438, 440, 442, 444, 446, 448, 450, 452, 454, 456, 458, 460, 462, 464, 466, 468, 470, 472, 474, 476, 478, 480, 482, 484, 486, 488, 490, 492, 494, 496, 498, 500, 502, 504, 506, 508, 510, 512, 514, 516, 518, 520, 522, 524, 526, 528, 530, 532, 534, 536, 538, 540, 542, 544, 546, 548, 550, 552, 554, 556, 558, 560, 562, 564, 566, 568, 570, 572, 574, 576, 578, 580, 582, 584, 586, 588, 590, 592, 594, 596, 598, 600, 602, 604, 606, 608, 610, 612, 614, 616, 618, 620, 622, 624, 626, 628, 630, 632, 634, 636, 638, 640, 642, 644, 646, 648, 650, 652, 654, 656, 658, 660, 662, 664, 666, 668, 670, 672, 674, 676, 678, 680, 682, 684, 686, 688, 690, 692, 694, 696, 698, 700, 702, 704, 706, 708, 710, 712, 714, 716, 718, 720, 722, 724, 726, 728, 730, 732, 734, 736, 738, 740, 742, 744, 746, 748, 750, 752, 754, 756, 758, 760, 762, 764, 766, 768, 770, 772, 774, 776, 778, 780, 782, 784, 786, 788, 790, 792, 794, 796, 798, 800, 802, 804, 806, 808, 810, 812, 814, 816, 818, 820, 822, 824, 826, 828, 830, 832, 834, 836, 838, 840, 842, 844, 846, 848, 850, 852, 854, 856, 858, 860, 862, 864, 866, 868, 870, 872, 874, 876, 878, 880, 882, 884, 886, 888, 890, 892, 894, 896, 898, 900, 902, 904, 906, 908, 910, 912, 914, 916, 918, 920, 922, 924, 926, 928, 0, 119, 2, 0, 195, 195, 364, 364, 2, 0, 66, 66, 318, 318, 2, 0, 99, 99, 318, 318, 2, 0, 134, 134, 318, 318, 1, 0, 529, 531, 2, 0, 10, 10, 94, 94, 2, 0, 133, 133, 191, 191, 2, 0, 254, 254, 332, 332, 2, 0, 162, 162, 363, 363, 2, 0, 180, 180, 221, 221, 5, 0, 30, 30, 288, 288, 329, 329, 352, 352, 354, 354, 2, 0, 109, 109, 532, 532, 2, 0, 158, 158, 277, 277, 2, 0, 367, 367, 439, 439, 2, 0, 139, 139, 312, 312, 2, 0, 191, 191, 333, 333, 2, 0, 313, 313, 333, 333, 2, 0, 150, 150, 315, 315, 2, 0, 64, 64, 94, 94, 4, 0, 78, 78, 183, 183, 197, 197, 298, 298, 1, 0, 549, 551, 2, 0, 213, 213, 254, 254, 2, 0, 352, 352, 354, 354, 2, 0, 200, 200, 224, 224, 9, 0, 30, 30, 160, 160, 165, 165, 179, 179, 219, 219, 227, 227, 342, 342, 345, 345, 438, 438, 3, 0, 113, 113, 284, 284, 336, 336, 2, 0, 53, 53, 78, 78, 2, 0, 105, 105, 379, 379, 2, 0, 260, 260, 262, 262, 3, 0, 173, 173, 260, 260, 262, 262, 1, 0, 12, 13, 2, 0, 64, 64, 375, 375, 2, 0, 156, 156, 206, 206, 2, 0, 189, 189, 360, 360, 2, 0, 215, 215, 373, 373, 3, 0, 133, 133, 191, 191, 333, 333, 5, 0, 30, 30, 88, 88, 182, 182, 241, 241, 369, 369, 2, 0, 9, 9, 94, 94, 2, 0, 92, 92, 226, 226, 1, 0, 448, 449, 2, 0, 92, 92, 414, 414, 2, 0, 341, 341, 414, 414, 4, 0, 163, 163, 185, 185, 283, 283, 353, 353, 2, 0, 135, 135, 145, 145, 2, 0, 211, 211, 278, 278, 3, 0, 321, 321, 357, 357, 445, 445, 3, 0, 66, 66, 99, 99, 318, 318, 5, 0, 108, 108, 168, 168, 226, 226, 328, 328, 342, 342, 2, 0, 167, 167, 314, 314, 2, 0, 61, 61, 265, 265, 4, 0, 207, 207, 249, 249, 268, 268, 293, 293, 2, 0, 130, 130, 307, 307, 2, 0, 64, 64, 68, 68, 10, 0, 46, 46, 88, 88, 182, 182, 202, 202, 241, 241, 352, 352, 354, 354, 357, 358, 369, 369, 521, 523, 5, 0, 212, 212, 329, 329, 350, 350, 455, 455, 457, 457, 5, 0, 212, 212, 329, 329, 350, 350, 361, 361, 455, 456, 2, 0, 37, 37, 55, 55, 2, 0, 207, 207, 249, 249, 2, 0, 10, 10, 53, 53, 2, 0, 181, 181, 243, 243, 2, 0, 170, 170, 320, 320, 2, 0, 141, 141, 223, 223, 5, 0, 108, 108, 168, 168, 189, 189, 342, 342, 360, 360, 2, 0, 226, 226, 328, 328, 2, 0, 163, 163, 185, 185, 2, 0, 186, 186, 193, 193, 4, 0, 88, 88, 182, 182, 241, 241, 369, 369, 2, 0, 137, 137, 242, 242, 2, 0, 161, 161, 319, 319, 4, 0, 129, 129, 161, 161, 319, 319, 454, 454, 2, 0, 356, 356, 380, 380, 2, 0, 81, 81, 382, 382, 2, 0, 151, 151, 254, 254, 2, 0, 133, 133, 138, 138, 1, 0, 31, 32, 2, 0, 128, 128, 547, 547, 2, 0, 60, 60, 96, 96, 2, 0, 99, 99, 349, 349, 2, 0, 131, 131, 414, 414, 2, 0, 201, 201, 334, 334, 3, 0, 59, 59, 70, 70, 97, 97, 2, 0, 30, 30, 56, 56, 1, 0, 527, 528, 2, 0, 207, 207, 268, 268, 2, 0, 320, 320, 414, 414, 2, 0, 574, 574, 576, 576, 1, 0, 468, 469, 4, 0, 113, 113, 115, 115, 119, 119, 126, 126, 2, 0, 360, 360, 477, 477, 2, 0, 394, 395, 409, 409, 2, 0, 391, 392, 406, 406, 1, 0, 391, 392, 1, 0, 418, 419, 5, 0, 10, 10, 16, 17, 21, 21, 23, 23, 25, 25, 3, 0, 9, 9, 14, 14, 27, 27, 2, 0, 98, 98, 396, 396, 2, 0, 50, 51, 75, 76, 2, 0, 41, 41, 420, 420, 3, 0, 39, 39, 73, 73, 95, 95, 4, 0, 393, 393, 399, 399, 404, 404, 425, 425, 2, 0, 292, 292, 347, 347, 2, 0, 166, 166, 188, 188, 2, 0, 304, 304, 450, 450, 3, 0, 299, 299, 320, 320, 481, 481, 2, 0, 208, 208, 289, 289, 3, 0, 30, 30, 34, 34, 90, 90, 6, 0, 9, 10, 12, 17, 21, 21, 23, 23, 25, 25, 27, 27, 2, 0, 114, 114, 120, 120, 2, 0, 20, 20, 22, 22, 1, 0, 483, 486, 17, 0, 53, 53, 116, 116, 123, 124, 129, 228, 238, 386, 433, 452, 455, 469, 471, 471, 473, 473, 475, 475, 477, 488, 490, 502, 504, 504, 506, 518, 520, 520, 524, 524, 547, 548, 3, 0, 106, 123, 125, 128, 472, 472, 4, 0, 30, 52, 54, 70, 72, 105, 454, 454, 2, 0, 62, 62, 116, 116, 2, 0, 10, 10, 20, 20, 2, 0, 434, 434, 501, 501, 2, 0, 167, 167, 507, 507, 1, 0, 512, 517, 2, 0, 144, 144, 210, 210, 9922, 0, 933, 1, 0, 0, 0, 2, 938, 1, 0, 0, 0, 4, 1062, 1, 0, 0, 0, 6, 1064, 1, 0, 0, 0, 8, 1067, 1, 0, 0, 0, 10, 1117, 1, 0, 0, 0, 12, 1127, 1, 0, 0, 0, 14, 1129, 1, 0, 0, 0, 16, 1141, 1, 0, 0, 0, 18, 1153, 1, 0, 0, 0, 20, 1164, 1, 0, 0, 0, 22, 1198, 1, 0, 0, 0, 24, 1242, 1, 0, 0, 0, 26, 1244, 1, 0, 0, 0, 28, 1256, 1, 0, 0, 0, 30, 1263, 1, 0, 0, 0, 32, 1282, 1, 0, 0, 0, 34, 1290, 1, 0, 0, 0, 36, 1292, 1, 0, 0, 0, 38, 1306, 1, 0, 0, 0, 40, 1310, 1, 0, 0, 0, 42, 1347, 1, 0, 0, 0, 44, 1349, 1, 0, 0, 0, 46, 1357, 1, 0, 0, 0, 48, 1367, 1, 0, 0, 0, 50, 1374, 1, 0, 0, 0, 52, 1382, 1, 0, 0, 0, 54, 1388, 1, 0, 0, 0, 56, 1404, 1, 0, 0, 0, 58, 1408, 1, 0, 0, 0, 60, 1410, 1, 0, 0, 0, 62, 1422, 1, 0, 0, 0, 64, 1427, 1, 0, 0, 0, 66, 1432, 1, 0, 0, 0, 68, 1434, 1, 0, 0, 0, 70, 1446, 1, 0, 0, 0, 72, 1454, 1, 0, 0, 0, 74, 1456, 1, 0, 0, 0, 76, 1576, 1, 0, 0, 0, 78, 1578, 1, 0, 0, 0, 80, 1592, 1, 0, 0, 0, 82, 1594, 1, 0, 0, 0, 84, 1831, 1, 0, 0, 0, 86, 1838, 1, 0, 0, 0, 88, 1840, 1, 0, 0, 0, 90, 1842, 1, 0, 0, 0, 92, 1845, 1, 0, 0, 0, 94, 1856, 1, 0, 0, 0, 96, 1859, 1, 0, 0, 0, 98, 1889, 1, 0, 0, 0, 100, 1891, 1, 0, 0, 0, 102, 1932, 1, 0, 0, 0, 104, 1934, 1, 0, 0, 0, 106, 1988, 1, 0, 0, 0, 108, 2034, 1, 0, 0, 0, 110, 2055, 1, 0, 0, 0, 112, 2057, 1, 0, 0, 0, 114, 2074, 1, 0, 0, 0, 116, 2155, 1, 0, 0, 0, 118, 2157, 1, 0, 0, 0, 120, 2168, 1, 0, 0, 0, 122, 2191, 1, 0, 0, 0, 124, 2209, 1, 0, 0, 0, 126, 2211, 1, 0, 0, 0, 128, 2246, 1, 0, 0, 0, 130, 2339, 1, 0, 0, 0, 132, 2344, 1, 0, 0, 0, 134, 2346, 1, 0, 0, 0, 136, 2444, 1, 0, 0, 0, 138, 2446, 1, 0, 0, 0, 140, 2450, 1, 0, 0, 0, 142, 2461, 1, 0, 0, 0, 144, 2469, 1, 0, 0, 0, 146, 2472, 1, 0, 0, 0, 148, 2475, 1, 0, 0, 0, 150, 2493, 1, 0, 0, 0, 152, 2495, 1, 0, 0, 0, 154, 2499, 1, 0, 0, 0, 156, 2512, 1, 0, 0, 0, 158, 2514, 1, 0, 0, 0, 160, 2519, 1, 0, 0, 0, 162, 2539, 1, 0, 0, 0, 164, 2547, 1, 0, 0, 0, 166, 2554, 1, 0, 0, 0, 168, 2556, 1, 0, 0, 0, 170, 2565, 1, 0, 0, 0, 172, 2568, 1, 0, 0, 0, 174, 2572, 1, 0, 0, 0, 176, 2576, 1, 0, 0, 0, 178, 2601, 1, 0, 0, 0, 180, 2611, 1, 0, 0, 0, 182, 2625, 1, 0, 0, 0, 184, 2641, 1, 0, 0, 0, 186, 2647, 1, 0, 0, 0, 188, 2674, 1, 0, 0, 0, 190, 2684, 1, 0, 0, 0, 192, 2700, 1, 0, 0, 0, 194, 2744, 1, 0, 0, 0, 196, 2751, 1, 0, 0, 0, 198, 2753, 1, 0, 0, 0, 200, 2779, 1, 0, 0, 0, 202, 2790, 1, 0, 0, 0, 204, 2809, 1, 0, 0, 0, 206, 2820, 1, 0, 0, 0, 208, 2858, 1, 0, 0, 0, 210, 2879, 1, 0, 0, 0, 212, 2881, 1, 0, 0, 0, 214, 2901, 1, 0, 0, 0, 216, 2913, 1, 0, 0, 0, 218, 2925, 1, 0, 0, 0, 220, 2928, 1, 0, 0, 0, 222, 2931, 1, 0, 0, 0, 224, 2951, 1, 0, 0, 0, 226, 2956, 1, 0, 0, 0, 228, 3005, 1, 0, 0, 0, 230, 3007, 1, 0, 0, 0, 232, 3030, 1, 0, 0, 0, 234, 3046, 1, 0, 0, 0, 236, 3058, 1, 0, 0, 0, 238, 3085, 1, 0, 0, 0, 240, 3100, 1, 0, 0, 0, 242, 3163, 1, 0, 0, 0, 244, 3165, 1, 0, 0, 0, 246, 3170, 1, 0, 0, 0, 248, 3176, 1, 0, 0, 0, 250, 3263, 1, 0, 0, 0, 252, 3269, 1, 0, 0, 0, 254, 3271, 1, 0, 0, 0, 256, 3287, 1, 0, 0, 0, 258, 3289, 1, 0, 0, 0, 260, 3298, 1, 0, 0, 0, 262, 3302, 1, 0, 0, 0, 264, 3315, 1, 0, 0, 0, 266, 3327, 1, 0, 0, 0, 268, 3329, 1, 0, 0, 0, 270, 3351, 1, 0, 0, 0, 272, 3363, 1, 0, 0, 0, 274, 3374, 1, 0, 0, 0, 276, 3465, 1, 0, 0, 0, 278, 3467, 1, 0, 0, 0, 280, 3478, 1, 0, 0, 0, 282, 3489, 1, 0, 0, 0, 284, 3491, 1, 0, 0, 0, 286, 3517, 1, 0, 0, 0, 288, 3519, 1, 0, 0, 0, 290, 3523, 1, 0, 0, 0, 292, 3573, 1, 0, 0, 0, 294, 3575, 1, 0, 0, 0, 296, 3581, 1, 0, 0, 0, 298, 3606, 1, 0, 0, 0, 300, 3610, 1, 0, 0, 0, 302, 3824, 1, 0, 0, 0, 304, 3842, 1, 0, 0, 0, 306, 3868, 1, 0, 0, 0, 308, 3870, 1, 0, 0, 0, 310, 3878, 1, 0, 0, 0, 312, 3884, 1, 0, 0, 0, 314, 3888, 1, 0, 0, 0, 316, 3908, 1, 0, 0, 0, 318, 3914, 1, 0, 0, 0, 320, 3981, 1, 0, 0, 0, 322, 4012, 1, 0, 0, 0, 324, 4058, 1, 0, 0, 0, 326, 4060, 1, 0, 0, 0, 328, 4062, 1, 0, 0, 0, 330, 4073, 1, 0, 0, 0, 332, 4110, 1, 0, 0, 0, 334, 4112, 1, 0, 0, 0, 336, 4118, 1, 0, 0, 0, 338, 4168, 1, 0, 0, 0, 340, 4171, 1, 0, 0, 0, 342, 4185, 1, 0, 0, 0, 344, 4206, 1, 0, 0, 0, 346, 4230, 1, 0, 0, 0, 348, 4271, 1, 0, 0, 0, 350, 4273, 1, 0, 0, 0, 352, 4275, 1, 0, 0, 0, 354, 4315, 1, 0, 0, 0, 356, 4332, 1, 0, 0, 0, 358, 4352, 1, 0, 0, 0, 360, 4405, 1, 0, 0, 0, 362, 4408, 1, 0, 0, 0, 364, 4414, 1, 0, 0, 0, 366, 4422, 1, 0, 0, 0, 368, 4435, 1, 0, 0, 0, 370, 4437, 1, 0, 0, 0, 372, 4450, 1, 0, 0, 0, 374, 4452, 1, 0, 0, 0, 376, 4465, 1, 0, 0, 0, 378, 4475, 1, 0, 0, 0, 380, 4486, 1, 0, 0, 0, 382, 4497, 1, 0, 0, 0, 384, 4499, 1, 0, 0, 0, 386, 4504, 1, 0, 0, 0, 388, 4518, 1, 0, 0, 0, 390, 4550, 1, 0, 0, 0, 392, 4587, 1, 0, 0, 0, 394, 4589, 1, 0, 0, 0, 396, 4592, 1, 0, 0, 0, 398, 4595, 1, 0, 0, 0, 400, 4612, 1, 0, 0, 0, 402, 4633, 1, 0, 0, 0, 404, 4649, 1, 0, 0, 0, 406, 4665, 1, 0, 0, 0, 408, 4687, 1, 0, 0, 0, 410, 4692, 1, 0, 0, 0, 412, 4695, 1, 0, 0, 0, 414, 4703, 1, 0, 0, 0, 416, 4728, 1, 0, 0, 0, 418, 4731, 1, 0, 0, 0, 420, 4759, 1, 0, 0, 0, 422, 4764, 1, 0, 0, 0, 424, 4804, 1, 0, 0, 0, 426, 5016, 1, 0, 0, 0, 428, 5018, 1, 0, 0, 0, 430, 5106, 1, 0, 0, 0, 432, 5108, 1, 0, 0, 0, 434, 5114, 1, 0, 0, 0, 436, 5125, 1, 0, 0, 0, 438, 5135, 1, 0, 0, 0, 440, 5215, 1, 0, 0, 0, 442, 5217, 1, 0, 0, 0, 444, 5231, 1, 0, 0, 0, 446, 5253, 1, 0, 0, 0, 448, 5326, 1, 0, 0, 0, 450, 5328, 1, 0, 0, 0, 452, 5369, 1, 0, 0, 0, 454, 5371, 1, 0, 0, 0, 456, 5376, 1, 0, 0, 0, 458, 5379, 1, 0, 0, 0, 460, 5382, 1, 0, 0, 0, 462, 5432, 1, 0, 0, 0, 464, 5434, 1, 0, 0, 0, 466, 5445, 1, 0, 0, 0, 468, 5447, 1, 0, 0, 0, 470, 5457, 1, 0, 0, 0, 472, 5492, 1, 0, 0, 0, 474, 5495, 1, 0, 0, 0, 476, 5516, 1, 0, 0, 0, 478, 5526, 1, 0, 0, 0, 480, 5546, 1, 0, 0, 0, 482, 5552, 1, 0, 0, 0, 484, 5558, 1, 0, 0, 0, 486, 5563, 1, 0, 0, 0, 488, 5576, 1, 0, 0, 0, 490, 5603, 1, 0, 0, 0, 492, 5651, 1, 0, 0, 0, 494, 5653, 1, 0, 0, 0, 496, 5691, 1, 0, 0, 0, 498, 5693, 1, 0, 0, 0, 500, 5714, 1, 0, 0, 0, 502, 5734, 1, 0, 0, 0, 504, 5738, 1, 0, 0, 0, 506, 5753, 1, 0, 0, 0, 508, 5755, 1, 0, 0, 0, 510, 5759, 1, 0, 0, 0, 512, 5763, 1, 0, 0, 0, 514, 5771, 1, 0, 0, 0, 516, 5795, 1, 0, 0, 0, 518, 5797, 1, 0, 0, 0, 520, 5808, 1, 0, 0, 0, 522, 5816, 1, 0, 0, 0, 524, 5832, 1, 0, 0, 0, 526, 5857, 1, 0, 0, 0, 528, 5859, 1, 0, 0, 0, 530, 5863, 1, 0, 0, 0, 532, 5872, 1, 0, 0, 0, 534, 5912, 1, 0, 0, 0, 536, 5923, 1, 0, 0, 0, 538, 5931, 1, 0, 0, 0, 540, 5934, 1, 0, 0, 0, 542, 5938, 1, 0, 0, 0, 544, 5953, 1, 0, 0, 0, 546, 5978, 1, 0, 0, 0, 548, 5993, 1, 0, 0, 0, 550, 6019, 1, 0, 0, 0, 552, 6021, 1, 0, 0, 0, 554, 6044, 1, 0, 0, 0, 556, 6046, 1, 0, 0, 0, 558, 6054, 1, 0, 0, 0, 560, 6072, 1, 0, 0, 0, 562, 6096, 1, 0, 0, 0, 564, 6108, 1, 0, 0, 0, 566, 6112, 1, 0, 0, 0, 568, 6124, 1, 0, 0, 0, 570, 6144, 1, 0, 0, 0, 572, 6152, 1, 0, 0, 0, 574, 6166, 1, 0, 0, 0, 576, 6189, 1, 0, 0, 0, 578, 6191, 1, 0, 0, 0, 580, 6196, 1, 0, 0, 0, 582, 6206, 1, 0, 0, 0, 584, 6227, 1, 0, 0, 0, 586, 6229, 1, 0, 0, 0, 588, 6238, 1, 0, 0, 0, 590, 6249, 1, 0, 0, 0, 592, 6259, 1, 0, 0, 0, 594, 6261, 1, 0, 0, 0, 596, 6268, 1, 0, 0, 0, 598, 6299, 1, 0, 0, 0, 600, 6329, 1, 0, 0, 0, 602, 6331, 1, 0, 0, 0, 604, 6340, 1, 0, 0, 0, 606, 6343, 1, 0, 0, 0, 608, 6414, 1, 0, 0, 0, 610, 6438, 1, 0, 0, 0, 612, 6459, 1, 0, 0, 0, 614, 6461, 1, 0, 0, 0, 616, 6469, 1, 0, 0, 0, 618, 6486, 1, 0, 0, 0, 620, 6512, 1, 0, 0, 0, 622, 6514, 1, 0, 0, 0, 624, 6522, 1, 0, 0, 0, 626, 6529, 1, 0, 0, 0, 628, 6553, 1, 0, 0, 0, 630, 6559, 1, 0, 0, 0, 632, 6567, 1, 0, 0, 0, 634, 6570, 1, 0, 0, 0, 636, 6577, 1, 0, 0, 0, 638, 6585, 1, 0, 0, 0, 640, 6590, 1, 0, 0, 0, 642, 6620, 1, 0, 0, 0, 644, 6647, 1, 0, 0, 0, 646, 6675, 1, 0, 0, 0, 648, 6692, 1, 0, 0, 0, 650, 6698, 1, 0, 0, 0, 652, 6716, 1, 0, 0, 0, 654, 6718, 1, 0, 0, 0, 656, 6722, 1, 0, 0, 0, 658, 6739, 1, 0, 0, 0, 660, 6744, 1, 0, 0, 0, 662, 6782, 1, 0, 0, 0, 664, 6784, 1, 0, 0, 0, 666, 6788, 1, 0, 0, 0, 668, 6790, 1, 0, 0, 0, 670, 6799, 1, 0, 0, 0, 672, 6883, 1, 0, 0, 0, 674, 6889, 1, 0, 0, 0, 676, 6998, 1, 0, 0, 0, 678, 7030, 1, 0, 0, 0, 680, 7081, 1, 0, 0, 0, 682, 7085, 1, 0, 0, 0, 684, 7261, 1, 0, 0, 0, 686, 7263, 1, 0, 0, 0, 688, 7271, 1, 0, 0, 0, 690, 7276, 1, 0, 0, 0, 692, 7278, 1, 0, 0, 0, 694, 7286, 1, 0, 0, 0, 696, 7289, 1, 0, 0, 0, 698, 7298, 1, 0, 0, 0, 700, 7301, 1, 0, 0, 0, 702, 7305, 1, 0, 0, 0, 704, 7310, 1, 0, 0, 0, 706, 7327, 1, 0, 0, 0, 708, 7354, 1, 0, 0, 0, 710, 7363, 1, 0, 0, 0, 712, 7365, 1, 0, 0, 0, 714, 7372, 1, 0, 0, 0, 716, 7376, 1, 0, 0, 0, 718, 7378, 1, 0, 0, 0, 720, 7386, 1, 0, 0, 0, 722, 7394, 1, 0, 0, 0, 724, 7401, 1, 0, 0, 0, 726, 7403, 1, 0, 0, 0, 728, 7416, 1, 0, 0, 0, 730, 7420, 1, 0, 0, 0, 732, 7422, 1, 0, 0, 0, 734, 7437, 1, 0, 0, 0, 736, 7439, 1, 0, 0, 0, 738, 7461, 1, 0, 0, 0, 740, 7463, 1, 0, 0, 0, 742, 7486, 1, 0, 0, 0, 744, 7488, 1, 0, 0, 0, 746, 7510, 1, 0, 0, 0, 748, 7513, 1, 0, 0, 0, 750, 7520, 1, 0, 0, 0, 752, 7523, 1, 0, 0, 0, 754, 7539, 1, 0, 0, 0, 756, 7541, 1, 0, 0, 0, 758, 7549, 1, 0, 0, 0, 760, 7557, 1, 0, 0, 0, 762, 7565, 1, 0, 0, 0, 764, 7573, 1, 0, 0, 0, 766, 7575, 1, 0, 0, 0, 768, 7577, 1, 0, 0, 0, 770, 7579, 1, 0, 0, 0, 772, 7581, 1, 0, 0, 0, 774, 7583, 1, 0, 0, 0, 776, 7585, 1, 0, 0, 0, 778, 7589, 1, 0, 0, 0, 780, 7597, 1, 0, 0, 0, 782, 7605, 1, 0, 0, 0, 784, 7607, 1, 0, 0, 0, 786, 7609, 1, 0, 0, 0, 788, 7611, 1, 0, 0, 0, 790, 7613, 1, 0, 0, 0, 792, 7619, 1, 0, 0, 0, 794, 7625, 1, 0, 0, 0, 796, 7631, 1, 0, 0, 0, 798, 7633, 1, 0, 0, 0, 800, 7636, 1, 0, 0, 0, 802, 7642, 1, 0, 0, 0, 804, 7648, 1, 0, 0, 0, 806, 7650, 1, 0, 0, 0, 808, 7666, 1, 0, 0, 0, 810, 7669, 1, 0, 0, 0, 812, 7678, 1, 0, 0, 0, 814, 7680, 1, 0, 0, 0, 816, 7690, 1, 0, 0, 0, 818, 7694, 1, 0, 0, 0, 820, 7699, 1, 0, 0, 0, 822, 7705, 1, 0, 0, 0, 824, 7718, 1, 0, 0, 0, 826, 7720, 1, 0, 0, 0, 828, 7773, 1, 0, 0, 0, 830, 7775, 1, 0, 0, 0, 832, 7777, 1, 0, 0, 0, 834, 7780, 1, 0, 0, 0, 836, 7808, 1, 0, 0, 0, 838, 7812, 1, 0, 0, 0, 840, 7863, 1, 0, 0, 0, 842, 7866, 1, 0, 0, 0, 844, 7892, 1, 0, 0, 0, 846, 7894, 1, 0, 0, 0, 848, 7917, 1, 0, 0, 0, 850, 7919, 1, 0, 0, 0, 852, 7924, 1, 0, 0, 0, 854, 7939, 1, 0, 0, 0, 856, 7945, 1, 0, 0, 0, 858, 7956, 1, 0, 0, 0, 860, 7986, 1, 0, 0, 0, 862, 7993, 1, 0, 0, 0, 864, 8018, 1, 0, 0, 0, 866, 8028, 1, 0, 0, 0, 868, 8055, 1, 0, 0, 0, 870, 8068, 1, 0, 0, 0, 872, 8078, 1, 0, 0, 0, 874, 8097, 1, 0, 0, 0, 876, 8129, 1, 0, 0, 0, 878, 8133, 1, 0, 0, 0, 880, 8141, 1, 0, 0, 0, 882, 8155, 1, 0, 0, 0, 884, 8161, 1, 0, 0, 0, 886, 8182, 1, 0, 0, 0, 888, 8188, 1, 0, 0, 0, 890, 8227, 1, 0, 0, 0, 892, 8231, 1, 0, 0, 0, 894, 8257, 1, 0, 0, 0, 896, 8259, 1, 0, 0, 0, 898, 8267, 1, 0, 0, 0, 900, 8307, 1, 0, 0, 0, 902, 8341, 1, 0, 0, 0, 904, 8343, 1, 0, 0, 0, 906, 8354, 1, 0, 0, 0, 908, 8391, 1, 0, 0, 0, 910, 8395, 1, 0, 0, 0, 912, 8397, 1, 0, 0, 0, 914, 8401, 1, 0, 0, 0, 916, 8404, 1, 0, 0, 0, 918, 8426, 1, 0, 0, 0, 920, 8430, 1, 0, 0, 0, 922, 8432, 1, 0, 0, 0, 924, 8456, 1, 0, 0, 0, 926, 8460, 1, 0, 0, 0, 928, 8463, 1, 0, 0, 0, 930, 932, 3, 2, 1, 0, 931, 930, 1, 0, 0, 0, 932, 935, 1, 0, 0, 0, 933, 931, 1, 0, 0, 0, 933, 934, 1, 0, 0, 0, 934, 936, 1, 0, 0, 0, 935, 933, 1, 0, 0, 0, 936, 937, 5, 0, 0, 1, 937, 1, 1, 0, 0, 0, 938, 940, 3, 4, 2, 0, 939, 941, 5, 7, 0, 0, 940, 939, 1, 0, 0, 0, 940, 941, 1, 0, 0, 0, 941, 3, 1, 0, 0, 0, 942, 1063, 3, 272, 136, 0, 943, 1063, 3, 482, 241, 0, 944, 1063, 3, 478, 239, 0, 945, 1063, 3, 480, 240, 0, 946, 1063, 3, 346, 173, 0, 947, 1063, 3, 488, 244, 0, 948, 1063, 3, 286, 143, 0, 949, 1063, 3, 204, 102, 0, 950, 1063, 3, 206, 103, 0, 951, 1063, 3, 212, 106, 0, 952, 1063, 3, 226, 113, 0, 953, 1063, 3, 398, 199, 0, 954, 1063, 3, 28, 14, 0, 955, 1063, 3, 428, 214, 0, 956, 1063, 3, 430, 215, 0, 957, 1063, 3, 440, 220, 0, 958, 1063, 3, 432, 216, 0, 959, 1063, 3, 438, 219, 0, 960, 1063, 3, 238, 119, 0, 961, 1063, 3, 240, 120, 0, 962, 1063, 3, 192, 96, 0, 963, 1063, 3, 484, 242, 0, 964, 1063, 3, 76, 38, 0, 965, 1063, 3, 424, 212, 0, 966, 1063, 3, 100, 50, 0, 967, 1063, 3, 444, 222, 0, 968, 1063, 3, 18, 9, 0, 969, 1063, 3, 20, 10, 0, 970, 1063, 3, 16, 8, 0, 971, 1063, 3, 448, 224, 0, 972, 1063, 3, 178, 89, 0, 973, 1063, 3, 492, 246, 0, 974, 1063, 3, 490, 245, 0, 975, 1063, 3, 234, 117, 0, 976, 1063, 3, 500, 250, 0, 977, 1063, 3, 6, 3, 0, 978, 1063, 3, 72, 36, 0, 979, 1063, 3, 104, 52, 0, 980, 1063, 3, 496, 248, 0, 981, 1063, 3, 318, 159, 0, 982, 1063, 3, 70, 35, 0, 983, 1063, 3, 106, 53, 0, 984, 1063, 3, 248, 124, 0, 985, 1063, 3, 180, 90, 0, 986, 1063, 3, 274, 137, 0, 987, 1063, 3, 414, 207, 0, 988, 1063, 3, 494, 247, 0, 989, 1063, 3, 486, 243, 0, 990, 1063, 3, 202, 101, 0, 991, 1063, 3, 208, 104, 0, 992, 1063, 3, 222, 111, 0, 993, 1063, 3, 228, 114, 0, 994, 1063, 3, 358, 179, 0, 995, 1063, 3, 26, 13, 0, 996, 1063, 3, 186, 93, 0, 997, 1063, 3, 290, 145, 0, 998, 1063, 3, 294, 147, 0, 999, 1063, 3, 442, 221, 0, 1000, 1063, 3, 296, 148, 0, 1001, 1063, 3, 236, 118, 0, 1002, 1063, 3, 198, 99, 0, 1003, 1063, 3, 30, 15, 0, 1004, 1063, 3, 190, 95, 0, 1005, 1063, 3, 114, 57, 0, 1006, 1063, 3, 446, 223, 0, 1007, 1063, 3, 176, 88, 0, 1008, 1063, 3, 200, 100, 0, 1009, 1063, 3, 418, 209, 0, 1010, 1063, 3, 250, 125, 0, 1011, 1063, 3, 268, 134, 0, 1012, 1063, 3, 8, 4, 0, 1013, 1063, 3, 14, 7, 0, 1014, 1063, 3, 232, 116, 0, 1015, 1063, 3, 474, 237, 0, 1016, 1063, 3, 530, 265, 0, 1017, 1063, 3, 552, 276, 0, 1018, 1063, 3, 276, 138, 0, 1019, 1063, 3, 542, 271, 0, 1020, 1063, 3, 74, 37, 0, 1021, 1063, 3, 412, 206, 0, 1022, 1063, 3, 302, 151, 0, 1023, 1063, 3, 526, 263, 0, 1024, 1063, 3, 514, 257, 0, 1025, 1063, 3, 322, 161, 0, 1026, 1063, 3, 328, 164, 0, 1027, 1063, 3, 342, 171, 0, 1028, 1063, 3, 898, 449, 0, 1029, 1063, 3, 230, 115, 0, 1030, 1063, 3, 352, 176, 0, 1031, 1063, 3, 532, 266, 0, 1032, 1063, 3, 458, 229, 0, 1033, 1063, 3, 188, 94, 0, 1034, 1063, 3, 472, 236, 0, 1035, 1063, 3, 544, 272, 0, 1036, 1063, 3, 454, 227, 0, 1037, 1063, 3, 520, 260, 0, 1038, 1063, 3, 300, 150, 0, 1039, 1063, 3, 422, 211, 0, 1040, 1063, 3, 402, 201, 0, 1041, 1063, 3, 400, 200, 0, 1042, 1063, 3, 404, 202, 0, 1043, 1063, 3, 426, 213, 0, 1044, 1063, 3, 330, 165, 0, 1045, 1063, 3, 344, 172, 0, 1046, 1063, 3, 450, 225, 0, 1047, 1063, 3, 320, 160, 0, 1048, 1063, 3, 554, 277, 0, 1049, 1063, 3, 462, 231, 0, 1050, 1063, 3, 314, 157, 0, 1051, 1063, 3, 460, 230, 0, 1052, 1063, 3, 546, 273, 0, 1053, 1063, 3, 498, 249, 0, 1054, 1063, 3, 60, 30, 0, 1055, 1063, 3, 36, 18, 0, 1056, 1063, 3, 68, 34, 0, 1057, 1063, 3, 470, 235, 0, 1058, 1060, 5, 583, 0, 0, 1059, 1061, 5, 584, 0, 0, 1060, 1059, 1, 0, 0, 0, 1060, 1061, 1, 0, 0, 0, 1061, 1063, 1, 0, 0, 0, 1062, 942, 1, 0, 0, 0, 1062, 943, 1, 0, 0, 0, 1062, 944, 1, 0, 0, 0, 1062, 945, 1, 0, 0, 0, 1062, 946, 1, 0, 0, 0, 1062, 947, 1, 0, 0, 0, 1062, 948, 1, 0, 0, 0, 1062, 949, 1, 0, 0, 0, 1062, 950, 1, 0, 0, 0, 1062, 951, 1, 0, 0, 0, 1062, 952, 1, 0, 0, 0, 1062, 953, 1, 0, 0, 0, 1062, 954, 1, 0, 0, 0, 1062, 955, 1, 0, 0, 0, 1062, 956, 1, 0, 0, 0, 1062, 957, 1, 0, 0, 0, 1062, 958, 1, 0, 0, 0, 1062, 959, 1, 0, 0, 0, 1062, 960, 1, 0, 0, 0, 1062, 961, 1, 0, 0, 0, 1062, 962, 1, 0, 0, 0, 1062, 963, 1, 0, 0, 0, 1062, 964, 1, 0, 0, 0, 1062, 965, 1, 0, 0, 0, 1062, 966, 1, 0, 0, 0, 1062, 967, 1, 0, 0, 0, 1062, 968, 1, 0, 0, 0, 1062, 969, 1, 0, 0, 0, 1062, 970, 1, 0, 0, 0, 1062, 971, 1, 0, 0, 0, 1062, 972, 1, 0, 0, 0, 1062, 973, 1, 0, 0, 0, 1062, 974, 1, 0, 0, 0, 1062, 975, 1, 0, 0, 0, 1062, 976, 1, 0, 0, 0, 1062, 977, 1, 0, 0, 0, 1062, 978, 1, 0, 0, 0, 1062, 979, 1, 0, 0, 0, 1062, 980, 1, 0, 0, 0, 1062, 981, 1, 0, 0, 0, 1062, 982, 1, 0, 0, 0, 1062, 983, 1, 0, 0, 0, 1062, 984, 1, 0, 0, 0, 1062, 985, 1, 0, 0, 0, 1062, 986, 1, 0, 0, 0, 1062, 987, 1, 0, 0, 0, 1062, 988, 1, 0, 0, 0, 1062, 989, 1, 0, 0, 0, 1062, 990, 1, 0, 0, 0, 1062, 991, 1, 0, 0, 0, 1062, 992, 1, 0, 0, 0, 1062, 993, 1, 0, 0, 0, 1062, 994, 1, 0, 0, 0, 1062, 995, 1, 0, 0, 0, 1062, 996, 1, 0, 0, 0, 1062, 997, 1, 0, 0, 0, 1062, 998, 1, 0, 0, 0, 1062, 999, 1, 0, 0, 0, 1062, 1000, 1, 0, 0, 0, 1062, 1001, 1, 0, 0, 0, 1062, 1002, 1, 0, 0, 0, 1062, 1003, 1, 0, 0, 0, 1062, 1004, 1, 0, 0, 0, 1062, 1005, 1, 0, 0, 0, 1062, 1006, 1, 0, 0, 0, 1062, 1007, 1, 0, 0, 0, 1062, 1008, 1, 0, 0, 0, 1062, 1009, 1, 0, 0, 0, 1062, 1010, 1, 0, 0, 0, 1062, 1011, 1, 0, 0, 0, 1062, 1012, 1, 0, 0, 0, 1062, 1013, 1, 0, 0, 0, 1062, 1014, 1, 0, 0, 0, 1062, 1015, 1, 0, 0, 0, 1062, 1016, 1, 0, 0, 0, 1062, 1017, 1, 0, 0, 0, 1062, 1018, 1, 0, 0, 0, 1062, 1019, 1, 0, 0, 0, 1062, 1020, 1, 0, 0, 0, 1062, 1021, 1, 0, 0, 0, 1062, 1022, 1, 0, 0, 0, 1062, 1023, 1, 0, 0, 0, 1062, 1024, 1, 0, 0, 0, 1062, 1025, 1, 0, 0, 0, 1062, 1026, 1, 0, 0, 0, 1062, 1027, 1, 0, 0, 0, 1062, 1028, 1, 0, 0, 0, 1062, 1029, 1, 0, 0, 0, 1062, 1030, 1, 0, 0, 0, 1062, 1031, 1, 0, 0, 0, 1062, 1032, 1, 0, 0, 0, 1062, 1033, 1, 0, 0, 0, 1062, 1034, 1, 0, 0, 0, 1062, 1035, 1, 0, 0, 0, 1062, 1036, 1, 0, 0, 0, 1062, 1037, 1, 0, 0, 0, 1062, 1038, 1, 0, 0, 0, 1062, 1039, 1, 0, 0, 0, 1062, 1040, 1, 0, 0, 0, 1062, 1041, 1, 0, 0, 0, 1062, 1042, 1, 0, 0, 0, 1062, 1043, 1, 0, 0, 0, 1062, 1044, 1, 0, 0, 0, 1062, 1045, 1, 0, 0, 0, 1062, 1046, 1, 0, 0, 0, 1062, 1047, 1, 0, 0, 0, 1062, 1048, 1, 0, 0, 0, 1062, 1049, 1, 0, 0, 0, 1062, 1050, 1, 0, 0, 0, 1062, 1051, 1, 0, 0, 0, 1062, 1052, 1, 0, 0, 0, 1062, 1053, 1, 0, 0, 0, 1062, 1054, 1, 0, 0, 0, 1062, 1055, 1, 0, 0, 0, 1062, 1056, 1, 0, 0, 0, 1062, 1057, 1, 0, 0, 0, 1062, 1058, 1, 0, 0, 0, 1063, 5, 1, 0, 0, 0, 1064, 1065, 5, 433, 0, 0, 1065, 1066, 3, 678, 339, 0, 1066, 7, 1, 0, 0, 0, 1067, 1068, 5, 46, 0, 0, 1068, 1069, 5, 318, 0, 0, 1069, 1071, 3, 812, 406, 0, 1070, 1072, 5, 105, 0, 0, 1071, 1070, 1, 0, 0, 0, 1071, 1072, 1, 0, 0, 0, 1072, 1076, 1, 0, 0, 0, 1073, 1075, 3, 12, 6, 0, 1074, 1073, 1, 0, 0, 0, 1075, 1078, 1, 0, 0, 0, 1076, 1074, 1, 0, 0, 0, 1076, 1077, 1, 0, 0, 0, 1077, 9, 1, 0, 0, 0, 1078, 1076, 1, 0, 0, 0, 1079, 1082, 5, 287, 0, 0, 1080, 1083, 3, 806, 403, 0, 1081, 1083, 5, 78, 0, 0, 1082, 1080, 1, 0, 0, 0, 1082, 1081, 1, 0, 0, 0, 1083, 1118, 1, 0, 0, 0, 1084, 1085, 7, 0, 0, 0, 1085, 1086, 5, 287, 0, 0, 1086, 1118, 3, 806, 403, 0, 1087, 1118, 5, 228, 0, 0, 1088, 1118, 5, 229, 0, 0, 1089, 1118, 5, 236, 0, 0, 1090, 1118, 5, 237, 0, 0, 1091, 1118, 5, 234, 0, 0, 1092, 1118, 5, 235, 0, 0, 1093, 1118, 5, 232, 0, 0, 1094, 1118, 5, 233, 0, 0, 1095, 1118, 5, 230, 0, 0, 1096, 1118, 5, 231, 0, 0, 1097, 1118, 5, 535, 0, 0, 1098, 1118, 5, 536, 0, 0, 1099, 1118, 5, 537, 0, 0, 1100, 1118, 5, 538, 0, 0, 1101, 1118, 5, 539, 0, 0, 1102, 1118, 5, 540, 0, 0, 1103, 1104, 5, 164, 0, 0, 1104, 1105, 5, 74, 0, 0, 1105, 1118, 3, 810, 405, 0, 1106, 1107, 5, 371, 0, 0, 1107, 1108, 5, 368, 0, 0, 1108, 1118, 3, 806, 403, 0, 1109, 1110, 5, 68, 0, 0, 1110, 1111, 7, 1, 0, 0, 1111, 1118, 3, 780, 390, 0, 1112, 1113, 7, 2, 0, 0, 1113, 1118, 3, 814, 407, 0, 1114, 1115, 5, 134, 0, 0, 1115, 1118, 3, 780, 390, 0, 1116, 1118, 3, 824, 412, 0, 1117, 1079, 1, 0, 0, 0, 1117, 1084, 1, 0, 0, 0, 1117, 1087, 1, 0, 0, 0, 1117, 1088, 1, 0, 0, 0, 1117, 1089, 1, 0, 0, 0, 1117, 1090, 1, 0, 0, 0, 1117, 1091, 1, 0, 0, 0, 1117, 1092, 1, 0, 0, 0, 1117, 1093, 1, 0, 0, 0, 1117, 1094, 1, 0, 0, 0, 1117, 1095, 1, 0, 0, 0, 1117, 1096, 1, 0, 0, 0, 1117, 1097, 1, 0, 0, 0, 1117, 1098, 1, 0, 0, 0, 1117, 1099, 1, 0, 0, 0, 1117, 1100, 1, 0, 0, 0, 1117, 1101, 1, 0, 0, 0, 1117, 1102, 1, 0, 0, 0, 1117, 1103, 1, 0, 0, 0, 1117, 1106, 1, 0, 0, 0, 1117, 1109, 1, 0, 0, 0, 1117, 1112, 1, 0, 0, 0, 1117, 1114, 1, 0, 0, 0, 1117, 1116, 1, 0, 0, 0, 1118, 11, 1, 0, 0, 0, 1119, 1128, 3, 10, 5, 0, 1120, 1121, 5, 348, 0, 0, 1121, 1128, 5, 574, 0, 0, 1122, 1123, 7, 3, 0, 0, 1123, 1128, 3, 814, 407, 0, 1124, 1125, 5, 68, 0, 0, 1125, 1126, 7, 1, 0, 0, 1126, 1128, 3, 814, 407, 0, 1127, 1119, 1, 0, 0, 0, 1127, 1120, 1, 0, 0, 0, 1127, 1122, 1, 0, 0, 0, 1127, 1124, 1, 0, 0, 0, 1128, 13, 1, 0, 0, 0, 1129, 1130, 5, 46, 0, 0, 1130, 1131, 5, 99, 0, 0, 1131, 1133, 3, 812, 406, 0, 1132, 1134, 5, 105, 0, 0, 1133, 1132, 1, 0, 0, 0, 1133, 1134, 1, 0, 0, 0, 1134, 1138, 1, 0, 0, 0, 1135, 1137, 3, 12, 6, 0, 1136, 1135, 1, 0, 0, 0, 1137, 1140, 1, 0, 0, 0, 1138, 1136, 1, 0, 0, 0, 1138, 1139, 1, 0, 0, 0, 1139, 15, 1, 0, 0, 0, 1140, 1138, 1, 0, 0, 0, 1141, 1142, 5, 138, 0, 0, 1142, 1143, 7, 2, 0, 0, 1143, 1145, 3, 812, 406, 0, 1144, 1146, 5, 105, 0, 0, 1145, 1144, 1, 0, 0, 0, 1145, 1146, 1, 0, 0, 0, 1146, 1150, 1, 0, 0, 0, 1147, 1149, 3, 10, 5, 0, 1148, 1147, 1, 0, 0, 0, 1149, 1152, 1, 0, 0, 0, 1150, 1148, 1, 0, 0, 0, 1150, 1151, 1, 0, 0, 0, 1151, 17, 1, 0, 0, 0, 1152, 1150, 1, 0, 0, 0, 1153, 1154, 5, 138, 0, 0, 1154, 1157, 7, 2, 0, 0, 1155, 1158, 5, 30, 0, 0, 1156, 1158, 3, 812, 406, 0, 1157, 1155, 1, 0, 0, 0, 1157, 1156, 1, 0, 0, 0, 1158, 1159, 1, 0, 0, 0, 1159, 1160, 5, 68, 0, 0, 1160, 1161, 5, 175, 0, 0, 1161, 1162, 3, 784, 392, 0, 1162, 1163, 3, 64, 32, 0, 1163, 19, 1, 0, 0, 0, 1164, 1165, 5, 138, 0, 0, 1165, 1166, 5, 442, 0, 0, 1166, 1168, 3, 790, 395, 0, 1167, 1169, 3, 362, 181, 0, 1168, 1167, 1, 0, 0, 0, 1168, 1169, 1, 0, 0, 0, 1169, 1170, 1, 0, 0, 0, 1170, 1171, 3, 22, 11, 0, 1171, 21, 1, 0, 0, 0, 1172, 1176, 3, 24, 12, 0, 1173, 1175, 3, 24, 12, 0, 1174, 1173, 1, 0, 0, 0, 1175, 1178, 1, 0, 0, 0, 1176, 1174, 1, 0, 0, 0, 1176, 1177, 1, 0, 0, 0, 1177, 1180, 1, 0, 0, 0, 1178, 1176, 1, 0, 0, 0, 1179, 1181, 5, 315, 0, 0, 1180, 1179, 1, 0, 0, 0, 1180, 1181, 1, 0, 0, 0, 1181, 1199, 1, 0, 0, 0, 1182, 1183, 5, 309, 0, 0, 1183, 1184, 5, 94, 0, 0, 1184, 1199, 3, 788, 394, 0, 1185, 1186, 5, 282, 0, 0, 1186, 1187, 5, 94, 0, 0, 1187, 1199, 3, 812, 406, 0, 1188, 1189, 5, 333, 0, 0, 1189, 1190, 5, 323, 0, 0, 1190, 1199, 3, 32, 16, 0, 1191, 1193, 5, 269, 0, 0, 1192, 1191, 1, 0, 0, 0, 1192, 1193, 1, 0, 0, 0, 1193, 1194, 1, 0, 0, 0, 1194, 1195, 5, 462, 0, 0, 1195, 1196, 5, 80, 0, 0, 1196, 1197, 5, 204, 0, 0, 1197, 1199, 3, 816, 408, 0, 1198, 1172, 1, 0, 0, 0, 1198, 1182, 1, 0, 0, 0, 1198, 1185, 1, 0, 0, 0, 1198, 1188, 1, 0, 0, 0, 1198, 1192, 1, 0, 0, 0, 1199, 23, 1, 0, 0, 0, 1200, 1243, 5, 222, 0, 0, 1201, 1243, 5, 338, 0, 0, 1202, 1243, 5, 377, 0, 0, 1203, 1205, 5, 77, 0, 0, 1204, 1203, 1, 0, 0, 0, 1204, 1205, 1, 0, 0, 0, 1205, 1206, 1, 0, 0, 0, 1206, 1243, 5, 250, 0, 0, 1207, 1209, 5, 205, 0, 0, 1208, 1207, 1, 0, 0, 0, 1208, 1209, 1, 0, 0, 0, 1209, 1210, 1, 0, 0, 0, 1210, 1211, 5, 327, 0, 0, 1211, 1218, 5, 243, 0, 0, 1212, 1214, 5, 205, 0, 0, 1213, 1212, 1, 0, 0, 0, 1213, 1214, 1, 0, 0, 0, 1214, 1215, 1, 0, 0, 0, 1215, 1216, 5, 327, 0, 0, 1216, 1218, 5, 181, 0, 0, 1217, 1208, 1, 0, 0, 0, 1217, 1213, 1, 0, 0, 0, 1218, 1243, 1, 0, 0, 0, 1219, 1220, 5, 460, 0, 0, 1220, 1243, 7, 4, 0, 0, 1221, 1222, 5, 170, 0, 0, 1222, 1243, 3, 822, 411, 0, 1223, 1224, 5, 320, 0, 0, 1224, 1243, 3, 816, 408, 0, 1225, 1226, 5, 333, 0, 0, 1226, 1227, 3, 816, 408, 0, 1227, 1230, 7, 5, 0, 0, 1228, 1231, 3, 816, 408, 0, 1229, 1231, 5, 53, 0, 0, 1230, 1228, 1, 0, 0, 0, 1230, 1229, 1, 0, 0, 0, 1231, 1243, 1, 0, 0, 0, 1232, 1233, 5, 333, 0, 0, 1233, 1234, 3, 816, 408, 0, 1234, 1235, 5, 64, 0, 0, 1235, 1236, 5, 434, 0, 0, 1236, 1243, 1, 0, 0, 0, 1237, 1240, 5, 313, 0, 0, 1238, 1241, 3, 816, 408, 0, 1239, 1241, 5, 30, 0, 0, 1240, 1238, 1, 0, 0, 0, 1240, 1239, 1, 0, 0, 0, 1241, 1243, 1, 0, 0, 0, 1242, 1200, 1, 0, 0, 0, 1242, 1201, 1, 0, 0, 0, 1242, 1202, 1, 0, 0, 0, 1242, 1204, 1, 0, 0, 0, 1242, 1217, 1, 0, 0, 0, 1242, 1219, 1, 0, 0, 0, 1242, 1221, 1, 0, 0, 0, 1242, 1223, 1, 0, 0, 0, 1242, 1225, 1, 0, 0, 0, 1242, 1232, 1, 0, 0, 0, 1242, 1237, 1, 0, 0, 0, 1243, 25, 1, 0, 0, 0, 1244, 1245, 5, 46, 0, 0, 1245, 1246, 5, 66, 0, 0, 1246, 1248, 3, 812, 406, 0, 1247, 1249, 5, 105, 0, 0, 1248, 1247, 1, 0, 0, 0, 1248, 1249, 1, 0, 0, 0, 1249, 1253, 1, 0, 0, 0, 1250, 1252, 3, 12, 6, 0, 1251, 1250, 1, 0, 0, 0, 1252, 1255, 1, 0, 0, 0, 1253, 1251, 1, 0, 0, 0, 1253, 1254, 1, 0, 0, 0, 1254, 27, 1, 0, 0, 0, 1255, 1253, 1, 0, 0, 0, 1256, 1257, 5, 138, 0, 0, 1257, 1258, 5, 66, 0, 0, 1258, 1259, 3, 812, 406, 0, 1259, 1260, 7, 6, 0, 0, 1260, 1261, 5, 99, 0, 0, 1261, 1262, 3, 814, 407, 0, 1262, 29, 1, 0, 0, 0, 1263, 1264, 5, 46, 0, 0, 1264, 1266, 5, 323, 0, 0, 1265, 1267, 3, 288, 144, 0, 1266, 1265, 1, 0, 0, 0, 1266, 1267, 1, 0, 0, 0, 1267, 1274, 1, 0, 0, 0, 1268, 1270, 3, 32, 16, 0, 1269, 1268, 1, 0, 0, 0, 1269, 1270, 1, 0, 0, 0, 1270, 1271, 1, 0, 0, 0, 1271, 1272, 5, 106, 0, 0, 1272, 1275, 3, 812, 406, 0, 1273, 1275, 3, 32, 16, 0, 1274, 1269, 1, 0, 0, 0, 1274, 1273, 1, 0, 0, 0, 1275, 1279, 1, 0, 0, 0, 1276, 1278, 3, 34, 17, 0, 1277, 1276, 1, 0, 0, 0, 1278, 1281, 1, 0, 0, 0, 1279, 1277, 1, 0, 0, 0, 1279, 1280, 1, 0, 0, 0, 1280, 31, 1, 0, 0, 0, 1281, 1279, 1, 0, 0, 0, 1282, 1283, 3, 310, 155, 0, 1283, 33, 1, 0, 0, 0, 1284, 1291, 3, 114, 57, 0, 1285, 1291, 3, 352, 176, 0, 1286, 1291, 3, 190, 95, 0, 1287, 1291, 3, 250, 125, 0, 1288, 1291, 3, 328, 164, 0, 1289, 1291, 3, 470, 235, 0, 1290, 1284, 1, 0, 0, 0, 1290, 1285, 1, 0, 0, 0, 1290, 1286, 1, 0, 0, 0, 1290, 1287, 1, 0, 0, 0, 1290, 1288, 1, 0, 0, 0, 1290, 1289, 1, 0, 0, 0, 1291, 35, 1, 0, 0, 0, 1292, 1294, 5, 333, 0, 0, 1293, 1295, 7, 7, 0, 0, 1294, 1293, 1, 0, 0, 0, 1294, 1295, 1, 0, 0, 0, 1295, 1296, 1, 0, 0, 0, 1296, 1297, 3, 38, 19, 0, 1297, 37, 1, 0, 0, 0, 1298, 1299, 5, 356, 0, 0, 1299, 1307, 3, 468, 234, 0, 1300, 1301, 5, 332, 0, 0, 1301, 1302, 5, 154, 0, 0, 1302, 1303, 5, 36, 0, 0, 1303, 1304, 5, 356, 0, 0, 1304, 1307, 3, 468, 234, 0, 1305, 1307, 3, 42, 21, 0, 1306, 1298, 1, 0, 0, 0, 1306, 1300, 1, 0, 0, 0, 1306, 1305, 1, 0, 0, 0, 1307, 39, 1, 0, 0, 0, 1308, 1311, 5, 30, 0, 0, 1309, 1311, 3, 44, 22, 0, 1310, 1308, 1, 0, 0, 0, 1310, 1309, 1, 0, 0, 0, 1311, 1313, 1, 0, 0, 0, 1312, 1314, 7, 5, 0, 0, 1313, 1312, 1, 0, 0, 0, 1313, 1314, 1, 0, 0, 0, 1314, 1317, 1, 0, 0, 0, 1315, 1318, 5, 53, 0, 0, 1316, 1318, 3, 46, 23, 0, 1317, 1315, 1, 0, 0, 0, 1317, 1316, 1, 0, 0, 0, 1317, 1318, 1, 0, 0, 0, 1318, 41, 1, 0, 0, 0, 1319, 1320, 5, 418, 0, 0, 1320, 1321, 5, 386, 0, 0, 1321, 1348, 3, 56, 28, 0, 1322, 1323, 5, 152, 0, 0, 1323, 1348, 3, 806, 403, 0, 1324, 1325, 5, 323, 0, 0, 1325, 1348, 3, 786, 393, 0, 1326, 1329, 5, 267, 0, 0, 1327, 1330, 3, 806, 403, 0, 1328, 1330, 5, 53, 0, 0, 1329, 1327, 1, 0, 0, 0, 1329, 1328, 1, 0, 0, 0, 1329, 1330, 1, 0, 0, 0, 1330, 1348, 1, 0, 0, 0, 1331, 1332, 5, 318, 0, 0, 1332, 1348, 3, 58, 29, 0, 1333, 1334, 5, 332, 0, 0, 1334, 1335, 5, 106, 0, 0, 1335, 1348, 3, 58, 29, 0, 1336, 1337, 5, 383, 0, 0, 1337, 1338, 5, 279, 0, 0, 1338, 1348, 3, 690, 345, 0, 1339, 1340, 5, 356, 0, 0, 1340, 1341, 5, 337, 0, 0, 1341, 1348, 3, 806, 403, 0, 1342, 1343, 3, 44, 22, 0, 1343, 1344, 5, 64, 0, 0, 1344, 1345, 5, 434, 0, 0, 1345, 1348, 1, 0, 0, 0, 1346, 1348, 3, 40, 20, 0, 1347, 1319, 1, 0, 0, 0, 1347, 1322, 1, 0, 0, 0, 1347, 1324, 1, 0, 0, 0, 1347, 1326, 1, 0, 0, 0, 1347, 1331, 1, 0, 0, 0, 1347, 1333, 1, 0, 0, 0, 1347, 1336, 1, 0, 0, 0, 1347, 1339, 1, 0, 0, 0, 1347, 1342, 1, 0, 0, 0, 1347, 1346, 1, 0, 0, 0, 1348, 43, 1, 0, 0, 0, 1349, 1354, 3, 816, 408, 0, 1350, 1351, 5, 11, 0, 0, 1351, 1353, 3, 816, 408, 0, 1352, 1350, 1, 0, 0, 0, 1353, 1356, 1, 0, 0, 0, 1354, 1352, 1, 0, 0, 0, 1354, 1355, 1, 0, 0, 0, 1355, 45, 1, 0, 0, 0, 1356, 1354, 1, 0, 0, 0, 1357, 1362, 3, 48, 24, 0, 1358, 1359, 5, 6, 0, 0, 1359, 1361, 3, 48, 24, 0, 1360, 1358, 1, 0, 0, 0, 1361, 1364, 1, 0, 0, 0, 1362, 1360, 1, 0, 0, 0, 1362, 1363, 1, 0, 0, 0, 1363, 47, 1, 0, 0, 0, 1364, 1362, 1, 0, 0, 0, 1365, 1368, 3, 54, 27, 0, 1366, 1368, 3, 196, 98, 0, 1367, 1365, 1, 0, 0, 0, 1367, 1366, 1, 0, 0, 0, 1368, 49, 1, 0, 0, 0, 1369, 1370, 5, 300, 0, 0, 1370, 1375, 7, 8, 0, 0, 1371, 1372, 5, 310, 0, 0, 1372, 1375, 5, 300, 0, 0, 1373, 1375, 5, 330, 0, 0, 1374, 1369, 1, 0, 0, 0, 1374, 1371, 1, 0, 0, 0, 1374, 1373, 1, 0, 0, 0, 1375, 51, 1, 0, 0, 0, 1376, 1383, 5, 96, 0, 0, 1377, 1383, 5, 60, 0, 0, 1378, 1383, 5, 80, 0, 0, 1379, 1383, 3, 796, 398, 0, 1380, 1383, 3, 830, 415, 0, 1381, 1383, 3, 806, 403, 0, 1382, 1376, 1, 0, 0, 0, 1382, 1377, 1, 0, 0, 0, 1382, 1378, 1, 0, 0, 0, 1382, 1379, 1, 0, 0, 0, 1382, 1380, 1, 0, 0, 0, 1382, 1381, 1, 0, 0, 0, 1383, 53, 1, 0, 0, 0, 1384, 1389, 5, 96, 0, 0, 1385, 1389, 5, 60, 0, 0, 1386, 1389, 5, 80, 0, 0, 1387, 1389, 3, 58, 29, 0, 1388, 1384, 1, 0, 0, 0, 1388, 1385, 1, 0, 0, 0, 1388, 1386, 1, 0, 0, 0, 1388, 1387, 1, 0, 0, 0, 1389, 55, 1, 0, 0, 0, 1390, 1405, 3, 806, 403, 0, 1391, 1405, 5, 53, 0, 0, 1392, 1405, 3, 824, 412, 0, 1393, 1394, 5, 403, 0, 0, 1394, 1396, 3, 806, 403, 0, 1395, 1397, 3, 662, 331, 0, 1396, 1395, 1, 0, 0, 0, 1396, 1397, 1, 0, 0, 0, 1397, 1405, 1, 0, 0, 0, 1398, 1399, 5, 403, 0, 0, 1399, 1400, 3, 654, 327, 0, 1400, 1401, 3, 806, 403, 0, 1401, 1405, 1, 0, 0, 0, 1402, 1405, 3, 196, 98, 0, 1403, 1405, 5, 254, 0, 0, 1404, 1390, 1, 0, 0, 0, 1404, 1391, 1, 0, 0, 0, 1404, 1392, 1, 0, 0, 0, 1404, 1393, 1, 0, 0, 0, 1404, 1398, 1, 0, 0, 0, 1404, 1402, 1, 0, 0, 0, 1404, 1403, 1, 0, 0, 0, 1405, 57, 1, 0, 0, 0, 1406, 1409, 3, 820, 410, 0, 1407, 1409, 3, 806, 403, 0, 1408, 1406, 1, 0, 0, 0, 1408, 1407, 1, 0, 0, 0, 1409, 59, 1, 0, 0, 0, 1410, 1411, 5, 313, 0, 0, 1411, 1412, 3, 62, 31, 0, 1412, 61, 1, 0, 0, 0, 1413, 1414, 5, 418, 0, 0, 1414, 1423, 5, 386, 0, 0, 1415, 1416, 5, 356, 0, 0, 1416, 1417, 5, 244, 0, 0, 1417, 1423, 5, 251, 0, 0, 1418, 1419, 5, 332, 0, 0, 1419, 1423, 5, 106, 0, 0, 1420, 1423, 5, 30, 0, 0, 1421, 1423, 3, 44, 22, 0, 1422, 1413, 1, 0, 0, 0, 1422, 1415, 1, 0, 0, 0, 1422, 1418, 1, 0, 0, 0, 1422, 1420, 1, 0, 0, 0, 1422, 1421, 1, 0, 0, 0, 1423, 63, 1, 0, 0, 0, 1424, 1425, 5, 333, 0, 0, 1425, 1428, 3, 38, 19, 0, 1426, 1428, 3, 60, 30, 0, 1427, 1424, 1, 0, 0, 0, 1427, 1426, 1, 0, 0, 0, 1428, 65, 1, 0, 0, 0, 1429, 1430, 5, 333, 0, 0, 1430, 1433, 3, 42, 21, 0, 1431, 1433, 3, 60, 30, 0, 1432, 1429, 1, 0, 0, 0, 1432, 1431, 1, 0, 0, 0, 1433, 67, 1, 0, 0, 0, 1434, 1444, 5, 335, 0, 0, 1435, 1445, 3, 44, 22, 0, 1436, 1437, 5, 418, 0, 0, 1437, 1445, 5, 386, 0, 0, 1438, 1439, 5, 356, 0, 0, 1439, 1440, 5, 244, 0, 0, 1440, 1445, 5, 251, 0, 0, 1441, 1442, 5, 332, 0, 0, 1442, 1445, 5, 106, 0, 0, 1443, 1445, 5, 30, 0, 0, 1444, 1435, 1, 0, 0, 0, 1444, 1436, 1, 0, 0, 0, 1444, 1438, 1, 0, 0, 0, 1444, 1441, 1, 0, 0, 0, 1444, 1443, 1, 0, 0, 0, 1445, 69, 1, 0, 0, 0, 1446, 1447, 5, 333, 0, 0, 1447, 1450, 5, 165, 0, 0, 1448, 1451, 5, 30, 0, 0, 1449, 1451, 3, 756, 378, 0, 1450, 1448, 1, 0, 0, 0, 1450, 1449, 1, 0, 0, 0, 1451, 1452, 1, 0, 0, 0, 1452, 1453, 7, 9, 0, 0, 1453, 71, 1, 0, 0, 0, 1454, 1455, 5, 155, 0, 0, 1455, 73, 1, 0, 0, 0, 1456, 1457, 5, 187, 0, 0, 1457, 1458, 7, 10, 0, 0, 1458, 75, 1, 0, 0, 0, 1459, 1460, 5, 138, 0, 0, 1460, 1462, 5, 92, 0, 0, 1461, 1463, 3, 416, 208, 0, 1462, 1461, 1, 0, 0, 0, 1462, 1463, 1, 0, 0, 0, 1463, 1464, 1, 0, 0, 0, 1464, 1467, 3, 618, 309, 0, 1465, 1468, 3, 78, 39, 0, 1466, 1468, 3, 80, 40, 0, 1467, 1465, 1, 0, 0, 0, 1467, 1466, 1, 0, 0, 0, 1468, 1577, 1, 0, 0, 0, 1469, 1470, 5, 138, 0, 0, 1470, 1471, 5, 92, 0, 0, 1471, 1472, 5, 30, 0, 0, 1472, 1473, 5, 68, 0, 0, 1473, 1477, 3, 170, 85, 0, 1474, 1475, 5, 281, 0, 0, 1475, 1476, 5, 147, 0, 0, 1476, 1478, 3, 814, 407, 0, 1477, 1474, 1, 0, 0, 0, 1477, 1478, 1, 0, 0, 0, 1478, 1479, 1, 0, 0, 0, 1479, 1480, 5, 333, 0, 0, 1480, 1481, 5, 351, 0, 0, 1481, 1483, 3, 766, 383, 0, 1482, 1484, 5, 272, 0, 0, 1483, 1482, 1, 0, 0, 0, 1483, 1484, 1, 0, 0, 0, 1484, 1577, 1, 0, 0, 0, 1485, 1486, 5, 138, 0, 0, 1486, 1488, 5, 92, 0, 0, 1487, 1489, 3, 416, 208, 0, 1488, 1487, 1, 0, 0, 0, 1488, 1489, 1, 0, 0, 0, 1489, 1490, 1, 0, 0, 0, 1490, 1491, 3, 770, 385, 0, 1491, 1492, 3, 82, 41, 0, 1492, 1493, 3, 98, 49, 0, 1493, 1577, 1, 0, 0, 0, 1494, 1495, 5, 138, 0, 0, 1495, 1497, 5, 92, 0, 0, 1496, 1498, 3, 416, 208, 0, 1497, 1496, 1, 0, 0, 0, 1497, 1498, 1, 0, 0, 0, 1498, 1499, 1, 0, 0, 0, 1499, 1500, 3, 770, 385, 0, 1500, 1501, 5, 436, 0, 0, 1501, 1502, 5, 285, 0, 0, 1502, 1504, 3, 776, 388, 0, 1503, 1505, 7, 11, 0, 0, 1504, 1503, 1, 0, 0, 0, 1504, 1505, 1, 0, 0, 0, 1505, 1577, 1, 0, 0, 0, 1506, 1507, 5, 138, 0, 0, 1507, 1509, 5, 226, 0, 0, 1508, 1510, 3, 416, 208, 0, 1509, 1508, 1, 0, 0, 0, 1509, 1510, 1, 0, 0, 0, 1510, 1511, 1, 0, 0, 0, 1511, 1514, 3, 776, 388, 0, 1512, 1515, 3, 78, 39, 0, 1513, 1515, 3, 82, 41, 0, 1514, 1512, 1, 0, 0, 0, 1514, 1513, 1, 0, 0, 0, 1515, 1577, 1, 0, 0, 0, 1516, 1517, 5, 138, 0, 0, 1517, 1518, 5, 226, 0, 0, 1518, 1519, 5, 30, 0, 0, 1519, 1520, 5, 68, 0, 0, 1520, 1524, 3, 170, 85, 0, 1521, 1522, 5, 281, 0, 0, 1522, 1523, 5, 147, 0, 0, 1523, 1525, 3, 814, 407, 0, 1524, 1521, 1, 0, 0, 0, 1524, 1525, 1, 0, 0, 0, 1525, 1526, 1, 0, 0, 0, 1526, 1527, 5, 333, 0, 0, 1527, 1529, 3, 170, 85, 0, 1528, 1530, 5, 272, 0, 0, 1529, 1528, 1, 0, 0, 0, 1529, 1530, 1, 0, 0, 0, 1530, 1577, 1, 0, 0, 0, 1531, 1532, 5, 138, 0, 0, 1532, 1534, 5, 328, 0, 0, 1533, 1535, 3, 416, 208, 0, 1534, 1533, 1, 0, 0, 0, 1534, 1535, 1, 0, 0, 0, 1535, 1536, 1, 0, 0, 0, 1536, 1537, 3, 776, 388, 0, 1537, 1538, 3, 78, 39, 0, 1538, 1577, 1, 0, 0, 0, 1539, 1541, 5, 138, 0, 0, 1540, 1542, 5, 259, 0, 0, 1541, 1540, 1, 0, 0, 0, 1541, 1542, 1, 0, 0, 0, 1542, 1543, 1, 0, 0, 0, 1543, 1545, 5, 376, 0, 0, 1544, 1546, 3, 416, 208, 0, 1545, 1544, 1, 0, 0, 0, 1545, 1546, 1, 0, 0, 0, 1546, 1547, 1, 0, 0, 0, 1547, 1548, 3, 774, 387, 0, 1548, 1549, 3, 78, 39, 0, 1549, 1577, 1, 0, 0, 0, 1550, 1551, 5, 138, 0, 0, 1551, 1552, 5, 259, 0, 0, 1552, 1553, 5, 376, 0, 0, 1553, 1554, 5, 30, 0, 0, 1554, 1555, 5, 68, 0, 0, 1555, 1559, 3, 170, 85, 0, 1556, 1557, 5, 281, 0, 0, 1557, 1558, 5, 147, 0, 0, 1558, 1560, 3, 814, 407, 0, 1559, 1556, 1, 0, 0, 0, 1559, 1560, 1, 0, 0, 0, 1560, 1561, 1, 0, 0, 0, 1561, 1562, 5, 333, 0, 0, 1562, 1563, 5, 351, 0, 0, 1563, 1565, 3, 766, 383, 0, 1564, 1566, 5, 272, 0, 0, 1565, 1564, 1, 0, 0, 0, 1565, 1566, 1, 0, 0, 0, 1566, 1577, 1, 0, 0, 0, 1567, 1568, 5, 138, 0, 0, 1568, 1569, 5, 63, 0, 0, 1569, 1571, 5, 92, 0, 0, 1570, 1572, 3, 416, 208, 0, 1571, 1570, 1, 0, 0, 0, 1571, 1572, 1, 0, 0, 0, 1572, 1573, 1, 0, 0, 0, 1573, 1574, 3, 618, 309, 0, 1574, 1575, 3, 78, 39, 0, 1575, 1577, 1, 0, 0, 0, 1576, 1459, 1, 0, 0, 0, 1576, 1469, 1, 0, 0, 0, 1576, 1485, 1, 0, 0, 0, 1576, 1494, 1, 0, 0, 0, 1576, 1506, 1, 0, 0, 0, 1576, 1516, 1, 0, 0, 0, 1576, 1531, 1, 0, 0, 0, 1576, 1539, 1, 0, 0, 0, 1576, 1550, 1, 0, 0, 0, 1576, 1567, 1, 0, 0, 0, 1577, 77, 1, 0, 0, 0, 1578, 1583, 3, 84, 42, 0, 1579, 1580, 5, 6, 0, 0, 1580, 1582, 3, 84, 42, 0, 1581, 1579, 1, 0, 0, 0, 1582, 1585, 1, 0, 0, 0, 1583, 1581, 1, 0, 0, 0, 1583, 1584, 1, 0, 0, 0, 1584, 79, 1, 0, 0, 0, 1585, 1583, 1, 0, 0, 0, 1586, 1587, 3, 82, 41, 0, 1587, 1588, 3, 98, 49, 0, 1588, 1593, 1, 0, 0, 0, 1589, 1590, 5, 436, 0, 0, 1590, 1591, 5, 285, 0, 0, 1591, 1593, 3, 776, 388, 0, 1592, 1586, 1, 0, 0, 0, 1592, 1589, 1, 0, 0, 0, 1593, 81, 1, 0, 0, 0, 1594, 1595, 5, 435, 0, 0, 1595, 1596, 5, 285, 0, 0, 1596, 1597, 3, 776, 388, 0, 1597, 83, 1, 0, 0, 0, 1598, 1601, 5, 133, 0, 0, 1599, 1600, 5, 45, 0, 0, 1600, 1602, 3, 816, 408, 0, 1601, 1599, 1, 0, 0, 0, 1601, 1602, 1, 0, 0, 0, 1602, 1603, 1, 0, 0, 0, 1603, 1832, 3, 136, 68, 0, 1604, 1605, 5, 138, 0, 0, 1605, 1606, 5, 45, 0, 0, 1606, 1610, 3, 816, 408, 0, 1607, 1609, 3, 266, 133, 0, 1608, 1607, 1, 0, 0, 0, 1609, 1612, 1, 0, 0, 0, 1610, 1608, 1, 0, 0, 0, 1610, 1611, 1, 0, 0, 0, 1611, 1832, 1, 0, 0, 0, 1612, 1610, 1, 0, 0, 0, 1613, 1614, 5, 372, 0, 0, 1614, 1615, 5, 45, 0, 0, 1615, 1832, 3, 816, 408, 0, 1616, 1617, 5, 191, 0, 0, 1617, 1619, 5, 45, 0, 0, 1618, 1620, 3, 416, 208, 0, 1619, 1618, 1, 0, 0, 0, 1619, 1620, 1, 0, 0, 0, 1620, 1621, 1, 0, 0, 0, 1621, 1623, 3, 816, 408, 0, 1622, 1624, 3, 88, 44, 0, 1623, 1622, 1, 0, 0, 0, 1623, 1624, 1, 0, 0, 0, 1624, 1832, 1, 0, 0, 0, 1625, 1626, 5, 333, 0, 0, 1626, 1627, 5, 379, 0, 0, 1627, 1832, 7, 12, 0, 0, 1628, 1629, 5, 158, 0, 0, 1629, 1630, 5, 80, 0, 0, 1630, 1832, 3, 816, 408, 0, 1631, 1632, 5, 333, 0, 0, 1632, 1832, 7, 13, 0, 0, 1633, 1635, 5, 193, 0, 0, 1634, 1636, 7, 14, 0, 0, 1635, 1634, 1, 0, 0, 0, 1635, 1636, 1, 0, 0, 0, 1636, 1637, 1, 0, 0, 0, 1637, 1832, 5, 357, 0, 0, 1638, 1639, 5, 186, 0, 0, 1639, 1643, 5, 357, 0, 0, 1640, 1644, 5, 30, 0, 0, 1641, 1644, 5, 99, 0, 0, 1642, 1644, 3, 816, 408, 0, 1643, 1640, 1, 0, 0, 0, 1643, 1641, 1, 0, 0, 0, 1643, 1642, 1, 0, 0, 0, 1644, 1832, 1, 0, 0, 0, 1645, 1646, 5, 193, 0, 0, 1646, 1647, 7, 14, 0, 0, 1647, 1648, 5, 321, 0, 0, 1648, 1832, 3, 816, 408, 0, 1649, 1650, 5, 186, 0, 0, 1650, 1651, 5, 321, 0, 0, 1651, 1832, 3, 816, 408, 0, 1652, 1654, 5, 269, 0, 0, 1653, 1652, 1, 0, 0, 0, 1653, 1654, 1, 0, 0, 0, 1654, 1655, 1, 0, 0, 0, 1655, 1656, 5, 228, 0, 0, 1656, 1832, 3, 776, 388, 0, 1657, 1658, 5, 275, 0, 0, 1658, 1832, 3, 310, 155, 0, 1659, 1660, 5, 77, 0, 0, 1660, 1832, 5, 275, 0, 0, 1661, 1662, 5, 282, 0, 0, 1662, 1663, 5, 94, 0, 0, 1663, 1832, 3, 812, 406, 0, 1664, 1665, 5, 333, 0, 0, 1665, 1666, 5, 351, 0, 0, 1666, 1832, 3, 766, 383, 0, 1667, 1668, 5, 312, 0, 0, 1668, 1673, 5, 219, 0, 0, 1669, 1674, 5, 270, 0, 0, 1670, 1674, 5, 113, 0, 0, 1671, 1674, 5, 53, 0, 0, 1672, 1674, 3, 174, 87, 0, 1673, 1669, 1, 0, 0, 0, 1673, 1670, 1, 0, 0, 0, 1673, 1671, 1, 0, 0, 0, 1673, 1672, 1, 0, 0, 0, 1674, 1832, 1, 0, 0, 0, 1675, 1682, 5, 193, 0, 0, 1676, 1682, 5, 186, 0, 0, 1677, 1679, 5, 269, 0, 0, 1678, 1677, 1, 0, 0, 0, 1678, 1679, 1, 0, 0, 0, 1679, 1680, 1, 0, 0, 0, 1680, 1682, 5, 209, 0, 0, 1681, 1675, 1, 0, 0, 0, 1681, 1676, 1, 0, 0, 0, 1681, 1678, 1, 0, 0, 0, 1682, 1683, 1, 0, 0, 0, 1683, 1684, 5, 414, 0, 0, 1684, 1685, 5, 251, 0, 0, 1685, 1832, 5, 327, 0, 0, 1686, 1688, 5, 191, 0, 0, 1687, 1689, 5, 44, 0, 0, 1688, 1687, 1, 0, 0, 0, 1688, 1689, 1, 0, 0, 0, 1689, 1691, 1, 0, 0, 0, 1690, 1692, 3, 416, 208, 0, 1691, 1690, 1, 0, 0, 0, 1691, 1692, 1, 0, 0, 0, 1692, 1693, 1, 0, 0, 0, 1693, 1695, 3, 796, 398, 0, 1694, 1696, 3, 88, 44, 0, 1695, 1694, 1, 0, 0, 0, 1695, 1696, 1, 0, 0, 0, 1696, 1832, 1, 0, 0, 0, 1697, 1699, 5, 133, 0, 0, 1698, 1700, 5, 44, 0, 0, 1699, 1698, 1, 0, 0, 0, 1699, 1700, 1, 0, 0, 0, 1700, 1702, 1, 0, 0, 0, 1701, 1703, 3, 288, 144, 0, 1702, 1701, 1, 0, 0, 0, 1702, 1703, 1, 0, 0, 0, 1703, 1704, 1, 0, 0, 0, 1704, 1832, 3, 126, 63, 0, 1705, 1707, 5, 138, 0, 0, 1706, 1708, 5, 44, 0, 0, 1707, 1706, 1, 0, 0, 0, 1707, 1708, 1, 0, 0, 0, 1708, 1709, 1, 0, 0, 0, 1709, 1712, 3, 796, 398, 0, 1710, 1713, 3, 86, 43, 0, 1711, 1713, 3, 216, 108, 0, 1712, 1710, 1, 0, 0, 0, 1712, 1711, 1, 0, 0, 0, 1713, 1832, 1, 0, 0, 0, 1714, 1716, 5, 138, 0, 0, 1715, 1717, 5, 44, 0, 0, 1716, 1715, 1, 0, 0, 0, 1716, 1717, 1, 0, 0, 0, 1717, 1718, 1, 0, 0, 0, 1718, 1719, 3, 796, 398, 0, 1719, 1720, 7, 15, 0, 0, 1720, 1721, 5, 77, 0, 0, 1721, 1722, 5, 78, 0, 0, 1722, 1832, 1, 0, 0, 0, 1723, 1725, 5, 138, 0, 0, 1724, 1726, 5, 44, 0, 0, 1725, 1724, 1, 0, 0, 0, 1725, 1726, 1, 0, 0, 0, 1726, 1727, 1, 0, 0, 0, 1727, 1728, 3, 796, 398, 0, 1728, 1729, 5, 191, 0, 0, 1729, 1731, 5, 437, 0, 0, 1730, 1732, 3, 416, 208, 0, 1731, 1730, 1, 0, 0, 0, 1731, 1732, 1, 0, 0, 0, 1732, 1832, 1, 0, 0, 0, 1733, 1735, 5, 138, 0, 0, 1734, 1736, 5, 44, 0, 0, 1735, 1734, 1, 0, 0, 0, 1735, 1736, 1, 0, 0, 0, 1736, 1737, 1, 0, 0, 0, 1737, 1738, 3, 796, 398, 0, 1738, 1739, 5, 333, 0, 0, 1739, 1740, 5, 342, 0, 0, 1740, 1741, 3, 810, 405, 0, 1741, 1832, 1, 0, 0, 0, 1742, 1744, 5, 138, 0, 0, 1743, 1745, 5, 44, 0, 0, 1744, 1743, 1, 0, 0, 0, 1744, 1745, 1, 0, 0, 0, 1745, 1746, 1, 0, 0, 0, 1746, 1748, 3, 796, 398, 0, 1747, 1742, 1, 0, 0, 0, 1747, 1748, 1, 0, 0, 0, 1748, 1749, 1, 0, 0, 0, 1749, 1750, 7, 16, 0, 0, 1750, 1832, 3, 92, 46, 0, 1751, 1753, 5, 138, 0, 0, 1752, 1754, 5, 44, 0, 0, 1753, 1752, 1, 0, 0, 0, 1753, 1754, 1, 0, 0, 0, 1754, 1755, 1, 0, 0, 0, 1755, 1756, 3, 796, 398, 0, 1756, 1757, 5, 333, 0, 0, 1757, 1758, 5, 345, 0, 0, 1758, 1759, 3, 816, 408, 0, 1759, 1832, 1, 0, 0, 0, 1760, 1762, 5, 138, 0, 0, 1761, 1763, 5, 44, 0, 0, 1762, 1761, 1, 0, 0, 0, 1762, 1763, 1, 0, 0, 0, 1763, 1764, 1, 0, 0, 0, 1764, 1765, 3, 796, 398, 0, 1765, 1766, 5, 133, 0, 0, 1766, 1767, 5, 438, 0, 0, 1767, 1768, 3, 132, 66, 0, 1768, 1769, 5, 36, 0, 0, 1769, 1778, 5, 219, 0, 0, 1770, 1772, 5, 2, 0, 0, 1771, 1773, 3, 194, 97, 0, 1772, 1771, 1, 0, 0, 0, 1773, 1774, 1, 0, 0, 0, 1774, 1772, 1, 0, 0, 0, 1774, 1775, 1, 0, 0, 0, 1775, 1776, 1, 0, 0, 0, 1776, 1777, 5, 3, 0, 0, 1777, 1779, 1, 0, 0, 0, 1778, 1770, 1, 0, 0, 0, 1778, 1779, 1, 0, 0, 0, 1779, 1832, 1, 0, 0, 0, 1780, 1782, 5, 138, 0, 0, 1781, 1783, 5, 44, 0, 0, 1782, 1781, 1, 0, 0, 0, 1782, 1783, 1, 0, 0, 0, 1783, 1784, 1, 0, 0, 0, 1784, 1798, 3, 796, 398, 0, 1785, 1790, 5, 314, 0, 0, 1786, 1788, 5, 105, 0, 0, 1787, 1786, 1, 0, 0, 0, 1787, 1788, 1, 0, 0, 0, 1788, 1789, 1, 0, 0, 0, 1789, 1791, 3, 196, 98, 0, 1790, 1787, 1, 0, 0, 0, 1790, 1791, 1, 0, 0, 0, 1791, 1799, 1, 0, 0, 0, 1792, 1796, 5, 333, 0, 0, 1793, 1797, 3, 194, 97, 0, 1794, 1795, 5, 438, 0, 0, 1795, 1797, 3, 132, 66, 0, 1796, 1793, 1, 0, 0, 0, 1796, 1794, 1, 0, 0, 0, 1797, 1799, 1, 0, 0, 0, 1798, 1785, 1, 0, 0, 0, 1798, 1792, 1, 0, 0, 0, 1799, 1800, 1, 0, 0, 0, 1800, 1798, 1, 0, 0, 0, 1800, 1801, 1, 0, 0, 0, 1801, 1832, 1, 0, 0, 0, 1802, 1804, 5, 138, 0, 0, 1803, 1805, 5, 44, 0, 0, 1804, 1803, 1, 0, 0, 0, 1804, 1805, 1, 0, 0, 0, 1805, 1806, 1, 0, 0, 0, 1806, 1807, 3, 796, 398, 0, 1807, 1808, 5, 191, 0, 0, 1808, 1810, 5, 219, 0, 0, 1809, 1811, 3, 416, 208, 0, 1810, 1809, 1, 0, 0, 0, 1810, 1811, 1, 0, 0, 0, 1811, 1832, 1, 0, 0, 0, 1812, 1814, 5, 138, 0, 0, 1813, 1815, 5, 44, 0, 0, 1814, 1813, 1, 0, 0, 0, 1814, 1815, 1, 0, 0, 0, 1815, 1816, 1, 0, 0, 0, 1816, 1819, 3, 796, 398, 0, 1817, 1818, 5, 333, 0, 0, 1818, 1820, 5, 174, 0, 0, 1819, 1817, 1, 0, 0, 0, 1819, 1820, 1, 0, 0, 0, 1820, 1821, 1, 0, 0, 0, 1821, 1822, 5, 360, 0, 0, 1822, 1824, 3, 646, 323, 0, 1823, 1825, 3, 90, 45, 0, 1824, 1823, 1, 0, 0, 0, 1824, 1825, 1, 0, 0, 0, 1825, 1828, 1, 0, 0, 0, 1826, 1827, 5, 100, 0, 0, 1827, 1829, 3, 668, 334, 0, 1828, 1826, 1, 0, 0, 0, 1828, 1829, 1, 0, 0, 0, 1829, 1832, 1, 0, 0, 0, 1830, 1832, 3, 216, 108, 0, 1831, 1598, 1, 0, 0, 0, 1831, 1604, 1, 0, 0, 0, 1831, 1613, 1, 0, 0, 0, 1831, 1616, 1, 0, 0, 0, 1831, 1625, 1, 0, 0, 0, 1831, 1628, 1, 0, 0, 0, 1831, 1631, 1, 0, 0, 0, 1831, 1633, 1, 0, 0, 0, 1831, 1638, 1, 0, 0, 0, 1831, 1645, 1, 0, 0, 0, 1831, 1649, 1, 0, 0, 0, 1831, 1653, 1, 0, 0, 0, 1831, 1657, 1, 0, 0, 0, 1831, 1659, 1, 0, 0, 0, 1831, 1661, 1, 0, 0, 0, 1831, 1664, 1, 0, 0, 0, 1831, 1667, 1, 0, 0, 0, 1831, 1681, 1, 0, 0, 0, 1831, 1686, 1, 0, 0, 0, 1831, 1697, 1, 0, 0, 0, 1831, 1705, 1, 0, 0, 0, 1831, 1714, 1, 0, 0, 0, 1831, 1723, 1, 0, 0, 0, 1831, 1733, 1, 0, 0, 0, 1831, 1747, 1, 0, 0, 0, 1831, 1751, 1, 0, 0, 0, 1831, 1760, 1, 0, 0, 0, 1831, 1780, 1, 0, 0, 0, 1831, 1802, 1, 0, 0, 0, 1831, 1812, 1, 0, 0, 0, 1831, 1830, 1, 0, 0, 0, 1832, 85, 1, 0, 0, 0, 1833, 1834, 5, 333, 0, 0, 1834, 1835, 5, 53, 0, 0, 1835, 1839, 3, 668, 334, 0, 1836, 1837, 5, 191, 0, 0, 1837, 1839, 5, 53, 0, 0, 1838, 1833, 1, 0, 0, 0, 1838, 1836, 1, 0, 0, 0, 1839, 87, 1, 0, 0, 0, 1840, 1841, 7, 17, 0, 0, 1841, 89, 1, 0, 0, 0, 1842, 1843, 5, 43, 0, 0, 1843, 1844, 3, 310, 155, 0, 1844, 91, 1, 0, 0, 0, 1845, 1846, 5, 2, 0, 0, 1846, 1851, 3, 96, 48, 0, 1847, 1848, 5, 6, 0, 0, 1848, 1850, 3, 96, 48, 0, 1849, 1847, 1, 0, 0, 0, 1850, 1853, 1, 0, 0, 0, 1851, 1849, 1, 0, 0, 0, 1851, 1852, 1, 0, 0, 0, 1852, 1854, 1, 0, 0, 0, 1853, 1851, 1, 0, 0, 0, 1854, 1855, 5, 3, 0, 0, 1855, 93, 1, 0, 0, 0, 1856, 1857, 5, 105, 0, 0, 1857, 1858, 3, 92, 46, 0, 1858, 95, 1, 0, 0, 0, 1859, 1864, 3, 822, 411, 0, 1860, 1861, 5, 10, 0, 0, 1861, 1865, 3, 282, 141, 0, 1862, 1863, 5, 11, 0, 0, 1863, 1865, 3, 280, 140, 0, 1864, 1860, 1, 0, 0, 0, 1864, 1862, 1, 0, 0, 0, 1864, 1865, 1, 0, 0, 0, 1865, 97, 1, 0, 0, 0, 1866, 1867, 5, 62, 0, 0, 1867, 1868, 5, 422, 0, 0, 1868, 1869, 5, 105, 0, 0, 1869, 1870, 5, 2, 0, 0, 1870, 1871, 5, 533, 0, 0, 1871, 1872, 3, 196, 98, 0, 1872, 1873, 5, 6, 0, 0, 1873, 1874, 5, 534, 0, 0, 1874, 1875, 3, 196, 98, 0, 1875, 1876, 5, 3, 0, 0, 1876, 1890, 1, 0, 0, 0, 1877, 1878, 5, 62, 0, 0, 1878, 1879, 5, 422, 0, 0, 1879, 1880, 5, 68, 0, 0, 1880, 1890, 3, 528, 264, 0, 1881, 1882, 5, 62, 0, 0, 1882, 1883, 5, 422, 0, 0, 1883, 1884, 5, 64, 0, 0, 1884, 1885, 3, 528, 264, 0, 1885, 1886, 5, 94, 0, 0, 1886, 1887, 3, 528, 264, 0, 1887, 1890, 1, 0, 0, 0, 1888, 1890, 5, 53, 0, 0, 1889, 1866, 1, 0, 0, 0, 1889, 1877, 1, 0, 0, 0, 1889, 1881, 1, 0, 0, 0, 1889, 1888, 1, 0, 0, 0, 1890, 99, 1, 0, 0, 0, 1891, 1892, 5, 138, 0, 0, 1892, 1893, 5, 360, 0, 0, 1893, 1894, 3, 310, 155, 0, 1894, 1899, 3, 102, 51, 0, 1895, 1896, 5, 6, 0, 0, 1896, 1898, 3, 102, 51, 0, 1897, 1895, 1, 0, 0, 0, 1898, 1901, 1, 0, 0, 0, 1899, 1897, 1, 0, 0, 0, 1899, 1900, 1, 0, 0, 0, 1900, 101, 1, 0, 0, 0, 1901, 1899, 1, 0, 0, 0, 1902, 1903, 5, 133, 0, 0, 1903, 1904, 5, 143, 0, 0, 1904, 1906, 3, 638, 319, 0, 1905, 1907, 3, 88, 44, 0, 1906, 1905, 1, 0, 0, 0, 1906, 1907, 1, 0, 0, 0, 1907, 1933, 1, 0, 0, 0, 1908, 1909, 5, 191, 0, 0, 1909, 1911, 5, 143, 0, 0, 1910, 1912, 3, 416, 208, 0, 1911, 1910, 1, 0, 0, 0, 1911, 1912, 1, 0, 0, 0, 1912, 1913, 1, 0, 0, 0, 1913, 1915, 3, 816, 408, 0, 1914, 1916, 3, 88, 44, 0, 1915, 1914, 1, 0, 0, 0, 1915, 1916, 1, 0, 0, 0, 1916, 1933, 1, 0, 0, 0, 1917, 1918, 5, 138, 0, 0, 1918, 1919, 5, 143, 0, 0, 1919, 1922, 3, 816, 408, 0, 1920, 1921, 5, 333, 0, 0, 1921, 1923, 5, 174, 0, 0, 1922, 1920, 1, 0, 0, 0, 1922, 1923, 1, 0, 0, 0, 1923, 1924, 1, 0, 0, 0, 1924, 1925, 5, 360, 0, 0, 1925, 1927, 3, 646, 323, 0, 1926, 1928, 3, 90, 45, 0, 1927, 1926, 1, 0, 0, 0, 1927, 1928, 1, 0, 0, 0, 1928, 1930, 1, 0, 0, 0, 1929, 1931, 3, 88, 44, 0, 1930, 1929, 1, 0, 0, 0, 1930, 1931, 1, 0, 0, 0, 1931, 1933, 1, 0, 0, 0, 1932, 1902, 1, 0, 0, 0, 1932, 1908, 1, 0, 0, 0, 1932, 1917, 1, 0, 0, 0, 1933, 103, 1, 0, 0, 0, 1934, 1937, 5, 157, 0, 0, 1935, 1938, 3, 816, 408, 0, 1936, 1938, 5, 30, 0, 0, 1937, 1935, 1, 0, 0, 0, 1937, 1936, 1, 0, 0, 0, 1938, 105, 1, 0, 0, 0, 1939, 1941, 5, 169, 0, 0, 1940, 1942, 5, 107, 0, 0, 1941, 1940, 1, 0, 0, 0, 1941, 1942, 1, 0, 0, 0, 1942, 1943, 1, 0, 0, 0, 1943, 1945, 3, 770, 385, 0, 1944, 1946, 3, 138, 69, 0, 1945, 1944, 1, 0, 0, 0, 1945, 1946, 1, 0, 0, 0, 1946, 1947, 1, 0, 0, 0, 1947, 1949, 7, 18, 0, 0, 1948, 1950, 5, 297, 0, 0, 1949, 1948, 1, 0, 0, 0, 1949, 1950, 1, 0, 0, 0, 1950, 1954, 1, 0, 0, 0, 1951, 1955, 3, 806, 403, 0, 1952, 1955, 5, 343, 0, 0, 1953, 1955, 5, 344, 0, 0, 1954, 1951, 1, 0, 0, 0, 1954, 1952, 1, 0, 0, 0, 1954, 1953, 1, 0, 0, 0, 1955, 1961, 1, 0, 0, 0, 1956, 1958, 5, 100, 0, 0, 1957, 1956, 1, 0, 0, 0, 1957, 1958, 1, 0, 0, 0, 1958, 1959, 1, 0, 0, 0, 1959, 1960, 5, 184, 0, 0, 1960, 1962, 3, 806, 403, 0, 1961, 1957, 1, 0, 0, 0, 1961, 1962, 1, 0, 0, 0, 1962, 1964, 1, 0, 0, 0, 1963, 1965, 5, 105, 0, 0, 1964, 1963, 1, 0, 0, 0, 1964, 1965, 1, 0, 0, 0, 1965, 1966, 1, 0, 0, 0, 1966, 1968, 3, 110, 55, 0, 1967, 1969, 3, 632, 316, 0, 1968, 1967, 1, 0, 0, 0, 1968, 1969, 1, 0, 0, 0, 1969, 1989, 1, 0, 0, 0, 1970, 1971, 5, 169, 0, 0, 1971, 1972, 5, 2, 0, 0, 1972, 1973, 3, 524, 262, 0, 1973, 1974, 5, 3, 0, 0, 1974, 1976, 5, 94, 0, 0, 1975, 1977, 5, 297, 0, 0, 1976, 1975, 1, 0, 0, 0, 1976, 1977, 1, 0, 0, 0, 1977, 1981, 1, 0, 0, 0, 1978, 1982, 3, 806, 403, 0, 1979, 1982, 5, 343, 0, 0, 1980, 1982, 5, 344, 0, 0, 1981, 1978, 1, 0, 0, 0, 1981, 1979, 1, 0, 0, 0, 1981, 1980, 1, 0, 0, 0, 1982, 1984, 1, 0, 0, 0, 1983, 1985, 5, 105, 0, 0, 1984, 1983, 1, 0, 0, 0, 1984, 1985, 1, 0, 0, 0, 1985, 1986, 1, 0, 0, 0, 1986, 1987, 3, 110, 55, 0, 1987, 1989, 1, 0, 0, 0, 1988, 1939, 1, 0, 0, 0, 1988, 1970, 1, 0, 0, 0, 1989, 107, 1, 0, 0, 0, 1990, 2033, 5, 107, 0, 0, 1991, 2033, 5, 112, 0, 0, 1992, 1994, 7, 19, 0, 0, 1993, 1995, 5, 36, 0, 0, 1994, 1993, 1, 0, 0, 0, 1994, 1995, 1, 0, 0, 0, 1995, 1996, 1, 0, 0, 0, 1996, 2033, 3, 806, 403, 0, 1997, 2033, 5, 171, 0, 0, 1998, 2033, 5, 216, 0, 0, 1999, 2000, 5, 209, 0, 0, 2000, 2003, 5, 298, 0, 0, 2001, 2004, 3, 142, 71, 0, 2002, 2004, 5, 9, 0, 0, 2003, 2001, 1, 0, 0, 0, 2003, 2002, 1, 0, 0, 0, 2004, 2033, 1, 0, 0, 0, 2005, 2007, 5, 209, 0, 0, 2006, 2008, 5, 77, 0, 0, 2007, 2006, 1, 0, 0, 0, 2007, 2008, 1, 0, 0, 0, 2008, 2009, 1, 0, 0, 0, 2009, 2010, 5, 78, 0, 0, 2010, 2033, 3, 142, 71, 0, 2011, 2012, 5, 194, 0, 0, 2012, 2033, 3, 806, 403, 0, 2013, 2030, 7, 20, 0, 0, 2014, 2017, 5, 2, 0, 0, 2015, 2018, 3, 142, 71, 0, 2016, 2018, 5, 9, 0, 0, 2017, 2015, 1, 0, 0, 0, 2017, 2016, 1, 0, 0, 0, 2018, 2026, 1, 0, 0, 0, 2019, 2022, 5, 6, 0, 0, 2020, 2023, 3, 142, 71, 0, 2021, 2023, 5, 9, 0, 0, 2022, 2020, 1, 0, 0, 0, 2022, 2021, 1, 0, 0, 0, 2023, 2025, 1, 0, 0, 0, 2024, 2019, 1, 0, 0, 0, 2025, 2028, 1, 0, 0, 0, 2026, 2024, 1, 0, 0, 0, 2026, 2027, 1, 0, 0, 0, 2027, 2029, 1, 0, 0, 0, 2028, 2026, 1, 0, 0, 0, 2029, 2031, 5, 3, 0, 0, 2030, 2014, 1, 0, 0, 0, 2030, 2031, 1, 0, 0, 0, 2031, 2033, 1, 0, 0, 0, 2032, 1990, 1, 0, 0, 0, 2032, 1991, 1, 0, 0, 0, 2032, 1992, 1, 0, 0, 0, 2032, 1997, 1, 0, 0, 0, 2032, 1998, 1, 0, 0, 0, 2032, 1999, 1, 0, 0, 0, 2032, 2005, 1, 0, 0, 0, 2032, 2011, 1, 0, 0, 0, 2032, 2013, 1, 0, 0, 0, 2033, 2036, 1, 0, 0, 0, 2034, 2032, 1, 0, 0, 0, 2034, 2035, 1, 0, 0, 0, 2035, 109, 1, 0, 0, 0, 2036, 2034, 1, 0, 0, 0, 2037, 2056, 3, 108, 54, 0, 2038, 2041, 5, 2, 0, 0, 2039, 2042, 3, 108, 54, 0, 2040, 2042, 3, 112, 56, 0, 2041, 2039, 1, 0, 0, 0, 2041, 2040, 1, 0, 0, 0, 2042, 2050, 1, 0, 0, 0, 2043, 2046, 5, 6, 0, 0, 2044, 2047, 3, 108, 54, 0, 2045, 2047, 3, 112, 56, 0, 2046, 2044, 1, 0, 0, 0, 2046, 2045, 1, 0, 0, 0, 2047, 2049, 1, 0, 0, 0, 2048, 2043, 1, 0, 0, 0, 2049, 2052, 1, 0, 0, 0, 2050, 2048, 1, 0, 0, 0, 2050, 2051, 1, 0, 0, 0, 2051, 2053, 1, 0, 0, 0, 2052, 2050, 1, 0, 0, 0, 2053, 2054, 5, 3, 0, 0, 2054, 2056, 1, 0, 0, 0, 2055, 2037, 1, 0, 0, 0, 2055, 2038, 1, 0, 0, 0, 2056, 111, 1, 0, 0, 0, 2057, 2072, 3, 822, 411, 0, 2058, 2073, 3, 54, 27, 0, 2059, 2073, 3, 196, 98, 0, 2060, 2073, 5, 9, 0, 0, 2061, 2062, 5, 2, 0, 0, 2062, 2067, 3, 52, 26, 0, 2063, 2064, 5, 6, 0, 0, 2064, 2066, 3, 52, 26, 0, 2065, 2063, 1, 0, 0, 0, 2066, 2069, 1, 0, 0, 0, 2067, 2065, 1, 0, 0, 0, 2067, 2068, 1, 0, 0, 0, 2068, 2070, 1, 0, 0, 0, 2069, 2067, 1, 0, 0, 0, 2070, 2071, 5, 3, 0, 0, 2071, 2073, 1, 0, 0, 0, 2072, 2058, 1, 0, 0, 0, 2072, 2059, 1, 0, 0, 0, 2072, 2060, 1, 0, 0, 0, 2072, 2061, 1, 0, 0, 0, 2072, 2073, 1, 0, 0, 0, 2073, 113, 1, 0, 0, 0, 2074, 2076, 5, 46, 0, 0, 2075, 2077, 3, 116, 58, 0, 2076, 2075, 1, 0, 0, 0, 2076, 2077, 1, 0, 0, 0, 2077, 2078, 1, 0, 0, 0, 2078, 2080, 5, 92, 0, 0, 2079, 2081, 3, 288, 144, 0, 2080, 2079, 1, 0, 0, 0, 2080, 2081, 1, 0, 0, 0, 2081, 2082, 1, 0, 0, 0, 2082, 2148, 3, 768, 384, 0, 2083, 2085, 5, 2, 0, 0, 2084, 2086, 3, 120, 60, 0, 2085, 2084, 1, 0, 0, 0, 2085, 2086, 1, 0, 0, 0, 2086, 2087, 1, 0, 0, 0, 2087, 2089, 5, 3, 0, 0, 2088, 2090, 3, 158, 79, 0, 2089, 2088, 1, 0, 0, 0, 2089, 2090, 1, 0, 0, 0, 2090, 2092, 1, 0, 0, 0, 2091, 2093, 3, 160, 80, 0, 2092, 2091, 1, 0, 0, 0, 2092, 2093, 1, 0, 0, 0, 2093, 2095, 1, 0, 0, 0, 2094, 2096, 3, 164, 82, 0, 2095, 2094, 1, 0, 0, 0, 2095, 2096, 1, 0, 0, 0, 2096, 2098, 1, 0, 0, 0, 2097, 2099, 3, 166, 83, 0, 2098, 2097, 1, 0, 0, 0, 2098, 2099, 1, 0, 0, 0, 2099, 2101, 1, 0, 0, 0, 2100, 2102, 3, 168, 84, 0, 2101, 2100, 1, 0, 0, 0, 2101, 2102, 1, 0, 0, 0, 2102, 2104, 1, 0, 0, 0, 2103, 2105, 3, 170, 85, 0, 2104, 2103, 1, 0, 0, 0, 2104, 2105, 1, 0, 0, 0, 2105, 2149, 1, 0, 0, 0, 2106, 2107, 5, 275, 0, 0, 2107, 2109, 3, 310, 155, 0, 2108, 2110, 3, 118, 59, 0, 2109, 2108, 1, 0, 0, 0, 2109, 2110, 1, 0, 0, 0, 2110, 2112, 1, 0, 0, 0, 2111, 2113, 3, 160, 80, 0, 2112, 2111, 1, 0, 0, 0, 2112, 2113, 1, 0, 0, 0, 2113, 2115, 1, 0, 0, 0, 2114, 2116, 3, 164, 82, 0, 2115, 2114, 1, 0, 0, 0, 2115, 2116, 1, 0, 0, 0, 2116, 2118, 1, 0, 0, 0, 2117, 2119, 3, 166, 83, 0, 2118, 2117, 1, 0, 0, 0, 2118, 2119, 1, 0, 0, 0, 2119, 2121, 1, 0, 0, 0, 2120, 2122, 3, 168, 84, 0, 2121, 2120, 1, 0, 0, 0, 2121, 2122, 1, 0, 0, 0, 2122, 2124, 1, 0, 0, 0, 2123, 2125, 3, 170, 85, 0, 2124, 2123, 1, 0, 0, 0, 2124, 2125, 1, 0, 0, 0, 2125, 2149, 1, 0, 0, 0, 2126, 2127, 5, 285, 0, 0, 2127, 2128, 5, 275, 0, 0, 2128, 2130, 3, 776, 388, 0, 2129, 2131, 3, 118, 59, 0, 2130, 2129, 1, 0, 0, 0, 2130, 2131, 1, 0, 0, 0, 2131, 2132, 1, 0, 0, 0, 2132, 2134, 3, 98, 49, 0, 2133, 2135, 3, 160, 80, 0, 2134, 2133, 1, 0, 0, 0, 2134, 2135, 1, 0, 0, 0, 2135, 2137, 1, 0, 0, 0, 2136, 2138, 3, 164, 82, 0, 2137, 2136, 1, 0, 0, 0, 2137, 2138, 1, 0, 0, 0, 2138, 2140, 1, 0, 0, 0, 2139, 2141, 3, 166, 83, 0, 2140, 2139, 1, 0, 0, 0, 2140, 2141, 1, 0, 0, 0, 2141, 2143, 1, 0, 0, 0, 2142, 2144, 3, 168, 84, 0, 2143, 2142, 1, 0, 0, 0, 2143, 2144, 1, 0, 0, 0, 2144, 2146, 1, 0, 0, 0, 2145, 2147, 3, 170, 85, 0, 2146, 2145, 1, 0, 0, 0, 2146, 2147, 1, 0, 0, 0, 2147, 2149, 1, 0, 0, 0, 2148, 2083, 1, 0, 0, 0, 2148, 2106, 1, 0, 0, 0, 2148, 2126, 1, 0, 0, 0, 2149, 115, 1, 0, 0, 0, 2150, 2156, 5, 354, 0, 0, 2151, 2156, 5, 352, 0, 0, 2152, 2153, 7, 21, 0, 0, 2153, 2156, 7, 22, 0, 0, 2154, 2156, 5, 367, 0, 0, 2155, 2150, 1, 0, 0, 0, 2155, 2151, 1, 0, 0, 0, 2155, 2152, 1, 0, 0, 0, 2155, 2154, 1, 0, 0, 0, 2156, 117, 1, 0, 0, 0, 2157, 2158, 5, 2, 0, 0, 2158, 2163, 3, 124, 62, 0, 2159, 2160, 5, 6, 0, 0, 2160, 2162, 3, 124, 62, 0, 2161, 2159, 1, 0, 0, 0, 2162, 2165, 1, 0, 0, 0, 2163, 2161, 1, 0, 0, 0, 2163, 2164, 1, 0, 0, 0, 2164, 2166, 1, 0, 0, 0, 2165, 2163, 1, 0, 0, 0, 2166, 2167, 5, 3, 0, 0, 2167, 119, 1, 0, 0, 0, 2168, 2173, 3, 122, 61, 0, 2169, 2170, 5, 6, 0, 0, 2170, 2172, 3, 122, 61, 0, 2171, 2169, 1, 0, 0, 0, 2172, 2175, 1, 0, 0, 0, 2173, 2171, 1, 0, 0, 0, 2173, 2174, 1, 0, 0, 0, 2174, 121, 1, 0, 0, 0, 2175, 2173, 1, 0, 0, 0, 2176, 2177, 5, 45, 0, 0, 2177, 2179, 3, 816, 408, 0, 2178, 2176, 1, 0, 0, 0, 2178, 2179, 1, 0, 0, 0, 2179, 2180, 1, 0, 0, 0, 2180, 2192, 3, 136, 68, 0, 2181, 2192, 3, 126, 63, 0, 2182, 2183, 5, 120, 0, 0, 2183, 2188, 3, 776, 388, 0, 2184, 2185, 7, 23, 0, 0, 2185, 2187, 3, 134, 67, 0, 2186, 2184, 1, 0, 0, 0, 2187, 2190, 1, 0, 0, 0, 2188, 2186, 1, 0, 0, 0, 2188, 2189, 1, 0, 0, 0, 2189, 2192, 1, 0, 0, 0, 2190, 2188, 1, 0, 0, 0, 2191, 2178, 1, 0, 0, 0, 2191, 2181, 1, 0, 0, 0, 2191, 2182, 1, 0, 0, 0, 2192, 123, 1, 0, 0, 0, 2193, 2196, 3, 800, 400, 0, 2194, 2195, 5, 105, 0, 0, 2195, 2197, 5, 280, 0, 0, 2196, 2194, 1, 0, 0, 0, 2196, 2197, 1, 0, 0, 0, 2197, 2201, 1, 0, 0, 0, 2198, 2200, 3, 128, 64, 0, 2199, 2198, 1, 0, 0, 0, 2200, 2203, 1, 0, 0, 0, 2201, 2199, 1, 0, 0, 0, 2201, 2202, 1, 0, 0, 0, 2202, 2210, 1, 0, 0, 0, 2203, 2201, 1, 0, 0, 0, 2204, 2205, 5, 45, 0, 0, 2205, 2207, 3, 816, 408, 0, 2206, 2204, 1, 0, 0, 0, 2206, 2207, 1, 0, 0, 0, 2207, 2208, 1, 0, 0, 0, 2208, 2210, 3, 136, 68, 0, 2209, 2193, 1, 0, 0, 0, 2209, 2206, 1, 0, 0, 0, 2210, 125, 1, 0, 0, 0, 2211, 2212, 3, 800, 400, 0, 2212, 2214, 3, 646, 323, 0, 2213, 2215, 3, 214, 107, 0, 2214, 2213, 1, 0, 0, 0, 2214, 2215, 1, 0, 0, 0, 2215, 2225, 1, 0, 0, 0, 2216, 2223, 5, 345, 0, 0, 2217, 2224, 5, 544, 0, 0, 2218, 2224, 5, 205, 0, 0, 2219, 2224, 5, 545, 0, 0, 2220, 2224, 5, 546, 0, 0, 2221, 2224, 5, 53, 0, 0, 2222, 2224, 3, 816, 408, 0, 2223, 2217, 1, 0, 0, 0, 2223, 2218, 1, 0, 0, 0, 2223, 2219, 1, 0, 0, 0, 2223, 2220, 1, 0, 0, 0, 2223, 2221, 1, 0, 0, 0, 2223, 2222, 1, 0, 0, 0, 2224, 2226, 1, 0, 0, 0, 2225, 2216, 1, 0, 0, 0, 2225, 2226, 1, 0, 0, 0, 2226, 2229, 1, 0, 0, 0, 2227, 2228, 5, 543, 0, 0, 2228, 2230, 3, 816, 408, 0, 2229, 2227, 1, 0, 0, 0, 2229, 2230, 1, 0, 0, 0, 2230, 2232, 1, 0, 0, 0, 2231, 2233, 3, 90, 45, 0, 2232, 2231, 1, 0, 0, 0, 2232, 2233, 1, 0, 0, 0, 2233, 2236, 1, 0, 0, 0, 2234, 2235, 5, 105, 0, 0, 2235, 2237, 5, 280, 0, 0, 2236, 2234, 1, 0, 0, 0, 2236, 2237, 1, 0, 0, 0, 2237, 2241, 1, 0, 0, 0, 2238, 2240, 3, 128, 64, 0, 2239, 2238, 1, 0, 0, 0, 2240, 2243, 1, 0, 0, 0, 2241, 2239, 1, 0, 0, 0, 2241, 2242, 1, 0, 0, 0, 2242, 127, 1, 0, 0, 0, 2243, 2241, 1, 0, 0, 0, 2244, 2245, 5, 45, 0, 0, 2245, 2247, 3, 816, 408, 0, 2246, 2244, 1, 0, 0, 0, 2246, 2247, 1, 0, 0, 0, 2247, 2248, 1, 0, 0, 0, 2248, 2253, 3, 130, 65, 0, 2249, 2251, 5, 77, 0, 0, 2250, 2249, 1, 0, 0, 0, 2250, 2251, 1, 0, 0, 0, 2251, 2252, 1, 0, 0, 0, 2252, 2254, 5, 54, 0, 0, 2253, 2250, 1, 0, 0, 0, 2253, 2254, 1, 0, 0, 0, 2254, 2257, 1, 0, 0, 0, 2255, 2256, 5, 69, 0, 0, 2256, 2258, 7, 9, 0, 0, 2257, 2255, 1, 0, 0, 0, 2257, 2258, 1, 0, 0, 0, 2258, 129, 1, 0, 0, 0, 2259, 2261, 5, 77, 0, 0, 2260, 2259, 1, 0, 0, 0, 2260, 2261, 1, 0, 0, 0, 2261, 2262, 1, 0, 0, 0, 2262, 2340, 5, 78, 0, 0, 2263, 2265, 5, 98, 0, 0, 2264, 2266, 3, 394, 197, 0, 2265, 2264, 1, 0, 0, 0, 2265, 2266, 1, 0, 0, 0, 2266, 2268, 1, 0, 0, 0, 2267, 2269, 3, 172, 86, 0, 2268, 2267, 1, 0, 0, 0, 2268, 2269, 1, 0, 0, 0, 2269, 2340, 1, 0, 0, 0, 2270, 2276, 5, 98, 0, 0, 2271, 2273, 5, 273, 0, 0, 2272, 2274, 5, 77, 0, 0, 2273, 2272, 1, 0, 0, 0, 2273, 2274, 1, 0, 0, 0, 2274, 2275, 1, 0, 0, 0, 2275, 2277, 5, 56, 0, 0, 2276, 2271, 1, 0, 0, 0, 2276, 2277, 1, 0, 0, 0, 2277, 2280, 1, 0, 0, 0, 2278, 2279, 5, 441, 0, 0, 2279, 2281, 3, 354, 177, 0, 2280, 2278, 1, 0, 0, 0, 2280, 2281, 1, 0, 0, 0, 2281, 2283, 1, 0, 0, 0, 2282, 2284, 3, 566, 283, 0, 2283, 2282, 1, 0, 0, 0, 2283, 2284, 1, 0, 0, 0, 2284, 2286, 1, 0, 0, 0, 2285, 2287, 3, 172, 86, 0, 2286, 2285, 1, 0, 0, 0, 2286, 2287, 1, 0, 0, 0, 2287, 2340, 1, 0, 0, 0, 2288, 2289, 5, 85, 0, 0, 2289, 2291, 5, 245, 0, 0, 2290, 2292, 3, 394, 197, 0, 2291, 2290, 1, 0, 0, 0, 2291, 2292, 1, 0, 0, 0, 2292, 2294, 1, 0, 0, 0, 2293, 2295, 3, 172, 86, 0, 2294, 2293, 1, 0, 0, 0, 2294, 2295, 1, 0, 0, 0, 2295, 2340, 1, 0, 0, 0, 2296, 2297, 5, 42, 0, 0, 2297, 2298, 5, 2, 0, 0, 2298, 2299, 3, 668, 334, 0, 2299, 2302, 5, 3, 0, 0, 2300, 2301, 5, 269, 0, 0, 2301, 2303, 5, 228, 0, 0, 2302, 2300, 1, 0, 0, 0, 2302, 2303, 1, 0, 0, 0, 2303, 2340, 1, 0, 0, 0, 2304, 2305, 5, 53, 0, 0, 2305, 2340, 3, 676, 338, 0, 2306, 2307, 5, 438, 0, 0, 2307, 2308, 3, 132, 66, 0, 2308, 2325, 5, 36, 0, 0, 2309, 2318, 5, 219, 0, 0, 2310, 2312, 5, 2, 0, 0, 2311, 2313, 3, 194, 97, 0, 2312, 2311, 1, 0, 0, 0, 2313, 2314, 1, 0, 0, 0, 2314, 2312, 1, 0, 0, 0, 2314, 2315, 1, 0, 0, 0, 2315, 2316, 1, 0, 0, 0, 2316, 2317, 5, 3, 0, 0, 2317, 2319, 1, 0, 0, 0, 2318, 2310, 1, 0, 0, 0, 2318, 2319, 1, 0, 0, 0, 2319, 2326, 1, 0, 0, 0, 2320, 2321, 5, 2, 0, 0, 2321, 2322, 3, 668, 334, 0, 2322, 2323, 5, 3, 0, 0, 2323, 2324, 5, 440, 0, 0, 2324, 2326, 1, 0, 0, 0, 2325, 2309, 1, 0, 0, 0, 2325, 2320, 1, 0, 0, 0, 2326, 2340, 1, 0, 0, 0, 2327, 2328, 5, 86, 0, 0, 2328, 2330, 3, 776, 388, 0, 2329, 2331, 3, 138, 69, 0, 2330, 2329, 1, 0, 0, 0, 2330, 2331, 1, 0, 0, 0, 2331, 2333, 1, 0, 0, 0, 2332, 2334, 3, 146, 73, 0, 2333, 2332, 1, 0, 0, 0, 2333, 2334, 1, 0, 0, 0, 2334, 2336, 1, 0, 0, 0, 2335, 2337, 3, 150, 75, 0, 2336, 2335, 1, 0, 0, 0, 2336, 2337, 1, 0, 0, 0, 2337, 2340, 1, 0, 0, 0, 2338, 2340, 3, 90, 45, 0, 2339, 2260, 1, 0, 0, 0, 2339, 2263, 1, 0, 0, 0, 2339, 2270, 1, 0, 0, 0, 2339, 2288, 1, 0, 0, 0, 2339, 2296, 1, 0, 0, 0, 2339, 2304, 1, 0, 0, 0, 2339, 2306, 1, 0, 0, 0, 2339, 2327, 1, 0, 0, 0, 2339, 2338, 1, 0, 0, 0, 2340, 131, 1, 0, 0, 0, 2341, 2345, 5, 139, 0, 0, 2342, 2343, 5, 147, 0, 0, 2343, 2345, 5, 53, 0, 0, 2344, 2341, 1, 0, 0, 0, 2344, 2342, 1, 0, 0, 0, 2345, 133, 1, 0, 0, 0, 2346, 2347, 7, 24, 0, 0, 2347, 135, 1, 0, 0, 0, 2348, 2349, 5, 42, 0, 0, 2349, 2350, 5, 2, 0, 0, 2350, 2351, 3, 668, 334, 0, 2351, 2355, 5, 3, 0, 0, 2352, 2354, 3, 266, 133, 0, 2353, 2352, 1, 0, 0, 0, 2354, 2357, 1, 0, 0, 0, 2355, 2353, 1, 0, 0, 0, 2355, 2356, 1, 0, 0, 0, 2356, 2445, 1, 0, 0, 0, 2357, 2355, 1, 0, 0, 0, 2358, 2362, 5, 98, 0, 0, 2359, 2360, 5, 85, 0, 0, 2360, 2362, 5, 245, 0, 0, 2361, 2358, 1, 0, 0, 0, 2361, 2359, 1, 0, 0, 0, 2362, 2386, 1, 0, 0, 0, 2363, 2365, 3, 138, 69, 0, 2364, 2366, 3, 144, 72, 0, 2365, 2364, 1, 0, 0, 0, 2365, 2366, 1, 0, 0, 0, 2366, 2368, 1, 0, 0, 0, 2367, 2369, 3, 394, 197, 0, 2368, 2367, 1, 0, 0, 0, 2368, 2369, 1, 0, 0, 0, 2369, 2371, 1, 0, 0, 0, 2370, 2372, 3, 172, 86, 0, 2371, 2370, 1, 0, 0, 0, 2371, 2372, 1, 0, 0, 0, 2372, 2376, 1, 0, 0, 0, 2373, 2375, 3, 266, 133, 0, 2374, 2373, 1, 0, 0, 0, 2375, 2378, 1, 0, 0, 0, 2376, 2374, 1, 0, 0, 0, 2376, 2377, 1, 0, 0, 0, 2377, 2387, 1, 0, 0, 0, 2378, 2376, 1, 0, 0, 0, 2379, 2383, 3, 174, 87, 0, 2380, 2382, 3, 266, 133, 0, 2381, 2380, 1, 0, 0, 0, 2382, 2385, 1, 0, 0, 0, 2383, 2381, 1, 0, 0, 0, 2383, 2384, 1, 0, 0, 0, 2384, 2387, 1, 0, 0, 0, 2385, 2383, 1, 0, 0, 0, 2386, 2363, 1, 0, 0, 0, 2386, 2379, 1, 0, 0, 0, 2387, 2445, 1, 0, 0, 0, 2388, 2390, 5, 199, 0, 0, 2389, 2391, 3, 164, 82, 0, 2390, 2389, 1, 0, 0, 0, 2390, 2391, 1, 0, 0, 0, 2391, 2392, 1, 0, 0, 0, 2392, 2393, 5, 2, 0, 0, 2393, 2398, 3, 148, 74, 0, 2394, 2395, 5, 6, 0, 0, 2395, 2397, 3, 148, 74, 0, 2396, 2394, 1, 0, 0, 0, 2397, 2400, 1, 0, 0, 0, 2398, 2396, 1, 0, 0, 0, 2398, 2399, 1, 0, 0, 0, 2399, 2401, 1, 0, 0, 0, 2400, 2398, 1, 0, 0, 0, 2401, 2403, 5, 3, 0, 0, 2402, 2404, 3, 144, 72, 0, 2403, 2402, 1, 0, 0, 0, 2403, 2404, 1, 0, 0, 0, 2404, 2406, 1, 0, 0, 0, 2405, 2407, 3, 394, 197, 0, 2406, 2405, 1, 0, 0, 0, 2406, 2407, 1, 0, 0, 0, 2407, 2409, 1, 0, 0, 0, 2408, 2410, 3, 172, 86, 0, 2409, 2408, 1, 0, 0, 0, 2409, 2410, 1, 0, 0, 0, 2410, 2416, 1, 0, 0, 0, 2411, 2412, 5, 103, 0, 0, 2412, 2413, 5, 2, 0, 0, 2413, 2414, 3, 668, 334, 0, 2414, 2415, 5, 3, 0, 0, 2415, 2417, 1, 0, 0, 0, 2416, 2411, 1, 0, 0, 0, 2416, 2417, 1, 0, 0, 0, 2417, 2421, 1, 0, 0, 0, 2418, 2420, 3, 266, 133, 0, 2419, 2418, 1, 0, 0, 0, 2420, 2423, 1, 0, 0, 0, 2421, 2419, 1, 0, 0, 0, 2421, 2422, 1, 0, 0, 0, 2422, 2445, 1, 0, 0, 0, 2423, 2421, 1, 0, 0, 0, 2424, 2425, 5, 63, 0, 0, 2425, 2426, 5, 245, 0, 0, 2426, 2427, 3, 138, 69, 0, 2427, 2428, 5, 86, 0, 0, 2428, 2430, 3, 776, 388, 0, 2429, 2431, 3, 138, 69, 0, 2430, 2429, 1, 0, 0, 0, 2430, 2431, 1, 0, 0, 0, 2431, 2433, 1, 0, 0, 0, 2432, 2434, 3, 146, 73, 0, 2433, 2432, 1, 0, 0, 0, 2433, 2434, 1, 0, 0, 0, 2434, 2436, 1, 0, 0, 0, 2435, 2437, 3, 150, 75, 0, 2436, 2435, 1, 0, 0, 0, 2436, 2437, 1, 0, 0, 0, 2437, 2441, 1, 0, 0, 0, 2438, 2440, 3, 266, 133, 0, 2439, 2438, 1, 0, 0, 0, 2440, 2443, 1, 0, 0, 0, 2441, 2439, 1, 0, 0, 0, 2441, 2442, 1, 0, 0, 0, 2442, 2445, 1, 0, 0, 0, 2443, 2441, 1, 0, 0, 0, 2444, 2348, 1, 0, 0, 0, 2444, 2361, 1, 0, 0, 0, 2444, 2388, 1, 0, 0, 0, 2444, 2424, 1, 0, 0, 0, 2445, 137, 1, 0, 0, 0, 2446, 2447, 5, 2, 0, 0, 2447, 2448, 3, 142, 71, 0, 2448, 2449, 5, 3, 0, 0, 2449, 139, 1, 0, 0, 0, 2450, 2451, 5, 2, 0, 0, 2451, 2456, 3, 800, 400, 0, 2452, 2453, 5, 6, 0, 0, 2453, 2455, 3, 800, 400, 0, 2454, 2452, 1, 0, 0, 0, 2455, 2458, 1, 0, 0, 0, 2456, 2454, 1, 0, 0, 0, 2456, 2457, 1, 0, 0, 0, 2457, 2459, 1, 0, 0, 0, 2458, 2456, 1, 0, 0, 0, 2459, 2460, 5, 3, 0, 0, 2460, 141, 1, 0, 0, 0, 2461, 2466, 3, 796, 398, 0, 2462, 2463, 5, 6, 0, 0, 2463, 2465, 3, 796, 398, 0, 2464, 2462, 1, 0, 0, 0, 2465, 2468, 1, 0, 0, 0, 2466, 2464, 1, 0, 0, 0, 2466, 2467, 1, 0, 0, 0, 2467, 143, 1, 0, 0, 0, 2468, 2466, 1, 0, 0, 0, 2469, 2470, 5, 441, 0, 0, 2470, 2471, 3, 138, 69, 0, 2471, 145, 1, 0, 0, 0, 2472, 2473, 5, 258, 0, 0, 2473, 2474, 7, 25, 0, 0, 2474, 147, 1, 0, 0, 0, 2475, 2476, 3, 356, 178, 0, 2476, 2483, 5, 105, 0, 0, 2477, 2484, 3, 408, 204, 0, 2478, 2479, 5, 278, 0, 0, 2479, 2480, 5, 2, 0, 0, 2480, 2481, 3, 408, 204, 0, 2481, 2482, 5, 3, 0, 0, 2482, 2484, 1, 0, 0, 0, 2483, 2477, 1, 0, 0, 0, 2483, 2478, 1, 0, 0, 0, 2484, 149, 1, 0, 0, 0, 2485, 2487, 3, 152, 76, 0, 2486, 2488, 3, 154, 77, 0, 2487, 2486, 1, 0, 0, 0, 2487, 2488, 1, 0, 0, 0, 2488, 2494, 1, 0, 0, 0, 2489, 2491, 3, 154, 77, 0, 2490, 2492, 3, 152, 76, 0, 2491, 2490, 1, 0, 0, 0, 2491, 2492, 1, 0, 0, 0, 2492, 2494, 1, 0, 0, 0, 2493, 2485, 1, 0, 0, 0, 2493, 2489, 1, 0, 0, 0, 2494, 151, 1, 0, 0, 0, 2495, 2496, 5, 80, 0, 0, 2496, 2497, 5, 369, 0, 0, 2497, 2498, 3, 156, 78, 0, 2498, 153, 1, 0, 0, 0, 2499, 2500, 5, 80, 0, 0, 2500, 2501, 5, 182, 0, 0, 2501, 2502, 3, 156, 78, 0, 2502, 155, 1, 0, 0, 0, 2503, 2504, 5, 269, 0, 0, 2504, 2513, 5, 132, 0, 0, 2505, 2513, 5, 315, 0, 0, 2506, 2513, 5, 150, 0, 0, 2507, 2508, 5, 333, 0, 0, 2508, 2510, 7, 26, 0, 0, 2509, 2511, 3, 142, 71, 0, 2510, 2509, 1, 0, 0, 0, 2510, 2511, 1, 0, 0, 0, 2511, 2513, 1, 0, 0, 0, 2512, 2503, 1, 0, 0, 0, 2512, 2505, 1, 0, 0, 0, 2512, 2506, 1, 0, 0, 0, 2512, 2507, 1, 0, 0, 0, 2513, 157, 1, 0, 0, 0, 2514, 2515, 5, 238, 0, 0, 2515, 2516, 5, 2, 0, 0, 2516, 2517, 3, 756, 378, 0, 2517, 2518, 5, 3, 0, 0, 2518, 159, 1, 0, 0, 0, 2519, 2520, 5, 285, 0, 0, 2520, 2521, 5, 147, 0, 0, 2521, 2522, 3, 816, 408, 0, 2522, 2523, 5, 2, 0, 0, 2523, 2528, 3, 162, 81, 0, 2524, 2525, 5, 6, 0, 0, 2525, 2527, 3, 162, 81, 0, 2526, 2524, 1, 0, 0, 0, 2527, 2530, 1, 0, 0, 0, 2528, 2526, 1, 0, 0, 0, 2528, 2529, 1, 0, 0, 0, 2529, 2531, 1, 0, 0, 0, 2530, 2528, 1, 0, 0, 0, 2531, 2532, 5, 3, 0, 0, 2532, 161, 1, 0, 0, 0, 2533, 2540, 3, 796, 398, 0, 2534, 2540, 3, 682, 341, 0, 2535, 2536, 5, 2, 0, 0, 2536, 2537, 3, 668, 334, 0, 2537, 2538, 5, 3, 0, 0, 2538, 2540, 1, 0, 0, 0, 2539, 2533, 1, 0, 0, 0, 2539, 2534, 1, 0, 0, 0, 2539, 2535, 1, 0, 0, 0, 2540, 2542, 1, 0, 0, 0, 2541, 2543, 3, 90, 45, 0, 2542, 2541, 1, 0, 0, 0, 2542, 2543, 1, 0, 0, 0, 2543, 2545, 1, 0, 0, 0, 2544, 2546, 3, 310, 155, 0, 2545, 2544, 1, 0, 0, 0, 2545, 2546, 1, 0, 0, 0, 2546, 163, 1, 0, 0, 0, 2547, 2548, 5, 100, 0, 0, 2548, 2549, 3, 816, 408, 0, 2549, 165, 1, 0, 0, 0, 2550, 2551, 5, 105, 0, 0, 2551, 2555, 3, 92, 46, 0, 2552, 2553, 7, 27, 0, 0, 2553, 2555, 5, 277, 0, 0, 2554, 2550, 1, 0, 0, 0, 2554, 2552, 1, 0, 0, 0, 2555, 167, 1, 0, 0, 0, 2556, 2557, 5, 80, 0, 0, 2557, 2563, 5, 161, 0, 0, 2558, 2564, 5, 191, 0, 0, 2559, 2560, 5, 182, 0, 0, 2560, 2564, 5, 320, 0, 0, 2561, 2562, 5, 292, 0, 0, 2562, 2564, 5, 320, 0, 0, 2563, 2558, 1, 0, 0, 0, 2563, 2559, 1, 0, 0, 0, 2563, 2561, 1, 0, 0, 0, 2564, 169, 1, 0, 0, 0, 2565, 2566, 5, 351, 0, 0, 2566, 2567, 3, 766, 383, 0, 2567, 171, 1, 0, 0, 0, 2568, 2569, 5, 100, 0, 0, 2569, 2570, 5, 226, 0, 0, 2570, 2571, 3, 170, 85, 0, 2571, 173, 1, 0, 0, 0, 2572, 2573, 5, 100, 0, 0, 2573, 2574, 5, 226, 0, 0, 2574, 2575, 3, 816, 408, 0, 2575, 175, 1, 0, 0, 0, 2576, 2577, 5, 46, 0, 0, 2577, 2582, 5, 342, 0, 0, 2578, 2580, 3, 288, 144, 0, 2579, 2578, 1, 0, 0, 0, 2579, 2580, 1, 0, 0, 0, 2580, 2581, 1, 0, 0, 0, 2581, 2583, 3, 310, 155, 0, 2582, 2579, 1, 0, 0, 0, 2582, 2583, 1, 0, 0, 0, 2583, 2585, 1, 0, 0, 0, 2584, 2586, 3, 138, 69, 0, 2585, 2584, 1, 0, 0, 0, 2585, 2586, 1, 0, 0, 0, 2586, 2587, 1, 0, 0, 0, 2587, 2597, 5, 80, 0, 0, 2588, 2593, 3, 728, 364, 0, 2589, 2590, 5, 6, 0, 0, 2590, 2592, 3, 728, 364, 0, 2591, 2589, 1, 0, 0, 0, 2592, 2595, 1, 0, 0, 0, 2593, 2591, 1, 0, 0, 0, 2593, 2594, 1, 0, 0, 0, 2594, 2598, 1, 0, 0, 0, 2595, 2593, 1, 0, 0, 0, 2596, 2598, 3, 726, 363, 0, 2597, 2588, 1, 0, 0, 0, 2597, 2596, 1, 0, 0, 0, 2598, 2599, 1, 0, 0, 0, 2599, 2600, 3, 604, 302, 0, 2600, 177, 1, 0, 0, 0, 2601, 2602, 5, 138, 0, 0, 2602, 2604, 5, 342, 0, 0, 2603, 2605, 3, 416, 208, 0, 2604, 2603, 1, 0, 0, 0, 2604, 2605, 1, 0, 0, 0, 2605, 2606, 1, 0, 0, 0, 2606, 2607, 3, 310, 155, 0, 2607, 2608, 5, 333, 0, 0, 2608, 2609, 5, 342, 0, 0, 2609, 2610, 3, 810, 405, 0, 2610, 179, 1, 0, 0, 0, 2611, 2613, 5, 46, 0, 0, 2612, 2614, 3, 116, 58, 0, 2613, 2612, 1, 0, 0, 0, 2613, 2614, 1, 0, 0, 0, 2614, 2615, 1, 0, 0, 0, 2615, 2617, 5, 92, 0, 0, 2616, 2618, 3, 288, 144, 0, 2617, 2616, 1, 0, 0, 0, 2617, 2618, 1, 0, 0, 0, 2618, 2619, 1, 0, 0, 0, 2619, 2620, 3, 182, 91, 0, 2620, 2621, 5, 36, 0, 0, 2621, 2623, 3, 554, 277, 0, 2622, 2624, 3, 184, 92, 0, 2623, 2622, 1, 0, 0, 0, 2623, 2624, 1, 0, 0, 0, 2624, 181, 1, 0, 0, 0, 2625, 2627, 3, 768, 384, 0, 2626, 2628, 3, 140, 70, 0, 2627, 2626, 1, 0, 0, 0, 2627, 2628, 1, 0, 0, 0, 2628, 2630, 1, 0, 0, 0, 2629, 2631, 3, 164, 82, 0, 2630, 2629, 1, 0, 0, 0, 2630, 2631, 1, 0, 0, 0, 2631, 2633, 1, 0, 0, 0, 2632, 2634, 3, 166, 83, 0, 2633, 2632, 1, 0, 0, 0, 2633, 2634, 1, 0, 0, 0, 2634, 2636, 1, 0, 0, 0, 2635, 2637, 3, 168, 84, 0, 2636, 2635, 1, 0, 0, 0, 2636, 2637, 1, 0, 0, 0, 2637, 2639, 1, 0, 0, 0, 2638, 2640, 3, 170, 85, 0, 2639, 2638, 1, 0, 0, 0, 2639, 2640, 1, 0, 0, 0, 2640, 183, 1, 0, 0, 0, 2641, 2645, 5, 105, 0, 0, 2642, 2646, 5, 174, 0, 0, 2643, 2644, 5, 269, 0, 0, 2644, 2646, 5, 174, 0, 0, 2645, 2642, 1, 0, 0, 0, 2645, 2643, 1, 0, 0, 0, 2646, 185, 1, 0, 0, 0, 2647, 2649, 5, 46, 0, 0, 2648, 2650, 5, 367, 0, 0, 2649, 2648, 1, 0, 0, 0, 2649, 2650, 1, 0, 0, 0, 2650, 2651, 1, 0, 0, 0, 2651, 2652, 5, 259, 0, 0, 2652, 2654, 5, 376, 0, 0, 2653, 2655, 3, 288, 144, 0, 2654, 2653, 1, 0, 0, 0, 2654, 2655, 1, 0, 0, 0, 2655, 2656, 1, 0, 0, 0, 2656, 2658, 3, 772, 386, 0, 2657, 2659, 3, 140, 70, 0, 2658, 2657, 1, 0, 0, 0, 2658, 2659, 1, 0, 0, 0, 2659, 2661, 1, 0, 0, 0, 2660, 2662, 3, 164, 82, 0, 2661, 2660, 1, 0, 0, 0, 2661, 2662, 1, 0, 0, 0, 2662, 2664, 1, 0, 0, 0, 2663, 2665, 3, 94, 47, 0, 2664, 2663, 1, 0, 0, 0, 2664, 2665, 1, 0, 0, 0, 2665, 2667, 1, 0, 0, 0, 2666, 2668, 3, 170, 85, 0, 2667, 2666, 1, 0, 0, 0, 2667, 2668, 1, 0, 0, 0, 2668, 2669, 1, 0, 0, 0, 2669, 2670, 5, 36, 0, 0, 2670, 2672, 3, 554, 277, 0, 2671, 2673, 3, 184, 92, 0, 2672, 2671, 1, 0, 0, 0, 2672, 2673, 1, 0, 0, 0, 2673, 187, 1, 0, 0, 0, 2674, 2675, 5, 305, 0, 0, 2675, 2676, 5, 259, 0, 0, 2676, 2678, 5, 376, 0, 0, 2677, 2679, 5, 109, 0, 0, 2678, 2677, 1, 0, 0, 0, 2678, 2679, 1, 0, 0, 0, 2679, 2680, 1, 0, 0, 0, 2680, 2682, 3, 774, 387, 0, 2681, 2683, 3, 184, 92, 0, 2682, 2681, 1, 0, 0, 0, 2682, 2683, 1, 0, 0, 0, 2683, 189, 1, 0, 0, 0, 2684, 2686, 5, 46, 0, 0, 2685, 2687, 3, 116, 58, 0, 2686, 2685, 1, 0, 0, 0, 2686, 2687, 1, 0, 0, 0, 2687, 2688, 1, 0, 0, 0, 2688, 2690, 5, 328, 0, 0, 2689, 2691, 3, 288, 144, 0, 2690, 2689, 1, 0, 0, 0, 2690, 2691, 1, 0, 0, 0, 2691, 2692, 1, 0, 0, 0, 2692, 2698, 3, 776, 388, 0, 2693, 2695, 3, 194, 97, 0, 2694, 2693, 1, 0, 0, 0, 2695, 2696, 1, 0, 0, 0, 2696, 2694, 1, 0, 0, 0, 2696, 2697, 1, 0, 0, 0, 2697, 2699, 1, 0, 0, 0, 2698, 2694, 1, 0, 0, 0, 2698, 2699, 1, 0, 0, 0, 2699, 191, 1, 0, 0, 0, 2700, 2701, 5, 138, 0, 0, 2701, 2703, 5, 328, 0, 0, 2702, 2704, 3, 416, 208, 0, 2703, 2702, 1, 0, 0, 0, 2703, 2704, 1, 0, 0, 0, 2704, 2705, 1, 0, 0, 0, 2705, 2707, 3, 776, 388, 0, 2706, 2708, 3, 194, 97, 0, 2707, 2706, 1, 0, 0, 0, 2708, 2709, 1, 0, 0, 0, 2709, 2707, 1, 0, 0, 0, 2709, 2710, 1, 0, 0, 0, 2710, 193, 1, 0, 0, 0, 2711, 2712, 5, 36, 0, 0, 2712, 2745, 3, 648, 324, 0, 2713, 2715, 5, 148, 0, 0, 2714, 2716, 3, 196, 98, 0, 2715, 2714, 1, 0, 0, 0, 2715, 2716, 1, 0, 0, 0, 2716, 2745, 1, 0, 0, 0, 2717, 2719, 5, 225, 0, 0, 2718, 2720, 5, 147, 0, 0, 2719, 2718, 1, 0, 0, 0, 2719, 2720, 1, 0, 0, 0, 2720, 2721, 1, 0, 0, 0, 2721, 2745, 3, 196, 98, 0, 2722, 2723, 7, 28, 0, 0, 2723, 2745, 3, 196, 98, 0, 2724, 2725, 5, 269, 0, 0, 2725, 2745, 7, 29, 0, 0, 2726, 2727, 5, 281, 0, 0, 2727, 2728, 5, 147, 0, 0, 2728, 2745, 3, 796, 398, 0, 2729, 2730, 5, 328, 0, 0, 2730, 2731, 5, 266, 0, 0, 2731, 2745, 3, 310, 155, 0, 2732, 2734, 5, 340, 0, 0, 2733, 2735, 5, 105, 0, 0, 2734, 2733, 1, 0, 0, 0, 2734, 2735, 1, 0, 0, 0, 2735, 2736, 1, 0, 0, 0, 2736, 2745, 3, 196, 98, 0, 2737, 2739, 5, 314, 0, 0, 2738, 2740, 5, 105, 0, 0, 2739, 2738, 1, 0, 0, 0, 2739, 2740, 1, 0, 0, 0, 2740, 2742, 1, 0, 0, 0, 2741, 2743, 3, 196, 98, 0, 2742, 2741, 1, 0, 0, 0, 2742, 2743, 1, 0, 0, 0, 2743, 2745, 1, 0, 0, 0, 2744, 2711, 1, 0, 0, 0, 2744, 2713, 1, 0, 0, 0, 2744, 2717, 1, 0, 0, 0, 2744, 2722, 1, 0, 0, 0, 2744, 2724, 1, 0, 0, 0, 2744, 2726, 1, 0, 0, 0, 2744, 2729, 1, 0, 0, 0, 2744, 2732, 1, 0, 0, 0, 2744, 2737, 1, 0, 0, 0, 2745, 195, 1, 0, 0, 0, 2746, 2748, 7, 30, 0, 0, 2747, 2746, 1, 0, 0, 0, 2747, 2748, 1, 0, 0, 0, 2748, 2749, 1, 0, 0, 0, 2749, 2752, 5, 576, 0, 0, 2750, 2752, 3, 810, 405, 0, 2751, 2747, 1, 0, 0, 0, 2751, 2750, 1, 0, 0, 0, 2752, 197, 1, 0, 0, 0, 2753, 2755, 5, 46, 0, 0, 2754, 2756, 3, 360, 180, 0, 2755, 2754, 1, 0, 0, 0, 2755, 2756, 1, 0, 0, 0, 2756, 2758, 1, 0, 0, 0, 2757, 2759, 5, 359, 0, 0, 2758, 2757, 1, 0, 0, 0, 2758, 2759, 1, 0, 0, 0, 2759, 2761, 1, 0, 0, 0, 2760, 2762, 5, 295, 0, 0, 2761, 2760, 1, 0, 0, 0, 2761, 2762, 1, 0, 0, 0, 2762, 2763, 1, 0, 0, 0, 2763, 2764, 5, 247, 0, 0, 2764, 2777, 3, 816, 408, 0, 2765, 2766, 5, 215, 0, 0, 2766, 2769, 3, 310, 155, 0, 2767, 2768, 5, 239, 0, 0, 2768, 2770, 3, 310, 155, 0, 2769, 2767, 1, 0, 0, 0, 2769, 2770, 1, 0, 0, 0, 2770, 2775, 1, 0, 0, 0, 2771, 2772, 5, 373, 0, 0, 2772, 2776, 3, 310, 155, 0, 2773, 2774, 5, 269, 0, 0, 2774, 2776, 5, 373, 0, 0, 2775, 2771, 1, 0, 0, 0, 2775, 2773, 1, 0, 0, 0, 2775, 2776, 1, 0, 0, 0, 2776, 2778, 1, 0, 0, 0, 2777, 2765, 1, 0, 0, 0, 2777, 2778, 1, 0, 0, 0, 2778, 199, 1, 0, 0, 0, 2779, 2780, 5, 46, 0, 0, 2780, 2783, 3, 170, 85, 0, 2781, 2782, 5, 282, 0, 0, 2782, 2784, 3, 812, 406, 0, 2783, 2781, 1, 0, 0, 0, 2783, 2784, 1, 0, 0, 0, 2784, 2785, 1, 0, 0, 0, 2785, 2786, 5, 255, 0, 0, 2786, 2788, 3, 806, 403, 0, 2787, 2789, 3, 94, 47, 0, 2788, 2787, 1, 0, 0, 0, 2788, 2789, 1, 0, 0, 0, 2789, 201, 1, 0, 0, 0, 2790, 2791, 5, 46, 0, 0, 2791, 2793, 5, 204, 0, 0, 2792, 2794, 3, 288, 144, 0, 2793, 2792, 1, 0, 0, 0, 2793, 2794, 1, 0, 0, 0, 2794, 2795, 1, 0, 0, 0, 2795, 2797, 3, 816, 408, 0, 2796, 2798, 5, 105, 0, 0, 2797, 2796, 1, 0, 0, 0, 2797, 2798, 1, 0, 0, 0, 2798, 2806, 1, 0, 0, 0, 2799, 2800, 5, 323, 0, 0, 2800, 2805, 3, 786, 393, 0, 2801, 2802, 7, 31, 0, 0, 2802, 2805, 3, 58, 29, 0, 2803, 2805, 5, 150, 0, 0, 2804, 2799, 1, 0, 0, 0, 2804, 2801, 1, 0, 0, 0, 2804, 2803, 1, 0, 0, 0, 2805, 2808, 1, 0, 0, 0, 2806, 2804, 1, 0, 0, 0, 2806, 2807, 1, 0, 0, 0, 2807, 203, 1, 0, 0, 0, 2808, 2806, 1, 0, 0, 0, 2809, 2810, 5, 138, 0, 0, 2810, 2811, 5, 204, 0, 0, 2811, 2812, 3, 816, 408, 0, 2812, 2817, 5, 369, 0, 0, 2813, 2814, 5, 94, 0, 0, 2814, 2816, 3, 58, 29, 0, 2815, 2813, 1, 0, 0, 0, 2816, 2819, 1, 0, 0, 0, 2817, 2815, 1, 0, 0, 0, 2817, 2818, 1, 0, 0, 0, 2818, 205, 1, 0, 0, 0, 2819, 2817, 1, 0, 0, 0, 2820, 2821, 5, 138, 0, 0, 2821, 2822, 5, 204, 0, 0, 2822, 2823, 3, 816, 408, 0, 2823, 2856, 7, 6, 0, 0, 2824, 2825, 5, 443, 0, 0, 2825, 2826, 5, 62, 0, 0, 2826, 2827, 3, 646, 323, 0, 2827, 2828, 5, 247, 0, 0, 2828, 2829, 3, 816, 408, 0, 2829, 2857, 1, 0, 0, 0, 2830, 2831, 5, 442, 0, 0, 2831, 2857, 3, 368, 184, 0, 2832, 2833, 5, 296, 0, 0, 2833, 2857, 3, 372, 186, 0, 2834, 2835, 5, 278, 0, 0, 2835, 2836, 7, 32, 0, 0, 2836, 2837, 3, 310, 155, 0, 2837, 2838, 3, 164, 82, 0, 2838, 2857, 1, 0, 0, 0, 2839, 2840, 5, 278, 0, 0, 2840, 2857, 3, 410, 205, 0, 2841, 2842, 5, 211, 0, 0, 2842, 2857, 3, 376, 188, 0, 2843, 2844, 7, 33, 0, 0, 2844, 2857, 3, 646, 323, 0, 2845, 2846, 5, 41, 0, 0, 2846, 2847, 5, 2, 0, 0, 2847, 2848, 3, 646, 323, 0, 2848, 2849, 5, 36, 0, 0, 2849, 2850, 3, 646, 323, 0, 2850, 2851, 5, 3, 0, 0, 2851, 2857, 1, 0, 0, 0, 2852, 2853, 5, 136, 0, 0, 2853, 2857, 3, 388, 194, 0, 2854, 2857, 3, 306, 153, 0, 2855, 2857, 3, 304, 152, 0, 2856, 2824, 1, 0, 0, 0, 2856, 2830, 1, 0, 0, 0, 2856, 2832, 1, 0, 0, 0, 2856, 2834, 1, 0, 0, 0, 2856, 2839, 1, 0, 0, 0, 2856, 2841, 1, 0, 0, 0, 2856, 2843, 1, 0, 0, 0, 2856, 2845, 1, 0, 0, 0, 2856, 2852, 1, 0, 0, 0, 2856, 2854, 1, 0, 0, 0, 2856, 2855, 1, 0, 0, 0, 2857, 207, 1, 0, 0, 0, 2858, 2859, 5, 46, 0, 0, 2859, 2860, 5, 63, 0, 0, 2860, 2861, 5, 174, 0, 0, 2861, 2862, 5, 381, 0, 0, 2862, 2868, 3, 816, 408, 0, 2863, 2865, 3, 210, 105, 0, 2864, 2863, 1, 0, 0, 0, 2865, 2866, 1, 0, 0, 0, 2866, 2864, 1, 0, 0, 0, 2866, 2867, 1, 0, 0, 0, 2867, 2869, 1, 0, 0, 0, 2868, 2864, 1, 0, 0, 0, 2868, 2869, 1, 0, 0, 0, 2869, 2871, 1, 0, 0, 0, 2870, 2872, 3, 214, 107, 0, 2871, 2870, 1, 0, 0, 0, 2871, 2872, 1, 0, 0, 0, 2872, 209, 1, 0, 0, 0, 2873, 2875, 7, 34, 0, 0, 2874, 2876, 3, 310, 155, 0, 2875, 2874, 1, 0, 0, 0, 2875, 2876, 1, 0, 0, 0, 2876, 2880, 1, 0, 0, 0, 2877, 2878, 5, 269, 0, 0, 2878, 2880, 7, 34, 0, 0, 2879, 2873, 1, 0, 0, 0, 2879, 2877, 1, 0, 0, 0, 2880, 211, 1, 0, 0, 0, 2881, 2882, 5, 138, 0, 0, 2882, 2883, 5, 63, 0, 0, 2883, 2884, 5, 174, 0, 0, 2884, 2885, 5, 381, 0, 0, 2885, 2899, 3, 816, 408, 0, 2886, 2888, 3, 210, 105, 0, 2887, 2886, 1, 0, 0, 0, 2888, 2889, 1, 0, 0, 0, 2889, 2887, 1, 0, 0, 0, 2889, 2890, 1, 0, 0, 0, 2890, 2892, 1, 0, 0, 0, 2891, 2887, 1, 0, 0, 0, 2891, 2892, 1, 0, 0, 0, 2892, 2893, 1, 0, 0, 0, 2893, 2900, 3, 216, 108, 0, 2894, 2896, 3, 210, 105, 0, 2895, 2894, 1, 0, 0, 0, 2896, 2897, 1, 0, 0, 0, 2897, 2895, 1, 0, 0, 0, 2897, 2898, 1, 0, 0, 0, 2898, 2900, 1, 0, 0, 0, 2899, 2891, 1, 0, 0, 0, 2899, 2895, 1, 0, 0, 0, 2900, 213, 1, 0, 0, 0, 2901, 2902, 5, 280, 0, 0, 2902, 2903, 5, 2, 0, 0, 2903, 2908, 3, 220, 110, 0, 2904, 2905, 5, 6, 0, 0, 2905, 2907, 3, 220, 110, 0, 2906, 2904, 1, 0, 0, 0, 2907, 2910, 1, 0, 0, 0, 2908, 2906, 1, 0, 0, 0, 2908, 2909, 1, 0, 0, 0, 2909, 2911, 1, 0, 0, 0, 2910, 2908, 1, 0, 0, 0, 2911, 2912, 5, 3, 0, 0, 2912, 215, 1, 0, 0, 0, 2913, 2914, 5, 280, 0, 0, 2914, 2915, 5, 2, 0, 0, 2915, 2920, 3, 218, 109, 0, 2916, 2917, 5, 6, 0, 0, 2917, 2919, 3, 218, 109, 0, 2918, 2916, 1, 0, 0, 0, 2919, 2922, 1, 0, 0, 0, 2920, 2918, 1, 0, 0, 0, 2920, 2921, 1, 0, 0, 0, 2921, 2923, 1, 0, 0, 0, 2922, 2920, 1, 0, 0, 0, 2923, 2924, 5, 3, 0, 0, 2924, 217, 1, 0, 0, 0, 2925, 2926, 7, 35, 0, 0, 2926, 2927, 3, 220, 110, 0, 2927, 219, 1, 0, 0, 0, 2928, 2929, 3, 822, 411, 0, 2929, 2930, 3, 806, 403, 0, 2930, 221, 1, 0, 0, 0, 2931, 2932, 5, 46, 0, 0, 2932, 2934, 5, 331, 0, 0, 2933, 2935, 3, 288, 144, 0, 2934, 2933, 1, 0, 0, 0, 2934, 2935, 1, 0, 0, 0, 2935, 2936, 1, 0, 0, 0, 2936, 2939, 3, 816, 408, 0, 2937, 2938, 5, 360, 0, 0, 2938, 2940, 3, 806, 403, 0, 2939, 2937, 1, 0, 0, 0, 2939, 2940, 1, 0, 0, 0, 2940, 2942, 1, 0, 0, 0, 2941, 2943, 3, 224, 112, 0, 2942, 2941, 1, 0, 0, 0, 2942, 2943, 1, 0, 0, 0, 2943, 2944, 1, 0, 0, 0, 2944, 2945, 5, 63, 0, 0, 2945, 2946, 5, 174, 0, 0, 2946, 2947, 5, 381, 0, 0, 2947, 2949, 3, 816, 408, 0, 2948, 2950, 3, 214, 107, 0, 2949, 2948, 1, 0, 0, 0, 2949, 2950, 1, 0, 0, 0, 2950, 223, 1, 0, 0, 0, 2951, 2954, 5, 375, 0, 0, 2952, 2955, 3, 806, 403, 0, 2953, 2955, 5, 78, 0, 0, 2954, 2952, 1, 0, 0, 0, 2954, 2953, 1, 0, 0, 0, 2955, 225, 1, 0, 0, 0, 2956, 2957, 5, 138, 0, 0, 2957, 2958, 5, 331, 0, 0, 2958, 2964, 3, 816, 408, 0, 2959, 2965, 3, 216, 108, 0, 2960, 2962, 3, 224, 112, 0, 2961, 2963, 3, 216, 108, 0, 2962, 2961, 1, 0, 0, 0, 2962, 2963, 1, 0, 0, 0, 2963, 2965, 1, 0, 0, 0, 2964, 2959, 1, 0, 0, 0, 2964, 2960, 1, 0, 0, 0, 2965, 227, 1, 0, 0, 0, 2966, 2967, 5, 46, 0, 0, 2967, 2968, 5, 63, 0, 0, 2968, 2970, 5, 92, 0, 0, 2969, 2971, 3, 288, 144, 0, 2970, 2969, 1, 0, 0, 0, 2970, 2971, 1, 0, 0, 0, 2971, 2972, 1, 0, 0, 0, 2972, 2973, 3, 768, 384, 0, 2973, 2975, 5, 2, 0, 0, 2974, 2976, 3, 120, 60, 0, 2975, 2974, 1, 0, 0, 0, 2975, 2976, 1, 0, 0, 0, 2976, 2977, 1, 0, 0, 0, 2977, 2979, 5, 3, 0, 0, 2978, 2980, 3, 158, 79, 0, 2979, 2978, 1, 0, 0, 0, 2979, 2980, 1, 0, 0, 0, 2980, 2981, 1, 0, 0, 0, 2981, 2982, 5, 331, 0, 0, 2982, 2984, 3, 816, 408, 0, 2983, 2985, 3, 214, 107, 0, 2984, 2983, 1, 0, 0, 0, 2984, 2985, 1, 0, 0, 0, 2985, 3006, 1, 0, 0, 0, 2986, 2987, 5, 46, 0, 0, 2987, 2988, 5, 63, 0, 0, 2988, 2990, 5, 92, 0, 0, 2989, 2991, 3, 288, 144, 0, 2990, 2989, 1, 0, 0, 0, 2990, 2991, 1, 0, 0, 0, 2991, 2992, 1, 0, 0, 0, 2992, 2993, 3, 768, 384, 0, 2993, 2994, 5, 285, 0, 0, 2994, 2995, 5, 275, 0, 0, 2995, 2997, 3, 770, 385, 0, 2996, 2998, 3, 118, 59, 0, 2997, 2996, 1, 0, 0, 0, 2997, 2998, 1, 0, 0, 0, 2998, 2999, 1, 0, 0, 0, 2999, 3000, 3, 98, 49, 0, 3000, 3001, 5, 331, 0, 0, 3001, 3003, 3, 816, 408, 0, 3002, 3004, 3, 214, 107, 0, 3003, 3002, 1, 0, 0, 0, 3003, 3004, 1, 0, 0, 0, 3004, 3006, 1, 0, 0, 0, 3005, 2966, 1, 0, 0, 0, 3005, 2986, 1, 0, 0, 0, 3006, 229, 1, 0, 0, 0, 3007, 3008, 5, 444, 0, 0, 3008, 3009, 5, 63, 0, 0, 3009, 3010, 5, 323, 0, 0, 3010, 3020, 3, 786, 393, 0, 3011, 3012, 5, 74, 0, 0, 3012, 3015, 5, 94, 0, 0, 3013, 3015, 5, 59, 0, 0, 3014, 3011, 1, 0, 0, 0, 3014, 3013, 1, 0, 0, 0, 3015, 3016, 1, 0, 0, 0, 3016, 3017, 5, 2, 0, 0, 3017, 3018, 3, 622, 311, 0, 3018, 3019, 5, 3, 0, 0, 3019, 3021, 1, 0, 0, 0, 3020, 3014, 1, 0, 0, 0, 3020, 3021, 1, 0, 0, 0, 3021, 3022, 1, 0, 0, 0, 3022, 3023, 5, 64, 0, 0, 3023, 3024, 5, 331, 0, 0, 3024, 3025, 3, 816, 408, 0, 3025, 3026, 5, 71, 0, 0, 3026, 3028, 3, 816, 408, 0, 3027, 3029, 3, 214, 107, 0, 3028, 3027, 1, 0, 0, 0, 3028, 3029, 1, 0, 0, 0, 3029, 231, 1, 0, 0, 0, 3030, 3031, 5, 46, 0, 0, 3031, 3032, 5, 99, 0, 0, 3032, 3034, 5, 257, 0, 0, 3033, 3035, 3, 288, 144, 0, 3034, 3033, 1, 0, 0, 0, 3034, 3035, 1, 0, 0, 0, 3035, 3036, 1, 0, 0, 0, 3036, 3039, 5, 62, 0, 0, 3037, 3040, 3, 812, 406, 0, 3038, 3040, 5, 99, 0, 0, 3039, 3037, 1, 0, 0, 0, 3039, 3038, 1, 0, 0, 0, 3040, 3041, 1, 0, 0, 0, 3041, 3042, 5, 331, 0, 0, 3042, 3044, 3, 816, 408, 0, 3043, 3045, 3, 214, 107, 0, 3044, 3043, 1, 0, 0, 0, 3044, 3045, 1, 0, 0, 0, 3045, 233, 1, 0, 0, 0, 3046, 3047, 5, 138, 0, 0, 3047, 3048, 5, 99, 0, 0, 3048, 3049, 5, 257, 0, 0, 3049, 3052, 5, 62, 0, 0, 3050, 3053, 3, 812, 406, 0, 3051, 3053, 5, 99, 0, 0, 3052, 3050, 1, 0, 0, 0, 3052, 3051, 1, 0, 0, 0, 3053, 3054, 1, 0, 0, 0, 3054, 3055, 5, 331, 0, 0, 3055, 3056, 3, 816, 408, 0, 3056, 3057, 3, 216, 108, 0, 3057, 235, 1, 0, 0, 0, 3058, 3059, 5, 46, 0, 0, 3059, 3060, 5, 445, 0, 0, 3060, 3061, 3, 816, 408, 0, 3061, 3062, 5, 80, 0, 0, 3062, 3069, 3, 776, 388, 0, 3063, 3067, 5, 36, 0, 0, 3064, 3068, 5, 541, 0, 0, 3065, 3068, 5, 542, 0, 0, 3066, 3068, 3, 824, 412, 0, 3067, 3064, 1, 0, 0, 0, 3067, 3065, 1, 0, 0, 0, 3067, 3066, 1, 0, 0, 0, 3068, 3070, 1, 0, 0, 0, 3069, 3063, 1, 0, 0, 0, 3069, 3070, 1, 0, 0, 0, 3070, 3073, 1, 0, 0, 0, 3071, 3072, 5, 62, 0, 0, 3072, 3074, 7, 36, 0, 0, 3073, 3071, 1, 0, 0, 0, 3073, 3074, 1, 0, 0, 0, 3074, 3077, 1, 0, 0, 0, 3075, 3076, 5, 94, 0, 0, 3076, 3078, 3, 814, 407, 0, 3077, 3075, 1, 0, 0, 0, 3077, 3078, 1, 0, 0, 0, 3078, 3080, 1, 0, 0, 0, 3079, 3081, 3, 244, 122, 0, 3080, 3079, 1, 0, 0, 0, 3080, 3081, 1, 0, 0, 0, 3081, 3083, 1, 0, 0, 0, 3082, 3084, 3, 246, 123, 0, 3083, 3082, 1, 0, 0, 0, 3083, 3084, 1, 0, 0, 0, 3084, 237, 1, 0, 0, 0, 3085, 3086, 5, 138, 0, 0, 3086, 3087, 5, 445, 0, 0, 3087, 3088, 3, 816, 408, 0, 3088, 3089, 5, 80, 0, 0, 3089, 3092, 3, 776, 388, 0, 3090, 3091, 5, 94, 0, 0, 3091, 3093, 3, 814, 407, 0, 3092, 3090, 1, 0, 0, 0, 3092, 3093, 1, 0, 0, 0, 3093, 3095, 1, 0, 0, 0, 3094, 3096, 3, 244, 122, 0, 3095, 3094, 1, 0, 0, 0, 3095, 3096, 1, 0, 0, 0, 3096, 3098, 1, 0, 0, 0, 3097, 3099, 3, 246, 123, 0, 3098, 3097, 1, 0, 0, 0, 3098, 3099, 1, 0, 0, 0, 3099, 239, 1, 0, 0, 0, 3100, 3101, 5, 138, 0, 0, 3101, 3102, 5, 296, 0, 0, 3102, 3104, 3, 792, 396, 0, 3103, 3105, 3, 362, 181, 0, 3104, 3103, 1, 0, 0, 0, 3104, 3105, 1, 0, 0, 0, 3105, 3132, 1, 0, 0, 0, 3106, 3110, 3, 242, 121, 0, 3107, 3109, 3, 242, 121, 0, 3108, 3107, 1, 0, 0, 0, 3109, 3112, 1, 0, 0, 0, 3110, 3108, 1, 0, 0, 0, 3110, 3111, 1, 0, 0, 0, 3111, 3114, 1, 0, 0, 0, 3112, 3110, 1, 0, 0, 0, 3113, 3115, 5, 315, 0, 0, 3114, 3113, 1, 0, 0, 0, 3114, 3115, 1, 0, 0, 0, 3115, 3133, 1, 0, 0, 0, 3116, 3117, 5, 309, 0, 0, 3117, 3118, 5, 94, 0, 0, 3118, 3133, 3, 794, 397, 0, 3119, 3120, 5, 282, 0, 0, 3120, 3121, 5, 94, 0, 0, 3121, 3133, 3, 812, 406, 0, 3122, 3123, 5, 333, 0, 0, 3123, 3124, 5, 323, 0, 0, 3124, 3133, 3, 32, 16, 0, 3125, 3127, 5, 269, 0, 0, 3126, 3125, 1, 0, 0, 0, 3126, 3127, 1, 0, 0, 0, 3127, 3128, 1, 0, 0, 0, 3128, 3129, 5, 462, 0, 0, 3129, 3130, 5, 80, 0, 0, 3130, 3131, 5, 204, 0, 0, 3131, 3133, 3, 816, 408, 0, 3132, 3106, 1, 0, 0, 0, 3132, 3116, 1, 0, 0, 0, 3132, 3119, 1, 0, 0, 0, 3132, 3122, 1, 0, 0, 0, 3132, 3126, 1, 0, 0, 0, 3133, 241, 1, 0, 0, 0, 3134, 3136, 5, 205, 0, 0, 3135, 3134, 1, 0, 0, 0, 3135, 3136, 1, 0, 0, 0, 3136, 3137, 1, 0, 0, 0, 3137, 3138, 5, 327, 0, 0, 3138, 3145, 5, 243, 0, 0, 3139, 3141, 5, 205, 0, 0, 3140, 3139, 1, 0, 0, 0, 3140, 3141, 1, 0, 0, 0, 3141, 3142, 1, 0, 0, 0, 3142, 3143, 5, 327, 0, 0, 3143, 3145, 5, 181, 0, 0, 3144, 3135, 1, 0, 0, 0, 3144, 3140, 1, 0, 0, 0, 3145, 3164, 1, 0, 0, 0, 3146, 3147, 5, 333, 0, 0, 3147, 3148, 3, 816, 408, 0, 3148, 3151, 7, 37, 0, 0, 3149, 3152, 3, 816, 408, 0, 3150, 3152, 5, 53, 0, 0, 3151, 3149, 1, 0, 0, 0, 3151, 3150, 1, 0, 0, 0, 3152, 3164, 1, 0, 0, 0, 3153, 3154, 5, 333, 0, 0, 3154, 3155, 3, 816, 408, 0, 3155, 3156, 5, 64, 0, 0, 3156, 3157, 5, 434, 0, 0, 3157, 3164, 1, 0, 0, 0, 3158, 3161, 5, 313, 0, 0, 3159, 3162, 3, 816, 408, 0, 3160, 3162, 5, 30, 0, 0, 3161, 3159, 1, 0, 0, 0, 3161, 3160, 1, 0, 0, 0, 3162, 3164, 1, 0, 0, 0, 3163, 3144, 1, 0, 0, 0, 3163, 3146, 1, 0, 0, 0, 3163, 3153, 1, 0, 0, 0, 3163, 3158, 1, 0, 0, 0, 3164, 243, 1, 0, 0, 0, 3165, 3166, 5, 100, 0, 0, 3166, 3167, 5, 2, 0, 0, 3167, 3168, 3, 668, 334, 0, 3168, 3169, 5, 3, 0, 0, 3169, 245, 1, 0, 0, 0, 3170, 3171, 5, 105, 0, 0, 3171, 3172, 5, 42, 0, 0, 3172, 3173, 5, 2, 0, 0, 3173, 3174, 3, 668, 334, 0, 3174, 3175, 5, 3, 0, 0, 3175, 247, 1, 0, 0, 0, 3176, 3177, 5, 46, 0, 0, 3177, 3178, 5, 131, 0, 0, 3178, 3179, 5, 446, 0, 0, 3179, 3180, 3, 816, 408, 0, 3180, 3181, 5, 360, 0, 0, 3181, 3182, 7, 38, 0, 0, 3182, 3183, 5, 215, 0, 0, 3183, 3184, 3, 310, 155, 0, 3184, 249, 1, 0, 0, 0, 3185, 3187, 5, 46, 0, 0, 3186, 3188, 3, 360, 180, 0, 3187, 3186, 1, 0, 0, 0, 3187, 3188, 1, 0, 0, 0, 3188, 3189, 1, 0, 0, 0, 3189, 3190, 5, 357, 0, 0, 3190, 3191, 3, 816, 408, 0, 3191, 3192, 3, 252, 126, 0, 3192, 3193, 3, 254, 127, 0, 3193, 3194, 5, 80, 0, 0, 3194, 3206, 3, 770, 385, 0, 3195, 3202, 5, 447, 0, 0, 3196, 3197, 7, 39, 0, 0, 3197, 3199, 7, 40, 0, 0, 3198, 3200, 5, 36, 0, 0, 3199, 3198, 1, 0, 0, 0, 3199, 3200, 1, 0, 0, 0, 3200, 3201, 1, 0, 0, 0, 3201, 3203, 3, 816, 408, 0, 3202, 3196, 1, 0, 0, 0, 3203, 3204, 1, 0, 0, 0, 3204, 3202, 1, 0, 0, 0, 3204, 3205, 1, 0, 0, 0, 3205, 3207, 1, 0, 0, 0, 3206, 3195, 1, 0, 0, 0, 3206, 3207, 1, 0, 0, 0, 3207, 3213, 1, 0, 0, 0, 3208, 3210, 5, 62, 0, 0, 3209, 3211, 5, 192, 0, 0, 3210, 3209, 1, 0, 0, 0, 3210, 3211, 1, 0, 0, 0, 3211, 3212, 1, 0, 0, 0, 3212, 3214, 7, 41, 0, 0, 3213, 3208, 1, 0, 0, 0, 3213, 3214, 1, 0, 0, 0, 3214, 3216, 1, 0, 0, 0, 3215, 3217, 3, 258, 129, 0, 3216, 3215, 1, 0, 0, 0, 3216, 3217, 1, 0, 0, 0, 3217, 3218, 1, 0, 0, 0, 3218, 3219, 5, 202, 0, 0, 3219, 3220, 3, 260, 130, 0, 3220, 3221, 5, 2, 0, 0, 3221, 3222, 3, 262, 131, 0, 3222, 3223, 5, 3, 0, 0, 3223, 3264, 1, 0, 0, 0, 3224, 3226, 5, 46, 0, 0, 3225, 3227, 3, 360, 180, 0, 3226, 3225, 1, 0, 0, 0, 3226, 3227, 1, 0, 0, 0, 3227, 3229, 1, 0, 0, 0, 3228, 3230, 5, 45, 0, 0, 3229, 3228, 1, 0, 0, 0, 3229, 3230, 1, 0, 0, 0, 3230, 3231, 1, 0, 0, 0, 3231, 3232, 5, 357, 0, 0, 3232, 3233, 3, 816, 408, 0, 3233, 3234, 3, 252, 126, 0, 3234, 3235, 3, 254, 127, 0, 3235, 3236, 5, 80, 0, 0, 3236, 3239, 3, 770, 385, 0, 3237, 3238, 5, 64, 0, 0, 3238, 3240, 3, 776, 388, 0, 3239, 3237, 1, 0, 0, 0, 3239, 3240, 1, 0, 0, 0, 3240, 3244, 1, 0, 0, 0, 3241, 3243, 3, 266, 133, 0, 3242, 3241, 1, 0, 0, 0, 3243, 3246, 1, 0, 0, 0, 3244, 3242, 1, 0, 0, 0, 3244, 3245, 1, 0, 0, 0, 3245, 3252, 1, 0, 0, 0, 3246, 3244, 1, 0, 0, 0, 3247, 3249, 5, 62, 0, 0, 3248, 3250, 5, 192, 0, 0, 3249, 3248, 1, 0, 0, 0, 3249, 3250, 1, 0, 0, 0, 3250, 3251, 1, 0, 0, 0, 3251, 3253, 7, 41, 0, 0, 3252, 3247, 1, 0, 0, 0, 3252, 3253, 1, 0, 0, 0, 3253, 3255, 1, 0, 0, 0, 3254, 3256, 3, 258, 129, 0, 3255, 3254, 1, 0, 0, 0, 3255, 3256, 1, 0, 0, 0, 3256, 3257, 1, 0, 0, 0, 3257, 3258, 5, 202, 0, 0, 3258, 3259, 3, 260, 130, 0, 3259, 3260, 5, 2, 0, 0, 3260, 3261, 3, 262, 131, 0, 3261, 3262, 5, 3, 0, 0, 3262, 3264, 1, 0, 0, 0, 3263, 3185, 1, 0, 0, 0, 3263, 3224, 1, 0, 0, 0, 3264, 251, 1, 0, 0, 0, 3265, 3270, 5, 145, 0, 0, 3266, 3270, 5, 135, 0, 0, 3267, 3268, 5, 242, 0, 0, 3268, 3270, 5, 275, 0, 0, 3269, 3265, 1, 0, 0, 0, 3269, 3266, 1, 0, 0, 0, 3269, 3267, 1, 0, 0, 0, 3270, 253, 1, 0, 0, 0, 3271, 3276, 3, 256, 128, 0, 3272, 3273, 5, 82, 0, 0, 3273, 3275, 3, 256, 128, 0, 3274, 3272, 1, 0, 0, 0, 3275, 3278, 1, 0, 0, 0, 3276, 3274, 1, 0, 0, 0, 3276, 3277, 1, 0, 0, 0, 3277, 255, 1, 0, 0, 0, 3278, 3276, 1, 0, 0, 0, 3279, 3288, 5, 241, 0, 0, 3280, 3288, 5, 182, 0, 0, 3281, 3284, 5, 369, 0, 0, 3282, 3283, 5, 275, 0, 0, 3283, 3285, 3, 142, 71, 0, 3284, 3282, 1, 0, 0, 0, 3284, 3285, 1, 0, 0, 0, 3285, 3288, 1, 0, 0, 0, 3286, 3288, 5, 358, 0, 0, 3287, 3279, 1, 0, 0, 0, 3287, 3280, 1, 0, 0, 0, 3287, 3281, 1, 0, 0, 0, 3287, 3286, 1, 0, 0, 0, 3288, 257, 1, 0, 0, 0, 3289, 3290, 5, 102, 0, 0, 3290, 3291, 5, 2, 0, 0, 3291, 3292, 3, 668, 334, 0, 3292, 3293, 5, 3, 0, 0, 3293, 259, 1, 0, 0, 0, 3294, 3295, 5, 211, 0, 0, 3295, 3299, 3, 804, 402, 0, 3296, 3297, 5, 296, 0, 0, 3297, 3299, 3, 792, 396, 0, 3298, 3294, 1, 0, 0, 0, 3298, 3296, 1, 0, 0, 0, 3299, 261, 1, 0, 0, 0, 3300, 3303, 3, 264, 132, 0, 3301, 3303, 1, 0, 0, 0, 3302, 3300, 1, 0, 0, 0, 3302, 3301, 1, 0, 0, 0, 3303, 3308, 1, 0, 0, 0, 3304, 3305, 5, 6, 0, 0, 3305, 3307, 3, 264, 132, 0, 3306, 3304, 1, 0, 0, 0, 3307, 3310, 1, 0, 0, 0, 3308, 3306, 1, 0, 0, 0, 3308, 3309, 1, 0, 0, 0, 3309, 263, 1, 0, 0, 0, 3310, 3308, 1, 0, 0, 0, 3311, 3316, 5, 574, 0, 0, 3312, 3316, 5, 576, 0, 0, 3313, 3316, 3, 806, 403, 0, 3314, 3316, 3, 822, 411, 0, 3315, 3311, 1, 0, 0, 0, 3315, 3312, 1, 0, 0, 0, 3315, 3313, 1, 0, 0, 0, 3315, 3314, 1, 0, 0, 0, 3316, 265, 1, 0, 0, 0, 3317, 3319, 5, 77, 0, 0, 3318, 3317, 1, 0, 0, 0, 3318, 3319, 1, 0, 0, 0, 3319, 3320, 1, 0, 0, 0, 3320, 3328, 5, 54, 0, 0, 3321, 3322, 5, 69, 0, 0, 3322, 3328, 7, 9, 0, 0, 3323, 3324, 5, 77, 0, 0, 3324, 3328, 5, 371, 0, 0, 3325, 3326, 5, 269, 0, 0, 3326, 3328, 5, 228, 0, 0, 3327, 3318, 1, 0, 0, 0, 3327, 3321, 1, 0, 0, 0, 3327, 3323, 1, 0, 0, 0, 3327, 3325, 1, 0, 0, 0, 3328, 267, 1, 0, 0, 0, 3329, 3330, 5, 46, 0, 0, 3330, 3331, 5, 198, 0, 0, 3331, 3332, 5, 357, 0, 0, 3332, 3333, 3, 816, 408, 0, 3333, 3334, 5, 80, 0, 0, 3334, 3344, 3, 822, 411, 0, 3335, 3336, 5, 102, 0, 0, 3336, 3341, 3, 270, 135, 0, 3337, 3338, 5, 33, 0, 0, 3338, 3340, 3, 270, 135, 0, 3339, 3337, 1, 0, 0, 0, 3340, 3343, 1, 0, 0, 0, 3341, 3339, 1, 0, 0, 0, 3341, 3342, 1, 0, 0, 0, 3342, 3345, 1, 0, 0, 0, 3343, 3341, 1, 0, 0, 0, 3344, 3335, 1, 0, 0, 0, 3344, 3345, 1, 0, 0, 0, 3345, 3346, 1, 0, 0, 0, 3346, 3347, 5, 202, 0, 0, 3347, 3348, 3, 260, 130, 0, 3348, 3349, 5, 2, 0, 0, 3349, 3350, 5, 3, 0, 0, 3350, 269, 1, 0, 0, 0, 3351, 3352, 3, 816, 408, 0, 3352, 3353, 5, 68, 0, 0, 3353, 3354, 5, 2, 0, 0, 3354, 3358, 3, 806, 403, 0, 3355, 3357, 3, 456, 228, 0, 3356, 3355, 1, 0, 0, 0, 3357, 3360, 1, 0, 0, 0, 3358, 3356, 1, 0, 0, 0, 3358, 3359, 1, 0, 0, 0, 3359, 3361, 1, 0, 0, 0, 3360, 3358, 1, 0, 0, 0, 3361, 3362, 5, 3, 0, 0, 3362, 271, 1, 0, 0, 0, 3363, 3364, 5, 138, 0, 0, 3364, 3365, 5, 198, 0, 0, 3365, 3366, 5, 357, 0, 0, 3366, 3372, 3, 816, 408, 0, 3367, 3369, 5, 193, 0, 0, 3368, 3370, 7, 14, 0, 0, 3369, 3368, 1, 0, 0, 0, 3369, 3370, 1, 0, 0, 0, 3370, 3373, 1, 0, 0, 0, 3371, 3373, 5, 186, 0, 0, 3372, 3367, 1, 0, 0, 0, 3372, 3371, 1, 0, 0, 0, 3373, 273, 1, 0, 0, 0, 3374, 3375, 5, 46, 0, 0, 3375, 3376, 5, 140, 0, 0, 3376, 3377, 3, 310, 155, 0, 3377, 3378, 5, 42, 0, 0, 3378, 3379, 5, 2, 0, 0, 3379, 3380, 3, 668, 334, 0, 3380, 3384, 5, 3, 0, 0, 3381, 3383, 3, 266, 133, 0, 3382, 3381, 1, 0, 0, 0, 3383, 3386, 1, 0, 0, 0, 3384, 3382, 1, 0, 0, 0, 3384, 3385, 1, 0, 0, 0, 3385, 275, 1, 0, 0, 0, 3386, 3384, 1, 0, 0, 0, 3387, 3389, 5, 46, 0, 0, 3388, 3390, 3, 360, 180, 0, 3389, 3388, 1, 0, 0, 0, 3389, 3390, 1, 0, 0, 0, 3390, 3391, 1, 0, 0, 0, 3391, 3392, 5, 136, 0, 0, 3392, 3407, 3, 804, 402, 0, 3393, 3394, 3, 386, 193, 0, 3394, 3395, 3, 278, 139, 0, 3395, 3408, 1, 0, 0, 0, 3396, 3397, 5, 2, 0, 0, 3397, 3402, 3, 284, 142, 0, 3398, 3399, 5, 6, 0, 0, 3399, 3401, 3, 284, 142, 0, 3400, 3398, 1, 0, 0, 0, 3401, 3404, 1, 0, 0, 0, 3402, 3400, 1, 0, 0, 0, 3402, 3403, 1, 0, 0, 0, 3403, 3405, 1, 0, 0, 0, 3404, 3402, 1, 0, 0, 0, 3405, 3406, 5, 3, 0, 0, 3406, 3408, 1, 0, 0, 0, 3407, 3393, 1, 0, 0, 0, 3407, 3396, 1, 0, 0, 0, 3408, 3466, 1, 0, 0, 0, 3409, 3410, 5, 46, 0, 0, 3410, 3411, 5, 278, 0, 0, 3411, 3412, 3, 408, 204, 0, 3412, 3413, 3, 278, 139, 0, 3413, 3466, 1, 0, 0, 0, 3414, 3415, 5, 46, 0, 0, 3415, 3416, 5, 360, 0, 0, 3416, 3417, 3, 310, 155, 0, 3417, 3435, 5, 36, 0, 0, 3418, 3420, 5, 2, 0, 0, 3419, 3421, 3, 636, 318, 0, 3420, 3419, 1, 0, 0, 0, 3420, 3421, 1, 0, 0, 0, 3421, 3422, 1, 0, 0, 0, 3422, 3436, 5, 3, 0, 0, 3423, 3424, 5, 196, 0, 0, 3424, 3432, 5, 2, 0, 0, 3425, 3429, 3, 806, 403, 0, 3426, 3428, 3, 456, 228, 0, 3427, 3426, 1, 0, 0, 0, 3428, 3431, 1, 0, 0, 0, 3429, 3427, 1, 0, 0, 0, 3429, 3430, 1, 0, 0, 0, 3430, 3433, 1, 0, 0, 0, 3431, 3429, 1, 0, 0, 0, 3432, 3425, 1, 0, 0, 0, 3432, 3433, 1, 0, 0, 0, 3433, 3434, 1, 0, 0, 0, 3434, 3436, 5, 3, 0, 0, 3435, 3418, 1, 0, 0, 0, 3435, 3423, 1, 0, 0, 0, 3436, 3466, 1, 0, 0, 0, 3437, 3438, 5, 46, 0, 0, 3438, 3439, 5, 360, 0, 0, 3439, 3445, 3, 310, 155, 0, 3440, 3441, 5, 36, 0, 0, 3441, 3443, 5, 299, 0, 0, 3442, 3440, 1, 0, 0, 0, 3442, 3443, 1, 0, 0, 0, 3443, 3444, 1, 0, 0, 0, 3444, 3446, 3, 278, 139, 0, 3445, 3442, 1, 0, 0, 0, 3445, 3446, 1, 0, 0, 0, 3446, 3466, 1, 0, 0, 0, 3447, 3448, 5, 46, 0, 0, 3448, 3449, 5, 355, 0, 0, 3449, 3450, 5, 325, 0, 0, 3450, 3451, 7, 42, 0, 0, 3451, 3452, 3, 310, 155, 0, 3452, 3453, 3, 278, 139, 0, 3453, 3466, 1, 0, 0, 0, 3454, 3455, 5, 46, 0, 0, 3455, 3457, 5, 108, 0, 0, 3456, 3458, 3, 288, 144, 0, 3457, 3456, 1, 0, 0, 0, 3457, 3458, 1, 0, 0, 0, 3458, 3459, 1, 0, 0, 0, 3459, 3463, 3, 310, 155, 0, 3460, 3464, 3, 278, 139, 0, 3461, 3462, 5, 64, 0, 0, 3462, 3464, 3, 310, 155, 0, 3463, 3460, 1, 0, 0, 0, 3463, 3461, 1, 0, 0, 0, 3464, 3466, 1, 0, 0, 0, 3465, 3387, 1, 0, 0, 0, 3465, 3409, 1, 0, 0, 0, 3465, 3414, 1, 0, 0, 0, 3465, 3437, 1, 0, 0, 0, 3465, 3447, 1, 0, 0, 0, 3465, 3454, 1, 0, 0, 0, 3466, 277, 1, 0, 0, 0, 3467, 3468, 5, 2, 0, 0, 3468, 3473, 3, 280, 140, 0, 3469, 3470, 5, 6, 0, 0, 3470, 3472, 3, 280, 140, 0, 3471, 3469, 1, 0, 0, 0, 3472, 3475, 1, 0, 0, 0, 3473, 3471, 1, 0, 0, 0, 3473, 3474, 1, 0, 0, 0, 3474, 3476, 1, 0, 0, 0, 3475, 3473, 1, 0, 0, 0, 3476, 3477, 5, 3, 0, 0, 3477, 279, 1, 0, 0, 0, 3478, 3481, 3, 822, 411, 0, 3479, 3480, 5, 10, 0, 0, 3480, 3482, 3, 282, 141, 0, 3481, 3479, 1, 0, 0, 0, 3481, 3482, 1, 0, 0, 0, 3482, 281, 1, 0, 0, 0, 3483, 3490, 3, 382, 191, 0, 3484, 3490, 3, 832, 416, 0, 3485, 3490, 3, 722, 361, 0, 3486, 3490, 3, 196, 98, 0, 3487, 3490, 3, 806, 403, 0, 3488, 3490, 5, 407, 0, 0, 3489, 3483, 1, 0, 0, 0, 3489, 3484, 1, 0, 0, 0, 3489, 3485, 1, 0, 0, 0, 3489, 3486, 1, 0, 0, 0, 3489, 3487, 1, 0, 0, 0, 3489, 3488, 1, 0, 0, 0, 3490, 283, 1, 0, 0, 0, 3491, 3492, 3, 824, 412, 0, 3492, 3493, 5, 10, 0, 0, 3493, 3494, 3, 282, 141, 0, 3494, 285, 1, 0, 0, 0, 3495, 3496, 5, 138, 0, 0, 3496, 3497, 5, 360, 0, 0, 3497, 3498, 3, 310, 155, 0, 3498, 3499, 5, 133, 0, 0, 3499, 3501, 5, 450, 0, 0, 3500, 3502, 3, 288, 144, 0, 3501, 3500, 1, 0, 0, 0, 3501, 3502, 1, 0, 0, 0, 3502, 3503, 1, 0, 0, 0, 3503, 3506, 3, 806, 403, 0, 3504, 3505, 7, 43, 0, 0, 3505, 3507, 3, 806, 403, 0, 3506, 3504, 1, 0, 0, 0, 3506, 3507, 1, 0, 0, 0, 3507, 3518, 1, 0, 0, 0, 3508, 3509, 5, 138, 0, 0, 3509, 3510, 5, 360, 0, 0, 3510, 3511, 3, 310, 155, 0, 3511, 3512, 5, 309, 0, 0, 3512, 3513, 5, 450, 0, 0, 3513, 3514, 3, 806, 403, 0, 3514, 3515, 5, 94, 0, 0, 3515, 3516, 3, 806, 403, 0, 3516, 3518, 1, 0, 0, 0, 3517, 3495, 1, 0, 0, 0, 3517, 3508, 1, 0, 0, 0, 3518, 287, 1, 0, 0, 0, 3519, 3520, 5, 220, 0, 0, 3520, 3521, 5, 77, 0, 0, 3521, 3522, 5, 396, 0, 0, 3522, 289, 1, 0, 0, 0, 3523, 3524, 5, 46, 0, 0, 3524, 3525, 5, 278, 0, 0, 3525, 3526, 5, 156, 0, 0, 3526, 3528, 3, 310, 155, 0, 3527, 3529, 5, 53, 0, 0, 3528, 3527, 1, 0, 0, 0, 3528, 3529, 1, 0, 0, 0, 3529, 3530, 1, 0, 0, 0, 3530, 3531, 5, 62, 0, 0, 3531, 3532, 5, 360, 0, 0, 3532, 3533, 3, 646, 323, 0, 3533, 3536, 3, 164, 82, 0, 3534, 3535, 5, 206, 0, 0, 3535, 3537, 3, 310, 155, 0, 3536, 3534, 1, 0, 0, 0, 3536, 3537, 1, 0, 0, 0, 3537, 3538, 1, 0, 0, 0, 3538, 3539, 5, 36, 0, 0, 3539, 3544, 3, 292, 146, 0, 3540, 3541, 5, 6, 0, 0, 3541, 3543, 3, 292, 146, 0, 3542, 3540, 1, 0, 0, 0, 3543, 3546, 1, 0, 0, 0, 3544, 3542, 1, 0, 0, 0, 3544, 3545, 1, 0, 0, 0, 3545, 291, 1, 0, 0, 0, 3546, 3544, 1, 0, 0, 0, 3547, 3548, 5, 278, 0, 0, 3548, 3549, 5, 574, 0, 0, 3549, 3551, 3, 408, 204, 0, 3550, 3552, 3, 406, 203, 0, 3551, 3550, 1, 0, 0, 0, 3551, 3552, 1, 0, 0, 0, 3552, 3560, 1, 0, 0, 0, 3553, 3558, 5, 62, 0, 0, 3554, 3559, 5, 325, 0, 0, 3555, 3556, 5, 83, 0, 0, 3556, 3557, 5, 147, 0, 0, 3557, 3559, 3, 310, 155, 0, 3558, 3554, 1, 0, 0, 0, 3558, 3555, 1, 0, 0, 0, 3559, 3561, 1, 0, 0, 0, 3560, 3553, 1, 0, 0, 0, 3560, 3561, 1, 0, 0, 0, 3561, 3563, 1, 0, 0, 0, 3562, 3564, 5, 302, 0, 0, 3563, 3562, 1, 0, 0, 0, 3563, 3564, 1, 0, 0, 0, 3564, 3574, 1, 0, 0, 0, 3565, 3566, 5, 211, 0, 0, 3566, 3568, 5, 574, 0, 0, 3567, 3569, 3, 522, 261, 0, 3568, 3567, 1, 0, 0, 0, 3568, 3569, 1, 0, 0, 0, 3569, 3570, 1, 0, 0, 0, 3570, 3574, 3, 376, 188, 0, 3571, 3572, 5, 345, 0, 0, 3572, 3574, 3, 646, 323, 0, 3573, 3547, 1, 0, 0, 0, 3573, 3565, 1, 0, 0, 0, 3573, 3571, 1, 0, 0, 0, 3574, 293, 1, 0, 0, 0, 3575, 3576, 5, 46, 0, 0, 3576, 3577, 5, 278, 0, 0, 3577, 3578, 5, 206, 0, 0, 3578, 3579, 3, 310, 155, 0, 3579, 3580, 3, 164, 82, 0, 3580, 295, 1, 0, 0, 0, 3581, 3582, 5, 138, 0, 0, 3582, 3583, 5, 278, 0, 0, 3583, 3584, 5, 206, 0, 0, 3584, 3585, 3, 310, 155, 0, 3585, 3604, 3, 164, 82, 0, 3586, 3587, 5, 133, 0, 0, 3587, 3592, 3, 292, 146, 0, 3588, 3589, 5, 6, 0, 0, 3589, 3591, 3, 292, 146, 0, 3590, 3588, 1, 0, 0, 0, 3591, 3594, 1, 0, 0, 0, 3592, 3590, 1, 0, 0, 0, 3592, 3593, 1, 0, 0, 0, 3593, 3605, 1, 0, 0, 0, 3594, 3592, 1, 0, 0, 0, 3595, 3596, 5, 191, 0, 0, 3596, 3601, 3, 298, 149, 0, 3597, 3598, 5, 6, 0, 0, 3598, 3600, 3, 298, 149, 0, 3599, 3597, 1, 0, 0, 0, 3600, 3603, 1, 0, 0, 0, 3601, 3599, 1, 0, 0, 0, 3601, 3602, 1, 0, 0, 0, 3602, 3605, 1, 0, 0, 0, 3603, 3601, 1, 0, 0, 0, 3604, 3586, 1, 0, 0, 0, 3604, 3595, 1, 0, 0, 0, 3605, 297, 1, 0, 0, 0, 3606, 3607, 7, 44, 0, 0, 3607, 3608, 5, 574, 0, 0, 3608, 3609, 3, 522, 261, 0, 3609, 299, 1, 0, 0, 0, 3610, 3611, 5, 301, 0, 0, 3611, 3612, 5, 281, 0, 0, 3612, 3613, 5, 147, 0, 0, 3613, 3614, 3, 814, 407, 0, 3614, 3615, 5, 94, 0, 0, 3615, 3616, 3, 812, 406, 0, 3616, 301, 1, 0, 0, 0, 3617, 3640, 5, 191, 0, 0, 3618, 3641, 5, 328, 0, 0, 3619, 3641, 5, 226, 0, 0, 3620, 3641, 5, 108, 0, 0, 3621, 3641, 5, 168, 0, 0, 3622, 3641, 5, 342, 0, 0, 3623, 3641, 5, 452, 0, 0, 3624, 3641, 5, 331, 0, 0, 3625, 3626, 5, 131, 0, 0, 3626, 3641, 5, 446, 0, 0, 3627, 3628, 5, 198, 0, 0, 3628, 3641, 5, 357, 0, 0, 3629, 3641, 5, 204, 0, 0, 3630, 3632, 5, 295, 0, 0, 3631, 3630, 1, 0, 0, 0, 3631, 3632, 1, 0, 0, 0, 3632, 3633, 1, 0, 0, 0, 3633, 3641, 5, 247, 0, 0, 3634, 3635, 5, 63, 0, 0, 3635, 3636, 5, 174, 0, 0, 3636, 3641, 5, 381, 0, 0, 3637, 3638, 5, 355, 0, 0, 3638, 3639, 5, 325, 0, 0, 3639, 3641, 7, 42, 0, 0, 3640, 3618, 1, 0, 0, 0, 3640, 3619, 1, 0, 0, 0, 3640, 3620, 1, 0, 0, 0, 3640, 3621, 1, 0, 0, 0, 3640, 3622, 1, 0, 0, 0, 3640, 3623, 1, 0, 0, 0, 3640, 3624, 1, 0, 0, 0, 3640, 3625, 1, 0, 0, 0, 3640, 3627, 1, 0, 0, 0, 3640, 3629, 1, 0, 0, 0, 3640, 3631, 1, 0, 0, 0, 3640, 3634, 1, 0, 0, 0, 3640, 3637, 1, 0, 0, 0, 3641, 3643, 1, 0, 0, 0, 3642, 3644, 3, 416, 208, 0, 3643, 3642, 1, 0, 0, 0, 3643, 3644, 1, 0, 0, 0, 3644, 3645, 1, 0, 0, 0, 3645, 3647, 3, 780, 390, 0, 3646, 3648, 3, 88, 44, 0, 3647, 3646, 1, 0, 0, 0, 3647, 3648, 1, 0, 0, 0, 3648, 3825, 1, 0, 0, 0, 3649, 3651, 5, 191, 0, 0, 3650, 3652, 5, 259, 0, 0, 3651, 3650, 1, 0, 0, 0, 3651, 3652, 1, 0, 0, 0, 3652, 3653, 1, 0, 0, 0, 3653, 3655, 5, 376, 0, 0, 3654, 3656, 3, 416, 208, 0, 3655, 3654, 1, 0, 0, 0, 3655, 3656, 1, 0, 0, 0, 3656, 3657, 1, 0, 0, 0, 3657, 3662, 3, 774, 387, 0, 3658, 3659, 5, 6, 0, 0, 3659, 3661, 3, 774, 387, 0, 3660, 3658, 1, 0, 0, 0, 3661, 3664, 1, 0, 0, 0, 3662, 3660, 1, 0, 0, 0, 3662, 3663, 1, 0, 0, 0, 3663, 3666, 1, 0, 0, 0, 3664, 3662, 1, 0, 0, 0, 3665, 3667, 3, 88, 44, 0, 3666, 3665, 1, 0, 0, 0, 3666, 3667, 1, 0, 0, 0, 3667, 3825, 1, 0, 0, 0, 3668, 3670, 5, 191, 0, 0, 3669, 3671, 5, 63, 0, 0, 3670, 3669, 1, 0, 0, 0, 3670, 3671, 1, 0, 0, 0, 3671, 3672, 1, 0, 0, 0, 3672, 3674, 5, 92, 0, 0, 3673, 3675, 3, 416, 208, 0, 3674, 3673, 1, 0, 0, 0, 3674, 3675, 1, 0, 0, 0, 3675, 3676, 1, 0, 0, 0, 3676, 3678, 3, 758, 379, 0, 3677, 3679, 3, 88, 44, 0, 3678, 3677, 1, 0, 0, 0, 3678, 3679, 1, 0, 0, 0, 3679, 3825, 1, 0, 0, 0, 3680, 3681, 5, 191, 0, 0, 3681, 3683, 5, 323, 0, 0, 3682, 3684, 3, 416, 208, 0, 3683, 3682, 1, 0, 0, 0, 3683, 3684, 1, 0, 0, 0, 3684, 3685, 1, 0, 0, 0, 3685, 3687, 3, 760, 380, 0, 3686, 3688, 3, 88, 44, 0, 3687, 3686, 1, 0, 0, 0, 3687, 3688, 1, 0, 0, 0, 3688, 3825, 1, 0, 0, 0, 3689, 3690, 5, 191, 0, 0, 3690, 3692, 7, 45, 0, 0, 3691, 3693, 3, 416, 208, 0, 3692, 3691, 1, 0, 0, 0, 3692, 3693, 1, 0, 0, 0, 3693, 3694, 1, 0, 0, 0, 3694, 3695, 3, 816, 408, 0, 3695, 3696, 5, 80, 0, 0, 3696, 3698, 3, 310, 155, 0, 3697, 3699, 3, 88, 44, 0, 3698, 3697, 1, 0, 0, 0, 3698, 3699, 1, 0, 0, 0, 3699, 3825, 1, 0, 0, 0, 3700, 3701, 5, 191, 0, 0, 3701, 3703, 7, 33, 0, 0, 3702, 3704, 3, 416, 208, 0, 3703, 3702, 1, 0, 0, 0, 3703, 3704, 1, 0, 0, 0, 3704, 3705, 1, 0, 0, 0, 3705, 3710, 3, 646, 323, 0, 3706, 3707, 5, 6, 0, 0, 3707, 3709, 3, 646, 323, 0, 3708, 3706, 1, 0, 0, 0, 3709, 3712, 1, 0, 0, 0, 3710, 3708, 1, 0, 0, 0, 3710, 3711, 1, 0, 0, 0, 3711, 3714, 1, 0, 0, 0, 3712, 3710, 1, 0, 0, 0, 3713, 3715, 3, 88, 44, 0, 3714, 3713, 1, 0, 0, 0, 3714, 3715, 1, 0, 0, 0, 3715, 3825, 1, 0, 0, 0, 3716, 3717, 5, 191, 0, 0, 3717, 3718, 5, 226, 0, 0, 3718, 3720, 5, 109, 0, 0, 3719, 3721, 3, 416, 208, 0, 3720, 3719, 1, 0, 0, 0, 3720, 3721, 1, 0, 0, 0, 3721, 3722, 1, 0, 0, 0, 3722, 3724, 3, 308, 154, 0, 3723, 3725, 3, 88, 44, 0, 3724, 3723, 1, 0, 0, 0, 3724, 3725, 1, 0, 0, 0, 3725, 3825, 1, 0, 0, 0, 3726, 3727, 5, 191, 0, 0, 3727, 3729, 5, 41, 0, 0, 3728, 3730, 3, 416, 208, 0, 3729, 3728, 1, 0, 0, 0, 3729, 3730, 1, 0, 0, 0, 3730, 3731, 1, 0, 0, 0, 3731, 3732, 5, 2, 0, 0, 3732, 3733, 3, 646, 323, 0, 3733, 3734, 5, 36, 0, 0, 3734, 3735, 3, 646, 323, 0, 3735, 3737, 5, 3, 0, 0, 3736, 3738, 3, 88, 44, 0, 3737, 3736, 1, 0, 0, 0, 3737, 3738, 1, 0, 0, 0, 3738, 3825, 1, 0, 0, 0, 3739, 3740, 5, 191, 0, 0, 3740, 3741, 5, 278, 0, 0, 3741, 3743, 7, 32, 0, 0, 3742, 3744, 3, 416, 208, 0, 3743, 3742, 1, 0, 0, 0, 3743, 3744, 1, 0, 0, 0, 3744, 3745, 1, 0, 0, 0, 3745, 3746, 3, 310, 155, 0, 3746, 3748, 3, 164, 82, 0, 3747, 3749, 3, 88, 44, 0, 3748, 3747, 1, 0, 0, 0, 3748, 3749, 1, 0, 0, 0, 3749, 3825, 1, 0, 0, 0, 3750, 3751, 5, 191, 0, 0, 3751, 3752, 5, 281, 0, 0, 3752, 3753, 5, 147, 0, 0, 3753, 3755, 3, 814, 407, 0, 3754, 3756, 3, 88, 44, 0, 3755, 3754, 1, 0, 0, 0, 3755, 3756, 1, 0, 0, 0, 3756, 3825, 1, 0, 0, 0, 3757, 3758, 5, 191, 0, 0, 3758, 3760, 5, 451, 0, 0, 3759, 3761, 3, 416, 208, 0, 3760, 3759, 1, 0, 0, 0, 3760, 3761, 1, 0, 0, 0, 3761, 3762, 1, 0, 0, 0, 3762, 3764, 3, 816, 408, 0, 3763, 3765, 3, 88, 44, 0, 3764, 3763, 1, 0, 0, 0, 3764, 3765, 1, 0, 0, 0, 3765, 3825, 1, 0, 0, 0, 3766, 3767, 5, 191, 0, 0, 3767, 3769, 5, 351, 0, 0, 3768, 3770, 3, 416, 208, 0, 3769, 3768, 1, 0, 0, 0, 3769, 3770, 1, 0, 0, 0, 3770, 3771, 1, 0, 0, 0, 3771, 3825, 3, 766, 383, 0, 3772, 3773, 5, 191, 0, 0, 3773, 3775, 5, 443, 0, 0, 3774, 3776, 3, 416, 208, 0, 3775, 3774, 1, 0, 0, 0, 3775, 3776, 1, 0, 0, 0, 3776, 3777, 1, 0, 0, 0, 3777, 3778, 5, 62, 0, 0, 3778, 3779, 3, 646, 323, 0, 3779, 3780, 5, 247, 0, 0, 3780, 3782, 3, 816, 408, 0, 3781, 3783, 3, 88, 44, 0, 3782, 3781, 1, 0, 0, 0, 3782, 3783, 1, 0, 0, 0, 3783, 3825, 1, 0, 0, 0, 3784, 3785, 5, 191, 0, 0, 3785, 3787, 7, 46, 0, 0, 3786, 3788, 3, 416, 208, 0, 3787, 3786, 1, 0, 0, 0, 3787, 3788, 1, 0, 0, 0, 3788, 3789, 1, 0, 0, 0, 3789, 3825, 3, 814, 407, 0, 3790, 3791, 5, 191, 0, 0, 3791, 3792, 5, 99, 0, 0, 3792, 3794, 5, 257, 0, 0, 3793, 3795, 3, 416, 208, 0, 3794, 3793, 1, 0, 0, 0, 3794, 3795, 1, 0, 0, 0, 3795, 3796, 1, 0, 0, 0, 3796, 3799, 5, 62, 0, 0, 3797, 3800, 3, 812, 406, 0, 3798, 3800, 5, 99, 0, 0, 3799, 3797, 1, 0, 0, 0, 3799, 3798, 1, 0, 0, 0, 3800, 3801, 1, 0, 0, 0, 3801, 3802, 5, 331, 0, 0, 3802, 3825, 3, 816, 408, 0, 3803, 3804, 5, 191, 0, 0, 3804, 3806, 5, 175, 0, 0, 3805, 3807, 3, 416, 208, 0, 3806, 3805, 1, 0, 0, 0, 3806, 3807, 1, 0, 0, 0, 3807, 3808, 1, 0, 0, 0, 3808, 3822, 3, 784, 392, 0, 3809, 3811, 5, 105, 0, 0, 3810, 3809, 1, 0, 0, 0, 3810, 3811, 1, 0, 0, 0, 3811, 3812, 1, 0, 0, 0, 3812, 3813, 5, 2, 0, 0, 3813, 3818, 5, 209, 0, 0, 3814, 3815, 5, 6, 0, 0, 3815, 3817, 5, 209, 0, 0, 3816, 3814, 1, 0, 0, 0, 3817, 3820, 1, 0, 0, 0, 3818, 3816, 1, 0, 0, 0, 3818, 3819, 1, 0, 0, 0, 3819, 3821, 1, 0, 0, 0, 3820, 3818, 1, 0, 0, 0, 3821, 3823, 5, 3, 0, 0, 3822, 3810, 1, 0, 0, 0, 3822, 3823, 1, 0, 0, 0, 3823, 3825, 1, 0, 0, 0, 3824, 3617, 1, 0, 0, 0, 3824, 3649, 1, 0, 0, 0, 3824, 3668, 1, 0, 0, 0, 3824, 3680, 1, 0, 0, 0, 3824, 3689, 1, 0, 0, 0, 3824, 3700, 1, 0, 0, 0, 3824, 3716, 1, 0, 0, 0, 3824, 3726, 1, 0, 0, 0, 3824, 3739, 1, 0, 0, 0, 3824, 3750, 1, 0, 0, 0, 3824, 3757, 1, 0, 0, 0, 3824, 3766, 1, 0, 0, 0, 3824, 3772, 1, 0, 0, 0, 3824, 3784, 1, 0, 0, 0, 3824, 3790, 1, 0, 0, 0, 3824, 3803, 1, 0, 0, 0, 3825, 303, 1, 0, 0, 0, 3826, 3828, 5, 63, 0, 0, 3827, 3826, 1, 0, 0, 0, 3827, 3828, 1, 0, 0, 0, 3828, 3829, 1, 0, 0, 0, 3829, 3830, 5, 92, 0, 0, 3830, 3843, 3, 770, 385, 0, 3831, 3833, 5, 259, 0, 0, 3832, 3831, 1, 0, 0, 0, 3832, 3833, 1, 0, 0, 0, 3833, 3834, 1, 0, 0, 0, 3834, 3835, 5, 376, 0, 0, 3835, 3843, 3, 774, 387, 0, 3836, 3837, 7, 47, 0, 0, 3837, 3843, 3, 310, 155, 0, 3838, 3839, 5, 355, 0, 0, 3839, 3840, 5, 325, 0, 0, 3840, 3841, 7, 42, 0, 0, 3841, 3843, 3, 310, 155, 0, 3842, 3827, 1, 0, 0, 0, 3842, 3832, 1, 0, 0, 0, 3842, 3836, 1, 0, 0, 0, 3842, 3838, 1, 0, 0, 0, 3843, 305, 1, 0, 0, 0, 3844, 3845, 5, 198, 0, 0, 3845, 3861, 5, 357, 0, 0, 3846, 3847, 5, 131, 0, 0, 3847, 3861, 5, 446, 0, 0, 3848, 3861, 5, 204, 0, 0, 3849, 3861, 5, 452, 0, 0, 3850, 3861, 5, 331, 0, 0, 3851, 3861, 5, 318, 0, 0, 3852, 3861, 5, 451, 0, 0, 3853, 3854, 5, 63, 0, 0, 3854, 3855, 5, 174, 0, 0, 3855, 3861, 5, 381, 0, 0, 3856, 3858, 5, 295, 0, 0, 3857, 3856, 1, 0, 0, 0, 3857, 3858, 1, 0, 0, 0, 3858, 3859, 1, 0, 0, 0, 3859, 3861, 5, 247, 0, 0, 3860, 3844, 1, 0, 0, 0, 3860, 3846, 1, 0, 0, 0, 3860, 3848, 1, 0, 0, 0, 3860, 3849, 1, 0, 0, 0, 3860, 3850, 1, 0, 0, 0, 3860, 3851, 1, 0, 0, 0, 3860, 3852, 1, 0, 0, 0, 3860, 3853, 1, 0, 0, 0, 3860, 3857, 1, 0, 0, 0, 3861, 3862, 1, 0, 0, 0, 3862, 3869, 3, 816, 408, 0, 3863, 3864, 5, 323, 0, 0, 3864, 3869, 3, 786, 393, 0, 3865, 3866, 5, 175, 0, 0, 3866, 3869, 3, 784, 392, 0, 3867, 3869, 3, 170, 85, 0, 3868, 3860, 1, 0, 0, 0, 3868, 3863, 1, 0, 0, 0, 3868, 3865, 1, 0, 0, 0, 3868, 3867, 1, 0, 0, 0, 3869, 307, 1, 0, 0, 0, 3870, 3875, 3, 310, 155, 0, 3871, 3872, 5, 6, 0, 0, 3872, 3874, 3, 310, 155, 0, 3873, 3871, 1, 0, 0, 0, 3874, 3877, 1, 0, 0, 0, 3875, 3873, 1, 0, 0, 0, 3875, 3876, 1, 0, 0, 0, 3876, 309, 1, 0, 0, 0, 3877, 3875, 1, 0, 0, 0, 3878, 3880, 3, 816, 408, 0, 3879, 3881, 3, 312, 156, 0, 3880, 3879, 1, 0, 0, 0, 3880, 3881, 1, 0, 0, 0, 3881, 311, 1, 0, 0, 0, 3882, 3883, 5, 11, 0, 0, 3883, 3885, 3, 822, 411, 0, 3884, 3882, 1, 0, 0, 0, 3885, 3886, 1, 0, 0, 0, 3886, 3884, 1, 0, 0, 0, 3886, 3887, 1, 0, 0, 0, 3887, 313, 1, 0, 0, 0, 3888, 3890, 5, 358, 0, 0, 3889, 3891, 5, 92, 0, 0, 3890, 3889, 1, 0, 0, 0, 3890, 3891, 1, 0, 0, 0, 3891, 3892, 1, 0, 0, 0, 3892, 3897, 3, 316, 158, 0, 3893, 3894, 5, 6, 0, 0, 3894, 3896, 3, 316, 158, 0, 3895, 3893, 1, 0, 0, 0, 3896, 3899, 1, 0, 0, 0, 3897, 3895, 1, 0, 0, 0, 3897, 3898, 1, 0, 0, 0, 3898, 3902, 1, 0, 0, 0, 3899, 3897, 1, 0, 0, 0, 3900, 3901, 7, 48, 0, 0, 3901, 3903, 5, 219, 0, 0, 3902, 3900, 1, 0, 0, 0, 3902, 3903, 1, 0, 0, 0, 3903, 3905, 1, 0, 0, 0, 3904, 3906, 3, 88, 44, 0, 3905, 3904, 1, 0, 0, 0, 3905, 3906, 1, 0, 0, 0, 3906, 315, 1, 0, 0, 0, 3907, 3909, 5, 81, 0, 0, 3908, 3907, 1, 0, 0, 0, 3908, 3909, 1, 0, 0, 0, 3909, 3910, 1, 0, 0, 0, 3910, 3912, 3, 770, 385, 0, 3911, 3913, 5, 9, 0, 0, 3912, 3911, 1, 0, 0, 0, 3912, 3913, 1, 0, 0, 0, 3913, 317, 1, 0, 0, 0, 3914, 3915, 5, 159, 0, 0, 3915, 3974, 5, 80, 0, 0, 3916, 3975, 3, 304, 152, 0, 3917, 3975, 3, 306, 153, 0, 3918, 3919, 5, 44, 0, 0, 3919, 3921, 3, 816, 408, 0, 3920, 3922, 3, 312, 156, 0, 3921, 3920, 1, 0, 0, 0, 3921, 3922, 1, 0, 0, 0, 3922, 3923, 1, 0, 0, 0, 3923, 3924, 5, 11, 0, 0, 3924, 3925, 3, 796, 398, 0, 3925, 3975, 1, 0, 0, 0, 3926, 3927, 7, 33, 0, 0, 3927, 3975, 3, 646, 323, 0, 3928, 3929, 5, 136, 0, 0, 3929, 3975, 3, 388, 194, 0, 3930, 3931, 5, 211, 0, 0, 3931, 3975, 3, 376, 188, 0, 3932, 3933, 5, 278, 0, 0, 3933, 3975, 3, 410, 205, 0, 3934, 3935, 5, 45, 0, 0, 3935, 3936, 3, 816, 408, 0, 3936, 3942, 5, 80, 0, 0, 3937, 3943, 3, 770, 385, 0, 3938, 3940, 5, 189, 0, 0, 3939, 3938, 1, 0, 0, 0, 3939, 3940, 1, 0, 0, 0, 3940, 3941, 1, 0, 0, 0, 3941, 3943, 3, 310, 155, 0, 3942, 3937, 1, 0, 0, 0, 3942, 3939, 1, 0, 0, 0, 3943, 3975, 1, 0, 0, 0, 3944, 3945, 7, 45, 0, 0, 3945, 3946, 3, 816, 408, 0, 3946, 3947, 5, 80, 0, 0, 3947, 3948, 3, 310, 155, 0, 3948, 3975, 1, 0, 0, 0, 3949, 3950, 5, 296, 0, 0, 3950, 3975, 3, 372, 186, 0, 3951, 3952, 5, 442, 0, 0, 3952, 3975, 3, 368, 184, 0, 3953, 3954, 5, 443, 0, 0, 3954, 3955, 5, 62, 0, 0, 3955, 3956, 3, 646, 323, 0, 3956, 3957, 5, 247, 0, 0, 3957, 3958, 3, 816, 408, 0, 3958, 3975, 1, 0, 0, 0, 3959, 3960, 5, 278, 0, 0, 3960, 3961, 7, 32, 0, 0, 3961, 3962, 3, 310, 155, 0, 3962, 3963, 3, 164, 82, 0, 3963, 3975, 1, 0, 0, 0, 3964, 3965, 5, 248, 0, 0, 3965, 3966, 5, 274, 0, 0, 3966, 3975, 3, 196, 98, 0, 3967, 3968, 5, 41, 0, 0, 3968, 3969, 5, 2, 0, 0, 3969, 3970, 3, 646, 323, 0, 3970, 3971, 5, 36, 0, 0, 3971, 3972, 3, 646, 323, 0, 3972, 3973, 5, 3, 0, 0, 3973, 3975, 1, 0, 0, 0, 3974, 3916, 1, 0, 0, 0, 3974, 3917, 1, 0, 0, 0, 3974, 3918, 1, 0, 0, 0, 3974, 3926, 1, 0, 0, 0, 3974, 3928, 1, 0, 0, 0, 3974, 3930, 1, 0, 0, 0, 3974, 3932, 1, 0, 0, 0, 3974, 3934, 1, 0, 0, 0, 3974, 3944, 1, 0, 0, 0, 3974, 3949, 1, 0, 0, 0, 3974, 3951, 1, 0, 0, 0, 3974, 3953, 1, 0, 0, 0, 3974, 3959, 1, 0, 0, 0, 3974, 3964, 1, 0, 0, 0, 3974, 3967, 1, 0, 0, 0, 3975, 3976, 1, 0, 0, 0, 3976, 3979, 5, 116, 0, 0, 3977, 3980, 3, 806, 403, 0, 3978, 3980, 5, 78, 0, 0, 3979, 3977, 1, 0, 0, 0, 3979, 3978, 1, 0, 0, 0, 3980, 319, 1, 0, 0, 0, 3981, 3982, 5, 327, 0, 0, 3982, 3985, 5, 246, 0, 0, 3983, 3984, 5, 62, 0, 0, 3984, 3986, 3, 58, 29, 0, 3985, 3983, 1, 0, 0, 0, 3985, 3986, 1, 0, 0, 0, 3986, 3987, 1, 0, 0, 0, 3987, 4005, 5, 80, 0, 0, 3988, 3989, 7, 33, 0, 0, 3989, 4006, 3, 646, 323, 0, 3990, 3991, 5, 136, 0, 0, 3991, 4006, 3, 388, 194, 0, 3992, 3993, 5, 44, 0, 0, 3993, 4006, 3, 796, 398, 0, 3994, 3995, 5, 211, 0, 0, 3995, 4006, 3, 376, 188, 0, 3996, 3997, 5, 248, 0, 0, 3997, 3998, 5, 274, 0, 0, 3998, 4006, 3, 196, 98, 0, 3999, 4000, 5, 296, 0, 0, 4000, 4006, 3, 372, 186, 0, 4001, 4002, 5, 442, 0, 0, 4002, 4006, 3, 368, 184, 0, 4003, 4006, 3, 304, 152, 0, 4004, 4006, 3, 306, 153, 0, 4005, 3988, 1, 0, 0, 0, 4005, 3990, 1, 0, 0, 0, 4005, 3992, 1, 0, 0, 0, 4005, 3994, 1, 0, 0, 0, 4005, 3996, 1, 0, 0, 0, 4005, 3999, 1, 0, 0, 0, 4005, 4001, 1, 0, 0, 0, 4005, 4003, 1, 0, 0, 0, 4005, 4004, 1, 0, 0, 0, 4006, 4007, 1, 0, 0, 0, 4007, 4010, 5, 116, 0, 0, 4008, 4011, 3, 806, 403, 0, 4009, 4011, 5, 78, 0, 0, 4010, 4008, 1, 0, 0, 0, 4010, 4009, 1, 0, 0, 0, 4011, 321, 1, 0, 0, 0, 4012, 4013, 7, 49, 0, 0, 4013, 4014, 3, 324, 162, 0, 4014, 323, 1, 0, 0, 0, 4015, 4017, 7, 50, 0, 0, 4016, 4015, 1, 0, 0, 0, 4016, 4017, 1, 0, 0, 0, 4017, 4019, 1, 0, 0, 0, 4018, 4020, 3, 326, 163, 0, 4019, 4018, 1, 0, 0, 0, 4019, 4020, 1, 0, 0, 0, 4020, 4021, 1, 0, 0, 0, 4021, 4059, 3, 816, 408, 0, 4022, 4024, 7, 51, 0, 0, 4023, 4022, 1, 0, 0, 0, 4023, 4024, 1, 0, 0, 0, 4024, 4025, 1, 0, 0, 0, 4025, 4027, 3, 810, 405, 0, 4026, 4028, 3, 326, 163, 0, 4027, 4026, 1, 0, 0, 0, 4027, 4028, 1, 0, 0, 0, 4028, 4029, 1, 0, 0, 0, 4029, 4030, 3, 816, 408, 0, 4030, 4059, 1, 0, 0, 0, 4031, 4033, 5, 210, 0, 0, 4032, 4034, 3, 810, 405, 0, 4033, 4032, 1, 0, 0, 0, 4033, 4034, 1, 0, 0, 0, 4034, 4036, 1, 0, 0, 0, 4035, 4037, 3, 326, 163, 0, 4036, 4035, 1, 0, 0, 0, 4036, 4037, 1, 0, 0, 0, 4037, 4038, 1, 0, 0, 0, 4038, 4059, 3, 816, 408, 0, 4039, 4041, 5, 210, 0, 0, 4040, 4039, 1, 0, 0, 0, 4040, 4041, 1, 0, 0, 0, 4041, 4042, 1, 0, 0, 0, 4042, 4044, 5, 30, 0, 0, 4043, 4045, 3, 326, 163, 0, 4044, 4043, 1, 0, 0, 0, 4044, 4045, 1, 0, 0, 0, 4045, 4046, 1, 0, 0, 0, 4046, 4059, 3, 816, 408, 0, 4047, 4052, 5, 144, 0, 0, 4048, 4050, 5, 30, 0, 0, 4049, 4048, 1, 0, 0, 0, 4049, 4050, 1, 0, 0, 0, 4050, 4053, 1, 0, 0, 0, 4051, 4053, 3, 810, 405, 0, 4052, 4049, 1, 0, 0, 0, 4052, 4051, 1, 0, 0, 0, 4053, 4055, 1, 0, 0, 0, 4054, 4056, 3, 326, 163, 0, 4055, 4054, 1, 0, 0, 0, 4055, 4056, 1, 0, 0, 0, 4056, 4057, 1, 0, 0, 0, 4057, 4059, 3, 816, 408, 0, 4058, 4016, 1, 0, 0, 0, 4058, 4023, 1, 0, 0, 0, 4058, 4031, 1, 0, 0, 0, 4058, 4040, 1, 0, 0, 0, 4058, 4047, 1, 0, 0, 0, 4059, 325, 1, 0, 0, 0, 4060, 4061, 7, 52, 0, 0, 4061, 327, 1, 0, 0, 0, 4062, 4063, 5, 65, 0, 0, 4063, 4064, 3, 332, 166, 0, 4064, 4065, 5, 80, 0, 0, 4065, 4066, 3, 338, 169, 0, 4066, 4067, 5, 94, 0, 0, 4067, 4071, 3, 340, 170, 0, 4068, 4069, 5, 105, 0, 0, 4069, 4070, 5, 65, 0, 0, 4070, 4072, 5, 279, 0, 0, 4071, 4068, 1, 0, 0, 0, 4071, 4072, 1, 0, 0, 0, 4072, 329, 1, 0, 0, 0, 4073, 4077, 5, 317, 0, 0, 4074, 4075, 5, 65, 0, 0, 4075, 4076, 5, 279, 0, 0, 4076, 4078, 5, 62, 0, 0, 4077, 4074, 1, 0, 0, 0, 4077, 4078, 1, 0, 0, 0, 4078, 4079, 1, 0, 0, 0, 4079, 4080, 3, 332, 166, 0, 4080, 4081, 5, 80, 0, 0, 4081, 4082, 3, 338, 169, 0, 4082, 4083, 5, 64, 0, 0, 4083, 4085, 3, 340, 170, 0, 4084, 4086, 3, 88, 44, 0, 4085, 4084, 1, 0, 0, 0, 4085, 4086, 1, 0, 0, 0, 4086, 331, 1, 0, 0, 0, 4087, 4092, 3, 336, 168, 0, 4088, 4089, 5, 6, 0, 0, 4089, 4091, 3, 336, 168, 0, 4090, 4088, 1, 0, 0, 0, 4091, 4094, 1, 0, 0, 0, 4092, 4090, 1, 0, 0, 0, 4092, 4093, 1, 0, 0, 0, 4093, 4111, 1, 0, 0, 0, 4094, 4092, 1, 0, 0, 0, 4095, 4097, 5, 30, 0, 0, 4096, 4098, 5, 294, 0, 0, 4097, 4096, 1, 0, 0, 0, 4097, 4098, 1, 0, 0, 0, 4098, 4100, 1, 0, 0, 0, 4099, 4101, 3, 138, 69, 0, 4100, 4099, 1, 0, 0, 0, 4100, 4101, 1, 0, 0, 0, 4101, 4111, 1, 0, 0, 0, 4102, 4107, 3, 334, 167, 0, 4103, 4104, 5, 6, 0, 0, 4104, 4106, 3, 334, 167, 0, 4105, 4103, 1, 0, 0, 0, 4106, 4109, 1, 0, 0, 0, 4107, 4105, 1, 0, 0, 0, 4107, 4108, 1, 0, 0, 0, 4108, 4111, 1, 0, 0, 0, 4109, 4107, 1, 0, 0, 0, 4110, 4087, 1, 0, 0, 0, 4110, 4095, 1, 0, 0, 0, 4110, 4102, 1, 0, 0, 0, 4111, 333, 1, 0, 0, 0, 4112, 4113, 7, 53, 0, 0, 4113, 335, 1, 0, 0, 0, 4114, 4119, 5, 88, 0, 0, 4115, 4119, 5, 86, 0, 0, 4116, 4119, 5, 46, 0, 0, 4117, 4119, 3, 816, 408, 0, 4118, 4114, 1, 0, 0, 0, 4118, 4115, 1, 0, 0, 0, 4118, 4116, 1, 0, 0, 0, 4118, 4117, 1, 0, 0, 0, 4119, 4121, 1, 0, 0, 0, 4120, 4122, 3, 138, 69, 0, 4121, 4120, 1, 0, 0, 0, 4121, 4122, 1, 0, 0, 0, 4122, 337, 1, 0, 0, 0, 4123, 4124, 5, 92, 0, 0, 4124, 4169, 3, 758, 379, 0, 4125, 4127, 5, 328, 0, 0, 4126, 4125, 1, 0, 0, 0, 4126, 4127, 1, 0, 0, 0, 4127, 4128, 1, 0, 0, 0, 4128, 4169, 3, 756, 378, 0, 4129, 4133, 5, 63, 0, 0, 4130, 4131, 5, 174, 0, 0, 4131, 4134, 5, 381, 0, 0, 4132, 4134, 5, 331, 0, 0, 4133, 4130, 1, 0, 0, 0, 4133, 4132, 1, 0, 0, 0, 4134, 4137, 1, 0, 0, 0, 4135, 4137, 5, 247, 0, 0, 4136, 4129, 1, 0, 0, 0, 4136, 4135, 1, 0, 0, 0, 4137, 4138, 1, 0, 0, 0, 4138, 4169, 3, 780, 390, 0, 4139, 4140, 5, 211, 0, 0, 4140, 4169, 3, 374, 187, 0, 4141, 4142, 5, 296, 0, 0, 4142, 4169, 3, 370, 185, 0, 4143, 4144, 5, 442, 0, 0, 4144, 4169, 3, 366, 183, 0, 4145, 4146, 5, 175, 0, 0, 4146, 4169, 3, 762, 381, 0, 4147, 4148, 7, 33, 0, 0, 4148, 4169, 3, 308, 154, 0, 4149, 4150, 5, 248, 0, 0, 4150, 4151, 5, 274, 0, 0, 4151, 4156, 3, 196, 98, 0, 4152, 4153, 5, 6, 0, 0, 4153, 4155, 3, 196, 98, 0, 4154, 4152, 1, 0, 0, 0, 4155, 4158, 1, 0, 0, 0, 4156, 4154, 1, 0, 0, 0, 4156, 4157, 1, 0, 0, 0, 4157, 4169, 1, 0, 0, 0, 4158, 4156, 1, 0, 0, 0, 4159, 4160, 5, 323, 0, 0, 4160, 4169, 3, 760, 380, 0, 4161, 4162, 5, 351, 0, 0, 4162, 4169, 3, 778, 389, 0, 4163, 4164, 5, 30, 0, 0, 4164, 4165, 7, 54, 0, 0, 4165, 4166, 5, 68, 0, 0, 4166, 4167, 5, 323, 0, 0, 4167, 4169, 3, 760, 380, 0, 4168, 4123, 1, 0, 0, 0, 4168, 4126, 1, 0, 0, 0, 4168, 4136, 1, 0, 0, 0, 4168, 4139, 1, 0, 0, 0, 4168, 4141, 1, 0, 0, 0, 4168, 4143, 1, 0, 0, 0, 4168, 4145, 1, 0, 0, 0, 4168, 4147, 1, 0, 0, 0, 4168, 4149, 1, 0, 0, 0, 4168, 4159, 1, 0, 0, 0, 4168, 4161, 1, 0, 0, 0, 4168, 4163, 1, 0, 0, 0, 4169, 339, 1, 0, 0, 0, 4170, 4172, 5, 66, 0, 0, 4171, 4170, 1, 0, 0, 0, 4171, 4172, 1, 0, 0, 0, 4172, 4173, 1, 0, 0, 0, 4173, 4174, 3, 812, 406, 0, 4174, 4182, 1, 0, 0, 0, 4175, 4177, 5, 6, 0, 0, 4176, 4178, 5, 66, 0, 0, 4177, 4176, 1, 0, 0, 0, 4177, 4178, 1, 0, 0, 0, 4178, 4179, 1, 0, 0, 0, 4179, 4181, 3, 812, 406, 0, 4180, 4175, 1, 0, 0, 0, 4181, 4184, 1, 0, 0, 0, 4182, 4180, 1, 0, 0, 0, 4182, 4183, 1, 0, 0, 0, 4183, 341, 1, 0, 0, 0, 4184, 4182, 1, 0, 0, 0, 4185, 4186, 5, 65, 0, 0, 4186, 4191, 3, 336, 168, 0, 4187, 4188, 5, 6, 0, 0, 4188, 4190, 3, 336, 168, 0, 4189, 4187, 1, 0, 0, 0, 4190, 4193, 1, 0, 0, 0, 4191, 4189, 1, 0, 0, 0, 4191, 4192, 1, 0, 0, 0, 4192, 4194, 1, 0, 0, 0, 4193, 4191, 1, 0, 0, 0, 4194, 4195, 5, 94, 0, 0, 4195, 4199, 3, 814, 407, 0, 4196, 4197, 5, 105, 0, 0, 4197, 4198, 5, 134, 0, 0, 4198, 4200, 5, 279, 0, 0, 4199, 4196, 1, 0, 0, 0, 4199, 4200, 1, 0, 0, 0, 4200, 4204, 1, 0, 0, 0, 4201, 4202, 5, 214, 0, 0, 4202, 4203, 5, 147, 0, 0, 4203, 4205, 3, 812, 406, 0, 4204, 4201, 1, 0, 0, 0, 4204, 4205, 1, 0, 0, 0, 4205, 343, 1, 0, 0, 0, 4206, 4210, 5, 317, 0, 0, 4207, 4208, 5, 134, 0, 0, 4208, 4209, 5, 279, 0, 0, 4209, 4211, 5, 62, 0, 0, 4210, 4207, 1, 0, 0, 0, 4210, 4211, 1, 0, 0, 0, 4211, 4212, 1, 0, 0, 0, 4212, 4217, 3, 336, 168, 0, 4213, 4214, 5, 6, 0, 0, 4214, 4216, 3, 336, 168, 0, 4215, 4213, 1, 0, 0, 0, 4216, 4219, 1, 0, 0, 0, 4217, 4215, 1, 0, 0, 0, 4217, 4218, 1, 0, 0, 0, 4218, 4220, 1, 0, 0, 0, 4219, 4217, 1, 0, 0, 0, 4220, 4221, 5, 64, 0, 0, 4221, 4225, 3, 814, 407, 0, 4222, 4223, 5, 214, 0, 0, 4223, 4224, 5, 147, 0, 0, 4224, 4226, 3, 812, 406, 0, 4225, 4222, 1, 0, 0, 0, 4225, 4226, 1, 0, 0, 0, 4226, 4228, 1, 0, 0, 0, 4227, 4229, 3, 88, 44, 0, 4228, 4227, 1, 0, 0, 0, 4228, 4229, 1, 0, 0, 0, 4229, 345, 1, 0, 0, 0, 4230, 4231, 5, 138, 0, 0, 4231, 4232, 5, 53, 0, 0, 4232, 4241, 5, 294, 0, 0, 4233, 4234, 5, 68, 0, 0, 4234, 4235, 5, 323, 0, 0, 4235, 4240, 3, 760, 380, 0, 4236, 4237, 5, 62, 0, 0, 4237, 4238, 7, 2, 0, 0, 4238, 4240, 3, 814, 407, 0, 4239, 4233, 1, 0, 0, 0, 4239, 4236, 1, 0, 0, 0, 4240, 4243, 1, 0, 0, 0, 4241, 4239, 1, 0, 0, 0, 4241, 4242, 1, 0, 0, 0, 4242, 4244, 1, 0, 0, 0, 4243, 4241, 1, 0, 0, 0, 4244, 4245, 3, 348, 174, 0, 4245, 347, 1, 0, 0, 0, 4246, 4247, 5, 65, 0, 0, 4247, 4248, 3, 332, 166, 0, 4248, 4249, 5, 80, 0, 0, 4249, 4250, 3, 350, 175, 0, 4250, 4251, 5, 94, 0, 0, 4251, 4255, 3, 340, 170, 0, 4252, 4253, 5, 105, 0, 0, 4253, 4254, 5, 65, 0, 0, 4254, 4256, 5, 279, 0, 0, 4255, 4252, 1, 0, 0, 0, 4255, 4256, 1, 0, 0, 0, 4256, 4272, 1, 0, 0, 0, 4257, 4261, 5, 317, 0, 0, 4258, 4259, 5, 65, 0, 0, 4259, 4260, 5, 279, 0, 0, 4260, 4262, 5, 62, 0, 0, 4261, 4258, 1, 0, 0, 0, 4261, 4262, 1, 0, 0, 0, 4262, 4263, 1, 0, 0, 0, 4263, 4264, 3, 332, 166, 0, 4264, 4265, 5, 80, 0, 0, 4265, 4266, 3, 350, 175, 0, 4266, 4267, 5, 64, 0, 0, 4267, 4269, 3, 340, 170, 0, 4268, 4270, 3, 88, 44, 0, 4269, 4268, 1, 0, 0, 0, 4269, 4270, 1, 0, 0, 0, 4270, 4272, 1, 0, 0, 0, 4271, 4246, 1, 0, 0, 0, 4271, 4257, 1, 0, 0, 0, 4272, 349, 1, 0, 0, 0, 4273, 4274, 7, 55, 0, 0, 4274, 351, 1, 0, 0, 0, 4275, 4277, 5, 46, 0, 0, 4276, 4278, 5, 98, 0, 0, 4277, 4276, 1, 0, 0, 0, 4277, 4278, 1, 0, 0, 0, 4278, 4279, 1, 0, 0, 0, 4279, 4281, 5, 226, 0, 0, 4280, 4282, 5, 109, 0, 0, 4281, 4280, 1, 0, 0, 0, 4281, 4282, 1, 0, 0, 0, 4282, 4284, 1, 0, 0, 0, 4283, 4285, 3, 288, 144, 0, 4284, 4283, 1, 0, 0, 0, 4284, 4285, 1, 0, 0, 0, 4285, 4287, 1, 0, 0, 0, 4286, 4288, 3, 816, 408, 0, 4287, 4286, 1, 0, 0, 0, 4287, 4288, 1, 0, 0, 0, 4288, 4289, 1, 0, 0, 0, 4289, 4290, 5, 80, 0, 0, 4290, 4292, 3, 618, 309, 0, 4291, 4293, 3, 164, 82, 0, 4292, 4291, 1, 0, 0, 0, 4292, 4293, 1, 0, 0, 0, 4293, 4294, 1, 0, 0, 0, 4294, 4297, 3, 354, 177, 0, 4295, 4296, 5, 441, 0, 0, 4296, 4298, 3, 354, 177, 0, 4297, 4295, 1, 0, 0, 0, 4297, 4298, 1, 0, 0, 0, 4298, 4304, 1, 0, 0, 0, 4299, 4301, 5, 273, 0, 0, 4300, 4302, 5, 77, 0, 0, 4301, 4300, 1, 0, 0, 0, 4301, 4302, 1, 0, 0, 0, 4302, 4303, 1, 0, 0, 0, 4303, 4305, 5, 56, 0, 0, 4304, 4299, 1, 0, 0, 0, 4304, 4305, 1, 0, 0, 0, 4305, 4307, 1, 0, 0, 0, 4306, 4308, 3, 94, 47, 0, 4307, 4306, 1, 0, 0, 0, 4307, 4308, 1, 0, 0, 0, 4308, 4310, 1, 0, 0, 0, 4309, 4311, 3, 170, 85, 0, 4310, 4309, 1, 0, 0, 0, 4310, 4311, 1, 0, 0, 0, 4311, 4313, 1, 0, 0, 0, 4312, 4314, 3, 632, 316, 0, 4313, 4312, 1, 0, 0, 0, 4313, 4314, 1, 0, 0, 0, 4314, 353, 1, 0, 0, 0, 4315, 4316, 5, 2, 0, 0, 4316, 4321, 3, 356, 178, 0, 4317, 4318, 5, 6, 0, 0, 4318, 4320, 3, 356, 178, 0, 4319, 4317, 1, 0, 0, 0, 4320, 4323, 1, 0, 0, 0, 4321, 4319, 1, 0, 0, 0, 4321, 4322, 1, 0, 0, 0, 4322, 4324, 1, 0, 0, 0, 4323, 4321, 1, 0, 0, 0, 4324, 4325, 5, 3, 0, 0, 4325, 355, 1, 0, 0, 0, 4326, 4333, 3, 796, 398, 0, 4327, 4333, 3, 682, 341, 0, 4328, 4329, 5, 2, 0, 0, 4329, 4330, 3, 668, 334, 0, 4330, 4331, 5, 3, 0, 0, 4331, 4333, 1, 0, 0, 0, 4332, 4326, 1, 0, 0, 0, 4332, 4327, 1, 0, 0, 0, 4332, 4328, 1, 0, 0, 0, 4333, 4335, 1, 0, 0, 0, 4334, 4336, 3, 90, 45, 0, 4335, 4334, 1, 0, 0, 0, 4335, 4336, 1, 0, 0, 0, 4336, 4343, 1, 0, 0, 0, 4337, 4339, 3, 310, 155, 0, 4338, 4337, 1, 0, 0, 0, 4338, 4339, 1, 0, 0, 0, 4339, 4344, 1, 0, 0, 0, 4340, 4341, 3, 310, 155, 0, 4341, 4342, 3, 92, 46, 0, 4342, 4344, 1, 0, 0, 0, 4343, 4338, 1, 0, 0, 0, 4343, 4340, 1, 0, 0, 0, 4344, 4346, 1, 0, 0, 0, 4345, 4347, 7, 56, 0, 0, 4346, 4345, 1, 0, 0, 0, 4346, 4347, 1, 0, 0, 0, 4347, 4350, 1, 0, 0, 0, 4348, 4349, 5, 273, 0, 0, 4349, 4351, 7, 57, 0, 0, 4350, 4348, 1, 0, 0, 0, 4350, 4351, 1, 0, 0, 0, 4351, 357, 1, 0, 0, 0, 4352, 4354, 5, 46, 0, 0, 4353, 4355, 3, 360, 180, 0, 4354, 4353, 1, 0, 0, 0, 4354, 4355, 1, 0, 0, 0, 4355, 4360, 1, 0, 0, 0, 4356, 4357, 5, 211, 0, 0, 4357, 4361, 3, 802, 401, 0, 4358, 4359, 5, 296, 0, 0, 4359, 4361, 3, 794, 397, 0, 4360, 4356, 1, 0, 0, 0, 4360, 4358, 1, 0, 0, 0, 4361, 4362, 1, 0, 0, 0, 4362, 4371, 5, 2, 0, 0, 4363, 4368, 3, 384, 192, 0, 4364, 4365, 5, 6, 0, 0, 4365, 4367, 3, 384, 192, 0, 4366, 4364, 1, 0, 0, 0, 4367, 4370, 1, 0, 0, 0, 4368, 4366, 1, 0, 0, 0, 4368, 4369, 1, 0, 0, 0, 4369, 4372, 1, 0, 0, 0, 4370, 4368, 1, 0, 0, 0, 4371, 4363, 1, 0, 0, 0, 4371, 4372, 1, 0, 0, 0, 4372, 4373, 1, 0, 0, 0, 4373, 4374, 5, 3, 0, 0, 4374, 4391, 1, 0, 0, 0, 4375, 4389, 5, 316, 0, 0, 4376, 4390, 3, 382, 191, 0, 4377, 4378, 5, 92, 0, 0, 4378, 4379, 5, 2, 0, 0, 4379, 4384, 3, 396, 198, 0, 4380, 4381, 5, 6, 0, 0, 4381, 4383, 3, 396, 198, 0, 4382, 4380, 1, 0, 0, 0, 4383, 4386, 1, 0, 0, 0, 4384, 4382, 1, 0, 0, 0, 4384, 4385, 1, 0, 0, 0, 4385, 4387, 1, 0, 0, 0, 4386, 4384, 1, 0, 0, 0, 4387, 4388, 5, 3, 0, 0, 4388, 4390, 1, 0, 0, 0, 4389, 4376, 1, 0, 0, 0, 4389, 4377, 1, 0, 0, 0, 4390, 4392, 1, 0, 0, 0, 4391, 4375, 1, 0, 0, 0, 4391, 4392, 1, 0, 0, 0, 4392, 4394, 1, 0, 0, 0, 4393, 4395, 3, 392, 196, 0, 4394, 4393, 1, 0, 0, 0, 4395, 4396, 1, 0, 0, 0, 4396, 4394, 1, 0, 0, 0, 4396, 4397, 1, 0, 0, 0, 4397, 4403, 1, 0, 0, 0, 4398, 4399, 5, 105, 0, 0, 4399, 4400, 5, 2, 0, 0, 4400, 4401, 3, 780, 390, 0, 4401, 4402, 5, 3, 0, 0, 4402, 4404, 1, 0, 0, 0, 4403, 4398, 1, 0, 0, 0, 4403, 4404, 1, 0, 0, 0, 4404, 359, 1, 0, 0, 0, 4405, 4406, 5, 82, 0, 0, 4406, 4407, 5, 311, 0, 0, 4407, 361, 1, 0, 0, 0, 4408, 4410, 5, 2, 0, 0, 4409, 4411, 3, 364, 182, 0, 4410, 4409, 1, 0, 0, 0, 4410, 4411, 1, 0, 0, 0, 4411, 4412, 1, 0, 0, 0, 4412, 4413, 5, 3, 0, 0, 4413, 363, 1, 0, 0, 0, 4414, 4419, 3, 378, 189, 0, 4415, 4416, 5, 6, 0, 0, 4416, 4418, 3, 378, 189, 0, 4417, 4415, 1, 0, 0, 0, 4418, 4421, 1, 0, 0, 0, 4419, 4417, 1, 0, 0, 0, 4419, 4420, 1, 0, 0, 0, 4420, 365, 1, 0, 0, 0, 4421, 4419, 1, 0, 0, 0, 4422, 4427, 3, 368, 184, 0, 4423, 4424, 5, 6, 0, 0, 4424, 4426, 3, 368, 184, 0, 4425, 4423, 1, 0, 0, 0, 4426, 4429, 1, 0, 0, 0, 4427, 4425, 1, 0, 0, 0, 4427, 4428, 1, 0, 0, 0, 4428, 367, 1, 0, 0, 0, 4429, 4427, 1, 0, 0, 0, 4430, 4431, 3, 790, 395, 0, 4431, 4432, 3, 362, 181, 0, 4432, 4436, 1, 0, 0, 0, 4433, 4436, 3, 830, 415, 0, 4434, 4436, 3, 776, 388, 0, 4435, 4430, 1, 0, 0, 0, 4435, 4433, 1, 0, 0, 0, 4435, 4434, 1, 0, 0, 0, 4436, 369, 1, 0, 0, 0, 4437, 4442, 3, 372, 186, 0, 4438, 4439, 5, 6, 0, 0, 4439, 4441, 3, 372, 186, 0, 4440, 4438, 1, 0, 0, 0, 4441, 4444, 1, 0, 0, 0, 4442, 4440, 1, 0, 0, 0, 4442, 4443, 1, 0, 0, 0, 4443, 371, 1, 0, 0, 0, 4444, 4442, 1, 0, 0, 0, 4445, 4446, 3, 792, 396, 0, 4446, 4447, 3, 362, 181, 0, 4447, 4451, 1, 0, 0, 0, 4448, 4451, 3, 830, 415, 0, 4449, 4451, 3, 776, 388, 0, 4450, 4445, 1, 0, 0, 0, 4450, 4448, 1, 0, 0, 0, 4450, 4449, 1, 0, 0, 0, 4451, 373, 1, 0, 0, 0, 4452, 4457, 3, 376, 188, 0, 4453, 4454, 5, 6, 0, 0, 4454, 4456, 3, 376, 188, 0, 4455, 4453, 1, 0, 0, 0, 4456, 4459, 1, 0, 0, 0, 4457, 4455, 1, 0, 0, 0, 4457, 4458, 1, 0, 0, 0, 4458, 375, 1, 0, 0, 0, 4459, 4457, 1, 0, 0, 0, 4460, 4461, 3, 804, 402, 0, 4461, 4462, 3, 362, 181, 0, 4462, 4466, 1, 0, 0, 0, 4463, 4466, 3, 830, 415, 0, 4464, 4466, 3, 776, 388, 0, 4465, 4460, 1, 0, 0, 0, 4465, 4463, 1, 0, 0, 0, 4465, 4464, 1, 0, 0, 0, 4466, 377, 1, 0, 0, 0, 4467, 4469, 3, 380, 190, 0, 4468, 4470, 3, 818, 409, 0, 4469, 4468, 1, 0, 0, 0, 4469, 4470, 1, 0, 0, 0, 4470, 4476, 1, 0, 0, 0, 4471, 4473, 3, 818, 409, 0, 4472, 4474, 3, 380, 190, 0, 4473, 4472, 1, 0, 0, 0, 4473, 4474, 1, 0, 0, 0, 4474, 4476, 1, 0, 0, 0, 4475, 4467, 1, 0, 0, 0, 4475, 4471, 1, 0, 0, 0, 4475, 4476, 1, 0, 0, 0, 4476, 4477, 1, 0, 0, 0, 4477, 4478, 3, 382, 191, 0, 4478, 379, 1, 0, 0, 0, 4479, 4481, 5, 68, 0, 0, 4480, 4482, 5, 453, 0, 0, 4481, 4480, 1, 0, 0, 0, 4481, 4482, 1, 0, 0, 0, 4482, 4487, 1, 0, 0, 0, 4483, 4487, 5, 453, 0, 0, 4484, 4487, 5, 400, 0, 0, 4485, 4487, 5, 101, 0, 0, 4486, 4479, 1, 0, 0, 0, 4486, 4483, 1, 0, 0, 0, 4486, 4484, 1, 0, 0, 0, 4486, 4485, 1, 0, 0, 0, 4487, 381, 1, 0, 0, 0, 4488, 4498, 3, 646, 323, 0, 4489, 4491, 5, 415, 0, 0, 4490, 4489, 1, 0, 0, 0, 4490, 4491, 1, 0, 0, 0, 4491, 4492, 1, 0, 0, 0, 4492, 4493, 3, 818, 409, 0, 4493, 4494, 3, 312, 156, 0, 4494, 4495, 5, 27, 0, 0, 4495, 4496, 5, 360, 0, 0, 4496, 4498, 1, 0, 0, 0, 4497, 4488, 1, 0, 0, 0, 4497, 4490, 1, 0, 0, 0, 4498, 383, 1, 0, 0, 0, 4499, 4502, 3, 378, 189, 0, 4500, 4501, 7, 58, 0, 0, 4501, 4503, 3, 668, 334, 0, 4502, 4500, 1, 0, 0, 0, 4502, 4503, 1, 0, 0, 0, 4503, 385, 1, 0, 0, 0, 4504, 4514, 5, 2, 0, 0, 4505, 4515, 5, 9, 0, 0, 4506, 4508, 3, 364, 182, 0, 4507, 4506, 1, 0, 0, 0, 4507, 4508, 1, 0, 0, 0, 4508, 4512, 1, 0, 0, 0, 4509, 4510, 5, 83, 0, 0, 4510, 4511, 5, 147, 0, 0, 4511, 4513, 3, 364, 182, 0, 4512, 4509, 1, 0, 0, 0, 4512, 4513, 1, 0, 0, 0, 4513, 4515, 1, 0, 0, 0, 4514, 4505, 1, 0, 0, 0, 4514, 4507, 1, 0, 0, 0, 4515, 4516, 1, 0, 0, 0, 4516, 4517, 5, 3, 0, 0, 4517, 387, 1, 0, 0, 0, 4518, 4519, 3, 804, 402, 0, 4519, 4520, 3, 386, 193, 0, 4520, 389, 1, 0, 0, 0, 4521, 4522, 5, 316, 0, 0, 4522, 4525, 5, 78, 0, 0, 4523, 4525, 5, 149, 0, 0, 4524, 4521, 1, 0, 0, 0, 4524, 4523, 1, 0, 0, 0, 4525, 4526, 1, 0, 0, 0, 4526, 4527, 5, 80, 0, 0, 4527, 4528, 5, 78, 0, 0, 4528, 4551, 5, 458, 0, 0, 4529, 4551, 5, 346, 0, 0, 4530, 4551, 5, 222, 0, 0, 4531, 4551, 5, 338, 0, 0, 4532, 4551, 5, 377, 0, 0, 4533, 4535, 5, 205, 0, 0, 4534, 4533, 1, 0, 0, 0, 4534, 4535, 1, 0, 0, 0, 4535, 4536, 1, 0, 0, 0, 4536, 4537, 5, 327, 0, 0, 4537, 4551, 7, 59, 0, 0, 4538, 4551, 5, 250, 0, 0, 4539, 4540, 5, 77, 0, 0, 4540, 4551, 5, 250, 0, 0, 4541, 4542, 7, 60, 0, 0, 4542, 4551, 3, 196, 98, 0, 4543, 4544, 5, 459, 0, 0, 4544, 4551, 3, 310, 155, 0, 4545, 4546, 5, 333, 0, 0, 4546, 4551, 3, 42, 21, 0, 4547, 4551, 3, 60, 30, 0, 4548, 4549, 5, 460, 0, 0, 4549, 4551, 3, 816, 408, 0, 4550, 4524, 1, 0, 0, 0, 4550, 4529, 1, 0, 0, 0, 4550, 4530, 1, 0, 0, 0, 4550, 4531, 1, 0, 0, 0, 4550, 4532, 1, 0, 0, 0, 4550, 4534, 1, 0, 0, 0, 4550, 4538, 1, 0, 0, 0, 4550, 4539, 1, 0, 0, 0, 4550, 4541, 1, 0, 0, 0, 4550, 4543, 1, 0, 0, 0, 4550, 4545, 1, 0, 0, 0, 4550, 4547, 1, 0, 0, 0, 4550, 4548, 1, 0, 0, 0, 4551, 391, 1, 0, 0, 0, 4552, 4553, 5, 36, 0, 0, 4553, 4554, 3, 806, 403, 0, 4554, 4555, 3, 456, 228, 0, 4555, 4588, 1, 0, 0, 0, 4556, 4557, 5, 247, 0, 0, 4557, 4588, 3, 58, 29, 0, 4558, 4559, 5, 443, 0, 0, 4559, 4560, 5, 62, 0, 0, 4560, 4561, 5, 360, 0, 0, 4561, 4568, 3, 646, 323, 0, 4562, 4563, 5, 6, 0, 0, 4563, 4564, 5, 62, 0, 0, 4564, 4565, 5, 360, 0, 0, 4565, 4567, 3, 646, 323, 0, 4566, 4562, 1, 0, 0, 0, 4567, 4570, 1, 0, 0, 0, 4568, 4566, 1, 0, 0, 0, 4568, 4569, 1, 0, 0, 0, 4569, 4588, 1, 0, 0, 0, 4570, 4568, 1, 0, 0, 0, 4571, 4588, 5, 104, 0, 0, 4572, 4573, 5, 333, 0, 0, 4573, 4580, 3, 816, 408, 0, 4574, 4575, 5, 94, 0, 0, 4575, 4581, 3, 816, 408, 0, 4576, 4577, 5, 10, 0, 0, 4577, 4581, 3, 816, 408, 0, 4578, 4579, 5, 64, 0, 0, 4579, 4581, 5, 434, 0, 0, 4580, 4574, 1, 0, 0, 0, 4580, 4576, 1, 0, 0, 0, 4580, 4578, 1, 0, 0, 0, 4581, 4588, 1, 0, 0, 0, 4582, 4583, 5, 36, 0, 0, 4583, 4588, 3, 816, 408, 0, 4584, 4588, 3, 4, 2, 0, 4585, 4588, 3, 390, 195, 0, 4586, 4588, 3, 816, 408, 0, 4587, 4552, 1, 0, 0, 0, 4587, 4556, 1, 0, 0, 0, 4587, 4558, 1, 0, 0, 0, 4587, 4571, 1, 0, 0, 0, 4587, 4572, 1, 0, 0, 0, 4587, 4582, 1, 0, 0, 0, 4587, 4584, 1, 0, 0, 0, 4587, 4585, 1, 0, 0, 0, 4587, 4586, 1, 0, 0, 0, 4588, 393, 1, 0, 0, 0, 4589, 4590, 5, 105, 0, 0, 4590, 4591, 3, 278, 139, 0, 4591, 395, 1, 0, 0, 0, 4592, 4593, 3, 796, 398, 0, 4593, 4594, 3, 382, 191, 0, 4594, 397, 1, 0, 0, 0, 4595, 4602, 5, 138, 0, 0, 4596, 4597, 5, 211, 0, 0, 4597, 4603, 3, 376, 188, 0, 4598, 4599, 5, 296, 0, 0, 4599, 4603, 3, 372, 186, 0, 4600, 4601, 5, 442, 0, 0, 4601, 4603, 3, 368, 184, 0, 4602, 4596, 1, 0, 0, 0, 4602, 4598, 1, 0, 0, 0, 4602, 4600, 1, 0, 0, 0, 4603, 4605, 1, 0, 0, 0, 4604, 4606, 3, 390, 195, 0, 4605, 4604, 1, 0, 0, 0, 4606, 4607, 1, 0, 0, 0, 4607, 4605, 1, 0, 0, 0, 4607, 4608, 1, 0, 0, 0, 4608, 4610, 1, 0, 0, 0, 4609, 4611, 5, 315, 0, 0, 4610, 4609, 1, 0, 0, 0, 4610, 4611, 1, 0, 0, 0, 4611, 399, 1, 0, 0, 0, 4612, 4628, 5, 191, 0, 0, 4613, 4615, 5, 211, 0, 0, 4614, 4616, 3, 416, 208, 0, 4615, 4614, 1, 0, 0, 0, 4615, 4616, 1, 0, 0, 0, 4616, 4617, 1, 0, 0, 0, 4617, 4629, 3, 374, 187, 0, 4618, 4620, 5, 296, 0, 0, 4619, 4621, 3, 416, 208, 0, 4620, 4619, 1, 0, 0, 0, 4620, 4621, 1, 0, 0, 0, 4621, 4622, 1, 0, 0, 0, 4622, 4629, 3, 370, 185, 0, 4623, 4625, 5, 442, 0, 0, 4624, 4626, 3, 416, 208, 0, 4625, 4624, 1, 0, 0, 0, 4625, 4626, 1, 0, 0, 0, 4626, 4627, 1, 0, 0, 0, 4627, 4629, 3, 366, 183, 0, 4628, 4613, 1, 0, 0, 0, 4628, 4618, 1, 0, 0, 0, 4628, 4623, 1, 0, 0, 0, 4629, 4631, 1, 0, 0, 0, 4630, 4632, 3, 88, 44, 0, 4631, 4630, 1, 0, 0, 0, 4631, 4632, 1, 0, 0, 0, 4632, 401, 1, 0, 0, 0, 4633, 4634, 5, 191, 0, 0, 4634, 4636, 5, 136, 0, 0, 4635, 4637, 3, 416, 208, 0, 4636, 4635, 1, 0, 0, 0, 4636, 4637, 1, 0, 0, 0, 4637, 4638, 1, 0, 0, 0, 4638, 4643, 3, 388, 194, 0, 4639, 4640, 5, 6, 0, 0, 4640, 4642, 3, 388, 194, 0, 4641, 4639, 1, 0, 0, 0, 4642, 4645, 1, 0, 0, 0, 4643, 4641, 1, 0, 0, 0, 4643, 4644, 1, 0, 0, 0, 4644, 4647, 1, 0, 0, 0, 4645, 4643, 1, 0, 0, 0, 4646, 4648, 3, 88, 44, 0, 4647, 4646, 1, 0, 0, 0, 4647, 4648, 1, 0, 0, 0, 4648, 403, 1, 0, 0, 0, 4649, 4650, 5, 191, 0, 0, 4650, 4652, 5, 278, 0, 0, 4651, 4653, 3, 416, 208, 0, 4652, 4651, 1, 0, 0, 0, 4652, 4653, 1, 0, 0, 0, 4653, 4654, 1, 0, 0, 0, 4654, 4659, 3, 410, 205, 0, 4655, 4656, 5, 6, 0, 0, 4656, 4658, 3, 410, 205, 0, 4657, 4655, 1, 0, 0, 0, 4658, 4661, 1, 0, 0, 0, 4659, 4657, 1, 0, 0, 0, 4659, 4660, 1, 0, 0, 0, 4660, 4663, 1, 0, 0, 0, 4661, 4659, 1, 0, 0, 0, 4662, 4664, 3, 88, 44, 0, 4663, 4662, 1, 0, 0, 0, 4663, 4664, 1, 0, 0, 0, 4664, 405, 1, 0, 0, 0, 4665, 4678, 5, 2, 0, 0, 4666, 4669, 3, 646, 323, 0, 4667, 4668, 5, 6, 0, 0, 4668, 4670, 3, 646, 323, 0, 4669, 4667, 1, 0, 0, 0, 4669, 4670, 1, 0, 0, 0, 4670, 4679, 1, 0, 0, 0, 4671, 4672, 5, 407, 0, 0, 4672, 4673, 5, 6, 0, 0, 4673, 4679, 3, 646, 323, 0, 4674, 4675, 3, 646, 323, 0, 4675, 4676, 5, 6, 0, 0, 4676, 4677, 5, 407, 0, 0, 4677, 4679, 1, 0, 0, 0, 4678, 4666, 1, 0, 0, 0, 4678, 4671, 1, 0, 0, 0, 4678, 4674, 1, 0, 0, 0, 4679, 4680, 1, 0, 0, 0, 4680, 4681, 5, 3, 0, 0, 4681, 407, 1, 0, 0, 0, 4682, 4683, 3, 816, 408, 0, 4683, 4684, 5, 11, 0, 0, 4684, 4686, 1, 0, 0, 0, 4685, 4682, 1, 0, 0, 0, 4686, 4689, 1, 0, 0, 0, 4687, 4685, 1, 0, 0, 0, 4687, 4688, 1, 0, 0, 0, 4688, 4690, 1, 0, 0, 0, 4689, 4687, 1, 0, 0, 0, 4690, 4691, 3, 716, 358, 0, 4691, 409, 1, 0, 0, 0, 4692, 4693, 3, 408, 204, 0, 4693, 4694, 3, 406, 203, 0, 4694, 411, 1, 0, 0, 0, 4695, 4699, 5, 57, 0, 0, 4696, 4700, 3, 806, 403, 0, 4697, 4698, 5, 247, 0, 0, 4698, 4700, 3, 58, 29, 0, 4699, 4696, 1, 0, 0, 0, 4699, 4697, 1, 0, 0, 0, 4700, 4701, 1, 0, 0, 0, 4701, 4699, 1, 0, 0, 0, 4701, 4702, 1, 0, 0, 0, 4702, 413, 1, 0, 0, 0, 4703, 4704, 5, 46, 0, 0, 4704, 4705, 5, 41, 0, 0, 4705, 4706, 5, 2, 0, 0, 4706, 4707, 3, 646, 323, 0, 4707, 4708, 5, 36, 0, 0, 4708, 4709, 3, 646, 323, 0, 4709, 4726, 5, 3, 0, 0, 4710, 4711, 5, 379, 0, 0, 4711, 4714, 5, 211, 0, 0, 4712, 4713, 5, 36, 0, 0, 4713, 4715, 7, 61, 0, 0, 4714, 4712, 1, 0, 0, 0, 4714, 4715, 1, 0, 0, 0, 4715, 4727, 1, 0, 0, 0, 4716, 4720, 5, 105, 0, 0, 4717, 4718, 5, 211, 0, 0, 4718, 4721, 3, 376, 188, 0, 4719, 4721, 5, 400, 0, 0, 4720, 4717, 1, 0, 0, 0, 4720, 4719, 1, 0, 0, 0, 4721, 4724, 1, 0, 0, 0, 4722, 4723, 5, 36, 0, 0, 4723, 4725, 7, 61, 0, 0, 4724, 4722, 1, 0, 0, 0, 4724, 4725, 1, 0, 0, 0, 4725, 4727, 1, 0, 0, 0, 4726, 4710, 1, 0, 0, 0, 4726, 4716, 1, 0, 0, 0, 4727, 415, 1, 0, 0, 0, 4728, 4729, 5, 220, 0, 0, 4729, 4730, 5, 396, 0, 0, 4730, 417, 1, 0, 0, 0, 4731, 4733, 5, 46, 0, 0, 4732, 4734, 3, 360, 180, 0, 4733, 4732, 1, 0, 0, 0, 4733, 4734, 1, 0, 0, 0, 4734, 4735, 1, 0, 0, 0, 4735, 4736, 5, 443, 0, 0, 4736, 4737, 5, 62, 0, 0, 4737, 4738, 3, 646, 323, 0, 4738, 4739, 5, 247, 0, 0, 4739, 4740, 3, 816, 408, 0, 4740, 4755, 5, 2, 0, 0, 4741, 4742, 5, 64, 0, 0, 4742, 4746, 3, 420, 210, 0, 4743, 4744, 5, 6, 0, 0, 4744, 4745, 5, 94, 0, 0, 4745, 4747, 3, 420, 210, 0, 4746, 4743, 1, 0, 0, 0, 4746, 4747, 1, 0, 0, 0, 4747, 4756, 1, 0, 0, 0, 4748, 4749, 5, 94, 0, 0, 4749, 4753, 3, 420, 210, 0, 4750, 4751, 5, 6, 0, 0, 4751, 4752, 5, 64, 0, 0, 4752, 4754, 3, 420, 210, 0, 4753, 4750, 1, 0, 0, 0, 4753, 4754, 1, 0, 0, 0, 4754, 4756, 1, 0, 0, 0, 4755, 4741, 1, 0, 0, 0, 4755, 4748, 1, 0, 0, 0, 4756, 4757, 1, 0, 0, 0, 4757, 4758, 5, 3, 0, 0, 4758, 419, 1, 0, 0, 0, 4759, 4760, 5, 461, 0, 0, 4760, 4761, 5, 105, 0, 0, 4761, 4762, 5, 211, 0, 0, 4762, 4763, 3, 376, 188, 0, 4763, 421, 1, 0, 0, 0, 4764, 4775, 5, 306, 0, 0, 4765, 4766, 5, 2, 0, 0, 4766, 4771, 5, 128, 0, 0, 4767, 4768, 5, 6, 0, 0, 4768, 4770, 5, 128, 0, 0, 4769, 4767, 1, 0, 0, 0, 4770, 4773, 1, 0, 0, 0, 4771, 4769, 1, 0, 0, 0, 4771, 4772, 1, 0, 0, 0, 4772, 4774, 1, 0, 0, 0, 4773, 4771, 1, 0, 0, 0, 4774, 4776, 5, 3, 0, 0, 4775, 4765, 1, 0, 0, 0, 4775, 4776, 1, 0, 0, 0, 4776, 4802, 1, 0, 0, 0, 4777, 4779, 5, 226, 0, 0, 4778, 4780, 5, 109, 0, 0, 4779, 4778, 1, 0, 0, 0, 4779, 4780, 1, 0, 0, 0, 4780, 4781, 1, 0, 0, 0, 4781, 4803, 3, 776, 388, 0, 4782, 4784, 5, 92, 0, 0, 4783, 4785, 5, 109, 0, 0, 4784, 4783, 1, 0, 0, 0, 4784, 4785, 1, 0, 0, 0, 4785, 4786, 1, 0, 0, 0, 4786, 4803, 3, 770, 385, 0, 4787, 4789, 5, 323, 0, 0, 4788, 4790, 5, 109, 0, 0, 4789, 4788, 1, 0, 0, 0, 4789, 4790, 1, 0, 0, 0, 4790, 4791, 1, 0, 0, 0, 4791, 4803, 3, 786, 393, 0, 4792, 4794, 5, 349, 0, 0, 4793, 4795, 5, 109, 0, 0, 4794, 4793, 1, 0, 0, 0, 4794, 4795, 1, 0, 0, 0, 4795, 4796, 1, 0, 0, 0, 4796, 4803, 3, 816, 408, 0, 4797, 4799, 5, 175, 0, 0, 4798, 4800, 5, 109, 0, 0, 4799, 4798, 1, 0, 0, 0, 4799, 4800, 1, 0, 0, 0, 4800, 4801, 1, 0, 0, 0, 4801, 4803, 3, 784, 392, 0, 4802, 4777, 1, 0, 0, 0, 4802, 4782, 1, 0, 0, 0, 4802, 4787, 1, 0, 0, 0, 4802, 4792, 1, 0, 0, 0, 4802, 4797, 1, 0, 0, 0, 4803, 423, 1, 0, 0, 0, 4804, 4805, 5, 138, 0, 0, 4805, 4806, 3, 170, 85, 0, 4806, 4807, 7, 16, 0, 0, 4807, 4808, 3, 92, 46, 0, 4808, 425, 1, 0, 0, 0, 4809, 4814, 5, 138, 0, 0, 4810, 4811, 5, 136, 0, 0, 4811, 4815, 3, 388, 194, 0, 4812, 4813, 5, 442, 0, 0, 4813, 4815, 3, 368, 184, 0, 4814, 4810, 1, 0, 0, 0, 4814, 4812, 1, 0, 0, 0, 4815, 4816, 1, 0, 0, 0, 4816, 4817, 5, 309, 0, 0, 4817, 4818, 5, 94, 0, 0, 4818, 4819, 3, 816, 408, 0, 4819, 5017, 1, 0, 0, 0, 4820, 4821, 5, 138, 0, 0, 4821, 4822, 5, 175, 0, 0, 4822, 4823, 3, 784, 392, 0, 4823, 4824, 5, 309, 0, 0, 4824, 4825, 5, 94, 0, 0, 4825, 4826, 3, 782, 391, 0, 4826, 5017, 1, 0, 0, 0, 4827, 4828, 5, 138, 0, 0, 4828, 4829, 7, 62, 0, 0, 4829, 4830, 3, 310, 155, 0, 4830, 4831, 5, 309, 0, 0, 4831, 4832, 5, 94, 0, 0, 4832, 4833, 3, 816, 408, 0, 4833, 5017, 1, 0, 0, 0, 4834, 4835, 5, 138, 0, 0, 4835, 4836, 5, 211, 0, 0, 4836, 4837, 3, 376, 188, 0, 4837, 4838, 5, 309, 0, 0, 4838, 4839, 5, 94, 0, 0, 4839, 4840, 3, 802, 401, 0, 4840, 5017, 1, 0, 0, 0, 4841, 4842, 5, 138, 0, 0, 4842, 4843, 5, 278, 0, 0, 4843, 4844, 7, 32, 0, 0, 4844, 4845, 3, 310, 155, 0, 4845, 4846, 3, 164, 82, 0, 4846, 4847, 5, 309, 0, 0, 4847, 4848, 5, 94, 0, 0, 4848, 4849, 3, 816, 408, 0, 4849, 5017, 1, 0, 0, 0, 4850, 4851, 5, 138, 0, 0, 4851, 4852, 5, 296, 0, 0, 4852, 4853, 3, 372, 186, 0, 4853, 4854, 5, 309, 0, 0, 4854, 4855, 5, 94, 0, 0, 4855, 4856, 3, 794, 397, 0, 4856, 5017, 1, 0, 0, 0, 4857, 4858, 5, 138, 0, 0, 4858, 4859, 5, 323, 0, 0, 4859, 4860, 3, 786, 393, 0, 4860, 4861, 5, 309, 0, 0, 4861, 4862, 5, 94, 0, 0, 4862, 4863, 3, 32, 16, 0, 4863, 5017, 1, 0, 0, 0, 4864, 4865, 5, 138, 0, 0, 4865, 4867, 7, 63, 0, 0, 4866, 4868, 3, 416, 208, 0, 4867, 4866, 1, 0, 0, 0, 4867, 4868, 1, 0, 0, 0, 4868, 4869, 1, 0, 0, 0, 4869, 4870, 3, 776, 388, 0, 4870, 4871, 5, 309, 0, 0, 4871, 4872, 5, 94, 0, 0, 4872, 4873, 3, 816, 408, 0, 4873, 5017, 1, 0, 0, 0, 4874, 4876, 5, 138, 0, 0, 4875, 4877, 5, 259, 0, 0, 4876, 4875, 1, 0, 0, 0, 4876, 4877, 1, 0, 0, 0, 4877, 4878, 1, 0, 0, 0, 4878, 4880, 5, 376, 0, 0, 4879, 4881, 3, 416, 208, 0, 4880, 4879, 1, 0, 0, 0, 4880, 4881, 1, 0, 0, 0, 4881, 4882, 1, 0, 0, 0, 4882, 4883, 3, 774, 387, 0, 4883, 4884, 5, 309, 0, 0, 4884, 4885, 5, 94, 0, 0, 4885, 4886, 3, 772, 386, 0, 4886, 5017, 1, 0, 0, 0, 4887, 4889, 5, 138, 0, 0, 4888, 4890, 5, 63, 0, 0, 4889, 4888, 1, 0, 0, 0, 4889, 4890, 1, 0, 0, 0, 4890, 4891, 1, 0, 0, 0, 4891, 4893, 5, 92, 0, 0, 4892, 4894, 3, 416, 208, 0, 4893, 4892, 1, 0, 0, 0, 4893, 4894, 1, 0, 0, 0, 4894, 4895, 1, 0, 0, 0, 4895, 4896, 3, 618, 309, 0, 4896, 4897, 5, 309, 0, 0, 4897, 4898, 5, 94, 0, 0, 4898, 4899, 3, 768, 384, 0, 4899, 5017, 1, 0, 0, 0, 4900, 4925, 5, 138, 0, 0, 4901, 4903, 5, 63, 0, 0, 4902, 4901, 1, 0, 0, 0, 4902, 4903, 1, 0, 0, 0, 4903, 4904, 1, 0, 0, 0, 4904, 4906, 5, 92, 0, 0, 4905, 4907, 3, 416, 208, 0, 4906, 4905, 1, 0, 0, 0, 4906, 4907, 1, 0, 0, 0, 4907, 4908, 1, 0, 0, 0, 4908, 4909, 3, 618, 309, 0, 4909, 4911, 5, 309, 0, 0, 4910, 4912, 5, 44, 0, 0, 4911, 4910, 1, 0, 0, 0, 4911, 4912, 1, 0, 0, 0, 4912, 4926, 1, 0, 0, 0, 4913, 4915, 5, 259, 0, 0, 4914, 4913, 1, 0, 0, 0, 4914, 4915, 1, 0, 0, 0, 4915, 4916, 1, 0, 0, 0, 4916, 4918, 5, 376, 0, 0, 4917, 4919, 3, 416, 208, 0, 4918, 4917, 1, 0, 0, 0, 4918, 4919, 1, 0, 0, 0, 4919, 4920, 1, 0, 0, 0, 4920, 4921, 3, 774, 387, 0, 4921, 4923, 5, 309, 0, 0, 4922, 4924, 5, 44, 0, 0, 4923, 4922, 1, 0, 0, 0, 4923, 4924, 1, 0, 0, 0, 4924, 4926, 1, 0, 0, 0, 4925, 4902, 1, 0, 0, 0, 4925, 4914, 1, 0, 0, 0, 4926, 4927, 1, 0, 0, 0, 4927, 4928, 3, 796, 398, 0, 4928, 4929, 5, 94, 0, 0, 4929, 4930, 3, 800, 400, 0, 4930, 5017, 1, 0, 0, 0, 4931, 4939, 5, 138, 0, 0, 4932, 4934, 5, 92, 0, 0, 4933, 4935, 3, 416, 208, 0, 4934, 4933, 1, 0, 0, 0, 4934, 4935, 1, 0, 0, 0, 4935, 4936, 1, 0, 0, 0, 4936, 4940, 3, 618, 309, 0, 4937, 4938, 5, 189, 0, 0, 4938, 4940, 3, 310, 155, 0, 4939, 4932, 1, 0, 0, 0, 4939, 4937, 1, 0, 0, 0, 4940, 4941, 1, 0, 0, 0, 4941, 4942, 5, 309, 0, 0, 4942, 4943, 5, 45, 0, 0, 4943, 4944, 3, 816, 408, 0, 4944, 4945, 5, 94, 0, 0, 4945, 4946, 3, 816, 408, 0, 4946, 5017, 1, 0, 0, 0, 4947, 4954, 5, 138, 0, 0, 4948, 4950, 5, 445, 0, 0, 4949, 4951, 3, 416, 208, 0, 4950, 4949, 1, 0, 0, 0, 4950, 4951, 1, 0, 0, 0, 4951, 4955, 1, 0, 0, 0, 4952, 4955, 5, 321, 0, 0, 4953, 4955, 5, 357, 0, 0, 4954, 4948, 1, 0, 0, 0, 4954, 4952, 1, 0, 0, 0, 4954, 4953, 1, 0, 0, 0, 4955, 4956, 1, 0, 0, 0, 4956, 4957, 3, 816, 408, 0, 4957, 4958, 5, 80, 0, 0, 4958, 4959, 3, 776, 388, 0, 4959, 4960, 5, 309, 0, 0, 4960, 4961, 5, 94, 0, 0, 4961, 4962, 3, 816, 408, 0, 4962, 5017, 1, 0, 0, 0, 4963, 4976, 5, 138, 0, 0, 4964, 4965, 5, 63, 0, 0, 4965, 4966, 5, 174, 0, 0, 4966, 4977, 5, 381, 0, 0, 4967, 4969, 5, 295, 0, 0, 4968, 4967, 1, 0, 0, 0, 4968, 4969, 1, 0, 0, 0, 4969, 4970, 1, 0, 0, 0, 4970, 4977, 5, 247, 0, 0, 4971, 4977, 5, 452, 0, 0, 4972, 4977, 5, 331, 0, 0, 4973, 4977, 5, 451, 0, 0, 4974, 4975, 5, 198, 0, 0, 4975, 4977, 5, 357, 0, 0, 4976, 4964, 1, 0, 0, 0, 4976, 4968, 1, 0, 0, 0, 4976, 4971, 1, 0, 0, 0, 4976, 4972, 1, 0, 0, 0, 4976, 4973, 1, 0, 0, 0, 4976, 4974, 1, 0, 0, 0, 4977, 4978, 1, 0, 0, 0, 4978, 4979, 3, 816, 408, 0, 4979, 4980, 5, 309, 0, 0, 4980, 4981, 5, 94, 0, 0, 4981, 4982, 3, 816, 408, 0, 4982, 5017, 1, 0, 0, 0, 4983, 4984, 5, 138, 0, 0, 4984, 4985, 7, 46, 0, 0, 4985, 4986, 3, 812, 406, 0, 4986, 4987, 5, 309, 0, 0, 4987, 4988, 5, 94, 0, 0, 4988, 4989, 3, 812, 406, 0, 4989, 5017, 1, 0, 0, 0, 4990, 4991, 5, 138, 0, 0, 4991, 4992, 3, 170, 85, 0, 4992, 4993, 5, 309, 0, 0, 4993, 4994, 5, 94, 0, 0, 4994, 4995, 3, 766, 383, 0, 4995, 5017, 1, 0, 0, 0, 4996, 4997, 5, 138, 0, 0, 4997, 4998, 5, 355, 0, 0, 4998, 4999, 5, 325, 0, 0, 4999, 5000, 7, 42, 0, 0, 5000, 5001, 3, 310, 155, 0, 5001, 5002, 5, 309, 0, 0, 5002, 5003, 5, 94, 0, 0, 5003, 5004, 3, 816, 408, 0, 5004, 5017, 1, 0, 0, 0, 5005, 5006, 5, 138, 0, 0, 5006, 5007, 5, 360, 0, 0, 5007, 5008, 3, 310, 155, 0, 5008, 5009, 5, 309, 0, 0, 5009, 5010, 5, 143, 0, 0, 5010, 5011, 3, 816, 408, 0, 5011, 5012, 5, 94, 0, 0, 5012, 5014, 3, 816, 408, 0, 5013, 5015, 3, 88, 44, 0, 5014, 5013, 1, 0, 0, 0, 5014, 5015, 1, 0, 0, 0, 5015, 5017, 1, 0, 0, 0, 5016, 4809, 1, 0, 0, 0, 5016, 4820, 1, 0, 0, 0, 5016, 4827, 1, 0, 0, 0, 5016, 4834, 1, 0, 0, 0, 5016, 4841, 1, 0, 0, 0, 5016, 4850, 1, 0, 0, 0, 5016, 4857, 1, 0, 0, 0, 5016, 4864, 1, 0, 0, 0, 5016, 4874, 1, 0, 0, 0, 5016, 4887, 1, 0, 0, 0, 5016, 4900, 1, 0, 0, 0, 5016, 4931, 1, 0, 0, 0, 5016, 4947, 1, 0, 0, 0, 5016, 4963, 1, 0, 0, 0, 5016, 4983, 1, 0, 0, 0, 5016, 4990, 1, 0, 0, 0, 5016, 4996, 1, 0, 0, 0, 5016, 5005, 1, 0, 0, 0, 5017, 427, 1, 0, 0, 0, 5018, 5035, 5, 138, 0, 0, 5019, 5020, 5, 211, 0, 0, 5020, 5036, 3, 376, 188, 0, 5021, 5022, 5, 296, 0, 0, 5022, 5036, 3, 372, 186, 0, 5023, 5024, 5, 442, 0, 0, 5024, 5036, 3, 368, 184, 0, 5025, 5026, 5, 357, 0, 0, 5026, 5027, 3, 816, 408, 0, 5027, 5028, 5, 80, 0, 0, 5028, 5029, 3, 776, 388, 0, 5029, 5036, 1, 0, 0, 0, 5030, 5031, 5, 259, 0, 0, 5031, 5032, 5, 376, 0, 0, 5032, 5036, 3, 774, 387, 0, 5033, 5034, 5, 226, 0, 0, 5034, 5036, 3, 776, 388, 0, 5035, 5019, 1, 0, 0, 0, 5035, 5021, 1, 0, 0, 0, 5035, 5023, 1, 0, 0, 0, 5035, 5025, 1, 0, 0, 0, 5035, 5030, 1, 0, 0, 0, 5035, 5033, 1, 0, 0, 0, 5036, 5038, 1, 0, 0, 0, 5037, 5039, 5, 269, 0, 0, 5038, 5037, 1, 0, 0, 0, 5038, 5039, 1, 0, 0, 0, 5039, 5040, 1, 0, 0, 0, 5040, 5041, 5, 462, 0, 0, 5041, 5042, 5, 80, 0, 0, 5042, 5043, 5, 204, 0, 0, 5043, 5044, 3, 816, 408, 0, 5044, 429, 1, 0, 0, 0, 5045, 5084, 5, 138, 0, 0, 5046, 5047, 5, 136, 0, 0, 5047, 5085, 3, 388, 194, 0, 5048, 5049, 5, 204, 0, 0, 5049, 5085, 3, 816, 408, 0, 5050, 5051, 5, 211, 0, 0, 5051, 5085, 3, 376, 188, 0, 5052, 5053, 5, 278, 0, 0, 5053, 5085, 3, 410, 205, 0, 5054, 5055, 5, 278, 0, 0, 5055, 5056, 7, 32, 0, 0, 5056, 5057, 3, 310, 155, 0, 5057, 5058, 3, 164, 82, 0, 5058, 5085, 1, 0, 0, 0, 5059, 5060, 5, 296, 0, 0, 5060, 5085, 3, 372, 186, 0, 5061, 5062, 5, 442, 0, 0, 5062, 5085, 3, 368, 184, 0, 5063, 5065, 5, 328, 0, 0, 5064, 5066, 3, 416, 208, 0, 5065, 5064, 1, 0, 0, 0, 5065, 5066, 1, 0, 0, 0, 5066, 5067, 1, 0, 0, 0, 5067, 5085, 3, 776, 388, 0, 5068, 5070, 5, 259, 0, 0, 5069, 5068, 1, 0, 0, 0, 5069, 5070, 1, 0, 0, 0, 5070, 5071, 1, 0, 0, 0, 5071, 5073, 5, 376, 0, 0, 5072, 5074, 3, 416, 208, 0, 5073, 5072, 1, 0, 0, 0, 5073, 5074, 1, 0, 0, 0, 5074, 5075, 1, 0, 0, 0, 5075, 5085, 3, 774, 387, 0, 5076, 5078, 5, 63, 0, 0, 5077, 5076, 1, 0, 0, 0, 5077, 5078, 1, 0, 0, 0, 5078, 5079, 1, 0, 0, 0, 5079, 5081, 5, 92, 0, 0, 5080, 5082, 3, 416, 208, 0, 5081, 5080, 1, 0, 0, 0, 5081, 5082, 1, 0, 0, 0, 5082, 5083, 1, 0, 0, 0, 5083, 5085, 3, 618, 309, 0, 5084, 5046, 1, 0, 0, 0, 5084, 5048, 1, 0, 0, 0, 5084, 5050, 1, 0, 0, 0, 5084, 5052, 1, 0, 0, 0, 5084, 5054, 1, 0, 0, 0, 5084, 5059, 1, 0, 0, 0, 5084, 5061, 1, 0, 0, 0, 5084, 5063, 1, 0, 0, 0, 5084, 5069, 1, 0, 0, 0, 5084, 5077, 1, 0, 0, 0, 5085, 5086, 1, 0, 0, 0, 5086, 5087, 5, 333, 0, 0, 5087, 5088, 5, 323, 0, 0, 5088, 5089, 3, 786, 393, 0, 5089, 5107, 1, 0, 0, 0, 5090, 5099, 5, 138, 0, 0, 5091, 5092, 5, 355, 0, 0, 5092, 5093, 5, 325, 0, 0, 5093, 5100, 7, 42, 0, 0, 5094, 5100, 5, 108, 0, 0, 5095, 5100, 5, 168, 0, 0, 5096, 5100, 5, 189, 0, 0, 5097, 5100, 5, 342, 0, 0, 5098, 5100, 5, 360, 0, 0, 5099, 5091, 1, 0, 0, 0, 5099, 5094, 1, 0, 0, 0, 5099, 5095, 1, 0, 0, 0, 5099, 5096, 1, 0, 0, 0, 5099, 5097, 1, 0, 0, 0, 5099, 5098, 1, 0, 0, 0, 5100, 5101, 1, 0, 0, 0, 5101, 5102, 3, 310, 155, 0, 5102, 5103, 5, 333, 0, 0, 5103, 5104, 5, 323, 0, 0, 5104, 5105, 3, 786, 393, 0, 5105, 5107, 1, 0, 0, 0, 5106, 5045, 1, 0, 0, 0, 5106, 5090, 1, 0, 0, 0, 5107, 431, 1, 0, 0, 0, 5108, 5109, 5, 138, 0, 0, 5109, 5110, 5, 278, 0, 0, 5110, 5111, 3, 410, 205, 0, 5111, 5112, 5, 333, 0, 0, 5112, 5113, 3, 434, 217, 0, 5113, 433, 1, 0, 0, 0, 5114, 5115, 5, 2, 0, 0, 5115, 5120, 3, 436, 218, 0, 5116, 5117, 5, 6, 0, 0, 5117, 5119, 3, 436, 218, 0, 5118, 5116, 1, 0, 0, 0, 5119, 5122, 1, 0, 0, 0, 5120, 5118, 1, 0, 0, 0, 5120, 5121, 1, 0, 0, 0, 5121, 5123, 1, 0, 0, 0, 5122, 5120, 1, 0, 0, 0, 5123, 5124, 5, 3, 0, 0, 5124, 435, 1, 0, 0, 0, 5125, 5126, 3, 822, 411, 0, 5126, 5133, 5, 10, 0, 0, 5127, 5134, 5, 407, 0, 0, 5128, 5134, 3, 382, 191, 0, 5129, 5134, 3, 832, 416, 0, 5130, 5134, 3, 722, 361, 0, 5131, 5134, 3, 196, 98, 0, 5132, 5134, 3, 806, 403, 0, 5133, 5127, 1, 0, 0, 0, 5133, 5128, 1, 0, 0, 0, 5133, 5129, 1, 0, 0, 0, 5133, 5130, 1, 0, 0, 0, 5133, 5131, 1, 0, 0, 0, 5133, 5132, 1, 0, 0, 0, 5134, 437, 1, 0, 0, 0, 5135, 5136, 5, 138, 0, 0, 5136, 5137, 5, 360, 0, 0, 5137, 5138, 3, 310, 155, 0, 5138, 5139, 5, 333, 0, 0, 5139, 5140, 3, 434, 217, 0, 5140, 439, 1, 0, 0, 0, 5141, 5142, 5, 138, 0, 0, 5142, 5143, 5, 278, 0, 0, 5143, 5144, 7, 32, 0, 0, 5144, 5145, 3, 310, 155, 0, 5145, 5146, 3, 164, 82, 0, 5146, 5147, 5, 282, 0, 0, 5147, 5148, 5, 94, 0, 0, 5148, 5149, 3, 812, 406, 0, 5149, 5216, 1, 0, 0, 0, 5150, 5177, 5, 138, 0, 0, 5151, 5152, 5, 136, 0, 0, 5152, 5178, 3, 388, 194, 0, 5153, 5154, 5, 175, 0, 0, 5154, 5178, 3, 784, 392, 0, 5155, 5156, 5, 211, 0, 0, 5156, 5178, 3, 376, 188, 0, 5157, 5159, 5, 295, 0, 0, 5158, 5157, 1, 0, 0, 0, 5158, 5159, 1, 0, 0, 0, 5159, 5160, 1, 0, 0, 0, 5160, 5161, 5, 247, 0, 0, 5161, 5178, 3, 816, 408, 0, 5162, 5163, 5, 248, 0, 0, 5163, 5164, 5, 274, 0, 0, 5164, 5178, 3, 196, 98, 0, 5165, 5166, 5, 248, 0, 0, 5166, 5167, 5, 274, 0, 0, 5167, 5178, 3, 196, 98, 0, 5168, 5169, 5, 278, 0, 0, 5169, 5178, 3, 410, 205, 0, 5170, 5171, 5, 296, 0, 0, 5171, 5178, 3, 372, 186, 0, 5172, 5173, 5, 442, 0, 0, 5173, 5178, 3, 368, 184, 0, 5174, 5175, 5, 323, 0, 0, 5175, 5178, 3, 786, 393, 0, 5176, 5178, 3, 170, 85, 0, 5177, 5151, 1, 0, 0, 0, 5177, 5153, 1, 0, 0, 0, 5177, 5155, 1, 0, 0, 0, 5177, 5158, 1, 0, 0, 0, 5177, 5162, 1, 0, 0, 0, 5177, 5165, 1, 0, 0, 0, 5177, 5168, 1, 0, 0, 0, 5177, 5170, 1, 0, 0, 0, 5177, 5172, 1, 0, 0, 0, 5177, 5174, 1, 0, 0, 0, 5177, 5176, 1, 0, 0, 0, 5178, 5179, 1, 0, 0, 0, 5179, 5180, 5, 282, 0, 0, 5180, 5181, 5, 94, 0, 0, 5181, 5182, 3, 812, 406, 0, 5182, 5216, 1, 0, 0, 0, 5183, 5192, 5, 138, 0, 0, 5184, 5185, 5, 355, 0, 0, 5185, 5186, 5, 325, 0, 0, 5186, 5193, 7, 64, 0, 0, 5187, 5193, 5, 108, 0, 0, 5188, 5193, 5, 168, 0, 0, 5189, 5193, 5, 189, 0, 0, 5190, 5193, 5, 360, 0, 0, 5191, 5193, 5, 342, 0, 0, 5192, 5184, 1, 0, 0, 0, 5192, 5187, 1, 0, 0, 0, 5192, 5188, 1, 0, 0, 0, 5192, 5189, 1, 0, 0, 0, 5192, 5190, 1, 0, 0, 0, 5192, 5191, 1, 0, 0, 0, 5193, 5194, 1, 0, 0, 0, 5194, 5195, 3, 310, 155, 0, 5195, 5196, 5, 282, 0, 0, 5196, 5197, 5, 94, 0, 0, 5197, 5198, 3, 812, 406, 0, 5198, 5216, 1, 0, 0, 0, 5199, 5208, 5, 138, 0, 0, 5200, 5209, 5, 331, 0, 0, 5201, 5202, 5, 63, 0, 0, 5202, 5203, 5, 174, 0, 0, 5203, 5209, 5, 381, 0, 0, 5204, 5205, 5, 198, 0, 0, 5205, 5209, 5, 357, 0, 0, 5206, 5209, 5, 452, 0, 0, 5207, 5209, 5, 451, 0, 0, 5208, 5200, 1, 0, 0, 0, 5208, 5201, 1, 0, 0, 0, 5208, 5204, 1, 0, 0, 0, 5208, 5206, 1, 0, 0, 0, 5208, 5207, 1, 0, 0, 0, 5209, 5210, 1, 0, 0, 0, 5210, 5211, 3, 816, 408, 0, 5211, 5212, 5, 282, 0, 0, 5212, 5213, 5, 94, 0, 0, 5213, 5214, 3, 812, 406, 0, 5214, 5216, 1, 0, 0, 0, 5215, 5141, 1, 0, 0, 0, 5215, 5150, 1, 0, 0, 0, 5215, 5183, 1, 0, 0, 0, 5215, 5199, 1, 0, 0, 0, 5216, 441, 1, 0, 0, 0, 5217, 5218, 5, 46, 0, 0, 5218, 5219, 5, 452, 0, 0, 5219, 5226, 3, 816, 408, 0, 5220, 5221, 5, 62, 0, 0, 5221, 5222, 5, 92, 0, 0, 5222, 5227, 3, 622, 311, 0, 5223, 5224, 5, 62, 0, 0, 5224, 5225, 5, 30, 0, 0, 5225, 5227, 5, 350, 0, 0, 5226, 5220, 1, 0, 0, 0, 5226, 5223, 1, 0, 0, 0, 5226, 5227, 1, 0, 0, 0, 5227, 5229, 1, 0, 0, 0, 5228, 5230, 3, 394, 197, 0, 5229, 5228, 1, 0, 0, 0, 5229, 5230, 1, 0, 0, 0, 5230, 443, 1, 0, 0, 0, 5231, 5232, 5, 138, 0, 0, 5232, 5233, 5, 452, 0, 0, 5233, 5251, 3, 816, 408, 0, 5234, 5235, 5, 282, 0, 0, 5235, 5236, 5, 94, 0, 0, 5236, 5252, 3, 812, 406, 0, 5237, 5238, 5, 333, 0, 0, 5238, 5252, 3, 278, 139, 0, 5239, 5240, 5, 309, 0, 0, 5240, 5241, 5, 94, 0, 0, 5241, 5252, 3, 816, 408, 0, 5242, 5243, 7, 35, 0, 0, 5243, 5248, 3, 620, 310, 0, 5244, 5245, 5, 6, 0, 0, 5245, 5247, 3, 620, 310, 0, 5246, 5244, 1, 0, 0, 0, 5247, 5250, 1, 0, 0, 0, 5248, 5246, 1, 0, 0, 0, 5248, 5249, 1, 0, 0, 0, 5249, 5252, 1, 0, 0, 0, 5250, 5248, 1, 0, 0, 0, 5251, 5234, 1, 0, 0, 0, 5251, 5237, 1, 0, 0, 0, 5251, 5239, 1, 0, 0, 0, 5251, 5242, 1, 0, 0, 0, 5252, 445, 1, 0, 0, 0, 5253, 5254, 5, 46, 0, 0, 5254, 5255, 5, 451, 0, 0, 5255, 5256, 3, 816, 408, 0, 5256, 5257, 5, 164, 0, 0, 5257, 5258, 3, 806, 403, 0, 5258, 5259, 5, 452, 0, 0, 5259, 5264, 3, 822, 411, 0, 5260, 5261, 5, 6, 0, 0, 5261, 5263, 3, 822, 411, 0, 5262, 5260, 1, 0, 0, 0, 5263, 5266, 1, 0, 0, 0, 5264, 5262, 1, 0, 0, 0, 5264, 5265, 1, 0, 0, 0, 5265, 5268, 1, 0, 0, 0, 5266, 5264, 1, 0, 0, 0, 5267, 5269, 3, 394, 197, 0, 5268, 5267, 1, 0, 0, 0, 5268, 5269, 1, 0, 0, 0, 5269, 447, 1, 0, 0, 0, 5270, 5271, 5, 138, 0, 0, 5271, 5272, 5, 451, 0, 0, 5272, 5273, 3, 816, 408, 0, 5273, 5274, 5, 333, 0, 0, 5274, 5275, 3, 278, 139, 0, 5275, 5327, 1, 0, 0, 0, 5276, 5277, 5, 138, 0, 0, 5277, 5278, 5, 451, 0, 0, 5278, 5279, 3, 816, 408, 0, 5279, 5280, 5, 164, 0, 0, 5280, 5281, 3, 806, 403, 0, 5281, 5327, 1, 0, 0, 0, 5282, 5283, 5, 138, 0, 0, 5283, 5284, 5, 451, 0, 0, 5284, 5285, 3, 816, 408, 0, 5285, 5286, 5, 305, 0, 0, 5286, 5288, 5, 452, 0, 0, 5287, 5289, 3, 394, 197, 0, 5288, 5287, 1, 0, 0, 0, 5288, 5289, 1, 0, 0, 0, 5289, 5327, 1, 0, 0, 0, 5290, 5291, 5, 138, 0, 0, 5291, 5292, 5, 451, 0, 0, 5292, 5293, 3, 816, 408, 0, 5293, 5294, 7, 35, 0, 0, 5294, 5295, 5, 452, 0, 0, 5295, 5300, 3, 822, 411, 0, 5296, 5297, 5, 6, 0, 0, 5297, 5299, 3, 822, 411, 0, 5298, 5296, 1, 0, 0, 0, 5299, 5302, 1, 0, 0, 0, 5300, 5298, 1, 0, 0, 0, 5300, 5301, 1, 0, 0, 0, 5301, 5304, 1, 0, 0, 0, 5302, 5300, 1, 0, 0, 0, 5303, 5305, 3, 394, 197, 0, 5304, 5303, 1, 0, 0, 0, 5304, 5305, 1, 0, 0, 0, 5305, 5327, 1, 0, 0, 0, 5306, 5307, 5, 138, 0, 0, 5307, 5308, 5, 451, 0, 0, 5308, 5309, 3, 816, 408, 0, 5309, 5310, 7, 65, 0, 0, 5310, 5327, 1, 0, 0, 0, 5311, 5312, 5, 138, 0, 0, 5312, 5313, 5, 451, 0, 0, 5313, 5314, 3, 816, 408, 0, 5314, 5315, 5, 465, 0, 0, 5315, 5316, 5, 2, 0, 0, 5316, 5317, 3, 284, 142, 0, 5317, 5318, 5, 3, 0, 0, 5318, 5327, 1, 0, 0, 0, 5319, 5320, 5, 138, 0, 0, 5320, 5321, 5, 451, 0, 0, 5321, 5322, 3, 816, 408, 0, 5322, 5323, 5, 282, 0, 0, 5323, 5324, 5, 94, 0, 0, 5324, 5325, 3, 812, 406, 0, 5325, 5327, 1, 0, 0, 0, 5326, 5270, 1, 0, 0, 0, 5326, 5276, 1, 0, 0, 0, 5326, 5282, 1, 0, 0, 0, 5326, 5290, 1, 0, 0, 0, 5326, 5306, 1, 0, 0, 0, 5326, 5311, 1, 0, 0, 0, 5326, 5319, 1, 0, 0, 0, 5327, 449, 1, 0, 0, 0, 5328, 5330, 5, 46, 0, 0, 5329, 5331, 3, 360, 180, 0, 5330, 5329, 1, 0, 0, 0, 5330, 5331, 1, 0, 0, 0, 5331, 5332, 1, 0, 0, 0, 5332, 5333, 5, 321, 0, 0, 5333, 5334, 3, 816, 408, 0, 5334, 5335, 5, 36, 0, 0, 5335, 5336, 5, 80, 0, 0, 5336, 5337, 7, 66, 0, 0, 5337, 5338, 5, 94, 0, 0, 5338, 5340, 3, 776, 388, 0, 5339, 5341, 3, 632, 316, 0, 5340, 5339, 1, 0, 0, 0, 5340, 5341, 1, 0, 0, 0, 5341, 5342, 1, 0, 0, 0, 5342, 5344, 5, 57, 0, 0, 5343, 5345, 7, 67, 0, 0, 5344, 5343, 1, 0, 0, 0, 5344, 5345, 1, 0, 0, 0, 5345, 5362, 1, 0, 0, 0, 5346, 5363, 5, 270, 0, 0, 5347, 5363, 3, 452, 226, 0, 5348, 5350, 5, 2, 0, 0, 5349, 5351, 3, 452, 226, 0, 5350, 5349, 1, 0, 0, 0, 5350, 5351, 1, 0, 0, 0, 5351, 5358, 1, 0, 0, 0, 5352, 5354, 5, 7, 0, 0, 5353, 5355, 3, 452, 226, 0, 5354, 5353, 1, 0, 0, 0, 5354, 5355, 1, 0, 0, 0, 5355, 5357, 1, 0, 0, 0, 5356, 5352, 1, 0, 0, 0, 5357, 5360, 1, 0, 0, 0, 5358, 5356, 1, 0, 0, 0, 5358, 5359, 1, 0, 0, 0, 5359, 5361, 1, 0, 0, 0, 5360, 5358, 1, 0, 0, 0, 5361, 5363, 5, 3, 0, 0, 5362, 5346, 1, 0, 0, 0, 5362, 5347, 1, 0, 0, 0, 5362, 5348, 1, 0, 0, 0, 5363, 451, 1, 0, 0, 0, 5364, 5370, 3, 554, 277, 0, 5365, 5370, 3, 532, 266, 0, 5366, 5370, 3, 546, 273, 0, 5367, 5370, 3, 542, 271, 0, 5368, 5370, 3, 454, 227, 0, 5369, 5364, 1, 0, 0, 0, 5369, 5365, 1, 0, 0, 0, 5369, 5366, 1, 0, 0, 0, 5369, 5367, 1, 0, 0, 0, 5369, 5368, 1, 0, 0, 0, 5370, 453, 1, 0, 0, 0, 5371, 5372, 5, 271, 0, 0, 5372, 5374, 3, 816, 408, 0, 5373, 5375, 3, 456, 228, 0, 5374, 5373, 1, 0, 0, 0, 5374, 5375, 1, 0, 0, 0, 5375, 455, 1, 0, 0, 0, 5376, 5377, 5, 6, 0, 0, 5377, 5378, 3, 806, 403, 0, 5378, 457, 1, 0, 0, 0, 5379, 5380, 5, 252, 0, 0, 5380, 5381, 3, 816, 408, 0, 5381, 459, 1, 0, 0, 0, 5382, 5385, 5, 366, 0, 0, 5383, 5386, 3, 816, 408, 0, 5384, 5386, 5, 9, 0, 0, 5385, 5383, 1, 0, 0, 0, 5385, 5384, 1, 0, 0, 0, 5386, 461, 1, 0, 0, 0, 5387, 5389, 5, 146, 0, 0, 5388, 5390, 3, 464, 232, 0, 5389, 5388, 1, 0, 0, 0, 5389, 5390, 1, 0, 0, 0, 5390, 5392, 1, 0, 0, 0, 5391, 5393, 3, 468, 234, 0, 5392, 5391, 1, 0, 0, 0, 5392, 5393, 1, 0, 0, 0, 5393, 5433, 1, 0, 0, 0, 5394, 5395, 5, 340, 0, 0, 5395, 5397, 5, 356, 0, 0, 5396, 5398, 3, 468, 234, 0, 5397, 5396, 1, 0, 0, 0, 5397, 5398, 1, 0, 0, 0, 5398, 5433, 1, 0, 0, 0, 5399, 5400, 5, 322, 0, 0, 5400, 5433, 3, 816, 408, 0, 5401, 5403, 5, 308, 0, 0, 5402, 5404, 5, 322, 0, 0, 5403, 5402, 1, 0, 0, 0, 5403, 5404, 1, 0, 0, 0, 5404, 5405, 1, 0, 0, 0, 5405, 5433, 3, 816, 408, 0, 5406, 5407, 5, 290, 0, 0, 5407, 5408, 5, 356, 0, 0, 5408, 5433, 3, 806, 403, 0, 5409, 5410, 7, 68, 0, 0, 5410, 5411, 5, 291, 0, 0, 5411, 5433, 3, 806, 403, 0, 5412, 5414, 7, 69, 0, 0, 5413, 5415, 3, 464, 232, 0, 5414, 5413, 1, 0, 0, 0, 5414, 5415, 1, 0, 0, 0, 5415, 5421, 1, 0, 0, 0, 5416, 5418, 5, 33, 0, 0, 5417, 5419, 5, 269, 0, 0, 5418, 5417, 1, 0, 0, 0, 5418, 5419, 1, 0, 0, 0, 5419, 5420, 1, 0, 0, 0, 5420, 5422, 5, 153, 0, 0, 5421, 5416, 1, 0, 0, 0, 5421, 5422, 1, 0, 0, 0, 5422, 5433, 1, 0, 0, 0, 5423, 5425, 5, 319, 0, 0, 5424, 5426, 3, 464, 232, 0, 5425, 5424, 1, 0, 0, 0, 5425, 5426, 1, 0, 0, 0, 5426, 5427, 1, 0, 0, 0, 5427, 5429, 5, 94, 0, 0, 5428, 5430, 5, 322, 0, 0, 5429, 5428, 1, 0, 0, 0, 5429, 5430, 1, 0, 0, 0, 5430, 5431, 1, 0, 0, 0, 5431, 5433, 3, 816, 408, 0, 5432, 5387, 1, 0, 0, 0, 5432, 5394, 1, 0, 0, 0, 5432, 5399, 1, 0, 0, 0, 5432, 5401, 1, 0, 0, 0, 5432, 5406, 1, 0, 0, 0, 5432, 5409, 1, 0, 0, 0, 5432, 5412, 1, 0, 0, 0, 5432, 5423, 1, 0, 0, 0, 5433, 463, 1, 0, 0, 0, 5434, 5435, 7, 70, 0, 0, 5435, 465, 1, 0, 0, 0, 5436, 5437, 5, 244, 0, 0, 5437, 5438, 5, 251, 0, 0, 5438, 5446, 3, 50, 25, 0, 5439, 5440, 5, 300, 0, 0, 5440, 5446, 7, 71, 0, 0, 5441, 5443, 5, 77, 0, 0, 5442, 5441, 1, 0, 0, 0, 5442, 5443, 1, 0, 0, 0, 5443, 5444, 1, 0, 0, 0, 5444, 5446, 5, 54, 0, 0, 5445, 5436, 1, 0, 0, 0, 5445, 5439, 1, 0, 0, 0, 5445, 5442, 1, 0, 0, 0, 5446, 467, 1, 0, 0, 0, 5447, 5454, 3, 466, 233, 0, 5448, 5450, 5, 6, 0, 0, 5449, 5448, 1, 0, 0, 0, 5449, 5450, 1, 0, 0, 0, 5450, 5451, 1, 0, 0, 0, 5451, 5453, 3, 466, 233, 0, 5452, 5449, 1, 0, 0, 0, 5453, 5456, 1, 0, 0, 0, 5454, 5452, 1, 0, 0, 0, 5454, 5455, 1, 0, 0, 0, 5455, 469, 1, 0, 0, 0, 5456, 5454, 1, 0, 0, 0, 5457, 5460, 5, 46, 0, 0, 5458, 5459, 5, 82, 0, 0, 5459, 5461, 5, 311, 0, 0, 5460, 5458, 1, 0, 0, 0, 5460, 5461, 1, 0, 0, 0, 5461, 5463, 1, 0, 0, 0, 5462, 5464, 3, 116, 58, 0, 5463, 5462, 1, 0, 0, 0, 5463, 5464, 1, 0, 0, 0, 5464, 5480, 1, 0, 0, 0, 5465, 5466, 5, 376, 0, 0, 5466, 5468, 3, 772, 386, 0, 5467, 5469, 3, 140, 70, 0, 5468, 5467, 1, 0, 0, 0, 5468, 5469, 1, 0, 0, 0, 5469, 5471, 1, 0, 0, 0, 5470, 5472, 3, 94, 47, 0, 5471, 5470, 1, 0, 0, 0, 5471, 5472, 1, 0, 0, 0, 5472, 5481, 1, 0, 0, 0, 5473, 5474, 5, 303, 0, 0, 5474, 5475, 5, 376, 0, 0, 5475, 5476, 3, 772, 386, 0, 5476, 5478, 3, 138, 69, 0, 5477, 5479, 3, 94, 47, 0, 5478, 5477, 1, 0, 0, 0, 5478, 5479, 1, 0, 0, 0, 5479, 5481, 1, 0, 0, 0, 5480, 5465, 1, 0, 0, 0, 5480, 5473, 1, 0, 0, 0, 5481, 5482, 1, 0, 0, 0, 5482, 5483, 5, 36, 0, 0, 5483, 5490, 3, 554, 277, 0, 5484, 5486, 5, 105, 0, 0, 5485, 5487, 7, 72, 0, 0, 5486, 5485, 1, 0, 0, 0, 5486, 5487, 1, 0, 0, 0, 5487, 5488, 1, 0, 0, 0, 5488, 5489, 5, 42, 0, 0, 5489, 5491, 5, 279, 0, 0, 5490, 5484, 1, 0, 0, 0, 5490, 5491, 1, 0, 0, 0, 5491, 471, 1, 0, 0, 0, 5492, 5493, 5, 253, 0, 0, 5493, 5494, 3, 806, 403, 0, 5494, 473, 1, 0, 0, 0, 5495, 5496, 5, 46, 0, 0, 5496, 5497, 5, 175, 0, 0, 5497, 5499, 3, 782, 391, 0, 5498, 5500, 5, 105, 0, 0, 5499, 5498, 1, 0, 0, 0, 5499, 5500, 1, 0, 0, 0, 5500, 5506, 1, 0, 0, 0, 5501, 5503, 3, 476, 238, 0, 5502, 5501, 1, 0, 0, 0, 5503, 5504, 1, 0, 0, 0, 5504, 5502, 1, 0, 0, 0, 5504, 5505, 1, 0, 0, 0, 5505, 5507, 1, 0, 0, 0, 5506, 5502, 1, 0, 0, 0, 5506, 5507, 1, 0, 0, 0, 5507, 475, 1, 0, 0, 0, 5508, 5509, 5, 164, 0, 0, 5509, 5517, 5, 74, 0, 0, 5510, 5517, 5, 194, 0, 0, 5511, 5517, 5, 255, 0, 0, 5512, 5517, 5, 282, 0, 0, 5513, 5517, 5, 351, 0, 0, 5514, 5517, 5, 353, 0, 0, 5515, 5517, 3, 824, 412, 0, 5516, 5508, 1, 0, 0, 0, 5516, 5510, 1, 0, 0, 0, 5516, 5511, 1, 0, 0, 0, 5516, 5512, 1, 0, 0, 0, 5516, 5513, 1, 0, 0, 0, 5516, 5514, 1, 0, 0, 0, 5516, 5515, 1, 0, 0, 0, 5517, 5519, 1, 0, 0, 0, 5518, 5520, 5, 10, 0, 0, 5519, 5518, 1, 0, 0, 0, 5519, 5520, 1, 0, 0, 0, 5520, 5524, 1, 0, 0, 0, 5521, 5525, 3, 810, 405, 0, 5522, 5525, 3, 54, 27, 0, 5523, 5525, 5, 53, 0, 0, 5524, 5521, 1, 0, 0, 0, 5524, 5522, 1, 0, 0, 0, 5524, 5523, 1, 0, 0, 0, 5525, 477, 1, 0, 0, 0, 5526, 5527, 5, 138, 0, 0, 5527, 5528, 5, 175, 0, 0, 5528, 5544, 3, 784, 392, 0, 5529, 5530, 5, 333, 0, 0, 5530, 5531, 5, 351, 0, 0, 5531, 5533, 3, 766, 383, 0, 5532, 5529, 1, 0, 0, 0, 5532, 5533, 1, 0, 0, 0, 5533, 5545, 1, 0, 0, 0, 5534, 5536, 5, 105, 0, 0, 5535, 5534, 1, 0, 0, 0, 5535, 5536, 1, 0, 0, 0, 5536, 5538, 1, 0, 0, 0, 5537, 5539, 3, 476, 238, 0, 5538, 5537, 1, 0, 0, 0, 5539, 5540, 1, 0, 0, 0, 5540, 5538, 1, 0, 0, 0, 5540, 5541, 1, 0, 0, 0, 5541, 5543, 1, 0, 0, 0, 5542, 5535, 1, 0, 0, 0, 5542, 5543, 1, 0, 0, 0, 5543, 5545, 1, 0, 0, 0, 5544, 5532, 1, 0, 0, 0, 5544, 5542, 1, 0, 0, 0, 5545, 479, 1, 0, 0, 0, 5546, 5547, 5, 138, 0, 0, 5547, 5548, 5, 175, 0, 0, 5548, 5550, 3, 784, 392, 0, 5549, 5551, 3, 64, 32, 0, 5550, 5549, 1, 0, 0, 0, 5550, 5551, 1, 0, 0, 0, 5551, 481, 1, 0, 0, 0, 5552, 5553, 5, 138, 0, 0, 5553, 5554, 5, 108, 0, 0, 5554, 5555, 3, 310, 155, 0, 5555, 5556, 5, 305, 0, 0, 5556, 5557, 5, 375, 0, 0, 5557, 483, 1, 0, 0, 0, 5558, 5559, 5, 138, 0, 0, 5559, 5560, 5, 349, 0, 0, 5560, 5561, 7, 16, 0, 0, 5561, 5562, 3, 40, 20, 0, 5562, 485, 1, 0, 0, 0, 5563, 5564, 5, 46, 0, 0, 5564, 5565, 5, 189, 0, 0, 5565, 5567, 3, 310, 155, 0, 5566, 5568, 5, 36, 0, 0, 5567, 5566, 1, 0, 0, 0, 5567, 5568, 1, 0, 0, 0, 5568, 5569, 1, 0, 0, 0, 5569, 5573, 3, 646, 323, 0, 5570, 5572, 3, 128, 64, 0, 5571, 5570, 1, 0, 0, 0, 5572, 5575, 1, 0, 0, 0, 5573, 5571, 1, 0, 0, 0, 5573, 5574, 1, 0, 0, 0, 5574, 487, 1, 0, 0, 0, 5575, 5573, 1, 0, 0, 0, 5576, 5577, 5, 138, 0, 0, 5577, 5578, 5, 189, 0, 0, 5578, 5601, 3, 310, 155, 0, 5579, 5602, 3, 86, 43, 0, 5580, 5581, 7, 15, 0, 0, 5581, 5582, 5, 77, 0, 0, 5582, 5602, 5, 78, 0, 0, 5583, 5586, 5, 133, 0, 0, 5584, 5585, 5, 45, 0, 0, 5585, 5587, 3, 816, 408, 0, 5586, 5584, 1, 0, 0, 0, 5586, 5587, 1, 0, 0, 0, 5587, 5588, 1, 0, 0, 0, 5588, 5602, 3, 136, 68, 0, 5589, 5590, 5, 191, 0, 0, 5590, 5592, 5, 45, 0, 0, 5591, 5593, 3, 416, 208, 0, 5592, 5591, 1, 0, 0, 0, 5592, 5593, 1, 0, 0, 0, 5593, 5594, 1, 0, 0, 0, 5594, 5596, 3, 816, 408, 0, 5595, 5597, 3, 88, 44, 0, 5596, 5595, 1, 0, 0, 0, 5596, 5597, 1, 0, 0, 0, 5597, 5602, 1, 0, 0, 0, 5598, 5599, 5, 372, 0, 0, 5599, 5600, 5, 45, 0, 0, 5600, 5602, 3, 816, 408, 0, 5601, 5579, 1, 0, 0, 0, 5601, 5580, 1, 0, 0, 0, 5601, 5583, 1, 0, 0, 0, 5601, 5589, 1, 0, 0, 0, 5601, 5598, 1, 0, 0, 0, 5602, 489, 1, 0, 0, 0, 5603, 5604, 5, 138, 0, 0, 5604, 5605, 5, 355, 0, 0, 5605, 5606, 5, 325, 0, 0, 5606, 5607, 5, 185, 0, 0, 5607, 5608, 3, 310, 155, 0, 5608, 5609, 3, 278, 139, 0, 5609, 491, 1, 0, 0, 0, 5610, 5611, 5, 138, 0, 0, 5611, 5612, 5, 355, 0, 0, 5612, 5613, 5, 325, 0, 0, 5613, 5614, 5, 163, 0, 0, 5614, 5615, 3, 310, 155, 0, 5615, 5616, 7, 73, 0, 0, 5616, 5617, 5, 257, 0, 0, 5617, 5618, 5, 62, 0, 0, 5618, 5619, 3, 780, 390, 0, 5619, 5620, 5, 105, 0, 0, 5620, 5621, 3, 308, 154, 0, 5621, 5652, 1, 0, 0, 0, 5622, 5623, 5, 138, 0, 0, 5623, 5624, 5, 355, 0, 0, 5624, 5625, 5, 325, 0, 0, 5625, 5626, 5, 163, 0, 0, 5626, 5627, 3, 310, 155, 0, 5627, 5628, 5, 138, 0, 0, 5628, 5631, 5, 257, 0, 0, 5629, 5630, 5, 62, 0, 0, 5630, 5632, 3, 780, 390, 0, 5631, 5629, 1, 0, 0, 0, 5631, 5632, 1, 0, 0, 0, 5632, 5633, 1, 0, 0, 0, 5633, 5634, 5, 311, 0, 0, 5634, 5635, 3, 310, 155, 0, 5635, 5636, 5, 105, 0, 0, 5636, 5637, 3, 310, 155, 0, 5637, 5652, 1, 0, 0, 0, 5638, 5639, 5, 138, 0, 0, 5639, 5640, 5, 355, 0, 0, 5640, 5641, 5, 325, 0, 0, 5641, 5642, 5, 163, 0, 0, 5642, 5643, 3, 310, 155, 0, 5643, 5644, 5, 191, 0, 0, 5644, 5646, 5, 257, 0, 0, 5645, 5647, 3, 416, 208, 0, 5646, 5645, 1, 0, 0, 0, 5646, 5647, 1, 0, 0, 0, 5647, 5648, 1, 0, 0, 0, 5648, 5649, 5, 62, 0, 0, 5649, 5650, 3, 780, 390, 0, 5650, 5652, 1, 0, 0, 0, 5651, 5610, 1, 0, 0, 0, 5651, 5622, 1, 0, 0, 0, 5651, 5638, 1, 0, 0, 0, 5652, 493, 1, 0, 0, 0, 5653, 5655, 5, 46, 0, 0, 5654, 5656, 5, 53, 0, 0, 5655, 5654, 1, 0, 0, 0, 5655, 5656, 1, 0, 0, 0, 5656, 5657, 1, 0, 0, 0, 5657, 5658, 5, 168, 0, 0, 5658, 5659, 3, 310, 155, 0, 5659, 5660, 5, 62, 0, 0, 5660, 5661, 3, 806, 403, 0, 5661, 5662, 5, 94, 0, 0, 5662, 5663, 3, 806, 403, 0, 5663, 5664, 5, 64, 0, 0, 5664, 5665, 3, 310, 155, 0, 5665, 495, 1, 0, 0, 0, 5666, 5668, 5, 158, 0, 0, 5667, 5669, 3, 508, 254, 0, 5668, 5667, 1, 0, 0, 0, 5668, 5669, 1, 0, 0, 0, 5669, 5674, 1, 0, 0, 0, 5670, 5672, 3, 770, 385, 0, 5671, 5673, 3, 164, 82, 0, 5672, 5671, 1, 0, 0, 0, 5672, 5673, 1, 0, 0, 0, 5673, 5675, 1, 0, 0, 0, 5674, 5670, 1, 0, 0, 0, 5674, 5675, 1, 0, 0, 0, 5675, 5692, 1, 0, 0, 0, 5676, 5677, 5, 158, 0, 0, 5677, 5678, 5, 2, 0, 0, 5678, 5683, 3, 508, 254, 0, 5679, 5680, 5, 6, 0, 0, 5680, 5682, 3, 508, 254, 0, 5681, 5679, 1, 0, 0, 0, 5682, 5685, 1, 0, 0, 0, 5683, 5681, 1, 0, 0, 0, 5683, 5684, 1, 0, 0, 0, 5684, 5686, 1, 0, 0, 0, 5685, 5683, 1, 0, 0, 0, 5686, 5687, 5, 3, 0, 0, 5687, 5689, 3, 770, 385, 0, 5688, 5690, 3, 164, 82, 0, 5689, 5688, 1, 0, 0, 0, 5689, 5690, 1, 0, 0, 0, 5690, 5692, 1, 0, 0, 0, 5691, 5666, 1, 0, 0, 0, 5691, 5676, 1, 0, 0, 0, 5692, 497, 1, 0, 0, 0, 5693, 5709, 5, 370, 0, 0, 5694, 5696, 5, 113, 0, 0, 5695, 5694, 1, 0, 0, 0, 5695, 5696, 1, 0, 0, 0, 5696, 5698, 1, 0, 0, 0, 5697, 5699, 5, 112, 0, 0, 5698, 5697, 1, 0, 0, 0, 5698, 5699, 1, 0, 0, 0, 5699, 5701, 1, 0, 0, 0, 5700, 5702, 3, 508, 254, 0, 5701, 5700, 1, 0, 0, 0, 5701, 5702, 1, 0, 0, 0, 5702, 5704, 1, 0, 0, 0, 5703, 5705, 3, 502, 251, 0, 5704, 5703, 1, 0, 0, 0, 5704, 5705, 1, 0, 0, 0, 5705, 5710, 1, 0, 0, 0, 5706, 5708, 3, 518, 259, 0, 5707, 5706, 1, 0, 0, 0, 5707, 5708, 1, 0, 0, 0, 5708, 5710, 1, 0, 0, 0, 5709, 5695, 1, 0, 0, 0, 5709, 5707, 1, 0, 0, 0, 5710, 5712, 1, 0, 0, 0, 5711, 5713, 3, 512, 256, 0, 5712, 5711, 1, 0, 0, 0, 5712, 5713, 1, 0, 0, 0, 5713, 499, 1, 0, 0, 0, 5714, 5729, 3, 502, 251, 0, 5715, 5717, 3, 508, 254, 0, 5716, 5715, 1, 0, 0, 0, 5716, 5717, 1, 0, 0, 0, 5717, 5730, 1, 0, 0, 0, 5718, 5719, 5, 2, 0, 0, 5719, 5724, 3, 506, 253, 0, 5720, 5721, 5, 6, 0, 0, 5721, 5723, 3, 506, 253, 0, 5722, 5720, 1, 0, 0, 0, 5723, 5726, 1, 0, 0, 0, 5724, 5722, 1, 0, 0, 0, 5724, 5725, 1, 0, 0, 0, 5725, 5727, 1, 0, 0, 0, 5726, 5724, 1, 0, 0, 0, 5727, 5728, 5, 3, 0, 0, 5728, 5730, 1, 0, 0, 0, 5729, 5716, 1, 0, 0, 0, 5729, 5718, 1, 0, 0, 0, 5730, 5732, 1, 0, 0, 0, 5731, 5733, 3, 512, 256, 0, 5732, 5731, 1, 0, 0, 0, 5732, 5733, 1, 0, 0, 0, 5733, 501, 1, 0, 0, 0, 5734, 5735, 7, 74, 0, 0, 5735, 503, 1, 0, 0, 0, 5736, 5739, 3, 820, 410, 0, 5737, 5739, 3, 502, 251, 0, 5738, 5736, 1, 0, 0, 0, 5738, 5737, 1, 0, 0, 0, 5739, 5742, 1, 0, 0, 0, 5740, 5743, 3, 54, 27, 0, 5741, 5743, 3, 196, 98, 0, 5742, 5740, 1, 0, 0, 0, 5742, 5741, 1, 0, 0, 0, 5742, 5743, 1, 0, 0, 0, 5743, 505, 1, 0, 0, 0, 5744, 5746, 7, 75, 0, 0, 5745, 5747, 7, 76, 0, 0, 5746, 5745, 1, 0, 0, 0, 5746, 5747, 1, 0, 0, 0, 5747, 5754, 1, 0, 0, 0, 5748, 5751, 5, 548, 0, 0, 5749, 5752, 3, 196, 98, 0, 5750, 5752, 3, 806, 403, 0, 5751, 5749, 1, 0, 0, 0, 5751, 5750, 1, 0, 0, 0, 5752, 5754, 1, 0, 0, 0, 5753, 5744, 1, 0, 0, 0, 5753, 5748, 1, 0, 0, 0, 5754, 507, 1, 0, 0, 0, 5755, 5757, 5, 128, 0, 0, 5756, 5758, 7, 76, 0, 0, 5757, 5756, 1, 0, 0, 0, 5757, 5758, 1, 0, 0, 0, 5758, 509, 1, 0, 0, 0, 5759, 5761, 3, 770, 385, 0, 5760, 5762, 3, 138, 69, 0, 5761, 5760, 1, 0, 0, 0, 5761, 5762, 1, 0, 0, 0, 5762, 511, 1, 0, 0, 0, 5763, 5768, 3, 510, 255, 0, 5764, 5765, 5, 6, 0, 0, 5765, 5767, 3, 510, 255, 0, 5766, 5764, 1, 0, 0, 0, 5767, 5770, 1, 0, 0, 0, 5768, 5766, 1, 0, 0, 0, 5768, 5769, 1, 0, 0, 0, 5769, 513, 1, 0, 0, 0, 5770, 5768, 1, 0, 0, 0, 5771, 5782, 5, 203, 0, 0, 5772, 5783, 3, 518, 259, 0, 5773, 5775, 5, 128, 0, 0, 5774, 5773, 1, 0, 0, 0, 5774, 5775, 1, 0, 0, 0, 5775, 5783, 1, 0, 0, 0, 5776, 5778, 3, 502, 251, 0, 5777, 5779, 3, 508, 254, 0, 5778, 5777, 1, 0, 0, 0, 5778, 5779, 1, 0, 0, 0, 5779, 5781, 1, 0, 0, 0, 5780, 5776, 1, 0, 0, 0, 5780, 5781, 1, 0, 0, 0, 5781, 5783, 1, 0, 0, 0, 5782, 5772, 1, 0, 0, 0, 5782, 5774, 1, 0, 0, 0, 5782, 5780, 1, 0, 0, 0, 5783, 5784, 1, 0, 0, 0, 5784, 5785, 3, 516, 258, 0, 5785, 515, 1, 0, 0, 0, 5786, 5796, 3, 554, 277, 0, 5787, 5796, 3, 532, 266, 0, 5788, 5796, 3, 546, 273, 0, 5789, 5796, 3, 542, 271, 0, 5790, 5796, 3, 552, 276, 0, 5791, 5796, 3, 180, 90, 0, 5792, 5796, 3, 186, 93, 0, 5793, 5796, 3, 188, 94, 0, 5794, 5796, 3, 526, 263, 0, 5795, 5786, 1, 0, 0, 0, 5795, 5787, 1, 0, 0, 0, 5795, 5788, 1, 0, 0, 0, 5795, 5789, 1, 0, 0, 0, 5795, 5790, 1, 0, 0, 0, 5795, 5791, 1, 0, 0, 0, 5795, 5792, 1, 0, 0, 0, 5795, 5793, 1, 0, 0, 0, 5795, 5794, 1, 0, 0, 0, 5796, 517, 1, 0, 0, 0, 5797, 5798, 5, 2, 0, 0, 5798, 5803, 3, 504, 252, 0, 5799, 5800, 5, 6, 0, 0, 5800, 5802, 3, 504, 252, 0, 5801, 5799, 1, 0, 0, 0, 5802, 5805, 1, 0, 0, 0, 5803, 5801, 1, 0, 0, 0, 5803, 5804, 1, 0, 0, 0, 5804, 5806, 1, 0, 0, 0, 5805, 5803, 1, 0, 0, 0, 5806, 5807, 5, 3, 0, 0, 5807, 519, 1, 0, 0, 0, 5808, 5809, 5, 290, 0, 0, 5809, 5811, 3, 816, 408, 0, 5810, 5812, 3, 522, 261, 0, 5811, 5810, 1, 0, 0, 0, 5811, 5812, 1, 0, 0, 0, 5812, 5813, 1, 0, 0, 0, 5813, 5814, 5, 36, 0, 0, 5814, 5815, 3, 524, 262, 0, 5815, 521, 1, 0, 0, 0, 5816, 5817, 5, 2, 0, 0, 5817, 5822, 3, 646, 323, 0, 5818, 5819, 5, 6, 0, 0, 5819, 5821, 3, 646, 323, 0, 5820, 5818, 1, 0, 0, 0, 5821, 5824, 1, 0, 0, 0, 5822, 5820, 1, 0, 0, 0, 5822, 5823, 1, 0, 0, 0, 5823, 5825, 1, 0, 0, 0, 5824, 5822, 1, 0, 0, 0, 5825, 5826, 5, 3, 0, 0, 5826, 523, 1, 0, 0, 0, 5827, 5833, 3, 554, 277, 0, 5828, 5833, 3, 532, 266, 0, 5829, 5833, 3, 546, 273, 0, 5830, 5833, 3, 542, 271, 0, 5831, 5833, 3, 898, 449, 0, 5832, 5827, 1, 0, 0, 0, 5832, 5828, 1, 0, 0, 0, 5832, 5829, 1, 0, 0, 0, 5832, 5830, 1, 0, 0, 0, 5832, 5831, 1, 0, 0, 0, 5833, 525, 1, 0, 0, 0, 5834, 5835, 5, 202, 0, 0, 5835, 5837, 3, 816, 408, 0, 5836, 5838, 3, 528, 264, 0, 5837, 5836, 1, 0, 0, 0, 5837, 5838, 1, 0, 0, 0, 5838, 5858, 1, 0, 0, 0, 5839, 5841, 5, 46, 0, 0, 5840, 5842, 3, 116, 58, 0, 5841, 5840, 1, 0, 0, 0, 5841, 5842, 1, 0, 0, 0, 5842, 5843, 1, 0, 0, 0, 5843, 5845, 5, 92, 0, 0, 5844, 5846, 3, 288, 144, 0, 5845, 5844, 1, 0, 0, 0, 5845, 5846, 1, 0, 0, 0, 5846, 5847, 1, 0, 0, 0, 5847, 5848, 3, 182, 91, 0, 5848, 5849, 5, 36, 0, 0, 5849, 5850, 5, 202, 0, 0, 5850, 5852, 3, 816, 408, 0, 5851, 5853, 3, 528, 264, 0, 5852, 5851, 1, 0, 0, 0, 5852, 5853, 1, 0, 0, 0, 5853, 5855, 1, 0, 0, 0, 5854, 5856, 3, 184, 92, 0, 5855, 5854, 1, 0, 0, 0, 5855, 5856, 1, 0, 0, 0, 5856, 5858, 1, 0, 0, 0, 5857, 5834, 1, 0, 0, 0, 5857, 5839, 1, 0, 0, 0, 5858, 527, 1, 0, 0, 0, 5859, 5860, 5, 2, 0, 0, 5860, 5861, 3, 726, 363, 0, 5861, 5862, 5, 3, 0, 0, 5862, 529, 1, 0, 0, 0, 5863, 5865, 5, 177, 0, 0, 5864, 5866, 5, 290, 0, 0, 5865, 5864, 1, 0, 0, 0, 5865, 5866, 1, 0, 0, 0, 5866, 5869, 1, 0, 0, 0, 5867, 5870, 3, 816, 408, 0, 5868, 5870, 5, 30, 0, 0, 5869, 5867, 1, 0, 0, 0, 5869, 5868, 1, 0, 0, 0, 5870, 531, 1, 0, 0, 0, 5871, 5873, 3, 566, 283, 0, 5872, 5871, 1, 0, 0, 0, 5872, 5873, 1, 0, 0, 0, 5873, 5874, 1, 0, 0, 0, 5874, 5875, 5, 241, 0, 0, 5875, 5876, 5, 71, 0, 0, 5876, 5879, 3, 770, 385, 0, 5877, 5878, 5, 36, 0, 0, 5878, 5880, 3, 816, 408, 0, 5879, 5877, 1, 0, 0, 0, 5879, 5880, 1, 0, 0, 0, 5880, 5881, 1, 0, 0, 0, 5881, 5903, 3, 534, 267, 0, 5882, 5883, 5, 80, 0, 0, 5883, 5891, 5, 464, 0, 0, 5884, 5886, 3, 354, 177, 0, 5885, 5887, 3, 632, 316, 0, 5886, 5885, 1, 0, 0, 0, 5886, 5887, 1, 0, 0, 0, 5887, 5892, 1, 0, 0, 0, 5888, 5889, 5, 80, 0, 0, 5889, 5890, 5, 45, 0, 0, 5890, 5892, 3, 816, 408, 0, 5891, 5884, 1, 0, 0, 0, 5891, 5888, 1, 0, 0, 0, 5891, 5892, 1, 0, 0, 0, 5892, 5893, 1, 0, 0, 0, 5893, 5901, 5, 57, 0, 0, 5894, 5895, 5, 369, 0, 0, 5895, 5896, 5, 333, 0, 0, 5896, 5898, 3, 548, 274, 0, 5897, 5899, 3, 632, 316, 0, 5898, 5897, 1, 0, 0, 0, 5898, 5899, 1, 0, 0, 0, 5899, 5902, 1, 0, 0, 0, 5900, 5902, 5, 270, 0, 0, 5901, 5894, 1, 0, 0, 0, 5901, 5900, 1, 0, 0, 0, 5902, 5904, 1, 0, 0, 0, 5903, 5882, 1, 0, 0, 0, 5903, 5904, 1, 0, 0, 0, 5904, 5906, 1, 0, 0, 0, 5905, 5907, 3, 540, 270, 0, 5906, 5905, 1, 0, 0, 0, 5906, 5907, 1, 0, 0, 0, 5907, 533, 1, 0, 0, 0, 5908, 5909, 5, 2, 0, 0, 5909, 5910, 3, 536, 268, 0, 5910, 5911, 5, 3, 0, 0, 5911, 5913, 1, 0, 0, 0, 5912, 5908, 1, 0, 0, 0, 5912, 5913, 1, 0, 0, 0, 5913, 5917, 1, 0, 0, 0, 5914, 5915, 5, 463, 0, 0, 5915, 5916, 7, 77, 0, 0, 5916, 5918, 5, 450, 0, 0, 5917, 5914, 1, 0, 0, 0, 5917, 5918, 1, 0, 0, 0, 5918, 5921, 1, 0, 0, 0, 5919, 5922, 3, 908, 454, 0, 5920, 5922, 3, 554, 277, 0, 5921, 5919, 1, 0, 0, 0, 5921, 5920, 1, 0, 0, 0, 5922, 535, 1, 0, 0, 0, 5923, 5928, 3, 538, 269, 0, 5924, 5925, 5, 6, 0, 0, 5925, 5927, 3, 538, 269, 0, 5926, 5924, 1, 0, 0, 0, 5927, 5930, 1, 0, 0, 0, 5928, 5926, 1, 0, 0, 0, 5928, 5929, 1, 0, 0, 0, 5929, 537, 1, 0, 0, 0, 5930, 5928, 1, 0, 0, 0, 5931, 5932, 3, 796, 398, 0, 5932, 5933, 3, 750, 375, 0, 5933, 539, 1, 0, 0, 0, 5934, 5935, 5, 87, 0, 0, 5935, 5936, 3, 752, 376, 0, 5936, 541, 1, 0, 0, 0, 5937, 5939, 3, 566, 283, 0, 5938, 5937, 1, 0, 0, 0, 5938, 5939, 1, 0, 0, 0, 5939, 5940, 1, 0, 0, 0, 5940, 5941, 5, 182, 0, 0, 5941, 5942, 5, 64, 0, 0, 5942, 5945, 3, 624, 312, 0, 5943, 5944, 5, 100, 0, 0, 5944, 5946, 3, 606, 303, 0, 5945, 5943, 1, 0, 0, 0, 5945, 5946, 1, 0, 0, 0, 5946, 5948, 1, 0, 0, 0, 5947, 5949, 3, 634, 317, 0, 5948, 5947, 1, 0, 0, 0, 5948, 5949, 1, 0, 0, 0, 5949, 5951, 1, 0, 0, 0, 5950, 5952, 3, 540, 270, 0, 5951, 5950, 1, 0, 0, 0, 5951, 5952, 1, 0, 0, 0, 5952, 543, 1, 0, 0, 0, 5953, 5955, 5, 256, 0, 0, 5954, 5956, 5, 92, 0, 0, 5955, 5954, 1, 0, 0, 0, 5955, 5956, 1, 0, 0, 0, 5956, 5957, 1, 0, 0, 0, 5957, 5972, 3, 622, 311, 0, 5958, 5969, 5, 68, 0, 0, 5959, 5960, 7, 78, 0, 0, 5960, 5970, 7, 79, 0, 0, 5961, 5966, 5, 334, 0, 0, 5962, 5963, 5, 369, 0, 0, 5963, 5967, 5, 201, 0, 0, 5964, 5965, 5, 414, 0, 0, 5965, 5967, 5, 201, 0, 0, 5966, 5962, 1, 0, 0, 0, 5966, 5964, 1, 0, 0, 0, 5966, 5967, 1, 0, 0, 0, 5967, 5970, 1, 0, 0, 0, 5968, 5970, 5, 201, 0, 0, 5969, 5959, 1, 0, 0, 0, 5969, 5961, 1, 0, 0, 0, 5969, 5968, 1, 0, 0, 0, 5970, 5971, 1, 0, 0, 0, 5971, 5973, 5, 263, 0, 0, 5972, 5958, 1, 0, 0, 0, 5972, 5973, 1, 0, 0, 0, 5973, 5975, 1, 0, 0, 0, 5974, 5976, 5, 272, 0, 0, 5975, 5974, 1, 0, 0, 0, 5975, 5976, 1, 0, 0, 0, 5976, 545, 1, 0, 0, 0, 5977, 5979, 3, 566, 283, 0, 5978, 5977, 1, 0, 0, 0, 5978, 5979, 1, 0, 0, 0, 5979, 5980, 1, 0, 0, 0, 5980, 5981, 5, 369, 0, 0, 5981, 5982, 3, 624, 312, 0, 5982, 5983, 5, 333, 0, 0, 5983, 5985, 3, 548, 274, 0, 5984, 5986, 3, 604, 302, 0, 5985, 5984, 1, 0, 0, 0, 5985, 5986, 1, 0, 0, 0, 5986, 5988, 1, 0, 0, 0, 5987, 5989, 3, 634, 317, 0, 5988, 5987, 1, 0, 0, 0, 5988, 5989, 1, 0, 0, 0, 5989, 5991, 1, 0, 0, 0, 5990, 5992, 3, 540, 270, 0, 5991, 5990, 1, 0, 0, 0, 5991, 5992, 1, 0, 0, 0, 5992, 547, 1, 0, 0, 0, 5993, 5998, 3, 550, 275, 0, 5994, 5995, 5, 6, 0, 0, 5995, 5997, 3, 550, 275, 0, 5996, 5994, 1, 0, 0, 0, 5997, 6000, 1, 0, 0, 0, 5998, 5996, 1, 0, 0, 0, 5998, 5999, 1, 0, 0, 0, 5999, 549, 1, 0, 0, 0, 6000, 5998, 1, 0, 0, 0, 6001, 6002, 3, 538, 269, 0, 6002, 6003, 5, 10, 0, 0, 6003, 6004, 3, 668, 334, 0, 6004, 6020, 1, 0, 0, 0, 6005, 6006, 5, 2, 0, 0, 6006, 6007, 3, 536, 268, 0, 6007, 6008, 5, 3, 0, 0, 6008, 6017, 5, 10, 0, 0, 6009, 6011, 5, 414, 0, 0, 6010, 6009, 1, 0, 0, 0, 6010, 6011, 1, 0, 0, 0, 6011, 6012, 1, 0, 0, 0, 6012, 6018, 3, 668, 334, 0, 6013, 6014, 5, 2, 0, 0, 6014, 6015, 3, 560, 280, 0, 6015, 6016, 5, 3, 0, 0, 6016, 6018, 1, 0, 0, 0, 6017, 6010, 1, 0, 0, 0, 6017, 6013, 1, 0, 0, 0, 6018, 6020, 1, 0, 0, 0, 6019, 6001, 1, 0, 0, 0, 6019, 6005, 1, 0, 0, 0, 6020, 551, 1, 0, 0, 0, 6021, 6022, 5, 178, 0, 0, 6022, 6031, 3, 816, 408, 0, 6023, 6025, 5, 269, 0, 0, 6024, 6023, 1, 0, 0, 0, 6024, 6025, 1, 0, 0, 0, 6025, 6026, 1, 0, 0, 0, 6026, 6030, 5, 324, 0, 0, 6027, 6030, 5, 107, 0, 0, 6028, 6030, 5, 240, 0, 0, 6029, 6024, 1, 0, 0, 0, 6029, 6027, 1, 0, 0, 0, 6029, 6028, 1, 0, 0, 0, 6030, 6033, 1, 0, 0, 0, 6031, 6029, 1, 0, 0, 0, 6031, 6032, 1, 0, 0, 0, 6032, 6034, 1, 0, 0, 0, 6033, 6031, 1, 0, 0, 0, 6034, 6037, 5, 172, 0, 0, 6035, 6036, 7, 27, 0, 0, 6036, 6038, 5, 217, 0, 0, 6037, 6035, 1, 0, 0, 0, 6037, 6038, 1, 0, 0, 0, 6038, 6039, 1, 0, 0, 0, 6039, 6040, 5, 62, 0, 0, 6040, 6041, 3, 554, 277, 0, 6041, 553, 1, 0, 0, 0, 6042, 6045, 3, 558, 279, 0, 6043, 6045, 3, 556, 278, 0, 6044, 6042, 1, 0, 0, 0, 6044, 6043, 1, 0, 0, 0, 6045, 555, 1, 0, 0, 0, 6046, 6049, 5, 2, 0, 0, 6047, 6050, 3, 558, 279, 0, 6048, 6050, 3, 556, 278, 0, 6049, 6047, 1, 0, 0, 0, 6049, 6048, 1, 0, 0, 0, 6050, 6051, 1, 0, 0, 0, 6051, 6052, 5, 3, 0, 0, 6052, 557, 1, 0, 0, 0, 6053, 6055, 3, 566, 283, 0, 6054, 6053, 1, 0, 0, 0, 6054, 6055, 1, 0, 0, 0, 6055, 6056, 1, 0, 0, 0, 6056, 6058, 3, 560, 280, 0, 6057, 6059, 3, 580, 290, 0, 6058, 6057, 1, 0, 0, 0, 6058, 6059, 1, 0, 0, 0, 6059, 6068, 1, 0, 0, 0, 6060, 6062, 3, 600, 300, 0, 6061, 6063, 3, 584, 292, 0, 6062, 6061, 1, 0, 0, 0, 6062, 6063, 1, 0, 0, 0, 6063, 6069, 1, 0, 0, 0, 6064, 6066, 3, 584, 292, 0, 6065, 6067, 3, 600, 300, 0, 6066, 6065, 1, 0, 0, 0, 6066, 6067, 1, 0, 0, 0, 6067, 6069, 1, 0, 0, 0, 6068, 6060, 1, 0, 0, 0, 6068, 6064, 1, 0, 0, 0, 6068, 6069, 1, 0, 0, 0, 6069, 559, 1, 0, 0, 0, 6070, 6073, 3, 562, 281, 0, 6071, 6073, 3, 556, 278, 0, 6072, 6070, 1, 0, 0, 0, 6072, 6071, 1, 0, 0, 0, 6073, 561, 1, 0, 0, 0, 6074, 6084, 5, 88, 0, 0, 6075, 6077, 5, 30, 0, 0, 6076, 6075, 1, 0, 0, 0, 6076, 6077, 1, 0, 0, 0, 6077, 6079, 1, 0, 0, 0, 6078, 6080, 3, 574, 287, 0, 6079, 6078, 1, 0, 0, 0, 6079, 6080, 1, 0, 0, 0, 6080, 6085, 1, 0, 0, 0, 6081, 6083, 3, 578, 289, 0, 6082, 6081, 1, 0, 0, 0, 6082, 6083, 1, 0, 0, 0, 6083, 6085, 1, 0, 0, 0, 6084, 6076, 1, 0, 0, 0, 6084, 6082, 1, 0, 0, 0, 6085, 6086, 1, 0, 0, 0, 6086, 6097, 3, 928, 464, 0, 6087, 6097, 3, 602, 301, 0, 6088, 6089, 5, 92, 0, 0, 6089, 6097, 3, 618, 309, 0, 6090, 6091, 3, 556, 278, 0, 6091, 6094, 3, 564, 282, 0, 6092, 6095, 3, 562, 281, 0, 6093, 6095, 3, 556, 278, 0, 6094, 6092, 1, 0, 0, 0, 6094, 6093, 1, 0, 0, 0, 6095, 6097, 1, 0, 0, 0, 6096, 6074, 1, 0, 0, 0, 6096, 6087, 1, 0, 0, 0, 6096, 6088, 1, 0, 0, 0, 6096, 6090, 1, 0, 0, 0, 6097, 6105, 1, 0, 0, 0, 6098, 6101, 3, 564, 282, 0, 6099, 6102, 3, 562, 281, 0, 6100, 6102, 3, 556, 278, 0, 6101, 6099, 1, 0, 0, 0, 6101, 6100, 1, 0, 0, 0, 6102, 6104, 1, 0, 0, 0, 6103, 6098, 1, 0, 0, 0, 6104, 6107, 1, 0, 0, 0, 6105, 6103, 1, 0, 0, 0, 6105, 6106, 1, 0, 0, 0, 6106, 563, 1, 0, 0, 0, 6107, 6105, 1, 0, 0, 0, 6108, 6110, 7, 80, 0, 0, 6109, 6111, 7, 81, 0, 0, 6110, 6109, 1, 0, 0, 0, 6110, 6111, 1, 0, 0, 0, 6111, 565, 1, 0, 0, 0, 6112, 6114, 5, 105, 0, 0, 6113, 6115, 5, 303, 0, 0, 6114, 6113, 1, 0, 0, 0, 6114, 6115, 1, 0, 0, 0, 6115, 6116, 1, 0, 0, 0, 6116, 6121, 3, 568, 284, 0, 6117, 6118, 5, 6, 0, 0, 6118, 6120, 3, 568, 284, 0, 6119, 6117, 1, 0, 0, 0, 6120, 6123, 1, 0, 0, 0, 6121, 6119, 1, 0, 0, 0, 6121, 6122, 1, 0, 0, 0, 6122, 567, 1, 0, 0, 0, 6123, 6121, 1, 0, 0, 0, 6124, 6126, 3, 816, 408, 0, 6125, 6127, 3, 138, 69, 0, 6126, 6125, 1, 0, 0, 0, 6126, 6127, 1, 0, 0, 0, 6127, 6128, 1, 0, 0, 0, 6128, 6133, 5, 36, 0, 0, 6129, 6131, 5, 77, 0, 0, 6130, 6129, 1, 0, 0, 0, 6130, 6131, 1, 0, 0, 0, 6131, 6132, 1, 0, 0, 0, 6132, 6134, 5, 259, 0, 0, 6133, 6130, 1, 0, 0, 0, 6133, 6134, 1, 0, 0, 0, 6134, 6135, 1, 0, 0, 0, 6135, 6136, 5, 2, 0, 0, 6136, 6137, 3, 524, 262, 0, 6137, 6139, 5, 3, 0, 0, 6138, 6140, 3, 570, 285, 0, 6139, 6138, 1, 0, 0, 0, 6139, 6140, 1, 0, 0, 0, 6140, 6142, 1, 0, 0, 0, 6141, 6143, 3, 572, 286, 0, 6142, 6141, 1, 0, 0, 0, 6142, 6143, 1, 0, 0, 0, 6143, 569, 1, 0, 0, 0, 6144, 6145, 5, 325, 0, 0, 6145, 6146, 7, 82, 0, 0, 6146, 6147, 5, 207, 0, 0, 6147, 6148, 5, 147, 0, 0, 6148, 6149, 3, 142, 71, 0, 6149, 6150, 5, 333, 0, 0, 6150, 6151, 3, 796, 398, 0, 6151, 571, 1, 0, 0, 0, 6152, 6153, 5, 173, 0, 0, 6153, 6154, 3, 142, 71, 0, 6154, 6155, 5, 333, 0, 0, 6155, 6161, 3, 796, 398, 0, 6156, 6157, 5, 94, 0, 0, 6157, 6158, 3, 816, 408, 0, 6158, 6159, 5, 53, 0, 0, 6159, 6160, 3, 816, 408, 0, 6160, 6162, 1, 0, 0, 0, 6161, 6156, 1, 0, 0, 0, 6161, 6162, 1, 0, 0, 0, 6162, 6163, 1, 0, 0, 0, 6163, 6164, 5, 100, 0, 0, 6164, 6165, 3, 796, 398, 0, 6165, 573, 1, 0, 0, 0, 6166, 6172, 5, 71, 0, 0, 6167, 6169, 5, 346, 0, 0, 6168, 6167, 1, 0, 0, 0, 6168, 6169, 1, 0, 0, 0, 6169, 6170, 1, 0, 0, 0, 6170, 6173, 3, 576, 288, 0, 6171, 6173, 3, 726, 363, 0, 6172, 6168, 1, 0, 0, 0, 6172, 6171, 1, 0, 0, 0, 6173, 575, 1, 0, 0, 0, 6174, 6176, 7, 21, 0, 0, 6175, 6174, 1, 0, 0, 0, 6175, 6176, 1, 0, 0, 0, 6176, 6177, 1, 0, 0, 0, 6177, 6179, 7, 22, 0, 0, 6178, 6180, 5, 92, 0, 0, 6179, 6178, 1, 0, 0, 0, 6179, 6180, 1, 0, 0, 0, 6180, 6181, 1, 0, 0, 0, 6181, 6190, 3, 768, 384, 0, 6182, 6184, 5, 367, 0, 0, 6183, 6182, 1, 0, 0, 0, 6183, 6184, 1, 0, 0, 0, 6184, 6186, 1, 0, 0, 0, 6185, 6187, 5, 92, 0, 0, 6186, 6185, 1, 0, 0, 0, 6186, 6187, 1, 0, 0, 0, 6187, 6188, 1, 0, 0, 0, 6188, 6190, 3, 768, 384, 0, 6189, 6175, 1, 0, 0, 0, 6189, 6183, 1, 0, 0, 0, 6190, 577, 1, 0, 0, 0, 6191, 6194, 5, 56, 0, 0, 6192, 6193, 5, 80, 0, 0, 6193, 6195, 3, 528, 264, 0, 6194, 6192, 1, 0, 0, 0, 6194, 6195, 1, 0, 0, 0, 6195, 579, 1, 0, 0, 0, 6196, 6197, 5, 83, 0, 0, 6197, 6198, 5, 147, 0, 0, 6198, 6203, 3, 582, 291, 0, 6199, 6200, 5, 6, 0, 0, 6200, 6202, 3, 582, 291, 0, 6201, 6199, 1, 0, 0, 0, 6202, 6205, 1, 0, 0, 0, 6203, 6201, 1, 0, 0, 0, 6203, 6204, 1, 0, 0, 0, 6204, 581, 1, 0, 0, 0, 6205, 6203, 1, 0, 0, 0, 6206, 6210, 3, 730, 365, 0, 6207, 6208, 5, 100, 0, 0, 6208, 6211, 3, 722, 361, 0, 6209, 6211, 7, 56, 0, 0, 6210, 6207, 1, 0, 0, 0, 6210, 6209, 1, 0, 0, 0, 6210, 6211, 1, 0, 0, 0, 6211, 6214, 1, 0, 0, 0, 6212, 6213, 5, 273, 0, 0, 6213, 6215, 7, 57, 0, 0, 6214, 6212, 1, 0, 0, 0, 6214, 6215, 1, 0, 0, 0, 6215, 583, 1, 0, 0, 0, 6216, 6218, 3, 590, 295, 0, 6217, 6219, 3, 588, 294, 0, 6218, 6217, 1, 0, 0, 0, 6218, 6219, 1, 0, 0, 0, 6219, 6228, 1, 0, 0, 0, 6220, 6223, 3, 586, 293, 0, 6221, 6223, 3, 588, 294, 0, 6222, 6220, 1, 0, 0, 0, 6222, 6221, 1, 0, 0, 0, 6223, 6225, 1, 0, 0, 0, 6224, 6226, 3, 590, 295, 0, 6225, 6224, 1, 0, 0, 0, 6225, 6226, 1, 0, 0, 0, 6226, 6228, 1, 0, 0, 0, 6227, 6216, 1, 0, 0, 0, 6227, 6222, 1, 0, 0, 0, 6228, 585, 1, 0, 0, 0, 6229, 6232, 5, 74, 0, 0, 6230, 6233, 3, 668, 334, 0, 6231, 6233, 5, 30, 0, 0, 6232, 6230, 1, 0, 0, 0, 6232, 6231, 1, 0, 0, 0, 6233, 6236, 1, 0, 0, 0, 6234, 6235, 5, 6, 0, 0, 6235, 6237, 3, 668, 334, 0, 6236, 6234, 1, 0, 0, 0, 6236, 6237, 1, 0, 0, 0, 6237, 587, 1, 0, 0, 0, 6238, 6239, 5, 61, 0, 0, 6239, 6241, 7, 83, 0, 0, 6240, 6242, 3, 592, 296, 0, 6241, 6240, 1, 0, 0, 0, 6241, 6242, 1, 0, 0, 0, 6242, 6243, 1, 0, 0, 0, 6243, 6247, 7, 84, 0, 0, 6244, 6248, 5, 81, 0, 0, 6245, 6246, 5, 105, 0, 0, 6246, 6248, 5, 467, 0, 0, 6247, 6244, 1, 0, 0, 0, 6247, 6245, 1, 0, 0, 0, 6248, 589, 1, 0, 0, 0, 6249, 6254, 5, 79, 0, 0, 6250, 6251, 3, 592, 296, 0, 6251, 6252, 7, 84, 0, 0, 6252, 6255, 1, 0, 0, 0, 6253, 6255, 3, 668, 334, 0, 6254, 6250, 1, 0, 0, 0, 6254, 6253, 1, 0, 0, 0, 6255, 591, 1, 0, 0, 0, 6256, 6257, 7, 30, 0, 0, 6257, 6260, 7, 85, 0, 0, 6258, 6260, 3, 676, 338, 0, 6259, 6256, 1, 0, 0, 0, 6259, 6258, 1, 0, 0, 0, 6260, 593, 1, 0, 0, 0, 6261, 6262, 5, 66, 0, 0, 6262, 6264, 5, 147, 0, 0, 6263, 6265, 7, 81, 0, 0, 6264, 6263, 1, 0, 0, 0, 6264, 6265, 1, 0, 0, 0, 6265, 6266, 1, 0, 0, 0, 6266, 6267, 3, 596, 298, 0, 6267, 595, 1, 0, 0, 0, 6268, 6273, 3, 598, 299, 0, 6269, 6270, 5, 6, 0, 0, 6270, 6272, 3, 598, 299, 0, 6271, 6269, 1, 0, 0, 0, 6272, 6275, 1, 0, 0, 0, 6273, 6271, 1, 0, 0, 0, 6273, 6274, 1, 0, 0, 0, 6274, 597, 1, 0, 0, 0, 6275, 6273, 1, 0, 0, 0, 6276, 6300, 3, 730, 365, 0, 6277, 6278, 5, 2, 0, 0, 6278, 6300, 5, 3, 0, 0, 6279, 6281, 7, 86, 0, 0, 6280, 6279, 1, 0, 0, 0, 6280, 6281, 1, 0, 0, 0, 6281, 6282, 1, 0, 0, 0, 6282, 6283, 5, 2, 0, 0, 6283, 6288, 3, 730, 365, 0, 6284, 6285, 5, 6, 0, 0, 6285, 6287, 3, 730, 365, 0, 6286, 6284, 1, 0, 0, 0, 6287, 6290, 1, 0, 0, 0, 6288, 6286, 1, 0, 0, 0, 6288, 6289, 1, 0, 0, 0, 6289, 6291, 1, 0, 0, 0, 6290, 6288, 1, 0, 0, 0, 6291, 6292, 5, 3, 0, 0, 6292, 6300, 1, 0, 0, 0, 6293, 6294, 5, 470, 0, 0, 6294, 6295, 5, 471, 0, 0, 6295, 6296, 5, 2, 0, 0, 6296, 6297, 3, 596, 298, 0, 6297, 6298, 5, 3, 0, 0, 6298, 6300, 1, 0, 0, 0, 6299, 6276, 1, 0, 0, 0, 6299, 6277, 1, 0, 0, 0, 6299, 6280, 1, 0, 0, 0, 6299, 6293, 1, 0, 0, 0, 6300, 599, 1, 0, 0, 0, 6301, 6311, 5, 62, 0, 0, 6302, 6303, 5, 269, 0, 0, 6303, 6305, 5, 245, 0, 0, 6304, 6302, 1, 0, 0, 0, 6304, 6305, 1, 0, 0, 0, 6305, 6306, 1, 0, 0, 0, 6306, 6312, 5, 369, 0, 0, 6307, 6309, 5, 245, 0, 0, 6308, 6307, 1, 0, 0, 0, 6308, 6309, 1, 0, 0, 0, 6309, 6310, 1, 0, 0, 0, 6310, 6312, 5, 334, 0, 0, 6311, 6304, 1, 0, 0, 0, 6311, 6308, 1, 0, 0, 0, 6312, 6315, 1, 0, 0, 0, 6313, 6314, 5, 275, 0, 0, 6314, 6316, 3, 756, 378, 0, 6315, 6313, 1, 0, 0, 0, 6315, 6316, 1, 0, 0, 0, 6316, 6320, 1, 0, 0, 0, 6317, 6321, 5, 272, 0, 0, 6318, 6319, 5, 465, 0, 0, 6319, 6321, 5, 466, 0, 0, 6320, 6317, 1, 0, 0, 0, 6320, 6318, 1, 0, 0, 0, 6320, 6321, 1, 0, 0, 0, 6321, 6323, 1, 0, 0, 0, 6322, 6301, 1, 0, 0, 0, 6323, 6324, 1, 0, 0, 0, 6324, 6322, 1, 0, 0, 0, 6324, 6325, 1, 0, 0, 0, 6325, 6330, 1, 0, 0, 0, 6326, 6327, 5, 62, 0, 0, 6327, 6328, 5, 300, 0, 0, 6328, 6330, 5, 81, 0, 0, 6329, 6322, 1, 0, 0, 0, 6329, 6326, 1, 0, 0, 0, 6330, 601, 1, 0, 0, 0, 6331, 6332, 5, 422, 0, 0, 6332, 6337, 3, 528, 264, 0, 6333, 6334, 5, 6, 0, 0, 6334, 6336, 3, 528, 264, 0, 6335, 6333, 1, 0, 0, 0, 6336, 6339, 1, 0, 0, 0, 6337, 6335, 1, 0, 0, 0, 6337, 6338, 1, 0, 0, 0, 6338, 603, 1, 0, 0, 0, 6339, 6337, 1, 0, 0, 0, 6340, 6341, 5, 64, 0, 0, 6341, 6342, 3, 606, 303, 0, 6342, 605, 1, 0, 0, 0, 6343, 6348, 3, 608, 304, 0, 6344, 6345, 5, 6, 0, 0, 6345, 6347, 3, 608, 304, 0, 6346, 6344, 1, 0, 0, 0, 6347, 6350, 1, 0, 0, 0, 6348, 6346, 1, 0, 0, 0, 6348, 6349, 1, 0, 0, 0, 6349, 607, 1, 0, 0, 0, 6350, 6348, 1, 0, 0, 0, 6351, 6366, 3, 618, 309, 0, 6352, 6354, 5, 81, 0, 0, 6353, 6352, 1, 0, 0, 0, 6353, 6354, 1, 0, 0, 0, 6354, 6355, 1, 0, 0, 0, 6355, 6357, 3, 774, 387, 0, 6356, 6358, 5, 9, 0, 0, 6357, 6356, 1, 0, 0, 0, 6357, 6358, 1, 0, 0, 0, 6358, 6360, 1, 0, 0, 0, 6359, 6361, 3, 142, 71, 0, 6360, 6359, 1, 0, 0, 0, 6360, 6361, 1, 0, 0, 0, 6361, 6363, 1, 0, 0, 0, 6362, 6364, 3, 632, 316, 0, 6363, 6362, 1, 0, 0, 0, 6363, 6364, 1, 0, 0, 0, 6364, 6366, 1, 0, 0, 0, 6365, 6351, 1, 0, 0, 0, 6365, 6353, 1, 0, 0, 0, 6366, 6368, 1, 0, 0, 0, 6367, 6369, 3, 610, 305, 0, 6368, 6367, 1, 0, 0, 0, 6368, 6369, 1, 0, 0, 0, 6369, 6371, 1, 0, 0, 0, 6370, 6372, 3, 626, 313, 0, 6371, 6370, 1, 0, 0, 0, 6371, 6372, 1, 0, 0, 0, 6372, 6415, 1, 0, 0, 0, 6373, 6375, 5, 72, 0, 0, 6374, 6373, 1, 0, 0, 0, 6374, 6375, 1, 0, 0, 0, 6375, 6388, 1, 0, 0, 0, 6376, 6378, 3, 640, 320, 0, 6377, 6379, 3, 610, 305, 0, 6378, 6377, 1, 0, 0, 0, 6378, 6379, 1, 0, 0, 0, 6379, 6389, 1, 0, 0, 0, 6380, 6382, 3, 628, 314, 0, 6381, 6383, 3, 612, 306, 0, 6382, 6381, 1, 0, 0, 0, 6382, 6383, 1, 0, 0, 0, 6383, 6389, 1, 0, 0, 0, 6384, 6386, 3, 556, 278, 0, 6385, 6387, 3, 610, 305, 0, 6386, 6385, 1, 0, 0, 0, 6386, 6387, 1, 0, 0, 0, 6387, 6389, 1, 0, 0, 0, 6388, 6376, 1, 0, 0, 0, 6388, 6380, 1, 0, 0, 0, 6388, 6384, 1, 0, 0, 0, 6389, 6415, 1, 0, 0, 0, 6390, 6391, 5, 2, 0, 0, 6391, 6408, 3, 608, 304, 0, 6392, 6393, 5, 110, 0, 0, 6393, 6394, 5, 118, 0, 0, 6394, 6409, 3, 608, 304, 0, 6395, 6397, 5, 121, 0, 0, 6396, 6398, 3, 614, 307, 0, 6397, 6396, 1, 0, 0, 0, 6397, 6398, 1, 0, 0, 0, 6398, 6399, 1, 0, 0, 0, 6399, 6400, 5, 118, 0, 0, 6400, 6409, 3, 608, 304, 0, 6401, 6403, 3, 614, 307, 0, 6402, 6401, 1, 0, 0, 0, 6402, 6403, 1, 0, 0, 0, 6403, 6404, 1, 0, 0, 0, 6404, 6405, 5, 118, 0, 0, 6405, 6406, 3, 608, 304, 0, 6406, 6407, 3, 616, 308, 0, 6407, 6409, 1, 0, 0, 0, 6408, 6392, 1, 0, 0, 0, 6408, 6395, 1, 0, 0, 0, 6408, 6402, 1, 0, 0, 0, 6408, 6409, 1, 0, 0, 0, 6409, 6410, 1, 0, 0, 0, 6410, 6412, 5, 3, 0, 0, 6411, 6413, 3, 610, 305, 0, 6412, 6411, 1, 0, 0, 0, 6412, 6413, 1, 0, 0, 0, 6413, 6415, 1, 0, 0, 0, 6414, 6365, 1, 0, 0, 0, 6414, 6374, 1, 0, 0, 0, 6414, 6390, 1, 0, 0, 0, 6415, 6434, 1, 0, 0, 0, 6416, 6417, 5, 110, 0, 0, 6417, 6418, 5, 118, 0, 0, 6418, 6433, 3, 608, 304, 0, 6419, 6421, 5, 121, 0, 0, 6420, 6422, 3, 614, 307, 0, 6421, 6420, 1, 0, 0, 0, 6421, 6422, 1, 0, 0, 0, 6422, 6423, 1, 0, 0, 0, 6423, 6424, 5, 118, 0, 0, 6424, 6433, 3, 608, 304, 0, 6425, 6427, 3, 614, 307, 0, 6426, 6425, 1, 0, 0, 0, 6426, 6427, 1, 0, 0, 0, 6427, 6428, 1, 0, 0, 0, 6428, 6429, 5, 118, 0, 0, 6429, 6430, 3, 608, 304, 0, 6430, 6431, 3, 616, 308, 0, 6431, 6433, 1, 0, 0, 0, 6432, 6416, 1, 0, 0, 0, 6432, 6419, 1, 0, 0, 0, 6432, 6426, 1, 0, 0, 0, 6433, 6436, 1, 0, 0, 0, 6434, 6432, 1, 0, 0, 0, 6434, 6435, 1, 0, 0, 0, 6435, 609, 1, 0, 0, 0, 6436, 6434, 1, 0, 0, 0, 6437, 6439, 5, 36, 0, 0, 6438, 6437, 1, 0, 0, 0, 6438, 6439, 1, 0, 0, 0, 6439, 6440, 1, 0, 0, 0, 6440, 6445, 3, 816, 408, 0, 6441, 6442, 5, 2, 0, 0, 6442, 6443, 3, 780, 390, 0, 6443, 6444, 5, 3, 0, 0, 6444, 6446, 1, 0, 0, 0, 6445, 6441, 1, 0, 0, 0, 6445, 6446, 1, 0, 0, 0, 6446, 611, 1, 0, 0, 0, 6447, 6460, 3, 610, 305, 0, 6448, 6450, 5, 36, 0, 0, 6449, 6451, 3, 816, 408, 0, 6450, 6449, 1, 0, 0, 0, 6450, 6451, 1, 0, 0, 0, 6451, 6454, 1, 0, 0, 0, 6452, 6454, 3, 816, 408, 0, 6453, 6448, 1, 0, 0, 0, 6453, 6452, 1, 0, 0, 0, 6454, 6455, 1, 0, 0, 0, 6455, 6456, 5, 2, 0, 0, 6456, 6457, 3, 636, 318, 0, 6457, 6458, 5, 3, 0, 0, 6458, 6460, 1, 0, 0, 0, 6459, 6447, 1, 0, 0, 0, 6459, 6453, 1, 0, 0, 0, 6460, 613, 1, 0, 0, 0, 6461, 6463, 7, 87, 0, 0, 6462, 6464, 5, 123, 0, 0, 6463, 6462, 1, 0, 0, 0, 6463, 6464, 1, 0, 0, 0, 6464, 615, 1, 0, 0, 0, 6465, 6466, 5, 100, 0, 0, 6466, 6470, 3, 138, 69, 0, 6467, 6468, 5, 80, 0, 0, 6468, 6470, 3, 668, 334, 0, 6469, 6465, 1, 0, 0, 0, 6469, 6467, 1, 0, 0, 0, 6470, 617, 1, 0, 0, 0, 6471, 6487, 3, 316, 158, 0, 6472, 6478, 5, 81, 0, 0, 6473, 6479, 3, 770, 385, 0, 6474, 6475, 5, 2, 0, 0, 6475, 6476, 3, 770, 385, 0, 6476, 6477, 5, 3, 0, 0, 6477, 6479, 1, 0, 0, 0, 6478, 6473, 1, 0, 0, 0, 6478, 6474, 1, 0, 0, 0, 6479, 6487, 1, 0, 0, 0, 6480, 6481, 5, 68, 0, 0, 6481, 6484, 5, 323, 0, 0, 6482, 6485, 3, 786, 393, 0, 6483, 6485, 5, 111, 0, 0, 6484, 6482, 1, 0, 0, 0, 6484, 6483, 1, 0, 0, 0, 6485, 6487, 1, 0, 0, 0, 6486, 6471, 1, 0, 0, 0, 6486, 6472, 1, 0, 0, 0, 6486, 6480, 1, 0, 0, 0, 6487, 619, 1, 0, 0, 0, 6488, 6489, 5, 92, 0, 0, 6489, 6491, 3, 316, 158, 0, 6490, 6492, 3, 138, 69, 0, 6491, 6490, 1, 0, 0, 0, 6491, 6492, 1, 0, 0, 0, 6492, 6494, 1, 0, 0, 0, 6493, 6495, 3, 632, 316, 0, 6494, 6493, 1, 0, 0, 0, 6494, 6495, 1, 0, 0, 0, 6495, 6513, 1, 0, 0, 0, 6496, 6497, 5, 92, 0, 0, 6497, 6503, 5, 81, 0, 0, 6498, 6504, 3, 770, 385, 0, 6499, 6500, 5, 2, 0, 0, 6500, 6501, 3, 770, 385, 0, 6501, 6502, 5, 3, 0, 0, 6502, 6504, 1, 0, 0, 0, 6503, 6498, 1, 0, 0, 0, 6503, 6499, 1, 0, 0, 0, 6504, 6513, 1, 0, 0, 0, 6505, 6506, 5, 350, 0, 0, 6506, 6507, 5, 68, 0, 0, 6507, 6510, 5, 323, 0, 0, 6508, 6511, 3, 786, 393, 0, 6509, 6511, 5, 111, 0, 0, 6510, 6508, 1, 0, 0, 0, 6510, 6509, 1, 0, 0, 0, 6511, 6513, 1, 0, 0, 0, 6512, 6488, 1, 0, 0, 0, 6512, 6496, 1, 0, 0, 0, 6512, 6505, 1, 0, 0, 0, 6513, 621, 1, 0, 0, 0, 6514, 6519, 3, 618, 309, 0, 6515, 6516, 5, 6, 0, 0, 6516, 6518, 3, 618, 309, 0, 6517, 6515, 1, 0, 0, 0, 6518, 6521, 1, 0, 0, 0, 6519, 6517, 1, 0, 0, 0, 6519, 6520, 1, 0, 0, 0, 6520, 623, 1, 0, 0, 0, 6521, 6519, 1, 0, 0, 0, 6522, 6527, 3, 618, 309, 0, 6523, 6525, 5, 36, 0, 0, 6524, 6523, 1, 0, 0, 0, 6524, 6525, 1, 0, 0, 0, 6525, 6526, 1, 0, 0, 0, 6526, 6528, 3, 816, 408, 0, 6527, 6524, 1, 0, 0, 0, 6527, 6528, 1, 0, 0, 0, 6528, 625, 1, 0, 0, 0, 6529, 6530, 5, 472, 0, 0, 6530, 6531, 3, 804, 402, 0, 6531, 6537, 3, 528, 264, 0, 6532, 6533, 5, 310, 0, 0, 6533, 6534, 5, 2, 0, 0, 6534, 6535, 3, 668, 334, 0, 6535, 6536, 5, 3, 0, 0, 6536, 6538, 1, 0, 0, 0, 6537, 6532, 1, 0, 0, 0, 6537, 6538, 1, 0, 0, 0, 6538, 627, 1, 0, 0, 0, 6539, 6554, 3, 682, 341, 0, 6540, 6541, 5, 320, 0, 0, 6541, 6542, 5, 64, 0, 0, 6542, 6543, 5, 2, 0, 0, 6543, 6548, 3, 630, 315, 0, 6544, 6545, 5, 6, 0, 0, 6545, 6547, 3, 630, 315, 0, 6546, 6544, 1, 0, 0, 0, 6547, 6550, 1, 0, 0, 0, 6548, 6546, 1, 0, 0, 0, 6548, 6549, 1, 0, 0, 0, 6549, 6551, 1, 0, 0, 0, 6550, 6548, 1, 0, 0, 0, 6551, 6552, 5, 3, 0, 0, 6552, 6554, 1, 0, 0, 0, 6553, 6539, 1, 0, 0, 0, 6553, 6540, 1, 0, 0, 0, 6554, 6557, 1, 0, 0, 0, 6555, 6556, 5, 105, 0, 0, 6556, 6558, 5, 473, 0, 0, 6557, 6555, 1, 0, 0, 0, 6557, 6558, 1, 0, 0, 0, 6558, 629, 1, 0, 0, 0, 6559, 6565, 3, 682, 341, 0, 6560, 6561, 5, 36, 0, 0, 6561, 6562, 5, 2, 0, 0, 6562, 6563, 3, 636, 318, 0, 6563, 6564, 5, 3, 0, 0, 6564, 6566, 1, 0, 0, 0, 6565, 6560, 1, 0, 0, 0, 6565, 6566, 1, 0, 0, 0, 6566, 631, 1, 0, 0, 0, 6567, 6568, 5, 103, 0, 0, 6568, 6569, 3, 730, 365, 0, 6569, 633, 1, 0, 0, 0, 6570, 6575, 5, 103, 0, 0, 6571, 6572, 5, 434, 0, 0, 6572, 6573, 5, 275, 0, 0, 6573, 6576, 3, 816, 408, 0, 6574, 6576, 3, 668, 334, 0, 6575, 6571, 1, 0, 0, 0, 6575, 6574, 1, 0, 0, 0, 6576, 635, 1, 0, 0, 0, 6577, 6582, 3, 638, 319, 0, 6578, 6579, 5, 6, 0, 0, 6579, 6581, 3, 638, 319, 0, 6580, 6578, 1, 0, 0, 0, 6581, 6584, 1, 0, 0, 0, 6582, 6580, 1, 0, 0, 0, 6582, 6583, 1, 0, 0, 0, 6583, 637, 1, 0, 0, 0, 6584, 6582, 1, 0, 0, 0, 6585, 6586, 3, 816, 408, 0, 6586, 6588, 3, 646, 323, 0, 6587, 6589, 3, 90, 45, 0, 6588, 6587, 1, 0, 0, 0, 6588, 6589, 1, 0, 0, 0, 6589, 639, 1, 0, 0, 0, 6590, 6591, 5, 474, 0, 0, 6591, 6605, 5, 2, 0, 0, 6592, 6593, 5, 476, 0, 0, 6593, 6594, 5, 2, 0, 0, 6594, 6599, 3, 644, 322, 0, 6595, 6596, 5, 6, 0, 0, 6596, 6598, 3, 644, 322, 0, 6597, 6595, 1, 0, 0, 0, 6598, 6601, 1, 0, 0, 0, 6599, 6597, 1, 0, 0, 0, 6599, 6600, 1, 0, 0, 0, 6600, 6602, 1, 0, 0, 0, 6601, 6599, 1, 0, 0, 0, 6602, 6603, 5, 3, 0, 0, 6603, 6604, 5, 6, 0, 0, 6604, 6606, 1, 0, 0, 0, 6605, 6592, 1, 0, 0, 0, 6605, 6606, 1, 0, 0, 0, 6606, 6607, 1, 0, 0, 0, 6607, 6608, 3, 676, 338, 0, 6608, 6609, 3, 692, 346, 0, 6609, 6610, 5, 475, 0, 0, 6610, 6615, 3, 642, 321, 0, 6611, 6612, 5, 6, 0, 0, 6612, 6614, 3, 642, 321, 0, 6613, 6611, 1, 0, 0, 0, 6614, 6617, 1, 0, 0, 0, 6615, 6613, 1, 0, 0, 0, 6615, 6616, 1, 0, 0, 0, 6616, 6618, 1, 0, 0, 0, 6617, 6615, 1, 0, 0, 0, 6618, 6619, 5, 3, 0, 0, 6619, 641, 1, 0, 0, 0, 6620, 6639, 3, 816, 408, 0, 6621, 6635, 3, 646, 323, 0, 6622, 6625, 5, 53, 0, 0, 6623, 6625, 3, 824, 412, 0, 6624, 6622, 1, 0, 0, 0, 6624, 6623, 1, 0, 0, 0, 6625, 6626, 1, 0, 0, 0, 6626, 6632, 3, 668, 334, 0, 6627, 6629, 5, 77, 0, 0, 6628, 6627, 1, 0, 0, 0, 6628, 6629, 1, 0, 0, 0, 6629, 6630, 1, 0, 0, 0, 6630, 6632, 5, 78, 0, 0, 6631, 6624, 1, 0, 0, 0, 6631, 6628, 1, 0, 0, 0, 6632, 6633, 1, 0, 0, 0, 6633, 6631, 1, 0, 0, 0, 6633, 6634, 1, 0, 0, 0, 6634, 6636, 1, 0, 0, 0, 6635, 6631, 1, 0, 0, 0, 6635, 6636, 1, 0, 0, 0, 6636, 6640, 1, 0, 0, 0, 6637, 6638, 5, 62, 0, 0, 6638, 6640, 5, 473, 0, 0, 6639, 6621, 1, 0, 0, 0, 6639, 6637, 1, 0, 0, 0, 6640, 643, 1, 0, 0, 0, 6641, 6642, 3, 676, 338, 0, 6642, 6643, 5, 36, 0, 0, 6643, 6644, 3, 822, 411, 0, 6644, 6648, 1, 0, 0, 0, 6645, 6646, 5, 53, 0, 0, 6646, 6648, 3, 676, 338, 0, 6647, 6641, 1, 0, 0, 0, 6647, 6645, 1, 0, 0, 0, 6648, 645, 1, 0, 0, 0, 6649, 6651, 5, 415, 0, 0, 6650, 6649, 1, 0, 0, 0, 6650, 6651, 1, 0, 0, 0, 6651, 6652, 1, 0, 0, 0, 6652, 6669, 3, 648, 324, 0, 6653, 6655, 5, 4, 0, 0, 6654, 6656, 5, 574, 0, 0, 6655, 6654, 1, 0, 0, 0, 6655, 6656, 1, 0, 0, 0, 6656, 6657, 1, 0, 0, 0, 6657, 6659, 5, 5, 0, 0, 6658, 6653, 1, 0, 0, 0, 6659, 6662, 1, 0, 0, 0, 6660, 6658, 1, 0, 0, 0, 6660, 6661, 1, 0, 0, 0, 6661, 6670, 1, 0, 0, 0, 6662, 6660, 1, 0, 0, 0, 6663, 6667, 5, 35, 0, 0, 6664, 6665, 5, 4, 0, 0, 6665, 6666, 5, 574, 0, 0, 6666, 6668, 5, 5, 0, 0, 6667, 6664, 1, 0, 0, 0, 6667, 6668, 1, 0, 0, 0, 6668, 6670, 1, 0, 0, 0, 6669, 6660, 1, 0, 0, 0, 6669, 6663, 1, 0, 0, 0, 6670, 6676, 1, 0, 0, 0, 6671, 6672, 3, 776, 388, 0, 6672, 6673, 5, 27, 0, 0, 6673, 6674, 7, 88, 0, 0, 6674, 6676, 1, 0, 0, 0, 6675, 6650, 1, 0, 0, 0, 6675, 6671, 1, 0, 0, 0, 6676, 647, 1, 0, 0, 0, 6677, 6679, 3, 818, 409, 0, 6678, 6680, 3, 312, 156, 0, 6679, 6678, 1, 0, 0, 0, 6679, 6680, 1, 0, 0, 0, 6680, 6682, 1, 0, 0, 0, 6681, 6683, 3, 528, 264, 0, 6682, 6681, 1, 0, 0, 0, 6682, 6683, 1, 0, 0, 0, 6683, 6693, 1, 0, 0, 0, 6684, 6693, 3, 650, 325, 0, 6685, 6690, 5, 403, 0, 0, 6686, 6688, 3, 662, 331, 0, 6687, 6686, 1, 0, 0, 0, 6687, 6688, 1, 0, 0, 0, 6688, 6691, 1, 0, 0, 0, 6689, 6691, 3, 654, 327, 0, 6690, 6687, 1, 0, 0, 0, 6690, 6689, 1, 0, 0, 0, 6691, 6693, 1, 0, 0, 0, 6692, 6677, 1, 0, 0, 0, 6692, 6684, 1, 0, 0, 0, 6692, 6685, 1, 0, 0, 0, 6693, 649, 1, 0, 0, 0, 6694, 6699, 3, 652, 326, 0, 6695, 6699, 3, 656, 328, 0, 6696, 6699, 3, 658, 329, 0, 6697, 6699, 3, 660, 330, 0, 6698, 6694, 1, 0, 0, 0, 6698, 6695, 1, 0, 0, 0, 6698, 6696, 1, 0, 0, 0, 6698, 6697, 1, 0, 0, 0, 6699, 651, 1, 0, 0, 0, 6700, 6717, 5, 401, 0, 0, 6701, 6717, 5, 402, 0, 0, 6702, 6717, 5, 416, 0, 0, 6703, 6717, 5, 388, 0, 0, 6704, 6717, 5, 413, 0, 0, 6705, 6707, 5, 398, 0, 0, 6706, 6708, 3, 654, 327, 0, 6707, 6706, 1, 0, 0, 0, 6707, 6708, 1, 0, 0, 0, 6708, 6717, 1, 0, 0, 0, 6709, 6710, 5, 190, 0, 0, 6710, 6717, 5, 412, 0, 0, 6711, 6713, 7, 89, 0, 0, 6712, 6714, 3, 528, 264, 0, 6713, 6712, 1, 0, 0, 0, 6713, 6714, 1, 0, 0, 0, 6714, 6717, 1, 0, 0, 0, 6715, 6717, 5, 390, 0, 0, 6716, 6700, 1, 0, 0, 0, 6716, 6701, 1, 0, 0, 0, 6716, 6702, 1, 0, 0, 0, 6716, 6703, 1, 0, 0, 0, 6716, 6704, 1, 0, 0, 0, 6716, 6705, 1, 0, 0, 0, 6716, 6709, 1, 0, 0, 0, 6716, 6711, 1, 0, 0, 0, 6716, 6715, 1, 0, 0, 0, 6717, 653, 1, 0, 0, 0, 6718, 6719, 5, 2, 0, 0, 6719, 6720, 5, 574, 0, 0, 6720, 6721, 5, 3, 0, 0, 6721, 655, 1, 0, 0, 0, 6722, 6724, 5, 389, 0, 0, 6723, 6725, 5, 374, 0, 0, 6724, 6723, 1, 0, 0, 0, 6724, 6725, 1, 0, 0, 0, 6725, 6727, 1, 0, 0, 0, 6726, 6728, 3, 528, 264, 0, 6727, 6726, 1, 0, 0, 0, 6727, 6728, 1, 0, 0, 0, 6728, 657, 1, 0, 0, 0, 6729, 6731, 7, 90, 0, 0, 6730, 6732, 5, 374, 0, 0, 6731, 6730, 1, 0, 0, 0, 6731, 6732, 1, 0, 0, 0, 6732, 6740, 1, 0, 0, 0, 6733, 6740, 5, 423, 0, 0, 6734, 6735, 5, 405, 0, 0, 6735, 6737, 7, 91, 0, 0, 6736, 6738, 5, 374, 0, 0, 6737, 6736, 1, 0, 0, 0, 6737, 6738, 1, 0, 0, 0, 6738, 6740, 1, 0, 0, 0, 6739, 6729, 1, 0, 0, 0, 6739, 6733, 1, 0, 0, 0, 6739, 6734, 1, 0, 0, 0, 6740, 6742, 1, 0, 0, 0, 6741, 6743, 3, 654, 327, 0, 6742, 6741, 1, 0, 0, 0, 6742, 6743, 1, 0, 0, 0, 6743, 659, 1, 0, 0, 0, 6744, 6746, 7, 92, 0, 0, 6745, 6747, 3, 654, 327, 0, 6746, 6745, 1, 0, 0, 0, 6746, 6747, 1, 0, 0, 0, 6747, 6751, 1, 0, 0, 0, 6748, 6749, 7, 27, 0, 0, 6749, 6750, 5, 418, 0, 0, 6750, 6752, 5, 386, 0, 0, 6751, 6748, 1, 0, 0, 0, 6751, 6752, 1, 0, 0, 0, 6752, 661, 1, 0, 0, 0, 6753, 6783, 5, 264, 0, 0, 6754, 6783, 3, 664, 332, 0, 6755, 6758, 5, 384, 0, 0, 6756, 6757, 5, 94, 0, 0, 6757, 6759, 5, 264, 0, 0, 6758, 6756, 1, 0, 0, 0, 6758, 6759, 1, 0, 0, 0, 6759, 6783, 1, 0, 0, 0, 6760, 6767, 5, 176, 0, 0, 6761, 6765, 5, 94, 0, 0, 6762, 6766, 5, 218, 0, 0, 6763, 6766, 5, 261, 0, 0, 6764, 6766, 3, 664, 332, 0, 6765, 6762, 1, 0, 0, 0, 6765, 6763, 1, 0, 0, 0, 6765, 6764, 1, 0, 0, 0, 6766, 6768, 1, 0, 0, 0, 6767, 6761, 1, 0, 0, 0, 6767, 6768, 1, 0, 0, 0, 6768, 6783, 1, 0, 0, 0, 6769, 6775, 5, 218, 0, 0, 6770, 6773, 5, 94, 0, 0, 6771, 6774, 5, 261, 0, 0, 6772, 6774, 3, 664, 332, 0, 6773, 6771, 1, 0, 0, 0, 6773, 6772, 1, 0, 0, 0, 6774, 6776, 1, 0, 0, 0, 6775, 6770, 1, 0, 0, 0, 6775, 6776, 1, 0, 0, 0, 6776, 6783, 1, 0, 0, 0, 6777, 6780, 5, 261, 0, 0, 6778, 6779, 5, 94, 0, 0, 6779, 6781, 3, 664, 332, 0, 6780, 6778, 1, 0, 0, 0, 6780, 6781, 1, 0, 0, 0, 6781, 6783, 1, 0, 0, 0, 6782, 6753, 1, 0, 0, 0, 6782, 6754, 1, 0, 0, 0, 6782, 6755, 1, 0, 0, 0, 6782, 6760, 1, 0, 0, 0, 6782, 6769, 1, 0, 0, 0, 6782, 6777, 1, 0, 0, 0, 6783, 663, 1, 0, 0, 0, 6784, 6786, 5, 326, 0, 0, 6785, 6787, 3, 654, 327, 0, 6786, 6785, 1, 0, 0, 0, 6786, 6787, 1, 0, 0, 0, 6787, 665, 1, 0, 0, 0, 6788, 6789, 7, 93, 0, 0, 6789, 667, 1, 0, 0, 0, 6790, 6791, 3, 670, 335, 0, 6791, 669, 1, 0, 0, 0, 6792, 6793, 6, 335, -1, 0, 6793, 6795, 3, 674, 337, 0, 6794, 6796, 3, 672, 336, 0, 6795, 6794, 1, 0, 0, 0, 6795, 6796, 1, 0, 0, 0, 6796, 6800, 1, 0, 0, 0, 6797, 6798, 5, 77, 0, 0, 6798, 6800, 3, 670, 335, 3, 6799, 6792, 1, 0, 0, 0, 6799, 6797, 1, 0, 0, 0, 6800, 6809, 1, 0, 0, 0, 6801, 6802, 10, 2, 0, 0, 6802, 6803, 5, 33, 0, 0, 6803, 6808, 3, 670, 335, 3, 6804, 6805, 10, 1, 0, 0, 6805, 6806, 5, 82, 0, 0, 6806, 6808, 3, 670, 335, 2, 6807, 6801, 1, 0, 0, 0, 6807, 6804, 1, 0, 0, 0, 6808, 6811, 1, 0, 0, 0, 6809, 6807, 1, 0, 0, 0, 6809, 6810, 1, 0, 0, 0, 6810, 671, 1, 0, 0, 0, 6811, 6809, 1, 0, 0, 0, 6812, 6813, 3, 666, 333, 0, 6813, 6814, 3, 674, 337, 0, 6814, 6884, 1, 0, 0, 0, 6815, 6816, 3, 666, 333, 0, 6816, 6817, 3, 724, 362, 0, 6817, 6823, 3, 714, 357, 0, 6818, 6824, 3, 556, 278, 0, 6819, 6820, 5, 2, 0, 0, 6820, 6821, 3, 668, 334, 0, 6821, 6822, 5, 3, 0, 0, 6822, 6824, 1, 0, 0, 0, 6823, 6818, 1, 0, 0, 0, 6823, 6819, 1, 0, 0, 0, 6824, 6884, 1, 0, 0, 0, 6825, 6827, 5, 77, 0, 0, 6826, 6825, 1, 0, 0, 0, 6826, 6827, 1, 0, 0, 0, 6827, 6828, 1, 0, 0, 0, 6828, 6829, 5, 387, 0, 0, 6829, 6830, 3, 674, 337, 0, 6830, 6831, 5, 33, 0, 0, 6831, 6832, 3, 674, 337, 0, 6832, 6884, 1, 0, 0, 0, 6833, 6835, 5, 77, 0, 0, 6834, 6833, 1, 0, 0, 0, 6834, 6835, 1, 0, 0, 0, 6835, 6836, 1, 0, 0, 0, 6836, 6837, 5, 68, 0, 0, 6837, 6838, 5, 2, 0, 0, 6838, 6843, 3, 668, 334, 0, 6839, 6840, 5, 6, 0, 0, 6840, 6842, 3, 668, 334, 0, 6841, 6839, 1, 0, 0, 0, 6842, 6845, 1, 0, 0, 0, 6843, 6841, 1, 0, 0, 0, 6843, 6844, 1, 0, 0, 0, 6844, 6846, 1, 0, 0, 0, 6845, 6843, 1, 0, 0, 0, 6846, 6847, 5, 3, 0, 0, 6847, 6884, 1, 0, 0, 0, 6848, 6850, 5, 77, 0, 0, 6849, 6848, 1, 0, 0, 0, 6849, 6850, 1, 0, 0, 0, 6850, 6851, 1, 0, 0, 0, 6851, 6852, 5, 68, 0, 0, 6852, 6884, 3, 556, 278, 0, 6853, 6855, 5, 77, 0, 0, 6854, 6853, 1, 0, 0, 0, 6854, 6855, 1, 0, 0, 0, 6855, 6864, 1, 0, 0, 0, 6856, 6865, 5, 120, 0, 0, 6857, 6865, 5, 114, 0, 0, 6858, 6859, 5, 127, 0, 0, 6859, 6865, 5, 94, 0, 0, 6860, 6862, 5, 387, 0, 0, 6861, 6863, 5, 91, 0, 0, 6862, 6861, 1, 0, 0, 0, 6862, 6863, 1, 0, 0, 0, 6863, 6865, 1, 0, 0, 0, 6864, 6856, 1, 0, 0, 0, 6864, 6857, 1, 0, 0, 0, 6864, 6858, 1, 0, 0, 0, 6864, 6860, 1, 0, 0, 0, 6865, 6866, 1, 0, 0, 0, 6866, 6869, 3, 674, 337, 0, 6867, 6868, 5, 197, 0, 0, 6868, 6870, 3, 674, 337, 0, 6869, 6867, 1, 0, 0, 0, 6869, 6870, 1, 0, 0, 0, 6870, 6884, 1, 0, 0, 0, 6871, 6873, 5, 116, 0, 0, 6872, 6874, 5, 77, 0, 0, 6873, 6872, 1, 0, 0, 0, 6873, 6874, 1, 0, 0, 0, 6874, 6875, 1, 0, 0, 0, 6875, 6884, 5, 78, 0, 0, 6876, 6878, 5, 116, 0, 0, 6877, 6879, 5, 77, 0, 0, 6878, 6877, 1, 0, 0, 0, 6878, 6879, 1, 0, 0, 0, 6879, 6880, 1, 0, 0, 0, 6880, 6881, 5, 56, 0, 0, 6881, 6882, 5, 64, 0, 0, 6882, 6884, 3, 674, 337, 0, 6883, 6812, 1, 0, 0, 0, 6883, 6815, 1, 0, 0, 0, 6883, 6826, 1, 0, 0, 0, 6883, 6834, 1, 0, 0, 0, 6883, 6849, 1, 0, 0, 0, 6883, 6854, 1, 0, 0, 0, 6883, 6871, 1, 0, 0, 0, 6883, 6876, 1, 0, 0, 0, 6884, 673, 1, 0, 0, 0, 6885, 6886, 6, 337, -1, 0, 6886, 6890, 3, 676, 338, 0, 6887, 6888, 7, 30, 0, 0, 6888, 6890, 3, 674, 337, 4, 6889, 6885, 1, 0, 0, 0, 6889, 6887, 1, 0, 0, 0, 6890, 6907, 1, 0, 0, 0, 6891, 6892, 10, 3, 0, 0, 6892, 6893, 7, 94, 0, 0, 6893, 6906, 3, 674, 337, 4, 6894, 6895, 10, 2, 0, 0, 6895, 6896, 7, 30, 0, 0, 6896, 6906, 3, 674, 337, 3, 6897, 6898, 10, 1, 0, 0, 6898, 6899, 5, 15, 0, 0, 6899, 6906, 3, 674, 337, 2, 6900, 6901, 10, 5, 0, 0, 6901, 6902, 5, 142, 0, 0, 6902, 6903, 5, 418, 0, 0, 6903, 6904, 5, 386, 0, 0, 6904, 6906, 3, 668, 334, 0, 6905, 6891, 1, 0, 0, 0, 6905, 6894, 1, 0, 0, 0, 6905, 6897, 1, 0, 0, 0, 6905, 6900, 1, 0, 0, 0, 6906, 6909, 1, 0, 0, 0, 6907, 6905, 1, 0, 0, 0, 6907, 6908, 1, 0, 0, 0, 6908, 675, 1, 0, 0, 0, 6909, 6907, 1, 0, 0, 0, 6910, 6911, 6, 338, -1, 0, 6911, 6912, 7, 95, 0, 0, 6912, 6999, 3, 556, 278, 0, 6913, 6916, 5, 35, 0, 0, 6914, 6917, 3, 556, 278, 0, 6915, 6917, 3, 736, 368, 0, 6916, 6914, 1, 0, 0, 0, 6916, 6915, 1, 0, 0, 0, 6917, 6999, 1, 0, 0, 0, 6918, 6919, 5, 28, 0, 0, 6919, 6999, 3, 750, 375, 0, 6920, 6921, 5, 470, 0, 0, 6921, 6999, 3, 528, 264, 0, 6922, 6999, 5, 574, 0, 0, 6923, 6999, 5, 576, 0, 0, 6924, 6999, 5, 566, 0, 0, 6925, 6999, 5, 570, 0, 0, 6926, 6936, 3, 804, 402, 0, 6927, 6937, 3, 806, 403, 0, 6928, 6929, 5, 2, 0, 0, 6929, 6931, 3, 732, 366, 0, 6930, 6932, 3, 580, 290, 0, 6931, 6930, 1, 0, 0, 0, 6931, 6932, 1, 0, 0, 0, 6932, 6933, 1, 0, 0, 0, 6933, 6934, 5, 3, 0, 0, 6934, 6935, 3, 806, 403, 0, 6935, 6937, 1, 0, 0, 0, 6936, 6927, 1, 0, 0, 0, 6936, 6928, 1, 0, 0, 0, 6937, 6999, 1, 0, 0, 0, 6938, 6940, 3, 650, 325, 0, 6939, 6938, 1, 0, 0, 0, 6939, 6940, 1, 0, 0, 0, 6940, 6941, 1, 0, 0, 0, 6941, 6999, 3, 806, 403, 0, 6942, 6950, 5, 403, 0, 0, 6943, 6945, 3, 806, 403, 0, 6944, 6946, 3, 662, 331, 0, 6945, 6944, 1, 0, 0, 0, 6945, 6946, 1, 0, 0, 0, 6946, 6951, 1, 0, 0, 0, 6947, 6948, 3, 654, 327, 0, 6948, 6949, 3, 806, 403, 0, 6949, 6951, 1, 0, 0, 0, 6950, 6943, 1, 0, 0, 0, 6950, 6947, 1, 0, 0, 0, 6951, 6999, 1, 0, 0, 0, 6952, 6999, 5, 96, 0, 0, 6953, 6999, 5, 60, 0, 0, 6954, 6999, 5, 78, 0, 0, 6955, 6999, 5, 577, 0, 0, 6956, 6957, 5, 2, 0, 0, 6957, 6958, 3, 668, 334, 0, 6958, 6959, 5, 3, 0, 0, 6959, 6960, 3, 750, 375, 0, 6960, 6999, 1, 0, 0, 0, 6961, 6963, 5, 40, 0, 0, 6962, 6964, 3, 668, 334, 0, 6963, 6962, 1, 0, 0, 0, 6963, 6964, 1, 0, 0, 0, 6964, 6966, 1, 0, 0, 0, 6965, 6967, 3, 744, 372, 0, 6966, 6965, 1, 0, 0, 0, 6967, 6968, 1, 0, 0, 0, 6968, 6966, 1, 0, 0, 0, 6968, 6969, 1, 0, 0, 0, 6969, 6972, 1, 0, 0, 0, 6970, 6971, 5, 58, 0, 0, 6971, 6973, 3, 668, 334, 0, 6972, 6970, 1, 0, 0, 0, 6972, 6973, 1, 0, 0, 0, 6973, 6974, 1, 0, 0, 0, 6974, 6975, 5, 454, 0, 0, 6975, 6999, 1, 0, 0, 0, 6976, 6999, 3, 680, 340, 0, 6977, 6979, 3, 556, 278, 0, 6978, 6980, 3, 748, 374, 0, 6979, 6978, 1, 0, 0, 0, 6979, 6980, 1, 0, 0, 0, 6980, 6999, 1, 0, 0, 0, 6981, 6999, 3, 712, 356, 0, 6982, 6983, 5, 2, 0, 0, 6983, 6984, 3, 668, 334, 0, 6984, 6985, 5, 6, 0, 0, 6985, 6986, 3, 726, 363, 0, 6986, 6987, 5, 3, 0, 0, 6987, 6999, 1, 0, 0, 0, 6988, 6989, 3, 710, 355, 0, 6989, 6990, 5, 125, 0, 0, 6990, 6991, 3, 710, 355, 0, 6991, 6999, 1, 0, 0, 0, 6992, 6999, 3, 798, 399, 0, 6993, 6994, 7, 30, 0, 0, 6994, 6999, 3, 676, 338, 5, 6995, 6996, 3, 720, 360, 0, 6996, 6997, 3, 676, 338, 2, 6997, 6999, 1, 0, 0, 0, 6998, 6910, 1, 0, 0, 0, 6998, 6913, 1, 0, 0, 0, 6998, 6918, 1, 0, 0, 0, 6998, 6920, 1, 0, 0, 0, 6998, 6922, 1, 0, 0, 0, 6998, 6923, 1, 0, 0, 0, 6998, 6924, 1, 0, 0, 0, 6998, 6925, 1, 0, 0, 0, 6998, 6926, 1, 0, 0, 0, 6998, 6939, 1, 0, 0, 0, 6998, 6942, 1, 0, 0, 0, 6998, 6952, 1, 0, 0, 0, 6998, 6953, 1, 0, 0, 0, 6998, 6954, 1, 0, 0, 0, 6998, 6955, 1, 0, 0, 0, 6998, 6956, 1, 0, 0, 0, 6998, 6961, 1, 0, 0, 0, 6998, 6976, 1, 0, 0, 0, 6998, 6977, 1, 0, 0, 0, 6998, 6981, 1, 0, 0, 0, 6998, 6982, 1, 0, 0, 0, 6998, 6988, 1, 0, 0, 0, 6998, 6992, 1, 0, 0, 0, 6998, 6993, 1, 0, 0, 0, 6998, 6995, 1, 0, 0, 0, 6999, 7027, 1, 0, 0, 0, 7000, 7001, 10, 3, 0, 0, 7001, 7002, 3, 718, 359, 0, 7002, 7003, 3, 676, 338, 4, 7003, 7026, 1, 0, 0, 0, 7004, 7005, 10, 6, 0, 0, 7005, 7006, 5, 26, 0, 0, 7006, 7026, 3, 646, 323, 0, 7007, 7008, 10, 4, 0, 0, 7008, 7010, 3, 720, 360, 0, 7009, 7011, 3, 676, 338, 0, 7010, 7009, 1, 0, 0, 0, 7010, 7011, 1, 0, 0, 0, 7011, 7026, 1, 0, 0, 0, 7012, 7013, 10, 1, 0, 0, 7013, 7015, 5, 116, 0, 0, 7014, 7016, 5, 77, 0, 0, 7015, 7014, 1, 0, 0, 0, 7015, 7016, 1, 0, 0, 0, 7016, 7023, 1, 0, 0, 0, 7017, 7018, 5, 56, 0, 0, 7018, 7019, 5, 64, 0, 0, 7019, 7024, 3, 676, 338, 0, 7020, 7021, 5, 275, 0, 0, 7021, 7024, 3, 522, 261, 0, 7022, 7024, 5, 188, 0, 0, 7023, 7017, 1, 0, 0, 0, 7023, 7020, 1, 0, 0, 0, 7023, 7022, 1, 0, 0, 0, 7024, 7026, 1, 0, 0, 0, 7025, 7000, 1, 0, 0, 0, 7025, 7004, 1, 0, 0, 0, 7025, 7007, 1, 0, 0, 0, 7025, 7012, 1, 0, 0, 0, 7026, 7029, 1, 0, 0, 0, 7027, 7025, 1, 0, 0, 0, 7027, 7028, 1, 0, 0, 0, 7028, 677, 1, 0, 0, 0, 7029, 7027, 1, 0, 0, 0, 7030, 7031, 3, 804, 402, 0, 7031, 7052, 5, 2, 0, 0, 7032, 7036, 3, 732, 366, 0, 7033, 7034, 5, 6, 0, 0, 7034, 7035, 5, 101, 0, 0, 7035, 7037, 3, 734, 367, 0, 7036, 7033, 1, 0, 0, 0, 7036, 7037, 1, 0, 0, 0, 7037, 7039, 1, 0, 0, 0, 7038, 7040, 3, 580, 290, 0, 7039, 7038, 1, 0, 0, 0, 7039, 7040, 1, 0, 0, 0, 7040, 7053, 1, 0, 0, 0, 7041, 7042, 5, 101, 0, 0, 7042, 7044, 3, 734, 367, 0, 7043, 7045, 3, 580, 290, 0, 7044, 7043, 1, 0, 0, 0, 7044, 7045, 1, 0, 0, 0, 7045, 7053, 1, 0, 0, 0, 7046, 7047, 7, 81, 0, 0, 7047, 7049, 3, 732, 366, 0, 7048, 7050, 3, 580, 290, 0, 7049, 7048, 1, 0, 0, 0, 7049, 7050, 1, 0, 0, 0, 7050, 7053, 1, 0, 0, 0, 7051, 7053, 5, 9, 0, 0, 7052, 7032, 1, 0, 0, 0, 7052, 7041, 1, 0, 0, 0, 7052, 7046, 1, 0, 0, 0, 7052, 7051, 1, 0, 0, 0, 7052, 7053, 1, 0, 0, 0, 7053, 7054, 1, 0, 0, 0, 7054, 7055, 5, 3, 0, 0, 7055, 679, 1, 0, 0, 0, 7056, 7063, 3, 678, 339, 0, 7057, 7058, 5, 479, 0, 0, 7058, 7059, 5, 66, 0, 0, 7059, 7060, 5, 2, 0, 0, 7060, 7061, 3, 580, 290, 0, 7061, 7062, 5, 3, 0, 0, 7062, 7064, 1, 0, 0, 0, 7063, 7057, 1, 0, 0, 0, 7063, 7064, 1, 0, 0, 0, 7064, 7071, 1, 0, 0, 0, 7065, 7066, 5, 480, 0, 0, 7066, 7067, 5, 2, 0, 0, 7067, 7068, 5, 103, 0, 0, 7068, 7069, 3, 668, 334, 0, 7069, 7070, 5, 3, 0, 0, 7070, 7072, 1, 0, 0, 0, 7071, 7065, 1, 0, 0, 0, 7071, 7072, 1, 0, 0, 0, 7072, 7078, 1, 0, 0, 0, 7073, 7076, 5, 124, 0, 0, 7074, 7077, 3, 704, 352, 0, 7075, 7077, 3, 816, 408, 0, 7076, 7074, 1, 0, 0, 0, 7076, 7075, 1, 0, 0, 0, 7077, 7079, 1, 0, 0, 0, 7078, 7073, 1, 0, 0, 0, 7078, 7079, 1, 0, 0, 0, 7079, 7082, 1, 0, 0, 0, 7080, 7082, 3, 684, 342, 0, 7081, 7056, 1, 0, 0, 0, 7081, 7080, 1, 0, 0, 0, 7082, 681, 1, 0, 0, 0, 7083, 7086, 3, 678, 339, 0, 7084, 7086, 3, 684, 342, 0, 7085, 7083, 1, 0, 0, 0, 7085, 7084, 1, 0, 0, 0, 7086, 683, 1, 0, 0, 0, 7087, 7088, 5, 108, 0, 0, 7088, 7089, 5, 62, 0, 0, 7089, 7090, 5, 2, 0, 0, 7090, 7091, 3, 668, 334, 0, 7091, 7092, 5, 3, 0, 0, 7092, 7262, 1, 0, 0, 0, 7093, 7262, 5, 48, 0, 0, 7094, 7096, 7, 96, 0, 0, 7095, 7097, 3, 654, 327, 0, 7096, 7095, 1, 0, 0, 0, 7096, 7097, 1, 0, 0, 0, 7097, 7262, 1, 0, 0, 0, 7098, 7262, 5, 49, 0, 0, 7099, 7262, 5, 52, 0, 0, 7100, 7262, 5, 89, 0, 0, 7101, 7262, 5, 99, 0, 0, 7102, 7262, 5, 47, 0, 0, 7103, 7262, 5, 111, 0, 0, 7104, 7105, 7, 97, 0, 0, 7105, 7106, 5, 2, 0, 0, 7106, 7107, 3, 668, 334, 0, 7107, 7108, 5, 36, 0, 0, 7108, 7109, 3, 646, 323, 0, 7109, 7110, 5, 3, 0, 0, 7110, 7262, 1, 0, 0, 0, 7111, 7112, 5, 397, 0, 0, 7112, 7117, 5, 2, 0, 0, 7113, 7114, 3, 738, 369, 0, 7114, 7115, 5, 64, 0, 0, 7115, 7116, 3, 668, 334, 0, 7116, 7118, 1, 0, 0, 0, 7117, 7113, 1, 0, 0, 0, 7117, 7118, 1, 0, 0, 0, 7118, 7119, 1, 0, 0, 0, 7119, 7262, 5, 3, 0, 0, 7120, 7121, 5, 489, 0, 0, 7121, 7122, 5, 2, 0, 0, 7122, 7125, 3, 668, 334, 0, 7123, 7124, 5, 6, 0, 0, 7124, 7126, 3, 740, 370, 0, 7125, 7123, 1, 0, 0, 0, 7125, 7126, 1, 0, 0, 0, 7126, 7127, 1, 0, 0, 0, 7127, 7128, 5, 3, 0, 0, 7128, 7262, 1, 0, 0, 0, 7129, 7130, 5, 410, 0, 0, 7130, 7131, 5, 2, 0, 0, 7131, 7132, 3, 668, 334, 0, 7132, 7133, 5, 84, 0, 0, 7133, 7134, 3, 668, 334, 0, 7134, 7135, 5, 64, 0, 0, 7135, 7138, 3, 668, 334, 0, 7136, 7137, 5, 62, 0, 0, 7137, 7139, 3, 668, 334, 0, 7138, 7136, 1, 0, 0, 0, 7138, 7139, 1, 0, 0, 0, 7139, 7140, 1, 0, 0, 0, 7140, 7141, 5, 3, 0, 0, 7141, 7262, 1, 0, 0, 0, 7142, 7143, 5, 411, 0, 0, 7143, 7148, 5, 2, 0, 0, 7144, 7145, 3, 676, 338, 0, 7145, 7146, 5, 68, 0, 0, 7146, 7147, 3, 676, 338, 0, 7147, 7149, 1, 0, 0, 0, 7148, 7144, 1, 0, 0, 0, 7148, 7149, 1, 0, 0, 0, 7149, 7150, 1, 0, 0, 0, 7150, 7262, 5, 3, 0, 0, 7151, 7152, 5, 417, 0, 0, 7152, 7154, 5, 2, 0, 0, 7153, 7155, 3, 742, 371, 0, 7154, 7153, 1, 0, 0, 0, 7154, 7155, 1, 0, 0, 0, 7155, 7156, 1, 0, 0, 0, 7156, 7262, 5, 3, 0, 0, 7157, 7158, 5, 421, 0, 0, 7158, 7160, 5, 2, 0, 0, 7159, 7161, 7, 98, 0, 0, 7160, 7159, 1, 0, 0, 0, 7160, 7161, 1, 0, 0, 0, 7161, 7166, 1, 0, 0, 0, 7162, 7164, 3, 668, 334, 0, 7163, 7162, 1, 0, 0, 0, 7163, 7164, 1, 0, 0, 0, 7164, 7165, 1, 0, 0, 0, 7165, 7167, 5, 64, 0, 0, 7166, 7163, 1, 0, 0, 0, 7166, 7167, 1, 0, 0, 0, 7167, 7168, 1, 0, 0, 0, 7168, 7169, 3, 726, 363, 0, 7169, 7170, 1, 0, 0, 0, 7170, 7171, 5, 3, 0, 0, 7171, 7262, 1, 0, 0, 0, 7172, 7173, 5, 408, 0, 0, 7173, 7174, 5, 2, 0, 0, 7174, 7175, 3, 668, 334, 0, 7175, 7176, 5, 6, 0, 0, 7176, 7177, 3, 668, 334, 0, 7177, 7178, 5, 3, 0, 0, 7178, 7262, 1, 0, 0, 0, 7179, 7180, 7, 99, 0, 0, 7180, 7262, 3, 528, 264, 0, 7181, 7182, 5, 426, 0, 0, 7182, 7183, 5, 2, 0, 0, 7183, 7184, 5, 266, 0, 0, 7184, 7194, 3, 822, 411, 0, 7185, 7192, 5, 6, 0, 0, 7186, 7187, 5, 424, 0, 0, 7187, 7188, 5, 2, 0, 0, 7188, 7189, 3, 686, 343, 0, 7189, 7190, 5, 3, 0, 0, 7190, 7193, 1, 0, 0, 0, 7191, 7193, 3, 726, 363, 0, 7192, 7186, 1, 0, 0, 0, 7192, 7191, 1, 0, 0, 0, 7193, 7195, 1, 0, 0, 0, 7194, 7185, 1, 0, 0, 0, 7194, 7195, 1, 0, 0, 0, 7195, 7196, 1, 0, 0, 0, 7196, 7197, 5, 3, 0, 0, 7197, 7262, 1, 0, 0, 0, 7198, 7199, 5, 427, 0, 0, 7199, 7200, 5, 2, 0, 0, 7200, 7201, 3, 676, 338, 0, 7201, 7202, 3, 692, 346, 0, 7202, 7203, 5, 3, 0, 0, 7203, 7262, 1, 0, 0, 0, 7204, 7205, 5, 428, 0, 0, 7205, 7206, 5, 2, 0, 0, 7206, 7207, 3, 686, 343, 0, 7207, 7208, 5, 3, 0, 0, 7208, 7262, 1, 0, 0, 0, 7209, 7210, 5, 429, 0, 0, 7210, 7211, 5, 2, 0, 0, 7211, 7212, 3, 690, 345, 0, 7212, 7215, 3, 668, 334, 0, 7213, 7214, 7, 100, 0, 0, 7214, 7216, 5, 378, 0, 0, 7215, 7213, 1, 0, 0, 0, 7215, 7216, 1, 0, 0, 0, 7216, 7217, 1, 0, 0, 0, 7217, 7218, 5, 3, 0, 0, 7218, 7262, 1, 0, 0, 0, 7219, 7220, 5, 430, 0, 0, 7220, 7221, 5, 2, 0, 0, 7221, 7222, 5, 266, 0, 0, 7222, 7225, 3, 822, 411, 0, 7223, 7224, 5, 6, 0, 0, 7224, 7226, 3, 668, 334, 0, 7225, 7223, 1, 0, 0, 0, 7225, 7226, 1, 0, 0, 0, 7226, 7227, 1, 0, 0, 0, 7227, 7228, 5, 3, 0, 0, 7228, 7262, 1, 0, 0, 0, 7229, 7230, 5, 431, 0, 0, 7230, 7231, 5, 2, 0, 0, 7231, 7232, 5, 383, 0, 0, 7232, 7233, 3, 668, 334, 0, 7233, 7234, 5, 6, 0, 0, 7234, 7238, 5, 375, 0, 0, 7235, 7236, 5, 269, 0, 0, 7236, 7239, 5, 450, 0, 0, 7237, 7239, 3, 668, 334, 0, 7238, 7235, 1, 0, 0, 0, 7238, 7237, 1, 0, 0, 0, 7239, 7249, 1, 0, 0, 0, 7240, 7241, 5, 6, 0, 0, 7241, 7247, 5, 339, 0, 0, 7242, 7244, 5, 269, 0, 0, 7243, 7242, 1, 0, 0, 0, 7243, 7244, 1, 0, 0, 0, 7244, 7245, 1, 0, 0, 0, 7245, 7248, 5, 450, 0, 0, 7246, 7248, 5, 385, 0, 0, 7247, 7243, 1, 0, 0, 0, 7247, 7246, 1, 0, 0, 0, 7248, 7250, 1, 0, 0, 0, 7249, 7240, 1, 0, 0, 0, 7249, 7250, 1, 0, 0, 0, 7250, 7251, 1, 0, 0, 0, 7251, 7252, 5, 3, 0, 0, 7252, 7262, 1, 0, 0, 0, 7253, 7254, 5, 432, 0, 0, 7254, 7255, 5, 2, 0, 0, 7255, 7256, 3, 690, 345, 0, 7256, 7257, 3, 668, 334, 0, 7257, 7258, 5, 36, 0, 0, 7258, 7259, 3, 648, 324, 0, 7259, 7260, 5, 3, 0, 0, 7260, 7262, 1, 0, 0, 0, 7261, 7087, 1, 0, 0, 0, 7261, 7093, 1, 0, 0, 0, 7261, 7094, 1, 0, 0, 0, 7261, 7098, 1, 0, 0, 0, 7261, 7099, 1, 0, 0, 0, 7261, 7100, 1, 0, 0, 0, 7261, 7101, 1, 0, 0, 0, 7261, 7102, 1, 0, 0, 0, 7261, 7103, 1, 0, 0, 0, 7261, 7104, 1, 0, 0, 0, 7261, 7111, 1, 0, 0, 0, 7261, 7120, 1, 0, 0, 0, 7261, 7129, 1, 0, 0, 0, 7261, 7142, 1, 0, 0, 0, 7261, 7151, 1, 0, 0, 0, 7261, 7157, 1, 0, 0, 0, 7261, 7172, 1, 0, 0, 0, 7261, 7179, 1, 0, 0, 0, 7261, 7181, 1, 0, 0, 0, 7261, 7198, 1, 0, 0, 0, 7261, 7204, 1, 0, 0, 0, 7261, 7209, 1, 0, 0, 0, 7261, 7219, 1, 0, 0, 0, 7261, 7229, 1, 0, 0, 0, 7261, 7253, 1, 0, 0, 0, 7262, 685, 1, 0, 0, 0, 7263, 7268, 3, 688, 344, 0, 7264, 7265, 5, 6, 0, 0, 7265, 7267, 3, 688, 344, 0, 7266, 7264, 1, 0, 0, 0, 7267, 7270, 1, 0, 0, 0, 7268, 7266, 1, 0, 0, 0, 7268, 7269, 1, 0, 0, 0, 7269, 687, 1, 0, 0, 0, 7270, 7268, 1, 0, 0, 0, 7271, 7274, 3, 668, 334, 0, 7272, 7273, 5, 36, 0, 0, 7273, 7275, 3, 822, 411, 0, 7274, 7272, 1, 0, 0, 0, 7274, 7275, 1, 0, 0, 0, 7275, 689, 1, 0, 0, 0, 7276, 7277, 7, 101, 0, 0, 7277, 691, 1, 0, 0, 0, 7278, 7280, 5, 286, 0, 0, 7279, 7281, 3, 694, 347, 0, 7280, 7279, 1, 0, 0, 0, 7280, 7281, 1, 0, 0, 0, 7281, 7282, 1, 0, 0, 0, 7282, 7284, 3, 676, 338, 0, 7283, 7285, 3, 694, 347, 0, 7284, 7283, 1, 0, 0, 0, 7284, 7285, 1, 0, 0, 0, 7285, 693, 1, 0, 0, 0, 7286, 7287, 5, 147, 0, 0, 7287, 7288, 7, 102, 0, 0, 7288, 695, 1, 0, 0, 0, 7289, 7290, 5, 104, 0, 0, 7290, 7295, 3, 700, 350, 0, 7291, 7292, 5, 6, 0, 0, 7292, 7294, 3, 700, 350, 0, 7293, 7291, 1, 0, 0, 0, 7294, 7297, 1, 0, 0, 0, 7295, 7293, 1, 0, 0, 0, 7295, 7296, 1, 0, 0, 0, 7296, 697, 1, 0, 0, 0, 7297, 7295, 1, 0, 0, 0, 7298, 7299, 5, 67, 0, 0, 7299, 7300, 3, 668, 334, 0, 7300, 699, 1, 0, 0, 0, 7301, 7302, 3, 816, 408, 0, 7302, 7303, 5, 36, 0, 0, 7303, 7304, 3, 704, 352, 0, 7304, 701, 1, 0, 0, 0, 7305, 7308, 5, 124, 0, 0, 7306, 7309, 3, 704, 352, 0, 7307, 7309, 3, 816, 408, 0, 7308, 7306, 1, 0, 0, 0, 7308, 7307, 1, 0, 0, 0, 7309, 703, 1, 0, 0, 0, 7310, 7312, 5, 2, 0, 0, 7311, 7313, 3, 816, 408, 0, 7312, 7311, 1, 0, 0, 0, 7312, 7313, 1, 0, 0, 0, 7313, 7317, 1, 0, 0, 0, 7314, 7315, 5, 285, 0, 0, 7315, 7316, 5, 147, 0, 0, 7316, 7318, 3, 726, 363, 0, 7317, 7314, 1, 0, 0, 0, 7317, 7318, 1, 0, 0, 0, 7318, 7320, 1, 0, 0, 0, 7319, 7321, 3, 580, 290, 0, 7320, 7319, 1, 0, 0, 0, 7320, 7321, 1, 0, 0, 0, 7321, 7323, 1, 0, 0, 0, 7322, 7324, 3, 706, 353, 0, 7323, 7322, 1, 0, 0, 0, 7323, 7324, 1, 0, 0, 0, 7324, 7325, 1, 0, 0, 0, 7325, 7326, 5, 3, 0, 0, 7326, 705, 1, 0, 0, 0, 7327, 7332, 7, 103, 0, 0, 7328, 7329, 5, 387, 0, 0, 7329, 7330, 3, 708, 354, 0, 7330, 7331, 5, 33, 0, 0, 7331, 7333, 1, 0, 0, 0, 7332, 7328, 1, 0, 0, 0, 7332, 7333, 1, 0, 0, 0, 7333, 7334, 1, 0, 0, 0, 7334, 7335, 3, 708, 354, 0, 7335, 7345, 1, 0, 0, 0, 7336, 7343, 5, 199, 0, 0, 7337, 7338, 5, 434, 0, 0, 7338, 7344, 5, 414, 0, 0, 7339, 7344, 5, 66, 0, 0, 7340, 7344, 5, 467, 0, 0, 7341, 7342, 5, 269, 0, 0, 7342, 7344, 5, 482, 0, 0, 7343, 7337, 1, 0, 0, 0, 7343, 7339, 1, 0, 0, 0, 7343, 7340, 1, 0, 0, 0, 7343, 7341, 1, 0, 0, 0, 7344, 7346, 1, 0, 0, 0, 7345, 7336, 1, 0, 0, 0, 7345, 7346, 1, 0, 0, 0, 7346, 707, 1, 0, 0, 0, 7347, 7350, 5, 362, 0, 0, 7348, 7350, 3, 668, 334, 0, 7349, 7347, 1, 0, 0, 0, 7349, 7348, 1, 0, 0, 0, 7350, 7351, 1, 0, 0, 0, 7351, 7355, 7, 104, 0, 0, 7352, 7353, 5, 434, 0, 0, 7353, 7355, 5, 414, 0, 0, 7354, 7349, 1, 0, 0, 0, 7354, 7352, 1, 0, 0, 0, 7355, 709, 1, 0, 0, 0, 7356, 7364, 3, 712, 356, 0, 7357, 7358, 5, 2, 0, 0, 7358, 7359, 3, 726, 363, 0, 7359, 7360, 5, 6, 0, 0, 7360, 7361, 3, 668, 334, 0, 7361, 7362, 5, 3, 0, 0, 7362, 7364, 1, 0, 0, 0, 7363, 7356, 1, 0, 0, 0, 7363, 7357, 1, 0, 0, 0, 7364, 711, 1, 0, 0, 0, 7365, 7366, 5, 414, 0, 0, 7366, 7368, 5, 2, 0, 0, 7367, 7369, 3, 726, 363, 0, 7368, 7367, 1, 0, 0, 0, 7368, 7369, 1, 0, 0, 0, 7369, 7370, 1, 0, 0, 0, 7370, 7371, 5, 3, 0, 0, 7371, 713, 1, 0, 0, 0, 7372, 7373, 7, 105, 0, 0, 7373, 715, 1, 0, 0, 0, 7374, 7377, 5, 29, 0, 0, 7375, 7377, 3, 718, 359, 0, 7376, 7374, 1, 0, 0, 0, 7376, 7375, 1, 0, 0, 0, 7377, 717, 1, 0, 0, 0, 7378, 7379, 7, 106, 0, 0, 7379, 719, 1, 0, 0, 0, 7380, 7387, 5, 29, 0, 0, 7381, 7382, 5, 278, 0, 0, 7382, 7383, 5, 2, 0, 0, 7383, 7384, 3, 408, 204, 0, 7384, 7385, 5, 3, 0, 0, 7385, 7387, 1, 0, 0, 0, 7386, 7380, 1, 0, 0, 0, 7386, 7381, 1, 0, 0, 0, 7387, 721, 1, 0, 0, 0, 7388, 7395, 3, 716, 358, 0, 7389, 7390, 5, 278, 0, 0, 7390, 7391, 5, 2, 0, 0, 7391, 7392, 3, 408, 204, 0, 7392, 7393, 5, 3, 0, 0, 7393, 7395, 1, 0, 0, 0, 7394, 7388, 1, 0, 0, 0, 7394, 7389, 1, 0, 0, 0, 7395, 723, 1, 0, 0, 0, 7396, 7402, 3, 722, 361, 0, 7397, 7399, 5, 77, 0, 0, 7398, 7397, 1, 0, 0, 0, 7398, 7399, 1, 0, 0, 0, 7399, 7400, 1, 0, 0, 0, 7400, 7402, 7, 107, 0, 0, 7401, 7396, 1, 0, 0, 0, 7401, 7398, 1, 0, 0, 0, 7402, 725, 1, 0, 0, 0, 7403, 7408, 3, 668, 334, 0, 7404, 7405, 5, 6, 0, 0, 7405, 7407, 3, 668, 334, 0, 7406, 7404, 1, 0, 0, 0, 7407, 7410, 1, 0, 0, 0, 7408, 7406, 1, 0, 0, 0, 7408, 7409, 1, 0, 0, 0, 7409, 727, 1, 0, 0, 0, 7410, 7408, 1, 0, 0, 0, 7411, 7412, 5, 2, 0, 0, 7412, 7413, 3, 668, 334, 0, 7413, 7414, 5, 3, 0, 0, 7414, 7417, 1, 0, 0, 0, 7415, 7417, 3, 796, 398, 0, 7416, 7411, 1, 0, 0, 0, 7416, 7415, 1, 0, 0, 0, 7417, 729, 1, 0, 0, 0, 7418, 7421, 3, 668, 334, 0, 7419, 7421, 3, 796, 398, 0, 7420, 7418, 1, 0, 0, 0, 7420, 7419, 1, 0, 0, 0, 7421, 731, 1, 0, 0, 0, 7422, 7427, 3, 734, 367, 0, 7423, 7424, 5, 6, 0, 0, 7424, 7426, 3, 734, 367, 0, 7425, 7423, 1, 0, 0, 0, 7426, 7429, 1, 0, 0, 0, 7427, 7425, 1, 0, 0, 0, 7427, 7428, 1, 0, 0, 0, 7428, 733, 1, 0, 0, 0, 7429, 7427, 1, 0, 0, 0, 7430, 7438, 3, 796, 398, 0, 7431, 7438, 3, 668, 334, 0, 7432, 7435, 3, 818, 409, 0, 7433, 7434, 7, 108, 0, 0, 7434, 7436, 3, 668, 334, 0, 7435, 7433, 1, 0, 0, 0, 7435, 7436, 1, 0, 0, 0, 7436, 7438, 1, 0, 0, 0, 7437, 7430, 1, 0, 0, 0, 7437, 7431, 1, 0, 0, 0, 7437, 7432, 1, 0, 0, 0, 7438, 735, 1, 0, 0, 0, 7439, 7449, 5, 4, 0, 0, 7440, 7450, 3, 726, 363, 0, 7441, 7446, 3, 736, 368, 0, 7442, 7443, 5, 6, 0, 0, 7443, 7445, 3, 736, 368, 0, 7444, 7442, 1, 0, 0, 0, 7445, 7448, 1, 0, 0, 0, 7446, 7444, 1, 0, 0, 0, 7446, 7447, 1, 0, 0, 0, 7447, 7450, 1, 0, 0, 0, 7448, 7446, 1, 0, 0, 0, 7449, 7440, 1, 0, 0, 0, 7449, 7441, 1, 0, 0, 0, 7449, 7450, 1, 0, 0, 0, 7450, 7451, 1, 0, 0, 0, 7451, 7452, 5, 5, 0, 0, 7452, 737, 1, 0, 0, 0, 7453, 7462, 3, 824, 412, 0, 7454, 7462, 5, 384, 0, 0, 7455, 7462, 5, 264, 0, 0, 7456, 7462, 5, 176, 0, 0, 7457, 7462, 5, 218, 0, 0, 7458, 7462, 5, 261, 0, 0, 7459, 7462, 5, 326, 0, 0, 7460, 7462, 3, 806, 403, 0, 7461, 7453, 1, 0, 0, 0, 7461, 7454, 1, 0, 0, 0, 7461, 7455, 1, 0, 0, 0, 7461, 7456, 1, 0, 0, 0, 7461, 7457, 1, 0, 0, 0, 7461, 7458, 1, 0, 0, 0, 7461, 7459, 1, 0, 0, 0, 7461, 7460, 1, 0, 0, 0, 7462, 739, 1, 0, 0, 0, 7463, 7464, 7, 109, 0, 0, 7464, 741, 1, 0, 0, 0, 7465, 7466, 3, 668, 334, 0, 7466, 7467, 5, 64, 0, 0, 7467, 7470, 3, 668, 334, 0, 7468, 7469, 5, 62, 0, 0, 7469, 7471, 3, 668, 334, 0, 7470, 7468, 1, 0, 0, 0, 7470, 7471, 1, 0, 0, 0, 7471, 7487, 1, 0, 0, 0, 7472, 7473, 3, 668, 334, 0, 7473, 7474, 5, 62, 0, 0, 7474, 7477, 3, 668, 334, 0, 7475, 7476, 5, 64, 0, 0, 7476, 7478, 3, 668, 334, 0, 7477, 7475, 1, 0, 0, 0, 7477, 7478, 1, 0, 0, 0, 7478, 7487, 1, 0, 0, 0, 7479, 7480, 3, 668, 334, 0, 7480, 7481, 5, 127, 0, 0, 7481, 7482, 3, 668, 334, 0, 7482, 7483, 5, 197, 0, 0, 7483, 7484, 3, 668, 334, 0, 7484, 7487, 1, 0, 0, 0, 7485, 7487, 3, 726, 363, 0, 7486, 7465, 1, 0, 0, 0, 7486, 7472, 1, 0, 0, 0, 7486, 7479, 1, 0, 0, 0, 7486, 7485, 1, 0, 0, 0, 7487, 743, 1, 0, 0, 0, 7488, 7489, 5, 102, 0, 0, 7489, 7490, 3, 668, 334, 0, 7490, 7491, 5, 93, 0, 0, 7491, 7492, 3, 668, 334, 0, 7492, 745, 1, 0, 0, 0, 7493, 7496, 5, 11, 0, 0, 7494, 7497, 3, 822, 411, 0, 7495, 7497, 5, 9, 0, 0, 7496, 7494, 1, 0, 0, 0, 7496, 7495, 1, 0, 0, 0, 7497, 7511, 1, 0, 0, 0, 7498, 7507, 5, 4, 0, 0, 7499, 7508, 3, 668, 334, 0, 7500, 7502, 3, 668, 334, 0, 7501, 7500, 1, 0, 0, 0, 7501, 7502, 1, 0, 0, 0, 7502, 7503, 1, 0, 0, 0, 7503, 7505, 5, 8, 0, 0, 7504, 7506, 3, 668, 334, 0, 7505, 7504, 1, 0, 0, 0, 7505, 7506, 1, 0, 0, 0, 7506, 7508, 1, 0, 0, 0, 7507, 7499, 1, 0, 0, 0, 7507, 7501, 1, 0, 0, 0, 7508, 7509, 1, 0, 0, 0, 7509, 7511, 5, 5, 0, 0, 7510, 7493, 1, 0, 0, 0, 7510, 7498, 1, 0, 0, 0, 7511, 747, 1, 0, 0, 0, 7512, 7514, 3, 746, 373, 0, 7513, 7512, 1, 0, 0, 0, 7514, 7515, 1, 0, 0, 0, 7515, 7513, 1, 0, 0, 0, 7515, 7516, 1, 0, 0, 0, 7516, 749, 1, 0, 0, 0, 7517, 7519, 3, 746, 373, 0, 7518, 7517, 1, 0, 0, 0, 7519, 7522, 1, 0, 0, 0, 7520, 7518, 1, 0, 0, 0, 7520, 7521, 1, 0, 0, 0, 7521, 751, 1, 0, 0, 0, 7522, 7520, 1, 0, 0, 0, 7523, 7528, 3, 754, 377, 0, 7524, 7525, 5, 6, 0, 0, 7525, 7527, 3, 754, 377, 0, 7526, 7524, 1, 0, 0, 0, 7527, 7530, 1, 0, 0, 0, 7528, 7526, 1, 0, 0, 0, 7528, 7529, 1, 0, 0, 0, 7529, 753, 1, 0, 0, 0, 7530, 7528, 1, 0, 0, 0, 7531, 7536, 3, 730, 365, 0, 7532, 7533, 5, 36, 0, 0, 7533, 7537, 3, 822, 411, 0, 7534, 7537, 3, 824, 412, 0, 7535, 7537, 1, 0, 0, 0, 7536, 7532, 1, 0, 0, 0, 7536, 7534, 1, 0, 0, 0, 7536, 7535, 1, 0, 0, 0, 7537, 7540, 1, 0, 0, 0, 7538, 7540, 5, 9, 0, 0, 7539, 7531, 1, 0, 0, 0, 7539, 7538, 1, 0, 0, 0, 7540, 755, 1, 0, 0, 0, 7541, 7546, 3, 776, 388, 0, 7542, 7543, 5, 6, 0, 0, 7543, 7545, 3, 776, 388, 0, 7544, 7542, 1, 0, 0, 0, 7545, 7548, 1, 0, 0, 0, 7546, 7544, 1, 0, 0, 0, 7546, 7547, 1, 0, 0, 0, 7547, 757, 1, 0, 0, 0, 7548, 7546, 1, 0, 0, 0, 7549, 7554, 3, 770, 385, 0, 7550, 7551, 5, 6, 0, 0, 7551, 7553, 3, 770, 385, 0, 7552, 7550, 1, 0, 0, 0, 7553, 7556, 1, 0, 0, 0, 7554, 7552, 1, 0, 0, 0, 7554, 7555, 1, 0, 0, 0, 7555, 759, 1, 0, 0, 0, 7556, 7554, 1, 0, 0, 0, 7557, 7562, 3, 786, 393, 0, 7558, 7559, 5, 6, 0, 0, 7559, 7561, 3, 786, 393, 0, 7560, 7558, 1, 0, 0, 0, 7561, 7564, 1, 0, 0, 0, 7562, 7560, 1, 0, 0, 0, 7562, 7563, 1, 0, 0, 0, 7563, 761, 1, 0, 0, 0, 7564, 7562, 1, 0, 0, 0, 7565, 7570, 3, 784, 392, 0, 7566, 7567, 5, 6, 0, 0, 7567, 7569, 3, 784, 392, 0, 7568, 7566, 1, 0, 0, 0, 7569, 7572, 1, 0, 0, 0, 7570, 7568, 1, 0, 0, 0, 7570, 7571, 1, 0, 0, 0, 7571, 763, 1, 0, 0, 0, 7572, 7570, 1, 0, 0, 0, 7573, 7574, 3, 776, 388, 0, 7574, 765, 1, 0, 0, 0, 7575, 7576, 3, 776, 388, 0, 7576, 767, 1, 0, 0, 0, 7577, 7578, 3, 776, 388, 0, 7578, 769, 1, 0, 0, 0, 7579, 7580, 3, 776, 388, 0, 7580, 771, 1, 0, 0, 0, 7581, 7582, 3, 776, 388, 0, 7582, 773, 1, 0, 0, 0, 7583, 7584, 3, 310, 155, 0, 7584, 775, 1, 0, 0, 0, 7585, 7587, 3, 816, 408, 0, 7586, 7588, 3, 748, 374, 0, 7587, 7586, 1, 0, 0, 0, 7587, 7588, 1, 0, 0, 0, 7588, 777, 1, 0, 0, 0, 7589, 7594, 3, 766, 383, 0, 7590, 7591, 5, 6, 0, 0, 7591, 7593, 3, 766, 383, 0, 7592, 7590, 1, 0, 0, 0, 7593, 7596, 1, 0, 0, 0, 7594, 7592, 1, 0, 0, 0, 7594, 7595, 1, 0, 0, 0, 7595, 779, 1, 0, 0, 0, 7596, 7594, 1, 0, 0, 0, 7597, 7602, 3, 816, 408, 0, 7598, 7599, 5, 6, 0, 0, 7599, 7601, 3, 816, 408, 0, 7600, 7598, 1, 0, 0, 0, 7601, 7604, 1, 0, 0, 0, 7602, 7600, 1, 0, 0, 0, 7602, 7603, 1, 0, 0, 0, 7603, 781, 1, 0, 0, 0, 7604, 7602, 1, 0, 0, 0, 7605, 7606, 3, 310, 155, 0, 7606, 783, 1, 0, 0, 0, 7607, 7608, 3, 310, 155, 0, 7608, 785, 1, 0, 0, 0, 7609, 7610, 3, 310, 155, 0, 7610, 787, 1, 0, 0, 0, 7611, 7612, 3, 816, 408, 0, 7612, 789, 1, 0, 0, 0, 7613, 7614, 3, 816, 408, 0, 7614, 791, 1, 0, 0, 0, 7615, 7620, 3, 818, 409, 0, 7616, 7617, 3, 816, 408, 0, 7617, 7618, 3, 748, 374, 0, 7618, 7620, 1, 0, 0, 0, 7619, 7615, 1, 0, 0, 0, 7619, 7616, 1, 0, 0, 0, 7620, 793, 1, 0, 0, 0, 7621, 7626, 3, 818, 409, 0, 7622, 7623, 3, 816, 408, 0, 7623, 7624, 3, 748, 374, 0, 7624, 7626, 1, 0, 0, 0, 7625, 7621, 1, 0, 0, 0, 7625, 7622, 1, 0, 0, 0, 7626, 795, 1, 0, 0, 0, 7627, 7628, 3, 816, 408, 0, 7628, 7629, 3, 750, 375, 0, 7629, 7632, 1, 0, 0, 0, 7630, 7632, 4, 398, 10, 0, 7631, 7627, 1, 0, 0, 0, 7631, 7630, 1, 0, 0, 0, 7632, 797, 1, 0, 0, 0, 7633, 7634, 3, 816, 408, 0, 7634, 7635, 3, 750, 375, 0, 7635, 799, 1, 0, 0, 0, 7636, 7637, 3, 816, 408, 0, 7637, 801, 1, 0, 0, 0, 7638, 7643, 3, 818, 409, 0, 7639, 7640, 3, 816, 408, 0, 7640, 7641, 3, 748, 374, 0, 7641, 7643, 1, 0, 0, 0, 7642, 7638, 1, 0, 0, 0, 7642, 7639, 1, 0, 0, 0, 7643, 803, 1, 0, 0, 0, 7644, 7649, 3, 818, 409, 0, 7645, 7646, 3, 816, 408, 0, 7646, 7647, 3, 748, 374, 0, 7647, 7649, 1, 0, 0, 0, 7648, 7644, 1, 0, 0, 0, 7648, 7645, 1, 0, 0, 0, 7649, 805, 1, 0, 0, 0, 7650, 7653, 3, 808, 404, 0, 7651, 7652, 5, 487, 0, 0, 7652, 7654, 3, 808, 404, 0, 7653, 7651, 1, 0, 0, 0, 7653, 7654, 1, 0, 0, 0, 7654, 807, 1, 0, 0, 0, 7655, 7667, 5, 561, 0, 0, 7656, 7667, 5, 563, 0, 0, 7657, 7661, 5, 565, 0, 0, 7658, 7660, 5, 590, 0, 0, 7659, 7658, 1, 0, 0, 0, 7660, 7663, 1, 0, 0, 0, 7661, 7659, 1, 0, 0, 0, 7661, 7662, 1, 0, 0, 0, 7662, 7664, 1, 0, 0, 0, 7663, 7661, 1, 0, 0, 0, 7664, 7667, 5, 591, 0, 0, 7665, 7667, 5, 586, 0, 0, 7666, 7655, 1, 0, 0, 0, 7666, 7656, 1, 0, 0, 0, 7666, 7657, 1, 0, 0, 0, 7666, 7665, 1, 0, 0, 0, 7667, 809, 1, 0, 0, 0, 7668, 7670, 7, 30, 0, 0, 7669, 7668, 1, 0, 0, 0, 7669, 7670, 1, 0, 0, 0, 7670, 7671, 1, 0, 0, 0, 7671, 7672, 5, 574, 0, 0, 7672, 811, 1, 0, 0, 0, 7673, 7679, 3, 820, 410, 0, 7674, 7679, 5, 52, 0, 0, 7675, 7679, 5, 49, 0, 0, 7676, 7679, 5, 89, 0, 0, 7677, 7679, 5, 524, 0, 0, 7678, 7673, 1, 0, 0, 0, 7678, 7674, 1, 0, 0, 0, 7678, 7675, 1, 0, 0, 0, 7678, 7676, 1, 0, 0, 0, 7678, 7677, 1, 0, 0, 0, 7679, 813, 1, 0, 0, 0, 7680, 7685, 3, 812, 406, 0, 7681, 7682, 5, 6, 0, 0, 7682, 7684, 3, 812, 406, 0, 7683, 7681, 1, 0, 0, 0, 7684, 7687, 1, 0, 0, 0, 7685, 7683, 1, 0, 0, 0, 7685, 7686, 1, 0, 0, 0, 7686, 815, 1, 0, 0, 0, 7687, 7685, 1, 0, 0, 0, 7688, 7691, 3, 824, 412, 0, 7689, 7691, 3, 828, 414, 0, 7690, 7688, 1, 0, 0, 0, 7690, 7689, 1, 0, 0, 0, 7691, 817, 1, 0, 0, 0, 7692, 7695, 3, 824, 412, 0, 7693, 7695, 3, 830, 415, 0, 7694, 7692, 1, 0, 0, 0, 7694, 7693, 1, 0, 0, 0, 7695, 819, 1, 0, 0, 0, 7696, 7700, 3, 824, 412, 0, 7697, 7700, 3, 828, 414, 0, 7698, 7700, 3, 830, 415, 0, 7699, 7696, 1, 0, 0, 0, 7699, 7697, 1, 0, 0, 0, 7699, 7698, 1, 0, 0, 0, 7700, 821, 1, 0, 0, 0, 7701, 7706, 3, 824, 412, 0, 7702, 7706, 3, 828, 414, 0, 7703, 7706, 3, 830, 415, 0, 7704, 7706, 3, 832, 416, 0, 7705, 7701, 1, 0, 0, 0, 7705, 7702, 1, 0, 0, 0, 7705, 7703, 1, 0, 0, 0, 7705, 7704, 1, 0, 0, 0, 7706, 823, 1, 0, 0, 0, 7707, 7710, 5, 552, 0, 0, 7708, 7709, 5, 487, 0, 0, 7709, 7711, 3, 808, 404, 0, 7710, 7708, 1, 0, 0, 0, 7710, 7711, 1, 0, 0, 0, 7711, 7719, 1, 0, 0, 0, 7712, 7719, 3, 806, 403, 0, 7713, 7719, 5, 553, 0, 0, 7714, 7719, 5, 557, 0, 0, 7715, 7719, 5, 577, 0, 0, 7716, 7719, 5, 578, 0, 0, 7717, 7719, 3, 826, 413, 0, 7718, 7707, 1, 0, 0, 0, 7718, 7712, 1, 0, 0, 0, 7718, 7713, 1, 0, 0, 0, 7718, 7714, 1, 0, 0, 0, 7718, 7715, 1, 0, 0, 0, 7718, 7716, 1, 0, 0, 0, 7718, 7717, 1, 0, 0, 0, 7719, 825, 1, 0, 0, 0, 7720, 7721, 7, 110, 0, 0, 7721, 827, 1, 0, 0, 0, 7722, 7774, 5, 387, 0, 0, 7723, 7774, 5, 388, 0, 0, 7724, 7774, 3, 656, 328, 0, 7725, 7774, 5, 390, 0, 0, 7726, 7774, 5, 391, 0, 0, 7727, 7774, 3, 658, 329, 0, 7728, 7774, 5, 393, 0, 0, 7729, 7774, 5, 394, 0, 0, 7730, 7774, 5, 395, 0, 0, 7731, 7774, 5, 396, 0, 0, 7732, 7774, 5, 397, 0, 0, 7733, 7774, 5, 398, 0, 0, 7734, 7774, 5, 399, 0, 0, 7735, 7774, 5, 470, 0, 0, 7736, 7774, 5, 400, 0, 0, 7737, 7774, 5, 401, 0, 0, 7738, 7774, 5, 402, 0, 0, 7739, 7774, 5, 403, 0, 0, 7740, 7774, 5, 404, 0, 0, 7741, 7774, 5, 405, 0, 0, 7742, 7774, 5, 406, 0, 0, 7743, 7774, 5, 407, 0, 0, 7744, 7774, 5, 489, 0, 0, 7745, 7774, 5, 408, 0, 0, 7746, 7774, 3, 652, 326, 0, 7747, 7774, 5, 453, 0, 0, 7748, 7774, 5, 410, 0, 0, 7749, 7774, 5, 411, 0, 0, 7750, 7774, 5, 412, 0, 0, 7751, 7774, 5, 413, 0, 0, 7752, 7774, 5, 414, 0, 0, 7753, 7774, 5, 415, 0, 0, 7754, 7774, 5, 416, 0, 0, 7755, 7774, 5, 417, 0, 0, 7756, 7774, 5, 418, 0, 0, 7757, 7774, 5, 419, 0, 0, 7758, 7774, 5, 420, 0, 0, 7759, 7774, 5, 421, 0, 0, 7760, 7774, 5, 422, 0, 0, 7761, 7774, 5, 423, 0, 0, 7762, 7774, 5, 424, 0, 0, 7763, 7774, 5, 425, 0, 0, 7764, 7774, 5, 426, 0, 0, 7765, 7774, 5, 427, 0, 0, 7766, 7774, 5, 428, 0, 0, 7767, 7774, 5, 476, 0, 0, 7768, 7774, 5, 429, 0, 0, 7769, 7774, 5, 430, 0, 0, 7770, 7774, 5, 431, 0, 0, 7771, 7774, 5, 432, 0, 0, 7772, 7774, 5, 474, 0, 0, 7773, 7722, 1, 0, 0, 0, 7773, 7723, 1, 0, 0, 0, 7773, 7724, 1, 0, 0, 0, 7773, 7725, 1, 0, 0, 0, 7773, 7726, 1, 0, 0, 0, 7773, 7727, 1, 0, 0, 0, 7773, 7728, 1, 0, 0, 0, 7773, 7729, 1, 0, 0, 0, 7773, 7730, 1, 0, 0, 0, 7773, 7731, 1, 0, 0, 0, 7773, 7732, 1, 0, 0, 0, 7773, 7733, 1, 0, 0, 0, 7773, 7734, 1, 0, 0, 0, 7773, 7735, 1, 0, 0, 0, 7773, 7736, 1, 0, 0, 0, 7773, 7737, 1, 0, 0, 0, 7773, 7738, 1, 0, 0, 0, 7773, 7739, 1, 0, 0, 0, 7773, 7740, 1, 0, 0, 0, 7773, 7741, 1, 0, 0, 0, 7773, 7742, 1, 0, 0, 0, 7773, 7743, 1, 0, 0, 0, 7773, 7744, 1, 0, 0, 0, 7773, 7745, 1, 0, 0, 0, 7773, 7746, 1, 0, 0, 0, 7773, 7747, 1, 0, 0, 0, 7773, 7748, 1, 0, 0, 0, 7773, 7749, 1, 0, 0, 0, 7773, 7750, 1, 0, 0, 0, 7773, 7751, 1, 0, 0, 0, 7773, 7752, 1, 0, 0, 0, 7773, 7753, 1, 0, 0, 0, 7773, 7754, 1, 0, 0, 0, 7773, 7755, 1, 0, 0, 0, 7773, 7756, 1, 0, 0, 0, 7773, 7757, 1, 0, 0, 0, 7773, 7758, 1, 0, 0, 0, 7773, 7759, 1, 0, 0, 0, 7773, 7760, 1, 0, 0, 0, 7773, 7761, 1, 0, 0, 0, 7773, 7762, 1, 0, 0, 0, 7773, 7763, 1, 0, 0, 0, 7773, 7764, 1, 0, 0, 0, 7773, 7765, 1, 0, 0, 0, 7773, 7766, 1, 0, 0, 0, 7773, 7767, 1, 0, 0, 0, 7773, 7768, 1, 0, 0, 0, 7773, 7769, 1, 0, 0, 0, 7773, 7770, 1, 0, 0, 0, 7773, 7771, 1, 0, 0, 0, 7773, 7772, 1, 0, 0, 0, 7774, 829, 1, 0, 0, 0, 7775, 7776, 7, 111, 0, 0, 7776, 831, 1, 0, 0, 0, 7777, 7778, 7, 112, 0, 0, 7778, 833, 1, 0, 0, 0, 7779, 7781, 3, 836, 418, 0, 7780, 7779, 1, 0, 0, 0, 7780, 7781, 1, 0, 0, 0, 7781, 7792, 1, 0, 0, 0, 7782, 7790, 5, 178, 0, 0, 7783, 7787, 3, 838, 419, 0, 7784, 7787, 5, 178, 0, 0, 7785, 7787, 3, 836, 418, 0, 7786, 7783, 1, 0, 0, 0, 7786, 7784, 1, 0, 0, 0, 7786, 7785, 1, 0, 0, 0, 7787, 7788, 1, 0, 0, 0, 7788, 7786, 1, 0, 0, 0, 7788, 7789, 1, 0, 0, 0, 7789, 7791, 1, 0, 0, 0, 7790, 7786, 1, 0, 0, 0, 7790, 7791, 1, 0, 0, 0, 7791, 7793, 1, 0, 0, 0, 7792, 7782, 1, 0, 0, 0, 7792, 7793, 1, 0, 0, 0, 7793, 7794, 1, 0, 0, 0, 7794, 7798, 5, 146, 0, 0, 7795, 7797, 3, 844, 422, 0, 7796, 7795, 1, 0, 0, 0, 7797, 7800, 1, 0, 0, 0, 7798, 7796, 1, 0, 0, 0, 7798, 7799, 1, 0, 0, 0, 7799, 7802, 1, 0, 0, 0, 7800, 7798, 1, 0, 0, 0, 7801, 7803, 3, 922, 461, 0, 7802, 7801, 1, 0, 0, 0, 7802, 7803, 1, 0, 0, 0, 7803, 7804, 1, 0, 0, 0, 7804, 7806, 5, 454, 0, 0, 7805, 7807, 3, 926, 463, 0, 7806, 7805, 1, 0, 0, 0, 7806, 7807, 1, 0, 0, 0, 7807, 835, 1, 0, 0, 0, 7808, 7809, 5, 18, 0, 0, 7809, 7810, 3, 926, 463, 0, 7810, 7811, 5, 19, 0, 0, 7811, 837, 1, 0, 0, 0, 7812, 7859, 3, 926, 463, 0, 7813, 7814, 5, 496, 0, 0, 7814, 7817, 5, 62, 0, 0, 7815, 7818, 5, 28, 0, 0, 7816, 7818, 3, 816, 408, 0, 7817, 7815, 1, 0, 0, 0, 7817, 7816, 1, 0, 0, 0, 7818, 7860, 1, 0, 0, 0, 7819, 7821, 5, 497, 0, 0, 7820, 7819, 1, 0, 0, 0, 7820, 7821, 1, 0, 0, 0, 7821, 7822, 1, 0, 0, 0, 7822, 7824, 3, 646, 323, 0, 7823, 7825, 3, 90, 45, 0, 7824, 7823, 1, 0, 0, 0, 7824, 7825, 1, 0, 0, 0, 7825, 7828, 1, 0, 0, 0, 7826, 7827, 5, 77, 0, 0, 7827, 7829, 5, 78, 0, 0, 7828, 7826, 1, 0, 0, 0, 7828, 7829, 1, 0, 0, 0, 7829, 7835, 1, 0, 0, 0, 7830, 7833, 3, 842, 421, 0, 7831, 7833, 5, 53, 0, 0, 7832, 7830, 1, 0, 0, 0, 7832, 7831, 1, 0, 0, 0, 7833, 7834, 1, 0, 0, 0, 7834, 7836, 3, 928, 464, 0, 7835, 7832, 1, 0, 0, 0, 7835, 7836, 1, 0, 0, 0, 7836, 7860, 1, 0, 0, 0, 7837, 7839, 5, 269, 0, 0, 7838, 7837, 1, 0, 0, 0, 7838, 7839, 1, 0, 0, 0, 7839, 7840, 1, 0, 0, 0, 7840, 7842, 5, 324, 0, 0, 7841, 7838, 1, 0, 0, 0, 7841, 7842, 1, 0, 0, 0, 7842, 7843, 1, 0, 0, 0, 7843, 7855, 5, 172, 0, 0, 7844, 7845, 5, 2, 0, 0, 7845, 7850, 3, 840, 420, 0, 7846, 7847, 5, 6, 0, 0, 7847, 7849, 3, 840, 420, 0, 7848, 7846, 1, 0, 0, 0, 7849, 7852, 1, 0, 0, 0, 7850, 7848, 1, 0, 0, 0, 7850, 7851, 1, 0, 0, 0, 7851, 7853, 1, 0, 0, 0, 7852, 7850, 1, 0, 0, 0, 7853, 7854, 5, 3, 0, 0, 7854, 7856, 1, 0, 0, 0, 7855, 7844, 1, 0, 0, 0, 7855, 7856, 1, 0, 0, 0, 7856, 7857, 1, 0, 0, 0, 7857, 7858, 7, 113, 0, 0, 7858, 7860, 3, 554, 277, 0, 7859, 7813, 1, 0, 0, 0, 7859, 7820, 1, 0, 0, 0, 7859, 7841, 1, 0, 0, 0, 7860, 7861, 1, 0, 0, 0, 7861, 7862, 5, 7, 0, 0, 7862, 839, 1, 0, 0, 0, 7863, 7864, 3, 926, 463, 0, 7864, 7865, 3, 646, 323, 0, 7865, 841, 1, 0, 0, 0, 7866, 7867, 7, 114, 0, 0, 7867, 843, 1, 0, 0, 0, 7868, 7869, 3, 834, 417, 0, 7869, 7870, 5, 7, 0, 0, 7870, 7893, 1, 0, 0, 0, 7871, 7893, 3, 872, 436, 0, 7872, 7893, 3, 874, 437, 0, 7873, 7893, 3, 850, 425, 0, 7874, 7893, 3, 858, 429, 0, 7875, 7893, 3, 862, 431, 0, 7876, 7893, 3, 864, 432, 0, 7877, 7893, 3, 868, 434, 0, 7878, 7893, 3, 870, 435, 0, 7879, 7893, 3, 878, 439, 0, 7880, 7893, 3, 882, 441, 0, 7881, 7893, 3, 884, 442, 0, 7882, 7893, 3, 846, 423, 0, 7883, 7893, 3, 848, 424, 0, 7884, 7893, 3, 852, 426, 0, 7885, 7893, 3, 888, 444, 0, 7886, 7893, 3, 892, 446, 0, 7887, 7893, 3, 896, 448, 0, 7888, 7893, 3, 912, 456, 0, 7889, 7893, 3, 914, 457, 0, 7890, 7893, 3, 916, 458, 0, 7891, 7893, 3, 918, 459, 0, 7892, 7868, 1, 0, 0, 0, 7892, 7871, 1, 0, 0, 0, 7892, 7872, 1, 0, 0, 0, 7892, 7873, 1, 0, 0, 0, 7892, 7874, 1, 0, 0, 0, 7892, 7875, 1, 0, 0, 0, 7892, 7876, 1, 0, 0, 0, 7892, 7877, 1, 0, 0, 0, 7892, 7878, 1, 0, 0, 0, 7892, 7879, 1, 0, 0, 0, 7892, 7880, 1, 0, 0, 0, 7892, 7881, 1, 0, 0, 0, 7892, 7882, 1, 0, 0, 0, 7892, 7883, 1, 0, 0, 0, 7892, 7884, 1, 0, 0, 0, 7892, 7885, 1, 0, 0, 0, 7892, 7886, 1, 0, 0, 0, 7892, 7887, 1, 0, 0, 0, 7892, 7888, 1, 0, 0, 0, 7892, 7889, 1, 0, 0, 0, 7892, 7890, 1, 0, 0, 0, 7892, 7891, 1, 0, 0, 0, 7893, 845, 1, 0, 0, 0, 7894, 7895, 5, 498, 0, 0, 7895, 7896, 3, 928, 464, 0, 7896, 7897, 5, 7, 0, 0, 7897, 847, 1, 0, 0, 0, 7898, 7899, 5, 433, 0, 0, 7899, 7906, 3, 926, 463, 0, 7900, 7902, 5, 2, 0, 0, 7901, 7903, 3, 726, 363, 0, 7902, 7901, 1, 0, 0, 0, 7902, 7903, 1, 0, 0, 0, 7903, 7904, 1, 0, 0, 0, 7904, 7905, 5, 3, 0, 0, 7905, 7907, 5, 7, 0, 0, 7906, 7900, 1, 0, 0, 0, 7906, 7907, 1, 0, 0, 0, 7907, 7918, 1, 0, 0, 0, 7908, 7909, 5, 57, 0, 0, 7909, 7910, 3, 926, 463, 0, 7910, 7912, 5, 2, 0, 0, 7911, 7913, 3, 726, 363, 0, 7912, 7911, 1, 0, 0, 0, 7912, 7913, 1, 0, 0, 0, 7913, 7914, 1, 0, 0, 0, 7914, 7915, 5, 3, 0, 0, 7915, 7916, 5, 7, 0, 0, 7916, 7918, 1, 0, 0, 0, 7917, 7898, 1, 0, 0, 0, 7917, 7908, 1, 0, 0, 0, 7918, 849, 1, 0, 0, 0, 7919, 7920, 3, 856, 428, 0, 7920, 7921, 3, 842, 421, 0, 7921, 7922, 3, 928, 464, 0, 7922, 7923, 5, 7, 0, 0, 7923, 851, 1, 0, 0, 0, 7924, 7926, 5, 499, 0, 0, 7925, 7927, 7, 115, 0, 0, 7926, 7925, 1, 0, 0, 0, 7926, 7927, 1, 0, 0, 0, 7927, 7928, 1, 0, 0, 0, 7928, 7929, 5, 500, 0, 0, 7929, 7934, 3, 854, 427, 0, 7930, 7931, 5, 6, 0, 0, 7931, 7933, 3, 854, 427, 0, 7932, 7930, 1, 0, 0, 0, 7933, 7936, 1, 0, 0, 0, 7934, 7932, 1, 0, 0, 0, 7934, 7935, 1, 0, 0, 0, 7935, 7937, 1, 0, 0, 0, 7936, 7934, 1, 0, 0, 0, 7937, 7938, 5, 7, 0, 0, 7938, 853, 1, 0, 0, 0, 7939, 7940, 3, 856, 428, 0, 7940, 7941, 3, 842, 421, 0, 7941, 7942, 3, 816, 408, 0, 7942, 855, 1, 0, 0, 0, 7943, 7946, 3, 310, 155, 0, 7944, 7946, 5, 28, 0, 0, 7945, 7943, 1, 0, 0, 0, 7945, 7944, 1, 0, 0, 0, 7946, 7953, 1, 0, 0, 0, 7947, 7948, 5, 4, 0, 0, 7948, 7949, 3, 668, 334, 0, 7949, 7950, 5, 5, 0, 0, 7950, 7952, 1, 0, 0, 0, 7951, 7947, 1, 0, 0, 0, 7952, 7955, 1, 0, 0, 0, 7953, 7951, 1, 0, 0, 0, 7953, 7954, 1, 0, 0, 0, 7954, 857, 1, 0, 0, 0, 7955, 7953, 1, 0, 0, 0, 7956, 7957, 5, 220, 0, 0, 7957, 7958, 3, 928, 464, 0, 7958, 7962, 5, 93, 0, 0, 7959, 7961, 3, 844, 422, 0, 7960, 7959, 1, 0, 0, 0, 7961, 7964, 1, 0, 0, 0, 7962, 7960, 1, 0, 0, 0, 7962, 7963, 1, 0, 0, 0, 7963, 7976, 1, 0, 0, 0, 7964, 7962, 1, 0, 0, 0, 7965, 7966, 5, 502, 0, 0, 7966, 7967, 3, 668, 334, 0, 7967, 7971, 5, 93, 0, 0, 7968, 7970, 3, 844, 422, 0, 7969, 7968, 1, 0, 0, 0, 7970, 7973, 1, 0, 0, 0, 7971, 7969, 1, 0, 0, 0, 7971, 7972, 1, 0, 0, 0, 7972, 7975, 1, 0, 0, 0, 7973, 7971, 1, 0, 0, 0, 7974, 7965, 1, 0, 0, 0, 7975, 7978, 1, 0, 0, 0, 7976, 7974, 1, 0, 0, 0, 7976, 7977, 1, 0, 0, 0, 7977, 7980, 1, 0, 0, 0, 7978, 7976, 1, 0, 0, 0, 7979, 7981, 3, 860, 430, 0, 7980, 7979, 1, 0, 0, 0, 7980, 7981, 1, 0, 0, 0, 7981, 7982, 1, 0, 0, 0, 7982, 7983, 5, 454, 0, 0, 7983, 7984, 5, 220, 0, 0, 7984, 7985, 5, 7, 0, 0, 7985, 859, 1, 0, 0, 0, 7986, 7990, 5, 58, 0, 0, 7987, 7989, 3, 844, 422, 0, 7988, 7987, 1, 0, 0, 0, 7989, 7992, 1, 0, 0, 0, 7990, 7988, 1, 0, 0, 0, 7990, 7991, 1, 0, 0, 0, 7991, 861, 1, 0, 0, 0, 7992, 7990, 1, 0, 0, 0, 7993, 7995, 5, 40, 0, 0, 7994, 7996, 3, 928, 464, 0, 7995, 7994, 1, 0, 0, 0, 7995, 7996, 1, 0, 0, 0, 7996, 8006, 1, 0, 0, 0, 7997, 7998, 5, 102, 0, 0, 7998, 7999, 3, 726, 363, 0, 7999, 8003, 5, 93, 0, 0, 8000, 8002, 3, 844, 422, 0, 8001, 8000, 1, 0, 0, 0, 8002, 8005, 1, 0, 0, 0, 8003, 8001, 1, 0, 0, 0, 8003, 8004, 1, 0, 0, 0, 8004, 8007, 1, 0, 0, 0, 8005, 8003, 1, 0, 0, 0, 8006, 7997, 1, 0, 0, 0, 8007, 8008, 1, 0, 0, 0, 8008, 8006, 1, 0, 0, 0, 8008, 8009, 1, 0, 0, 0, 8009, 8011, 1, 0, 0, 0, 8010, 8012, 3, 860, 430, 0, 8011, 8010, 1, 0, 0, 0, 8011, 8012, 1, 0, 0, 0, 8012, 8013, 1, 0, 0, 0, 8013, 8014, 5, 454, 0, 0, 8014, 8015, 5, 40, 0, 0, 8015, 8016, 5, 7, 0, 0, 8016, 863, 1, 0, 0, 0, 8017, 8019, 3, 836, 418, 0, 8018, 8017, 1, 0, 0, 0, 8018, 8019, 1, 0, 0, 0, 8019, 8024, 1, 0, 0, 0, 8020, 8021, 5, 503, 0, 0, 8021, 8025, 3, 668, 334, 0, 8022, 8023, 5, 62, 0, 0, 8023, 8025, 3, 866, 433, 0, 8024, 8020, 1, 0, 0, 0, 8024, 8022, 1, 0, 0, 0, 8024, 8025, 1, 0, 0, 0, 8025, 8026, 1, 0, 0, 0, 8026, 8027, 3, 880, 440, 0, 8027, 865, 1, 0, 0, 0, 8028, 8029, 3, 308, 154, 0, 8029, 8052, 5, 68, 0, 0, 8030, 8032, 3, 816, 408, 0, 8031, 8033, 3, 528, 264, 0, 8032, 8031, 1, 0, 0, 0, 8032, 8033, 1, 0, 0, 0, 8033, 8053, 1, 0, 0, 0, 8034, 8053, 3, 554, 277, 0, 8035, 8053, 3, 514, 257, 0, 8036, 8037, 5, 202, 0, 0, 8037, 8040, 3, 668, 334, 0, 8038, 8039, 5, 100, 0, 0, 8039, 8041, 3, 726, 363, 0, 8040, 8038, 1, 0, 0, 0, 8040, 8041, 1, 0, 0, 0, 8041, 8053, 1, 0, 0, 0, 8042, 8044, 5, 504, 0, 0, 8043, 8042, 1, 0, 0, 0, 8043, 8044, 1, 0, 0, 0, 8044, 8045, 1, 0, 0, 0, 8045, 8046, 3, 668, 334, 0, 8046, 8047, 5, 24, 0, 0, 8047, 8050, 3, 668, 334, 0, 8048, 8049, 5, 147, 0, 0, 8049, 8051, 3, 668, 334, 0, 8050, 8048, 1, 0, 0, 0, 8050, 8051, 1, 0, 0, 0, 8051, 8053, 1, 0, 0, 0, 8052, 8030, 1, 0, 0, 0, 8052, 8034, 1, 0, 0, 0, 8052, 8035, 1, 0, 0, 0, 8052, 8036, 1, 0, 0, 0, 8052, 8043, 1, 0, 0, 0, 8053, 867, 1, 0, 0, 0, 8054, 8056, 3, 836, 418, 0, 8055, 8054, 1, 0, 0, 0, 8055, 8056, 1, 0, 0, 0, 8056, 8057, 1, 0, 0, 0, 8057, 8058, 5, 505, 0, 0, 8058, 8061, 3, 308, 154, 0, 8059, 8060, 5, 506, 0, 0, 8060, 8062, 5, 574, 0, 0, 8061, 8059, 1, 0, 0, 0, 8061, 8062, 1, 0, 0, 0, 8062, 8063, 1, 0, 0, 0, 8063, 8064, 5, 68, 0, 0, 8064, 8065, 5, 35, 0, 0, 8065, 8066, 3, 668, 334, 0, 8066, 8067, 3, 880, 440, 0, 8067, 869, 1, 0, 0, 0, 8068, 8070, 7, 116, 0, 0, 8069, 8071, 3, 926, 463, 0, 8070, 8069, 1, 0, 0, 0, 8070, 8071, 1, 0, 0, 0, 8071, 8074, 1, 0, 0, 0, 8072, 8073, 5, 102, 0, 0, 8073, 8075, 3, 928, 464, 0, 8074, 8072, 1, 0, 0, 0, 8074, 8075, 1, 0, 0, 0, 8075, 8076, 1, 0, 0, 0, 8076, 8077, 5, 7, 0, 0, 8077, 871, 1, 0, 0, 0, 8078, 8093, 5, 508, 0, 0, 8079, 8080, 5, 268, 0, 0, 8080, 8094, 3, 928, 464, 0, 8081, 8088, 5, 509, 0, 0, 8082, 8083, 5, 202, 0, 0, 8083, 8084, 3, 668, 334, 0, 8084, 8085, 5, 100, 0, 0, 8085, 8086, 3, 726, 363, 0, 8086, 8089, 1, 0, 0, 0, 8087, 8089, 3, 554, 277, 0, 8088, 8082, 1, 0, 0, 0, 8088, 8087, 1, 0, 0, 0, 8089, 8094, 1, 0, 0, 0, 8090, 8092, 3, 928, 464, 0, 8091, 8090, 1, 0, 0, 0, 8091, 8092, 1, 0, 0, 0, 8092, 8094, 1, 0, 0, 0, 8093, 8079, 1, 0, 0, 0, 8093, 8081, 1, 0, 0, 0, 8093, 8091, 1, 0, 0, 0, 8094, 8095, 1, 0, 0, 0, 8095, 8096, 5, 7, 0, 0, 8096, 873, 1, 0, 0, 0, 8097, 8127, 5, 510, 0, 0, 8098, 8100, 7, 117, 0, 0, 8099, 8098, 1, 0, 0, 0, 8099, 8100, 1, 0, 0, 0, 8100, 8113, 1, 0, 0, 0, 8101, 8114, 3, 824, 412, 0, 8102, 8103, 5, 511, 0, 0, 8103, 8114, 3, 806, 403, 0, 8104, 8111, 3, 806, 403, 0, 8105, 8106, 5, 6, 0, 0, 8106, 8108, 3, 668, 334, 0, 8107, 8105, 1, 0, 0, 0, 8108, 8109, 1, 0, 0, 0, 8109, 8107, 1, 0, 0, 0, 8109, 8110, 1, 0, 0, 0, 8110, 8112, 1, 0, 0, 0, 8111, 8107, 1, 0, 0, 0, 8111, 8112, 1, 0, 0, 0, 8112, 8114, 1, 0, 0, 0, 8113, 8101, 1, 0, 0, 0, 8113, 8102, 1, 0, 0, 0, 8113, 8104, 1, 0, 0, 0, 8113, 8114, 1, 0, 0, 0, 8114, 8124, 1, 0, 0, 0, 8115, 8116, 5, 100, 0, 0, 8116, 8121, 3, 876, 438, 0, 8117, 8118, 5, 6, 0, 0, 8118, 8120, 3, 876, 438, 0, 8119, 8117, 1, 0, 0, 0, 8120, 8123, 1, 0, 0, 0, 8121, 8119, 1, 0, 0, 0, 8121, 8122, 1, 0, 0, 0, 8122, 8125, 1, 0, 0, 0, 8123, 8121, 1, 0, 0, 0, 8124, 8115, 1, 0, 0, 0, 8124, 8125, 1, 0, 0, 0, 8125, 8126, 1, 0, 0, 0, 8126, 8128, 5, 7, 0, 0, 8127, 8099, 1, 0, 0, 0, 8127, 8128, 1, 0, 0, 0, 8128, 875, 1, 0, 0, 0, 8129, 8130, 3, 824, 412, 0, 8130, 8131, 5, 10, 0, 0, 8131, 8132, 3, 668, 334, 0, 8132, 877, 1, 0, 0, 0, 8133, 8134, 5, 518, 0, 0, 8134, 8137, 3, 928, 464, 0, 8135, 8136, 5, 6, 0, 0, 8136, 8138, 3, 928, 464, 0, 8137, 8135, 1, 0, 0, 0, 8137, 8138, 1, 0, 0, 0, 8138, 8139, 1, 0, 0, 0, 8139, 8140, 5, 7, 0, 0, 8140, 879, 1, 0, 0, 0, 8141, 8145, 5, 519, 0, 0, 8142, 8144, 3, 844, 422, 0, 8143, 8142, 1, 0, 0, 0, 8144, 8147, 1, 0, 0, 0, 8145, 8143, 1, 0, 0, 0, 8145, 8146, 1, 0, 0, 0, 8146, 8148, 1, 0, 0, 0, 8147, 8145, 1, 0, 0, 0, 8148, 8149, 5, 454, 0, 0, 8149, 8151, 5, 519, 0, 0, 8150, 8152, 3, 926, 463, 0, 8151, 8150, 1, 0, 0, 0, 8151, 8152, 1, 0, 0, 0, 8152, 8153, 1, 0, 0, 0, 8153, 8154, 5, 7, 0, 0, 8154, 881, 1, 0, 0, 0, 8155, 8157, 3, 4, 2, 0, 8156, 8158, 3, 886, 443, 0, 8157, 8156, 1, 0, 0, 0, 8157, 8158, 1, 0, 0, 0, 8158, 8159, 1, 0, 0, 0, 8159, 8160, 5, 7, 0, 0, 8160, 883, 1, 0, 0, 0, 8161, 8162, 5, 202, 0, 0, 8162, 8178, 3, 668, 334, 0, 8163, 8165, 3, 886, 443, 0, 8164, 8163, 1, 0, 0, 0, 8164, 8165, 1, 0, 0, 0, 8165, 8168, 1, 0, 0, 0, 8166, 8167, 5, 100, 0, 0, 8167, 8169, 3, 726, 363, 0, 8168, 8166, 1, 0, 0, 0, 8168, 8169, 1, 0, 0, 0, 8169, 8179, 1, 0, 0, 0, 8170, 8171, 5, 100, 0, 0, 8171, 8173, 3, 726, 363, 0, 8172, 8170, 1, 0, 0, 0, 8172, 8173, 1, 0, 0, 0, 8173, 8175, 1, 0, 0, 0, 8174, 8176, 3, 886, 443, 0, 8175, 8174, 1, 0, 0, 0, 8175, 8176, 1, 0, 0, 0, 8176, 8179, 1, 0, 0, 0, 8177, 8179, 1, 0, 0, 0, 8178, 8164, 1, 0, 0, 0, 8178, 8172, 1, 0, 0, 0, 8178, 8177, 1, 0, 0, 0, 8179, 8180, 1, 0, 0, 0, 8180, 8181, 5, 7, 0, 0, 8181, 885, 1, 0, 0, 0, 8182, 8184, 5, 71, 0, 0, 8183, 8185, 5, 346, 0, 0, 8184, 8183, 1, 0, 0, 0, 8184, 8185, 1, 0, 0, 0, 8185, 8186, 1, 0, 0, 0, 8186, 8187, 3, 726, 363, 0, 8187, 887, 1, 0, 0, 0, 8188, 8220, 5, 520, 0, 0, 8189, 8194, 3, 920, 460, 0, 8190, 8192, 5, 269, 0, 0, 8191, 8190, 1, 0, 0, 0, 8191, 8192, 1, 0, 0, 0, 8192, 8193, 1, 0, 0, 0, 8193, 8195, 5, 324, 0, 0, 8194, 8191, 1, 0, 0, 0, 8194, 8195, 1, 0, 0, 0, 8195, 8196, 1, 0, 0, 0, 8196, 8204, 5, 62, 0, 0, 8197, 8205, 3, 554, 277, 0, 8198, 8199, 5, 202, 0, 0, 8199, 8202, 3, 928, 464, 0, 8200, 8201, 5, 100, 0, 0, 8201, 8203, 3, 726, 363, 0, 8202, 8200, 1, 0, 0, 0, 8202, 8203, 1, 0, 0, 0, 8203, 8205, 1, 0, 0, 0, 8204, 8197, 1, 0, 0, 0, 8204, 8198, 1, 0, 0, 0, 8205, 8221, 1, 0, 0, 0, 8206, 8218, 3, 816, 408, 0, 8207, 8208, 5, 2, 0, 0, 8208, 8213, 3, 890, 445, 0, 8209, 8210, 5, 6, 0, 0, 8210, 8212, 3, 890, 445, 0, 8211, 8209, 1, 0, 0, 0, 8212, 8215, 1, 0, 0, 0, 8213, 8211, 1, 0, 0, 0, 8213, 8214, 1, 0, 0, 0, 8214, 8216, 1, 0, 0, 0, 8215, 8213, 1, 0, 0, 0, 8216, 8217, 5, 3, 0, 0, 8217, 8219, 1, 0, 0, 0, 8218, 8207, 1, 0, 0, 0, 8218, 8219, 1, 0, 0, 0, 8219, 8221, 1, 0, 0, 0, 8220, 8189, 1, 0, 0, 0, 8220, 8206, 1, 0, 0, 0, 8221, 8222, 1, 0, 0, 0, 8222, 8223, 5, 7, 0, 0, 8223, 889, 1, 0, 0, 0, 8224, 8225, 3, 816, 408, 0, 8225, 8226, 5, 20, 0, 0, 8226, 8228, 1, 0, 0, 0, 8227, 8224, 1, 0, 0, 0, 8227, 8228, 1, 0, 0, 0, 8228, 8229, 1, 0, 0, 0, 8229, 8230, 3, 668, 334, 0, 8230, 891, 1, 0, 0, 0, 8231, 8233, 5, 61, 0, 0, 8232, 8234, 3, 894, 447, 0, 8233, 8232, 1, 0, 0, 0, 8233, 8234, 1, 0, 0, 0, 8234, 8236, 1, 0, 0, 0, 8235, 8237, 3, 326, 163, 0, 8236, 8235, 1, 0, 0, 0, 8236, 8237, 1, 0, 0, 0, 8237, 8238, 1, 0, 0, 0, 8238, 8239, 3, 920, 460, 0, 8239, 8240, 5, 71, 0, 0, 8240, 8241, 3, 726, 363, 0, 8241, 8242, 5, 7, 0, 0, 8242, 893, 1, 0, 0, 0, 8243, 8258, 5, 268, 0, 0, 8244, 8258, 5, 293, 0, 0, 8245, 8258, 5, 207, 0, 0, 8246, 8258, 5, 249, 0, 0, 8247, 8249, 7, 51, 0, 0, 8248, 8247, 1, 0, 0, 0, 8248, 8249, 1, 0, 0, 0, 8249, 8250, 1, 0, 0, 0, 8250, 8258, 3, 668, 334, 0, 8251, 8258, 5, 30, 0, 0, 8252, 8255, 7, 118, 0, 0, 8253, 8256, 3, 668, 334, 0, 8254, 8256, 5, 30, 0, 0, 8255, 8253, 1, 0, 0, 0, 8255, 8254, 1, 0, 0, 0, 8255, 8256, 1, 0, 0, 0, 8256, 8258, 1, 0, 0, 0, 8257, 8243, 1, 0, 0, 0, 8257, 8244, 1, 0, 0, 0, 8257, 8245, 1, 0, 0, 0, 8257, 8246, 1, 0, 0, 0, 8257, 8248, 1, 0, 0, 0, 8257, 8251, 1, 0, 0, 0, 8257, 8252, 1, 0, 0, 0, 8258, 895, 1, 0, 0, 0, 8259, 8261, 5, 265, 0, 0, 8260, 8262, 3, 894, 447, 0, 8261, 8260, 1, 0, 0, 0, 8261, 8262, 1, 0, 0, 0, 8262, 8263, 1, 0, 0, 0, 8263, 8264, 3, 920, 460, 0, 8264, 8265, 5, 7, 0, 0, 8265, 897, 1, 0, 0, 0, 8266, 8268, 3, 566, 283, 0, 8267, 8266, 1, 0, 0, 0, 8267, 8268, 1, 0, 0, 0, 8268, 8269, 1, 0, 0, 0, 8269, 8270, 5, 525, 0, 0, 8270, 8272, 5, 71, 0, 0, 8271, 8273, 5, 81, 0, 0, 8272, 8271, 1, 0, 0, 0, 8272, 8273, 1, 0, 0, 0, 8273, 8274, 1, 0, 0, 0, 8274, 8276, 3, 770, 385, 0, 8275, 8277, 5, 9, 0, 0, 8276, 8275, 1, 0, 0, 0, 8276, 8277, 1, 0, 0, 0, 8277, 8282, 1, 0, 0, 0, 8278, 8280, 5, 36, 0, 0, 8279, 8278, 1, 0, 0, 0, 8279, 8280, 1, 0, 0, 0, 8280, 8281, 1, 0, 0, 0, 8281, 8283, 3, 816, 408, 0, 8282, 8279, 1, 0, 0, 0, 8282, 8283, 1, 0, 0, 0, 8283, 8284, 1, 0, 0, 0, 8284, 8285, 5, 100, 0, 0, 8285, 8286, 3, 900, 450, 0, 8286, 8287, 5, 80, 0, 0, 8287, 8289, 3, 668, 334, 0, 8288, 8290, 3, 902, 451, 0, 8289, 8288, 1, 0, 0, 0, 8290, 8291, 1, 0, 0, 0, 8291, 8289, 1, 0, 0, 0, 8291, 8292, 1, 0, 0, 0, 8292, 8294, 1, 0, 0, 0, 8293, 8295, 3, 540, 270, 0, 8294, 8293, 1, 0, 0, 0, 8294, 8295, 1, 0, 0, 0, 8295, 899, 1, 0, 0, 0, 8296, 8298, 5, 81, 0, 0, 8297, 8296, 1, 0, 0, 0, 8297, 8298, 1, 0, 0, 0, 8298, 8299, 1, 0, 0, 0, 8299, 8301, 3, 770, 385, 0, 8300, 8302, 5, 9, 0, 0, 8301, 8300, 1, 0, 0, 0, 8301, 8302, 1, 0, 0, 0, 8302, 8308, 1, 0, 0, 0, 8303, 8306, 3, 558, 279, 0, 8304, 8306, 3, 602, 301, 0, 8305, 8303, 1, 0, 0, 0, 8305, 8304, 1, 0, 0, 0, 8306, 8308, 1, 0, 0, 0, 8307, 8297, 1, 0, 0, 0, 8307, 8305, 1, 0, 0, 0, 8308, 8313, 1, 0, 0, 0, 8309, 8311, 5, 36, 0, 0, 8310, 8309, 1, 0, 0, 0, 8310, 8311, 1, 0, 0, 0, 8311, 8312, 1, 0, 0, 0, 8312, 8314, 3, 816, 408, 0, 8313, 8310, 1, 0, 0, 0, 8313, 8314, 1, 0, 0, 0, 8314, 901, 1, 0, 0, 0, 8315, 8316, 5, 102, 0, 0, 8316, 8319, 5, 526, 0, 0, 8317, 8318, 5, 33, 0, 0, 8318, 8320, 3, 668, 334, 0, 8319, 8317, 1, 0, 0, 0, 8319, 8320, 1, 0, 0, 0, 8320, 8321, 1, 0, 0, 0, 8321, 8326, 5, 93, 0, 0, 8322, 8327, 3, 906, 453, 0, 8323, 8327, 5, 182, 0, 0, 8324, 8325, 5, 57, 0, 0, 8325, 8327, 5, 270, 0, 0, 8326, 8322, 1, 0, 0, 0, 8326, 8323, 1, 0, 0, 0, 8326, 8324, 1, 0, 0, 0, 8327, 8342, 1, 0, 0, 0, 8328, 8329, 5, 102, 0, 0, 8329, 8330, 5, 77, 0, 0, 8330, 8333, 5, 526, 0, 0, 8331, 8332, 5, 33, 0, 0, 8332, 8334, 3, 668, 334, 0, 8333, 8331, 1, 0, 0, 0, 8333, 8334, 1, 0, 0, 0, 8334, 8335, 1, 0, 0, 0, 8335, 8339, 5, 93, 0, 0, 8336, 8340, 3, 904, 452, 0, 8337, 8338, 5, 57, 0, 0, 8338, 8340, 5, 270, 0, 0, 8339, 8336, 1, 0, 0, 0, 8339, 8337, 1, 0, 0, 0, 8340, 8342, 1, 0, 0, 0, 8341, 8315, 1, 0, 0, 0, 8341, 8328, 1, 0, 0, 0, 8342, 903, 1, 0, 0, 0, 8343, 8345, 5, 241, 0, 0, 8344, 8346, 3, 138, 69, 0, 8345, 8344, 1, 0, 0, 0, 8345, 8346, 1, 0, 0, 0, 8346, 8350, 1, 0, 0, 0, 8347, 8348, 5, 463, 0, 0, 8348, 8349, 7, 77, 0, 0, 8349, 8351, 5, 450, 0, 0, 8350, 8347, 1, 0, 0, 0, 8350, 8351, 1, 0, 0, 0, 8351, 8352, 1, 0, 0, 0, 8352, 8353, 3, 908, 454, 0, 8353, 905, 1, 0, 0, 0, 8354, 8355, 5, 369, 0, 0, 8355, 8373, 5, 333, 0, 0, 8356, 8357, 3, 796, 398, 0, 8357, 8358, 5, 10, 0, 0, 8358, 8359, 3, 910, 455, 0, 8359, 8374, 1, 0, 0, 0, 8360, 8361, 3, 138, 69, 0, 8361, 8362, 5, 10, 0, 0, 8362, 8363, 5, 2, 0, 0, 8363, 8368, 3, 910, 455, 0, 8364, 8365, 5, 6, 0, 0, 8365, 8367, 3, 910, 455, 0, 8366, 8364, 1, 0, 0, 0, 8367, 8370, 1, 0, 0, 0, 8368, 8366, 1, 0, 0, 0, 8368, 8369, 1, 0, 0, 0, 8369, 8371, 1, 0, 0, 0, 8370, 8368, 1, 0, 0, 0, 8371, 8372, 5, 3, 0, 0, 8372, 8374, 1, 0, 0, 0, 8373, 8356, 1, 0, 0, 0, 8373, 8360, 1, 0, 0, 0, 8374, 8375, 1, 0, 0, 0, 8375, 8373, 1, 0, 0, 0, 8375, 8376, 1, 0, 0, 0, 8376, 907, 1, 0, 0, 0, 8377, 8378, 5, 422, 0, 0, 8378, 8379, 5, 2, 0, 0, 8379, 8384, 3, 910, 455, 0, 8380, 8381, 5, 6, 0, 0, 8381, 8383, 3, 910, 455, 0, 8382, 8380, 1, 0, 0, 0, 8383, 8386, 1, 0, 0, 0, 8384, 8382, 1, 0, 0, 0, 8384, 8385, 1, 0, 0, 0, 8385, 8387, 1, 0, 0, 0, 8386, 8384, 1, 0, 0, 0, 8387, 8388, 5, 3, 0, 0, 8388, 8392, 1, 0, 0, 0, 8389, 8390, 5, 53, 0, 0, 8390, 8392, 5, 422, 0, 0, 8391, 8377, 1, 0, 0, 0, 8391, 8389, 1, 0, 0, 0, 8392, 909, 1, 0, 0, 0, 8393, 8396, 3, 582, 291, 0, 8394, 8396, 5, 53, 0, 0, 8395, 8393, 1, 0, 0, 0, 8395, 8394, 1, 0, 0, 0, 8396, 911, 1, 0, 0, 0, 8397, 8398, 5, 157, 0, 0, 8398, 8399, 3, 920, 460, 0, 8399, 8400, 5, 7, 0, 0, 8400, 913, 1, 0, 0, 0, 8401, 8402, 5, 78, 0, 0, 8402, 8403, 5, 7, 0, 0, 8403, 915, 1, 0, 0, 0, 8404, 8410, 7, 68, 0, 0, 8405, 8407, 5, 33, 0, 0, 8406, 8408, 5, 269, 0, 0, 8407, 8406, 1, 0, 0, 0, 8407, 8408, 1, 0, 0, 0, 8408, 8409, 1, 0, 0, 0, 8409, 8411, 5, 153, 0, 0, 8410, 8405, 1, 0, 0, 0, 8410, 8411, 1, 0, 0, 0, 8411, 8412, 1, 0, 0, 0, 8412, 8413, 5, 7, 0, 0, 8413, 917, 1, 0, 0, 0, 8414, 8415, 5, 333, 0, 0, 8415, 8416, 3, 310, 155, 0, 8416, 8417, 5, 94, 0, 0, 8417, 8418, 5, 53, 0, 0, 8418, 8419, 5, 7, 0, 0, 8419, 8427, 1, 0, 0, 0, 8420, 8423, 5, 313, 0, 0, 8421, 8424, 3, 310, 155, 0, 8422, 8424, 5, 30, 0, 0, 8423, 8421, 1, 0, 0, 0, 8423, 8422, 1, 0, 0, 0, 8424, 8425, 1, 0, 0, 0, 8425, 8427, 5, 7, 0, 0, 8426, 8414, 1, 0, 0, 0, 8426, 8420, 1, 0, 0, 0, 8427, 919, 1, 0, 0, 0, 8428, 8431, 3, 816, 408, 0, 8429, 8431, 5, 28, 0, 0, 8430, 8428, 1, 0, 0, 0, 8430, 8429, 1, 0, 0, 0, 8431, 921, 1, 0, 0, 0, 8432, 8449, 5, 517, 0, 0, 8433, 8434, 5, 102, 0, 0, 8434, 8439, 3, 924, 462, 0, 8435, 8436, 5, 82, 0, 0, 8436, 8438, 3, 924, 462, 0, 8437, 8435, 1, 0, 0, 0, 8438, 8441, 1, 0, 0, 0, 8439, 8437, 1, 0, 0, 0, 8439, 8440, 1, 0, 0, 0, 8440, 8442, 1, 0, 0, 0, 8441, 8439, 1, 0, 0, 0, 8442, 8446, 5, 93, 0, 0, 8443, 8445, 3, 844, 422, 0, 8444, 8443, 1, 0, 0, 0, 8445, 8448, 1, 0, 0, 0, 8446, 8444, 1, 0, 0, 0, 8446, 8447, 1, 0, 0, 0, 8447, 8450, 1, 0, 0, 0, 8448, 8446, 1, 0, 0, 0, 8449, 8433, 1, 0, 0, 0, 8450, 8451, 1, 0, 0, 0, 8451, 8449, 1, 0, 0, 0, 8451, 8452, 1, 0, 0, 0, 8452, 923, 1, 0, 0, 0, 8453, 8457, 3, 926, 463, 0, 8454, 8455, 5, 511, 0, 0, 8455, 8457, 3, 806, 403, 0, 8456, 8453, 1, 0, 0, 0, 8456, 8454, 1, 0, 0, 0, 8457, 925, 1, 0, 0, 0, 8458, 8461, 3, 816, 408, 0, 8459, 8461, 3, 826, 413, 0, 8460, 8458, 1, 0, 0, 0, 8460, 8459, 1, 0, 0, 0, 8461, 927, 1, 0, 0, 0, 8462, 8464, 3, 752, 376, 0, 8463, 8462, 1, 0, 0, 0, 8463, 8464, 1, 0, 0, 0, 8464, 8466, 1, 0, 0, 0, 8465, 8467, 3, 574, 287, 0, 8466, 8465, 1, 0, 0, 0, 8466, 8467, 1, 0, 0, 0, 8467, 8469, 1, 0, 0, 0, 8468, 8470, 3, 604, 302, 0, 8469, 8468, 1, 0, 0, 0, 8469, 8470, 1, 0, 0, 0, 8470, 8472, 1, 0, 0, 0, 8471, 8473, 3, 632, 316, 0, 8472, 8471, 1, 0, 0, 0, 8472, 8473, 1, 0, 0, 0, 8473, 8475, 1, 0, 0, 0, 8474, 8476, 3, 594, 297, 0, 8475, 8474, 1, 0, 0, 0, 8475, 8476, 1, 0, 0, 0, 8476, 8478, 1, 0, 0, 0, 8477, 8479, 3, 698, 349, 0, 8478, 8477, 1, 0, 0, 0, 8478, 8479, 1, 0, 0, 0, 8479, 8481, 1, 0, 0, 0, 8480, 8482, 3, 696, 348, 0, 8481, 8480, 1, 0, 0, 0, 8481, 8482, 1, 0, 0, 0, 8482, 929, 1, 0, 0, 0, 1190, 933, 940, 1060, 1062, 1071, 1076, 1082, 1117, 1127, 1133, 1138, 1145, 1150, 1157, 1168, 1176, 1180, 1192, 1198, 1204, 1208, 1213, 1217, 1230, 1240, 1242, 1248, 1253, 1266, 1269, 1274, 1279, 1290, 1294, 1306, 1310, 1313, 1317, 1329, 1347, 1354, 1362, 1367, 1374, 1382, 1388, 1396, 1404, 1408, 1422, 1427, 1432, 1444, 1450, 1462, 1467, 1477, 1483, 1488, 1497, 1504, 1509, 1514, 1524, 1529, 1534, 1541, 1545, 1559, 1565, 1571, 1576, 1583, 1592, 1601, 1610, 1619, 1623, 1635, 1643, 1653, 1673, 1678, 1681, 1688, 1691, 1695, 1699, 1702, 1707, 1712, 1716, 1725, 1731, 1735, 1744, 1747, 1753, 1762, 1774, 1778, 1782, 1787, 1790, 1796, 1798, 1800, 1804, 1810, 1814, 1819, 1824, 1828, 1831, 1838, 1851, 1864, 1889, 1899, 1906, 1911, 1915, 1922, 1927, 1930, 1932, 1937, 1941, 1945, 1949, 1954, 1957, 1961, 1964, 1968, 1976, 1981, 1984, 1988, 1994, 2003, 2007, 2017, 2022, 2026, 2030, 2032, 2034, 2041, 2046, 2050, 2055, 2067, 2072, 2076, 2080, 2085, 2089, 2092, 2095, 2098, 2101, 2104, 2109, 2112, 2115, 2118, 2121, 2124, 2130, 2134, 2137, 2140, 2143, 2146, 2148, 2155, 2163, 2173, 2178, 2188, 2191, 2196, 2201, 2206, 2209, 2214, 2223, 2225, 2229, 2232, 2236, 2241, 2246, 2250, 2253, 2257, 2260, 2265, 2268, 2273, 2276, 2280, 2283, 2286, 2291, 2294, 2302, 2314, 2318, 2325, 2330, 2333, 2336, 2339, 2344, 2355, 2361, 2365, 2368, 2371, 2376, 2383, 2386, 2390, 2398, 2403, 2406, 2409, 2416, 2421, 2430, 2433, 2436, 2441, 2444, 2456, 2466, 2483, 2487, 2491, 2493, 2510, 2512, 2528, 2539, 2542, 2545, 2554, 2563, 2579, 2582, 2585, 2593, 2597, 2604, 2613, 2617, 2623, 2627, 2630, 2633, 2636, 2639, 2645, 2649, 2654, 2658, 2661, 2664, 2667, 2672, 2678, 2682, 2686, 2690, 2696, 2698, 2703, 2709, 2715, 2719, 2734, 2739, 2742, 2744, 2747, 2751, 2755, 2758, 2761, 2769, 2775, 2777, 2783, 2788, 2793, 2797, 2804, 2806, 2817, 2856, 2866, 2868, 2871, 2875, 2879, 2889, 2891, 2897, 2899, 2908, 2920, 2934, 2939, 2942, 2949, 2954, 2962, 2964, 2970, 2975, 2979, 2984, 2990, 2997, 3003, 3005, 3014, 3020, 3028, 3034, 3039, 3044, 3052, 3067, 3069, 3073, 3077, 3080, 3083, 3092, 3095, 3098, 3104, 3110, 3114, 3126, 3132, 3135, 3140, 3144, 3151, 3161, 3163, 3187, 3199, 3204, 3206, 3210, 3213, 3216, 3226, 3229, 3239, 3244, 3249, 3252, 3255, 3263, 3269, 3276, 3284, 3287, 3298, 3302, 3308, 3315, 3318, 3327, 3341, 3344, 3358, 3369, 3372, 3384, 3389, 3402, 3407, 3420, 3429, 3432, 3435, 3442, 3445, 3457, 3463, 3465, 3473, 3481, 3489, 3501, 3506, 3517, 3528, 3536, 3544, 3551, 3558, 3560, 3563, 3568, 3573, 3592, 3601, 3604, 3631, 3640, 3643, 3647, 3651, 3655, 3662, 3666, 3670, 3674, 3678, 3683, 3687, 3692, 3698, 3703, 3710, 3714, 3720, 3724, 3729, 3737, 3743, 3748, 3755, 3760, 3764, 3769, 3775, 3782, 3787, 3794, 3799, 3806, 3810, 3818, 3822, 3824, 3827, 3832, 3842, 3857, 3860, 3868, 3875, 3880, 3886, 3890, 3897, 3902, 3905, 3908, 3912, 3921, 3939, 3942, 3974, 3979, 3985, 4005, 4010, 4016, 4019, 4023, 4027, 4033, 4036, 4040, 4044, 4049, 4052, 4055, 4058, 4071, 4077, 4085, 4092, 4097, 4100, 4107, 4110, 4118, 4121, 4126, 4133, 4136, 4156, 4168, 4171, 4177, 4182, 4191, 4199, 4204, 4210, 4217, 4225, 4228, 4239, 4241, 4255, 4261, 4269, 4271, 4277, 4281, 4284, 4287, 4292, 4297, 4301, 4304, 4307, 4310, 4313, 4321, 4332, 4335, 4338, 4343, 4346, 4350, 4354, 4360, 4368, 4371, 4384, 4389, 4391, 4396, 4403, 4410, 4419, 4427, 4435, 4442, 4450, 4457, 4465, 4469, 4473, 4475, 4481, 4486, 4490, 4497, 4502, 4507, 4512, 4514, 4524, 4534, 4550, 4568, 4580, 4587, 4602, 4607, 4610, 4615, 4620, 4625, 4628, 4631, 4636, 4643, 4647, 4652, 4659, 4663, 4669, 4678, 4687, 4699, 4701, 4714, 4720, 4724, 4726, 4733, 4746, 4753, 4755, 4771, 4775, 4779, 4784, 4789, 4794, 4799, 4802, 4814, 4867, 4876, 4880, 4889, 4893, 4902, 4906, 4911, 4914, 4918, 4923, 4925, 4934, 4939, 4950, 4954, 4968, 4976, 5014, 5016, 5035, 5038, 5065, 5069, 5073, 5077, 5081, 5084, 5099, 5106, 5120, 5133, 5158, 5177, 5192, 5208, 5215, 5226, 5229, 5248, 5251, 5264, 5268, 5288, 5300, 5304, 5326, 5330, 5340, 5344, 5350, 5354, 5358, 5362, 5369, 5374, 5385, 5389, 5392, 5397, 5403, 5414, 5418, 5421, 5425, 5429, 5432, 5442, 5445, 5449, 5454, 5460, 5463, 5468, 5471, 5478, 5480, 5486, 5490, 5499, 5504, 5506, 5516, 5519, 5524, 5532, 5535, 5540, 5542, 5544, 5550, 5567, 5573, 5586, 5592, 5596, 5601, 5631, 5646, 5651, 5655, 5668, 5672, 5674, 5683, 5689, 5691, 5695, 5698, 5701, 5704, 5707, 5709, 5712, 5716, 5724, 5729, 5732, 5738, 5742, 5746, 5751, 5753, 5757, 5761, 5768, 5774, 5778, 5780, 5782, 5795, 5803, 5811, 5822, 5832, 5837, 5841, 5845, 5852, 5855, 5857, 5865, 5869, 5872, 5879, 5886, 5891, 5898, 5901, 5903, 5906, 5912, 5917, 5921, 5928, 5938, 5945, 5948, 5951, 5955, 5966, 5969, 5972, 5975, 5978, 5985, 5988, 5991, 5998, 6010, 6017, 6019, 6024, 6029, 6031, 6037, 6044, 6049, 6054, 6058, 6062, 6066, 6068, 6072, 6076, 6079, 6082, 6084, 6094, 6096, 6101, 6105, 6110, 6114, 6121, 6126, 6130, 6133, 6139, 6142, 6161, 6168, 6172, 6175, 6179, 6183, 6186, 6189, 6194, 6203, 6210, 6214, 6218, 6222, 6225, 6227, 6232, 6236, 6241, 6247, 6254, 6259, 6264, 6273, 6280, 6288, 6299, 6304, 6308, 6311, 6315, 6320, 6324, 6329, 6337, 6348, 6353, 6357, 6360, 6363, 6365, 6368, 6371, 6374, 6378, 6382, 6386, 6388, 6397, 6402, 6408, 6412, 6414, 6421, 6426, 6432, 6434, 6438, 6445, 6450, 6453, 6459, 6463, 6469, 6478, 6484, 6486, 6491, 6494, 6503, 6510, 6512, 6519, 6524, 6527, 6537, 6548, 6553, 6557, 6565, 6575, 6582, 6588, 6599, 6605, 6615, 6624, 6628, 6631, 6633, 6635, 6639, 6647, 6650, 6655, 6660, 6667, 6669, 6675, 6679, 6682, 6687, 6690, 6692, 6698, 6707, 6713, 6716, 6724, 6727, 6731, 6737, 6739, 6742, 6746, 6751, 6758, 6765, 6767, 6773, 6775, 6780, 6782, 6786, 6795, 6799, 6807, 6809, 6823, 6826, 6834, 6843, 6849, 6854, 6862, 6864, 6869, 6873, 6878, 6883, 6889, 6905, 6907, 6916, 6931, 6936, 6939, 6945, 6950, 6963, 6968, 6972, 6979, 6998, 7010, 7015, 7023, 7025, 7027, 7036, 7039, 7044, 7049, 7052, 7063, 7071, 7076, 7078, 7081, 7085, 7096, 7117, 7125, 7138, 7148, 7154, 7160, 7163, 7166, 7192, 7194, 7215, 7225, 7238, 7243, 7247, 7249, 7261, 7268, 7274, 7280, 7284, 7295, 7308, 7312, 7317, 7320, 7323, 7332, 7343, 7345, 7349, 7354, 7363, 7368, 7376, 7386, 7394, 7398, 7401, 7408, 7416, 7420, 7427, 7435, 7437, 7446, 7449, 7461, 7470, 7477, 7486, 7496, 7501, 7505, 7507, 7510, 7515, 7520, 7528, 7536, 7539, 7546, 7554, 7562, 7570, 7587, 7594, 7602, 7619, 7625, 7631, 7642, 7648, 7653, 7661, 7666, 7669, 7678, 7685, 7690, 7694, 7699, 7705, 7710, 7718, 7773, 7780, 7786, 7788, 7790, 7792, 7798, 7802, 7806, 7817, 7820, 7824, 7828, 7832, 7835, 7838, 7841, 7850, 7855, 7859, 7892, 7902, 7906, 7912, 7917, 7926, 7934, 7945, 7953, 7962, 7971, 7976, 7980, 7990, 7995, 8003, 8008, 8011, 8018, 8024, 8032, 8040, 8043, 8050, 8052, 8055, 8061, 8070, 8074, 8088, 8091, 8093, 8099, 8109, 8111, 8113, 8121, 8124, 8127, 8137, 8145, 8151, 8157, 8164, 8168, 8172, 8175, 8178, 8184, 8191, 8194, 8202, 8204, 8213, 8218, 8220, 8227, 8233, 8236, 8248, 8255, 8257, 8261, 8267, 8272, 8276, 8279, 8282, 8291, 8294, 8297, 8301, 8305, 8307, 8310, 8313, 8319, 8326, 8333, 8339, 8341, 8345, 8350, 8368, 8373, 8375, 8384, 8391, 8395, 8407, 8410, 8423, 8426, 8430, 8439, 8446, 8451, 8456, 8460, 8463, 8466, 8469, 8472, 8475, 8478, 8481] \ No newline at end of file diff --git a/src/lib/postgresql/PostgreSqlParser.ts b/src/lib/postgresql/PostgreSqlParser.ts index d8ae6ee64..142b94b1d 100644 --- a/src/lib/postgresql/PostgreSqlParser.ts +++ b/src/lib/postgresql/PostgreSqlParser.ts @@ -42400,7 +42400,7 @@ export class PostgreSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 6999; + this.state = 6998; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 961, this.context) ) { case 1: @@ -42721,12 +42721,6 @@ export class PostgreSqlParser extends SQLParserBase { case 24: { this.state = 6993; - this.qualifiedName(); - } - break; - case 25: - { - this.state = 6994; _la = this.tokenStream.LA(1); if(!(_la === 12 || _la === 13)) { this.errorHandler.recoverInline(this); @@ -42735,21 +42729,21 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6995; + this.state = 6994; this.primaryExpression(5); } break; - case 26: + case 25: { - this.state = 6996; + this.state = 6995; this.qualOp(); - this.state = 6997; + this.state = 6996; this.primaryExpression(2); } break; } this.context!.stop = this.tokenStream.LT(-1); - this.state = 7028; + this.state = 7027; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 966, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { @@ -42759,20 +42753,20 @@ export class PostgreSqlParser extends SQLParserBase { } previousContext = localContext; { - this.state = 7026; + this.state = 7025; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 965, this.context) ) { case 1: { localContext = new PrimaryExpressionContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, PostgreSqlParser.RULE_primaryExpression); - this.state = 7001; + this.state = 7000; if (!(this.precpred(this.context, 3))) { throw this.createFailedPredicateException("this.precpred(this.context, 3)"); } - this.state = 7002; + this.state = 7001; this.mathOp(); - this.state = 7003; + this.state = 7002; this.primaryExpression(4); } break; @@ -42780,13 +42774,13 @@ export class PostgreSqlParser extends SQLParserBase { { localContext = new PrimaryExpressionContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, PostgreSqlParser.RULE_primaryExpression); - this.state = 7005; + this.state = 7004; if (!(this.precpred(this.context, 6))) { throw this.createFailedPredicateException("this.precpred(this.context, 6)"); } - this.state = 7006; + this.state = 7005; this.match(PostgreSqlParser.TYPECAST); - this.state = 7007; + this.state = 7006; this.typename(); } break; @@ -42794,18 +42788,18 @@ export class PostgreSqlParser extends SQLParserBase { { localContext = new PrimaryExpressionContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, PostgreSqlParser.RULE_primaryExpression); - this.state = 7008; + this.state = 7007; if (!(this.precpred(this.context, 4))) { throw this.createFailedPredicateException("this.precpred(this.context, 4)"); } - this.state = 7009; + this.state = 7008; this.qualOp(); - this.state = 7011; + this.state = 7010; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 962, this.context) ) { case 1: { - this.state = 7010; + this.state = 7009; this.primaryExpression(0); } break; @@ -42816,46 +42810,46 @@ export class PostgreSqlParser extends SQLParserBase { { localContext = new PrimaryExpressionContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, PostgreSqlParser.RULE_primaryExpression); - this.state = 7013; + this.state = 7012; if (!(this.precpred(this.context, 1))) { throw this.createFailedPredicateException("this.precpred(this.context, 1)"); } - this.state = 7014; + this.state = 7013; this.match(PostgreSqlParser.KW_IS); - this.state = 7016; + this.state = 7015; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 7015; + this.state = 7014; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 7024; + this.state = 7023; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DISTINCT: { - this.state = 7018; + this.state = 7017; this.match(PostgreSqlParser.KW_DISTINCT); - this.state = 7019; + this.state = 7018; this.match(PostgreSqlParser.KW_FROM); - this.state = 7020; + this.state = 7019; this.primaryExpression(0); } break; case PostgreSqlParser.KW_OF: { - this.state = 7021; + this.state = 7020; this.match(PostgreSqlParser.KW_OF); - this.state = 7022; + this.state = 7021; this.prepTypeClause(); } break; case PostgreSqlParser.KW_DOCUMENT: { - this.state = 7023; + this.state = 7022; this.match(PostgreSqlParser.KW_DOCUMENT); } break; @@ -42867,7 +42861,7 @@ export class PostgreSqlParser extends SQLParserBase { } } } - this.state = 7030; + this.state = 7029; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 966, this.context); } @@ -42894,37 +42888,37 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7031; + this.state = 7030; this.functionName(); - this.state = 7032; + this.state = 7031; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7053; + this.state = 7052; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 971, this.context) ) { case 1: { - this.state = 7033; + this.state = 7032; this.funcArgList(); - this.state = 7037; + this.state = 7036; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 7034; + this.state = 7033; this.match(PostgreSqlParser.COMMA); - this.state = 7035; + this.state = 7034; this.match(PostgreSqlParser.KW_VARIADIC); - this.state = 7036; + this.state = 7035; this.funcArgExpr(); } } - this.state = 7040; + this.state = 7039; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 83) { { - this.state = 7039; + this.state = 7038; this.sortClause(); } } @@ -42933,16 +42927,16 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 7042; + this.state = 7041; this.match(PostgreSqlParser.KW_VARIADIC); - this.state = 7043; + this.state = 7042; this.funcArgExpr(); - this.state = 7045; + this.state = 7044; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 83) { { - this.state = 7044; + this.state = 7043; this.sortClause(); } } @@ -42951,7 +42945,7 @@ export class PostgreSqlParser extends SQLParserBase { break; case 3: { - this.state = 7047; + this.state = 7046; _la = this.tokenStream.LA(1); if(!(_la === 30 || _la === 56)) { this.errorHandler.recoverInline(this); @@ -42960,14 +42954,14 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7048; + this.state = 7047; this.funcArgList(); - this.state = 7050; + this.state = 7049; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 83) { { - this.state = 7049; + this.state = 7048; this.sortClause(); } } @@ -42976,12 +42970,12 @@ export class PostgreSqlParser extends SQLParserBase { break; case 4: { - this.state = 7052; + this.state = 7051; this.match(PostgreSqlParser.STAR); } break; } - this.state = 7055; + this.state = 7054; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -43003,63 +42997,63 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Func_exprContext(this.context, this.state); this.enterRule(localContext, 680, PostgreSqlParser.RULE_func_expr); try { - this.state = 7082; + this.state = 7081; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 976, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7057; + this.state = 7056; this.funcApplication(); - this.state = 7064; + this.state = 7063; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 972, this.context) ) { case 1: { - this.state = 7058; + this.state = 7057; this.match(PostgreSqlParser.KW_WITHIN); - this.state = 7059; + this.state = 7058; this.match(PostgreSqlParser.KW_GROUP); - this.state = 7060; + this.state = 7059; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7061; + this.state = 7060; this.sortClause(); - this.state = 7062; + this.state = 7061; this.match(PostgreSqlParser.CLOSE_PAREN); } break; } - this.state = 7072; + this.state = 7071; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 973, this.context) ) { case 1: { - this.state = 7066; + this.state = 7065; this.match(PostgreSqlParser.KW_FILTER); - this.state = 7067; + this.state = 7066; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7068; + this.state = 7067; this.match(PostgreSqlParser.KW_WHERE); - this.state = 7069; + this.state = 7068; this.expression(); - this.state = 7070; + this.state = 7069; this.match(PostgreSqlParser.CLOSE_PAREN); } break; } - this.state = 7079; + this.state = 7078; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 975, this.context) ) { case 1: { - this.state = 7074; + this.state = 7073; this.match(PostgreSqlParser.KW_OVER); - this.state = 7077; + this.state = 7076; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: { - this.state = 7075; + this.state = 7074; this.windowSpecification(); } break; @@ -43458,7 +43452,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 7076; + this.state = 7075; this.colId(); } break; @@ -43473,7 +43467,7 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7081; + this.state = 7080; this.funcExprCommonSubExpr(); } break; @@ -43497,20 +43491,20 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new FuncExprWindowlessContext(this.context, this.state); this.enterRule(localContext, 682, PostgreSqlParser.RULE_funcExprWindowless); try { - this.state = 7086; + this.state = 7085; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 977, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7084; + this.state = 7083; this.funcApplication(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7085; + this.state = 7084; this.funcExprCommonSubExpr(); } break; @@ -43535,28 +43529,28 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 684, PostgreSqlParser.RULE_funcExprCommonSubExpr); let _la: number; try { - this.state = 7262; + this.state = 7261; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_COLLATION: this.enterOuterAlt(localContext, 1); { - this.state = 7088; + this.state = 7087; this.match(PostgreSqlParser.KW_COLLATION); - this.state = 7089; + this.state = 7088; this.match(PostgreSqlParser.KW_FOR); - this.state = 7090; + this.state = 7089; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7091; + this.state = 7090; this.expression(); - this.state = 7092; + this.state = 7091; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_CURRENT_DATE: this.enterOuterAlt(localContext, 2); { - this.state = 7094; + this.state = 7093; this.match(PostgreSqlParser.KW_CURRENT_DATE); } break; @@ -43566,7 +43560,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_LOCALTIMESTAMP: this.enterOuterAlt(localContext, 3); { - this.state = 7095; + this.state = 7094; _la = this.tokenStream.LA(1); if(!(((((_la - 50)) & ~0x1F) === 0 && ((1 << (_la - 50)) & 100663299) !== 0))) { this.errorHandler.recoverInline(this); @@ -43575,12 +43569,12 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7097; + this.state = 7096; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 978, this.context) ) { case 1: { - this.state = 7096; + this.state = 7095; this.optFloat(); } break; @@ -43590,42 +43584,42 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_CURRENT_ROLE: this.enterOuterAlt(localContext, 4); { - this.state = 7099; + this.state = 7098; this.match(PostgreSqlParser.KW_CURRENT_ROLE); } break; case PostgreSqlParser.KW_CURRENT_USER: this.enterOuterAlt(localContext, 5); { - this.state = 7100; + this.state = 7099; this.match(PostgreSqlParser.KW_CURRENT_USER); } break; case PostgreSqlParser.KW_SESSION_USER: this.enterOuterAlt(localContext, 6); { - this.state = 7101; + this.state = 7100; this.match(PostgreSqlParser.KW_SESSION_USER); } break; case PostgreSqlParser.KW_USER: this.enterOuterAlt(localContext, 7); { - this.state = 7102; + this.state = 7101; this.match(PostgreSqlParser.KW_USER); } break; case PostgreSqlParser.KW_CURRENT_CATALOG: this.enterOuterAlt(localContext, 8); { - this.state = 7103; + this.state = 7102; this.match(PostgreSqlParser.KW_CURRENT_CATALOG); } break; case PostgreSqlParser.KW_CURRENT_SCHEMA: this.enterOuterAlt(localContext, 9); { - this.state = 7104; + this.state = 7103; this.match(PostgreSqlParser.KW_CURRENT_SCHEMA); } break; @@ -43633,7 +43627,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_TREAT: this.enterOuterAlt(localContext, 10); { - this.state = 7105; + this.state = 7104; _la = this.tokenStream.LA(1); if(!(_la === 41 || _la === 420)) { this.errorHandler.recoverInline(this); @@ -43642,162 +43636,162 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7106; + this.state = 7105; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7107; + this.state = 7106; this.expression(); - this.state = 7108; + this.state = 7107; this.match(PostgreSqlParser.KW_AS); - this.state = 7109; + this.state = 7108; this.typename(); - this.state = 7110; + this.state = 7109; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_EXTRACT: this.enterOuterAlt(localContext, 11); { - this.state = 7112; + this.state = 7111; this.match(PostgreSqlParser.KW_EXTRACT); - this.state = 7113; + this.state = 7112; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7118; + this.state = 7117; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 53 || ((((_la - 116)) & ~0x1F) === 0 && ((1 << (_la - 116)) & 4294959489) !== 0) || ((((_la - 148)) & ~0x1F) === 0 && ((1 << (_la - 148)) & 4294967295) !== 0) || ((((_la - 180)) & ~0x1F) === 0 && ((1 << (_la - 180)) & 4294967295) !== 0) || ((((_la - 212)) & ~0x1F) === 0 && ((1 << (_la - 212)) & 4227989503) !== 0) || ((((_la - 244)) & ~0x1F) === 0 && ((1 << (_la - 244)) & 4294967295) !== 0) || ((((_la - 276)) & ~0x1F) === 0 && ((1 << (_la - 276)) & 4294967295) !== 0) || ((((_la - 308)) & ~0x1F) === 0 && ((1 << (_la - 308)) & 4294967295) !== 0) || ((((_la - 340)) & ~0x1F) === 0 && ((1 << (_la - 340)) & 4294967295) !== 0) || ((((_la - 372)) & ~0x1F) === 0 && ((1 << (_la - 372)) & 32767) !== 0) || ((((_la - 433)) & ~0x1F) === 0 && ((1 << (_la - 433)) & 4291821567) !== 0) || ((((_la - 465)) & ~0x1F) === 0 && ((1 << (_la - 465)) & 4278187359) !== 0) || ((((_la - 497)) & ~0x1F) === 0 && ((1 << (_la - 497)) & 146800319) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 3221570659) !== 0) || _la === 586) { { - this.state = 7114; + this.state = 7113; this.extractArg(); - this.state = 7115; + this.state = 7114; this.match(PostgreSqlParser.KW_FROM); - this.state = 7116; + this.state = 7115; this.expression(); } } - this.state = 7120; + this.state = 7119; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_NORMALIZE: this.enterOuterAlt(localContext, 12); { - this.state = 7121; + this.state = 7120; this.match(PostgreSqlParser.KW_NORMALIZE); - this.state = 7122; + this.state = 7121; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7123; + this.state = 7122; this.expression(); - this.state = 7126; + this.state = 7125; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 7124; + this.state = 7123; this.match(PostgreSqlParser.COMMA); - this.state = 7125; + this.state = 7124; this.unicodeNormalForm(); } } - this.state = 7128; + this.state = 7127; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_OVERLAY: this.enterOuterAlt(localContext, 13); { - this.state = 7130; + this.state = 7129; this.match(PostgreSqlParser.KW_OVERLAY); - this.state = 7131; + this.state = 7130; this.match(PostgreSqlParser.OPEN_PAREN); { - this.state = 7132; + this.state = 7131; this.expression(); - this.state = 7133; + this.state = 7132; this.match(PostgreSqlParser.KW_PLACING); - this.state = 7134; + this.state = 7133; this.expression(); - this.state = 7135; + this.state = 7134; this.match(PostgreSqlParser.KW_FROM); - this.state = 7136; + this.state = 7135; this.expression(); - this.state = 7139; + this.state = 7138; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 7137; + this.state = 7136; this.match(PostgreSqlParser.KW_FOR); - this.state = 7138; + this.state = 7137; this.expression(); } } } - this.state = 7141; + this.state = 7140; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_POSITION: this.enterOuterAlt(localContext, 14); { - this.state = 7143; + this.state = 7142; this.match(PostgreSqlParser.KW_POSITION); - this.state = 7144; + this.state = 7143; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7149; + this.state = 7148; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 805318660) !== 0) || ((((_la - 35)) & ~0x1F) === 0 && ((1 << (_la - 35)) & 34074721) !== 0) || ((((_la - 75)) & ~0x1F) === 0 && ((1 << (_la - 75)) & 2174763019) !== 0) || ((((_la - 107)) & ~0x1F) === 0 && ((1 << (_la - 107)) & 4294967295) !== 0) || ((((_la - 139)) & ~0x1F) === 0 && ((1 << (_la - 139)) & 4294967295) !== 0) || ((((_la - 171)) & ~0x1F) === 0 && ((1 << (_la - 171)) & 4294967295) !== 0) || ((((_la - 203)) & ~0x1F) === 0 && ((1 << (_la - 203)) & 67108863) !== 0) || ((((_la - 238)) & ~0x1F) === 0 && ((1 << (_la - 238)) & 4294967295) !== 0) || ((((_la - 270)) & ~0x1F) === 0 && ((1 << (_la - 270)) & 4294967295) !== 0) || ((((_la - 302)) & ~0x1F) === 0 && ((1 << (_la - 302)) & 4294967295) !== 0) || ((((_la - 334)) & ~0x1F) === 0 && ((1 << (_la - 334)) & 4294967295) !== 0) || ((((_la - 366)) & ~0x1F) === 0 && ((1 << (_la - 366)) & 4294967295) !== 0) || ((((_la - 398)) & ~0x1F) === 0 && ((1 << (_la - 398)) & 4294967295) !== 0) || ((((_la - 430)) & ~0x1F) === 0 && ((1 << (_la - 430)) & 4278190079) !== 0) || ((((_la - 462)) & ~0x1F) === 0 && ((1 << (_la - 462)) & 4294967295) !== 0) || ((((_la - 494)) & ~0x1F) === 0 && ((1 << (_la - 494)) & 1174402559) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 3901572195) !== 0) || _la === 586) { { - this.state = 7145; + this.state = 7144; this.primaryExpression(0); - this.state = 7146; + this.state = 7145; this.match(PostgreSqlParser.KW_IN); - this.state = 7147; + this.state = 7146; this.primaryExpression(0); } } - this.state = 7151; + this.state = 7150; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_SUBSTRING: this.enterOuterAlt(localContext, 15); { - this.state = 7152; + this.state = 7151; this.match(PostgreSqlParser.KW_SUBSTRING); - this.state = 7153; + this.state = 7152; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7155; + this.state = 7154; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 805318660) !== 0) || ((((_la - 35)) & ~0x1F) === 0 && ((1 << (_la - 35)) & 34074721) !== 0) || ((((_la - 75)) & ~0x1F) === 0 && ((1 << (_la - 75)) & 2174763023) !== 0) || ((((_la - 107)) & ~0x1F) === 0 && ((1 << (_la - 107)) & 4294967295) !== 0) || ((((_la - 139)) & ~0x1F) === 0 && ((1 << (_la - 139)) & 4294967295) !== 0) || ((((_la - 171)) & ~0x1F) === 0 && ((1 << (_la - 171)) & 4294967295) !== 0) || ((((_la - 203)) & ~0x1F) === 0 && ((1 << (_la - 203)) & 67108863) !== 0) || ((((_la - 238)) & ~0x1F) === 0 && ((1 << (_la - 238)) & 4294967295) !== 0) || ((((_la - 270)) & ~0x1F) === 0 && ((1 << (_la - 270)) & 4294967295) !== 0) || ((((_la - 302)) & ~0x1F) === 0 && ((1 << (_la - 302)) & 4294967295) !== 0) || ((((_la - 334)) & ~0x1F) === 0 && ((1 << (_la - 334)) & 4294967295) !== 0) || ((((_la - 366)) & ~0x1F) === 0 && ((1 << (_la - 366)) & 4294967295) !== 0) || ((((_la - 398)) & ~0x1F) === 0 && ((1 << (_la - 398)) & 4294967295) !== 0) || ((((_la - 430)) & ~0x1F) === 0 && ((1 << (_la - 430)) & 4278190079) !== 0) || ((((_la - 462)) & ~0x1F) === 0 && ((1 << (_la - 462)) & 4294967295) !== 0) || ((((_la - 494)) & ~0x1F) === 0 && ((1 << (_la - 494)) & 1174402559) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 3901572195) !== 0) || _la === 586) { { - this.state = 7154; + this.state = 7153; this.substrList(); } } - this.state = 7157; + this.state = 7156; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_TRIM: this.enterOuterAlt(localContext, 16); { - this.state = 7158; + this.state = 7157; this.match(PostgreSqlParser.KW_TRIM); - this.state = 7159; + this.state = 7158; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7161; + this.state = 7160; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 39 || _la === 73 || _la === 95) { { - this.state = 7160; + this.state = 7159; _la = this.tokenStream.LA(1); if(!(_la === 39 || _la === 73 || _la === 95)) { this.errorHandler.recoverInline(this); @@ -43810,47 +43804,47 @@ export class PostgreSqlParser extends SQLParserBase { } { - this.state = 7167; + this.state = 7166; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 986, this.context) ) { case 1: { - this.state = 7164; + this.state = 7163; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 805318660) !== 0) || ((((_la - 35)) & ~0x1F) === 0 && ((1 << (_la - 35)) & 34074721) !== 0) || ((((_la - 75)) & ~0x1F) === 0 && ((1 << (_la - 75)) & 2174763023) !== 0) || ((((_la - 107)) & ~0x1F) === 0 && ((1 << (_la - 107)) & 4294967295) !== 0) || ((((_la - 139)) & ~0x1F) === 0 && ((1 << (_la - 139)) & 4294967295) !== 0) || ((((_la - 171)) & ~0x1F) === 0 && ((1 << (_la - 171)) & 4294967295) !== 0) || ((((_la - 203)) & ~0x1F) === 0 && ((1 << (_la - 203)) & 67108863) !== 0) || ((((_la - 238)) & ~0x1F) === 0 && ((1 << (_la - 238)) & 4294967295) !== 0) || ((((_la - 270)) & ~0x1F) === 0 && ((1 << (_la - 270)) & 4294967295) !== 0) || ((((_la - 302)) & ~0x1F) === 0 && ((1 << (_la - 302)) & 4294967295) !== 0) || ((((_la - 334)) & ~0x1F) === 0 && ((1 << (_la - 334)) & 4294967295) !== 0) || ((((_la - 366)) & ~0x1F) === 0 && ((1 << (_la - 366)) & 4294967295) !== 0) || ((((_la - 398)) & ~0x1F) === 0 && ((1 << (_la - 398)) & 4294967295) !== 0) || ((((_la - 430)) & ~0x1F) === 0 && ((1 << (_la - 430)) & 4278190079) !== 0) || ((((_la - 462)) & ~0x1F) === 0 && ((1 << (_la - 462)) & 4294967295) !== 0) || ((((_la - 494)) & ~0x1F) === 0 && ((1 << (_la - 494)) & 1174402559) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 3901572195) !== 0) || _la === 586) { { - this.state = 7163; + this.state = 7162; this.expression(); } } - this.state = 7166; + this.state = 7165; this.match(PostgreSqlParser.KW_FROM); } break; } - this.state = 7169; + this.state = 7168; this.exprList(); } - this.state = 7171; + this.state = 7170; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_NULLIF: this.enterOuterAlt(localContext, 17); { - this.state = 7173; + this.state = 7172; this.match(PostgreSqlParser.KW_NULLIF); - this.state = 7174; + this.state = 7173; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7175; + this.state = 7174; this.expression(); - this.state = 7176; + this.state = 7175; this.match(PostgreSqlParser.COMMA); - this.state = 7177; + this.state = 7176; this.expression(); - this.state = 7178; + this.state = 7177; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -43860,7 +43854,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_XMLCONCAT: this.enterOuterAlt(localContext, 18); { - this.state = 7180; + this.state = 7179; _la = this.tokenStream.LA(1); if(!(((((_la - 393)) & ~0x1F) === 0 && ((1 << (_la - 393)) & 2113) !== 0) || _la === 425)) { this.errorHandler.recoverInline(this); @@ -43869,48 +43863,48 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7181; + this.state = 7180; this.executeParamClause(); } break; case PostgreSqlParser.KW_XMLELEMENT: this.enterOuterAlt(localContext, 19); { - this.state = 7182; + this.state = 7181; this.match(PostgreSqlParser.KW_XMLELEMENT); - this.state = 7183; + this.state = 7182; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7184; + this.state = 7183; this.match(PostgreSqlParser.KW_NAME); - this.state = 7185; + this.state = 7184; this.colLabel(); - this.state = 7195; + this.state = 7194; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 7186; + this.state = 7185; this.match(PostgreSqlParser.COMMA); - this.state = 7193; + this.state = 7192; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 987, this.context) ) { case 1: { { - this.state = 7187; + this.state = 7186; this.match(PostgreSqlParser.KW_XMLATTRIBUTES); - this.state = 7188; + this.state = 7187; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7189; + this.state = 7188; this.xmlAttributeList(); - this.state = 7190; + this.state = 7189; this.match(PostgreSqlParser.CLOSE_PAREN); } } break; case 2: { - this.state = 7192; + this.state = 7191; this.exprList(); } break; @@ -43918,55 +43912,55 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 7197; + this.state = 7196; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_XMLEXISTS: this.enterOuterAlt(localContext, 20); { - this.state = 7199; + this.state = 7198; this.match(PostgreSqlParser.KW_XMLEXISTS); - this.state = 7200; + this.state = 7199; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7201; + this.state = 7200; this.primaryExpression(0); - this.state = 7202; + this.state = 7201; this.xmlExistsArgument(); - this.state = 7203; + this.state = 7202; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_XMLFOREST: this.enterOuterAlt(localContext, 21); { - this.state = 7205; + this.state = 7204; this.match(PostgreSqlParser.KW_XMLFOREST); - this.state = 7206; + this.state = 7205; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7207; + this.state = 7206; this.xmlAttributeList(); - this.state = 7208; + this.state = 7207; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_XMLPARSE: this.enterOuterAlt(localContext, 22); { - this.state = 7210; + this.state = 7209; this.match(PostgreSqlParser.KW_XMLPARSE); - this.state = 7211; + this.state = 7210; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7212; + this.state = 7211; this.documentOrContent(); - this.state = 7213; + this.state = 7212; this.expression(); - this.state = 7216; + this.state = 7215; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 292 || _la === 347) { { - this.state = 7214; + this.state = 7213; _la = this.tokenStream.LA(1); if(!(_la === 292 || _la === 347)) { this.errorHandler.recoverInline(this); @@ -43975,111 +43969,111 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7215; + this.state = 7214; this.match(PostgreSqlParser.KW_WHITESPACE); } } - this.state = 7218; + this.state = 7217; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_XMLPI: this.enterOuterAlt(localContext, 23); { - this.state = 7220; + this.state = 7219; this.match(PostgreSqlParser.KW_XMLPI); - this.state = 7221; + this.state = 7220; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7222; + this.state = 7221; this.match(PostgreSqlParser.KW_NAME); - this.state = 7223; + this.state = 7222; this.colLabel(); - this.state = 7226; + this.state = 7225; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 7224; + this.state = 7223; this.match(PostgreSqlParser.COMMA); - this.state = 7225; + this.state = 7224; this.expression(); } } - this.state = 7228; + this.state = 7227; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_XMLROOT: this.enterOuterAlt(localContext, 24); { - this.state = 7230; + this.state = 7229; this.match(PostgreSqlParser.KW_XMLROOT); - this.state = 7231; + this.state = 7230; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7232; + this.state = 7231; this.match(PostgreSqlParser.KW_XML); - this.state = 7233; + this.state = 7232; this.expression(); - this.state = 7234; + this.state = 7233; this.match(PostgreSqlParser.COMMA); - this.state = 7235; + this.state = 7234; this.match(PostgreSqlParser.KW_VERSION); - this.state = 7239; + this.state = 7238; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 991, this.context) ) { case 1: { { - this.state = 7236; + this.state = 7235; this.match(PostgreSqlParser.KW_NO); - this.state = 7237; + this.state = 7236; this.match(PostgreSqlParser.KW_VALUE); } } break; case 2: { - this.state = 7238; + this.state = 7237; this.expression(); } break; } - this.state = 7250; + this.state = 7249; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 7241; + this.state = 7240; this.match(PostgreSqlParser.COMMA); - this.state = 7242; + this.state = 7241; this.match(PostgreSqlParser.KW_STANDALONE); - this.state = 7248; + this.state = 7247; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_NO: case PostgreSqlParser.KW_VALUE: { { - this.state = 7244; + this.state = 7243; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 7243; + this.state = 7242; this.match(PostgreSqlParser.KW_NO); } } - this.state = 7246; + this.state = 7245; this.match(PostgreSqlParser.KW_VALUE); } } break; case PostgreSqlParser.KW_YES: { - this.state = 7247; + this.state = 7246; this.match(PostgreSqlParser.KW_YES); } break; @@ -44089,26 +44083,26 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 7252; + this.state = 7251; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_XMLSERIALIZE: this.enterOuterAlt(localContext, 25); { - this.state = 7254; + this.state = 7253; this.match(PostgreSqlParser.KW_XMLSERIALIZE); - this.state = 7255; + this.state = 7254; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7256; + this.state = 7255; this.documentOrContent(); - this.state = 7257; + this.state = 7256; this.expression(); - this.state = 7258; + this.state = 7257; this.match(PostgreSqlParser.KW_AS); - this.state = 7259; + this.state = 7258; this.simpleTypeName(); - this.state = 7260; + this.state = 7259; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -44137,21 +44131,21 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7264; + this.state = 7263; this.xmlAttributeEl(); - this.state = 7269; + this.state = 7268; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 7265; + this.state = 7264; this.match(PostgreSqlParser.COMMA); - this.state = 7266; + this.state = 7265; this.xmlAttributeEl(); } } - this.state = 7271; + this.state = 7270; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -44178,16 +44172,16 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7272; + this.state = 7271; this.expression(); - this.state = 7275; + this.state = 7274; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 7273; + this.state = 7272; this.match(PostgreSqlParser.KW_AS); - this.state = 7274; + this.state = 7273; this.colLabel(); } } @@ -44215,7 +44209,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7277; + this.state = 7276; _la = this.tokenStream.LA(1); if(!(_la === 166 || _la === 188)) { this.errorHandler.recoverInline(this); @@ -44247,26 +44241,26 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7279; + this.state = 7278; this.match(PostgreSqlParser.KW_PASSING); - this.state = 7281; + this.state = 7280; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 998, this.context) ) { case 1: { - this.state = 7280; + this.state = 7279; this.xmlPassingMech(); } break; } - this.state = 7283; + this.state = 7282; this.primaryExpression(0); - this.state = 7285; + this.state = 7284; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 147) { { - this.state = 7284; + this.state = 7283; this.xmlPassingMech(); } } @@ -44294,9 +44288,9 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7287; + this.state = 7286; this.match(PostgreSqlParser.KW_BY); - this.state = 7288; + this.state = 7287; _la = this.tokenStream.LA(1); if(!(_la === 304 || _la === 450)) { this.errorHandler.recoverInline(this); @@ -44328,25 +44322,25 @@ export class PostgreSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 7290; + this.state = 7289; this.match(PostgreSqlParser.KW_WINDOW); - this.state = 7291; + this.state = 7290; this.windowDefinition(); - this.state = 7296; + this.state = 7295; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1000, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 7292; + this.state = 7291; this.match(PostgreSqlParser.COMMA); - this.state = 7293; + this.state = 7292; this.windowDefinition(); } } } - this.state = 7298; + this.state = 7297; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1000, this.context); } @@ -44372,9 +44366,9 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7299; + this.state = 7298; this.match(PostgreSqlParser.KW_HAVING); - this.state = 7300; + this.state = 7299; this.expression(); } } @@ -44398,11 +44392,11 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7302; + this.state = 7301; this.colId(); - this.state = 7303; + this.state = 7302; this.match(PostgreSqlParser.KW_AS); - this.state = 7304; + this.state = 7303; this.windowSpecification(); } } @@ -44426,14 +44420,14 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7306; + this.state = 7305; this.match(PostgreSqlParser.KW_OVER); - this.state = 7309; + this.state = 7308; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: { - this.state = 7307; + this.state = 7306; this.windowSpecification(); } break; @@ -44832,7 +44826,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 7308; + this.state = 7307; this.colId(); } break; @@ -44862,53 +44856,53 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7311; + this.state = 7310; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7313; + this.state = 7312; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1002, this.context) ) { case 1: { - this.state = 7312; + this.state = 7311; this.colId(); } break; } - this.state = 7318; + this.state = 7317; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 285) { { - this.state = 7315; + this.state = 7314; this.match(PostgreSqlParser.KW_PARTITION); - this.state = 7316; + this.state = 7315; this.match(PostgreSqlParser.KW_BY); - this.state = 7317; + this.state = 7316; this.exprList(); } } - this.state = 7321; + this.state = 7320; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 83) { { - this.state = 7320; + this.state = 7319; this.sortClause(); } } - this.state = 7324; + this.state = 7323; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 299 || _la === 320 || _la === 481) { { - this.state = 7323; + this.state = 7322; this.optFrameClause(); } } - this.state = 7326; + this.state = 7325; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -44933,7 +44927,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7328; + this.state = 7327; _la = this.tokenStream.LA(1); if(!(_la === 299 || _la === 320 || _la === 481)) { this.errorHandler.recoverInline(this); @@ -44943,58 +44937,58 @@ export class PostgreSqlParser extends SQLParserBase { this.consume(); } { - this.state = 7333; + this.state = 7332; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1006, this.context) ) { case 1: { - this.state = 7329; + this.state = 7328; this.match(PostgreSqlParser.KW_BETWEEN); - this.state = 7330; + this.state = 7329; this.frameBound(); - this.state = 7331; + this.state = 7330; this.match(PostgreSqlParser.KW_AND); } break; } - this.state = 7335; + this.state = 7334; this.frameBound(); } - this.state = 7346; + this.state = 7345; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 199) { { - this.state = 7337; + this.state = 7336; this.match(PostgreSqlParser.KW_EXCLUDE); - this.state = 7344; + this.state = 7343; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_CURRENT: { - this.state = 7338; + this.state = 7337; this.match(PostgreSqlParser.KW_CURRENT); - this.state = 7339; + this.state = 7338; this.match(PostgreSqlParser.KW_ROW); } break; case PostgreSqlParser.KW_GROUP: { - this.state = 7340; + this.state = 7339; this.match(PostgreSqlParser.KW_GROUP); } break; case PostgreSqlParser.KW_TIES: { - this.state = 7341; + this.state = 7340; this.match(PostgreSqlParser.KW_TIES); } break; case PostgreSqlParser.KW_NO: { - this.state = 7342; + this.state = 7341; this.match(PostgreSqlParser.KW_NO); - this.state = 7343; + this.state = 7342; this.match(PostgreSqlParser.KW_OTHERS); } break; @@ -45025,29 +45019,29 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 708, PostgreSqlParser.RULE_frameBound); let _la: number; try { - this.state = 7355; + this.state = 7354; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1010, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7350; + this.state = 7349; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1009, this.context) ) { case 1: { - this.state = 7348; + this.state = 7347; this.match(PostgreSqlParser.KW_UNBOUNDED); } break; case 2: { - this.state = 7349; + this.state = 7348; this.expression(); } break; } - this.state = 7352; + this.state = 7351; _la = this.tokenStream.LA(1); if(!(_la === 208 || _la === 289)) { this.errorHandler.recoverInline(this); @@ -45061,9 +45055,9 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7353; + this.state = 7352; this.match(PostgreSqlParser.KW_CURRENT); - this.state = 7354; + this.state = 7353; this.match(PostgreSqlParser.KW_ROW); } break; @@ -45087,28 +45081,28 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new RowContext(this.context, this.state); this.enterRule(localContext, 710, PostgreSqlParser.RULE_row); try { - this.state = 7364; + this.state = 7363; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ROW: this.enterOuterAlt(localContext, 1); { - this.state = 7357; + this.state = 7356; this.explicitRow(); } break; case PostgreSqlParser.OPEN_PAREN: this.enterOuterAlt(localContext, 2); { - this.state = 7358; + this.state = 7357; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7359; + this.state = 7358; this.exprList(); - this.state = 7360; + this.state = 7359; this.match(PostgreSqlParser.COMMA); - this.state = 7361; + this.state = 7360; this.expression(); - this.state = 7362; + this.state = 7361; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -45137,21 +45131,21 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7366; + this.state = 7365; this.match(PostgreSqlParser.KW_ROW); - this.state = 7367; + this.state = 7366; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7369; + this.state = 7368; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 805318660) !== 0) || ((((_la - 35)) & ~0x1F) === 0 && ((1 << (_la - 35)) & 34074721) !== 0) || ((((_la - 75)) & ~0x1F) === 0 && ((1 << (_la - 75)) & 2174763023) !== 0) || ((((_la - 107)) & ~0x1F) === 0 && ((1 << (_la - 107)) & 4294967295) !== 0) || ((((_la - 139)) & ~0x1F) === 0 && ((1 << (_la - 139)) & 4294967295) !== 0) || ((((_la - 171)) & ~0x1F) === 0 && ((1 << (_la - 171)) & 4294967295) !== 0) || ((((_la - 203)) & ~0x1F) === 0 && ((1 << (_la - 203)) & 67108863) !== 0) || ((((_la - 238)) & ~0x1F) === 0 && ((1 << (_la - 238)) & 4294967295) !== 0) || ((((_la - 270)) & ~0x1F) === 0 && ((1 << (_la - 270)) & 4294967295) !== 0) || ((((_la - 302)) & ~0x1F) === 0 && ((1 << (_la - 302)) & 4294967295) !== 0) || ((((_la - 334)) & ~0x1F) === 0 && ((1 << (_la - 334)) & 4294967295) !== 0) || ((((_la - 366)) & ~0x1F) === 0 && ((1 << (_la - 366)) & 4294967295) !== 0) || ((((_la - 398)) & ~0x1F) === 0 && ((1 << (_la - 398)) & 4294967295) !== 0) || ((((_la - 430)) & ~0x1F) === 0 && ((1 << (_la - 430)) & 4278190079) !== 0) || ((((_la - 462)) & ~0x1F) === 0 && ((1 << (_la - 462)) & 4294967295) !== 0) || ((((_la - 494)) & ~0x1F) === 0 && ((1 << (_la - 494)) & 1174402559) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 3901572195) !== 0) || _la === 586) { { - this.state = 7368; + this.state = 7367; this.exprList(); } } - this.state = 7371; + this.state = 7370; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -45176,7 +45170,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7373; + this.state = 7372; _la = this.tokenStream.LA(1); if(!(_la === 30 || _la === 34 || _la === 90)) { this.errorHandler.recoverInline(this); @@ -45205,13 +45199,13 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new AllOpContext(this.context, this.state); this.enterRule(localContext, 716, PostgreSqlParser.RULE_allOp); try { - this.state = 7377; + this.state = 7376; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.Operator: this.enterOuterAlt(localContext, 1); { - this.state = 7375; + this.state = 7374; this.match(PostgreSqlParser.Operator); } break; @@ -45229,7 +45223,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PERCENT: this.enterOuterAlt(localContext, 2); { - this.state = 7376; + this.state = 7375; this.mathOp(); } break; @@ -45258,7 +45252,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7379; + this.state = 7378; _la = this.tokenStream.LA(1); if(!((((_la) & ~0x1F) === 0 && ((1 << _la) & 178517504) !== 0))) { this.errorHandler.recoverInline(this); @@ -45287,26 +45281,26 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new QualOpContext(this.context, this.state); this.enterRule(localContext, 720, PostgreSqlParser.RULE_qualOp); try { - this.state = 7387; + this.state = 7386; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.Operator: this.enterOuterAlt(localContext, 1); { - this.state = 7381; + this.state = 7380; this.match(PostgreSqlParser.Operator); } break; case PostgreSqlParser.KW_OPERATOR: this.enterOuterAlt(localContext, 2); { - this.state = 7382; + this.state = 7381; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 7383; + this.state = 7382; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7384; + this.state = 7383; this.anyOperator(); - this.state = 7385; + this.state = 7384; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -45332,7 +45326,7 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new QualAllOpContext(this.context, this.state); this.enterRule(localContext, 722, PostgreSqlParser.RULE_qualAllOp); try { - this.state = 7395; + this.state = 7394; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.STAR: @@ -45350,20 +45344,20 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.Operator: this.enterOuterAlt(localContext, 1); { - this.state = 7389; + this.state = 7388; this.allOp(); } break; case PostgreSqlParser.KW_OPERATOR: this.enterOuterAlt(localContext, 2); { - this.state = 7390; + this.state = 7389; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 7391; + this.state = 7390; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7392; + this.state = 7391; this.anyOperator(); - this.state = 7393; + this.state = 7392; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -45390,7 +45384,7 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 724, PostgreSqlParser.RULE_subqueryOperator); let _la: number; try { - this.state = 7402; + this.state = 7401; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.STAR: @@ -45409,7 +45403,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_OPERATOR: this.enterOuterAlt(localContext, 1); { - this.state = 7397; + this.state = 7396; this.qualAllOp(); } break; @@ -45418,17 +45412,17 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_LIKE: this.enterOuterAlt(localContext, 2); { - this.state = 7399; + this.state = 7398; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 7398; + this.state = 7397; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 7401; + this.state = 7400; _la = this.tokenStream.LA(1); if(!(_la === 114 || _la === 120)) { this.errorHandler.recoverInline(this); @@ -45464,23 +45458,23 @@ export class PostgreSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 7404; + this.state = 7403; this.expression(); - this.state = 7409; + this.state = 7408; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1018, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 7405; + this.state = 7404; this.match(PostgreSqlParser.COMMA); - this.state = 7406; + this.state = 7405; this.expression(); } } } - this.state = 7411; + this.state = 7410; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1018, this.context); } @@ -45504,18 +45498,18 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new ColumnExprContext(this.context, this.state); this.enterRule(localContext, 728, PostgreSqlParser.RULE_columnExpr); try { - this.state = 7417; + this.state = 7416; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1019, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { { - this.state = 7412; + this.state = 7411; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7413; + this.state = 7412; this.expression(); - this.state = 7414; + this.state = 7413; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -45523,7 +45517,7 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7416; + this.state = 7415; this.columnName(); } break; @@ -45547,20 +45541,20 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new ColumnExprNoParenContext(this.context, this.state); this.enterRule(localContext, 730, PostgreSqlParser.RULE_columnExprNoParen); try { - this.state = 7421; + this.state = 7420; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1020, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7419; + this.state = 7418; this.expression(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7420; + this.state = 7419; this.columnName(); } break; @@ -45587,23 +45581,23 @@ export class PostgreSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 7423; + this.state = 7422; this.funcArgExpr(); - this.state = 7428; + this.state = 7427; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1021, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 7424; + this.state = 7423; this.match(PostgreSqlParser.COMMA); - this.state = 7425; + this.state = 7424; this.funcArgExpr(); } } } - this.state = 7430; + this.state = 7429; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1021, this.context); } @@ -45628,34 +45622,34 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 734, PostgreSqlParser.RULE_funcArgExpr); let _la: number; try { - this.state = 7438; + this.state = 7437; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1023, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7431; + this.state = 7430; this.columnName(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7432; + this.state = 7431; this.expression(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7433; + this.state = 7432; this.typeFunctionName(); - this.state = 7436; + this.state = 7435; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 20 || _la === 22) { { - this.state = 7434; + this.state = 7433; _la = this.tokenStream.LA(1); if(!(_la === 20 || _la === 22)) { this.errorHandler.recoverInline(this); @@ -45664,7 +45658,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7435; + this.state = 7434; this.expression(); } } @@ -45694,9 +45688,9 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7440; + this.state = 7439; this.match(PostgreSqlParser.OPEN_BRACKET); - this.state = 7450; + this.state = 7449; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: @@ -46142,28 +46136,28 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 7441; + this.state = 7440; this.exprList(); } break; case PostgreSqlParser.OPEN_BRACKET: { { - this.state = 7442; + this.state = 7441; this.arrayExpr(); - this.state = 7447; + this.state = 7446; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 7443; + this.state = 7442; this.match(PostgreSqlParser.COMMA); - this.state = 7444; + this.state = 7443; this.arrayExpr(); } } - this.state = 7449; + this.state = 7448; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -46175,7 +46169,7 @@ export class PostgreSqlParser extends SQLParserBase { default: break; } - this.state = 7452; + this.state = 7451; this.match(PostgreSqlParser.CLOSE_BRACKET); } } @@ -46197,62 +46191,62 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new ExtractArgContext(this.context, this.state); this.enterRule(localContext, 738, PostgreSqlParser.RULE_extractArg); try { - this.state = 7462; + this.state = 7461; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1026, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7454; + this.state = 7453; this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7455; + this.state = 7454; this.match(PostgreSqlParser.KW_YEAR); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7456; + this.state = 7455; this.match(PostgreSqlParser.KW_MONTH); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7457; + this.state = 7456; this.match(PostgreSqlParser.KW_DAY); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 7458; + this.state = 7457; this.match(PostgreSqlParser.KW_HOUR); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 7459; + this.state = 7458; this.match(PostgreSqlParser.KW_MINUTE); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 7460; + this.state = 7459; this.match(PostgreSqlParser.KW_SECOND); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 7461; + this.state = 7460; this.stringConst(); } break; @@ -46279,7 +46273,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7464; + this.state = 7463; _la = this.tokenStream.LA(1); if(!(((((_la - 483)) & ~0x1F) === 0 && ((1 << (_la - 483)) & 15) !== 0))) { this.errorHandler.recoverInline(this); @@ -46309,26 +46303,26 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 742, PostgreSqlParser.RULE_substrList); let _la: number; try { - this.state = 7487; + this.state = 7486; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1029, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7466; + this.state = 7465; this.expression(); - this.state = 7467; + this.state = 7466; this.match(PostgreSqlParser.KW_FROM); - this.state = 7468; + this.state = 7467; this.expression(); - this.state = 7471; + this.state = 7470; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 7469; + this.state = 7468; this.match(PostgreSqlParser.KW_FOR); - this.state = 7470; + this.state = 7469; this.expression(); } } @@ -46338,20 +46332,20 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7473; + this.state = 7472; this.expression(); - this.state = 7474; + this.state = 7473; this.match(PostgreSqlParser.KW_FOR); - this.state = 7475; + this.state = 7474; this.expression(); - this.state = 7478; + this.state = 7477; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64) { { - this.state = 7476; + this.state = 7475; this.match(PostgreSqlParser.KW_FROM); - this.state = 7477; + this.state = 7476; this.expression(); } } @@ -46361,22 +46355,22 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7480; + this.state = 7479; this.expression(); - this.state = 7481; + this.state = 7480; this.match(PostgreSqlParser.KW_SIMILAR); - this.state = 7482; + this.state = 7481; this.expression(); - this.state = 7483; + this.state = 7482; this.match(PostgreSqlParser.KW_ESCAPE); - this.state = 7484; + this.state = 7483; this.expression(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7486; + this.state = 7485; this.exprList(); } break; @@ -46402,13 +46396,13 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7489; + this.state = 7488; this.match(PostgreSqlParser.KW_WHEN); - this.state = 7490; + this.state = 7489; this.expression(); - this.state = 7491; + this.state = 7490; this.match(PostgreSqlParser.KW_THEN); - this.state = 7492; + this.state = 7491; this.expression(); } } @@ -46431,15 +46425,15 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 746, PostgreSqlParser.RULE_indirectionEl); let _la: number; try { - this.state = 7511; + this.state = 7510; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.DOT: this.enterOuterAlt(localContext, 1); { - this.state = 7494; + this.state = 7493; this.match(PostgreSqlParser.DOT); - this.state = 7497; + this.state = 7496; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ALL: @@ -46933,13 +46927,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 7495; + this.state = 7494; this.colLabel(); } break; case PostgreSqlParser.STAR: { - this.state = 7496; + this.state = 7495; this.match(PostgreSqlParser.STAR); } break; @@ -46951,37 +46945,37 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.OPEN_BRACKET: this.enterOuterAlt(localContext, 2); { - this.state = 7499; + this.state = 7498; this.match(PostgreSqlParser.OPEN_BRACKET); - this.state = 7508; + this.state = 7507; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1033, this.context) ) { case 1: { - this.state = 7500; + this.state = 7499; this.expression(); } break; case 2: { - this.state = 7502; + this.state = 7501; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 805318660) !== 0) || ((((_la - 35)) & ~0x1F) === 0 && ((1 << (_la - 35)) & 34074721) !== 0) || ((((_la - 75)) & ~0x1F) === 0 && ((1 << (_la - 75)) & 2174763023) !== 0) || ((((_la - 107)) & ~0x1F) === 0 && ((1 << (_la - 107)) & 4294967295) !== 0) || ((((_la - 139)) & ~0x1F) === 0 && ((1 << (_la - 139)) & 4294967295) !== 0) || ((((_la - 171)) & ~0x1F) === 0 && ((1 << (_la - 171)) & 4294967295) !== 0) || ((((_la - 203)) & ~0x1F) === 0 && ((1 << (_la - 203)) & 67108863) !== 0) || ((((_la - 238)) & ~0x1F) === 0 && ((1 << (_la - 238)) & 4294967295) !== 0) || ((((_la - 270)) & ~0x1F) === 0 && ((1 << (_la - 270)) & 4294967295) !== 0) || ((((_la - 302)) & ~0x1F) === 0 && ((1 << (_la - 302)) & 4294967295) !== 0) || ((((_la - 334)) & ~0x1F) === 0 && ((1 << (_la - 334)) & 4294967295) !== 0) || ((((_la - 366)) & ~0x1F) === 0 && ((1 << (_la - 366)) & 4294967295) !== 0) || ((((_la - 398)) & ~0x1F) === 0 && ((1 << (_la - 398)) & 4294967295) !== 0) || ((((_la - 430)) & ~0x1F) === 0 && ((1 << (_la - 430)) & 4278190079) !== 0) || ((((_la - 462)) & ~0x1F) === 0 && ((1 << (_la - 462)) & 4294967295) !== 0) || ((((_la - 494)) & ~0x1F) === 0 && ((1 << (_la - 494)) & 1174402559) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 3901572195) !== 0) || _la === 586) { { - this.state = 7501; + this.state = 7500; this.expression(); } } - this.state = 7504; + this.state = 7503; this.match(PostgreSqlParser.COLON); - this.state = 7506; + this.state = 7505; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 805318660) !== 0) || ((((_la - 35)) & ~0x1F) === 0 && ((1 << (_la - 35)) & 34074721) !== 0) || ((((_la - 75)) & ~0x1F) === 0 && ((1 << (_la - 75)) & 2174763023) !== 0) || ((((_la - 107)) & ~0x1F) === 0 && ((1 << (_la - 107)) & 4294967295) !== 0) || ((((_la - 139)) & ~0x1F) === 0 && ((1 << (_la - 139)) & 4294967295) !== 0) || ((((_la - 171)) & ~0x1F) === 0 && ((1 << (_la - 171)) & 4294967295) !== 0) || ((((_la - 203)) & ~0x1F) === 0 && ((1 << (_la - 203)) & 67108863) !== 0) || ((((_la - 238)) & ~0x1F) === 0 && ((1 << (_la - 238)) & 4294967295) !== 0) || ((((_la - 270)) & ~0x1F) === 0 && ((1 << (_la - 270)) & 4294967295) !== 0) || ((((_la - 302)) & ~0x1F) === 0 && ((1 << (_la - 302)) & 4294967295) !== 0) || ((((_la - 334)) & ~0x1F) === 0 && ((1 << (_la - 334)) & 4294967295) !== 0) || ((((_la - 366)) & ~0x1F) === 0 && ((1 << (_la - 366)) & 4294967295) !== 0) || ((((_la - 398)) & ~0x1F) === 0 && ((1 << (_la - 398)) & 4294967295) !== 0) || ((((_la - 430)) & ~0x1F) === 0 && ((1 << (_la - 430)) & 4278190079) !== 0) || ((((_la - 462)) & ~0x1F) === 0 && ((1 << (_la - 462)) & 4294967295) !== 0) || ((((_la - 494)) & ~0x1F) === 0 && ((1 << (_la - 494)) & 1174402559) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 3901572195) !== 0) || _la === 586) { { - this.state = 7505; + this.state = 7504; this.expression(); } } @@ -46989,7 +46983,7 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 7510; + this.state = 7509; this.match(PostgreSqlParser.CLOSE_BRACKET); } break; @@ -47018,7 +47012,7 @@ export class PostgreSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 7514; + this.state = 7513; this.errorHandler.sync(this); alternative = 1; do { @@ -47026,7 +47020,7 @@ export class PostgreSqlParser extends SQLParserBase { case 1: { { - this.state = 7513; + this.state = 7512; this.indirectionEl(); } } @@ -47034,7 +47028,7 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 7516; + this.state = 7515; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1035, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); @@ -47061,19 +47055,19 @@ export class PostgreSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 7521; + this.state = 7520; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1036, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 7518; + this.state = 7517; this.indirectionEl(); } } } - this.state = 7523; + this.state = 7522; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1036, this.context); } @@ -47100,23 +47094,23 @@ export class PostgreSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 7524; + this.state = 7523; this.targetEl(); - this.state = 7529; + this.state = 7528; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1037, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 7525; + this.state = 7524; this.match(PostgreSqlParser.COMMA); - this.state = 7526; + this.state = 7525; this.targetEl(); } } } - this.state = 7531; + this.state = 7530; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1037, this.context); } @@ -47140,29 +47134,29 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new TargetElContext(this.context, this.state); this.enterRule(localContext, 754, PostgreSqlParser.RULE_targetEl); try { - this.state = 7540; + this.state = 7539; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1039, this.context) ) { case 1: localContext = new Target_labelContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 7532; + this.state = 7531; this.columnExprNoParen(); - this.state = 7537; + this.state = 7536; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1038, this.context) ) { case 1: { - this.state = 7533; + this.state = 7532; this.match(PostgreSqlParser.KW_AS); - this.state = 7534; + this.state = 7533; this.colLabel(); } break; case 2: { - this.state = 7535; + this.state = 7534; this.identifier(); } break; @@ -47178,7 +47172,7 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new Target_starContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 7539; + this.state = 7538; this.match(PostgreSqlParser.STAR); } break; @@ -47205,21 +47199,21 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7542; + this.state = 7541; this.qualifiedName(); - this.state = 7547; + this.state = 7546; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 7543; + this.state = 7542; this.match(PostgreSqlParser.COMMA); - this.state = 7544; + this.state = 7543; this.qualifiedName(); } } - this.state = 7549; + this.state = 7548; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -47246,21 +47240,21 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7550; + this.state = 7549; this.tableName(); - this.state = 7555; + this.state = 7554; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 7551; + this.state = 7550; this.match(PostgreSqlParser.COMMA); - this.state = 7552; + this.state = 7551; this.tableName(); } } - this.state = 7557; + this.state = 7556; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -47287,21 +47281,21 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7558; + this.state = 7557; this.schemaName(); - this.state = 7563; + this.state = 7562; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 7559; + this.state = 7558; this.match(PostgreSqlParser.COMMA); - this.state = 7560; + this.state = 7559; this.schemaName(); } } - this.state = 7565; + this.state = 7564; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -47328,21 +47322,21 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7566; + this.state = 7565; this.databaseName(); - this.state = 7571; + this.state = 7570; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 7567; + this.state = 7566; this.match(PostgreSqlParser.COMMA); - this.state = 7568; + this.state = 7567; this.databaseName(); } } - this.state = 7573; + this.state = 7572; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -47368,7 +47362,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7574; + this.state = 7573; this.qualifiedName(); } } @@ -47392,7 +47386,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7576; + this.state = 7575; this.qualifiedName(); } } @@ -47416,7 +47410,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7578; + this.state = 7577; this.qualifiedName(); } } @@ -47440,7 +47434,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7580; + this.state = 7579; this.qualifiedName(); } } @@ -47464,7 +47458,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7582; + this.state = 7581; this.qualifiedName(); } } @@ -47488,7 +47482,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7584; + this.state = 7583; this.anyName(); } } @@ -47512,14 +47506,14 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7586; + this.state = 7585; this.colId(); - this.state = 7588; + this.state = 7587; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1044, this.context) ) { case 1: { - this.state = 7587; + this.state = 7586; this.indirection(); } break; @@ -47547,21 +47541,21 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7590; + this.state = 7589; this.tableSpaceName(); - this.state = 7595; + this.state = 7594; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 7591; + this.state = 7590; this.match(PostgreSqlParser.COMMA); - this.state = 7592; + this.state = 7591; this.tableSpaceName(); } } - this.state = 7597; + this.state = 7596; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -47588,21 +47582,21 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7598; + this.state = 7597; this.colId(); - this.state = 7603; + this.state = 7602; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 7599; + this.state = 7598; this.match(PostgreSqlParser.COMMA); - this.state = 7600; + this.state = 7599; this.colId(); } } - this.state = 7605; + this.state = 7604; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -47628,7 +47622,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7606; + this.state = 7605; this.anyName(); } } @@ -47652,7 +47646,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7608; + this.state = 7607; this.anyName(); } } @@ -47676,7 +47670,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7610; + this.state = 7609; this.anyName(); } } @@ -47700,7 +47694,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7612; + this.state = 7611; this.colId(); } } @@ -47724,7 +47718,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7614; + this.state = 7613; this.colId(); } } @@ -47746,22 +47740,22 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new ProcedureNameContext(this.context, this.state); this.enterRule(localContext, 792, PostgreSqlParser.RULE_procedureName); try { - this.state = 7620; + this.state = 7619; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1047, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7616; + this.state = 7615; this.typeFunctionName(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7617; + this.state = 7616; this.colId(); - this.state = 7618; + this.state = 7617; this.indirection(); } break; @@ -47785,22 +47779,22 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new ProcedureNameCreateContext(this.context, this.state); this.enterRule(localContext, 794, PostgreSqlParser.RULE_procedureNameCreate); try { - this.state = 7626; + this.state = 7625; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1048, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7622; + this.state = 7621; this.typeFunctionName(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7623; + this.state = 7622; this.colId(); - this.state = 7624; + this.state = 7623; this.indirection(); } break; @@ -47824,22 +47818,22 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new ColumnNameContext(this.context, this.state); this.enterRule(localContext, 796, PostgreSqlParser.RULE_columnName); try { - this.state = 7632; + this.state = 7631; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1049, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7628; + this.state = 7627; this.colId(); - this.state = 7629; + this.state = 7628; this.optIndirection(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7631; + this.state = 7630; if (!(this.shouldMatchEmpty())) { throw this.createFailedPredicateException("this.shouldMatchEmpty()"); } @@ -47867,9 +47861,9 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7634; + this.state = 7633; this.colId(); - this.state = 7635; + this.state = 7634; this.optIndirection(); } } @@ -47893,7 +47887,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7637; + this.state = 7636; this.colId(); } } @@ -47915,22 +47909,22 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new FunctionNameCreateContext(this.context, this.state); this.enterRule(localContext, 802, PostgreSqlParser.RULE_functionNameCreate); try { - this.state = 7643; + this.state = 7642; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1050, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7639; + this.state = 7638; this.typeFunctionName(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7640; + this.state = 7639; this.colId(); - this.state = 7641; + this.state = 7640; this.indirection(); } break; @@ -47954,22 +47948,22 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new FunctionNameContext(this.context, this.state); this.enterRule(localContext, 804, PostgreSqlParser.RULE_functionName); try { - this.state = 7649; + this.state = 7648; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1051, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7645; + this.state = 7644; this.typeFunctionName(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7646; + this.state = 7645; this.colId(); - this.state = 7647; + this.state = 7646; this.indirection(); } break; @@ -47995,16 +47989,16 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7651; + this.state = 7650; this.anysconst(); - this.state = 7654; + this.state = 7653; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1052, this.context) ) { case 1: { - this.state = 7652; + this.state = 7651; this.match(PostgreSqlParser.KW_UESCAPE); - this.state = 7653; + this.state = 7652; this.anysconst(); } break; @@ -48030,50 +48024,50 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 808, PostgreSqlParser.RULE_anysconst); let _la: number; try { - this.state = 7667; + this.state = 7666; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.StringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 7656; + this.state = 7655; this.match(PostgreSqlParser.StringConstant); } break; case PostgreSqlParser.UnicodeEscapeStringConstant: this.enterOuterAlt(localContext, 2); { - this.state = 7657; + this.state = 7656; this.match(PostgreSqlParser.UnicodeEscapeStringConstant); } break; case PostgreSqlParser.BeginDollarStringConstant: this.enterOuterAlt(localContext, 3); { - this.state = 7658; + this.state = 7657; this.match(PostgreSqlParser.BeginDollarStringConstant); - this.state = 7662; + this.state = 7661; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 590) { { { - this.state = 7659; + this.state = 7658; this.match(PostgreSqlParser.DollarText); } } - this.state = 7664; + this.state = 7663; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 7665; + this.state = 7664; this.match(PostgreSqlParser.EndDollarStringConstant); } break; case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 4); { - this.state = 7666; + this.state = 7665; this.match(PostgreSqlParser.EscapeStringConstant); } break; @@ -48102,12 +48096,12 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7670; + this.state = 7669; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 12 || _la === 13) { { - this.state = 7669; + this.state = 7668; _la = this.tokenStream.LA(1); if(!(_la === 12 || _la === 13)) { this.errorHandler.recoverInline(this); @@ -48119,7 +48113,7 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 7672; + this.state = 7671; this.match(PostgreSqlParser.Integral); } } @@ -48141,41 +48135,41 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new RoleSpecContext(this.context, this.state); this.enterRule(localContext, 812, PostgreSqlParser.RULE_roleSpec); try { - this.state = 7679; + this.state = 7678; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1056, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7674; + this.state = 7673; this.nonReservedWord(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7675; + this.state = 7674; this.match(PostgreSqlParser.KW_CURRENT_USER); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7676; + this.state = 7675; this.match(PostgreSqlParser.KW_CURRENT_ROLE); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7677; + this.state = 7676; this.match(PostgreSqlParser.KW_SESSION_USER); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 7678; + this.state = 7677; this.match(PostgreSqlParser.KW_PUBLIC); } break; @@ -48202,21 +48196,21 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7681; + this.state = 7680; this.roleSpec(); - this.state = 7686; + this.state = 7685; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 7682; + this.state = 7681; this.match(PostgreSqlParser.COMMA); - this.state = 7683; + this.state = 7682; this.roleSpec(); } } - this.state = 7688; + this.state = 7687; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -48240,20 +48234,20 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new ColIdContext(this.context, this.state); this.enterRule(localContext, 816, PostgreSqlParser.RULE_colId); try { - this.state = 7691; + this.state = 7690; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1058, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7689; + this.state = 7688; this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7690; + this.state = 7689; this.colNameKeyword(); } break; @@ -48277,20 +48271,20 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new TypeFunctionNameContext(this.context, this.state); this.enterRule(localContext, 818, PostgreSqlParser.RULE_typeFunctionName); try { - this.state = 7695; + this.state = 7694; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1059, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7693; + this.state = 7692; this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7694; + this.state = 7693; this.typeFuncNameKeyword(); } break; @@ -48314,27 +48308,27 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new NonReservedWordContext(this.context, this.state); this.enterRule(localContext, 820, PostgreSqlParser.RULE_nonReservedWord); try { - this.state = 7700; + this.state = 7699; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1060, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7697; + this.state = 7696; this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7698; + this.state = 7697; this.colNameKeyword(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7699; + this.state = 7698; this.typeFuncNameKeyword(); } break; @@ -48358,34 +48352,34 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new ColLabelContext(this.context, this.state); this.enterRule(localContext, 822, PostgreSqlParser.RULE_colLabel); try { - this.state = 7706; + this.state = 7705; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1061, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7702; + this.state = 7701; this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7703; + this.state = 7702; this.colNameKeyword(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7704; + this.state = 7703; this.typeFuncNameKeyword(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7705; + this.state = 7704; this.reservedKeyword(); } break; @@ -48409,22 +48403,22 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new IdentifierContext(this.context, this.state); this.enterRule(localContext, 824, PostgreSqlParser.RULE_identifier); try { - this.state = 7719; + this.state = 7718; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.Identifier: this.enterOuterAlt(localContext, 1); { - this.state = 7708; + this.state = 7707; this.match(PostgreSqlParser.Identifier); - this.state = 7711; + this.state = 7710; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1062, this.context) ) { case 1: { - this.state = 7709; + this.state = 7708; this.match(PostgreSqlParser.KW_UESCAPE); - this.state = 7710; + this.state = 7709; this.anysconst(); } break; @@ -48437,35 +48431,35 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 2); { - this.state = 7713; + this.state = 7712; this.stringConst(); } break; case PostgreSqlParser.QuotedIdentifier: this.enterOuterAlt(localContext, 3); { - this.state = 7714; + this.state = 7713; this.match(PostgreSqlParser.QuotedIdentifier); } break; case PostgreSqlParser.UnicodeQuotedIdentifier: this.enterOuterAlt(localContext, 4); { - this.state = 7715; + this.state = 7714; this.match(PostgreSqlParser.UnicodeQuotedIdentifier); } break; case PostgreSqlParser.PLSQLVARIABLENAME: this.enterOuterAlt(localContext, 5); { - this.state = 7716; + this.state = 7715; this.match(PostgreSqlParser.PLSQLVARIABLENAME); } break; case PostgreSqlParser.PLSQLIDENTIFIER: this.enterOuterAlt(localContext, 6); { - this.state = 7717; + this.state = 7716; this.match(PostgreSqlParser.PLSQLIDENTIFIER); } break; @@ -48805,7 +48799,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_BUFFER_USAGE_LIMIT: this.enterOuterAlt(localContext, 7); { - this.state = 7718; + this.state = 7717; this.unreservedKeyword(); } break; @@ -48834,7 +48828,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7721; + this.state = 7720; _la = this.tokenStream.LA(1); if(!(_la === 53 || ((((_la - 116)) & ~0x1F) === 0 && ((1 << (_la - 116)) & 4294959489) !== 0) || ((((_la - 148)) & ~0x1F) === 0 && ((1 << (_la - 148)) & 4294967295) !== 0) || ((((_la - 180)) & ~0x1F) === 0 && ((1 << (_la - 180)) & 4294967295) !== 0) || ((((_la - 212)) & ~0x1F) === 0 && ((1 << (_la - 212)) & 4227989503) !== 0) || ((((_la - 244)) & ~0x1F) === 0 && ((1 << (_la - 244)) & 4294967295) !== 0) || ((((_la - 276)) & ~0x1F) === 0 && ((1 << (_la - 276)) & 4294967295) !== 0) || ((((_la - 308)) & ~0x1F) === 0 && ((1 << (_la - 308)) & 4294967295) !== 0) || ((((_la - 340)) & ~0x1F) === 0 && ((1 << (_la - 340)) & 4294967295) !== 0) || ((((_la - 372)) & ~0x1F) === 0 && ((1 << (_la - 372)) & 32767) !== 0) || ((((_la - 433)) & ~0x1F) === 0 && ((1 << (_la - 433)) & 4291821567) !== 0) || ((((_la - 465)) & ~0x1F) === 0 && ((1 << (_la - 465)) & 4278187359) !== 0) || ((((_la - 497)) & ~0x1F) === 0 && ((1 << (_la - 497)) & 146800319) !== 0) || _la === 547 || _la === 548)) { this.errorHandler.recoverInline(this); @@ -48863,363 +48857,363 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new ColNameKeywordContext(this.context, this.state); this.enterRule(localContext, 828, PostgreSqlParser.RULE_colNameKeyword); try { - this.state = 7774; + this.state = 7773; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1064, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7723; + this.state = 7722; this.match(PostgreSqlParser.KW_BETWEEN); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7724; + this.state = 7723; this.match(PostgreSqlParser.KW_BIGINT); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7725; + this.state = 7724; this.bit(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7726; + this.state = 7725; this.match(PostgreSqlParser.KW_BOOLEAN); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 7727; + this.state = 7726; this.match(PostgreSqlParser.KW_CHAR); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 7728; + this.state = 7727; this.character(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 7729; + this.state = 7728; this.match(PostgreSqlParser.KW_COALESCE); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 7730; + this.state = 7729; this.match(PostgreSqlParser.KW_DEC); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 7731; + this.state = 7730; this.match(PostgreSqlParser.KW_DECIMAL); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 7732; + this.state = 7731; this.match(PostgreSqlParser.KW_EXISTS); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 7733; + this.state = 7732; this.match(PostgreSqlParser.KW_EXTRACT); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 7734; + this.state = 7733; this.match(PostgreSqlParser.KW_FLOAT); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 7735; + this.state = 7734; this.match(PostgreSqlParser.KW_GREATEST); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 7736; + this.state = 7735; this.match(PostgreSqlParser.KW_GROUPING); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 7737; + this.state = 7736; this.match(PostgreSqlParser.KW_INOUT); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 7738; + this.state = 7737; this.match(PostgreSqlParser.KW_INT); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 7739; + this.state = 7738; this.match(PostgreSqlParser.KW_INTEGER); } break; case 18: this.enterOuterAlt(localContext, 18); { - this.state = 7740; + this.state = 7739; this.match(PostgreSqlParser.KW_INTERVAL); } break; case 19: this.enterOuterAlt(localContext, 19); { - this.state = 7741; + this.state = 7740; this.match(PostgreSqlParser.KW_LEAST); } break; case 20: this.enterOuterAlt(localContext, 20); { - this.state = 7742; + this.state = 7741; this.match(PostgreSqlParser.KW_NATIONAL); } break; case 21: this.enterOuterAlt(localContext, 21); { - this.state = 7743; + this.state = 7742; this.match(PostgreSqlParser.KW_NCHAR); } break; case 22: this.enterOuterAlt(localContext, 22); { - this.state = 7744; + this.state = 7743; this.match(PostgreSqlParser.KW_NONE); } break; case 23: this.enterOuterAlt(localContext, 23); { - this.state = 7745; + this.state = 7744; this.match(PostgreSqlParser.KW_NORMALIZE); } break; case 24: this.enterOuterAlt(localContext, 24); { - this.state = 7746; + this.state = 7745; this.match(PostgreSqlParser.KW_NULLIF); } break; case 25: this.enterOuterAlt(localContext, 25); { - this.state = 7747; + this.state = 7746; this.numeric(); } break; case 26: this.enterOuterAlt(localContext, 26); { - this.state = 7748; + this.state = 7747; this.match(PostgreSqlParser.KW_OUT); } break; case 27: this.enterOuterAlt(localContext, 27); { - this.state = 7749; + this.state = 7748; this.match(PostgreSqlParser.KW_OVERLAY); } break; case 28: this.enterOuterAlt(localContext, 28); { - this.state = 7750; + this.state = 7749; this.match(PostgreSqlParser.KW_POSITION); } break; case 29: this.enterOuterAlt(localContext, 29); { - this.state = 7751; + this.state = 7750; this.match(PostgreSqlParser.KW_PRECISION); } break; case 30: this.enterOuterAlt(localContext, 30); { - this.state = 7752; + this.state = 7751; this.match(PostgreSqlParser.KW_REAL); } break; case 31: this.enterOuterAlt(localContext, 31); { - this.state = 7753; + this.state = 7752; this.match(PostgreSqlParser.KW_ROW); } break; case 32: this.enterOuterAlt(localContext, 32); { - this.state = 7754; + this.state = 7753; this.match(PostgreSqlParser.KW_SETOF); } break; case 33: this.enterOuterAlt(localContext, 33); { - this.state = 7755; + this.state = 7754; this.match(PostgreSqlParser.KW_SMALLINT); } break; case 34: this.enterOuterAlt(localContext, 34); { - this.state = 7756; + this.state = 7755; this.match(PostgreSqlParser.KW_SUBSTRING); } break; case 35: this.enterOuterAlt(localContext, 35); { - this.state = 7757; + this.state = 7756; this.match(PostgreSqlParser.KW_TIME); } break; case 36: this.enterOuterAlt(localContext, 36); { - this.state = 7758; + this.state = 7757; this.match(PostgreSqlParser.KW_TIMESTAMP); } break; case 37: this.enterOuterAlt(localContext, 37); { - this.state = 7759; + this.state = 7758; this.match(PostgreSqlParser.KW_TREAT); } break; case 38: this.enterOuterAlt(localContext, 38); { - this.state = 7760; + this.state = 7759; this.match(PostgreSqlParser.KW_TRIM); } break; case 39: this.enterOuterAlt(localContext, 39); { - this.state = 7761; + this.state = 7760; this.match(PostgreSqlParser.KW_VALUES); } break; case 40: this.enterOuterAlt(localContext, 40); { - this.state = 7762; + this.state = 7761; this.match(PostgreSqlParser.KW_VARCHAR); } break; case 41: this.enterOuterAlt(localContext, 41); { - this.state = 7763; + this.state = 7762; this.match(PostgreSqlParser.KW_XMLATTRIBUTES); } break; case 42: this.enterOuterAlt(localContext, 42); { - this.state = 7764; + this.state = 7763; this.match(PostgreSqlParser.KW_XMLCONCAT); } break; case 43: this.enterOuterAlt(localContext, 43); { - this.state = 7765; + this.state = 7764; this.match(PostgreSqlParser.KW_XMLELEMENT); } break; case 44: this.enterOuterAlt(localContext, 44); { - this.state = 7766; + this.state = 7765; this.match(PostgreSqlParser.KW_XMLEXISTS); } break; case 45: this.enterOuterAlt(localContext, 45); { - this.state = 7767; + this.state = 7766; this.match(PostgreSqlParser.KW_XMLFOREST); } break; case 46: this.enterOuterAlt(localContext, 46); { - this.state = 7768; + this.state = 7767; this.match(PostgreSqlParser.KW_XMLNAMESPACES); } break; case 47: this.enterOuterAlt(localContext, 47); { - this.state = 7769; + this.state = 7768; this.match(PostgreSqlParser.KW_XMLPARSE); } break; case 48: this.enterOuterAlt(localContext, 48); { - this.state = 7770; + this.state = 7769; this.match(PostgreSqlParser.KW_XMLPI); } break; case 49: this.enterOuterAlt(localContext, 49); { - this.state = 7771; + this.state = 7770; this.match(PostgreSqlParser.KW_XMLROOT); } break; case 50: this.enterOuterAlt(localContext, 50); { - this.state = 7772; + this.state = 7771; this.match(PostgreSqlParser.KW_XMLSERIALIZE); } break; case 51: this.enterOuterAlt(localContext, 51); { - this.state = 7773; + this.state = 7772; this.match(PostgreSqlParser.KW_XMLTABLE); } break; @@ -49246,7 +49240,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7776; + this.state = 7775; _la = this.tokenStream.LA(1); if(!(((((_la - 106)) & ~0x1F) === 0 && ((1 << (_la - 106)) & 8126463) !== 0) || _la === 472)) { this.errorHandler.recoverInline(this); @@ -49278,7 +49272,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7778; + this.state = 7777; _la = this.tokenStream.LA(1); if(!(((((_la - 30)) & ~0x1F) === 0 && ((1 << (_la - 30)) & 4286578687) !== 0) || ((((_la - 62)) & ~0x1F) === 0 && ((1 << (_la - 62)) & 4294966783) !== 0) || ((((_la - 94)) & ~0x1F) === 0 && ((1 << (_la - 94)) & 4095) !== 0) || _la === 454)) { this.errorHandler.recoverInline(this); @@ -49312,53 +49306,53 @@ export class PostgreSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 1); { { - this.state = 7781; + this.state = 7780; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 18) { { - this.state = 7780; + this.state = 7779; this.labelDecl(); } } - this.state = 7793; + this.state = 7792; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 178) { { - this.state = 7783; + this.state = 7782; this.match(PostgreSqlParser.KW_DECLARE); - this.state = 7791; + this.state = 7790; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1068, this.context) ) { case 1: { - this.state = 7787; + this.state = 7786; this.errorHandler.sync(this); alternative = 1; do { switch (alternative) { case 1: { - this.state = 7787; + this.state = 7786; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1066, this.context) ) { case 1: { - this.state = 7784; + this.state = 7783; this.declStatement(); } break; case 2: { - this.state = 7785; + this.state = 7784; this.match(PostgreSqlParser.KW_DECLARE); } break; case 3: { - this.state = 7786; + this.state = 7785; this.labelDecl(); } break; @@ -49368,7 +49362,7 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 7789; + this.state = 7788; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1067, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); @@ -49379,42 +49373,42 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 7795; + this.state = 7794; this.match(PostgreSqlParser.KW_BEGIN); - this.state = 7799; + this.state = 7798; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1070, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 7796; + this.state = 7795; this.procStmt(); } } } - this.state = 7801; + this.state = 7800; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1070, this.context); } - this.state = 7803; + this.state = 7802; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 517) { { - this.state = 7802; + this.state = 7801; this.exceptionSect(); } } - this.state = 7805; + this.state = 7804; this.match(PostgreSqlParser.KW_END); - this.state = 7807; + this.state = 7806; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 53 || ((((_la - 116)) & ~0x1F) === 0 && ((1 << (_la - 116)) & 4294959489) !== 0) || ((((_la - 148)) & ~0x1F) === 0 && ((1 << (_la - 148)) & 4294967295) !== 0) || ((((_la - 180)) & ~0x1F) === 0 && ((1 << (_la - 180)) & 4294967295) !== 0) || ((((_la - 212)) & ~0x1F) === 0 && ((1 << (_la - 212)) & 4227989503) !== 0) || ((((_la - 244)) & ~0x1F) === 0 && ((1 << (_la - 244)) & 4294967295) !== 0) || ((((_la - 276)) & ~0x1F) === 0 && ((1 << (_la - 276)) & 4294967295) !== 0) || ((((_la - 308)) & ~0x1F) === 0 && ((1 << (_la - 308)) & 4294967295) !== 0) || ((((_la - 340)) & ~0x1F) === 0 && ((1 << (_la - 340)) & 4294967295) !== 0) || ((((_la - 372)) & ~0x1F) === 0 && ((1 << (_la - 372)) & 4294967295) !== 0) || ((((_la - 404)) & ~0x1F) === 0 && ((1 << (_la - 404)) & 4294967295) !== 0) || ((((_la - 436)) & ~0x1F) === 0 && ((1 << (_la - 436)) & 4294705151) !== 0) || ((((_la - 468)) & ~0x1F) === 0 && ((1 << (_la - 468)) & 4294967279) !== 0) || ((((_la - 500)) & ~0x1F) === 0 && ((1 << (_la - 500)) & 18350039) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 3221570659) !== 0) || _la === 586) { { - this.state = 7806; + this.state = 7805; this.anyIdentifier(); } } @@ -49441,11 +49435,11 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7809; + this.state = 7808; this.match(PostgreSqlParser.LESS_LESS); - this.state = 7810; + this.state = 7809; this.anyIdentifier(); - this.state = 7811; + this.state = 7810; this.match(PostgreSqlParser.GREATER_GREATER); } } @@ -49470,23 +49464,23 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7813; + this.state = 7812; this.anyIdentifier(); - this.state = 7860; + this.state = 7859; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1083, this.context) ) { case 1: { - this.state = 7814; + this.state = 7813; this.match(PostgreSqlParser.KW_ALIAS); - this.state = 7815; + this.state = 7814; this.match(PostgreSqlParser.KW_FOR); - this.state = 7818; + this.state = 7817; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.PARAM: { - this.state = 7816; + this.state = 7815; this.match(PostgreSqlParser.PARAM); } break; @@ -49885,7 +49879,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 7817; + this.state = 7816; this.colId(); } break; @@ -49896,65 +49890,65 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 7821; + this.state = 7820; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1074, this.context) ) { case 1: { - this.state = 7820; + this.state = 7819; this.match(PostgreSqlParser.KW_CONSTANT); } break; } - this.state = 7823; + this.state = 7822; this.typename(); - this.state = 7825; + this.state = 7824; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 43) { { - this.state = 7824; + this.state = 7823; this.collateClause(); } } - this.state = 7829; + this.state = 7828; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 7827; + this.state = 7826; this.match(PostgreSqlParser.KW_NOT); - this.state = 7828; + this.state = 7827; this.match(PostgreSqlParser.KW_NULL); } } - this.state = 7836; + this.state = 7835; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 10 || _la === 20 || _la === 53) { { - this.state = 7833; + this.state = 7832; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.EQUAL: case PostgreSqlParser.COLON_EQUALS: { - this.state = 7831; + this.state = 7830; this.assignOperator(); } break; case PostgreSqlParser.KW_DEFAULT: { - this.state = 7832; + this.state = 7831; this.match(PostgreSqlParser.KW_DEFAULT); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 7835; + this.state = 7834; this.sqlExpression(); } } @@ -49963,59 +49957,59 @@ export class PostgreSqlParser extends SQLParserBase { break; case 3: { - this.state = 7842; + this.state = 7841; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269 || _la === 324) { { - this.state = 7839; + this.state = 7838; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 7838; + this.state = 7837; this.match(PostgreSqlParser.KW_NO); } } - this.state = 7841; + this.state = 7840; this.match(PostgreSqlParser.KW_SCROLL); } } - this.state = 7844; + this.state = 7843; this.match(PostgreSqlParser.KW_CURSOR); - this.state = 7856; + this.state = 7855; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 7845; + this.state = 7844; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7846; + this.state = 7845; this.declCursorArg(); - this.state = 7851; + this.state = 7850; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 7847; + this.state = 7846; this.match(PostgreSqlParser.COMMA); - this.state = 7848; + this.state = 7847; this.declCursorArg(); } } - this.state = 7853; + this.state = 7852; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 7854; + this.state = 7853; this.match(PostgreSqlParser.CLOSE_PAREN); } } - this.state = 7858; + this.state = 7857; _la = this.tokenStream.LA(1); if(!(_la === 62 || _la === 116)) { this.errorHandler.recoverInline(this); @@ -50024,12 +50018,12 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7859; + this.state = 7858; this.selectStmt(); } break; } - this.state = 7862; + this.state = 7861; this.match(PostgreSqlParser.SEMI); } } @@ -50053,9 +50047,9 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7864; + this.state = 7863; this.anyIdentifier(); - this.state = 7865; + this.state = 7864; this.typename(); } } @@ -50080,7 +50074,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7867; + this.state = 7866; _la = this.tokenStream.LA(1); if(!(_la === 10 || _la === 20)) { this.errorHandler.recoverInline(this); @@ -50109,162 +50103,162 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new ProcStmtContext(this.context, this.state); this.enterRule(localContext, 844, PostgreSqlParser.RULE_procStmt); try { - this.state = 7893; + this.state = 7892; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1084, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7869; + this.state = 7868; this.plBlock(); - this.state = 7870; + this.state = 7869; this.match(PostgreSqlParser.SEMI); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7872; + this.state = 7871; this.stmtReturn(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7873; + this.state = 7872; this.stmtRaise(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7874; + this.state = 7873; this.stmtAssign(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 7875; + this.state = 7874; this.stmtIf(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 7876; + this.state = 7875; this.stmtCase(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 7877; + this.state = 7876; this.stmtLoopWhileFor(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 7878; + this.state = 7877; this.stmtForeach(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 7879; + this.state = 7878; this.stmtExit(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 7880; + this.state = 7879; this.stmtAssert(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 7881; + this.state = 7880; this.stmtExecsql(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 7882; + this.state = 7881; this.stmtDynexecute(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 7883; + this.state = 7882; this.stmtPerform(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 7884; + this.state = 7883; this.stmtCall(); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 7885; + this.state = 7884; this.stmtGetdiag(); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 7886; + this.state = 7885; this.stmtOpen(); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 7887; + this.state = 7886; this.stmtFetch(); } break; case 18: this.enterOuterAlt(localContext, 18); { - this.state = 7888; + this.state = 7887; this.stmtMove(); } break; case 19: this.enterOuterAlt(localContext, 19); { - this.state = 7889; + this.state = 7888; this.stmtClose(); } break; case 20: this.enterOuterAlt(localContext, 20); { - this.state = 7890; + this.state = 7889; this.stmtNull(); } break; case 21: this.enterOuterAlt(localContext, 21); { - this.state = 7891; + this.state = 7890; this.stmtCommitOrRollback(); } break; case 22: this.enterOuterAlt(localContext, 22); { - this.state = 7892; + this.state = 7891; this.stmtSet(); } break; @@ -50290,11 +50284,11 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7895; + this.state = 7894; this.match(PostgreSqlParser.KW_PERFORM); - this.state = 7896; + this.state = 7895; this.sqlExpression(); - this.state = 7897; + this.state = 7896; this.match(PostgreSqlParser.SEMI); } } @@ -50317,36 +50311,36 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 848, PostgreSqlParser.RULE_stmtCall); let _la: number; try { - this.state = 7918; + this.state = 7917; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_CALL: this.enterOuterAlt(localContext, 1); { - this.state = 7899; + this.state = 7898; this.match(PostgreSqlParser.KW_CALL); - this.state = 7900; + this.state = 7899; this.anyIdentifier(); - this.state = 7907; + this.state = 7906; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1086, this.context) ) { case 1: { - this.state = 7901; + this.state = 7900; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7903; + this.state = 7902; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 805318660) !== 0) || ((((_la - 35)) & ~0x1F) === 0 && ((1 << (_la - 35)) & 34074721) !== 0) || ((((_la - 75)) & ~0x1F) === 0 && ((1 << (_la - 75)) & 2174763023) !== 0) || ((((_la - 107)) & ~0x1F) === 0 && ((1 << (_la - 107)) & 4294967295) !== 0) || ((((_la - 139)) & ~0x1F) === 0 && ((1 << (_la - 139)) & 4294967295) !== 0) || ((((_la - 171)) & ~0x1F) === 0 && ((1 << (_la - 171)) & 4294967295) !== 0) || ((((_la - 203)) & ~0x1F) === 0 && ((1 << (_la - 203)) & 67108863) !== 0) || ((((_la - 238)) & ~0x1F) === 0 && ((1 << (_la - 238)) & 4294967295) !== 0) || ((((_la - 270)) & ~0x1F) === 0 && ((1 << (_la - 270)) & 4294967295) !== 0) || ((((_la - 302)) & ~0x1F) === 0 && ((1 << (_la - 302)) & 4294967295) !== 0) || ((((_la - 334)) & ~0x1F) === 0 && ((1 << (_la - 334)) & 4294967295) !== 0) || ((((_la - 366)) & ~0x1F) === 0 && ((1 << (_la - 366)) & 4294967295) !== 0) || ((((_la - 398)) & ~0x1F) === 0 && ((1 << (_la - 398)) & 4294967295) !== 0) || ((((_la - 430)) & ~0x1F) === 0 && ((1 << (_la - 430)) & 4278190079) !== 0) || ((((_la - 462)) & ~0x1F) === 0 && ((1 << (_la - 462)) & 4294967295) !== 0) || ((((_la - 494)) & ~0x1F) === 0 && ((1 << (_la - 494)) & 1174402559) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 3901572195) !== 0) || _la === 586) { { - this.state = 7902; + this.state = 7901; this.exprList(); } } - this.state = 7905; + this.state = 7904; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 7906; + this.state = 7905; this.match(PostgreSqlParser.SEMI); } break; @@ -50356,25 +50350,25 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_DO: this.enterOuterAlt(localContext, 2); { - this.state = 7909; + this.state = 7908; this.match(PostgreSqlParser.KW_DO); - this.state = 7910; + this.state = 7909; this.anyIdentifier(); - this.state = 7911; + this.state = 7910; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7913; + this.state = 7912; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 805318660) !== 0) || ((((_la - 35)) & ~0x1F) === 0 && ((1 << (_la - 35)) & 34074721) !== 0) || ((((_la - 75)) & ~0x1F) === 0 && ((1 << (_la - 75)) & 2174763023) !== 0) || ((((_la - 107)) & ~0x1F) === 0 && ((1 << (_la - 107)) & 4294967295) !== 0) || ((((_la - 139)) & ~0x1F) === 0 && ((1 << (_la - 139)) & 4294967295) !== 0) || ((((_la - 171)) & ~0x1F) === 0 && ((1 << (_la - 171)) & 4294967295) !== 0) || ((((_la - 203)) & ~0x1F) === 0 && ((1 << (_la - 203)) & 67108863) !== 0) || ((((_la - 238)) & ~0x1F) === 0 && ((1 << (_la - 238)) & 4294967295) !== 0) || ((((_la - 270)) & ~0x1F) === 0 && ((1 << (_la - 270)) & 4294967295) !== 0) || ((((_la - 302)) & ~0x1F) === 0 && ((1 << (_la - 302)) & 4294967295) !== 0) || ((((_la - 334)) & ~0x1F) === 0 && ((1 << (_la - 334)) & 4294967295) !== 0) || ((((_la - 366)) & ~0x1F) === 0 && ((1 << (_la - 366)) & 4294967295) !== 0) || ((((_la - 398)) & ~0x1F) === 0 && ((1 << (_la - 398)) & 4294967295) !== 0) || ((((_la - 430)) & ~0x1F) === 0 && ((1 << (_la - 430)) & 4278190079) !== 0) || ((((_la - 462)) & ~0x1F) === 0 && ((1 << (_la - 462)) & 4294967295) !== 0) || ((((_la - 494)) & ~0x1F) === 0 && ((1 << (_la - 494)) & 1174402559) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 3901572195) !== 0) || _la === 586) { { - this.state = 7912; + this.state = 7911; this.exprList(); } } - this.state = 7915; + this.state = 7914; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 7916; + this.state = 7915; this.match(PostgreSqlParser.SEMI); } break; @@ -50402,13 +50396,13 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7920; + this.state = 7919; this.assignVar(); - this.state = 7921; + this.state = 7920; this.assignOperator(); - this.state = 7922; + this.state = 7921; this.sqlExpression(); - this.state = 7923; + this.state = 7922; this.match(PostgreSqlParser.SEMI); } } @@ -50433,14 +50427,14 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7925; + this.state = 7924; this.match(PostgreSqlParser.KW_GET); - this.state = 7927; + this.state = 7926; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 434 || _la === 501) { { - this.state = 7926; + this.state = 7925; _la = this.tokenStream.LA(1); if(!(_la === 434 || _la === 501)) { this.errorHandler.recoverInline(this); @@ -50452,29 +50446,29 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 7929; + this.state = 7928; this.match(PostgreSqlParser.KW_DIAGNOSTICS); { - this.state = 7930; + this.state = 7929; this.getdiagListItem(); - this.state = 7935; + this.state = 7934; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 7931; + this.state = 7930; this.match(PostgreSqlParser.COMMA); - this.state = 7932; + this.state = 7931; this.getdiagListItem(); } } - this.state = 7937; + this.state = 7936; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } - this.state = 7938; + this.state = 7937; this.match(PostgreSqlParser.SEMI); } } @@ -50498,11 +50492,11 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7940; + this.state = 7939; this.assignVar(); - this.state = 7941; + this.state = 7940; this.assignOperator(); - this.state = 7942; + this.state = 7941; this.colId(); } } @@ -50527,7 +50521,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 7946; + this.state = 7945; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DEFAULT: @@ -50925,34 +50919,34 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 7944; + this.state = 7943; this.anyName(); } break; case PostgreSqlParser.PARAM: { - this.state = 7945; + this.state = 7944; this.match(PostgreSqlParser.PARAM); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 7954; + this.state = 7953; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 4) { { { - this.state = 7948; + this.state = 7947; this.match(PostgreSqlParser.OPEN_BRACKET); - this.state = 7949; + this.state = 7948; this.expression(); - this.state = 7950; + this.state = 7949; this.match(PostgreSqlParser.CLOSE_BRACKET); } } - this.state = 7956; + this.state = 7955; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -50980,79 +50974,79 @@ export class PostgreSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 7957; + this.state = 7956; this.match(PostgreSqlParser.KW_IF); - this.state = 7958; + this.state = 7957; this.sqlExpression(); - this.state = 7959; + this.state = 7958; this.match(PostgreSqlParser.KW_THEN); - this.state = 7963; + this.state = 7962; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1093, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 7960; + this.state = 7959; this.procStmt(); } } } - this.state = 7965; + this.state = 7964; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1093, this.context); } { - this.state = 7977; + this.state = 7976; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 502) { { { - this.state = 7966; + this.state = 7965; this.match(PostgreSqlParser.KW_ELSIF); - this.state = 7967; + this.state = 7966; this.expression(); - this.state = 7968; + this.state = 7967; this.match(PostgreSqlParser.KW_THEN); - this.state = 7972; + this.state = 7971; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1094, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 7969; + this.state = 7968; this.procStmt(); } } } - this.state = 7974; + this.state = 7973; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1094, this.context); } } } - this.state = 7979; + this.state = 7978; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } - this.state = 7981; + this.state = 7980; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 58) { { - this.state = 7980; + this.state = 7979; this.stmtElse(); } } - this.state = 7983; + this.state = 7982; this.match(PostgreSqlParser.KW_END); - this.state = 7984; + this.state = 7983; this.match(PostgreSqlParser.KW_IF); - this.state = 7985; + this.state = 7984; this.match(PostgreSqlParser.SEMI); } } @@ -51077,21 +51071,21 @@ export class PostgreSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 7987; + this.state = 7986; this.match(PostgreSqlParser.KW_ELSE); - this.state = 7991; + this.state = 7990; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1097, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 7988; + this.state = 7987; this.procStmt(); } } } - this.state = 7993; + this.state = 7992; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1097, this.context); } @@ -51119,67 +51113,67 @@ export class PostgreSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 7994; + this.state = 7993; this.match(PostgreSqlParser.KW_CASE); - this.state = 7996; + this.state = 7995; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1098, this.context) ) { case 1: { - this.state = 7995; + this.state = 7994; this.sqlExpression(); } break; } - this.state = 8007; + this.state = 8006; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 7998; + this.state = 7997; this.match(PostgreSqlParser.KW_WHEN); - this.state = 7999; + this.state = 7998; this.exprList(); - this.state = 8000; + this.state = 7999; this.match(PostgreSqlParser.KW_THEN); - this.state = 8004; + this.state = 8003; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1099, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 8001; + this.state = 8000; this.procStmt(); } } } - this.state = 8006; + this.state = 8005; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1099, this.context); } } } - this.state = 8009; + this.state = 8008; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 102); - this.state = 8012; + this.state = 8011; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 58) { { - this.state = 8011; + this.state = 8010; this.stmtElse(); } } - this.state = 8014; + this.state = 8013; this.match(PostgreSqlParser.KW_END); - this.state = 8015; + this.state = 8014; this.match(PostgreSqlParser.KW_CASE); - this.state = 8016; + this.state = 8015; this.match(PostgreSqlParser.SEMI); } } @@ -51204,25 +51198,25 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 8019; + this.state = 8018; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 18) { { - this.state = 8018; + this.state = 8017; this.labelDecl(); } } - this.state = 8025; + this.state = 8024; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_WHILE: { { - this.state = 8021; + this.state = 8020; this.match(PostgreSqlParser.KW_WHILE); - this.state = 8022; + this.state = 8021; this.expression(); } } @@ -51230,9 +51224,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_FOR: { { - this.state = 8023; + this.state = 8022; this.match(PostgreSqlParser.KW_FOR); - this.state = 8024; + this.state = 8023; this.forControl(); } } @@ -51242,7 +51236,7 @@ export class PostgreSqlParser extends SQLParserBase { default: break; } - this.state = 8027; + this.state = 8026; this.loopBody(); } } @@ -51267,23 +51261,23 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 8029; + this.state = 8028; this.anyNameList(); - this.state = 8030; + this.state = 8029; this.match(PostgreSqlParser.KW_IN); - this.state = 8053; + this.state = 8052; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1108, this.context) ) { case 1: { - this.state = 8031; + this.state = 8030; this.colId(); - this.state = 8033; + this.state = 8032; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 8032; + this.state = 8031; this.executeParamClause(); } } @@ -51292,30 +51286,30 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 8035; + this.state = 8034; this.selectStmt(); } break; case 3: { - this.state = 8036; + this.state = 8035; this.explainStmt(); } break; case 4: { - this.state = 8037; + this.state = 8036; this.match(PostgreSqlParser.KW_EXECUTE); - this.state = 8038; + this.state = 8037; this.expression(); - this.state = 8041; + this.state = 8040; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 8039; + this.state = 8038; this.match(PostgreSqlParser.KW_USING); - this.state = 8040; + this.state = 8039; this.exprList(); } } @@ -51324,30 +51318,30 @@ export class PostgreSqlParser extends SQLParserBase { break; case 5: { - this.state = 8044; + this.state = 8043; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1106, this.context) ) { case 1: { - this.state = 8043; + this.state = 8042; this.match(PostgreSqlParser.KW_REVERSE); } break; } - this.state = 8046; + this.state = 8045; this.expression(); - this.state = 8047; + this.state = 8046; this.match(PostgreSqlParser.DOT_DOT); - this.state = 8048; + this.state = 8047; this.expression(); - this.state = 8051; + this.state = 8050; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 147) { { - this.state = 8049; + this.state = 8048; this.match(PostgreSqlParser.KW_BY); - this.state = 8050; + this.state = 8049; this.expression(); } } @@ -51378,39 +51372,39 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 8056; + this.state = 8055; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 18) { { - this.state = 8055; + this.state = 8054; this.labelDecl(); } } - this.state = 8058; + this.state = 8057; this.match(PostgreSqlParser.KW_FOREACH); - this.state = 8059; + this.state = 8058; this.anyNameList(); - this.state = 8062; + this.state = 8061; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 506) { { - this.state = 8060; + this.state = 8059; this.match(PostgreSqlParser.KW_SLICE); - this.state = 8061; + this.state = 8060; this.match(PostgreSqlParser.Integral); } } - this.state = 8064; + this.state = 8063; this.match(PostgreSqlParser.KW_IN); - this.state = 8065; + this.state = 8064; this.match(PostgreSqlParser.KW_ARRAY); - this.state = 8066; + this.state = 8065; this.expression(); - this.state = 8067; + this.state = 8066; this.loopBody(); } } @@ -51435,7 +51429,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 8069; + this.state = 8068; _la = this.tokenStream.LA(1); if(!(_la === 167 || _la === 507)) { this.errorHandler.recoverInline(this); @@ -51444,29 +51438,29 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 8071; + this.state = 8070; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 53 || ((((_la - 116)) & ~0x1F) === 0 && ((1 << (_la - 116)) & 4294959489) !== 0) || ((((_la - 148)) & ~0x1F) === 0 && ((1 << (_la - 148)) & 4294967295) !== 0) || ((((_la - 180)) & ~0x1F) === 0 && ((1 << (_la - 180)) & 4294967295) !== 0) || ((((_la - 212)) & ~0x1F) === 0 && ((1 << (_la - 212)) & 4227989503) !== 0) || ((((_la - 244)) & ~0x1F) === 0 && ((1 << (_la - 244)) & 4294967295) !== 0) || ((((_la - 276)) & ~0x1F) === 0 && ((1 << (_la - 276)) & 4294967295) !== 0) || ((((_la - 308)) & ~0x1F) === 0 && ((1 << (_la - 308)) & 4294967295) !== 0) || ((((_la - 340)) & ~0x1F) === 0 && ((1 << (_la - 340)) & 4294967295) !== 0) || ((((_la - 372)) & ~0x1F) === 0 && ((1 << (_la - 372)) & 4294967295) !== 0) || ((((_la - 404)) & ~0x1F) === 0 && ((1 << (_la - 404)) & 4294967295) !== 0) || ((((_la - 436)) & ~0x1F) === 0 && ((1 << (_la - 436)) & 4294705151) !== 0) || ((((_la - 468)) & ~0x1F) === 0 && ((1 << (_la - 468)) & 4294967279) !== 0) || ((((_la - 500)) & ~0x1F) === 0 && ((1 << (_la - 500)) & 18350039) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 3221570659) !== 0) || _la === 586) { { - this.state = 8070; + this.state = 8069; this.anyIdentifier(); } } - this.state = 8075; + this.state = 8074; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 102) { { - this.state = 8073; + this.state = 8072; this.match(PostgreSqlParser.KW_WHEN); - this.state = 8074; + this.state = 8073; this.sqlExpression(); } } - this.state = 8077; + this.state = 8076; this.match(PostgreSqlParser.SEMI); } } @@ -51490,35 +51484,35 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 8079; + this.state = 8078; this.match(PostgreSqlParser.KW_RETURN); - this.state = 8094; + this.state = 8093; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1115, this.context) ) { case 1: { - this.state = 8080; + this.state = 8079; this.match(PostgreSqlParser.KW_NEXT); - this.state = 8081; + this.state = 8080; this.sqlExpression(); } break; case 2: { - this.state = 8082; + this.state = 8081; this.match(PostgreSqlParser.KW_QUERY); - this.state = 8089; + this.state = 8088; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_EXECUTE: { - this.state = 8083; + this.state = 8082; this.match(PostgreSqlParser.KW_EXECUTE); - this.state = 8084; + this.state = 8083; this.expression(); - this.state = 8085; + this.state = 8084; this.match(PostgreSqlParser.KW_USING); - this.state = 8086; + this.state = 8085; this.exprList(); } break; @@ -51528,7 +51522,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_WITH: case PostgreSqlParser.KW_VALUES: { - this.state = 8088; + this.state = 8087; this.selectStmt(); } break; @@ -51539,12 +51533,12 @@ export class PostgreSqlParser extends SQLParserBase { break; case 3: { - this.state = 8092; + this.state = 8091; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1114, this.context) ) { case 1: { - this.state = 8091; + this.state = 8090; this.sqlExpression(); } break; @@ -51552,7 +51546,7 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 8096; + this.state = 8095; this.match(PostgreSqlParser.SEMI); } } @@ -51577,19 +51571,19 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 8098; + this.state = 8097; this.match(PostgreSqlParser.KW_RAISE); - this.state = 8128; + this.state = 8127; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1122, this.context) ) { case 1: { - this.state = 8100; + this.state = 8099; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1116, this.context) ) { case 1: { - this.state = 8099; + this.state = 8098; _la = this.tokenStream.LA(1); if(!(((((_la - 512)) & ~0x1F) === 0 && ((1 << (_la - 512)) & 63) !== 0))) { this.errorHandler.recoverInline(this); @@ -51601,21 +51595,21 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 8114; + this.state = 8113; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1119, this.context) ) { case 1: { - this.state = 8102; + this.state = 8101; this.identifier(); } break; case 2: { { - this.state = 8103; + this.state = 8102; this.match(PostgreSqlParser.KW_SQLSTATE); - this.state = 8104; + this.state = 8103; this.stringConst(); } } @@ -51623,26 +51617,26 @@ export class PostgreSqlParser extends SQLParserBase { case 3: { { - this.state = 8105; + this.state = 8104; this.stringConst(); - this.state = 8112; + this.state = 8111; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 8108; + this.state = 8107; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 8106; + this.state = 8105; this.match(PostgreSqlParser.COMMA); - this.state = 8107; + this.state = 8106; this.expression(); } } - this.state = 8110; + this.state = 8109; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 6); @@ -51653,29 +51647,29 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 8125; + this.state = 8124; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 8116; + this.state = 8115; this.match(PostgreSqlParser.KW_USING); { - this.state = 8117; + this.state = 8116; this.optRaiseUsingElem(); - this.state = 8122; + this.state = 8121; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 8118; + this.state = 8117; this.match(PostgreSqlParser.COMMA); - this.state = 8119; + this.state = 8118; this.optRaiseUsingElem(); } } - this.state = 8124; + this.state = 8123; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -51683,7 +51677,7 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 8127; + this.state = 8126; this.match(PostgreSqlParser.SEMI); } break; @@ -51710,11 +51704,11 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 8130; + this.state = 8129; this.identifier(); - this.state = 8131; + this.state = 8130; this.match(PostgreSqlParser.EQUAL); - this.state = 8132; + this.state = 8131; this.expression(); } } @@ -51739,23 +51733,23 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 8134; + this.state = 8133; this.match(PostgreSqlParser.KW_ASSERT); - this.state = 8135; + this.state = 8134; this.sqlExpression(); - this.state = 8138; + this.state = 8137; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 8136; + this.state = 8135; this.match(PostgreSqlParser.COMMA); - this.state = 8137; + this.state = 8136; this.sqlExpression(); } } - this.state = 8140; + this.state = 8139; this.match(PostgreSqlParser.SEMI); } } @@ -51781,39 +51775,39 @@ export class PostgreSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 8142; + this.state = 8141; this.match(PostgreSqlParser.KW_LOOP); - this.state = 8146; + this.state = 8145; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1124, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 8143; + this.state = 8142; this.procStmt(); } } } - this.state = 8148; + this.state = 8147; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1124, this.context); } - this.state = 8149; + this.state = 8148; this.match(PostgreSqlParser.KW_END); - this.state = 8150; + this.state = 8149; this.match(PostgreSqlParser.KW_LOOP); - this.state = 8152; + this.state = 8151; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 53 || ((((_la - 116)) & ~0x1F) === 0 && ((1 << (_la - 116)) & 4294959489) !== 0) || ((((_la - 148)) & ~0x1F) === 0 && ((1 << (_la - 148)) & 4294967295) !== 0) || ((((_la - 180)) & ~0x1F) === 0 && ((1 << (_la - 180)) & 4294967295) !== 0) || ((((_la - 212)) & ~0x1F) === 0 && ((1 << (_la - 212)) & 4227989503) !== 0) || ((((_la - 244)) & ~0x1F) === 0 && ((1 << (_la - 244)) & 4294967295) !== 0) || ((((_la - 276)) & ~0x1F) === 0 && ((1 << (_la - 276)) & 4294967295) !== 0) || ((((_la - 308)) & ~0x1F) === 0 && ((1 << (_la - 308)) & 4294967295) !== 0) || ((((_la - 340)) & ~0x1F) === 0 && ((1 << (_la - 340)) & 4294967295) !== 0) || ((((_la - 372)) & ~0x1F) === 0 && ((1 << (_la - 372)) & 4294967295) !== 0) || ((((_la - 404)) & ~0x1F) === 0 && ((1 << (_la - 404)) & 4294967295) !== 0) || ((((_la - 436)) & ~0x1F) === 0 && ((1 << (_la - 436)) & 4294705151) !== 0) || ((((_la - 468)) & ~0x1F) === 0 && ((1 << (_la - 468)) & 4294967279) !== 0) || ((((_la - 500)) & ~0x1F) === 0 && ((1 << (_la - 500)) & 18350039) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 3221570659) !== 0) || _la === 586) { { - this.state = 8151; + this.state = 8150; this.anyIdentifier(); } } - this.state = 8154; + this.state = 8153; this.match(PostgreSqlParser.SEMI); } } @@ -51838,19 +51832,19 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 8156; + this.state = 8155; this.stmt(); - this.state = 8158; + this.state = 8157; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 71) { { - this.state = 8157; + this.state = 8156; this.optExecuteInto(); } } - this.state = 8160; + this.state = 8159; this.match(PostgreSqlParser.SEMI); } } @@ -51875,33 +51869,33 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 8162; + this.state = 8161; this.match(PostgreSqlParser.KW_EXECUTE); - this.state = 8163; + this.state = 8162; this.expression(); - this.state = 8179; + this.state = 8178; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1131, this.context) ) { case 1: { - this.state = 8165; + this.state = 8164; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 71) { { - this.state = 8164; + this.state = 8163; this.optExecuteInto(); } } - this.state = 8169; + this.state = 8168; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 8167; + this.state = 8166; this.match(PostgreSqlParser.KW_USING); - this.state = 8168; + this.state = 8167; this.exprList(); } } @@ -51910,24 +51904,24 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 8173; + this.state = 8172; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 8171; + this.state = 8170; this.match(PostgreSqlParser.KW_USING); - this.state = 8172; + this.state = 8171; this.exprList(); } } - this.state = 8176; + this.state = 8175; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 71) { { - this.state = 8175; + this.state = 8174; this.optExecuteInto(); } } @@ -51940,7 +51934,7 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 8181; + this.state = 8180; this.match(PostgreSqlParser.SEMI); } } @@ -51964,19 +51958,19 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 8183; + this.state = 8182; this.match(PostgreSqlParser.KW_INTO); - this.state = 8185; + this.state = 8184; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1132, this.context) ) { case 1: { - this.state = 8184; + this.state = 8183; this.match(PostgreSqlParser.KW_STRICT); } break; } - this.state = 8187; + this.state = 8186; this.exprList(); } } @@ -52001,38 +51995,38 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 8189; + this.state = 8188; this.match(PostgreSqlParser.KW_OPEN); - this.state = 8221; + this.state = 8220; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1139, this.context) ) { case 1: { - this.state = 8190; + this.state = 8189; this.cursorVariable(); - this.state = 8195; + this.state = 8194; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269 || _la === 324) { { - this.state = 8192; + this.state = 8191; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 8191; + this.state = 8190; this.match(PostgreSqlParser.KW_NO); } } - this.state = 8194; + this.state = 8193; this.match(PostgreSqlParser.KW_SCROLL); } } - this.state = 8197; + this.state = 8196; this.match(PostgreSqlParser.KW_FOR); - this.state = 8205; + this.state = 8204; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: @@ -52041,24 +52035,24 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_WITH: case PostgreSqlParser.KW_VALUES: { - this.state = 8198; + this.state = 8197; this.selectStmt(); } break; case PostgreSqlParser.KW_EXECUTE: { - this.state = 8199; + this.state = 8198; this.match(PostgreSqlParser.KW_EXECUTE); - this.state = 8200; + this.state = 8199; this.sqlExpression(); - this.state = 8203; + this.state = 8202; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 8201; + this.state = 8200; this.match(PostgreSqlParser.KW_USING); - this.state = 8202; + this.state = 8201; this.exprList(); } } @@ -52072,36 +52066,36 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 8207; + this.state = 8206; this.colId(); - this.state = 8219; + this.state = 8218; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 8208; + this.state = 8207; this.match(PostgreSqlParser.OPEN_PAREN); { - this.state = 8209; + this.state = 8208; this.optOpenBoundListItem(); - this.state = 8214; + this.state = 8213; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 8210; + this.state = 8209; this.match(PostgreSqlParser.COMMA); - this.state = 8211; + this.state = 8210; this.optOpenBoundListItem(); } } - this.state = 8216; + this.state = 8215; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } - this.state = 8217; + this.state = 8216; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -52109,7 +52103,7 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 8223; + this.state = 8222; this.match(PostgreSqlParser.SEMI); } } @@ -52133,19 +52127,19 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 8228; + this.state = 8227; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1140, this.context) ) { case 1: { - this.state = 8225; + this.state = 8224; this.colId(); - this.state = 8226; + this.state = 8225; this.match(PostgreSqlParser.COLON_EQUALS); } break; } - this.state = 8230; + this.state = 8229; this.expression(); } } @@ -52170,35 +52164,35 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 8232; + this.state = 8231; this.match(PostgreSqlParser.KW_FETCH); - this.state = 8234; + this.state = 8233; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1141, this.context) ) { case 1: { - this.state = 8233; + this.state = 8232; localContext._direction = this.optFetchFirection(); } break; } - this.state = 8237; + this.state = 8236; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 8236; + this.state = 8235; this.fromIn(); } } - this.state = 8239; + this.state = 8238; this.cursorVariable(); - this.state = 8240; + this.state = 8239; this.match(PostgreSqlParser.KW_INTO); - this.state = 8241; + this.state = 8240; this.exprList(); - this.state = 8242; + this.state = 8241; this.match(PostgreSqlParser.SEMI); } } @@ -52221,46 +52215,46 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 894, PostgreSqlParser.RULE_optFetchFirection); let _la: number; try { - this.state = 8258; + this.state = 8257; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1145, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8244; + this.state = 8243; this.match(PostgreSqlParser.KW_NEXT); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8245; + this.state = 8244; this.match(PostgreSqlParser.KW_PRIOR); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 8246; + this.state = 8245; this.match(PostgreSqlParser.KW_FIRST); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 8247; + this.state = 8246; this.match(PostgreSqlParser.KW_LAST); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 8249; + this.state = 8248; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1143, this.context) ) { case 1: { - this.state = 8248; + this.state = 8247; _la = this.tokenStream.LA(1); if(!(_la === 130 || _la === 307)) { this.errorHandler.recoverInline(this); @@ -52272,21 +52266,21 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 8251; + this.state = 8250; this.expression(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 8252; + this.state = 8251; this.match(PostgreSqlParser.KW_ALL); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 8253; + this.state = 8252; _la = this.tokenStream.LA(1); if(!(_la === 144 || _la === 210)) { this.errorHandler.recoverInline(this); @@ -52295,18 +52289,18 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 8256; + this.state = 8255; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1144, this.context) ) { case 1: { - this.state = 8254; + this.state = 8253; this.expression(); } break; case 2: { - this.state = 8255; + this.state = 8254; this.match(PostgreSqlParser.KW_ALL); } break; @@ -52335,21 +52329,21 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 8260; + this.state = 8259; this.match(PostgreSqlParser.KW_MOVE); - this.state = 8262; + this.state = 8261; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1146, this.context) ) { case 1: { - this.state = 8261; + this.state = 8260; this.optFetchFirection(); } break; } - this.state = 8264; + this.state = 8263; this.cursorVariable(); - this.state = 8265; + this.state = 8264; this.match(PostgreSqlParser.SEMI); } } @@ -52374,90 +52368,90 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 8268; + this.state = 8267; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 8267; + this.state = 8266; this.withClause(); } } - this.state = 8270; + this.state = 8269; this.match(PostgreSqlParser.KW_MERGE); - this.state = 8271; + this.state = 8270; this.match(PostgreSqlParser.KW_INTO); - this.state = 8273; + this.state = 8272; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 81) { { - this.state = 8272; + this.state = 8271; this.match(PostgreSqlParser.KW_ONLY); } } - this.state = 8275; + this.state = 8274; this.tableName(); - this.state = 8277; + this.state = 8276; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 9) { { - this.state = 8276; + this.state = 8275; this.match(PostgreSqlParser.STAR); } } - this.state = 8283; + this.state = 8282; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36 || _la === 53 || ((((_la - 116)) & ~0x1F) === 0 && ((1 << (_la - 116)) & 4294959489) !== 0) || ((((_la - 148)) & ~0x1F) === 0 && ((1 << (_la - 148)) & 4294967295) !== 0) || ((((_la - 180)) & ~0x1F) === 0 && ((1 << (_la - 180)) & 4294967295) !== 0) || ((((_la - 212)) & ~0x1F) === 0 && ((1 << (_la - 212)) & 4227989503) !== 0) || ((((_la - 244)) & ~0x1F) === 0 && ((1 << (_la - 244)) & 4294967295) !== 0) || ((((_la - 276)) & ~0x1F) === 0 && ((1 << (_la - 276)) & 4294967295) !== 0) || ((((_la - 308)) & ~0x1F) === 0 && ((1 << (_la - 308)) & 4294967295) !== 0) || ((((_la - 340)) & ~0x1F) === 0 && ((1 << (_la - 340)) & 4294967295) !== 0) || ((((_la - 372)) & ~0x1F) === 0 && ((1 << (_la - 372)) & 4294967295) !== 0) || ((((_la - 404)) & ~0x1F) === 0 && ((1 << (_la - 404)) & 4294967295) !== 0) || ((((_la - 436)) & ~0x1F) === 0 && ((1 << (_la - 436)) & 4294705151) !== 0) || ((((_la - 468)) & ~0x1F) === 0 && ((1 << (_la - 468)) & 4294967279) !== 0) || ((((_la - 500)) & ~0x1F) === 0 && ((1 << (_la - 500)) & 18350039) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 3221570659) !== 0) || _la === 586) { { - this.state = 8280; + this.state = 8279; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 8279; + this.state = 8278; this.match(PostgreSqlParser.KW_AS); } } - this.state = 8282; + this.state = 8281; this.colId(); } } - this.state = 8285; + this.state = 8284; this.match(PostgreSqlParser.KW_USING); - this.state = 8286; + this.state = 8285; this.dataSource(); - this.state = 8287; + this.state = 8286; this.match(PostgreSqlParser.KW_ON); - this.state = 8288; + this.state = 8287; this.expression(); - this.state = 8290; + this.state = 8289; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 8289; + this.state = 8288; this.mergeWhenClause(); } } - this.state = 8292; + this.state = 8291; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 102); - this.state = 8295; + this.state = 8294; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 87) { { - this.state = 8294; + this.state = 8293; this.returningClause(); } } @@ -52485,29 +52479,29 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 8308; + this.state = 8307; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1157, this.context) ) { case 1: { - this.state = 8298; + this.state = 8297; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 81) { { - this.state = 8297; + this.state = 8296; this.match(PostgreSqlParser.KW_ONLY); } } - this.state = 8300; + this.state = 8299; this.tableName(); - this.state = 8302; + this.state = 8301; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 9) { { - this.state = 8301; + this.state = 8300; this.match(PostgreSqlParser.STAR); } } @@ -52516,18 +52510,18 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 8306; + this.state = 8305; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1156, this.context) ) { case 1: { - this.state = 8304; + this.state = 8303; this.selectNoParens(); } break; case 2: { - this.state = 8305; + this.state = 8304; this.valuesClause(); } break; @@ -52535,22 +52529,22 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 8314; + this.state = 8313; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36 || _la === 53 || ((((_la - 116)) & ~0x1F) === 0 && ((1 << (_la - 116)) & 4294959489) !== 0) || ((((_la - 148)) & ~0x1F) === 0 && ((1 << (_la - 148)) & 4294967295) !== 0) || ((((_la - 180)) & ~0x1F) === 0 && ((1 << (_la - 180)) & 4294967295) !== 0) || ((((_la - 212)) & ~0x1F) === 0 && ((1 << (_la - 212)) & 4227989503) !== 0) || ((((_la - 244)) & ~0x1F) === 0 && ((1 << (_la - 244)) & 4294967295) !== 0) || ((((_la - 276)) & ~0x1F) === 0 && ((1 << (_la - 276)) & 4294967295) !== 0) || ((((_la - 308)) & ~0x1F) === 0 && ((1 << (_la - 308)) & 4294967295) !== 0) || ((((_la - 340)) & ~0x1F) === 0 && ((1 << (_la - 340)) & 4294967295) !== 0) || ((((_la - 372)) & ~0x1F) === 0 && ((1 << (_la - 372)) & 4294967295) !== 0) || ((((_la - 404)) & ~0x1F) === 0 && ((1 << (_la - 404)) & 4294967295) !== 0) || ((((_la - 436)) & ~0x1F) === 0 && ((1 << (_la - 436)) & 4294705151) !== 0) || ((((_la - 468)) & ~0x1F) === 0 && ((1 << (_la - 468)) & 4294967279) !== 0) || ((((_la - 500)) & ~0x1F) === 0 && ((1 << (_la - 500)) & 18350039) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 3221570659) !== 0) || _la === 586) { { - this.state = 8311; + this.state = 8310; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 8310; + this.state = 8309; this.match(PostgreSqlParser.KW_AS); } } - this.state = 8313; + this.state = 8312; this.colId(); } } @@ -52576,50 +52570,50 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 902, PostgreSqlParser.RULE_mergeWhenClause); let _la: number; try { - this.state = 8342; + this.state = 8341; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1164, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8316; + this.state = 8315; this.match(PostgreSqlParser.KW_WHEN); - this.state = 8317; + this.state = 8316; this.match(PostgreSqlParser.KW_MATCHED); - this.state = 8320; + this.state = 8319; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 33) { { - this.state = 8318; + this.state = 8317; this.match(PostgreSqlParser.KW_AND); - this.state = 8319; + this.state = 8318; this.expression(); } } - this.state = 8322; + this.state = 8321; this.match(PostgreSqlParser.KW_THEN); - this.state = 8327; + this.state = 8326; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_UPDATE: { - this.state = 8323; + this.state = 8322; this.mergeUpdate(); } break; case PostgreSqlParser.KW_DELETE: { - this.state = 8324; + this.state = 8323; this.match(PostgreSqlParser.KW_DELETE); } break; case PostgreSqlParser.KW_DO: { - this.state = 8325; + this.state = 8324; this.match(PostgreSqlParser.KW_DO); - this.state = 8326; + this.state = 8325; this.match(PostgreSqlParser.KW_NOTHING); } break; @@ -52631,40 +52625,40 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8329; + this.state = 8328; this.match(PostgreSqlParser.KW_WHEN); - this.state = 8330; + this.state = 8329; this.match(PostgreSqlParser.KW_NOT); - this.state = 8331; + this.state = 8330; this.match(PostgreSqlParser.KW_MATCHED); - this.state = 8334; + this.state = 8333; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 33) { { - this.state = 8332; + this.state = 8331; this.match(PostgreSqlParser.KW_AND); - this.state = 8333; + this.state = 8332; this.expression(); } } - this.state = 8336; + this.state = 8335; this.match(PostgreSqlParser.KW_THEN); - this.state = 8340; + this.state = 8339; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_INSERT: { - this.state = 8337; + this.state = 8336; this.mergeInsert(); } break; case PostgreSqlParser.KW_DO: { - this.state = 8338; + this.state = 8337; this.match(PostgreSqlParser.KW_DO); - this.state = 8339; + this.state = 8338; this.match(PostgreSqlParser.KW_NOTHING); } break; @@ -52696,26 +52690,26 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 8344; + this.state = 8343; this.match(PostgreSqlParser.KW_INSERT); - this.state = 8346; + this.state = 8345; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 8345; + this.state = 8344; this.optColumnList(); } } - this.state = 8351; + this.state = 8350; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 463) { { - this.state = 8348; + this.state = 8347; this.match(PostgreSqlParser.KW_OVERRIDING); - this.state = 8349; + this.state = 8348; _la = this.tokenStream.LA(1); if(!(_la === 99 || _la === 349)) { this.errorHandler.recoverInline(this); @@ -52724,12 +52718,12 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 8350; + this.state = 8349; this.match(PostgreSqlParser.KW_VALUE); } } - this.state = 8353; + this.state = 8352; this.defaultValuesOrValues(); } } @@ -52755,57 +52749,57 @@ export class PostgreSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 8355; + this.state = 8354; this.match(PostgreSqlParser.KW_UPDATE); - this.state = 8356; + this.state = 8355; this.match(PostgreSqlParser.KW_SET); - this.state = 8374; + this.state = 8373; this.errorHandler.sync(this); alternative = 1; do { switch (alternative) { case 1: { - this.state = 8374; + this.state = 8373; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1168, this.context) ) { case 1: { - this.state = 8357; + this.state = 8356; this.columnName(); - this.state = 8358; + this.state = 8357; this.match(PostgreSqlParser.EQUAL); - this.state = 8359; + this.state = 8358; this.exprofdefault(); } break; case 2: { - this.state = 8361; + this.state = 8360; this.optColumnList(); - this.state = 8362; + this.state = 8361; this.match(PostgreSqlParser.EQUAL); - this.state = 8363; + this.state = 8362; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8364; + this.state = 8363; this.exprofdefault(); - this.state = 8369; + this.state = 8368; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 8365; + this.state = 8364; this.match(PostgreSqlParser.COMMA); - this.state = 8366; + this.state = 8365; this.exprofdefault(); } } - this.state = 8371; + this.state = 8370; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 8372; + this.state = 8371; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -52815,7 +52809,7 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 8376; + this.state = 8375; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1169, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); @@ -52840,44 +52834,44 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 908, PostgreSqlParser.RULE_defaultValuesOrValues); let _la: number; try { - this.state = 8392; + this.state = 8391; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_VALUES: this.enterOuterAlt(localContext, 1); { - this.state = 8378; + this.state = 8377; this.match(PostgreSqlParser.KW_VALUES); - this.state = 8379; + this.state = 8378; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8380; + this.state = 8379; this.exprofdefault(); - this.state = 8385; + this.state = 8384; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 8381; + this.state = 8380; this.match(PostgreSqlParser.COMMA); - this.state = 8382; + this.state = 8381; this.exprofdefault(); } } - this.state = 8387; + this.state = 8386; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 8388; + this.state = 8387; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_DEFAULT: this.enterOuterAlt(localContext, 2); { - this.state = 8390; + this.state = 8389; this.match(PostgreSqlParser.KW_DEFAULT); - this.state = 8391; + this.state = 8390; this.match(PostgreSqlParser.KW_VALUES); } break; @@ -52903,20 +52897,20 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new ExprofdefaultContext(this.context, this.state); this.enterRule(localContext, 910, PostgreSqlParser.RULE_exprofdefault); try { - this.state = 8396; + this.state = 8395; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1172, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8394; + this.state = 8393; this.sortBy(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8395; + this.state = 8394; this.match(PostgreSqlParser.KW_DEFAULT); } break; @@ -52942,11 +52936,11 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 8398; + this.state = 8397; this.match(PostgreSqlParser.KW_CLOSE); - this.state = 8399; + this.state = 8398; this.cursorVariable(); - this.state = 8400; + this.state = 8399; this.match(PostgreSqlParser.SEMI); } } @@ -52970,9 +52964,9 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 8402; + this.state = 8401; this.match(PostgreSqlParser.KW_NULL); - this.state = 8403; + this.state = 8402; this.match(PostgreSqlParser.SEMI); } } @@ -52997,7 +52991,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 8405; + this.state = 8404; _la = this.tokenStream.LA(1); if(!(_la === 161 || _la === 319)) { this.errorHandler.recoverInline(this); @@ -53006,29 +53000,29 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 8411; + this.state = 8410; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 33) { { - this.state = 8406; + this.state = 8405; this.match(PostgreSqlParser.KW_AND); - this.state = 8408; + this.state = 8407; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 8407; + this.state = 8406; this.match(PostgreSqlParser.KW_NO); } } - this.state = 8410; + this.state = 8409; this.match(PostgreSqlParser.KW_CHAIN); } } - this.state = 8413; + this.state = 8412; this.match(PostgreSqlParser.SEMI); } } @@ -53050,30 +53044,30 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new StmtSetContext(this.context, this.state); this.enterRule(localContext, 918, PostgreSqlParser.RULE_stmtSet); try { - this.state = 8427; + this.state = 8426; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_SET: this.enterOuterAlt(localContext, 1); { - this.state = 8415; + this.state = 8414; this.match(PostgreSqlParser.KW_SET); - this.state = 8416; + this.state = 8415; this.anyName(); - this.state = 8417; + this.state = 8416; this.match(PostgreSqlParser.KW_TO); - this.state = 8418; + this.state = 8417; this.match(PostgreSqlParser.KW_DEFAULT); - this.state = 8419; + this.state = 8418; this.match(PostgreSqlParser.SEMI); } break; case PostgreSqlParser.KW_RESET: this.enterOuterAlt(localContext, 2); { - this.state = 8421; + this.state = 8420; this.match(PostgreSqlParser.KW_RESET); - this.state = 8424; + this.state = 8423; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DEFAULT: @@ -53471,20 +53465,20 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 8422; + this.state = 8421; this.anyName(); } break; case PostgreSqlParser.KW_ALL: { - this.state = 8423; + this.state = 8422; this.match(PostgreSqlParser.KW_ALL); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 8426; + this.state = 8425; this.match(PostgreSqlParser.SEMI); } break; @@ -53510,7 +53504,7 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new CursorVariableContext(this.context, this.state); this.enterRule(localContext, 920, PostgreSqlParser.RULE_cursorVariable); try { - this.state = 8431; + this.state = 8430; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DEFAULT: @@ -53909,14 +53903,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 8429; + this.state = 8428; this.colId(); } break; case PostgreSqlParser.PARAM: this.enterOuterAlt(localContext, 2); { - this.state = 8430; + this.state = 8429; this.match(PostgreSqlParser.PARAM); } break; @@ -53946,57 +53940,57 @@ export class PostgreSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 8433; + this.state = 8432; this.match(PostgreSqlParser.KW_EXCEPTION); - this.state = 8450; + this.state = 8449; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 8434; + this.state = 8433; this.match(PostgreSqlParser.KW_WHEN); { - this.state = 8435; + this.state = 8434; this.procCondition(); - this.state = 8440; + this.state = 8439; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 82) { { { - this.state = 8436; + this.state = 8435; this.match(PostgreSqlParser.KW_OR); - this.state = 8437; + this.state = 8436; this.procCondition(); } } - this.state = 8442; + this.state = 8441; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } - this.state = 8443; + this.state = 8442; this.match(PostgreSqlParser.KW_THEN); - this.state = 8447; + this.state = 8446; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1179, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 8444; + this.state = 8443; this.procStmt(); } } } - this.state = 8449; + this.state = 8448; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 1179, this.context); } } } - this.state = 8452; + this.state = 8451; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 102); @@ -54020,22 +54014,22 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new ProcConditionContext(this.context, this.state); this.enterRule(localContext, 924, PostgreSqlParser.RULE_procCondition); try { - this.state = 8457; + this.state = 8456; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1181, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8454; + this.state = 8453; this.anyIdentifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8455; + this.state = 8454; this.match(PostgreSqlParser.KW_SQLSTATE); - this.state = 8456; + this.state = 8455; this.stringConst(); } break; @@ -54059,20 +54053,20 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new AnyIdentifierContext(this.context, this.state); this.enterRule(localContext, 926, PostgreSqlParser.RULE_anyIdentifier); try { - this.state = 8461; + this.state = 8460; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1182, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8459; + this.state = 8458; this.colId(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8460; + this.state = 8459; this.unreservedKeyword(); } break; @@ -54099,72 +54093,72 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 8464; + this.state = 8463; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1183, this.context) ) { case 1: { - this.state = 8463; + this.state = 8462; this.targetList(); } break; } - this.state = 8467; + this.state = 8466; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1184, this.context) ) { case 1: { - this.state = 8466; + this.state = 8465; this.intoClause(); } break; } - this.state = 8470; + this.state = 8469; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64) { { - this.state = 8469; + this.state = 8468; this.fromClause(); } } - this.state = 8473; + this.state = 8472; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 8472; + this.state = 8471; this.whereClause(); } } - this.state = 8476; + this.state = 8475; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 66) { { - this.state = 8475; + this.state = 8474; this.groupClause(); } } - this.state = 8479; + this.state = 8478; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 67) { { - this.state = 8478; + this.state = 8477; this.havingClause(); } } - this.state = 8482; + this.state = 8481; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1189, this.context) ) { case 1: { - this.state = 8481; + this.state = 8480; this.windowClause(); } break; @@ -54243,7 +54237,7 @@ export class PostgreSqlParser extends SQLParserBase { } public static readonly _serializedATN: number[] = [ - 4,1,592,8485,2,0,7,0,2,1,7,1,2,2,7,2,2,3,7,3,2,4,7,4,2,5,7,5,2,6, + 4,1,592,8484,2,0,7,0,2,1,7,1,2,2,7,2,2,3,7,3,2,4,7,4,2,5,7,5,2,6, 7,6,2,7,7,7,2,8,7,8,2,9,7,9,2,10,7,10,2,11,7,11,2,12,7,12,2,13,7, 13,2,14,7,14,2,15,7,15,2,16,7,16,2,17,7,17,2,18,7,18,2,19,7,19,2, 20,7,20,2,21,7,21,2,22,7,22,2,23,7,23,2,24,7,24,2,25,7,25,2,26,7, @@ -54939,697 +54933,697 @@ export class PostgreSqlParser extends SQLParserBase { 8,338,1,338,4,338,6967,8,338,11,338,12,338,6968,1,338,1,338,3,338, 6973,8,338,1,338,1,338,1,338,1,338,1,338,3,338,6980,8,338,1,338, 1,338,1,338,1,338,1,338,1,338,1,338,1,338,1,338,1,338,1,338,1,338, - 1,338,1,338,1,338,1,338,1,338,1,338,3,338,7000,8,338,1,338,1,338, - 1,338,1,338,1,338,1,338,1,338,1,338,1,338,1,338,3,338,7012,8,338, - 1,338,1,338,1,338,3,338,7017,8,338,1,338,1,338,1,338,1,338,1,338, - 1,338,3,338,7025,8,338,5,338,7027,8,338,10,338,12,338,7030,9,338, - 1,339,1,339,1,339,1,339,1,339,1,339,3,339,7038,8,339,1,339,3,339, - 7041,8,339,1,339,1,339,1,339,3,339,7046,8,339,1,339,1,339,1,339, - 3,339,7051,8,339,1,339,3,339,7054,8,339,1,339,1,339,1,340,1,340, - 1,340,1,340,1,340,1,340,1,340,3,340,7065,8,340,1,340,1,340,1,340, - 1,340,1,340,1,340,3,340,7073,8,340,1,340,1,340,1,340,3,340,7078, - 8,340,3,340,7080,8,340,1,340,3,340,7083,8,340,1,341,1,341,3,341, - 7087,8,341,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342, - 3,342,7098,8,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342, + 1,338,1,338,1,338,1,338,1,338,3,338,6999,8,338,1,338,1,338,1,338, + 1,338,1,338,1,338,1,338,1,338,1,338,1,338,3,338,7011,8,338,1,338, + 1,338,1,338,3,338,7016,8,338,1,338,1,338,1,338,1,338,1,338,1,338, + 3,338,7024,8,338,5,338,7026,8,338,10,338,12,338,7029,9,338,1,339, + 1,339,1,339,1,339,1,339,1,339,3,339,7037,8,339,1,339,3,339,7040, + 8,339,1,339,1,339,1,339,3,339,7045,8,339,1,339,1,339,1,339,3,339, + 7050,8,339,1,339,3,339,7053,8,339,1,339,1,339,1,340,1,340,1,340, + 1,340,1,340,1,340,1,340,3,340,7064,8,340,1,340,1,340,1,340,1,340, + 1,340,1,340,3,340,7072,8,340,1,340,1,340,1,340,3,340,7077,8,340, + 3,340,7079,8,340,1,340,3,340,7082,8,340,1,341,1,341,3,341,7086,8, + 341,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,3,342, + 7097,8,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342, + 1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,3,342, + 7118,8,342,1,342,1,342,1,342,1,342,1,342,1,342,3,342,7126,8,342, + 1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342, + 3,342,7139,8,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342, + 3,342,7149,8,342,1,342,1,342,1,342,1,342,3,342,7155,8,342,1,342, + 1,342,1,342,1,342,3,342,7161,8,342,1,342,3,342,7164,8,342,1,342, + 3,342,7167,8,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342, 1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342, - 3,342,7119,8,342,1,342,1,342,1,342,1,342,1,342,1,342,3,342,7127, - 8,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342, - 1,342,3,342,7140,8,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342, - 1,342,3,342,7150,8,342,1,342,1,342,1,342,1,342,3,342,7156,8,342, - 1,342,1,342,1,342,1,342,3,342,7162,8,342,1,342,3,342,7165,8,342, - 1,342,3,342,7168,8,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342, + 1,342,1,342,1,342,1,342,1,342,3,342,7193,8,342,3,342,7195,8,342, 1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342, - 1,342,1,342,1,342,1,342,1,342,1,342,3,342,7194,8,342,3,342,7196, - 8,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342, - 1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,3,342,7217, - 8,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,3,342,7227, - 8,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342, - 1,342,3,342,7240,8,342,1,342,1,342,1,342,3,342,7245,8,342,1,342, - 1,342,3,342,7249,8,342,3,342,7251,8,342,1,342,1,342,1,342,1,342, - 1,342,1,342,1,342,1,342,1,342,1,342,3,342,7263,8,342,1,343,1,343, - 1,343,5,343,7268,8,343,10,343,12,343,7271,9,343,1,344,1,344,1,344, - 3,344,7276,8,344,1,345,1,345,1,346,1,346,3,346,7282,8,346,1,346, - 1,346,3,346,7286,8,346,1,347,1,347,1,347,1,348,1,348,1,348,1,348, - 5,348,7295,8,348,10,348,12,348,7298,9,348,1,349,1,349,1,349,1,350, - 1,350,1,350,1,350,1,351,1,351,1,351,3,351,7310,8,351,1,352,1,352, - 3,352,7314,8,352,1,352,1,352,1,352,3,352,7319,8,352,1,352,3,352, - 7322,8,352,1,352,3,352,7325,8,352,1,352,1,352,1,353,1,353,1,353, - 1,353,1,353,3,353,7334,8,353,1,353,1,353,1,353,1,353,1,353,1,353, - 1,353,1,353,1,353,3,353,7345,8,353,3,353,7347,8,353,1,354,1,354, - 3,354,7351,8,354,1,354,1,354,1,354,3,354,7356,8,354,1,355,1,355, - 1,355,1,355,1,355,1,355,1,355,3,355,7365,8,355,1,356,1,356,1,356, - 3,356,7370,8,356,1,356,1,356,1,357,1,357,1,358,1,358,3,358,7378, - 8,358,1,359,1,359,1,360,1,360,1,360,1,360,1,360,1,360,3,360,7388, - 8,360,1,361,1,361,1,361,1,361,1,361,1,361,3,361,7396,8,361,1,362, - 1,362,3,362,7400,8,362,1,362,3,362,7403,8,362,1,363,1,363,1,363, - 5,363,7408,8,363,10,363,12,363,7411,9,363,1,364,1,364,1,364,1,364, - 1,364,3,364,7418,8,364,1,365,1,365,3,365,7422,8,365,1,366,1,366, - 1,366,5,366,7427,8,366,10,366,12,366,7430,9,366,1,367,1,367,1,367, - 1,367,1,367,3,367,7437,8,367,3,367,7439,8,367,1,368,1,368,1,368, - 1,368,1,368,5,368,7446,8,368,10,368,12,368,7449,9,368,3,368,7451, - 8,368,1,368,1,368,1,369,1,369,1,369,1,369,1,369,1,369,1,369,1,369, - 3,369,7463,8,369,1,370,1,370,1,371,1,371,1,371,1,371,1,371,3,371, - 7472,8,371,1,371,1,371,1,371,1,371,1,371,3,371,7479,8,371,1,371, - 1,371,1,371,1,371,1,371,1,371,1,371,3,371,7488,8,371,1,372,1,372, - 1,372,1,372,1,372,1,373,1,373,1,373,3,373,7498,8,373,1,373,1,373, - 1,373,3,373,7503,8,373,1,373,1,373,3,373,7507,8,373,3,373,7509,8, - 373,1,373,3,373,7512,8,373,1,374,4,374,7515,8,374,11,374,12,374, - 7516,1,375,5,375,7520,8,375,10,375,12,375,7523,9,375,1,376,1,376, - 1,376,5,376,7528,8,376,10,376,12,376,7531,9,376,1,377,1,377,1,377, - 1,377,1,377,3,377,7538,8,377,1,377,3,377,7541,8,377,1,378,1,378, - 1,378,5,378,7546,8,378,10,378,12,378,7549,9,378,1,379,1,379,1,379, - 5,379,7554,8,379,10,379,12,379,7557,9,379,1,380,1,380,1,380,5,380, - 7562,8,380,10,380,12,380,7565,9,380,1,381,1,381,1,381,5,381,7570, - 8,381,10,381,12,381,7573,9,381,1,382,1,382,1,383,1,383,1,384,1,384, - 1,385,1,385,1,386,1,386,1,387,1,387,1,388,1,388,3,388,7589,8,388, - 1,389,1,389,1,389,5,389,7594,8,389,10,389,12,389,7597,9,389,1,390, - 1,390,1,390,5,390,7602,8,390,10,390,12,390,7605,9,390,1,391,1,391, - 1,392,1,392,1,393,1,393,1,394,1,394,1,395,1,395,1,396,1,396,1,396, - 1,396,3,396,7621,8,396,1,397,1,397,1,397,1,397,3,397,7627,8,397, - 1,398,1,398,1,398,1,398,3,398,7633,8,398,1,399,1,399,1,399,1,400, - 1,400,1,401,1,401,1,401,1,401,3,401,7644,8,401,1,402,1,402,1,402, - 1,402,3,402,7650,8,402,1,403,1,403,1,403,3,403,7655,8,403,1,404, - 1,404,1,404,1,404,5,404,7661,8,404,10,404,12,404,7664,9,404,1,404, - 1,404,3,404,7668,8,404,1,405,3,405,7671,8,405,1,405,1,405,1,406, - 1,406,1,406,1,406,1,406,3,406,7680,8,406,1,407,1,407,1,407,5,407, - 7685,8,407,10,407,12,407,7688,9,407,1,408,1,408,3,408,7692,8,408, - 1,409,1,409,3,409,7696,8,409,1,410,1,410,1,410,3,410,7701,8,410, - 1,411,1,411,1,411,1,411,3,411,7707,8,411,1,412,1,412,1,412,3,412, - 7712,8,412,1,412,1,412,1,412,1,412,1,412,1,412,3,412,7720,8,412, - 1,413,1,413,1,414,1,414,1,414,1,414,1,414,1,414,1,414,1,414,1,414, + 1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,3,342,7216,8,342, + 1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,3,342,7226,8,342, + 1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342,1,342, + 3,342,7239,8,342,1,342,1,342,1,342,3,342,7244,8,342,1,342,1,342, + 3,342,7248,8,342,3,342,7250,8,342,1,342,1,342,1,342,1,342,1,342, + 1,342,1,342,1,342,1,342,1,342,3,342,7262,8,342,1,343,1,343,1,343, + 5,343,7267,8,343,10,343,12,343,7270,9,343,1,344,1,344,1,344,3,344, + 7275,8,344,1,345,1,345,1,346,1,346,3,346,7281,8,346,1,346,1,346, + 3,346,7285,8,346,1,347,1,347,1,347,1,348,1,348,1,348,1,348,5,348, + 7294,8,348,10,348,12,348,7297,9,348,1,349,1,349,1,349,1,350,1,350, + 1,350,1,350,1,351,1,351,1,351,3,351,7309,8,351,1,352,1,352,3,352, + 7313,8,352,1,352,1,352,1,352,3,352,7318,8,352,1,352,3,352,7321,8, + 352,1,352,3,352,7324,8,352,1,352,1,352,1,353,1,353,1,353,1,353,1, + 353,3,353,7333,8,353,1,353,1,353,1,353,1,353,1,353,1,353,1,353,1, + 353,1,353,3,353,7344,8,353,3,353,7346,8,353,1,354,1,354,3,354,7350, + 8,354,1,354,1,354,1,354,3,354,7355,8,354,1,355,1,355,1,355,1,355, + 1,355,1,355,1,355,3,355,7364,8,355,1,356,1,356,1,356,3,356,7369, + 8,356,1,356,1,356,1,357,1,357,1,358,1,358,3,358,7377,8,358,1,359, + 1,359,1,360,1,360,1,360,1,360,1,360,1,360,3,360,7387,8,360,1,361, + 1,361,1,361,1,361,1,361,1,361,3,361,7395,8,361,1,362,1,362,3,362, + 7399,8,362,1,362,3,362,7402,8,362,1,363,1,363,1,363,5,363,7407,8, + 363,10,363,12,363,7410,9,363,1,364,1,364,1,364,1,364,1,364,3,364, + 7417,8,364,1,365,1,365,3,365,7421,8,365,1,366,1,366,1,366,5,366, + 7426,8,366,10,366,12,366,7429,9,366,1,367,1,367,1,367,1,367,1,367, + 3,367,7436,8,367,3,367,7438,8,367,1,368,1,368,1,368,1,368,1,368, + 5,368,7445,8,368,10,368,12,368,7448,9,368,3,368,7450,8,368,1,368, + 1,368,1,369,1,369,1,369,1,369,1,369,1,369,1,369,1,369,3,369,7462, + 8,369,1,370,1,370,1,371,1,371,1,371,1,371,1,371,3,371,7471,8,371, + 1,371,1,371,1,371,1,371,1,371,3,371,7478,8,371,1,371,1,371,1,371, + 1,371,1,371,1,371,1,371,3,371,7487,8,371,1,372,1,372,1,372,1,372, + 1,372,1,373,1,373,1,373,3,373,7497,8,373,1,373,1,373,1,373,3,373, + 7502,8,373,1,373,1,373,3,373,7506,8,373,3,373,7508,8,373,1,373,3, + 373,7511,8,373,1,374,4,374,7514,8,374,11,374,12,374,7515,1,375,5, + 375,7519,8,375,10,375,12,375,7522,9,375,1,376,1,376,1,376,5,376, + 7527,8,376,10,376,12,376,7530,9,376,1,377,1,377,1,377,1,377,1,377, + 3,377,7537,8,377,1,377,3,377,7540,8,377,1,378,1,378,1,378,5,378, + 7545,8,378,10,378,12,378,7548,9,378,1,379,1,379,1,379,5,379,7553, + 8,379,10,379,12,379,7556,9,379,1,380,1,380,1,380,5,380,7561,8,380, + 10,380,12,380,7564,9,380,1,381,1,381,1,381,5,381,7569,8,381,10,381, + 12,381,7572,9,381,1,382,1,382,1,383,1,383,1,384,1,384,1,385,1,385, + 1,386,1,386,1,387,1,387,1,388,1,388,3,388,7588,8,388,1,389,1,389, + 1,389,5,389,7593,8,389,10,389,12,389,7596,9,389,1,390,1,390,1,390, + 5,390,7601,8,390,10,390,12,390,7604,9,390,1,391,1,391,1,392,1,392, + 1,393,1,393,1,394,1,394,1,395,1,395,1,396,1,396,1,396,1,396,3,396, + 7620,8,396,1,397,1,397,1,397,1,397,3,397,7626,8,397,1,398,1,398, + 1,398,1,398,3,398,7632,8,398,1,399,1,399,1,399,1,400,1,400,1,401, + 1,401,1,401,1,401,3,401,7643,8,401,1,402,1,402,1,402,1,402,3,402, + 7649,8,402,1,403,1,403,1,403,3,403,7654,8,403,1,404,1,404,1,404, + 1,404,5,404,7660,8,404,10,404,12,404,7663,9,404,1,404,1,404,3,404, + 7667,8,404,1,405,3,405,7670,8,405,1,405,1,405,1,406,1,406,1,406, + 1,406,1,406,3,406,7679,8,406,1,407,1,407,1,407,5,407,7684,8,407, + 10,407,12,407,7687,9,407,1,408,1,408,3,408,7691,8,408,1,409,1,409, + 3,409,7695,8,409,1,410,1,410,1,410,3,410,7700,8,410,1,411,1,411, + 1,411,1,411,3,411,7706,8,411,1,412,1,412,1,412,3,412,7711,8,412, + 1,412,1,412,1,412,1,412,1,412,1,412,3,412,7719,8,412,1,413,1,413, + 1,414,1,414,1,414,1,414,1,414,1,414,1,414,1,414,1,414,1,414,1,414, 1,414,1,414,1,414,1,414,1,414,1,414,1,414,1,414,1,414,1,414,1,414, 1,414,1,414,1,414,1,414,1,414,1,414,1,414,1,414,1,414,1,414,1,414, 1,414,1,414,1,414,1,414,1,414,1,414,1,414,1,414,1,414,1,414,1,414, - 1,414,1,414,1,414,1,414,1,414,1,414,1,414,1,414,1,414,3,414,7775, - 8,414,1,415,1,415,1,416,1,416,1,417,3,417,7782,8,417,1,417,1,417, - 1,417,1,417,4,417,7788,8,417,11,417,12,417,7789,3,417,7792,8,417, - 3,417,7794,8,417,1,417,1,417,5,417,7798,8,417,10,417,12,417,7801, - 9,417,1,417,3,417,7804,8,417,1,417,1,417,3,417,7808,8,417,1,418, - 1,418,1,418,1,418,1,419,1,419,1,419,1,419,1,419,3,419,7819,8,419, - 1,419,3,419,7822,8,419,1,419,1,419,3,419,7826,8,419,1,419,1,419, - 3,419,7830,8,419,1,419,1,419,3,419,7834,8,419,1,419,3,419,7837,8, - 419,1,419,3,419,7840,8,419,1,419,3,419,7843,8,419,1,419,1,419,1, - 419,1,419,1,419,5,419,7850,8,419,10,419,12,419,7853,9,419,1,419, - 1,419,3,419,7857,8,419,1,419,1,419,3,419,7861,8,419,1,419,1,419, - 1,420,1,420,1,420,1,421,1,421,1,422,1,422,1,422,1,422,1,422,1,422, + 1,414,1,414,1,414,1,414,1,414,1,414,1,414,3,414,7774,8,414,1,415, + 1,415,1,416,1,416,1,417,3,417,7781,8,417,1,417,1,417,1,417,1,417, + 4,417,7787,8,417,11,417,12,417,7788,3,417,7791,8,417,3,417,7793, + 8,417,1,417,1,417,5,417,7797,8,417,10,417,12,417,7800,9,417,1,417, + 3,417,7803,8,417,1,417,1,417,3,417,7807,8,417,1,418,1,418,1,418, + 1,418,1,419,1,419,1,419,1,419,1,419,3,419,7818,8,419,1,419,3,419, + 7821,8,419,1,419,1,419,3,419,7825,8,419,1,419,1,419,3,419,7829,8, + 419,1,419,1,419,3,419,7833,8,419,1,419,3,419,7836,8,419,1,419,3, + 419,7839,8,419,1,419,3,419,7842,8,419,1,419,1,419,1,419,1,419,1, + 419,5,419,7849,8,419,10,419,12,419,7852,9,419,1,419,1,419,3,419, + 7856,8,419,1,419,1,419,3,419,7860,8,419,1,419,1,419,1,420,1,420, + 1,420,1,421,1,421,1,422,1,422,1,422,1,422,1,422,1,422,1,422,1,422, 1,422,1,422,1,422,1,422,1,422,1,422,1,422,1,422,1,422,1,422,1,422, - 1,422,1,422,1,422,1,422,1,422,1,422,1,422,3,422,7894,8,422,1,423, - 1,423,1,423,1,423,1,424,1,424,1,424,1,424,3,424,7904,8,424,1,424, - 1,424,3,424,7908,8,424,1,424,1,424,1,424,1,424,3,424,7914,8,424, - 1,424,1,424,1,424,3,424,7919,8,424,1,425,1,425,1,425,1,425,1,425, - 1,426,1,426,3,426,7928,8,426,1,426,1,426,1,426,1,426,5,426,7934, - 8,426,10,426,12,426,7937,9,426,1,426,1,426,1,427,1,427,1,427,1,427, - 1,428,1,428,3,428,7947,8,428,1,428,1,428,1,428,1,428,5,428,7953, - 8,428,10,428,12,428,7956,9,428,1,429,1,429,1,429,1,429,5,429,7962, - 8,429,10,429,12,429,7965,9,429,1,429,1,429,1,429,1,429,5,429,7971, - 8,429,10,429,12,429,7974,9,429,5,429,7976,8,429,10,429,12,429,7979, - 9,429,1,429,3,429,7982,8,429,1,429,1,429,1,429,1,429,1,430,1,430, - 5,430,7990,8,430,10,430,12,430,7993,9,430,1,431,1,431,3,431,7997, - 8,431,1,431,1,431,1,431,1,431,5,431,8003,8,431,10,431,12,431,8006, - 9,431,4,431,8008,8,431,11,431,12,431,8009,1,431,3,431,8013,8,431, - 1,431,1,431,1,431,1,431,1,432,3,432,8020,8,432,1,432,1,432,1,432, - 1,432,3,432,8026,8,432,1,432,1,432,1,433,1,433,1,433,1,433,3,433, - 8034,8,433,1,433,1,433,1,433,1,433,1,433,1,433,3,433,8042,8,433, - 1,433,3,433,8045,8,433,1,433,1,433,1,433,1,433,1,433,3,433,8052, - 8,433,3,433,8054,8,433,1,434,3,434,8057,8,434,1,434,1,434,1,434, - 1,434,3,434,8063,8,434,1,434,1,434,1,434,1,434,1,434,1,435,1,435, - 3,435,8072,8,435,1,435,1,435,3,435,8076,8,435,1,435,1,435,1,436, - 1,436,1,436,1,436,1,436,1,436,1,436,1,436,1,436,1,436,3,436,8090, - 8,436,1,436,3,436,8093,8,436,3,436,8095,8,436,1,436,1,436,1,437, - 1,437,3,437,8101,8,437,1,437,1,437,1,437,1,437,1,437,1,437,4,437, - 8109,8,437,11,437,12,437,8110,3,437,8113,8,437,3,437,8115,8,437, - 1,437,1,437,1,437,1,437,5,437,8121,8,437,10,437,12,437,8124,9,437, - 3,437,8126,8,437,1,437,3,437,8129,8,437,1,438,1,438,1,438,1,438, - 1,439,1,439,1,439,1,439,3,439,8139,8,439,1,439,1,439,1,440,1,440, - 5,440,8145,8,440,10,440,12,440,8148,9,440,1,440,1,440,1,440,3,440, - 8153,8,440,1,440,1,440,1,441,1,441,3,441,8159,8,441,1,441,1,441, - 1,442,1,442,1,442,3,442,8166,8,442,1,442,1,442,3,442,8170,8,442, - 1,442,1,442,3,442,8174,8,442,1,442,3,442,8177,8,442,1,442,3,442, - 8180,8,442,1,442,1,442,1,443,1,443,3,443,8186,8,443,1,443,1,443, - 1,444,1,444,1,444,3,444,8193,8,444,1,444,3,444,8196,8,444,1,444, - 1,444,1,444,1,444,1,444,1,444,3,444,8204,8,444,3,444,8206,8,444, - 1,444,1,444,1,444,1,444,1,444,5,444,8213,8,444,10,444,12,444,8216, - 9,444,1,444,1,444,3,444,8220,8,444,3,444,8222,8,444,1,444,1,444, - 1,445,1,445,1,445,3,445,8229,8,445,1,445,1,445,1,446,1,446,3,446, - 8235,8,446,1,446,3,446,8238,8,446,1,446,1,446,1,446,1,446,1,446, - 1,447,1,447,1,447,1,447,1,447,3,447,8250,8,447,1,447,1,447,1,447, - 1,447,1,447,3,447,8257,8,447,3,447,8259,8,447,1,448,1,448,3,448, - 8263,8,448,1,448,1,448,1,448,1,449,3,449,8269,8,449,1,449,1,449, - 1,449,3,449,8274,8,449,1,449,1,449,3,449,8278,8,449,1,449,3,449, - 8281,8,449,1,449,3,449,8284,8,449,1,449,1,449,1,449,1,449,1,449, - 4,449,8291,8,449,11,449,12,449,8292,1,449,3,449,8296,8,449,1,450, - 3,450,8299,8,450,1,450,1,450,3,450,8303,8,450,1,450,1,450,3,450, - 8307,8,450,3,450,8309,8,450,1,450,3,450,8312,8,450,1,450,3,450,8315, - 8,450,1,451,1,451,1,451,1,451,3,451,8321,8,451,1,451,1,451,1,451, - 1,451,1,451,3,451,8328,8,451,1,451,1,451,1,451,1,451,1,451,3,451, - 8335,8,451,1,451,1,451,1,451,1,451,3,451,8341,8,451,3,451,8343,8, - 451,1,452,1,452,3,452,8347,8,452,1,452,1,452,1,452,3,452,8352,8, - 452,1,452,1,452,1,453,1,453,1,453,1,453,1,453,1,453,1,453,1,453, - 1,453,1,453,1,453,1,453,5,453,8368,8,453,10,453,12,453,8371,9,453, - 1,453,1,453,4,453,8375,8,453,11,453,12,453,8376,1,454,1,454,1,454, - 1,454,1,454,5,454,8384,8,454,10,454,12,454,8387,9,454,1,454,1,454, - 1,454,1,454,3,454,8393,8,454,1,455,1,455,3,455,8397,8,455,1,456, - 1,456,1,456,1,456,1,457,1,457,1,457,1,458,1,458,1,458,3,458,8409, - 8,458,1,458,3,458,8412,8,458,1,458,1,458,1,459,1,459,1,459,1,459, - 1,459,1,459,1,459,1,459,1,459,3,459,8425,8,459,1,459,3,459,8428, - 8,459,1,460,1,460,3,460,8432,8,460,1,461,1,461,1,461,1,461,1,461, - 5,461,8439,8,461,10,461,12,461,8442,9,461,1,461,1,461,5,461,8446, - 8,461,10,461,12,461,8449,9,461,4,461,8451,8,461,11,461,12,461,8452, - 1,462,1,462,1,462,3,462,8458,8,462,1,463,1,463,3,463,8462,8,463, - 1,464,3,464,8465,8,464,1,464,3,464,8468,8,464,1,464,3,464,8471,8, - 464,1,464,3,464,8474,8,464,1,464,3,464,8477,8,464,1,464,3,464,8480, - 8,464,1,464,3,464,8483,8,464,1,464,0,3,670,674,676,465,0,2,4,6,8, - 10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52, - 54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96, - 98,100,102,104,106,108,110,112,114,116,118,120,122,124,126,128,130, - 132,134,136,138,140,142,144,146,148,150,152,154,156,158,160,162, - 164,166,168,170,172,174,176,178,180,182,184,186,188,190,192,194, - 196,198,200,202,204,206,208,210,212,214,216,218,220,222,224,226, - 228,230,232,234,236,238,240,242,244,246,248,250,252,254,256,258, - 260,262,264,266,268,270,272,274,276,278,280,282,284,286,288,290, - 292,294,296,298,300,302,304,306,308,310,312,314,316,318,320,322, - 324,326,328,330,332,334,336,338,340,342,344,346,348,350,352,354, - 356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386, - 388,390,392,394,396,398,400,402,404,406,408,410,412,414,416,418, - 420,422,424,426,428,430,432,434,436,438,440,442,444,446,448,450, - 452,454,456,458,460,462,464,466,468,470,472,474,476,478,480,482, - 484,486,488,490,492,494,496,498,500,502,504,506,508,510,512,514, - 516,518,520,522,524,526,528,530,532,534,536,538,540,542,544,546, - 548,550,552,554,556,558,560,562,564,566,568,570,572,574,576,578, - 580,582,584,586,588,590,592,594,596,598,600,602,604,606,608,610, - 612,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642, - 644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674, - 676,678,680,682,684,686,688,690,692,694,696,698,700,702,704,706, - 708,710,712,714,716,718,720,722,724,726,728,730,732,734,736,738, - 740,742,744,746,748,750,752,754,756,758,760,762,764,766,768,770, - 772,774,776,778,780,782,784,786,788,790,792,794,796,798,800,802, - 804,806,808,810,812,814,816,818,820,822,824,826,828,830,832,834, - 836,838,840,842,844,846,848,850,852,854,856,858,860,862,864,866, - 868,870,872,874,876,878,880,882,884,886,888,890,892,894,896,898, - 900,902,904,906,908,910,912,914,916,918,920,922,924,926,928,0,119, - 2,0,195,195,364,364,2,0,66,66,318,318,2,0,99,99,318,318,2,0,134, - 134,318,318,1,0,529,531,2,0,10,10,94,94,2,0,133,133,191,191,2,0, - 254,254,332,332,2,0,162,162,363,363,2,0,180,180,221,221,5,0,30,30, - 288,288,329,329,352,352,354,354,2,0,109,109,532,532,2,0,158,158, - 277,277,2,0,367,367,439,439,2,0,139,139,312,312,2,0,191,191,333, - 333,2,0,313,313,333,333,2,0,150,150,315,315,2,0,64,64,94,94,4,0, - 78,78,183,183,197,197,298,298,1,0,549,551,2,0,213,213,254,254,2, - 0,352,352,354,354,2,0,200,200,224,224,9,0,30,30,160,160,165,165, - 179,179,219,219,227,227,342,342,345,345,438,438,3,0,113,113,284, - 284,336,336,2,0,53,53,78,78,2,0,105,105,379,379,2,0,260,260,262, - 262,3,0,173,173,260,260,262,262,1,0,12,13,2,0,64,64,375,375,2,0, - 156,156,206,206,2,0,189,189,360,360,2,0,215,215,373,373,3,0,133, - 133,191,191,333,333,5,0,30,30,88,88,182,182,241,241,369,369,2,0, - 9,9,94,94,2,0,92,92,226,226,1,0,448,449,2,0,92,92,414,414,2,0,341, - 341,414,414,4,0,163,163,185,185,283,283,353,353,2,0,135,135,145, - 145,2,0,211,211,278,278,3,0,321,321,357,357,445,445,3,0,66,66,99, - 99,318,318,5,0,108,108,168,168,226,226,328,328,342,342,2,0,167,167, - 314,314,2,0,61,61,265,265,4,0,207,207,249,249,268,268,293,293,2, - 0,130,130,307,307,2,0,64,64,68,68,10,0,46,46,88,88,182,182,202,202, - 241,241,352,352,354,354,357,358,369,369,521,523,5,0,212,212,329, - 329,350,350,455,455,457,457,5,0,212,212,329,329,350,350,361,361, - 455,456,2,0,37,37,55,55,2,0,207,207,249,249,2,0,10,10,53,53,2,0, - 181,181,243,243,2,0,170,170,320,320,2,0,141,141,223,223,5,0,108, - 108,168,168,189,189,342,342,360,360,2,0,226,226,328,328,2,0,163, - 163,185,185,2,0,186,186,193,193,4,0,88,88,182,182,241,241,369,369, - 2,0,137,137,242,242,2,0,161,161,319,319,4,0,129,129,161,161,319, - 319,454,454,2,0,356,356,380,380,2,0,81,81,382,382,2,0,151,151,254, - 254,2,0,133,133,138,138,1,0,31,32,2,0,128,128,547,547,2,0,60,60, - 96,96,2,0,99,99,349,349,2,0,131,131,414,414,2,0,201,201,334,334, - 3,0,59,59,70,70,97,97,2,0,30,30,56,56,1,0,527,528,2,0,207,207,268, - 268,2,0,320,320,414,414,2,0,574,574,576,576,1,0,468,469,4,0,113, - 113,115,115,119,119,126,126,2,0,360,360,477,477,2,0,394,395,409, - 409,2,0,391,392,406,406,1,0,391,392,1,0,418,419,5,0,10,10,16,17, - 21,21,23,23,25,25,3,0,9,9,14,14,27,27,2,0,98,98,396,396,2,0,50,51, - 75,76,2,0,41,41,420,420,3,0,39,39,73,73,95,95,4,0,393,393,399,399, - 404,404,425,425,2,0,292,292,347,347,2,0,166,166,188,188,2,0,304, - 304,450,450,3,0,299,299,320,320,481,481,2,0,208,208,289,289,3,0, - 30,30,34,34,90,90,6,0,9,10,12,17,21,21,23,23,25,25,27,27,2,0,114, - 114,120,120,2,0,20,20,22,22,1,0,483,486,17,0,53,53,116,116,123,124, - 129,228,238,386,433,452,455,469,471,471,473,473,475,475,477,488, - 490,502,504,504,506,518,520,520,524,524,547,548,3,0,106,123,125, - 128,472,472,4,0,30,52,54,70,72,105,454,454,2,0,62,62,116,116,2,0, - 10,10,20,20,2,0,434,434,501,501,2,0,167,167,507,507,1,0,512,517, - 2,0,144,144,210,210,9924,0,933,1,0,0,0,2,938,1,0,0,0,4,1062,1,0, - 0,0,6,1064,1,0,0,0,8,1067,1,0,0,0,10,1117,1,0,0,0,12,1127,1,0,0, - 0,14,1129,1,0,0,0,16,1141,1,0,0,0,18,1153,1,0,0,0,20,1164,1,0,0, - 0,22,1198,1,0,0,0,24,1242,1,0,0,0,26,1244,1,0,0,0,28,1256,1,0,0, - 0,30,1263,1,0,0,0,32,1282,1,0,0,0,34,1290,1,0,0,0,36,1292,1,0,0, - 0,38,1306,1,0,0,0,40,1310,1,0,0,0,42,1347,1,0,0,0,44,1349,1,0,0, - 0,46,1357,1,0,0,0,48,1367,1,0,0,0,50,1374,1,0,0,0,52,1382,1,0,0, - 0,54,1388,1,0,0,0,56,1404,1,0,0,0,58,1408,1,0,0,0,60,1410,1,0,0, - 0,62,1422,1,0,0,0,64,1427,1,0,0,0,66,1432,1,0,0,0,68,1434,1,0,0, - 0,70,1446,1,0,0,0,72,1454,1,0,0,0,74,1456,1,0,0,0,76,1576,1,0,0, - 0,78,1578,1,0,0,0,80,1592,1,0,0,0,82,1594,1,0,0,0,84,1831,1,0,0, - 0,86,1838,1,0,0,0,88,1840,1,0,0,0,90,1842,1,0,0,0,92,1845,1,0,0, - 0,94,1856,1,0,0,0,96,1859,1,0,0,0,98,1889,1,0,0,0,100,1891,1,0,0, - 0,102,1932,1,0,0,0,104,1934,1,0,0,0,106,1988,1,0,0,0,108,2034,1, - 0,0,0,110,2055,1,0,0,0,112,2057,1,0,0,0,114,2074,1,0,0,0,116,2155, - 1,0,0,0,118,2157,1,0,0,0,120,2168,1,0,0,0,122,2191,1,0,0,0,124,2209, - 1,0,0,0,126,2211,1,0,0,0,128,2246,1,0,0,0,130,2339,1,0,0,0,132,2344, - 1,0,0,0,134,2346,1,0,0,0,136,2444,1,0,0,0,138,2446,1,0,0,0,140,2450, - 1,0,0,0,142,2461,1,0,0,0,144,2469,1,0,0,0,146,2472,1,0,0,0,148,2475, - 1,0,0,0,150,2493,1,0,0,0,152,2495,1,0,0,0,154,2499,1,0,0,0,156,2512, - 1,0,0,0,158,2514,1,0,0,0,160,2519,1,0,0,0,162,2539,1,0,0,0,164,2547, - 1,0,0,0,166,2554,1,0,0,0,168,2556,1,0,0,0,170,2565,1,0,0,0,172,2568, - 1,0,0,0,174,2572,1,0,0,0,176,2576,1,0,0,0,178,2601,1,0,0,0,180,2611, - 1,0,0,0,182,2625,1,0,0,0,184,2641,1,0,0,0,186,2647,1,0,0,0,188,2674, - 1,0,0,0,190,2684,1,0,0,0,192,2700,1,0,0,0,194,2744,1,0,0,0,196,2751, - 1,0,0,0,198,2753,1,0,0,0,200,2779,1,0,0,0,202,2790,1,0,0,0,204,2809, - 1,0,0,0,206,2820,1,0,0,0,208,2858,1,0,0,0,210,2879,1,0,0,0,212,2881, - 1,0,0,0,214,2901,1,0,0,0,216,2913,1,0,0,0,218,2925,1,0,0,0,220,2928, - 1,0,0,0,222,2931,1,0,0,0,224,2951,1,0,0,0,226,2956,1,0,0,0,228,3005, - 1,0,0,0,230,3007,1,0,0,0,232,3030,1,0,0,0,234,3046,1,0,0,0,236,3058, - 1,0,0,0,238,3085,1,0,0,0,240,3100,1,0,0,0,242,3163,1,0,0,0,244,3165, - 1,0,0,0,246,3170,1,0,0,0,248,3176,1,0,0,0,250,3263,1,0,0,0,252,3269, - 1,0,0,0,254,3271,1,0,0,0,256,3287,1,0,0,0,258,3289,1,0,0,0,260,3298, - 1,0,0,0,262,3302,1,0,0,0,264,3315,1,0,0,0,266,3327,1,0,0,0,268,3329, - 1,0,0,0,270,3351,1,0,0,0,272,3363,1,0,0,0,274,3374,1,0,0,0,276,3465, - 1,0,0,0,278,3467,1,0,0,0,280,3478,1,0,0,0,282,3489,1,0,0,0,284,3491, - 1,0,0,0,286,3517,1,0,0,0,288,3519,1,0,0,0,290,3523,1,0,0,0,292,3573, - 1,0,0,0,294,3575,1,0,0,0,296,3581,1,0,0,0,298,3606,1,0,0,0,300,3610, - 1,0,0,0,302,3824,1,0,0,0,304,3842,1,0,0,0,306,3868,1,0,0,0,308,3870, - 1,0,0,0,310,3878,1,0,0,0,312,3884,1,0,0,0,314,3888,1,0,0,0,316,3908, - 1,0,0,0,318,3914,1,0,0,0,320,3981,1,0,0,0,322,4012,1,0,0,0,324,4058, - 1,0,0,0,326,4060,1,0,0,0,328,4062,1,0,0,0,330,4073,1,0,0,0,332,4110, - 1,0,0,0,334,4112,1,0,0,0,336,4118,1,0,0,0,338,4168,1,0,0,0,340,4171, - 1,0,0,0,342,4185,1,0,0,0,344,4206,1,0,0,0,346,4230,1,0,0,0,348,4271, - 1,0,0,0,350,4273,1,0,0,0,352,4275,1,0,0,0,354,4315,1,0,0,0,356,4332, - 1,0,0,0,358,4352,1,0,0,0,360,4405,1,0,0,0,362,4408,1,0,0,0,364,4414, - 1,0,0,0,366,4422,1,0,0,0,368,4435,1,0,0,0,370,4437,1,0,0,0,372,4450, - 1,0,0,0,374,4452,1,0,0,0,376,4465,1,0,0,0,378,4475,1,0,0,0,380,4486, - 1,0,0,0,382,4497,1,0,0,0,384,4499,1,0,0,0,386,4504,1,0,0,0,388,4518, - 1,0,0,0,390,4550,1,0,0,0,392,4587,1,0,0,0,394,4589,1,0,0,0,396,4592, - 1,0,0,0,398,4595,1,0,0,0,400,4612,1,0,0,0,402,4633,1,0,0,0,404,4649, - 1,0,0,0,406,4665,1,0,0,0,408,4687,1,0,0,0,410,4692,1,0,0,0,412,4695, - 1,0,0,0,414,4703,1,0,0,0,416,4728,1,0,0,0,418,4731,1,0,0,0,420,4759, - 1,0,0,0,422,4764,1,0,0,0,424,4804,1,0,0,0,426,5016,1,0,0,0,428,5018, - 1,0,0,0,430,5106,1,0,0,0,432,5108,1,0,0,0,434,5114,1,0,0,0,436,5125, - 1,0,0,0,438,5135,1,0,0,0,440,5215,1,0,0,0,442,5217,1,0,0,0,444,5231, - 1,0,0,0,446,5253,1,0,0,0,448,5326,1,0,0,0,450,5328,1,0,0,0,452,5369, - 1,0,0,0,454,5371,1,0,0,0,456,5376,1,0,0,0,458,5379,1,0,0,0,460,5382, - 1,0,0,0,462,5432,1,0,0,0,464,5434,1,0,0,0,466,5445,1,0,0,0,468,5447, - 1,0,0,0,470,5457,1,0,0,0,472,5492,1,0,0,0,474,5495,1,0,0,0,476,5516, - 1,0,0,0,478,5526,1,0,0,0,480,5546,1,0,0,0,482,5552,1,0,0,0,484,5558, - 1,0,0,0,486,5563,1,0,0,0,488,5576,1,0,0,0,490,5603,1,0,0,0,492,5651, - 1,0,0,0,494,5653,1,0,0,0,496,5691,1,0,0,0,498,5693,1,0,0,0,500,5714, - 1,0,0,0,502,5734,1,0,0,0,504,5738,1,0,0,0,506,5753,1,0,0,0,508,5755, - 1,0,0,0,510,5759,1,0,0,0,512,5763,1,0,0,0,514,5771,1,0,0,0,516,5795, - 1,0,0,0,518,5797,1,0,0,0,520,5808,1,0,0,0,522,5816,1,0,0,0,524,5832, - 1,0,0,0,526,5857,1,0,0,0,528,5859,1,0,0,0,530,5863,1,0,0,0,532,5872, - 1,0,0,0,534,5912,1,0,0,0,536,5923,1,0,0,0,538,5931,1,0,0,0,540,5934, - 1,0,0,0,542,5938,1,0,0,0,544,5953,1,0,0,0,546,5978,1,0,0,0,548,5993, - 1,0,0,0,550,6019,1,0,0,0,552,6021,1,0,0,0,554,6044,1,0,0,0,556,6046, - 1,0,0,0,558,6054,1,0,0,0,560,6072,1,0,0,0,562,6096,1,0,0,0,564,6108, - 1,0,0,0,566,6112,1,0,0,0,568,6124,1,0,0,0,570,6144,1,0,0,0,572,6152, - 1,0,0,0,574,6166,1,0,0,0,576,6189,1,0,0,0,578,6191,1,0,0,0,580,6196, - 1,0,0,0,582,6206,1,0,0,0,584,6227,1,0,0,0,586,6229,1,0,0,0,588,6238, - 1,0,0,0,590,6249,1,0,0,0,592,6259,1,0,0,0,594,6261,1,0,0,0,596,6268, - 1,0,0,0,598,6299,1,0,0,0,600,6329,1,0,0,0,602,6331,1,0,0,0,604,6340, - 1,0,0,0,606,6343,1,0,0,0,608,6414,1,0,0,0,610,6438,1,0,0,0,612,6459, - 1,0,0,0,614,6461,1,0,0,0,616,6469,1,0,0,0,618,6486,1,0,0,0,620,6512, - 1,0,0,0,622,6514,1,0,0,0,624,6522,1,0,0,0,626,6529,1,0,0,0,628,6553, - 1,0,0,0,630,6559,1,0,0,0,632,6567,1,0,0,0,634,6570,1,0,0,0,636,6577, - 1,0,0,0,638,6585,1,0,0,0,640,6590,1,0,0,0,642,6620,1,0,0,0,644,6647, - 1,0,0,0,646,6675,1,0,0,0,648,6692,1,0,0,0,650,6698,1,0,0,0,652,6716, - 1,0,0,0,654,6718,1,0,0,0,656,6722,1,0,0,0,658,6739,1,0,0,0,660,6744, - 1,0,0,0,662,6782,1,0,0,0,664,6784,1,0,0,0,666,6788,1,0,0,0,668,6790, - 1,0,0,0,670,6799,1,0,0,0,672,6883,1,0,0,0,674,6889,1,0,0,0,676,6999, - 1,0,0,0,678,7031,1,0,0,0,680,7082,1,0,0,0,682,7086,1,0,0,0,684,7262, - 1,0,0,0,686,7264,1,0,0,0,688,7272,1,0,0,0,690,7277,1,0,0,0,692,7279, - 1,0,0,0,694,7287,1,0,0,0,696,7290,1,0,0,0,698,7299,1,0,0,0,700,7302, - 1,0,0,0,702,7306,1,0,0,0,704,7311,1,0,0,0,706,7328,1,0,0,0,708,7355, - 1,0,0,0,710,7364,1,0,0,0,712,7366,1,0,0,0,714,7373,1,0,0,0,716,7377, - 1,0,0,0,718,7379,1,0,0,0,720,7387,1,0,0,0,722,7395,1,0,0,0,724,7402, - 1,0,0,0,726,7404,1,0,0,0,728,7417,1,0,0,0,730,7421,1,0,0,0,732,7423, - 1,0,0,0,734,7438,1,0,0,0,736,7440,1,0,0,0,738,7462,1,0,0,0,740,7464, - 1,0,0,0,742,7487,1,0,0,0,744,7489,1,0,0,0,746,7511,1,0,0,0,748,7514, - 1,0,0,0,750,7521,1,0,0,0,752,7524,1,0,0,0,754,7540,1,0,0,0,756,7542, - 1,0,0,0,758,7550,1,0,0,0,760,7558,1,0,0,0,762,7566,1,0,0,0,764,7574, - 1,0,0,0,766,7576,1,0,0,0,768,7578,1,0,0,0,770,7580,1,0,0,0,772,7582, - 1,0,0,0,774,7584,1,0,0,0,776,7586,1,0,0,0,778,7590,1,0,0,0,780,7598, - 1,0,0,0,782,7606,1,0,0,0,784,7608,1,0,0,0,786,7610,1,0,0,0,788,7612, - 1,0,0,0,790,7614,1,0,0,0,792,7620,1,0,0,0,794,7626,1,0,0,0,796,7632, - 1,0,0,0,798,7634,1,0,0,0,800,7637,1,0,0,0,802,7643,1,0,0,0,804,7649, - 1,0,0,0,806,7651,1,0,0,0,808,7667,1,0,0,0,810,7670,1,0,0,0,812,7679, - 1,0,0,0,814,7681,1,0,0,0,816,7691,1,0,0,0,818,7695,1,0,0,0,820,7700, - 1,0,0,0,822,7706,1,0,0,0,824,7719,1,0,0,0,826,7721,1,0,0,0,828,7774, - 1,0,0,0,830,7776,1,0,0,0,832,7778,1,0,0,0,834,7781,1,0,0,0,836,7809, - 1,0,0,0,838,7813,1,0,0,0,840,7864,1,0,0,0,842,7867,1,0,0,0,844,7893, - 1,0,0,0,846,7895,1,0,0,0,848,7918,1,0,0,0,850,7920,1,0,0,0,852,7925, - 1,0,0,0,854,7940,1,0,0,0,856,7946,1,0,0,0,858,7957,1,0,0,0,860,7987, - 1,0,0,0,862,7994,1,0,0,0,864,8019,1,0,0,0,866,8029,1,0,0,0,868,8056, - 1,0,0,0,870,8069,1,0,0,0,872,8079,1,0,0,0,874,8098,1,0,0,0,876,8130, - 1,0,0,0,878,8134,1,0,0,0,880,8142,1,0,0,0,882,8156,1,0,0,0,884,8162, - 1,0,0,0,886,8183,1,0,0,0,888,8189,1,0,0,0,890,8228,1,0,0,0,892,8232, - 1,0,0,0,894,8258,1,0,0,0,896,8260,1,0,0,0,898,8268,1,0,0,0,900,8308, - 1,0,0,0,902,8342,1,0,0,0,904,8344,1,0,0,0,906,8355,1,0,0,0,908,8392, - 1,0,0,0,910,8396,1,0,0,0,912,8398,1,0,0,0,914,8402,1,0,0,0,916,8405, - 1,0,0,0,918,8427,1,0,0,0,920,8431,1,0,0,0,922,8433,1,0,0,0,924,8457, - 1,0,0,0,926,8461,1,0,0,0,928,8464,1,0,0,0,930,932,3,2,1,0,931,930, - 1,0,0,0,932,935,1,0,0,0,933,931,1,0,0,0,933,934,1,0,0,0,934,936, - 1,0,0,0,935,933,1,0,0,0,936,937,5,0,0,1,937,1,1,0,0,0,938,940,3, - 4,2,0,939,941,5,7,0,0,940,939,1,0,0,0,940,941,1,0,0,0,941,3,1,0, - 0,0,942,1063,3,272,136,0,943,1063,3,482,241,0,944,1063,3,478,239, - 0,945,1063,3,480,240,0,946,1063,3,346,173,0,947,1063,3,488,244,0, - 948,1063,3,286,143,0,949,1063,3,204,102,0,950,1063,3,206,103,0,951, - 1063,3,212,106,0,952,1063,3,226,113,0,953,1063,3,398,199,0,954,1063, - 3,28,14,0,955,1063,3,428,214,0,956,1063,3,430,215,0,957,1063,3,440, - 220,0,958,1063,3,432,216,0,959,1063,3,438,219,0,960,1063,3,238,119, - 0,961,1063,3,240,120,0,962,1063,3,192,96,0,963,1063,3,484,242,0, - 964,1063,3,76,38,0,965,1063,3,424,212,0,966,1063,3,100,50,0,967, - 1063,3,444,222,0,968,1063,3,18,9,0,969,1063,3,20,10,0,970,1063,3, - 16,8,0,971,1063,3,448,224,0,972,1063,3,178,89,0,973,1063,3,492,246, - 0,974,1063,3,490,245,0,975,1063,3,234,117,0,976,1063,3,500,250,0, - 977,1063,3,6,3,0,978,1063,3,72,36,0,979,1063,3,104,52,0,980,1063, - 3,496,248,0,981,1063,3,318,159,0,982,1063,3,70,35,0,983,1063,3,106, - 53,0,984,1063,3,248,124,0,985,1063,3,180,90,0,986,1063,3,274,137, - 0,987,1063,3,414,207,0,988,1063,3,494,247,0,989,1063,3,486,243,0, - 990,1063,3,202,101,0,991,1063,3,208,104,0,992,1063,3,222,111,0,993, - 1063,3,228,114,0,994,1063,3,358,179,0,995,1063,3,26,13,0,996,1063, - 3,186,93,0,997,1063,3,290,145,0,998,1063,3,294,147,0,999,1063,3, - 442,221,0,1000,1063,3,296,148,0,1001,1063,3,236,118,0,1002,1063, - 3,198,99,0,1003,1063,3,30,15,0,1004,1063,3,190,95,0,1005,1063,3, - 114,57,0,1006,1063,3,446,223,0,1007,1063,3,176,88,0,1008,1063,3, - 200,100,0,1009,1063,3,418,209,0,1010,1063,3,250,125,0,1011,1063, - 3,268,134,0,1012,1063,3,8,4,0,1013,1063,3,14,7,0,1014,1063,3,232, - 116,0,1015,1063,3,474,237,0,1016,1063,3,530,265,0,1017,1063,3,552, - 276,0,1018,1063,3,276,138,0,1019,1063,3,542,271,0,1020,1063,3,74, - 37,0,1021,1063,3,412,206,0,1022,1063,3,302,151,0,1023,1063,3,526, - 263,0,1024,1063,3,514,257,0,1025,1063,3,322,161,0,1026,1063,3,328, - 164,0,1027,1063,3,342,171,0,1028,1063,3,898,449,0,1029,1063,3,230, - 115,0,1030,1063,3,352,176,0,1031,1063,3,532,266,0,1032,1063,3,458, - 229,0,1033,1063,3,188,94,0,1034,1063,3,472,236,0,1035,1063,3,544, - 272,0,1036,1063,3,454,227,0,1037,1063,3,520,260,0,1038,1063,3,300, - 150,0,1039,1063,3,422,211,0,1040,1063,3,402,201,0,1041,1063,3,400, - 200,0,1042,1063,3,404,202,0,1043,1063,3,426,213,0,1044,1063,3,330, - 165,0,1045,1063,3,344,172,0,1046,1063,3,450,225,0,1047,1063,3,320, - 160,0,1048,1063,3,554,277,0,1049,1063,3,462,231,0,1050,1063,3,314, - 157,0,1051,1063,3,460,230,0,1052,1063,3,546,273,0,1053,1063,3,498, - 249,0,1054,1063,3,60,30,0,1055,1063,3,36,18,0,1056,1063,3,68,34, - 0,1057,1063,3,470,235,0,1058,1060,5,583,0,0,1059,1061,5,584,0,0, - 1060,1059,1,0,0,0,1060,1061,1,0,0,0,1061,1063,1,0,0,0,1062,942,1, - 0,0,0,1062,943,1,0,0,0,1062,944,1,0,0,0,1062,945,1,0,0,0,1062,946, - 1,0,0,0,1062,947,1,0,0,0,1062,948,1,0,0,0,1062,949,1,0,0,0,1062, - 950,1,0,0,0,1062,951,1,0,0,0,1062,952,1,0,0,0,1062,953,1,0,0,0,1062, - 954,1,0,0,0,1062,955,1,0,0,0,1062,956,1,0,0,0,1062,957,1,0,0,0,1062, - 958,1,0,0,0,1062,959,1,0,0,0,1062,960,1,0,0,0,1062,961,1,0,0,0,1062, - 962,1,0,0,0,1062,963,1,0,0,0,1062,964,1,0,0,0,1062,965,1,0,0,0,1062, - 966,1,0,0,0,1062,967,1,0,0,0,1062,968,1,0,0,0,1062,969,1,0,0,0,1062, - 970,1,0,0,0,1062,971,1,0,0,0,1062,972,1,0,0,0,1062,973,1,0,0,0,1062, - 974,1,0,0,0,1062,975,1,0,0,0,1062,976,1,0,0,0,1062,977,1,0,0,0,1062, - 978,1,0,0,0,1062,979,1,0,0,0,1062,980,1,0,0,0,1062,981,1,0,0,0,1062, - 982,1,0,0,0,1062,983,1,0,0,0,1062,984,1,0,0,0,1062,985,1,0,0,0,1062, - 986,1,0,0,0,1062,987,1,0,0,0,1062,988,1,0,0,0,1062,989,1,0,0,0,1062, - 990,1,0,0,0,1062,991,1,0,0,0,1062,992,1,0,0,0,1062,993,1,0,0,0,1062, - 994,1,0,0,0,1062,995,1,0,0,0,1062,996,1,0,0,0,1062,997,1,0,0,0,1062, - 998,1,0,0,0,1062,999,1,0,0,0,1062,1000,1,0,0,0,1062,1001,1,0,0,0, - 1062,1002,1,0,0,0,1062,1003,1,0,0,0,1062,1004,1,0,0,0,1062,1005, - 1,0,0,0,1062,1006,1,0,0,0,1062,1007,1,0,0,0,1062,1008,1,0,0,0,1062, - 1009,1,0,0,0,1062,1010,1,0,0,0,1062,1011,1,0,0,0,1062,1012,1,0,0, - 0,1062,1013,1,0,0,0,1062,1014,1,0,0,0,1062,1015,1,0,0,0,1062,1016, - 1,0,0,0,1062,1017,1,0,0,0,1062,1018,1,0,0,0,1062,1019,1,0,0,0,1062, - 1020,1,0,0,0,1062,1021,1,0,0,0,1062,1022,1,0,0,0,1062,1023,1,0,0, - 0,1062,1024,1,0,0,0,1062,1025,1,0,0,0,1062,1026,1,0,0,0,1062,1027, - 1,0,0,0,1062,1028,1,0,0,0,1062,1029,1,0,0,0,1062,1030,1,0,0,0,1062, - 1031,1,0,0,0,1062,1032,1,0,0,0,1062,1033,1,0,0,0,1062,1034,1,0,0, - 0,1062,1035,1,0,0,0,1062,1036,1,0,0,0,1062,1037,1,0,0,0,1062,1038, - 1,0,0,0,1062,1039,1,0,0,0,1062,1040,1,0,0,0,1062,1041,1,0,0,0,1062, - 1042,1,0,0,0,1062,1043,1,0,0,0,1062,1044,1,0,0,0,1062,1045,1,0,0, - 0,1062,1046,1,0,0,0,1062,1047,1,0,0,0,1062,1048,1,0,0,0,1062,1049, - 1,0,0,0,1062,1050,1,0,0,0,1062,1051,1,0,0,0,1062,1052,1,0,0,0,1062, - 1053,1,0,0,0,1062,1054,1,0,0,0,1062,1055,1,0,0,0,1062,1056,1,0,0, - 0,1062,1057,1,0,0,0,1062,1058,1,0,0,0,1063,5,1,0,0,0,1064,1065,5, - 433,0,0,1065,1066,3,678,339,0,1066,7,1,0,0,0,1067,1068,5,46,0,0, - 1068,1069,5,318,0,0,1069,1071,3,812,406,0,1070,1072,5,105,0,0,1071, - 1070,1,0,0,0,1071,1072,1,0,0,0,1072,1076,1,0,0,0,1073,1075,3,12, - 6,0,1074,1073,1,0,0,0,1075,1078,1,0,0,0,1076,1074,1,0,0,0,1076,1077, - 1,0,0,0,1077,9,1,0,0,0,1078,1076,1,0,0,0,1079,1082,5,287,0,0,1080, - 1083,3,806,403,0,1081,1083,5,78,0,0,1082,1080,1,0,0,0,1082,1081, - 1,0,0,0,1083,1118,1,0,0,0,1084,1085,7,0,0,0,1085,1086,5,287,0,0, - 1086,1118,3,806,403,0,1087,1118,5,228,0,0,1088,1118,5,229,0,0,1089, - 1118,5,236,0,0,1090,1118,5,237,0,0,1091,1118,5,234,0,0,1092,1118, - 5,235,0,0,1093,1118,5,232,0,0,1094,1118,5,233,0,0,1095,1118,5,230, - 0,0,1096,1118,5,231,0,0,1097,1118,5,535,0,0,1098,1118,5,536,0,0, - 1099,1118,5,537,0,0,1100,1118,5,538,0,0,1101,1118,5,539,0,0,1102, - 1118,5,540,0,0,1103,1104,5,164,0,0,1104,1105,5,74,0,0,1105,1118, - 3,810,405,0,1106,1107,5,371,0,0,1107,1108,5,368,0,0,1108,1118,3, - 806,403,0,1109,1110,5,68,0,0,1110,1111,7,1,0,0,1111,1118,3,780,390, - 0,1112,1113,7,2,0,0,1113,1118,3,814,407,0,1114,1115,5,134,0,0,1115, - 1118,3,780,390,0,1116,1118,3,824,412,0,1117,1079,1,0,0,0,1117,1084, - 1,0,0,0,1117,1087,1,0,0,0,1117,1088,1,0,0,0,1117,1089,1,0,0,0,1117, - 1090,1,0,0,0,1117,1091,1,0,0,0,1117,1092,1,0,0,0,1117,1093,1,0,0, - 0,1117,1094,1,0,0,0,1117,1095,1,0,0,0,1117,1096,1,0,0,0,1117,1097, - 1,0,0,0,1117,1098,1,0,0,0,1117,1099,1,0,0,0,1117,1100,1,0,0,0,1117, - 1101,1,0,0,0,1117,1102,1,0,0,0,1117,1103,1,0,0,0,1117,1106,1,0,0, - 0,1117,1109,1,0,0,0,1117,1112,1,0,0,0,1117,1114,1,0,0,0,1117,1116, - 1,0,0,0,1118,11,1,0,0,0,1119,1128,3,10,5,0,1120,1121,5,348,0,0,1121, - 1128,5,574,0,0,1122,1123,7,3,0,0,1123,1128,3,814,407,0,1124,1125, - 5,68,0,0,1125,1126,7,1,0,0,1126,1128,3,814,407,0,1127,1119,1,0,0, - 0,1127,1120,1,0,0,0,1127,1122,1,0,0,0,1127,1124,1,0,0,0,1128,13, - 1,0,0,0,1129,1130,5,46,0,0,1130,1131,5,99,0,0,1131,1133,3,812,406, - 0,1132,1134,5,105,0,0,1133,1132,1,0,0,0,1133,1134,1,0,0,0,1134,1138, - 1,0,0,0,1135,1137,3,12,6,0,1136,1135,1,0,0,0,1137,1140,1,0,0,0,1138, - 1136,1,0,0,0,1138,1139,1,0,0,0,1139,15,1,0,0,0,1140,1138,1,0,0,0, - 1141,1142,5,138,0,0,1142,1143,7,2,0,0,1143,1145,3,812,406,0,1144, - 1146,5,105,0,0,1145,1144,1,0,0,0,1145,1146,1,0,0,0,1146,1150,1,0, - 0,0,1147,1149,3,10,5,0,1148,1147,1,0,0,0,1149,1152,1,0,0,0,1150, - 1148,1,0,0,0,1150,1151,1,0,0,0,1151,17,1,0,0,0,1152,1150,1,0,0,0, - 1153,1154,5,138,0,0,1154,1157,7,2,0,0,1155,1158,5,30,0,0,1156,1158, - 3,812,406,0,1157,1155,1,0,0,0,1157,1156,1,0,0,0,1158,1159,1,0,0, - 0,1159,1160,5,68,0,0,1160,1161,5,175,0,0,1161,1162,3,784,392,0,1162, - 1163,3,64,32,0,1163,19,1,0,0,0,1164,1165,5,138,0,0,1165,1166,5,442, - 0,0,1166,1168,3,790,395,0,1167,1169,3,362,181,0,1168,1167,1,0,0, - 0,1168,1169,1,0,0,0,1169,1170,1,0,0,0,1170,1171,3,22,11,0,1171,21, - 1,0,0,0,1172,1176,3,24,12,0,1173,1175,3,24,12,0,1174,1173,1,0,0, - 0,1175,1178,1,0,0,0,1176,1174,1,0,0,0,1176,1177,1,0,0,0,1177,1180, - 1,0,0,0,1178,1176,1,0,0,0,1179,1181,5,315,0,0,1180,1179,1,0,0,0, - 1180,1181,1,0,0,0,1181,1199,1,0,0,0,1182,1183,5,309,0,0,1183,1184, - 5,94,0,0,1184,1199,3,788,394,0,1185,1186,5,282,0,0,1186,1187,5,94, - 0,0,1187,1199,3,812,406,0,1188,1189,5,333,0,0,1189,1190,5,323,0, - 0,1190,1199,3,32,16,0,1191,1193,5,269,0,0,1192,1191,1,0,0,0,1192, - 1193,1,0,0,0,1193,1194,1,0,0,0,1194,1195,5,462,0,0,1195,1196,5,80, - 0,0,1196,1197,5,204,0,0,1197,1199,3,816,408,0,1198,1172,1,0,0,0, - 1198,1182,1,0,0,0,1198,1185,1,0,0,0,1198,1188,1,0,0,0,1198,1192, - 1,0,0,0,1199,23,1,0,0,0,1200,1243,5,222,0,0,1201,1243,5,338,0,0, - 1202,1243,5,377,0,0,1203,1205,5,77,0,0,1204,1203,1,0,0,0,1204,1205, - 1,0,0,0,1205,1206,1,0,0,0,1206,1243,5,250,0,0,1207,1209,5,205,0, - 0,1208,1207,1,0,0,0,1208,1209,1,0,0,0,1209,1210,1,0,0,0,1210,1211, - 5,327,0,0,1211,1218,5,243,0,0,1212,1214,5,205,0,0,1213,1212,1,0, - 0,0,1213,1214,1,0,0,0,1214,1215,1,0,0,0,1215,1216,5,327,0,0,1216, - 1218,5,181,0,0,1217,1208,1,0,0,0,1217,1213,1,0,0,0,1218,1243,1,0, - 0,0,1219,1220,5,460,0,0,1220,1243,7,4,0,0,1221,1222,5,170,0,0,1222, - 1243,3,822,411,0,1223,1224,5,320,0,0,1224,1243,3,816,408,0,1225, - 1226,5,333,0,0,1226,1227,3,816,408,0,1227,1230,7,5,0,0,1228,1231, - 3,816,408,0,1229,1231,5,53,0,0,1230,1228,1,0,0,0,1230,1229,1,0,0, - 0,1231,1243,1,0,0,0,1232,1233,5,333,0,0,1233,1234,3,816,408,0,1234, - 1235,5,64,0,0,1235,1236,5,434,0,0,1236,1243,1,0,0,0,1237,1240,5, - 313,0,0,1238,1241,3,816,408,0,1239,1241,5,30,0,0,1240,1238,1,0,0, - 0,1240,1239,1,0,0,0,1241,1243,1,0,0,0,1242,1200,1,0,0,0,1242,1201, - 1,0,0,0,1242,1202,1,0,0,0,1242,1204,1,0,0,0,1242,1217,1,0,0,0,1242, - 1219,1,0,0,0,1242,1221,1,0,0,0,1242,1223,1,0,0,0,1242,1225,1,0,0, - 0,1242,1232,1,0,0,0,1242,1237,1,0,0,0,1243,25,1,0,0,0,1244,1245, - 5,46,0,0,1245,1246,5,66,0,0,1246,1248,3,812,406,0,1247,1249,5,105, - 0,0,1248,1247,1,0,0,0,1248,1249,1,0,0,0,1249,1253,1,0,0,0,1250,1252, - 3,12,6,0,1251,1250,1,0,0,0,1252,1255,1,0,0,0,1253,1251,1,0,0,0,1253, - 1254,1,0,0,0,1254,27,1,0,0,0,1255,1253,1,0,0,0,1256,1257,5,138,0, - 0,1257,1258,5,66,0,0,1258,1259,3,812,406,0,1259,1260,7,6,0,0,1260, - 1261,5,99,0,0,1261,1262,3,814,407,0,1262,29,1,0,0,0,1263,1264,5, - 46,0,0,1264,1266,5,323,0,0,1265,1267,3,288,144,0,1266,1265,1,0,0, - 0,1266,1267,1,0,0,0,1267,1274,1,0,0,0,1268,1270,3,32,16,0,1269,1268, - 1,0,0,0,1269,1270,1,0,0,0,1270,1271,1,0,0,0,1271,1272,5,106,0,0, - 1272,1275,3,812,406,0,1273,1275,3,32,16,0,1274,1269,1,0,0,0,1274, - 1273,1,0,0,0,1275,1279,1,0,0,0,1276,1278,3,34,17,0,1277,1276,1,0, - 0,0,1278,1281,1,0,0,0,1279,1277,1,0,0,0,1279,1280,1,0,0,0,1280,31, - 1,0,0,0,1281,1279,1,0,0,0,1282,1283,3,310,155,0,1283,33,1,0,0,0, - 1284,1291,3,114,57,0,1285,1291,3,352,176,0,1286,1291,3,190,95,0, - 1287,1291,3,250,125,0,1288,1291,3,328,164,0,1289,1291,3,470,235, - 0,1290,1284,1,0,0,0,1290,1285,1,0,0,0,1290,1286,1,0,0,0,1290,1287, - 1,0,0,0,1290,1288,1,0,0,0,1290,1289,1,0,0,0,1291,35,1,0,0,0,1292, - 1294,5,333,0,0,1293,1295,7,7,0,0,1294,1293,1,0,0,0,1294,1295,1,0, - 0,0,1295,1296,1,0,0,0,1296,1297,3,38,19,0,1297,37,1,0,0,0,1298,1299, - 5,356,0,0,1299,1307,3,468,234,0,1300,1301,5,332,0,0,1301,1302,5, - 154,0,0,1302,1303,5,36,0,0,1303,1304,5,356,0,0,1304,1307,3,468,234, - 0,1305,1307,3,42,21,0,1306,1298,1,0,0,0,1306,1300,1,0,0,0,1306,1305, - 1,0,0,0,1307,39,1,0,0,0,1308,1311,5,30,0,0,1309,1311,3,44,22,0,1310, - 1308,1,0,0,0,1310,1309,1,0,0,0,1311,1313,1,0,0,0,1312,1314,7,5,0, - 0,1313,1312,1,0,0,0,1313,1314,1,0,0,0,1314,1317,1,0,0,0,1315,1318, - 5,53,0,0,1316,1318,3,46,23,0,1317,1315,1,0,0,0,1317,1316,1,0,0,0, - 1317,1318,1,0,0,0,1318,41,1,0,0,0,1319,1320,5,418,0,0,1320,1321, - 5,386,0,0,1321,1348,3,56,28,0,1322,1323,5,152,0,0,1323,1348,3,806, - 403,0,1324,1325,5,323,0,0,1325,1348,3,786,393,0,1326,1329,5,267, - 0,0,1327,1330,3,806,403,0,1328,1330,5,53,0,0,1329,1327,1,0,0,0,1329, - 1328,1,0,0,0,1329,1330,1,0,0,0,1330,1348,1,0,0,0,1331,1332,5,318, - 0,0,1332,1348,3,58,29,0,1333,1334,5,332,0,0,1334,1335,5,106,0,0, - 1335,1348,3,58,29,0,1336,1337,5,383,0,0,1337,1338,5,279,0,0,1338, - 1348,3,690,345,0,1339,1340,5,356,0,0,1340,1341,5,337,0,0,1341,1348, - 3,806,403,0,1342,1343,3,44,22,0,1343,1344,5,64,0,0,1344,1345,5,434, - 0,0,1345,1348,1,0,0,0,1346,1348,3,40,20,0,1347,1319,1,0,0,0,1347, - 1322,1,0,0,0,1347,1324,1,0,0,0,1347,1326,1,0,0,0,1347,1331,1,0,0, - 0,1347,1333,1,0,0,0,1347,1336,1,0,0,0,1347,1339,1,0,0,0,1347,1342, - 1,0,0,0,1347,1346,1,0,0,0,1348,43,1,0,0,0,1349,1354,3,816,408,0, - 1350,1351,5,11,0,0,1351,1353,3,816,408,0,1352,1350,1,0,0,0,1353, - 1356,1,0,0,0,1354,1352,1,0,0,0,1354,1355,1,0,0,0,1355,45,1,0,0,0, - 1356,1354,1,0,0,0,1357,1362,3,48,24,0,1358,1359,5,6,0,0,1359,1361, - 3,48,24,0,1360,1358,1,0,0,0,1361,1364,1,0,0,0,1362,1360,1,0,0,0, - 1362,1363,1,0,0,0,1363,47,1,0,0,0,1364,1362,1,0,0,0,1365,1368,3, - 54,27,0,1366,1368,3,196,98,0,1367,1365,1,0,0,0,1367,1366,1,0,0,0, - 1368,49,1,0,0,0,1369,1370,5,300,0,0,1370,1375,7,8,0,0,1371,1372, - 5,310,0,0,1372,1375,5,300,0,0,1373,1375,5,330,0,0,1374,1369,1,0, - 0,0,1374,1371,1,0,0,0,1374,1373,1,0,0,0,1375,51,1,0,0,0,1376,1383, - 5,96,0,0,1377,1383,5,60,0,0,1378,1383,5,80,0,0,1379,1383,3,796,398, - 0,1380,1383,3,830,415,0,1381,1383,3,806,403,0,1382,1376,1,0,0,0, - 1382,1377,1,0,0,0,1382,1378,1,0,0,0,1382,1379,1,0,0,0,1382,1380, - 1,0,0,0,1382,1381,1,0,0,0,1383,53,1,0,0,0,1384,1389,5,96,0,0,1385, - 1389,5,60,0,0,1386,1389,5,80,0,0,1387,1389,3,58,29,0,1388,1384,1, - 0,0,0,1388,1385,1,0,0,0,1388,1386,1,0,0,0,1388,1387,1,0,0,0,1389, - 55,1,0,0,0,1390,1405,3,806,403,0,1391,1405,5,53,0,0,1392,1405,3, - 824,412,0,1393,1394,5,403,0,0,1394,1396,3,806,403,0,1395,1397,3, - 662,331,0,1396,1395,1,0,0,0,1396,1397,1,0,0,0,1397,1405,1,0,0,0, - 1398,1399,5,403,0,0,1399,1400,3,654,327,0,1400,1401,3,806,403,0, - 1401,1405,1,0,0,0,1402,1405,3,196,98,0,1403,1405,5,254,0,0,1404, - 1390,1,0,0,0,1404,1391,1,0,0,0,1404,1392,1,0,0,0,1404,1393,1,0,0, - 0,1404,1398,1,0,0,0,1404,1402,1,0,0,0,1404,1403,1,0,0,0,1405,57, - 1,0,0,0,1406,1409,3,820,410,0,1407,1409,3,806,403,0,1408,1406,1, - 0,0,0,1408,1407,1,0,0,0,1409,59,1,0,0,0,1410,1411,5,313,0,0,1411, - 1412,3,62,31,0,1412,61,1,0,0,0,1413,1414,5,418,0,0,1414,1423,5,386, - 0,0,1415,1416,5,356,0,0,1416,1417,5,244,0,0,1417,1423,5,251,0,0, - 1418,1419,5,332,0,0,1419,1423,5,106,0,0,1420,1423,5,30,0,0,1421, - 1423,3,44,22,0,1422,1413,1,0,0,0,1422,1415,1,0,0,0,1422,1418,1,0, - 0,0,1422,1420,1,0,0,0,1422,1421,1,0,0,0,1423,63,1,0,0,0,1424,1425, - 5,333,0,0,1425,1428,3,38,19,0,1426,1428,3,60,30,0,1427,1424,1,0, - 0,0,1427,1426,1,0,0,0,1428,65,1,0,0,0,1429,1430,5,333,0,0,1430,1433, - 3,42,21,0,1431,1433,3,60,30,0,1432,1429,1,0,0,0,1432,1431,1,0,0, - 0,1433,67,1,0,0,0,1434,1444,5,335,0,0,1435,1445,3,44,22,0,1436,1437, - 5,418,0,0,1437,1445,5,386,0,0,1438,1439,5,356,0,0,1439,1440,5,244, - 0,0,1440,1445,5,251,0,0,1441,1442,5,332,0,0,1442,1445,5,106,0,0, - 1443,1445,5,30,0,0,1444,1435,1,0,0,0,1444,1436,1,0,0,0,1444,1438, - 1,0,0,0,1444,1441,1,0,0,0,1444,1443,1,0,0,0,1445,69,1,0,0,0,1446, - 1447,5,333,0,0,1447,1450,5,165,0,0,1448,1451,5,30,0,0,1449,1451, - 3,756,378,0,1450,1448,1,0,0,0,1450,1449,1,0,0,0,1451,1452,1,0,0, - 0,1452,1453,7,9,0,0,1453,71,1,0,0,0,1454,1455,5,155,0,0,1455,73, - 1,0,0,0,1456,1457,5,187,0,0,1457,1458,7,10,0,0,1458,75,1,0,0,0,1459, - 1460,5,138,0,0,1460,1462,5,92,0,0,1461,1463,3,416,208,0,1462,1461, - 1,0,0,0,1462,1463,1,0,0,0,1463,1464,1,0,0,0,1464,1467,3,618,309, - 0,1465,1468,3,78,39,0,1466,1468,3,80,40,0,1467,1465,1,0,0,0,1467, - 1466,1,0,0,0,1468,1577,1,0,0,0,1469,1470,5,138,0,0,1470,1471,5,92, - 0,0,1471,1472,5,30,0,0,1472,1473,5,68,0,0,1473,1477,3,170,85,0,1474, - 1475,5,281,0,0,1475,1476,5,147,0,0,1476,1478,3,814,407,0,1477,1474, - 1,0,0,0,1477,1478,1,0,0,0,1478,1479,1,0,0,0,1479,1480,5,333,0,0, - 1480,1481,5,351,0,0,1481,1483,3,766,383,0,1482,1484,5,272,0,0,1483, - 1482,1,0,0,0,1483,1484,1,0,0,0,1484,1577,1,0,0,0,1485,1486,5,138, - 0,0,1486,1488,5,92,0,0,1487,1489,3,416,208,0,1488,1487,1,0,0,0,1488, - 1489,1,0,0,0,1489,1490,1,0,0,0,1490,1491,3,770,385,0,1491,1492,3, - 82,41,0,1492,1493,3,98,49,0,1493,1577,1,0,0,0,1494,1495,5,138,0, - 0,1495,1497,5,92,0,0,1496,1498,3,416,208,0,1497,1496,1,0,0,0,1497, - 1498,1,0,0,0,1498,1499,1,0,0,0,1499,1500,3,770,385,0,1500,1501,5, - 436,0,0,1501,1502,5,285,0,0,1502,1504,3,776,388,0,1503,1505,7,11, - 0,0,1504,1503,1,0,0,0,1504,1505,1,0,0,0,1505,1577,1,0,0,0,1506,1507, - 5,138,0,0,1507,1509,5,226,0,0,1508,1510,3,416,208,0,1509,1508,1, - 0,0,0,1509,1510,1,0,0,0,1510,1511,1,0,0,0,1511,1514,3,776,388,0, - 1512,1515,3,78,39,0,1513,1515,3,82,41,0,1514,1512,1,0,0,0,1514,1513, - 1,0,0,0,1515,1577,1,0,0,0,1516,1517,5,138,0,0,1517,1518,5,226,0, - 0,1518,1519,5,30,0,0,1519,1520,5,68,0,0,1520,1524,3,170,85,0,1521, - 1522,5,281,0,0,1522,1523,5,147,0,0,1523,1525,3,814,407,0,1524,1521, - 1,0,0,0,1524,1525,1,0,0,0,1525,1526,1,0,0,0,1526,1527,5,333,0,0, - 1527,1529,3,170,85,0,1528,1530,5,272,0,0,1529,1528,1,0,0,0,1529, - 1530,1,0,0,0,1530,1577,1,0,0,0,1531,1532,5,138,0,0,1532,1534,5,328, - 0,0,1533,1535,3,416,208,0,1534,1533,1,0,0,0,1534,1535,1,0,0,0,1535, - 1536,1,0,0,0,1536,1537,3,776,388,0,1537,1538,3,78,39,0,1538,1577, - 1,0,0,0,1539,1541,5,138,0,0,1540,1542,5,259,0,0,1541,1540,1,0,0, - 0,1541,1542,1,0,0,0,1542,1543,1,0,0,0,1543,1545,5,376,0,0,1544,1546, - 3,416,208,0,1545,1544,1,0,0,0,1545,1546,1,0,0,0,1546,1547,1,0,0, - 0,1547,1548,3,774,387,0,1548,1549,3,78,39,0,1549,1577,1,0,0,0,1550, - 1551,5,138,0,0,1551,1552,5,259,0,0,1552,1553,5,376,0,0,1553,1554, - 5,30,0,0,1554,1555,5,68,0,0,1555,1559,3,170,85,0,1556,1557,5,281, - 0,0,1557,1558,5,147,0,0,1558,1560,3,814,407,0,1559,1556,1,0,0,0, - 1559,1560,1,0,0,0,1560,1561,1,0,0,0,1561,1562,5,333,0,0,1562,1563, - 5,351,0,0,1563,1565,3,766,383,0,1564,1566,5,272,0,0,1565,1564,1, - 0,0,0,1565,1566,1,0,0,0,1566,1577,1,0,0,0,1567,1568,5,138,0,0,1568, - 1569,5,63,0,0,1569,1571,5,92,0,0,1570,1572,3,416,208,0,1571,1570, - 1,0,0,0,1571,1572,1,0,0,0,1572,1573,1,0,0,0,1573,1574,3,618,309, - 0,1574,1575,3,78,39,0,1575,1577,1,0,0,0,1576,1459,1,0,0,0,1576,1469, - 1,0,0,0,1576,1485,1,0,0,0,1576,1494,1,0,0,0,1576,1506,1,0,0,0,1576, - 1516,1,0,0,0,1576,1531,1,0,0,0,1576,1539,1,0,0,0,1576,1550,1,0,0, - 0,1576,1567,1,0,0,0,1577,77,1,0,0,0,1578,1583,3,84,42,0,1579,1580, - 5,6,0,0,1580,1582,3,84,42,0,1581,1579,1,0,0,0,1582,1585,1,0,0,0, - 1583,1581,1,0,0,0,1583,1584,1,0,0,0,1584,79,1,0,0,0,1585,1583,1, - 0,0,0,1586,1587,3,82,41,0,1587,1588,3,98,49,0,1588,1593,1,0,0,0, - 1589,1590,5,436,0,0,1590,1591,5,285,0,0,1591,1593,3,776,388,0,1592, - 1586,1,0,0,0,1592,1589,1,0,0,0,1593,81,1,0,0,0,1594,1595,5,435,0, - 0,1595,1596,5,285,0,0,1596,1597,3,776,388,0,1597,83,1,0,0,0,1598, - 1601,5,133,0,0,1599,1600,5,45,0,0,1600,1602,3,816,408,0,1601,1599, - 1,0,0,0,1601,1602,1,0,0,0,1602,1603,1,0,0,0,1603,1832,3,136,68,0, - 1604,1605,5,138,0,0,1605,1606,5,45,0,0,1606,1610,3,816,408,0,1607, - 1609,3,266,133,0,1608,1607,1,0,0,0,1609,1612,1,0,0,0,1610,1608,1, - 0,0,0,1610,1611,1,0,0,0,1611,1832,1,0,0,0,1612,1610,1,0,0,0,1613, - 1614,5,372,0,0,1614,1615,5,45,0,0,1615,1832,3,816,408,0,1616,1617, - 5,191,0,0,1617,1619,5,45,0,0,1618,1620,3,416,208,0,1619,1618,1,0, - 0,0,1619,1620,1,0,0,0,1620,1621,1,0,0,0,1621,1623,3,816,408,0,1622, - 1624,3,88,44,0,1623,1622,1,0,0,0,1623,1624,1,0,0,0,1624,1832,1,0, - 0,0,1625,1626,5,333,0,0,1626,1627,5,379,0,0,1627,1832,7,12,0,0,1628, - 1629,5,158,0,0,1629,1630,5,80,0,0,1630,1832,3,816,408,0,1631,1632, - 5,333,0,0,1632,1832,7,13,0,0,1633,1635,5,193,0,0,1634,1636,7,14, - 0,0,1635,1634,1,0,0,0,1635,1636,1,0,0,0,1636,1637,1,0,0,0,1637,1832, - 5,357,0,0,1638,1639,5,186,0,0,1639,1643,5,357,0,0,1640,1644,5,30, - 0,0,1641,1644,5,99,0,0,1642,1644,3,816,408,0,1643,1640,1,0,0,0,1643, - 1641,1,0,0,0,1643,1642,1,0,0,0,1644,1832,1,0,0,0,1645,1646,5,193, - 0,0,1646,1647,7,14,0,0,1647,1648,5,321,0,0,1648,1832,3,816,408,0, - 1649,1650,5,186,0,0,1650,1651,5,321,0,0,1651,1832,3,816,408,0,1652, - 1654,5,269,0,0,1653,1652,1,0,0,0,1653,1654,1,0,0,0,1654,1655,1,0, - 0,0,1655,1656,5,228,0,0,1656,1832,3,776,388,0,1657,1658,5,275,0, - 0,1658,1832,3,310,155,0,1659,1660,5,77,0,0,1660,1832,5,275,0,0,1661, - 1662,5,282,0,0,1662,1663,5,94,0,0,1663,1832,3,812,406,0,1664,1665, - 5,333,0,0,1665,1666,5,351,0,0,1666,1832,3,766,383,0,1667,1668,5, - 312,0,0,1668,1673,5,219,0,0,1669,1674,5,270,0,0,1670,1674,5,113, - 0,0,1671,1674,5,53,0,0,1672,1674,3,174,87,0,1673,1669,1,0,0,0,1673, - 1670,1,0,0,0,1673,1671,1,0,0,0,1673,1672,1,0,0,0,1674,1832,1,0,0, - 0,1675,1682,5,193,0,0,1676,1682,5,186,0,0,1677,1679,5,269,0,0,1678, - 1677,1,0,0,0,1678,1679,1,0,0,0,1679,1680,1,0,0,0,1680,1682,5,209, - 0,0,1681,1675,1,0,0,0,1681,1676,1,0,0,0,1681,1678,1,0,0,0,1682,1683, - 1,0,0,0,1683,1684,5,414,0,0,1684,1685,5,251,0,0,1685,1832,5,327, - 0,0,1686,1688,5,191,0,0,1687,1689,5,44,0,0,1688,1687,1,0,0,0,1688, - 1689,1,0,0,0,1689,1691,1,0,0,0,1690,1692,3,416,208,0,1691,1690,1, - 0,0,0,1691,1692,1,0,0,0,1692,1693,1,0,0,0,1693,1695,3,796,398,0, - 1694,1696,3,88,44,0,1695,1694,1,0,0,0,1695,1696,1,0,0,0,1696,1832, - 1,0,0,0,1697,1699,5,133,0,0,1698,1700,5,44,0,0,1699,1698,1,0,0,0, - 1699,1700,1,0,0,0,1700,1702,1,0,0,0,1701,1703,3,288,144,0,1702,1701, - 1,0,0,0,1702,1703,1,0,0,0,1703,1704,1,0,0,0,1704,1832,3,126,63,0, - 1705,1707,5,138,0,0,1706,1708,5,44,0,0,1707,1706,1,0,0,0,1707,1708, - 1,0,0,0,1708,1709,1,0,0,0,1709,1712,3,796,398,0,1710,1713,3,86,43, - 0,1711,1713,3,216,108,0,1712,1710,1,0,0,0,1712,1711,1,0,0,0,1713, - 1832,1,0,0,0,1714,1716,5,138,0,0,1715,1717,5,44,0,0,1716,1715,1, - 0,0,0,1716,1717,1,0,0,0,1717,1718,1,0,0,0,1718,1719,3,796,398,0, - 1719,1720,7,15,0,0,1720,1721,5,77,0,0,1721,1722,5,78,0,0,1722,1832, - 1,0,0,0,1723,1725,5,138,0,0,1724,1726,5,44,0,0,1725,1724,1,0,0,0, - 1725,1726,1,0,0,0,1726,1727,1,0,0,0,1727,1728,3,796,398,0,1728,1729, - 5,191,0,0,1729,1731,5,437,0,0,1730,1732,3,416,208,0,1731,1730,1, - 0,0,0,1731,1732,1,0,0,0,1732,1832,1,0,0,0,1733,1735,5,138,0,0,1734, - 1736,5,44,0,0,1735,1734,1,0,0,0,1735,1736,1,0,0,0,1736,1737,1,0, - 0,0,1737,1738,3,796,398,0,1738,1739,5,333,0,0,1739,1740,5,342,0, - 0,1740,1741,3,810,405,0,1741,1832,1,0,0,0,1742,1744,5,138,0,0,1743, - 1745,5,44,0,0,1744,1743,1,0,0,0,1744,1745,1,0,0,0,1745,1746,1,0, - 0,0,1746,1748,3,796,398,0,1747,1742,1,0,0,0,1747,1748,1,0,0,0,1748, - 1749,1,0,0,0,1749,1750,7,16,0,0,1750,1832,3,92,46,0,1751,1753,5, - 138,0,0,1752,1754,5,44,0,0,1753,1752,1,0,0,0,1753,1754,1,0,0,0,1754, - 1755,1,0,0,0,1755,1756,3,796,398,0,1756,1757,5,333,0,0,1757,1758, - 5,345,0,0,1758,1759,3,816,408,0,1759,1832,1,0,0,0,1760,1762,5,138, - 0,0,1761,1763,5,44,0,0,1762,1761,1,0,0,0,1762,1763,1,0,0,0,1763, - 1764,1,0,0,0,1764,1765,3,796,398,0,1765,1766,5,133,0,0,1766,1767, - 5,438,0,0,1767,1768,3,132,66,0,1768,1769,5,36,0,0,1769,1778,5,219, - 0,0,1770,1772,5,2,0,0,1771,1773,3,194,97,0,1772,1771,1,0,0,0,1773, - 1774,1,0,0,0,1774,1772,1,0,0,0,1774,1775,1,0,0,0,1775,1776,1,0,0, - 0,1776,1777,5,3,0,0,1777,1779,1,0,0,0,1778,1770,1,0,0,0,1778,1779, - 1,0,0,0,1779,1832,1,0,0,0,1780,1782,5,138,0,0,1781,1783,5,44,0,0, - 1782,1781,1,0,0,0,1782,1783,1,0,0,0,1783,1784,1,0,0,0,1784,1798, - 3,796,398,0,1785,1790,5,314,0,0,1786,1788,5,105,0,0,1787,1786,1, - 0,0,0,1787,1788,1,0,0,0,1788,1789,1,0,0,0,1789,1791,3,196,98,0,1790, - 1787,1,0,0,0,1790,1791,1,0,0,0,1791,1799,1,0,0,0,1792,1796,5,333, - 0,0,1793,1797,3,194,97,0,1794,1795,5,438,0,0,1795,1797,3,132,66, - 0,1796,1793,1,0,0,0,1796,1794,1,0,0,0,1797,1799,1,0,0,0,1798,1785, - 1,0,0,0,1798,1792,1,0,0,0,1799,1800,1,0,0,0,1800,1798,1,0,0,0,1800, - 1801,1,0,0,0,1801,1832,1,0,0,0,1802,1804,5,138,0,0,1803,1805,5,44, - 0,0,1804,1803,1,0,0,0,1804,1805,1,0,0,0,1805,1806,1,0,0,0,1806,1807, + 1,422,1,422,1,422,1,422,1,422,3,422,7893,8,422,1,423,1,423,1,423, + 1,423,1,424,1,424,1,424,1,424,3,424,7903,8,424,1,424,1,424,3,424, + 7907,8,424,1,424,1,424,1,424,1,424,3,424,7913,8,424,1,424,1,424, + 1,424,3,424,7918,8,424,1,425,1,425,1,425,1,425,1,425,1,426,1,426, + 3,426,7927,8,426,1,426,1,426,1,426,1,426,5,426,7933,8,426,10,426, + 12,426,7936,9,426,1,426,1,426,1,427,1,427,1,427,1,427,1,428,1,428, + 3,428,7946,8,428,1,428,1,428,1,428,1,428,5,428,7952,8,428,10,428, + 12,428,7955,9,428,1,429,1,429,1,429,1,429,5,429,7961,8,429,10,429, + 12,429,7964,9,429,1,429,1,429,1,429,1,429,5,429,7970,8,429,10,429, + 12,429,7973,9,429,5,429,7975,8,429,10,429,12,429,7978,9,429,1,429, + 3,429,7981,8,429,1,429,1,429,1,429,1,429,1,430,1,430,5,430,7989, + 8,430,10,430,12,430,7992,9,430,1,431,1,431,3,431,7996,8,431,1,431, + 1,431,1,431,1,431,5,431,8002,8,431,10,431,12,431,8005,9,431,4,431, + 8007,8,431,11,431,12,431,8008,1,431,3,431,8012,8,431,1,431,1,431, + 1,431,1,431,1,432,3,432,8019,8,432,1,432,1,432,1,432,1,432,3,432, + 8025,8,432,1,432,1,432,1,433,1,433,1,433,1,433,3,433,8033,8,433, + 1,433,1,433,1,433,1,433,1,433,1,433,3,433,8041,8,433,1,433,3,433, + 8044,8,433,1,433,1,433,1,433,1,433,1,433,3,433,8051,8,433,3,433, + 8053,8,433,1,434,3,434,8056,8,434,1,434,1,434,1,434,1,434,3,434, + 8062,8,434,1,434,1,434,1,434,1,434,1,434,1,435,1,435,3,435,8071, + 8,435,1,435,1,435,3,435,8075,8,435,1,435,1,435,1,436,1,436,1,436, + 1,436,1,436,1,436,1,436,1,436,1,436,1,436,3,436,8089,8,436,1,436, + 3,436,8092,8,436,3,436,8094,8,436,1,436,1,436,1,437,1,437,3,437, + 8100,8,437,1,437,1,437,1,437,1,437,1,437,1,437,4,437,8108,8,437, + 11,437,12,437,8109,3,437,8112,8,437,3,437,8114,8,437,1,437,1,437, + 1,437,1,437,5,437,8120,8,437,10,437,12,437,8123,9,437,3,437,8125, + 8,437,1,437,3,437,8128,8,437,1,438,1,438,1,438,1,438,1,439,1,439, + 1,439,1,439,3,439,8138,8,439,1,439,1,439,1,440,1,440,5,440,8144, + 8,440,10,440,12,440,8147,9,440,1,440,1,440,1,440,3,440,8152,8,440, + 1,440,1,440,1,441,1,441,3,441,8158,8,441,1,441,1,441,1,442,1,442, + 1,442,3,442,8165,8,442,1,442,1,442,3,442,8169,8,442,1,442,1,442, + 3,442,8173,8,442,1,442,3,442,8176,8,442,1,442,3,442,8179,8,442,1, + 442,1,442,1,443,1,443,3,443,8185,8,443,1,443,1,443,1,444,1,444,1, + 444,3,444,8192,8,444,1,444,3,444,8195,8,444,1,444,1,444,1,444,1, + 444,1,444,1,444,3,444,8203,8,444,3,444,8205,8,444,1,444,1,444,1, + 444,1,444,1,444,5,444,8212,8,444,10,444,12,444,8215,9,444,1,444, + 1,444,3,444,8219,8,444,3,444,8221,8,444,1,444,1,444,1,445,1,445, + 1,445,3,445,8228,8,445,1,445,1,445,1,446,1,446,3,446,8234,8,446, + 1,446,3,446,8237,8,446,1,446,1,446,1,446,1,446,1,446,1,447,1,447, + 1,447,1,447,1,447,3,447,8249,8,447,1,447,1,447,1,447,1,447,1,447, + 3,447,8256,8,447,3,447,8258,8,447,1,448,1,448,3,448,8262,8,448,1, + 448,1,448,1,448,1,449,3,449,8268,8,449,1,449,1,449,1,449,3,449,8273, + 8,449,1,449,1,449,3,449,8277,8,449,1,449,3,449,8280,8,449,1,449, + 3,449,8283,8,449,1,449,1,449,1,449,1,449,1,449,4,449,8290,8,449, + 11,449,12,449,8291,1,449,3,449,8295,8,449,1,450,3,450,8298,8,450, + 1,450,1,450,3,450,8302,8,450,1,450,1,450,3,450,8306,8,450,3,450, + 8308,8,450,1,450,3,450,8311,8,450,1,450,3,450,8314,8,450,1,451,1, + 451,1,451,1,451,3,451,8320,8,451,1,451,1,451,1,451,1,451,1,451,3, + 451,8327,8,451,1,451,1,451,1,451,1,451,1,451,3,451,8334,8,451,1, + 451,1,451,1,451,1,451,3,451,8340,8,451,3,451,8342,8,451,1,452,1, + 452,3,452,8346,8,452,1,452,1,452,1,452,3,452,8351,8,452,1,452,1, + 452,1,453,1,453,1,453,1,453,1,453,1,453,1,453,1,453,1,453,1,453, + 1,453,1,453,5,453,8367,8,453,10,453,12,453,8370,9,453,1,453,1,453, + 4,453,8374,8,453,11,453,12,453,8375,1,454,1,454,1,454,1,454,1,454, + 5,454,8383,8,454,10,454,12,454,8386,9,454,1,454,1,454,1,454,1,454, + 3,454,8392,8,454,1,455,1,455,3,455,8396,8,455,1,456,1,456,1,456, + 1,456,1,457,1,457,1,457,1,458,1,458,1,458,3,458,8408,8,458,1,458, + 3,458,8411,8,458,1,458,1,458,1,459,1,459,1,459,1,459,1,459,1,459, + 1,459,1,459,1,459,3,459,8424,8,459,1,459,3,459,8427,8,459,1,460, + 1,460,3,460,8431,8,460,1,461,1,461,1,461,1,461,1,461,5,461,8438, + 8,461,10,461,12,461,8441,9,461,1,461,1,461,5,461,8445,8,461,10,461, + 12,461,8448,9,461,4,461,8450,8,461,11,461,12,461,8451,1,462,1,462, + 1,462,3,462,8457,8,462,1,463,1,463,3,463,8461,8,463,1,464,3,464, + 8464,8,464,1,464,3,464,8467,8,464,1,464,3,464,8470,8,464,1,464,3, + 464,8473,8,464,1,464,3,464,8476,8,464,1,464,3,464,8479,8,464,1,464, + 3,464,8482,8,464,1,464,0,3,670,674,676,465,0,2,4,6,8,10,12,14,16, + 18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60, + 62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100,102, + 104,106,108,110,112,114,116,118,120,122,124,126,128,130,132,134, + 136,138,140,142,144,146,148,150,152,154,156,158,160,162,164,166, + 168,170,172,174,176,178,180,182,184,186,188,190,192,194,196,198, + 200,202,204,206,208,210,212,214,216,218,220,222,224,226,228,230, + 232,234,236,238,240,242,244,246,248,250,252,254,256,258,260,262, + 264,266,268,270,272,274,276,278,280,282,284,286,288,290,292,294, + 296,298,300,302,304,306,308,310,312,314,316,318,320,322,324,326, + 328,330,332,334,336,338,340,342,344,346,348,350,352,354,356,358, + 360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390, + 392,394,396,398,400,402,404,406,408,410,412,414,416,418,420,422, + 424,426,428,430,432,434,436,438,440,442,444,446,448,450,452,454, + 456,458,460,462,464,466,468,470,472,474,476,478,480,482,484,486, + 488,490,492,494,496,498,500,502,504,506,508,510,512,514,516,518, + 520,522,524,526,528,530,532,534,536,538,540,542,544,546,548,550, + 552,554,556,558,560,562,564,566,568,570,572,574,576,578,580,582, + 584,586,588,590,592,594,596,598,600,602,604,606,608,610,612,614, + 616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646, + 648,650,652,654,656,658,660,662,664,666,668,670,672,674,676,678, + 680,682,684,686,688,690,692,694,696,698,700,702,704,706,708,710, + 712,714,716,718,720,722,724,726,728,730,732,734,736,738,740,742, + 744,746,748,750,752,754,756,758,760,762,764,766,768,770,772,774, + 776,778,780,782,784,786,788,790,792,794,796,798,800,802,804,806, + 808,810,812,814,816,818,820,822,824,826,828,830,832,834,836,838, + 840,842,844,846,848,850,852,854,856,858,860,862,864,866,868,870, + 872,874,876,878,880,882,884,886,888,890,892,894,896,898,900,902, + 904,906,908,910,912,914,916,918,920,922,924,926,928,0,119,2,0,195, + 195,364,364,2,0,66,66,318,318,2,0,99,99,318,318,2,0,134,134,318, + 318,1,0,529,531,2,0,10,10,94,94,2,0,133,133,191,191,2,0,254,254, + 332,332,2,0,162,162,363,363,2,0,180,180,221,221,5,0,30,30,288,288, + 329,329,352,352,354,354,2,0,109,109,532,532,2,0,158,158,277,277, + 2,0,367,367,439,439,2,0,139,139,312,312,2,0,191,191,333,333,2,0, + 313,313,333,333,2,0,150,150,315,315,2,0,64,64,94,94,4,0,78,78,183, + 183,197,197,298,298,1,0,549,551,2,0,213,213,254,254,2,0,352,352, + 354,354,2,0,200,200,224,224,9,0,30,30,160,160,165,165,179,179,219, + 219,227,227,342,342,345,345,438,438,3,0,113,113,284,284,336,336, + 2,0,53,53,78,78,2,0,105,105,379,379,2,0,260,260,262,262,3,0,173, + 173,260,260,262,262,1,0,12,13,2,0,64,64,375,375,2,0,156,156,206, + 206,2,0,189,189,360,360,2,0,215,215,373,373,3,0,133,133,191,191, + 333,333,5,0,30,30,88,88,182,182,241,241,369,369,2,0,9,9,94,94,2, + 0,92,92,226,226,1,0,448,449,2,0,92,92,414,414,2,0,341,341,414,414, + 4,0,163,163,185,185,283,283,353,353,2,0,135,135,145,145,2,0,211, + 211,278,278,3,0,321,321,357,357,445,445,3,0,66,66,99,99,318,318, + 5,0,108,108,168,168,226,226,328,328,342,342,2,0,167,167,314,314, + 2,0,61,61,265,265,4,0,207,207,249,249,268,268,293,293,2,0,130,130, + 307,307,2,0,64,64,68,68,10,0,46,46,88,88,182,182,202,202,241,241, + 352,352,354,354,357,358,369,369,521,523,5,0,212,212,329,329,350, + 350,455,455,457,457,5,0,212,212,329,329,350,350,361,361,455,456, + 2,0,37,37,55,55,2,0,207,207,249,249,2,0,10,10,53,53,2,0,181,181, + 243,243,2,0,170,170,320,320,2,0,141,141,223,223,5,0,108,108,168, + 168,189,189,342,342,360,360,2,0,226,226,328,328,2,0,163,163,185, + 185,2,0,186,186,193,193,4,0,88,88,182,182,241,241,369,369,2,0,137, + 137,242,242,2,0,161,161,319,319,4,0,129,129,161,161,319,319,454, + 454,2,0,356,356,380,380,2,0,81,81,382,382,2,0,151,151,254,254,2, + 0,133,133,138,138,1,0,31,32,2,0,128,128,547,547,2,0,60,60,96,96, + 2,0,99,99,349,349,2,0,131,131,414,414,2,0,201,201,334,334,3,0,59, + 59,70,70,97,97,2,0,30,30,56,56,1,0,527,528,2,0,207,207,268,268,2, + 0,320,320,414,414,2,0,574,574,576,576,1,0,468,469,4,0,113,113,115, + 115,119,119,126,126,2,0,360,360,477,477,2,0,394,395,409,409,2,0, + 391,392,406,406,1,0,391,392,1,0,418,419,5,0,10,10,16,17,21,21,23, + 23,25,25,3,0,9,9,14,14,27,27,2,0,98,98,396,396,2,0,50,51,75,76,2, + 0,41,41,420,420,3,0,39,39,73,73,95,95,4,0,393,393,399,399,404,404, + 425,425,2,0,292,292,347,347,2,0,166,166,188,188,2,0,304,304,450, + 450,3,0,299,299,320,320,481,481,2,0,208,208,289,289,3,0,30,30,34, + 34,90,90,6,0,9,10,12,17,21,21,23,23,25,25,27,27,2,0,114,114,120, + 120,2,0,20,20,22,22,1,0,483,486,17,0,53,53,116,116,123,124,129,228, + 238,386,433,452,455,469,471,471,473,473,475,475,477,488,490,502, + 504,504,506,518,520,520,524,524,547,548,3,0,106,123,125,128,472, + 472,4,0,30,52,54,70,72,105,454,454,2,0,62,62,116,116,2,0,10,10,20, + 20,2,0,434,434,501,501,2,0,167,167,507,507,1,0,512,517,2,0,144,144, + 210,210,9922,0,933,1,0,0,0,2,938,1,0,0,0,4,1062,1,0,0,0,6,1064,1, + 0,0,0,8,1067,1,0,0,0,10,1117,1,0,0,0,12,1127,1,0,0,0,14,1129,1,0, + 0,0,16,1141,1,0,0,0,18,1153,1,0,0,0,20,1164,1,0,0,0,22,1198,1,0, + 0,0,24,1242,1,0,0,0,26,1244,1,0,0,0,28,1256,1,0,0,0,30,1263,1,0, + 0,0,32,1282,1,0,0,0,34,1290,1,0,0,0,36,1292,1,0,0,0,38,1306,1,0, + 0,0,40,1310,1,0,0,0,42,1347,1,0,0,0,44,1349,1,0,0,0,46,1357,1,0, + 0,0,48,1367,1,0,0,0,50,1374,1,0,0,0,52,1382,1,0,0,0,54,1388,1,0, + 0,0,56,1404,1,0,0,0,58,1408,1,0,0,0,60,1410,1,0,0,0,62,1422,1,0, + 0,0,64,1427,1,0,0,0,66,1432,1,0,0,0,68,1434,1,0,0,0,70,1446,1,0, + 0,0,72,1454,1,0,0,0,74,1456,1,0,0,0,76,1576,1,0,0,0,78,1578,1,0, + 0,0,80,1592,1,0,0,0,82,1594,1,0,0,0,84,1831,1,0,0,0,86,1838,1,0, + 0,0,88,1840,1,0,0,0,90,1842,1,0,0,0,92,1845,1,0,0,0,94,1856,1,0, + 0,0,96,1859,1,0,0,0,98,1889,1,0,0,0,100,1891,1,0,0,0,102,1932,1, + 0,0,0,104,1934,1,0,0,0,106,1988,1,0,0,0,108,2034,1,0,0,0,110,2055, + 1,0,0,0,112,2057,1,0,0,0,114,2074,1,0,0,0,116,2155,1,0,0,0,118,2157, + 1,0,0,0,120,2168,1,0,0,0,122,2191,1,0,0,0,124,2209,1,0,0,0,126,2211, + 1,0,0,0,128,2246,1,0,0,0,130,2339,1,0,0,0,132,2344,1,0,0,0,134,2346, + 1,0,0,0,136,2444,1,0,0,0,138,2446,1,0,0,0,140,2450,1,0,0,0,142,2461, + 1,0,0,0,144,2469,1,0,0,0,146,2472,1,0,0,0,148,2475,1,0,0,0,150,2493, + 1,0,0,0,152,2495,1,0,0,0,154,2499,1,0,0,0,156,2512,1,0,0,0,158,2514, + 1,0,0,0,160,2519,1,0,0,0,162,2539,1,0,0,0,164,2547,1,0,0,0,166,2554, + 1,0,0,0,168,2556,1,0,0,0,170,2565,1,0,0,0,172,2568,1,0,0,0,174,2572, + 1,0,0,0,176,2576,1,0,0,0,178,2601,1,0,0,0,180,2611,1,0,0,0,182,2625, + 1,0,0,0,184,2641,1,0,0,0,186,2647,1,0,0,0,188,2674,1,0,0,0,190,2684, + 1,0,0,0,192,2700,1,0,0,0,194,2744,1,0,0,0,196,2751,1,0,0,0,198,2753, + 1,0,0,0,200,2779,1,0,0,0,202,2790,1,0,0,0,204,2809,1,0,0,0,206,2820, + 1,0,0,0,208,2858,1,0,0,0,210,2879,1,0,0,0,212,2881,1,0,0,0,214,2901, + 1,0,0,0,216,2913,1,0,0,0,218,2925,1,0,0,0,220,2928,1,0,0,0,222,2931, + 1,0,0,0,224,2951,1,0,0,0,226,2956,1,0,0,0,228,3005,1,0,0,0,230,3007, + 1,0,0,0,232,3030,1,0,0,0,234,3046,1,0,0,0,236,3058,1,0,0,0,238,3085, + 1,0,0,0,240,3100,1,0,0,0,242,3163,1,0,0,0,244,3165,1,0,0,0,246,3170, + 1,0,0,0,248,3176,1,0,0,0,250,3263,1,0,0,0,252,3269,1,0,0,0,254,3271, + 1,0,0,0,256,3287,1,0,0,0,258,3289,1,0,0,0,260,3298,1,0,0,0,262,3302, + 1,0,0,0,264,3315,1,0,0,0,266,3327,1,0,0,0,268,3329,1,0,0,0,270,3351, + 1,0,0,0,272,3363,1,0,0,0,274,3374,1,0,0,0,276,3465,1,0,0,0,278,3467, + 1,0,0,0,280,3478,1,0,0,0,282,3489,1,0,0,0,284,3491,1,0,0,0,286,3517, + 1,0,0,0,288,3519,1,0,0,0,290,3523,1,0,0,0,292,3573,1,0,0,0,294,3575, + 1,0,0,0,296,3581,1,0,0,0,298,3606,1,0,0,0,300,3610,1,0,0,0,302,3824, + 1,0,0,0,304,3842,1,0,0,0,306,3868,1,0,0,0,308,3870,1,0,0,0,310,3878, + 1,0,0,0,312,3884,1,0,0,0,314,3888,1,0,0,0,316,3908,1,0,0,0,318,3914, + 1,0,0,0,320,3981,1,0,0,0,322,4012,1,0,0,0,324,4058,1,0,0,0,326,4060, + 1,0,0,0,328,4062,1,0,0,0,330,4073,1,0,0,0,332,4110,1,0,0,0,334,4112, + 1,0,0,0,336,4118,1,0,0,0,338,4168,1,0,0,0,340,4171,1,0,0,0,342,4185, + 1,0,0,0,344,4206,1,0,0,0,346,4230,1,0,0,0,348,4271,1,0,0,0,350,4273, + 1,0,0,0,352,4275,1,0,0,0,354,4315,1,0,0,0,356,4332,1,0,0,0,358,4352, + 1,0,0,0,360,4405,1,0,0,0,362,4408,1,0,0,0,364,4414,1,0,0,0,366,4422, + 1,0,0,0,368,4435,1,0,0,0,370,4437,1,0,0,0,372,4450,1,0,0,0,374,4452, + 1,0,0,0,376,4465,1,0,0,0,378,4475,1,0,0,0,380,4486,1,0,0,0,382,4497, + 1,0,0,0,384,4499,1,0,0,0,386,4504,1,0,0,0,388,4518,1,0,0,0,390,4550, + 1,0,0,0,392,4587,1,0,0,0,394,4589,1,0,0,0,396,4592,1,0,0,0,398,4595, + 1,0,0,0,400,4612,1,0,0,0,402,4633,1,0,0,0,404,4649,1,0,0,0,406,4665, + 1,0,0,0,408,4687,1,0,0,0,410,4692,1,0,0,0,412,4695,1,0,0,0,414,4703, + 1,0,0,0,416,4728,1,0,0,0,418,4731,1,0,0,0,420,4759,1,0,0,0,422,4764, + 1,0,0,0,424,4804,1,0,0,0,426,5016,1,0,0,0,428,5018,1,0,0,0,430,5106, + 1,0,0,0,432,5108,1,0,0,0,434,5114,1,0,0,0,436,5125,1,0,0,0,438,5135, + 1,0,0,0,440,5215,1,0,0,0,442,5217,1,0,0,0,444,5231,1,0,0,0,446,5253, + 1,0,0,0,448,5326,1,0,0,0,450,5328,1,0,0,0,452,5369,1,0,0,0,454,5371, + 1,0,0,0,456,5376,1,0,0,0,458,5379,1,0,0,0,460,5382,1,0,0,0,462,5432, + 1,0,0,0,464,5434,1,0,0,0,466,5445,1,0,0,0,468,5447,1,0,0,0,470,5457, + 1,0,0,0,472,5492,1,0,0,0,474,5495,1,0,0,0,476,5516,1,0,0,0,478,5526, + 1,0,0,0,480,5546,1,0,0,0,482,5552,1,0,0,0,484,5558,1,0,0,0,486,5563, + 1,0,0,0,488,5576,1,0,0,0,490,5603,1,0,0,0,492,5651,1,0,0,0,494,5653, + 1,0,0,0,496,5691,1,0,0,0,498,5693,1,0,0,0,500,5714,1,0,0,0,502,5734, + 1,0,0,0,504,5738,1,0,0,0,506,5753,1,0,0,0,508,5755,1,0,0,0,510,5759, + 1,0,0,0,512,5763,1,0,0,0,514,5771,1,0,0,0,516,5795,1,0,0,0,518,5797, + 1,0,0,0,520,5808,1,0,0,0,522,5816,1,0,0,0,524,5832,1,0,0,0,526,5857, + 1,0,0,0,528,5859,1,0,0,0,530,5863,1,0,0,0,532,5872,1,0,0,0,534,5912, + 1,0,0,0,536,5923,1,0,0,0,538,5931,1,0,0,0,540,5934,1,0,0,0,542,5938, + 1,0,0,0,544,5953,1,0,0,0,546,5978,1,0,0,0,548,5993,1,0,0,0,550,6019, + 1,0,0,0,552,6021,1,0,0,0,554,6044,1,0,0,0,556,6046,1,0,0,0,558,6054, + 1,0,0,0,560,6072,1,0,0,0,562,6096,1,0,0,0,564,6108,1,0,0,0,566,6112, + 1,0,0,0,568,6124,1,0,0,0,570,6144,1,0,0,0,572,6152,1,0,0,0,574,6166, + 1,0,0,0,576,6189,1,0,0,0,578,6191,1,0,0,0,580,6196,1,0,0,0,582,6206, + 1,0,0,0,584,6227,1,0,0,0,586,6229,1,0,0,0,588,6238,1,0,0,0,590,6249, + 1,0,0,0,592,6259,1,0,0,0,594,6261,1,0,0,0,596,6268,1,0,0,0,598,6299, + 1,0,0,0,600,6329,1,0,0,0,602,6331,1,0,0,0,604,6340,1,0,0,0,606,6343, + 1,0,0,0,608,6414,1,0,0,0,610,6438,1,0,0,0,612,6459,1,0,0,0,614,6461, + 1,0,0,0,616,6469,1,0,0,0,618,6486,1,0,0,0,620,6512,1,0,0,0,622,6514, + 1,0,0,0,624,6522,1,0,0,0,626,6529,1,0,0,0,628,6553,1,0,0,0,630,6559, + 1,0,0,0,632,6567,1,0,0,0,634,6570,1,0,0,0,636,6577,1,0,0,0,638,6585, + 1,0,0,0,640,6590,1,0,0,0,642,6620,1,0,0,0,644,6647,1,0,0,0,646,6675, + 1,0,0,0,648,6692,1,0,0,0,650,6698,1,0,0,0,652,6716,1,0,0,0,654,6718, + 1,0,0,0,656,6722,1,0,0,0,658,6739,1,0,0,0,660,6744,1,0,0,0,662,6782, + 1,0,0,0,664,6784,1,0,0,0,666,6788,1,0,0,0,668,6790,1,0,0,0,670,6799, + 1,0,0,0,672,6883,1,0,0,0,674,6889,1,0,0,0,676,6998,1,0,0,0,678,7030, + 1,0,0,0,680,7081,1,0,0,0,682,7085,1,0,0,0,684,7261,1,0,0,0,686,7263, + 1,0,0,0,688,7271,1,0,0,0,690,7276,1,0,0,0,692,7278,1,0,0,0,694,7286, + 1,0,0,0,696,7289,1,0,0,0,698,7298,1,0,0,0,700,7301,1,0,0,0,702,7305, + 1,0,0,0,704,7310,1,0,0,0,706,7327,1,0,0,0,708,7354,1,0,0,0,710,7363, + 1,0,0,0,712,7365,1,0,0,0,714,7372,1,0,0,0,716,7376,1,0,0,0,718,7378, + 1,0,0,0,720,7386,1,0,0,0,722,7394,1,0,0,0,724,7401,1,0,0,0,726,7403, + 1,0,0,0,728,7416,1,0,0,0,730,7420,1,0,0,0,732,7422,1,0,0,0,734,7437, + 1,0,0,0,736,7439,1,0,0,0,738,7461,1,0,0,0,740,7463,1,0,0,0,742,7486, + 1,0,0,0,744,7488,1,0,0,0,746,7510,1,0,0,0,748,7513,1,0,0,0,750,7520, + 1,0,0,0,752,7523,1,0,0,0,754,7539,1,0,0,0,756,7541,1,0,0,0,758,7549, + 1,0,0,0,760,7557,1,0,0,0,762,7565,1,0,0,0,764,7573,1,0,0,0,766,7575, + 1,0,0,0,768,7577,1,0,0,0,770,7579,1,0,0,0,772,7581,1,0,0,0,774,7583, + 1,0,0,0,776,7585,1,0,0,0,778,7589,1,0,0,0,780,7597,1,0,0,0,782,7605, + 1,0,0,0,784,7607,1,0,0,0,786,7609,1,0,0,0,788,7611,1,0,0,0,790,7613, + 1,0,0,0,792,7619,1,0,0,0,794,7625,1,0,0,0,796,7631,1,0,0,0,798,7633, + 1,0,0,0,800,7636,1,0,0,0,802,7642,1,0,0,0,804,7648,1,0,0,0,806,7650, + 1,0,0,0,808,7666,1,0,0,0,810,7669,1,0,0,0,812,7678,1,0,0,0,814,7680, + 1,0,0,0,816,7690,1,0,0,0,818,7694,1,0,0,0,820,7699,1,0,0,0,822,7705, + 1,0,0,0,824,7718,1,0,0,0,826,7720,1,0,0,0,828,7773,1,0,0,0,830,7775, + 1,0,0,0,832,7777,1,0,0,0,834,7780,1,0,0,0,836,7808,1,0,0,0,838,7812, + 1,0,0,0,840,7863,1,0,0,0,842,7866,1,0,0,0,844,7892,1,0,0,0,846,7894, + 1,0,0,0,848,7917,1,0,0,0,850,7919,1,0,0,0,852,7924,1,0,0,0,854,7939, + 1,0,0,0,856,7945,1,0,0,0,858,7956,1,0,0,0,860,7986,1,0,0,0,862,7993, + 1,0,0,0,864,8018,1,0,0,0,866,8028,1,0,0,0,868,8055,1,0,0,0,870,8068, + 1,0,0,0,872,8078,1,0,0,0,874,8097,1,0,0,0,876,8129,1,0,0,0,878,8133, + 1,0,0,0,880,8141,1,0,0,0,882,8155,1,0,0,0,884,8161,1,0,0,0,886,8182, + 1,0,0,0,888,8188,1,0,0,0,890,8227,1,0,0,0,892,8231,1,0,0,0,894,8257, + 1,0,0,0,896,8259,1,0,0,0,898,8267,1,0,0,0,900,8307,1,0,0,0,902,8341, + 1,0,0,0,904,8343,1,0,0,0,906,8354,1,0,0,0,908,8391,1,0,0,0,910,8395, + 1,0,0,0,912,8397,1,0,0,0,914,8401,1,0,0,0,916,8404,1,0,0,0,918,8426, + 1,0,0,0,920,8430,1,0,0,0,922,8432,1,0,0,0,924,8456,1,0,0,0,926,8460, + 1,0,0,0,928,8463,1,0,0,0,930,932,3,2,1,0,931,930,1,0,0,0,932,935, + 1,0,0,0,933,931,1,0,0,0,933,934,1,0,0,0,934,936,1,0,0,0,935,933, + 1,0,0,0,936,937,5,0,0,1,937,1,1,0,0,0,938,940,3,4,2,0,939,941,5, + 7,0,0,940,939,1,0,0,0,940,941,1,0,0,0,941,3,1,0,0,0,942,1063,3,272, + 136,0,943,1063,3,482,241,0,944,1063,3,478,239,0,945,1063,3,480,240, + 0,946,1063,3,346,173,0,947,1063,3,488,244,0,948,1063,3,286,143,0, + 949,1063,3,204,102,0,950,1063,3,206,103,0,951,1063,3,212,106,0,952, + 1063,3,226,113,0,953,1063,3,398,199,0,954,1063,3,28,14,0,955,1063, + 3,428,214,0,956,1063,3,430,215,0,957,1063,3,440,220,0,958,1063,3, + 432,216,0,959,1063,3,438,219,0,960,1063,3,238,119,0,961,1063,3,240, + 120,0,962,1063,3,192,96,0,963,1063,3,484,242,0,964,1063,3,76,38, + 0,965,1063,3,424,212,0,966,1063,3,100,50,0,967,1063,3,444,222,0, + 968,1063,3,18,9,0,969,1063,3,20,10,0,970,1063,3,16,8,0,971,1063, + 3,448,224,0,972,1063,3,178,89,0,973,1063,3,492,246,0,974,1063,3, + 490,245,0,975,1063,3,234,117,0,976,1063,3,500,250,0,977,1063,3,6, + 3,0,978,1063,3,72,36,0,979,1063,3,104,52,0,980,1063,3,496,248,0, + 981,1063,3,318,159,0,982,1063,3,70,35,0,983,1063,3,106,53,0,984, + 1063,3,248,124,0,985,1063,3,180,90,0,986,1063,3,274,137,0,987,1063, + 3,414,207,0,988,1063,3,494,247,0,989,1063,3,486,243,0,990,1063,3, + 202,101,0,991,1063,3,208,104,0,992,1063,3,222,111,0,993,1063,3,228, + 114,0,994,1063,3,358,179,0,995,1063,3,26,13,0,996,1063,3,186,93, + 0,997,1063,3,290,145,0,998,1063,3,294,147,0,999,1063,3,442,221,0, + 1000,1063,3,296,148,0,1001,1063,3,236,118,0,1002,1063,3,198,99,0, + 1003,1063,3,30,15,0,1004,1063,3,190,95,0,1005,1063,3,114,57,0,1006, + 1063,3,446,223,0,1007,1063,3,176,88,0,1008,1063,3,200,100,0,1009, + 1063,3,418,209,0,1010,1063,3,250,125,0,1011,1063,3,268,134,0,1012, + 1063,3,8,4,0,1013,1063,3,14,7,0,1014,1063,3,232,116,0,1015,1063, + 3,474,237,0,1016,1063,3,530,265,0,1017,1063,3,552,276,0,1018,1063, + 3,276,138,0,1019,1063,3,542,271,0,1020,1063,3,74,37,0,1021,1063, + 3,412,206,0,1022,1063,3,302,151,0,1023,1063,3,526,263,0,1024,1063, + 3,514,257,0,1025,1063,3,322,161,0,1026,1063,3,328,164,0,1027,1063, + 3,342,171,0,1028,1063,3,898,449,0,1029,1063,3,230,115,0,1030,1063, + 3,352,176,0,1031,1063,3,532,266,0,1032,1063,3,458,229,0,1033,1063, + 3,188,94,0,1034,1063,3,472,236,0,1035,1063,3,544,272,0,1036,1063, + 3,454,227,0,1037,1063,3,520,260,0,1038,1063,3,300,150,0,1039,1063, + 3,422,211,0,1040,1063,3,402,201,0,1041,1063,3,400,200,0,1042,1063, + 3,404,202,0,1043,1063,3,426,213,0,1044,1063,3,330,165,0,1045,1063, + 3,344,172,0,1046,1063,3,450,225,0,1047,1063,3,320,160,0,1048,1063, + 3,554,277,0,1049,1063,3,462,231,0,1050,1063,3,314,157,0,1051,1063, + 3,460,230,0,1052,1063,3,546,273,0,1053,1063,3,498,249,0,1054,1063, + 3,60,30,0,1055,1063,3,36,18,0,1056,1063,3,68,34,0,1057,1063,3,470, + 235,0,1058,1060,5,583,0,0,1059,1061,5,584,0,0,1060,1059,1,0,0,0, + 1060,1061,1,0,0,0,1061,1063,1,0,0,0,1062,942,1,0,0,0,1062,943,1, + 0,0,0,1062,944,1,0,0,0,1062,945,1,0,0,0,1062,946,1,0,0,0,1062,947, + 1,0,0,0,1062,948,1,0,0,0,1062,949,1,0,0,0,1062,950,1,0,0,0,1062, + 951,1,0,0,0,1062,952,1,0,0,0,1062,953,1,0,0,0,1062,954,1,0,0,0,1062, + 955,1,0,0,0,1062,956,1,0,0,0,1062,957,1,0,0,0,1062,958,1,0,0,0,1062, + 959,1,0,0,0,1062,960,1,0,0,0,1062,961,1,0,0,0,1062,962,1,0,0,0,1062, + 963,1,0,0,0,1062,964,1,0,0,0,1062,965,1,0,0,0,1062,966,1,0,0,0,1062, + 967,1,0,0,0,1062,968,1,0,0,0,1062,969,1,0,0,0,1062,970,1,0,0,0,1062, + 971,1,0,0,0,1062,972,1,0,0,0,1062,973,1,0,0,0,1062,974,1,0,0,0,1062, + 975,1,0,0,0,1062,976,1,0,0,0,1062,977,1,0,0,0,1062,978,1,0,0,0,1062, + 979,1,0,0,0,1062,980,1,0,0,0,1062,981,1,0,0,0,1062,982,1,0,0,0,1062, + 983,1,0,0,0,1062,984,1,0,0,0,1062,985,1,0,0,0,1062,986,1,0,0,0,1062, + 987,1,0,0,0,1062,988,1,0,0,0,1062,989,1,0,0,0,1062,990,1,0,0,0,1062, + 991,1,0,0,0,1062,992,1,0,0,0,1062,993,1,0,0,0,1062,994,1,0,0,0,1062, + 995,1,0,0,0,1062,996,1,0,0,0,1062,997,1,0,0,0,1062,998,1,0,0,0,1062, + 999,1,0,0,0,1062,1000,1,0,0,0,1062,1001,1,0,0,0,1062,1002,1,0,0, + 0,1062,1003,1,0,0,0,1062,1004,1,0,0,0,1062,1005,1,0,0,0,1062,1006, + 1,0,0,0,1062,1007,1,0,0,0,1062,1008,1,0,0,0,1062,1009,1,0,0,0,1062, + 1010,1,0,0,0,1062,1011,1,0,0,0,1062,1012,1,0,0,0,1062,1013,1,0,0, + 0,1062,1014,1,0,0,0,1062,1015,1,0,0,0,1062,1016,1,0,0,0,1062,1017, + 1,0,0,0,1062,1018,1,0,0,0,1062,1019,1,0,0,0,1062,1020,1,0,0,0,1062, + 1021,1,0,0,0,1062,1022,1,0,0,0,1062,1023,1,0,0,0,1062,1024,1,0,0, + 0,1062,1025,1,0,0,0,1062,1026,1,0,0,0,1062,1027,1,0,0,0,1062,1028, + 1,0,0,0,1062,1029,1,0,0,0,1062,1030,1,0,0,0,1062,1031,1,0,0,0,1062, + 1032,1,0,0,0,1062,1033,1,0,0,0,1062,1034,1,0,0,0,1062,1035,1,0,0, + 0,1062,1036,1,0,0,0,1062,1037,1,0,0,0,1062,1038,1,0,0,0,1062,1039, + 1,0,0,0,1062,1040,1,0,0,0,1062,1041,1,0,0,0,1062,1042,1,0,0,0,1062, + 1043,1,0,0,0,1062,1044,1,0,0,0,1062,1045,1,0,0,0,1062,1046,1,0,0, + 0,1062,1047,1,0,0,0,1062,1048,1,0,0,0,1062,1049,1,0,0,0,1062,1050, + 1,0,0,0,1062,1051,1,0,0,0,1062,1052,1,0,0,0,1062,1053,1,0,0,0,1062, + 1054,1,0,0,0,1062,1055,1,0,0,0,1062,1056,1,0,0,0,1062,1057,1,0,0, + 0,1062,1058,1,0,0,0,1063,5,1,0,0,0,1064,1065,5,433,0,0,1065,1066, + 3,678,339,0,1066,7,1,0,0,0,1067,1068,5,46,0,0,1068,1069,5,318,0, + 0,1069,1071,3,812,406,0,1070,1072,5,105,0,0,1071,1070,1,0,0,0,1071, + 1072,1,0,0,0,1072,1076,1,0,0,0,1073,1075,3,12,6,0,1074,1073,1,0, + 0,0,1075,1078,1,0,0,0,1076,1074,1,0,0,0,1076,1077,1,0,0,0,1077,9, + 1,0,0,0,1078,1076,1,0,0,0,1079,1082,5,287,0,0,1080,1083,3,806,403, + 0,1081,1083,5,78,0,0,1082,1080,1,0,0,0,1082,1081,1,0,0,0,1083,1118, + 1,0,0,0,1084,1085,7,0,0,0,1085,1086,5,287,0,0,1086,1118,3,806,403, + 0,1087,1118,5,228,0,0,1088,1118,5,229,0,0,1089,1118,5,236,0,0,1090, + 1118,5,237,0,0,1091,1118,5,234,0,0,1092,1118,5,235,0,0,1093,1118, + 5,232,0,0,1094,1118,5,233,0,0,1095,1118,5,230,0,0,1096,1118,5,231, + 0,0,1097,1118,5,535,0,0,1098,1118,5,536,0,0,1099,1118,5,537,0,0, + 1100,1118,5,538,0,0,1101,1118,5,539,0,0,1102,1118,5,540,0,0,1103, + 1104,5,164,0,0,1104,1105,5,74,0,0,1105,1118,3,810,405,0,1106,1107, + 5,371,0,0,1107,1108,5,368,0,0,1108,1118,3,806,403,0,1109,1110,5, + 68,0,0,1110,1111,7,1,0,0,1111,1118,3,780,390,0,1112,1113,7,2,0,0, + 1113,1118,3,814,407,0,1114,1115,5,134,0,0,1115,1118,3,780,390,0, + 1116,1118,3,824,412,0,1117,1079,1,0,0,0,1117,1084,1,0,0,0,1117,1087, + 1,0,0,0,1117,1088,1,0,0,0,1117,1089,1,0,0,0,1117,1090,1,0,0,0,1117, + 1091,1,0,0,0,1117,1092,1,0,0,0,1117,1093,1,0,0,0,1117,1094,1,0,0, + 0,1117,1095,1,0,0,0,1117,1096,1,0,0,0,1117,1097,1,0,0,0,1117,1098, + 1,0,0,0,1117,1099,1,0,0,0,1117,1100,1,0,0,0,1117,1101,1,0,0,0,1117, + 1102,1,0,0,0,1117,1103,1,0,0,0,1117,1106,1,0,0,0,1117,1109,1,0,0, + 0,1117,1112,1,0,0,0,1117,1114,1,0,0,0,1117,1116,1,0,0,0,1118,11, + 1,0,0,0,1119,1128,3,10,5,0,1120,1121,5,348,0,0,1121,1128,5,574,0, + 0,1122,1123,7,3,0,0,1123,1128,3,814,407,0,1124,1125,5,68,0,0,1125, + 1126,7,1,0,0,1126,1128,3,814,407,0,1127,1119,1,0,0,0,1127,1120,1, + 0,0,0,1127,1122,1,0,0,0,1127,1124,1,0,0,0,1128,13,1,0,0,0,1129,1130, + 5,46,0,0,1130,1131,5,99,0,0,1131,1133,3,812,406,0,1132,1134,5,105, + 0,0,1133,1132,1,0,0,0,1133,1134,1,0,0,0,1134,1138,1,0,0,0,1135,1137, + 3,12,6,0,1136,1135,1,0,0,0,1137,1140,1,0,0,0,1138,1136,1,0,0,0,1138, + 1139,1,0,0,0,1139,15,1,0,0,0,1140,1138,1,0,0,0,1141,1142,5,138,0, + 0,1142,1143,7,2,0,0,1143,1145,3,812,406,0,1144,1146,5,105,0,0,1145, + 1144,1,0,0,0,1145,1146,1,0,0,0,1146,1150,1,0,0,0,1147,1149,3,10, + 5,0,1148,1147,1,0,0,0,1149,1152,1,0,0,0,1150,1148,1,0,0,0,1150,1151, + 1,0,0,0,1151,17,1,0,0,0,1152,1150,1,0,0,0,1153,1154,5,138,0,0,1154, + 1157,7,2,0,0,1155,1158,5,30,0,0,1156,1158,3,812,406,0,1157,1155, + 1,0,0,0,1157,1156,1,0,0,0,1158,1159,1,0,0,0,1159,1160,5,68,0,0,1160, + 1161,5,175,0,0,1161,1162,3,784,392,0,1162,1163,3,64,32,0,1163,19, + 1,0,0,0,1164,1165,5,138,0,0,1165,1166,5,442,0,0,1166,1168,3,790, + 395,0,1167,1169,3,362,181,0,1168,1167,1,0,0,0,1168,1169,1,0,0,0, + 1169,1170,1,0,0,0,1170,1171,3,22,11,0,1171,21,1,0,0,0,1172,1176, + 3,24,12,0,1173,1175,3,24,12,0,1174,1173,1,0,0,0,1175,1178,1,0,0, + 0,1176,1174,1,0,0,0,1176,1177,1,0,0,0,1177,1180,1,0,0,0,1178,1176, + 1,0,0,0,1179,1181,5,315,0,0,1180,1179,1,0,0,0,1180,1181,1,0,0,0, + 1181,1199,1,0,0,0,1182,1183,5,309,0,0,1183,1184,5,94,0,0,1184,1199, + 3,788,394,0,1185,1186,5,282,0,0,1186,1187,5,94,0,0,1187,1199,3,812, + 406,0,1188,1189,5,333,0,0,1189,1190,5,323,0,0,1190,1199,3,32,16, + 0,1191,1193,5,269,0,0,1192,1191,1,0,0,0,1192,1193,1,0,0,0,1193,1194, + 1,0,0,0,1194,1195,5,462,0,0,1195,1196,5,80,0,0,1196,1197,5,204,0, + 0,1197,1199,3,816,408,0,1198,1172,1,0,0,0,1198,1182,1,0,0,0,1198, + 1185,1,0,0,0,1198,1188,1,0,0,0,1198,1192,1,0,0,0,1199,23,1,0,0,0, + 1200,1243,5,222,0,0,1201,1243,5,338,0,0,1202,1243,5,377,0,0,1203, + 1205,5,77,0,0,1204,1203,1,0,0,0,1204,1205,1,0,0,0,1205,1206,1,0, + 0,0,1206,1243,5,250,0,0,1207,1209,5,205,0,0,1208,1207,1,0,0,0,1208, + 1209,1,0,0,0,1209,1210,1,0,0,0,1210,1211,5,327,0,0,1211,1218,5,243, + 0,0,1212,1214,5,205,0,0,1213,1212,1,0,0,0,1213,1214,1,0,0,0,1214, + 1215,1,0,0,0,1215,1216,5,327,0,0,1216,1218,5,181,0,0,1217,1208,1, + 0,0,0,1217,1213,1,0,0,0,1218,1243,1,0,0,0,1219,1220,5,460,0,0,1220, + 1243,7,4,0,0,1221,1222,5,170,0,0,1222,1243,3,822,411,0,1223,1224, + 5,320,0,0,1224,1243,3,816,408,0,1225,1226,5,333,0,0,1226,1227,3, + 816,408,0,1227,1230,7,5,0,0,1228,1231,3,816,408,0,1229,1231,5,53, + 0,0,1230,1228,1,0,0,0,1230,1229,1,0,0,0,1231,1243,1,0,0,0,1232,1233, + 5,333,0,0,1233,1234,3,816,408,0,1234,1235,5,64,0,0,1235,1236,5,434, + 0,0,1236,1243,1,0,0,0,1237,1240,5,313,0,0,1238,1241,3,816,408,0, + 1239,1241,5,30,0,0,1240,1238,1,0,0,0,1240,1239,1,0,0,0,1241,1243, + 1,0,0,0,1242,1200,1,0,0,0,1242,1201,1,0,0,0,1242,1202,1,0,0,0,1242, + 1204,1,0,0,0,1242,1217,1,0,0,0,1242,1219,1,0,0,0,1242,1221,1,0,0, + 0,1242,1223,1,0,0,0,1242,1225,1,0,0,0,1242,1232,1,0,0,0,1242,1237, + 1,0,0,0,1243,25,1,0,0,0,1244,1245,5,46,0,0,1245,1246,5,66,0,0,1246, + 1248,3,812,406,0,1247,1249,5,105,0,0,1248,1247,1,0,0,0,1248,1249, + 1,0,0,0,1249,1253,1,0,0,0,1250,1252,3,12,6,0,1251,1250,1,0,0,0,1252, + 1255,1,0,0,0,1253,1251,1,0,0,0,1253,1254,1,0,0,0,1254,27,1,0,0,0, + 1255,1253,1,0,0,0,1256,1257,5,138,0,0,1257,1258,5,66,0,0,1258,1259, + 3,812,406,0,1259,1260,7,6,0,0,1260,1261,5,99,0,0,1261,1262,3,814, + 407,0,1262,29,1,0,0,0,1263,1264,5,46,0,0,1264,1266,5,323,0,0,1265, + 1267,3,288,144,0,1266,1265,1,0,0,0,1266,1267,1,0,0,0,1267,1274,1, + 0,0,0,1268,1270,3,32,16,0,1269,1268,1,0,0,0,1269,1270,1,0,0,0,1270, + 1271,1,0,0,0,1271,1272,5,106,0,0,1272,1275,3,812,406,0,1273,1275, + 3,32,16,0,1274,1269,1,0,0,0,1274,1273,1,0,0,0,1275,1279,1,0,0,0, + 1276,1278,3,34,17,0,1277,1276,1,0,0,0,1278,1281,1,0,0,0,1279,1277, + 1,0,0,0,1279,1280,1,0,0,0,1280,31,1,0,0,0,1281,1279,1,0,0,0,1282, + 1283,3,310,155,0,1283,33,1,0,0,0,1284,1291,3,114,57,0,1285,1291, + 3,352,176,0,1286,1291,3,190,95,0,1287,1291,3,250,125,0,1288,1291, + 3,328,164,0,1289,1291,3,470,235,0,1290,1284,1,0,0,0,1290,1285,1, + 0,0,0,1290,1286,1,0,0,0,1290,1287,1,0,0,0,1290,1288,1,0,0,0,1290, + 1289,1,0,0,0,1291,35,1,0,0,0,1292,1294,5,333,0,0,1293,1295,7,7,0, + 0,1294,1293,1,0,0,0,1294,1295,1,0,0,0,1295,1296,1,0,0,0,1296,1297, + 3,38,19,0,1297,37,1,0,0,0,1298,1299,5,356,0,0,1299,1307,3,468,234, + 0,1300,1301,5,332,0,0,1301,1302,5,154,0,0,1302,1303,5,36,0,0,1303, + 1304,5,356,0,0,1304,1307,3,468,234,0,1305,1307,3,42,21,0,1306,1298, + 1,0,0,0,1306,1300,1,0,0,0,1306,1305,1,0,0,0,1307,39,1,0,0,0,1308, + 1311,5,30,0,0,1309,1311,3,44,22,0,1310,1308,1,0,0,0,1310,1309,1, + 0,0,0,1311,1313,1,0,0,0,1312,1314,7,5,0,0,1313,1312,1,0,0,0,1313, + 1314,1,0,0,0,1314,1317,1,0,0,0,1315,1318,5,53,0,0,1316,1318,3,46, + 23,0,1317,1315,1,0,0,0,1317,1316,1,0,0,0,1317,1318,1,0,0,0,1318, + 41,1,0,0,0,1319,1320,5,418,0,0,1320,1321,5,386,0,0,1321,1348,3,56, + 28,0,1322,1323,5,152,0,0,1323,1348,3,806,403,0,1324,1325,5,323,0, + 0,1325,1348,3,786,393,0,1326,1329,5,267,0,0,1327,1330,3,806,403, + 0,1328,1330,5,53,0,0,1329,1327,1,0,0,0,1329,1328,1,0,0,0,1329,1330, + 1,0,0,0,1330,1348,1,0,0,0,1331,1332,5,318,0,0,1332,1348,3,58,29, + 0,1333,1334,5,332,0,0,1334,1335,5,106,0,0,1335,1348,3,58,29,0,1336, + 1337,5,383,0,0,1337,1338,5,279,0,0,1338,1348,3,690,345,0,1339,1340, + 5,356,0,0,1340,1341,5,337,0,0,1341,1348,3,806,403,0,1342,1343,3, + 44,22,0,1343,1344,5,64,0,0,1344,1345,5,434,0,0,1345,1348,1,0,0,0, + 1346,1348,3,40,20,0,1347,1319,1,0,0,0,1347,1322,1,0,0,0,1347,1324, + 1,0,0,0,1347,1326,1,0,0,0,1347,1331,1,0,0,0,1347,1333,1,0,0,0,1347, + 1336,1,0,0,0,1347,1339,1,0,0,0,1347,1342,1,0,0,0,1347,1346,1,0,0, + 0,1348,43,1,0,0,0,1349,1354,3,816,408,0,1350,1351,5,11,0,0,1351, + 1353,3,816,408,0,1352,1350,1,0,0,0,1353,1356,1,0,0,0,1354,1352,1, + 0,0,0,1354,1355,1,0,0,0,1355,45,1,0,0,0,1356,1354,1,0,0,0,1357,1362, + 3,48,24,0,1358,1359,5,6,0,0,1359,1361,3,48,24,0,1360,1358,1,0,0, + 0,1361,1364,1,0,0,0,1362,1360,1,0,0,0,1362,1363,1,0,0,0,1363,47, + 1,0,0,0,1364,1362,1,0,0,0,1365,1368,3,54,27,0,1366,1368,3,196,98, + 0,1367,1365,1,0,0,0,1367,1366,1,0,0,0,1368,49,1,0,0,0,1369,1370, + 5,300,0,0,1370,1375,7,8,0,0,1371,1372,5,310,0,0,1372,1375,5,300, + 0,0,1373,1375,5,330,0,0,1374,1369,1,0,0,0,1374,1371,1,0,0,0,1374, + 1373,1,0,0,0,1375,51,1,0,0,0,1376,1383,5,96,0,0,1377,1383,5,60,0, + 0,1378,1383,5,80,0,0,1379,1383,3,796,398,0,1380,1383,3,830,415,0, + 1381,1383,3,806,403,0,1382,1376,1,0,0,0,1382,1377,1,0,0,0,1382,1378, + 1,0,0,0,1382,1379,1,0,0,0,1382,1380,1,0,0,0,1382,1381,1,0,0,0,1383, + 53,1,0,0,0,1384,1389,5,96,0,0,1385,1389,5,60,0,0,1386,1389,5,80, + 0,0,1387,1389,3,58,29,0,1388,1384,1,0,0,0,1388,1385,1,0,0,0,1388, + 1386,1,0,0,0,1388,1387,1,0,0,0,1389,55,1,0,0,0,1390,1405,3,806,403, + 0,1391,1405,5,53,0,0,1392,1405,3,824,412,0,1393,1394,5,403,0,0,1394, + 1396,3,806,403,0,1395,1397,3,662,331,0,1396,1395,1,0,0,0,1396,1397, + 1,0,0,0,1397,1405,1,0,0,0,1398,1399,5,403,0,0,1399,1400,3,654,327, + 0,1400,1401,3,806,403,0,1401,1405,1,0,0,0,1402,1405,3,196,98,0,1403, + 1405,5,254,0,0,1404,1390,1,0,0,0,1404,1391,1,0,0,0,1404,1392,1,0, + 0,0,1404,1393,1,0,0,0,1404,1398,1,0,0,0,1404,1402,1,0,0,0,1404,1403, + 1,0,0,0,1405,57,1,0,0,0,1406,1409,3,820,410,0,1407,1409,3,806,403, + 0,1408,1406,1,0,0,0,1408,1407,1,0,0,0,1409,59,1,0,0,0,1410,1411, + 5,313,0,0,1411,1412,3,62,31,0,1412,61,1,0,0,0,1413,1414,5,418,0, + 0,1414,1423,5,386,0,0,1415,1416,5,356,0,0,1416,1417,5,244,0,0,1417, + 1423,5,251,0,0,1418,1419,5,332,0,0,1419,1423,5,106,0,0,1420,1423, + 5,30,0,0,1421,1423,3,44,22,0,1422,1413,1,0,0,0,1422,1415,1,0,0,0, + 1422,1418,1,0,0,0,1422,1420,1,0,0,0,1422,1421,1,0,0,0,1423,63,1, + 0,0,0,1424,1425,5,333,0,0,1425,1428,3,38,19,0,1426,1428,3,60,30, + 0,1427,1424,1,0,0,0,1427,1426,1,0,0,0,1428,65,1,0,0,0,1429,1430, + 5,333,0,0,1430,1433,3,42,21,0,1431,1433,3,60,30,0,1432,1429,1,0, + 0,0,1432,1431,1,0,0,0,1433,67,1,0,0,0,1434,1444,5,335,0,0,1435,1445, + 3,44,22,0,1436,1437,5,418,0,0,1437,1445,5,386,0,0,1438,1439,5,356, + 0,0,1439,1440,5,244,0,0,1440,1445,5,251,0,0,1441,1442,5,332,0,0, + 1442,1445,5,106,0,0,1443,1445,5,30,0,0,1444,1435,1,0,0,0,1444,1436, + 1,0,0,0,1444,1438,1,0,0,0,1444,1441,1,0,0,0,1444,1443,1,0,0,0,1445, + 69,1,0,0,0,1446,1447,5,333,0,0,1447,1450,5,165,0,0,1448,1451,5,30, + 0,0,1449,1451,3,756,378,0,1450,1448,1,0,0,0,1450,1449,1,0,0,0,1451, + 1452,1,0,0,0,1452,1453,7,9,0,0,1453,71,1,0,0,0,1454,1455,5,155,0, + 0,1455,73,1,0,0,0,1456,1457,5,187,0,0,1457,1458,7,10,0,0,1458,75, + 1,0,0,0,1459,1460,5,138,0,0,1460,1462,5,92,0,0,1461,1463,3,416,208, + 0,1462,1461,1,0,0,0,1462,1463,1,0,0,0,1463,1464,1,0,0,0,1464,1467, + 3,618,309,0,1465,1468,3,78,39,0,1466,1468,3,80,40,0,1467,1465,1, + 0,0,0,1467,1466,1,0,0,0,1468,1577,1,0,0,0,1469,1470,5,138,0,0,1470, + 1471,5,92,0,0,1471,1472,5,30,0,0,1472,1473,5,68,0,0,1473,1477,3, + 170,85,0,1474,1475,5,281,0,0,1475,1476,5,147,0,0,1476,1478,3,814, + 407,0,1477,1474,1,0,0,0,1477,1478,1,0,0,0,1478,1479,1,0,0,0,1479, + 1480,5,333,0,0,1480,1481,5,351,0,0,1481,1483,3,766,383,0,1482,1484, + 5,272,0,0,1483,1482,1,0,0,0,1483,1484,1,0,0,0,1484,1577,1,0,0,0, + 1485,1486,5,138,0,0,1486,1488,5,92,0,0,1487,1489,3,416,208,0,1488, + 1487,1,0,0,0,1488,1489,1,0,0,0,1489,1490,1,0,0,0,1490,1491,3,770, + 385,0,1491,1492,3,82,41,0,1492,1493,3,98,49,0,1493,1577,1,0,0,0, + 1494,1495,5,138,0,0,1495,1497,5,92,0,0,1496,1498,3,416,208,0,1497, + 1496,1,0,0,0,1497,1498,1,0,0,0,1498,1499,1,0,0,0,1499,1500,3,770, + 385,0,1500,1501,5,436,0,0,1501,1502,5,285,0,0,1502,1504,3,776,388, + 0,1503,1505,7,11,0,0,1504,1503,1,0,0,0,1504,1505,1,0,0,0,1505,1577, + 1,0,0,0,1506,1507,5,138,0,0,1507,1509,5,226,0,0,1508,1510,3,416, + 208,0,1509,1508,1,0,0,0,1509,1510,1,0,0,0,1510,1511,1,0,0,0,1511, + 1514,3,776,388,0,1512,1515,3,78,39,0,1513,1515,3,82,41,0,1514,1512, + 1,0,0,0,1514,1513,1,0,0,0,1515,1577,1,0,0,0,1516,1517,5,138,0,0, + 1517,1518,5,226,0,0,1518,1519,5,30,0,0,1519,1520,5,68,0,0,1520,1524, + 3,170,85,0,1521,1522,5,281,0,0,1522,1523,5,147,0,0,1523,1525,3,814, + 407,0,1524,1521,1,0,0,0,1524,1525,1,0,0,0,1525,1526,1,0,0,0,1526, + 1527,5,333,0,0,1527,1529,3,170,85,0,1528,1530,5,272,0,0,1529,1528, + 1,0,0,0,1529,1530,1,0,0,0,1530,1577,1,0,0,0,1531,1532,5,138,0,0, + 1532,1534,5,328,0,0,1533,1535,3,416,208,0,1534,1533,1,0,0,0,1534, + 1535,1,0,0,0,1535,1536,1,0,0,0,1536,1537,3,776,388,0,1537,1538,3, + 78,39,0,1538,1577,1,0,0,0,1539,1541,5,138,0,0,1540,1542,5,259,0, + 0,1541,1540,1,0,0,0,1541,1542,1,0,0,0,1542,1543,1,0,0,0,1543,1545, + 5,376,0,0,1544,1546,3,416,208,0,1545,1544,1,0,0,0,1545,1546,1,0, + 0,0,1546,1547,1,0,0,0,1547,1548,3,774,387,0,1548,1549,3,78,39,0, + 1549,1577,1,0,0,0,1550,1551,5,138,0,0,1551,1552,5,259,0,0,1552,1553, + 5,376,0,0,1553,1554,5,30,0,0,1554,1555,5,68,0,0,1555,1559,3,170, + 85,0,1556,1557,5,281,0,0,1557,1558,5,147,0,0,1558,1560,3,814,407, + 0,1559,1556,1,0,0,0,1559,1560,1,0,0,0,1560,1561,1,0,0,0,1561,1562, + 5,333,0,0,1562,1563,5,351,0,0,1563,1565,3,766,383,0,1564,1566,5, + 272,0,0,1565,1564,1,0,0,0,1565,1566,1,0,0,0,1566,1577,1,0,0,0,1567, + 1568,5,138,0,0,1568,1569,5,63,0,0,1569,1571,5,92,0,0,1570,1572,3, + 416,208,0,1571,1570,1,0,0,0,1571,1572,1,0,0,0,1572,1573,1,0,0,0, + 1573,1574,3,618,309,0,1574,1575,3,78,39,0,1575,1577,1,0,0,0,1576, + 1459,1,0,0,0,1576,1469,1,0,0,0,1576,1485,1,0,0,0,1576,1494,1,0,0, + 0,1576,1506,1,0,0,0,1576,1516,1,0,0,0,1576,1531,1,0,0,0,1576,1539, + 1,0,0,0,1576,1550,1,0,0,0,1576,1567,1,0,0,0,1577,77,1,0,0,0,1578, + 1583,3,84,42,0,1579,1580,5,6,0,0,1580,1582,3,84,42,0,1581,1579,1, + 0,0,0,1582,1585,1,0,0,0,1583,1581,1,0,0,0,1583,1584,1,0,0,0,1584, + 79,1,0,0,0,1585,1583,1,0,0,0,1586,1587,3,82,41,0,1587,1588,3,98, + 49,0,1588,1593,1,0,0,0,1589,1590,5,436,0,0,1590,1591,5,285,0,0,1591, + 1593,3,776,388,0,1592,1586,1,0,0,0,1592,1589,1,0,0,0,1593,81,1,0, + 0,0,1594,1595,5,435,0,0,1595,1596,5,285,0,0,1596,1597,3,776,388, + 0,1597,83,1,0,0,0,1598,1601,5,133,0,0,1599,1600,5,45,0,0,1600,1602, + 3,816,408,0,1601,1599,1,0,0,0,1601,1602,1,0,0,0,1602,1603,1,0,0, + 0,1603,1832,3,136,68,0,1604,1605,5,138,0,0,1605,1606,5,45,0,0,1606, + 1610,3,816,408,0,1607,1609,3,266,133,0,1608,1607,1,0,0,0,1609,1612, + 1,0,0,0,1610,1608,1,0,0,0,1610,1611,1,0,0,0,1611,1832,1,0,0,0,1612, + 1610,1,0,0,0,1613,1614,5,372,0,0,1614,1615,5,45,0,0,1615,1832,3, + 816,408,0,1616,1617,5,191,0,0,1617,1619,5,45,0,0,1618,1620,3,416, + 208,0,1619,1618,1,0,0,0,1619,1620,1,0,0,0,1620,1621,1,0,0,0,1621, + 1623,3,816,408,0,1622,1624,3,88,44,0,1623,1622,1,0,0,0,1623,1624, + 1,0,0,0,1624,1832,1,0,0,0,1625,1626,5,333,0,0,1626,1627,5,379,0, + 0,1627,1832,7,12,0,0,1628,1629,5,158,0,0,1629,1630,5,80,0,0,1630, + 1832,3,816,408,0,1631,1632,5,333,0,0,1632,1832,7,13,0,0,1633,1635, + 5,193,0,0,1634,1636,7,14,0,0,1635,1634,1,0,0,0,1635,1636,1,0,0,0, + 1636,1637,1,0,0,0,1637,1832,5,357,0,0,1638,1639,5,186,0,0,1639,1643, + 5,357,0,0,1640,1644,5,30,0,0,1641,1644,5,99,0,0,1642,1644,3,816, + 408,0,1643,1640,1,0,0,0,1643,1641,1,0,0,0,1643,1642,1,0,0,0,1644, + 1832,1,0,0,0,1645,1646,5,193,0,0,1646,1647,7,14,0,0,1647,1648,5, + 321,0,0,1648,1832,3,816,408,0,1649,1650,5,186,0,0,1650,1651,5,321, + 0,0,1651,1832,3,816,408,0,1652,1654,5,269,0,0,1653,1652,1,0,0,0, + 1653,1654,1,0,0,0,1654,1655,1,0,0,0,1655,1656,5,228,0,0,1656,1832, + 3,776,388,0,1657,1658,5,275,0,0,1658,1832,3,310,155,0,1659,1660, + 5,77,0,0,1660,1832,5,275,0,0,1661,1662,5,282,0,0,1662,1663,5,94, + 0,0,1663,1832,3,812,406,0,1664,1665,5,333,0,0,1665,1666,5,351,0, + 0,1666,1832,3,766,383,0,1667,1668,5,312,0,0,1668,1673,5,219,0,0, + 1669,1674,5,270,0,0,1670,1674,5,113,0,0,1671,1674,5,53,0,0,1672, + 1674,3,174,87,0,1673,1669,1,0,0,0,1673,1670,1,0,0,0,1673,1671,1, + 0,0,0,1673,1672,1,0,0,0,1674,1832,1,0,0,0,1675,1682,5,193,0,0,1676, + 1682,5,186,0,0,1677,1679,5,269,0,0,1678,1677,1,0,0,0,1678,1679,1, + 0,0,0,1679,1680,1,0,0,0,1680,1682,5,209,0,0,1681,1675,1,0,0,0,1681, + 1676,1,0,0,0,1681,1678,1,0,0,0,1682,1683,1,0,0,0,1683,1684,5,414, + 0,0,1684,1685,5,251,0,0,1685,1832,5,327,0,0,1686,1688,5,191,0,0, + 1687,1689,5,44,0,0,1688,1687,1,0,0,0,1688,1689,1,0,0,0,1689,1691, + 1,0,0,0,1690,1692,3,416,208,0,1691,1690,1,0,0,0,1691,1692,1,0,0, + 0,1692,1693,1,0,0,0,1693,1695,3,796,398,0,1694,1696,3,88,44,0,1695, + 1694,1,0,0,0,1695,1696,1,0,0,0,1696,1832,1,0,0,0,1697,1699,5,133, + 0,0,1698,1700,5,44,0,0,1699,1698,1,0,0,0,1699,1700,1,0,0,0,1700, + 1702,1,0,0,0,1701,1703,3,288,144,0,1702,1701,1,0,0,0,1702,1703,1, + 0,0,0,1703,1704,1,0,0,0,1704,1832,3,126,63,0,1705,1707,5,138,0,0, + 1706,1708,5,44,0,0,1707,1706,1,0,0,0,1707,1708,1,0,0,0,1708,1709, + 1,0,0,0,1709,1712,3,796,398,0,1710,1713,3,86,43,0,1711,1713,3,216, + 108,0,1712,1710,1,0,0,0,1712,1711,1,0,0,0,1713,1832,1,0,0,0,1714, + 1716,5,138,0,0,1715,1717,5,44,0,0,1716,1715,1,0,0,0,1716,1717,1, + 0,0,0,1717,1718,1,0,0,0,1718,1719,3,796,398,0,1719,1720,7,15,0,0, + 1720,1721,5,77,0,0,1721,1722,5,78,0,0,1722,1832,1,0,0,0,1723,1725, + 5,138,0,0,1724,1726,5,44,0,0,1725,1724,1,0,0,0,1725,1726,1,0,0,0, + 1726,1727,1,0,0,0,1727,1728,3,796,398,0,1728,1729,5,191,0,0,1729, + 1731,5,437,0,0,1730,1732,3,416,208,0,1731,1730,1,0,0,0,1731,1732, + 1,0,0,0,1732,1832,1,0,0,0,1733,1735,5,138,0,0,1734,1736,5,44,0,0, + 1735,1734,1,0,0,0,1735,1736,1,0,0,0,1736,1737,1,0,0,0,1737,1738, + 3,796,398,0,1738,1739,5,333,0,0,1739,1740,5,342,0,0,1740,1741,3, + 810,405,0,1741,1832,1,0,0,0,1742,1744,5,138,0,0,1743,1745,5,44,0, + 0,1744,1743,1,0,0,0,1744,1745,1,0,0,0,1745,1746,1,0,0,0,1746,1748, + 3,796,398,0,1747,1742,1,0,0,0,1747,1748,1,0,0,0,1748,1749,1,0,0, + 0,1749,1750,7,16,0,0,1750,1832,3,92,46,0,1751,1753,5,138,0,0,1752, + 1754,5,44,0,0,1753,1752,1,0,0,0,1753,1754,1,0,0,0,1754,1755,1,0, + 0,0,1755,1756,3,796,398,0,1756,1757,5,333,0,0,1757,1758,5,345,0, + 0,1758,1759,3,816,408,0,1759,1832,1,0,0,0,1760,1762,5,138,0,0,1761, + 1763,5,44,0,0,1762,1761,1,0,0,0,1762,1763,1,0,0,0,1763,1764,1,0, + 0,0,1764,1765,3,796,398,0,1765,1766,5,133,0,0,1766,1767,5,438,0, + 0,1767,1768,3,132,66,0,1768,1769,5,36,0,0,1769,1778,5,219,0,0,1770, + 1772,5,2,0,0,1771,1773,3,194,97,0,1772,1771,1,0,0,0,1773,1774,1, + 0,0,0,1774,1772,1,0,0,0,1774,1775,1,0,0,0,1775,1776,1,0,0,0,1776, + 1777,5,3,0,0,1777,1779,1,0,0,0,1778,1770,1,0,0,0,1778,1779,1,0,0, + 0,1779,1832,1,0,0,0,1780,1782,5,138,0,0,1781,1783,5,44,0,0,1782, + 1781,1,0,0,0,1782,1783,1,0,0,0,1783,1784,1,0,0,0,1784,1798,3,796, + 398,0,1785,1790,5,314,0,0,1786,1788,5,105,0,0,1787,1786,1,0,0,0, + 1787,1788,1,0,0,0,1788,1789,1,0,0,0,1789,1791,3,196,98,0,1790,1787, + 1,0,0,0,1790,1791,1,0,0,0,1791,1799,1,0,0,0,1792,1796,5,333,0,0, + 1793,1797,3,194,97,0,1794,1795,5,438,0,0,1795,1797,3,132,66,0,1796, + 1793,1,0,0,0,1796,1794,1,0,0,0,1797,1799,1,0,0,0,1798,1785,1,0,0, + 0,1798,1792,1,0,0,0,1799,1800,1,0,0,0,1800,1798,1,0,0,0,1800,1801, + 1,0,0,0,1801,1832,1,0,0,0,1802,1804,5,138,0,0,1803,1805,5,44,0,0, + 1804,1803,1,0,0,0,1804,1805,1,0,0,0,1805,1806,1,0,0,0,1806,1807, 3,796,398,0,1807,1808,5,191,0,0,1808,1810,5,219,0,0,1809,1811,3, 416,208,0,1810,1809,1,0,0,0,1810,1811,1,0,0,0,1811,1832,1,0,0,0, 1812,1814,5,138,0,0,1813,1815,5,44,0,0,1814,1813,1,0,0,0,1814,1815, @@ -57469,583 +57463,582 @@ export class PostgreSqlParser extends SQLParserBase { 6904,5,386,0,0,6904,6906,3,668,334,0,6905,6891,1,0,0,0,6905,6894, 1,0,0,0,6905,6897,1,0,0,0,6905,6900,1,0,0,0,6906,6909,1,0,0,0,6907, 6905,1,0,0,0,6907,6908,1,0,0,0,6908,675,1,0,0,0,6909,6907,1,0,0, - 0,6910,6911,6,338,-1,0,6911,6912,7,95,0,0,6912,7000,3,556,278,0, + 0,6910,6911,6,338,-1,0,6911,6912,7,95,0,0,6912,6999,3,556,278,0, 6913,6916,5,35,0,0,6914,6917,3,556,278,0,6915,6917,3,736,368,0,6916, - 6914,1,0,0,0,6916,6915,1,0,0,0,6917,7000,1,0,0,0,6918,6919,5,28, - 0,0,6919,7000,3,750,375,0,6920,6921,5,470,0,0,6921,7000,3,528,264, - 0,6922,7000,5,574,0,0,6923,7000,5,576,0,0,6924,7000,5,566,0,0,6925, - 7000,5,570,0,0,6926,6936,3,804,402,0,6927,6937,3,806,403,0,6928, + 6914,1,0,0,0,6916,6915,1,0,0,0,6917,6999,1,0,0,0,6918,6919,5,28, + 0,0,6919,6999,3,750,375,0,6920,6921,5,470,0,0,6921,6999,3,528,264, + 0,6922,6999,5,574,0,0,6923,6999,5,576,0,0,6924,6999,5,566,0,0,6925, + 6999,5,570,0,0,6926,6936,3,804,402,0,6927,6937,3,806,403,0,6928, 6929,5,2,0,0,6929,6931,3,732,366,0,6930,6932,3,580,290,0,6931,6930, 1,0,0,0,6931,6932,1,0,0,0,6932,6933,1,0,0,0,6933,6934,5,3,0,0,6934, 6935,3,806,403,0,6935,6937,1,0,0,0,6936,6927,1,0,0,0,6936,6928,1, - 0,0,0,6937,7000,1,0,0,0,6938,6940,3,650,325,0,6939,6938,1,0,0,0, - 6939,6940,1,0,0,0,6940,6941,1,0,0,0,6941,7000,3,806,403,0,6942,6950, + 0,0,0,6937,6999,1,0,0,0,6938,6940,3,650,325,0,6939,6938,1,0,0,0, + 6939,6940,1,0,0,0,6940,6941,1,0,0,0,6941,6999,3,806,403,0,6942,6950, 5,403,0,0,6943,6945,3,806,403,0,6944,6946,3,662,331,0,6945,6944, 1,0,0,0,6945,6946,1,0,0,0,6946,6951,1,0,0,0,6947,6948,3,654,327, 0,6948,6949,3,806,403,0,6949,6951,1,0,0,0,6950,6943,1,0,0,0,6950, - 6947,1,0,0,0,6951,7000,1,0,0,0,6952,7000,5,96,0,0,6953,7000,5,60, - 0,0,6954,7000,5,78,0,0,6955,7000,5,577,0,0,6956,6957,5,2,0,0,6957, - 6958,3,668,334,0,6958,6959,5,3,0,0,6959,6960,3,750,375,0,6960,7000, + 6947,1,0,0,0,6951,6999,1,0,0,0,6952,6999,5,96,0,0,6953,6999,5,60, + 0,0,6954,6999,5,78,0,0,6955,6999,5,577,0,0,6956,6957,5,2,0,0,6957, + 6958,3,668,334,0,6958,6959,5,3,0,0,6959,6960,3,750,375,0,6960,6999, 1,0,0,0,6961,6963,5,40,0,0,6962,6964,3,668,334,0,6963,6962,1,0,0, 0,6963,6964,1,0,0,0,6964,6966,1,0,0,0,6965,6967,3,744,372,0,6966, 6965,1,0,0,0,6967,6968,1,0,0,0,6968,6966,1,0,0,0,6968,6969,1,0,0, 0,6969,6972,1,0,0,0,6970,6971,5,58,0,0,6971,6973,3,668,334,0,6972, 6970,1,0,0,0,6972,6973,1,0,0,0,6973,6974,1,0,0,0,6974,6975,5,454, - 0,0,6975,7000,1,0,0,0,6976,7000,3,680,340,0,6977,6979,3,556,278, + 0,0,6975,6999,1,0,0,0,6976,6999,3,680,340,0,6977,6979,3,556,278, 0,6978,6980,3,748,374,0,6979,6978,1,0,0,0,6979,6980,1,0,0,0,6980, - 7000,1,0,0,0,6981,7000,3,712,356,0,6982,6983,5,2,0,0,6983,6984,3, + 6999,1,0,0,0,6981,6999,3,712,356,0,6982,6983,5,2,0,0,6983,6984,3, 668,334,0,6984,6985,5,6,0,0,6985,6986,3,726,363,0,6986,6987,5,3, - 0,0,6987,7000,1,0,0,0,6988,6989,3,710,355,0,6989,6990,5,125,0,0, - 6990,6991,3,710,355,0,6991,7000,1,0,0,0,6992,7000,3,798,399,0,6993, - 7000,3,776,388,0,6994,6995,7,30,0,0,6995,7000,3,676,338,5,6996,6997, - 3,720,360,0,6997,6998,3,676,338,2,6998,7000,1,0,0,0,6999,6910,1, - 0,0,0,6999,6913,1,0,0,0,6999,6918,1,0,0,0,6999,6920,1,0,0,0,6999, - 6922,1,0,0,0,6999,6923,1,0,0,0,6999,6924,1,0,0,0,6999,6925,1,0,0, - 0,6999,6926,1,0,0,0,6999,6939,1,0,0,0,6999,6942,1,0,0,0,6999,6952, - 1,0,0,0,6999,6953,1,0,0,0,6999,6954,1,0,0,0,6999,6955,1,0,0,0,6999, - 6956,1,0,0,0,6999,6961,1,0,0,0,6999,6976,1,0,0,0,6999,6977,1,0,0, - 0,6999,6981,1,0,0,0,6999,6982,1,0,0,0,6999,6988,1,0,0,0,6999,6992, - 1,0,0,0,6999,6993,1,0,0,0,6999,6994,1,0,0,0,6999,6996,1,0,0,0,7000, - 7028,1,0,0,0,7001,7002,10,3,0,0,7002,7003,3,718,359,0,7003,7004, - 3,676,338,4,7004,7027,1,0,0,0,7005,7006,10,6,0,0,7006,7007,5,26, - 0,0,7007,7027,3,646,323,0,7008,7009,10,4,0,0,7009,7011,3,720,360, - 0,7010,7012,3,676,338,0,7011,7010,1,0,0,0,7011,7012,1,0,0,0,7012, - 7027,1,0,0,0,7013,7014,10,1,0,0,7014,7016,5,116,0,0,7015,7017,5, - 77,0,0,7016,7015,1,0,0,0,7016,7017,1,0,0,0,7017,7024,1,0,0,0,7018, - 7019,5,56,0,0,7019,7020,5,64,0,0,7020,7025,3,676,338,0,7021,7022, - 5,275,0,0,7022,7025,3,522,261,0,7023,7025,5,188,0,0,7024,7018,1, - 0,0,0,7024,7021,1,0,0,0,7024,7023,1,0,0,0,7025,7027,1,0,0,0,7026, - 7001,1,0,0,0,7026,7005,1,0,0,0,7026,7008,1,0,0,0,7026,7013,1,0,0, - 0,7027,7030,1,0,0,0,7028,7026,1,0,0,0,7028,7029,1,0,0,0,7029,677, - 1,0,0,0,7030,7028,1,0,0,0,7031,7032,3,804,402,0,7032,7053,5,2,0, - 0,7033,7037,3,732,366,0,7034,7035,5,6,0,0,7035,7036,5,101,0,0,7036, - 7038,3,734,367,0,7037,7034,1,0,0,0,7037,7038,1,0,0,0,7038,7040,1, - 0,0,0,7039,7041,3,580,290,0,7040,7039,1,0,0,0,7040,7041,1,0,0,0, - 7041,7054,1,0,0,0,7042,7043,5,101,0,0,7043,7045,3,734,367,0,7044, - 7046,3,580,290,0,7045,7044,1,0,0,0,7045,7046,1,0,0,0,7046,7054,1, - 0,0,0,7047,7048,7,81,0,0,7048,7050,3,732,366,0,7049,7051,3,580,290, - 0,7050,7049,1,0,0,0,7050,7051,1,0,0,0,7051,7054,1,0,0,0,7052,7054, - 5,9,0,0,7053,7033,1,0,0,0,7053,7042,1,0,0,0,7053,7047,1,0,0,0,7053, - 7052,1,0,0,0,7053,7054,1,0,0,0,7054,7055,1,0,0,0,7055,7056,5,3,0, - 0,7056,679,1,0,0,0,7057,7064,3,678,339,0,7058,7059,5,479,0,0,7059, - 7060,5,66,0,0,7060,7061,5,2,0,0,7061,7062,3,580,290,0,7062,7063, - 5,3,0,0,7063,7065,1,0,0,0,7064,7058,1,0,0,0,7064,7065,1,0,0,0,7065, - 7072,1,0,0,0,7066,7067,5,480,0,0,7067,7068,5,2,0,0,7068,7069,5,103, - 0,0,7069,7070,3,668,334,0,7070,7071,5,3,0,0,7071,7073,1,0,0,0,7072, - 7066,1,0,0,0,7072,7073,1,0,0,0,7073,7079,1,0,0,0,7074,7077,5,124, - 0,0,7075,7078,3,704,352,0,7076,7078,3,816,408,0,7077,7075,1,0,0, - 0,7077,7076,1,0,0,0,7078,7080,1,0,0,0,7079,7074,1,0,0,0,7079,7080, - 1,0,0,0,7080,7083,1,0,0,0,7081,7083,3,684,342,0,7082,7057,1,0,0, - 0,7082,7081,1,0,0,0,7083,681,1,0,0,0,7084,7087,3,678,339,0,7085, - 7087,3,684,342,0,7086,7084,1,0,0,0,7086,7085,1,0,0,0,7087,683,1, - 0,0,0,7088,7089,5,108,0,0,7089,7090,5,62,0,0,7090,7091,5,2,0,0,7091, - 7092,3,668,334,0,7092,7093,5,3,0,0,7093,7263,1,0,0,0,7094,7263,5, - 48,0,0,7095,7097,7,96,0,0,7096,7098,3,654,327,0,7097,7096,1,0,0, - 0,7097,7098,1,0,0,0,7098,7263,1,0,0,0,7099,7263,5,49,0,0,7100,7263, - 5,52,0,0,7101,7263,5,89,0,0,7102,7263,5,99,0,0,7103,7263,5,47,0, - 0,7104,7263,5,111,0,0,7105,7106,7,97,0,0,7106,7107,5,2,0,0,7107, - 7108,3,668,334,0,7108,7109,5,36,0,0,7109,7110,3,646,323,0,7110,7111, - 5,3,0,0,7111,7263,1,0,0,0,7112,7113,5,397,0,0,7113,7118,5,2,0,0, - 7114,7115,3,738,369,0,7115,7116,5,64,0,0,7116,7117,3,668,334,0,7117, - 7119,1,0,0,0,7118,7114,1,0,0,0,7118,7119,1,0,0,0,7119,7120,1,0,0, - 0,7120,7263,5,3,0,0,7121,7122,5,489,0,0,7122,7123,5,2,0,0,7123,7126, - 3,668,334,0,7124,7125,5,6,0,0,7125,7127,3,740,370,0,7126,7124,1, - 0,0,0,7126,7127,1,0,0,0,7127,7128,1,0,0,0,7128,7129,5,3,0,0,7129, - 7263,1,0,0,0,7130,7131,5,410,0,0,7131,7132,5,2,0,0,7132,7133,3,668, - 334,0,7133,7134,5,84,0,0,7134,7135,3,668,334,0,7135,7136,5,64,0, - 0,7136,7139,3,668,334,0,7137,7138,5,62,0,0,7138,7140,3,668,334,0, - 7139,7137,1,0,0,0,7139,7140,1,0,0,0,7140,7141,1,0,0,0,7141,7142, - 5,3,0,0,7142,7263,1,0,0,0,7143,7144,5,411,0,0,7144,7149,5,2,0,0, - 7145,7146,3,676,338,0,7146,7147,5,68,0,0,7147,7148,3,676,338,0,7148, - 7150,1,0,0,0,7149,7145,1,0,0,0,7149,7150,1,0,0,0,7150,7151,1,0,0, - 0,7151,7263,5,3,0,0,7152,7153,5,417,0,0,7153,7155,5,2,0,0,7154,7156, - 3,742,371,0,7155,7154,1,0,0,0,7155,7156,1,0,0,0,7156,7157,1,0,0, - 0,7157,7263,5,3,0,0,7158,7159,5,421,0,0,7159,7161,5,2,0,0,7160,7162, - 7,98,0,0,7161,7160,1,0,0,0,7161,7162,1,0,0,0,7162,7167,1,0,0,0,7163, - 7165,3,668,334,0,7164,7163,1,0,0,0,7164,7165,1,0,0,0,7165,7166,1, - 0,0,0,7166,7168,5,64,0,0,7167,7164,1,0,0,0,7167,7168,1,0,0,0,7168, - 7169,1,0,0,0,7169,7170,3,726,363,0,7170,7171,1,0,0,0,7171,7172,5, - 3,0,0,7172,7263,1,0,0,0,7173,7174,5,408,0,0,7174,7175,5,2,0,0,7175, - 7176,3,668,334,0,7176,7177,5,6,0,0,7177,7178,3,668,334,0,7178,7179, - 5,3,0,0,7179,7263,1,0,0,0,7180,7181,7,99,0,0,7181,7263,3,528,264, - 0,7182,7183,5,426,0,0,7183,7184,5,2,0,0,7184,7185,5,266,0,0,7185, - 7195,3,822,411,0,7186,7193,5,6,0,0,7187,7188,5,424,0,0,7188,7189, - 5,2,0,0,7189,7190,3,686,343,0,7190,7191,5,3,0,0,7191,7194,1,0,0, - 0,7192,7194,3,726,363,0,7193,7187,1,0,0,0,7193,7192,1,0,0,0,7194, - 7196,1,0,0,0,7195,7186,1,0,0,0,7195,7196,1,0,0,0,7196,7197,1,0,0, - 0,7197,7198,5,3,0,0,7198,7263,1,0,0,0,7199,7200,5,427,0,0,7200,7201, - 5,2,0,0,7201,7202,3,676,338,0,7202,7203,3,692,346,0,7203,7204,5, - 3,0,0,7204,7263,1,0,0,0,7205,7206,5,428,0,0,7206,7207,5,2,0,0,7207, - 7208,3,686,343,0,7208,7209,5,3,0,0,7209,7263,1,0,0,0,7210,7211,5, - 429,0,0,7211,7212,5,2,0,0,7212,7213,3,690,345,0,7213,7216,3,668, - 334,0,7214,7215,7,100,0,0,7215,7217,5,378,0,0,7216,7214,1,0,0,0, - 7216,7217,1,0,0,0,7217,7218,1,0,0,0,7218,7219,5,3,0,0,7219,7263, - 1,0,0,0,7220,7221,5,430,0,0,7221,7222,5,2,0,0,7222,7223,5,266,0, - 0,7223,7226,3,822,411,0,7224,7225,5,6,0,0,7225,7227,3,668,334,0, - 7226,7224,1,0,0,0,7226,7227,1,0,0,0,7227,7228,1,0,0,0,7228,7229, - 5,3,0,0,7229,7263,1,0,0,0,7230,7231,5,431,0,0,7231,7232,5,2,0,0, - 7232,7233,5,383,0,0,7233,7234,3,668,334,0,7234,7235,5,6,0,0,7235, - 7239,5,375,0,0,7236,7237,5,269,0,0,7237,7240,5,450,0,0,7238,7240, - 3,668,334,0,7239,7236,1,0,0,0,7239,7238,1,0,0,0,7240,7250,1,0,0, - 0,7241,7242,5,6,0,0,7242,7248,5,339,0,0,7243,7245,5,269,0,0,7244, - 7243,1,0,0,0,7244,7245,1,0,0,0,7245,7246,1,0,0,0,7246,7249,5,450, - 0,0,7247,7249,5,385,0,0,7248,7244,1,0,0,0,7248,7247,1,0,0,0,7249, - 7251,1,0,0,0,7250,7241,1,0,0,0,7250,7251,1,0,0,0,7251,7252,1,0,0, - 0,7252,7253,5,3,0,0,7253,7263,1,0,0,0,7254,7255,5,432,0,0,7255,7256, - 5,2,0,0,7256,7257,3,690,345,0,7257,7258,3,668,334,0,7258,7259,5, - 36,0,0,7259,7260,3,648,324,0,7260,7261,5,3,0,0,7261,7263,1,0,0,0, - 7262,7088,1,0,0,0,7262,7094,1,0,0,0,7262,7095,1,0,0,0,7262,7099, - 1,0,0,0,7262,7100,1,0,0,0,7262,7101,1,0,0,0,7262,7102,1,0,0,0,7262, - 7103,1,0,0,0,7262,7104,1,0,0,0,7262,7105,1,0,0,0,7262,7112,1,0,0, - 0,7262,7121,1,0,0,0,7262,7130,1,0,0,0,7262,7143,1,0,0,0,7262,7152, - 1,0,0,0,7262,7158,1,0,0,0,7262,7173,1,0,0,0,7262,7180,1,0,0,0,7262, - 7182,1,0,0,0,7262,7199,1,0,0,0,7262,7205,1,0,0,0,7262,7210,1,0,0, - 0,7262,7220,1,0,0,0,7262,7230,1,0,0,0,7262,7254,1,0,0,0,7263,685, - 1,0,0,0,7264,7269,3,688,344,0,7265,7266,5,6,0,0,7266,7268,3,688, - 344,0,7267,7265,1,0,0,0,7268,7271,1,0,0,0,7269,7267,1,0,0,0,7269, - 7270,1,0,0,0,7270,687,1,0,0,0,7271,7269,1,0,0,0,7272,7275,3,668, - 334,0,7273,7274,5,36,0,0,7274,7276,3,822,411,0,7275,7273,1,0,0,0, - 7275,7276,1,0,0,0,7276,689,1,0,0,0,7277,7278,7,101,0,0,7278,691, - 1,0,0,0,7279,7281,5,286,0,0,7280,7282,3,694,347,0,7281,7280,1,0, - 0,0,7281,7282,1,0,0,0,7282,7283,1,0,0,0,7283,7285,3,676,338,0,7284, - 7286,3,694,347,0,7285,7284,1,0,0,0,7285,7286,1,0,0,0,7286,693,1, - 0,0,0,7287,7288,5,147,0,0,7288,7289,7,102,0,0,7289,695,1,0,0,0,7290, - 7291,5,104,0,0,7291,7296,3,700,350,0,7292,7293,5,6,0,0,7293,7295, - 3,700,350,0,7294,7292,1,0,0,0,7295,7298,1,0,0,0,7296,7294,1,0,0, - 0,7296,7297,1,0,0,0,7297,697,1,0,0,0,7298,7296,1,0,0,0,7299,7300, - 5,67,0,0,7300,7301,3,668,334,0,7301,699,1,0,0,0,7302,7303,3,816, - 408,0,7303,7304,5,36,0,0,7304,7305,3,704,352,0,7305,701,1,0,0,0, - 7306,7309,5,124,0,0,7307,7310,3,704,352,0,7308,7310,3,816,408,0, - 7309,7307,1,0,0,0,7309,7308,1,0,0,0,7310,703,1,0,0,0,7311,7313,5, - 2,0,0,7312,7314,3,816,408,0,7313,7312,1,0,0,0,7313,7314,1,0,0,0, - 7314,7318,1,0,0,0,7315,7316,5,285,0,0,7316,7317,5,147,0,0,7317,7319, - 3,726,363,0,7318,7315,1,0,0,0,7318,7319,1,0,0,0,7319,7321,1,0,0, - 0,7320,7322,3,580,290,0,7321,7320,1,0,0,0,7321,7322,1,0,0,0,7322, - 7324,1,0,0,0,7323,7325,3,706,353,0,7324,7323,1,0,0,0,7324,7325,1, - 0,0,0,7325,7326,1,0,0,0,7326,7327,5,3,0,0,7327,705,1,0,0,0,7328, - 7333,7,103,0,0,7329,7330,5,387,0,0,7330,7331,3,708,354,0,7331,7332, - 5,33,0,0,7332,7334,1,0,0,0,7333,7329,1,0,0,0,7333,7334,1,0,0,0,7334, - 7335,1,0,0,0,7335,7336,3,708,354,0,7336,7346,1,0,0,0,7337,7344,5, - 199,0,0,7338,7339,5,434,0,0,7339,7345,5,414,0,0,7340,7345,5,66,0, - 0,7341,7345,5,467,0,0,7342,7343,5,269,0,0,7343,7345,5,482,0,0,7344, - 7338,1,0,0,0,7344,7340,1,0,0,0,7344,7341,1,0,0,0,7344,7342,1,0,0, - 0,7345,7347,1,0,0,0,7346,7337,1,0,0,0,7346,7347,1,0,0,0,7347,707, - 1,0,0,0,7348,7351,5,362,0,0,7349,7351,3,668,334,0,7350,7348,1,0, - 0,0,7350,7349,1,0,0,0,7351,7352,1,0,0,0,7352,7356,7,104,0,0,7353, - 7354,5,434,0,0,7354,7356,5,414,0,0,7355,7350,1,0,0,0,7355,7353,1, - 0,0,0,7356,709,1,0,0,0,7357,7365,3,712,356,0,7358,7359,5,2,0,0,7359, - 7360,3,726,363,0,7360,7361,5,6,0,0,7361,7362,3,668,334,0,7362,7363, - 5,3,0,0,7363,7365,1,0,0,0,7364,7357,1,0,0,0,7364,7358,1,0,0,0,7365, - 711,1,0,0,0,7366,7367,5,414,0,0,7367,7369,5,2,0,0,7368,7370,3,726, - 363,0,7369,7368,1,0,0,0,7369,7370,1,0,0,0,7370,7371,1,0,0,0,7371, - 7372,5,3,0,0,7372,713,1,0,0,0,7373,7374,7,105,0,0,7374,715,1,0,0, - 0,7375,7378,5,29,0,0,7376,7378,3,718,359,0,7377,7375,1,0,0,0,7377, - 7376,1,0,0,0,7378,717,1,0,0,0,7379,7380,7,106,0,0,7380,719,1,0,0, - 0,7381,7388,5,29,0,0,7382,7383,5,278,0,0,7383,7384,5,2,0,0,7384, - 7385,3,408,204,0,7385,7386,5,3,0,0,7386,7388,1,0,0,0,7387,7381,1, - 0,0,0,7387,7382,1,0,0,0,7388,721,1,0,0,0,7389,7396,3,716,358,0,7390, - 7391,5,278,0,0,7391,7392,5,2,0,0,7392,7393,3,408,204,0,7393,7394, - 5,3,0,0,7394,7396,1,0,0,0,7395,7389,1,0,0,0,7395,7390,1,0,0,0,7396, - 723,1,0,0,0,7397,7403,3,722,361,0,7398,7400,5,77,0,0,7399,7398,1, - 0,0,0,7399,7400,1,0,0,0,7400,7401,1,0,0,0,7401,7403,7,107,0,0,7402, - 7397,1,0,0,0,7402,7399,1,0,0,0,7403,725,1,0,0,0,7404,7409,3,668, - 334,0,7405,7406,5,6,0,0,7406,7408,3,668,334,0,7407,7405,1,0,0,0, - 7408,7411,1,0,0,0,7409,7407,1,0,0,0,7409,7410,1,0,0,0,7410,727,1, - 0,0,0,7411,7409,1,0,0,0,7412,7413,5,2,0,0,7413,7414,3,668,334,0, - 7414,7415,5,3,0,0,7415,7418,1,0,0,0,7416,7418,3,796,398,0,7417,7412, - 1,0,0,0,7417,7416,1,0,0,0,7418,729,1,0,0,0,7419,7422,3,668,334,0, - 7420,7422,3,796,398,0,7421,7419,1,0,0,0,7421,7420,1,0,0,0,7422,731, - 1,0,0,0,7423,7428,3,734,367,0,7424,7425,5,6,0,0,7425,7427,3,734, - 367,0,7426,7424,1,0,0,0,7427,7430,1,0,0,0,7428,7426,1,0,0,0,7428, - 7429,1,0,0,0,7429,733,1,0,0,0,7430,7428,1,0,0,0,7431,7439,3,796, - 398,0,7432,7439,3,668,334,0,7433,7436,3,818,409,0,7434,7435,7,108, - 0,0,7435,7437,3,668,334,0,7436,7434,1,0,0,0,7436,7437,1,0,0,0,7437, - 7439,1,0,0,0,7438,7431,1,0,0,0,7438,7432,1,0,0,0,7438,7433,1,0,0, - 0,7439,735,1,0,0,0,7440,7450,5,4,0,0,7441,7451,3,726,363,0,7442, - 7447,3,736,368,0,7443,7444,5,6,0,0,7444,7446,3,736,368,0,7445,7443, - 1,0,0,0,7446,7449,1,0,0,0,7447,7445,1,0,0,0,7447,7448,1,0,0,0,7448, - 7451,1,0,0,0,7449,7447,1,0,0,0,7450,7441,1,0,0,0,7450,7442,1,0,0, - 0,7450,7451,1,0,0,0,7451,7452,1,0,0,0,7452,7453,5,5,0,0,7453,737, - 1,0,0,0,7454,7463,3,824,412,0,7455,7463,5,384,0,0,7456,7463,5,264, - 0,0,7457,7463,5,176,0,0,7458,7463,5,218,0,0,7459,7463,5,261,0,0, - 7460,7463,5,326,0,0,7461,7463,3,806,403,0,7462,7454,1,0,0,0,7462, - 7455,1,0,0,0,7462,7456,1,0,0,0,7462,7457,1,0,0,0,7462,7458,1,0,0, - 0,7462,7459,1,0,0,0,7462,7460,1,0,0,0,7462,7461,1,0,0,0,7463,739, - 1,0,0,0,7464,7465,7,109,0,0,7465,741,1,0,0,0,7466,7467,3,668,334, - 0,7467,7468,5,64,0,0,7468,7471,3,668,334,0,7469,7470,5,62,0,0,7470, - 7472,3,668,334,0,7471,7469,1,0,0,0,7471,7472,1,0,0,0,7472,7488,1, - 0,0,0,7473,7474,3,668,334,0,7474,7475,5,62,0,0,7475,7478,3,668,334, - 0,7476,7477,5,64,0,0,7477,7479,3,668,334,0,7478,7476,1,0,0,0,7478, - 7479,1,0,0,0,7479,7488,1,0,0,0,7480,7481,3,668,334,0,7481,7482,5, - 127,0,0,7482,7483,3,668,334,0,7483,7484,5,197,0,0,7484,7485,3,668, - 334,0,7485,7488,1,0,0,0,7486,7488,3,726,363,0,7487,7466,1,0,0,0, - 7487,7473,1,0,0,0,7487,7480,1,0,0,0,7487,7486,1,0,0,0,7488,743,1, - 0,0,0,7489,7490,5,102,0,0,7490,7491,3,668,334,0,7491,7492,5,93,0, - 0,7492,7493,3,668,334,0,7493,745,1,0,0,0,7494,7497,5,11,0,0,7495, - 7498,3,822,411,0,7496,7498,5,9,0,0,7497,7495,1,0,0,0,7497,7496,1, - 0,0,0,7498,7512,1,0,0,0,7499,7508,5,4,0,0,7500,7509,3,668,334,0, - 7501,7503,3,668,334,0,7502,7501,1,0,0,0,7502,7503,1,0,0,0,7503,7504, - 1,0,0,0,7504,7506,5,8,0,0,7505,7507,3,668,334,0,7506,7505,1,0,0, - 0,7506,7507,1,0,0,0,7507,7509,1,0,0,0,7508,7500,1,0,0,0,7508,7502, - 1,0,0,0,7509,7510,1,0,0,0,7510,7512,5,5,0,0,7511,7494,1,0,0,0,7511, - 7499,1,0,0,0,7512,747,1,0,0,0,7513,7515,3,746,373,0,7514,7513,1, - 0,0,0,7515,7516,1,0,0,0,7516,7514,1,0,0,0,7516,7517,1,0,0,0,7517, - 749,1,0,0,0,7518,7520,3,746,373,0,7519,7518,1,0,0,0,7520,7523,1, - 0,0,0,7521,7519,1,0,0,0,7521,7522,1,0,0,0,7522,751,1,0,0,0,7523, - 7521,1,0,0,0,7524,7529,3,754,377,0,7525,7526,5,6,0,0,7526,7528,3, - 754,377,0,7527,7525,1,0,0,0,7528,7531,1,0,0,0,7529,7527,1,0,0,0, - 7529,7530,1,0,0,0,7530,753,1,0,0,0,7531,7529,1,0,0,0,7532,7537,3, - 730,365,0,7533,7534,5,36,0,0,7534,7538,3,822,411,0,7535,7538,3,824, - 412,0,7536,7538,1,0,0,0,7537,7533,1,0,0,0,7537,7535,1,0,0,0,7537, - 7536,1,0,0,0,7538,7541,1,0,0,0,7539,7541,5,9,0,0,7540,7532,1,0,0, - 0,7540,7539,1,0,0,0,7541,755,1,0,0,0,7542,7547,3,776,388,0,7543, - 7544,5,6,0,0,7544,7546,3,776,388,0,7545,7543,1,0,0,0,7546,7549,1, - 0,0,0,7547,7545,1,0,0,0,7547,7548,1,0,0,0,7548,757,1,0,0,0,7549, - 7547,1,0,0,0,7550,7555,3,770,385,0,7551,7552,5,6,0,0,7552,7554,3, - 770,385,0,7553,7551,1,0,0,0,7554,7557,1,0,0,0,7555,7553,1,0,0,0, - 7555,7556,1,0,0,0,7556,759,1,0,0,0,7557,7555,1,0,0,0,7558,7563,3, - 786,393,0,7559,7560,5,6,0,0,7560,7562,3,786,393,0,7561,7559,1,0, - 0,0,7562,7565,1,0,0,0,7563,7561,1,0,0,0,7563,7564,1,0,0,0,7564,761, - 1,0,0,0,7565,7563,1,0,0,0,7566,7571,3,784,392,0,7567,7568,5,6,0, - 0,7568,7570,3,784,392,0,7569,7567,1,0,0,0,7570,7573,1,0,0,0,7571, - 7569,1,0,0,0,7571,7572,1,0,0,0,7572,763,1,0,0,0,7573,7571,1,0,0, - 0,7574,7575,3,776,388,0,7575,765,1,0,0,0,7576,7577,3,776,388,0,7577, - 767,1,0,0,0,7578,7579,3,776,388,0,7579,769,1,0,0,0,7580,7581,3,776, - 388,0,7581,771,1,0,0,0,7582,7583,3,776,388,0,7583,773,1,0,0,0,7584, - 7585,3,310,155,0,7585,775,1,0,0,0,7586,7588,3,816,408,0,7587,7589, - 3,748,374,0,7588,7587,1,0,0,0,7588,7589,1,0,0,0,7589,777,1,0,0,0, - 7590,7595,3,766,383,0,7591,7592,5,6,0,0,7592,7594,3,766,383,0,7593, - 7591,1,0,0,0,7594,7597,1,0,0,0,7595,7593,1,0,0,0,7595,7596,1,0,0, - 0,7596,779,1,0,0,0,7597,7595,1,0,0,0,7598,7603,3,816,408,0,7599, - 7600,5,6,0,0,7600,7602,3,816,408,0,7601,7599,1,0,0,0,7602,7605,1, - 0,0,0,7603,7601,1,0,0,0,7603,7604,1,0,0,0,7604,781,1,0,0,0,7605, - 7603,1,0,0,0,7606,7607,3,310,155,0,7607,783,1,0,0,0,7608,7609,3, - 310,155,0,7609,785,1,0,0,0,7610,7611,3,310,155,0,7611,787,1,0,0, - 0,7612,7613,3,816,408,0,7613,789,1,0,0,0,7614,7615,3,816,408,0,7615, - 791,1,0,0,0,7616,7621,3,818,409,0,7617,7618,3,816,408,0,7618,7619, - 3,748,374,0,7619,7621,1,0,0,0,7620,7616,1,0,0,0,7620,7617,1,0,0, - 0,7621,793,1,0,0,0,7622,7627,3,818,409,0,7623,7624,3,816,408,0,7624, - 7625,3,748,374,0,7625,7627,1,0,0,0,7626,7622,1,0,0,0,7626,7623,1, - 0,0,0,7627,795,1,0,0,0,7628,7629,3,816,408,0,7629,7630,3,750,375, - 0,7630,7633,1,0,0,0,7631,7633,4,398,10,0,7632,7628,1,0,0,0,7632, - 7631,1,0,0,0,7633,797,1,0,0,0,7634,7635,3,816,408,0,7635,7636,3, - 750,375,0,7636,799,1,0,0,0,7637,7638,3,816,408,0,7638,801,1,0,0, - 0,7639,7644,3,818,409,0,7640,7641,3,816,408,0,7641,7642,3,748,374, - 0,7642,7644,1,0,0,0,7643,7639,1,0,0,0,7643,7640,1,0,0,0,7644,803, - 1,0,0,0,7645,7650,3,818,409,0,7646,7647,3,816,408,0,7647,7648,3, - 748,374,0,7648,7650,1,0,0,0,7649,7645,1,0,0,0,7649,7646,1,0,0,0, - 7650,805,1,0,0,0,7651,7654,3,808,404,0,7652,7653,5,487,0,0,7653, - 7655,3,808,404,0,7654,7652,1,0,0,0,7654,7655,1,0,0,0,7655,807,1, - 0,0,0,7656,7668,5,561,0,0,7657,7668,5,563,0,0,7658,7662,5,565,0, - 0,7659,7661,5,590,0,0,7660,7659,1,0,0,0,7661,7664,1,0,0,0,7662,7660, - 1,0,0,0,7662,7663,1,0,0,0,7663,7665,1,0,0,0,7664,7662,1,0,0,0,7665, - 7668,5,591,0,0,7666,7668,5,586,0,0,7667,7656,1,0,0,0,7667,7657,1, - 0,0,0,7667,7658,1,0,0,0,7667,7666,1,0,0,0,7668,809,1,0,0,0,7669, - 7671,7,30,0,0,7670,7669,1,0,0,0,7670,7671,1,0,0,0,7671,7672,1,0, - 0,0,7672,7673,5,574,0,0,7673,811,1,0,0,0,7674,7680,3,820,410,0,7675, - 7680,5,52,0,0,7676,7680,5,49,0,0,7677,7680,5,89,0,0,7678,7680,5, - 524,0,0,7679,7674,1,0,0,0,7679,7675,1,0,0,0,7679,7676,1,0,0,0,7679, - 7677,1,0,0,0,7679,7678,1,0,0,0,7680,813,1,0,0,0,7681,7686,3,812, - 406,0,7682,7683,5,6,0,0,7683,7685,3,812,406,0,7684,7682,1,0,0,0, - 7685,7688,1,0,0,0,7686,7684,1,0,0,0,7686,7687,1,0,0,0,7687,815,1, - 0,0,0,7688,7686,1,0,0,0,7689,7692,3,824,412,0,7690,7692,3,828,414, - 0,7691,7689,1,0,0,0,7691,7690,1,0,0,0,7692,817,1,0,0,0,7693,7696, - 3,824,412,0,7694,7696,3,830,415,0,7695,7693,1,0,0,0,7695,7694,1, - 0,0,0,7696,819,1,0,0,0,7697,7701,3,824,412,0,7698,7701,3,828,414, - 0,7699,7701,3,830,415,0,7700,7697,1,0,0,0,7700,7698,1,0,0,0,7700, - 7699,1,0,0,0,7701,821,1,0,0,0,7702,7707,3,824,412,0,7703,7707,3, - 828,414,0,7704,7707,3,830,415,0,7705,7707,3,832,416,0,7706,7702, - 1,0,0,0,7706,7703,1,0,0,0,7706,7704,1,0,0,0,7706,7705,1,0,0,0,7707, - 823,1,0,0,0,7708,7711,5,552,0,0,7709,7710,5,487,0,0,7710,7712,3, - 808,404,0,7711,7709,1,0,0,0,7711,7712,1,0,0,0,7712,7720,1,0,0,0, - 7713,7720,3,806,403,0,7714,7720,5,553,0,0,7715,7720,5,557,0,0,7716, - 7720,5,577,0,0,7717,7720,5,578,0,0,7718,7720,3,826,413,0,7719,7708, - 1,0,0,0,7719,7713,1,0,0,0,7719,7714,1,0,0,0,7719,7715,1,0,0,0,7719, - 7716,1,0,0,0,7719,7717,1,0,0,0,7719,7718,1,0,0,0,7720,825,1,0,0, - 0,7721,7722,7,110,0,0,7722,827,1,0,0,0,7723,7775,5,387,0,0,7724, - 7775,5,388,0,0,7725,7775,3,656,328,0,7726,7775,5,390,0,0,7727,7775, - 5,391,0,0,7728,7775,3,658,329,0,7729,7775,5,393,0,0,7730,7775,5, - 394,0,0,7731,7775,5,395,0,0,7732,7775,5,396,0,0,7733,7775,5,397, - 0,0,7734,7775,5,398,0,0,7735,7775,5,399,0,0,7736,7775,5,470,0,0, - 7737,7775,5,400,0,0,7738,7775,5,401,0,0,7739,7775,5,402,0,0,7740, - 7775,5,403,0,0,7741,7775,5,404,0,0,7742,7775,5,405,0,0,7743,7775, - 5,406,0,0,7744,7775,5,407,0,0,7745,7775,5,489,0,0,7746,7775,5,408, - 0,0,7747,7775,3,652,326,0,7748,7775,5,453,0,0,7749,7775,5,410,0, - 0,7750,7775,5,411,0,0,7751,7775,5,412,0,0,7752,7775,5,413,0,0,7753, - 7775,5,414,0,0,7754,7775,5,415,0,0,7755,7775,5,416,0,0,7756,7775, - 5,417,0,0,7757,7775,5,418,0,0,7758,7775,5,419,0,0,7759,7775,5,420, - 0,0,7760,7775,5,421,0,0,7761,7775,5,422,0,0,7762,7775,5,423,0,0, - 7763,7775,5,424,0,0,7764,7775,5,425,0,0,7765,7775,5,426,0,0,7766, - 7775,5,427,0,0,7767,7775,5,428,0,0,7768,7775,5,476,0,0,7769,7775, - 5,429,0,0,7770,7775,5,430,0,0,7771,7775,5,431,0,0,7772,7775,5,432, - 0,0,7773,7775,5,474,0,0,7774,7723,1,0,0,0,7774,7724,1,0,0,0,7774, - 7725,1,0,0,0,7774,7726,1,0,0,0,7774,7727,1,0,0,0,7774,7728,1,0,0, - 0,7774,7729,1,0,0,0,7774,7730,1,0,0,0,7774,7731,1,0,0,0,7774,7732, - 1,0,0,0,7774,7733,1,0,0,0,7774,7734,1,0,0,0,7774,7735,1,0,0,0,7774, - 7736,1,0,0,0,7774,7737,1,0,0,0,7774,7738,1,0,0,0,7774,7739,1,0,0, - 0,7774,7740,1,0,0,0,7774,7741,1,0,0,0,7774,7742,1,0,0,0,7774,7743, - 1,0,0,0,7774,7744,1,0,0,0,7774,7745,1,0,0,0,7774,7746,1,0,0,0,7774, - 7747,1,0,0,0,7774,7748,1,0,0,0,7774,7749,1,0,0,0,7774,7750,1,0,0, - 0,7774,7751,1,0,0,0,7774,7752,1,0,0,0,7774,7753,1,0,0,0,7774,7754, - 1,0,0,0,7774,7755,1,0,0,0,7774,7756,1,0,0,0,7774,7757,1,0,0,0,7774, - 7758,1,0,0,0,7774,7759,1,0,0,0,7774,7760,1,0,0,0,7774,7761,1,0,0, - 0,7774,7762,1,0,0,0,7774,7763,1,0,0,0,7774,7764,1,0,0,0,7774,7765, - 1,0,0,0,7774,7766,1,0,0,0,7774,7767,1,0,0,0,7774,7768,1,0,0,0,7774, - 7769,1,0,0,0,7774,7770,1,0,0,0,7774,7771,1,0,0,0,7774,7772,1,0,0, - 0,7774,7773,1,0,0,0,7775,829,1,0,0,0,7776,7777,7,111,0,0,7777,831, - 1,0,0,0,7778,7779,7,112,0,0,7779,833,1,0,0,0,7780,7782,3,836,418, - 0,7781,7780,1,0,0,0,7781,7782,1,0,0,0,7782,7793,1,0,0,0,7783,7791, - 5,178,0,0,7784,7788,3,838,419,0,7785,7788,5,178,0,0,7786,7788,3, - 836,418,0,7787,7784,1,0,0,0,7787,7785,1,0,0,0,7787,7786,1,0,0,0, - 7788,7789,1,0,0,0,7789,7787,1,0,0,0,7789,7790,1,0,0,0,7790,7792, - 1,0,0,0,7791,7787,1,0,0,0,7791,7792,1,0,0,0,7792,7794,1,0,0,0,7793, - 7783,1,0,0,0,7793,7794,1,0,0,0,7794,7795,1,0,0,0,7795,7799,5,146, - 0,0,7796,7798,3,844,422,0,7797,7796,1,0,0,0,7798,7801,1,0,0,0,7799, - 7797,1,0,0,0,7799,7800,1,0,0,0,7800,7803,1,0,0,0,7801,7799,1,0,0, - 0,7802,7804,3,922,461,0,7803,7802,1,0,0,0,7803,7804,1,0,0,0,7804, - 7805,1,0,0,0,7805,7807,5,454,0,0,7806,7808,3,926,463,0,7807,7806, - 1,0,0,0,7807,7808,1,0,0,0,7808,835,1,0,0,0,7809,7810,5,18,0,0,7810, - 7811,3,926,463,0,7811,7812,5,19,0,0,7812,837,1,0,0,0,7813,7860,3, - 926,463,0,7814,7815,5,496,0,0,7815,7818,5,62,0,0,7816,7819,5,28, - 0,0,7817,7819,3,816,408,0,7818,7816,1,0,0,0,7818,7817,1,0,0,0,7819, - 7861,1,0,0,0,7820,7822,5,497,0,0,7821,7820,1,0,0,0,7821,7822,1,0, - 0,0,7822,7823,1,0,0,0,7823,7825,3,646,323,0,7824,7826,3,90,45,0, - 7825,7824,1,0,0,0,7825,7826,1,0,0,0,7826,7829,1,0,0,0,7827,7828, - 5,77,0,0,7828,7830,5,78,0,0,7829,7827,1,0,0,0,7829,7830,1,0,0,0, - 7830,7836,1,0,0,0,7831,7834,3,842,421,0,7832,7834,5,53,0,0,7833, - 7831,1,0,0,0,7833,7832,1,0,0,0,7834,7835,1,0,0,0,7835,7837,3,928, - 464,0,7836,7833,1,0,0,0,7836,7837,1,0,0,0,7837,7861,1,0,0,0,7838, - 7840,5,269,0,0,7839,7838,1,0,0,0,7839,7840,1,0,0,0,7840,7841,1,0, - 0,0,7841,7843,5,324,0,0,7842,7839,1,0,0,0,7842,7843,1,0,0,0,7843, - 7844,1,0,0,0,7844,7856,5,172,0,0,7845,7846,5,2,0,0,7846,7851,3,840, - 420,0,7847,7848,5,6,0,0,7848,7850,3,840,420,0,7849,7847,1,0,0,0, - 7850,7853,1,0,0,0,7851,7849,1,0,0,0,7851,7852,1,0,0,0,7852,7854, - 1,0,0,0,7853,7851,1,0,0,0,7854,7855,5,3,0,0,7855,7857,1,0,0,0,7856, - 7845,1,0,0,0,7856,7857,1,0,0,0,7857,7858,1,0,0,0,7858,7859,7,113, - 0,0,7859,7861,3,554,277,0,7860,7814,1,0,0,0,7860,7821,1,0,0,0,7860, - 7842,1,0,0,0,7861,7862,1,0,0,0,7862,7863,5,7,0,0,7863,839,1,0,0, - 0,7864,7865,3,926,463,0,7865,7866,3,646,323,0,7866,841,1,0,0,0,7867, - 7868,7,114,0,0,7868,843,1,0,0,0,7869,7870,3,834,417,0,7870,7871, - 5,7,0,0,7871,7894,1,0,0,0,7872,7894,3,872,436,0,7873,7894,3,874, - 437,0,7874,7894,3,850,425,0,7875,7894,3,858,429,0,7876,7894,3,862, - 431,0,7877,7894,3,864,432,0,7878,7894,3,868,434,0,7879,7894,3,870, - 435,0,7880,7894,3,878,439,0,7881,7894,3,882,441,0,7882,7894,3,884, - 442,0,7883,7894,3,846,423,0,7884,7894,3,848,424,0,7885,7894,3,852, - 426,0,7886,7894,3,888,444,0,7887,7894,3,892,446,0,7888,7894,3,896, - 448,0,7889,7894,3,912,456,0,7890,7894,3,914,457,0,7891,7894,3,916, - 458,0,7892,7894,3,918,459,0,7893,7869,1,0,0,0,7893,7872,1,0,0,0, - 7893,7873,1,0,0,0,7893,7874,1,0,0,0,7893,7875,1,0,0,0,7893,7876, - 1,0,0,0,7893,7877,1,0,0,0,7893,7878,1,0,0,0,7893,7879,1,0,0,0,7893, - 7880,1,0,0,0,7893,7881,1,0,0,0,7893,7882,1,0,0,0,7893,7883,1,0,0, - 0,7893,7884,1,0,0,0,7893,7885,1,0,0,0,7893,7886,1,0,0,0,7893,7887, - 1,0,0,0,7893,7888,1,0,0,0,7893,7889,1,0,0,0,7893,7890,1,0,0,0,7893, - 7891,1,0,0,0,7893,7892,1,0,0,0,7894,845,1,0,0,0,7895,7896,5,498, - 0,0,7896,7897,3,928,464,0,7897,7898,5,7,0,0,7898,847,1,0,0,0,7899, - 7900,5,433,0,0,7900,7907,3,926,463,0,7901,7903,5,2,0,0,7902,7904, - 3,726,363,0,7903,7902,1,0,0,0,7903,7904,1,0,0,0,7904,7905,1,0,0, - 0,7905,7906,5,3,0,0,7906,7908,5,7,0,0,7907,7901,1,0,0,0,7907,7908, - 1,0,0,0,7908,7919,1,0,0,0,7909,7910,5,57,0,0,7910,7911,3,926,463, - 0,7911,7913,5,2,0,0,7912,7914,3,726,363,0,7913,7912,1,0,0,0,7913, - 7914,1,0,0,0,7914,7915,1,0,0,0,7915,7916,5,3,0,0,7916,7917,5,7,0, - 0,7917,7919,1,0,0,0,7918,7899,1,0,0,0,7918,7909,1,0,0,0,7919,849, - 1,0,0,0,7920,7921,3,856,428,0,7921,7922,3,842,421,0,7922,7923,3, - 928,464,0,7923,7924,5,7,0,0,7924,851,1,0,0,0,7925,7927,5,499,0,0, - 7926,7928,7,115,0,0,7927,7926,1,0,0,0,7927,7928,1,0,0,0,7928,7929, - 1,0,0,0,7929,7930,5,500,0,0,7930,7935,3,854,427,0,7931,7932,5,6, - 0,0,7932,7934,3,854,427,0,7933,7931,1,0,0,0,7934,7937,1,0,0,0,7935, - 7933,1,0,0,0,7935,7936,1,0,0,0,7936,7938,1,0,0,0,7937,7935,1,0,0, - 0,7938,7939,5,7,0,0,7939,853,1,0,0,0,7940,7941,3,856,428,0,7941, - 7942,3,842,421,0,7942,7943,3,816,408,0,7943,855,1,0,0,0,7944,7947, - 3,310,155,0,7945,7947,5,28,0,0,7946,7944,1,0,0,0,7946,7945,1,0,0, - 0,7947,7954,1,0,0,0,7948,7949,5,4,0,0,7949,7950,3,668,334,0,7950, - 7951,5,5,0,0,7951,7953,1,0,0,0,7952,7948,1,0,0,0,7953,7956,1,0,0, - 0,7954,7952,1,0,0,0,7954,7955,1,0,0,0,7955,857,1,0,0,0,7956,7954, - 1,0,0,0,7957,7958,5,220,0,0,7958,7959,3,928,464,0,7959,7963,5,93, - 0,0,7960,7962,3,844,422,0,7961,7960,1,0,0,0,7962,7965,1,0,0,0,7963, - 7961,1,0,0,0,7963,7964,1,0,0,0,7964,7977,1,0,0,0,7965,7963,1,0,0, - 0,7966,7967,5,502,0,0,7967,7968,3,668,334,0,7968,7972,5,93,0,0,7969, - 7971,3,844,422,0,7970,7969,1,0,0,0,7971,7974,1,0,0,0,7972,7970,1, - 0,0,0,7972,7973,1,0,0,0,7973,7976,1,0,0,0,7974,7972,1,0,0,0,7975, - 7966,1,0,0,0,7976,7979,1,0,0,0,7977,7975,1,0,0,0,7977,7978,1,0,0, - 0,7978,7981,1,0,0,0,7979,7977,1,0,0,0,7980,7982,3,860,430,0,7981, - 7980,1,0,0,0,7981,7982,1,0,0,0,7982,7983,1,0,0,0,7983,7984,5,454, - 0,0,7984,7985,5,220,0,0,7985,7986,5,7,0,0,7986,859,1,0,0,0,7987, - 7991,5,58,0,0,7988,7990,3,844,422,0,7989,7988,1,0,0,0,7990,7993, - 1,0,0,0,7991,7989,1,0,0,0,7991,7992,1,0,0,0,7992,861,1,0,0,0,7993, - 7991,1,0,0,0,7994,7996,5,40,0,0,7995,7997,3,928,464,0,7996,7995, - 1,0,0,0,7996,7997,1,0,0,0,7997,8007,1,0,0,0,7998,7999,5,102,0,0, - 7999,8000,3,726,363,0,8000,8004,5,93,0,0,8001,8003,3,844,422,0,8002, - 8001,1,0,0,0,8003,8006,1,0,0,0,8004,8002,1,0,0,0,8004,8005,1,0,0, - 0,8005,8008,1,0,0,0,8006,8004,1,0,0,0,8007,7998,1,0,0,0,8008,8009, - 1,0,0,0,8009,8007,1,0,0,0,8009,8010,1,0,0,0,8010,8012,1,0,0,0,8011, - 8013,3,860,430,0,8012,8011,1,0,0,0,8012,8013,1,0,0,0,8013,8014,1, - 0,0,0,8014,8015,5,454,0,0,8015,8016,5,40,0,0,8016,8017,5,7,0,0,8017, - 863,1,0,0,0,8018,8020,3,836,418,0,8019,8018,1,0,0,0,8019,8020,1, - 0,0,0,8020,8025,1,0,0,0,8021,8022,5,503,0,0,8022,8026,3,668,334, - 0,8023,8024,5,62,0,0,8024,8026,3,866,433,0,8025,8021,1,0,0,0,8025, - 8023,1,0,0,0,8025,8026,1,0,0,0,8026,8027,1,0,0,0,8027,8028,3,880, - 440,0,8028,865,1,0,0,0,8029,8030,3,308,154,0,8030,8053,5,68,0,0, - 8031,8033,3,816,408,0,8032,8034,3,528,264,0,8033,8032,1,0,0,0,8033, - 8034,1,0,0,0,8034,8054,1,0,0,0,8035,8054,3,554,277,0,8036,8054,3, - 514,257,0,8037,8038,5,202,0,0,8038,8041,3,668,334,0,8039,8040,5, - 100,0,0,8040,8042,3,726,363,0,8041,8039,1,0,0,0,8041,8042,1,0,0, - 0,8042,8054,1,0,0,0,8043,8045,5,504,0,0,8044,8043,1,0,0,0,8044,8045, - 1,0,0,0,8045,8046,1,0,0,0,8046,8047,3,668,334,0,8047,8048,5,24,0, - 0,8048,8051,3,668,334,0,8049,8050,5,147,0,0,8050,8052,3,668,334, - 0,8051,8049,1,0,0,0,8051,8052,1,0,0,0,8052,8054,1,0,0,0,8053,8031, - 1,0,0,0,8053,8035,1,0,0,0,8053,8036,1,0,0,0,8053,8037,1,0,0,0,8053, - 8044,1,0,0,0,8054,867,1,0,0,0,8055,8057,3,836,418,0,8056,8055,1, - 0,0,0,8056,8057,1,0,0,0,8057,8058,1,0,0,0,8058,8059,5,505,0,0,8059, - 8062,3,308,154,0,8060,8061,5,506,0,0,8061,8063,5,574,0,0,8062,8060, - 1,0,0,0,8062,8063,1,0,0,0,8063,8064,1,0,0,0,8064,8065,5,68,0,0,8065, - 8066,5,35,0,0,8066,8067,3,668,334,0,8067,8068,3,880,440,0,8068,869, - 1,0,0,0,8069,8071,7,116,0,0,8070,8072,3,926,463,0,8071,8070,1,0, - 0,0,8071,8072,1,0,0,0,8072,8075,1,0,0,0,8073,8074,5,102,0,0,8074, - 8076,3,928,464,0,8075,8073,1,0,0,0,8075,8076,1,0,0,0,8076,8077,1, - 0,0,0,8077,8078,5,7,0,0,8078,871,1,0,0,0,8079,8094,5,508,0,0,8080, - 8081,5,268,0,0,8081,8095,3,928,464,0,8082,8089,5,509,0,0,8083,8084, - 5,202,0,0,8084,8085,3,668,334,0,8085,8086,5,100,0,0,8086,8087,3, - 726,363,0,8087,8090,1,0,0,0,8088,8090,3,554,277,0,8089,8083,1,0, - 0,0,8089,8088,1,0,0,0,8090,8095,1,0,0,0,8091,8093,3,928,464,0,8092, - 8091,1,0,0,0,8092,8093,1,0,0,0,8093,8095,1,0,0,0,8094,8080,1,0,0, - 0,8094,8082,1,0,0,0,8094,8092,1,0,0,0,8095,8096,1,0,0,0,8096,8097, - 5,7,0,0,8097,873,1,0,0,0,8098,8128,5,510,0,0,8099,8101,7,117,0,0, - 8100,8099,1,0,0,0,8100,8101,1,0,0,0,8101,8114,1,0,0,0,8102,8115, - 3,824,412,0,8103,8104,5,511,0,0,8104,8115,3,806,403,0,8105,8112, - 3,806,403,0,8106,8107,5,6,0,0,8107,8109,3,668,334,0,8108,8106,1, - 0,0,0,8109,8110,1,0,0,0,8110,8108,1,0,0,0,8110,8111,1,0,0,0,8111, - 8113,1,0,0,0,8112,8108,1,0,0,0,8112,8113,1,0,0,0,8113,8115,1,0,0, - 0,8114,8102,1,0,0,0,8114,8103,1,0,0,0,8114,8105,1,0,0,0,8114,8115, - 1,0,0,0,8115,8125,1,0,0,0,8116,8117,5,100,0,0,8117,8122,3,876,438, - 0,8118,8119,5,6,0,0,8119,8121,3,876,438,0,8120,8118,1,0,0,0,8121, - 8124,1,0,0,0,8122,8120,1,0,0,0,8122,8123,1,0,0,0,8123,8126,1,0,0, - 0,8124,8122,1,0,0,0,8125,8116,1,0,0,0,8125,8126,1,0,0,0,8126,8127, - 1,0,0,0,8127,8129,5,7,0,0,8128,8100,1,0,0,0,8128,8129,1,0,0,0,8129, - 875,1,0,0,0,8130,8131,3,824,412,0,8131,8132,5,10,0,0,8132,8133,3, - 668,334,0,8133,877,1,0,0,0,8134,8135,5,518,0,0,8135,8138,3,928,464, - 0,8136,8137,5,6,0,0,8137,8139,3,928,464,0,8138,8136,1,0,0,0,8138, - 8139,1,0,0,0,8139,8140,1,0,0,0,8140,8141,5,7,0,0,8141,879,1,0,0, - 0,8142,8146,5,519,0,0,8143,8145,3,844,422,0,8144,8143,1,0,0,0,8145, - 8148,1,0,0,0,8146,8144,1,0,0,0,8146,8147,1,0,0,0,8147,8149,1,0,0, - 0,8148,8146,1,0,0,0,8149,8150,5,454,0,0,8150,8152,5,519,0,0,8151, - 8153,3,926,463,0,8152,8151,1,0,0,0,8152,8153,1,0,0,0,8153,8154,1, - 0,0,0,8154,8155,5,7,0,0,8155,881,1,0,0,0,8156,8158,3,4,2,0,8157, - 8159,3,886,443,0,8158,8157,1,0,0,0,8158,8159,1,0,0,0,8159,8160,1, - 0,0,0,8160,8161,5,7,0,0,8161,883,1,0,0,0,8162,8163,5,202,0,0,8163, - 8179,3,668,334,0,8164,8166,3,886,443,0,8165,8164,1,0,0,0,8165,8166, - 1,0,0,0,8166,8169,1,0,0,0,8167,8168,5,100,0,0,8168,8170,3,726,363, - 0,8169,8167,1,0,0,0,8169,8170,1,0,0,0,8170,8180,1,0,0,0,8171,8172, - 5,100,0,0,8172,8174,3,726,363,0,8173,8171,1,0,0,0,8173,8174,1,0, - 0,0,8174,8176,1,0,0,0,8175,8177,3,886,443,0,8176,8175,1,0,0,0,8176, - 8177,1,0,0,0,8177,8180,1,0,0,0,8178,8180,1,0,0,0,8179,8165,1,0,0, - 0,8179,8173,1,0,0,0,8179,8178,1,0,0,0,8180,8181,1,0,0,0,8181,8182, - 5,7,0,0,8182,885,1,0,0,0,8183,8185,5,71,0,0,8184,8186,5,346,0,0, - 8185,8184,1,0,0,0,8185,8186,1,0,0,0,8186,8187,1,0,0,0,8187,8188, - 3,726,363,0,8188,887,1,0,0,0,8189,8221,5,520,0,0,8190,8195,3,920, - 460,0,8191,8193,5,269,0,0,8192,8191,1,0,0,0,8192,8193,1,0,0,0,8193, - 8194,1,0,0,0,8194,8196,5,324,0,0,8195,8192,1,0,0,0,8195,8196,1,0, - 0,0,8196,8197,1,0,0,0,8197,8205,5,62,0,0,8198,8206,3,554,277,0,8199, - 8200,5,202,0,0,8200,8203,3,928,464,0,8201,8202,5,100,0,0,8202,8204, - 3,726,363,0,8203,8201,1,0,0,0,8203,8204,1,0,0,0,8204,8206,1,0,0, - 0,8205,8198,1,0,0,0,8205,8199,1,0,0,0,8206,8222,1,0,0,0,8207,8219, - 3,816,408,0,8208,8209,5,2,0,0,8209,8214,3,890,445,0,8210,8211,5, - 6,0,0,8211,8213,3,890,445,0,8212,8210,1,0,0,0,8213,8216,1,0,0,0, - 8214,8212,1,0,0,0,8214,8215,1,0,0,0,8215,8217,1,0,0,0,8216,8214, - 1,0,0,0,8217,8218,5,3,0,0,8218,8220,1,0,0,0,8219,8208,1,0,0,0,8219, - 8220,1,0,0,0,8220,8222,1,0,0,0,8221,8190,1,0,0,0,8221,8207,1,0,0, - 0,8222,8223,1,0,0,0,8223,8224,5,7,0,0,8224,889,1,0,0,0,8225,8226, - 3,816,408,0,8226,8227,5,20,0,0,8227,8229,1,0,0,0,8228,8225,1,0,0, - 0,8228,8229,1,0,0,0,8229,8230,1,0,0,0,8230,8231,3,668,334,0,8231, - 891,1,0,0,0,8232,8234,5,61,0,0,8233,8235,3,894,447,0,8234,8233,1, - 0,0,0,8234,8235,1,0,0,0,8235,8237,1,0,0,0,8236,8238,3,326,163,0, - 8237,8236,1,0,0,0,8237,8238,1,0,0,0,8238,8239,1,0,0,0,8239,8240, - 3,920,460,0,8240,8241,5,71,0,0,8241,8242,3,726,363,0,8242,8243,5, - 7,0,0,8243,893,1,0,0,0,8244,8259,5,268,0,0,8245,8259,5,293,0,0,8246, - 8259,5,207,0,0,8247,8259,5,249,0,0,8248,8250,7,51,0,0,8249,8248, - 1,0,0,0,8249,8250,1,0,0,0,8250,8251,1,0,0,0,8251,8259,3,668,334, - 0,8252,8259,5,30,0,0,8253,8256,7,118,0,0,8254,8257,3,668,334,0,8255, - 8257,5,30,0,0,8256,8254,1,0,0,0,8256,8255,1,0,0,0,8256,8257,1,0, - 0,0,8257,8259,1,0,0,0,8258,8244,1,0,0,0,8258,8245,1,0,0,0,8258,8246, - 1,0,0,0,8258,8247,1,0,0,0,8258,8249,1,0,0,0,8258,8252,1,0,0,0,8258, - 8253,1,0,0,0,8259,895,1,0,0,0,8260,8262,5,265,0,0,8261,8263,3,894, - 447,0,8262,8261,1,0,0,0,8262,8263,1,0,0,0,8263,8264,1,0,0,0,8264, - 8265,3,920,460,0,8265,8266,5,7,0,0,8266,897,1,0,0,0,8267,8269,3, - 566,283,0,8268,8267,1,0,0,0,8268,8269,1,0,0,0,8269,8270,1,0,0,0, - 8270,8271,5,525,0,0,8271,8273,5,71,0,0,8272,8274,5,81,0,0,8273,8272, - 1,0,0,0,8273,8274,1,0,0,0,8274,8275,1,0,0,0,8275,8277,3,770,385, - 0,8276,8278,5,9,0,0,8277,8276,1,0,0,0,8277,8278,1,0,0,0,8278,8283, - 1,0,0,0,8279,8281,5,36,0,0,8280,8279,1,0,0,0,8280,8281,1,0,0,0,8281, - 8282,1,0,0,0,8282,8284,3,816,408,0,8283,8280,1,0,0,0,8283,8284,1, - 0,0,0,8284,8285,1,0,0,0,8285,8286,5,100,0,0,8286,8287,3,900,450, - 0,8287,8288,5,80,0,0,8288,8290,3,668,334,0,8289,8291,3,902,451,0, - 8290,8289,1,0,0,0,8291,8292,1,0,0,0,8292,8290,1,0,0,0,8292,8293, - 1,0,0,0,8293,8295,1,0,0,0,8294,8296,3,540,270,0,8295,8294,1,0,0, - 0,8295,8296,1,0,0,0,8296,899,1,0,0,0,8297,8299,5,81,0,0,8298,8297, - 1,0,0,0,8298,8299,1,0,0,0,8299,8300,1,0,0,0,8300,8302,3,770,385, - 0,8301,8303,5,9,0,0,8302,8301,1,0,0,0,8302,8303,1,0,0,0,8303,8309, - 1,0,0,0,8304,8307,3,558,279,0,8305,8307,3,602,301,0,8306,8304,1, - 0,0,0,8306,8305,1,0,0,0,8307,8309,1,0,0,0,8308,8298,1,0,0,0,8308, - 8306,1,0,0,0,8309,8314,1,0,0,0,8310,8312,5,36,0,0,8311,8310,1,0, - 0,0,8311,8312,1,0,0,0,8312,8313,1,0,0,0,8313,8315,3,816,408,0,8314, - 8311,1,0,0,0,8314,8315,1,0,0,0,8315,901,1,0,0,0,8316,8317,5,102, - 0,0,8317,8320,5,526,0,0,8318,8319,5,33,0,0,8319,8321,3,668,334,0, - 8320,8318,1,0,0,0,8320,8321,1,0,0,0,8321,8322,1,0,0,0,8322,8327, - 5,93,0,0,8323,8328,3,906,453,0,8324,8328,5,182,0,0,8325,8326,5,57, - 0,0,8326,8328,5,270,0,0,8327,8323,1,0,0,0,8327,8324,1,0,0,0,8327, - 8325,1,0,0,0,8328,8343,1,0,0,0,8329,8330,5,102,0,0,8330,8331,5,77, - 0,0,8331,8334,5,526,0,0,8332,8333,5,33,0,0,8333,8335,3,668,334,0, - 8334,8332,1,0,0,0,8334,8335,1,0,0,0,8335,8336,1,0,0,0,8336,8340, - 5,93,0,0,8337,8341,3,904,452,0,8338,8339,5,57,0,0,8339,8341,5,270, - 0,0,8340,8337,1,0,0,0,8340,8338,1,0,0,0,8341,8343,1,0,0,0,8342,8316, - 1,0,0,0,8342,8329,1,0,0,0,8343,903,1,0,0,0,8344,8346,5,241,0,0,8345, - 8347,3,138,69,0,8346,8345,1,0,0,0,8346,8347,1,0,0,0,8347,8351,1, - 0,0,0,8348,8349,5,463,0,0,8349,8350,7,77,0,0,8350,8352,5,450,0,0, - 8351,8348,1,0,0,0,8351,8352,1,0,0,0,8352,8353,1,0,0,0,8353,8354, - 3,908,454,0,8354,905,1,0,0,0,8355,8356,5,369,0,0,8356,8374,5,333, - 0,0,8357,8358,3,796,398,0,8358,8359,5,10,0,0,8359,8360,3,910,455, - 0,8360,8375,1,0,0,0,8361,8362,3,138,69,0,8362,8363,5,10,0,0,8363, - 8364,5,2,0,0,8364,8369,3,910,455,0,8365,8366,5,6,0,0,8366,8368,3, - 910,455,0,8367,8365,1,0,0,0,8368,8371,1,0,0,0,8369,8367,1,0,0,0, - 8369,8370,1,0,0,0,8370,8372,1,0,0,0,8371,8369,1,0,0,0,8372,8373, - 5,3,0,0,8373,8375,1,0,0,0,8374,8357,1,0,0,0,8374,8361,1,0,0,0,8375, - 8376,1,0,0,0,8376,8374,1,0,0,0,8376,8377,1,0,0,0,8377,907,1,0,0, - 0,8378,8379,5,422,0,0,8379,8380,5,2,0,0,8380,8385,3,910,455,0,8381, - 8382,5,6,0,0,8382,8384,3,910,455,0,8383,8381,1,0,0,0,8384,8387,1, - 0,0,0,8385,8383,1,0,0,0,8385,8386,1,0,0,0,8386,8388,1,0,0,0,8387, - 8385,1,0,0,0,8388,8389,5,3,0,0,8389,8393,1,0,0,0,8390,8391,5,53, - 0,0,8391,8393,5,422,0,0,8392,8378,1,0,0,0,8392,8390,1,0,0,0,8393, - 909,1,0,0,0,8394,8397,3,582,291,0,8395,8397,5,53,0,0,8396,8394,1, - 0,0,0,8396,8395,1,0,0,0,8397,911,1,0,0,0,8398,8399,5,157,0,0,8399, - 8400,3,920,460,0,8400,8401,5,7,0,0,8401,913,1,0,0,0,8402,8403,5, - 78,0,0,8403,8404,5,7,0,0,8404,915,1,0,0,0,8405,8411,7,68,0,0,8406, - 8408,5,33,0,0,8407,8409,5,269,0,0,8408,8407,1,0,0,0,8408,8409,1, - 0,0,0,8409,8410,1,0,0,0,8410,8412,5,153,0,0,8411,8406,1,0,0,0,8411, - 8412,1,0,0,0,8412,8413,1,0,0,0,8413,8414,5,7,0,0,8414,917,1,0,0, - 0,8415,8416,5,333,0,0,8416,8417,3,310,155,0,8417,8418,5,94,0,0,8418, - 8419,5,53,0,0,8419,8420,5,7,0,0,8420,8428,1,0,0,0,8421,8424,5,313, - 0,0,8422,8425,3,310,155,0,8423,8425,5,30,0,0,8424,8422,1,0,0,0,8424, - 8423,1,0,0,0,8425,8426,1,0,0,0,8426,8428,5,7,0,0,8427,8415,1,0,0, - 0,8427,8421,1,0,0,0,8428,919,1,0,0,0,8429,8432,3,816,408,0,8430, - 8432,5,28,0,0,8431,8429,1,0,0,0,8431,8430,1,0,0,0,8432,921,1,0,0, - 0,8433,8450,5,517,0,0,8434,8435,5,102,0,0,8435,8440,3,924,462,0, - 8436,8437,5,82,0,0,8437,8439,3,924,462,0,8438,8436,1,0,0,0,8439, - 8442,1,0,0,0,8440,8438,1,0,0,0,8440,8441,1,0,0,0,8441,8443,1,0,0, - 0,8442,8440,1,0,0,0,8443,8447,5,93,0,0,8444,8446,3,844,422,0,8445, - 8444,1,0,0,0,8446,8449,1,0,0,0,8447,8445,1,0,0,0,8447,8448,1,0,0, - 0,8448,8451,1,0,0,0,8449,8447,1,0,0,0,8450,8434,1,0,0,0,8451,8452, - 1,0,0,0,8452,8450,1,0,0,0,8452,8453,1,0,0,0,8453,923,1,0,0,0,8454, - 8458,3,926,463,0,8455,8456,5,511,0,0,8456,8458,3,806,403,0,8457, - 8454,1,0,0,0,8457,8455,1,0,0,0,8458,925,1,0,0,0,8459,8462,3,816, - 408,0,8460,8462,3,826,413,0,8461,8459,1,0,0,0,8461,8460,1,0,0,0, - 8462,927,1,0,0,0,8463,8465,3,752,376,0,8464,8463,1,0,0,0,8464,8465, - 1,0,0,0,8465,8467,1,0,0,0,8466,8468,3,574,287,0,8467,8466,1,0,0, - 0,8467,8468,1,0,0,0,8468,8470,1,0,0,0,8469,8471,3,604,302,0,8470, - 8469,1,0,0,0,8470,8471,1,0,0,0,8471,8473,1,0,0,0,8472,8474,3,632, - 316,0,8473,8472,1,0,0,0,8473,8474,1,0,0,0,8474,8476,1,0,0,0,8475, - 8477,3,594,297,0,8476,8475,1,0,0,0,8476,8477,1,0,0,0,8477,8479,1, - 0,0,0,8478,8480,3,698,349,0,8479,8478,1,0,0,0,8479,8480,1,0,0,0, - 8480,8482,1,0,0,0,8481,8483,3,696,348,0,8482,8481,1,0,0,0,8482,8483, - 1,0,0,0,8483,929,1,0,0,0,1190,933,940,1060,1062,1071,1076,1082,1117, + 0,0,6987,6999,1,0,0,0,6988,6989,3,710,355,0,6989,6990,5,125,0,0, + 6990,6991,3,710,355,0,6991,6999,1,0,0,0,6992,6999,3,798,399,0,6993, + 6994,7,30,0,0,6994,6999,3,676,338,5,6995,6996,3,720,360,0,6996,6997, + 3,676,338,2,6997,6999,1,0,0,0,6998,6910,1,0,0,0,6998,6913,1,0,0, + 0,6998,6918,1,0,0,0,6998,6920,1,0,0,0,6998,6922,1,0,0,0,6998,6923, + 1,0,0,0,6998,6924,1,0,0,0,6998,6925,1,0,0,0,6998,6926,1,0,0,0,6998, + 6939,1,0,0,0,6998,6942,1,0,0,0,6998,6952,1,0,0,0,6998,6953,1,0,0, + 0,6998,6954,1,0,0,0,6998,6955,1,0,0,0,6998,6956,1,0,0,0,6998,6961, + 1,0,0,0,6998,6976,1,0,0,0,6998,6977,1,0,0,0,6998,6981,1,0,0,0,6998, + 6982,1,0,0,0,6998,6988,1,0,0,0,6998,6992,1,0,0,0,6998,6993,1,0,0, + 0,6998,6995,1,0,0,0,6999,7027,1,0,0,0,7000,7001,10,3,0,0,7001,7002, + 3,718,359,0,7002,7003,3,676,338,4,7003,7026,1,0,0,0,7004,7005,10, + 6,0,0,7005,7006,5,26,0,0,7006,7026,3,646,323,0,7007,7008,10,4,0, + 0,7008,7010,3,720,360,0,7009,7011,3,676,338,0,7010,7009,1,0,0,0, + 7010,7011,1,0,0,0,7011,7026,1,0,0,0,7012,7013,10,1,0,0,7013,7015, + 5,116,0,0,7014,7016,5,77,0,0,7015,7014,1,0,0,0,7015,7016,1,0,0,0, + 7016,7023,1,0,0,0,7017,7018,5,56,0,0,7018,7019,5,64,0,0,7019,7024, + 3,676,338,0,7020,7021,5,275,0,0,7021,7024,3,522,261,0,7022,7024, + 5,188,0,0,7023,7017,1,0,0,0,7023,7020,1,0,0,0,7023,7022,1,0,0,0, + 7024,7026,1,0,0,0,7025,7000,1,0,0,0,7025,7004,1,0,0,0,7025,7007, + 1,0,0,0,7025,7012,1,0,0,0,7026,7029,1,0,0,0,7027,7025,1,0,0,0,7027, + 7028,1,0,0,0,7028,677,1,0,0,0,7029,7027,1,0,0,0,7030,7031,3,804, + 402,0,7031,7052,5,2,0,0,7032,7036,3,732,366,0,7033,7034,5,6,0,0, + 7034,7035,5,101,0,0,7035,7037,3,734,367,0,7036,7033,1,0,0,0,7036, + 7037,1,0,0,0,7037,7039,1,0,0,0,7038,7040,3,580,290,0,7039,7038,1, + 0,0,0,7039,7040,1,0,0,0,7040,7053,1,0,0,0,7041,7042,5,101,0,0,7042, + 7044,3,734,367,0,7043,7045,3,580,290,0,7044,7043,1,0,0,0,7044,7045, + 1,0,0,0,7045,7053,1,0,0,0,7046,7047,7,81,0,0,7047,7049,3,732,366, + 0,7048,7050,3,580,290,0,7049,7048,1,0,0,0,7049,7050,1,0,0,0,7050, + 7053,1,0,0,0,7051,7053,5,9,0,0,7052,7032,1,0,0,0,7052,7041,1,0,0, + 0,7052,7046,1,0,0,0,7052,7051,1,0,0,0,7052,7053,1,0,0,0,7053,7054, + 1,0,0,0,7054,7055,5,3,0,0,7055,679,1,0,0,0,7056,7063,3,678,339,0, + 7057,7058,5,479,0,0,7058,7059,5,66,0,0,7059,7060,5,2,0,0,7060,7061, + 3,580,290,0,7061,7062,5,3,0,0,7062,7064,1,0,0,0,7063,7057,1,0,0, + 0,7063,7064,1,0,0,0,7064,7071,1,0,0,0,7065,7066,5,480,0,0,7066,7067, + 5,2,0,0,7067,7068,5,103,0,0,7068,7069,3,668,334,0,7069,7070,5,3, + 0,0,7070,7072,1,0,0,0,7071,7065,1,0,0,0,7071,7072,1,0,0,0,7072,7078, + 1,0,0,0,7073,7076,5,124,0,0,7074,7077,3,704,352,0,7075,7077,3,816, + 408,0,7076,7074,1,0,0,0,7076,7075,1,0,0,0,7077,7079,1,0,0,0,7078, + 7073,1,0,0,0,7078,7079,1,0,0,0,7079,7082,1,0,0,0,7080,7082,3,684, + 342,0,7081,7056,1,0,0,0,7081,7080,1,0,0,0,7082,681,1,0,0,0,7083, + 7086,3,678,339,0,7084,7086,3,684,342,0,7085,7083,1,0,0,0,7085,7084, + 1,0,0,0,7086,683,1,0,0,0,7087,7088,5,108,0,0,7088,7089,5,62,0,0, + 7089,7090,5,2,0,0,7090,7091,3,668,334,0,7091,7092,5,3,0,0,7092,7262, + 1,0,0,0,7093,7262,5,48,0,0,7094,7096,7,96,0,0,7095,7097,3,654,327, + 0,7096,7095,1,0,0,0,7096,7097,1,0,0,0,7097,7262,1,0,0,0,7098,7262, + 5,49,0,0,7099,7262,5,52,0,0,7100,7262,5,89,0,0,7101,7262,5,99,0, + 0,7102,7262,5,47,0,0,7103,7262,5,111,0,0,7104,7105,7,97,0,0,7105, + 7106,5,2,0,0,7106,7107,3,668,334,0,7107,7108,5,36,0,0,7108,7109, + 3,646,323,0,7109,7110,5,3,0,0,7110,7262,1,0,0,0,7111,7112,5,397, + 0,0,7112,7117,5,2,0,0,7113,7114,3,738,369,0,7114,7115,5,64,0,0,7115, + 7116,3,668,334,0,7116,7118,1,0,0,0,7117,7113,1,0,0,0,7117,7118,1, + 0,0,0,7118,7119,1,0,0,0,7119,7262,5,3,0,0,7120,7121,5,489,0,0,7121, + 7122,5,2,0,0,7122,7125,3,668,334,0,7123,7124,5,6,0,0,7124,7126,3, + 740,370,0,7125,7123,1,0,0,0,7125,7126,1,0,0,0,7126,7127,1,0,0,0, + 7127,7128,5,3,0,0,7128,7262,1,0,0,0,7129,7130,5,410,0,0,7130,7131, + 5,2,0,0,7131,7132,3,668,334,0,7132,7133,5,84,0,0,7133,7134,3,668, + 334,0,7134,7135,5,64,0,0,7135,7138,3,668,334,0,7136,7137,5,62,0, + 0,7137,7139,3,668,334,0,7138,7136,1,0,0,0,7138,7139,1,0,0,0,7139, + 7140,1,0,0,0,7140,7141,5,3,0,0,7141,7262,1,0,0,0,7142,7143,5,411, + 0,0,7143,7148,5,2,0,0,7144,7145,3,676,338,0,7145,7146,5,68,0,0,7146, + 7147,3,676,338,0,7147,7149,1,0,0,0,7148,7144,1,0,0,0,7148,7149,1, + 0,0,0,7149,7150,1,0,0,0,7150,7262,5,3,0,0,7151,7152,5,417,0,0,7152, + 7154,5,2,0,0,7153,7155,3,742,371,0,7154,7153,1,0,0,0,7154,7155,1, + 0,0,0,7155,7156,1,0,0,0,7156,7262,5,3,0,0,7157,7158,5,421,0,0,7158, + 7160,5,2,0,0,7159,7161,7,98,0,0,7160,7159,1,0,0,0,7160,7161,1,0, + 0,0,7161,7166,1,0,0,0,7162,7164,3,668,334,0,7163,7162,1,0,0,0,7163, + 7164,1,0,0,0,7164,7165,1,0,0,0,7165,7167,5,64,0,0,7166,7163,1,0, + 0,0,7166,7167,1,0,0,0,7167,7168,1,0,0,0,7168,7169,3,726,363,0,7169, + 7170,1,0,0,0,7170,7171,5,3,0,0,7171,7262,1,0,0,0,7172,7173,5,408, + 0,0,7173,7174,5,2,0,0,7174,7175,3,668,334,0,7175,7176,5,6,0,0,7176, + 7177,3,668,334,0,7177,7178,5,3,0,0,7178,7262,1,0,0,0,7179,7180,7, + 99,0,0,7180,7262,3,528,264,0,7181,7182,5,426,0,0,7182,7183,5,2,0, + 0,7183,7184,5,266,0,0,7184,7194,3,822,411,0,7185,7192,5,6,0,0,7186, + 7187,5,424,0,0,7187,7188,5,2,0,0,7188,7189,3,686,343,0,7189,7190, + 5,3,0,0,7190,7193,1,0,0,0,7191,7193,3,726,363,0,7192,7186,1,0,0, + 0,7192,7191,1,0,0,0,7193,7195,1,0,0,0,7194,7185,1,0,0,0,7194,7195, + 1,0,0,0,7195,7196,1,0,0,0,7196,7197,5,3,0,0,7197,7262,1,0,0,0,7198, + 7199,5,427,0,0,7199,7200,5,2,0,0,7200,7201,3,676,338,0,7201,7202, + 3,692,346,0,7202,7203,5,3,0,0,7203,7262,1,0,0,0,7204,7205,5,428, + 0,0,7205,7206,5,2,0,0,7206,7207,3,686,343,0,7207,7208,5,3,0,0,7208, + 7262,1,0,0,0,7209,7210,5,429,0,0,7210,7211,5,2,0,0,7211,7212,3,690, + 345,0,7212,7215,3,668,334,0,7213,7214,7,100,0,0,7214,7216,5,378, + 0,0,7215,7213,1,0,0,0,7215,7216,1,0,0,0,7216,7217,1,0,0,0,7217,7218, + 5,3,0,0,7218,7262,1,0,0,0,7219,7220,5,430,0,0,7220,7221,5,2,0,0, + 7221,7222,5,266,0,0,7222,7225,3,822,411,0,7223,7224,5,6,0,0,7224, + 7226,3,668,334,0,7225,7223,1,0,0,0,7225,7226,1,0,0,0,7226,7227,1, + 0,0,0,7227,7228,5,3,0,0,7228,7262,1,0,0,0,7229,7230,5,431,0,0,7230, + 7231,5,2,0,0,7231,7232,5,383,0,0,7232,7233,3,668,334,0,7233,7234, + 5,6,0,0,7234,7238,5,375,0,0,7235,7236,5,269,0,0,7236,7239,5,450, + 0,0,7237,7239,3,668,334,0,7238,7235,1,0,0,0,7238,7237,1,0,0,0,7239, + 7249,1,0,0,0,7240,7241,5,6,0,0,7241,7247,5,339,0,0,7242,7244,5,269, + 0,0,7243,7242,1,0,0,0,7243,7244,1,0,0,0,7244,7245,1,0,0,0,7245,7248, + 5,450,0,0,7246,7248,5,385,0,0,7247,7243,1,0,0,0,7247,7246,1,0,0, + 0,7248,7250,1,0,0,0,7249,7240,1,0,0,0,7249,7250,1,0,0,0,7250,7251, + 1,0,0,0,7251,7252,5,3,0,0,7252,7262,1,0,0,0,7253,7254,5,432,0,0, + 7254,7255,5,2,0,0,7255,7256,3,690,345,0,7256,7257,3,668,334,0,7257, + 7258,5,36,0,0,7258,7259,3,648,324,0,7259,7260,5,3,0,0,7260,7262, + 1,0,0,0,7261,7087,1,0,0,0,7261,7093,1,0,0,0,7261,7094,1,0,0,0,7261, + 7098,1,0,0,0,7261,7099,1,0,0,0,7261,7100,1,0,0,0,7261,7101,1,0,0, + 0,7261,7102,1,0,0,0,7261,7103,1,0,0,0,7261,7104,1,0,0,0,7261,7111, + 1,0,0,0,7261,7120,1,0,0,0,7261,7129,1,0,0,0,7261,7142,1,0,0,0,7261, + 7151,1,0,0,0,7261,7157,1,0,0,0,7261,7172,1,0,0,0,7261,7179,1,0,0, + 0,7261,7181,1,0,0,0,7261,7198,1,0,0,0,7261,7204,1,0,0,0,7261,7209, + 1,0,0,0,7261,7219,1,0,0,0,7261,7229,1,0,0,0,7261,7253,1,0,0,0,7262, + 685,1,0,0,0,7263,7268,3,688,344,0,7264,7265,5,6,0,0,7265,7267,3, + 688,344,0,7266,7264,1,0,0,0,7267,7270,1,0,0,0,7268,7266,1,0,0,0, + 7268,7269,1,0,0,0,7269,687,1,0,0,0,7270,7268,1,0,0,0,7271,7274,3, + 668,334,0,7272,7273,5,36,0,0,7273,7275,3,822,411,0,7274,7272,1,0, + 0,0,7274,7275,1,0,0,0,7275,689,1,0,0,0,7276,7277,7,101,0,0,7277, + 691,1,0,0,0,7278,7280,5,286,0,0,7279,7281,3,694,347,0,7280,7279, + 1,0,0,0,7280,7281,1,0,0,0,7281,7282,1,0,0,0,7282,7284,3,676,338, + 0,7283,7285,3,694,347,0,7284,7283,1,0,0,0,7284,7285,1,0,0,0,7285, + 693,1,0,0,0,7286,7287,5,147,0,0,7287,7288,7,102,0,0,7288,695,1,0, + 0,0,7289,7290,5,104,0,0,7290,7295,3,700,350,0,7291,7292,5,6,0,0, + 7292,7294,3,700,350,0,7293,7291,1,0,0,0,7294,7297,1,0,0,0,7295,7293, + 1,0,0,0,7295,7296,1,0,0,0,7296,697,1,0,0,0,7297,7295,1,0,0,0,7298, + 7299,5,67,0,0,7299,7300,3,668,334,0,7300,699,1,0,0,0,7301,7302,3, + 816,408,0,7302,7303,5,36,0,0,7303,7304,3,704,352,0,7304,701,1,0, + 0,0,7305,7308,5,124,0,0,7306,7309,3,704,352,0,7307,7309,3,816,408, + 0,7308,7306,1,0,0,0,7308,7307,1,0,0,0,7309,703,1,0,0,0,7310,7312, + 5,2,0,0,7311,7313,3,816,408,0,7312,7311,1,0,0,0,7312,7313,1,0,0, + 0,7313,7317,1,0,0,0,7314,7315,5,285,0,0,7315,7316,5,147,0,0,7316, + 7318,3,726,363,0,7317,7314,1,0,0,0,7317,7318,1,0,0,0,7318,7320,1, + 0,0,0,7319,7321,3,580,290,0,7320,7319,1,0,0,0,7320,7321,1,0,0,0, + 7321,7323,1,0,0,0,7322,7324,3,706,353,0,7323,7322,1,0,0,0,7323,7324, + 1,0,0,0,7324,7325,1,0,0,0,7325,7326,5,3,0,0,7326,705,1,0,0,0,7327, + 7332,7,103,0,0,7328,7329,5,387,0,0,7329,7330,3,708,354,0,7330,7331, + 5,33,0,0,7331,7333,1,0,0,0,7332,7328,1,0,0,0,7332,7333,1,0,0,0,7333, + 7334,1,0,0,0,7334,7335,3,708,354,0,7335,7345,1,0,0,0,7336,7343,5, + 199,0,0,7337,7338,5,434,0,0,7338,7344,5,414,0,0,7339,7344,5,66,0, + 0,7340,7344,5,467,0,0,7341,7342,5,269,0,0,7342,7344,5,482,0,0,7343, + 7337,1,0,0,0,7343,7339,1,0,0,0,7343,7340,1,0,0,0,7343,7341,1,0,0, + 0,7344,7346,1,0,0,0,7345,7336,1,0,0,0,7345,7346,1,0,0,0,7346,707, + 1,0,0,0,7347,7350,5,362,0,0,7348,7350,3,668,334,0,7349,7347,1,0, + 0,0,7349,7348,1,0,0,0,7350,7351,1,0,0,0,7351,7355,7,104,0,0,7352, + 7353,5,434,0,0,7353,7355,5,414,0,0,7354,7349,1,0,0,0,7354,7352,1, + 0,0,0,7355,709,1,0,0,0,7356,7364,3,712,356,0,7357,7358,5,2,0,0,7358, + 7359,3,726,363,0,7359,7360,5,6,0,0,7360,7361,3,668,334,0,7361,7362, + 5,3,0,0,7362,7364,1,0,0,0,7363,7356,1,0,0,0,7363,7357,1,0,0,0,7364, + 711,1,0,0,0,7365,7366,5,414,0,0,7366,7368,5,2,0,0,7367,7369,3,726, + 363,0,7368,7367,1,0,0,0,7368,7369,1,0,0,0,7369,7370,1,0,0,0,7370, + 7371,5,3,0,0,7371,713,1,0,0,0,7372,7373,7,105,0,0,7373,715,1,0,0, + 0,7374,7377,5,29,0,0,7375,7377,3,718,359,0,7376,7374,1,0,0,0,7376, + 7375,1,0,0,0,7377,717,1,0,0,0,7378,7379,7,106,0,0,7379,719,1,0,0, + 0,7380,7387,5,29,0,0,7381,7382,5,278,0,0,7382,7383,5,2,0,0,7383, + 7384,3,408,204,0,7384,7385,5,3,0,0,7385,7387,1,0,0,0,7386,7380,1, + 0,0,0,7386,7381,1,0,0,0,7387,721,1,0,0,0,7388,7395,3,716,358,0,7389, + 7390,5,278,0,0,7390,7391,5,2,0,0,7391,7392,3,408,204,0,7392,7393, + 5,3,0,0,7393,7395,1,0,0,0,7394,7388,1,0,0,0,7394,7389,1,0,0,0,7395, + 723,1,0,0,0,7396,7402,3,722,361,0,7397,7399,5,77,0,0,7398,7397,1, + 0,0,0,7398,7399,1,0,0,0,7399,7400,1,0,0,0,7400,7402,7,107,0,0,7401, + 7396,1,0,0,0,7401,7398,1,0,0,0,7402,725,1,0,0,0,7403,7408,3,668, + 334,0,7404,7405,5,6,0,0,7405,7407,3,668,334,0,7406,7404,1,0,0,0, + 7407,7410,1,0,0,0,7408,7406,1,0,0,0,7408,7409,1,0,0,0,7409,727,1, + 0,0,0,7410,7408,1,0,0,0,7411,7412,5,2,0,0,7412,7413,3,668,334,0, + 7413,7414,5,3,0,0,7414,7417,1,0,0,0,7415,7417,3,796,398,0,7416,7411, + 1,0,0,0,7416,7415,1,0,0,0,7417,729,1,0,0,0,7418,7421,3,668,334,0, + 7419,7421,3,796,398,0,7420,7418,1,0,0,0,7420,7419,1,0,0,0,7421,731, + 1,0,0,0,7422,7427,3,734,367,0,7423,7424,5,6,0,0,7424,7426,3,734, + 367,0,7425,7423,1,0,0,0,7426,7429,1,0,0,0,7427,7425,1,0,0,0,7427, + 7428,1,0,0,0,7428,733,1,0,0,0,7429,7427,1,0,0,0,7430,7438,3,796, + 398,0,7431,7438,3,668,334,0,7432,7435,3,818,409,0,7433,7434,7,108, + 0,0,7434,7436,3,668,334,0,7435,7433,1,0,0,0,7435,7436,1,0,0,0,7436, + 7438,1,0,0,0,7437,7430,1,0,0,0,7437,7431,1,0,0,0,7437,7432,1,0,0, + 0,7438,735,1,0,0,0,7439,7449,5,4,0,0,7440,7450,3,726,363,0,7441, + 7446,3,736,368,0,7442,7443,5,6,0,0,7443,7445,3,736,368,0,7444,7442, + 1,0,0,0,7445,7448,1,0,0,0,7446,7444,1,0,0,0,7446,7447,1,0,0,0,7447, + 7450,1,0,0,0,7448,7446,1,0,0,0,7449,7440,1,0,0,0,7449,7441,1,0,0, + 0,7449,7450,1,0,0,0,7450,7451,1,0,0,0,7451,7452,5,5,0,0,7452,737, + 1,0,0,0,7453,7462,3,824,412,0,7454,7462,5,384,0,0,7455,7462,5,264, + 0,0,7456,7462,5,176,0,0,7457,7462,5,218,0,0,7458,7462,5,261,0,0, + 7459,7462,5,326,0,0,7460,7462,3,806,403,0,7461,7453,1,0,0,0,7461, + 7454,1,0,0,0,7461,7455,1,0,0,0,7461,7456,1,0,0,0,7461,7457,1,0,0, + 0,7461,7458,1,0,0,0,7461,7459,1,0,0,0,7461,7460,1,0,0,0,7462,739, + 1,0,0,0,7463,7464,7,109,0,0,7464,741,1,0,0,0,7465,7466,3,668,334, + 0,7466,7467,5,64,0,0,7467,7470,3,668,334,0,7468,7469,5,62,0,0,7469, + 7471,3,668,334,0,7470,7468,1,0,0,0,7470,7471,1,0,0,0,7471,7487,1, + 0,0,0,7472,7473,3,668,334,0,7473,7474,5,62,0,0,7474,7477,3,668,334, + 0,7475,7476,5,64,0,0,7476,7478,3,668,334,0,7477,7475,1,0,0,0,7477, + 7478,1,0,0,0,7478,7487,1,0,0,0,7479,7480,3,668,334,0,7480,7481,5, + 127,0,0,7481,7482,3,668,334,0,7482,7483,5,197,0,0,7483,7484,3,668, + 334,0,7484,7487,1,0,0,0,7485,7487,3,726,363,0,7486,7465,1,0,0,0, + 7486,7472,1,0,0,0,7486,7479,1,0,0,0,7486,7485,1,0,0,0,7487,743,1, + 0,0,0,7488,7489,5,102,0,0,7489,7490,3,668,334,0,7490,7491,5,93,0, + 0,7491,7492,3,668,334,0,7492,745,1,0,0,0,7493,7496,5,11,0,0,7494, + 7497,3,822,411,0,7495,7497,5,9,0,0,7496,7494,1,0,0,0,7496,7495,1, + 0,0,0,7497,7511,1,0,0,0,7498,7507,5,4,0,0,7499,7508,3,668,334,0, + 7500,7502,3,668,334,0,7501,7500,1,0,0,0,7501,7502,1,0,0,0,7502,7503, + 1,0,0,0,7503,7505,5,8,0,0,7504,7506,3,668,334,0,7505,7504,1,0,0, + 0,7505,7506,1,0,0,0,7506,7508,1,0,0,0,7507,7499,1,0,0,0,7507,7501, + 1,0,0,0,7508,7509,1,0,0,0,7509,7511,5,5,0,0,7510,7493,1,0,0,0,7510, + 7498,1,0,0,0,7511,747,1,0,0,0,7512,7514,3,746,373,0,7513,7512,1, + 0,0,0,7514,7515,1,0,0,0,7515,7513,1,0,0,0,7515,7516,1,0,0,0,7516, + 749,1,0,0,0,7517,7519,3,746,373,0,7518,7517,1,0,0,0,7519,7522,1, + 0,0,0,7520,7518,1,0,0,0,7520,7521,1,0,0,0,7521,751,1,0,0,0,7522, + 7520,1,0,0,0,7523,7528,3,754,377,0,7524,7525,5,6,0,0,7525,7527,3, + 754,377,0,7526,7524,1,0,0,0,7527,7530,1,0,0,0,7528,7526,1,0,0,0, + 7528,7529,1,0,0,0,7529,753,1,0,0,0,7530,7528,1,0,0,0,7531,7536,3, + 730,365,0,7532,7533,5,36,0,0,7533,7537,3,822,411,0,7534,7537,3,824, + 412,0,7535,7537,1,0,0,0,7536,7532,1,0,0,0,7536,7534,1,0,0,0,7536, + 7535,1,0,0,0,7537,7540,1,0,0,0,7538,7540,5,9,0,0,7539,7531,1,0,0, + 0,7539,7538,1,0,0,0,7540,755,1,0,0,0,7541,7546,3,776,388,0,7542, + 7543,5,6,0,0,7543,7545,3,776,388,0,7544,7542,1,0,0,0,7545,7548,1, + 0,0,0,7546,7544,1,0,0,0,7546,7547,1,0,0,0,7547,757,1,0,0,0,7548, + 7546,1,0,0,0,7549,7554,3,770,385,0,7550,7551,5,6,0,0,7551,7553,3, + 770,385,0,7552,7550,1,0,0,0,7553,7556,1,0,0,0,7554,7552,1,0,0,0, + 7554,7555,1,0,0,0,7555,759,1,0,0,0,7556,7554,1,0,0,0,7557,7562,3, + 786,393,0,7558,7559,5,6,0,0,7559,7561,3,786,393,0,7560,7558,1,0, + 0,0,7561,7564,1,0,0,0,7562,7560,1,0,0,0,7562,7563,1,0,0,0,7563,761, + 1,0,0,0,7564,7562,1,0,0,0,7565,7570,3,784,392,0,7566,7567,5,6,0, + 0,7567,7569,3,784,392,0,7568,7566,1,0,0,0,7569,7572,1,0,0,0,7570, + 7568,1,0,0,0,7570,7571,1,0,0,0,7571,763,1,0,0,0,7572,7570,1,0,0, + 0,7573,7574,3,776,388,0,7574,765,1,0,0,0,7575,7576,3,776,388,0,7576, + 767,1,0,0,0,7577,7578,3,776,388,0,7578,769,1,0,0,0,7579,7580,3,776, + 388,0,7580,771,1,0,0,0,7581,7582,3,776,388,0,7582,773,1,0,0,0,7583, + 7584,3,310,155,0,7584,775,1,0,0,0,7585,7587,3,816,408,0,7586,7588, + 3,748,374,0,7587,7586,1,0,0,0,7587,7588,1,0,0,0,7588,777,1,0,0,0, + 7589,7594,3,766,383,0,7590,7591,5,6,0,0,7591,7593,3,766,383,0,7592, + 7590,1,0,0,0,7593,7596,1,0,0,0,7594,7592,1,0,0,0,7594,7595,1,0,0, + 0,7595,779,1,0,0,0,7596,7594,1,0,0,0,7597,7602,3,816,408,0,7598, + 7599,5,6,0,0,7599,7601,3,816,408,0,7600,7598,1,0,0,0,7601,7604,1, + 0,0,0,7602,7600,1,0,0,0,7602,7603,1,0,0,0,7603,781,1,0,0,0,7604, + 7602,1,0,0,0,7605,7606,3,310,155,0,7606,783,1,0,0,0,7607,7608,3, + 310,155,0,7608,785,1,0,0,0,7609,7610,3,310,155,0,7610,787,1,0,0, + 0,7611,7612,3,816,408,0,7612,789,1,0,0,0,7613,7614,3,816,408,0,7614, + 791,1,0,0,0,7615,7620,3,818,409,0,7616,7617,3,816,408,0,7617,7618, + 3,748,374,0,7618,7620,1,0,0,0,7619,7615,1,0,0,0,7619,7616,1,0,0, + 0,7620,793,1,0,0,0,7621,7626,3,818,409,0,7622,7623,3,816,408,0,7623, + 7624,3,748,374,0,7624,7626,1,0,0,0,7625,7621,1,0,0,0,7625,7622,1, + 0,0,0,7626,795,1,0,0,0,7627,7628,3,816,408,0,7628,7629,3,750,375, + 0,7629,7632,1,0,0,0,7630,7632,4,398,10,0,7631,7627,1,0,0,0,7631, + 7630,1,0,0,0,7632,797,1,0,0,0,7633,7634,3,816,408,0,7634,7635,3, + 750,375,0,7635,799,1,0,0,0,7636,7637,3,816,408,0,7637,801,1,0,0, + 0,7638,7643,3,818,409,0,7639,7640,3,816,408,0,7640,7641,3,748,374, + 0,7641,7643,1,0,0,0,7642,7638,1,0,0,0,7642,7639,1,0,0,0,7643,803, + 1,0,0,0,7644,7649,3,818,409,0,7645,7646,3,816,408,0,7646,7647,3, + 748,374,0,7647,7649,1,0,0,0,7648,7644,1,0,0,0,7648,7645,1,0,0,0, + 7649,805,1,0,0,0,7650,7653,3,808,404,0,7651,7652,5,487,0,0,7652, + 7654,3,808,404,0,7653,7651,1,0,0,0,7653,7654,1,0,0,0,7654,807,1, + 0,0,0,7655,7667,5,561,0,0,7656,7667,5,563,0,0,7657,7661,5,565,0, + 0,7658,7660,5,590,0,0,7659,7658,1,0,0,0,7660,7663,1,0,0,0,7661,7659, + 1,0,0,0,7661,7662,1,0,0,0,7662,7664,1,0,0,0,7663,7661,1,0,0,0,7664, + 7667,5,591,0,0,7665,7667,5,586,0,0,7666,7655,1,0,0,0,7666,7656,1, + 0,0,0,7666,7657,1,0,0,0,7666,7665,1,0,0,0,7667,809,1,0,0,0,7668, + 7670,7,30,0,0,7669,7668,1,0,0,0,7669,7670,1,0,0,0,7670,7671,1,0, + 0,0,7671,7672,5,574,0,0,7672,811,1,0,0,0,7673,7679,3,820,410,0,7674, + 7679,5,52,0,0,7675,7679,5,49,0,0,7676,7679,5,89,0,0,7677,7679,5, + 524,0,0,7678,7673,1,0,0,0,7678,7674,1,0,0,0,7678,7675,1,0,0,0,7678, + 7676,1,0,0,0,7678,7677,1,0,0,0,7679,813,1,0,0,0,7680,7685,3,812, + 406,0,7681,7682,5,6,0,0,7682,7684,3,812,406,0,7683,7681,1,0,0,0, + 7684,7687,1,0,0,0,7685,7683,1,0,0,0,7685,7686,1,0,0,0,7686,815,1, + 0,0,0,7687,7685,1,0,0,0,7688,7691,3,824,412,0,7689,7691,3,828,414, + 0,7690,7688,1,0,0,0,7690,7689,1,0,0,0,7691,817,1,0,0,0,7692,7695, + 3,824,412,0,7693,7695,3,830,415,0,7694,7692,1,0,0,0,7694,7693,1, + 0,0,0,7695,819,1,0,0,0,7696,7700,3,824,412,0,7697,7700,3,828,414, + 0,7698,7700,3,830,415,0,7699,7696,1,0,0,0,7699,7697,1,0,0,0,7699, + 7698,1,0,0,0,7700,821,1,0,0,0,7701,7706,3,824,412,0,7702,7706,3, + 828,414,0,7703,7706,3,830,415,0,7704,7706,3,832,416,0,7705,7701, + 1,0,0,0,7705,7702,1,0,0,0,7705,7703,1,0,0,0,7705,7704,1,0,0,0,7706, + 823,1,0,0,0,7707,7710,5,552,0,0,7708,7709,5,487,0,0,7709,7711,3, + 808,404,0,7710,7708,1,0,0,0,7710,7711,1,0,0,0,7711,7719,1,0,0,0, + 7712,7719,3,806,403,0,7713,7719,5,553,0,0,7714,7719,5,557,0,0,7715, + 7719,5,577,0,0,7716,7719,5,578,0,0,7717,7719,3,826,413,0,7718,7707, + 1,0,0,0,7718,7712,1,0,0,0,7718,7713,1,0,0,0,7718,7714,1,0,0,0,7718, + 7715,1,0,0,0,7718,7716,1,0,0,0,7718,7717,1,0,0,0,7719,825,1,0,0, + 0,7720,7721,7,110,0,0,7721,827,1,0,0,0,7722,7774,5,387,0,0,7723, + 7774,5,388,0,0,7724,7774,3,656,328,0,7725,7774,5,390,0,0,7726,7774, + 5,391,0,0,7727,7774,3,658,329,0,7728,7774,5,393,0,0,7729,7774,5, + 394,0,0,7730,7774,5,395,0,0,7731,7774,5,396,0,0,7732,7774,5,397, + 0,0,7733,7774,5,398,0,0,7734,7774,5,399,0,0,7735,7774,5,470,0,0, + 7736,7774,5,400,0,0,7737,7774,5,401,0,0,7738,7774,5,402,0,0,7739, + 7774,5,403,0,0,7740,7774,5,404,0,0,7741,7774,5,405,0,0,7742,7774, + 5,406,0,0,7743,7774,5,407,0,0,7744,7774,5,489,0,0,7745,7774,5,408, + 0,0,7746,7774,3,652,326,0,7747,7774,5,453,0,0,7748,7774,5,410,0, + 0,7749,7774,5,411,0,0,7750,7774,5,412,0,0,7751,7774,5,413,0,0,7752, + 7774,5,414,0,0,7753,7774,5,415,0,0,7754,7774,5,416,0,0,7755,7774, + 5,417,0,0,7756,7774,5,418,0,0,7757,7774,5,419,0,0,7758,7774,5,420, + 0,0,7759,7774,5,421,0,0,7760,7774,5,422,0,0,7761,7774,5,423,0,0, + 7762,7774,5,424,0,0,7763,7774,5,425,0,0,7764,7774,5,426,0,0,7765, + 7774,5,427,0,0,7766,7774,5,428,0,0,7767,7774,5,476,0,0,7768,7774, + 5,429,0,0,7769,7774,5,430,0,0,7770,7774,5,431,0,0,7771,7774,5,432, + 0,0,7772,7774,5,474,0,0,7773,7722,1,0,0,0,7773,7723,1,0,0,0,7773, + 7724,1,0,0,0,7773,7725,1,0,0,0,7773,7726,1,0,0,0,7773,7727,1,0,0, + 0,7773,7728,1,0,0,0,7773,7729,1,0,0,0,7773,7730,1,0,0,0,7773,7731, + 1,0,0,0,7773,7732,1,0,0,0,7773,7733,1,0,0,0,7773,7734,1,0,0,0,7773, + 7735,1,0,0,0,7773,7736,1,0,0,0,7773,7737,1,0,0,0,7773,7738,1,0,0, + 0,7773,7739,1,0,0,0,7773,7740,1,0,0,0,7773,7741,1,0,0,0,7773,7742, + 1,0,0,0,7773,7743,1,0,0,0,7773,7744,1,0,0,0,7773,7745,1,0,0,0,7773, + 7746,1,0,0,0,7773,7747,1,0,0,0,7773,7748,1,0,0,0,7773,7749,1,0,0, + 0,7773,7750,1,0,0,0,7773,7751,1,0,0,0,7773,7752,1,0,0,0,7773,7753, + 1,0,0,0,7773,7754,1,0,0,0,7773,7755,1,0,0,0,7773,7756,1,0,0,0,7773, + 7757,1,0,0,0,7773,7758,1,0,0,0,7773,7759,1,0,0,0,7773,7760,1,0,0, + 0,7773,7761,1,0,0,0,7773,7762,1,0,0,0,7773,7763,1,0,0,0,7773,7764, + 1,0,0,0,7773,7765,1,0,0,0,7773,7766,1,0,0,0,7773,7767,1,0,0,0,7773, + 7768,1,0,0,0,7773,7769,1,0,0,0,7773,7770,1,0,0,0,7773,7771,1,0,0, + 0,7773,7772,1,0,0,0,7774,829,1,0,0,0,7775,7776,7,111,0,0,7776,831, + 1,0,0,0,7777,7778,7,112,0,0,7778,833,1,0,0,0,7779,7781,3,836,418, + 0,7780,7779,1,0,0,0,7780,7781,1,0,0,0,7781,7792,1,0,0,0,7782,7790, + 5,178,0,0,7783,7787,3,838,419,0,7784,7787,5,178,0,0,7785,7787,3, + 836,418,0,7786,7783,1,0,0,0,7786,7784,1,0,0,0,7786,7785,1,0,0,0, + 7787,7788,1,0,0,0,7788,7786,1,0,0,0,7788,7789,1,0,0,0,7789,7791, + 1,0,0,0,7790,7786,1,0,0,0,7790,7791,1,0,0,0,7791,7793,1,0,0,0,7792, + 7782,1,0,0,0,7792,7793,1,0,0,0,7793,7794,1,0,0,0,7794,7798,5,146, + 0,0,7795,7797,3,844,422,0,7796,7795,1,0,0,0,7797,7800,1,0,0,0,7798, + 7796,1,0,0,0,7798,7799,1,0,0,0,7799,7802,1,0,0,0,7800,7798,1,0,0, + 0,7801,7803,3,922,461,0,7802,7801,1,0,0,0,7802,7803,1,0,0,0,7803, + 7804,1,0,0,0,7804,7806,5,454,0,0,7805,7807,3,926,463,0,7806,7805, + 1,0,0,0,7806,7807,1,0,0,0,7807,835,1,0,0,0,7808,7809,5,18,0,0,7809, + 7810,3,926,463,0,7810,7811,5,19,0,0,7811,837,1,0,0,0,7812,7859,3, + 926,463,0,7813,7814,5,496,0,0,7814,7817,5,62,0,0,7815,7818,5,28, + 0,0,7816,7818,3,816,408,0,7817,7815,1,0,0,0,7817,7816,1,0,0,0,7818, + 7860,1,0,0,0,7819,7821,5,497,0,0,7820,7819,1,0,0,0,7820,7821,1,0, + 0,0,7821,7822,1,0,0,0,7822,7824,3,646,323,0,7823,7825,3,90,45,0, + 7824,7823,1,0,0,0,7824,7825,1,0,0,0,7825,7828,1,0,0,0,7826,7827, + 5,77,0,0,7827,7829,5,78,0,0,7828,7826,1,0,0,0,7828,7829,1,0,0,0, + 7829,7835,1,0,0,0,7830,7833,3,842,421,0,7831,7833,5,53,0,0,7832, + 7830,1,0,0,0,7832,7831,1,0,0,0,7833,7834,1,0,0,0,7834,7836,3,928, + 464,0,7835,7832,1,0,0,0,7835,7836,1,0,0,0,7836,7860,1,0,0,0,7837, + 7839,5,269,0,0,7838,7837,1,0,0,0,7838,7839,1,0,0,0,7839,7840,1,0, + 0,0,7840,7842,5,324,0,0,7841,7838,1,0,0,0,7841,7842,1,0,0,0,7842, + 7843,1,0,0,0,7843,7855,5,172,0,0,7844,7845,5,2,0,0,7845,7850,3,840, + 420,0,7846,7847,5,6,0,0,7847,7849,3,840,420,0,7848,7846,1,0,0,0, + 7849,7852,1,0,0,0,7850,7848,1,0,0,0,7850,7851,1,0,0,0,7851,7853, + 1,0,0,0,7852,7850,1,0,0,0,7853,7854,5,3,0,0,7854,7856,1,0,0,0,7855, + 7844,1,0,0,0,7855,7856,1,0,0,0,7856,7857,1,0,0,0,7857,7858,7,113, + 0,0,7858,7860,3,554,277,0,7859,7813,1,0,0,0,7859,7820,1,0,0,0,7859, + 7841,1,0,0,0,7860,7861,1,0,0,0,7861,7862,5,7,0,0,7862,839,1,0,0, + 0,7863,7864,3,926,463,0,7864,7865,3,646,323,0,7865,841,1,0,0,0,7866, + 7867,7,114,0,0,7867,843,1,0,0,0,7868,7869,3,834,417,0,7869,7870, + 5,7,0,0,7870,7893,1,0,0,0,7871,7893,3,872,436,0,7872,7893,3,874, + 437,0,7873,7893,3,850,425,0,7874,7893,3,858,429,0,7875,7893,3,862, + 431,0,7876,7893,3,864,432,0,7877,7893,3,868,434,0,7878,7893,3,870, + 435,0,7879,7893,3,878,439,0,7880,7893,3,882,441,0,7881,7893,3,884, + 442,0,7882,7893,3,846,423,0,7883,7893,3,848,424,0,7884,7893,3,852, + 426,0,7885,7893,3,888,444,0,7886,7893,3,892,446,0,7887,7893,3,896, + 448,0,7888,7893,3,912,456,0,7889,7893,3,914,457,0,7890,7893,3,916, + 458,0,7891,7893,3,918,459,0,7892,7868,1,0,0,0,7892,7871,1,0,0,0, + 7892,7872,1,0,0,0,7892,7873,1,0,0,0,7892,7874,1,0,0,0,7892,7875, + 1,0,0,0,7892,7876,1,0,0,0,7892,7877,1,0,0,0,7892,7878,1,0,0,0,7892, + 7879,1,0,0,0,7892,7880,1,0,0,0,7892,7881,1,0,0,0,7892,7882,1,0,0, + 0,7892,7883,1,0,0,0,7892,7884,1,0,0,0,7892,7885,1,0,0,0,7892,7886, + 1,0,0,0,7892,7887,1,0,0,0,7892,7888,1,0,0,0,7892,7889,1,0,0,0,7892, + 7890,1,0,0,0,7892,7891,1,0,0,0,7893,845,1,0,0,0,7894,7895,5,498, + 0,0,7895,7896,3,928,464,0,7896,7897,5,7,0,0,7897,847,1,0,0,0,7898, + 7899,5,433,0,0,7899,7906,3,926,463,0,7900,7902,5,2,0,0,7901,7903, + 3,726,363,0,7902,7901,1,0,0,0,7902,7903,1,0,0,0,7903,7904,1,0,0, + 0,7904,7905,5,3,0,0,7905,7907,5,7,0,0,7906,7900,1,0,0,0,7906,7907, + 1,0,0,0,7907,7918,1,0,0,0,7908,7909,5,57,0,0,7909,7910,3,926,463, + 0,7910,7912,5,2,0,0,7911,7913,3,726,363,0,7912,7911,1,0,0,0,7912, + 7913,1,0,0,0,7913,7914,1,0,0,0,7914,7915,5,3,0,0,7915,7916,5,7,0, + 0,7916,7918,1,0,0,0,7917,7898,1,0,0,0,7917,7908,1,0,0,0,7918,849, + 1,0,0,0,7919,7920,3,856,428,0,7920,7921,3,842,421,0,7921,7922,3, + 928,464,0,7922,7923,5,7,0,0,7923,851,1,0,0,0,7924,7926,5,499,0,0, + 7925,7927,7,115,0,0,7926,7925,1,0,0,0,7926,7927,1,0,0,0,7927,7928, + 1,0,0,0,7928,7929,5,500,0,0,7929,7934,3,854,427,0,7930,7931,5,6, + 0,0,7931,7933,3,854,427,0,7932,7930,1,0,0,0,7933,7936,1,0,0,0,7934, + 7932,1,0,0,0,7934,7935,1,0,0,0,7935,7937,1,0,0,0,7936,7934,1,0,0, + 0,7937,7938,5,7,0,0,7938,853,1,0,0,0,7939,7940,3,856,428,0,7940, + 7941,3,842,421,0,7941,7942,3,816,408,0,7942,855,1,0,0,0,7943,7946, + 3,310,155,0,7944,7946,5,28,0,0,7945,7943,1,0,0,0,7945,7944,1,0,0, + 0,7946,7953,1,0,0,0,7947,7948,5,4,0,0,7948,7949,3,668,334,0,7949, + 7950,5,5,0,0,7950,7952,1,0,0,0,7951,7947,1,0,0,0,7952,7955,1,0,0, + 0,7953,7951,1,0,0,0,7953,7954,1,0,0,0,7954,857,1,0,0,0,7955,7953, + 1,0,0,0,7956,7957,5,220,0,0,7957,7958,3,928,464,0,7958,7962,5,93, + 0,0,7959,7961,3,844,422,0,7960,7959,1,0,0,0,7961,7964,1,0,0,0,7962, + 7960,1,0,0,0,7962,7963,1,0,0,0,7963,7976,1,0,0,0,7964,7962,1,0,0, + 0,7965,7966,5,502,0,0,7966,7967,3,668,334,0,7967,7971,5,93,0,0,7968, + 7970,3,844,422,0,7969,7968,1,0,0,0,7970,7973,1,0,0,0,7971,7969,1, + 0,0,0,7971,7972,1,0,0,0,7972,7975,1,0,0,0,7973,7971,1,0,0,0,7974, + 7965,1,0,0,0,7975,7978,1,0,0,0,7976,7974,1,0,0,0,7976,7977,1,0,0, + 0,7977,7980,1,0,0,0,7978,7976,1,0,0,0,7979,7981,3,860,430,0,7980, + 7979,1,0,0,0,7980,7981,1,0,0,0,7981,7982,1,0,0,0,7982,7983,5,454, + 0,0,7983,7984,5,220,0,0,7984,7985,5,7,0,0,7985,859,1,0,0,0,7986, + 7990,5,58,0,0,7987,7989,3,844,422,0,7988,7987,1,0,0,0,7989,7992, + 1,0,0,0,7990,7988,1,0,0,0,7990,7991,1,0,0,0,7991,861,1,0,0,0,7992, + 7990,1,0,0,0,7993,7995,5,40,0,0,7994,7996,3,928,464,0,7995,7994, + 1,0,0,0,7995,7996,1,0,0,0,7996,8006,1,0,0,0,7997,7998,5,102,0,0, + 7998,7999,3,726,363,0,7999,8003,5,93,0,0,8000,8002,3,844,422,0,8001, + 8000,1,0,0,0,8002,8005,1,0,0,0,8003,8001,1,0,0,0,8003,8004,1,0,0, + 0,8004,8007,1,0,0,0,8005,8003,1,0,0,0,8006,7997,1,0,0,0,8007,8008, + 1,0,0,0,8008,8006,1,0,0,0,8008,8009,1,0,0,0,8009,8011,1,0,0,0,8010, + 8012,3,860,430,0,8011,8010,1,0,0,0,8011,8012,1,0,0,0,8012,8013,1, + 0,0,0,8013,8014,5,454,0,0,8014,8015,5,40,0,0,8015,8016,5,7,0,0,8016, + 863,1,0,0,0,8017,8019,3,836,418,0,8018,8017,1,0,0,0,8018,8019,1, + 0,0,0,8019,8024,1,0,0,0,8020,8021,5,503,0,0,8021,8025,3,668,334, + 0,8022,8023,5,62,0,0,8023,8025,3,866,433,0,8024,8020,1,0,0,0,8024, + 8022,1,0,0,0,8024,8025,1,0,0,0,8025,8026,1,0,0,0,8026,8027,3,880, + 440,0,8027,865,1,0,0,0,8028,8029,3,308,154,0,8029,8052,5,68,0,0, + 8030,8032,3,816,408,0,8031,8033,3,528,264,0,8032,8031,1,0,0,0,8032, + 8033,1,0,0,0,8033,8053,1,0,0,0,8034,8053,3,554,277,0,8035,8053,3, + 514,257,0,8036,8037,5,202,0,0,8037,8040,3,668,334,0,8038,8039,5, + 100,0,0,8039,8041,3,726,363,0,8040,8038,1,0,0,0,8040,8041,1,0,0, + 0,8041,8053,1,0,0,0,8042,8044,5,504,0,0,8043,8042,1,0,0,0,8043,8044, + 1,0,0,0,8044,8045,1,0,0,0,8045,8046,3,668,334,0,8046,8047,5,24,0, + 0,8047,8050,3,668,334,0,8048,8049,5,147,0,0,8049,8051,3,668,334, + 0,8050,8048,1,0,0,0,8050,8051,1,0,0,0,8051,8053,1,0,0,0,8052,8030, + 1,0,0,0,8052,8034,1,0,0,0,8052,8035,1,0,0,0,8052,8036,1,0,0,0,8052, + 8043,1,0,0,0,8053,867,1,0,0,0,8054,8056,3,836,418,0,8055,8054,1, + 0,0,0,8055,8056,1,0,0,0,8056,8057,1,0,0,0,8057,8058,5,505,0,0,8058, + 8061,3,308,154,0,8059,8060,5,506,0,0,8060,8062,5,574,0,0,8061,8059, + 1,0,0,0,8061,8062,1,0,0,0,8062,8063,1,0,0,0,8063,8064,5,68,0,0,8064, + 8065,5,35,0,0,8065,8066,3,668,334,0,8066,8067,3,880,440,0,8067,869, + 1,0,0,0,8068,8070,7,116,0,0,8069,8071,3,926,463,0,8070,8069,1,0, + 0,0,8070,8071,1,0,0,0,8071,8074,1,0,0,0,8072,8073,5,102,0,0,8073, + 8075,3,928,464,0,8074,8072,1,0,0,0,8074,8075,1,0,0,0,8075,8076,1, + 0,0,0,8076,8077,5,7,0,0,8077,871,1,0,0,0,8078,8093,5,508,0,0,8079, + 8080,5,268,0,0,8080,8094,3,928,464,0,8081,8088,5,509,0,0,8082,8083, + 5,202,0,0,8083,8084,3,668,334,0,8084,8085,5,100,0,0,8085,8086,3, + 726,363,0,8086,8089,1,0,0,0,8087,8089,3,554,277,0,8088,8082,1,0, + 0,0,8088,8087,1,0,0,0,8089,8094,1,0,0,0,8090,8092,3,928,464,0,8091, + 8090,1,0,0,0,8091,8092,1,0,0,0,8092,8094,1,0,0,0,8093,8079,1,0,0, + 0,8093,8081,1,0,0,0,8093,8091,1,0,0,0,8094,8095,1,0,0,0,8095,8096, + 5,7,0,0,8096,873,1,0,0,0,8097,8127,5,510,0,0,8098,8100,7,117,0,0, + 8099,8098,1,0,0,0,8099,8100,1,0,0,0,8100,8113,1,0,0,0,8101,8114, + 3,824,412,0,8102,8103,5,511,0,0,8103,8114,3,806,403,0,8104,8111, + 3,806,403,0,8105,8106,5,6,0,0,8106,8108,3,668,334,0,8107,8105,1, + 0,0,0,8108,8109,1,0,0,0,8109,8107,1,0,0,0,8109,8110,1,0,0,0,8110, + 8112,1,0,0,0,8111,8107,1,0,0,0,8111,8112,1,0,0,0,8112,8114,1,0,0, + 0,8113,8101,1,0,0,0,8113,8102,1,0,0,0,8113,8104,1,0,0,0,8113,8114, + 1,0,0,0,8114,8124,1,0,0,0,8115,8116,5,100,0,0,8116,8121,3,876,438, + 0,8117,8118,5,6,0,0,8118,8120,3,876,438,0,8119,8117,1,0,0,0,8120, + 8123,1,0,0,0,8121,8119,1,0,0,0,8121,8122,1,0,0,0,8122,8125,1,0,0, + 0,8123,8121,1,0,0,0,8124,8115,1,0,0,0,8124,8125,1,0,0,0,8125,8126, + 1,0,0,0,8126,8128,5,7,0,0,8127,8099,1,0,0,0,8127,8128,1,0,0,0,8128, + 875,1,0,0,0,8129,8130,3,824,412,0,8130,8131,5,10,0,0,8131,8132,3, + 668,334,0,8132,877,1,0,0,0,8133,8134,5,518,0,0,8134,8137,3,928,464, + 0,8135,8136,5,6,0,0,8136,8138,3,928,464,0,8137,8135,1,0,0,0,8137, + 8138,1,0,0,0,8138,8139,1,0,0,0,8139,8140,5,7,0,0,8140,879,1,0,0, + 0,8141,8145,5,519,0,0,8142,8144,3,844,422,0,8143,8142,1,0,0,0,8144, + 8147,1,0,0,0,8145,8143,1,0,0,0,8145,8146,1,0,0,0,8146,8148,1,0,0, + 0,8147,8145,1,0,0,0,8148,8149,5,454,0,0,8149,8151,5,519,0,0,8150, + 8152,3,926,463,0,8151,8150,1,0,0,0,8151,8152,1,0,0,0,8152,8153,1, + 0,0,0,8153,8154,5,7,0,0,8154,881,1,0,0,0,8155,8157,3,4,2,0,8156, + 8158,3,886,443,0,8157,8156,1,0,0,0,8157,8158,1,0,0,0,8158,8159,1, + 0,0,0,8159,8160,5,7,0,0,8160,883,1,0,0,0,8161,8162,5,202,0,0,8162, + 8178,3,668,334,0,8163,8165,3,886,443,0,8164,8163,1,0,0,0,8164,8165, + 1,0,0,0,8165,8168,1,0,0,0,8166,8167,5,100,0,0,8167,8169,3,726,363, + 0,8168,8166,1,0,0,0,8168,8169,1,0,0,0,8169,8179,1,0,0,0,8170,8171, + 5,100,0,0,8171,8173,3,726,363,0,8172,8170,1,0,0,0,8172,8173,1,0, + 0,0,8173,8175,1,0,0,0,8174,8176,3,886,443,0,8175,8174,1,0,0,0,8175, + 8176,1,0,0,0,8176,8179,1,0,0,0,8177,8179,1,0,0,0,8178,8164,1,0,0, + 0,8178,8172,1,0,0,0,8178,8177,1,0,0,0,8179,8180,1,0,0,0,8180,8181, + 5,7,0,0,8181,885,1,0,0,0,8182,8184,5,71,0,0,8183,8185,5,346,0,0, + 8184,8183,1,0,0,0,8184,8185,1,0,0,0,8185,8186,1,0,0,0,8186,8187, + 3,726,363,0,8187,887,1,0,0,0,8188,8220,5,520,0,0,8189,8194,3,920, + 460,0,8190,8192,5,269,0,0,8191,8190,1,0,0,0,8191,8192,1,0,0,0,8192, + 8193,1,0,0,0,8193,8195,5,324,0,0,8194,8191,1,0,0,0,8194,8195,1,0, + 0,0,8195,8196,1,0,0,0,8196,8204,5,62,0,0,8197,8205,3,554,277,0,8198, + 8199,5,202,0,0,8199,8202,3,928,464,0,8200,8201,5,100,0,0,8201,8203, + 3,726,363,0,8202,8200,1,0,0,0,8202,8203,1,0,0,0,8203,8205,1,0,0, + 0,8204,8197,1,0,0,0,8204,8198,1,0,0,0,8205,8221,1,0,0,0,8206,8218, + 3,816,408,0,8207,8208,5,2,0,0,8208,8213,3,890,445,0,8209,8210,5, + 6,0,0,8210,8212,3,890,445,0,8211,8209,1,0,0,0,8212,8215,1,0,0,0, + 8213,8211,1,0,0,0,8213,8214,1,0,0,0,8214,8216,1,0,0,0,8215,8213, + 1,0,0,0,8216,8217,5,3,0,0,8217,8219,1,0,0,0,8218,8207,1,0,0,0,8218, + 8219,1,0,0,0,8219,8221,1,0,0,0,8220,8189,1,0,0,0,8220,8206,1,0,0, + 0,8221,8222,1,0,0,0,8222,8223,5,7,0,0,8223,889,1,0,0,0,8224,8225, + 3,816,408,0,8225,8226,5,20,0,0,8226,8228,1,0,0,0,8227,8224,1,0,0, + 0,8227,8228,1,0,0,0,8228,8229,1,0,0,0,8229,8230,3,668,334,0,8230, + 891,1,0,0,0,8231,8233,5,61,0,0,8232,8234,3,894,447,0,8233,8232,1, + 0,0,0,8233,8234,1,0,0,0,8234,8236,1,0,0,0,8235,8237,3,326,163,0, + 8236,8235,1,0,0,0,8236,8237,1,0,0,0,8237,8238,1,0,0,0,8238,8239, + 3,920,460,0,8239,8240,5,71,0,0,8240,8241,3,726,363,0,8241,8242,5, + 7,0,0,8242,893,1,0,0,0,8243,8258,5,268,0,0,8244,8258,5,293,0,0,8245, + 8258,5,207,0,0,8246,8258,5,249,0,0,8247,8249,7,51,0,0,8248,8247, + 1,0,0,0,8248,8249,1,0,0,0,8249,8250,1,0,0,0,8250,8258,3,668,334, + 0,8251,8258,5,30,0,0,8252,8255,7,118,0,0,8253,8256,3,668,334,0,8254, + 8256,5,30,0,0,8255,8253,1,0,0,0,8255,8254,1,0,0,0,8255,8256,1,0, + 0,0,8256,8258,1,0,0,0,8257,8243,1,0,0,0,8257,8244,1,0,0,0,8257,8245, + 1,0,0,0,8257,8246,1,0,0,0,8257,8248,1,0,0,0,8257,8251,1,0,0,0,8257, + 8252,1,0,0,0,8258,895,1,0,0,0,8259,8261,5,265,0,0,8260,8262,3,894, + 447,0,8261,8260,1,0,0,0,8261,8262,1,0,0,0,8262,8263,1,0,0,0,8263, + 8264,3,920,460,0,8264,8265,5,7,0,0,8265,897,1,0,0,0,8266,8268,3, + 566,283,0,8267,8266,1,0,0,0,8267,8268,1,0,0,0,8268,8269,1,0,0,0, + 8269,8270,5,525,0,0,8270,8272,5,71,0,0,8271,8273,5,81,0,0,8272,8271, + 1,0,0,0,8272,8273,1,0,0,0,8273,8274,1,0,0,0,8274,8276,3,770,385, + 0,8275,8277,5,9,0,0,8276,8275,1,0,0,0,8276,8277,1,0,0,0,8277,8282, + 1,0,0,0,8278,8280,5,36,0,0,8279,8278,1,0,0,0,8279,8280,1,0,0,0,8280, + 8281,1,0,0,0,8281,8283,3,816,408,0,8282,8279,1,0,0,0,8282,8283,1, + 0,0,0,8283,8284,1,0,0,0,8284,8285,5,100,0,0,8285,8286,3,900,450, + 0,8286,8287,5,80,0,0,8287,8289,3,668,334,0,8288,8290,3,902,451,0, + 8289,8288,1,0,0,0,8290,8291,1,0,0,0,8291,8289,1,0,0,0,8291,8292, + 1,0,0,0,8292,8294,1,0,0,0,8293,8295,3,540,270,0,8294,8293,1,0,0, + 0,8294,8295,1,0,0,0,8295,899,1,0,0,0,8296,8298,5,81,0,0,8297,8296, + 1,0,0,0,8297,8298,1,0,0,0,8298,8299,1,0,0,0,8299,8301,3,770,385, + 0,8300,8302,5,9,0,0,8301,8300,1,0,0,0,8301,8302,1,0,0,0,8302,8308, + 1,0,0,0,8303,8306,3,558,279,0,8304,8306,3,602,301,0,8305,8303,1, + 0,0,0,8305,8304,1,0,0,0,8306,8308,1,0,0,0,8307,8297,1,0,0,0,8307, + 8305,1,0,0,0,8308,8313,1,0,0,0,8309,8311,5,36,0,0,8310,8309,1,0, + 0,0,8310,8311,1,0,0,0,8311,8312,1,0,0,0,8312,8314,3,816,408,0,8313, + 8310,1,0,0,0,8313,8314,1,0,0,0,8314,901,1,0,0,0,8315,8316,5,102, + 0,0,8316,8319,5,526,0,0,8317,8318,5,33,0,0,8318,8320,3,668,334,0, + 8319,8317,1,0,0,0,8319,8320,1,0,0,0,8320,8321,1,0,0,0,8321,8326, + 5,93,0,0,8322,8327,3,906,453,0,8323,8327,5,182,0,0,8324,8325,5,57, + 0,0,8325,8327,5,270,0,0,8326,8322,1,0,0,0,8326,8323,1,0,0,0,8326, + 8324,1,0,0,0,8327,8342,1,0,0,0,8328,8329,5,102,0,0,8329,8330,5,77, + 0,0,8330,8333,5,526,0,0,8331,8332,5,33,0,0,8332,8334,3,668,334,0, + 8333,8331,1,0,0,0,8333,8334,1,0,0,0,8334,8335,1,0,0,0,8335,8339, + 5,93,0,0,8336,8340,3,904,452,0,8337,8338,5,57,0,0,8338,8340,5,270, + 0,0,8339,8336,1,0,0,0,8339,8337,1,0,0,0,8340,8342,1,0,0,0,8341,8315, + 1,0,0,0,8341,8328,1,0,0,0,8342,903,1,0,0,0,8343,8345,5,241,0,0,8344, + 8346,3,138,69,0,8345,8344,1,0,0,0,8345,8346,1,0,0,0,8346,8350,1, + 0,0,0,8347,8348,5,463,0,0,8348,8349,7,77,0,0,8349,8351,5,450,0,0, + 8350,8347,1,0,0,0,8350,8351,1,0,0,0,8351,8352,1,0,0,0,8352,8353, + 3,908,454,0,8353,905,1,0,0,0,8354,8355,5,369,0,0,8355,8373,5,333, + 0,0,8356,8357,3,796,398,0,8357,8358,5,10,0,0,8358,8359,3,910,455, + 0,8359,8374,1,0,0,0,8360,8361,3,138,69,0,8361,8362,5,10,0,0,8362, + 8363,5,2,0,0,8363,8368,3,910,455,0,8364,8365,5,6,0,0,8365,8367,3, + 910,455,0,8366,8364,1,0,0,0,8367,8370,1,0,0,0,8368,8366,1,0,0,0, + 8368,8369,1,0,0,0,8369,8371,1,0,0,0,8370,8368,1,0,0,0,8371,8372, + 5,3,0,0,8372,8374,1,0,0,0,8373,8356,1,0,0,0,8373,8360,1,0,0,0,8374, + 8375,1,0,0,0,8375,8373,1,0,0,0,8375,8376,1,0,0,0,8376,907,1,0,0, + 0,8377,8378,5,422,0,0,8378,8379,5,2,0,0,8379,8384,3,910,455,0,8380, + 8381,5,6,0,0,8381,8383,3,910,455,0,8382,8380,1,0,0,0,8383,8386,1, + 0,0,0,8384,8382,1,0,0,0,8384,8385,1,0,0,0,8385,8387,1,0,0,0,8386, + 8384,1,0,0,0,8387,8388,5,3,0,0,8388,8392,1,0,0,0,8389,8390,5,53, + 0,0,8390,8392,5,422,0,0,8391,8377,1,0,0,0,8391,8389,1,0,0,0,8392, + 909,1,0,0,0,8393,8396,3,582,291,0,8394,8396,5,53,0,0,8395,8393,1, + 0,0,0,8395,8394,1,0,0,0,8396,911,1,0,0,0,8397,8398,5,157,0,0,8398, + 8399,3,920,460,0,8399,8400,5,7,0,0,8400,913,1,0,0,0,8401,8402,5, + 78,0,0,8402,8403,5,7,0,0,8403,915,1,0,0,0,8404,8410,7,68,0,0,8405, + 8407,5,33,0,0,8406,8408,5,269,0,0,8407,8406,1,0,0,0,8407,8408,1, + 0,0,0,8408,8409,1,0,0,0,8409,8411,5,153,0,0,8410,8405,1,0,0,0,8410, + 8411,1,0,0,0,8411,8412,1,0,0,0,8412,8413,5,7,0,0,8413,917,1,0,0, + 0,8414,8415,5,333,0,0,8415,8416,3,310,155,0,8416,8417,5,94,0,0,8417, + 8418,5,53,0,0,8418,8419,5,7,0,0,8419,8427,1,0,0,0,8420,8423,5,313, + 0,0,8421,8424,3,310,155,0,8422,8424,5,30,0,0,8423,8421,1,0,0,0,8423, + 8422,1,0,0,0,8424,8425,1,0,0,0,8425,8427,5,7,0,0,8426,8414,1,0,0, + 0,8426,8420,1,0,0,0,8427,919,1,0,0,0,8428,8431,3,816,408,0,8429, + 8431,5,28,0,0,8430,8428,1,0,0,0,8430,8429,1,0,0,0,8431,921,1,0,0, + 0,8432,8449,5,517,0,0,8433,8434,5,102,0,0,8434,8439,3,924,462,0, + 8435,8436,5,82,0,0,8436,8438,3,924,462,0,8437,8435,1,0,0,0,8438, + 8441,1,0,0,0,8439,8437,1,0,0,0,8439,8440,1,0,0,0,8440,8442,1,0,0, + 0,8441,8439,1,0,0,0,8442,8446,5,93,0,0,8443,8445,3,844,422,0,8444, + 8443,1,0,0,0,8445,8448,1,0,0,0,8446,8444,1,0,0,0,8446,8447,1,0,0, + 0,8447,8450,1,0,0,0,8448,8446,1,0,0,0,8449,8433,1,0,0,0,8450,8451, + 1,0,0,0,8451,8449,1,0,0,0,8451,8452,1,0,0,0,8452,923,1,0,0,0,8453, + 8457,3,926,463,0,8454,8455,5,511,0,0,8455,8457,3,806,403,0,8456, + 8453,1,0,0,0,8456,8454,1,0,0,0,8457,925,1,0,0,0,8458,8461,3,816, + 408,0,8459,8461,3,826,413,0,8460,8458,1,0,0,0,8460,8459,1,0,0,0, + 8461,927,1,0,0,0,8462,8464,3,752,376,0,8463,8462,1,0,0,0,8463,8464, + 1,0,0,0,8464,8466,1,0,0,0,8465,8467,3,574,287,0,8466,8465,1,0,0, + 0,8466,8467,1,0,0,0,8467,8469,1,0,0,0,8468,8470,3,604,302,0,8469, + 8468,1,0,0,0,8469,8470,1,0,0,0,8470,8472,1,0,0,0,8471,8473,3,632, + 316,0,8472,8471,1,0,0,0,8472,8473,1,0,0,0,8473,8475,1,0,0,0,8474, + 8476,3,594,297,0,8475,8474,1,0,0,0,8475,8476,1,0,0,0,8476,8478,1, + 0,0,0,8477,8479,3,698,349,0,8478,8477,1,0,0,0,8478,8479,1,0,0,0, + 8479,8481,1,0,0,0,8480,8482,3,696,348,0,8481,8480,1,0,0,0,8481,8482, + 1,0,0,0,8482,929,1,0,0,0,1190,933,940,1060,1062,1071,1076,1082,1117, 1127,1133,1138,1145,1150,1157,1168,1176,1180,1192,1198,1204,1208, 1213,1217,1230,1240,1242,1248,1253,1266,1269,1274,1279,1290,1294, 1306,1310,1313,1317,1329,1347,1354,1362,1367,1374,1382,1388,1396, @@ -58119,24 +58112,24 @@ export class PostgreSqlParser extends SQLParserBase { 6731,6737,6739,6742,6746,6751,6758,6765,6767,6773,6775,6780,6782, 6786,6795,6799,6807,6809,6823,6826,6834,6843,6849,6854,6862,6864, 6869,6873,6878,6883,6889,6905,6907,6916,6931,6936,6939,6945,6950, - 6963,6968,6972,6979,6999,7011,7016,7024,7026,7028,7037,7040,7045, - 7050,7053,7064,7072,7077,7079,7082,7086,7097,7118,7126,7139,7149, - 7155,7161,7164,7167,7193,7195,7216,7226,7239,7244,7248,7250,7262, - 7269,7275,7281,7285,7296,7309,7313,7318,7321,7324,7333,7344,7346, - 7350,7355,7364,7369,7377,7387,7395,7399,7402,7409,7417,7421,7428, - 7436,7438,7447,7450,7462,7471,7478,7487,7497,7502,7506,7508,7511, - 7516,7521,7529,7537,7540,7547,7555,7563,7571,7588,7595,7603,7620, - 7626,7632,7643,7649,7654,7662,7667,7670,7679,7686,7691,7695,7700, - 7706,7711,7719,7774,7781,7787,7789,7791,7793,7799,7803,7807,7818, - 7821,7825,7829,7833,7836,7839,7842,7851,7856,7860,7893,7903,7907, - 7913,7918,7927,7935,7946,7954,7963,7972,7977,7981,7991,7996,8004, - 8009,8012,8019,8025,8033,8041,8044,8051,8053,8056,8062,8071,8075, - 8089,8092,8094,8100,8110,8112,8114,8122,8125,8128,8138,8146,8152, - 8158,8165,8169,8173,8176,8179,8185,8192,8195,8203,8205,8214,8219, - 8221,8228,8234,8237,8249,8256,8258,8262,8268,8273,8277,8280,8283, - 8292,8295,8298,8302,8306,8308,8311,8314,8320,8327,8334,8340,8342, - 8346,8351,8369,8374,8376,8385,8392,8396,8408,8411,8424,8427,8431, - 8440,8447,8452,8457,8461,8464,8467,8470,8473,8476,8479,8482 + 6963,6968,6972,6979,6998,7010,7015,7023,7025,7027,7036,7039,7044, + 7049,7052,7063,7071,7076,7078,7081,7085,7096,7117,7125,7138,7148, + 7154,7160,7163,7166,7192,7194,7215,7225,7238,7243,7247,7249,7261, + 7268,7274,7280,7284,7295,7308,7312,7317,7320,7323,7332,7343,7345, + 7349,7354,7363,7368,7376,7386,7394,7398,7401,7408,7416,7420,7427, + 7435,7437,7446,7449,7461,7470,7477,7486,7496,7501,7505,7507,7510, + 7515,7520,7528,7536,7539,7546,7554,7562,7570,7587,7594,7602,7619, + 7625,7631,7642,7648,7653,7661,7666,7669,7678,7685,7690,7694,7699, + 7705,7710,7718,7773,7780,7786,7788,7790,7792,7798,7802,7806,7817, + 7820,7824,7828,7832,7835,7838,7841,7850,7855,7859,7892,7902,7906, + 7912,7917,7926,7934,7945,7953,7962,7971,7976,7980,7990,7995,8003, + 8008,8011,8018,8024,8032,8040,8043,8050,8052,8055,8061,8070,8074, + 8088,8091,8093,8099,8109,8111,8113,8121,8124,8127,8137,8145,8151, + 8157,8164,8168,8172,8175,8178,8184,8191,8194,8202,8204,8213,8218, + 8220,8227,8233,8236,8248,8255,8257,8261,8267,8272,8276,8279,8282, + 8291,8294,8297,8301,8305,8307,8310,8313,8319,8326,8333,8339,8341, + 8345,8350,8368,8373,8375,8384,8391,8395,8407,8410,8423,8426,8430, + 8439,8446,8451,8456,8460,8463,8466,8469,8472,8475,8478,8481 ]; private static __ATN: antlr.ATN; @@ -78598,9 +78591,6 @@ export class PrimaryExpressionContext extends antlr.ParserRuleContext { public columnNamePath(): ColumnNamePathContext | null { return this.getRuleContext(0, ColumnNamePathContext); } - public qualifiedName(): QualifiedNameContext | null { - return this.getRuleContext(0, QualifiedNameContext); - } public primaryExpression(): PrimaryExpressionContext[]; public primaryExpression(i: number): PrimaryExpressionContext | null; public primaryExpression(i?: number): PrimaryExpressionContext[] | PrimaryExpressionContext | null { diff --git a/src/parser/common/basicSQL.ts b/src/parser/common/basicSQL.ts index db0e4f88d..cb7085460 100644 --- a/src/parser/common/basicSQL.ts +++ b/src/parser/common/basicSQL.ts @@ -134,6 +134,7 @@ export abstract class BasicSQL< public createParser(input: string, errorListener?: ErrorListener) { const lexer = this.createLexer(input, errorListener); const tokenStream = new CommonTokenStream(lexer); + tokenStream.fill(); const parser = this.createParserFromTokenStream(tokenStream); parser.interpreter.predictionMode = PredictionMode.SLL; if (errorListener) { @@ -414,7 +415,7 @@ export abstract class BasicSQL< // A boundary consisting of the index of the input. const startIndex = startStatement?.start?.start ?? 0; - const stopIndex = stopStatement?.stop?.stop ?? inputSlice.length - 1; + const stopIndex = stopStatement?.stop?.stop ?? inputSlice.length; /** * Save offset of the tokenIndex in the range of input @@ -518,6 +519,7 @@ export abstract class BasicSQL< } else { if (statementCount > 1) { caretTokenIndex = caretTokenIndex - tokenIndexOffset; + allTokens = allTokens.slice(tokenIndexOffset); } } @@ -557,29 +559,28 @@ export abstract class BasicSQL< } public getAllEntities(input: string, caretPosition?: CaretPosition): EntityContext[] | null { - const allTokens = this.getAllTokens(input); + /** + * Create a new parser to generate brand new parse tree. + * And the new parse tree should not effect cached parse tree which is used by validate and getSuggestionAtCaretPosition method. + */ + const parser = this.createParser(input); + const allTokens = (parser.tokenStream as CommonTokenStream).getTokens(); + const caretTokenIndex = caretPosition ? findCaretTokenIndex(caretPosition, allTokens) : void 0; - const collectListener = this.createEntityCollector(input, allTokens, caretTokenIndex); - // const parser = this.createParserWithCache(input); - // parser.entityCollecting = true; - // if(caretPosition) { - // const allTokens = this.getAllTokens(input); - // const tokenIndex = findCaretTokenIndex(caretPosition, allTokens); - // parser.caretTokenIndex = tokenIndex; - // } - - // const parseTree = parser.program(); - - const parseTree = this.parseWithCache(input); + parser.entityCollecting = true; + if (caretPosition && caretTokenIndex !== undefined) { + parser.caretTokenIndex = caretTokenIndex; + } + const parseTree = parser.program(); this.listen(collectListener, parseTree); - // parser.caretTokenIndex = -1; - // parser.entityCollecting = false; + parser.caretTokenIndex = -1; + parser.entityCollecting = false; return collectListener.getEntities(); } diff --git a/src/parser/flink/index.ts b/src/parser/flink/index.ts index 53b2bdcce..b196b27b7 100644 --- a/src/parser/flink/index.ts +++ b/src/parser/flink/index.ts @@ -29,6 +29,17 @@ export class FlinkSQL extends BasicSQL + syn.syntaxContextType === syntaxContextType && + syn.wordRanges.map((wordRange: Token) => wordRange.text)?.join(',') === + tokenRanges.map((tokenRange: Token) => tokenRange.text)?.join(',') + ) + ) { originalSyntaxSuggestions.push({ syntaxContextType, wordRanges: tokenRanges, diff --git a/src/parser/hive/index.ts b/src/parser/hive/index.ts index 67e650849..c83cf02c4 100644 --- a/src/parser/hive/index.ts +++ b/src/parser/hive/index.ts @@ -30,6 +30,11 @@ export class HiveSQL extends BasicSQL = new Set([ HiveSqlParser.RULE_dbSchemaName, // db or schema name HiveSqlParser.RULE_dbSchemaNameCreate, // db or schema name that will be created @@ -43,6 +48,7 @@ export class HiveSQL extends BasicSQL + syn.syntaxContextType === syntaxContextType && + syn.wordRanges.map((wordRange: Token) => wordRange.text)?.join(',') === + tokenRanges.map((tokenRange: Token) => tokenRange.text)?.join(',') + ) + ) { originalSyntaxSuggestions.push({ syntaxContextType, wordRanges: tokenRanges, diff --git a/src/parser/impala/index.ts b/src/parser/impala/index.ts index 2bff4bbe0..39dbbd184 100644 --- a/src/parser/impala/index.ts +++ b/src/parser/impala/index.ts @@ -29,6 +29,11 @@ export class ImpalaSQL extends BasicSQL = new Set([ ImpalaSqlParser.RULE_functionNameCreate, ImpalaSqlParser.RULE_tableNameCreate, @@ -41,6 +46,7 @@ export class ImpalaSQL extends BasicSQL + syn.syntaxContextType === syntaxContextType && + syn.wordRanges.map((wordRange: Token) => wordRange.text)?.join(',') === + tokenRanges.map((tokenRange: Token) => tokenRange.text)?.join(',') + ) + ) { originalSyntaxSuggestions.push({ syntaxContextType, wordRanges: tokenRanges, diff --git a/src/parser/mysql/index.ts b/src/parser/mysql/index.ts index b2868b0c4..af1fc8289 100644 --- a/src/parser/mysql/index.ts +++ b/src/parser/mysql/index.ts @@ -29,6 +29,11 @@ export class MySQL extends BasicSQL { return new MySqlParser(tokenStream); } + /** + * The rules that keywords you don't want to be suggested. + */ + protected excludeKeywordRules = new Set([MySqlParser.RULE_keywordsCanBeId]); + protected preferredRules: Set = new Set([ MySqlParser.RULE_databaseName, MySqlParser.RULE_databaseNameCreate, @@ -40,6 +45,7 @@ export class MySQL extends BasicSQL { MySqlParser.RULE_functionNameCreate, MySqlParser.RULE_columnName, MySqlParser.RULE_columnNameCreate, + ...this.excludeKeywordRules, ]); protected get splitListener() { @@ -121,7 +127,15 @@ export class MySQL extends BasicSQL { break; } - if (syntaxContextType) { + if ( + syntaxContextType && + !originalSyntaxSuggestions.some( + (syn) => + syn.syntaxContextType === syntaxContextType && + syn.wordRanges.map((wordRange: Token) => wordRange.text)?.join(',') === + tokenRanges.map((tokenRange: Token) => tokenRange.text)?.join(',') + ) + ) { originalSyntaxSuggestions.push({ syntaxContextType, wordRanges: tokenRanges, diff --git a/src/parser/postgresql/index.ts b/src/parser/postgresql/index.ts index a62276cf2..02944e399 100644 --- a/src/parser/postgresql/index.ts +++ b/src/parser/postgresql/index.ts @@ -30,6 +30,17 @@ export class PostgreSQL extends BasicSQL = new Set([ PostgreSqlParser.RULE_tableNameCreate, // table name PostgreSqlParser.RULE_tableName, // table name that will be created @@ -46,6 +57,7 @@ export class PostgreSQL extends BasicSQL + syn.syntaxContextType === syntaxContextType && + syn.wordRanges.map((wordRange: Token) => wordRange.text)?.join(',') === + tokenRanges.map((tokenRange: Token) => tokenRange.text)?.join(',') + ) + ) { originalSyntaxSuggestions.push({ syntaxContextType, wordRanges: tokenRanges, diff --git a/src/parser/spark/index.ts b/src/parser/spark/index.ts index f0125fc3e..22c62124c 100644 --- a/src/parser/spark/index.ts +++ b/src/parser/spark/index.ts @@ -29,6 +29,15 @@ export class SparkSQL extends BasicSQL = new Set([ SparkSqlParser.RULE_namespaceName, SparkSqlParser.RULE_namespaceNameCreate, @@ -41,6 +50,7 @@ export class SparkSQL extends BasicSQL + syn.syntaxContextType === syntaxContextType && + syn.wordRanges.map((wordRange: Token) => wordRange.text)?.join(',') === + tokenRanges.map((tokenRange: Token) => tokenRange.text)?.join(',') + ) + ) { originalSyntaxSuggestions.push({ syntaxContextType, wordRanges: tokenRanges, diff --git a/src/parser/trino/index.ts b/src/parser/trino/index.ts index 8b70c1e0f..1c86ca8da 100644 --- a/src/parser/trino/index.ts +++ b/src/parser/trino/index.ts @@ -50,6 +50,11 @@ export class TrinoSQL extends BasicSQL = new Set([ TrinoSqlParser.RULE_catalogRef, TrinoSqlParser.RULE_catalogNameCreate, @@ -64,6 +69,7 @@ export class TrinoSQL extends BasicSQL + syn.syntaxContextType === syntaxContextType && + syn.wordRanges.map((wordRange: Token) => wordRange.text)?.join(',') === + tokenRanges.map((tokenRange: Token) => tokenRange.text)?.join(',') + ) + ) { originalSyntaxSuggestions.push({ syntaxContextType, wordRanges: tokenRanges, diff --git a/test/parser/flink/suggestion/completeAfterSyntaxError.test.ts b/test/parser/flink/suggestion/completeAfterSyntaxError.test.ts index a6def22a4..1b593a97b 100644 --- a/test/parser/flink/suggestion/completeAfterSyntaxError.test.ts +++ b/test/parser/flink/suggestion/completeAfterSyntaxError.test.ts @@ -7,6 +7,7 @@ describe('FlinkSQL Complete After Syntax Error', () => { const sql1 = `SELECT FROM tb2;\nINSERT INTO `; const sql2 = `SELECT FROM tb3;\nCREATE TABLE `; const sql3 = `SELECT FROM t1;\nSL`; + const sql4 = `SELECT FROM t1;\n-- the comment 1\n-- the comment 2\nSELECT * FROM db.`; test('Syntax error but end with semi, should suggest tableName', () => { const pos: CaretPosition = { @@ -62,4 +63,19 @@ describe('FlinkSQL Complete After Syntax Error', () => { ); expect(filterKeywords).toMatchUnorderedArray(['SELECT']); }); + + test('Syntax suggestion after error and comments', () => { + const pos: CaretPosition = { + lineNumber: 4, + column: 18, + }; + const syntaxes = flink.getSuggestionAtCaretPosition(sql4, pos)?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.TABLE + ); + + // syntax + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['db', '.']); + }); }); diff --git a/test/parser/flink/suggestion/fixtures/syntaxSuggestion.sql b/test/parser/flink/suggestion/fixtures/syntaxSuggestion.sql index 15fb18901..f7cb677df 100644 --- a/test/parser/flink/suggestion/fixtures/syntaxSuggestion.sql +++ b/test/parser/flink/suggestion/fixtures/syntaxSuggestion.sql @@ -47,3 +47,7 @@ SELECT * FROM Orders ORDER BY orderTime LIMIT length(order_id); SELECT age CASE WHEN age < 18 THEN 1 ELSE 0 END AS is_minor FROM dt_catalog.dt_db.subscriptions; CREATE TABLE tmp_table (col INT) WITH ('connector'='kafka'); + +SELECT FROM tb1; + +SELECT age FROM tb1; \ No newline at end of file diff --git a/test/parser/flink/suggestion/fixtures/tokenSuggestion.sql b/test/parser/flink/suggestion/fixtures/tokenSuggestion.sql index 01a0ae892..905400b81 100644 --- a/test/parser/flink/suggestion/fixtures/tokenSuggestion.sql +++ b/test/parser/flink/suggestion/fixtures/tokenSuggestion.sql @@ -12,3 +12,5 @@ CREATE TABLE IF NOT EXISTS CREATE TABLE tb (id ); + +SELECT id FROM ; \ No newline at end of file diff --git a/test/parser/flink/suggestion/syntaxSuggestion.test.ts b/test/parser/flink/suggestion/syntaxSuggestion.test.ts index 7a6dd0046..41827cfb5 100644 --- a/test/parser/flink/suggestion/syntaxSuggestion.test.ts +++ b/test/parser/flink/suggestion/syntaxSuggestion.test.ts @@ -497,4 +497,85 @@ describe('Flink SQL Syntax Suggestion', () => { expect(suggestion[0].syntaxContextType).toBe(scenario.entityContextType); }); }); + + test('Sync suggestion no duplicate syntaxContextType', () => { + const pos: CaretPosition = { + lineNumber: 51, + column: 8, + }; + const syntaxes = flink.getSuggestionAtCaretPosition( + commentOtherLine(syntaxSql, pos.lineNumber), + pos + )?.syntax; + const syntaxContextTypes = syntaxes?.map((syn) => syn.syntaxContextType); + + expect(syntaxContextTypes).not.toBeUndefined(); + expect(syntaxContextTypes).toEqual([EntityContextType.FUNCTION, EntityContextType.COLUMN]); + }); + + test('Select function or column', () => { + const pos: CaretPosition = { + lineNumber: 53, + column: 11, + }; + const syntaxes = flink.getSuggestionAtCaretPosition( + commentOtherLine(syntaxSql, pos.lineNumber), + pos + )?.syntax; + const wordRangesArr = syntaxes?.map((syn) => syn.wordRanges); + + expect(wordRangesArr).not.toBeUndefined(); + expect(wordRangesArr.length).toBe(2); + expect( + wordRangesArr.map((wordRanges) => wordRanges.map((wordRange) => wordRange.text)) + ).toEqual([['age'], ['age']]); + }); + + test('Syntax suggestion after a comment', () => { + const sql = `-- the comment\nSELECT * FROM db.`; + const pos: CaretPosition = { + lineNumber: 2, + column: 18, + }; + + const syntaxes = flink.getSuggestionAtCaretPosition(sql, pos)?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.TABLE + ); + + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['db', '.']); + }); + + test('Syntax suggestion after comments', () => { + const sql = `-- the comment 1\n-- the comment 2\nSELECT * FROM db.`; + const pos: CaretPosition = { + lineNumber: 3, + column: 18, + }; + + const syntaxes = flink.getSuggestionAtCaretPosition(sql, pos)?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.TABLE + ); + + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['db', '.']); + }); + + test('Syntax suggestion after comments', () => { + const sql = `-- SELECT FROM t1;\n-- the comment 1\n-- the comment 2\nSELECT * FROM db.`; + const pos: CaretPosition = { + lineNumber: 4, + column: 18, + }; + + const syntaxes = flink.getSuggestionAtCaretPosition(sql, pos)?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.TABLE + ); + + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['db', '.']); + }); }); diff --git a/test/parser/flink/suggestion/tokenSuggestion.test.ts b/test/parser/flink/suggestion/tokenSuggestion.test.ts index 2b2ab1b39..67790c1a3 100644 --- a/test/parser/flink/suggestion/tokenSuggestion.test.ts +++ b/test/parser/flink/suggestion/tokenSuggestion.test.ts @@ -105,4 +105,16 @@ describe('Flink SQL Token Suggestion', () => { )?.keywords; expect(suggestion.length).not.toBe(0); }); + + test('filter unreserved keywords', () => { + const pos: CaretPosition = { + lineNumber: 16, + column: 17, + }; + const suggestion = flink.getSuggestionAtCaretPosition( + commentOtherLine(tokenSql, pos.lineNumber), + pos + )?.keywords; + expect(suggestion).toMatchUnorderedArray(['TABLE', 'LATERAL', 'UNNEST']); + }); }); diff --git a/test/parser/flink/syntax/fixtures/select.sql b/test/parser/flink/syntax/fixtures/select.sql index 5cd8b9caa..0b51270e8 100644 --- a/test/parser/flink/syntax/fixtures/select.sql +++ b/test/parser/flink/syntax/fixtures/select.sql @@ -50,4 +50,11 @@ SELECT TIMESTAMP '2019-12-23 09:00:00' as time2, INTERVAL '10 00:00:00.004' DAY TO SECOND as time3 from - MyTable; + MyTable; + + +SELECT COALESCE(SUM(c.amount), 0) AS total_amount FROM cust c; +SELECT SUM(c.amount) AS total_amount FROM cust c; +INSERT INTO SR_CATALOG.DEMOS.DETAIL_DEMO VALUES(2, 'YY', 2, CURRENT_DATE, NOW(),func1(),func2(1),func3('a',2)); + +INSERT INTO SR_CATALOG.DEMOS.DETAIL_DEMO SELECT 2, 'YY', 2, CURRENT_DATE,NOW(),func1(),func2(1),func3('a',2); \ No newline at end of file diff --git a/test/parser/hive/suggestion/completeAfterSyntaxError.test.ts b/test/parser/hive/suggestion/completeAfterSyntaxError.test.ts index 93e7f9af0..a30c4ac2b 100644 --- a/test/parser/hive/suggestion/completeAfterSyntaxError.test.ts +++ b/test/parser/hive/suggestion/completeAfterSyntaxError.test.ts @@ -7,6 +7,7 @@ describe('HiveSQL Complete After Syntax Error', () => { const sql1 = `SELECT FROM tb2;\nINSERT INTO `; const sql2 = `SELECT FROM tb3;\nCREATE TABLE `; const sql3 = `SELECT FROM t1;\nSL`; + const sql4 = `SELECT FROM t1;\n-- the comment 1\n-- the comment 2\nSELECT * FROM db.`; test('Syntax error but end with semi, should suggest tableName', () => { const pos: CaretPosition = { @@ -63,4 +64,19 @@ describe('HiveSQL Complete After Syntax Error', () => { ); expect(filterKeywords).toMatchUnorderedArray(['SELECT']); }); + + test('Syntax suggestion after error and comments', () => { + const pos: CaretPosition = { + lineNumber: 4, + column: 18, + }; + const syntaxes = hive.getSuggestionAtCaretPosition(sql4, pos)?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.TABLE + ); + + // syntax + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['db', '.']); + }); }); diff --git a/test/parser/hive/suggestion/fixtures/syntaxSuggestion.sql b/test/parser/hive/suggestion/fixtures/syntaxSuggestion.sql index 840d210a6..68512ff3f 100644 --- a/test/parser/hive/suggestion/fixtures/syntaxSuggestion.sql +++ b/test/parser/hive/suggestion/fixtures/syntaxSuggestion.sql @@ -58,4 +58,8 @@ SELECT a, COUNT(b) OVER (PARTITION BY c, d) FROM T; SELECT a.* FROM a JOIN b ON (a.id = b.id AND a.department = b.department); -SELECT col1, col2, CASE WHEN month = 'January' THEN 2023 ELSE 2024 END AS year, CAST(day AS int) AS day FROM source_table; \ No newline at end of file +SELECT col1, col2, CASE WHEN month = 'January' THEN 2023 ELSE 2024 END AS year, CAST(day AS int) AS day FROM source_table; + +SELECT FROM tb1; + +SELECT age FROM tb1; \ No newline at end of file diff --git a/test/parser/hive/suggestion/fixtures/tokenSuggestion.sql b/test/parser/hive/suggestion/fixtures/tokenSuggestion.sql index b7d1854ba..84834322d 100644 --- a/test/parser/hive/suggestion/fixtures/tokenSuggestion.sql +++ b/test/parser/hive/suggestion/fixtures/tokenSuggestion.sql @@ -24,3 +24,5 @@ CREATE TABLE IF NOT EXISTS CREATE TABLE tb (id ); + +SELECT id FROM ; \ No newline at end of file diff --git a/test/parser/hive/suggestion/syntaxSuggestion.test.ts b/test/parser/hive/suggestion/syntaxSuggestion.test.ts index 2013d5788..19db9684f 100644 --- a/test/parser/hive/suggestion/syntaxSuggestion.test.ts +++ b/test/parser/hive/suggestion/syntaxSuggestion.test.ts @@ -591,4 +591,85 @@ describe('Hive SQL Syntax Suggestion', () => { expect(suggestion).not.toBeUndefined(); expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['month']); }); + + test('Sync suggestion no duplicate syntaxContextType', () => { + const pos: CaretPosition = { + lineNumber: 63, + column: 8, + }; + const syntaxes = hive.getSuggestionAtCaretPosition( + commentOtherLine(syntaxSql, pos.lineNumber), + pos + )?.syntax; + const syntaxContextTypes = syntaxes?.map((syn) => syn.syntaxContextType); + + expect(syntaxContextTypes).not.toBeUndefined(); + expect(syntaxContextTypes).toEqual([EntityContextType.COLUMN, EntityContextType.FUNCTION]); + }); + + test('Select function or column', () => { + const pos: CaretPosition = { + lineNumber: 65, + column: 11, + }; + const syntaxes = hive.getSuggestionAtCaretPosition( + commentOtherLine(syntaxSql, pos.lineNumber), + pos + )?.syntax; + const wordRangesArr = syntaxes?.map((syn) => syn.wordRanges); + + expect(wordRangesArr).not.toBeUndefined(); + expect(wordRangesArr.length).toBe(2); + expect( + wordRangesArr.map((wordRanges) => wordRanges.map((wordRange) => wordRange.text)) + ).toEqual([['age'], ['age']]); + }); + + test('Syntax suggestion after a comment', () => { + const sql = `-- the comment\nSELECT * FROM db.`; + const pos: CaretPosition = { + lineNumber: 2, + column: 18, + }; + + const syntaxes = hive.getSuggestionAtCaretPosition(sql, pos)?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.TABLE + ); + + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['db', '.']); + }); + + test('Syntax suggestion after comments', () => { + const sql = `-- the comment 1\n-- the comment 2\nSELECT * FROM db.`; + const pos: CaretPosition = { + lineNumber: 3, + column: 18, + }; + + const syntaxes = hive.getSuggestionAtCaretPosition(sql, pos)?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.TABLE + ); + + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['db', '.']); + }); + + test('Syntax suggestion after comments', () => { + const sql = `-- SELECT FROM t1;\n-- the comment 1\n-- the comment 2\nSELECT * FROM db.`; + const pos: CaretPosition = { + lineNumber: 4, + column: 18, + }; + + const syntaxes = hive.getSuggestionAtCaretPosition(sql, pos)?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.TABLE + ); + + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['db', '.']); + }); }); diff --git a/test/parser/hive/suggestion/tokenSuggestion.test.ts b/test/parser/hive/suggestion/tokenSuggestion.test.ts index 6eb2b2b41..a8d65f7a8 100644 --- a/test/parser/hive/suggestion/tokenSuggestion.test.ts +++ b/test/parser/hive/suggestion/tokenSuggestion.test.ts @@ -272,4 +272,16 @@ describe('Hive SQL Token Suggestion', () => { )?.keywords; expect(suggestion.length).not.toBe(0); }); + + test('filter unreserved keywords', () => { + const pos: CaretPosition = { + lineNumber: 28, + column: 16, + }; + const suggestion = hive.getSuggestionAtCaretPosition( + commentOtherLine(tokenSql, pos.lineNumber), + pos + )?.keywords; + expect(suggestion).toMatchUnorderedArray(['TABLE', 'UNIQUEJOIN']); + }); }); diff --git a/test/parser/hive/syntax/fixtures/select.sql b/test/parser/hive/syntax/fixtures/select.sql index bdad3f6a7..7f7d0ac8a 100644 --- a/test/parser/hive/syntax/fixtures/select.sql +++ b/test/parser/hive/syntax/fixtures/select.sql @@ -243,4 +243,8 @@ EXPLAIN select sum(hash(key)), sum(hash(value)) from src_orc_merge_test_part whe -- FROM xx SELECT FROM table_name_1 SELECT col1, col2; -FROM a JOIN b ON (a.id = b.id AND a.department = b.department) SELECT a.*; \ No newline at end of file +FROM a JOIN b ON (a.id = b.id AND a.department = b.department) SELECT a.*; + + +SELECT COALESCE(SUM(c.amount), 0) AS total_amount FROM cust c; +SELECT SUM(c.amount) AS total_amount FROM cust c; \ No newline at end of file diff --git a/test/parser/impala/suggestion/completeAfterSyntaxError.test.ts b/test/parser/impala/suggestion/completeAfterSyntaxError.test.ts index 792e87c68..7ea9ce5cd 100644 --- a/test/parser/impala/suggestion/completeAfterSyntaxError.test.ts +++ b/test/parser/impala/suggestion/completeAfterSyntaxError.test.ts @@ -7,6 +7,7 @@ describe('ImpalaSQL Complete After Syntax Error', () => { const sql1 = `SELECT FROM tb2;\nINSERT INTO `; const sql2 = `SELECT FROM tb3;\nCREATE TABLE `; const sql3 = `SELECT FROM t1;\nSL`; + const sql4 = `SELECT FROM t1;\n-- the comment 1\n-- the comment 2\nSELECT * FROM db.`; test('Syntax error but end with semi, should suggest tableName', () => { const pos: CaretPosition = { @@ -63,4 +64,19 @@ describe('ImpalaSQL Complete After Syntax Error', () => { ); expect(filterKeywords).toMatchUnorderedArray(['SELECT']); }); + + test('Syntax suggestion after error and comments', () => { + const pos: CaretPosition = { + lineNumber: 4, + column: 18, + }; + const syntaxes = impala.getSuggestionAtCaretPosition(sql4, pos)?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.TABLE + ); + + // syntax + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['db', '.']); + }); }); diff --git a/test/parser/impala/suggestion/fixtures/syntaxSuggestion.sql b/test/parser/impala/suggestion/fixtures/syntaxSuggestion.sql index b92003be2..995db9c2b 100644 --- a/test/parser/impala/suggestion/fixtures/syntaxSuggestion.sql +++ b/test/parser/impala/suggestion/fixtures/syntaxSuggestion.sql @@ -44,4 +44,8 @@ ALTER TABLE my_table ADD COLUMN age INT COMMENT 'Updated Age'; CREATE TABLE kudu_no_partition_by_clause (id bigint PRIMARY KEY, s STRING, b BOOLEAN ) STORED AS KUDU; -CREATE TABLE PARTITIONS_YES PARTITIONED BY (YEAR, MONTH); \ No newline at end of file +CREATE TABLE PARTITIONS_YES PARTITIONED BY (YEAR, MONTH); + +SELECT FROM tb1; + +SELECT age FROM tb1; \ No newline at end of file diff --git a/test/parser/impala/suggestion/fixtures/tokenSuggestion.sql b/test/parser/impala/suggestion/fixtures/tokenSuggestion.sql index f6b45e137..3f6d446e9 100644 --- a/test/parser/impala/suggestion/fixtures/tokenSuggestion.sql +++ b/test/parser/impala/suggestion/fixtures/tokenSuggestion.sql @@ -15,3 +15,5 @@ CREATE TABLE IF NOT EXISTS; CREATE TABLE tb (id ); + +SELECT id FROM ; \ No newline at end of file diff --git a/test/parser/impala/suggestion/suggestionWithEntity.test.ts b/test/parser/impala/suggestion/suggestionWithEntity.test.ts index 2a5856e47..aeb698789 100644 --- a/test/parser/impala/suggestion/suggestionWithEntity.test.ts +++ b/test/parser/impala/suggestion/suggestionWithEntity.test.ts @@ -70,15 +70,14 @@ describe('Impala SQL Syntax Suggestion with collect entity', () => { expect(suggestion?.wordRanges.map((token) => token.text)).toEqual([]); const entities = impala.getAllEntities(sql, pos); - expect(entities.length).toBe(1); + expect(entities.length).toBe(2); expect(entities[0].text).toBe('insert_tb'); expect(entities[0].entityContextType).toBe(EntityContextType.TABLE); expect(entities[0].belongStmt.isContainCaret).toBeTruthy(); - // TODO: - // expect(entities[1].text).toBe('from_tb'); - // expect(entities[1].entityContextType).toBe(EntityContextType.TABLE); - // expect(entities[1].belongStmt.isContainCaret).toBeTruthy(); + expect(entities[1].text).toBe('from_tb'); + expect(entities[1].entityContextType).toBe(EntityContextType.TABLE); + expect(entities[1].belongStmt.isContainCaret).toBeTruthy(); }); test('insert into table as select with trailing comma', () => { @@ -121,14 +120,14 @@ describe('Impala SQL Syntax Suggestion with collect entity', () => { expect(suggestion?.wordRanges.map((token) => token.text)).toEqual([]); const entities = impala.getAllEntities(sql, pos); - expect(entities.length).toBe(1); + expect(entities.length).toBe(2); expect(entities[0].text).toBe('sorted_census_data'); expect(entities[0].entityContextType).toBe(EntityContextType.TABLE_CREATE); expect(entities[0].belongStmt.isContainCaret).toBeTruthy(); - // TODO: - // expect(entities[1].text).toBe('unsorted_census_data'); - // expect(entities[1].entityContextType).toBe(EntityContextType.TABLE); - // expect(entities[1].belongStmt.isContainCaret).toBeTruthy(); + + expect(entities[1].text).toBe('unsorted_census_data'); + expect(entities[1].entityContextType).toBe(EntityContextType.TABLE); + expect(entities[1].belongStmt.isContainCaret).toBeTruthy(); }); test('create table as select with trailing comma', () => { diff --git a/test/parser/impala/suggestion/syntaxSuggestion.test.ts b/test/parser/impala/suggestion/syntaxSuggestion.test.ts index 02cf8d4de..aa0ef448a 100644 --- a/test/parser/impala/suggestion/syntaxSuggestion.test.ts +++ b/test/parser/impala/suggestion/syntaxSuggestion.test.ts @@ -462,4 +462,85 @@ describe('Impala SQL Syntax Suggestion', () => { expect(suggestion).not.toBeUndefined(); expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['YEAR']); }); + + test('Sync suggestion no duplicate syntaxContextType', () => { + const pos: CaretPosition = { + lineNumber: 49, + column: 8, + }; + const syntaxes = impala.getSuggestionAtCaretPosition( + commentOtherLine(syntaxSql, pos.lineNumber), + pos + )?.syntax; + const syntaxContextTypes = syntaxes?.map((syn) => syn.syntaxContextType); + + expect(syntaxContextTypes).not.toBeUndefined(); + expect(syntaxContextTypes).toEqual([EntityContextType.COLUMN, EntityContextType.FUNCTION]); + }); + + test('Select function or column', () => { + const pos: CaretPosition = { + lineNumber: 51, + column: 11, + }; + const syntaxes = impala.getSuggestionAtCaretPosition( + commentOtherLine(syntaxSql, pos.lineNumber), + pos + )?.syntax; + const wordRangesArr = syntaxes?.map((syn) => syn.wordRanges); + + expect(wordRangesArr).not.toBeUndefined(); + expect(wordRangesArr.length).toBe(2); + expect( + wordRangesArr.map((wordRanges) => wordRanges.map((wordRange) => wordRange.text)) + ).toEqual([['age'], ['age']]); + }); + + test('Syntax suggestion after a comment', () => { + const sql = `-- the comment\nSELECT * FROM db.`; + const pos: CaretPosition = { + lineNumber: 2, + column: 18, + }; + + const syntaxes = impala.getSuggestionAtCaretPosition(sql, pos)?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.TABLE + ); + + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['db', '.']); + }); + + test('Syntax suggestion after comments', () => { + const sql = `-- the comment 1\n-- the comment 2\nSELECT * FROM db.`; + const pos: CaretPosition = { + lineNumber: 3, + column: 18, + }; + + const syntaxes = impala.getSuggestionAtCaretPosition(sql, pos)?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.TABLE + ); + + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['db', '.']); + }); + + test('Syntax suggestion after comments', () => { + const sql = `-- SELECT FROM t1;\n-- the comment 1\n-- the comment 2\nSELECT * FROM db.`; + const pos: CaretPosition = { + lineNumber: 4, + column: 18, + }; + + const syntaxes = impala.getSuggestionAtCaretPosition(sql, pos)?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.TABLE + ); + + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['db', '.']); + }); }); diff --git a/test/parser/impala/suggestion/tokenSuggestion.test.ts b/test/parser/impala/suggestion/tokenSuggestion.test.ts index 68b24d85c..ac142d4b5 100644 --- a/test/parser/impala/suggestion/tokenSuggestion.test.ts +++ b/test/parser/impala/suggestion/tokenSuggestion.test.ts @@ -185,4 +185,16 @@ describe('Impala SQL Token Suggestion', () => { )?.keywords; expect(suggestion.length).not.toBe(0); }); + + test('filter unreserved keywords', () => { + const pos: CaretPosition = { + lineNumber: 19, + column: 17, + }; + const suggestion = impala.getSuggestionAtCaretPosition( + commentOtherLine(tokenSql, pos.lineNumber), + pos + )?.keywords; + expect(suggestion).toMatchUnorderedArray(['LATERAL', 'UNNEST']); + }); }); diff --git a/test/parser/impala/syntax/fixtures/select.sql b/test/parser/impala/syntax/fixtures/select.sql index 6cef8ce9b..73b190375 100644 --- a/test/parser/impala/syntax/fixtures/select.sql +++ b/test/parser/impala/syntax/fixtures/select.sql @@ -213,4 +213,8 @@ select true and null; select c_first_name, c_last_name from customer where lower(trim(c_last_name)) regexp '^de.*'; -select c_first_name, c_last_name from customer where lower(trim(c_last_name)) rlike '^de.*'; \ No newline at end of file +select c_first_name, c_last_name from customer where lower(trim(c_last_name)) rlike '^de.*'; + + +SELECT COALESCE(SUM(c.amount), 0) AS total_amount FROM cust c; +SELECT SUM(c.amount) AS total_amount FROM cust c; \ No newline at end of file diff --git a/test/parser/mysql/suggestion/completeAfterSyntaxError.test.ts b/test/parser/mysql/suggestion/completeAfterSyntaxError.test.ts index 7f5acc4a4..38fc56bf0 100644 --- a/test/parser/mysql/suggestion/completeAfterSyntaxError.test.ts +++ b/test/parser/mysql/suggestion/completeAfterSyntaxError.test.ts @@ -7,6 +7,7 @@ describe('MySQL Complete After Syntax Error', () => { const sql1 = `SELECT FROM tb2;\nINSERT INTO `; const sql2 = `SELECT FROM tb3;\nCREATE TABLE `; const sql3 = `SELECT FROM t1;\nSL`; + const sql4 = `SELECT FROM t1;\n-- the comment 1\n-- the comment 2\nSELECT * FROM db.`; test('Syntax error but end with semi, should suggest tableName', () => { const pos: CaretPosition = { @@ -62,4 +63,19 @@ describe('MySQL Complete After Syntax Error', () => { ); expect(filterKeywords).toMatchUnorderedArray(['SELECT', 'SIGNAL']); }); + + test('Syntax suggestion after error and comments', () => { + const pos: CaretPosition = { + lineNumber: 4, + column: 18, + }; + const syntaxes = mysql.getSuggestionAtCaretPosition(sql4, pos)?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.TABLE + ); + + // syntax + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['db', '.']); + }); }); diff --git a/test/parser/mysql/suggestion/fixtures/syntaxSuggestion.sql b/test/parser/mysql/suggestion/fixtures/syntaxSuggestion.sql index 878c11dbe..c51bd8d0c 100644 --- a/test/parser/mysql/suggestion/fixtures/syntaxSuggestion.sql +++ b/test/parser/mysql/suggestion/fixtures/syntaxSuggestion.sql @@ -60,4 +60,8 @@ SELECT user, MAX(salary) FROM users where age = 10 GROUP BY length(user) HAVING SELECT c.category_id FROM category c JOIN product p ON c.category_id = p.category_id; -SELECT score, CASE WHEN score >= 90 THEN 'A' ELSE 'F' END AS grade FROM students; \ No newline at end of file +SELECT score, CASE WHEN score >= 90 THEN 'A' ELSE 'F' END AS grade FROM students; + +SELECT FROM tb1; + +SELECT age FROM tb1; diff --git a/test/parser/mysql/suggestion/fixtures/tokenSuggestion.sql b/test/parser/mysql/suggestion/fixtures/tokenSuggestion.sql index 817d559c2..18f75476e 100644 --- a/test/parser/mysql/suggestion/fixtures/tokenSuggestion.sql +++ b/test/parser/mysql/suggestion/fixtures/tokenSuggestion.sql @@ -20,3 +20,5 @@ CREATE TABLE IF NOT EXISTS CREATE TABLE tb (id ); + +SELECT id FROM ; diff --git a/test/parser/mysql/suggestion/syntaxSuggestion.test.ts b/test/parser/mysql/suggestion/syntaxSuggestion.test.ts index 98bb48521..56dbd2454 100644 --- a/test/parser/mysql/suggestion/syntaxSuggestion.test.ts +++ b/test/parser/mysql/suggestion/syntaxSuggestion.test.ts @@ -640,4 +640,85 @@ describe('MySQL Syntax Suggestion', () => { expect(suggestion).not.toBeUndefined(); expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['score']); }); + + test('Sync suggestion no duplicate syntaxContextType', () => { + const pos: CaretPosition = { + lineNumber: 65, + column: 8, + }; + const syntaxes = mysql.getSuggestionAtCaretPosition( + commentOtherLine(syntaxSql, pos.lineNumber), + pos + )?.syntax; + const syntaxContextTypes = syntaxes?.map((syn) => syn.syntaxContextType); + + expect(syntaxContextTypes).not.toBeUndefined(); + expect(syntaxContextTypes).toEqual([EntityContextType.FUNCTION, EntityContextType.COLUMN]); + }); + + test('Select function or column', () => { + const pos: CaretPosition = { + lineNumber: 67, + column: 11, + }; + const syntaxes = mysql.getSuggestionAtCaretPosition( + commentOtherLine(syntaxSql, pos.lineNumber), + pos + )?.syntax; + const wordRangesArr = syntaxes?.map((syn) => syn.wordRanges); + + expect(wordRangesArr).not.toBeUndefined(); + expect(wordRangesArr.length).toBe(2); + expect( + wordRangesArr.map((wordRanges) => wordRanges.map((wordRange) => wordRange.text)) + ).toEqual([['age'], ['age']]); + }); + + test('Syntax suggestion after a comment', () => { + const sql = `-- the comment\nSELECT * FROM db.`; + const pos: CaretPosition = { + lineNumber: 2, + column: 18, + }; + + const syntaxes = mysql.getSuggestionAtCaretPosition(sql, pos)?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.TABLE + ); + + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['db', '.']); + }); + + test('Syntax suggestion after comments', () => { + const sql = `-- the comment 1\n-- the comment 2\nSELECT * FROM db.`; + const pos: CaretPosition = { + lineNumber: 3, + column: 18, + }; + + const syntaxes = mysql.getSuggestionAtCaretPosition(sql, pos)?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.TABLE + ); + + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['db', '.']); + }); + + test('Syntax suggestion after comments', () => { + const sql = `-- SELECT FROM t1;\n-- the comment 1\n-- the comment 2\nSELECT * FROM db.`; + const pos: CaretPosition = { + lineNumber: 4, + column: 18, + }; + + const syntaxes = mysql.getSuggestionAtCaretPosition(sql, pos)?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.TABLE + ); + + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['db', '.']); + }); }); diff --git a/test/parser/mysql/suggestion/tokenSuggestion.test.ts b/test/parser/mysql/suggestion/tokenSuggestion.test.ts index f252f7dbf..29319fcac 100644 --- a/test/parser/mysql/suggestion/tokenSuggestion.test.ts +++ b/test/parser/mysql/suggestion/tokenSuggestion.test.ts @@ -297,4 +297,16 @@ describe('MySQL Token Suggestion', () => { )?.keywords; expect(suggestion.length).not.toBe(0); }); + + test('filter unreserved keywords', () => { + const pos: CaretPosition = { + lineNumber: 24, + column: 17, + }; + const suggestion = mysql.getSuggestionAtCaretPosition( + commentOtherLine(tokenSql, pos.lineNumber), + pos + )?.keywords; + expect(suggestion).toMatchUnorderedArray(['JSON_TABLE', 'LATERAL', 'SELECT']); + }); }); diff --git a/test/parser/mysql/syntax/fixtures/select.sql b/test/parser/mysql/syntax/fixtures/select.sql index 4342b7099..1b4389942 100644 --- a/test/parser/mysql/syntax/fixtures/select.sql +++ b/test/parser/mysql/syntax/fixtures/select.sql @@ -78,3 +78,7 @@ SELECT ID ,SUM(COL_1) AS SUM_COL_1 FROM ( UNION ALL (SELECT ID ,COL_1 FROM TEST_AUTO_INC TAI) )SS GROUP BY 1 ORDER BY 1; + + +SELECT COALESCE(SUM(c.amount), 0) AS total_amount FROM cust c; +SELECT SUM(c.amount) AS total_amount FROM cust c; \ No newline at end of file diff --git a/test/parser/postgresql/suggestion/completeAfterSyntaxError.test.ts b/test/parser/postgresql/suggestion/completeAfterSyntaxError.test.ts index 07f5ddac8..09b2ffeb6 100644 --- a/test/parser/postgresql/suggestion/completeAfterSyntaxError.test.ts +++ b/test/parser/postgresql/suggestion/completeAfterSyntaxError.test.ts @@ -7,6 +7,7 @@ describe('PostgreSQL Complete After Syntax Error', () => { const sql1 = `SELECT FROM tb2;\nINSERT INTO `; const sql2 = `SELECT FROM tb3;\nCREATE TABLE `; const sql3 = `SELECT FROM t1;\nSL`; + const sql4 = `SELECT FROM t1;\n-- the comment 1\n-- the comment 2\nSELECT * FROM db.`; test('Syntax error but end with semi, should suggest tableName', () => { const pos: CaretPosition = { @@ -62,4 +63,19 @@ describe('PostgreSQL Complete After Syntax Error', () => { ); expect(filterKeywords).toMatchUnorderedArray(['SELECT']); }); + + test('Syntax suggestion after error and comments', () => { + const pos: CaretPosition = { + lineNumber: 4, + column: 18, + }; + const syntaxes = postgresql.getSuggestionAtCaretPosition(sql4, pos)?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.TABLE + ); + + // syntax + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['db', '.']); + }); }); diff --git a/test/parser/postgresql/suggestion/fixtures/syntaxSuggestion.sql b/test/parser/postgresql/suggestion/fixtures/syntaxSuggestion.sql index 7870c4621..1383abfb5 100644 --- a/test/parser/postgresql/suggestion/fixtures/syntaxSuggestion.sql +++ b/test/parser/postgresql/suggestion/fixtures/syntaxSuggestion.sql @@ -87,3 +87,7 @@ VALUES (1, '3'), (3, 'sdsd') ORDER BY sort_expression ASC LIMIT id = 1; CREATE OR REPLACE RULE name AS ON SELECT TO table_name WHERE length(y+x) = 3 DO INSTEAD NOTHING; WITH query_name (id) AS (SELECT id FROM table_expression) SELECT DISTINCT ON (col1) random() AS name1 FROM table_expression WHERE name1=name1 GROUP BY id HAVING sum(len+y) < interval '5 hours' WINDOW w AS (PARTITION BY depname ORDER BY salary DESC) EXCEPT (SELECT * FROM others) ORDER BY salary USING > NULLS FIRST OFFSET start FETCH NEXT ROW ONLY FOR KEY SHARE OF table_name NOWAIT; + +SELECT FROM tb1; + +SELECT age FROM tb1; \ No newline at end of file diff --git a/test/parser/postgresql/suggestion/fixtures/tokenSuggestion.sql b/test/parser/postgresql/suggestion/fixtures/tokenSuggestion.sql index a0abe5f83..928d5adc3 100644 --- a/test/parser/postgresql/suggestion/fixtures/tokenSuggestion.sql +++ b/test/parser/postgresql/suggestion/fixtures/tokenSuggestion.sql @@ -13,3 +13,5 @@ CREATE TABLE IF NOT EXISTS; CREATE TABLE tb (id ); + +SELECT id as FROM a1 \ No newline at end of file diff --git a/test/parser/postgresql/suggestion/syntaxSuggestion.test.ts b/test/parser/postgresql/suggestion/syntaxSuggestion.test.ts index abc906ba1..a0cb5f25d 100644 --- a/test/parser/postgresql/suggestion/syntaxSuggestion.test.ts +++ b/test/parser/postgresql/suggestion/syntaxSuggestion.test.ts @@ -1142,4 +1142,85 @@ describe('Postgre SQL Syntax Suggestion', () => { expect(suggestion).not.toBeUndefined(); expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['depname']); }); + + test('Sync suggestion no duplicate syntaxContextType', () => { + const pos: CaretPosition = { + lineNumber: 91, + column: 8, + }; + const syntaxes = postgresql.getSuggestionAtCaretPosition( + commentOtherLine(syntaxSql, pos.lineNumber), + pos + )?.syntax; + const syntaxContextTypes = syntaxes?.map((syn) => syn.syntaxContextType); + + expect(syntaxContextTypes).not.toBeUndefined(); + expect(syntaxContextTypes).toEqual([EntityContextType.FUNCTION, EntityContextType.COLUMN]); + }); + + test('Select function or column', () => { + const pos: CaretPosition = { + lineNumber: 93, + column: 11, + }; + const syntaxes = postgresql.getSuggestionAtCaretPosition( + commentOtherLine(syntaxSql, pos.lineNumber), + pos + )?.syntax; + const wordRangesArr = syntaxes?.map((syn) => syn.wordRanges); + + expect(wordRangesArr).not.toBeUndefined(); + expect(wordRangesArr.length).toBe(2); + expect( + wordRangesArr.map((wordRanges) => wordRanges.map((wordRange) => wordRange.text)) + ).toEqual([['age'], ['age']]); + }); + + test('Syntax suggestion after a comment', () => { + const sql = `-- the comment\nSELECT * FROM db.`; + const pos: CaretPosition = { + lineNumber: 2, + column: 18, + }; + + const syntaxes = postgresql.getSuggestionAtCaretPosition(sql, pos)?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.TABLE + ); + + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['db', '.']); + }); + + test('Syntax suggestion after comments', () => { + const sql = `-- the comment 1\n-- the comment 2\nSELECT * FROM db.`; + const pos: CaretPosition = { + lineNumber: 3, + column: 18, + }; + + const syntaxes = postgresql.getSuggestionAtCaretPosition(sql, pos)?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.TABLE + ); + + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['db', '.']); + }); + + test('Syntax suggestion after comments', () => { + const sql = `-- SELECT FROM t1;\n-- the comment 1\n-- the comment 2\nSELECT * FROM db.`; + const pos: CaretPosition = { + lineNumber: 4, + column: 18, + }; + + const syntaxes = postgresql.getSuggestionAtCaretPosition(sql, pos)?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.TABLE + ); + + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['db', '.']); + }); }); diff --git a/test/parser/postgresql/suggestion/tokenSuggestion.test.ts b/test/parser/postgresql/suggestion/tokenSuggestion.test.ts index 7f7b1b8e2..742f6372c 100644 --- a/test/parser/postgresql/suggestion/tokenSuggestion.test.ts +++ b/test/parser/postgresql/suggestion/tokenSuggestion.test.ts @@ -242,4 +242,16 @@ describe('Postgres SQL Token Suggestion', () => { )?.keywords; expect(suggestion.length).not.toBe(0); }); + + test('filter unreserved keywords', () => { + const pos: CaretPosition = { + lineNumber: 17, + column: 14, + }; + const suggestion = postgresql.getSuggestionAtCaretPosition( + commentOtherLine(tokenSql, pos.lineNumber), + pos + )?.keywords; + expect(suggestion).toEqual([]); + }); }); diff --git a/test/parser/postgresql/syntax/fixtures/select.sql b/test/parser/postgresql/syntax/fixtures/select.sql index deb08d5cb..36f50d14c 100644 --- a/test/parser/postgresql/syntax/fixtures/select.sql +++ b/test/parser/postgresql/syntax/fixtures/select.sql @@ -195,4 +195,8 @@ SELECT f1[1][-2][3] AS e1, f1[1][-1][5] AS e2 SELECT int4range(10, 20) @> 3; -- Object Identifier Types -SELECT * FROM pg_attribute WHERE attrelid = 'mytable'::regclass; \ No newline at end of file +SELECT * FROM pg_attribute WHERE attrelid = 'mytable'::regclass; + + +SELECT COALESCE(SUM(c.amount), 0) AS total_amount FROM cust c; +SELECT SUM(c.amount) AS total_amount FROM cust c; \ No newline at end of file diff --git a/test/parser/spark/suggestion/completeAfterSyntaxError.test.ts b/test/parser/spark/suggestion/completeAfterSyntaxError.test.ts index fde5b27d3..96c1ba165 100644 --- a/test/parser/spark/suggestion/completeAfterSyntaxError.test.ts +++ b/test/parser/spark/suggestion/completeAfterSyntaxError.test.ts @@ -7,6 +7,7 @@ describe('SparkSQL Complete After Syntax Error', () => { const sql1 = `SELECT FROM tb2;\nINSERT INTO `; const sql2 = `SELECT FROM tb3;\nCREATE TABLE `; const sql3 = `SELECT FROM t1;\nSL`; + const sql4 = `SELECT FROM t1;\n-- the comment 1\n-- the comment 2\nSELECT * FROM db.`; test('Syntax error but end with semi, should suggest tableName', () => { const pos: CaretPosition = { @@ -63,4 +64,19 @@ describe('SparkSQL Complete After Syntax Error', () => { ); expect(filterKeywords).toMatchUnorderedArray(['SELECT']); }); + + test('Syntax suggestion after error and comments', () => { + const pos: CaretPosition = { + lineNumber: 4, + column: 18, + }; + const syntaxes = spark.getSuggestionAtCaretPosition(sql4, pos)?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.TABLE + ); + + // syntax + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['db', '.']); + }); }); diff --git a/test/parser/spark/suggestion/fixtures/syntaxSuggestion.sql b/test/parser/spark/suggestion/fixtures/syntaxSuggestion.sql index 982aed11a..a5fbc40a3 100644 --- a/test/parser/spark/suggestion/fixtures/syntaxSuggestion.sql +++ b/test/parser/spark/suggestion/fixtures/syntaxSuggestion.sql @@ -75,3 +75,7 @@ INSERT OVERWRITE students PARTITION (student_id = 222222) SELECT name, address F SELECT id, name, employee.deptno, deptname FROM employee FULL JOIN department ON employee.deptno = department.deptno; SELECT city, sum(quantity) AS sum FROM dealer GROUP BY sum(city) HAVING max(quantity) > 15; + +SELECT FROM tb1; + +SELECT age FROM tb1; \ No newline at end of file diff --git a/test/parser/spark/suggestion/fixtures/tokenSuggestion.sql b/test/parser/spark/suggestion/fixtures/tokenSuggestion.sql index aa9b0e52e..7dcb272a2 100644 --- a/test/parser/spark/suggestion/fixtures/tokenSuggestion.sql +++ b/test/parser/spark/suggestion/fixtures/tokenSuggestion.sql @@ -22,3 +22,5 @@ CREATE TABLE IF NOT EXISTS CREATE TABLE tb (id ); + +SELECT id FROM ; \ No newline at end of file diff --git a/test/parser/spark/suggestion/syntaxSuggestion.test.ts b/test/parser/spark/suggestion/syntaxSuggestion.test.ts index 4bb8245f0..2c5335cc1 100644 --- a/test/parser/spark/suggestion/syntaxSuggestion.test.ts +++ b/test/parser/spark/suggestion/syntaxSuggestion.test.ts @@ -761,4 +761,85 @@ describe('Spark SQL Syntax Suggestion', () => { expect(suggestion).not.toBeUndefined(); expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['quantity']); }); + + test('Sync suggestion no duplicate syntaxContextType', () => { + const pos: CaretPosition = { + lineNumber: 79, + column: 8, + }; + const syntaxes = spark.getSuggestionAtCaretPosition( + commentOtherLine(syntaxSql, pos.lineNumber), + pos + )?.syntax; + const syntaxContextTypes = syntaxes?.map((syn) => syn.syntaxContextType); + + expect(syntaxContextTypes).not.toBeUndefined(); + expect(syntaxContextTypes).toEqual([EntityContextType.COLUMN, EntityContextType.FUNCTION]); + }); + + test('Select function or column', () => { + const pos: CaretPosition = { + lineNumber: 81, + column: 11, + }; + const syntaxes = spark.getSuggestionAtCaretPosition( + commentOtherLine(syntaxSql, pos.lineNumber), + pos + )?.syntax; + const wordRangesArr = syntaxes?.map((syn) => syn.wordRanges); + + expect(wordRangesArr).not.toBeUndefined(); + expect(wordRangesArr.length).toBe(2); + expect( + wordRangesArr.map((wordRanges) => wordRanges.map((wordRange) => wordRange.text)) + ).toEqual([['age'], ['age']]); + }); + + test('Syntax suggestion after a comment', () => { + const sql = `-- the comment\nSELECT * FROM db.`; + const pos: CaretPosition = { + lineNumber: 2, + column: 18, + }; + + const syntaxes = spark.getSuggestionAtCaretPosition(sql, pos)?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.TABLE + ); + + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['db', '.']); + }); + + test('Syntax suggestion after comments', () => { + const sql = `-- the comment 1\n-- the comment 2\nSELECT * FROM db.`; + const pos: CaretPosition = { + lineNumber: 3, + column: 18, + }; + + const syntaxes = spark.getSuggestionAtCaretPosition(sql, pos)?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.TABLE + ); + + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['db', '.']); + }); + + test('Syntax suggestion after comments', () => { + const sql = `-- SELECT FROM t1;\n-- the comment 1\n-- the comment 2\nSELECT * FROM db.`; + const pos: CaretPosition = { + lineNumber: 4, + column: 18, + }; + + const syntaxes = spark.getSuggestionAtCaretPosition(sql, pos)?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.TABLE + ); + + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['db', '.']); + }); }); diff --git a/test/parser/spark/suggestion/tokenSuggestion.test.ts b/test/parser/spark/suggestion/tokenSuggestion.test.ts index 7eb2c8742..56266b746 100644 --- a/test/parser/spark/suggestion/tokenSuggestion.test.ts +++ b/test/parser/spark/suggestion/tokenSuggestion.test.ts @@ -240,4 +240,16 @@ describe('Spark SQL Token Suggestion', () => { )?.keywords; expect(suggestion.length).not.toBe(0); }); + + test('filter unreserved keywords', () => { + const pos: CaretPosition = { + lineNumber: 26, + column: 17, + }; + const suggestion = spark.getSuggestionAtCaretPosition( + commentOtherLine(tokenSql, pos.lineNumber), + pos + )?.keywords; + expect(suggestion).toMatchUnorderedArray(['LATERAL', 'IDENTIFIER', 'VALUES']); + }); }); diff --git a/test/parser/spark/syntax/fixtures/selectClusterBy.sql b/test/parser/spark/syntax/fixtures/selectClusterBy.sql index 7e9b97512..9d7feca3c 100644 --- a/test/parser/spark/syntax/fixtures/selectClusterBy.sql +++ b/test/parser/spark/syntax/fixtures/selectClusterBy.sql @@ -25,3 +25,7 @@ SELECT name, age FROM person; -- persons with age 16 are in the second partition. The rows are sorted based -- on age within each partition. SELECT age, name FROM person CLUSTER BY age; + + +SELECT COALESCE(SUM(c.amount), 0) AS total_amount FROM cust c; +SELECT SUM(c.amount) AS total_amount FROM cust c; \ No newline at end of file diff --git a/test/parser/trino/suggestion/completeAfterSyntaxError.test.ts b/test/parser/trino/suggestion/completeAfterSyntaxError.test.ts index 59f33213d..4a38a64a8 100644 --- a/test/parser/trino/suggestion/completeAfterSyntaxError.test.ts +++ b/test/parser/trino/suggestion/completeAfterSyntaxError.test.ts @@ -7,6 +7,7 @@ describe('TrinoSQL Complete After Syntax Error', () => { const sql1 = `SELECT FROM tb2;\nINSERT INTO `; const sql2 = `SELECT FROM tb3;\nCREATE TABLE `; const sql3 = `SELECT FROM t1;\nSL`; + const sql4 = `SELECT FROM t1;\n-- the comment 1\n-- the comment 2\nSELECT * FROM db.`; test('Syntax error but end with semi, should suggest tableName', () => { const pos: CaretPosition = { @@ -62,4 +63,19 @@ describe('TrinoSQL Complete After Syntax Error', () => { ); expect(filterKeywords).toMatchUnorderedArray(['SELECT']); }); + + test('Syntax suggestion after error and comments', () => { + const pos: CaretPosition = { + lineNumber: 4, + column: 18, + }; + const syntaxes = trino.getSuggestionAtCaretPosition(sql4, pos)?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.TABLE + ); + + // syntax + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['db', '.']); + }); }); diff --git a/test/parser/trino/suggestion/fixtures/syntaxSuggestion.sql b/test/parser/trino/suggestion/fixtures/syntaxSuggestion.sql index a7adc828c..2811a7596 100644 --- a/test/parser/trino/suggestion/fixtures/syntaxSuggestion.sql +++ b/test/parser/trino/suggestion/fixtures/syntaxSuggestion.sql @@ -57,3 +57,7 @@ SELECT orderId FROM orders WINDOW w AS (PARTITION BY clerk ORDER BY totalprice D SELECT id, amount, CASE WHEN amount > 1000 THEN 'High' WHEN amount BETWEEN 500 AND 1000 THEN 'Medium' ELSE 'Low' END AS sales_category FROM sales; SELECT * FROM users CROSS JOIN UNNEST(friends) WITH ordinality; + +SELECT FROM tb1; + +SELECT age FROM tb1; diff --git a/test/parser/trino/suggestion/fixtures/tokenSuggestion.sql b/test/parser/trino/suggestion/fixtures/tokenSuggestion.sql index d3398ec9d..5e2f21f89 100644 --- a/test/parser/trino/suggestion/fixtures/tokenSuggestion.sql +++ b/test/parser/trino/suggestion/fixtures/tokenSuggestion.sql @@ -17,3 +17,5 @@ CREATE TABLE IF NOT EXISTS ; CREATE TABLE tb (id ); + +SELECT id FROM ; \ No newline at end of file diff --git a/test/parser/trino/suggestion/suggestionWithEntity.test.ts b/test/parser/trino/suggestion/suggestionWithEntity.test.ts index 5d63a20ec..2c546eead 100644 --- a/test/parser/trino/suggestion/suggestionWithEntity.test.ts +++ b/test/parser/trino/suggestion/suggestionWithEntity.test.ts @@ -70,15 +70,14 @@ describe('PostgreSql Syntax Suggestion with collect entity', () => { expect(suggestion?.wordRanges.map((token) => token.text)).toEqual([]); const entities = trino.getAllEntities(sql, pos); - expect(entities.length).toBe(1); + expect(entities.length).toBe(2); expect(entities[0].text).toBe('insert_tb'); expect(entities[0].entityContextType).toBe(EntityContextType.TABLE); expect(entities[0].belongStmt.isContainCaret).toBeTruthy(); - // TODO: - // expect(entities[1].text).toBe('from_tb'); - // expect(entities[1].entityContextType).toBe(EntityContextType.TABLE); - // expect(entities[1].belongStmt.isContainCaret).toBeTruthy(); + expect(entities[1].text).toBe('from_tb'); + expect(entities[1].entityContextType).toBe(EntityContextType.TABLE); + expect(entities[1].belongStmt.isContainCaret).toBeTruthy(); }); test('insert into table as select with trailing comma', () => { @@ -121,15 +120,14 @@ describe('PostgreSql Syntax Suggestion with collect entity', () => { expect(suggestion?.wordRanges.map((token) => token.text)).toEqual([]); const entities = trino.getAllEntities(sql, pos); - expect(entities.length).toBe(1); + expect(entities.length).toBe(2); expect(entities[0].text).toBe('sorted_census_data'); expect(entities[0].entityContextType).toBe(EntityContextType.TABLE_CREATE); expect(entities[0].belongStmt.isContainCaret).toBeTruthy(); - // TODO: - // expect(entities[1].text).toBe('unsorted_census_data'); - // expect(entities[1].entityContextType).toBe(EntityContextType.TABLE); - // expect(entities[1].belongStmt.isContainCaret).toBeTruthy(); + expect(entities[1].text).toBe('unsorted_census_data'); + expect(entities[1].entityContextType).toBe(EntityContextType.TABLE); + expect(entities[1].belongStmt.isContainCaret).toBeTruthy(); }); test('create table as select with trailing comma', () => { diff --git a/test/parser/trino/suggestion/syntaxSuggestion.test.ts b/test/parser/trino/suggestion/syntaxSuggestion.test.ts index 864ba7518..b23b0aee5 100644 --- a/test/parser/trino/suggestion/syntaxSuggestion.test.ts +++ b/test/parser/trino/suggestion/syntaxSuggestion.test.ts @@ -564,4 +564,85 @@ describe('Trino SQL Syntax Suggestion', () => { expect(suggestion).not.toBeUndefined(); expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['friends']); }); + + test('Sync suggestion no duplicate syntaxContextType', () => { + const pos: CaretPosition = { + lineNumber: 61, + column: 8, + }; + const syntaxes = trino.getSuggestionAtCaretPosition( + commentOtherLine(syntaxSql, pos.lineNumber), + pos + )?.syntax; + const syntaxContextTypes = syntaxes?.map((syn) => syn.syntaxContextType); + + expect(syntaxContextTypes).not.toBeUndefined(); + expect(syntaxContextTypes).toEqual([EntityContextType.COLUMN, EntityContextType.FUNCTION]); + }); + + test('Select function or column', () => { + const pos: CaretPosition = { + lineNumber: 63, + column: 11, + }; + const syntaxes = trino.getSuggestionAtCaretPosition( + commentOtherLine(syntaxSql, pos.lineNumber), + pos + )?.syntax; + const wordRangesArr = syntaxes?.map((syn) => syn.wordRanges); + + expect(wordRangesArr).not.toBeUndefined(); + expect(wordRangesArr.length).toBe(2); + expect( + wordRangesArr.map((wordRanges) => wordRanges.map((wordRange) => wordRange.text)) + ).toEqual([['age'], ['age']]); + }); + + test('Syntax suggestion after a comment', () => { + const sql = `-- the comment\nSELECT * FROM db.`; + const pos: CaretPosition = { + lineNumber: 2, + column: 18, + }; + + const syntaxes = trino.getSuggestionAtCaretPosition(sql, pos)?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.TABLE + ); + + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['db', '.']); + }); + + test('Syntax suggestion after comments', () => { + const sql = `-- the comment 1\n-- the comment 2\nSELECT * FROM db.`; + const pos: CaretPosition = { + lineNumber: 3, + column: 18, + }; + + const syntaxes = trino.getSuggestionAtCaretPosition(sql, pos)?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.TABLE + ); + + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['db', '.']); + }); + + test('Syntax suggestion after comments', () => { + const sql = `-- SELECT FROM t1;\n-- the comment 1\n-- the comment 2\nSELECT * FROM db.`; + const pos: CaretPosition = { + lineNumber: 4, + column: 18, + }; + + const syntaxes = trino.getSuggestionAtCaretPosition(sql, pos)?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.TABLE + ); + + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['db', '.']); + }); }); diff --git a/test/parser/trino/suggestion/tokenSuggestion.test.ts b/test/parser/trino/suggestion/tokenSuggestion.test.ts index f1b726669..5ca64f118 100644 --- a/test/parser/trino/suggestion/tokenSuggestion.test.ts +++ b/test/parser/trino/suggestion/tokenSuggestion.test.ts @@ -171,4 +171,16 @@ describe('Trino SQL Token Suggestion', () => { )?.keywords; expect(suggestion.length).not.toBe(0); }); + + test('filter unreserved keywords', () => { + const pos: CaretPosition = { + lineNumber: 21, + column: 17, + }; + const suggestion = trino.getSuggestionAtCaretPosition( + commentOtherLine(tokenSql, pos.lineNumber), + pos + )?.keywords; + expect(suggestion).toMatchUnorderedArray(['LATERAL', 'UNNEST', 'JSON_TABLE', 'TABLE']); + }); }); diff --git a/test/parser/trino/syntax/fixtures/select.sql b/test/parser/trino/syntax/fixtures/select.sql index 471b91deb..7773e5b12 100644 --- a/test/parser/trino/syntax/fixtures/select.sql +++ b/test/parser/trino/syntax/fixtures/select.sql @@ -115,3 +115,7 @@ SELECT 123 INTERSECT DISTINCT SELECT 123 INTERSECT ALL SELECT 123; -- substring_built_in_function SELECT substring('string' FROM 2); SELECT substring('string' FROM 2 FOR 3); + + +SELECT COALESCE(SUM(c.amount), 0) AS total_amount FROM cust c; +SELECT SUM(c.amount) AS total_amount FROM cust c;