From f4aa6a722238d9a9b5ffef7a4088e103ba9f8271 Mon Sep 17 00:00:00 2001 From: LuckyFBB <976060700@qq.com> Date: Thu, 26 Sep 2024 20:19:50 +0800 Subject: [PATCH] feat(trino): support columnName in expression --- src/grammar/trino/TrinoSql.g4 | 36 +- src/lib/trino/TrinoSql.interp | 3 +- src/lib/trino/TrinoSqlListener.ts | 29 +- src/lib/trino/TrinoSqlParser.ts | 8370 +++++++++-------- src/lib/trino/TrinoSqlVisitor.ts | 17 +- src/parser/trino/index.ts | 4 +- .../suggestion/fixtures/syntaxSuggestion.sql | 4 +- .../trino/suggestion/syntaxSuggestion.test.ts | 17 + 8 files changed, 4290 insertions(+), 4190 deletions(-) diff --git a/src/grammar/trino/TrinoSql.g4 b/src/grammar/trino/TrinoSql.g4 index bebc0464..e68ba08f 100644 --- a/src/grammar/trino/TrinoSql.g4 +++ b/src/grammar/trino/TrinoSql.g4 @@ -1,20 +1,20 @@ /* - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except + * in compliance with the License. You may obtain a copy of the License at + * * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License + * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing permissions and limitations under + * the License. */ /** - * This file is an adaptation of trino's trino/core/trino-parser/src/main/antlr4/io/trino/sql/parser/SqlBase.g4 grammar. - * Reference: https://github.com/trinodb/trino/blob/385/core/trino-parser/src/main/antlr4/io/trino/sql/parser/SqlBase.g4 + * This file is an adaptation of trino's + * trino/core/trino-parser/src/main/antlr4/io/trino/sql/parser/SqlBase.g4 grammar. Reference: + * https://github.com/trinodb/trino/blob/385/core/trino-parser/src/main/antlr4/io/trino/sql/parser/SqlBase.g4 * current version 450 */ @@ -330,9 +330,9 @@ setQuantifier ; selectItem - : (columnRef | expression) (KW_AS? alias=identifier)? # selectSingle + : ASTERISK # selectAll | primaryExpression '.' ASTERISK (KW_AS columnAliases)? # selectAll - | ASTERISK # selectAll + | (columnRef | expression) (KW_AS? alias=identifier)? # selectSingle ; relation @@ -561,7 +561,7 @@ valueExpression primaryExpression : KW_NULL # nullLiteral | interval # intervalLiteral - | identifier string # typeConstructor + | columnName string # typeConstructor | KW_DOUBLE KW_PRECISION string # typeConstructor | number # numericLiteral | booleanValue # booleanLiteral @@ -590,7 +590,7 @@ primaryExpression | KW_TRY_CAST '(' expression KW_AS type ')' # cast | KW_ARRAY '[' (expression (',' expression)*)? ']' # arrayConstructor | value=primaryExpression '[' index=valueExpression ']' # subscript - | identifier # columnReference + | columnName # columnReference | base=primaryExpression '.' fieldName=identifier # dereference | name=KW_CURRENT_DATE # currentDate | name=KW_CURRENT_TIME ('(' precision=INTEGER_VALUE ')')? # currentTime @@ -1008,6 +1008,10 @@ columnRef | {this.shouldMatchEmpty()}? ; +columnName + : qualifiedName + ; + columnNameCreate : identifier ; diff --git a/src/lib/trino/TrinoSql.interp b/src/lib/trino/TrinoSql.interp index 4b2b7d8d..f32df8e1 100644 --- a/src/lib/trino/TrinoSql.interp +++ b/src/lib/trino/TrinoSql.interp @@ -824,6 +824,7 @@ catalogNameCreate functionName functionNameCreate columnRef +columnName columnNameCreate qualifiedName queryPeriod @@ -839,4 +840,4 @@ nonReserved atn: -[4, 1, 340, 3690, 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, 1, 0, 5, 0, 304, 8, 0, 10, 0, 12, 0, 307, 9, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 2, 1, 2, 3, 2, 315, 8, 2, 1, 3, 1, 3, 3, 3, 319, 8, 3, 1, 4, 1, 4, 3, 4, 323, 8, 4, 1, 5, 1, 5, 3, 5, 327, 8, 5, 1, 6, 1, 6, 3, 6, 331, 8, 6, 1, 7, 1, 7, 1, 7, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 344, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 351, 8, 8, 1, 8, 1, 8, 3, 8, 355, 8, 8, 1, 8, 1, 8, 3, 8, 359, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 365, 8, 8, 1, 8, 1, 8, 3, 8, 369, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 376, 8, 8, 1, 8, 1, 8, 1, 8, 3, 8, 381, 8, 8, 1, 8, 1, 8, 3, 8, 385, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 391, 8, 8, 1, 8, 1, 8, 3, 8, 395, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 414, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 420, 8, 8, 1, 8, 1, 8, 3, 8, 424, 8, 8, 1, 8, 1, 8, 3, 8, 428, 8, 8, 1, 8, 1, 8, 3, 8, 432, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 440, 8, 8, 1, 8, 1, 8, 3, 8, 444, 8, 8, 1, 8, 3, 8, 447, 8, 8, 1, 8, 1, 8, 1, 8, 3, 8, 452, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 458, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 5, 8, 465, 8, 8, 10, 8, 12, 8, 468, 9, 8, 1, 8, 1, 8, 1, 8, 3, 8, 473, 8, 8, 1, 8, 1, 8, 3, 8, 477, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 483, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 490, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 499, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 511, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 520, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 529, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 535, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 546, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 554, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 562, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 569, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 579, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 586, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 594, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 609, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 5, 8, 642, 8, 8, 10, 8, 12, 8, 645, 9, 8, 3, 8, 647, 8, 8, 1, 8, 3, 8, 650, 8, 8, 1, 8, 1, 8, 3, 8, 654, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 660, 8, 8, 1, 8, 1, 8, 1, 8, 3, 8, 665, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 672, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 678, 8, 8, 1, 8, 1, 8, 3, 8, 682, 8, 8, 1, 8, 1, 8, 3, 8, 686, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 694, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 700, 8, 8, 1, 8, 1, 8, 3, 8, 704, 8, 8, 1, 8, 1, 8, 3, 8, 708, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 722, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 730, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 749, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 5, 8, 772, 8, 8, 10, 8, 12, 8, 775, 9, 8, 3, 8, 777, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 784, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 791, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 800, 8, 8, 1, 8, 1, 8, 3, 8, 804, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 811, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 5, 8, 817, 8, 8, 10, 8, 12, 8, 820, 9, 8, 1, 8, 1, 8, 1, 8, 1, 8, 5, 8, 826, 8, 8, 10, 8, 12, 8, 829, 9, 8, 1, 8, 1, 8, 1, 8, 3, 8, 834, 8, 8, 1, 8, 1, 8, 1, 8, 3, 8, 839, 8, 8, 1, 8, 1, 8, 3, 8, 843, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 5, 8, 849, 8, 8, 10, 8, 12, 8, 852, 9, 8, 1, 8, 1, 8, 3, 8, 856, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 865, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 871, 8, 8, 1, 8, 1, 8, 1, 8, 5, 8, 876, 8, 8, 10, 8, 12, 8, 879, 9, 8, 1, 8, 1, 8, 1, 8, 1, 8, 5, 8, 885, 8, 8, 10, 8, 12, 8, 888, 9, 8, 1, 8, 1, 8, 1, 8, 3, 8, 893, 8, 8, 1, 8, 1, 8, 3, 8, 897, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 903, 8, 8, 1, 8, 1, 8, 1, 8, 5, 8, 908, 8, 8, 10, 8, 12, 8, 911, 9, 8, 1, 8, 1, 8, 3, 8, 915, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 5, 8, 926, 8, 8, 10, 8, 12, 8, 929, 9, 8, 1, 8, 1, 8, 3, 8, 933, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 945, 8, 8, 1, 8, 1, 8, 3, 8, 949, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 955, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 5, 8, 962, 8, 8, 10, 8, 12, 8, 965, 9, 8, 1, 8, 1, 8, 3, 8, 969, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 975, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1003, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1009, 8, 8, 3, 8, 1011, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1017, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1023, 8, 8, 3, 8, 1025, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1033, 8, 8, 3, 8, 1035, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1045, 8, 8, 3, 8, 1047, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1062, 8, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1067, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1074, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1084, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1090, 8, 8, 3, 8, 1092, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1100, 8, 8, 3, 8, 1102, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 5, 8, 1125, 8, 8, 10, 8, 12, 8, 1128, 9, 8, 3, 8, 1130, 8, 8, 1, 8, 1, 8, 3, 8, 1134, 8, 8, 1, 8, 1, 8, 3, 8, 1138, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 5, 8, 1154, 8, 8, 10, 8, 12, 8, 1157, 9, 8, 3, 8, 1159, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 5, 8, 1168, 8, 8, 10, 8, 12, 8, 1171, 9, 8, 3, 8, 1173, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1189, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 5, 8, 1197, 8, 8, 10, 8, 12, 8, 1200, 9, 8, 1, 8, 1, 8, 3, 8, 1204, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1210, 8, 8, 1, 8, 3, 8, 1213, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 4, 8, 1220, 8, 8, 11, 8, 12, 8, 1221, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1234, 8, 8, 1, 9, 3, 9, 1237, 8, 9, 1, 9, 1, 9, 1, 10, 1, 10, 1, 10, 1, 10, 5, 10, 1245, 8, 10, 10, 10, 12, 10, 1248, 9, 10, 1, 11, 3, 11, 1251, 8, 11, 1, 11, 1, 11, 1, 12, 1, 12, 3, 12, 1257, 8, 12, 1, 12, 1, 12, 1, 12, 5, 12, 1262, 8, 12, 10, 12, 12, 12, 1265, 9, 12, 1, 13, 1, 13, 3, 13, 1269, 8, 13, 1, 14, 1, 14, 1, 14, 1, 14, 3, 14, 1275, 8, 14, 1, 14, 1, 14, 3, 14, 1279, 8, 14, 1, 14, 1, 14, 3, 14, 1283, 8, 14, 1, 15, 1, 15, 1, 15, 1, 15, 3, 15, 1289, 8, 15, 1, 16, 1, 16, 1, 16, 1, 16, 1, 17, 1, 17, 1, 17, 5, 17, 1298, 8, 17, 10, 17, 12, 17, 1301, 9, 17, 1, 18, 1, 18, 1, 18, 1, 18, 1, 19, 1, 19, 3, 19, 1309, 8, 19, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 5, 20, 1317, 8, 20, 10, 20, 12, 20, 1320, 9, 20, 3, 20, 1322, 8, 20, 1, 20, 1, 20, 1, 20, 3, 20, 1327, 8, 20, 3, 20, 1329, 8, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 3, 20, 1336, 8, 20, 1, 20, 1, 20, 1, 20, 1, 20, 3, 20, 1342, 8, 20, 3, 20, 1344, 8, 20, 1, 21, 1, 21, 3, 21, 1348, 8, 21, 1, 22, 1, 22, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 3, 23, 1358, 8, 23, 1, 23, 1, 23, 1, 23, 1, 23, 3, 23, 1364, 8, 23, 1, 23, 5, 23, 1367, 8, 23, 10, 23, 12, 23, 1370, 9, 23, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 5, 24, 1379, 8, 24, 10, 24, 12, 24, 1382, 9, 24, 1, 24, 1, 24, 1, 24, 1, 24, 3, 24, 1388, 8, 24, 1, 25, 1, 25, 3, 25, 1392, 8, 25, 1, 25, 3, 25, 1395, 8, 25, 1, 25, 1, 25, 3, 25, 1399, 8, 25, 1, 26, 1, 26, 3, 26, 1403, 8, 26, 1, 26, 1, 26, 1, 26, 5, 26, 1408, 8, 26, 10, 26, 12, 26, 1411, 9, 26, 1, 26, 1, 26, 1, 26, 1, 26, 5, 26, 1417, 8, 26, 10, 26, 12, 26, 1420, 9, 26, 3, 26, 1422, 8, 26, 1, 26, 1, 26, 3, 26, 1426, 8, 26, 1, 26, 1, 26, 1, 26, 3, 26, 1431, 8, 26, 1, 26, 1, 26, 3, 26, 1435, 8, 26, 1, 26, 1, 26, 1, 26, 1, 26, 5, 26, 1441, 8, 26, 10, 26, 12, 26, 1444, 9, 26, 3, 26, 1446, 8, 26, 1, 27, 3, 27, 1449, 8, 27, 1, 27, 1, 27, 1, 27, 5, 27, 1454, 8, 27, 10, 27, 12, 27, 1457, 9, 27, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 5, 28, 1465, 8, 28, 10, 28, 12, 28, 1468, 9, 28, 3, 28, 1470, 8, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 5, 28, 1478, 8, 28, 10, 28, 12, 28, 1481, 9, 28, 3, 28, 1483, 8, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 5, 28, 1492, 8, 28, 10, 28, 12, 28, 1495, 9, 28, 1, 28, 1, 28, 3, 28, 1499, 8, 28, 1, 29, 1, 29, 1, 29, 1, 29, 5, 29, 1505, 8, 29, 10, 29, 12, 29, 1508, 9, 29, 3, 29, 1510, 8, 29, 1, 29, 1, 29, 3, 29, 1514, 8, 29, 1, 30, 1, 30, 3, 30, 1518, 8, 30, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 32, 3, 32, 1527, 8, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 5, 32, 1534, 8, 32, 10, 32, 12, 32, 1537, 9, 32, 3, 32, 1539, 8, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 5, 32, 1546, 8, 32, 10, 32, 12, 32, 1549, 9, 32, 3, 32, 1551, 8, 32, 1, 32, 3, 32, 1554, 8, 32, 1, 33, 1, 33, 3, 33, 1558, 8, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 34, 1, 34, 1, 35, 1, 35, 3, 35, 1569, 8, 35, 1, 35, 3, 35, 1572, 8, 35, 1, 35, 3, 35, 1575, 8, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 3, 35, 1582, 8, 35, 1, 35, 3, 35, 1585, 8, 35, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1604, 8, 36, 5, 36, 1606, 8, 36, 10, 36, 12, 36, 1609, 9, 36, 1, 37, 3, 37, 1612, 8, 37, 1, 37, 1, 37, 3, 37, 1616, 8, 37, 1, 37, 1, 37, 3, 37, 1620, 8, 37, 1, 37, 1, 37, 3, 37, 1624, 8, 37, 3, 37, 1626, 8, 37, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 5, 38, 1635, 8, 38, 10, 38, 12, 38, 1638, 9, 38, 1, 38, 1, 38, 3, 38, 1642, 8, 38, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 3, 39, 1651, 8, 39, 1, 40, 1, 40, 1, 41, 1, 41, 1, 42, 1, 42, 1, 42, 3, 42, 1660, 8, 42, 1, 42, 3, 42, 1663, 8, 42, 1, 43, 1, 43, 1, 43, 1, 43, 3, 43, 1669, 8, 43, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 5, 44, 1679, 8, 44, 10, 44, 12, 44, 1682, 9, 44, 3, 44, 1684, 8, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 5, 44, 1691, 8, 44, 10, 44, 12, 44, 1694, 9, 44, 3, 44, 1696, 8, 44, 1, 44, 1, 44, 1, 44, 1, 44, 5, 44, 1702, 8, 44, 10, 44, 12, 44, 1705, 9, 44, 3, 44, 1707, 8, 44, 1, 44, 3, 44, 1710, 8, 44, 1, 44, 1, 44, 1, 44, 3, 44, 1715, 8, 44, 1, 44, 3, 44, 1718, 8, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 5, 44, 1728, 8, 44, 10, 44, 12, 44, 1731, 9, 44, 3, 44, 1733, 8, 44, 1, 44, 1, 44, 1, 44, 1, 44, 5, 44, 1739, 8, 44, 10, 44, 12, 44, 1742, 9, 44, 1, 44, 1, 44, 3, 44, 1746, 8, 44, 1, 44, 1, 44, 3, 44, 1750, 8, 44, 3, 44, 1752, 8, 44, 3, 44, 1754, 8, 44, 1, 45, 1, 45, 1, 45, 1, 45, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 3, 46, 1769, 8, 46, 3, 46, 1771, 8, 46, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 3, 47, 1782, 8, 47, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 1803, 8, 48, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 5, 49, 1811, 8, 49, 10, 49, 12, 49, 1814, 9, 49, 1, 49, 1, 49, 1, 50, 1, 50, 1, 50, 1, 50, 1, 51, 1, 51, 3, 51, 1824, 8, 51, 1, 51, 1, 51, 3, 51, 1828, 8, 51, 3, 51, 1830, 8, 51, 1, 52, 1, 52, 1, 52, 1, 52, 5, 52, 1836, 8, 52, 10, 52, 12, 52, 1839, 9, 52, 1, 52, 1, 52, 1, 53, 1, 53, 1, 53, 1, 53, 5, 53, 1847, 8, 53, 10, 53, 12, 53, 1850, 9, 53, 1, 53, 1, 53, 1, 54, 1, 54, 1, 54, 1, 54, 5, 54, 1858, 8, 54, 10, 54, 12, 54, 1861, 9, 54, 1, 54, 1, 54, 1, 55, 1, 55, 3, 55, 1867, 8, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 5, 55, 1878, 8, 55, 10, 55, 12, 55, 1881, 9, 55, 1, 55, 1, 55, 1, 55, 3, 55, 1886, 8, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 5, 55, 1910, 8, 55, 10, 55, 12, 55, 1913, 9, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 3, 55, 1927, 8, 55, 1, 55, 1, 55, 1, 55, 3, 55, 1932, 8, 55, 1, 55, 1, 55, 3, 55, 1936, 8, 55, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 3, 56, 1946, 8, 56, 1, 56, 1, 56, 1, 56, 1, 56, 3, 56, 1952, 8, 56, 1, 56, 1, 56, 1, 56, 1, 56, 3, 56, 1958, 8, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 3, 56, 1966, 8, 56, 1, 56, 1, 56, 1, 56, 3, 56, 1971, 8, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 3, 56, 1978, 8, 56, 3, 56, 1980, 8, 56, 1, 56, 1, 56, 1, 56, 1, 56, 3, 56, 1986, 8, 56, 1, 56, 1, 56, 1, 56, 1, 56, 3, 56, 1992, 8, 56, 1, 56, 1, 56, 3, 56, 1996, 8, 56, 1, 56, 1, 56, 1, 56, 3, 56, 2001, 8, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 5, 56, 2008, 8, 56, 10, 56, 12, 56, 2011, 9, 56, 1, 56, 1, 56, 3, 56, 2015, 8, 56, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 5, 57, 2027, 8, 57, 10, 57, 12, 57, 2030, 9, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 5, 57, 2037, 8, 57, 10, 57, 12, 57, 2040, 9, 57, 3, 57, 2042, 8, 57, 1, 58, 1, 58, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 3, 59, 2051, 8, 59, 1, 60, 1, 60, 1, 60, 3, 60, 2056, 8, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2061, 8, 60, 3, 60, 2063, 8, 60, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 5, 61, 2070, 8, 61, 10, 61, 12, 61, 2073, 9, 61, 3, 61, 2075, 8, 61, 1, 61, 1, 61, 1, 61, 1, 61, 5, 61, 2081, 8, 61, 10, 61, 12, 61, 2084, 9, 61, 3, 61, 2086, 8, 61, 1, 61, 1, 61, 1, 62, 1, 62, 1, 62, 3, 62, 2093, 8, 62, 1, 62, 1, 62, 1, 62, 3, 62, 2098, 8, 62, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 5, 63, 2107, 8, 63, 10, 63, 12, 63, 2110, 9, 63, 3, 63, 2112, 8, 63, 1, 63, 1, 63, 3, 63, 2116, 8, 63, 3, 63, 2118, 8, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 3, 63, 2126, 8, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 5, 63, 2134, 8, 63, 10, 63, 12, 63, 2137, 9, 63, 1, 63, 1, 63, 1, 63, 3, 63, 2142, 8, 63, 3, 63, 2144, 8, 63, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 3, 64, 2151, 8, 64, 1, 64, 1, 64, 3, 64, 2155, 8, 64, 3, 64, 2157, 8, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 3, 64, 2164, 8, 64, 1, 64, 1, 64, 3, 64, 2168, 8, 64, 3, 64, 2170, 8, 64, 3, 64, 2172, 8, 64, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 5, 65, 2179, 8, 65, 10, 65, 12, 65, 2182, 9, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 3, 65, 2192, 8, 65, 1, 66, 1, 66, 3, 66, 2196, 8, 66, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 5, 67, 2204, 8, 67, 10, 67, 12, 67, 2207, 9, 67, 1, 67, 1, 67, 1, 68, 1, 68, 1, 69, 1, 69, 1, 69, 3, 69, 2216, 8, 69, 1, 69, 1, 69, 3, 69, 2220, 8, 69, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 5, 69, 2228, 8, 69, 10, 69, 12, 69, 2231, 9, 69, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 3, 70, 2243, 8, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 3, 70, 2251, 8, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 5, 70, 2258, 8, 70, 10, 70, 12, 70, 2261, 9, 70, 1, 70, 1, 70, 1, 70, 3, 70, 2266, 8, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 3, 70, 2274, 8, 70, 1, 70, 1, 70, 1, 70, 1, 70, 3, 70, 2280, 8, 70, 1, 70, 1, 70, 3, 70, 2284, 8, 70, 1, 70, 1, 70, 1, 70, 3, 70, 2289, 8, 70, 1, 70, 1, 70, 1, 70, 3, 70, 2294, 8, 70, 1, 71, 1, 71, 1, 71, 1, 71, 3, 71, 2300, 8, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 5, 71, 2314, 8, 71, 10, 71, 12, 71, 2317, 9, 71, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 4, 72, 2344, 8, 72, 11, 72, 12, 72, 2345, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 5, 72, 2355, 8, 72, 10, 72, 12, 72, 2358, 9, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2365, 8, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2370, 8, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2375, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 5, 72, 2386, 8, 72, 10, 72, 12, 72, 2389, 9, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2394, 8, 72, 1, 72, 3, 72, 2397, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2404, 8, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2409, 8, 72, 1, 72, 3, 72, 2412, 8, 72, 1, 72, 3, 72, 2415, 8, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2420, 8, 72, 1, 72, 1, 72, 1, 72, 5, 72, 2425, 8, 72, 10, 72, 12, 72, 2428, 9, 72, 3, 72, 2430, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 5, 72, 2437, 8, 72, 10, 72, 12, 72, 2440, 9, 72, 3, 72, 2442, 8, 72, 1, 72, 1, 72, 3, 72, 2446, 8, 72, 1, 72, 3, 72, 2449, 8, 72, 1, 72, 3, 72, 2452, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 5, 72, 2465, 8, 72, 10, 72, 12, 72, 2468, 9, 72, 3, 72, 2470, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 4, 72, 2487, 8, 72, 11, 72, 12, 72, 2488, 1, 72, 1, 72, 3, 72, 2493, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 4, 72, 2499, 8, 72, 11, 72, 12, 72, 2500, 1, 72, 1, 72, 3, 72, 2505, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 5, 72, 2528, 8, 72, 10, 72, 12, 72, 2531, 9, 72, 3, 72, 2533, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2542, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2548, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2554, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2560, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2569, 8, 72, 1, 72, 3, 72, 2572, 8, 72, 1, 72, 3, 72, 2575, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2594, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2603, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 5, 72, 2623, 8, 72, 10, 72, 12, 72, 2626, 9, 72, 3, 72, 2628, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2638, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2647, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2653, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2659, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2670, 8, 72, 3, 72, 2672, 8, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2677, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2684, 8, 72, 3, 72, 2686, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2692, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2698, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 5, 72, 2707, 8, 72, 10, 72, 12, 72, 2710, 9, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2718, 8, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2723, 8, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2728, 8, 72, 3, 72, 2730, 8, 72, 3, 72, 2732, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2738, 8, 72, 3, 72, 2740, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 5, 72, 2748, 8, 72, 10, 72, 12, 72, 2751, 9, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2759, 8, 72, 3, 72, 2761, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2767, 8, 72, 3, 72, 2769, 8, 72, 1, 72, 3, 72, 2772, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 5, 72, 2782, 8, 72, 10, 72, 12, 72, 2785, 9, 72, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 2792, 8, 73, 1, 73, 1, 73, 1, 73, 1, 73, 5, 73, 2798, 8, 73, 10, 73, 12, 73, 2801, 9, 73, 3, 73, 2803, 8, 73, 1, 74, 1, 74, 1, 74, 3, 74, 2808, 8, 74, 1, 75, 1, 75, 1, 75, 3, 75, 2813, 8, 75, 1, 76, 1, 76, 1, 76, 1, 76, 1, 77, 1, 77, 1, 78, 1, 78, 1, 78, 1, 78, 3, 78, 2825, 8, 78, 1, 79, 1, 79, 3, 79, 2829, 8, 79, 1, 79, 1, 79, 3, 79, 2833, 8, 79, 1, 79, 3, 79, 2836, 8, 79, 3, 79, 2838, 8, 79, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 3, 80, 2846, 8, 80, 1, 81, 3, 81, 2849, 8, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 3, 81, 2859, 8, 81, 1, 82, 1, 82, 1, 83, 1, 83, 1, 83, 1, 83, 3, 83, 2867, 8, 83, 1, 84, 1, 84, 1, 84, 1, 84, 3, 84, 2873, 8, 84, 3, 84, 2875, 8, 84, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 3, 85, 2883, 8, 85, 1, 86, 1, 86, 1, 87, 1, 87, 1, 88, 1, 88, 1, 89, 1, 89, 3, 89, 2893, 8, 89, 1, 89, 1, 89, 1, 89, 1, 89, 3, 89, 2899, 8, 89, 1, 90, 1, 90, 1, 91, 1, 91, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 5, 92, 2911, 8, 92, 10, 92, 12, 92, 2914, 9, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 3, 92, 2922, 8, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 3, 92, 2929, 8, 92, 1, 92, 1, 92, 1, 92, 3, 92, 2934, 8, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 3, 92, 2941, 8, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 3, 92, 2951, 8, 92, 1, 92, 1, 92, 1, 92, 3, 92, 2956, 8, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 3, 92, 2963, 8, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 5, 92, 2987, 8, 92, 10, 92, 12, 92, 2990, 9, 92, 1, 92, 1, 92, 3, 92, 2994, 8, 92, 3, 92, 2996, 8, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 3, 92, 3003, 8, 92, 5, 92, 3005, 8, 92, 10, 92, 12, 92, 3008, 9, 92, 1, 93, 1, 93, 1, 93, 1, 93, 3, 93, 3014, 8, 93, 1, 94, 1, 94, 3, 94, 3018, 8, 94, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 97, 1, 97, 1, 97, 1, 97, 3, 97, 3035, 8, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 5, 97, 3048, 8, 97, 10, 97, 12, 97, 3051, 9, 97, 1, 97, 1, 97, 1, 97, 1, 97, 3, 97, 3057, 8, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 3, 97, 3066, 8, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 5, 97, 3074, 8, 97, 10, 97, 12, 97, 3077, 9, 97, 1, 97, 1, 97, 3, 97, 3081, 8, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 5, 97, 3088, 8, 97, 10, 97, 12, 97, 3091, 9, 97, 1, 97, 1, 97, 3, 97, 3095, 8, 97, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 3, 98, 3103, 8, 98, 1, 99, 1, 99, 1, 99, 1, 99, 5, 99, 3109, 8, 99, 10, 99, 12, 99, 3112, 9, 99, 3, 99, 3114, 8, 99, 1, 99, 1, 99, 1, 99, 1, 99, 3, 99, 3120, 8, 99, 1, 99, 3, 99, 3123, 8, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 3, 99, 3130, 8, 99, 1, 99, 1, 99, 1, 99, 1, 99, 5, 99, 3136, 8, 99, 10, 99, 12, 99, 3139, 9, 99, 3, 99, 3141, 8, 99, 1, 99, 1, 99, 1, 99, 1, 99, 5, 99, 3147, 8, 99, 10, 99, 12, 99, 3150, 9, 99, 3, 99, 3152, 8, 99, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 3, 100, 3178, 8, 100, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 3, 101, 3189, 8, 101, 1, 102, 1, 102, 1, 102, 3, 102, 3194, 8, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 5, 102, 3201, 8, 102, 10, 102, 12, 102, 3204, 9, 102, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 5, 103, 3214, 8, 103, 10, 103, 12, 103, 3217, 9, 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, 3231, 8, 103, 1, 104, 1, 104, 3, 104, 3235, 8, 104, 1, 104, 1, 104, 3, 104, 3239, 8, 104, 1, 104, 1, 104, 3, 104, 3243, 8, 104, 1, 104, 1, 104, 1, 104, 1, 104, 3, 104, 3249, 8, 104, 1, 104, 1, 104, 3, 104, 3253, 8, 104, 1, 104, 1, 104, 3, 104, 3257, 8, 104, 1, 104, 1, 104, 3, 104, 3261, 8, 104, 3, 104, 3263, 8, 104, 1, 105, 1, 105, 1, 105, 1, 105, 1, 106, 1, 106, 1, 106, 1, 106, 3, 106, 3273, 8, 106, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 3, 107, 3280, 8, 107, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 3, 108, 3289, 8, 108, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 3, 109, 3296, 8, 109, 1, 110, 1, 110, 1, 110, 1, 110, 1, 110, 3, 110, 3303, 8, 110, 1, 111, 1, 111, 1, 111, 5, 111, 3308, 8, 111, 10, 111, 12, 111, 3311, 9, 111, 1, 112, 1, 112, 1, 112, 1, 112, 5, 112, 3317, 8, 112, 10, 112, 12, 112, 3320, 9, 112, 1, 112, 1, 112, 1, 113, 1, 113, 1, 113, 1, 113, 1, 113, 5, 113, 3329, 8, 113, 10, 113, 12, 113, 3332, 9, 113, 3, 113, 3334, 8, 113, 1, 113, 1, 113, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 5, 114, 3343, 8, 114, 10, 114, 12, 114, 3346, 9, 114, 3, 114, 3348, 8, 114, 1, 114, 1, 114, 1, 115, 3, 115, 3353, 8, 115, 1, 115, 1, 115, 1, 116, 1, 116, 1, 116, 1, 117, 1, 117, 1, 117, 3, 117, 3363, 8, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 3, 117, 3379, 8, 117, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 4, 118, 3391, 8, 118, 11, 118, 12, 118, 3392, 1, 118, 3, 118, 3396, 8, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 4, 118, 3403, 8, 118, 11, 118, 12, 118, 3404, 1, 118, 3, 118, 3408, 8, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 5, 118, 3418, 8, 118, 10, 118, 12, 118, 3421, 9, 118, 1, 118, 3, 118, 3424, 8, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 5, 118, 3437, 8, 118, 10, 118, 12, 118, 3440, 9, 118, 1, 118, 3, 118, 3443, 8, 118, 1, 118, 1, 118, 1, 118, 1, 118, 3, 118, 3449, 8, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 3, 118, 3459, 8, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 3, 118, 3471, 8, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 3, 118, 3480, 8, 118, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 121, 1, 121, 1, 121, 1, 122, 1, 122, 1, 122, 1, 122, 5, 122, 3499, 8, 122, 10, 122, 12, 122, 3502, 9, 122, 1, 122, 1, 122, 1, 122, 3, 122, 3507, 8, 122, 1, 123, 1, 123, 1, 123, 4, 123, 3512, 8, 123, 11, 123, 12, 123, 3513, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 3, 124, 3522, 8, 124, 1, 125, 1, 125, 1, 125, 3, 125, 3527, 8, 125, 1, 126, 3, 126, 3530, 8, 126, 1, 126, 1, 126, 1, 127, 1, 127, 3, 127, 3536, 8, 127, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 3, 128, 3549, 8, 128, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 3, 129, 3562, 8, 129, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 3, 130, 3575, 8, 130, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 3, 131, 3588, 8, 131, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 3, 132, 3595, 8, 132, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 3, 133, 3602, 8, 133, 1, 134, 1, 134, 1, 135, 1, 135, 1, 136, 1, 136, 1, 137, 1, 137, 1, 138, 1, 138, 3, 138, 3614, 8, 138, 1, 139, 1, 139, 1, 140, 1, 140, 1, 140, 5, 140, 3621, 8, 140, 10, 140, 12, 140, 3624, 9, 140, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 142, 1, 142, 1, 143, 1, 143, 1, 143, 3, 143, 3637, 8, 143, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 3, 144, 3644, 8, 144, 1, 145, 1, 145, 1, 145, 5, 145, 3649, 8, 145, 10, 145, 12, 145, 3652, 9, 145, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 3, 146, 3661, 8, 146, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 3, 147, 3668, 8, 147, 1, 148, 3, 148, 3671, 8, 148, 1, 148, 1, 148, 3, 148, 3675, 8, 148, 1, 148, 1, 148, 3, 148, 3679, 8, 148, 1, 148, 3, 148, 3682, 8, 148, 1, 149, 1, 149, 3, 149, 3686, 8, 149, 1, 150, 1, 150, 1, 150, 0, 7, 46, 72, 138, 142, 144, 184, 204, 151, 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, 0, 35, 2, 0, 39, 39, 229, 229, 2, 0, 72, 72, 131, 131, 2, 0, 105, 105, 122, 122, 2, 0, 92, 92, 123, 123, 1, 0, 239, 240, 2, 0, 101, 101, 174, 174, 2, 0, 324, 324, 329, 329, 2, 0, 91, 91, 281, 281, 2, 0, 29, 29, 75, 75, 2, 0, 101, 101, 148, 148, 2, 0, 22, 22, 79, 79, 2, 0, 33, 33, 259, 259, 3, 0, 35, 35, 150, 150, 270, 270, 2, 0, 124, 124, 247, 247, 2, 0, 85, 85, 89, 89, 2, 0, 144, 144, 189, 189, 2, 0, 125, 125, 197, 197, 2, 0, 54, 54, 281, 281, 1, 0, 318, 319, 1, 0, 320, 322, 1, 0, 291, 293, 4, 0, 89, 89, 97, 97, 273, 273, 283, 283, 2, 0, 49, 49, 280, 280, 2, 0, 100, 100, 241, 241, 1, 0, 312, 317, 3, 0, 22, 22, 26, 26, 254, 254, 2, 0, 97, 97, 273, 273, 5, 0, 67, 67, 118, 118, 170, 171, 245, 245, 310, 310, 1, 0, 175, 178, 2, 0, 102, 102, 212, 212, 3, 0, 113, 113, 137, 137, 263, 263, 4, 0, 80, 80, 132, 132, 160, 160, 294, 294, 2, 0, 192, 192, 309, 309, 2, 0, 268, 268, 298, 298, 54, 0, 18, 22, 24, 24, 26, 27, 29, 33, 35, 35, 37, 39, 42, 49, 51, 52, 56, 56, 65, 67, 69, 72, 74, 75, 77, 78, 80, 82, 85, 87, 89, 89, 92, 92, 95, 95, 98, 102, 104, 104, 107, 113, 116, 116, 118, 121, 123, 124, 126, 126, 129, 129, 131, 132, 134, 135, 137, 137, 144, 151, 153, 153, 155, 155, 157, 157, 160, 171, 173, 180, 184, 189, 191, 193, 196, 196, 198, 213, 215, 220, 222, 233, 235, 237, 239, 247, 249, 259, 261, 264, 266, 271, 274, 276, 278, 280, 282, 284, 286, 289, 291, 295, 297, 299, 302, 303, 305, 311, 4245, 0, 305, 1, 0, 0, 0, 2, 310, 1, 0, 0, 0, 4, 312, 1, 0, 0, 0, 6, 316, 1, 0, 0, 0, 8, 320, 1, 0, 0, 0, 10, 324, 1, 0, 0, 0, 12, 328, 1, 0, 0, 0, 14, 332, 1, 0, 0, 0, 16, 1233, 1, 0, 0, 0, 18, 1236, 1, 0, 0, 0, 20, 1240, 1, 0, 0, 0, 22, 1250, 1, 0, 0, 0, 24, 1254, 1, 0, 0, 0, 26, 1268, 1, 0, 0, 0, 28, 1270, 1, 0, 0, 0, 30, 1284, 1, 0, 0, 0, 32, 1290, 1, 0, 0, 0, 34, 1294, 1, 0, 0, 0, 36, 1302, 1, 0, 0, 0, 38, 1308, 1, 0, 0, 0, 40, 1310, 1, 0, 0, 0, 42, 1347, 1, 0, 0, 0, 44, 1349, 1, 0, 0, 0, 46, 1351, 1, 0, 0, 0, 48, 1387, 1, 0, 0, 0, 50, 1391, 1, 0, 0, 0, 52, 1400, 1, 0, 0, 0, 54, 1448, 1, 0, 0, 0, 56, 1498, 1, 0, 0, 0, 58, 1513, 1, 0, 0, 0, 60, 1517, 1, 0, 0, 0, 62, 1519, 1, 0, 0, 0, 64, 1526, 1, 0, 0, 0, 66, 1555, 1, 0, 0, 0, 68, 1564, 1, 0, 0, 0, 70, 1584, 1, 0, 0, 0, 72, 1586, 1, 0, 0, 0, 74, 1625, 1, 0, 0, 0, 76, 1641, 1, 0, 0, 0, 78, 1643, 1, 0, 0, 0, 80, 1652, 1, 0, 0, 0, 82, 1654, 1, 0, 0, 0, 84, 1662, 1, 0, 0, 0, 86, 1668, 1, 0, 0, 0, 88, 1670, 1, 0, 0, 0, 90, 1755, 1, 0, 0, 0, 92, 1770, 1, 0, 0, 0, 94, 1781, 1, 0, 0, 0, 96, 1802, 1, 0, 0, 0, 98, 1804, 1, 0, 0, 0, 100, 1817, 1, 0, 0, 0, 102, 1821, 1, 0, 0, 0, 104, 1831, 1, 0, 0, 0, 106, 1842, 1, 0, 0, 0, 108, 1853, 1, 0, 0, 0, 110, 1935, 1, 0, 0, 0, 112, 2014, 1, 0, 0, 0, 114, 2041, 1, 0, 0, 0, 116, 2043, 1, 0, 0, 0, 118, 2050, 1, 0, 0, 0, 120, 2062, 1, 0, 0, 0, 122, 2064, 1, 0, 0, 0, 124, 2092, 1, 0, 0, 0, 126, 2099, 1, 0, 0, 0, 128, 2171, 1, 0, 0, 0, 130, 2191, 1, 0, 0, 0, 132, 2193, 1, 0, 0, 0, 134, 2197, 1, 0, 0, 0, 136, 2210, 1, 0, 0, 0, 138, 2219, 1, 0, 0, 0, 140, 2293, 1, 0, 0, 0, 142, 2299, 1, 0, 0, 0, 144, 2771, 1, 0, 0, 0, 146, 2786, 1, 0, 0, 0, 148, 2804, 1, 0, 0, 0, 150, 2809, 1, 0, 0, 0, 152, 2814, 1, 0, 0, 0, 154, 2818, 1, 0, 0, 0, 156, 2824, 1, 0, 0, 0, 158, 2837, 1, 0, 0, 0, 160, 2845, 1, 0, 0, 0, 162, 2858, 1, 0, 0, 0, 164, 2860, 1, 0, 0, 0, 166, 2866, 1, 0, 0, 0, 168, 2874, 1, 0, 0, 0, 170, 2882, 1, 0, 0, 0, 172, 2884, 1, 0, 0, 0, 174, 2886, 1, 0, 0, 0, 176, 2888, 1, 0, 0, 0, 178, 2890, 1, 0, 0, 0, 180, 2900, 1, 0, 0, 0, 182, 2902, 1, 0, 0, 0, 184, 2995, 1, 0, 0, 0, 186, 3013, 1, 0, 0, 0, 188, 3017, 1, 0, 0, 0, 190, 3019, 1, 0, 0, 0, 192, 3024, 1, 0, 0, 0, 194, 3094, 1, 0, 0, 0, 196, 3096, 1, 0, 0, 0, 198, 3113, 1, 0, 0, 0, 200, 3177, 1, 0, 0, 0, 202, 3188, 1, 0, 0, 0, 204, 3190, 1, 0, 0, 0, 206, 3230, 1, 0, 0, 0, 208, 3262, 1, 0, 0, 0, 210, 3264, 1, 0, 0, 0, 212, 3272, 1, 0, 0, 0, 214, 3279, 1, 0, 0, 0, 216, 3288, 1, 0, 0, 0, 218, 3295, 1, 0, 0, 0, 220, 3302, 1, 0, 0, 0, 222, 3304, 1, 0, 0, 0, 224, 3312, 1, 0, 0, 0, 226, 3323, 1, 0, 0, 0, 228, 3337, 1, 0, 0, 0, 230, 3352, 1, 0, 0, 0, 232, 3356, 1, 0, 0, 0, 234, 3378, 1, 0, 0, 0, 236, 3479, 1, 0, 0, 0, 238, 3481, 1, 0, 0, 0, 240, 3486, 1, 0, 0, 0, 242, 3491, 1, 0, 0, 0, 244, 3494, 1, 0, 0, 0, 246, 3511, 1, 0, 0, 0, 248, 3521, 1, 0, 0, 0, 250, 3526, 1, 0, 0, 0, 252, 3529, 1, 0, 0, 0, 254, 3535, 1, 0, 0, 0, 256, 3548, 1, 0, 0, 0, 258, 3561, 1, 0, 0, 0, 260, 3574, 1, 0, 0, 0, 262, 3587, 1, 0, 0, 0, 264, 3594, 1, 0, 0, 0, 266, 3601, 1, 0, 0, 0, 268, 3603, 1, 0, 0, 0, 270, 3605, 1, 0, 0, 0, 272, 3607, 1, 0, 0, 0, 274, 3609, 1, 0, 0, 0, 276, 3613, 1, 0, 0, 0, 278, 3615, 1, 0, 0, 0, 280, 3617, 1, 0, 0, 0, 282, 3625, 1, 0, 0, 0, 284, 3631, 1, 0, 0, 0, 286, 3636, 1, 0, 0, 0, 288, 3643, 1, 0, 0, 0, 290, 3645, 1, 0, 0, 0, 292, 3660, 1, 0, 0, 0, 294, 3667, 1, 0, 0, 0, 296, 3681, 1, 0, 0, 0, 298, 3685, 1, 0, 0, 0, 300, 3687, 1, 0, 0, 0, 302, 304, 3, 2, 1, 0, 303, 302, 1, 0, 0, 0, 304, 307, 1, 0, 0, 0, 305, 303, 1, 0, 0, 0, 305, 306, 1, 0, 0, 0, 306, 308, 1, 0, 0, 0, 307, 305, 1, 0, 0, 0, 308, 309, 5, 0, 0, 1, 309, 1, 1, 0, 0, 0, 310, 311, 3, 4, 2, 0, 311, 3, 1, 0, 0, 0, 312, 314, 3, 16, 8, 0, 313, 315, 5, 325, 0, 0, 314, 313, 1, 0, 0, 0, 314, 315, 1, 0, 0, 0, 315, 5, 1, 0, 0, 0, 316, 318, 3, 136, 68, 0, 317, 319, 5, 325, 0, 0, 318, 317, 1, 0, 0, 0, 318, 319, 1, 0, 0, 0, 319, 7, 1, 0, 0, 0, 320, 322, 3, 222, 111, 0, 321, 323, 5, 325, 0, 0, 322, 321, 1, 0, 0, 0, 322, 323, 1, 0, 0, 0, 323, 9, 1, 0, 0, 0, 324, 326, 3, 184, 92, 0, 325, 327, 5, 325, 0, 0, 326, 325, 1, 0, 0, 0, 326, 327, 1, 0, 0, 0, 327, 11, 1, 0, 0, 0, 328, 330, 3, 204, 102, 0, 329, 331, 5, 325, 0, 0, 330, 329, 1, 0, 0, 0, 330, 331, 1, 0, 0, 0, 331, 13, 1, 0, 0, 0, 332, 333, 3, 224, 112, 0, 333, 334, 5, 0, 0, 1, 334, 15, 1, 0, 0, 0, 335, 1234, 3, 18, 9, 0, 336, 337, 5, 288, 0, 0, 337, 1234, 3, 264, 132, 0, 338, 339, 5, 53, 0, 0, 339, 343, 5, 42, 0, 0, 340, 341, 5, 119, 0, 0, 341, 342, 5, 182, 0, 0, 342, 344, 5, 94, 0, 0, 343, 340, 1, 0, 0, 0, 343, 344, 1, 0, 0, 0, 344, 345, 1, 0, 0, 0, 345, 346, 3, 270, 135, 0, 346, 347, 5, 290, 0, 0, 347, 350, 3, 294, 147, 0, 348, 349, 5, 46, 0, 0, 349, 351, 3, 168, 84, 0, 350, 348, 1, 0, 0, 0, 350, 351, 1, 0, 0, 0, 351, 354, 1, 0, 0, 0, 352, 353, 5, 31, 0, 0, 353, 355, 3, 288, 144, 0, 354, 352, 1, 0, 0, 0, 354, 355, 1, 0, 0, 0, 355, 358, 1, 0, 0, 0, 356, 357, 5, 304, 0, 0, 357, 359, 3, 32, 16, 0, 358, 356, 1, 0, 0, 0, 358, 359, 1, 0, 0, 0, 359, 1234, 1, 0, 0, 0, 360, 361, 5, 83, 0, 0, 361, 364, 5, 42, 0, 0, 362, 363, 5, 119, 0, 0, 363, 365, 5, 94, 0, 0, 364, 362, 1, 0, 0, 0, 364, 365, 1, 0, 0, 0, 365, 366, 1, 0, 0, 0, 366, 368, 3, 268, 134, 0, 367, 369, 7, 0, 0, 0, 368, 367, 1, 0, 0, 0, 368, 369, 1, 0, 0, 0, 369, 1234, 1, 0, 0, 0, 370, 371, 5, 53, 0, 0, 371, 375, 5, 243, 0, 0, 372, 373, 5, 119, 0, 0, 373, 374, 5, 182, 0, 0, 374, 376, 5, 94, 0, 0, 375, 372, 1, 0, 0, 0, 375, 376, 1, 0, 0, 0, 376, 377, 1, 0, 0, 0, 377, 380, 3, 266, 133, 0, 378, 379, 5, 31, 0, 0, 379, 381, 3, 288, 144, 0, 380, 378, 1, 0, 0, 0, 380, 381, 1, 0, 0, 0, 381, 384, 1, 0, 0, 0, 382, 383, 5, 304, 0, 0, 383, 385, 3, 32, 16, 0, 384, 382, 1, 0, 0, 0, 384, 385, 1, 0, 0, 0, 385, 1234, 1, 0, 0, 0, 386, 387, 5, 83, 0, 0, 387, 390, 5, 243, 0, 0, 388, 389, 5, 119, 0, 0, 389, 391, 5, 94, 0, 0, 390, 388, 1, 0, 0, 0, 390, 391, 1, 0, 0, 0, 391, 392, 1, 0, 0, 0, 392, 394, 3, 264, 132, 0, 393, 395, 7, 0, 0, 0, 394, 393, 1, 0, 0, 0, 394, 395, 1, 0, 0, 0, 395, 1234, 1, 0, 0, 0, 396, 397, 5, 23, 0, 0, 397, 398, 5, 243, 0, 0, 398, 399, 3, 264, 132, 0, 399, 400, 5, 223, 0, 0, 400, 401, 5, 269, 0, 0, 401, 402, 3, 266, 133, 0, 402, 1234, 1, 0, 0, 0, 403, 404, 5, 23, 0, 0, 404, 405, 5, 243, 0, 0, 405, 406, 3, 264, 132, 0, 406, 407, 5, 251, 0, 0, 407, 408, 5, 31, 0, 0, 408, 409, 3, 288, 144, 0, 409, 1234, 1, 0, 0, 0, 410, 413, 5, 53, 0, 0, 411, 412, 5, 194, 0, 0, 412, 414, 5, 226, 0, 0, 413, 411, 1, 0, 0, 0, 413, 414, 1, 0, 0, 0, 414, 415, 1, 0, 0, 0, 415, 419, 5, 260, 0, 0, 416, 417, 5, 119, 0, 0, 417, 418, 5, 182, 0, 0, 418, 420, 5, 94, 0, 0, 419, 416, 1, 0, 0, 0, 419, 420, 1, 0, 0, 0, 420, 421, 1, 0, 0, 0, 421, 423, 3, 258, 129, 0, 422, 424, 3, 104, 52, 0, 423, 422, 1, 0, 0, 0, 423, 424, 1, 0, 0, 0, 424, 427, 1, 0, 0, 0, 425, 426, 5, 46, 0, 0, 426, 428, 3, 168, 84, 0, 427, 425, 1, 0, 0, 0, 427, 428, 1, 0, 0, 0, 428, 431, 1, 0, 0, 0, 429, 430, 5, 304, 0, 0, 430, 432, 3, 32, 16, 0, 431, 429, 1, 0, 0, 0, 431, 432, 1, 0, 0, 0, 432, 433, 1, 0, 0, 0, 433, 439, 5, 28, 0, 0, 434, 440, 3, 18, 9, 0, 435, 436, 5, 1, 0, 0, 436, 437, 3, 18, 9, 0, 437, 438, 5, 2, 0, 0, 438, 440, 1, 0, 0, 0, 439, 434, 1, 0, 0, 0, 439, 435, 1, 0, 0, 0, 440, 446, 1, 0, 0, 0, 441, 443, 5, 304, 0, 0, 442, 444, 5, 179, 0, 0, 443, 442, 1, 0, 0, 0, 443, 444, 1, 0, 0, 0, 444, 445, 1, 0, 0, 0, 445, 447, 5, 65, 0, 0, 446, 441, 1, 0, 0, 0, 446, 447, 1, 0, 0, 0, 447, 1234, 1, 0, 0, 0, 448, 451, 5, 53, 0, 0, 449, 450, 5, 194, 0, 0, 450, 452, 5, 226, 0, 0, 451, 449, 1, 0, 0, 0, 451, 452, 1, 0, 0, 0, 452, 453, 1, 0, 0, 0, 453, 457, 5, 260, 0, 0, 454, 455, 5, 119, 0, 0, 455, 456, 5, 182, 0, 0, 456, 458, 5, 94, 0, 0, 457, 454, 1, 0, 0, 0, 457, 458, 1, 0, 0, 0, 458, 459, 1, 0, 0, 0, 459, 460, 3, 258, 129, 0, 460, 461, 5, 1, 0, 0, 461, 466, 3, 26, 13, 0, 462, 463, 5, 3, 0, 0, 463, 465, 3, 26, 13, 0, 464, 462, 1, 0, 0, 0, 465, 468, 1, 0, 0, 0, 466, 464, 1, 0, 0, 0, 466, 467, 1, 0, 0, 0, 467, 469, 1, 0, 0, 0, 468, 466, 1, 0, 0, 0, 469, 472, 5, 2, 0, 0, 470, 471, 5, 46, 0, 0, 471, 473, 3, 168, 84, 0, 472, 470, 1, 0, 0, 0, 472, 473, 1, 0, 0, 0, 473, 476, 1, 0, 0, 0, 474, 475, 5, 304, 0, 0, 475, 477, 3, 32, 16, 0, 476, 474, 1, 0, 0, 0, 476, 477, 1, 0, 0, 0, 477, 1234, 1, 0, 0, 0, 478, 479, 5, 83, 0, 0, 479, 482, 5, 260, 0, 0, 480, 481, 5, 119, 0, 0, 481, 483, 5, 94, 0, 0, 482, 480, 1, 0, 0, 0, 482, 483, 1, 0, 0, 0, 483, 484, 1, 0, 0, 0, 484, 1234, 3, 256, 128, 0, 485, 486, 5, 127, 0, 0, 486, 487, 5, 130, 0, 0, 487, 489, 3, 256, 128, 0, 488, 490, 3, 106, 53, 0, 489, 488, 1, 0, 0, 0, 489, 490, 1, 0, 0, 0, 490, 491, 1, 0, 0, 0, 491, 492, 3, 18, 9, 0, 492, 1234, 1, 0, 0, 0, 493, 494, 5, 73, 0, 0, 494, 495, 5, 105, 0, 0, 495, 498, 3, 256, 128, 0, 496, 497, 5, 301, 0, 0, 497, 499, 3, 138, 69, 0, 498, 496, 1, 0, 0, 0, 498, 499, 1, 0, 0, 0, 499, 1234, 1, 0, 0, 0, 500, 501, 5, 274, 0, 0, 501, 502, 5, 260, 0, 0, 502, 1234, 3, 256, 128, 0, 503, 504, 5, 46, 0, 0, 504, 505, 5, 190, 0, 0, 505, 506, 5, 260, 0, 0, 506, 507, 3, 256, 128, 0, 507, 510, 5, 133, 0, 0, 508, 511, 3, 168, 84, 0, 509, 511, 5, 183, 0, 0, 510, 508, 1, 0, 0, 0, 510, 509, 1, 0, 0, 0, 511, 1234, 1, 0, 0, 0, 512, 513, 5, 46, 0, 0, 513, 514, 5, 190, 0, 0, 514, 515, 5, 299, 0, 0, 515, 516, 3, 260, 130, 0, 516, 519, 5, 133, 0, 0, 517, 520, 3, 168, 84, 0, 518, 520, 5, 183, 0, 0, 519, 517, 1, 0, 0, 0, 519, 518, 1, 0, 0, 0, 520, 1234, 1, 0, 0, 0, 521, 522, 5, 46, 0, 0, 522, 523, 5, 190, 0, 0, 523, 524, 5, 44, 0, 0, 524, 525, 3, 276, 138, 0, 525, 528, 5, 133, 0, 0, 526, 529, 3, 168, 84, 0, 527, 529, 5, 183, 0, 0, 528, 526, 1, 0, 0, 0, 528, 527, 1, 0, 0, 0, 529, 1234, 1, 0, 0, 0, 530, 531, 5, 23, 0, 0, 531, 534, 5, 260, 0, 0, 532, 533, 5, 119, 0, 0, 533, 535, 5, 94, 0, 0, 534, 532, 1, 0, 0, 0, 534, 535, 1, 0, 0, 0, 535, 536, 1, 0, 0, 0, 536, 537, 3, 256, 128, 0, 537, 538, 5, 223, 0, 0, 538, 539, 5, 269, 0, 0, 539, 540, 3, 258, 129, 0, 540, 1234, 1, 0, 0, 0, 541, 542, 5, 23, 0, 0, 542, 545, 5, 260, 0, 0, 543, 544, 5, 119, 0, 0, 544, 546, 5, 94, 0, 0, 545, 543, 1, 0, 0, 0, 545, 546, 1, 0, 0, 0, 546, 547, 1, 0, 0, 0, 547, 548, 3, 256, 128, 0, 548, 549, 5, 19, 0, 0, 549, 553, 5, 44, 0, 0, 550, 551, 5, 119, 0, 0, 551, 552, 5, 182, 0, 0, 552, 554, 5, 94, 0, 0, 553, 550, 1, 0, 0, 0, 553, 554, 1, 0, 0, 0, 554, 555, 1, 0, 0, 0, 555, 556, 3, 28, 14, 0, 556, 1234, 1, 0, 0, 0, 557, 558, 5, 23, 0, 0, 558, 561, 5, 260, 0, 0, 559, 560, 5, 119, 0, 0, 560, 562, 5, 94, 0, 0, 561, 559, 1, 0, 0, 0, 561, 562, 1, 0, 0, 0, 562, 563, 1, 0, 0, 0, 563, 564, 3, 256, 128, 0, 564, 565, 5, 223, 0, 0, 565, 568, 5, 44, 0, 0, 566, 567, 5, 119, 0, 0, 567, 569, 5, 94, 0, 0, 568, 566, 1, 0, 0, 0, 568, 569, 1, 0, 0, 0, 569, 570, 1, 0, 0, 0, 570, 571, 3, 276, 138, 0, 571, 572, 5, 269, 0, 0, 572, 573, 3, 278, 139, 0, 573, 1234, 1, 0, 0, 0, 574, 575, 5, 23, 0, 0, 575, 578, 5, 260, 0, 0, 576, 577, 5, 119, 0, 0, 577, 579, 5, 94, 0, 0, 578, 576, 1, 0, 0, 0, 578, 579, 1, 0, 0, 0, 579, 580, 1, 0, 0, 0, 580, 581, 3, 256, 128, 0, 581, 582, 5, 83, 0, 0, 582, 585, 5, 44, 0, 0, 583, 584, 5, 119, 0, 0, 584, 586, 5, 94, 0, 0, 585, 583, 1, 0, 0, 0, 585, 586, 1, 0, 0, 0, 586, 587, 1, 0, 0, 0, 587, 588, 3, 276, 138, 0, 588, 1234, 1, 0, 0, 0, 589, 590, 5, 23, 0, 0, 590, 593, 5, 260, 0, 0, 591, 592, 5, 119, 0, 0, 592, 594, 5, 94, 0, 0, 593, 591, 1, 0, 0, 0, 593, 594, 1, 0, 0, 0, 594, 595, 1, 0, 0, 0, 595, 596, 3, 256, 128, 0, 596, 597, 5, 23, 0, 0, 597, 598, 5, 44, 0, 0, 598, 599, 3, 276, 138, 0, 599, 600, 5, 251, 0, 0, 600, 601, 5, 65, 0, 0, 601, 602, 5, 276, 0, 0, 602, 603, 3, 184, 92, 0, 603, 1234, 1, 0, 0, 0, 604, 605, 5, 23, 0, 0, 605, 608, 5, 260, 0, 0, 606, 607, 5, 119, 0, 0, 607, 609, 5, 94, 0, 0, 608, 606, 1, 0, 0, 0, 608, 609, 1, 0, 0, 0, 609, 610, 1, 0, 0, 0, 610, 611, 3, 256, 128, 0, 611, 612, 5, 23, 0, 0, 612, 613, 5, 44, 0, 0, 613, 614, 3, 276, 138, 0, 614, 615, 5, 83, 0, 0, 615, 616, 5, 182, 0, 0, 616, 617, 5, 183, 0, 0, 617, 1234, 1, 0, 0, 0, 618, 619, 5, 23, 0, 0, 619, 620, 5, 260, 0, 0, 620, 621, 3, 256, 128, 0, 621, 622, 5, 251, 0, 0, 622, 623, 5, 31, 0, 0, 623, 624, 3, 288, 144, 0, 624, 1234, 1, 0, 0, 0, 625, 626, 5, 23, 0, 0, 626, 627, 5, 260, 0, 0, 627, 628, 3, 256, 128, 0, 628, 629, 5, 251, 0, 0, 629, 630, 5, 216, 0, 0, 630, 631, 3, 34, 17, 0, 631, 1234, 1, 0, 0, 0, 632, 633, 5, 23, 0, 0, 633, 634, 5, 260, 0, 0, 634, 635, 3, 256, 128, 0, 635, 636, 5, 93, 0, 0, 636, 649, 3, 272, 136, 0, 637, 646, 5, 1, 0, 0, 638, 643, 3, 218, 109, 0, 639, 640, 5, 3, 0, 0, 640, 642, 3, 218, 109, 0, 641, 639, 1, 0, 0, 0, 642, 645, 1, 0, 0, 0, 643, 641, 1, 0, 0, 0, 643, 644, 1, 0, 0, 0, 644, 647, 1, 0, 0, 0, 645, 643, 1, 0, 0, 0, 646, 638, 1, 0, 0, 0, 646, 647, 1, 0, 0, 0, 647, 648, 1, 0, 0, 0, 648, 650, 5, 2, 0, 0, 649, 637, 1, 0, 0, 0, 649, 650, 1, 0, 0, 0, 650, 653, 1, 0, 0, 0, 651, 652, 5, 301, 0, 0, 652, 654, 3, 138, 69, 0, 653, 651, 1, 0, 0, 0, 653, 654, 1, 0, 0, 0, 654, 1234, 1, 0, 0, 0, 655, 656, 5, 24, 0, 0, 656, 659, 3, 256, 128, 0, 657, 658, 5, 304, 0, 0, 658, 660, 3, 32, 16, 0, 659, 657, 1, 0, 0, 0, 659, 660, 1, 0, 0, 0, 660, 1234, 1, 0, 0, 0, 661, 664, 5, 53, 0, 0, 662, 663, 5, 194, 0, 0, 663, 665, 5, 226, 0, 0, 664, 662, 1, 0, 0, 0, 664, 665, 1, 0, 0, 0, 665, 666, 1, 0, 0, 0, 666, 667, 5, 167, 0, 0, 667, 671, 5, 299, 0, 0, 668, 669, 5, 119, 0, 0, 669, 670, 5, 182, 0, 0, 670, 672, 5, 94, 0, 0, 671, 668, 1, 0, 0, 0, 671, 672, 1, 0, 0, 0, 672, 673, 1, 0, 0, 0, 673, 677, 3, 262, 131, 0, 674, 675, 5, 109, 0, 0, 675, 676, 5, 208, 0, 0, 676, 678, 3, 178, 89, 0, 677, 674, 1, 0, 0, 0, 677, 678, 1, 0, 0, 0, 678, 681, 1, 0, 0, 0, 679, 680, 5, 46, 0, 0, 680, 682, 3, 168, 84, 0, 681, 679, 1, 0, 0, 0, 681, 682, 1, 0, 0, 0, 682, 685, 1, 0, 0, 0, 683, 684, 5, 304, 0, 0, 684, 686, 3, 32, 16, 0, 685, 683, 1, 0, 0, 0, 685, 686, 1, 0, 0, 0, 686, 687, 1, 0, 0, 0, 687, 688, 5, 28, 0, 0, 688, 689, 3, 18, 9, 0, 689, 1234, 1, 0, 0, 0, 690, 693, 5, 53, 0, 0, 691, 692, 5, 194, 0, 0, 692, 694, 5, 226, 0, 0, 693, 691, 1, 0, 0, 0, 693, 694, 1, 0, 0, 0, 694, 695, 1, 0, 0, 0, 695, 696, 5, 299, 0, 0, 696, 699, 3, 262, 131, 0, 697, 698, 5, 46, 0, 0, 698, 700, 3, 168, 84, 0, 699, 697, 1, 0, 0, 0, 699, 700, 1, 0, 0, 0, 700, 703, 1, 0, 0, 0, 701, 702, 5, 246, 0, 0, 702, 704, 7, 1, 0, 0, 703, 701, 1, 0, 0, 0, 703, 704, 1, 0, 0, 0, 704, 707, 1, 0, 0, 0, 705, 706, 5, 304, 0, 0, 706, 708, 3, 32, 16, 0, 707, 705, 1, 0, 0, 0, 707, 708, 1, 0, 0, 0, 708, 709, 1, 0, 0, 0, 709, 710, 5, 28, 0, 0, 710, 711, 3, 18, 9, 0, 711, 1234, 1, 0, 0, 0, 712, 713, 5, 222, 0, 0, 713, 714, 5, 167, 0, 0, 714, 715, 5, 299, 0, 0, 715, 1234, 3, 260, 130, 0, 716, 717, 5, 83, 0, 0, 717, 718, 5, 167, 0, 0, 718, 721, 5, 299, 0, 0, 719, 720, 5, 119, 0, 0, 720, 722, 5, 94, 0, 0, 721, 719, 1, 0, 0, 0, 721, 722, 1, 0, 0, 0, 722, 723, 1, 0, 0, 0, 723, 1234, 3, 260, 130, 0, 724, 725, 5, 23, 0, 0, 725, 726, 5, 167, 0, 0, 726, 729, 5, 299, 0, 0, 727, 728, 5, 119, 0, 0, 728, 730, 5, 94, 0, 0, 729, 727, 1, 0, 0, 0, 729, 730, 1, 0, 0, 0, 730, 731, 1, 0, 0, 0, 731, 732, 3, 260, 130, 0, 732, 733, 5, 223, 0, 0, 733, 734, 5, 269, 0, 0, 734, 735, 3, 262, 131, 0, 735, 1234, 1, 0, 0, 0, 736, 737, 5, 23, 0, 0, 737, 738, 5, 167, 0, 0, 738, 739, 5, 299, 0, 0, 739, 740, 3, 260, 130, 0, 740, 741, 5, 251, 0, 0, 741, 742, 5, 216, 0, 0, 742, 743, 3, 34, 17, 0, 743, 1234, 1, 0, 0, 0, 744, 745, 5, 83, 0, 0, 745, 748, 5, 299, 0, 0, 746, 747, 5, 119, 0, 0, 747, 749, 5, 94, 0, 0, 748, 746, 1, 0, 0, 0, 748, 749, 1, 0, 0, 0, 749, 750, 1, 0, 0, 0, 750, 1234, 3, 260, 130, 0, 751, 752, 5, 23, 0, 0, 752, 753, 5, 299, 0, 0, 753, 754, 3, 260, 130, 0, 754, 755, 5, 223, 0, 0, 755, 756, 5, 269, 0, 0, 756, 757, 3, 262, 131, 0, 757, 1234, 1, 0, 0, 0, 758, 759, 5, 23, 0, 0, 759, 760, 5, 299, 0, 0, 760, 761, 3, 260, 130, 0, 761, 762, 5, 251, 0, 0, 762, 763, 5, 31, 0, 0, 763, 764, 3, 288, 144, 0, 764, 1234, 1, 0, 0, 0, 765, 766, 5, 37, 0, 0, 766, 767, 3, 272, 136, 0, 767, 776, 5, 1, 0, 0, 768, 773, 3, 218, 109, 0, 769, 770, 5, 3, 0, 0, 770, 772, 3, 218, 109, 0, 771, 769, 1, 0, 0, 0, 772, 775, 1, 0, 0, 0, 773, 771, 1, 0, 0, 0, 773, 774, 1, 0, 0, 0, 774, 777, 1, 0, 0, 0, 775, 773, 1, 0, 0, 0, 776, 768, 1, 0, 0, 0, 776, 777, 1, 0, 0, 0, 777, 778, 1, 0, 0, 0, 778, 779, 5, 2, 0, 0, 779, 1234, 1, 0, 0, 0, 780, 783, 5, 53, 0, 0, 781, 782, 5, 194, 0, 0, 782, 784, 5, 226, 0, 0, 783, 781, 1, 0, 0, 0, 783, 784, 1, 0, 0, 0, 784, 785, 1, 0, 0, 0, 785, 1234, 3, 224, 112, 0, 786, 787, 5, 83, 0, 0, 787, 790, 5, 107, 0, 0, 788, 789, 5, 119, 0, 0, 789, 791, 5, 94, 0, 0, 790, 788, 1, 0, 0, 0, 790, 791, 1, 0, 0, 0, 791, 792, 1, 0, 0, 0, 792, 1234, 3, 228, 114, 0, 793, 794, 5, 53, 0, 0, 794, 795, 5, 235, 0, 0, 795, 799, 3, 294, 147, 0, 796, 797, 5, 304, 0, 0, 797, 798, 5, 20, 0, 0, 798, 800, 3, 286, 143, 0, 799, 796, 1, 0, 0, 0, 799, 800, 1, 0, 0, 0, 800, 803, 1, 0, 0, 0, 801, 802, 5, 122, 0, 0, 802, 804, 3, 268, 134, 0, 803, 801, 1, 0, 0, 0, 803, 804, 1, 0, 0, 0, 804, 1234, 1, 0, 0, 0, 805, 806, 5, 83, 0, 0, 806, 807, 5, 235, 0, 0, 807, 810, 3, 294, 147, 0, 808, 809, 5, 122, 0, 0, 809, 811, 3, 268, 134, 0, 810, 808, 1, 0, 0, 0, 810, 811, 1, 0, 0, 0, 811, 1234, 1, 0, 0, 0, 812, 813, 5, 110, 0, 0, 813, 818, 3, 292, 146, 0, 814, 815, 5, 3, 0, 0, 815, 817, 3, 292, 146, 0, 816, 814, 1, 0, 0, 0, 817, 820, 1, 0, 0, 0, 818, 816, 1, 0, 0, 0, 818, 819, 1, 0, 0, 0, 819, 821, 1, 0, 0, 0, 820, 818, 1, 0, 0, 0, 821, 822, 5, 269, 0, 0, 822, 827, 3, 288, 144, 0, 823, 824, 5, 3, 0, 0, 824, 826, 3, 288, 144, 0, 825, 823, 1, 0, 0, 0, 826, 829, 1, 0, 0, 0, 827, 825, 1, 0, 0, 0, 827, 828, 1, 0, 0, 0, 828, 833, 1, 0, 0, 0, 829, 827, 1, 0, 0, 0, 830, 831, 5, 304, 0, 0, 831, 832, 5, 20, 0, 0, 832, 834, 5, 193, 0, 0, 833, 830, 1, 0, 0, 0, 833, 834, 1, 0, 0, 0, 834, 838, 1, 0, 0, 0, 835, 836, 5, 111, 0, 0, 836, 837, 5, 36, 0, 0, 837, 839, 3, 286, 143, 0, 838, 835, 1, 0, 0, 0, 838, 839, 1, 0, 0, 0, 839, 842, 1, 0, 0, 0, 840, 841, 5, 122, 0, 0, 841, 843, 3, 268, 134, 0, 842, 840, 1, 0, 0, 0, 842, 843, 1, 0, 0, 0, 843, 1234, 1, 0, 0, 0, 844, 855, 5, 110, 0, 0, 845, 850, 3, 292, 146, 0, 846, 847, 5, 3, 0, 0, 847, 849, 3, 292, 146, 0, 848, 846, 1, 0, 0, 0, 849, 852, 1, 0, 0, 0, 850, 848, 1, 0, 0, 0, 850, 851, 1, 0, 0, 0, 851, 856, 1, 0, 0, 0, 852, 850, 1, 0, 0, 0, 853, 854, 5, 22, 0, 0, 854, 856, 5, 215, 0, 0, 855, 845, 1, 0, 0, 0, 855, 853, 1, 0, 0, 0, 856, 857, 1, 0, 0, 0, 857, 858, 5, 190, 0, 0, 858, 859, 3, 252, 126, 0, 859, 860, 5, 269, 0, 0, 860, 864, 3, 288, 144, 0, 861, 862, 5, 304, 0, 0, 862, 863, 5, 110, 0, 0, 863, 865, 5, 193, 0, 0, 864, 861, 1, 0, 0, 0, 864, 865, 1, 0, 0, 0, 865, 1234, 1, 0, 0, 0, 866, 870, 5, 233, 0, 0, 867, 868, 5, 20, 0, 0, 868, 869, 5, 193, 0, 0, 869, 871, 5, 103, 0, 0, 870, 867, 1, 0, 0, 0, 870, 871, 1, 0, 0, 0, 871, 872, 1, 0, 0, 0, 872, 877, 3, 292, 146, 0, 873, 874, 5, 3, 0, 0, 874, 876, 3, 292, 146, 0, 875, 873, 1, 0, 0, 0, 876, 879, 1, 0, 0, 0, 877, 875, 1, 0, 0, 0, 877, 878, 1, 0, 0, 0, 878, 880, 1, 0, 0, 0, 879, 877, 1, 0, 0, 0, 880, 881, 5, 105, 0, 0, 881, 886, 3, 288, 144, 0, 882, 883, 5, 3, 0, 0, 883, 885, 3, 288, 144, 0, 884, 882, 1, 0, 0, 0, 885, 888, 1, 0, 0, 0, 886, 884, 1, 0, 0, 0, 886, 887, 1, 0, 0, 0, 887, 892, 1, 0, 0, 0, 888, 886, 1, 0, 0, 0, 889, 890, 5, 111, 0, 0, 890, 891, 5, 36, 0, 0, 891, 893, 3, 286, 143, 0, 892, 889, 1, 0, 0, 0, 892, 893, 1, 0, 0, 0, 893, 896, 1, 0, 0, 0, 894, 895, 5, 122, 0, 0, 895, 897, 3, 268, 134, 0, 896, 894, 1, 0, 0, 0, 896, 897, 1, 0, 0, 0, 897, 1234, 1, 0, 0, 0, 898, 902, 5, 233, 0, 0, 899, 900, 5, 110, 0, 0, 900, 901, 5, 193, 0, 0, 901, 903, 5, 103, 0, 0, 902, 899, 1, 0, 0, 0, 902, 903, 1, 0, 0, 0, 903, 914, 1, 0, 0, 0, 904, 909, 3, 292, 146, 0, 905, 906, 5, 3, 0, 0, 906, 908, 3, 292, 146, 0, 907, 905, 1, 0, 0, 0, 908, 911, 1, 0, 0, 0, 909, 907, 1, 0, 0, 0, 909, 910, 1, 0, 0, 0, 910, 915, 1, 0, 0, 0, 911, 909, 1, 0, 0, 0, 912, 913, 5, 22, 0, 0, 913, 915, 5, 215, 0, 0, 914, 904, 1, 0, 0, 0, 914, 912, 1, 0, 0, 0, 915, 916, 1, 0, 0, 0, 916, 917, 5, 190, 0, 0, 917, 918, 3, 252, 126, 0, 918, 919, 5, 105, 0, 0, 919, 920, 3, 288, 144, 0, 920, 1234, 1, 0, 0, 0, 921, 932, 5, 74, 0, 0, 922, 927, 3, 248, 124, 0, 923, 924, 5, 3, 0, 0, 924, 926, 3, 248, 124, 0, 925, 923, 1, 0, 0, 0, 926, 929, 1, 0, 0, 0, 927, 925, 1, 0, 0, 0, 927, 928, 1, 0, 0, 0, 928, 933, 1, 0, 0, 0, 929, 927, 1, 0, 0, 0, 930, 931, 5, 22, 0, 0, 931, 933, 5, 215, 0, 0, 932, 922, 1, 0, 0, 0, 932, 930, 1, 0, 0, 0, 933, 934, 1, 0, 0, 0, 934, 935, 5, 190, 0, 0, 935, 936, 3, 252, 126, 0, 936, 937, 5, 269, 0, 0, 937, 938, 3, 288, 144, 0, 938, 1234, 1, 0, 0, 0, 939, 940, 5, 251, 0, 0, 940, 944, 5, 235, 0, 0, 941, 945, 5, 22, 0, 0, 942, 945, 5, 180, 0, 0, 943, 945, 3, 294, 147, 0, 944, 941, 1, 0, 0, 0, 944, 942, 1, 0, 0, 0, 944, 943, 1, 0, 0, 0, 945, 948, 1, 0, 0, 0, 946, 947, 5, 122, 0, 0, 947, 949, 3, 268, 134, 0, 948, 946, 1, 0, 0, 0, 948, 949, 1, 0, 0, 0, 949, 1234, 1, 0, 0, 0, 950, 951, 5, 253, 0, 0, 951, 954, 5, 112, 0, 0, 952, 953, 5, 190, 0, 0, 953, 955, 3, 252, 126, 0, 954, 952, 1, 0, 0, 0, 954, 955, 1, 0, 0, 0, 955, 1234, 1, 0, 0, 0, 956, 968, 5, 95, 0, 0, 957, 958, 5, 1, 0, 0, 958, 963, 3, 212, 106, 0, 959, 960, 5, 3, 0, 0, 960, 962, 3, 212, 106, 0, 961, 959, 1, 0, 0, 0, 962, 965, 1, 0, 0, 0, 963, 961, 1, 0, 0, 0, 963, 964, 1, 0, 0, 0, 964, 966, 1, 0, 0, 0, 965, 963, 1, 0, 0, 0, 966, 967, 5, 2, 0, 0, 967, 969, 1, 0, 0, 0, 968, 957, 1, 0, 0, 0, 968, 969, 1, 0, 0, 0, 969, 970, 1, 0, 0, 0, 970, 1234, 3, 16, 8, 0, 971, 972, 5, 95, 0, 0, 972, 974, 5, 24, 0, 0, 973, 975, 5, 297, 0, 0, 974, 973, 1, 0, 0, 0, 974, 975, 1, 0, 0, 0, 975, 976, 1, 0, 0, 0, 976, 1234, 3, 16, 8, 0, 977, 978, 5, 253, 0, 0, 978, 979, 5, 53, 0, 0, 979, 980, 5, 260, 0, 0, 980, 1234, 3, 256, 128, 0, 981, 982, 5, 253, 0, 0, 982, 983, 5, 53, 0, 0, 983, 984, 5, 243, 0, 0, 984, 1234, 3, 264, 132, 0, 985, 986, 5, 253, 0, 0, 986, 987, 5, 53, 0, 0, 987, 988, 5, 299, 0, 0, 988, 1234, 3, 260, 130, 0, 989, 990, 5, 253, 0, 0, 990, 991, 5, 53, 0, 0, 991, 992, 5, 167, 0, 0, 992, 993, 5, 299, 0, 0, 993, 1234, 3, 260, 130, 0, 994, 995, 5, 253, 0, 0, 995, 996, 5, 53, 0, 0, 996, 997, 5, 107, 0, 0, 997, 1234, 3, 272, 136, 0, 998, 999, 5, 253, 0, 0, 999, 1002, 5, 261, 0, 0, 1000, 1001, 7, 2, 0, 0, 1001, 1003, 3, 264, 132, 0, 1002, 1000, 1, 0, 0, 0, 1002, 1003, 1, 0, 0, 0, 1003, 1010, 1, 0, 0, 0, 1004, 1005, 5, 154, 0, 0, 1005, 1008, 3, 168, 84, 0, 1006, 1007, 5, 90, 0, 0, 1007, 1009, 3, 168, 84, 0, 1008, 1006, 1, 0, 0, 0, 1008, 1009, 1, 0, 0, 0, 1009, 1011, 1, 0, 0, 0, 1010, 1004, 1, 0, 0, 0, 1010, 1011, 1, 0, 0, 0, 1011, 1234, 1, 0, 0, 0, 1012, 1013, 5, 253, 0, 0, 1013, 1016, 5, 244, 0, 0, 1014, 1015, 7, 2, 0, 0, 1015, 1017, 3, 268, 134, 0, 1016, 1014, 1, 0, 0, 0, 1016, 1017, 1, 0, 0, 0, 1017, 1024, 1, 0, 0, 0, 1018, 1019, 5, 154, 0, 0, 1019, 1022, 3, 168, 84, 0, 1020, 1021, 5, 90, 0, 0, 1021, 1023, 3, 168, 84, 0, 1022, 1020, 1, 0, 0, 0, 1022, 1023, 1, 0, 0, 0, 1023, 1025, 1, 0, 0, 0, 1024, 1018, 1, 0, 0, 0, 1024, 1025, 1, 0, 0, 0, 1025, 1234, 1, 0, 0, 0, 1026, 1027, 5, 253, 0, 0, 1027, 1034, 5, 43, 0, 0, 1028, 1029, 5, 154, 0, 0, 1029, 1032, 3, 168, 84, 0, 1030, 1031, 5, 90, 0, 0, 1031, 1033, 3, 168, 84, 0, 1032, 1030, 1, 0, 0, 0, 1032, 1033, 1, 0, 0, 0, 1033, 1035, 1, 0, 0, 0, 1034, 1028, 1, 0, 0, 0, 1034, 1035, 1, 0, 0, 0, 1035, 1234, 1, 0, 0, 0, 1036, 1037, 5, 253, 0, 0, 1037, 1038, 5, 45, 0, 0, 1038, 1039, 7, 2, 0, 0, 1039, 1046, 3, 254, 127, 0, 1040, 1041, 5, 154, 0, 0, 1041, 1044, 3, 168, 84, 0, 1042, 1043, 5, 90, 0, 0, 1043, 1045, 3, 168, 84, 0, 1044, 1042, 1, 0, 0, 0, 1044, 1045, 1, 0, 0, 0, 1045, 1047, 1, 0, 0, 0, 1046, 1040, 1, 0, 0, 0, 1046, 1047, 1, 0, 0, 0, 1047, 1234, 1, 0, 0, 0, 1048, 1049, 5, 253, 0, 0, 1049, 1050, 5, 256, 0, 0, 1050, 1051, 5, 103, 0, 0, 1051, 1234, 3, 254, 127, 0, 1052, 1053, 5, 253, 0, 0, 1053, 1054, 5, 256, 0, 0, 1054, 1055, 5, 103, 0, 0, 1055, 1056, 5, 1, 0, 0, 1056, 1057, 3, 18, 9, 0, 1057, 1058, 5, 2, 0, 0, 1058, 1234, 1, 0, 0, 0, 1059, 1061, 5, 253, 0, 0, 1060, 1062, 5, 56, 0, 0, 1061, 1060, 1, 0, 0, 0, 1061, 1062, 1, 0, 0, 0, 1062, 1063, 1, 0, 0, 0, 1063, 1066, 5, 236, 0, 0, 1064, 1065, 7, 2, 0, 0, 1065, 1067, 3, 268, 134, 0, 1066, 1064, 1, 0, 0, 0, 1066, 1067, 1, 0, 0, 0, 1067, 1234, 1, 0, 0, 0, 1068, 1069, 5, 253, 0, 0, 1069, 1070, 5, 235, 0, 0, 1070, 1073, 5, 112, 0, 0, 1071, 1072, 7, 2, 0, 0, 1072, 1074, 3, 268, 134, 0, 1073, 1071, 1, 0, 0, 0, 1073, 1074, 1, 0, 0, 0, 1074, 1234, 1, 0, 0, 0, 1075, 1076, 5, 76, 0, 0, 1076, 1234, 3, 254, 127, 0, 1077, 1078, 5, 75, 0, 0, 1078, 1234, 3, 254, 127, 0, 1079, 1080, 5, 253, 0, 0, 1080, 1083, 5, 108, 0, 0, 1081, 1082, 7, 2, 0, 0, 1082, 1084, 3, 264, 132, 0, 1083, 1081, 1, 0, 0, 0, 1083, 1084, 1, 0, 0, 0, 1084, 1091, 1, 0, 0, 0, 1085, 1086, 5, 154, 0, 0, 1086, 1089, 3, 168, 84, 0, 1087, 1088, 5, 90, 0, 0, 1088, 1090, 3, 168, 84, 0, 1089, 1087, 1, 0, 0, 0, 1089, 1090, 1, 0, 0, 0, 1090, 1092, 1, 0, 0, 0, 1091, 1085, 1, 0, 0, 0, 1091, 1092, 1, 0, 0, 0, 1092, 1234, 1, 0, 0, 0, 1093, 1094, 5, 253, 0, 0, 1094, 1101, 5, 250, 0, 0, 1095, 1096, 5, 154, 0, 0, 1096, 1099, 3, 168, 84, 0, 1097, 1098, 5, 90, 0, 0, 1098, 1100, 3, 168, 84, 0, 1099, 1097, 1, 0, 0, 0, 1099, 1100, 1, 0, 0, 0, 1100, 1102, 1, 0, 0, 0, 1101, 1095, 1, 0, 0, 0, 1101, 1102, 1, 0, 0, 0, 1102, 1234, 1, 0, 0, 0, 1103, 1104, 5, 251, 0, 0, 1104, 1105, 5, 250, 0, 0, 1105, 1106, 5, 31, 0, 0, 1106, 1234, 3, 298, 149, 0, 1107, 1108, 5, 227, 0, 0, 1108, 1109, 5, 250, 0, 0, 1109, 1234, 5, 31, 0, 0, 1110, 1111, 5, 251, 0, 0, 1111, 1112, 5, 250, 0, 0, 1112, 1113, 3, 280, 140, 0, 1113, 1114, 5, 312, 0, 0, 1114, 1115, 3, 136, 68, 0, 1115, 1234, 1, 0, 0, 0, 1116, 1117, 5, 227, 0, 0, 1117, 1118, 5, 250, 0, 0, 1118, 1234, 3, 280, 140, 0, 1119, 1120, 5, 255, 0, 0, 1120, 1129, 5, 271, 0, 0, 1121, 1126, 3, 214, 107, 0, 1122, 1123, 5, 3, 0, 0, 1123, 1125, 3, 214, 107, 0, 1124, 1122, 1, 0, 0, 0, 1125, 1128, 1, 0, 0, 0, 1126, 1124, 1, 0, 0, 0, 1126, 1127, 1, 0, 0, 0, 1127, 1130, 1, 0, 0, 0, 1128, 1126, 1, 0, 0, 0, 1129, 1121, 1, 0, 0, 0, 1129, 1130, 1, 0, 0, 0, 1130, 1234, 1, 0, 0, 0, 1131, 1133, 5, 47, 0, 0, 1132, 1134, 5, 307, 0, 0, 1133, 1132, 1, 0, 0, 0, 1133, 1134, 1, 0, 0, 0, 1134, 1234, 1, 0, 0, 0, 1135, 1137, 5, 237, 0, 0, 1136, 1138, 5, 307, 0, 0, 1137, 1136, 1, 0, 0, 0, 1137, 1138, 1, 0, 0, 0, 1138, 1234, 1, 0, 0, 0, 1139, 1140, 5, 214, 0, 0, 1140, 1141, 3, 294, 147, 0, 1141, 1142, 5, 105, 0, 0, 1142, 1143, 3, 16, 8, 0, 1143, 1234, 1, 0, 0, 0, 1144, 1145, 5, 68, 0, 0, 1145, 1146, 5, 214, 0, 0, 1146, 1234, 3, 294, 147, 0, 1147, 1148, 5, 93, 0, 0, 1148, 1158, 3, 294, 147, 0, 1149, 1150, 5, 290, 0, 0, 1150, 1155, 3, 136, 68, 0, 1151, 1152, 5, 3, 0, 0, 1152, 1154, 3, 136, 68, 0, 1153, 1151, 1, 0, 0, 0, 1154, 1157, 1, 0, 0, 0, 1155, 1153, 1, 0, 0, 0, 1155, 1156, 1, 0, 0, 0, 1156, 1159, 1, 0, 0, 0, 1157, 1155, 1, 0, 0, 0, 1158, 1149, 1, 0, 0, 0, 1158, 1159, 1, 0, 0, 0, 1159, 1234, 1, 0, 0, 0, 1160, 1161, 5, 93, 0, 0, 1161, 1162, 5, 121, 0, 0, 1162, 1172, 3, 168, 84, 0, 1163, 1164, 5, 290, 0, 0, 1164, 1169, 3, 136, 68, 0, 1165, 1166, 5, 3, 0, 0, 1166, 1168, 3, 136, 68, 0, 1167, 1165, 1, 0, 0, 0, 1168, 1171, 1, 0, 0, 0, 1169, 1167, 1, 0, 0, 0, 1169, 1170, 1, 0, 0, 0, 1170, 1173, 1, 0, 0, 0, 1171, 1169, 1, 0, 0, 0, 1172, 1163, 1, 0, 0, 0, 1172, 1173, 1, 0, 0, 0, 1173, 1234, 1, 0, 0, 0, 1174, 1175, 5, 76, 0, 0, 1175, 1176, 5, 126, 0, 0, 1176, 1234, 3, 294, 147, 0, 1177, 1178, 5, 76, 0, 0, 1178, 1179, 5, 198, 0, 0, 1179, 1234, 3, 294, 147, 0, 1180, 1181, 5, 251, 0, 0, 1181, 1182, 5, 205, 0, 0, 1182, 1234, 3, 222, 111, 0, 1183, 1184, 5, 251, 0, 0, 1184, 1185, 5, 267, 0, 0, 1185, 1188, 5, 311, 0, 0, 1186, 1189, 5, 157, 0, 0, 1187, 1189, 3, 136, 68, 0, 1188, 1186, 1, 0, 0, 0, 1188, 1187, 1, 0, 0, 0, 1189, 1234, 1, 0, 0, 0, 1190, 1191, 5, 287, 0, 0, 1191, 1192, 3, 256, 128, 0, 1192, 1193, 5, 251, 0, 0, 1193, 1198, 3, 210, 105, 0, 1194, 1195, 5, 3, 0, 0, 1195, 1197, 3, 210, 105, 0, 1196, 1194, 1, 0, 0, 0, 1197, 1200, 1, 0, 0, 0, 1198, 1196, 1, 0, 0, 0, 1198, 1199, 1, 0, 0, 0, 1199, 1203, 1, 0, 0, 0, 1200, 1198, 1, 0, 0, 0, 1201, 1202, 5, 301, 0, 0, 1202, 1204, 3, 138, 69, 0, 1203, 1201, 1, 0, 0, 0, 1203, 1204, 1, 0, 0, 0, 1204, 1234, 1, 0, 0, 0, 1205, 1206, 5, 169, 0, 0, 1206, 1207, 5, 130, 0, 0, 1207, 1212, 3, 256, 128, 0, 1208, 1210, 5, 28, 0, 0, 1209, 1208, 1, 0, 0, 0, 1209, 1210, 1, 0, 0, 0, 1210, 1211, 1, 0, 0, 0, 1211, 1213, 3, 294, 147, 0, 1212, 1209, 1, 0, 0, 0, 1212, 1213, 1, 0, 0, 0, 1213, 1214, 1, 0, 0, 0, 1214, 1215, 5, 290, 0, 0, 1215, 1216, 3, 72, 36, 0, 1216, 1217, 5, 190, 0, 0, 1217, 1219, 3, 136, 68, 0, 1218, 1220, 3, 194, 97, 0, 1219, 1218, 1, 0, 0, 0, 1220, 1221, 1, 0, 0, 0, 1221, 1219, 1, 0, 0, 0, 1221, 1222, 1, 0, 0, 0, 1222, 1234, 1, 0, 0, 0, 1223, 1224, 5, 253, 0, 0, 1224, 1225, 5, 46, 0, 0, 1225, 1226, 5, 190, 0, 0, 1226, 1227, 5, 260, 0, 0, 1227, 1234, 3, 256, 128, 0, 1228, 1229, 5, 253, 0, 0, 1229, 1230, 5, 46, 0, 0, 1230, 1231, 5, 190, 0, 0, 1231, 1232, 5, 44, 0, 0, 1232, 1234, 3, 276, 138, 0, 1233, 335, 1, 0, 0, 0, 1233, 336, 1, 0, 0, 0, 1233, 338, 1, 0, 0, 0, 1233, 360, 1, 0, 0, 0, 1233, 370, 1, 0, 0, 0, 1233, 386, 1, 0, 0, 0, 1233, 396, 1, 0, 0, 0, 1233, 403, 1, 0, 0, 0, 1233, 410, 1, 0, 0, 0, 1233, 448, 1, 0, 0, 0, 1233, 478, 1, 0, 0, 0, 1233, 485, 1, 0, 0, 0, 1233, 493, 1, 0, 0, 0, 1233, 500, 1, 0, 0, 0, 1233, 503, 1, 0, 0, 0, 1233, 512, 1, 0, 0, 0, 1233, 521, 1, 0, 0, 0, 1233, 530, 1, 0, 0, 0, 1233, 541, 1, 0, 0, 0, 1233, 557, 1, 0, 0, 0, 1233, 574, 1, 0, 0, 0, 1233, 589, 1, 0, 0, 0, 1233, 604, 1, 0, 0, 0, 1233, 618, 1, 0, 0, 0, 1233, 625, 1, 0, 0, 0, 1233, 632, 1, 0, 0, 0, 1233, 655, 1, 0, 0, 0, 1233, 661, 1, 0, 0, 0, 1233, 690, 1, 0, 0, 0, 1233, 712, 1, 0, 0, 0, 1233, 716, 1, 0, 0, 0, 1233, 724, 1, 0, 0, 0, 1233, 736, 1, 0, 0, 0, 1233, 744, 1, 0, 0, 0, 1233, 751, 1, 0, 0, 0, 1233, 758, 1, 0, 0, 0, 1233, 765, 1, 0, 0, 0, 1233, 780, 1, 0, 0, 0, 1233, 786, 1, 0, 0, 0, 1233, 793, 1, 0, 0, 0, 1233, 805, 1, 0, 0, 0, 1233, 812, 1, 0, 0, 0, 1233, 844, 1, 0, 0, 0, 1233, 866, 1, 0, 0, 0, 1233, 898, 1, 0, 0, 0, 1233, 921, 1, 0, 0, 0, 1233, 939, 1, 0, 0, 0, 1233, 950, 1, 0, 0, 0, 1233, 956, 1, 0, 0, 0, 1233, 971, 1, 0, 0, 0, 1233, 977, 1, 0, 0, 0, 1233, 981, 1, 0, 0, 0, 1233, 985, 1, 0, 0, 0, 1233, 989, 1, 0, 0, 0, 1233, 994, 1, 0, 0, 0, 1233, 998, 1, 0, 0, 0, 1233, 1012, 1, 0, 0, 0, 1233, 1026, 1, 0, 0, 0, 1233, 1036, 1, 0, 0, 0, 1233, 1048, 1, 0, 0, 0, 1233, 1052, 1, 0, 0, 0, 1233, 1059, 1, 0, 0, 0, 1233, 1068, 1, 0, 0, 0, 1233, 1075, 1, 0, 0, 0, 1233, 1077, 1, 0, 0, 0, 1233, 1079, 1, 0, 0, 0, 1233, 1093, 1, 0, 0, 0, 1233, 1103, 1, 0, 0, 0, 1233, 1107, 1, 0, 0, 0, 1233, 1110, 1, 0, 0, 0, 1233, 1116, 1, 0, 0, 0, 1233, 1119, 1, 0, 0, 0, 1233, 1131, 1, 0, 0, 0, 1233, 1135, 1, 0, 0, 0, 1233, 1139, 1, 0, 0, 0, 1233, 1144, 1, 0, 0, 0, 1233, 1147, 1, 0, 0, 0, 1233, 1160, 1, 0, 0, 0, 1233, 1174, 1, 0, 0, 0, 1233, 1177, 1, 0, 0, 0, 1233, 1180, 1, 0, 0, 0, 1233, 1183, 1, 0, 0, 0, 1233, 1190, 1, 0, 0, 0, 1233, 1205, 1, 0, 0, 0, 1233, 1223, 1, 0, 0, 0, 1233, 1228, 1, 0, 0, 0, 1234, 17, 1, 0, 0, 0, 1235, 1237, 3, 20, 10, 0, 1236, 1235, 1, 0, 0, 0, 1236, 1237, 1, 0, 0, 0, 1237, 1238, 1, 0, 0, 0, 1238, 1239, 3, 22, 11, 0, 1239, 19, 1, 0, 0, 0, 1240, 1241, 5, 304, 0, 0, 1241, 1246, 3, 224, 112, 0, 1242, 1243, 5, 3, 0, 0, 1243, 1245, 3, 224, 112, 0, 1244, 1242, 1, 0, 0, 0, 1245, 1248, 1, 0, 0, 0, 1246, 1244, 1, 0, 0, 0, 1246, 1247, 1, 0, 0, 0, 1247, 21, 1, 0, 0, 0, 1248, 1246, 1, 0, 0, 0, 1249, 1251, 3, 24, 12, 0, 1250, 1249, 1, 0, 0, 0, 1250, 1251, 1, 0, 0, 0, 1251, 1252, 1, 0, 0, 0, 1252, 1253, 3, 40, 20, 0, 1253, 23, 1, 0, 0, 0, 1254, 1256, 5, 304, 0, 0, 1255, 1257, 5, 221, 0, 0, 1256, 1255, 1, 0, 0, 0, 1256, 1257, 1, 0, 0, 0, 1257, 1258, 1, 0, 0, 0, 1258, 1263, 3, 66, 33, 0, 1259, 1260, 5, 3, 0, 0, 1260, 1262, 3, 66, 33, 0, 1261, 1259, 1, 0, 0, 0, 1262, 1265, 1, 0, 0, 0, 1263, 1261, 1, 0, 0, 0, 1263, 1264, 1, 0, 0, 0, 1264, 25, 1, 0, 0, 0, 1265, 1263, 1, 0, 0, 0, 1266, 1269, 3, 28, 14, 0, 1267, 1269, 3, 30, 15, 0, 1268, 1266, 1, 0, 0, 0, 1268, 1267, 1, 0, 0, 0, 1269, 27, 1, 0, 0, 0, 1270, 1271, 3, 278, 139, 0, 1271, 1274, 3, 184, 92, 0, 1272, 1273, 5, 182, 0, 0, 1273, 1275, 5, 183, 0, 0, 1274, 1272, 1, 0, 0, 0, 1274, 1275, 1, 0, 0, 0, 1275, 1278, 1, 0, 0, 0, 1276, 1277, 5, 46, 0, 0, 1277, 1279, 3, 168, 84, 0, 1278, 1276, 1, 0, 0, 0, 1278, 1279, 1, 0, 0, 0, 1279, 1282, 1, 0, 0, 0, 1280, 1281, 5, 304, 0, 0, 1281, 1283, 3, 32, 16, 0, 1282, 1280, 1, 0, 0, 0, 1282, 1283, 1, 0, 0, 0, 1283, 29, 1, 0, 0, 0, 1284, 1285, 5, 154, 0, 0, 1285, 1288, 3, 256, 128, 0, 1286, 1287, 7, 3, 0, 0, 1287, 1289, 5, 216, 0, 0, 1288, 1286, 1, 0, 0, 0, 1288, 1289, 1, 0, 0, 0, 1289, 31, 1, 0, 0, 0, 1290, 1291, 5, 1, 0, 0, 1291, 1292, 3, 34, 17, 0, 1292, 1293, 5, 2, 0, 0, 1293, 33, 1, 0, 0, 0, 1294, 1299, 3, 36, 18, 0, 1295, 1296, 5, 3, 0, 0, 1296, 1298, 3, 36, 18, 0, 1297, 1295, 1, 0, 0, 0, 1298, 1301, 1, 0, 0, 0, 1299, 1297, 1, 0, 0, 0, 1299, 1300, 1, 0, 0, 0, 1300, 35, 1, 0, 0, 0, 1301, 1299, 1, 0, 0, 0, 1302, 1303, 3, 294, 147, 0, 1303, 1304, 5, 312, 0, 0, 1304, 1305, 3, 38, 19, 0, 1305, 37, 1, 0, 0, 0, 1306, 1309, 5, 70, 0, 0, 1307, 1309, 3, 136, 68, 0, 1308, 1306, 1, 0, 0, 0, 1308, 1307, 1, 0, 0, 0, 1309, 39, 1, 0, 0, 0, 1310, 1321, 3, 46, 23, 0, 1311, 1312, 5, 195, 0, 0, 1312, 1313, 5, 36, 0, 0, 1313, 1318, 3, 50, 25, 0, 1314, 1315, 5, 3, 0, 0, 1315, 1317, 3, 50, 25, 0, 1316, 1314, 1, 0, 0, 0, 1317, 1320, 1, 0, 0, 0, 1318, 1316, 1, 0, 0, 0, 1318, 1319, 1, 0, 0, 0, 1319, 1322, 1, 0, 0, 0, 1320, 1318, 1, 0, 0, 0, 1321, 1311, 1, 0, 0, 0, 1321, 1322, 1, 0, 0, 0, 1322, 1328, 1, 0, 0, 0, 1323, 1324, 5, 188, 0, 0, 1324, 1326, 3, 44, 22, 0, 1325, 1327, 7, 4, 0, 0, 1326, 1325, 1, 0, 0, 0, 1326, 1327, 1, 0, 0, 0, 1327, 1329, 1, 0, 0, 0, 1328, 1323, 1, 0, 0, 0, 1328, 1329, 1, 0, 0, 0, 1329, 1343, 1, 0, 0, 0, 1330, 1331, 5, 155, 0, 0, 1331, 1344, 3, 42, 21, 0, 1332, 1333, 5, 98, 0, 0, 1333, 1335, 7, 5, 0, 0, 1334, 1336, 3, 44, 22, 0, 1335, 1334, 1, 0, 0, 0, 1335, 1336, 1, 0, 0, 0, 1336, 1337, 1, 0, 0, 0, 1337, 1341, 7, 4, 0, 0, 1338, 1342, 5, 192, 0, 0, 1339, 1340, 5, 304, 0, 0, 1340, 1342, 5, 266, 0, 0, 1341, 1338, 1, 0, 0, 0, 1341, 1339, 1, 0, 0, 0, 1342, 1344, 1, 0, 0, 0, 1343, 1330, 1, 0, 0, 0, 1343, 1332, 1, 0, 0, 0, 1343, 1344, 1, 0, 0, 0, 1344, 41, 1, 0, 0, 0, 1345, 1348, 5, 22, 0, 0, 1346, 1348, 3, 44, 22, 0, 1347, 1345, 1, 0, 0, 0, 1347, 1346, 1, 0, 0, 0, 1348, 43, 1, 0, 0, 0, 1349, 1350, 7, 6, 0, 0, 1350, 45, 1, 0, 0, 0, 1351, 1352, 6, 23, -1, 0, 1352, 1353, 3, 48, 24, 0, 1353, 1368, 1, 0, 0, 0, 1354, 1355, 10, 2, 0, 0, 1355, 1357, 5, 128, 0, 0, 1356, 1358, 3, 68, 34, 0, 1357, 1356, 1, 0, 0, 0, 1357, 1358, 1, 0, 0, 0, 1358, 1359, 1, 0, 0, 0, 1359, 1367, 3, 46, 23, 3, 1360, 1361, 10, 1, 0, 0, 1361, 1363, 7, 7, 0, 0, 1362, 1364, 3, 68, 34, 0, 1363, 1362, 1, 0, 0, 0, 1363, 1364, 1, 0, 0, 0, 1364, 1365, 1, 0, 0, 0, 1365, 1367, 3, 46, 23, 2, 1366, 1354, 1, 0, 0, 0, 1366, 1360, 1, 0, 0, 0, 1367, 1370, 1, 0, 0, 0, 1368, 1366, 1, 0, 0, 0, 1368, 1369, 1, 0, 0, 0, 1369, 47, 1, 0, 0, 0, 1370, 1368, 1, 0, 0, 0, 1371, 1388, 3, 52, 26, 0, 1372, 1373, 5, 260, 0, 0, 1373, 1388, 3, 256, 128, 0, 1374, 1375, 5, 296, 0, 0, 1375, 1380, 3, 136, 68, 0, 1376, 1377, 5, 3, 0, 0, 1377, 1379, 3, 136, 68, 0, 1378, 1376, 1, 0, 0, 0, 1379, 1382, 1, 0, 0, 0, 1380, 1378, 1, 0, 0, 0, 1380, 1381, 1, 0, 0, 0, 1381, 1388, 1, 0, 0, 0, 1382, 1380, 1, 0, 0, 0, 1383, 1384, 5, 1, 0, 0, 1384, 1385, 3, 40, 20, 0, 1385, 1386, 5, 2, 0, 0, 1386, 1388, 1, 0, 0, 0, 1387, 1371, 1, 0, 0, 0, 1387, 1372, 1, 0, 0, 0, 1387, 1374, 1, 0, 0, 0, 1387, 1383, 1, 0, 0, 0, 1388, 49, 1, 0, 0, 0, 1389, 1392, 3, 276, 138, 0, 1390, 1392, 3, 136, 68, 0, 1391, 1389, 1, 0, 0, 0, 1391, 1390, 1, 0, 0, 0, 1392, 1394, 1, 0, 0, 0, 1393, 1395, 7, 8, 0, 0, 1394, 1393, 1, 0, 0, 0, 1394, 1395, 1, 0, 0, 0, 1395, 1398, 1, 0, 0, 0, 1396, 1397, 5, 185, 0, 0, 1397, 1399, 7, 9, 0, 0, 1398, 1396, 1, 0, 0, 0, 1398, 1399, 1, 0, 0, 0, 1399, 51, 1, 0, 0, 0, 1400, 1402, 5, 248, 0, 0, 1401, 1403, 3, 68, 34, 0, 1402, 1401, 1, 0, 0, 0, 1402, 1403, 1, 0, 0, 0, 1403, 1404, 1, 0, 0, 0, 1404, 1409, 3, 70, 35, 0, 1405, 1406, 5, 3, 0, 0, 1406, 1408, 3, 70, 35, 0, 1407, 1405, 1, 0, 0, 0, 1408, 1411, 1, 0, 0, 0, 1409, 1407, 1, 0, 0, 0, 1409, 1410, 1, 0, 0, 0, 1410, 1421, 1, 0, 0, 0, 1411, 1409, 1, 0, 0, 0, 1412, 1413, 5, 105, 0, 0, 1413, 1418, 3, 72, 36, 0, 1414, 1415, 5, 3, 0, 0, 1415, 1417, 3, 72, 36, 0, 1416, 1414, 1, 0, 0, 0, 1417, 1420, 1, 0, 0, 0, 1418, 1416, 1, 0, 0, 0, 1418, 1419, 1, 0, 0, 0, 1419, 1422, 1, 0, 0, 0, 1420, 1418, 1, 0, 0, 0, 1421, 1412, 1, 0, 0, 0, 1421, 1422, 1, 0, 0, 0, 1422, 1425, 1, 0, 0, 0, 1423, 1424, 5, 301, 0, 0, 1424, 1426, 3, 138, 69, 0, 1425, 1423, 1, 0, 0, 0, 1425, 1426, 1, 0, 0, 0, 1426, 1430, 1, 0, 0, 0, 1427, 1428, 5, 114, 0, 0, 1428, 1429, 5, 36, 0, 0, 1429, 1431, 3, 54, 27, 0, 1430, 1427, 1, 0, 0, 0, 1430, 1431, 1, 0, 0, 0, 1431, 1434, 1, 0, 0, 0, 1432, 1433, 5, 117, 0, 0, 1433, 1435, 3, 138, 69, 0, 1434, 1432, 1, 0, 0, 0, 1434, 1435, 1, 0, 0, 0, 1435, 1445, 1, 0, 0, 0, 1436, 1437, 5, 303, 0, 0, 1437, 1442, 3, 62, 31, 0, 1438, 1439, 5, 3, 0, 0, 1439, 1441, 3, 62, 31, 0, 1440, 1438, 1, 0, 0, 0, 1441, 1444, 1, 0, 0, 0, 1442, 1440, 1, 0, 0, 0, 1442, 1443, 1, 0, 0, 0, 1443, 1446, 1, 0, 0, 0, 1444, 1442, 1, 0, 0, 0, 1445, 1436, 1, 0, 0, 0, 1445, 1446, 1, 0, 0, 0, 1446, 53, 1, 0, 0, 0, 1447, 1449, 3, 68, 34, 0, 1448, 1447, 1, 0, 0, 0, 1448, 1449, 1, 0, 0, 0, 1449, 1450, 1, 0, 0, 0, 1450, 1455, 3, 56, 28, 0, 1451, 1452, 5, 3, 0, 0, 1452, 1454, 3, 56, 28, 0, 1453, 1451, 1, 0, 0, 0, 1454, 1457, 1, 0, 0, 0, 1455, 1453, 1, 0, 0, 0, 1455, 1456, 1, 0, 0, 0, 1456, 55, 1, 0, 0, 0, 1457, 1455, 1, 0, 0, 0, 1458, 1499, 3, 58, 29, 0, 1459, 1460, 5, 238, 0, 0, 1460, 1469, 5, 1, 0, 0, 1461, 1466, 3, 58, 29, 0, 1462, 1463, 5, 3, 0, 0, 1463, 1465, 3, 58, 29, 0, 1464, 1462, 1, 0, 0, 0, 1465, 1468, 1, 0, 0, 0, 1466, 1464, 1, 0, 0, 0, 1466, 1467, 1, 0, 0, 0, 1467, 1470, 1, 0, 0, 0, 1468, 1466, 1, 0, 0, 0, 1469, 1461, 1, 0, 0, 0, 1469, 1470, 1, 0, 0, 0, 1470, 1471, 1, 0, 0, 0, 1471, 1499, 5, 2, 0, 0, 1472, 1473, 5, 55, 0, 0, 1473, 1482, 5, 1, 0, 0, 1474, 1479, 3, 58, 29, 0, 1475, 1476, 5, 3, 0, 0, 1476, 1478, 3, 58, 29, 0, 1477, 1475, 1, 0, 0, 0, 1478, 1481, 1, 0, 0, 0, 1479, 1477, 1, 0, 0, 0, 1479, 1480, 1, 0, 0, 0, 1480, 1483, 1, 0, 0, 0, 1481, 1479, 1, 0, 0, 0, 1482, 1474, 1, 0, 0, 0, 1482, 1483, 1, 0, 0, 0, 1483, 1484, 1, 0, 0, 0, 1484, 1499, 5, 2, 0, 0, 1485, 1486, 5, 115, 0, 0, 1486, 1487, 5, 252, 0, 0, 1487, 1488, 5, 1, 0, 0, 1488, 1493, 3, 58, 29, 0, 1489, 1490, 5, 3, 0, 0, 1490, 1492, 3, 58, 29, 0, 1491, 1489, 1, 0, 0, 0, 1492, 1495, 1, 0, 0, 0, 1493, 1491, 1, 0, 0, 0, 1493, 1494, 1, 0, 0, 0, 1494, 1496, 1, 0, 0, 0, 1495, 1493, 1, 0, 0, 0, 1496, 1497, 5, 2, 0, 0, 1497, 1499, 1, 0, 0, 0, 1498, 1458, 1, 0, 0, 0, 1498, 1459, 1, 0, 0, 0, 1498, 1472, 1, 0, 0, 0, 1498, 1485, 1, 0, 0, 0, 1499, 57, 1, 0, 0, 0, 1500, 1509, 5, 1, 0, 0, 1501, 1506, 3, 60, 30, 0, 1502, 1503, 5, 3, 0, 0, 1503, 1505, 3, 60, 30, 0, 1504, 1502, 1, 0, 0, 0, 1505, 1508, 1, 0, 0, 0, 1506, 1504, 1, 0, 0, 0, 1506, 1507, 1, 0, 0, 0, 1507, 1510, 1, 0, 0, 0, 1508, 1506, 1, 0, 0, 0, 1509, 1501, 1, 0, 0, 0, 1509, 1510, 1, 0, 0, 0, 1510, 1511, 1, 0, 0, 0, 1511, 1514, 5, 2, 0, 0, 1512, 1514, 3, 60, 30, 0, 1513, 1500, 1, 0, 0, 0, 1513, 1512, 1, 0, 0, 0, 1514, 59, 1, 0, 0, 0, 1515, 1518, 3, 276, 138, 0, 1516, 1518, 3, 136, 68, 0, 1517, 1515, 1, 0, 0, 0, 1517, 1516, 1, 0, 0, 0, 1518, 61, 1, 0, 0, 0, 1519, 1520, 3, 294, 147, 0, 1520, 1521, 5, 28, 0, 0, 1521, 1522, 5, 1, 0, 0, 1522, 1523, 3, 64, 32, 0, 1523, 1524, 5, 2, 0, 0, 1524, 63, 1, 0, 0, 0, 1525, 1527, 3, 294, 147, 0, 1526, 1525, 1, 0, 0, 0, 1526, 1527, 1, 0, 0, 0, 1527, 1538, 1, 0, 0, 0, 1528, 1529, 5, 201, 0, 0, 1529, 1530, 5, 36, 0, 0, 1530, 1535, 3, 136, 68, 0, 1531, 1532, 5, 3, 0, 0, 1532, 1534, 3, 136, 68, 0, 1533, 1531, 1, 0, 0, 0, 1534, 1537, 1, 0, 0, 0, 1535, 1533, 1, 0, 0, 0, 1535, 1536, 1, 0, 0, 0, 1536, 1539, 1, 0, 0, 0, 1537, 1535, 1, 0, 0, 0, 1538, 1528, 1, 0, 0, 0, 1538, 1539, 1, 0, 0, 0, 1539, 1550, 1, 0, 0, 0, 1540, 1541, 5, 195, 0, 0, 1541, 1542, 5, 36, 0, 0, 1542, 1547, 3, 50, 25, 0, 1543, 1544, 5, 3, 0, 0, 1544, 1546, 3, 50, 25, 0, 1545, 1543, 1, 0, 0, 0, 1546, 1549, 1, 0, 0, 0, 1547, 1545, 1, 0, 0, 0, 1547, 1548, 1, 0, 0, 0, 1548, 1551, 1, 0, 0, 0, 1549, 1547, 1, 0, 0, 0, 1550, 1540, 1, 0, 0, 0, 1550, 1551, 1, 0, 0, 0, 1551, 1553, 1, 0, 0, 0, 1552, 1554, 3, 198, 99, 0, 1553, 1552, 1, 0, 0, 0, 1553, 1554, 1, 0, 0, 0, 1554, 65, 1, 0, 0, 0, 1555, 1557, 3, 294, 147, 0, 1556, 1558, 3, 108, 54, 0, 1557, 1556, 1, 0, 0, 0, 1557, 1558, 1, 0, 0, 0, 1558, 1559, 1, 0, 0, 0, 1559, 1560, 5, 28, 0, 0, 1560, 1561, 5, 1, 0, 0, 1561, 1562, 3, 22, 11, 0, 1562, 1563, 5, 2, 0, 0, 1563, 67, 1, 0, 0, 0, 1564, 1565, 7, 10, 0, 0, 1565, 69, 1, 0, 0, 0, 1566, 1569, 3, 276, 138, 0, 1567, 1569, 3, 136, 68, 0, 1568, 1566, 1, 0, 0, 0, 1568, 1567, 1, 0, 0, 0, 1569, 1574, 1, 0, 0, 0, 1570, 1572, 5, 28, 0, 0, 1571, 1570, 1, 0, 0, 0, 1571, 1572, 1, 0, 0, 0, 1572, 1573, 1, 0, 0, 0, 1573, 1575, 3, 294, 147, 0, 1574, 1571, 1, 0, 0, 0, 1574, 1575, 1, 0, 0, 0, 1575, 1585, 1, 0, 0, 0, 1576, 1577, 3, 144, 72, 0, 1577, 1578, 5, 4, 0, 0, 1578, 1581, 5, 320, 0, 0, 1579, 1580, 5, 28, 0, 0, 1580, 1582, 3, 108, 54, 0, 1581, 1579, 1, 0, 0, 0, 1581, 1582, 1, 0, 0, 0, 1582, 1585, 1, 0, 0, 0, 1583, 1585, 5, 320, 0, 0, 1584, 1568, 1, 0, 0, 0, 1584, 1576, 1, 0, 0, 0, 1584, 1583, 1, 0, 0, 0, 1585, 71, 1, 0, 0, 0, 1586, 1587, 6, 36, -1, 0, 1587, 1588, 3, 78, 39, 0, 1588, 1607, 1, 0, 0, 0, 1589, 1603, 10, 2, 0, 0, 1590, 1591, 5, 54, 0, 0, 1591, 1592, 5, 136, 0, 0, 1592, 1604, 3, 78, 39, 0, 1593, 1594, 3, 74, 37, 0, 1594, 1595, 5, 136, 0, 0, 1595, 1596, 3, 72, 36, 0, 1596, 1597, 3, 76, 38, 0, 1597, 1604, 1, 0, 0, 0, 1598, 1599, 5, 172, 0, 0, 1599, 1600, 3, 74, 37, 0, 1600, 1601, 5, 136, 0, 0, 1601, 1602, 3, 78, 39, 0, 1602, 1604, 1, 0, 0, 0, 1603, 1590, 1, 0, 0, 0, 1603, 1593, 1, 0, 0, 0, 1603, 1598, 1, 0, 0, 0, 1604, 1606, 1, 0, 0, 0, 1605, 1589, 1, 0, 0, 0, 1606, 1609, 1, 0, 0, 0, 1607, 1605, 1, 0, 0, 0, 1607, 1608, 1, 0, 0, 0, 1608, 73, 1, 0, 0, 0, 1609, 1607, 1, 0, 0, 0, 1610, 1612, 5, 125, 0, 0, 1611, 1610, 1, 0, 0, 0, 1611, 1612, 1, 0, 0, 0, 1612, 1626, 1, 0, 0, 0, 1613, 1615, 5, 152, 0, 0, 1614, 1616, 5, 197, 0, 0, 1615, 1614, 1, 0, 0, 0, 1615, 1616, 1, 0, 0, 0, 1616, 1626, 1, 0, 0, 0, 1617, 1619, 5, 234, 0, 0, 1618, 1620, 5, 197, 0, 0, 1619, 1618, 1, 0, 0, 0, 1619, 1620, 1, 0, 0, 0, 1620, 1626, 1, 0, 0, 0, 1621, 1623, 5, 106, 0, 0, 1622, 1624, 5, 197, 0, 0, 1623, 1622, 1, 0, 0, 0, 1623, 1624, 1, 0, 0, 0, 1624, 1626, 1, 0, 0, 0, 1625, 1611, 1, 0, 0, 0, 1625, 1613, 1, 0, 0, 0, 1625, 1617, 1, 0, 0, 0, 1625, 1621, 1, 0, 0, 0, 1626, 75, 1, 0, 0, 0, 1627, 1628, 5, 190, 0, 0, 1628, 1642, 3, 138, 69, 0, 1629, 1630, 5, 290, 0, 0, 1630, 1631, 5, 1, 0, 0, 1631, 1636, 3, 294, 147, 0, 1632, 1633, 5, 3, 0, 0, 1633, 1635, 3, 294, 147, 0, 1634, 1632, 1, 0, 0, 0, 1635, 1638, 1, 0, 0, 0, 1636, 1634, 1, 0, 0, 0, 1636, 1637, 1, 0, 0, 0, 1637, 1639, 1, 0, 0, 0, 1638, 1636, 1, 0, 0, 0, 1639, 1640, 5, 2, 0, 0, 1640, 1642, 1, 0, 0, 0, 1641, 1627, 1, 0, 0, 0, 1641, 1629, 1, 0, 0, 0, 1642, 77, 1, 0, 0, 0, 1643, 1650, 3, 88, 44, 0, 1644, 1645, 5, 262, 0, 0, 1645, 1646, 3, 80, 40, 0, 1646, 1647, 5, 1, 0, 0, 1647, 1648, 3, 136, 68, 0, 1648, 1649, 5, 2, 0, 0, 1649, 1651, 1, 0, 0, 0, 1650, 1644, 1, 0, 0, 0, 1650, 1651, 1, 0, 0, 0, 1651, 79, 1, 0, 0, 0, 1652, 1653, 7, 11, 0, 0, 1653, 81, 1, 0, 0, 0, 1654, 1655, 7, 12, 0, 0, 1655, 83, 1, 0, 0, 0, 1656, 1663, 5, 89, 0, 0, 1657, 1659, 5, 274, 0, 0, 1658, 1660, 3, 168, 84, 0, 1659, 1658, 1, 0, 0, 0, 1659, 1660, 1, 0, 0, 0, 1660, 1661, 1, 0, 0, 0, 1661, 1663, 3, 86, 43, 0, 1662, 1656, 1, 0, 0, 0, 1662, 1657, 1, 0, 0, 0, 1663, 85, 1, 0, 0, 0, 1664, 1665, 5, 304, 0, 0, 1665, 1669, 5, 51, 0, 0, 1666, 1667, 5, 306, 0, 0, 1667, 1669, 5, 51, 0, 0, 1668, 1664, 1, 0, 0, 0, 1668, 1666, 1, 0, 0, 0, 1669, 87, 1, 0, 0, 0, 1670, 1753, 3, 102, 51, 0, 1671, 1672, 5, 166, 0, 0, 1672, 1683, 5, 1, 0, 0, 1673, 1674, 5, 201, 0, 0, 1674, 1675, 5, 36, 0, 0, 1675, 1680, 3, 136, 68, 0, 1676, 1677, 5, 3, 0, 0, 1677, 1679, 3, 136, 68, 0, 1678, 1676, 1, 0, 0, 0, 1679, 1682, 1, 0, 0, 0, 1680, 1678, 1, 0, 0, 0, 1680, 1681, 1, 0, 0, 0, 1681, 1684, 1, 0, 0, 0, 1682, 1680, 1, 0, 0, 0, 1683, 1673, 1, 0, 0, 0, 1683, 1684, 1, 0, 0, 0, 1684, 1695, 1, 0, 0, 0, 1685, 1686, 5, 195, 0, 0, 1686, 1687, 5, 36, 0, 0, 1687, 1692, 3, 50, 25, 0, 1688, 1689, 5, 3, 0, 0, 1689, 1691, 3, 50, 25, 0, 1690, 1688, 1, 0, 0, 0, 1691, 1694, 1, 0, 0, 0, 1692, 1690, 1, 0, 0, 0, 1692, 1693, 1, 0, 0, 0, 1693, 1696, 1, 0, 0, 0, 1694, 1692, 1, 0, 0, 0, 1695, 1685, 1, 0, 0, 0, 1695, 1696, 1, 0, 0, 0, 1696, 1706, 1, 0, 0, 0, 1697, 1698, 5, 168, 0, 0, 1698, 1703, 3, 90, 45, 0, 1699, 1700, 5, 3, 0, 0, 1700, 1702, 3, 90, 45, 0, 1701, 1699, 1, 0, 0, 0, 1702, 1705, 1, 0, 0, 0, 1703, 1701, 1, 0, 0, 0, 1703, 1704, 1, 0, 0, 0, 1704, 1707, 1, 0, 0, 0, 1705, 1703, 1, 0, 0, 0, 1706, 1697, 1, 0, 0, 0, 1706, 1707, 1, 0, 0, 0, 1707, 1709, 1, 0, 0, 0, 1708, 1710, 3, 92, 46, 0, 1709, 1708, 1, 0, 0, 0, 1709, 1710, 1, 0, 0, 0, 1710, 1714, 1, 0, 0, 0, 1711, 1712, 5, 21, 0, 0, 1712, 1713, 5, 163, 0, 0, 1713, 1715, 3, 96, 48, 0, 1714, 1711, 1, 0, 0, 0, 1714, 1715, 1, 0, 0, 0, 1715, 1717, 1, 0, 0, 0, 1716, 1718, 7, 13, 0, 0, 1717, 1716, 1, 0, 0, 0, 1717, 1718, 1, 0, 0, 0, 1718, 1719, 1, 0, 0, 0, 1719, 1720, 5, 206, 0, 0, 1720, 1721, 5, 1, 0, 0, 1721, 1722, 3, 204, 102, 0, 1722, 1732, 5, 2, 0, 0, 1723, 1724, 5, 257, 0, 0, 1724, 1729, 3, 98, 49, 0, 1725, 1726, 5, 3, 0, 0, 1726, 1728, 3, 98, 49, 0, 1727, 1725, 1, 0, 0, 0, 1728, 1731, 1, 0, 0, 0, 1729, 1727, 1, 0, 0, 0, 1729, 1730, 1, 0, 0, 0, 1730, 1733, 1, 0, 0, 0, 1731, 1729, 1, 0, 0, 0, 1732, 1723, 1, 0, 0, 0, 1732, 1733, 1, 0, 0, 0, 1733, 1734, 1, 0, 0, 0, 1734, 1735, 5, 71, 0, 0, 1735, 1740, 3, 100, 50, 0, 1736, 1737, 5, 3, 0, 0, 1737, 1739, 3, 100, 50, 0, 1738, 1736, 1, 0, 0, 0, 1739, 1742, 1, 0, 0, 0, 1740, 1738, 1, 0, 0, 0, 1740, 1741, 1, 0, 0, 0, 1741, 1743, 1, 0, 0, 0, 1742, 1740, 1, 0, 0, 0, 1743, 1751, 5, 2, 0, 0, 1744, 1746, 5, 28, 0, 0, 1745, 1744, 1, 0, 0, 0, 1745, 1746, 1, 0, 0, 0, 1746, 1747, 1, 0, 0, 0, 1747, 1749, 3, 294, 147, 0, 1748, 1750, 3, 108, 54, 0, 1749, 1748, 1, 0, 0, 0, 1749, 1750, 1, 0, 0, 0, 1750, 1752, 1, 0, 0, 0, 1751, 1745, 1, 0, 0, 0, 1751, 1752, 1, 0, 0, 0, 1752, 1754, 1, 0, 0, 0, 1753, 1671, 1, 0, 0, 0, 1753, 1754, 1, 0, 0, 0, 1754, 89, 1, 0, 0, 0, 1755, 1756, 3, 136, 68, 0, 1756, 1757, 5, 28, 0, 0, 1757, 1758, 3, 294, 147, 0, 1758, 91, 1, 0, 0, 0, 1759, 1760, 5, 191, 0, 0, 1760, 1761, 5, 239, 0, 0, 1761, 1762, 5, 207, 0, 0, 1762, 1771, 5, 163, 0, 0, 1763, 1764, 5, 22, 0, 0, 1764, 1765, 5, 240, 0, 0, 1765, 1766, 5, 207, 0, 0, 1766, 1768, 5, 163, 0, 0, 1767, 1769, 3, 94, 47, 0, 1768, 1767, 1, 0, 0, 0, 1768, 1769, 1, 0, 0, 0, 1769, 1771, 1, 0, 0, 0, 1770, 1759, 1, 0, 0, 0, 1770, 1763, 1, 0, 0, 0, 1771, 93, 1, 0, 0, 0, 1772, 1773, 5, 253, 0, 0, 1773, 1774, 5, 85, 0, 0, 1774, 1782, 5, 165, 0, 0, 1775, 1776, 5, 189, 0, 0, 1776, 1777, 5, 85, 0, 0, 1777, 1782, 5, 165, 0, 0, 1778, 1779, 5, 304, 0, 0, 1779, 1780, 5, 284, 0, 0, 1780, 1782, 5, 240, 0, 0, 1781, 1772, 1, 0, 0, 0, 1781, 1775, 1, 0, 0, 0, 1781, 1778, 1, 0, 0, 0, 1782, 95, 1, 0, 0, 0, 1783, 1784, 5, 5, 0, 0, 1784, 1785, 5, 269, 0, 0, 1785, 1786, 5, 174, 0, 0, 1786, 1803, 5, 239, 0, 0, 1787, 1788, 5, 5, 0, 0, 1788, 1789, 5, 204, 0, 0, 1789, 1790, 5, 148, 0, 0, 1790, 1803, 5, 239, 0, 0, 1791, 1792, 5, 5, 0, 0, 1792, 1793, 5, 269, 0, 0, 1793, 1794, 5, 101, 0, 0, 1794, 1803, 3, 294, 147, 0, 1795, 1796, 5, 5, 0, 0, 1796, 1797, 5, 269, 0, 0, 1797, 1798, 5, 148, 0, 0, 1798, 1803, 3, 294, 147, 0, 1799, 1800, 5, 5, 0, 0, 1800, 1801, 5, 269, 0, 0, 1801, 1803, 3, 294, 147, 0, 1802, 1783, 1, 0, 0, 0, 1802, 1787, 1, 0, 0, 0, 1802, 1791, 1, 0, 0, 0, 1802, 1795, 1, 0, 0, 0, 1802, 1799, 1, 0, 0, 0, 1803, 97, 1, 0, 0, 0, 1804, 1805, 3, 294, 147, 0, 1805, 1806, 5, 312, 0, 0, 1806, 1807, 5, 1, 0, 0, 1807, 1812, 3, 294, 147, 0, 1808, 1809, 5, 3, 0, 0, 1809, 1811, 3, 294, 147, 0, 1810, 1808, 1, 0, 0, 0, 1811, 1814, 1, 0, 0, 0, 1812, 1810, 1, 0, 0, 0, 1812, 1813, 1, 0, 0, 0, 1813, 1815, 1, 0, 0, 0, 1814, 1812, 1, 0, 0, 0, 1815, 1816, 5, 2, 0, 0, 1816, 99, 1, 0, 0, 0, 1817, 1818, 3, 294, 147, 0, 1818, 1819, 5, 28, 0, 0, 1819, 1820, 3, 136, 68, 0, 1820, 101, 1, 0, 0, 0, 1821, 1829, 3, 110, 55, 0, 1822, 1824, 5, 28, 0, 0, 1823, 1822, 1, 0, 0, 0, 1823, 1824, 1, 0, 0, 0, 1824, 1825, 1, 0, 0, 0, 1825, 1827, 3, 294, 147, 0, 1826, 1828, 3, 108, 54, 0, 1827, 1826, 1, 0, 0, 0, 1827, 1828, 1, 0, 0, 0, 1828, 1830, 1, 0, 0, 0, 1829, 1823, 1, 0, 0, 0, 1829, 1830, 1, 0, 0, 0, 1830, 103, 1, 0, 0, 0, 1831, 1832, 5, 1, 0, 0, 1832, 1837, 3, 278, 139, 0, 1833, 1834, 5, 3, 0, 0, 1834, 1836, 3, 278, 139, 0, 1835, 1833, 1, 0, 0, 0, 1836, 1839, 1, 0, 0, 0, 1837, 1835, 1, 0, 0, 0, 1837, 1838, 1, 0, 0, 0, 1838, 1840, 1, 0, 0, 0, 1839, 1837, 1, 0, 0, 0, 1840, 1841, 5, 2, 0, 0, 1841, 105, 1, 0, 0, 0, 1842, 1843, 5, 1, 0, 0, 1843, 1848, 3, 276, 138, 0, 1844, 1845, 5, 3, 0, 0, 1845, 1847, 3, 276, 138, 0, 1846, 1844, 1, 0, 0, 0, 1847, 1850, 1, 0, 0, 0, 1848, 1846, 1, 0, 0, 0, 1848, 1849, 1, 0, 0, 0, 1849, 1851, 1, 0, 0, 0, 1850, 1848, 1, 0, 0, 0, 1851, 1852, 5, 2, 0, 0, 1852, 107, 1, 0, 0, 0, 1853, 1854, 5, 1, 0, 0, 1854, 1859, 3, 294, 147, 0, 1855, 1856, 5, 3, 0, 0, 1856, 1858, 3, 294, 147, 0, 1857, 1855, 1, 0, 0, 0, 1858, 1861, 1, 0, 0, 0, 1859, 1857, 1, 0, 0, 0, 1859, 1860, 1, 0, 0, 0, 1860, 1862, 1, 0, 0, 0, 1861, 1859, 1, 0, 0, 0, 1862, 1863, 5, 2, 0, 0, 1863, 109, 1, 0, 0, 0, 1864, 1866, 3, 254, 127, 0, 1865, 1867, 3, 282, 141, 0, 1866, 1865, 1, 0, 0, 0, 1866, 1867, 1, 0, 0, 0, 1867, 1936, 1, 0, 0, 0, 1868, 1869, 5, 1, 0, 0, 1869, 1870, 3, 22, 11, 0, 1870, 1871, 5, 2, 0, 0, 1871, 1936, 1, 0, 0, 0, 1872, 1873, 5, 285, 0, 0, 1873, 1874, 5, 1, 0, 0, 1874, 1879, 3, 136, 68, 0, 1875, 1876, 5, 3, 0, 0, 1876, 1878, 3, 136, 68, 0, 1877, 1875, 1, 0, 0, 0, 1878, 1881, 1, 0, 0, 0, 1879, 1877, 1, 0, 0, 0, 1879, 1880, 1, 0, 0, 0, 1880, 1882, 1, 0, 0, 0, 1881, 1879, 1, 0, 0, 0, 1882, 1885, 5, 2, 0, 0, 1883, 1884, 5, 304, 0, 0, 1884, 1886, 5, 196, 0, 0, 1885, 1883, 1, 0, 0, 0, 1885, 1886, 1, 0, 0, 0, 1886, 1936, 1, 0, 0, 0, 1887, 1888, 5, 149, 0, 0, 1888, 1889, 5, 1, 0, 0, 1889, 1890, 3, 22, 11, 0, 1890, 1891, 5, 2, 0, 0, 1891, 1936, 1, 0, 0, 0, 1892, 1893, 5, 260, 0, 0, 1893, 1894, 5, 1, 0, 0, 1894, 1895, 3, 122, 61, 0, 1895, 1896, 5, 2, 0, 0, 1896, 1936, 1, 0, 0, 0, 1897, 1898, 5, 1, 0, 0, 1898, 1899, 3, 72, 36, 0, 1899, 1900, 5, 2, 0, 0, 1900, 1936, 1, 0, 0, 0, 1901, 1902, 5, 142, 0, 0, 1902, 1903, 5, 1, 0, 0, 1903, 1904, 3, 146, 73, 0, 1904, 1905, 5, 45, 0, 0, 1905, 1906, 5, 1, 0, 0, 1906, 1911, 3, 112, 56, 0, 1907, 1908, 5, 3, 0, 0, 1908, 1910, 3, 112, 56, 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, 1914, 1, 0, 0, 0, 1913, 1911, 1, 0, 0, 0, 1914, 1926, 5, 2, 0, 0, 1915, 1916, 5, 210, 0, 0, 1916, 1917, 5, 1, 0, 0, 1917, 1918, 3, 114, 57, 0, 1918, 1919, 5, 2, 0, 0, 1919, 1927, 1, 0, 0, 0, 1920, 1921, 5, 210, 0, 0, 1921, 1922, 5, 70, 0, 0, 1922, 1923, 5, 1, 0, 0, 1923, 1924, 3, 120, 60, 0, 1924, 1925, 5, 2, 0, 0, 1925, 1927, 1, 0, 0, 0, 1926, 1915, 1, 0, 0, 0, 1926, 1920, 1, 0, 0, 0, 1926, 1927, 1, 0, 0, 0, 1927, 1931, 1, 0, 0, 0, 1928, 1929, 7, 14, 0, 0, 1929, 1930, 5, 190, 0, 0, 1930, 1932, 5, 89, 0, 0, 1931, 1928, 1, 0, 0, 0, 1931, 1932, 1, 0, 0, 0, 1932, 1933, 1, 0, 0, 0, 1933, 1934, 5, 2, 0, 0, 1934, 1936, 1, 0, 0, 0, 1935, 1864, 1, 0, 0, 0, 1935, 1868, 1, 0, 0, 0, 1935, 1872, 1, 0, 0, 0, 1935, 1887, 1, 0, 0, 0, 1935, 1892, 1, 0, 0, 0, 1935, 1897, 1, 0, 0, 0, 1935, 1901, 1, 0, 0, 0, 1936, 111, 1, 0, 0, 0, 1937, 1938, 3, 294, 147, 0, 1938, 1939, 5, 103, 0, 0, 1939, 1940, 5, 196, 0, 0, 1940, 2015, 1, 0, 0, 0, 1941, 1942, 3, 294, 147, 0, 1942, 1945, 3, 184, 92, 0, 1943, 1944, 5, 205, 0, 0, 1944, 1946, 3, 168, 84, 0, 1945, 1943, 1, 0, 0, 0, 1945, 1946, 1, 0, 0, 0, 1946, 1951, 1, 0, 0, 0, 1947, 1948, 3, 156, 78, 0, 1948, 1949, 5, 190, 0, 0, 1949, 1950, 5, 85, 0, 0, 1950, 1952, 1, 0, 0, 0, 1951, 1947, 1, 0, 0, 0, 1951, 1952, 1, 0, 0, 0, 1952, 1957, 1, 0, 0, 0, 1953, 1954, 3, 156, 78, 0, 1954, 1955, 5, 190, 0, 0, 1955, 1956, 5, 89, 0, 0, 1956, 1958, 1, 0, 0, 0, 1957, 1953, 1, 0, 0, 0, 1957, 1958, 1, 0, 0, 0, 1958, 2015, 1, 0, 0, 0, 1959, 1960, 3, 294, 147, 0, 1960, 1961, 3, 184, 92, 0, 1961, 1962, 5, 104, 0, 0, 1962, 1965, 3, 150, 75, 0, 1963, 1964, 5, 205, 0, 0, 1964, 1966, 3, 168, 84, 0, 1965, 1963, 1, 0, 0, 0, 1965, 1966, 1, 0, 0, 0, 1966, 1970, 1, 0, 0, 0, 1967, 1968, 3, 158, 79, 0, 1968, 1969, 5, 308, 0, 0, 1969, 1971, 1, 0, 0, 0, 1970, 1967, 1, 0, 0, 0, 1970, 1971, 1, 0, 0, 0, 1971, 1979, 1, 0, 0, 0, 1972, 1973, 7, 15, 0, 0, 1973, 1977, 5, 218, 0, 0, 1974, 1975, 5, 190, 0, 0, 1975, 1976, 5, 242, 0, 0, 1976, 1978, 5, 264, 0, 0, 1977, 1974, 1, 0, 0, 0, 1977, 1978, 1, 0, 0, 0, 1978, 1980, 1, 0, 0, 0, 1979, 1972, 1, 0, 0, 0, 1979, 1980, 1, 0, 0, 0, 1980, 1985, 1, 0, 0, 0, 1981, 1982, 3, 160, 80, 0, 1982, 1983, 5, 190, 0, 0, 1983, 1984, 5, 85, 0, 0, 1984, 1986, 1, 0, 0, 0, 1985, 1981, 1, 0, 0, 0, 1985, 1986, 1, 0, 0, 0, 1986, 1991, 1, 0, 0, 0, 1987, 1988, 3, 160, 80, 0, 1988, 1989, 5, 190, 0, 0, 1989, 1990, 5, 89, 0, 0, 1990, 1992, 1, 0, 0, 0, 1991, 1987, 1, 0, 0, 0, 1991, 1992, 1, 0, 0, 0, 1992, 2015, 1, 0, 0, 0, 1993, 1995, 5, 173, 0, 0, 1994, 1996, 5, 205, 0, 0, 1995, 1994, 1, 0, 0, 0, 1995, 1996, 1, 0, 0, 0, 1996, 1997, 1, 0, 0, 0, 1997, 2000, 3, 168, 84, 0, 1998, 1999, 5, 28, 0, 0, 1999, 2001, 3, 294, 147, 0, 2000, 1998, 1, 0, 0, 0, 2000, 2001, 1, 0, 0, 0, 2001, 2002, 1, 0, 0, 0, 2002, 2003, 5, 45, 0, 0, 2003, 2004, 5, 1, 0, 0, 2004, 2009, 3, 112, 56, 0, 2005, 2006, 5, 3, 0, 0, 2006, 2008, 3, 112, 56, 0, 2007, 2005, 1, 0, 0, 0, 2008, 2011, 1, 0, 0, 0, 2009, 2007, 1, 0, 0, 0, 2009, 2010, 1, 0, 0, 0, 2010, 2012, 1, 0, 0, 0, 2011, 2009, 1, 0, 0, 0, 2012, 2013, 5, 2, 0, 0, 2013, 2015, 1, 0, 0, 0, 2014, 1937, 1, 0, 0, 0, 2014, 1941, 1, 0, 0, 0, 2014, 1959, 1, 0, 0, 0, 2014, 1993, 1, 0, 0, 0, 2015, 113, 1, 0, 0, 0, 2016, 2042, 3, 116, 58, 0, 2017, 2018, 3, 116, 58, 0, 2018, 2019, 7, 16, 0, 0, 2019, 2020, 3, 118, 59, 0, 2020, 2042, 1, 0, 0, 0, 2021, 2022, 3, 118, 59, 0, 2022, 2023, 5, 281, 0, 0, 2023, 2028, 3, 118, 59, 0, 2024, 2025, 5, 281, 0, 0, 2025, 2027, 3, 118, 59, 0, 2026, 2024, 1, 0, 0, 0, 2027, 2030, 1, 0, 0, 0, 2028, 2026, 1, 0, 0, 0, 2028, 2029, 1, 0, 0, 0, 2029, 2042, 1, 0, 0, 0, 2030, 2028, 1, 0, 0, 0, 2031, 2032, 3, 118, 59, 0, 2032, 2033, 5, 54, 0, 0, 2033, 2038, 3, 118, 59, 0, 2034, 2035, 5, 54, 0, 0, 2035, 2037, 3, 118, 59, 0, 2036, 2034, 1, 0, 0, 0, 2037, 2040, 1, 0, 0, 0, 2038, 2036, 1, 0, 0, 0, 2038, 2039, 1, 0, 0, 0, 2039, 2042, 1, 0, 0, 0, 2040, 2038, 1, 0, 0, 0, 2041, 2016, 1, 0, 0, 0, 2041, 2017, 1, 0, 0, 0, 2041, 2021, 1, 0, 0, 0, 2041, 2031, 1, 0, 0, 0, 2042, 115, 1, 0, 0, 0, 2043, 2044, 3, 294, 147, 0, 2044, 117, 1, 0, 0, 0, 2045, 2051, 3, 116, 58, 0, 2046, 2047, 5, 1, 0, 0, 2047, 2048, 3, 114, 57, 0, 2048, 2049, 5, 2, 0, 0, 2049, 2051, 1, 0, 0, 0, 2050, 2045, 1, 0, 0, 0, 2050, 2046, 1, 0, 0, 0, 2051, 119, 1, 0, 0, 0, 2052, 2055, 7, 16, 0, 0, 2053, 2054, 5, 3, 0, 0, 2054, 2056, 7, 17, 0, 0, 2055, 2053, 1, 0, 0, 0, 2055, 2056, 1, 0, 0, 0, 2056, 2063, 1, 0, 0, 0, 2057, 2060, 7, 17, 0, 0, 2058, 2059, 5, 3, 0, 0, 2059, 2061, 7, 16, 0, 0, 2060, 2058, 1, 0, 0, 0, 2060, 2061, 1, 0, 0, 0, 2061, 2063, 1, 0, 0, 0, 2062, 2052, 1, 0, 0, 0, 2062, 2057, 1, 0, 0, 0, 2063, 121, 1, 0, 0, 0, 2064, 2065, 3, 272, 136, 0, 2065, 2074, 5, 1, 0, 0, 2066, 2071, 3, 124, 62, 0, 2067, 2068, 5, 3, 0, 0, 2068, 2070, 3, 124, 62, 0, 2069, 2067, 1, 0, 0, 0, 2070, 2073, 1, 0, 0, 0, 2071, 2069, 1, 0, 0, 0, 2071, 2072, 1, 0, 0, 0, 2072, 2075, 1, 0, 0, 0, 2073, 2071, 1, 0, 0, 0, 2074, 2066, 1, 0, 0, 0, 2074, 2075, 1, 0, 0, 0, 2075, 2085, 1, 0, 0, 0, 2076, 2077, 5, 52, 0, 0, 2077, 2082, 3, 134, 67, 0, 2078, 2079, 5, 3, 0, 0, 2079, 2081, 3, 134, 67, 0, 2080, 2078, 1, 0, 0, 0, 2081, 2084, 1, 0, 0, 0, 2082, 2080, 1, 0, 0, 0, 2082, 2083, 1, 0, 0, 0, 2083, 2086, 1, 0, 0, 0, 2084, 2082, 1, 0, 0, 0, 2085, 2076, 1, 0, 0, 0, 2085, 2086, 1, 0, 0, 0, 2086, 2087, 1, 0, 0, 0, 2087, 2088, 5, 2, 0, 0, 2088, 123, 1, 0, 0, 0, 2089, 2090, 3, 294, 147, 0, 2090, 2091, 5, 6, 0, 0, 2091, 2093, 1, 0, 0, 0, 2092, 2089, 1, 0, 0, 0, 2092, 2093, 1, 0, 0, 0, 2093, 2097, 1, 0, 0, 0, 2094, 2098, 3, 126, 63, 0, 2095, 2098, 3, 130, 65, 0, 2096, 2098, 3, 136, 68, 0, 2097, 2094, 1, 0, 0, 0, 2097, 2095, 1, 0, 0, 0, 2097, 2096, 1, 0, 0, 0, 2098, 125, 1, 0, 0, 0, 2099, 2117, 3, 128, 64, 0, 2100, 2101, 5, 201, 0, 0, 2101, 2115, 5, 36, 0, 0, 2102, 2111, 5, 1, 0, 0, 2103, 2108, 3, 136, 68, 0, 2104, 2105, 5, 3, 0, 0, 2105, 2107, 3, 136, 68, 0, 2106, 2104, 1, 0, 0, 0, 2107, 2110, 1, 0, 0, 0, 2108, 2106, 1, 0, 0, 0, 2108, 2109, 1, 0, 0, 0, 2109, 2112, 1, 0, 0, 0, 2110, 2108, 1, 0, 0, 0, 2111, 2103, 1, 0, 0, 0, 2111, 2112, 1, 0, 0, 0, 2112, 2113, 1, 0, 0, 0, 2113, 2116, 5, 2, 0, 0, 2114, 2116, 3, 136, 68, 0, 2115, 2102, 1, 0, 0, 0, 2115, 2114, 1, 0, 0, 0, 2116, 2118, 1, 0, 0, 0, 2117, 2100, 1, 0, 0, 0, 2117, 2118, 1, 0, 0, 0, 2118, 2125, 1, 0, 0, 0, 2119, 2120, 5, 217, 0, 0, 2120, 2121, 5, 300, 0, 0, 2121, 2126, 5, 85, 0, 0, 2122, 2123, 5, 144, 0, 0, 2123, 2124, 5, 300, 0, 0, 2124, 2126, 5, 85, 0, 0, 2125, 2119, 1, 0, 0, 0, 2125, 2122, 1, 0, 0, 0, 2125, 2126, 1, 0, 0, 0, 2126, 2143, 1, 0, 0, 0, 2127, 2128, 5, 195, 0, 0, 2128, 2141, 5, 36, 0, 0, 2129, 2130, 5, 1, 0, 0, 2130, 2135, 3, 50, 25, 0, 2131, 2132, 5, 3, 0, 0, 2132, 2134, 3, 50, 25, 0, 2133, 2131, 1, 0, 0, 0, 2134, 2137, 1, 0, 0, 0, 2135, 2133, 1, 0, 0, 0, 2135, 2136, 1, 0, 0, 0, 2136, 2138, 1, 0, 0, 0, 2137, 2135, 1, 0, 0, 0, 2138, 2139, 5, 2, 0, 0, 2139, 2142, 1, 0, 0, 0, 2140, 2142, 3, 50, 25, 0, 2141, 2129, 1, 0, 0, 0, 2141, 2140, 1, 0, 0, 0, 2142, 2144, 1, 0, 0, 0, 2143, 2127, 1, 0, 0, 0, 2143, 2144, 1, 0, 0, 0, 2144, 127, 1, 0, 0, 0, 2145, 2146, 5, 260, 0, 0, 2146, 2147, 5, 1, 0, 0, 2147, 2148, 3, 256, 128, 0, 2148, 2156, 5, 2, 0, 0, 2149, 2151, 5, 28, 0, 0, 2150, 2149, 1, 0, 0, 0, 2150, 2151, 1, 0, 0, 0, 2151, 2152, 1, 0, 0, 0, 2152, 2154, 3, 294, 147, 0, 2153, 2155, 3, 108, 54, 0, 2154, 2153, 1, 0, 0, 0, 2154, 2155, 1, 0, 0, 0, 2155, 2157, 1, 0, 0, 0, 2156, 2150, 1, 0, 0, 0, 2156, 2157, 1, 0, 0, 0, 2157, 2172, 1, 0, 0, 0, 2158, 2159, 5, 260, 0, 0, 2159, 2160, 5, 1, 0, 0, 2160, 2161, 3, 22, 11, 0, 2161, 2169, 5, 2, 0, 0, 2162, 2164, 5, 28, 0, 0, 2163, 2162, 1, 0, 0, 0, 2163, 2164, 1, 0, 0, 0, 2164, 2165, 1, 0, 0, 0, 2165, 2167, 3, 294, 147, 0, 2166, 2168, 3, 108, 54, 0, 2167, 2166, 1, 0, 0, 0, 2167, 2168, 1, 0, 0, 0, 2168, 2170, 1, 0, 0, 0, 2169, 2163, 1, 0, 0, 0, 2169, 2170, 1, 0, 0, 0, 2170, 2172, 1, 0, 0, 0, 2171, 2145, 1, 0, 0, 0, 2171, 2158, 1, 0, 0, 0, 2172, 129, 1, 0, 0, 0, 2173, 2174, 5, 77, 0, 0, 2174, 2175, 5, 1, 0, 0, 2175, 2180, 3, 132, 66, 0, 2176, 2177, 5, 3, 0, 0, 2177, 2179, 3, 132, 66, 0, 2178, 2176, 1, 0, 0, 0, 2179, 2182, 1, 0, 0, 0, 2180, 2178, 1, 0, 0, 0, 2180, 2181, 1, 0, 0, 0, 2181, 2183, 1, 0, 0, 0, 2182, 2180, 1, 0, 0, 0, 2183, 2184, 5, 2, 0, 0, 2184, 2192, 1, 0, 0, 0, 2185, 2186, 5, 41, 0, 0, 2186, 2187, 5, 1, 0, 0, 2187, 2188, 5, 183, 0, 0, 2188, 2189, 5, 28, 0, 0, 2189, 2190, 5, 77, 0, 0, 2190, 2192, 5, 2, 0, 0, 2191, 2173, 1, 0, 0, 0, 2191, 2185, 1, 0, 0, 0, 2192, 131, 1, 0, 0, 0, 2193, 2195, 3, 294, 147, 0, 2194, 2196, 3, 184, 92, 0, 2195, 2194, 1, 0, 0, 0, 2195, 2196, 1, 0, 0, 0, 2196, 133, 1, 0, 0, 0, 2197, 2198, 5, 1, 0, 0, 2198, 2199, 3, 280, 140, 0, 2199, 2200, 5, 3, 0, 0, 2200, 2205, 3, 280, 140, 0, 2201, 2202, 5, 3, 0, 0, 2202, 2204, 3, 280, 140, 0, 2203, 2201, 1, 0, 0, 0, 2204, 2207, 1, 0, 0, 0, 2205, 2203, 1, 0, 0, 0, 2205, 2206, 1, 0, 0, 0, 2206, 2208, 1, 0, 0, 0, 2207, 2205, 1, 0, 0, 0, 2208, 2209, 5, 2, 0, 0, 2209, 135, 1, 0, 0, 0, 2210, 2211, 3, 138, 69, 0, 2211, 137, 1, 0, 0, 0, 2212, 2213, 6, 69, -1, 0, 2213, 2215, 3, 142, 71, 0, 2214, 2216, 3, 140, 70, 0, 2215, 2214, 1, 0, 0, 0, 2215, 2216, 1, 0, 0, 0, 2216, 2220, 1, 0, 0, 0, 2217, 2218, 5, 182, 0, 0, 2218, 2220, 3, 138, 69, 3, 2219, 2212, 1, 0, 0, 0, 2219, 2217, 1, 0, 0, 0, 2220, 2229, 1, 0, 0, 0, 2221, 2222, 10, 2, 0, 0, 2222, 2223, 5, 25, 0, 0, 2223, 2228, 3, 138, 69, 3, 2224, 2225, 10, 1, 0, 0, 2225, 2226, 5, 194, 0, 0, 2226, 2228, 3, 138, 69, 2, 2227, 2221, 1, 0, 0, 0, 2227, 2224, 1, 0, 0, 0, 2228, 2231, 1, 0, 0, 0, 2229, 2227, 1, 0, 0, 0, 2229, 2230, 1, 0, 0, 0, 2230, 139, 1, 0, 0, 0, 2231, 2229, 1, 0, 0, 0, 2232, 2233, 3, 172, 86, 0, 2233, 2234, 3, 142, 71, 0, 2234, 2294, 1, 0, 0, 0, 2235, 2236, 3, 172, 86, 0, 2236, 2237, 3, 174, 87, 0, 2237, 2238, 5, 1, 0, 0, 2238, 2239, 3, 22, 11, 0, 2239, 2240, 5, 2, 0, 0, 2240, 2294, 1, 0, 0, 0, 2241, 2243, 5, 182, 0, 0, 2242, 2241, 1, 0, 0, 0, 2242, 2243, 1, 0, 0, 0, 2243, 2244, 1, 0, 0, 0, 2244, 2245, 5, 34, 0, 0, 2245, 2246, 3, 142, 71, 0, 2246, 2247, 5, 25, 0, 0, 2247, 2248, 3, 142, 71, 0, 2248, 2294, 1, 0, 0, 0, 2249, 2251, 5, 182, 0, 0, 2250, 2249, 1, 0, 0, 0, 2250, 2251, 1, 0, 0, 0, 2251, 2252, 1, 0, 0, 0, 2252, 2253, 5, 122, 0, 0, 2253, 2254, 5, 1, 0, 0, 2254, 2259, 3, 136, 68, 0, 2255, 2256, 5, 3, 0, 0, 2256, 2258, 3, 136, 68, 0, 2257, 2255, 1, 0, 0, 0, 2258, 2261, 1, 0, 0, 0, 2259, 2257, 1, 0, 0, 0, 2259, 2260, 1, 0, 0, 0, 2260, 2262, 1, 0, 0, 0, 2261, 2259, 1, 0, 0, 0, 2262, 2263, 5, 2, 0, 0, 2263, 2294, 1, 0, 0, 0, 2264, 2266, 5, 182, 0, 0, 2265, 2264, 1, 0, 0, 0, 2265, 2266, 1, 0, 0, 0, 2266, 2267, 1, 0, 0, 0, 2267, 2268, 5, 122, 0, 0, 2268, 2269, 5, 1, 0, 0, 2269, 2270, 3, 22, 11, 0, 2270, 2271, 5, 2, 0, 0, 2271, 2294, 1, 0, 0, 0, 2272, 2274, 5, 182, 0, 0, 2273, 2272, 1, 0, 0, 0, 2273, 2274, 1, 0, 0, 0, 2274, 2275, 1, 0, 0, 0, 2275, 2276, 5, 154, 0, 0, 2276, 2279, 3, 142, 71, 0, 2277, 2278, 5, 90, 0, 0, 2278, 2280, 3, 142, 71, 0, 2279, 2277, 1, 0, 0, 0, 2279, 2280, 1, 0, 0, 0, 2280, 2294, 1, 0, 0, 0, 2281, 2283, 5, 133, 0, 0, 2282, 2284, 5, 182, 0, 0, 2283, 2282, 1, 0, 0, 0, 2283, 2284, 1, 0, 0, 0, 2284, 2285, 1, 0, 0, 0, 2285, 2294, 5, 183, 0, 0, 2286, 2288, 5, 133, 0, 0, 2287, 2289, 5, 182, 0, 0, 2288, 2287, 1, 0, 0, 0, 2288, 2289, 1, 0, 0, 0, 2289, 2290, 1, 0, 0, 0, 2290, 2291, 5, 79, 0, 0, 2291, 2292, 5, 105, 0, 0, 2292, 2294, 3, 142, 71, 0, 2293, 2232, 1, 0, 0, 0, 2293, 2235, 1, 0, 0, 0, 2293, 2242, 1, 0, 0, 0, 2293, 2250, 1, 0, 0, 0, 2293, 2265, 1, 0, 0, 0, 2293, 2273, 1, 0, 0, 0, 2293, 2281, 1, 0, 0, 0, 2293, 2286, 1, 0, 0, 0, 2294, 141, 1, 0, 0, 0, 2295, 2296, 6, 71, -1, 0, 2296, 2300, 3, 144, 72, 0, 2297, 2298, 7, 18, 0, 0, 2298, 2300, 3, 142, 71, 4, 2299, 2295, 1, 0, 0, 0, 2299, 2297, 1, 0, 0, 0, 2300, 2315, 1, 0, 0, 0, 2301, 2302, 10, 3, 0, 0, 2302, 2303, 7, 19, 0, 0, 2303, 2314, 3, 142, 71, 4, 2304, 2305, 10, 2, 0, 0, 2305, 2306, 7, 18, 0, 0, 2306, 2314, 3, 142, 71, 3, 2307, 2308, 10, 1, 0, 0, 2308, 2309, 5, 323, 0, 0, 2309, 2314, 3, 142, 71, 2, 2310, 2311, 10, 5, 0, 0, 2311, 2312, 5, 30, 0, 0, 2312, 2314, 3, 170, 85, 0, 2313, 2301, 1, 0, 0, 0, 2313, 2304, 1, 0, 0, 0, 2313, 2307, 1, 0, 0, 0, 2313, 2310, 1, 0, 0, 0, 2314, 2317, 1, 0, 0, 0, 2315, 2313, 1, 0, 0, 0, 2315, 2316, 1, 0, 0, 0, 2316, 143, 1, 0, 0, 0, 2317, 2315, 1, 0, 0, 0, 2318, 2319, 6, 72, -1, 0, 2319, 2772, 5, 183, 0, 0, 2320, 2772, 3, 178, 89, 0, 2321, 2322, 3, 294, 147, 0, 2322, 2323, 3, 168, 84, 0, 2323, 2772, 1, 0, 0, 0, 2324, 2325, 5, 82, 0, 0, 2325, 2326, 5, 213, 0, 0, 2326, 2772, 3, 168, 84, 0, 2327, 2772, 3, 296, 148, 0, 2328, 2772, 3, 176, 88, 0, 2329, 2772, 3, 168, 84, 0, 2330, 2772, 5, 328, 0, 0, 2331, 2772, 5, 324, 0, 0, 2332, 2333, 5, 211, 0, 0, 2333, 2334, 5, 1, 0, 0, 2334, 2335, 3, 142, 71, 0, 2335, 2336, 5, 122, 0, 0, 2336, 2337, 3, 142, 71, 0, 2337, 2338, 5, 2, 0, 0, 2338, 2772, 1, 0, 0, 0, 2339, 2340, 5, 1, 0, 0, 2340, 2343, 3, 136, 68, 0, 2341, 2342, 5, 3, 0, 0, 2342, 2344, 3, 136, 68, 0, 2343, 2341, 1, 0, 0, 0, 2344, 2345, 1, 0, 0, 0, 2345, 2343, 1, 0, 0, 0, 2345, 2346, 1, 0, 0, 0, 2346, 2347, 1, 0, 0, 0, 2347, 2348, 5, 2, 0, 0, 2348, 2772, 1, 0, 0, 0, 2349, 2350, 5, 239, 0, 0, 2350, 2351, 5, 1, 0, 0, 2351, 2356, 3, 136, 68, 0, 2352, 2353, 5, 3, 0, 0, 2353, 2355, 3, 136, 68, 0, 2354, 2352, 1, 0, 0, 0, 2355, 2358, 1, 0, 0, 0, 2356, 2354, 1, 0, 0, 0, 2356, 2357, 1, 0, 0, 0, 2357, 2359, 1, 0, 0, 0, 2358, 2356, 1, 0, 0, 0, 2359, 2360, 5, 2, 0, 0, 2360, 2772, 1, 0, 0, 0, 2361, 2362, 5, 156, 0, 0, 2362, 2364, 5, 1, 0, 0, 2363, 2365, 3, 68, 34, 0, 2364, 2363, 1, 0, 0, 0, 2364, 2365, 1, 0, 0, 0, 2365, 2366, 1, 0, 0, 0, 2366, 2369, 3, 136, 68, 0, 2367, 2368, 5, 3, 0, 0, 2368, 2370, 3, 168, 84, 0, 2369, 2367, 1, 0, 0, 0, 2369, 2370, 1, 0, 0, 0, 2370, 2374, 1, 0, 0, 0, 2371, 2372, 5, 190, 0, 0, 2372, 2373, 5, 200, 0, 0, 2373, 2375, 3, 84, 42, 0, 2374, 2371, 1, 0, 0, 0, 2374, 2375, 1, 0, 0, 0, 2375, 2376, 1, 0, 0, 0, 2376, 2377, 5, 2, 0, 0, 2377, 2378, 5, 305, 0, 0, 2378, 2379, 5, 114, 0, 0, 2379, 2380, 5, 1, 0, 0, 2380, 2381, 5, 195, 0, 0, 2381, 2382, 5, 36, 0, 0, 2382, 2387, 3, 50, 25, 0, 2383, 2384, 5, 3, 0, 0, 2384, 2386, 3, 50, 25, 0, 2385, 2383, 1, 0, 0, 0, 2386, 2389, 1, 0, 0, 0, 2387, 2385, 1, 0, 0, 0, 2387, 2388, 1, 0, 0, 0, 2388, 2390, 1, 0, 0, 0, 2389, 2387, 1, 0, 0, 0, 2390, 2391, 5, 2, 0, 0, 2391, 2393, 1, 0, 0, 0, 2392, 2394, 3, 192, 96, 0, 2393, 2392, 1, 0, 0, 0, 2393, 2394, 1, 0, 0, 0, 2394, 2772, 1, 0, 0, 0, 2395, 2397, 3, 164, 82, 0, 2396, 2395, 1, 0, 0, 0, 2396, 2397, 1, 0, 0, 0, 2397, 2398, 1, 0, 0, 0, 2398, 2399, 3, 272, 136, 0, 2399, 2403, 5, 1, 0, 0, 2400, 2401, 3, 294, 147, 0, 2401, 2402, 5, 4, 0, 0, 2402, 2404, 1, 0, 0, 0, 2403, 2400, 1, 0, 0, 0, 2403, 2404, 1, 0, 0, 0, 2404, 2405, 1, 0, 0, 0, 2405, 2406, 5, 320, 0, 0, 2406, 2408, 5, 2, 0, 0, 2407, 2409, 3, 192, 96, 0, 2408, 2407, 1, 0, 0, 0, 2408, 2409, 1, 0, 0, 0, 2409, 2411, 1, 0, 0, 0, 2410, 2412, 3, 196, 98, 0, 2411, 2410, 1, 0, 0, 0, 2411, 2412, 1, 0, 0, 0, 2412, 2772, 1, 0, 0, 0, 2413, 2415, 3, 164, 82, 0, 2414, 2413, 1, 0, 0, 0, 2414, 2415, 1, 0, 0, 0, 2415, 2416, 1, 0, 0, 0, 2416, 2417, 3, 272, 136, 0, 2417, 2429, 5, 1, 0, 0, 2418, 2420, 3, 68, 34, 0, 2419, 2418, 1, 0, 0, 0, 2419, 2420, 1, 0, 0, 0, 2420, 2421, 1, 0, 0, 0, 2421, 2426, 3, 136, 68, 0, 2422, 2423, 5, 3, 0, 0, 2423, 2425, 3, 136, 68, 0, 2424, 2422, 1, 0, 0, 0, 2425, 2428, 1, 0, 0, 0, 2426, 2424, 1, 0, 0, 0, 2426, 2427, 1, 0, 0, 0, 2427, 2430, 1, 0, 0, 0, 2428, 2426, 1, 0, 0, 0, 2429, 2419, 1, 0, 0, 0, 2429, 2430, 1, 0, 0, 0, 2430, 2441, 1, 0, 0, 0, 2431, 2432, 5, 195, 0, 0, 2432, 2433, 5, 36, 0, 0, 2433, 2438, 3, 50, 25, 0, 2434, 2435, 5, 3, 0, 0, 2435, 2437, 3, 50, 25, 0, 2436, 2434, 1, 0, 0, 0, 2437, 2440, 1, 0, 0, 0, 2438, 2436, 1, 0, 0, 0, 2438, 2439, 1, 0, 0, 0, 2439, 2442, 1, 0, 0, 0, 2440, 2438, 1, 0, 0, 0, 2441, 2431, 1, 0, 0, 0, 2441, 2442, 1, 0, 0, 0, 2442, 2443, 1, 0, 0, 0, 2443, 2445, 5, 2, 0, 0, 2444, 2446, 3, 192, 96, 0, 2445, 2444, 1, 0, 0, 0, 2445, 2446, 1, 0, 0, 0, 2446, 2451, 1, 0, 0, 0, 2447, 2449, 3, 166, 83, 0, 2448, 2447, 1, 0, 0, 0, 2448, 2449, 1, 0, 0, 0, 2449, 2450, 1, 0, 0, 0, 2450, 2452, 3, 196, 98, 0, 2451, 2448, 1, 0, 0, 0, 2451, 2452, 1, 0, 0, 0, 2452, 2772, 1, 0, 0, 0, 2453, 2454, 3, 294, 147, 0, 2454, 2455, 3, 196, 98, 0, 2455, 2772, 1, 0, 0, 0, 2456, 2457, 3, 294, 147, 0, 2457, 2458, 5, 7, 0, 0, 2458, 2459, 3, 136, 68, 0, 2459, 2772, 1, 0, 0, 0, 2460, 2469, 5, 1, 0, 0, 2461, 2466, 3, 294, 147, 0, 2462, 2463, 5, 3, 0, 0, 2463, 2465, 3, 294, 147, 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, 2470, 1, 0, 0, 0, 2468, 2466, 1, 0, 0, 0, 2469, 2461, 1, 0, 0, 0, 2469, 2470, 1, 0, 0, 0, 2470, 2471, 1, 0, 0, 0, 2471, 2472, 5, 2, 0, 0, 2472, 2473, 5, 7, 0, 0, 2473, 2772, 3, 136, 68, 0, 2474, 2475, 5, 1, 0, 0, 2475, 2476, 3, 22, 11, 0, 2476, 2477, 5, 2, 0, 0, 2477, 2772, 1, 0, 0, 0, 2478, 2479, 5, 94, 0, 0, 2479, 2480, 5, 1, 0, 0, 2480, 2481, 3, 22, 11, 0, 2481, 2482, 5, 2, 0, 0, 2482, 2772, 1, 0, 0, 0, 2483, 2484, 5, 40, 0, 0, 2484, 2486, 3, 136, 68, 0, 2485, 2487, 3, 190, 95, 0, 2486, 2485, 1, 0, 0, 0, 2487, 2488, 1, 0, 0, 0, 2488, 2486, 1, 0, 0, 0, 2488, 2489, 1, 0, 0, 0, 2489, 2492, 1, 0, 0, 0, 2490, 2491, 5, 84, 0, 0, 2491, 2493, 3, 136, 68, 0, 2492, 2490, 1, 0, 0, 0, 2492, 2493, 1, 0, 0, 0, 2493, 2494, 1, 0, 0, 0, 2494, 2495, 5, 88, 0, 0, 2495, 2772, 1, 0, 0, 0, 2496, 2498, 5, 40, 0, 0, 2497, 2499, 3, 190, 95, 0, 2498, 2497, 1, 0, 0, 0, 2499, 2500, 1, 0, 0, 0, 2500, 2498, 1, 0, 0, 0, 2500, 2501, 1, 0, 0, 0, 2501, 2504, 1, 0, 0, 0, 2502, 2503, 5, 84, 0, 0, 2503, 2505, 3, 136, 68, 0, 2504, 2502, 1, 0, 0, 0, 2504, 2505, 1, 0, 0, 0, 2505, 2506, 1, 0, 0, 0, 2506, 2507, 5, 88, 0, 0, 2507, 2772, 1, 0, 0, 0, 2508, 2509, 5, 41, 0, 0, 2509, 2510, 5, 1, 0, 0, 2510, 2511, 3, 136, 68, 0, 2511, 2512, 5, 28, 0, 0, 2512, 2513, 3, 184, 92, 0, 2513, 2514, 5, 2, 0, 0, 2514, 2772, 1, 0, 0, 0, 2515, 2516, 5, 275, 0, 0, 2516, 2517, 5, 1, 0, 0, 2517, 2518, 3, 136, 68, 0, 2518, 2519, 5, 28, 0, 0, 2519, 2520, 3, 184, 92, 0, 2520, 2521, 5, 2, 0, 0, 2521, 2772, 1, 0, 0, 0, 2522, 2523, 5, 27, 0, 0, 2523, 2532, 5, 8, 0, 0, 2524, 2529, 3, 136, 68, 0, 2525, 2526, 5, 3, 0, 0, 2526, 2528, 3, 136, 68, 0, 2527, 2525, 1, 0, 0, 0, 2528, 2531, 1, 0, 0, 0, 2529, 2527, 1, 0, 0, 0, 2529, 2530, 1, 0, 0, 0, 2530, 2533, 1, 0, 0, 0, 2531, 2529, 1, 0, 0, 0, 2532, 2524, 1, 0, 0, 0, 2532, 2533, 1, 0, 0, 0, 2533, 2534, 1, 0, 0, 0, 2534, 2772, 5, 9, 0, 0, 2535, 2772, 3, 294, 147, 0, 2536, 2772, 5, 58, 0, 0, 2537, 2541, 5, 62, 0, 0, 2538, 2539, 5, 1, 0, 0, 2539, 2540, 5, 329, 0, 0, 2540, 2542, 5, 2, 0, 0, 2541, 2538, 1, 0, 0, 0, 2541, 2542, 1, 0, 0, 0, 2542, 2772, 1, 0, 0, 0, 2543, 2547, 5, 63, 0, 0, 2544, 2545, 5, 1, 0, 0, 2545, 2546, 5, 329, 0, 0, 2546, 2548, 5, 2, 0, 0, 2547, 2544, 1, 0, 0, 0, 2547, 2548, 1, 0, 0, 0, 2548, 2772, 1, 0, 0, 0, 2549, 2553, 5, 158, 0, 0, 2550, 2551, 5, 1, 0, 0, 2551, 2552, 5, 329, 0, 0, 2552, 2554, 5, 2, 0, 0, 2553, 2550, 1, 0, 0, 0, 2553, 2554, 1, 0, 0, 0, 2554, 2772, 1, 0, 0, 0, 2555, 2559, 5, 159, 0, 0, 2556, 2557, 5, 1, 0, 0, 2557, 2558, 5, 329, 0, 0, 2558, 2560, 5, 2, 0, 0, 2559, 2556, 1, 0, 0, 0, 2559, 2560, 1, 0, 0, 0, 2560, 2772, 1, 0, 0, 0, 2561, 2772, 5, 64, 0, 0, 2562, 2772, 5, 57, 0, 0, 2563, 2772, 5, 61, 0, 0, 2564, 2772, 5, 59, 0, 0, 2565, 2566, 5, 272, 0, 0, 2566, 2574, 5, 1, 0, 0, 2567, 2569, 3, 82, 41, 0, 2568, 2567, 1, 0, 0, 0, 2568, 2569, 1, 0, 0, 0, 2569, 2571, 1, 0, 0, 0, 2570, 2572, 3, 142, 71, 0, 2571, 2570, 1, 0, 0, 0, 2571, 2572, 1, 0, 0, 0, 2572, 2573, 1, 0, 0, 0, 2573, 2575, 5, 105, 0, 0, 2574, 2568, 1, 0, 0, 0, 2574, 2575, 1, 0, 0, 0, 2575, 2576, 1, 0, 0, 0, 2576, 2577, 3, 142, 71, 0, 2577, 2578, 5, 2, 0, 0, 2578, 2772, 1, 0, 0, 0, 2579, 2580, 5, 272, 0, 0, 2580, 2581, 5, 1, 0, 0, 2581, 2582, 3, 142, 71, 0, 2582, 2583, 5, 3, 0, 0, 2583, 2584, 3, 142, 71, 0, 2584, 2585, 5, 2, 0, 0, 2585, 2772, 1, 0, 0, 0, 2586, 2587, 5, 258, 0, 0, 2587, 2588, 5, 1, 0, 0, 2588, 2589, 3, 142, 71, 0, 2589, 2590, 5, 105, 0, 0, 2590, 2593, 3, 142, 71, 0, 2591, 2592, 5, 103, 0, 0, 2592, 2594, 3, 142, 71, 0, 2593, 2591, 1, 0, 0, 0, 2593, 2594, 1, 0, 0, 0, 2594, 2595, 1, 0, 0, 0, 2595, 2596, 5, 2, 0, 0, 2596, 2772, 1, 0, 0, 0, 2597, 2598, 5, 181, 0, 0, 2598, 2599, 5, 1, 0, 0, 2599, 2602, 3, 142, 71, 0, 2600, 2601, 5, 3, 0, 0, 2601, 2603, 3, 182, 91, 0, 2602, 2600, 1, 0, 0, 0, 2602, 2603, 1, 0, 0, 0, 2603, 2604, 1, 0, 0, 0, 2604, 2605, 5, 2, 0, 0, 2605, 2772, 1, 0, 0, 0, 2606, 2607, 5, 96, 0, 0, 2607, 2608, 5, 1, 0, 0, 2608, 2609, 3, 294, 147, 0, 2609, 2610, 5, 105, 0, 0, 2610, 2611, 3, 142, 71, 0, 2611, 2612, 5, 2, 0, 0, 2612, 2772, 1, 0, 0, 0, 2613, 2614, 5, 1, 0, 0, 2614, 2615, 3, 136, 68, 0, 2615, 2616, 5, 2, 0, 0, 2616, 2772, 1, 0, 0, 0, 2617, 2618, 5, 115, 0, 0, 2618, 2627, 5, 1, 0, 0, 2619, 2624, 3, 280, 140, 0, 2620, 2621, 5, 3, 0, 0, 2621, 2623, 3, 280, 140, 0, 2622, 2620, 1, 0, 0, 0, 2623, 2626, 1, 0, 0, 0, 2624, 2622, 1, 0, 0, 0, 2624, 2625, 1, 0, 0, 0, 2625, 2628, 1, 0, 0, 0, 2626, 2624, 1, 0, 0, 0, 2627, 2619, 1, 0, 0, 0, 2627, 2628, 1, 0, 0, 0, 2628, 2629, 1, 0, 0, 0, 2629, 2772, 5, 2, 0, 0, 2630, 2631, 5, 139, 0, 0, 2631, 2632, 5, 1, 0, 0, 2632, 2637, 3, 146, 73, 0, 2633, 2634, 3, 154, 77, 0, 2634, 2635, 5, 190, 0, 0, 2635, 2636, 5, 89, 0, 0, 2636, 2638, 1, 0, 0, 0, 2637, 2633, 1, 0, 0, 0, 2637, 2638, 1, 0, 0, 0, 2638, 2639, 1, 0, 0, 0, 2639, 2640, 5, 2, 0, 0, 2640, 2772, 1, 0, 0, 0, 2641, 2642, 5, 143, 0, 0, 2642, 2643, 5, 1, 0, 0, 2643, 2646, 3, 146, 73, 0, 2644, 2645, 5, 231, 0, 0, 2645, 2647, 3, 184, 92, 0, 2646, 2644, 1, 0, 0, 0, 2646, 2647, 1, 0, 0, 0, 2647, 2652, 1, 0, 0, 0, 2648, 2649, 3, 156, 78, 0, 2649, 2650, 5, 190, 0, 0, 2650, 2651, 5, 85, 0, 0, 2651, 2653, 1, 0, 0, 0, 2652, 2648, 1, 0, 0, 0, 2652, 2653, 1, 0, 0, 0, 2653, 2658, 1, 0, 0, 0, 2654, 2655, 3, 156, 78, 0, 2655, 2656, 5, 190, 0, 0, 2656, 2657, 5, 89, 0, 0, 2657, 2659, 1, 0, 0, 0, 2658, 2654, 1, 0, 0, 0, 2658, 2659, 1, 0, 0, 0, 2659, 2660, 1, 0, 0, 0, 2660, 2661, 5, 2, 0, 0, 2661, 2772, 1, 0, 0, 0, 2662, 2663, 5, 141, 0, 0, 2663, 2664, 5, 1, 0, 0, 2664, 2671, 3, 146, 73, 0, 2665, 2666, 5, 231, 0, 0, 2666, 2669, 3, 184, 92, 0, 2667, 2668, 5, 104, 0, 0, 2668, 2670, 3, 150, 75, 0, 2669, 2667, 1, 0, 0, 0, 2669, 2670, 1, 0, 0, 0, 2670, 2672, 1, 0, 0, 0, 2671, 2665, 1, 0, 0, 0, 2671, 2672, 1, 0, 0, 0, 2672, 2676, 1, 0, 0, 0, 2673, 2674, 3, 158, 79, 0, 2674, 2675, 5, 308, 0, 0, 2675, 2677, 1, 0, 0, 0, 2676, 2673, 1, 0, 0, 0, 2676, 2677, 1, 0, 0, 0, 2677, 2685, 1, 0, 0, 0, 2678, 2679, 7, 15, 0, 0, 2679, 2683, 5, 218, 0, 0, 2680, 2681, 5, 190, 0, 0, 2681, 2682, 5, 242, 0, 0, 2682, 2684, 5, 264, 0, 0, 2683, 2680, 1, 0, 0, 0, 2683, 2684, 1, 0, 0, 0, 2684, 2686, 1, 0, 0, 0, 2685, 2678, 1, 0, 0, 0, 2685, 2686, 1, 0, 0, 0, 2686, 2691, 1, 0, 0, 0, 2687, 2688, 3, 160, 80, 0, 2688, 2689, 5, 190, 0, 0, 2689, 2690, 5, 85, 0, 0, 2690, 2692, 1, 0, 0, 0, 2691, 2687, 1, 0, 0, 0, 2691, 2692, 1, 0, 0, 0, 2692, 2697, 1, 0, 0, 0, 2693, 2694, 3, 160, 80, 0, 2694, 2695, 5, 190, 0, 0, 2695, 2696, 5, 89, 0, 0, 2696, 2698, 1, 0, 0, 0, 2697, 2693, 1, 0, 0, 0, 2697, 2698, 1, 0, 0, 0, 2698, 2699, 1, 0, 0, 0, 2699, 2700, 5, 2, 0, 0, 2700, 2772, 1, 0, 0, 0, 2701, 2702, 5, 140, 0, 0, 2702, 2731, 5, 1, 0, 0, 2703, 2708, 3, 162, 81, 0, 2704, 2705, 5, 3, 0, 0, 2705, 2707, 3, 162, 81, 0, 2706, 2704, 1, 0, 0, 0, 2707, 2710, 1, 0, 0, 0, 2708, 2706, 1, 0, 0, 0, 2708, 2709, 1, 0, 0, 0, 2709, 2717, 1, 0, 0, 0, 2710, 2708, 1, 0, 0, 0, 2711, 2712, 5, 183, 0, 0, 2712, 2713, 5, 190, 0, 0, 2713, 2718, 5, 183, 0, 0, 2714, 2715, 5, 18, 0, 0, 2715, 2716, 5, 190, 0, 0, 2716, 2718, 5, 183, 0, 0, 2717, 2711, 1, 0, 0, 0, 2717, 2714, 1, 0, 0, 0, 2717, 2718, 1, 0, 0, 0, 2718, 2729, 1, 0, 0, 0, 2719, 2720, 5, 304, 0, 0, 2720, 2722, 5, 282, 0, 0, 2721, 2723, 5, 146, 0, 0, 2722, 2721, 1, 0, 0, 0, 2722, 2723, 1, 0, 0, 0, 2723, 2730, 1, 0, 0, 0, 2724, 2725, 5, 306, 0, 0, 2725, 2727, 5, 282, 0, 0, 2726, 2728, 5, 146, 0, 0, 2727, 2726, 1, 0, 0, 0, 2727, 2728, 1, 0, 0, 0, 2728, 2730, 1, 0, 0, 0, 2729, 2719, 1, 0, 0, 0, 2729, 2724, 1, 0, 0, 0, 2729, 2730, 1, 0, 0, 0, 2730, 2732, 1, 0, 0, 0, 2731, 2703, 1, 0, 0, 0, 2731, 2732, 1, 0, 0, 0, 2732, 2739, 1, 0, 0, 0, 2733, 2734, 5, 231, 0, 0, 2734, 2737, 3, 184, 92, 0, 2735, 2736, 5, 104, 0, 0, 2736, 2738, 3, 150, 75, 0, 2737, 2735, 1, 0, 0, 0, 2737, 2738, 1, 0, 0, 0, 2738, 2740, 1, 0, 0, 0, 2739, 2733, 1, 0, 0, 0, 2739, 2740, 1, 0, 0, 0, 2740, 2741, 1, 0, 0, 0, 2741, 2772, 5, 2, 0, 0, 2742, 2743, 5, 138, 0, 0, 2743, 2760, 5, 1, 0, 0, 2744, 2749, 3, 148, 74, 0, 2745, 2746, 5, 3, 0, 0, 2746, 2748, 3, 148, 74, 0, 2747, 2745, 1, 0, 0, 0, 2748, 2751, 1, 0, 0, 0, 2749, 2747, 1, 0, 0, 0, 2749, 2750, 1, 0, 0, 0, 2750, 2758, 1, 0, 0, 0, 2751, 2749, 1, 0, 0, 0, 2752, 2753, 5, 183, 0, 0, 2753, 2754, 5, 190, 0, 0, 2754, 2759, 5, 183, 0, 0, 2755, 2756, 5, 18, 0, 0, 2756, 2757, 5, 190, 0, 0, 2757, 2759, 5, 183, 0, 0, 2758, 2752, 1, 0, 0, 0, 2758, 2755, 1, 0, 0, 0, 2758, 2759, 1, 0, 0, 0, 2759, 2761, 1, 0, 0, 0, 2760, 2744, 1, 0, 0, 0, 2760, 2761, 1, 0, 0, 0, 2761, 2768, 1, 0, 0, 0, 2762, 2763, 5, 231, 0, 0, 2763, 2766, 3, 184, 92, 0, 2764, 2765, 5, 104, 0, 0, 2765, 2767, 3, 150, 75, 0, 2766, 2764, 1, 0, 0, 0, 2766, 2767, 1, 0, 0, 0, 2767, 2769, 1, 0, 0, 0, 2768, 2762, 1, 0, 0, 0, 2768, 2769, 1, 0, 0, 0, 2769, 2770, 1, 0, 0, 0, 2770, 2772, 5, 2, 0, 0, 2771, 2318, 1, 0, 0, 0, 2771, 2320, 1, 0, 0, 0, 2771, 2321, 1, 0, 0, 0, 2771, 2324, 1, 0, 0, 0, 2771, 2327, 1, 0, 0, 0, 2771, 2328, 1, 0, 0, 0, 2771, 2329, 1, 0, 0, 0, 2771, 2330, 1, 0, 0, 0, 2771, 2331, 1, 0, 0, 0, 2771, 2332, 1, 0, 0, 0, 2771, 2339, 1, 0, 0, 0, 2771, 2349, 1, 0, 0, 0, 2771, 2361, 1, 0, 0, 0, 2771, 2396, 1, 0, 0, 0, 2771, 2414, 1, 0, 0, 0, 2771, 2453, 1, 0, 0, 0, 2771, 2456, 1, 0, 0, 0, 2771, 2460, 1, 0, 0, 0, 2771, 2474, 1, 0, 0, 0, 2771, 2478, 1, 0, 0, 0, 2771, 2483, 1, 0, 0, 0, 2771, 2496, 1, 0, 0, 0, 2771, 2508, 1, 0, 0, 0, 2771, 2515, 1, 0, 0, 0, 2771, 2522, 1, 0, 0, 0, 2771, 2535, 1, 0, 0, 0, 2771, 2536, 1, 0, 0, 0, 2771, 2537, 1, 0, 0, 0, 2771, 2543, 1, 0, 0, 0, 2771, 2549, 1, 0, 0, 0, 2771, 2555, 1, 0, 0, 0, 2771, 2561, 1, 0, 0, 0, 2771, 2562, 1, 0, 0, 0, 2771, 2563, 1, 0, 0, 0, 2771, 2564, 1, 0, 0, 0, 2771, 2565, 1, 0, 0, 0, 2771, 2579, 1, 0, 0, 0, 2771, 2586, 1, 0, 0, 0, 2771, 2597, 1, 0, 0, 0, 2771, 2606, 1, 0, 0, 0, 2771, 2613, 1, 0, 0, 0, 2771, 2617, 1, 0, 0, 0, 2771, 2630, 1, 0, 0, 0, 2771, 2641, 1, 0, 0, 0, 2771, 2662, 1, 0, 0, 0, 2771, 2701, 1, 0, 0, 0, 2771, 2742, 1, 0, 0, 0, 2772, 2783, 1, 0, 0, 0, 2773, 2774, 10, 24, 0, 0, 2774, 2775, 5, 8, 0, 0, 2775, 2776, 3, 142, 71, 0, 2776, 2777, 5, 9, 0, 0, 2777, 2782, 1, 0, 0, 0, 2778, 2779, 10, 22, 0, 0, 2779, 2780, 5, 4, 0, 0, 2780, 2782, 3, 294, 147, 0, 2781, 2773, 1, 0, 0, 0, 2781, 2778, 1, 0, 0, 0, 2782, 2785, 1, 0, 0, 0, 2783, 2781, 1, 0, 0, 0, 2783, 2784, 1, 0, 0, 0, 2784, 145, 1, 0, 0, 0, 2785, 2783, 1, 0, 0, 0, 2786, 2787, 3, 148, 74, 0, 2787, 2788, 5, 3, 0, 0, 2788, 2791, 3, 168, 84, 0, 2789, 2790, 5, 28, 0, 0, 2790, 2792, 3, 294, 147, 0, 2791, 2789, 1, 0, 0, 0, 2791, 2792, 1, 0, 0, 0, 2792, 2802, 1, 0, 0, 0, 2793, 2794, 5, 203, 0, 0, 2794, 2799, 3, 152, 76, 0, 2795, 2796, 5, 3, 0, 0, 2796, 2798, 3, 152, 76, 0, 2797, 2795, 1, 0, 0, 0, 2798, 2801, 1, 0, 0, 0, 2799, 2797, 1, 0, 0, 0, 2799, 2800, 1, 0, 0, 0, 2800, 2803, 1, 0, 0, 0, 2801, 2799, 1, 0, 0, 0, 2802, 2793, 1, 0, 0, 0, 2802, 2803, 1, 0, 0, 0, 2803, 147, 1, 0, 0, 0, 2804, 2807, 3, 136, 68, 0, 2805, 2806, 5, 104, 0, 0, 2806, 2808, 3, 150, 75, 0, 2807, 2805, 1, 0, 0, 0, 2807, 2808, 1, 0, 0, 0, 2808, 149, 1, 0, 0, 0, 2809, 2812, 5, 137, 0, 0, 2810, 2811, 5, 87, 0, 0, 2811, 2813, 7, 20, 0, 0, 2812, 2810, 1, 0, 0, 0, 2812, 2813, 1, 0, 0, 0, 2813, 151, 1, 0, 0, 0, 2814, 2815, 3, 148, 74, 0, 2815, 2816, 5, 28, 0, 0, 2816, 2817, 3, 294, 147, 0, 2817, 153, 1, 0, 0, 0, 2818, 2819, 7, 21, 0, 0, 2819, 155, 1, 0, 0, 0, 2820, 2825, 5, 89, 0, 0, 2821, 2825, 5, 183, 0, 0, 2822, 2823, 5, 70, 0, 0, 2823, 2825, 3, 136, 68, 0, 2824, 2820, 1, 0, 0, 0, 2824, 2821, 1, 0, 0, 0, 2824, 2822, 1, 0, 0, 0, 2825, 157, 1, 0, 0, 0, 2826, 2828, 5, 306, 0, 0, 2827, 2829, 5, 27, 0, 0, 2828, 2827, 1, 0, 0, 0, 2828, 2829, 1, 0, 0, 0, 2829, 2838, 1, 0, 0, 0, 2830, 2832, 5, 304, 0, 0, 2831, 2833, 7, 22, 0, 0, 2832, 2831, 1, 0, 0, 0, 2832, 2833, 1, 0, 0, 0, 2833, 2835, 1, 0, 0, 0, 2834, 2836, 5, 27, 0, 0, 2835, 2834, 1, 0, 0, 0, 2835, 2836, 1, 0, 0, 0, 2836, 2838, 1, 0, 0, 0, 2837, 2826, 1, 0, 0, 0, 2837, 2830, 1, 0, 0, 0, 2838, 159, 1, 0, 0, 0, 2839, 2846, 5, 89, 0, 0, 2840, 2846, 5, 183, 0, 0, 2841, 2842, 5, 85, 0, 0, 2842, 2846, 5, 27, 0, 0, 2843, 2844, 5, 85, 0, 0, 2844, 2846, 5, 186, 0, 0, 2845, 2839, 1, 0, 0, 0, 2845, 2840, 1, 0, 0, 0, 2845, 2841, 1, 0, 0, 0, 2845, 2843, 1, 0, 0, 0, 2846, 161, 1, 0, 0, 0, 2847, 2849, 5, 145, 0, 0, 2848, 2847, 1, 0, 0, 0, 2848, 2849, 1, 0, 0, 0, 2849, 2850, 1, 0, 0, 0, 2850, 2851, 3, 136, 68, 0, 2851, 2852, 5, 295, 0, 0, 2852, 2853, 3, 148, 74, 0, 2853, 2859, 1, 0, 0, 0, 2854, 2855, 3, 136, 68, 0, 2855, 2856, 5, 10, 0, 0, 2856, 2857, 3, 148, 74, 0, 2857, 2859, 1, 0, 0, 0, 2858, 2848, 1, 0, 0, 0, 2858, 2854, 1, 0, 0, 0, 2859, 163, 1, 0, 0, 0, 2860, 2861, 7, 23, 0, 0, 2861, 165, 1, 0, 0, 0, 2862, 2863, 5, 120, 0, 0, 2863, 2867, 5, 185, 0, 0, 2864, 2865, 5, 228, 0, 0, 2865, 2867, 5, 185, 0, 0, 2866, 2862, 1, 0, 0, 0, 2866, 2864, 1, 0, 0, 0, 2867, 167, 1, 0, 0, 0, 2868, 2875, 5, 326, 0, 0, 2869, 2872, 5, 327, 0, 0, 2870, 2871, 5, 277, 0, 0, 2871, 2873, 5, 326, 0, 0, 2872, 2870, 1, 0, 0, 0, 2872, 2873, 1, 0, 0, 0, 2873, 2875, 1, 0, 0, 0, 2874, 2868, 1, 0, 0, 0, 2874, 2869, 1, 0, 0, 0, 2875, 169, 1, 0, 0, 0, 2876, 2877, 5, 267, 0, 0, 2877, 2878, 5, 311, 0, 0, 2878, 2883, 3, 178, 89, 0, 2879, 2880, 5, 267, 0, 0, 2880, 2881, 5, 311, 0, 0, 2881, 2883, 3, 168, 84, 0, 2882, 2876, 1, 0, 0, 0, 2882, 2879, 1, 0, 0, 0, 2883, 171, 1, 0, 0, 0, 2884, 2885, 7, 24, 0, 0, 2885, 173, 1, 0, 0, 0, 2886, 2887, 7, 25, 0, 0, 2887, 175, 1, 0, 0, 0, 2888, 2889, 7, 26, 0, 0, 2889, 177, 1, 0, 0, 0, 2890, 2892, 5, 129, 0, 0, 2891, 2893, 7, 18, 0, 0, 2892, 2891, 1, 0, 0, 0, 2892, 2893, 1, 0, 0, 0, 2893, 2894, 1, 0, 0, 0, 2894, 2895, 3, 168, 84, 0, 2895, 2898, 3, 180, 90, 0, 2896, 2897, 5, 269, 0, 0, 2897, 2899, 3, 180, 90, 0, 2898, 2896, 1, 0, 0, 0, 2898, 2899, 1, 0, 0, 0, 2899, 179, 1, 0, 0, 0, 2900, 2901, 7, 27, 0, 0, 2901, 181, 1, 0, 0, 0, 2902, 2903, 7, 28, 0, 0, 2903, 183, 1, 0, 0, 0, 2904, 2905, 6, 92, -1, 0, 2905, 2906, 5, 239, 0, 0, 2906, 2907, 5, 1, 0, 0, 2907, 2912, 3, 186, 93, 0, 2908, 2909, 5, 3, 0, 0, 2909, 2911, 3, 186, 93, 0, 2910, 2908, 1, 0, 0, 0, 2911, 2914, 1, 0, 0, 0, 2912, 2910, 1, 0, 0, 0, 2912, 2913, 1, 0, 0, 0, 2913, 2915, 1, 0, 0, 0, 2914, 2912, 1, 0, 0, 0, 2915, 2916, 5, 2, 0, 0, 2916, 2996, 1, 0, 0, 0, 2917, 2918, 5, 129, 0, 0, 2918, 2921, 3, 180, 90, 0, 2919, 2920, 5, 269, 0, 0, 2920, 2922, 3, 180, 90, 0, 2921, 2919, 1, 0, 0, 0, 2921, 2922, 1, 0, 0, 0, 2922, 2996, 1, 0, 0, 0, 2923, 2928, 5, 268, 0, 0, 2924, 2925, 5, 1, 0, 0, 2925, 2926, 3, 188, 94, 0, 2926, 2927, 5, 2, 0, 0, 2927, 2929, 1, 0, 0, 0, 2928, 2924, 1, 0, 0, 0, 2928, 2929, 1, 0, 0, 0, 2929, 2933, 1, 0, 0, 0, 2930, 2931, 5, 306, 0, 0, 2931, 2932, 5, 267, 0, 0, 2932, 2934, 5, 311, 0, 0, 2933, 2930, 1, 0, 0, 0, 2933, 2934, 1, 0, 0, 0, 2934, 2996, 1, 0, 0, 0, 2935, 2940, 5, 268, 0, 0, 2936, 2937, 5, 1, 0, 0, 2937, 2938, 3, 188, 94, 0, 2938, 2939, 5, 2, 0, 0, 2939, 2941, 1, 0, 0, 0, 2940, 2936, 1, 0, 0, 0, 2940, 2941, 1, 0, 0, 0, 2941, 2942, 1, 0, 0, 0, 2942, 2943, 5, 304, 0, 0, 2943, 2944, 5, 267, 0, 0, 2944, 2996, 5, 311, 0, 0, 2945, 2950, 5, 267, 0, 0, 2946, 2947, 5, 1, 0, 0, 2947, 2948, 3, 188, 94, 0, 2948, 2949, 5, 2, 0, 0, 2949, 2951, 1, 0, 0, 0, 2950, 2946, 1, 0, 0, 0, 2950, 2951, 1, 0, 0, 0, 2951, 2955, 1, 0, 0, 0, 2952, 2953, 5, 306, 0, 0, 2953, 2954, 5, 267, 0, 0, 2954, 2956, 5, 311, 0, 0, 2955, 2952, 1, 0, 0, 0, 2955, 2956, 1, 0, 0, 0, 2956, 2996, 1, 0, 0, 0, 2957, 2962, 5, 267, 0, 0, 2958, 2959, 5, 1, 0, 0, 2959, 2960, 3, 188, 94, 0, 2960, 2961, 5, 2, 0, 0, 2961, 2963, 1, 0, 0, 0, 2962, 2958, 1, 0, 0, 0, 2962, 2963, 1, 0, 0, 0, 2963, 2964, 1, 0, 0, 0, 2964, 2965, 5, 304, 0, 0, 2965, 2966, 5, 267, 0, 0, 2966, 2996, 5, 311, 0, 0, 2967, 2968, 5, 82, 0, 0, 2968, 2996, 5, 213, 0, 0, 2969, 2970, 5, 27, 0, 0, 2970, 2971, 5, 314, 0, 0, 2971, 2972, 3, 184, 92, 0, 2972, 2973, 5, 316, 0, 0, 2973, 2996, 1, 0, 0, 0, 2974, 2975, 5, 162, 0, 0, 2975, 2976, 5, 314, 0, 0, 2976, 2977, 3, 184, 92, 0, 2977, 2978, 5, 3, 0, 0, 2978, 2979, 3, 184, 92, 0, 2979, 2980, 5, 316, 0, 0, 2980, 2996, 1, 0, 0, 0, 2981, 2993, 3, 294, 147, 0, 2982, 2983, 5, 1, 0, 0, 2983, 2988, 3, 188, 94, 0, 2984, 2985, 5, 3, 0, 0, 2985, 2987, 3, 188, 94, 0, 2986, 2984, 1, 0, 0, 0, 2987, 2990, 1, 0, 0, 0, 2988, 2986, 1, 0, 0, 0, 2988, 2989, 1, 0, 0, 0, 2989, 2991, 1, 0, 0, 0, 2990, 2988, 1, 0, 0, 0, 2991, 2992, 5, 2, 0, 0, 2992, 2994, 1, 0, 0, 0, 2993, 2982, 1, 0, 0, 0, 2993, 2994, 1, 0, 0, 0, 2994, 2996, 1, 0, 0, 0, 2995, 2904, 1, 0, 0, 0, 2995, 2917, 1, 0, 0, 0, 2995, 2923, 1, 0, 0, 0, 2995, 2935, 1, 0, 0, 0, 2995, 2945, 1, 0, 0, 0, 2995, 2957, 1, 0, 0, 0, 2995, 2967, 1, 0, 0, 0, 2995, 2969, 1, 0, 0, 0, 2995, 2974, 1, 0, 0, 0, 2995, 2981, 1, 0, 0, 0, 2996, 3006, 1, 0, 0, 0, 2997, 2998, 10, 2, 0, 0, 2998, 3002, 5, 27, 0, 0, 2999, 3000, 5, 8, 0, 0, 3000, 3001, 5, 329, 0, 0, 3001, 3003, 5, 9, 0, 0, 3002, 2999, 1, 0, 0, 0, 3002, 3003, 1, 0, 0, 0, 3003, 3005, 1, 0, 0, 0, 3004, 2997, 1, 0, 0, 0, 3005, 3008, 1, 0, 0, 0, 3006, 3004, 1, 0, 0, 0, 3006, 3007, 1, 0, 0, 0, 3007, 185, 1, 0, 0, 0, 3008, 3006, 1, 0, 0, 0, 3009, 3014, 3, 184, 92, 0, 3010, 3011, 3, 294, 147, 0, 3011, 3012, 3, 184, 92, 0, 3012, 3014, 1, 0, 0, 0, 3013, 3009, 1, 0, 0, 0, 3013, 3010, 1, 0, 0, 0, 3014, 187, 1, 0, 0, 0, 3015, 3018, 5, 329, 0, 0, 3016, 3018, 3, 184, 92, 0, 3017, 3015, 1, 0, 0, 0, 3017, 3016, 1, 0, 0, 0, 3018, 189, 1, 0, 0, 0, 3019, 3020, 5, 300, 0, 0, 3020, 3021, 3, 136, 68, 0, 3021, 3022, 5, 265, 0, 0, 3022, 3023, 3, 136, 68, 0, 3023, 191, 1, 0, 0, 0, 3024, 3025, 5, 99, 0, 0, 3025, 3026, 5, 1, 0, 0, 3026, 3027, 5, 301, 0, 0, 3027, 3028, 3, 138, 69, 0, 3028, 3029, 5, 2, 0, 0, 3029, 193, 1, 0, 0, 0, 3030, 3031, 5, 300, 0, 0, 3031, 3034, 5, 164, 0, 0, 3032, 3033, 5, 25, 0, 0, 3033, 3035, 3, 136, 68, 0, 3034, 3032, 1, 0, 0, 0, 3034, 3035, 1, 0, 0, 0, 3035, 3036, 1, 0, 0, 0, 3036, 3037, 5, 265, 0, 0, 3037, 3038, 5, 287, 0, 0, 3038, 3039, 5, 251, 0, 0, 3039, 3040, 3, 294, 147, 0, 3040, 3041, 5, 312, 0, 0, 3041, 3049, 3, 136, 68, 0, 3042, 3043, 5, 3, 0, 0, 3043, 3044, 3, 294, 147, 0, 3044, 3045, 5, 312, 0, 0, 3045, 3046, 3, 136, 68, 0, 3046, 3048, 1, 0, 0, 0, 3047, 3042, 1, 0, 0, 0, 3048, 3051, 1, 0, 0, 0, 3049, 3047, 1, 0, 0, 0, 3049, 3050, 1, 0, 0, 0, 3050, 3095, 1, 0, 0, 0, 3051, 3049, 1, 0, 0, 0, 3052, 3053, 5, 300, 0, 0, 3053, 3056, 5, 164, 0, 0, 3054, 3055, 5, 25, 0, 0, 3055, 3057, 3, 136, 68, 0, 3056, 3054, 1, 0, 0, 0, 3056, 3057, 1, 0, 0, 0, 3057, 3058, 1, 0, 0, 0, 3058, 3059, 5, 265, 0, 0, 3059, 3095, 5, 73, 0, 0, 3060, 3061, 5, 300, 0, 0, 3061, 3062, 5, 182, 0, 0, 3062, 3065, 5, 164, 0, 0, 3063, 3064, 5, 25, 0, 0, 3064, 3066, 3, 136, 68, 0, 3065, 3063, 1, 0, 0, 0, 3065, 3066, 1, 0, 0, 0, 3066, 3067, 1, 0, 0, 0, 3067, 3068, 5, 265, 0, 0, 3068, 3080, 5, 127, 0, 0, 3069, 3070, 5, 1, 0, 0, 3070, 3075, 3, 294, 147, 0, 3071, 3072, 5, 3, 0, 0, 3072, 3074, 3, 294, 147, 0, 3073, 3071, 1, 0, 0, 0, 3074, 3077, 1, 0, 0, 0, 3075, 3073, 1, 0, 0, 0, 3075, 3076, 1, 0, 0, 0, 3076, 3078, 1, 0, 0, 0, 3077, 3075, 1, 0, 0, 0, 3078, 3079, 5, 2, 0, 0, 3079, 3081, 1, 0, 0, 0, 3080, 3069, 1, 0, 0, 0, 3080, 3081, 1, 0, 0, 0, 3081, 3082, 1, 0, 0, 0, 3082, 3083, 5, 296, 0, 0, 3083, 3084, 5, 1, 0, 0, 3084, 3089, 3, 136, 68, 0, 3085, 3086, 5, 3, 0, 0, 3086, 3088, 3, 136, 68, 0, 3087, 3085, 1, 0, 0, 0, 3088, 3091, 1, 0, 0, 0, 3089, 3087, 1, 0, 0, 0, 3089, 3090, 1, 0, 0, 0, 3090, 3092, 1, 0, 0, 0, 3091, 3089, 1, 0, 0, 0, 3092, 3093, 5, 2, 0, 0, 3093, 3095, 1, 0, 0, 0, 3094, 3030, 1, 0, 0, 0, 3094, 3052, 1, 0, 0, 0, 3094, 3060, 1, 0, 0, 0, 3095, 195, 1, 0, 0, 0, 3096, 3102, 5, 199, 0, 0, 3097, 3103, 3, 294, 147, 0, 3098, 3099, 5, 1, 0, 0, 3099, 3100, 3, 64, 32, 0, 3100, 3101, 5, 2, 0, 0, 3101, 3103, 1, 0, 0, 0, 3102, 3097, 1, 0, 0, 0, 3102, 3098, 1, 0, 0, 0, 3103, 197, 1, 0, 0, 0, 3104, 3105, 5, 168, 0, 0, 3105, 3110, 3, 90, 45, 0, 3106, 3107, 5, 3, 0, 0, 3107, 3109, 3, 90, 45, 0, 3108, 3106, 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, 3104, 1, 0, 0, 0, 3113, 3114, 1, 0, 0, 0, 3114, 3115, 1, 0, 0, 0, 3115, 3119, 3, 200, 100, 0, 3116, 3117, 5, 21, 0, 0, 3117, 3118, 5, 163, 0, 0, 3118, 3120, 3, 96, 48, 0, 3119, 3116, 1, 0, 0, 0, 3119, 3120, 1, 0, 0, 0, 3120, 3122, 1, 0, 0, 0, 3121, 3123, 7, 13, 0, 0, 3122, 3121, 1, 0, 0, 0, 3122, 3123, 1, 0, 0, 0, 3123, 3129, 1, 0, 0, 0, 3124, 3125, 5, 206, 0, 0, 3125, 3126, 5, 1, 0, 0, 3126, 3127, 3, 204, 102, 0, 3127, 3128, 5, 2, 0, 0, 3128, 3130, 1, 0, 0, 0, 3129, 3124, 1, 0, 0, 0, 3129, 3130, 1, 0, 0, 0, 3130, 3140, 1, 0, 0, 0, 3131, 3132, 5, 257, 0, 0, 3132, 3137, 3, 98, 49, 0, 3133, 3134, 5, 3, 0, 0, 3134, 3136, 3, 98, 49, 0, 3135, 3133, 1, 0, 0, 0, 3136, 3139, 1, 0, 0, 0, 3137, 3135, 1, 0, 0, 0, 3137, 3138, 1, 0, 0, 0, 3138, 3141, 1, 0, 0, 0, 3139, 3137, 1, 0, 0, 0, 3140, 3131, 1, 0, 0, 0, 3140, 3141, 1, 0, 0, 0, 3141, 3151, 1, 0, 0, 0, 3142, 3143, 5, 71, 0, 0, 3143, 3148, 3, 100, 50, 0, 3144, 3145, 5, 3, 0, 0, 3145, 3147, 3, 100, 50, 0, 3146, 3144, 1, 0, 0, 0, 3147, 3150, 1, 0, 0, 0, 3148, 3146, 1, 0, 0, 0, 3148, 3149, 1, 0, 0, 0, 3149, 3152, 1, 0, 0, 0, 3150, 3148, 1, 0, 0, 0, 3151, 3142, 1, 0, 0, 0, 3151, 3152, 1, 0, 0, 0, 3152, 199, 1, 0, 0, 0, 3153, 3154, 5, 219, 0, 0, 3154, 3178, 3, 202, 101, 0, 3155, 3156, 5, 240, 0, 0, 3156, 3178, 3, 202, 101, 0, 3157, 3158, 5, 116, 0, 0, 3158, 3178, 3, 202, 101, 0, 3159, 3160, 5, 219, 0, 0, 3160, 3161, 5, 34, 0, 0, 3161, 3162, 3, 202, 101, 0, 3162, 3163, 5, 25, 0, 0, 3163, 3164, 3, 202, 101, 0, 3164, 3178, 1, 0, 0, 0, 3165, 3166, 5, 240, 0, 0, 3166, 3167, 5, 34, 0, 0, 3167, 3168, 3, 202, 101, 0, 3168, 3169, 5, 25, 0, 0, 3169, 3170, 3, 202, 101, 0, 3170, 3178, 1, 0, 0, 0, 3171, 3172, 5, 116, 0, 0, 3172, 3173, 5, 34, 0, 0, 3173, 3174, 3, 202, 101, 0, 3174, 3175, 5, 25, 0, 0, 3175, 3176, 3, 202, 101, 0, 3176, 3178, 1, 0, 0, 0, 3177, 3153, 1, 0, 0, 0, 3177, 3155, 1, 0, 0, 0, 3177, 3157, 1, 0, 0, 0, 3177, 3159, 1, 0, 0, 0, 3177, 3165, 1, 0, 0, 0, 3177, 3171, 1, 0, 0, 0, 3178, 201, 1, 0, 0, 0, 3179, 3180, 5, 278, 0, 0, 3180, 3189, 5, 212, 0, 0, 3181, 3182, 5, 278, 0, 0, 3182, 3189, 5, 102, 0, 0, 3183, 3184, 5, 56, 0, 0, 3184, 3189, 5, 239, 0, 0, 3185, 3186, 3, 136, 68, 0, 3186, 3187, 7, 29, 0, 0, 3187, 3189, 1, 0, 0, 0, 3188, 3179, 1, 0, 0, 0, 3188, 3181, 1, 0, 0, 0, 3188, 3183, 1, 0, 0, 0, 3188, 3185, 1, 0, 0, 0, 3189, 203, 1, 0, 0, 0, 3190, 3191, 6, 102, -1, 0, 3191, 3193, 3, 206, 103, 0, 3192, 3194, 3, 208, 104, 0, 3193, 3192, 1, 0, 0, 0, 3193, 3194, 1, 0, 0, 0, 3194, 3202, 1, 0, 0, 0, 3195, 3196, 10, 2, 0, 0, 3196, 3201, 3, 204, 102, 3, 3197, 3198, 10, 1, 0, 0, 3198, 3199, 5, 11, 0, 0, 3199, 3201, 3, 204, 102, 2, 3200, 3195, 1, 0, 0, 0, 3200, 3197, 1, 0, 0, 0, 3201, 3204, 1, 0, 0, 0, 3202, 3200, 1, 0, 0, 0, 3202, 3203, 1, 0, 0, 0, 3203, 205, 1, 0, 0, 0, 3204, 3202, 1, 0, 0, 0, 3205, 3231, 3, 294, 147, 0, 3206, 3207, 5, 1, 0, 0, 3207, 3231, 5, 2, 0, 0, 3208, 3209, 5, 209, 0, 0, 3209, 3210, 5, 1, 0, 0, 3210, 3215, 3, 204, 102, 0, 3211, 3212, 5, 3, 0, 0, 3212, 3214, 3, 204, 102, 0, 3213, 3211, 1, 0, 0, 0, 3214, 3217, 1, 0, 0, 0, 3215, 3213, 1, 0, 0, 0, 3215, 3216, 1, 0, 0, 0, 3216, 3218, 1, 0, 0, 0, 3217, 3215, 1, 0, 0, 0, 3218, 3219, 5, 2, 0, 0, 3219, 3231, 1, 0, 0, 0, 3220, 3221, 5, 1, 0, 0, 3221, 3222, 3, 204, 102, 0, 3222, 3223, 5, 2, 0, 0, 3223, 3231, 1, 0, 0, 0, 3224, 3231, 5, 12, 0, 0, 3225, 3231, 5, 13, 0, 0, 3226, 3227, 5, 14, 0, 0, 3227, 3228, 3, 204, 102, 0, 3228, 3229, 5, 15, 0, 0, 3229, 3231, 1, 0, 0, 0, 3230, 3205, 1, 0, 0, 0, 3230, 3206, 1, 0, 0, 0, 3230, 3208, 1, 0, 0, 0, 3230, 3220, 1, 0, 0, 0, 3230, 3224, 1, 0, 0, 0, 3230, 3225, 1, 0, 0, 0, 3230, 3226, 1, 0, 0, 0, 3231, 207, 1, 0, 0, 0, 3232, 3234, 5, 320, 0, 0, 3233, 3235, 5, 324, 0, 0, 3234, 3233, 1, 0, 0, 0, 3234, 3235, 1, 0, 0, 0, 3235, 3263, 1, 0, 0, 0, 3236, 3238, 5, 318, 0, 0, 3237, 3239, 5, 324, 0, 0, 3238, 3237, 1, 0, 0, 0, 3238, 3239, 1, 0, 0, 0, 3239, 3263, 1, 0, 0, 0, 3240, 3242, 5, 324, 0, 0, 3241, 3243, 5, 324, 0, 0, 3242, 3241, 1, 0, 0, 0, 3242, 3243, 1, 0, 0, 0, 3243, 3263, 1, 0, 0, 0, 3244, 3245, 5, 16, 0, 0, 3245, 3246, 5, 329, 0, 0, 3246, 3248, 5, 17, 0, 0, 3247, 3249, 5, 324, 0, 0, 3248, 3247, 1, 0, 0, 0, 3248, 3249, 1, 0, 0, 0, 3249, 3263, 1, 0, 0, 0, 3250, 3252, 5, 16, 0, 0, 3251, 3253, 5, 329, 0, 0, 3252, 3251, 1, 0, 0, 0, 3252, 3253, 1, 0, 0, 0, 3253, 3254, 1, 0, 0, 0, 3254, 3256, 5, 3, 0, 0, 3255, 3257, 5, 329, 0, 0, 3256, 3255, 1, 0, 0, 0, 3256, 3257, 1, 0, 0, 0, 3257, 3258, 1, 0, 0, 0, 3258, 3260, 5, 17, 0, 0, 3259, 3261, 5, 324, 0, 0, 3260, 3259, 1, 0, 0, 0, 3260, 3261, 1, 0, 0, 0, 3261, 3263, 1, 0, 0, 0, 3262, 3232, 1, 0, 0, 0, 3262, 3236, 1, 0, 0, 0, 3262, 3240, 1, 0, 0, 0, 3262, 3244, 1, 0, 0, 0, 3262, 3250, 1, 0, 0, 0, 3263, 209, 1, 0, 0, 0, 3264, 3265, 3, 294, 147, 0, 3265, 3266, 5, 312, 0, 0, 3266, 3267, 3, 136, 68, 0, 3267, 211, 1, 0, 0, 0, 3268, 3269, 5, 104, 0, 0, 3269, 3273, 7, 30, 0, 0, 3270, 3271, 5, 276, 0, 0, 3271, 3273, 7, 31, 0, 0, 3272, 3268, 1, 0, 0, 0, 3272, 3270, 1, 0, 0, 0, 3273, 213, 1, 0, 0, 0, 3274, 3275, 5, 134, 0, 0, 3275, 3276, 5, 153, 0, 0, 3276, 3280, 3, 216, 108, 0, 3277, 3278, 5, 220, 0, 0, 3278, 3280, 7, 32, 0, 0, 3279, 3274, 1, 0, 0, 0, 3279, 3277, 1, 0, 0, 0, 3280, 215, 1, 0, 0, 0, 3281, 3282, 5, 220, 0, 0, 3282, 3289, 5, 279, 0, 0, 3283, 3284, 5, 220, 0, 0, 3284, 3289, 5, 48, 0, 0, 3285, 3286, 5, 225, 0, 0, 3286, 3289, 5, 220, 0, 0, 3287, 3289, 5, 249, 0, 0, 3288, 3281, 1, 0, 0, 0, 3288, 3283, 1, 0, 0, 0, 3288, 3285, 1, 0, 0, 0, 3288, 3287, 1, 0, 0, 0, 3289, 217, 1, 0, 0, 0, 3290, 3296, 3, 136, 68, 0, 3291, 3292, 3, 294, 147, 0, 3292, 3293, 5, 6, 0, 0, 3293, 3294, 3, 136, 68, 0, 3294, 3296, 1, 0, 0, 0, 3295, 3290, 1, 0, 0, 0, 3295, 3291, 1, 0, 0, 0, 3296, 219, 1, 0, 0, 0, 3297, 3298, 3, 294, 147, 0, 3298, 3299, 5, 4, 0, 0, 3299, 3300, 3, 294, 147, 0, 3300, 3303, 1, 0, 0, 0, 3301, 3303, 3, 294, 147, 0, 3302, 3297, 1, 0, 0, 0, 3302, 3301, 1, 0, 0, 0, 3303, 221, 1, 0, 0, 0, 3304, 3309, 3, 220, 110, 0, 3305, 3306, 5, 3, 0, 0, 3306, 3308, 3, 220, 110, 0, 3307, 3305, 1, 0, 0, 0, 3308, 3311, 1, 0, 0, 0, 3309, 3307, 1, 0, 0, 0, 3309, 3310, 1, 0, 0, 0, 3310, 223, 1, 0, 0, 0, 3311, 3309, 1, 0, 0, 0, 3312, 3313, 5, 107, 0, 0, 3313, 3314, 3, 226, 113, 0, 3314, 3318, 3, 232, 116, 0, 3315, 3317, 3, 234, 117, 0, 3316, 3315, 1, 0, 0, 0, 3317, 3320, 1, 0, 0, 0, 3318, 3316, 1, 0, 0, 0, 3318, 3319, 1, 0, 0, 0, 3319, 3321, 1, 0, 0, 0, 3320, 3318, 1, 0, 0, 0, 3321, 3322, 3, 236, 118, 0, 3322, 225, 1, 0, 0, 0, 3323, 3324, 3, 274, 137, 0, 3324, 3333, 5, 1, 0, 0, 3325, 3330, 3, 230, 115, 0, 3326, 3327, 5, 3, 0, 0, 3327, 3329, 3, 230, 115, 0, 3328, 3326, 1, 0, 0, 0, 3329, 3332, 1, 0, 0, 0, 3330, 3328, 1, 0, 0, 0, 3330, 3331, 1, 0, 0, 0, 3331, 3334, 1, 0, 0, 0, 3332, 3330, 1, 0, 0, 0, 3333, 3325, 1, 0, 0, 0, 3333, 3334, 1, 0, 0, 0, 3334, 3335, 1, 0, 0, 0, 3335, 3336, 5, 2, 0, 0, 3336, 227, 1, 0, 0, 0, 3337, 3338, 3, 272, 136, 0, 3338, 3347, 5, 1, 0, 0, 3339, 3344, 3, 230, 115, 0, 3340, 3341, 5, 3, 0, 0, 3341, 3343, 3, 230, 115, 0, 3342, 3340, 1, 0, 0, 0, 3343, 3346, 1, 0, 0, 0, 3344, 3342, 1, 0, 0, 0, 3344, 3345, 1, 0, 0, 0, 3345, 3348, 1, 0, 0, 0, 3346, 3344, 1, 0, 0, 0, 3347, 3339, 1, 0, 0, 0, 3347, 3348, 1, 0, 0, 0, 3348, 3349, 1, 0, 0, 0, 3349, 3350, 5, 2, 0, 0, 3350, 229, 1, 0, 0, 0, 3351, 3353, 3, 294, 147, 0, 3352, 3351, 1, 0, 0, 0, 3352, 3353, 1, 0, 0, 0, 3353, 3354, 1, 0, 0, 0, 3354, 3355, 3, 184, 92, 0, 3355, 231, 1, 0, 0, 0, 3356, 3357, 5, 232, 0, 0, 3357, 3358, 3, 184, 92, 0, 3358, 233, 1, 0, 0, 0, 3359, 3360, 5, 147, 0, 0, 3360, 3379, 3, 294, 147, 0, 3361, 3363, 5, 182, 0, 0, 3362, 3361, 1, 0, 0, 0, 3362, 3363, 1, 0, 0, 0, 3363, 3364, 1, 0, 0, 0, 3364, 3379, 5, 78, 0, 0, 3365, 3366, 5, 232, 0, 0, 3366, 3367, 5, 183, 0, 0, 3367, 3368, 5, 190, 0, 0, 3368, 3369, 5, 183, 0, 0, 3369, 3379, 5, 126, 0, 0, 3370, 3371, 5, 38, 0, 0, 3371, 3372, 5, 190, 0, 0, 3372, 3373, 5, 183, 0, 0, 3373, 3379, 5, 126, 0, 0, 3374, 3375, 5, 246, 0, 0, 3375, 3379, 7, 1, 0, 0, 3376, 3377, 5, 46, 0, 0, 3377, 3379, 3, 168, 84, 0, 3378, 3359, 1, 0, 0, 0, 3378, 3362, 1, 0, 0, 0, 3378, 3365, 1, 0, 0, 0, 3378, 3370, 1, 0, 0, 0, 3378, 3374, 1, 0, 0, 0, 3378, 3376, 1, 0, 0, 0, 3379, 235, 1, 0, 0, 0, 3380, 3381, 5, 230, 0, 0, 3381, 3480, 3, 142, 71, 0, 3382, 3383, 5, 251, 0, 0, 3383, 3384, 3, 294, 147, 0, 3384, 3385, 5, 312, 0, 0, 3385, 3386, 3, 136, 68, 0, 3386, 3480, 1, 0, 0, 0, 3387, 3388, 5, 40, 0, 0, 3388, 3390, 3, 136, 68, 0, 3389, 3391, 3, 238, 119, 0, 3390, 3389, 1, 0, 0, 0, 3391, 3392, 1, 0, 0, 0, 3392, 3390, 1, 0, 0, 0, 3392, 3393, 1, 0, 0, 0, 3393, 3395, 1, 0, 0, 0, 3394, 3396, 3, 242, 121, 0, 3395, 3394, 1, 0, 0, 0, 3395, 3396, 1, 0, 0, 0, 3396, 3397, 1, 0, 0, 0, 3397, 3398, 5, 88, 0, 0, 3398, 3399, 5, 40, 0, 0, 3399, 3480, 1, 0, 0, 0, 3400, 3402, 5, 40, 0, 0, 3401, 3403, 3, 238, 119, 0, 3402, 3401, 1, 0, 0, 0, 3403, 3404, 1, 0, 0, 0, 3404, 3402, 1, 0, 0, 0, 3404, 3405, 1, 0, 0, 0, 3405, 3407, 1, 0, 0, 0, 3406, 3408, 3, 242, 121, 0, 3407, 3406, 1, 0, 0, 0, 3407, 3408, 1, 0, 0, 0, 3408, 3409, 1, 0, 0, 0, 3409, 3410, 5, 88, 0, 0, 3410, 3411, 5, 40, 0, 0, 3411, 3480, 1, 0, 0, 0, 3412, 3413, 5, 119, 0, 0, 3413, 3414, 3, 136, 68, 0, 3414, 3415, 5, 265, 0, 0, 3415, 3419, 3, 246, 123, 0, 3416, 3418, 3, 240, 120, 0, 3417, 3416, 1, 0, 0, 0, 3418, 3421, 1, 0, 0, 0, 3419, 3417, 1, 0, 0, 0, 3419, 3420, 1, 0, 0, 0, 3420, 3423, 1, 0, 0, 0, 3421, 3419, 1, 0, 0, 0, 3422, 3424, 3, 242, 121, 0, 3423, 3422, 1, 0, 0, 0, 3423, 3424, 1, 0, 0, 0, 3424, 3425, 1, 0, 0, 0, 3425, 3426, 5, 88, 0, 0, 3426, 3427, 5, 119, 0, 0, 3427, 3480, 1, 0, 0, 0, 3428, 3429, 5, 135, 0, 0, 3429, 3480, 3, 294, 147, 0, 3430, 3431, 5, 151, 0, 0, 3431, 3480, 3, 294, 147, 0, 3432, 3438, 5, 32, 0, 0, 3433, 3434, 3, 244, 122, 0, 3434, 3435, 5, 325, 0, 0, 3435, 3437, 1, 0, 0, 0, 3436, 3433, 1, 0, 0, 0, 3437, 3440, 1, 0, 0, 0, 3438, 3436, 1, 0, 0, 0, 3438, 3439, 1, 0, 0, 0, 3439, 3442, 1, 0, 0, 0, 3440, 3438, 1, 0, 0, 0, 3441, 3443, 3, 246, 123, 0, 3442, 3441, 1, 0, 0, 0, 3442, 3443, 1, 0, 0, 0, 3443, 3444, 1, 0, 0, 0, 3444, 3480, 5, 88, 0, 0, 3445, 3446, 3, 294, 147, 0, 3446, 3447, 5, 10, 0, 0, 3447, 3449, 1, 0, 0, 0, 3448, 3445, 1, 0, 0, 0, 3448, 3449, 1, 0, 0, 0, 3449, 3450, 1, 0, 0, 0, 3450, 3451, 5, 161, 0, 0, 3451, 3452, 3, 246, 123, 0, 3452, 3453, 5, 88, 0, 0, 3453, 3454, 5, 161, 0, 0, 3454, 3480, 1, 0, 0, 0, 3455, 3456, 3, 294, 147, 0, 3456, 3457, 5, 10, 0, 0, 3457, 3459, 1, 0, 0, 0, 3458, 3455, 1, 0, 0, 0, 3458, 3459, 1, 0, 0, 0, 3459, 3460, 1, 0, 0, 0, 3460, 3461, 5, 302, 0, 0, 3461, 3462, 3, 136, 68, 0, 3462, 3463, 5, 81, 0, 0, 3463, 3464, 3, 246, 123, 0, 3464, 3465, 5, 88, 0, 0, 3465, 3466, 5, 302, 0, 0, 3466, 3480, 1, 0, 0, 0, 3467, 3468, 3, 294, 147, 0, 3468, 3469, 5, 10, 0, 0, 3469, 3471, 1, 0, 0, 0, 3470, 3467, 1, 0, 0, 0, 3470, 3471, 1, 0, 0, 0, 3471, 3472, 1, 0, 0, 0, 3472, 3473, 5, 224, 0, 0, 3473, 3474, 3, 246, 123, 0, 3474, 3475, 5, 286, 0, 0, 3475, 3476, 3, 136, 68, 0, 3476, 3477, 5, 88, 0, 0, 3477, 3478, 5, 224, 0, 0, 3478, 3480, 1, 0, 0, 0, 3479, 3380, 1, 0, 0, 0, 3479, 3382, 1, 0, 0, 0, 3479, 3387, 1, 0, 0, 0, 3479, 3400, 1, 0, 0, 0, 3479, 3412, 1, 0, 0, 0, 3479, 3428, 1, 0, 0, 0, 3479, 3430, 1, 0, 0, 0, 3479, 3432, 1, 0, 0, 0, 3479, 3448, 1, 0, 0, 0, 3479, 3458, 1, 0, 0, 0, 3479, 3470, 1, 0, 0, 0, 3480, 237, 1, 0, 0, 0, 3481, 3482, 5, 300, 0, 0, 3482, 3483, 3, 136, 68, 0, 3483, 3484, 5, 265, 0, 0, 3484, 3485, 3, 246, 123, 0, 3485, 239, 1, 0, 0, 0, 3486, 3487, 5, 86, 0, 0, 3487, 3488, 3, 136, 68, 0, 3488, 3489, 5, 265, 0, 0, 3489, 3490, 3, 246, 123, 0, 3490, 241, 1, 0, 0, 0, 3491, 3492, 5, 84, 0, 0, 3492, 3493, 3, 246, 123, 0, 3493, 243, 1, 0, 0, 0, 3494, 3495, 5, 69, 0, 0, 3495, 3500, 3, 294, 147, 0, 3496, 3497, 5, 3, 0, 0, 3497, 3499, 3, 294, 147, 0, 3498, 3496, 1, 0, 0, 0, 3499, 3502, 1, 0, 0, 0, 3500, 3498, 1, 0, 0, 0, 3500, 3501, 1, 0, 0, 0, 3501, 3503, 1, 0, 0, 0, 3502, 3500, 1, 0, 0, 0, 3503, 3506, 3, 184, 92, 0, 3504, 3505, 5, 70, 0, 0, 3505, 3507, 3, 142, 71, 0, 3506, 3504, 1, 0, 0, 0, 3506, 3507, 1, 0, 0, 0, 3507, 245, 1, 0, 0, 0, 3508, 3509, 3, 236, 118, 0, 3509, 3510, 5, 325, 0, 0, 3510, 3512, 1, 0, 0, 0, 3511, 3508, 1, 0, 0, 0, 3512, 3513, 1, 0, 0, 0, 3513, 3511, 1, 0, 0, 0, 3513, 3514, 1, 0, 0, 0, 3514, 247, 1, 0, 0, 0, 3515, 3522, 5, 53, 0, 0, 3516, 3522, 5, 248, 0, 0, 3517, 3522, 5, 73, 0, 0, 3518, 3522, 5, 127, 0, 0, 3519, 3522, 5, 287, 0, 0, 3520, 3522, 3, 294, 147, 0, 3521, 3515, 1, 0, 0, 0, 3521, 3516, 1, 0, 0, 0, 3521, 3517, 1, 0, 0, 0, 3521, 3518, 1, 0, 0, 0, 3521, 3519, 1, 0, 0, 0, 3521, 3520, 1, 0, 0, 0, 3522, 249, 1, 0, 0, 0, 3523, 3527, 5, 260, 0, 0, 3524, 3527, 5, 243, 0, 0, 3525, 3527, 3, 294, 147, 0, 3526, 3523, 1, 0, 0, 0, 3526, 3524, 1, 0, 0, 0, 3526, 3525, 1, 0, 0, 0, 3527, 251, 1, 0, 0, 0, 3528, 3530, 3, 250, 125, 0, 3529, 3528, 1, 0, 0, 0, 3529, 3530, 1, 0, 0, 0, 3530, 3531, 1, 0, 0, 0, 3531, 3532, 3, 280, 140, 0, 3532, 253, 1, 0, 0, 0, 3533, 3536, 3, 256, 128, 0, 3534, 3536, 3, 260, 130, 0, 3535, 3533, 1, 0, 0, 0, 3535, 3534, 1, 0, 0, 0, 3536, 255, 1, 0, 0, 0, 3537, 3549, 3, 294, 147, 0, 3538, 3539, 3, 294, 147, 0, 3539, 3540, 5, 4, 0, 0, 3540, 3541, 3, 294, 147, 0, 3541, 3549, 1, 0, 0, 0, 3542, 3543, 3, 294, 147, 0, 3543, 3544, 5, 4, 0, 0, 3544, 3545, 3, 294, 147, 0, 3545, 3546, 5, 4, 0, 0, 3546, 3547, 3, 294, 147, 0, 3547, 3549, 1, 0, 0, 0, 3548, 3537, 1, 0, 0, 0, 3548, 3538, 1, 0, 0, 0, 3548, 3542, 1, 0, 0, 0, 3549, 257, 1, 0, 0, 0, 3550, 3562, 3, 294, 147, 0, 3551, 3552, 3, 294, 147, 0, 3552, 3553, 5, 4, 0, 0, 3553, 3554, 3, 294, 147, 0, 3554, 3562, 1, 0, 0, 0, 3555, 3556, 3, 294, 147, 0, 3556, 3557, 5, 4, 0, 0, 3557, 3558, 3, 294, 147, 0, 3558, 3559, 5, 4, 0, 0, 3559, 3560, 3, 294, 147, 0, 3560, 3562, 1, 0, 0, 0, 3561, 3550, 1, 0, 0, 0, 3561, 3551, 1, 0, 0, 0, 3561, 3555, 1, 0, 0, 0, 3562, 259, 1, 0, 0, 0, 3563, 3575, 3, 294, 147, 0, 3564, 3565, 3, 294, 147, 0, 3565, 3566, 5, 4, 0, 0, 3566, 3567, 3, 294, 147, 0, 3567, 3575, 1, 0, 0, 0, 3568, 3569, 3, 294, 147, 0, 3569, 3570, 5, 4, 0, 0, 3570, 3571, 3, 294, 147, 0, 3571, 3572, 5, 4, 0, 0, 3572, 3573, 3, 294, 147, 0, 3573, 3575, 1, 0, 0, 0, 3574, 3563, 1, 0, 0, 0, 3574, 3564, 1, 0, 0, 0, 3574, 3568, 1, 0, 0, 0, 3575, 261, 1, 0, 0, 0, 3576, 3588, 3, 294, 147, 0, 3577, 3578, 3, 294, 147, 0, 3578, 3579, 5, 4, 0, 0, 3579, 3580, 3, 294, 147, 0, 3580, 3588, 1, 0, 0, 0, 3581, 3582, 3, 294, 147, 0, 3582, 3583, 5, 4, 0, 0, 3583, 3584, 3, 294, 147, 0, 3584, 3585, 5, 4, 0, 0, 3585, 3586, 3, 294, 147, 0, 3586, 3588, 1, 0, 0, 0, 3587, 3576, 1, 0, 0, 0, 3587, 3577, 1, 0, 0, 0, 3587, 3581, 1, 0, 0, 0, 3588, 263, 1, 0, 0, 0, 3589, 3595, 3, 294, 147, 0, 3590, 3591, 3, 294, 147, 0, 3591, 3592, 5, 4, 0, 0, 3592, 3593, 3, 294, 147, 0, 3593, 3595, 1, 0, 0, 0, 3594, 3589, 1, 0, 0, 0, 3594, 3590, 1, 0, 0, 0, 3595, 265, 1, 0, 0, 0, 3596, 3602, 3, 294, 147, 0, 3597, 3598, 3, 294, 147, 0, 3598, 3599, 5, 4, 0, 0, 3599, 3600, 3, 294, 147, 0, 3600, 3602, 1, 0, 0, 0, 3601, 3596, 1, 0, 0, 0, 3601, 3597, 1, 0, 0, 0, 3602, 267, 1, 0, 0, 0, 3603, 3604, 3, 294, 147, 0, 3604, 269, 1, 0, 0, 0, 3605, 3606, 3, 294, 147, 0, 3606, 271, 1, 0, 0, 0, 3607, 3608, 3, 280, 140, 0, 3608, 273, 1, 0, 0, 0, 3609, 3610, 3, 280, 140, 0, 3610, 275, 1, 0, 0, 0, 3611, 3614, 3, 280, 140, 0, 3612, 3614, 4, 138, 14, 0, 3613, 3611, 1, 0, 0, 0, 3613, 3612, 1, 0, 0, 0, 3614, 277, 1, 0, 0, 0, 3615, 3616, 3, 294, 147, 0, 3616, 279, 1, 0, 0, 0, 3617, 3622, 3, 294, 147, 0, 3618, 3619, 5, 4, 0, 0, 3619, 3621, 3, 294, 147, 0, 3620, 3618, 1, 0, 0, 0, 3621, 3624, 1, 0, 0, 0, 3622, 3620, 1, 0, 0, 0, 3622, 3623, 1, 0, 0, 0, 3623, 281, 1, 0, 0, 0, 3624, 3622, 1, 0, 0, 0, 3625, 3626, 5, 103, 0, 0, 3626, 3627, 3, 284, 142, 0, 3627, 3628, 5, 28, 0, 0, 3628, 3629, 5, 187, 0, 0, 3629, 3630, 3, 142, 71, 0, 3630, 283, 1, 0, 0, 0, 3631, 3632, 7, 33, 0, 0, 3632, 285, 1, 0, 0, 0, 3633, 3637, 3, 288, 144, 0, 3634, 3637, 5, 64, 0, 0, 3635, 3637, 5, 60, 0, 0, 3636, 3633, 1, 0, 0, 0, 3636, 3634, 1, 0, 0, 0, 3636, 3635, 1, 0, 0, 0, 3637, 287, 1, 0, 0, 0, 3638, 3644, 3, 294, 147, 0, 3639, 3640, 5, 289, 0, 0, 3640, 3644, 3, 294, 147, 0, 3641, 3642, 5, 235, 0, 0, 3642, 3644, 3, 294, 147, 0, 3643, 3638, 1, 0, 0, 0, 3643, 3639, 1, 0, 0, 0, 3643, 3641, 1, 0, 0, 0, 3644, 289, 1, 0, 0, 0, 3645, 3650, 3, 294, 147, 0, 3646, 3647, 5, 3, 0, 0, 3647, 3649, 3, 294, 147, 0, 3648, 3646, 1, 0, 0, 0, 3649, 3652, 1, 0, 0, 0, 3650, 3648, 1, 0, 0, 0, 3650, 3651, 1, 0, 0, 0, 3651, 291, 1, 0, 0, 0, 3652, 3650, 1, 0, 0, 0, 3653, 3661, 5, 53, 0, 0, 3654, 3661, 5, 248, 0, 0, 3655, 3661, 5, 73, 0, 0, 3656, 3661, 5, 127, 0, 0, 3657, 3661, 5, 287, 0, 0, 3658, 3661, 5, 93, 0, 0, 3659, 3661, 3, 294, 147, 0, 3660, 3653, 1, 0, 0, 0, 3660, 3654, 1, 0, 0, 0, 3660, 3655, 1, 0, 0, 0, 3660, 3656, 1, 0, 0, 0, 3660, 3657, 1, 0, 0, 0, 3660, 3658, 1, 0, 0, 0, 3660, 3659, 1, 0, 0, 0, 3661, 293, 1, 0, 0, 0, 3662, 3668, 5, 332, 0, 0, 3663, 3668, 5, 334, 0, 0, 3664, 3668, 3, 300, 150, 0, 3665, 3668, 5, 335, 0, 0, 3666, 3668, 5, 333, 0, 0, 3667, 3662, 1, 0, 0, 0, 3667, 3663, 1, 0, 0, 0, 3667, 3664, 1, 0, 0, 0, 3667, 3665, 1, 0, 0, 0, 3667, 3666, 1, 0, 0, 0, 3668, 295, 1, 0, 0, 0, 3669, 3671, 5, 319, 0, 0, 3670, 3669, 1, 0, 0, 0, 3670, 3671, 1, 0, 0, 0, 3671, 3672, 1, 0, 0, 0, 3672, 3682, 5, 330, 0, 0, 3673, 3675, 5, 319, 0, 0, 3674, 3673, 1, 0, 0, 0, 3674, 3675, 1, 0, 0, 0, 3675, 3676, 1, 0, 0, 0, 3676, 3682, 5, 331, 0, 0, 3677, 3679, 5, 319, 0, 0, 3678, 3677, 1, 0, 0, 0, 3678, 3679, 1, 0, 0, 0, 3679, 3680, 1, 0, 0, 0, 3680, 3682, 5, 329, 0, 0, 3681, 3670, 1, 0, 0, 0, 3681, 3674, 1, 0, 0, 0, 3681, 3678, 1, 0, 0, 0, 3682, 297, 1, 0, 0, 0, 3683, 3686, 3, 294, 147, 0, 3684, 3686, 3, 168, 84, 0, 3685, 3683, 1, 0, 0, 0, 3685, 3684, 1, 0, 0, 0, 3686, 299, 1, 0, 0, 0, 3687, 3688, 7, 34, 0, 0, 3688, 301, 1, 0, 0, 0, 480, 305, 314, 318, 322, 326, 330, 343, 350, 354, 358, 364, 368, 375, 380, 384, 390, 394, 413, 419, 423, 427, 431, 439, 443, 446, 451, 457, 466, 472, 476, 482, 489, 498, 510, 519, 528, 534, 545, 553, 561, 568, 578, 585, 593, 608, 643, 646, 649, 653, 659, 664, 671, 677, 681, 685, 693, 699, 703, 707, 721, 729, 748, 773, 776, 783, 790, 799, 803, 810, 818, 827, 833, 838, 842, 850, 855, 864, 870, 877, 886, 892, 896, 902, 909, 914, 927, 932, 944, 948, 954, 963, 968, 974, 1002, 1008, 1010, 1016, 1022, 1024, 1032, 1034, 1044, 1046, 1061, 1066, 1073, 1083, 1089, 1091, 1099, 1101, 1126, 1129, 1133, 1137, 1155, 1158, 1169, 1172, 1188, 1198, 1203, 1209, 1212, 1221, 1233, 1236, 1246, 1250, 1256, 1263, 1268, 1274, 1278, 1282, 1288, 1299, 1308, 1318, 1321, 1326, 1328, 1335, 1341, 1343, 1347, 1357, 1363, 1366, 1368, 1380, 1387, 1391, 1394, 1398, 1402, 1409, 1418, 1421, 1425, 1430, 1434, 1442, 1445, 1448, 1455, 1466, 1469, 1479, 1482, 1493, 1498, 1506, 1509, 1513, 1517, 1526, 1535, 1538, 1547, 1550, 1553, 1557, 1568, 1571, 1574, 1581, 1584, 1603, 1607, 1611, 1615, 1619, 1623, 1625, 1636, 1641, 1650, 1659, 1662, 1668, 1680, 1683, 1692, 1695, 1703, 1706, 1709, 1714, 1717, 1729, 1732, 1740, 1745, 1749, 1751, 1753, 1768, 1770, 1781, 1802, 1812, 1823, 1827, 1829, 1837, 1848, 1859, 1866, 1879, 1885, 1911, 1926, 1931, 1935, 1945, 1951, 1957, 1965, 1970, 1977, 1979, 1985, 1991, 1995, 2000, 2009, 2014, 2028, 2038, 2041, 2050, 2055, 2060, 2062, 2071, 2074, 2082, 2085, 2092, 2097, 2108, 2111, 2115, 2117, 2125, 2135, 2141, 2143, 2150, 2154, 2156, 2163, 2167, 2169, 2171, 2180, 2191, 2195, 2205, 2215, 2219, 2227, 2229, 2242, 2250, 2259, 2265, 2273, 2279, 2283, 2288, 2293, 2299, 2313, 2315, 2345, 2356, 2364, 2369, 2374, 2387, 2393, 2396, 2403, 2408, 2411, 2414, 2419, 2426, 2429, 2438, 2441, 2445, 2448, 2451, 2466, 2469, 2488, 2492, 2500, 2504, 2529, 2532, 2541, 2547, 2553, 2559, 2568, 2571, 2574, 2593, 2602, 2624, 2627, 2637, 2646, 2652, 2658, 2669, 2671, 2676, 2683, 2685, 2691, 2697, 2708, 2717, 2722, 2727, 2729, 2731, 2737, 2739, 2749, 2758, 2760, 2766, 2768, 2771, 2781, 2783, 2791, 2799, 2802, 2807, 2812, 2824, 2828, 2832, 2835, 2837, 2845, 2848, 2858, 2866, 2872, 2874, 2882, 2892, 2898, 2912, 2921, 2928, 2933, 2940, 2950, 2955, 2962, 2988, 2993, 2995, 3002, 3006, 3013, 3017, 3034, 3049, 3056, 3065, 3075, 3080, 3089, 3094, 3102, 3110, 3113, 3119, 3122, 3129, 3137, 3140, 3148, 3151, 3177, 3188, 3193, 3200, 3202, 3215, 3230, 3234, 3238, 3242, 3248, 3252, 3256, 3260, 3262, 3272, 3279, 3288, 3295, 3302, 3309, 3318, 3330, 3333, 3344, 3347, 3352, 3362, 3378, 3392, 3395, 3404, 3407, 3419, 3423, 3438, 3442, 3448, 3458, 3470, 3479, 3500, 3506, 3513, 3521, 3526, 3529, 3535, 3548, 3561, 3574, 3587, 3594, 3601, 3613, 3622, 3636, 3643, 3650, 3660, 3667, 3670, 3674, 3678, 3681, 3685] \ No newline at end of file +[4, 1, 340, 3694, 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, 1, 0, 5, 0, 306, 8, 0, 10, 0, 12, 0, 309, 9, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 2, 1, 2, 3, 2, 317, 8, 2, 1, 3, 1, 3, 3, 3, 321, 8, 3, 1, 4, 1, 4, 3, 4, 325, 8, 4, 1, 5, 1, 5, 3, 5, 329, 8, 5, 1, 6, 1, 6, 3, 6, 333, 8, 6, 1, 7, 1, 7, 1, 7, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 346, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 353, 8, 8, 1, 8, 1, 8, 3, 8, 357, 8, 8, 1, 8, 1, 8, 3, 8, 361, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 367, 8, 8, 1, 8, 1, 8, 3, 8, 371, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 378, 8, 8, 1, 8, 1, 8, 1, 8, 3, 8, 383, 8, 8, 1, 8, 1, 8, 3, 8, 387, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 393, 8, 8, 1, 8, 1, 8, 3, 8, 397, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 416, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 422, 8, 8, 1, 8, 1, 8, 3, 8, 426, 8, 8, 1, 8, 1, 8, 3, 8, 430, 8, 8, 1, 8, 1, 8, 3, 8, 434, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 442, 8, 8, 1, 8, 1, 8, 3, 8, 446, 8, 8, 1, 8, 3, 8, 449, 8, 8, 1, 8, 1, 8, 1, 8, 3, 8, 454, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 460, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 5, 8, 467, 8, 8, 10, 8, 12, 8, 470, 9, 8, 1, 8, 1, 8, 1, 8, 3, 8, 475, 8, 8, 1, 8, 1, 8, 3, 8, 479, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 485, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 492, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 501, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 513, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 522, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 531, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 537, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 548, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 556, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 564, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 571, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 581, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 588, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 596, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 611, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 5, 8, 644, 8, 8, 10, 8, 12, 8, 647, 9, 8, 3, 8, 649, 8, 8, 1, 8, 3, 8, 652, 8, 8, 1, 8, 1, 8, 3, 8, 656, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 662, 8, 8, 1, 8, 1, 8, 1, 8, 3, 8, 667, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 674, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 680, 8, 8, 1, 8, 1, 8, 3, 8, 684, 8, 8, 1, 8, 1, 8, 3, 8, 688, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 696, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 702, 8, 8, 1, 8, 1, 8, 3, 8, 706, 8, 8, 1, 8, 1, 8, 3, 8, 710, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 724, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 732, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 751, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 5, 8, 774, 8, 8, 10, 8, 12, 8, 777, 9, 8, 3, 8, 779, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 786, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 793, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 802, 8, 8, 1, 8, 1, 8, 3, 8, 806, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 813, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 5, 8, 819, 8, 8, 10, 8, 12, 8, 822, 9, 8, 1, 8, 1, 8, 1, 8, 1, 8, 5, 8, 828, 8, 8, 10, 8, 12, 8, 831, 9, 8, 1, 8, 1, 8, 1, 8, 3, 8, 836, 8, 8, 1, 8, 1, 8, 1, 8, 3, 8, 841, 8, 8, 1, 8, 1, 8, 3, 8, 845, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 5, 8, 851, 8, 8, 10, 8, 12, 8, 854, 9, 8, 1, 8, 1, 8, 3, 8, 858, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 867, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 873, 8, 8, 1, 8, 1, 8, 1, 8, 5, 8, 878, 8, 8, 10, 8, 12, 8, 881, 9, 8, 1, 8, 1, 8, 1, 8, 1, 8, 5, 8, 887, 8, 8, 10, 8, 12, 8, 890, 9, 8, 1, 8, 1, 8, 1, 8, 3, 8, 895, 8, 8, 1, 8, 1, 8, 3, 8, 899, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 905, 8, 8, 1, 8, 1, 8, 1, 8, 5, 8, 910, 8, 8, 10, 8, 12, 8, 913, 9, 8, 1, 8, 1, 8, 3, 8, 917, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 5, 8, 928, 8, 8, 10, 8, 12, 8, 931, 9, 8, 1, 8, 1, 8, 3, 8, 935, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 947, 8, 8, 1, 8, 1, 8, 3, 8, 951, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 957, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 5, 8, 964, 8, 8, 10, 8, 12, 8, 967, 9, 8, 1, 8, 1, 8, 3, 8, 971, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 977, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1005, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1011, 8, 8, 3, 8, 1013, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1019, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1025, 8, 8, 3, 8, 1027, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1035, 8, 8, 3, 8, 1037, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1047, 8, 8, 3, 8, 1049, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1064, 8, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1069, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1076, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1086, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1092, 8, 8, 3, 8, 1094, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1102, 8, 8, 3, 8, 1104, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 5, 8, 1127, 8, 8, 10, 8, 12, 8, 1130, 9, 8, 3, 8, 1132, 8, 8, 1, 8, 1, 8, 3, 8, 1136, 8, 8, 1, 8, 1, 8, 3, 8, 1140, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 5, 8, 1156, 8, 8, 10, 8, 12, 8, 1159, 9, 8, 3, 8, 1161, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 5, 8, 1170, 8, 8, 10, 8, 12, 8, 1173, 9, 8, 3, 8, 1175, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1191, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 5, 8, 1199, 8, 8, 10, 8, 12, 8, 1202, 9, 8, 1, 8, 1, 8, 3, 8, 1206, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1212, 8, 8, 1, 8, 3, 8, 1215, 8, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 4, 8, 1222, 8, 8, 11, 8, 12, 8, 1223, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1236, 8, 8, 1, 9, 3, 9, 1239, 8, 9, 1, 9, 1, 9, 1, 10, 1, 10, 1, 10, 1, 10, 5, 10, 1247, 8, 10, 10, 10, 12, 10, 1250, 9, 10, 1, 11, 3, 11, 1253, 8, 11, 1, 11, 1, 11, 1, 12, 1, 12, 3, 12, 1259, 8, 12, 1, 12, 1, 12, 1, 12, 5, 12, 1264, 8, 12, 10, 12, 12, 12, 1267, 9, 12, 1, 13, 1, 13, 3, 13, 1271, 8, 13, 1, 14, 1, 14, 1, 14, 1, 14, 3, 14, 1277, 8, 14, 1, 14, 1, 14, 3, 14, 1281, 8, 14, 1, 14, 1, 14, 3, 14, 1285, 8, 14, 1, 15, 1, 15, 1, 15, 1, 15, 3, 15, 1291, 8, 15, 1, 16, 1, 16, 1, 16, 1, 16, 1, 17, 1, 17, 1, 17, 5, 17, 1300, 8, 17, 10, 17, 12, 17, 1303, 9, 17, 1, 18, 1, 18, 1, 18, 1, 18, 1, 19, 1, 19, 3, 19, 1311, 8, 19, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 5, 20, 1319, 8, 20, 10, 20, 12, 20, 1322, 9, 20, 3, 20, 1324, 8, 20, 1, 20, 1, 20, 1, 20, 3, 20, 1329, 8, 20, 3, 20, 1331, 8, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 3, 20, 1338, 8, 20, 1, 20, 1, 20, 1, 20, 1, 20, 3, 20, 1344, 8, 20, 3, 20, 1346, 8, 20, 1, 21, 1, 21, 3, 21, 1350, 8, 21, 1, 22, 1, 22, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 3, 23, 1360, 8, 23, 1, 23, 1, 23, 1, 23, 1, 23, 3, 23, 1366, 8, 23, 1, 23, 5, 23, 1369, 8, 23, 10, 23, 12, 23, 1372, 9, 23, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 5, 24, 1381, 8, 24, 10, 24, 12, 24, 1384, 9, 24, 1, 24, 1, 24, 1, 24, 1, 24, 3, 24, 1390, 8, 24, 1, 25, 1, 25, 3, 25, 1394, 8, 25, 1, 25, 3, 25, 1397, 8, 25, 1, 25, 1, 25, 3, 25, 1401, 8, 25, 1, 26, 1, 26, 3, 26, 1405, 8, 26, 1, 26, 1, 26, 1, 26, 5, 26, 1410, 8, 26, 10, 26, 12, 26, 1413, 9, 26, 1, 26, 1, 26, 1, 26, 1, 26, 5, 26, 1419, 8, 26, 10, 26, 12, 26, 1422, 9, 26, 3, 26, 1424, 8, 26, 1, 26, 1, 26, 3, 26, 1428, 8, 26, 1, 26, 1, 26, 1, 26, 3, 26, 1433, 8, 26, 1, 26, 1, 26, 3, 26, 1437, 8, 26, 1, 26, 1, 26, 1, 26, 1, 26, 5, 26, 1443, 8, 26, 10, 26, 12, 26, 1446, 9, 26, 3, 26, 1448, 8, 26, 1, 27, 3, 27, 1451, 8, 27, 1, 27, 1, 27, 1, 27, 5, 27, 1456, 8, 27, 10, 27, 12, 27, 1459, 9, 27, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 5, 28, 1467, 8, 28, 10, 28, 12, 28, 1470, 9, 28, 3, 28, 1472, 8, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 5, 28, 1480, 8, 28, 10, 28, 12, 28, 1483, 9, 28, 3, 28, 1485, 8, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 5, 28, 1494, 8, 28, 10, 28, 12, 28, 1497, 9, 28, 1, 28, 1, 28, 3, 28, 1501, 8, 28, 1, 29, 1, 29, 1, 29, 1, 29, 5, 29, 1507, 8, 29, 10, 29, 12, 29, 1510, 9, 29, 3, 29, 1512, 8, 29, 1, 29, 1, 29, 3, 29, 1516, 8, 29, 1, 30, 1, 30, 3, 30, 1520, 8, 30, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 32, 3, 32, 1529, 8, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 5, 32, 1536, 8, 32, 10, 32, 12, 32, 1539, 9, 32, 3, 32, 1541, 8, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 5, 32, 1548, 8, 32, 10, 32, 12, 32, 1551, 9, 32, 3, 32, 1553, 8, 32, 1, 32, 3, 32, 1556, 8, 32, 1, 33, 1, 33, 3, 33, 1560, 8, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 34, 1, 34, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 3, 35, 1575, 8, 35, 1, 35, 1, 35, 3, 35, 1579, 8, 35, 1, 35, 3, 35, 1582, 8, 35, 1, 35, 3, 35, 1585, 8, 35, 3, 35, 1587, 8, 35, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1606, 8, 36, 5, 36, 1608, 8, 36, 10, 36, 12, 36, 1611, 9, 36, 1, 37, 3, 37, 1614, 8, 37, 1, 37, 1, 37, 3, 37, 1618, 8, 37, 1, 37, 1, 37, 3, 37, 1622, 8, 37, 1, 37, 1, 37, 3, 37, 1626, 8, 37, 3, 37, 1628, 8, 37, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 5, 38, 1637, 8, 38, 10, 38, 12, 38, 1640, 9, 38, 1, 38, 1, 38, 3, 38, 1644, 8, 38, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 3, 39, 1653, 8, 39, 1, 40, 1, 40, 1, 41, 1, 41, 1, 42, 1, 42, 1, 42, 3, 42, 1662, 8, 42, 1, 42, 3, 42, 1665, 8, 42, 1, 43, 1, 43, 1, 43, 1, 43, 3, 43, 1671, 8, 43, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 5, 44, 1681, 8, 44, 10, 44, 12, 44, 1684, 9, 44, 3, 44, 1686, 8, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 5, 44, 1693, 8, 44, 10, 44, 12, 44, 1696, 9, 44, 3, 44, 1698, 8, 44, 1, 44, 1, 44, 1, 44, 1, 44, 5, 44, 1704, 8, 44, 10, 44, 12, 44, 1707, 9, 44, 3, 44, 1709, 8, 44, 1, 44, 3, 44, 1712, 8, 44, 1, 44, 1, 44, 1, 44, 3, 44, 1717, 8, 44, 1, 44, 3, 44, 1720, 8, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 5, 44, 1730, 8, 44, 10, 44, 12, 44, 1733, 9, 44, 3, 44, 1735, 8, 44, 1, 44, 1, 44, 1, 44, 1, 44, 5, 44, 1741, 8, 44, 10, 44, 12, 44, 1744, 9, 44, 1, 44, 1, 44, 3, 44, 1748, 8, 44, 1, 44, 1, 44, 3, 44, 1752, 8, 44, 3, 44, 1754, 8, 44, 3, 44, 1756, 8, 44, 1, 45, 1, 45, 1, 45, 1, 45, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 3, 46, 1771, 8, 46, 3, 46, 1773, 8, 46, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 3, 47, 1784, 8, 47, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 1805, 8, 48, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 5, 49, 1813, 8, 49, 10, 49, 12, 49, 1816, 9, 49, 1, 49, 1, 49, 1, 50, 1, 50, 1, 50, 1, 50, 1, 51, 1, 51, 3, 51, 1826, 8, 51, 1, 51, 1, 51, 3, 51, 1830, 8, 51, 3, 51, 1832, 8, 51, 1, 52, 1, 52, 1, 52, 1, 52, 5, 52, 1838, 8, 52, 10, 52, 12, 52, 1841, 9, 52, 1, 52, 1, 52, 1, 53, 1, 53, 1, 53, 1, 53, 5, 53, 1849, 8, 53, 10, 53, 12, 53, 1852, 9, 53, 1, 53, 1, 53, 1, 54, 1, 54, 1, 54, 1, 54, 5, 54, 1860, 8, 54, 10, 54, 12, 54, 1863, 9, 54, 1, 54, 1, 54, 1, 55, 1, 55, 3, 55, 1869, 8, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 5, 55, 1880, 8, 55, 10, 55, 12, 55, 1883, 9, 55, 1, 55, 1, 55, 1, 55, 3, 55, 1888, 8, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 5, 55, 1912, 8, 55, 10, 55, 12, 55, 1915, 9, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 3, 55, 1929, 8, 55, 1, 55, 1, 55, 1, 55, 3, 55, 1934, 8, 55, 1, 55, 1, 55, 3, 55, 1938, 8, 55, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 3, 56, 1948, 8, 56, 1, 56, 1, 56, 1, 56, 1, 56, 3, 56, 1954, 8, 56, 1, 56, 1, 56, 1, 56, 1, 56, 3, 56, 1960, 8, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 3, 56, 1968, 8, 56, 1, 56, 1, 56, 1, 56, 3, 56, 1973, 8, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 3, 56, 1980, 8, 56, 3, 56, 1982, 8, 56, 1, 56, 1, 56, 1, 56, 1, 56, 3, 56, 1988, 8, 56, 1, 56, 1, 56, 1, 56, 1, 56, 3, 56, 1994, 8, 56, 1, 56, 1, 56, 3, 56, 1998, 8, 56, 1, 56, 1, 56, 1, 56, 3, 56, 2003, 8, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 5, 56, 2010, 8, 56, 10, 56, 12, 56, 2013, 9, 56, 1, 56, 1, 56, 3, 56, 2017, 8, 56, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 5, 57, 2029, 8, 57, 10, 57, 12, 57, 2032, 9, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 5, 57, 2039, 8, 57, 10, 57, 12, 57, 2042, 9, 57, 3, 57, 2044, 8, 57, 1, 58, 1, 58, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 3, 59, 2053, 8, 59, 1, 60, 1, 60, 1, 60, 3, 60, 2058, 8, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2063, 8, 60, 3, 60, 2065, 8, 60, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 5, 61, 2072, 8, 61, 10, 61, 12, 61, 2075, 9, 61, 3, 61, 2077, 8, 61, 1, 61, 1, 61, 1, 61, 1, 61, 5, 61, 2083, 8, 61, 10, 61, 12, 61, 2086, 9, 61, 3, 61, 2088, 8, 61, 1, 61, 1, 61, 1, 62, 1, 62, 1, 62, 3, 62, 2095, 8, 62, 1, 62, 1, 62, 1, 62, 3, 62, 2100, 8, 62, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 5, 63, 2109, 8, 63, 10, 63, 12, 63, 2112, 9, 63, 3, 63, 2114, 8, 63, 1, 63, 1, 63, 3, 63, 2118, 8, 63, 3, 63, 2120, 8, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 3, 63, 2128, 8, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 5, 63, 2136, 8, 63, 10, 63, 12, 63, 2139, 9, 63, 1, 63, 1, 63, 1, 63, 3, 63, 2144, 8, 63, 3, 63, 2146, 8, 63, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 3, 64, 2153, 8, 64, 1, 64, 1, 64, 3, 64, 2157, 8, 64, 3, 64, 2159, 8, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 3, 64, 2166, 8, 64, 1, 64, 1, 64, 3, 64, 2170, 8, 64, 3, 64, 2172, 8, 64, 3, 64, 2174, 8, 64, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 5, 65, 2181, 8, 65, 10, 65, 12, 65, 2184, 9, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 3, 65, 2194, 8, 65, 1, 66, 1, 66, 3, 66, 2198, 8, 66, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 5, 67, 2206, 8, 67, 10, 67, 12, 67, 2209, 9, 67, 1, 67, 1, 67, 1, 68, 1, 68, 1, 69, 1, 69, 1, 69, 3, 69, 2218, 8, 69, 1, 69, 1, 69, 3, 69, 2222, 8, 69, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 5, 69, 2230, 8, 69, 10, 69, 12, 69, 2233, 9, 69, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 3, 70, 2245, 8, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 3, 70, 2253, 8, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 5, 70, 2260, 8, 70, 10, 70, 12, 70, 2263, 9, 70, 1, 70, 1, 70, 1, 70, 3, 70, 2268, 8, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 3, 70, 2276, 8, 70, 1, 70, 1, 70, 1, 70, 1, 70, 3, 70, 2282, 8, 70, 1, 70, 1, 70, 3, 70, 2286, 8, 70, 1, 70, 1, 70, 1, 70, 3, 70, 2291, 8, 70, 1, 70, 1, 70, 1, 70, 3, 70, 2296, 8, 70, 1, 71, 1, 71, 1, 71, 1, 71, 3, 71, 2302, 8, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 5, 71, 2316, 8, 71, 10, 71, 12, 71, 2319, 9, 71, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 4, 72, 2346, 8, 72, 11, 72, 12, 72, 2347, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 5, 72, 2357, 8, 72, 10, 72, 12, 72, 2360, 9, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2367, 8, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2372, 8, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2377, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 5, 72, 2388, 8, 72, 10, 72, 12, 72, 2391, 9, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2396, 8, 72, 1, 72, 3, 72, 2399, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2406, 8, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2411, 8, 72, 1, 72, 3, 72, 2414, 8, 72, 1, 72, 3, 72, 2417, 8, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2422, 8, 72, 1, 72, 1, 72, 1, 72, 5, 72, 2427, 8, 72, 10, 72, 12, 72, 2430, 9, 72, 3, 72, 2432, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 5, 72, 2439, 8, 72, 10, 72, 12, 72, 2442, 9, 72, 3, 72, 2444, 8, 72, 1, 72, 1, 72, 3, 72, 2448, 8, 72, 1, 72, 3, 72, 2451, 8, 72, 1, 72, 3, 72, 2454, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 5, 72, 2467, 8, 72, 10, 72, 12, 72, 2470, 9, 72, 3, 72, 2472, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 4, 72, 2489, 8, 72, 11, 72, 12, 72, 2490, 1, 72, 1, 72, 3, 72, 2495, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 4, 72, 2501, 8, 72, 11, 72, 12, 72, 2502, 1, 72, 1, 72, 3, 72, 2507, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 5, 72, 2530, 8, 72, 10, 72, 12, 72, 2533, 9, 72, 3, 72, 2535, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2544, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2550, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2556, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2562, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2571, 8, 72, 1, 72, 3, 72, 2574, 8, 72, 1, 72, 3, 72, 2577, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2596, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2605, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 5, 72, 2625, 8, 72, 10, 72, 12, 72, 2628, 9, 72, 3, 72, 2630, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2640, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2649, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2655, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2661, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2672, 8, 72, 3, 72, 2674, 8, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2679, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2686, 8, 72, 3, 72, 2688, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2694, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2700, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 5, 72, 2709, 8, 72, 10, 72, 12, 72, 2712, 9, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2720, 8, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2725, 8, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2730, 8, 72, 3, 72, 2732, 8, 72, 3, 72, 2734, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2740, 8, 72, 3, 72, 2742, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 5, 72, 2750, 8, 72, 10, 72, 12, 72, 2753, 9, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2761, 8, 72, 3, 72, 2763, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 2769, 8, 72, 3, 72, 2771, 8, 72, 1, 72, 3, 72, 2774, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 5, 72, 2784, 8, 72, 10, 72, 12, 72, 2787, 9, 72, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 2794, 8, 73, 1, 73, 1, 73, 1, 73, 1, 73, 5, 73, 2800, 8, 73, 10, 73, 12, 73, 2803, 9, 73, 3, 73, 2805, 8, 73, 1, 74, 1, 74, 1, 74, 3, 74, 2810, 8, 74, 1, 75, 1, 75, 1, 75, 3, 75, 2815, 8, 75, 1, 76, 1, 76, 1, 76, 1, 76, 1, 77, 1, 77, 1, 78, 1, 78, 1, 78, 1, 78, 3, 78, 2827, 8, 78, 1, 79, 1, 79, 3, 79, 2831, 8, 79, 1, 79, 1, 79, 3, 79, 2835, 8, 79, 1, 79, 3, 79, 2838, 8, 79, 3, 79, 2840, 8, 79, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 3, 80, 2848, 8, 80, 1, 81, 3, 81, 2851, 8, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 3, 81, 2861, 8, 81, 1, 82, 1, 82, 1, 83, 1, 83, 1, 83, 1, 83, 3, 83, 2869, 8, 83, 1, 84, 1, 84, 1, 84, 1, 84, 3, 84, 2875, 8, 84, 3, 84, 2877, 8, 84, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 3, 85, 2885, 8, 85, 1, 86, 1, 86, 1, 87, 1, 87, 1, 88, 1, 88, 1, 89, 1, 89, 3, 89, 2895, 8, 89, 1, 89, 1, 89, 1, 89, 1, 89, 3, 89, 2901, 8, 89, 1, 90, 1, 90, 1, 91, 1, 91, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 5, 92, 2913, 8, 92, 10, 92, 12, 92, 2916, 9, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 3, 92, 2924, 8, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 3, 92, 2931, 8, 92, 1, 92, 1, 92, 1, 92, 3, 92, 2936, 8, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 3, 92, 2943, 8, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 3, 92, 2953, 8, 92, 1, 92, 1, 92, 1, 92, 3, 92, 2958, 8, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 3, 92, 2965, 8, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 5, 92, 2989, 8, 92, 10, 92, 12, 92, 2992, 9, 92, 1, 92, 1, 92, 3, 92, 2996, 8, 92, 3, 92, 2998, 8, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 3, 92, 3005, 8, 92, 5, 92, 3007, 8, 92, 10, 92, 12, 92, 3010, 9, 92, 1, 93, 1, 93, 1, 93, 1, 93, 3, 93, 3016, 8, 93, 1, 94, 1, 94, 3, 94, 3020, 8, 94, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 97, 1, 97, 1, 97, 1, 97, 3, 97, 3037, 8, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 5, 97, 3050, 8, 97, 10, 97, 12, 97, 3053, 9, 97, 1, 97, 1, 97, 1, 97, 1, 97, 3, 97, 3059, 8, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 3, 97, 3068, 8, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 5, 97, 3076, 8, 97, 10, 97, 12, 97, 3079, 9, 97, 1, 97, 1, 97, 3, 97, 3083, 8, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 5, 97, 3090, 8, 97, 10, 97, 12, 97, 3093, 9, 97, 1, 97, 1, 97, 3, 97, 3097, 8, 97, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 3, 98, 3105, 8, 98, 1, 99, 1, 99, 1, 99, 1, 99, 5, 99, 3111, 8, 99, 10, 99, 12, 99, 3114, 9, 99, 3, 99, 3116, 8, 99, 1, 99, 1, 99, 1, 99, 1, 99, 3, 99, 3122, 8, 99, 1, 99, 3, 99, 3125, 8, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 3, 99, 3132, 8, 99, 1, 99, 1, 99, 1, 99, 1, 99, 5, 99, 3138, 8, 99, 10, 99, 12, 99, 3141, 9, 99, 3, 99, 3143, 8, 99, 1, 99, 1, 99, 1, 99, 1, 99, 5, 99, 3149, 8, 99, 10, 99, 12, 99, 3152, 9, 99, 3, 99, 3154, 8, 99, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 3, 100, 3180, 8, 100, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 3, 101, 3191, 8, 101, 1, 102, 1, 102, 1, 102, 3, 102, 3196, 8, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 5, 102, 3203, 8, 102, 10, 102, 12, 102, 3206, 9, 102, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 5, 103, 3216, 8, 103, 10, 103, 12, 103, 3219, 9, 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, 3233, 8, 103, 1, 104, 1, 104, 3, 104, 3237, 8, 104, 1, 104, 1, 104, 3, 104, 3241, 8, 104, 1, 104, 1, 104, 3, 104, 3245, 8, 104, 1, 104, 1, 104, 1, 104, 1, 104, 3, 104, 3251, 8, 104, 1, 104, 1, 104, 3, 104, 3255, 8, 104, 1, 104, 1, 104, 3, 104, 3259, 8, 104, 1, 104, 1, 104, 3, 104, 3263, 8, 104, 3, 104, 3265, 8, 104, 1, 105, 1, 105, 1, 105, 1, 105, 1, 106, 1, 106, 1, 106, 1, 106, 3, 106, 3275, 8, 106, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 3, 107, 3282, 8, 107, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 3, 108, 3291, 8, 108, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 3, 109, 3298, 8, 109, 1, 110, 1, 110, 1, 110, 1, 110, 1, 110, 3, 110, 3305, 8, 110, 1, 111, 1, 111, 1, 111, 5, 111, 3310, 8, 111, 10, 111, 12, 111, 3313, 9, 111, 1, 112, 1, 112, 1, 112, 1, 112, 5, 112, 3319, 8, 112, 10, 112, 12, 112, 3322, 9, 112, 1, 112, 1, 112, 1, 113, 1, 113, 1, 113, 1, 113, 1, 113, 5, 113, 3331, 8, 113, 10, 113, 12, 113, 3334, 9, 113, 3, 113, 3336, 8, 113, 1, 113, 1, 113, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 5, 114, 3345, 8, 114, 10, 114, 12, 114, 3348, 9, 114, 3, 114, 3350, 8, 114, 1, 114, 1, 114, 1, 115, 3, 115, 3355, 8, 115, 1, 115, 1, 115, 1, 116, 1, 116, 1, 116, 1, 117, 1, 117, 1, 117, 3, 117, 3365, 8, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 3, 117, 3381, 8, 117, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 4, 118, 3393, 8, 118, 11, 118, 12, 118, 3394, 1, 118, 3, 118, 3398, 8, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 4, 118, 3405, 8, 118, 11, 118, 12, 118, 3406, 1, 118, 3, 118, 3410, 8, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 5, 118, 3420, 8, 118, 10, 118, 12, 118, 3423, 9, 118, 1, 118, 3, 118, 3426, 8, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 5, 118, 3439, 8, 118, 10, 118, 12, 118, 3442, 9, 118, 1, 118, 3, 118, 3445, 8, 118, 1, 118, 1, 118, 1, 118, 1, 118, 3, 118, 3451, 8, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 3, 118, 3461, 8, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 3, 118, 3473, 8, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 3, 118, 3482, 8, 118, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 121, 1, 121, 1, 121, 1, 122, 1, 122, 1, 122, 1, 122, 5, 122, 3501, 8, 122, 10, 122, 12, 122, 3504, 9, 122, 1, 122, 1, 122, 1, 122, 3, 122, 3509, 8, 122, 1, 123, 1, 123, 1, 123, 4, 123, 3514, 8, 123, 11, 123, 12, 123, 3515, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 3, 124, 3524, 8, 124, 1, 125, 1, 125, 1, 125, 3, 125, 3529, 8, 125, 1, 126, 3, 126, 3532, 8, 126, 1, 126, 1, 126, 1, 127, 1, 127, 3, 127, 3538, 8, 127, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 3, 128, 3551, 8, 128, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 3, 129, 3564, 8, 129, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 3, 130, 3577, 8, 130, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 3, 131, 3590, 8, 131, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 3, 132, 3597, 8, 132, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 3, 133, 3604, 8, 133, 1, 134, 1, 134, 1, 135, 1, 135, 1, 136, 1, 136, 1, 137, 1, 137, 1, 138, 1, 138, 3, 138, 3616, 8, 138, 1, 139, 1, 139, 1, 140, 1, 140, 1, 141, 1, 141, 1, 141, 5, 141, 3625, 8, 141, 10, 141, 12, 141, 3628, 9, 141, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 143, 1, 143, 1, 144, 1, 144, 1, 144, 3, 144, 3641, 8, 144, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 3, 145, 3648, 8, 145, 1, 146, 1, 146, 1, 146, 5, 146, 3653, 8, 146, 10, 146, 12, 146, 3656, 9, 146, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 3, 147, 3665, 8, 147, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 3, 148, 3672, 8, 148, 1, 149, 3, 149, 3675, 8, 149, 1, 149, 1, 149, 3, 149, 3679, 8, 149, 1, 149, 1, 149, 3, 149, 3683, 8, 149, 1, 149, 3, 149, 3686, 8, 149, 1, 150, 1, 150, 3, 150, 3690, 8, 150, 1, 151, 1, 151, 1, 151, 0, 7, 46, 72, 138, 142, 144, 184, 204, 152, 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, 0, 35, 2, 0, 39, 39, 229, 229, 2, 0, 72, 72, 131, 131, 2, 0, 105, 105, 122, 122, 2, 0, 92, 92, 123, 123, 1, 0, 239, 240, 2, 0, 101, 101, 174, 174, 2, 0, 324, 324, 329, 329, 2, 0, 91, 91, 281, 281, 2, 0, 29, 29, 75, 75, 2, 0, 101, 101, 148, 148, 2, 0, 22, 22, 79, 79, 2, 0, 33, 33, 259, 259, 3, 0, 35, 35, 150, 150, 270, 270, 2, 0, 124, 124, 247, 247, 2, 0, 85, 85, 89, 89, 2, 0, 144, 144, 189, 189, 2, 0, 125, 125, 197, 197, 2, 0, 54, 54, 281, 281, 1, 0, 318, 319, 1, 0, 320, 322, 1, 0, 291, 293, 4, 0, 89, 89, 97, 97, 273, 273, 283, 283, 2, 0, 49, 49, 280, 280, 2, 0, 100, 100, 241, 241, 1, 0, 312, 317, 3, 0, 22, 22, 26, 26, 254, 254, 2, 0, 97, 97, 273, 273, 5, 0, 67, 67, 118, 118, 170, 171, 245, 245, 310, 310, 1, 0, 175, 178, 2, 0, 102, 102, 212, 212, 3, 0, 113, 113, 137, 137, 263, 263, 4, 0, 80, 80, 132, 132, 160, 160, 294, 294, 2, 0, 192, 192, 309, 309, 2, 0, 268, 268, 298, 298, 54, 0, 18, 22, 24, 24, 26, 27, 29, 33, 35, 35, 37, 39, 42, 49, 51, 52, 56, 56, 65, 67, 69, 72, 74, 75, 77, 78, 80, 82, 85, 87, 89, 89, 92, 92, 95, 95, 98, 102, 104, 104, 107, 113, 116, 116, 118, 121, 123, 124, 126, 126, 129, 129, 131, 132, 134, 135, 137, 137, 144, 151, 153, 153, 155, 155, 157, 157, 160, 171, 173, 180, 184, 189, 191, 193, 196, 196, 198, 213, 215, 220, 222, 233, 235, 237, 239, 247, 249, 259, 261, 264, 266, 271, 274, 276, 278, 280, 282, 284, 286, 289, 291, 295, 297, 299, 302, 303, 305, 311, 4248, 0, 307, 1, 0, 0, 0, 2, 312, 1, 0, 0, 0, 4, 314, 1, 0, 0, 0, 6, 318, 1, 0, 0, 0, 8, 322, 1, 0, 0, 0, 10, 326, 1, 0, 0, 0, 12, 330, 1, 0, 0, 0, 14, 334, 1, 0, 0, 0, 16, 1235, 1, 0, 0, 0, 18, 1238, 1, 0, 0, 0, 20, 1242, 1, 0, 0, 0, 22, 1252, 1, 0, 0, 0, 24, 1256, 1, 0, 0, 0, 26, 1270, 1, 0, 0, 0, 28, 1272, 1, 0, 0, 0, 30, 1286, 1, 0, 0, 0, 32, 1292, 1, 0, 0, 0, 34, 1296, 1, 0, 0, 0, 36, 1304, 1, 0, 0, 0, 38, 1310, 1, 0, 0, 0, 40, 1312, 1, 0, 0, 0, 42, 1349, 1, 0, 0, 0, 44, 1351, 1, 0, 0, 0, 46, 1353, 1, 0, 0, 0, 48, 1389, 1, 0, 0, 0, 50, 1393, 1, 0, 0, 0, 52, 1402, 1, 0, 0, 0, 54, 1450, 1, 0, 0, 0, 56, 1500, 1, 0, 0, 0, 58, 1515, 1, 0, 0, 0, 60, 1519, 1, 0, 0, 0, 62, 1521, 1, 0, 0, 0, 64, 1528, 1, 0, 0, 0, 66, 1557, 1, 0, 0, 0, 68, 1566, 1, 0, 0, 0, 70, 1586, 1, 0, 0, 0, 72, 1588, 1, 0, 0, 0, 74, 1627, 1, 0, 0, 0, 76, 1643, 1, 0, 0, 0, 78, 1645, 1, 0, 0, 0, 80, 1654, 1, 0, 0, 0, 82, 1656, 1, 0, 0, 0, 84, 1664, 1, 0, 0, 0, 86, 1670, 1, 0, 0, 0, 88, 1672, 1, 0, 0, 0, 90, 1757, 1, 0, 0, 0, 92, 1772, 1, 0, 0, 0, 94, 1783, 1, 0, 0, 0, 96, 1804, 1, 0, 0, 0, 98, 1806, 1, 0, 0, 0, 100, 1819, 1, 0, 0, 0, 102, 1823, 1, 0, 0, 0, 104, 1833, 1, 0, 0, 0, 106, 1844, 1, 0, 0, 0, 108, 1855, 1, 0, 0, 0, 110, 1937, 1, 0, 0, 0, 112, 2016, 1, 0, 0, 0, 114, 2043, 1, 0, 0, 0, 116, 2045, 1, 0, 0, 0, 118, 2052, 1, 0, 0, 0, 120, 2064, 1, 0, 0, 0, 122, 2066, 1, 0, 0, 0, 124, 2094, 1, 0, 0, 0, 126, 2101, 1, 0, 0, 0, 128, 2173, 1, 0, 0, 0, 130, 2193, 1, 0, 0, 0, 132, 2195, 1, 0, 0, 0, 134, 2199, 1, 0, 0, 0, 136, 2212, 1, 0, 0, 0, 138, 2221, 1, 0, 0, 0, 140, 2295, 1, 0, 0, 0, 142, 2301, 1, 0, 0, 0, 144, 2773, 1, 0, 0, 0, 146, 2788, 1, 0, 0, 0, 148, 2806, 1, 0, 0, 0, 150, 2811, 1, 0, 0, 0, 152, 2816, 1, 0, 0, 0, 154, 2820, 1, 0, 0, 0, 156, 2826, 1, 0, 0, 0, 158, 2839, 1, 0, 0, 0, 160, 2847, 1, 0, 0, 0, 162, 2860, 1, 0, 0, 0, 164, 2862, 1, 0, 0, 0, 166, 2868, 1, 0, 0, 0, 168, 2876, 1, 0, 0, 0, 170, 2884, 1, 0, 0, 0, 172, 2886, 1, 0, 0, 0, 174, 2888, 1, 0, 0, 0, 176, 2890, 1, 0, 0, 0, 178, 2892, 1, 0, 0, 0, 180, 2902, 1, 0, 0, 0, 182, 2904, 1, 0, 0, 0, 184, 2997, 1, 0, 0, 0, 186, 3015, 1, 0, 0, 0, 188, 3019, 1, 0, 0, 0, 190, 3021, 1, 0, 0, 0, 192, 3026, 1, 0, 0, 0, 194, 3096, 1, 0, 0, 0, 196, 3098, 1, 0, 0, 0, 198, 3115, 1, 0, 0, 0, 200, 3179, 1, 0, 0, 0, 202, 3190, 1, 0, 0, 0, 204, 3192, 1, 0, 0, 0, 206, 3232, 1, 0, 0, 0, 208, 3264, 1, 0, 0, 0, 210, 3266, 1, 0, 0, 0, 212, 3274, 1, 0, 0, 0, 214, 3281, 1, 0, 0, 0, 216, 3290, 1, 0, 0, 0, 218, 3297, 1, 0, 0, 0, 220, 3304, 1, 0, 0, 0, 222, 3306, 1, 0, 0, 0, 224, 3314, 1, 0, 0, 0, 226, 3325, 1, 0, 0, 0, 228, 3339, 1, 0, 0, 0, 230, 3354, 1, 0, 0, 0, 232, 3358, 1, 0, 0, 0, 234, 3380, 1, 0, 0, 0, 236, 3481, 1, 0, 0, 0, 238, 3483, 1, 0, 0, 0, 240, 3488, 1, 0, 0, 0, 242, 3493, 1, 0, 0, 0, 244, 3496, 1, 0, 0, 0, 246, 3513, 1, 0, 0, 0, 248, 3523, 1, 0, 0, 0, 250, 3528, 1, 0, 0, 0, 252, 3531, 1, 0, 0, 0, 254, 3537, 1, 0, 0, 0, 256, 3550, 1, 0, 0, 0, 258, 3563, 1, 0, 0, 0, 260, 3576, 1, 0, 0, 0, 262, 3589, 1, 0, 0, 0, 264, 3596, 1, 0, 0, 0, 266, 3603, 1, 0, 0, 0, 268, 3605, 1, 0, 0, 0, 270, 3607, 1, 0, 0, 0, 272, 3609, 1, 0, 0, 0, 274, 3611, 1, 0, 0, 0, 276, 3615, 1, 0, 0, 0, 278, 3617, 1, 0, 0, 0, 280, 3619, 1, 0, 0, 0, 282, 3621, 1, 0, 0, 0, 284, 3629, 1, 0, 0, 0, 286, 3635, 1, 0, 0, 0, 288, 3640, 1, 0, 0, 0, 290, 3647, 1, 0, 0, 0, 292, 3649, 1, 0, 0, 0, 294, 3664, 1, 0, 0, 0, 296, 3671, 1, 0, 0, 0, 298, 3685, 1, 0, 0, 0, 300, 3689, 1, 0, 0, 0, 302, 3691, 1, 0, 0, 0, 304, 306, 3, 2, 1, 0, 305, 304, 1, 0, 0, 0, 306, 309, 1, 0, 0, 0, 307, 305, 1, 0, 0, 0, 307, 308, 1, 0, 0, 0, 308, 310, 1, 0, 0, 0, 309, 307, 1, 0, 0, 0, 310, 311, 5, 0, 0, 1, 311, 1, 1, 0, 0, 0, 312, 313, 3, 4, 2, 0, 313, 3, 1, 0, 0, 0, 314, 316, 3, 16, 8, 0, 315, 317, 5, 325, 0, 0, 316, 315, 1, 0, 0, 0, 316, 317, 1, 0, 0, 0, 317, 5, 1, 0, 0, 0, 318, 320, 3, 136, 68, 0, 319, 321, 5, 325, 0, 0, 320, 319, 1, 0, 0, 0, 320, 321, 1, 0, 0, 0, 321, 7, 1, 0, 0, 0, 322, 324, 3, 222, 111, 0, 323, 325, 5, 325, 0, 0, 324, 323, 1, 0, 0, 0, 324, 325, 1, 0, 0, 0, 325, 9, 1, 0, 0, 0, 326, 328, 3, 184, 92, 0, 327, 329, 5, 325, 0, 0, 328, 327, 1, 0, 0, 0, 328, 329, 1, 0, 0, 0, 329, 11, 1, 0, 0, 0, 330, 332, 3, 204, 102, 0, 331, 333, 5, 325, 0, 0, 332, 331, 1, 0, 0, 0, 332, 333, 1, 0, 0, 0, 333, 13, 1, 0, 0, 0, 334, 335, 3, 224, 112, 0, 335, 336, 5, 0, 0, 1, 336, 15, 1, 0, 0, 0, 337, 1236, 3, 18, 9, 0, 338, 339, 5, 288, 0, 0, 339, 1236, 3, 264, 132, 0, 340, 341, 5, 53, 0, 0, 341, 345, 5, 42, 0, 0, 342, 343, 5, 119, 0, 0, 343, 344, 5, 182, 0, 0, 344, 346, 5, 94, 0, 0, 345, 342, 1, 0, 0, 0, 345, 346, 1, 0, 0, 0, 346, 347, 1, 0, 0, 0, 347, 348, 3, 270, 135, 0, 348, 349, 5, 290, 0, 0, 349, 352, 3, 296, 148, 0, 350, 351, 5, 46, 0, 0, 351, 353, 3, 168, 84, 0, 352, 350, 1, 0, 0, 0, 352, 353, 1, 0, 0, 0, 353, 356, 1, 0, 0, 0, 354, 355, 5, 31, 0, 0, 355, 357, 3, 290, 145, 0, 356, 354, 1, 0, 0, 0, 356, 357, 1, 0, 0, 0, 357, 360, 1, 0, 0, 0, 358, 359, 5, 304, 0, 0, 359, 361, 3, 32, 16, 0, 360, 358, 1, 0, 0, 0, 360, 361, 1, 0, 0, 0, 361, 1236, 1, 0, 0, 0, 362, 363, 5, 83, 0, 0, 363, 366, 5, 42, 0, 0, 364, 365, 5, 119, 0, 0, 365, 367, 5, 94, 0, 0, 366, 364, 1, 0, 0, 0, 366, 367, 1, 0, 0, 0, 367, 368, 1, 0, 0, 0, 368, 370, 3, 268, 134, 0, 369, 371, 7, 0, 0, 0, 370, 369, 1, 0, 0, 0, 370, 371, 1, 0, 0, 0, 371, 1236, 1, 0, 0, 0, 372, 373, 5, 53, 0, 0, 373, 377, 5, 243, 0, 0, 374, 375, 5, 119, 0, 0, 375, 376, 5, 182, 0, 0, 376, 378, 5, 94, 0, 0, 377, 374, 1, 0, 0, 0, 377, 378, 1, 0, 0, 0, 378, 379, 1, 0, 0, 0, 379, 382, 3, 266, 133, 0, 380, 381, 5, 31, 0, 0, 381, 383, 3, 290, 145, 0, 382, 380, 1, 0, 0, 0, 382, 383, 1, 0, 0, 0, 383, 386, 1, 0, 0, 0, 384, 385, 5, 304, 0, 0, 385, 387, 3, 32, 16, 0, 386, 384, 1, 0, 0, 0, 386, 387, 1, 0, 0, 0, 387, 1236, 1, 0, 0, 0, 388, 389, 5, 83, 0, 0, 389, 392, 5, 243, 0, 0, 390, 391, 5, 119, 0, 0, 391, 393, 5, 94, 0, 0, 392, 390, 1, 0, 0, 0, 392, 393, 1, 0, 0, 0, 393, 394, 1, 0, 0, 0, 394, 396, 3, 264, 132, 0, 395, 397, 7, 0, 0, 0, 396, 395, 1, 0, 0, 0, 396, 397, 1, 0, 0, 0, 397, 1236, 1, 0, 0, 0, 398, 399, 5, 23, 0, 0, 399, 400, 5, 243, 0, 0, 400, 401, 3, 264, 132, 0, 401, 402, 5, 223, 0, 0, 402, 403, 5, 269, 0, 0, 403, 404, 3, 266, 133, 0, 404, 1236, 1, 0, 0, 0, 405, 406, 5, 23, 0, 0, 406, 407, 5, 243, 0, 0, 407, 408, 3, 264, 132, 0, 408, 409, 5, 251, 0, 0, 409, 410, 5, 31, 0, 0, 410, 411, 3, 290, 145, 0, 411, 1236, 1, 0, 0, 0, 412, 415, 5, 53, 0, 0, 413, 414, 5, 194, 0, 0, 414, 416, 5, 226, 0, 0, 415, 413, 1, 0, 0, 0, 415, 416, 1, 0, 0, 0, 416, 417, 1, 0, 0, 0, 417, 421, 5, 260, 0, 0, 418, 419, 5, 119, 0, 0, 419, 420, 5, 182, 0, 0, 420, 422, 5, 94, 0, 0, 421, 418, 1, 0, 0, 0, 421, 422, 1, 0, 0, 0, 422, 423, 1, 0, 0, 0, 423, 425, 3, 258, 129, 0, 424, 426, 3, 104, 52, 0, 425, 424, 1, 0, 0, 0, 425, 426, 1, 0, 0, 0, 426, 429, 1, 0, 0, 0, 427, 428, 5, 46, 0, 0, 428, 430, 3, 168, 84, 0, 429, 427, 1, 0, 0, 0, 429, 430, 1, 0, 0, 0, 430, 433, 1, 0, 0, 0, 431, 432, 5, 304, 0, 0, 432, 434, 3, 32, 16, 0, 433, 431, 1, 0, 0, 0, 433, 434, 1, 0, 0, 0, 434, 435, 1, 0, 0, 0, 435, 441, 5, 28, 0, 0, 436, 442, 3, 18, 9, 0, 437, 438, 5, 1, 0, 0, 438, 439, 3, 18, 9, 0, 439, 440, 5, 2, 0, 0, 440, 442, 1, 0, 0, 0, 441, 436, 1, 0, 0, 0, 441, 437, 1, 0, 0, 0, 442, 448, 1, 0, 0, 0, 443, 445, 5, 304, 0, 0, 444, 446, 5, 179, 0, 0, 445, 444, 1, 0, 0, 0, 445, 446, 1, 0, 0, 0, 446, 447, 1, 0, 0, 0, 447, 449, 5, 65, 0, 0, 448, 443, 1, 0, 0, 0, 448, 449, 1, 0, 0, 0, 449, 1236, 1, 0, 0, 0, 450, 453, 5, 53, 0, 0, 451, 452, 5, 194, 0, 0, 452, 454, 5, 226, 0, 0, 453, 451, 1, 0, 0, 0, 453, 454, 1, 0, 0, 0, 454, 455, 1, 0, 0, 0, 455, 459, 5, 260, 0, 0, 456, 457, 5, 119, 0, 0, 457, 458, 5, 182, 0, 0, 458, 460, 5, 94, 0, 0, 459, 456, 1, 0, 0, 0, 459, 460, 1, 0, 0, 0, 460, 461, 1, 0, 0, 0, 461, 462, 3, 258, 129, 0, 462, 463, 5, 1, 0, 0, 463, 468, 3, 26, 13, 0, 464, 465, 5, 3, 0, 0, 465, 467, 3, 26, 13, 0, 466, 464, 1, 0, 0, 0, 467, 470, 1, 0, 0, 0, 468, 466, 1, 0, 0, 0, 468, 469, 1, 0, 0, 0, 469, 471, 1, 0, 0, 0, 470, 468, 1, 0, 0, 0, 471, 474, 5, 2, 0, 0, 472, 473, 5, 46, 0, 0, 473, 475, 3, 168, 84, 0, 474, 472, 1, 0, 0, 0, 474, 475, 1, 0, 0, 0, 475, 478, 1, 0, 0, 0, 476, 477, 5, 304, 0, 0, 477, 479, 3, 32, 16, 0, 478, 476, 1, 0, 0, 0, 478, 479, 1, 0, 0, 0, 479, 1236, 1, 0, 0, 0, 480, 481, 5, 83, 0, 0, 481, 484, 5, 260, 0, 0, 482, 483, 5, 119, 0, 0, 483, 485, 5, 94, 0, 0, 484, 482, 1, 0, 0, 0, 484, 485, 1, 0, 0, 0, 485, 486, 1, 0, 0, 0, 486, 1236, 3, 256, 128, 0, 487, 488, 5, 127, 0, 0, 488, 489, 5, 130, 0, 0, 489, 491, 3, 256, 128, 0, 490, 492, 3, 106, 53, 0, 491, 490, 1, 0, 0, 0, 491, 492, 1, 0, 0, 0, 492, 493, 1, 0, 0, 0, 493, 494, 3, 18, 9, 0, 494, 1236, 1, 0, 0, 0, 495, 496, 5, 73, 0, 0, 496, 497, 5, 105, 0, 0, 497, 500, 3, 256, 128, 0, 498, 499, 5, 301, 0, 0, 499, 501, 3, 138, 69, 0, 500, 498, 1, 0, 0, 0, 500, 501, 1, 0, 0, 0, 501, 1236, 1, 0, 0, 0, 502, 503, 5, 274, 0, 0, 503, 504, 5, 260, 0, 0, 504, 1236, 3, 256, 128, 0, 505, 506, 5, 46, 0, 0, 506, 507, 5, 190, 0, 0, 507, 508, 5, 260, 0, 0, 508, 509, 3, 256, 128, 0, 509, 512, 5, 133, 0, 0, 510, 513, 3, 168, 84, 0, 511, 513, 5, 183, 0, 0, 512, 510, 1, 0, 0, 0, 512, 511, 1, 0, 0, 0, 513, 1236, 1, 0, 0, 0, 514, 515, 5, 46, 0, 0, 515, 516, 5, 190, 0, 0, 516, 517, 5, 299, 0, 0, 517, 518, 3, 260, 130, 0, 518, 521, 5, 133, 0, 0, 519, 522, 3, 168, 84, 0, 520, 522, 5, 183, 0, 0, 521, 519, 1, 0, 0, 0, 521, 520, 1, 0, 0, 0, 522, 1236, 1, 0, 0, 0, 523, 524, 5, 46, 0, 0, 524, 525, 5, 190, 0, 0, 525, 526, 5, 44, 0, 0, 526, 527, 3, 276, 138, 0, 527, 530, 5, 133, 0, 0, 528, 531, 3, 168, 84, 0, 529, 531, 5, 183, 0, 0, 530, 528, 1, 0, 0, 0, 530, 529, 1, 0, 0, 0, 531, 1236, 1, 0, 0, 0, 532, 533, 5, 23, 0, 0, 533, 536, 5, 260, 0, 0, 534, 535, 5, 119, 0, 0, 535, 537, 5, 94, 0, 0, 536, 534, 1, 0, 0, 0, 536, 537, 1, 0, 0, 0, 537, 538, 1, 0, 0, 0, 538, 539, 3, 256, 128, 0, 539, 540, 5, 223, 0, 0, 540, 541, 5, 269, 0, 0, 541, 542, 3, 258, 129, 0, 542, 1236, 1, 0, 0, 0, 543, 544, 5, 23, 0, 0, 544, 547, 5, 260, 0, 0, 545, 546, 5, 119, 0, 0, 546, 548, 5, 94, 0, 0, 547, 545, 1, 0, 0, 0, 547, 548, 1, 0, 0, 0, 548, 549, 1, 0, 0, 0, 549, 550, 3, 256, 128, 0, 550, 551, 5, 19, 0, 0, 551, 555, 5, 44, 0, 0, 552, 553, 5, 119, 0, 0, 553, 554, 5, 182, 0, 0, 554, 556, 5, 94, 0, 0, 555, 552, 1, 0, 0, 0, 555, 556, 1, 0, 0, 0, 556, 557, 1, 0, 0, 0, 557, 558, 3, 28, 14, 0, 558, 1236, 1, 0, 0, 0, 559, 560, 5, 23, 0, 0, 560, 563, 5, 260, 0, 0, 561, 562, 5, 119, 0, 0, 562, 564, 5, 94, 0, 0, 563, 561, 1, 0, 0, 0, 563, 564, 1, 0, 0, 0, 564, 565, 1, 0, 0, 0, 565, 566, 3, 256, 128, 0, 566, 567, 5, 223, 0, 0, 567, 570, 5, 44, 0, 0, 568, 569, 5, 119, 0, 0, 569, 571, 5, 94, 0, 0, 570, 568, 1, 0, 0, 0, 570, 571, 1, 0, 0, 0, 571, 572, 1, 0, 0, 0, 572, 573, 3, 276, 138, 0, 573, 574, 5, 269, 0, 0, 574, 575, 3, 280, 140, 0, 575, 1236, 1, 0, 0, 0, 576, 577, 5, 23, 0, 0, 577, 580, 5, 260, 0, 0, 578, 579, 5, 119, 0, 0, 579, 581, 5, 94, 0, 0, 580, 578, 1, 0, 0, 0, 580, 581, 1, 0, 0, 0, 581, 582, 1, 0, 0, 0, 582, 583, 3, 256, 128, 0, 583, 584, 5, 83, 0, 0, 584, 587, 5, 44, 0, 0, 585, 586, 5, 119, 0, 0, 586, 588, 5, 94, 0, 0, 587, 585, 1, 0, 0, 0, 587, 588, 1, 0, 0, 0, 588, 589, 1, 0, 0, 0, 589, 590, 3, 276, 138, 0, 590, 1236, 1, 0, 0, 0, 591, 592, 5, 23, 0, 0, 592, 595, 5, 260, 0, 0, 593, 594, 5, 119, 0, 0, 594, 596, 5, 94, 0, 0, 595, 593, 1, 0, 0, 0, 595, 596, 1, 0, 0, 0, 596, 597, 1, 0, 0, 0, 597, 598, 3, 256, 128, 0, 598, 599, 5, 23, 0, 0, 599, 600, 5, 44, 0, 0, 600, 601, 3, 276, 138, 0, 601, 602, 5, 251, 0, 0, 602, 603, 5, 65, 0, 0, 603, 604, 5, 276, 0, 0, 604, 605, 3, 184, 92, 0, 605, 1236, 1, 0, 0, 0, 606, 607, 5, 23, 0, 0, 607, 610, 5, 260, 0, 0, 608, 609, 5, 119, 0, 0, 609, 611, 5, 94, 0, 0, 610, 608, 1, 0, 0, 0, 610, 611, 1, 0, 0, 0, 611, 612, 1, 0, 0, 0, 612, 613, 3, 256, 128, 0, 613, 614, 5, 23, 0, 0, 614, 615, 5, 44, 0, 0, 615, 616, 3, 276, 138, 0, 616, 617, 5, 83, 0, 0, 617, 618, 5, 182, 0, 0, 618, 619, 5, 183, 0, 0, 619, 1236, 1, 0, 0, 0, 620, 621, 5, 23, 0, 0, 621, 622, 5, 260, 0, 0, 622, 623, 3, 256, 128, 0, 623, 624, 5, 251, 0, 0, 624, 625, 5, 31, 0, 0, 625, 626, 3, 290, 145, 0, 626, 1236, 1, 0, 0, 0, 627, 628, 5, 23, 0, 0, 628, 629, 5, 260, 0, 0, 629, 630, 3, 256, 128, 0, 630, 631, 5, 251, 0, 0, 631, 632, 5, 216, 0, 0, 632, 633, 3, 34, 17, 0, 633, 1236, 1, 0, 0, 0, 634, 635, 5, 23, 0, 0, 635, 636, 5, 260, 0, 0, 636, 637, 3, 256, 128, 0, 637, 638, 5, 93, 0, 0, 638, 651, 3, 272, 136, 0, 639, 648, 5, 1, 0, 0, 640, 645, 3, 218, 109, 0, 641, 642, 5, 3, 0, 0, 642, 644, 3, 218, 109, 0, 643, 641, 1, 0, 0, 0, 644, 647, 1, 0, 0, 0, 645, 643, 1, 0, 0, 0, 645, 646, 1, 0, 0, 0, 646, 649, 1, 0, 0, 0, 647, 645, 1, 0, 0, 0, 648, 640, 1, 0, 0, 0, 648, 649, 1, 0, 0, 0, 649, 650, 1, 0, 0, 0, 650, 652, 5, 2, 0, 0, 651, 639, 1, 0, 0, 0, 651, 652, 1, 0, 0, 0, 652, 655, 1, 0, 0, 0, 653, 654, 5, 301, 0, 0, 654, 656, 3, 138, 69, 0, 655, 653, 1, 0, 0, 0, 655, 656, 1, 0, 0, 0, 656, 1236, 1, 0, 0, 0, 657, 658, 5, 24, 0, 0, 658, 661, 3, 256, 128, 0, 659, 660, 5, 304, 0, 0, 660, 662, 3, 32, 16, 0, 661, 659, 1, 0, 0, 0, 661, 662, 1, 0, 0, 0, 662, 1236, 1, 0, 0, 0, 663, 666, 5, 53, 0, 0, 664, 665, 5, 194, 0, 0, 665, 667, 5, 226, 0, 0, 666, 664, 1, 0, 0, 0, 666, 667, 1, 0, 0, 0, 667, 668, 1, 0, 0, 0, 668, 669, 5, 167, 0, 0, 669, 673, 5, 299, 0, 0, 670, 671, 5, 119, 0, 0, 671, 672, 5, 182, 0, 0, 672, 674, 5, 94, 0, 0, 673, 670, 1, 0, 0, 0, 673, 674, 1, 0, 0, 0, 674, 675, 1, 0, 0, 0, 675, 679, 3, 262, 131, 0, 676, 677, 5, 109, 0, 0, 677, 678, 5, 208, 0, 0, 678, 680, 3, 178, 89, 0, 679, 676, 1, 0, 0, 0, 679, 680, 1, 0, 0, 0, 680, 683, 1, 0, 0, 0, 681, 682, 5, 46, 0, 0, 682, 684, 3, 168, 84, 0, 683, 681, 1, 0, 0, 0, 683, 684, 1, 0, 0, 0, 684, 687, 1, 0, 0, 0, 685, 686, 5, 304, 0, 0, 686, 688, 3, 32, 16, 0, 687, 685, 1, 0, 0, 0, 687, 688, 1, 0, 0, 0, 688, 689, 1, 0, 0, 0, 689, 690, 5, 28, 0, 0, 690, 691, 3, 18, 9, 0, 691, 1236, 1, 0, 0, 0, 692, 695, 5, 53, 0, 0, 693, 694, 5, 194, 0, 0, 694, 696, 5, 226, 0, 0, 695, 693, 1, 0, 0, 0, 695, 696, 1, 0, 0, 0, 696, 697, 1, 0, 0, 0, 697, 698, 5, 299, 0, 0, 698, 701, 3, 262, 131, 0, 699, 700, 5, 46, 0, 0, 700, 702, 3, 168, 84, 0, 701, 699, 1, 0, 0, 0, 701, 702, 1, 0, 0, 0, 702, 705, 1, 0, 0, 0, 703, 704, 5, 246, 0, 0, 704, 706, 7, 1, 0, 0, 705, 703, 1, 0, 0, 0, 705, 706, 1, 0, 0, 0, 706, 709, 1, 0, 0, 0, 707, 708, 5, 304, 0, 0, 708, 710, 3, 32, 16, 0, 709, 707, 1, 0, 0, 0, 709, 710, 1, 0, 0, 0, 710, 711, 1, 0, 0, 0, 711, 712, 5, 28, 0, 0, 712, 713, 3, 18, 9, 0, 713, 1236, 1, 0, 0, 0, 714, 715, 5, 222, 0, 0, 715, 716, 5, 167, 0, 0, 716, 717, 5, 299, 0, 0, 717, 1236, 3, 260, 130, 0, 718, 719, 5, 83, 0, 0, 719, 720, 5, 167, 0, 0, 720, 723, 5, 299, 0, 0, 721, 722, 5, 119, 0, 0, 722, 724, 5, 94, 0, 0, 723, 721, 1, 0, 0, 0, 723, 724, 1, 0, 0, 0, 724, 725, 1, 0, 0, 0, 725, 1236, 3, 260, 130, 0, 726, 727, 5, 23, 0, 0, 727, 728, 5, 167, 0, 0, 728, 731, 5, 299, 0, 0, 729, 730, 5, 119, 0, 0, 730, 732, 5, 94, 0, 0, 731, 729, 1, 0, 0, 0, 731, 732, 1, 0, 0, 0, 732, 733, 1, 0, 0, 0, 733, 734, 3, 260, 130, 0, 734, 735, 5, 223, 0, 0, 735, 736, 5, 269, 0, 0, 736, 737, 3, 262, 131, 0, 737, 1236, 1, 0, 0, 0, 738, 739, 5, 23, 0, 0, 739, 740, 5, 167, 0, 0, 740, 741, 5, 299, 0, 0, 741, 742, 3, 260, 130, 0, 742, 743, 5, 251, 0, 0, 743, 744, 5, 216, 0, 0, 744, 745, 3, 34, 17, 0, 745, 1236, 1, 0, 0, 0, 746, 747, 5, 83, 0, 0, 747, 750, 5, 299, 0, 0, 748, 749, 5, 119, 0, 0, 749, 751, 5, 94, 0, 0, 750, 748, 1, 0, 0, 0, 750, 751, 1, 0, 0, 0, 751, 752, 1, 0, 0, 0, 752, 1236, 3, 260, 130, 0, 753, 754, 5, 23, 0, 0, 754, 755, 5, 299, 0, 0, 755, 756, 3, 260, 130, 0, 756, 757, 5, 223, 0, 0, 757, 758, 5, 269, 0, 0, 758, 759, 3, 262, 131, 0, 759, 1236, 1, 0, 0, 0, 760, 761, 5, 23, 0, 0, 761, 762, 5, 299, 0, 0, 762, 763, 3, 260, 130, 0, 763, 764, 5, 251, 0, 0, 764, 765, 5, 31, 0, 0, 765, 766, 3, 290, 145, 0, 766, 1236, 1, 0, 0, 0, 767, 768, 5, 37, 0, 0, 768, 769, 3, 272, 136, 0, 769, 778, 5, 1, 0, 0, 770, 775, 3, 218, 109, 0, 771, 772, 5, 3, 0, 0, 772, 774, 3, 218, 109, 0, 773, 771, 1, 0, 0, 0, 774, 777, 1, 0, 0, 0, 775, 773, 1, 0, 0, 0, 775, 776, 1, 0, 0, 0, 776, 779, 1, 0, 0, 0, 777, 775, 1, 0, 0, 0, 778, 770, 1, 0, 0, 0, 778, 779, 1, 0, 0, 0, 779, 780, 1, 0, 0, 0, 780, 781, 5, 2, 0, 0, 781, 1236, 1, 0, 0, 0, 782, 785, 5, 53, 0, 0, 783, 784, 5, 194, 0, 0, 784, 786, 5, 226, 0, 0, 785, 783, 1, 0, 0, 0, 785, 786, 1, 0, 0, 0, 786, 787, 1, 0, 0, 0, 787, 1236, 3, 224, 112, 0, 788, 789, 5, 83, 0, 0, 789, 792, 5, 107, 0, 0, 790, 791, 5, 119, 0, 0, 791, 793, 5, 94, 0, 0, 792, 790, 1, 0, 0, 0, 792, 793, 1, 0, 0, 0, 793, 794, 1, 0, 0, 0, 794, 1236, 3, 228, 114, 0, 795, 796, 5, 53, 0, 0, 796, 797, 5, 235, 0, 0, 797, 801, 3, 296, 148, 0, 798, 799, 5, 304, 0, 0, 799, 800, 5, 20, 0, 0, 800, 802, 3, 288, 144, 0, 801, 798, 1, 0, 0, 0, 801, 802, 1, 0, 0, 0, 802, 805, 1, 0, 0, 0, 803, 804, 5, 122, 0, 0, 804, 806, 3, 268, 134, 0, 805, 803, 1, 0, 0, 0, 805, 806, 1, 0, 0, 0, 806, 1236, 1, 0, 0, 0, 807, 808, 5, 83, 0, 0, 808, 809, 5, 235, 0, 0, 809, 812, 3, 296, 148, 0, 810, 811, 5, 122, 0, 0, 811, 813, 3, 268, 134, 0, 812, 810, 1, 0, 0, 0, 812, 813, 1, 0, 0, 0, 813, 1236, 1, 0, 0, 0, 814, 815, 5, 110, 0, 0, 815, 820, 3, 294, 147, 0, 816, 817, 5, 3, 0, 0, 817, 819, 3, 294, 147, 0, 818, 816, 1, 0, 0, 0, 819, 822, 1, 0, 0, 0, 820, 818, 1, 0, 0, 0, 820, 821, 1, 0, 0, 0, 821, 823, 1, 0, 0, 0, 822, 820, 1, 0, 0, 0, 823, 824, 5, 269, 0, 0, 824, 829, 3, 290, 145, 0, 825, 826, 5, 3, 0, 0, 826, 828, 3, 290, 145, 0, 827, 825, 1, 0, 0, 0, 828, 831, 1, 0, 0, 0, 829, 827, 1, 0, 0, 0, 829, 830, 1, 0, 0, 0, 830, 835, 1, 0, 0, 0, 831, 829, 1, 0, 0, 0, 832, 833, 5, 304, 0, 0, 833, 834, 5, 20, 0, 0, 834, 836, 5, 193, 0, 0, 835, 832, 1, 0, 0, 0, 835, 836, 1, 0, 0, 0, 836, 840, 1, 0, 0, 0, 837, 838, 5, 111, 0, 0, 838, 839, 5, 36, 0, 0, 839, 841, 3, 288, 144, 0, 840, 837, 1, 0, 0, 0, 840, 841, 1, 0, 0, 0, 841, 844, 1, 0, 0, 0, 842, 843, 5, 122, 0, 0, 843, 845, 3, 268, 134, 0, 844, 842, 1, 0, 0, 0, 844, 845, 1, 0, 0, 0, 845, 1236, 1, 0, 0, 0, 846, 857, 5, 110, 0, 0, 847, 852, 3, 294, 147, 0, 848, 849, 5, 3, 0, 0, 849, 851, 3, 294, 147, 0, 850, 848, 1, 0, 0, 0, 851, 854, 1, 0, 0, 0, 852, 850, 1, 0, 0, 0, 852, 853, 1, 0, 0, 0, 853, 858, 1, 0, 0, 0, 854, 852, 1, 0, 0, 0, 855, 856, 5, 22, 0, 0, 856, 858, 5, 215, 0, 0, 857, 847, 1, 0, 0, 0, 857, 855, 1, 0, 0, 0, 858, 859, 1, 0, 0, 0, 859, 860, 5, 190, 0, 0, 860, 861, 3, 252, 126, 0, 861, 862, 5, 269, 0, 0, 862, 866, 3, 290, 145, 0, 863, 864, 5, 304, 0, 0, 864, 865, 5, 110, 0, 0, 865, 867, 5, 193, 0, 0, 866, 863, 1, 0, 0, 0, 866, 867, 1, 0, 0, 0, 867, 1236, 1, 0, 0, 0, 868, 872, 5, 233, 0, 0, 869, 870, 5, 20, 0, 0, 870, 871, 5, 193, 0, 0, 871, 873, 5, 103, 0, 0, 872, 869, 1, 0, 0, 0, 872, 873, 1, 0, 0, 0, 873, 874, 1, 0, 0, 0, 874, 879, 3, 294, 147, 0, 875, 876, 5, 3, 0, 0, 876, 878, 3, 294, 147, 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, 105, 0, 0, 883, 888, 3, 290, 145, 0, 884, 885, 5, 3, 0, 0, 885, 887, 3, 290, 145, 0, 886, 884, 1, 0, 0, 0, 887, 890, 1, 0, 0, 0, 888, 886, 1, 0, 0, 0, 888, 889, 1, 0, 0, 0, 889, 894, 1, 0, 0, 0, 890, 888, 1, 0, 0, 0, 891, 892, 5, 111, 0, 0, 892, 893, 5, 36, 0, 0, 893, 895, 3, 288, 144, 0, 894, 891, 1, 0, 0, 0, 894, 895, 1, 0, 0, 0, 895, 898, 1, 0, 0, 0, 896, 897, 5, 122, 0, 0, 897, 899, 3, 268, 134, 0, 898, 896, 1, 0, 0, 0, 898, 899, 1, 0, 0, 0, 899, 1236, 1, 0, 0, 0, 900, 904, 5, 233, 0, 0, 901, 902, 5, 110, 0, 0, 902, 903, 5, 193, 0, 0, 903, 905, 5, 103, 0, 0, 904, 901, 1, 0, 0, 0, 904, 905, 1, 0, 0, 0, 905, 916, 1, 0, 0, 0, 906, 911, 3, 294, 147, 0, 907, 908, 5, 3, 0, 0, 908, 910, 3, 294, 147, 0, 909, 907, 1, 0, 0, 0, 910, 913, 1, 0, 0, 0, 911, 909, 1, 0, 0, 0, 911, 912, 1, 0, 0, 0, 912, 917, 1, 0, 0, 0, 913, 911, 1, 0, 0, 0, 914, 915, 5, 22, 0, 0, 915, 917, 5, 215, 0, 0, 916, 906, 1, 0, 0, 0, 916, 914, 1, 0, 0, 0, 917, 918, 1, 0, 0, 0, 918, 919, 5, 190, 0, 0, 919, 920, 3, 252, 126, 0, 920, 921, 5, 105, 0, 0, 921, 922, 3, 290, 145, 0, 922, 1236, 1, 0, 0, 0, 923, 934, 5, 74, 0, 0, 924, 929, 3, 248, 124, 0, 925, 926, 5, 3, 0, 0, 926, 928, 3, 248, 124, 0, 927, 925, 1, 0, 0, 0, 928, 931, 1, 0, 0, 0, 929, 927, 1, 0, 0, 0, 929, 930, 1, 0, 0, 0, 930, 935, 1, 0, 0, 0, 931, 929, 1, 0, 0, 0, 932, 933, 5, 22, 0, 0, 933, 935, 5, 215, 0, 0, 934, 924, 1, 0, 0, 0, 934, 932, 1, 0, 0, 0, 935, 936, 1, 0, 0, 0, 936, 937, 5, 190, 0, 0, 937, 938, 3, 252, 126, 0, 938, 939, 5, 269, 0, 0, 939, 940, 3, 290, 145, 0, 940, 1236, 1, 0, 0, 0, 941, 942, 5, 251, 0, 0, 942, 946, 5, 235, 0, 0, 943, 947, 5, 22, 0, 0, 944, 947, 5, 180, 0, 0, 945, 947, 3, 296, 148, 0, 946, 943, 1, 0, 0, 0, 946, 944, 1, 0, 0, 0, 946, 945, 1, 0, 0, 0, 947, 950, 1, 0, 0, 0, 948, 949, 5, 122, 0, 0, 949, 951, 3, 268, 134, 0, 950, 948, 1, 0, 0, 0, 950, 951, 1, 0, 0, 0, 951, 1236, 1, 0, 0, 0, 952, 953, 5, 253, 0, 0, 953, 956, 5, 112, 0, 0, 954, 955, 5, 190, 0, 0, 955, 957, 3, 252, 126, 0, 956, 954, 1, 0, 0, 0, 956, 957, 1, 0, 0, 0, 957, 1236, 1, 0, 0, 0, 958, 970, 5, 95, 0, 0, 959, 960, 5, 1, 0, 0, 960, 965, 3, 212, 106, 0, 961, 962, 5, 3, 0, 0, 962, 964, 3, 212, 106, 0, 963, 961, 1, 0, 0, 0, 964, 967, 1, 0, 0, 0, 965, 963, 1, 0, 0, 0, 965, 966, 1, 0, 0, 0, 966, 968, 1, 0, 0, 0, 967, 965, 1, 0, 0, 0, 968, 969, 5, 2, 0, 0, 969, 971, 1, 0, 0, 0, 970, 959, 1, 0, 0, 0, 970, 971, 1, 0, 0, 0, 971, 972, 1, 0, 0, 0, 972, 1236, 3, 16, 8, 0, 973, 974, 5, 95, 0, 0, 974, 976, 5, 24, 0, 0, 975, 977, 5, 297, 0, 0, 976, 975, 1, 0, 0, 0, 976, 977, 1, 0, 0, 0, 977, 978, 1, 0, 0, 0, 978, 1236, 3, 16, 8, 0, 979, 980, 5, 253, 0, 0, 980, 981, 5, 53, 0, 0, 981, 982, 5, 260, 0, 0, 982, 1236, 3, 256, 128, 0, 983, 984, 5, 253, 0, 0, 984, 985, 5, 53, 0, 0, 985, 986, 5, 243, 0, 0, 986, 1236, 3, 264, 132, 0, 987, 988, 5, 253, 0, 0, 988, 989, 5, 53, 0, 0, 989, 990, 5, 299, 0, 0, 990, 1236, 3, 260, 130, 0, 991, 992, 5, 253, 0, 0, 992, 993, 5, 53, 0, 0, 993, 994, 5, 167, 0, 0, 994, 995, 5, 299, 0, 0, 995, 1236, 3, 260, 130, 0, 996, 997, 5, 253, 0, 0, 997, 998, 5, 53, 0, 0, 998, 999, 5, 107, 0, 0, 999, 1236, 3, 272, 136, 0, 1000, 1001, 5, 253, 0, 0, 1001, 1004, 5, 261, 0, 0, 1002, 1003, 7, 2, 0, 0, 1003, 1005, 3, 264, 132, 0, 1004, 1002, 1, 0, 0, 0, 1004, 1005, 1, 0, 0, 0, 1005, 1012, 1, 0, 0, 0, 1006, 1007, 5, 154, 0, 0, 1007, 1010, 3, 168, 84, 0, 1008, 1009, 5, 90, 0, 0, 1009, 1011, 3, 168, 84, 0, 1010, 1008, 1, 0, 0, 0, 1010, 1011, 1, 0, 0, 0, 1011, 1013, 1, 0, 0, 0, 1012, 1006, 1, 0, 0, 0, 1012, 1013, 1, 0, 0, 0, 1013, 1236, 1, 0, 0, 0, 1014, 1015, 5, 253, 0, 0, 1015, 1018, 5, 244, 0, 0, 1016, 1017, 7, 2, 0, 0, 1017, 1019, 3, 268, 134, 0, 1018, 1016, 1, 0, 0, 0, 1018, 1019, 1, 0, 0, 0, 1019, 1026, 1, 0, 0, 0, 1020, 1021, 5, 154, 0, 0, 1021, 1024, 3, 168, 84, 0, 1022, 1023, 5, 90, 0, 0, 1023, 1025, 3, 168, 84, 0, 1024, 1022, 1, 0, 0, 0, 1024, 1025, 1, 0, 0, 0, 1025, 1027, 1, 0, 0, 0, 1026, 1020, 1, 0, 0, 0, 1026, 1027, 1, 0, 0, 0, 1027, 1236, 1, 0, 0, 0, 1028, 1029, 5, 253, 0, 0, 1029, 1036, 5, 43, 0, 0, 1030, 1031, 5, 154, 0, 0, 1031, 1034, 3, 168, 84, 0, 1032, 1033, 5, 90, 0, 0, 1033, 1035, 3, 168, 84, 0, 1034, 1032, 1, 0, 0, 0, 1034, 1035, 1, 0, 0, 0, 1035, 1037, 1, 0, 0, 0, 1036, 1030, 1, 0, 0, 0, 1036, 1037, 1, 0, 0, 0, 1037, 1236, 1, 0, 0, 0, 1038, 1039, 5, 253, 0, 0, 1039, 1040, 5, 45, 0, 0, 1040, 1041, 7, 2, 0, 0, 1041, 1048, 3, 254, 127, 0, 1042, 1043, 5, 154, 0, 0, 1043, 1046, 3, 168, 84, 0, 1044, 1045, 5, 90, 0, 0, 1045, 1047, 3, 168, 84, 0, 1046, 1044, 1, 0, 0, 0, 1046, 1047, 1, 0, 0, 0, 1047, 1049, 1, 0, 0, 0, 1048, 1042, 1, 0, 0, 0, 1048, 1049, 1, 0, 0, 0, 1049, 1236, 1, 0, 0, 0, 1050, 1051, 5, 253, 0, 0, 1051, 1052, 5, 256, 0, 0, 1052, 1053, 5, 103, 0, 0, 1053, 1236, 3, 254, 127, 0, 1054, 1055, 5, 253, 0, 0, 1055, 1056, 5, 256, 0, 0, 1056, 1057, 5, 103, 0, 0, 1057, 1058, 5, 1, 0, 0, 1058, 1059, 3, 18, 9, 0, 1059, 1060, 5, 2, 0, 0, 1060, 1236, 1, 0, 0, 0, 1061, 1063, 5, 253, 0, 0, 1062, 1064, 5, 56, 0, 0, 1063, 1062, 1, 0, 0, 0, 1063, 1064, 1, 0, 0, 0, 1064, 1065, 1, 0, 0, 0, 1065, 1068, 5, 236, 0, 0, 1066, 1067, 7, 2, 0, 0, 1067, 1069, 3, 268, 134, 0, 1068, 1066, 1, 0, 0, 0, 1068, 1069, 1, 0, 0, 0, 1069, 1236, 1, 0, 0, 0, 1070, 1071, 5, 253, 0, 0, 1071, 1072, 5, 235, 0, 0, 1072, 1075, 5, 112, 0, 0, 1073, 1074, 7, 2, 0, 0, 1074, 1076, 3, 268, 134, 0, 1075, 1073, 1, 0, 0, 0, 1075, 1076, 1, 0, 0, 0, 1076, 1236, 1, 0, 0, 0, 1077, 1078, 5, 76, 0, 0, 1078, 1236, 3, 254, 127, 0, 1079, 1080, 5, 75, 0, 0, 1080, 1236, 3, 254, 127, 0, 1081, 1082, 5, 253, 0, 0, 1082, 1085, 5, 108, 0, 0, 1083, 1084, 7, 2, 0, 0, 1084, 1086, 3, 264, 132, 0, 1085, 1083, 1, 0, 0, 0, 1085, 1086, 1, 0, 0, 0, 1086, 1093, 1, 0, 0, 0, 1087, 1088, 5, 154, 0, 0, 1088, 1091, 3, 168, 84, 0, 1089, 1090, 5, 90, 0, 0, 1090, 1092, 3, 168, 84, 0, 1091, 1089, 1, 0, 0, 0, 1091, 1092, 1, 0, 0, 0, 1092, 1094, 1, 0, 0, 0, 1093, 1087, 1, 0, 0, 0, 1093, 1094, 1, 0, 0, 0, 1094, 1236, 1, 0, 0, 0, 1095, 1096, 5, 253, 0, 0, 1096, 1103, 5, 250, 0, 0, 1097, 1098, 5, 154, 0, 0, 1098, 1101, 3, 168, 84, 0, 1099, 1100, 5, 90, 0, 0, 1100, 1102, 3, 168, 84, 0, 1101, 1099, 1, 0, 0, 0, 1101, 1102, 1, 0, 0, 0, 1102, 1104, 1, 0, 0, 0, 1103, 1097, 1, 0, 0, 0, 1103, 1104, 1, 0, 0, 0, 1104, 1236, 1, 0, 0, 0, 1105, 1106, 5, 251, 0, 0, 1106, 1107, 5, 250, 0, 0, 1107, 1108, 5, 31, 0, 0, 1108, 1236, 3, 300, 150, 0, 1109, 1110, 5, 227, 0, 0, 1110, 1111, 5, 250, 0, 0, 1111, 1236, 5, 31, 0, 0, 1112, 1113, 5, 251, 0, 0, 1113, 1114, 5, 250, 0, 0, 1114, 1115, 3, 282, 141, 0, 1115, 1116, 5, 312, 0, 0, 1116, 1117, 3, 136, 68, 0, 1117, 1236, 1, 0, 0, 0, 1118, 1119, 5, 227, 0, 0, 1119, 1120, 5, 250, 0, 0, 1120, 1236, 3, 282, 141, 0, 1121, 1122, 5, 255, 0, 0, 1122, 1131, 5, 271, 0, 0, 1123, 1128, 3, 214, 107, 0, 1124, 1125, 5, 3, 0, 0, 1125, 1127, 3, 214, 107, 0, 1126, 1124, 1, 0, 0, 0, 1127, 1130, 1, 0, 0, 0, 1128, 1126, 1, 0, 0, 0, 1128, 1129, 1, 0, 0, 0, 1129, 1132, 1, 0, 0, 0, 1130, 1128, 1, 0, 0, 0, 1131, 1123, 1, 0, 0, 0, 1131, 1132, 1, 0, 0, 0, 1132, 1236, 1, 0, 0, 0, 1133, 1135, 5, 47, 0, 0, 1134, 1136, 5, 307, 0, 0, 1135, 1134, 1, 0, 0, 0, 1135, 1136, 1, 0, 0, 0, 1136, 1236, 1, 0, 0, 0, 1137, 1139, 5, 237, 0, 0, 1138, 1140, 5, 307, 0, 0, 1139, 1138, 1, 0, 0, 0, 1139, 1140, 1, 0, 0, 0, 1140, 1236, 1, 0, 0, 0, 1141, 1142, 5, 214, 0, 0, 1142, 1143, 3, 296, 148, 0, 1143, 1144, 5, 105, 0, 0, 1144, 1145, 3, 16, 8, 0, 1145, 1236, 1, 0, 0, 0, 1146, 1147, 5, 68, 0, 0, 1147, 1148, 5, 214, 0, 0, 1148, 1236, 3, 296, 148, 0, 1149, 1150, 5, 93, 0, 0, 1150, 1160, 3, 296, 148, 0, 1151, 1152, 5, 290, 0, 0, 1152, 1157, 3, 136, 68, 0, 1153, 1154, 5, 3, 0, 0, 1154, 1156, 3, 136, 68, 0, 1155, 1153, 1, 0, 0, 0, 1156, 1159, 1, 0, 0, 0, 1157, 1155, 1, 0, 0, 0, 1157, 1158, 1, 0, 0, 0, 1158, 1161, 1, 0, 0, 0, 1159, 1157, 1, 0, 0, 0, 1160, 1151, 1, 0, 0, 0, 1160, 1161, 1, 0, 0, 0, 1161, 1236, 1, 0, 0, 0, 1162, 1163, 5, 93, 0, 0, 1163, 1164, 5, 121, 0, 0, 1164, 1174, 3, 168, 84, 0, 1165, 1166, 5, 290, 0, 0, 1166, 1171, 3, 136, 68, 0, 1167, 1168, 5, 3, 0, 0, 1168, 1170, 3, 136, 68, 0, 1169, 1167, 1, 0, 0, 0, 1170, 1173, 1, 0, 0, 0, 1171, 1169, 1, 0, 0, 0, 1171, 1172, 1, 0, 0, 0, 1172, 1175, 1, 0, 0, 0, 1173, 1171, 1, 0, 0, 0, 1174, 1165, 1, 0, 0, 0, 1174, 1175, 1, 0, 0, 0, 1175, 1236, 1, 0, 0, 0, 1176, 1177, 5, 76, 0, 0, 1177, 1178, 5, 126, 0, 0, 1178, 1236, 3, 296, 148, 0, 1179, 1180, 5, 76, 0, 0, 1180, 1181, 5, 198, 0, 0, 1181, 1236, 3, 296, 148, 0, 1182, 1183, 5, 251, 0, 0, 1183, 1184, 5, 205, 0, 0, 1184, 1236, 3, 222, 111, 0, 1185, 1186, 5, 251, 0, 0, 1186, 1187, 5, 267, 0, 0, 1187, 1190, 5, 311, 0, 0, 1188, 1191, 5, 157, 0, 0, 1189, 1191, 3, 136, 68, 0, 1190, 1188, 1, 0, 0, 0, 1190, 1189, 1, 0, 0, 0, 1191, 1236, 1, 0, 0, 0, 1192, 1193, 5, 287, 0, 0, 1193, 1194, 3, 256, 128, 0, 1194, 1195, 5, 251, 0, 0, 1195, 1200, 3, 210, 105, 0, 1196, 1197, 5, 3, 0, 0, 1197, 1199, 3, 210, 105, 0, 1198, 1196, 1, 0, 0, 0, 1199, 1202, 1, 0, 0, 0, 1200, 1198, 1, 0, 0, 0, 1200, 1201, 1, 0, 0, 0, 1201, 1205, 1, 0, 0, 0, 1202, 1200, 1, 0, 0, 0, 1203, 1204, 5, 301, 0, 0, 1204, 1206, 3, 138, 69, 0, 1205, 1203, 1, 0, 0, 0, 1205, 1206, 1, 0, 0, 0, 1206, 1236, 1, 0, 0, 0, 1207, 1208, 5, 169, 0, 0, 1208, 1209, 5, 130, 0, 0, 1209, 1214, 3, 256, 128, 0, 1210, 1212, 5, 28, 0, 0, 1211, 1210, 1, 0, 0, 0, 1211, 1212, 1, 0, 0, 0, 1212, 1213, 1, 0, 0, 0, 1213, 1215, 3, 296, 148, 0, 1214, 1211, 1, 0, 0, 0, 1214, 1215, 1, 0, 0, 0, 1215, 1216, 1, 0, 0, 0, 1216, 1217, 5, 290, 0, 0, 1217, 1218, 3, 72, 36, 0, 1218, 1219, 5, 190, 0, 0, 1219, 1221, 3, 136, 68, 0, 1220, 1222, 3, 194, 97, 0, 1221, 1220, 1, 0, 0, 0, 1222, 1223, 1, 0, 0, 0, 1223, 1221, 1, 0, 0, 0, 1223, 1224, 1, 0, 0, 0, 1224, 1236, 1, 0, 0, 0, 1225, 1226, 5, 253, 0, 0, 1226, 1227, 5, 46, 0, 0, 1227, 1228, 5, 190, 0, 0, 1228, 1229, 5, 260, 0, 0, 1229, 1236, 3, 256, 128, 0, 1230, 1231, 5, 253, 0, 0, 1231, 1232, 5, 46, 0, 0, 1232, 1233, 5, 190, 0, 0, 1233, 1234, 5, 44, 0, 0, 1234, 1236, 3, 276, 138, 0, 1235, 337, 1, 0, 0, 0, 1235, 338, 1, 0, 0, 0, 1235, 340, 1, 0, 0, 0, 1235, 362, 1, 0, 0, 0, 1235, 372, 1, 0, 0, 0, 1235, 388, 1, 0, 0, 0, 1235, 398, 1, 0, 0, 0, 1235, 405, 1, 0, 0, 0, 1235, 412, 1, 0, 0, 0, 1235, 450, 1, 0, 0, 0, 1235, 480, 1, 0, 0, 0, 1235, 487, 1, 0, 0, 0, 1235, 495, 1, 0, 0, 0, 1235, 502, 1, 0, 0, 0, 1235, 505, 1, 0, 0, 0, 1235, 514, 1, 0, 0, 0, 1235, 523, 1, 0, 0, 0, 1235, 532, 1, 0, 0, 0, 1235, 543, 1, 0, 0, 0, 1235, 559, 1, 0, 0, 0, 1235, 576, 1, 0, 0, 0, 1235, 591, 1, 0, 0, 0, 1235, 606, 1, 0, 0, 0, 1235, 620, 1, 0, 0, 0, 1235, 627, 1, 0, 0, 0, 1235, 634, 1, 0, 0, 0, 1235, 657, 1, 0, 0, 0, 1235, 663, 1, 0, 0, 0, 1235, 692, 1, 0, 0, 0, 1235, 714, 1, 0, 0, 0, 1235, 718, 1, 0, 0, 0, 1235, 726, 1, 0, 0, 0, 1235, 738, 1, 0, 0, 0, 1235, 746, 1, 0, 0, 0, 1235, 753, 1, 0, 0, 0, 1235, 760, 1, 0, 0, 0, 1235, 767, 1, 0, 0, 0, 1235, 782, 1, 0, 0, 0, 1235, 788, 1, 0, 0, 0, 1235, 795, 1, 0, 0, 0, 1235, 807, 1, 0, 0, 0, 1235, 814, 1, 0, 0, 0, 1235, 846, 1, 0, 0, 0, 1235, 868, 1, 0, 0, 0, 1235, 900, 1, 0, 0, 0, 1235, 923, 1, 0, 0, 0, 1235, 941, 1, 0, 0, 0, 1235, 952, 1, 0, 0, 0, 1235, 958, 1, 0, 0, 0, 1235, 973, 1, 0, 0, 0, 1235, 979, 1, 0, 0, 0, 1235, 983, 1, 0, 0, 0, 1235, 987, 1, 0, 0, 0, 1235, 991, 1, 0, 0, 0, 1235, 996, 1, 0, 0, 0, 1235, 1000, 1, 0, 0, 0, 1235, 1014, 1, 0, 0, 0, 1235, 1028, 1, 0, 0, 0, 1235, 1038, 1, 0, 0, 0, 1235, 1050, 1, 0, 0, 0, 1235, 1054, 1, 0, 0, 0, 1235, 1061, 1, 0, 0, 0, 1235, 1070, 1, 0, 0, 0, 1235, 1077, 1, 0, 0, 0, 1235, 1079, 1, 0, 0, 0, 1235, 1081, 1, 0, 0, 0, 1235, 1095, 1, 0, 0, 0, 1235, 1105, 1, 0, 0, 0, 1235, 1109, 1, 0, 0, 0, 1235, 1112, 1, 0, 0, 0, 1235, 1118, 1, 0, 0, 0, 1235, 1121, 1, 0, 0, 0, 1235, 1133, 1, 0, 0, 0, 1235, 1137, 1, 0, 0, 0, 1235, 1141, 1, 0, 0, 0, 1235, 1146, 1, 0, 0, 0, 1235, 1149, 1, 0, 0, 0, 1235, 1162, 1, 0, 0, 0, 1235, 1176, 1, 0, 0, 0, 1235, 1179, 1, 0, 0, 0, 1235, 1182, 1, 0, 0, 0, 1235, 1185, 1, 0, 0, 0, 1235, 1192, 1, 0, 0, 0, 1235, 1207, 1, 0, 0, 0, 1235, 1225, 1, 0, 0, 0, 1235, 1230, 1, 0, 0, 0, 1236, 17, 1, 0, 0, 0, 1237, 1239, 3, 20, 10, 0, 1238, 1237, 1, 0, 0, 0, 1238, 1239, 1, 0, 0, 0, 1239, 1240, 1, 0, 0, 0, 1240, 1241, 3, 22, 11, 0, 1241, 19, 1, 0, 0, 0, 1242, 1243, 5, 304, 0, 0, 1243, 1248, 3, 224, 112, 0, 1244, 1245, 5, 3, 0, 0, 1245, 1247, 3, 224, 112, 0, 1246, 1244, 1, 0, 0, 0, 1247, 1250, 1, 0, 0, 0, 1248, 1246, 1, 0, 0, 0, 1248, 1249, 1, 0, 0, 0, 1249, 21, 1, 0, 0, 0, 1250, 1248, 1, 0, 0, 0, 1251, 1253, 3, 24, 12, 0, 1252, 1251, 1, 0, 0, 0, 1252, 1253, 1, 0, 0, 0, 1253, 1254, 1, 0, 0, 0, 1254, 1255, 3, 40, 20, 0, 1255, 23, 1, 0, 0, 0, 1256, 1258, 5, 304, 0, 0, 1257, 1259, 5, 221, 0, 0, 1258, 1257, 1, 0, 0, 0, 1258, 1259, 1, 0, 0, 0, 1259, 1260, 1, 0, 0, 0, 1260, 1265, 3, 66, 33, 0, 1261, 1262, 5, 3, 0, 0, 1262, 1264, 3, 66, 33, 0, 1263, 1261, 1, 0, 0, 0, 1264, 1267, 1, 0, 0, 0, 1265, 1263, 1, 0, 0, 0, 1265, 1266, 1, 0, 0, 0, 1266, 25, 1, 0, 0, 0, 1267, 1265, 1, 0, 0, 0, 1268, 1271, 3, 28, 14, 0, 1269, 1271, 3, 30, 15, 0, 1270, 1268, 1, 0, 0, 0, 1270, 1269, 1, 0, 0, 0, 1271, 27, 1, 0, 0, 0, 1272, 1273, 3, 280, 140, 0, 1273, 1276, 3, 184, 92, 0, 1274, 1275, 5, 182, 0, 0, 1275, 1277, 5, 183, 0, 0, 1276, 1274, 1, 0, 0, 0, 1276, 1277, 1, 0, 0, 0, 1277, 1280, 1, 0, 0, 0, 1278, 1279, 5, 46, 0, 0, 1279, 1281, 3, 168, 84, 0, 1280, 1278, 1, 0, 0, 0, 1280, 1281, 1, 0, 0, 0, 1281, 1284, 1, 0, 0, 0, 1282, 1283, 5, 304, 0, 0, 1283, 1285, 3, 32, 16, 0, 1284, 1282, 1, 0, 0, 0, 1284, 1285, 1, 0, 0, 0, 1285, 29, 1, 0, 0, 0, 1286, 1287, 5, 154, 0, 0, 1287, 1290, 3, 256, 128, 0, 1288, 1289, 7, 3, 0, 0, 1289, 1291, 5, 216, 0, 0, 1290, 1288, 1, 0, 0, 0, 1290, 1291, 1, 0, 0, 0, 1291, 31, 1, 0, 0, 0, 1292, 1293, 5, 1, 0, 0, 1293, 1294, 3, 34, 17, 0, 1294, 1295, 5, 2, 0, 0, 1295, 33, 1, 0, 0, 0, 1296, 1301, 3, 36, 18, 0, 1297, 1298, 5, 3, 0, 0, 1298, 1300, 3, 36, 18, 0, 1299, 1297, 1, 0, 0, 0, 1300, 1303, 1, 0, 0, 0, 1301, 1299, 1, 0, 0, 0, 1301, 1302, 1, 0, 0, 0, 1302, 35, 1, 0, 0, 0, 1303, 1301, 1, 0, 0, 0, 1304, 1305, 3, 296, 148, 0, 1305, 1306, 5, 312, 0, 0, 1306, 1307, 3, 38, 19, 0, 1307, 37, 1, 0, 0, 0, 1308, 1311, 5, 70, 0, 0, 1309, 1311, 3, 136, 68, 0, 1310, 1308, 1, 0, 0, 0, 1310, 1309, 1, 0, 0, 0, 1311, 39, 1, 0, 0, 0, 1312, 1323, 3, 46, 23, 0, 1313, 1314, 5, 195, 0, 0, 1314, 1315, 5, 36, 0, 0, 1315, 1320, 3, 50, 25, 0, 1316, 1317, 5, 3, 0, 0, 1317, 1319, 3, 50, 25, 0, 1318, 1316, 1, 0, 0, 0, 1319, 1322, 1, 0, 0, 0, 1320, 1318, 1, 0, 0, 0, 1320, 1321, 1, 0, 0, 0, 1321, 1324, 1, 0, 0, 0, 1322, 1320, 1, 0, 0, 0, 1323, 1313, 1, 0, 0, 0, 1323, 1324, 1, 0, 0, 0, 1324, 1330, 1, 0, 0, 0, 1325, 1326, 5, 188, 0, 0, 1326, 1328, 3, 44, 22, 0, 1327, 1329, 7, 4, 0, 0, 1328, 1327, 1, 0, 0, 0, 1328, 1329, 1, 0, 0, 0, 1329, 1331, 1, 0, 0, 0, 1330, 1325, 1, 0, 0, 0, 1330, 1331, 1, 0, 0, 0, 1331, 1345, 1, 0, 0, 0, 1332, 1333, 5, 155, 0, 0, 1333, 1346, 3, 42, 21, 0, 1334, 1335, 5, 98, 0, 0, 1335, 1337, 7, 5, 0, 0, 1336, 1338, 3, 44, 22, 0, 1337, 1336, 1, 0, 0, 0, 1337, 1338, 1, 0, 0, 0, 1338, 1339, 1, 0, 0, 0, 1339, 1343, 7, 4, 0, 0, 1340, 1344, 5, 192, 0, 0, 1341, 1342, 5, 304, 0, 0, 1342, 1344, 5, 266, 0, 0, 1343, 1340, 1, 0, 0, 0, 1343, 1341, 1, 0, 0, 0, 1344, 1346, 1, 0, 0, 0, 1345, 1332, 1, 0, 0, 0, 1345, 1334, 1, 0, 0, 0, 1345, 1346, 1, 0, 0, 0, 1346, 41, 1, 0, 0, 0, 1347, 1350, 5, 22, 0, 0, 1348, 1350, 3, 44, 22, 0, 1349, 1347, 1, 0, 0, 0, 1349, 1348, 1, 0, 0, 0, 1350, 43, 1, 0, 0, 0, 1351, 1352, 7, 6, 0, 0, 1352, 45, 1, 0, 0, 0, 1353, 1354, 6, 23, -1, 0, 1354, 1355, 3, 48, 24, 0, 1355, 1370, 1, 0, 0, 0, 1356, 1357, 10, 2, 0, 0, 1357, 1359, 5, 128, 0, 0, 1358, 1360, 3, 68, 34, 0, 1359, 1358, 1, 0, 0, 0, 1359, 1360, 1, 0, 0, 0, 1360, 1361, 1, 0, 0, 0, 1361, 1369, 3, 46, 23, 3, 1362, 1363, 10, 1, 0, 0, 1363, 1365, 7, 7, 0, 0, 1364, 1366, 3, 68, 34, 0, 1365, 1364, 1, 0, 0, 0, 1365, 1366, 1, 0, 0, 0, 1366, 1367, 1, 0, 0, 0, 1367, 1369, 3, 46, 23, 2, 1368, 1356, 1, 0, 0, 0, 1368, 1362, 1, 0, 0, 0, 1369, 1372, 1, 0, 0, 0, 1370, 1368, 1, 0, 0, 0, 1370, 1371, 1, 0, 0, 0, 1371, 47, 1, 0, 0, 0, 1372, 1370, 1, 0, 0, 0, 1373, 1390, 3, 52, 26, 0, 1374, 1375, 5, 260, 0, 0, 1375, 1390, 3, 256, 128, 0, 1376, 1377, 5, 296, 0, 0, 1377, 1382, 3, 136, 68, 0, 1378, 1379, 5, 3, 0, 0, 1379, 1381, 3, 136, 68, 0, 1380, 1378, 1, 0, 0, 0, 1381, 1384, 1, 0, 0, 0, 1382, 1380, 1, 0, 0, 0, 1382, 1383, 1, 0, 0, 0, 1383, 1390, 1, 0, 0, 0, 1384, 1382, 1, 0, 0, 0, 1385, 1386, 5, 1, 0, 0, 1386, 1387, 3, 40, 20, 0, 1387, 1388, 5, 2, 0, 0, 1388, 1390, 1, 0, 0, 0, 1389, 1373, 1, 0, 0, 0, 1389, 1374, 1, 0, 0, 0, 1389, 1376, 1, 0, 0, 0, 1389, 1385, 1, 0, 0, 0, 1390, 49, 1, 0, 0, 0, 1391, 1394, 3, 276, 138, 0, 1392, 1394, 3, 136, 68, 0, 1393, 1391, 1, 0, 0, 0, 1393, 1392, 1, 0, 0, 0, 1394, 1396, 1, 0, 0, 0, 1395, 1397, 7, 8, 0, 0, 1396, 1395, 1, 0, 0, 0, 1396, 1397, 1, 0, 0, 0, 1397, 1400, 1, 0, 0, 0, 1398, 1399, 5, 185, 0, 0, 1399, 1401, 7, 9, 0, 0, 1400, 1398, 1, 0, 0, 0, 1400, 1401, 1, 0, 0, 0, 1401, 51, 1, 0, 0, 0, 1402, 1404, 5, 248, 0, 0, 1403, 1405, 3, 68, 34, 0, 1404, 1403, 1, 0, 0, 0, 1404, 1405, 1, 0, 0, 0, 1405, 1406, 1, 0, 0, 0, 1406, 1411, 3, 70, 35, 0, 1407, 1408, 5, 3, 0, 0, 1408, 1410, 3, 70, 35, 0, 1409, 1407, 1, 0, 0, 0, 1410, 1413, 1, 0, 0, 0, 1411, 1409, 1, 0, 0, 0, 1411, 1412, 1, 0, 0, 0, 1412, 1423, 1, 0, 0, 0, 1413, 1411, 1, 0, 0, 0, 1414, 1415, 5, 105, 0, 0, 1415, 1420, 3, 72, 36, 0, 1416, 1417, 5, 3, 0, 0, 1417, 1419, 3, 72, 36, 0, 1418, 1416, 1, 0, 0, 0, 1419, 1422, 1, 0, 0, 0, 1420, 1418, 1, 0, 0, 0, 1420, 1421, 1, 0, 0, 0, 1421, 1424, 1, 0, 0, 0, 1422, 1420, 1, 0, 0, 0, 1423, 1414, 1, 0, 0, 0, 1423, 1424, 1, 0, 0, 0, 1424, 1427, 1, 0, 0, 0, 1425, 1426, 5, 301, 0, 0, 1426, 1428, 3, 138, 69, 0, 1427, 1425, 1, 0, 0, 0, 1427, 1428, 1, 0, 0, 0, 1428, 1432, 1, 0, 0, 0, 1429, 1430, 5, 114, 0, 0, 1430, 1431, 5, 36, 0, 0, 1431, 1433, 3, 54, 27, 0, 1432, 1429, 1, 0, 0, 0, 1432, 1433, 1, 0, 0, 0, 1433, 1436, 1, 0, 0, 0, 1434, 1435, 5, 117, 0, 0, 1435, 1437, 3, 138, 69, 0, 1436, 1434, 1, 0, 0, 0, 1436, 1437, 1, 0, 0, 0, 1437, 1447, 1, 0, 0, 0, 1438, 1439, 5, 303, 0, 0, 1439, 1444, 3, 62, 31, 0, 1440, 1441, 5, 3, 0, 0, 1441, 1443, 3, 62, 31, 0, 1442, 1440, 1, 0, 0, 0, 1443, 1446, 1, 0, 0, 0, 1444, 1442, 1, 0, 0, 0, 1444, 1445, 1, 0, 0, 0, 1445, 1448, 1, 0, 0, 0, 1446, 1444, 1, 0, 0, 0, 1447, 1438, 1, 0, 0, 0, 1447, 1448, 1, 0, 0, 0, 1448, 53, 1, 0, 0, 0, 1449, 1451, 3, 68, 34, 0, 1450, 1449, 1, 0, 0, 0, 1450, 1451, 1, 0, 0, 0, 1451, 1452, 1, 0, 0, 0, 1452, 1457, 3, 56, 28, 0, 1453, 1454, 5, 3, 0, 0, 1454, 1456, 3, 56, 28, 0, 1455, 1453, 1, 0, 0, 0, 1456, 1459, 1, 0, 0, 0, 1457, 1455, 1, 0, 0, 0, 1457, 1458, 1, 0, 0, 0, 1458, 55, 1, 0, 0, 0, 1459, 1457, 1, 0, 0, 0, 1460, 1501, 3, 58, 29, 0, 1461, 1462, 5, 238, 0, 0, 1462, 1471, 5, 1, 0, 0, 1463, 1468, 3, 58, 29, 0, 1464, 1465, 5, 3, 0, 0, 1465, 1467, 3, 58, 29, 0, 1466, 1464, 1, 0, 0, 0, 1467, 1470, 1, 0, 0, 0, 1468, 1466, 1, 0, 0, 0, 1468, 1469, 1, 0, 0, 0, 1469, 1472, 1, 0, 0, 0, 1470, 1468, 1, 0, 0, 0, 1471, 1463, 1, 0, 0, 0, 1471, 1472, 1, 0, 0, 0, 1472, 1473, 1, 0, 0, 0, 1473, 1501, 5, 2, 0, 0, 1474, 1475, 5, 55, 0, 0, 1475, 1484, 5, 1, 0, 0, 1476, 1481, 3, 58, 29, 0, 1477, 1478, 5, 3, 0, 0, 1478, 1480, 3, 58, 29, 0, 1479, 1477, 1, 0, 0, 0, 1480, 1483, 1, 0, 0, 0, 1481, 1479, 1, 0, 0, 0, 1481, 1482, 1, 0, 0, 0, 1482, 1485, 1, 0, 0, 0, 1483, 1481, 1, 0, 0, 0, 1484, 1476, 1, 0, 0, 0, 1484, 1485, 1, 0, 0, 0, 1485, 1486, 1, 0, 0, 0, 1486, 1501, 5, 2, 0, 0, 1487, 1488, 5, 115, 0, 0, 1488, 1489, 5, 252, 0, 0, 1489, 1490, 5, 1, 0, 0, 1490, 1495, 3, 58, 29, 0, 1491, 1492, 5, 3, 0, 0, 1492, 1494, 3, 58, 29, 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, 2, 0, 0, 1499, 1501, 1, 0, 0, 0, 1500, 1460, 1, 0, 0, 0, 1500, 1461, 1, 0, 0, 0, 1500, 1474, 1, 0, 0, 0, 1500, 1487, 1, 0, 0, 0, 1501, 57, 1, 0, 0, 0, 1502, 1511, 5, 1, 0, 0, 1503, 1508, 3, 60, 30, 0, 1504, 1505, 5, 3, 0, 0, 1505, 1507, 3, 60, 30, 0, 1506, 1504, 1, 0, 0, 0, 1507, 1510, 1, 0, 0, 0, 1508, 1506, 1, 0, 0, 0, 1508, 1509, 1, 0, 0, 0, 1509, 1512, 1, 0, 0, 0, 1510, 1508, 1, 0, 0, 0, 1511, 1503, 1, 0, 0, 0, 1511, 1512, 1, 0, 0, 0, 1512, 1513, 1, 0, 0, 0, 1513, 1516, 5, 2, 0, 0, 1514, 1516, 3, 60, 30, 0, 1515, 1502, 1, 0, 0, 0, 1515, 1514, 1, 0, 0, 0, 1516, 59, 1, 0, 0, 0, 1517, 1520, 3, 276, 138, 0, 1518, 1520, 3, 136, 68, 0, 1519, 1517, 1, 0, 0, 0, 1519, 1518, 1, 0, 0, 0, 1520, 61, 1, 0, 0, 0, 1521, 1522, 3, 296, 148, 0, 1522, 1523, 5, 28, 0, 0, 1523, 1524, 5, 1, 0, 0, 1524, 1525, 3, 64, 32, 0, 1525, 1526, 5, 2, 0, 0, 1526, 63, 1, 0, 0, 0, 1527, 1529, 3, 296, 148, 0, 1528, 1527, 1, 0, 0, 0, 1528, 1529, 1, 0, 0, 0, 1529, 1540, 1, 0, 0, 0, 1530, 1531, 5, 201, 0, 0, 1531, 1532, 5, 36, 0, 0, 1532, 1537, 3, 136, 68, 0, 1533, 1534, 5, 3, 0, 0, 1534, 1536, 3, 136, 68, 0, 1535, 1533, 1, 0, 0, 0, 1536, 1539, 1, 0, 0, 0, 1537, 1535, 1, 0, 0, 0, 1537, 1538, 1, 0, 0, 0, 1538, 1541, 1, 0, 0, 0, 1539, 1537, 1, 0, 0, 0, 1540, 1530, 1, 0, 0, 0, 1540, 1541, 1, 0, 0, 0, 1541, 1552, 1, 0, 0, 0, 1542, 1543, 5, 195, 0, 0, 1543, 1544, 5, 36, 0, 0, 1544, 1549, 3, 50, 25, 0, 1545, 1546, 5, 3, 0, 0, 1546, 1548, 3, 50, 25, 0, 1547, 1545, 1, 0, 0, 0, 1548, 1551, 1, 0, 0, 0, 1549, 1547, 1, 0, 0, 0, 1549, 1550, 1, 0, 0, 0, 1550, 1553, 1, 0, 0, 0, 1551, 1549, 1, 0, 0, 0, 1552, 1542, 1, 0, 0, 0, 1552, 1553, 1, 0, 0, 0, 1553, 1555, 1, 0, 0, 0, 1554, 1556, 3, 198, 99, 0, 1555, 1554, 1, 0, 0, 0, 1555, 1556, 1, 0, 0, 0, 1556, 65, 1, 0, 0, 0, 1557, 1559, 3, 296, 148, 0, 1558, 1560, 3, 108, 54, 0, 1559, 1558, 1, 0, 0, 0, 1559, 1560, 1, 0, 0, 0, 1560, 1561, 1, 0, 0, 0, 1561, 1562, 5, 28, 0, 0, 1562, 1563, 5, 1, 0, 0, 1563, 1564, 3, 22, 11, 0, 1564, 1565, 5, 2, 0, 0, 1565, 67, 1, 0, 0, 0, 1566, 1567, 7, 10, 0, 0, 1567, 69, 1, 0, 0, 0, 1568, 1587, 5, 320, 0, 0, 1569, 1570, 3, 144, 72, 0, 1570, 1571, 5, 4, 0, 0, 1571, 1574, 5, 320, 0, 0, 1572, 1573, 5, 28, 0, 0, 1573, 1575, 3, 108, 54, 0, 1574, 1572, 1, 0, 0, 0, 1574, 1575, 1, 0, 0, 0, 1575, 1587, 1, 0, 0, 0, 1576, 1579, 3, 276, 138, 0, 1577, 1579, 3, 136, 68, 0, 1578, 1576, 1, 0, 0, 0, 1578, 1577, 1, 0, 0, 0, 1579, 1584, 1, 0, 0, 0, 1580, 1582, 5, 28, 0, 0, 1581, 1580, 1, 0, 0, 0, 1581, 1582, 1, 0, 0, 0, 1582, 1583, 1, 0, 0, 0, 1583, 1585, 3, 296, 148, 0, 1584, 1581, 1, 0, 0, 0, 1584, 1585, 1, 0, 0, 0, 1585, 1587, 1, 0, 0, 0, 1586, 1568, 1, 0, 0, 0, 1586, 1569, 1, 0, 0, 0, 1586, 1578, 1, 0, 0, 0, 1587, 71, 1, 0, 0, 0, 1588, 1589, 6, 36, -1, 0, 1589, 1590, 3, 78, 39, 0, 1590, 1609, 1, 0, 0, 0, 1591, 1605, 10, 2, 0, 0, 1592, 1593, 5, 54, 0, 0, 1593, 1594, 5, 136, 0, 0, 1594, 1606, 3, 78, 39, 0, 1595, 1596, 3, 74, 37, 0, 1596, 1597, 5, 136, 0, 0, 1597, 1598, 3, 72, 36, 0, 1598, 1599, 3, 76, 38, 0, 1599, 1606, 1, 0, 0, 0, 1600, 1601, 5, 172, 0, 0, 1601, 1602, 3, 74, 37, 0, 1602, 1603, 5, 136, 0, 0, 1603, 1604, 3, 78, 39, 0, 1604, 1606, 1, 0, 0, 0, 1605, 1592, 1, 0, 0, 0, 1605, 1595, 1, 0, 0, 0, 1605, 1600, 1, 0, 0, 0, 1606, 1608, 1, 0, 0, 0, 1607, 1591, 1, 0, 0, 0, 1608, 1611, 1, 0, 0, 0, 1609, 1607, 1, 0, 0, 0, 1609, 1610, 1, 0, 0, 0, 1610, 73, 1, 0, 0, 0, 1611, 1609, 1, 0, 0, 0, 1612, 1614, 5, 125, 0, 0, 1613, 1612, 1, 0, 0, 0, 1613, 1614, 1, 0, 0, 0, 1614, 1628, 1, 0, 0, 0, 1615, 1617, 5, 152, 0, 0, 1616, 1618, 5, 197, 0, 0, 1617, 1616, 1, 0, 0, 0, 1617, 1618, 1, 0, 0, 0, 1618, 1628, 1, 0, 0, 0, 1619, 1621, 5, 234, 0, 0, 1620, 1622, 5, 197, 0, 0, 1621, 1620, 1, 0, 0, 0, 1621, 1622, 1, 0, 0, 0, 1622, 1628, 1, 0, 0, 0, 1623, 1625, 5, 106, 0, 0, 1624, 1626, 5, 197, 0, 0, 1625, 1624, 1, 0, 0, 0, 1625, 1626, 1, 0, 0, 0, 1626, 1628, 1, 0, 0, 0, 1627, 1613, 1, 0, 0, 0, 1627, 1615, 1, 0, 0, 0, 1627, 1619, 1, 0, 0, 0, 1627, 1623, 1, 0, 0, 0, 1628, 75, 1, 0, 0, 0, 1629, 1630, 5, 190, 0, 0, 1630, 1644, 3, 138, 69, 0, 1631, 1632, 5, 290, 0, 0, 1632, 1633, 5, 1, 0, 0, 1633, 1638, 3, 296, 148, 0, 1634, 1635, 5, 3, 0, 0, 1635, 1637, 3, 296, 148, 0, 1636, 1634, 1, 0, 0, 0, 1637, 1640, 1, 0, 0, 0, 1638, 1636, 1, 0, 0, 0, 1638, 1639, 1, 0, 0, 0, 1639, 1641, 1, 0, 0, 0, 1640, 1638, 1, 0, 0, 0, 1641, 1642, 5, 2, 0, 0, 1642, 1644, 1, 0, 0, 0, 1643, 1629, 1, 0, 0, 0, 1643, 1631, 1, 0, 0, 0, 1644, 77, 1, 0, 0, 0, 1645, 1652, 3, 88, 44, 0, 1646, 1647, 5, 262, 0, 0, 1647, 1648, 3, 80, 40, 0, 1648, 1649, 5, 1, 0, 0, 1649, 1650, 3, 136, 68, 0, 1650, 1651, 5, 2, 0, 0, 1651, 1653, 1, 0, 0, 0, 1652, 1646, 1, 0, 0, 0, 1652, 1653, 1, 0, 0, 0, 1653, 79, 1, 0, 0, 0, 1654, 1655, 7, 11, 0, 0, 1655, 81, 1, 0, 0, 0, 1656, 1657, 7, 12, 0, 0, 1657, 83, 1, 0, 0, 0, 1658, 1665, 5, 89, 0, 0, 1659, 1661, 5, 274, 0, 0, 1660, 1662, 3, 168, 84, 0, 1661, 1660, 1, 0, 0, 0, 1661, 1662, 1, 0, 0, 0, 1662, 1663, 1, 0, 0, 0, 1663, 1665, 3, 86, 43, 0, 1664, 1658, 1, 0, 0, 0, 1664, 1659, 1, 0, 0, 0, 1665, 85, 1, 0, 0, 0, 1666, 1667, 5, 304, 0, 0, 1667, 1671, 5, 51, 0, 0, 1668, 1669, 5, 306, 0, 0, 1669, 1671, 5, 51, 0, 0, 1670, 1666, 1, 0, 0, 0, 1670, 1668, 1, 0, 0, 0, 1671, 87, 1, 0, 0, 0, 1672, 1755, 3, 102, 51, 0, 1673, 1674, 5, 166, 0, 0, 1674, 1685, 5, 1, 0, 0, 1675, 1676, 5, 201, 0, 0, 1676, 1677, 5, 36, 0, 0, 1677, 1682, 3, 136, 68, 0, 1678, 1679, 5, 3, 0, 0, 1679, 1681, 3, 136, 68, 0, 1680, 1678, 1, 0, 0, 0, 1681, 1684, 1, 0, 0, 0, 1682, 1680, 1, 0, 0, 0, 1682, 1683, 1, 0, 0, 0, 1683, 1686, 1, 0, 0, 0, 1684, 1682, 1, 0, 0, 0, 1685, 1675, 1, 0, 0, 0, 1685, 1686, 1, 0, 0, 0, 1686, 1697, 1, 0, 0, 0, 1687, 1688, 5, 195, 0, 0, 1688, 1689, 5, 36, 0, 0, 1689, 1694, 3, 50, 25, 0, 1690, 1691, 5, 3, 0, 0, 1691, 1693, 3, 50, 25, 0, 1692, 1690, 1, 0, 0, 0, 1693, 1696, 1, 0, 0, 0, 1694, 1692, 1, 0, 0, 0, 1694, 1695, 1, 0, 0, 0, 1695, 1698, 1, 0, 0, 0, 1696, 1694, 1, 0, 0, 0, 1697, 1687, 1, 0, 0, 0, 1697, 1698, 1, 0, 0, 0, 1698, 1708, 1, 0, 0, 0, 1699, 1700, 5, 168, 0, 0, 1700, 1705, 3, 90, 45, 0, 1701, 1702, 5, 3, 0, 0, 1702, 1704, 3, 90, 45, 0, 1703, 1701, 1, 0, 0, 0, 1704, 1707, 1, 0, 0, 0, 1705, 1703, 1, 0, 0, 0, 1705, 1706, 1, 0, 0, 0, 1706, 1709, 1, 0, 0, 0, 1707, 1705, 1, 0, 0, 0, 1708, 1699, 1, 0, 0, 0, 1708, 1709, 1, 0, 0, 0, 1709, 1711, 1, 0, 0, 0, 1710, 1712, 3, 92, 46, 0, 1711, 1710, 1, 0, 0, 0, 1711, 1712, 1, 0, 0, 0, 1712, 1716, 1, 0, 0, 0, 1713, 1714, 5, 21, 0, 0, 1714, 1715, 5, 163, 0, 0, 1715, 1717, 3, 96, 48, 0, 1716, 1713, 1, 0, 0, 0, 1716, 1717, 1, 0, 0, 0, 1717, 1719, 1, 0, 0, 0, 1718, 1720, 7, 13, 0, 0, 1719, 1718, 1, 0, 0, 0, 1719, 1720, 1, 0, 0, 0, 1720, 1721, 1, 0, 0, 0, 1721, 1722, 5, 206, 0, 0, 1722, 1723, 5, 1, 0, 0, 1723, 1724, 3, 204, 102, 0, 1724, 1734, 5, 2, 0, 0, 1725, 1726, 5, 257, 0, 0, 1726, 1731, 3, 98, 49, 0, 1727, 1728, 5, 3, 0, 0, 1728, 1730, 3, 98, 49, 0, 1729, 1727, 1, 0, 0, 0, 1730, 1733, 1, 0, 0, 0, 1731, 1729, 1, 0, 0, 0, 1731, 1732, 1, 0, 0, 0, 1732, 1735, 1, 0, 0, 0, 1733, 1731, 1, 0, 0, 0, 1734, 1725, 1, 0, 0, 0, 1734, 1735, 1, 0, 0, 0, 1735, 1736, 1, 0, 0, 0, 1736, 1737, 5, 71, 0, 0, 1737, 1742, 3, 100, 50, 0, 1738, 1739, 5, 3, 0, 0, 1739, 1741, 3, 100, 50, 0, 1740, 1738, 1, 0, 0, 0, 1741, 1744, 1, 0, 0, 0, 1742, 1740, 1, 0, 0, 0, 1742, 1743, 1, 0, 0, 0, 1743, 1745, 1, 0, 0, 0, 1744, 1742, 1, 0, 0, 0, 1745, 1753, 5, 2, 0, 0, 1746, 1748, 5, 28, 0, 0, 1747, 1746, 1, 0, 0, 0, 1747, 1748, 1, 0, 0, 0, 1748, 1749, 1, 0, 0, 0, 1749, 1751, 3, 296, 148, 0, 1750, 1752, 3, 108, 54, 0, 1751, 1750, 1, 0, 0, 0, 1751, 1752, 1, 0, 0, 0, 1752, 1754, 1, 0, 0, 0, 1753, 1747, 1, 0, 0, 0, 1753, 1754, 1, 0, 0, 0, 1754, 1756, 1, 0, 0, 0, 1755, 1673, 1, 0, 0, 0, 1755, 1756, 1, 0, 0, 0, 1756, 89, 1, 0, 0, 0, 1757, 1758, 3, 136, 68, 0, 1758, 1759, 5, 28, 0, 0, 1759, 1760, 3, 296, 148, 0, 1760, 91, 1, 0, 0, 0, 1761, 1762, 5, 191, 0, 0, 1762, 1763, 5, 239, 0, 0, 1763, 1764, 5, 207, 0, 0, 1764, 1773, 5, 163, 0, 0, 1765, 1766, 5, 22, 0, 0, 1766, 1767, 5, 240, 0, 0, 1767, 1768, 5, 207, 0, 0, 1768, 1770, 5, 163, 0, 0, 1769, 1771, 3, 94, 47, 0, 1770, 1769, 1, 0, 0, 0, 1770, 1771, 1, 0, 0, 0, 1771, 1773, 1, 0, 0, 0, 1772, 1761, 1, 0, 0, 0, 1772, 1765, 1, 0, 0, 0, 1773, 93, 1, 0, 0, 0, 1774, 1775, 5, 253, 0, 0, 1775, 1776, 5, 85, 0, 0, 1776, 1784, 5, 165, 0, 0, 1777, 1778, 5, 189, 0, 0, 1778, 1779, 5, 85, 0, 0, 1779, 1784, 5, 165, 0, 0, 1780, 1781, 5, 304, 0, 0, 1781, 1782, 5, 284, 0, 0, 1782, 1784, 5, 240, 0, 0, 1783, 1774, 1, 0, 0, 0, 1783, 1777, 1, 0, 0, 0, 1783, 1780, 1, 0, 0, 0, 1784, 95, 1, 0, 0, 0, 1785, 1786, 5, 5, 0, 0, 1786, 1787, 5, 269, 0, 0, 1787, 1788, 5, 174, 0, 0, 1788, 1805, 5, 239, 0, 0, 1789, 1790, 5, 5, 0, 0, 1790, 1791, 5, 204, 0, 0, 1791, 1792, 5, 148, 0, 0, 1792, 1805, 5, 239, 0, 0, 1793, 1794, 5, 5, 0, 0, 1794, 1795, 5, 269, 0, 0, 1795, 1796, 5, 101, 0, 0, 1796, 1805, 3, 296, 148, 0, 1797, 1798, 5, 5, 0, 0, 1798, 1799, 5, 269, 0, 0, 1799, 1800, 5, 148, 0, 0, 1800, 1805, 3, 296, 148, 0, 1801, 1802, 5, 5, 0, 0, 1802, 1803, 5, 269, 0, 0, 1803, 1805, 3, 296, 148, 0, 1804, 1785, 1, 0, 0, 0, 1804, 1789, 1, 0, 0, 0, 1804, 1793, 1, 0, 0, 0, 1804, 1797, 1, 0, 0, 0, 1804, 1801, 1, 0, 0, 0, 1805, 97, 1, 0, 0, 0, 1806, 1807, 3, 296, 148, 0, 1807, 1808, 5, 312, 0, 0, 1808, 1809, 5, 1, 0, 0, 1809, 1814, 3, 296, 148, 0, 1810, 1811, 5, 3, 0, 0, 1811, 1813, 3, 296, 148, 0, 1812, 1810, 1, 0, 0, 0, 1813, 1816, 1, 0, 0, 0, 1814, 1812, 1, 0, 0, 0, 1814, 1815, 1, 0, 0, 0, 1815, 1817, 1, 0, 0, 0, 1816, 1814, 1, 0, 0, 0, 1817, 1818, 5, 2, 0, 0, 1818, 99, 1, 0, 0, 0, 1819, 1820, 3, 296, 148, 0, 1820, 1821, 5, 28, 0, 0, 1821, 1822, 3, 136, 68, 0, 1822, 101, 1, 0, 0, 0, 1823, 1831, 3, 110, 55, 0, 1824, 1826, 5, 28, 0, 0, 1825, 1824, 1, 0, 0, 0, 1825, 1826, 1, 0, 0, 0, 1826, 1827, 1, 0, 0, 0, 1827, 1829, 3, 296, 148, 0, 1828, 1830, 3, 108, 54, 0, 1829, 1828, 1, 0, 0, 0, 1829, 1830, 1, 0, 0, 0, 1830, 1832, 1, 0, 0, 0, 1831, 1825, 1, 0, 0, 0, 1831, 1832, 1, 0, 0, 0, 1832, 103, 1, 0, 0, 0, 1833, 1834, 5, 1, 0, 0, 1834, 1839, 3, 280, 140, 0, 1835, 1836, 5, 3, 0, 0, 1836, 1838, 3, 280, 140, 0, 1837, 1835, 1, 0, 0, 0, 1838, 1841, 1, 0, 0, 0, 1839, 1837, 1, 0, 0, 0, 1839, 1840, 1, 0, 0, 0, 1840, 1842, 1, 0, 0, 0, 1841, 1839, 1, 0, 0, 0, 1842, 1843, 5, 2, 0, 0, 1843, 105, 1, 0, 0, 0, 1844, 1845, 5, 1, 0, 0, 1845, 1850, 3, 276, 138, 0, 1846, 1847, 5, 3, 0, 0, 1847, 1849, 3, 276, 138, 0, 1848, 1846, 1, 0, 0, 0, 1849, 1852, 1, 0, 0, 0, 1850, 1848, 1, 0, 0, 0, 1850, 1851, 1, 0, 0, 0, 1851, 1853, 1, 0, 0, 0, 1852, 1850, 1, 0, 0, 0, 1853, 1854, 5, 2, 0, 0, 1854, 107, 1, 0, 0, 0, 1855, 1856, 5, 1, 0, 0, 1856, 1861, 3, 296, 148, 0, 1857, 1858, 5, 3, 0, 0, 1858, 1860, 3, 296, 148, 0, 1859, 1857, 1, 0, 0, 0, 1860, 1863, 1, 0, 0, 0, 1861, 1859, 1, 0, 0, 0, 1861, 1862, 1, 0, 0, 0, 1862, 1864, 1, 0, 0, 0, 1863, 1861, 1, 0, 0, 0, 1864, 1865, 5, 2, 0, 0, 1865, 109, 1, 0, 0, 0, 1866, 1868, 3, 254, 127, 0, 1867, 1869, 3, 284, 142, 0, 1868, 1867, 1, 0, 0, 0, 1868, 1869, 1, 0, 0, 0, 1869, 1938, 1, 0, 0, 0, 1870, 1871, 5, 1, 0, 0, 1871, 1872, 3, 22, 11, 0, 1872, 1873, 5, 2, 0, 0, 1873, 1938, 1, 0, 0, 0, 1874, 1875, 5, 285, 0, 0, 1875, 1876, 5, 1, 0, 0, 1876, 1881, 3, 136, 68, 0, 1877, 1878, 5, 3, 0, 0, 1878, 1880, 3, 136, 68, 0, 1879, 1877, 1, 0, 0, 0, 1880, 1883, 1, 0, 0, 0, 1881, 1879, 1, 0, 0, 0, 1881, 1882, 1, 0, 0, 0, 1882, 1884, 1, 0, 0, 0, 1883, 1881, 1, 0, 0, 0, 1884, 1887, 5, 2, 0, 0, 1885, 1886, 5, 304, 0, 0, 1886, 1888, 5, 196, 0, 0, 1887, 1885, 1, 0, 0, 0, 1887, 1888, 1, 0, 0, 0, 1888, 1938, 1, 0, 0, 0, 1889, 1890, 5, 149, 0, 0, 1890, 1891, 5, 1, 0, 0, 1891, 1892, 3, 22, 11, 0, 1892, 1893, 5, 2, 0, 0, 1893, 1938, 1, 0, 0, 0, 1894, 1895, 5, 260, 0, 0, 1895, 1896, 5, 1, 0, 0, 1896, 1897, 3, 122, 61, 0, 1897, 1898, 5, 2, 0, 0, 1898, 1938, 1, 0, 0, 0, 1899, 1900, 5, 1, 0, 0, 1900, 1901, 3, 72, 36, 0, 1901, 1902, 5, 2, 0, 0, 1902, 1938, 1, 0, 0, 0, 1903, 1904, 5, 142, 0, 0, 1904, 1905, 5, 1, 0, 0, 1905, 1906, 3, 146, 73, 0, 1906, 1907, 5, 45, 0, 0, 1907, 1908, 5, 1, 0, 0, 1908, 1913, 3, 112, 56, 0, 1909, 1910, 5, 3, 0, 0, 1910, 1912, 3, 112, 56, 0, 1911, 1909, 1, 0, 0, 0, 1912, 1915, 1, 0, 0, 0, 1913, 1911, 1, 0, 0, 0, 1913, 1914, 1, 0, 0, 0, 1914, 1916, 1, 0, 0, 0, 1915, 1913, 1, 0, 0, 0, 1916, 1928, 5, 2, 0, 0, 1917, 1918, 5, 210, 0, 0, 1918, 1919, 5, 1, 0, 0, 1919, 1920, 3, 114, 57, 0, 1920, 1921, 5, 2, 0, 0, 1921, 1929, 1, 0, 0, 0, 1922, 1923, 5, 210, 0, 0, 1923, 1924, 5, 70, 0, 0, 1924, 1925, 5, 1, 0, 0, 1925, 1926, 3, 120, 60, 0, 1926, 1927, 5, 2, 0, 0, 1927, 1929, 1, 0, 0, 0, 1928, 1917, 1, 0, 0, 0, 1928, 1922, 1, 0, 0, 0, 1928, 1929, 1, 0, 0, 0, 1929, 1933, 1, 0, 0, 0, 1930, 1931, 7, 14, 0, 0, 1931, 1932, 5, 190, 0, 0, 1932, 1934, 5, 89, 0, 0, 1933, 1930, 1, 0, 0, 0, 1933, 1934, 1, 0, 0, 0, 1934, 1935, 1, 0, 0, 0, 1935, 1936, 5, 2, 0, 0, 1936, 1938, 1, 0, 0, 0, 1937, 1866, 1, 0, 0, 0, 1937, 1870, 1, 0, 0, 0, 1937, 1874, 1, 0, 0, 0, 1937, 1889, 1, 0, 0, 0, 1937, 1894, 1, 0, 0, 0, 1937, 1899, 1, 0, 0, 0, 1937, 1903, 1, 0, 0, 0, 1938, 111, 1, 0, 0, 0, 1939, 1940, 3, 296, 148, 0, 1940, 1941, 5, 103, 0, 0, 1941, 1942, 5, 196, 0, 0, 1942, 2017, 1, 0, 0, 0, 1943, 1944, 3, 296, 148, 0, 1944, 1947, 3, 184, 92, 0, 1945, 1946, 5, 205, 0, 0, 1946, 1948, 3, 168, 84, 0, 1947, 1945, 1, 0, 0, 0, 1947, 1948, 1, 0, 0, 0, 1948, 1953, 1, 0, 0, 0, 1949, 1950, 3, 156, 78, 0, 1950, 1951, 5, 190, 0, 0, 1951, 1952, 5, 85, 0, 0, 1952, 1954, 1, 0, 0, 0, 1953, 1949, 1, 0, 0, 0, 1953, 1954, 1, 0, 0, 0, 1954, 1959, 1, 0, 0, 0, 1955, 1956, 3, 156, 78, 0, 1956, 1957, 5, 190, 0, 0, 1957, 1958, 5, 89, 0, 0, 1958, 1960, 1, 0, 0, 0, 1959, 1955, 1, 0, 0, 0, 1959, 1960, 1, 0, 0, 0, 1960, 2017, 1, 0, 0, 0, 1961, 1962, 3, 296, 148, 0, 1962, 1963, 3, 184, 92, 0, 1963, 1964, 5, 104, 0, 0, 1964, 1967, 3, 150, 75, 0, 1965, 1966, 5, 205, 0, 0, 1966, 1968, 3, 168, 84, 0, 1967, 1965, 1, 0, 0, 0, 1967, 1968, 1, 0, 0, 0, 1968, 1972, 1, 0, 0, 0, 1969, 1970, 3, 158, 79, 0, 1970, 1971, 5, 308, 0, 0, 1971, 1973, 1, 0, 0, 0, 1972, 1969, 1, 0, 0, 0, 1972, 1973, 1, 0, 0, 0, 1973, 1981, 1, 0, 0, 0, 1974, 1975, 7, 15, 0, 0, 1975, 1979, 5, 218, 0, 0, 1976, 1977, 5, 190, 0, 0, 1977, 1978, 5, 242, 0, 0, 1978, 1980, 5, 264, 0, 0, 1979, 1976, 1, 0, 0, 0, 1979, 1980, 1, 0, 0, 0, 1980, 1982, 1, 0, 0, 0, 1981, 1974, 1, 0, 0, 0, 1981, 1982, 1, 0, 0, 0, 1982, 1987, 1, 0, 0, 0, 1983, 1984, 3, 160, 80, 0, 1984, 1985, 5, 190, 0, 0, 1985, 1986, 5, 85, 0, 0, 1986, 1988, 1, 0, 0, 0, 1987, 1983, 1, 0, 0, 0, 1987, 1988, 1, 0, 0, 0, 1988, 1993, 1, 0, 0, 0, 1989, 1990, 3, 160, 80, 0, 1990, 1991, 5, 190, 0, 0, 1991, 1992, 5, 89, 0, 0, 1992, 1994, 1, 0, 0, 0, 1993, 1989, 1, 0, 0, 0, 1993, 1994, 1, 0, 0, 0, 1994, 2017, 1, 0, 0, 0, 1995, 1997, 5, 173, 0, 0, 1996, 1998, 5, 205, 0, 0, 1997, 1996, 1, 0, 0, 0, 1997, 1998, 1, 0, 0, 0, 1998, 1999, 1, 0, 0, 0, 1999, 2002, 3, 168, 84, 0, 2000, 2001, 5, 28, 0, 0, 2001, 2003, 3, 296, 148, 0, 2002, 2000, 1, 0, 0, 0, 2002, 2003, 1, 0, 0, 0, 2003, 2004, 1, 0, 0, 0, 2004, 2005, 5, 45, 0, 0, 2005, 2006, 5, 1, 0, 0, 2006, 2011, 3, 112, 56, 0, 2007, 2008, 5, 3, 0, 0, 2008, 2010, 3, 112, 56, 0, 2009, 2007, 1, 0, 0, 0, 2010, 2013, 1, 0, 0, 0, 2011, 2009, 1, 0, 0, 0, 2011, 2012, 1, 0, 0, 0, 2012, 2014, 1, 0, 0, 0, 2013, 2011, 1, 0, 0, 0, 2014, 2015, 5, 2, 0, 0, 2015, 2017, 1, 0, 0, 0, 2016, 1939, 1, 0, 0, 0, 2016, 1943, 1, 0, 0, 0, 2016, 1961, 1, 0, 0, 0, 2016, 1995, 1, 0, 0, 0, 2017, 113, 1, 0, 0, 0, 2018, 2044, 3, 116, 58, 0, 2019, 2020, 3, 116, 58, 0, 2020, 2021, 7, 16, 0, 0, 2021, 2022, 3, 118, 59, 0, 2022, 2044, 1, 0, 0, 0, 2023, 2024, 3, 118, 59, 0, 2024, 2025, 5, 281, 0, 0, 2025, 2030, 3, 118, 59, 0, 2026, 2027, 5, 281, 0, 0, 2027, 2029, 3, 118, 59, 0, 2028, 2026, 1, 0, 0, 0, 2029, 2032, 1, 0, 0, 0, 2030, 2028, 1, 0, 0, 0, 2030, 2031, 1, 0, 0, 0, 2031, 2044, 1, 0, 0, 0, 2032, 2030, 1, 0, 0, 0, 2033, 2034, 3, 118, 59, 0, 2034, 2035, 5, 54, 0, 0, 2035, 2040, 3, 118, 59, 0, 2036, 2037, 5, 54, 0, 0, 2037, 2039, 3, 118, 59, 0, 2038, 2036, 1, 0, 0, 0, 2039, 2042, 1, 0, 0, 0, 2040, 2038, 1, 0, 0, 0, 2040, 2041, 1, 0, 0, 0, 2041, 2044, 1, 0, 0, 0, 2042, 2040, 1, 0, 0, 0, 2043, 2018, 1, 0, 0, 0, 2043, 2019, 1, 0, 0, 0, 2043, 2023, 1, 0, 0, 0, 2043, 2033, 1, 0, 0, 0, 2044, 115, 1, 0, 0, 0, 2045, 2046, 3, 296, 148, 0, 2046, 117, 1, 0, 0, 0, 2047, 2053, 3, 116, 58, 0, 2048, 2049, 5, 1, 0, 0, 2049, 2050, 3, 114, 57, 0, 2050, 2051, 5, 2, 0, 0, 2051, 2053, 1, 0, 0, 0, 2052, 2047, 1, 0, 0, 0, 2052, 2048, 1, 0, 0, 0, 2053, 119, 1, 0, 0, 0, 2054, 2057, 7, 16, 0, 0, 2055, 2056, 5, 3, 0, 0, 2056, 2058, 7, 17, 0, 0, 2057, 2055, 1, 0, 0, 0, 2057, 2058, 1, 0, 0, 0, 2058, 2065, 1, 0, 0, 0, 2059, 2062, 7, 17, 0, 0, 2060, 2061, 5, 3, 0, 0, 2061, 2063, 7, 16, 0, 0, 2062, 2060, 1, 0, 0, 0, 2062, 2063, 1, 0, 0, 0, 2063, 2065, 1, 0, 0, 0, 2064, 2054, 1, 0, 0, 0, 2064, 2059, 1, 0, 0, 0, 2065, 121, 1, 0, 0, 0, 2066, 2067, 3, 272, 136, 0, 2067, 2076, 5, 1, 0, 0, 2068, 2073, 3, 124, 62, 0, 2069, 2070, 5, 3, 0, 0, 2070, 2072, 3, 124, 62, 0, 2071, 2069, 1, 0, 0, 0, 2072, 2075, 1, 0, 0, 0, 2073, 2071, 1, 0, 0, 0, 2073, 2074, 1, 0, 0, 0, 2074, 2077, 1, 0, 0, 0, 2075, 2073, 1, 0, 0, 0, 2076, 2068, 1, 0, 0, 0, 2076, 2077, 1, 0, 0, 0, 2077, 2087, 1, 0, 0, 0, 2078, 2079, 5, 52, 0, 0, 2079, 2084, 3, 134, 67, 0, 2080, 2081, 5, 3, 0, 0, 2081, 2083, 3, 134, 67, 0, 2082, 2080, 1, 0, 0, 0, 2083, 2086, 1, 0, 0, 0, 2084, 2082, 1, 0, 0, 0, 2084, 2085, 1, 0, 0, 0, 2085, 2088, 1, 0, 0, 0, 2086, 2084, 1, 0, 0, 0, 2087, 2078, 1, 0, 0, 0, 2087, 2088, 1, 0, 0, 0, 2088, 2089, 1, 0, 0, 0, 2089, 2090, 5, 2, 0, 0, 2090, 123, 1, 0, 0, 0, 2091, 2092, 3, 296, 148, 0, 2092, 2093, 5, 6, 0, 0, 2093, 2095, 1, 0, 0, 0, 2094, 2091, 1, 0, 0, 0, 2094, 2095, 1, 0, 0, 0, 2095, 2099, 1, 0, 0, 0, 2096, 2100, 3, 126, 63, 0, 2097, 2100, 3, 130, 65, 0, 2098, 2100, 3, 136, 68, 0, 2099, 2096, 1, 0, 0, 0, 2099, 2097, 1, 0, 0, 0, 2099, 2098, 1, 0, 0, 0, 2100, 125, 1, 0, 0, 0, 2101, 2119, 3, 128, 64, 0, 2102, 2103, 5, 201, 0, 0, 2103, 2117, 5, 36, 0, 0, 2104, 2113, 5, 1, 0, 0, 2105, 2110, 3, 136, 68, 0, 2106, 2107, 5, 3, 0, 0, 2107, 2109, 3, 136, 68, 0, 2108, 2106, 1, 0, 0, 0, 2109, 2112, 1, 0, 0, 0, 2110, 2108, 1, 0, 0, 0, 2110, 2111, 1, 0, 0, 0, 2111, 2114, 1, 0, 0, 0, 2112, 2110, 1, 0, 0, 0, 2113, 2105, 1, 0, 0, 0, 2113, 2114, 1, 0, 0, 0, 2114, 2115, 1, 0, 0, 0, 2115, 2118, 5, 2, 0, 0, 2116, 2118, 3, 136, 68, 0, 2117, 2104, 1, 0, 0, 0, 2117, 2116, 1, 0, 0, 0, 2118, 2120, 1, 0, 0, 0, 2119, 2102, 1, 0, 0, 0, 2119, 2120, 1, 0, 0, 0, 2120, 2127, 1, 0, 0, 0, 2121, 2122, 5, 217, 0, 0, 2122, 2123, 5, 300, 0, 0, 2123, 2128, 5, 85, 0, 0, 2124, 2125, 5, 144, 0, 0, 2125, 2126, 5, 300, 0, 0, 2126, 2128, 5, 85, 0, 0, 2127, 2121, 1, 0, 0, 0, 2127, 2124, 1, 0, 0, 0, 2127, 2128, 1, 0, 0, 0, 2128, 2145, 1, 0, 0, 0, 2129, 2130, 5, 195, 0, 0, 2130, 2143, 5, 36, 0, 0, 2131, 2132, 5, 1, 0, 0, 2132, 2137, 3, 50, 25, 0, 2133, 2134, 5, 3, 0, 0, 2134, 2136, 3, 50, 25, 0, 2135, 2133, 1, 0, 0, 0, 2136, 2139, 1, 0, 0, 0, 2137, 2135, 1, 0, 0, 0, 2137, 2138, 1, 0, 0, 0, 2138, 2140, 1, 0, 0, 0, 2139, 2137, 1, 0, 0, 0, 2140, 2141, 5, 2, 0, 0, 2141, 2144, 1, 0, 0, 0, 2142, 2144, 3, 50, 25, 0, 2143, 2131, 1, 0, 0, 0, 2143, 2142, 1, 0, 0, 0, 2144, 2146, 1, 0, 0, 0, 2145, 2129, 1, 0, 0, 0, 2145, 2146, 1, 0, 0, 0, 2146, 127, 1, 0, 0, 0, 2147, 2148, 5, 260, 0, 0, 2148, 2149, 5, 1, 0, 0, 2149, 2150, 3, 256, 128, 0, 2150, 2158, 5, 2, 0, 0, 2151, 2153, 5, 28, 0, 0, 2152, 2151, 1, 0, 0, 0, 2152, 2153, 1, 0, 0, 0, 2153, 2154, 1, 0, 0, 0, 2154, 2156, 3, 296, 148, 0, 2155, 2157, 3, 108, 54, 0, 2156, 2155, 1, 0, 0, 0, 2156, 2157, 1, 0, 0, 0, 2157, 2159, 1, 0, 0, 0, 2158, 2152, 1, 0, 0, 0, 2158, 2159, 1, 0, 0, 0, 2159, 2174, 1, 0, 0, 0, 2160, 2161, 5, 260, 0, 0, 2161, 2162, 5, 1, 0, 0, 2162, 2163, 3, 22, 11, 0, 2163, 2171, 5, 2, 0, 0, 2164, 2166, 5, 28, 0, 0, 2165, 2164, 1, 0, 0, 0, 2165, 2166, 1, 0, 0, 0, 2166, 2167, 1, 0, 0, 0, 2167, 2169, 3, 296, 148, 0, 2168, 2170, 3, 108, 54, 0, 2169, 2168, 1, 0, 0, 0, 2169, 2170, 1, 0, 0, 0, 2170, 2172, 1, 0, 0, 0, 2171, 2165, 1, 0, 0, 0, 2171, 2172, 1, 0, 0, 0, 2172, 2174, 1, 0, 0, 0, 2173, 2147, 1, 0, 0, 0, 2173, 2160, 1, 0, 0, 0, 2174, 129, 1, 0, 0, 0, 2175, 2176, 5, 77, 0, 0, 2176, 2177, 5, 1, 0, 0, 2177, 2182, 3, 132, 66, 0, 2178, 2179, 5, 3, 0, 0, 2179, 2181, 3, 132, 66, 0, 2180, 2178, 1, 0, 0, 0, 2181, 2184, 1, 0, 0, 0, 2182, 2180, 1, 0, 0, 0, 2182, 2183, 1, 0, 0, 0, 2183, 2185, 1, 0, 0, 0, 2184, 2182, 1, 0, 0, 0, 2185, 2186, 5, 2, 0, 0, 2186, 2194, 1, 0, 0, 0, 2187, 2188, 5, 41, 0, 0, 2188, 2189, 5, 1, 0, 0, 2189, 2190, 5, 183, 0, 0, 2190, 2191, 5, 28, 0, 0, 2191, 2192, 5, 77, 0, 0, 2192, 2194, 5, 2, 0, 0, 2193, 2175, 1, 0, 0, 0, 2193, 2187, 1, 0, 0, 0, 2194, 131, 1, 0, 0, 0, 2195, 2197, 3, 296, 148, 0, 2196, 2198, 3, 184, 92, 0, 2197, 2196, 1, 0, 0, 0, 2197, 2198, 1, 0, 0, 0, 2198, 133, 1, 0, 0, 0, 2199, 2200, 5, 1, 0, 0, 2200, 2201, 3, 282, 141, 0, 2201, 2202, 5, 3, 0, 0, 2202, 2207, 3, 282, 141, 0, 2203, 2204, 5, 3, 0, 0, 2204, 2206, 3, 282, 141, 0, 2205, 2203, 1, 0, 0, 0, 2206, 2209, 1, 0, 0, 0, 2207, 2205, 1, 0, 0, 0, 2207, 2208, 1, 0, 0, 0, 2208, 2210, 1, 0, 0, 0, 2209, 2207, 1, 0, 0, 0, 2210, 2211, 5, 2, 0, 0, 2211, 135, 1, 0, 0, 0, 2212, 2213, 3, 138, 69, 0, 2213, 137, 1, 0, 0, 0, 2214, 2215, 6, 69, -1, 0, 2215, 2217, 3, 142, 71, 0, 2216, 2218, 3, 140, 70, 0, 2217, 2216, 1, 0, 0, 0, 2217, 2218, 1, 0, 0, 0, 2218, 2222, 1, 0, 0, 0, 2219, 2220, 5, 182, 0, 0, 2220, 2222, 3, 138, 69, 3, 2221, 2214, 1, 0, 0, 0, 2221, 2219, 1, 0, 0, 0, 2222, 2231, 1, 0, 0, 0, 2223, 2224, 10, 2, 0, 0, 2224, 2225, 5, 25, 0, 0, 2225, 2230, 3, 138, 69, 3, 2226, 2227, 10, 1, 0, 0, 2227, 2228, 5, 194, 0, 0, 2228, 2230, 3, 138, 69, 2, 2229, 2223, 1, 0, 0, 0, 2229, 2226, 1, 0, 0, 0, 2230, 2233, 1, 0, 0, 0, 2231, 2229, 1, 0, 0, 0, 2231, 2232, 1, 0, 0, 0, 2232, 139, 1, 0, 0, 0, 2233, 2231, 1, 0, 0, 0, 2234, 2235, 3, 172, 86, 0, 2235, 2236, 3, 142, 71, 0, 2236, 2296, 1, 0, 0, 0, 2237, 2238, 3, 172, 86, 0, 2238, 2239, 3, 174, 87, 0, 2239, 2240, 5, 1, 0, 0, 2240, 2241, 3, 22, 11, 0, 2241, 2242, 5, 2, 0, 0, 2242, 2296, 1, 0, 0, 0, 2243, 2245, 5, 182, 0, 0, 2244, 2243, 1, 0, 0, 0, 2244, 2245, 1, 0, 0, 0, 2245, 2246, 1, 0, 0, 0, 2246, 2247, 5, 34, 0, 0, 2247, 2248, 3, 142, 71, 0, 2248, 2249, 5, 25, 0, 0, 2249, 2250, 3, 142, 71, 0, 2250, 2296, 1, 0, 0, 0, 2251, 2253, 5, 182, 0, 0, 2252, 2251, 1, 0, 0, 0, 2252, 2253, 1, 0, 0, 0, 2253, 2254, 1, 0, 0, 0, 2254, 2255, 5, 122, 0, 0, 2255, 2256, 5, 1, 0, 0, 2256, 2261, 3, 136, 68, 0, 2257, 2258, 5, 3, 0, 0, 2258, 2260, 3, 136, 68, 0, 2259, 2257, 1, 0, 0, 0, 2260, 2263, 1, 0, 0, 0, 2261, 2259, 1, 0, 0, 0, 2261, 2262, 1, 0, 0, 0, 2262, 2264, 1, 0, 0, 0, 2263, 2261, 1, 0, 0, 0, 2264, 2265, 5, 2, 0, 0, 2265, 2296, 1, 0, 0, 0, 2266, 2268, 5, 182, 0, 0, 2267, 2266, 1, 0, 0, 0, 2267, 2268, 1, 0, 0, 0, 2268, 2269, 1, 0, 0, 0, 2269, 2270, 5, 122, 0, 0, 2270, 2271, 5, 1, 0, 0, 2271, 2272, 3, 22, 11, 0, 2272, 2273, 5, 2, 0, 0, 2273, 2296, 1, 0, 0, 0, 2274, 2276, 5, 182, 0, 0, 2275, 2274, 1, 0, 0, 0, 2275, 2276, 1, 0, 0, 0, 2276, 2277, 1, 0, 0, 0, 2277, 2278, 5, 154, 0, 0, 2278, 2281, 3, 142, 71, 0, 2279, 2280, 5, 90, 0, 0, 2280, 2282, 3, 142, 71, 0, 2281, 2279, 1, 0, 0, 0, 2281, 2282, 1, 0, 0, 0, 2282, 2296, 1, 0, 0, 0, 2283, 2285, 5, 133, 0, 0, 2284, 2286, 5, 182, 0, 0, 2285, 2284, 1, 0, 0, 0, 2285, 2286, 1, 0, 0, 0, 2286, 2287, 1, 0, 0, 0, 2287, 2296, 5, 183, 0, 0, 2288, 2290, 5, 133, 0, 0, 2289, 2291, 5, 182, 0, 0, 2290, 2289, 1, 0, 0, 0, 2290, 2291, 1, 0, 0, 0, 2291, 2292, 1, 0, 0, 0, 2292, 2293, 5, 79, 0, 0, 2293, 2294, 5, 105, 0, 0, 2294, 2296, 3, 142, 71, 0, 2295, 2234, 1, 0, 0, 0, 2295, 2237, 1, 0, 0, 0, 2295, 2244, 1, 0, 0, 0, 2295, 2252, 1, 0, 0, 0, 2295, 2267, 1, 0, 0, 0, 2295, 2275, 1, 0, 0, 0, 2295, 2283, 1, 0, 0, 0, 2295, 2288, 1, 0, 0, 0, 2296, 141, 1, 0, 0, 0, 2297, 2298, 6, 71, -1, 0, 2298, 2302, 3, 144, 72, 0, 2299, 2300, 7, 18, 0, 0, 2300, 2302, 3, 142, 71, 4, 2301, 2297, 1, 0, 0, 0, 2301, 2299, 1, 0, 0, 0, 2302, 2317, 1, 0, 0, 0, 2303, 2304, 10, 3, 0, 0, 2304, 2305, 7, 19, 0, 0, 2305, 2316, 3, 142, 71, 4, 2306, 2307, 10, 2, 0, 0, 2307, 2308, 7, 18, 0, 0, 2308, 2316, 3, 142, 71, 3, 2309, 2310, 10, 1, 0, 0, 2310, 2311, 5, 323, 0, 0, 2311, 2316, 3, 142, 71, 2, 2312, 2313, 10, 5, 0, 0, 2313, 2314, 5, 30, 0, 0, 2314, 2316, 3, 170, 85, 0, 2315, 2303, 1, 0, 0, 0, 2315, 2306, 1, 0, 0, 0, 2315, 2309, 1, 0, 0, 0, 2315, 2312, 1, 0, 0, 0, 2316, 2319, 1, 0, 0, 0, 2317, 2315, 1, 0, 0, 0, 2317, 2318, 1, 0, 0, 0, 2318, 143, 1, 0, 0, 0, 2319, 2317, 1, 0, 0, 0, 2320, 2321, 6, 72, -1, 0, 2321, 2774, 5, 183, 0, 0, 2322, 2774, 3, 178, 89, 0, 2323, 2324, 3, 278, 139, 0, 2324, 2325, 3, 168, 84, 0, 2325, 2774, 1, 0, 0, 0, 2326, 2327, 5, 82, 0, 0, 2327, 2328, 5, 213, 0, 0, 2328, 2774, 3, 168, 84, 0, 2329, 2774, 3, 298, 149, 0, 2330, 2774, 3, 176, 88, 0, 2331, 2774, 3, 168, 84, 0, 2332, 2774, 5, 328, 0, 0, 2333, 2774, 5, 324, 0, 0, 2334, 2335, 5, 211, 0, 0, 2335, 2336, 5, 1, 0, 0, 2336, 2337, 3, 142, 71, 0, 2337, 2338, 5, 122, 0, 0, 2338, 2339, 3, 142, 71, 0, 2339, 2340, 5, 2, 0, 0, 2340, 2774, 1, 0, 0, 0, 2341, 2342, 5, 1, 0, 0, 2342, 2345, 3, 136, 68, 0, 2343, 2344, 5, 3, 0, 0, 2344, 2346, 3, 136, 68, 0, 2345, 2343, 1, 0, 0, 0, 2346, 2347, 1, 0, 0, 0, 2347, 2345, 1, 0, 0, 0, 2347, 2348, 1, 0, 0, 0, 2348, 2349, 1, 0, 0, 0, 2349, 2350, 5, 2, 0, 0, 2350, 2774, 1, 0, 0, 0, 2351, 2352, 5, 239, 0, 0, 2352, 2353, 5, 1, 0, 0, 2353, 2358, 3, 136, 68, 0, 2354, 2355, 5, 3, 0, 0, 2355, 2357, 3, 136, 68, 0, 2356, 2354, 1, 0, 0, 0, 2357, 2360, 1, 0, 0, 0, 2358, 2356, 1, 0, 0, 0, 2358, 2359, 1, 0, 0, 0, 2359, 2361, 1, 0, 0, 0, 2360, 2358, 1, 0, 0, 0, 2361, 2362, 5, 2, 0, 0, 2362, 2774, 1, 0, 0, 0, 2363, 2364, 5, 156, 0, 0, 2364, 2366, 5, 1, 0, 0, 2365, 2367, 3, 68, 34, 0, 2366, 2365, 1, 0, 0, 0, 2366, 2367, 1, 0, 0, 0, 2367, 2368, 1, 0, 0, 0, 2368, 2371, 3, 136, 68, 0, 2369, 2370, 5, 3, 0, 0, 2370, 2372, 3, 168, 84, 0, 2371, 2369, 1, 0, 0, 0, 2371, 2372, 1, 0, 0, 0, 2372, 2376, 1, 0, 0, 0, 2373, 2374, 5, 190, 0, 0, 2374, 2375, 5, 200, 0, 0, 2375, 2377, 3, 84, 42, 0, 2376, 2373, 1, 0, 0, 0, 2376, 2377, 1, 0, 0, 0, 2377, 2378, 1, 0, 0, 0, 2378, 2379, 5, 2, 0, 0, 2379, 2380, 5, 305, 0, 0, 2380, 2381, 5, 114, 0, 0, 2381, 2382, 5, 1, 0, 0, 2382, 2383, 5, 195, 0, 0, 2383, 2384, 5, 36, 0, 0, 2384, 2389, 3, 50, 25, 0, 2385, 2386, 5, 3, 0, 0, 2386, 2388, 3, 50, 25, 0, 2387, 2385, 1, 0, 0, 0, 2388, 2391, 1, 0, 0, 0, 2389, 2387, 1, 0, 0, 0, 2389, 2390, 1, 0, 0, 0, 2390, 2392, 1, 0, 0, 0, 2391, 2389, 1, 0, 0, 0, 2392, 2393, 5, 2, 0, 0, 2393, 2395, 1, 0, 0, 0, 2394, 2396, 3, 192, 96, 0, 2395, 2394, 1, 0, 0, 0, 2395, 2396, 1, 0, 0, 0, 2396, 2774, 1, 0, 0, 0, 2397, 2399, 3, 164, 82, 0, 2398, 2397, 1, 0, 0, 0, 2398, 2399, 1, 0, 0, 0, 2399, 2400, 1, 0, 0, 0, 2400, 2401, 3, 272, 136, 0, 2401, 2405, 5, 1, 0, 0, 2402, 2403, 3, 296, 148, 0, 2403, 2404, 5, 4, 0, 0, 2404, 2406, 1, 0, 0, 0, 2405, 2402, 1, 0, 0, 0, 2405, 2406, 1, 0, 0, 0, 2406, 2407, 1, 0, 0, 0, 2407, 2408, 5, 320, 0, 0, 2408, 2410, 5, 2, 0, 0, 2409, 2411, 3, 192, 96, 0, 2410, 2409, 1, 0, 0, 0, 2410, 2411, 1, 0, 0, 0, 2411, 2413, 1, 0, 0, 0, 2412, 2414, 3, 196, 98, 0, 2413, 2412, 1, 0, 0, 0, 2413, 2414, 1, 0, 0, 0, 2414, 2774, 1, 0, 0, 0, 2415, 2417, 3, 164, 82, 0, 2416, 2415, 1, 0, 0, 0, 2416, 2417, 1, 0, 0, 0, 2417, 2418, 1, 0, 0, 0, 2418, 2419, 3, 272, 136, 0, 2419, 2431, 5, 1, 0, 0, 2420, 2422, 3, 68, 34, 0, 2421, 2420, 1, 0, 0, 0, 2421, 2422, 1, 0, 0, 0, 2422, 2423, 1, 0, 0, 0, 2423, 2428, 3, 136, 68, 0, 2424, 2425, 5, 3, 0, 0, 2425, 2427, 3, 136, 68, 0, 2426, 2424, 1, 0, 0, 0, 2427, 2430, 1, 0, 0, 0, 2428, 2426, 1, 0, 0, 0, 2428, 2429, 1, 0, 0, 0, 2429, 2432, 1, 0, 0, 0, 2430, 2428, 1, 0, 0, 0, 2431, 2421, 1, 0, 0, 0, 2431, 2432, 1, 0, 0, 0, 2432, 2443, 1, 0, 0, 0, 2433, 2434, 5, 195, 0, 0, 2434, 2435, 5, 36, 0, 0, 2435, 2440, 3, 50, 25, 0, 2436, 2437, 5, 3, 0, 0, 2437, 2439, 3, 50, 25, 0, 2438, 2436, 1, 0, 0, 0, 2439, 2442, 1, 0, 0, 0, 2440, 2438, 1, 0, 0, 0, 2440, 2441, 1, 0, 0, 0, 2441, 2444, 1, 0, 0, 0, 2442, 2440, 1, 0, 0, 0, 2443, 2433, 1, 0, 0, 0, 2443, 2444, 1, 0, 0, 0, 2444, 2445, 1, 0, 0, 0, 2445, 2447, 5, 2, 0, 0, 2446, 2448, 3, 192, 96, 0, 2447, 2446, 1, 0, 0, 0, 2447, 2448, 1, 0, 0, 0, 2448, 2453, 1, 0, 0, 0, 2449, 2451, 3, 166, 83, 0, 2450, 2449, 1, 0, 0, 0, 2450, 2451, 1, 0, 0, 0, 2451, 2452, 1, 0, 0, 0, 2452, 2454, 3, 196, 98, 0, 2453, 2450, 1, 0, 0, 0, 2453, 2454, 1, 0, 0, 0, 2454, 2774, 1, 0, 0, 0, 2455, 2456, 3, 296, 148, 0, 2456, 2457, 3, 196, 98, 0, 2457, 2774, 1, 0, 0, 0, 2458, 2459, 3, 296, 148, 0, 2459, 2460, 5, 7, 0, 0, 2460, 2461, 3, 136, 68, 0, 2461, 2774, 1, 0, 0, 0, 2462, 2471, 5, 1, 0, 0, 2463, 2468, 3, 296, 148, 0, 2464, 2465, 5, 3, 0, 0, 2465, 2467, 3, 296, 148, 0, 2466, 2464, 1, 0, 0, 0, 2467, 2470, 1, 0, 0, 0, 2468, 2466, 1, 0, 0, 0, 2468, 2469, 1, 0, 0, 0, 2469, 2472, 1, 0, 0, 0, 2470, 2468, 1, 0, 0, 0, 2471, 2463, 1, 0, 0, 0, 2471, 2472, 1, 0, 0, 0, 2472, 2473, 1, 0, 0, 0, 2473, 2474, 5, 2, 0, 0, 2474, 2475, 5, 7, 0, 0, 2475, 2774, 3, 136, 68, 0, 2476, 2477, 5, 1, 0, 0, 2477, 2478, 3, 22, 11, 0, 2478, 2479, 5, 2, 0, 0, 2479, 2774, 1, 0, 0, 0, 2480, 2481, 5, 94, 0, 0, 2481, 2482, 5, 1, 0, 0, 2482, 2483, 3, 22, 11, 0, 2483, 2484, 5, 2, 0, 0, 2484, 2774, 1, 0, 0, 0, 2485, 2486, 5, 40, 0, 0, 2486, 2488, 3, 136, 68, 0, 2487, 2489, 3, 190, 95, 0, 2488, 2487, 1, 0, 0, 0, 2489, 2490, 1, 0, 0, 0, 2490, 2488, 1, 0, 0, 0, 2490, 2491, 1, 0, 0, 0, 2491, 2494, 1, 0, 0, 0, 2492, 2493, 5, 84, 0, 0, 2493, 2495, 3, 136, 68, 0, 2494, 2492, 1, 0, 0, 0, 2494, 2495, 1, 0, 0, 0, 2495, 2496, 1, 0, 0, 0, 2496, 2497, 5, 88, 0, 0, 2497, 2774, 1, 0, 0, 0, 2498, 2500, 5, 40, 0, 0, 2499, 2501, 3, 190, 95, 0, 2500, 2499, 1, 0, 0, 0, 2501, 2502, 1, 0, 0, 0, 2502, 2500, 1, 0, 0, 0, 2502, 2503, 1, 0, 0, 0, 2503, 2506, 1, 0, 0, 0, 2504, 2505, 5, 84, 0, 0, 2505, 2507, 3, 136, 68, 0, 2506, 2504, 1, 0, 0, 0, 2506, 2507, 1, 0, 0, 0, 2507, 2508, 1, 0, 0, 0, 2508, 2509, 5, 88, 0, 0, 2509, 2774, 1, 0, 0, 0, 2510, 2511, 5, 41, 0, 0, 2511, 2512, 5, 1, 0, 0, 2512, 2513, 3, 136, 68, 0, 2513, 2514, 5, 28, 0, 0, 2514, 2515, 3, 184, 92, 0, 2515, 2516, 5, 2, 0, 0, 2516, 2774, 1, 0, 0, 0, 2517, 2518, 5, 275, 0, 0, 2518, 2519, 5, 1, 0, 0, 2519, 2520, 3, 136, 68, 0, 2520, 2521, 5, 28, 0, 0, 2521, 2522, 3, 184, 92, 0, 2522, 2523, 5, 2, 0, 0, 2523, 2774, 1, 0, 0, 0, 2524, 2525, 5, 27, 0, 0, 2525, 2534, 5, 8, 0, 0, 2526, 2531, 3, 136, 68, 0, 2527, 2528, 5, 3, 0, 0, 2528, 2530, 3, 136, 68, 0, 2529, 2527, 1, 0, 0, 0, 2530, 2533, 1, 0, 0, 0, 2531, 2529, 1, 0, 0, 0, 2531, 2532, 1, 0, 0, 0, 2532, 2535, 1, 0, 0, 0, 2533, 2531, 1, 0, 0, 0, 2534, 2526, 1, 0, 0, 0, 2534, 2535, 1, 0, 0, 0, 2535, 2536, 1, 0, 0, 0, 2536, 2774, 5, 9, 0, 0, 2537, 2774, 3, 278, 139, 0, 2538, 2774, 5, 58, 0, 0, 2539, 2543, 5, 62, 0, 0, 2540, 2541, 5, 1, 0, 0, 2541, 2542, 5, 329, 0, 0, 2542, 2544, 5, 2, 0, 0, 2543, 2540, 1, 0, 0, 0, 2543, 2544, 1, 0, 0, 0, 2544, 2774, 1, 0, 0, 0, 2545, 2549, 5, 63, 0, 0, 2546, 2547, 5, 1, 0, 0, 2547, 2548, 5, 329, 0, 0, 2548, 2550, 5, 2, 0, 0, 2549, 2546, 1, 0, 0, 0, 2549, 2550, 1, 0, 0, 0, 2550, 2774, 1, 0, 0, 0, 2551, 2555, 5, 158, 0, 0, 2552, 2553, 5, 1, 0, 0, 2553, 2554, 5, 329, 0, 0, 2554, 2556, 5, 2, 0, 0, 2555, 2552, 1, 0, 0, 0, 2555, 2556, 1, 0, 0, 0, 2556, 2774, 1, 0, 0, 0, 2557, 2561, 5, 159, 0, 0, 2558, 2559, 5, 1, 0, 0, 2559, 2560, 5, 329, 0, 0, 2560, 2562, 5, 2, 0, 0, 2561, 2558, 1, 0, 0, 0, 2561, 2562, 1, 0, 0, 0, 2562, 2774, 1, 0, 0, 0, 2563, 2774, 5, 64, 0, 0, 2564, 2774, 5, 57, 0, 0, 2565, 2774, 5, 61, 0, 0, 2566, 2774, 5, 59, 0, 0, 2567, 2568, 5, 272, 0, 0, 2568, 2576, 5, 1, 0, 0, 2569, 2571, 3, 82, 41, 0, 2570, 2569, 1, 0, 0, 0, 2570, 2571, 1, 0, 0, 0, 2571, 2573, 1, 0, 0, 0, 2572, 2574, 3, 142, 71, 0, 2573, 2572, 1, 0, 0, 0, 2573, 2574, 1, 0, 0, 0, 2574, 2575, 1, 0, 0, 0, 2575, 2577, 5, 105, 0, 0, 2576, 2570, 1, 0, 0, 0, 2576, 2577, 1, 0, 0, 0, 2577, 2578, 1, 0, 0, 0, 2578, 2579, 3, 142, 71, 0, 2579, 2580, 5, 2, 0, 0, 2580, 2774, 1, 0, 0, 0, 2581, 2582, 5, 272, 0, 0, 2582, 2583, 5, 1, 0, 0, 2583, 2584, 3, 142, 71, 0, 2584, 2585, 5, 3, 0, 0, 2585, 2586, 3, 142, 71, 0, 2586, 2587, 5, 2, 0, 0, 2587, 2774, 1, 0, 0, 0, 2588, 2589, 5, 258, 0, 0, 2589, 2590, 5, 1, 0, 0, 2590, 2591, 3, 142, 71, 0, 2591, 2592, 5, 105, 0, 0, 2592, 2595, 3, 142, 71, 0, 2593, 2594, 5, 103, 0, 0, 2594, 2596, 3, 142, 71, 0, 2595, 2593, 1, 0, 0, 0, 2595, 2596, 1, 0, 0, 0, 2596, 2597, 1, 0, 0, 0, 2597, 2598, 5, 2, 0, 0, 2598, 2774, 1, 0, 0, 0, 2599, 2600, 5, 181, 0, 0, 2600, 2601, 5, 1, 0, 0, 2601, 2604, 3, 142, 71, 0, 2602, 2603, 5, 3, 0, 0, 2603, 2605, 3, 182, 91, 0, 2604, 2602, 1, 0, 0, 0, 2604, 2605, 1, 0, 0, 0, 2605, 2606, 1, 0, 0, 0, 2606, 2607, 5, 2, 0, 0, 2607, 2774, 1, 0, 0, 0, 2608, 2609, 5, 96, 0, 0, 2609, 2610, 5, 1, 0, 0, 2610, 2611, 3, 296, 148, 0, 2611, 2612, 5, 105, 0, 0, 2612, 2613, 3, 142, 71, 0, 2613, 2614, 5, 2, 0, 0, 2614, 2774, 1, 0, 0, 0, 2615, 2616, 5, 1, 0, 0, 2616, 2617, 3, 136, 68, 0, 2617, 2618, 5, 2, 0, 0, 2618, 2774, 1, 0, 0, 0, 2619, 2620, 5, 115, 0, 0, 2620, 2629, 5, 1, 0, 0, 2621, 2626, 3, 282, 141, 0, 2622, 2623, 5, 3, 0, 0, 2623, 2625, 3, 282, 141, 0, 2624, 2622, 1, 0, 0, 0, 2625, 2628, 1, 0, 0, 0, 2626, 2624, 1, 0, 0, 0, 2626, 2627, 1, 0, 0, 0, 2627, 2630, 1, 0, 0, 0, 2628, 2626, 1, 0, 0, 0, 2629, 2621, 1, 0, 0, 0, 2629, 2630, 1, 0, 0, 0, 2630, 2631, 1, 0, 0, 0, 2631, 2774, 5, 2, 0, 0, 2632, 2633, 5, 139, 0, 0, 2633, 2634, 5, 1, 0, 0, 2634, 2639, 3, 146, 73, 0, 2635, 2636, 3, 154, 77, 0, 2636, 2637, 5, 190, 0, 0, 2637, 2638, 5, 89, 0, 0, 2638, 2640, 1, 0, 0, 0, 2639, 2635, 1, 0, 0, 0, 2639, 2640, 1, 0, 0, 0, 2640, 2641, 1, 0, 0, 0, 2641, 2642, 5, 2, 0, 0, 2642, 2774, 1, 0, 0, 0, 2643, 2644, 5, 143, 0, 0, 2644, 2645, 5, 1, 0, 0, 2645, 2648, 3, 146, 73, 0, 2646, 2647, 5, 231, 0, 0, 2647, 2649, 3, 184, 92, 0, 2648, 2646, 1, 0, 0, 0, 2648, 2649, 1, 0, 0, 0, 2649, 2654, 1, 0, 0, 0, 2650, 2651, 3, 156, 78, 0, 2651, 2652, 5, 190, 0, 0, 2652, 2653, 5, 85, 0, 0, 2653, 2655, 1, 0, 0, 0, 2654, 2650, 1, 0, 0, 0, 2654, 2655, 1, 0, 0, 0, 2655, 2660, 1, 0, 0, 0, 2656, 2657, 3, 156, 78, 0, 2657, 2658, 5, 190, 0, 0, 2658, 2659, 5, 89, 0, 0, 2659, 2661, 1, 0, 0, 0, 2660, 2656, 1, 0, 0, 0, 2660, 2661, 1, 0, 0, 0, 2661, 2662, 1, 0, 0, 0, 2662, 2663, 5, 2, 0, 0, 2663, 2774, 1, 0, 0, 0, 2664, 2665, 5, 141, 0, 0, 2665, 2666, 5, 1, 0, 0, 2666, 2673, 3, 146, 73, 0, 2667, 2668, 5, 231, 0, 0, 2668, 2671, 3, 184, 92, 0, 2669, 2670, 5, 104, 0, 0, 2670, 2672, 3, 150, 75, 0, 2671, 2669, 1, 0, 0, 0, 2671, 2672, 1, 0, 0, 0, 2672, 2674, 1, 0, 0, 0, 2673, 2667, 1, 0, 0, 0, 2673, 2674, 1, 0, 0, 0, 2674, 2678, 1, 0, 0, 0, 2675, 2676, 3, 158, 79, 0, 2676, 2677, 5, 308, 0, 0, 2677, 2679, 1, 0, 0, 0, 2678, 2675, 1, 0, 0, 0, 2678, 2679, 1, 0, 0, 0, 2679, 2687, 1, 0, 0, 0, 2680, 2681, 7, 15, 0, 0, 2681, 2685, 5, 218, 0, 0, 2682, 2683, 5, 190, 0, 0, 2683, 2684, 5, 242, 0, 0, 2684, 2686, 5, 264, 0, 0, 2685, 2682, 1, 0, 0, 0, 2685, 2686, 1, 0, 0, 0, 2686, 2688, 1, 0, 0, 0, 2687, 2680, 1, 0, 0, 0, 2687, 2688, 1, 0, 0, 0, 2688, 2693, 1, 0, 0, 0, 2689, 2690, 3, 160, 80, 0, 2690, 2691, 5, 190, 0, 0, 2691, 2692, 5, 85, 0, 0, 2692, 2694, 1, 0, 0, 0, 2693, 2689, 1, 0, 0, 0, 2693, 2694, 1, 0, 0, 0, 2694, 2699, 1, 0, 0, 0, 2695, 2696, 3, 160, 80, 0, 2696, 2697, 5, 190, 0, 0, 2697, 2698, 5, 89, 0, 0, 2698, 2700, 1, 0, 0, 0, 2699, 2695, 1, 0, 0, 0, 2699, 2700, 1, 0, 0, 0, 2700, 2701, 1, 0, 0, 0, 2701, 2702, 5, 2, 0, 0, 2702, 2774, 1, 0, 0, 0, 2703, 2704, 5, 140, 0, 0, 2704, 2733, 5, 1, 0, 0, 2705, 2710, 3, 162, 81, 0, 2706, 2707, 5, 3, 0, 0, 2707, 2709, 3, 162, 81, 0, 2708, 2706, 1, 0, 0, 0, 2709, 2712, 1, 0, 0, 0, 2710, 2708, 1, 0, 0, 0, 2710, 2711, 1, 0, 0, 0, 2711, 2719, 1, 0, 0, 0, 2712, 2710, 1, 0, 0, 0, 2713, 2714, 5, 183, 0, 0, 2714, 2715, 5, 190, 0, 0, 2715, 2720, 5, 183, 0, 0, 2716, 2717, 5, 18, 0, 0, 2717, 2718, 5, 190, 0, 0, 2718, 2720, 5, 183, 0, 0, 2719, 2713, 1, 0, 0, 0, 2719, 2716, 1, 0, 0, 0, 2719, 2720, 1, 0, 0, 0, 2720, 2731, 1, 0, 0, 0, 2721, 2722, 5, 304, 0, 0, 2722, 2724, 5, 282, 0, 0, 2723, 2725, 5, 146, 0, 0, 2724, 2723, 1, 0, 0, 0, 2724, 2725, 1, 0, 0, 0, 2725, 2732, 1, 0, 0, 0, 2726, 2727, 5, 306, 0, 0, 2727, 2729, 5, 282, 0, 0, 2728, 2730, 5, 146, 0, 0, 2729, 2728, 1, 0, 0, 0, 2729, 2730, 1, 0, 0, 0, 2730, 2732, 1, 0, 0, 0, 2731, 2721, 1, 0, 0, 0, 2731, 2726, 1, 0, 0, 0, 2731, 2732, 1, 0, 0, 0, 2732, 2734, 1, 0, 0, 0, 2733, 2705, 1, 0, 0, 0, 2733, 2734, 1, 0, 0, 0, 2734, 2741, 1, 0, 0, 0, 2735, 2736, 5, 231, 0, 0, 2736, 2739, 3, 184, 92, 0, 2737, 2738, 5, 104, 0, 0, 2738, 2740, 3, 150, 75, 0, 2739, 2737, 1, 0, 0, 0, 2739, 2740, 1, 0, 0, 0, 2740, 2742, 1, 0, 0, 0, 2741, 2735, 1, 0, 0, 0, 2741, 2742, 1, 0, 0, 0, 2742, 2743, 1, 0, 0, 0, 2743, 2774, 5, 2, 0, 0, 2744, 2745, 5, 138, 0, 0, 2745, 2762, 5, 1, 0, 0, 2746, 2751, 3, 148, 74, 0, 2747, 2748, 5, 3, 0, 0, 2748, 2750, 3, 148, 74, 0, 2749, 2747, 1, 0, 0, 0, 2750, 2753, 1, 0, 0, 0, 2751, 2749, 1, 0, 0, 0, 2751, 2752, 1, 0, 0, 0, 2752, 2760, 1, 0, 0, 0, 2753, 2751, 1, 0, 0, 0, 2754, 2755, 5, 183, 0, 0, 2755, 2756, 5, 190, 0, 0, 2756, 2761, 5, 183, 0, 0, 2757, 2758, 5, 18, 0, 0, 2758, 2759, 5, 190, 0, 0, 2759, 2761, 5, 183, 0, 0, 2760, 2754, 1, 0, 0, 0, 2760, 2757, 1, 0, 0, 0, 2760, 2761, 1, 0, 0, 0, 2761, 2763, 1, 0, 0, 0, 2762, 2746, 1, 0, 0, 0, 2762, 2763, 1, 0, 0, 0, 2763, 2770, 1, 0, 0, 0, 2764, 2765, 5, 231, 0, 0, 2765, 2768, 3, 184, 92, 0, 2766, 2767, 5, 104, 0, 0, 2767, 2769, 3, 150, 75, 0, 2768, 2766, 1, 0, 0, 0, 2768, 2769, 1, 0, 0, 0, 2769, 2771, 1, 0, 0, 0, 2770, 2764, 1, 0, 0, 0, 2770, 2771, 1, 0, 0, 0, 2771, 2772, 1, 0, 0, 0, 2772, 2774, 5, 2, 0, 0, 2773, 2320, 1, 0, 0, 0, 2773, 2322, 1, 0, 0, 0, 2773, 2323, 1, 0, 0, 0, 2773, 2326, 1, 0, 0, 0, 2773, 2329, 1, 0, 0, 0, 2773, 2330, 1, 0, 0, 0, 2773, 2331, 1, 0, 0, 0, 2773, 2332, 1, 0, 0, 0, 2773, 2333, 1, 0, 0, 0, 2773, 2334, 1, 0, 0, 0, 2773, 2341, 1, 0, 0, 0, 2773, 2351, 1, 0, 0, 0, 2773, 2363, 1, 0, 0, 0, 2773, 2398, 1, 0, 0, 0, 2773, 2416, 1, 0, 0, 0, 2773, 2455, 1, 0, 0, 0, 2773, 2458, 1, 0, 0, 0, 2773, 2462, 1, 0, 0, 0, 2773, 2476, 1, 0, 0, 0, 2773, 2480, 1, 0, 0, 0, 2773, 2485, 1, 0, 0, 0, 2773, 2498, 1, 0, 0, 0, 2773, 2510, 1, 0, 0, 0, 2773, 2517, 1, 0, 0, 0, 2773, 2524, 1, 0, 0, 0, 2773, 2537, 1, 0, 0, 0, 2773, 2538, 1, 0, 0, 0, 2773, 2539, 1, 0, 0, 0, 2773, 2545, 1, 0, 0, 0, 2773, 2551, 1, 0, 0, 0, 2773, 2557, 1, 0, 0, 0, 2773, 2563, 1, 0, 0, 0, 2773, 2564, 1, 0, 0, 0, 2773, 2565, 1, 0, 0, 0, 2773, 2566, 1, 0, 0, 0, 2773, 2567, 1, 0, 0, 0, 2773, 2581, 1, 0, 0, 0, 2773, 2588, 1, 0, 0, 0, 2773, 2599, 1, 0, 0, 0, 2773, 2608, 1, 0, 0, 0, 2773, 2615, 1, 0, 0, 0, 2773, 2619, 1, 0, 0, 0, 2773, 2632, 1, 0, 0, 0, 2773, 2643, 1, 0, 0, 0, 2773, 2664, 1, 0, 0, 0, 2773, 2703, 1, 0, 0, 0, 2773, 2744, 1, 0, 0, 0, 2774, 2785, 1, 0, 0, 0, 2775, 2776, 10, 24, 0, 0, 2776, 2777, 5, 8, 0, 0, 2777, 2778, 3, 142, 71, 0, 2778, 2779, 5, 9, 0, 0, 2779, 2784, 1, 0, 0, 0, 2780, 2781, 10, 22, 0, 0, 2781, 2782, 5, 4, 0, 0, 2782, 2784, 3, 296, 148, 0, 2783, 2775, 1, 0, 0, 0, 2783, 2780, 1, 0, 0, 0, 2784, 2787, 1, 0, 0, 0, 2785, 2783, 1, 0, 0, 0, 2785, 2786, 1, 0, 0, 0, 2786, 145, 1, 0, 0, 0, 2787, 2785, 1, 0, 0, 0, 2788, 2789, 3, 148, 74, 0, 2789, 2790, 5, 3, 0, 0, 2790, 2793, 3, 168, 84, 0, 2791, 2792, 5, 28, 0, 0, 2792, 2794, 3, 296, 148, 0, 2793, 2791, 1, 0, 0, 0, 2793, 2794, 1, 0, 0, 0, 2794, 2804, 1, 0, 0, 0, 2795, 2796, 5, 203, 0, 0, 2796, 2801, 3, 152, 76, 0, 2797, 2798, 5, 3, 0, 0, 2798, 2800, 3, 152, 76, 0, 2799, 2797, 1, 0, 0, 0, 2800, 2803, 1, 0, 0, 0, 2801, 2799, 1, 0, 0, 0, 2801, 2802, 1, 0, 0, 0, 2802, 2805, 1, 0, 0, 0, 2803, 2801, 1, 0, 0, 0, 2804, 2795, 1, 0, 0, 0, 2804, 2805, 1, 0, 0, 0, 2805, 147, 1, 0, 0, 0, 2806, 2809, 3, 136, 68, 0, 2807, 2808, 5, 104, 0, 0, 2808, 2810, 3, 150, 75, 0, 2809, 2807, 1, 0, 0, 0, 2809, 2810, 1, 0, 0, 0, 2810, 149, 1, 0, 0, 0, 2811, 2814, 5, 137, 0, 0, 2812, 2813, 5, 87, 0, 0, 2813, 2815, 7, 20, 0, 0, 2814, 2812, 1, 0, 0, 0, 2814, 2815, 1, 0, 0, 0, 2815, 151, 1, 0, 0, 0, 2816, 2817, 3, 148, 74, 0, 2817, 2818, 5, 28, 0, 0, 2818, 2819, 3, 296, 148, 0, 2819, 153, 1, 0, 0, 0, 2820, 2821, 7, 21, 0, 0, 2821, 155, 1, 0, 0, 0, 2822, 2827, 5, 89, 0, 0, 2823, 2827, 5, 183, 0, 0, 2824, 2825, 5, 70, 0, 0, 2825, 2827, 3, 136, 68, 0, 2826, 2822, 1, 0, 0, 0, 2826, 2823, 1, 0, 0, 0, 2826, 2824, 1, 0, 0, 0, 2827, 157, 1, 0, 0, 0, 2828, 2830, 5, 306, 0, 0, 2829, 2831, 5, 27, 0, 0, 2830, 2829, 1, 0, 0, 0, 2830, 2831, 1, 0, 0, 0, 2831, 2840, 1, 0, 0, 0, 2832, 2834, 5, 304, 0, 0, 2833, 2835, 7, 22, 0, 0, 2834, 2833, 1, 0, 0, 0, 2834, 2835, 1, 0, 0, 0, 2835, 2837, 1, 0, 0, 0, 2836, 2838, 5, 27, 0, 0, 2837, 2836, 1, 0, 0, 0, 2837, 2838, 1, 0, 0, 0, 2838, 2840, 1, 0, 0, 0, 2839, 2828, 1, 0, 0, 0, 2839, 2832, 1, 0, 0, 0, 2840, 159, 1, 0, 0, 0, 2841, 2848, 5, 89, 0, 0, 2842, 2848, 5, 183, 0, 0, 2843, 2844, 5, 85, 0, 0, 2844, 2848, 5, 27, 0, 0, 2845, 2846, 5, 85, 0, 0, 2846, 2848, 5, 186, 0, 0, 2847, 2841, 1, 0, 0, 0, 2847, 2842, 1, 0, 0, 0, 2847, 2843, 1, 0, 0, 0, 2847, 2845, 1, 0, 0, 0, 2848, 161, 1, 0, 0, 0, 2849, 2851, 5, 145, 0, 0, 2850, 2849, 1, 0, 0, 0, 2850, 2851, 1, 0, 0, 0, 2851, 2852, 1, 0, 0, 0, 2852, 2853, 3, 136, 68, 0, 2853, 2854, 5, 295, 0, 0, 2854, 2855, 3, 148, 74, 0, 2855, 2861, 1, 0, 0, 0, 2856, 2857, 3, 136, 68, 0, 2857, 2858, 5, 10, 0, 0, 2858, 2859, 3, 148, 74, 0, 2859, 2861, 1, 0, 0, 0, 2860, 2850, 1, 0, 0, 0, 2860, 2856, 1, 0, 0, 0, 2861, 163, 1, 0, 0, 0, 2862, 2863, 7, 23, 0, 0, 2863, 165, 1, 0, 0, 0, 2864, 2865, 5, 120, 0, 0, 2865, 2869, 5, 185, 0, 0, 2866, 2867, 5, 228, 0, 0, 2867, 2869, 5, 185, 0, 0, 2868, 2864, 1, 0, 0, 0, 2868, 2866, 1, 0, 0, 0, 2869, 167, 1, 0, 0, 0, 2870, 2877, 5, 326, 0, 0, 2871, 2874, 5, 327, 0, 0, 2872, 2873, 5, 277, 0, 0, 2873, 2875, 5, 326, 0, 0, 2874, 2872, 1, 0, 0, 0, 2874, 2875, 1, 0, 0, 0, 2875, 2877, 1, 0, 0, 0, 2876, 2870, 1, 0, 0, 0, 2876, 2871, 1, 0, 0, 0, 2877, 169, 1, 0, 0, 0, 2878, 2879, 5, 267, 0, 0, 2879, 2880, 5, 311, 0, 0, 2880, 2885, 3, 178, 89, 0, 2881, 2882, 5, 267, 0, 0, 2882, 2883, 5, 311, 0, 0, 2883, 2885, 3, 168, 84, 0, 2884, 2878, 1, 0, 0, 0, 2884, 2881, 1, 0, 0, 0, 2885, 171, 1, 0, 0, 0, 2886, 2887, 7, 24, 0, 0, 2887, 173, 1, 0, 0, 0, 2888, 2889, 7, 25, 0, 0, 2889, 175, 1, 0, 0, 0, 2890, 2891, 7, 26, 0, 0, 2891, 177, 1, 0, 0, 0, 2892, 2894, 5, 129, 0, 0, 2893, 2895, 7, 18, 0, 0, 2894, 2893, 1, 0, 0, 0, 2894, 2895, 1, 0, 0, 0, 2895, 2896, 1, 0, 0, 0, 2896, 2897, 3, 168, 84, 0, 2897, 2900, 3, 180, 90, 0, 2898, 2899, 5, 269, 0, 0, 2899, 2901, 3, 180, 90, 0, 2900, 2898, 1, 0, 0, 0, 2900, 2901, 1, 0, 0, 0, 2901, 179, 1, 0, 0, 0, 2902, 2903, 7, 27, 0, 0, 2903, 181, 1, 0, 0, 0, 2904, 2905, 7, 28, 0, 0, 2905, 183, 1, 0, 0, 0, 2906, 2907, 6, 92, -1, 0, 2907, 2908, 5, 239, 0, 0, 2908, 2909, 5, 1, 0, 0, 2909, 2914, 3, 186, 93, 0, 2910, 2911, 5, 3, 0, 0, 2911, 2913, 3, 186, 93, 0, 2912, 2910, 1, 0, 0, 0, 2913, 2916, 1, 0, 0, 0, 2914, 2912, 1, 0, 0, 0, 2914, 2915, 1, 0, 0, 0, 2915, 2917, 1, 0, 0, 0, 2916, 2914, 1, 0, 0, 0, 2917, 2918, 5, 2, 0, 0, 2918, 2998, 1, 0, 0, 0, 2919, 2920, 5, 129, 0, 0, 2920, 2923, 3, 180, 90, 0, 2921, 2922, 5, 269, 0, 0, 2922, 2924, 3, 180, 90, 0, 2923, 2921, 1, 0, 0, 0, 2923, 2924, 1, 0, 0, 0, 2924, 2998, 1, 0, 0, 0, 2925, 2930, 5, 268, 0, 0, 2926, 2927, 5, 1, 0, 0, 2927, 2928, 3, 188, 94, 0, 2928, 2929, 5, 2, 0, 0, 2929, 2931, 1, 0, 0, 0, 2930, 2926, 1, 0, 0, 0, 2930, 2931, 1, 0, 0, 0, 2931, 2935, 1, 0, 0, 0, 2932, 2933, 5, 306, 0, 0, 2933, 2934, 5, 267, 0, 0, 2934, 2936, 5, 311, 0, 0, 2935, 2932, 1, 0, 0, 0, 2935, 2936, 1, 0, 0, 0, 2936, 2998, 1, 0, 0, 0, 2937, 2942, 5, 268, 0, 0, 2938, 2939, 5, 1, 0, 0, 2939, 2940, 3, 188, 94, 0, 2940, 2941, 5, 2, 0, 0, 2941, 2943, 1, 0, 0, 0, 2942, 2938, 1, 0, 0, 0, 2942, 2943, 1, 0, 0, 0, 2943, 2944, 1, 0, 0, 0, 2944, 2945, 5, 304, 0, 0, 2945, 2946, 5, 267, 0, 0, 2946, 2998, 5, 311, 0, 0, 2947, 2952, 5, 267, 0, 0, 2948, 2949, 5, 1, 0, 0, 2949, 2950, 3, 188, 94, 0, 2950, 2951, 5, 2, 0, 0, 2951, 2953, 1, 0, 0, 0, 2952, 2948, 1, 0, 0, 0, 2952, 2953, 1, 0, 0, 0, 2953, 2957, 1, 0, 0, 0, 2954, 2955, 5, 306, 0, 0, 2955, 2956, 5, 267, 0, 0, 2956, 2958, 5, 311, 0, 0, 2957, 2954, 1, 0, 0, 0, 2957, 2958, 1, 0, 0, 0, 2958, 2998, 1, 0, 0, 0, 2959, 2964, 5, 267, 0, 0, 2960, 2961, 5, 1, 0, 0, 2961, 2962, 3, 188, 94, 0, 2962, 2963, 5, 2, 0, 0, 2963, 2965, 1, 0, 0, 0, 2964, 2960, 1, 0, 0, 0, 2964, 2965, 1, 0, 0, 0, 2965, 2966, 1, 0, 0, 0, 2966, 2967, 5, 304, 0, 0, 2967, 2968, 5, 267, 0, 0, 2968, 2998, 5, 311, 0, 0, 2969, 2970, 5, 82, 0, 0, 2970, 2998, 5, 213, 0, 0, 2971, 2972, 5, 27, 0, 0, 2972, 2973, 5, 314, 0, 0, 2973, 2974, 3, 184, 92, 0, 2974, 2975, 5, 316, 0, 0, 2975, 2998, 1, 0, 0, 0, 2976, 2977, 5, 162, 0, 0, 2977, 2978, 5, 314, 0, 0, 2978, 2979, 3, 184, 92, 0, 2979, 2980, 5, 3, 0, 0, 2980, 2981, 3, 184, 92, 0, 2981, 2982, 5, 316, 0, 0, 2982, 2998, 1, 0, 0, 0, 2983, 2995, 3, 296, 148, 0, 2984, 2985, 5, 1, 0, 0, 2985, 2990, 3, 188, 94, 0, 2986, 2987, 5, 3, 0, 0, 2987, 2989, 3, 188, 94, 0, 2988, 2986, 1, 0, 0, 0, 2989, 2992, 1, 0, 0, 0, 2990, 2988, 1, 0, 0, 0, 2990, 2991, 1, 0, 0, 0, 2991, 2993, 1, 0, 0, 0, 2992, 2990, 1, 0, 0, 0, 2993, 2994, 5, 2, 0, 0, 2994, 2996, 1, 0, 0, 0, 2995, 2984, 1, 0, 0, 0, 2995, 2996, 1, 0, 0, 0, 2996, 2998, 1, 0, 0, 0, 2997, 2906, 1, 0, 0, 0, 2997, 2919, 1, 0, 0, 0, 2997, 2925, 1, 0, 0, 0, 2997, 2937, 1, 0, 0, 0, 2997, 2947, 1, 0, 0, 0, 2997, 2959, 1, 0, 0, 0, 2997, 2969, 1, 0, 0, 0, 2997, 2971, 1, 0, 0, 0, 2997, 2976, 1, 0, 0, 0, 2997, 2983, 1, 0, 0, 0, 2998, 3008, 1, 0, 0, 0, 2999, 3000, 10, 2, 0, 0, 3000, 3004, 5, 27, 0, 0, 3001, 3002, 5, 8, 0, 0, 3002, 3003, 5, 329, 0, 0, 3003, 3005, 5, 9, 0, 0, 3004, 3001, 1, 0, 0, 0, 3004, 3005, 1, 0, 0, 0, 3005, 3007, 1, 0, 0, 0, 3006, 2999, 1, 0, 0, 0, 3007, 3010, 1, 0, 0, 0, 3008, 3006, 1, 0, 0, 0, 3008, 3009, 1, 0, 0, 0, 3009, 185, 1, 0, 0, 0, 3010, 3008, 1, 0, 0, 0, 3011, 3016, 3, 184, 92, 0, 3012, 3013, 3, 296, 148, 0, 3013, 3014, 3, 184, 92, 0, 3014, 3016, 1, 0, 0, 0, 3015, 3011, 1, 0, 0, 0, 3015, 3012, 1, 0, 0, 0, 3016, 187, 1, 0, 0, 0, 3017, 3020, 5, 329, 0, 0, 3018, 3020, 3, 184, 92, 0, 3019, 3017, 1, 0, 0, 0, 3019, 3018, 1, 0, 0, 0, 3020, 189, 1, 0, 0, 0, 3021, 3022, 5, 300, 0, 0, 3022, 3023, 3, 136, 68, 0, 3023, 3024, 5, 265, 0, 0, 3024, 3025, 3, 136, 68, 0, 3025, 191, 1, 0, 0, 0, 3026, 3027, 5, 99, 0, 0, 3027, 3028, 5, 1, 0, 0, 3028, 3029, 5, 301, 0, 0, 3029, 3030, 3, 138, 69, 0, 3030, 3031, 5, 2, 0, 0, 3031, 193, 1, 0, 0, 0, 3032, 3033, 5, 300, 0, 0, 3033, 3036, 5, 164, 0, 0, 3034, 3035, 5, 25, 0, 0, 3035, 3037, 3, 136, 68, 0, 3036, 3034, 1, 0, 0, 0, 3036, 3037, 1, 0, 0, 0, 3037, 3038, 1, 0, 0, 0, 3038, 3039, 5, 265, 0, 0, 3039, 3040, 5, 287, 0, 0, 3040, 3041, 5, 251, 0, 0, 3041, 3042, 3, 296, 148, 0, 3042, 3043, 5, 312, 0, 0, 3043, 3051, 3, 136, 68, 0, 3044, 3045, 5, 3, 0, 0, 3045, 3046, 3, 296, 148, 0, 3046, 3047, 5, 312, 0, 0, 3047, 3048, 3, 136, 68, 0, 3048, 3050, 1, 0, 0, 0, 3049, 3044, 1, 0, 0, 0, 3050, 3053, 1, 0, 0, 0, 3051, 3049, 1, 0, 0, 0, 3051, 3052, 1, 0, 0, 0, 3052, 3097, 1, 0, 0, 0, 3053, 3051, 1, 0, 0, 0, 3054, 3055, 5, 300, 0, 0, 3055, 3058, 5, 164, 0, 0, 3056, 3057, 5, 25, 0, 0, 3057, 3059, 3, 136, 68, 0, 3058, 3056, 1, 0, 0, 0, 3058, 3059, 1, 0, 0, 0, 3059, 3060, 1, 0, 0, 0, 3060, 3061, 5, 265, 0, 0, 3061, 3097, 5, 73, 0, 0, 3062, 3063, 5, 300, 0, 0, 3063, 3064, 5, 182, 0, 0, 3064, 3067, 5, 164, 0, 0, 3065, 3066, 5, 25, 0, 0, 3066, 3068, 3, 136, 68, 0, 3067, 3065, 1, 0, 0, 0, 3067, 3068, 1, 0, 0, 0, 3068, 3069, 1, 0, 0, 0, 3069, 3070, 5, 265, 0, 0, 3070, 3082, 5, 127, 0, 0, 3071, 3072, 5, 1, 0, 0, 3072, 3077, 3, 296, 148, 0, 3073, 3074, 5, 3, 0, 0, 3074, 3076, 3, 296, 148, 0, 3075, 3073, 1, 0, 0, 0, 3076, 3079, 1, 0, 0, 0, 3077, 3075, 1, 0, 0, 0, 3077, 3078, 1, 0, 0, 0, 3078, 3080, 1, 0, 0, 0, 3079, 3077, 1, 0, 0, 0, 3080, 3081, 5, 2, 0, 0, 3081, 3083, 1, 0, 0, 0, 3082, 3071, 1, 0, 0, 0, 3082, 3083, 1, 0, 0, 0, 3083, 3084, 1, 0, 0, 0, 3084, 3085, 5, 296, 0, 0, 3085, 3086, 5, 1, 0, 0, 3086, 3091, 3, 136, 68, 0, 3087, 3088, 5, 3, 0, 0, 3088, 3090, 3, 136, 68, 0, 3089, 3087, 1, 0, 0, 0, 3090, 3093, 1, 0, 0, 0, 3091, 3089, 1, 0, 0, 0, 3091, 3092, 1, 0, 0, 0, 3092, 3094, 1, 0, 0, 0, 3093, 3091, 1, 0, 0, 0, 3094, 3095, 5, 2, 0, 0, 3095, 3097, 1, 0, 0, 0, 3096, 3032, 1, 0, 0, 0, 3096, 3054, 1, 0, 0, 0, 3096, 3062, 1, 0, 0, 0, 3097, 195, 1, 0, 0, 0, 3098, 3104, 5, 199, 0, 0, 3099, 3105, 3, 296, 148, 0, 3100, 3101, 5, 1, 0, 0, 3101, 3102, 3, 64, 32, 0, 3102, 3103, 5, 2, 0, 0, 3103, 3105, 1, 0, 0, 0, 3104, 3099, 1, 0, 0, 0, 3104, 3100, 1, 0, 0, 0, 3105, 197, 1, 0, 0, 0, 3106, 3107, 5, 168, 0, 0, 3107, 3112, 3, 90, 45, 0, 3108, 3109, 5, 3, 0, 0, 3109, 3111, 3, 90, 45, 0, 3110, 3108, 1, 0, 0, 0, 3111, 3114, 1, 0, 0, 0, 3112, 3110, 1, 0, 0, 0, 3112, 3113, 1, 0, 0, 0, 3113, 3116, 1, 0, 0, 0, 3114, 3112, 1, 0, 0, 0, 3115, 3106, 1, 0, 0, 0, 3115, 3116, 1, 0, 0, 0, 3116, 3117, 1, 0, 0, 0, 3117, 3121, 3, 200, 100, 0, 3118, 3119, 5, 21, 0, 0, 3119, 3120, 5, 163, 0, 0, 3120, 3122, 3, 96, 48, 0, 3121, 3118, 1, 0, 0, 0, 3121, 3122, 1, 0, 0, 0, 3122, 3124, 1, 0, 0, 0, 3123, 3125, 7, 13, 0, 0, 3124, 3123, 1, 0, 0, 0, 3124, 3125, 1, 0, 0, 0, 3125, 3131, 1, 0, 0, 0, 3126, 3127, 5, 206, 0, 0, 3127, 3128, 5, 1, 0, 0, 3128, 3129, 3, 204, 102, 0, 3129, 3130, 5, 2, 0, 0, 3130, 3132, 1, 0, 0, 0, 3131, 3126, 1, 0, 0, 0, 3131, 3132, 1, 0, 0, 0, 3132, 3142, 1, 0, 0, 0, 3133, 3134, 5, 257, 0, 0, 3134, 3139, 3, 98, 49, 0, 3135, 3136, 5, 3, 0, 0, 3136, 3138, 3, 98, 49, 0, 3137, 3135, 1, 0, 0, 0, 3138, 3141, 1, 0, 0, 0, 3139, 3137, 1, 0, 0, 0, 3139, 3140, 1, 0, 0, 0, 3140, 3143, 1, 0, 0, 0, 3141, 3139, 1, 0, 0, 0, 3142, 3133, 1, 0, 0, 0, 3142, 3143, 1, 0, 0, 0, 3143, 3153, 1, 0, 0, 0, 3144, 3145, 5, 71, 0, 0, 3145, 3150, 3, 100, 50, 0, 3146, 3147, 5, 3, 0, 0, 3147, 3149, 3, 100, 50, 0, 3148, 3146, 1, 0, 0, 0, 3149, 3152, 1, 0, 0, 0, 3150, 3148, 1, 0, 0, 0, 3150, 3151, 1, 0, 0, 0, 3151, 3154, 1, 0, 0, 0, 3152, 3150, 1, 0, 0, 0, 3153, 3144, 1, 0, 0, 0, 3153, 3154, 1, 0, 0, 0, 3154, 199, 1, 0, 0, 0, 3155, 3156, 5, 219, 0, 0, 3156, 3180, 3, 202, 101, 0, 3157, 3158, 5, 240, 0, 0, 3158, 3180, 3, 202, 101, 0, 3159, 3160, 5, 116, 0, 0, 3160, 3180, 3, 202, 101, 0, 3161, 3162, 5, 219, 0, 0, 3162, 3163, 5, 34, 0, 0, 3163, 3164, 3, 202, 101, 0, 3164, 3165, 5, 25, 0, 0, 3165, 3166, 3, 202, 101, 0, 3166, 3180, 1, 0, 0, 0, 3167, 3168, 5, 240, 0, 0, 3168, 3169, 5, 34, 0, 0, 3169, 3170, 3, 202, 101, 0, 3170, 3171, 5, 25, 0, 0, 3171, 3172, 3, 202, 101, 0, 3172, 3180, 1, 0, 0, 0, 3173, 3174, 5, 116, 0, 0, 3174, 3175, 5, 34, 0, 0, 3175, 3176, 3, 202, 101, 0, 3176, 3177, 5, 25, 0, 0, 3177, 3178, 3, 202, 101, 0, 3178, 3180, 1, 0, 0, 0, 3179, 3155, 1, 0, 0, 0, 3179, 3157, 1, 0, 0, 0, 3179, 3159, 1, 0, 0, 0, 3179, 3161, 1, 0, 0, 0, 3179, 3167, 1, 0, 0, 0, 3179, 3173, 1, 0, 0, 0, 3180, 201, 1, 0, 0, 0, 3181, 3182, 5, 278, 0, 0, 3182, 3191, 5, 212, 0, 0, 3183, 3184, 5, 278, 0, 0, 3184, 3191, 5, 102, 0, 0, 3185, 3186, 5, 56, 0, 0, 3186, 3191, 5, 239, 0, 0, 3187, 3188, 3, 136, 68, 0, 3188, 3189, 7, 29, 0, 0, 3189, 3191, 1, 0, 0, 0, 3190, 3181, 1, 0, 0, 0, 3190, 3183, 1, 0, 0, 0, 3190, 3185, 1, 0, 0, 0, 3190, 3187, 1, 0, 0, 0, 3191, 203, 1, 0, 0, 0, 3192, 3193, 6, 102, -1, 0, 3193, 3195, 3, 206, 103, 0, 3194, 3196, 3, 208, 104, 0, 3195, 3194, 1, 0, 0, 0, 3195, 3196, 1, 0, 0, 0, 3196, 3204, 1, 0, 0, 0, 3197, 3198, 10, 2, 0, 0, 3198, 3203, 3, 204, 102, 3, 3199, 3200, 10, 1, 0, 0, 3200, 3201, 5, 11, 0, 0, 3201, 3203, 3, 204, 102, 2, 3202, 3197, 1, 0, 0, 0, 3202, 3199, 1, 0, 0, 0, 3203, 3206, 1, 0, 0, 0, 3204, 3202, 1, 0, 0, 0, 3204, 3205, 1, 0, 0, 0, 3205, 205, 1, 0, 0, 0, 3206, 3204, 1, 0, 0, 0, 3207, 3233, 3, 296, 148, 0, 3208, 3209, 5, 1, 0, 0, 3209, 3233, 5, 2, 0, 0, 3210, 3211, 5, 209, 0, 0, 3211, 3212, 5, 1, 0, 0, 3212, 3217, 3, 204, 102, 0, 3213, 3214, 5, 3, 0, 0, 3214, 3216, 3, 204, 102, 0, 3215, 3213, 1, 0, 0, 0, 3216, 3219, 1, 0, 0, 0, 3217, 3215, 1, 0, 0, 0, 3217, 3218, 1, 0, 0, 0, 3218, 3220, 1, 0, 0, 0, 3219, 3217, 1, 0, 0, 0, 3220, 3221, 5, 2, 0, 0, 3221, 3233, 1, 0, 0, 0, 3222, 3223, 5, 1, 0, 0, 3223, 3224, 3, 204, 102, 0, 3224, 3225, 5, 2, 0, 0, 3225, 3233, 1, 0, 0, 0, 3226, 3233, 5, 12, 0, 0, 3227, 3233, 5, 13, 0, 0, 3228, 3229, 5, 14, 0, 0, 3229, 3230, 3, 204, 102, 0, 3230, 3231, 5, 15, 0, 0, 3231, 3233, 1, 0, 0, 0, 3232, 3207, 1, 0, 0, 0, 3232, 3208, 1, 0, 0, 0, 3232, 3210, 1, 0, 0, 0, 3232, 3222, 1, 0, 0, 0, 3232, 3226, 1, 0, 0, 0, 3232, 3227, 1, 0, 0, 0, 3232, 3228, 1, 0, 0, 0, 3233, 207, 1, 0, 0, 0, 3234, 3236, 5, 320, 0, 0, 3235, 3237, 5, 324, 0, 0, 3236, 3235, 1, 0, 0, 0, 3236, 3237, 1, 0, 0, 0, 3237, 3265, 1, 0, 0, 0, 3238, 3240, 5, 318, 0, 0, 3239, 3241, 5, 324, 0, 0, 3240, 3239, 1, 0, 0, 0, 3240, 3241, 1, 0, 0, 0, 3241, 3265, 1, 0, 0, 0, 3242, 3244, 5, 324, 0, 0, 3243, 3245, 5, 324, 0, 0, 3244, 3243, 1, 0, 0, 0, 3244, 3245, 1, 0, 0, 0, 3245, 3265, 1, 0, 0, 0, 3246, 3247, 5, 16, 0, 0, 3247, 3248, 5, 329, 0, 0, 3248, 3250, 5, 17, 0, 0, 3249, 3251, 5, 324, 0, 0, 3250, 3249, 1, 0, 0, 0, 3250, 3251, 1, 0, 0, 0, 3251, 3265, 1, 0, 0, 0, 3252, 3254, 5, 16, 0, 0, 3253, 3255, 5, 329, 0, 0, 3254, 3253, 1, 0, 0, 0, 3254, 3255, 1, 0, 0, 0, 3255, 3256, 1, 0, 0, 0, 3256, 3258, 5, 3, 0, 0, 3257, 3259, 5, 329, 0, 0, 3258, 3257, 1, 0, 0, 0, 3258, 3259, 1, 0, 0, 0, 3259, 3260, 1, 0, 0, 0, 3260, 3262, 5, 17, 0, 0, 3261, 3263, 5, 324, 0, 0, 3262, 3261, 1, 0, 0, 0, 3262, 3263, 1, 0, 0, 0, 3263, 3265, 1, 0, 0, 0, 3264, 3234, 1, 0, 0, 0, 3264, 3238, 1, 0, 0, 0, 3264, 3242, 1, 0, 0, 0, 3264, 3246, 1, 0, 0, 0, 3264, 3252, 1, 0, 0, 0, 3265, 209, 1, 0, 0, 0, 3266, 3267, 3, 296, 148, 0, 3267, 3268, 5, 312, 0, 0, 3268, 3269, 3, 136, 68, 0, 3269, 211, 1, 0, 0, 0, 3270, 3271, 5, 104, 0, 0, 3271, 3275, 7, 30, 0, 0, 3272, 3273, 5, 276, 0, 0, 3273, 3275, 7, 31, 0, 0, 3274, 3270, 1, 0, 0, 0, 3274, 3272, 1, 0, 0, 0, 3275, 213, 1, 0, 0, 0, 3276, 3277, 5, 134, 0, 0, 3277, 3278, 5, 153, 0, 0, 3278, 3282, 3, 216, 108, 0, 3279, 3280, 5, 220, 0, 0, 3280, 3282, 7, 32, 0, 0, 3281, 3276, 1, 0, 0, 0, 3281, 3279, 1, 0, 0, 0, 3282, 215, 1, 0, 0, 0, 3283, 3284, 5, 220, 0, 0, 3284, 3291, 5, 279, 0, 0, 3285, 3286, 5, 220, 0, 0, 3286, 3291, 5, 48, 0, 0, 3287, 3288, 5, 225, 0, 0, 3288, 3291, 5, 220, 0, 0, 3289, 3291, 5, 249, 0, 0, 3290, 3283, 1, 0, 0, 0, 3290, 3285, 1, 0, 0, 0, 3290, 3287, 1, 0, 0, 0, 3290, 3289, 1, 0, 0, 0, 3291, 217, 1, 0, 0, 0, 3292, 3298, 3, 136, 68, 0, 3293, 3294, 3, 296, 148, 0, 3294, 3295, 5, 6, 0, 0, 3295, 3296, 3, 136, 68, 0, 3296, 3298, 1, 0, 0, 0, 3297, 3292, 1, 0, 0, 0, 3297, 3293, 1, 0, 0, 0, 3298, 219, 1, 0, 0, 0, 3299, 3300, 3, 296, 148, 0, 3300, 3301, 5, 4, 0, 0, 3301, 3302, 3, 296, 148, 0, 3302, 3305, 1, 0, 0, 0, 3303, 3305, 3, 296, 148, 0, 3304, 3299, 1, 0, 0, 0, 3304, 3303, 1, 0, 0, 0, 3305, 221, 1, 0, 0, 0, 3306, 3311, 3, 220, 110, 0, 3307, 3308, 5, 3, 0, 0, 3308, 3310, 3, 220, 110, 0, 3309, 3307, 1, 0, 0, 0, 3310, 3313, 1, 0, 0, 0, 3311, 3309, 1, 0, 0, 0, 3311, 3312, 1, 0, 0, 0, 3312, 223, 1, 0, 0, 0, 3313, 3311, 1, 0, 0, 0, 3314, 3315, 5, 107, 0, 0, 3315, 3316, 3, 226, 113, 0, 3316, 3320, 3, 232, 116, 0, 3317, 3319, 3, 234, 117, 0, 3318, 3317, 1, 0, 0, 0, 3319, 3322, 1, 0, 0, 0, 3320, 3318, 1, 0, 0, 0, 3320, 3321, 1, 0, 0, 0, 3321, 3323, 1, 0, 0, 0, 3322, 3320, 1, 0, 0, 0, 3323, 3324, 3, 236, 118, 0, 3324, 225, 1, 0, 0, 0, 3325, 3326, 3, 274, 137, 0, 3326, 3335, 5, 1, 0, 0, 3327, 3332, 3, 230, 115, 0, 3328, 3329, 5, 3, 0, 0, 3329, 3331, 3, 230, 115, 0, 3330, 3328, 1, 0, 0, 0, 3331, 3334, 1, 0, 0, 0, 3332, 3330, 1, 0, 0, 0, 3332, 3333, 1, 0, 0, 0, 3333, 3336, 1, 0, 0, 0, 3334, 3332, 1, 0, 0, 0, 3335, 3327, 1, 0, 0, 0, 3335, 3336, 1, 0, 0, 0, 3336, 3337, 1, 0, 0, 0, 3337, 3338, 5, 2, 0, 0, 3338, 227, 1, 0, 0, 0, 3339, 3340, 3, 272, 136, 0, 3340, 3349, 5, 1, 0, 0, 3341, 3346, 3, 230, 115, 0, 3342, 3343, 5, 3, 0, 0, 3343, 3345, 3, 230, 115, 0, 3344, 3342, 1, 0, 0, 0, 3345, 3348, 1, 0, 0, 0, 3346, 3344, 1, 0, 0, 0, 3346, 3347, 1, 0, 0, 0, 3347, 3350, 1, 0, 0, 0, 3348, 3346, 1, 0, 0, 0, 3349, 3341, 1, 0, 0, 0, 3349, 3350, 1, 0, 0, 0, 3350, 3351, 1, 0, 0, 0, 3351, 3352, 5, 2, 0, 0, 3352, 229, 1, 0, 0, 0, 3353, 3355, 3, 296, 148, 0, 3354, 3353, 1, 0, 0, 0, 3354, 3355, 1, 0, 0, 0, 3355, 3356, 1, 0, 0, 0, 3356, 3357, 3, 184, 92, 0, 3357, 231, 1, 0, 0, 0, 3358, 3359, 5, 232, 0, 0, 3359, 3360, 3, 184, 92, 0, 3360, 233, 1, 0, 0, 0, 3361, 3362, 5, 147, 0, 0, 3362, 3381, 3, 296, 148, 0, 3363, 3365, 5, 182, 0, 0, 3364, 3363, 1, 0, 0, 0, 3364, 3365, 1, 0, 0, 0, 3365, 3366, 1, 0, 0, 0, 3366, 3381, 5, 78, 0, 0, 3367, 3368, 5, 232, 0, 0, 3368, 3369, 5, 183, 0, 0, 3369, 3370, 5, 190, 0, 0, 3370, 3371, 5, 183, 0, 0, 3371, 3381, 5, 126, 0, 0, 3372, 3373, 5, 38, 0, 0, 3373, 3374, 5, 190, 0, 0, 3374, 3375, 5, 183, 0, 0, 3375, 3381, 5, 126, 0, 0, 3376, 3377, 5, 246, 0, 0, 3377, 3381, 7, 1, 0, 0, 3378, 3379, 5, 46, 0, 0, 3379, 3381, 3, 168, 84, 0, 3380, 3361, 1, 0, 0, 0, 3380, 3364, 1, 0, 0, 0, 3380, 3367, 1, 0, 0, 0, 3380, 3372, 1, 0, 0, 0, 3380, 3376, 1, 0, 0, 0, 3380, 3378, 1, 0, 0, 0, 3381, 235, 1, 0, 0, 0, 3382, 3383, 5, 230, 0, 0, 3383, 3482, 3, 142, 71, 0, 3384, 3385, 5, 251, 0, 0, 3385, 3386, 3, 296, 148, 0, 3386, 3387, 5, 312, 0, 0, 3387, 3388, 3, 136, 68, 0, 3388, 3482, 1, 0, 0, 0, 3389, 3390, 5, 40, 0, 0, 3390, 3392, 3, 136, 68, 0, 3391, 3393, 3, 238, 119, 0, 3392, 3391, 1, 0, 0, 0, 3393, 3394, 1, 0, 0, 0, 3394, 3392, 1, 0, 0, 0, 3394, 3395, 1, 0, 0, 0, 3395, 3397, 1, 0, 0, 0, 3396, 3398, 3, 242, 121, 0, 3397, 3396, 1, 0, 0, 0, 3397, 3398, 1, 0, 0, 0, 3398, 3399, 1, 0, 0, 0, 3399, 3400, 5, 88, 0, 0, 3400, 3401, 5, 40, 0, 0, 3401, 3482, 1, 0, 0, 0, 3402, 3404, 5, 40, 0, 0, 3403, 3405, 3, 238, 119, 0, 3404, 3403, 1, 0, 0, 0, 3405, 3406, 1, 0, 0, 0, 3406, 3404, 1, 0, 0, 0, 3406, 3407, 1, 0, 0, 0, 3407, 3409, 1, 0, 0, 0, 3408, 3410, 3, 242, 121, 0, 3409, 3408, 1, 0, 0, 0, 3409, 3410, 1, 0, 0, 0, 3410, 3411, 1, 0, 0, 0, 3411, 3412, 5, 88, 0, 0, 3412, 3413, 5, 40, 0, 0, 3413, 3482, 1, 0, 0, 0, 3414, 3415, 5, 119, 0, 0, 3415, 3416, 3, 136, 68, 0, 3416, 3417, 5, 265, 0, 0, 3417, 3421, 3, 246, 123, 0, 3418, 3420, 3, 240, 120, 0, 3419, 3418, 1, 0, 0, 0, 3420, 3423, 1, 0, 0, 0, 3421, 3419, 1, 0, 0, 0, 3421, 3422, 1, 0, 0, 0, 3422, 3425, 1, 0, 0, 0, 3423, 3421, 1, 0, 0, 0, 3424, 3426, 3, 242, 121, 0, 3425, 3424, 1, 0, 0, 0, 3425, 3426, 1, 0, 0, 0, 3426, 3427, 1, 0, 0, 0, 3427, 3428, 5, 88, 0, 0, 3428, 3429, 5, 119, 0, 0, 3429, 3482, 1, 0, 0, 0, 3430, 3431, 5, 135, 0, 0, 3431, 3482, 3, 296, 148, 0, 3432, 3433, 5, 151, 0, 0, 3433, 3482, 3, 296, 148, 0, 3434, 3440, 5, 32, 0, 0, 3435, 3436, 3, 244, 122, 0, 3436, 3437, 5, 325, 0, 0, 3437, 3439, 1, 0, 0, 0, 3438, 3435, 1, 0, 0, 0, 3439, 3442, 1, 0, 0, 0, 3440, 3438, 1, 0, 0, 0, 3440, 3441, 1, 0, 0, 0, 3441, 3444, 1, 0, 0, 0, 3442, 3440, 1, 0, 0, 0, 3443, 3445, 3, 246, 123, 0, 3444, 3443, 1, 0, 0, 0, 3444, 3445, 1, 0, 0, 0, 3445, 3446, 1, 0, 0, 0, 3446, 3482, 5, 88, 0, 0, 3447, 3448, 3, 296, 148, 0, 3448, 3449, 5, 10, 0, 0, 3449, 3451, 1, 0, 0, 0, 3450, 3447, 1, 0, 0, 0, 3450, 3451, 1, 0, 0, 0, 3451, 3452, 1, 0, 0, 0, 3452, 3453, 5, 161, 0, 0, 3453, 3454, 3, 246, 123, 0, 3454, 3455, 5, 88, 0, 0, 3455, 3456, 5, 161, 0, 0, 3456, 3482, 1, 0, 0, 0, 3457, 3458, 3, 296, 148, 0, 3458, 3459, 5, 10, 0, 0, 3459, 3461, 1, 0, 0, 0, 3460, 3457, 1, 0, 0, 0, 3460, 3461, 1, 0, 0, 0, 3461, 3462, 1, 0, 0, 0, 3462, 3463, 5, 302, 0, 0, 3463, 3464, 3, 136, 68, 0, 3464, 3465, 5, 81, 0, 0, 3465, 3466, 3, 246, 123, 0, 3466, 3467, 5, 88, 0, 0, 3467, 3468, 5, 302, 0, 0, 3468, 3482, 1, 0, 0, 0, 3469, 3470, 3, 296, 148, 0, 3470, 3471, 5, 10, 0, 0, 3471, 3473, 1, 0, 0, 0, 3472, 3469, 1, 0, 0, 0, 3472, 3473, 1, 0, 0, 0, 3473, 3474, 1, 0, 0, 0, 3474, 3475, 5, 224, 0, 0, 3475, 3476, 3, 246, 123, 0, 3476, 3477, 5, 286, 0, 0, 3477, 3478, 3, 136, 68, 0, 3478, 3479, 5, 88, 0, 0, 3479, 3480, 5, 224, 0, 0, 3480, 3482, 1, 0, 0, 0, 3481, 3382, 1, 0, 0, 0, 3481, 3384, 1, 0, 0, 0, 3481, 3389, 1, 0, 0, 0, 3481, 3402, 1, 0, 0, 0, 3481, 3414, 1, 0, 0, 0, 3481, 3430, 1, 0, 0, 0, 3481, 3432, 1, 0, 0, 0, 3481, 3434, 1, 0, 0, 0, 3481, 3450, 1, 0, 0, 0, 3481, 3460, 1, 0, 0, 0, 3481, 3472, 1, 0, 0, 0, 3482, 237, 1, 0, 0, 0, 3483, 3484, 5, 300, 0, 0, 3484, 3485, 3, 136, 68, 0, 3485, 3486, 5, 265, 0, 0, 3486, 3487, 3, 246, 123, 0, 3487, 239, 1, 0, 0, 0, 3488, 3489, 5, 86, 0, 0, 3489, 3490, 3, 136, 68, 0, 3490, 3491, 5, 265, 0, 0, 3491, 3492, 3, 246, 123, 0, 3492, 241, 1, 0, 0, 0, 3493, 3494, 5, 84, 0, 0, 3494, 3495, 3, 246, 123, 0, 3495, 243, 1, 0, 0, 0, 3496, 3497, 5, 69, 0, 0, 3497, 3502, 3, 296, 148, 0, 3498, 3499, 5, 3, 0, 0, 3499, 3501, 3, 296, 148, 0, 3500, 3498, 1, 0, 0, 0, 3501, 3504, 1, 0, 0, 0, 3502, 3500, 1, 0, 0, 0, 3502, 3503, 1, 0, 0, 0, 3503, 3505, 1, 0, 0, 0, 3504, 3502, 1, 0, 0, 0, 3505, 3508, 3, 184, 92, 0, 3506, 3507, 5, 70, 0, 0, 3507, 3509, 3, 142, 71, 0, 3508, 3506, 1, 0, 0, 0, 3508, 3509, 1, 0, 0, 0, 3509, 245, 1, 0, 0, 0, 3510, 3511, 3, 236, 118, 0, 3511, 3512, 5, 325, 0, 0, 3512, 3514, 1, 0, 0, 0, 3513, 3510, 1, 0, 0, 0, 3514, 3515, 1, 0, 0, 0, 3515, 3513, 1, 0, 0, 0, 3515, 3516, 1, 0, 0, 0, 3516, 247, 1, 0, 0, 0, 3517, 3524, 5, 53, 0, 0, 3518, 3524, 5, 248, 0, 0, 3519, 3524, 5, 73, 0, 0, 3520, 3524, 5, 127, 0, 0, 3521, 3524, 5, 287, 0, 0, 3522, 3524, 3, 296, 148, 0, 3523, 3517, 1, 0, 0, 0, 3523, 3518, 1, 0, 0, 0, 3523, 3519, 1, 0, 0, 0, 3523, 3520, 1, 0, 0, 0, 3523, 3521, 1, 0, 0, 0, 3523, 3522, 1, 0, 0, 0, 3524, 249, 1, 0, 0, 0, 3525, 3529, 5, 260, 0, 0, 3526, 3529, 5, 243, 0, 0, 3527, 3529, 3, 296, 148, 0, 3528, 3525, 1, 0, 0, 0, 3528, 3526, 1, 0, 0, 0, 3528, 3527, 1, 0, 0, 0, 3529, 251, 1, 0, 0, 0, 3530, 3532, 3, 250, 125, 0, 3531, 3530, 1, 0, 0, 0, 3531, 3532, 1, 0, 0, 0, 3532, 3533, 1, 0, 0, 0, 3533, 3534, 3, 282, 141, 0, 3534, 253, 1, 0, 0, 0, 3535, 3538, 3, 256, 128, 0, 3536, 3538, 3, 260, 130, 0, 3537, 3535, 1, 0, 0, 0, 3537, 3536, 1, 0, 0, 0, 3538, 255, 1, 0, 0, 0, 3539, 3551, 3, 296, 148, 0, 3540, 3541, 3, 296, 148, 0, 3541, 3542, 5, 4, 0, 0, 3542, 3543, 3, 296, 148, 0, 3543, 3551, 1, 0, 0, 0, 3544, 3545, 3, 296, 148, 0, 3545, 3546, 5, 4, 0, 0, 3546, 3547, 3, 296, 148, 0, 3547, 3548, 5, 4, 0, 0, 3548, 3549, 3, 296, 148, 0, 3549, 3551, 1, 0, 0, 0, 3550, 3539, 1, 0, 0, 0, 3550, 3540, 1, 0, 0, 0, 3550, 3544, 1, 0, 0, 0, 3551, 257, 1, 0, 0, 0, 3552, 3564, 3, 296, 148, 0, 3553, 3554, 3, 296, 148, 0, 3554, 3555, 5, 4, 0, 0, 3555, 3556, 3, 296, 148, 0, 3556, 3564, 1, 0, 0, 0, 3557, 3558, 3, 296, 148, 0, 3558, 3559, 5, 4, 0, 0, 3559, 3560, 3, 296, 148, 0, 3560, 3561, 5, 4, 0, 0, 3561, 3562, 3, 296, 148, 0, 3562, 3564, 1, 0, 0, 0, 3563, 3552, 1, 0, 0, 0, 3563, 3553, 1, 0, 0, 0, 3563, 3557, 1, 0, 0, 0, 3564, 259, 1, 0, 0, 0, 3565, 3577, 3, 296, 148, 0, 3566, 3567, 3, 296, 148, 0, 3567, 3568, 5, 4, 0, 0, 3568, 3569, 3, 296, 148, 0, 3569, 3577, 1, 0, 0, 0, 3570, 3571, 3, 296, 148, 0, 3571, 3572, 5, 4, 0, 0, 3572, 3573, 3, 296, 148, 0, 3573, 3574, 5, 4, 0, 0, 3574, 3575, 3, 296, 148, 0, 3575, 3577, 1, 0, 0, 0, 3576, 3565, 1, 0, 0, 0, 3576, 3566, 1, 0, 0, 0, 3576, 3570, 1, 0, 0, 0, 3577, 261, 1, 0, 0, 0, 3578, 3590, 3, 296, 148, 0, 3579, 3580, 3, 296, 148, 0, 3580, 3581, 5, 4, 0, 0, 3581, 3582, 3, 296, 148, 0, 3582, 3590, 1, 0, 0, 0, 3583, 3584, 3, 296, 148, 0, 3584, 3585, 5, 4, 0, 0, 3585, 3586, 3, 296, 148, 0, 3586, 3587, 5, 4, 0, 0, 3587, 3588, 3, 296, 148, 0, 3588, 3590, 1, 0, 0, 0, 3589, 3578, 1, 0, 0, 0, 3589, 3579, 1, 0, 0, 0, 3589, 3583, 1, 0, 0, 0, 3590, 263, 1, 0, 0, 0, 3591, 3597, 3, 296, 148, 0, 3592, 3593, 3, 296, 148, 0, 3593, 3594, 5, 4, 0, 0, 3594, 3595, 3, 296, 148, 0, 3595, 3597, 1, 0, 0, 0, 3596, 3591, 1, 0, 0, 0, 3596, 3592, 1, 0, 0, 0, 3597, 265, 1, 0, 0, 0, 3598, 3604, 3, 296, 148, 0, 3599, 3600, 3, 296, 148, 0, 3600, 3601, 5, 4, 0, 0, 3601, 3602, 3, 296, 148, 0, 3602, 3604, 1, 0, 0, 0, 3603, 3598, 1, 0, 0, 0, 3603, 3599, 1, 0, 0, 0, 3604, 267, 1, 0, 0, 0, 3605, 3606, 3, 296, 148, 0, 3606, 269, 1, 0, 0, 0, 3607, 3608, 3, 296, 148, 0, 3608, 271, 1, 0, 0, 0, 3609, 3610, 3, 282, 141, 0, 3610, 273, 1, 0, 0, 0, 3611, 3612, 3, 282, 141, 0, 3612, 275, 1, 0, 0, 0, 3613, 3616, 3, 282, 141, 0, 3614, 3616, 4, 138, 14, 0, 3615, 3613, 1, 0, 0, 0, 3615, 3614, 1, 0, 0, 0, 3616, 277, 1, 0, 0, 0, 3617, 3618, 3, 282, 141, 0, 3618, 279, 1, 0, 0, 0, 3619, 3620, 3, 296, 148, 0, 3620, 281, 1, 0, 0, 0, 3621, 3626, 3, 296, 148, 0, 3622, 3623, 5, 4, 0, 0, 3623, 3625, 3, 296, 148, 0, 3624, 3622, 1, 0, 0, 0, 3625, 3628, 1, 0, 0, 0, 3626, 3624, 1, 0, 0, 0, 3626, 3627, 1, 0, 0, 0, 3627, 283, 1, 0, 0, 0, 3628, 3626, 1, 0, 0, 0, 3629, 3630, 5, 103, 0, 0, 3630, 3631, 3, 286, 143, 0, 3631, 3632, 5, 28, 0, 0, 3632, 3633, 5, 187, 0, 0, 3633, 3634, 3, 142, 71, 0, 3634, 285, 1, 0, 0, 0, 3635, 3636, 7, 33, 0, 0, 3636, 287, 1, 0, 0, 0, 3637, 3641, 3, 290, 145, 0, 3638, 3641, 5, 64, 0, 0, 3639, 3641, 5, 60, 0, 0, 3640, 3637, 1, 0, 0, 0, 3640, 3638, 1, 0, 0, 0, 3640, 3639, 1, 0, 0, 0, 3641, 289, 1, 0, 0, 0, 3642, 3648, 3, 296, 148, 0, 3643, 3644, 5, 289, 0, 0, 3644, 3648, 3, 296, 148, 0, 3645, 3646, 5, 235, 0, 0, 3646, 3648, 3, 296, 148, 0, 3647, 3642, 1, 0, 0, 0, 3647, 3643, 1, 0, 0, 0, 3647, 3645, 1, 0, 0, 0, 3648, 291, 1, 0, 0, 0, 3649, 3654, 3, 296, 148, 0, 3650, 3651, 5, 3, 0, 0, 3651, 3653, 3, 296, 148, 0, 3652, 3650, 1, 0, 0, 0, 3653, 3656, 1, 0, 0, 0, 3654, 3652, 1, 0, 0, 0, 3654, 3655, 1, 0, 0, 0, 3655, 293, 1, 0, 0, 0, 3656, 3654, 1, 0, 0, 0, 3657, 3665, 5, 53, 0, 0, 3658, 3665, 5, 248, 0, 0, 3659, 3665, 5, 73, 0, 0, 3660, 3665, 5, 127, 0, 0, 3661, 3665, 5, 287, 0, 0, 3662, 3665, 5, 93, 0, 0, 3663, 3665, 3, 296, 148, 0, 3664, 3657, 1, 0, 0, 0, 3664, 3658, 1, 0, 0, 0, 3664, 3659, 1, 0, 0, 0, 3664, 3660, 1, 0, 0, 0, 3664, 3661, 1, 0, 0, 0, 3664, 3662, 1, 0, 0, 0, 3664, 3663, 1, 0, 0, 0, 3665, 295, 1, 0, 0, 0, 3666, 3672, 5, 332, 0, 0, 3667, 3672, 5, 334, 0, 0, 3668, 3672, 3, 302, 151, 0, 3669, 3672, 5, 335, 0, 0, 3670, 3672, 5, 333, 0, 0, 3671, 3666, 1, 0, 0, 0, 3671, 3667, 1, 0, 0, 0, 3671, 3668, 1, 0, 0, 0, 3671, 3669, 1, 0, 0, 0, 3671, 3670, 1, 0, 0, 0, 3672, 297, 1, 0, 0, 0, 3673, 3675, 5, 319, 0, 0, 3674, 3673, 1, 0, 0, 0, 3674, 3675, 1, 0, 0, 0, 3675, 3676, 1, 0, 0, 0, 3676, 3686, 5, 330, 0, 0, 3677, 3679, 5, 319, 0, 0, 3678, 3677, 1, 0, 0, 0, 3678, 3679, 1, 0, 0, 0, 3679, 3680, 1, 0, 0, 0, 3680, 3686, 5, 331, 0, 0, 3681, 3683, 5, 319, 0, 0, 3682, 3681, 1, 0, 0, 0, 3682, 3683, 1, 0, 0, 0, 3683, 3684, 1, 0, 0, 0, 3684, 3686, 5, 329, 0, 0, 3685, 3674, 1, 0, 0, 0, 3685, 3678, 1, 0, 0, 0, 3685, 3682, 1, 0, 0, 0, 3686, 299, 1, 0, 0, 0, 3687, 3690, 3, 296, 148, 0, 3688, 3690, 3, 168, 84, 0, 3689, 3687, 1, 0, 0, 0, 3689, 3688, 1, 0, 0, 0, 3690, 301, 1, 0, 0, 0, 3691, 3692, 7, 34, 0, 0, 3692, 303, 1, 0, 0, 0, 480, 307, 316, 320, 324, 328, 332, 345, 352, 356, 360, 366, 370, 377, 382, 386, 392, 396, 415, 421, 425, 429, 433, 441, 445, 448, 453, 459, 468, 474, 478, 484, 491, 500, 512, 521, 530, 536, 547, 555, 563, 570, 580, 587, 595, 610, 645, 648, 651, 655, 661, 666, 673, 679, 683, 687, 695, 701, 705, 709, 723, 731, 750, 775, 778, 785, 792, 801, 805, 812, 820, 829, 835, 840, 844, 852, 857, 866, 872, 879, 888, 894, 898, 904, 911, 916, 929, 934, 946, 950, 956, 965, 970, 976, 1004, 1010, 1012, 1018, 1024, 1026, 1034, 1036, 1046, 1048, 1063, 1068, 1075, 1085, 1091, 1093, 1101, 1103, 1128, 1131, 1135, 1139, 1157, 1160, 1171, 1174, 1190, 1200, 1205, 1211, 1214, 1223, 1235, 1238, 1248, 1252, 1258, 1265, 1270, 1276, 1280, 1284, 1290, 1301, 1310, 1320, 1323, 1328, 1330, 1337, 1343, 1345, 1349, 1359, 1365, 1368, 1370, 1382, 1389, 1393, 1396, 1400, 1404, 1411, 1420, 1423, 1427, 1432, 1436, 1444, 1447, 1450, 1457, 1468, 1471, 1481, 1484, 1495, 1500, 1508, 1511, 1515, 1519, 1528, 1537, 1540, 1549, 1552, 1555, 1559, 1574, 1578, 1581, 1584, 1586, 1605, 1609, 1613, 1617, 1621, 1625, 1627, 1638, 1643, 1652, 1661, 1664, 1670, 1682, 1685, 1694, 1697, 1705, 1708, 1711, 1716, 1719, 1731, 1734, 1742, 1747, 1751, 1753, 1755, 1770, 1772, 1783, 1804, 1814, 1825, 1829, 1831, 1839, 1850, 1861, 1868, 1881, 1887, 1913, 1928, 1933, 1937, 1947, 1953, 1959, 1967, 1972, 1979, 1981, 1987, 1993, 1997, 2002, 2011, 2016, 2030, 2040, 2043, 2052, 2057, 2062, 2064, 2073, 2076, 2084, 2087, 2094, 2099, 2110, 2113, 2117, 2119, 2127, 2137, 2143, 2145, 2152, 2156, 2158, 2165, 2169, 2171, 2173, 2182, 2193, 2197, 2207, 2217, 2221, 2229, 2231, 2244, 2252, 2261, 2267, 2275, 2281, 2285, 2290, 2295, 2301, 2315, 2317, 2347, 2358, 2366, 2371, 2376, 2389, 2395, 2398, 2405, 2410, 2413, 2416, 2421, 2428, 2431, 2440, 2443, 2447, 2450, 2453, 2468, 2471, 2490, 2494, 2502, 2506, 2531, 2534, 2543, 2549, 2555, 2561, 2570, 2573, 2576, 2595, 2604, 2626, 2629, 2639, 2648, 2654, 2660, 2671, 2673, 2678, 2685, 2687, 2693, 2699, 2710, 2719, 2724, 2729, 2731, 2733, 2739, 2741, 2751, 2760, 2762, 2768, 2770, 2773, 2783, 2785, 2793, 2801, 2804, 2809, 2814, 2826, 2830, 2834, 2837, 2839, 2847, 2850, 2860, 2868, 2874, 2876, 2884, 2894, 2900, 2914, 2923, 2930, 2935, 2942, 2952, 2957, 2964, 2990, 2995, 2997, 3004, 3008, 3015, 3019, 3036, 3051, 3058, 3067, 3077, 3082, 3091, 3096, 3104, 3112, 3115, 3121, 3124, 3131, 3139, 3142, 3150, 3153, 3179, 3190, 3195, 3202, 3204, 3217, 3232, 3236, 3240, 3244, 3250, 3254, 3258, 3262, 3264, 3274, 3281, 3290, 3297, 3304, 3311, 3320, 3332, 3335, 3346, 3349, 3354, 3364, 3380, 3394, 3397, 3406, 3409, 3421, 3425, 3440, 3444, 3450, 3460, 3472, 3481, 3502, 3508, 3515, 3523, 3528, 3531, 3537, 3550, 3563, 3576, 3589, 3596, 3603, 3615, 3626, 3640, 3647, 3654, 3664, 3671, 3674, 3678, 3682, 3685, 3689] \ No newline at end of file diff --git a/src/lib/trino/TrinoSqlListener.ts b/src/lib/trino/TrinoSqlListener.ts index 8a0856c6..983e034c 100644 --- a/src/lib/trino/TrinoSqlListener.ts +++ b/src/lib/trino/TrinoSqlListener.ts @@ -134,8 +134,8 @@ import { WindowDefinitionContext } from "./TrinoSqlParser.js"; import { WindowSpecificationContext } from "./TrinoSqlParser.js"; import { NamedQueryContext } from "./TrinoSqlParser.js"; import { SetQuantifierContext } from "./TrinoSqlParser.js"; -import { SelectSingleContext } from "./TrinoSqlParser.js"; import { SelectAllContext } from "./TrinoSqlParser.js"; +import { SelectSingleContext } from "./TrinoSqlParser.js"; import { RelationDefaultContext } from "./TrinoSqlParser.js"; import { JoinRelationContext } from "./TrinoSqlParser.js"; import { JoinTypeContext } from "./TrinoSqlParser.js"; @@ -355,6 +355,7 @@ import { CatalogNameCreateContext } from "./TrinoSqlParser.js"; import { FunctionNameContext } from "./TrinoSqlParser.js"; import { FunctionNameCreateContext } from "./TrinoSqlParser.js"; import { ColumnRefContext } from "./TrinoSqlParser.js"; +import { ColumnNameContext } from "./TrinoSqlParser.js"; import { ColumnNameCreateContext } from "./TrinoSqlParser.js"; import { QualifiedNameContext } from "./TrinoSqlParser.js"; import { QueryPeriodContext } from "./TrinoSqlParser.js"; @@ -1839,29 +1840,29 @@ export class TrinoSqlListener implements ParseTreeListener { */ exitSetQuantifier?: (ctx: SetQuantifierContext) => void; /** - * Enter a parse tree produced by the `selectSingle` + * Enter a parse tree produced by the `selectAll` * labeled alternative in `TrinoSqlParser.selectItem`. * @param ctx the parse tree */ - enterSelectSingle?: (ctx: SelectSingleContext) => void; + enterSelectAll?: (ctx: SelectAllContext) => void; /** - * Exit a parse tree produced by the `selectSingle` + * Exit a parse tree produced by the `selectAll` * labeled alternative in `TrinoSqlParser.selectItem`. * @param ctx the parse tree */ - exitSelectSingle?: (ctx: SelectSingleContext) => void; + exitSelectAll?: (ctx: SelectAllContext) => void; /** - * Enter a parse tree produced by the `selectAll` + * Enter a parse tree produced by the `selectSingle` * labeled alternative in `TrinoSqlParser.selectItem`. * @param ctx the parse tree */ - enterSelectAll?: (ctx: SelectAllContext) => void; + enterSelectSingle?: (ctx: SelectSingleContext) => void; /** - * Exit a parse tree produced by the `selectAll` + * Exit a parse tree produced by the `selectSingle` * labeled alternative in `TrinoSqlParser.selectItem`. * @param ctx the parse tree */ - exitSelectAll?: (ctx: SelectAllContext) => void; + exitSelectSingle?: (ctx: SelectSingleContext) => void; /** * Enter a parse tree produced by the `relationDefault` * labeled alternative in `TrinoSqlParser.relation`. @@ -4332,6 +4333,16 @@ export class TrinoSqlListener implements ParseTreeListener { * @param ctx the parse tree */ exitColumnRef?: (ctx: ColumnRefContext) => void; + /** + * Enter a parse tree produced by `TrinoSqlParser.columnName`. + * @param ctx the parse tree + */ + enterColumnName?: (ctx: ColumnNameContext) => void; + /** + * Exit a parse tree produced by `TrinoSqlParser.columnName`. + * @param ctx the parse tree + */ + exitColumnName?: (ctx: ColumnNameContext) => void; /** * Enter a parse tree produced by `TrinoSqlParser.columnNameCreate`. * @param ctx the parse tree diff --git a/src/lib/trino/TrinoSqlParser.ts b/src/lib/trino/TrinoSqlParser.ts index 6c6eeb81..be08d862 100644 --- a/src/lib/trino/TrinoSqlParser.ts +++ b/src/lib/trino/TrinoSqlParser.ts @@ -496,18 +496,19 @@ export class TrinoSqlParser extends SQLParserBase { public static readonly RULE_functionName = 136; public static readonly RULE_functionNameCreate = 137; public static readonly RULE_columnRef = 138; - public static readonly RULE_columnNameCreate = 139; - public static readonly RULE_qualifiedName = 140; - public static readonly RULE_queryPeriod = 141; - public static readonly RULE_rangeType = 142; - public static readonly RULE_grantor = 143; - public static readonly RULE_principal = 144; - public static readonly RULE_roles = 145; - public static readonly RULE_privilegeOrRole = 146; - public static readonly RULE_identifier = 147; - public static readonly RULE_number = 148; - public static readonly RULE_authorizationUser = 149; - public static readonly RULE_nonReserved = 150; + public static readonly RULE_columnName = 139; + public static readonly RULE_columnNameCreate = 140; + public static readonly RULE_qualifiedName = 141; + public static readonly RULE_queryPeriod = 142; + public static readonly RULE_rangeType = 143; + public static readonly RULE_grantor = 144; + public static readonly RULE_principal = 145; + public static readonly RULE_roles = 146; + public static readonly RULE_privilegeOrRole = 147; + public static readonly RULE_identifier = 148; + public static readonly RULE_number = 149; + public static readonly RULE_authorizationUser = 150; + public static readonly RULE_nonReserved = 151; public static readonly literalNames = [ null, "'('", "')'", "','", "'.'", "'SKIP'", "'=>'", "'->'", "'['", @@ -667,8 +668,8 @@ export class TrinoSqlParser extends SQLParserBase { "privilege", "entityKind", "grantObject", "tableOrViewName", "tableRef", "tableNameCreate", "viewRef", "viewNameCreate", "schemaRef", "schemaNameCreate", "catalogRef", "catalogNameCreate", "functionName", "functionNameCreate", - "columnRef", "columnNameCreate", "qualifiedName", "queryPeriod", - "rangeType", "grantor", "principal", "roles", "privilegeOrRole", + "columnRef", "columnName", "columnNameCreate", "qualifiedName", + "queryPeriod", "rangeType", "grantor", "principal", "roles", "privilegeOrRole", "identifier", "number", "authorizationUser", "nonReserved", ]; @@ -693,21 +694,21 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 305; + this.state = 307; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while ((((_la) & ~0x1F) === 0 && ((1 << _la) & 25165826) !== 0) || ((((_la - 37)) & ~0x1F) === 0 && ((1 << (_la - 37)) & 2147550721) !== 0) || ((((_la - 73)) & ~0x1F) === 0 && ((1 << (_la - 73)) & 5243919) !== 0) || _la === 110 || _la === 127 || _la === 169 || ((((_la - 214)) & ~0x1F) === 0 && ((1 << (_la - 214)) & 8921345) !== 0) || ((((_la - 248)) & ~0x1F) === 0 && ((1 << (_la - 248)) & 67113129) !== 0) || ((((_la - 287)) & ~0x1F) === 0 && ((1 << (_la - 287)) & 131587) !== 0)) { { { - this.state = 302; + this.state = 304; this.statements(); } } - this.state = 307; + this.state = 309; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 308; + this.state = 310; this.match(TrinoSqlParser.EOF); } } @@ -731,7 +732,7 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 310; + this.state = 312; this.singleStatement(); } } @@ -756,14 +757,14 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 312; - this.statement(); this.state = 314; + this.statement(); + this.state = 316; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 325) { { - this.state = 313; + this.state = 315; this.match(TrinoSqlParser.SEMICOLON); } } @@ -791,14 +792,14 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 316; - this.expression(); this.state = 318; + this.expression(); + this.state = 320; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 325) { { - this.state = 317; + this.state = 319; this.match(TrinoSqlParser.SEMICOLON); } } @@ -826,14 +827,14 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 320; - this.pathSpecification(); this.state = 322; + this.pathSpecification(); + this.state = 324; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 325) { { - this.state = 321; + this.state = 323; this.match(TrinoSqlParser.SEMICOLON); } } @@ -861,14 +862,14 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 324; - this.type_(0); this.state = 326; + this.type_(0); + this.state = 328; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 325) { { - this.state = 325; + this.state = 327; this.match(TrinoSqlParser.SEMICOLON); } } @@ -896,14 +897,14 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 328; - this.rowPattern(0); this.state = 330; + this.rowPattern(0); + this.state = 332; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 325) { { - this.state = 329; + this.state = 331; this.match(TrinoSqlParser.SEMICOLON); } } @@ -930,9 +931,9 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 332; + this.state = 334; this.functionSpecification(); - this.state = 333; + this.state = 335; this.match(TrinoSqlParser.EOF); } } @@ -955,14 +956,14 @@ export class TrinoSqlParser extends SQLParserBase { this.enterRule(localContext, 16, TrinoSqlParser.RULE_statement); let _la: number; try { - this.state = 1233; + this.state = 1235; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 125, this.context) ) { case 1: localContext = new StatementDefaultContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 335; + this.state = 337; this.rootQuery(); } break; @@ -970,9 +971,9 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new UseContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 336; + this.state = 338; this.match(TrinoSqlParser.KW_USE); - this.state = 337; + this.state = 339; this.schemaRef(); } break; @@ -980,62 +981,62 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new CreateCatalogContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 338; + this.state = 340; this.match(TrinoSqlParser.KW_CREATE); - this.state = 339; + this.state = 341; this.match(TrinoSqlParser.KW_CATALOG); - this.state = 343; + this.state = 345; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 6, this.context) ) { case 1: { - this.state = 340; + this.state = 342; this.match(TrinoSqlParser.KW_IF); - this.state = 341; + this.state = 343; this.match(TrinoSqlParser.KW_NOT); - this.state = 342; + this.state = 344; this.match(TrinoSqlParser.KW_EXISTS); } break; } - this.state = 345; + this.state = 347; (localContext as CreateCatalogContext)._catalog = this.catalogNameCreate(); - this.state = 346; + this.state = 348; this.match(TrinoSqlParser.KW_USING); - this.state = 347; + this.state = 349; (localContext as CreateCatalogContext)._connectorName = this.identifier(); - this.state = 350; + this.state = 352; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 7, this.context) ) { case 1: { - this.state = 348; + this.state = 350; this.match(TrinoSqlParser.KW_COMMENT); - this.state = 349; + this.state = 351; this.string_(); } break; } - this.state = 354; + this.state = 356; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 31) { { - this.state = 352; + this.state = 354; this.match(TrinoSqlParser.KW_AUTHORIZATION); - this.state = 353; + this.state = 355; this.principal(); } } - this.state = 358; + this.state = 360; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 9, this.context) ) { case 1: { - this.state = 356; + this.state = 358; this.match(TrinoSqlParser.KW_WITH); - this.state = 357; + this.state = 359; this.properties(); } break; @@ -1046,30 +1047,30 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new DropCatalogContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 360; + this.state = 362; this.match(TrinoSqlParser.KW_DROP); - this.state = 361; + this.state = 363; this.match(TrinoSqlParser.KW_CATALOG); - this.state = 364; + this.state = 366; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 10, this.context) ) { case 1: { - this.state = 362; + this.state = 364; this.match(TrinoSqlParser.KW_IF); - this.state = 363; + this.state = 365; this.match(TrinoSqlParser.KW_EXISTS); } break; } - this.state = 366; - (localContext as DropCatalogContext)._catalog = this.catalogRef(); this.state = 368; + (localContext as DropCatalogContext)._catalog = this.catalogRef(); + this.state = 370; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 39 || _la === 229) { { - this.state = 367; + this.state = 369; _la = this.tokenStream.LA(1); if(!(_la === 39 || _la === 229)) { this.errorHandler.recoverInline(this); @@ -1087,46 +1088,46 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new CreateSchemaContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 370; + this.state = 372; this.match(TrinoSqlParser.KW_CREATE); - this.state = 371; + this.state = 373; this.match(TrinoSqlParser.KW_SCHEMA); - this.state = 375; + this.state = 377; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 12, this.context) ) { case 1: { - this.state = 372; + this.state = 374; this.match(TrinoSqlParser.KW_IF); - this.state = 373; + this.state = 375; this.match(TrinoSqlParser.KW_NOT); - this.state = 374; + this.state = 376; this.match(TrinoSqlParser.KW_EXISTS); } break; } - this.state = 377; + this.state = 379; this.schemaNameCreate(); - this.state = 380; + this.state = 382; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 31) { { - this.state = 378; + this.state = 380; this.match(TrinoSqlParser.KW_AUTHORIZATION); - this.state = 379; + this.state = 381; this.principal(); } } - this.state = 384; + this.state = 386; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 14, this.context) ) { case 1: { - this.state = 382; + this.state = 384; this.match(TrinoSqlParser.KW_WITH); - this.state = 383; + this.state = 385; this.properties(); } break; @@ -1137,30 +1138,30 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new DropSchemaContext(localContext); this.enterOuterAlt(localContext, 6); { - this.state = 386; + this.state = 388; this.match(TrinoSqlParser.KW_DROP); - this.state = 387; + this.state = 389; this.match(TrinoSqlParser.KW_SCHEMA); - this.state = 390; + this.state = 392; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 15, this.context) ) { case 1: { - this.state = 388; + this.state = 390; this.match(TrinoSqlParser.KW_IF); - this.state = 389; + this.state = 391; this.match(TrinoSqlParser.KW_EXISTS); } break; } - this.state = 392; - this.schemaRef(); this.state = 394; + this.schemaRef(); + this.state = 396; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 39 || _la === 229) { { - this.state = 393; + this.state = 395; _la = this.tokenStream.LA(1); if(!(_la === 39 || _la === 229)) { this.errorHandler.recoverInline(this); @@ -1178,17 +1179,17 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new RenameSchemaContext(localContext); this.enterOuterAlt(localContext, 7); { - this.state = 396; + this.state = 398; this.match(TrinoSqlParser.KW_ALTER); - this.state = 397; + this.state = 399; this.match(TrinoSqlParser.KW_SCHEMA); - this.state = 398; + this.state = 400; this.schemaRef(); - this.state = 399; + this.state = 401; this.match(TrinoSqlParser.KW_RENAME); - this.state = 400; + this.state = 402; this.match(TrinoSqlParser.KW_TO); - this.state = 401; + this.state = 403; this.schemaNameCreate(); } break; @@ -1196,17 +1197,17 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new SetSchemaAuthorizationContext(localContext); this.enterOuterAlt(localContext, 8); { - this.state = 403; + this.state = 405; this.match(TrinoSqlParser.KW_ALTER); - this.state = 404; + this.state = 406; this.match(TrinoSqlParser.KW_SCHEMA); - this.state = 405; + this.state = 407; this.schemaRef(); - this.state = 406; + this.state = 408; this.match(TrinoSqlParser.KW_SET); - this.state = 407; + this.state = 409; this.match(TrinoSqlParser.KW_AUTHORIZATION); - this.state = 408; + this.state = 410; this.principal(); } break; @@ -1214,112 +1215,112 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new CreateTableAsSelectContext(localContext); this.enterOuterAlt(localContext, 9); { - this.state = 410; + this.state = 412; this.match(TrinoSqlParser.KW_CREATE); - this.state = 413; + this.state = 415; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 194) { { - this.state = 411; + this.state = 413; this.match(TrinoSqlParser.KW_OR); - this.state = 412; + this.state = 414; this.match(TrinoSqlParser.KW_REPLACE); } } - this.state = 415; + this.state = 417; this.match(TrinoSqlParser.KW_TABLE); - this.state = 419; + this.state = 421; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 18, this.context) ) { case 1: { - this.state = 416; + this.state = 418; this.match(TrinoSqlParser.KW_IF); - this.state = 417; + this.state = 419; this.match(TrinoSqlParser.KW_NOT); - this.state = 418; + this.state = 420; this.match(TrinoSqlParser.KW_EXISTS); } break; } - this.state = 421; - this.tableNameCreate(); this.state = 423; + this.tableNameCreate(); + this.state = 425; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 1) { { - this.state = 422; + this.state = 424; this.columnListCreate(); } } - this.state = 427; + this.state = 429; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 46) { { - this.state = 425; + this.state = 427; this.match(TrinoSqlParser.KW_COMMENT); - this.state = 426; + this.state = 428; (localContext as CreateTableAsSelectContext)._comment = this.string_(); } } - this.state = 431; + this.state = 433; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 304) { { - this.state = 429; + this.state = 431; this.match(TrinoSqlParser.KW_WITH); - this.state = 430; + this.state = 432; this.properties(); } } - this.state = 433; + this.state = 435; this.match(TrinoSqlParser.KW_AS); - this.state = 439; + this.state = 441; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 22, this.context) ) { case 1: { - this.state = 434; + this.state = 436; this.rootQuery(); } break; case 2: { - this.state = 435; + this.state = 437; this.match(TrinoSqlParser.T__0); - this.state = 436; + this.state = 438; this.rootQuery(); - this.state = 437; + this.state = 439; this.match(TrinoSqlParser.T__1); } break; } - this.state = 446; + this.state = 448; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 24, this.context) ) { case 1: { - this.state = 441; - this.match(TrinoSqlParser.KW_WITH); this.state = 443; + this.match(TrinoSqlParser.KW_WITH); + this.state = 445; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 179) { { - this.state = 442; + this.state = 444; this.match(TrinoSqlParser.KW_NO); } } - this.state = 445; + this.state = 447; this.match(TrinoSqlParser.KW_DATA); } break; @@ -1330,80 +1331,80 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new CreateTableContext(localContext); this.enterOuterAlt(localContext, 10); { - this.state = 448; + this.state = 450; this.match(TrinoSqlParser.KW_CREATE); - this.state = 451; + this.state = 453; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 194) { { - this.state = 449; + this.state = 451; this.match(TrinoSqlParser.KW_OR); - this.state = 450; + this.state = 452; this.match(TrinoSqlParser.KW_REPLACE); } } - this.state = 453; + this.state = 455; this.match(TrinoSqlParser.KW_TABLE); - this.state = 457; + this.state = 459; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 26, this.context) ) { case 1: { - this.state = 454; + this.state = 456; this.match(TrinoSqlParser.KW_IF); - this.state = 455; + this.state = 457; this.match(TrinoSqlParser.KW_NOT); - this.state = 456; + this.state = 458; this.match(TrinoSqlParser.KW_EXISTS); } break; } - this.state = 459; + this.state = 461; this.tableNameCreate(); - this.state = 460; + this.state = 462; this.match(TrinoSqlParser.T__0); - this.state = 461; + this.state = 463; this.tableElement(); - this.state = 466; + this.state = 468; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 462; + this.state = 464; this.match(TrinoSqlParser.T__2); - this.state = 463; + this.state = 465; this.tableElement(); } } - this.state = 468; + this.state = 470; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 469; + this.state = 471; this.match(TrinoSqlParser.T__1); - this.state = 472; + this.state = 474; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 28, this.context) ) { case 1: { - this.state = 470; + this.state = 472; this.match(TrinoSqlParser.KW_COMMENT); - this.state = 471; + this.state = 473; (localContext as CreateTableContext)._comment = this.string_(); } break; } - this.state = 476; + this.state = 478; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 29, this.context) ) { case 1: { - this.state = 474; + this.state = 476; this.match(TrinoSqlParser.KW_WITH); - this.state = 475; + this.state = 477; this.properties(); } break; @@ -1414,23 +1415,23 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new DropTableContext(localContext); this.enterOuterAlt(localContext, 11); { - this.state = 478; + this.state = 480; this.match(TrinoSqlParser.KW_DROP); - this.state = 479; + this.state = 481; this.match(TrinoSqlParser.KW_TABLE); - this.state = 482; + this.state = 484; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 30, this.context) ) { case 1: { - this.state = 480; + this.state = 482; this.match(TrinoSqlParser.KW_IF); - this.state = 481; + this.state = 483; this.match(TrinoSqlParser.KW_EXISTS); } break; } - this.state = 484; + this.state = 486; this.tableRef(); } break; @@ -1438,23 +1439,23 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new InsertIntoContext(localContext); this.enterOuterAlt(localContext, 12); { - this.state = 485; + this.state = 487; this.match(TrinoSqlParser.KW_INSERT); - this.state = 486; + this.state = 488; this.match(TrinoSqlParser.KW_INTO); - this.state = 487; - this.tableRef(); this.state = 489; + this.tableRef(); + this.state = 491; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 31, this.context) ) { case 1: { - this.state = 488; + this.state = 490; this.columnList(); } break; } - this.state = 491; + this.state = 493; this.rootQuery(); } break; @@ -1462,20 +1463,20 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new DeleteContext(localContext); this.enterOuterAlt(localContext, 13); { - this.state = 493; + this.state = 495; this.match(TrinoSqlParser.KW_DELETE); - this.state = 494; + this.state = 496; this.match(TrinoSqlParser.KW_FROM); - this.state = 495; + this.state = 497; this.tableRef(); - this.state = 498; + this.state = 500; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 301) { { - this.state = 496; + this.state = 498; this.match(TrinoSqlParser.KW_WHERE); - this.state = 497; + this.state = 499; this.booleanExpression(0); } } @@ -1486,11 +1487,11 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new TruncateTableContext(localContext); this.enterOuterAlt(localContext, 14); { - this.state = 500; + this.state = 502; this.match(TrinoSqlParser.KW_TRUNCATE); - this.state = 501; + this.state = 503; this.match(TrinoSqlParser.KW_TABLE); - this.state = 502; + this.state = 504; this.tableRef(); } break; @@ -1498,29 +1499,29 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new CommentTableContext(localContext); this.enterOuterAlt(localContext, 15); { - this.state = 503; + this.state = 505; this.match(TrinoSqlParser.KW_COMMENT); - this.state = 504; + this.state = 506; this.match(TrinoSqlParser.KW_ON); - this.state = 505; + this.state = 507; this.match(TrinoSqlParser.KW_TABLE); - this.state = 506; + this.state = 508; this.tableRef(); - this.state = 507; + this.state = 509; this.match(TrinoSqlParser.KW_IS); - this.state = 510; + this.state = 512; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.STRING: case TrinoSqlParser.UNICODE_STRING: { - this.state = 508; + this.state = 510; this.string_(); } break; case TrinoSqlParser.KW_NULL: { - this.state = 509; + this.state = 511; this.match(TrinoSqlParser.KW_NULL); } break; @@ -1533,29 +1534,29 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new CommentViewContext(localContext); this.enterOuterAlt(localContext, 16); { - this.state = 512; + this.state = 514; this.match(TrinoSqlParser.KW_COMMENT); - this.state = 513; + this.state = 515; this.match(TrinoSqlParser.KW_ON); - this.state = 514; + this.state = 516; this.match(TrinoSqlParser.KW_VIEW); - this.state = 515; + this.state = 517; this.viewRef(); - this.state = 516; + this.state = 518; this.match(TrinoSqlParser.KW_IS); - this.state = 519; + this.state = 521; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.STRING: case TrinoSqlParser.UNICODE_STRING: { - this.state = 517; + this.state = 519; this.string_(); } break; case TrinoSqlParser.KW_NULL: { - this.state = 518; + this.state = 520; this.match(TrinoSqlParser.KW_NULL); } break; @@ -1568,29 +1569,29 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new CommentColumnContext(localContext); this.enterOuterAlt(localContext, 17); { - this.state = 521; + this.state = 523; this.match(TrinoSqlParser.KW_COMMENT); - this.state = 522; + this.state = 524; this.match(TrinoSqlParser.KW_ON); - this.state = 523; + this.state = 525; this.match(TrinoSqlParser.KW_COLUMN); - this.state = 524; + this.state = 526; this.columnRef(); - this.state = 525; + this.state = 527; this.match(TrinoSqlParser.KW_IS); - this.state = 528; + this.state = 530; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.STRING: case TrinoSqlParser.UNICODE_STRING: { - this.state = 526; + this.state = 528; this.string_(); } break; case TrinoSqlParser.KW_NULL: { - this.state = 527; + this.state = 529; this.match(TrinoSqlParser.KW_NULL); } break; @@ -1603,29 +1604,29 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new RenameTableContext(localContext); this.enterOuterAlt(localContext, 18); { - this.state = 530; + this.state = 532; this.match(TrinoSqlParser.KW_ALTER); - this.state = 531; + this.state = 533; this.match(TrinoSqlParser.KW_TABLE); - this.state = 534; + this.state = 536; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 36, this.context) ) { case 1: { - this.state = 532; + this.state = 534; this.match(TrinoSqlParser.KW_IF); - this.state = 533; + this.state = 535; this.match(TrinoSqlParser.KW_EXISTS); } break; } - this.state = 536; + this.state = 538; (localContext as RenameTableContext)._from_ = this.tableRef(); - this.state = 537; + this.state = 539; this.match(TrinoSqlParser.KW_RENAME); - this.state = 538; + this.state = 540; this.match(TrinoSqlParser.KW_TO); - this.state = 539; + this.state = 541; (localContext as RenameTableContext)._to = this.tableNameCreate(); } break; @@ -1633,43 +1634,43 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new AddColumnContext(localContext); this.enterOuterAlt(localContext, 19); { - this.state = 541; + this.state = 543; this.match(TrinoSqlParser.KW_ALTER); - this.state = 542; + this.state = 544; this.match(TrinoSqlParser.KW_TABLE); - this.state = 545; + this.state = 547; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 37, this.context) ) { case 1: { - this.state = 543; + this.state = 545; this.match(TrinoSqlParser.KW_IF); - this.state = 544; + this.state = 546; this.match(TrinoSqlParser.KW_EXISTS); } break; } - this.state = 547; + this.state = 549; (localContext as AddColumnContext)._tableName = this.tableRef(); - this.state = 548; + this.state = 550; this.match(TrinoSqlParser.KW_ADD); - this.state = 549; + this.state = 551; this.match(TrinoSqlParser.KW_COLUMN); - this.state = 553; + this.state = 555; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 38, this.context) ) { case 1: { - this.state = 550; + this.state = 552; this.match(TrinoSqlParser.KW_IF); - this.state = 551; + this.state = 553; this.match(TrinoSqlParser.KW_NOT); - this.state = 552; + this.state = 554; this.match(TrinoSqlParser.KW_EXISTS); } break; } - this.state = 555; + this.state = 557; (localContext as AddColumnContext)._column = this.columnDefinition(); } break; @@ -1677,45 +1678,45 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new RenameColumnContext(localContext); this.enterOuterAlt(localContext, 20); { - this.state = 557; + this.state = 559; this.match(TrinoSqlParser.KW_ALTER); - this.state = 558; + this.state = 560; this.match(TrinoSqlParser.KW_TABLE); - this.state = 561; + this.state = 563; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 39, this.context) ) { case 1: { - this.state = 559; + this.state = 561; this.match(TrinoSqlParser.KW_IF); - this.state = 560; + this.state = 562; this.match(TrinoSqlParser.KW_EXISTS); } break; } - this.state = 563; + this.state = 565; (localContext as RenameColumnContext)._tableName = this.tableRef(); - this.state = 564; + this.state = 566; this.match(TrinoSqlParser.KW_RENAME); - this.state = 565; + this.state = 567; this.match(TrinoSqlParser.KW_COLUMN); - this.state = 568; + this.state = 570; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 40, this.context) ) { case 1: { - this.state = 566; + this.state = 568; this.match(TrinoSqlParser.KW_IF); - this.state = 567; + this.state = 569; this.match(TrinoSqlParser.KW_EXISTS); } break; } - this.state = 570; + this.state = 572; (localContext as RenameColumnContext)._from_ = this.columnRef(); - this.state = 571; + this.state = 573; this.match(TrinoSqlParser.KW_TO); - this.state = 572; + this.state = 574; (localContext as RenameColumnContext)._to = this.columnNameCreate(); } break; @@ -1723,41 +1724,41 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new DropColumnContext(localContext); this.enterOuterAlt(localContext, 21); { - this.state = 574; + this.state = 576; this.match(TrinoSqlParser.KW_ALTER); - this.state = 575; + this.state = 577; this.match(TrinoSqlParser.KW_TABLE); - this.state = 578; + this.state = 580; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 41, this.context) ) { case 1: { - this.state = 576; + this.state = 578; this.match(TrinoSqlParser.KW_IF); - this.state = 577; + this.state = 579; this.match(TrinoSqlParser.KW_EXISTS); } break; } - this.state = 580; + this.state = 582; (localContext as DropColumnContext)._tableName = this.tableRef(); - this.state = 581; + this.state = 583; this.match(TrinoSqlParser.KW_DROP); - this.state = 582; + this.state = 584; this.match(TrinoSqlParser.KW_COLUMN); - this.state = 585; + this.state = 587; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 42, this.context) ) { case 1: { - this.state = 583; + this.state = 585; this.match(TrinoSqlParser.KW_IF); - this.state = 584; + this.state = 586; this.match(TrinoSqlParser.KW_EXISTS); } break; } - this.state = 587; + this.state = 589; (localContext as DropColumnContext)._column = this.columnRef(); } break; @@ -1765,37 +1766,37 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new SetColumnTypeContext(localContext); this.enterOuterAlt(localContext, 22); { - this.state = 589; + this.state = 591; this.match(TrinoSqlParser.KW_ALTER); - this.state = 590; + this.state = 592; this.match(TrinoSqlParser.KW_TABLE); - this.state = 593; + this.state = 595; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 43, this.context) ) { case 1: { - this.state = 591; + this.state = 593; this.match(TrinoSqlParser.KW_IF); - this.state = 592; + this.state = 594; this.match(TrinoSqlParser.KW_EXISTS); } break; } - this.state = 595; + this.state = 597; (localContext as SetColumnTypeContext)._tableName = this.tableRef(); - this.state = 596; + this.state = 598; this.match(TrinoSqlParser.KW_ALTER); - this.state = 597; + this.state = 599; this.match(TrinoSqlParser.KW_COLUMN); - this.state = 598; + this.state = 600; (localContext as SetColumnTypeContext)._column = this.columnRef(); - this.state = 599; + this.state = 601; this.match(TrinoSqlParser.KW_SET); - this.state = 600; + this.state = 602; this.match(TrinoSqlParser.KW_DATA); - this.state = 601; + this.state = 603; this.match(TrinoSqlParser.KW_TYPE); - this.state = 602; + this.state = 604; this.type_(0); } break; @@ -1803,35 +1804,35 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new DropNotNullConstraintContext(localContext); this.enterOuterAlt(localContext, 23); { - this.state = 604; + this.state = 606; this.match(TrinoSqlParser.KW_ALTER); - this.state = 605; + this.state = 607; this.match(TrinoSqlParser.KW_TABLE); - this.state = 608; + this.state = 610; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 44, this.context) ) { case 1: { - this.state = 606; + this.state = 608; this.match(TrinoSqlParser.KW_IF); - this.state = 607; + this.state = 609; this.match(TrinoSqlParser.KW_EXISTS); } break; } - this.state = 610; + this.state = 612; (localContext as DropNotNullConstraintContext)._tableName = this.tableRef(); - this.state = 611; + this.state = 613; this.match(TrinoSqlParser.KW_ALTER); - this.state = 612; + this.state = 614; this.match(TrinoSqlParser.KW_COLUMN); - this.state = 613; + this.state = 615; (localContext as DropNotNullConstraintContext)._column = this.columnRef(); - this.state = 614; + this.state = 616; this.match(TrinoSqlParser.KW_DROP); - this.state = 615; + this.state = 617; this.match(TrinoSqlParser.KW_NOT); - this.state = 616; + this.state = 618; this.match(TrinoSqlParser.KW_NULL); } break; @@ -1839,17 +1840,17 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new SetTableAuthorizationContext(localContext); this.enterOuterAlt(localContext, 24); { - this.state = 618; + this.state = 620; this.match(TrinoSqlParser.KW_ALTER); - this.state = 619; + this.state = 621; this.match(TrinoSqlParser.KW_TABLE); - this.state = 620; + this.state = 622; (localContext as SetTableAuthorizationContext)._tableName = this.tableRef(); - this.state = 621; + this.state = 623; this.match(TrinoSqlParser.KW_SET); - this.state = 622; + this.state = 624; this.match(TrinoSqlParser.KW_AUTHORIZATION); - this.state = 623; + this.state = 625; this.principal(); } break; @@ -1857,17 +1858,17 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new SetTablePropertiesContext(localContext); this.enterOuterAlt(localContext, 25); { - this.state = 625; + this.state = 627; this.match(TrinoSqlParser.KW_ALTER); - this.state = 626; + this.state = 628; this.match(TrinoSqlParser.KW_TABLE); - this.state = 627; + this.state = 629; (localContext as SetTablePropertiesContext)._tableName = this.tableRef(); - this.state = 628; + this.state = 630; this.match(TrinoSqlParser.KW_SET); - this.state = 629; + this.state = 631; this.match(TrinoSqlParser.KW_PROPERTIES); - this.state = 630; + this.state = 632; this.propertyAssignments(); } break; @@ -1875,62 +1876,62 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new TableExecuteContext(localContext); this.enterOuterAlt(localContext, 26); { - this.state = 632; + this.state = 634; this.match(TrinoSqlParser.KW_ALTER); - this.state = 633; + this.state = 635; this.match(TrinoSqlParser.KW_TABLE); - this.state = 634; + this.state = 636; (localContext as TableExecuteContext)._tableName = this.tableRef(); - this.state = 635; + this.state = 637; this.match(TrinoSqlParser.KW_EXECUTE); - this.state = 636; + this.state = 638; (localContext as TableExecuteContext)._procedureName = this.functionName(); - this.state = 649; + this.state = 651; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 47, this.context) ) { case 1: { - this.state = 637; + this.state = 639; this.match(TrinoSqlParser.T__0); - this.state = 646; + this.state = 648; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 3984326658) !== 0) || ((((_la - 32)) & ~0x1F) === 0 && ((1 << (_la - 32)) & 4011589611) !== 0) || ((((_la - 64)) & ~0x1F) === 0 && ((1 << (_la - 64)) & 3538382319) !== 0) || ((((_la - 96)) & ~0x1F) === 0 && ((1 << (_la - 96)) & 1541142911) !== 0) || ((((_la - 129)) & ~0x1F) === 0 && ((1 << (_la - 129)) & 4253015917) !== 0) || ((((_la - 161)) & ~0x1F) === 0 && ((1 << (_la - 161)) & 3758094335) !== 0) || ((((_la - 193)) & ~0x1F) === 0 && ((1 << (_la - 193)) & 4024434665) !== 0) || ((((_la - 225)) & ~0x1F) === 0 && ((1 << (_la - 225)) & 4286569983) !== 0) || ((((_la - 257)) & ~0x1F) === 0 && ((1 << (_la - 257)) & 4008705783) !== 0) || ((((_la - 289)) & ~0x1F) === 0 && ((1 << (_la - 289)) & 1618962301) !== 0) || ((((_la - 324)) & ~0x1F) === 0 && ((1 << (_la - 324)) & 4093) !== 0)) { { - this.state = 638; + this.state = 640; this.callArgument(); - this.state = 643; + this.state = 645; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 639; + this.state = 641; this.match(TrinoSqlParser.T__2); - this.state = 640; + this.state = 642; this.callArgument(); } } - this.state = 645; + this.state = 647; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 648; + this.state = 650; this.match(TrinoSqlParser.T__1); } break; } - this.state = 653; + this.state = 655; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 301) { { - this.state = 651; + this.state = 653; this.match(TrinoSqlParser.KW_WHERE); - this.state = 652; + this.state = 654; (localContext as TableExecuteContext)._where = this.booleanExpression(0); } } @@ -1941,18 +1942,18 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new AnalyzeContext(localContext); this.enterOuterAlt(localContext, 27); { - this.state = 655; + this.state = 657; this.match(TrinoSqlParser.KW_ANALYZE); - this.state = 656; + this.state = 658; this.tableRef(); - this.state = 659; + this.state = 661; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 49, this.context) ) { case 1: { - this.state = 657; + this.state = 659; this.match(TrinoSqlParser.KW_WITH); - this.state = 658; + this.state = 660; this.properties(); } break; @@ -1963,81 +1964,81 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new CreateMaterializedViewContext(localContext); this.enterOuterAlt(localContext, 28); { - this.state = 661; + this.state = 663; this.match(TrinoSqlParser.KW_CREATE); - this.state = 664; + this.state = 666; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 194) { { - this.state = 662; + this.state = 664; this.match(TrinoSqlParser.KW_OR); - this.state = 663; + this.state = 665; this.match(TrinoSqlParser.KW_REPLACE); } } - this.state = 666; + this.state = 668; this.match(TrinoSqlParser.KW_MATERIALIZED); - this.state = 667; + this.state = 669; this.match(TrinoSqlParser.KW_VIEW); - this.state = 671; + this.state = 673; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 51, this.context) ) { case 1: { - this.state = 668; + this.state = 670; this.match(TrinoSqlParser.KW_IF); - this.state = 669; + this.state = 671; this.match(TrinoSqlParser.KW_NOT); - this.state = 670; + this.state = 672; this.match(TrinoSqlParser.KW_EXISTS); } break; } - this.state = 673; + this.state = 675; this.viewNameCreate(); - this.state = 677; + this.state = 679; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 109) { { - this.state = 674; + this.state = 676; this.match(TrinoSqlParser.KW_GRACE); - this.state = 675; + this.state = 677; this.match(TrinoSqlParser.KW_PERIOD); - this.state = 676; + this.state = 678; this.interval(); } } - this.state = 681; + this.state = 683; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 46) { { - this.state = 679; + this.state = 681; this.match(TrinoSqlParser.KW_COMMENT); - this.state = 680; + this.state = 682; (localContext as CreateMaterializedViewContext)._comment = this.string_(); } } - this.state = 685; + this.state = 687; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 304) { { - this.state = 683; + this.state = 685; this.match(TrinoSqlParser.KW_WITH); - this.state = 684; + this.state = 686; this.properties(); } } - this.state = 687; + this.state = 689; this.match(TrinoSqlParser.KW_AS); - this.state = 688; + this.state = 690; this.rootQuery(); } break; @@ -2045,44 +2046,44 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new CreateViewContext(localContext); this.enterOuterAlt(localContext, 29); { - this.state = 690; + this.state = 692; this.match(TrinoSqlParser.KW_CREATE); - this.state = 693; + this.state = 695; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 194) { { - this.state = 691; + this.state = 693; this.match(TrinoSqlParser.KW_OR); - this.state = 692; + this.state = 694; this.match(TrinoSqlParser.KW_REPLACE); } } - this.state = 695; + this.state = 697; this.match(TrinoSqlParser.KW_VIEW); - this.state = 696; + this.state = 698; this.viewNameCreate(); - this.state = 699; + this.state = 701; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 46) { { - this.state = 697; + this.state = 699; this.match(TrinoSqlParser.KW_COMMENT); - this.state = 698; + this.state = 700; (localContext as CreateViewContext)._comment = this.string_(); } } - this.state = 703; + this.state = 705; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 246) { { - this.state = 701; + this.state = 703; this.match(TrinoSqlParser.KW_SECURITY); - this.state = 702; + this.state = 704; _la = this.tokenStream.LA(1); if(!(_la === 72 || _la === 131)) { this.errorHandler.recoverInline(this); @@ -2094,21 +2095,21 @@ export class TrinoSqlParser extends SQLParserBase { } } - this.state = 707; + this.state = 709; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 304) { { - this.state = 705; + this.state = 707; this.match(TrinoSqlParser.KW_WITH); - this.state = 706; + this.state = 708; this.properties(); } } - this.state = 709; + this.state = 711; this.match(TrinoSqlParser.KW_AS); - this.state = 710; + this.state = 712; this.rootQuery(); } break; @@ -2116,13 +2117,13 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new RefreshMaterializedViewContext(localContext); this.enterOuterAlt(localContext, 30); { - this.state = 712; + this.state = 714; this.match(TrinoSqlParser.KW_REFRESH); - this.state = 713; + this.state = 715; this.match(TrinoSqlParser.KW_MATERIALIZED); - this.state = 714; + this.state = 716; this.match(TrinoSqlParser.KW_VIEW); - this.state = 715; + this.state = 717; this.viewRef(); } break; @@ -2130,25 +2131,25 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new DropMaterializedViewContext(localContext); this.enterOuterAlt(localContext, 31); { - this.state = 716; + this.state = 718; this.match(TrinoSqlParser.KW_DROP); - this.state = 717; + this.state = 719; this.match(TrinoSqlParser.KW_MATERIALIZED); - this.state = 718; + this.state = 720; this.match(TrinoSqlParser.KW_VIEW); - this.state = 721; + this.state = 723; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 59, this.context) ) { case 1: { - this.state = 719; + this.state = 721; this.match(TrinoSqlParser.KW_IF); - this.state = 720; + this.state = 722; this.match(TrinoSqlParser.KW_EXISTS); } break; } - this.state = 723; + this.state = 725; this.viewRef(); } break; @@ -2156,31 +2157,31 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new RenameMaterializedViewContext(localContext); this.enterOuterAlt(localContext, 32); { - this.state = 724; + this.state = 726; this.match(TrinoSqlParser.KW_ALTER); - this.state = 725; + this.state = 727; this.match(TrinoSqlParser.KW_MATERIALIZED); - this.state = 726; + this.state = 728; this.match(TrinoSqlParser.KW_VIEW); - this.state = 729; + this.state = 731; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 60, this.context) ) { case 1: { - this.state = 727; + this.state = 729; this.match(TrinoSqlParser.KW_IF); - this.state = 728; + this.state = 730; this.match(TrinoSqlParser.KW_EXISTS); } break; } - this.state = 731; + this.state = 733; (localContext as RenameMaterializedViewContext)._from_ = this.viewRef(); - this.state = 732; + this.state = 734; this.match(TrinoSqlParser.KW_RENAME); - this.state = 733; + this.state = 735; this.match(TrinoSqlParser.KW_TO); - this.state = 734; + this.state = 736; (localContext as RenameMaterializedViewContext)._to = this.viewNameCreate(); } break; @@ -2188,19 +2189,19 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new SetMaterializedViewPropertiesContext(localContext); this.enterOuterAlt(localContext, 33); { - this.state = 736; + this.state = 738; this.match(TrinoSqlParser.KW_ALTER); - this.state = 737; + this.state = 739; this.match(TrinoSqlParser.KW_MATERIALIZED); - this.state = 738; + this.state = 740; this.match(TrinoSqlParser.KW_VIEW); - this.state = 739; + this.state = 741; this.viewRef(); - this.state = 740; + this.state = 742; this.match(TrinoSqlParser.KW_SET); - this.state = 741; + this.state = 743; this.match(TrinoSqlParser.KW_PROPERTIES); - this.state = 742; + this.state = 744; this.propertyAssignments(); } break; @@ -2208,23 +2209,23 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new DropViewContext(localContext); this.enterOuterAlt(localContext, 34); { - this.state = 744; + this.state = 746; this.match(TrinoSqlParser.KW_DROP); - this.state = 745; + this.state = 747; this.match(TrinoSqlParser.KW_VIEW); - this.state = 748; + this.state = 750; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 61, this.context) ) { case 1: { - this.state = 746; + this.state = 748; this.match(TrinoSqlParser.KW_IF); - this.state = 747; + this.state = 749; this.match(TrinoSqlParser.KW_EXISTS); } break; } - this.state = 750; + this.state = 752; this.viewRef(); } break; @@ -2232,17 +2233,17 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new RenameViewContext(localContext); this.enterOuterAlt(localContext, 35); { - this.state = 751; + this.state = 753; this.match(TrinoSqlParser.KW_ALTER); - this.state = 752; + this.state = 754; this.match(TrinoSqlParser.KW_VIEW); - this.state = 753; + this.state = 755; (localContext as RenameViewContext)._from_ = this.viewRef(); - this.state = 754; + this.state = 756; this.match(TrinoSqlParser.KW_RENAME); - this.state = 755; + this.state = 757; this.match(TrinoSqlParser.KW_TO); - this.state = 756; + this.state = 758; (localContext as RenameViewContext)._to = this.viewNameCreate(); } break; @@ -2250,17 +2251,17 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new SetViewAuthorizationContext(localContext); this.enterOuterAlt(localContext, 36); { - this.state = 758; + this.state = 760; this.match(TrinoSqlParser.KW_ALTER); - this.state = 759; + this.state = 761; this.match(TrinoSqlParser.KW_VIEW); - this.state = 760; + this.state = 762; (localContext as SetViewAuthorizationContext)._from_ = this.viewRef(); - this.state = 761; + this.state = 763; this.match(TrinoSqlParser.KW_SET); - this.state = 762; + this.state = 764; this.match(TrinoSqlParser.KW_AUTHORIZATION); - this.state = 763; + this.state = 765; this.principal(); } break; @@ -2268,39 +2269,39 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new CallContext(localContext); this.enterOuterAlt(localContext, 37); { - this.state = 765; + this.state = 767; this.match(TrinoSqlParser.KW_CALL); - this.state = 766; + this.state = 768; this.functionName(); - this.state = 767; + this.state = 769; this.match(TrinoSqlParser.T__0); - this.state = 776; + this.state = 778; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 3984326658) !== 0) || ((((_la - 32)) & ~0x1F) === 0 && ((1 << (_la - 32)) & 4011589611) !== 0) || ((((_la - 64)) & ~0x1F) === 0 && ((1 << (_la - 64)) & 3538382319) !== 0) || ((((_la - 96)) & ~0x1F) === 0 && ((1 << (_la - 96)) & 1541142911) !== 0) || ((((_la - 129)) & ~0x1F) === 0 && ((1 << (_la - 129)) & 4253015917) !== 0) || ((((_la - 161)) & ~0x1F) === 0 && ((1 << (_la - 161)) & 3758094335) !== 0) || ((((_la - 193)) & ~0x1F) === 0 && ((1 << (_la - 193)) & 4024434665) !== 0) || ((((_la - 225)) & ~0x1F) === 0 && ((1 << (_la - 225)) & 4286569983) !== 0) || ((((_la - 257)) & ~0x1F) === 0 && ((1 << (_la - 257)) & 4008705783) !== 0) || ((((_la - 289)) & ~0x1F) === 0 && ((1 << (_la - 289)) & 1618962301) !== 0) || ((((_la - 324)) & ~0x1F) === 0 && ((1 << (_la - 324)) & 4093) !== 0)) { { - this.state = 768; + this.state = 770; this.callArgument(); - this.state = 773; + this.state = 775; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 769; + this.state = 771; this.match(TrinoSqlParser.T__2); - this.state = 770; + this.state = 772; this.callArgument(); } } - this.state = 775; + this.state = 777; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 778; + this.state = 780; this.match(TrinoSqlParser.T__1); } break; @@ -2308,21 +2309,21 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new CreateFunctionContext(localContext); this.enterOuterAlt(localContext, 38); { - this.state = 780; + this.state = 782; this.match(TrinoSqlParser.KW_CREATE); - this.state = 783; + this.state = 785; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 194) { { - this.state = 781; + this.state = 783; this.match(TrinoSqlParser.KW_OR); - this.state = 782; + this.state = 784; this.match(TrinoSqlParser.KW_REPLACE); } } - this.state = 785; + this.state = 787; this.functionSpecification(); } break; @@ -2330,23 +2331,23 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new DropFunctionContext(localContext); this.enterOuterAlt(localContext, 39); { - this.state = 786; + this.state = 788; this.match(TrinoSqlParser.KW_DROP); - this.state = 787; + this.state = 789; this.match(TrinoSqlParser.KW_FUNCTION); - this.state = 790; + this.state = 792; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 65, this.context) ) { case 1: { - this.state = 788; + this.state = 790; this.match(TrinoSqlParser.KW_IF); - this.state = 789; + this.state = 791; this.match(TrinoSqlParser.KW_EXISTS); } break; } - this.state = 792; + this.state = 794; this.functionSignature(); } break; @@ -2354,34 +2355,34 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new CreateRoleContext(localContext); this.enterOuterAlt(localContext, 40); { - this.state = 793; + this.state = 795; this.match(TrinoSqlParser.KW_CREATE); - this.state = 794; + this.state = 796; this.match(TrinoSqlParser.KW_ROLE); - this.state = 795; + this.state = 797; (localContext as CreateRoleContext)._name = this.identifier(); - this.state = 799; + this.state = 801; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 66, this.context) ) { case 1: { - this.state = 796; + this.state = 798; this.match(TrinoSqlParser.KW_WITH); - this.state = 797; + this.state = 799; this.match(TrinoSqlParser.KW_ADMIN); - this.state = 798; + this.state = 800; this.grantor(); } break; } - this.state = 803; + this.state = 805; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 122) { { - this.state = 801; + this.state = 803; this.match(TrinoSqlParser.KW_IN); - this.state = 802; + this.state = 804; (localContext as CreateRoleContext)._catalog = this.catalogRef(); } } @@ -2392,20 +2393,20 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new DropRoleContext(localContext); this.enterOuterAlt(localContext, 41); { - this.state = 805; + this.state = 807; this.match(TrinoSqlParser.KW_DROP); - this.state = 806; + this.state = 808; this.match(TrinoSqlParser.KW_ROLE); - this.state = 807; + this.state = 809; (localContext as DropRoleContext)._name = this.identifier(); - this.state = 810; + this.state = 812; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 122) { { - this.state = 808; + this.state = 810; this.match(TrinoSqlParser.KW_IN); - this.state = 809; + this.state = 811; (localContext as DropRoleContext)._catalog = this.catalogRef(); } } @@ -2416,82 +2417,82 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new GrantRolesContext(localContext); this.enterOuterAlt(localContext, 42); { - this.state = 812; + this.state = 814; this.match(TrinoSqlParser.KW_GRANT); - this.state = 813; + this.state = 815; this.privilegeOrRole(); - this.state = 818; + this.state = 820; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 814; + this.state = 816; this.match(TrinoSqlParser.T__2); - this.state = 815; + this.state = 817; this.privilegeOrRole(); } } - this.state = 820; + this.state = 822; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 821; + this.state = 823; this.match(TrinoSqlParser.KW_TO); - this.state = 822; + this.state = 824; this.principal(); - this.state = 827; + this.state = 829; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 823; + this.state = 825; this.match(TrinoSqlParser.T__2); - this.state = 824; + this.state = 826; this.principal(); } } - this.state = 829; + this.state = 831; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 833; + this.state = 835; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 71, this.context) ) { case 1: { - this.state = 830; + this.state = 832; this.match(TrinoSqlParser.KW_WITH); - this.state = 831; + this.state = 833; this.match(TrinoSqlParser.KW_ADMIN); - this.state = 832; + this.state = 834; this.match(TrinoSqlParser.KW_OPTION); } break; } - this.state = 838; + this.state = 840; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 111) { { - this.state = 835; + this.state = 837; this.match(TrinoSqlParser.KW_GRANTED); - this.state = 836; + this.state = 838; this.match(TrinoSqlParser.KW_BY); - this.state = 837; + this.state = 839; this.grantor(); } } - this.state = 842; + this.state = 844; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 122) { { - this.state = 840; + this.state = 842; this.match(TrinoSqlParser.KW_IN); - this.state = 841; + this.state = 843; (localContext as GrantRolesContext)._catalog = this.catalogRef(); } } @@ -2502,29 +2503,29 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new GrantPrivilegesContext(localContext); this.enterOuterAlt(localContext, 43); { - this.state = 844; + this.state = 846; this.match(TrinoSqlParser.KW_GRANT); - this.state = 855; + this.state = 857; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 75, this.context) ) { case 1: { { - this.state = 845; + this.state = 847; this.privilegeOrRole(); - this.state = 850; + this.state = 852; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 846; + this.state = 848; this.match(TrinoSqlParser.T__2); - this.state = 847; + this.state = 849; this.privilegeOrRole(); } } - this.state = 852; + this.state = 854; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -2533,31 +2534,31 @@ export class TrinoSqlParser extends SQLParserBase { break; case 2: { - this.state = 853; + this.state = 855; this.match(TrinoSqlParser.KW_ALL); - this.state = 854; + this.state = 856; this.match(TrinoSqlParser.KW_PRIVILEGES); } break; } - this.state = 857; + this.state = 859; this.match(TrinoSqlParser.KW_ON); - this.state = 858; + this.state = 860; this.grantObject(); - this.state = 859; + this.state = 861; this.match(TrinoSqlParser.KW_TO); - this.state = 860; + this.state = 862; this.principal(); - this.state = 864; + this.state = 866; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 76, this.context) ) { case 1: { - this.state = 861; + this.state = 863; this.match(TrinoSqlParser.KW_WITH); - this.state = 862; + this.state = 864; this.match(TrinoSqlParser.KW_GRANT); - this.state = 863; + this.state = 865; this.match(TrinoSqlParser.KW_OPTION); } break; @@ -2568,82 +2569,82 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new RevokeRolesContext(localContext); this.enterOuterAlt(localContext, 44); { - this.state = 866; + this.state = 868; this.match(TrinoSqlParser.KW_REVOKE); - this.state = 870; + this.state = 872; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 77, this.context) ) { case 1: { - this.state = 867; + this.state = 869; this.match(TrinoSqlParser.KW_ADMIN); - this.state = 868; + this.state = 870; this.match(TrinoSqlParser.KW_OPTION); - this.state = 869; + this.state = 871; this.match(TrinoSqlParser.KW_FOR); } break; } - this.state = 872; + this.state = 874; this.privilegeOrRole(); - this.state = 877; + this.state = 879; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 873; + this.state = 875; this.match(TrinoSqlParser.T__2); - this.state = 874; + this.state = 876; this.privilegeOrRole(); } } - this.state = 879; + this.state = 881; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 880; + this.state = 882; this.match(TrinoSqlParser.KW_FROM); - this.state = 881; + this.state = 883; this.principal(); - this.state = 886; + this.state = 888; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 882; + this.state = 884; this.match(TrinoSqlParser.T__2); - this.state = 883; + this.state = 885; this.principal(); } } - this.state = 888; + this.state = 890; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 892; + this.state = 894; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 111) { { - this.state = 889; + this.state = 891; this.match(TrinoSqlParser.KW_GRANTED); - this.state = 890; + this.state = 892; this.match(TrinoSqlParser.KW_BY); - this.state = 891; + this.state = 893; this.grantor(); } } - this.state = 896; + this.state = 898; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 122) { { - this.state = 894; + this.state = 896; this.match(TrinoSqlParser.KW_IN); - this.state = 895; + this.state = 897; (localContext as RevokeRolesContext)._catalog = this.catalogRef(); } } @@ -2654,43 +2655,43 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new RevokePrivilegesContext(localContext); this.enterOuterAlt(localContext, 45); { - this.state = 898; + this.state = 900; this.match(TrinoSqlParser.KW_REVOKE); - this.state = 902; + this.state = 904; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 82, this.context) ) { case 1: { - this.state = 899; + this.state = 901; this.match(TrinoSqlParser.KW_GRANT); - this.state = 900; + this.state = 902; this.match(TrinoSqlParser.KW_OPTION); - this.state = 901; + this.state = 903; this.match(TrinoSqlParser.KW_FOR); } break; } - this.state = 914; + this.state = 916; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 84, this.context) ) { case 1: { { - this.state = 904; + this.state = 906; this.privilegeOrRole(); - this.state = 909; + this.state = 911; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 905; + this.state = 907; this.match(TrinoSqlParser.T__2); - this.state = 906; + this.state = 908; this.privilegeOrRole(); } } - this.state = 911; + this.state = 913; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -2699,20 +2700,20 @@ export class TrinoSqlParser extends SQLParserBase { break; case 2: { - this.state = 912; + this.state = 914; this.match(TrinoSqlParser.KW_ALL); - this.state = 913; + this.state = 915; this.match(TrinoSqlParser.KW_PRIVILEGES); } break; } - this.state = 916; + this.state = 918; this.match(TrinoSqlParser.KW_ON); - this.state = 917; + this.state = 919; this.grantObject(); - this.state = 918; + this.state = 920; this.match(TrinoSqlParser.KW_FROM); - this.state = 919; + this.state = 921; (localContext as RevokePrivilegesContext)._grantee = this.principal(); } break; @@ -2720,28 +2721,28 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new DenyContext(localContext); this.enterOuterAlt(localContext, 46); { - this.state = 921; + this.state = 923; this.match(TrinoSqlParser.KW_DENY); - this.state = 932; + this.state = 934; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 86, this.context) ) { case 1: { - this.state = 922; + this.state = 924; this.privilege(); - this.state = 927; + this.state = 929; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 923; + this.state = 925; this.match(TrinoSqlParser.T__2); - this.state = 924; + this.state = 926; this.privilege(); } } - this.state = 929; + this.state = 931; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -2749,20 +2750,20 @@ export class TrinoSqlParser extends SQLParserBase { break; case 2: { - this.state = 930; + this.state = 932; this.match(TrinoSqlParser.KW_ALL); - this.state = 931; + this.state = 933; this.match(TrinoSqlParser.KW_PRIVILEGES); } break; } - this.state = 934; + this.state = 936; this.match(TrinoSqlParser.KW_ON); - this.state = 935; + this.state = 937; this.grantObject(); - this.state = 936; + this.state = 938; this.match(TrinoSqlParser.KW_TO); - this.state = 937; + this.state = 939; (localContext as DenyContext)._grantee = this.principal(); } break; @@ -2770,40 +2771,40 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new SetRoleContext(localContext); this.enterOuterAlt(localContext, 47); { - this.state = 939; + this.state = 941; this.match(TrinoSqlParser.KW_SET); - this.state = 940; + this.state = 942; this.match(TrinoSqlParser.KW_ROLE); - this.state = 944; + this.state = 946; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 87, this.context) ) { case 1: { - this.state = 941; + this.state = 943; this.match(TrinoSqlParser.KW_ALL); } break; case 2: { - this.state = 942; + this.state = 944; this.match(TrinoSqlParser.KW_NONE); } break; case 3: { - this.state = 943; + this.state = 945; (localContext as SetRoleContext)._role = this.identifier(); } break; } - this.state = 948; + this.state = 950; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 122) { { - this.state = 946; + this.state = 948; this.match(TrinoSqlParser.KW_IN); - this.state = 947; + this.state = 949; (localContext as SetRoleContext)._catalog = this.catalogRef(); } } @@ -2814,18 +2815,18 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ShowGrantsContext(localContext); this.enterOuterAlt(localContext, 48); { - this.state = 950; + this.state = 952; this.match(TrinoSqlParser.KW_SHOW); - this.state = 951; + this.state = 953; this.match(TrinoSqlParser.KW_GRANTS); - this.state = 954; + this.state = 956; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 190) { { - this.state = 952; + this.state = 954; this.match(TrinoSqlParser.KW_ON); - this.state = 953; + this.state = 955; this.grantObject(); } } @@ -2836,39 +2837,39 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ExplainContext(localContext); this.enterOuterAlt(localContext, 49); { - this.state = 956; + this.state = 958; this.match(TrinoSqlParser.KW_EXPLAIN); - this.state = 968; + this.state = 970; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 91, this.context) ) { case 1: { - this.state = 957; + this.state = 959; this.match(TrinoSqlParser.T__0); - this.state = 958; + this.state = 960; this.explainOption(); - this.state = 963; + this.state = 965; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 959; + this.state = 961; this.match(TrinoSqlParser.T__2); - this.state = 960; + this.state = 962; this.explainOption(); } } - this.state = 965; + this.state = 967; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 966; + this.state = 968; this.match(TrinoSqlParser.T__1); } break; } - this.state = 970; + this.state = 972; this.statement(); } break; @@ -2876,21 +2877,21 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ExplainAnalyzeContext(localContext); this.enterOuterAlt(localContext, 50); { - this.state = 971; + this.state = 973; this.match(TrinoSqlParser.KW_EXPLAIN); - this.state = 972; - this.match(TrinoSqlParser.KW_ANALYZE); this.state = 974; + this.match(TrinoSqlParser.KW_ANALYZE); + this.state = 976; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 297) { { - this.state = 973; + this.state = 975; this.match(TrinoSqlParser.KW_VERBOSE); } } - this.state = 976; + this.state = 978; this.statement(); } break; @@ -2898,13 +2899,13 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ShowCreateTableContext(localContext); this.enterOuterAlt(localContext, 51); { - this.state = 977; + this.state = 979; this.match(TrinoSqlParser.KW_SHOW); - this.state = 978; + this.state = 980; this.match(TrinoSqlParser.KW_CREATE); - this.state = 979; + this.state = 981; this.match(TrinoSqlParser.KW_TABLE); - this.state = 980; + this.state = 982; this.tableRef(); } break; @@ -2912,13 +2913,13 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ShowCreateSchemaContext(localContext); this.enterOuterAlt(localContext, 52); { - this.state = 981; + this.state = 983; this.match(TrinoSqlParser.KW_SHOW); - this.state = 982; + this.state = 984; this.match(TrinoSqlParser.KW_CREATE); - this.state = 983; + this.state = 985; this.match(TrinoSqlParser.KW_SCHEMA); - this.state = 984; + this.state = 986; this.schemaRef(); } break; @@ -2926,13 +2927,13 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ShowCreateViewContext(localContext); this.enterOuterAlt(localContext, 53); { - this.state = 985; + this.state = 987; this.match(TrinoSqlParser.KW_SHOW); - this.state = 986; + this.state = 988; this.match(TrinoSqlParser.KW_CREATE); - this.state = 987; + this.state = 989; this.match(TrinoSqlParser.KW_VIEW); - this.state = 988; + this.state = 990; this.viewRef(); } break; @@ -2940,15 +2941,15 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ShowCreateMaterializedViewContext(localContext); this.enterOuterAlt(localContext, 54); { - this.state = 989; + this.state = 991; this.match(TrinoSqlParser.KW_SHOW); - this.state = 990; + this.state = 992; this.match(TrinoSqlParser.KW_CREATE); - this.state = 991; + this.state = 993; this.match(TrinoSqlParser.KW_MATERIALIZED); - this.state = 992; + this.state = 994; this.match(TrinoSqlParser.KW_VIEW); - this.state = 993; + this.state = 995; this.viewRef(); } break; @@ -2956,13 +2957,13 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ShowCreateFunctionContext(localContext); this.enterOuterAlt(localContext, 55); { - this.state = 994; + this.state = 996; this.match(TrinoSqlParser.KW_SHOW); - this.state = 995; + this.state = 997; this.match(TrinoSqlParser.KW_CREATE); - this.state = 996; + this.state = 998; this.match(TrinoSqlParser.KW_FUNCTION); - this.state = 997; + this.state = 999; this.functionName(); } break; @@ -2970,16 +2971,16 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ShowTablesContext(localContext); this.enterOuterAlt(localContext, 56); { - this.state = 998; + this.state = 1000; this.match(TrinoSqlParser.KW_SHOW); - this.state = 999; + this.state = 1001; this.match(TrinoSqlParser.KW_TABLES); - this.state = 1002; + this.state = 1004; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105 || _la === 122) { { - this.state = 1000; + this.state = 1002; _la = this.tokenStream.LA(1); if(!(_la === 105 || _la === 122)) { this.errorHandler.recoverInline(this); @@ -2988,28 +2989,28 @@ export class TrinoSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1001; + this.state = 1003; this.schemaRef(); } } - this.state = 1010; + this.state = 1012; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 154) { { - this.state = 1004; + this.state = 1006; this.match(TrinoSqlParser.KW_LIKE); - this.state = 1005; + this.state = 1007; (localContext as ShowTablesContext)._pattern = this.string_(); - this.state = 1008; + this.state = 1010; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 90) { { - this.state = 1006; + this.state = 1008; this.match(TrinoSqlParser.KW_ESCAPE); - this.state = 1007; + this.state = 1009; (localContext as ShowTablesContext)._escape = this.string_(); } } @@ -3023,16 +3024,16 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ShowSchemasContext(localContext); this.enterOuterAlt(localContext, 57); { - this.state = 1012; + this.state = 1014; this.match(TrinoSqlParser.KW_SHOW); - this.state = 1013; + this.state = 1015; this.match(TrinoSqlParser.KW_SCHEMAS); - this.state = 1016; + this.state = 1018; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105 || _la === 122) { { - this.state = 1014; + this.state = 1016; _la = this.tokenStream.LA(1); if(!(_la === 105 || _la === 122)) { this.errorHandler.recoverInline(this); @@ -3041,28 +3042,28 @@ export class TrinoSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1015; + this.state = 1017; this.catalogRef(); } } - this.state = 1024; + this.state = 1026; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 154) { { - this.state = 1018; + this.state = 1020; this.match(TrinoSqlParser.KW_LIKE); - this.state = 1019; + this.state = 1021; (localContext as ShowSchemasContext)._pattern = this.string_(); - this.state = 1022; + this.state = 1024; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 90) { { - this.state = 1020; + this.state = 1022; this.match(TrinoSqlParser.KW_ESCAPE); - this.state = 1021; + this.state = 1023; (localContext as ShowSchemasContext)._escape = this.string_(); } } @@ -3076,27 +3077,27 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ShowCatalogsContext(localContext); this.enterOuterAlt(localContext, 58); { - this.state = 1026; + this.state = 1028; this.match(TrinoSqlParser.KW_SHOW); - this.state = 1027; + this.state = 1029; this.match(TrinoSqlParser.KW_CATALOGS); - this.state = 1034; + this.state = 1036; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 154) { { - this.state = 1028; + this.state = 1030; this.match(TrinoSqlParser.KW_LIKE); - this.state = 1029; + this.state = 1031; (localContext as ShowCatalogsContext)._pattern = this.string_(); - this.state = 1032; + this.state = 1034; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 90) { { - this.state = 1030; + this.state = 1032; this.match(TrinoSqlParser.KW_ESCAPE); - this.state = 1031; + this.state = 1033; (localContext as ShowCatalogsContext)._escape = this.string_(); } } @@ -3110,11 +3111,11 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ShowColumnsContext(localContext); this.enterOuterAlt(localContext, 59); { - this.state = 1036; + this.state = 1038; this.match(TrinoSqlParser.KW_SHOW); - this.state = 1037; + this.state = 1039; this.match(TrinoSqlParser.KW_COLUMNS); - this.state = 1038; + this.state = 1040; _la = this.tokenStream.LA(1); if(!(_la === 105 || _la === 122)) { this.errorHandler.recoverInline(this); @@ -3123,25 +3124,25 @@ export class TrinoSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1039; + this.state = 1041; this.tableOrViewName(); - this.state = 1046; + this.state = 1048; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 154) { { - this.state = 1040; + this.state = 1042; this.match(TrinoSqlParser.KW_LIKE); - this.state = 1041; + this.state = 1043; (localContext as ShowColumnsContext)._pattern = this.string_(); - this.state = 1044; + this.state = 1046; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 90) { { - this.state = 1042; + this.state = 1044; this.match(TrinoSqlParser.KW_ESCAPE); - this.state = 1043; + this.state = 1045; (localContext as ShowColumnsContext)._escape = this.string_(); } } @@ -3155,13 +3156,13 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ShowStatsContext(localContext); this.enterOuterAlt(localContext, 60); { - this.state = 1048; + this.state = 1050; this.match(TrinoSqlParser.KW_SHOW); - this.state = 1049; + this.state = 1051; this.match(TrinoSqlParser.KW_STATS); - this.state = 1050; + this.state = 1052; this.match(TrinoSqlParser.KW_FOR); - this.state = 1051; + this.state = 1053; this.tableOrViewName(); } break; @@ -3169,17 +3170,17 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ShowStatsForQueryContext(localContext); this.enterOuterAlt(localContext, 61); { - this.state = 1052; + this.state = 1054; this.match(TrinoSqlParser.KW_SHOW); - this.state = 1053; + this.state = 1055; this.match(TrinoSqlParser.KW_STATS); - this.state = 1054; + this.state = 1056; this.match(TrinoSqlParser.KW_FOR); - this.state = 1055; + this.state = 1057; this.match(TrinoSqlParser.T__0); - this.state = 1056; + this.state = 1058; this.rootQuery(); - this.state = 1057; + this.state = 1059; this.match(TrinoSqlParser.T__1); } break; @@ -3187,26 +3188,26 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ShowRolesContext(localContext); this.enterOuterAlt(localContext, 62); { - this.state = 1059; - this.match(TrinoSqlParser.KW_SHOW); this.state = 1061; + this.match(TrinoSqlParser.KW_SHOW); + this.state = 1063; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 56) { { - this.state = 1060; + this.state = 1062; this.match(TrinoSqlParser.KW_CURRENT); } } - this.state = 1063; + this.state = 1065; this.match(TrinoSqlParser.KW_ROLES); - this.state = 1066; + this.state = 1068; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105 || _la === 122) { { - this.state = 1064; + this.state = 1066; _la = this.tokenStream.LA(1); if(!(_la === 105 || _la === 122)) { this.errorHandler.recoverInline(this); @@ -3215,7 +3216,7 @@ export class TrinoSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1065; + this.state = 1067; this.catalogRef(); } } @@ -3226,18 +3227,18 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ShowRoleGrantsContext(localContext); this.enterOuterAlt(localContext, 63); { - this.state = 1068; + this.state = 1070; this.match(TrinoSqlParser.KW_SHOW); - this.state = 1069; + this.state = 1071; this.match(TrinoSqlParser.KW_ROLE); - this.state = 1070; + this.state = 1072; this.match(TrinoSqlParser.KW_GRANTS); - this.state = 1073; + this.state = 1075; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105 || _la === 122) { { - this.state = 1071; + this.state = 1073; _la = this.tokenStream.LA(1); if(!(_la === 105 || _la === 122)) { this.errorHandler.recoverInline(this); @@ -3246,7 +3247,7 @@ export class TrinoSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1072; + this.state = 1074; this.catalogRef(); } } @@ -3257,9 +3258,9 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ShowColumnsContext(localContext); this.enterOuterAlt(localContext, 64); { - this.state = 1075; + this.state = 1077; this.match(TrinoSqlParser.KW_DESCRIBE); - this.state = 1076; + this.state = 1078; this.tableOrViewName(); } break; @@ -3267,9 +3268,9 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ShowColumnsContext(localContext); this.enterOuterAlt(localContext, 65); { - this.state = 1077; + this.state = 1079; this.match(TrinoSqlParser.KW_DESC); - this.state = 1078; + this.state = 1080; this.tableOrViewName(); } break; @@ -3277,16 +3278,16 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ShowFunctionsContext(localContext); this.enterOuterAlt(localContext, 66); { - this.state = 1079; + this.state = 1081; this.match(TrinoSqlParser.KW_SHOW); - this.state = 1080; + this.state = 1082; this.match(TrinoSqlParser.KW_FUNCTIONS); - this.state = 1083; + this.state = 1085; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105 || _la === 122) { { - this.state = 1081; + this.state = 1083; _la = this.tokenStream.LA(1); if(!(_la === 105 || _la === 122)) { this.errorHandler.recoverInline(this); @@ -3295,28 +3296,28 @@ export class TrinoSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1082; + this.state = 1084; this.schemaRef(); } } - this.state = 1091; + this.state = 1093; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 154) { { - this.state = 1085; + this.state = 1087; this.match(TrinoSqlParser.KW_LIKE); - this.state = 1086; + this.state = 1088; (localContext as ShowFunctionsContext)._pattern = this.string_(); - this.state = 1089; + this.state = 1091; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 90) { { - this.state = 1087; + this.state = 1089; this.match(TrinoSqlParser.KW_ESCAPE); - this.state = 1088; + this.state = 1090; (localContext as ShowFunctionsContext)._escape = this.string_(); } } @@ -3330,27 +3331,27 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ShowSessionContext(localContext); this.enterOuterAlt(localContext, 67); { - this.state = 1093; + this.state = 1095; this.match(TrinoSqlParser.KW_SHOW); - this.state = 1094; + this.state = 1096; this.match(TrinoSqlParser.KW_SESSION); - this.state = 1101; + this.state = 1103; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 154) { { - this.state = 1095; + this.state = 1097; this.match(TrinoSqlParser.KW_LIKE); - this.state = 1096; + this.state = 1098; (localContext as ShowSessionContext)._pattern = this.string_(); - this.state = 1099; + this.state = 1101; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 90) { { - this.state = 1097; + this.state = 1099; this.match(TrinoSqlParser.KW_ESCAPE); - this.state = 1098; + this.state = 1100; (localContext as ShowSessionContext)._escape = this.string_(); } } @@ -3364,13 +3365,13 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new SetSessionAuthorizationContext(localContext); this.enterOuterAlt(localContext, 68); { - this.state = 1103; + this.state = 1105; this.match(TrinoSqlParser.KW_SET); - this.state = 1104; + this.state = 1106; this.match(TrinoSqlParser.KW_SESSION); - this.state = 1105; + this.state = 1107; this.match(TrinoSqlParser.KW_AUTHORIZATION); - this.state = 1106; + this.state = 1108; this.authorizationUser(); } break; @@ -3378,11 +3379,11 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ResetSessionAuthorizationContext(localContext); this.enterOuterAlt(localContext, 69); { - this.state = 1107; + this.state = 1109; this.match(TrinoSqlParser.KW_RESET); - this.state = 1108; + this.state = 1110; this.match(TrinoSqlParser.KW_SESSION); - this.state = 1109; + this.state = 1111; this.match(TrinoSqlParser.KW_AUTHORIZATION); } break; @@ -3390,15 +3391,15 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new SetSessionContext(localContext); this.enterOuterAlt(localContext, 70); { - this.state = 1110; + this.state = 1112; this.match(TrinoSqlParser.KW_SET); - this.state = 1111; + this.state = 1113; this.match(TrinoSqlParser.KW_SESSION); - this.state = 1112; + this.state = 1114; this.qualifiedName(); - this.state = 1113; + this.state = 1115; this.match(TrinoSqlParser.EQ); - this.state = 1114; + this.state = 1116; this.expression(); } break; @@ -3406,11 +3407,11 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ResetSessionContext(localContext); this.enterOuterAlt(localContext, 71); { - this.state = 1116; + this.state = 1118; this.match(TrinoSqlParser.KW_RESET); - this.state = 1117; + this.state = 1119; this.match(TrinoSqlParser.KW_SESSION); - this.state = 1118; + this.state = 1120; this.qualifiedName(); } break; @@ -3418,30 +3419,30 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new StartTransactionContext(localContext); this.enterOuterAlt(localContext, 72); { - this.state = 1119; + this.state = 1121; this.match(TrinoSqlParser.KW_START); - this.state = 1120; + this.state = 1122; this.match(TrinoSqlParser.KW_TRANSACTION); - this.state = 1129; + this.state = 1131; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 134 || _la === 220) { { - this.state = 1121; + this.state = 1123; this.transactionMode(); - this.state = 1126; + this.state = 1128; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 1122; + this.state = 1124; this.match(TrinoSqlParser.T__2); - this.state = 1123; + this.state = 1125; this.transactionMode(); } } - this.state = 1128; + this.state = 1130; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -3454,14 +3455,14 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new CommitContext(localContext); this.enterOuterAlt(localContext, 73); { - this.state = 1131; - this.match(TrinoSqlParser.KW_COMMIT); this.state = 1133; + this.match(TrinoSqlParser.KW_COMMIT); + this.state = 1135; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 307) { { - this.state = 1132; + this.state = 1134; this.match(TrinoSqlParser.KW_WORK); } } @@ -3472,14 +3473,14 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new RollbackContext(localContext); this.enterOuterAlt(localContext, 74); { - this.state = 1135; - this.match(TrinoSqlParser.KW_ROLLBACK); this.state = 1137; + this.match(TrinoSqlParser.KW_ROLLBACK); + this.state = 1139; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 307) { { - this.state = 1136; + this.state = 1138; this.match(TrinoSqlParser.KW_WORK); } } @@ -3490,13 +3491,13 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new PrepareContext(localContext); this.enterOuterAlt(localContext, 75); { - this.state = 1139; + this.state = 1141; this.match(TrinoSqlParser.KW_PREPARE); - this.state = 1140; + this.state = 1142; this.identifier(); - this.state = 1141; + this.state = 1143; this.match(TrinoSqlParser.KW_FROM); - this.state = 1142; + this.state = 1144; this.statement(); } break; @@ -3504,11 +3505,11 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new DeallocateContext(localContext); this.enterOuterAlt(localContext, 76); { - this.state = 1144; + this.state = 1146; this.match(TrinoSqlParser.KW_DEALLOCATE); - this.state = 1145; + this.state = 1147; this.match(TrinoSqlParser.KW_PREPARE); - this.state = 1146; + this.state = 1148; this.identifier(); } break; @@ -3516,32 +3517,32 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ExecuteContext(localContext); this.enterOuterAlt(localContext, 77); { - this.state = 1147; + this.state = 1149; this.match(TrinoSqlParser.KW_EXECUTE); - this.state = 1148; + this.state = 1150; this.identifier(); - this.state = 1158; + this.state = 1160; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 290) { { - this.state = 1149; + this.state = 1151; this.match(TrinoSqlParser.KW_USING); - this.state = 1150; + this.state = 1152; this.expression(); - this.state = 1155; + this.state = 1157; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 1151; + this.state = 1153; this.match(TrinoSqlParser.T__2); - this.state = 1152; + this.state = 1154; this.expression(); } } - this.state = 1157; + this.state = 1159; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -3554,34 +3555,34 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ExecuteImmediateContext(localContext); this.enterOuterAlt(localContext, 78); { - this.state = 1160; + this.state = 1162; this.match(TrinoSqlParser.KW_EXECUTE); - this.state = 1161; + this.state = 1163; this.match(TrinoSqlParser.KW_IMMEDIATE); - this.state = 1162; + this.state = 1164; this.string_(); - this.state = 1172; + this.state = 1174; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 290) { { - this.state = 1163; + this.state = 1165; this.match(TrinoSqlParser.KW_USING); - this.state = 1164; + this.state = 1166; this.expression(); - this.state = 1169; + this.state = 1171; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 1165; + this.state = 1167; this.match(TrinoSqlParser.T__2); - this.state = 1166; + this.state = 1168; this.expression(); } } - this.state = 1171; + this.state = 1173; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -3594,11 +3595,11 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new DescribeInputContext(localContext); this.enterOuterAlt(localContext, 79); { - this.state = 1174; + this.state = 1176; this.match(TrinoSqlParser.KW_DESCRIBE); - this.state = 1175; + this.state = 1177; this.match(TrinoSqlParser.KW_INPUT); - this.state = 1176; + this.state = 1178; this.identifier(); } break; @@ -3606,11 +3607,11 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new DescribeOutputContext(localContext); this.enterOuterAlt(localContext, 80); { - this.state = 1177; + this.state = 1179; this.match(TrinoSqlParser.KW_DESCRIBE); - this.state = 1178; + this.state = 1180; this.match(TrinoSqlParser.KW_OUTPUT); - this.state = 1179; + this.state = 1181; this.identifier(); } break; @@ -3618,11 +3619,11 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new SetPathContext(localContext); this.enterOuterAlt(localContext, 81); { - this.state = 1180; + this.state = 1182; this.match(TrinoSqlParser.KW_SET); - this.state = 1181; + this.state = 1183; this.match(TrinoSqlParser.KW_PATH); - this.state = 1182; + this.state = 1184; this.pathSpecification(); } break; @@ -3630,24 +3631,24 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new SetTimeZoneContext(localContext); this.enterOuterAlt(localContext, 82); { - this.state = 1183; + this.state = 1185; this.match(TrinoSqlParser.KW_SET); - this.state = 1184; + this.state = 1186; this.match(TrinoSqlParser.KW_TIME); - this.state = 1185; + this.state = 1187; this.match(TrinoSqlParser.KW_ZONE); - this.state = 1188; + this.state = 1190; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 119, this.context) ) { case 1: { - this.state = 1186; + this.state = 1188; this.match(TrinoSqlParser.KW_LOCAL); } break; case 2: { - this.state = 1187; + this.state = 1189; this.expression(); } break; @@ -3658,38 +3659,38 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new UpdateContext(localContext); this.enterOuterAlt(localContext, 83); { - this.state = 1190; + this.state = 1192; this.match(TrinoSqlParser.KW_UPDATE); - this.state = 1191; + this.state = 1193; this.tableRef(); - this.state = 1192; + this.state = 1194; this.match(TrinoSqlParser.KW_SET); - this.state = 1193; + this.state = 1195; this.updateAssignment(); - this.state = 1198; + this.state = 1200; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 1194; + this.state = 1196; this.match(TrinoSqlParser.T__2); - this.state = 1195; + this.state = 1197; this.updateAssignment(); } } - this.state = 1200; + this.state = 1202; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1203; + this.state = 1205; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 301) { { - this.state = 1201; + this.state = 1203; this.match(TrinoSqlParser.KW_WHERE); - this.state = 1202; + this.state = 1204; (localContext as UpdateContext)._where = this.booleanExpression(0); } } @@ -3700,51 +3701,51 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new MergeContext(localContext); this.enterOuterAlt(localContext, 84); { - this.state = 1205; + this.state = 1207; this.match(TrinoSqlParser.KW_MERGE); - this.state = 1206; + this.state = 1208; this.match(TrinoSqlParser.KW_INTO); - this.state = 1207; + this.state = 1209; this.tableRef(); - this.state = 1212; + this.state = 1214; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 18)) & ~0x1F) === 0 && ((1 << (_la - 18)) & 4282056543) !== 0) || ((((_la - 51)) & ~0x1F) === 0 && ((1 << (_la - 51)) & 3988635683) !== 0) || ((((_la - 85)) & ~0x1F) === 0 && ((1 << (_la - 85)) & 2680939671) !== 0) || ((((_la - 118)) & ~0x1F) === 0 && ((1 << (_la - 118)) & 4228606319) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 2143288491) !== 0) || ((((_la - 184)) & ~0x1F) === 0 && ((1 << (_la - 184)) & 3221214143) !== 0) || ((((_la - 216)) & ~0x1F) === 0 && ((1 << (_la - 216)) & 4290510815) !== 0) || ((((_la - 249)) & ~0x1F) === 0 && ((1 << (_la - 249)) & 4001298431) !== 0) || ((((_la - 282)) & ~0x1F) === 0 && ((1 << (_la - 282)) & 1068744439) !== 0) || ((((_la - 332)) & ~0x1F) === 0 && ((1 << (_la - 332)) & 15) !== 0)) { { - this.state = 1209; + this.state = 1211; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 28) { { - this.state = 1208; + this.state = 1210; this.match(TrinoSqlParser.KW_AS); } } - this.state = 1211; + this.state = 1213; this.identifier(); } } - this.state = 1214; + this.state = 1216; this.match(TrinoSqlParser.KW_USING); - this.state = 1215; + this.state = 1217; this.relation(0); - this.state = 1216; + this.state = 1218; this.match(TrinoSqlParser.KW_ON); - this.state = 1217; - this.expression(); this.state = 1219; + this.expression(); + this.state = 1221; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 1218; + this.state = 1220; this.mergeCase(); } } - this.state = 1221; + this.state = 1223; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 300); @@ -3754,15 +3755,15 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ShowTableCommentContext(localContext); this.enterOuterAlt(localContext, 85); { - this.state = 1223; + this.state = 1225; this.match(TrinoSqlParser.KW_SHOW); - this.state = 1224; + this.state = 1226; this.match(TrinoSqlParser.KW_COMMENT); - this.state = 1225; + this.state = 1227; this.match(TrinoSqlParser.KW_ON); - this.state = 1226; + this.state = 1228; this.match(TrinoSqlParser.KW_TABLE); - this.state = 1227; + this.state = 1229; this.tableRef(); } break; @@ -3770,15 +3771,15 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ShowColumnCommentContext(localContext); this.enterOuterAlt(localContext, 86); { - this.state = 1228; + this.state = 1230; this.match(TrinoSqlParser.KW_SHOW); - this.state = 1229; + this.state = 1231; this.match(TrinoSqlParser.KW_COMMENT); - this.state = 1230; + this.state = 1232; this.match(TrinoSqlParser.KW_ON); - this.state = 1231; + this.state = 1233; this.match(TrinoSqlParser.KW_COLUMN); - this.state = 1232; + this.state = 1234; this.columnRef(); } break; @@ -3804,17 +3805,17 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1236; + this.state = 1238; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 126, this.context) ) { case 1: { - this.state = 1235; + this.state = 1237; this.withFunction(); } break; } - this.state = 1238; + this.state = 1240; this.query(); } } @@ -3839,23 +3840,23 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1240; + this.state = 1242; this.match(TrinoSqlParser.KW_WITH); - this.state = 1241; + this.state = 1243; this.functionSpecification(); - this.state = 1246; + this.state = 1248; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 1242; + this.state = 1244; this.match(TrinoSqlParser.T__2); - this.state = 1243; + this.state = 1245; this.functionSpecification(); } } - this.state = 1248; + this.state = 1250; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -3883,17 +3884,17 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new QueryStatementContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 1250; + this.state = 1252; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 304) { { - this.state = 1249; + this.state = 1251; this.with_(); } } - this.state = 1252; + this.state = 1254; this.queryNoWith(); } } @@ -3918,33 +3919,33 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1254; - this.match(TrinoSqlParser.KW_WITH); this.state = 1256; + this.match(TrinoSqlParser.KW_WITH); + this.state = 1258; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 221) { { - this.state = 1255; + this.state = 1257; this.match(TrinoSqlParser.KW_RECURSIVE); } } - this.state = 1258; + this.state = 1260; this.namedQuery(); - this.state = 1263; + this.state = 1265; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 1259; + this.state = 1261; this.match(TrinoSqlParser.T__2); - this.state = 1260; + this.state = 1262; this.namedQuery(); } } - this.state = 1265; + this.state = 1267; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -3968,7 +3969,7 @@ export class TrinoSqlParser extends SQLParserBase { let localContext = new TableElementContext(this.context, this.state); this.enterRule(localContext, 26, TrinoSqlParser.RULE_tableElement); try { - this.state = 1268; + this.state = 1270; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.KW_ABSENT: @@ -4190,14 +4191,14 @@ export class TrinoSqlParser extends SQLParserBase { case TrinoSqlParser.BACKQUOTED_IDENTIFIER: this.enterOuterAlt(localContext, 1); { - this.state = 1266; + this.state = 1268; this.columnDefinition(); } break; case TrinoSqlParser.KW_LIKE: this.enterOuterAlt(localContext, 2); { - this.state = 1267; + this.state = 1269; this.likeClause(); } break; @@ -4226,42 +4227,42 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1270; + this.state = 1272; this.columnNameCreate(); - this.state = 1271; + this.state = 1273; localContext._colType = this.type_(0); - this.state = 1274; + this.state = 1276; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 182) { { - this.state = 1272; + this.state = 1274; this.match(TrinoSqlParser.KW_NOT); - this.state = 1273; + this.state = 1275; this.match(TrinoSqlParser.KW_NULL); } } - this.state = 1278; + this.state = 1280; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 133, this.context) ) { case 1: { - this.state = 1276; + this.state = 1278; this.match(TrinoSqlParser.KW_COMMENT); - this.state = 1277; + this.state = 1279; localContext._comment = this.string_(); } break; } - this.state = 1282; + this.state = 1284; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 134, this.context) ) { case 1: { - this.state = 1280; + this.state = 1282; this.match(TrinoSqlParser.KW_WITH); - this.state = 1281; + this.state = 1283; this.properties(); } break; @@ -4289,16 +4290,16 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1284; + this.state = 1286; this.match(TrinoSqlParser.KW_LIKE); - this.state = 1285; + this.state = 1287; this.tableRef(); - this.state = 1288; + this.state = 1290; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 92 || _la === 123) { { - this.state = 1286; + this.state = 1288; localContext._optionType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 92 || _la === 123)) { @@ -4308,7 +4309,7 @@ export class TrinoSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1287; + this.state = 1289; this.match(TrinoSqlParser.KW_PROPERTIES); } } @@ -4335,11 +4336,11 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1290; + this.state = 1292; this.match(TrinoSqlParser.T__0); - this.state = 1291; + this.state = 1293; this.propertyAssignments(); - this.state = 1292; + this.state = 1294; this.match(TrinoSqlParser.T__1); } } @@ -4364,21 +4365,21 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1294; + this.state = 1296; this.property(); - this.state = 1299; + this.state = 1301; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 1295; + this.state = 1297; this.match(TrinoSqlParser.T__2); - this.state = 1296; + this.state = 1298; this.property(); } } - this.state = 1301; + this.state = 1303; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -4404,11 +4405,11 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1302; + this.state = 1304; this.identifier(); - this.state = 1303; + this.state = 1305; this.match(TrinoSqlParser.EQ); - this.state = 1304; + this.state = 1306; this.propertyValue(); } } @@ -4430,14 +4431,14 @@ export class TrinoSqlParser extends SQLParserBase { let localContext = new PropertyValueContext(this.context, this.state); this.enterRule(localContext, 38, TrinoSqlParser.RULE_propertyValue); try { - this.state = 1308; + this.state = 1310; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 137, this.context) ) { case 1: localContext = new DefaultPropertyValueContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 1306; + this.state = 1308; this.match(TrinoSqlParser.KW_DEFAULT); } break; @@ -4445,7 +4446,7 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new NonDefaultPropertyValueContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 1307; + this.state = 1309; this.expression(); } break; @@ -4472,53 +4473,53 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1310; + this.state = 1312; this.queryTerm(0); - this.state = 1321; + this.state = 1323; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 195) { { - this.state = 1311; + this.state = 1313; this.match(TrinoSqlParser.KW_ORDER); - this.state = 1312; + this.state = 1314; this.match(TrinoSqlParser.KW_BY); - this.state = 1313; + this.state = 1315; this.sortItem(); - this.state = 1318; + this.state = 1320; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 1314; + this.state = 1316; this.match(TrinoSqlParser.T__2); - this.state = 1315; + this.state = 1317; this.sortItem(); } } - this.state = 1320; + this.state = 1322; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 1328; + this.state = 1330; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 188) { { - this.state = 1323; + this.state = 1325; this.match(TrinoSqlParser.KW_OFFSET); - this.state = 1324; - localContext._offset = this.rowCount(); this.state = 1326; + localContext._offset = this.rowCount(); + this.state = 1328; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 239 || _la === 240) { { - this.state = 1325; + this.state = 1327; _la = this.tokenStream.LA(1); if(!(_la === 239 || _la === 240)) { this.errorHandler.recoverInline(this); @@ -4533,15 +4534,15 @@ export class TrinoSqlParser extends SQLParserBase { } } - this.state = 1343; + this.state = 1345; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.KW_LIMIT: { { - this.state = 1330; + this.state = 1332; this.match(TrinoSqlParser.KW_LIMIT); - this.state = 1331; + this.state = 1333; localContext._limit = this.limitRowCount(); } } @@ -4549,9 +4550,9 @@ export class TrinoSqlParser extends SQLParserBase { case TrinoSqlParser.KW_FETCH: { { - this.state = 1332; + this.state = 1334; this.match(TrinoSqlParser.KW_FETCH); - this.state = 1333; + this.state = 1335; _la = this.tokenStream.LA(1); if(!(_la === 101 || _la === 174)) { this.errorHandler.recoverInline(this); @@ -4560,17 +4561,17 @@ export class TrinoSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1335; + this.state = 1337; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 324 || _la === 329) { { - this.state = 1334; + this.state = 1336; localContext._fetchFirst = this.rowCount(); } } - this.state = 1337; + this.state = 1339; _la = this.tokenStream.LA(1); if(!(_la === 239 || _la === 240)) { this.errorHandler.recoverInline(this); @@ -4579,20 +4580,20 @@ export class TrinoSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1341; + this.state = 1343; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.KW_ONLY: { - this.state = 1338; + this.state = 1340; this.match(TrinoSqlParser.KW_ONLY); } break; case TrinoSqlParser.KW_WITH: { - this.state = 1339; + this.state = 1341; this.match(TrinoSqlParser.KW_WITH); - this.state = 1340; + this.state = 1342; this.match(TrinoSqlParser.KW_TIES); } break; @@ -4662,13 +4663,13 @@ export class TrinoSqlParser extends SQLParserBase { let localContext = new LimitRowCountContext(this.context, this.state); this.enterRule(localContext, 42, TrinoSqlParser.RULE_limitRowCount); try { - this.state = 1347; + this.state = 1349; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.KW_ALL: this.enterOuterAlt(localContext, 1); { - this.state = 1345; + this.state = 1347; this.match(TrinoSqlParser.KW_ALL); } break; @@ -4676,7 +4677,7 @@ export class TrinoSqlParser extends SQLParserBase { case TrinoSqlParser.INTEGER_VALUE: this.enterOuterAlt(localContext, 2); { - this.state = 1346; + this.state = 1348; this.rowCount(); } break; @@ -4705,7 +4706,7 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1349; + this.state = 1351; _la = this.tokenStream.LA(1); if(!(_la === 324 || _la === 329)) { this.errorHandler.recoverInline(this); @@ -4754,11 +4755,11 @@ export class TrinoSqlParser extends SQLParserBase { this.context = localContext; previousContext = localContext; - this.state = 1352; + this.state = 1354; this.queryPrimary(); } this.context!.stop = this.tokenStream.LT(-1); - this.state = 1368; + this.state = 1370; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 149, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { @@ -4768,7 +4769,7 @@ export class TrinoSqlParser extends SQLParserBase { } previousContext = localContext; { - this.state = 1366; + this.state = 1368; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 148, this.context) ) { case 1: @@ -4776,23 +4777,23 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new SetOperationContext(new QueryTermContext(parentContext, parentState)); (localContext as SetOperationContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, TrinoSqlParser.RULE_queryTerm); - this.state = 1354; + this.state = 1356; if (!(this.precpred(this.context, 2))) { throw this.createFailedPredicateException("this.precpred(this.context, 2)"); } - this.state = 1355; - (localContext as SetOperationContext)._operator = this.match(TrinoSqlParser.KW_INTERSECT); this.state = 1357; + (localContext as SetOperationContext)._operator = this.match(TrinoSqlParser.KW_INTERSECT); + this.state = 1359; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 22 || _la === 79) { { - this.state = 1356; + this.state = 1358; this.setQuantifier(); } } - this.state = 1359; + this.state = 1361; (localContext as SetOperationContext)._right = this.queryTerm(3); } break; @@ -4801,11 +4802,11 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new SetOperationContext(new QueryTermContext(parentContext, parentState)); (localContext as SetOperationContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, TrinoSqlParser.RULE_queryTerm); - this.state = 1360; + this.state = 1362; if (!(this.precpred(this.context, 1))) { throw this.createFailedPredicateException("this.precpred(this.context, 1)"); } - this.state = 1361; + this.state = 1363; (localContext as SetOperationContext)._operator = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 91 || _la === 281)) { @@ -4815,24 +4816,24 @@ export class TrinoSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1363; + this.state = 1365; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 22 || _la === 79) { { - this.state = 1362; + this.state = 1364; this.setQuantifier(); } } - this.state = 1365; + this.state = 1367; (localContext as SetOperationContext)._right = this.queryTerm(2); } break; } } } - this.state = 1370; + this.state = 1372; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 149, this.context); } @@ -4857,14 +4858,14 @@ export class TrinoSqlParser extends SQLParserBase { this.enterRule(localContext, 48, TrinoSqlParser.RULE_queryPrimary); try { let alternative: number; - this.state = 1387; + this.state = 1389; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.KW_SELECT: localContext = new QueryPrimaryDefaultContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 1371; + this.state = 1373; this.querySpecification(); } break; @@ -4872,9 +4873,9 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new TableContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 1372; + this.state = 1374; this.match(TrinoSqlParser.KW_TABLE); - this.state = 1373; + this.state = 1375; this.tableRef(); } break; @@ -4882,25 +4883,25 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new InlineTableContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 1374; + this.state = 1376; this.match(TrinoSqlParser.KW_VALUES); - this.state = 1375; + this.state = 1377; this.expression(); - this.state = 1380; + this.state = 1382; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 150, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1376; + this.state = 1378; this.match(TrinoSqlParser.T__2); - this.state = 1377; + this.state = 1379; this.expression(); } } } - this.state = 1382; + this.state = 1384; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 150, this.context); } @@ -4910,11 +4911,11 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new SubqueryContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 1383; + this.state = 1385; this.match(TrinoSqlParser.T__0); - this.state = 1384; + this.state = 1386; this.queryNoWith(); - this.state = 1385; + this.state = 1387; this.match(TrinoSqlParser.T__1); } break; @@ -4943,28 +4944,28 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1391; + this.state = 1393; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 152, this.context) ) { case 1: { - this.state = 1389; + this.state = 1391; this.columnRef(); } break; case 2: { - this.state = 1390; + this.state = 1392; this.expression(); } break; } - this.state = 1394; + this.state = 1396; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 153, this.context) ) { case 1: { - this.state = 1393; + this.state = 1395; localContext._ordering = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 29 || _la === 75)) { @@ -4977,14 +4978,14 @@ export class TrinoSqlParser extends SQLParserBase { } break; } - this.state = 1398; + this.state = 1400; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 185) { { - this.state = 1396; + this.state = 1398; this.match(TrinoSqlParser.KW_NULLS); - this.state = 1397; + this.state = 1399; localContext._nullOrdering = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 101 || _la === 148)) { @@ -5020,130 +5021,130 @@ export class TrinoSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1400; - this.match(TrinoSqlParser.KW_SELECT); this.state = 1402; + this.match(TrinoSqlParser.KW_SELECT); + this.state = 1404; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 155, this.context) ) { case 1: { - this.state = 1401; + this.state = 1403; this.setQuantifier(); } break; } - this.state = 1404; + this.state = 1406; this.selectItem(); - this.state = 1409; + this.state = 1411; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 156, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1405; + this.state = 1407; this.match(TrinoSqlParser.T__2); - this.state = 1406; + this.state = 1408; this.selectItem(); } } } - this.state = 1411; + this.state = 1413; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 156, this.context); } - this.state = 1421; + this.state = 1423; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 158, this.context) ) { case 1: { - this.state = 1412; + this.state = 1414; this.match(TrinoSqlParser.KW_FROM); - this.state = 1413; + this.state = 1415; this.relation(0); - this.state = 1418; + this.state = 1420; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 157, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1414; + this.state = 1416; this.match(TrinoSqlParser.T__2); - this.state = 1415; + this.state = 1417; this.relation(0); } } } - this.state = 1420; + this.state = 1422; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 157, this.context); } } break; } - this.state = 1425; + this.state = 1427; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 159, this.context) ) { case 1: { - this.state = 1423; + this.state = 1425; this.match(TrinoSqlParser.KW_WHERE); - this.state = 1424; + this.state = 1426; localContext._where = this.booleanExpression(0); } break; } - this.state = 1430; + this.state = 1432; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 160, this.context) ) { case 1: { - this.state = 1427; + this.state = 1429; this.match(TrinoSqlParser.KW_GROUP); - this.state = 1428; + this.state = 1430; this.match(TrinoSqlParser.KW_BY); - this.state = 1429; + this.state = 1431; this.groupBy(); } break; } - this.state = 1434; + this.state = 1436; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 161, this.context) ) { case 1: { - this.state = 1432; + this.state = 1434; this.match(TrinoSqlParser.KW_HAVING); - this.state = 1433; + this.state = 1435; localContext._having = this.booleanExpression(0); } break; } - this.state = 1445; + this.state = 1447; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 163, this.context) ) { case 1: { - this.state = 1436; + this.state = 1438; this.match(TrinoSqlParser.KW_WINDOW); - this.state = 1437; + this.state = 1439; this.windowDefinition(); - this.state = 1442; + this.state = 1444; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 162, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1438; + this.state = 1440; this.match(TrinoSqlParser.T__2); - this.state = 1439; + this.state = 1441; this.windowDefinition(); } } } - this.state = 1444; + this.state = 1446; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 162, this.context); } @@ -5173,33 +5174,33 @@ export class TrinoSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1448; + this.state = 1450; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 164, this.context) ) { case 1: { - this.state = 1447; + this.state = 1449; this.setQuantifier(); } break; } - this.state = 1450; + this.state = 1452; this.groupingElement(); - this.state = 1455; + this.state = 1457; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 165, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1451; + this.state = 1453; this.match(TrinoSqlParser.T__2); - this.state = 1452; + this.state = 1454; this.groupingElement(); } } } - this.state = 1457; + this.state = 1459; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 165, this.context); } @@ -5224,14 +5225,14 @@ export class TrinoSqlParser extends SQLParserBase { this.enterRule(localContext, 56, TrinoSqlParser.RULE_groupingElement); let _la: number; try { - this.state = 1498; + this.state = 1500; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 171, this.context) ) { case 1: localContext = new SingleGroupingSetContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 1458; + this.state = 1460; this.groupingSet(); } break; @@ -5239,37 +5240,37 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new RollupContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 1459; + this.state = 1461; this.match(TrinoSqlParser.KW_ROLLUP); - this.state = 1460; + this.state = 1462; this.match(TrinoSqlParser.T__0); - this.state = 1469; + this.state = 1471; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 167, this.context) ) { case 1: { - this.state = 1461; + this.state = 1463; this.groupingSet(); - this.state = 1466; + this.state = 1468; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 1462; + this.state = 1464; this.match(TrinoSqlParser.T__2); - this.state = 1463; + this.state = 1465; this.groupingSet(); } } - this.state = 1468; + this.state = 1470; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } break; } - this.state = 1471; + this.state = 1473; this.match(TrinoSqlParser.T__1); } break; @@ -5277,37 +5278,37 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new CubeContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 1472; + this.state = 1474; this.match(TrinoSqlParser.KW_CUBE); - this.state = 1473; + this.state = 1475; this.match(TrinoSqlParser.T__0); - this.state = 1482; + this.state = 1484; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 169, this.context) ) { case 1: { - this.state = 1474; + this.state = 1476; this.groupingSet(); - this.state = 1479; + this.state = 1481; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 1475; + this.state = 1477; this.match(TrinoSqlParser.T__2); - this.state = 1476; + this.state = 1478; this.groupingSet(); } } - this.state = 1481; + this.state = 1483; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } break; } - this.state = 1484; + this.state = 1486; this.match(TrinoSqlParser.T__1); } break; @@ -5315,31 +5316,31 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new MultipleGroupingSetsContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 1485; + this.state = 1487; this.match(TrinoSqlParser.KW_GROUPING); - this.state = 1486; + this.state = 1488; this.match(TrinoSqlParser.KW_SETS); - this.state = 1487; + this.state = 1489; this.match(TrinoSqlParser.T__0); - this.state = 1488; + this.state = 1490; this.groupingSet(); - this.state = 1493; + this.state = 1495; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 1489; + this.state = 1491; this.match(TrinoSqlParser.T__2); - this.state = 1490; + this.state = 1492; this.groupingSet(); } } - this.state = 1495; + this.state = 1497; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1496; + this.state = 1498; this.match(TrinoSqlParser.T__1); } break; @@ -5364,48 +5365,48 @@ export class TrinoSqlParser extends SQLParserBase { this.enterRule(localContext, 58, TrinoSqlParser.RULE_groupingSet); let _la: number; try { - this.state = 1513; + this.state = 1515; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 174, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1500; + this.state = 1502; this.match(TrinoSqlParser.T__0); - this.state = 1509; + this.state = 1511; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 173, this.context) ) { case 1: { - this.state = 1501; + this.state = 1503; this.groupingTerm(); - this.state = 1506; + this.state = 1508; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 1502; + this.state = 1504; this.match(TrinoSqlParser.T__2); - this.state = 1503; + this.state = 1505; this.groupingTerm(); } } - this.state = 1508; + this.state = 1510; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } break; } - this.state = 1511; + this.state = 1513; this.match(TrinoSqlParser.T__1); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1512; + this.state = 1514; this.groupingTerm(); } break; @@ -5429,20 +5430,20 @@ export class TrinoSqlParser extends SQLParserBase { let localContext = new GroupingTermContext(this.context, this.state); this.enterRule(localContext, 60, TrinoSqlParser.RULE_groupingTerm); try { - this.state = 1517; + this.state = 1519; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 175, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1515; + this.state = 1517; this.columnRef(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1516; + this.state = 1518; this.expression(); } break; @@ -5468,15 +5469,15 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1519; + this.state = 1521; localContext._name = this.identifier(); - this.state = 1520; + this.state = 1522; this.match(TrinoSqlParser.KW_AS); - this.state = 1521; + this.state = 1523; this.match(TrinoSqlParser.T__0); - this.state = 1522; + this.state = 1524; this.windowSpecification(); - this.state = 1523; + this.state = 1525; this.match(TrinoSqlParser.T__1); } } @@ -5501,84 +5502,84 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1526; + this.state = 1528; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 176, this.context) ) { case 1: { - this.state = 1525; + this.state = 1527; localContext._existingWindowName = this.identifier(); } break; } - this.state = 1538; + this.state = 1540; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 201) { { - this.state = 1528; + this.state = 1530; this.match(TrinoSqlParser.KW_PARTITION); - this.state = 1529; + this.state = 1531; this.match(TrinoSqlParser.KW_BY); - this.state = 1530; + this.state = 1532; localContext._expression = this.expression(); localContext._partition.push(localContext._expression); - this.state = 1535; + this.state = 1537; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 1531; + this.state = 1533; this.match(TrinoSqlParser.T__2); - this.state = 1532; + this.state = 1534; localContext._expression = this.expression(); localContext._partition.push(localContext._expression); } } - this.state = 1537; + this.state = 1539; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 1550; + this.state = 1552; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 195) { { - this.state = 1540; + this.state = 1542; this.match(TrinoSqlParser.KW_ORDER); - this.state = 1541; + this.state = 1543; this.match(TrinoSqlParser.KW_BY); - this.state = 1542; + this.state = 1544; this.sortItem(); - this.state = 1547; + this.state = 1549; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 1543; + this.state = 1545; this.match(TrinoSqlParser.T__2); - this.state = 1544; + this.state = 1546; this.sortItem(); } } - this.state = 1549; + this.state = 1551; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 1553; + this.state = 1555; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 116 || _la === 168 || _la === 219 || _la === 240) { { - this.state = 1552; + this.state = 1554; this.windowFrame(); } } @@ -5606,25 +5607,25 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1555; - localContext._name = this.identifier(); this.state = 1557; + localContext._name = this.identifier(); + this.state = 1559; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 1) { { - this.state = 1556; + this.state = 1558; this.columnAliases(); } } - this.state = 1559; + this.state = 1561; this.match(TrinoSqlParser.KW_AS); - this.state = 1560; + this.state = 1562; this.match(TrinoSqlParser.T__0); - this.state = 1561; + this.state = 1563; this.query(); - this.state = 1562; + this.state = 1564; this.match(TrinoSqlParser.T__1); } } @@ -5649,7 +5650,7 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1564; + this.state = 1566; _la = this.tokenStream.LA(1); if(!(_la === 22 || _la === 79)) { this.errorHandler.recoverInline(this); @@ -5679,83 +5680,83 @@ export class TrinoSqlParser extends SQLParserBase { this.enterRule(localContext, 70, TrinoSqlParser.RULE_selectItem); let _la: number; try { - this.state = 1584; + this.state = 1586; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 187, this.context) ) { case 1: - localContext = new SelectSingleContext(localContext); + localContext = new SelectAllContext(localContext); this.enterOuterAlt(localContext, 1); { this.state = 1568; + this.match(TrinoSqlParser.ASTERISK); + } + break; + case 2: + localContext = new SelectAllContext(localContext); + this.enterOuterAlt(localContext, 2); + { + this.state = 1569; + this.primaryExpression(0); + this.state = 1570; + this.match(TrinoSqlParser.T__3); + this.state = 1571; + this.match(TrinoSqlParser.ASTERISK); + this.state = 1574; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 183, this.context) ) { case 1: { - this.state = 1566; + this.state = 1572; + this.match(TrinoSqlParser.KW_AS); + this.state = 1573; + this.columnAliases(); + } + break; + } + } + break; + case 3: + localContext = new SelectSingleContext(localContext); + this.enterOuterAlt(localContext, 3); + { + this.state = 1578; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 184, this.context) ) { + case 1: + { + this.state = 1576; this.columnRef(); } break; case 2: { - this.state = 1567; + this.state = 1577; this.expression(); } break; } - this.state = 1574; + this.state = 1584; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 185, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 186, this.context) ) { case 1: { - this.state = 1571; + this.state = 1581; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 28) { { - this.state = 1570; + this.state = 1580; this.match(TrinoSqlParser.KW_AS); } } - this.state = 1573; + this.state = 1583; (localContext as SelectSingleContext)._alias = this.identifier(); } break; } } break; - case 2: - localContext = new SelectAllContext(localContext); - this.enterOuterAlt(localContext, 2); - { - this.state = 1576; - this.primaryExpression(0); - this.state = 1577; - this.match(TrinoSqlParser.T__3); - this.state = 1578; - this.match(TrinoSqlParser.ASTERISK); - this.state = 1581; - this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 186, this.context) ) { - case 1: - { - this.state = 1579; - this.match(TrinoSqlParser.KW_AS); - this.state = 1580; - this.columnAliases(); - } - break; - } - } - break; - case 3: - localContext = new SelectAllContext(localContext); - this.enterOuterAlt(localContext, 3); - { - this.state = 1583; - this.match(TrinoSqlParser.ASTERISK); - } - break; } } catch (re) { @@ -5795,11 +5796,11 @@ export class TrinoSqlParser extends SQLParserBase { this.context = localContext; previousContext = localContext; - this.state = 1587; + this.state = 1589; this.sampledRelation(); } this.context!.stop = this.tokenStream.LT(-1); - this.state = 1607; + this.state = 1609; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 189, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { @@ -5813,20 +5814,20 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new JoinRelationContext(new RelationContext(parentContext, parentState)); (localContext as JoinRelationContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, TrinoSqlParser.RULE_relation); - this.state = 1589; + this.state = 1591; if (!(this.precpred(this.context, 2))) { throw this.createFailedPredicateException("this.precpred(this.context, 2)"); } - this.state = 1603; + this.state = 1605; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.KW_CROSS: { - this.state = 1590; + this.state = 1592; this.match(TrinoSqlParser.KW_CROSS); - this.state = 1591; + this.state = 1593; this.match(TrinoSqlParser.KW_JOIN); - this.state = 1592; + this.state = 1594; (localContext as JoinRelationContext)._right = this.sampledRelation(); } break; @@ -5836,25 +5837,25 @@ export class TrinoSqlParser extends SQLParserBase { case TrinoSqlParser.KW_LEFT: case TrinoSqlParser.KW_RIGHT: { - this.state = 1593; + this.state = 1595; this.joinType(); - this.state = 1594; + this.state = 1596; this.match(TrinoSqlParser.KW_JOIN); - this.state = 1595; + this.state = 1597; (localContext as JoinRelationContext)._rightRelation = this.relation(0); - this.state = 1596; + this.state = 1598; this.joinCriteria(); } break; case TrinoSqlParser.KW_NATURAL: { - this.state = 1598; + this.state = 1600; this.match(TrinoSqlParser.KW_NATURAL); - this.state = 1599; + this.state = 1601; this.joinType(); - this.state = 1600; + this.state = 1602; this.match(TrinoSqlParser.KW_JOIN); - this.state = 1601; + this.state = 1603; (localContext as JoinRelationContext)._right = this.sampledRelation(); } break; @@ -5864,7 +5865,7 @@ export class TrinoSqlParser extends SQLParserBase { } } } - this.state = 1609; + this.state = 1611; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 189, this.context); } @@ -5889,19 +5890,19 @@ export class TrinoSqlParser extends SQLParserBase { this.enterRule(localContext, 74, TrinoSqlParser.RULE_joinType); let _la: number; try { - this.state = 1625; + this.state = 1627; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.KW_INNER: case TrinoSqlParser.KW_JOIN: this.enterOuterAlt(localContext, 1); { - this.state = 1611; + this.state = 1613; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 125) { { - this.state = 1610; + this.state = 1612; this.match(TrinoSqlParser.KW_INNER); } } @@ -5911,14 +5912,14 @@ export class TrinoSqlParser extends SQLParserBase { case TrinoSqlParser.KW_LEFT: this.enterOuterAlt(localContext, 2); { - this.state = 1613; - this.match(TrinoSqlParser.KW_LEFT); this.state = 1615; + this.match(TrinoSqlParser.KW_LEFT); + this.state = 1617; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 197) { { - this.state = 1614; + this.state = 1616; this.match(TrinoSqlParser.KW_OUTER); } } @@ -5928,14 +5929,14 @@ export class TrinoSqlParser extends SQLParserBase { case TrinoSqlParser.KW_RIGHT: this.enterOuterAlt(localContext, 3); { - this.state = 1617; - this.match(TrinoSqlParser.KW_RIGHT); this.state = 1619; + this.match(TrinoSqlParser.KW_RIGHT); + this.state = 1621; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 197) { { - this.state = 1618; + this.state = 1620; this.match(TrinoSqlParser.KW_OUTER); } } @@ -5945,14 +5946,14 @@ export class TrinoSqlParser extends SQLParserBase { case TrinoSqlParser.KW_FULL: this.enterOuterAlt(localContext, 4); { - this.state = 1621; - this.match(TrinoSqlParser.KW_FULL); this.state = 1623; + this.match(TrinoSqlParser.KW_FULL); + this.state = 1625; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 197) { { - this.state = 1622; + this.state = 1624; this.match(TrinoSqlParser.KW_OUTER); } } @@ -5982,44 +5983,44 @@ export class TrinoSqlParser extends SQLParserBase { this.enterRule(localContext, 76, TrinoSqlParser.RULE_joinCriteria); let _la: number; try { - this.state = 1641; + this.state = 1643; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.KW_ON: this.enterOuterAlt(localContext, 1); { - this.state = 1627; + this.state = 1629; this.match(TrinoSqlParser.KW_ON); - this.state = 1628; + this.state = 1630; this.booleanExpression(0); } break; case TrinoSqlParser.KW_USING: this.enterOuterAlt(localContext, 2); { - this.state = 1629; + this.state = 1631; this.match(TrinoSqlParser.KW_USING); - this.state = 1630; + this.state = 1632; this.match(TrinoSqlParser.T__0); - this.state = 1631; + this.state = 1633; this.identifier(); - this.state = 1636; + this.state = 1638; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 1632; + this.state = 1634; this.match(TrinoSqlParser.T__2); - this.state = 1633; + this.state = 1635; this.identifier(); } } - this.state = 1638; + this.state = 1640; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1639; + this.state = 1641; this.match(TrinoSqlParser.T__1); } break; @@ -6047,22 +6048,22 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1643; + this.state = 1645; this.patternRecognition(); - this.state = 1650; + this.state = 1652; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 197, this.context) ) { case 1: { - this.state = 1644; + this.state = 1646; this.match(TrinoSqlParser.KW_TABLESAMPLE); - this.state = 1645; + this.state = 1647; this.sampleType(); - this.state = 1646; + this.state = 1648; this.match(TrinoSqlParser.T__0); - this.state = 1647; + this.state = 1649; localContext._percentage = this.expression(); - this.state = 1648; + this.state = 1650; this.match(TrinoSqlParser.T__1); } break; @@ -6090,7 +6091,7 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1652; + this.state = 1654; _la = this.tokenStream.LA(1); if(!(_la === 33 || _la === 259)) { this.errorHandler.recoverInline(this); @@ -6122,7 +6123,7 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1654; + this.state = 1656; _la = this.tokenStream.LA(1); if(!(_la === 35 || _la === 150 || _la === 270)) { this.errorHandler.recoverInline(this); @@ -6152,32 +6153,32 @@ export class TrinoSqlParser extends SQLParserBase { this.enterRule(localContext, 84, TrinoSqlParser.RULE_listAggOverflowBehavior); let _la: number; try { - this.state = 1662; + this.state = 1664; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.KW_ERROR: this.enterOuterAlt(localContext, 1); { - this.state = 1656; + this.state = 1658; this.match(TrinoSqlParser.KW_ERROR); } break; case TrinoSqlParser.KW_TRUNCATE: this.enterOuterAlt(localContext, 2); { - this.state = 1657; - this.match(TrinoSqlParser.KW_TRUNCATE); this.state = 1659; + this.match(TrinoSqlParser.KW_TRUNCATE); + this.state = 1661; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 326 || _la === 327) { { - this.state = 1658; + this.state = 1660; this.string_(); } } - this.state = 1661; + this.state = 1663; this.listaggCountIndication(); } break; @@ -6203,24 +6204,24 @@ export class TrinoSqlParser extends SQLParserBase { let localContext = new ListaggCountIndicationContext(this.context, this.state); this.enterRule(localContext, 86, TrinoSqlParser.RULE_listaggCountIndication); try { - this.state = 1668; + this.state = 1670; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.KW_WITH: this.enterOuterAlt(localContext, 1); { - this.state = 1664; + this.state = 1666; this.match(TrinoSqlParser.KW_WITH); - this.state = 1665; + this.state = 1667; this.match(TrinoSqlParser.KW_COUNT); } break; case TrinoSqlParser.KW_WITHOUT: this.enterOuterAlt(localContext, 2); { - this.state = 1666; + this.state = 1668; this.match(TrinoSqlParser.KW_WITHOUT); - this.state = 1667; + this.state = 1669; this.match(TrinoSqlParser.KW_COUNT); } break; @@ -6249,137 +6250,137 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1670; + this.state = 1672; this.aliasedRelation(); - this.state = 1753; + this.state = 1755; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 216, this.context) ) { case 1: { - this.state = 1671; + this.state = 1673; this.match(TrinoSqlParser.KW_MATCH_RECOGNIZE); - this.state = 1672; + this.state = 1674; this.match(TrinoSqlParser.T__0); - this.state = 1683; + this.state = 1685; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 201) { { - this.state = 1673; + this.state = 1675; this.match(TrinoSqlParser.KW_PARTITION); - this.state = 1674; + this.state = 1676; this.match(TrinoSqlParser.KW_BY); - this.state = 1675; + this.state = 1677; localContext._expression = this.expression(); localContext._partition.push(localContext._expression); - this.state = 1680; + this.state = 1682; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 1676; + this.state = 1678; this.match(TrinoSqlParser.T__2); - this.state = 1677; + this.state = 1679; localContext._expression = this.expression(); localContext._partition.push(localContext._expression); } } - this.state = 1682; + this.state = 1684; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 1695; + this.state = 1697; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 195) { { - this.state = 1685; + this.state = 1687; this.match(TrinoSqlParser.KW_ORDER); - this.state = 1686; + this.state = 1688; this.match(TrinoSqlParser.KW_BY); - this.state = 1687; + this.state = 1689; this.sortItem(); - this.state = 1692; + this.state = 1694; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 1688; + this.state = 1690; this.match(TrinoSqlParser.T__2); - this.state = 1689; + this.state = 1691; this.sortItem(); } } - this.state = 1694; + this.state = 1696; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 1706; + this.state = 1708; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 168) { { - this.state = 1697; + this.state = 1699; this.match(TrinoSqlParser.KW_MEASURES); - this.state = 1698; + this.state = 1700; this.measureDefinition(); - this.state = 1703; + this.state = 1705; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 1699; + this.state = 1701; this.match(TrinoSqlParser.T__2); - this.state = 1700; + this.state = 1702; this.measureDefinition(); } } - this.state = 1705; + this.state = 1707; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 1709; + this.state = 1711; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 22 || _la === 191) { { - this.state = 1708; + this.state = 1710; this.rowsPerMatch(); } } - this.state = 1714; + this.state = 1716; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 21) { { - this.state = 1711; + this.state = 1713; this.match(TrinoSqlParser.KW_AFTER); - this.state = 1712; + this.state = 1714; this.match(TrinoSqlParser.KW_MATCH); - this.state = 1713; + this.state = 1715; this.skipTo(); } } - this.state = 1717; + this.state = 1719; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 124 || _la === 247) { { - this.state = 1716; + this.state = 1718; _la = this.tokenStream.LA(1); if(!(_la === 124 || _la === 247)) { this.errorHandler.recoverInline(this); @@ -6391,87 +6392,87 @@ export class TrinoSqlParser extends SQLParserBase { } } - this.state = 1719; + this.state = 1721; this.match(TrinoSqlParser.KW_PATTERN); - this.state = 1720; + this.state = 1722; this.match(TrinoSqlParser.T__0); - this.state = 1721; + this.state = 1723; this.rowPattern(0); - this.state = 1722; + this.state = 1724; this.match(TrinoSqlParser.T__1); - this.state = 1732; + this.state = 1734; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 257) { { - this.state = 1723; + this.state = 1725; this.match(TrinoSqlParser.KW_SUBSET); - this.state = 1724; + this.state = 1726; this.subsetDefinition(); - this.state = 1729; + this.state = 1731; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 1725; + this.state = 1727; this.match(TrinoSqlParser.T__2); - this.state = 1726; + this.state = 1728; this.subsetDefinition(); } } - this.state = 1731; + this.state = 1733; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 1734; + this.state = 1736; this.match(TrinoSqlParser.KW_DEFINE); - this.state = 1735; + this.state = 1737; this.variableDefinition(); - this.state = 1740; + this.state = 1742; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 1736; + this.state = 1738; this.match(TrinoSqlParser.T__2); - this.state = 1737; + this.state = 1739; this.variableDefinition(); } } - this.state = 1742; + this.state = 1744; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1743; + this.state = 1745; this.match(TrinoSqlParser.T__1); - this.state = 1751; + this.state = 1753; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 215, this.context) ) { case 1: { - this.state = 1745; + this.state = 1747; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 28) { { - this.state = 1744; + this.state = 1746; this.match(TrinoSqlParser.KW_AS); } } - this.state = 1747; - this.identifier(); this.state = 1749; + this.identifier(); + this.state = 1751; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 214, this.context) ) { case 1: { - this.state = 1748; + this.state = 1750; this.columnAliases(); } break; @@ -6504,11 +6505,11 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1755; + this.state = 1757; this.expression(); - this.state = 1756; + this.state = 1758; this.match(TrinoSqlParser.KW_AS); - this.state = 1757; + this.state = 1759; this.identifier(); } } @@ -6531,39 +6532,39 @@ export class TrinoSqlParser extends SQLParserBase { this.enterRule(localContext, 92, TrinoSqlParser.RULE_rowsPerMatch); let _la: number; try { - this.state = 1770; + this.state = 1772; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.KW_ONE: this.enterOuterAlt(localContext, 1); { - this.state = 1759; + this.state = 1761; this.match(TrinoSqlParser.KW_ONE); - this.state = 1760; + this.state = 1762; this.match(TrinoSqlParser.KW_ROW); - this.state = 1761; + this.state = 1763; this.match(TrinoSqlParser.KW_PER); - this.state = 1762; + this.state = 1764; this.match(TrinoSqlParser.KW_MATCH); } break; case TrinoSqlParser.KW_ALL: this.enterOuterAlt(localContext, 2); { - this.state = 1763; + this.state = 1765; this.match(TrinoSqlParser.KW_ALL); - this.state = 1764; + this.state = 1766; this.match(TrinoSqlParser.KW_ROWS); - this.state = 1765; + this.state = 1767; this.match(TrinoSqlParser.KW_PER); - this.state = 1766; - this.match(TrinoSqlParser.KW_MATCH); this.state = 1768; + this.match(TrinoSqlParser.KW_MATCH); + this.state = 1770; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 189 || _la === 253 || _la === 304) { { - this.state = 1767; + this.state = 1769; this.emptyMatchHandling(); } } @@ -6592,39 +6593,39 @@ export class TrinoSqlParser extends SQLParserBase { let localContext = new EmptyMatchHandlingContext(this.context, this.state); this.enterRule(localContext, 94, TrinoSqlParser.RULE_emptyMatchHandling); try { - this.state = 1781; + this.state = 1783; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.KW_SHOW: this.enterOuterAlt(localContext, 1); { - this.state = 1772; + this.state = 1774; this.match(TrinoSqlParser.KW_SHOW); - this.state = 1773; + this.state = 1775; this.match(TrinoSqlParser.KW_EMPTY); - this.state = 1774; + this.state = 1776; this.match(TrinoSqlParser.KW_MATCHES); } break; case TrinoSqlParser.KW_OMIT: this.enterOuterAlt(localContext, 2); { - this.state = 1775; + this.state = 1777; this.match(TrinoSqlParser.KW_OMIT); - this.state = 1776; + this.state = 1778; this.match(TrinoSqlParser.KW_EMPTY); - this.state = 1777; + this.state = 1779; this.match(TrinoSqlParser.KW_MATCHES); } break; case TrinoSqlParser.KW_WITH: this.enterOuterAlt(localContext, 3); { - this.state = 1778; + this.state = 1780; this.match(TrinoSqlParser.KW_WITH); - this.state = 1779; + this.state = 1781; this.match(TrinoSqlParser.KW_UNMATCHED); - this.state = 1780; + this.state = 1782; this.match(TrinoSqlParser.KW_ROWS); } break; @@ -6650,69 +6651,69 @@ export class TrinoSqlParser extends SQLParserBase { let localContext = new SkipToContext(this.context, this.state); this.enterRule(localContext, 96, TrinoSqlParser.RULE_skipTo); try { - this.state = 1802; + this.state = 1804; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 220, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1783; + this.state = 1785; this.match(TrinoSqlParser.T__4); - this.state = 1784; + this.state = 1786; this.match(TrinoSqlParser.KW_TO); - this.state = 1785; + this.state = 1787; this.match(TrinoSqlParser.KW_NEXT); - this.state = 1786; + this.state = 1788; this.match(TrinoSqlParser.KW_ROW); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1787; + this.state = 1789; this.match(TrinoSqlParser.T__4); - this.state = 1788; + this.state = 1790; this.match(TrinoSqlParser.KW_PAST); - this.state = 1789; + this.state = 1791; this.match(TrinoSqlParser.KW_LAST); - this.state = 1790; + this.state = 1792; this.match(TrinoSqlParser.KW_ROW); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1791; + this.state = 1793; this.match(TrinoSqlParser.T__4); - this.state = 1792; + this.state = 1794; this.match(TrinoSqlParser.KW_TO); - this.state = 1793; + this.state = 1795; this.match(TrinoSqlParser.KW_FIRST); - this.state = 1794; + this.state = 1796; this.identifier(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1795; + this.state = 1797; this.match(TrinoSqlParser.T__4); - this.state = 1796; + this.state = 1798; this.match(TrinoSqlParser.KW_TO); - this.state = 1797; + this.state = 1799; this.match(TrinoSqlParser.KW_LAST); - this.state = 1798; + this.state = 1800; this.identifier(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1799; + this.state = 1801; this.match(TrinoSqlParser.T__4); - this.state = 1800; + this.state = 1802; this.match(TrinoSqlParser.KW_TO); - this.state = 1801; + this.state = 1803; this.identifier(); } break; @@ -6739,33 +6740,33 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1804; + this.state = 1806; localContext._name = this.identifier(); - this.state = 1805; + this.state = 1807; this.match(TrinoSqlParser.EQ); - this.state = 1806; + this.state = 1808; this.match(TrinoSqlParser.T__0); - this.state = 1807; + this.state = 1809; localContext._identifier = this.identifier(); localContext._union.push(localContext._identifier); - this.state = 1812; + this.state = 1814; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 1808; + this.state = 1810; this.match(TrinoSqlParser.T__2); - this.state = 1809; + this.state = 1811; localContext._identifier = this.identifier(); localContext._union.push(localContext._identifier); } } - this.state = 1814; + this.state = 1816; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1815; + this.state = 1817; this.match(TrinoSqlParser.T__1); } } @@ -6789,11 +6790,11 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1817; + this.state = 1819; this.identifier(); - this.state = 1818; + this.state = 1820; this.match(TrinoSqlParser.KW_AS); - this.state = 1819; + this.state = 1821; this.expression(); } } @@ -6818,31 +6819,31 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1821; + this.state = 1823; this.relationPrimary(); - this.state = 1829; + this.state = 1831; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 224, this.context) ) { case 1: { - this.state = 1823; + this.state = 1825; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 28) { { - this.state = 1822; + this.state = 1824; this.match(TrinoSqlParser.KW_AS); } } - this.state = 1825; - localContext._alias = this.identifier(); this.state = 1827; + localContext._alias = this.identifier(); + this.state = 1829; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 223, this.context) ) { case 1: { - this.state = 1826; + this.state = 1828; this.columnAliases(); } break; @@ -6873,27 +6874,27 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1831; + this.state = 1833; this.match(TrinoSqlParser.T__0); - this.state = 1832; + this.state = 1834; this.columnNameCreate(); - this.state = 1837; + this.state = 1839; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 1833; + this.state = 1835; this.match(TrinoSqlParser.T__2); - this.state = 1834; + this.state = 1836; this.columnNameCreate(); } } - this.state = 1839; + this.state = 1841; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1840; + this.state = 1842; this.match(TrinoSqlParser.T__1); } } @@ -6918,27 +6919,27 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1842; + this.state = 1844; this.match(TrinoSqlParser.T__0); - this.state = 1843; + this.state = 1845; this.columnRef(); - this.state = 1848; + this.state = 1850; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 1844; + this.state = 1846; this.match(TrinoSqlParser.T__2); - this.state = 1845; + this.state = 1847; this.columnRef(); } } - this.state = 1850; + this.state = 1852; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1851; + this.state = 1853; this.match(TrinoSqlParser.T__1); } } @@ -6963,27 +6964,27 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1853; + this.state = 1855; this.match(TrinoSqlParser.T__0); - this.state = 1854; + this.state = 1856; this.identifier(); - this.state = 1859; + this.state = 1861; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 1855; + this.state = 1857; this.match(TrinoSqlParser.T__2); - this.state = 1856; + this.state = 1858; this.identifier(); } } - this.state = 1861; + this.state = 1863; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1862; + this.state = 1864; this.match(TrinoSqlParser.T__1); } } @@ -7006,21 +7007,21 @@ export class TrinoSqlParser extends SQLParserBase { this.enterRule(localContext, 110, TrinoSqlParser.RULE_relationPrimary); let _la: number; try { - this.state = 1935; + this.state = 1937; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 234, this.context) ) { case 1: localContext = new TableNameContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 1864; - this.tableOrViewName(); this.state = 1866; + this.tableOrViewName(); + this.state = 1868; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 228, this.context) ) { case 1: { - this.state = 1865; + this.state = 1867; this.queryPeriod(); } break; @@ -7031,11 +7032,11 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new SubqueryRelationContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 1868; + this.state = 1870; this.match(TrinoSqlParser.T__0); - this.state = 1869; + this.state = 1871; this.query(); - this.state = 1870; + this.state = 1872; this.match(TrinoSqlParser.T__1); } break; @@ -7043,38 +7044,38 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new UnnestContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 1872; + this.state = 1874; this.match(TrinoSqlParser.KW_UNNEST); - this.state = 1873; + this.state = 1875; this.match(TrinoSqlParser.T__0); - this.state = 1874; + this.state = 1876; this.expression(); - this.state = 1879; + this.state = 1881; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 1875; + this.state = 1877; this.match(TrinoSqlParser.T__2); - this.state = 1876; + this.state = 1878; this.expression(); } } - this.state = 1881; + this.state = 1883; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1882; + this.state = 1884; this.match(TrinoSqlParser.T__1); - this.state = 1885; + this.state = 1887; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 230, this.context) ) { case 1: { - this.state = 1883; + this.state = 1885; this.match(TrinoSqlParser.KW_WITH); - this.state = 1884; + this.state = 1886; this.match(TrinoSqlParser.KW_ORDINALITY); } break; @@ -7085,13 +7086,13 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new LateralContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 1887; + this.state = 1889; this.match(TrinoSqlParser.KW_LATERAL); - this.state = 1888; + this.state = 1890; this.match(TrinoSqlParser.T__0); - this.state = 1889; + this.state = 1891; this.query(); - this.state = 1890; + this.state = 1892; this.match(TrinoSqlParser.T__1); } break; @@ -7099,13 +7100,13 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new TableFunctionInvocationContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 1892; + this.state = 1894; this.match(TrinoSqlParser.KW_TABLE); - this.state = 1893; + this.state = 1895; this.match(TrinoSqlParser.T__0); - this.state = 1894; + this.state = 1896; this.tableFunctionCall(); - this.state = 1895; + this.state = 1897; this.match(TrinoSqlParser.T__1); } break; @@ -7113,11 +7114,11 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ParenthesizedRelationContext(localContext); this.enterOuterAlt(localContext, 6); { - this.state = 1897; + this.state = 1899; this.match(TrinoSqlParser.T__0); - this.state = 1898; + this.state = 1900; this.relation(0); - this.state = 1899; + this.state = 1901; this.match(TrinoSqlParser.T__1); } break; @@ -7125,72 +7126,72 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new JsonTableContext(localContext); this.enterOuterAlt(localContext, 7); { - this.state = 1901; + this.state = 1903; this.match(TrinoSqlParser.KW_JSON_TABLE); - this.state = 1902; + this.state = 1904; this.match(TrinoSqlParser.T__0); - this.state = 1903; + this.state = 1905; this.jsonPathInvocation(); - this.state = 1904; + this.state = 1906; this.match(TrinoSqlParser.KW_COLUMNS); - this.state = 1905; + this.state = 1907; this.match(TrinoSqlParser.T__0); - this.state = 1906; + this.state = 1908; this.jsonTableColumn(); - this.state = 1911; + this.state = 1913; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 1907; + this.state = 1909; this.match(TrinoSqlParser.T__2); - this.state = 1908; + this.state = 1910; this.jsonTableColumn(); } } - this.state = 1913; + this.state = 1915; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1914; + this.state = 1916; this.match(TrinoSqlParser.T__1); - this.state = 1926; + this.state = 1928; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 232, this.context) ) { case 1: { - this.state = 1915; + this.state = 1917; this.match(TrinoSqlParser.KW_PLAN); - this.state = 1916; + this.state = 1918; this.match(TrinoSqlParser.T__0); - this.state = 1917; + this.state = 1919; this.jsonTableSpecificPlan(); - this.state = 1918; + this.state = 1920; this.match(TrinoSqlParser.T__1); } break; case 2: { - this.state = 1920; + this.state = 1922; this.match(TrinoSqlParser.KW_PLAN); - this.state = 1921; + this.state = 1923; this.match(TrinoSqlParser.KW_DEFAULT); - this.state = 1922; + this.state = 1924; this.match(TrinoSqlParser.T__0); - this.state = 1923; + this.state = 1925; this.jsonTableDefaultPlan(); - this.state = 1924; + this.state = 1926; this.match(TrinoSqlParser.T__1); } break; } - this.state = 1931; + this.state = 1933; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 85 || _la === 89) { { - this.state = 1928; + this.state = 1930; _la = this.tokenStream.LA(1); if(!(_la === 85 || _la === 89)) { this.errorHandler.recoverInline(this); @@ -7199,14 +7200,14 @@ export class TrinoSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1929; + this.state = 1931; this.match(TrinoSqlParser.KW_ON); - this.state = 1930; + this.state = 1932; this.match(TrinoSqlParser.KW_ERROR); } } - this.state = 1933; + this.state = 1935; this.match(TrinoSqlParser.T__1); } break; @@ -7231,18 +7232,18 @@ export class TrinoSqlParser extends SQLParserBase { this.enterRule(localContext, 112, TrinoSqlParser.RULE_jsonTableColumn); let _la: number; try { - this.state = 2014; + this.state = 2016; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 247, this.context) ) { case 1: localContext = new OrdinalityColumnContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 1937; + this.state = 1939; this.identifier(); - this.state = 1938; + this.state = 1940; this.match(TrinoSqlParser.KW_FOR); - this.state = 1939; + this.state = 1941; this.match(TrinoSqlParser.KW_ORDINALITY); } break; @@ -7250,46 +7251,46 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ValueColumnContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 1941; + this.state = 1943; this.identifier(); - this.state = 1942; + this.state = 1944; this.type_(0); - this.state = 1945; + this.state = 1947; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 205) { { - this.state = 1943; + this.state = 1945; this.match(TrinoSqlParser.KW_PATH); - this.state = 1944; + this.state = 1946; this.string_(); } } - this.state = 1951; + this.state = 1953; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 236, this.context) ) { case 1: { - this.state = 1947; + this.state = 1949; (localContext as ValueColumnContext)._emptyBehavior = this.jsonValueBehavior(); - this.state = 1948; + this.state = 1950; this.match(TrinoSqlParser.KW_ON); - this.state = 1949; + this.state = 1951; this.match(TrinoSqlParser.KW_EMPTY); } break; } - this.state = 1957; + this.state = 1959; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 70 || _la === 89 || _la === 183) { { - this.state = 1953; + this.state = 1955; (localContext as ValueColumnContext)._errorBehavior = this.jsonValueBehavior(); - this.state = 1954; + this.state = 1956; this.match(TrinoSqlParser.KW_ON); - this.state = 1955; + this.state = 1957; this.match(TrinoSqlParser.KW_ERROR); } } @@ -7300,44 +7301,44 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new QueryColumnContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 1959; + this.state = 1961; this.identifier(); - this.state = 1960; + this.state = 1962; this.type_(0); - this.state = 1961; + this.state = 1963; this.match(TrinoSqlParser.KW_FORMAT); - this.state = 1962; + this.state = 1964; this.jsonRepresentation(); - this.state = 1965; + this.state = 1967; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 205) { { - this.state = 1963; + this.state = 1965; this.match(TrinoSqlParser.KW_PATH); - this.state = 1964; + this.state = 1966; this.string_(); } } - this.state = 1970; + this.state = 1972; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 304 || _la === 306) { { - this.state = 1967; + this.state = 1969; this.jsonQueryWrapperBehavior(); - this.state = 1968; + this.state = 1970; this.match(TrinoSqlParser.KW_WRAPPER); } } - this.state = 1979; + this.state = 1981; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 144 || _la === 189) { { - this.state = 1972; + this.state = 1974; _la = this.tokenStream.LA(1); if(!(_la === 144 || _la === 189)) { this.errorHandler.recoverInline(this); @@ -7346,18 +7347,18 @@ export class TrinoSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1973; + this.state = 1975; this.match(TrinoSqlParser.KW_QUOTES); - this.state = 1977; + this.state = 1979; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 190) { { - this.state = 1974; + this.state = 1976; this.match(TrinoSqlParser.KW_ON); - this.state = 1975; + this.state = 1977; this.match(TrinoSqlParser.KW_SCALAR); - this.state = 1976; + this.state = 1978; this.match(TrinoSqlParser.KW_TEXT_STRING); } } @@ -7365,30 +7366,30 @@ export class TrinoSqlParser extends SQLParserBase { } } - this.state = 1985; + this.state = 1987; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 242, this.context) ) { case 1: { - this.state = 1981; + this.state = 1983; (localContext as QueryColumnContext)._emptyBehavior = this.jsonQueryBehavior(); - this.state = 1982; + this.state = 1984; this.match(TrinoSqlParser.KW_ON); - this.state = 1983; + this.state = 1985; this.match(TrinoSqlParser.KW_EMPTY); } break; } - this.state = 1991; + this.state = 1993; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 85 || _la === 89 || _la === 183) { { - this.state = 1987; + this.state = 1989; (localContext as QueryColumnContext)._errorBehavior = this.jsonQueryBehavior(); - this.state = 1988; + this.state = 1990; this.match(TrinoSqlParser.KW_ON); - this.state = 1989; + this.state = 1991; this.match(TrinoSqlParser.KW_ERROR); } } @@ -7399,55 +7400,55 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new NestedColumnsContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 1993; - this.match(TrinoSqlParser.KW_NESTED); this.state = 1995; + this.match(TrinoSqlParser.KW_NESTED); + this.state = 1997; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 205) { { - this.state = 1994; + this.state = 1996; this.match(TrinoSqlParser.KW_PATH); } } - this.state = 1997; + this.state = 1999; this.string_(); - this.state = 2000; + this.state = 2002; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 28) { { - this.state = 1998; + this.state = 2000; this.match(TrinoSqlParser.KW_AS); - this.state = 1999; + this.state = 2001; this.identifier(); } } - this.state = 2002; + this.state = 2004; this.match(TrinoSqlParser.KW_COLUMNS); - this.state = 2003; + this.state = 2005; this.match(TrinoSqlParser.T__0); - this.state = 2004; + this.state = 2006; this.jsonTableColumn(); - this.state = 2009; + this.state = 2011; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 2005; + this.state = 2007; this.match(TrinoSqlParser.T__2); - this.state = 2006; + this.state = 2008; this.jsonTableColumn(); } } - this.state = 2011; + this.state = 2013; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2012; + this.state = 2014; this.match(TrinoSqlParser.T__1); } break; @@ -7472,14 +7473,14 @@ export class TrinoSqlParser extends SQLParserBase { this.enterRule(localContext, 114, TrinoSqlParser.RULE_jsonTableSpecificPlan); let _la: number; try { - this.state = 2041; + this.state = 2043; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 250, this.context) ) { case 1: localContext = new LeafPlanContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2016; + this.state = 2018; this.jsonTablePathName(); } break; @@ -7487,9 +7488,9 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new JoinPlanContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 2017; + this.state = 2019; this.jsonTablePathName(); - this.state = 2018; + this.state = 2020; _la = this.tokenStream.LA(1); if(!(_la === 125 || _la === 197)) { this.errorHandler.recoverInline(this); @@ -7498,7 +7499,7 @@ export class TrinoSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2019; + this.state = 2021; this.planPrimary(); } break; @@ -7506,25 +7507,25 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new UnionPlanContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 2021; + this.state = 2023; this.planPrimary(); - this.state = 2022; + this.state = 2024; this.match(TrinoSqlParser.KW_UNION); - this.state = 2023; + this.state = 2025; this.planPrimary(); - this.state = 2028; + this.state = 2030; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 281) { { { - this.state = 2024; + this.state = 2026; this.match(TrinoSqlParser.KW_UNION); - this.state = 2025; + this.state = 2027; this.planPrimary(); } } - this.state = 2030; + this.state = 2032; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -7534,25 +7535,25 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new CrossPlanContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 2031; + this.state = 2033; this.planPrimary(); - this.state = 2032; + this.state = 2034; this.match(TrinoSqlParser.KW_CROSS); - this.state = 2033; + this.state = 2035; this.planPrimary(); - this.state = 2038; + this.state = 2040; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 54) { { { - this.state = 2034; + this.state = 2036; this.match(TrinoSqlParser.KW_CROSS); - this.state = 2035; + this.state = 2037; this.planPrimary(); } } - this.state = 2040; + this.state = 2042; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -7580,7 +7581,7 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2043; + this.state = 2045; this.identifier(); } } @@ -7602,7 +7603,7 @@ export class TrinoSqlParser extends SQLParserBase { let localContext = new PlanPrimaryContext(this.context, this.state); this.enterRule(localContext, 118, TrinoSqlParser.RULE_planPrimary); try { - this.state = 2050; + this.state = 2052; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.KW_ABSENT: @@ -7824,18 +7825,18 @@ export class TrinoSqlParser extends SQLParserBase { case TrinoSqlParser.BACKQUOTED_IDENTIFIER: this.enterOuterAlt(localContext, 1); { - this.state = 2045; + this.state = 2047; this.jsonTablePathName(); } break; case TrinoSqlParser.T__0: this.enterOuterAlt(localContext, 2); { - this.state = 2046; + this.state = 2048; this.match(TrinoSqlParser.T__0); - this.state = 2047; + this.state = 2049; this.jsonTableSpecificPlan(); - this.state = 2048; + this.state = 2050; this.match(TrinoSqlParser.T__1); } break; @@ -7862,14 +7863,14 @@ export class TrinoSqlParser extends SQLParserBase { this.enterRule(localContext, 120, TrinoSqlParser.RULE_jsonTableDefaultPlan); let _la: number; try { - this.state = 2062; + this.state = 2064; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.KW_INNER: case TrinoSqlParser.KW_OUTER: this.enterOuterAlt(localContext, 1); { - this.state = 2052; + this.state = 2054; _la = this.tokenStream.LA(1); if(!(_la === 125 || _la === 197)) { this.errorHandler.recoverInline(this); @@ -7878,14 +7879,14 @@ export class TrinoSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2055; + this.state = 2057; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 3) { { - this.state = 2053; + this.state = 2055; this.match(TrinoSqlParser.T__2); - this.state = 2054; + this.state = 2056; _la = this.tokenStream.LA(1); if(!(_la === 54 || _la === 281)) { this.errorHandler.recoverInline(this); @@ -7903,7 +7904,7 @@ export class TrinoSqlParser extends SQLParserBase { case TrinoSqlParser.KW_UNION: this.enterOuterAlt(localContext, 2); { - this.state = 2057; + this.state = 2059; _la = this.tokenStream.LA(1); if(!(_la === 54 || _la === 281)) { this.errorHandler.recoverInline(this); @@ -7912,14 +7913,14 @@ export class TrinoSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2060; + this.state = 2062; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 3) { { - this.state = 2058; + this.state = 2060; this.match(TrinoSqlParser.T__2); - this.state = 2059; + this.state = 2061; _la = this.tokenStream.LA(1); if(!(_la === 125 || _la === 197)) { this.errorHandler.recoverInline(this); @@ -7958,65 +7959,65 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2064; + this.state = 2066; this.functionName(); - this.state = 2065; + this.state = 2067; this.match(TrinoSqlParser.T__0); - this.state = 2074; + this.state = 2076; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 256, this.context) ) { case 1: { - this.state = 2066; + this.state = 2068; this.tableFunctionArgument(); - this.state = 2071; + this.state = 2073; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 2067; + this.state = 2069; this.match(TrinoSqlParser.T__2); - this.state = 2068; + this.state = 2070; this.tableFunctionArgument(); } } - this.state = 2073; + this.state = 2075; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } break; } - this.state = 2085; + this.state = 2087; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 52) { { - this.state = 2076; + this.state = 2078; this.match(TrinoSqlParser.KW_COPARTITION); - this.state = 2077; + this.state = 2079; this.copartitionTables(); - this.state = 2082; + this.state = 2084; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 2078; + this.state = 2080; this.match(TrinoSqlParser.T__2); - this.state = 2079; + this.state = 2081; this.copartitionTables(); } } - this.state = 2084; + this.state = 2086; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 2087; + this.state = 2089; this.match(TrinoSqlParser.T__1); } } @@ -8040,36 +8041,36 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2092; + this.state = 2094; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 259, this.context) ) { case 1: { - this.state = 2089; + this.state = 2091; this.identifier(); - this.state = 2090; + this.state = 2092; this.match(TrinoSqlParser.T__5); } break; } - this.state = 2097; + this.state = 2099; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 260, this.context) ) { case 1: { - this.state = 2094; + this.state = 2096; this.tableArgument(); } break; case 2: { - this.state = 2095; + this.state = 2097; this.descriptorArgument(); } break; case 3: { - this.state = 2096; + this.state = 2098; this.expression(); } break; @@ -8097,57 +8098,57 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2099; + this.state = 2101; this.tableArgumentRelation(); - this.state = 2117; + this.state = 2119; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 201) { { - this.state = 2100; + this.state = 2102; this.match(TrinoSqlParser.KW_PARTITION); - this.state = 2101; + this.state = 2103; this.match(TrinoSqlParser.KW_BY); - this.state = 2115; + this.state = 2117; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 263, this.context) ) { case 1: { - this.state = 2102; + this.state = 2104; this.match(TrinoSqlParser.T__0); - this.state = 2111; + this.state = 2113; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 3984326658) !== 0) || ((((_la - 32)) & ~0x1F) === 0 && ((1 << (_la - 32)) & 4011589611) !== 0) || ((((_la - 64)) & ~0x1F) === 0 && ((1 << (_la - 64)) & 3538382319) !== 0) || ((((_la - 96)) & ~0x1F) === 0 && ((1 << (_la - 96)) & 1541142911) !== 0) || ((((_la - 129)) & ~0x1F) === 0 && ((1 << (_la - 129)) & 4253015917) !== 0) || ((((_la - 161)) & ~0x1F) === 0 && ((1 << (_la - 161)) & 3758094335) !== 0) || ((((_la - 193)) & ~0x1F) === 0 && ((1 << (_la - 193)) & 4024434665) !== 0) || ((((_la - 225)) & ~0x1F) === 0 && ((1 << (_la - 225)) & 4286569983) !== 0) || ((((_la - 257)) & ~0x1F) === 0 && ((1 << (_la - 257)) & 4008705783) !== 0) || ((((_la - 289)) & ~0x1F) === 0 && ((1 << (_la - 289)) & 1618962301) !== 0) || ((((_la - 324)) & ~0x1F) === 0 && ((1 << (_la - 324)) & 4093) !== 0)) { { - this.state = 2103; + this.state = 2105; this.expression(); - this.state = 2108; + this.state = 2110; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 2104; + this.state = 2106; this.match(TrinoSqlParser.T__2); - this.state = 2105; + this.state = 2107; this.expression(); } } - this.state = 2110; + this.state = 2112; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 2113; + this.state = 2115; this.match(TrinoSqlParser.T__1); } break; case 2: { - this.state = 2114; + this.state = 2116; this.expression(); } break; @@ -8155,26 +8156,26 @@ export class TrinoSqlParser extends SQLParserBase { } } - this.state = 2125; + this.state = 2127; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.KW_PRUNE: { - this.state = 2119; + this.state = 2121; this.match(TrinoSqlParser.KW_PRUNE); - this.state = 2120; + this.state = 2122; this.match(TrinoSqlParser.KW_WHEN); - this.state = 2121; + this.state = 2123; this.match(TrinoSqlParser.KW_EMPTY); } break; case TrinoSqlParser.KW_KEEP: { - this.state = 2122; + this.state = 2124; this.match(TrinoSqlParser.KW_KEEP); - this.state = 2123; + this.state = 2125; this.match(TrinoSqlParser.KW_WHEN); - this.state = 2124; + this.state = 2126; this.match(TrinoSqlParser.KW_EMPTY); } break; @@ -8186,47 +8187,47 @@ export class TrinoSqlParser extends SQLParserBase { default: break; } - this.state = 2143; + this.state = 2145; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 195) { { - this.state = 2127; + this.state = 2129; this.match(TrinoSqlParser.KW_ORDER); - this.state = 2128; + this.state = 2130; this.match(TrinoSqlParser.KW_BY); - this.state = 2141; + this.state = 2143; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 267, this.context) ) { case 1: { - this.state = 2129; + this.state = 2131; this.match(TrinoSqlParser.T__0); - this.state = 2130; + this.state = 2132; this.sortItem(); - this.state = 2135; + this.state = 2137; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 2131; + this.state = 2133; this.match(TrinoSqlParser.T__2); - this.state = 2132; + this.state = 2134; this.sortItem(); } } - this.state = 2137; + this.state = 2139; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2138; + this.state = 2140; this.match(TrinoSqlParser.T__1); } break; case 2: { - this.state = 2140; + this.state = 2142; this.sortItem(); } break; @@ -8255,44 +8256,44 @@ export class TrinoSqlParser extends SQLParserBase { this.enterRule(localContext, 128, TrinoSqlParser.RULE_tableArgumentRelation); let _la: number; try { - this.state = 2171; + this.state = 2173; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 275, this.context) ) { case 1: localContext = new TableArgumentTableContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2145; + this.state = 2147; this.match(TrinoSqlParser.KW_TABLE); - this.state = 2146; + this.state = 2148; this.match(TrinoSqlParser.T__0); - this.state = 2147; + this.state = 2149; this.tableRef(); - this.state = 2148; + this.state = 2150; this.match(TrinoSqlParser.T__1); - this.state = 2156; + this.state = 2158; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 271, this.context) ) { case 1: { - this.state = 2150; + this.state = 2152; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 28) { { - this.state = 2149; + this.state = 2151; this.match(TrinoSqlParser.KW_AS); } } - this.state = 2152; - this.identifier(); this.state = 2154; + this.identifier(); + this.state = 2156; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 1) { { - this.state = 2153; + this.state = 2155; this.columnAliases(); } } @@ -8306,37 +8307,37 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new TableArgumentQueryContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 2158; + this.state = 2160; this.match(TrinoSqlParser.KW_TABLE); - this.state = 2159; + this.state = 2161; this.match(TrinoSqlParser.T__0); - this.state = 2160; + this.state = 2162; this.query(); - this.state = 2161; + this.state = 2163; this.match(TrinoSqlParser.T__1); - this.state = 2169; + this.state = 2171; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 274, this.context) ) { case 1: { - this.state = 2163; + this.state = 2165; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 28) { { - this.state = 2162; + this.state = 2164; this.match(TrinoSqlParser.KW_AS); } } - this.state = 2165; - this.identifier(); this.state = 2167; + this.identifier(); + this.state = 2169; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 1) { { - this.state = 2166; + this.state = 2168; this.columnAliases(); } } @@ -8367,52 +8368,52 @@ export class TrinoSqlParser extends SQLParserBase { this.enterRule(localContext, 130, TrinoSqlParser.RULE_descriptorArgument); let _la: number; try { - this.state = 2191; + this.state = 2193; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.KW_DESCRIPTOR: this.enterOuterAlt(localContext, 1); { - this.state = 2173; + this.state = 2175; this.match(TrinoSqlParser.KW_DESCRIPTOR); - this.state = 2174; + this.state = 2176; this.match(TrinoSqlParser.T__0); - this.state = 2175; + this.state = 2177; this.descriptorField(); - this.state = 2180; + this.state = 2182; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 2176; + this.state = 2178; this.match(TrinoSqlParser.T__2); - this.state = 2177; + this.state = 2179; this.descriptorField(); } } - this.state = 2182; + this.state = 2184; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2183; + this.state = 2185; this.match(TrinoSqlParser.T__1); } break; case TrinoSqlParser.KW_CAST: this.enterOuterAlt(localContext, 2); { - this.state = 2185; + this.state = 2187; this.match(TrinoSqlParser.KW_CAST); - this.state = 2186; + this.state = 2188; this.match(TrinoSqlParser.T__0); - this.state = 2187; + this.state = 2189; this.match(TrinoSqlParser.KW_NULL); - this.state = 2188; + this.state = 2190; this.match(TrinoSqlParser.KW_AS); - this.state = 2189; + this.state = 2191; this.match(TrinoSqlParser.KW_DESCRIPTOR); - this.state = 2190; + this.state = 2192; this.match(TrinoSqlParser.T__1); } break; @@ -8441,14 +8442,14 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2193; - this.identifier(); this.state = 2195; + this.identifier(); + this.state = 2197; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 18)) & ~0x1F) === 0 && ((1 << (_la - 18)) & 4282055519) !== 0) || ((((_la - 51)) & ~0x1F) === 0 && ((1 << (_la - 51)) & 3988635683) !== 0) || ((((_la - 85)) & ~0x1F) === 0 && ((1 << (_la - 85)) & 2680939671) !== 0) || ((((_la - 118)) & ~0x1F) === 0 && ((1 << (_la - 118)) & 4228606319) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 2143288491) !== 0) || ((((_la - 184)) & ~0x1F) === 0 && ((1 << (_la - 184)) & 3221214143) !== 0) || ((((_la - 216)) & ~0x1F) === 0 && ((1 << (_la - 216)) & 4290510815) !== 0) || ((((_la - 249)) & ~0x1F) === 0 && ((1 << (_la - 249)) & 4001298431) !== 0) || ((((_la - 282)) & ~0x1F) === 0 && ((1 << (_la - 282)) & 1068744439) !== 0) || ((((_la - 332)) & ~0x1F) === 0 && ((1 << (_la - 332)) & 15) !== 0)) { { - this.state = 2194; + this.state = 2196; this.type_(0); } } @@ -8476,31 +8477,31 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2197; + this.state = 2199; this.match(TrinoSqlParser.T__0); - this.state = 2198; + this.state = 2200; this.qualifiedName(); - this.state = 2199; + this.state = 2201; this.match(TrinoSqlParser.T__2); - this.state = 2200; + this.state = 2202; this.qualifiedName(); - this.state = 2205; + this.state = 2207; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 2201; + this.state = 2203; this.match(TrinoSqlParser.T__2); - this.state = 2202; + this.state = 2204; this.qualifiedName(); } } - this.state = 2207; + this.state = 2209; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2208; + this.state = 2210; this.match(TrinoSqlParser.T__1); } } @@ -8524,7 +8525,7 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2210; + this.state = 2212; this.booleanExpression(0); } } @@ -8560,7 +8561,7 @@ export class TrinoSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 2219; + this.state = 2221; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.T__0: @@ -8820,14 +8821,14 @@ export class TrinoSqlParser extends SQLParserBase { this.context = localContext; previousContext = localContext; - this.state = 2213; - (localContext as PredicatedContext)._valueExpression = this.valueExpression(0); this.state = 2215; + (localContext as PredicatedContext)._valueExpression = this.valueExpression(0); + this.state = 2217; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 280, this.context) ) { case 1: { - this.state = 2214; + this.state = 2216; this.predicate((localContext as PredicatedContext)._valueExpression); } break; @@ -8839,9 +8840,9 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new LogicalNotContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2217; + this.state = 2219; this.match(TrinoSqlParser.KW_NOT); - this.state = 2218; + this.state = 2220; this.booleanExpression(3); } break; @@ -8849,7 +8850,7 @@ export class TrinoSqlParser extends SQLParserBase { throw new antlr.NoViableAltException(this); } this.context!.stop = this.tokenStream.LT(-1); - this.state = 2229; + this.state = 2231; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 283, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { @@ -8859,20 +8860,20 @@ export class TrinoSqlParser extends SQLParserBase { } previousContext = localContext; { - this.state = 2227; + this.state = 2229; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 282, this.context) ) { case 1: { localContext = new AndContext(new BooleanExpressionContext(parentContext, parentState)); this.pushNewRecursionContext(localContext, _startState, TrinoSqlParser.RULE_booleanExpression); - this.state = 2221; + this.state = 2223; if (!(this.precpred(this.context, 2))) { throw this.createFailedPredicateException("this.precpred(this.context, 2)"); } - this.state = 2222; + this.state = 2224; this.match(TrinoSqlParser.KW_AND); - this.state = 2223; + this.state = 2225; this.booleanExpression(3); } break; @@ -8880,20 +8881,20 @@ export class TrinoSqlParser extends SQLParserBase { { localContext = new OrContext(new BooleanExpressionContext(parentContext, parentState)); this.pushNewRecursionContext(localContext, _startState, TrinoSqlParser.RULE_booleanExpression); - this.state = 2224; + this.state = 2226; if (!(this.precpred(this.context, 1))) { throw this.createFailedPredicateException("this.precpred(this.context, 1)"); } - this.state = 2225; + this.state = 2227; this.match(TrinoSqlParser.KW_OR); - this.state = 2226; + this.state = 2228; this.booleanExpression(2); } break; } } } - this.state = 2231; + this.state = 2233; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 283, this.context); } @@ -8918,16 +8919,16 @@ export class TrinoSqlParser extends SQLParserBase { this.enterRule(localContext, 140, TrinoSqlParser.RULE_predicate); let _la: number; try { - this.state = 2293; + this.state = 2295; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 292, this.context) ) { case 1: localContext = new ComparisonContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2232; + this.state = 2234; this.comparisonOperator(); - this.state = 2233; + this.state = 2235; (localContext as ComparisonContext)._right = this.valueExpression(0); } break; @@ -8935,15 +8936,15 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new QuantifiedComparisonContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 2235; + this.state = 2237; this.comparisonOperator(); - this.state = 2236; + this.state = 2238; this.comparisonQuantifier(); - this.state = 2237; + this.state = 2239; this.match(TrinoSqlParser.T__0); - this.state = 2238; + this.state = 2240; this.query(); - this.state = 2239; + this.state = 2241; this.match(TrinoSqlParser.T__1); } break; @@ -8951,23 +8952,23 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new BetweenContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 2242; + this.state = 2244; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 182) { { - this.state = 2241; + this.state = 2243; this.match(TrinoSqlParser.KW_NOT); } } - this.state = 2244; + this.state = 2246; this.match(TrinoSqlParser.KW_BETWEEN); - this.state = 2245; + this.state = 2247; (localContext as BetweenContext)._lower = this.valueExpression(0); - this.state = 2246; + this.state = 2248; this.match(TrinoSqlParser.KW_AND); - this.state = 2247; + this.state = 2249; (localContext as BetweenContext)._upper = this.valueExpression(0); } break; @@ -8975,39 +8976,39 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new InListContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 2250; + this.state = 2252; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 182) { { - this.state = 2249; + this.state = 2251; this.match(TrinoSqlParser.KW_NOT); } } - this.state = 2252; + this.state = 2254; this.match(TrinoSqlParser.KW_IN); - this.state = 2253; + this.state = 2255; this.match(TrinoSqlParser.T__0); - this.state = 2254; + this.state = 2256; this.expression(); - this.state = 2259; + this.state = 2261; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 2255; + this.state = 2257; this.match(TrinoSqlParser.T__2); - this.state = 2256; + this.state = 2258; this.expression(); } } - this.state = 2261; + this.state = 2263; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2262; + this.state = 2264; this.match(TrinoSqlParser.T__1); } break; @@ -9015,23 +9016,23 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new InSubqueryContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 2265; + this.state = 2267; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 182) { { - this.state = 2264; + this.state = 2266; this.match(TrinoSqlParser.KW_NOT); } } - this.state = 2267; + this.state = 2269; this.match(TrinoSqlParser.KW_IN); - this.state = 2268; + this.state = 2270; this.match(TrinoSqlParser.T__0); - this.state = 2269; + this.state = 2271; this.query(); - this.state = 2270; + this.state = 2272; this.match(TrinoSqlParser.T__1); } break; @@ -9039,28 +9040,28 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new LikeContext(localContext); this.enterOuterAlt(localContext, 6); { - this.state = 2273; + this.state = 2275; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 182) { { - this.state = 2272; + this.state = 2274; this.match(TrinoSqlParser.KW_NOT); } } - this.state = 2275; + this.state = 2277; this.match(TrinoSqlParser.KW_LIKE); - this.state = 2276; + this.state = 2278; (localContext as LikeContext)._pattern = this.valueExpression(0); - this.state = 2279; + this.state = 2281; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 289, this.context) ) { case 1: { - this.state = 2277; + this.state = 2279; this.match(TrinoSqlParser.KW_ESCAPE); - this.state = 2278; + this.state = 2280; (localContext as LikeContext)._escape = this.valueExpression(0); } break; @@ -9071,19 +9072,19 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new NullPredicateContext(localContext); this.enterOuterAlt(localContext, 7); { - this.state = 2281; - this.match(TrinoSqlParser.KW_IS); this.state = 2283; + this.match(TrinoSqlParser.KW_IS); + this.state = 2285; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 182) { { - this.state = 2282; + this.state = 2284; this.match(TrinoSqlParser.KW_NOT); } } - this.state = 2285; + this.state = 2287; this.match(TrinoSqlParser.KW_NULL); } break; @@ -9091,23 +9092,23 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new DistinctFromContext(localContext); this.enterOuterAlt(localContext, 8); { - this.state = 2286; - this.match(TrinoSqlParser.KW_IS); this.state = 2288; + this.match(TrinoSqlParser.KW_IS); + this.state = 2290; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 182) { { - this.state = 2287; + this.state = 2289; this.match(TrinoSqlParser.KW_NOT); } } - this.state = 2290; + this.state = 2292; this.match(TrinoSqlParser.KW_DISTINCT); - this.state = 2291; + this.state = 2293; this.match(TrinoSqlParser.KW_FROM); - this.state = 2292; + this.state = 2294; (localContext as DistinctFromContext)._right = this.valueExpression(0); } break; @@ -9146,7 +9147,7 @@ export class TrinoSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 2299; + this.state = 2301; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 293, this.context) ) { case 1: @@ -9155,7 +9156,7 @@ export class TrinoSqlParser extends SQLParserBase { this.context = localContext; previousContext = localContext; - this.state = 2296; + this.state = 2298; this.primaryExpression(0); } break; @@ -9164,7 +9165,7 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ArithmeticUnaryContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2297; + this.state = 2299; (localContext as ArithmeticUnaryContext)._operator = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 318 || _la === 319)) { @@ -9174,13 +9175,13 @@ export class TrinoSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2298; + this.state = 2300; this.valueExpression(4); } break; } this.context!.stop = this.tokenStream.LT(-1); - this.state = 2315; + this.state = 2317; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 295, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { @@ -9190,7 +9191,7 @@ export class TrinoSqlParser extends SQLParserBase { } previousContext = localContext; { - this.state = 2313; + this.state = 2315; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 294, this.context) ) { case 1: @@ -9198,11 +9199,11 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ArithmeticBinaryContext(new ValueExpressionContext(parentContext, parentState)); (localContext as ArithmeticBinaryContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, TrinoSqlParser.RULE_valueExpression); - this.state = 2301; + this.state = 2303; if (!(this.precpred(this.context, 3))) { throw this.createFailedPredicateException("this.precpred(this.context, 3)"); } - this.state = 2302; + this.state = 2304; (localContext as ArithmeticBinaryContext)._operator = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(((((_la - 320)) & ~0x1F) === 0 && ((1 << (_la - 320)) & 7) !== 0))) { @@ -9212,7 +9213,7 @@ export class TrinoSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2303; + this.state = 2305; (localContext as ArithmeticBinaryContext)._right = this.valueExpression(4); } break; @@ -9221,11 +9222,11 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ArithmeticBinaryContext(new ValueExpressionContext(parentContext, parentState)); (localContext as ArithmeticBinaryContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, TrinoSqlParser.RULE_valueExpression); - this.state = 2304; + this.state = 2306; if (!(this.precpred(this.context, 2))) { throw this.createFailedPredicateException("this.precpred(this.context, 2)"); } - this.state = 2305; + this.state = 2307; (localContext as ArithmeticBinaryContext)._operator = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 318 || _la === 319)) { @@ -9235,7 +9236,7 @@ export class TrinoSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2306; + this.state = 2308; (localContext as ArithmeticBinaryContext)._right = this.valueExpression(3); } break; @@ -9244,13 +9245,13 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ConcatenationContext(new ValueExpressionContext(parentContext, parentState)); (localContext as ConcatenationContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, TrinoSqlParser.RULE_valueExpression); - this.state = 2307; + this.state = 2309; if (!(this.precpred(this.context, 1))) { throw this.createFailedPredicateException("this.precpred(this.context, 1)"); } - this.state = 2308; + this.state = 2310; this.match(TrinoSqlParser.CONCAT); - this.state = 2309; + this.state = 2311; (localContext as ConcatenationContext)._right = this.valueExpression(2); } break; @@ -9258,20 +9259,20 @@ export class TrinoSqlParser extends SQLParserBase { { localContext = new AtTimeZoneContext(new ValueExpressionContext(parentContext, parentState)); this.pushNewRecursionContext(localContext, _startState, TrinoSqlParser.RULE_valueExpression); - this.state = 2310; + this.state = 2312; if (!(this.precpred(this.context, 5))) { throw this.createFailedPredicateException("this.precpred(this.context, 5)"); } - this.state = 2311; + this.state = 2313; this.match(TrinoSqlParser.KW_AT); - this.state = 2312; + this.state = 2314; this.timeZoneSpecifier(); } break; } } } - this.state = 2317; + this.state = 2319; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 295, this.context); } @@ -9310,7 +9311,7 @@ export class TrinoSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 2771; + this.state = 2773; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 359, this.context) ) { case 1: @@ -9319,7 +9320,7 @@ export class TrinoSqlParser extends SQLParserBase { this.context = localContext; previousContext = localContext; - this.state = 2319; + this.state = 2321; this.match(TrinoSqlParser.KW_NULL); } break; @@ -9328,7 +9329,7 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new IntervalLiteralContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2320; + this.state = 2322; this.interval(); } break; @@ -9337,9 +9338,9 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new TypeConstructorContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2321; - this.identifier(); - this.state = 2322; + this.state = 2323; + this.columnName(); + this.state = 2324; this.string_(); } break; @@ -9348,11 +9349,11 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new TypeConstructorContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2324; + this.state = 2326; this.match(TrinoSqlParser.KW_DOUBLE); - this.state = 2325; + this.state = 2327; this.match(TrinoSqlParser.KW_PRECISION); - this.state = 2326; + this.state = 2328; this.string_(); } break; @@ -9361,7 +9362,7 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new NumericLiteralContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2327; + this.state = 2329; this.number_(); } break; @@ -9370,7 +9371,7 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new BooleanLiteralContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2328; + this.state = 2330; this.booleanValue(); } break; @@ -9379,7 +9380,7 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new StringLiteralContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2329; + this.state = 2331; this.string_(); } break; @@ -9388,7 +9389,7 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new BinaryLiteralContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2330; + this.state = 2332; this.match(TrinoSqlParser.BINARY_LITERAL); } break; @@ -9397,7 +9398,7 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ParameterContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2331; + this.state = 2333; this.match(TrinoSqlParser.QUESTION_MARK); } break; @@ -9406,17 +9407,17 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new PositionContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2332; - this.match(TrinoSqlParser.KW_POSITION); - this.state = 2333; - this.match(TrinoSqlParser.T__0); this.state = 2334; - this.valueExpression(0); + this.match(TrinoSqlParser.KW_POSITION); this.state = 2335; - this.match(TrinoSqlParser.KW_IN); + this.match(TrinoSqlParser.T__0); this.state = 2336; this.valueExpression(0); this.state = 2337; + this.match(TrinoSqlParser.KW_IN); + this.state = 2338; + this.valueExpression(0); + this.state = 2339; this.match(TrinoSqlParser.T__1); } break; @@ -9425,27 +9426,27 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new RowConstructorContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2339; + this.state = 2341; this.match(TrinoSqlParser.T__0); - this.state = 2340; + this.state = 2342; this.expression(); - this.state = 2343; + this.state = 2345; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 2341; + this.state = 2343; this.match(TrinoSqlParser.T__2); - this.state = 2342; + this.state = 2344; this.expression(); } } - this.state = 2345; + this.state = 2347; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 3); - this.state = 2347; + this.state = 2349; this.match(TrinoSqlParser.T__1); } break; @@ -9454,29 +9455,29 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new RowConstructorContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2349; + this.state = 2351; this.match(TrinoSqlParser.KW_ROW); - this.state = 2350; + this.state = 2352; this.match(TrinoSqlParser.T__0); - this.state = 2351; + this.state = 2353; this.expression(); - this.state = 2356; + this.state = 2358; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 2352; + this.state = 2354; this.match(TrinoSqlParser.T__2); - this.state = 2353; + this.state = 2355; this.expression(); } } - this.state = 2358; + this.state = 2360; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2359; + this.state = 2361; this.match(TrinoSqlParser.T__1); } break; @@ -9485,88 +9486,88 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ListaggContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2361; + this.state = 2363; (localContext as ListaggContext)._name = this.match(TrinoSqlParser.KW_LISTAGG); - this.state = 2362; - this.match(TrinoSqlParser.T__0); this.state = 2364; + this.match(TrinoSqlParser.T__0); + this.state = 2366; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 298, this.context) ) { case 1: { - this.state = 2363; + this.state = 2365; this.setQuantifier(); } break; } - this.state = 2366; + this.state = 2368; this.expression(); - this.state = 2369; + this.state = 2371; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 3) { { - this.state = 2367; + this.state = 2369; this.match(TrinoSqlParser.T__2); - this.state = 2368; + this.state = 2370; this.string_(); } } - this.state = 2374; + this.state = 2376; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 190) { { - this.state = 2371; + this.state = 2373; this.match(TrinoSqlParser.KW_ON); - this.state = 2372; + this.state = 2374; this.match(TrinoSqlParser.KW_OVERFLOW); - this.state = 2373; + this.state = 2375; this.listAggOverflowBehavior(); } } - this.state = 2376; + this.state = 2378; this.match(TrinoSqlParser.T__1); { - this.state = 2377; + this.state = 2379; this.match(TrinoSqlParser.KW_WITHIN); - this.state = 2378; + this.state = 2380; this.match(TrinoSqlParser.KW_GROUP); - this.state = 2379; + this.state = 2381; this.match(TrinoSqlParser.T__0); - this.state = 2380; + this.state = 2382; this.match(TrinoSqlParser.KW_ORDER); - this.state = 2381; + this.state = 2383; this.match(TrinoSqlParser.KW_BY); - this.state = 2382; + this.state = 2384; this.sortItem(); - this.state = 2387; + this.state = 2389; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 2383; + this.state = 2385; this.match(TrinoSqlParser.T__2); - this.state = 2384; + this.state = 2386; this.sortItem(); } } - this.state = 2389; + this.state = 2391; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2390; + this.state = 2392; this.match(TrinoSqlParser.T__1); } - this.state = 2393; + this.state = 2395; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 302, this.context) ) { case 1: { - this.state = 2392; + this.state = 2394; this.filter(); } break; @@ -9578,52 +9579,52 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new FunctionCallContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2396; + this.state = 2398; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 303, this.context) ) { case 1: { - this.state = 2395; + this.state = 2397; this.processingMode(); } break; } - this.state = 2398; + this.state = 2400; this.functionName(); - this.state = 2399; + this.state = 2401; this.match(TrinoSqlParser.T__0); - this.state = 2403; + this.state = 2405; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 18)) & ~0x1F) === 0 && ((1 << (_la - 18)) & 4282055519) !== 0) || ((((_la - 51)) & ~0x1F) === 0 && ((1 << (_la - 51)) & 3988635683) !== 0) || ((((_la - 85)) & ~0x1F) === 0 && ((1 << (_la - 85)) & 2680939671) !== 0) || ((((_la - 118)) & ~0x1F) === 0 && ((1 << (_la - 118)) & 4228606319) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 2143288491) !== 0) || ((((_la - 184)) & ~0x1F) === 0 && ((1 << (_la - 184)) & 3221214143) !== 0) || ((((_la - 216)) & ~0x1F) === 0 && ((1 << (_la - 216)) & 4290510815) !== 0) || ((((_la - 249)) & ~0x1F) === 0 && ((1 << (_la - 249)) & 4001298431) !== 0) || ((((_la - 282)) & ~0x1F) === 0 && ((1 << (_la - 282)) & 1068744439) !== 0) || ((((_la - 332)) & ~0x1F) === 0 && ((1 << (_la - 332)) & 15) !== 0)) { { - this.state = 2400; + this.state = 2402; (localContext as FunctionCallContext)._label = this.identifier(); - this.state = 2401; + this.state = 2403; this.match(TrinoSqlParser.T__3); } } - this.state = 2405; + this.state = 2407; this.match(TrinoSqlParser.ASTERISK); - this.state = 2406; - this.match(TrinoSqlParser.T__1); this.state = 2408; + this.match(TrinoSqlParser.T__1); + this.state = 2410; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 305, this.context) ) { case 1: { - this.state = 2407; + this.state = 2409; this.filter(); } break; } - this.state = 2411; + this.state = 2413; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 306, this.context) ) { case 1: { - this.state = 2410; + this.state = 2412; this.over(); } break; @@ -9635,114 +9636,114 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new FunctionCallContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2414; + this.state = 2416; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 307, this.context) ) { case 1: { - this.state = 2413; + this.state = 2415; this.processingMode(); } break; } - this.state = 2416; + this.state = 2418; this.functionName(); - this.state = 2417; + this.state = 2419; this.match(TrinoSqlParser.T__0); - this.state = 2429; + this.state = 2431; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 3984326658) !== 0) || ((((_la - 32)) & ~0x1F) === 0 && ((1 << (_la - 32)) & 4011589611) !== 0) || ((((_la - 64)) & ~0x1F) === 0 && ((1 << (_la - 64)) & 3538415087) !== 0) || ((((_la - 96)) & ~0x1F) === 0 && ((1 << (_la - 96)) & 1541142911) !== 0) || ((((_la - 129)) & ~0x1F) === 0 && ((1 << (_la - 129)) & 4253015917) !== 0) || ((((_la - 161)) & ~0x1F) === 0 && ((1 << (_la - 161)) & 3758094335) !== 0) || ((((_la - 193)) & ~0x1F) === 0 && ((1 << (_la - 193)) & 4024434665) !== 0) || ((((_la - 225)) & ~0x1F) === 0 && ((1 << (_la - 225)) & 4286569983) !== 0) || ((((_la - 257)) & ~0x1F) === 0 && ((1 << (_la - 257)) & 4008705783) !== 0) || ((((_la - 289)) & ~0x1F) === 0 && ((1 << (_la - 289)) & 1618962301) !== 0) || ((((_la - 324)) & ~0x1F) === 0 && ((1 << (_la - 324)) & 4093) !== 0)) { { - this.state = 2419; + this.state = 2421; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 308, this.context) ) { case 1: { - this.state = 2418; + this.state = 2420; this.setQuantifier(); } break; } - this.state = 2421; + this.state = 2423; this.expression(); - this.state = 2426; + this.state = 2428; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 2422; + this.state = 2424; this.match(TrinoSqlParser.T__2); - this.state = 2423; + this.state = 2425; this.expression(); } } - this.state = 2428; + this.state = 2430; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 2441; + this.state = 2443; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 195) { { - this.state = 2431; + this.state = 2433; this.match(TrinoSqlParser.KW_ORDER); - this.state = 2432; + this.state = 2434; this.match(TrinoSqlParser.KW_BY); - this.state = 2433; + this.state = 2435; this.sortItem(); - this.state = 2438; + this.state = 2440; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 2434; + this.state = 2436; this.match(TrinoSqlParser.T__2); - this.state = 2435; + this.state = 2437; this.sortItem(); } } - this.state = 2440; + this.state = 2442; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 2443; - this.match(TrinoSqlParser.T__1); this.state = 2445; + this.match(TrinoSqlParser.T__1); + this.state = 2447; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 313, this.context) ) { case 1: { - this.state = 2444; + this.state = 2446; this.filter(); } break; } - this.state = 2451; + this.state = 2453; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 315, this.context) ) { case 1: { - this.state = 2448; + this.state = 2450; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 120 || _la === 228) { { - this.state = 2447; + this.state = 2449; this.nullTreatment(); } } - this.state = 2450; + this.state = 2452; this.over(); } break; @@ -9754,9 +9755,9 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new MeasureContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2453; + this.state = 2455; this.identifier(); - this.state = 2454; + this.state = 2456; this.over(); } break; @@ -9765,11 +9766,11 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new LambdaContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2456; + this.state = 2458; this.identifier(); - this.state = 2457; + this.state = 2459; this.match(TrinoSqlParser.T__6); - this.state = 2458; + this.state = 2460; this.expression(); } break; @@ -9778,39 +9779,39 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new LambdaContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2460; + this.state = 2462; this.match(TrinoSqlParser.T__0); - this.state = 2469; + this.state = 2471; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 18)) & ~0x1F) === 0 && ((1 << (_la - 18)) & 4282055519) !== 0) || ((((_la - 51)) & ~0x1F) === 0 && ((1 << (_la - 51)) & 3988635683) !== 0) || ((((_la - 85)) & ~0x1F) === 0 && ((1 << (_la - 85)) & 2680939671) !== 0) || ((((_la - 118)) & ~0x1F) === 0 && ((1 << (_la - 118)) & 4228606319) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 2143288491) !== 0) || ((((_la - 184)) & ~0x1F) === 0 && ((1 << (_la - 184)) & 3221214143) !== 0) || ((((_la - 216)) & ~0x1F) === 0 && ((1 << (_la - 216)) & 4290510815) !== 0) || ((((_la - 249)) & ~0x1F) === 0 && ((1 << (_la - 249)) & 4001298431) !== 0) || ((((_la - 282)) & ~0x1F) === 0 && ((1 << (_la - 282)) & 1068744439) !== 0) || ((((_la - 332)) & ~0x1F) === 0 && ((1 << (_la - 332)) & 15) !== 0)) { { - this.state = 2461; + this.state = 2463; this.identifier(); - this.state = 2466; + this.state = 2468; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 2462; + this.state = 2464; this.match(TrinoSqlParser.T__2); - this.state = 2463; + this.state = 2465; this.identifier(); } } - this.state = 2468; + this.state = 2470; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 2471; + this.state = 2473; this.match(TrinoSqlParser.T__1); - this.state = 2472; + this.state = 2474; this.match(TrinoSqlParser.T__6); - this.state = 2473; + this.state = 2475; this.expression(); } break; @@ -9819,11 +9820,11 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new SubqueryExpressionContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2474; + this.state = 2476; this.match(TrinoSqlParser.T__0); - this.state = 2475; + this.state = 2477; this.query(); - this.state = 2476; + this.state = 2478; this.match(TrinoSqlParser.T__1); } break; @@ -9832,13 +9833,13 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ExistsContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2478; + this.state = 2480; this.match(TrinoSqlParser.KW_EXISTS); - this.state = 2479; + this.state = 2481; this.match(TrinoSqlParser.T__0); - this.state = 2480; + this.state = 2482; this.query(); - this.state = 2481; + this.state = 2483; this.match(TrinoSqlParser.T__1); } break; @@ -9847,37 +9848,37 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new SimpleCaseContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2483; + this.state = 2485; this.match(TrinoSqlParser.KW_CASE); - this.state = 2484; - (localContext as SimpleCaseContext)._operand = this.expression(); this.state = 2486; + (localContext as SimpleCaseContext)._operand = this.expression(); + this.state = 2488; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 2485; + this.state = 2487; this.whenClause(); } } - this.state = 2488; + this.state = 2490; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 300); - this.state = 2492; + this.state = 2494; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 84) { { - this.state = 2490; + this.state = 2492; this.match(TrinoSqlParser.KW_ELSE); - this.state = 2491; + this.state = 2493; (localContext as SimpleCaseContext)._elseExpression = this.expression(); } } - this.state = 2494; + this.state = 2496; this.match(TrinoSqlParser.KW_END); } break; @@ -9886,35 +9887,35 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new SearchedCaseContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2496; - this.match(TrinoSqlParser.KW_CASE); this.state = 2498; + this.match(TrinoSqlParser.KW_CASE); + this.state = 2500; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 2497; + this.state = 2499; this.whenClause(); } } - this.state = 2500; + this.state = 2502; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 300); - this.state = 2504; + this.state = 2506; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 84) { { - this.state = 2502; + this.state = 2504; this.match(TrinoSqlParser.KW_ELSE); - this.state = 2503; + this.state = 2505; (localContext as SearchedCaseContext)._elseExpression = this.expression(); } } - this.state = 2506; + this.state = 2508; this.match(TrinoSqlParser.KW_END); } break; @@ -9923,17 +9924,17 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new CastContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2508; + this.state = 2510; this.match(TrinoSqlParser.KW_CAST); - this.state = 2509; + this.state = 2511; this.match(TrinoSqlParser.T__0); - this.state = 2510; + this.state = 2512; this.expression(); - this.state = 2511; + this.state = 2513; this.match(TrinoSqlParser.KW_AS); - this.state = 2512; + this.state = 2514; this.type_(0); - this.state = 2513; + this.state = 2515; this.match(TrinoSqlParser.T__1); } break; @@ -9942,17 +9943,17 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new CastContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2515; + this.state = 2517; this.match(TrinoSqlParser.KW_TRY_CAST); - this.state = 2516; + this.state = 2518; this.match(TrinoSqlParser.T__0); - this.state = 2517; + this.state = 2519; this.expression(); - this.state = 2518; + this.state = 2520; this.match(TrinoSqlParser.KW_AS); - this.state = 2519; + this.state = 2521; this.type_(0); - this.state = 2520; + this.state = 2522; this.match(TrinoSqlParser.T__1); } break; @@ -9961,37 +9962,37 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ArrayConstructorContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2522; + this.state = 2524; this.match(TrinoSqlParser.KW_ARRAY); - this.state = 2523; + this.state = 2525; this.match(TrinoSqlParser.T__7); - this.state = 2532; + this.state = 2534; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 3984326658) !== 0) || ((((_la - 32)) & ~0x1F) === 0 && ((1 << (_la - 32)) & 4011589611) !== 0) || ((((_la - 64)) & ~0x1F) === 0 && ((1 << (_la - 64)) & 3538382319) !== 0) || ((((_la - 96)) & ~0x1F) === 0 && ((1 << (_la - 96)) & 1541142911) !== 0) || ((((_la - 129)) & ~0x1F) === 0 && ((1 << (_la - 129)) & 4253015917) !== 0) || ((((_la - 161)) & ~0x1F) === 0 && ((1 << (_la - 161)) & 3758094335) !== 0) || ((((_la - 193)) & ~0x1F) === 0 && ((1 << (_la - 193)) & 4024434665) !== 0) || ((((_la - 225)) & ~0x1F) === 0 && ((1 << (_la - 225)) & 4286569983) !== 0) || ((((_la - 257)) & ~0x1F) === 0 && ((1 << (_la - 257)) & 4008705783) !== 0) || ((((_la - 289)) & ~0x1F) === 0 && ((1 << (_la - 289)) & 1618962301) !== 0) || ((((_la - 324)) & ~0x1F) === 0 && ((1 << (_la - 324)) & 4093) !== 0)) { { - this.state = 2524; + this.state = 2526; this.expression(); - this.state = 2529; + this.state = 2531; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 2525; + this.state = 2527; this.match(TrinoSqlParser.T__2); - this.state = 2526; + this.state = 2528; this.expression(); } } - this.state = 2531; + this.state = 2533; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 2534; + this.state = 2536; this.match(TrinoSqlParser.T__8); } break; @@ -10000,8 +10001,8 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ColumnReferenceContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2535; - this.identifier(); + this.state = 2537; + this.columnName(); } break; case 27: @@ -10009,7 +10010,7 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new CurrentDateContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2536; + this.state = 2538; (localContext as CurrentDateContext)._name = this.match(TrinoSqlParser.KW_CURRENT_DATE); } break; @@ -10018,18 +10019,18 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new CurrentTimeContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2537; + this.state = 2539; (localContext as CurrentTimeContext)._name = this.match(TrinoSqlParser.KW_CURRENT_TIME); - this.state = 2541; + this.state = 2543; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 324, this.context) ) { case 1: { - this.state = 2538; + this.state = 2540; this.match(TrinoSqlParser.T__0); - this.state = 2539; + this.state = 2541; (localContext as CurrentTimeContext)._precision = this.match(TrinoSqlParser.INTEGER_VALUE); - this.state = 2540; + this.state = 2542; this.match(TrinoSqlParser.T__1); } break; @@ -10041,18 +10042,18 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new CurrentTimestampContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2543; + this.state = 2545; (localContext as CurrentTimestampContext)._name = this.match(TrinoSqlParser.KW_CURRENT_TIMESTAMP); - this.state = 2547; + this.state = 2549; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 325, this.context) ) { case 1: { - this.state = 2544; + this.state = 2546; this.match(TrinoSqlParser.T__0); - this.state = 2545; + this.state = 2547; (localContext as CurrentTimestampContext)._precision = this.match(TrinoSqlParser.INTEGER_VALUE); - this.state = 2546; + this.state = 2548; this.match(TrinoSqlParser.T__1); } break; @@ -10064,18 +10065,18 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new LocalTimeContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2549; + this.state = 2551; (localContext as LocalTimeContext)._name = this.match(TrinoSqlParser.KW_LOCALTIME); - this.state = 2553; + this.state = 2555; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 326, this.context) ) { case 1: { - this.state = 2550; + this.state = 2552; this.match(TrinoSqlParser.T__0); - this.state = 2551; + this.state = 2553; (localContext as LocalTimeContext)._precision = this.match(TrinoSqlParser.INTEGER_VALUE); - this.state = 2552; + this.state = 2554; this.match(TrinoSqlParser.T__1); } break; @@ -10087,18 +10088,18 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new LocalTimestampContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2555; + this.state = 2557; (localContext as LocalTimestampContext)._name = this.match(TrinoSqlParser.KW_LOCALTIMESTAMP); - this.state = 2559; + this.state = 2561; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 327, this.context) ) { case 1: { - this.state = 2556; + this.state = 2558; this.match(TrinoSqlParser.T__0); - this.state = 2557; + this.state = 2559; (localContext as LocalTimestampContext)._precision = this.match(TrinoSqlParser.INTEGER_VALUE); - this.state = 2558; + this.state = 2560; this.match(TrinoSqlParser.T__1); } break; @@ -10110,7 +10111,7 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new CurrentUserContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2561; + this.state = 2563; (localContext as CurrentUserContext)._name = this.match(TrinoSqlParser.KW_CURRENT_USER); } break; @@ -10119,7 +10120,7 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new CurrentCatalogContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2562; + this.state = 2564; (localContext as CurrentCatalogContext)._name = this.match(TrinoSqlParser.KW_CURRENT_CATALOG); } break; @@ -10128,7 +10129,7 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new CurrentSchemaContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2563; + this.state = 2565; (localContext as CurrentSchemaContext)._name = this.match(TrinoSqlParser.KW_CURRENT_SCHEMA); } break; @@ -10137,7 +10138,7 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new CurrentPathContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2564; + this.state = 2566; (localContext as CurrentPathContext)._name = this.match(TrinoSqlParser.KW_CURRENT_PATH); } break; @@ -10146,43 +10147,43 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new TrimContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2565; + this.state = 2567; this.match(TrinoSqlParser.KW_TRIM); - this.state = 2566; + this.state = 2568; this.match(TrinoSqlParser.T__0); - this.state = 2574; + this.state = 2576; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 330, this.context) ) { case 1: { - this.state = 2568; + this.state = 2570; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 328, this.context) ) { case 1: { - this.state = 2567; + this.state = 2569; this.trimsSpecification(); } break; } - this.state = 2571; + this.state = 2573; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 3984326658) !== 0) || ((((_la - 32)) & ~0x1F) === 0 && ((1 << (_la - 32)) & 4011589611) !== 0) || ((((_la - 64)) & ~0x1F) === 0 && ((1 << (_la - 64)) & 3538382319) !== 0) || ((((_la - 96)) & ~0x1F) === 0 && ((1 << (_la - 96)) & 1541142911) !== 0) || ((((_la - 129)) & ~0x1F) === 0 && ((1 << (_la - 129)) & 4253015917) !== 0) || ((((_la - 161)) & ~0x1F) === 0 && ((1 << (_la - 161)) & 3755997183) !== 0) || ((((_la - 193)) & ~0x1F) === 0 && ((1 << (_la - 193)) & 4024434665) !== 0) || ((((_la - 225)) & ~0x1F) === 0 && ((1 << (_la - 225)) & 4286569983) !== 0) || ((((_la - 257)) & ~0x1F) === 0 && ((1 << (_la - 257)) & 4008705783) !== 0) || ((((_la - 289)) & ~0x1F) === 0 && ((1 << (_la - 289)) & 1618962301) !== 0) || ((((_la - 324)) & ~0x1F) === 0 && ((1 << (_la - 324)) & 4093) !== 0)) { { - this.state = 2570; + this.state = 2572; (localContext as TrimContext)._trimChar = this.valueExpression(0); } } - this.state = 2573; + this.state = 2575; this.match(TrinoSqlParser.KW_FROM); } break; } - this.state = 2576; + this.state = 2578; (localContext as TrimContext)._trimSource = this.valueExpression(0); - this.state = 2577; + this.state = 2579; this.match(TrinoSqlParser.T__1); } break; @@ -10191,17 +10192,17 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new TrimContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2579; + this.state = 2581; this.match(TrinoSqlParser.KW_TRIM); - this.state = 2580; + this.state = 2582; this.match(TrinoSqlParser.T__0); - this.state = 2581; + this.state = 2583; (localContext as TrimContext)._trimSource = this.valueExpression(0); - this.state = 2582; + this.state = 2584; this.match(TrinoSqlParser.T__2); - this.state = 2583; + this.state = 2585; (localContext as TrimContext)._trimChar = this.valueExpression(0); - this.state = 2584; + this.state = 2586; this.match(TrinoSqlParser.T__1); } break; @@ -10210,29 +10211,29 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new SubstringContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2586; + this.state = 2588; this.match(TrinoSqlParser.KW_SUBSTRING); - this.state = 2587; + this.state = 2589; this.match(TrinoSqlParser.T__0); - this.state = 2588; + this.state = 2590; this.valueExpression(0); - this.state = 2589; + this.state = 2591; this.match(TrinoSqlParser.KW_FROM); - this.state = 2590; + this.state = 2592; this.valueExpression(0); - this.state = 2593; + this.state = 2595; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 2591; + this.state = 2593; this.match(TrinoSqlParser.KW_FOR); - this.state = 2592; + this.state = 2594; this.valueExpression(0); } } - this.state = 2595; + this.state = 2597; this.match(TrinoSqlParser.T__1); } break; @@ -10241,25 +10242,25 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new NormalizeContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2597; + this.state = 2599; this.match(TrinoSqlParser.KW_NORMALIZE); - this.state = 2598; + this.state = 2600; this.match(TrinoSqlParser.T__0); - this.state = 2599; + this.state = 2601; this.valueExpression(0); - this.state = 2602; + this.state = 2604; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 3) { { - this.state = 2600; + this.state = 2602; this.match(TrinoSqlParser.T__2); - this.state = 2601; + this.state = 2603; this.normalForm(); } } - this.state = 2604; + this.state = 2606; this.match(TrinoSqlParser.T__1); } break; @@ -10268,17 +10269,17 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ExtractContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2606; + this.state = 2608; this.match(TrinoSqlParser.KW_EXTRACT); - this.state = 2607; + this.state = 2609; this.match(TrinoSqlParser.T__0); - this.state = 2608; + this.state = 2610; this.identifier(); - this.state = 2609; + this.state = 2611; this.match(TrinoSqlParser.KW_FROM); - this.state = 2610; + this.state = 2612; this.valueExpression(0); - this.state = 2611; + this.state = 2613; this.match(TrinoSqlParser.T__1); } break; @@ -10287,11 +10288,11 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ParenthesizedExpressionContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2613; + this.state = 2615; this.match(TrinoSqlParser.T__0); - this.state = 2614; + this.state = 2616; this.expression(); - this.state = 2615; + this.state = 2617; this.match(TrinoSqlParser.T__1); } break; @@ -10300,37 +10301,37 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new GroupingOperationContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2617; + this.state = 2619; this.match(TrinoSqlParser.KW_GROUPING); - this.state = 2618; + this.state = 2620; this.match(TrinoSqlParser.T__0); - this.state = 2627; + this.state = 2629; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 18)) & ~0x1F) === 0 && ((1 << (_la - 18)) & 4282055519) !== 0) || ((((_la - 51)) & ~0x1F) === 0 && ((1 << (_la - 51)) & 3988635683) !== 0) || ((((_la - 85)) & ~0x1F) === 0 && ((1 << (_la - 85)) & 2680939671) !== 0) || ((((_la - 118)) & ~0x1F) === 0 && ((1 << (_la - 118)) & 4228606319) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 2143288491) !== 0) || ((((_la - 184)) & ~0x1F) === 0 && ((1 << (_la - 184)) & 3221214143) !== 0) || ((((_la - 216)) & ~0x1F) === 0 && ((1 << (_la - 216)) & 4290510815) !== 0) || ((((_la - 249)) & ~0x1F) === 0 && ((1 << (_la - 249)) & 4001298431) !== 0) || ((((_la - 282)) & ~0x1F) === 0 && ((1 << (_la - 282)) & 1068744439) !== 0) || ((((_la - 332)) & ~0x1F) === 0 && ((1 << (_la - 332)) & 15) !== 0)) { { - this.state = 2619; + this.state = 2621; this.qualifiedName(); - this.state = 2624; + this.state = 2626; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 2620; + this.state = 2622; this.match(TrinoSqlParser.T__2); - this.state = 2621; + this.state = 2623; this.qualifiedName(); } } - this.state = 2626; + this.state = 2628; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 2629; + this.state = 2631; this.match(TrinoSqlParser.T__1); } break; @@ -10339,27 +10340,27 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new JsonExistsContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2630; + this.state = 2632; this.match(TrinoSqlParser.KW_JSON_EXISTS); - this.state = 2631; + this.state = 2633; this.match(TrinoSqlParser.T__0); - this.state = 2632; + this.state = 2634; this.jsonPathInvocation(); - this.state = 2637; + this.state = 2639; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 89 || _la === 97 || _la === 273 || _la === 283) { { - this.state = 2633; + this.state = 2635; this.jsonExistsErrorBehavior(); - this.state = 2634; + this.state = 2636; this.match(TrinoSqlParser.KW_ON); - this.state = 2635; + this.state = 2637; this.match(TrinoSqlParser.KW_ERROR); } } - this.state = 2639; + this.state = 2641; this.match(TrinoSqlParser.T__1); } break; @@ -10368,53 +10369,53 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new JsonValueContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2641; + this.state = 2643; this.match(TrinoSqlParser.KW_JSON_VALUE); - this.state = 2642; + this.state = 2644; this.match(TrinoSqlParser.T__0); - this.state = 2643; + this.state = 2645; this.jsonPathInvocation(); - this.state = 2646; + this.state = 2648; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 231) { { - this.state = 2644; + this.state = 2646; this.match(TrinoSqlParser.KW_RETURNING); - this.state = 2645; + this.state = 2647; this.type_(0); } } - this.state = 2652; + this.state = 2654; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 337, this.context) ) { case 1: { - this.state = 2648; + this.state = 2650; (localContext as JsonValueContext)._emptyBehavior = this.jsonValueBehavior(); - this.state = 2649; + this.state = 2651; this.match(TrinoSqlParser.KW_ON); - this.state = 2650; + this.state = 2652; this.match(TrinoSqlParser.KW_EMPTY); } break; } - this.state = 2658; + this.state = 2660; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 70 || _la === 89 || _la === 183) { { - this.state = 2654; + this.state = 2656; (localContext as JsonValueContext)._errorBehavior = this.jsonValueBehavior(); - this.state = 2655; + this.state = 2657; this.match(TrinoSqlParser.KW_ON); - this.state = 2656; + this.state = 2658; this.match(TrinoSqlParser.KW_ERROR); } } - this.state = 2660; + this.state = 2662; this.match(TrinoSqlParser.T__1); } break; @@ -10423,29 +10424,29 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new JsonQueryContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2662; + this.state = 2664; this.match(TrinoSqlParser.KW_JSON_QUERY); - this.state = 2663; + this.state = 2665; this.match(TrinoSqlParser.T__0); - this.state = 2664; + this.state = 2666; this.jsonPathInvocation(); - this.state = 2671; + this.state = 2673; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 231) { { - this.state = 2665; + this.state = 2667; this.match(TrinoSqlParser.KW_RETURNING); - this.state = 2666; + this.state = 2668; this.type_(0); - this.state = 2669; + this.state = 2671; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 104) { { - this.state = 2667; + this.state = 2669; this.match(TrinoSqlParser.KW_FORMAT); - this.state = 2668; + this.state = 2670; this.jsonRepresentation(); } } @@ -10453,24 +10454,24 @@ export class TrinoSqlParser extends SQLParserBase { } } - this.state = 2676; + this.state = 2678; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 304 || _la === 306) { { - this.state = 2673; + this.state = 2675; this.jsonQueryWrapperBehavior(); - this.state = 2674; + this.state = 2676; this.match(TrinoSqlParser.KW_WRAPPER); } } - this.state = 2685; + this.state = 2687; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 144 || _la === 189) { { - this.state = 2678; + this.state = 2680; _la = this.tokenStream.LA(1); if(!(_la === 144 || _la === 189)) { this.errorHandler.recoverInline(this); @@ -10479,18 +10480,18 @@ export class TrinoSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2679; + this.state = 2681; this.match(TrinoSqlParser.KW_QUOTES); - this.state = 2683; + this.state = 2685; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 190) { { - this.state = 2680; + this.state = 2682; this.match(TrinoSqlParser.KW_ON); - this.state = 2681; + this.state = 2683; this.match(TrinoSqlParser.KW_SCALAR); - this.state = 2682; + this.state = 2684; this.match(TrinoSqlParser.KW_TEXT_STRING); } } @@ -10498,35 +10499,35 @@ export class TrinoSqlParser extends SQLParserBase { } } - this.state = 2691; + this.state = 2693; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 344, this.context) ) { case 1: { - this.state = 2687; + this.state = 2689; (localContext as JsonQueryContext)._emptyBehavior = this.jsonQueryBehavior(); - this.state = 2688; + this.state = 2690; this.match(TrinoSqlParser.KW_ON); - this.state = 2689; + this.state = 2691; this.match(TrinoSqlParser.KW_EMPTY); } break; } - this.state = 2697; + this.state = 2699; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 85 || _la === 89 || _la === 183) { { - this.state = 2693; + this.state = 2695; (localContext as JsonQueryContext)._errorBehavior = this.jsonQueryBehavior(); - this.state = 2694; + this.state = 2696; this.match(TrinoSqlParser.KW_ON); - this.state = 2695; + this.state = 2697; this.match(TrinoSqlParser.KW_ERROR); } } - this.state = 2699; + this.state = 2701; this.match(TrinoSqlParser.T__1); } break; @@ -10535,53 +10536,53 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new JsonObjectContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2701; + this.state = 2703; this.match(TrinoSqlParser.KW_JSON_OBJECT); - this.state = 2702; + this.state = 2704; this.match(TrinoSqlParser.T__0); - this.state = 2731; + this.state = 2733; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 351, this.context) ) { case 1: { - this.state = 2703; + this.state = 2705; this.jsonObjectMember(); - this.state = 2708; + this.state = 2710; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 2704; + this.state = 2706; this.match(TrinoSqlParser.T__2); - this.state = 2705; + this.state = 2707; this.jsonObjectMember(); } } - this.state = 2710; + this.state = 2712; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2717; + this.state = 2719; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.KW_NULL: { - this.state = 2711; + this.state = 2713; this.match(TrinoSqlParser.KW_NULL); - this.state = 2712; + this.state = 2714; this.match(TrinoSqlParser.KW_ON); - this.state = 2713; + this.state = 2715; this.match(TrinoSqlParser.KW_NULL); } break; case TrinoSqlParser.KW_ABSENT: { - this.state = 2714; + this.state = 2716; this.match(TrinoSqlParser.KW_ABSENT); - this.state = 2715; + this.state = 2717; this.match(TrinoSqlParser.KW_ON); - this.state = 2716; + this.state = 2718; this.match(TrinoSqlParser.KW_NULL); } break; @@ -10593,21 +10594,21 @@ export class TrinoSqlParser extends SQLParserBase { default: break; } - this.state = 2729; + this.state = 2731; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.KW_WITH: { - this.state = 2719; + this.state = 2721; this.match(TrinoSqlParser.KW_WITH); - this.state = 2720; - this.match(TrinoSqlParser.KW_UNIQUE); this.state = 2722; + this.match(TrinoSqlParser.KW_UNIQUE); + this.state = 2724; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 146) { { - this.state = 2721; + this.state = 2723; this.match(TrinoSqlParser.KW_KEYS); } } @@ -10616,16 +10617,16 @@ export class TrinoSqlParser extends SQLParserBase { break; case TrinoSqlParser.KW_WITHOUT: { - this.state = 2724; + this.state = 2726; this.match(TrinoSqlParser.KW_WITHOUT); - this.state = 2725; - this.match(TrinoSqlParser.KW_UNIQUE); this.state = 2727; + this.match(TrinoSqlParser.KW_UNIQUE); + this.state = 2729; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 146) { { - this.state = 2726; + this.state = 2728; this.match(TrinoSqlParser.KW_KEYS); } } @@ -10641,23 +10642,23 @@ export class TrinoSqlParser extends SQLParserBase { } break; } - this.state = 2739; + this.state = 2741; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 231) { { - this.state = 2733; + this.state = 2735; this.match(TrinoSqlParser.KW_RETURNING); - this.state = 2734; + this.state = 2736; this.type_(0); - this.state = 2737; + this.state = 2739; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 104) { { - this.state = 2735; + this.state = 2737; this.match(TrinoSqlParser.KW_FORMAT); - this.state = 2736; + this.state = 2738; this.jsonRepresentation(); } } @@ -10665,7 +10666,7 @@ export class TrinoSqlParser extends SQLParserBase { } } - this.state = 2741; + this.state = 2743; this.match(TrinoSqlParser.T__1); } break; @@ -10674,53 +10675,53 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new JsonArrayContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2742; + this.state = 2744; this.match(TrinoSqlParser.KW_JSON_ARRAY); - this.state = 2743; + this.state = 2745; this.match(TrinoSqlParser.T__0); - this.state = 2760; + this.state = 2762; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 356, this.context) ) { case 1: { - this.state = 2744; + this.state = 2746; this.jsonValueExpression(); - this.state = 2749; + this.state = 2751; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 2745; + this.state = 2747; this.match(TrinoSqlParser.T__2); - this.state = 2746; + this.state = 2748; this.jsonValueExpression(); } } - this.state = 2751; + this.state = 2753; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2758; + this.state = 2760; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.KW_NULL: { - this.state = 2752; + this.state = 2754; this.match(TrinoSqlParser.KW_NULL); - this.state = 2753; + this.state = 2755; this.match(TrinoSqlParser.KW_ON); - this.state = 2754; + this.state = 2756; this.match(TrinoSqlParser.KW_NULL); } break; case TrinoSqlParser.KW_ABSENT: { - this.state = 2755; + this.state = 2757; this.match(TrinoSqlParser.KW_ABSENT); - this.state = 2756; + this.state = 2758; this.match(TrinoSqlParser.KW_ON); - this.state = 2757; + this.state = 2759; this.match(TrinoSqlParser.KW_NULL); } break; @@ -10733,23 +10734,23 @@ export class TrinoSqlParser extends SQLParserBase { } break; } - this.state = 2768; + this.state = 2770; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 231) { { - this.state = 2762; + this.state = 2764; this.match(TrinoSqlParser.KW_RETURNING); - this.state = 2763; + this.state = 2765; this.type_(0); - this.state = 2766; + this.state = 2768; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 104) { { - this.state = 2764; + this.state = 2766; this.match(TrinoSqlParser.KW_FORMAT); - this.state = 2765; + this.state = 2767; this.jsonRepresentation(); } } @@ -10757,13 +10758,13 @@ export class TrinoSqlParser extends SQLParserBase { } } - this.state = 2770; + this.state = 2772; this.match(TrinoSqlParser.T__1); } break; } this.context!.stop = this.tokenStream.LT(-1); - this.state = 2783; + this.state = 2785; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 361, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { @@ -10773,7 +10774,7 @@ export class TrinoSqlParser extends SQLParserBase { } previousContext = localContext; { - this.state = 2781; + this.state = 2783; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 360, this.context) ) { case 1: @@ -10781,15 +10782,15 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new SubscriptContext(new PrimaryExpressionContext(parentContext, parentState)); (localContext as SubscriptContext)._value = previousContext; this.pushNewRecursionContext(localContext, _startState, TrinoSqlParser.RULE_primaryExpression); - this.state = 2773; + this.state = 2775; if (!(this.precpred(this.context, 24))) { throw this.createFailedPredicateException("this.precpred(this.context, 24)"); } - this.state = 2774; + this.state = 2776; this.match(TrinoSqlParser.T__7); - this.state = 2775; + this.state = 2777; (localContext as SubscriptContext)._index = this.valueExpression(0); - this.state = 2776; + this.state = 2778; this.match(TrinoSqlParser.T__8); } break; @@ -10798,20 +10799,20 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new DereferenceContext(new PrimaryExpressionContext(parentContext, parentState)); (localContext as DereferenceContext)._base = previousContext; this.pushNewRecursionContext(localContext, _startState, TrinoSqlParser.RULE_primaryExpression); - this.state = 2778; + this.state = 2780; if (!(this.precpred(this.context, 22))) { throw this.createFailedPredicateException("this.precpred(this.context, 22)"); } - this.state = 2779; + this.state = 2781; this.match(TrinoSqlParser.T__3); - this.state = 2780; + this.state = 2782; (localContext as DereferenceContext)._fieldName = this.identifier(); } break; } } } - this.state = 2785; + this.state = 2787; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 361, this.context); } @@ -10838,46 +10839,46 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2786; + this.state = 2788; this.jsonValueExpression(); - this.state = 2787; + this.state = 2789; this.match(TrinoSqlParser.T__2); - this.state = 2788; + this.state = 2790; localContext._path = this.string_(); - this.state = 2791; + this.state = 2793; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 28) { { - this.state = 2789; + this.state = 2791; this.match(TrinoSqlParser.KW_AS); - this.state = 2790; + this.state = 2792; localContext._pathName = this.identifier(); } } - this.state = 2802; + this.state = 2804; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 203) { { - this.state = 2793; + this.state = 2795; this.match(TrinoSqlParser.KW_PASSING); - this.state = 2794; + this.state = 2796; this.jsonArgument(); - this.state = 2799; + this.state = 2801; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 2795; + this.state = 2797; this.match(TrinoSqlParser.T__2); - this.state = 2796; + this.state = 2798; this.jsonArgument(); } } - this.state = 2801; + this.state = 2803; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -10907,16 +10908,16 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2804; + this.state = 2806; this.expression(); - this.state = 2807; + this.state = 2809; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 104) { { - this.state = 2805; + this.state = 2807; this.match(TrinoSqlParser.KW_FORMAT); - this.state = 2806; + this.state = 2808; this.jsonRepresentation(); } } @@ -10944,16 +10945,16 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2809; + this.state = 2811; this.match(TrinoSqlParser.KW_JSON); - this.state = 2812; + this.state = 2814; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 87) { { - this.state = 2810; + this.state = 2812; this.match(TrinoSqlParser.KW_ENCODING); - this.state = 2811; + this.state = 2813; _la = this.tokenStream.LA(1); if(!(((((_la - 291)) & ~0x1F) === 0 && ((1 << (_la - 291)) & 7) !== 0))) { this.errorHandler.recoverInline(this); @@ -10987,11 +10988,11 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2814; + this.state = 2816; this.jsonValueExpression(); - this.state = 2815; + this.state = 2817; this.match(TrinoSqlParser.KW_AS); - this.state = 2816; + this.state = 2818; this.identifier(); } } @@ -11016,7 +11017,7 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2818; + this.state = 2820; _la = this.tokenStream.LA(1); if(!(_la === 89 || _la === 97 || _la === 273 || _la === 283)) { this.errorHandler.recoverInline(this); @@ -11045,29 +11046,29 @@ export class TrinoSqlParser extends SQLParserBase { let localContext = new JsonValueBehaviorContext(this.context, this.state); this.enterRule(localContext, 156, TrinoSqlParser.RULE_jsonValueBehavior); try { - this.state = 2824; + this.state = 2826; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.KW_ERROR: this.enterOuterAlt(localContext, 1); { - this.state = 2820; + this.state = 2822; this.match(TrinoSqlParser.KW_ERROR); } break; case TrinoSqlParser.KW_NULL: this.enterOuterAlt(localContext, 2); { - this.state = 2821; + this.state = 2823; this.match(TrinoSqlParser.KW_NULL); } break; case TrinoSqlParser.KW_DEFAULT: this.enterOuterAlt(localContext, 3); { - this.state = 2822; + this.state = 2824; this.match(TrinoSqlParser.KW_DEFAULT); - this.state = 2823; + this.state = 2825; this.expression(); } break; @@ -11094,20 +11095,20 @@ export class TrinoSqlParser extends SQLParserBase { this.enterRule(localContext, 158, TrinoSqlParser.RULE_jsonQueryWrapperBehavior); let _la: number; try { - this.state = 2837; + this.state = 2839; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.KW_WITHOUT: this.enterOuterAlt(localContext, 1); { - this.state = 2826; - this.match(TrinoSqlParser.KW_WITHOUT); this.state = 2828; + this.match(TrinoSqlParser.KW_WITHOUT); + this.state = 2830; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 27) { { - this.state = 2827; + this.state = 2829; this.match(TrinoSqlParser.KW_ARRAY); } } @@ -11117,14 +11118,14 @@ export class TrinoSqlParser extends SQLParserBase { case TrinoSqlParser.KW_WITH: this.enterOuterAlt(localContext, 2); { - this.state = 2830; - this.match(TrinoSqlParser.KW_WITH); this.state = 2832; + this.match(TrinoSqlParser.KW_WITH); + this.state = 2834; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 49 || _la === 280) { { - this.state = 2831; + this.state = 2833; _la = this.tokenStream.LA(1); if(!(_la === 49 || _la === 280)) { this.errorHandler.recoverInline(this); @@ -11136,12 +11137,12 @@ export class TrinoSqlParser extends SQLParserBase { } } - this.state = 2835; + this.state = 2837; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 27) { { - this.state = 2834; + this.state = 2836; this.match(TrinoSqlParser.KW_ARRAY); } } @@ -11170,38 +11171,38 @@ export class TrinoSqlParser extends SQLParserBase { let localContext = new JsonQueryBehaviorContext(this.context, this.state); this.enterRule(localContext, 160, TrinoSqlParser.RULE_jsonQueryBehavior); try { - this.state = 2845; + this.state = 2847; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 372, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2839; + this.state = 2841; this.match(TrinoSqlParser.KW_ERROR); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2840; + this.state = 2842; this.match(TrinoSqlParser.KW_NULL); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2841; + this.state = 2843; this.match(TrinoSqlParser.KW_EMPTY); - this.state = 2842; + this.state = 2844; this.match(TrinoSqlParser.KW_ARRAY); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2843; + this.state = 2845; this.match(TrinoSqlParser.KW_EMPTY); - this.state = 2844; + this.state = 2846; this.match(TrinoSqlParser.KW_OBJECT); } break; @@ -11225,38 +11226,38 @@ export class TrinoSqlParser extends SQLParserBase { let localContext = new JsonObjectMemberContext(this.context, this.state); this.enterRule(localContext, 162, TrinoSqlParser.RULE_jsonObjectMember); try { - this.state = 2858; + this.state = 2860; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 374, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2848; + this.state = 2850; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 373, this.context) ) { case 1: { - this.state = 2847; + this.state = 2849; this.match(TrinoSqlParser.KW_KEY); } break; } - this.state = 2850; + this.state = 2852; this.expression(); - this.state = 2851; + this.state = 2853; this.match(TrinoSqlParser.KW_VALUE); - this.state = 2852; + this.state = 2854; this.jsonValueExpression(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2854; + this.state = 2856; this.expression(); - this.state = 2855; + this.state = 2857; this.match(TrinoSqlParser.T__9); - this.state = 2856; + this.state = 2858; this.jsonValueExpression(); } break; @@ -11283,7 +11284,7 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2860; + this.state = 2862; _la = this.tokenStream.LA(1); if(!(_la === 100 || _la === 241)) { this.errorHandler.recoverInline(this); @@ -11312,24 +11313,24 @@ export class TrinoSqlParser extends SQLParserBase { let localContext = new NullTreatmentContext(this.context, this.state); this.enterRule(localContext, 166, TrinoSqlParser.RULE_nullTreatment); try { - this.state = 2866; + this.state = 2868; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.KW_IGNORE: this.enterOuterAlt(localContext, 1); { - this.state = 2862; + this.state = 2864; this.match(TrinoSqlParser.KW_IGNORE); - this.state = 2863; + this.state = 2865; this.match(TrinoSqlParser.KW_NULLS); } break; case TrinoSqlParser.KW_RESPECT: this.enterOuterAlt(localContext, 2); { - this.state = 2864; + this.state = 2866; this.match(TrinoSqlParser.KW_RESPECT); - this.state = 2865; + this.state = 2867; this.match(TrinoSqlParser.KW_NULLS); } break; @@ -11355,14 +11356,14 @@ export class TrinoSqlParser extends SQLParserBase { let localContext = new StringContext(this.context, this.state); this.enterRule(localContext, 168, TrinoSqlParser.RULE_string); try { - this.state = 2874; + this.state = 2876; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.STRING: localContext = new BasicStringLiteralContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2868; + this.state = 2870; this.match(TrinoSqlParser.STRING); } break; @@ -11370,16 +11371,16 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new UnicodeStringLiteralContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 2869; + this.state = 2871; this.match(TrinoSqlParser.UNICODE_STRING); - this.state = 2872; + this.state = 2874; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 376, this.context) ) { case 1: { - this.state = 2870; + this.state = 2872; this.match(TrinoSqlParser.KW_UESCAPE); - this.state = 2871; + this.state = 2873; this.match(TrinoSqlParser.STRING); } break; @@ -11408,18 +11409,18 @@ export class TrinoSqlParser extends SQLParserBase { let localContext = new TimeZoneSpecifierContext(this.context, this.state); this.enterRule(localContext, 170, TrinoSqlParser.RULE_timeZoneSpecifier); try { - this.state = 2882; + this.state = 2884; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 378, this.context) ) { case 1: localContext = new TimeZoneIntervalContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2876; + this.state = 2878; this.match(TrinoSqlParser.KW_TIME); - this.state = 2877; + this.state = 2879; this.match(TrinoSqlParser.KW_ZONE); - this.state = 2878; + this.state = 2880; this.interval(); } break; @@ -11427,11 +11428,11 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new TimeZoneStringContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 2879; + this.state = 2881; this.match(TrinoSqlParser.KW_TIME); - this.state = 2880; + this.state = 2882; this.match(TrinoSqlParser.KW_ZONE); - this.state = 2881; + this.state = 2883; this.string_(); } break; @@ -11458,7 +11459,7 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2884; + this.state = 2886; _la = this.tokenStream.LA(1); if(!(((((_la - 312)) & ~0x1F) === 0 && ((1 << (_la - 312)) & 63) !== 0))) { this.errorHandler.recoverInline(this); @@ -11490,7 +11491,7 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2886; + this.state = 2888; _la = this.tokenStream.LA(1); if(!(_la === 22 || _la === 26 || _la === 254)) { this.errorHandler.recoverInline(this); @@ -11522,7 +11523,7 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2888; + this.state = 2890; _la = this.tokenStream.LA(1); if(!(_la === 97 || _la === 273)) { this.errorHandler.recoverInline(this); @@ -11554,14 +11555,14 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2890; - this.match(TrinoSqlParser.KW_INTERVAL); this.state = 2892; + this.match(TrinoSqlParser.KW_INTERVAL); + this.state = 2894; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 318 || _la === 319) { { - this.state = 2891; + this.state = 2893; localContext._sign = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 318 || _la === 319)) { @@ -11574,18 +11575,18 @@ export class TrinoSqlParser extends SQLParserBase { } } - this.state = 2894; + this.state = 2896; this.string_(); - this.state = 2895; + this.state = 2897; localContext._from_ = this.intervalField(); - this.state = 2898; + this.state = 2900; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 380, this.context) ) { case 1: { - this.state = 2896; + this.state = 2898; this.match(TrinoSqlParser.KW_TO); - this.state = 2897; + this.state = 2899; localContext._to = this.intervalField(); } break; @@ -11613,7 +11614,7 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2900; + this.state = 2902; _la = this.tokenStream.LA(1); if(!(_la === 67 || _la === 118 || _la === 170 || _la === 171 || _la === 245 || _la === 310)) { this.errorHandler.recoverInline(this); @@ -11645,7 +11646,7 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2902; + this.state = 2904; _la = this.tokenStream.LA(1); if(!(((((_la - 175)) & ~0x1F) === 0 && ((1 << (_la - 175)) & 15) !== 0))) { this.errorHandler.recoverInline(this); @@ -11689,7 +11690,7 @@ export class TrinoSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 2995; + this.state = 2997; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 391, this.context) ) { case 1: @@ -11698,29 +11699,29 @@ export class TrinoSqlParser extends SQLParserBase { this.context = localContext; previousContext = localContext; - this.state = 2905; + this.state = 2907; this.match(TrinoSqlParser.KW_ROW); - this.state = 2906; + this.state = 2908; this.match(TrinoSqlParser.T__0); - this.state = 2907; + this.state = 2909; this.rowField(); - this.state = 2912; + this.state = 2914; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 2908; + this.state = 2910; this.match(TrinoSqlParser.T__2); - this.state = 2909; + this.state = 2911; this.rowField(); } } - this.state = 2914; + this.state = 2916; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2915; + this.state = 2917; this.match(TrinoSqlParser.T__1); } break; @@ -11729,18 +11730,18 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new IntervalTypeContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2917; + this.state = 2919; this.match(TrinoSqlParser.KW_INTERVAL); - this.state = 2918; + this.state = 2920; (localContext as IntervalTypeContext)._from_ = this.intervalField(); - this.state = 2921; + this.state = 2923; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 382, this.context) ) { case 1: { - this.state = 2919; + this.state = 2921; this.match(TrinoSqlParser.KW_TO); - this.state = 2920; + this.state = 2922; (localContext as IntervalTypeContext)._to = this.intervalField(); } break; @@ -11752,32 +11753,32 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new DateTimeTypeContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2923; + this.state = 2925; (localContext as DateTimeTypeContext)._base = this.match(TrinoSqlParser.KW_TIMESTAMP); - this.state = 2928; + this.state = 2930; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 383, this.context) ) { case 1: { - this.state = 2924; + this.state = 2926; this.match(TrinoSqlParser.T__0); - this.state = 2925; + this.state = 2927; (localContext as DateTimeTypeContext)._precision = this.typeParameter(); - this.state = 2926; + this.state = 2928; this.match(TrinoSqlParser.T__1); } break; } - this.state = 2933; + this.state = 2935; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 384, this.context) ) { case 1: { - this.state = 2930; + this.state = 2932; this.match(TrinoSqlParser.KW_WITHOUT); - this.state = 2931; + this.state = 2933; this.match(TrinoSqlParser.KW_TIME); - this.state = 2932; + this.state = 2934; this.match(TrinoSqlParser.KW_ZONE); } break; @@ -11789,27 +11790,27 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new DateTimeTypeContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2935; + this.state = 2937; (localContext as DateTimeTypeContext)._base = this.match(TrinoSqlParser.KW_TIMESTAMP); - this.state = 2940; + this.state = 2942; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 1) { { - this.state = 2936; + this.state = 2938; this.match(TrinoSqlParser.T__0); - this.state = 2937; + this.state = 2939; (localContext as DateTimeTypeContext)._precision = this.typeParameter(); - this.state = 2938; + this.state = 2940; this.match(TrinoSqlParser.T__1); } } - this.state = 2942; + this.state = 2944; this.match(TrinoSqlParser.KW_WITH); - this.state = 2943; + this.state = 2945; this.match(TrinoSqlParser.KW_TIME); - this.state = 2944; + this.state = 2946; this.match(TrinoSqlParser.KW_ZONE); } break; @@ -11818,32 +11819,32 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new DateTimeTypeContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2945; + this.state = 2947; (localContext as DateTimeTypeContext)._base = this.match(TrinoSqlParser.KW_TIME); - this.state = 2950; + this.state = 2952; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 386, this.context) ) { case 1: { - this.state = 2946; + this.state = 2948; this.match(TrinoSqlParser.T__0); - this.state = 2947; + this.state = 2949; (localContext as DateTimeTypeContext)._precision = this.typeParameter(); - this.state = 2948; + this.state = 2950; this.match(TrinoSqlParser.T__1); } break; } - this.state = 2955; + this.state = 2957; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 387, this.context) ) { case 1: { - this.state = 2952; + this.state = 2954; this.match(TrinoSqlParser.KW_WITHOUT); - this.state = 2953; + this.state = 2955; this.match(TrinoSqlParser.KW_TIME); - this.state = 2954; + this.state = 2956; this.match(TrinoSqlParser.KW_ZONE); } break; @@ -11855,27 +11856,27 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new DateTimeTypeContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2957; + this.state = 2959; (localContext as DateTimeTypeContext)._base = this.match(TrinoSqlParser.KW_TIME); - this.state = 2962; + this.state = 2964; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 1) { { - this.state = 2958; + this.state = 2960; this.match(TrinoSqlParser.T__0); - this.state = 2959; + this.state = 2961; (localContext as DateTimeTypeContext)._precision = this.typeParameter(); - this.state = 2960; + this.state = 2962; this.match(TrinoSqlParser.T__1); } } - this.state = 2964; + this.state = 2966; this.match(TrinoSqlParser.KW_WITH); - this.state = 2965; + this.state = 2967; this.match(TrinoSqlParser.KW_TIME); - this.state = 2966; + this.state = 2968; this.match(TrinoSqlParser.KW_ZONE); } break; @@ -11884,9 +11885,9 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new DoublePrecisionTypeContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2967; + this.state = 2969; this.match(TrinoSqlParser.KW_DOUBLE); - this.state = 2968; + this.state = 2970; this.match(TrinoSqlParser.KW_PRECISION); } break; @@ -11895,13 +11896,13 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new LegacyArrayTypeContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2969; + this.state = 2971; this.match(TrinoSqlParser.KW_ARRAY); - this.state = 2970; + this.state = 2972; this.match(TrinoSqlParser.LT); - this.state = 2971; + this.state = 2973; this.type_(0); - this.state = 2972; + this.state = 2974; this.match(TrinoSqlParser.GT); } break; @@ -11910,17 +11911,17 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new LegacyMapTypeContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2974; + this.state = 2976; this.match(TrinoSqlParser.KW_MAP); - this.state = 2975; + this.state = 2977; this.match(TrinoSqlParser.LT); - this.state = 2976; + this.state = 2978; (localContext as LegacyMapTypeContext)._keyType = this.type_(0); - this.state = 2977; + this.state = 2979; this.match(TrinoSqlParser.T__2); - this.state = 2978; + this.state = 2980; (localContext as LegacyMapTypeContext)._valueType = this.type_(0); - this.state = 2979; + this.state = 2981; this.match(TrinoSqlParser.GT); } break; @@ -11929,34 +11930,34 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new GenericTypeContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 2981; + this.state = 2983; this.identifier(); - this.state = 2993; + this.state = 2995; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 390, this.context) ) { case 1: { - this.state = 2982; + this.state = 2984; this.match(TrinoSqlParser.T__0); - this.state = 2983; + this.state = 2985; this.typeParameter(); - this.state = 2988; + this.state = 2990; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 2984; + this.state = 2986; this.match(TrinoSqlParser.T__2); - this.state = 2985; + this.state = 2987; this.typeParameter(); } } - this.state = 2990; + this.state = 2992; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2991; + this.state = 2993; this.match(TrinoSqlParser.T__1); } break; @@ -11965,7 +11966,7 @@ export class TrinoSqlParser extends SQLParserBase { break; } this.context!.stop = this.tokenStream.LT(-1); - this.state = 3006; + this.state = 3008; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 393, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { @@ -11978,22 +11979,22 @@ export class TrinoSqlParser extends SQLParserBase { { localContext = new ArrayTypeContext(new TypeContext(parentContext, parentState)); this.pushNewRecursionContext(localContext, _startState, TrinoSqlParser.RULE_type); - this.state = 2997; + this.state = 2999; if (!(this.precpred(this.context, 2))) { throw this.createFailedPredicateException("this.precpred(this.context, 2)"); } - this.state = 2998; + this.state = 3000; this.match(TrinoSqlParser.KW_ARRAY); - this.state = 3002; + this.state = 3004; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 392, this.context) ) { case 1: { - this.state = 2999; + this.state = 3001; this.match(TrinoSqlParser.T__7); - this.state = 3000; + this.state = 3002; this.match(TrinoSqlParser.INTEGER_VALUE); - this.state = 3001; + this.state = 3003; this.match(TrinoSqlParser.T__8); } break; @@ -12001,7 +12002,7 @@ export class TrinoSqlParser extends SQLParserBase { } } } - this.state = 3008; + this.state = 3010; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 393, this.context); } @@ -12025,22 +12026,22 @@ export class TrinoSqlParser extends SQLParserBase { let localContext = new RowFieldContext(this.context, this.state); this.enterRule(localContext, 186, TrinoSqlParser.RULE_rowField); try { - this.state = 3013; + this.state = 3015; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 394, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3009; + this.state = 3011; this.type_(0); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3010; + this.state = 3012; this.identifier(); - this.state = 3011; + this.state = 3013; this.type_(0); } break; @@ -12064,13 +12065,13 @@ export class TrinoSqlParser extends SQLParserBase { let localContext = new TypeParameterContext(this.context, this.state); this.enterRule(localContext, 188, TrinoSqlParser.RULE_typeParameter); try { - this.state = 3017; + this.state = 3019; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.INTEGER_VALUE: this.enterOuterAlt(localContext, 1); { - this.state = 3015; + this.state = 3017; this.match(TrinoSqlParser.INTEGER_VALUE); } break; @@ -12293,7 +12294,7 @@ export class TrinoSqlParser extends SQLParserBase { case TrinoSqlParser.BACKQUOTED_IDENTIFIER: this.enterOuterAlt(localContext, 2); { - this.state = 3016; + this.state = 3018; this.type_(0); } break; @@ -12321,13 +12322,13 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 3019; + this.state = 3021; this.match(TrinoSqlParser.KW_WHEN); - this.state = 3020; + this.state = 3022; localContext._condition = this.expression(); - this.state = 3021; + this.state = 3023; this.match(TrinoSqlParser.KW_THEN); - this.state = 3022; + this.state = 3024; localContext._result = this.expression(); } } @@ -12351,15 +12352,15 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 3024; + this.state = 3026; this.match(TrinoSqlParser.KW_FILTER); - this.state = 3025; + this.state = 3027; this.match(TrinoSqlParser.T__0); - this.state = 3026; + this.state = 3028; this.match(TrinoSqlParser.KW_WHERE); - this.state = 3027; + this.state = 3029; this.booleanExpression(0); - this.state = 3028; + this.state = 3030; this.match(TrinoSqlParser.T__1); } } @@ -12382,62 +12383,62 @@ export class TrinoSqlParser extends SQLParserBase { this.enterRule(localContext, 194, TrinoSqlParser.RULE_mergeCase); let _la: number; try { - this.state = 3094; + this.state = 3096; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 403, this.context) ) { case 1: localContext = new MergeUpdateContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3030; + this.state = 3032; this.match(TrinoSqlParser.KW_WHEN); - this.state = 3031; + this.state = 3033; this.match(TrinoSqlParser.KW_MATCHED); - this.state = 3034; + this.state = 3036; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 25) { { - this.state = 3032; + this.state = 3034; this.match(TrinoSqlParser.KW_AND); - this.state = 3033; + this.state = 3035; (localContext as MergeUpdateContext)._condition = this.expression(); } } - this.state = 3036; + this.state = 3038; this.match(TrinoSqlParser.KW_THEN); - this.state = 3037; + this.state = 3039; this.match(TrinoSqlParser.KW_UPDATE); - this.state = 3038; + this.state = 3040; this.match(TrinoSqlParser.KW_SET); - this.state = 3039; + this.state = 3041; (localContext as MergeUpdateContext)._identifier = this.identifier(); (localContext as MergeUpdateContext)._targets.push((localContext as MergeUpdateContext)._identifier); - this.state = 3040; + this.state = 3042; this.match(TrinoSqlParser.EQ); - this.state = 3041; + this.state = 3043; (localContext as MergeUpdateContext)._expression = this.expression(); (localContext as MergeUpdateContext)._values.push((localContext as MergeUpdateContext)._expression); - this.state = 3049; + this.state = 3051; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 3042; + this.state = 3044; this.match(TrinoSqlParser.T__2); - this.state = 3043; + this.state = 3045; (localContext as MergeUpdateContext)._identifier = this.identifier(); (localContext as MergeUpdateContext)._targets.push((localContext as MergeUpdateContext)._identifier); - this.state = 3044; + this.state = 3046; this.match(TrinoSqlParser.EQ); - this.state = 3045; + this.state = 3047; (localContext as MergeUpdateContext)._expression = this.expression(); (localContext as MergeUpdateContext)._values.push((localContext as MergeUpdateContext)._expression); } } - this.state = 3051; + this.state = 3053; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -12447,25 +12448,25 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new MergeDeleteContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 3052; + this.state = 3054; this.match(TrinoSqlParser.KW_WHEN); - this.state = 3053; + this.state = 3055; this.match(TrinoSqlParser.KW_MATCHED); - this.state = 3056; + this.state = 3058; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 25) { { - this.state = 3054; + this.state = 3056; this.match(TrinoSqlParser.KW_AND); - this.state = 3055; + this.state = 3057; (localContext as MergeDeleteContext)._condition = this.expression(); } } - this.state = 3058; + this.state = 3060; this.match(TrinoSqlParser.KW_THEN); - this.state = 3059; + this.state = 3061; this.match(TrinoSqlParser.KW_DELETE); } break; @@ -12473,85 +12474,85 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new MergeInsertContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 3060; + this.state = 3062; this.match(TrinoSqlParser.KW_WHEN); - this.state = 3061; + this.state = 3063; this.match(TrinoSqlParser.KW_NOT); - this.state = 3062; + this.state = 3064; this.match(TrinoSqlParser.KW_MATCHED); - this.state = 3065; + this.state = 3067; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 25) { { - this.state = 3063; + this.state = 3065; this.match(TrinoSqlParser.KW_AND); - this.state = 3064; + this.state = 3066; (localContext as MergeInsertContext)._condition = this.expression(); } } - this.state = 3067; + this.state = 3069; this.match(TrinoSqlParser.KW_THEN); - this.state = 3068; + this.state = 3070; this.match(TrinoSqlParser.KW_INSERT); - this.state = 3080; + this.state = 3082; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 1) { { - this.state = 3069; + this.state = 3071; this.match(TrinoSqlParser.T__0); - this.state = 3070; + this.state = 3072; (localContext as MergeInsertContext)._identifier = this.identifier(); (localContext as MergeInsertContext)._targets.push((localContext as MergeInsertContext)._identifier); - this.state = 3075; + this.state = 3077; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 3071; + this.state = 3073; this.match(TrinoSqlParser.T__2); - this.state = 3072; + this.state = 3074; (localContext as MergeInsertContext)._identifier = this.identifier(); (localContext as MergeInsertContext)._targets.push((localContext as MergeInsertContext)._identifier); } } - this.state = 3077; + this.state = 3079; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3078; + this.state = 3080; this.match(TrinoSqlParser.T__1); } } - this.state = 3082; + this.state = 3084; this.match(TrinoSqlParser.KW_VALUES); - this.state = 3083; + this.state = 3085; this.match(TrinoSqlParser.T__0); - this.state = 3084; + this.state = 3086; (localContext as MergeInsertContext)._expression = this.expression(); (localContext as MergeInsertContext)._values.push((localContext as MergeInsertContext)._expression); - this.state = 3089; + this.state = 3091; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 3085; + this.state = 3087; this.match(TrinoSqlParser.T__2); - this.state = 3086; + this.state = 3088; (localContext as MergeInsertContext)._expression = this.expression(); (localContext as MergeInsertContext)._values.push((localContext as MergeInsertContext)._expression); } } - this.state = 3091; + this.state = 3093; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3092; + this.state = 3094; this.match(TrinoSqlParser.T__1); } break; @@ -12577,9 +12578,9 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 3096; + this.state = 3098; this.match(TrinoSqlParser.KW_OVER); - this.state = 3102; + this.state = 3104; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.KW_ABSENT: @@ -12800,17 +12801,17 @@ export class TrinoSqlParser extends SQLParserBase { case TrinoSqlParser.QUOTED_IDENTIFIER: case TrinoSqlParser.BACKQUOTED_IDENTIFIER: { - this.state = 3097; + this.state = 3099; localContext._windowName = this.identifier(); } break; case TrinoSqlParser.T__0: { - this.state = 3098; + this.state = 3100; this.match(TrinoSqlParser.T__0); - this.state = 3099; + this.state = 3101; this.windowSpecification(); - this.state = 3100; + this.state = 3102; this.match(TrinoSqlParser.T__1); } break; @@ -12840,56 +12841,56 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 3113; + this.state = 3115; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 168) { { - this.state = 3104; + this.state = 3106; this.match(TrinoSqlParser.KW_MEASURES); - this.state = 3105; + this.state = 3107; this.measureDefinition(); - this.state = 3110; + this.state = 3112; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 3106; + this.state = 3108; this.match(TrinoSqlParser.T__2); - this.state = 3107; + this.state = 3109; this.measureDefinition(); } } - this.state = 3112; + this.state = 3114; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 3115; + this.state = 3117; this.frameExtent(); - this.state = 3119; + this.state = 3121; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 21) { { - this.state = 3116; + this.state = 3118; this.match(TrinoSqlParser.KW_AFTER); - this.state = 3117; + this.state = 3119; this.match(TrinoSqlParser.KW_MATCH); - this.state = 3118; + this.state = 3120; this.skipTo(); } } - this.state = 3122; + this.state = 3124; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 124 || _la === 247) { { - this.state = 3121; + this.state = 3123; _la = this.tokenStream.LA(1); if(!(_la === 124 || _la === 247)) { this.errorHandler.recoverInline(this); @@ -12901,72 +12902,72 @@ export class TrinoSqlParser extends SQLParserBase { } } - this.state = 3129; + this.state = 3131; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 206) { { - this.state = 3124; + this.state = 3126; this.match(TrinoSqlParser.KW_PATTERN); - this.state = 3125; + this.state = 3127; this.match(TrinoSqlParser.T__0); - this.state = 3126; + this.state = 3128; this.rowPattern(0); - this.state = 3127; + this.state = 3129; this.match(TrinoSqlParser.T__1); } } - this.state = 3140; + this.state = 3142; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 257) { { - this.state = 3131; + this.state = 3133; this.match(TrinoSqlParser.KW_SUBSET); - this.state = 3132; + this.state = 3134; this.subsetDefinition(); - this.state = 3137; + this.state = 3139; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 3133; + this.state = 3135; this.match(TrinoSqlParser.T__2); - this.state = 3134; + this.state = 3136; this.subsetDefinition(); } } - this.state = 3139; + this.state = 3141; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 3151; + this.state = 3153; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 71) { { - this.state = 3142; + this.state = 3144; this.match(TrinoSqlParser.KW_DEFINE); - this.state = 3143; + this.state = 3145; this.variableDefinition(); - this.state = 3148; + this.state = 3150; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 3144; + this.state = 3146; this.match(TrinoSqlParser.T__2); - this.state = 3145; + this.state = 3147; this.variableDefinition(); } } - this.state = 3150; + this.state = 3152; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -12993,78 +12994,78 @@ export class TrinoSqlParser extends SQLParserBase { let localContext = new FrameExtentContext(this.context, this.state); this.enterRule(localContext, 200, TrinoSqlParser.RULE_frameExtent); try { - this.state = 3177; + this.state = 3179; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 414, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3153; + this.state = 3155; localContext._frameType = this.match(TrinoSqlParser.KW_RANGE); - this.state = 3154; + this.state = 3156; localContext._start = this.frameBound(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3155; + this.state = 3157; localContext._frameType = this.match(TrinoSqlParser.KW_ROWS); - this.state = 3156; + this.state = 3158; localContext._start = this.frameBound(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3157; + this.state = 3159; localContext._frameType = this.match(TrinoSqlParser.KW_GROUPS); - this.state = 3158; + this.state = 3160; localContext._start = this.frameBound(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 3159; + this.state = 3161; localContext._frameType = this.match(TrinoSqlParser.KW_RANGE); - this.state = 3160; + this.state = 3162; this.match(TrinoSqlParser.KW_BETWEEN); - this.state = 3161; + this.state = 3163; localContext._start = this.frameBound(); - this.state = 3162; + this.state = 3164; this.match(TrinoSqlParser.KW_AND); - this.state = 3163; + this.state = 3165; localContext._end = this.frameBound(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 3165; + this.state = 3167; localContext._frameType = this.match(TrinoSqlParser.KW_ROWS); - this.state = 3166; + this.state = 3168; this.match(TrinoSqlParser.KW_BETWEEN); - this.state = 3167; + this.state = 3169; localContext._start = this.frameBound(); - this.state = 3168; + this.state = 3170; this.match(TrinoSqlParser.KW_AND); - this.state = 3169; + this.state = 3171; localContext._end = this.frameBound(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 3171; + this.state = 3173; localContext._frameType = this.match(TrinoSqlParser.KW_GROUPS); - this.state = 3172; + this.state = 3174; this.match(TrinoSqlParser.KW_BETWEEN); - this.state = 3173; + this.state = 3175; localContext._start = this.frameBound(); - this.state = 3174; + this.state = 3176; this.match(TrinoSqlParser.KW_AND); - this.state = 3175; + this.state = 3177; localContext._end = this.frameBound(); } break; @@ -13089,16 +13090,16 @@ export class TrinoSqlParser extends SQLParserBase { this.enterRule(localContext, 202, TrinoSqlParser.RULE_frameBound); let _la: number; try { - this.state = 3188; + this.state = 3190; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 415, this.context) ) { case 1: localContext = new UnboundedFrameContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3179; + this.state = 3181; this.match(TrinoSqlParser.KW_UNBOUNDED); - this.state = 3180; + this.state = 3182; (localContext as UnboundedFrameContext)._boundType = this.match(TrinoSqlParser.KW_PRECEDING); } break; @@ -13106,9 +13107,9 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new UnboundedFrameContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 3181; + this.state = 3183; this.match(TrinoSqlParser.KW_UNBOUNDED); - this.state = 3182; + this.state = 3184; (localContext as UnboundedFrameContext)._boundType = this.match(TrinoSqlParser.KW_FOLLOWING); } break; @@ -13116,9 +13117,9 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new CurrentRowBoundContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 3183; + this.state = 3185; this.match(TrinoSqlParser.KW_CURRENT); - this.state = 3184; + this.state = 3186; this.match(TrinoSqlParser.KW_ROW); } break; @@ -13126,9 +13127,9 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new BoundedFrameContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 3185; + this.state = 3187; this.expression(); - this.state = 3186; + this.state = 3188; (localContext as BoundedFrameContext)._boundType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 102 || _la === 212)) { @@ -13179,21 +13180,21 @@ export class TrinoSqlParser extends SQLParserBase { this.context = localContext; previousContext = localContext; - this.state = 3191; - this.patternPrimary(); this.state = 3193; + this.patternPrimary(); + this.state = 3195; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 416, this.context) ) { case 1: { - this.state = 3192; + this.state = 3194; this.patternQuantifier(); } break; } } this.context!.stop = this.tokenStream.LT(-1); - this.state = 3202; + this.state = 3204; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 418, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { @@ -13203,18 +13204,18 @@ export class TrinoSqlParser extends SQLParserBase { } previousContext = localContext; { - this.state = 3200; + this.state = 3202; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 417, this.context) ) { case 1: { localContext = new PatternConcatenationContext(new RowPatternContext(parentContext, parentState)); this.pushNewRecursionContext(localContext, _startState, TrinoSqlParser.RULE_rowPattern); - this.state = 3195; + this.state = 3197; if (!(this.precpred(this.context, 2))) { throw this.createFailedPredicateException("this.precpred(this.context, 2)"); } - this.state = 3196; + this.state = 3198; this.rowPattern(3); } break; @@ -13222,20 +13223,20 @@ export class TrinoSqlParser extends SQLParserBase { { localContext = new PatternAlternationContext(new RowPatternContext(parentContext, parentState)); this.pushNewRecursionContext(localContext, _startState, TrinoSqlParser.RULE_rowPattern); - this.state = 3197; + this.state = 3199; if (!(this.precpred(this.context, 1))) { throw this.createFailedPredicateException("this.precpred(this.context, 1)"); } - this.state = 3198; + this.state = 3200; this.match(TrinoSqlParser.T__10); - this.state = 3199; + this.state = 3201; this.rowPattern(2); } break; } } } - this.state = 3204; + this.state = 3206; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 418, this.context); } @@ -13260,14 +13261,14 @@ export class TrinoSqlParser extends SQLParserBase { this.enterRule(localContext, 206, TrinoSqlParser.RULE_patternPrimary); let _la: number; try { - this.state = 3230; + this.state = 3232; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 420, this.context) ) { case 1: localContext = new PatternVariableContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3205; + this.state = 3207; this.identifier(); } break; @@ -13275,9 +13276,9 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new EmptyPatternContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 3206; + this.state = 3208; this.match(TrinoSqlParser.T__0); - this.state = 3207; + this.state = 3209; this.match(TrinoSqlParser.T__1); } break; @@ -13285,29 +13286,29 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new PatternPermutationContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 3208; + this.state = 3210; this.match(TrinoSqlParser.KW_PERMUTE); - this.state = 3209; + this.state = 3211; this.match(TrinoSqlParser.T__0); - this.state = 3210; + this.state = 3212; this.rowPattern(0); - this.state = 3215; + this.state = 3217; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 3211; + this.state = 3213; this.match(TrinoSqlParser.T__2); - this.state = 3212; + this.state = 3214; this.rowPattern(0); } } - this.state = 3217; + this.state = 3219; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3218; + this.state = 3220; this.match(TrinoSqlParser.T__1); } break; @@ -13315,11 +13316,11 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new GroupedPatternContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 3220; + this.state = 3222; this.match(TrinoSqlParser.T__0); - this.state = 3221; + this.state = 3223; this.rowPattern(0); - this.state = 3222; + this.state = 3224; this.match(TrinoSqlParser.T__1); } break; @@ -13327,7 +13328,7 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new PartitionStartAnchorContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 3224; + this.state = 3226; this.match(TrinoSqlParser.T__11); } break; @@ -13335,7 +13336,7 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new PartitionEndAnchorContext(localContext); this.enterOuterAlt(localContext, 6); { - this.state = 3225; + this.state = 3227; this.match(TrinoSqlParser.T__12); } break; @@ -13343,11 +13344,11 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ExcludedPatternContext(localContext); this.enterOuterAlt(localContext, 7); { - this.state = 3226; + this.state = 3228; this.match(TrinoSqlParser.T__13); - this.state = 3227; + this.state = 3229; this.rowPattern(0); - this.state = 3228; + this.state = 3230; this.match(TrinoSqlParser.T__14); } break; @@ -13372,21 +13373,21 @@ export class TrinoSqlParser extends SQLParserBase { this.enterRule(localContext, 208, TrinoSqlParser.RULE_patternQuantifier); let _la: number; try { - this.state = 3262; + this.state = 3264; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 428, this.context) ) { case 1: localContext = new ZeroOrMoreQuantifierContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3232; - this.match(TrinoSqlParser.ASTERISK); this.state = 3234; + this.match(TrinoSqlParser.ASTERISK); + this.state = 3236; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 421, this.context) ) { case 1: { - this.state = 3233; + this.state = 3235; (localContext as ZeroOrMoreQuantifierContext)._reluctant = this.match(TrinoSqlParser.QUESTION_MARK); } break; @@ -13397,14 +13398,14 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new OneOrMoreQuantifierContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 3236; - this.match(TrinoSqlParser.PLUS); this.state = 3238; + this.match(TrinoSqlParser.PLUS); + this.state = 3240; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 422, this.context) ) { case 1: { - this.state = 3237; + this.state = 3239; (localContext as OneOrMoreQuantifierContext)._reluctant = this.match(TrinoSqlParser.QUESTION_MARK); } break; @@ -13415,14 +13416,14 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ZeroOrOneQuantifierContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 3240; - this.match(TrinoSqlParser.QUESTION_MARK); this.state = 3242; + this.match(TrinoSqlParser.QUESTION_MARK); + this.state = 3244; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 423, this.context) ) { case 1: { - this.state = 3241; + this.state = 3243; (localContext as ZeroOrOneQuantifierContext)._reluctant = this.match(TrinoSqlParser.QUESTION_MARK); } break; @@ -13433,18 +13434,18 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new RangeQuantifierContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 3244; + this.state = 3246; this.match(TrinoSqlParser.T__15); - this.state = 3245; + this.state = 3247; (localContext as RangeQuantifierContext)._exactly = this.match(TrinoSqlParser.INTEGER_VALUE); - this.state = 3246; - this.match(TrinoSqlParser.T__16); this.state = 3248; + this.match(TrinoSqlParser.T__16); + this.state = 3250; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 424, this.context) ) { case 1: { - this.state = 3247; + this.state = 3249; (localContext as RangeQuantifierContext)._reluctant = this.match(TrinoSqlParser.QUESTION_MARK); } break; @@ -13455,38 +13456,38 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new RangeQuantifierContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 3250; - this.match(TrinoSqlParser.T__15); this.state = 3252; + this.match(TrinoSqlParser.T__15); + this.state = 3254; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 329) { { - this.state = 3251; + this.state = 3253; (localContext as RangeQuantifierContext)._atLeast = this.match(TrinoSqlParser.INTEGER_VALUE); } } - this.state = 3254; - this.match(TrinoSqlParser.T__2); this.state = 3256; + this.match(TrinoSqlParser.T__2); + this.state = 3258; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 329) { { - this.state = 3255; + this.state = 3257; (localContext as RangeQuantifierContext)._atMost = this.match(TrinoSqlParser.INTEGER_VALUE); } } - this.state = 3258; - this.match(TrinoSqlParser.T__16); this.state = 3260; + this.match(TrinoSqlParser.T__16); + this.state = 3262; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 427, this.context) ) { case 1: { - this.state = 3259; + this.state = 3261; (localContext as RangeQuantifierContext)._reluctant = this.match(TrinoSqlParser.QUESTION_MARK); } break; @@ -13515,11 +13516,11 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 3264; + this.state = 3266; this.identifier(); - this.state = 3265; + this.state = 3267; this.match(TrinoSqlParser.EQ); - this.state = 3266; + this.state = 3268; this.expression(); } } @@ -13542,16 +13543,16 @@ export class TrinoSqlParser extends SQLParserBase { this.enterRule(localContext, 212, TrinoSqlParser.RULE_explainOption); let _la: number; try { - this.state = 3272; + this.state = 3274; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.KW_FORMAT: localContext = new ExplainFormatContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3268; + this.state = 3270; this.match(TrinoSqlParser.KW_FORMAT); - this.state = 3269; + this.state = 3271; (localContext as ExplainFormatContext)._value = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 113 || _la === 137 || _la === 263)) { @@ -13567,9 +13568,9 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ExplainTypeContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 3270; + this.state = 3272; this.match(TrinoSqlParser.KW_TYPE); - this.state = 3271; + this.state = 3273; (localContext as ExplainTypeContext)._value = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 80 || _la === 132 || _la === 160 || _la === 294)) { @@ -13604,18 +13605,18 @@ export class TrinoSqlParser extends SQLParserBase { this.enterRule(localContext, 214, TrinoSqlParser.RULE_transactionMode); let _la: number; try { - this.state = 3279; + this.state = 3281; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.KW_ISOLATION: localContext = new IsolationLevelContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3274; + this.state = 3276; this.match(TrinoSqlParser.KW_ISOLATION); - this.state = 3275; + this.state = 3277; this.match(TrinoSqlParser.KW_LEVEL); - this.state = 3276; + this.state = 3278; this.levelOfIsolation(); } break; @@ -13623,9 +13624,9 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new TransactionAccessModeContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 3277; + this.state = 3279; this.match(TrinoSqlParser.KW_READ); - this.state = 3278; + this.state = 3280; (localContext as TransactionAccessModeContext)._accessMode = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 192 || _la === 309)) { @@ -13659,16 +13660,16 @@ export class TrinoSqlParser extends SQLParserBase { let localContext = new LevelOfIsolationContext(this.context, this.state); this.enterRule(localContext, 216, TrinoSqlParser.RULE_levelOfIsolation); try { - this.state = 3288; + this.state = 3290; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 431, this.context) ) { case 1: localContext = new ReadUncommittedContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3281; + this.state = 3283; this.match(TrinoSqlParser.KW_READ); - this.state = 3282; + this.state = 3284; this.match(TrinoSqlParser.KW_UNCOMMITTED); } break; @@ -13676,9 +13677,9 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ReadCommittedContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 3283; + this.state = 3285; this.match(TrinoSqlParser.KW_READ); - this.state = 3284; + this.state = 3286; this.match(TrinoSqlParser.KW_COMMITTED); } break; @@ -13686,9 +13687,9 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new RepeatableReadContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 3285; + this.state = 3287; this.match(TrinoSqlParser.KW_REPEATABLE); - this.state = 3286; + this.state = 3288; this.match(TrinoSqlParser.KW_READ); } break; @@ -13696,7 +13697,7 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new SerializableContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 3287; + this.state = 3289; this.match(TrinoSqlParser.KW_SERIALIZABLE); } break; @@ -13720,14 +13721,14 @@ export class TrinoSqlParser extends SQLParserBase { let localContext = new CallArgumentContext(this.context, this.state); this.enterRule(localContext, 218, TrinoSqlParser.RULE_callArgument); try { - this.state = 3295; + this.state = 3297; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 432, this.context) ) { case 1: localContext = new PositionalArgumentContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3290; + this.state = 3292; this.expression(); } break; @@ -13735,11 +13736,11 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new NamedArgumentContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 3291; + this.state = 3293; this.identifier(); - this.state = 3292; + this.state = 3294; this.match(TrinoSqlParser.T__5); - this.state = 3293; + this.state = 3295; this.expression(); } break; @@ -13763,18 +13764,18 @@ export class TrinoSqlParser extends SQLParserBase { let localContext = new PathElementContext(this.context, this.state); this.enterRule(localContext, 220, TrinoSqlParser.RULE_pathElement); try { - this.state = 3302; + this.state = 3304; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 433, this.context) ) { case 1: localContext = new QualifiedArgumentContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3297; + this.state = 3299; this.identifier(); - this.state = 3298; + this.state = 3300; this.match(TrinoSqlParser.T__3); - this.state = 3299; + this.state = 3301; this.identifier(); } break; @@ -13782,7 +13783,7 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new UnqualifiedArgumentContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 3301; + this.state = 3303; this.identifier(); } break; @@ -13809,21 +13810,21 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 3304; + this.state = 3306; this.pathElement(); - this.state = 3309; + this.state = 3311; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 3305; + this.state = 3307; this.match(TrinoSqlParser.T__2); - this.state = 3306; + this.state = 3308; this.pathElement(); } } - this.state = 3311; + this.state = 3313; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -13850,29 +13851,29 @@ export class TrinoSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 3312; + this.state = 3314; this.match(TrinoSqlParser.KW_FUNCTION); - this.state = 3313; + this.state = 3315; this.functionDeclaration(); - this.state = 3314; + this.state = 3316; this.returnsClause(); - this.state = 3318; + this.state = 3320; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 435, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 3315; + this.state = 3317; this.routineCharacteristic(); } } } - this.state = 3320; + this.state = 3322; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 435, this.context); } - this.state = 3321; + this.state = 3323; this.controlStatement(); } } @@ -13897,37 +13898,37 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 3323; + this.state = 3325; this.functionNameCreate(); - this.state = 3324; + this.state = 3326; this.match(TrinoSqlParser.T__0); - this.state = 3333; + this.state = 3335; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 18)) & ~0x1F) === 0 && ((1 << (_la - 18)) & 4282055519) !== 0) || ((((_la - 51)) & ~0x1F) === 0 && ((1 << (_la - 51)) & 3988635683) !== 0) || ((((_la - 85)) & ~0x1F) === 0 && ((1 << (_la - 85)) & 2680939671) !== 0) || ((((_la - 118)) & ~0x1F) === 0 && ((1 << (_la - 118)) & 4228606319) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 2143288491) !== 0) || ((((_la - 184)) & ~0x1F) === 0 && ((1 << (_la - 184)) & 3221214143) !== 0) || ((((_la - 216)) & ~0x1F) === 0 && ((1 << (_la - 216)) & 4290510815) !== 0) || ((((_la - 249)) & ~0x1F) === 0 && ((1 << (_la - 249)) & 4001298431) !== 0) || ((((_la - 282)) & ~0x1F) === 0 && ((1 << (_la - 282)) & 1068744439) !== 0) || ((((_la - 332)) & ~0x1F) === 0 && ((1 << (_la - 332)) & 15) !== 0)) { { - this.state = 3325; + this.state = 3327; this.parameterDeclaration(); - this.state = 3330; + this.state = 3332; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 3326; + this.state = 3328; this.match(TrinoSqlParser.T__2); - this.state = 3327; + this.state = 3329; this.parameterDeclaration(); } } - this.state = 3332; + this.state = 3334; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 3335; + this.state = 3337; this.match(TrinoSqlParser.T__1); } } @@ -13952,37 +13953,37 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 3337; + this.state = 3339; this.functionName(); - this.state = 3338; + this.state = 3340; this.match(TrinoSqlParser.T__0); - this.state = 3347; + this.state = 3349; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 18)) & ~0x1F) === 0 && ((1 << (_la - 18)) & 4282055519) !== 0) || ((((_la - 51)) & ~0x1F) === 0 && ((1 << (_la - 51)) & 3988635683) !== 0) || ((((_la - 85)) & ~0x1F) === 0 && ((1 << (_la - 85)) & 2680939671) !== 0) || ((((_la - 118)) & ~0x1F) === 0 && ((1 << (_la - 118)) & 4228606319) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 2143288491) !== 0) || ((((_la - 184)) & ~0x1F) === 0 && ((1 << (_la - 184)) & 3221214143) !== 0) || ((((_la - 216)) & ~0x1F) === 0 && ((1 << (_la - 216)) & 4290510815) !== 0) || ((((_la - 249)) & ~0x1F) === 0 && ((1 << (_la - 249)) & 4001298431) !== 0) || ((((_la - 282)) & ~0x1F) === 0 && ((1 << (_la - 282)) & 1068744439) !== 0) || ((((_la - 332)) & ~0x1F) === 0 && ((1 << (_la - 332)) & 15) !== 0)) { { - this.state = 3339; + this.state = 3341; this.parameterDeclaration(); - this.state = 3344; + this.state = 3346; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 3340; + this.state = 3342; this.match(TrinoSqlParser.T__2); - this.state = 3341; + this.state = 3343; this.parameterDeclaration(); } } - this.state = 3346; + this.state = 3348; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 3349; + this.state = 3351; this.match(TrinoSqlParser.T__1); } } @@ -14006,17 +14007,17 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 3352; + this.state = 3354; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 440, this.context) ) { case 1: { - this.state = 3351; + this.state = 3353; this.identifier(); } break; } - this.state = 3354; + this.state = 3356; this.type_(0); } } @@ -14040,9 +14041,9 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 3356; + this.state = 3358; this.match(TrinoSqlParser.KW_RETURNS); - this.state = 3357; + this.state = 3359; this.type_(0); } } @@ -14065,16 +14066,16 @@ export class TrinoSqlParser extends SQLParserBase { this.enterRule(localContext, 234, TrinoSqlParser.RULE_routineCharacteristic); let _la: number; try { - this.state = 3378; + this.state = 3380; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.KW_LANGUAGE: localContext = new LanguageCharacteristicContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3359; + this.state = 3361; this.match(TrinoSqlParser.KW_LANGUAGE); - this.state = 3360; + this.state = 3362; this.identifier(); } break; @@ -14083,17 +14084,17 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new DeterministicCharacteristicContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 3362; + this.state = 3364; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 182) { { - this.state = 3361; + this.state = 3363; this.match(TrinoSqlParser.KW_NOT); } } - this.state = 3364; + this.state = 3366; this.match(TrinoSqlParser.KW_DETERMINISTIC); } break; @@ -14101,15 +14102,15 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new ReturnsNullOnNullInputCharacteristicContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 3365; - this.match(TrinoSqlParser.KW_RETURNS); - this.state = 3366; - this.match(TrinoSqlParser.KW_NULL); this.state = 3367; - this.match(TrinoSqlParser.KW_ON); + this.match(TrinoSqlParser.KW_RETURNS); this.state = 3368; this.match(TrinoSqlParser.KW_NULL); this.state = 3369; + this.match(TrinoSqlParser.KW_ON); + this.state = 3370; + this.match(TrinoSqlParser.KW_NULL); + this.state = 3371; this.match(TrinoSqlParser.KW_INPUT); } break; @@ -14117,13 +14118,13 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new CalledOnNullInputCharacteristicContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 3370; + this.state = 3372; this.match(TrinoSqlParser.KW_CALLED); - this.state = 3371; + this.state = 3373; this.match(TrinoSqlParser.KW_ON); - this.state = 3372; + this.state = 3374; this.match(TrinoSqlParser.KW_NULL); - this.state = 3373; + this.state = 3375; this.match(TrinoSqlParser.KW_INPUT); } break; @@ -14131,9 +14132,9 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new SecurityCharacteristicContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 3374; + this.state = 3376; this.match(TrinoSqlParser.KW_SECURITY); - this.state = 3375; + this.state = 3377; _la = this.tokenStream.LA(1); if(!(_la === 72 || _la === 131)) { this.errorHandler.recoverInline(this); @@ -14148,9 +14149,9 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new CommentCharacteristicContext(localContext); this.enterOuterAlt(localContext, 6); { - this.state = 3376; + this.state = 3378; this.match(TrinoSqlParser.KW_COMMENT); - this.state = 3377; + this.state = 3379; this.string_(); } break; @@ -14178,16 +14179,16 @@ export class TrinoSqlParser extends SQLParserBase { let _la: number; try { let alternative: number; - this.state = 3479; + this.state = 3481; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 454, this.context) ) { case 1: localContext = new ReturnStatementContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3380; + this.state = 3382; this.match(TrinoSqlParser.KW_RETURN); - this.state = 3381; + this.state = 3383; this.valueExpression(0); } break; @@ -14195,13 +14196,13 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new AssignmentStatementContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 3382; + this.state = 3384; this.match(TrinoSqlParser.KW_SET); - this.state = 3383; + this.state = 3385; this.identifier(); - this.state = 3384; + this.state = 3386; this.match(TrinoSqlParser.EQ); - this.state = 3385; + this.state = 3387; this.expression(); } break; @@ -14209,37 +14210,37 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new SimpleCaseStatementContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 3387; + this.state = 3389; this.match(TrinoSqlParser.KW_CASE); - this.state = 3388; - this.expression(); this.state = 3390; + this.expression(); + this.state = 3392; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 3389; + this.state = 3391; this.caseStatementWhenClause(); } } - this.state = 3392; + this.state = 3394; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 300); - this.state = 3395; + this.state = 3397; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 84) { { - this.state = 3394; + this.state = 3396; this.elseClause(); } } - this.state = 3397; + this.state = 3399; this.match(TrinoSqlParser.KW_END); - this.state = 3398; + this.state = 3400; this.match(TrinoSqlParser.KW_CASE); } break; @@ -14247,35 +14248,35 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new SearchedCaseStatementContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 3400; - this.match(TrinoSqlParser.KW_CASE); this.state = 3402; + this.match(TrinoSqlParser.KW_CASE); + this.state = 3404; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 3401; + this.state = 3403; this.caseStatementWhenClause(); } } - this.state = 3404; + this.state = 3406; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 300); - this.state = 3407; + this.state = 3409; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 84) { { - this.state = 3406; + this.state = 3408; this.elseClause(); } } - this.state = 3409; + this.state = 3411; this.match(TrinoSqlParser.KW_END); - this.state = 3410; + this.state = 3412; this.match(TrinoSqlParser.KW_CASE); } break; @@ -14283,41 +14284,41 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new IfStatementContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 3412; + this.state = 3414; this.match(TrinoSqlParser.KW_IF); - this.state = 3413; + this.state = 3415; this.expression(); - this.state = 3414; + this.state = 3416; this.match(TrinoSqlParser.KW_THEN); - this.state = 3415; + this.state = 3417; this.sqlStatementList(); - this.state = 3419; + this.state = 3421; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 86) { { { - this.state = 3416; + this.state = 3418; this.elseIfClause(); } } - this.state = 3421; + this.state = 3423; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3423; + this.state = 3425; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 84) { { - this.state = 3422; + this.state = 3424; this.elseClause(); } } - this.state = 3425; + this.state = 3427; this.match(TrinoSqlParser.KW_END); - this.state = 3426; + this.state = 3428; this.match(TrinoSqlParser.KW_IF); } break; @@ -14325,9 +14326,9 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new IterateStatementContext(localContext); this.enterOuterAlt(localContext, 6); { - this.state = 3428; + this.state = 3430; this.match(TrinoSqlParser.KW_ITERATE); - this.state = 3429; + this.state = 3431; this.identifier(); } break; @@ -14335,9 +14336,9 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new LeaveStatementContext(localContext); this.enterOuterAlt(localContext, 7); { - this.state = 3430; + this.state = 3432; this.match(TrinoSqlParser.KW_LEAVE); - this.state = 3431; + this.state = 3433; this.identifier(); } break; @@ -14345,37 +14346,37 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new CompoundStatementContext(localContext); this.enterOuterAlt(localContext, 8); { - this.state = 3432; + this.state = 3434; this.match(TrinoSqlParser.KW_BEGIN); - this.state = 3438; + this.state = 3440; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 449, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 3433; + this.state = 3435; this.variableDeclaration(); - this.state = 3434; + this.state = 3436; this.match(TrinoSqlParser.SEMICOLON); } } } - this.state = 3440; + this.state = 3442; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 449, this.context); } - this.state = 3442; + this.state = 3444; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 18)) & ~0x1F) === 0 && ((1 << (_la - 18)) & 4286249823) !== 0) || ((((_la - 51)) & ~0x1F) === 0 && ((1 << (_la - 51)) & 3988635683) !== 0) || ((((_la - 85)) & ~0x1F) === 0 && ((1 << (_la - 85)) & 2680939671) !== 0) || ((((_la - 118)) & ~0x1F) === 0 && ((1 << (_la - 118)) & 4228606319) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 2143288491) !== 0) || ((((_la - 184)) & ~0x1F) === 0 && ((1 << (_la - 184)) & 3221214143) !== 0) || ((((_la - 216)) & ~0x1F) === 0 && ((1 << (_la - 216)) & 4290510815) !== 0) || ((((_la - 249)) & ~0x1F) === 0 && ((1 << (_la - 249)) & 4001298431) !== 0) || ((((_la - 282)) & ~0x1F) === 0 && ((1 << (_la - 282)) & 1068744439) !== 0) || ((((_la - 332)) & ~0x1F) === 0 && ((1 << (_la - 332)) & 15) !== 0)) { { - this.state = 3441; + this.state = 3443; this.sqlStatementList(); } } - this.state = 3444; + this.state = 3446; this.match(TrinoSqlParser.KW_END); } break; @@ -14383,25 +14384,25 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new LoopStatementContext(localContext); this.enterOuterAlt(localContext, 9); { - this.state = 3448; + this.state = 3450; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 451, this.context) ) { case 1: { - this.state = 3445; + this.state = 3447; (localContext as LoopStatementContext)._label = this.identifier(); - this.state = 3446; + this.state = 3448; this.match(TrinoSqlParser.T__9); } break; } - this.state = 3450; + this.state = 3452; this.match(TrinoSqlParser.KW_LOOP); - this.state = 3451; + this.state = 3453; this.sqlStatementList(); - this.state = 3452; + this.state = 3454; this.match(TrinoSqlParser.KW_END); - this.state = 3453; + this.state = 3455; this.match(TrinoSqlParser.KW_LOOP); } break; @@ -14409,29 +14410,29 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new WhileStatementContext(localContext); this.enterOuterAlt(localContext, 10); { - this.state = 3458; + this.state = 3460; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 452, this.context) ) { case 1: { - this.state = 3455; + this.state = 3457; (localContext as WhileStatementContext)._label = this.identifier(); - this.state = 3456; + this.state = 3458; this.match(TrinoSqlParser.T__9); } break; } - this.state = 3460; + this.state = 3462; this.match(TrinoSqlParser.KW_WHILE); - this.state = 3461; + this.state = 3463; this.expression(); - this.state = 3462; + this.state = 3464; this.match(TrinoSqlParser.KW_DO); - this.state = 3463; + this.state = 3465; this.sqlStatementList(); - this.state = 3464; + this.state = 3466; this.match(TrinoSqlParser.KW_END); - this.state = 3465; + this.state = 3467; this.match(TrinoSqlParser.KW_WHILE); } break; @@ -14439,29 +14440,29 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new RepeatStatementContext(localContext); this.enterOuterAlt(localContext, 11); { - this.state = 3470; + this.state = 3472; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 453, this.context) ) { case 1: { - this.state = 3467; + this.state = 3469; (localContext as RepeatStatementContext)._label = this.identifier(); - this.state = 3468; + this.state = 3470; this.match(TrinoSqlParser.T__9); } break; } - this.state = 3472; + this.state = 3474; this.match(TrinoSqlParser.KW_REPEAT); - this.state = 3473; + this.state = 3475; this.sqlStatementList(); - this.state = 3474; + this.state = 3476; this.match(TrinoSqlParser.KW_UNTIL); - this.state = 3475; + this.state = 3477; this.expression(); - this.state = 3476; + this.state = 3478; this.match(TrinoSqlParser.KW_END); - this.state = 3477; + this.state = 3479; this.match(TrinoSqlParser.KW_REPEAT); } break; @@ -14487,13 +14488,13 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 3481; + this.state = 3483; this.match(TrinoSqlParser.KW_WHEN); - this.state = 3482; + this.state = 3484; this.expression(); - this.state = 3483; + this.state = 3485; this.match(TrinoSqlParser.KW_THEN); - this.state = 3484; + this.state = 3486; this.sqlStatementList(); } } @@ -14517,13 +14518,13 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 3486; + this.state = 3488; this.match(TrinoSqlParser.KW_ELSEIF); - this.state = 3487; + this.state = 3489; this.expression(); - this.state = 3488; + this.state = 3490; this.match(TrinoSqlParser.KW_THEN); - this.state = 3489; + this.state = 3491; this.sqlStatementList(); } } @@ -14547,9 +14548,9 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 3491; + this.state = 3493; this.match(TrinoSqlParser.KW_ELSE); - this.state = 3492; + this.state = 3494; this.sqlStatementList(); } } @@ -14574,36 +14575,36 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 3494; + this.state = 3496; this.match(TrinoSqlParser.KW_DECLARE); - this.state = 3495; + this.state = 3497; this.identifier(); - this.state = 3500; + this.state = 3502; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 3496; + this.state = 3498; this.match(TrinoSqlParser.T__2); - this.state = 3497; + this.state = 3499; this.identifier(); } } - this.state = 3502; + this.state = 3504; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3503; + this.state = 3505; this.type_(0); - this.state = 3506; + this.state = 3508; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 70) { { - this.state = 3504; + this.state = 3506; this.match(TrinoSqlParser.KW_DEFAULT); - this.state = 3505; + this.state = 3507; this.valueExpression(0); } } @@ -14631,7 +14632,7 @@ export class TrinoSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 3511; + this.state = 3513; this.errorHandler.sync(this); alternative = 1; do { @@ -14639,9 +14640,9 @@ export class TrinoSqlParser extends SQLParserBase { case 1: { { - this.state = 3508; + this.state = 3510; this.controlStatement(); - this.state = 3509; + this.state = 3511; this.match(TrinoSqlParser.SEMICOLON); } } @@ -14649,7 +14650,7 @@ export class TrinoSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 3513; + this.state = 3515; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 457, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); @@ -14673,48 +14674,48 @@ export class TrinoSqlParser extends SQLParserBase { let localContext = new PrivilegeContext(this.context, this.state); this.enterRule(localContext, 248, TrinoSqlParser.RULE_privilege); try { - this.state = 3521; + this.state = 3523; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 458, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3515; + this.state = 3517; this.match(TrinoSqlParser.KW_CREATE); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3516; + this.state = 3518; this.match(TrinoSqlParser.KW_SELECT); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3517; + this.state = 3519; this.match(TrinoSqlParser.KW_DELETE); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 3518; + this.state = 3520; this.match(TrinoSqlParser.KW_INSERT); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 3519; + this.state = 3521; this.match(TrinoSqlParser.KW_UPDATE); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 3520; + this.state = 3522; this.identifier(); } break; @@ -14738,27 +14739,27 @@ export class TrinoSqlParser extends SQLParserBase { let localContext = new EntityKindContext(this.context, this.state); this.enterRule(localContext, 250, TrinoSqlParser.RULE_entityKind); try { - this.state = 3526; + this.state = 3528; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 459, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3523; + this.state = 3525; this.match(TrinoSqlParser.KW_TABLE); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3524; + this.state = 3526; this.match(TrinoSqlParser.KW_SCHEMA); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3525; + this.state = 3527; this.identifier(); } break; @@ -14784,17 +14785,17 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 3529; + this.state = 3531; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 460, this.context) ) { case 1: { - this.state = 3528; + this.state = 3530; this.entityKind(); } break; } - this.state = 3531; + this.state = 3533; this.qualifiedName(); } } @@ -14816,20 +14817,20 @@ export class TrinoSqlParser extends SQLParserBase { let localContext = new TableOrViewNameContext(this.context, this.state); this.enterRule(localContext, 254, TrinoSqlParser.RULE_tableOrViewName); try { - this.state = 3535; + this.state = 3537; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 461, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3533; + this.state = 3535; this.tableRef(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3534; + this.state = 3536; this.viewRef(); } break; @@ -14853,39 +14854,39 @@ export class TrinoSqlParser extends SQLParserBase { let localContext = new TableRefContext(this.context, this.state); this.enterRule(localContext, 256, TrinoSqlParser.RULE_tableRef); try { - this.state = 3548; + this.state = 3550; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 462, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3537; + this.state = 3539; localContext._table = this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3538; + this.state = 3540; localContext._schema = this.identifier(); - this.state = 3539; + this.state = 3541; this.match(TrinoSqlParser.T__3); - this.state = 3540; + this.state = 3542; localContext._table = this.identifier(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3542; - localContext._catalog = this.identifier(); - this.state = 3543; - this.match(TrinoSqlParser.T__3); this.state = 3544; - localContext._schema = this.identifier(); + localContext._catalog = this.identifier(); this.state = 3545; this.match(TrinoSqlParser.T__3); this.state = 3546; + localContext._schema = this.identifier(); + this.state = 3547; + this.match(TrinoSqlParser.T__3); + this.state = 3548; localContext._table = this.identifier(); } break; @@ -14909,39 +14910,39 @@ export class TrinoSqlParser extends SQLParserBase { let localContext = new TableNameCreateContext(this.context, this.state); this.enterRule(localContext, 258, TrinoSqlParser.RULE_tableNameCreate); try { - this.state = 3561; + this.state = 3563; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 463, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3550; + this.state = 3552; localContext._table = this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3551; + this.state = 3553; localContext._schema = this.identifier(); - this.state = 3552; + this.state = 3554; this.match(TrinoSqlParser.T__3); - this.state = 3553; + this.state = 3555; localContext._table = this.identifier(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3555; - localContext._catalog = this.identifier(); - this.state = 3556; - this.match(TrinoSqlParser.T__3); this.state = 3557; - localContext._schema = this.identifier(); + localContext._catalog = this.identifier(); this.state = 3558; this.match(TrinoSqlParser.T__3); this.state = 3559; + localContext._schema = this.identifier(); + this.state = 3560; + this.match(TrinoSqlParser.T__3); + this.state = 3561; localContext._table = this.identifier(); } break; @@ -14965,39 +14966,39 @@ export class TrinoSqlParser extends SQLParserBase { let localContext = new ViewRefContext(this.context, this.state); this.enterRule(localContext, 260, TrinoSqlParser.RULE_viewRef); try { - this.state = 3574; + this.state = 3576; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 464, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3563; + this.state = 3565; localContext._view = this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3564; + this.state = 3566; localContext._schema = this.identifier(); - this.state = 3565; + this.state = 3567; this.match(TrinoSqlParser.T__3); - this.state = 3566; + this.state = 3568; localContext._view = this.identifier(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3568; - localContext._catalog = this.identifier(); - this.state = 3569; - this.match(TrinoSqlParser.T__3); this.state = 3570; - localContext._schema = this.identifier(); + localContext._catalog = this.identifier(); this.state = 3571; this.match(TrinoSqlParser.T__3); this.state = 3572; + localContext._schema = this.identifier(); + this.state = 3573; + this.match(TrinoSqlParser.T__3); + this.state = 3574; localContext._view = this.identifier(); } break; @@ -15021,39 +15022,39 @@ export class TrinoSqlParser extends SQLParserBase { let localContext = new ViewNameCreateContext(this.context, this.state); this.enterRule(localContext, 262, TrinoSqlParser.RULE_viewNameCreate); try { - this.state = 3587; + this.state = 3589; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 465, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3576; + this.state = 3578; localContext._view = this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3577; + this.state = 3579; localContext._schema = this.identifier(); - this.state = 3578; + this.state = 3580; this.match(TrinoSqlParser.T__3); - this.state = 3579; + this.state = 3581; localContext._view = this.identifier(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3581; - localContext._catalog = this.identifier(); - this.state = 3582; - this.match(TrinoSqlParser.T__3); this.state = 3583; - localContext._schema = this.identifier(); + localContext._catalog = this.identifier(); this.state = 3584; this.match(TrinoSqlParser.T__3); this.state = 3585; + localContext._schema = this.identifier(); + this.state = 3586; + this.match(TrinoSqlParser.T__3); + this.state = 3587; localContext._view = this.identifier(); } break; @@ -15077,24 +15078,24 @@ export class TrinoSqlParser extends SQLParserBase { let localContext = new SchemaRefContext(this.context, this.state); this.enterRule(localContext, 264, TrinoSqlParser.RULE_schemaRef); try { - this.state = 3594; + this.state = 3596; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 466, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3589; + this.state = 3591; localContext._schema = this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3590; + this.state = 3592; localContext._catalog = this.identifier(); - this.state = 3591; + this.state = 3593; this.match(TrinoSqlParser.T__3); - this.state = 3592; + this.state = 3594; localContext._schema = this.identifier(); } break; @@ -15118,24 +15119,24 @@ export class TrinoSqlParser extends SQLParserBase { let localContext = new SchemaNameCreateContext(this.context, this.state); this.enterRule(localContext, 266, TrinoSqlParser.RULE_schemaNameCreate); try { - this.state = 3601; + this.state = 3603; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 467, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3596; + this.state = 3598; localContext._schema = this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3597; + this.state = 3599; localContext._catalog = this.identifier(); - this.state = 3598; + this.state = 3600; this.match(TrinoSqlParser.T__3); - this.state = 3599; + this.state = 3601; localContext._schema = this.identifier(); } break; @@ -15161,7 +15162,7 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 3603; + this.state = 3605; localContext._catalog = this.identifier(); } } @@ -15185,7 +15186,7 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 3605; + this.state = 3607; localContext._catalog = this.identifier(); } } @@ -15209,7 +15210,7 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 3607; + this.state = 3609; this.qualifiedName(); } } @@ -15233,7 +15234,7 @@ export class TrinoSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 3609; + this.state = 3611; this.qualifiedName(); } } @@ -15255,20 +15256,20 @@ export class TrinoSqlParser extends SQLParserBase { let localContext = new ColumnRefContext(this.context, this.state); this.enterRule(localContext, 276, TrinoSqlParser.RULE_columnRef); try { - this.state = 3613; + this.state = 3615; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 468, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3611; + this.state = 3613; this.qualifiedName(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3612; + this.state = 3614; if (!(this.shouldMatchEmpty())) { throw this.createFailedPredicateException("this.shouldMatchEmpty()"); } @@ -15290,13 +15291,37 @@ export class TrinoSqlParser extends SQLParserBase { } return localContext; } + public columnName(): ColumnNameContext { + let localContext = new ColumnNameContext(this.context, this.state); + this.enterRule(localContext, 278, TrinoSqlParser.RULE_columnName); + try { + this.enterOuterAlt(localContext, 1); + { + this.state = 3617; + this.qualifiedName(); + } + } + 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 columnNameCreate(): ColumnNameCreateContext { let localContext = new ColumnNameCreateContext(this.context, this.state); - this.enterRule(localContext, 278, TrinoSqlParser.RULE_columnNameCreate); + this.enterRule(localContext, 280, TrinoSqlParser.RULE_columnNameCreate); try { this.enterOuterAlt(localContext, 1); { - this.state = 3615; + this.state = 3619; this.identifier(); } } @@ -15316,28 +15341,28 @@ export class TrinoSqlParser extends SQLParserBase { } public qualifiedName(): QualifiedNameContext { let localContext = new QualifiedNameContext(this.context, this.state); - this.enterRule(localContext, 280, TrinoSqlParser.RULE_qualifiedName); + this.enterRule(localContext, 282, TrinoSqlParser.RULE_qualifiedName); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 3617; + this.state = 3621; this.identifier(); - this.state = 3622; + this.state = 3626; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 469, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 3618; + this.state = 3622; this.match(TrinoSqlParser.T__3); - this.state = 3619; + this.state = 3623; this.identifier(); } } } - this.state = 3624; + this.state = 3628; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 469, this.context); } @@ -15359,19 +15384,19 @@ export class TrinoSqlParser extends SQLParserBase { } public queryPeriod(): QueryPeriodContext { let localContext = new QueryPeriodContext(this.context, this.state); - this.enterRule(localContext, 282, TrinoSqlParser.RULE_queryPeriod); + this.enterRule(localContext, 284, TrinoSqlParser.RULE_queryPeriod); try { this.enterOuterAlt(localContext, 1); { - this.state = 3625; + this.state = 3629; this.match(TrinoSqlParser.KW_FOR); - this.state = 3626; + this.state = 3630; this.rangeType(); - this.state = 3627; + this.state = 3631; this.match(TrinoSqlParser.KW_AS); - this.state = 3628; + this.state = 3632; this.match(TrinoSqlParser.KW_OF); - this.state = 3629; + this.state = 3633; localContext._end = this.valueExpression(0); } } @@ -15391,12 +15416,12 @@ export class TrinoSqlParser extends SQLParserBase { } public rangeType(): RangeTypeContext { let localContext = new RangeTypeContext(this.context, this.state); - this.enterRule(localContext, 284, TrinoSqlParser.RULE_rangeType); + this.enterRule(localContext, 286, TrinoSqlParser.RULE_rangeType); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3631; + this.state = 3635; _la = this.tokenStream.LA(1); if(!(_la === 268 || _la === 298)) { this.errorHandler.recoverInline(this); @@ -15423,9 +15448,9 @@ export class TrinoSqlParser extends SQLParserBase { } public grantor(): GrantorContext { let localContext = new GrantorContext(this.context, this.state); - this.enterRule(localContext, 286, TrinoSqlParser.RULE_grantor); + this.enterRule(localContext, 288, TrinoSqlParser.RULE_grantor); try { - this.state = 3636; + this.state = 3640; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.KW_ABSENT: @@ -15648,7 +15673,7 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new SpecifiedPrincipalContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3633; + this.state = 3637; this.principal(); } break; @@ -15656,7 +15681,7 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new CurrentUserGrantorContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 3634; + this.state = 3638; this.match(TrinoSqlParser.KW_CURRENT_USER); } break; @@ -15664,7 +15689,7 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new CurrentRoleGrantorContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 3635; + this.state = 3639; this.match(TrinoSqlParser.KW_CURRENT_ROLE); } break; @@ -15688,16 +15713,16 @@ export class TrinoSqlParser extends SQLParserBase { } public principal(): PrincipalContext { let localContext = new PrincipalContext(this.context, this.state); - this.enterRule(localContext, 288, TrinoSqlParser.RULE_principal); + this.enterRule(localContext, 290, TrinoSqlParser.RULE_principal); try { - this.state = 3643; + this.state = 3647; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 471, this.context) ) { case 1: localContext = new UnspecifiedPrincipalContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3638; + this.state = 3642; this.identifier(); } break; @@ -15705,9 +15730,9 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new UserPrincipalContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 3639; + this.state = 3643; this.match(TrinoSqlParser.KW_USER); - this.state = 3640; + this.state = 3644; this.identifier(); } break; @@ -15715,9 +15740,9 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new RolePrincipalContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 3641; + this.state = 3645; this.match(TrinoSqlParser.KW_ROLE); - this.state = 3642; + this.state = 3646; this.identifier(); } break; @@ -15739,26 +15764,26 @@ export class TrinoSqlParser extends SQLParserBase { } public roles(): RolesContext { let localContext = new RolesContext(this.context, this.state); - this.enterRule(localContext, 290, TrinoSqlParser.RULE_roles); + this.enterRule(localContext, 292, TrinoSqlParser.RULE_roles); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3645; + this.state = 3649; this.identifier(); - this.state = 3650; + this.state = 3654; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 3) { { { - this.state = 3646; + this.state = 3650; this.match(TrinoSqlParser.T__2); - this.state = 3647; + this.state = 3651; this.identifier(); } } - this.state = 3652; + this.state = 3656; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -15780,57 +15805,57 @@ export class TrinoSqlParser extends SQLParserBase { } public privilegeOrRole(): PrivilegeOrRoleContext { let localContext = new PrivilegeOrRoleContext(this.context, this.state); - this.enterRule(localContext, 292, TrinoSqlParser.RULE_privilegeOrRole); + this.enterRule(localContext, 294, TrinoSqlParser.RULE_privilegeOrRole); try { - this.state = 3660; + this.state = 3664; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 473, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3653; + this.state = 3657; this.match(TrinoSqlParser.KW_CREATE); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3654; + this.state = 3658; this.match(TrinoSqlParser.KW_SELECT); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3655; + this.state = 3659; this.match(TrinoSqlParser.KW_DELETE); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 3656; + this.state = 3660; this.match(TrinoSqlParser.KW_INSERT); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 3657; + this.state = 3661; this.match(TrinoSqlParser.KW_UPDATE); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 3658; + this.state = 3662; this.match(TrinoSqlParser.KW_EXECUTE); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 3659; + this.state = 3663; this.identifier(); } break; @@ -15852,16 +15877,16 @@ export class TrinoSqlParser extends SQLParserBase { } public identifier(): IdentifierContext { let localContext = new IdentifierContext(this.context, this.state); - this.enterRule(localContext, 294, TrinoSqlParser.RULE_identifier); + this.enterRule(localContext, 296, TrinoSqlParser.RULE_identifier); try { - this.state = 3667; + this.state = 3671; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.IDENTIFIER: localContext = new UnquotedIdentifierContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3662; + this.state = 3666; this.match(TrinoSqlParser.IDENTIFIER); } break; @@ -15869,7 +15894,7 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new QuotedIdentifierContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 3663; + this.state = 3667; this.match(TrinoSqlParser.QUOTED_IDENTIFIER); } break; @@ -16089,7 +16114,7 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new UnquotedIdentifierContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 3664; + this.state = 3668; this.nonReserved(); } break; @@ -16097,7 +16122,7 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new BackQuotedIdentifierContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 3665; + this.state = 3669; this.match(TrinoSqlParser.BACKQUOTED_IDENTIFIER); } break; @@ -16105,7 +16130,7 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new DigitIdentifierContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 3666; + this.state = 3670; this.match(TrinoSqlParser.DIGIT_IDENTIFIER); } break; @@ -16129,27 +16154,27 @@ export class TrinoSqlParser extends SQLParserBase { } public number_(): NumberContext { let localContext = new NumberContext(this.context, this.state); - this.enterRule(localContext, 296, TrinoSqlParser.RULE_number); + this.enterRule(localContext, 298, TrinoSqlParser.RULE_number); let _la: number; try { - this.state = 3681; + this.state = 3685; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 478, this.context) ) { case 1: localContext = new DecimalLiteralContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3670; + this.state = 3674; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 319) { { - this.state = 3669; + this.state = 3673; this.match(TrinoSqlParser.MINUS); } } - this.state = 3672; + this.state = 3676; this.match(TrinoSqlParser.DECIMAL_VALUE); } break; @@ -16157,17 +16182,17 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new DoubleLiteralContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 3674; + this.state = 3678; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 319) { { - this.state = 3673; + this.state = 3677; this.match(TrinoSqlParser.MINUS); } } - this.state = 3676; + this.state = 3680; this.match(TrinoSqlParser.DOUBLE_VALUE); } break; @@ -16175,17 +16200,17 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new IntegerLiteralContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 3678; + this.state = 3682; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 319) { { - this.state = 3677; + this.state = 3681; this.match(TrinoSqlParser.MINUS); } } - this.state = 3680; + this.state = 3684; this.match(TrinoSqlParser.INTEGER_VALUE); } break; @@ -16207,9 +16232,9 @@ export class TrinoSqlParser extends SQLParserBase { } public authorizationUser(): AuthorizationUserContext { let localContext = new AuthorizationUserContext(this.context, this.state); - this.enterRule(localContext, 298, TrinoSqlParser.RULE_authorizationUser); + this.enterRule(localContext, 300, TrinoSqlParser.RULE_authorizationUser); try { - this.state = 3685; + this.state = 3689; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case TrinoSqlParser.KW_ABSENT: @@ -16432,7 +16457,7 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new IdentifierUserContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 3683; + this.state = 3687; this.identifier(); } break; @@ -16441,7 +16466,7 @@ export class TrinoSqlParser extends SQLParserBase { localContext = new StringUserContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 3684; + this.state = 3688; this.string_(); } break; @@ -16465,12 +16490,12 @@ export class TrinoSqlParser extends SQLParserBase { } public nonReserved(): NonReservedContext { let localContext = new NonReservedContext(this.context, this.state); - this.enterRule(localContext, 300, TrinoSqlParser.RULE_nonReserved); + this.enterRule(localContext, 302, TrinoSqlParser.RULE_nonReserved); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3687; + this.state = 3691; _la = this.tokenStream.LA(1); if(!(((((_la - 18)) & ~0x1F) === 0 && ((1 << (_la - 18)) & 4282055519) !== 0) || ((((_la - 51)) & ~0x1F) === 0 && ((1 << (_la - 51)) & 3988635683) !== 0) || ((((_la - 85)) & ~0x1F) === 0 && ((1 << (_la - 85)) & 2680939671) !== 0) || ((((_la - 118)) & ~0x1F) === 0 && ((1 << (_la - 118)) & 4228606319) !== 0) || ((((_la - 150)) & ~0x1F) === 0 && ((1 << (_la - 150)) & 2143288491) !== 0) || ((((_la - 184)) & ~0x1F) === 0 && ((1 << (_la - 184)) & 3221214143) !== 0) || ((((_la - 216)) & ~0x1F) === 0 && ((1 << (_la - 216)) & 4290510815) !== 0) || ((((_la - 249)) & ~0x1F) === 0 && ((1 << (_la - 249)) & 4001298431) !== 0) || ((((_la - 282)) & ~0x1F) === 0 && ((1 << (_la - 282)) & 1068744439) !== 0))) { this.errorHandler.recoverInline(this); @@ -16589,7 +16614,7 @@ export class TrinoSqlParser extends SQLParserBase { } public static readonly _serializedATN: number[] = [ - 4,1,340,3690,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,340,3694,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, @@ -16613,1566 +16638,1567 @@ export class TrinoSqlParser extends SQLParserBase { 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,1,0,5,0,304,8,0,10,0,12,0,307, - 9,0,1,0,1,0,1,1,1,1,1,2,1,2,3,2,315,8,2,1,3,1,3,3,3,319,8,3,1,4, - 1,4,3,4,323,8,4,1,5,1,5,3,5,327,8,5,1,6,1,6,3,6,331,8,6,1,7,1,7, - 1,7,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,344,8,8,1,8,1,8,1,8,1,8, - 1,8,3,8,351,8,8,1,8,1,8,3,8,355,8,8,1,8,1,8,3,8,359,8,8,1,8,1,8, - 1,8,1,8,3,8,365,8,8,1,8,1,8,3,8,369,8,8,1,8,1,8,1,8,1,8,1,8,3,8, - 376,8,8,1,8,1,8,1,8,3,8,381,8,8,1,8,1,8,3,8,385,8,8,1,8,1,8,1,8, - 1,8,3,8,391,8,8,1,8,1,8,3,8,395,8,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8, - 1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,414,8,8,1,8,1,8,1,8, - 1,8,3,8,420,8,8,1,8,1,8,3,8,424,8,8,1,8,1,8,3,8,428,8,8,1,8,1,8, - 3,8,432,8,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,440,8,8,1,8,1,8,3,8,444, - 8,8,1,8,3,8,447,8,8,1,8,1,8,1,8,3,8,452,8,8,1,8,1,8,1,8,1,8,3,8, - 458,8,8,1,8,1,8,1,8,1,8,1,8,5,8,465,8,8,10,8,12,8,468,9,8,1,8,1, - 8,1,8,3,8,473,8,8,1,8,1,8,3,8,477,8,8,1,8,1,8,1,8,1,8,3,8,483,8, - 8,1,8,1,8,1,8,1,8,1,8,3,8,490,8,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,3, - 8,499,8,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,511,8,8,1, - 8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,520,8,8,1,8,1,8,1,8,1,8,1,8,1,8,1, - 8,3,8,529,8,8,1,8,1,8,1,8,1,8,3,8,535,8,8,1,8,1,8,1,8,1,8,1,8,1, - 8,1,8,1,8,1,8,3,8,546,8,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,554,8,8,1, - 8,1,8,1,8,1,8,1,8,1,8,3,8,562,8,8,1,8,1,8,1,8,1,8,1,8,3,8,569,8, - 8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,579,8,8,1,8,1,8,1,8,1,8,1, - 8,3,8,586,8,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,594,8,8,1,8,1,8,1,8,1, - 8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,609,8,8,1,8,1,8,1,8,1, - 8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1, - 8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,5,8,642,8,8,10,8,12, - 8,645,9,8,3,8,647,8,8,1,8,3,8,650,8,8,1,8,1,8,3,8,654,8,8,1,8,1, - 8,1,8,1,8,3,8,660,8,8,1,8,1,8,1,8,3,8,665,8,8,1,8,1,8,1,8,1,8,1, - 8,3,8,672,8,8,1,8,1,8,1,8,1,8,3,8,678,8,8,1,8,1,8,3,8,682,8,8,1, - 8,1,8,3,8,686,8,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,694,8,8,1,8,1,8,1, - 8,1,8,3,8,700,8,8,1,8,1,8,3,8,704,8,8,1,8,1,8,3,8,708,8,8,1,8,1, - 8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,722,8,8,1,8,1,8,1, - 8,1,8,1,8,1,8,3,8,730,8,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1, - 8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,749,8,8,1,8,1,8,1,8,1,8,1,8,1, - 8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,5, - 8,772,8,8,10,8,12,8,775,9,8,3,8,777,8,8,1,8,1,8,1,8,1,8,1,8,3,8, - 784,8,8,1,8,1,8,1,8,1,8,1,8,3,8,791,8,8,1,8,1,8,1,8,1,8,1,8,1,8, - 1,8,3,8,800,8,8,1,8,1,8,3,8,804,8,8,1,8,1,8,1,8,1,8,1,8,3,8,811, - 8,8,1,8,1,8,1,8,1,8,5,8,817,8,8,10,8,12,8,820,9,8,1,8,1,8,1,8,1, - 8,5,8,826,8,8,10,8,12,8,829,9,8,1,8,1,8,1,8,3,8,834,8,8,1,8,1,8, - 1,8,3,8,839,8,8,1,8,1,8,3,8,843,8,8,1,8,1,8,1,8,1,8,5,8,849,8,8, - 10,8,12,8,852,9,8,1,8,1,8,3,8,856,8,8,1,8,1,8,1,8,1,8,1,8,1,8,1, - 8,3,8,865,8,8,1,8,1,8,1,8,1,8,3,8,871,8,8,1,8,1,8,1,8,5,8,876,8, - 8,10,8,12,8,879,9,8,1,8,1,8,1,8,1,8,5,8,885,8,8,10,8,12,8,888,9, - 8,1,8,1,8,1,8,3,8,893,8,8,1,8,1,8,3,8,897,8,8,1,8,1,8,1,8,1,8,3, - 8,903,8,8,1,8,1,8,1,8,5,8,908,8,8,10,8,12,8,911,9,8,1,8,1,8,3,8, - 915,8,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,5,8,926,8,8,10,8,12, - 8,929,9,8,1,8,1,8,3,8,933,8,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1, - 8,1,8,3,8,945,8,8,1,8,1,8,3,8,949,8,8,1,8,1,8,1,8,1,8,3,8,955,8, - 8,1,8,1,8,1,8,1,8,1,8,5,8,962,8,8,10,8,12,8,965,9,8,1,8,1,8,3,8, - 969,8,8,1,8,1,8,1,8,1,8,3,8,975,8,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8, + 2,148,7,148,2,149,7,149,2,150,7,150,2,151,7,151,1,0,5,0,306,8,0, + 10,0,12,0,309,9,0,1,0,1,0,1,1,1,1,1,2,1,2,3,2,317,8,2,1,3,1,3,3, + 3,321,8,3,1,4,1,4,3,4,325,8,4,1,5,1,5,3,5,329,8,5,1,6,1,6,3,6,333, + 8,6,1,7,1,7,1,7,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,346,8,8,1,8, + 1,8,1,8,1,8,1,8,3,8,353,8,8,1,8,1,8,3,8,357,8,8,1,8,1,8,3,8,361, + 8,8,1,8,1,8,1,8,1,8,3,8,367,8,8,1,8,1,8,3,8,371,8,8,1,8,1,8,1,8, + 1,8,1,8,3,8,378,8,8,1,8,1,8,1,8,3,8,383,8,8,1,8,1,8,3,8,387,8,8, + 1,8,1,8,1,8,1,8,3,8,393,8,8,1,8,1,8,3,8,397,8,8,1,8,1,8,1,8,1,8, + 1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,416,8,8, + 1,8,1,8,1,8,1,8,3,8,422,8,8,1,8,1,8,3,8,426,8,8,1,8,1,8,3,8,430, + 8,8,1,8,1,8,3,8,434,8,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,442,8,8,1,8, + 1,8,3,8,446,8,8,1,8,3,8,449,8,8,1,8,1,8,1,8,3,8,454,8,8,1,8,1,8, + 1,8,1,8,3,8,460,8,8,1,8,1,8,1,8,1,8,1,8,5,8,467,8,8,10,8,12,8,470, + 9,8,1,8,1,8,1,8,3,8,475,8,8,1,8,1,8,3,8,479,8,8,1,8,1,8,1,8,1,8, + 3,8,485,8,8,1,8,1,8,1,8,1,8,1,8,3,8,492,8,8,1,8,1,8,1,8,1,8,1,8, + 1,8,1,8,3,8,501,8,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8, + 513,8,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,522,8,8,1,8,1,8,1,8,1,8, + 1,8,1,8,1,8,3,8,531,8,8,1,8,1,8,1,8,1,8,3,8,537,8,8,1,8,1,8,1,8, + 1,8,1,8,1,8,1,8,1,8,1,8,3,8,548,8,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8, + 556,8,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,564,8,8,1,8,1,8,1,8,1,8,1,8, + 3,8,571,8,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,581,8,8,1,8,1,8, + 1,8,1,8,1,8,3,8,588,8,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,596,8,8,1,8, + 1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,611,8,8,1,8, + 1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8, + 1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,5,8,644, + 8,8,10,8,12,8,647,9,8,3,8,649,8,8,1,8,3,8,652,8,8,1,8,1,8,3,8,656, + 8,8,1,8,1,8,1,8,1,8,3,8,662,8,8,1,8,1,8,1,8,3,8,667,8,8,1,8,1,8, + 1,8,1,8,1,8,3,8,674,8,8,1,8,1,8,1,8,1,8,3,8,680,8,8,1,8,1,8,3,8, + 684,8,8,1,8,1,8,3,8,688,8,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,696,8,8, + 1,8,1,8,1,8,1,8,3,8,702,8,8,1,8,1,8,3,8,706,8,8,1,8,1,8,3,8,710, + 8,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,724,8,8, + 1,8,1,8,1,8,1,8,1,8,1,8,3,8,732,8,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8, + 1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,751,8,8,1,8,1,8,1,8, + 1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8, + 1,8,1,8,5,8,774,8,8,10,8,12,8,777,9,8,3,8,779,8,8,1,8,1,8,1,8,1, + 8,1,8,3,8,786,8,8,1,8,1,8,1,8,1,8,1,8,3,8,793,8,8,1,8,1,8,1,8,1, + 8,1,8,1,8,1,8,3,8,802,8,8,1,8,1,8,3,8,806,8,8,1,8,1,8,1,8,1,8,1, + 8,3,8,813,8,8,1,8,1,8,1,8,1,8,5,8,819,8,8,10,8,12,8,822,9,8,1,8, + 1,8,1,8,1,8,5,8,828,8,8,10,8,12,8,831,9,8,1,8,1,8,1,8,3,8,836,8, + 8,1,8,1,8,1,8,3,8,841,8,8,1,8,1,8,3,8,845,8,8,1,8,1,8,1,8,1,8,5, + 8,851,8,8,10,8,12,8,854,9,8,1,8,1,8,3,8,858,8,8,1,8,1,8,1,8,1,8, + 1,8,1,8,1,8,3,8,867,8,8,1,8,1,8,1,8,1,8,3,8,873,8,8,1,8,1,8,1,8, + 5,8,878,8,8,10,8,12,8,881,9,8,1,8,1,8,1,8,1,8,5,8,887,8,8,10,8,12, + 8,890,9,8,1,8,1,8,1,8,3,8,895,8,8,1,8,1,8,3,8,899,8,8,1,8,1,8,1, + 8,1,8,3,8,905,8,8,1,8,1,8,1,8,5,8,910,8,8,10,8,12,8,913,9,8,1,8, + 1,8,3,8,917,8,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,5,8,928,8,8, + 10,8,12,8,931,9,8,1,8,1,8,3,8,935,8,8,1,8,1,8,1,8,1,8,1,8,1,8,1, + 8,1,8,1,8,1,8,3,8,947,8,8,1,8,1,8,3,8,951,8,8,1,8,1,8,1,8,1,8,3, + 8,957,8,8,1,8,1,8,1,8,1,8,1,8,5,8,964,8,8,10,8,12,8,967,9,8,1,8, + 1,8,3,8,971,8,8,1,8,1,8,1,8,1,8,3,8,977,8,8,1,8,1,8,1,8,1,8,1,8, 1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8, - 1,8,1,8,1,8,3,8,1003,8,8,1,8,1,8,1,8,1,8,3,8,1009,8,8,3,8,1011,8, - 8,1,8,1,8,1,8,1,8,3,8,1017,8,8,1,8,1,8,1,8,1,8,3,8,1023,8,8,3,8, - 1025,8,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,1033,8,8,3,8,1035,8,8,1,8,1, - 8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,1045,8,8,3,8,1047,8,8,1,8,1,8,1,8, - 1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,1062,8,8,1,8,1,8,1,8, - 3,8,1067,8,8,1,8,1,8,1,8,1,8,1,8,3,8,1074,8,8,1,8,1,8,1,8,1,8,1, - 8,1,8,1,8,1,8,3,8,1084,8,8,1,8,1,8,1,8,1,8,3,8,1090,8,8,3,8,1092, - 8,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,1100,8,8,3,8,1102,8,8,1,8,1,8,1, + 1,8,1,8,1,8,1,8,1,8,3,8,1005,8,8,1,8,1,8,1,8,1,8,3,8,1011,8,8,3, + 8,1013,8,8,1,8,1,8,1,8,1,8,3,8,1019,8,8,1,8,1,8,1,8,1,8,3,8,1025, + 8,8,3,8,1027,8,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,1035,8,8,3,8,1037,8, + 8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,1047,8,8,3,8,1049,8,8,1,8, + 1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,1064,8,8,1,8, + 1,8,1,8,3,8,1069,8,8,1,8,1,8,1,8,1,8,1,8,3,8,1076,8,8,1,8,1,8,1, + 8,1,8,1,8,1,8,1,8,1,8,3,8,1086,8,8,1,8,1,8,1,8,1,8,3,8,1092,8,8, + 3,8,1094,8,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,1102,8,8,3,8,1104,8,8,1, 8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1, - 8,1,8,1,8,5,8,1125,8,8,10,8,12,8,1128,9,8,3,8,1130,8,8,1,8,1,8,3, - 8,1134,8,8,1,8,1,8,3,8,1138,8,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8, - 1,8,1,8,1,8,1,8,1,8,1,8,5,8,1154,8,8,10,8,12,8,1157,9,8,3,8,1159, - 8,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,5,8,1168,8,8,10,8,12,8,1171,9,8, - 3,8,1173,8,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8, - 1,8,3,8,1189,8,8,1,8,1,8,1,8,1,8,1,8,1,8,5,8,1197,8,8,10,8,12,8, - 1200,9,8,1,8,1,8,3,8,1204,8,8,1,8,1,8,1,8,1,8,3,8,1210,8,8,1,8,3, - 8,1213,8,8,1,8,1,8,1,8,1,8,1,8,4,8,1220,8,8,11,8,12,8,1221,1,8,1, - 8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,1234,8,8,1,9,3,9,1237,8,9, - 1,9,1,9,1,10,1,10,1,10,1,10,5,10,1245,8,10,10,10,12,10,1248,9,10, - 1,11,3,11,1251,8,11,1,11,1,11,1,12,1,12,3,12,1257,8,12,1,12,1,12, - 1,12,5,12,1262,8,12,10,12,12,12,1265,9,12,1,13,1,13,3,13,1269,8, - 13,1,14,1,14,1,14,1,14,3,14,1275,8,14,1,14,1,14,3,14,1279,8,14,1, - 14,1,14,3,14,1283,8,14,1,15,1,15,1,15,1,15,3,15,1289,8,15,1,16,1, - 16,1,16,1,16,1,17,1,17,1,17,5,17,1298,8,17,10,17,12,17,1301,9,17, - 1,18,1,18,1,18,1,18,1,19,1,19,3,19,1309,8,19,1,20,1,20,1,20,1,20, - 1,20,1,20,5,20,1317,8,20,10,20,12,20,1320,9,20,3,20,1322,8,20,1, - 20,1,20,1,20,3,20,1327,8,20,3,20,1329,8,20,1,20,1,20,1,20,1,20,1, - 20,3,20,1336,8,20,1,20,1,20,1,20,1,20,3,20,1342,8,20,3,20,1344,8, - 20,1,21,1,21,3,21,1348,8,21,1,22,1,22,1,23,1,23,1,23,1,23,1,23,1, - 23,3,23,1358,8,23,1,23,1,23,1,23,1,23,3,23,1364,8,23,1,23,5,23,1367, - 8,23,10,23,12,23,1370,9,23,1,24,1,24,1,24,1,24,1,24,1,24,1,24,5, - 24,1379,8,24,10,24,12,24,1382,9,24,1,24,1,24,1,24,1,24,3,24,1388, - 8,24,1,25,1,25,3,25,1392,8,25,1,25,3,25,1395,8,25,1,25,1,25,3,25, - 1399,8,25,1,26,1,26,3,26,1403,8,26,1,26,1,26,1,26,5,26,1408,8,26, - 10,26,12,26,1411,9,26,1,26,1,26,1,26,1,26,5,26,1417,8,26,10,26,12, - 26,1420,9,26,3,26,1422,8,26,1,26,1,26,3,26,1426,8,26,1,26,1,26,1, - 26,3,26,1431,8,26,1,26,1,26,3,26,1435,8,26,1,26,1,26,1,26,1,26,5, - 26,1441,8,26,10,26,12,26,1444,9,26,3,26,1446,8,26,1,27,3,27,1449, - 8,27,1,27,1,27,1,27,5,27,1454,8,27,10,27,12,27,1457,9,27,1,28,1, - 28,1,28,1,28,1,28,1,28,5,28,1465,8,28,10,28,12,28,1468,9,28,3,28, - 1470,8,28,1,28,1,28,1,28,1,28,1,28,1,28,5,28,1478,8,28,10,28,12, - 28,1481,9,28,3,28,1483,8,28,1,28,1,28,1,28,1,28,1,28,1,28,1,28,5, - 28,1492,8,28,10,28,12,28,1495,9,28,1,28,1,28,3,28,1499,8,28,1,29, - 1,29,1,29,1,29,5,29,1505,8,29,10,29,12,29,1508,9,29,3,29,1510,8, - 29,1,29,1,29,3,29,1514,8,29,1,30,1,30,3,30,1518,8,30,1,31,1,31,1, - 31,1,31,1,31,1,31,1,32,3,32,1527,8,32,1,32,1,32,1,32,1,32,1,32,5, - 32,1534,8,32,10,32,12,32,1537,9,32,3,32,1539,8,32,1,32,1,32,1,32, - 1,32,1,32,5,32,1546,8,32,10,32,12,32,1549,9,32,3,32,1551,8,32,1, - 32,3,32,1554,8,32,1,33,1,33,3,33,1558,8,33,1,33,1,33,1,33,1,33,1, - 33,1,34,1,34,1,35,1,35,3,35,1569,8,35,1,35,3,35,1572,8,35,1,35,3, - 35,1575,8,35,1,35,1,35,1,35,1,35,1,35,3,35,1582,8,35,1,35,3,35,1585, - 8,35,1,36,1,36,1,36,1,36,1,36,1,36,1,36,1,36,1,36,1,36,1,36,1,36, - 1,36,1,36,1,36,1,36,1,36,3,36,1604,8,36,5,36,1606,8,36,10,36,12, - 36,1609,9,36,1,37,3,37,1612,8,37,1,37,1,37,3,37,1616,8,37,1,37,1, - 37,3,37,1620,8,37,1,37,1,37,3,37,1624,8,37,3,37,1626,8,37,1,38,1, - 38,1,38,1,38,1,38,1,38,1,38,5,38,1635,8,38,10,38,12,38,1638,9,38, - 1,38,1,38,3,38,1642,8,38,1,39,1,39,1,39,1,39,1,39,1,39,1,39,3,39, - 1651,8,39,1,40,1,40,1,41,1,41,1,42,1,42,1,42,3,42,1660,8,42,1,42, - 3,42,1663,8,42,1,43,1,43,1,43,1,43,3,43,1669,8,43,1,44,1,44,1,44, - 1,44,1,44,1,44,1,44,1,44,5,44,1679,8,44,10,44,12,44,1682,9,44,3, - 44,1684,8,44,1,44,1,44,1,44,1,44,1,44,5,44,1691,8,44,10,44,12,44, - 1694,9,44,3,44,1696,8,44,1,44,1,44,1,44,1,44,5,44,1702,8,44,10,44, - 12,44,1705,9,44,3,44,1707,8,44,1,44,3,44,1710,8,44,1,44,1,44,1,44, - 3,44,1715,8,44,1,44,3,44,1718,8,44,1,44,1,44,1,44,1,44,1,44,1,44, - 1,44,1,44,5,44,1728,8,44,10,44,12,44,1731,9,44,3,44,1733,8,44,1, - 44,1,44,1,44,1,44,5,44,1739,8,44,10,44,12,44,1742,9,44,1,44,1,44, - 3,44,1746,8,44,1,44,1,44,3,44,1750,8,44,3,44,1752,8,44,3,44,1754, - 8,44,1,45,1,45,1,45,1,45,1,46,1,46,1,46,1,46,1,46,1,46,1,46,1,46, - 1,46,3,46,1769,8,46,3,46,1771,8,46,1,47,1,47,1,47,1,47,1,47,1,47, - 1,47,1,47,1,47,3,47,1782,8,47,1,48,1,48,1,48,1,48,1,48,1,48,1,48, - 1,48,1,48,1,48,1,48,1,48,1,48,1,48,1,48,1,48,1,48,1,48,1,48,3,48, - 1803,8,48,1,49,1,49,1,49,1,49,1,49,1,49,5,49,1811,8,49,10,49,12, - 49,1814,9,49,1,49,1,49,1,50,1,50,1,50,1,50,1,51,1,51,3,51,1824,8, - 51,1,51,1,51,3,51,1828,8,51,3,51,1830,8,51,1,52,1,52,1,52,1,52,5, - 52,1836,8,52,10,52,12,52,1839,9,52,1,52,1,52,1,53,1,53,1,53,1,53, - 5,53,1847,8,53,10,53,12,53,1850,9,53,1,53,1,53,1,54,1,54,1,54,1, - 54,5,54,1858,8,54,10,54,12,54,1861,9,54,1,54,1,54,1,55,1,55,3,55, - 1867,8,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,5,55,1878, - 8,55,10,55,12,55,1881,9,55,1,55,1,55,1,55,3,55,1886,8,55,1,55,1, - 55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,1, - 55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,5,55,1910,8,55,10,55,12,55, - 1913,9,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55, - 1,55,3,55,1927,8,55,1,55,1,55,1,55,3,55,1932,8,55,1,55,1,55,3,55, - 1936,8,55,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,3,56,1946,8,56, - 1,56,1,56,1,56,1,56,3,56,1952,8,56,1,56,1,56,1,56,1,56,3,56,1958, - 8,56,1,56,1,56,1,56,1,56,1,56,1,56,3,56,1966,8,56,1,56,1,56,1,56, - 3,56,1971,8,56,1,56,1,56,1,56,1,56,1,56,3,56,1978,8,56,3,56,1980, - 8,56,1,56,1,56,1,56,1,56,3,56,1986,8,56,1,56,1,56,1,56,1,56,3,56, - 1992,8,56,1,56,1,56,3,56,1996,8,56,1,56,1,56,1,56,3,56,2001,8,56, - 1,56,1,56,1,56,1,56,1,56,5,56,2008,8,56,10,56,12,56,2011,9,56,1, - 56,1,56,3,56,2015,8,56,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1, - 57,1,57,5,57,2027,8,57,10,57,12,57,2030,9,57,1,57,1,57,1,57,1,57, - 1,57,5,57,2037,8,57,10,57,12,57,2040,9,57,3,57,2042,8,57,1,58,1, - 58,1,59,1,59,1,59,1,59,1,59,3,59,2051,8,59,1,60,1,60,1,60,3,60,2056, - 8,60,1,60,1,60,1,60,3,60,2061,8,60,3,60,2063,8,60,1,61,1,61,1,61, - 1,61,1,61,5,61,2070,8,61,10,61,12,61,2073,9,61,3,61,2075,8,61,1, - 61,1,61,1,61,1,61,5,61,2081,8,61,10,61,12,61,2084,9,61,3,61,2086, - 8,61,1,61,1,61,1,62,1,62,1,62,3,62,2093,8,62,1,62,1,62,1,62,3,62, - 2098,8,62,1,63,1,63,1,63,1,63,1,63,1,63,1,63,5,63,2107,8,63,10,63, - 12,63,2110,9,63,3,63,2112,8,63,1,63,1,63,3,63,2116,8,63,3,63,2118, - 8,63,1,63,1,63,1,63,1,63,1,63,1,63,3,63,2126,8,63,1,63,1,63,1,63, - 1,63,1,63,1,63,5,63,2134,8,63,10,63,12,63,2137,9,63,1,63,1,63,1, - 63,3,63,2142,8,63,3,63,2144,8,63,1,64,1,64,1,64,1,64,1,64,3,64,2151, - 8,64,1,64,1,64,3,64,2155,8,64,3,64,2157,8,64,1,64,1,64,1,64,1,64, - 1,64,3,64,2164,8,64,1,64,1,64,3,64,2168,8,64,3,64,2170,8,64,3,64, - 2172,8,64,1,65,1,65,1,65,1,65,1,65,5,65,2179,8,65,10,65,12,65,2182, - 9,65,1,65,1,65,1,65,1,65,1,65,1,65,1,65,1,65,3,65,2192,8,65,1,66, - 1,66,3,66,2196,8,66,1,67,1,67,1,67,1,67,1,67,1,67,5,67,2204,8,67, - 10,67,12,67,2207,9,67,1,67,1,67,1,68,1,68,1,69,1,69,1,69,3,69,2216, - 8,69,1,69,1,69,3,69,2220,8,69,1,69,1,69,1,69,1,69,1,69,1,69,5,69, - 2228,8,69,10,69,12,69,2231,9,69,1,70,1,70,1,70,1,70,1,70,1,70,1, - 70,1,70,1,70,1,70,3,70,2243,8,70,1,70,1,70,1,70,1,70,1,70,1,70,3, - 70,2251,8,70,1,70,1,70,1,70,1,70,1,70,5,70,2258,8,70,10,70,12,70, - 2261,9,70,1,70,1,70,1,70,3,70,2266,8,70,1,70,1,70,1,70,1,70,1,70, - 1,70,3,70,2274,8,70,1,70,1,70,1,70,1,70,3,70,2280,8,70,1,70,1,70, - 3,70,2284,8,70,1,70,1,70,1,70,3,70,2289,8,70,1,70,1,70,1,70,3,70, - 2294,8,70,1,71,1,71,1,71,1,71,3,71,2300,8,71,1,71,1,71,1,71,1,71, - 1,71,1,71,1,71,1,71,1,71,1,71,1,71,1,71,5,71,2314,8,71,10,71,12, - 71,2317,9,71,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1, - 72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1, - 72,1,72,4,72,2344,8,72,11,72,12,72,2345,1,72,1,72,1,72,1,72,1,72, - 1,72,1,72,5,72,2355,8,72,10,72,12,72,2358,9,72,1,72,1,72,1,72,1, - 72,1,72,3,72,2365,8,72,1,72,1,72,1,72,3,72,2370,8,72,1,72,1,72,1, - 72,3,72,2375,8,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,5, - 72,2386,8,72,10,72,12,72,2389,9,72,1,72,1,72,1,72,3,72,2394,8,72, - 1,72,3,72,2397,8,72,1,72,1,72,1,72,1,72,1,72,3,72,2404,8,72,1,72, - 1,72,1,72,3,72,2409,8,72,1,72,3,72,2412,8,72,1,72,3,72,2415,8,72, - 1,72,1,72,1,72,3,72,2420,8,72,1,72,1,72,1,72,5,72,2425,8,72,10,72, - 12,72,2428,9,72,3,72,2430,8,72,1,72,1,72,1,72,1,72,1,72,5,72,2437, - 8,72,10,72,12,72,2440,9,72,3,72,2442,8,72,1,72,1,72,3,72,2446,8, - 72,1,72,3,72,2449,8,72,1,72,3,72,2452,8,72,1,72,1,72,1,72,1,72,1, - 72,1,72,1,72,1,72,1,72,1,72,1,72,5,72,2465,8,72,10,72,12,72,2468, - 9,72,3,72,2470,8,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72, - 1,72,1,72,1,72,1,72,1,72,1,72,4,72,2487,8,72,11,72,12,72,2488,1, - 72,1,72,3,72,2493,8,72,1,72,1,72,1,72,1,72,4,72,2499,8,72,11,72, - 12,72,2500,1,72,1,72,3,72,2505,8,72,1,72,1,72,1,72,1,72,1,72,1,72, + 8,1,8,1,8,1,8,1,8,5,8,1127,8,8,10,8,12,8,1130,9,8,3,8,1132,8,8,1, + 8,1,8,3,8,1136,8,8,1,8,1,8,3,8,1140,8,8,1,8,1,8,1,8,1,8,1,8,1,8, + 1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,5,8,1156,8,8,10,8,12,8,1159,9,8, + 3,8,1161,8,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,5,8,1170,8,8,10,8,12,8, + 1173,9,8,3,8,1175,8,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1, + 8,1,8,1,8,1,8,3,8,1191,8,8,1,8,1,8,1,8,1,8,1,8,1,8,5,8,1199,8,8, + 10,8,12,8,1202,9,8,1,8,1,8,3,8,1206,8,8,1,8,1,8,1,8,1,8,3,8,1212, + 8,8,1,8,3,8,1215,8,8,1,8,1,8,1,8,1,8,1,8,4,8,1222,8,8,11,8,12,8, + 1223,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,1,8,3,8,1236,8,8,1,9,3, + 9,1239,8,9,1,9,1,9,1,10,1,10,1,10,1,10,5,10,1247,8,10,10,10,12,10, + 1250,9,10,1,11,3,11,1253,8,11,1,11,1,11,1,12,1,12,3,12,1259,8,12, + 1,12,1,12,1,12,5,12,1264,8,12,10,12,12,12,1267,9,12,1,13,1,13,3, + 13,1271,8,13,1,14,1,14,1,14,1,14,3,14,1277,8,14,1,14,1,14,3,14,1281, + 8,14,1,14,1,14,3,14,1285,8,14,1,15,1,15,1,15,1,15,3,15,1291,8,15, + 1,16,1,16,1,16,1,16,1,17,1,17,1,17,5,17,1300,8,17,10,17,12,17,1303, + 9,17,1,18,1,18,1,18,1,18,1,19,1,19,3,19,1311,8,19,1,20,1,20,1,20, + 1,20,1,20,1,20,5,20,1319,8,20,10,20,12,20,1322,9,20,3,20,1324,8, + 20,1,20,1,20,1,20,3,20,1329,8,20,3,20,1331,8,20,1,20,1,20,1,20,1, + 20,1,20,3,20,1338,8,20,1,20,1,20,1,20,1,20,3,20,1344,8,20,3,20,1346, + 8,20,1,21,1,21,3,21,1350,8,21,1,22,1,22,1,23,1,23,1,23,1,23,1,23, + 1,23,3,23,1360,8,23,1,23,1,23,1,23,1,23,3,23,1366,8,23,1,23,5,23, + 1369,8,23,10,23,12,23,1372,9,23,1,24,1,24,1,24,1,24,1,24,1,24,1, + 24,5,24,1381,8,24,10,24,12,24,1384,9,24,1,24,1,24,1,24,1,24,3,24, + 1390,8,24,1,25,1,25,3,25,1394,8,25,1,25,3,25,1397,8,25,1,25,1,25, + 3,25,1401,8,25,1,26,1,26,3,26,1405,8,26,1,26,1,26,1,26,5,26,1410, + 8,26,10,26,12,26,1413,9,26,1,26,1,26,1,26,1,26,5,26,1419,8,26,10, + 26,12,26,1422,9,26,3,26,1424,8,26,1,26,1,26,3,26,1428,8,26,1,26, + 1,26,1,26,3,26,1433,8,26,1,26,1,26,3,26,1437,8,26,1,26,1,26,1,26, + 1,26,5,26,1443,8,26,10,26,12,26,1446,9,26,3,26,1448,8,26,1,27,3, + 27,1451,8,27,1,27,1,27,1,27,5,27,1456,8,27,10,27,12,27,1459,9,27, + 1,28,1,28,1,28,1,28,1,28,1,28,5,28,1467,8,28,10,28,12,28,1470,9, + 28,3,28,1472,8,28,1,28,1,28,1,28,1,28,1,28,1,28,5,28,1480,8,28,10, + 28,12,28,1483,9,28,3,28,1485,8,28,1,28,1,28,1,28,1,28,1,28,1,28, + 1,28,5,28,1494,8,28,10,28,12,28,1497,9,28,1,28,1,28,3,28,1501,8, + 28,1,29,1,29,1,29,1,29,5,29,1507,8,29,10,29,12,29,1510,9,29,3,29, + 1512,8,29,1,29,1,29,3,29,1516,8,29,1,30,1,30,3,30,1520,8,30,1,31, + 1,31,1,31,1,31,1,31,1,31,1,32,3,32,1529,8,32,1,32,1,32,1,32,1,32, + 1,32,5,32,1536,8,32,10,32,12,32,1539,9,32,3,32,1541,8,32,1,32,1, + 32,1,32,1,32,1,32,5,32,1548,8,32,10,32,12,32,1551,9,32,3,32,1553, + 8,32,1,32,3,32,1556,8,32,1,33,1,33,3,33,1560,8,33,1,33,1,33,1,33, + 1,33,1,33,1,34,1,34,1,35,1,35,1,35,1,35,1,35,1,35,3,35,1575,8,35, + 1,35,1,35,3,35,1579,8,35,1,35,3,35,1582,8,35,1,35,3,35,1585,8,35, + 3,35,1587,8,35,1,36,1,36,1,36,1,36,1,36,1,36,1,36,1,36,1,36,1,36, + 1,36,1,36,1,36,1,36,1,36,1,36,1,36,3,36,1606,8,36,5,36,1608,8,36, + 10,36,12,36,1611,9,36,1,37,3,37,1614,8,37,1,37,1,37,3,37,1618,8, + 37,1,37,1,37,3,37,1622,8,37,1,37,1,37,3,37,1626,8,37,3,37,1628,8, + 37,1,38,1,38,1,38,1,38,1,38,1,38,1,38,5,38,1637,8,38,10,38,12,38, + 1640,9,38,1,38,1,38,3,38,1644,8,38,1,39,1,39,1,39,1,39,1,39,1,39, + 1,39,3,39,1653,8,39,1,40,1,40,1,41,1,41,1,42,1,42,1,42,3,42,1662, + 8,42,1,42,3,42,1665,8,42,1,43,1,43,1,43,1,43,3,43,1671,8,43,1,44, + 1,44,1,44,1,44,1,44,1,44,1,44,1,44,5,44,1681,8,44,10,44,12,44,1684, + 9,44,3,44,1686,8,44,1,44,1,44,1,44,1,44,1,44,5,44,1693,8,44,10,44, + 12,44,1696,9,44,3,44,1698,8,44,1,44,1,44,1,44,1,44,5,44,1704,8,44, + 10,44,12,44,1707,9,44,3,44,1709,8,44,1,44,3,44,1712,8,44,1,44,1, + 44,1,44,3,44,1717,8,44,1,44,3,44,1720,8,44,1,44,1,44,1,44,1,44,1, + 44,1,44,1,44,1,44,5,44,1730,8,44,10,44,12,44,1733,9,44,3,44,1735, + 8,44,1,44,1,44,1,44,1,44,5,44,1741,8,44,10,44,12,44,1744,9,44,1, + 44,1,44,3,44,1748,8,44,1,44,1,44,3,44,1752,8,44,3,44,1754,8,44,3, + 44,1756,8,44,1,45,1,45,1,45,1,45,1,46,1,46,1,46,1,46,1,46,1,46,1, + 46,1,46,1,46,3,46,1771,8,46,3,46,1773,8,46,1,47,1,47,1,47,1,47,1, + 47,1,47,1,47,1,47,1,47,3,47,1784,8,47,1,48,1,48,1,48,1,48,1,48,1, + 48,1,48,1,48,1,48,1,48,1,48,1,48,1,48,1,48,1,48,1,48,1,48,1,48,1, + 48,3,48,1805,8,48,1,49,1,49,1,49,1,49,1,49,1,49,5,49,1813,8,49,10, + 49,12,49,1816,9,49,1,49,1,49,1,50,1,50,1,50,1,50,1,51,1,51,3,51, + 1826,8,51,1,51,1,51,3,51,1830,8,51,3,51,1832,8,51,1,52,1,52,1,52, + 1,52,5,52,1838,8,52,10,52,12,52,1841,9,52,1,52,1,52,1,53,1,53,1, + 53,1,53,5,53,1849,8,53,10,53,12,53,1852,9,53,1,53,1,53,1,54,1,54, + 1,54,1,54,5,54,1860,8,54,10,54,12,54,1863,9,54,1,54,1,54,1,55,1, + 55,3,55,1869,8,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,5, + 55,1880,8,55,10,55,12,55,1883,9,55,1,55,1,55,1,55,3,55,1888,8,55, + 1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55, + 1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,5,55,1912,8,55,10,55, + 12,55,1915,9,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55, + 1,55,1,55,3,55,1929,8,55,1,55,1,55,1,55,3,55,1934,8,55,1,55,1,55, + 3,55,1938,8,55,1,56,1,56,1,56,1,56,1,56,1,56,1,56,1,56,3,56,1948, + 8,56,1,56,1,56,1,56,1,56,3,56,1954,8,56,1,56,1,56,1,56,1,56,3,56, + 1960,8,56,1,56,1,56,1,56,1,56,1,56,1,56,3,56,1968,8,56,1,56,1,56, + 1,56,3,56,1973,8,56,1,56,1,56,1,56,1,56,1,56,3,56,1980,8,56,3,56, + 1982,8,56,1,56,1,56,1,56,1,56,3,56,1988,8,56,1,56,1,56,1,56,1,56, + 3,56,1994,8,56,1,56,1,56,3,56,1998,8,56,1,56,1,56,1,56,3,56,2003, + 8,56,1,56,1,56,1,56,1,56,1,56,5,56,2010,8,56,10,56,12,56,2013,9, + 56,1,56,1,56,3,56,2017,8,56,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1, + 57,1,57,1,57,5,57,2029,8,57,10,57,12,57,2032,9,57,1,57,1,57,1,57, + 1,57,1,57,5,57,2039,8,57,10,57,12,57,2042,9,57,3,57,2044,8,57,1, + 58,1,58,1,59,1,59,1,59,1,59,1,59,3,59,2053,8,59,1,60,1,60,1,60,3, + 60,2058,8,60,1,60,1,60,1,60,3,60,2063,8,60,3,60,2065,8,60,1,61,1, + 61,1,61,1,61,1,61,5,61,2072,8,61,10,61,12,61,2075,9,61,3,61,2077, + 8,61,1,61,1,61,1,61,1,61,5,61,2083,8,61,10,61,12,61,2086,9,61,3, + 61,2088,8,61,1,61,1,61,1,62,1,62,1,62,3,62,2095,8,62,1,62,1,62,1, + 62,3,62,2100,8,62,1,63,1,63,1,63,1,63,1,63,1,63,1,63,5,63,2109,8, + 63,10,63,12,63,2112,9,63,3,63,2114,8,63,1,63,1,63,3,63,2118,8,63, + 3,63,2120,8,63,1,63,1,63,1,63,1,63,1,63,1,63,3,63,2128,8,63,1,63, + 1,63,1,63,1,63,1,63,1,63,5,63,2136,8,63,10,63,12,63,2139,9,63,1, + 63,1,63,1,63,3,63,2144,8,63,3,63,2146,8,63,1,64,1,64,1,64,1,64,1, + 64,3,64,2153,8,64,1,64,1,64,3,64,2157,8,64,3,64,2159,8,64,1,64,1, + 64,1,64,1,64,1,64,3,64,2166,8,64,1,64,1,64,3,64,2170,8,64,3,64,2172, + 8,64,3,64,2174,8,64,1,65,1,65,1,65,1,65,1,65,5,65,2181,8,65,10,65, + 12,65,2184,9,65,1,65,1,65,1,65,1,65,1,65,1,65,1,65,1,65,3,65,2194, + 8,65,1,66,1,66,3,66,2198,8,66,1,67,1,67,1,67,1,67,1,67,1,67,5,67, + 2206,8,67,10,67,12,67,2209,9,67,1,67,1,67,1,68,1,68,1,69,1,69,1, + 69,3,69,2218,8,69,1,69,1,69,3,69,2222,8,69,1,69,1,69,1,69,1,69,1, + 69,1,69,5,69,2230,8,69,10,69,12,69,2233,9,69,1,70,1,70,1,70,1,70, + 1,70,1,70,1,70,1,70,1,70,1,70,3,70,2245,8,70,1,70,1,70,1,70,1,70, + 1,70,1,70,3,70,2253,8,70,1,70,1,70,1,70,1,70,1,70,5,70,2260,8,70, + 10,70,12,70,2263,9,70,1,70,1,70,1,70,3,70,2268,8,70,1,70,1,70,1, + 70,1,70,1,70,1,70,3,70,2276,8,70,1,70,1,70,1,70,1,70,3,70,2282,8, + 70,1,70,1,70,3,70,2286,8,70,1,70,1,70,1,70,3,70,2291,8,70,1,70,1, + 70,1,70,3,70,2296,8,70,1,71,1,71,1,71,1,71,3,71,2302,8,71,1,71,1, + 71,1,71,1,71,1,71,1,71,1,71,1,71,1,71,1,71,1,71,1,71,5,71,2316,8, + 71,10,71,12,71,2319,9,71,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72, 1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72, - 1,72,1,72,5,72,2528,8,72,10,72,12,72,2531,9,72,3,72,2533,8,72,1, - 72,1,72,1,72,1,72,1,72,1,72,1,72,3,72,2542,8,72,1,72,1,72,1,72,1, - 72,3,72,2548,8,72,1,72,1,72,1,72,1,72,3,72,2554,8,72,1,72,1,72,1, - 72,1,72,3,72,2560,8,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,3,72,2569, - 8,72,1,72,3,72,2572,8,72,1,72,3,72,2575,8,72,1,72,1,72,1,72,1,72, + 1,72,1,72,1,72,1,72,4,72,2346,8,72,11,72,12,72,2347,1,72,1,72,1, + 72,1,72,1,72,1,72,1,72,5,72,2357,8,72,10,72,12,72,2360,9,72,1,72, + 1,72,1,72,1,72,1,72,3,72,2367,8,72,1,72,1,72,1,72,3,72,2372,8,72, + 1,72,1,72,1,72,3,72,2377,8,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72, + 1,72,1,72,5,72,2388,8,72,10,72,12,72,2391,9,72,1,72,1,72,1,72,3, + 72,2396,8,72,1,72,3,72,2399,8,72,1,72,1,72,1,72,1,72,1,72,3,72,2406, + 8,72,1,72,1,72,1,72,3,72,2411,8,72,1,72,3,72,2414,8,72,1,72,3,72, + 2417,8,72,1,72,1,72,1,72,3,72,2422,8,72,1,72,1,72,1,72,5,72,2427, + 8,72,10,72,12,72,2430,9,72,3,72,2432,8,72,1,72,1,72,1,72,1,72,1, + 72,5,72,2439,8,72,10,72,12,72,2442,9,72,3,72,2444,8,72,1,72,1,72, + 3,72,2448,8,72,1,72,3,72,2451,8,72,1,72,3,72,2454,8,72,1,72,1,72, + 1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,5,72,2467,8,72,10,72, + 12,72,2470,9,72,3,72,2472,8,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72, + 1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,4,72,2489,8,72,11,72,12, + 72,2490,1,72,1,72,3,72,2495,8,72,1,72,1,72,1,72,1,72,4,72,2501,8, + 72,11,72,12,72,2502,1,72,1,72,3,72,2507,8,72,1,72,1,72,1,72,1,72, 1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72, - 3,72,2594,8,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,3,72,2603,8,72, + 1,72,1,72,1,72,1,72,5,72,2530,8,72,10,72,12,72,2533,9,72,3,72,2535, + 8,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,3,72,2544,8,72,1,72,1,72, + 1,72,1,72,3,72,2550,8,72,1,72,1,72,1,72,1,72,3,72,2556,8,72,1,72, + 1,72,1,72,1,72,3,72,2562,8,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72, + 3,72,2571,8,72,1,72,3,72,2574,8,72,1,72,3,72,2577,8,72,1,72,1,72, 1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72, - 1,72,1,72,1,72,1,72,1,72,5,72,2623,8,72,10,72,12,72,2626,9,72,3, - 72,2628,8,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,3,72,2638,8, - 72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,3,72,2647,8,72,1,72,1,72,1, - 72,1,72,3,72,2653,8,72,1,72,1,72,1,72,1,72,3,72,2659,8,72,1,72,1, - 72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,3,72,2670,8,72,3,72,2672,8, - 72,1,72,1,72,1,72,3,72,2677,8,72,1,72,1,72,1,72,1,72,1,72,3,72,2684, - 8,72,3,72,2686,8,72,1,72,1,72,1,72,1,72,3,72,2692,8,72,1,72,1,72, - 1,72,1,72,3,72,2698,8,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,5,72, - 2707,8,72,10,72,12,72,2710,9,72,1,72,1,72,1,72,1,72,1,72,1,72,3, - 72,2718,8,72,1,72,1,72,1,72,3,72,2723,8,72,1,72,1,72,1,72,3,72,2728, - 8,72,3,72,2730,8,72,3,72,2732,8,72,1,72,1,72,1,72,1,72,3,72,2738, - 8,72,3,72,2740,8,72,1,72,1,72,1,72,1,72,1,72,1,72,5,72,2748,8,72, - 10,72,12,72,2751,9,72,1,72,1,72,1,72,1,72,1,72,1,72,3,72,2759,8, - 72,3,72,2761,8,72,1,72,1,72,1,72,1,72,3,72,2767,8,72,3,72,2769,8, - 72,1,72,3,72,2772,8,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,5, - 72,2782,8,72,10,72,12,72,2785,9,72,1,73,1,73,1,73,1,73,1,73,3,73, - 2792,8,73,1,73,1,73,1,73,1,73,5,73,2798,8,73,10,73,12,73,2801,9, - 73,3,73,2803,8,73,1,74,1,74,1,74,3,74,2808,8,74,1,75,1,75,1,75,3, - 75,2813,8,75,1,76,1,76,1,76,1,76,1,77,1,77,1,78,1,78,1,78,1,78,3, - 78,2825,8,78,1,79,1,79,3,79,2829,8,79,1,79,1,79,3,79,2833,8,79,1, - 79,3,79,2836,8,79,3,79,2838,8,79,1,80,1,80,1,80,1,80,1,80,1,80,3, - 80,2846,8,80,1,81,3,81,2849,8,81,1,81,1,81,1,81,1,81,1,81,1,81,1, - 81,1,81,3,81,2859,8,81,1,82,1,82,1,83,1,83,1,83,1,83,3,83,2867,8, - 83,1,84,1,84,1,84,1,84,3,84,2873,8,84,3,84,2875,8,84,1,85,1,85,1, - 85,1,85,1,85,1,85,3,85,2883,8,85,1,86,1,86,1,87,1,87,1,88,1,88,1, - 89,1,89,3,89,2893,8,89,1,89,1,89,1,89,1,89,3,89,2899,8,89,1,90,1, - 90,1,91,1,91,1,92,1,92,1,92,1,92,1,92,1,92,5,92,2911,8,92,10,92, - 12,92,2914,9,92,1,92,1,92,1,92,1,92,1,92,1,92,3,92,2922,8,92,1,92, - 1,92,1,92,1,92,1,92,3,92,2929,8,92,1,92,1,92,1,92,3,92,2934,8,92, - 1,92,1,92,1,92,1,92,1,92,3,92,2941,8,92,1,92,1,92,1,92,1,92,1,92, - 1,92,1,92,1,92,3,92,2951,8,92,1,92,1,92,1,92,3,92,2956,8,92,1,92, - 1,92,1,92,1,92,1,92,3,92,2963,8,92,1,92,1,92,1,92,1,92,1,92,1,92, + 1,72,1,72,3,72,2596,8,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,3,72, + 2605,8,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72, + 1,72,1,72,1,72,1,72,1,72,1,72,1,72,5,72,2625,8,72,10,72,12,72,2628, + 9,72,3,72,2630,8,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,3,72, + 2640,8,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,3,72,2649,8,72,1,72, + 1,72,1,72,1,72,3,72,2655,8,72,1,72,1,72,1,72,1,72,3,72,2661,8,72, + 1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,1,72,3,72,2672,8,72,3,72, + 2674,8,72,1,72,1,72,1,72,3,72,2679,8,72,1,72,1,72,1,72,1,72,1,72, + 3,72,2686,8,72,3,72,2688,8,72,1,72,1,72,1,72,1,72,3,72,2694,8,72, + 1,72,1,72,1,72,1,72,3,72,2700,8,72,1,72,1,72,1,72,1,72,1,72,1,72, + 1,72,5,72,2709,8,72,10,72,12,72,2712,9,72,1,72,1,72,1,72,1,72,1, + 72,1,72,3,72,2720,8,72,1,72,1,72,1,72,3,72,2725,8,72,1,72,1,72,1, + 72,3,72,2730,8,72,3,72,2732,8,72,3,72,2734,8,72,1,72,1,72,1,72,1, + 72,3,72,2740,8,72,3,72,2742,8,72,1,72,1,72,1,72,1,72,1,72,1,72,5, + 72,2750,8,72,10,72,12,72,2753,9,72,1,72,1,72,1,72,1,72,1,72,1,72, + 3,72,2761,8,72,3,72,2763,8,72,1,72,1,72,1,72,1,72,3,72,2769,8,72, + 3,72,2771,8,72,1,72,3,72,2774,8,72,1,72,1,72,1,72,1,72,1,72,1,72, + 1,72,1,72,5,72,2784,8,72,10,72,12,72,2787,9,72,1,73,1,73,1,73,1, + 73,1,73,3,73,2794,8,73,1,73,1,73,1,73,1,73,5,73,2800,8,73,10,73, + 12,73,2803,9,73,3,73,2805,8,73,1,74,1,74,1,74,3,74,2810,8,74,1,75, + 1,75,1,75,3,75,2815,8,75,1,76,1,76,1,76,1,76,1,77,1,77,1,78,1,78, + 1,78,1,78,3,78,2827,8,78,1,79,1,79,3,79,2831,8,79,1,79,1,79,3,79, + 2835,8,79,1,79,3,79,2838,8,79,3,79,2840,8,79,1,80,1,80,1,80,1,80, + 1,80,1,80,3,80,2848,8,80,1,81,3,81,2851,8,81,1,81,1,81,1,81,1,81, + 1,81,1,81,1,81,1,81,3,81,2861,8,81,1,82,1,82,1,83,1,83,1,83,1,83, + 3,83,2869,8,83,1,84,1,84,1,84,1,84,3,84,2875,8,84,3,84,2877,8,84, + 1,85,1,85,1,85,1,85,1,85,1,85,3,85,2885,8,85,1,86,1,86,1,87,1,87, + 1,88,1,88,1,89,1,89,3,89,2895,8,89,1,89,1,89,1,89,1,89,3,89,2901, + 8,89,1,90,1,90,1,91,1,91,1,92,1,92,1,92,1,92,1,92,1,92,5,92,2913, + 8,92,10,92,12,92,2916,9,92,1,92,1,92,1,92,1,92,1,92,1,92,3,92,2924, + 8,92,1,92,1,92,1,92,1,92,1,92,3,92,2931,8,92,1,92,1,92,1,92,3,92, + 2936,8,92,1,92,1,92,1,92,1,92,1,92,3,92,2943,8,92,1,92,1,92,1,92, + 1,92,1,92,1,92,1,92,1,92,3,92,2953,8,92,1,92,1,92,1,92,3,92,2958, + 8,92,1,92,1,92,1,92,1,92,1,92,3,92,2965,8,92,1,92,1,92,1,92,1,92, 1,92,1,92,1,92,1,92,1,92,1,92,1,92,1,92,1,92,1,92,1,92,1,92,1,92, - 1,92,1,92,1,92,5,92,2987,8,92,10,92,12,92,2990,9,92,1,92,1,92,3, - 92,2994,8,92,3,92,2996,8,92,1,92,1,92,1,92,1,92,1,92,3,92,3003,8, - 92,5,92,3005,8,92,10,92,12,92,3008,9,92,1,93,1,93,1,93,1,93,3,93, - 3014,8,93,1,94,1,94,3,94,3018,8,94,1,95,1,95,1,95,1,95,1,95,1,96, - 1,96,1,96,1,96,1,96,1,96,1,97,1,97,1,97,1,97,3,97,3035,8,97,1,97, - 1,97,1,97,1,97,1,97,1,97,1,97,1,97,1,97,1,97,1,97,5,97,3048,8,97, - 10,97,12,97,3051,9,97,1,97,1,97,1,97,1,97,3,97,3057,8,97,1,97,1, - 97,1,97,1,97,1,97,1,97,1,97,3,97,3066,8,97,1,97,1,97,1,97,1,97,1, - 97,1,97,5,97,3074,8,97,10,97,12,97,3077,9,97,1,97,1,97,3,97,3081, - 8,97,1,97,1,97,1,97,1,97,1,97,5,97,3088,8,97,10,97,12,97,3091,9, - 97,1,97,1,97,3,97,3095,8,97,1,98,1,98,1,98,1,98,1,98,1,98,3,98,3103, - 8,98,1,99,1,99,1,99,1,99,5,99,3109,8,99,10,99,12,99,3112,9,99,3, - 99,3114,8,99,1,99,1,99,1,99,1,99,3,99,3120,8,99,1,99,3,99,3123,8, - 99,1,99,1,99,1,99,1,99,1,99,3,99,3130,8,99,1,99,1,99,1,99,1,99,5, - 99,3136,8,99,10,99,12,99,3139,9,99,3,99,3141,8,99,1,99,1,99,1,99, - 1,99,5,99,3147,8,99,10,99,12,99,3150,9,99,3,99,3152,8,99,1,100,1, - 100,1,100,1,100,1,100,1,100,1,100,1,100,1,100,1,100,1,100,1,100, + 1,92,1,92,1,92,1,92,1,92,5,92,2989,8,92,10,92,12,92,2992,9,92,1, + 92,1,92,3,92,2996,8,92,3,92,2998,8,92,1,92,1,92,1,92,1,92,1,92,3, + 92,3005,8,92,5,92,3007,8,92,10,92,12,92,3010,9,92,1,93,1,93,1,93, + 1,93,3,93,3016,8,93,1,94,1,94,3,94,3020,8,94,1,95,1,95,1,95,1,95, + 1,95,1,96,1,96,1,96,1,96,1,96,1,96,1,97,1,97,1,97,1,97,3,97,3037, + 8,97,1,97,1,97,1,97,1,97,1,97,1,97,1,97,1,97,1,97,1,97,1,97,5,97, + 3050,8,97,10,97,12,97,3053,9,97,1,97,1,97,1,97,1,97,3,97,3059,8, + 97,1,97,1,97,1,97,1,97,1,97,1,97,1,97,3,97,3068,8,97,1,97,1,97,1, + 97,1,97,1,97,1,97,5,97,3076,8,97,10,97,12,97,3079,9,97,1,97,1,97, + 3,97,3083,8,97,1,97,1,97,1,97,1,97,1,97,5,97,3090,8,97,10,97,12, + 97,3093,9,97,1,97,1,97,3,97,3097,8,97,1,98,1,98,1,98,1,98,1,98,1, + 98,3,98,3105,8,98,1,99,1,99,1,99,1,99,5,99,3111,8,99,10,99,12,99, + 3114,9,99,3,99,3116,8,99,1,99,1,99,1,99,1,99,3,99,3122,8,99,1,99, + 3,99,3125,8,99,1,99,1,99,1,99,1,99,1,99,3,99,3132,8,99,1,99,1,99, + 1,99,1,99,5,99,3138,8,99,10,99,12,99,3141,9,99,3,99,3143,8,99,1, + 99,1,99,1,99,1,99,5,99,3149,8,99,10,99,12,99,3152,9,99,3,99,3154, + 8,99,1,100,1,100,1,100,1,100,1,100,1,100,1,100,1,100,1,100,1,100, 1,100,1,100,1,100,1,100,1,100,1,100,1,100,1,100,1,100,1,100,1,100, - 1,100,3,100,3178,8,100,1,101,1,101,1,101,1,101,1,101,1,101,1,101, - 1,101,1,101,3,101,3189,8,101,1,102,1,102,1,102,3,102,3194,8,102, - 1,102,1,102,1,102,1,102,1,102,5,102,3201,8,102,10,102,12,102,3204, - 9,102,1,103,1,103,1,103,1,103,1,103,1,103,1,103,1,103,5,103,3214, - 8,103,10,103,12,103,3217,9,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,3231,8,103,1,104,1,104, - 3,104,3235,8,104,1,104,1,104,3,104,3239,8,104,1,104,1,104,3,104, - 3243,8,104,1,104,1,104,1,104,1,104,3,104,3249,8,104,1,104,1,104, - 3,104,3253,8,104,1,104,1,104,3,104,3257,8,104,1,104,1,104,3,104, - 3261,8,104,3,104,3263,8,104,1,105,1,105,1,105,1,105,1,106,1,106, - 1,106,1,106,3,106,3273,8,106,1,107,1,107,1,107,1,107,1,107,3,107, - 3280,8,107,1,108,1,108,1,108,1,108,1,108,1,108,1,108,3,108,3289, - 8,108,1,109,1,109,1,109,1,109,1,109,3,109,3296,8,109,1,110,1,110, - 1,110,1,110,1,110,3,110,3303,8,110,1,111,1,111,1,111,5,111,3308, - 8,111,10,111,12,111,3311,9,111,1,112,1,112,1,112,1,112,5,112,3317, - 8,112,10,112,12,112,3320,9,112,1,112,1,112,1,113,1,113,1,113,1,113, - 1,113,5,113,3329,8,113,10,113,12,113,3332,9,113,3,113,3334,8,113, - 1,113,1,113,1,114,1,114,1,114,1,114,1,114,5,114,3343,8,114,10,114, - 12,114,3346,9,114,3,114,3348,8,114,1,114,1,114,1,115,3,115,3353, - 8,115,1,115,1,115,1,116,1,116,1,116,1,117,1,117,1,117,3,117,3363, - 8,117,1,117,1,117,1,117,1,117,1,117,1,117,1,117,1,117,1,117,1,117, - 1,117,1,117,1,117,1,117,3,117,3379,8,117,1,118,1,118,1,118,1,118, - 1,118,1,118,1,118,1,118,1,118,1,118,4,118,3391,8,118,11,118,12,118, - 3392,1,118,3,118,3396,8,118,1,118,1,118,1,118,1,118,1,118,4,118, - 3403,8,118,11,118,12,118,3404,1,118,3,118,3408,8,118,1,118,1,118, - 1,118,1,118,1,118,1,118,1,118,1,118,5,118,3418,8,118,10,118,12,118, - 3421,9,118,1,118,3,118,3424,8,118,1,118,1,118,1,118,1,118,1,118, - 1,118,1,118,1,118,1,118,1,118,1,118,5,118,3437,8,118,10,118,12,118, - 3440,9,118,1,118,3,118,3443,8,118,1,118,1,118,1,118,1,118,3,118, - 3449,8,118,1,118,1,118,1,118,1,118,1,118,1,118,1,118,1,118,3,118, - 3459,8,118,1,118,1,118,1,118,1,118,1,118,1,118,1,118,1,118,1,118, - 1,118,3,118,3471,8,118,1,118,1,118,1,118,1,118,1,118,1,118,1,118, - 3,118,3480,8,118,1,119,1,119,1,119,1,119,1,119,1,120,1,120,1,120, - 1,120,1,120,1,121,1,121,1,121,1,122,1,122,1,122,1,122,5,122,3499, - 8,122,10,122,12,122,3502,9,122,1,122,1,122,1,122,3,122,3507,8,122, - 1,123,1,123,1,123,4,123,3512,8,123,11,123,12,123,3513,1,124,1,124, - 1,124,1,124,1,124,1,124,3,124,3522,8,124,1,125,1,125,1,125,3,125, - 3527,8,125,1,126,3,126,3530,8,126,1,126,1,126,1,127,1,127,3,127, - 3536,8,127,1,128,1,128,1,128,1,128,1,128,1,128,1,128,1,128,1,128, - 1,128,1,128,3,128,3549,8,128,1,129,1,129,1,129,1,129,1,129,1,129, - 1,129,1,129,1,129,1,129,1,129,3,129,3562,8,129,1,130,1,130,1,130, - 1,130,1,130,1,130,1,130,1,130,1,130,1,130,1,130,3,130,3575,8,130, - 1,131,1,131,1,131,1,131,1,131,1,131,1,131,1,131,1,131,1,131,1,131, - 3,131,3588,8,131,1,132,1,132,1,132,1,132,1,132,3,132,3595,8,132, - 1,133,1,133,1,133,1,133,1,133,3,133,3602,8,133,1,134,1,134,1,135, - 1,135,1,136,1,136,1,137,1,137,1,138,1,138,3,138,3614,8,138,1,139, - 1,139,1,140,1,140,1,140,5,140,3621,8,140,10,140,12,140,3624,9,140, - 1,141,1,141,1,141,1,141,1,141,1,141,1,142,1,142,1,143,1,143,1,143, - 3,143,3637,8,143,1,144,1,144,1,144,1,144,1,144,3,144,3644,8,144, - 1,145,1,145,1,145,5,145,3649,8,145,10,145,12,145,3652,9,145,1,146, - 1,146,1,146,1,146,1,146,1,146,1,146,3,146,3661,8,146,1,147,1,147, - 1,147,1,147,1,147,3,147,3668,8,147,1,148,3,148,3671,8,148,1,148, - 1,148,3,148,3675,8,148,1,148,1,148,3,148,3679,8,148,1,148,3,148, - 3682,8,148,1,149,1,149,3,149,3686,8,149,1,150,1,150,1,150,0,7,46, - 72,138,142,144,184,204,151,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,0,35, - 2,0,39,39,229,229,2,0,72,72,131,131,2,0,105,105,122,122,2,0,92,92, - 123,123,1,0,239,240,2,0,101,101,174,174,2,0,324,324,329,329,2,0, - 91,91,281,281,2,0,29,29,75,75,2,0,101,101,148,148,2,0,22,22,79,79, - 2,0,33,33,259,259,3,0,35,35,150,150,270,270,2,0,124,124,247,247, - 2,0,85,85,89,89,2,0,144,144,189,189,2,0,125,125,197,197,2,0,54,54, - 281,281,1,0,318,319,1,0,320,322,1,0,291,293,4,0,89,89,97,97,273, - 273,283,283,2,0,49,49,280,280,2,0,100,100,241,241,1,0,312,317,3, - 0,22,22,26,26,254,254,2,0,97,97,273,273,5,0,67,67,118,118,170,171, - 245,245,310,310,1,0,175,178,2,0,102,102,212,212,3,0,113,113,137, - 137,263,263,4,0,80,80,132,132,160,160,294,294,2,0,192,192,309,309, - 2,0,268,268,298,298,54,0,18,22,24,24,26,27,29,33,35,35,37,39,42, - 49,51,52,56,56,65,67,69,72,74,75,77,78,80,82,85,87,89,89,92,92,95, - 95,98,102,104,104,107,113,116,116,118,121,123,124,126,126,129,129, - 131,132,134,135,137,137,144,151,153,153,155,155,157,157,160,171, - 173,180,184,189,191,193,196,196,198,213,215,220,222,233,235,237, - 239,247,249,259,261,264,266,271,274,276,278,280,282,284,286,289, - 291,295,297,299,302,303,305,311,4245,0,305,1,0,0,0,2,310,1,0,0,0, - 4,312,1,0,0,0,6,316,1,0,0,0,8,320,1,0,0,0,10,324,1,0,0,0,12,328, - 1,0,0,0,14,332,1,0,0,0,16,1233,1,0,0,0,18,1236,1,0,0,0,20,1240,1, - 0,0,0,22,1250,1,0,0,0,24,1254,1,0,0,0,26,1268,1,0,0,0,28,1270,1, - 0,0,0,30,1284,1,0,0,0,32,1290,1,0,0,0,34,1294,1,0,0,0,36,1302,1, - 0,0,0,38,1308,1,0,0,0,40,1310,1,0,0,0,42,1347,1,0,0,0,44,1349,1, - 0,0,0,46,1351,1,0,0,0,48,1387,1,0,0,0,50,1391,1,0,0,0,52,1400,1, - 0,0,0,54,1448,1,0,0,0,56,1498,1,0,0,0,58,1513,1,0,0,0,60,1517,1, - 0,0,0,62,1519,1,0,0,0,64,1526,1,0,0,0,66,1555,1,0,0,0,68,1564,1, - 0,0,0,70,1584,1,0,0,0,72,1586,1,0,0,0,74,1625,1,0,0,0,76,1641,1, - 0,0,0,78,1643,1,0,0,0,80,1652,1,0,0,0,82,1654,1,0,0,0,84,1662,1, - 0,0,0,86,1668,1,0,0,0,88,1670,1,0,0,0,90,1755,1,0,0,0,92,1770,1, - 0,0,0,94,1781,1,0,0,0,96,1802,1,0,0,0,98,1804,1,0,0,0,100,1817,1, - 0,0,0,102,1821,1,0,0,0,104,1831,1,0,0,0,106,1842,1,0,0,0,108,1853, - 1,0,0,0,110,1935,1,0,0,0,112,2014,1,0,0,0,114,2041,1,0,0,0,116,2043, - 1,0,0,0,118,2050,1,0,0,0,120,2062,1,0,0,0,122,2064,1,0,0,0,124,2092, - 1,0,0,0,126,2099,1,0,0,0,128,2171,1,0,0,0,130,2191,1,0,0,0,132,2193, - 1,0,0,0,134,2197,1,0,0,0,136,2210,1,0,0,0,138,2219,1,0,0,0,140,2293, - 1,0,0,0,142,2299,1,0,0,0,144,2771,1,0,0,0,146,2786,1,0,0,0,148,2804, - 1,0,0,0,150,2809,1,0,0,0,152,2814,1,0,0,0,154,2818,1,0,0,0,156,2824, - 1,0,0,0,158,2837,1,0,0,0,160,2845,1,0,0,0,162,2858,1,0,0,0,164,2860, - 1,0,0,0,166,2866,1,0,0,0,168,2874,1,0,0,0,170,2882,1,0,0,0,172,2884, - 1,0,0,0,174,2886,1,0,0,0,176,2888,1,0,0,0,178,2890,1,0,0,0,180,2900, - 1,0,0,0,182,2902,1,0,0,0,184,2995,1,0,0,0,186,3013,1,0,0,0,188,3017, - 1,0,0,0,190,3019,1,0,0,0,192,3024,1,0,0,0,194,3094,1,0,0,0,196,3096, - 1,0,0,0,198,3113,1,0,0,0,200,3177,1,0,0,0,202,3188,1,0,0,0,204,3190, - 1,0,0,0,206,3230,1,0,0,0,208,3262,1,0,0,0,210,3264,1,0,0,0,212,3272, - 1,0,0,0,214,3279,1,0,0,0,216,3288,1,0,0,0,218,3295,1,0,0,0,220,3302, - 1,0,0,0,222,3304,1,0,0,0,224,3312,1,0,0,0,226,3323,1,0,0,0,228,3337, - 1,0,0,0,230,3352,1,0,0,0,232,3356,1,0,0,0,234,3378,1,0,0,0,236,3479, - 1,0,0,0,238,3481,1,0,0,0,240,3486,1,0,0,0,242,3491,1,0,0,0,244,3494, - 1,0,0,0,246,3511,1,0,0,0,248,3521,1,0,0,0,250,3526,1,0,0,0,252,3529, - 1,0,0,0,254,3535,1,0,0,0,256,3548,1,0,0,0,258,3561,1,0,0,0,260,3574, - 1,0,0,0,262,3587,1,0,0,0,264,3594,1,0,0,0,266,3601,1,0,0,0,268,3603, - 1,0,0,0,270,3605,1,0,0,0,272,3607,1,0,0,0,274,3609,1,0,0,0,276,3613, - 1,0,0,0,278,3615,1,0,0,0,280,3617,1,0,0,0,282,3625,1,0,0,0,284,3631, - 1,0,0,0,286,3636,1,0,0,0,288,3643,1,0,0,0,290,3645,1,0,0,0,292,3660, - 1,0,0,0,294,3667,1,0,0,0,296,3681,1,0,0,0,298,3685,1,0,0,0,300,3687, - 1,0,0,0,302,304,3,2,1,0,303,302,1,0,0,0,304,307,1,0,0,0,305,303, - 1,0,0,0,305,306,1,0,0,0,306,308,1,0,0,0,307,305,1,0,0,0,308,309, - 5,0,0,1,309,1,1,0,0,0,310,311,3,4,2,0,311,3,1,0,0,0,312,314,3,16, - 8,0,313,315,5,325,0,0,314,313,1,0,0,0,314,315,1,0,0,0,315,5,1,0, - 0,0,316,318,3,136,68,0,317,319,5,325,0,0,318,317,1,0,0,0,318,319, - 1,0,0,0,319,7,1,0,0,0,320,322,3,222,111,0,321,323,5,325,0,0,322, - 321,1,0,0,0,322,323,1,0,0,0,323,9,1,0,0,0,324,326,3,184,92,0,325, - 327,5,325,0,0,326,325,1,0,0,0,326,327,1,0,0,0,327,11,1,0,0,0,328, - 330,3,204,102,0,329,331,5,325,0,0,330,329,1,0,0,0,330,331,1,0,0, - 0,331,13,1,0,0,0,332,333,3,224,112,0,333,334,5,0,0,1,334,15,1,0, - 0,0,335,1234,3,18,9,0,336,337,5,288,0,0,337,1234,3,264,132,0,338, - 339,5,53,0,0,339,343,5,42,0,0,340,341,5,119,0,0,341,342,5,182,0, - 0,342,344,5,94,0,0,343,340,1,0,0,0,343,344,1,0,0,0,344,345,1,0,0, - 0,345,346,3,270,135,0,346,347,5,290,0,0,347,350,3,294,147,0,348, - 349,5,46,0,0,349,351,3,168,84,0,350,348,1,0,0,0,350,351,1,0,0,0, - 351,354,1,0,0,0,352,353,5,31,0,0,353,355,3,288,144,0,354,352,1,0, - 0,0,354,355,1,0,0,0,355,358,1,0,0,0,356,357,5,304,0,0,357,359,3, - 32,16,0,358,356,1,0,0,0,358,359,1,0,0,0,359,1234,1,0,0,0,360,361, - 5,83,0,0,361,364,5,42,0,0,362,363,5,119,0,0,363,365,5,94,0,0,364, - 362,1,0,0,0,364,365,1,0,0,0,365,366,1,0,0,0,366,368,3,268,134,0, - 367,369,7,0,0,0,368,367,1,0,0,0,368,369,1,0,0,0,369,1234,1,0,0,0, - 370,371,5,53,0,0,371,375,5,243,0,0,372,373,5,119,0,0,373,374,5,182, - 0,0,374,376,5,94,0,0,375,372,1,0,0,0,375,376,1,0,0,0,376,377,1,0, - 0,0,377,380,3,266,133,0,378,379,5,31,0,0,379,381,3,288,144,0,380, - 378,1,0,0,0,380,381,1,0,0,0,381,384,1,0,0,0,382,383,5,304,0,0,383, - 385,3,32,16,0,384,382,1,0,0,0,384,385,1,0,0,0,385,1234,1,0,0,0,386, - 387,5,83,0,0,387,390,5,243,0,0,388,389,5,119,0,0,389,391,5,94,0, - 0,390,388,1,0,0,0,390,391,1,0,0,0,391,392,1,0,0,0,392,394,3,264, - 132,0,393,395,7,0,0,0,394,393,1,0,0,0,394,395,1,0,0,0,395,1234,1, - 0,0,0,396,397,5,23,0,0,397,398,5,243,0,0,398,399,3,264,132,0,399, - 400,5,223,0,0,400,401,5,269,0,0,401,402,3,266,133,0,402,1234,1,0, - 0,0,403,404,5,23,0,0,404,405,5,243,0,0,405,406,3,264,132,0,406,407, - 5,251,0,0,407,408,5,31,0,0,408,409,3,288,144,0,409,1234,1,0,0,0, - 410,413,5,53,0,0,411,412,5,194,0,0,412,414,5,226,0,0,413,411,1,0, - 0,0,413,414,1,0,0,0,414,415,1,0,0,0,415,419,5,260,0,0,416,417,5, - 119,0,0,417,418,5,182,0,0,418,420,5,94,0,0,419,416,1,0,0,0,419,420, - 1,0,0,0,420,421,1,0,0,0,421,423,3,258,129,0,422,424,3,104,52,0,423, - 422,1,0,0,0,423,424,1,0,0,0,424,427,1,0,0,0,425,426,5,46,0,0,426, - 428,3,168,84,0,427,425,1,0,0,0,427,428,1,0,0,0,428,431,1,0,0,0,429, - 430,5,304,0,0,430,432,3,32,16,0,431,429,1,0,0,0,431,432,1,0,0,0, - 432,433,1,0,0,0,433,439,5,28,0,0,434,440,3,18,9,0,435,436,5,1,0, - 0,436,437,3,18,9,0,437,438,5,2,0,0,438,440,1,0,0,0,439,434,1,0,0, - 0,439,435,1,0,0,0,440,446,1,0,0,0,441,443,5,304,0,0,442,444,5,179, - 0,0,443,442,1,0,0,0,443,444,1,0,0,0,444,445,1,0,0,0,445,447,5,65, - 0,0,446,441,1,0,0,0,446,447,1,0,0,0,447,1234,1,0,0,0,448,451,5,53, - 0,0,449,450,5,194,0,0,450,452,5,226,0,0,451,449,1,0,0,0,451,452, - 1,0,0,0,452,453,1,0,0,0,453,457,5,260,0,0,454,455,5,119,0,0,455, - 456,5,182,0,0,456,458,5,94,0,0,457,454,1,0,0,0,457,458,1,0,0,0,458, - 459,1,0,0,0,459,460,3,258,129,0,460,461,5,1,0,0,461,466,3,26,13, - 0,462,463,5,3,0,0,463,465,3,26,13,0,464,462,1,0,0,0,465,468,1,0, - 0,0,466,464,1,0,0,0,466,467,1,0,0,0,467,469,1,0,0,0,468,466,1,0, - 0,0,469,472,5,2,0,0,470,471,5,46,0,0,471,473,3,168,84,0,472,470, - 1,0,0,0,472,473,1,0,0,0,473,476,1,0,0,0,474,475,5,304,0,0,475,477, - 3,32,16,0,476,474,1,0,0,0,476,477,1,0,0,0,477,1234,1,0,0,0,478,479, - 5,83,0,0,479,482,5,260,0,0,480,481,5,119,0,0,481,483,5,94,0,0,482, - 480,1,0,0,0,482,483,1,0,0,0,483,484,1,0,0,0,484,1234,3,256,128,0, - 485,486,5,127,0,0,486,487,5,130,0,0,487,489,3,256,128,0,488,490, - 3,106,53,0,489,488,1,0,0,0,489,490,1,0,0,0,490,491,1,0,0,0,491,492, - 3,18,9,0,492,1234,1,0,0,0,493,494,5,73,0,0,494,495,5,105,0,0,495, - 498,3,256,128,0,496,497,5,301,0,0,497,499,3,138,69,0,498,496,1,0, - 0,0,498,499,1,0,0,0,499,1234,1,0,0,0,500,501,5,274,0,0,501,502,5, - 260,0,0,502,1234,3,256,128,0,503,504,5,46,0,0,504,505,5,190,0,0, - 505,506,5,260,0,0,506,507,3,256,128,0,507,510,5,133,0,0,508,511, - 3,168,84,0,509,511,5,183,0,0,510,508,1,0,0,0,510,509,1,0,0,0,511, - 1234,1,0,0,0,512,513,5,46,0,0,513,514,5,190,0,0,514,515,5,299,0, - 0,515,516,3,260,130,0,516,519,5,133,0,0,517,520,3,168,84,0,518,520, - 5,183,0,0,519,517,1,0,0,0,519,518,1,0,0,0,520,1234,1,0,0,0,521,522, - 5,46,0,0,522,523,5,190,0,0,523,524,5,44,0,0,524,525,3,276,138,0, - 525,528,5,133,0,0,526,529,3,168,84,0,527,529,5,183,0,0,528,526,1, - 0,0,0,528,527,1,0,0,0,529,1234,1,0,0,0,530,531,5,23,0,0,531,534, - 5,260,0,0,532,533,5,119,0,0,533,535,5,94,0,0,534,532,1,0,0,0,534, - 535,1,0,0,0,535,536,1,0,0,0,536,537,3,256,128,0,537,538,5,223,0, - 0,538,539,5,269,0,0,539,540,3,258,129,0,540,1234,1,0,0,0,541,542, - 5,23,0,0,542,545,5,260,0,0,543,544,5,119,0,0,544,546,5,94,0,0,545, - 543,1,0,0,0,545,546,1,0,0,0,546,547,1,0,0,0,547,548,3,256,128,0, - 548,549,5,19,0,0,549,553,5,44,0,0,550,551,5,119,0,0,551,552,5,182, - 0,0,552,554,5,94,0,0,553,550,1,0,0,0,553,554,1,0,0,0,554,555,1,0, - 0,0,555,556,3,28,14,0,556,1234,1,0,0,0,557,558,5,23,0,0,558,561, - 5,260,0,0,559,560,5,119,0,0,560,562,5,94,0,0,561,559,1,0,0,0,561, - 562,1,0,0,0,562,563,1,0,0,0,563,564,3,256,128,0,564,565,5,223,0, - 0,565,568,5,44,0,0,566,567,5,119,0,0,567,569,5,94,0,0,568,566,1, - 0,0,0,568,569,1,0,0,0,569,570,1,0,0,0,570,571,3,276,138,0,571,572, - 5,269,0,0,572,573,3,278,139,0,573,1234,1,0,0,0,574,575,5,23,0,0, - 575,578,5,260,0,0,576,577,5,119,0,0,577,579,5,94,0,0,578,576,1,0, - 0,0,578,579,1,0,0,0,579,580,1,0,0,0,580,581,3,256,128,0,581,582, - 5,83,0,0,582,585,5,44,0,0,583,584,5,119,0,0,584,586,5,94,0,0,585, - 583,1,0,0,0,585,586,1,0,0,0,586,587,1,0,0,0,587,588,3,276,138,0, - 588,1234,1,0,0,0,589,590,5,23,0,0,590,593,5,260,0,0,591,592,5,119, - 0,0,592,594,5,94,0,0,593,591,1,0,0,0,593,594,1,0,0,0,594,595,1,0, - 0,0,595,596,3,256,128,0,596,597,5,23,0,0,597,598,5,44,0,0,598,599, - 3,276,138,0,599,600,5,251,0,0,600,601,5,65,0,0,601,602,5,276,0,0, - 602,603,3,184,92,0,603,1234,1,0,0,0,604,605,5,23,0,0,605,608,5,260, - 0,0,606,607,5,119,0,0,607,609,5,94,0,0,608,606,1,0,0,0,608,609,1, - 0,0,0,609,610,1,0,0,0,610,611,3,256,128,0,611,612,5,23,0,0,612,613, - 5,44,0,0,613,614,3,276,138,0,614,615,5,83,0,0,615,616,5,182,0,0, - 616,617,5,183,0,0,617,1234,1,0,0,0,618,619,5,23,0,0,619,620,5,260, - 0,0,620,621,3,256,128,0,621,622,5,251,0,0,622,623,5,31,0,0,623,624, - 3,288,144,0,624,1234,1,0,0,0,625,626,5,23,0,0,626,627,5,260,0,0, - 627,628,3,256,128,0,628,629,5,251,0,0,629,630,5,216,0,0,630,631, - 3,34,17,0,631,1234,1,0,0,0,632,633,5,23,0,0,633,634,5,260,0,0,634, - 635,3,256,128,0,635,636,5,93,0,0,636,649,3,272,136,0,637,646,5,1, - 0,0,638,643,3,218,109,0,639,640,5,3,0,0,640,642,3,218,109,0,641, - 639,1,0,0,0,642,645,1,0,0,0,643,641,1,0,0,0,643,644,1,0,0,0,644, - 647,1,0,0,0,645,643,1,0,0,0,646,638,1,0,0,0,646,647,1,0,0,0,647, - 648,1,0,0,0,648,650,5,2,0,0,649,637,1,0,0,0,649,650,1,0,0,0,650, - 653,1,0,0,0,651,652,5,301,0,0,652,654,3,138,69,0,653,651,1,0,0,0, - 653,654,1,0,0,0,654,1234,1,0,0,0,655,656,5,24,0,0,656,659,3,256, - 128,0,657,658,5,304,0,0,658,660,3,32,16,0,659,657,1,0,0,0,659,660, - 1,0,0,0,660,1234,1,0,0,0,661,664,5,53,0,0,662,663,5,194,0,0,663, - 665,5,226,0,0,664,662,1,0,0,0,664,665,1,0,0,0,665,666,1,0,0,0,666, - 667,5,167,0,0,667,671,5,299,0,0,668,669,5,119,0,0,669,670,5,182, - 0,0,670,672,5,94,0,0,671,668,1,0,0,0,671,672,1,0,0,0,672,673,1,0, - 0,0,673,677,3,262,131,0,674,675,5,109,0,0,675,676,5,208,0,0,676, - 678,3,178,89,0,677,674,1,0,0,0,677,678,1,0,0,0,678,681,1,0,0,0,679, - 680,5,46,0,0,680,682,3,168,84,0,681,679,1,0,0,0,681,682,1,0,0,0, - 682,685,1,0,0,0,683,684,5,304,0,0,684,686,3,32,16,0,685,683,1,0, - 0,0,685,686,1,0,0,0,686,687,1,0,0,0,687,688,5,28,0,0,688,689,3,18, - 9,0,689,1234,1,0,0,0,690,693,5,53,0,0,691,692,5,194,0,0,692,694, - 5,226,0,0,693,691,1,0,0,0,693,694,1,0,0,0,694,695,1,0,0,0,695,696, - 5,299,0,0,696,699,3,262,131,0,697,698,5,46,0,0,698,700,3,168,84, - 0,699,697,1,0,0,0,699,700,1,0,0,0,700,703,1,0,0,0,701,702,5,246, - 0,0,702,704,7,1,0,0,703,701,1,0,0,0,703,704,1,0,0,0,704,707,1,0, - 0,0,705,706,5,304,0,0,706,708,3,32,16,0,707,705,1,0,0,0,707,708, - 1,0,0,0,708,709,1,0,0,0,709,710,5,28,0,0,710,711,3,18,9,0,711,1234, - 1,0,0,0,712,713,5,222,0,0,713,714,5,167,0,0,714,715,5,299,0,0,715, - 1234,3,260,130,0,716,717,5,83,0,0,717,718,5,167,0,0,718,721,5,299, - 0,0,719,720,5,119,0,0,720,722,5,94,0,0,721,719,1,0,0,0,721,722,1, - 0,0,0,722,723,1,0,0,0,723,1234,3,260,130,0,724,725,5,23,0,0,725, - 726,5,167,0,0,726,729,5,299,0,0,727,728,5,119,0,0,728,730,5,94,0, - 0,729,727,1,0,0,0,729,730,1,0,0,0,730,731,1,0,0,0,731,732,3,260, - 130,0,732,733,5,223,0,0,733,734,5,269,0,0,734,735,3,262,131,0,735, - 1234,1,0,0,0,736,737,5,23,0,0,737,738,5,167,0,0,738,739,5,299,0, - 0,739,740,3,260,130,0,740,741,5,251,0,0,741,742,5,216,0,0,742,743, - 3,34,17,0,743,1234,1,0,0,0,744,745,5,83,0,0,745,748,5,299,0,0,746, - 747,5,119,0,0,747,749,5,94,0,0,748,746,1,0,0,0,748,749,1,0,0,0,749, - 750,1,0,0,0,750,1234,3,260,130,0,751,752,5,23,0,0,752,753,5,299, - 0,0,753,754,3,260,130,0,754,755,5,223,0,0,755,756,5,269,0,0,756, - 757,3,262,131,0,757,1234,1,0,0,0,758,759,5,23,0,0,759,760,5,299, - 0,0,760,761,3,260,130,0,761,762,5,251,0,0,762,763,5,31,0,0,763,764, - 3,288,144,0,764,1234,1,0,0,0,765,766,5,37,0,0,766,767,3,272,136, - 0,767,776,5,1,0,0,768,773,3,218,109,0,769,770,5,3,0,0,770,772,3, - 218,109,0,771,769,1,0,0,0,772,775,1,0,0,0,773,771,1,0,0,0,773,774, - 1,0,0,0,774,777,1,0,0,0,775,773,1,0,0,0,776,768,1,0,0,0,776,777, - 1,0,0,0,777,778,1,0,0,0,778,779,5,2,0,0,779,1234,1,0,0,0,780,783, - 5,53,0,0,781,782,5,194,0,0,782,784,5,226,0,0,783,781,1,0,0,0,783, - 784,1,0,0,0,784,785,1,0,0,0,785,1234,3,224,112,0,786,787,5,83,0, - 0,787,790,5,107,0,0,788,789,5,119,0,0,789,791,5,94,0,0,790,788,1, - 0,0,0,790,791,1,0,0,0,791,792,1,0,0,0,792,1234,3,228,114,0,793,794, - 5,53,0,0,794,795,5,235,0,0,795,799,3,294,147,0,796,797,5,304,0,0, - 797,798,5,20,0,0,798,800,3,286,143,0,799,796,1,0,0,0,799,800,1,0, - 0,0,800,803,1,0,0,0,801,802,5,122,0,0,802,804,3,268,134,0,803,801, - 1,0,0,0,803,804,1,0,0,0,804,1234,1,0,0,0,805,806,5,83,0,0,806,807, - 5,235,0,0,807,810,3,294,147,0,808,809,5,122,0,0,809,811,3,268,134, - 0,810,808,1,0,0,0,810,811,1,0,0,0,811,1234,1,0,0,0,812,813,5,110, - 0,0,813,818,3,292,146,0,814,815,5,3,0,0,815,817,3,292,146,0,816, - 814,1,0,0,0,817,820,1,0,0,0,818,816,1,0,0,0,818,819,1,0,0,0,819, - 821,1,0,0,0,820,818,1,0,0,0,821,822,5,269,0,0,822,827,3,288,144, - 0,823,824,5,3,0,0,824,826,3,288,144,0,825,823,1,0,0,0,826,829,1, - 0,0,0,827,825,1,0,0,0,827,828,1,0,0,0,828,833,1,0,0,0,829,827,1, - 0,0,0,830,831,5,304,0,0,831,832,5,20,0,0,832,834,5,193,0,0,833,830, - 1,0,0,0,833,834,1,0,0,0,834,838,1,0,0,0,835,836,5,111,0,0,836,837, - 5,36,0,0,837,839,3,286,143,0,838,835,1,0,0,0,838,839,1,0,0,0,839, - 842,1,0,0,0,840,841,5,122,0,0,841,843,3,268,134,0,842,840,1,0,0, - 0,842,843,1,0,0,0,843,1234,1,0,0,0,844,855,5,110,0,0,845,850,3,292, - 146,0,846,847,5,3,0,0,847,849,3,292,146,0,848,846,1,0,0,0,849,852, - 1,0,0,0,850,848,1,0,0,0,850,851,1,0,0,0,851,856,1,0,0,0,852,850, - 1,0,0,0,853,854,5,22,0,0,854,856,5,215,0,0,855,845,1,0,0,0,855,853, - 1,0,0,0,856,857,1,0,0,0,857,858,5,190,0,0,858,859,3,252,126,0,859, - 860,5,269,0,0,860,864,3,288,144,0,861,862,5,304,0,0,862,863,5,110, - 0,0,863,865,5,193,0,0,864,861,1,0,0,0,864,865,1,0,0,0,865,1234,1, - 0,0,0,866,870,5,233,0,0,867,868,5,20,0,0,868,869,5,193,0,0,869,871, - 5,103,0,0,870,867,1,0,0,0,870,871,1,0,0,0,871,872,1,0,0,0,872,877, - 3,292,146,0,873,874,5,3,0,0,874,876,3,292,146,0,875,873,1,0,0,0, - 876,879,1,0,0,0,877,875,1,0,0,0,877,878,1,0,0,0,878,880,1,0,0,0, - 879,877,1,0,0,0,880,881,5,105,0,0,881,886,3,288,144,0,882,883,5, - 3,0,0,883,885,3,288,144,0,884,882,1,0,0,0,885,888,1,0,0,0,886,884, - 1,0,0,0,886,887,1,0,0,0,887,892,1,0,0,0,888,886,1,0,0,0,889,890, - 5,111,0,0,890,891,5,36,0,0,891,893,3,286,143,0,892,889,1,0,0,0,892, - 893,1,0,0,0,893,896,1,0,0,0,894,895,5,122,0,0,895,897,3,268,134, - 0,896,894,1,0,0,0,896,897,1,0,0,0,897,1234,1,0,0,0,898,902,5,233, - 0,0,899,900,5,110,0,0,900,901,5,193,0,0,901,903,5,103,0,0,902,899, - 1,0,0,0,902,903,1,0,0,0,903,914,1,0,0,0,904,909,3,292,146,0,905, - 906,5,3,0,0,906,908,3,292,146,0,907,905,1,0,0,0,908,911,1,0,0,0, - 909,907,1,0,0,0,909,910,1,0,0,0,910,915,1,0,0,0,911,909,1,0,0,0, - 912,913,5,22,0,0,913,915,5,215,0,0,914,904,1,0,0,0,914,912,1,0,0, - 0,915,916,1,0,0,0,916,917,5,190,0,0,917,918,3,252,126,0,918,919, - 5,105,0,0,919,920,3,288,144,0,920,1234,1,0,0,0,921,932,5,74,0,0, - 922,927,3,248,124,0,923,924,5,3,0,0,924,926,3,248,124,0,925,923, - 1,0,0,0,926,929,1,0,0,0,927,925,1,0,0,0,927,928,1,0,0,0,928,933, - 1,0,0,0,929,927,1,0,0,0,930,931,5,22,0,0,931,933,5,215,0,0,932,922, - 1,0,0,0,932,930,1,0,0,0,933,934,1,0,0,0,934,935,5,190,0,0,935,936, - 3,252,126,0,936,937,5,269,0,0,937,938,3,288,144,0,938,1234,1,0,0, - 0,939,940,5,251,0,0,940,944,5,235,0,0,941,945,5,22,0,0,942,945,5, - 180,0,0,943,945,3,294,147,0,944,941,1,0,0,0,944,942,1,0,0,0,944, - 943,1,0,0,0,945,948,1,0,0,0,946,947,5,122,0,0,947,949,3,268,134, - 0,948,946,1,0,0,0,948,949,1,0,0,0,949,1234,1,0,0,0,950,951,5,253, - 0,0,951,954,5,112,0,0,952,953,5,190,0,0,953,955,3,252,126,0,954, - 952,1,0,0,0,954,955,1,0,0,0,955,1234,1,0,0,0,956,968,5,95,0,0,957, - 958,5,1,0,0,958,963,3,212,106,0,959,960,5,3,0,0,960,962,3,212,106, - 0,961,959,1,0,0,0,962,965,1,0,0,0,963,961,1,0,0,0,963,964,1,0,0, - 0,964,966,1,0,0,0,965,963,1,0,0,0,966,967,5,2,0,0,967,969,1,0,0, - 0,968,957,1,0,0,0,968,969,1,0,0,0,969,970,1,0,0,0,970,1234,3,16, - 8,0,971,972,5,95,0,0,972,974,5,24,0,0,973,975,5,297,0,0,974,973, - 1,0,0,0,974,975,1,0,0,0,975,976,1,0,0,0,976,1234,3,16,8,0,977,978, - 5,253,0,0,978,979,5,53,0,0,979,980,5,260,0,0,980,1234,3,256,128, - 0,981,982,5,253,0,0,982,983,5,53,0,0,983,984,5,243,0,0,984,1234, - 3,264,132,0,985,986,5,253,0,0,986,987,5,53,0,0,987,988,5,299,0,0, - 988,1234,3,260,130,0,989,990,5,253,0,0,990,991,5,53,0,0,991,992, - 5,167,0,0,992,993,5,299,0,0,993,1234,3,260,130,0,994,995,5,253,0, - 0,995,996,5,53,0,0,996,997,5,107,0,0,997,1234,3,272,136,0,998,999, - 5,253,0,0,999,1002,5,261,0,0,1000,1001,7,2,0,0,1001,1003,3,264,132, - 0,1002,1000,1,0,0,0,1002,1003,1,0,0,0,1003,1010,1,0,0,0,1004,1005, - 5,154,0,0,1005,1008,3,168,84,0,1006,1007,5,90,0,0,1007,1009,3,168, - 84,0,1008,1006,1,0,0,0,1008,1009,1,0,0,0,1009,1011,1,0,0,0,1010, - 1004,1,0,0,0,1010,1011,1,0,0,0,1011,1234,1,0,0,0,1012,1013,5,253, - 0,0,1013,1016,5,244,0,0,1014,1015,7,2,0,0,1015,1017,3,268,134,0, - 1016,1014,1,0,0,0,1016,1017,1,0,0,0,1017,1024,1,0,0,0,1018,1019, - 5,154,0,0,1019,1022,3,168,84,0,1020,1021,5,90,0,0,1021,1023,3,168, - 84,0,1022,1020,1,0,0,0,1022,1023,1,0,0,0,1023,1025,1,0,0,0,1024, - 1018,1,0,0,0,1024,1025,1,0,0,0,1025,1234,1,0,0,0,1026,1027,5,253, - 0,0,1027,1034,5,43,0,0,1028,1029,5,154,0,0,1029,1032,3,168,84,0, - 1030,1031,5,90,0,0,1031,1033,3,168,84,0,1032,1030,1,0,0,0,1032,1033, - 1,0,0,0,1033,1035,1,0,0,0,1034,1028,1,0,0,0,1034,1035,1,0,0,0,1035, - 1234,1,0,0,0,1036,1037,5,253,0,0,1037,1038,5,45,0,0,1038,1039,7, - 2,0,0,1039,1046,3,254,127,0,1040,1041,5,154,0,0,1041,1044,3,168, - 84,0,1042,1043,5,90,0,0,1043,1045,3,168,84,0,1044,1042,1,0,0,0,1044, - 1045,1,0,0,0,1045,1047,1,0,0,0,1046,1040,1,0,0,0,1046,1047,1,0,0, - 0,1047,1234,1,0,0,0,1048,1049,5,253,0,0,1049,1050,5,256,0,0,1050, - 1051,5,103,0,0,1051,1234,3,254,127,0,1052,1053,5,253,0,0,1053,1054, - 5,256,0,0,1054,1055,5,103,0,0,1055,1056,5,1,0,0,1056,1057,3,18,9, - 0,1057,1058,5,2,0,0,1058,1234,1,0,0,0,1059,1061,5,253,0,0,1060,1062, - 5,56,0,0,1061,1060,1,0,0,0,1061,1062,1,0,0,0,1062,1063,1,0,0,0,1063, - 1066,5,236,0,0,1064,1065,7,2,0,0,1065,1067,3,268,134,0,1066,1064, - 1,0,0,0,1066,1067,1,0,0,0,1067,1234,1,0,0,0,1068,1069,5,253,0,0, - 1069,1070,5,235,0,0,1070,1073,5,112,0,0,1071,1072,7,2,0,0,1072,1074, - 3,268,134,0,1073,1071,1,0,0,0,1073,1074,1,0,0,0,1074,1234,1,0,0, - 0,1075,1076,5,76,0,0,1076,1234,3,254,127,0,1077,1078,5,75,0,0,1078, - 1234,3,254,127,0,1079,1080,5,253,0,0,1080,1083,5,108,0,0,1081,1082, - 7,2,0,0,1082,1084,3,264,132,0,1083,1081,1,0,0,0,1083,1084,1,0,0, - 0,1084,1091,1,0,0,0,1085,1086,5,154,0,0,1086,1089,3,168,84,0,1087, - 1088,5,90,0,0,1088,1090,3,168,84,0,1089,1087,1,0,0,0,1089,1090,1, - 0,0,0,1090,1092,1,0,0,0,1091,1085,1,0,0,0,1091,1092,1,0,0,0,1092, - 1234,1,0,0,0,1093,1094,5,253,0,0,1094,1101,5,250,0,0,1095,1096,5, - 154,0,0,1096,1099,3,168,84,0,1097,1098,5,90,0,0,1098,1100,3,168, - 84,0,1099,1097,1,0,0,0,1099,1100,1,0,0,0,1100,1102,1,0,0,0,1101, - 1095,1,0,0,0,1101,1102,1,0,0,0,1102,1234,1,0,0,0,1103,1104,5,251, - 0,0,1104,1105,5,250,0,0,1105,1106,5,31,0,0,1106,1234,3,298,149,0, - 1107,1108,5,227,0,0,1108,1109,5,250,0,0,1109,1234,5,31,0,0,1110, - 1111,5,251,0,0,1111,1112,5,250,0,0,1112,1113,3,280,140,0,1113,1114, - 5,312,0,0,1114,1115,3,136,68,0,1115,1234,1,0,0,0,1116,1117,5,227, - 0,0,1117,1118,5,250,0,0,1118,1234,3,280,140,0,1119,1120,5,255,0, - 0,1120,1129,5,271,0,0,1121,1126,3,214,107,0,1122,1123,5,3,0,0,1123, - 1125,3,214,107,0,1124,1122,1,0,0,0,1125,1128,1,0,0,0,1126,1124,1, - 0,0,0,1126,1127,1,0,0,0,1127,1130,1,0,0,0,1128,1126,1,0,0,0,1129, - 1121,1,0,0,0,1129,1130,1,0,0,0,1130,1234,1,0,0,0,1131,1133,5,47, - 0,0,1132,1134,5,307,0,0,1133,1132,1,0,0,0,1133,1134,1,0,0,0,1134, - 1234,1,0,0,0,1135,1137,5,237,0,0,1136,1138,5,307,0,0,1137,1136,1, - 0,0,0,1137,1138,1,0,0,0,1138,1234,1,0,0,0,1139,1140,5,214,0,0,1140, - 1141,3,294,147,0,1141,1142,5,105,0,0,1142,1143,3,16,8,0,1143,1234, - 1,0,0,0,1144,1145,5,68,0,0,1145,1146,5,214,0,0,1146,1234,3,294,147, - 0,1147,1148,5,93,0,0,1148,1158,3,294,147,0,1149,1150,5,290,0,0,1150, - 1155,3,136,68,0,1151,1152,5,3,0,0,1152,1154,3,136,68,0,1153,1151, - 1,0,0,0,1154,1157,1,0,0,0,1155,1153,1,0,0,0,1155,1156,1,0,0,0,1156, - 1159,1,0,0,0,1157,1155,1,0,0,0,1158,1149,1,0,0,0,1158,1159,1,0,0, - 0,1159,1234,1,0,0,0,1160,1161,5,93,0,0,1161,1162,5,121,0,0,1162, - 1172,3,168,84,0,1163,1164,5,290,0,0,1164,1169,3,136,68,0,1165,1166, - 5,3,0,0,1166,1168,3,136,68,0,1167,1165,1,0,0,0,1168,1171,1,0,0,0, - 1169,1167,1,0,0,0,1169,1170,1,0,0,0,1170,1173,1,0,0,0,1171,1169, - 1,0,0,0,1172,1163,1,0,0,0,1172,1173,1,0,0,0,1173,1234,1,0,0,0,1174, - 1175,5,76,0,0,1175,1176,5,126,0,0,1176,1234,3,294,147,0,1177,1178, - 5,76,0,0,1178,1179,5,198,0,0,1179,1234,3,294,147,0,1180,1181,5,251, - 0,0,1181,1182,5,205,0,0,1182,1234,3,222,111,0,1183,1184,5,251,0, - 0,1184,1185,5,267,0,0,1185,1188,5,311,0,0,1186,1189,5,157,0,0,1187, - 1189,3,136,68,0,1188,1186,1,0,0,0,1188,1187,1,0,0,0,1189,1234,1, - 0,0,0,1190,1191,5,287,0,0,1191,1192,3,256,128,0,1192,1193,5,251, - 0,0,1193,1198,3,210,105,0,1194,1195,5,3,0,0,1195,1197,3,210,105, - 0,1196,1194,1,0,0,0,1197,1200,1,0,0,0,1198,1196,1,0,0,0,1198,1199, - 1,0,0,0,1199,1203,1,0,0,0,1200,1198,1,0,0,0,1201,1202,5,301,0,0, - 1202,1204,3,138,69,0,1203,1201,1,0,0,0,1203,1204,1,0,0,0,1204,1234, - 1,0,0,0,1205,1206,5,169,0,0,1206,1207,5,130,0,0,1207,1212,3,256, - 128,0,1208,1210,5,28,0,0,1209,1208,1,0,0,0,1209,1210,1,0,0,0,1210, - 1211,1,0,0,0,1211,1213,3,294,147,0,1212,1209,1,0,0,0,1212,1213,1, - 0,0,0,1213,1214,1,0,0,0,1214,1215,5,290,0,0,1215,1216,3,72,36,0, - 1216,1217,5,190,0,0,1217,1219,3,136,68,0,1218,1220,3,194,97,0,1219, - 1218,1,0,0,0,1220,1221,1,0,0,0,1221,1219,1,0,0,0,1221,1222,1,0,0, - 0,1222,1234,1,0,0,0,1223,1224,5,253,0,0,1224,1225,5,46,0,0,1225, - 1226,5,190,0,0,1226,1227,5,260,0,0,1227,1234,3,256,128,0,1228,1229, - 5,253,0,0,1229,1230,5,46,0,0,1230,1231,5,190,0,0,1231,1232,5,44, - 0,0,1232,1234,3,276,138,0,1233,335,1,0,0,0,1233,336,1,0,0,0,1233, - 338,1,0,0,0,1233,360,1,0,0,0,1233,370,1,0,0,0,1233,386,1,0,0,0,1233, - 396,1,0,0,0,1233,403,1,0,0,0,1233,410,1,0,0,0,1233,448,1,0,0,0,1233, - 478,1,0,0,0,1233,485,1,0,0,0,1233,493,1,0,0,0,1233,500,1,0,0,0,1233, - 503,1,0,0,0,1233,512,1,0,0,0,1233,521,1,0,0,0,1233,530,1,0,0,0,1233, - 541,1,0,0,0,1233,557,1,0,0,0,1233,574,1,0,0,0,1233,589,1,0,0,0,1233, - 604,1,0,0,0,1233,618,1,0,0,0,1233,625,1,0,0,0,1233,632,1,0,0,0,1233, - 655,1,0,0,0,1233,661,1,0,0,0,1233,690,1,0,0,0,1233,712,1,0,0,0,1233, - 716,1,0,0,0,1233,724,1,0,0,0,1233,736,1,0,0,0,1233,744,1,0,0,0,1233, - 751,1,0,0,0,1233,758,1,0,0,0,1233,765,1,0,0,0,1233,780,1,0,0,0,1233, - 786,1,0,0,0,1233,793,1,0,0,0,1233,805,1,0,0,0,1233,812,1,0,0,0,1233, - 844,1,0,0,0,1233,866,1,0,0,0,1233,898,1,0,0,0,1233,921,1,0,0,0,1233, - 939,1,0,0,0,1233,950,1,0,0,0,1233,956,1,0,0,0,1233,971,1,0,0,0,1233, - 977,1,0,0,0,1233,981,1,0,0,0,1233,985,1,0,0,0,1233,989,1,0,0,0,1233, - 994,1,0,0,0,1233,998,1,0,0,0,1233,1012,1,0,0,0,1233,1026,1,0,0,0, - 1233,1036,1,0,0,0,1233,1048,1,0,0,0,1233,1052,1,0,0,0,1233,1059, - 1,0,0,0,1233,1068,1,0,0,0,1233,1075,1,0,0,0,1233,1077,1,0,0,0,1233, - 1079,1,0,0,0,1233,1093,1,0,0,0,1233,1103,1,0,0,0,1233,1107,1,0,0, - 0,1233,1110,1,0,0,0,1233,1116,1,0,0,0,1233,1119,1,0,0,0,1233,1131, - 1,0,0,0,1233,1135,1,0,0,0,1233,1139,1,0,0,0,1233,1144,1,0,0,0,1233, - 1147,1,0,0,0,1233,1160,1,0,0,0,1233,1174,1,0,0,0,1233,1177,1,0,0, - 0,1233,1180,1,0,0,0,1233,1183,1,0,0,0,1233,1190,1,0,0,0,1233,1205, - 1,0,0,0,1233,1223,1,0,0,0,1233,1228,1,0,0,0,1234,17,1,0,0,0,1235, - 1237,3,20,10,0,1236,1235,1,0,0,0,1236,1237,1,0,0,0,1237,1238,1,0, - 0,0,1238,1239,3,22,11,0,1239,19,1,0,0,0,1240,1241,5,304,0,0,1241, - 1246,3,224,112,0,1242,1243,5,3,0,0,1243,1245,3,224,112,0,1244,1242, - 1,0,0,0,1245,1248,1,0,0,0,1246,1244,1,0,0,0,1246,1247,1,0,0,0,1247, - 21,1,0,0,0,1248,1246,1,0,0,0,1249,1251,3,24,12,0,1250,1249,1,0,0, - 0,1250,1251,1,0,0,0,1251,1252,1,0,0,0,1252,1253,3,40,20,0,1253,23, - 1,0,0,0,1254,1256,5,304,0,0,1255,1257,5,221,0,0,1256,1255,1,0,0, - 0,1256,1257,1,0,0,0,1257,1258,1,0,0,0,1258,1263,3,66,33,0,1259,1260, - 5,3,0,0,1260,1262,3,66,33,0,1261,1259,1,0,0,0,1262,1265,1,0,0,0, - 1263,1261,1,0,0,0,1263,1264,1,0,0,0,1264,25,1,0,0,0,1265,1263,1, - 0,0,0,1266,1269,3,28,14,0,1267,1269,3,30,15,0,1268,1266,1,0,0,0, - 1268,1267,1,0,0,0,1269,27,1,0,0,0,1270,1271,3,278,139,0,1271,1274, - 3,184,92,0,1272,1273,5,182,0,0,1273,1275,5,183,0,0,1274,1272,1,0, - 0,0,1274,1275,1,0,0,0,1275,1278,1,0,0,0,1276,1277,5,46,0,0,1277, - 1279,3,168,84,0,1278,1276,1,0,0,0,1278,1279,1,0,0,0,1279,1282,1, - 0,0,0,1280,1281,5,304,0,0,1281,1283,3,32,16,0,1282,1280,1,0,0,0, - 1282,1283,1,0,0,0,1283,29,1,0,0,0,1284,1285,5,154,0,0,1285,1288, - 3,256,128,0,1286,1287,7,3,0,0,1287,1289,5,216,0,0,1288,1286,1,0, - 0,0,1288,1289,1,0,0,0,1289,31,1,0,0,0,1290,1291,5,1,0,0,1291,1292, - 3,34,17,0,1292,1293,5,2,0,0,1293,33,1,0,0,0,1294,1299,3,36,18,0, - 1295,1296,5,3,0,0,1296,1298,3,36,18,0,1297,1295,1,0,0,0,1298,1301, - 1,0,0,0,1299,1297,1,0,0,0,1299,1300,1,0,0,0,1300,35,1,0,0,0,1301, - 1299,1,0,0,0,1302,1303,3,294,147,0,1303,1304,5,312,0,0,1304,1305, - 3,38,19,0,1305,37,1,0,0,0,1306,1309,5,70,0,0,1307,1309,3,136,68, - 0,1308,1306,1,0,0,0,1308,1307,1,0,0,0,1309,39,1,0,0,0,1310,1321, - 3,46,23,0,1311,1312,5,195,0,0,1312,1313,5,36,0,0,1313,1318,3,50, - 25,0,1314,1315,5,3,0,0,1315,1317,3,50,25,0,1316,1314,1,0,0,0,1317, - 1320,1,0,0,0,1318,1316,1,0,0,0,1318,1319,1,0,0,0,1319,1322,1,0,0, - 0,1320,1318,1,0,0,0,1321,1311,1,0,0,0,1321,1322,1,0,0,0,1322,1328, - 1,0,0,0,1323,1324,5,188,0,0,1324,1326,3,44,22,0,1325,1327,7,4,0, - 0,1326,1325,1,0,0,0,1326,1327,1,0,0,0,1327,1329,1,0,0,0,1328,1323, - 1,0,0,0,1328,1329,1,0,0,0,1329,1343,1,0,0,0,1330,1331,5,155,0,0, - 1331,1344,3,42,21,0,1332,1333,5,98,0,0,1333,1335,7,5,0,0,1334,1336, - 3,44,22,0,1335,1334,1,0,0,0,1335,1336,1,0,0,0,1336,1337,1,0,0,0, - 1337,1341,7,4,0,0,1338,1342,5,192,0,0,1339,1340,5,304,0,0,1340,1342, - 5,266,0,0,1341,1338,1,0,0,0,1341,1339,1,0,0,0,1342,1344,1,0,0,0, - 1343,1330,1,0,0,0,1343,1332,1,0,0,0,1343,1344,1,0,0,0,1344,41,1, - 0,0,0,1345,1348,5,22,0,0,1346,1348,3,44,22,0,1347,1345,1,0,0,0,1347, - 1346,1,0,0,0,1348,43,1,0,0,0,1349,1350,7,6,0,0,1350,45,1,0,0,0,1351, - 1352,6,23,-1,0,1352,1353,3,48,24,0,1353,1368,1,0,0,0,1354,1355,10, - 2,0,0,1355,1357,5,128,0,0,1356,1358,3,68,34,0,1357,1356,1,0,0,0, - 1357,1358,1,0,0,0,1358,1359,1,0,0,0,1359,1367,3,46,23,3,1360,1361, - 10,1,0,0,1361,1363,7,7,0,0,1362,1364,3,68,34,0,1363,1362,1,0,0,0, - 1363,1364,1,0,0,0,1364,1365,1,0,0,0,1365,1367,3,46,23,2,1366,1354, - 1,0,0,0,1366,1360,1,0,0,0,1367,1370,1,0,0,0,1368,1366,1,0,0,0,1368, - 1369,1,0,0,0,1369,47,1,0,0,0,1370,1368,1,0,0,0,1371,1388,3,52,26, - 0,1372,1373,5,260,0,0,1373,1388,3,256,128,0,1374,1375,5,296,0,0, - 1375,1380,3,136,68,0,1376,1377,5,3,0,0,1377,1379,3,136,68,0,1378, - 1376,1,0,0,0,1379,1382,1,0,0,0,1380,1378,1,0,0,0,1380,1381,1,0,0, - 0,1381,1388,1,0,0,0,1382,1380,1,0,0,0,1383,1384,5,1,0,0,1384,1385, - 3,40,20,0,1385,1386,5,2,0,0,1386,1388,1,0,0,0,1387,1371,1,0,0,0, - 1387,1372,1,0,0,0,1387,1374,1,0,0,0,1387,1383,1,0,0,0,1388,49,1, - 0,0,0,1389,1392,3,276,138,0,1390,1392,3,136,68,0,1391,1389,1,0,0, - 0,1391,1390,1,0,0,0,1392,1394,1,0,0,0,1393,1395,7,8,0,0,1394,1393, - 1,0,0,0,1394,1395,1,0,0,0,1395,1398,1,0,0,0,1396,1397,5,185,0,0, - 1397,1399,7,9,0,0,1398,1396,1,0,0,0,1398,1399,1,0,0,0,1399,51,1, - 0,0,0,1400,1402,5,248,0,0,1401,1403,3,68,34,0,1402,1401,1,0,0,0, - 1402,1403,1,0,0,0,1403,1404,1,0,0,0,1404,1409,3,70,35,0,1405,1406, - 5,3,0,0,1406,1408,3,70,35,0,1407,1405,1,0,0,0,1408,1411,1,0,0,0, - 1409,1407,1,0,0,0,1409,1410,1,0,0,0,1410,1421,1,0,0,0,1411,1409, - 1,0,0,0,1412,1413,5,105,0,0,1413,1418,3,72,36,0,1414,1415,5,3,0, - 0,1415,1417,3,72,36,0,1416,1414,1,0,0,0,1417,1420,1,0,0,0,1418,1416, - 1,0,0,0,1418,1419,1,0,0,0,1419,1422,1,0,0,0,1420,1418,1,0,0,0,1421, - 1412,1,0,0,0,1421,1422,1,0,0,0,1422,1425,1,0,0,0,1423,1424,5,301, - 0,0,1424,1426,3,138,69,0,1425,1423,1,0,0,0,1425,1426,1,0,0,0,1426, - 1430,1,0,0,0,1427,1428,5,114,0,0,1428,1429,5,36,0,0,1429,1431,3, - 54,27,0,1430,1427,1,0,0,0,1430,1431,1,0,0,0,1431,1434,1,0,0,0,1432, - 1433,5,117,0,0,1433,1435,3,138,69,0,1434,1432,1,0,0,0,1434,1435, - 1,0,0,0,1435,1445,1,0,0,0,1436,1437,5,303,0,0,1437,1442,3,62,31, - 0,1438,1439,5,3,0,0,1439,1441,3,62,31,0,1440,1438,1,0,0,0,1441,1444, - 1,0,0,0,1442,1440,1,0,0,0,1442,1443,1,0,0,0,1443,1446,1,0,0,0,1444, - 1442,1,0,0,0,1445,1436,1,0,0,0,1445,1446,1,0,0,0,1446,53,1,0,0,0, - 1447,1449,3,68,34,0,1448,1447,1,0,0,0,1448,1449,1,0,0,0,1449,1450, - 1,0,0,0,1450,1455,3,56,28,0,1451,1452,5,3,0,0,1452,1454,3,56,28, - 0,1453,1451,1,0,0,0,1454,1457,1,0,0,0,1455,1453,1,0,0,0,1455,1456, - 1,0,0,0,1456,55,1,0,0,0,1457,1455,1,0,0,0,1458,1499,3,58,29,0,1459, - 1460,5,238,0,0,1460,1469,5,1,0,0,1461,1466,3,58,29,0,1462,1463,5, - 3,0,0,1463,1465,3,58,29,0,1464,1462,1,0,0,0,1465,1468,1,0,0,0,1466, - 1464,1,0,0,0,1466,1467,1,0,0,0,1467,1470,1,0,0,0,1468,1466,1,0,0, - 0,1469,1461,1,0,0,0,1469,1470,1,0,0,0,1470,1471,1,0,0,0,1471,1499, - 5,2,0,0,1472,1473,5,55,0,0,1473,1482,5,1,0,0,1474,1479,3,58,29,0, - 1475,1476,5,3,0,0,1476,1478,3,58,29,0,1477,1475,1,0,0,0,1478,1481, - 1,0,0,0,1479,1477,1,0,0,0,1479,1480,1,0,0,0,1480,1483,1,0,0,0,1481, - 1479,1,0,0,0,1482,1474,1,0,0,0,1482,1483,1,0,0,0,1483,1484,1,0,0, - 0,1484,1499,5,2,0,0,1485,1486,5,115,0,0,1486,1487,5,252,0,0,1487, - 1488,5,1,0,0,1488,1493,3,58,29,0,1489,1490,5,3,0,0,1490,1492,3,58, - 29,0,1491,1489,1,0,0,0,1492,1495,1,0,0,0,1493,1491,1,0,0,0,1493, - 1494,1,0,0,0,1494,1496,1,0,0,0,1495,1493,1,0,0,0,1496,1497,5,2,0, - 0,1497,1499,1,0,0,0,1498,1458,1,0,0,0,1498,1459,1,0,0,0,1498,1472, - 1,0,0,0,1498,1485,1,0,0,0,1499,57,1,0,0,0,1500,1509,5,1,0,0,1501, - 1506,3,60,30,0,1502,1503,5,3,0,0,1503,1505,3,60,30,0,1504,1502,1, - 0,0,0,1505,1508,1,0,0,0,1506,1504,1,0,0,0,1506,1507,1,0,0,0,1507, - 1510,1,0,0,0,1508,1506,1,0,0,0,1509,1501,1,0,0,0,1509,1510,1,0,0, - 0,1510,1511,1,0,0,0,1511,1514,5,2,0,0,1512,1514,3,60,30,0,1513,1500, - 1,0,0,0,1513,1512,1,0,0,0,1514,59,1,0,0,0,1515,1518,3,276,138,0, - 1516,1518,3,136,68,0,1517,1515,1,0,0,0,1517,1516,1,0,0,0,1518,61, - 1,0,0,0,1519,1520,3,294,147,0,1520,1521,5,28,0,0,1521,1522,5,1,0, - 0,1522,1523,3,64,32,0,1523,1524,5,2,0,0,1524,63,1,0,0,0,1525,1527, - 3,294,147,0,1526,1525,1,0,0,0,1526,1527,1,0,0,0,1527,1538,1,0,0, - 0,1528,1529,5,201,0,0,1529,1530,5,36,0,0,1530,1535,3,136,68,0,1531, - 1532,5,3,0,0,1532,1534,3,136,68,0,1533,1531,1,0,0,0,1534,1537,1, - 0,0,0,1535,1533,1,0,0,0,1535,1536,1,0,0,0,1536,1539,1,0,0,0,1537, - 1535,1,0,0,0,1538,1528,1,0,0,0,1538,1539,1,0,0,0,1539,1550,1,0,0, - 0,1540,1541,5,195,0,0,1541,1542,5,36,0,0,1542,1547,3,50,25,0,1543, - 1544,5,3,0,0,1544,1546,3,50,25,0,1545,1543,1,0,0,0,1546,1549,1,0, - 0,0,1547,1545,1,0,0,0,1547,1548,1,0,0,0,1548,1551,1,0,0,0,1549,1547, - 1,0,0,0,1550,1540,1,0,0,0,1550,1551,1,0,0,0,1551,1553,1,0,0,0,1552, - 1554,3,198,99,0,1553,1552,1,0,0,0,1553,1554,1,0,0,0,1554,65,1,0, - 0,0,1555,1557,3,294,147,0,1556,1558,3,108,54,0,1557,1556,1,0,0,0, - 1557,1558,1,0,0,0,1558,1559,1,0,0,0,1559,1560,5,28,0,0,1560,1561, - 5,1,0,0,1561,1562,3,22,11,0,1562,1563,5,2,0,0,1563,67,1,0,0,0,1564, - 1565,7,10,0,0,1565,69,1,0,0,0,1566,1569,3,276,138,0,1567,1569,3, - 136,68,0,1568,1566,1,0,0,0,1568,1567,1,0,0,0,1569,1574,1,0,0,0,1570, - 1572,5,28,0,0,1571,1570,1,0,0,0,1571,1572,1,0,0,0,1572,1573,1,0, - 0,0,1573,1575,3,294,147,0,1574,1571,1,0,0,0,1574,1575,1,0,0,0,1575, - 1585,1,0,0,0,1576,1577,3,144,72,0,1577,1578,5,4,0,0,1578,1581,5, - 320,0,0,1579,1580,5,28,0,0,1580,1582,3,108,54,0,1581,1579,1,0,0, - 0,1581,1582,1,0,0,0,1582,1585,1,0,0,0,1583,1585,5,320,0,0,1584,1568, - 1,0,0,0,1584,1576,1,0,0,0,1584,1583,1,0,0,0,1585,71,1,0,0,0,1586, - 1587,6,36,-1,0,1587,1588,3,78,39,0,1588,1607,1,0,0,0,1589,1603,10, - 2,0,0,1590,1591,5,54,0,0,1591,1592,5,136,0,0,1592,1604,3,78,39,0, - 1593,1594,3,74,37,0,1594,1595,5,136,0,0,1595,1596,3,72,36,0,1596, - 1597,3,76,38,0,1597,1604,1,0,0,0,1598,1599,5,172,0,0,1599,1600,3, - 74,37,0,1600,1601,5,136,0,0,1601,1602,3,78,39,0,1602,1604,1,0,0, - 0,1603,1590,1,0,0,0,1603,1593,1,0,0,0,1603,1598,1,0,0,0,1604,1606, - 1,0,0,0,1605,1589,1,0,0,0,1606,1609,1,0,0,0,1607,1605,1,0,0,0,1607, - 1608,1,0,0,0,1608,73,1,0,0,0,1609,1607,1,0,0,0,1610,1612,5,125,0, - 0,1611,1610,1,0,0,0,1611,1612,1,0,0,0,1612,1626,1,0,0,0,1613,1615, - 5,152,0,0,1614,1616,5,197,0,0,1615,1614,1,0,0,0,1615,1616,1,0,0, - 0,1616,1626,1,0,0,0,1617,1619,5,234,0,0,1618,1620,5,197,0,0,1619, - 1618,1,0,0,0,1619,1620,1,0,0,0,1620,1626,1,0,0,0,1621,1623,5,106, - 0,0,1622,1624,5,197,0,0,1623,1622,1,0,0,0,1623,1624,1,0,0,0,1624, - 1626,1,0,0,0,1625,1611,1,0,0,0,1625,1613,1,0,0,0,1625,1617,1,0,0, - 0,1625,1621,1,0,0,0,1626,75,1,0,0,0,1627,1628,5,190,0,0,1628,1642, - 3,138,69,0,1629,1630,5,290,0,0,1630,1631,5,1,0,0,1631,1636,3,294, - 147,0,1632,1633,5,3,0,0,1633,1635,3,294,147,0,1634,1632,1,0,0,0, - 1635,1638,1,0,0,0,1636,1634,1,0,0,0,1636,1637,1,0,0,0,1637,1639, - 1,0,0,0,1638,1636,1,0,0,0,1639,1640,5,2,0,0,1640,1642,1,0,0,0,1641, - 1627,1,0,0,0,1641,1629,1,0,0,0,1642,77,1,0,0,0,1643,1650,3,88,44, - 0,1644,1645,5,262,0,0,1645,1646,3,80,40,0,1646,1647,5,1,0,0,1647, - 1648,3,136,68,0,1648,1649,5,2,0,0,1649,1651,1,0,0,0,1650,1644,1, - 0,0,0,1650,1651,1,0,0,0,1651,79,1,0,0,0,1652,1653,7,11,0,0,1653, - 81,1,0,0,0,1654,1655,7,12,0,0,1655,83,1,0,0,0,1656,1663,5,89,0,0, - 1657,1659,5,274,0,0,1658,1660,3,168,84,0,1659,1658,1,0,0,0,1659, - 1660,1,0,0,0,1660,1661,1,0,0,0,1661,1663,3,86,43,0,1662,1656,1,0, - 0,0,1662,1657,1,0,0,0,1663,85,1,0,0,0,1664,1665,5,304,0,0,1665,1669, - 5,51,0,0,1666,1667,5,306,0,0,1667,1669,5,51,0,0,1668,1664,1,0,0, - 0,1668,1666,1,0,0,0,1669,87,1,0,0,0,1670,1753,3,102,51,0,1671,1672, - 5,166,0,0,1672,1683,5,1,0,0,1673,1674,5,201,0,0,1674,1675,5,36,0, - 0,1675,1680,3,136,68,0,1676,1677,5,3,0,0,1677,1679,3,136,68,0,1678, - 1676,1,0,0,0,1679,1682,1,0,0,0,1680,1678,1,0,0,0,1680,1681,1,0,0, - 0,1681,1684,1,0,0,0,1682,1680,1,0,0,0,1683,1673,1,0,0,0,1683,1684, - 1,0,0,0,1684,1695,1,0,0,0,1685,1686,5,195,0,0,1686,1687,5,36,0,0, - 1687,1692,3,50,25,0,1688,1689,5,3,0,0,1689,1691,3,50,25,0,1690,1688, - 1,0,0,0,1691,1694,1,0,0,0,1692,1690,1,0,0,0,1692,1693,1,0,0,0,1693, - 1696,1,0,0,0,1694,1692,1,0,0,0,1695,1685,1,0,0,0,1695,1696,1,0,0, - 0,1696,1706,1,0,0,0,1697,1698,5,168,0,0,1698,1703,3,90,45,0,1699, - 1700,5,3,0,0,1700,1702,3,90,45,0,1701,1699,1,0,0,0,1702,1705,1,0, - 0,0,1703,1701,1,0,0,0,1703,1704,1,0,0,0,1704,1707,1,0,0,0,1705,1703, - 1,0,0,0,1706,1697,1,0,0,0,1706,1707,1,0,0,0,1707,1709,1,0,0,0,1708, - 1710,3,92,46,0,1709,1708,1,0,0,0,1709,1710,1,0,0,0,1710,1714,1,0, - 0,0,1711,1712,5,21,0,0,1712,1713,5,163,0,0,1713,1715,3,96,48,0,1714, - 1711,1,0,0,0,1714,1715,1,0,0,0,1715,1717,1,0,0,0,1716,1718,7,13, - 0,0,1717,1716,1,0,0,0,1717,1718,1,0,0,0,1718,1719,1,0,0,0,1719,1720, - 5,206,0,0,1720,1721,5,1,0,0,1721,1722,3,204,102,0,1722,1732,5,2, - 0,0,1723,1724,5,257,0,0,1724,1729,3,98,49,0,1725,1726,5,3,0,0,1726, - 1728,3,98,49,0,1727,1725,1,0,0,0,1728,1731,1,0,0,0,1729,1727,1,0, - 0,0,1729,1730,1,0,0,0,1730,1733,1,0,0,0,1731,1729,1,0,0,0,1732,1723, - 1,0,0,0,1732,1733,1,0,0,0,1733,1734,1,0,0,0,1734,1735,5,71,0,0,1735, - 1740,3,100,50,0,1736,1737,5,3,0,0,1737,1739,3,100,50,0,1738,1736, - 1,0,0,0,1739,1742,1,0,0,0,1740,1738,1,0,0,0,1740,1741,1,0,0,0,1741, - 1743,1,0,0,0,1742,1740,1,0,0,0,1743,1751,5,2,0,0,1744,1746,5,28, - 0,0,1745,1744,1,0,0,0,1745,1746,1,0,0,0,1746,1747,1,0,0,0,1747,1749, - 3,294,147,0,1748,1750,3,108,54,0,1749,1748,1,0,0,0,1749,1750,1,0, - 0,0,1750,1752,1,0,0,0,1751,1745,1,0,0,0,1751,1752,1,0,0,0,1752,1754, - 1,0,0,0,1753,1671,1,0,0,0,1753,1754,1,0,0,0,1754,89,1,0,0,0,1755, - 1756,3,136,68,0,1756,1757,5,28,0,0,1757,1758,3,294,147,0,1758,91, - 1,0,0,0,1759,1760,5,191,0,0,1760,1761,5,239,0,0,1761,1762,5,207, - 0,0,1762,1771,5,163,0,0,1763,1764,5,22,0,0,1764,1765,5,240,0,0,1765, - 1766,5,207,0,0,1766,1768,5,163,0,0,1767,1769,3,94,47,0,1768,1767, - 1,0,0,0,1768,1769,1,0,0,0,1769,1771,1,0,0,0,1770,1759,1,0,0,0,1770, - 1763,1,0,0,0,1771,93,1,0,0,0,1772,1773,5,253,0,0,1773,1774,5,85, - 0,0,1774,1782,5,165,0,0,1775,1776,5,189,0,0,1776,1777,5,85,0,0,1777, - 1782,5,165,0,0,1778,1779,5,304,0,0,1779,1780,5,284,0,0,1780,1782, - 5,240,0,0,1781,1772,1,0,0,0,1781,1775,1,0,0,0,1781,1778,1,0,0,0, - 1782,95,1,0,0,0,1783,1784,5,5,0,0,1784,1785,5,269,0,0,1785,1786, - 5,174,0,0,1786,1803,5,239,0,0,1787,1788,5,5,0,0,1788,1789,5,204, - 0,0,1789,1790,5,148,0,0,1790,1803,5,239,0,0,1791,1792,5,5,0,0,1792, - 1793,5,269,0,0,1793,1794,5,101,0,0,1794,1803,3,294,147,0,1795,1796, - 5,5,0,0,1796,1797,5,269,0,0,1797,1798,5,148,0,0,1798,1803,3,294, - 147,0,1799,1800,5,5,0,0,1800,1801,5,269,0,0,1801,1803,3,294,147, - 0,1802,1783,1,0,0,0,1802,1787,1,0,0,0,1802,1791,1,0,0,0,1802,1795, - 1,0,0,0,1802,1799,1,0,0,0,1803,97,1,0,0,0,1804,1805,3,294,147,0, - 1805,1806,5,312,0,0,1806,1807,5,1,0,0,1807,1812,3,294,147,0,1808, - 1809,5,3,0,0,1809,1811,3,294,147,0,1810,1808,1,0,0,0,1811,1814,1, - 0,0,0,1812,1810,1,0,0,0,1812,1813,1,0,0,0,1813,1815,1,0,0,0,1814, - 1812,1,0,0,0,1815,1816,5,2,0,0,1816,99,1,0,0,0,1817,1818,3,294,147, - 0,1818,1819,5,28,0,0,1819,1820,3,136,68,0,1820,101,1,0,0,0,1821, - 1829,3,110,55,0,1822,1824,5,28,0,0,1823,1822,1,0,0,0,1823,1824,1, - 0,0,0,1824,1825,1,0,0,0,1825,1827,3,294,147,0,1826,1828,3,108,54, - 0,1827,1826,1,0,0,0,1827,1828,1,0,0,0,1828,1830,1,0,0,0,1829,1823, - 1,0,0,0,1829,1830,1,0,0,0,1830,103,1,0,0,0,1831,1832,5,1,0,0,1832, - 1837,3,278,139,0,1833,1834,5,3,0,0,1834,1836,3,278,139,0,1835,1833, - 1,0,0,0,1836,1839,1,0,0,0,1837,1835,1,0,0,0,1837,1838,1,0,0,0,1838, - 1840,1,0,0,0,1839,1837,1,0,0,0,1840,1841,5,2,0,0,1841,105,1,0,0, - 0,1842,1843,5,1,0,0,1843,1848,3,276,138,0,1844,1845,5,3,0,0,1845, - 1847,3,276,138,0,1846,1844,1,0,0,0,1847,1850,1,0,0,0,1848,1846,1, - 0,0,0,1848,1849,1,0,0,0,1849,1851,1,0,0,0,1850,1848,1,0,0,0,1851, - 1852,5,2,0,0,1852,107,1,0,0,0,1853,1854,5,1,0,0,1854,1859,3,294, - 147,0,1855,1856,5,3,0,0,1856,1858,3,294,147,0,1857,1855,1,0,0,0, - 1858,1861,1,0,0,0,1859,1857,1,0,0,0,1859,1860,1,0,0,0,1860,1862, - 1,0,0,0,1861,1859,1,0,0,0,1862,1863,5,2,0,0,1863,109,1,0,0,0,1864, - 1866,3,254,127,0,1865,1867,3,282,141,0,1866,1865,1,0,0,0,1866,1867, - 1,0,0,0,1867,1936,1,0,0,0,1868,1869,5,1,0,0,1869,1870,3,22,11,0, - 1870,1871,5,2,0,0,1871,1936,1,0,0,0,1872,1873,5,285,0,0,1873,1874, - 5,1,0,0,1874,1879,3,136,68,0,1875,1876,5,3,0,0,1876,1878,3,136,68, - 0,1877,1875,1,0,0,0,1878,1881,1,0,0,0,1879,1877,1,0,0,0,1879,1880, - 1,0,0,0,1880,1882,1,0,0,0,1881,1879,1,0,0,0,1882,1885,5,2,0,0,1883, - 1884,5,304,0,0,1884,1886,5,196,0,0,1885,1883,1,0,0,0,1885,1886,1, - 0,0,0,1886,1936,1,0,0,0,1887,1888,5,149,0,0,1888,1889,5,1,0,0,1889, - 1890,3,22,11,0,1890,1891,5,2,0,0,1891,1936,1,0,0,0,1892,1893,5,260, - 0,0,1893,1894,5,1,0,0,1894,1895,3,122,61,0,1895,1896,5,2,0,0,1896, - 1936,1,0,0,0,1897,1898,5,1,0,0,1898,1899,3,72,36,0,1899,1900,5,2, - 0,0,1900,1936,1,0,0,0,1901,1902,5,142,0,0,1902,1903,5,1,0,0,1903, - 1904,3,146,73,0,1904,1905,5,45,0,0,1905,1906,5,1,0,0,1906,1911,3, - 112,56,0,1907,1908,5,3,0,0,1908,1910,3,112,56,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,1914, - 1,0,0,0,1913,1911,1,0,0,0,1914,1926,5,2,0,0,1915,1916,5,210,0,0, - 1916,1917,5,1,0,0,1917,1918,3,114,57,0,1918,1919,5,2,0,0,1919,1927, - 1,0,0,0,1920,1921,5,210,0,0,1921,1922,5,70,0,0,1922,1923,5,1,0,0, - 1923,1924,3,120,60,0,1924,1925,5,2,0,0,1925,1927,1,0,0,0,1926,1915, - 1,0,0,0,1926,1920,1,0,0,0,1926,1927,1,0,0,0,1927,1931,1,0,0,0,1928, - 1929,7,14,0,0,1929,1930,5,190,0,0,1930,1932,5,89,0,0,1931,1928,1, - 0,0,0,1931,1932,1,0,0,0,1932,1933,1,0,0,0,1933,1934,5,2,0,0,1934, - 1936,1,0,0,0,1935,1864,1,0,0,0,1935,1868,1,0,0,0,1935,1872,1,0,0, - 0,1935,1887,1,0,0,0,1935,1892,1,0,0,0,1935,1897,1,0,0,0,1935,1901, - 1,0,0,0,1936,111,1,0,0,0,1937,1938,3,294,147,0,1938,1939,5,103,0, - 0,1939,1940,5,196,0,0,1940,2015,1,0,0,0,1941,1942,3,294,147,0,1942, - 1945,3,184,92,0,1943,1944,5,205,0,0,1944,1946,3,168,84,0,1945,1943, - 1,0,0,0,1945,1946,1,0,0,0,1946,1951,1,0,0,0,1947,1948,3,156,78,0, - 1948,1949,5,190,0,0,1949,1950,5,85,0,0,1950,1952,1,0,0,0,1951,1947, - 1,0,0,0,1951,1952,1,0,0,0,1952,1957,1,0,0,0,1953,1954,3,156,78,0, - 1954,1955,5,190,0,0,1955,1956,5,89,0,0,1956,1958,1,0,0,0,1957,1953, - 1,0,0,0,1957,1958,1,0,0,0,1958,2015,1,0,0,0,1959,1960,3,294,147, - 0,1960,1961,3,184,92,0,1961,1962,5,104,0,0,1962,1965,3,150,75,0, - 1963,1964,5,205,0,0,1964,1966,3,168,84,0,1965,1963,1,0,0,0,1965, - 1966,1,0,0,0,1966,1970,1,0,0,0,1967,1968,3,158,79,0,1968,1969,5, - 308,0,0,1969,1971,1,0,0,0,1970,1967,1,0,0,0,1970,1971,1,0,0,0,1971, - 1979,1,0,0,0,1972,1973,7,15,0,0,1973,1977,5,218,0,0,1974,1975,5, - 190,0,0,1975,1976,5,242,0,0,1976,1978,5,264,0,0,1977,1974,1,0,0, - 0,1977,1978,1,0,0,0,1978,1980,1,0,0,0,1979,1972,1,0,0,0,1979,1980, - 1,0,0,0,1980,1985,1,0,0,0,1981,1982,3,160,80,0,1982,1983,5,190,0, - 0,1983,1984,5,85,0,0,1984,1986,1,0,0,0,1985,1981,1,0,0,0,1985,1986, - 1,0,0,0,1986,1991,1,0,0,0,1987,1988,3,160,80,0,1988,1989,5,190,0, - 0,1989,1990,5,89,0,0,1990,1992,1,0,0,0,1991,1987,1,0,0,0,1991,1992, - 1,0,0,0,1992,2015,1,0,0,0,1993,1995,5,173,0,0,1994,1996,5,205,0, - 0,1995,1994,1,0,0,0,1995,1996,1,0,0,0,1996,1997,1,0,0,0,1997,2000, - 3,168,84,0,1998,1999,5,28,0,0,1999,2001,3,294,147,0,2000,1998,1, - 0,0,0,2000,2001,1,0,0,0,2001,2002,1,0,0,0,2002,2003,5,45,0,0,2003, - 2004,5,1,0,0,2004,2009,3,112,56,0,2005,2006,5,3,0,0,2006,2008,3, - 112,56,0,2007,2005,1,0,0,0,2008,2011,1,0,0,0,2009,2007,1,0,0,0,2009, - 2010,1,0,0,0,2010,2012,1,0,0,0,2011,2009,1,0,0,0,2012,2013,5,2,0, - 0,2013,2015,1,0,0,0,2014,1937,1,0,0,0,2014,1941,1,0,0,0,2014,1959, - 1,0,0,0,2014,1993,1,0,0,0,2015,113,1,0,0,0,2016,2042,3,116,58,0, - 2017,2018,3,116,58,0,2018,2019,7,16,0,0,2019,2020,3,118,59,0,2020, - 2042,1,0,0,0,2021,2022,3,118,59,0,2022,2023,5,281,0,0,2023,2028, - 3,118,59,0,2024,2025,5,281,0,0,2025,2027,3,118,59,0,2026,2024,1, - 0,0,0,2027,2030,1,0,0,0,2028,2026,1,0,0,0,2028,2029,1,0,0,0,2029, - 2042,1,0,0,0,2030,2028,1,0,0,0,2031,2032,3,118,59,0,2032,2033,5, - 54,0,0,2033,2038,3,118,59,0,2034,2035,5,54,0,0,2035,2037,3,118,59, - 0,2036,2034,1,0,0,0,2037,2040,1,0,0,0,2038,2036,1,0,0,0,2038,2039, - 1,0,0,0,2039,2042,1,0,0,0,2040,2038,1,0,0,0,2041,2016,1,0,0,0,2041, - 2017,1,0,0,0,2041,2021,1,0,0,0,2041,2031,1,0,0,0,2042,115,1,0,0, - 0,2043,2044,3,294,147,0,2044,117,1,0,0,0,2045,2051,3,116,58,0,2046, - 2047,5,1,0,0,2047,2048,3,114,57,0,2048,2049,5,2,0,0,2049,2051,1, - 0,0,0,2050,2045,1,0,0,0,2050,2046,1,0,0,0,2051,119,1,0,0,0,2052, - 2055,7,16,0,0,2053,2054,5,3,0,0,2054,2056,7,17,0,0,2055,2053,1,0, - 0,0,2055,2056,1,0,0,0,2056,2063,1,0,0,0,2057,2060,7,17,0,0,2058, - 2059,5,3,0,0,2059,2061,7,16,0,0,2060,2058,1,0,0,0,2060,2061,1,0, - 0,0,2061,2063,1,0,0,0,2062,2052,1,0,0,0,2062,2057,1,0,0,0,2063,121, - 1,0,0,0,2064,2065,3,272,136,0,2065,2074,5,1,0,0,2066,2071,3,124, - 62,0,2067,2068,5,3,0,0,2068,2070,3,124,62,0,2069,2067,1,0,0,0,2070, - 2073,1,0,0,0,2071,2069,1,0,0,0,2071,2072,1,0,0,0,2072,2075,1,0,0, - 0,2073,2071,1,0,0,0,2074,2066,1,0,0,0,2074,2075,1,0,0,0,2075,2085, - 1,0,0,0,2076,2077,5,52,0,0,2077,2082,3,134,67,0,2078,2079,5,3,0, - 0,2079,2081,3,134,67,0,2080,2078,1,0,0,0,2081,2084,1,0,0,0,2082, - 2080,1,0,0,0,2082,2083,1,0,0,0,2083,2086,1,0,0,0,2084,2082,1,0,0, - 0,2085,2076,1,0,0,0,2085,2086,1,0,0,0,2086,2087,1,0,0,0,2087,2088, - 5,2,0,0,2088,123,1,0,0,0,2089,2090,3,294,147,0,2090,2091,5,6,0,0, - 2091,2093,1,0,0,0,2092,2089,1,0,0,0,2092,2093,1,0,0,0,2093,2097, - 1,0,0,0,2094,2098,3,126,63,0,2095,2098,3,130,65,0,2096,2098,3,136, - 68,0,2097,2094,1,0,0,0,2097,2095,1,0,0,0,2097,2096,1,0,0,0,2098, - 125,1,0,0,0,2099,2117,3,128,64,0,2100,2101,5,201,0,0,2101,2115,5, - 36,0,0,2102,2111,5,1,0,0,2103,2108,3,136,68,0,2104,2105,5,3,0,0, - 2105,2107,3,136,68,0,2106,2104,1,0,0,0,2107,2110,1,0,0,0,2108,2106, - 1,0,0,0,2108,2109,1,0,0,0,2109,2112,1,0,0,0,2110,2108,1,0,0,0,2111, - 2103,1,0,0,0,2111,2112,1,0,0,0,2112,2113,1,0,0,0,2113,2116,5,2,0, - 0,2114,2116,3,136,68,0,2115,2102,1,0,0,0,2115,2114,1,0,0,0,2116, - 2118,1,0,0,0,2117,2100,1,0,0,0,2117,2118,1,0,0,0,2118,2125,1,0,0, - 0,2119,2120,5,217,0,0,2120,2121,5,300,0,0,2121,2126,5,85,0,0,2122, - 2123,5,144,0,0,2123,2124,5,300,0,0,2124,2126,5,85,0,0,2125,2119, - 1,0,0,0,2125,2122,1,0,0,0,2125,2126,1,0,0,0,2126,2143,1,0,0,0,2127, - 2128,5,195,0,0,2128,2141,5,36,0,0,2129,2130,5,1,0,0,2130,2135,3, - 50,25,0,2131,2132,5,3,0,0,2132,2134,3,50,25,0,2133,2131,1,0,0,0, - 2134,2137,1,0,0,0,2135,2133,1,0,0,0,2135,2136,1,0,0,0,2136,2138, - 1,0,0,0,2137,2135,1,0,0,0,2138,2139,5,2,0,0,2139,2142,1,0,0,0,2140, - 2142,3,50,25,0,2141,2129,1,0,0,0,2141,2140,1,0,0,0,2142,2144,1,0, - 0,0,2143,2127,1,0,0,0,2143,2144,1,0,0,0,2144,127,1,0,0,0,2145,2146, - 5,260,0,0,2146,2147,5,1,0,0,2147,2148,3,256,128,0,2148,2156,5,2, - 0,0,2149,2151,5,28,0,0,2150,2149,1,0,0,0,2150,2151,1,0,0,0,2151, - 2152,1,0,0,0,2152,2154,3,294,147,0,2153,2155,3,108,54,0,2154,2153, - 1,0,0,0,2154,2155,1,0,0,0,2155,2157,1,0,0,0,2156,2150,1,0,0,0,2156, - 2157,1,0,0,0,2157,2172,1,0,0,0,2158,2159,5,260,0,0,2159,2160,5,1, - 0,0,2160,2161,3,22,11,0,2161,2169,5,2,0,0,2162,2164,5,28,0,0,2163, - 2162,1,0,0,0,2163,2164,1,0,0,0,2164,2165,1,0,0,0,2165,2167,3,294, - 147,0,2166,2168,3,108,54,0,2167,2166,1,0,0,0,2167,2168,1,0,0,0,2168, - 2170,1,0,0,0,2169,2163,1,0,0,0,2169,2170,1,0,0,0,2170,2172,1,0,0, - 0,2171,2145,1,0,0,0,2171,2158,1,0,0,0,2172,129,1,0,0,0,2173,2174, - 5,77,0,0,2174,2175,5,1,0,0,2175,2180,3,132,66,0,2176,2177,5,3,0, - 0,2177,2179,3,132,66,0,2178,2176,1,0,0,0,2179,2182,1,0,0,0,2180, - 2178,1,0,0,0,2180,2181,1,0,0,0,2181,2183,1,0,0,0,2182,2180,1,0,0, - 0,2183,2184,5,2,0,0,2184,2192,1,0,0,0,2185,2186,5,41,0,0,2186,2187, - 5,1,0,0,2187,2188,5,183,0,0,2188,2189,5,28,0,0,2189,2190,5,77,0, - 0,2190,2192,5,2,0,0,2191,2173,1,0,0,0,2191,2185,1,0,0,0,2192,131, - 1,0,0,0,2193,2195,3,294,147,0,2194,2196,3,184,92,0,2195,2194,1,0, - 0,0,2195,2196,1,0,0,0,2196,133,1,0,0,0,2197,2198,5,1,0,0,2198,2199, - 3,280,140,0,2199,2200,5,3,0,0,2200,2205,3,280,140,0,2201,2202,5, - 3,0,0,2202,2204,3,280,140,0,2203,2201,1,0,0,0,2204,2207,1,0,0,0, - 2205,2203,1,0,0,0,2205,2206,1,0,0,0,2206,2208,1,0,0,0,2207,2205, - 1,0,0,0,2208,2209,5,2,0,0,2209,135,1,0,0,0,2210,2211,3,138,69,0, - 2211,137,1,0,0,0,2212,2213,6,69,-1,0,2213,2215,3,142,71,0,2214,2216, - 3,140,70,0,2215,2214,1,0,0,0,2215,2216,1,0,0,0,2216,2220,1,0,0,0, - 2217,2218,5,182,0,0,2218,2220,3,138,69,3,2219,2212,1,0,0,0,2219, - 2217,1,0,0,0,2220,2229,1,0,0,0,2221,2222,10,2,0,0,2222,2223,5,25, - 0,0,2223,2228,3,138,69,3,2224,2225,10,1,0,0,2225,2226,5,194,0,0, - 2226,2228,3,138,69,2,2227,2221,1,0,0,0,2227,2224,1,0,0,0,2228,2231, - 1,0,0,0,2229,2227,1,0,0,0,2229,2230,1,0,0,0,2230,139,1,0,0,0,2231, - 2229,1,0,0,0,2232,2233,3,172,86,0,2233,2234,3,142,71,0,2234,2294, - 1,0,0,0,2235,2236,3,172,86,0,2236,2237,3,174,87,0,2237,2238,5,1, - 0,0,2238,2239,3,22,11,0,2239,2240,5,2,0,0,2240,2294,1,0,0,0,2241, - 2243,5,182,0,0,2242,2241,1,0,0,0,2242,2243,1,0,0,0,2243,2244,1,0, - 0,0,2244,2245,5,34,0,0,2245,2246,3,142,71,0,2246,2247,5,25,0,0,2247, - 2248,3,142,71,0,2248,2294,1,0,0,0,2249,2251,5,182,0,0,2250,2249, - 1,0,0,0,2250,2251,1,0,0,0,2251,2252,1,0,0,0,2252,2253,5,122,0,0, - 2253,2254,5,1,0,0,2254,2259,3,136,68,0,2255,2256,5,3,0,0,2256,2258, - 3,136,68,0,2257,2255,1,0,0,0,2258,2261,1,0,0,0,2259,2257,1,0,0,0, - 2259,2260,1,0,0,0,2260,2262,1,0,0,0,2261,2259,1,0,0,0,2262,2263, - 5,2,0,0,2263,2294,1,0,0,0,2264,2266,5,182,0,0,2265,2264,1,0,0,0, - 2265,2266,1,0,0,0,2266,2267,1,0,0,0,2267,2268,5,122,0,0,2268,2269, - 5,1,0,0,2269,2270,3,22,11,0,2270,2271,5,2,0,0,2271,2294,1,0,0,0, - 2272,2274,5,182,0,0,2273,2272,1,0,0,0,2273,2274,1,0,0,0,2274,2275, - 1,0,0,0,2275,2276,5,154,0,0,2276,2279,3,142,71,0,2277,2278,5,90, - 0,0,2278,2280,3,142,71,0,2279,2277,1,0,0,0,2279,2280,1,0,0,0,2280, - 2294,1,0,0,0,2281,2283,5,133,0,0,2282,2284,5,182,0,0,2283,2282,1, - 0,0,0,2283,2284,1,0,0,0,2284,2285,1,0,0,0,2285,2294,5,183,0,0,2286, - 2288,5,133,0,0,2287,2289,5,182,0,0,2288,2287,1,0,0,0,2288,2289,1, - 0,0,0,2289,2290,1,0,0,0,2290,2291,5,79,0,0,2291,2292,5,105,0,0,2292, - 2294,3,142,71,0,2293,2232,1,0,0,0,2293,2235,1,0,0,0,2293,2242,1, - 0,0,0,2293,2250,1,0,0,0,2293,2265,1,0,0,0,2293,2273,1,0,0,0,2293, - 2281,1,0,0,0,2293,2286,1,0,0,0,2294,141,1,0,0,0,2295,2296,6,71,-1, - 0,2296,2300,3,144,72,0,2297,2298,7,18,0,0,2298,2300,3,142,71,4,2299, - 2295,1,0,0,0,2299,2297,1,0,0,0,2300,2315,1,0,0,0,2301,2302,10,3, - 0,0,2302,2303,7,19,0,0,2303,2314,3,142,71,4,2304,2305,10,2,0,0,2305, - 2306,7,18,0,0,2306,2314,3,142,71,3,2307,2308,10,1,0,0,2308,2309, - 5,323,0,0,2309,2314,3,142,71,2,2310,2311,10,5,0,0,2311,2312,5,30, - 0,0,2312,2314,3,170,85,0,2313,2301,1,0,0,0,2313,2304,1,0,0,0,2313, - 2307,1,0,0,0,2313,2310,1,0,0,0,2314,2317,1,0,0,0,2315,2313,1,0,0, - 0,2315,2316,1,0,0,0,2316,143,1,0,0,0,2317,2315,1,0,0,0,2318,2319, - 6,72,-1,0,2319,2772,5,183,0,0,2320,2772,3,178,89,0,2321,2322,3,294, - 147,0,2322,2323,3,168,84,0,2323,2772,1,0,0,0,2324,2325,5,82,0,0, - 2325,2326,5,213,0,0,2326,2772,3,168,84,0,2327,2772,3,296,148,0,2328, - 2772,3,176,88,0,2329,2772,3,168,84,0,2330,2772,5,328,0,0,2331,2772, - 5,324,0,0,2332,2333,5,211,0,0,2333,2334,5,1,0,0,2334,2335,3,142, - 71,0,2335,2336,5,122,0,0,2336,2337,3,142,71,0,2337,2338,5,2,0,0, - 2338,2772,1,0,0,0,2339,2340,5,1,0,0,2340,2343,3,136,68,0,2341,2342, - 5,3,0,0,2342,2344,3,136,68,0,2343,2341,1,0,0,0,2344,2345,1,0,0,0, - 2345,2343,1,0,0,0,2345,2346,1,0,0,0,2346,2347,1,0,0,0,2347,2348, - 5,2,0,0,2348,2772,1,0,0,0,2349,2350,5,239,0,0,2350,2351,5,1,0,0, - 2351,2356,3,136,68,0,2352,2353,5,3,0,0,2353,2355,3,136,68,0,2354, - 2352,1,0,0,0,2355,2358,1,0,0,0,2356,2354,1,0,0,0,2356,2357,1,0,0, - 0,2357,2359,1,0,0,0,2358,2356,1,0,0,0,2359,2360,5,2,0,0,2360,2772, - 1,0,0,0,2361,2362,5,156,0,0,2362,2364,5,1,0,0,2363,2365,3,68,34, - 0,2364,2363,1,0,0,0,2364,2365,1,0,0,0,2365,2366,1,0,0,0,2366,2369, - 3,136,68,0,2367,2368,5,3,0,0,2368,2370,3,168,84,0,2369,2367,1,0, - 0,0,2369,2370,1,0,0,0,2370,2374,1,0,0,0,2371,2372,5,190,0,0,2372, - 2373,5,200,0,0,2373,2375,3,84,42,0,2374,2371,1,0,0,0,2374,2375,1, - 0,0,0,2375,2376,1,0,0,0,2376,2377,5,2,0,0,2377,2378,5,305,0,0,2378, - 2379,5,114,0,0,2379,2380,5,1,0,0,2380,2381,5,195,0,0,2381,2382,5, - 36,0,0,2382,2387,3,50,25,0,2383,2384,5,3,0,0,2384,2386,3,50,25,0, - 2385,2383,1,0,0,0,2386,2389,1,0,0,0,2387,2385,1,0,0,0,2387,2388, - 1,0,0,0,2388,2390,1,0,0,0,2389,2387,1,0,0,0,2390,2391,5,2,0,0,2391, - 2393,1,0,0,0,2392,2394,3,192,96,0,2393,2392,1,0,0,0,2393,2394,1, - 0,0,0,2394,2772,1,0,0,0,2395,2397,3,164,82,0,2396,2395,1,0,0,0,2396, - 2397,1,0,0,0,2397,2398,1,0,0,0,2398,2399,3,272,136,0,2399,2403,5, - 1,0,0,2400,2401,3,294,147,0,2401,2402,5,4,0,0,2402,2404,1,0,0,0, - 2403,2400,1,0,0,0,2403,2404,1,0,0,0,2404,2405,1,0,0,0,2405,2406, - 5,320,0,0,2406,2408,5,2,0,0,2407,2409,3,192,96,0,2408,2407,1,0,0, - 0,2408,2409,1,0,0,0,2409,2411,1,0,0,0,2410,2412,3,196,98,0,2411, - 2410,1,0,0,0,2411,2412,1,0,0,0,2412,2772,1,0,0,0,2413,2415,3,164, - 82,0,2414,2413,1,0,0,0,2414,2415,1,0,0,0,2415,2416,1,0,0,0,2416, - 2417,3,272,136,0,2417,2429,5,1,0,0,2418,2420,3,68,34,0,2419,2418, - 1,0,0,0,2419,2420,1,0,0,0,2420,2421,1,0,0,0,2421,2426,3,136,68,0, - 2422,2423,5,3,0,0,2423,2425,3,136,68,0,2424,2422,1,0,0,0,2425,2428, - 1,0,0,0,2426,2424,1,0,0,0,2426,2427,1,0,0,0,2427,2430,1,0,0,0,2428, - 2426,1,0,0,0,2429,2419,1,0,0,0,2429,2430,1,0,0,0,2430,2441,1,0,0, - 0,2431,2432,5,195,0,0,2432,2433,5,36,0,0,2433,2438,3,50,25,0,2434, - 2435,5,3,0,0,2435,2437,3,50,25,0,2436,2434,1,0,0,0,2437,2440,1,0, - 0,0,2438,2436,1,0,0,0,2438,2439,1,0,0,0,2439,2442,1,0,0,0,2440,2438, - 1,0,0,0,2441,2431,1,0,0,0,2441,2442,1,0,0,0,2442,2443,1,0,0,0,2443, - 2445,5,2,0,0,2444,2446,3,192,96,0,2445,2444,1,0,0,0,2445,2446,1, - 0,0,0,2446,2451,1,0,0,0,2447,2449,3,166,83,0,2448,2447,1,0,0,0,2448, - 2449,1,0,0,0,2449,2450,1,0,0,0,2450,2452,3,196,98,0,2451,2448,1, - 0,0,0,2451,2452,1,0,0,0,2452,2772,1,0,0,0,2453,2454,3,294,147,0, - 2454,2455,3,196,98,0,2455,2772,1,0,0,0,2456,2457,3,294,147,0,2457, - 2458,5,7,0,0,2458,2459,3,136,68,0,2459,2772,1,0,0,0,2460,2469,5, - 1,0,0,2461,2466,3,294,147,0,2462,2463,5,3,0,0,2463,2465,3,294,147, - 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,2470,1,0,0,0,2468,2466,1,0,0,0,2469,2461,1,0,0,0,2469, - 2470,1,0,0,0,2470,2471,1,0,0,0,2471,2472,5,2,0,0,2472,2473,5,7,0, - 0,2473,2772,3,136,68,0,2474,2475,5,1,0,0,2475,2476,3,22,11,0,2476, - 2477,5,2,0,0,2477,2772,1,0,0,0,2478,2479,5,94,0,0,2479,2480,5,1, - 0,0,2480,2481,3,22,11,0,2481,2482,5,2,0,0,2482,2772,1,0,0,0,2483, - 2484,5,40,0,0,2484,2486,3,136,68,0,2485,2487,3,190,95,0,2486,2485, - 1,0,0,0,2487,2488,1,0,0,0,2488,2486,1,0,0,0,2488,2489,1,0,0,0,2489, - 2492,1,0,0,0,2490,2491,5,84,0,0,2491,2493,3,136,68,0,2492,2490,1, - 0,0,0,2492,2493,1,0,0,0,2493,2494,1,0,0,0,2494,2495,5,88,0,0,2495, - 2772,1,0,0,0,2496,2498,5,40,0,0,2497,2499,3,190,95,0,2498,2497,1, - 0,0,0,2499,2500,1,0,0,0,2500,2498,1,0,0,0,2500,2501,1,0,0,0,2501, - 2504,1,0,0,0,2502,2503,5,84,0,0,2503,2505,3,136,68,0,2504,2502,1, - 0,0,0,2504,2505,1,0,0,0,2505,2506,1,0,0,0,2506,2507,5,88,0,0,2507, - 2772,1,0,0,0,2508,2509,5,41,0,0,2509,2510,5,1,0,0,2510,2511,3,136, - 68,0,2511,2512,5,28,0,0,2512,2513,3,184,92,0,2513,2514,5,2,0,0,2514, - 2772,1,0,0,0,2515,2516,5,275,0,0,2516,2517,5,1,0,0,2517,2518,3,136, - 68,0,2518,2519,5,28,0,0,2519,2520,3,184,92,0,2520,2521,5,2,0,0,2521, - 2772,1,0,0,0,2522,2523,5,27,0,0,2523,2532,5,8,0,0,2524,2529,3,136, - 68,0,2525,2526,5,3,0,0,2526,2528,3,136,68,0,2527,2525,1,0,0,0,2528, - 2531,1,0,0,0,2529,2527,1,0,0,0,2529,2530,1,0,0,0,2530,2533,1,0,0, - 0,2531,2529,1,0,0,0,2532,2524,1,0,0,0,2532,2533,1,0,0,0,2533,2534, - 1,0,0,0,2534,2772,5,9,0,0,2535,2772,3,294,147,0,2536,2772,5,58,0, - 0,2537,2541,5,62,0,0,2538,2539,5,1,0,0,2539,2540,5,329,0,0,2540, - 2542,5,2,0,0,2541,2538,1,0,0,0,2541,2542,1,0,0,0,2542,2772,1,0,0, - 0,2543,2547,5,63,0,0,2544,2545,5,1,0,0,2545,2546,5,329,0,0,2546, - 2548,5,2,0,0,2547,2544,1,0,0,0,2547,2548,1,0,0,0,2548,2772,1,0,0, - 0,2549,2553,5,158,0,0,2550,2551,5,1,0,0,2551,2552,5,329,0,0,2552, - 2554,5,2,0,0,2553,2550,1,0,0,0,2553,2554,1,0,0,0,2554,2772,1,0,0, - 0,2555,2559,5,159,0,0,2556,2557,5,1,0,0,2557,2558,5,329,0,0,2558, - 2560,5,2,0,0,2559,2556,1,0,0,0,2559,2560,1,0,0,0,2560,2772,1,0,0, - 0,2561,2772,5,64,0,0,2562,2772,5,57,0,0,2563,2772,5,61,0,0,2564, - 2772,5,59,0,0,2565,2566,5,272,0,0,2566,2574,5,1,0,0,2567,2569,3, - 82,41,0,2568,2567,1,0,0,0,2568,2569,1,0,0,0,2569,2571,1,0,0,0,2570, - 2572,3,142,71,0,2571,2570,1,0,0,0,2571,2572,1,0,0,0,2572,2573,1, - 0,0,0,2573,2575,5,105,0,0,2574,2568,1,0,0,0,2574,2575,1,0,0,0,2575, - 2576,1,0,0,0,2576,2577,3,142,71,0,2577,2578,5,2,0,0,2578,2772,1, - 0,0,0,2579,2580,5,272,0,0,2580,2581,5,1,0,0,2581,2582,3,142,71,0, - 2582,2583,5,3,0,0,2583,2584,3,142,71,0,2584,2585,5,2,0,0,2585,2772, - 1,0,0,0,2586,2587,5,258,0,0,2587,2588,5,1,0,0,2588,2589,3,142,71, - 0,2589,2590,5,105,0,0,2590,2593,3,142,71,0,2591,2592,5,103,0,0,2592, - 2594,3,142,71,0,2593,2591,1,0,0,0,2593,2594,1,0,0,0,2594,2595,1, - 0,0,0,2595,2596,5,2,0,0,2596,2772,1,0,0,0,2597,2598,5,181,0,0,2598, - 2599,5,1,0,0,2599,2602,3,142,71,0,2600,2601,5,3,0,0,2601,2603,3, - 182,91,0,2602,2600,1,0,0,0,2602,2603,1,0,0,0,2603,2604,1,0,0,0,2604, - 2605,5,2,0,0,2605,2772,1,0,0,0,2606,2607,5,96,0,0,2607,2608,5,1, - 0,0,2608,2609,3,294,147,0,2609,2610,5,105,0,0,2610,2611,3,142,71, - 0,2611,2612,5,2,0,0,2612,2772,1,0,0,0,2613,2614,5,1,0,0,2614,2615, - 3,136,68,0,2615,2616,5,2,0,0,2616,2772,1,0,0,0,2617,2618,5,115,0, - 0,2618,2627,5,1,0,0,2619,2624,3,280,140,0,2620,2621,5,3,0,0,2621, - 2623,3,280,140,0,2622,2620,1,0,0,0,2623,2626,1,0,0,0,2624,2622,1, - 0,0,0,2624,2625,1,0,0,0,2625,2628,1,0,0,0,2626,2624,1,0,0,0,2627, - 2619,1,0,0,0,2627,2628,1,0,0,0,2628,2629,1,0,0,0,2629,2772,5,2,0, - 0,2630,2631,5,139,0,0,2631,2632,5,1,0,0,2632,2637,3,146,73,0,2633, - 2634,3,154,77,0,2634,2635,5,190,0,0,2635,2636,5,89,0,0,2636,2638, - 1,0,0,0,2637,2633,1,0,0,0,2637,2638,1,0,0,0,2638,2639,1,0,0,0,2639, - 2640,5,2,0,0,2640,2772,1,0,0,0,2641,2642,5,143,0,0,2642,2643,5,1, - 0,0,2643,2646,3,146,73,0,2644,2645,5,231,0,0,2645,2647,3,184,92, - 0,2646,2644,1,0,0,0,2646,2647,1,0,0,0,2647,2652,1,0,0,0,2648,2649, - 3,156,78,0,2649,2650,5,190,0,0,2650,2651,5,85,0,0,2651,2653,1,0, - 0,0,2652,2648,1,0,0,0,2652,2653,1,0,0,0,2653,2658,1,0,0,0,2654,2655, - 3,156,78,0,2655,2656,5,190,0,0,2656,2657,5,89,0,0,2657,2659,1,0, - 0,0,2658,2654,1,0,0,0,2658,2659,1,0,0,0,2659,2660,1,0,0,0,2660,2661, - 5,2,0,0,2661,2772,1,0,0,0,2662,2663,5,141,0,0,2663,2664,5,1,0,0, - 2664,2671,3,146,73,0,2665,2666,5,231,0,0,2666,2669,3,184,92,0,2667, - 2668,5,104,0,0,2668,2670,3,150,75,0,2669,2667,1,0,0,0,2669,2670, - 1,0,0,0,2670,2672,1,0,0,0,2671,2665,1,0,0,0,2671,2672,1,0,0,0,2672, - 2676,1,0,0,0,2673,2674,3,158,79,0,2674,2675,5,308,0,0,2675,2677, - 1,0,0,0,2676,2673,1,0,0,0,2676,2677,1,0,0,0,2677,2685,1,0,0,0,2678, - 2679,7,15,0,0,2679,2683,5,218,0,0,2680,2681,5,190,0,0,2681,2682, - 5,242,0,0,2682,2684,5,264,0,0,2683,2680,1,0,0,0,2683,2684,1,0,0, - 0,2684,2686,1,0,0,0,2685,2678,1,0,0,0,2685,2686,1,0,0,0,2686,2691, - 1,0,0,0,2687,2688,3,160,80,0,2688,2689,5,190,0,0,2689,2690,5,85, - 0,0,2690,2692,1,0,0,0,2691,2687,1,0,0,0,2691,2692,1,0,0,0,2692,2697, - 1,0,0,0,2693,2694,3,160,80,0,2694,2695,5,190,0,0,2695,2696,5,89, - 0,0,2696,2698,1,0,0,0,2697,2693,1,0,0,0,2697,2698,1,0,0,0,2698,2699, - 1,0,0,0,2699,2700,5,2,0,0,2700,2772,1,0,0,0,2701,2702,5,140,0,0, - 2702,2731,5,1,0,0,2703,2708,3,162,81,0,2704,2705,5,3,0,0,2705,2707, - 3,162,81,0,2706,2704,1,0,0,0,2707,2710,1,0,0,0,2708,2706,1,0,0,0, - 2708,2709,1,0,0,0,2709,2717,1,0,0,0,2710,2708,1,0,0,0,2711,2712, - 5,183,0,0,2712,2713,5,190,0,0,2713,2718,5,183,0,0,2714,2715,5,18, - 0,0,2715,2716,5,190,0,0,2716,2718,5,183,0,0,2717,2711,1,0,0,0,2717, - 2714,1,0,0,0,2717,2718,1,0,0,0,2718,2729,1,0,0,0,2719,2720,5,304, - 0,0,2720,2722,5,282,0,0,2721,2723,5,146,0,0,2722,2721,1,0,0,0,2722, - 2723,1,0,0,0,2723,2730,1,0,0,0,2724,2725,5,306,0,0,2725,2727,5,282, - 0,0,2726,2728,5,146,0,0,2727,2726,1,0,0,0,2727,2728,1,0,0,0,2728, - 2730,1,0,0,0,2729,2719,1,0,0,0,2729,2724,1,0,0,0,2729,2730,1,0,0, - 0,2730,2732,1,0,0,0,2731,2703,1,0,0,0,2731,2732,1,0,0,0,2732,2739, - 1,0,0,0,2733,2734,5,231,0,0,2734,2737,3,184,92,0,2735,2736,5,104, - 0,0,2736,2738,3,150,75,0,2737,2735,1,0,0,0,2737,2738,1,0,0,0,2738, - 2740,1,0,0,0,2739,2733,1,0,0,0,2739,2740,1,0,0,0,2740,2741,1,0,0, - 0,2741,2772,5,2,0,0,2742,2743,5,138,0,0,2743,2760,5,1,0,0,2744,2749, - 3,148,74,0,2745,2746,5,3,0,0,2746,2748,3,148,74,0,2747,2745,1,0, - 0,0,2748,2751,1,0,0,0,2749,2747,1,0,0,0,2749,2750,1,0,0,0,2750,2758, - 1,0,0,0,2751,2749,1,0,0,0,2752,2753,5,183,0,0,2753,2754,5,190,0, - 0,2754,2759,5,183,0,0,2755,2756,5,18,0,0,2756,2757,5,190,0,0,2757, - 2759,5,183,0,0,2758,2752,1,0,0,0,2758,2755,1,0,0,0,2758,2759,1,0, - 0,0,2759,2761,1,0,0,0,2760,2744,1,0,0,0,2760,2761,1,0,0,0,2761,2768, - 1,0,0,0,2762,2763,5,231,0,0,2763,2766,3,184,92,0,2764,2765,5,104, - 0,0,2765,2767,3,150,75,0,2766,2764,1,0,0,0,2766,2767,1,0,0,0,2767, - 2769,1,0,0,0,2768,2762,1,0,0,0,2768,2769,1,0,0,0,2769,2770,1,0,0, - 0,2770,2772,5,2,0,0,2771,2318,1,0,0,0,2771,2320,1,0,0,0,2771,2321, - 1,0,0,0,2771,2324,1,0,0,0,2771,2327,1,0,0,0,2771,2328,1,0,0,0,2771, - 2329,1,0,0,0,2771,2330,1,0,0,0,2771,2331,1,0,0,0,2771,2332,1,0,0, - 0,2771,2339,1,0,0,0,2771,2349,1,0,0,0,2771,2361,1,0,0,0,2771,2396, - 1,0,0,0,2771,2414,1,0,0,0,2771,2453,1,0,0,0,2771,2456,1,0,0,0,2771, - 2460,1,0,0,0,2771,2474,1,0,0,0,2771,2478,1,0,0,0,2771,2483,1,0,0, - 0,2771,2496,1,0,0,0,2771,2508,1,0,0,0,2771,2515,1,0,0,0,2771,2522, - 1,0,0,0,2771,2535,1,0,0,0,2771,2536,1,0,0,0,2771,2537,1,0,0,0,2771, - 2543,1,0,0,0,2771,2549,1,0,0,0,2771,2555,1,0,0,0,2771,2561,1,0,0, - 0,2771,2562,1,0,0,0,2771,2563,1,0,0,0,2771,2564,1,0,0,0,2771,2565, - 1,0,0,0,2771,2579,1,0,0,0,2771,2586,1,0,0,0,2771,2597,1,0,0,0,2771, - 2606,1,0,0,0,2771,2613,1,0,0,0,2771,2617,1,0,0,0,2771,2630,1,0,0, - 0,2771,2641,1,0,0,0,2771,2662,1,0,0,0,2771,2701,1,0,0,0,2771,2742, - 1,0,0,0,2772,2783,1,0,0,0,2773,2774,10,24,0,0,2774,2775,5,8,0,0, - 2775,2776,3,142,71,0,2776,2777,5,9,0,0,2777,2782,1,0,0,0,2778,2779, - 10,22,0,0,2779,2780,5,4,0,0,2780,2782,3,294,147,0,2781,2773,1,0, - 0,0,2781,2778,1,0,0,0,2782,2785,1,0,0,0,2783,2781,1,0,0,0,2783,2784, - 1,0,0,0,2784,145,1,0,0,0,2785,2783,1,0,0,0,2786,2787,3,148,74,0, - 2787,2788,5,3,0,0,2788,2791,3,168,84,0,2789,2790,5,28,0,0,2790,2792, - 3,294,147,0,2791,2789,1,0,0,0,2791,2792,1,0,0,0,2792,2802,1,0,0, - 0,2793,2794,5,203,0,0,2794,2799,3,152,76,0,2795,2796,5,3,0,0,2796, - 2798,3,152,76,0,2797,2795,1,0,0,0,2798,2801,1,0,0,0,2799,2797,1, - 0,0,0,2799,2800,1,0,0,0,2800,2803,1,0,0,0,2801,2799,1,0,0,0,2802, - 2793,1,0,0,0,2802,2803,1,0,0,0,2803,147,1,0,0,0,2804,2807,3,136, - 68,0,2805,2806,5,104,0,0,2806,2808,3,150,75,0,2807,2805,1,0,0,0, - 2807,2808,1,0,0,0,2808,149,1,0,0,0,2809,2812,5,137,0,0,2810,2811, - 5,87,0,0,2811,2813,7,20,0,0,2812,2810,1,0,0,0,2812,2813,1,0,0,0, - 2813,151,1,0,0,0,2814,2815,3,148,74,0,2815,2816,5,28,0,0,2816,2817, - 3,294,147,0,2817,153,1,0,0,0,2818,2819,7,21,0,0,2819,155,1,0,0,0, - 2820,2825,5,89,0,0,2821,2825,5,183,0,0,2822,2823,5,70,0,0,2823,2825, - 3,136,68,0,2824,2820,1,0,0,0,2824,2821,1,0,0,0,2824,2822,1,0,0,0, - 2825,157,1,0,0,0,2826,2828,5,306,0,0,2827,2829,5,27,0,0,2828,2827, - 1,0,0,0,2828,2829,1,0,0,0,2829,2838,1,0,0,0,2830,2832,5,304,0,0, - 2831,2833,7,22,0,0,2832,2831,1,0,0,0,2832,2833,1,0,0,0,2833,2835, - 1,0,0,0,2834,2836,5,27,0,0,2835,2834,1,0,0,0,2835,2836,1,0,0,0,2836, - 2838,1,0,0,0,2837,2826,1,0,0,0,2837,2830,1,0,0,0,2838,159,1,0,0, - 0,2839,2846,5,89,0,0,2840,2846,5,183,0,0,2841,2842,5,85,0,0,2842, - 2846,5,27,0,0,2843,2844,5,85,0,0,2844,2846,5,186,0,0,2845,2839,1, - 0,0,0,2845,2840,1,0,0,0,2845,2841,1,0,0,0,2845,2843,1,0,0,0,2846, - 161,1,0,0,0,2847,2849,5,145,0,0,2848,2847,1,0,0,0,2848,2849,1,0, - 0,0,2849,2850,1,0,0,0,2850,2851,3,136,68,0,2851,2852,5,295,0,0,2852, - 2853,3,148,74,0,2853,2859,1,0,0,0,2854,2855,3,136,68,0,2855,2856, - 5,10,0,0,2856,2857,3,148,74,0,2857,2859,1,0,0,0,2858,2848,1,0,0, - 0,2858,2854,1,0,0,0,2859,163,1,0,0,0,2860,2861,7,23,0,0,2861,165, - 1,0,0,0,2862,2863,5,120,0,0,2863,2867,5,185,0,0,2864,2865,5,228, - 0,0,2865,2867,5,185,0,0,2866,2862,1,0,0,0,2866,2864,1,0,0,0,2867, - 167,1,0,0,0,2868,2875,5,326,0,0,2869,2872,5,327,0,0,2870,2871,5, - 277,0,0,2871,2873,5,326,0,0,2872,2870,1,0,0,0,2872,2873,1,0,0,0, - 2873,2875,1,0,0,0,2874,2868,1,0,0,0,2874,2869,1,0,0,0,2875,169,1, - 0,0,0,2876,2877,5,267,0,0,2877,2878,5,311,0,0,2878,2883,3,178,89, - 0,2879,2880,5,267,0,0,2880,2881,5,311,0,0,2881,2883,3,168,84,0,2882, - 2876,1,0,0,0,2882,2879,1,0,0,0,2883,171,1,0,0,0,2884,2885,7,24,0, - 0,2885,173,1,0,0,0,2886,2887,7,25,0,0,2887,175,1,0,0,0,2888,2889, - 7,26,0,0,2889,177,1,0,0,0,2890,2892,5,129,0,0,2891,2893,7,18,0,0, - 2892,2891,1,0,0,0,2892,2893,1,0,0,0,2893,2894,1,0,0,0,2894,2895, - 3,168,84,0,2895,2898,3,180,90,0,2896,2897,5,269,0,0,2897,2899,3, - 180,90,0,2898,2896,1,0,0,0,2898,2899,1,0,0,0,2899,179,1,0,0,0,2900, - 2901,7,27,0,0,2901,181,1,0,0,0,2902,2903,7,28,0,0,2903,183,1,0,0, - 0,2904,2905,6,92,-1,0,2905,2906,5,239,0,0,2906,2907,5,1,0,0,2907, - 2912,3,186,93,0,2908,2909,5,3,0,0,2909,2911,3,186,93,0,2910,2908, - 1,0,0,0,2911,2914,1,0,0,0,2912,2910,1,0,0,0,2912,2913,1,0,0,0,2913, - 2915,1,0,0,0,2914,2912,1,0,0,0,2915,2916,5,2,0,0,2916,2996,1,0,0, - 0,2917,2918,5,129,0,0,2918,2921,3,180,90,0,2919,2920,5,269,0,0,2920, - 2922,3,180,90,0,2921,2919,1,0,0,0,2921,2922,1,0,0,0,2922,2996,1, - 0,0,0,2923,2928,5,268,0,0,2924,2925,5,1,0,0,2925,2926,3,188,94,0, - 2926,2927,5,2,0,0,2927,2929,1,0,0,0,2928,2924,1,0,0,0,2928,2929, - 1,0,0,0,2929,2933,1,0,0,0,2930,2931,5,306,0,0,2931,2932,5,267,0, - 0,2932,2934,5,311,0,0,2933,2930,1,0,0,0,2933,2934,1,0,0,0,2934,2996, - 1,0,0,0,2935,2940,5,268,0,0,2936,2937,5,1,0,0,2937,2938,3,188,94, - 0,2938,2939,5,2,0,0,2939,2941,1,0,0,0,2940,2936,1,0,0,0,2940,2941, - 1,0,0,0,2941,2942,1,0,0,0,2942,2943,5,304,0,0,2943,2944,5,267,0, - 0,2944,2996,5,311,0,0,2945,2950,5,267,0,0,2946,2947,5,1,0,0,2947, - 2948,3,188,94,0,2948,2949,5,2,0,0,2949,2951,1,0,0,0,2950,2946,1, - 0,0,0,2950,2951,1,0,0,0,2951,2955,1,0,0,0,2952,2953,5,306,0,0,2953, - 2954,5,267,0,0,2954,2956,5,311,0,0,2955,2952,1,0,0,0,2955,2956,1, - 0,0,0,2956,2996,1,0,0,0,2957,2962,5,267,0,0,2958,2959,5,1,0,0,2959, - 2960,3,188,94,0,2960,2961,5,2,0,0,2961,2963,1,0,0,0,2962,2958,1, - 0,0,0,2962,2963,1,0,0,0,2963,2964,1,0,0,0,2964,2965,5,304,0,0,2965, - 2966,5,267,0,0,2966,2996,5,311,0,0,2967,2968,5,82,0,0,2968,2996, - 5,213,0,0,2969,2970,5,27,0,0,2970,2971,5,314,0,0,2971,2972,3,184, - 92,0,2972,2973,5,316,0,0,2973,2996,1,0,0,0,2974,2975,5,162,0,0,2975, - 2976,5,314,0,0,2976,2977,3,184,92,0,2977,2978,5,3,0,0,2978,2979, - 3,184,92,0,2979,2980,5,316,0,0,2980,2996,1,0,0,0,2981,2993,3,294, - 147,0,2982,2983,5,1,0,0,2983,2988,3,188,94,0,2984,2985,5,3,0,0,2985, - 2987,3,188,94,0,2986,2984,1,0,0,0,2987,2990,1,0,0,0,2988,2986,1, - 0,0,0,2988,2989,1,0,0,0,2989,2991,1,0,0,0,2990,2988,1,0,0,0,2991, - 2992,5,2,0,0,2992,2994,1,0,0,0,2993,2982,1,0,0,0,2993,2994,1,0,0, - 0,2994,2996,1,0,0,0,2995,2904,1,0,0,0,2995,2917,1,0,0,0,2995,2923, - 1,0,0,0,2995,2935,1,0,0,0,2995,2945,1,0,0,0,2995,2957,1,0,0,0,2995, - 2967,1,0,0,0,2995,2969,1,0,0,0,2995,2974,1,0,0,0,2995,2981,1,0,0, - 0,2996,3006,1,0,0,0,2997,2998,10,2,0,0,2998,3002,5,27,0,0,2999,3000, - 5,8,0,0,3000,3001,5,329,0,0,3001,3003,5,9,0,0,3002,2999,1,0,0,0, - 3002,3003,1,0,0,0,3003,3005,1,0,0,0,3004,2997,1,0,0,0,3005,3008, - 1,0,0,0,3006,3004,1,0,0,0,3006,3007,1,0,0,0,3007,185,1,0,0,0,3008, - 3006,1,0,0,0,3009,3014,3,184,92,0,3010,3011,3,294,147,0,3011,3012, - 3,184,92,0,3012,3014,1,0,0,0,3013,3009,1,0,0,0,3013,3010,1,0,0,0, - 3014,187,1,0,0,0,3015,3018,5,329,0,0,3016,3018,3,184,92,0,3017,3015, - 1,0,0,0,3017,3016,1,0,0,0,3018,189,1,0,0,0,3019,3020,5,300,0,0,3020, - 3021,3,136,68,0,3021,3022,5,265,0,0,3022,3023,3,136,68,0,3023,191, - 1,0,0,0,3024,3025,5,99,0,0,3025,3026,5,1,0,0,3026,3027,5,301,0,0, - 3027,3028,3,138,69,0,3028,3029,5,2,0,0,3029,193,1,0,0,0,3030,3031, - 5,300,0,0,3031,3034,5,164,0,0,3032,3033,5,25,0,0,3033,3035,3,136, - 68,0,3034,3032,1,0,0,0,3034,3035,1,0,0,0,3035,3036,1,0,0,0,3036, - 3037,5,265,0,0,3037,3038,5,287,0,0,3038,3039,5,251,0,0,3039,3040, - 3,294,147,0,3040,3041,5,312,0,0,3041,3049,3,136,68,0,3042,3043,5, - 3,0,0,3043,3044,3,294,147,0,3044,3045,5,312,0,0,3045,3046,3,136, - 68,0,3046,3048,1,0,0,0,3047,3042,1,0,0,0,3048,3051,1,0,0,0,3049, - 3047,1,0,0,0,3049,3050,1,0,0,0,3050,3095,1,0,0,0,3051,3049,1,0,0, - 0,3052,3053,5,300,0,0,3053,3056,5,164,0,0,3054,3055,5,25,0,0,3055, - 3057,3,136,68,0,3056,3054,1,0,0,0,3056,3057,1,0,0,0,3057,3058,1, - 0,0,0,3058,3059,5,265,0,0,3059,3095,5,73,0,0,3060,3061,5,300,0,0, - 3061,3062,5,182,0,0,3062,3065,5,164,0,0,3063,3064,5,25,0,0,3064, - 3066,3,136,68,0,3065,3063,1,0,0,0,3065,3066,1,0,0,0,3066,3067,1, - 0,0,0,3067,3068,5,265,0,0,3068,3080,5,127,0,0,3069,3070,5,1,0,0, - 3070,3075,3,294,147,0,3071,3072,5,3,0,0,3072,3074,3,294,147,0,3073, - 3071,1,0,0,0,3074,3077,1,0,0,0,3075,3073,1,0,0,0,3075,3076,1,0,0, - 0,3076,3078,1,0,0,0,3077,3075,1,0,0,0,3078,3079,5,2,0,0,3079,3081, - 1,0,0,0,3080,3069,1,0,0,0,3080,3081,1,0,0,0,3081,3082,1,0,0,0,3082, - 3083,5,296,0,0,3083,3084,5,1,0,0,3084,3089,3,136,68,0,3085,3086, - 5,3,0,0,3086,3088,3,136,68,0,3087,3085,1,0,0,0,3088,3091,1,0,0,0, - 3089,3087,1,0,0,0,3089,3090,1,0,0,0,3090,3092,1,0,0,0,3091,3089, - 1,0,0,0,3092,3093,5,2,0,0,3093,3095,1,0,0,0,3094,3030,1,0,0,0,3094, - 3052,1,0,0,0,3094,3060,1,0,0,0,3095,195,1,0,0,0,3096,3102,5,199, - 0,0,3097,3103,3,294,147,0,3098,3099,5,1,0,0,3099,3100,3,64,32,0, - 3100,3101,5,2,0,0,3101,3103,1,0,0,0,3102,3097,1,0,0,0,3102,3098, - 1,0,0,0,3103,197,1,0,0,0,3104,3105,5,168,0,0,3105,3110,3,90,45,0, - 3106,3107,5,3,0,0,3107,3109,3,90,45,0,3108,3106,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,3104,1,0,0,0,3113,3114,1,0,0,0,3114,3115,1,0,0, - 0,3115,3119,3,200,100,0,3116,3117,5,21,0,0,3117,3118,5,163,0,0,3118, - 3120,3,96,48,0,3119,3116,1,0,0,0,3119,3120,1,0,0,0,3120,3122,1,0, - 0,0,3121,3123,7,13,0,0,3122,3121,1,0,0,0,3122,3123,1,0,0,0,3123, - 3129,1,0,0,0,3124,3125,5,206,0,0,3125,3126,5,1,0,0,3126,3127,3,204, - 102,0,3127,3128,5,2,0,0,3128,3130,1,0,0,0,3129,3124,1,0,0,0,3129, - 3130,1,0,0,0,3130,3140,1,0,0,0,3131,3132,5,257,0,0,3132,3137,3,98, - 49,0,3133,3134,5,3,0,0,3134,3136,3,98,49,0,3135,3133,1,0,0,0,3136, - 3139,1,0,0,0,3137,3135,1,0,0,0,3137,3138,1,0,0,0,3138,3141,1,0,0, - 0,3139,3137,1,0,0,0,3140,3131,1,0,0,0,3140,3141,1,0,0,0,3141,3151, - 1,0,0,0,3142,3143,5,71,0,0,3143,3148,3,100,50,0,3144,3145,5,3,0, - 0,3145,3147,3,100,50,0,3146,3144,1,0,0,0,3147,3150,1,0,0,0,3148, - 3146,1,0,0,0,3148,3149,1,0,0,0,3149,3152,1,0,0,0,3150,3148,1,0,0, - 0,3151,3142,1,0,0,0,3151,3152,1,0,0,0,3152,199,1,0,0,0,3153,3154, - 5,219,0,0,3154,3178,3,202,101,0,3155,3156,5,240,0,0,3156,3178,3, - 202,101,0,3157,3158,5,116,0,0,3158,3178,3,202,101,0,3159,3160,5, - 219,0,0,3160,3161,5,34,0,0,3161,3162,3,202,101,0,3162,3163,5,25, - 0,0,3163,3164,3,202,101,0,3164,3178,1,0,0,0,3165,3166,5,240,0,0, - 3166,3167,5,34,0,0,3167,3168,3,202,101,0,3168,3169,5,25,0,0,3169, - 3170,3,202,101,0,3170,3178,1,0,0,0,3171,3172,5,116,0,0,3172,3173, - 5,34,0,0,3173,3174,3,202,101,0,3174,3175,5,25,0,0,3175,3176,3,202, - 101,0,3176,3178,1,0,0,0,3177,3153,1,0,0,0,3177,3155,1,0,0,0,3177, - 3157,1,0,0,0,3177,3159,1,0,0,0,3177,3165,1,0,0,0,3177,3171,1,0,0, - 0,3178,201,1,0,0,0,3179,3180,5,278,0,0,3180,3189,5,212,0,0,3181, - 3182,5,278,0,0,3182,3189,5,102,0,0,3183,3184,5,56,0,0,3184,3189, - 5,239,0,0,3185,3186,3,136,68,0,3186,3187,7,29,0,0,3187,3189,1,0, - 0,0,3188,3179,1,0,0,0,3188,3181,1,0,0,0,3188,3183,1,0,0,0,3188,3185, - 1,0,0,0,3189,203,1,0,0,0,3190,3191,6,102,-1,0,3191,3193,3,206,103, - 0,3192,3194,3,208,104,0,3193,3192,1,0,0,0,3193,3194,1,0,0,0,3194, - 3202,1,0,0,0,3195,3196,10,2,0,0,3196,3201,3,204,102,3,3197,3198, - 10,1,0,0,3198,3199,5,11,0,0,3199,3201,3,204,102,2,3200,3195,1,0, - 0,0,3200,3197,1,0,0,0,3201,3204,1,0,0,0,3202,3200,1,0,0,0,3202,3203, - 1,0,0,0,3203,205,1,0,0,0,3204,3202,1,0,0,0,3205,3231,3,294,147,0, - 3206,3207,5,1,0,0,3207,3231,5,2,0,0,3208,3209,5,209,0,0,3209,3210, - 5,1,0,0,3210,3215,3,204,102,0,3211,3212,5,3,0,0,3212,3214,3,204, - 102,0,3213,3211,1,0,0,0,3214,3217,1,0,0,0,3215,3213,1,0,0,0,3215, - 3216,1,0,0,0,3216,3218,1,0,0,0,3217,3215,1,0,0,0,3218,3219,5,2,0, - 0,3219,3231,1,0,0,0,3220,3221,5,1,0,0,3221,3222,3,204,102,0,3222, - 3223,5,2,0,0,3223,3231,1,0,0,0,3224,3231,5,12,0,0,3225,3231,5,13, - 0,0,3226,3227,5,14,0,0,3227,3228,3,204,102,0,3228,3229,5,15,0,0, - 3229,3231,1,0,0,0,3230,3205,1,0,0,0,3230,3206,1,0,0,0,3230,3208, - 1,0,0,0,3230,3220,1,0,0,0,3230,3224,1,0,0,0,3230,3225,1,0,0,0,3230, - 3226,1,0,0,0,3231,207,1,0,0,0,3232,3234,5,320,0,0,3233,3235,5,324, - 0,0,3234,3233,1,0,0,0,3234,3235,1,0,0,0,3235,3263,1,0,0,0,3236,3238, - 5,318,0,0,3237,3239,5,324,0,0,3238,3237,1,0,0,0,3238,3239,1,0,0, - 0,3239,3263,1,0,0,0,3240,3242,5,324,0,0,3241,3243,5,324,0,0,3242, - 3241,1,0,0,0,3242,3243,1,0,0,0,3243,3263,1,0,0,0,3244,3245,5,16, - 0,0,3245,3246,5,329,0,0,3246,3248,5,17,0,0,3247,3249,5,324,0,0,3248, - 3247,1,0,0,0,3248,3249,1,0,0,0,3249,3263,1,0,0,0,3250,3252,5,16, - 0,0,3251,3253,5,329,0,0,3252,3251,1,0,0,0,3252,3253,1,0,0,0,3253, - 3254,1,0,0,0,3254,3256,5,3,0,0,3255,3257,5,329,0,0,3256,3255,1,0, - 0,0,3256,3257,1,0,0,0,3257,3258,1,0,0,0,3258,3260,5,17,0,0,3259, - 3261,5,324,0,0,3260,3259,1,0,0,0,3260,3261,1,0,0,0,3261,3263,1,0, - 0,0,3262,3232,1,0,0,0,3262,3236,1,0,0,0,3262,3240,1,0,0,0,3262,3244, - 1,0,0,0,3262,3250,1,0,0,0,3263,209,1,0,0,0,3264,3265,3,294,147,0, - 3265,3266,5,312,0,0,3266,3267,3,136,68,0,3267,211,1,0,0,0,3268,3269, - 5,104,0,0,3269,3273,7,30,0,0,3270,3271,5,276,0,0,3271,3273,7,31, - 0,0,3272,3268,1,0,0,0,3272,3270,1,0,0,0,3273,213,1,0,0,0,3274,3275, - 5,134,0,0,3275,3276,5,153,0,0,3276,3280,3,216,108,0,3277,3278,5, - 220,0,0,3278,3280,7,32,0,0,3279,3274,1,0,0,0,3279,3277,1,0,0,0,3280, - 215,1,0,0,0,3281,3282,5,220,0,0,3282,3289,5,279,0,0,3283,3284,5, - 220,0,0,3284,3289,5,48,0,0,3285,3286,5,225,0,0,3286,3289,5,220,0, - 0,3287,3289,5,249,0,0,3288,3281,1,0,0,0,3288,3283,1,0,0,0,3288,3285, - 1,0,0,0,3288,3287,1,0,0,0,3289,217,1,0,0,0,3290,3296,3,136,68,0, - 3291,3292,3,294,147,0,3292,3293,5,6,0,0,3293,3294,3,136,68,0,3294, - 3296,1,0,0,0,3295,3290,1,0,0,0,3295,3291,1,0,0,0,3296,219,1,0,0, - 0,3297,3298,3,294,147,0,3298,3299,5,4,0,0,3299,3300,3,294,147,0, - 3300,3303,1,0,0,0,3301,3303,3,294,147,0,3302,3297,1,0,0,0,3302,3301, - 1,0,0,0,3303,221,1,0,0,0,3304,3309,3,220,110,0,3305,3306,5,3,0,0, - 3306,3308,3,220,110,0,3307,3305,1,0,0,0,3308,3311,1,0,0,0,3309,3307, - 1,0,0,0,3309,3310,1,0,0,0,3310,223,1,0,0,0,3311,3309,1,0,0,0,3312, - 3313,5,107,0,0,3313,3314,3,226,113,0,3314,3318,3,232,116,0,3315, - 3317,3,234,117,0,3316,3315,1,0,0,0,3317,3320,1,0,0,0,3318,3316,1, - 0,0,0,3318,3319,1,0,0,0,3319,3321,1,0,0,0,3320,3318,1,0,0,0,3321, - 3322,3,236,118,0,3322,225,1,0,0,0,3323,3324,3,274,137,0,3324,3333, - 5,1,0,0,3325,3330,3,230,115,0,3326,3327,5,3,0,0,3327,3329,3,230, - 115,0,3328,3326,1,0,0,0,3329,3332,1,0,0,0,3330,3328,1,0,0,0,3330, - 3331,1,0,0,0,3331,3334,1,0,0,0,3332,3330,1,0,0,0,3333,3325,1,0,0, - 0,3333,3334,1,0,0,0,3334,3335,1,0,0,0,3335,3336,5,2,0,0,3336,227, - 1,0,0,0,3337,3338,3,272,136,0,3338,3347,5,1,0,0,3339,3344,3,230, - 115,0,3340,3341,5,3,0,0,3341,3343,3,230,115,0,3342,3340,1,0,0,0, - 3343,3346,1,0,0,0,3344,3342,1,0,0,0,3344,3345,1,0,0,0,3345,3348, - 1,0,0,0,3346,3344,1,0,0,0,3347,3339,1,0,0,0,3347,3348,1,0,0,0,3348, - 3349,1,0,0,0,3349,3350,5,2,0,0,3350,229,1,0,0,0,3351,3353,3,294, - 147,0,3352,3351,1,0,0,0,3352,3353,1,0,0,0,3353,3354,1,0,0,0,3354, - 3355,3,184,92,0,3355,231,1,0,0,0,3356,3357,5,232,0,0,3357,3358,3, - 184,92,0,3358,233,1,0,0,0,3359,3360,5,147,0,0,3360,3379,3,294,147, - 0,3361,3363,5,182,0,0,3362,3361,1,0,0,0,3362,3363,1,0,0,0,3363,3364, - 1,0,0,0,3364,3379,5,78,0,0,3365,3366,5,232,0,0,3366,3367,5,183,0, - 0,3367,3368,5,190,0,0,3368,3369,5,183,0,0,3369,3379,5,126,0,0,3370, - 3371,5,38,0,0,3371,3372,5,190,0,0,3372,3373,5,183,0,0,3373,3379, - 5,126,0,0,3374,3375,5,246,0,0,3375,3379,7,1,0,0,3376,3377,5,46,0, - 0,3377,3379,3,168,84,0,3378,3359,1,0,0,0,3378,3362,1,0,0,0,3378, - 3365,1,0,0,0,3378,3370,1,0,0,0,3378,3374,1,0,0,0,3378,3376,1,0,0, - 0,3379,235,1,0,0,0,3380,3381,5,230,0,0,3381,3480,3,142,71,0,3382, - 3383,5,251,0,0,3383,3384,3,294,147,0,3384,3385,5,312,0,0,3385,3386, - 3,136,68,0,3386,3480,1,0,0,0,3387,3388,5,40,0,0,3388,3390,3,136, - 68,0,3389,3391,3,238,119,0,3390,3389,1,0,0,0,3391,3392,1,0,0,0,3392, - 3390,1,0,0,0,3392,3393,1,0,0,0,3393,3395,1,0,0,0,3394,3396,3,242, - 121,0,3395,3394,1,0,0,0,3395,3396,1,0,0,0,3396,3397,1,0,0,0,3397, - 3398,5,88,0,0,3398,3399,5,40,0,0,3399,3480,1,0,0,0,3400,3402,5,40, - 0,0,3401,3403,3,238,119,0,3402,3401,1,0,0,0,3403,3404,1,0,0,0,3404, - 3402,1,0,0,0,3404,3405,1,0,0,0,3405,3407,1,0,0,0,3406,3408,3,242, - 121,0,3407,3406,1,0,0,0,3407,3408,1,0,0,0,3408,3409,1,0,0,0,3409, - 3410,5,88,0,0,3410,3411,5,40,0,0,3411,3480,1,0,0,0,3412,3413,5,119, - 0,0,3413,3414,3,136,68,0,3414,3415,5,265,0,0,3415,3419,3,246,123, - 0,3416,3418,3,240,120,0,3417,3416,1,0,0,0,3418,3421,1,0,0,0,3419, - 3417,1,0,0,0,3419,3420,1,0,0,0,3420,3423,1,0,0,0,3421,3419,1,0,0, - 0,3422,3424,3,242,121,0,3423,3422,1,0,0,0,3423,3424,1,0,0,0,3424, - 3425,1,0,0,0,3425,3426,5,88,0,0,3426,3427,5,119,0,0,3427,3480,1, - 0,0,0,3428,3429,5,135,0,0,3429,3480,3,294,147,0,3430,3431,5,151, - 0,0,3431,3480,3,294,147,0,3432,3438,5,32,0,0,3433,3434,3,244,122, - 0,3434,3435,5,325,0,0,3435,3437,1,0,0,0,3436,3433,1,0,0,0,3437,3440, - 1,0,0,0,3438,3436,1,0,0,0,3438,3439,1,0,0,0,3439,3442,1,0,0,0,3440, - 3438,1,0,0,0,3441,3443,3,246,123,0,3442,3441,1,0,0,0,3442,3443,1, - 0,0,0,3443,3444,1,0,0,0,3444,3480,5,88,0,0,3445,3446,3,294,147,0, - 3446,3447,5,10,0,0,3447,3449,1,0,0,0,3448,3445,1,0,0,0,3448,3449, - 1,0,0,0,3449,3450,1,0,0,0,3450,3451,5,161,0,0,3451,3452,3,246,123, - 0,3452,3453,5,88,0,0,3453,3454,5,161,0,0,3454,3480,1,0,0,0,3455, - 3456,3,294,147,0,3456,3457,5,10,0,0,3457,3459,1,0,0,0,3458,3455, - 1,0,0,0,3458,3459,1,0,0,0,3459,3460,1,0,0,0,3460,3461,5,302,0,0, - 3461,3462,3,136,68,0,3462,3463,5,81,0,0,3463,3464,3,246,123,0,3464, - 3465,5,88,0,0,3465,3466,5,302,0,0,3466,3480,1,0,0,0,3467,3468,3, - 294,147,0,3468,3469,5,10,0,0,3469,3471,1,0,0,0,3470,3467,1,0,0,0, - 3470,3471,1,0,0,0,3471,3472,1,0,0,0,3472,3473,5,224,0,0,3473,3474, - 3,246,123,0,3474,3475,5,286,0,0,3475,3476,3,136,68,0,3476,3477,5, - 88,0,0,3477,3478,5,224,0,0,3478,3480,1,0,0,0,3479,3380,1,0,0,0,3479, - 3382,1,0,0,0,3479,3387,1,0,0,0,3479,3400,1,0,0,0,3479,3412,1,0,0, - 0,3479,3428,1,0,0,0,3479,3430,1,0,0,0,3479,3432,1,0,0,0,3479,3448, - 1,0,0,0,3479,3458,1,0,0,0,3479,3470,1,0,0,0,3480,237,1,0,0,0,3481, - 3482,5,300,0,0,3482,3483,3,136,68,0,3483,3484,5,265,0,0,3484,3485, - 3,246,123,0,3485,239,1,0,0,0,3486,3487,5,86,0,0,3487,3488,3,136, - 68,0,3488,3489,5,265,0,0,3489,3490,3,246,123,0,3490,241,1,0,0,0, - 3491,3492,5,84,0,0,3492,3493,3,246,123,0,3493,243,1,0,0,0,3494,3495, - 5,69,0,0,3495,3500,3,294,147,0,3496,3497,5,3,0,0,3497,3499,3,294, - 147,0,3498,3496,1,0,0,0,3499,3502,1,0,0,0,3500,3498,1,0,0,0,3500, - 3501,1,0,0,0,3501,3503,1,0,0,0,3502,3500,1,0,0,0,3503,3506,3,184, - 92,0,3504,3505,5,70,0,0,3505,3507,3,142,71,0,3506,3504,1,0,0,0,3506, - 3507,1,0,0,0,3507,245,1,0,0,0,3508,3509,3,236,118,0,3509,3510,5, - 325,0,0,3510,3512,1,0,0,0,3511,3508,1,0,0,0,3512,3513,1,0,0,0,3513, - 3511,1,0,0,0,3513,3514,1,0,0,0,3514,247,1,0,0,0,3515,3522,5,53,0, - 0,3516,3522,5,248,0,0,3517,3522,5,73,0,0,3518,3522,5,127,0,0,3519, - 3522,5,287,0,0,3520,3522,3,294,147,0,3521,3515,1,0,0,0,3521,3516, - 1,0,0,0,3521,3517,1,0,0,0,3521,3518,1,0,0,0,3521,3519,1,0,0,0,3521, - 3520,1,0,0,0,3522,249,1,0,0,0,3523,3527,5,260,0,0,3524,3527,5,243, - 0,0,3525,3527,3,294,147,0,3526,3523,1,0,0,0,3526,3524,1,0,0,0,3526, - 3525,1,0,0,0,3527,251,1,0,0,0,3528,3530,3,250,125,0,3529,3528,1, - 0,0,0,3529,3530,1,0,0,0,3530,3531,1,0,0,0,3531,3532,3,280,140,0, - 3532,253,1,0,0,0,3533,3536,3,256,128,0,3534,3536,3,260,130,0,3535, - 3533,1,0,0,0,3535,3534,1,0,0,0,3536,255,1,0,0,0,3537,3549,3,294, - 147,0,3538,3539,3,294,147,0,3539,3540,5,4,0,0,3540,3541,3,294,147, - 0,3541,3549,1,0,0,0,3542,3543,3,294,147,0,3543,3544,5,4,0,0,3544, - 3545,3,294,147,0,3545,3546,5,4,0,0,3546,3547,3,294,147,0,3547,3549, - 1,0,0,0,3548,3537,1,0,0,0,3548,3538,1,0,0,0,3548,3542,1,0,0,0,3549, - 257,1,0,0,0,3550,3562,3,294,147,0,3551,3552,3,294,147,0,3552,3553, - 5,4,0,0,3553,3554,3,294,147,0,3554,3562,1,0,0,0,3555,3556,3,294, - 147,0,3556,3557,5,4,0,0,3557,3558,3,294,147,0,3558,3559,5,4,0,0, - 3559,3560,3,294,147,0,3560,3562,1,0,0,0,3561,3550,1,0,0,0,3561,3551, - 1,0,0,0,3561,3555,1,0,0,0,3562,259,1,0,0,0,3563,3575,3,294,147,0, - 3564,3565,3,294,147,0,3565,3566,5,4,0,0,3566,3567,3,294,147,0,3567, - 3575,1,0,0,0,3568,3569,3,294,147,0,3569,3570,5,4,0,0,3570,3571,3, - 294,147,0,3571,3572,5,4,0,0,3572,3573,3,294,147,0,3573,3575,1,0, - 0,0,3574,3563,1,0,0,0,3574,3564,1,0,0,0,3574,3568,1,0,0,0,3575,261, - 1,0,0,0,3576,3588,3,294,147,0,3577,3578,3,294,147,0,3578,3579,5, - 4,0,0,3579,3580,3,294,147,0,3580,3588,1,0,0,0,3581,3582,3,294,147, - 0,3582,3583,5,4,0,0,3583,3584,3,294,147,0,3584,3585,5,4,0,0,3585, - 3586,3,294,147,0,3586,3588,1,0,0,0,3587,3576,1,0,0,0,3587,3577,1, - 0,0,0,3587,3581,1,0,0,0,3588,263,1,0,0,0,3589,3595,3,294,147,0,3590, - 3591,3,294,147,0,3591,3592,5,4,0,0,3592,3593,3,294,147,0,3593,3595, - 1,0,0,0,3594,3589,1,0,0,0,3594,3590,1,0,0,0,3595,265,1,0,0,0,3596, - 3602,3,294,147,0,3597,3598,3,294,147,0,3598,3599,5,4,0,0,3599,3600, - 3,294,147,0,3600,3602,1,0,0,0,3601,3596,1,0,0,0,3601,3597,1,0,0, - 0,3602,267,1,0,0,0,3603,3604,3,294,147,0,3604,269,1,0,0,0,3605,3606, - 3,294,147,0,3606,271,1,0,0,0,3607,3608,3,280,140,0,3608,273,1,0, - 0,0,3609,3610,3,280,140,0,3610,275,1,0,0,0,3611,3614,3,280,140,0, - 3612,3614,4,138,14,0,3613,3611,1,0,0,0,3613,3612,1,0,0,0,3614,277, - 1,0,0,0,3615,3616,3,294,147,0,3616,279,1,0,0,0,3617,3622,3,294,147, - 0,3618,3619,5,4,0,0,3619,3621,3,294,147,0,3620,3618,1,0,0,0,3621, - 3624,1,0,0,0,3622,3620,1,0,0,0,3622,3623,1,0,0,0,3623,281,1,0,0, - 0,3624,3622,1,0,0,0,3625,3626,5,103,0,0,3626,3627,3,284,142,0,3627, - 3628,5,28,0,0,3628,3629,5,187,0,0,3629,3630,3,142,71,0,3630,283, - 1,0,0,0,3631,3632,7,33,0,0,3632,285,1,0,0,0,3633,3637,3,288,144, - 0,3634,3637,5,64,0,0,3635,3637,5,60,0,0,3636,3633,1,0,0,0,3636,3634, - 1,0,0,0,3636,3635,1,0,0,0,3637,287,1,0,0,0,3638,3644,3,294,147,0, - 3639,3640,5,289,0,0,3640,3644,3,294,147,0,3641,3642,5,235,0,0,3642, - 3644,3,294,147,0,3643,3638,1,0,0,0,3643,3639,1,0,0,0,3643,3641,1, - 0,0,0,3644,289,1,0,0,0,3645,3650,3,294,147,0,3646,3647,5,3,0,0,3647, - 3649,3,294,147,0,3648,3646,1,0,0,0,3649,3652,1,0,0,0,3650,3648,1, - 0,0,0,3650,3651,1,0,0,0,3651,291,1,0,0,0,3652,3650,1,0,0,0,3653, - 3661,5,53,0,0,3654,3661,5,248,0,0,3655,3661,5,73,0,0,3656,3661,5, - 127,0,0,3657,3661,5,287,0,0,3658,3661,5,93,0,0,3659,3661,3,294,147, - 0,3660,3653,1,0,0,0,3660,3654,1,0,0,0,3660,3655,1,0,0,0,3660,3656, - 1,0,0,0,3660,3657,1,0,0,0,3660,3658,1,0,0,0,3660,3659,1,0,0,0,3661, - 293,1,0,0,0,3662,3668,5,332,0,0,3663,3668,5,334,0,0,3664,3668,3, - 300,150,0,3665,3668,5,335,0,0,3666,3668,5,333,0,0,3667,3662,1,0, - 0,0,3667,3663,1,0,0,0,3667,3664,1,0,0,0,3667,3665,1,0,0,0,3667,3666, - 1,0,0,0,3668,295,1,0,0,0,3669,3671,5,319,0,0,3670,3669,1,0,0,0,3670, - 3671,1,0,0,0,3671,3672,1,0,0,0,3672,3682,5,330,0,0,3673,3675,5,319, - 0,0,3674,3673,1,0,0,0,3674,3675,1,0,0,0,3675,3676,1,0,0,0,3676,3682, - 5,331,0,0,3677,3679,5,319,0,0,3678,3677,1,0,0,0,3678,3679,1,0,0, - 0,3679,3680,1,0,0,0,3680,3682,5,329,0,0,3681,3670,1,0,0,0,3681,3674, - 1,0,0,0,3681,3678,1,0,0,0,3682,297,1,0,0,0,3683,3686,3,294,147,0, - 3684,3686,3,168,84,0,3685,3683,1,0,0,0,3685,3684,1,0,0,0,3686,299, - 1,0,0,0,3687,3688,7,34,0,0,3688,301,1,0,0,0,480,305,314,318,322, - 326,330,343,350,354,358,364,368,375,380,384,390,394,413,419,423, - 427,431,439,443,446,451,457,466,472,476,482,489,498,510,519,528, - 534,545,553,561,568,578,585,593,608,643,646,649,653,659,664,671, - 677,681,685,693,699,703,707,721,729,748,773,776,783,790,799,803, - 810,818,827,833,838,842,850,855,864,870,877,886,892,896,902,909, - 914,927,932,944,948,954,963,968,974,1002,1008,1010,1016,1022,1024, - 1032,1034,1044,1046,1061,1066,1073,1083,1089,1091,1099,1101,1126, - 1129,1133,1137,1155,1158,1169,1172,1188,1198,1203,1209,1212,1221, - 1233,1236,1246,1250,1256,1263,1268,1274,1278,1282,1288,1299,1308, - 1318,1321,1326,1328,1335,1341,1343,1347,1357,1363,1366,1368,1380, - 1387,1391,1394,1398,1402,1409,1418,1421,1425,1430,1434,1442,1445, - 1448,1455,1466,1469,1479,1482,1493,1498,1506,1509,1513,1517,1526, - 1535,1538,1547,1550,1553,1557,1568,1571,1574,1581,1584,1603,1607, - 1611,1615,1619,1623,1625,1636,1641,1650,1659,1662,1668,1680,1683, - 1692,1695,1703,1706,1709,1714,1717,1729,1732,1740,1745,1749,1751, - 1753,1768,1770,1781,1802,1812,1823,1827,1829,1837,1848,1859,1866, - 1879,1885,1911,1926,1931,1935,1945,1951,1957,1965,1970,1977,1979, - 1985,1991,1995,2000,2009,2014,2028,2038,2041,2050,2055,2060,2062, - 2071,2074,2082,2085,2092,2097,2108,2111,2115,2117,2125,2135,2141, - 2143,2150,2154,2156,2163,2167,2169,2171,2180,2191,2195,2205,2215, - 2219,2227,2229,2242,2250,2259,2265,2273,2279,2283,2288,2293,2299, - 2313,2315,2345,2356,2364,2369,2374,2387,2393,2396,2403,2408,2411, - 2414,2419,2426,2429,2438,2441,2445,2448,2451,2466,2469,2488,2492, - 2500,2504,2529,2532,2541,2547,2553,2559,2568,2571,2574,2593,2602, - 2624,2627,2637,2646,2652,2658,2669,2671,2676,2683,2685,2691,2697, - 2708,2717,2722,2727,2729,2731,2737,2739,2749,2758,2760,2766,2768, - 2771,2781,2783,2791,2799,2802,2807,2812,2824,2828,2832,2835,2837, - 2845,2848,2858,2866,2872,2874,2882,2892,2898,2912,2921,2928,2933, - 2940,2950,2955,2962,2988,2993,2995,3002,3006,3013,3017,3034,3049, - 3056,3065,3075,3080,3089,3094,3102,3110,3113,3119,3122,3129,3137, - 3140,3148,3151,3177,3188,3193,3200,3202,3215,3230,3234,3238,3242, - 3248,3252,3256,3260,3262,3272,3279,3288,3295,3302,3309,3318,3330, - 3333,3344,3347,3352,3362,3378,3392,3395,3404,3407,3419,3423,3438, - 3442,3448,3458,3470,3479,3500,3506,3513,3521,3526,3529,3535,3548, - 3561,3574,3587,3594,3601,3613,3622,3636,3643,3650,3660,3667,3670, - 3674,3678,3681,3685 + 1,100,1,100,1,100,3,100,3180,8,100,1,101,1,101,1,101,1,101,1,101, + 1,101,1,101,1,101,1,101,3,101,3191,8,101,1,102,1,102,1,102,3,102, + 3196,8,102,1,102,1,102,1,102,1,102,1,102,5,102,3203,8,102,10,102, + 12,102,3206,9,102,1,103,1,103,1,103,1,103,1,103,1,103,1,103,1,103, + 5,103,3216,8,103,10,103,12,103,3219,9,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,3233,8,103, + 1,104,1,104,3,104,3237,8,104,1,104,1,104,3,104,3241,8,104,1,104, + 1,104,3,104,3245,8,104,1,104,1,104,1,104,1,104,3,104,3251,8,104, + 1,104,1,104,3,104,3255,8,104,1,104,1,104,3,104,3259,8,104,1,104, + 1,104,3,104,3263,8,104,3,104,3265,8,104,1,105,1,105,1,105,1,105, + 1,106,1,106,1,106,1,106,3,106,3275,8,106,1,107,1,107,1,107,1,107, + 1,107,3,107,3282,8,107,1,108,1,108,1,108,1,108,1,108,1,108,1,108, + 3,108,3291,8,108,1,109,1,109,1,109,1,109,1,109,3,109,3298,8,109, + 1,110,1,110,1,110,1,110,1,110,3,110,3305,8,110,1,111,1,111,1,111, + 5,111,3310,8,111,10,111,12,111,3313,9,111,1,112,1,112,1,112,1,112, + 5,112,3319,8,112,10,112,12,112,3322,9,112,1,112,1,112,1,113,1,113, + 1,113,1,113,1,113,5,113,3331,8,113,10,113,12,113,3334,9,113,3,113, + 3336,8,113,1,113,1,113,1,114,1,114,1,114,1,114,1,114,5,114,3345, + 8,114,10,114,12,114,3348,9,114,3,114,3350,8,114,1,114,1,114,1,115, + 3,115,3355,8,115,1,115,1,115,1,116,1,116,1,116,1,117,1,117,1,117, + 3,117,3365,8,117,1,117,1,117,1,117,1,117,1,117,1,117,1,117,1,117, + 1,117,1,117,1,117,1,117,1,117,1,117,3,117,3381,8,117,1,118,1,118, + 1,118,1,118,1,118,1,118,1,118,1,118,1,118,1,118,4,118,3393,8,118, + 11,118,12,118,3394,1,118,3,118,3398,8,118,1,118,1,118,1,118,1,118, + 1,118,4,118,3405,8,118,11,118,12,118,3406,1,118,3,118,3410,8,118, + 1,118,1,118,1,118,1,118,1,118,1,118,1,118,1,118,5,118,3420,8,118, + 10,118,12,118,3423,9,118,1,118,3,118,3426,8,118,1,118,1,118,1,118, + 1,118,1,118,1,118,1,118,1,118,1,118,1,118,1,118,5,118,3439,8,118, + 10,118,12,118,3442,9,118,1,118,3,118,3445,8,118,1,118,1,118,1,118, + 1,118,3,118,3451,8,118,1,118,1,118,1,118,1,118,1,118,1,118,1,118, + 1,118,3,118,3461,8,118,1,118,1,118,1,118,1,118,1,118,1,118,1,118, + 1,118,1,118,1,118,3,118,3473,8,118,1,118,1,118,1,118,1,118,1,118, + 1,118,1,118,3,118,3482,8,118,1,119,1,119,1,119,1,119,1,119,1,120, + 1,120,1,120,1,120,1,120,1,121,1,121,1,121,1,122,1,122,1,122,1,122, + 5,122,3501,8,122,10,122,12,122,3504,9,122,1,122,1,122,1,122,3,122, + 3509,8,122,1,123,1,123,1,123,4,123,3514,8,123,11,123,12,123,3515, + 1,124,1,124,1,124,1,124,1,124,1,124,3,124,3524,8,124,1,125,1,125, + 1,125,3,125,3529,8,125,1,126,3,126,3532,8,126,1,126,1,126,1,127, + 1,127,3,127,3538,8,127,1,128,1,128,1,128,1,128,1,128,1,128,1,128, + 1,128,1,128,1,128,1,128,3,128,3551,8,128,1,129,1,129,1,129,1,129, + 1,129,1,129,1,129,1,129,1,129,1,129,1,129,3,129,3564,8,129,1,130, + 1,130,1,130,1,130,1,130,1,130,1,130,1,130,1,130,1,130,1,130,3,130, + 3577,8,130,1,131,1,131,1,131,1,131,1,131,1,131,1,131,1,131,1,131, + 1,131,1,131,3,131,3590,8,131,1,132,1,132,1,132,1,132,1,132,3,132, + 3597,8,132,1,133,1,133,1,133,1,133,1,133,3,133,3604,8,133,1,134, + 1,134,1,135,1,135,1,136,1,136,1,137,1,137,1,138,1,138,3,138,3616, + 8,138,1,139,1,139,1,140,1,140,1,141,1,141,1,141,5,141,3625,8,141, + 10,141,12,141,3628,9,141,1,142,1,142,1,142,1,142,1,142,1,142,1,143, + 1,143,1,144,1,144,1,144,3,144,3641,8,144,1,145,1,145,1,145,1,145, + 1,145,3,145,3648,8,145,1,146,1,146,1,146,5,146,3653,8,146,10,146, + 12,146,3656,9,146,1,147,1,147,1,147,1,147,1,147,1,147,1,147,3,147, + 3665,8,147,1,148,1,148,1,148,1,148,1,148,3,148,3672,8,148,1,149, + 3,149,3675,8,149,1,149,1,149,3,149,3679,8,149,1,149,1,149,3,149, + 3683,8,149,1,149,3,149,3686,8,149,1,150,1,150,3,150,3690,8,150,1, + 151,1,151,1,151,0,7,46,72,138,142,144,184,204,152,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,0,35,2,0,39,39,229,229,2,0,72,72,131,131,2,0, + 105,105,122,122,2,0,92,92,123,123,1,0,239,240,2,0,101,101,174,174, + 2,0,324,324,329,329,2,0,91,91,281,281,2,0,29,29,75,75,2,0,101,101, + 148,148,2,0,22,22,79,79,2,0,33,33,259,259,3,0,35,35,150,150,270, + 270,2,0,124,124,247,247,2,0,85,85,89,89,2,0,144,144,189,189,2,0, + 125,125,197,197,2,0,54,54,281,281,1,0,318,319,1,0,320,322,1,0,291, + 293,4,0,89,89,97,97,273,273,283,283,2,0,49,49,280,280,2,0,100,100, + 241,241,1,0,312,317,3,0,22,22,26,26,254,254,2,0,97,97,273,273,5, + 0,67,67,118,118,170,171,245,245,310,310,1,0,175,178,2,0,102,102, + 212,212,3,0,113,113,137,137,263,263,4,0,80,80,132,132,160,160,294, + 294,2,0,192,192,309,309,2,0,268,268,298,298,54,0,18,22,24,24,26, + 27,29,33,35,35,37,39,42,49,51,52,56,56,65,67,69,72,74,75,77,78,80, + 82,85,87,89,89,92,92,95,95,98,102,104,104,107,113,116,116,118,121, + 123,124,126,126,129,129,131,132,134,135,137,137,144,151,153,153, + 155,155,157,157,160,171,173,180,184,189,191,193,196,196,198,213, + 215,220,222,233,235,237,239,247,249,259,261,264,266,271,274,276, + 278,280,282,284,286,289,291,295,297,299,302,303,305,311,4248,0,307, + 1,0,0,0,2,312,1,0,0,0,4,314,1,0,0,0,6,318,1,0,0,0,8,322,1,0,0,0, + 10,326,1,0,0,0,12,330,1,0,0,0,14,334,1,0,0,0,16,1235,1,0,0,0,18, + 1238,1,0,0,0,20,1242,1,0,0,0,22,1252,1,0,0,0,24,1256,1,0,0,0,26, + 1270,1,0,0,0,28,1272,1,0,0,0,30,1286,1,0,0,0,32,1292,1,0,0,0,34, + 1296,1,0,0,0,36,1304,1,0,0,0,38,1310,1,0,0,0,40,1312,1,0,0,0,42, + 1349,1,0,0,0,44,1351,1,0,0,0,46,1353,1,0,0,0,48,1389,1,0,0,0,50, + 1393,1,0,0,0,52,1402,1,0,0,0,54,1450,1,0,0,0,56,1500,1,0,0,0,58, + 1515,1,0,0,0,60,1519,1,0,0,0,62,1521,1,0,0,0,64,1528,1,0,0,0,66, + 1557,1,0,0,0,68,1566,1,0,0,0,70,1586,1,0,0,0,72,1588,1,0,0,0,74, + 1627,1,0,0,0,76,1643,1,0,0,0,78,1645,1,0,0,0,80,1654,1,0,0,0,82, + 1656,1,0,0,0,84,1664,1,0,0,0,86,1670,1,0,0,0,88,1672,1,0,0,0,90, + 1757,1,0,0,0,92,1772,1,0,0,0,94,1783,1,0,0,0,96,1804,1,0,0,0,98, + 1806,1,0,0,0,100,1819,1,0,0,0,102,1823,1,0,0,0,104,1833,1,0,0,0, + 106,1844,1,0,0,0,108,1855,1,0,0,0,110,1937,1,0,0,0,112,2016,1,0, + 0,0,114,2043,1,0,0,0,116,2045,1,0,0,0,118,2052,1,0,0,0,120,2064, + 1,0,0,0,122,2066,1,0,0,0,124,2094,1,0,0,0,126,2101,1,0,0,0,128,2173, + 1,0,0,0,130,2193,1,0,0,0,132,2195,1,0,0,0,134,2199,1,0,0,0,136,2212, + 1,0,0,0,138,2221,1,0,0,0,140,2295,1,0,0,0,142,2301,1,0,0,0,144,2773, + 1,0,0,0,146,2788,1,0,0,0,148,2806,1,0,0,0,150,2811,1,0,0,0,152,2816, + 1,0,0,0,154,2820,1,0,0,0,156,2826,1,0,0,0,158,2839,1,0,0,0,160,2847, + 1,0,0,0,162,2860,1,0,0,0,164,2862,1,0,0,0,166,2868,1,0,0,0,168,2876, + 1,0,0,0,170,2884,1,0,0,0,172,2886,1,0,0,0,174,2888,1,0,0,0,176,2890, + 1,0,0,0,178,2892,1,0,0,0,180,2902,1,0,0,0,182,2904,1,0,0,0,184,2997, + 1,0,0,0,186,3015,1,0,0,0,188,3019,1,0,0,0,190,3021,1,0,0,0,192,3026, + 1,0,0,0,194,3096,1,0,0,0,196,3098,1,0,0,0,198,3115,1,0,0,0,200,3179, + 1,0,0,0,202,3190,1,0,0,0,204,3192,1,0,0,0,206,3232,1,0,0,0,208,3264, + 1,0,0,0,210,3266,1,0,0,0,212,3274,1,0,0,0,214,3281,1,0,0,0,216,3290, + 1,0,0,0,218,3297,1,0,0,0,220,3304,1,0,0,0,222,3306,1,0,0,0,224,3314, + 1,0,0,0,226,3325,1,0,0,0,228,3339,1,0,0,0,230,3354,1,0,0,0,232,3358, + 1,0,0,0,234,3380,1,0,0,0,236,3481,1,0,0,0,238,3483,1,0,0,0,240,3488, + 1,0,0,0,242,3493,1,0,0,0,244,3496,1,0,0,0,246,3513,1,0,0,0,248,3523, + 1,0,0,0,250,3528,1,0,0,0,252,3531,1,0,0,0,254,3537,1,0,0,0,256,3550, + 1,0,0,0,258,3563,1,0,0,0,260,3576,1,0,0,0,262,3589,1,0,0,0,264,3596, + 1,0,0,0,266,3603,1,0,0,0,268,3605,1,0,0,0,270,3607,1,0,0,0,272,3609, + 1,0,0,0,274,3611,1,0,0,0,276,3615,1,0,0,0,278,3617,1,0,0,0,280,3619, + 1,0,0,0,282,3621,1,0,0,0,284,3629,1,0,0,0,286,3635,1,0,0,0,288,3640, + 1,0,0,0,290,3647,1,0,0,0,292,3649,1,0,0,0,294,3664,1,0,0,0,296,3671, + 1,0,0,0,298,3685,1,0,0,0,300,3689,1,0,0,0,302,3691,1,0,0,0,304,306, + 3,2,1,0,305,304,1,0,0,0,306,309,1,0,0,0,307,305,1,0,0,0,307,308, + 1,0,0,0,308,310,1,0,0,0,309,307,1,0,0,0,310,311,5,0,0,1,311,1,1, + 0,0,0,312,313,3,4,2,0,313,3,1,0,0,0,314,316,3,16,8,0,315,317,5,325, + 0,0,316,315,1,0,0,0,316,317,1,0,0,0,317,5,1,0,0,0,318,320,3,136, + 68,0,319,321,5,325,0,0,320,319,1,0,0,0,320,321,1,0,0,0,321,7,1,0, + 0,0,322,324,3,222,111,0,323,325,5,325,0,0,324,323,1,0,0,0,324,325, + 1,0,0,0,325,9,1,0,0,0,326,328,3,184,92,0,327,329,5,325,0,0,328,327, + 1,0,0,0,328,329,1,0,0,0,329,11,1,0,0,0,330,332,3,204,102,0,331,333, + 5,325,0,0,332,331,1,0,0,0,332,333,1,0,0,0,333,13,1,0,0,0,334,335, + 3,224,112,0,335,336,5,0,0,1,336,15,1,0,0,0,337,1236,3,18,9,0,338, + 339,5,288,0,0,339,1236,3,264,132,0,340,341,5,53,0,0,341,345,5,42, + 0,0,342,343,5,119,0,0,343,344,5,182,0,0,344,346,5,94,0,0,345,342, + 1,0,0,0,345,346,1,0,0,0,346,347,1,0,0,0,347,348,3,270,135,0,348, + 349,5,290,0,0,349,352,3,296,148,0,350,351,5,46,0,0,351,353,3,168, + 84,0,352,350,1,0,0,0,352,353,1,0,0,0,353,356,1,0,0,0,354,355,5,31, + 0,0,355,357,3,290,145,0,356,354,1,0,0,0,356,357,1,0,0,0,357,360, + 1,0,0,0,358,359,5,304,0,0,359,361,3,32,16,0,360,358,1,0,0,0,360, + 361,1,0,0,0,361,1236,1,0,0,0,362,363,5,83,0,0,363,366,5,42,0,0,364, + 365,5,119,0,0,365,367,5,94,0,0,366,364,1,0,0,0,366,367,1,0,0,0,367, + 368,1,0,0,0,368,370,3,268,134,0,369,371,7,0,0,0,370,369,1,0,0,0, + 370,371,1,0,0,0,371,1236,1,0,0,0,372,373,5,53,0,0,373,377,5,243, + 0,0,374,375,5,119,0,0,375,376,5,182,0,0,376,378,5,94,0,0,377,374, + 1,0,0,0,377,378,1,0,0,0,378,379,1,0,0,0,379,382,3,266,133,0,380, + 381,5,31,0,0,381,383,3,290,145,0,382,380,1,0,0,0,382,383,1,0,0,0, + 383,386,1,0,0,0,384,385,5,304,0,0,385,387,3,32,16,0,386,384,1,0, + 0,0,386,387,1,0,0,0,387,1236,1,0,0,0,388,389,5,83,0,0,389,392,5, + 243,0,0,390,391,5,119,0,0,391,393,5,94,0,0,392,390,1,0,0,0,392,393, + 1,0,0,0,393,394,1,0,0,0,394,396,3,264,132,0,395,397,7,0,0,0,396, + 395,1,0,0,0,396,397,1,0,0,0,397,1236,1,0,0,0,398,399,5,23,0,0,399, + 400,5,243,0,0,400,401,3,264,132,0,401,402,5,223,0,0,402,403,5,269, + 0,0,403,404,3,266,133,0,404,1236,1,0,0,0,405,406,5,23,0,0,406,407, + 5,243,0,0,407,408,3,264,132,0,408,409,5,251,0,0,409,410,5,31,0,0, + 410,411,3,290,145,0,411,1236,1,0,0,0,412,415,5,53,0,0,413,414,5, + 194,0,0,414,416,5,226,0,0,415,413,1,0,0,0,415,416,1,0,0,0,416,417, + 1,0,0,0,417,421,5,260,0,0,418,419,5,119,0,0,419,420,5,182,0,0,420, + 422,5,94,0,0,421,418,1,0,0,0,421,422,1,0,0,0,422,423,1,0,0,0,423, + 425,3,258,129,0,424,426,3,104,52,0,425,424,1,0,0,0,425,426,1,0,0, + 0,426,429,1,0,0,0,427,428,5,46,0,0,428,430,3,168,84,0,429,427,1, + 0,0,0,429,430,1,0,0,0,430,433,1,0,0,0,431,432,5,304,0,0,432,434, + 3,32,16,0,433,431,1,0,0,0,433,434,1,0,0,0,434,435,1,0,0,0,435,441, + 5,28,0,0,436,442,3,18,9,0,437,438,5,1,0,0,438,439,3,18,9,0,439,440, + 5,2,0,0,440,442,1,0,0,0,441,436,1,0,0,0,441,437,1,0,0,0,442,448, + 1,0,0,0,443,445,5,304,0,0,444,446,5,179,0,0,445,444,1,0,0,0,445, + 446,1,0,0,0,446,447,1,0,0,0,447,449,5,65,0,0,448,443,1,0,0,0,448, + 449,1,0,0,0,449,1236,1,0,0,0,450,453,5,53,0,0,451,452,5,194,0,0, + 452,454,5,226,0,0,453,451,1,0,0,0,453,454,1,0,0,0,454,455,1,0,0, + 0,455,459,5,260,0,0,456,457,5,119,0,0,457,458,5,182,0,0,458,460, + 5,94,0,0,459,456,1,0,0,0,459,460,1,0,0,0,460,461,1,0,0,0,461,462, + 3,258,129,0,462,463,5,1,0,0,463,468,3,26,13,0,464,465,5,3,0,0,465, + 467,3,26,13,0,466,464,1,0,0,0,467,470,1,0,0,0,468,466,1,0,0,0,468, + 469,1,0,0,0,469,471,1,0,0,0,470,468,1,0,0,0,471,474,5,2,0,0,472, + 473,5,46,0,0,473,475,3,168,84,0,474,472,1,0,0,0,474,475,1,0,0,0, + 475,478,1,0,0,0,476,477,5,304,0,0,477,479,3,32,16,0,478,476,1,0, + 0,0,478,479,1,0,0,0,479,1236,1,0,0,0,480,481,5,83,0,0,481,484,5, + 260,0,0,482,483,5,119,0,0,483,485,5,94,0,0,484,482,1,0,0,0,484,485, + 1,0,0,0,485,486,1,0,0,0,486,1236,3,256,128,0,487,488,5,127,0,0,488, + 489,5,130,0,0,489,491,3,256,128,0,490,492,3,106,53,0,491,490,1,0, + 0,0,491,492,1,0,0,0,492,493,1,0,0,0,493,494,3,18,9,0,494,1236,1, + 0,0,0,495,496,5,73,0,0,496,497,5,105,0,0,497,500,3,256,128,0,498, + 499,5,301,0,0,499,501,3,138,69,0,500,498,1,0,0,0,500,501,1,0,0,0, + 501,1236,1,0,0,0,502,503,5,274,0,0,503,504,5,260,0,0,504,1236,3, + 256,128,0,505,506,5,46,0,0,506,507,5,190,0,0,507,508,5,260,0,0,508, + 509,3,256,128,0,509,512,5,133,0,0,510,513,3,168,84,0,511,513,5,183, + 0,0,512,510,1,0,0,0,512,511,1,0,0,0,513,1236,1,0,0,0,514,515,5,46, + 0,0,515,516,5,190,0,0,516,517,5,299,0,0,517,518,3,260,130,0,518, + 521,5,133,0,0,519,522,3,168,84,0,520,522,5,183,0,0,521,519,1,0,0, + 0,521,520,1,0,0,0,522,1236,1,0,0,0,523,524,5,46,0,0,524,525,5,190, + 0,0,525,526,5,44,0,0,526,527,3,276,138,0,527,530,5,133,0,0,528,531, + 3,168,84,0,529,531,5,183,0,0,530,528,1,0,0,0,530,529,1,0,0,0,531, + 1236,1,0,0,0,532,533,5,23,0,0,533,536,5,260,0,0,534,535,5,119,0, + 0,535,537,5,94,0,0,536,534,1,0,0,0,536,537,1,0,0,0,537,538,1,0,0, + 0,538,539,3,256,128,0,539,540,5,223,0,0,540,541,5,269,0,0,541,542, + 3,258,129,0,542,1236,1,0,0,0,543,544,5,23,0,0,544,547,5,260,0,0, + 545,546,5,119,0,0,546,548,5,94,0,0,547,545,1,0,0,0,547,548,1,0,0, + 0,548,549,1,0,0,0,549,550,3,256,128,0,550,551,5,19,0,0,551,555,5, + 44,0,0,552,553,5,119,0,0,553,554,5,182,0,0,554,556,5,94,0,0,555, + 552,1,0,0,0,555,556,1,0,0,0,556,557,1,0,0,0,557,558,3,28,14,0,558, + 1236,1,0,0,0,559,560,5,23,0,0,560,563,5,260,0,0,561,562,5,119,0, + 0,562,564,5,94,0,0,563,561,1,0,0,0,563,564,1,0,0,0,564,565,1,0,0, + 0,565,566,3,256,128,0,566,567,5,223,0,0,567,570,5,44,0,0,568,569, + 5,119,0,0,569,571,5,94,0,0,570,568,1,0,0,0,570,571,1,0,0,0,571,572, + 1,0,0,0,572,573,3,276,138,0,573,574,5,269,0,0,574,575,3,280,140, + 0,575,1236,1,0,0,0,576,577,5,23,0,0,577,580,5,260,0,0,578,579,5, + 119,0,0,579,581,5,94,0,0,580,578,1,0,0,0,580,581,1,0,0,0,581,582, + 1,0,0,0,582,583,3,256,128,0,583,584,5,83,0,0,584,587,5,44,0,0,585, + 586,5,119,0,0,586,588,5,94,0,0,587,585,1,0,0,0,587,588,1,0,0,0,588, + 589,1,0,0,0,589,590,3,276,138,0,590,1236,1,0,0,0,591,592,5,23,0, + 0,592,595,5,260,0,0,593,594,5,119,0,0,594,596,5,94,0,0,595,593,1, + 0,0,0,595,596,1,0,0,0,596,597,1,0,0,0,597,598,3,256,128,0,598,599, + 5,23,0,0,599,600,5,44,0,0,600,601,3,276,138,0,601,602,5,251,0,0, + 602,603,5,65,0,0,603,604,5,276,0,0,604,605,3,184,92,0,605,1236,1, + 0,0,0,606,607,5,23,0,0,607,610,5,260,0,0,608,609,5,119,0,0,609,611, + 5,94,0,0,610,608,1,0,0,0,610,611,1,0,0,0,611,612,1,0,0,0,612,613, + 3,256,128,0,613,614,5,23,0,0,614,615,5,44,0,0,615,616,3,276,138, + 0,616,617,5,83,0,0,617,618,5,182,0,0,618,619,5,183,0,0,619,1236, + 1,0,0,0,620,621,5,23,0,0,621,622,5,260,0,0,622,623,3,256,128,0,623, + 624,5,251,0,0,624,625,5,31,0,0,625,626,3,290,145,0,626,1236,1,0, + 0,0,627,628,5,23,0,0,628,629,5,260,0,0,629,630,3,256,128,0,630,631, + 5,251,0,0,631,632,5,216,0,0,632,633,3,34,17,0,633,1236,1,0,0,0,634, + 635,5,23,0,0,635,636,5,260,0,0,636,637,3,256,128,0,637,638,5,93, + 0,0,638,651,3,272,136,0,639,648,5,1,0,0,640,645,3,218,109,0,641, + 642,5,3,0,0,642,644,3,218,109,0,643,641,1,0,0,0,644,647,1,0,0,0, + 645,643,1,0,0,0,645,646,1,0,0,0,646,649,1,0,0,0,647,645,1,0,0,0, + 648,640,1,0,0,0,648,649,1,0,0,0,649,650,1,0,0,0,650,652,5,2,0,0, + 651,639,1,0,0,0,651,652,1,0,0,0,652,655,1,0,0,0,653,654,5,301,0, + 0,654,656,3,138,69,0,655,653,1,0,0,0,655,656,1,0,0,0,656,1236,1, + 0,0,0,657,658,5,24,0,0,658,661,3,256,128,0,659,660,5,304,0,0,660, + 662,3,32,16,0,661,659,1,0,0,0,661,662,1,0,0,0,662,1236,1,0,0,0,663, + 666,5,53,0,0,664,665,5,194,0,0,665,667,5,226,0,0,666,664,1,0,0,0, + 666,667,1,0,0,0,667,668,1,0,0,0,668,669,5,167,0,0,669,673,5,299, + 0,0,670,671,5,119,0,0,671,672,5,182,0,0,672,674,5,94,0,0,673,670, + 1,0,0,0,673,674,1,0,0,0,674,675,1,0,0,0,675,679,3,262,131,0,676, + 677,5,109,0,0,677,678,5,208,0,0,678,680,3,178,89,0,679,676,1,0,0, + 0,679,680,1,0,0,0,680,683,1,0,0,0,681,682,5,46,0,0,682,684,3,168, + 84,0,683,681,1,0,0,0,683,684,1,0,0,0,684,687,1,0,0,0,685,686,5,304, + 0,0,686,688,3,32,16,0,687,685,1,0,0,0,687,688,1,0,0,0,688,689,1, + 0,0,0,689,690,5,28,0,0,690,691,3,18,9,0,691,1236,1,0,0,0,692,695, + 5,53,0,0,693,694,5,194,0,0,694,696,5,226,0,0,695,693,1,0,0,0,695, + 696,1,0,0,0,696,697,1,0,0,0,697,698,5,299,0,0,698,701,3,262,131, + 0,699,700,5,46,0,0,700,702,3,168,84,0,701,699,1,0,0,0,701,702,1, + 0,0,0,702,705,1,0,0,0,703,704,5,246,0,0,704,706,7,1,0,0,705,703, + 1,0,0,0,705,706,1,0,0,0,706,709,1,0,0,0,707,708,5,304,0,0,708,710, + 3,32,16,0,709,707,1,0,0,0,709,710,1,0,0,0,710,711,1,0,0,0,711,712, + 5,28,0,0,712,713,3,18,9,0,713,1236,1,0,0,0,714,715,5,222,0,0,715, + 716,5,167,0,0,716,717,5,299,0,0,717,1236,3,260,130,0,718,719,5,83, + 0,0,719,720,5,167,0,0,720,723,5,299,0,0,721,722,5,119,0,0,722,724, + 5,94,0,0,723,721,1,0,0,0,723,724,1,0,0,0,724,725,1,0,0,0,725,1236, + 3,260,130,0,726,727,5,23,0,0,727,728,5,167,0,0,728,731,5,299,0,0, + 729,730,5,119,0,0,730,732,5,94,0,0,731,729,1,0,0,0,731,732,1,0,0, + 0,732,733,1,0,0,0,733,734,3,260,130,0,734,735,5,223,0,0,735,736, + 5,269,0,0,736,737,3,262,131,0,737,1236,1,0,0,0,738,739,5,23,0,0, + 739,740,5,167,0,0,740,741,5,299,0,0,741,742,3,260,130,0,742,743, + 5,251,0,0,743,744,5,216,0,0,744,745,3,34,17,0,745,1236,1,0,0,0,746, + 747,5,83,0,0,747,750,5,299,0,0,748,749,5,119,0,0,749,751,5,94,0, + 0,750,748,1,0,0,0,750,751,1,0,0,0,751,752,1,0,0,0,752,1236,3,260, + 130,0,753,754,5,23,0,0,754,755,5,299,0,0,755,756,3,260,130,0,756, + 757,5,223,0,0,757,758,5,269,0,0,758,759,3,262,131,0,759,1236,1,0, + 0,0,760,761,5,23,0,0,761,762,5,299,0,0,762,763,3,260,130,0,763,764, + 5,251,0,0,764,765,5,31,0,0,765,766,3,290,145,0,766,1236,1,0,0,0, + 767,768,5,37,0,0,768,769,3,272,136,0,769,778,5,1,0,0,770,775,3,218, + 109,0,771,772,5,3,0,0,772,774,3,218,109,0,773,771,1,0,0,0,774,777, + 1,0,0,0,775,773,1,0,0,0,775,776,1,0,0,0,776,779,1,0,0,0,777,775, + 1,0,0,0,778,770,1,0,0,0,778,779,1,0,0,0,779,780,1,0,0,0,780,781, + 5,2,0,0,781,1236,1,0,0,0,782,785,5,53,0,0,783,784,5,194,0,0,784, + 786,5,226,0,0,785,783,1,0,0,0,785,786,1,0,0,0,786,787,1,0,0,0,787, + 1236,3,224,112,0,788,789,5,83,0,0,789,792,5,107,0,0,790,791,5,119, + 0,0,791,793,5,94,0,0,792,790,1,0,0,0,792,793,1,0,0,0,793,794,1,0, + 0,0,794,1236,3,228,114,0,795,796,5,53,0,0,796,797,5,235,0,0,797, + 801,3,296,148,0,798,799,5,304,0,0,799,800,5,20,0,0,800,802,3,288, + 144,0,801,798,1,0,0,0,801,802,1,0,0,0,802,805,1,0,0,0,803,804,5, + 122,0,0,804,806,3,268,134,0,805,803,1,0,0,0,805,806,1,0,0,0,806, + 1236,1,0,0,0,807,808,5,83,0,0,808,809,5,235,0,0,809,812,3,296,148, + 0,810,811,5,122,0,0,811,813,3,268,134,0,812,810,1,0,0,0,812,813, + 1,0,0,0,813,1236,1,0,0,0,814,815,5,110,0,0,815,820,3,294,147,0,816, + 817,5,3,0,0,817,819,3,294,147,0,818,816,1,0,0,0,819,822,1,0,0,0, + 820,818,1,0,0,0,820,821,1,0,0,0,821,823,1,0,0,0,822,820,1,0,0,0, + 823,824,5,269,0,0,824,829,3,290,145,0,825,826,5,3,0,0,826,828,3, + 290,145,0,827,825,1,0,0,0,828,831,1,0,0,0,829,827,1,0,0,0,829,830, + 1,0,0,0,830,835,1,0,0,0,831,829,1,0,0,0,832,833,5,304,0,0,833,834, + 5,20,0,0,834,836,5,193,0,0,835,832,1,0,0,0,835,836,1,0,0,0,836,840, + 1,0,0,0,837,838,5,111,0,0,838,839,5,36,0,0,839,841,3,288,144,0,840, + 837,1,0,0,0,840,841,1,0,0,0,841,844,1,0,0,0,842,843,5,122,0,0,843, + 845,3,268,134,0,844,842,1,0,0,0,844,845,1,0,0,0,845,1236,1,0,0,0, + 846,857,5,110,0,0,847,852,3,294,147,0,848,849,5,3,0,0,849,851,3, + 294,147,0,850,848,1,0,0,0,851,854,1,0,0,0,852,850,1,0,0,0,852,853, + 1,0,0,0,853,858,1,0,0,0,854,852,1,0,0,0,855,856,5,22,0,0,856,858, + 5,215,0,0,857,847,1,0,0,0,857,855,1,0,0,0,858,859,1,0,0,0,859,860, + 5,190,0,0,860,861,3,252,126,0,861,862,5,269,0,0,862,866,3,290,145, + 0,863,864,5,304,0,0,864,865,5,110,0,0,865,867,5,193,0,0,866,863, + 1,0,0,0,866,867,1,0,0,0,867,1236,1,0,0,0,868,872,5,233,0,0,869,870, + 5,20,0,0,870,871,5,193,0,0,871,873,5,103,0,0,872,869,1,0,0,0,872, + 873,1,0,0,0,873,874,1,0,0,0,874,879,3,294,147,0,875,876,5,3,0,0, + 876,878,3,294,147,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,105, + 0,0,883,888,3,290,145,0,884,885,5,3,0,0,885,887,3,290,145,0,886, + 884,1,0,0,0,887,890,1,0,0,0,888,886,1,0,0,0,888,889,1,0,0,0,889, + 894,1,0,0,0,890,888,1,0,0,0,891,892,5,111,0,0,892,893,5,36,0,0,893, + 895,3,288,144,0,894,891,1,0,0,0,894,895,1,0,0,0,895,898,1,0,0,0, + 896,897,5,122,0,0,897,899,3,268,134,0,898,896,1,0,0,0,898,899,1, + 0,0,0,899,1236,1,0,0,0,900,904,5,233,0,0,901,902,5,110,0,0,902,903, + 5,193,0,0,903,905,5,103,0,0,904,901,1,0,0,0,904,905,1,0,0,0,905, + 916,1,0,0,0,906,911,3,294,147,0,907,908,5,3,0,0,908,910,3,294,147, + 0,909,907,1,0,0,0,910,913,1,0,0,0,911,909,1,0,0,0,911,912,1,0,0, + 0,912,917,1,0,0,0,913,911,1,0,0,0,914,915,5,22,0,0,915,917,5,215, + 0,0,916,906,1,0,0,0,916,914,1,0,0,0,917,918,1,0,0,0,918,919,5,190, + 0,0,919,920,3,252,126,0,920,921,5,105,0,0,921,922,3,290,145,0,922, + 1236,1,0,0,0,923,934,5,74,0,0,924,929,3,248,124,0,925,926,5,3,0, + 0,926,928,3,248,124,0,927,925,1,0,0,0,928,931,1,0,0,0,929,927,1, + 0,0,0,929,930,1,0,0,0,930,935,1,0,0,0,931,929,1,0,0,0,932,933,5, + 22,0,0,933,935,5,215,0,0,934,924,1,0,0,0,934,932,1,0,0,0,935,936, + 1,0,0,0,936,937,5,190,0,0,937,938,3,252,126,0,938,939,5,269,0,0, + 939,940,3,290,145,0,940,1236,1,0,0,0,941,942,5,251,0,0,942,946,5, + 235,0,0,943,947,5,22,0,0,944,947,5,180,0,0,945,947,3,296,148,0,946, + 943,1,0,0,0,946,944,1,0,0,0,946,945,1,0,0,0,947,950,1,0,0,0,948, + 949,5,122,0,0,949,951,3,268,134,0,950,948,1,0,0,0,950,951,1,0,0, + 0,951,1236,1,0,0,0,952,953,5,253,0,0,953,956,5,112,0,0,954,955,5, + 190,0,0,955,957,3,252,126,0,956,954,1,0,0,0,956,957,1,0,0,0,957, + 1236,1,0,0,0,958,970,5,95,0,0,959,960,5,1,0,0,960,965,3,212,106, + 0,961,962,5,3,0,0,962,964,3,212,106,0,963,961,1,0,0,0,964,967,1, + 0,0,0,965,963,1,0,0,0,965,966,1,0,0,0,966,968,1,0,0,0,967,965,1, + 0,0,0,968,969,5,2,0,0,969,971,1,0,0,0,970,959,1,0,0,0,970,971,1, + 0,0,0,971,972,1,0,0,0,972,1236,3,16,8,0,973,974,5,95,0,0,974,976, + 5,24,0,0,975,977,5,297,0,0,976,975,1,0,0,0,976,977,1,0,0,0,977,978, + 1,0,0,0,978,1236,3,16,8,0,979,980,5,253,0,0,980,981,5,53,0,0,981, + 982,5,260,0,0,982,1236,3,256,128,0,983,984,5,253,0,0,984,985,5,53, + 0,0,985,986,5,243,0,0,986,1236,3,264,132,0,987,988,5,253,0,0,988, + 989,5,53,0,0,989,990,5,299,0,0,990,1236,3,260,130,0,991,992,5,253, + 0,0,992,993,5,53,0,0,993,994,5,167,0,0,994,995,5,299,0,0,995,1236, + 3,260,130,0,996,997,5,253,0,0,997,998,5,53,0,0,998,999,5,107,0,0, + 999,1236,3,272,136,0,1000,1001,5,253,0,0,1001,1004,5,261,0,0,1002, + 1003,7,2,0,0,1003,1005,3,264,132,0,1004,1002,1,0,0,0,1004,1005,1, + 0,0,0,1005,1012,1,0,0,0,1006,1007,5,154,0,0,1007,1010,3,168,84,0, + 1008,1009,5,90,0,0,1009,1011,3,168,84,0,1010,1008,1,0,0,0,1010,1011, + 1,0,0,0,1011,1013,1,0,0,0,1012,1006,1,0,0,0,1012,1013,1,0,0,0,1013, + 1236,1,0,0,0,1014,1015,5,253,0,0,1015,1018,5,244,0,0,1016,1017,7, + 2,0,0,1017,1019,3,268,134,0,1018,1016,1,0,0,0,1018,1019,1,0,0,0, + 1019,1026,1,0,0,0,1020,1021,5,154,0,0,1021,1024,3,168,84,0,1022, + 1023,5,90,0,0,1023,1025,3,168,84,0,1024,1022,1,0,0,0,1024,1025,1, + 0,0,0,1025,1027,1,0,0,0,1026,1020,1,0,0,0,1026,1027,1,0,0,0,1027, + 1236,1,0,0,0,1028,1029,5,253,0,0,1029,1036,5,43,0,0,1030,1031,5, + 154,0,0,1031,1034,3,168,84,0,1032,1033,5,90,0,0,1033,1035,3,168, + 84,0,1034,1032,1,0,0,0,1034,1035,1,0,0,0,1035,1037,1,0,0,0,1036, + 1030,1,0,0,0,1036,1037,1,0,0,0,1037,1236,1,0,0,0,1038,1039,5,253, + 0,0,1039,1040,5,45,0,0,1040,1041,7,2,0,0,1041,1048,3,254,127,0,1042, + 1043,5,154,0,0,1043,1046,3,168,84,0,1044,1045,5,90,0,0,1045,1047, + 3,168,84,0,1046,1044,1,0,0,0,1046,1047,1,0,0,0,1047,1049,1,0,0,0, + 1048,1042,1,0,0,0,1048,1049,1,0,0,0,1049,1236,1,0,0,0,1050,1051, + 5,253,0,0,1051,1052,5,256,0,0,1052,1053,5,103,0,0,1053,1236,3,254, + 127,0,1054,1055,5,253,0,0,1055,1056,5,256,0,0,1056,1057,5,103,0, + 0,1057,1058,5,1,0,0,1058,1059,3,18,9,0,1059,1060,5,2,0,0,1060,1236, + 1,0,0,0,1061,1063,5,253,0,0,1062,1064,5,56,0,0,1063,1062,1,0,0,0, + 1063,1064,1,0,0,0,1064,1065,1,0,0,0,1065,1068,5,236,0,0,1066,1067, + 7,2,0,0,1067,1069,3,268,134,0,1068,1066,1,0,0,0,1068,1069,1,0,0, + 0,1069,1236,1,0,0,0,1070,1071,5,253,0,0,1071,1072,5,235,0,0,1072, + 1075,5,112,0,0,1073,1074,7,2,0,0,1074,1076,3,268,134,0,1075,1073, + 1,0,0,0,1075,1076,1,0,0,0,1076,1236,1,0,0,0,1077,1078,5,76,0,0,1078, + 1236,3,254,127,0,1079,1080,5,75,0,0,1080,1236,3,254,127,0,1081,1082, + 5,253,0,0,1082,1085,5,108,0,0,1083,1084,7,2,0,0,1084,1086,3,264, + 132,0,1085,1083,1,0,0,0,1085,1086,1,0,0,0,1086,1093,1,0,0,0,1087, + 1088,5,154,0,0,1088,1091,3,168,84,0,1089,1090,5,90,0,0,1090,1092, + 3,168,84,0,1091,1089,1,0,0,0,1091,1092,1,0,0,0,1092,1094,1,0,0,0, + 1093,1087,1,0,0,0,1093,1094,1,0,0,0,1094,1236,1,0,0,0,1095,1096, + 5,253,0,0,1096,1103,5,250,0,0,1097,1098,5,154,0,0,1098,1101,3,168, + 84,0,1099,1100,5,90,0,0,1100,1102,3,168,84,0,1101,1099,1,0,0,0,1101, + 1102,1,0,0,0,1102,1104,1,0,0,0,1103,1097,1,0,0,0,1103,1104,1,0,0, + 0,1104,1236,1,0,0,0,1105,1106,5,251,0,0,1106,1107,5,250,0,0,1107, + 1108,5,31,0,0,1108,1236,3,300,150,0,1109,1110,5,227,0,0,1110,1111, + 5,250,0,0,1111,1236,5,31,0,0,1112,1113,5,251,0,0,1113,1114,5,250, + 0,0,1114,1115,3,282,141,0,1115,1116,5,312,0,0,1116,1117,3,136,68, + 0,1117,1236,1,0,0,0,1118,1119,5,227,0,0,1119,1120,5,250,0,0,1120, + 1236,3,282,141,0,1121,1122,5,255,0,0,1122,1131,5,271,0,0,1123,1128, + 3,214,107,0,1124,1125,5,3,0,0,1125,1127,3,214,107,0,1126,1124,1, + 0,0,0,1127,1130,1,0,0,0,1128,1126,1,0,0,0,1128,1129,1,0,0,0,1129, + 1132,1,0,0,0,1130,1128,1,0,0,0,1131,1123,1,0,0,0,1131,1132,1,0,0, + 0,1132,1236,1,0,0,0,1133,1135,5,47,0,0,1134,1136,5,307,0,0,1135, + 1134,1,0,0,0,1135,1136,1,0,0,0,1136,1236,1,0,0,0,1137,1139,5,237, + 0,0,1138,1140,5,307,0,0,1139,1138,1,0,0,0,1139,1140,1,0,0,0,1140, + 1236,1,0,0,0,1141,1142,5,214,0,0,1142,1143,3,296,148,0,1143,1144, + 5,105,0,0,1144,1145,3,16,8,0,1145,1236,1,0,0,0,1146,1147,5,68,0, + 0,1147,1148,5,214,0,0,1148,1236,3,296,148,0,1149,1150,5,93,0,0,1150, + 1160,3,296,148,0,1151,1152,5,290,0,0,1152,1157,3,136,68,0,1153,1154, + 5,3,0,0,1154,1156,3,136,68,0,1155,1153,1,0,0,0,1156,1159,1,0,0,0, + 1157,1155,1,0,0,0,1157,1158,1,0,0,0,1158,1161,1,0,0,0,1159,1157, + 1,0,0,0,1160,1151,1,0,0,0,1160,1161,1,0,0,0,1161,1236,1,0,0,0,1162, + 1163,5,93,0,0,1163,1164,5,121,0,0,1164,1174,3,168,84,0,1165,1166, + 5,290,0,0,1166,1171,3,136,68,0,1167,1168,5,3,0,0,1168,1170,3,136, + 68,0,1169,1167,1,0,0,0,1170,1173,1,0,0,0,1171,1169,1,0,0,0,1171, + 1172,1,0,0,0,1172,1175,1,0,0,0,1173,1171,1,0,0,0,1174,1165,1,0,0, + 0,1174,1175,1,0,0,0,1175,1236,1,0,0,0,1176,1177,5,76,0,0,1177,1178, + 5,126,0,0,1178,1236,3,296,148,0,1179,1180,5,76,0,0,1180,1181,5,198, + 0,0,1181,1236,3,296,148,0,1182,1183,5,251,0,0,1183,1184,5,205,0, + 0,1184,1236,3,222,111,0,1185,1186,5,251,0,0,1186,1187,5,267,0,0, + 1187,1190,5,311,0,0,1188,1191,5,157,0,0,1189,1191,3,136,68,0,1190, + 1188,1,0,0,0,1190,1189,1,0,0,0,1191,1236,1,0,0,0,1192,1193,5,287, + 0,0,1193,1194,3,256,128,0,1194,1195,5,251,0,0,1195,1200,3,210,105, + 0,1196,1197,5,3,0,0,1197,1199,3,210,105,0,1198,1196,1,0,0,0,1199, + 1202,1,0,0,0,1200,1198,1,0,0,0,1200,1201,1,0,0,0,1201,1205,1,0,0, + 0,1202,1200,1,0,0,0,1203,1204,5,301,0,0,1204,1206,3,138,69,0,1205, + 1203,1,0,0,0,1205,1206,1,0,0,0,1206,1236,1,0,0,0,1207,1208,5,169, + 0,0,1208,1209,5,130,0,0,1209,1214,3,256,128,0,1210,1212,5,28,0,0, + 1211,1210,1,0,0,0,1211,1212,1,0,0,0,1212,1213,1,0,0,0,1213,1215, + 3,296,148,0,1214,1211,1,0,0,0,1214,1215,1,0,0,0,1215,1216,1,0,0, + 0,1216,1217,5,290,0,0,1217,1218,3,72,36,0,1218,1219,5,190,0,0,1219, + 1221,3,136,68,0,1220,1222,3,194,97,0,1221,1220,1,0,0,0,1222,1223, + 1,0,0,0,1223,1221,1,0,0,0,1223,1224,1,0,0,0,1224,1236,1,0,0,0,1225, + 1226,5,253,0,0,1226,1227,5,46,0,0,1227,1228,5,190,0,0,1228,1229, + 5,260,0,0,1229,1236,3,256,128,0,1230,1231,5,253,0,0,1231,1232,5, + 46,0,0,1232,1233,5,190,0,0,1233,1234,5,44,0,0,1234,1236,3,276,138, + 0,1235,337,1,0,0,0,1235,338,1,0,0,0,1235,340,1,0,0,0,1235,362,1, + 0,0,0,1235,372,1,0,0,0,1235,388,1,0,0,0,1235,398,1,0,0,0,1235,405, + 1,0,0,0,1235,412,1,0,0,0,1235,450,1,0,0,0,1235,480,1,0,0,0,1235, + 487,1,0,0,0,1235,495,1,0,0,0,1235,502,1,0,0,0,1235,505,1,0,0,0,1235, + 514,1,0,0,0,1235,523,1,0,0,0,1235,532,1,0,0,0,1235,543,1,0,0,0,1235, + 559,1,0,0,0,1235,576,1,0,0,0,1235,591,1,0,0,0,1235,606,1,0,0,0,1235, + 620,1,0,0,0,1235,627,1,0,0,0,1235,634,1,0,0,0,1235,657,1,0,0,0,1235, + 663,1,0,0,0,1235,692,1,0,0,0,1235,714,1,0,0,0,1235,718,1,0,0,0,1235, + 726,1,0,0,0,1235,738,1,0,0,0,1235,746,1,0,0,0,1235,753,1,0,0,0,1235, + 760,1,0,0,0,1235,767,1,0,0,0,1235,782,1,0,0,0,1235,788,1,0,0,0,1235, + 795,1,0,0,0,1235,807,1,0,0,0,1235,814,1,0,0,0,1235,846,1,0,0,0,1235, + 868,1,0,0,0,1235,900,1,0,0,0,1235,923,1,0,0,0,1235,941,1,0,0,0,1235, + 952,1,0,0,0,1235,958,1,0,0,0,1235,973,1,0,0,0,1235,979,1,0,0,0,1235, + 983,1,0,0,0,1235,987,1,0,0,0,1235,991,1,0,0,0,1235,996,1,0,0,0,1235, + 1000,1,0,0,0,1235,1014,1,0,0,0,1235,1028,1,0,0,0,1235,1038,1,0,0, + 0,1235,1050,1,0,0,0,1235,1054,1,0,0,0,1235,1061,1,0,0,0,1235,1070, + 1,0,0,0,1235,1077,1,0,0,0,1235,1079,1,0,0,0,1235,1081,1,0,0,0,1235, + 1095,1,0,0,0,1235,1105,1,0,0,0,1235,1109,1,0,0,0,1235,1112,1,0,0, + 0,1235,1118,1,0,0,0,1235,1121,1,0,0,0,1235,1133,1,0,0,0,1235,1137, + 1,0,0,0,1235,1141,1,0,0,0,1235,1146,1,0,0,0,1235,1149,1,0,0,0,1235, + 1162,1,0,0,0,1235,1176,1,0,0,0,1235,1179,1,0,0,0,1235,1182,1,0,0, + 0,1235,1185,1,0,0,0,1235,1192,1,0,0,0,1235,1207,1,0,0,0,1235,1225, + 1,0,0,0,1235,1230,1,0,0,0,1236,17,1,0,0,0,1237,1239,3,20,10,0,1238, + 1237,1,0,0,0,1238,1239,1,0,0,0,1239,1240,1,0,0,0,1240,1241,3,22, + 11,0,1241,19,1,0,0,0,1242,1243,5,304,0,0,1243,1248,3,224,112,0,1244, + 1245,5,3,0,0,1245,1247,3,224,112,0,1246,1244,1,0,0,0,1247,1250,1, + 0,0,0,1248,1246,1,0,0,0,1248,1249,1,0,0,0,1249,21,1,0,0,0,1250,1248, + 1,0,0,0,1251,1253,3,24,12,0,1252,1251,1,0,0,0,1252,1253,1,0,0,0, + 1253,1254,1,0,0,0,1254,1255,3,40,20,0,1255,23,1,0,0,0,1256,1258, + 5,304,0,0,1257,1259,5,221,0,0,1258,1257,1,0,0,0,1258,1259,1,0,0, + 0,1259,1260,1,0,0,0,1260,1265,3,66,33,0,1261,1262,5,3,0,0,1262,1264, + 3,66,33,0,1263,1261,1,0,0,0,1264,1267,1,0,0,0,1265,1263,1,0,0,0, + 1265,1266,1,0,0,0,1266,25,1,0,0,0,1267,1265,1,0,0,0,1268,1271,3, + 28,14,0,1269,1271,3,30,15,0,1270,1268,1,0,0,0,1270,1269,1,0,0,0, + 1271,27,1,0,0,0,1272,1273,3,280,140,0,1273,1276,3,184,92,0,1274, + 1275,5,182,0,0,1275,1277,5,183,0,0,1276,1274,1,0,0,0,1276,1277,1, + 0,0,0,1277,1280,1,0,0,0,1278,1279,5,46,0,0,1279,1281,3,168,84,0, + 1280,1278,1,0,0,0,1280,1281,1,0,0,0,1281,1284,1,0,0,0,1282,1283, + 5,304,0,0,1283,1285,3,32,16,0,1284,1282,1,0,0,0,1284,1285,1,0,0, + 0,1285,29,1,0,0,0,1286,1287,5,154,0,0,1287,1290,3,256,128,0,1288, + 1289,7,3,0,0,1289,1291,5,216,0,0,1290,1288,1,0,0,0,1290,1291,1,0, + 0,0,1291,31,1,0,0,0,1292,1293,5,1,0,0,1293,1294,3,34,17,0,1294,1295, + 5,2,0,0,1295,33,1,0,0,0,1296,1301,3,36,18,0,1297,1298,5,3,0,0,1298, + 1300,3,36,18,0,1299,1297,1,0,0,0,1300,1303,1,0,0,0,1301,1299,1,0, + 0,0,1301,1302,1,0,0,0,1302,35,1,0,0,0,1303,1301,1,0,0,0,1304,1305, + 3,296,148,0,1305,1306,5,312,0,0,1306,1307,3,38,19,0,1307,37,1,0, + 0,0,1308,1311,5,70,0,0,1309,1311,3,136,68,0,1310,1308,1,0,0,0,1310, + 1309,1,0,0,0,1311,39,1,0,0,0,1312,1323,3,46,23,0,1313,1314,5,195, + 0,0,1314,1315,5,36,0,0,1315,1320,3,50,25,0,1316,1317,5,3,0,0,1317, + 1319,3,50,25,0,1318,1316,1,0,0,0,1319,1322,1,0,0,0,1320,1318,1,0, + 0,0,1320,1321,1,0,0,0,1321,1324,1,0,0,0,1322,1320,1,0,0,0,1323,1313, + 1,0,0,0,1323,1324,1,0,0,0,1324,1330,1,0,0,0,1325,1326,5,188,0,0, + 1326,1328,3,44,22,0,1327,1329,7,4,0,0,1328,1327,1,0,0,0,1328,1329, + 1,0,0,0,1329,1331,1,0,0,0,1330,1325,1,0,0,0,1330,1331,1,0,0,0,1331, + 1345,1,0,0,0,1332,1333,5,155,0,0,1333,1346,3,42,21,0,1334,1335,5, + 98,0,0,1335,1337,7,5,0,0,1336,1338,3,44,22,0,1337,1336,1,0,0,0,1337, + 1338,1,0,0,0,1338,1339,1,0,0,0,1339,1343,7,4,0,0,1340,1344,5,192, + 0,0,1341,1342,5,304,0,0,1342,1344,5,266,0,0,1343,1340,1,0,0,0,1343, + 1341,1,0,0,0,1344,1346,1,0,0,0,1345,1332,1,0,0,0,1345,1334,1,0,0, + 0,1345,1346,1,0,0,0,1346,41,1,0,0,0,1347,1350,5,22,0,0,1348,1350, + 3,44,22,0,1349,1347,1,0,0,0,1349,1348,1,0,0,0,1350,43,1,0,0,0,1351, + 1352,7,6,0,0,1352,45,1,0,0,0,1353,1354,6,23,-1,0,1354,1355,3,48, + 24,0,1355,1370,1,0,0,0,1356,1357,10,2,0,0,1357,1359,5,128,0,0,1358, + 1360,3,68,34,0,1359,1358,1,0,0,0,1359,1360,1,0,0,0,1360,1361,1,0, + 0,0,1361,1369,3,46,23,3,1362,1363,10,1,0,0,1363,1365,7,7,0,0,1364, + 1366,3,68,34,0,1365,1364,1,0,0,0,1365,1366,1,0,0,0,1366,1367,1,0, + 0,0,1367,1369,3,46,23,2,1368,1356,1,0,0,0,1368,1362,1,0,0,0,1369, + 1372,1,0,0,0,1370,1368,1,0,0,0,1370,1371,1,0,0,0,1371,47,1,0,0,0, + 1372,1370,1,0,0,0,1373,1390,3,52,26,0,1374,1375,5,260,0,0,1375,1390, + 3,256,128,0,1376,1377,5,296,0,0,1377,1382,3,136,68,0,1378,1379,5, + 3,0,0,1379,1381,3,136,68,0,1380,1378,1,0,0,0,1381,1384,1,0,0,0,1382, + 1380,1,0,0,0,1382,1383,1,0,0,0,1383,1390,1,0,0,0,1384,1382,1,0,0, + 0,1385,1386,5,1,0,0,1386,1387,3,40,20,0,1387,1388,5,2,0,0,1388,1390, + 1,0,0,0,1389,1373,1,0,0,0,1389,1374,1,0,0,0,1389,1376,1,0,0,0,1389, + 1385,1,0,0,0,1390,49,1,0,0,0,1391,1394,3,276,138,0,1392,1394,3,136, + 68,0,1393,1391,1,0,0,0,1393,1392,1,0,0,0,1394,1396,1,0,0,0,1395, + 1397,7,8,0,0,1396,1395,1,0,0,0,1396,1397,1,0,0,0,1397,1400,1,0,0, + 0,1398,1399,5,185,0,0,1399,1401,7,9,0,0,1400,1398,1,0,0,0,1400,1401, + 1,0,0,0,1401,51,1,0,0,0,1402,1404,5,248,0,0,1403,1405,3,68,34,0, + 1404,1403,1,0,0,0,1404,1405,1,0,0,0,1405,1406,1,0,0,0,1406,1411, + 3,70,35,0,1407,1408,5,3,0,0,1408,1410,3,70,35,0,1409,1407,1,0,0, + 0,1410,1413,1,0,0,0,1411,1409,1,0,0,0,1411,1412,1,0,0,0,1412,1423, + 1,0,0,0,1413,1411,1,0,0,0,1414,1415,5,105,0,0,1415,1420,3,72,36, + 0,1416,1417,5,3,0,0,1417,1419,3,72,36,0,1418,1416,1,0,0,0,1419,1422, + 1,0,0,0,1420,1418,1,0,0,0,1420,1421,1,0,0,0,1421,1424,1,0,0,0,1422, + 1420,1,0,0,0,1423,1414,1,0,0,0,1423,1424,1,0,0,0,1424,1427,1,0,0, + 0,1425,1426,5,301,0,0,1426,1428,3,138,69,0,1427,1425,1,0,0,0,1427, + 1428,1,0,0,0,1428,1432,1,0,0,0,1429,1430,5,114,0,0,1430,1431,5,36, + 0,0,1431,1433,3,54,27,0,1432,1429,1,0,0,0,1432,1433,1,0,0,0,1433, + 1436,1,0,0,0,1434,1435,5,117,0,0,1435,1437,3,138,69,0,1436,1434, + 1,0,0,0,1436,1437,1,0,0,0,1437,1447,1,0,0,0,1438,1439,5,303,0,0, + 1439,1444,3,62,31,0,1440,1441,5,3,0,0,1441,1443,3,62,31,0,1442,1440, + 1,0,0,0,1443,1446,1,0,0,0,1444,1442,1,0,0,0,1444,1445,1,0,0,0,1445, + 1448,1,0,0,0,1446,1444,1,0,0,0,1447,1438,1,0,0,0,1447,1448,1,0,0, + 0,1448,53,1,0,0,0,1449,1451,3,68,34,0,1450,1449,1,0,0,0,1450,1451, + 1,0,0,0,1451,1452,1,0,0,0,1452,1457,3,56,28,0,1453,1454,5,3,0,0, + 1454,1456,3,56,28,0,1455,1453,1,0,0,0,1456,1459,1,0,0,0,1457,1455, + 1,0,0,0,1457,1458,1,0,0,0,1458,55,1,0,0,0,1459,1457,1,0,0,0,1460, + 1501,3,58,29,0,1461,1462,5,238,0,0,1462,1471,5,1,0,0,1463,1468,3, + 58,29,0,1464,1465,5,3,0,0,1465,1467,3,58,29,0,1466,1464,1,0,0,0, + 1467,1470,1,0,0,0,1468,1466,1,0,0,0,1468,1469,1,0,0,0,1469,1472, + 1,0,0,0,1470,1468,1,0,0,0,1471,1463,1,0,0,0,1471,1472,1,0,0,0,1472, + 1473,1,0,0,0,1473,1501,5,2,0,0,1474,1475,5,55,0,0,1475,1484,5,1, + 0,0,1476,1481,3,58,29,0,1477,1478,5,3,0,0,1478,1480,3,58,29,0,1479, + 1477,1,0,0,0,1480,1483,1,0,0,0,1481,1479,1,0,0,0,1481,1482,1,0,0, + 0,1482,1485,1,0,0,0,1483,1481,1,0,0,0,1484,1476,1,0,0,0,1484,1485, + 1,0,0,0,1485,1486,1,0,0,0,1486,1501,5,2,0,0,1487,1488,5,115,0,0, + 1488,1489,5,252,0,0,1489,1490,5,1,0,0,1490,1495,3,58,29,0,1491,1492, + 5,3,0,0,1492,1494,3,58,29,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,2,0,0,1499,1501,1,0,0,0,1500,1460,1,0,0,0,1500, + 1461,1,0,0,0,1500,1474,1,0,0,0,1500,1487,1,0,0,0,1501,57,1,0,0,0, + 1502,1511,5,1,0,0,1503,1508,3,60,30,0,1504,1505,5,3,0,0,1505,1507, + 3,60,30,0,1506,1504,1,0,0,0,1507,1510,1,0,0,0,1508,1506,1,0,0,0, + 1508,1509,1,0,0,0,1509,1512,1,0,0,0,1510,1508,1,0,0,0,1511,1503, + 1,0,0,0,1511,1512,1,0,0,0,1512,1513,1,0,0,0,1513,1516,5,2,0,0,1514, + 1516,3,60,30,0,1515,1502,1,0,0,0,1515,1514,1,0,0,0,1516,59,1,0,0, + 0,1517,1520,3,276,138,0,1518,1520,3,136,68,0,1519,1517,1,0,0,0,1519, + 1518,1,0,0,0,1520,61,1,0,0,0,1521,1522,3,296,148,0,1522,1523,5,28, + 0,0,1523,1524,5,1,0,0,1524,1525,3,64,32,0,1525,1526,5,2,0,0,1526, + 63,1,0,0,0,1527,1529,3,296,148,0,1528,1527,1,0,0,0,1528,1529,1,0, + 0,0,1529,1540,1,0,0,0,1530,1531,5,201,0,0,1531,1532,5,36,0,0,1532, + 1537,3,136,68,0,1533,1534,5,3,0,0,1534,1536,3,136,68,0,1535,1533, + 1,0,0,0,1536,1539,1,0,0,0,1537,1535,1,0,0,0,1537,1538,1,0,0,0,1538, + 1541,1,0,0,0,1539,1537,1,0,0,0,1540,1530,1,0,0,0,1540,1541,1,0,0, + 0,1541,1552,1,0,0,0,1542,1543,5,195,0,0,1543,1544,5,36,0,0,1544, + 1549,3,50,25,0,1545,1546,5,3,0,0,1546,1548,3,50,25,0,1547,1545,1, + 0,0,0,1548,1551,1,0,0,0,1549,1547,1,0,0,0,1549,1550,1,0,0,0,1550, + 1553,1,0,0,0,1551,1549,1,0,0,0,1552,1542,1,0,0,0,1552,1553,1,0,0, + 0,1553,1555,1,0,0,0,1554,1556,3,198,99,0,1555,1554,1,0,0,0,1555, + 1556,1,0,0,0,1556,65,1,0,0,0,1557,1559,3,296,148,0,1558,1560,3,108, + 54,0,1559,1558,1,0,0,0,1559,1560,1,0,0,0,1560,1561,1,0,0,0,1561, + 1562,5,28,0,0,1562,1563,5,1,0,0,1563,1564,3,22,11,0,1564,1565,5, + 2,0,0,1565,67,1,0,0,0,1566,1567,7,10,0,0,1567,69,1,0,0,0,1568,1587, + 5,320,0,0,1569,1570,3,144,72,0,1570,1571,5,4,0,0,1571,1574,5,320, + 0,0,1572,1573,5,28,0,0,1573,1575,3,108,54,0,1574,1572,1,0,0,0,1574, + 1575,1,0,0,0,1575,1587,1,0,0,0,1576,1579,3,276,138,0,1577,1579,3, + 136,68,0,1578,1576,1,0,0,0,1578,1577,1,0,0,0,1579,1584,1,0,0,0,1580, + 1582,5,28,0,0,1581,1580,1,0,0,0,1581,1582,1,0,0,0,1582,1583,1,0, + 0,0,1583,1585,3,296,148,0,1584,1581,1,0,0,0,1584,1585,1,0,0,0,1585, + 1587,1,0,0,0,1586,1568,1,0,0,0,1586,1569,1,0,0,0,1586,1578,1,0,0, + 0,1587,71,1,0,0,0,1588,1589,6,36,-1,0,1589,1590,3,78,39,0,1590,1609, + 1,0,0,0,1591,1605,10,2,0,0,1592,1593,5,54,0,0,1593,1594,5,136,0, + 0,1594,1606,3,78,39,0,1595,1596,3,74,37,0,1596,1597,5,136,0,0,1597, + 1598,3,72,36,0,1598,1599,3,76,38,0,1599,1606,1,0,0,0,1600,1601,5, + 172,0,0,1601,1602,3,74,37,0,1602,1603,5,136,0,0,1603,1604,3,78,39, + 0,1604,1606,1,0,0,0,1605,1592,1,0,0,0,1605,1595,1,0,0,0,1605,1600, + 1,0,0,0,1606,1608,1,0,0,0,1607,1591,1,0,0,0,1608,1611,1,0,0,0,1609, + 1607,1,0,0,0,1609,1610,1,0,0,0,1610,73,1,0,0,0,1611,1609,1,0,0,0, + 1612,1614,5,125,0,0,1613,1612,1,0,0,0,1613,1614,1,0,0,0,1614,1628, + 1,0,0,0,1615,1617,5,152,0,0,1616,1618,5,197,0,0,1617,1616,1,0,0, + 0,1617,1618,1,0,0,0,1618,1628,1,0,0,0,1619,1621,5,234,0,0,1620,1622, + 5,197,0,0,1621,1620,1,0,0,0,1621,1622,1,0,0,0,1622,1628,1,0,0,0, + 1623,1625,5,106,0,0,1624,1626,5,197,0,0,1625,1624,1,0,0,0,1625,1626, + 1,0,0,0,1626,1628,1,0,0,0,1627,1613,1,0,0,0,1627,1615,1,0,0,0,1627, + 1619,1,0,0,0,1627,1623,1,0,0,0,1628,75,1,0,0,0,1629,1630,5,190,0, + 0,1630,1644,3,138,69,0,1631,1632,5,290,0,0,1632,1633,5,1,0,0,1633, + 1638,3,296,148,0,1634,1635,5,3,0,0,1635,1637,3,296,148,0,1636,1634, + 1,0,0,0,1637,1640,1,0,0,0,1638,1636,1,0,0,0,1638,1639,1,0,0,0,1639, + 1641,1,0,0,0,1640,1638,1,0,0,0,1641,1642,5,2,0,0,1642,1644,1,0,0, + 0,1643,1629,1,0,0,0,1643,1631,1,0,0,0,1644,77,1,0,0,0,1645,1652, + 3,88,44,0,1646,1647,5,262,0,0,1647,1648,3,80,40,0,1648,1649,5,1, + 0,0,1649,1650,3,136,68,0,1650,1651,5,2,0,0,1651,1653,1,0,0,0,1652, + 1646,1,0,0,0,1652,1653,1,0,0,0,1653,79,1,0,0,0,1654,1655,7,11,0, + 0,1655,81,1,0,0,0,1656,1657,7,12,0,0,1657,83,1,0,0,0,1658,1665,5, + 89,0,0,1659,1661,5,274,0,0,1660,1662,3,168,84,0,1661,1660,1,0,0, + 0,1661,1662,1,0,0,0,1662,1663,1,0,0,0,1663,1665,3,86,43,0,1664,1658, + 1,0,0,0,1664,1659,1,0,0,0,1665,85,1,0,0,0,1666,1667,5,304,0,0,1667, + 1671,5,51,0,0,1668,1669,5,306,0,0,1669,1671,5,51,0,0,1670,1666,1, + 0,0,0,1670,1668,1,0,0,0,1671,87,1,0,0,0,1672,1755,3,102,51,0,1673, + 1674,5,166,0,0,1674,1685,5,1,0,0,1675,1676,5,201,0,0,1676,1677,5, + 36,0,0,1677,1682,3,136,68,0,1678,1679,5,3,0,0,1679,1681,3,136,68, + 0,1680,1678,1,0,0,0,1681,1684,1,0,0,0,1682,1680,1,0,0,0,1682,1683, + 1,0,0,0,1683,1686,1,0,0,0,1684,1682,1,0,0,0,1685,1675,1,0,0,0,1685, + 1686,1,0,0,0,1686,1697,1,0,0,0,1687,1688,5,195,0,0,1688,1689,5,36, + 0,0,1689,1694,3,50,25,0,1690,1691,5,3,0,0,1691,1693,3,50,25,0,1692, + 1690,1,0,0,0,1693,1696,1,0,0,0,1694,1692,1,0,0,0,1694,1695,1,0,0, + 0,1695,1698,1,0,0,0,1696,1694,1,0,0,0,1697,1687,1,0,0,0,1697,1698, + 1,0,0,0,1698,1708,1,0,0,0,1699,1700,5,168,0,0,1700,1705,3,90,45, + 0,1701,1702,5,3,0,0,1702,1704,3,90,45,0,1703,1701,1,0,0,0,1704,1707, + 1,0,0,0,1705,1703,1,0,0,0,1705,1706,1,0,0,0,1706,1709,1,0,0,0,1707, + 1705,1,0,0,0,1708,1699,1,0,0,0,1708,1709,1,0,0,0,1709,1711,1,0,0, + 0,1710,1712,3,92,46,0,1711,1710,1,0,0,0,1711,1712,1,0,0,0,1712,1716, + 1,0,0,0,1713,1714,5,21,0,0,1714,1715,5,163,0,0,1715,1717,3,96,48, + 0,1716,1713,1,0,0,0,1716,1717,1,0,0,0,1717,1719,1,0,0,0,1718,1720, + 7,13,0,0,1719,1718,1,0,0,0,1719,1720,1,0,0,0,1720,1721,1,0,0,0,1721, + 1722,5,206,0,0,1722,1723,5,1,0,0,1723,1724,3,204,102,0,1724,1734, + 5,2,0,0,1725,1726,5,257,0,0,1726,1731,3,98,49,0,1727,1728,5,3,0, + 0,1728,1730,3,98,49,0,1729,1727,1,0,0,0,1730,1733,1,0,0,0,1731,1729, + 1,0,0,0,1731,1732,1,0,0,0,1732,1735,1,0,0,0,1733,1731,1,0,0,0,1734, + 1725,1,0,0,0,1734,1735,1,0,0,0,1735,1736,1,0,0,0,1736,1737,5,71, + 0,0,1737,1742,3,100,50,0,1738,1739,5,3,0,0,1739,1741,3,100,50,0, + 1740,1738,1,0,0,0,1741,1744,1,0,0,0,1742,1740,1,0,0,0,1742,1743, + 1,0,0,0,1743,1745,1,0,0,0,1744,1742,1,0,0,0,1745,1753,5,2,0,0,1746, + 1748,5,28,0,0,1747,1746,1,0,0,0,1747,1748,1,0,0,0,1748,1749,1,0, + 0,0,1749,1751,3,296,148,0,1750,1752,3,108,54,0,1751,1750,1,0,0,0, + 1751,1752,1,0,0,0,1752,1754,1,0,0,0,1753,1747,1,0,0,0,1753,1754, + 1,0,0,0,1754,1756,1,0,0,0,1755,1673,1,0,0,0,1755,1756,1,0,0,0,1756, + 89,1,0,0,0,1757,1758,3,136,68,0,1758,1759,5,28,0,0,1759,1760,3,296, + 148,0,1760,91,1,0,0,0,1761,1762,5,191,0,0,1762,1763,5,239,0,0,1763, + 1764,5,207,0,0,1764,1773,5,163,0,0,1765,1766,5,22,0,0,1766,1767, + 5,240,0,0,1767,1768,5,207,0,0,1768,1770,5,163,0,0,1769,1771,3,94, + 47,0,1770,1769,1,0,0,0,1770,1771,1,0,0,0,1771,1773,1,0,0,0,1772, + 1761,1,0,0,0,1772,1765,1,0,0,0,1773,93,1,0,0,0,1774,1775,5,253,0, + 0,1775,1776,5,85,0,0,1776,1784,5,165,0,0,1777,1778,5,189,0,0,1778, + 1779,5,85,0,0,1779,1784,5,165,0,0,1780,1781,5,304,0,0,1781,1782, + 5,284,0,0,1782,1784,5,240,0,0,1783,1774,1,0,0,0,1783,1777,1,0,0, + 0,1783,1780,1,0,0,0,1784,95,1,0,0,0,1785,1786,5,5,0,0,1786,1787, + 5,269,0,0,1787,1788,5,174,0,0,1788,1805,5,239,0,0,1789,1790,5,5, + 0,0,1790,1791,5,204,0,0,1791,1792,5,148,0,0,1792,1805,5,239,0,0, + 1793,1794,5,5,0,0,1794,1795,5,269,0,0,1795,1796,5,101,0,0,1796,1805, + 3,296,148,0,1797,1798,5,5,0,0,1798,1799,5,269,0,0,1799,1800,5,148, + 0,0,1800,1805,3,296,148,0,1801,1802,5,5,0,0,1802,1803,5,269,0,0, + 1803,1805,3,296,148,0,1804,1785,1,0,0,0,1804,1789,1,0,0,0,1804,1793, + 1,0,0,0,1804,1797,1,0,0,0,1804,1801,1,0,0,0,1805,97,1,0,0,0,1806, + 1807,3,296,148,0,1807,1808,5,312,0,0,1808,1809,5,1,0,0,1809,1814, + 3,296,148,0,1810,1811,5,3,0,0,1811,1813,3,296,148,0,1812,1810,1, + 0,0,0,1813,1816,1,0,0,0,1814,1812,1,0,0,0,1814,1815,1,0,0,0,1815, + 1817,1,0,0,0,1816,1814,1,0,0,0,1817,1818,5,2,0,0,1818,99,1,0,0,0, + 1819,1820,3,296,148,0,1820,1821,5,28,0,0,1821,1822,3,136,68,0,1822, + 101,1,0,0,0,1823,1831,3,110,55,0,1824,1826,5,28,0,0,1825,1824,1, + 0,0,0,1825,1826,1,0,0,0,1826,1827,1,0,0,0,1827,1829,3,296,148,0, + 1828,1830,3,108,54,0,1829,1828,1,0,0,0,1829,1830,1,0,0,0,1830,1832, + 1,0,0,0,1831,1825,1,0,0,0,1831,1832,1,0,0,0,1832,103,1,0,0,0,1833, + 1834,5,1,0,0,1834,1839,3,280,140,0,1835,1836,5,3,0,0,1836,1838,3, + 280,140,0,1837,1835,1,0,0,0,1838,1841,1,0,0,0,1839,1837,1,0,0,0, + 1839,1840,1,0,0,0,1840,1842,1,0,0,0,1841,1839,1,0,0,0,1842,1843, + 5,2,0,0,1843,105,1,0,0,0,1844,1845,5,1,0,0,1845,1850,3,276,138,0, + 1846,1847,5,3,0,0,1847,1849,3,276,138,0,1848,1846,1,0,0,0,1849,1852, + 1,0,0,0,1850,1848,1,0,0,0,1850,1851,1,0,0,0,1851,1853,1,0,0,0,1852, + 1850,1,0,0,0,1853,1854,5,2,0,0,1854,107,1,0,0,0,1855,1856,5,1,0, + 0,1856,1861,3,296,148,0,1857,1858,5,3,0,0,1858,1860,3,296,148,0, + 1859,1857,1,0,0,0,1860,1863,1,0,0,0,1861,1859,1,0,0,0,1861,1862, + 1,0,0,0,1862,1864,1,0,0,0,1863,1861,1,0,0,0,1864,1865,5,2,0,0,1865, + 109,1,0,0,0,1866,1868,3,254,127,0,1867,1869,3,284,142,0,1868,1867, + 1,0,0,0,1868,1869,1,0,0,0,1869,1938,1,0,0,0,1870,1871,5,1,0,0,1871, + 1872,3,22,11,0,1872,1873,5,2,0,0,1873,1938,1,0,0,0,1874,1875,5,285, + 0,0,1875,1876,5,1,0,0,1876,1881,3,136,68,0,1877,1878,5,3,0,0,1878, + 1880,3,136,68,0,1879,1877,1,0,0,0,1880,1883,1,0,0,0,1881,1879,1, + 0,0,0,1881,1882,1,0,0,0,1882,1884,1,0,0,0,1883,1881,1,0,0,0,1884, + 1887,5,2,0,0,1885,1886,5,304,0,0,1886,1888,5,196,0,0,1887,1885,1, + 0,0,0,1887,1888,1,0,0,0,1888,1938,1,0,0,0,1889,1890,5,149,0,0,1890, + 1891,5,1,0,0,1891,1892,3,22,11,0,1892,1893,5,2,0,0,1893,1938,1,0, + 0,0,1894,1895,5,260,0,0,1895,1896,5,1,0,0,1896,1897,3,122,61,0,1897, + 1898,5,2,0,0,1898,1938,1,0,0,0,1899,1900,5,1,0,0,1900,1901,3,72, + 36,0,1901,1902,5,2,0,0,1902,1938,1,0,0,0,1903,1904,5,142,0,0,1904, + 1905,5,1,0,0,1905,1906,3,146,73,0,1906,1907,5,45,0,0,1907,1908,5, + 1,0,0,1908,1913,3,112,56,0,1909,1910,5,3,0,0,1910,1912,3,112,56, + 0,1911,1909,1,0,0,0,1912,1915,1,0,0,0,1913,1911,1,0,0,0,1913,1914, + 1,0,0,0,1914,1916,1,0,0,0,1915,1913,1,0,0,0,1916,1928,5,2,0,0,1917, + 1918,5,210,0,0,1918,1919,5,1,0,0,1919,1920,3,114,57,0,1920,1921, + 5,2,0,0,1921,1929,1,0,0,0,1922,1923,5,210,0,0,1923,1924,5,70,0,0, + 1924,1925,5,1,0,0,1925,1926,3,120,60,0,1926,1927,5,2,0,0,1927,1929, + 1,0,0,0,1928,1917,1,0,0,0,1928,1922,1,0,0,0,1928,1929,1,0,0,0,1929, + 1933,1,0,0,0,1930,1931,7,14,0,0,1931,1932,5,190,0,0,1932,1934,5, + 89,0,0,1933,1930,1,0,0,0,1933,1934,1,0,0,0,1934,1935,1,0,0,0,1935, + 1936,5,2,0,0,1936,1938,1,0,0,0,1937,1866,1,0,0,0,1937,1870,1,0,0, + 0,1937,1874,1,0,0,0,1937,1889,1,0,0,0,1937,1894,1,0,0,0,1937,1899, + 1,0,0,0,1937,1903,1,0,0,0,1938,111,1,0,0,0,1939,1940,3,296,148,0, + 1940,1941,5,103,0,0,1941,1942,5,196,0,0,1942,2017,1,0,0,0,1943,1944, + 3,296,148,0,1944,1947,3,184,92,0,1945,1946,5,205,0,0,1946,1948,3, + 168,84,0,1947,1945,1,0,0,0,1947,1948,1,0,0,0,1948,1953,1,0,0,0,1949, + 1950,3,156,78,0,1950,1951,5,190,0,0,1951,1952,5,85,0,0,1952,1954, + 1,0,0,0,1953,1949,1,0,0,0,1953,1954,1,0,0,0,1954,1959,1,0,0,0,1955, + 1956,3,156,78,0,1956,1957,5,190,0,0,1957,1958,5,89,0,0,1958,1960, + 1,0,0,0,1959,1955,1,0,0,0,1959,1960,1,0,0,0,1960,2017,1,0,0,0,1961, + 1962,3,296,148,0,1962,1963,3,184,92,0,1963,1964,5,104,0,0,1964,1967, + 3,150,75,0,1965,1966,5,205,0,0,1966,1968,3,168,84,0,1967,1965,1, + 0,0,0,1967,1968,1,0,0,0,1968,1972,1,0,0,0,1969,1970,3,158,79,0,1970, + 1971,5,308,0,0,1971,1973,1,0,0,0,1972,1969,1,0,0,0,1972,1973,1,0, + 0,0,1973,1981,1,0,0,0,1974,1975,7,15,0,0,1975,1979,5,218,0,0,1976, + 1977,5,190,0,0,1977,1978,5,242,0,0,1978,1980,5,264,0,0,1979,1976, + 1,0,0,0,1979,1980,1,0,0,0,1980,1982,1,0,0,0,1981,1974,1,0,0,0,1981, + 1982,1,0,0,0,1982,1987,1,0,0,0,1983,1984,3,160,80,0,1984,1985,5, + 190,0,0,1985,1986,5,85,0,0,1986,1988,1,0,0,0,1987,1983,1,0,0,0,1987, + 1988,1,0,0,0,1988,1993,1,0,0,0,1989,1990,3,160,80,0,1990,1991,5, + 190,0,0,1991,1992,5,89,0,0,1992,1994,1,0,0,0,1993,1989,1,0,0,0,1993, + 1994,1,0,0,0,1994,2017,1,0,0,0,1995,1997,5,173,0,0,1996,1998,5,205, + 0,0,1997,1996,1,0,0,0,1997,1998,1,0,0,0,1998,1999,1,0,0,0,1999,2002, + 3,168,84,0,2000,2001,5,28,0,0,2001,2003,3,296,148,0,2002,2000,1, + 0,0,0,2002,2003,1,0,0,0,2003,2004,1,0,0,0,2004,2005,5,45,0,0,2005, + 2006,5,1,0,0,2006,2011,3,112,56,0,2007,2008,5,3,0,0,2008,2010,3, + 112,56,0,2009,2007,1,0,0,0,2010,2013,1,0,0,0,2011,2009,1,0,0,0,2011, + 2012,1,0,0,0,2012,2014,1,0,0,0,2013,2011,1,0,0,0,2014,2015,5,2,0, + 0,2015,2017,1,0,0,0,2016,1939,1,0,0,0,2016,1943,1,0,0,0,2016,1961, + 1,0,0,0,2016,1995,1,0,0,0,2017,113,1,0,0,0,2018,2044,3,116,58,0, + 2019,2020,3,116,58,0,2020,2021,7,16,0,0,2021,2022,3,118,59,0,2022, + 2044,1,0,0,0,2023,2024,3,118,59,0,2024,2025,5,281,0,0,2025,2030, + 3,118,59,0,2026,2027,5,281,0,0,2027,2029,3,118,59,0,2028,2026,1, + 0,0,0,2029,2032,1,0,0,0,2030,2028,1,0,0,0,2030,2031,1,0,0,0,2031, + 2044,1,0,0,0,2032,2030,1,0,0,0,2033,2034,3,118,59,0,2034,2035,5, + 54,0,0,2035,2040,3,118,59,0,2036,2037,5,54,0,0,2037,2039,3,118,59, + 0,2038,2036,1,0,0,0,2039,2042,1,0,0,0,2040,2038,1,0,0,0,2040,2041, + 1,0,0,0,2041,2044,1,0,0,0,2042,2040,1,0,0,0,2043,2018,1,0,0,0,2043, + 2019,1,0,0,0,2043,2023,1,0,0,0,2043,2033,1,0,0,0,2044,115,1,0,0, + 0,2045,2046,3,296,148,0,2046,117,1,0,0,0,2047,2053,3,116,58,0,2048, + 2049,5,1,0,0,2049,2050,3,114,57,0,2050,2051,5,2,0,0,2051,2053,1, + 0,0,0,2052,2047,1,0,0,0,2052,2048,1,0,0,0,2053,119,1,0,0,0,2054, + 2057,7,16,0,0,2055,2056,5,3,0,0,2056,2058,7,17,0,0,2057,2055,1,0, + 0,0,2057,2058,1,0,0,0,2058,2065,1,0,0,0,2059,2062,7,17,0,0,2060, + 2061,5,3,0,0,2061,2063,7,16,0,0,2062,2060,1,0,0,0,2062,2063,1,0, + 0,0,2063,2065,1,0,0,0,2064,2054,1,0,0,0,2064,2059,1,0,0,0,2065,121, + 1,0,0,0,2066,2067,3,272,136,0,2067,2076,5,1,0,0,2068,2073,3,124, + 62,0,2069,2070,5,3,0,0,2070,2072,3,124,62,0,2071,2069,1,0,0,0,2072, + 2075,1,0,0,0,2073,2071,1,0,0,0,2073,2074,1,0,0,0,2074,2077,1,0,0, + 0,2075,2073,1,0,0,0,2076,2068,1,0,0,0,2076,2077,1,0,0,0,2077,2087, + 1,0,0,0,2078,2079,5,52,0,0,2079,2084,3,134,67,0,2080,2081,5,3,0, + 0,2081,2083,3,134,67,0,2082,2080,1,0,0,0,2083,2086,1,0,0,0,2084, + 2082,1,0,0,0,2084,2085,1,0,0,0,2085,2088,1,0,0,0,2086,2084,1,0,0, + 0,2087,2078,1,0,0,0,2087,2088,1,0,0,0,2088,2089,1,0,0,0,2089,2090, + 5,2,0,0,2090,123,1,0,0,0,2091,2092,3,296,148,0,2092,2093,5,6,0,0, + 2093,2095,1,0,0,0,2094,2091,1,0,0,0,2094,2095,1,0,0,0,2095,2099, + 1,0,0,0,2096,2100,3,126,63,0,2097,2100,3,130,65,0,2098,2100,3,136, + 68,0,2099,2096,1,0,0,0,2099,2097,1,0,0,0,2099,2098,1,0,0,0,2100, + 125,1,0,0,0,2101,2119,3,128,64,0,2102,2103,5,201,0,0,2103,2117,5, + 36,0,0,2104,2113,5,1,0,0,2105,2110,3,136,68,0,2106,2107,5,3,0,0, + 2107,2109,3,136,68,0,2108,2106,1,0,0,0,2109,2112,1,0,0,0,2110,2108, + 1,0,0,0,2110,2111,1,0,0,0,2111,2114,1,0,0,0,2112,2110,1,0,0,0,2113, + 2105,1,0,0,0,2113,2114,1,0,0,0,2114,2115,1,0,0,0,2115,2118,5,2,0, + 0,2116,2118,3,136,68,0,2117,2104,1,0,0,0,2117,2116,1,0,0,0,2118, + 2120,1,0,0,0,2119,2102,1,0,0,0,2119,2120,1,0,0,0,2120,2127,1,0,0, + 0,2121,2122,5,217,0,0,2122,2123,5,300,0,0,2123,2128,5,85,0,0,2124, + 2125,5,144,0,0,2125,2126,5,300,0,0,2126,2128,5,85,0,0,2127,2121, + 1,0,0,0,2127,2124,1,0,0,0,2127,2128,1,0,0,0,2128,2145,1,0,0,0,2129, + 2130,5,195,0,0,2130,2143,5,36,0,0,2131,2132,5,1,0,0,2132,2137,3, + 50,25,0,2133,2134,5,3,0,0,2134,2136,3,50,25,0,2135,2133,1,0,0,0, + 2136,2139,1,0,0,0,2137,2135,1,0,0,0,2137,2138,1,0,0,0,2138,2140, + 1,0,0,0,2139,2137,1,0,0,0,2140,2141,5,2,0,0,2141,2144,1,0,0,0,2142, + 2144,3,50,25,0,2143,2131,1,0,0,0,2143,2142,1,0,0,0,2144,2146,1,0, + 0,0,2145,2129,1,0,0,0,2145,2146,1,0,0,0,2146,127,1,0,0,0,2147,2148, + 5,260,0,0,2148,2149,5,1,0,0,2149,2150,3,256,128,0,2150,2158,5,2, + 0,0,2151,2153,5,28,0,0,2152,2151,1,0,0,0,2152,2153,1,0,0,0,2153, + 2154,1,0,0,0,2154,2156,3,296,148,0,2155,2157,3,108,54,0,2156,2155, + 1,0,0,0,2156,2157,1,0,0,0,2157,2159,1,0,0,0,2158,2152,1,0,0,0,2158, + 2159,1,0,0,0,2159,2174,1,0,0,0,2160,2161,5,260,0,0,2161,2162,5,1, + 0,0,2162,2163,3,22,11,0,2163,2171,5,2,0,0,2164,2166,5,28,0,0,2165, + 2164,1,0,0,0,2165,2166,1,0,0,0,2166,2167,1,0,0,0,2167,2169,3,296, + 148,0,2168,2170,3,108,54,0,2169,2168,1,0,0,0,2169,2170,1,0,0,0,2170, + 2172,1,0,0,0,2171,2165,1,0,0,0,2171,2172,1,0,0,0,2172,2174,1,0,0, + 0,2173,2147,1,0,0,0,2173,2160,1,0,0,0,2174,129,1,0,0,0,2175,2176, + 5,77,0,0,2176,2177,5,1,0,0,2177,2182,3,132,66,0,2178,2179,5,3,0, + 0,2179,2181,3,132,66,0,2180,2178,1,0,0,0,2181,2184,1,0,0,0,2182, + 2180,1,0,0,0,2182,2183,1,0,0,0,2183,2185,1,0,0,0,2184,2182,1,0,0, + 0,2185,2186,5,2,0,0,2186,2194,1,0,0,0,2187,2188,5,41,0,0,2188,2189, + 5,1,0,0,2189,2190,5,183,0,0,2190,2191,5,28,0,0,2191,2192,5,77,0, + 0,2192,2194,5,2,0,0,2193,2175,1,0,0,0,2193,2187,1,0,0,0,2194,131, + 1,0,0,0,2195,2197,3,296,148,0,2196,2198,3,184,92,0,2197,2196,1,0, + 0,0,2197,2198,1,0,0,0,2198,133,1,0,0,0,2199,2200,5,1,0,0,2200,2201, + 3,282,141,0,2201,2202,5,3,0,0,2202,2207,3,282,141,0,2203,2204,5, + 3,0,0,2204,2206,3,282,141,0,2205,2203,1,0,0,0,2206,2209,1,0,0,0, + 2207,2205,1,0,0,0,2207,2208,1,0,0,0,2208,2210,1,0,0,0,2209,2207, + 1,0,0,0,2210,2211,5,2,0,0,2211,135,1,0,0,0,2212,2213,3,138,69,0, + 2213,137,1,0,0,0,2214,2215,6,69,-1,0,2215,2217,3,142,71,0,2216,2218, + 3,140,70,0,2217,2216,1,0,0,0,2217,2218,1,0,0,0,2218,2222,1,0,0,0, + 2219,2220,5,182,0,0,2220,2222,3,138,69,3,2221,2214,1,0,0,0,2221, + 2219,1,0,0,0,2222,2231,1,0,0,0,2223,2224,10,2,0,0,2224,2225,5,25, + 0,0,2225,2230,3,138,69,3,2226,2227,10,1,0,0,2227,2228,5,194,0,0, + 2228,2230,3,138,69,2,2229,2223,1,0,0,0,2229,2226,1,0,0,0,2230,2233, + 1,0,0,0,2231,2229,1,0,0,0,2231,2232,1,0,0,0,2232,139,1,0,0,0,2233, + 2231,1,0,0,0,2234,2235,3,172,86,0,2235,2236,3,142,71,0,2236,2296, + 1,0,0,0,2237,2238,3,172,86,0,2238,2239,3,174,87,0,2239,2240,5,1, + 0,0,2240,2241,3,22,11,0,2241,2242,5,2,0,0,2242,2296,1,0,0,0,2243, + 2245,5,182,0,0,2244,2243,1,0,0,0,2244,2245,1,0,0,0,2245,2246,1,0, + 0,0,2246,2247,5,34,0,0,2247,2248,3,142,71,0,2248,2249,5,25,0,0,2249, + 2250,3,142,71,0,2250,2296,1,0,0,0,2251,2253,5,182,0,0,2252,2251, + 1,0,0,0,2252,2253,1,0,0,0,2253,2254,1,0,0,0,2254,2255,5,122,0,0, + 2255,2256,5,1,0,0,2256,2261,3,136,68,0,2257,2258,5,3,0,0,2258,2260, + 3,136,68,0,2259,2257,1,0,0,0,2260,2263,1,0,0,0,2261,2259,1,0,0,0, + 2261,2262,1,0,0,0,2262,2264,1,0,0,0,2263,2261,1,0,0,0,2264,2265, + 5,2,0,0,2265,2296,1,0,0,0,2266,2268,5,182,0,0,2267,2266,1,0,0,0, + 2267,2268,1,0,0,0,2268,2269,1,0,0,0,2269,2270,5,122,0,0,2270,2271, + 5,1,0,0,2271,2272,3,22,11,0,2272,2273,5,2,0,0,2273,2296,1,0,0,0, + 2274,2276,5,182,0,0,2275,2274,1,0,0,0,2275,2276,1,0,0,0,2276,2277, + 1,0,0,0,2277,2278,5,154,0,0,2278,2281,3,142,71,0,2279,2280,5,90, + 0,0,2280,2282,3,142,71,0,2281,2279,1,0,0,0,2281,2282,1,0,0,0,2282, + 2296,1,0,0,0,2283,2285,5,133,0,0,2284,2286,5,182,0,0,2285,2284,1, + 0,0,0,2285,2286,1,0,0,0,2286,2287,1,0,0,0,2287,2296,5,183,0,0,2288, + 2290,5,133,0,0,2289,2291,5,182,0,0,2290,2289,1,0,0,0,2290,2291,1, + 0,0,0,2291,2292,1,0,0,0,2292,2293,5,79,0,0,2293,2294,5,105,0,0,2294, + 2296,3,142,71,0,2295,2234,1,0,0,0,2295,2237,1,0,0,0,2295,2244,1, + 0,0,0,2295,2252,1,0,0,0,2295,2267,1,0,0,0,2295,2275,1,0,0,0,2295, + 2283,1,0,0,0,2295,2288,1,0,0,0,2296,141,1,0,0,0,2297,2298,6,71,-1, + 0,2298,2302,3,144,72,0,2299,2300,7,18,0,0,2300,2302,3,142,71,4,2301, + 2297,1,0,0,0,2301,2299,1,0,0,0,2302,2317,1,0,0,0,2303,2304,10,3, + 0,0,2304,2305,7,19,0,0,2305,2316,3,142,71,4,2306,2307,10,2,0,0,2307, + 2308,7,18,0,0,2308,2316,3,142,71,3,2309,2310,10,1,0,0,2310,2311, + 5,323,0,0,2311,2316,3,142,71,2,2312,2313,10,5,0,0,2313,2314,5,30, + 0,0,2314,2316,3,170,85,0,2315,2303,1,0,0,0,2315,2306,1,0,0,0,2315, + 2309,1,0,0,0,2315,2312,1,0,0,0,2316,2319,1,0,0,0,2317,2315,1,0,0, + 0,2317,2318,1,0,0,0,2318,143,1,0,0,0,2319,2317,1,0,0,0,2320,2321, + 6,72,-1,0,2321,2774,5,183,0,0,2322,2774,3,178,89,0,2323,2324,3,278, + 139,0,2324,2325,3,168,84,0,2325,2774,1,0,0,0,2326,2327,5,82,0,0, + 2327,2328,5,213,0,0,2328,2774,3,168,84,0,2329,2774,3,298,149,0,2330, + 2774,3,176,88,0,2331,2774,3,168,84,0,2332,2774,5,328,0,0,2333,2774, + 5,324,0,0,2334,2335,5,211,0,0,2335,2336,5,1,0,0,2336,2337,3,142, + 71,0,2337,2338,5,122,0,0,2338,2339,3,142,71,0,2339,2340,5,2,0,0, + 2340,2774,1,0,0,0,2341,2342,5,1,0,0,2342,2345,3,136,68,0,2343,2344, + 5,3,0,0,2344,2346,3,136,68,0,2345,2343,1,0,0,0,2346,2347,1,0,0,0, + 2347,2345,1,0,0,0,2347,2348,1,0,0,0,2348,2349,1,0,0,0,2349,2350, + 5,2,0,0,2350,2774,1,0,0,0,2351,2352,5,239,0,0,2352,2353,5,1,0,0, + 2353,2358,3,136,68,0,2354,2355,5,3,0,0,2355,2357,3,136,68,0,2356, + 2354,1,0,0,0,2357,2360,1,0,0,0,2358,2356,1,0,0,0,2358,2359,1,0,0, + 0,2359,2361,1,0,0,0,2360,2358,1,0,0,0,2361,2362,5,2,0,0,2362,2774, + 1,0,0,0,2363,2364,5,156,0,0,2364,2366,5,1,0,0,2365,2367,3,68,34, + 0,2366,2365,1,0,0,0,2366,2367,1,0,0,0,2367,2368,1,0,0,0,2368,2371, + 3,136,68,0,2369,2370,5,3,0,0,2370,2372,3,168,84,0,2371,2369,1,0, + 0,0,2371,2372,1,0,0,0,2372,2376,1,0,0,0,2373,2374,5,190,0,0,2374, + 2375,5,200,0,0,2375,2377,3,84,42,0,2376,2373,1,0,0,0,2376,2377,1, + 0,0,0,2377,2378,1,0,0,0,2378,2379,5,2,0,0,2379,2380,5,305,0,0,2380, + 2381,5,114,0,0,2381,2382,5,1,0,0,2382,2383,5,195,0,0,2383,2384,5, + 36,0,0,2384,2389,3,50,25,0,2385,2386,5,3,0,0,2386,2388,3,50,25,0, + 2387,2385,1,0,0,0,2388,2391,1,0,0,0,2389,2387,1,0,0,0,2389,2390, + 1,0,0,0,2390,2392,1,0,0,0,2391,2389,1,0,0,0,2392,2393,5,2,0,0,2393, + 2395,1,0,0,0,2394,2396,3,192,96,0,2395,2394,1,0,0,0,2395,2396,1, + 0,0,0,2396,2774,1,0,0,0,2397,2399,3,164,82,0,2398,2397,1,0,0,0,2398, + 2399,1,0,0,0,2399,2400,1,0,0,0,2400,2401,3,272,136,0,2401,2405,5, + 1,0,0,2402,2403,3,296,148,0,2403,2404,5,4,0,0,2404,2406,1,0,0,0, + 2405,2402,1,0,0,0,2405,2406,1,0,0,0,2406,2407,1,0,0,0,2407,2408, + 5,320,0,0,2408,2410,5,2,0,0,2409,2411,3,192,96,0,2410,2409,1,0,0, + 0,2410,2411,1,0,0,0,2411,2413,1,0,0,0,2412,2414,3,196,98,0,2413, + 2412,1,0,0,0,2413,2414,1,0,0,0,2414,2774,1,0,0,0,2415,2417,3,164, + 82,0,2416,2415,1,0,0,0,2416,2417,1,0,0,0,2417,2418,1,0,0,0,2418, + 2419,3,272,136,0,2419,2431,5,1,0,0,2420,2422,3,68,34,0,2421,2420, + 1,0,0,0,2421,2422,1,0,0,0,2422,2423,1,0,0,0,2423,2428,3,136,68,0, + 2424,2425,5,3,0,0,2425,2427,3,136,68,0,2426,2424,1,0,0,0,2427,2430, + 1,0,0,0,2428,2426,1,0,0,0,2428,2429,1,0,0,0,2429,2432,1,0,0,0,2430, + 2428,1,0,0,0,2431,2421,1,0,0,0,2431,2432,1,0,0,0,2432,2443,1,0,0, + 0,2433,2434,5,195,0,0,2434,2435,5,36,0,0,2435,2440,3,50,25,0,2436, + 2437,5,3,0,0,2437,2439,3,50,25,0,2438,2436,1,0,0,0,2439,2442,1,0, + 0,0,2440,2438,1,0,0,0,2440,2441,1,0,0,0,2441,2444,1,0,0,0,2442,2440, + 1,0,0,0,2443,2433,1,0,0,0,2443,2444,1,0,0,0,2444,2445,1,0,0,0,2445, + 2447,5,2,0,0,2446,2448,3,192,96,0,2447,2446,1,0,0,0,2447,2448,1, + 0,0,0,2448,2453,1,0,0,0,2449,2451,3,166,83,0,2450,2449,1,0,0,0,2450, + 2451,1,0,0,0,2451,2452,1,0,0,0,2452,2454,3,196,98,0,2453,2450,1, + 0,0,0,2453,2454,1,0,0,0,2454,2774,1,0,0,0,2455,2456,3,296,148,0, + 2456,2457,3,196,98,0,2457,2774,1,0,0,0,2458,2459,3,296,148,0,2459, + 2460,5,7,0,0,2460,2461,3,136,68,0,2461,2774,1,0,0,0,2462,2471,5, + 1,0,0,2463,2468,3,296,148,0,2464,2465,5,3,0,0,2465,2467,3,296,148, + 0,2466,2464,1,0,0,0,2467,2470,1,0,0,0,2468,2466,1,0,0,0,2468,2469, + 1,0,0,0,2469,2472,1,0,0,0,2470,2468,1,0,0,0,2471,2463,1,0,0,0,2471, + 2472,1,0,0,0,2472,2473,1,0,0,0,2473,2474,5,2,0,0,2474,2475,5,7,0, + 0,2475,2774,3,136,68,0,2476,2477,5,1,0,0,2477,2478,3,22,11,0,2478, + 2479,5,2,0,0,2479,2774,1,0,0,0,2480,2481,5,94,0,0,2481,2482,5,1, + 0,0,2482,2483,3,22,11,0,2483,2484,5,2,0,0,2484,2774,1,0,0,0,2485, + 2486,5,40,0,0,2486,2488,3,136,68,0,2487,2489,3,190,95,0,2488,2487, + 1,0,0,0,2489,2490,1,0,0,0,2490,2488,1,0,0,0,2490,2491,1,0,0,0,2491, + 2494,1,0,0,0,2492,2493,5,84,0,0,2493,2495,3,136,68,0,2494,2492,1, + 0,0,0,2494,2495,1,0,0,0,2495,2496,1,0,0,0,2496,2497,5,88,0,0,2497, + 2774,1,0,0,0,2498,2500,5,40,0,0,2499,2501,3,190,95,0,2500,2499,1, + 0,0,0,2501,2502,1,0,0,0,2502,2500,1,0,0,0,2502,2503,1,0,0,0,2503, + 2506,1,0,0,0,2504,2505,5,84,0,0,2505,2507,3,136,68,0,2506,2504,1, + 0,0,0,2506,2507,1,0,0,0,2507,2508,1,0,0,0,2508,2509,5,88,0,0,2509, + 2774,1,0,0,0,2510,2511,5,41,0,0,2511,2512,5,1,0,0,2512,2513,3,136, + 68,0,2513,2514,5,28,0,0,2514,2515,3,184,92,0,2515,2516,5,2,0,0,2516, + 2774,1,0,0,0,2517,2518,5,275,0,0,2518,2519,5,1,0,0,2519,2520,3,136, + 68,0,2520,2521,5,28,0,0,2521,2522,3,184,92,0,2522,2523,5,2,0,0,2523, + 2774,1,0,0,0,2524,2525,5,27,0,0,2525,2534,5,8,0,0,2526,2531,3,136, + 68,0,2527,2528,5,3,0,0,2528,2530,3,136,68,0,2529,2527,1,0,0,0,2530, + 2533,1,0,0,0,2531,2529,1,0,0,0,2531,2532,1,0,0,0,2532,2535,1,0,0, + 0,2533,2531,1,0,0,0,2534,2526,1,0,0,0,2534,2535,1,0,0,0,2535,2536, + 1,0,0,0,2536,2774,5,9,0,0,2537,2774,3,278,139,0,2538,2774,5,58,0, + 0,2539,2543,5,62,0,0,2540,2541,5,1,0,0,2541,2542,5,329,0,0,2542, + 2544,5,2,0,0,2543,2540,1,0,0,0,2543,2544,1,0,0,0,2544,2774,1,0,0, + 0,2545,2549,5,63,0,0,2546,2547,5,1,0,0,2547,2548,5,329,0,0,2548, + 2550,5,2,0,0,2549,2546,1,0,0,0,2549,2550,1,0,0,0,2550,2774,1,0,0, + 0,2551,2555,5,158,0,0,2552,2553,5,1,0,0,2553,2554,5,329,0,0,2554, + 2556,5,2,0,0,2555,2552,1,0,0,0,2555,2556,1,0,0,0,2556,2774,1,0,0, + 0,2557,2561,5,159,0,0,2558,2559,5,1,0,0,2559,2560,5,329,0,0,2560, + 2562,5,2,0,0,2561,2558,1,0,0,0,2561,2562,1,0,0,0,2562,2774,1,0,0, + 0,2563,2774,5,64,0,0,2564,2774,5,57,0,0,2565,2774,5,61,0,0,2566, + 2774,5,59,0,0,2567,2568,5,272,0,0,2568,2576,5,1,0,0,2569,2571,3, + 82,41,0,2570,2569,1,0,0,0,2570,2571,1,0,0,0,2571,2573,1,0,0,0,2572, + 2574,3,142,71,0,2573,2572,1,0,0,0,2573,2574,1,0,0,0,2574,2575,1, + 0,0,0,2575,2577,5,105,0,0,2576,2570,1,0,0,0,2576,2577,1,0,0,0,2577, + 2578,1,0,0,0,2578,2579,3,142,71,0,2579,2580,5,2,0,0,2580,2774,1, + 0,0,0,2581,2582,5,272,0,0,2582,2583,5,1,0,0,2583,2584,3,142,71,0, + 2584,2585,5,3,0,0,2585,2586,3,142,71,0,2586,2587,5,2,0,0,2587,2774, + 1,0,0,0,2588,2589,5,258,0,0,2589,2590,5,1,0,0,2590,2591,3,142,71, + 0,2591,2592,5,105,0,0,2592,2595,3,142,71,0,2593,2594,5,103,0,0,2594, + 2596,3,142,71,0,2595,2593,1,0,0,0,2595,2596,1,0,0,0,2596,2597,1, + 0,0,0,2597,2598,5,2,0,0,2598,2774,1,0,0,0,2599,2600,5,181,0,0,2600, + 2601,5,1,0,0,2601,2604,3,142,71,0,2602,2603,5,3,0,0,2603,2605,3, + 182,91,0,2604,2602,1,0,0,0,2604,2605,1,0,0,0,2605,2606,1,0,0,0,2606, + 2607,5,2,0,0,2607,2774,1,0,0,0,2608,2609,5,96,0,0,2609,2610,5,1, + 0,0,2610,2611,3,296,148,0,2611,2612,5,105,0,0,2612,2613,3,142,71, + 0,2613,2614,5,2,0,0,2614,2774,1,0,0,0,2615,2616,5,1,0,0,2616,2617, + 3,136,68,0,2617,2618,5,2,0,0,2618,2774,1,0,0,0,2619,2620,5,115,0, + 0,2620,2629,5,1,0,0,2621,2626,3,282,141,0,2622,2623,5,3,0,0,2623, + 2625,3,282,141,0,2624,2622,1,0,0,0,2625,2628,1,0,0,0,2626,2624,1, + 0,0,0,2626,2627,1,0,0,0,2627,2630,1,0,0,0,2628,2626,1,0,0,0,2629, + 2621,1,0,0,0,2629,2630,1,0,0,0,2630,2631,1,0,0,0,2631,2774,5,2,0, + 0,2632,2633,5,139,0,0,2633,2634,5,1,0,0,2634,2639,3,146,73,0,2635, + 2636,3,154,77,0,2636,2637,5,190,0,0,2637,2638,5,89,0,0,2638,2640, + 1,0,0,0,2639,2635,1,0,0,0,2639,2640,1,0,0,0,2640,2641,1,0,0,0,2641, + 2642,5,2,0,0,2642,2774,1,0,0,0,2643,2644,5,143,0,0,2644,2645,5,1, + 0,0,2645,2648,3,146,73,0,2646,2647,5,231,0,0,2647,2649,3,184,92, + 0,2648,2646,1,0,0,0,2648,2649,1,0,0,0,2649,2654,1,0,0,0,2650,2651, + 3,156,78,0,2651,2652,5,190,0,0,2652,2653,5,85,0,0,2653,2655,1,0, + 0,0,2654,2650,1,0,0,0,2654,2655,1,0,0,0,2655,2660,1,0,0,0,2656,2657, + 3,156,78,0,2657,2658,5,190,0,0,2658,2659,5,89,0,0,2659,2661,1,0, + 0,0,2660,2656,1,0,0,0,2660,2661,1,0,0,0,2661,2662,1,0,0,0,2662,2663, + 5,2,0,0,2663,2774,1,0,0,0,2664,2665,5,141,0,0,2665,2666,5,1,0,0, + 2666,2673,3,146,73,0,2667,2668,5,231,0,0,2668,2671,3,184,92,0,2669, + 2670,5,104,0,0,2670,2672,3,150,75,0,2671,2669,1,0,0,0,2671,2672, + 1,0,0,0,2672,2674,1,0,0,0,2673,2667,1,0,0,0,2673,2674,1,0,0,0,2674, + 2678,1,0,0,0,2675,2676,3,158,79,0,2676,2677,5,308,0,0,2677,2679, + 1,0,0,0,2678,2675,1,0,0,0,2678,2679,1,0,0,0,2679,2687,1,0,0,0,2680, + 2681,7,15,0,0,2681,2685,5,218,0,0,2682,2683,5,190,0,0,2683,2684, + 5,242,0,0,2684,2686,5,264,0,0,2685,2682,1,0,0,0,2685,2686,1,0,0, + 0,2686,2688,1,0,0,0,2687,2680,1,0,0,0,2687,2688,1,0,0,0,2688,2693, + 1,0,0,0,2689,2690,3,160,80,0,2690,2691,5,190,0,0,2691,2692,5,85, + 0,0,2692,2694,1,0,0,0,2693,2689,1,0,0,0,2693,2694,1,0,0,0,2694,2699, + 1,0,0,0,2695,2696,3,160,80,0,2696,2697,5,190,0,0,2697,2698,5,89, + 0,0,2698,2700,1,0,0,0,2699,2695,1,0,0,0,2699,2700,1,0,0,0,2700,2701, + 1,0,0,0,2701,2702,5,2,0,0,2702,2774,1,0,0,0,2703,2704,5,140,0,0, + 2704,2733,5,1,0,0,2705,2710,3,162,81,0,2706,2707,5,3,0,0,2707,2709, + 3,162,81,0,2708,2706,1,0,0,0,2709,2712,1,0,0,0,2710,2708,1,0,0,0, + 2710,2711,1,0,0,0,2711,2719,1,0,0,0,2712,2710,1,0,0,0,2713,2714, + 5,183,0,0,2714,2715,5,190,0,0,2715,2720,5,183,0,0,2716,2717,5,18, + 0,0,2717,2718,5,190,0,0,2718,2720,5,183,0,0,2719,2713,1,0,0,0,2719, + 2716,1,0,0,0,2719,2720,1,0,0,0,2720,2731,1,0,0,0,2721,2722,5,304, + 0,0,2722,2724,5,282,0,0,2723,2725,5,146,0,0,2724,2723,1,0,0,0,2724, + 2725,1,0,0,0,2725,2732,1,0,0,0,2726,2727,5,306,0,0,2727,2729,5,282, + 0,0,2728,2730,5,146,0,0,2729,2728,1,0,0,0,2729,2730,1,0,0,0,2730, + 2732,1,0,0,0,2731,2721,1,0,0,0,2731,2726,1,0,0,0,2731,2732,1,0,0, + 0,2732,2734,1,0,0,0,2733,2705,1,0,0,0,2733,2734,1,0,0,0,2734,2741, + 1,0,0,0,2735,2736,5,231,0,0,2736,2739,3,184,92,0,2737,2738,5,104, + 0,0,2738,2740,3,150,75,0,2739,2737,1,0,0,0,2739,2740,1,0,0,0,2740, + 2742,1,0,0,0,2741,2735,1,0,0,0,2741,2742,1,0,0,0,2742,2743,1,0,0, + 0,2743,2774,5,2,0,0,2744,2745,5,138,0,0,2745,2762,5,1,0,0,2746,2751, + 3,148,74,0,2747,2748,5,3,0,0,2748,2750,3,148,74,0,2749,2747,1,0, + 0,0,2750,2753,1,0,0,0,2751,2749,1,0,0,0,2751,2752,1,0,0,0,2752,2760, + 1,0,0,0,2753,2751,1,0,0,0,2754,2755,5,183,0,0,2755,2756,5,190,0, + 0,2756,2761,5,183,0,0,2757,2758,5,18,0,0,2758,2759,5,190,0,0,2759, + 2761,5,183,0,0,2760,2754,1,0,0,0,2760,2757,1,0,0,0,2760,2761,1,0, + 0,0,2761,2763,1,0,0,0,2762,2746,1,0,0,0,2762,2763,1,0,0,0,2763,2770, + 1,0,0,0,2764,2765,5,231,0,0,2765,2768,3,184,92,0,2766,2767,5,104, + 0,0,2767,2769,3,150,75,0,2768,2766,1,0,0,0,2768,2769,1,0,0,0,2769, + 2771,1,0,0,0,2770,2764,1,0,0,0,2770,2771,1,0,0,0,2771,2772,1,0,0, + 0,2772,2774,5,2,0,0,2773,2320,1,0,0,0,2773,2322,1,0,0,0,2773,2323, + 1,0,0,0,2773,2326,1,0,0,0,2773,2329,1,0,0,0,2773,2330,1,0,0,0,2773, + 2331,1,0,0,0,2773,2332,1,0,0,0,2773,2333,1,0,0,0,2773,2334,1,0,0, + 0,2773,2341,1,0,0,0,2773,2351,1,0,0,0,2773,2363,1,0,0,0,2773,2398, + 1,0,0,0,2773,2416,1,0,0,0,2773,2455,1,0,0,0,2773,2458,1,0,0,0,2773, + 2462,1,0,0,0,2773,2476,1,0,0,0,2773,2480,1,0,0,0,2773,2485,1,0,0, + 0,2773,2498,1,0,0,0,2773,2510,1,0,0,0,2773,2517,1,0,0,0,2773,2524, + 1,0,0,0,2773,2537,1,0,0,0,2773,2538,1,0,0,0,2773,2539,1,0,0,0,2773, + 2545,1,0,0,0,2773,2551,1,0,0,0,2773,2557,1,0,0,0,2773,2563,1,0,0, + 0,2773,2564,1,0,0,0,2773,2565,1,0,0,0,2773,2566,1,0,0,0,2773,2567, + 1,0,0,0,2773,2581,1,0,0,0,2773,2588,1,0,0,0,2773,2599,1,0,0,0,2773, + 2608,1,0,0,0,2773,2615,1,0,0,0,2773,2619,1,0,0,0,2773,2632,1,0,0, + 0,2773,2643,1,0,0,0,2773,2664,1,0,0,0,2773,2703,1,0,0,0,2773,2744, + 1,0,0,0,2774,2785,1,0,0,0,2775,2776,10,24,0,0,2776,2777,5,8,0,0, + 2777,2778,3,142,71,0,2778,2779,5,9,0,0,2779,2784,1,0,0,0,2780,2781, + 10,22,0,0,2781,2782,5,4,0,0,2782,2784,3,296,148,0,2783,2775,1,0, + 0,0,2783,2780,1,0,0,0,2784,2787,1,0,0,0,2785,2783,1,0,0,0,2785,2786, + 1,0,0,0,2786,145,1,0,0,0,2787,2785,1,0,0,0,2788,2789,3,148,74,0, + 2789,2790,5,3,0,0,2790,2793,3,168,84,0,2791,2792,5,28,0,0,2792,2794, + 3,296,148,0,2793,2791,1,0,0,0,2793,2794,1,0,0,0,2794,2804,1,0,0, + 0,2795,2796,5,203,0,0,2796,2801,3,152,76,0,2797,2798,5,3,0,0,2798, + 2800,3,152,76,0,2799,2797,1,0,0,0,2800,2803,1,0,0,0,2801,2799,1, + 0,0,0,2801,2802,1,0,0,0,2802,2805,1,0,0,0,2803,2801,1,0,0,0,2804, + 2795,1,0,0,0,2804,2805,1,0,0,0,2805,147,1,0,0,0,2806,2809,3,136, + 68,0,2807,2808,5,104,0,0,2808,2810,3,150,75,0,2809,2807,1,0,0,0, + 2809,2810,1,0,0,0,2810,149,1,0,0,0,2811,2814,5,137,0,0,2812,2813, + 5,87,0,0,2813,2815,7,20,0,0,2814,2812,1,0,0,0,2814,2815,1,0,0,0, + 2815,151,1,0,0,0,2816,2817,3,148,74,0,2817,2818,5,28,0,0,2818,2819, + 3,296,148,0,2819,153,1,0,0,0,2820,2821,7,21,0,0,2821,155,1,0,0,0, + 2822,2827,5,89,0,0,2823,2827,5,183,0,0,2824,2825,5,70,0,0,2825,2827, + 3,136,68,0,2826,2822,1,0,0,0,2826,2823,1,0,0,0,2826,2824,1,0,0,0, + 2827,157,1,0,0,0,2828,2830,5,306,0,0,2829,2831,5,27,0,0,2830,2829, + 1,0,0,0,2830,2831,1,0,0,0,2831,2840,1,0,0,0,2832,2834,5,304,0,0, + 2833,2835,7,22,0,0,2834,2833,1,0,0,0,2834,2835,1,0,0,0,2835,2837, + 1,0,0,0,2836,2838,5,27,0,0,2837,2836,1,0,0,0,2837,2838,1,0,0,0,2838, + 2840,1,0,0,0,2839,2828,1,0,0,0,2839,2832,1,0,0,0,2840,159,1,0,0, + 0,2841,2848,5,89,0,0,2842,2848,5,183,0,0,2843,2844,5,85,0,0,2844, + 2848,5,27,0,0,2845,2846,5,85,0,0,2846,2848,5,186,0,0,2847,2841,1, + 0,0,0,2847,2842,1,0,0,0,2847,2843,1,0,0,0,2847,2845,1,0,0,0,2848, + 161,1,0,0,0,2849,2851,5,145,0,0,2850,2849,1,0,0,0,2850,2851,1,0, + 0,0,2851,2852,1,0,0,0,2852,2853,3,136,68,0,2853,2854,5,295,0,0,2854, + 2855,3,148,74,0,2855,2861,1,0,0,0,2856,2857,3,136,68,0,2857,2858, + 5,10,0,0,2858,2859,3,148,74,0,2859,2861,1,0,0,0,2860,2850,1,0,0, + 0,2860,2856,1,0,0,0,2861,163,1,0,0,0,2862,2863,7,23,0,0,2863,165, + 1,0,0,0,2864,2865,5,120,0,0,2865,2869,5,185,0,0,2866,2867,5,228, + 0,0,2867,2869,5,185,0,0,2868,2864,1,0,0,0,2868,2866,1,0,0,0,2869, + 167,1,0,0,0,2870,2877,5,326,0,0,2871,2874,5,327,0,0,2872,2873,5, + 277,0,0,2873,2875,5,326,0,0,2874,2872,1,0,0,0,2874,2875,1,0,0,0, + 2875,2877,1,0,0,0,2876,2870,1,0,0,0,2876,2871,1,0,0,0,2877,169,1, + 0,0,0,2878,2879,5,267,0,0,2879,2880,5,311,0,0,2880,2885,3,178,89, + 0,2881,2882,5,267,0,0,2882,2883,5,311,0,0,2883,2885,3,168,84,0,2884, + 2878,1,0,0,0,2884,2881,1,0,0,0,2885,171,1,0,0,0,2886,2887,7,24,0, + 0,2887,173,1,0,0,0,2888,2889,7,25,0,0,2889,175,1,0,0,0,2890,2891, + 7,26,0,0,2891,177,1,0,0,0,2892,2894,5,129,0,0,2893,2895,7,18,0,0, + 2894,2893,1,0,0,0,2894,2895,1,0,0,0,2895,2896,1,0,0,0,2896,2897, + 3,168,84,0,2897,2900,3,180,90,0,2898,2899,5,269,0,0,2899,2901,3, + 180,90,0,2900,2898,1,0,0,0,2900,2901,1,0,0,0,2901,179,1,0,0,0,2902, + 2903,7,27,0,0,2903,181,1,0,0,0,2904,2905,7,28,0,0,2905,183,1,0,0, + 0,2906,2907,6,92,-1,0,2907,2908,5,239,0,0,2908,2909,5,1,0,0,2909, + 2914,3,186,93,0,2910,2911,5,3,0,0,2911,2913,3,186,93,0,2912,2910, + 1,0,0,0,2913,2916,1,0,0,0,2914,2912,1,0,0,0,2914,2915,1,0,0,0,2915, + 2917,1,0,0,0,2916,2914,1,0,0,0,2917,2918,5,2,0,0,2918,2998,1,0,0, + 0,2919,2920,5,129,0,0,2920,2923,3,180,90,0,2921,2922,5,269,0,0,2922, + 2924,3,180,90,0,2923,2921,1,0,0,0,2923,2924,1,0,0,0,2924,2998,1, + 0,0,0,2925,2930,5,268,0,0,2926,2927,5,1,0,0,2927,2928,3,188,94,0, + 2928,2929,5,2,0,0,2929,2931,1,0,0,0,2930,2926,1,0,0,0,2930,2931, + 1,0,0,0,2931,2935,1,0,0,0,2932,2933,5,306,0,0,2933,2934,5,267,0, + 0,2934,2936,5,311,0,0,2935,2932,1,0,0,0,2935,2936,1,0,0,0,2936,2998, + 1,0,0,0,2937,2942,5,268,0,0,2938,2939,5,1,0,0,2939,2940,3,188,94, + 0,2940,2941,5,2,0,0,2941,2943,1,0,0,0,2942,2938,1,0,0,0,2942,2943, + 1,0,0,0,2943,2944,1,0,0,0,2944,2945,5,304,0,0,2945,2946,5,267,0, + 0,2946,2998,5,311,0,0,2947,2952,5,267,0,0,2948,2949,5,1,0,0,2949, + 2950,3,188,94,0,2950,2951,5,2,0,0,2951,2953,1,0,0,0,2952,2948,1, + 0,0,0,2952,2953,1,0,0,0,2953,2957,1,0,0,0,2954,2955,5,306,0,0,2955, + 2956,5,267,0,0,2956,2958,5,311,0,0,2957,2954,1,0,0,0,2957,2958,1, + 0,0,0,2958,2998,1,0,0,0,2959,2964,5,267,0,0,2960,2961,5,1,0,0,2961, + 2962,3,188,94,0,2962,2963,5,2,0,0,2963,2965,1,0,0,0,2964,2960,1, + 0,0,0,2964,2965,1,0,0,0,2965,2966,1,0,0,0,2966,2967,5,304,0,0,2967, + 2968,5,267,0,0,2968,2998,5,311,0,0,2969,2970,5,82,0,0,2970,2998, + 5,213,0,0,2971,2972,5,27,0,0,2972,2973,5,314,0,0,2973,2974,3,184, + 92,0,2974,2975,5,316,0,0,2975,2998,1,0,0,0,2976,2977,5,162,0,0,2977, + 2978,5,314,0,0,2978,2979,3,184,92,0,2979,2980,5,3,0,0,2980,2981, + 3,184,92,0,2981,2982,5,316,0,0,2982,2998,1,0,0,0,2983,2995,3,296, + 148,0,2984,2985,5,1,0,0,2985,2990,3,188,94,0,2986,2987,5,3,0,0,2987, + 2989,3,188,94,0,2988,2986,1,0,0,0,2989,2992,1,0,0,0,2990,2988,1, + 0,0,0,2990,2991,1,0,0,0,2991,2993,1,0,0,0,2992,2990,1,0,0,0,2993, + 2994,5,2,0,0,2994,2996,1,0,0,0,2995,2984,1,0,0,0,2995,2996,1,0,0, + 0,2996,2998,1,0,0,0,2997,2906,1,0,0,0,2997,2919,1,0,0,0,2997,2925, + 1,0,0,0,2997,2937,1,0,0,0,2997,2947,1,0,0,0,2997,2959,1,0,0,0,2997, + 2969,1,0,0,0,2997,2971,1,0,0,0,2997,2976,1,0,0,0,2997,2983,1,0,0, + 0,2998,3008,1,0,0,0,2999,3000,10,2,0,0,3000,3004,5,27,0,0,3001,3002, + 5,8,0,0,3002,3003,5,329,0,0,3003,3005,5,9,0,0,3004,3001,1,0,0,0, + 3004,3005,1,0,0,0,3005,3007,1,0,0,0,3006,2999,1,0,0,0,3007,3010, + 1,0,0,0,3008,3006,1,0,0,0,3008,3009,1,0,0,0,3009,185,1,0,0,0,3010, + 3008,1,0,0,0,3011,3016,3,184,92,0,3012,3013,3,296,148,0,3013,3014, + 3,184,92,0,3014,3016,1,0,0,0,3015,3011,1,0,0,0,3015,3012,1,0,0,0, + 3016,187,1,0,0,0,3017,3020,5,329,0,0,3018,3020,3,184,92,0,3019,3017, + 1,0,0,0,3019,3018,1,0,0,0,3020,189,1,0,0,0,3021,3022,5,300,0,0,3022, + 3023,3,136,68,0,3023,3024,5,265,0,0,3024,3025,3,136,68,0,3025,191, + 1,0,0,0,3026,3027,5,99,0,0,3027,3028,5,1,0,0,3028,3029,5,301,0,0, + 3029,3030,3,138,69,0,3030,3031,5,2,0,0,3031,193,1,0,0,0,3032,3033, + 5,300,0,0,3033,3036,5,164,0,0,3034,3035,5,25,0,0,3035,3037,3,136, + 68,0,3036,3034,1,0,0,0,3036,3037,1,0,0,0,3037,3038,1,0,0,0,3038, + 3039,5,265,0,0,3039,3040,5,287,0,0,3040,3041,5,251,0,0,3041,3042, + 3,296,148,0,3042,3043,5,312,0,0,3043,3051,3,136,68,0,3044,3045,5, + 3,0,0,3045,3046,3,296,148,0,3046,3047,5,312,0,0,3047,3048,3,136, + 68,0,3048,3050,1,0,0,0,3049,3044,1,0,0,0,3050,3053,1,0,0,0,3051, + 3049,1,0,0,0,3051,3052,1,0,0,0,3052,3097,1,0,0,0,3053,3051,1,0,0, + 0,3054,3055,5,300,0,0,3055,3058,5,164,0,0,3056,3057,5,25,0,0,3057, + 3059,3,136,68,0,3058,3056,1,0,0,0,3058,3059,1,0,0,0,3059,3060,1, + 0,0,0,3060,3061,5,265,0,0,3061,3097,5,73,0,0,3062,3063,5,300,0,0, + 3063,3064,5,182,0,0,3064,3067,5,164,0,0,3065,3066,5,25,0,0,3066, + 3068,3,136,68,0,3067,3065,1,0,0,0,3067,3068,1,0,0,0,3068,3069,1, + 0,0,0,3069,3070,5,265,0,0,3070,3082,5,127,0,0,3071,3072,5,1,0,0, + 3072,3077,3,296,148,0,3073,3074,5,3,0,0,3074,3076,3,296,148,0,3075, + 3073,1,0,0,0,3076,3079,1,0,0,0,3077,3075,1,0,0,0,3077,3078,1,0,0, + 0,3078,3080,1,0,0,0,3079,3077,1,0,0,0,3080,3081,5,2,0,0,3081,3083, + 1,0,0,0,3082,3071,1,0,0,0,3082,3083,1,0,0,0,3083,3084,1,0,0,0,3084, + 3085,5,296,0,0,3085,3086,5,1,0,0,3086,3091,3,136,68,0,3087,3088, + 5,3,0,0,3088,3090,3,136,68,0,3089,3087,1,0,0,0,3090,3093,1,0,0,0, + 3091,3089,1,0,0,0,3091,3092,1,0,0,0,3092,3094,1,0,0,0,3093,3091, + 1,0,0,0,3094,3095,5,2,0,0,3095,3097,1,0,0,0,3096,3032,1,0,0,0,3096, + 3054,1,0,0,0,3096,3062,1,0,0,0,3097,195,1,0,0,0,3098,3104,5,199, + 0,0,3099,3105,3,296,148,0,3100,3101,5,1,0,0,3101,3102,3,64,32,0, + 3102,3103,5,2,0,0,3103,3105,1,0,0,0,3104,3099,1,0,0,0,3104,3100, + 1,0,0,0,3105,197,1,0,0,0,3106,3107,5,168,0,0,3107,3112,3,90,45,0, + 3108,3109,5,3,0,0,3109,3111,3,90,45,0,3110,3108,1,0,0,0,3111,3114, + 1,0,0,0,3112,3110,1,0,0,0,3112,3113,1,0,0,0,3113,3116,1,0,0,0,3114, + 3112,1,0,0,0,3115,3106,1,0,0,0,3115,3116,1,0,0,0,3116,3117,1,0,0, + 0,3117,3121,3,200,100,0,3118,3119,5,21,0,0,3119,3120,5,163,0,0,3120, + 3122,3,96,48,0,3121,3118,1,0,0,0,3121,3122,1,0,0,0,3122,3124,1,0, + 0,0,3123,3125,7,13,0,0,3124,3123,1,0,0,0,3124,3125,1,0,0,0,3125, + 3131,1,0,0,0,3126,3127,5,206,0,0,3127,3128,5,1,0,0,3128,3129,3,204, + 102,0,3129,3130,5,2,0,0,3130,3132,1,0,0,0,3131,3126,1,0,0,0,3131, + 3132,1,0,0,0,3132,3142,1,0,0,0,3133,3134,5,257,0,0,3134,3139,3,98, + 49,0,3135,3136,5,3,0,0,3136,3138,3,98,49,0,3137,3135,1,0,0,0,3138, + 3141,1,0,0,0,3139,3137,1,0,0,0,3139,3140,1,0,0,0,3140,3143,1,0,0, + 0,3141,3139,1,0,0,0,3142,3133,1,0,0,0,3142,3143,1,0,0,0,3143,3153, + 1,0,0,0,3144,3145,5,71,0,0,3145,3150,3,100,50,0,3146,3147,5,3,0, + 0,3147,3149,3,100,50,0,3148,3146,1,0,0,0,3149,3152,1,0,0,0,3150, + 3148,1,0,0,0,3150,3151,1,0,0,0,3151,3154,1,0,0,0,3152,3150,1,0,0, + 0,3153,3144,1,0,0,0,3153,3154,1,0,0,0,3154,199,1,0,0,0,3155,3156, + 5,219,0,0,3156,3180,3,202,101,0,3157,3158,5,240,0,0,3158,3180,3, + 202,101,0,3159,3160,5,116,0,0,3160,3180,3,202,101,0,3161,3162,5, + 219,0,0,3162,3163,5,34,0,0,3163,3164,3,202,101,0,3164,3165,5,25, + 0,0,3165,3166,3,202,101,0,3166,3180,1,0,0,0,3167,3168,5,240,0,0, + 3168,3169,5,34,0,0,3169,3170,3,202,101,0,3170,3171,5,25,0,0,3171, + 3172,3,202,101,0,3172,3180,1,0,0,0,3173,3174,5,116,0,0,3174,3175, + 5,34,0,0,3175,3176,3,202,101,0,3176,3177,5,25,0,0,3177,3178,3,202, + 101,0,3178,3180,1,0,0,0,3179,3155,1,0,0,0,3179,3157,1,0,0,0,3179, + 3159,1,0,0,0,3179,3161,1,0,0,0,3179,3167,1,0,0,0,3179,3173,1,0,0, + 0,3180,201,1,0,0,0,3181,3182,5,278,0,0,3182,3191,5,212,0,0,3183, + 3184,5,278,0,0,3184,3191,5,102,0,0,3185,3186,5,56,0,0,3186,3191, + 5,239,0,0,3187,3188,3,136,68,0,3188,3189,7,29,0,0,3189,3191,1,0, + 0,0,3190,3181,1,0,0,0,3190,3183,1,0,0,0,3190,3185,1,0,0,0,3190,3187, + 1,0,0,0,3191,203,1,0,0,0,3192,3193,6,102,-1,0,3193,3195,3,206,103, + 0,3194,3196,3,208,104,0,3195,3194,1,0,0,0,3195,3196,1,0,0,0,3196, + 3204,1,0,0,0,3197,3198,10,2,0,0,3198,3203,3,204,102,3,3199,3200, + 10,1,0,0,3200,3201,5,11,0,0,3201,3203,3,204,102,2,3202,3197,1,0, + 0,0,3202,3199,1,0,0,0,3203,3206,1,0,0,0,3204,3202,1,0,0,0,3204,3205, + 1,0,0,0,3205,205,1,0,0,0,3206,3204,1,0,0,0,3207,3233,3,296,148,0, + 3208,3209,5,1,0,0,3209,3233,5,2,0,0,3210,3211,5,209,0,0,3211,3212, + 5,1,0,0,3212,3217,3,204,102,0,3213,3214,5,3,0,0,3214,3216,3,204, + 102,0,3215,3213,1,0,0,0,3216,3219,1,0,0,0,3217,3215,1,0,0,0,3217, + 3218,1,0,0,0,3218,3220,1,0,0,0,3219,3217,1,0,0,0,3220,3221,5,2,0, + 0,3221,3233,1,0,0,0,3222,3223,5,1,0,0,3223,3224,3,204,102,0,3224, + 3225,5,2,0,0,3225,3233,1,0,0,0,3226,3233,5,12,0,0,3227,3233,5,13, + 0,0,3228,3229,5,14,0,0,3229,3230,3,204,102,0,3230,3231,5,15,0,0, + 3231,3233,1,0,0,0,3232,3207,1,0,0,0,3232,3208,1,0,0,0,3232,3210, + 1,0,0,0,3232,3222,1,0,0,0,3232,3226,1,0,0,0,3232,3227,1,0,0,0,3232, + 3228,1,0,0,0,3233,207,1,0,0,0,3234,3236,5,320,0,0,3235,3237,5,324, + 0,0,3236,3235,1,0,0,0,3236,3237,1,0,0,0,3237,3265,1,0,0,0,3238,3240, + 5,318,0,0,3239,3241,5,324,0,0,3240,3239,1,0,0,0,3240,3241,1,0,0, + 0,3241,3265,1,0,0,0,3242,3244,5,324,0,0,3243,3245,5,324,0,0,3244, + 3243,1,0,0,0,3244,3245,1,0,0,0,3245,3265,1,0,0,0,3246,3247,5,16, + 0,0,3247,3248,5,329,0,0,3248,3250,5,17,0,0,3249,3251,5,324,0,0,3250, + 3249,1,0,0,0,3250,3251,1,0,0,0,3251,3265,1,0,0,0,3252,3254,5,16, + 0,0,3253,3255,5,329,0,0,3254,3253,1,0,0,0,3254,3255,1,0,0,0,3255, + 3256,1,0,0,0,3256,3258,5,3,0,0,3257,3259,5,329,0,0,3258,3257,1,0, + 0,0,3258,3259,1,0,0,0,3259,3260,1,0,0,0,3260,3262,5,17,0,0,3261, + 3263,5,324,0,0,3262,3261,1,0,0,0,3262,3263,1,0,0,0,3263,3265,1,0, + 0,0,3264,3234,1,0,0,0,3264,3238,1,0,0,0,3264,3242,1,0,0,0,3264,3246, + 1,0,0,0,3264,3252,1,0,0,0,3265,209,1,0,0,0,3266,3267,3,296,148,0, + 3267,3268,5,312,0,0,3268,3269,3,136,68,0,3269,211,1,0,0,0,3270,3271, + 5,104,0,0,3271,3275,7,30,0,0,3272,3273,5,276,0,0,3273,3275,7,31, + 0,0,3274,3270,1,0,0,0,3274,3272,1,0,0,0,3275,213,1,0,0,0,3276,3277, + 5,134,0,0,3277,3278,5,153,0,0,3278,3282,3,216,108,0,3279,3280,5, + 220,0,0,3280,3282,7,32,0,0,3281,3276,1,0,0,0,3281,3279,1,0,0,0,3282, + 215,1,0,0,0,3283,3284,5,220,0,0,3284,3291,5,279,0,0,3285,3286,5, + 220,0,0,3286,3291,5,48,0,0,3287,3288,5,225,0,0,3288,3291,5,220,0, + 0,3289,3291,5,249,0,0,3290,3283,1,0,0,0,3290,3285,1,0,0,0,3290,3287, + 1,0,0,0,3290,3289,1,0,0,0,3291,217,1,0,0,0,3292,3298,3,136,68,0, + 3293,3294,3,296,148,0,3294,3295,5,6,0,0,3295,3296,3,136,68,0,3296, + 3298,1,0,0,0,3297,3292,1,0,0,0,3297,3293,1,0,0,0,3298,219,1,0,0, + 0,3299,3300,3,296,148,0,3300,3301,5,4,0,0,3301,3302,3,296,148,0, + 3302,3305,1,0,0,0,3303,3305,3,296,148,0,3304,3299,1,0,0,0,3304,3303, + 1,0,0,0,3305,221,1,0,0,0,3306,3311,3,220,110,0,3307,3308,5,3,0,0, + 3308,3310,3,220,110,0,3309,3307,1,0,0,0,3310,3313,1,0,0,0,3311,3309, + 1,0,0,0,3311,3312,1,0,0,0,3312,223,1,0,0,0,3313,3311,1,0,0,0,3314, + 3315,5,107,0,0,3315,3316,3,226,113,0,3316,3320,3,232,116,0,3317, + 3319,3,234,117,0,3318,3317,1,0,0,0,3319,3322,1,0,0,0,3320,3318,1, + 0,0,0,3320,3321,1,0,0,0,3321,3323,1,0,0,0,3322,3320,1,0,0,0,3323, + 3324,3,236,118,0,3324,225,1,0,0,0,3325,3326,3,274,137,0,3326,3335, + 5,1,0,0,3327,3332,3,230,115,0,3328,3329,5,3,0,0,3329,3331,3,230, + 115,0,3330,3328,1,0,0,0,3331,3334,1,0,0,0,3332,3330,1,0,0,0,3332, + 3333,1,0,0,0,3333,3336,1,0,0,0,3334,3332,1,0,0,0,3335,3327,1,0,0, + 0,3335,3336,1,0,0,0,3336,3337,1,0,0,0,3337,3338,5,2,0,0,3338,227, + 1,0,0,0,3339,3340,3,272,136,0,3340,3349,5,1,0,0,3341,3346,3,230, + 115,0,3342,3343,5,3,0,0,3343,3345,3,230,115,0,3344,3342,1,0,0,0, + 3345,3348,1,0,0,0,3346,3344,1,0,0,0,3346,3347,1,0,0,0,3347,3350, + 1,0,0,0,3348,3346,1,0,0,0,3349,3341,1,0,0,0,3349,3350,1,0,0,0,3350, + 3351,1,0,0,0,3351,3352,5,2,0,0,3352,229,1,0,0,0,3353,3355,3,296, + 148,0,3354,3353,1,0,0,0,3354,3355,1,0,0,0,3355,3356,1,0,0,0,3356, + 3357,3,184,92,0,3357,231,1,0,0,0,3358,3359,5,232,0,0,3359,3360,3, + 184,92,0,3360,233,1,0,0,0,3361,3362,5,147,0,0,3362,3381,3,296,148, + 0,3363,3365,5,182,0,0,3364,3363,1,0,0,0,3364,3365,1,0,0,0,3365,3366, + 1,0,0,0,3366,3381,5,78,0,0,3367,3368,5,232,0,0,3368,3369,5,183,0, + 0,3369,3370,5,190,0,0,3370,3371,5,183,0,0,3371,3381,5,126,0,0,3372, + 3373,5,38,0,0,3373,3374,5,190,0,0,3374,3375,5,183,0,0,3375,3381, + 5,126,0,0,3376,3377,5,246,0,0,3377,3381,7,1,0,0,3378,3379,5,46,0, + 0,3379,3381,3,168,84,0,3380,3361,1,0,0,0,3380,3364,1,0,0,0,3380, + 3367,1,0,0,0,3380,3372,1,0,0,0,3380,3376,1,0,0,0,3380,3378,1,0,0, + 0,3381,235,1,0,0,0,3382,3383,5,230,0,0,3383,3482,3,142,71,0,3384, + 3385,5,251,0,0,3385,3386,3,296,148,0,3386,3387,5,312,0,0,3387,3388, + 3,136,68,0,3388,3482,1,0,0,0,3389,3390,5,40,0,0,3390,3392,3,136, + 68,0,3391,3393,3,238,119,0,3392,3391,1,0,0,0,3393,3394,1,0,0,0,3394, + 3392,1,0,0,0,3394,3395,1,0,0,0,3395,3397,1,0,0,0,3396,3398,3,242, + 121,0,3397,3396,1,0,0,0,3397,3398,1,0,0,0,3398,3399,1,0,0,0,3399, + 3400,5,88,0,0,3400,3401,5,40,0,0,3401,3482,1,0,0,0,3402,3404,5,40, + 0,0,3403,3405,3,238,119,0,3404,3403,1,0,0,0,3405,3406,1,0,0,0,3406, + 3404,1,0,0,0,3406,3407,1,0,0,0,3407,3409,1,0,0,0,3408,3410,3,242, + 121,0,3409,3408,1,0,0,0,3409,3410,1,0,0,0,3410,3411,1,0,0,0,3411, + 3412,5,88,0,0,3412,3413,5,40,0,0,3413,3482,1,0,0,0,3414,3415,5,119, + 0,0,3415,3416,3,136,68,0,3416,3417,5,265,0,0,3417,3421,3,246,123, + 0,3418,3420,3,240,120,0,3419,3418,1,0,0,0,3420,3423,1,0,0,0,3421, + 3419,1,0,0,0,3421,3422,1,0,0,0,3422,3425,1,0,0,0,3423,3421,1,0,0, + 0,3424,3426,3,242,121,0,3425,3424,1,0,0,0,3425,3426,1,0,0,0,3426, + 3427,1,0,0,0,3427,3428,5,88,0,0,3428,3429,5,119,0,0,3429,3482,1, + 0,0,0,3430,3431,5,135,0,0,3431,3482,3,296,148,0,3432,3433,5,151, + 0,0,3433,3482,3,296,148,0,3434,3440,5,32,0,0,3435,3436,3,244,122, + 0,3436,3437,5,325,0,0,3437,3439,1,0,0,0,3438,3435,1,0,0,0,3439,3442, + 1,0,0,0,3440,3438,1,0,0,0,3440,3441,1,0,0,0,3441,3444,1,0,0,0,3442, + 3440,1,0,0,0,3443,3445,3,246,123,0,3444,3443,1,0,0,0,3444,3445,1, + 0,0,0,3445,3446,1,0,0,0,3446,3482,5,88,0,0,3447,3448,3,296,148,0, + 3448,3449,5,10,0,0,3449,3451,1,0,0,0,3450,3447,1,0,0,0,3450,3451, + 1,0,0,0,3451,3452,1,0,0,0,3452,3453,5,161,0,0,3453,3454,3,246,123, + 0,3454,3455,5,88,0,0,3455,3456,5,161,0,0,3456,3482,1,0,0,0,3457, + 3458,3,296,148,0,3458,3459,5,10,0,0,3459,3461,1,0,0,0,3460,3457, + 1,0,0,0,3460,3461,1,0,0,0,3461,3462,1,0,0,0,3462,3463,5,302,0,0, + 3463,3464,3,136,68,0,3464,3465,5,81,0,0,3465,3466,3,246,123,0,3466, + 3467,5,88,0,0,3467,3468,5,302,0,0,3468,3482,1,0,0,0,3469,3470,3, + 296,148,0,3470,3471,5,10,0,0,3471,3473,1,0,0,0,3472,3469,1,0,0,0, + 3472,3473,1,0,0,0,3473,3474,1,0,0,0,3474,3475,5,224,0,0,3475,3476, + 3,246,123,0,3476,3477,5,286,0,0,3477,3478,3,136,68,0,3478,3479,5, + 88,0,0,3479,3480,5,224,0,0,3480,3482,1,0,0,0,3481,3382,1,0,0,0,3481, + 3384,1,0,0,0,3481,3389,1,0,0,0,3481,3402,1,0,0,0,3481,3414,1,0,0, + 0,3481,3430,1,0,0,0,3481,3432,1,0,0,0,3481,3434,1,0,0,0,3481,3450, + 1,0,0,0,3481,3460,1,0,0,0,3481,3472,1,0,0,0,3482,237,1,0,0,0,3483, + 3484,5,300,0,0,3484,3485,3,136,68,0,3485,3486,5,265,0,0,3486,3487, + 3,246,123,0,3487,239,1,0,0,0,3488,3489,5,86,0,0,3489,3490,3,136, + 68,0,3490,3491,5,265,0,0,3491,3492,3,246,123,0,3492,241,1,0,0,0, + 3493,3494,5,84,0,0,3494,3495,3,246,123,0,3495,243,1,0,0,0,3496,3497, + 5,69,0,0,3497,3502,3,296,148,0,3498,3499,5,3,0,0,3499,3501,3,296, + 148,0,3500,3498,1,0,0,0,3501,3504,1,0,0,0,3502,3500,1,0,0,0,3502, + 3503,1,0,0,0,3503,3505,1,0,0,0,3504,3502,1,0,0,0,3505,3508,3,184, + 92,0,3506,3507,5,70,0,0,3507,3509,3,142,71,0,3508,3506,1,0,0,0,3508, + 3509,1,0,0,0,3509,245,1,0,0,0,3510,3511,3,236,118,0,3511,3512,5, + 325,0,0,3512,3514,1,0,0,0,3513,3510,1,0,0,0,3514,3515,1,0,0,0,3515, + 3513,1,0,0,0,3515,3516,1,0,0,0,3516,247,1,0,0,0,3517,3524,5,53,0, + 0,3518,3524,5,248,0,0,3519,3524,5,73,0,0,3520,3524,5,127,0,0,3521, + 3524,5,287,0,0,3522,3524,3,296,148,0,3523,3517,1,0,0,0,3523,3518, + 1,0,0,0,3523,3519,1,0,0,0,3523,3520,1,0,0,0,3523,3521,1,0,0,0,3523, + 3522,1,0,0,0,3524,249,1,0,0,0,3525,3529,5,260,0,0,3526,3529,5,243, + 0,0,3527,3529,3,296,148,0,3528,3525,1,0,0,0,3528,3526,1,0,0,0,3528, + 3527,1,0,0,0,3529,251,1,0,0,0,3530,3532,3,250,125,0,3531,3530,1, + 0,0,0,3531,3532,1,0,0,0,3532,3533,1,0,0,0,3533,3534,3,282,141,0, + 3534,253,1,0,0,0,3535,3538,3,256,128,0,3536,3538,3,260,130,0,3537, + 3535,1,0,0,0,3537,3536,1,0,0,0,3538,255,1,0,0,0,3539,3551,3,296, + 148,0,3540,3541,3,296,148,0,3541,3542,5,4,0,0,3542,3543,3,296,148, + 0,3543,3551,1,0,0,0,3544,3545,3,296,148,0,3545,3546,5,4,0,0,3546, + 3547,3,296,148,0,3547,3548,5,4,0,0,3548,3549,3,296,148,0,3549,3551, + 1,0,0,0,3550,3539,1,0,0,0,3550,3540,1,0,0,0,3550,3544,1,0,0,0,3551, + 257,1,0,0,0,3552,3564,3,296,148,0,3553,3554,3,296,148,0,3554,3555, + 5,4,0,0,3555,3556,3,296,148,0,3556,3564,1,0,0,0,3557,3558,3,296, + 148,0,3558,3559,5,4,0,0,3559,3560,3,296,148,0,3560,3561,5,4,0,0, + 3561,3562,3,296,148,0,3562,3564,1,0,0,0,3563,3552,1,0,0,0,3563,3553, + 1,0,0,0,3563,3557,1,0,0,0,3564,259,1,0,0,0,3565,3577,3,296,148,0, + 3566,3567,3,296,148,0,3567,3568,5,4,0,0,3568,3569,3,296,148,0,3569, + 3577,1,0,0,0,3570,3571,3,296,148,0,3571,3572,5,4,0,0,3572,3573,3, + 296,148,0,3573,3574,5,4,0,0,3574,3575,3,296,148,0,3575,3577,1,0, + 0,0,3576,3565,1,0,0,0,3576,3566,1,0,0,0,3576,3570,1,0,0,0,3577,261, + 1,0,0,0,3578,3590,3,296,148,0,3579,3580,3,296,148,0,3580,3581,5, + 4,0,0,3581,3582,3,296,148,0,3582,3590,1,0,0,0,3583,3584,3,296,148, + 0,3584,3585,5,4,0,0,3585,3586,3,296,148,0,3586,3587,5,4,0,0,3587, + 3588,3,296,148,0,3588,3590,1,0,0,0,3589,3578,1,0,0,0,3589,3579,1, + 0,0,0,3589,3583,1,0,0,0,3590,263,1,0,0,0,3591,3597,3,296,148,0,3592, + 3593,3,296,148,0,3593,3594,5,4,0,0,3594,3595,3,296,148,0,3595,3597, + 1,0,0,0,3596,3591,1,0,0,0,3596,3592,1,0,0,0,3597,265,1,0,0,0,3598, + 3604,3,296,148,0,3599,3600,3,296,148,0,3600,3601,5,4,0,0,3601,3602, + 3,296,148,0,3602,3604,1,0,0,0,3603,3598,1,0,0,0,3603,3599,1,0,0, + 0,3604,267,1,0,0,0,3605,3606,3,296,148,0,3606,269,1,0,0,0,3607,3608, + 3,296,148,0,3608,271,1,0,0,0,3609,3610,3,282,141,0,3610,273,1,0, + 0,0,3611,3612,3,282,141,0,3612,275,1,0,0,0,3613,3616,3,282,141,0, + 3614,3616,4,138,14,0,3615,3613,1,0,0,0,3615,3614,1,0,0,0,3616,277, + 1,0,0,0,3617,3618,3,282,141,0,3618,279,1,0,0,0,3619,3620,3,296,148, + 0,3620,281,1,0,0,0,3621,3626,3,296,148,0,3622,3623,5,4,0,0,3623, + 3625,3,296,148,0,3624,3622,1,0,0,0,3625,3628,1,0,0,0,3626,3624,1, + 0,0,0,3626,3627,1,0,0,0,3627,283,1,0,0,0,3628,3626,1,0,0,0,3629, + 3630,5,103,0,0,3630,3631,3,286,143,0,3631,3632,5,28,0,0,3632,3633, + 5,187,0,0,3633,3634,3,142,71,0,3634,285,1,0,0,0,3635,3636,7,33,0, + 0,3636,287,1,0,0,0,3637,3641,3,290,145,0,3638,3641,5,64,0,0,3639, + 3641,5,60,0,0,3640,3637,1,0,0,0,3640,3638,1,0,0,0,3640,3639,1,0, + 0,0,3641,289,1,0,0,0,3642,3648,3,296,148,0,3643,3644,5,289,0,0,3644, + 3648,3,296,148,0,3645,3646,5,235,0,0,3646,3648,3,296,148,0,3647, + 3642,1,0,0,0,3647,3643,1,0,0,0,3647,3645,1,0,0,0,3648,291,1,0,0, + 0,3649,3654,3,296,148,0,3650,3651,5,3,0,0,3651,3653,3,296,148,0, + 3652,3650,1,0,0,0,3653,3656,1,0,0,0,3654,3652,1,0,0,0,3654,3655, + 1,0,0,0,3655,293,1,0,0,0,3656,3654,1,0,0,0,3657,3665,5,53,0,0,3658, + 3665,5,248,0,0,3659,3665,5,73,0,0,3660,3665,5,127,0,0,3661,3665, + 5,287,0,0,3662,3665,5,93,0,0,3663,3665,3,296,148,0,3664,3657,1,0, + 0,0,3664,3658,1,0,0,0,3664,3659,1,0,0,0,3664,3660,1,0,0,0,3664,3661, + 1,0,0,0,3664,3662,1,0,0,0,3664,3663,1,0,0,0,3665,295,1,0,0,0,3666, + 3672,5,332,0,0,3667,3672,5,334,0,0,3668,3672,3,302,151,0,3669,3672, + 5,335,0,0,3670,3672,5,333,0,0,3671,3666,1,0,0,0,3671,3667,1,0,0, + 0,3671,3668,1,0,0,0,3671,3669,1,0,0,0,3671,3670,1,0,0,0,3672,297, + 1,0,0,0,3673,3675,5,319,0,0,3674,3673,1,0,0,0,3674,3675,1,0,0,0, + 3675,3676,1,0,0,0,3676,3686,5,330,0,0,3677,3679,5,319,0,0,3678,3677, + 1,0,0,0,3678,3679,1,0,0,0,3679,3680,1,0,0,0,3680,3686,5,331,0,0, + 3681,3683,5,319,0,0,3682,3681,1,0,0,0,3682,3683,1,0,0,0,3683,3684, + 1,0,0,0,3684,3686,5,329,0,0,3685,3674,1,0,0,0,3685,3678,1,0,0,0, + 3685,3682,1,0,0,0,3686,299,1,0,0,0,3687,3690,3,296,148,0,3688,3690, + 3,168,84,0,3689,3687,1,0,0,0,3689,3688,1,0,0,0,3690,301,1,0,0,0, + 3691,3692,7,34,0,0,3692,303,1,0,0,0,480,307,316,320,324,328,332, + 345,352,356,360,366,370,377,382,386,392,396,415,421,425,429,433, + 441,445,448,453,459,468,474,478,484,491,500,512,521,530,536,547, + 555,563,570,580,587,595,610,645,648,651,655,661,666,673,679,683, + 687,695,701,705,709,723,731,750,775,778,785,792,801,805,812,820, + 829,835,840,844,852,857,866,872,879,888,894,898,904,911,916,929, + 934,946,950,956,965,970,976,1004,1010,1012,1018,1024,1026,1034,1036, + 1046,1048,1063,1068,1075,1085,1091,1093,1101,1103,1128,1131,1135, + 1139,1157,1160,1171,1174,1190,1200,1205,1211,1214,1223,1235,1238, + 1248,1252,1258,1265,1270,1276,1280,1284,1290,1301,1310,1320,1323, + 1328,1330,1337,1343,1345,1349,1359,1365,1368,1370,1382,1389,1393, + 1396,1400,1404,1411,1420,1423,1427,1432,1436,1444,1447,1450,1457, + 1468,1471,1481,1484,1495,1500,1508,1511,1515,1519,1528,1537,1540, + 1549,1552,1555,1559,1574,1578,1581,1584,1586,1605,1609,1613,1617, + 1621,1625,1627,1638,1643,1652,1661,1664,1670,1682,1685,1694,1697, + 1705,1708,1711,1716,1719,1731,1734,1742,1747,1751,1753,1755,1770, + 1772,1783,1804,1814,1825,1829,1831,1839,1850,1861,1868,1881,1887, + 1913,1928,1933,1937,1947,1953,1959,1967,1972,1979,1981,1987,1993, + 1997,2002,2011,2016,2030,2040,2043,2052,2057,2062,2064,2073,2076, + 2084,2087,2094,2099,2110,2113,2117,2119,2127,2137,2143,2145,2152, + 2156,2158,2165,2169,2171,2173,2182,2193,2197,2207,2217,2221,2229, + 2231,2244,2252,2261,2267,2275,2281,2285,2290,2295,2301,2315,2317, + 2347,2358,2366,2371,2376,2389,2395,2398,2405,2410,2413,2416,2421, + 2428,2431,2440,2443,2447,2450,2453,2468,2471,2490,2494,2502,2506, + 2531,2534,2543,2549,2555,2561,2570,2573,2576,2595,2604,2626,2629, + 2639,2648,2654,2660,2671,2673,2678,2685,2687,2693,2699,2710,2719, + 2724,2729,2731,2733,2739,2741,2751,2760,2762,2768,2770,2773,2783, + 2785,2793,2801,2804,2809,2814,2826,2830,2834,2837,2839,2847,2850, + 2860,2868,2874,2876,2884,2894,2900,2914,2923,2930,2935,2942,2952, + 2957,2964,2990,2995,2997,3004,3008,3015,3019,3036,3051,3058,3067, + 3077,3082,3091,3096,3104,3112,3115,3121,3124,3131,3139,3142,3150, + 3153,3179,3190,3195,3202,3204,3217,3232,3236,3240,3244,3250,3254, + 3258,3262,3264,3274,3281,3290,3297,3304,3311,3320,3332,3335,3346, + 3349,3354,3364,3380,3394,3397,3406,3409,3421,3425,3440,3444,3450, + 3460,3472,3481,3502,3508,3515,3523,3528,3531,3537,3550,3563,3576, + 3589,3596,3603,3615,3626,3640,3647,3654,3664,3671,3674,3678,3682, + 3685,3689 ]; private static __ATN: antlr.ATN; @@ -23686,12 +23712,12 @@ export class SelectAllContext extends SelectItemContext { super(ctx.parent, ctx.invokingState); super.copyFrom(ctx); } - public primaryExpression(): PrimaryExpressionContext | null { - return this.getRuleContext(0, PrimaryExpressionContext); - } public ASTERISK(): antlr.TerminalNode { return this.getToken(TrinoSqlParser.ASTERISK, 0)!; } + public primaryExpression(): PrimaryExpressionContext | null { + return this.getRuleContext(0, PrimaryExpressionContext); + } public KW_AS(): antlr.TerminalNode | null { return this.getToken(TrinoSqlParser.KW_AS, 0); } @@ -26509,8 +26535,8 @@ export class TypeConstructorContext extends PrimaryExpressionContext { super(ctx.parent, ctx.invokingState); super.copyFrom(ctx); } - public identifier(): IdentifierContext | null { - return this.getRuleContext(0, IdentifierContext); + public columnName(): ColumnNameContext | null { + return this.getRuleContext(0, ColumnNameContext); } public string(): StringContext { return this.getRuleContext(0, StringContext)!; @@ -27170,8 +27196,8 @@ export class ColumnReferenceContext extends PrimaryExpressionContext { super(ctx.parent, ctx.invokingState); super.copyFrom(ctx); } - public identifier(): IdentifierContext { - return this.getRuleContext(0, IdentifierContext)!; + public columnName(): ColumnNameContext { + return this.getRuleContext(0, ColumnNameContext)!; } public override enterRule(listener: TrinoSqlListener): void { if(listener.enterColumnReference) { @@ -32412,6 +32438,36 @@ export class ColumnRefContext extends antlr.ParserRuleContext { } +export class ColumnNameContext extends antlr.ParserRuleContext { + public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { + super(parent, invokingState); + } + public qualifiedName(): QualifiedNameContext { + return this.getRuleContext(0, QualifiedNameContext)!; + } + public override get ruleIndex(): number { + return TrinoSqlParser.RULE_columnName; + } + public override enterRule(listener: TrinoSqlListener): void { + if(listener.enterColumnName) { + listener.enterColumnName(this); + } + } + public override exitRule(listener: TrinoSqlListener): void { + if(listener.exitColumnName) { + listener.exitColumnName(this); + } + } + public override accept(visitor: TrinoSqlVisitor): Result | null { + if (visitor.visitColumnName) { + return visitor.visitColumnName(this); + } else { + return visitor.visitChildren(this); + } + } +} + + export class ColumnNameCreateContext extends antlr.ParserRuleContext { public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { super(parent, invokingState); diff --git a/src/lib/trino/TrinoSqlVisitor.ts b/src/lib/trino/TrinoSqlVisitor.ts index d7645f05..92543a85 100644 --- a/src/lib/trino/TrinoSqlVisitor.ts +++ b/src/lib/trino/TrinoSqlVisitor.ts @@ -134,8 +134,8 @@ import { WindowDefinitionContext } from "./TrinoSqlParser.js"; import { WindowSpecificationContext } from "./TrinoSqlParser.js"; import { NamedQueryContext } from "./TrinoSqlParser.js"; import { SetQuantifierContext } from "./TrinoSqlParser.js"; -import { SelectSingleContext } from "./TrinoSqlParser.js"; import { SelectAllContext } from "./TrinoSqlParser.js"; +import { SelectSingleContext } from "./TrinoSqlParser.js"; import { RelationDefaultContext } from "./TrinoSqlParser.js"; import { JoinRelationContext } from "./TrinoSqlParser.js"; import { JoinTypeContext } from "./TrinoSqlParser.js"; @@ -355,6 +355,7 @@ import { CatalogNameCreateContext } from "./TrinoSqlParser.js"; import { FunctionNameContext } from "./TrinoSqlParser.js"; import { FunctionNameCreateContext } from "./TrinoSqlParser.js"; import { ColumnRefContext } from "./TrinoSqlParser.js"; +import { ColumnNameContext } from "./TrinoSqlParser.js"; import { ColumnNameCreateContext } from "./TrinoSqlParser.js"; import { QualifiedNameContext } from "./TrinoSqlParser.js"; import { QueryPeriodContext } from "./TrinoSqlParser.js"; @@ -1241,19 +1242,19 @@ export class TrinoSqlVisitor extends AbstractParseTreeVisitor { */ visitSetQuantifier?: (ctx: SetQuantifierContext) => Result; /** - * Visit a parse tree produced by the `selectSingle` + * Visit a parse tree produced by the `selectAll` * labeled alternative in `TrinoSqlParser.selectItem`. * @param ctx the parse tree * @return the visitor result */ - visitSelectSingle?: (ctx: SelectSingleContext) => Result; + visitSelectAll?: (ctx: SelectAllContext) => Result; /** - * Visit a parse tree produced by the `selectAll` + * Visit a parse tree produced by the `selectSingle` * labeled alternative in `TrinoSqlParser.selectItem`. * @param ctx the parse tree * @return the visitor result */ - visitSelectAll?: (ctx: SelectAllContext) => Result; + visitSelectSingle?: (ctx: SelectSingleContext) => Result; /** * Visit a parse tree produced by the `relationDefault` * labeled alternative in `TrinoSqlParser.relation`. @@ -2708,6 +2709,12 @@ export class TrinoSqlVisitor extends AbstractParseTreeVisitor { * @return the visitor result */ visitColumnRef?: (ctx: ColumnRefContext) => Result; + /** + * Visit a parse tree produced by `TrinoSqlParser.columnName`. + * @param ctx the parse tree + * @return the visitor result + */ + visitColumnName?: (ctx: ColumnNameContext) => Result; /** * Visit a parse tree produced by `TrinoSqlParser.columnNameCreate`. * @param ctx the parse tree diff --git a/src/parser/trino/index.ts b/src/parser/trino/index.ts index cf1f9db4..35f29cb1 100644 --- a/src/parser/trino/index.ts +++ b/src/parser/trino/index.ts @@ -45,6 +45,7 @@ export class TrinoSQL extends BasicSQL 5700000 \ No newline at end of file diff --git a/test/parser/trino/suggestion/syntaxSuggestion.test.ts b/test/parser/trino/suggestion/syntaxSuggestion.test.ts index 74bbd084..a470ceaa 100644 --- a/test/parser/trino/suggestion/syntaxSuggestion.test.ts +++ b/test/parser/trino/suggestion/syntaxSuggestion.test.ts @@ -419,4 +419,21 @@ describe('Trino SQL Syntax Suggestion', () => { expect(suggestion).not.toBeUndefined(); expect(suggestion?.wordRanges.map((token) => token.text)).toEqual([]); }); + + test('GroupBy expression column', () => { + const pos: CaretPosition = { + lineNumber: 47, + column: 44, + }; + const syntaxes = trino.getSuggestionAtCaretPosition( + commentOtherLine(syntaxSql, pos.lineNumber), + pos + )?.syntax; + const suggestion = syntaxes?.find( + (syn) => syn.syntaxContextType === EntityContextType.COLUMN + ); + + expect(suggestion).not.toBeUndefined(); + expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['sum', '(']); + }); });