diff --git a/src/grammar/hive/HiveSqlParser.g4 b/src/grammar/hive/HiveSqlParser.g4 index 80e949fe..bbd0c7cb 100644 --- a/src/grammar/hive/HiveSqlParser.g4 +++ b/src/grammar/hive/HiveSqlParser.g4 @@ -4,9 +4,9 @@ ownership. The ASF licenses this file to You 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 @@ -758,6 +758,10 @@ columnName | {this.shouldMatchEmpty()}? ; +columnNamePath + : poolPath + ; + columnNameCreate : id_ ; @@ -1437,7 +1441,7 @@ subQuerySource Rules for parsing PTF clauses */ partitioningSpec - : KW_PARTITION KW_BY expressions orderByClause? + : partitionByClause orderByClause? | orderByClause | distributeByClause sortByClause? | sortByClause @@ -1613,6 +1617,10 @@ orderByClause : KW_ORDER KW_BY columnRefOrder (COMMA columnRefOrder)* ; +partitionByClause + : KW_PARTITION KW_BY expressions + ; + clusterByClause : KW_CLUSTER KW_BY expressions ; @@ -1714,7 +1722,7 @@ constant | KW_FALSE | KW_NULL | p=QUESTION - | Identifier + | columnNamePath ; intervalValue diff --git a/src/lib/hive/HiveSqlParser.interp b/src/lib/hive/HiveSqlParser.interp index 9b89072f..cf427f50 100644 --- a/src/lib/hive/HiveSqlParser.interp +++ b/src/lib/hive/HiveSqlParser.interp @@ -1010,6 +1010,7 @@ columnNameTypeOrConstraintList columnNameColonTypeList columnNameList columnName +columnNamePath columnNameCreate extColumnName columnNameOrderList @@ -1153,6 +1154,7 @@ expressions expressionsInParenthesis expressionsNotInParenthesis orderByClause +partitionByClause clusterByClause distributeByClause sortByClause @@ -1230,4 +1232,4 @@ poolAssignList atn: -[4, 1, 438, 4800, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20, 7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26, 2, 27, 7, 27, 2, 28, 7, 28, 2, 29, 7, 29, 2, 30, 7, 30, 2, 31, 7, 31, 2, 32, 7, 32, 2, 33, 7, 33, 2, 34, 7, 34, 2, 35, 7, 35, 2, 36, 7, 36, 2, 37, 7, 37, 2, 38, 7, 38, 2, 39, 7, 39, 2, 40, 7, 40, 2, 41, 7, 41, 2, 42, 7, 42, 2, 43, 7, 43, 2, 44, 7, 44, 2, 45, 7, 45, 2, 46, 7, 46, 2, 47, 7, 47, 2, 48, 7, 48, 2, 49, 7, 49, 2, 50, 7, 50, 2, 51, 7, 51, 2, 52, 7, 52, 2, 53, 7, 53, 2, 54, 7, 54, 2, 55, 7, 55, 2, 56, 7, 56, 2, 57, 7, 57, 2, 58, 7, 58, 2, 59, 7, 59, 2, 60, 7, 60, 2, 61, 7, 61, 2, 62, 7, 62, 2, 63, 7, 63, 2, 64, 7, 64, 2, 65, 7, 65, 2, 66, 7, 66, 2, 67, 7, 67, 2, 68, 7, 68, 2, 69, 7, 69, 2, 70, 7, 70, 2, 71, 7, 71, 2, 72, 7, 72, 2, 73, 7, 73, 2, 74, 7, 74, 2, 75, 7, 75, 2, 76, 7, 76, 2, 77, 7, 77, 2, 78, 7, 78, 2, 79, 7, 79, 2, 80, 7, 80, 2, 81, 7, 81, 2, 82, 7, 82, 2, 83, 7, 83, 2, 84, 7, 84, 2, 85, 7, 85, 2, 86, 7, 86, 2, 87, 7, 87, 2, 88, 7, 88, 2, 89, 7, 89, 2, 90, 7, 90, 2, 91, 7, 91, 2, 92, 7, 92, 2, 93, 7, 93, 2, 94, 7, 94, 2, 95, 7, 95, 2, 96, 7, 96, 2, 97, 7, 97, 2, 98, 7, 98, 2, 99, 7, 99, 2, 100, 7, 100, 2, 101, 7, 101, 2, 102, 7, 102, 2, 103, 7, 103, 2, 104, 7, 104, 2, 105, 7, 105, 2, 106, 7, 106, 2, 107, 7, 107, 2, 108, 7, 108, 2, 109, 7, 109, 2, 110, 7, 110, 2, 111, 7, 111, 2, 112, 7, 112, 2, 113, 7, 113, 2, 114, 7, 114, 2, 115, 7, 115, 2, 116, 7, 116, 2, 117, 7, 117, 2, 118, 7, 118, 2, 119, 7, 119, 2, 120, 7, 120, 2, 121, 7, 121, 2, 122, 7, 122, 2, 123, 7, 123, 2, 124, 7, 124, 2, 125, 7, 125, 2, 126, 7, 126, 2, 127, 7, 127, 2, 128, 7, 128, 2, 129, 7, 129, 2, 130, 7, 130, 2, 131, 7, 131, 2, 132, 7, 132, 2, 133, 7, 133, 2, 134, 7, 134, 2, 135, 7, 135, 2, 136, 7, 136, 2, 137, 7, 137, 2, 138, 7, 138, 2, 139, 7, 139, 2, 140, 7, 140, 2, 141, 7, 141, 2, 142, 7, 142, 2, 143, 7, 143, 2, 144, 7, 144, 2, 145, 7, 145, 2, 146, 7, 146, 2, 147, 7, 147, 2, 148, 7, 148, 2, 149, 7, 149, 2, 150, 7, 150, 2, 151, 7, 151, 2, 152, 7, 152, 2, 153, 7, 153, 2, 154, 7, 154, 2, 155, 7, 155, 2, 156, 7, 156, 2, 157, 7, 157, 2, 158, 7, 158, 2, 159, 7, 159, 2, 160, 7, 160, 2, 161, 7, 161, 2, 162, 7, 162, 2, 163, 7, 163, 2, 164, 7, 164, 2, 165, 7, 165, 2, 166, 7, 166, 2, 167, 7, 167, 2, 168, 7, 168, 2, 169, 7, 169, 2, 170, 7, 170, 2, 171, 7, 171, 2, 172, 7, 172, 2, 173, 7, 173, 2, 174, 7, 174, 2, 175, 7, 175, 2, 176, 7, 176, 2, 177, 7, 177, 2, 178, 7, 178, 2, 179, 7, 179, 2, 180, 7, 180, 2, 181, 7, 181, 2, 182, 7, 182, 2, 183, 7, 183, 2, 184, 7, 184, 2, 185, 7, 185, 2, 186, 7, 186, 2, 187, 7, 187, 2, 188, 7, 188, 2, 189, 7, 189, 2, 190, 7, 190, 2, 191, 7, 191, 2, 192, 7, 192, 2, 193, 7, 193, 2, 194, 7, 194, 2, 195, 7, 195, 2, 196, 7, 196, 2, 197, 7, 197, 2, 198, 7, 198, 2, 199, 7, 199, 2, 200, 7, 200, 2, 201, 7, 201, 2, 202, 7, 202, 2, 203, 7, 203, 2, 204, 7, 204, 2, 205, 7, 205, 2, 206, 7, 206, 2, 207, 7, 207, 2, 208, 7, 208, 2, 209, 7, 209, 2, 210, 7, 210, 2, 211, 7, 211, 2, 212, 7, 212, 2, 213, 7, 213, 2, 214, 7, 214, 2, 215, 7, 215, 2, 216, 7, 216, 2, 217, 7, 217, 2, 218, 7, 218, 2, 219, 7, 219, 2, 220, 7, 220, 2, 221, 7, 221, 2, 222, 7, 222, 2, 223, 7, 223, 2, 224, 7, 224, 2, 225, 7, 225, 2, 226, 7, 226, 2, 227, 7, 227, 2, 228, 7, 228, 2, 229, 7, 229, 2, 230, 7, 230, 2, 231, 7, 231, 2, 232, 7, 232, 2, 233, 7, 233, 2, 234, 7, 234, 2, 235, 7, 235, 2, 236, 7, 236, 2, 237, 7, 237, 2, 238, 7, 238, 2, 239, 7, 239, 2, 240, 7, 240, 2, 241, 7, 241, 2, 242, 7, 242, 2, 243, 7, 243, 2, 244, 7, 244, 2, 245, 7, 245, 2, 246, 7, 246, 2, 247, 7, 247, 2, 248, 7, 248, 2, 249, 7, 249, 2, 250, 7, 250, 2, 251, 7, 251, 2, 252, 7, 252, 2, 253, 7, 253, 2, 254, 7, 254, 2, 255, 7, 255, 2, 256, 7, 256, 2, 257, 7, 257, 2, 258, 7, 258, 2, 259, 7, 259, 2, 260, 7, 260, 2, 261, 7, 261, 2, 262, 7, 262, 2, 263, 7, 263, 2, 264, 7, 264, 2, 265, 7, 265, 2, 266, 7, 266, 2, 267, 7, 267, 2, 268, 7, 268, 2, 269, 7, 269, 2, 270, 7, 270, 2, 271, 7, 271, 2, 272, 7, 272, 2, 273, 7, 273, 2, 274, 7, 274, 2, 275, 7, 275, 2, 276, 7, 276, 2, 277, 7, 277, 2, 278, 7, 278, 2, 279, 7, 279, 2, 280, 7, 280, 2, 281, 7, 281, 2, 282, 7, 282, 2, 283, 7, 283, 2, 284, 7, 284, 2, 285, 7, 285, 2, 286, 7, 286, 2, 287, 7, 287, 2, 288, 7, 288, 2, 289, 7, 289, 2, 290, 7, 290, 2, 291, 7, 291, 2, 292, 7, 292, 2, 293, 7, 293, 2, 294, 7, 294, 2, 295, 7, 295, 2, 296, 7, 296, 2, 297, 7, 297, 2, 298, 7, 298, 2, 299, 7, 299, 2, 300, 7, 300, 2, 301, 7, 301, 2, 302, 7, 302, 2, 303, 7, 303, 2, 304, 7, 304, 2, 305, 7, 305, 2, 306, 7, 306, 2, 307, 7, 307, 2, 308, 7, 308, 2, 309, 7, 309, 2, 310, 7, 310, 2, 311, 7, 311, 2, 312, 7, 312, 2, 313, 7, 313, 2, 314, 7, 314, 2, 315, 7, 315, 2, 316, 7, 316, 2, 317, 7, 317, 2, 318, 7, 318, 2, 319, 7, 319, 2, 320, 7, 320, 2, 321, 7, 321, 2, 322, 7, 322, 2, 323, 7, 323, 2, 324, 7, 324, 2, 325, 7, 325, 2, 326, 7, 326, 2, 327, 7, 327, 2, 328, 7, 328, 2, 329, 7, 329, 2, 330, 7, 330, 2, 331, 7, 331, 2, 332, 7, 332, 2, 333, 7, 333, 2, 334, 7, 334, 2, 335, 7, 335, 2, 336, 7, 336, 2, 337, 7, 337, 2, 338, 7, 338, 2, 339, 7, 339, 2, 340, 7, 340, 2, 341, 7, 341, 2, 342, 7, 342, 2, 343, 7, 343, 2, 344, 7, 344, 2, 345, 7, 345, 1, 0, 5, 0, 694, 8, 0, 10, 0, 12, 0, 697, 9, 0, 1, 0, 1, 0, 1, 1, 1, 1, 3, 1, 703, 8, 1, 1, 1, 3, 1, 706, 8, 1, 1, 2, 1, 2, 5, 2, 710, 8, 2, 10, 2, 12, 2, 713, 9, 2, 1, 2, 1, 2, 1, 2, 3, 2, 718, 8, 2, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 3, 3, 725, 8, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 3, 3, 735, 8, 3, 1, 3, 3, 3, 738, 8, 3, 1, 3, 1, 3, 3, 3, 742, 8, 3, 1, 4, 1, 4, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 3, 5, 757, 8, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 3, 5, 764, 8, 5, 1, 5, 1, 5, 1, 5, 1, 5, 3, 5, 770, 8, 5, 1, 5, 1, 5, 1, 5, 3, 5, 775, 8, 5, 1, 5, 1, 5, 1, 5, 3, 5, 780, 8, 5, 1, 5, 3, 5, 783, 8, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 5, 5, 805, 8, 5, 10, 5, 12, 5, 808, 9, 5, 1, 5, 1, 5, 5, 5, 812, 8, 5, 10, 5, 12, 5, 815, 9, 5, 3, 5, 817, 8, 5, 1, 6, 1, 6, 1, 6, 3, 6, 822, 8, 6, 1, 6, 1, 6, 1, 6, 3, 6, 827, 8, 6, 1, 6, 1, 6, 1, 6, 1, 6, 3, 6, 833, 8, 6, 1, 7, 1, 7, 3, 7, 837, 8, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 850, 8, 8, 1, 9, 1, 9, 3, 9, 854, 8, 9, 1, 9, 1, 9, 3, 9, 858, 8, 9, 1, 9, 1, 9, 1, 9, 3, 9, 863, 8, 9, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 3, 10, 870, 8, 10, 1, 10, 1, 10, 3, 10, 874, 8, 10, 1, 11, 1, 11, 1, 11, 3, 11, 879, 8, 11, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 886, 8, 12, 1, 12, 1, 12, 3, 12, 890, 8, 12, 1, 13, 1, 13, 1, 13, 3, 13, 895, 8, 13, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 4, 14, 941, 8, 14, 11, 14, 12, 14, 942, 1, 14, 1, 14, 1, 14, 4, 14, 948, 8, 14, 11, 14, 12, 14, 949, 1, 14, 1, 14, 1, 14, 3, 14, 955, 8, 14, 1, 15, 1, 15, 1, 15, 1, 16, 1, 16, 1, 16, 1, 16, 1, 17, 1, 17, 1, 18, 1, 18, 1, 18, 1, 19, 1, 19, 1, 19, 1, 20, 1, 20, 1, 20, 1, 20, 1, 21, 1, 21, 3, 21, 978, 8, 21, 1, 21, 1, 21, 3, 21, 982, 8, 21, 1, 21, 1, 21, 3, 21, 986, 8, 21, 1, 21, 3, 21, 989, 8, 21, 1, 21, 1, 21, 3, 21, 993, 8, 21, 1, 21, 1, 21, 1, 21, 3, 21, 998, 8, 21, 1, 21, 1, 21, 1, 21, 1, 21, 3, 21, 1004, 8, 21, 1, 21, 1, 21, 3, 21, 1008, 8, 21, 1, 21, 1, 21, 1, 21, 1, 21, 3, 21, 1014, 8, 21, 3, 21, 1016, 8, 21, 1, 22, 1, 22, 1, 22, 1, 23, 1, 23, 1, 23, 1, 24, 1, 24, 1, 24, 3, 24, 1027, 8, 24, 1, 24, 1, 24, 3, 24, 1031, 8, 24, 1, 25, 1, 25, 1, 25, 1, 26, 1, 26, 3, 26, 1038, 8, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 3, 26, 1046, 8, 26, 1, 26, 3, 26, 1049, 8, 26, 1, 27, 1, 27, 1, 27, 3, 27, 1054, 8, 27, 1, 27, 1, 27, 3, 27, 1058, 8, 27, 1, 27, 3, 27, 1061, 8, 27, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 29, 1, 29, 1, 29, 3, 29, 1071, 8, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 3, 29, 1079, 8, 29, 5, 29, 1081, 8, 29, 10, 29, 12, 29, 1084, 9, 29, 3, 29, 1086, 8, 29, 1, 30, 1, 30, 3, 30, 1090, 8, 30, 1, 31, 1, 31, 3, 31, 1094, 8, 31, 1, 31, 3, 31, 1097, 8, 31, 1, 32, 1, 32, 1, 32, 3, 32, 1102, 8, 32, 1, 32, 1, 32, 1, 32, 1, 32, 3, 32, 1108, 8, 32, 1, 32, 1, 32, 1, 32, 3, 32, 1113, 8, 32, 1, 32, 1, 32, 1, 32, 3, 32, 1118, 8, 32, 1, 32, 1, 32, 3, 32, 1122, 8, 32, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 3, 33, 1133, 8, 33, 3, 33, 1135, 8, 33, 1, 33, 1, 33, 3, 33, 1139, 8, 33, 1, 34, 1, 34, 1, 35, 1, 35, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1149, 8, 36, 1, 36, 1, 36, 3, 36, 1153, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1159, 8, 36, 1, 36, 3, 36, 1162, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1169, 8, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1174, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1182, 8, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1187, 8, 36, 1, 36, 1, 36, 3, 36, 1191, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1199, 8, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1204, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1210, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1216, 8, 36, 1, 36, 3, 36, 1219, 8, 36, 1, 36, 3, 36, 1222, 8, 36, 1, 36, 3, 36, 1225, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1234, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1242, 8, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1247, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1255, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1262, 8, 36, 1, 36, 3, 36, 1265, 8, 36, 1, 36, 3, 36, 1268, 8, 36, 3, 36, 1270, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1281, 8, 36, 3, 36, 1283, 8, 36, 1, 36, 3, 36, 1286, 8, 36, 1, 36, 3, 36, 1289, 8, 36, 1, 36, 3, 36, 1292, 8, 36, 1, 36, 3, 36, 1295, 8, 36, 1, 36, 3, 36, 1298, 8, 36, 3, 36, 1300, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1312, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1318, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1326, 8, 36, 3, 36, 1328, 8, 36, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 3, 37, 1338, 8, 37, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 40, 1, 40, 1, 41, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 1, 42, 1, 42, 1, 43, 1, 43, 1, 43, 1, 43, 1, 44, 1, 44, 1, 44, 1, 44, 1, 45, 1, 45, 1, 45, 3, 45, 1371, 8, 45, 1, 45, 1, 45, 1, 45, 3, 45, 1376, 8, 45, 1, 46, 1, 46, 3, 46, 1380, 8, 46, 1, 46, 1, 46, 3, 46, 1384, 8, 46, 1, 46, 1, 46, 1, 46, 1, 47, 1, 47, 3, 47, 1391, 8, 47, 1, 47, 1, 47, 1, 47, 5, 47, 1396, 8, 47, 10, 47, 12, 47, 1399, 9, 47, 1, 47, 1, 47, 1, 47, 3, 47, 1404, 8, 47, 1, 48, 1, 48, 3, 48, 1408, 8, 48, 1, 48, 3, 48, 1411, 8, 48, 1, 48, 1, 48, 1, 48, 5, 48, 1416, 8, 48, 10, 48, 12, 48, 1419, 9, 48, 1, 48, 1, 48, 1, 48, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 50, 1, 50, 1, 50, 1, 51, 1, 51, 1, 51, 1, 51, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 1441, 8, 52, 1, 53, 1, 53, 1, 53, 3, 53, 1446, 8, 53, 1, 53, 1, 53, 3, 53, 1450, 8, 53, 1, 54, 1, 54, 1, 54, 1, 54, 1, 55, 1, 55, 3, 55, 1458, 8, 55, 1, 56, 1, 56, 1, 56, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 1467, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 1474, 8, 57, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 1480, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 1487, 8, 58, 1, 58, 3, 58, 1490, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 1496, 8, 58, 1, 59, 1, 59, 1, 59, 5, 59, 1501, 8, 59, 10, 59, 12, 59, 1504, 9, 59, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 1511, 8, 60, 1, 61, 1, 61, 1, 62, 1, 62, 1, 62, 5, 62, 1518, 8, 62, 10, 62, 12, 62, 1521, 9, 62, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 3, 63, 1529, 8, 63, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 3, 64, 1536, 8, 64, 1, 65, 1, 65, 1, 65, 1, 65, 1, 66, 1, 66, 1, 66, 1, 66, 1, 67, 1, 67, 1, 67, 1, 67, 1, 68, 1, 68, 1, 68, 1, 68, 1, 69, 1, 69, 3, 69, 1556, 8, 69, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 3, 69, 1563, 8, 69, 3, 69, 1565, 8, 69, 1, 70, 1, 70, 1, 70, 5, 70, 1570, 8, 70, 10, 70, 12, 70, 1573, 9, 70, 1, 71, 1, 71, 1, 71, 1, 72, 1, 72, 1, 73, 1, 73, 3, 73, 1582, 8, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 1590, 8, 73, 1, 74, 1, 74, 3, 74, 1594, 8, 74, 1, 74, 1, 74, 3, 74, 1598, 8, 74, 1, 74, 1, 74, 1, 75, 1, 75, 1, 75, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 3, 76, 1611, 8, 76, 1, 76, 1, 76, 1, 76, 1, 77, 1, 77, 1, 77, 1, 77, 3, 77, 1620, 8, 77, 1, 77, 1, 77, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 3, 78, 1636, 8, 78, 1, 78, 1, 78, 3, 78, 1640, 8, 78, 1, 78, 1, 78, 1, 78, 3, 78, 1645, 8, 78, 1, 78, 1, 78, 1, 78, 3, 78, 1650, 8, 78, 1, 78, 3, 78, 1653, 8, 78, 1, 78, 3, 78, 1656, 8, 78, 1, 78, 3, 78, 1659, 8, 78, 1, 78, 3, 78, 1662, 8, 78, 1, 78, 3, 78, 1665, 8, 78, 1, 79, 1, 79, 1, 79, 3, 79, 1670, 8, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 80, 1, 80, 1, 80, 3, 80, 1679, 8, 80, 1, 80, 1, 80, 3, 80, 1683, 8, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 3, 80, 1690, 8, 80, 1, 80, 3, 80, 1693, 8, 80, 1, 80, 3, 80, 1696, 8, 80, 1, 80, 3, 80, 1699, 8, 80, 1, 80, 1, 80, 1, 80, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 3, 81, 1711, 8, 81, 1, 81, 1, 81, 1, 82, 1, 82, 3, 82, 1717, 8, 82, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 84, 1, 84, 1, 84, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 87, 1, 87, 1, 87, 3, 87, 1743, 8, 87, 1, 87, 1, 87, 1, 88, 1, 88, 1, 88, 1, 88, 3, 88, 1751, 8, 88, 1, 88, 1, 88, 3, 88, 1755, 8, 88, 1, 88, 3, 88, 1758, 8, 88, 1, 88, 3, 88, 1761, 8, 88, 1, 88, 3, 88, 1764, 8, 88, 1, 88, 3, 88, 1767, 8, 88, 1, 88, 3, 88, 1770, 8, 88, 1, 88, 3, 88, 1773, 8, 88, 1, 88, 3, 88, 1776, 8, 88, 1, 88, 1, 88, 1, 88, 1, 89, 1, 89, 1, 89, 1, 89, 3, 89, 1785, 8, 89, 1, 89, 1, 89, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 3, 90, 1795, 8, 90, 1, 90, 3, 90, 1798, 8, 90, 1, 90, 1, 90, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 3, 93, 1818, 8, 93, 1, 94, 1, 94, 1, 94, 1, 94, 3, 94, 1824, 8, 94, 1, 94, 1, 94, 1, 94, 1, 94, 3, 94, 1830, 8, 94, 1, 94, 3, 94, 1833, 8, 94, 3, 94, 1835, 8, 94, 1, 95, 1, 95, 1, 95, 1, 95, 1, 96, 3, 96, 1842, 8, 96, 1, 96, 1, 96, 1, 96, 1, 97, 1, 97, 3, 97, 1849, 8, 97, 1, 98, 1, 98, 1, 98, 1, 99, 1, 99, 1, 99, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 3, 100, 1862, 8, 100, 1, 100, 1, 100, 1, 100, 3, 100, 1867, 8, 100, 1, 100, 1, 100, 1, 101, 1, 101, 1, 101, 5, 101, 1874, 8, 101, 10, 101, 12, 101, 1877, 9, 101, 1, 102, 1, 102, 1, 102, 5, 102, 1882, 8, 102, 10, 102, 12, 102, 1885, 9, 102, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 3, 103, 1892, 8, 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, 1905, 8, 103, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 3, 104, 1918, 8, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 3, 105, 1934, 8, 105, 1, 106, 1, 106, 3, 106, 1938, 8, 106, 1, 107, 1, 107, 1, 107, 1, 108, 1, 108, 1, 108, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 3, 109, 1953, 8, 109, 1, 110, 1, 110, 1, 110, 1, 110, 3, 110, 1959, 8, 110, 1, 110, 3, 110, 1962, 8, 110, 1, 110, 3, 110, 1965, 8, 110, 1, 110, 3, 110, 1968, 8, 110, 1, 110, 3, 110, 1971, 8, 110, 1, 111, 1, 111, 3, 111, 1975, 8, 111, 1, 112, 1, 112, 1, 112, 1, 113, 1, 113, 1, 113, 1, 113, 1, 114, 1, 114, 1, 114, 1, 114, 5, 114, 1988, 8, 114, 10, 114, 12, 114, 1991, 9, 114, 3, 114, 1993, 8, 114, 1, 115, 1, 115, 1, 115, 1, 115, 1, 116, 1, 116, 1, 116, 5, 116, 2002, 8, 116, 10, 116, 12, 116, 2005, 9, 116, 1, 117, 1, 117, 1, 117, 1, 117, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 3, 118, 2018, 8, 118, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 122, 1, 122, 1, 122, 1, 122, 1, 122, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 3, 123, 2052, 8, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 3, 123, 2060, 8, 123, 1, 123, 1, 123, 1, 123, 3, 123, 2065, 8, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 3, 123, 2073, 8, 123, 1, 123, 1, 123, 1, 123, 3, 123, 2078, 8, 123, 1, 123, 1, 123, 1, 123, 3, 123, 2083, 8, 123, 1, 124, 1, 124, 1, 124, 5, 124, 2088, 8, 124, 10, 124, 12, 124, 2091, 9, 124, 1, 125, 1, 125, 1, 125, 5, 125, 2096, 8, 125, 10, 125, 12, 125, 2099, 9, 125, 1, 126, 1, 126, 1, 126, 5, 126, 2104, 8, 126, 10, 126, 12, 126, 2107, 9, 126, 1, 127, 1, 127, 1, 127, 5, 127, 2112, 8, 127, 10, 127, 12, 127, 2115, 9, 127, 1, 128, 1, 128, 3, 128, 2119, 8, 128, 1, 129, 1, 129, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 3, 130, 2129, 8, 130, 5, 130, 2131, 8, 130, 10, 130, 12, 130, 2134, 9, 130, 1, 131, 1, 131, 1, 131, 5, 131, 2139, 8, 131, 10, 131, 12, 131, 2142, 9, 131, 1, 132, 1, 132, 1, 132, 1, 132, 1, 133, 1, 133, 3, 133, 2150, 8, 133, 1, 133, 3, 133, 2153, 8, 133, 1, 134, 1, 134, 3, 134, 2157, 8, 134, 1, 135, 1, 135, 1, 136, 1, 136, 1, 136, 3, 136, 2164, 8, 136, 1, 137, 1, 137, 1, 138, 1, 138, 3, 138, 2170, 8, 138, 1, 138, 1, 138, 3, 138, 2174, 8, 138, 1, 139, 1, 139, 1, 139, 1, 139, 3, 139, 2180, 8, 139, 1, 140, 1, 140, 3, 140, 2184, 8, 140, 1, 141, 1, 141, 1, 141, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 143, 1, 143, 3, 143, 2196, 8, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 3, 143, 2205, 8, 143, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 3, 144, 2216, 8, 144, 1, 145, 1, 145, 3, 145, 2220, 8, 145, 1, 146, 1, 146, 1, 146, 5, 146, 2225, 8, 146, 10, 146, 12, 146, 2228, 9, 146, 1, 147, 1, 147, 1, 147, 1, 147, 1, 148, 1, 148, 1, 148, 5, 148, 2237, 8, 148, 10, 148, 12, 148, 2240, 9, 148, 1, 149, 1, 149, 1, 150, 1, 150, 1, 150, 1, 151, 1, 151, 3, 151, 2249, 8, 151, 1, 151, 3, 151, 2252, 8, 151, 1, 152, 1, 152, 1, 152, 5, 152, 2257, 8, 152, 10, 152, 12, 152, 2260, 9, 152, 1, 153, 1, 153, 1, 153, 3, 153, 2265, 8, 153, 1, 154, 1, 154, 3, 154, 2269, 8, 154, 1, 154, 3, 154, 2272, 8, 154, 1, 154, 3, 154, 2275, 8, 154, 1, 155, 1, 155, 1, 155, 1, 155, 3, 155, 2281, 8, 155, 1, 156, 1, 156, 3, 156, 2285, 8, 156, 1, 157, 1, 157, 3, 157, 2289, 8, 157, 1, 158, 1, 158, 1, 158, 3, 158, 2294, 8, 158, 1, 158, 1, 158, 3, 158, 2298, 8, 158, 1, 159, 1, 159, 3, 159, 2302, 8, 159, 1, 160, 1, 160, 3, 160, 2306, 8, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 3, 160, 2314, 8, 160, 1, 161, 1, 161, 3, 161, 2318, 8, 161, 1, 161, 1, 161, 3, 161, 2322, 8, 161, 1, 162, 1, 162, 3, 162, 2326, 8, 162, 1, 163, 1, 163, 3, 163, 2330, 8, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 3, 163, 2338, 8, 163, 1, 164, 1, 164, 3, 164, 2342, 8, 164, 1, 164, 1, 164, 3, 164, 2346, 8, 164, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 3, 165, 2354, 8, 165, 1, 166, 1, 166, 1, 166, 3, 166, 2359, 8, 166, 1, 167, 1, 167, 1, 167, 3, 167, 2364, 8, 167, 1, 168, 1, 168, 3, 168, 2368, 8, 168, 1, 169, 1, 169, 3, 169, 2372, 8, 169, 1, 170, 1, 170, 1, 170, 1, 170, 1, 170, 3, 170, 2379, 8, 170, 1, 171, 1, 171, 1, 172, 1, 172, 1, 172, 5, 172, 2386, 8, 172, 10, 172, 12, 172, 2389, 9, 172, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 3, 173, 2396, 8, 173, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 3, 174, 2408, 8, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 3, 174, 2426, 8, 174, 1, 174, 3, 174, 2429, 8, 174, 1, 174, 1, 174, 1, 174, 1, 174, 3, 174, 2435, 8, 174, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 179, 1, 179, 3, 179, 2461, 8, 179, 1, 180, 3, 180, 2464, 8, 180, 1, 180, 1, 180, 1, 181, 1, 181, 3, 181, 2470, 8, 181, 1, 182, 1, 182, 1, 182, 1, 182, 5, 182, 2476, 8, 182, 10, 182, 12, 182, 2479, 9, 182, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 3, 183, 2486, 8, 183, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 1, 184, 1, 184, 1, 184, 1, 184, 5, 184, 2497, 8, 184, 10, 184, 12, 184, 2500, 9, 184, 1, 185, 1, 185, 1, 185, 1, 185, 3, 185, 2506, 8, 185, 1, 185, 3, 185, 2509, 8, 185, 1, 185, 3, 185, 2512, 8, 185, 1, 185, 3, 185, 2515, 8, 185, 1, 185, 3, 185, 2518, 8, 185, 1, 185, 3, 185, 2521, 8, 185, 1, 185, 3, 185, 2524, 8, 185, 1, 185, 3, 185, 2527, 8, 185, 1, 185, 3, 185, 2530, 8, 185, 1, 185, 3, 185, 2533, 8, 185, 1, 185, 3, 185, 2536, 8, 185, 1, 185, 1, 185, 1, 185, 3, 185, 2541, 8, 185, 1, 185, 3, 185, 2544, 8, 185, 1, 185, 3, 185, 2547, 8, 185, 1, 185, 3, 185, 2550, 8, 185, 1, 185, 3, 185, 2553, 8, 185, 1, 185, 3, 185, 2556, 8, 185, 1, 185, 3, 185, 2559, 8, 185, 1, 185, 3, 185, 2562, 8, 185, 1, 185, 3, 185, 2565, 8, 185, 1, 185, 3, 185, 2568, 8, 185, 1, 185, 3, 185, 2571, 8, 185, 3, 185, 2573, 8, 185, 1, 186, 1, 186, 1, 186, 1, 186, 3, 186, 2579, 8, 186, 1, 187, 1, 187, 3, 187, 2583, 8, 187, 1, 187, 3, 187, 2586, 8, 187, 1, 187, 3, 187, 2589, 8, 187, 1, 187, 3, 187, 2592, 8, 187, 1, 187, 3, 187, 2595, 8, 187, 1, 187, 3, 187, 2598, 8, 187, 1, 187, 1, 187, 1, 187, 1, 187, 1, 187, 3, 187, 2605, 8, 187, 1, 188, 1, 188, 3, 188, 2609, 8, 188, 1, 188, 3, 188, 2612, 8, 188, 1, 188, 3, 188, 2615, 8, 188, 1, 188, 3, 188, 2618, 8, 188, 1, 188, 3, 188, 2621, 8, 188, 1, 188, 3, 188, 2624, 8, 188, 1, 189, 1, 189, 1, 189, 4, 189, 2629, 8, 189, 11, 189, 12, 189, 2630, 1, 190, 3, 190, 2634, 8, 190, 1, 190, 1, 190, 1, 191, 1, 191, 1, 191, 1, 191, 3, 191, 2642, 8, 191, 1, 191, 1, 191, 3, 191, 2646, 8, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 3, 191, 2653, 8, 191, 3, 191, 2655, 8, 191, 1, 192, 3, 192, 2658, 8, 192, 1, 192, 1, 192, 1, 192, 3, 192, 2663, 8, 192, 1, 192, 3, 192, 2666, 8, 192, 1, 192, 1, 192, 3, 192, 2670, 8, 192, 1, 193, 1, 193, 1, 193, 3, 193, 2675, 8, 193, 1, 193, 1, 193, 1, 193, 1, 193, 3, 193, 2681, 8, 193, 1, 194, 1, 194, 1, 194, 1, 194, 1, 195, 1, 195, 3, 195, 2689, 8, 195, 1, 196, 1, 196, 1, 196, 1, 196, 5, 196, 2695, 8, 196, 10, 196, 12, 196, 2698, 9, 196, 1, 197, 1, 197, 1, 197, 1, 197, 1, 197, 5, 197, 2705, 8, 197, 10, 197, 12, 197, 2708, 9, 197, 3, 197, 2710, 8, 197, 1, 197, 1, 197, 3, 197, 2714, 8, 197, 1, 197, 1, 197, 3, 197, 2718, 8, 197, 1, 197, 1, 197, 1, 197, 3, 197, 2723, 8, 197, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 3, 198, 2730, 8, 198, 1, 199, 1, 199, 5, 199, 2734, 8, 199, 10, 199, 12, 199, 2737, 9, 199, 1, 199, 3, 199, 2740, 8, 199, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 3, 200, 2747, 8, 200, 1, 200, 1, 200, 1, 200, 3, 200, 2752, 8, 200, 1, 200, 1, 200, 1, 200, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 3, 201, 2765, 8, 201, 1, 202, 1, 202, 1, 202, 1, 202, 1, 202, 1, 202, 3, 202, 2773, 8, 202, 1, 203, 1, 203, 1, 203, 1, 204, 1, 204, 1, 204, 1, 205, 1, 205, 1, 205, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 3, 206, 2792, 8, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 3, 206, 2802, 8, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 3, 206, 2815, 8, 206, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 3, 207, 2825, 8, 207, 1, 207, 1, 207, 3, 207, 2829, 8, 207, 4, 207, 2831, 8, 207, 11, 207, 12, 207, 2832, 1, 207, 1, 207, 5, 207, 2837, 8, 207, 10, 207, 12, 207, 2840, 9, 207, 1, 207, 1, 207, 5, 207, 2844, 8, 207, 10, 207, 12, 207, 2847, 9, 207, 1, 207, 1, 207, 5, 207, 2851, 8, 207, 10, 207, 12, 207, 2854, 9, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 3, 207, 2862, 8, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 3, 207, 2869, 8, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 3, 207, 2889, 8, 207, 1, 207, 3, 207, 2892, 8, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 3, 207, 2906, 8, 207, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 3, 208, 2921, 8, 208, 1, 208, 1, 208, 3, 208, 2925, 8, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 5, 208, 2943, 8, 208, 10, 208, 12, 208, 2946, 9, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 3, 208, 2957, 8, 208, 1, 208, 1, 208, 1, 208, 1, 208, 3, 208, 2963, 8, 208, 1, 208, 3, 208, 2966, 8, 208, 1, 208, 3, 208, 2969, 8, 208, 1, 208, 1, 208, 1, 208, 1, 208, 3, 208, 2975, 8, 208, 1, 208, 1, 208, 1, 208, 1, 208, 3, 208, 2981, 8, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 3, 208, 2988, 8, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 3, 208, 2996, 8, 208, 1, 208, 1, 208, 1, 208, 1, 208, 3, 208, 3002, 8, 208, 1, 208, 1, 208, 3, 208, 3006, 8, 208, 1, 208, 1, 208, 1, 208, 3, 208, 3011, 8, 208, 1, 208, 3, 208, 3014, 8, 208, 1, 208, 1, 208, 3, 208, 3018, 8, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 3, 208, 3025, 8, 208, 1, 208, 1, 208, 1, 208, 3, 208, 3030, 8, 208, 1, 208, 1, 208, 1, 208, 3, 208, 3035, 8, 208, 1, 208, 3, 208, 3038, 8, 208, 3, 208, 3040, 8, 208, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 3, 209, 3048, 8, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 3, 209, 3056, 8, 209, 1, 209, 1, 209, 3, 209, 3060, 8, 209, 4, 209, 3062, 8, 209, 11, 209, 12, 209, 3063, 1, 209, 1, 209, 3, 209, 3068, 8, 209, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 3, 210, 3085, 8, 210, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 3, 211, 3102, 8, 211, 1, 212, 1, 212, 1, 212, 1, 213, 1, 213, 3, 213, 3109, 8, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 5, 213, 3116, 8, 213, 10, 213, 12, 213, 3119, 9, 213, 1, 213, 1, 213, 3, 213, 3123, 8, 213, 1, 213, 3, 213, 3126, 8, 213, 1, 213, 3, 213, 3129, 8, 213, 1, 214, 1, 214, 3, 214, 3133, 8, 214, 1, 214, 1, 214, 1, 214, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 3, 215, 3148, 8, 215, 1, 215, 1, 215, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 3, 216, 3162, 8, 216, 1, 216, 3, 216, 3165, 8, 216, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 3, 217, 3176, 8, 217, 1, 218, 1, 218, 3, 218, 3180, 8, 218, 1, 218, 3, 218, 3183, 8, 218, 1, 218, 3, 218, 3186, 8, 218, 1, 218, 1, 218, 3, 218, 3190, 8, 218, 1, 218, 1, 218, 1, 218, 3, 218, 3195, 8, 218, 1, 218, 3, 218, 3198, 8, 218, 1, 218, 3, 218, 3201, 8, 218, 1, 218, 3, 218, 3204, 8, 218, 1, 218, 3, 218, 3207, 8, 218, 1, 218, 3, 218, 3210, 8, 218, 1, 218, 1, 218, 1, 218, 1, 218, 3, 218, 3216, 8, 218, 1, 218, 3, 218, 3219, 8, 218, 1, 218, 3, 218, 3222, 8, 218, 1, 218, 3, 218, 3225, 8, 218, 1, 218, 3, 218, 3228, 8, 218, 1, 218, 3, 218, 3231, 8, 218, 1, 218, 3, 218, 3234, 8, 218, 1, 218, 3, 218, 3237, 8, 218, 1, 218, 3, 218, 3240, 8, 218, 1, 218, 3, 218, 3243, 8, 218, 1, 218, 1, 218, 3, 218, 3247, 8, 218, 3, 218, 3249, 8, 218, 1, 218, 1, 218, 1, 218, 1, 218, 3, 218, 3255, 8, 218, 1, 218, 1, 218, 1, 218, 3, 218, 3260, 8, 218, 1, 218, 3, 218, 3263, 8, 218, 1, 218, 3, 218, 3266, 8, 218, 1, 218, 3, 218, 3269, 8, 218, 1, 218, 3, 218, 3272, 8, 218, 1, 218, 1, 218, 1, 218, 1, 218, 3, 218, 3278, 8, 218, 1, 218, 3, 218, 3281, 8, 218, 1, 218, 3, 218, 3284, 8, 218, 1, 218, 3, 218, 3287, 8, 218, 1, 218, 3, 218, 3290, 8, 218, 1, 218, 3, 218, 3293, 8, 218, 1, 218, 3, 218, 3296, 8, 218, 1, 218, 3, 218, 3299, 8, 218, 1, 218, 3, 218, 3302, 8, 218, 1, 218, 3, 218, 3305, 8, 218, 1, 218, 1, 218, 3, 218, 3309, 8, 218, 3, 218, 3311, 8, 218, 3, 218, 3313, 8, 218, 1, 219, 1, 219, 1, 219, 3, 219, 3318, 8, 219, 1, 219, 1, 219, 1, 219, 3, 219, 3323, 8, 219, 1, 219, 1, 219, 3, 219, 3327, 8, 219, 1, 219, 1, 219, 3, 219, 3331, 8, 219, 1, 219, 1, 219, 1, 219, 3, 219, 3336, 8, 219, 1, 220, 1, 220, 1, 220, 3, 220, 3341, 8, 220, 1, 220, 1, 220, 1, 221, 1, 221, 1, 221, 5, 221, 3348, 8, 221, 10, 221, 12, 221, 3351, 9, 221, 1, 221, 1, 221, 1, 222, 1, 222, 1, 222, 5, 222, 3358, 8, 222, 10, 222, 12, 222, 3361, 9, 222, 1, 223, 1, 223, 1, 223, 5, 223, 3366, 8, 223, 10, 223, 12, 223, 3369, 9, 223, 1, 224, 1, 224, 1, 224, 1, 225, 1, 225, 1, 225, 1, 225, 4, 225, 3378, 8, 225, 11, 225, 12, 225, 3379, 1, 225, 3, 225, 3383, 8, 225, 1, 226, 1, 226, 5, 226, 3387, 8, 226, 10, 226, 12, 226, 3390, 9, 226, 1, 226, 1, 226, 5, 226, 3394, 8, 226, 10, 226, 12, 226, 3397, 9, 226, 1, 226, 1, 226, 5, 226, 3401, 8, 226, 10, 226, 12, 226, 3404, 9, 226, 1, 226, 1, 226, 5, 226, 3408, 8, 226, 10, 226, 12, 226, 3411, 9, 226, 1, 226, 1, 226, 1, 226, 1, 226, 3, 226, 3417, 8, 226, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 3, 227, 3426, 8, 227, 5, 227, 3428, 8, 227, 10, 227, 12, 227, 3431, 9, 227, 1, 228, 1, 228, 1, 228, 1, 228, 3, 228, 3437, 8, 228, 1, 228, 5, 228, 3440, 8, 228, 10, 228, 12, 228, 3443, 9, 228, 1, 229, 3, 229, 3446, 8, 229, 1, 229, 1, 229, 3, 229, 3450, 8, 229, 1, 229, 3, 229, 3453, 8, 229, 1, 229, 3, 229, 3456, 8, 229, 1, 229, 1, 229, 1, 229, 1, 229, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 3, 230, 3467, 8, 230, 1, 230, 1, 230, 3, 230, 3471, 8, 230, 3, 230, 3473, 8, 230, 1, 230, 3, 230, 3476, 8, 230, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 5, 231, 3487, 8, 231, 10, 231, 12, 231, 3490, 9, 231, 3, 231, 3492, 8, 231, 1, 231, 3, 231, 3495, 8, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 5, 231, 3505, 8, 231, 10, 231, 12, 231, 3508, 9, 231, 3, 231, 3510, 8, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 3, 231, 3517, 8, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 5, 231, 3524, 8, 231, 10, 231, 12, 231, 3527, 9, 231, 1, 231, 1, 231, 3, 231, 3531, 8, 231, 3, 231, 3533, 8, 231, 3, 231, 3535, 8, 231, 1, 232, 1, 232, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 5, 233, 3550, 8, 233, 10, 233, 12, 233, 3553, 9, 233, 3, 233, 3555, 8, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 3, 233, 3563, 8, 233, 1, 233, 3, 233, 3566, 8, 233, 1, 234, 1, 234, 3, 234, 3570, 8, 234, 1, 234, 3, 234, 3573, 8, 234, 1, 234, 3, 234, 3576, 8, 234, 1, 234, 3, 234, 3579, 8, 234, 1, 234, 3, 234, 3582, 8, 234, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 3, 235, 3594, 8, 235, 1, 236, 1, 236, 1, 237, 1, 237, 1, 238, 1, 238, 3, 238, 3602, 8, 238, 1, 239, 1, 239, 1, 239, 1, 239, 1, 239, 3, 239, 3609, 8, 239, 1, 239, 3, 239, 3612, 8, 239, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 3, 240, 3619, 8, 240, 1, 240, 3, 240, 3622, 8, 240, 1, 241, 1, 241, 1, 241, 3, 241, 3627, 8, 241, 1, 241, 1, 241, 1, 242, 1, 242, 1, 242, 3, 242, 3634, 8, 242, 1, 242, 1, 242, 1, 243, 1, 243, 1, 243, 1, 243, 3, 243, 3642, 8, 243, 1, 243, 1, 243, 1, 244, 1, 244, 1, 244, 1, 244, 3, 244, 3650, 8, 244, 1, 244, 1, 244, 1, 244, 3, 244, 3655, 8, 244, 1, 244, 1, 244, 3, 244, 3659, 8, 244, 1, 245, 1, 245, 1, 245, 3, 245, 3664, 8, 245, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 3, 246, 3671, 8, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 5, 246, 3683, 8, 246, 10, 246, 12, 246, 3686, 9, 246, 3, 246, 3688, 8, 246, 1, 246, 1, 246, 3, 246, 3692, 8, 246, 1, 247, 1, 247, 1, 247, 1, 248, 1, 248, 1, 248, 1, 248, 5, 248, 3701, 8, 248, 10, 248, 12, 248, 3704, 9, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 5, 248, 3711, 8, 248, 10, 248, 12, 248, 3714, 9, 248, 3, 248, 3716, 8, 248, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 3, 249, 3723, 8, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 5, 249, 3730, 8, 249, 10, 249, 12, 249, 3733, 9, 249, 3, 249, 3735, 8, 249, 1, 249, 1, 249, 1, 250, 1, 250, 3, 250, 3741, 8, 250, 1, 250, 3, 250, 3744, 8, 250, 1, 250, 1, 250, 1, 250, 5, 250, 3749, 8, 250, 10, 250, 12, 250, 3752, 9, 250, 1, 250, 1, 250, 3, 250, 3756, 8, 250, 1, 250, 3, 250, 3759, 8, 250, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 3, 251, 3772, 8, 251, 1, 251, 1, 251, 1, 251, 1, 251, 3, 251, 3778, 8, 251, 3, 251, 3780, 8, 251, 1, 251, 1, 251, 1, 251, 1, 252, 1, 252, 1, 252, 3, 252, 3788, 8, 252, 1, 252, 3, 252, 3791, 8, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 5, 252, 3799, 8, 252, 10, 252, 12, 252, 3802, 9, 252, 1, 252, 1, 252, 3, 252, 3806, 8, 252, 3, 252, 3808, 8, 252, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 3, 253, 3820, 8, 253, 1, 253, 1, 253, 1, 253, 1, 253, 3, 253, 3826, 8, 253, 3, 253, 3828, 8, 253, 1, 253, 1, 253, 1, 253, 1, 254, 1, 254, 3, 254, 3835, 8, 254, 1, 255, 1, 255, 1, 255, 5, 255, 3840, 8, 255, 10, 255, 12, 255, 3843, 9, 255, 1, 256, 1, 256, 1, 256, 1, 256, 1, 256, 1, 256, 1, 256, 1, 256, 1, 256, 5, 256, 3854, 8, 256, 10, 256, 12, 256, 3857, 9, 256, 1, 257, 1, 257, 1, 257, 3, 257, 3862, 8, 257, 1, 257, 3, 257, 3865, 8, 257, 1, 257, 3, 257, 3868, 8, 257, 1, 257, 3, 257, 3871, 8, 257, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 3, 258, 3880, 8, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 3, 258, 3887, 8, 258, 1, 259, 1, 259, 1, 259, 1, 259, 3, 259, 3893, 8, 259, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 3, 260, 3902, 8, 260, 1, 261, 1, 261, 3, 261, 3906, 8, 261, 1, 261, 1, 261, 1, 261, 1, 261, 5, 261, 3912, 8, 261, 10, 261, 12, 261, 3915, 9, 261, 1, 261, 1, 261, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 3, 262, 3924, 8, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 5, 262, 3932, 8, 262, 10, 262, 12, 262, 3935, 9, 262, 1, 262, 1, 262, 3, 262, 3939, 8, 262, 1, 263, 1, 263, 3, 263, 3943, 8, 263, 1, 263, 1, 263, 5, 263, 3947, 8, 263, 10, 263, 12, 263, 3950, 9, 263, 1, 263, 1, 263, 3, 263, 3954, 8, 263, 1, 264, 1, 264, 1, 264, 1, 265, 1, 265, 1, 265, 1, 266, 1, 266, 3, 266, 3964, 8, 266, 1, 267, 1, 267, 3, 267, 3968, 8, 267, 1, 267, 3, 267, 3971, 8, 267, 1, 267, 1, 267, 1, 267, 3, 267, 3976, 8, 267, 1, 267, 3, 267, 3979, 8, 267, 5, 267, 3981, 8, 267, 10, 267, 12, 267, 3984, 9, 267, 1, 268, 1, 268, 3, 268, 3988, 8, 268, 1, 269, 1, 269, 1, 269, 1, 269, 1, 270, 1, 270, 1, 270, 4, 270, 3997, 8, 270, 11, 270, 12, 270, 3998, 3, 270, 4001, 8, 270, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 5, 271, 4008, 8, 271, 10, 271, 12, 271, 4011, 9, 271, 1, 272, 1, 272, 1, 272, 1, 272, 1, 273, 1, 273, 1, 273, 1, 273, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 5, 274, 4027, 8, 274, 10, 274, 12, 274, 4030, 9, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 5, 274, 4037, 8, 274, 10, 274, 12, 274, 4040, 9, 274, 3, 274, 4042, 8, 274, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 3, 275, 4049, 8, 275, 1, 275, 3, 275, 4052, 8, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 3, 275, 4062, 8, 275, 1, 275, 1, 275, 1, 275, 5, 275, 4067, 8, 275, 10, 275, 12, 275, 4070, 9, 275, 3, 275, 4072, 8, 275, 3, 275, 4074, 8, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 3, 275, 4085, 8, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 3, 275, 4095, 8, 275, 3, 275, 4097, 8, 275, 1, 276, 1, 276, 1, 276, 1, 277, 1, 277, 1, 278, 1, 278, 3, 278, 4106, 8, 278, 1, 279, 1, 279, 1, 279, 3, 279, 4111, 8, 279, 1, 280, 1, 280, 1, 280, 1, 280, 1, 280, 1, 280, 1, 280, 3, 280, 4120, 8, 280, 1, 280, 1, 280, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 4, 281, 4131, 8, 281, 11, 281, 12, 281, 4132, 1, 281, 1, 281, 3, 281, 4137, 8, 281, 1, 281, 1, 281, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 4, 282, 4147, 8, 282, 11, 282, 12, 282, 4148, 1, 282, 1, 282, 3, 282, 4153, 8, 282, 1, 282, 1, 282, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 3, 283, 4162, 8, 283, 1, 283, 1, 283, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 3, 285, 4181, 8, 285, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 5, 286, 4197, 8, 286, 10, 286, 12, 286, 4200, 9, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 3, 286, 4211, 8, 286, 1, 287, 1, 287, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 3, 288, 4226, 8, 288, 1, 288, 1, 288, 3, 288, 4230, 8, 288, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 3, 289, 4246, 8, 289, 1, 290, 1, 290, 1, 290, 5, 290, 4251, 8, 290, 10, 290, 12, 290, 4254, 9, 290, 1, 291, 1, 291, 1, 291, 1, 291, 1, 291, 1, 291, 1, 291, 1, 291, 1, 291, 1, 291, 1, 291, 3, 291, 4267, 8, 291, 1, 292, 5, 292, 4270, 8, 292, 10, 292, 12, 292, 4273, 9, 292, 1, 292, 1, 292, 1, 292, 1, 292, 1, 292, 1, 292, 1, 292, 5, 292, 4282, 8, 292, 10, 292, 12, 292, 4285, 9, 292, 1, 293, 1, 293, 1, 293, 5, 293, 4290, 8, 293, 10, 293, 12, 293, 4293, 9, 293, 1, 294, 1, 294, 1, 294, 5, 294, 4298, 8, 294, 10, 294, 12, 294, 4301, 9, 294, 1, 295, 1, 295, 1, 295, 5, 295, 4306, 8, 295, 10, 295, 12, 295, 4309, 9, 295, 1, 296, 1, 296, 1, 296, 5, 296, 4314, 8, 296, 10, 296, 12, 296, 4317, 9, 296, 1, 297, 1, 297, 1, 297, 5, 297, 4322, 8, 297, 10, 297, 12, 297, 4325, 9, 297, 1, 298, 1, 298, 1, 298, 5, 298, 4330, 8, 298, 10, 298, 12, 298, 4333, 9, 298, 1, 299, 1, 299, 1, 300, 1, 300, 1, 300, 1, 300, 1, 301, 1, 301, 3, 301, 4343, 8, 301, 1, 301, 1, 301, 3, 301, 4347, 8, 301, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 3, 302, 4355, 8, 302, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 3, 303, 4371, 8, 303, 1, 304, 1, 304, 3, 304, 4375, 8, 304, 1, 305, 1, 305, 1, 305, 3, 305, 4380, 8, 305, 1, 306, 1, 306, 1, 306, 1, 306, 1, 307, 1, 307, 1, 307, 1, 307, 1, 307, 1, 307, 1, 307, 3, 307, 4393, 8, 307, 1, 308, 1, 308, 1, 308, 1, 308, 1, 308, 1, 308, 1, 308, 5, 308, 4402, 8, 308, 10, 308, 12, 308, 4405, 9, 308, 1, 309, 1, 309, 1, 309, 1, 309, 1, 309, 1, 309, 3, 309, 4413, 8, 309, 1, 310, 5, 310, 4416, 8, 310, 10, 310, 12, 310, 4419, 9, 310, 1, 310, 1, 310, 1, 310, 3, 310, 4424, 8, 310, 1, 311, 1, 311, 1, 311, 5, 311, 4429, 8, 311, 10, 311, 12, 311, 4432, 9, 311, 1, 312, 1, 312, 3, 312, 4436, 8, 312, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 5, 313, 4443, 8, 313, 10, 313, 12, 313, 4446, 9, 313, 1, 313, 1, 313, 1, 314, 1, 314, 1, 314, 3, 314, 4453, 8, 314, 1, 315, 1, 315, 1, 315, 1, 315, 5, 315, 4459, 8, 315, 10, 315, 12, 315, 4462, 9, 315, 1, 315, 1, 315, 1, 316, 1, 316, 1, 316, 3, 316, 4469, 8, 316, 1, 316, 1, 316, 1, 317, 1, 317, 1, 318, 1, 318, 1, 319, 1, 319, 3, 319, 4479, 8, 319, 1, 320, 1, 320, 1, 320, 3, 320, 4484, 8, 320, 1, 321, 1, 321, 1, 322, 1, 322, 1, 323, 1, 323, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 1, 324, 3, 324, 4542, 8, 324, 1, 325, 1, 325, 1, 325, 1, 325, 3, 325, 4548, 8, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 3, 325, 4557, 8, 325, 3, 325, 4559, 8, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 5, 325, 4573, 8, 325, 10, 325, 12, 325, 4576, 9, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 3, 325, 4583, 8, 325, 1, 325, 1, 325, 3, 325, 4587, 8, 325, 3, 325, 4589, 8, 325, 1, 325, 1, 325, 1, 325, 1, 325, 3, 325, 4595, 8, 325, 1, 325, 1, 325, 1, 325, 3, 325, 4600, 8, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 3, 325, 4617, 8, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 3, 325, 4643, 8, 325, 1, 325, 1, 325, 1, 325, 3, 325, 4648, 8, 325, 3, 325, 4650, 8, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 3, 325, 4678, 8, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 3, 325, 4695, 8, 325, 1, 325, 1, 325, 1, 325, 3, 325, 4700, 8, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 3, 325, 4709, 8, 325, 1, 326, 1, 326, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 3, 327, 4720, 8, 327, 1, 328, 1, 328, 1, 328, 5, 328, 4725, 8, 328, 10, 328, 12, 328, 4728, 9, 328, 1, 329, 1, 329, 1, 329, 3, 329, 4733, 8, 329, 1, 330, 1, 330, 1, 330, 3, 330, 4738, 8, 330, 1, 331, 1, 331, 1, 332, 1, 332, 1, 333, 1, 333, 1, 334, 1, 334, 1, 335, 1, 335, 1, 336, 1, 336, 1, 337, 1, 337, 1, 338, 1, 338, 1, 339, 1, 339, 1, 340, 1, 340, 1, 341, 1, 341, 1, 341, 5, 341, 4763, 8, 341, 10, 341, 12, 341, 4766, 9, 341, 1, 342, 1, 342, 1, 342, 1, 342, 1, 343, 1, 343, 1, 343, 1, 343, 3, 343, 4776, 8, 343, 1, 344, 1, 344, 1, 344, 1, 344, 1, 344, 1, 344, 1, 344, 1, 344, 1, 344, 1, 344, 1, 344, 1, 344, 3, 344, 4790, 8, 344, 1, 345, 1, 345, 1, 345, 5, 345, 4795, 8, 345, 10, 345, 12, 345, 4798, 9, 345, 1, 345, 1, 813, 0, 346, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, 172, 174, 176, 178, 180, 182, 184, 186, 188, 190, 192, 194, 196, 198, 200, 202, 204, 206, 208, 210, 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, 232, 234, 236, 238, 240, 242, 244, 246, 248, 250, 252, 254, 256, 258, 260, 262, 264, 266, 268, 270, 272, 274, 276, 278, 280, 282, 284, 286, 288, 290, 292, 294, 296, 298, 300, 302, 304, 306, 308, 310, 312, 314, 316, 318, 320, 322, 324, 326, 328, 330, 332, 334, 336, 338, 340, 342, 344, 346, 348, 350, 352, 354, 356, 358, 360, 362, 364, 366, 368, 370, 372, 374, 376, 378, 380, 382, 384, 386, 388, 390, 392, 394, 396, 398, 400, 402, 404, 406, 408, 410, 412, 414, 416, 418, 420, 422, 424, 426, 428, 430, 432, 434, 436, 438, 440, 442, 444, 446, 448, 450, 452, 454, 456, 458, 460, 462, 464, 466, 468, 470, 472, 474, 476, 478, 480, 482, 484, 486, 488, 490, 492, 494, 496, 498, 500, 502, 504, 506, 508, 510, 512, 514, 516, 518, 520, 522, 524, 526, 528, 530, 532, 534, 536, 538, 540, 542, 544, 546, 548, 550, 552, 554, 556, 558, 560, 562, 564, 566, 568, 570, 572, 574, 576, 578, 580, 582, 584, 586, 588, 590, 592, 594, 596, 598, 600, 602, 604, 606, 608, 610, 612, 614, 616, 618, 620, 622, 624, 626, 628, 630, 632, 634, 636, 638, 640, 642, 644, 646, 648, 650, 652, 654, 656, 658, 660, 662, 664, 666, 668, 670, 672, 674, 676, 678, 680, 682, 684, 686, 688, 690, 0, 60, 2, 0, 57, 57, 172, 172, 4, 0, 91, 91, 121, 121, 226, 226, 325, 325, 2, 0, 50, 50, 346, 346, 2, 0, 34, 34, 282, 282, 1, 0, 89, 90, 2, 0, 139, 139, 154, 154, 2, 0, 67, 67, 295, 295, 2, 0, 68, 68, 296, 296, 1, 0, 155, 156, 2, 0, 114, 114, 307, 307, 11, 0, 7, 7, 9, 9, 58, 58, 86, 86, 101, 101, 155, 155, 161, 161, 190, 190, 299, 299, 309, 309, 365, 365, 3, 0, 4, 4, 101, 101, 326, 326, 3, 0, 15, 15, 128, 128, 170, 170, 1, 0, 141, 142, 2, 0, 30, 30, 351, 351, 2, 0, 217, 217, 373, 373, 2, 0, 214, 214, 272, 272, 2, 0, 18, 18, 89, 89, 2, 0, 130, 130, 177, 177, 2, 0, 39, 39, 376, 376, 4, 0, 112, 112, 164, 164, 205, 205, 356, 356, 2, 0, 7, 7, 96, 96, 2, 0, 125, 125, 350, 350, 2, 0, 225, 225, 391, 391, 2, 0, 42, 42, 315, 315, 2, 0, 189, 189, 196, 196, 2, 0, 426, 426, 431, 431, 2, 0, 140, 140, 285, 285, 3, 0, 12, 12, 231, 231, 300, 300, 2, 0, 241, 241, 292, 292, 2, 0, 198, 198, 268, 268, 2, 0, 260, 260, 292, 292, 2, 0, 354, 354, 431, 431, 2, 0, 133, 133, 247, 247, 2, 0, 152, 152, 281, 281, 3, 0, 413, 414, 418, 418, 420, 420, 2, 0, 412, 412, 415, 417, 1, 0, 413, 414, 4, 0, 184, 184, 270, 270, 286, 286, 408, 411, 2, 0, 7, 7, 13, 13, 3, 0, 7, 7, 13, 13, 313, 313, 3, 0, 184, 184, 270, 270, 286, 286, 4, 0, 125, 125, 219, 219, 350, 350, 360, 360, 2, 0, 405, 405, 407, 411, 24, 0, 11, 11, 16, 16, 25, 28, 35, 35, 100, 100, 131, 132, 151, 151, 154, 154, 162, 163, 184, 184, 198, 198, 216, 216, 228, 228, 264, 264, 270, 270, 286, 286, 311, 311, 323, 324, 340, 340, 357, 357, 383, 383, 405, 417, 419, 421, 423, 423, 85, 0, 1, 6, 8, 8, 10, 10, 15, 15, 18, 20, 22, 24, 30, 31, 33, 34, 37, 38, 40, 44, 46, 47, 49, 50, 52, 53, 56, 57, 59, 59, 66, 66, 68, 68, 72, 77, 79, 79, 83, 85, 87, 89, 91, 95, 97, 99, 103, 104, 106, 107, 109, 111, 114, 116, 118, 121, 127, 130, 137, 138, 142, 142, 147, 150, 152, 152, 155, 156, 158, 160, 168, 170, 172, 177, 182, 183, 185, 187, 189, 193, 195, 197, 199, 202, 204, 204, 206, 209, 211, 212, 214, 215, 217, 218, 220, 220, 222, 223, 226, 227, 232, 233, 235, 236, 238, 240, 243, 246, 252, 252, 254, 255, 257, 259, 261, 262, 265, 267, 271, 282, 284, 284, 287, 288, 293, 298, 300, 303, 305, 310, 312, 312, 314, 317, 319, 325, 327, 328, 330, 330, 332, 334, 339, 340, 342, 342, 344, 346, 349, 349, 352, 353, 355, 355, 357, 357, 360, 364, 366, 368, 371, 373, 375, 375, 377, 382, 385, 385, 388, 394, 13, 0, 16, 16, 26, 28, 63, 64, 71, 71, 100, 100, 131, 131, 145, 145, 151, 151, 162, 163, 198, 198, 264, 264, 311, 311, 337, 337, 2, 0, 4, 4, 101, 101, 2, 0, 9, 9, 58, 58, 3, 0, 14, 14, 144, 144, 369, 369, 1, 0, 106, 107, 1, 0, 94, 95, 1, 0, 392, 393, 1, 0, 208, 209, 1, 0, 381, 382, 1, 0, 73, 74, 1, 0, 148, 149, 1, 0, 206, 207, 1, 0, 297, 298, 1, 0, 80, 82, 5390, 0, 695, 1, 0, 0, 0, 2, 702, 1, 0, 0, 0, 4, 707, 1, 0, 0, 0, 6, 741, 1, 0, 0, 0, 8, 743, 1, 0, 0, 0, 10, 816, 1, 0, 0, 0, 12, 818, 1, 0, 0, 0, 14, 834, 1, 0, 0, 0, 16, 843, 1, 0, 0, 0, 18, 851, 1, 0, 0, 0, 20, 864, 1, 0, 0, 0, 22, 875, 1, 0, 0, 0, 24, 880, 1, 0, 0, 0, 26, 891, 1, 0, 0, 0, 28, 954, 1, 0, 0, 0, 30, 956, 1, 0, 0, 0, 32, 959, 1, 0, 0, 0, 34, 963, 1, 0, 0, 0, 36, 965, 1, 0, 0, 0, 38, 968, 1, 0, 0, 0, 40, 971, 1, 0, 0, 0, 42, 1015, 1, 0, 0, 0, 44, 1017, 1, 0, 0, 0, 46, 1020, 1, 0, 0, 0, 48, 1023, 1, 0, 0, 0, 50, 1032, 1, 0, 0, 0, 52, 1035, 1, 0, 0, 0, 54, 1050, 1, 0, 0, 0, 56, 1062, 1, 0, 0, 0, 58, 1067, 1, 0, 0, 0, 60, 1087, 1, 0, 0, 0, 62, 1091, 1, 0, 0, 0, 64, 1098, 1, 0, 0, 0, 66, 1123, 1, 0, 0, 0, 68, 1140, 1, 0, 0, 0, 70, 1142, 1, 0, 0, 0, 72, 1327, 1, 0, 0, 0, 74, 1337, 1, 0, 0, 0, 76, 1339, 1, 0, 0, 0, 78, 1344, 1, 0, 0, 0, 80, 1349, 1, 0, 0, 0, 82, 1351, 1, 0, 0, 0, 84, 1355, 1, 0, 0, 0, 86, 1359, 1, 0, 0, 0, 88, 1363, 1, 0, 0, 0, 90, 1367, 1, 0, 0, 0, 92, 1377, 1, 0, 0, 0, 94, 1388, 1, 0, 0, 0, 96, 1405, 1, 0, 0, 0, 98, 1423, 1, 0, 0, 0, 100, 1428, 1, 0, 0, 0, 102, 1431, 1, 0, 0, 0, 104, 1435, 1, 0, 0, 0, 106, 1442, 1, 0, 0, 0, 108, 1451, 1, 0, 0, 0, 110, 1457, 1, 0, 0, 0, 112, 1459, 1, 0, 0, 0, 114, 1473, 1, 0, 0, 0, 116, 1495, 1, 0, 0, 0, 118, 1497, 1, 0, 0, 0, 120, 1505, 1, 0, 0, 0, 122, 1512, 1, 0, 0, 0, 124, 1514, 1, 0, 0, 0, 126, 1528, 1, 0, 0, 0, 128, 1535, 1, 0, 0, 0, 130, 1537, 1, 0, 0, 0, 132, 1541, 1, 0, 0, 0, 134, 1545, 1, 0, 0, 0, 136, 1549, 1, 0, 0, 0, 138, 1553, 1, 0, 0, 0, 140, 1566, 1, 0, 0, 0, 142, 1574, 1, 0, 0, 0, 144, 1577, 1, 0, 0, 0, 146, 1579, 1, 0, 0, 0, 148, 1591, 1, 0, 0, 0, 150, 1601, 1, 0, 0, 0, 152, 1604, 1, 0, 0, 0, 154, 1615, 1, 0, 0, 0, 156, 1623, 1, 0, 0, 0, 158, 1666, 1, 0, 0, 0, 160, 1675, 1, 0, 0, 0, 162, 1703, 1, 0, 0, 0, 164, 1716, 1, 0, 0, 0, 166, 1718, 1, 0, 0, 0, 168, 1724, 1, 0, 0, 0, 170, 1727, 1, 0, 0, 0, 172, 1733, 1, 0, 0, 0, 174, 1739, 1, 0, 0, 0, 176, 1746, 1, 0, 0, 0, 178, 1780, 1, 0, 0, 0, 180, 1788, 1, 0, 0, 0, 182, 1801, 1, 0, 0, 0, 184, 1806, 1, 0, 0, 0, 186, 1817, 1, 0, 0, 0, 188, 1834, 1, 0, 0, 0, 190, 1836, 1, 0, 0, 0, 192, 1841, 1, 0, 0, 0, 194, 1848, 1, 0, 0, 0, 196, 1850, 1, 0, 0, 0, 198, 1853, 1, 0, 0, 0, 200, 1856, 1, 0, 0, 0, 202, 1870, 1, 0, 0, 0, 204, 1878, 1, 0, 0, 0, 206, 1904, 1, 0, 0, 0, 208, 1906, 1, 0, 0, 0, 210, 1923, 1, 0, 0, 0, 212, 1937, 1, 0, 0, 0, 214, 1939, 1, 0, 0, 0, 216, 1942, 1, 0, 0, 0, 218, 1945, 1, 0, 0, 0, 220, 1954, 1, 0, 0, 0, 222, 1974, 1, 0, 0, 0, 224, 1976, 1, 0, 0, 0, 226, 1979, 1, 0, 0, 0, 228, 1992, 1, 0, 0, 0, 230, 1994, 1, 0, 0, 0, 232, 1998, 1, 0, 0, 0, 234, 2006, 1, 0, 0, 0, 236, 2010, 1, 0, 0, 0, 238, 2019, 1, 0, 0, 0, 240, 2025, 1, 0, 0, 0, 242, 2031, 1, 0, 0, 0, 244, 2036, 1, 0, 0, 0, 246, 2082, 1, 0, 0, 0, 248, 2084, 1, 0, 0, 0, 250, 2092, 1, 0, 0, 0, 252, 2100, 1, 0, 0, 0, 254, 2108, 1, 0, 0, 0, 256, 2118, 1, 0, 0, 0, 258, 2120, 1, 0, 0, 0, 260, 2122, 1, 0, 0, 0, 262, 2135, 1, 0, 0, 0, 264, 2143, 1, 0, 0, 0, 266, 2152, 1, 0, 0, 0, 268, 2156, 1, 0, 0, 0, 270, 2158, 1, 0, 0, 0, 272, 2163, 1, 0, 0, 0, 274, 2165, 1, 0, 0, 0, 276, 2169, 1, 0, 0, 0, 278, 2175, 1, 0, 0, 0, 280, 2183, 1, 0, 0, 0, 282, 2185, 1, 0, 0, 0, 284, 2188, 1, 0, 0, 0, 286, 2195, 1, 0, 0, 0, 288, 2206, 1, 0, 0, 0, 290, 2219, 1, 0, 0, 0, 292, 2221, 1, 0, 0, 0, 294, 2229, 1, 0, 0, 0, 296, 2233, 1, 0, 0, 0, 298, 2241, 1, 0, 0, 0, 300, 2243, 1, 0, 0, 0, 302, 2246, 1, 0, 0, 0, 304, 2253, 1, 0, 0, 0, 306, 2261, 1, 0, 0, 0, 308, 2268, 1, 0, 0, 0, 310, 2276, 1, 0, 0, 0, 312, 2284, 1, 0, 0, 0, 314, 2288, 1, 0, 0, 0, 316, 2290, 1, 0, 0, 0, 318, 2301, 1, 0, 0, 0, 320, 2305, 1, 0, 0, 0, 322, 2317, 1, 0, 0, 0, 324, 2325, 1, 0, 0, 0, 326, 2329, 1, 0, 0, 0, 328, 2341, 1, 0, 0, 0, 330, 2353, 1, 0, 0, 0, 332, 2358, 1, 0, 0, 0, 334, 2363, 1, 0, 0, 0, 336, 2365, 1, 0, 0, 0, 338, 2369, 1, 0, 0, 0, 340, 2373, 1, 0, 0, 0, 342, 2380, 1, 0, 0, 0, 344, 2382, 1, 0, 0, 0, 346, 2395, 1, 0, 0, 0, 348, 2434, 1, 0, 0, 0, 350, 2436, 1, 0, 0, 0, 352, 2441, 1, 0, 0, 0, 354, 2446, 1, 0, 0, 0, 356, 2453, 1, 0, 0, 0, 358, 2458, 1, 0, 0, 0, 360, 2463, 1, 0, 0, 0, 362, 2469, 1, 0, 0, 0, 364, 2471, 1, 0, 0, 0, 366, 2480, 1, 0, 0, 0, 368, 2492, 1, 0, 0, 0, 370, 2572, 1, 0, 0, 0, 372, 2578, 1, 0, 0, 0, 374, 2604, 1, 0, 0, 0, 376, 2606, 1, 0, 0, 0, 378, 2628, 1, 0, 0, 0, 380, 2633, 1, 0, 0, 0, 382, 2637, 1, 0, 0, 0, 384, 2669, 1, 0, 0, 0, 386, 2671, 1, 0, 0, 0, 388, 2682, 1, 0, 0, 0, 390, 2688, 1, 0, 0, 0, 392, 2690, 1, 0, 0, 0, 394, 2722, 1, 0, 0, 0, 396, 2729, 1, 0, 0, 0, 398, 2735, 1, 0, 0, 0, 400, 2741, 1, 0, 0, 0, 402, 2756, 1, 0, 0, 0, 404, 2766, 1, 0, 0, 0, 406, 2774, 1, 0, 0, 0, 408, 2777, 1, 0, 0, 0, 410, 2780, 1, 0, 0, 0, 412, 2783, 1, 0, 0, 0, 414, 2905, 1, 0, 0, 0, 416, 3039, 1, 0, 0, 0, 418, 3067, 1, 0, 0, 0, 420, 3084, 1, 0, 0, 0, 422, 3101, 1, 0, 0, 0, 424, 3103, 1, 0, 0, 0, 426, 3106, 1, 0, 0, 0, 428, 3132, 1, 0, 0, 0, 430, 3137, 1, 0, 0, 0, 432, 3164, 1, 0, 0, 0, 434, 3175, 1, 0, 0, 0, 436, 3312, 1, 0, 0, 0, 438, 3314, 1, 0, 0, 0, 440, 3337, 1, 0, 0, 0, 442, 3349, 1, 0, 0, 0, 444, 3354, 1, 0, 0, 0, 446, 3362, 1, 0, 0, 0, 448, 3370, 1, 0, 0, 0, 450, 3382, 1, 0, 0, 0, 452, 3416, 1, 0, 0, 0, 454, 3418, 1, 0, 0, 0, 456, 3436, 1, 0, 0, 0, 458, 3445, 1, 0, 0, 0, 460, 3475, 1, 0, 0, 0, 462, 3534, 1, 0, 0, 0, 464, 3536, 1, 0, 0, 0, 466, 3565, 1, 0, 0, 0, 468, 3567, 1, 0, 0, 0, 470, 3583, 1, 0, 0, 0, 472, 3595, 1, 0, 0, 0, 474, 3597, 1, 0, 0, 0, 476, 3601, 1, 0, 0, 0, 478, 3611, 1, 0, 0, 0, 480, 3621, 1, 0, 0, 0, 482, 3626, 1, 0, 0, 0, 484, 3633, 1, 0, 0, 0, 486, 3637, 1, 0, 0, 0, 488, 3658, 1, 0, 0, 0, 490, 3663, 1, 0, 0, 0, 492, 3665, 1, 0, 0, 0, 494, 3693, 1, 0, 0, 0, 496, 3696, 1, 0, 0, 0, 498, 3717, 1, 0, 0, 0, 500, 3758, 1, 0, 0, 0, 502, 3760, 1, 0, 0, 0, 504, 3807, 1, 0, 0, 0, 506, 3809, 1, 0, 0, 0, 508, 3834, 1, 0, 0, 0, 510, 3836, 1, 0, 0, 0, 512, 3844, 1, 0, 0, 0, 514, 3870, 1, 0, 0, 0, 516, 3872, 1, 0, 0, 0, 518, 3892, 1, 0, 0, 0, 520, 3894, 1, 0, 0, 0, 522, 3905, 1, 0, 0, 0, 524, 3918, 1, 0, 0, 0, 526, 3953, 1, 0, 0, 0, 528, 3955, 1, 0, 0, 0, 530, 3958, 1, 0, 0, 0, 532, 3963, 1, 0, 0, 0, 534, 3965, 1, 0, 0, 0, 536, 3987, 1, 0, 0, 0, 538, 3989, 1, 0, 0, 0, 540, 3993, 1, 0, 0, 0, 542, 4002, 1, 0, 0, 0, 544, 4012, 1, 0, 0, 0, 546, 4016, 1, 0, 0, 0, 548, 4020, 1, 0, 0, 0, 550, 4096, 1, 0, 0, 0, 552, 4098, 1, 0, 0, 0, 554, 4101, 1, 0, 0, 0, 556, 4105, 1, 0, 0, 0, 558, 4110, 1, 0, 0, 0, 560, 4112, 1, 0, 0, 0, 562, 4123, 1, 0, 0, 0, 564, 4140, 1, 0, 0, 0, 566, 4156, 1, 0, 0, 0, 568, 4165, 1, 0, 0, 0, 570, 4180, 1, 0, 0, 0, 572, 4210, 1, 0, 0, 0, 574, 4212, 1, 0, 0, 0, 576, 4229, 1, 0, 0, 0, 578, 4245, 1, 0, 0, 0, 580, 4247, 1, 0, 0, 0, 582, 4266, 1, 0, 0, 0, 584, 4271, 1, 0, 0, 0, 586, 4286, 1, 0, 0, 0, 588, 4294, 1, 0, 0, 0, 590, 4302, 1, 0, 0, 0, 592, 4310, 1, 0, 0, 0, 594, 4318, 1, 0, 0, 0, 596, 4326, 1, 0, 0, 0, 598, 4334, 1, 0, 0, 0, 600, 4336, 1, 0, 0, 0, 602, 4346, 1, 0, 0, 0, 604, 4354, 1, 0, 0, 0, 606, 4370, 1, 0, 0, 0, 608, 4374, 1, 0, 0, 0, 610, 4379, 1, 0, 0, 0, 612, 4381, 1, 0, 0, 0, 614, 4392, 1, 0, 0, 0, 616, 4394, 1, 0, 0, 0, 618, 4412, 1, 0, 0, 0, 620, 4417, 1, 0, 0, 0, 622, 4425, 1, 0, 0, 0, 624, 4433, 1, 0, 0, 0, 626, 4437, 1, 0, 0, 0, 628, 4449, 1, 0, 0, 0, 630, 4454, 1, 0, 0, 0, 632, 4465, 1, 0, 0, 0, 634, 4472, 1, 0, 0, 0, 636, 4474, 1, 0, 0, 0, 638, 4478, 1, 0, 0, 0, 640, 4480, 1, 0, 0, 0, 642, 4485, 1, 0, 0, 0, 644, 4487, 1, 0, 0, 0, 646, 4489, 1, 0, 0, 0, 648, 4541, 1, 0, 0, 0, 650, 4708, 1, 0, 0, 0, 652, 4710, 1, 0, 0, 0, 654, 4719, 1, 0, 0, 0, 656, 4721, 1, 0, 0, 0, 658, 4732, 1, 0, 0, 0, 660, 4734, 1, 0, 0, 0, 662, 4739, 1, 0, 0, 0, 664, 4741, 1, 0, 0, 0, 666, 4743, 1, 0, 0, 0, 668, 4745, 1, 0, 0, 0, 670, 4747, 1, 0, 0, 0, 672, 4749, 1, 0, 0, 0, 674, 4751, 1, 0, 0, 0, 676, 4753, 1, 0, 0, 0, 678, 4755, 1, 0, 0, 0, 680, 4757, 1, 0, 0, 0, 682, 4759, 1, 0, 0, 0, 684, 4767, 1, 0, 0, 0, 686, 4775, 1, 0, 0, 0, 688, 4789, 1, 0, 0, 0, 690, 4791, 1, 0, 0, 0, 692, 694, 3, 2, 1, 0, 693, 692, 1, 0, 0, 0, 694, 697, 1, 0, 0, 0, 695, 693, 1, 0, 0, 0, 695, 696, 1, 0, 0, 0, 696, 698, 1, 0, 0, 0, 697, 695, 1, 0, 0, 0, 698, 699, 5, 0, 0, 1, 699, 1, 1, 0, 0, 0, 700, 703, 3, 4, 2, 0, 701, 703, 3, 10, 5, 0, 702, 700, 1, 0, 0, 0, 702, 701, 1, 0, 0, 0, 703, 705, 1, 0, 0, 0, 704, 706, 5, 398, 0, 0, 705, 704, 1, 0, 0, 0, 705, 706, 1, 0, 0, 0, 706, 3, 1, 0, 0, 0, 707, 717, 5, 119, 0, 0, 708, 710, 3, 6, 3, 0, 709, 708, 1, 0, 0, 0, 710, 713, 1, 0, 0, 0, 711, 709, 1, 0, 0, 0, 711, 712, 1, 0, 0, 0, 712, 714, 1, 0, 0, 0, 713, 711, 1, 0, 0, 0, 714, 718, 3, 10, 5, 0, 715, 716, 5, 284, 0, 0, 716, 718, 3, 360, 180, 0, 717, 711, 1, 0, 0, 0, 717, 715, 1, 0, 0, 0, 718, 5, 1, 0, 0, 0, 719, 742, 5, 122, 0, 0, 720, 742, 5, 138, 0, 0, 721, 742, 5, 88, 0, 0, 722, 724, 5, 37, 0, 0, 723, 725, 7, 0, 0, 0, 724, 723, 1, 0, 0, 0, 724, 725, 1, 0, 0, 0, 725, 742, 1, 0, 0, 0, 726, 742, 5, 192, 0, 0, 727, 742, 5, 21, 0, 0, 728, 742, 5, 10, 0, 0, 729, 742, 5, 275, 0, 0, 730, 742, 5, 191, 0, 0, 731, 742, 5, 19, 0, 0, 732, 734, 5, 377, 0, 0, 733, 735, 5, 225, 0, 0, 734, 733, 1, 0, 0, 0, 734, 735, 1, 0, 0, 0, 735, 737, 1, 0, 0, 0, 736, 738, 3, 8, 4, 0, 737, 736, 1, 0, 0, 0, 737, 738, 1, 0, 0, 0, 738, 742, 1, 0, 0, 0, 739, 742, 5, 79, 0, 0, 740, 742, 5, 78, 0, 0, 741, 719, 1, 0, 0, 0, 741, 720, 1, 0, 0, 0, 741, 721, 1, 0, 0, 0, 741, 722, 1, 0, 0, 0, 741, 726, 1, 0, 0, 0, 741, 727, 1, 0, 0, 0, 741, 728, 1, 0, 0, 0, 741, 729, 1, 0, 0, 0, 741, 730, 1, 0, 0, 0, 741, 731, 1, 0, 0, 0, 741, 732, 1, 0, 0, 0, 741, 739, 1, 0, 0, 0, 741, 740, 1, 0, 0, 0, 742, 7, 1, 0, 0, 0, 743, 744, 7, 1, 0, 0, 744, 9, 1, 0, 0, 0, 745, 817, 3, 360, 180, 0, 746, 817, 3, 12, 6, 0, 747, 817, 3, 16, 8, 0, 748, 817, 3, 18, 9, 0, 749, 817, 3, 20, 10, 0, 750, 817, 3, 24, 12, 0, 751, 752, 5, 277, 0, 0, 752, 753, 5, 320, 0, 0, 753, 756, 3, 472, 236, 0, 754, 755, 5, 387, 0, 0, 755, 757, 3, 230, 115, 0, 756, 754, 1, 0, 0, 0, 756, 757, 1, 0, 0, 0, 757, 817, 1, 0, 0, 0, 758, 817, 3, 28, 14, 0, 759, 760, 5, 86, 0, 0, 760, 761, 5, 139, 0, 0, 761, 763, 3, 478, 239, 0, 762, 764, 3, 494, 247, 0, 763, 762, 1, 0, 0, 0, 763, 764, 1, 0, 0, 0, 764, 817, 1, 0, 0, 0, 765, 766, 5, 365, 0, 0, 766, 767, 3, 478, 239, 0, 767, 769, 3, 392, 196, 0, 768, 770, 3, 494, 247, 0, 769, 768, 1, 0, 0, 0, 769, 770, 1, 0, 0, 0, 770, 817, 1, 0, 0, 0, 771, 817, 3, 394, 197, 0, 772, 774, 5, 203, 0, 0, 773, 775, 5, 436, 0, 0, 774, 773, 1, 0, 0, 0, 774, 775, 1, 0, 0, 0, 775, 776, 1, 0, 0, 0, 776, 777, 5, 166, 0, 0, 777, 782, 3, 478, 239, 0, 778, 780, 5, 17, 0, 0, 779, 778, 1, 0, 0, 0, 779, 780, 1, 0, 0, 0, 780, 781, 1, 0, 0, 0, 781, 783, 3, 638, 319, 0, 782, 779, 1, 0, 0, 0, 782, 783, 1, 0, 0, 0, 783, 784, 1, 0, 0, 0, 784, 785, 5, 370, 0, 0, 785, 786, 3, 456, 228, 0, 786, 787, 5, 224, 0, 0, 787, 788, 3, 580, 290, 0, 788, 789, 3, 398, 199, 0, 789, 817, 1, 0, 0, 0, 790, 791, 5, 249, 0, 0, 791, 792, 3, 638, 319, 0, 792, 793, 5, 139, 0, 0, 793, 794, 3, 360, 180, 0, 794, 817, 1, 0, 0, 0, 795, 796, 5, 115, 0, 0, 796, 797, 3, 638, 319, 0, 797, 798, 5, 370, 0, 0, 798, 799, 3, 296, 148, 0, 799, 817, 1, 0, 0, 0, 800, 801, 5, 304, 0, 0, 801, 806, 3, 648, 324, 0, 802, 803, 5, 395, 0, 0, 803, 805, 3, 648, 324, 0, 804, 802, 1, 0, 0, 0, 805, 808, 1, 0, 0, 0, 806, 804, 1, 0, 0, 0, 806, 807, 1, 0, 0, 0, 807, 809, 1, 0, 0, 0, 808, 806, 1, 0, 0, 0, 809, 813, 5, 405, 0, 0, 810, 812, 9, 0, 0, 0, 811, 810, 1, 0, 0, 0, 812, 815, 1, 0, 0, 0, 813, 814, 1, 0, 0, 0, 813, 811, 1, 0, 0, 0, 814, 817, 1, 0, 0, 0, 815, 813, 1, 0, 0, 0, 816, 745, 1, 0, 0, 0, 816, 746, 1, 0, 0, 0, 816, 747, 1, 0, 0, 0, 816, 748, 1, 0, 0, 0, 816, 749, 1, 0, 0, 0, 816, 750, 1, 0, 0, 0, 816, 751, 1, 0, 0, 0, 816, 758, 1, 0, 0, 0, 816, 759, 1, 0, 0, 0, 816, 765, 1, 0, 0, 0, 816, 771, 1, 0, 0, 0, 816, 772, 1, 0, 0, 0, 816, 790, 1, 0, 0, 0, 816, 795, 1, 0, 0, 0, 816, 800, 1, 0, 0, 0, 817, 11, 1, 0, 0, 0, 818, 819, 5, 187, 0, 0, 819, 821, 5, 66, 0, 0, 820, 822, 5, 188, 0, 0, 821, 820, 1, 0, 0, 0, 821, 822, 1, 0, 0, 0, 822, 823, 1, 0, 0, 0, 823, 824, 5, 158, 0, 0, 824, 826, 5, 426, 0, 0, 825, 827, 5, 235, 0, 0, 826, 825, 1, 0, 0, 0, 826, 827, 1, 0, 0, 0, 827, 828, 1, 0, 0, 0, 828, 829, 5, 166, 0, 0, 829, 830, 5, 329, 0, 0, 830, 832, 3, 624, 312, 0, 831, 833, 3, 56, 28, 0, 832, 831, 1, 0, 0, 0, 832, 833, 1, 0, 0, 0, 833, 13, 1, 0, 0, 0, 834, 836, 5, 134, 0, 0, 835, 837, 5, 204, 0, 0, 836, 835, 1, 0, 0, 0, 836, 837, 1, 0, 0, 0, 837, 838, 1, 0, 0, 0, 838, 839, 5, 279, 0, 0, 839, 840, 5, 399, 0, 0, 840, 841, 5, 426, 0, 0, 841, 842, 5, 400, 0, 0, 842, 15, 1, 0, 0, 0, 843, 844, 5, 120, 0, 0, 844, 845, 5, 329, 0, 0, 845, 846, 3, 624, 312, 0, 846, 847, 5, 341, 0, 0, 847, 849, 5, 426, 0, 0, 848, 850, 3, 14, 7, 0, 849, 848, 1, 0, 0, 0, 849, 850, 1, 0, 0, 0, 850, 17, 1, 0, 0, 0, 851, 857, 5, 153, 0, 0, 852, 854, 5, 123, 0, 0, 853, 852, 1, 0, 0, 0, 853, 854, 1, 0, 0, 0, 854, 855, 1, 0, 0, 0, 855, 856, 5, 329, 0, 0, 856, 858, 3, 624, 312, 0, 857, 853, 1, 0, 0, 0, 857, 858, 1, 0, 0, 0, 858, 859, 1, 0, 0, 0, 859, 860, 5, 139, 0, 0, 860, 862, 5, 426, 0, 0, 861, 863, 3, 424, 212, 0, 862, 861, 1, 0, 0, 0, 862, 863, 1, 0, 0, 0, 863, 19, 1, 0, 0, 0, 864, 865, 5, 277, 0, 0, 865, 866, 5, 103, 0, 0, 866, 869, 3, 22, 11, 0, 867, 868, 5, 278, 0, 0, 868, 870, 3, 22, 11, 0, 869, 867, 1, 0, 0, 0, 869, 870, 1, 0, 0, 0, 870, 873, 1, 0, 0, 0, 871, 872, 5, 387, 0, 0, 872, 874, 3, 230, 115, 0, 873, 871, 1, 0, 0, 0, 873, 874, 1, 0, 0, 0, 874, 21, 1, 0, 0, 0, 875, 878, 3, 472, 236, 0, 876, 877, 5, 395, 0, 0, 877, 879, 3, 26, 13, 0, 878, 876, 1, 0, 0, 0, 878, 879, 1, 0, 0, 0, 879, 23, 1, 0, 0, 0, 880, 881, 5, 277, 0, 0, 881, 882, 5, 187, 0, 0, 882, 885, 3, 22, 11, 0, 883, 884, 5, 166, 0, 0, 884, 886, 3, 472, 236, 0, 885, 883, 1, 0, 0, 0, 885, 886, 1, 0, 0, 0, 886, 889, 1, 0, 0, 0, 887, 888, 5, 387, 0, 0, 888, 890, 3, 230, 115, 0, 889, 887, 1, 0, 0, 0, 889, 890, 1, 0, 0, 0, 890, 25, 1, 0, 0, 0, 891, 894, 5, 426, 0, 0, 892, 893, 5, 395, 0, 0, 893, 895, 5, 426, 0, 0, 894, 892, 1, 0, 0, 0, 894, 895, 1, 0, 0, 0, 895, 27, 1, 0, 0, 0, 896, 955, 3, 42, 21, 0, 897, 955, 3, 46, 23, 0, 898, 955, 3, 48, 24, 0, 899, 955, 3, 436, 218, 0, 900, 955, 3, 54, 27, 0, 901, 955, 3, 52, 26, 0, 902, 955, 3, 412, 206, 0, 903, 955, 3, 64, 32, 0, 904, 955, 3, 72, 36, 0, 905, 955, 3, 138, 69, 0, 906, 955, 3, 160, 80, 0, 907, 955, 3, 176, 88, 0, 908, 955, 3, 180, 90, 0, 909, 955, 3, 184, 92, 0, 910, 955, 3, 182, 91, 0, 911, 955, 3, 174, 87, 0, 912, 955, 3, 178, 89, 0, 913, 955, 3, 146, 73, 0, 914, 955, 3, 152, 76, 0, 915, 955, 3, 148, 74, 0, 916, 955, 3, 150, 75, 0, 917, 955, 3, 154, 77, 0, 918, 955, 3, 156, 78, 0, 919, 955, 3, 158, 79, 0, 920, 955, 3, 66, 33, 0, 921, 955, 3, 76, 38, 0, 922, 955, 3, 82, 41, 0, 923, 955, 3, 78, 39, 0, 924, 955, 3, 84, 42, 0, 925, 955, 3, 86, 43, 0, 926, 955, 3, 88, 44, 0, 927, 955, 3, 90, 45, 0, 928, 955, 3, 92, 46, 0, 929, 955, 3, 106, 53, 0, 930, 955, 3, 98, 49, 0, 931, 955, 3, 108, 54, 0, 932, 955, 3, 100, 50, 0, 933, 955, 3, 94, 47, 0, 934, 955, 3, 96, 48, 0, 935, 955, 3, 104, 52, 0, 936, 955, 3, 102, 51, 0, 937, 938, 5, 1, 0, 0, 938, 940, 7, 2, 0, 0, 939, 941, 5, 431, 0, 0, 940, 939, 1, 0, 0, 0, 941, 942, 1, 0, 0, 0, 942, 940, 1, 0, 0, 0, 942, 943, 1, 0, 0, 0, 943, 955, 1, 0, 0, 0, 944, 945, 5, 176, 0, 0, 945, 947, 5, 258, 0, 0, 946, 948, 5, 426, 0, 0, 947, 946, 1, 0, 0, 0, 948, 949, 1, 0, 0, 0, 949, 947, 1, 0, 0, 0, 949, 950, 1, 0, 0, 0, 950, 955, 1, 0, 0, 0, 951, 955, 3, 650, 325, 0, 952, 955, 3, 438, 219, 0, 953, 955, 3, 440, 220, 0, 954, 896, 1, 0, 0, 0, 954, 897, 1, 0, 0, 0, 954, 898, 1, 0, 0, 0, 954, 899, 1, 0, 0, 0, 954, 900, 1, 0, 0, 0, 954, 901, 1, 0, 0, 0, 954, 902, 1, 0, 0, 0, 954, 903, 1, 0, 0, 0, 954, 904, 1, 0, 0, 0, 954, 905, 1, 0, 0, 0, 954, 906, 1, 0, 0, 0, 954, 907, 1, 0, 0, 0, 954, 908, 1, 0, 0, 0, 954, 909, 1, 0, 0, 0, 954, 910, 1, 0, 0, 0, 954, 911, 1, 0, 0, 0, 954, 912, 1, 0, 0, 0, 954, 913, 1, 0, 0, 0, 954, 914, 1, 0, 0, 0, 954, 915, 1, 0, 0, 0, 954, 916, 1, 0, 0, 0, 954, 917, 1, 0, 0, 0, 954, 918, 1, 0, 0, 0, 954, 919, 1, 0, 0, 0, 954, 920, 1, 0, 0, 0, 954, 921, 1, 0, 0, 0, 954, 922, 1, 0, 0, 0, 954, 923, 1, 0, 0, 0, 954, 924, 1, 0, 0, 0, 954, 925, 1, 0, 0, 0, 954, 926, 1, 0, 0, 0, 954, 927, 1, 0, 0, 0, 954, 928, 1, 0, 0, 0, 954, 929, 1, 0, 0, 0, 954, 930, 1, 0, 0, 0, 954, 931, 1, 0, 0, 0, 954, 932, 1, 0, 0, 0, 954, 933, 1, 0, 0, 0, 954, 934, 1, 0, 0, 0, 954, 935, 1, 0, 0, 0, 954, 936, 1, 0, 0, 0, 954, 937, 1, 0, 0, 0, 954, 944, 1, 0, 0, 0, 954, 951, 1, 0, 0, 0, 954, 952, 1, 0, 0, 0, 954, 953, 1, 0, 0, 0, 955, 29, 1, 0, 0, 0, 956, 957, 5, 151, 0, 0, 957, 958, 5, 117, 0, 0, 958, 31, 1, 0, 0, 0, 959, 960, 5, 151, 0, 0, 960, 961, 5, 216, 0, 0, 961, 962, 5, 117, 0, 0, 962, 33, 1, 0, 0, 0, 963, 964, 7, 3, 0, 0, 964, 35, 1, 0, 0, 0, 965, 966, 3, 662, 331, 0, 966, 967, 5, 284, 0, 0, 967, 37, 1, 0, 0, 0, 968, 969, 3, 664, 332, 0, 969, 970, 5, 284, 0, 0, 970, 39, 1, 0, 0, 0, 971, 972, 5, 321, 0, 0, 972, 973, 5, 17, 0, 0, 973, 974, 5, 92, 0, 0, 974, 41, 1, 0, 0, 0, 975, 977, 5, 58, 0, 0, 976, 978, 5, 273, 0, 0, 977, 976, 1, 0, 0, 0, 977, 978, 1, 0, 0, 0, 978, 979, 1, 0, 0, 0, 979, 981, 3, 70, 35, 0, 980, 982, 3, 32, 16, 0, 981, 980, 1, 0, 0, 0, 981, 982, 1, 0, 0, 0, 982, 983, 1, 0, 0, 0, 983, 985, 3, 474, 237, 0, 984, 986, 3, 50, 25, 0, 985, 984, 1, 0, 0, 0, 985, 986, 1, 0, 0, 0, 986, 988, 1, 0, 0, 0, 987, 989, 3, 424, 212, 0, 988, 987, 1, 0, 0, 0, 988, 989, 1, 0, 0, 0, 989, 992, 1, 0, 0, 0, 990, 991, 5, 196, 0, 0, 991, 993, 5, 426, 0, 0, 992, 990, 1, 0, 0, 0, 992, 993, 1, 0, 0, 0, 993, 997, 1, 0, 0, 0, 994, 995, 5, 387, 0, 0, 995, 996, 5, 76, 0, 0, 996, 998, 3, 230, 115, 0, 997, 994, 1, 0, 0, 0, 997, 998, 1, 0, 0, 0, 998, 1016, 1, 0, 0, 0, 999, 1000, 5, 58, 0, 0, 1000, 1001, 5, 273, 0, 0, 1001, 1003, 3, 70, 35, 0, 1002, 1004, 3, 32, 16, 0, 1003, 1002, 1, 0, 0, 0, 1003, 1004, 1, 0, 0, 0, 1004, 1005, 1, 0, 0, 0, 1005, 1007, 3, 474, 237, 0, 1006, 1008, 3, 50, 25, 0, 1007, 1006, 1, 0, 0, 0, 1007, 1008, 1, 0, 0, 0, 1008, 1009, 1, 0, 0, 0, 1009, 1013, 3, 44, 22, 0, 1010, 1011, 5, 387, 0, 0, 1011, 1012, 5, 76, 0, 0, 1012, 1014, 3, 230, 115, 0, 1013, 1010, 1, 0, 0, 0, 1013, 1014, 1, 0, 0, 0, 1014, 1016, 1, 0, 0, 0, 1015, 975, 1, 0, 0, 0, 1015, 999, 1, 0, 0, 0, 1016, 43, 1, 0, 0, 0, 1017, 1018, 5, 370, 0, 0, 1018, 1019, 3, 472, 236, 0, 1019, 45, 1, 0, 0, 0, 1020, 1021, 5, 368, 0, 0, 1021, 1022, 3, 472, 236, 0, 1022, 47, 1, 0, 0, 0, 1023, 1024, 5, 101, 0, 0, 1024, 1026, 3, 70, 35, 0, 1025, 1027, 3, 30, 15, 0, 1026, 1025, 1, 0, 0, 0, 1026, 1027, 1, 0, 0, 0, 1027, 1028, 1, 0, 0, 0, 1028, 1030, 3, 472, 236, 0, 1029, 1031, 3, 34, 17, 0, 1030, 1029, 1, 0, 0, 0, 1030, 1031, 1, 0, 0, 0, 1031, 49, 1, 0, 0, 0, 1032, 1033, 5, 47, 0, 0, 1033, 1034, 5, 426, 0, 0, 1034, 51, 1, 0, 0, 0, 1035, 1037, 5, 351, 0, 0, 1036, 1038, 5, 329, 0, 0, 1037, 1036, 1, 0, 0, 0, 1037, 1038, 1, 0, 0, 0, 1038, 1039, 1, 0, 0, 0, 1039, 1045, 3, 624, 312, 0, 1040, 1041, 5, 46, 0, 0, 1041, 1042, 5, 399, 0, 0, 1042, 1043, 3, 254, 127, 0, 1043, 1044, 5, 400, 0, 0, 1044, 1046, 1, 0, 0, 0, 1045, 1040, 1, 0, 0, 0, 1045, 1046, 1, 0, 0, 0, 1046, 1048, 1, 0, 0, 0, 1047, 1049, 5, 135, 0, 0, 1048, 1047, 1, 0, 0, 0, 1048, 1049, 1, 0, 0, 0, 1049, 53, 1, 0, 0, 0, 1050, 1051, 5, 101, 0, 0, 1051, 1053, 5, 329, 0, 0, 1052, 1054, 3, 30, 15, 0, 1053, 1052, 1, 0, 0, 0, 1053, 1054, 1, 0, 0, 0, 1054, 1055, 1, 0, 0, 0, 1055, 1057, 3, 478, 239, 0, 1056, 1058, 5, 255, 0, 0, 1057, 1056, 1, 0, 0, 0, 1057, 1058, 1, 0, 0, 0, 1058, 1060, 1, 0, 0, 0, 1059, 1061, 3, 14, 7, 0, 1060, 1059, 1, 0, 0, 0, 1060, 1061, 1, 0, 0, 0, 1061, 55, 1, 0, 0, 0, 1062, 1063, 5, 160, 0, 0, 1063, 1064, 5, 426, 0, 0, 1064, 1065, 5, 301, 0, 0, 1065, 1066, 5, 426, 0, 0, 1066, 57, 1, 0, 0, 0, 1067, 1070, 3, 638, 319, 0, 1068, 1069, 5, 395, 0, 0, 1069, 1071, 3, 638, 319, 0, 1070, 1068, 1, 0, 0, 0, 1070, 1071, 1, 0, 0, 0, 1071, 1085, 1, 0, 0, 0, 1072, 1082, 3, 638, 319, 0, 1073, 1078, 5, 395, 0, 0, 1074, 1079, 5, 104, 0, 0, 1075, 1079, 5, 175, 0, 0, 1076, 1079, 5, 375, 0, 0, 1077, 1079, 3, 638, 319, 0, 1078, 1074, 1, 0, 0, 0, 1078, 1075, 1, 0, 0, 0, 1078, 1076, 1, 0, 0, 0, 1078, 1077, 1, 0, 0, 0, 1079, 1081, 1, 0, 0, 0, 1080, 1073, 1, 0, 0, 0, 1081, 1084, 1, 0, 0, 0, 1082, 1080, 1, 0, 0, 0, 1082, 1083, 1, 0, 0, 0, 1083, 1086, 1, 0, 0, 0, 1084, 1082, 1, 0, 0, 0, 1085, 1072, 1, 0, 0, 0, 1085, 1086, 1, 0, 0, 0, 1086, 59, 1, 0, 0, 0, 1087, 1089, 3, 58, 29, 0, 1088, 1090, 3, 626, 313, 0, 1089, 1088, 1, 0, 0, 0, 1089, 1090, 1, 0, 0, 0, 1090, 61, 1, 0, 0, 0, 1091, 1093, 3, 476, 238, 0, 1092, 1094, 3, 626, 313, 0, 1093, 1092, 1, 0, 0, 0, 1093, 1094, 1, 0, 0, 0, 1094, 1096, 1, 0, 0, 0, 1095, 1097, 3, 260, 130, 0, 1096, 1095, 1, 0, 0, 0, 1096, 1097, 1, 0, 0, 0, 1097, 63, 1, 0, 0, 0, 1098, 1121, 7, 4, 0, 0, 1099, 1101, 3, 70, 35, 0, 1100, 1102, 5, 122, 0, 0, 1101, 1100, 1, 0, 0, 0, 1101, 1102, 1, 0, 0, 0, 1102, 1103, 1, 0, 0, 0, 1103, 1104, 3, 472, 236, 0, 1104, 1122, 1, 0, 0, 0, 1105, 1107, 5, 69, 0, 0, 1106, 1108, 5, 122, 0, 0, 1107, 1106, 1, 0, 0, 0, 1107, 1108, 1, 0, 0, 0, 1108, 1109, 1, 0, 0, 0, 1109, 1122, 3, 472, 236, 0, 1110, 1112, 5, 141, 0, 0, 1111, 1113, 5, 122, 0, 0, 1112, 1111, 1, 0, 0, 0, 1112, 1113, 1, 0, 0, 0, 1113, 1114, 1, 0, 0, 0, 1114, 1122, 3, 556, 278, 0, 1115, 1118, 5, 138, 0, 0, 1116, 1118, 5, 122, 0, 0, 1117, 1115, 1, 0, 0, 0, 1117, 1116, 1, 0, 0, 0, 1118, 1119, 1, 0, 0, 0, 1119, 1122, 3, 62, 31, 0, 1120, 1122, 3, 62, 31, 0, 1121, 1099, 1, 0, 0, 0, 1121, 1105, 1, 0, 0, 0, 1121, 1110, 1, 0, 0, 0, 1121, 1117, 1, 0, 0, 0, 1121, 1120, 1, 0, 0, 0, 1122, 65, 1, 0, 0, 0, 1123, 1124, 5, 10, 0, 0, 1124, 1125, 5, 329, 0, 0, 1125, 1138, 3, 624, 312, 0, 1126, 1127, 5, 52, 0, 0, 1127, 1134, 5, 319, 0, 0, 1128, 1135, 5, 215, 0, 0, 1129, 1130, 5, 134, 0, 0, 1130, 1132, 5, 46, 0, 0, 1131, 1133, 3, 254, 127, 0, 1132, 1131, 1, 0, 0, 0, 1132, 1133, 1, 0, 0, 0, 1133, 1135, 1, 0, 0, 0, 1134, 1128, 1, 0, 0, 0, 1134, 1129, 1, 0, 0, 0, 1134, 1135, 1, 0, 0, 0, 1135, 1139, 1, 0, 0, 0, 1136, 1137, 5, 33, 0, 0, 1137, 1139, 5, 204, 0, 0, 1138, 1126, 1, 0, 0, 0, 1138, 1136, 1, 0, 0, 0, 1139, 67, 1, 0, 0, 0, 1140, 1141, 7, 5, 0, 0, 1141, 69, 1, 0, 0, 0, 1142, 1143, 7, 6, 0, 0, 1143, 71, 1, 0, 0, 0, 1144, 1145, 5, 308, 0, 0, 1145, 1148, 7, 7, 0, 0, 1146, 1147, 5, 184, 0, 0, 1147, 1149, 3, 194, 97, 0, 1148, 1146, 1, 0, 0, 0, 1148, 1149, 1, 0, 0, 0, 1149, 1328, 1, 0, 0, 0, 1150, 1152, 5, 308, 0, 0, 1151, 1153, 5, 122, 0, 0, 1152, 1151, 1, 0, 0, 0, 1152, 1153, 1, 0, 0, 0, 1153, 1154, 1, 0, 0, 0, 1154, 1158, 5, 330, 0, 0, 1155, 1156, 3, 68, 34, 0, 1156, 1157, 3, 472, 236, 0, 1157, 1159, 1, 0, 0, 0, 1158, 1155, 1, 0, 0, 0, 1158, 1159, 1, 0, 0, 0, 1159, 1161, 1, 0, 0, 0, 1160, 1162, 3, 74, 37, 0, 1161, 1160, 1, 0, 0, 0, 1161, 1162, 1, 0, 0, 0, 1162, 1328, 1, 0, 0, 0, 1163, 1164, 5, 308, 0, 0, 1164, 1168, 5, 379, 0, 0, 1165, 1166, 3, 68, 34, 0, 1166, 1167, 3, 472, 236, 0, 1167, 1169, 1, 0, 0, 0, 1168, 1165, 1, 0, 0, 0, 1168, 1169, 1, 0, 0, 0, 1169, 1173, 1, 0, 0, 0, 1170, 1171, 5, 184, 0, 0, 1171, 1174, 3, 194, 97, 0, 1172, 1174, 3, 194, 97, 0, 1173, 1170, 1, 0, 0, 0, 1173, 1172, 1, 0, 0, 0, 1173, 1174, 1, 0, 0, 0, 1174, 1328, 1, 0, 0, 0, 1175, 1176, 5, 308, 0, 0, 1176, 1177, 5, 202, 0, 0, 1177, 1181, 5, 379, 0, 0, 1178, 1179, 3, 68, 34, 0, 1179, 1180, 3, 472, 236, 0, 1180, 1182, 1, 0, 0, 0, 1181, 1178, 1, 0, 0, 0, 1181, 1182, 1, 0, 0, 0, 1182, 1186, 1, 0, 0, 0, 1183, 1184, 5, 184, 0, 0, 1184, 1187, 3, 194, 97, 0, 1185, 1187, 3, 194, 97, 0, 1186, 1183, 1, 0, 0, 0, 1186, 1185, 1, 0, 0, 0, 1186, 1187, 1, 0, 0, 0, 1187, 1328, 1, 0, 0, 0, 1188, 1190, 5, 308, 0, 0, 1189, 1191, 5, 315, 0, 0, 1190, 1189, 1, 0, 0, 0, 1190, 1191, 1, 0, 0, 0, 1191, 1192, 1, 0, 0, 0, 1192, 1193, 5, 46, 0, 0, 1193, 1194, 3, 68, 34, 0, 1194, 1198, 3, 476, 238, 0, 1195, 1196, 3, 68, 34, 0, 1196, 1197, 3, 472, 236, 0, 1197, 1199, 1, 0, 0, 0, 1198, 1195, 1, 0, 0, 0, 1198, 1199, 1, 0, 0, 0, 1199, 1203, 1, 0, 0, 0, 1200, 1201, 5, 184, 0, 0, 1201, 1204, 3, 194, 97, 0, 1202, 1204, 3, 194, 97, 0, 1203, 1200, 1, 0, 0, 0, 1203, 1202, 1, 0, 0, 0, 1203, 1204, 1, 0, 0, 0, 1204, 1328, 1, 0, 0, 0, 1205, 1206, 5, 308, 0, 0, 1206, 1209, 5, 142, 0, 0, 1207, 1208, 5, 184, 0, 0, 1208, 1210, 3, 556, 278, 0, 1209, 1207, 1, 0, 0, 0, 1209, 1210, 1, 0, 0, 0, 1210, 1328, 1, 0, 0, 0, 1211, 1212, 5, 308, 0, 0, 1212, 1213, 5, 239, 0, 0, 1213, 1215, 3, 476, 238, 0, 1214, 1216, 3, 626, 313, 0, 1215, 1214, 1, 0, 0, 0, 1215, 1216, 1, 0, 0, 0, 1216, 1218, 1, 0, 0, 0, 1217, 1219, 3, 494, 247, 0, 1218, 1217, 1, 0, 0, 0, 1218, 1219, 1, 0, 0, 0, 1219, 1221, 1, 0, 0, 0, 1220, 1222, 3, 542, 271, 0, 1221, 1220, 1, 0, 0, 0, 1221, 1222, 1, 0, 0, 0, 1222, 1224, 1, 0, 0, 0, 1223, 1225, 3, 386, 193, 0, 1224, 1223, 1, 0, 0, 0, 1224, 1225, 1, 0, 0, 0, 1225, 1328, 1, 0, 0, 0, 1226, 1227, 5, 308, 0, 0, 1227, 1233, 5, 58, 0, 0, 1228, 1229, 3, 70, 35, 0, 1229, 1230, 3, 472, 236, 0, 1230, 1234, 1, 0, 0, 0, 1231, 1232, 5, 329, 0, 0, 1232, 1234, 3, 478, 239, 0, 1233, 1228, 1, 0, 0, 0, 1233, 1231, 1, 0, 0, 0, 1234, 1328, 1, 0, 0, 0, 1235, 1236, 5, 308, 0, 0, 1236, 1237, 5, 329, 0, 0, 1237, 1241, 5, 122, 0, 0, 1238, 1239, 3, 68, 34, 0, 1239, 1240, 3, 472, 236, 0, 1240, 1242, 1, 0, 0, 0, 1241, 1238, 1, 0, 0, 0, 1241, 1242, 1, 0, 0, 0, 1242, 1243, 1, 0, 0, 0, 1243, 1244, 5, 184, 0, 0, 1244, 1246, 3, 194, 97, 0, 1245, 1247, 3, 626, 313, 0, 1246, 1245, 1, 0, 0, 0, 1246, 1247, 1, 0, 0, 0, 1247, 1328, 1, 0, 0, 0, 1248, 1249, 5, 308, 0, 0, 1249, 1250, 5, 332, 0, 0, 1250, 1254, 3, 478, 239, 0, 1251, 1252, 5, 399, 0, 0, 1252, 1253, 5, 426, 0, 0, 1253, 1255, 5, 400, 0, 0, 1254, 1251, 1, 0, 0, 0, 1254, 1255, 1, 0, 0, 0, 1255, 1328, 1, 0, 0, 0, 1256, 1257, 5, 308, 0, 0, 1257, 1269, 5, 191, 0, 0, 1258, 1259, 3, 70, 35, 0, 1259, 1261, 3, 472, 236, 0, 1260, 1262, 5, 122, 0, 0, 1261, 1260, 1, 0, 0, 0, 1261, 1262, 1, 0, 0, 0, 1262, 1270, 1, 0, 0, 0, 1263, 1265, 3, 60, 30, 0, 1264, 1263, 1, 0, 0, 0, 1264, 1265, 1, 0, 0, 0, 1265, 1267, 1, 0, 0, 0, 1266, 1268, 5, 122, 0, 0, 1267, 1266, 1, 0, 0, 0, 1267, 1268, 1, 0, 0, 0, 1268, 1270, 1, 0, 0, 0, 1269, 1258, 1, 0, 0, 0, 1269, 1264, 1, 0, 0, 0, 1270, 1328, 1, 0, 0, 0, 1271, 1272, 5, 308, 0, 0, 1272, 1299, 5, 50, 0, 0, 1273, 1274, 5, 51, 0, 0, 1274, 1275, 5, 405, 0, 0, 1275, 1300, 5, 431, 0, 0, 1276, 1277, 3, 70, 35, 0, 1277, 1278, 3, 472, 236, 0, 1278, 1283, 1, 0, 0, 0, 1279, 1281, 3, 60, 30, 0, 1280, 1279, 1, 0, 0, 0, 1280, 1281, 1, 0, 0, 0, 1281, 1283, 1, 0, 0, 0, 1282, 1276, 1, 0, 0, 0, 1282, 1280, 1, 0, 0, 0, 1283, 1285, 1, 0, 0, 0, 1284, 1286, 3, 406, 203, 0, 1285, 1284, 1, 0, 0, 0, 1285, 1286, 1, 0, 0, 0, 1286, 1288, 1, 0, 0, 0, 1287, 1289, 3, 408, 204, 0, 1288, 1287, 1, 0, 0, 0, 1288, 1289, 1, 0, 0, 0, 1289, 1291, 1, 0, 0, 0, 1290, 1292, 3, 410, 205, 0, 1291, 1290, 1, 0, 0, 0, 1291, 1292, 1, 0, 0, 0, 1292, 1294, 1, 0, 0, 0, 1293, 1295, 3, 542, 271, 0, 1294, 1293, 1, 0, 0, 0, 1294, 1295, 1, 0, 0, 0, 1295, 1297, 1, 0, 0, 0, 1296, 1298, 3, 386, 193, 0, 1297, 1296, 1, 0, 0, 0, 1297, 1298, 1, 0, 0, 0, 1298, 1300, 1, 0, 0, 0, 1299, 1273, 1, 0, 0, 0, 1299, 1282, 1, 0, 0, 0, 1300, 1328, 1, 0, 0, 0, 1301, 1302, 5, 308, 0, 0, 1302, 1328, 5, 346, 0, 0, 1303, 1304, 5, 308, 0, 0, 1304, 1305, 5, 54, 0, 0, 1305, 1328, 5, 426, 0, 0, 1306, 1307, 5, 308, 0, 0, 1307, 1311, 5, 280, 0, 0, 1308, 1309, 5, 243, 0, 0, 1309, 1312, 3, 638, 319, 0, 1310, 1312, 5, 244, 0, 0, 1311, 1308, 1, 0, 0, 0, 1311, 1310, 1, 0, 0, 0, 1312, 1328, 1, 0, 0, 0, 1313, 1314, 5, 308, 0, 0, 1314, 1328, 5, 70, 0, 0, 1315, 1317, 5, 308, 0, 0, 1316, 1318, 5, 138, 0, 0, 1317, 1316, 1, 0, 0, 0, 1317, 1318, 1, 0, 0, 0, 1318, 1319, 1, 0, 0, 0, 1319, 1320, 7, 8, 0, 0, 1320, 1321, 5, 224, 0, 0, 1321, 1325, 3, 478, 239, 0, 1322, 1323, 3, 68, 34, 0, 1323, 1324, 3, 472, 236, 0, 1324, 1326, 1, 0, 0, 0, 1325, 1322, 1, 0, 0, 0, 1325, 1326, 1, 0, 0, 0, 1326, 1328, 1, 0, 0, 0, 1327, 1144, 1, 0, 0, 0, 1327, 1150, 1, 0, 0, 0, 1327, 1163, 1, 0, 0, 0, 1327, 1175, 1, 0, 0, 0, 1327, 1188, 1, 0, 0, 0, 1327, 1205, 1, 0, 0, 0, 1327, 1211, 1, 0, 0, 0, 1327, 1226, 1, 0, 0, 0, 1327, 1235, 1, 0, 0, 0, 1327, 1248, 1, 0, 0, 0, 1327, 1256, 1, 0, 0, 0, 1327, 1271, 1, 0, 0, 0, 1327, 1301, 1, 0, 0, 0, 1327, 1303, 1, 0, 0, 0, 1327, 1306, 1, 0, 0, 0, 1327, 1313, 1, 0, 0, 0, 1327, 1315, 1, 0, 0, 0, 1328, 73, 1, 0, 0, 0, 1329, 1330, 5, 384, 0, 0, 1330, 1331, 3, 638, 319, 0, 1331, 1332, 5, 405, 0, 0, 1332, 1333, 5, 426, 0, 0, 1333, 1338, 1, 0, 0, 0, 1334, 1335, 5, 184, 0, 0, 1335, 1338, 3, 194, 97, 0, 1336, 1338, 3, 194, 97, 0, 1337, 1329, 1, 0, 0, 0, 1337, 1334, 1, 0, 0, 0, 1337, 1336, 1, 0, 0, 0, 1338, 75, 1, 0, 0, 0, 1339, 1340, 5, 190, 0, 0, 1340, 1341, 5, 329, 0, 0, 1341, 1342, 3, 624, 312, 0, 1342, 1343, 3, 80, 40, 0, 1343, 77, 1, 0, 0, 0, 1344, 1345, 5, 190, 0, 0, 1345, 1346, 3, 70, 35, 0, 1346, 1347, 3, 472, 236, 0, 1347, 1348, 3, 80, 40, 0, 1348, 79, 1, 0, 0, 0, 1349, 1350, 7, 9, 0, 0, 1350, 81, 1, 0, 0, 0, 1351, 1352, 5, 361, 0, 0, 1352, 1353, 5, 329, 0, 0, 1353, 1354, 3, 624, 312, 0, 1354, 83, 1, 0, 0, 0, 1355, 1356, 5, 361, 0, 0, 1356, 1357, 3, 70, 35, 0, 1357, 1358, 3, 472, 236, 0, 1358, 85, 1, 0, 0, 0, 1359, 1360, 5, 58, 0, 0, 1360, 1361, 5, 287, 0, 0, 1361, 1362, 3, 638, 319, 0, 1362, 87, 1, 0, 0, 0, 1363, 1364, 5, 101, 0, 0, 1364, 1365, 5, 287, 0, 0, 1365, 1366, 3, 638, 319, 0, 1366, 89, 1, 0, 0, 0, 1367, 1368, 5, 143, 0, 0, 1368, 1370, 3, 118, 59, 0, 1369, 1371, 3, 112, 56, 0, 1370, 1369, 1, 0, 0, 0, 1370, 1371, 1, 0, 0, 0, 1371, 1372, 1, 0, 0, 0, 1372, 1373, 5, 341, 0, 0, 1373, 1375, 3, 124, 62, 0, 1374, 1376, 3, 130, 65, 0, 1375, 1374, 1, 0, 0, 0, 1375, 1376, 1, 0, 0, 0, 1376, 91, 1, 0, 0, 0, 1377, 1379, 5, 283, 0, 0, 1378, 1380, 3, 132, 66, 0, 1379, 1378, 1, 0, 0, 0, 1379, 1380, 1, 0, 0, 0, 1380, 1381, 1, 0, 0, 0, 1381, 1383, 3, 118, 59, 0, 1382, 1384, 3, 112, 56, 0, 1383, 1382, 1, 0, 0, 0, 1383, 1384, 1, 0, 0, 0, 1384, 1385, 1, 0, 0, 0, 1385, 1386, 5, 139, 0, 0, 1386, 1387, 3, 124, 62, 0, 1387, 93, 1, 0, 0, 0, 1388, 1390, 5, 143, 0, 0, 1389, 1391, 5, 287, 0, 0, 1390, 1389, 1, 0, 0, 0, 1390, 1391, 1, 0, 0, 0, 1391, 1392, 1, 0, 0, 0, 1392, 1397, 3, 638, 319, 0, 1393, 1394, 5, 397, 0, 0, 1394, 1396, 3, 638, 319, 0, 1395, 1393, 1, 0, 0, 0, 1396, 1399, 1, 0, 0, 0, 1397, 1395, 1, 0, 0, 0, 1397, 1398, 1, 0, 0, 0, 1398, 1400, 1, 0, 0, 0, 1399, 1397, 1, 0, 0, 0, 1400, 1401, 5, 341, 0, 0, 1401, 1403, 3, 124, 62, 0, 1402, 1404, 3, 136, 68, 0, 1403, 1402, 1, 0, 0, 0, 1403, 1404, 1, 0, 0, 0, 1404, 95, 1, 0, 0, 0, 1405, 1407, 5, 283, 0, 0, 1406, 1408, 3, 134, 67, 0, 1407, 1406, 1, 0, 0, 0, 1407, 1408, 1, 0, 0, 0, 1408, 1410, 1, 0, 0, 0, 1409, 1411, 5, 287, 0, 0, 1410, 1409, 1, 0, 0, 0, 1410, 1411, 1, 0, 0, 0, 1411, 1412, 1, 0, 0, 0, 1412, 1417, 3, 638, 319, 0, 1413, 1414, 5, 397, 0, 0, 1414, 1416, 3, 638, 319, 0, 1415, 1413, 1, 0, 0, 0, 1416, 1419, 1, 0, 0, 0, 1417, 1415, 1, 0, 0, 0, 1417, 1418, 1, 0, 0, 0, 1418, 1420, 1, 0, 0, 0, 1419, 1417, 1, 0, 0, 0, 1420, 1421, 5, 139, 0, 0, 1421, 1422, 3, 124, 62, 0, 1422, 97, 1, 0, 0, 0, 1423, 1424, 5, 308, 0, 0, 1424, 1425, 5, 287, 0, 0, 1425, 1426, 5, 143, 0, 0, 1426, 1427, 3, 126, 63, 0, 1427, 99, 1, 0, 0, 0, 1428, 1429, 5, 308, 0, 0, 1429, 1430, 5, 288, 0, 0, 1430, 101, 1, 0, 0, 0, 1431, 1432, 5, 308, 0, 0, 1432, 1433, 5, 62, 0, 0, 1433, 1434, 5, 288, 0, 0, 1434, 103, 1, 0, 0, 0, 1435, 1436, 5, 304, 0, 0, 1436, 1440, 5, 287, 0, 0, 1437, 1441, 5, 7, 0, 0, 1438, 1441, 5, 213, 0, 0, 1439, 1441, 3, 638, 319, 0, 1440, 1437, 1, 0, 0, 0, 1440, 1438, 1, 0, 0, 0, 1440, 1439, 1, 0, 0, 0, 1441, 105, 1, 0, 0, 0, 1442, 1443, 5, 308, 0, 0, 1443, 1445, 5, 143, 0, 0, 1444, 1446, 3, 126, 63, 0, 1445, 1444, 1, 0, 0, 0, 1445, 1446, 1, 0, 0, 0, 1446, 1449, 1, 0, 0, 0, 1447, 1448, 5, 224, 0, 0, 1448, 1450, 3, 110, 55, 0, 1449, 1447, 1, 0, 0, 0, 1449, 1450, 1, 0, 0, 0, 1450, 107, 1, 0, 0, 0, 1451, 1452, 5, 308, 0, 0, 1452, 1453, 5, 252, 0, 0, 1453, 1454, 3, 638, 319, 0, 1454, 109, 1, 0, 0, 0, 1455, 1458, 5, 7, 0, 0, 1456, 1458, 3, 116, 58, 0, 1457, 1455, 1, 0, 0, 0, 1457, 1456, 1, 0, 0, 0, 1458, 111, 1, 0, 0, 0, 1459, 1460, 5, 224, 0, 0, 1460, 1461, 3, 114, 57, 0, 1461, 113, 1, 0, 0, 0, 1462, 1463, 3, 70, 35, 0, 1463, 1464, 3, 472, 236, 0, 1464, 1474, 1, 0, 0, 0, 1465, 1467, 5, 329, 0, 0, 1466, 1465, 1, 0, 0, 0, 1466, 1467, 1, 0, 0, 0, 1467, 1468, 1, 0, 0, 0, 1468, 1474, 3, 624, 312, 0, 1469, 1470, 5, 366, 0, 0, 1470, 1474, 5, 426, 0, 0, 1471, 1472, 5, 303, 0, 0, 1472, 1474, 3, 638, 319, 0, 1473, 1462, 1, 0, 0, 0, 1473, 1466, 1, 0, 0, 0, 1473, 1469, 1, 0, 0, 0, 1473, 1471, 1, 0, 0, 0, 1474, 115, 1, 0, 0, 0, 1475, 1476, 3, 70, 35, 0, 1476, 1477, 3, 472, 236, 0, 1477, 1496, 1, 0, 0, 0, 1478, 1480, 5, 329, 0, 0, 1479, 1478, 1, 0, 0, 0, 1479, 1480, 1, 0, 0, 0, 1480, 1481, 1, 0, 0, 0, 1481, 1486, 3, 478, 239, 0, 1482, 1483, 5, 399, 0, 0, 1483, 1484, 3, 254, 127, 0, 1484, 1485, 5, 400, 0, 0, 1485, 1487, 1, 0, 0, 0, 1486, 1482, 1, 0, 0, 0, 1486, 1487, 1, 0, 0, 0, 1487, 1489, 1, 0, 0, 0, 1488, 1490, 3, 626, 313, 0, 1489, 1488, 1, 0, 0, 0, 1489, 1490, 1, 0, 0, 0, 1490, 1496, 1, 0, 0, 0, 1491, 1492, 5, 366, 0, 0, 1492, 1496, 5, 426, 0, 0, 1493, 1494, 5, 303, 0, 0, 1494, 1496, 3, 638, 319, 0, 1495, 1475, 1, 0, 0, 0, 1495, 1479, 1, 0, 0, 0, 1495, 1491, 1, 0, 0, 0, 1495, 1493, 1, 0, 0, 0, 1496, 117, 1, 0, 0, 0, 1497, 1502, 3, 120, 60, 0, 1498, 1499, 5, 397, 0, 0, 1499, 1501, 3, 120, 60, 0, 1500, 1498, 1, 0, 0, 0, 1501, 1504, 1, 0, 0, 0, 1502, 1500, 1, 0, 0, 0, 1502, 1503, 1, 0, 0, 0, 1503, 119, 1, 0, 0, 0, 1504, 1502, 1, 0, 0, 0, 1505, 1510, 3, 122, 61, 0, 1506, 1507, 5, 399, 0, 0, 1507, 1508, 3, 254, 127, 0, 1508, 1509, 5, 400, 0, 0, 1509, 1511, 1, 0, 0, 0, 1510, 1506, 1, 0, 0, 0, 1510, 1511, 1, 0, 0, 0, 1511, 121, 1, 0, 0, 0, 1512, 1513, 7, 10, 0, 0, 1513, 123, 1, 0, 0, 0, 1514, 1519, 3, 126, 63, 0, 1515, 1516, 5, 397, 0, 0, 1516, 1518, 3, 126, 63, 0, 1517, 1515, 1, 0, 0, 0, 1518, 1521, 1, 0, 0, 0, 1519, 1517, 1, 0, 0, 0, 1519, 1520, 1, 0, 0, 0, 1520, 125, 1, 0, 0, 0, 1521, 1519, 1, 0, 0, 0, 1522, 1523, 5, 369, 0, 0, 1523, 1529, 3, 642, 321, 0, 1524, 1525, 5, 144, 0, 0, 1525, 1529, 3, 642, 321, 0, 1526, 1527, 5, 287, 0, 0, 1527, 1529, 3, 638, 319, 0, 1528, 1522, 1, 0, 0, 0, 1528, 1524, 1, 0, 0, 0, 1528, 1526, 1, 0, 0, 0, 1529, 127, 1, 0, 0, 0, 1530, 1531, 5, 369, 0, 0, 1531, 1536, 3, 642, 321, 0, 1532, 1533, 5, 287, 0, 0, 1533, 1536, 3, 638, 319, 0, 1534, 1536, 3, 638, 319, 0, 1535, 1530, 1, 0, 0, 0, 1535, 1532, 1, 0, 0, 0, 1535, 1534, 1, 0, 0, 0, 1536, 129, 1, 0, 0, 0, 1537, 1538, 5, 387, 0, 0, 1538, 1539, 5, 143, 0, 0, 1539, 1540, 5, 227, 0, 0, 1540, 131, 1, 0, 0, 0, 1541, 1542, 5, 143, 0, 0, 1542, 1543, 5, 227, 0, 0, 1543, 1544, 5, 134, 0, 0, 1544, 133, 1, 0, 0, 0, 1545, 1546, 5, 5, 0, 0, 1546, 1547, 5, 227, 0, 0, 1547, 1548, 5, 134, 0, 0, 1548, 135, 1, 0, 0, 0, 1549, 1550, 5, 387, 0, 0, 1550, 1551, 5, 5, 0, 0, 1551, 1552, 5, 227, 0, 0, 1552, 137, 1, 0, 0, 0, 1553, 1555, 5, 212, 0, 0, 1554, 1556, 5, 276, 0, 0, 1555, 1554, 1, 0, 0, 0, 1555, 1556, 1, 0, 0, 0, 1556, 1557, 1, 0, 0, 0, 1557, 1558, 5, 329, 0, 0, 1558, 1564, 3, 478, 239, 0, 1559, 1560, 7, 11, 0, 0, 1560, 1562, 5, 239, 0, 0, 1561, 1563, 3, 630, 315, 0, 1562, 1561, 1, 0, 0, 0, 1562, 1563, 1, 0, 0, 0, 1563, 1565, 1, 0, 0, 0, 1564, 1559, 1, 0, 0, 0, 1564, 1565, 1, 0, 0, 0, 1565, 139, 1, 0, 0, 0, 1566, 1571, 3, 142, 71, 0, 1567, 1568, 5, 397, 0, 0, 1568, 1570, 3, 142, 71, 0, 1569, 1567, 1, 0, 0, 0, 1570, 1573, 1, 0, 0, 0, 1571, 1569, 1, 0, 0, 0, 1571, 1572, 1, 0, 0, 0, 1572, 141, 1, 0, 0, 0, 1573, 1571, 1, 0, 0, 0, 1574, 1575, 3, 144, 72, 0, 1575, 1576, 5, 426, 0, 0, 1576, 143, 1, 0, 0, 0, 1577, 1578, 7, 12, 0, 0, 1578, 145, 1, 0, 0, 0, 1579, 1581, 5, 58, 0, 0, 1580, 1582, 5, 333, 0, 0, 1581, 1580, 1, 0, 0, 0, 1581, 1582, 1, 0, 0, 0, 1582, 1583, 1, 0, 0, 0, 1583, 1584, 5, 141, 0, 0, 1584, 1585, 3, 554, 277, 0, 1585, 1586, 5, 17, 0, 0, 1586, 1589, 5, 426, 0, 0, 1587, 1588, 5, 370, 0, 0, 1588, 1590, 3, 140, 70, 0, 1589, 1587, 1, 0, 0, 0, 1589, 1590, 1, 0, 0, 0, 1590, 147, 1, 0, 0, 0, 1591, 1593, 5, 101, 0, 0, 1592, 1594, 5, 333, 0, 0, 1593, 1592, 1, 0, 0, 0, 1593, 1594, 1, 0, 0, 0, 1594, 1595, 1, 0, 0, 0, 1595, 1597, 5, 141, 0, 0, 1596, 1598, 3, 30, 15, 0, 1597, 1596, 1, 0, 0, 0, 1597, 1598, 1, 0, 0, 0, 1598, 1599, 1, 0, 0, 0, 1599, 1600, 3, 556, 278, 0, 1600, 149, 1, 0, 0, 0, 1601, 1602, 5, 271, 0, 0, 1602, 1603, 7, 13, 0, 0, 1603, 151, 1, 0, 0, 0, 1604, 1605, 5, 58, 0, 0, 1605, 1606, 5, 333, 0, 0, 1606, 1607, 5, 194, 0, 0, 1607, 1608, 5, 432, 0, 0, 1608, 1610, 5, 399, 0, 0, 1609, 1611, 3, 248, 124, 0, 1610, 1609, 1, 0, 0, 0, 1610, 1611, 1, 0, 0, 0, 1611, 1612, 1, 0, 0, 0, 1612, 1613, 5, 400, 0, 0, 1613, 1614, 3, 580, 290, 0, 1614, 153, 1, 0, 0, 0, 1615, 1616, 5, 101, 0, 0, 1616, 1617, 5, 333, 0, 0, 1617, 1619, 5, 194, 0, 0, 1618, 1620, 3, 30, 15, 0, 1619, 1618, 1, 0, 0, 0, 1619, 1620, 1, 0, 0, 0, 1620, 1621, 1, 0, 0, 0, 1621, 1622, 5, 432, 0, 0, 1622, 155, 1, 0, 0, 0, 1623, 1624, 5, 58, 0, 0, 1624, 1625, 5, 155, 0, 0, 1625, 1626, 3, 638, 319, 0, 1626, 1627, 5, 224, 0, 0, 1627, 1628, 5, 329, 0, 0, 1628, 1629, 3, 478, 239, 0, 1629, 1630, 3, 264, 132, 0, 1630, 1631, 5, 17, 0, 0, 1631, 1635, 5, 426, 0, 0, 1632, 1633, 5, 387, 0, 0, 1633, 1634, 5, 84, 0, 0, 1634, 1636, 5, 265, 0, 0, 1635, 1632, 1, 0, 0, 0, 1635, 1636, 1, 0, 0, 0, 1636, 1639, 1, 0, 0, 0, 1637, 1638, 5, 150, 0, 0, 1638, 1640, 3, 226, 113, 0, 1639, 1637, 1, 0, 0, 0, 1639, 1640, 1, 0, 0, 0, 1640, 1644, 1, 0, 0, 0, 1641, 1642, 5, 154, 0, 0, 1642, 1643, 5, 329, 0, 0, 1643, 1645, 3, 478, 239, 0, 1644, 1641, 1, 0, 0, 0, 1644, 1645, 1, 0, 0, 0, 1645, 1649, 1, 0, 0, 0, 1646, 1647, 5, 238, 0, 0, 1647, 1648, 5, 32, 0, 0, 1648, 1650, 3, 264, 132, 0, 1649, 1646, 1, 0, 0, 0, 1649, 1650, 1, 0, 0, 0, 1650, 1655, 1, 0, 0, 0, 1651, 1653, 3, 222, 111, 0, 1652, 1651, 1, 0, 0, 0, 1652, 1653, 1, 0, 0, 0, 1653, 1654, 1, 0, 0, 0, 1654, 1656, 3, 246, 123, 0, 1655, 1652, 1, 0, 0, 0, 1655, 1656, 1, 0, 0, 0, 1656, 1658, 1, 0, 0, 0, 1657, 1659, 3, 424, 212, 0, 1658, 1657, 1, 0, 0, 0, 1658, 1659, 1, 0, 0, 0, 1659, 1661, 1, 0, 0, 0, 1660, 1662, 3, 224, 112, 0, 1661, 1660, 1, 0, 0, 0, 1661, 1662, 1, 0, 0, 0, 1662, 1664, 1, 0, 0, 0, 1663, 1665, 3, 196, 98, 0, 1664, 1663, 1, 0, 0, 0, 1664, 1665, 1, 0, 0, 0, 1665, 157, 1, 0, 0, 0, 1666, 1667, 5, 101, 0, 0, 1667, 1669, 5, 155, 0, 0, 1668, 1670, 3, 30, 15, 0, 1669, 1668, 1, 0, 0, 0, 1669, 1670, 1, 0, 0, 0, 1670, 1671, 1, 0, 0, 0, 1671, 1672, 3, 638, 319, 0, 1672, 1673, 5, 224, 0, 0, 1673, 1674, 3, 478, 239, 0, 1674, 159, 1, 0, 0, 0, 1675, 1678, 5, 58, 0, 0, 1676, 1677, 5, 228, 0, 0, 1677, 1679, 5, 278, 0, 0, 1678, 1676, 1, 0, 0, 0, 1678, 1679, 1, 0, 0, 0, 1679, 1680, 1, 0, 0, 0, 1680, 1682, 5, 378, 0, 0, 1681, 1683, 3, 32, 16, 0, 1682, 1681, 1, 0, 0, 0, 1682, 1683, 1, 0, 0, 0, 1683, 1684, 1, 0, 0, 0, 1684, 1689, 3, 484, 242, 0, 1685, 1686, 5, 399, 0, 0, 1686, 1687, 3, 304, 152, 0, 1687, 1688, 5, 400, 0, 0, 1688, 1690, 1, 0, 0, 0, 1689, 1685, 1, 0, 0, 0, 1689, 1690, 1, 0, 0, 0, 1690, 1692, 1, 0, 0, 0, 1691, 1693, 3, 196, 98, 0, 1692, 1691, 1, 0, 0, 0, 1692, 1693, 1, 0, 0, 0, 1693, 1695, 1, 0, 0, 0, 1694, 1696, 3, 162, 81, 0, 1695, 1694, 1, 0, 0, 0, 1695, 1696, 1, 0, 0, 0, 1696, 1698, 1, 0, 0, 0, 1697, 1699, 3, 224, 112, 0, 1698, 1697, 1, 0, 0, 0, 1698, 1699, 1, 0, 0, 0, 1699, 1700, 1, 0, 0, 0, 1700, 1701, 5, 17, 0, 0, 1701, 1702, 3, 380, 190, 0, 1702, 161, 1, 0, 0, 0, 1703, 1704, 5, 238, 0, 0, 1704, 1710, 5, 224, 0, 0, 1705, 1706, 5, 399, 0, 0, 1706, 1711, 3, 254, 127, 0, 1707, 1708, 5, 316, 0, 0, 1708, 1709, 5, 399, 0, 0, 1709, 1711, 3, 204, 102, 0, 1710, 1705, 1, 0, 0, 0, 1710, 1707, 1, 0, 0, 0, 1711, 1712, 1, 0, 0, 0, 1712, 1713, 5, 400, 0, 0, 1713, 163, 1, 0, 0, 0, 1714, 1717, 3, 166, 83, 0, 1715, 1717, 3, 168, 84, 0, 1716, 1714, 1, 0, 0, 0, 1716, 1715, 1, 0, 0, 0, 1717, 165, 1, 0, 0, 0, 1718, 1719, 5, 42, 0, 0, 1719, 1720, 5, 224, 0, 0, 1720, 1721, 5, 399, 0, 0, 1721, 1722, 3, 254, 127, 0, 1722, 1723, 5, 400, 0, 0, 1723, 167, 1, 0, 0, 0, 1724, 1725, 3, 170, 85, 0, 1725, 1726, 3, 172, 86, 0, 1726, 169, 1, 0, 0, 0, 1727, 1728, 5, 98, 0, 0, 1728, 1729, 5, 224, 0, 0, 1729, 1730, 5, 399, 0, 0, 1730, 1731, 3, 254, 127, 0, 1731, 1732, 5, 400, 0, 0, 1732, 171, 1, 0, 0, 0, 1733, 1734, 5, 315, 0, 0, 1734, 1735, 5, 224, 0, 0, 1735, 1736, 5, 399, 0, 0, 1736, 1737, 3, 254, 127, 0, 1737, 1738, 5, 400, 0, 0, 1738, 173, 1, 0, 0, 0, 1739, 1740, 5, 101, 0, 0, 1740, 1742, 5, 378, 0, 0, 1741, 1743, 3, 30, 15, 0, 1742, 1741, 1, 0, 0, 0, 1742, 1743, 1, 0, 0, 0, 1743, 1744, 1, 0, 0, 0, 1744, 1745, 3, 482, 241, 0, 1745, 175, 1, 0, 0, 0, 1746, 1747, 5, 58, 0, 0, 1747, 1748, 5, 202, 0, 0, 1748, 1750, 5, 378, 0, 0, 1749, 1751, 3, 32, 16, 0, 1750, 1749, 1, 0, 0, 0, 1750, 1751, 1, 0, 0, 0, 1751, 1752, 1, 0, 0, 0, 1752, 1754, 3, 484, 242, 0, 1753, 1755, 3, 38, 19, 0, 1754, 1753, 1, 0, 0, 0, 1754, 1755, 1, 0, 0, 0, 1755, 1757, 1, 0, 0, 0, 1756, 1758, 3, 196, 98, 0, 1757, 1756, 1, 0, 0, 0, 1757, 1758, 1, 0, 0, 0, 1758, 1760, 1, 0, 0, 0, 1759, 1761, 3, 162, 81, 0, 1760, 1759, 1, 0, 0, 0, 1760, 1761, 1, 0, 0, 0, 1761, 1763, 1, 0, 0, 0, 1762, 1764, 3, 164, 82, 0, 1763, 1762, 1, 0, 0, 0, 1763, 1764, 1, 0, 0, 0, 1764, 1766, 1, 0, 0, 0, 1765, 1767, 3, 222, 111, 0, 1766, 1765, 1, 0, 0, 0, 1766, 1767, 1, 0, 0, 0, 1767, 1769, 1, 0, 0, 0, 1768, 1770, 3, 246, 123, 0, 1769, 1768, 1, 0, 0, 0, 1769, 1770, 1, 0, 0, 0, 1770, 1772, 1, 0, 0, 0, 1771, 1773, 3, 424, 212, 0, 1772, 1771, 1, 0, 0, 0, 1772, 1773, 1, 0, 0, 0, 1773, 1775, 1, 0, 0, 0, 1774, 1776, 3, 224, 112, 0, 1775, 1774, 1, 0, 0, 0, 1775, 1776, 1, 0, 0, 0, 1776, 1777, 1, 0, 0, 0, 1777, 1778, 5, 17, 0, 0, 1778, 1779, 3, 380, 190, 0, 1779, 177, 1, 0, 0, 0, 1780, 1781, 5, 101, 0, 0, 1781, 1782, 5, 202, 0, 0, 1782, 1784, 5, 378, 0, 0, 1783, 1785, 3, 30, 15, 0, 1784, 1783, 1, 0, 0, 0, 1784, 1785, 1, 0, 0, 0, 1785, 1786, 1, 0, 0, 0, 1786, 1787, 3, 482, 241, 0, 1787, 179, 1, 0, 0, 0, 1788, 1789, 5, 58, 0, 0, 1789, 1790, 5, 293, 0, 0, 1790, 1791, 5, 258, 0, 0, 1791, 1792, 3, 638, 319, 0, 1792, 1794, 3, 188, 94, 0, 1793, 1795, 3, 190, 95, 0, 1794, 1793, 1, 0, 0, 0, 1794, 1795, 1, 0, 0, 0, 1795, 1797, 1, 0, 0, 0, 1796, 1798, 3, 268, 134, 0, 1797, 1796, 1, 0, 0, 0, 1797, 1798, 1, 0, 0, 0, 1798, 1799, 1, 0, 0, 0, 1799, 1800, 3, 192, 96, 0, 1800, 181, 1, 0, 0, 0, 1801, 1802, 5, 101, 0, 0, 1802, 1803, 5, 293, 0, 0, 1803, 1804, 5, 258, 0, 0, 1804, 1805, 3, 638, 319, 0, 1805, 183, 1, 0, 0, 0, 1806, 1807, 5, 9, 0, 0, 1807, 1808, 5, 293, 0, 0, 1808, 1809, 5, 258, 0, 0, 1809, 1810, 3, 638, 319, 0, 1810, 1811, 3, 186, 93, 0, 1811, 185, 1, 0, 0, 0, 1812, 1818, 3, 188, 94, 0, 1813, 1818, 3, 190, 95, 0, 1814, 1818, 3, 268, 134, 0, 1815, 1818, 3, 192, 96, 0, 1816, 1818, 5, 115, 0, 0, 1817, 1812, 1, 0, 0, 0, 1817, 1813, 1, 0, 0, 0, 1817, 1814, 1, 0, 0, 0, 1817, 1815, 1, 0, 0, 0, 1817, 1816, 1, 0, 0, 0, 1818, 187, 1, 0, 0, 0, 1819, 1820, 5, 59, 0, 0, 1820, 1835, 5, 426, 0, 0, 1821, 1823, 5, 111, 0, 0, 1822, 1824, 5, 431, 0, 0, 1823, 1822, 1, 0, 0, 0, 1823, 1824, 1, 0, 0, 0, 1824, 1825, 1, 0, 0, 0, 1825, 1832, 3, 578, 289, 0, 1826, 1830, 5, 20, 0, 0, 1827, 1828, 5, 223, 0, 0, 1828, 1830, 5, 32, 0, 0, 1829, 1826, 1, 0, 0, 0, 1829, 1827, 1, 0, 0, 0, 1830, 1831, 1, 0, 0, 0, 1831, 1833, 5, 426, 0, 0, 1832, 1829, 1, 0, 0, 0, 1832, 1833, 1, 0, 0, 0, 1833, 1835, 1, 0, 0, 0, 1834, 1819, 1, 0, 0, 0, 1834, 1821, 1, 0, 0, 0, 1835, 189, 1, 0, 0, 0, 1836, 1837, 5, 116, 0, 0, 1837, 1838, 5, 17, 0, 0, 1838, 1839, 5, 426, 0, 0, 1839, 191, 1, 0, 0, 0, 1840, 1842, 5, 85, 0, 0, 1841, 1840, 1, 0, 0, 0, 1841, 1842, 1, 0, 0, 0, 1842, 1843, 1, 0, 0, 0, 1843, 1844, 5, 17, 0, 0, 1844, 1845, 3, 2, 1, 0, 1845, 193, 1, 0, 0, 0, 1846, 1849, 3, 638, 319, 0, 1847, 1849, 5, 426, 0, 0, 1848, 1846, 1, 0, 0, 0, 1848, 1847, 1, 0, 0, 0, 1849, 195, 1, 0, 0, 0, 1850, 1851, 5, 47, 0, 0, 1851, 1852, 5, 426, 0, 0, 1852, 197, 1, 0, 0, 0, 1853, 1854, 5, 183, 0, 0, 1854, 1855, 5, 431, 0, 0, 1855, 199, 1, 0, 0, 0, 1856, 1857, 5, 238, 0, 0, 1857, 1866, 5, 32, 0, 0, 1858, 1861, 5, 399, 0, 0, 1859, 1862, 3, 202, 101, 0, 1860, 1862, 3, 254, 127, 0, 1861, 1859, 1, 0, 0, 0, 1861, 1860, 1, 0, 0, 0, 1862, 1867, 1, 0, 0, 0, 1863, 1864, 5, 316, 0, 0, 1864, 1865, 5, 399, 0, 0, 1865, 1867, 3, 204, 102, 0, 1866, 1858, 1, 0, 0, 0, 1866, 1863, 1, 0, 0, 0, 1867, 1868, 1, 0, 0, 0, 1868, 1869, 5, 400, 0, 0, 1869, 201, 1, 0, 0, 0, 1870, 1875, 3, 316, 158, 0, 1871, 1872, 5, 397, 0, 0, 1872, 1874, 3, 316, 158, 0, 1873, 1871, 1, 0, 0, 0, 1874, 1877, 1, 0, 0, 0, 1875, 1873, 1, 0, 0, 0, 1875, 1876, 1, 0, 0, 0, 1876, 203, 1, 0, 0, 0, 1877, 1875, 1, 0, 0, 0, 1878, 1883, 3, 206, 103, 0, 1879, 1880, 5, 397, 0, 0, 1880, 1882, 3, 206, 103, 0, 1881, 1879, 1, 0, 0, 0, 1882, 1885, 1, 0, 0, 0, 1883, 1881, 1, 0, 0, 0, 1883, 1884, 1, 0, 0, 0, 1884, 205, 1, 0, 0, 0, 1885, 1883, 1, 0, 0, 0, 1886, 1905, 3, 256, 128, 0, 1887, 1892, 3, 666, 333, 0, 1888, 1892, 3, 668, 334, 0, 1889, 1892, 3, 672, 336, 0, 1890, 1892, 3, 674, 337, 0, 1891, 1887, 1, 0, 0, 0, 1891, 1888, 1, 0, 0, 0, 1891, 1889, 1, 0, 0, 0, 1891, 1890, 1, 0, 0, 0, 1892, 1893, 1, 0, 0, 0, 1893, 1894, 5, 399, 0, 0, 1894, 1895, 3, 256, 128, 0, 1895, 1896, 5, 400, 0, 0, 1896, 1905, 1, 0, 0, 0, 1897, 1898, 7, 14, 0, 0, 1898, 1899, 5, 399, 0, 0, 1899, 1900, 5, 431, 0, 0, 1900, 1901, 5, 397, 0, 0, 1901, 1902, 3, 256, 128, 0, 1902, 1903, 5, 400, 0, 0, 1903, 1905, 1, 0, 0, 0, 1904, 1886, 1, 0, 0, 0, 1904, 1891, 1, 0, 0, 0, 1904, 1897, 1, 0, 0, 0, 1905, 207, 1, 0, 0, 0, 1906, 1907, 5, 42, 0, 0, 1907, 1908, 5, 32, 0, 0, 1908, 1909, 5, 399, 0, 0, 1909, 1910, 3, 254, 127, 0, 1910, 1917, 5, 400, 0, 0, 1911, 1912, 5, 315, 0, 0, 1912, 1913, 5, 32, 0, 0, 1913, 1914, 5, 399, 0, 0, 1914, 1915, 3, 262, 131, 0, 1915, 1916, 5, 400, 0, 0, 1916, 1918, 1, 0, 0, 0, 1917, 1911, 1, 0, 0, 0, 1917, 1918, 1, 0, 0, 0, 1918, 1919, 1, 0, 0, 0, 1919, 1920, 5, 166, 0, 0, 1920, 1921, 5, 431, 0, 0, 1921, 1922, 5, 31, 0, 0, 1922, 209, 1, 0, 0, 0, 1923, 1924, 5, 310, 0, 0, 1924, 1925, 5, 32, 0, 0, 1925, 1926, 5, 399, 0, 0, 1926, 1927, 3, 254, 127, 0, 1927, 1928, 5, 400, 0, 0, 1928, 1929, 5, 224, 0, 0, 1929, 1930, 5, 399, 0, 0, 1930, 1931, 3, 290, 145, 0, 1931, 1933, 5, 400, 0, 0, 1932, 1934, 3, 40, 20, 0, 1933, 1932, 1, 0, 0, 0, 1933, 1934, 1, 0, 0, 0, 1934, 211, 1, 0, 0, 0, 1935, 1938, 3, 218, 109, 0, 1936, 1938, 3, 220, 110, 0, 1937, 1935, 1, 0, 0, 0, 1937, 1936, 1, 0, 0, 0, 1938, 213, 1, 0, 0, 0, 1939, 1940, 5, 266, 0, 0, 1940, 1941, 5, 426, 0, 0, 1941, 215, 1, 0, 0, 0, 1942, 1943, 5, 267, 0, 0, 1943, 1944, 5, 426, 0, 0, 1944, 217, 1, 0, 0, 0, 1945, 1946, 5, 291, 0, 0, 1946, 1947, 5, 137, 0, 0, 1947, 1948, 5, 301, 0, 0, 1948, 1952, 5, 426, 0, 0, 1949, 1950, 5, 387, 0, 0, 1950, 1951, 5, 302, 0, 0, 1951, 1953, 3, 226, 113, 0, 1952, 1949, 1, 0, 0, 0, 1952, 1953, 1, 0, 0, 0, 1953, 219, 1, 0, 0, 0, 1954, 1955, 5, 291, 0, 0, 1955, 1956, 5, 137, 0, 0, 1956, 1958, 5, 87, 0, 0, 1957, 1959, 3, 236, 118, 0, 1958, 1957, 1, 0, 0, 0, 1958, 1959, 1, 0, 0, 0, 1959, 1961, 1, 0, 0, 0, 1960, 1962, 3, 238, 119, 0, 1961, 1960, 1, 0, 0, 0, 1961, 1962, 1, 0, 0, 0, 1962, 1964, 1, 0, 0, 0, 1963, 1965, 3, 240, 120, 0, 1964, 1963, 1, 0, 0, 0, 1964, 1965, 1, 0, 0, 0, 1965, 1967, 1, 0, 0, 0, 1966, 1968, 3, 242, 121, 0, 1967, 1966, 1, 0, 0, 0, 1967, 1968, 1, 0, 0, 0, 1968, 1970, 1, 0, 0, 0, 1969, 1971, 3, 244, 122, 0, 1970, 1969, 1, 0, 0, 0, 1970, 1971, 1, 0, 0, 0, 1971, 221, 1, 0, 0, 0, 1972, 1975, 3, 220, 110, 0, 1973, 1975, 3, 218, 109, 0, 1974, 1972, 1, 0, 0, 0, 1974, 1973, 1, 0, 0, 0, 1975, 223, 1, 0, 0, 0, 1976, 1977, 5, 332, 0, 0, 1977, 1978, 3, 226, 113, 0, 1978, 225, 1, 0, 0, 0, 1979, 1980, 5, 399, 0, 0, 1980, 1981, 3, 228, 114, 0, 1981, 1982, 5, 400, 0, 0, 1982, 227, 1, 0, 0, 0, 1983, 1993, 3, 232, 116, 0, 1984, 1989, 5, 426, 0, 0, 1985, 1986, 5, 397, 0, 0, 1986, 1988, 5, 426, 0, 0, 1987, 1985, 1, 0, 0, 0, 1988, 1991, 1, 0, 0, 0, 1989, 1987, 1, 0, 0, 0, 1989, 1990, 1, 0, 0, 0, 1990, 1993, 1, 0, 0, 0, 1991, 1989, 1, 0, 0, 0, 1992, 1983, 1, 0, 0, 0, 1992, 1984, 1, 0, 0, 0, 1993, 229, 1, 0, 0, 0, 1994, 1995, 5, 399, 0, 0, 1995, 1996, 3, 232, 116, 0, 1996, 1997, 5, 400, 0, 0, 1997, 231, 1, 0, 0, 0, 1998, 2003, 3, 234, 117, 0, 1999, 2000, 5, 397, 0, 0, 2000, 2002, 3, 234, 117, 0, 2001, 1999, 1, 0, 0, 0, 2002, 2005, 1, 0, 0, 0, 2003, 2001, 1, 0, 0, 0, 2003, 2004, 1, 0, 0, 0, 2004, 233, 1, 0, 0, 0, 2005, 2003, 1, 0, 0, 0, 2006, 2007, 5, 426, 0, 0, 2007, 2008, 5, 405, 0, 0, 2008, 2009, 5, 426, 0, 0, 2009, 235, 1, 0, 0, 0, 2010, 2011, 5, 127, 0, 0, 2011, 2012, 5, 334, 0, 0, 2012, 2013, 5, 32, 0, 0, 2013, 2017, 5, 426, 0, 0, 2014, 2015, 5, 110, 0, 0, 2015, 2016, 5, 32, 0, 0, 2016, 2018, 5, 426, 0, 0, 2017, 2014, 1, 0, 0, 0, 2017, 2018, 1, 0, 0, 0, 2018, 237, 1, 0, 0, 0, 2019, 2020, 5, 44, 0, 0, 2020, 2021, 5, 169, 0, 0, 2021, 2022, 5, 334, 0, 0, 2022, 2023, 5, 32, 0, 0, 2023, 2024, 5, 426, 0, 0, 2024, 239, 1, 0, 0, 0, 2025, 2026, 5, 198, 0, 0, 2026, 2027, 5, 174, 0, 0, 2027, 2028, 5, 334, 0, 0, 2028, 2029, 5, 32, 0, 0, 2029, 2030, 5, 426, 0, 0, 2030, 241, 1, 0, 0, 0, 2031, 2032, 5, 186, 0, 0, 2032, 2033, 5, 334, 0, 0, 2033, 2034, 5, 32, 0, 0, 2034, 2035, 5, 426, 0, 0, 2035, 243, 1, 0, 0, 0, 2036, 2037, 5, 219, 0, 0, 2037, 2038, 5, 85, 0, 0, 2038, 2039, 5, 17, 0, 0, 2039, 2040, 5, 426, 0, 0, 2040, 245, 1, 0, 0, 0, 2041, 2042, 5, 321, 0, 0, 2042, 2043, 5, 17, 0, 0, 2043, 2044, 5, 160, 0, 0, 2044, 2045, 5, 426, 0, 0, 2045, 2046, 5, 233, 0, 0, 2046, 2051, 5, 426, 0, 0, 2047, 2048, 5, 159, 0, 0, 2048, 2049, 5, 426, 0, 0, 2049, 2050, 5, 232, 0, 0, 2050, 2052, 5, 426, 0, 0, 2051, 2047, 1, 0, 0, 0, 2051, 2052, 1, 0, 0, 0, 2052, 2083, 1, 0, 0, 0, 2053, 2054, 5, 321, 0, 0, 2054, 2055, 5, 32, 0, 0, 2055, 2059, 5, 426, 0, 0, 2056, 2057, 5, 387, 0, 0, 2057, 2058, 5, 302, 0, 0, 2058, 2060, 3, 226, 113, 0, 2059, 2056, 1, 0, 0, 0, 2059, 2060, 1, 0, 0, 0, 2060, 2064, 1, 0, 0, 0, 2061, 2062, 5, 321, 0, 0, 2062, 2063, 5, 17, 0, 0, 2063, 2065, 3, 638, 319, 0, 2064, 2061, 1, 0, 0, 0, 2064, 2065, 1, 0, 0, 0, 2065, 2083, 1, 0, 0, 0, 2066, 2067, 5, 321, 0, 0, 2067, 2068, 5, 32, 0, 0, 2068, 2072, 3, 638, 319, 0, 2069, 2070, 5, 387, 0, 0, 2070, 2071, 5, 302, 0, 0, 2071, 2073, 3, 226, 113, 0, 2072, 2069, 1, 0, 0, 0, 2072, 2073, 1, 0, 0, 0, 2073, 2077, 1, 0, 0, 0, 2074, 2075, 5, 321, 0, 0, 2075, 2076, 5, 17, 0, 0, 2076, 2078, 3, 638, 319, 0, 2077, 2074, 1, 0, 0, 0, 2077, 2078, 1, 0, 0, 0, 2078, 2083, 1, 0, 0, 0, 2079, 2080, 5, 321, 0, 0, 2080, 2081, 5, 17, 0, 0, 2081, 2083, 3, 638, 319, 0, 2082, 2041, 1, 0, 0, 0, 2082, 2053, 1, 0, 0, 0, 2082, 2066, 1, 0, 0, 0, 2082, 2079, 1, 0, 0, 0, 2083, 247, 1, 0, 0, 0, 2084, 2089, 3, 310, 155, 0, 2085, 2086, 5, 397, 0, 0, 2086, 2088, 3, 310, 155, 0, 2087, 2085, 1, 0, 0, 0, 2088, 2091, 1, 0, 0, 0, 2089, 2087, 1, 0, 0, 0, 2089, 2090, 1, 0, 0, 0, 2090, 249, 1, 0, 0, 0, 2091, 2089, 1, 0, 0, 0, 2092, 2097, 3, 312, 156, 0, 2093, 2094, 5, 397, 0, 0, 2094, 2096, 3, 312, 156, 0, 2095, 2093, 1, 0, 0, 0, 2096, 2099, 1, 0, 0, 0, 2097, 2095, 1, 0, 0, 0, 2097, 2098, 1, 0, 0, 0, 2098, 251, 1, 0, 0, 0, 2099, 2097, 1, 0, 0, 0, 2100, 2105, 3, 340, 170, 0, 2101, 2102, 5, 397, 0, 0, 2102, 2104, 3, 340, 170, 0, 2103, 2101, 1, 0, 0, 0, 2104, 2107, 1, 0, 0, 0, 2105, 2103, 1, 0, 0, 0, 2105, 2106, 1, 0, 0, 0, 2106, 253, 1, 0, 0, 0, 2107, 2105, 1, 0, 0, 0, 2108, 2113, 3, 256, 128, 0, 2109, 2110, 5, 397, 0, 0, 2110, 2112, 3, 256, 128, 0, 2111, 2109, 1, 0, 0, 0, 2112, 2115, 1, 0, 0, 0, 2113, 2111, 1, 0, 0, 0, 2113, 2114, 1, 0, 0, 0, 2114, 255, 1, 0, 0, 0, 2115, 2113, 1, 0, 0, 0, 2116, 2119, 3, 682, 341, 0, 2117, 2119, 4, 128, 0, 0, 2118, 2116, 1, 0, 0, 0, 2118, 2117, 1, 0, 0, 0, 2119, 257, 1, 0, 0, 0, 2120, 2121, 3, 638, 319, 0, 2121, 259, 1, 0, 0, 0, 2122, 2132, 3, 256, 128, 0, 2123, 2128, 5, 395, 0, 0, 2124, 2129, 5, 104, 0, 0, 2125, 2129, 5, 175, 0, 0, 2126, 2129, 5, 375, 0, 0, 2127, 2129, 3, 638, 319, 0, 2128, 2124, 1, 0, 0, 0, 2128, 2125, 1, 0, 0, 0, 2128, 2126, 1, 0, 0, 0, 2128, 2127, 1, 0, 0, 0, 2129, 2131, 1, 0, 0, 0, 2130, 2123, 1, 0, 0, 0, 2131, 2134, 1, 0, 0, 0, 2132, 2130, 1, 0, 0, 0, 2132, 2133, 1, 0, 0, 0, 2133, 261, 1, 0, 0, 0, 2134, 2132, 1, 0, 0, 0, 2135, 2140, 3, 302, 151, 0, 2136, 2137, 5, 397, 0, 0, 2137, 2139, 3, 302, 151, 0, 2138, 2136, 1, 0, 0, 0, 2139, 2142, 1, 0, 0, 0, 2140, 2138, 1, 0, 0, 0, 2140, 2141, 1, 0, 0, 0, 2141, 263, 1, 0, 0, 0, 2142, 2140, 1, 0, 0, 0, 2143, 2144, 5, 399, 0, 0, 2144, 2145, 3, 254, 127, 0, 2145, 2146, 5, 400, 0, 0, 2146, 265, 1, 0, 0, 0, 2147, 2149, 3, 268, 134, 0, 2148, 2150, 3, 270, 135, 0, 2149, 2148, 1, 0, 0, 0, 2149, 2150, 1, 0, 0, 0, 2150, 2153, 1, 0, 0, 0, 2151, 2153, 3, 272, 136, 0, 2152, 2147, 1, 0, 0, 0, 2152, 2151, 1, 0, 0, 0, 2153, 267, 1, 0, 0, 0, 2154, 2157, 3, 662, 331, 0, 2155, 2157, 3, 664, 332, 0, 2156, 2154, 1, 0, 0, 0, 2156, 2155, 1, 0, 0, 0, 2157, 269, 1, 0, 0, 0, 2158, 2159, 7, 15, 0, 0, 2159, 271, 1, 0, 0, 0, 2160, 2164, 5, 109, 0, 0, 2161, 2162, 5, 216, 0, 0, 2162, 2164, 5, 109, 0, 0, 2163, 2160, 1, 0, 0, 0, 2163, 2161, 1, 0, 0, 0, 2164, 273, 1, 0, 0, 0, 2165, 2166, 7, 16, 0, 0, 2166, 275, 1, 0, 0, 0, 2167, 2168, 5, 55, 0, 0, 2168, 2170, 3, 638, 319, 0, 2169, 2167, 1, 0, 0, 0, 2169, 2170, 1, 0, 0, 0, 2170, 2171, 1, 0, 0, 0, 2171, 2173, 3, 280, 140, 0, 2172, 2174, 3, 336, 168, 0, 2173, 2172, 1, 0, 0, 0, 2173, 2174, 1, 0, 0, 0, 2174, 277, 1, 0, 0, 0, 2175, 2176, 5, 55, 0, 0, 2176, 2177, 3, 638, 319, 0, 2177, 2179, 3, 280, 140, 0, 2178, 2180, 3, 338, 169, 0, 2179, 2178, 1, 0, 0, 0, 2179, 2180, 1, 0, 0, 0, 2180, 279, 1, 0, 0, 0, 2181, 2184, 3, 282, 141, 0, 2182, 2184, 3, 284, 142, 0, 2183, 2181, 1, 0, 0, 0, 2183, 2182, 1, 0, 0, 0, 2184, 281, 1, 0, 0, 0, 2185, 2186, 3, 334, 167, 0, 2186, 2187, 3, 264, 132, 0, 2187, 283, 1, 0, 0, 0, 2188, 2189, 5, 40, 0, 0, 2189, 2190, 5, 399, 0, 0, 2190, 2191, 3, 580, 290, 0, 2191, 2192, 5, 400, 0, 0, 2192, 285, 1, 0, 0, 0, 2193, 2194, 5, 55, 0, 0, 2194, 2196, 3, 638, 319, 0, 2195, 2193, 1, 0, 0, 0, 2195, 2196, 1, 0, 0, 0, 2196, 2197, 1, 0, 0, 0, 2197, 2198, 5, 136, 0, 0, 2198, 2199, 5, 173, 0, 0, 2199, 2200, 3, 264, 132, 0, 2200, 2201, 5, 269, 0, 0, 2201, 2202, 3, 478, 239, 0, 2202, 2204, 3, 264, 132, 0, 2203, 2205, 3, 336, 168, 0, 2204, 2203, 1, 0, 0, 0, 2204, 2205, 1, 0, 0, 0, 2205, 287, 1, 0, 0, 0, 2206, 2207, 5, 55, 0, 0, 2207, 2208, 3, 638, 319, 0, 2208, 2209, 5, 136, 0, 0, 2209, 2210, 5, 173, 0, 0, 2210, 2211, 3, 264, 132, 0, 2211, 2212, 5, 269, 0, 0, 2212, 2213, 3, 478, 239, 0, 2213, 2215, 3, 264, 132, 0, 2214, 2216, 3, 338, 169, 0, 2215, 2214, 1, 0, 0, 0, 2215, 2216, 1, 0, 0, 0, 2216, 289, 1, 0, 0, 0, 2217, 2220, 3, 296, 148, 0, 2218, 2220, 3, 292, 146, 0, 2219, 2217, 1, 0, 0, 0, 2219, 2218, 1, 0, 0, 0, 2220, 291, 1, 0, 0, 0, 2221, 2226, 3, 294, 147, 0, 2222, 2223, 5, 397, 0, 0, 2223, 2225, 3, 294, 147, 0, 2224, 2222, 1, 0, 0, 0, 2225, 2228, 1, 0, 0, 0, 2226, 2224, 1, 0, 0, 0, 2226, 2227, 1, 0, 0, 0, 2227, 293, 1, 0, 0, 0, 2228, 2226, 1, 0, 0, 0, 2229, 2230, 5, 399, 0, 0, 2230, 2231, 3, 296, 148, 0, 2231, 2232, 5, 400, 0, 0, 2232, 295, 1, 0, 0, 0, 2233, 2238, 3, 572, 286, 0, 2234, 2235, 5, 397, 0, 0, 2235, 2237, 3, 572, 286, 0, 2236, 2234, 1, 0, 0, 0, 2237, 2240, 1, 0, 0, 0, 2238, 2236, 1, 0, 0, 0, 2238, 2239, 1, 0, 0, 0, 2239, 297, 1, 0, 0, 0, 2240, 2238, 1, 0, 0, 0, 2241, 2242, 7, 17, 0, 0, 2242, 299, 1, 0, 0, 0, 2243, 2244, 5, 220, 0, 0, 2244, 2245, 7, 18, 0, 0, 2245, 301, 1, 0, 0, 0, 2246, 2248, 3, 256, 128, 0, 2247, 2249, 3, 298, 149, 0, 2248, 2247, 1, 0, 0, 0, 2248, 2249, 1, 0, 0, 0, 2249, 2251, 1, 0, 0, 0, 2250, 2252, 3, 300, 150, 0, 2251, 2250, 1, 0, 0, 0, 2251, 2252, 1, 0, 0, 0, 2252, 303, 1, 0, 0, 0, 2253, 2258, 3, 306, 153, 0, 2254, 2255, 5, 397, 0, 0, 2255, 2257, 3, 306, 153, 0, 2256, 2254, 1, 0, 0, 0, 2257, 2260, 1, 0, 0, 0, 2258, 2256, 1, 0, 0, 0, 2258, 2259, 1, 0, 0, 0, 2259, 305, 1, 0, 0, 0, 2260, 2258, 1, 0, 0, 0, 2261, 2264, 3, 258, 129, 0, 2262, 2263, 5, 47, 0, 0, 2263, 2265, 5, 426, 0, 0, 2264, 2262, 1, 0, 0, 0, 2264, 2265, 1, 0, 0, 0, 2265, 307, 1, 0, 0, 0, 2266, 2269, 3, 256, 128, 0, 2267, 2269, 3, 580, 290, 0, 2268, 2266, 1, 0, 0, 0, 2268, 2267, 1, 0, 0, 0, 2269, 2271, 1, 0, 0, 0, 2270, 2272, 3, 298, 149, 0, 2271, 2270, 1, 0, 0, 0, 2271, 2272, 1, 0, 0, 0, 2272, 2274, 1, 0, 0, 0, 2273, 2275, 3, 300, 150, 0, 2274, 2273, 1, 0, 0, 0, 2274, 2275, 1, 0, 0, 0, 2275, 309, 1, 0, 0, 0, 2276, 2277, 3, 258, 129, 0, 2277, 2280, 3, 342, 171, 0, 2278, 2279, 5, 47, 0, 0, 2279, 2281, 5, 426, 0, 0, 2280, 2278, 1, 0, 0, 0, 2280, 2281, 1, 0, 0, 0, 2281, 311, 1, 0, 0, 0, 2282, 2285, 3, 314, 157, 0, 2283, 2285, 3, 316, 158, 0, 2284, 2282, 1, 0, 0, 0, 2284, 2283, 1, 0, 0, 0, 2285, 313, 1, 0, 0, 0, 2286, 2289, 3, 286, 143, 0, 2287, 2289, 3, 276, 138, 0, 2288, 2286, 1, 0, 0, 0, 2288, 2287, 1, 0, 0, 0, 2289, 315, 1, 0, 0, 0, 2290, 2291, 3, 258, 129, 0, 2291, 2293, 3, 342, 171, 0, 2292, 2294, 3, 318, 159, 0, 2293, 2292, 1, 0, 0, 0, 2293, 2294, 1, 0, 0, 0, 2294, 2297, 1, 0, 0, 0, 2295, 2296, 5, 47, 0, 0, 2296, 2298, 5, 426, 0, 0, 2297, 2295, 1, 0, 0, 0, 2297, 2298, 1, 0, 0, 0, 2298, 317, 1, 0, 0, 0, 2299, 2302, 3, 320, 160, 0, 2300, 2302, 3, 322, 161, 0, 2301, 2299, 1, 0, 0, 0, 2301, 2300, 1, 0, 0, 0, 2302, 319, 1, 0, 0, 0, 2303, 2304, 5, 55, 0, 0, 2304, 2306, 3, 638, 319, 0, 2305, 2303, 1, 0, 0, 0, 2305, 2306, 1, 0, 0, 0, 2306, 2307, 1, 0, 0, 0, 2307, 2308, 5, 269, 0, 0, 2308, 2309, 3, 478, 239, 0, 2309, 2310, 5, 399, 0, 0, 2310, 2311, 3, 256, 128, 0, 2311, 2313, 5, 400, 0, 0, 2312, 2314, 3, 336, 168, 0, 2313, 2312, 1, 0, 0, 0, 2313, 2314, 1, 0, 0, 0, 2314, 321, 1, 0, 0, 0, 2315, 2316, 5, 55, 0, 0, 2316, 2318, 3, 638, 319, 0, 2317, 2315, 1, 0, 0, 0, 2317, 2318, 1, 0, 0, 0, 2318, 2319, 1, 0, 0, 0, 2319, 2321, 3, 330, 165, 0, 2320, 2322, 3, 336, 168, 0, 2321, 2320, 1, 0, 0, 0, 2321, 2322, 1, 0, 0, 0, 2322, 323, 1, 0, 0, 0, 2323, 2326, 3, 326, 163, 0, 2324, 2326, 3, 328, 164, 0, 2325, 2323, 1, 0, 0, 0, 2325, 2324, 1, 0, 0, 0, 2326, 325, 1, 0, 0, 0, 2327, 2328, 5, 55, 0, 0, 2328, 2330, 3, 638, 319, 0, 2329, 2327, 1, 0, 0, 0, 2329, 2330, 1, 0, 0, 0, 2330, 2331, 1, 0, 0, 0, 2331, 2332, 5, 269, 0, 0, 2332, 2333, 3, 478, 239, 0, 2333, 2334, 5, 399, 0, 0, 2334, 2335, 3, 256, 128, 0, 2335, 2337, 5, 400, 0, 0, 2336, 2338, 3, 338, 169, 0, 2337, 2336, 1, 0, 0, 0, 2337, 2338, 1, 0, 0, 0, 2338, 327, 1, 0, 0, 0, 2339, 2340, 5, 55, 0, 0, 2340, 2342, 3, 638, 319, 0, 2341, 2339, 1, 0, 0, 0, 2341, 2342, 1, 0, 0, 0, 2342, 2343, 1, 0, 0, 0, 2343, 2345, 3, 330, 165, 0, 2344, 2346, 3, 338, 169, 0, 2345, 2344, 1, 0, 0, 0, 2345, 2346, 1, 0, 0, 0, 2346, 329, 1, 0, 0, 0, 2347, 2348, 5, 216, 0, 0, 2348, 2354, 5, 219, 0, 0, 2349, 2350, 5, 83, 0, 0, 2350, 2354, 3, 332, 166, 0, 2351, 2354, 3, 284, 142, 0, 2352, 2354, 3, 334, 167, 0, 2353, 2347, 1, 0, 0, 0, 2353, 2349, 1, 0, 0, 0, 2353, 2351, 1, 0, 0, 0, 2353, 2352, 1, 0, 0, 0, 2354, 331, 1, 0, 0, 0, 2355, 2359, 3, 572, 286, 0, 2356, 2359, 3, 550, 275, 0, 2357, 2359, 3, 560, 280, 0, 2358, 2355, 1, 0, 0, 0, 2358, 2356, 1, 0, 0, 0, 2358, 2357, 1, 0, 0, 0, 2359, 333, 1, 0, 0, 0, 2360, 2361, 5, 251, 0, 0, 2361, 2364, 5, 173, 0, 0, 2362, 2364, 5, 358, 0, 0, 2363, 2360, 1, 0, 0, 0, 2363, 2362, 1, 0, 0, 0, 2364, 335, 1, 0, 0, 0, 2365, 2367, 3, 266, 133, 0, 2366, 2368, 3, 274, 137, 0, 2367, 2366, 1, 0, 0, 0, 2367, 2368, 1, 0, 0, 0, 2368, 337, 1, 0, 0, 0, 2369, 2371, 3, 266, 133, 0, 2370, 2372, 3, 274, 137, 0, 2371, 2370, 1, 0, 0, 0, 2371, 2372, 1, 0, 0, 0, 2372, 339, 1, 0, 0, 0, 2373, 2374, 3, 258, 129, 0, 2374, 2375, 5, 396, 0, 0, 2375, 2378, 3, 342, 171, 0, 2376, 2377, 5, 47, 0, 0, 2377, 2379, 5, 426, 0, 0, 2378, 2376, 1, 0, 0, 0, 2378, 2379, 1, 0, 0, 0, 2379, 341, 1, 0, 0, 0, 2380, 2381, 3, 346, 173, 0, 2381, 343, 1, 0, 0, 0, 2382, 2387, 3, 342, 171, 0, 2383, 2384, 5, 397, 0, 0, 2384, 2386, 3, 342, 171, 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, 345, 1, 0, 0, 0, 2389, 2387, 1, 0, 0, 0, 2390, 2396, 3, 348, 174, 0, 2391, 2396, 3, 350, 175, 0, 2392, 2396, 3, 352, 176, 0, 2393, 2396, 3, 354, 177, 0, 2394, 2396, 3, 356, 178, 0, 2395, 2390, 1, 0, 0, 0, 2395, 2391, 1, 0, 0, 0, 2395, 2392, 1, 0, 0, 0, 2395, 2393, 1, 0, 0, 0, 2395, 2394, 1, 0, 0, 0, 2396, 347, 1, 0, 0, 0, 2397, 2435, 5, 340, 0, 0, 2398, 2435, 5, 311, 0, 0, 2399, 2435, 5, 162, 0, 0, 2400, 2435, 5, 163, 0, 0, 2401, 2435, 5, 26, 0, 0, 2402, 2435, 5, 28, 0, 0, 2403, 2435, 5, 131, 0, 0, 2404, 2435, 5, 264, 0, 0, 2405, 2407, 5, 100, 0, 0, 2406, 2408, 5, 248, 0, 0, 2407, 2406, 1, 0, 0, 0, 2407, 2408, 1, 0, 0, 0, 2408, 2435, 1, 0, 0, 0, 2409, 2435, 5, 71, 0, 0, 2410, 2435, 5, 72, 0, 0, 2411, 2435, 5, 337, 0, 0, 2412, 2435, 5, 338, 0, 0, 2413, 2414, 5, 337, 0, 0, 2414, 2415, 5, 387, 0, 0, 2415, 2416, 5, 188, 0, 0, 2416, 2417, 5, 336, 0, 0, 2417, 2435, 5, 394, 0, 0, 2418, 2435, 5, 323, 0, 0, 2419, 2435, 5, 27, 0, 0, 2420, 2428, 3, 680, 340, 0, 2421, 2422, 5, 399, 0, 0, 2422, 2425, 5, 431, 0, 0, 2423, 2424, 5, 397, 0, 0, 2424, 2426, 5, 431, 0, 0, 2425, 2423, 1, 0, 0, 0, 2425, 2426, 1, 0, 0, 0, 2426, 2427, 1, 0, 0, 0, 2427, 2429, 5, 400, 0, 0, 2428, 2421, 1, 0, 0, 0, 2428, 2429, 1, 0, 0, 0, 2429, 2435, 1, 0, 0, 0, 2430, 2431, 7, 19, 0, 0, 2431, 2432, 5, 399, 0, 0, 2432, 2433, 5, 431, 0, 0, 2433, 2435, 5, 400, 0, 0, 2434, 2397, 1, 0, 0, 0, 2434, 2398, 1, 0, 0, 0, 2434, 2399, 1, 0, 0, 0, 2434, 2400, 1, 0, 0, 0, 2434, 2401, 1, 0, 0, 0, 2434, 2402, 1, 0, 0, 0, 2434, 2403, 1, 0, 0, 0, 2434, 2404, 1, 0, 0, 0, 2434, 2405, 1, 0, 0, 0, 2434, 2409, 1, 0, 0, 0, 2434, 2410, 1, 0, 0, 0, 2434, 2411, 1, 0, 0, 0, 2434, 2412, 1, 0, 0, 0, 2434, 2413, 1, 0, 0, 0, 2434, 2418, 1, 0, 0, 0, 2434, 2419, 1, 0, 0, 0, 2434, 2420, 1, 0, 0, 0, 2434, 2430, 1, 0, 0, 0, 2435, 349, 1, 0, 0, 0, 2436, 2437, 5, 16, 0, 0, 2437, 2438, 5, 409, 0, 0, 2438, 2439, 3, 346, 173, 0, 2439, 2440, 5, 411, 0, 0, 2440, 351, 1, 0, 0, 0, 2441, 2442, 5, 324, 0, 0, 2442, 2443, 5, 409, 0, 0, 2443, 2444, 3, 252, 126, 0, 2444, 2445, 5, 411, 0, 0, 2445, 353, 1, 0, 0, 0, 2446, 2447, 5, 198, 0, 0, 2447, 2448, 5, 409, 0, 0, 2448, 2449, 3, 348, 174, 0, 2449, 2450, 5, 397, 0, 0, 2450, 2451, 3, 346, 173, 0, 2451, 2452, 5, 411, 0, 0, 2452, 355, 1, 0, 0, 0, 2453, 2454, 5, 357, 0, 0, 2454, 2455, 5, 409, 0, 0, 2455, 2456, 3, 344, 172, 0, 2456, 2457, 5, 411, 0, 0, 2457, 357, 1, 0, 0, 0, 2458, 2460, 7, 20, 0, 0, 2459, 2461, 7, 21, 0, 0, 2460, 2459, 1, 0, 0, 0, 2460, 2461, 1, 0, 0, 0, 2461, 359, 1, 0, 0, 0, 2462, 2464, 3, 364, 182, 0, 2463, 2462, 1, 0, 0, 0, 2463, 2464, 1, 0, 0, 0, 2464, 2465, 1, 0, 0, 0, 2465, 2466, 3, 362, 181, 0, 2466, 361, 1, 0, 0, 0, 2467, 2470, 3, 368, 184, 0, 2468, 2470, 3, 372, 186, 0, 2469, 2467, 1, 0, 0, 0, 2469, 2468, 1, 0, 0, 0, 2470, 363, 1, 0, 0, 0, 2471, 2472, 5, 387, 0, 0, 2472, 2477, 3, 366, 183, 0, 2473, 2474, 5, 397, 0, 0, 2474, 2476, 3, 366, 183, 0, 2475, 2473, 1, 0, 0, 0, 2476, 2479, 1, 0, 0, 0, 2477, 2475, 1, 0, 0, 0, 2477, 2478, 1, 0, 0, 0, 2478, 365, 1, 0, 0, 0, 2479, 2477, 1, 0, 0, 0, 2480, 2485, 3, 638, 319, 0, 2481, 2482, 5, 399, 0, 0, 2482, 2483, 3, 254, 127, 0, 2483, 2484, 5, 400, 0, 0, 2484, 2486, 1, 0, 0, 0, 2485, 2481, 1, 0, 0, 0, 2485, 2486, 1, 0, 0, 0, 2486, 2487, 1, 0, 0, 0, 2487, 2488, 5, 17, 0, 0, 2488, 2489, 5, 399, 0, 0, 2489, 2490, 3, 360, 180, 0, 2490, 2491, 5, 400, 0, 0, 2491, 367, 1, 0, 0, 0, 2492, 2498, 3, 370, 185, 0, 2493, 2494, 3, 358, 179, 0, 2494, 2495, 3, 370, 185, 0, 2495, 2497, 1, 0, 0, 0, 2496, 2493, 1, 0, 0, 0, 2497, 2500, 1, 0, 0, 0, 2498, 2496, 1, 0, 0, 0, 2498, 2499, 1, 0, 0, 0, 2499, 369, 1, 0, 0, 0, 2500, 2498, 1, 0, 0, 0, 2501, 2502, 3, 448, 224, 0, 2502, 2503, 3, 382, 191, 0, 2503, 2505, 3, 500, 250, 0, 2504, 2506, 3, 462, 231, 0, 2505, 2504, 1, 0, 0, 0, 2505, 2506, 1, 0, 0, 0, 2506, 2508, 1, 0, 0, 0, 2507, 2509, 3, 494, 247, 0, 2508, 2507, 1, 0, 0, 0, 2508, 2509, 1, 0, 0, 0, 2509, 2511, 1, 0, 0, 0, 2510, 2512, 3, 520, 260, 0, 2511, 2510, 1, 0, 0, 0, 2511, 2512, 1, 0, 0, 0, 2512, 2514, 1, 0, 0, 0, 2513, 2515, 3, 528, 264, 0, 2514, 2513, 1, 0, 0, 0, 2514, 2515, 1, 0, 0, 0, 2515, 2517, 1, 0, 0, 0, 2516, 2518, 3, 512, 256, 0, 2517, 2516, 1, 0, 0, 0, 2517, 2518, 1, 0, 0, 0, 2518, 2520, 1, 0, 0, 0, 2519, 2521, 3, 530, 265, 0, 2520, 2519, 1, 0, 0, 0, 2520, 2521, 1, 0, 0, 0, 2521, 2523, 1, 0, 0, 0, 2522, 2524, 3, 542, 271, 0, 2523, 2522, 1, 0, 0, 0, 2523, 2524, 1, 0, 0, 0, 2524, 2526, 1, 0, 0, 0, 2525, 2527, 3, 544, 272, 0, 2526, 2525, 1, 0, 0, 0, 2526, 2527, 1, 0, 0, 0, 2527, 2529, 1, 0, 0, 0, 2528, 2530, 3, 546, 273, 0, 2529, 2528, 1, 0, 0, 0, 2529, 2530, 1, 0, 0, 0, 2530, 2532, 1, 0, 0, 0, 2531, 2533, 3, 548, 274, 0, 2532, 2531, 1, 0, 0, 0, 2532, 2533, 1, 0, 0, 0, 2533, 2535, 1, 0, 0, 0, 2534, 2536, 3, 386, 193, 0, 2535, 2534, 1, 0, 0, 0, 2535, 2536, 1, 0, 0, 0, 2536, 2573, 1, 0, 0, 0, 2537, 2538, 3, 448, 224, 0, 2538, 2540, 3, 500, 250, 0, 2539, 2541, 3, 462, 231, 0, 2540, 2539, 1, 0, 0, 0, 2540, 2541, 1, 0, 0, 0, 2541, 2543, 1, 0, 0, 0, 2542, 2544, 3, 494, 247, 0, 2543, 2542, 1, 0, 0, 0, 2543, 2544, 1, 0, 0, 0, 2544, 2546, 1, 0, 0, 0, 2545, 2547, 3, 520, 260, 0, 2546, 2545, 1, 0, 0, 0, 2546, 2547, 1, 0, 0, 0, 2547, 2549, 1, 0, 0, 0, 2548, 2550, 3, 528, 264, 0, 2549, 2548, 1, 0, 0, 0, 2549, 2550, 1, 0, 0, 0, 2550, 2552, 1, 0, 0, 0, 2551, 2553, 3, 512, 256, 0, 2552, 2551, 1, 0, 0, 0, 2552, 2553, 1, 0, 0, 0, 2553, 2555, 1, 0, 0, 0, 2554, 2556, 3, 530, 265, 0, 2555, 2554, 1, 0, 0, 0, 2555, 2556, 1, 0, 0, 0, 2556, 2558, 1, 0, 0, 0, 2557, 2559, 3, 542, 271, 0, 2558, 2557, 1, 0, 0, 0, 2558, 2559, 1, 0, 0, 0, 2559, 2561, 1, 0, 0, 0, 2560, 2562, 3, 544, 272, 0, 2561, 2560, 1, 0, 0, 0, 2561, 2562, 1, 0, 0, 0, 2562, 2564, 1, 0, 0, 0, 2563, 2565, 3, 546, 273, 0, 2564, 2563, 1, 0, 0, 0, 2564, 2565, 1, 0, 0, 0, 2565, 2567, 1, 0, 0, 0, 2566, 2568, 3, 548, 274, 0, 2567, 2566, 1, 0, 0, 0, 2567, 2568, 1, 0, 0, 0, 2568, 2570, 1, 0, 0, 0, 2569, 2571, 3, 386, 193, 0, 2570, 2569, 1, 0, 0, 0, 2570, 2571, 1, 0, 0, 0, 2571, 2573, 1, 0, 0, 0, 2572, 2501, 1, 0, 0, 0, 2572, 2537, 1, 0, 0, 0, 2573, 371, 1, 0, 0, 0, 2574, 2575, 3, 382, 191, 0, 2575, 2576, 3, 376, 188, 0, 2576, 2579, 1, 0, 0, 0, 2577, 2579, 3, 376, 188, 0, 2578, 2574, 1, 0, 0, 0, 2578, 2577, 1, 0, 0, 0, 2579, 373, 1, 0, 0, 0, 2580, 2582, 3, 500, 250, 0, 2581, 2583, 3, 448, 224, 0, 2582, 2581, 1, 0, 0, 0, 2582, 2583, 1, 0, 0, 0, 2583, 2585, 1, 0, 0, 0, 2584, 2586, 3, 494, 247, 0, 2585, 2584, 1, 0, 0, 0, 2585, 2586, 1, 0, 0, 0, 2586, 2588, 1, 0, 0, 0, 2587, 2589, 3, 520, 260, 0, 2588, 2587, 1, 0, 0, 0, 2588, 2589, 1, 0, 0, 0, 2589, 2591, 1, 0, 0, 0, 2590, 2592, 3, 528, 264, 0, 2591, 2590, 1, 0, 0, 0, 2591, 2592, 1, 0, 0, 0, 2592, 2594, 1, 0, 0, 0, 2593, 2595, 3, 512, 256, 0, 2594, 2593, 1, 0, 0, 0, 2594, 2595, 1, 0, 0, 0, 2595, 2597, 1, 0, 0, 0, 2596, 2598, 3, 530, 265, 0, 2597, 2596, 1, 0, 0, 0, 2597, 2598, 1, 0, 0, 0, 2598, 2605, 1, 0, 0, 0, 2599, 2600, 5, 399, 0, 0, 2600, 2601, 3, 376, 188, 0, 2601, 2602, 5, 400, 0, 0, 2602, 2605, 1, 0, 0, 0, 2603, 2605, 3, 496, 248, 0, 2604, 2580, 1, 0, 0, 0, 2604, 2599, 1, 0, 0, 0, 2604, 2603, 1, 0, 0, 0, 2605, 375, 1, 0, 0, 0, 2606, 2608, 3, 374, 187, 0, 2607, 2609, 3, 378, 189, 0, 2608, 2607, 1, 0, 0, 0, 2608, 2609, 1, 0, 0, 0, 2609, 2611, 1, 0, 0, 0, 2610, 2612, 3, 542, 271, 0, 2611, 2610, 1, 0, 0, 0, 2611, 2612, 1, 0, 0, 0, 2612, 2614, 1, 0, 0, 0, 2613, 2615, 3, 544, 272, 0, 2614, 2613, 1, 0, 0, 0, 2614, 2615, 1, 0, 0, 0, 2615, 2617, 1, 0, 0, 0, 2616, 2618, 3, 546, 273, 0, 2617, 2616, 1, 0, 0, 0, 2617, 2618, 1, 0, 0, 0, 2618, 2620, 1, 0, 0, 0, 2619, 2621, 3, 548, 274, 0, 2620, 2619, 1, 0, 0, 0, 2620, 2621, 1, 0, 0, 0, 2621, 2623, 1, 0, 0, 0, 2622, 2624, 3, 386, 193, 0, 2623, 2622, 1, 0, 0, 0, 2623, 2624, 1, 0, 0, 0, 2624, 377, 1, 0, 0, 0, 2625, 2626, 3, 358, 179, 0, 2626, 2627, 3, 374, 187, 0, 2627, 2629, 1, 0, 0, 0, 2628, 2625, 1, 0, 0, 0, 2629, 2630, 1, 0, 0, 0, 2630, 2628, 1, 0, 0, 0, 2630, 2631, 1, 0, 0, 0, 2631, 379, 1, 0, 0, 0, 2632, 2634, 3, 364, 182, 0, 2633, 2632, 1, 0, 0, 0, 2633, 2634, 1, 0, 0, 0, 2634, 2635, 1, 0, 0, 0, 2635, 2636, 3, 376, 188, 0, 2636, 381, 1, 0, 0, 0, 2637, 2654, 5, 161, 0, 0, 2638, 2639, 5, 235, 0, 0, 2639, 2641, 3, 384, 192, 0, 2640, 2642, 3, 32, 16, 0, 2641, 2640, 1, 0, 0, 0, 2641, 2642, 1, 0, 0, 0, 2642, 2655, 1, 0, 0, 0, 2643, 2645, 5, 166, 0, 0, 2644, 2646, 5, 329, 0, 0, 2645, 2644, 1, 0, 0, 0, 2645, 2646, 1, 0, 0, 0, 2646, 2647, 1, 0, 0, 0, 2647, 2652, 3, 624, 312, 0, 2648, 2649, 5, 399, 0, 0, 2649, 2650, 3, 254, 127, 0, 2650, 2651, 5, 400, 0, 0, 2651, 2653, 1, 0, 0, 0, 2652, 2648, 1, 0, 0, 0, 2652, 2653, 1, 0, 0, 0, 2653, 2655, 1, 0, 0, 0, 2654, 2638, 1, 0, 0, 0, 2654, 2643, 1, 0, 0, 0, 2655, 383, 1, 0, 0, 0, 2656, 2658, 5, 188, 0, 0, 2657, 2656, 1, 0, 0, 0, 2657, 2658, 1, 0, 0, 0, 2658, 2659, 1, 0, 0, 0, 2659, 2660, 5, 93, 0, 0, 2660, 2662, 5, 426, 0, 0, 2661, 2663, 3, 222, 111, 0, 2662, 2661, 1, 0, 0, 0, 2662, 2663, 1, 0, 0, 0, 2663, 2665, 1, 0, 0, 0, 2664, 2666, 3, 246, 123, 0, 2665, 2664, 1, 0, 0, 0, 2665, 2666, 1, 0, 0, 0, 2666, 2670, 1, 0, 0, 0, 2667, 2668, 5, 329, 0, 0, 2668, 2670, 3, 624, 312, 0, 2669, 2657, 1, 0, 0, 0, 2669, 2667, 1, 0, 0, 0, 2670, 385, 1, 0, 0, 0, 2671, 2680, 5, 185, 0, 0, 2672, 2673, 5, 431, 0, 0, 2673, 2675, 5, 397, 0, 0, 2674, 2672, 1, 0, 0, 0, 2674, 2675, 1, 0, 0, 0, 2675, 2676, 1, 0, 0, 0, 2676, 2681, 5, 431, 0, 0, 2677, 2678, 5, 431, 0, 0, 2678, 2679, 5, 223, 0, 0, 2679, 2681, 5, 431, 0, 0, 2680, 2674, 1, 0, 0, 0, 2680, 2677, 1, 0, 0, 0, 2681, 387, 1, 0, 0, 0, 2682, 2683, 3, 256, 128, 0, 2683, 2684, 5, 405, 0, 0, 2684, 2685, 3, 390, 195, 0, 2685, 389, 1, 0, 0, 0, 2686, 2689, 5, 83, 0, 0, 2687, 2689, 3, 590, 295, 0, 2688, 2686, 1, 0, 0, 0, 2688, 2687, 1, 0, 0, 0, 2689, 391, 1, 0, 0, 0, 2690, 2691, 5, 304, 0, 0, 2691, 2696, 3, 388, 194, 0, 2692, 2693, 5, 397, 0, 0, 2693, 2695, 3, 388, 194, 0, 2694, 2692, 1, 0, 0, 0, 2695, 2698, 1, 0, 0, 0, 2696, 2694, 1, 0, 0, 0, 2696, 2697, 1, 0, 0, 0, 2697, 393, 1, 0, 0, 0, 2698, 2696, 1, 0, 0, 0, 2699, 2700, 5, 318, 0, 0, 2700, 2709, 5, 344, 0, 0, 2701, 2706, 3, 396, 198, 0, 2702, 2703, 5, 397, 0, 0, 2703, 2705, 3, 396, 198, 0, 2704, 2702, 1, 0, 0, 0, 2705, 2708, 1, 0, 0, 0, 2706, 2704, 1, 0, 0, 0, 2706, 2707, 1, 0, 0, 0, 2707, 2710, 1, 0, 0, 0, 2708, 2706, 1, 0, 0, 0, 2709, 2701, 1, 0, 0, 0, 2709, 2710, 1, 0, 0, 0, 2710, 2723, 1, 0, 0, 0, 2711, 2713, 5, 48, 0, 0, 2712, 2714, 5, 389, 0, 0, 2713, 2712, 1, 0, 0, 0, 2713, 2714, 1, 0, 0, 0, 2714, 2723, 1, 0, 0, 0, 2715, 2717, 5, 289, 0, 0, 2716, 2718, 5, 389, 0, 0, 2717, 2716, 1, 0, 0, 0, 2717, 2718, 1, 0, 0, 0, 2718, 2723, 1, 0, 0, 0, 2719, 2720, 5, 304, 0, 0, 2720, 2721, 5, 22, 0, 0, 2721, 2723, 7, 22, 0, 0, 2722, 2699, 1, 0, 0, 0, 2722, 2711, 1, 0, 0, 0, 2722, 2715, 1, 0, 0, 0, 2722, 2719, 1, 0, 0, 0, 2723, 395, 1, 0, 0, 0, 2724, 2725, 5, 168, 0, 0, 2725, 2726, 5, 182, 0, 0, 2726, 2730, 5, 312, 0, 0, 2727, 2728, 5, 261, 0, 0, 2728, 2730, 7, 23, 0, 0, 2729, 2724, 1, 0, 0, 0, 2729, 2727, 1, 0, 0, 0, 2730, 397, 1, 0, 0, 0, 2731, 2734, 3, 402, 201, 0, 2732, 2734, 3, 404, 202, 0, 2733, 2731, 1, 0, 0, 0, 2733, 2732, 1, 0, 0, 0, 2734, 2737, 1, 0, 0, 0, 2735, 2733, 1, 0, 0, 0, 2735, 2736, 1, 0, 0, 0, 2736, 2739, 1, 0, 0, 0, 2737, 2735, 1, 0, 0, 0, 2738, 2740, 3, 400, 200, 0, 2739, 2738, 1, 0, 0, 0, 2739, 2740, 1, 0, 0, 0, 2740, 399, 1, 0, 0, 0, 2741, 2742, 5, 383, 0, 0, 2742, 2743, 5, 216, 0, 0, 2743, 2746, 5, 201, 0, 0, 2744, 2745, 5, 11, 0, 0, 2745, 2747, 3, 580, 290, 0, 2746, 2744, 1, 0, 0, 0, 2746, 2747, 1, 0, 0, 0, 2747, 2748, 1, 0, 0, 0, 2748, 2749, 5, 335, 0, 0, 2749, 2751, 5, 161, 0, 0, 2750, 2752, 3, 264, 132, 0, 2751, 2750, 1, 0, 0, 0, 2751, 2752, 1, 0, 0, 0, 2752, 2753, 1, 0, 0, 0, 2753, 2754, 5, 374, 0, 0, 2754, 2755, 3, 538, 269, 0, 2755, 401, 1, 0, 0, 0, 2756, 2757, 5, 383, 0, 0, 2757, 2758, 5, 201, 0, 0, 2758, 2759, 5, 11, 0, 0, 2759, 2760, 3, 580, 290, 0, 2760, 2764, 5, 335, 0, 0, 2761, 2762, 5, 365, 0, 0, 2762, 2765, 3, 392, 196, 0, 2763, 2765, 5, 86, 0, 0, 2764, 2761, 1, 0, 0, 0, 2764, 2763, 1, 0, 0, 0, 2765, 403, 1, 0, 0, 0, 2766, 2767, 5, 383, 0, 0, 2767, 2768, 5, 201, 0, 0, 2768, 2772, 5, 335, 0, 0, 2769, 2770, 5, 365, 0, 0, 2770, 2773, 3, 392, 196, 0, 2771, 2773, 5, 86, 0, 0, 2772, 2769, 1, 0, 0, 0, 2772, 2771, 1, 0, 0, 0, 2773, 405, 1, 0, 0, 0, 2774, 2775, 5, 246, 0, 0, 2775, 2776, 5, 426, 0, 0, 2776, 407, 1, 0, 0, 0, 2777, 2778, 5, 352, 0, 0, 2778, 2779, 5, 426, 0, 0, 2779, 409, 1, 0, 0, 0, 2780, 2781, 5, 320, 0, 0, 2781, 2782, 5, 426, 0, 0, 2782, 411, 1, 0, 0, 0, 2783, 2814, 5, 9, 0, 0, 2784, 2785, 5, 329, 0, 0, 2785, 2786, 3, 478, 239, 0, 2786, 2787, 3, 414, 207, 0, 2787, 2815, 1, 0, 0, 0, 2788, 2789, 5, 378, 0, 0, 2789, 2791, 3, 482, 241, 0, 2790, 2792, 5, 17, 0, 0, 2791, 2790, 1, 0, 0, 0, 2791, 2792, 1, 0, 0, 0, 2792, 2793, 1, 0, 0, 0, 2793, 2794, 3, 418, 209, 0, 2794, 2815, 1, 0, 0, 0, 2795, 2796, 5, 202, 0, 0, 2796, 2797, 5, 378, 0, 0, 2797, 2801, 3, 482, 241, 0, 2798, 2802, 3, 36, 18, 0, 2799, 2802, 3, 38, 19, 0, 2800, 2802, 5, 265, 0, 0, 2801, 2798, 1, 0, 0, 0, 2801, 2799, 1, 0, 0, 0, 2801, 2800, 1, 0, 0, 0, 2802, 2815, 1, 0, 0, 0, 2803, 2804, 3, 70, 35, 0, 2804, 2805, 3, 420, 210, 0, 2805, 2815, 1, 0, 0, 0, 2806, 2807, 5, 69, 0, 0, 2807, 2815, 3, 422, 211, 0, 2808, 2809, 5, 155, 0, 0, 2809, 2810, 3, 638, 319, 0, 2810, 2811, 5, 224, 0, 0, 2811, 2812, 3, 624, 312, 0, 2812, 2813, 5, 265, 0, 0, 2813, 2815, 1, 0, 0, 0, 2814, 2784, 1, 0, 0, 0, 2814, 2788, 1, 0, 0, 0, 2814, 2795, 1, 0, 0, 0, 2814, 2803, 1, 0, 0, 0, 2814, 2806, 1, 0, 0, 0, 2814, 2808, 1, 0, 0, 0, 2815, 413, 1, 0, 0, 0, 2816, 2817, 5, 274, 0, 0, 2817, 2818, 5, 341, 0, 0, 2818, 2906, 3, 480, 240, 0, 2819, 2820, 5, 102, 0, 0, 2820, 2906, 5, 239, 0, 0, 2821, 2906, 3, 426, 213, 0, 2822, 2824, 5, 4, 0, 0, 2823, 2825, 3, 32, 16, 0, 2824, 2823, 1, 0, 0, 0, 2824, 2825, 1, 0, 0, 0, 2825, 2830, 1, 0, 0, 0, 2826, 2828, 3, 626, 313, 0, 2827, 2829, 3, 424, 212, 0, 2828, 2827, 1, 0, 0, 0, 2828, 2829, 1, 0, 0, 0, 2829, 2831, 1, 0, 0, 0, 2830, 2826, 1, 0, 0, 0, 2831, 2832, 1, 0, 0, 0, 2832, 2830, 1, 0, 0, 0, 2832, 2833, 1, 0, 0, 0, 2833, 2906, 1, 0, 0, 0, 2834, 2838, 5, 342, 0, 0, 2835, 2837, 3, 626, 313, 0, 2836, 2835, 1, 0, 0, 0, 2837, 2840, 1, 0, 0, 0, 2838, 2836, 1, 0, 0, 0, 2838, 2839, 1, 0, 0, 0, 2839, 2906, 1, 0, 0, 0, 2840, 2838, 1, 0, 0, 0, 2841, 2845, 5, 15, 0, 0, 2842, 2844, 3, 626, 313, 0, 2843, 2842, 1, 0, 0, 0, 2844, 2847, 1, 0, 0, 0, 2845, 2843, 1, 0, 0, 0, 2845, 2846, 1, 0, 0, 0, 2846, 2906, 1, 0, 0, 0, 2847, 2845, 1, 0, 0, 0, 2848, 2852, 5, 353, 0, 0, 2849, 2851, 3, 626, 313, 0, 2850, 2849, 1, 0, 0, 0, 2851, 2854, 1, 0, 0, 0, 2852, 2850, 1, 0, 0, 0, 2852, 2853, 1, 0, 0, 0, 2853, 2906, 1, 0, 0, 0, 2854, 2852, 1, 0, 0, 0, 2855, 2856, 5, 304, 0, 0, 2856, 2857, 5, 332, 0, 0, 2857, 2906, 3, 226, 113, 0, 2858, 2859, 5, 363, 0, 0, 2859, 2861, 5, 332, 0, 0, 2860, 2862, 3, 30, 15, 0, 2861, 2860, 1, 0, 0, 0, 2861, 2862, 1, 0, 0, 0, 2862, 2863, 1, 0, 0, 0, 2863, 2906, 3, 226, 113, 0, 2864, 2906, 3, 210, 105, 0, 2865, 2868, 5, 216, 0, 0, 2866, 2869, 5, 310, 0, 0, 2867, 2869, 3, 40, 20, 0, 2868, 2866, 1, 0, 0, 0, 2868, 2867, 1, 0, 0, 0, 2869, 2906, 1, 0, 0, 0, 2870, 2871, 5, 113, 0, 0, 2871, 2872, 3, 626, 313, 0, 2872, 2873, 5, 387, 0, 0, 2873, 2874, 5, 329, 0, 0, 2874, 2875, 3, 478, 239, 0, 2875, 2906, 1, 0, 0, 0, 2876, 2877, 5, 237, 0, 0, 2877, 2878, 5, 45, 0, 0, 2878, 2879, 5, 399, 0, 0, 2879, 2880, 3, 310, 155, 0, 2880, 2881, 5, 400, 0, 0, 2881, 2906, 1, 0, 0, 0, 2882, 2883, 5, 101, 0, 0, 2883, 2884, 5, 55, 0, 0, 2884, 2906, 3, 638, 319, 0, 2885, 2888, 5, 4, 0, 0, 2886, 2889, 3, 288, 144, 0, 2887, 2889, 3, 278, 139, 0, 2888, 2886, 1, 0, 0, 0, 2888, 2887, 1, 0, 0, 0, 2889, 2906, 1, 0, 0, 0, 2890, 2892, 3, 626, 313, 0, 2891, 2890, 1, 0, 0, 0, 2891, 2892, 1, 0, 0, 0, 2892, 2893, 1, 0, 0, 0, 2893, 2906, 3, 416, 208, 0, 2894, 2895, 5, 304, 0, 0, 2895, 2896, 5, 236, 0, 0, 2896, 2906, 3, 126, 63, 0, 2897, 2898, 5, 304, 0, 0, 2898, 2899, 5, 237, 0, 0, 2899, 2900, 5, 316, 0, 0, 2900, 2901, 5, 399, 0, 0, 2901, 2902, 3, 204, 102, 0, 2902, 2903, 5, 400, 0, 0, 2903, 2906, 1, 0, 0, 0, 2904, 2906, 3, 430, 215, 0, 2905, 2816, 1, 0, 0, 0, 2905, 2819, 1, 0, 0, 0, 2905, 2821, 1, 0, 0, 0, 2905, 2822, 1, 0, 0, 0, 2905, 2834, 1, 0, 0, 0, 2905, 2841, 1, 0, 0, 0, 2905, 2848, 1, 0, 0, 0, 2905, 2855, 1, 0, 0, 0, 2905, 2858, 1, 0, 0, 0, 2905, 2864, 1, 0, 0, 0, 2905, 2865, 1, 0, 0, 0, 2905, 2870, 1, 0, 0, 0, 2905, 2876, 1, 0, 0, 0, 2905, 2882, 1, 0, 0, 0, 2905, 2885, 1, 0, 0, 0, 2905, 2891, 1, 0, 0, 0, 2905, 2894, 1, 0, 0, 0, 2905, 2897, 1, 0, 0, 0, 2905, 2904, 1, 0, 0, 0, 2906, 415, 1, 0, 0, 0, 2907, 2908, 5, 304, 0, 0, 2908, 2909, 5, 129, 0, 0, 2909, 3040, 3, 432, 216, 0, 2910, 2911, 5, 304, 0, 0, 2911, 2912, 5, 189, 0, 0, 2912, 3040, 5, 426, 0, 0, 2913, 3040, 5, 53, 0, 0, 2914, 2924, 5, 304, 0, 0, 2915, 2916, 5, 301, 0, 0, 2916, 2920, 5, 426, 0, 0, 2917, 2918, 5, 387, 0, 0, 2918, 2919, 5, 302, 0, 0, 2919, 2921, 3, 226, 113, 0, 2920, 2917, 1, 0, 0, 0, 2920, 2921, 1, 0, 0, 0, 2921, 2925, 1, 0, 0, 0, 2922, 2923, 5, 302, 0, 0, 2923, 2925, 3, 226, 113, 0, 2924, 2915, 1, 0, 0, 0, 2924, 2922, 1, 0, 0, 0, 2925, 3040, 1, 0, 0, 0, 2926, 2927, 5, 363, 0, 0, 2927, 2928, 5, 302, 0, 0, 2928, 3040, 3, 226, 113, 0, 2929, 2930, 5, 274, 0, 0, 2930, 2931, 5, 341, 0, 0, 2931, 3040, 3, 626, 313, 0, 2932, 2933, 5, 166, 0, 0, 2933, 2934, 5, 431, 0, 0, 2934, 3040, 5, 31, 0, 0, 2935, 2936, 5, 304, 0, 0, 2936, 2937, 5, 310, 0, 0, 2937, 2938, 5, 189, 0, 0, 2938, 2939, 5, 399, 0, 0, 2939, 2944, 3, 428, 214, 0, 2940, 2941, 5, 397, 0, 0, 2941, 2943, 3, 428, 214, 0, 2942, 2940, 1, 0, 0, 0, 2943, 2946, 1, 0, 0, 0, 2944, 2942, 1, 0, 0, 0, 2944, 2945, 1, 0, 0, 0, 2945, 2947, 1, 0, 0, 0, 2946, 2944, 1, 0, 0, 0, 2947, 2948, 5, 400, 0, 0, 2948, 3040, 1, 0, 0, 0, 2949, 2950, 5, 216, 0, 0, 2950, 3040, 7, 24, 0, 0, 2951, 3040, 3, 208, 104, 0, 2952, 2953, 5, 49, 0, 0, 2953, 2956, 5, 426, 0, 0, 2954, 2955, 5, 11, 0, 0, 2955, 2957, 5, 380, 0, 0, 2956, 2954, 1, 0, 0, 0, 2956, 2957, 1, 0, 0, 0, 2957, 2962, 1, 0, 0, 0, 2958, 2959, 5, 42, 0, 0, 2959, 2960, 5, 166, 0, 0, 2960, 2961, 5, 431, 0, 0, 2961, 2963, 5, 31, 0, 0, 2962, 2958, 1, 0, 0, 0, 2962, 2963, 1, 0, 0, 0, 2963, 2965, 1, 0, 0, 0, 2964, 2966, 3, 542, 271, 0, 2965, 2964, 1, 0, 0, 0, 2965, 2966, 1, 0, 0, 0, 2966, 2968, 1, 0, 0, 0, 2967, 2969, 3, 406, 203, 0, 2968, 2967, 1, 0, 0, 0, 2968, 2969, 1, 0, 0, 0, 2969, 2974, 1, 0, 0, 0, 2970, 2971, 5, 387, 0, 0, 2971, 2972, 5, 235, 0, 0, 2972, 2973, 5, 332, 0, 0, 2973, 2975, 3, 226, 113, 0, 2974, 2970, 1, 0, 0, 0, 2974, 2975, 1, 0, 0, 0, 2975, 3040, 1, 0, 0, 0, 2976, 2977, 5, 365, 0, 0, 2977, 2978, 5, 319, 0, 0, 2978, 2980, 5, 134, 0, 0, 2979, 2981, 5, 45, 0, 0, 2980, 2979, 1, 0, 0, 0, 2980, 2981, 1, 0, 0, 0, 2981, 2982, 1, 0, 0, 0, 2982, 2983, 3, 256, 128, 0, 2983, 2984, 5, 304, 0, 0, 2984, 2987, 3, 226, 113, 0, 2985, 2986, 5, 47, 0, 0, 2986, 2988, 5, 426, 0, 0, 2987, 2985, 1, 0, 0, 0, 2987, 2988, 1, 0, 0, 0, 2988, 3040, 1, 0, 0, 0, 2989, 2990, 5, 365, 0, 0, 2990, 2991, 5, 319, 0, 0, 2991, 2992, 5, 304, 0, 0, 2992, 3040, 3, 226, 113, 0, 2993, 2995, 5, 38, 0, 0, 2994, 2996, 5, 45, 0, 0, 2995, 2994, 1, 0, 0, 0, 2995, 2996, 1, 0, 0, 0, 2996, 2997, 1, 0, 0, 0, 2997, 2998, 3, 256, 128, 0, 2998, 2999, 3, 258, 129, 0, 2999, 3001, 3, 342, 171, 0, 3000, 3002, 3, 324, 162, 0, 3001, 3000, 1, 0, 0, 0, 3001, 3002, 1, 0, 0, 0, 3002, 3005, 1, 0, 0, 0, 3003, 3004, 5, 47, 0, 0, 3004, 3006, 5, 426, 0, 0, 3005, 3003, 1, 0, 0, 0, 3005, 3006, 1, 0, 0, 0, 3006, 3010, 1, 0, 0, 0, 3007, 3011, 5, 130, 0, 0, 3008, 3009, 5, 6, 0, 0, 3009, 3011, 3, 638, 319, 0, 3010, 3007, 1, 0, 0, 0, 3010, 3008, 1, 0, 0, 0, 3010, 3011, 1, 0, 0, 0, 3011, 3013, 1, 0, 0, 0, 3012, 3014, 3, 34, 17, 0, 3013, 3012, 1, 0, 0, 0, 3013, 3014, 1, 0, 0, 0, 3014, 3040, 1, 0, 0, 0, 3015, 3018, 5, 4, 0, 0, 3016, 3018, 5, 278, 0, 0, 3017, 3015, 1, 0, 0, 0, 3017, 3016, 1, 0, 0, 0, 3018, 3019, 1, 0, 0, 0, 3019, 3020, 5, 46, 0, 0, 3020, 3021, 5, 399, 0, 0, 3021, 3022, 3, 248, 124, 0, 3022, 3024, 5, 400, 0, 0, 3023, 3025, 3, 34, 17, 0, 3024, 3023, 1, 0, 0, 0, 3024, 3025, 1, 0, 0, 0, 3025, 3040, 1, 0, 0, 0, 3026, 3027, 5, 365, 0, 0, 3027, 3029, 5, 46, 0, 0, 3028, 3030, 3, 34, 17, 0, 3029, 3028, 1, 0, 0, 0, 3029, 3030, 1, 0, 0, 0, 3030, 3040, 1, 0, 0, 0, 3031, 3037, 3, 268, 134, 0, 3032, 3034, 5, 218, 0, 0, 3033, 3035, 5, 34, 0, 0, 3034, 3033, 1, 0, 0, 0, 3034, 3035, 1, 0, 0, 0, 3035, 3038, 1, 0, 0, 0, 3036, 3038, 5, 222, 0, 0, 3037, 3032, 1, 0, 0, 0, 3037, 3036, 1, 0, 0, 0, 3038, 3040, 1, 0, 0, 0, 3039, 2907, 1, 0, 0, 0, 3039, 2910, 1, 0, 0, 0, 3039, 2913, 1, 0, 0, 0, 3039, 2914, 1, 0, 0, 0, 3039, 2926, 1, 0, 0, 0, 3039, 2929, 1, 0, 0, 0, 3039, 2932, 1, 0, 0, 0, 3039, 2935, 1, 0, 0, 0, 3039, 2949, 1, 0, 0, 0, 3039, 2951, 1, 0, 0, 0, 3039, 2952, 1, 0, 0, 0, 3039, 2976, 1, 0, 0, 0, 3039, 2989, 1, 0, 0, 0, 3039, 2993, 1, 0, 0, 0, 3039, 3017, 1, 0, 0, 0, 3039, 3026, 1, 0, 0, 0, 3039, 3031, 1, 0, 0, 0, 3040, 417, 1, 0, 0, 0, 3041, 3042, 5, 304, 0, 0, 3042, 3043, 5, 332, 0, 0, 3043, 3068, 3, 226, 113, 0, 3044, 3045, 5, 363, 0, 0, 3045, 3047, 5, 332, 0, 0, 3046, 3048, 3, 30, 15, 0, 3047, 3046, 1, 0, 0, 0, 3047, 3048, 1, 0, 0, 0, 3048, 3049, 1, 0, 0, 0, 3049, 3068, 3, 226, 113, 0, 3050, 3051, 5, 274, 0, 0, 3051, 3052, 5, 341, 0, 0, 3052, 3068, 3, 480, 240, 0, 3053, 3055, 5, 4, 0, 0, 3054, 3056, 3, 32, 16, 0, 3055, 3054, 1, 0, 0, 0, 3055, 3056, 1, 0, 0, 0, 3056, 3061, 1, 0, 0, 0, 3057, 3059, 3, 626, 313, 0, 3058, 3060, 3, 424, 212, 0, 3059, 3058, 1, 0, 0, 0, 3059, 3060, 1, 0, 0, 0, 3060, 3062, 1, 0, 0, 0, 3061, 3057, 1, 0, 0, 0, 3062, 3063, 1, 0, 0, 0, 3063, 3061, 1, 0, 0, 0, 3063, 3064, 1, 0, 0, 0, 3064, 3068, 1, 0, 0, 0, 3065, 3068, 3, 426, 213, 0, 3066, 3068, 3, 380, 190, 0, 3067, 3041, 1, 0, 0, 0, 3067, 3044, 1, 0, 0, 0, 3067, 3050, 1, 0, 0, 0, 3067, 3053, 1, 0, 0, 0, 3067, 3065, 1, 0, 0, 0, 3067, 3066, 1, 0, 0, 0, 3068, 419, 1, 0, 0, 0, 3069, 3070, 3, 472, 236, 0, 3070, 3071, 5, 304, 0, 0, 3071, 3072, 5, 76, 0, 0, 3072, 3073, 3, 230, 115, 0, 3073, 3085, 1, 0, 0, 0, 3074, 3075, 3, 472, 236, 0, 3075, 3076, 5, 304, 0, 0, 3076, 3077, 5, 236, 0, 0, 3077, 3078, 3, 128, 64, 0, 3078, 3085, 1, 0, 0, 0, 3079, 3080, 3, 472, 236, 0, 3080, 3081, 5, 304, 0, 0, 3081, 3082, 7, 25, 0, 0, 3082, 3083, 5, 426, 0, 0, 3083, 3085, 1, 0, 0, 0, 3084, 3069, 1, 0, 0, 0, 3084, 3074, 1, 0, 0, 0, 3084, 3079, 1, 0, 0, 0, 3085, 421, 1, 0, 0, 0, 3086, 3087, 3, 472, 236, 0, 3087, 3088, 5, 304, 0, 0, 3088, 3089, 5, 77, 0, 0, 3089, 3090, 3, 230, 115, 0, 3090, 3102, 1, 0, 0, 0, 3091, 3092, 3, 472, 236, 0, 3092, 3093, 5, 304, 0, 0, 3093, 3094, 5, 236, 0, 0, 3094, 3095, 3, 128, 64, 0, 3095, 3102, 1, 0, 0, 0, 3096, 3097, 3, 472, 236, 0, 3097, 3098, 5, 304, 0, 0, 3098, 3099, 5, 367, 0, 0, 3099, 3100, 5, 426, 0, 0, 3100, 3102, 1, 0, 0, 0, 3101, 3086, 1, 0, 0, 0, 3101, 3091, 1, 0, 0, 0, 3101, 3096, 1, 0, 0, 0, 3102, 423, 1, 0, 0, 0, 3103, 3104, 5, 189, 0, 0, 3104, 3105, 5, 426, 0, 0, 3105, 425, 1, 0, 0, 0, 3106, 3108, 5, 101, 0, 0, 3107, 3109, 3, 30, 15, 0, 3108, 3107, 1, 0, 0, 0, 3108, 3109, 1, 0, 0, 0, 3109, 3110, 1, 0, 0, 0, 3110, 3111, 5, 237, 0, 0, 3111, 3117, 3, 630, 315, 0, 3112, 3113, 5, 397, 0, 0, 3113, 3114, 5, 237, 0, 0, 3114, 3116, 3, 630, 315, 0, 3115, 3112, 1, 0, 0, 0, 3116, 3119, 1, 0, 0, 0, 3117, 3115, 1, 0, 0, 0, 3117, 3118, 1, 0, 0, 0, 3118, 3122, 1, 0, 0, 0, 3119, 3117, 1, 0, 0, 0, 3120, 3121, 5, 152, 0, 0, 3121, 3123, 5, 254, 0, 0, 3122, 3120, 1, 0, 0, 0, 3122, 3123, 1, 0, 0, 0, 3123, 3125, 1, 0, 0, 0, 3124, 3126, 5, 255, 0, 0, 3125, 3124, 1, 0, 0, 0, 3125, 3126, 1, 0, 0, 0, 3126, 3128, 1, 0, 0, 0, 3127, 3129, 3, 14, 7, 0, 3128, 3127, 1, 0, 0, 0, 3128, 3129, 1, 0, 0, 0, 3129, 427, 1, 0, 0, 0, 3130, 3133, 3, 572, 286, 0, 3131, 3133, 3, 294, 147, 0, 3132, 3130, 1, 0, 0, 0, 3132, 3131, 1, 0, 0, 0, 3133, 3134, 1, 0, 0, 0, 3134, 3135, 5, 405, 0, 0, 3135, 3136, 5, 426, 0, 0, 3136, 429, 1, 0, 0, 0, 3137, 3147, 5, 115, 0, 0, 3138, 3139, 5, 289, 0, 0, 3139, 3140, 5, 399, 0, 0, 3140, 3148, 7, 26, 0, 0, 3141, 3142, 5, 118, 0, 0, 3142, 3143, 5, 399, 0, 0, 3143, 3148, 5, 426, 0, 0, 3144, 3145, 5, 306, 0, 0, 3145, 3146, 5, 399, 0, 0, 3146, 3148, 5, 431, 0, 0, 3147, 3138, 1, 0, 0, 0, 3147, 3141, 1, 0, 0, 0, 3147, 3144, 1, 0, 0, 0, 3148, 3149, 1, 0, 0, 0, 3149, 3150, 5, 400, 0, 0, 3150, 431, 1, 0, 0, 0, 3151, 3152, 5, 160, 0, 0, 3152, 3153, 5, 426, 0, 0, 3153, 3154, 5, 233, 0, 0, 3154, 3155, 5, 426, 0, 0, 3155, 3156, 5, 301, 0, 0, 3156, 3161, 5, 426, 0, 0, 3157, 3158, 5, 159, 0, 0, 3158, 3159, 5, 426, 0, 0, 3159, 3160, 5, 232, 0, 0, 3160, 3162, 5, 426, 0, 0, 3161, 3157, 1, 0, 0, 0, 3161, 3162, 1, 0, 0, 0, 3162, 3165, 1, 0, 0, 0, 3163, 3165, 3, 638, 319, 0, 3164, 3151, 1, 0, 0, 0, 3164, 3163, 1, 0, 0, 0, 3165, 433, 1, 0, 0, 0, 3166, 3167, 5, 184, 0, 0, 3167, 3176, 5, 128, 0, 0, 3168, 3169, 5, 184, 0, 0, 3169, 3170, 5, 128, 0, 0, 3170, 3171, 3, 638, 319, 0, 3171, 3172, 5, 426, 0, 0, 3172, 3176, 1, 0, 0, 0, 3173, 3174, 5, 184, 0, 0, 3174, 3176, 3, 478, 239, 0, 3175, 3166, 1, 0, 0, 0, 3175, 3168, 1, 0, 0, 0, 3175, 3173, 1, 0, 0, 0, 3176, 435, 1, 0, 0, 0, 3177, 3179, 5, 58, 0, 0, 3178, 3180, 5, 333, 0, 0, 3179, 3178, 1, 0, 0, 0, 3179, 3180, 1, 0, 0, 0, 3180, 3182, 1, 0, 0, 0, 3181, 3183, 5, 345, 0, 0, 3182, 3181, 1, 0, 0, 0, 3182, 3183, 1, 0, 0, 0, 3183, 3185, 1, 0, 0, 0, 3184, 3186, 5, 123, 0, 0, 3185, 3184, 1, 0, 0, 0, 3185, 3186, 1, 0, 0, 0, 3186, 3187, 1, 0, 0, 0, 3187, 3189, 5, 329, 0, 0, 3188, 3190, 3, 32, 16, 0, 3189, 3188, 1, 0, 0, 0, 3189, 3190, 1, 0, 0, 0, 3190, 3191, 1, 0, 0, 0, 3191, 3248, 3, 480, 240, 0, 3192, 3194, 3, 434, 217, 0, 3193, 3195, 3, 200, 100, 0, 3194, 3193, 1, 0, 0, 0, 3194, 3195, 1, 0, 0, 0, 3195, 3197, 1, 0, 0, 0, 3196, 3198, 3, 222, 111, 0, 3197, 3196, 1, 0, 0, 0, 3197, 3198, 1, 0, 0, 0, 3198, 3200, 1, 0, 0, 0, 3199, 3201, 3, 246, 123, 0, 3200, 3199, 1, 0, 0, 0, 3200, 3201, 1, 0, 0, 0, 3201, 3203, 1, 0, 0, 0, 3202, 3204, 3, 424, 212, 0, 3203, 3202, 1, 0, 0, 0, 3203, 3204, 1, 0, 0, 0, 3204, 3206, 1, 0, 0, 0, 3205, 3207, 3, 224, 112, 0, 3206, 3205, 1, 0, 0, 0, 3206, 3207, 1, 0, 0, 0, 3207, 3209, 1, 0, 0, 0, 3208, 3210, 3, 198, 99, 0, 3209, 3208, 1, 0, 0, 0, 3209, 3210, 1, 0, 0, 0, 3210, 3249, 1, 0, 0, 0, 3211, 3212, 5, 399, 0, 0, 3212, 3213, 3, 250, 125, 0, 3213, 3214, 5, 400, 0, 0, 3214, 3216, 1, 0, 0, 0, 3215, 3211, 1, 0, 0, 0, 3215, 3216, 1, 0, 0, 0, 3216, 3218, 1, 0, 0, 0, 3217, 3219, 3, 196, 98, 0, 3218, 3217, 1, 0, 0, 0, 3218, 3219, 1, 0, 0, 0, 3219, 3221, 1, 0, 0, 0, 3220, 3222, 3, 200, 100, 0, 3221, 3220, 1, 0, 0, 0, 3221, 3222, 1, 0, 0, 0, 3222, 3224, 1, 0, 0, 0, 3223, 3225, 3, 208, 104, 0, 3224, 3223, 1, 0, 0, 0, 3224, 3225, 1, 0, 0, 0, 3225, 3227, 1, 0, 0, 0, 3226, 3228, 3, 210, 105, 0, 3227, 3226, 1, 0, 0, 0, 3227, 3228, 1, 0, 0, 0, 3228, 3230, 1, 0, 0, 0, 3229, 3231, 3, 222, 111, 0, 3230, 3229, 1, 0, 0, 0, 3230, 3231, 1, 0, 0, 0, 3231, 3233, 1, 0, 0, 0, 3232, 3234, 3, 246, 123, 0, 3233, 3232, 1, 0, 0, 0, 3233, 3234, 1, 0, 0, 0, 3234, 3236, 1, 0, 0, 0, 3235, 3237, 3, 424, 212, 0, 3236, 3235, 1, 0, 0, 0, 3236, 3237, 1, 0, 0, 0, 3237, 3239, 1, 0, 0, 0, 3238, 3240, 3, 224, 112, 0, 3239, 3238, 1, 0, 0, 0, 3239, 3240, 1, 0, 0, 0, 3240, 3242, 1, 0, 0, 0, 3241, 3243, 3, 198, 99, 0, 3242, 3241, 1, 0, 0, 0, 3242, 3243, 1, 0, 0, 0, 3243, 3246, 1, 0, 0, 0, 3244, 3245, 5, 17, 0, 0, 3245, 3247, 3, 380, 190, 0, 3246, 3244, 1, 0, 0, 0, 3246, 3247, 1, 0, 0, 0, 3247, 3249, 1, 0, 0, 0, 3248, 3192, 1, 0, 0, 0, 3248, 3215, 1, 0, 0, 0, 3249, 3313, 1, 0, 0, 0, 3250, 3251, 5, 58, 0, 0, 3251, 3252, 5, 195, 0, 0, 3252, 3254, 5, 329, 0, 0, 3253, 3255, 3, 32, 16, 0, 3254, 3253, 1, 0, 0, 0, 3254, 3255, 1, 0, 0, 0, 3255, 3256, 1, 0, 0, 0, 3256, 3310, 3, 480, 240, 0, 3257, 3259, 3, 434, 217, 0, 3258, 3260, 3, 222, 111, 0, 3259, 3258, 1, 0, 0, 0, 3259, 3260, 1, 0, 0, 0, 3260, 3262, 1, 0, 0, 0, 3261, 3263, 3, 246, 123, 0, 3262, 3261, 1, 0, 0, 0, 3262, 3263, 1, 0, 0, 0, 3263, 3265, 1, 0, 0, 0, 3264, 3266, 3, 424, 212, 0, 3265, 3264, 1, 0, 0, 0, 3265, 3266, 1, 0, 0, 0, 3266, 3268, 1, 0, 0, 0, 3267, 3269, 3, 224, 112, 0, 3268, 3267, 1, 0, 0, 0, 3268, 3269, 1, 0, 0, 0, 3269, 3271, 1, 0, 0, 0, 3270, 3272, 3, 198, 99, 0, 3271, 3270, 1, 0, 0, 0, 3271, 3272, 1, 0, 0, 0, 3272, 3311, 1, 0, 0, 0, 3273, 3274, 5, 399, 0, 0, 3274, 3275, 3, 250, 125, 0, 3275, 3276, 5, 400, 0, 0, 3276, 3278, 1, 0, 0, 0, 3277, 3273, 1, 0, 0, 0, 3277, 3278, 1, 0, 0, 0, 3278, 3280, 1, 0, 0, 0, 3279, 3281, 3, 196, 98, 0, 3280, 3279, 1, 0, 0, 0, 3280, 3281, 1, 0, 0, 0, 3281, 3283, 1, 0, 0, 0, 3282, 3284, 3, 200, 100, 0, 3283, 3282, 1, 0, 0, 0, 3283, 3284, 1, 0, 0, 0, 3284, 3286, 1, 0, 0, 0, 3285, 3287, 3, 208, 104, 0, 3286, 3285, 1, 0, 0, 0, 3286, 3287, 1, 0, 0, 0, 3287, 3289, 1, 0, 0, 0, 3288, 3290, 3, 210, 105, 0, 3289, 3288, 1, 0, 0, 0, 3289, 3290, 1, 0, 0, 0, 3290, 3292, 1, 0, 0, 0, 3291, 3293, 3, 222, 111, 0, 3292, 3291, 1, 0, 0, 0, 3292, 3293, 1, 0, 0, 0, 3293, 3295, 1, 0, 0, 0, 3294, 3296, 3, 246, 123, 0, 3295, 3294, 1, 0, 0, 0, 3295, 3296, 1, 0, 0, 0, 3296, 3298, 1, 0, 0, 0, 3297, 3299, 3, 424, 212, 0, 3298, 3297, 1, 0, 0, 0, 3298, 3299, 1, 0, 0, 0, 3299, 3301, 1, 0, 0, 0, 3300, 3302, 3, 224, 112, 0, 3301, 3300, 1, 0, 0, 0, 3301, 3302, 1, 0, 0, 0, 3302, 3304, 1, 0, 0, 0, 3303, 3305, 3, 198, 99, 0, 3304, 3303, 1, 0, 0, 0, 3304, 3305, 1, 0, 0, 0, 3305, 3308, 1, 0, 0, 0, 3306, 3307, 5, 17, 0, 0, 3307, 3309, 3, 380, 190, 0, 3308, 3306, 1, 0, 0, 0, 3308, 3309, 1, 0, 0, 0, 3309, 3311, 1, 0, 0, 0, 3310, 3257, 1, 0, 0, 0, 3310, 3277, 1, 0, 0, 0, 3311, 3313, 1, 0, 0, 0, 3312, 3177, 1, 0, 0, 0, 3312, 3250, 1, 0, 0, 0, 3313, 437, 1, 0, 0, 0, 3314, 3315, 5, 58, 0, 0, 3315, 3317, 5, 69, 0, 0, 3316, 3318, 3, 32, 16, 0, 3317, 3316, 1, 0, 0, 0, 3317, 3318, 1, 0, 0, 0, 3318, 3319, 1, 0, 0, 0, 3319, 3322, 3, 638, 319, 0, 3320, 3321, 5, 352, 0, 0, 3321, 3323, 5, 426, 0, 0, 3322, 3320, 1, 0, 0, 0, 3322, 3323, 1, 0, 0, 0, 3323, 3326, 1, 0, 0, 0, 3324, 3325, 5, 367, 0, 0, 3325, 3327, 5, 426, 0, 0, 3326, 3324, 1, 0, 0, 0, 3326, 3327, 1, 0, 0, 0, 3327, 3330, 1, 0, 0, 0, 3328, 3329, 5, 47, 0, 0, 3329, 3331, 5, 426, 0, 0, 3330, 3328, 1, 0, 0, 0, 3330, 3331, 1, 0, 0, 0, 3331, 3335, 1, 0, 0, 0, 3332, 3333, 5, 387, 0, 0, 3333, 3334, 5, 77, 0, 0, 3334, 3336, 3, 230, 115, 0, 3335, 3332, 1, 0, 0, 0, 3335, 3336, 1, 0, 0, 0, 3336, 439, 1, 0, 0, 0, 3337, 3338, 5, 101, 0, 0, 3338, 3340, 5, 69, 0, 0, 3339, 3341, 3, 30, 15, 0, 3340, 3339, 1, 0, 0, 0, 3340, 3341, 1, 0, 0, 0, 3341, 3342, 1, 0, 0, 0, 3342, 3343, 3, 638, 319, 0, 3343, 441, 1, 0, 0, 0, 3344, 3345, 3, 638, 319, 0, 3345, 3346, 5, 395, 0, 0, 3346, 3348, 1, 0, 0, 0, 3347, 3344, 1, 0, 0, 0, 3348, 3351, 1, 0, 0, 0, 3349, 3347, 1, 0, 0, 0, 3349, 3350, 1, 0, 0, 0, 3350, 3352, 1, 0, 0, 0, 3351, 3349, 1, 0, 0, 0, 3352, 3353, 5, 415, 0, 0, 3353, 443, 1, 0, 0, 0, 3354, 3359, 3, 580, 290, 0, 3355, 3356, 5, 397, 0, 0, 3356, 3358, 3, 580, 290, 0, 3357, 3355, 1, 0, 0, 0, 3358, 3361, 1, 0, 0, 0, 3359, 3357, 1, 0, 0, 0, 3359, 3360, 1, 0, 0, 0, 3360, 445, 1, 0, 0, 0, 3361, 3359, 1, 0, 0, 0, 3362, 3367, 3, 638, 319, 0, 3363, 3364, 5, 397, 0, 0, 3364, 3366, 3, 638, 319, 0, 3365, 3363, 1, 0, 0, 0, 3366, 3369, 1, 0, 0, 0, 3367, 3365, 1, 0, 0, 0, 3367, 3368, 1, 0, 0, 0, 3368, 447, 1, 0, 0, 0, 3369, 3367, 1, 0, 0, 0, 3370, 3371, 5, 139, 0, 0, 3371, 3372, 3, 450, 225, 0, 3372, 449, 1, 0, 0, 0, 3373, 3374, 5, 359, 0, 0, 3374, 3377, 3, 458, 229, 0, 3375, 3376, 5, 397, 0, 0, 3376, 3378, 3, 458, 229, 0, 3377, 3375, 1, 0, 0, 0, 3378, 3379, 1, 0, 0, 0, 3379, 3377, 1, 0, 0, 0, 3379, 3380, 1, 0, 0, 0, 3380, 3383, 1, 0, 0, 0, 3381, 3383, 3, 454, 227, 0, 3382, 3373, 1, 0, 0, 0, 3382, 3381, 1, 0, 0, 0, 3383, 451, 1, 0, 0, 0, 3384, 3388, 3, 468, 234, 0, 3385, 3387, 3, 462, 231, 0, 3386, 3385, 1, 0, 0, 0, 3387, 3390, 1, 0, 0, 0, 3388, 3386, 1, 0, 0, 0, 3388, 3389, 1, 0, 0, 0, 3389, 3417, 1, 0, 0, 0, 3390, 3388, 1, 0, 0, 0, 3391, 3395, 3, 498, 249, 0, 3392, 3394, 3, 462, 231, 0, 3393, 3392, 1, 0, 0, 0, 3394, 3397, 1, 0, 0, 0, 3395, 3393, 1, 0, 0, 0, 3395, 3396, 1, 0, 0, 0, 3396, 3417, 1, 0, 0, 0, 3397, 3395, 1, 0, 0, 0, 3398, 3402, 3, 486, 243, 0, 3399, 3401, 3, 462, 231, 0, 3400, 3399, 1, 0, 0, 0, 3401, 3404, 1, 0, 0, 0, 3402, 3400, 1, 0, 0, 0, 3402, 3403, 1, 0, 0, 0, 3403, 3417, 1, 0, 0, 0, 3404, 3402, 1, 0, 0, 0, 3405, 3409, 3, 492, 246, 0, 3406, 3408, 3, 462, 231, 0, 3407, 3406, 1, 0, 0, 0, 3408, 3411, 1, 0, 0, 0, 3409, 3407, 1, 0, 0, 0, 3409, 3410, 1, 0, 0, 0, 3410, 3417, 1, 0, 0, 0, 3411, 3409, 1, 0, 0, 0, 3412, 3413, 5, 399, 0, 0, 3413, 3414, 3, 454, 227, 0, 3414, 3415, 5, 400, 0, 0, 3415, 3417, 1, 0, 0, 0, 3416, 3384, 1, 0, 0, 0, 3416, 3391, 1, 0, 0, 0, 3416, 3398, 1, 0, 0, 0, 3416, 3405, 1, 0, 0, 0, 3416, 3412, 1, 0, 0, 0, 3417, 453, 1, 0, 0, 0, 3418, 3429, 3, 452, 226, 0, 3419, 3420, 3, 460, 230, 0, 3420, 3425, 3, 456, 228, 0, 3421, 3422, 5, 224, 0, 0, 3422, 3426, 3, 580, 290, 0, 3423, 3424, 5, 370, 0, 0, 3424, 3426, 3, 264, 132, 0, 3425, 3421, 1, 0, 0, 0, 3425, 3423, 1, 0, 0, 0, 3425, 3426, 1, 0, 0, 0, 3426, 3428, 1, 0, 0, 0, 3427, 3419, 1, 0, 0, 0, 3428, 3431, 1, 0, 0, 0, 3429, 3427, 1, 0, 0, 0, 3429, 3430, 1, 0, 0, 0, 3430, 455, 1, 0, 0, 0, 3431, 3429, 1, 0, 0, 0, 3432, 3437, 3, 468, 234, 0, 3433, 3437, 3, 498, 249, 0, 3434, 3437, 3, 486, 243, 0, 3435, 3437, 3, 492, 246, 0, 3436, 3432, 1, 0, 0, 0, 3436, 3433, 1, 0, 0, 0, 3436, 3434, 1, 0, 0, 0, 3436, 3435, 1, 0, 0, 0, 3437, 3441, 1, 0, 0, 0, 3438, 3440, 3, 462, 231, 0, 3439, 3438, 1, 0, 0, 0, 3440, 3443, 1, 0, 0, 0, 3441, 3439, 1, 0, 0, 0, 3441, 3442, 1, 0, 0, 0, 3442, 457, 1, 0, 0, 0, 3443, 3441, 1, 0, 0, 0, 3444, 3446, 5, 250, 0, 0, 3445, 3444, 1, 0, 0, 0, 3445, 3446, 1, 0, 0, 0, 3446, 3447, 1, 0, 0, 0, 3447, 3449, 3, 476, 238, 0, 3448, 3450, 3, 466, 233, 0, 3449, 3448, 1, 0, 0, 0, 3449, 3450, 1, 0, 0, 0, 3450, 3455, 1, 0, 0, 0, 3451, 3453, 5, 17, 0, 0, 3452, 3451, 1, 0, 0, 0, 3452, 3453, 1, 0, 0, 0, 3453, 3454, 1, 0, 0, 0, 3454, 3456, 3, 638, 319, 0, 3455, 3452, 1, 0, 0, 0, 3455, 3456, 1, 0, 0, 0, 3456, 3457, 1, 0, 0, 0, 3457, 3458, 5, 399, 0, 0, 3458, 3459, 3, 444, 222, 0, 3459, 3460, 5, 400, 0, 0, 3460, 459, 1, 0, 0, 0, 3461, 3476, 5, 397, 0, 0, 3462, 3473, 5, 157, 0, 0, 3463, 3473, 5, 60, 0, 0, 3464, 3466, 7, 27, 0, 0, 3465, 3467, 5, 231, 0, 0, 3466, 3465, 1, 0, 0, 0, 3466, 3467, 1, 0, 0, 0, 3467, 3473, 1, 0, 0, 0, 3468, 3470, 5, 180, 0, 0, 3469, 3471, 7, 28, 0, 0, 3470, 3469, 1, 0, 0, 0, 3470, 3471, 1, 0, 0, 0, 3471, 3473, 1, 0, 0, 0, 3472, 3462, 1, 0, 0, 0, 3472, 3463, 1, 0, 0, 0, 3472, 3464, 1, 0, 0, 0, 3472, 3468, 1, 0, 0, 0, 3472, 3473, 1, 0, 0, 0, 3473, 3474, 1, 0, 0, 0, 3474, 3476, 5, 171, 0, 0, 3475, 3461, 1, 0, 0, 0, 3475, 3472, 1, 0, 0, 0, 3476, 461, 1, 0, 0, 0, 3477, 3478, 5, 178, 0, 0, 3478, 3479, 5, 378, 0, 0, 3479, 3480, 5, 231, 0, 0, 3480, 3481, 3, 550, 275, 0, 3481, 3491, 3, 464, 232, 0, 3482, 3483, 5, 17, 0, 0, 3483, 3488, 3, 638, 319, 0, 3484, 3485, 5, 397, 0, 0, 3485, 3487, 3, 638, 319, 0, 3486, 3484, 1, 0, 0, 0, 3487, 3490, 1, 0, 0, 0, 3488, 3486, 1, 0, 0, 0, 3488, 3489, 1, 0, 0, 0, 3489, 3492, 1, 0, 0, 0, 3490, 3488, 1, 0, 0, 0, 3491, 3482, 1, 0, 0, 0, 3491, 3492, 1, 0, 0, 0, 3492, 3535, 1, 0, 0, 0, 3493, 3495, 5, 397, 0, 0, 3494, 3493, 1, 0, 0, 0, 3494, 3495, 1, 0, 0, 0, 3495, 3496, 1, 0, 0, 0, 3496, 3532, 5, 178, 0, 0, 3497, 3498, 5, 378, 0, 0, 3498, 3499, 3, 550, 275, 0, 3499, 3509, 3, 464, 232, 0, 3500, 3501, 5, 17, 0, 0, 3501, 3506, 3, 638, 319, 0, 3502, 3503, 5, 397, 0, 0, 3503, 3505, 3, 638, 319, 0, 3504, 3502, 1, 0, 0, 0, 3505, 3508, 1, 0, 0, 0, 3506, 3504, 1, 0, 0, 0, 3506, 3507, 1, 0, 0, 0, 3507, 3510, 1, 0, 0, 0, 3508, 3506, 1, 0, 0, 0, 3509, 3500, 1, 0, 0, 0, 3509, 3510, 1, 0, 0, 0, 3510, 3533, 1, 0, 0, 0, 3511, 3512, 5, 329, 0, 0, 3512, 3513, 5, 399, 0, 0, 3513, 3514, 3, 496, 248, 0, 3514, 3516, 5, 400, 0, 0, 3515, 3517, 5, 17, 0, 0, 3516, 3515, 1, 0, 0, 0, 3516, 3517, 1, 0, 0, 0, 3517, 3518, 1, 0, 0, 0, 3518, 3530, 3, 464, 232, 0, 3519, 3520, 5, 399, 0, 0, 3520, 3525, 3, 638, 319, 0, 3521, 3522, 5, 397, 0, 0, 3522, 3524, 3, 638, 319, 0, 3523, 3521, 1, 0, 0, 0, 3524, 3527, 1, 0, 0, 0, 3525, 3523, 1, 0, 0, 0, 3525, 3526, 1, 0, 0, 0, 3526, 3528, 1, 0, 0, 0, 3527, 3525, 1, 0, 0, 0, 3528, 3529, 5, 400, 0, 0, 3529, 3531, 1, 0, 0, 0, 3530, 3519, 1, 0, 0, 0, 3530, 3531, 1, 0, 0, 0, 3531, 3533, 1, 0, 0, 0, 3532, 3497, 1, 0, 0, 0, 3532, 3511, 1, 0, 0, 0, 3533, 3535, 1, 0, 0, 0, 3534, 3477, 1, 0, 0, 0, 3534, 3494, 1, 0, 0, 0, 3535, 463, 1, 0, 0, 0, 3536, 3537, 3, 638, 319, 0, 3537, 465, 1, 0, 0, 0, 3538, 3539, 5, 331, 0, 0, 3539, 3540, 5, 399, 0, 0, 3540, 3541, 5, 30, 0, 0, 3541, 3542, 5, 431, 0, 0, 3542, 3543, 5, 230, 0, 0, 3543, 3544, 5, 221, 0, 0, 3544, 3554, 5, 431, 0, 0, 3545, 3546, 5, 224, 0, 0, 3546, 3551, 3, 580, 290, 0, 3547, 3548, 5, 397, 0, 0, 3548, 3550, 3, 580, 290, 0, 3549, 3547, 1, 0, 0, 0, 3550, 3553, 1, 0, 0, 0, 3551, 3549, 1, 0, 0, 0, 3551, 3552, 1, 0, 0, 0, 3552, 3555, 1, 0, 0, 0, 3553, 3551, 1, 0, 0, 0, 3554, 3545, 1, 0, 0, 0, 3554, 3555, 1, 0, 0, 0, 3555, 3556, 1, 0, 0, 0, 3556, 3566, 5, 400, 0, 0, 3557, 3558, 5, 331, 0, 0, 3558, 3562, 5, 399, 0, 0, 3559, 3560, 5, 431, 0, 0, 3560, 3563, 7, 29, 0, 0, 3561, 3563, 5, 430, 0, 0, 3562, 3559, 1, 0, 0, 0, 3562, 3561, 1, 0, 0, 0, 3563, 3564, 1, 0, 0, 0, 3564, 3566, 5, 400, 0, 0, 3565, 3538, 1, 0, 0, 0, 3565, 3557, 1, 0, 0, 0, 3566, 467, 1, 0, 0, 0, 3567, 3569, 3, 476, 238, 0, 3568, 3570, 3, 226, 113, 0, 3569, 3568, 1, 0, 0, 0, 3569, 3570, 1, 0, 0, 0, 3570, 3572, 1, 0, 0, 0, 3571, 3573, 3, 466, 233, 0, 3572, 3571, 1, 0, 0, 0, 3572, 3573, 1, 0, 0, 0, 3573, 3575, 1, 0, 0, 0, 3574, 3576, 3, 470, 235, 0, 3575, 3574, 1, 0, 0, 0, 3575, 3576, 1, 0, 0, 0, 3576, 3581, 1, 0, 0, 0, 3577, 3579, 5, 17, 0, 0, 3578, 3577, 1, 0, 0, 0, 3578, 3579, 1, 0, 0, 0, 3579, 3580, 1, 0, 0, 0, 3580, 3582, 3, 638, 319, 0, 3581, 3578, 1, 0, 0, 0, 3581, 3582, 1, 0, 0, 0, 3582, 469, 1, 0, 0, 0, 3583, 3593, 5, 134, 0, 0, 3584, 3585, 5, 327, 0, 0, 3585, 3586, 5, 17, 0, 0, 3586, 3587, 5, 221, 0, 0, 3587, 3594, 3, 580, 290, 0, 3588, 3589, 5, 134, 0, 0, 3589, 3590, 5, 328, 0, 0, 3590, 3591, 5, 17, 0, 0, 3591, 3592, 5, 221, 0, 0, 3592, 3594, 5, 431, 0, 0, 3593, 3584, 1, 0, 0, 0, 3593, 3588, 1, 0, 0, 0, 3594, 471, 1, 0, 0, 0, 3595, 3596, 3, 638, 319, 0, 3596, 473, 1, 0, 0, 0, 3597, 3598, 3, 638, 319, 0, 3598, 475, 1, 0, 0, 0, 3599, 3602, 3, 478, 239, 0, 3600, 3602, 3, 482, 241, 0, 3601, 3599, 1, 0, 0, 0, 3601, 3600, 1, 0, 0, 0, 3602, 477, 1, 0, 0, 0, 3603, 3604, 3, 638, 319, 0, 3604, 3605, 5, 395, 0, 0, 3605, 3608, 3, 638, 319, 0, 3606, 3607, 5, 395, 0, 0, 3607, 3609, 3, 638, 319, 0, 3608, 3606, 1, 0, 0, 0, 3608, 3609, 1, 0, 0, 0, 3609, 3612, 1, 0, 0, 0, 3610, 3612, 3, 638, 319, 0, 3611, 3603, 1, 0, 0, 0, 3611, 3610, 1, 0, 0, 0, 3612, 479, 1, 0, 0, 0, 3613, 3614, 3, 638, 319, 0, 3614, 3615, 5, 395, 0, 0, 3615, 3618, 3, 638, 319, 0, 3616, 3617, 5, 395, 0, 0, 3617, 3619, 3, 638, 319, 0, 3618, 3616, 1, 0, 0, 0, 3618, 3619, 1, 0, 0, 0, 3619, 3622, 1, 0, 0, 0, 3620, 3622, 3, 638, 319, 0, 3621, 3613, 1, 0, 0, 0, 3621, 3620, 1, 0, 0, 0, 3622, 481, 1, 0, 0, 0, 3623, 3624, 3, 638, 319, 0, 3624, 3625, 5, 395, 0, 0, 3625, 3627, 1, 0, 0, 0, 3626, 3623, 1, 0, 0, 0, 3626, 3627, 1, 0, 0, 0, 3627, 3628, 1, 0, 0, 0, 3628, 3629, 3, 638, 319, 0, 3629, 483, 1, 0, 0, 0, 3630, 3631, 3, 638, 319, 0, 3631, 3632, 5, 395, 0, 0, 3632, 3634, 1, 0, 0, 0, 3633, 3630, 1, 0, 0, 0, 3633, 3634, 1, 0, 0, 0, 3634, 3635, 1, 0, 0, 0, 3635, 3636, 3, 638, 319, 0, 3636, 485, 1, 0, 0, 0, 3637, 3638, 5, 399, 0, 0, 3638, 3639, 3, 360, 180, 0, 3639, 3641, 5, 400, 0, 0, 3640, 3642, 5, 17, 0, 0, 3641, 3640, 1, 0, 0, 0, 3641, 3642, 1, 0, 0, 0, 3642, 3643, 1, 0, 0, 0, 3643, 3644, 3, 638, 319, 0, 3644, 487, 1, 0, 0, 0, 3645, 3646, 5, 237, 0, 0, 3646, 3647, 5, 32, 0, 0, 3647, 3649, 3, 536, 268, 0, 3648, 3650, 3, 542, 271, 0, 3649, 3648, 1, 0, 0, 0, 3649, 3650, 1, 0, 0, 0, 3650, 3659, 1, 0, 0, 0, 3651, 3659, 3, 542, 271, 0, 3652, 3654, 3, 546, 273, 0, 3653, 3655, 3, 548, 274, 0, 3654, 3653, 1, 0, 0, 0, 3654, 3655, 1, 0, 0, 0, 3655, 3659, 1, 0, 0, 0, 3656, 3659, 3, 548, 274, 0, 3657, 3659, 3, 544, 272, 0, 3658, 3645, 1, 0, 0, 0, 3658, 3651, 1, 0, 0, 0, 3658, 3652, 1, 0, 0, 0, 3658, 3656, 1, 0, 0, 0, 3658, 3657, 1, 0, 0, 0, 3659, 489, 1, 0, 0, 0, 3660, 3664, 3, 486, 243, 0, 3661, 3664, 3, 468, 234, 0, 3662, 3664, 3, 492, 246, 0, 3663, 3660, 1, 0, 0, 0, 3663, 3661, 1, 0, 0, 0, 3663, 3662, 1, 0, 0, 0, 3664, 491, 1, 0, 0, 0, 3665, 3666, 3, 638, 319, 0, 3666, 3667, 5, 399, 0, 0, 3667, 3668, 5, 224, 0, 0, 3668, 3670, 3, 490, 245, 0, 3669, 3671, 3, 488, 244, 0, 3670, 3669, 1, 0, 0, 0, 3670, 3671, 1, 0, 0, 0, 3671, 3687, 1, 0, 0, 0, 3672, 3673, 5, 432, 0, 0, 3673, 3674, 5, 399, 0, 0, 3674, 3675, 3, 580, 290, 0, 3675, 3684, 5, 400, 0, 0, 3676, 3677, 5, 397, 0, 0, 3677, 3678, 5, 432, 0, 0, 3678, 3679, 5, 399, 0, 0, 3679, 3680, 3, 580, 290, 0, 3680, 3681, 5, 400, 0, 0, 3681, 3683, 1, 0, 0, 0, 3682, 3676, 1, 0, 0, 0, 3683, 3686, 1, 0, 0, 0, 3684, 3682, 1, 0, 0, 0, 3684, 3685, 1, 0, 0, 0, 3685, 3688, 1, 0, 0, 0, 3686, 3684, 1, 0, 0, 0, 3687, 3672, 1, 0, 0, 0, 3687, 3688, 1, 0, 0, 0, 3688, 3689, 1, 0, 0, 0, 3689, 3691, 5, 400, 0, 0, 3690, 3692, 3, 638, 319, 0, 3691, 3690, 1, 0, 0, 0, 3691, 3692, 1, 0, 0, 0, 3692, 493, 1, 0, 0, 0, 3693, 3694, 5, 384, 0, 0, 3694, 3695, 3, 580, 290, 0, 3695, 495, 1, 0, 0, 0, 3696, 3715, 5, 374, 0, 0, 3697, 3702, 3, 538, 269, 0, 3698, 3699, 5, 397, 0, 0, 3699, 3701, 3, 538, 269, 0, 3700, 3698, 1, 0, 0, 0, 3701, 3704, 1, 0, 0, 0, 3702, 3700, 1, 0, 0, 0, 3702, 3703, 1, 0, 0, 0, 3703, 3716, 1, 0, 0, 0, 3704, 3702, 1, 0, 0, 0, 3705, 3706, 5, 399, 0, 0, 3706, 3707, 3, 534, 267, 0, 3707, 3712, 5, 400, 0, 0, 3708, 3709, 5, 397, 0, 0, 3709, 3711, 3, 538, 269, 0, 3710, 3708, 1, 0, 0, 0, 3711, 3714, 1, 0, 0, 0, 3712, 3710, 1, 0, 0, 0, 3712, 3713, 1, 0, 0, 0, 3713, 3716, 1, 0, 0, 0, 3714, 3712, 1, 0, 0, 0, 3715, 3697, 1, 0, 0, 0, 3715, 3705, 1, 0, 0, 0, 3716, 497, 1, 0, 0, 0, 3717, 3718, 5, 329, 0, 0, 3718, 3719, 5, 399, 0, 0, 3719, 3720, 3, 496, 248, 0, 3720, 3722, 5, 400, 0, 0, 3721, 3723, 5, 17, 0, 0, 3722, 3721, 1, 0, 0, 0, 3722, 3723, 1, 0, 0, 0, 3723, 3724, 1, 0, 0, 0, 3724, 3734, 3, 464, 232, 0, 3725, 3726, 5, 399, 0, 0, 3726, 3731, 3, 638, 319, 0, 3727, 3728, 5, 397, 0, 0, 3728, 3730, 3, 638, 319, 0, 3729, 3727, 1, 0, 0, 0, 3730, 3733, 1, 0, 0, 0, 3731, 3729, 1, 0, 0, 0, 3731, 3732, 1, 0, 0, 0, 3732, 3735, 1, 0, 0, 0, 3733, 3731, 1, 0, 0, 0, 3734, 3725, 1, 0, 0, 0, 3734, 3735, 1, 0, 0, 0, 3735, 3736, 1, 0, 0, 0, 3736, 3737, 5, 400, 0, 0, 3737, 499, 1, 0, 0, 0, 3738, 3740, 5, 299, 0, 0, 3739, 3741, 5, 436, 0, 0, 3740, 3739, 1, 0, 0, 0, 3740, 3741, 1, 0, 0, 0, 3741, 3755, 1, 0, 0, 0, 3742, 3744, 7, 21, 0, 0, 3743, 3742, 1, 0, 0, 0, 3743, 3744, 1, 0, 0, 0, 3744, 3745, 1, 0, 0, 0, 3745, 3750, 3, 504, 252, 0, 3746, 3747, 5, 397, 0, 0, 3747, 3749, 3, 504, 252, 0, 3748, 3746, 1, 0, 0, 0, 3749, 3752, 1, 0, 0, 0, 3750, 3748, 1, 0, 0, 0, 3750, 3751, 1, 0, 0, 0, 3751, 3756, 1, 0, 0, 0, 3752, 3750, 1, 0, 0, 0, 3753, 3754, 5, 347, 0, 0, 3754, 3756, 3, 502, 251, 0, 3755, 3743, 1, 0, 0, 0, 3755, 3753, 1, 0, 0, 0, 3756, 3759, 1, 0, 0, 0, 3757, 3759, 3, 506, 253, 0, 3758, 3738, 1, 0, 0, 0, 3758, 3757, 1, 0, 0, 0, 3759, 501, 1, 0, 0, 0, 3760, 3761, 5, 399, 0, 0, 3761, 3762, 3, 510, 255, 0, 3762, 3763, 5, 400, 0, 0, 3763, 3764, 3, 212, 106, 0, 3764, 3765, 3, 216, 108, 0, 3765, 3766, 5, 370, 0, 0, 3766, 3779, 5, 426, 0, 0, 3767, 3777, 5, 17, 0, 0, 3768, 3771, 5, 399, 0, 0, 3769, 3772, 3, 446, 223, 0, 3770, 3772, 3, 248, 124, 0, 3771, 3769, 1, 0, 0, 0, 3771, 3770, 1, 0, 0, 0, 3772, 3773, 1, 0, 0, 0, 3773, 3774, 5, 400, 0, 0, 3774, 3778, 1, 0, 0, 0, 3775, 3778, 3, 446, 223, 0, 3776, 3778, 3, 248, 124, 0, 3777, 3768, 1, 0, 0, 0, 3777, 3775, 1, 0, 0, 0, 3777, 3776, 1, 0, 0, 0, 3778, 3780, 1, 0, 0, 0, 3779, 3767, 1, 0, 0, 0, 3779, 3780, 1, 0, 0, 0, 3780, 3781, 1, 0, 0, 0, 3781, 3782, 3, 212, 106, 0, 3782, 3783, 3, 214, 107, 0, 3783, 503, 1, 0, 0, 0, 3784, 3808, 3, 442, 221, 0, 3785, 3788, 3, 256, 128, 0, 3786, 3788, 3, 580, 290, 0, 3787, 3785, 1, 0, 0, 0, 3787, 3786, 1, 0, 0, 0, 3788, 3805, 1, 0, 0, 0, 3789, 3791, 5, 17, 0, 0, 3790, 3789, 1, 0, 0, 0, 3790, 3791, 1, 0, 0, 0, 3791, 3792, 1, 0, 0, 0, 3792, 3806, 3, 638, 319, 0, 3793, 3794, 5, 17, 0, 0, 3794, 3795, 5, 399, 0, 0, 3795, 3800, 3, 638, 319, 0, 3796, 3797, 5, 397, 0, 0, 3797, 3799, 3, 638, 319, 0, 3798, 3796, 1, 0, 0, 0, 3799, 3802, 1, 0, 0, 0, 3800, 3798, 1, 0, 0, 0, 3800, 3801, 1, 0, 0, 0, 3801, 3803, 1, 0, 0, 0, 3802, 3800, 1, 0, 0, 0, 3803, 3804, 5, 400, 0, 0, 3804, 3806, 1, 0, 0, 0, 3805, 3790, 1, 0, 0, 0, 3805, 3793, 1, 0, 0, 0, 3805, 3806, 1, 0, 0, 0, 3806, 3808, 1, 0, 0, 0, 3807, 3784, 1, 0, 0, 0, 3807, 3787, 1, 0, 0, 0, 3808, 505, 1, 0, 0, 0, 3809, 3810, 7, 30, 0, 0, 3810, 3811, 3, 510, 255, 0, 3811, 3812, 3, 212, 106, 0, 3812, 3813, 3, 216, 108, 0, 3813, 3814, 5, 370, 0, 0, 3814, 3827, 5, 426, 0, 0, 3815, 3825, 5, 17, 0, 0, 3816, 3819, 5, 399, 0, 0, 3817, 3820, 3, 446, 223, 0, 3818, 3820, 3, 248, 124, 0, 3819, 3817, 1, 0, 0, 0, 3819, 3818, 1, 0, 0, 0, 3820, 3821, 1, 0, 0, 0, 3821, 3822, 5, 400, 0, 0, 3822, 3826, 1, 0, 0, 0, 3823, 3826, 3, 446, 223, 0, 3824, 3826, 3, 248, 124, 0, 3825, 3816, 1, 0, 0, 0, 3825, 3823, 1, 0, 0, 0, 3825, 3824, 1, 0, 0, 0, 3826, 3828, 1, 0, 0, 0, 3827, 3815, 1, 0, 0, 0, 3827, 3828, 1, 0, 0, 0, 3828, 3829, 1, 0, 0, 0, 3829, 3830, 3, 212, 106, 0, 3830, 3831, 3, 214, 107, 0, 3831, 507, 1, 0, 0, 0, 3832, 3835, 3, 442, 221, 0, 3833, 3835, 3, 580, 290, 0, 3834, 3832, 1, 0, 0, 0, 3834, 3833, 1, 0, 0, 0, 3835, 509, 1, 0, 0, 0, 3836, 3841, 3, 508, 254, 0, 3837, 3838, 5, 397, 0, 0, 3838, 3840, 3, 508, 254, 0, 3839, 3837, 1, 0, 0, 0, 3840, 3843, 1, 0, 0, 0, 3841, 3839, 1, 0, 0, 0, 3841, 3842, 1, 0, 0, 0, 3842, 511, 1, 0, 0, 0, 3843, 3841, 1, 0, 0, 0, 3844, 3845, 5, 386, 0, 0, 3845, 3846, 3, 638, 319, 0, 3846, 3847, 5, 17, 0, 0, 3847, 3855, 3, 514, 257, 0, 3848, 3849, 5, 397, 0, 0, 3849, 3850, 3, 638, 319, 0, 3850, 3851, 5, 17, 0, 0, 3851, 3852, 3, 514, 257, 0, 3852, 3854, 1, 0, 0, 0, 3853, 3848, 1, 0, 0, 0, 3854, 3857, 1, 0, 0, 0, 3855, 3853, 1, 0, 0, 0, 3855, 3856, 1, 0, 0, 0, 3856, 513, 1, 0, 0, 0, 3857, 3855, 1, 0, 0, 0, 3858, 3871, 3, 638, 319, 0, 3859, 3861, 5, 399, 0, 0, 3860, 3862, 3, 638, 319, 0, 3861, 3860, 1, 0, 0, 0, 3861, 3862, 1, 0, 0, 0, 3862, 3864, 1, 0, 0, 0, 3863, 3865, 3, 488, 244, 0, 3864, 3863, 1, 0, 0, 0, 3864, 3865, 1, 0, 0, 0, 3865, 3867, 1, 0, 0, 0, 3866, 3868, 3, 516, 258, 0, 3867, 3866, 1, 0, 0, 0, 3867, 3868, 1, 0, 0, 0, 3868, 3869, 1, 0, 0, 0, 3869, 3871, 5, 400, 0, 0, 3870, 3858, 1, 0, 0, 0, 3870, 3859, 1, 0, 0, 0, 3871, 515, 1, 0, 0, 0, 3872, 3886, 7, 31, 0, 0, 3873, 3874, 5, 354, 0, 0, 3874, 3880, 5, 247, 0, 0, 3875, 3876, 5, 62, 0, 0, 3876, 3880, 5, 291, 0, 0, 3877, 3878, 5, 431, 0, 0, 3878, 3880, 5, 247, 0, 0, 3879, 3873, 1, 0, 0, 0, 3879, 3875, 1, 0, 0, 0, 3879, 3877, 1, 0, 0, 0, 3880, 3887, 1, 0, 0, 0, 3881, 3882, 5, 25, 0, 0, 3882, 3883, 3, 518, 259, 0, 3883, 3884, 5, 11, 0, 0, 3884, 3885, 3, 518, 259, 0, 3885, 3887, 1, 0, 0, 0, 3886, 3879, 1, 0, 0, 0, 3886, 3881, 1, 0, 0, 0, 3887, 517, 1, 0, 0, 0, 3888, 3889, 7, 32, 0, 0, 3889, 3893, 7, 33, 0, 0, 3890, 3891, 5, 62, 0, 0, 3891, 3893, 5, 291, 0, 0, 3892, 3888, 1, 0, 0, 0, 3892, 3890, 1, 0, 0, 0, 3893, 519, 1, 0, 0, 0, 3894, 3895, 5, 144, 0, 0, 3895, 3901, 5, 32, 0, 0, 3896, 3902, 3, 256, 128, 0, 3897, 3902, 3, 522, 261, 0, 3898, 3902, 3, 524, 262, 0, 3899, 3900, 5, 399, 0, 0, 3900, 3902, 5, 400, 0, 0, 3901, 3896, 1, 0, 0, 0, 3901, 3897, 1, 0, 0, 0, 3901, 3898, 1, 0, 0, 0, 3901, 3899, 1, 0, 0, 0, 3902, 521, 1, 0, 0, 0, 3903, 3906, 5, 290, 0, 0, 3904, 3906, 5, 61, 0, 0, 3905, 3903, 1, 0, 0, 0, 3905, 3904, 1, 0, 0, 0, 3906, 3907, 1, 0, 0, 0, 3907, 3908, 5, 399, 0, 0, 3908, 3913, 3, 580, 290, 0, 3909, 3910, 5, 397, 0, 0, 3910, 3912, 3, 580, 290, 0, 3911, 3909, 1, 0, 0, 0, 3912, 3915, 1, 0, 0, 0, 3913, 3911, 1, 0, 0, 0, 3913, 3914, 1, 0, 0, 0, 3914, 3916, 1, 0, 0, 0, 3915, 3913, 1, 0, 0, 0, 3916, 3917, 5, 400, 0, 0, 3917, 523, 1, 0, 0, 0, 3918, 3923, 3, 540, 270, 0, 3919, 3920, 5, 387, 0, 0, 3920, 3924, 5, 290, 0, 0, 3921, 3922, 5, 387, 0, 0, 3922, 3924, 5, 61, 0, 0, 3923, 3919, 1, 0, 0, 0, 3923, 3921, 1, 0, 0, 0, 3923, 3924, 1, 0, 0, 0, 3924, 3938, 1, 0, 0, 0, 3925, 3926, 5, 145, 0, 0, 3926, 3927, 5, 305, 0, 0, 3927, 3928, 5, 399, 0, 0, 3928, 3933, 3, 526, 263, 0, 3929, 3930, 5, 397, 0, 0, 3930, 3932, 3, 526, 263, 0, 3931, 3929, 1, 0, 0, 0, 3932, 3935, 1, 0, 0, 0, 3933, 3931, 1, 0, 0, 0, 3933, 3934, 1, 0, 0, 0, 3934, 3936, 1, 0, 0, 0, 3935, 3933, 1, 0, 0, 0, 3936, 3937, 5, 400, 0, 0, 3937, 3939, 1, 0, 0, 0, 3938, 3925, 1, 0, 0, 0, 3938, 3939, 1, 0, 0, 0, 3939, 525, 1, 0, 0, 0, 3940, 3942, 5, 399, 0, 0, 3941, 3943, 3, 580, 290, 0, 3942, 3941, 1, 0, 0, 0, 3942, 3943, 1, 0, 0, 0, 3943, 3948, 1, 0, 0, 0, 3944, 3945, 5, 397, 0, 0, 3945, 3947, 3, 580, 290, 0, 3946, 3944, 1, 0, 0, 0, 3947, 3950, 1, 0, 0, 0, 3948, 3946, 1, 0, 0, 0, 3948, 3949, 1, 0, 0, 0, 3949, 3951, 1, 0, 0, 0, 3950, 3948, 1, 0, 0, 0, 3951, 3954, 5, 400, 0, 0, 3952, 3954, 3, 580, 290, 0, 3953, 3940, 1, 0, 0, 0, 3953, 3952, 1, 0, 0, 0, 3954, 527, 1, 0, 0, 0, 3955, 3956, 5, 146, 0, 0, 3956, 3957, 3, 580, 290, 0, 3957, 529, 1, 0, 0, 0, 3958, 3959, 5, 256, 0, 0, 3959, 3960, 3, 580, 290, 0, 3960, 531, 1, 0, 0, 0, 3961, 3964, 5, 83, 0, 0, 3962, 3964, 3, 580, 290, 0, 3963, 3961, 1, 0, 0, 0, 3963, 3962, 1, 0, 0, 0, 3964, 533, 1, 0, 0, 0, 3965, 3967, 3, 580, 290, 0, 3966, 3968, 5, 17, 0, 0, 3967, 3966, 1, 0, 0, 0, 3967, 3968, 1, 0, 0, 0, 3968, 3970, 1, 0, 0, 0, 3969, 3971, 3, 638, 319, 0, 3970, 3969, 1, 0, 0, 0, 3970, 3971, 1, 0, 0, 0, 3971, 3982, 1, 0, 0, 0, 3972, 3973, 5, 397, 0, 0, 3973, 3975, 3, 580, 290, 0, 3974, 3976, 5, 17, 0, 0, 3975, 3974, 1, 0, 0, 0, 3975, 3976, 1, 0, 0, 0, 3976, 3978, 1, 0, 0, 0, 3977, 3979, 3, 638, 319, 0, 3978, 3977, 1, 0, 0, 0, 3978, 3979, 1, 0, 0, 0, 3979, 3981, 1, 0, 0, 0, 3980, 3972, 1, 0, 0, 0, 3981, 3984, 1, 0, 0, 0, 3982, 3980, 1, 0, 0, 0, 3982, 3983, 1, 0, 0, 0, 3983, 535, 1, 0, 0, 0, 3984, 3982, 1, 0, 0, 0, 3985, 3988, 3, 538, 269, 0, 3986, 3988, 3, 540, 270, 0, 3987, 3985, 1, 0, 0, 0, 3987, 3986, 1, 0, 0, 0, 3988, 537, 1, 0, 0, 0, 3989, 3990, 5, 399, 0, 0, 3990, 3991, 3, 540, 270, 0, 3991, 3992, 5, 400, 0, 0, 3992, 539, 1, 0, 0, 0, 3993, 4000, 3, 532, 266, 0, 3994, 3995, 5, 397, 0, 0, 3995, 3997, 3, 532, 266, 0, 3996, 3994, 1, 0, 0, 0, 3997, 3998, 1, 0, 0, 0, 3998, 3996, 1, 0, 0, 0, 3998, 3999, 1, 0, 0, 0, 3999, 4001, 1, 0, 0, 0, 4000, 3996, 1, 0, 0, 0, 4000, 4001, 1, 0, 0, 0, 4001, 541, 1, 0, 0, 0, 4002, 4003, 5, 229, 0, 0, 4003, 4004, 5, 32, 0, 0, 4004, 4009, 3, 308, 154, 0, 4005, 4006, 5, 397, 0, 0, 4006, 4008, 3, 308, 154, 0, 4007, 4005, 1, 0, 0, 0, 4008, 4011, 1, 0, 0, 0, 4009, 4007, 1, 0, 0, 0, 4009, 4010, 1, 0, 0, 0, 4010, 543, 1, 0, 0, 0, 4011, 4009, 1, 0, 0, 0, 4012, 4013, 5, 41, 0, 0, 4013, 4014, 5, 32, 0, 0, 4014, 4015, 3, 536, 268, 0, 4015, 545, 1, 0, 0, 0, 4016, 4017, 5, 97, 0, 0, 4017, 4018, 5, 32, 0, 0, 4018, 4019, 3, 536, 268, 0, 4019, 547, 1, 0, 0, 0, 4020, 4021, 5, 314, 0, 0, 4021, 4041, 5, 32, 0, 0, 4022, 4023, 5, 399, 0, 0, 4023, 4028, 3, 308, 154, 0, 4024, 4025, 5, 397, 0, 0, 4025, 4027, 3, 308, 154, 0, 4026, 4024, 1, 0, 0, 0, 4027, 4030, 1, 0, 0, 0, 4028, 4026, 1, 0, 0, 0, 4028, 4029, 1, 0, 0, 0, 4029, 4031, 1, 0, 0, 0, 4030, 4028, 1, 0, 0, 0, 4031, 4032, 5, 400, 0, 0, 4032, 4042, 1, 0, 0, 0, 4033, 4038, 3, 308, 154, 0, 4034, 4035, 5, 397, 0, 0, 4035, 4037, 3, 308, 154, 0, 4036, 4034, 1, 0, 0, 0, 4037, 4040, 1, 0, 0, 0, 4038, 4036, 1, 0, 0, 0, 4038, 4039, 1, 0, 0, 0, 4039, 4042, 1, 0, 0, 0, 4040, 4038, 1, 0, 0, 0, 4041, 4022, 1, 0, 0, 0, 4041, 4033, 1, 0, 0, 0, 4042, 549, 1, 0, 0, 0, 4043, 4044, 5, 349, 0, 0, 4044, 4048, 5, 399, 0, 0, 4045, 4049, 5, 179, 0, 0, 4046, 4049, 5, 343, 0, 0, 4047, 4049, 5, 29, 0, 0, 4048, 4045, 1, 0, 0, 0, 4048, 4046, 1, 0, 0, 0, 4048, 4047, 1, 0, 0, 0, 4048, 4049, 1, 0, 0, 0, 4049, 4051, 1, 0, 0, 0, 4050, 4052, 3, 508, 254, 0, 4051, 4050, 1, 0, 0, 0, 4051, 4052, 1, 0, 0, 0, 4052, 4053, 1, 0, 0, 0, 4053, 4054, 5, 139, 0, 0, 4054, 4055, 3, 508, 254, 0, 4055, 4056, 5, 400, 0, 0, 4056, 4097, 1, 0, 0, 0, 4057, 4058, 3, 558, 279, 0, 4058, 4073, 5, 399, 0, 0, 4059, 4074, 5, 415, 0, 0, 4060, 4062, 7, 21, 0, 0, 4061, 4060, 1, 0, 0, 0, 4061, 4062, 1, 0, 0, 0, 4062, 4071, 1, 0, 0, 0, 4063, 4068, 3, 508, 254, 0, 4064, 4065, 5, 397, 0, 0, 4065, 4067, 3, 508, 254, 0, 4066, 4064, 1, 0, 0, 0, 4067, 4070, 1, 0, 0, 0, 4068, 4066, 1, 0, 0, 0, 4068, 4069, 1, 0, 0, 0, 4069, 4072, 1, 0, 0, 0, 4070, 4068, 1, 0, 0, 0, 4071, 4063, 1, 0, 0, 0, 4071, 4072, 1, 0, 0, 0, 4072, 4074, 1, 0, 0, 0, 4073, 4059, 1, 0, 0, 0, 4073, 4061, 1, 0, 0, 0, 4074, 4094, 1, 0, 0, 0, 4075, 4076, 5, 400, 0, 0, 4076, 4077, 5, 388, 0, 0, 4077, 4078, 5, 144, 0, 0, 4078, 4079, 5, 399, 0, 0, 4079, 4080, 3, 542, 271, 0, 4080, 4081, 5, 400, 0, 0, 4081, 4095, 1, 0, 0, 0, 4082, 4084, 5, 400, 0, 0, 4083, 4085, 3, 552, 276, 0, 4084, 4083, 1, 0, 0, 0, 4084, 4085, 1, 0, 0, 0, 4085, 4086, 1, 0, 0, 0, 4086, 4087, 5, 234, 0, 0, 4087, 4095, 3, 514, 257, 0, 4088, 4089, 3, 552, 276, 0, 4089, 4090, 5, 400, 0, 0, 4090, 4091, 5, 234, 0, 0, 4091, 4092, 3, 514, 257, 0, 4092, 4095, 1, 0, 0, 0, 4093, 4095, 5, 400, 0, 0, 4094, 4075, 1, 0, 0, 0, 4094, 4082, 1, 0, 0, 0, 4094, 4088, 1, 0, 0, 0, 4094, 4093, 1, 0, 0, 0, 4095, 4097, 1, 0, 0, 0, 4096, 4043, 1, 0, 0, 0, 4096, 4057, 1, 0, 0, 0, 4097, 551, 1, 0, 0, 0, 4098, 4099, 7, 34, 0, 0, 4099, 4100, 5, 220, 0, 0, 4100, 553, 1, 0, 0, 0, 4101, 4102, 3, 640, 320, 0, 4102, 555, 1, 0, 0, 0, 4103, 4106, 3, 640, 320, 0, 4104, 4106, 5, 426, 0, 0, 4105, 4103, 1, 0, 0, 0, 4105, 4104, 1, 0, 0, 0, 4106, 557, 1, 0, 0, 0, 4107, 4111, 3, 640, 320, 0, 4108, 4111, 3, 646, 323, 0, 4109, 4111, 3, 636, 318, 0, 4110, 4107, 1, 0, 0, 0, 4110, 4108, 1, 0, 0, 0, 4110, 4109, 1, 0, 0, 0, 4111, 559, 1, 0, 0, 0, 4112, 4113, 5, 36, 0, 0, 4113, 4114, 5, 399, 0, 0, 4114, 4115, 3, 580, 290, 0, 4115, 4116, 5, 17, 0, 0, 4116, 4119, 3, 348, 174, 0, 4117, 4118, 5, 137, 0, 0, 4118, 4120, 5, 426, 0, 0, 4119, 4117, 1, 0, 0, 0, 4119, 4120, 1, 0, 0, 0, 4120, 4121, 1, 0, 0, 0, 4121, 4122, 5, 400, 0, 0, 4122, 561, 1, 0, 0, 0, 4123, 4124, 5, 35, 0, 0, 4124, 4130, 3, 580, 290, 0, 4125, 4126, 5, 383, 0, 0, 4126, 4127, 3, 580, 290, 0, 4127, 4128, 5, 335, 0, 0, 4128, 4129, 3, 580, 290, 0, 4129, 4131, 1, 0, 0, 0, 4130, 4125, 1, 0, 0, 0, 4131, 4132, 1, 0, 0, 0, 4132, 4130, 1, 0, 0, 0, 4132, 4133, 1, 0, 0, 0, 4133, 4136, 1, 0, 0, 0, 4134, 4135, 5, 105, 0, 0, 4135, 4137, 3, 580, 290, 0, 4136, 4134, 1, 0, 0, 0, 4136, 4137, 1, 0, 0, 0, 4137, 4138, 1, 0, 0, 0, 4138, 4139, 5, 108, 0, 0, 4139, 563, 1, 0, 0, 0, 4140, 4146, 5, 35, 0, 0, 4141, 4142, 5, 383, 0, 0, 4142, 4143, 3, 580, 290, 0, 4143, 4144, 5, 335, 0, 0, 4144, 4145, 3, 580, 290, 0, 4145, 4147, 1, 0, 0, 0, 4146, 4141, 1, 0, 0, 0, 4147, 4148, 1, 0, 0, 0, 4148, 4146, 1, 0, 0, 0, 4148, 4149, 1, 0, 0, 0, 4149, 4152, 1, 0, 0, 0, 4150, 4151, 5, 105, 0, 0, 4151, 4153, 3, 580, 290, 0, 4152, 4150, 1, 0, 0, 0, 4152, 4153, 1, 0, 0, 0, 4153, 4154, 1, 0, 0, 0, 4154, 4155, 5, 108, 0, 0, 4155, 565, 1, 0, 0, 0, 4156, 4157, 5, 132, 0, 0, 4157, 4158, 5, 399, 0, 0, 4158, 4161, 3, 580, 290, 0, 4159, 4160, 5, 341, 0, 0, 4160, 4162, 3, 570, 285, 0, 4161, 4159, 1, 0, 0, 0, 4161, 4162, 1, 0, 0, 0, 4162, 4163, 1, 0, 0, 0, 4163, 4164, 5, 400, 0, 0, 4164, 567, 1, 0, 0, 0, 4165, 4166, 5, 124, 0, 0, 4166, 4167, 5, 399, 0, 0, 4167, 4168, 3, 570, 285, 0, 4168, 4169, 5, 139, 0, 0, 4169, 4170, 3, 580, 290, 0, 4170, 4171, 5, 400, 0, 0, 4171, 569, 1, 0, 0, 0, 4172, 4181, 3, 666, 333, 0, 4173, 4181, 5, 257, 0, 0, 4174, 4181, 3, 668, 334, 0, 4175, 4181, 3, 670, 335, 0, 4176, 4181, 3, 672, 336, 0, 4177, 4181, 3, 674, 337, 0, 4178, 4181, 3, 676, 338, 0, 4179, 4181, 3, 678, 339, 0, 4180, 4172, 1, 0, 0, 0, 4180, 4173, 1, 0, 0, 0, 4180, 4174, 1, 0, 0, 0, 4180, 4175, 1, 0, 0, 0, 4180, 4176, 1, 0, 0, 0, 4180, 4177, 1, 0, 0, 0, 4180, 4178, 1, 0, 0, 0, 4180, 4179, 1, 0, 0, 0, 4181, 571, 1, 0, 0, 0, 4182, 4183, 3, 574, 287, 0, 4183, 4184, 3, 578, 289, 0, 4184, 4211, 1, 0, 0, 0, 4185, 4211, 5, 431, 0, 0, 4186, 4187, 5, 71, 0, 0, 4187, 4211, 5, 426, 0, 0, 4188, 4211, 5, 63, 0, 0, 4189, 4190, 5, 337, 0, 0, 4190, 4211, 5, 426, 0, 0, 4191, 4211, 5, 64, 0, 0, 4192, 4193, 5, 338, 0, 0, 4193, 4211, 5, 426, 0, 0, 4194, 4198, 5, 426, 0, 0, 4195, 4197, 5, 426, 0, 0, 4196, 4195, 1, 0, 0, 0, 4197, 4200, 1, 0, 0, 0, 4198, 4196, 1, 0, 0, 0, 4198, 4199, 1, 0, 0, 0, 4199, 4211, 1, 0, 0, 0, 4200, 4198, 1, 0, 0, 0, 4201, 4211, 5, 428, 0, 0, 4202, 4211, 5, 429, 0, 0, 4203, 4204, 5, 433, 0, 0, 4204, 4211, 5, 427, 0, 0, 4205, 4211, 5, 350, 0, 0, 4206, 4211, 5, 125, 0, 0, 4207, 4211, 5, 219, 0, 0, 4208, 4211, 5, 424, 0, 0, 4209, 4211, 5, 432, 0, 0, 4210, 4182, 1, 0, 0, 0, 4210, 4185, 1, 0, 0, 0, 4210, 4186, 1, 0, 0, 0, 4210, 4188, 1, 0, 0, 0, 4210, 4189, 1, 0, 0, 0, 4210, 4191, 1, 0, 0, 0, 4210, 4192, 1, 0, 0, 0, 4210, 4194, 1, 0, 0, 0, 4210, 4201, 1, 0, 0, 0, 4210, 4202, 1, 0, 0, 0, 4210, 4203, 1, 0, 0, 0, 4210, 4205, 1, 0, 0, 0, 4210, 4206, 1, 0, 0, 0, 4210, 4207, 1, 0, 0, 0, 4210, 4208, 1, 0, 0, 0, 4210, 4209, 1, 0, 0, 0, 4211, 573, 1, 0, 0, 0, 4212, 4213, 7, 26, 0, 0, 4213, 575, 1, 0, 0, 0, 4214, 4215, 5, 399, 0, 0, 4215, 4216, 3, 574, 287, 0, 4216, 4217, 5, 400, 0, 0, 4217, 4218, 3, 578, 289, 0, 4218, 4230, 1, 0, 0, 0, 4219, 4225, 5, 165, 0, 0, 4220, 4226, 3, 574, 287, 0, 4221, 4222, 5, 399, 0, 0, 4222, 4223, 3, 580, 290, 0, 4223, 4224, 5, 400, 0, 0, 4224, 4226, 1, 0, 0, 0, 4225, 4220, 1, 0, 0, 0, 4225, 4221, 1, 0, 0, 0, 4226, 4227, 1, 0, 0, 0, 4227, 4228, 3, 578, 289, 0, 4228, 4230, 1, 0, 0, 0, 4229, 4214, 1, 0, 0, 0, 4229, 4219, 1, 0, 0, 0, 4230, 577, 1, 0, 0, 0, 4231, 4232, 3, 666, 333, 0, 4232, 4233, 5, 341, 0, 0, 4233, 4234, 3, 668, 334, 0, 4234, 4246, 1, 0, 0, 0, 4235, 4236, 3, 672, 336, 0, 4236, 4237, 5, 341, 0, 0, 4237, 4238, 3, 678, 339, 0, 4238, 4246, 1, 0, 0, 0, 4239, 4246, 3, 666, 333, 0, 4240, 4246, 3, 668, 334, 0, 4241, 4246, 3, 672, 336, 0, 4242, 4246, 3, 674, 337, 0, 4243, 4246, 3, 676, 338, 0, 4244, 4246, 3, 678, 339, 0, 4245, 4231, 1, 0, 0, 0, 4245, 4235, 1, 0, 0, 0, 4245, 4239, 1, 0, 0, 0, 4245, 4240, 1, 0, 0, 0, 4245, 4241, 1, 0, 0, 0, 4245, 4242, 1, 0, 0, 0, 4245, 4243, 1, 0, 0, 0, 4245, 4244, 1, 0, 0, 0, 4246, 579, 1, 0, 0, 0, 4247, 4252, 3, 622, 311, 0, 4248, 4249, 5, 228, 0, 0, 4249, 4251, 3, 622, 311, 0, 4250, 4248, 1, 0, 0, 0, 4251, 4254, 1, 0, 0, 0, 4252, 4250, 1, 0, 0, 0, 4252, 4253, 1, 0, 0, 0, 4253, 581, 1, 0, 0, 0, 4254, 4252, 1, 0, 0, 0, 4255, 4267, 3, 572, 286, 0, 4256, 4267, 3, 576, 288, 0, 4257, 4267, 3, 560, 280, 0, 4258, 4267, 3, 568, 284, 0, 4259, 4267, 3, 566, 283, 0, 4260, 4267, 3, 562, 281, 0, 4261, 4267, 3, 564, 282, 0, 4262, 4267, 3, 600, 300, 0, 4263, 4267, 3, 550, 275, 0, 4264, 4267, 3, 538, 269, 0, 4265, 4267, 3, 638, 319, 0, 4266, 4255, 1, 0, 0, 0, 4266, 4256, 1, 0, 0, 0, 4266, 4257, 1, 0, 0, 0, 4266, 4258, 1, 0, 0, 0, 4266, 4259, 1, 0, 0, 0, 4266, 4260, 1, 0, 0, 0, 4266, 4261, 1, 0, 0, 0, 4266, 4262, 1, 0, 0, 0, 4266, 4263, 1, 0, 0, 0, 4266, 4264, 1, 0, 0, 0, 4266, 4265, 1, 0, 0, 0, 4267, 583, 1, 0, 0, 0, 4268, 4270, 7, 35, 0, 0, 4269, 4268, 1, 0, 0, 0, 4270, 4273, 1, 0, 0, 0, 4271, 4269, 1, 0, 0, 0, 4271, 4272, 1, 0, 0, 0, 4272, 4274, 1, 0, 0, 0, 4273, 4271, 1, 0, 0, 0, 4274, 4283, 3, 582, 291, 0, 4275, 4276, 5, 401, 0, 0, 4276, 4277, 3, 580, 290, 0, 4277, 4278, 5, 402, 0, 0, 4278, 4282, 1, 0, 0, 0, 4279, 4280, 5, 395, 0, 0, 4280, 4282, 3, 638, 319, 0, 4281, 4275, 1, 0, 0, 0, 4281, 4279, 1, 0, 0, 0, 4282, 4285, 1, 0, 0, 0, 4283, 4281, 1, 0, 0, 0, 4283, 4284, 1, 0, 0, 0, 4284, 585, 1, 0, 0, 0, 4285, 4283, 1, 0, 0, 0, 4286, 4291, 3, 584, 292, 0, 4287, 4288, 5, 423, 0, 0, 4288, 4290, 3, 584, 292, 0, 4289, 4287, 1, 0, 0, 0, 4290, 4293, 1, 0, 0, 0, 4291, 4289, 1, 0, 0, 0, 4291, 4292, 1, 0, 0, 0, 4292, 587, 1, 0, 0, 0, 4293, 4291, 1, 0, 0, 0, 4294, 4299, 3, 586, 293, 0, 4295, 4296, 7, 36, 0, 0, 4296, 4298, 3, 586, 293, 0, 4297, 4295, 1, 0, 0, 0, 4298, 4301, 1, 0, 0, 0, 4299, 4297, 1, 0, 0, 0, 4299, 4300, 1, 0, 0, 0, 4300, 589, 1, 0, 0, 0, 4301, 4299, 1, 0, 0, 0, 4302, 4307, 3, 588, 294, 0, 4303, 4304, 7, 37, 0, 0, 4304, 4306, 3, 588, 294, 0, 4305, 4303, 1, 0, 0, 0, 4306, 4309, 1, 0, 0, 0, 4307, 4305, 1, 0, 0, 0, 4307, 4308, 1, 0, 0, 0, 4308, 591, 1, 0, 0, 0, 4309, 4307, 1, 0, 0, 0, 4310, 4315, 3, 590, 295, 0, 4311, 4312, 5, 422, 0, 0, 4312, 4314, 3, 590, 295, 0, 4313, 4311, 1, 0, 0, 0, 4314, 4317, 1, 0, 0, 0, 4315, 4313, 1, 0, 0, 0, 4315, 4316, 1, 0, 0, 0, 4316, 593, 1, 0, 0, 0, 4317, 4315, 1, 0, 0, 0, 4318, 4323, 3, 592, 296, 0, 4319, 4320, 5, 419, 0, 0, 4320, 4322, 3, 592, 296, 0, 4321, 4319, 1, 0, 0, 0, 4322, 4325, 1, 0, 0, 0, 4323, 4321, 1, 0, 0, 0, 4323, 4324, 1, 0, 0, 0, 4324, 595, 1, 0, 0, 0, 4325, 4323, 1, 0, 0, 0, 4326, 4331, 3, 594, 297, 0, 4327, 4328, 5, 421, 0, 0, 4328, 4330, 3, 594, 297, 0, 4329, 4327, 1, 0, 0, 0, 4330, 4333, 1, 0, 0, 0, 4331, 4329, 1, 0, 0, 0, 4331, 4332, 1, 0, 0, 0, 4332, 597, 1, 0, 0, 0, 4333, 4331, 1, 0, 0, 0, 4334, 4335, 7, 38, 0, 0, 4335, 599, 1, 0, 0, 0, 4336, 4337, 5, 399, 0, 0, 4337, 4338, 3, 376, 188, 0, 4338, 4339, 5, 400, 0, 0, 4339, 601, 1, 0, 0, 0, 4340, 4342, 3, 596, 298, 0, 4341, 4343, 3, 604, 302, 0, 4342, 4341, 1, 0, 0, 0, 4342, 4343, 1, 0, 0, 0, 4343, 4347, 1, 0, 0, 0, 4344, 4345, 5, 117, 0, 0, 4345, 4347, 3, 600, 300, 0, 4346, 4340, 1, 0, 0, 0, 4346, 4344, 1, 0, 0, 0, 4347, 603, 1, 0, 0, 0, 4348, 4349, 3, 598, 299, 0, 4349, 4350, 3, 596, 298, 0, 4350, 4355, 1, 0, 0, 0, 4351, 4355, 3, 606, 303, 0, 4352, 4353, 5, 216, 0, 0, 4353, 4355, 3, 610, 305, 0, 4354, 4348, 1, 0, 0, 0, 4354, 4351, 1, 0, 0, 0, 4354, 4352, 1, 0, 0, 0, 4355, 605, 1, 0, 0, 0, 4356, 4357, 5, 154, 0, 0, 4357, 4371, 3, 608, 304, 0, 4358, 4359, 5, 25, 0, 0, 4359, 4360, 3, 596, 298, 0, 4360, 4361, 5, 11, 0, 0, 4361, 4362, 3, 596, 298, 0, 4362, 4371, 1, 0, 0, 0, 4363, 4364, 5, 184, 0, 0, 4364, 4365, 7, 39, 0, 0, 4365, 4371, 3, 538, 269, 0, 4366, 4367, 3, 634, 317, 0, 4367, 4368, 7, 40, 0, 0, 4368, 4369, 3, 600, 300, 0, 4369, 4371, 1, 0, 0, 0, 4370, 4356, 1, 0, 0, 0, 4370, 4358, 1, 0, 0, 0, 4370, 4363, 1, 0, 0, 0, 4370, 4366, 1, 0, 0, 0, 4371, 607, 1, 0, 0, 0, 4372, 4375, 3, 600, 300, 0, 4373, 4375, 3, 538, 269, 0, 4374, 4372, 1, 0, 0, 0, 4374, 4373, 1, 0, 0, 0, 4375, 609, 1, 0, 0, 0, 4376, 4377, 7, 41, 0, 0, 4377, 4380, 3, 596, 298, 0, 4378, 4380, 3, 606, 303, 0, 4379, 4376, 1, 0, 0, 0, 4379, 4378, 1, 0, 0, 0, 4380, 611, 1, 0, 0, 0, 4381, 4382, 5, 167, 0, 0, 4382, 4383, 5, 96, 0, 0, 4383, 4384, 5, 139, 0, 0, 4384, 613, 1, 0, 0, 0, 4385, 4393, 5, 405, 0, 0, 4386, 4393, 5, 406, 0, 0, 4387, 4393, 5, 407, 0, 0, 4388, 4389, 5, 167, 0, 0, 4389, 4390, 5, 216, 0, 0, 4390, 4391, 5, 96, 0, 0, 4391, 4393, 5, 139, 0, 0, 4392, 4385, 1, 0, 0, 0, 4392, 4386, 1, 0, 0, 0, 4392, 4387, 1, 0, 0, 0, 4392, 4388, 1, 0, 0, 0, 4393, 615, 1, 0, 0, 0, 4394, 4403, 3, 602, 301, 0, 4395, 4396, 3, 614, 307, 0, 4396, 4397, 3, 602, 301, 0, 4397, 4402, 1, 0, 0, 0, 4398, 4399, 3, 612, 306, 0, 4399, 4400, 3, 602, 301, 0, 4400, 4402, 1, 0, 0, 0, 4401, 4395, 1, 0, 0, 0, 4401, 4398, 1, 0, 0, 0, 4402, 4405, 1, 0, 0, 0, 4403, 4401, 1, 0, 0, 0, 4403, 4404, 1, 0, 0, 0, 4404, 617, 1, 0, 0, 0, 4405, 4403, 1, 0, 0, 0, 4406, 4413, 5, 219, 0, 0, 4407, 4413, 5, 350, 0, 0, 4408, 4413, 5, 125, 0, 0, 4409, 4413, 5, 360, 0, 0, 4410, 4411, 5, 216, 0, 0, 4411, 4413, 7, 42, 0, 0, 4412, 4406, 1, 0, 0, 0, 4412, 4407, 1, 0, 0, 0, 4412, 4408, 1, 0, 0, 0, 4412, 4409, 1, 0, 0, 0, 4412, 4410, 1, 0, 0, 0, 4413, 619, 1, 0, 0, 0, 4414, 4416, 5, 216, 0, 0, 4415, 4414, 1, 0, 0, 0, 4416, 4419, 1, 0, 0, 0, 4417, 4415, 1, 0, 0, 0, 4417, 4418, 1, 0, 0, 0, 4418, 4420, 1, 0, 0, 0, 4419, 4417, 1, 0, 0, 0, 4420, 4423, 3, 616, 308, 0, 4421, 4422, 5, 167, 0, 0, 4422, 4424, 3, 618, 309, 0, 4423, 4421, 1, 0, 0, 0, 4423, 4424, 1, 0, 0, 0, 4424, 621, 1, 0, 0, 0, 4425, 4430, 3, 620, 310, 0, 4426, 4427, 5, 11, 0, 0, 4427, 4429, 3, 620, 310, 0, 4428, 4426, 1, 0, 0, 0, 4429, 4432, 1, 0, 0, 0, 4430, 4428, 1, 0, 0, 0, 4430, 4431, 1, 0, 0, 0, 4431, 623, 1, 0, 0, 0, 4432, 4430, 1, 0, 0, 0, 4433, 4435, 3, 478, 239, 0, 4434, 4436, 3, 626, 313, 0, 4435, 4434, 1, 0, 0, 0, 4435, 4436, 1, 0, 0, 0, 4436, 625, 1, 0, 0, 0, 4437, 4438, 5, 237, 0, 0, 4438, 4439, 5, 399, 0, 0, 4439, 4444, 3, 628, 314, 0, 4440, 4441, 5, 397, 0, 0, 4441, 4443, 3, 628, 314, 0, 4442, 4440, 1, 0, 0, 0, 4443, 4446, 1, 0, 0, 0, 4444, 4442, 1, 0, 0, 0, 4444, 4445, 1, 0, 0, 0, 4445, 4447, 1, 0, 0, 0, 4446, 4444, 1, 0, 0, 0, 4447, 4448, 5, 400, 0, 0, 4448, 627, 1, 0, 0, 0, 4449, 4452, 3, 638, 319, 0, 4450, 4451, 5, 405, 0, 0, 4451, 4453, 3, 572, 286, 0, 4452, 4450, 1, 0, 0, 0, 4452, 4453, 1, 0, 0, 0, 4453, 629, 1, 0, 0, 0, 4454, 4455, 5, 399, 0, 0, 4455, 4460, 3, 632, 316, 0, 4456, 4457, 5, 397, 0, 0, 4457, 4459, 3, 632, 316, 0, 4458, 4456, 1, 0, 0, 0, 4459, 4462, 1, 0, 0, 0, 4460, 4458, 1, 0, 0, 0, 4460, 4461, 1, 0, 0, 0, 4461, 4463, 1, 0, 0, 0, 4462, 4460, 1, 0, 0, 0, 4463, 4464, 5, 400, 0, 0, 4464, 631, 1, 0, 0, 0, 4465, 4468, 3, 638, 319, 0, 4466, 4469, 5, 184, 0, 0, 4467, 4469, 3, 634, 317, 0, 4468, 4466, 1, 0, 0, 0, 4468, 4467, 1, 0, 0, 0, 4469, 4470, 1, 0, 0, 0, 4470, 4471, 3, 572, 286, 0, 4471, 633, 1, 0, 0, 0, 4472, 4473, 7, 43, 0, 0, 4473, 635, 1, 0, 0, 0, 4474, 4475, 7, 44, 0, 0, 4475, 637, 1, 0, 0, 0, 4476, 4479, 5, 432, 0, 0, 4477, 4479, 3, 644, 322, 0, 4478, 4476, 1, 0, 0, 0, 4478, 4477, 1, 0, 0, 0, 4479, 639, 1, 0, 0, 0, 4480, 4483, 3, 638, 319, 0, 4481, 4482, 5, 395, 0, 0, 4482, 4484, 3, 638, 319, 0, 4483, 4481, 1, 0, 0, 0, 4483, 4484, 1, 0, 0, 0, 4484, 641, 1, 0, 0, 0, 4485, 4486, 3, 638, 319, 0, 4486, 643, 1, 0, 0, 0, 4487, 4488, 7, 45, 0, 0, 4488, 645, 1, 0, 0, 0, 4489, 4490, 7, 46, 0, 0, 4490, 647, 1, 0, 0, 0, 4491, 4542, 3, 638, 319, 0, 4492, 4542, 5, 171, 0, 0, 4493, 4542, 5, 237, 0, 0, 4494, 4542, 5, 198, 0, 0, 4495, 4542, 5, 268, 0, 0, 4496, 4542, 5, 369, 0, 0, 4497, 4542, 5, 241, 0, 0, 4498, 4542, 5, 165, 0, 0, 4499, 4542, 5, 292, 0, 0, 4500, 4542, 5, 356, 0, 0, 4501, 4542, 5, 144, 0, 0, 4502, 4542, 5, 203, 0, 0, 4503, 4542, 5, 219, 0, 0, 4504, 4542, 5, 126, 0, 0, 4505, 4542, 5, 188, 0, 0, 4506, 4542, 5, 101, 0, 0, 4507, 4542, 5, 329, 0, 0, 4508, 4542, 5, 224, 0, 0, 4509, 4542, 5, 291, 0, 0, 4510, 4542, 5, 145, 0, 0, 4511, 4542, 5, 304, 0, 0, 4512, 4542, 5, 135, 0, 0, 4513, 4542, 5, 318, 0, 0, 4514, 4542, 5, 161, 0, 0, 4515, 4542, 5, 54, 0, 0, 4516, 4542, 5, 166, 0, 0, 4517, 4542, 5, 358, 0, 0, 4518, 4542, 5, 45, 0, 0, 4519, 4542, 5, 347, 0, 0, 4520, 4542, 5, 96, 0, 0, 4521, 4542, 5, 154, 0, 0, 4522, 4542, 5, 269, 0, 0, 4523, 4542, 5, 337, 0, 0, 4524, 4542, 5, 225, 0, 0, 4525, 4542, 5, 108, 0, 0, 4526, 4542, 5, 141, 0, 0, 4527, 4542, 5, 365, 0, 0, 4528, 4542, 5, 21, 0, 0, 4529, 4542, 5, 78, 0, 0, 4530, 4542, 5, 374, 0, 0, 4531, 4542, 5, 336, 0, 0, 4532, 4542, 5, 167, 0, 0, 4533, 4542, 5, 134, 0, 0, 4534, 4542, 5, 216, 0, 0, 4535, 4542, 5, 27, 0, 0, 4536, 4542, 5, 370, 0, 0, 4537, 4542, 5, 263, 0, 0, 4538, 4542, 5, 25, 0, 0, 4539, 4542, 5, 62, 0, 0, 4540, 4542, 5, 17, 0, 0, 4541, 4491, 1, 0, 0, 0, 4541, 4492, 1, 0, 0, 0, 4541, 4493, 1, 0, 0, 0, 4541, 4494, 1, 0, 0, 0, 4541, 4495, 1, 0, 0, 0, 4541, 4496, 1, 0, 0, 0, 4541, 4497, 1, 0, 0, 0, 4541, 4498, 1, 0, 0, 0, 4541, 4499, 1, 0, 0, 0, 4541, 4500, 1, 0, 0, 0, 4541, 4501, 1, 0, 0, 0, 4541, 4502, 1, 0, 0, 0, 4541, 4503, 1, 0, 0, 0, 4541, 4504, 1, 0, 0, 0, 4541, 4505, 1, 0, 0, 0, 4541, 4506, 1, 0, 0, 0, 4541, 4507, 1, 0, 0, 0, 4541, 4508, 1, 0, 0, 0, 4541, 4509, 1, 0, 0, 0, 4541, 4510, 1, 0, 0, 0, 4541, 4511, 1, 0, 0, 0, 4541, 4512, 1, 0, 0, 0, 4541, 4513, 1, 0, 0, 0, 4541, 4514, 1, 0, 0, 0, 4541, 4515, 1, 0, 0, 0, 4541, 4516, 1, 0, 0, 0, 4541, 4517, 1, 0, 0, 0, 4541, 4518, 1, 0, 0, 0, 4541, 4519, 1, 0, 0, 0, 4541, 4520, 1, 0, 0, 0, 4541, 4521, 1, 0, 0, 0, 4541, 4522, 1, 0, 0, 0, 4541, 4523, 1, 0, 0, 0, 4541, 4524, 1, 0, 0, 0, 4541, 4525, 1, 0, 0, 0, 4541, 4526, 1, 0, 0, 0, 4541, 4527, 1, 0, 0, 0, 4541, 4528, 1, 0, 0, 0, 4541, 4529, 1, 0, 0, 0, 4541, 4530, 1, 0, 0, 0, 4541, 4531, 1, 0, 0, 0, 4541, 4532, 1, 0, 0, 0, 4541, 4533, 1, 0, 0, 0, 4541, 4534, 1, 0, 0, 0, 4541, 4535, 1, 0, 0, 0, 4541, 4536, 1, 0, 0, 0, 4541, 4537, 1, 0, 0, 0, 4541, 4538, 1, 0, 0, 0, 4541, 4539, 1, 0, 0, 0, 4541, 4540, 1, 0, 0, 0, 4542, 649, 1, 0, 0, 0, 4543, 4544, 5, 58, 0, 0, 4544, 4545, 5, 280, 0, 0, 4545, 4547, 5, 243, 0, 0, 4546, 4548, 3, 32, 16, 0, 4547, 4546, 1, 0, 0, 0, 4547, 4548, 1, 0, 0, 0, 4548, 4558, 1, 0, 0, 0, 4549, 4550, 3, 638, 319, 0, 4550, 4551, 5, 184, 0, 0, 4551, 4552, 3, 638, 319, 0, 4552, 4559, 1, 0, 0, 0, 4553, 4556, 3, 638, 319, 0, 4554, 4555, 5, 387, 0, 0, 4555, 4557, 3, 656, 328, 0, 4556, 4554, 1, 0, 0, 0, 4556, 4557, 1, 0, 0, 0, 4557, 4559, 1, 0, 0, 0, 4558, 4549, 1, 0, 0, 0, 4558, 4553, 1, 0, 0, 0, 4559, 4709, 1, 0, 0, 0, 4560, 4561, 5, 9, 0, 0, 4561, 4562, 5, 280, 0, 0, 4562, 4563, 5, 243, 0, 0, 4563, 4588, 3, 638, 319, 0, 4564, 4589, 5, 373, 0, 0, 4565, 4589, 3, 664, 332, 0, 4566, 4567, 5, 304, 0, 0, 4567, 4589, 3, 656, 328, 0, 4568, 4569, 5, 363, 0, 0, 4569, 4574, 3, 658, 329, 0, 4570, 4571, 5, 397, 0, 0, 4571, 4573, 3, 658, 329, 0, 4572, 4570, 1, 0, 0, 0, 4573, 4576, 1, 0, 0, 0, 4574, 4572, 1, 0, 0, 0, 4574, 4575, 1, 0, 0, 0, 4575, 4589, 1, 0, 0, 0, 4576, 4574, 1, 0, 0, 0, 4577, 4578, 5, 274, 0, 0, 4578, 4579, 5, 341, 0, 0, 4579, 4589, 3, 638, 319, 0, 4580, 4582, 3, 660, 330, 0, 4581, 4583, 3, 662, 331, 0, 4582, 4581, 1, 0, 0, 0, 4582, 4583, 1, 0, 0, 0, 4583, 4589, 1, 0, 0, 0, 4584, 4586, 3, 662, 331, 0, 4585, 4587, 3, 660, 330, 0, 4586, 4585, 1, 0, 0, 0, 4586, 4587, 1, 0, 0, 0, 4587, 4589, 1, 0, 0, 0, 4588, 4564, 1, 0, 0, 0, 4588, 4565, 1, 0, 0, 0, 4588, 4566, 1, 0, 0, 0, 4588, 4568, 1, 0, 0, 0, 4588, 4577, 1, 0, 0, 0, 4588, 4580, 1, 0, 0, 0, 4588, 4584, 1, 0, 0, 0, 4589, 4709, 1, 0, 0, 0, 4590, 4591, 5, 101, 0, 0, 4591, 4592, 5, 280, 0, 0, 4592, 4594, 5, 243, 0, 0, 4593, 4595, 3, 30, 15, 0, 4594, 4593, 1, 0, 0, 0, 4594, 4595, 1, 0, 0, 0, 4595, 4596, 1, 0, 0, 0, 4596, 4709, 3, 638, 319, 0, 4597, 4600, 3, 662, 331, 0, 4598, 4600, 3, 664, 332, 0, 4599, 4597, 1, 0, 0, 0, 4599, 4598, 1, 0, 0, 0, 4600, 4601, 1, 0, 0, 0, 4601, 4602, 5, 390, 0, 0, 4602, 4603, 5, 197, 0, 0, 4603, 4709, 1, 0, 0, 0, 4604, 4616, 5, 278, 0, 0, 4605, 4606, 5, 3, 0, 0, 4606, 4607, 5, 280, 0, 0, 4607, 4608, 5, 243, 0, 0, 4608, 4609, 5, 387, 0, 0, 4609, 4617, 3, 638, 319, 0, 4610, 4611, 5, 280, 0, 0, 4611, 4612, 5, 243, 0, 0, 4612, 4613, 3, 638, 319, 0, 4613, 4614, 5, 387, 0, 0, 4614, 4615, 3, 638, 319, 0, 4615, 4617, 1, 0, 0, 0, 4616, 4605, 1, 0, 0, 0, 4616, 4610, 1, 0, 0, 0, 4617, 4709, 1, 0, 0, 0, 4618, 4619, 5, 58, 0, 0, 4619, 4620, 5, 348, 0, 0, 4620, 4621, 3, 638, 319, 0, 4621, 4622, 5, 395, 0, 0, 4622, 4623, 3, 638, 319, 0, 4623, 4624, 5, 383, 0, 0, 4624, 4625, 3, 684, 342, 0, 4625, 4626, 5, 99, 0, 0, 4626, 4627, 3, 686, 343, 0, 4627, 4709, 1, 0, 0, 0, 4628, 4629, 5, 9, 0, 0, 4629, 4630, 5, 348, 0, 0, 4630, 4631, 3, 638, 319, 0, 4631, 4632, 5, 395, 0, 0, 4632, 4649, 3, 638, 319, 0, 4633, 4634, 5, 383, 0, 0, 4634, 4635, 3, 684, 342, 0, 4635, 4636, 5, 99, 0, 0, 4636, 4637, 3, 686, 343, 0, 4637, 4650, 1, 0, 0, 0, 4638, 4639, 5, 4, 0, 0, 4639, 4643, 5, 341, 0, 0, 4640, 4641, 5, 101, 0, 0, 4641, 4643, 5, 139, 0, 0, 4642, 4638, 1, 0, 0, 0, 4642, 4640, 1, 0, 0, 0, 4643, 4647, 1, 0, 0, 0, 4644, 4645, 5, 246, 0, 0, 4645, 4648, 3, 682, 341, 0, 4646, 4648, 5, 362, 0, 0, 4647, 4644, 1, 0, 0, 0, 4647, 4646, 1, 0, 0, 0, 4648, 4650, 1, 0, 0, 0, 4649, 4633, 1, 0, 0, 0, 4649, 4642, 1, 0, 0, 0, 4650, 4709, 1, 0, 0, 0, 4651, 4652, 5, 101, 0, 0, 4652, 4653, 5, 348, 0, 0, 4653, 4654, 3, 638, 319, 0, 4654, 4655, 5, 395, 0, 0, 4655, 4656, 3, 638, 319, 0, 4656, 4709, 1, 0, 0, 0, 4657, 4658, 5, 58, 0, 0, 4658, 4659, 5, 246, 0, 0, 4659, 4660, 3, 638, 319, 0, 4660, 4661, 5, 395, 0, 0, 4661, 4662, 3, 682, 341, 0, 4662, 4663, 5, 387, 0, 0, 4663, 4664, 3, 690, 345, 0, 4664, 4709, 1, 0, 0, 0, 4665, 4666, 5, 9, 0, 0, 4666, 4667, 5, 246, 0, 0, 4667, 4668, 3, 638, 319, 0, 4668, 4669, 5, 395, 0, 0, 4669, 4677, 3, 682, 341, 0, 4670, 4671, 5, 304, 0, 0, 4671, 4678, 3, 690, 345, 0, 4672, 4673, 5, 363, 0, 0, 4673, 4678, 5, 294, 0, 0, 4674, 4675, 7, 47, 0, 0, 4675, 4676, 5, 348, 0, 0, 4676, 4678, 3, 638, 319, 0, 4677, 4670, 1, 0, 0, 0, 4677, 4672, 1, 0, 0, 0, 4677, 4674, 1, 0, 0, 0, 4678, 4709, 1, 0, 0, 0, 4679, 4680, 5, 101, 0, 0, 4680, 4681, 5, 246, 0, 0, 4681, 4682, 3, 638, 319, 0, 4682, 4683, 5, 395, 0, 0, 4683, 4684, 3, 682, 341, 0, 4684, 4709, 1, 0, 0, 0, 4685, 4686, 7, 48, 0, 0, 4686, 4687, 3, 652, 326, 0, 4687, 4688, 5, 200, 0, 0, 4688, 4689, 5, 426, 0, 0, 4689, 4690, 5, 154, 0, 0, 4690, 4694, 3, 638, 319, 0, 4691, 4692, 5, 341, 0, 0, 4692, 4695, 3, 682, 341, 0, 4693, 4695, 5, 362, 0, 0, 4694, 4691, 1, 0, 0, 0, 4694, 4693, 1, 0, 0, 0, 4695, 4699, 1, 0, 0, 0, 4696, 4697, 5, 387, 0, 0, 4697, 4698, 5, 229, 0, 0, 4698, 4700, 5, 431, 0, 0, 4699, 4696, 1, 0, 0, 0, 4699, 4700, 1, 0, 0, 0, 4700, 4709, 1, 0, 0, 0, 4701, 4702, 5, 101, 0, 0, 4702, 4703, 3, 652, 326, 0, 4703, 4704, 5, 200, 0, 0, 4704, 4705, 5, 426, 0, 0, 4705, 4706, 5, 154, 0, 0, 4706, 4707, 3, 638, 319, 0, 4707, 4709, 1, 0, 0, 0, 4708, 4543, 1, 0, 0, 0, 4708, 4560, 1, 0, 0, 0, 4708, 4590, 1, 0, 0, 0, 4708, 4599, 1, 0, 0, 0, 4708, 4604, 1, 0, 0, 0, 4708, 4618, 1, 0, 0, 0, 4708, 4628, 1, 0, 0, 0, 4708, 4651, 1, 0, 0, 0, 4708, 4657, 1, 0, 0, 0, 4708, 4665, 1, 0, 0, 0, 4708, 4679, 1, 0, 0, 0, 4708, 4685, 1, 0, 0, 0, 4708, 4701, 1, 0, 0, 0, 4709, 651, 1, 0, 0, 0, 4710, 4711, 7, 49, 0, 0, 4711, 653, 1, 0, 0, 0, 4712, 4713, 5, 259, 0, 0, 4713, 4714, 5, 405, 0, 0, 4714, 4720, 5, 431, 0, 0, 4715, 4716, 5, 83, 0, 0, 4716, 4717, 5, 246, 0, 0, 4717, 4718, 5, 405, 0, 0, 4718, 4720, 3, 682, 341, 0, 4719, 4712, 1, 0, 0, 0, 4719, 4715, 1, 0, 0, 0, 4720, 655, 1, 0, 0, 0, 4721, 4726, 3, 654, 327, 0, 4722, 4723, 5, 397, 0, 0, 4723, 4725, 3, 654, 327, 0, 4724, 4722, 1, 0, 0, 0, 4725, 4728, 1, 0, 0, 0, 4726, 4724, 1, 0, 0, 0, 4726, 4727, 1, 0, 0, 0, 4727, 657, 1, 0, 0, 0, 4728, 4726, 1, 0, 0, 0, 4729, 4733, 5, 259, 0, 0, 4730, 4731, 5, 83, 0, 0, 4731, 4733, 5, 246, 0, 0, 4732, 4729, 1, 0, 0, 0, 4732, 4730, 1, 0, 0, 0, 4733, 659, 1, 0, 0, 0, 4734, 4737, 5, 2, 0, 0, 4735, 4736, 5, 387, 0, 0, 4736, 4738, 5, 278, 0, 0, 4737, 4735, 1, 0, 0, 0, 4737, 4738, 1, 0, 0, 0, 4738, 661, 1, 0, 0, 0, 4739, 4740, 7, 50, 0, 0, 4740, 663, 1, 0, 0, 0, 4741, 4742, 7, 51, 0, 0, 4742, 665, 1, 0, 0, 0, 4743, 4744, 7, 52, 0, 0, 4744, 667, 1, 0, 0, 0, 4745, 4746, 7, 53, 0, 0, 4746, 669, 1, 0, 0, 0, 4747, 4748, 7, 54, 0, 0, 4748, 671, 1, 0, 0, 0, 4749, 4750, 7, 55, 0, 0, 4750, 673, 1, 0, 0, 0, 4751, 4752, 7, 56, 0, 0, 4752, 675, 1, 0, 0, 0, 4753, 4754, 7, 57, 0, 0, 4754, 677, 1, 0, 0, 0, 4755, 4756, 7, 58, 0, 0, 4756, 679, 1, 0, 0, 0, 4757, 4758, 7, 59, 0, 0, 4758, 681, 1, 0, 0, 0, 4759, 4764, 3, 638, 319, 0, 4760, 4761, 5, 395, 0, 0, 4761, 4763, 3, 638, 319, 0, 4762, 4760, 1, 0, 0, 0, 4763, 4766, 1, 0, 0, 0, 4764, 4762, 1, 0, 0, 0, 4764, 4765, 1, 0, 0, 0, 4765, 683, 1, 0, 0, 0, 4766, 4764, 1, 0, 0, 0, 4767, 4768, 3, 638, 319, 0, 4768, 4769, 5, 411, 0, 0, 4769, 4770, 7, 26, 0, 0, 4770, 685, 1, 0, 0, 0, 4771, 4776, 5, 176, 0, 0, 4772, 4773, 5, 211, 0, 0, 4773, 4774, 5, 341, 0, 0, 4774, 4776, 3, 682, 341, 0, 4775, 4771, 1, 0, 0, 0, 4775, 4772, 1, 0, 0, 0, 4776, 687, 1, 0, 0, 0, 4777, 4778, 5, 8, 0, 0, 4778, 4779, 5, 405, 0, 0, 4779, 4790, 5, 431, 0, 0, 4780, 4781, 5, 259, 0, 0, 4781, 4782, 5, 405, 0, 0, 4782, 4790, 5, 431, 0, 0, 4783, 4784, 5, 294, 0, 0, 4784, 4785, 5, 405, 0, 0, 4785, 4790, 5, 426, 0, 0, 4786, 4787, 5, 240, 0, 0, 4787, 4788, 5, 405, 0, 0, 4788, 4790, 3, 682, 341, 0, 4789, 4777, 1, 0, 0, 0, 4789, 4780, 1, 0, 0, 0, 4789, 4783, 1, 0, 0, 0, 4789, 4786, 1, 0, 0, 0, 4790, 689, 1, 0, 0, 0, 4791, 4796, 3, 688, 344, 0, 4792, 4793, 5, 397, 0, 0, 4793, 4795, 3, 688, 344, 0, 4794, 4792, 1, 0, 0, 0, 4795, 4798, 1, 0, 0, 0, 4796, 4794, 1, 0, 0, 0, 4796, 4797, 1, 0, 0, 0, 4797, 691, 1, 0, 0, 0, 4798, 4796, 1, 0, 0, 0, 621, 695, 702, 705, 711, 717, 724, 734, 737, 741, 756, 763, 769, 774, 779, 782, 806, 813, 816, 821, 826, 832, 836, 849, 853, 857, 862, 869, 873, 878, 885, 889, 894, 942, 949, 954, 977, 981, 985, 988, 992, 997, 1003, 1007, 1013, 1015, 1026, 1030, 1037, 1045, 1048, 1053, 1057, 1060, 1070, 1078, 1082, 1085, 1089, 1093, 1096, 1101, 1107, 1112, 1117, 1121, 1132, 1134, 1138, 1148, 1152, 1158, 1161, 1168, 1173, 1181, 1186, 1190, 1198, 1203, 1209, 1215, 1218, 1221, 1224, 1233, 1241, 1246, 1254, 1261, 1264, 1267, 1269, 1280, 1282, 1285, 1288, 1291, 1294, 1297, 1299, 1311, 1317, 1325, 1327, 1337, 1370, 1375, 1379, 1383, 1390, 1397, 1403, 1407, 1410, 1417, 1440, 1445, 1449, 1457, 1466, 1473, 1479, 1486, 1489, 1495, 1502, 1510, 1519, 1528, 1535, 1555, 1562, 1564, 1571, 1581, 1589, 1593, 1597, 1610, 1619, 1635, 1639, 1644, 1649, 1652, 1655, 1658, 1661, 1664, 1669, 1678, 1682, 1689, 1692, 1695, 1698, 1710, 1716, 1742, 1750, 1754, 1757, 1760, 1763, 1766, 1769, 1772, 1775, 1784, 1794, 1797, 1817, 1823, 1829, 1832, 1834, 1841, 1848, 1861, 1866, 1875, 1883, 1891, 1904, 1917, 1933, 1937, 1952, 1958, 1961, 1964, 1967, 1970, 1974, 1989, 1992, 2003, 2017, 2051, 2059, 2064, 2072, 2077, 2082, 2089, 2097, 2105, 2113, 2118, 2128, 2132, 2140, 2149, 2152, 2156, 2163, 2169, 2173, 2179, 2183, 2195, 2204, 2215, 2219, 2226, 2238, 2248, 2251, 2258, 2264, 2268, 2271, 2274, 2280, 2284, 2288, 2293, 2297, 2301, 2305, 2313, 2317, 2321, 2325, 2329, 2337, 2341, 2345, 2353, 2358, 2363, 2367, 2371, 2378, 2387, 2395, 2407, 2425, 2428, 2434, 2460, 2463, 2469, 2477, 2485, 2498, 2505, 2508, 2511, 2514, 2517, 2520, 2523, 2526, 2529, 2532, 2535, 2540, 2543, 2546, 2549, 2552, 2555, 2558, 2561, 2564, 2567, 2570, 2572, 2578, 2582, 2585, 2588, 2591, 2594, 2597, 2604, 2608, 2611, 2614, 2617, 2620, 2623, 2630, 2633, 2641, 2645, 2652, 2654, 2657, 2662, 2665, 2669, 2674, 2680, 2688, 2696, 2706, 2709, 2713, 2717, 2722, 2729, 2733, 2735, 2739, 2746, 2751, 2764, 2772, 2791, 2801, 2814, 2824, 2828, 2832, 2838, 2845, 2852, 2861, 2868, 2888, 2891, 2905, 2920, 2924, 2944, 2956, 2962, 2965, 2968, 2974, 2980, 2987, 2995, 3001, 3005, 3010, 3013, 3017, 3024, 3029, 3034, 3037, 3039, 3047, 3055, 3059, 3063, 3067, 3084, 3101, 3108, 3117, 3122, 3125, 3128, 3132, 3147, 3161, 3164, 3175, 3179, 3182, 3185, 3189, 3194, 3197, 3200, 3203, 3206, 3209, 3215, 3218, 3221, 3224, 3227, 3230, 3233, 3236, 3239, 3242, 3246, 3248, 3254, 3259, 3262, 3265, 3268, 3271, 3277, 3280, 3283, 3286, 3289, 3292, 3295, 3298, 3301, 3304, 3308, 3310, 3312, 3317, 3322, 3326, 3330, 3335, 3340, 3349, 3359, 3367, 3379, 3382, 3388, 3395, 3402, 3409, 3416, 3425, 3429, 3436, 3441, 3445, 3449, 3452, 3455, 3466, 3470, 3472, 3475, 3488, 3491, 3494, 3506, 3509, 3516, 3525, 3530, 3532, 3534, 3551, 3554, 3562, 3565, 3569, 3572, 3575, 3578, 3581, 3593, 3601, 3608, 3611, 3618, 3621, 3626, 3633, 3641, 3649, 3654, 3658, 3663, 3670, 3684, 3687, 3691, 3702, 3712, 3715, 3722, 3731, 3734, 3740, 3743, 3750, 3755, 3758, 3771, 3777, 3779, 3787, 3790, 3800, 3805, 3807, 3819, 3825, 3827, 3834, 3841, 3855, 3861, 3864, 3867, 3870, 3879, 3886, 3892, 3901, 3905, 3913, 3923, 3933, 3938, 3942, 3948, 3953, 3963, 3967, 3970, 3975, 3978, 3982, 3987, 3998, 4000, 4009, 4028, 4038, 4041, 4048, 4051, 4061, 4068, 4071, 4073, 4084, 4094, 4096, 4105, 4110, 4119, 4132, 4136, 4148, 4152, 4161, 4180, 4198, 4210, 4225, 4229, 4245, 4252, 4266, 4271, 4281, 4283, 4291, 4299, 4307, 4315, 4323, 4331, 4342, 4346, 4354, 4370, 4374, 4379, 4392, 4401, 4403, 4412, 4417, 4423, 4430, 4435, 4444, 4452, 4460, 4468, 4478, 4483, 4541, 4547, 4556, 4558, 4574, 4582, 4586, 4588, 4594, 4599, 4616, 4642, 4647, 4649, 4677, 4694, 4699, 4708, 4719, 4726, 4732, 4737, 4764, 4775, 4789, 4796] \ No newline at end of file +[4, 1, 438, 4808, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20, 7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26, 2, 27, 7, 27, 2, 28, 7, 28, 2, 29, 7, 29, 2, 30, 7, 30, 2, 31, 7, 31, 2, 32, 7, 32, 2, 33, 7, 33, 2, 34, 7, 34, 2, 35, 7, 35, 2, 36, 7, 36, 2, 37, 7, 37, 2, 38, 7, 38, 2, 39, 7, 39, 2, 40, 7, 40, 2, 41, 7, 41, 2, 42, 7, 42, 2, 43, 7, 43, 2, 44, 7, 44, 2, 45, 7, 45, 2, 46, 7, 46, 2, 47, 7, 47, 2, 48, 7, 48, 2, 49, 7, 49, 2, 50, 7, 50, 2, 51, 7, 51, 2, 52, 7, 52, 2, 53, 7, 53, 2, 54, 7, 54, 2, 55, 7, 55, 2, 56, 7, 56, 2, 57, 7, 57, 2, 58, 7, 58, 2, 59, 7, 59, 2, 60, 7, 60, 2, 61, 7, 61, 2, 62, 7, 62, 2, 63, 7, 63, 2, 64, 7, 64, 2, 65, 7, 65, 2, 66, 7, 66, 2, 67, 7, 67, 2, 68, 7, 68, 2, 69, 7, 69, 2, 70, 7, 70, 2, 71, 7, 71, 2, 72, 7, 72, 2, 73, 7, 73, 2, 74, 7, 74, 2, 75, 7, 75, 2, 76, 7, 76, 2, 77, 7, 77, 2, 78, 7, 78, 2, 79, 7, 79, 2, 80, 7, 80, 2, 81, 7, 81, 2, 82, 7, 82, 2, 83, 7, 83, 2, 84, 7, 84, 2, 85, 7, 85, 2, 86, 7, 86, 2, 87, 7, 87, 2, 88, 7, 88, 2, 89, 7, 89, 2, 90, 7, 90, 2, 91, 7, 91, 2, 92, 7, 92, 2, 93, 7, 93, 2, 94, 7, 94, 2, 95, 7, 95, 2, 96, 7, 96, 2, 97, 7, 97, 2, 98, 7, 98, 2, 99, 7, 99, 2, 100, 7, 100, 2, 101, 7, 101, 2, 102, 7, 102, 2, 103, 7, 103, 2, 104, 7, 104, 2, 105, 7, 105, 2, 106, 7, 106, 2, 107, 7, 107, 2, 108, 7, 108, 2, 109, 7, 109, 2, 110, 7, 110, 2, 111, 7, 111, 2, 112, 7, 112, 2, 113, 7, 113, 2, 114, 7, 114, 2, 115, 7, 115, 2, 116, 7, 116, 2, 117, 7, 117, 2, 118, 7, 118, 2, 119, 7, 119, 2, 120, 7, 120, 2, 121, 7, 121, 2, 122, 7, 122, 2, 123, 7, 123, 2, 124, 7, 124, 2, 125, 7, 125, 2, 126, 7, 126, 2, 127, 7, 127, 2, 128, 7, 128, 2, 129, 7, 129, 2, 130, 7, 130, 2, 131, 7, 131, 2, 132, 7, 132, 2, 133, 7, 133, 2, 134, 7, 134, 2, 135, 7, 135, 2, 136, 7, 136, 2, 137, 7, 137, 2, 138, 7, 138, 2, 139, 7, 139, 2, 140, 7, 140, 2, 141, 7, 141, 2, 142, 7, 142, 2, 143, 7, 143, 2, 144, 7, 144, 2, 145, 7, 145, 2, 146, 7, 146, 2, 147, 7, 147, 2, 148, 7, 148, 2, 149, 7, 149, 2, 150, 7, 150, 2, 151, 7, 151, 2, 152, 7, 152, 2, 153, 7, 153, 2, 154, 7, 154, 2, 155, 7, 155, 2, 156, 7, 156, 2, 157, 7, 157, 2, 158, 7, 158, 2, 159, 7, 159, 2, 160, 7, 160, 2, 161, 7, 161, 2, 162, 7, 162, 2, 163, 7, 163, 2, 164, 7, 164, 2, 165, 7, 165, 2, 166, 7, 166, 2, 167, 7, 167, 2, 168, 7, 168, 2, 169, 7, 169, 2, 170, 7, 170, 2, 171, 7, 171, 2, 172, 7, 172, 2, 173, 7, 173, 2, 174, 7, 174, 2, 175, 7, 175, 2, 176, 7, 176, 2, 177, 7, 177, 2, 178, 7, 178, 2, 179, 7, 179, 2, 180, 7, 180, 2, 181, 7, 181, 2, 182, 7, 182, 2, 183, 7, 183, 2, 184, 7, 184, 2, 185, 7, 185, 2, 186, 7, 186, 2, 187, 7, 187, 2, 188, 7, 188, 2, 189, 7, 189, 2, 190, 7, 190, 2, 191, 7, 191, 2, 192, 7, 192, 2, 193, 7, 193, 2, 194, 7, 194, 2, 195, 7, 195, 2, 196, 7, 196, 2, 197, 7, 197, 2, 198, 7, 198, 2, 199, 7, 199, 2, 200, 7, 200, 2, 201, 7, 201, 2, 202, 7, 202, 2, 203, 7, 203, 2, 204, 7, 204, 2, 205, 7, 205, 2, 206, 7, 206, 2, 207, 7, 207, 2, 208, 7, 208, 2, 209, 7, 209, 2, 210, 7, 210, 2, 211, 7, 211, 2, 212, 7, 212, 2, 213, 7, 213, 2, 214, 7, 214, 2, 215, 7, 215, 2, 216, 7, 216, 2, 217, 7, 217, 2, 218, 7, 218, 2, 219, 7, 219, 2, 220, 7, 220, 2, 221, 7, 221, 2, 222, 7, 222, 2, 223, 7, 223, 2, 224, 7, 224, 2, 225, 7, 225, 2, 226, 7, 226, 2, 227, 7, 227, 2, 228, 7, 228, 2, 229, 7, 229, 2, 230, 7, 230, 2, 231, 7, 231, 2, 232, 7, 232, 2, 233, 7, 233, 2, 234, 7, 234, 2, 235, 7, 235, 2, 236, 7, 236, 2, 237, 7, 237, 2, 238, 7, 238, 2, 239, 7, 239, 2, 240, 7, 240, 2, 241, 7, 241, 2, 242, 7, 242, 2, 243, 7, 243, 2, 244, 7, 244, 2, 245, 7, 245, 2, 246, 7, 246, 2, 247, 7, 247, 2, 248, 7, 248, 2, 249, 7, 249, 2, 250, 7, 250, 2, 251, 7, 251, 2, 252, 7, 252, 2, 253, 7, 253, 2, 254, 7, 254, 2, 255, 7, 255, 2, 256, 7, 256, 2, 257, 7, 257, 2, 258, 7, 258, 2, 259, 7, 259, 2, 260, 7, 260, 2, 261, 7, 261, 2, 262, 7, 262, 2, 263, 7, 263, 2, 264, 7, 264, 2, 265, 7, 265, 2, 266, 7, 266, 2, 267, 7, 267, 2, 268, 7, 268, 2, 269, 7, 269, 2, 270, 7, 270, 2, 271, 7, 271, 2, 272, 7, 272, 2, 273, 7, 273, 2, 274, 7, 274, 2, 275, 7, 275, 2, 276, 7, 276, 2, 277, 7, 277, 2, 278, 7, 278, 2, 279, 7, 279, 2, 280, 7, 280, 2, 281, 7, 281, 2, 282, 7, 282, 2, 283, 7, 283, 2, 284, 7, 284, 2, 285, 7, 285, 2, 286, 7, 286, 2, 287, 7, 287, 2, 288, 7, 288, 2, 289, 7, 289, 2, 290, 7, 290, 2, 291, 7, 291, 2, 292, 7, 292, 2, 293, 7, 293, 2, 294, 7, 294, 2, 295, 7, 295, 2, 296, 7, 296, 2, 297, 7, 297, 2, 298, 7, 298, 2, 299, 7, 299, 2, 300, 7, 300, 2, 301, 7, 301, 2, 302, 7, 302, 2, 303, 7, 303, 2, 304, 7, 304, 2, 305, 7, 305, 2, 306, 7, 306, 2, 307, 7, 307, 2, 308, 7, 308, 2, 309, 7, 309, 2, 310, 7, 310, 2, 311, 7, 311, 2, 312, 7, 312, 2, 313, 7, 313, 2, 314, 7, 314, 2, 315, 7, 315, 2, 316, 7, 316, 2, 317, 7, 317, 2, 318, 7, 318, 2, 319, 7, 319, 2, 320, 7, 320, 2, 321, 7, 321, 2, 322, 7, 322, 2, 323, 7, 323, 2, 324, 7, 324, 2, 325, 7, 325, 2, 326, 7, 326, 2, 327, 7, 327, 2, 328, 7, 328, 2, 329, 7, 329, 2, 330, 7, 330, 2, 331, 7, 331, 2, 332, 7, 332, 2, 333, 7, 333, 2, 334, 7, 334, 2, 335, 7, 335, 2, 336, 7, 336, 2, 337, 7, 337, 2, 338, 7, 338, 2, 339, 7, 339, 2, 340, 7, 340, 2, 341, 7, 341, 2, 342, 7, 342, 2, 343, 7, 343, 2, 344, 7, 344, 2, 345, 7, 345, 2, 346, 7, 346, 2, 347, 7, 347, 1, 0, 5, 0, 698, 8, 0, 10, 0, 12, 0, 701, 9, 0, 1, 0, 1, 0, 1, 1, 1, 1, 3, 1, 707, 8, 1, 1, 1, 3, 1, 710, 8, 1, 1, 2, 1, 2, 5, 2, 714, 8, 2, 10, 2, 12, 2, 717, 9, 2, 1, 2, 1, 2, 1, 2, 3, 2, 722, 8, 2, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 3, 3, 729, 8, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 3, 3, 739, 8, 3, 1, 3, 3, 3, 742, 8, 3, 1, 3, 1, 3, 3, 3, 746, 8, 3, 1, 4, 1, 4, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 3, 5, 761, 8, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 3, 5, 768, 8, 5, 1, 5, 1, 5, 1, 5, 1, 5, 3, 5, 774, 8, 5, 1, 5, 1, 5, 1, 5, 3, 5, 779, 8, 5, 1, 5, 1, 5, 1, 5, 3, 5, 784, 8, 5, 1, 5, 3, 5, 787, 8, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 5, 5, 809, 8, 5, 10, 5, 12, 5, 812, 9, 5, 1, 5, 1, 5, 5, 5, 816, 8, 5, 10, 5, 12, 5, 819, 9, 5, 3, 5, 821, 8, 5, 1, 6, 1, 6, 1, 6, 3, 6, 826, 8, 6, 1, 6, 1, 6, 1, 6, 3, 6, 831, 8, 6, 1, 6, 1, 6, 1, 6, 1, 6, 3, 6, 837, 8, 6, 1, 7, 1, 7, 3, 7, 841, 8, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 854, 8, 8, 1, 9, 1, 9, 3, 9, 858, 8, 9, 1, 9, 1, 9, 3, 9, 862, 8, 9, 1, 9, 1, 9, 1, 9, 3, 9, 867, 8, 9, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 3, 10, 874, 8, 10, 1, 10, 1, 10, 3, 10, 878, 8, 10, 1, 11, 1, 11, 1, 11, 3, 11, 883, 8, 11, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 890, 8, 12, 1, 12, 1, 12, 3, 12, 894, 8, 12, 1, 13, 1, 13, 1, 13, 3, 13, 899, 8, 13, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 4, 14, 945, 8, 14, 11, 14, 12, 14, 946, 1, 14, 1, 14, 1, 14, 4, 14, 952, 8, 14, 11, 14, 12, 14, 953, 1, 14, 1, 14, 1, 14, 3, 14, 959, 8, 14, 1, 15, 1, 15, 1, 15, 1, 16, 1, 16, 1, 16, 1, 16, 1, 17, 1, 17, 1, 18, 1, 18, 1, 18, 1, 19, 1, 19, 1, 19, 1, 20, 1, 20, 1, 20, 1, 20, 1, 21, 1, 21, 3, 21, 982, 8, 21, 1, 21, 1, 21, 3, 21, 986, 8, 21, 1, 21, 1, 21, 3, 21, 990, 8, 21, 1, 21, 3, 21, 993, 8, 21, 1, 21, 1, 21, 3, 21, 997, 8, 21, 1, 21, 1, 21, 1, 21, 3, 21, 1002, 8, 21, 1, 21, 1, 21, 1, 21, 1, 21, 3, 21, 1008, 8, 21, 1, 21, 1, 21, 3, 21, 1012, 8, 21, 1, 21, 1, 21, 1, 21, 1, 21, 3, 21, 1018, 8, 21, 3, 21, 1020, 8, 21, 1, 22, 1, 22, 1, 22, 1, 23, 1, 23, 1, 23, 1, 24, 1, 24, 1, 24, 3, 24, 1031, 8, 24, 1, 24, 1, 24, 3, 24, 1035, 8, 24, 1, 25, 1, 25, 1, 25, 1, 26, 1, 26, 3, 26, 1042, 8, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 3, 26, 1050, 8, 26, 1, 26, 3, 26, 1053, 8, 26, 1, 27, 1, 27, 1, 27, 3, 27, 1058, 8, 27, 1, 27, 1, 27, 3, 27, 1062, 8, 27, 1, 27, 3, 27, 1065, 8, 27, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 29, 1, 29, 1, 29, 3, 29, 1075, 8, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 3, 29, 1083, 8, 29, 5, 29, 1085, 8, 29, 10, 29, 12, 29, 1088, 9, 29, 3, 29, 1090, 8, 29, 1, 30, 1, 30, 3, 30, 1094, 8, 30, 1, 31, 1, 31, 3, 31, 1098, 8, 31, 1, 31, 3, 31, 1101, 8, 31, 1, 32, 1, 32, 1, 32, 3, 32, 1106, 8, 32, 1, 32, 1, 32, 1, 32, 1, 32, 3, 32, 1112, 8, 32, 1, 32, 1, 32, 1, 32, 3, 32, 1117, 8, 32, 1, 32, 1, 32, 1, 32, 3, 32, 1122, 8, 32, 1, 32, 1, 32, 3, 32, 1126, 8, 32, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 3, 33, 1137, 8, 33, 3, 33, 1139, 8, 33, 1, 33, 1, 33, 3, 33, 1143, 8, 33, 1, 34, 1, 34, 1, 35, 1, 35, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1153, 8, 36, 1, 36, 1, 36, 3, 36, 1157, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1163, 8, 36, 1, 36, 3, 36, 1166, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1173, 8, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1178, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1186, 8, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1191, 8, 36, 1, 36, 1, 36, 3, 36, 1195, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1203, 8, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1208, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1214, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1220, 8, 36, 1, 36, 3, 36, 1223, 8, 36, 1, 36, 3, 36, 1226, 8, 36, 1, 36, 3, 36, 1229, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1238, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1246, 8, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1251, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1259, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1266, 8, 36, 1, 36, 3, 36, 1269, 8, 36, 1, 36, 3, 36, 1272, 8, 36, 3, 36, 1274, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1285, 8, 36, 3, 36, 1287, 8, 36, 1, 36, 3, 36, 1290, 8, 36, 1, 36, 3, 36, 1293, 8, 36, 1, 36, 3, 36, 1296, 8, 36, 1, 36, 3, 36, 1299, 8, 36, 1, 36, 3, 36, 1302, 8, 36, 3, 36, 1304, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1316, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1322, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 1330, 8, 36, 3, 36, 1332, 8, 36, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 3, 37, 1342, 8, 37, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 40, 1, 40, 1, 41, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 1, 42, 1, 42, 1, 43, 1, 43, 1, 43, 1, 43, 1, 44, 1, 44, 1, 44, 1, 44, 1, 45, 1, 45, 1, 45, 3, 45, 1375, 8, 45, 1, 45, 1, 45, 1, 45, 3, 45, 1380, 8, 45, 1, 46, 1, 46, 3, 46, 1384, 8, 46, 1, 46, 1, 46, 3, 46, 1388, 8, 46, 1, 46, 1, 46, 1, 46, 1, 47, 1, 47, 3, 47, 1395, 8, 47, 1, 47, 1, 47, 1, 47, 5, 47, 1400, 8, 47, 10, 47, 12, 47, 1403, 9, 47, 1, 47, 1, 47, 1, 47, 3, 47, 1408, 8, 47, 1, 48, 1, 48, 3, 48, 1412, 8, 48, 1, 48, 3, 48, 1415, 8, 48, 1, 48, 1, 48, 1, 48, 5, 48, 1420, 8, 48, 10, 48, 12, 48, 1423, 9, 48, 1, 48, 1, 48, 1, 48, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 50, 1, 50, 1, 50, 1, 51, 1, 51, 1, 51, 1, 51, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 1445, 8, 52, 1, 53, 1, 53, 1, 53, 3, 53, 1450, 8, 53, 1, 53, 1, 53, 3, 53, 1454, 8, 53, 1, 54, 1, 54, 1, 54, 1, 54, 1, 55, 1, 55, 3, 55, 1462, 8, 55, 1, 56, 1, 56, 1, 56, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 1471, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 1478, 8, 57, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 1484, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 1491, 8, 58, 1, 58, 3, 58, 1494, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 1500, 8, 58, 1, 59, 1, 59, 1, 59, 5, 59, 1505, 8, 59, 10, 59, 12, 59, 1508, 9, 59, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 1515, 8, 60, 1, 61, 1, 61, 1, 62, 1, 62, 1, 62, 5, 62, 1522, 8, 62, 10, 62, 12, 62, 1525, 9, 62, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 3, 63, 1533, 8, 63, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 3, 64, 1540, 8, 64, 1, 65, 1, 65, 1, 65, 1, 65, 1, 66, 1, 66, 1, 66, 1, 66, 1, 67, 1, 67, 1, 67, 1, 67, 1, 68, 1, 68, 1, 68, 1, 68, 1, 69, 1, 69, 3, 69, 1560, 8, 69, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 3, 69, 1567, 8, 69, 3, 69, 1569, 8, 69, 1, 70, 1, 70, 1, 70, 5, 70, 1574, 8, 70, 10, 70, 12, 70, 1577, 9, 70, 1, 71, 1, 71, 1, 71, 1, 72, 1, 72, 1, 73, 1, 73, 3, 73, 1586, 8, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 1594, 8, 73, 1, 74, 1, 74, 3, 74, 1598, 8, 74, 1, 74, 1, 74, 3, 74, 1602, 8, 74, 1, 74, 1, 74, 1, 75, 1, 75, 1, 75, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 3, 76, 1615, 8, 76, 1, 76, 1, 76, 1, 76, 1, 77, 1, 77, 1, 77, 1, 77, 3, 77, 1624, 8, 77, 1, 77, 1, 77, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 3, 78, 1640, 8, 78, 1, 78, 1, 78, 3, 78, 1644, 8, 78, 1, 78, 1, 78, 1, 78, 3, 78, 1649, 8, 78, 1, 78, 1, 78, 1, 78, 3, 78, 1654, 8, 78, 1, 78, 3, 78, 1657, 8, 78, 1, 78, 3, 78, 1660, 8, 78, 1, 78, 3, 78, 1663, 8, 78, 1, 78, 3, 78, 1666, 8, 78, 1, 78, 3, 78, 1669, 8, 78, 1, 79, 1, 79, 1, 79, 3, 79, 1674, 8, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 80, 1, 80, 1, 80, 3, 80, 1683, 8, 80, 1, 80, 1, 80, 3, 80, 1687, 8, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 3, 80, 1694, 8, 80, 1, 80, 3, 80, 1697, 8, 80, 1, 80, 3, 80, 1700, 8, 80, 1, 80, 3, 80, 1703, 8, 80, 1, 80, 1, 80, 1, 80, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 3, 81, 1715, 8, 81, 1, 81, 1, 81, 1, 82, 1, 82, 3, 82, 1721, 8, 82, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 84, 1, 84, 1, 84, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 87, 1, 87, 1, 87, 3, 87, 1747, 8, 87, 1, 87, 1, 87, 1, 88, 1, 88, 1, 88, 1, 88, 3, 88, 1755, 8, 88, 1, 88, 1, 88, 3, 88, 1759, 8, 88, 1, 88, 3, 88, 1762, 8, 88, 1, 88, 3, 88, 1765, 8, 88, 1, 88, 3, 88, 1768, 8, 88, 1, 88, 3, 88, 1771, 8, 88, 1, 88, 3, 88, 1774, 8, 88, 1, 88, 3, 88, 1777, 8, 88, 1, 88, 3, 88, 1780, 8, 88, 1, 88, 1, 88, 1, 88, 1, 89, 1, 89, 1, 89, 1, 89, 3, 89, 1789, 8, 89, 1, 89, 1, 89, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 3, 90, 1799, 8, 90, 1, 90, 3, 90, 1802, 8, 90, 1, 90, 1, 90, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 3, 93, 1822, 8, 93, 1, 94, 1, 94, 1, 94, 1, 94, 3, 94, 1828, 8, 94, 1, 94, 1, 94, 1, 94, 1, 94, 3, 94, 1834, 8, 94, 1, 94, 3, 94, 1837, 8, 94, 3, 94, 1839, 8, 94, 1, 95, 1, 95, 1, 95, 1, 95, 1, 96, 3, 96, 1846, 8, 96, 1, 96, 1, 96, 1, 96, 1, 97, 1, 97, 3, 97, 1853, 8, 97, 1, 98, 1, 98, 1, 98, 1, 99, 1, 99, 1, 99, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 3, 100, 1866, 8, 100, 1, 100, 1, 100, 1, 100, 3, 100, 1871, 8, 100, 1, 100, 1, 100, 1, 101, 1, 101, 1, 101, 5, 101, 1878, 8, 101, 10, 101, 12, 101, 1881, 9, 101, 1, 102, 1, 102, 1, 102, 5, 102, 1886, 8, 102, 10, 102, 12, 102, 1889, 9, 102, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 3, 103, 1896, 8, 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, 1909, 8, 103, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 3, 104, 1922, 8, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 3, 105, 1938, 8, 105, 1, 106, 1, 106, 3, 106, 1942, 8, 106, 1, 107, 1, 107, 1, 107, 1, 108, 1, 108, 1, 108, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 3, 109, 1957, 8, 109, 1, 110, 1, 110, 1, 110, 1, 110, 3, 110, 1963, 8, 110, 1, 110, 3, 110, 1966, 8, 110, 1, 110, 3, 110, 1969, 8, 110, 1, 110, 3, 110, 1972, 8, 110, 1, 110, 3, 110, 1975, 8, 110, 1, 111, 1, 111, 3, 111, 1979, 8, 111, 1, 112, 1, 112, 1, 112, 1, 113, 1, 113, 1, 113, 1, 113, 1, 114, 1, 114, 1, 114, 1, 114, 5, 114, 1992, 8, 114, 10, 114, 12, 114, 1995, 9, 114, 3, 114, 1997, 8, 114, 1, 115, 1, 115, 1, 115, 1, 115, 1, 116, 1, 116, 1, 116, 5, 116, 2006, 8, 116, 10, 116, 12, 116, 2009, 9, 116, 1, 117, 1, 117, 1, 117, 1, 117, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 3, 118, 2022, 8, 118, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 122, 1, 122, 1, 122, 1, 122, 1, 122, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 3, 123, 2056, 8, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 3, 123, 2064, 8, 123, 1, 123, 1, 123, 1, 123, 3, 123, 2069, 8, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 3, 123, 2077, 8, 123, 1, 123, 1, 123, 1, 123, 3, 123, 2082, 8, 123, 1, 123, 1, 123, 1, 123, 3, 123, 2087, 8, 123, 1, 124, 1, 124, 1, 124, 5, 124, 2092, 8, 124, 10, 124, 12, 124, 2095, 9, 124, 1, 125, 1, 125, 1, 125, 5, 125, 2100, 8, 125, 10, 125, 12, 125, 2103, 9, 125, 1, 126, 1, 126, 1, 126, 5, 126, 2108, 8, 126, 10, 126, 12, 126, 2111, 9, 126, 1, 127, 1, 127, 1, 127, 5, 127, 2116, 8, 127, 10, 127, 12, 127, 2119, 9, 127, 1, 128, 1, 128, 3, 128, 2123, 8, 128, 1, 129, 1, 129, 1, 130, 1, 130, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 3, 131, 2135, 8, 131, 5, 131, 2137, 8, 131, 10, 131, 12, 131, 2140, 9, 131, 1, 132, 1, 132, 1, 132, 5, 132, 2145, 8, 132, 10, 132, 12, 132, 2148, 9, 132, 1, 133, 1, 133, 1, 133, 1, 133, 1, 134, 1, 134, 3, 134, 2156, 8, 134, 1, 134, 3, 134, 2159, 8, 134, 1, 135, 1, 135, 3, 135, 2163, 8, 135, 1, 136, 1, 136, 1, 137, 1, 137, 1, 137, 3, 137, 2170, 8, 137, 1, 138, 1, 138, 1, 139, 1, 139, 3, 139, 2176, 8, 139, 1, 139, 1, 139, 3, 139, 2180, 8, 139, 1, 140, 1, 140, 1, 140, 1, 140, 3, 140, 2186, 8, 140, 1, 141, 1, 141, 3, 141, 2190, 8, 141, 1, 142, 1, 142, 1, 142, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 144, 1, 144, 3, 144, 2202, 8, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 3, 144, 2211, 8, 144, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 3, 145, 2222, 8, 145, 1, 146, 1, 146, 3, 146, 2226, 8, 146, 1, 147, 1, 147, 1, 147, 5, 147, 2231, 8, 147, 10, 147, 12, 147, 2234, 9, 147, 1, 148, 1, 148, 1, 148, 1, 148, 1, 149, 1, 149, 1, 149, 5, 149, 2243, 8, 149, 10, 149, 12, 149, 2246, 9, 149, 1, 150, 1, 150, 1, 151, 1, 151, 1, 151, 1, 152, 1, 152, 3, 152, 2255, 8, 152, 1, 152, 3, 152, 2258, 8, 152, 1, 153, 1, 153, 1, 153, 5, 153, 2263, 8, 153, 10, 153, 12, 153, 2266, 9, 153, 1, 154, 1, 154, 1, 154, 3, 154, 2271, 8, 154, 1, 155, 1, 155, 3, 155, 2275, 8, 155, 1, 155, 3, 155, 2278, 8, 155, 1, 155, 3, 155, 2281, 8, 155, 1, 156, 1, 156, 1, 156, 1, 156, 3, 156, 2287, 8, 156, 1, 157, 1, 157, 3, 157, 2291, 8, 157, 1, 158, 1, 158, 3, 158, 2295, 8, 158, 1, 159, 1, 159, 1, 159, 3, 159, 2300, 8, 159, 1, 159, 1, 159, 3, 159, 2304, 8, 159, 1, 160, 1, 160, 3, 160, 2308, 8, 160, 1, 161, 1, 161, 3, 161, 2312, 8, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 3, 161, 2320, 8, 161, 1, 162, 1, 162, 3, 162, 2324, 8, 162, 1, 162, 1, 162, 3, 162, 2328, 8, 162, 1, 163, 1, 163, 3, 163, 2332, 8, 163, 1, 164, 1, 164, 3, 164, 2336, 8, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 3, 164, 2344, 8, 164, 1, 165, 1, 165, 3, 165, 2348, 8, 165, 1, 165, 1, 165, 3, 165, 2352, 8, 165, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 3, 166, 2360, 8, 166, 1, 167, 1, 167, 1, 167, 3, 167, 2365, 8, 167, 1, 168, 1, 168, 1, 168, 3, 168, 2370, 8, 168, 1, 169, 1, 169, 3, 169, 2374, 8, 169, 1, 170, 1, 170, 3, 170, 2378, 8, 170, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 3, 171, 2385, 8, 171, 1, 172, 1, 172, 1, 173, 1, 173, 1, 173, 5, 173, 2392, 8, 173, 10, 173, 12, 173, 2395, 9, 173, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 3, 174, 2402, 8, 174, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 3, 175, 2414, 8, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 3, 175, 2432, 8, 175, 1, 175, 3, 175, 2435, 8, 175, 1, 175, 1, 175, 1, 175, 1, 175, 3, 175, 2441, 8, 175, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 180, 1, 180, 3, 180, 2467, 8, 180, 1, 181, 3, 181, 2470, 8, 181, 1, 181, 1, 181, 1, 182, 1, 182, 3, 182, 2476, 8, 182, 1, 183, 1, 183, 1, 183, 1, 183, 5, 183, 2482, 8, 183, 10, 183, 12, 183, 2485, 9, 183, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 3, 184, 2492, 8, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 185, 1, 185, 1, 185, 1, 185, 5, 185, 2503, 8, 185, 10, 185, 12, 185, 2506, 9, 185, 1, 186, 1, 186, 1, 186, 1, 186, 3, 186, 2512, 8, 186, 1, 186, 3, 186, 2515, 8, 186, 1, 186, 3, 186, 2518, 8, 186, 1, 186, 3, 186, 2521, 8, 186, 1, 186, 3, 186, 2524, 8, 186, 1, 186, 3, 186, 2527, 8, 186, 1, 186, 3, 186, 2530, 8, 186, 1, 186, 3, 186, 2533, 8, 186, 1, 186, 3, 186, 2536, 8, 186, 1, 186, 3, 186, 2539, 8, 186, 1, 186, 3, 186, 2542, 8, 186, 1, 186, 1, 186, 1, 186, 3, 186, 2547, 8, 186, 1, 186, 3, 186, 2550, 8, 186, 1, 186, 3, 186, 2553, 8, 186, 1, 186, 3, 186, 2556, 8, 186, 1, 186, 3, 186, 2559, 8, 186, 1, 186, 3, 186, 2562, 8, 186, 1, 186, 3, 186, 2565, 8, 186, 1, 186, 3, 186, 2568, 8, 186, 1, 186, 3, 186, 2571, 8, 186, 1, 186, 3, 186, 2574, 8, 186, 1, 186, 3, 186, 2577, 8, 186, 3, 186, 2579, 8, 186, 1, 187, 1, 187, 1, 187, 1, 187, 3, 187, 2585, 8, 187, 1, 188, 1, 188, 3, 188, 2589, 8, 188, 1, 188, 3, 188, 2592, 8, 188, 1, 188, 3, 188, 2595, 8, 188, 1, 188, 3, 188, 2598, 8, 188, 1, 188, 3, 188, 2601, 8, 188, 1, 188, 3, 188, 2604, 8, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 3, 188, 2611, 8, 188, 1, 189, 1, 189, 3, 189, 2615, 8, 189, 1, 189, 3, 189, 2618, 8, 189, 1, 189, 3, 189, 2621, 8, 189, 1, 189, 3, 189, 2624, 8, 189, 1, 189, 3, 189, 2627, 8, 189, 1, 189, 3, 189, 2630, 8, 189, 1, 190, 1, 190, 1, 190, 4, 190, 2635, 8, 190, 11, 190, 12, 190, 2636, 1, 191, 3, 191, 2640, 8, 191, 1, 191, 1, 191, 1, 192, 1, 192, 1, 192, 1, 192, 3, 192, 2648, 8, 192, 1, 192, 1, 192, 3, 192, 2652, 8, 192, 1, 192, 1, 192, 1, 192, 1, 192, 1, 192, 3, 192, 2659, 8, 192, 3, 192, 2661, 8, 192, 1, 193, 3, 193, 2664, 8, 193, 1, 193, 1, 193, 1, 193, 3, 193, 2669, 8, 193, 1, 193, 3, 193, 2672, 8, 193, 1, 193, 1, 193, 3, 193, 2676, 8, 193, 1, 194, 1, 194, 1, 194, 3, 194, 2681, 8, 194, 1, 194, 1, 194, 1, 194, 1, 194, 3, 194, 2687, 8, 194, 1, 195, 1, 195, 1, 195, 1, 195, 1, 196, 1, 196, 3, 196, 2695, 8, 196, 1, 197, 1, 197, 1, 197, 1, 197, 5, 197, 2701, 8, 197, 10, 197, 12, 197, 2704, 9, 197, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 5, 198, 2711, 8, 198, 10, 198, 12, 198, 2714, 9, 198, 3, 198, 2716, 8, 198, 1, 198, 1, 198, 3, 198, 2720, 8, 198, 1, 198, 1, 198, 3, 198, 2724, 8, 198, 1, 198, 1, 198, 1, 198, 3, 198, 2729, 8, 198, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 3, 199, 2736, 8, 199, 1, 200, 1, 200, 5, 200, 2740, 8, 200, 10, 200, 12, 200, 2743, 9, 200, 1, 200, 3, 200, 2746, 8, 200, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 3, 201, 2753, 8, 201, 1, 201, 1, 201, 1, 201, 3, 201, 2758, 8, 201, 1, 201, 1, 201, 1, 201, 1, 202, 1, 202, 1, 202, 1, 202, 1, 202, 1, 202, 1, 202, 1, 202, 3, 202, 2771, 8, 202, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 3, 203, 2779, 8, 203, 1, 204, 1, 204, 1, 204, 1, 205, 1, 205, 1, 205, 1, 206, 1, 206, 1, 206, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 3, 207, 2798, 8, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 3, 207, 2808, 8, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 3, 207, 2821, 8, 207, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 3, 208, 2831, 8, 208, 1, 208, 1, 208, 3, 208, 2835, 8, 208, 4, 208, 2837, 8, 208, 11, 208, 12, 208, 2838, 1, 208, 1, 208, 5, 208, 2843, 8, 208, 10, 208, 12, 208, 2846, 9, 208, 1, 208, 1, 208, 5, 208, 2850, 8, 208, 10, 208, 12, 208, 2853, 9, 208, 1, 208, 1, 208, 5, 208, 2857, 8, 208, 10, 208, 12, 208, 2860, 9, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 3, 208, 2868, 8, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 3, 208, 2875, 8, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 3, 208, 2895, 8, 208, 1, 208, 3, 208, 2898, 8, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 3, 208, 2912, 8, 208, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 3, 209, 2927, 8, 209, 1, 209, 1, 209, 3, 209, 2931, 8, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 5, 209, 2949, 8, 209, 10, 209, 12, 209, 2952, 9, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 3, 209, 2963, 8, 209, 1, 209, 1, 209, 1, 209, 1, 209, 3, 209, 2969, 8, 209, 1, 209, 3, 209, 2972, 8, 209, 1, 209, 3, 209, 2975, 8, 209, 1, 209, 1, 209, 1, 209, 1, 209, 3, 209, 2981, 8, 209, 1, 209, 1, 209, 1, 209, 1, 209, 3, 209, 2987, 8, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 3, 209, 2994, 8, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 3, 209, 3002, 8, 209, 1, 209, 1, 209, 1, 209, 1, 209, 3, 209, 3008, 8, 209, 1, 209, 1, 209, 3, 209, 3012, 8, 209, 1, 209, 1, 209, 1, 209, 3, 209, 3017, 8, 209, 1, 209, 3, 209, 3020, 8, 209, 1, 209, 1, 209, 3, 209, 3024, 8, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 3, 209, 3031, 8, 209, 1, 209, 1, 209, 1, 209, 3, 209, 3036, 8, 209, 1, 209, 1, 209, 1, 209, 3, 209, 3041, 8, 209, 1, 209, 3, 209, 3044, 8, 209, 3, 209, 3046, 8, 209, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 3, 210, 3054, 8, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 3, 210, 3062, 8, 210, 1, 210, 1, 210, 3, 210, 3066, 8, 210, 4, 210, 3068, 8, 210, 11, 210, 12, 210, 3069, 1, 210, 1, 210, 3, 210, 3074, 8, 210, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 3, 211, 3091, 8, 211, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 3, 212, 3108, 8, 212, 1, 213, 1, 213, 1, 213, 1, 214, 1, 214, 3, 214, 3115, 8, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 5, 214, 3122, 8, 214, 10, 214, 12, 214, 3125, 9, 214, 1, 214, 1, 214, 3, 214, 3129, 8, 214, 1, 214, 3, 214, 3132, 8, 214, 1, 214, 3, 214, 3135, 8, 214, 1, 215, 1, 215, 3, 215, 3139, 8, 215, 1, 215, 1, 215, 1, 215, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 3, 216, 3154, 8, 216, 1, 216, 1, 216, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 3, 217, 3168, 8, 217, 1, 217, 3, 217, 3171, 8, 217, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 3, 218, 3182, 8, 218, 1, 219, 1, 219, 3, 219, 3186, 8, 219, 1, 219, 3, 219, 3189, 8, 219, 1, 219, 3, 219, 3192, 8, 219, 1, 219, 1, 219, 3, 219, 3196, 8, 219, 1, 219, 1, 219, 1, 219, 3, 219, 3201, 8, 219, 1, 219, 3, 219, 3204, 8, 219, 1, 219, 3, 219, 3207, 8, 219, 1, 219, 3, 219, 3210, 8, 219, 1, 219, 3, 219, 3213, 8, 219, 1, 219, 3, 219, 3216, 8, 219, 1, 219, 1, 219, 1, 219, 1, 219, 3, 219, 3222, 8, 219, 1, 219, 3, 219, 3225, 8, 219, 1, 219, 3, 219, 3228, 8, 219, 1, 219, 3, 219, 3231, 8, 219, 1, 219, 3, 219, 3234, 8, 219, 1, 219, 3, 219, 3237, 8, 219, 1, 219, 3, 219, 3240, 8, 219, 1, 219, 3, 219, 3243, 8, 219, 1, 219, 3, 219, 3246, 8, 219, 1, 219, 3, 219, 3249, 8, 219, 1, 219, 1, 219, 3, 219, 3253, 8, 219, 3, 219, 3255, 8, 219, 1, 219, 1, 219, 1, 219, 1, 219, 3, 219, 3261, 8, 219, 1, 219, 1, 219, 1, 219, 3, 219, 3266, 8, 219, 1, 219, 3, 219, 3269, 8, 219, 1, 219, 3, 219, 3272, 8, 219, 1, 219, 3, 219, 3275, 8, 219, 1, 219, 3, 219, 3278, 8, 219, 1, 219, 1, 219, 1, 219, 1, 219, 3, 219, 3284, 8, 219, 1, 219, 3, 219, 3287, 8, 219, 1, 219, 3, 219, 3290, 8, 219, 1, 219, 3, 219, 3293, 8, 219, 1, 219, 3, 219, 3296, 8, 219, 1, 219, 3, 219, 3299, 8, 219, 1, 219, 3, 219, 3302, 8, 219, 1, 219, 3, 219, 3305, 8, 219, 1, 219, 3, 219, 3308, 8, 219, 1, 219, 3, 219, 3311, 8, 219, 1, 219, 1, 219, 3, 219, 3315, 8, 219, 3, 219, 3317, 8, 219, 3, 219, 3319, 8, 219, 1, 220, 1, 220, 1, 220, 3, 220, 3324, 8, 220, 1, 220, 1, 220, 1, 220, 3, 220, 3329, 8, 220, 1, 220, 1, 220, 3, 220, 3333, 8, 220, 1, 220, 1, 220, 3, 220, 3337, 8, 220, 1, 220, 1, 220, 1, 220, 3, 220, 3342, 8, 220, 1, 221, 1, 221, 1, 221, 3, 221, 3347, 8, 221, 1, 221, 1, 221, 1, 222, 1, 222, 1, 222, 5, 222, 3354, 8, 222, 10, 222, 12, 222, 3357, 9, 222, 1, 222, 1, 222, 1, 223, 1, 223, 1, 223, 5, 223, 3364, 8, 223, 10, 223, 12, 223, 3367, 9, 223, 1, 224, 1, 224, 1, 224, 5, 224, 3372, 8, 224, 10, 224, 12, 224, 3375, 9, 224, 1, 225, 1, 225, 1, 225, 1, 226, 1, 226, 1, 226, 1, 226, 4, 226, 3384, 8, 226, 11, 226, 12, 226, 3385, 1, 226, 3, 226, 3389, 8, 226, 1, 227, 1, 227, 5, 227, 3393, 8, 227, 10, 227, 12, 227, 3396, 9, 227, 1, 227, 1, 227, 5, 227, 3400, 8, 227, 10, 227, 12, 227, 3403, 9, 227, 1, 227, 1, 227, 5, 227, 3407, 8, 227, 10, 227, 12, 227, 3410, 9, 227, 1, 227, 1, 227, 5, 227, 3414, 8, 227, 10, 227, 12, 227, 3417, 9, 227, 1, 227, 1, 227, 1, 227, 1, 227, 3, 227, 3423, 8, 227, 1, 228, 1, 228, 1, 228, 1, 228, 1, 228, 1, 228, 1, 228, 3, 228, 3432, 8, 228, 5, 228, 3434, 8, 228, 10, 228, 12, 228, 3437, 9, 228, 1, 229, 1, 229, 1, 229, 1, 229, 3, 229, 3443, 8, 229, 1, 229, 5, 229, 3446, 8, 229, 10, 229, 12, 229, 3449, 9, 229, 1, 230, 3, 230, 3452, 8, 230, 1, 230, 1, 230, 3, 230, 3456, 8, 230, 1, 230, 3, 230, 3459, 8, 230, 1, 230, 3, 230, 3462, 8, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 3, 231, 3473, 8, 231, 1, 231, 1, 231, 3, 231, 3477, 8, 231, 3, 231, 3479, 8, 231, 1, 231, 3, 231, 3482, 8, 231, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 5, 232, 3493, 8, 232, 10, 232, 12, 232, 3496, 9, 232, 3, 232, 3498, 8, 232, 1, 232, 3, 232, 3501, 8, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 5, 232, 3511, 8, 232, 10, 232, 12, 232, 3514, 9, 232, 3, 232, 3516, 8, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 3, 232, 3523, 8, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 5, 232, 3530, 8, 232, 10, 232, 12, 232, 3533, 9, 232, 1, 232, 1, 232, 3, 232, 3537, 8, 232, 3, 232, 3539, 8, 232, 3, 232, 3541, 8, 232, 1, 233, 1, 233, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 5, 234, 3556, 8, 234, 10, 234, 12, 234, 3559, 9, 234, 3, 234, 3561, 8, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 3, 234, 3569, 8, 234, 1, 234, 3, 234, 3572, 8, 234, 1, 235, 1, 235, 3, 235, 3576, 8, 235, 1, 235, 3, 235, 3579, 8, 235, 1, 235, 3, 235, 3582, 8, 235, 1, 235, 3, 235, 3585, 8, 235, 1, 235, 3, 235, 3588, 8, 235, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 3, 236, 3600, 8, 236, 1, 237, 1, 237, 1, 238, 1, 238, 1, 239, 1, 239, 3, 239, 3608, 8, 239, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 3, 240, 3615, 8, 240, 1, 240, 3, 240, 3618, 8, 240, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 3, 241, 3625, 8, 241, 1, 241, 3, 241, 3628, 8, 241, 1, 242, 1, 242, 1, 242, 3, 242, 3633, 8, 242, 1, 242, 1, 242, 1, 243, 1, 243, 1, 243, 3, 243, 3640, 8, 243, 1, 243, 1, 243, 1, 244, 1, 244, 1, 244, 1, 244, 3, 244, 3648, 8, 244, 1, 244, 1, 244, 1, 245, 1, 245, 3, 245, 3654, 8, 245, 1, 245, 1, 245, 1, 245, 3, 245, 3659, 8, 245, 1, 245, 1, 245, 3, 245, 3663, 8, 245, 1, 246, 1, 246, 1, 246, 3, 246, 3668, 8, 246, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 3, 247, 3675, 8, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 5, 247, 3687, 8, 247, 10, 247, 12, 247, 3690, 9, 247, 3, 247, 3692, 8, 247, 1, 247, 1, 247, 3, 247, 3696, 8, 247, 1, 248, 1, 248, 1, 248, 1, 249, 1, 249, 1, 249, 1, 249, 5, 249, 3705, 8, 249, 10, 249, 12, 249, 3708, 9, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 5, 249, 3715, 8, 249, 10, 249, 12, 249, 3718, 9, 249, 3, 249, 3720, 8, 249, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 3, 250, 3727, 8, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 5, 250, 3734, 8, 250, 10, 250, 12, 250, 3737, 9, 250, 3, 250, 3739, 8, 250, 1, 250, 1, 250, 1, 251, 1, 251, 3, 251, 3745, 8, 251, 1, 251, 3, 251, 3748, 8, 251, 1, 251, 1, 251, 1, 251, 5, 251, 3753, 8, 251, 10, 251, 12, 251, 3756, 9, 251, 1, 251, 1, 251, 3, 251, 3760, 8, 251, 1, 251, 3, 251, 3763, 8, 251, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 3, 252, 3776, 8, 252, 1, 252, 1, 252, 1, 252, 1, 252, 3, 252, 3782, 8, 252, 3, 252, 3784, 8, 252, 1, 252, 1, 252, 1, 252, 1, 253, 1, 253, 1, 253, 3, 253, 3792, 8, 253, 1, 253, 3, 253, 3795, 8, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 5, 253, 3803, 8, 253, 10, 253, 12, 253, 3806, 9, 253, 1, 253, 1, 253, 3, 253, 3810, 8, 253, 3, 253, 3812, 8, 253, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 3, 254, 3824, 8, 254, 1, 254, 1, 254, 1, 254, 1, 254, 3, 254, 3830, 8, 254, 3, 254, 3832, 8, 254, 1, 254, 1, 254, 1, 254, 1, 255, 1, 255, 3, 255, 3839, 8, 255, 1, 256, 1, 256, 1, 256, 5, 256, 3844, 8, 256, 10, 256, 12, 256, 3847, 9, 256, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 5, 257, 3858, 8, 257, 10, 257, 12, 257, 3861, 9, 257, 1, 258, 1, 258, 1, 258, 3, 258, 3866, 8, 258, 1, 258, 3, 258, 3869, 8, 258, 1, 258, 3, 258, 3872, 8, 258, 1, 258, 3, 258, 3875, 8, 258, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 3, 259, 3884, 8, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 3, 259, 3891, 8, 259, 1, 260, 1, 260, 1, 260, 1, 260, 3, 260, 3897, 8, 260, 1, 261, 1, 261, 1, 261, 1, 261, 1, 261, 1, 261, 1, 261, 3, 261, 3906, 8, 261, 1, 262, 1, 262, 3, 262, 3910, 8, 262, 1, 262, 1, 262, 1, 262, 1, 262, 5, 262, 3916, 8, 262, 10, 262, 12, 262, 3919, 9, 262, 1, 262, 1, 262, 1, 263, 1, 263, 1, 263, 1, 263, 1, 263, 3, 263, 3928, 8, 263, 1, 263, 1, 263, 1, 263, 1, 263, 1, 263, 1, 263, 5, 263, 3936, 8, 263, 10, 263, 12, 263, 3939, 9, 263, 1, 263, 1, 263, 3, 263, 3943, 8, 263, 1, 264, 1, 264, 3, 264, 3947, 8, 264, 1, 264, 1, 264, 5, 264, 3951, 8, 264, 10, 264, 12, 264, 3954, 9, 264, 1, 264, 1, 264, 3, 264, 3958, 8, 264, 1, 265, 1, 265, 1, 265, 1, 266, 1, 266, 1, 266, 1, 267, 1, 267, 3, 267, 3968, 8, 267, 1, 268, 1, 268, 3, 268, 3972, 8, 268, 1, 268, 3, 268, 3975, 8, 268, 1, 268, 1, 268, 1, 268, 3, 268, 3980, 8, 268, 1, 268, 3, 268, 3983, 8, 268, 5, 268, 3985, 8, 268, 10, 268, 12, 268, 3988, 9, 268, 1, 269, 1, 269, 3, 269, 3992, 8, 269, 1, 270, 1, 270, 1, 270, 1, 270, 1, 271, 1, 271, 1, 271, 4, 271, 4001, 8, 271, 11, 271, 12, 271, 4002, 3, 271, 4005, 8, 271, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 5, 272, 4012, 8, 272, 10, 272, 12, 272, 4015, 9, 272, 1, 273, 1, 273, 1, 273, 1, 273, 1, 274, 1, 274, 1, 274, 1, 274, 1, 275, 1, 275, 1, 275, 1, 275, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 5, 276, 4035, 8, 276, 10, 276, 12, 276, 4038, 9, 276, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 5, 276, 4045, 8, 276, 10, 276, 12, 276, 4048, 9, 276, 3, 276, 4050, 8, 276, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 3, 277, 4057, 8, 277, 1, 277, 3, 277, 4060, 8, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 3, 277, 4070, 8, 277, 1, 277, 1, 277, 1, 277, 5, 277, 4075, 8, 277, 10, 277, 12, 277, 4078, 9, 277, 3, 277, 4080, 8, 277, 3, 277, 4082, 8, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 3, 277, 4093, 8, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 3, 277, 4103, 8, 277, 3, 277, 4105, 8, 277, 1, 278, 1, 278, 1, 278, 1, 279, 1, 279, 1, 280, 1, 280, 3, 280, 4114, 8, 280, 1, 281, 1, 281, 1, 281, 3, 281, 4119, 8, 281, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 3, 282, 4128, 8, 282, 1, 282, 1, 282, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 4, 283, 4139, 8, 283, 11, 283, 12, 283, 4140, 1, 283, 1, 283, 3, 283, 4145, 8, 283, 1, 283, 1, 283, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 4, 284, 4155, 8, 284, 11, 284, 12, 284, 4156, 1, 284, 1, 284, 3, 284, 4161, 8, 284, 1, 284, 1, 284, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 3, 285, 4170, 8, 285, 1, 285, 1, 285, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 3, 287, 4189, 8, 287, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 5, 288, 4205, 8, 288, 10, 288, 12, 288, 4208, 9, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 3, 288, 4219, 8, 288, 1, 289, 1, 289, 1, 290, 1, 290, 1, 290, 1, 290, 1, 290, 1, 290, 1, 290, 1, 290, 1, 290, 1, 290, 1, 290, 3, 290, 4234, 8, 290, 1, 290, 1, 290, 3, 290, 4238, 8, 290, 1, 291, 1, 291, 1, 291, 1, 291, 1, 291, 1, 291, 1, 291, 1, 291, 1, 291, 1, 291, 1, 291, 1, 291, 1, 291, 1, 291, 3, 291, 4254, 8, 291, 1, 292, 1, 292, 1, 292, 5, 292, 4259, 8, 292, 10, 292, 12, 292, 4262, 9, 292, 1, 293, 1, 293, 1, 293, 1, 293, 1, 293, 1, 293, 1, 293, 1, 293, 1, 293, 1, 293, 1, 293, 3, 293, 4275, 8, 293, 1, 294, 5, 294, 4278, 8, 294, 10, 294, 12, 294, 4281, 9, 294, 1, 294, 1, 294, 1, 294, 1, 294, 1, 294, 1, 294, 1, 294, 5, 294, 4290, 8, 294, 10, 294, 12, 294, 4293, 9, 294, 1, 295, 1, 295, 1, 295, 5, 295, 4298, 8, 295, 10, 295, 12, 295, 4301, 9, 295, 1, 296, 1, 296, 1, 296, 5, 296, 4306, 8, 296, 10, 296, 12, 296, 4309, 9, 296, 1, 297, 1, 297, 1, 297, 5, 297, 4314, 8, 297, 10, 297, 12, 297, 4317, 9, 297, 1, 298, 1, 298, 1, 298, 5, 298, 4322, 8, 298, 10, 298, 12, 298, 4325, 9, 298, 1, 299, 1, 299, 1, 299, 5, 299, 4330, 8, 299, 10, 299, 12, 299, 4333, 9, 299, 1, 300, 1, 300, 1, 300, 5, 300, 4338, 8, 300, 10, 300, 12, 300, 4341, 9, 300, 1, 301, 1, 301, 1, 302, 1, 302, 1, 302, 1, 302, 1, 303, 1, 303, 3, 303, 4351, 8, 303, 1, 303, 1, 303, 3, 303, 4355, 8, 303, 1, 304, 1, 304, 1, 304, 1, 304, 1, 304, 1, 304, 3, 304, 4363, 8, 304, 1, 305, 1, 305, 1, 305, 1, 305, 1, 305, 1, 305, 1, 305, 1, 305, 1, 305, 1, 305, 1, 305, 1, 305, 1, 305, 1, 305, 3, 305, 4379, 8, 305, 1, 306, 1, 306, 3, 306, 4383, 8, 306, 1, 307, 1, 307, 1, 307, 3, 307, 4388, 8, 307, 1, 308, 1, 308, 1, 308, 1, 308, 1, 309, 1, 309, 1, 309, 1, 309, 1, 309, 1, 309, 1, 309, 3, 309, 4401, 8, 309, 1, 310, 1, 310, 1, 310, 1, 310, 1, 310, 1, 310, 1, 310, 5, 310, 4410, 8, 310, 10, 310, 12, 310, 4413, 9, 310, 1, 311, 1, 311, 1, 311, 1, 311, 1, 311, 1, 311, 3, 311, 4421, 8, 311, 1, 312, 5, 312, 4424, 8, 312, 10, 312, 12, 312, 4427, 9, 312, 1, 312, 1, 312, 1, 312, 3, 312, 4432, 8, 312, 1, 313, 1, 313, 1, 313, 5, 313, 4437, 8, 313, 10, 313, 12, 313, 4440, 9, 313, 1, 314, 1, 314, 3, 314, 4444, 8, 314, 1, 315, 1, 315, 1, 315, 1, 315, 1, 315, 5, 315, 4451, 8, 315, 10, 315, 12, 315, 4454, 9, 315, 1, 315, 1, 315, 1, 316, 1, 316, 1, 316, 3, 316, 4461, 8, 316, 1, 317, 1, 317, 1, 317, 1, 317, 5, 317, 4467, 8, 317, 10, 317, 12, 317, 4470, 9, 317, 1, 317, 1, 317, 1, 318, 1, 318, 1, 318, 3, 318, 4477, 8, 318, 1, 318, 1, 318, 1, 319, 1, 319, 1, 320, 1, 320, 1, 321, 1, 321, 3, 321, 4487, 8, 321, 1, 322, 1, 322, 1, 322, 3, 322, 4492, 8, 322, 1, 323, 1, 323, 1, 324, 1, 324, 1, 325, 1, 325, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 1, 326, 3, 326, 4550, 8, 326, 1, 327, 1, 327, 1, 327, 1, 327, 3, 327, 4556, 8, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 3, 327, 4565, 8, 327, 3, 327, 4567, 8, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 5, 327, 4581, 8, 327, 10, 327, 12, 327, 4584, 9, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 3, 327, 4591, 8, 327, 1, 327, 1, 327, 3, 327, 4595, 8, 327, 3, 327, 4597, 8, 327, 1, 327, 1, 327, 1, 327, 1, 327, 3, 327, 4603, 8, 327, 1, 327, 1, 327, 1, 327, 3, 327, 4608, 8, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 3, 327, 4625, 8, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 3, 327, 4651, 8, 327, 1, 327, 1, 327, 1, 327, 3, 327, 4656, 8, 327, 3, 327, 4658, 8, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 3, 327, 4686, 8, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 3, 327, 4703, 8, 327, 1, 327, 1, 327, 1, 327, 3, 327, 4708, 8, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 3, 327, 4717, 8, 327, 1, 328, 1, 328, 1, 329, 1, 329, 1, 329, 1, 329, 1, 329, 1, 329, 1, 329, 3, 329, 4728, 8, 329, 1, 330, 1, 330, 1, 330, 5, 330, 4733, 8, 330, 10, 330, 12, 330, 4736, 9, 330, 1, 331, 1, 331, 1, 331, 3, 331, 4741, 8, 331, 1, 332, 1, 332, 1, 332, 3, 332, 4746, 8, 332, 1, 333, 1, 333, 1, 334, 1, 334, 1, 335, 1, 335, 1, 336, 1, 336, 1, 337, 1, 337, 1, 338, 1, 338, 1, 339, 1, 339, 1, 340, 1, 340, 1, 341, 1, 341, 1, 342, 1, 342, 1, 343, 1, 343, 1, 343, 5, 343, 4771, 8, 343, 10, 343, 12, 343, 4774, 9, 343, 1, 344, 1, 344, 1, 344, 1, 344, 1, 345, 1, 345, 1, 345, 1, 345, 3, 345, 4784, 8, 345, 1, 346, 1, 346, 1, 346, 1, 346, 1, 346, 1, 346, 1, 346, 1, 346, 1, 346, 1, 346, 1, 346, 1, 346, 3, 346, 4798, 8, 346, 1, 347, 1, 347, 1, 347, 5, 347, 4803, 8, 347, 10, 347, 12, 347, 4806, 9, 347, 1, 347, 1, 817, 0, 348, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, 172, 174, 176, 178, 180, 182, 184, 186, 188, 190, 192, 194, 196, 198, 200, 202, 204, 206, 208, 210, 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, 232, 234, 236, 238, 240, 242, 244, 246, 248, 250, 252, 254, 256, 258, 260, 262, 264, 266, 268, 270, 272, 274, 276, 278, 280, 282, 284, 286, 288, 290, 292, 294, 296, 298, 300, 302, 304, 306, 308, 310, 312, 314, 316, 318, 320, 322, 324, 326, 328, 330, 332, 334, 336, 338, 340, 342, 344, 346, 348, 350, 352, 354, 356, 358, 360, 362, 364, 366, 368, 370, 372, 374, 376, 378, 380, 382, 384, 386, 388, 390, 392, 394, 396, 398, 400, 402, 404, 406, 408, 410, 412, 414, 416, 418, 420, 422, 424, 426, 428, 430, 432, 434, 436, 438, 440, 442, 444, 446, 448, 450, 452, 454, 456, 458, 460, 462, 464, 466, 468, 470, 472, 474, 476, 478, 480, 482, 484, 486, 488, 490, 492, 494, 496, 498, 500, 502, 504, 506, 508, 510, 512, 514, 516, 518, 520, 522, 524, 526, 528, 530, 532, 534, 536, 538, 540, 542, 544, 546, 548, 550, 552, 554, 556, 558, 560, 562, 564, 566, 568, 570, 572, 574, 576, 578, 580, 582, 584, 586, 588, 590, 592, 594, 596, 598, 600, 602, 604, 606, 608, 610, 612, 614, 616, 618, 620, 622, 624, 626, 628, 630, 632, 634, 636, 638, 640, 642, 644, 646, 648, 650, 652, 654, 656, 658, 660, 662, 664, 666, 668, 670, 672, 674, 676, 678, 680, 682, 684, 686, 688, 690, 692, 694, 0, 60, 2, 0, 57, 57, 172, 172, 4, 0, 91, 91, 121, 121, 226, 226, 325, 325, 2, 0, 50, 50, 346, 346, 2, 0, 34, 34, 282, 282, 1, 0, 89, 90, 2, 0, 139, 139, 154, 154, 2, 0, 67, 67, 295, 295, 2, 0, 68, 68, 296, 296, 1, 0, 155, 156, 2, 0, 114, 114, 307, 307, 11, 0, 7, 7, 9, 9, 58, 58, 86, 86, 101, 101, 155, 155, 161, 161, 190, 190, 299, 299, 309, 309, 365, 365, 3, 0, 4, 4, 101, 101, 326, 326, 3, 0, 15, 15, 128, 128, 170, 170, 1, 0, 141, 142, 2, 0, 30, 30, 351, 351, 2, 0, 217, 217, 373, 373, 2, 0, 214, 214, 272, 272, 2, 0, 18, 18, 89, 89, 2, 0, 130, 130, 177, 177, 2, 0, 39, 39, 376, 376, 4, 0, 112, 112, 164, 164, 205, 205, 356, 356, 2, 0, 7, 7, 96, 96, 2, 0, 125, 125, 350, 350, 2, 0, 225, 225, 391, 391, 2, 0, 42, 42, 315, 315, 2, 0, 189, 189, 196, 196, 2, 0, 426, 426, 431, 431, 2, 0, 140, 140, 285, 285, 3, 0, 12, 12, 231, 231, 300, 300, 2, 0, 241, 241, 292, 292, 2, 0, 198, 198, 268, 268, 2, 0, 260, 260, 292, 292, 2, 0, 354, 354, 431, 431, 2, 0, 133, 133, 247, 247, 2, 0, 152, 152, 281, 281, 3, 0, 413, 414, 418, 418, 420, 420, 2, 0, 412, 412, 415, 417, 1, 0, 413, 414, 4, 0, 184, 184, 270, 270, 286, 286, 408, 411, 2, 0, 7, 7, 13, 13, 3, 0, 7, 7, 13, 13, 313, 313, 3, 0, 184, 184, 270, 270, 286, 286, 4, 0, 125, 125, 219, 219, 350, 350, 360, 360, 2, 0, 405, 405, 407, 411, 24, 0, 11, 11, 16, 16, 25, 28, 35, 35, 100, 100, 131, 132, 151, 151, 154, 154, 162, 163, 184, 184, 198, 198, 216, 216, 228, 228, 264, 264, 270, 270, 286, 286, 311, 311, 323, 324, 340, 340, 357, 357, 383, 383, 405, 417, 419, 421, 423, 423, 85, 0, 1, 6, 8, 8, 10, 10, 15, 15, 18, 20, 22, 24, 30, 31, 33, 34, 37, 38, 40, 44, 46, 47, 49, 50, 52, 53, 56, 57, 59, 59, 66, 66, 68, 68, 72, 77, 79, 79, 83, 85, 87, 89, 91, 95, 97, 99, 103, 104, 106, 107, 109, 111, 114, 116, 118, 121, 127, 130, 137, 138, 142, 142, 147, 150, 152, 152, 155, 156, 158, 160, 168, 170, 172, 177, 182, 183, 185, 187, 189, 193, 195, 197, 199, 202, 204, 204, 206, 209, 211, 212, 214, 215, 217, 218, 220, 220, 222, 223, 226, 227, 232, 233, 235, 236, 238, 240, 243, 246, 252, 252, 254, 255, 257, 259, 261, 262, 265, 267, 271, 282, 284, 284, 287, 288, 293, 298, 300, 303, 305, 310, 312, 312, 314, 317, 319, 325, 327, 328, 330, 330, 332, 334, 339, 340, 342, 342, 344, 346, 349, 349, 352, 353, 355, 355, 357, 357, 360, 364, 366, 368, 371, 373, 375, 375, 377, 382, 385, 385, 388, 394, 13, 0, 16, 16, 26, 28, 63, 64, 71, 71, 100, 100, 131, 131, 145, 145, 151, 151, 162, 163, 198, 198, 264, 264, 311, 311, 337, 337, 2, 0, 4, 4, 101, 101, 2, 0, 9, 9, 58, 58, 3, 0, 14, 14, 144, 144, 369, 369, 1, 0, 106, 107, 1, 0, 94, 95, 1, 0, 392, 393, 1, 0, 208, 209, 1, 0, 381, 382, 1, 0, 73, 74, 1, 0, 148, 149, 1, 0, 206, 207, 1, 0, 297, 298, 1, 0, 80, 82, 5396, 0, 699, 1, 0, 0, 0, 2, 706, 1, 0, 0, 0, 4, 711, 1, 0, 0, 0, 6, 745, 1, 0, 0, 0, 8, 747, 1, 0, 0, 0, 10, 820, 1, 0, 0, 0, 12, 822, 1, 0, 0, 0, 14, 838, 1, 0, 0, 0, 16, 847, 1, 0, 0, 0, 18, 855, 1, 0, 0, 0, 20, 868, 1, 0, 0, 0, 22, 879, 1, 0, 0, 0, 24, 884, 1, 0, 0, 0, 26, 895, 1, 0, 0, 0, 28, 958, 1, 0, 0, 0, 30, 960, 1, 0, 0, 0, 32, 963, 1, 0, 0, 0, 34, 967, 1, 0, 0, 0, 36, 969, 1, 0, 0, 0, 38, 972, 1, 0, 0, 0, 40, 975, 1, 0, 0, 0, 42, 1019, 1, 0, 0, 0, 44, 1021, 1, 0, 0, 0, 46, 1024, 1, 0, 0, 0, 48, 1027, 1, 0, 0, 0, 50, 1036, 1, 0, 0, 0, 52, 1039, 1, 0, 0, 0, 54, 1054, 1, 0, 0, 0, 56, 1066, 1, 0, 0, 0, 58, 1071, 1, 0, 0, 0, 60, 1091, 1, 0, 0, 0, 62, 1095, 1, 0, 0, 0, 64, 1102, 1, 0, 0, 0, 66, 1127, 1, 0, 0, 0, 68, 1144, 1, 0, 0, 0, 70, 1146, 1, 0, 0, 0, 72, 1331, 1, 0, 0, 0, 74, 1341, 1, 0, 0, 0, 76, 1343, 1, 0, 0, 0, 78, 1348, 1, 0, 0, 0, 80, 1353, 1, 0, 0, 0, 82, 1355, 1, 0, 0, 0, 84, 1359, 1, 0, 0, 0, 86, 1363, 1, 0, 0, 0, 88, 1367, 1, 0, 0, 0, 90, 1371, 1, 0, 0, 0, 92, 1381, 1, 0, 0, 0, 94, 1392, 1, 0, 0, 0, 96, 1409, 1, 0, 0, 0, 98, 1427, 1, 0, 0, 0, 100, 1432, 1, 0, 0, 0, 102, 1435, 1, 0, 0, 0, 104, 1439, 1, 0, 0, 0, 106, 1446, 1, 0, 0, 0, 108, 1455, 1, 0, 0, 0, 110, 1461, 1, 0, 0, 0, 112, 1463, 1, 0, 0, 0, 114, 1477, 1, 0, 0, 0, 116, 1499, 1, 0, 0, 0, 118, 1501, 1, 0, 0, 0, 120, 1509, 1, 0, 0, 0, 122, 1516, 1, 0, 0, 0, 124, 1518, 1, 0, 0, 0, 126, 1532, 1, 0, 0, 0, 128, 1539, 1, 0, 0, 0, 130, 1541, 1, 0, 0, 0, 132, 1545, 1, 0, 0, 0, 134, 1549, 1, 0, 0, 0, 136, 1553, 1, 0, 0, 0, 138, 1557, 1, 0, 0, 0, 140, 1570, 1, 0, 0, 0, 142, 1578, 1, 0, 0, 0, 144, 1581, 1, 0, 0, 0, 146, 1583, 1, 0, 0, 0, 148, 1595, 1, 0, 0, 0, 150, 1605, 1, 0, 0, 0, 152, 1608, 1, 0, 0, 0, 154, 1619, 1, 0, 0, 0, 156, 1627, 1, 0, 0, 0, 158, 1670, 1, 0, 0, 0, 160, 1679, 1, 0, 0, 0, 162, 1707, 1, 0, 0, 0, 164, 1720, 1, 0, 0, 0, 166, 1722, 1, 0, 0, 0, 168, 1728, 1, 0, 0, 0, 170, 1731, 1, 0, 0, 0, 172, 1737, 1, 0, 0, 0, 174, 1743, 1, 0, 0, 0, 176, 1750, 1, 0, 0, 0, 178, 1784, 1, 0, 0, 0, 180, 1792, 1, 0, 0, 0, 182, 1805, 1, 0, 0, 0, 184, 1810, 1, 0, 0, 0, 186, 1821, 1, 0, 0, 0, 188, 1838, 1, 0, 0, 0, 190, 1840, 1, 0, 0, 0, 192, 1845, 1, 0, 0, 0, 194, 1852, 1, 0, 0, 0, 196, 1854, 1, 0, 0, 0, 198, 1857, 1, 0, 0, 0, 200, 1860, 1, 0, 0, 0, 202, 1874, 1, 0, 0, 0, 204, 1882, 1, 0, 0, 0, 206, 1908, 1, 0, 0, 0, 208, 1910, 1, 0, 0, 0, 210, 1927, 1, 0, 0, 0, 212, 1941, 1, 0, 0, 0, 214, 1943, 1, 0, 0, 0, 216, 1946, 1, 0, 0, 0, 218, 1949, 1, 0, 0, 0, 220, 1958, 1, 0, 0, 0, 222, 1978, 1, 0, 0, 0, 224, 1980, 1, 0, 0, 0, 226, 1983, 1, 0, 0, 0, 228, 1996, 1, 0, 0, 0, 230, 1998, 1, 0, 0, 0, 232, 2002, 1, 0, 0, 0, 234, 2010, 1, 0, 0, 0, 236, 2014, 1, 0, 0, 0, 238, 2023, 1, 0, 0, 0, 240, 2029, 1, 0, 0, 0, 242, 2035, 1, 0, 0, 0, 244, 2040, 1, 0, 0, 0, 246, 2086, 1, 0, 0, 0, 248, 2088, 1, 0, 0, 0, 250, 2096, 1, 0, 0, 0, 252, 2104, 1, 0, 0, 0, 254, 2112, 1, 0, 0, 0, 256, 2122, 1, 0, 0, 0, 258, 2124, 1, 0, 0, 0, 260, 2126, 1, 0, 0, 0, 262, 2128, 1, 0, 0, 0, 264, 2141, 1, 0, 0, 0, 266, 2149, 1, 0, 0, 0, 268, 2158, 1, 0, 0, 0, 270, 2162, 1, 0, 0, 0, 272, 2164, 1, 0, 0, 0, 274, 2169, 1, 0, 0, 0, 276, 2171, 1, 0, 0, 0, 278, 2175, 1, 0, 0, 0, 280, 2181, 1, 0, 0, 0, 282, 2189, 1, 0, 0, 0, 284, 2191, 1, 0, 0, 0, 286, 2194, 1, 0, 0, 0, 288, 2201, 1, 0, 0, 0, 290, 2212, 1, 0, 0, 0, 292, 2225, 1, 0, 0, 0, 294, 2227, 1, 0, 0, 0, 296, 2235, 1, 0, 0, 0, 298, 2239, 1, 0, 0, 0, 300, 2247, 1, 0, 0, 0, 302, 2249, 1, 0, 0, 0, 304, 2252, 1, 0, 0, 0, 306, 2259, 1, 0, 0, 0, 308, 2267, 1, 0, 0, 0, 310, 2274, 1, 0, 0, 0, 312, 2282, 1, 0, 0, 0, 314, 2290, 1, 0, 0, 0, 316, 2294, 1, 0, 0, 0, 318, 2296, 1, 0, 0, 0, 320, 2307, 1, 0, 0, 0, 322, 2311, 1, 0, 0, 0, 324, 2323, 1, 0, 0, 0, 326, 2331, 1, 0, 0, 0, 328, 2335, 1, 0, 0, 0, 330, 2347, 1, 0, 0, 0, 332, 2359, 1, 0, 0, 0, 334, 2364, 1, 0, 0, 0, 336, 2369, 1, 0, 0, 0, 338, 2371, 1, 0, 0, 0, 340, 2375, 1, 0, 0, 0, 342, 2379, 1, 0, 0, 0, 344, 2386, 1, 0, 0, 0, 346, 2388, 1, 0, 0, 0, 348, 2401, 1, 0, 0, 0, 350, 2440, 1, 0, 0, 0, 352, 2442, 1, 0, 0, 0, 354, 2447, 1, 0, 0, 0, 356, 2452, 1, 0, 0, 0, 358, 2459, 1, 0, 0, 0, 360, 2464, 1, 0, 0, 0, 362, 2469, 1, 0, 0, 0, 364, 2475, 1, 0, 0, 0, 366, 2477, 1, 0, 0, 0, 368, 2486, 1, 0, 0, 0, 370, 2498, 1, 0, 0, 0, 372, 2578, 1, 0, 0, 0, 374, 2584, 1, 0, 0, 0, 376, 2610, 1, 0, 0, 0, 378, 2612, 1, 0, 0, 0, 380, 2634, 1, 0, 0, 0, 382, 2639, 1, 0, 0, 0, 384, 2643, 1, 0, 0, 0, 386, 2675, 1, 0, 0, 0, 388, 2677, 1, 0, 0, 0, 390, 2688, 1, 0, 0, 0, 392, 2694, 1, 0, 0, 0, 394, 2696, 1, 0, 0, 0, 396, 2728, 1, 0, 0, 0, 398, 2735, 1, 0, 0, 0, 400, 2741, 1, 0, 0, 0, 402, 2747, 1, 0, 0, 0, 404, 2762, 1, 0, 0, 0, 406, 2772, 1, 0, 0, 0, 408, 2780, 1, 0, 0, 0, 410, 2783, 1, 0, 0, 0, 412, 2786, 1, 0, 0, 0, 414, 2789, 1, 0, 0, 0, 416, 2911, 1, 0, 0, 0, 418, 3045, 1, 0, 0, 0, 420, 3073, 1, 0, 0, 0, 422, 3090, 1, 0, 0, 0, 424, 3107, 1, 0, 0, 0, 426, 3109, 1, 0, 0, 0, 428, 3112, 1, 0, 0, 0, 430, 3138, 1, 0, 0, 0, 432, 3143, 1, 0, 0, 0, 434, 3170, 1, 0, 0, 0, 436, 3181, 1, 0, 0, 0, 438, 3318, 1, 0, 0, 0, 440, 3320, 1, 0, 0, 0, 442, 3343, 1, 0, 0, 0, 444, 3355, 1, 0, 0, 0, 446, 3360, 1, 0, 0, 0, 448, 3368, 1, 0, 0, 0, 450, 3376, 1, 0, 0, 0, 452, 3388, 1, 0, 0, 0, 454, 3422, 1, 0, 0, 0, 456, 3424, 1, 0, 0, 0, 458, 3442, 1, 0, 0, 0, 460, 3451, 1, 0, 0, 0, 462, 3481, 1, 0, 0, 0, 464, 3540, 1, 0, 0, 0, 466, 3542, 1, 0, 0, 0, 468, 3571, 1, 0, 0, 0, 470, 3573, 1, 0, 0, 0, 472, 3589, 1, 0, 0, 0, 474, 3601, 1, 0, 0, 0, 476, 3603, 1, 0, 0, 0, 478, 3607, 1, 0, 0, 0, 480, 3617, 1, 0, 0, 0, 482, 3627, 1, 0, 0, 0, 484, 3632, 1, 0, 0, 0, 486, 3639, 1, 0, 0, 0, 488, 3643, 1, 0, 0, 0, 490, 3662, 1, 0, 0, 0, 492, 3667, 1, 0, 0, 0, 494, 3669, 1, 0, 0, 0, 496, 3697, 1, 0, 0, 0, 498, 3700, 1, 0, 0, 0, 500, 3721, 1, 0, 0, 0, 502, 3762, 1, 0, 0, 0, 504, 3764, 1, 0, 0, 0, 506, 3811, 1, 0, 0, 0, 508, 3813, 1, 0, 0, 0, 510, 3838, 1, 0, 0, 0, 512, 3840, 1, 0, 0, 0, 514, 3848, 1, 0, 0, 0, 516, 3874, 1, 0, 0, 0, 518, 3876, 1, 0, 0, 0, 520, 3896, 1, 0, 0, 0, 522, 3898, 1, 0, 0, 0, 524, 3909, 1, 0, 0, 0, 526, 3922, 1, 0, 0, 0, 528, 3957, 1, 0, 0, 0, 530, 3959, 1, 0, 0, 0, 532, 3962, 1, 0, 0, 0, 534, 3967, 1, 0, 0, 0, 536, 3969, 1, 0, 0, 0, 538, 3991, 1, 0, 0, 0, 540, 3993, 1, 0, 0, 0, 542, 3997, 1, 0, 0, 0, 544, 4006, 1, 0, 0, 0, 546, 4016, 1, 0, 0, 0, 548, 4020, 1, 0, 0, 0, 550, 4024, 1, 0, 0, 0, 552, 4028, 1, 0, 0, 0, 554, 4104, 1, 0, 0, 0, 556, 4106, 1, 0, 0, 0, 558, 4109, 1, 0, 0, 0, 560, 4113, 1, 0, 0, 0, 562, 4118, 1, 0, 0, 0, 564, 4120, 1, 0, 0, 0, 566, 4131, 1, 0, 0, 0, 568, 4148, 1, 0, 0, 0, 570, 4164, 1, 0, 0, 0, 572, 4173, 1, 0, 0, 0, 574, 4188, 1, 0, 0, 0, 576, 4218, 1, 0, 0, 0, 578, 4220, 1, 0, 0, 0, 580, 4237, 1, 0, 0, 0, 582, 4253, 1, 0, 0, 0, 584, 4255, 1, 0, 0, 0, 586, 4274, 1, 0, 0, 0, 588, 4279, 1, 0, 0, 0, 590, 4294, 1, 0, 0, 0, 592, 4302, 1, 0, 0, 0, 594, 4310, 1, 0, 0, 0, 596, 4318, 1, 0, 0, 0, 598, 4326, 1, 0, 0, 0, 600, 4334, 1, 0, 0, 0, 602, 4342, 1, 0, 0, 0, 604, 4344, 1, 0, 0, 0, 606, 4354, 1, 0, 0, 0, 608, 4362, 1, 0, 0, 0, 610, 4378, 1, 0, 0, 0, 612, 4382, 1, 0, 0, 0, 614, 4387, 1, 0, 0, 0, 616, 4389, 1, 0, 0, 0, 618, 4400, 1, 0, 0, 0, 620, 4402, 1, 0, 0, 0, 622, 4420, 1, 0, 0, 0, 624, 4425, 1, 0, 0, 0, 626, 4433, 1, 0, 0, 0, 628, 4441, 1, 0, 0, 0, 630, 4445, 1, 0, 0, 0, 632, 4457, 1, 0, 0, 0, 634, 4462, 1, 0, 0, 0, 636, 4473, 1, 0, 0, 0, 638, 4480, 1, 0, 0, 0, 640, 4482, 1, 0, 0, 0, 642, 4486, 1, 0, 0, 0, 644, 4488, 1, 0, 0, 0, 646, 4493, 1, 0, 0, 0, 648, 4495, 1, 0, 0, 0, 650, 4497, 1, 0, 0, 0, 652, 4549, 1, 0, 0, 0, 654, 4716, 1, 0, 0, 0, 656, 4718, 1, 0, 0, 0, 658, 4727, 1, 0, 0, 0, 660, 4729, 1, 0, 0, 0, 662, 4740, 1, 0, 0, 0, 664, 4742, 1, 0, 0, 0, 666, 4747, 1, 0, 0, 0, 668, 4749, 1, 0, 0, 0, 670, 4751, 1, 0, 0, 0, 672, 4753, 1, 0, 0, 0, 674, 4755, 1, 0, 0, 0, 676, 4757, 1, 0, 0, 0, 678, 4759, 1, 0, 0, 0, 680, 4761, 1, 0, 0, 0, 682, 4763, 1, 0, 0, 0, 684, 4765, 1, 0, 0, 0, 686, 4767, 1, 0, 0, 0, 688, 4775, 1, 0, 0, 0, 690, 4783, 1, 0, 0, 0, 692, 4797, 1, 0, 0, 0, 694, 4799, 1, 0, 0, 0, 696, 698, 3, 2, 1, 0, 697, 696, 1, 0, 0, 0, 698, 701, 1, 0, 0, 0, 699, 697, 1, 0, 0, 0, 699, 700, 1, 0, 0, 0, 700, 702, 1, 0, 0, 0, 701, 699, 1, 0, 0, 0, 702, 703, 5, 0, 0, 1, 703, 1, 1, 0, 0, 0, 704, 707, 3, 4, 2, 0, 705, 707, 3, 10, 5, 0, 706, 704, 1, 0, 0, 0, 706, 705, 1, 0, 0, 0, 707, 709, 1, 0, 0, 0, 708, 710, 5, 398, 0, 0, 709, 708, 1, 0, 0, 0, 709, 710, 1, 0, 0, 0, 710, 3, 1, 0, 0, 0, 711, 721, 5, 119, 0, 0, 712, 714, 3, 6, 3, 0, 713, 712, 1, 0, 0, 0, 714, 717, 1, 0, 0, 0, 715, 713, 1, 0, 0, 0, 715, 716, 1, 0, 0, 0, 716, 718, 1, 0, 0, 0, 717, 715, 1, 0, 0, 0, 718, 722, 3, 10, 5, 0, 719, 720, 5, 284, 0, 0, 720, 722, 3, 362, 181, 0, 721, 715, 1, 0, 0, 0, 721, 719, 1, 0, 0, 0, 722, 5, 1, 0, 0, 0, 723, 746, 5, 122, 0, 0, 724, 746, 5, 138, 0, 0, 725, 746, 5, 88, 0, 0, 726, 728, 5, 37, 0, 0, 727, 729, 7, 0, 0, 0, 728, 727, 1, 0, 0, 0, 728, 729, 1, 0, 0, 0, 729, 746, 1, 0, 0, 0, 730, 746, 5, 192, 0, 0, 731, 746, 5, 21, 0, 0, 732, 746, 5, 10, 0, 0, 733, 746, 5, 275, 0, 0, 734, 746, 5, 191, 0, 0, 735, 746, 5, 19, 0, 0, 736, 738, 5, 377, 0, 0, 737, 739, 5, 225, 0, 0, 738, 737, 1, 0, 0, 0, 738, 739, 1, 0, 0, 0, 739, 741, 1, 0, 0, 0, 740, 742, 3, 8, 4, 0, 741, 740, 1, 0, 0, 0, 741, 742, 1, 0, 0, 0, 742, 746, 1, 0, 0, 0, 743, 746, 5, 79, 0, 0, 744, 746, 5, 78, 0, 0, 745, 723, 1, 0, 0, 0, 745, 724, 1, 0, 0, 0, 745, 725, 1, 0, 0, 0, 745, 726, 1, 0, 0, 0, 745, 730, 1, 0, 0, 0, 745, 731, 1, 0, 0, 0, 745, 732, 1, 0, 0, 0, 745, 733, 1, 0, 0, 0, 745, 734, 1, 0, 0, 0, 745, 735, 1, 0, 0, 0, 745, 736, 1, 0, 0, 0, 745, 743, 1, 0, 0, 0, 745, 744, 1, 0, 0, 0, 746, 7, 1, 0, 0, 0, 747, 748, 7, 1, 0, 0, 748, 9, 1, 0, 0, 0, 749, 821, 3, 362, 181, 0, 750, 821, 3, 12, 6, 0, 751, 821, 3, 16, 8, 0, 752, 821, 3, 18, 9, 0, 753, 821, 3, 20, 10, 0, 754, 821, 3, 24, 12, 0, 755, 756, 5, 277, 0, 0, 756, 757, 5, 320, 0, 0, 757, 760, 3, 474, 237, 0, 758, 759, 5, 387, 0, 0, 759, 761, 3, 230, 115, 0, 760, 758, 1, 0, 0, 0, 760, 761, 1, 0, 0, 0, 761, 821, 1, 0, 0, 0, 762, 821, 3, 28, 14, 0, 763, 764, 5, 86, 0, 0, 764, 765, 5, 139, 0, 0, 765, 767, 3, 480, 240, 0, 766, 768, 3, 496, 248, 0, 767, 766, 1, 0, 0, 0, 767, 768, 1, 0, 0, 0, 768, 821, 1, 0, 0, 0, 769, 770, 5, 365, 0, 0, 770, 771, 3, 480, 240, 0, 771, 773, 3, 394, 197, 0, 772, 774, 3, 496, 248, 0, 773, 772, 1, 0, 0, 0, 773, 774, 1, 0, 0, 0, 774, 821, 1, 0, 0, 0, 775, 821, 3, 396, 198, 0, 776, 778, 5, 203, 0, 0, 777, 779, 5, 436, 0, 0, 778, 777, 1, 0, 0, 0, 778, 779, 1, 0, 0, 0, 779, 780, 1, 0, 0, 0, 780, 781, 5, 166, 0, 0, 781, 786, 3, 480, 240, 0, 782, 784, 5, 17, 0, 0, 783, 782, 1, 0, 0, 0, 783, 784, 1, 0, 0, 0, 784, 785, 1, 0, 0, 0, 785, 787, 3, 642, 321, 0, 786, 783, 1, 0, 0, 0, 786, 787, 1, 0, 0, 0, 787, 788, 1, 0, 0, 0, 788, 789, 5, 370, 0, 0, 789, 790, 3, 458, 229, 0, 790, 791, 5, 224, 0, 0, 791, 792, 3, 584, 292, 0, 792, 793, 3, 400, 200, 0, 793, 821, 1, 0, 0, 0, 794, 795, 5, 249, 0, 0, 795, 796, 3, 642, 321, 0, 796, 797, 5, 139, 0, 0, 797, 798, 3, 362, 181, 0, 798, 821, 1, 0, 0, 0, 799, 800, 5, 115, 0, 0, 800, 801, 3, 642, 321, 0, 801, 802, 5, 370, 0, 0, 802, 803, 3, 298, 149, 0, 803, 821, 1, 0, 0, 0, 804, 805, 5, 304, 0, 0, 805, 810, 3, 652, 326, 0, 806, 807, 5, 395, 0, 0, 807, 809, 3, 652, 326, 0, 808, 806, 1, 0, 0, 0, 809, 812, 1, 0, 0, 0, 810, 808, 1, 0, 0, 0, 810, 811, 1, 0, 0, 0, 811, 813, 1, 0, 0, 0, 812, 810, 1, 0, 0, 0, 813, 817, 5, 405, 0, 0, 814, 816, 9, 0, 0, 0, 815, 814, 1, 0, 0, 0, 816, 819, 1, 0, 0, 0, 817, 818, 1, 0, 0, 0, 817, 815, 1, 0, 0, 0, 818, 821, 1, 0, 0, 0, 819, 817, 1, 0, 0, 0, 820, 749, 1, 0, 0, 0, 820, 750, 1, 0, 0, 0, 820, 751, 1, 0, 0, 0, 820, 752, 1, 0, 0, 0, 820, 753, 1, 0, 0, 0, 820, 754, 1, 0, 0, 0, 820, 755, 1, 0, 0, 0, 820, 762, 1, 0, 0, 0, 820, 763, 1, 0, 0, 0, 820, 769, 1, 0, 0, 0, 820, 775, 1, 0, 0, 0, 820, 776, 1, 0, 0, 0, 820, 794, 1, 0, 0, 0, 820, 799, 1, 0, 0, 0, 820, 804, 1, 0, 0, 0, 821, 11, 1, 0, 0, 0, 822, 823, 5, 187, 0, 0, 823, 825, 5, 66, 0, 0, 824, 826, 5, 188, 0, 0, 825, 824, 1, 0, 0, 0, 825, 826, 1, 0, 0, 0, 826, 827, 1, 0, 0, 0, 827, 828, 5, 158, 0, 0, 828, 830, 5, 426, 0, 0, 829, 831, 5, 235, 0, 0, 830, 829, 1, 0, 0, 0, 830, 831, 1, 0, 0, 0, 831, 832, 1, 0, 0, 0, 832, 833, 5, 166, 0, 0, 833, 834, 5, 329, 0, 0, 834, 836, 3, 628, 314, 0, 835, 837, 3, 56, 28, 0, 836, 835, 1, 0, 0, 0, 836, 837, 1, 0, 0, 0, 837, 13, 1, 0, 0, 0, 838, 840, 5, 134, 0, 0, 839, 841, 5, 204, 0, 0, 840, 839, 1, 0, 0, 0, 840, 841, 1, 0, 0, 0, 841, 842, 1, 0, 0, 0, 842, 843, 5, 279, 0, 0, 843, 844, 5, 399, 0, 0, 844, 845, 5, 426, 0, 0, 845, 846, 5, 400, 0, 0, 846, 15, 1, 0, 0, 0, 847, 848, 5, 120, 0, 0, 848, 849, 5, 329, 0, 0, 849, 850, 3, 628, 314, 0, 850, 851, 5, 341, 0, 0, 851, 853, 5, 426, 0, 0, 852, 854, 3, 14, 7, 0, 853, 852, 1, 0, 0, 0, 853, 854, 1, 0, 0, 0, 854, 17, 1, 0, 0, 0, 855, 861, 5, 153, 0, 0, 856, 858, 5, 123, 0, 0, 857, 856, 1, 0, 0, 0, 857, 858, 1, 0, 0, 0, 858, 859, 1, 0, 0, 0, 859, 860, 5, 329, 0, 0, 860, 862, 3, 628, 314, 0, 861, 857, 1, 0, 0, 0, 861, 862, 1, 0, 0, 0, 862, 863, 1, 0, 0, 0, 863, 864, 5, 139, 0, 0, 864, 866, 5, 426, 0, 0, 865, 867, 3, 426, 213, 0, 866, 865, 1, 0, 0, 0, 866, 867, 1, 0, 0, 0, 867, 19, 1, 0, 0, 0, 868, 869, 5, 277, 0, 0, 869, 870, 5, 103, 0, 0, 870, 873, 3, 22, 11, 0, 871, 872, 5, 278, 0, 0, 872, 874, 3, 22, 11, 0, 873, 871, 1, 0, 0, 0, 873, 874, 1, 0, 0, 0, 874, 877, 1, 0, 0, 0, 875, 876, 5, 387, 0, 0, 876, 878, 3, 230, 115, 0, 877, 875, 1, 0, 0, 0, 877, 878, 1, 0, 0, 0, 878, 21, 1, 0, 0, 0, 879, 882, 3, 474, 237, 0, 880, 881, 5, 395, 0, 0, 881, 883, 3, 26, 13, 0, 882, 880, 1, 0, 0, 0, 882, 883, 1, 0, 0, 0, 883, 23, 1, 0, 0, 0, 884, 885, 5, 277, 0, 0, 885, 886, 5, 187, 0, 0, 886, 889, 3, 22, 11, 0, 887, 888, 5, 166, 0, 0, 888, 890, 3, 474, 237, 0, 889, 887, 1, 0, 0, 0, 889, 890, 1, 0, 0, 0, 890, 893, 1, 0, 0, 0, 891, 892, 5, 387, 0, 0, 892, 894, 3, 230, 115, 0, 893, 891, 1, 0, 0, 0, 893, 894, 1, 0, 0, 0, 894, 25, 1, 0, 0, 0, 895, 898, 5, 426, 0, 0, 896, 897, 5, 395, 0, 0, 897, 899, 5, 426, 0, 0, 898, 896, 1, 0, 0, 0, 898, 899, 1, 0, 0, 0, 899, 27, 1, 0, 0, 0, 900, 959, 3, 42, 21, 0, 901, 959, 3, 46, 23, 0, 902, 959, 3, 48, 24, 0, 903, 959, 3, 438, 219, 0, 904, 959, 3, 54, 27, 0, 905, 959, 3, 52, 26, 0, 906, 959, 3, 414, 207, 0, 907, 959, 3, 64, 32, 0, 908, 959, 3, 72, 36, 0, 909, 959, 3, 138, 69, 0, 910, 959, 3, 160, 80, 0, 911, 959, 3, 176, 88, 0, 912, 959, 3, 180, 90, 0, 913, 959, 3, 184, 92, 0, 914, 959, 3, 182, 91, 0, 915, 959, 3, 174, 87, 0, 916, 959, 3, 178, 89, 0, 917, 959, 3, 146, 73, 0, 918, 959, 3, 152, 76, 0, 919, 959, 3, 148, 74, 0, 920, 959, 3, 150, 75, 0, 921, 959, 3, 154, 77, 0, 922, 959, 3, 156, 78, 0, 923, 959, 3, 158, 79, 0, 924, 959, 3, 66, 33, 0, 925, 959, 3, 76, 38, 0, 926, 959, 3, 82, 41, 0, 927, 959, 3, 78, 39, 0, 928, 959, 3, 84, 42, 0, 929, 959, 3, 86, 43, 0, 930, 959, 3, 88, 44, 0, 931, 959, 3, 90, 45, 0, 932, 959, 3, 92, 46, 0, 933, 959, 3, 106, 53, 0, 934, 959, 3, 98, 49, 0, 935, 959, 3, 108, 54, 0, 936, 959, 3, 100, 50, 0, 937, 959, 3, 94, 47, 0, 938, 959, 3, 96, 48, 0, 939, 959, 3, 104, 52, 0, 940, 959, 3, 102, 51, 0, 941, 942, 5, 1, 0, 0, 942, 944, 7, 2, 0, 0, 943, 945, 5, 431, 0, 0, 944, 943, 1, 0, 0, 0, 945, 946, 1, 0, 0, 0, 946, 944, 1, 0, 0, 0, 946, 947, 1, 0, 0, 0, 947, 959, 1, 0, 0, 0, 948, 949, 5, 176, 0, 0, 949, 951, 5, 258, 0, 0, 950, 952, 5, 426, 0, 0, 951, 950, 1, 0, 0, 0, 952, 953, 1, 0, 0, 0, 953, 951, 1, 0, 0, 0, 953, 954, 1, 0, 0, 0, 954, 959, 1, 0, 0, 0, 955, 959, 3, 654, 327, 0, 956, 959, 3, 440, 220, 0, 957, 959, 3, 442, 221, 0, 958, 900, 1, 0, 0, 0, 958, 901, 1, 0, 0, 0, 958, 902, 1, 0, 0, 0, 958, 903, 1, 0, 0, 0, 958, 904, 1, 0, 0, 0, 958, 905, 1, 0, 0, 0, 958, 906, 1, 0, 0, 0, 958, 907, 1, 0, 0, 0, 958, 908, 1, 0, 0, 0, 958, 909, 1, 0, 0, 0, 958, 910, 1, 0, 0, 0, 958, 911, 1, 0, 0, 0, 958, 912, 1, 0, 0, 0, 958, 913, 1, 0, 0, 0, 958, 914, 1, 0, 0, 0, 958, 915, 1, 0, 0, 0, 958, 916, 1, 0, 0, 0, 958, 917, 1, 0, 0, 0, 958, 918, 1, 0, 0, 0, 958, 919, 1, 0, 0, 0, 958, 920, 1, 0, 0, 0, 958, 921, 1, 0, 0, 0, 958, 922, 1, 0, 0, 0, 958, 923, 1, 0, 0, 0, 958, 924, 1, 0, 0, 0, 958, 925, 1, 0, 0, 0, 958, 926, 1, 0, 0, 0, 958, 927, 1, 0, 0, 0, 958, 928, 1, 0, 0, 0, 958, 929, 1, 0, 0, 0, 958, 930, 1, 0, 0, 0, 958, 931, 1, 0, 0, 0, 958, 932, 1, 0, 0, 0, 958, 933, 1, 0, 0, 0, 958, 934, 1, 0, 0, 0, 958, 935, 1, 0, 0, 0, 958, 936, 1, 0, 0, 0, 958, 937, 1, 0, 0, 0, 958, 938, 1, 0, 0, 0, 958, 939, 1, 0, 0, 0, 958, 940, 1, 0, 0, 0, 958, 941, 1, 0, 0, 0, 958, 948, 1, 0, 0, 0, 958, 955, 1, 0, 0, 0, 958, 956, 1, 0, 0, 0, 958, 957, 1, 0, 0, 0, 959, 29, 1, 0, 0, 0, 960, 961, 5, 151, 0, 0, 961, 962, 5, 117, 0, 0, 962, 31, 1, 0, 0, 0, 963, 964, 5, 151, 0, 0, 964, 965, 5, 216, 0, 0, 965, 966, 5, 117, 0, 0, 966, 33, 1, 0, 0, 0, 967, 968, 7, 3, 0, 0, 968, 35, 1, 0, 0, 0, 969, 970, 3, 666, 333, 0, 970, 971, 5, 284, 0, 0, 971, 37, 1, 0, 0, 0, 972, 973, 3, 668, 334, 0, 973, 974, 5, 284, 0, 0, 974, 39, 1, 0, 0, 0, 975, 976, 5, 321, 0, 0, 976, 977, 5, 17, 0, 0, 977, 978, 5, 92, 0, 0, 978, 41, 1, 0, 0, 0, 979, 981, 5, 58, 0, 0, 980, 982, 5, 273, 0, 0, 981, 980, 1, 0, 0, 0, 981, 982, 1, 0, 0, 0, 982, 983, 1, 0, 0, 0, 983, 985, 3, 70, 35, 0, 984, 986, 3, 32, 16, 0, 985, 984, 1, 0, 0, 0, 985, 986, 1, 0, 0, 0, 986, 987, 1, 0, 0, 0, 987, 989, 3, 476, 238, 0, 988, 990, 3, 50, 25, 0, 989, 988, 1, 0, 0, 0, 989, 990, 1, 0, 0, 0, 990, 992, 1, 0, 0, 0, 991, 993, 3, 426, 213, 0, 992, 991, 1, 0, 0, 0, 992, 993, 1, 0, 0, 0, 993, 996, 1, 0, 0, 0, 994, 995, 5, 196, 0, 0, 995, 997, 5, 426, 0, 0, 996, 994, 1, 0, 0, 0, 996, 997, 1, 0, 0, 0, 997, 1001, 1, 0, 0, 0, 998, 999, 5, 387, 0, 0, 999, 1000, 5, 76, 0, 0, 1000, 1002, 3, 230, 115, 0, 1001, 998, 1, 0, 0, 0, 1001, 1002, 1, 0, 0, 0, 1002, 1020, 1, 0, 0, 0, 1003, 1004, 5, 58, 0, 0, 1004, 1005, 5, 273, 0, 0, 1005, 1007, 3, 70, 35, 0, 1006, 1008, 3, 32, 16, 0, 1007, 1006, 1, 0, 0, 0, 1007, 1008, 1, 0, 0, 0, 1008, 1009, 1, 0, 0, 0, 1009, 1011, 3, 476, 238, 0, 1010, 1012, 3, 50, 25, 0, 1011, 1010, 1, 0, 0, 0, 1011, 1012, 1, 0, 0, 0, 1012, 1013, 1, 0, 0, 0, 1013, 1017, 3, 44, 22, 0, 1014, 1015, 5, 387, 0, 0, 1015, 1016, 5, 76, 0, 0, 1016, 1018, 3, 230, 115, 0, 1017, 1014, 1, 0, 0, 0, 1017, 1018, 1, 0, 0, 0, 1018, 1020, 1, 0, 0, 0, 1019, 979, 1, 0, 0, 0, 1019, 1003, 1, 0, 0, 0, 1020, 43, 1, 0, 0, 0, 1021, 1022, 5, 370, 0, 0, 1022, 1023, 3, 474, 237, 0, 1023, 45, 1, 0, 0, 0, 1024, 1025, 5, 368, 0, 0, 1025, 1026, 3, 474, 237, 0, 1026, 47, 1, 0, 0, 0, 1027, 1028, 5, 101, 0, 0, 1028, 1030, 3, 70, 35, 0, 1029, 1031, 3, 30, 15, 0, 1030, 1029, 1, 0, 0, 0, 1030, 1031, 1, 0, 0, 0, 1031, 1032, 1, 0, 0, 0, 1032, 1034, 3, 474, 237, 0, 1033, 1035, 3, 34, 17, 0, 1034, 1033, 1, 0, 0, 0, 1034, 1035, 1, 0, 0, 0, 1035, 49, 1, 0, 0, 0, 1036, 1037, 5, 47, 0, 0, 1037, 1038, 5, 426, 0, 0, 1038, 51, 1, 0, 0, 0, 1039, 1041, 5, 351, 0, 0, 1040, 1042, 5, 329, 0, 0, 1041, 1040, 1, 0, 0, 0, 1041, 1042, 1, 0, 0, 0, 1042, 1043, 1, 0, 0, 0, 1043, 1049, 3, 628, 314, 0, 1044, 1045, 5, 46, 0, 0, 1045, 1046, 5, 399, 0, 0, 1046, 1047, 3, 254, 127, 0, 1047, 1048, 5, 400, 0, 0, 1048, 1050, 1, 0, 0, 0, 1049, 1044, 1, 0, 0, 0, 1049, 1050, 1, 0, 0, 0, 1050, 1052, 1, 0, 0, 0, 1051, 1053, 5, 135, 0, 0, 1052, 1051, 1, 0, 0, 0, 1052, 1053, 1, 0, 0, 0, 1053, 53, 1, 0, 0, 0, 1054, 1055, 5, 101, 0, 0, 1055, 1057, 5, 329, 0, 0, 1056, 1058, 3, 30, 15, 0, 1057, 1056, 1, 0, 0, 0, 1057, 1058, 1, 0, 0, 0, 1058, 1059, 1, 0, 0, 0, 1059, 1061, 3, 480, 240, 0, 1060, 1062, 5, 255, 0, 0, 1061, 1060, 1, 0, 0, 0, 1061, 1062, 1, 0, 0, 0, 1062, 1064, 1, 0, 0, 0, 1063, 1065, 3, 14, 7, 0, 1064, 1063, 1, 0, 0, 0, 1064, 1065, 1, 0, 0, 0, 1065, 55, 1, 0, 0, 0, 1066, 1067, 5, 160, 0, 0, 1067, 1068, 5, 426, 0, 0, 1068, 1069, 5, 301, 0, 0, 1069, 1070, 5, 426, 0, 0, 1070, 57, 1, 0, 0, 0, 1071, 1074, 3, 642, 321, 0, 1072, 1073, 5, 395, 0, 0, 1073, 1075, 3, 642, 321, 0, 1074, 1072, 1, 0, 0, 0, 1074, 1075, 1, 0, 0, 0, 1075, 1089, 1, 0, 0, 0, 1076, 1086, 3, 642, 321, 0, 1077, 1082, 5, 395, 0, 0, 1078, 1083, 5, 104, 0, 0, 1079, 1083, 5, 175, 0, 0, 1080, 1083, 5, 375, 0, 0, 1081, 1083, 3, 642, 321, 0, 1082, 1078, 1, 0, 0, 0, 1082, 1079, 1, 0, 0, 0, 1082, 1080, 1, 0, 0, 0, 1082, 1081, 1, 0, 0, 0, 1083, 1085, 1, 0, 0, 0, 1084, 1077, 1, 0, 0, 0, 1085, 1088, 1, 0, 0, 0, 1086, 1084, 1, 0, 0, 0, 1086, 1087, 1, 0, 0, 0, 1087, 1090, 1, 0, 0, 0, 1088, 1086, 1, 0, 0, 0, 1089, 1076, 1, 0, 0, 0, 1089, 1090, 1, 0, 0, 0, 1090, 59, 1, 0, 0, 0, 1091, 1093, 3, 58, 29, 0, 1092, 1094, 3, 630, 315, 0, 1093, 1092, 1, 0, 0, 0, 1093, 1094, 1, 0, 0, 0, 1094, 61, 1, 0, 0, 0, 1095, 1097, 3, 478, 239, 0, 1096, 1098, 3, 630, 315, 0, 1097, 1096, 1, 0, 0, 0, 1097, 1098, 1, 0, 0, 0, 1098, 1100, 1, 0, 0, 0, 1099, 1101, 3, 262, 131, 0, 1100, 1099, 1, 0, 0, 0, 1100, 1101, 1, 0, 0, 0, 1101, 63, 1, 0, 0, 0, 1102, 1125, 7, 4, 0, 0, 1103, 1105, 3, 70, 35, 0, 1104, 1106, 5, 122, 0, 0, 1105, 1104, 1, 0, 0, 0, 1105, 1106, 1, 0, 0, 0, 1106, 1107, 1, 0, 0, 0, 1107, 1108, 3, 474, 237, 0, 1108, 1126, 1, 0, 0, 0, 1109, 1111, 5, 69, 0, 0, 1110, 1112, 5, 122, 0, 0, 1111, 1110, 1, 0, 0, 0, 1111, 1112, 1, 0, 0, 0, 1112, 1113, 1, 0, 0, 0, 1113, 1126, 3, 474, 237, 0, 1114, 1116, 5, 141, 0, 0, 1115, 1117, 5, 122, 0, 0, 1116, 1115, 1, 0, 0, 0, 1116, 1117, 1, 0, 0, 0, 1117, 1118, 1, 0, 0, 0, 1118, 1126, 3, 560, 280, 0, 1119, 1122, 5, 138, 0, 0, 1120, 1122, 5, 122, 0, 0, 1121, 1119, 1, 0, 0, 0, 1121, 1120, 1, 0, 0, 0, 1122, 1123, 1, 0, 0, 0, 1123, 1126, 3, 62, 31, 0, 1124, 1126, 3, 62, 31, 0, 1125, 1103, 1, 0, 0, 0, 1125, 1109, 1, 0, 0, 0, 1125, 1114, 1, 0, 0, 0, 1125, 1121, 1, 0, 0, 0, 1125, 1124, 1, 0, 0, 0, 1126, 65, 1, 0, 0, 0, 1127, 1128, 5, 10, 0, 0, 1128, 1129, 5, 329, 0, 0, 1129, 1142, 3, 628, 314, 0, 1130, 1131, 5, 52, 0, 0, 1131, 1138, 5, 319, 0, 0, 1132, 1139, 5, 215, 0, 0, 1133, 1134, 5, 134, 0, 0, 1134, 1136, 5, 46, 0, 0, 1135, 1137, 3, 254, 127, 0, 1136, 1135, 1, 0, 0, 0, 1136, 1137, 1, 0, 0, 0, 1137, 1139, 1, 0, 0, 0, 1138, 1132, 1, 0, 0, 0, 1138, 1133, 1, 0, 0, 0, 1138, 1139, 1, 0, 0, 0, 1139, 1143, 1, 0, 0, 0, 1140, 1141, 5, 33, 0, 0, 1141, 1143, 5, 204, 0, 0, 1142, 1130, 1, 0, 0, 0, 1142, 1140, 1, 0, 0, 0, 1143, 67, 1, 0, 0, 0, 1144, 1145, 7, 5, 0, 0, 1145, 69, 1, 0, 0, 0, 1146, 1147, 7, 6, 0, 0, 1147, 71, 1, 0, 0, 0, 1148, 1149, 5, 308, 0, 0, 1149, 1152, 7, 7, 0, 0, 1150, 1151, 5, 184, 0, 0, 1151, 1153, 3, 194, 97, 0, 1152, 1150, 1, 0, 0, 0, 1152, 1153, 1, 0, 0, 0, 1153, 1332, 1, 0, 0, 0, 1154, 1156, 5, 308, 0, 0, 1155, 1157, 5, 122, 0, 0, 1156, 1155, 1, 0, 0, 0, 1156, 1157, 1, 0, 0, 0, 1157, 1158, 1, 0, 0, 0, 1158, 1162, 5, 330, 0, 0, 1159, 1160, 3, 68, 34, 0, 1160, 1161, 3, 474, 237, 0, 1161, 1163, 1, 0, 0, 0, 1162, 1159, 1, 0, 0, 0, 1162, 1163, 1, 0, 0, 0, 1163, 1165, 1, 0, 0, 0, 1164, 1166, 3, 74, 37, 0, 1165, 1164, 1, 0, 0, 0, 1165, 1166, 1, 0, 0, 0, 1166, 1332, 1, 0, 0, 0, 1167, 1168, 5, 308, 0, 0, 1168, 1172, 5, 379, 0, 0, 1169, 1170, 3, 68, 34, 0, 1170, 1171, 3, 474, 237, 0, 1171, 1173, 1, 0, 0, 0, 1172, 1169, 1, 0, 0, 0, 1172, 1173, 1, 0, 0, 0, 1173, 1177, 1, 0, 0, 0, 1174, 1175, 5, 184, 0, 0, 1175, 1178, 3, 194, 97, 0, 1176, 1178, 3, 194, 97, 0, 1177, 1174, 1, 0, 0, 0, 1177, 1176, 1, 0, 0, 0, 1177, 1178, 1, 0, 0, 0, 1178, 1332, 1, 0, 0, 0, 1179, 1180, 5, 308, 0, 0, 1180, 1181, 5, 202, 0, 0, 1181, 1185, 5, 379, 0, 0, 1182, 1183, 3, 68, 34, 0, 1183, 1184, 3, 474, 237, 0, 1184, 1186, 1, 0, 0, 0, 1185, 1182, 1, 0, 0, 0, 1185, 1186, 1, 0, 0, 0, 1186, 1190, 1, 0, 0, 0, 1187, 1188, 5, 184, 0, 0, 1188, 1191, 3, 194, 97, 0, 1189, 1191, 3, 194, 97, 0, 1190, 1187, 1, 0, 0, 0, 1190, 1189, 1, 0, 0, 0, 1190, 1191, 1, 0, 0, 0, 1191, 1332, 1, 0, 0, 0, 1192, 1194, 5, 308, 0, 0, 1193, 1195, 5, 315, 0, 0, 1194, 1193, 1, 0, 0, 0, 1194, 1195, 1, 0, 0, 0, 1195, 1196, 1, 0, 0, 0, 1196, 1197, 5, 46, 0, 0, 1197, 1198, 3, 68, 34, 0, 1198, 1202, 3, 478, 239, 0, 1199, 1200, 3, 68, 34, 0, 1200, 1201, 3, 474, 237, 0, 1201, 1203, 1, 0, 0, 0, 1202, 1199, 1, 0, 0, 0, 1202, 1203, 1, 0, 0, 0, 1203, 1207, 1, 0, 0, 0, 1204, 1205, 5, 184, 0, 0, 1205, 1208, 3, 194, 97, 0, 1206, 1208, 3, 194, 97, 0, 1207, 1204, 1, 0, 0, 0, 1207, 1206, 1, 0, 0, 0, 1207, 1208, 1, 0, 0, 0, 1208, 1332, 1, 0, 0, 0, 1209, 1210, 5, 308, 0, 0, 1210, 1213, 5, 142, 0, 0, 1211, 1212, 5, 184, 0, 0, 1212, 1214, 3, 560, 280, 0, 1213, 1211, 1, 0, 0, 0, 1213, 1214, 1, 0, 0, 0, 1214, 1332, 1, 0, 0, 0, 1215, 1216, 5, 308, 0, 0, 1216, 1217, 5, 239, 0, 0, 1217, 1219, 3, 478, 239, 0, 1218, 1220, 3, 630, 315, 0, 1219, 1218, 1, 0, 0, 0, 1219, 1220, 1, 0, 0, 0, 1220, 1222, 1, 0, 0, 0, 1221, 1223, 3, 496, 248, 0, 1222, 1221, 1, 0, 0, 0, 1222, 1223, 1, 0, 0, 0, 1223, 1225, 1, 0, 0, 0, 1224, 1226, 3, 544, 272, 0, 1225, 1224, 1, 0, 0, 0, 1225, 1226, 1, 0, 0, 0, 1226, 1228, 1, 0, 0, 0, 1227, 1229, 3, 388, 194, 0, 1228, 1227, 1, 0, 0, 0, 1228, 1229, 1, 0, 0, 0, 1229, 1332, 1, 0, 0, 0, 1230, 1231, 5, 308, 0, 0, 1231, 1237, 5, 58, 0, 0, 1232, 1233, 3, 70, 35, 0, 1233, 1234, 3, 474, 237, 0, 1234, 1238, 1, 0, 0, 0, 1235, 1236, 5, 329, 0, 0, 1236, 1238, 3, 480, 240, 0, 1237, 1232, 1, 0, 0, 0, 1237, 1235, 1, 0, 0, 0, 1238, 1332, 1, 0, 0, 0, 1239, 1240, 5, 308, 0, 0, 1240, 1241, 5, 329, 0, 0, 1241, 1245, 5, 122, 0, 0, 1242, 1243, 3, 68, 34, 0, 1243, 1244, 3, 474, 237, 0, 1244, 1246, 1, 0, 0, 0, 1245, 1242, 1, 0, 0, 0, 1245, 1246, 1, 0, 0, 0, 1246, 1247, 1, 0, 0, 0, 1247, 1248, 5, 184, 0, 0, 1248, 1250, 3, 194, 97, 0, 1249, 1251, 3, 630, 315, 0, 1250, 1249, 1, 0, 0, 0, 1250, 1251, 1, 0, 0, 0, 1251, 1332, 1, 0, 0, 0, 1252, 1253, 5, 308, 0, 0, 1253, 1254, 5, 332, 0, 0, 1254, 1258, 3, 480, 240, 0, 1255, 1256, 5, 399, 0, 0, 1256, 1257, 5, 426, 0, 0, 1257, 1259, 5, 400, 0, 0, 1258, 1255, 1, 0, 0, 0, 1258, 1259, 1, 0, 0, 0, 1259, 1332, 1, 0, 0, 0, 1260, 1261, 5, 308, 0, 0, 1261, 1273, 5, 191, 0, 0, 1262, 1263, 3, 70, 35, 0, 1263, 1265, 3, 474, 237, 0, 1264, 1266, 5, 122, 0, 0, 1265, 1264, 1, 0, 0, 0, 1265, 1266, 1, 0, 0, 0, 1266, 1274, 1, 0, 0, 0, 1267, 1269, 3, 60, 30, 0, 1268, 1267, 1, 0, 0, 0, 1268, 1269, 1, 0, 0, 0, 1269, 1271, 1, 0, 0, 0, 1270, 1272, 5, 122, 0, 0, 1271, 1270, 1, 0, 0, 0, 1271, 1272, 1, 0, 0, 0, 1272, 1274, 1, 0, 0, 0, 1273, 1262, 1, 0, 0, 0, 1273, 1268, 1, 0, 0, 0, 1274, 1332, 1, 0, 0, 0, 1275, 1276, 5, 308, 0, 0, 1276, 1303, 5, 50, 0, 0, 1277, 1278, 5, 51, 0, 0, 1278, 1279, 5, 405, 0, 0, 1279, 1304, 5, 431, 0, 0, 1280, 1281, 3, 70, 35, 0, 1281, 1282, 3, 474, 237, 0, 1282, 1287, 1, 0, 0, 0, 1283, 1285, 3, 60, 30, 0, 1284, 1283, 1, 0, 0, 0, 1284, 1285, 1, 0, 0, 0, 1285, 1287, 1, 0, 0, 0, 1286, 1280, 1, 0, 0, 0, 1286, 1284, 1, 0, 0, 0, 1287, 1289, 1, 0, 0, 0, 1288, 1290, 3, 408, 204, 0, 1289, 1288, 1, 0, 0, 0, 1289, 1290, 1, 0, 0, 0, 1290, 1292, 1, 0, 0, 0, 1291, 1293, 3, 410, 205, 0, 1292, 1291, 1, 0, 0, 0, 1292, 1293, 1, 0, 0, 0, 1293, 1295, 1, 0, 0, 0, 1294, 1296, 3, 412, 206, 0, 1295, 1294, 1, 0, 0, 0, 1295, 1296, 1, 0, 0, 0, 1296, 1298, 1, 0, 0, 0, 1297, 1299, 3, 544, 272, 0, 1298, 1297, 1, 0, 0, 0, 1298, 1299, 1, 0, 0, 0, 1299, 1301, 1, 0, 0, 0, 1300, 1302, 3, 388, 194, 0, 1301, 1300, 1, 0, 0, 0, 1301, 1302, 1, 0, 0, 0, 1302, 1304, 1, 0, 0, 0, 1303, 1277, 1, 0, 0, 0, 1303, 1286, 1, 0, 0, 0, 1304, 1332, 1, 0, 0, 0, 1305, 1306, 5, 308, 0, 0, 1306, 1332, 5, 346, 0, 0, 1307, 1308, 5, 308, 0, 0, 1308, 1309, 5, 54, 0, 0, 1309, 1332, 5, 426, 0, 0, 1310, 1311, 5, 308, 0, 0, 1311, 1315, 5, 280, 0, 0, 1312, 1313, 5, 243, 0, 0, 1313, 1316, 3, 642, 321, 0, 1314, 1316, 5, 244, 0, 0, 1315, 1312, 1, 0, 0, 0, 1315, 1314, 1, 0, 0, 0, 1316, 1332, 1, 0, 0, 0, 1317, 1318, 5, 308, 0, 0, 1318, 1332, 5, 70, 0, 0, 1319, 1321, 5, 308, 0, 0, 1320, 1322, 5, 138, 0, 0, 1321, 1320, 1, 0, 0, 0, 1321, 1322, 1, 0, 0, 0, 1322, 1323, 1, 0, 0, 0, 1323, 1324, 7, 8, 0, 0, 1324, 1325, 5, 224, 0, 0, 1325, 1329, 3, 480, 240, 0, 1326, 1327, 3, 68, 34, 0, 1327, 1328, 3, 474, 237, 0, 1328, 1330, 1, 0, 0, 0, 1329, 1326, 1, 0, 0, 0, 1329, 1330, 1, 0, 0, 0, 1330, 1332, 1, 0, 0, 0, 1331, 1148, 1, 0, 0, 0, 1331, 1154, 1, 0, 0, 0, 1331, 1167, 1, 0, 0, 0, 1331, 1179, 1, 0, 0, 0, 1331, 1192, 1, 0, 0, 0, 1331, 1209, 1, 0, 0, 0, 1331, 1215, 1, 0, 0, 0, 1331, 1230, 1, 0, 0, 0, 1331, 1239, 1, 0, 0, 0, 1331, 1252, 1, 0, 0, 0, 1331, 1260, 1, 0, 0, 0, 1331, 1275, 1, 0, 0, 0, 1331, 1305, 1, 0, 0, 0, 1331, 1307, 1, 0, 0, 0, 1331, 1310, 1, 0, 0, 0, 1331, 1317, 1, 0, 0, 0, 1331, 1319, 1, 0, 0, 0, 1332, 73, 1, 0, 0, 0, 1333, 1334, 5, 384, 0, 0, 1334, 1335, 3, 642, 321, 0, 1335, 1336, 5, 405, 0, 0, 1336, 1337, 5, 426, 0, 0, 1337, 1342, 1, 0, 0, 0, 1338, 1339, 5, 184, 0, 0, 1339, 1342, 3, 194, 97, 0, 1340, 1342, 3, 194, 97, 0, 1341, 1333, 1, 0, 0, 0, 1341, 1338, 1, 0, 0, 0, 1341, 1340, 1, 0, 0, 0, 1342, 75, 1, 0, 0, 0, 1343, 1344, 5, 190, 0, 0, 1344, 1345, 5, 329, 0, 0, 1345, 1346, 3, 628, 314, 0, 1346, 1347, 3, 80, 40, 0, 1347, 77, 1, 0, 0, 0, 1348, 1349, 5, 190, 0, 0, 1349, 1350, 3, 70, 35, 0, 1350, 1351, 3, 474, 237, 0, 1351, 1352, 3, 80, 40, 0, 1352, 79, 1, 0, 0, 0, 1353, 1354, 7, 9, 0, 0, 1354, 81, 1, 0, 0, 0, 1355, 1356, 5, 361, 0, 0, 1356, 1357, 5, 329, 0, 0, 1357, 1358, 3, 628, 314, 0, 1358, 83, 1, 0, 0, 0, 1359, 1360, 5, 361, 0, 0, 1360, 1361, 3, 70, 35, 0, 1361, 1362, 3, 474, 237, 0, 1362, 85, 1, 0, 0, 0, 1363, 1364, 5, 58, 0, 0, 1364, 1365, 5, 287, 0, 0, 1365, 1366, 3, 642, 321, 0, 1366, 87, 1, 0, 0, 0, 1367, 1368, 5, 101, 0, 0, 1368, 1369, 5, 287, 0, 0, 1369, 1370, 3, 642, 321, 0, 1370, 89, 1, 0, 0, 0, 1371, 1372, 5, 143, 0, 0, 1372, 1374, 3, 118, 59, 0, 1373, 1375, 3, 112, 56, 0, 1374, 1373, 1, 0, 0, 0, 1374, 1375, 1, 0, 0, 0, 1375, 1376, 1, 0, 0, 0, 1376, 1377, 5, 341, 0, 0, 1377, 1379, 3, 124, 62, 0, 1378, 1380, 3, 130, 65, 0, 1379, 1378, 1, 0, 0, 0, 1379, 1380, 1, 0, 0, 0, 1380, 91, 1, 0, 0, 0, 1381, 1383, 5, 283, 0, 0, 1382, 1384, 3, 132, 66, 0, 1383, 1382, 1, 0, 0, 0, 1383, 1384, 1, 0, 0, 0, 1384, 1385, 1, 0, 0, 0, 1385, 1387, 3, 118, 59, 0, 1386, 1388, 3, 112, 56, 0, 1387, 1386, 1, 0, 0, 0, 1387, 1388, 1, 0, 0, 0, 1388, 1389, 1, 0, 0, 0, 1389, 1390, 5, 139, 0, 0, 1390, 1391, 3, 124, 62, 0, 1391, 93, 1, 0, 0, 0, 1392, 1394, 5, 143, 0, 0, 1393, 1395, 5, 287, 0, 0, 1394, 1393, 1, 0, 0, 0, 1394, 1395, 1, 0, 0, 0, 1395, 1396, 1, 0, 0, 0, 1396, 1401, 3, 642, 321, 0, 1397, 1398, 5, 397, 0, 0, 1398, 1400, 3, 642, 321, 0, 1399, 1397, 1, 0, 0, 0, 1400, 1403, 1, 0, 0, 0, 1401, 1399, 1, 0, 0, 0, 1401, 1402, 1, 0, 0, 0, 1402, 1404, 1, 0, 0, 0, 1403, 1401, 1, 0, 0, 0, 1404, 1405, 5, 341, 0, 0, 1405, 1407, 3, 124, 62, 0, 1406, 1408, 3, 136, 68, 0, 1407, 1406, 1, 0, 0, 0, 1407, 1408, 1, 0, 0, 0, 1408, 95, 1, 0, 0, 0, 1409, 1411, 5, 283, 0, 0, 1410, 1412, 3, 134, 67, 0, 1411, 1410, 1, 0, 0, 0, 1411, 1412, 1, 0, 0, 0, 1412, 1414, 1, 0, 0, 0, 1413, 1415, 5, 287, 0, 0, 1414, 1413, 1, 0, 0, 0, 1414, 1415, 1, 0, 0, 0, 1415, 1416, 1, 0, 0, 0, 1416, 1421, 3, 642, 321, 0, 1417, 1418, 5, 397, 0, 0, 1418, 1420, 3, 642, 321, 0, 1419, 1417, 1, 0, 0, 0, 1420, 1423, 1, 0, 0, 0, 1421, 1419, 1, 0, 0, 0, 1421, 1422, 1, 0, 0, 0, 1422, 1424, 1, 0, 0, 0, 1423, 1421, 1, 0, 0, 0, 1424, 1425, 5, 139, 0, 0, 1425, 1426, 3, 124, 62, 0, 1426, 97, 1, 0, 0, 0, 1427, 1428, 5, 308, 0, 0, 1428, 1429, 5, 287, 0, 0, 1429, 1430, 5, 143, 0, 0, 1430, 1431, 3, 126, 63, 0, 1431, 99, 1, 0, 0, 0, 1432, 1433, 5, 308, 0, 0, 1433, 1434, 5, 288, 0, 0, 1434, 101, 1, 0, 0, 0, 1435, 1436, 5, 308, 0, 0, 1436, 1437, 5, 62, 0, 0, 1437, 1438, 5, 288, 0, 0, 1438, 103, 1, 0, 0, 0, 1439, 1440, 5, 304, 0, 0, 1440, 1444, 5, 287, 0, 0, 1441, 1445, 5, 7, 0, 0, 1442, 1445, 5, 213, 0, 0, 1443, 1445, 3, 642, 321, 0, 1444, 1441, 1, 0, 0, 0, 1444, 1442, 1, 0, 0, 0, 1444, 1443, 1, 0, 0, 0, 1445, 105, 1, 0, 0, 0, 1446, 1447, 5, 308, 0, 0, 1447, 1449, 5, 143, 0, 0, 1448, 1450, 3, 126, 63, 0, 1449, 1448, 1, 0, 0, 0, 1449, 1450, 1, 0, 0, 0, 1450, 1453, 1, 0, 0, 0, 1451, 1452, 5, 224, 0, 0, 1452, 1454, 3, 110, 55, 0, 1453, 1451, 1, 0, 0, 0, 1453, 1454, 1, 0, 0, 0, 1454, 107, 1, 0, 0, 0, 1455, 1456, 5, 308, 0, 0, 1456, 1457, 5, 252, 0, 0, 1457, 1458, 3, 642, 321, 0, 1458, 109, 1, 0, 0, 0, 1459, 1462, 5, 7, 0, 0, 1460, 1462, 3, 116, 58, 0, 1461, 1459, 1, 0, 0, 0, 1461, 1460, 1, 0, 0, 0, 1462, 111, 1, 0, 0, 0, 1463, 1464, 5, 224, 0, 0, 1464, 1465, 3, 114, 57, 0, 1465, 113, 1, 0, 0, 0, 1466, 1467, 3, 70, 35, 0, 1467, 1468, 3, 474, 237, 0, 1468, 1478, 1, 0, 0, 0, 1469, 1471, 5, 329, 0, 0, 1470, 1469, 1, 0, 0, 0, 1470, 1471, 1, 0, 0, 0, 1471, 1472, 1, 0, 0, 0, 1472, 1478, 3, 628, 314, 0, 1473, 1474, 5, 366, 0, 0, 1474, 1478, 5, 426, 0, 0, 1475, 1476, 5, 303, 0, 0, 1476, 1478, 3, 642, 321, 0, 1477, 1466, 1, 0, 0, 0, 1477, 1470, 1, 0, 0, 0, 1477, 1473, 1, 0, 0, 0, 1477, 1475, 1, 0, 0, 0, 1478, 115, 1, 0, 0, 0, 1479, 1480, 3, 70, 35, 0, 1480, 1481, 3, 474, 237, 0, 1481, 1500, 1, 0, 0, 0, 1482, 1484, 5, 329, 0, 0, 1483, 1482, 1, 0, 0, 0, 1483, 1484, 1, 0, 0, 0, 1484, 1485, 1, 0, 0, 0, 1485, 1490, 3, 480, 240, 0, 1486, 1487, 5, 399, 0, 0, 1487, 1488, 3, 254, 127, 0, 1488, 1489, 5, 400, 0, 0, 1489, 1491, 1, 0, 0, 0, 1490, 1486, 1, 0, 0, 0, 1490, 1491, 1, 0, 0, 0, 1491, 1493, 1, 0, 0, 0, 1492, 1494, 3, 630, 315, 0, 1493, 1492, 1, 0, 0, 0, 1493, 1494, 1, 0, 0, 0, 1494, 1500, 1, 0, 0, 0, 1495, 1496, 5, 366, 0, 0, 1496, 1500, 5, 426, 0, 0, 1497, 1498, 5, 303, 0, 0, 1498, 1500, 3, 642, 321, 0, 1499, 1479, 1, 0, 0, 0, 1499, 1483, 1, 0, 0, 0, 1499, 1495, 1, 0, 0, 0, 1499, 1497, 1, 0, 0, 0, 1500, 117, 1, 0, 0, 0, 1501, 1506, 3, 120, 60, 0, 1502, 1503, 5, 397, 0, 0, 1503, 1505, 3, 120, 60, 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, 119, 1, 0, 0, 0, 1508, 1506, 1, 0, 0, 0, 1509, 1514, 3, 122, 61, 0, 1510, 1511, 5, 399, 0, 0, 1511, 1512, 3, 254, 127, 0, 1512, 1513, 5, 400, 0, 0, 1513, 1515, 1, 0, 0, 0, 1514, 1510, 1, 0, 0, 0, 1514, 1515, 1, 0, 0, 0, 1515, 121, 1, 0, 0, 0, 1516, 1517, 7, 10, 0, 0, 1517, 123, 1, 0, 0, 0, 1518, 1523, 3, 126, 63, 0, 1519, 1520, 5, 397, 0, 0, 1520, 1522, 3, 126, 63, 0, 1521, 1519, 1, 0, 0, 0, 1522, 1525, 1, 0, 0, 0, 1523, 1521, 1, 0, 0, 0, 1523, 1524, 1, 0, 0, 0, 1524, 125, 1, 0, 0, 0, 1525, 1523, 1, 0, 0, 0, 1526, 1527, 5, 369, 0, 0, 1527, 1533, 3, 646, 323, 0, 1528, 1529, 5, 144, 0, 0, 1529, 1533, 3, 646, 323, 0, 1530, 1531, 5, 287, 0, 0, 1531, 1533, 3, 642, 321, 0, 1532, 1526, 1, 0, 0, 0, 1532, 1528, 1, 0, 0, 0, 1532, 1530, 1, 0, 0, 0, 1533, 127, 1, 0, 0, 0, 1534, 1535, 5, 369, 0, 0, 1535, 1540, 3, 646, 323, 0, 1536, 1537, 5, 287, 0, 0, 1537, 1540, 3, 642, 321, 0, 1538, 1540, 3, 642, 321, 0, 1539, 1534, 1, 0, 0, 0, 1539, 1536, 1, 0, 0, 0, 1539, 1538, 1, 0, 0, 0, 1540, 129, 1, 0, 0, 0, 1541, 1542, 5, 387, 0, 0, 1542, 1543, 5, 143, 0, 0, 1543, 1544, 5, 227, 0, 0, 1544, 131, 1, 0, 0, 0, 1545, 1546, 5, 143, 0, 0, 1546, 1547, 5, 227, 0, 0, 1547, 1548, 5, 134, 0, 0, 1548, 133, 1, 0, 0, 0, 1549, 1550, 5, 5, 0, 0, 1550, 1551, 5, 227, 0, 0, 1551, 1552, 5, 134, 0, 0, 1552, 135, 1, 0, 0, 0, 1553, 1554, 5, 387, 0, 0, 1554, 1555, 5, 5, 0, 0, 1555, 1556, 5, 227, 0, 0, 1556, 137, 1, 0, 0, 0, 1557, 1559, 5, 212, 0, 0, 1558, 1560, 5, 276, 0, 0, 1559, 1558, 1, 0, 0, 0, 1559, 1560, 1, 0, 0, 0, 1560, 1561, 1, 0, 0, 0, 1561, 1562, 5, 329, 0, 0, 1562, 1568, 3, 480, 240, 0, 1563, 1564, 7, 11, 0, 0, 1564, 1566, 5, 239, 0, 0, 1565, 1567, 3, 634, 317, 0, 1566, 1565, 1, 0, 0, 0, 1566, 1567, 1, 0, 0, 0, 1567, 1569, 1, 0, 0, 0, 1568, 1563, 1, 0, 0, 0, 1568, 1569, 1, 0, 0, 0, 1569, 139, 1, 0, 0, 0, 1570, 1575, 3, 142, 71, 0, 1571, 1572, 5, 397, 0, 0, 1572, 1574, 3, 142, 71, 0, 1573, 1571, 1, 0, 0, 0, 1574, 1577, 1, 0, 0, 0, 1575, 1573, 1, 0, 0, 0, 1575, 1576, 1, 0, 0, 0, 1576, 141, 1, 0, 0, 0, 1577, 1575, 1, 0, 0, 0, 1578, 1579, 3, 144, 72, 0, 1579, 1580, 5, 426, 0, 0, 1580, 143, 1, 0, 0, 0, 1581, 1582, 7, 12, 0, 0, 1582, 145, 1, 0, 0, 0, 1583, 1585, 5, 58, 0, 0, 1584, 1586, 5, 333, 0, 0, 1585, 1584, 1, 0, 0, 0, 1585, 1586, 1, 0, 0, 0, 1586, 1587, 1, 0, 0, 0, 1587, 1588, 5, 141, 0, 0, 1588, 1589, 3, 558, 279, 0, 1589, 1590, 5, 17, 0, 0, 1590, 1593, 5, 426, 0, 0, 1591, 1592, 5, 370, 0, 0, 1592, 1594, 3, 140, 70, 0, 1593, 1591, 1, 0, 0, 0, 1593, 1594, 1, 0, 0, 0, 1594, 147, 1, 0, 0, 0, 1595, 1597, 5, 101, 0, 0, 1596, 1598, 5, 333, 0, 0, 1597, 1596, 1, 0, 0, 0, 1597, 1598, 1, 0, 0, 0, 1598, 1599, 1, 0, 0, 0, 1599, 1601, 5, 141, 0, 0, 1600, 1602, 3, 30, 15, 0, 1601, 1600, 1, 0, 0, 0, 1601, 1602, 1, 0, 0, 0, 1602, 1603, 1, 0, 0, 0, 1603, 1604, 3, 560, 280, 0, 1604, 149, 1, 0, 0, 0, 1605, 1606, 5, 271, 0, 0, 1606, 1607, 7, 13, 0, 0, 1607, 151, 1, 0, 0, 0, 1608, 1609, 5, 58, 0, 0, 1609, 1610, 5, 333, 0, 0, 1610, 1611, 5, 194, 0, 0, 1611, 1612, 5, 432, 0, 0, 1612, 1614, 5, 399, 0, 0, 1613, 1615, 3, 248, 124, 0, 1614, 1613, 1, 0, 0, 0, 1614, 1615, 1, 0, 0, 0, 1615, 1616, 1, 0, 0, 0, 1616, 1617, 5, 400, 0, 0, 1617, 1618, 3, 584, 292, 0, 1618, 153, 1, 0, 0, 0, 1619, 1620, 5, 101, 0, 0, 1620, 1621, 5, 333, 0, 0, 1621, 1623, 5, 194, 0, 0, 1622, 1624, 3, 30, 15, 0, 1623, 1622, 1, 0, 0, 0, 1623, 1624, 1, 0, 0, 0, 1624, 1625, 1, 0, 0, 0, 1625, 1626, 5, 432, 0, 0, 1626, 155, 1, 0, 0, 0, 1627, 1628, 5, 58, 0, 0, 1628, 1629, 5, 155, 0, 0, 1629, 1630, 3, 642, 321, 0, 1630, 1631, 5, 224, 0, 0, 1631, 1632, 5, 329, 0, 0, 1632, 1633, 3, 480, 240, 0, 1633, 1634, 3, 266, 133, 0, 1634, 1635, 5, 17, 0, 0, 1635, 1639, 5, 426, 0, 0, 1636, 1637, 5, 387, 0, 0, 1637, 1638, 5, 84, 0, 0, 1638, 1640, 5, 265, 0, 0, 1639, 1636, 1, 0, 0, 0, 1639, 1640, 1, 0, 0, 0, 1640, 1643, 1, 0, 0, 0, 1641, 1642, 5, 150, 0, 0, 1642, 1644, 3, 226, 113, 0, 1643, 1641, 1, 0, 0, 0, 1643, 1644, 1, 0, 0, 0, 1644, 1648, 1, 0, 0, 0, 1645, 1646, 5, 154, 0, 0, 1646, 1647, 5, 329, 0, 0, 1647, 1649, 3, 480, 240, 0, 1648, 1645, 1, 0, 0, 0, 1648, 1649, 1, 0, 0, 0, 1649, 1653, 1, 0, 0, 0, 1650, 1651, 5, 238, 0, 0, 1651, 1652, 5, 32, 0, 0, 1652, 1654, 3, 266, 133, 0, 1653, 1650, 1, 0, 0, 0, 1653, 1654, 1, 0, 0, 0, 1654, 1659, 1, 0, 0, 0, 1655, 1657, 3, 222, 111, 0, 1656, 1655, 1, 0, 0, 0, 1656, 1657, 1, 0, 0, 0, 1657, 1658, 1, 0, 0, 0, 1658, 1660, 3, 246, 123, 0, 1659, 1656, 1, 0, 0, 0, 1659, 1660, 1, 0, 0, 0, 1660, 1662, 1, 0, 0, 0, 1661, 1663, 3, 426, 213, 0, 1662, 1661, 1, 0, 0, 0, 1662, 1663, 1, 0, 0, 0, 1663, 1665, 1, 0, 0, 0, 1664, 1666, 3, 224, 112, 0, 1665, 1664, 1, 0, 0, 0, 1665, 1666, 1, 0, 0, 0, 1666, 1668, 1, 0, 0, 0, 1667, 1669, 3, 196, 98, 0, 1668, 1667, 1, 0, 0, 0, 1668, 1669, 1, 0, 0, 0, 1669, 157, 1, 0, 0, 0, 1670, 1671, 5, 101, 0, 0, 1671, 1673, 5, 155, 0, 0, 1672, 1674, 3, 30, 15, 0, 1673, 1672, 1, 0, 0, 0, 1673, 1674, 1, 0, 0, 0, 1674, 1675, 1, 0, 0, 0, 1675, 1676, 3, 642, 321, 0, 1676, 1677, 5, 224, 0, 0, 1677, 1678, 3, 480, 240, 0, 1678, 159, 1, 0, 0, 0, 1679, 1682, 5, 58, 0, 0, 1680, 1681, 5, 228, 0, 0, 1681, 1683, 5, 278, 0, 0, 1682, 1680, 1, 0, 0, 0, 1682, 1683, 1, 0, 0, 0, 1683, 1684, 1, 0, 0, 0, 1684, 1686, 5, 378, 0, 0, 1685, 1687, 3, 32, 16, 0, 1686, 1685, 1, 0, 0, 0, 1686, 1687, 1, 0, 0, 0, 1687, 1688, 1, 0, 0, 0, 1688, 1693, 3, 486, 243, 0, 1689, 1690, 5, 399, 0, 0, 1690, 1691, 3, 306, 153, 0, 1691, 1692, 5, 400, 0, 0, 1692, 1694, 1, 0, 0, 0, 1693, 1689, 1, 0, 0, 0, 1693, 1694, 1, 0, 0, 0, 1694, 1696, 1, 0, 0, 0, 1695, 1697, 3, 196, 98, 0, 1696, 1695, 1, 0, 0, 0, 1696, 1697, 1, 0, 0, 0, 1697, 1699, 1, 0, 0, 0, 1698, 1700, 3, 162, 81, 0, 1699, 1698, 1, 0, 0, 0, 1699, 1700, 1, 0, 0, 0, 1700, 1702, 1, 0, 0, 0, 1701, 1703, 3, 224, 112, 0, 1702, 1701, 1, 0, 0, 0, 1702, 1703, 1, 0, 0, 0, 1703, 1704, 1, 0, 0, 0, 1704, 1705, 5, 17, 0, 0, 1705, 1706, 3, 382, 191, 0, 1706, 161, 1, 0, 0, 0, 1707, 1708, 5, 238, 0, 0, 1708, 1714, 5, 224, 0, 0, 1709, 1710, 5, 399, 0, 0, 1710, 1715, 3, 254, 127, 0, 1711, 1712, 5, 316, 0, 0, 1712, 1713, 5, 399, 0, 0, 1713, 1715, 3, 204, 102, 0, 1714, 1709, 1, 0, 0, 0, 1714, 1711, 1, 0, 0, 0, 1715, 1716, 1, 0, 0, 0, 1716, 1717, 5, 400, 0, 0, 1717, 163, 1, 0, 0, 0, 1718, 1721, 3, 166, 83, 0, 1719, 1721, 3, 168, 84, 0, 1720, 1718, 1, 0, 0, 0, 1720, 1719, 1, 0, 0, 0, 1721, 165, 1, 0, 0, 0, 1722, 1723, 5, 42, 0, 0, 1723, 1724, 5, 224, 0, 0, 1724, 1725, 5, 399, 0, 0, 1725, 1726, 3, 254, 127, 0, 1726, 1727, 5, 400, 0, 0, 1727, 167, 1, 0, 0, 0, 1728, 1729, 3, 170, 85, 0, 1729, 1730, 3, 172, 86, 0, 1730, 169, 1, 0, 0, 0, 1731, 1732, 5, 98, 0, 0, 1732, 1733, 5, 224, 0, 0, 1733, 1734, 5, 399, 0, 0, 1734, 1735, 3, 254, 127, 0, 1735, 1736, 5, 400, 0, 0, 1736, 171, 1, 0, 0, 0, 1737, 1738, 5, 315, 0, 0, 1738, 1739, 5, 224, 0, 0, 1739, 1740, 5, 399, 0, 0, 1740, 1741, 3, 254, 127, 0, 1741, 1742, 5, 400, 0, 0, 1742, 173, 1, 0, 0, 0, 1743, 1744, 5, 101, 0, 0, 1744, 1746, 5, 378, 0, 0, 1745, 1747, 3, 30, 15, 0, 1746, 1745, 1, 0, 0, 0, 1746, 1747, 1, 0, 0, 0, 1747, 1748, 1, 0, 0, 0, 1748, 1749, 3, 484, 242, 0, 1749, 175, 1, 0, 0, 0, 1750, 1751, 5, 58, 0, 0, 1751, 1752, 5, 202, 0, 0, 1752, 1754, 5, 378, 0, 0, 1753, 1755, 3, 32, 16, 0, 1754, 1753, 1, 0, 0, 0, 1754, 1755, 1, 0, 0, 0, 1755, 1756, 1, 0, 0, 0, 1756, 1758, 3, 486, 243, 0, 1757, 1759, 3, 38, 19, 0, 1758, 1757, 1, 0, 0, 0, 1758, 1759, 1, 0, 0, 0, 1759, 1761, 1, 0, 0, 0, 1760, 1762, 3, 196, 98, 0, 1761, 1760, 1, 0, 0, 0, 1761, 1762, 1, 0, 0, 0, 1762, 1764, 1, 0, 0, 0, 1763, 1765, 3, 162, 81, 0, 1764, 1763, 1, 0, 0, 0, 1764, 1765, 1, 0, 0, 0, 1765, 1767, 1, 0, 0, 0, 1766, 1768, 3, 164, 82, 0, 1767, 1766, 1, 0, 0, 0, 1767, 1768, 1, 0, 0, 0, 1768, 1770, 1, 0, 0, 0, 1769, 1771, 3, 222, 111, 0, 1770, 1769, 1, 0, 0, 0, 1770, 1771, 1, 0, 0, 0, 1771, 1773, 1, 0, 0, 0, 1772, 1774, 3, 246, 123, 0, 1773, 1772, 1, 0, 0, 0, 1773, 1774, 1, 0, 0, 0, 1774, 1776, 1, 0, 0, 0, 1775, 1777, 3, 426, 213, 0, 1776, 1775, 1, 0, 0, 0, 1776, 1777, 1, 0, 0, 0, 1777, 1779, 1, 0, 0, 0, 1778, 1780, 3, 224, 112, 0, 1779, 1778, 1, 0, 0, 0, 1779, 1780, 1, 0, 0, 0, 1780, 1781, 1, 0, 0, 0, 1781, 1782, 5, 17, 0, 0, 1782, 1783, 3, 382, 191, 0, 1783, 177, 1, 0, 0, 0, 1784, 1785, 5, 101, 0, 0, 1785, 1786, 5, 202, 0, 0, 1786, 1788, 5, 378, 0, 0, 1787, 1789, 3, 30, 15, 0, 1788, 1787, 1, 0, 0, 0, 1788, 1789, 1, 0, 0, 0, 1789, 1790, 1, 0, 0, 0, 1790, 1791, 3, 484, 242, 0, 1791, 179, 1, 0, 0, 0, 1792, 1793, 5, 58, 0, 0, 1793, 1794, 5, 293, 0, 0, 1794, 1795, 5, 258, 0, 0, 1795, 1796, 3, 642, 321, 0, 1796, 1798, 3, 188, 94, 0, 1797, 1799, 3, 190, 95, 0, 1798, 1797, 1, 0, 0, 0, 1798, 1799, 1, 0, 0, 0, 1799, 1801, 1, 0, 0, 0, 1800, 1802, 3, 270, 135, 0, 1801, 1800, 1, 0, 0, 0, 1801, 1802, 1, 0, 0, 0, 1802, 1803, 1, 0, 0, 0, 1803, 1804, 3, 192, 96, 0, 1804, 181, 1, 0, 0, 0, 1805, 1806, 5, 101, 0, 0, 1806, 1807, 5, 293, 0, 0, 1807, 1808, 5, 258, 0, 0, 1808, 1809, 3, 642, 321, 0, 1809, 183, 1, 0, 0, 0, 1810, 1811, 5, 9, 0, 0, 1811, 1812, 5, 293, 0, 0, 1812, 1813, 5, 258, 0, 0, 1813, 1814, 3, 642, 321, 0, 1814, 1815, 3, 186, 93, 0, 1815, 185, 1, 0, 0, 0, 1816, 1822, 3, 188, 94, 0, 1817, 1822, 3, 190, 95, 0, 1818, 1822, 3, 270, 135, 0, 1819, 1822, 3, 192, 96, 0, 1820, 1822, 5, 115, 0, 0, 1821, 1816, 1, 0, 0, 0, 1821, 1817, 1, 0, 0, 0, 1821, 1818, 1, 0, 0, 0, 1821, 1819, 1, 0, 0, 0, 1821, 1820, 1, 0, 0, 0, 1822, 187, 1, 0, 0, 0, 1823, 1824, 5, 59, 0, 0, 1824, 1839, 5, 426, 0, 0, 1825, 1827, 5, 111, 0, 0, 1826, 1828, 5, 431, 0, 0, 1827, 1826, 1, 0, 0, 0, 1827, 1828, 1, 0, 0, 0, 1828, 1829, 1, 0, 0, 0, 1829, 1836, 3, 582, 291, 0, 1830, 1834, 5, 20, 0, 0, 1831, 1832, 5, 223, 0, 0, 1832, 1834, 5, 32, 0, 0, 1833, 1830, 1, 0, 0, 0, 1833, 1831, 1, 0, 0, 0, 1834, 1835, 1, 0, 0, 0, 1835, 1837, 5, 426, 0, 0, 1836, 1833, 1, 0, 0, 0, 1836, 1837, 1, 0, 0, 0, 1837, 1839, 1, 0, 0, 0, 1838, 1823, 1, 0, 0, 0, 1838, 1825, 1, 0, 0, 0, 1839, 189, 1, 0, 0, 0, 1840, 1841, 5, 116, 0, 0, 1841, 1842, 5, 17, 0, 0, 1842, 1843, 5, 426, 0, 0, 1843, 191, 1, 0, 0, 0, 1844, 1846, 5, 85, 0, 0, 1845, 1844, 1, 0, 0, 0, 1845, 1846, 1, 0, 0, 0, 1846, 1847, 1, 0, 0, 0, 1847, 1848, 5, 17, 0, 0, 1848, 1849, 3, 2, 1, 0, 1849, 193, 1, 0, 0, 0, 1850, 1853, 3, 642, 321, 0, 1851, 1853, 5, 426, 0, 0, 1852, 1850, 1, 0, 0, 0, 1852, 1851, 1, 0, 0, 0, 1853, 195, 1, 0, 0, 0, 1854, 1855, 5, 47, 0, 0, 1855, 1856, 5, 426, 0, 0, 1856, 197, 1, 0, 0, 0, 1857, 1858, 5, 183, 0, 0, 1858, 1859, 5, 431, 0, 0, 1859, 199, 1, 0, 0, 0, 1860, 1861, 5, 238, 0, 0, 1861, 1870, 5, 32, 0, 0, 1862, 1865, 5, 399, 0, 0, 1863, 1866, 3, 202, 101, 0, 1864, 1866, 3, 254, 127, 0, 1865, 1863, 1, 0, 0, 0, 1865, 1864, 1, 0, 0, 0, 1866, 1871, 1, 0, 0, 0, 1867, 1868, 5, 316, 0, 0, 1868, 1869, 5, 399, 0, 0, 1869, 1871, 3, 204, 102, 0, 1870, 1862, 1, 0, 0, 0, 1870, 1867, 1, 0, 0, 0, 1871, 1872, 1, 0, 0, 0, 1872, 1873, 5, 400, 0, 0, 1873, 201, 1, 0, 0, 0, 1874, 1879, 3, 318, 159, 0, 1875, 1876, 5, 397, 0, 0, 1876, 1878, 3, 318, 159, 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, 203, 1, 0, 0, 0, 1881, 1879, 1, 0, 0, 0, 1882, 1887, 3, 206, 103, 0, 1883, 1884, 5, 397, 0, 0, 1884, 1886, 3, 206, 103, 0, 1885, 1883, 1, 0, 0, 0, 1886, 1889, 1, 0, 0, 0, 1887, 1885, 1, 0, 0, 0, 1887, 1888, 1, 0, 0, 0, 1888, 205, 1, 0, 0, 0, 1889, 1887, 1, 0, 0, 0, 1890, 1909, 3, 256, 128, 0, 1891, 1896, 3, 670, 335, 0, 1892, 1896, 3, 672, 336, 0, 1893, 1896, 3, 676, 338, 0, 1894, 1896, 3, 678, 339, 0, 1895, 1891, 1, 0, 0, 0, 1895, 1892, 1, 0, 0, 0, 1895, 1893, 1, 0, 0, 0, 1895, 1894, 1, 0, 0, 0, 1896, 1897, 1, 0, 0, 0, 1897, 1898, 5, 399, 0, 0, 1898, 1899, 3, 256, 128, 0, 1899, 1900, 5, 400, 0, 0, 1900, 1909, 1, 0, 0, 0, 1901, 1902, 7, 14, 0, 0, 1902, 1903, 5, 399, 0, 0, 1903, 1904, 5, 431, 0, 0, 1904, 1905, 5, 397, 0, 0, 1905, 1906, 3, 256, 128, 0, 1906, 1907, 5, 400, 0, 0, 1907, 1909, 1, 0, 0, 0, 1908, 1890, 1, 0, 0, 0, 1908, 1895, 1, 0, 0, 0, 1908, 1901, 1, 0, 0, 0, 1909, 207, 1, 0, 0, 0, 1910, 1911, 5, 42, 0, 0, 1911, 1912, 5, 32, 0, 0, 1912, 1913, 5, 399, 0, 0, 1913, 1914, 3, 254, 127, 0, 1914, 1921, 5, 400, 0, 0, 1915, 1916, 5, 315, 0, 0, 1916, 1917, 5, 32, 0, 0, 1917, 1918, 5, 399, 0, 0, 1918, 1919, 3, 264, 132, 0, 1919, 1920, 5, 400, 0, 0, 1920, 1922, 1, 0, 0, 0, 1921, 1915, 1, 0, 0, 0, 1921, 1922, 1, 0, 0, 0, 1922, 1923, 1, 0, 0, 0, 1923, 1924, 5, 166, 0, 0, 1924, 1925, 5, 431, 0, 0, 1925, 1926, 5, 31, 0, 0, 1926, 209, 1, 0, 0, 0, 1927, 1928, 5, 310, 0, 0, 1928, 1929, 5, 32, 0, 0, 1929, 1930, 5, 399, 0, 0, 1930, 1931, 3, 254, 127, 0, 1931, 1932, 5, 400, 0, 0, 1932, 1933, 5, 224, 0, 0, 1933, 1934, 5, 399, 0, 0, 1934, 1935, 3, 292, 146, 0, 1935, 1937, 5, 400, 0, 0, 1936, 1938, 3, 40, 20, 0, 1937, 1936, 1, 0, 0, 0, 1937, 1938, 1, 0, 0, 0, 1938, 211, 1, 0, 0, 0, 1939, 1942, 3, 218, 109, 0, 1940, 1942, 3, 220, 110, 0, 1941, 1939, 1, 0, 0, 0, 1941, 1940, 1, 0, 0, 0, 1942, 213, 1, 0, 0, 0, 1943, 1944, 5, 266, 0, 0, 1944, 1945, 5, 426, 0, 0, 1945, 215, 1, 0, 0, 0, 1946, 1947, 5, 267, 0, 0, 1947, 1948, 5, 426, 0, 0, 1948, 217, 1, 0, 0, 0, 1949, 1950, 5, 291, 0, 0, 1950, 1951, 5, 137, 0, 0, 1951, 1952, 5, 301, 0, 0, 1952, 1956, 5, 426, 0, 0, 1953, 1954, 5, 387, 0, 0, 1954, 1955, 5, 302, 0, 0, 1955, 1957, 3, 226, 113, 0, 1956, 1953, 1, 0, 0, 0, 1956, 1957, 1, 0, 0, 0, 1957, 219, 1, 0, 0, 0, 1958, 1959, 5, 291, 0, 0, 1959, 1960, 5, 137, 0, 0, 1960, 1962, 5, 87, 0, 0, 1961, 1963, 3, 236, 118, 0, 1962, 1961, 1, 0, 0, 0, 1962, 1963, 1, 0, 0, 0, 1963, 1965, 1, 0, 0, 0, 1964, 1966, 3, 238, 119, 0, 1965, 1964, 1, 0, 0, 0, 1965, 1966, 1, 0, 0, 0, 1966, 1968, 1, 0, 0, 0, 1967, 1969, 3, 240, 120, 0, 1968, 1967, 1, 0, 0, 0, 1968, 1969, 1, 0, 0, 0, 1969, 1971, 1, 0, 0, 0, 1970, 1972, 3, 242, 121, 0, 1971, 1970, 1, 0, 0, 0, 1971, 1972, 1, 0, 0, 0, 1972, 1974, 1, 0, 0, 0, 1973, 1975, 3, 244, 122, 0, 1974, 1973, 1, 0, 0, 0, 1974, 1975, 1, 0, 0, 0, 1975, 221, 1, 0, 0, 0, 1976, 1979, 3, 220, 110, 0, 1977, 1979, 3, 218, 109, 0, 1978, 1976, 1, 0, 0, 0, 1978, 1977, 1, 0, 0, 0, 1979, 223, 1, 0, 0, 0, 1980, 1981, 5, 332, 0, 0, 1981, 1982, 3, 226, 113, 0, 1982, 225, 1, 0, 0, 0, 1983, 1984, 5, 399, 0, 0, 1984, 1985, 3, 228, 114, 0, 1985, 1986, 5, 400, 0, 0, 1986, 227, 1, 0, 0, 0, 1987, 1997, 3, 232, 116, 0, 1988, 1993, 5, 426, 0, 0, 1989, 1990, 5, 397, 0, 0, 1990, 1992, 5, 426, 0, 0, 1991, 1989, 1, 0, 0, 0, 1992, 1995, 1, 0, 0, 0, 1993, 1991, 1, 0, 0, 0, 1993, 1994, 1, 0, 0, 0, 1994, 1997, 1, 0, 0, 0, 1995, 1993, 1, 0, 0, 0, 1996, 1987, 1, 0, 0, 0, 1996, 1988, 1, 0, 0, 0, 1997, 229, 1, 0, 0, 0, 1998, 1999, 5, 399, 0, 0, 1999, 2000, 3, 232, 116, 0, 2000, 2001, 5, 400, 0, 0, 2001, 231, 1, 0, 0, 0, 2002, 2007, 3, 234, 117, 0, 2003, 2004, 5, 397, 0, 0, 2004, 2006, 3, 234, 117, 0, 2005, 2003, 1, 0, 0, 0, 2006, 2009, 1, 0, 0, 0, 2007, 2005, 1, 0, 0, 0, 2007, 2008, 1, 0, 0, 0, 2008, 233, 1, 0, 0, 0, 2009, 2007, 1, 0, 0, 0, 2010, 2011, 5, 426, 0, 0, 2011, 2012, 5, 405, 0, 0, 2012, 2013, 5, 426, 0, 0, 2013, 235, 1, 0, 0, 0, 2014, 2015, 5, 127, 0, 0, 2015, 2016, 5, 334, 0, 0, 2016, 2017, 5, 32, 0, 0, 2017, 2021, 5, 426, 0, 0, 2018, 2019, 5, 110, 0, 0, 2019, 2020, 5, 32, 0, 0, 2020, 2022, 5, 426, 0, 0, 2021, 2018, 1, 0, 0, 0, 2021, 2022, 1, 0, 0, 0, 2022, 237, 1, 0, 0, 0, 2023, 2024, 5, 44, 0, 0, 2024, 2025, 5, 169, 0, 0, 2025, 2026, 5, 334, 0, 0, 2026, 2027, 5, 32, 0, 0, 2027, 2028, 5, 426, 0, 0, 2028, 239, 1, 0, 0, 0, 2029, 2030, 5, 198, 0, 0, 2030, 2031, 5, 174, 0, 0, 2031, 2032, 5, 334, 0, 0, 2032, 2033, 5, 32, 0, 0, 2033, 2034, 5, 426, 0, 0, 2034, 241, 1, 0, 0, 0, 2035, 2036, 5, 186, 0, 0, 2036, 2037, 5, 334, 0, 0, 2037, 2038, 5, 32, 0, 0, 2038, 2039, 5, 426, 0, 0, 2039, 243, 1, 0, 0, 0, 2040, 2041, 5, 219, 0, 0, 2041, 2042, 5, 85, 0, 0, 2042, 2043, 5, 17, 0, 0, 2043, 2044, 5, 426, 0, 0, 2044, 245, 1, 0, 0, 0, 2045, 2046, 5, 321, 0, 0, 2046, 2047, 5, 17, 0, 0, 2047, 2048, 5, 160, 0, 0, 2048, 2049, 5, 426, 0, 0, 2049, 2050, 5, 233, 0, 0, 2050, 2055, 5, 426, 0, 0, 2051, 2052, 5, 159, 0, 0, 2052, 2053, 5, 426, 0, 0, 2053, 2054, 5, 232, 0, 0, 2054, 2056, 5, 426, 0, 0, 2055, 2051, 1, 0, 0, 0, 2055, 2056, 1, 0, 0, 0, 2056, 2087, 1, 0, 0, 0, 2057, 2058, 5, 321, 0, 0, 2058, 2059, 5, 32, 0, 0, 2059, 2063, 5, 426, 0, 0, 2060, 2061, 5, 387, 0, 0, 2061, 2062, 5, 302, 0, 0, 2062, 2064, 3, 226, 113, 0, 2063, 2060, 1, 0, 0, 0, 2063, 2064, 1, 0, 0, 0, 2064, 2068, 1, 0, 0, 0, 2065, 2066, 5, 321, 0, 0, 2066, 2067, 5, 17, 0, 0, 2067, 2069, 3, 642, 321, 0, 2068, 2065, 1, 0, 0, 0, 2068, 2069, 1, 0, 0, 0, 2069, 2087, 1, 0, 0, 0, 2070, 2071, 5, 321, 0, 0, 2071, 2072, 5, 32, 0, 0, 2072, 2076, 3, 642, 321, 0, 2073, 2074, 5, 387, 0, 0, 2074, 2075, 5, 302, 0, 0, 2075, 2077, 3, 226, 113, 0, 2076, 2073, 1, 0, 0, 0, 2076, 2077, 1, 0, 0, 0, 2077, 2081, 1, 0, 0, 0, 2078, 2079, 5, 321, 0, 0, 2079, 2080, 5, 17, 0, 0, 2080, 2082, 3, 642, 321, 0, 2081, 2078, 1, 0, 0, 0, 2081, 2082, 1, 0, 0, 0, 2082, 2087, 1, 0, 0, 0, 2083, 2084, 5, 321, 0, 0, 2084, 2085, 5, 17, 0, 0, 2085, 2087, 3, 642, 321, 0, 2086, 2045, 1, 0, 0, 0, 2086, 2057, 1, 0, 0, 0, 2086, 2070, 1, 0, 0, 0, 2086, 2083, 1, 0, 0, 0, 2087, 247, 1, 0, 0, 0, 2088, 2093, 3, 312, 156, 0, 2089, 2090, 5, 397, 0, 0, 2090, 2092, 3, 312, 156, 0, 2091, 2089, 1, 0, 0, 0, 2092, 2095, 1, 0, 0, 0, 2093, 2091, 1, 0, 0, 0, 2093, 2094, 1, 0, 0, 0, 2094, 249, 1, 0, 0, 0, 2095, 2093, 1, 0, 0, 0, 2096, 2101, 3, 314, 157, 0, 2097, 2098, 5, 397, 0, 0, 2098, 2100, 3, 314, 157, 0, 2099, 2097, 1, 0, 0, 0, 2100, 2103, 1, 0, 0, 0, 2101, 2099, 1, 0, 0, 0, 2101, 2102, 1, 0, 0, 0, 2102, 251, 1, 0, 0, 0, 2103, 2101, 1, 0, 0, 0, 2104, 2109, 3, 342, 171, 0, 2105, 2106, 5, 397, 0, 0, 2106, 2108, 3, 342, 171, 0, 2107, 2105, 1, 0, 0, 0, 2108, 2111, 1, 0, 0, 0, 2109, 2107, 1, 0, 0, 0, 2109, 2110, 1, 0, 0, 0, 2110, 253, 1, 0, 0, 0, 2111, 2109, 1, 0, 0, 0, 2112, 2117, 3, 256, 128, 0, 2113, 2114, 5, 397, 0, 0, 2114, 2116, 3, 256, 128, 0, 2115, 2113, 1, 0, 0, 0, 2116, 2119, 1, 0, 0, 0, 2117, 2115, 1, 0, 0, 0, 2117, 2118, 1, 0, 0, 0, 2118, 255, 1, 0, 0, 0, 2119, 2117, 1, 0, 0, 0, 2120, 2123, 3, 686, 343, 0, 2121, 2123, 4, 128, 0, 0, 2122, 2120, 1, 0, 0, 0, 2122, 2121, 1, 0, 0, 0, 2123, 257, 1, 0, 0, 0, 2124, 2125, 3, 686, 343, 0, 2125, 259, 1, 0, 0, 0, 2126, 2127, 3, 642, 321, 0, 2127, 261, 1, 0, 0, 0, 2128, 2138, 3, 256, 128, 0, 2129, 2134, 5, 395, 0, 0, 2130, 2135, 5, 104, 0, 0, 2131, 2135, 5, 175, 0, 0, 2132, 2135, 5, 375, 0, 0, 2133, 2135, 3, 642, 321, 0, 2134, 2130, 1, 0, 0, 0, 2134, 2131, 1, 0, 0, 0, 2134, 2132, 1, 0, 0, 0, 2134, 2133, 1, 0, 0, 0, 2135, 2137, 1, 0, 0, 0, 2136, 2129, 1, 0, 0, 0, 2137, 2140, 1, 0, 0, 0, 2138, 2136, 1, 0, 0, 0, 2138, 2139, 1, 0, 0, 0, 2139, 263, 1, 0, 0, 0, 2140, 2138, 1, 0, 0, 0, 2141, 2146, 3, 304, 152, 0, 2142, 2143, 5, 397, 0, 0, 2143, 2145, 3, 304, 152, 0, 2144, 2142, 1, 0, 0, 0, 2145, 2148, 1, 0, 0, 0, 2146, 2144, 1, 0, 0, 0, 2146, 2147, 1, 0, 0, 0, 2147, 265, 1, 0, 0, 0, 2148, 2146, 1, 0, 0, 0, 2149, 2150, 5, 399, 0, 0, 2150, 2151, 3, 254, 127, 0, 2151, 2152, 5, 400, 0, 0, 2152, 267, 1, 0, 0, 0, 2153, 2155, 3, 270, 135, 0, 2154, 2156, 3, 272, 136, 0, 2155, 2154, 1, 0, 0, 0, 2155, 2156, 1, 0, 0, 0, 2156, 2159, 1, 0, 0, 0, 2157, 2159, 3, 274, 137, 0, 2158, 2153, 1, 0, 0, 0, 2158, 2157, 1, 0, 0, 0, 2159, 269, 1, 0, 0, 0, 2160, 2163, 3, 666, 333, 0, 2161, 2163, 3, 668, 334, 0, 2162, 2160, 1, 0, 0, 0, 2162, 2161, 1, 0, 0, 0, 2163, 271, 1, 0, 0, 0, 2164, 2165, 7, 15, 0, 0, 2165, 273, 1, 0, 0, 0, 2166, 2170, 5, 109, 0, 0, 2167, 2168, 5, 216, 0, 0, 2168, 2170, 5, 109, 0, 0, 2169, 2166, 1, 0, 0, 0, 2169, 2167, 1, 0, 0, 0, 2170, 275, 1, 0, 0, 0, 2171, 2172, 7, 16, 0, 0, 2172, 277, 1, 0, 0, 0, 2173, 2174, 5, 55, 0, 0, 2174, 2176, 3, 642, 321, 0, 2175, 2173, 1, 0, 0, 0, 2175, 2176, 1, 0, 0, 0, 2176, 2177, 1, 0, 0, 0, 2177, 2179, 3, 282, 141, 0, 2178, 2180, 3, 338, 169, 0, 2179, 2178, 1, 0, 0, 0, 2179, 2180, 1, 0, 0, 0, 2180, 279, 1, 0, 0, 0, 2181, 2182, 5, 55, 0, 0, 2182, 2183, 3, 642, 321, 0, 2183, 2185, 3, 282, 141, 0, 2184, 2186, 3, 340, 170, 0, 2185, 2184, 1, 0, 0, 0, 2185, 2186, 1, 0, 0, 0, 2186, 281, 1, 0, 0, 0, 2187, 2190, 3, 284, 142, 0, 2188, 2190, 3, 286, 143, 0, 2189, 2187, 1, 0, 0, 0, 2189, 2188, 1, 0, 0, 0, 2190, 283, 1, 0, 0, 0, 2191, 2192, 3, 336, 168, 0, 2192, 2193, 3, 266, 133, 0, 2193, 285, 1, 0, 0, 0, 2194, 2195, 5, 40, 0, 0, 2195, 2196, 5, 399, 0, 0, 2196, 2197, 3, 584, 292, 0, 2197, 2198, 5, 400, 0, 0, 2198, 287, 1, 0, 0, 0, 2199, 2200, 5, 55, 0, 0, 2200, 2202, 3, 642, 321, 0, 2201, 2199, 1, 0, 0, 0, 2201, 2202, 1, 0, 0, 0, 2202, 2203, 1, 0, 0, 0, 2203, 2204, 5, 136, 0, 0, 2204, 2205, 5, 173, 0, 0, 2205, 2206, 3, 266, 133, 0, 2206, 2207, 5, 269, 0, 0, 2207, 2208, 3, 480, 240, 0, 2208, 2210, 3, 266, 133, 0, 2209, 2211, 3, 338, 169, 0, 2210, 2209, 1, 0, 0, 0, 2210, 2211, 1, 0, 0, 0, 2211, 289, 1, 0, 0, 0, 2212, 2213, 5, 55, 0, 0, 2213, 2214, 3, 642, 321, 0, 2214, 2215, 5, 136, 0, 0, 2215, 2216, 5, 173, 0, 0, 2216, 2217, 3, 266, 133, 0, 2217, 2218, 5, 269, 0, 0, 2218, 2219, 3, 480, 240, 0, 2219, 2221, 3, 266, 133, 0, 2220, 2222, 3, 340, 170, 0, 2221, 2220, 1, 0, 0, 0, 2221, 2222, 1, 0, 0, 0, 2222, 291, 1, 0, 0, 0, 2223, 2226, 3, 298, 149, 0, 2224, 2226, 3, 294, 147, 0, 2225, 2223, 1, 0, 0, 0, 2225, 2224, 1, 0, 0, 0, 2226, 293, 1, 0, 0, 0, 2227, 2232, 3, 296, 148, 0, 2228, 2229, 5, 397, 0, 0, 2229, 2231, 3, 296, 148, 0, 2230, 2228, 1, 0, 0, 0, 2231, 2234, 1, 0, 0, 0, 2232, 2230, 1, 0, 0, 0, 2232, 2233, 1, 0, 0, 0, 2233, 295, 1, 0, 0, 0, 2234, 2232, 1, 0, 0, 0, 2235, 2236, 5, 399, 0, 0, 2236, 2237, 3, 298, 149, 0, 2237, 2238, 5, 400, 0, 0, 2238, 297, 1, 0, 0, 0, 2239, 2244, 3, 576, 288, 0, 2240, 2241, 5, 397, 0, 0, 2241, 2243, 3, 576, 288, 0, 2242, 2240, 1, 0, 0, 0, 2243, 2246, 1, 0, 0, 0, 2244, 2242, 1, 0, 0, 0, 2244, 2245, 1, 0, 0, 0, 2245, 299, 1, 0, 0, 0, 2246, 2244, 1, 0, 0, 0, 2247, 2248, 7, 17, 0, 0, 2248, 301, 1, 0, 0, 0, 2249, 2250, 5, 220, 0, 0, 2250, 2251, 7, 18, 0, 0, 2251, 303, 1, 0, 0, 0, 2252, 2254, 3, 256, 128, 0, 2253, 2255, 3, 300, 150, 0, 2254, 2253, 1, 0, 0, 0, 2254, 2255, 1, 0, 0, 0, 2255, 2257, 1, 0, 0, 0, 2256, 2258, 3, 302, 151, 0, 2257, 2256, 1, 0, 0, 0, 2257, 2258, 1, 0, 0, 0, 2258, 305, 1, 0, 0, 0, 2259, 2264, 3, 308, 154, 0, 2260, 2261, 5, 397, 0, 0, 2261, 2263, 3, 308, 154, 0, 2262, 2260, 1, 0, 0, 0, 2263, 2266, 1, 0, 0, 0, 2264, 2262, 1, 0, 0, 0, 2264, 2265, 1, 0, 0, 0, 2265, 307, 1, 0, 0, 0, 2266, 2264, 1, 0, 0, 0, 2267, 2270, 3, 260, 130, 0, 2268, 2269, 5, 47, 0, 0, 2269, 2271, 5, 426, 0, 0, 2270, 2268, 1, 0, 0, 0, 2270, 2271, 1, 0, 0, 0, 2271, 309, 1, 0, 0, 0, 2272, 2275, 3, 256, 128, 0, 2273, 2275, 3, 584, 292, 0, 2274, 2272, 1, 0, 0, 0, 2274, 2273, 1, 0, 0, 0, 2275, 2277, 1, 0, 0, 0, 2276, 2278, 3, 300, 150, 0, 2277, 2276, 1, 0, 0, 0, 2277, 2278, 1, 0, 0, 0, 2278, 2280, 1, 0, 0, 0, 2279, 2281, 3, 302, 151, 0, 2280, 2279, 1, 0, 0, 0, 2280, 2281, 1, 0, 0, 0, 2281, 311, 1, 0, 0, 0, 2282, 2283, 3, 260, 130, 0, 2283, 2286, 3, 344, 172, 0, 2284, 2285, 5, 47, 0, 0, 2285, 2287, 5, 426, 0, 0, 2286, 2284, 1, 0, 0, 0, 2286, 2287, 1, 0, 0, 0, 2287, 313, 1, 0, 0, 0, 2288, 2291, 3, 316, 158, 0, 2289, 2291, 3, 318, 159, 0, 2290, 2288, 1, 0, 0, 0, 2290, 2289, 1, 0, 0, 0, 2291, 315, 1, 0, 0, 0, 2292, 2295, 3, 288, 144, 0, 2293, 2295, 3, 278, 139, 0, 2294, 2292, 1, 0, 0, 0, 2294, 2293, 1, 0, 0, 0, 2295, 317, 1, 0, 0, 0, 2296, 2297, 3, 260, 130, 0, 2297, 2299, 3, 344, 172, 0, 2298, 2300, 3, 320, 160, 0, 2299, 2298, 1, 0, 0, 0, 2299, 2300, 1, 0, 0, 0, 2300, 2303, 1, 0, 0, 0, 2301, 2302, 5, 47, 0, 0, 2302, 2304, 5, 426, 0, 0, 2303, 2301, 1, 0, 0, 0, 2303, 2304, 1, 0, 0, 0, 2304, 319, 1, 0, 0, 0, 2305, 2308, 3, 322, 161, 0, 2306, 2308, 3, 324, 162, 0, 2307, 2305, 1, 0, 0, 0, 2307, 2306, 1, 0, 0, 0, 2308, 321, 1, 0, 0, 0, 2309, 2310, 5, 55, 0, 0, 2310, 2312, 3, 642, 321, 0, 2311, 2309, 1, 0, 0, 0, 2311, 2312, 1, 0, 0, 0, 2312, 2313, 1, 0, 0, 0, 2313, 2314, 5, 269, 0, 0, 2314, 2315, 3, 480, 240, 0, 2315, 2316, 5, 399, 0, 0, 2316, 2317, 3, 256, 128, 0, 2317, 2319, 5, 400, 0, 0, 2318, 2320, 3, 338, 169, 0, 2319, 2318, 1, 0, 0, 0, 2319, 2320, 1, 0, 0, 0, 2320, 323, 1, 0, 0, 0, 2321, 2322, 5, 55, 0, 0, 2322, 2324, 3, 642, 321, 0, 2323, 2321, 1, 0, 0, 0, 2323, 2324, 1, 0, 0, 0, 2324, 2325, 1, 0, 0, 0, 2325, 2327, 3, 332, 166, 0, 2326, 2328, 3, 338, 169, 0, 2327, 2326, 1, 0, 0, 0, 2327, 2328, 1, 0, 0, 0, 2328, 325, 1, 0, 0, 0, 2329, 2332, 3, 328, 164, 0, 2330, 2332, 3, 330, 165, 0, 2331, 2329, 1, 0, 0, 0, 2331, 2330, 1, 0, 0, 0, 2332, 327, 1, 0, 0, 0, 2333, 2334, 5, 55, 0, 0, 2334, 2336, 3, 642, 321, 0, 2335, 2333, 1, 0, 0, 0, 2335, 2336, 1, 0, 0, 0, 2336, 2337, 1, 0, 0, 0, 2337, 2338, 5, 269, 0, 0, 2338, 2339, 3, 480, 240, 0, 2339, 2340, 5, 399, 0, 0, 2340, 2341, 3, 256, 128, 0, 2341, 2343, 5, 400, 0, 0, 2342, 2344, 3, 340, 170, 0, 2343, 2342, 1, 0, 0, 0, 2343, 2344, 1, 0, 0, 0, 2344, 329, 1, 0, 0, 0, 2345, 2346, 5, 55, 0, 0, 2346, 2348, 3, 642, 321, 0, 2347, 2345, 1, 0, 0, 0, 2347, 2348, 1, 0, 0, 0, 2348, 2349, 1, 0, 0, 0, 2349, 2351, 3, 332, 166, 0, 2350, 2352, 3, 340, 170, 0, 2351, 2350, 1, 0, 0, 0, 2351, 2352, 1, 0, 0, 0, 2352, 331, 1, 0, 0, 0, 2353, 2354, 5, 216, 0, 0, 2354, 2360, 5, 219, 0, 0, 2355, 2356, 5, 83, 0, 0, 2356, 2360, 3, 334, 167, 0, 2357, 2360, 3, 286, 143, 0, 2358, 2360, 3, 336, 168, 0, 2359, 2353, 1, 0, 0, 0, 2359, 2355, 1, 0, 0, 0, 2359, 2357, 1, 0, 0, 0, 2359, 2358, 1, 0, 0, 0, 2360, 333, 1, 0, 0, 0, 2361, 2365, 3, 576, 288, 0, 2362, 2365, 3, 554, 277, 0, 2363, 2365, 3, 564, 282, 0, 2364, 2361, 1, 0, 0, 0, 2364, 2362, 1, 0, 0, 0, 2364, 2363, 1, 0, 0, 0, 2365, 335, 1, 0, 0, 0, 2366, 2367, 5, 251, 0, 0, 2367, 2370, 5, 173, 0, 0, 2368, 2370, 5, 358, 0, 0, 2369, 2366, 1, 0, 0, 0, 2369, 2368, 1, 0, 0, 0, 2370, 337, 1, 0, 0, 0, 2371, 2373, 3, 268, 134, 0, 2372, 2374, 3, 276, 138, 0, 2373, 2372, 1, 0, 0, 0, 2373, 2374, 1, 0, 0, 0, 2374, 339, 1, 0, 0, 0, 2375, 2377, 3, 268, 134, 0, 2376, 2378, 3, 276, 138, 0, 2377, 2376, 1, 0, 0, 0, 2377, 2378, 1, 0, 0, 0, 2378, 341, 1, 0, 0, 0, 2379, 2380, 3, 260, 130, 0, 2380, 2381, 5, 396, 0, 0, 2381, 2384, 3, 344, 172, 0, 2382, 2383, 5, 47, 0, 0, 2383, 2385, 5, 426, 0, 0, 2384, 2382, 1, 0, 0, 0, 2384, 2385, 1, 0, 0, 0, 2385, 343, 1, 0, 0, 0, 2386, 2387, 3, 348, 174, 0, 2387, 345, 1, 0, 0, 0, 2388, 2393, 3, 344, 172, 0, 2389, 2390, 5, 397, 0, 0, 2390, 2392, 3, 344, 172, 0, 2391, 2389, 1, 0, 0, 0, 2392, 2395, 1, 0, 0, 0, 2393, 2391, 1, 0, 0, 0, 2393, 2394, 1, 0, 0, 0, 2394, 347, 1, 0, 0, 0, 2395, 2393, 1, 0, 0, 0, 2396, 2402, 3, 350, 175, 0, 2397, 2402, 3, 352, 176, 0, 2398, 2402, 3, 354, 177, 0, 2399, 2402, 3, 356, 178, 0, 2400, 2402, 3, 358, 179, 0, 2401, 2396, 1, 0, 0, 0, 2401, 2397, 1, 0, 0, 0, 2401, 2398, 1, 0, 0, 0, 2401, 2399, 1, 0, 0, 0, 2401, 2400, 1, 0, 0, 0, 2402, 349, 1, 0, 0, 0, 2403, 2441, 5, 340, 0, 0, 2404, 2441, 5, 311, 0, 0, 2405, 2441, 5, 162, 0, 0, 2406, 2441, 5, 163, 0, 0, 2407, 2441, 5, 26, 0, 0, 2408, 2441, 5, 28, 0, 0, 2409, 2441, 5, 131, 0, 0, 2410, 2441, 5, 264, 0, 0, 2411, 2413, 5, 100, 0, 0, 2412, 2414, 5, 248, 0, 0, 2413, 2412, 1, 0, 0, 0, 2413, 2414, 1, 0, 0, 0, 2414, 2441, 1, 0, 0, 0, 2415, 2441, 5, 71, 0, 0, 2416, 2441, 5, 72, 0, 0, 2417, 2441, 5, 337, 0, 0, 2418, 2441, 5, 338, 0, 0, 2419, 2420, 5, 337, 0, 0, 2420, 2421, 5, 387, 0, 0, 2421, 2422, 5, 188, 0, 0, 2422, 2423, 5, 336, 0, 0, 2423, 2441, 5, 394, 0, 0, 2424, 2441, 5, 323, 0, 0, 2425, 2441, 5, 27, 0, 0, 2426, 2434, 3, 684, 342, 0, 2427, 2428, 5, 399, 0, 0, 2428, 2431, 5, 431, 0, 0, 2429, 2430, 5, 397, 0, 0, 2430, 2432, 5, 431, 0, 0, 2431, 2429, 1, 0, 0, 0, 2431, 2432, 1, 0, 0, 0, 2432, 2433, 1, 0, 0, 0, 2433, 2435, 5, 400, 0, 0, 2434, 2427, 1, 0, 0, 0, 2434, 2435, 1, 0, 0, 0, 2435, 2441, 1, 0, 0, 0, 2436, 2437, 7, 19, 0, 0, 2437, 2438, 5, 399, 0, 0, 2438, 2439, 5, 431, 0, 0, 2439, 2441, 5, 400, 0, 0, 2440, 2403, 1, 0, 0, 0, 2440, 2404, 1, 0, 0, 0, 2440, 2405, 1, 0, 0, 0, 2440, 2406, 1, 0, 0, 0, 2440, 2407, 1, 0, 0, 0, 2440, 2408, 1, 0, 0, 0, 2440, 2409, 1, 0, 0, 0, 2440, 2410, 1, 0, 0, 0, 2440, 2411, 1, 0, 0, 0, 2440, 2415, 1, 0, 0, 0, 2440, 2416, 1, 0, 0, 0, 2440, 2417, 1, 0, 0, 0, 2440, 2418, 1, 0, 0, 0, 2440, 2419, 1, 0, 0, 0, 2440, 2424, 1, 0, 0, 0, 2440, 2425, 1, 0, 0, 0, 2440, 2426, 1, 0, 0, 0, 2440, 2436, 1, 0, 0, 0, 2441, 351, 1, 0, 0, 0, 2442, 2443, 5, 16, 0, 0, 2443, 2444, 5, 409, 0, 0, 2444, 2445, 3, 348, 174, 0, 2445, 2446, 5, 411, 0, 0, 2446, 353, 1, 0, 0, 0, 2447, 2448, 5, 324, 0, 0, 2448, 2449, 5, 409, 0, 0, 2449, 2450, 3, 252, 126, 0, 2450, 2451, 5, 411, 0, 0, 2451, 355, 1, 0, 0, 0, 2452, 2453, 5, 198, 0, 0, 2453, 2454, 5, 409, 0, 0, 2454, 2455, 3, 350, 175, 0, 2455, 2456, 5, 397, 0, 0, 2456, 2457, 3, 348, 174, 0, 2457, 2458, 5, 411, 0, 0, 2458, 357, 1, 0, 0, 0, 2459, 2460, 5, 357, 0, 0, 2460, 2461, 5, 409, 0, 0, 2461, 2462, 3, 346, 173, 0, 2462, 2463, 5, 411, 0, 0, 2463, 359, 1, 0, 0, 0, 2464, 2466, 7, 20, 0, 0, 2465, 2467, 7, 21, 0, 0, 2466, 2465, 1, 0, 0, 0, 2466, 2467, 1, 0, 0, 0, 2467, 361, 1, 0, 0, 0, 2468, 2470, 3, 366, 183, 0, 2469, 2468, 1, 0, 0, 0, 2469, 2470, 1, 0, 0, 0, 2470, 2471, 1, 0, 0, 0, 2471, 2472, 3, 364, 182, 0, 2472, 363, 1, 0, 0, 0, 2473, 2476, 3, 370, 185, 0, 2474, 2476, 3, 374, 187, 0, 2475, 2473, 1, 0, 0, 0, 2475, 2474, 1, 0, 0, 0, 2476, 365, 1, 0, 0, 0, 2477, 2478, 5, 387, 0, 0, 2478, 2483, 3, 368, 184, 0, 2479, 2480, 5, 397, 0, 0, 2480, 2482, 3, 368, 184, 0, 2481, 2479, 1, 0, 0, 0, 2482, 2485, 1, 0, 0, 0, 2483, 2481, 1, 0, 0, 0, 2483, 2484, 1, 0, 0, 0, 2484, 367, 1, 0, 0, 0, 2485, 2483, 1, 0, 0, 0, 2486, 2491, 3, 642, 321, 0, 2487, 2488, 5, 399, 0, 0, 2488, 2489, 3, 254, 127, 0, 2489, 2490, 5, 400, 0, 0, 2490, 2492, 1, 0, 0, 0, 2491, 2487, 1, 0, 0, 0, 2491, 2492, 1, 0, 0, 0, 2492, 2493, 1, 0, 0, 0, 2493, 2494, 5, 17, 0, 0, 2494, 2495, 5, 399, 0, 0, 2495, 2496, 3, 362, 181, 0, 2496, 2497, 5, 400, 0, 0, 2497, 369, 1, 0, 0, 0, 2498, 2504, 3, 372, 186, 0, 2499, 2500, 3, 360, 180, 0, 2500, 2501, 3, 372, 186, 0, 2501, 2503, 1, 0, 0, 0, 2502, 2499, 1, 0, 0, 0, 2503, 2506, 1, 0, 0, 0, 2504, 2502, 1, 0, 0, 0, 2504, 2505, 1, 0, 0, 0, 2505, 371, 1, 0, 0, 0, 2506, 2504, 1, 0, 0, 0, 2507, 2508, 3, 450, 225, 0, 2508, 2509, 3, 384, 192, 0, 2509, 2511, 3, 502, 251, 0, 2510, 2512, 3, 464, 232, 0, 2511, 2510, 1, 0, 0, 0, 2511, 2512, 1, 0, 0, 0, 2512, 2514, 1, 0, 0, 0, 2513, 2515, 3, 496, 248, 0, 2514, 2513, 1, 0, 0, 0, 2514, 2515, 1, 0, 0, 0, 2515, 2517, 1, 0, 0, 0, 2516, 2518, 3, 522, 261, 0, 2517, 2516, 1, 0, 0, 0, 2517, 2518, 1, 0, 0, 0, 2518, 2520, 1, 0, 0, 0, 2519, 2521, 3, 530, 265, 0, 2520, 2519, 1, 0, 0, 0, 2520, 2521, 1, 0, 0, 0, 2521, 2523, 1, 0, 0, 0, 2522, 2524, 3, 514, 257, 0, 2523, 2522, 1, 0, 0, 0, 2523, 2524, 1, 0, 0, 0, 2524, 2526, 1, 0, 0, 0, 2525, 2527, 3, 532, 266, 0, 2526, 2525, 1, 0, 0, 0, 2526, 2527, 1, 0, 0, 0, 2527, 2529, 1, 0, 0, 0, 2528, 2530, 3, 544, 272, 0, 2529, 2528, 1, 0, 0, 0, 2529, 2530, 1, 0, 0, 0, 2530, 2532, 1, 0, 0, 0, 2531, 2533, 3, 548, 274, 0, 2532, 2531, 1, 0, 0, 0, 2532, 2533, 1, 0, 0, 0, 2533, 2535, 1, 0, 0, 0, 2534, 2536, 3, 550, 275, 0, 2535, 2534, 1, 0, 0, 0, 2535, 2536, 1, 0, 0, 0, 2536, 2538, 1, 0, 0, 0, 2537, 2539, 3, 552, 276, 0, 2538, 2537, 1, 0, 0, 0, 2538, 2539, 1, 0, 0, 0, 2539, 2541, 1, 0, 0, 0, 2540, 2542, 3, 388, 194, 0, 2541, 2540, 1, 0, 0, 0, 2541, 2542, 1, 0, 0, 0, 2542, 2579, 1, 0, 0, 0, 2543, 2544, 3, 450, 225, 0, 2544, 2546, 3, 502, 251, 0, 2545, 2547, 3, 464, 232, 0, 2546, 2545, 1, 0, 0, 0, 2546, 2547, 1, 0, 0, 0, 2547, 2549, 1, 0, 0, 0, 2548, 2550, 3, 496, 248, 0, 2549, 2548, 1, 0, 0, 0, 2549, 2550, 1, 0, 0, 0, 2550, 2552, 1, 0, 0, 0, 2551, 2553, 3, 522, 261, 0, 2552, 2551, 1, 0, 0, 0, 2552, 2553, 1, 0, 0, 0, 2553, 2555, 1, 0, 0, 0, 2554, 2556, 3, 530, 265, 0, 2555, 2554, 1, 0, 0, 0, 2555, 2556, 1, 0, 0, 0, 2556, 2558, 1, 0, 0, 0, 2557, 2559, 3, 514, 257, 0, 2558, 2557, 1, 0, 0, 0, 2558, 2559, 1, 0, 0, 0, 2559, 2561, 1, 0, 0, 0, 2560, 2562, 3, 532, 266, 0, 2561, 2560, 1, 0, 0, 0, 2561, 2562, 1, 0, 0, 0, 2562, 2564, 1, 0, 0, 0, 2563, 2565, 3, 544, 272, 0, 2564, 2563, 1, 0, 0, 0, 2564, 2565, 1, 0, 0, 0, 2565, 2567, 1, 0, 0, 0, 2566, 2568, 3, 548, 274, 0, 2567, 2566, 1, 0, 0, 0, 2567, 2568, 1, 0, 0, 0, 2568, 2570, 1, 0, 0, 0, 2569, 2571, 3, 550, 275, 0, 2570, 2569, 1, 0, 0, 0, 2570, 2571, 1, 0, 0, 0, 2571, 2573, 1, 0, 0, 0, 2572, 2574, 3, 552, 276, 0, 2573, 2572, 1, 0, 0, 0, 2573, 2574, 1, 0, 0, 0, 2574, 2576, 1, 0, 0, 0, 2575, 2577, 3, 388, 194, 0, 2576, 2575, 1, 0, 0, 0, 2576, 2577, 1, 0, 0, 0, 2577, 2579, 1, 0, 0, 0, 2578, 2507, 1, 0, 0, 0, 2578, 2543, 1, 0, 0, 0, 2579, 373, 1, 0, 0, 0, 2580, 2581, 3, 384, 192, 0, 2581, 2582, 3, 378, 189, 0, 2582, 2585, 1, 0, 0, 0, 2583, 2585, 3, 378, 189, 0, 2584, 2580, 1, 0, 0, 0, 2584, 2583, 1, 0, 0, 0, 2585, 375, 1, 0, 0, 0, 2586, 2588, 3, 502, 251, 0, 2587, 2589, 3, 450, 225, 0, 2588, 2587, 1, 0, 0, 0, 2588, 2589, 1, 0, 0, 0, 2589, 2591, 1, 0, 0, 0, 2590, 2592, 3, 496, 248, 0, 2591, 2590, 1, 0, 0, 0, 2591, 2592, 1, 0, 0, 0, 2592, 2594, 1, 0, 0, 0, 2593, 2595, 3, 522, 261, 0, 2594, 2593, 1, 0, 0, 0, 2594, 2595, 1, 0, 0, 0, 2595, 2597, 1, 0, 0, 0, 2596, 2598, 3, 530, 265, 0, 2597, 2596, 1, 0, 0, 0, 2597, 2598, 1, 0, 0, 0, 2598, 2600, 1, 0, 0, 0, 2599, 2601, 3, 514, 257, 0, 2600, 2599, 1, 0, 0, 0, 2600, 2601, 1, 0, 0, 0, 2601, 2603, 1, 0, 0, 0, 2602, 2604, 3, 532, 266, 0, 2603, 2602, 1, 0, 0, 0, 2603, 2604, 1, 0, 0, 0, 2604, 2611, 1, 0, 0, 0, 2605, 2606, 5, 399, 0, 0, 2606, 2607, 3, 378, 189, 0, 2607, 2608, 5, 400, 0, 0, 2608, 2611, 1, 0, 0, 0, 2609, 2611, 3, 498, 249, 0, 2610, 2586, 1, 0, 0, 0, 2610, 2605, 1, 0, 0, 0, 2610, 2609, 1, 0, 0, 0, 2611, 377, 1, 0, 0, 0, 2612, 2614, 3, 376, 188, 0, 2613, 2615, 3, 380, 190, 0, 2614, 2613, 1, 0, 0, 0, 2614, 2615, 1, 0, 0, 0, 2615, 2617, 1, 0, 0, 0, 2616, 2618, 3, 544, 272, 0, 2617, 2616, 1, 0, 0, 0, 2617, 2618, 1, 0, 0, 0, 2618, 2620, 1, 0, 0, 0, 2619, 2621, 3, 548, 274, 0, 2620, 2619, 1, 0, 0, 0, 2620, 2621, 1, 0, 0, 0, 2621, 2623, 1, 0, 0, 0, 2622, 2624, 3, 550, 275, 0, 2623, 2622, 1, 0, 0, 0, 2623, 2624, 1, 0, 0, 0, 2624, 2626, 1, 0, 0, 0, 2625, 2627, 3, 552, 276, 0, 2626, 2625, 1, 0, 0, 0, 2626, 2627, 1, 0, 0, 0, 2627, 2629, 1, 0, 0, 0, 2628, 2630, 3, 388, 194, 0, 2629, 2628, 1, 0, 0, 0, 2629, 2630, 1, 0, 0, 0, 2630, 379, 1, 0, 0, 0, 2631, 2632, 3, 360, 180, 0, 2632, 2633, 3, 376, 188, 0, 2633, 2635, 1, 0, 0, 0, 2634, 2631, 1, 0, 0, 0, 2635, 2636, 1, 0, 0, 0, 2636, 2634, 1, 0, 0, 0, 2636, 2637, 1, 0, 0, 0, 2637, 381, 1, 0, 0, 0, 2638, 2640, 3, 366, 183, 0, 2639, 2638, 1, 0, 0, 0, 2639, 2640, 1, 0, 0, 0, 2640, 2641, 1, 0, 0, 0, 2641, 2642, 3, 378, 189, 0, 2642, 383, 1, 0, 0, 0, 2643, 2660, 5, 161, 0, 0, 2644, 2645, 5, 235, 0, 0, 2645, 2647, 3, 386, 193, 0, 2646, 2648, 3, 32, 16, 0, 2647, 2646, 1, 0, 0, 0, 2647, 2648, 1, 0, 0, 0, 2648, 2661, 1, 0, 0, 0, 2649, 2651, 5, 166, 0, 0, 2650, 2652, 5, 329, 0, 0, 2651, 2650, 1, 0, 0, 0, 2651, 2652, 1, 0, 0, 0, 2652, 2653, 1, 0, 0, 0, 2653, 2658, 3, 628, 314, 0, 2654, 2655, 5, 399, 0, 0, 2655, 2656, 3, 254, 127, 0, 2656, 2657, 5, 400, 0, 0, 2657, 2659, 1, 0, 0, 0, 2658, 2654, 1, 0, 0, 0, 2658, 2659, 1, 0, 0, 0, 2659, 2661, 1, 0, 0, 0, 2660, 2644, 1, 0, 0, 0, 2660, 2649, 1, 0, 0, 0, 2661, 385, 1, 0, 0, 0, 2662, 2664, 5, 188, 0, 0, 2663, 2662, 1, 0, 0, 0, 2663, 2664, 1, 0, 0, 0, 2664, 2665, 1, 0, 0, 0, 2665, 2666, 5, 93, 0, 0, 2666, 2668, 5, 426, 0, 0, 2667, 2669, 3, 222, 111, 0, 2668, 2667, 1, 0, 0, 0, 2668, 2669, 1, 0, 0, 0, 2669, 2671, 1, 0, 0, 0, 2670, 2672, 3, 246, 123, 0, 2671, 2670, 1, 0, 0, 0, 2671, 2672, 1, 0, 0, 0, 2672, 2676, 1, 0, 0, 0, 2673, 2674, 5, 329, 0, 0, 2674, 2676, 3, 628, 314, 0, 2675, 2663, 1, 0, 0, 0, 2675, 2673, 1, 0, 0, 0, 2676, 387, 1, 0, 0, 0, 2677, 2686, 5, 185, 0, 0, 2678, 2679, 5, 431, 0, 0, 2679, 2681, 5, 397, 0, 0, 2680, 2678, 1, 0, 0, 0, 2680, 2681, 1, 0, 0, 0, 2681, 2682, 1, 0, 0, 0, 2682, 2687, 5, 431, 0, 0, 2683, 2684, 5, 431, 0, 0, 2684, 2685, 5, 223, 0, 0, 2685, 2687, 5, 431, 0, 0, 2686, 2680, 1, 0, 0, 0, 2686, 2683, 1, 0, 0, 0, 2687, 389, 1, 0, 0, 0, 2688, 2689, 3, 256, 128, 0, 2689, 2690, 5, 405, 0, 0, 2690, 2691, 3, 392, 196, 0, 2691, 391, 1, 0, 0, 0, 2692, 2695, 5, 83, 0, 0, 2693, 2695, 3, 594, 297, 0, 2694, 2692, 1, 0, 0, 0, 2694, 2693, 1, 0, 0, 0, 2695, 393, 1, 0, 0, 0, 2696, 2697, 5, 304, 0, 0, 2697, 2702, 3, 390, 195, 0, 2698, 2699, 5, 397, 0, 0, 2699, 2701, 3, 390, 195, 0, 2700, 2698, 1, 0, 0, 0, 2701, 2704, 1, 0, 0, 0, 2702, 2700, 1, 0, 0, 0, 2702, 2703, 1, 0, 0, 0, 2703, 395, 1, 0, 0, 0, 2704, 2702, 1, 0, 0, 0, 2705, 2706, 5, 318, 0, 0, 2706, 2715, 5, 344, 0, 0, 2707, 2712, 3, 398, 199, 0, 2708, 2709, 5, 397, 0, 0, 2709, 2711, 3, 398, 199, 0, 2710, 2708, 1, 0, 0, 0, 2711, 2714, 1, 0, 0, 0, 2712, 2710, 1, 0, 0, 0, 2712, 2713, 1, 0, 0, 0, 2713, 2716, 1, 0, 0, 0, 2714, 2712, 1, 0, 0, 0, 2715, 2707, 1, 0, 0, 0, 2715, 2716, 1, 0, 0, 0, 2716, 2729, 1, 0, 0, 0, 2717, 2719, 5, 48, 0, 0, 2718, 2720, 5, 389, 0, 0, 2719, 2718, 1, 0, 0, 0, 2719, 2720, 1, 0, 0, 0, 2720, 2729, 1, 0, 0, 0, 2721, 2723, 5, 289, 0, 0, 2722, 2724, 5, 389, 0, 0, 2723, 2722, 1, 0, 0, 0, 2723, 2724, 1, 0, 0, 0, 2724, 2729, 1, 0, 0, 0, 2725, 2726, 5, 304, 0, 0, 2726, 2727, 5, 22, 0, 0, 2727, 2729, 7, 22, 0, 0, 2728, 2705, 1, 0, 0, 0, 2728, 2717, 1, 0, 0, 0, 2728, 2721, 1, 0, 0, 0, 2728, 2725, 1, 0, 0, 0, 2729, 397, 1, 0, 0, 0, 2730, 2731, 5, 168, 0, 0, 2731, 2732, 5, 182, 0, 0, 2732, 2736, 5, 312, 0, 0, 2733, 2734, 5, 261, 0, 0, 2734, 2736, 7, 23, 0, 0, 2735, 2730, 1, 0, 0, 0, 2735, 2733, 1, 0, 0, 0, 2736, 399, 1, 0, 0, 0, 2737, 2740, 3, 404, 202, 0, 2738, 2740, 3, 406, 203, 0, 2739, 2737, 1, 0, 0, 0, 2739, 2738, 1, 0, 0, 0, 2740, 2743, 1, 0, 0, 0, 2741, 2739, 1, 0, 0, 0, 2741, 2742, 1, 0, 0, 0, 2742, 2745, 1, 0, 0, 0, 2743, 2741, 1, 0, 0, 0, 2744, 2746, 3, 402, 201, 0, 2745, 2744, 1, 0, 0, 0, 2745, 2746, 1, 0, 0, 0, 2746, 401, 1, 0, 0, 0, 2747, 2748, 5, 383, 0, 0, 2748, 2749, 5, 216, 0, 0, 2749, 2752, 5, 201, 0, 0, 2750, 2751, 5, 11, 0, 0, 2751, 2753, 3, 584, 292, 0, 2752, 2750, 1, 0, 0, 0, 2752, 2753, 1, 0, 0, 0, 2753, 2754, 1, 0, 0, 0, 2754, 2755, 5, 335, 0, 0, 2755, 2757, 5, 161, 0, 0, 2756, 2758, 3, 266, 133, 0, 2757, 2756, 1, 0, 0, 0, 2757, 2758, 1, 0, 0, 0, 2758, 2759, 1, 0, 0, 0, 2759, 2760, 5, 374, 0, 0, 2760, 2761, 3, 540, 270, 0, 2761, 403, 1, 0, 0, 0, 2762, 2763, 5, 383, 0, 0, 2763, 2764, 5, 201, 0, 0, 2764, 2765, 5, 11, 0, 0, 2765, 2766, 3, 584, 292, 0, 2766, 2770, 5, 335, 0, 0, 2767, 2768, 5, 365, 0, 0, 2768, 2771, 3, 394, 197, 0, 2769, 2771, 5, 86, 0, 0, 2770, 2767, 1, 0, 0, 0, 2770, 2769, 1, 0, 0, 0, 2771, 405, 1, 0, 0, 0, 2772, 2773, 5, 383, 0, 0, 2773, 2774, 5, 201, 0, 0, 2774, 2778, 5, 335, 0, 0, 2775, 2776, 5, 365, 0, 0, 2776, 2779, 3, 394, 197, 0, 2777, 2779, 5, 86, 0, 0, 2778, 2775, 1, 0, 0, 0, 2778, 2777, 1, 0, 0, 0, 2779, 407, 1, 0, 0, 0, 2780, 2781, 5, 246, 0, 0, 2781, 2782, 5, 426, 0, 0, 2782, 409, 1, 0, 0, 0, 2783, 2784, 5, 352, 0, 0, 2784, 2785, 5, 426, 0, 0, 2785, 411, 1, 0, 0, 0, 2786, 2787, 5, 320, 0, 0, 2787, 2788, 5, 426, 0, 0, 2788, 413, 1, 0, 0, 0, 2789, 2820, 5, 9, 0, 0, 2790, 2791, 5, 329, 0, 0, 2791, 2792, 3, 480, 240, 0, 2792, 2793, 3, 416, 208, 0, 2793, 2821, 1, 0, 0, 0, 2794, 2795, 5, 378, 0, 0, 2795, 2797, 3, 484, 242, 0, 2796, 2798, 5, 17, 0, 0, 2797, 2796, 1, 0, 0, 0, 2797, 2798, 1, 0, 0, 0, 2798, 2799, 1, 0, 0, 0, 2799, 2800, 3, 420, 210, 0, 2800, 2821, 1, 0, 0, 0, 2801, 2802, 5, 202, 0, 0, 2802, 2803, 5, 378, 0, 0, 2803, 2807, 3, 484, 242, 0, 2804, 2808, 3, 36, 18, 0, 2805, 2808, 3, 38, 19, 0, 2806, 2808, 5, 265, 0, 0, 2807, 2804, 1, 0, 0, 0, 2807, 2805, 1, 0, 0, 0, 2807, 2806, 1, 0, 0, 0, 2808, 2821, 1, 0, 0, 0, 2809, 2810, 3, 70, 35, 0, 2810, 2811, 3, 422, 211, 0, 2811, 2821, 1, 0, 0, 0, 2812, 2813, 5, 69, 0, 0, 2813, 2821, 3, 424, 212, 0, 2814, 2815, 5, 155, 0, 0, 2815, 2816, 3, 642, 321, 0, 2816, 2817, 5, 224, 0, 0, 2817, 2818, 3, 628, 314, 0, 2818, 2819, 5, 265, 0, 0, 2819, 2821, 1, 0, 0, 0, 2820, 2790, 1, 0, 0, 0, 2820, 2794, 1, 0, 0, 0, 2820, 2801, 1, 0, 0, 0, 2820, 2809, 1, 0, 0, 0, 2820, 2812, 1, 0, 0, 0, 2820, 2814, 1, 0, 0, 0, 2821, 415, 1, 0, 0, 0, 2822, 2823, 5, 274, 0, 0, 2823, 2824, 5, 341, 0, 0, 2824, 2912, 3, 482, 241, 0, 2825, 2826, 5, 102, 0, 0, 2826, 2912, 5, 239, 0, 0, 2827, 2912, 3, 428, 214, 0, 2828, 2830, 5, 4, 0, 0, 2829, 2831, 3, 32, 16, 0, 2830, 2829, 1, 0, 0, 0, 2830, 2831, 1, 0, 0, 0, 2831, 2836, 1, 0, 0, 0, 2832, 2834, 3, 630, 315, 0, 2833, 2835, 3, 426, 213, 0, 2834, 2833, 1, 0, 0, 0, 2834, 2835, 1, 0, 0, 0, 2835, 2837, 1, 0, 0, 0, 2836, 2832, 1, 0, 0, 0, 2837, 2838, 1, 0, 0, 0, 2838, 2836, 1, 0, 0, 0, 2838, 2839, 1, 0, 0, 0, 2839, 2912, 1, 0, 0, 0, 2840, 2844, 5, 342, 0, 0, 2841, 2843, 3, 630, 315, 0, 2842, 2841, 1, 0, 0, 0, 2843, 2846, 1, 0, 0, 0, 2844, 2842, 1, 0, 0, 0, 2844, 2845, 1, 0, 0, 0, 2845, 2912, 1, 0, 0, 0, 2846, 2844, 1, 0, 0, 0, 2847, 2851, 5, 15, 0, 0, 2848, 2850, 3, 630, 315, 0, 2849, 2848, 1, 0, 0, 0, 2850, 2853, 1, 0, 0, 0, 2851, 2849, 1, 0, 0, 0, 2851, 2852, 1, 0, 0, 0, 2852, 2912, 1, 0, 0, 0, 2853, 2851, 1, 0, 0, 0, 2854, 2858, 5, 353, 0, 0, 2855, 2857, 3, 630, 315, 0, 2856, 2855, 1, 0, 0, 0, 2857, 2860, 1, 0, 0, 0, 2858, 2856, 1, 0, 0, 0, 2858, 2859, 1, 0, 0, 0, 2859, 2912, 1, 0, 0, 0, 2860, 2858, 1, 0, 0, 0, 2861, 2862, 5, 304, 0, 0, 2862, 2863, 5, 332, 0, 0, 2863, 2912, 3, 226, 113, 0, 2864, 2865, 5, 363, 0, 0, 2865, 2867, 5, 332, 0, 0, 2866, 2868, 3, 30, 15, 0, 2867, 2866, 1, 0, 0, 0, 2867, 2868, 1, 0, 0, 0, 2868, 2869, 1, 0, 0, 0, 2869, 2912, 3, 226, 113, 0, 2870, 2912, 3, 210, 105, 0, 2871, 2874, 5, 216, 0, 0, 2872, 2875, 5, 310, 0, 0, 2873, 2875, 3, 40, 20, 0, 2874, 2872, 1, 0, 0, 0, 2874, 2873, 1, 0, 0, 0, 2875, 2912, 1, 0, 0, 0, 2876, 2877, 5, 113, 0, 0, 2877, 2878, 3, 630, 315, 0, 2878, 2879, 5, 387, 0, 0, 2879, 2880, 5, 329, 0, 0, 2880, 2881, 3, 480, 240, 0, 2881, 2912, 1, 0, 0, 0, 2882, 2883, 5, 237, 0, 0, 2883, 2884, 5, 45, 0, 0, 2884, 2885, 5, 399, 0, 0, 2885, 2886, 3, 312, 156, 0, 2886, 2887, 5, 400, 0, 0, 2887, 2912, 1, 0, 0, 0, 2888, 2889, 5, 101, 0, 0, 2889, 2890, 5, 55, 0, 0, 2890, 2912, 3, 642, 321, 0, 2891, 2894, 5, 4, 0, 0, 2892, 2895, 3, 290, 145, 0, 2893, 2895, 3, 280, 140, 0, 2894, 2892, 1, 0, 0, 0, 2894, 2893, 1, 0, 0, 0, 2895, 2912, 1, 0, 0, 0, 2896, 2898, 3, 630, 315, 0, 2897, 2896, 1, 0, 0, 0, 2897, 2898, 1, 0, 0, 0, 2898, 2899, 1, 0, 0, 0, 2899, 2912, 3, 418, 209, 0, 2900, 2901, 5, 304, 0, 0, 2901, 2902, 5, 236, 0, 0, 2902, 2912, 3, 126, 63, 0, 2903, 2904, 5, 304, 0, 0, 2904, 2905, 5, 237, 0, 0, 2905, 2906, 5, 316, 0, 0, 2906, 2907, 5, 399, 0, 0, 2907, 2908, 3, 204, 102, 0, 2908, 2909, 5, 400, 0, 0, 2909, 2912, 1, 0, 0, 0, 2910, 2912, 3, 432, 216, 0, 2911, 2822, 1, 0, 0, 0, 2911, 2825, 1, 0, 0, 0, 2911, 2827, 1, 0, 0, 0, 2911, 2828, 1, 0, 0, 0, 2911, 2840, 1, 0, 0, 0, 2911, 2847, 1, 0, 0, 0, 2911, 2854, 1, 0, 0, 0, 2911, 2861, 1, 0, 0, 0, 2911, 2864, 1, 0, 0, 0, 2911, 2870, 1, 0, 0, 0, 2911, 2871, 1, 0, 0, 0, 2911, 2876, 1, 0, 0, 0, 2911, 2882, 1, 0, 0, 0, 2911, 2888, 1, 0, 0, 0, 2911, 2891, 1, 0, 0, 0, 2911, 2897, 1, 0, 0, 0, 2911, 2900, 1, 0, 0, 0, 2911, 2903, 1, 0, 0, 0, 2911, 2910, 1, 0, 0, 0, 2912, 417, 1, 0, 0, 0, 2913, 2914, 5, 304, 0, 0, 2914, 2915, 5, 129, 0, 0, 2915, 3046, 3, 434, 217, 0, 2916, 2917, 5, 304, 0, 0, 2917, 2918, 5, 189, 0, 0, 2918, 3046, 5, 426, 0, 0, 2919, 3046, 5, 53, 0, 0, 2920, 2930, 5, 304, 0, 0, 2921, 2922, 5, 301, 0, 0, 2922, 2926, 5, 426, 0, 0, 2923, 2924, 5, 387, 0, 0, 2924, 2925, 5, 302, 0, 0, 2925, 2927, 3, 226, 113, 0, 2926, 2923, 1, 0, 0, 0, 2926, 2927, 1, 0, 0, 0, 2927, 2931, 1, 0, 0, 0, 2928, 2929, 5, 302, 0, 0, 2929, 2931, 3, 226, 113, 0, 2930, 2921, 1, 0, 0, 0, 2930, 2928, 1, 0, 0, 0, 2931, 3046, 1, 0, 0, 0, 2932, 2933, 5, 363, 0, 0, 2933, 2934, 5, 302, 0, 0, 2934, 3046, 3, 226, 113, 0, 2935, 2936, 5, 274, 0, 0, 2936, 2937, 5, 341, 0, 0, 2937, 3046, 3, 630, 315, 0, 2938, 2939, 5, 166, 0, 0, 2939, 2940, 5, 431, 0, 0, 2940, 3046, 5, 31, 0, 0, 2941, 2942, 5, 304, 0, 0, 2942, 2943, 5, 310, 0, 0, 2943, 2944, 5, 189, 0, 0, 2944, 2945, 5, 399, 0, 0, 2945, 2950, 3, 430, 215, 0, 2946, 2947, 5, 397, 0, 0, 2947, 2949, 3, 430, 215, 0, 2948, 2946, 1, 0, 0, 0, 2949, 2952, 1, 0, 0, 0, 2950, 2948, 1, 0, 0, 0, 2950, 2951, 1, 0, 0, 0, 2951, 2953, 1, 0, 0, 0, 2952, 2950, 1, 0, 0, 0, 2953, 2954, 5, 400, 0, 0, 2954, 3046, 1, 0, 0, 0, 2955, 2956, 5, 216, 0, 0, 2956, 3046, 7, 24, 0, 0, 2957, 3046, 3, 208, 104, 0, 2958, 2959, 5, 49, 0, 0, 2959, 2962, 5, 426, 0, 0, 2960, 2961, 5, 11, 0, 0, 2961, 2963, 5, 380, 0, 0, 2962, 2960, 1, 0, 0, 0, 2962, 2963, 1, 0, 0, 0, 2963, 2968, 1, 0, 0, 0, 2964, 2965, 5, 42, 0, 0, 2965, 2966, 5, 166, 0, 0, 2966, 2967, 5, 431, 0, 0, 2967, 2969, 5, 31, 0, 0, 2968, 2964, 1, 0, 0, 0, 2968, 2969, 1, 0, 0, 0, 2969, 2971, 1, 0, 0, 0, 2970, 2972, 3, 544, 272, 0, 2971, 2970, 1, 0, 0, 0, 2971, 2972, 1, 0, 0, 0, 2972, 2974, 1, 0, 0, 0, 2973, 2975, 3, 408, 204, 0, 2974, 2973, 1, 0, 0, 0, 2974, 2975, 1, 0, 0, 0, 2975, 2980, 1, 0, 0, 0, 2976, 2977, 5, 387, 0, 0, 2977, 2978, 5, 235, 0, 0, 2978, 2979, 5, 332, 0, 0, 2979, 2981, 3, 226, 113, 0, 2980, 2976, 1, 0, 0, 0, 2980, 2981, 1, 0, 0, 0, 2981, 3046, 1, 0, 0, 0, 2982, 2983, 5, 365, 0, 0, 2983, 2984, 5, 319, 0, 0, 2984, 2986, 5, 134, 0, 0, 2985, 2987, 5, 45, 0, 0, 2986, 2985, 1, 0, 0, 0, 2986, 2987, 1, 0, 0, 0, 2987, 2988, 1, 0, 0, 0, 2988, 2989, 3, 256, 128, 0, 2989, 2990, 5, 304, 0, 0, 2990, 2993, 3, 226, 113, 0, 2991, 2992, 5, 47, 0, 0, 2992, 2994, 5, 426, 0, 0, 2993, 2991, 1, 0, 0, 0, 2993, 2994, 1, 0, 0, 0, 2994, 3046, 1, 0, 0, 0, 2995, 2996, 5, 365, 0, 0, 2996, 2997, 5, 319, 0, 0, 2997, 2998, 5, 304, 0, 0, 2998, 3046, 3, 226, 113, 0, 2999, 3001, 5, 38, 0, 0, 3000, 3002, 5, 45, 0, 0, 3001, 3000, 1, 0, 0, 0, 3001, 3002, 1, 0, 0, 0, 3002, 3003, 1, 0, 0, 0, 3003, 3004, 3, 256, 128, 0, 3004, 3005, 3, 260, 130, 0, 3005, 3007, 3, 344, 172, 0, 3006, 3008, 3, 326, 163, 0, 3007, 3006, 1, 0, 0, 0, 3007, 3008, 1, 0, 0, 0, 3008, 3011, 1, 0, 0, 0, 3009, 3010, 5, 47, 0, 0, 3010, 3012, 5, 426, 0, 0, 3011, 3009, 1, 0, 0, 0, 3011, 3012, 1, 0, 0, 0, 3012, 3016, 1, 0, 0, 0, 3013, 3017, 5, 130, 0, 0, 3014, 3015, 5, 6, 0, 0, 3015, 3017, 3, 642, 321, 0, 3016, 3013, 1, 0, 0, 0, 3016, 3014, 1, 0, 0, 0, 3016, 3017, 1, 0, 0, 0, 3017, 3019, 1, 0, 0, 0, 3018, 3020, 3, 34, 17, 0, 3019, 3018, 1, 0, 0, 0, 3019, 3020, 1, 0, 0, 0, 3020, 3046, 1, 0, 0, 0, 3021, 3024, 5, 4, 0, 0, 3022, 3024, 5, 278, 0, 0, 3023, 3021, 1, 0, 0, 0, 3023, 3022, 1, 0, 0, 0, 3024, 3025, 1, 0, 0, 0, 3025, 3026, 5, 46, 0, 0, 3026, 3027, 5, 399, 0, 0, 3027, 3028, 3, 248, 124, 0, 3028, 3030, 5, 400, 0, 0, 3029, 3031, 3, 34, 17, 0, 3030, 3029, 1, 0, 0, 0, 3030, 3031, 1, 0, 0, 0, 3031, 3046, 1, 0, 0, 0, 3032, 3033, 5, 365, 0, 0, 3033, 3035, 5, 46, 0, 0, 3034, 3036, 3, 34, 17, 0, 3035, 3034, 1, 0, 0, 0, 3035, 3036, 1, 0, 0, 0, 3036, 3046, 1, 0, 0, 0, 3037, 3043, 3, 270, 135, 0, 3038, 3040, 5, 218, 0, 0, 3039, 3041, 5, 34, 0, 0, 3040, 3039, 1, 0, 0, 0, 3040, 3041, 1, 0, 0, 0, 3041, 3044, 1, 0, 0, 0, 3042, 3044, 5, 222, 0, 0, 3043, 3038, 1, 0, 0, 0, 3043, 3042, 1, 0, 0, 0, 3044, 3046, 1, 0, 0, 0, 3045, 2913, 1, 0, 0, 0, 3045, 2916, 1, 0, 0, 0, 3045, 2919, 1, 0, 0, 0, 3045, 2920, 1, 0, 0, 0, 3045, 2932, 1, 0, 0, 0, 3045, 2935, 1, 0, 0, 0, 3045, 2938, 1, 0, 0, 0, 3045, 2941, 1, 0, 0, 0, 3045, 2955, 1, 0, 0, 0, 3045, 2957, 1, 0, 0, 0, 3045, 2958, 1, 0, 0, 0, 3045, 2982, 1, 0, 0, 0, 3045, 2995, 1, 0, 0, 0, 3045, 2999, 1, 0, 0, 0, 3045, 3023, 1, 0, 0, 0, 3045, 3032, 1, 0, 0, 0, 3045, 3037, 1, 0, 0, 0, 3046, 419, 1, 0, 0, 0, 3047, 3048, 5, 304, 0, 0, 3048, 3049, 5, 332, 0, 0, 3049, 3074, 3, 226, 113, 0, 3050, 3051, 5, 363, 0, 0, 3051, 3053, 5, 332, 0, 0, 3052, 3054, 3, 30, 15, 0, 3053, 3052, 1, 0, 0, 0, 3053, 3054, 1, 0, 0, 0, 3054, 3055, 1, 0, 0, 0, 3055, 3074, 3, 226, 113, 0, 3056, 3057, 5, 274, 0, 0, 3057, 3058, 5, 341, 0, 0, 3058, 3074, 3, 482, 241, 0, 3059, 3061, 5, 4, 0, 0, 3060, 3062, 3, 32, 16, 0, 3061, 3060, 1, 0, 0, 0, 3061, 3062, 1, 0, 0, 0, 3062, 3067, 1, 0, 0, 0, 3063, 3065, 3, 630, 315, 0, 3064, 3066, 3, 426, 213, 0, 3065, 3064, 1, 0, 0, 0, 3065, 3066, 1, 0, 0, 0, 3066, 3068, 1, 0, 0, 0, 3067, 3063, 1, 0, 0, 0, 3068, 3069, 1, 0, 0, 0, 3069, 3067, 1, 0, 0, 0, 3069, 3070, 1, 0, 0, 0, 3070, 3074, 1, 0, 0, 0, 3071, 3074, 3, 428, 214, 0, 3072, 3074, 3, 382, 191, 0, 3073, 3047, 1, 0, 0, 0, 3073, 3050, 1, 0, 0, 0, 3073, 3056, 1, 0, 0, 0, 3073, 3059, 1, 0, 0, 0, 3073, 3071, 1, 0, 0, 0, 3073, 3072, 1, 0, 0, 0, 3074, 421, 1, 0, 0, 0, 3075, 3076, 3, 474, 237, 0, 3076, 3077, 5, 304, 0, 0, 3077, 3078, 5, 76, 0, 0, 3078, 3079, 3, 230, 115, 0, 3079, 3091, 1, 0, 0, 0, 3080, 3081, 3, 474, 237, 0, 3081, 3082, 5, 304, 0, 0, 3082, 3083, 5, 236, 0, 0, 3083, 3084, 3, 128, 64, 0, 3084, 3091, 1, 0, 0, 0, 3085, 3086, 3, 474, 237, 0, 3086, 3087, 5, 304, 0, 0, 3087, 3088, 7, 25, 0, 0, 3088, 3089, 5, 426, 0, 0, 3089, 3091, 1, 0, 0, 0, 3090, 3075, 1, 0, 0, 0, 3090, 3080, 1, 0, 0, 0, 3090, 3085, 1, 0, 0, 0, 3091, 423, 1, 0, 0, 0, 3092, 3093, 3, 474, 237, 0, 3093, 3094, 5, 304, 0, 0, 3094, 3095, 5, 77, 0, 0, 3095, 3096, 3, 230, 115, 0, 3096, 3108, 1, 0, 0, 0, 3097, 3098, 3, 474, 237, 0, 3098, 3099, 5, 304, 0, 0, 3099, 3100, 5, 236, 0, 0, 3100, 3101, 3, 128, 64, 0, 3101, 3108, 1, 0, 0, 0, 3102, 3103, 3, 474, 237, 0, 3103, 3104, 5, 304, 0, 0, 3104, 3105, 5, 367, 0, 0, 3105, 3106, 5, 426, 0, 0, 3106, 3108, 1, 0, 0, 0, 3107, 3092, 1, 0, 0, 0, 3107, 3097, 1, 0, 0, 0, 3107, 3102, 1, 0, 0, 0, 3108, 425, 1, 0, 0, 0, 3109, 3110, 5, 189, 0, 0, 3110, 3111, 5, 426, 0, 0, 3111, 427, 1, 0, 0, 0, 3112, 3114, 5, 101, 0, 0, 3113, 3115, 3, 30, 15, 0, 3114, 3113, 1, 0, 0, 0, 3114, 3115, 1, 0, 0, 0, 3115, 3116, 1, 0, 0, 0, 3116, 3117, 5, 237, 0, 0, 3117, 3123, 3, 634, 317, 0, 3118, 3119, 5, 397, 0, 0, 3119, 3120, 5, 237, 0, 0, 3120, 3122, 3, 634, 317, 0, 3121, 3118, 1, 0, 0, 0, 3122, 3125, 1, 0, 0, 0, 3123, 3121, 1, 0, 0, 0, 3123, 3124, 1, 0, 0, 0, 3124, 3128, 1, 0, 0, 0, 3125, 3123, 1, 0, 0, 0, 3126, 3127, 5, 152, 0, 0, 3127, 3129, 5, 254, 0, 0, 3128, 3126, 1, 0, 0, 0, 3128, 3129, 1, 0, 0, 0, 3129, 3131, 1, 0, 0, 0, 3130, 3132, 5, 255, 0, 0, 3131, 3130, 1, 0, 0, 0, 3131, 3132, 1, 0, 0, 0, 3132, 3134, 1, 0, 0, 0, 3133, 3135, 3, 14, 7, 0, 3134, 3133, 1, 0, 0, 0, 3134, 3135, 1, 0, 0, 0, 3135, 429, 1, 0, 0, 0, 3136, 3139, 3, 576, 288, 0, 3137, 3139, 3, 296, 148, 0, 3138, 3136, 1, 0, 0, 0, 3138, 3137, 1, 0, 0, 0, 3139, 3140, 1, 0, 0, 0, 3140, 3141, 5, 405, 0, 0, 3141, 3142, 5, 426, 0, 0, 3142, 431, 1, 0, 0, 0, 3143, 3153, 5, 115, 0, 0, 3144, 3145, 5, 289, 0, 0, 3145, 3146, 5, 399, 0, 0, 3146, 3154, 7, 26, 0, 0, 3147, 3148, 5, 118, 0, 0, 3148, 3149, 5, 399, 0, 0, 3149, 3154, 5, 426, 0, 0, 3150, 3151, 5, 306, 0, 0, 3151, 3152, 5, 399, 0, 0, 3152, 3154, 5, 431, 0, 0, 3153, 3144, 1, 0, 0, 0, 3153, 3147, 1, 0, 0, 0, 3153, 3150, 1, 0, 0, 0, 3154, 3155, 1, 0, 0, 0, 3155, 3156, 5, 400, 0, 0, 3156, 433, 1, 0, 0, 0, 3157, 3158, 5, 160, 0, 0, 3158, 3159, 5, 426, 0, 0, 3159, 3160, 5, 233, 0, 0, 3160, 3161, 5, 426, 0, 0, 3161, 3162, 5, 301, 0, 0, 3162, 3167, 5, 426, 0, 0, 3163, 3164, 5, 159, 0, 0, 3164, 3165, 5, 426, 0, 0, 3165, 3166, 5, 232, 0, 0, 3166, 3168, 5, 426, 0, 0, 3167, 3163, 1, 0, 0, 0, 3167, 3168, 1, 0, 0, 0, 3168, 3171, 1, 0, 0, 0, 3169, 3171, 3, 642, 321, 0, 3170, 3157, 1, 0, 0, 0, 3170, 3169, 1, 0, 0, 0, 3171, 435, 1, 0, 0, 0, 3172, 3173, 5, 184, 0, 0, 3173, 3182, 5, 128, 0, 0, 3174, 3175, 5, 184, 0, 0, 3175, 3176, 5, 128, 0, 0, 3176, 3177, 3, 642, 321, 0, 3177, 3178, 5, 426, 0, 0, 3178, 3182, 1, 0, 0, 0, 3179, 3180, 5, 184, 0, 0, 3180, 3182, 3, 480, 240, 0, 3181, 3172, 1, 0, 0, 0, 3181, 3174, 1, 0, 0, 0, 3181, 3179, 1, 0, 0, 0, 3182, 437, 1, 0, 0, 0, 3183, 3185, 5, 58, 0, 0, 3184, 3186, 5, 333, 0, 0, 3185, 3184, 1, 0, 0, 0, 3185, 3186, 1, 0, 0, 0, 3186, 3188, 1, 0, 0, 0, 3187, 3189, 5, 345, 0, 0, 3188, 3187, 1, 0, 0, 0, 3188, 3189, 1, 0, 0, 0, 3189, 3191, 1, 0, 0, 0, 3190, 3192, 5, 123, 0, 0, 3191, 3190, 1, 0, 0, 0, 3191, 3192, 1, 0, 0, 0, 3192, 3193, 1, 0, 0, 0, 3193, 3195, 5, 329, 0, 0, 3194, 3196, 3, 32, 16, 0, 3195, 3194, 1, 0, 0, 0, 3195, 3196, 1, 0, 0, 0, 3196, 3197, 1, 0, 0, 0, 3197, 3254, 3, 482, 241, 0, 3198, 3200, 3, 436, 218, 0, 3199, 3201, 3, 200, 100, 0, 3200, 3199, 1, 0, 0, 0, 3200, 3201, 1, 0, 0, 0, 3201, 3203, 1, 0, 0, 0, 3202, 3204, 3, 222, 111, 0, 3203, 3202, 1, 0, 0, 0, 3203, 3204, 1, 0, 0, 0, 3204, 3206, 1, 0, 0, 0, 3205, 3207, 3, 246, 123, 0, 3206, 3205, 1, 0, 0, 0, 3206, 3207, 1, 0, 0, 0, 3207, 3209, 1, 0, 0, 0, 3208, 3210, 3, 426, 213, 0, 3209, 3208, 1, 0, 0, 0, 3209, 3210, 1, 0, 0, 0, 3210, 3212, 1, 0, 0, 0, 3211, 3213, 3, 224, 112, 0, 3212, 3211, 1, 0, 0, 0, 3212, 3213, 1, 0, 0, 0, 3213, 3215, 1, 0, 0, 0, 3214, 3216, 3, 198, 99, 0, 3215, 3214, 1, 0, 0, 0, 3215, 3216, 1, 0, 0, 0, 3216, 3255, 1, 0, 0, 0, 3217, 3218, 5, 399, 0, 0, 3218, 3219, 3, 250, 125, 0, 3219, 3220, 5, 400, 0, 0, 3220, 3222, 1, 0, 0, 0, 3221, 3217, 1, 0, 0, 0, 3221, 3222, 1, 0, 0, 0, 3222, 3224, 1, 0, 0, 0, 3223, 3225, 3, 196, 98, 0, 3224, 3223, 1, 0, 0, 0, 3224, 3225, 1, 0, 0, 0, 3225, 3227, 1, 0, 0, 0, 3226, 3228, 3, 200, 100, 0, 3227, 3226, 1, 0, 0, 0, 3227, 3228, 1, 0, 0, 0, 3228, 3230, 1, 0, 0, 0, 3229, 3231, 3, 208, 104, 0, 3230, 3229, 1, 0, 0, 0, 3230, 3231, 1, 0, 0, 0, 3231, 3233, 1, 0, 0, 0, 3232, 3234, 3, 210, 105, 0, 3233, 3232, 1, 0, 0, 0, 3233, 3234, 1, 0, 0, 0, 3234, 3236, 1, 0, 0, 0, 3235, 3237, 3, 222, 111, 0, 3236, 3235, 1, 0, 0, 0, 3236, 3237, 1, 0, 0, 0, 3237, 3239, 1, 0, 0, 0, 3238, 3240, 3, 246, 123, 0, 3239, 3238, 1, 0, 0, 0, 3239, 3240, 1, 0, 0, 0, 3240, 3242, 1, 0, 0, 0, 3241, 3243, 3, 426, 213, 0, 3242, 3241, 1, 0, 0, 0, 3242, 3243, 1, 0, 0, 0, 3243, 3245, 1, 0, 0, 0, 3244, 3246, 3, 224, 112, 0, 3245, 3244, 1, 0, 0, 0, 3245, 3246, 1, 0, 0, 0, 3246, 3248, 1, 0, 0, 0, 3247, 3249, 3, 198, 99, 0, 3248, 3247, 1, 0, 0, 0, 3248, 3249, 1, 0, 0, 0, 3249, 3252, 1, 0, 0, 0, 3250, 3251, 5, 17, 0, 0, 3251, 3253, 3, 382, 191, 0, 3252, 3250, 1, 0, 0, 0, 3252, 3253, 1, 0, 0, 0, 3253, 3255, 1, 0, 0, 0, 3254, 3198, 1, 0, 0, 0, 3254, 3221, 1, 0, 0, 0, 3255, 3319, 1, 0, 0, 0, 3256, 3257, 5, 58, 0, 0, 3257, 3258, 5, 195, 0, 0, 3258, 3260, 5, 329, 0, 0, 3259, 3261, 3, 32, 16, 0, 3260, 3259, 1, 0, 0, 0, 3260, 3261, 1, 0, 0, 0, 3261, 3262, 1, 0, 0, 0, 3262, 3316, 3, 482, 241, 0, 3263, 3265, 3, 436, 218, 0, 3264, 3266, 3, 222, 111, 0, 3265, 3264, 1, 0, 0, 0, 3265, 3266, 1, 0, 0, 0, 3266, 3268, 1, 0, 0, 0, 3267, 3269, 3, 246, 123, 0, 3268, 3267, 1, 0, 0, 0, 3268, 3269, 1, 0, 0, 0, 3269, 3271, 1, 0, 0, 0, 3270, 3272, 3, 426, 213, 0, 3271, 3270, 1, 0, 0, 0, 3271, 3272, 1, 0, 0, 0, 3272, 3274, 1, 0, 0, 0, 3273, 3275, 3, 224, 112, 0, 3274, 3273, 1, 0, 0, 0, 3274, 3275, 1, 0, 0, 0, 3275, 3277, 1, 0, 0, 0, 3276, 3278, 3, 198, 99, 0, 3277, 3276, 1, 0, 0, 0, 3277, 3278, 1, 0, 0, 0, 3278, 3317, 1, 0, 0, 0, 3279, 3280, 5, 399, 0, 0, 3280, 3281, 3, 250, 125, 0, 3281, 3282, 5, 400, 0, 0, 3282, 3284, 1, 0, 0, 0, 3283, 3279, 1, 0, 0, 0, 3283, 3284, 1, 0, 0, 0, 3284, 3286, 1, 0, 0, 0, 3285, 3287, 3, 196, 98, 0, 3286, 3285, 1, 0, 0, 0, 3286, 3287, 1, 0, 0, 0, 3287, 3289, 1, 0, 0, 0, 3288, 3290, 3, 200, 100, 0, 3289, 3288, 1, 0, 0, 0, 3289, 3290, 1, 0, 0, 0, 3290, 3292, 1, 0, 0, 0, 3291, 3293, 3, 208, 104, 0, 3292, 3291, 1, 0, 0, 0, 3292, 3293, 1, 0, 0, 0, 3293, 3295, 1, 0, 0, 0, 3294, 3296, 3, 210, 105, 0, 3295, 3294, 1, 0, 0, 0, 3295, 3296, 1, 0, 0, 0, 3296, 3298, 1, 0, 0, 0, 3297, 3299, 3, 222, 111, 0, 3298, 3297, 1, 0, 0, 0, 3298, 3299, 1, 0, 0, 0, 3299, 3301, 1, 0, 0, 0, 3300, 3302, 3, 246, 123, 0, 3301, 3300, 1, 0, 0, 0, 3301, 3302, 1, 0, 0, 0, 3302, 3304, 1, 0, 0, 0, 3303, 3305, 3, 426, 213, 0, 3304, 3303, 1, 0, 0, 0, 3304, 3305, 1, 0, 0, 0, 3305, 3307, 1, 0, 0, 0, 3306, 3308, 3, 224, 112, 0, 3307, 3306, 1, 0, 0, 0, 3307, 3308, 1, 0, 0, 0, 3308, 3310, 1, 0, 0, 0, 3309, 3311, 3, 198, 99, 0, 3310, 3309, 1, 0, 0, 0, 3310, 3311, 1, 0, 0, 0, 3311, 3314, 1, 0, 0, 0, 3312, 3313, 5, 17, 0, 0, 3313, 3315, 3, 382, 191, 0, 3314, 3312, 1, 0, 0, 0, 3314, 3315, 1, 0, 0, 0, 3315, 3317, 1, 0, 0, 0, 3316, 3263, 1, 0, 0, 0, 3316, 3283, 1, 0, 0, 0, 3317, 3319, 1, 0, 0, 0, 3318, 3183, 1, 0, 0, 0, 3318, 3256, 1, 0, 0, 0, 3319, 439, 1, 0, 0, 0, 3320, 3321, 5, 58, 0, 0, 3321, 3323, 5, 69, 0, 0, 3322, 3324, 3, 32, 16, 0, 3323, 3322, 1, 0, 0, 0, 3323, 3324, 1, 0, 0, 0, 3324, 3325, 1, 0, 0, 0, 3325, 3328, 3, 642, 321, 0, 3326, 3327, 5, 352, 0, 0, 3327, 3329, 5, 426, 0, 0, 3328, 3326, 1, 0, 0, 0, 3328, 3329, 1, 0, 0, 0, 3329, 3332, 1, 0, 0, 0, 3330, 3331, 5, 367, 0, 0, 3331, 3333, 5, 426, 0, 0, 3332, 3330, 1, 0, 0, 0, 3332, 3333, 1, 0, 0, 0, 3333, 3336, 1, 0, 0, 0, 3334, 3335, 5, 47, 0, 0, 3335, 3337, 5, 426, 0, 0, 3336, 3334, 1, 0, 0, 0, 3336, 3337, 1, 0, 0, 0, 3337, 3341, 1, 0, 0, 0, 3338, 3339, 5, 387, 0, 0, 3339, 3340, 5, 77, 0, 0, 3340, 3342, 3, 230, 115, 0, 3341, 3338, 1, 0, 0, 0, 3341, 3342, 1, 0, 0, 0, 3342, 441, 1, 0, 0, 0, 3343, 3344, 5, 101, 0, 0, 3344, 3346, 5, 69, 0, 0, 3345, 3347, 3, 30, 15, 0, 3346, 3345, 1, 0, 0, 0, 3346, 3347, 1, 0, 0, 0, 3347, 3348, 1, 0, 0, 0, 3348, 3349, 3, 642, 321, 0, 3349, 443, 1, 0, 0, 0, 3350, 3351, 3, 642, 321, 0, 3351, 3352, 5, 395, 0, 0, 3352, 3354, 1, 0, 0, 0, 3353, 3350, 1, 0, 0, 0, 3354, 3357, 1, 0, 0, 0, 3355, 3353, 1, 0, 0, 0, 3355, 3356, 1, 0, 0, 0, 3356, 3358, 1, 0, 0, 0, 3357, 3355, 1, 0, 0, 0, 3358, 3359, 5, 415, 0, 0, 3359, 445, 1, 0, 0, 0, 3360, 3365, 3, 584, 292, 0, 3361, 3362, 5, 397, 0, 0, 3362, 3364, 3, 584, 292, 0, 3363, 3361, 1, 0, 0, 0, 3364, 3367, 1, 0, 0, 0, 3365, 3363, 1, 0, 0, 0, 3365, 3366, 1, 0, 0, 0, 3366, 447, 1, 0, 0, 0, 3367, 3365, 1, 0, 0, 0, 3368, 3373, 3, 642, 321, 0, 3369, 3370, 5, 397, 0, 0, 3370, 3372, 3, 642, 321, 0, 3371, 3369, 1, 0, 0, 0, 3372, 3375, 1, 0, 0, 0, 3373, 3371, 1, 0, 0, 0, 3373, 3374, 1, 0, 0, 0, 3374, 449, 1, 0, 0, 0, 3375, 3373, 1, 0, 0, 0, 3376, 3377, 5, 139, 0, 0, 3377, 3378, 3, 452, 226, 0, 3378, 451, 1, 0, 0, 0, 3379, 3380, 5, 359, 0, 0, 3380, 3383, 3, 460, 230, 0, 3381, 3382, 5, 397, 0, 0, 3382, 3384, 3, 460, 230, 0, 3383, 3381, 1, 0, 0, 0, 3384, 3385, 1, 0, 0, 0, 3385, 3383, 1, 0, 0, 0, 3385, 3386, 1, 0, 0, 0, 3386, 3389, 1, 0, 0, 0, 3387, 3389, 3, 456, 228, 0, 3388, 3379, 1, 0, 0, 0, 3388, 3387, 1, 0, 0, 0, 3389, 453, 1, 0, 0, 0, 3390, 3394, 3, 470, 235, 0, 3391, 3393, 3, 464, 232, 0, 3392, 3391, 1, 0, 0, 0, 3393, 3396, 1, 0, 0, 0, 3394, 3392, 1, 0, 0, 0, 3394, 3395, 1, 0, 0, 0, 3395, 3423, 1, 0, 0, 0, 3396, 3394, 1, 0, 0, 0, 3397, 3401, 3, 500, 250, 0, 3398, 3400, 3, 464, 232, 0, 3399, 3398, 1, 0, 0, 0, 3400, 3403, 1, 0, 0, 0, 3401, 3399, 1, 0, 0, 0, 3401, 3402, 1, 0, 0, 0, 3402, 3423, 1, 0, 0, 0, 3403, 3401, 1, 0, 0, 0, 3404, 3408, 3, 488, 244, 0, 3405, 3407, 3, 464, 232, 0, 3406, 3405, 1, 0, 0, 0, 3407, 3410, 1, 0, 0, 0, 3408, 3406, 1, 0, 0, 0, 3408, 3409, 1, 0, 0, 0, 3409, 3423, 1, 0, 0, 0, 3410, 3408, 1, 0, 0, 0, 3411, 3415, 3, 494, 247, 0, 3412, 3414, 3, 464, 232, 0, 3413, 3412, 1, 0, 0, 0, 3414, 3417, 1, 0, 0, 0, 3415, 3413, 1, 0, 0, 0, 3415, 3416, 1, 0, 0, 0, 3416, 3423, 1, 0, 0, 0, 3417, 3415, 1, 0, 0, 0, 3418, 3419, 5, 399, 0, 0, 3419, 3420, 3, 456, 228, 0, 3420, 3421, 5, 400, 0, 0, 3421, 3423, 1, 0, 0, 0, 3422, 3390, 1, 0, 0, 0, 3422, 3397, 1, 0, 0, 0, 3422, 3404, 1, 0, 0, 0, 3422, 3411, 1, 0, 0, 0, 3422, 3418, 1, 0, 0, 0, 3423, 455, 1, 0, 0, 0, 3424, 3435, 3, 454, 227, 0, 3425, 3426, 3, 462, 231, 0, 3426, 3431, 3, 458, 229, 0, 3427, 3428, 5, 224, 0, 0, 3428, 3432, 3, 584, 292, 0, 3429, 3430, 5, 370, 0, 0, 3430, 3432, 3, 266, 133, 0, 3431, 3427, 1, 0, 0, 0, 3431, 3429, 1, 0, 0, 0, 3431, 3432, 1, 0, 0, 0, 3432, 3434, 1, 0, 0, 0, 3433, 3425, 1, 0, 0, 0, 3434, 3437, 1, 0, 0, 0, 3435, 3433, 1, 0, 0, 0, 3435, 3436, 1, 0, 0, 0, 3436, 457, 1, 0, 0, 0, 3437, 3435, 1, 0, 0, 0, 3438, 3443, 3, 470, 235, 0, 3439, 3443, 3, 500, 250, 0, 3440, 3443, 3, 488, 244, 0, 3441, 3443, 3, 494, 247, 0, 3442, 3438, 1, 0, 0, 0, 3442, 3439, 1, 0, 0, 0, 3442, 3440, 1, 0, 0, 0, 3442, 3441, 1, 0, 0, 0, 3443, 3447, 1, 0, 0, 0, 3444, 3446, 3, 464, 232, 0, 3445, 3444, 1, 0, 0, 0, 3446, 3449, 1, 0, 0, 0, 3447, 3445, 1, 0, 0, 0, 3447, 3448, 1, 0, 0, 0, 3448, 459, 1, 0, 0, 0, 3449, 3447, 1, 0, 0, 0, 3450, 3452, 5, 250, 0, 0, 3451, 3450, 1, 0, 0, 0, 3451, 3452, 1, 0, 0, 0, 3452, 3453, 1, 0, 0, 0, 3453, 3455, 3, 478, 239, 0, 3454, 3456, 3, 468, 234, 0, 3455, 3454, 1, 0, 0, 0, 3455, 3456, 1, 0, 0, 0, 3456, 3461, 1, 0, 0, 0, 3457, 3459, 5, 17, 0, 0, 3458, 3457, 1, 0, 0, 0, 3458, 3459, 1, 0, 0, 0, 3459, 3460, 1, 0, 0, 0, 3460, 3462, 3, 642, 321, 0, 3461, 3458, 1, 0, 0, 0, 3461, 3462, 1, 0, 0, 0, 3462, 3463, 1, 0, 0, 0, 3463, 3464, 5, 399, 0, 0, 3464, 3465, 3, 446, 223, 0, 3465, 3466, 5, 400, 0, 0, 3466, 461, 1, 0, 0, 0, 3467, 3482, 5, 397, 0, 0, 3468, 3479, 5, 157, 0, 0, 3469, 3479, 5, 60, 0, 0, 3470, 3472, 7, 27, 0, 0, 3471, 3473, 5, 231, 0, 0, 3472, 3471, 1, 0, 0, 0, 3472, 3473, 1, 0, 0, 0, 3473, 3479, 1, 0, 0, 0, 3474, 3476, 5, 180, 0, 0, 3475, 3477, 7, 28, 0, 0, 3476, 3475, 1, 0, 0, 0, 3476, 3477, 1, 0, 0, 0, 3477, 3479, 1, 0, 0, 0, 3478, 3468, 1, 0, 0, 0, 3478, 3469, 1, 0, 0, 0, 3478, 3470, 1, 0, 0, 0, 3478, 3474, 1, 0, 0, 0, 3478, 3479, 1, 0, 0, 0, 3479, 3480, 1, 0, 0, 0, 3480, 3482, 5, 171, 0, 0, 3481, 3467, 1, 0, 0, 0, 3481, 3478, 1, 0, 0, 0, 3482, 463, 1, 0, 0, 0, 3483, 3484, 5, 178, 0, 0, 3484, 3485, 5, 378, 0, 0, 3485, 3486, 5, 231, 0, 0, 3486, 3487, 3, 554, 277, 0, 3487, 3497, 3, 466, 233, 0, 3488, 3489, 5, 17, 0, 0, 3489, 3494, 3, 642, 321, 0, 3490, 3491, 5, 397, 0, 0, 3491, 3493, 3, 642, 321, 0, 3492, 3490, 1, 0, 0, 0, 3493, 3496, 1, 0, 0, 0, 3494, 3492, 1, 0, 0, 0, 3494, 3495, 1, 0, 0, 0, 3495, 3498, 1, 0, 0, 0, 3496, 3494, 1, 0, 0, 0, 3497, 3488, 1, 0, 0, 0, 3497, 3498, 1, 0, 0, 0, 3498, 3541, 1, 0, 0, 0, 3499, 3501, 5, 397, 0, 0, 3500, 3499, 1, 0, 0, 0, 3500, 3501, 1, 0, 0, 0, 3501, 3502, 1, 0, 0, 0, 3502, 3538, 5, 178, 0, 0, 3503, 3504, 5, 378, 0, 0, 3504, 3505, 3, 554, 277, 0, 3505, 3515, 3, 466, 233, 0, 3506, 3507, 5, 17, 0, 0, 3507, 3512, 3, 642, 321, 0, 3508, 3509, 5, 397, 0, 0, 3509, 3511, 3, 642, 321, 0, 3510, 3508, 1, 0, 0, 0, 3511, 3514, 1, 0, 0, 0, 3512, 3510, 1, 0, 0, 0, 3512, 3513, 1, 0, 0, 0, 3513, 3516, 1, 0, 0, 0, 3514, 3512, 1, 0, 0, 0, 3515, 3506, 1, 0, 0, 0, 3515, 3516, 1, 0, 0, 0, 3516, 3539, 1, 0, 0, 0, 3517, 3518, 5, 329, 0, 0, 3518, 3519, 5, 399, 0, 0, 3519, 3520, 3, 498, 249, 0, 3520, 3522, 5, 400, 0, 0, 3521, 3523, 5, 17, 0, 0, 3522, 3521, 1, 0, 0, 0, 3522, 3523, 1, 0, 0, 0, 3523, 3524, 1, 0, 0, 0, 3524, 3536, 3, 466, 233, 0, 3525, 3526, 5, 399, 0, 0, 3526, 3531, 3, 642, 321, 0, 3527, 3528, 5, 397, 0, 0, 3528, 3530, 3, 642, 321, 0, 3529, 3527, 1, 0, 0, 0, 3530, 3533, 1, 0, 0, 0, 3531, 3529, 1, 0, 0, 0, 3531, 3532, 1, 0, 0, 0, 3532, 3534, 1, 0, 0, 0, 3533, 3531, 1, 0, 0, 0, 3534, 3535, 5, 400, 0, 0, 3535, 3537, 1, 0, 0, 0, 3536, 3525, 1, 0, 0, 0, 3536, 3537, 1, 0, 0, 0, 3537, 3539, 1, 0, 0, 0, 3538, 3503, 1, 0, 0, 0, 3538, 3517, 1, 0, 0, 0, 3539, 3541, 1, 0, 0, 0, 3540, 3483, 1, 0, 0, 0, 3540, 3500, 1, 0, 0, 0, 3541, 465, 1, 0, 0, 0, 3542, 3543, 3, 642, 321, 0, 3543, 467, 1, 0, 0, 0, 3544, 3545, 5, 331, 0, 0, 3545, 3546, 5, 399, 0, 0, 3546, 3547, 5, 30, 0, 0, 3547, 3548, 5, 431, 0, 0, 3548, 3549, 5, 230, 0, 0, 3549, 3550, 5, 221, 0, 0, 3550, 3560, 5, 431, 0, 0, 3551, 3552, 5, 224, 0, 0, 3552, 3557, 3, 584, 292, 0, 3553, 3554, 5, 397, 0, 0, 3554, 3556, 3, 584, 292, 0, 3555, 3553, 1, 0, 0, 0, 3556, 3559, 1, 0, 0, 0, 3557, 3555, 1, 0, 0, 0, 3557, 3558, 1, 0, 0, 0, 3558, 3561, 1, 0, 0, 0, 3559, 3557, 1, 0, 0, 0, 3560, 3551, 1, 0, 0, 0, 3560, 3561, 1, 0, 0, 0, 3561, 3562, 1, 0, 0, 0, 3562, 3572, 5, 400, 0, 0, 3563, 3564, 5, 331, 0, 0, 3564, 3568, 5, 399, 0, 0, 3565, 3566, 5, 431, 0, 0, 3566, 3569, 7, 29, 0, 0, 3567, 3569, 5, 430, 0, 0, 3568, 3565, 1, 0, 0, 0, 3568, 3567, 1, 0, 0, 0, 3569, 3570, 1, 0, 0, 0, 3570, 3572, 5, 400, 0, 0, 3571, 3544, 1, 0, 0, 0, 3571, 3563, 1, 0, 0, 0, 3572, 469, 1, 0, 0, 0, 3573, 3575, 3, 478, 239, 0, 3574, 3576, 3, 226, 113, 0, 3575, 3574, 1, 0, 0, 0, 3575, 3576, 1, 0, 0, 0, 3576, 3578, 1, 0, 0, 0, 3577, 3579, 3, 468, 234, 0, 3578, 3577, 1, 0, 0, 0, 3578, 3579, 1, 0, 0, 0, 3579, 3581, 1, 0, 0, 0, 3580, 3582, 3, 472, 236, 0, 3581, 3580, 1, 0, 0, 0, 3581, 3582, 1, 0, 0, 0, 3582, 3587, 1, 0, 0, 0, 3583, 3585, 5, 17, 0, 0, 3584, 3583, 1, 0, 0, 0, 3584, 3585, 1, 0, 0, 0, 3585, 3586, 1, 0, 0, 0, 3586, 3588, 3, 642, 321, 0, 3587, 3584, 1, 0, 0, 0, 3587, 3588, 1, 0, 0, 0, 3588, 471, 1, 0, 0, 0, 3589, 3599, 5, 134, 0, 0, 3590, 3591, 5, 327, 0, 0, 3591, 3592, 5, 17, 0, 0, 3592, 3593, 5, 221, 0, 0, 3593, 3600, 3, 584, 292, 0, 3594, 3595, 5, 134, 0, 0, 3595, 3596, 5, 328, 0, 0, 3596, 3597, 5, 17, 0, 0, 3597, 3598, 5, 221, 0, 0, 3598, 3600, 5, 431, 0, 0, 3599, 3590, 1, 0, 0, 0, 3599, 3594, 1, 0, 0, 0, 3600, 473, 1, 0, 0, 0, 3601, 3602, 3, 642, 321, 0, 3602, 475, 1, 0, 0, 0, 3603, 3604, 3, 642, 321, 0, 3604, 477, 1, 0, 0, 0, 3605, 3608, 3, 480, 240, 0, 3606, 3608, 3, 484, 242, 0, 3607, 3605, 1, 0, 0, 0, 3607, 3606, 1, 0, 0, 0, 3608, 479, 1, 0, 0, 0, 3609, 3610, 3, 642, 321, 0, 3610, 3611, 5, 395, 0, 0, 3611, 3614, 3, 642, 321, 0, 3612, 3613, 5, 395, 0, 0, 3613, 3615, 3, 642, 321, 0, 3614, 3612, 1, 0, 0, 0, 3614, 3615, 1, 0, 0, 0, 3615, 3618, 1, 0, 0, 0, 3616, 3618, 3, 642, 321, 0, 3617, 3609, 1, 0, 0, 0, 3617, 3616, 1, 0, 0, 0, 3618, 481, 1, 0, 0, 0, 3619, 3620, 3, 642, 321, 0, 3620, 3621, 5, 395, 0, 0, 3621, 3624, 3, 642, 321, 0, 3622, 3623, 5, 395, 0, 0, 3623, 3625, 3, 642, 321, 0, 3624, 3622, 1, 0, 0, 0, 3624, 3625, 1, 0, 0, 0, 3625, 3628, 1, 0, 0, 0, 3626, 3628, 3, 642, 321, 0, 3627, 3619, 1, 0, 0, 0, 3627, 3626, 1, 0, 0, 0, 3628, 483, 1, 0, 0, 0, 3629, 3630, 3, 642, 321, 0, 3630, 3631, 5, 395, 0, 0, 3631, 3633, 1, 0, 0, 0, 3632, 3629, 1, 0, 0, 0, 3632, 3633, 1, 0, 0, 0, 3633, 3634, 1, 0, 0, 0, 3634, 3635, 3, 642, 321, 0, 3635, 485, 1, 0, 0, 0, 3636, 3637, 3, 642, 321, 0, 3637, 3638, 5, 395, 0, 0, 3638, 3640, 1, 0, 0, 0, 3639, 3636, 1, 0, 0, 0, 3639, 3640, 1, 0, 0, 0, 3640, 3641, 1, 0, 0, 0, 3641, 3642, 3, 642, 321, 0, 3642, 487, 1, 0, 0, 0, 3643, 3644, 5, 399, 0, 0, 3644, 3645, 3, 362, 181, 0, 3645, 3647, 5, 400, 0, 0, 3646, 3648, 5, 17, 0, 0, 3647, 3646, 1, 0, 0, 0, 3647, 3648, 1, 0, 0, 0, 3648, 3649, 1, 0, 0, 0, 3649, 3650, 3, 642, 321, 0, 3650, 489, 1, 0, 0, 0, 3651, 3653, 3, 546, 273, 0, 3652, 3654, 3, 544, 272, 0, 3653, 3652, 1, 0, 0, 0, 3653, 3654, 1, 0, 0, 0, 3654, 3663, 1, 0, 0, 0, 3655, 3663, 3, 544, 272, 0, 3656, 3658, 3, 550, 275, 0, 3657, 3659, 3, 552, 276, 0, 3658, 3657, 1, 0, 0, 0, 3658, 3659, 1, 0, 0, 0, 3659, 3663, 1, 0, 0, 0, 3660, 3663, 3, 552, 276, 0, 3661, 3663, 3, 548, 274, 0, 3662, 3651, 1, 0, 0, 0, 3662, 3655, 1, 0, 0, 0, 3662, 3656, 1, 0, 0, 0, 3662, 3660, 1, 0, 0, 0, 3662, 3661, 1, 0, 0, 0, 3663, 491, 1, 0, 0, 0, 3664, 3668, 3, 488, 244, 0, 3665, 3668, 3, 470, 235, 0, 3666, 3668, 3, 494, 247, 0, 3667, 3664, 1, 0, 0, 0, 3667, 3665, 1, 0, 0, 0, 3667, 3666, 1, 0, 0, 0, 3668, 493, 1, 0, 0, 0, 3669, 3670, 3, 642, 321, 0, 3670, 3671, 5, 399, 0, 0, 3671, 3672, 5, 224, 0, 0, 3672, 3674, 3, 492, 246, 0, 3673, 3675, 3, 490, 245, 0, 3674, 3673, 1, 0, 0, 0, 3674, 3675, 1, 0, 0, 0, 3675, 3691, 1, 0, 0, 0, 3676, 3677, 5, 432, 0, 0, 3677, 3678, 5, 399, 0, 0, 3678, 3679, 3, 584, 292, 0, 3679, 3688, 5, 400, 0, 0, 3680, 3681, 5, 397, 0, 0, 3681, 3682, 5, 432, 0, 0, 3682, 3683, 5, 399, 0, 0, 3683, 3684, 3, 584, 292, 0, 3684, 3685, 5, 400, 0, 0, 3685, 3687, 1, 0, 0, 0, 3686, 3680, 1, 0, 0, 0, 3687, 3690, 1, 0, 0, 0, 3688, 3686, 1, 0, 0, 0, 3688, 3689, 1, 0, 0, 0, 3689, 3692, 1, 0, 0, 0, 3690, 3688, 1, 0, 0, 0, 3691, 3676, 1, 0, 0, 0, 3691, 3692, 1, 0, 0, 0, 3692, 3693, 1, 0, 0, 0, 3693, 3695, 5, 400, 0, 0, 3694, 3696, 3, 642, 321, 0, 3695, 3694, 1, 0, 0, 0, 3695, 3696, 1, 0, 0, 0, 3696, 495, 1, 0, 0, 0, 3697, 3698, 5, 384, 0, 0, 3698, 3699, 3, 584, 292, 0, 3699, 497, 1, 0, 0, 0, 3700, 3719, 5, 374, 0, 0, 3701, 3706, 3, 540, 270, 0, 3702, 3703, 5, 397, 0, 0, 3703, 3705, 3, 540, 270, 0, 3704, 3702, 1, 0, 0, 0, 3705, 3708, 1, 0, 0, 0, 3706, 3704, 1, 0, 0, 0, 3706, 3707, 1, 0, 0, 0, 3707, 3720, 1, 0, 0, 0, 3708, 3706, 1, 0, 0, 0, 3709, 3710, 5, 399, 0, 0, 3710, 3711, 3, 536, 268, 0, 3711, 3716, 5, 400, 0, 0, 3712, 3713, 5, 397, 0, 0, 3713, 3715, 3, 540, 270, 0, 3714, 3712, 1, 0, 0, 0, 3715, 3718, 1, 0, 0, 0, 3716, 3714, 1, 0, 0, 0, 3716, 3717, 1, 0, 0, 0, 3717, 3720, 1, 0, 0, 0, 3718, 3716, 1, 0, 0, 0, 3719, 3701, 1, 0, 0, 0, 3719, 3709, 1, 0, 0, 0, 3720, 499, 1, 0, 0, 0, 3721, 3722, 5, 329, 0, 0, 3722, 3723, 5, 399, 0, 0, 3723, 3724, 3, 498, 249, 0, 3724, 3726, 5, 400, 0, 0, 3725, 3727, 5, 17, 0, 0, 3726, 3725, 1, 0, 0, 0, 3726, 3727, 1, 0, 0, 0, 3727, 3728, 1, 0, 0, 0, 3728, 3738, 3, 466, 233, 0, 3729, 3730, 5, 399, 0, 0, 3730, 3735, 3, 642, 321, 0, 3731, 3732, 5, 397, 0, 0, 3732, 3734, 3, 642, 321, 0, 3733, 3731, 1, 0, 0, 0, 3734, 3737, 1, 0, 0, 0, 3735, 3733, 1, 0, 0, 0, 3735, 3736, 1, 0, 0, 0, 3736, 3739, 1, 0, 0, 0, 3737, 3735, 1, 0, 0, 0, 3738, 3729, 1, 0, 0, 0, 3738, 3739, 1, 0, 0, 0, 3739, 3740, 1, 0, 0, 0, 3740, 3741, 5, 400, 0, 0, 3741, 501, 1, 0, 0, 0, 3742, 3744, 5, 299, 0, 0, 3743, 3745, 5, 436, 0, 0, 3744, 3743, 1, 0, 0, 0, 3744, 3745, 1, 0, 0, 0, 3745, 3759, 1, 0, 0, 0, 3746, 3748, 7, 21, 0, 0, 3747, 3746, 1, 0, 0, 0, 3747, 3748, 1, 0, 0, 0, 3748, 3749, 1, 0, 0, 0, 3749, 3754, 3, 506, 253, 0, 3750, 3751, 5, 397, 0, 0, 3751, 3753, 3, 506, 253, 0, 3752, 3750, 1, 0, 0, 0, 3753, 3756, 1, 0, 0, 0, 3754, 3752, 1, 0, 0, 0, 3754, 3755, 1, 0, 0, 0, 3755, 3760, 1, 0, 0, 0, 3756, 3754, 1, 0, 0, 0, 3757, 3758, 5, 347, 0, 0, 3758, 3760, 3, 504, 252, 0, 3759, 3747, 1, 0, 0, 0, 3759, 3757, 1, 0, 0, 0, 3760, 3763, 1, 0, 0, 0, 3761, 3763, 3, 508, 254, 0, 3762, 3742, 1, 0, 0, 0, 3762, 3761, 1, 0, 0, 0, 3763, 503, 1, 0, 0, 0, 3764, 3765, 5, 399, 0, 0, 3765, 3766, 3, 512, 256, 0, 3766, 3767, 5, 400, 0, 0, 3767, 3768, 3, 212, 106, 0, 3768, 3769, 3, 216, 108, 0, 3769, 3770, 5, 370, 0, 0, 3770, 3783, 5, 426, 0, 0, 3771, 3781, 5, 17, 0, 0, 3772, 3775, 5, 399, 0, 0, 3773, 3776, 3, 448, 224, 0, 3774, 3776, 3, 248, 124, 0, 3775, 3773, 1, 0, 0, 0, 3775, 3774, 1, 0, 0, 0, 3776, 3777, 1, 0, 0, 0, 3777, 3778, 5, 400, 0, 0, 3778, 3782, 1, 0, 0, 0, 3779, 3782, 3, 448, 224, 0, 3780, 3782, 3, 248, 124, 0, 3781, 3772, 1, 0, 0, 0, 3781, 3779, 1, 0, 0, 0, 3781, 3780, 1, 0, 0, 0, 3782, 3784, 1, 0, 0, 0, 3783, 3771, 1, 0, 0, 0, 3783, 3784, 1, 0, 0, 0, 3784, 3785, 1, 0, 0, 0, 3785, 3786, 3, 212, 106, 0, 3786, 3787, 3, 214, 107, 0, 3787, 505, 1, 0, 0, 0, 3788, 3812, 3, 444, 222, 0, 3789, 3792, 3, 256, 128, 0, 3790, 3792, 3, 584, 292, 0, 3791, 3789, 1, 0, 0, 0, 3791, 3790, 1, 0, 0, 0, 3792, 3809, 1, 0, 0, 0, 3793, 3795, 5, 17, 0, 0, 3794, 3793, 1, 0, 0, 0, 3794, 3795, 1, 0, 0, 0, 3795, 3796, 1, 0, 0, 0, 3796, 3810, 3, 642, 321, 0, 3797, 3798, 5, 17, 0, 0, 3798, 3799, 5, 399, 0, 0, 3799, 3804, 3, 642, 321, 0, 3800, 3801, 5, 397, 0, 0, 3801, 3803, 3, 642, 321, 0, 3802, 3800, 1, 0, 0, 0, 3803, 3806, 1, 0, 0, 0, 3804, 3802, 1, 0, 0, 0, 3804, 3805, 1, 0, 0, 0, 3805, 3807, 1, 0, 0, 0, 3806, 3804, 1, 0, 0, 0, 3807, 3808, 5, 400, 0, 0, 3808, 3810, 1, 0, 0, 0, 3809, 3794, 1, 0, 0, 0, 3809, 3797, 1, 0, 0, 0, 3809, 3810, 1, 0, 0, 0, 3810, 3812, 1, 0, 0, 0, 3811, 3788, 1, 0, 0, 0, 3811, 3791, 1, 0, 0, 0, 3812, 507, 1, 0, 0, 0, 3813, 3814, 7, 30, 0, 0, 3814, 3815, 3, 512, 256, 0, 3815, 3816, 3, 212, 106, 0, 3816, 3817, 3, 216, 108, 0, 3817, 3818, 5, 370, 0, 0, 3818, 3831, 5, 426, 0, 0, 3819, 3829, 5, 17, 0, 0, 3820, 3823, 5, 399, 0, 0, 3821, 3824, 3, 448, 224, 0, 3822, 3824, 3, 248, 124, 0, 3823, 3821, 1, 0, 0, 0, 3823, 3822, 1, 0, 0, 0, 3824, 3825, 1, 0, 0, 0, 3825, 3826, 5, 400, 0, 0, 3826, 3830, 1, 0, 0, 0, 3827, 3830, 3, 448, 224, 0, 3828, 3830, 3, 248, 124, 0, 3829, 3820, 1, 0, 0, 0, 3829, 3827, 1, 0, 0, 0, 3829, 3828, 1, 0, 0, 0, 3830, 3832, 1, 0, 0, 0, 3831, 3819, 1, 0, 0, 0, 3831, 3832, 1, 0, 0, 0, 3832, 3833, 1, 0, 0, 0, 3833, 3834, 3, 212, 106, 0, 3834, 3835, 3, 214, 107, 0, 3835, 509, 1, 0, 0, 0, 3836, 3839, 3, 444, 222, 0, 3837, 3839, 3, 584, 292, 0, 3838, 3836, 1, 0, 0, 0, 3838, 3837, 1, 0, 0, 0, 3839, 511, 1, 0, 0, 0, 3840, 3845, 3, 510, 255, 0, 3841, 3842, 5, 397, 0, 0, 3842, 3844, 3, 510, 255, 0, 3843, 3841, 1, 0, 0, 0, 3844, 3847, 1, 0, 0, 0, 3845, 3843, 1, 0, 0, 0, 3845, 3846, 1, 0, 0, 0, 3846, 513, 1, 0, 0, 0, 3847, 3845, 1, 0, 0, 0, 3848, 3849, 5, 386, 0, 0, 3849, 3850, 3, 642, 321, 0, 3850, 3851, 5, 17, 0, 0, 3851, 3859, 3, 516, 258, 0, 3852, 3853, 5, 397, 0, 0, 3853, 3854, 3, 642, 321, 0, 3854, 3855, 5, 17, 0, 0, 3855, 3856, 3, 516, 258, 0, 3856, 3858, 1, 0, 0, 0, 3857, 3852, 1, 0, 0, 0, 3858, 3861, 1, 0, 0, 0, 3859, 3857, 1, 0, 0, 0, 3859, 3860, 1, 0, 0, 0, 3860, 515, 1, 0, 0, 0, 3861, 3859, 1, 0, 0, 0, 3862, 3875, 3, 642, 321, 0, 3863, 3865, 5, 399, 0, 0, 3864, 3866, 3, 642, 321, 0, 3865, 3864, 1, 0, 0, 0, 3865, 3866, 1, 0, 0, 0, 3866, 3868, 1, 0, 0, 0, 3867, 3869, 3, 490, 245, 0, 3868, 3867, 1, 0, 0, 0, 3868, 3869, 1, 0, 0, 0, 3869, 3871, 1, 0, 0, 0, 3870, 3872, 3, 518, 259, 0, 3871, 3870, 1, 0, 0, 0, 3871, 3872, 1, 0, 0, 0, 3872, 3873, 1, 0, 0, 0, 3873, 3875, 5, 400, 0, 0, 3874, 3862, 1, 0, 0, 0, 3874, 3863, 1, 0, 0, 0, 3875, 517, 1, 0, 0, 0, 3876, 3890, 7, 31, 0, 0, 3877, 3878, 5, 354, 0, 0, 3878, 3884, 5, 247, 0, 0, 3879, 3880, 5, 62, 0, 0, 3880, 3884, 5, 291, 0, 0, 3881, 3882, 5, 431, 0, 0, 3882, 3884, 5, 247, 0, 0, 3883, 3877, 1, 0, 0, 0, 3883, 3879, 1, 0, 0, 0, 3883, 3881, 1, 0, 0, 0, 3884, 3891, 1, 0, 0, 0, 3885, 3886, 5, 25, 0, 0, 3886, 3887, 3, 520, 260, 0, 3887, 3888, 5, 11, 0, 0, 3888, 3889, 3, 520, 260, 0, 3889, 3891, 1, 0, 0, 0, 3890, 3883, 1, 0, 0, 0, 3890, 3885, 1, 0, 0, 0, 3891, 519, 1, 0, 0, 0, 3892, 3893, 7, 32, 0, 0, 3893, 3897, 7, 33, 0, 0, 3894, 3895, 5, 62, 0, 0, 3895, 3897, 5, 291, 0, 0, 3896, 3892, 1, 0, 0, 0, 3896, 3894, 1, 0, 0, 0, 3897, 521, 1, 0, 0, 0, 3898, 3899, 5, 144, 0, 0, 3899, 3905, 5, 32, 0, 0, 3900, 3906, 3, 256, 128, 0, 3901, 3906, 3, 524, 262, 0, 3902, 3906, 3, 526, 263, 0, 3903, 3904, 5, 399, 0, 0, 3904, 3906, 5, 400, 0, 0, 3905, 3900, 1, 0, 0, 0, 3905, 3901, 1, 0, 0, 0, 3905, 3902, 1, 0, 0, 0, 3905, 3903, 1, 0, 0, 0, 3906, 523, 1, 0, 0, 0, 3907, 3910, 5, 290, 0, 0, 3908, 3910, 5, 61, 0, 0, 3909, 3907, 1, 0, 0, 0, 3909, 3908, 1, 0, 0, 0, 3910, 3911, 1, 0, 0, 0, 3911, 3912, 5, 399, 0, 0, 3912, 3917, 3, 584, 292, 0, 3913, 3914, 5, 397, 0, 0, 3914, 3916, 3, 584, 292, 0, 3915, 3913, 1, 0, 0, 0, 3916, 3919, 1, 0, 0, 0, 3917, 3915, 1, 0, 0, 0, 3917, 3918, 1, 0, 0, 0, 3918, 3920, 1, 0, 0, 0, 3919, 3917, 1, 0, 0, 0, 3920, 3921, 5, 400, 0, 0, 3921, 525, 1, 0, 0, 0, 3922, 3927, 3, 542, 271, 0, 3923, 3924, 5, 387, 0, 0, 3924, 3928, 5, 290, 0, 0, 3925, 3926, 5, 387, 0, 0, 3926, 3928, 5, 61, 0, 0, 3927, 3923, 1, 0, 0, 0, 3927, 3925, 1, 0, 0, 0, 3927, 3928, 1, 0, 0, 0, 3928, 3942, 1, 0, 0, 0, 3929, 3930, 5, 145, 0, 0, 3930, 3931, 5, 305, 0, 0, 3931, 3932, 5, 399, 0, 0, 3932, 3937, 3, 528, 264, 0, 3933, 3934, 5, 397, 0, 0, 3934, 3936, 3, 528, 264, 0, 3935, 3933, 1, 0, 0, 0, 3936, 3939, 1, 0, 0, 0, 3937, 3935, 1, 0, 0, 0, 3937, 3938, 1, 0, 0, 0, 3938, 3940, 1, 0, 0, 0, 3939, 3937, 1, 0, 0, 0, 3940, 3941, 5, 400, 0, 0, 3941, 3943, 1, 0, 0, 0, 3942, 3929, 1, 0, 0, 0, 3942, 3943, 1, 0, 0, 0, 3943, 527, 1, 0, 0, 0, 3944, 3946, 5, 399, 0, 0, 3945, 3947, 3, 584, 292, 0, 3946, 3945, 1, 0, 0, 0, 3946, 3947, 1, 0, 0, 0, 3947, 3952, 1, 0, 0, 0, 3948, 3949, 5, 397, 0, 0, 3949, 3951, 3, 584, 292, 0, 3950, 3948, 1, 0, 0, 0, 3951, 3954, 1, 0, 0, 0, 3952, 3950, 1, 0, 0, 0, 3952, 3953, 1, 0, 0, 0, 3953, 3955, 1, 0, 0, 0, 3954, 3952, 1, 0, 0, 0, 3955, 3958, 5, 400, 0, 0, 3956, 3958, 3, 584, 292, 0, 3957, 3944, 1, 0, 0, 0, 3957, 3956, 1, 0, 0, 0, 3958, 529, 1, 0, 0, 0, 3959, 3960, 5, 146, 0, 0, 3960, 3961, 3, 584, 292, 0, 3961, 531, 1, 0, 0, 0, 3962, 3963, 5, 256, 0, 0, 3963, 3964, 3, 584, 292, 0, 3964, 533, 1, 0, 0, 0, 3965, 3968, 5, 83, 0, 0, 3966, 3968, 3, 584, 292, 0, 3967, 3965, 1, 0, 0, 0, 3967, 3966, 1, 0, 0, 0, 3968, 535, 1, 0, 0, 0, 3969, 3971, 3, 584, 292, 0, 3970, 3972, 5, 17, 0, 0, 3971, 3970, 1, 0, 0, 0, 3971, 3972, 1, 0, 0, 0, 3972, 3974, 1, 0, 0, 0, 3973, 3975, 3, 642, 321, 0, 3974, 3973, 1, 0, 0, 0, 3974, 3975, 1, 0, 0, 0, 3975, 3986, 1, 0, 0, 0, 3976, 3977, 5, 397, 0, 0, 3977, 3979, 3, 584, 292, 0, 3978, 3980, 5, 17, 0, 0, 3979, 3978, 1, 0, 0, 0, 3979, 3980, 1, 0, 0, 0, 3980, 3982, 1, 0, 0, 0, 3981, 3983, 3, 642, 321, 0, 3982, 3981, 1, 0, 0, 0, 3982, 3983, 1, 0, 0, 0, 3983, 3985, 1, 0, 0, 0, 3984, 3976, 1, 0, 0, 0, 3985, 3988, 1, 0, 0, 0, 3986, 3984, 1, 0, 0, 0, 3986, 3987, 1, 0, 0, 0, 3987, 537, 1, 0, 0, 0, 3988, 3986, 1, 0, 0, 0, 3989, 3992, 3, 540, 270, 0, 3990, 3992, 3, 542, 271, 0, 3991, 3989, 1, 0, 0, 0, 3991, 3990, 1, 0, 0, 0, 3992, 539, 1, 0, 0, 0, 3993, 3994, 5, 399, 0, 0, 3994, 3995, 3, 542, 271, 0, 3995, 3996, 5, 400, 0, 0, 3996, 541, 1, 0, 0, 0, 3997, 4004, 3, 534, 267, 0, 3998, 3999, 5, 397, 0, 0, 3999, 4001, 3, 534, 267, 0, 4000, 3998, 1, 0, 0, 0, 4001, 4002, 1, 0, 0, 0, 4002, 4000, 1, 0, 0, 0, 4002, 4003, 1, 0, 0, 0, 4003, 4005, 1, 0, 0, 0, 4004, 4000, 1, 0, 0, 0, 4004, 4005, 1, 0, 0, 0, 4005, 543, 1, 0, 0, 0, 4006, 4007, 5, 229, 0, 0, 4007, 4008, 5, 32, 0, 0, 4008, 4013, 3, 310, 155, 0, 4009, 4010, 5, 397, 0, 0, 4010, 4012, 3, 310, 155, 0, 4011, 4009, 1, 0, 0, 0, 4012, 4015, 1, 0, 0, 0, 4013, 4011, 1, 0, 0, 0, 4013, 4014, 1, 0, 0, 0, 4014, 545, 1, 0, 0, 0, 4015, 4013, 1, 0, 0, 0, 4016, 4017, 5, 237, 0, 0, 4017, 4018, 5, 32, 0, 0, 4018, 4019, 3, 538, 269, 0, 4019, 547, 1, 0, 0, 0, 4020, 4021, 5, 41, 0, 0, 4021, 4022, 5, 32, 0, 0, 4022, 4023, 3, 538, 269, 0, 4023, 549, 1, 0, 0, 0, 4024, 4025, 5, 97, 0, 0, 4025, 4026, 5, 32, 0, 0, 4026, 4027, 3, 538, 269, 0, 4027, 551, 1, 0, 0, 0, 4028, 4029, 5, 314, 0, 0, 4029, 4049, 5, 32, 0, 0, 4030, 4031, 5, 399, 0, 0, 4031, 4036, 3, 310, 155, 0, 4032, 4033, 5, 397, 0, 0, 4033, 4035, 3, 310, 155, 0, 4034, 4032, 1, 0, 0, 0, 4035, 4038, 1, 0, 0, 0, 4036, 4034, 1, 0, 0, 0, 4036, 4037, 1, 0, 0, 0, 4037, 4039, 1, 0, 0, 0, 4038, 4036, 1, 0, 0, 0, 4039, 4040, 5, 400, 0, 0, 4040, 4050, 1, 0, 0, 0, 4041, 4046, 3, 310, 155, 0, 4042, 4043, 5, 397, 0, 0, 4043, 4045, 3, 310, 155, 0, 4044, 4042, 1, 0, 0, 0, 4045, 4048, 1, 0, 0, 0, 4046, 4044, 1, 0, 0, 0, 4046, 4047, 1, 0, 0, 0, 4047, 4050, 1, 0, 0, 0, 4048, 4046, 1, 0, 0, 0, 4049, 4030, 1, 0, 0, 0, 4049, 4041, 1, 0, 0, 0, 4050, 553, 1, 0, 0, 0, 4051, 4052, 5, 349, 0, 0, 4052, 4056, 5, 399, 0, 0, 4053, 4057, 5, 179, 0, 0, 4054, 4057, 5, 343, 0, 0, 4055, 4057, 5, 29, 0, 0, 4056, 4053, 1, 0, 0, 0, 4056, 4054, 1, 0, 0, 0, 4056, 4055, 1, 0, 0, 0, 4056, 4057, 1, 0, 0, 0, 4057, 4059, 1, 0, 0, 0, 4058, 4060, 3, 510, 255, 0, 4059, 4058, 1, 0, 0, 0, 4059, 4060, 1, 0, 0, 0, 4060, 4061, 1, 0, 0, 0, 4061, 4062, 5, 139, 0, 0, 4062, 4063, 3, 510, 255, 0, 4063, 4064, 5, 400, 0, 0, 4064, 4105, 1, 0, 0, 0, 4065, 4066, 3, 562, 281, 0, 4066, 4081, 5, 399, 0, 0, 4067, 4082, 5, 415, 0, 0, 4068, 4070, 7, 21, 0, 0, 4069, 4068, 1, 0, 0, 0, 4069, 4070, 1, 0, 0, 0, 4070, 4079, 1, 0, 0, 0, 4071, 4076, 3, 510, 255, 0, 4072, 4073, 5, 397, 0, 0, 4073, 4075, 3, 510, 255, 0, 4074, 4072, 1, 0, 0, 0, 4075, 4078, 1, 0, 0, 0, 4076, 4074, 1, 0, 0, 0, 4076, 4077, 1, 0, 0, 0, 4077, 4080, 1, 0, 0, 0, 4078, 4076, 1, 0, 0, 0, 4079, 4071, 1, 0, 0, 0, 4079, 4080, 1, 0, 0, 0, 4080, 4082, 1, 0, 0, 0, 4081, 4067, 1, 0, 0, 0, 4081, 4069, 1, 0, 0, 0, 4082, 4102, 1, 0, 0, 0, 4083, 4084, 5, 400, 0, 0, 4084, 4085, 5, 388, 0, 0, 4085, 4086, 5, 144, 0, 0, 4086, 4087, 5, 399, 0, 0, 4087, 4088, 3, 544, 272, 0, 4088, 4089, 5, 400, 0, 0, 4089, 4103, 1, 0, 0, 0, 4090, 4092, 5, 400, 0, 0, 4091, 4093, 3, 556, 278, 0, 4092, 4091, 1, 0, 0, 0, 4092, 4093, 1, 0, 0, 0, 4093, 4094, 1, 0, 0, 0, 4094, 4095, 5, 234, 0, 0, 4095, 4103, 3, 516, 258, 0, 4096, 4097, 3, 556, 278, 0, 4097, 4098, 5, 400, 0, 0, 4098, 4099, 5, 234, 0, 0, 4099, 4100, 3, 516, 258, 0, 4100, 4103, 1, 0, 0, 0, 4101, 4103, 5, 400, 0, 0, 4102, 4083, 1, 0, 0, 0, 4102, 4090, 1, 0, 0, 0, 4102, 4096, 1, 0, 0, 0, 4102, 4101, 1, 0, 0, 0, 4103, 4105, 1, 0, 0, 0, 4104, 4051, 1, 0, 0, 0, 4104, 4065, 1, 0, 0, 0, 4105, 555, 1, 0, 0, 0, 4106, 4107, 7, 34, 0, 0, 4107, 4108, 5, 220, 0, 0, 4108, 557, 1, 0, 0, 0, 4109, 4110, 3, 644, 322, 0, 4110, 559, 1, 0, 0, 0, 4111, 4114, 3, 644, 322, 0, 4112, 4114, 5, 426, 0, 0, 4113, 4111, 1, 0, 0, 0, 4113, 4112, 1, 0, 0, 0, 4114, 561, 1, 0, 0, 0, 4115, 4119, 3, 644, 322, 0, 4116, 4119, 3, 650, 325, 0, 4117, 4119, 3, 640, 320, 0, 4118, 4115, 1, 0, 0, 0, 4118, 4116, 1, 0, 0, 0, 4118, 4117, 1, 0, 0, 0, 4119, 563, 1, 0, 0, 0, 4120, 4121, 5, 36, 0, 0, 4121, 4122, 5, 399, 0, 0, 4122, 4123, 3, 584, 292, 0, 4123, 4124, 5, 17, 0, 0, 4124, 4127, 3, 350, 175, 0, 4125, 4126, 5, 137, 0, 0, 4126, 4128, 5, 426, 0, 0, 4127, 4125, 1, 0, 0, 0, 4127, 4128, 1, 0, 0, 0, 4128, 4129, 1, 0, 0, 0, 4129, 4130, 5, 400, 0, 0, 4130, 565, 1, 0, 0, 0, 4131, 4132, 5, 35, 0, 0, 4132, 4138, 3, 584, 292, 0, 4133, 4134, 5, 383, 0, 0, 4134, 4135, 3, 584, 292, 0, 4135, 4136, 5, 335, 0, 0, 4136, 4137, 3, 584, 292, 0, 4137, 4139, 1, 0, 0, 0, 4138, 4133, 1, 0, 0, 0, 4139, 4140, 1, 0, 0, 0, 4140, 4138, 1, 0, 0, 0, 4140, 4141, 1, 0, 0, 0, 4141, 4144, 1, 0, 0, 0, 4142, 4143, 5, 105, 0, 0, 4143, 4145, 3, 584, 292, 0, 4144, 4142, 1, 0, 0, 0, 4144, 4145, 1, 0, 0, 0, 4145, 4146, 1, 0, 0, 0, 4146, 4147, 5, 108, 0, 0, 4147, 567, 1, 0, 0, 0, 4148, 4154, 5, 35, 0, 0, 4149, 4150, 5, 383, 0, 0, 4150, 4151, 3, 584, 292, 0, 4151, 4152, 5, 335, 0, 0, 4152, 4153, 3, 584, 292, 0, 4153, 4155, 1, 0, 0, 0, 4154, 4149, 1, 0, 0, 0, 4155, 4156, 1, 0, 0, 0, 4156, 4154, 1, 0, 0, 0, 4156, 4157, 1, 0, 0, 0, 4157, 4160, 1, 0, 0, 0, 4158, 4159, 5, 105, 0, 0, 4159, 4161, 3, 584, 292, 0, 4160, 4158, 1, 0, 0, 0, 4160, 4161, 1, 0, 0, 0, 4161, 4162, 1, 0, 0, 0, 4162, 4163, 5, 108, 0, 0, 4163, 569, 1, 0, 0, 0, 4164, 4165, 5, 132, 0, 0, 4165, 4166, 5, 399, 0, 0, 4166, 4169, 3, 584, 292, 0, 4167, 4168, 5, 341, 0, 0, 4168, 4170, 3, 574, 287, 0, 4169, 4167, 1, 0, 0, 0, 4169, 4170, 1, 0, 0, 0, 4170, 4171, 1, 0, 0, 0, 4171, 4172, 5, 400, 0, 0, 4172, 571, 1, 0, 0, 0, 4173, 4174, 5, 124, 0, 0, 4174, 4175, 5, 399, 0, 0, 4175, 4176, 3, 574, 287, 0, 4176, 4177, 5, 139, 0, 0, 4177, 4178, 3, 584, 292, 0, 4178, 4179, 5, 400, 0, 0, 4179, 573, 1, 0, 0, 0, 4180, 4189, 3, 670, 335, 0, 4181, 4189, 5, 257, 0, 0, 4182, 4189, 3, 672, 336, 0, 4183, 4189, 3, 674, 337, 0, 4184, 4189, 3, 676, 338, 0, 4185, 4189, 3, 678, 339, 0, 4186, 4189, 3, 680, 340, 0, 4187, 4189, 3, 682, 341, 0, 4188, 4180, 1, 0, 0, 0, 4188, 4181, 1, 0, 0, 0, 4188, 4182, 1, 0, 0, 0, 4188, 4183, 1, 0, 0, 0, 4188, 4184, 1, 0, 0, 0, 4188, 4185, 1, 0, 0, 0, 4188, 4186, 1, 0, 0, 0, 4188, 4187, 1, 0, 0, 0, 4189, 575, 1, 0, 0, 0, 4190, 4191, 3, 578, 289, 0, 4191, 4192, 3, 582, 291, 0, 4192, 4219, 1, 0, 0, 0, 4193, 4219, 5, 431, 0, 0, 4194, 4195, 5, 71, 0, 0, 4195, 4219, 5, 426, 0, 0, 4196, 4219, 5, 63, 0, 0, 4197, 4198, 5, 337, 0, 0, 4198, 4219, 5, 426, 0, 0, 4199, 4219, 5, 64, 0, 0, 4200, 4201, 5, 338, 0, 0, 4201, 4219, 5, 426, 0, 0, 4202, 4206, 5, 426, 0, 0, 4203, 4205, 5, 426, 0, 0, 4204, 4203, 1, 0, 0, 0, 4205, 4208, 1, 0, 0, 0, 4206, 4204, 1, 0, 0, 0, 4206, 4207, 1, 0, 0, 0, 4207, 4219, 1, 0, 0, 0, 4208, 4206, 1, 0, 0, 0, 4209, 4219, 5, 428, 0, 0, 4210, 4219, 5, 429, 0, 0, 4211, 4212, 5, 433, 0, 0, 4212, 4219, 5, 427, 0, 0, 4213, 4219, 5, 350, 0, 0, 4214, 4219, 5, 125, 0, 0, 4215, 4219, 5, 219, 0, 0, 4216, 4219, 5, 424, 0, 0, 4217, 4219, 3, 258, 129, 0, 4218, 4190, 1, 0, 0, 0, 4218, 4193, 1, 0, 0, 0, 4218, 4194, 1, 0, 0, 0, 4218, 4196, 1, 0, 0, 0, 4218, 4197, 1, 0, 0, 0, 4218, 4199, 1, 0, 0, 0, 4218, 4200, 1, 0, 0, 0, 4218, 4202, 1, 0, 0, 0, 4218, 4209, 1, 0, 0, 0, 4218, 4210, 1, 0, 0, 0, 4218, 4211, 1, 0, 0, 0, 4218, 4213, 1, 0, 0, 0, 4218, 4214, 1, 0, 0, 0, 4218, 4215, 1, 0, 0, 0, 4218, 4216, 1, 0, 0, 0, 4218, 4217, 1, 0, 0, 0, 4219, 577, 1, 0, 0, 0, 4220, 4221, 7, 26, 0, 0, 4221, 579, 1, 0, 0, 0, 4222, 4223, 5, 399, 0, 0, 4223, 4224, 3, 578, 289, 0, 4224, 4225, 5, 400, 0, 0, 4225, 4226, 3, 582, 291, 0, 4226, 4238, 1, 0, 0, 0, 4227, 4233, 5, 165, 0, 0, 4228, 4234, 3, 578, 289, 0, 4229, 4230, 5, 399, 0, 0, 4230, 4231, 3, 584, 292, 0, 4231, 4232, 5, 400, 0, 0, 4232, 4234, 1, 0, 0, 0, 4233, 4228, 1, 0, 0, 0, 4233, 4229, 1, 0, 0, 0, 4234, 4235, 1, 0, 0, 0, 4235, 4236, 3, 582, 291, 0, 4236, 4238, 1, 0, 0, 0, 4237, 4222, 1, 0, 0, 0, 4237, 4227, 1, 0, 0, 0, 4238, 581, 1, 0, 0, 0, 4239, 4240, 3, 670, 335, 0, 4240, 4241, 5, 341, 0, 0, 4241, 4242, 3, 672, 336, 0, 4242, 4254, 1, 0, 0, 0, 4243, 4244, 3, 676, 338, 0, 4244, 4245, 5, 341, 0, 0, 4245, 4246, 3, 682, 341, 0, 4246, 4254, 1, 0, 0, 0, 4247, 4254, 3, 670, 335, 0, 4248, 4254, 3, 672, 336, 0, 4249, 4254, 3, 676, 338, 0, 4250, 4254, 3, 678, 339, 0, 4251, 4254, 3, 680, 340, 0, 4252, 4254, 3, 682, 341, 0, 4253, 4239, 1, 0, 0, 0, 4253, 4243, 1, 0, 0, 0, 4253, 4247, 1, 0, 0, 0, 4253, 4248, 1, 0, 0, 0, 4253, 4249, 1, 0, 0, 0, 4253, 4250, 1, 0, 0, 0, 4253, 4251, 1, 0, 0, 0, 4253, 4252, 1, 0, 0, 0, 4254, 583, 1, 0, 0, 0, 4255, 4260, 3, 626, 313, 0, 4256, 4257, 5, 228, 0, 0, 4257, 4259, 3, 626, 313, 0, 4258, 4256, 1, 0, 0, 0, 4259, 4262, 1, 0, 0, 0, 4260, 4258, 1, 0, 0, 0, 4260, 4261, 1, 0, 0, 0, 4261, 585, 1, 0, 0, 0, 4262, 4260, 1, 0, 0, 0, 4263, 4275, 3, 576, 288, 0, 4264, 4275, 3, 580, 290, 0, 4265, 4275, 3, 564, 282, 0, 4266, 4275, 3, 572, 286, 0, 4267, 4275, 3, 570, 285, 0, 4268, 4275, 3, 566, 283, 0, 4269, 4275, 3, 568, 284, 0, 4270, 4275, 3, 604, 302, 0, 4271, 4275, 3, 554, 277, 0, 4272, 4275, 3, 540, 270, 0, 4273, 4275, 3, 642, 321, 0, 4274, 4263, 1, 0, 0, 0, 4274, 4264, 1, 0, 0, 0, 4274, 4265, 1, 0, 0, 0, 4274, 4266, 1, 0, 0, 0, 4274, 4267, 1, 0, 0, 0, 4274, 4268, 1, 0, 0, 0, 4274, 4269, 1, 0, 0, 0, 4274, 4270, 1, 0, 0, 0, 4274, 4271, 1, 0, 0, 0, 4274, 4272, 1, 0, 0, 0, 4274, 4273, 1, 0, 0, 0, 4275, 587, 1, 0, 0, 0, 4276, 4278, 7, 35, 0, 0, 4277, 4276, 1, 0, 0, 0, 4278, 4281, 1, 0, 0, 0, 4279, 4277, 1, 0, 0, 0, 4279, 4280, 1, 0, 0, 0, 4280, 4282, 1, 0, 0, 0, 4281, 4279, 1, 0, 0, 0, 4282, 4291, 3, 586, 293, 0, 4283, 4284, 5, 401, 0, 0, 4284, 4285, 3, 584, 292, 0, 4285, 4286, 5, 402, 0, 0, 4286, 4290, 1, 0, 0, 0, 4287, 4288, 5, 395, 0, 0, 4288, 4290, 3, 642, 321, 0, 4289, 4283, 1, 0, 0, 0, 4289, 4287, 1, 0, 0, 0, 4290, 4293, 1, 0, 0, 0, 4291, 4289, 1, 0, 0, 0, 4291, 4292, 1, 0, 0, 0, 4292, 589, 1, 0, 0, 0, 4293, 4291, 1, 0, 0, 0, 4294, 4299, 3, 588, 294, 0, 4295, 4296, 5, 423, 0, 0, 4296, 4298, 3, 588, 294, 0, 4297, 4295, 1, 0, 0, 0, 4298, 4301, 1, 0, 0, 0, 4299, 4297, 1, 0, 0, 0, 4299, 4300, 1, 0, 0, 0, 4300, 591, 1, 0, 0, 0, 4301, 4299, 1, 0, 0, 0, 4302, 4307, 3, 590, 295, 0, 4303, 4304, 7, 36, 0, 0, 4304, 4306, 3, 590, 295, 0, 4305, 4303, 1, 0, 0, 0, 4306, 4309, 1, 0, 0, 0, 4307, 4305, 1, 0, 0, 0, 4307, 4308, 1, 0, 0, 0, 4308, 593, 1, 0, 0, 0, 4309, 4307, 1, 0, 0, 0, 4310, 4315, 3, 592, 296, 0, 4311, 4312, 7, 37, 0, 0, 4312, 4314, 3, 592, 296, 0, 4313, 4311, 1, 0, 0, 0, 4314, 4317, 1, 0, 0, 0, 4315, 4313, 1, 0, 0, 0, 4315, 4316, 1, 0, 0, 0, 4316, 595, 1, 0, 0, 0, 4317, 4315, 1, 0, 0, 0, 4318, 4323, 3, 594, 297, 0, 4319, 4320, 5, 422, 0, 0, 4320, 4322, 3, 594, 297, 0, 4321, 4319, 1, 0, 0, 0, 4322, 4325, 1, 0, 0, 0, 4323, 4321, 1, 0, 0, 0, 4323, 4324, 1, 0, 0, 0, 4324, 597, 1, 0, 0, 0, 4325, 4323, 1, 0, 0, 0, 4326, 4331, 3, 596, 298, 0, 4327, 4328, 5, 419, 0, 0, 4328, 4330, 3, 596, 298, 0, 4329, 4327, 1, 0, 0, 0, 4330, 4333, 1, 0, 0, 0, 4331, 4329, 1, 0, 0, 0, 4331, 4332, 1, 0, 0, 0, 4332, 599, 1, 0, 0, 0, 4333, 4331, 1, 0, 0, 0, 4334, 4339, 3, 598, 299, 0, 4335, 4336, 5, 421, 0, 0, 4336, 4338, 3, 598, 299, 0, 4337, 4335, 1, 0, 0, 0, 4338, 4341, 1, 0, 0, 0, 4339, 4337, 1, 0, 0, 0, 4339, 4340, 1, 0, 0, 0, 4340, 601, 1, 0, 0, 0, 4341, 4339, 1, 0, 0, 0, 4342, 4343, 7, 38, 0, 0, 4343, 603, 1, 0, 0, 0, 4344, 4345, 5, 399, 0, 0, 4345, 4346, 3, 378, 189, 0, 4346, 4347, 5, 400, 0, 0, 4347, 605, 1, 0, 0, 0, 4348, 4350, 3, 600, 300, 0, 4349, 4351, 3, 608, 304, 0, 4350, 4349, 1, 0, 0, 0, 4350, 4351, 1, 0, 0, 0, 4351, 4355, 1, 0, 0, 0, 4352, 4353, 5, 117, 0, 0, 4353, 4355, 3, 604, 302, 0, 4354, 4348, 1, 0, 0, 0, 4354, 4352, 1, 0, 0, 0, 4355, 607, 1, 0, 0, 0, 4356, 4357, 3, 602, 301, 0, 4357, 4358, 3, 600, 300, 0, 4358, 4363, 1, 0, 0, 0, 4359, 4363, 3, 610, 305, 0, 4360, 4361, 5, 216, 0, 0, 4361, 4363, 3, 614, 307, 0, 4362, 4356, 1, 0, 0, 0, 4362, 4359, 1, 0, 0, 0, 4362, 4360, 1, 0, 0, 0, 4363, 609, 1, 0, 0, 0, 4364, 4365, 5, 154, 0, 0, 4365, 4379, 3, 612, 306, 0, 4366, 4367, 5, 25, 0, 0, 4367, 4368, 3, 600, 300, 0, 4368, 4369, 5, 11, 0, 0, 4369, 4370, 3, 600, 300, 0, 4370, 4379, 1, 0, 0, 0, 4371, 4372, 5, 184, 0, 0, 4372, 4373, 7, 39, 0, 0, 4373, 4379, 3, 540, 270, 0, 4374, 4375, 3, 638, 319, 0, 4375, 4376, 7, 40, 0, 0, 4376, 4377, 3, 604, 302, 0, 4377, 4379, 1, 0, 0, 0, 4378, 4364, 1, 0, 0, 0, 4378, 4366, 1, 0, 0, 0, 4378, 4371, 1, 0, 0, 0, 4378, 4374, 1, 0, 0, 0, 4379, 611, 1, 0, 0, 0, 4380, 4383, 3, 604, 302, 0, 4381, 4383, 3, 540, 270, 0, 4382, 4380, 1, 0, 0, 0, 4382, 4381, 1, 0, 0, 0, 4383, 613, 1, 0, 0, 0, 4384, 4385, 7, 41, 0, 0, 4385, 4388, 3, 600, 300, 0, 4386, 4388, 3, 610, 305, 0, 4387, 4384, 1, 0, 0, 0, 4387, 4386, 1, 0, 0, 0, 4388, 615, 1, 0, 0, 0, 4389, 4390, 5, 167, 0, 0, 4390, 4391, 5, 96, 0, 0, 4391, 4392, 5, 139, 0, 0, 4392, 617, 1, 0, 0, 0, 4393, 4401, 5, 405, 0, 0, 4394, 4401, 5, 406, 0, 0, 4395, 4401, 5, 407, 0, 0, 4396, 4397, 5, 167, 0, 0, 4397, 4398, 5, 216, 0, 0, 4398, 4399, 5, 96, 0, 0, 4399, 4401, 5, 139, 0, 0, 4400, 4393, 1, 0, 0, 0, 4400, 4394, 1, 0, 0, 0, 4400, 4395, 1, 0, 0, 0, 4400, 4396, 1, 0, 0, 0, 4401, 619, 1, 0, 0, 0, 4402, 4411, 3, 606, 303, 0, 4403, 4404, 3, 618, 309, 0, 4404, 4405, 3, 606, 303, 0, 4405, 4410, 1, 0, 0, 0, 4406, 4407, 3, 616, 308, 0, 4407, 4408, 3, 606, 303, 0, 4408, 4410, 1, 0, 0, 0, 4409, 4403, 1, 0, 0, 0, 4409, 4406, 1, 0, 0, 0, 4410, 4413, 1, 0, 0, 0, 4411, 4409, 1, 0, 0, 0, 4411, 4412, 1, 0, 0, 0, 4412, 621, 1, 0, 0, 0, 4413, 4411, 1, 0, 0, 0, 4414, 4421, 5, 219, 0, 0, 4415, 4421, 5, 350, 0, 0, 4416, 4421, 5, 125, 0, 0, 4417, 4421, 5, 360, 0, 0, 4418, 4419, 5, 216, 0, 0, 4419, 4421, 7, 42, 0, 0, 4420, 4414, 1, 0, 0, 0, 4420, 4415, 1, 0, 0, 0, 4420, 4416, 1, 0, 0, 0, 4420, 4417, 1, 0, 0, 0, 4420, 4418, 1, 0, 0, 0, 4421, 623, 1, 0, 0, 0, 4422, 4424, 5, 216, 0, 0, 4423, 4422, 1, 0, 0, 0, 4424, 4427, 1, 0, 0, 0, 4425, 4423, 1, 0, 0, 0, 4425, 4426, 1, 0, 0, 0, 4426, 4428, 1, 0, 0, 0, 4427, 4425, 1, 0, 0, 0, 4428, 4431, 3, 620, 310, 0, 4429, 4430, 5, 167, 0, 0, 4430, 4432, 3, 622, 311, 0, 4431, 4429, 1, 0, 0, 0, 4431, 4432, 1, 0, 0, 0, 4432, 625, 1, 0, 0, 0, 4433, 4438, 3, 624, 312, 0, 4434, 4435, 5, 11, 0, 0, 4435, 4437, 3, 624, 312, 0, 4436, 4434, 1, 0, 0, 0, 4437, 4440, 1, 0, 0, 0, 4438, 4436, 1, 0, 0, 0, 4438, 4439, 1, 0, 0, 0, 4439, 627, 1, 0, 0, 0, 4440, 4438, 1, 0, 0, 0, 4441, 4443, 3, 480, 240, 0, 4442, 4444, 3, 630, 315, 0, 4443, 4442, 1, 0, 0, 0, 4443, 4444, 1, 0, 0, 0, 4444, 629, 1, 0, 0, 0, 4445, 4446, 5, 237, 0, 0, 4446, 4447, 5, 399, 0, 0, 4447, 4452, 3, 632, 316, 0, 4448, 4449, 5, 397, 0, 0, 4449, 4451, 3, 632, 316, 0, 4450, 4448, 1, 0, 0, 0, 4451, 4454, 1, 0, 0, 0, 4452, 4450, 1, 0, 0, 0, 4452, 4453, 1, 0, 0, 0, 4453, 4455, 1, 0, 0, 0, 4454, 4452, 1, 0, 0, 0, 4455, 4456, 5, 400, 0, 0, 4456, 631, 1, 0, 0, 0, 4457, 4460, 3, 642, 321, 0, 4458, 4459, 5, 405, 0, 0, 4459, 4461, 3, 576, 288, 0, 4460, 4458, 1, 0, 0, 0, 4460, 4461, 1, 0, 0, 0, 4461, 633, 1, 0, 0, 0, 4462, 4463, 5, 399, 0, 0, 4463, 4468, 3, 636, 318, 0, 4464, 4465, 5, 397, 0, 0, 4465, 4467, 3, 636, 318, 0, 4466, 4464, 1, 0, 0, 0, 4467, 4470, 1, 0, 0, 0, 4468, 4466, 1, 0, 0, 0, 4468, 4469, 1, 0, 0, 0, 4469, 4471, 1, 0, 0, 0, 4470, 4468, 1, 0, 0, 0, 4471, 4472, 5, 400, 0, 0, 4472, 635, 1, 0, 0, 0, 4473, 4476, 3, 642, 321, 0, 4474, 4477, 5, 184, 0, 0, 4475, 4477, 3, 638, 319, 0, 4476, 4474, 1, 0, 0, 0, 4476, 4475, 1, 0, 0, 0, 4477, 4478, 1, 0, 0, 0, 4478, 4479, 3, 576, 288, 0, 4479, 637, 1, 0, 0, 0, 4480, 4481, 7, 43, 0, 0, 4481, 639, 1, 0, 0, 0, 4482, 4483, 7, 44, 0, 0, 4483, 641, 1, 0, 0, 0, 4484, 4487, 5, 432, 0, 0, 4485, 4487, 3, 648, 324, 0, 4486, 4484, 1, 0, 0, 0, 4486, 4485, 1, 0, 0, 0, 4487, 643, 1, 0, 0, 0, 4488, 4491, 3, 642, 321, 0, 4489, 4490, 5, 395, 0, 0, 4490, 4492, 3, 642, 321, 0, 4491, 4489, 1, 0, 0, 0, 4491, 4492, 1, 0, 0, 0, 4492, 645, 1, 0, 0, 0, 4493, 4494, 3, 642, 321, 0, 4494, 647, 1, 0, 0, 0, 4495, 4496, 7, 45, 0, 0, 4496, 649, 1, 0, 0, 0, 4497, 4498, 7, 46, 0, 0, 4498, 651, 1, 0, 0, 0, 4499, 4550, 3, 642, 321, 0, 4500, 4550, 5, 171, 0, 0, 4501, 4550, 5, 237, 0, 0, 4502, 4550, 5, 198, 0, 0, 4503, 4550, 5, 268, 0, 0, 4504, 4550, 5, 369, 0, 0, 4505, 4550, 5, 241, 0, 0, 4506, 4550, 5, 165, 0, 0, 4507, 4550, 5, 292, 0, 0, 4508, 4550, 5, 356, 0, 0, 4509, 4550, 5, 144, 0, 0, 4510, 4550, 5, 203, 0, 0, 4511, 4550, 5, 219, 0, 0, 4512, 4550, 5, 126, 0, 0, 4513, 4550, 5, 188, 0, 0, 4514, 4550, 5, 101, 0, 0, 4515, 4550, 5, 329, 0, 0, 4516, 4550, 5, 224, 0, 0, 4517, 4550, 5, 291, 0, 0, 4518, 4550, 5, 145, 0, 0, 4519, 4550, 5, 304, 0, 0, 4520, 4550, 5, 135, 0, 0, 4521, 4550, 5, 318, 0, 0, 4522, 4550, 5, 161, 0, 0, 4523, 4550, 5, 54, 0, 0, 4524, 4550, 5, 166, 0, 0, 4525, 4550, 5, 358, 0, 0, 4526, 4550, 5, 45, 0, 0, 4527, 4550, 5, 347, 0, 0, 4528, 4550, 5, 96, 0, 0, 4529, 4550, 5, 154, 0, 0, 4530, 4550, 5, 269, 0, 0, 4531, 4550, 5, 337, 0, 0, 4532, 4550, 5, 225, 0, 0, 4533, 4550, 5, 108, 0, 0, 4534, 4550, 5, 141, 0, 0, 4535, 4550, 5, 365, 0, 0, 4536, 4550, 5, 21, 0, 0, 4537, 4550, 5, 78, 0, 0, 4538, 4550, 5, 374, 0, 0, 4539, 4550, 5, 336, 0, 0, 4540, 4550, 5, 167, 0, 0, 4541, 4550, 5, 134, 0, 0, 4542, 4550, 5, 216, 0, 0, 4543, 4550, 5, 27, 0, 0, 4544, 4550, 5, 370, 0, 0, 4545, 4550, 5, 263, 0, 0, 4546, 4550, 5, 25, 0, 0, 4547, 4550, 5, 62, 0, 0, 4548, 4550, 5, 17, 0, 0, 4549, 4499, 1, 0, 0, 0, 4549, 4500, 1, 0, 0, 0, 4549, 4501, 1, 0, 0, 0, 4549, 4502, 1, 0, 0, 0, 4549, 4503, 1, 0, 0, 0, 4549, 4504, 1, 0, 0, 0, 4549, 4505, 1, 0, 0, 0, 4549, 4506, 1, 0, 0, 0, 4549, 4507, 1, 0, 0, 0, 4549, 4508, 1, 0, 0, 0, 4549, 4509, 1, 0, 0, 0, 4549, 4510, 1, 0, 0, 0, 4549, 4511, 1, 0, 0, 0, 4549, 4512, 1, 0, 0, 0, 4549, 4513, 1, 0, 0, 0, 4549, 4514, 1, 0, 0, 0, 4549, 4515, 1, 0, 0, 0, 4549, 4516, 1, 0, 0, 0, 4549, 4517, 1, 0, 0, 0, 4549, 4518, 1, 0, 0, 0, 4549, 4519, 1, 0, 0, 0, 4549, 4520, 1, 0, 0, 0, 4549, 4521, 1, 0, 0, 0, 4549, 4522, 1, 0, 0, 0, 4549, 4523, 1, 0, 0, 0, 4549, 4524, 1, 0, 0, 0, 4549, 4525, 1, 0, 0, 0, 4549, 4526, 1, 0, 0, 0, 4549, 4527, 1, 0, 0, 0, 4549, 4528, 1, 0, 0, 0, 4549, 4529, 1, 0, 0, 0, 4549, 4530, 1, 0, 0, 0, 4549, 4531, 1, 0, 0, 0, 4549, 4532, 1, 0, 0, 0, 4549, 4533, 1, 0, 0, 0, 4549, 4534, 1, 0, 0, 0, 4549, 4535, 1, 0, 0, 0, 4549, 4536, 1, 0, 0, 0, 4549, 4537, 1, 0, 0, 0, 4549, 4538, 1, 0, 0, 0, 4549, 4539, 1, 0, 0, 0, 4549, 4540, 1, 0, 0, 0, 4549, 4541, 1, 0, 0, 0, 4549, 4542, 1, 0, 0, 0, 4549, 4543, 1, 0, 0, 0, 4549, 4544, 1, 0, 0, 0, 4549, 4545, 1, 0, 0, 0, 4549, 4546, 1, 0, 0, 0, 4549, 4547, 1, 0, 0, 0, 4549, 4548, 1, 0, 0, 0, 4550, 653, 1, 0, 0, 0, 4551, 4552, 5, 58, 0, 0, 4552, 4553, 5, 280, 0, 0, 4553, 4555, 5, 243, 0, 0, 4554, 4556, 3, 32, 16, 0, 4555, 4554, 1, 0, 0, 0, 4555, 4556, 1, 0, 0, 0, 4556, 4566, 1, 0, 0, 0, 4557, 4558, 3, 642, 321, 0, 4558, 4559, 5, 184, 0, 0, 4559, 4560, 3, 642, 321, 0, 4560, 4567, 1, 0, 0, 0, 4561, 4564, 3, 642, 321, 0, 4562, 4563, 5, 387, 0, 0, 4563, 4565, 3, 660, 330, 0, 4564, 4562, 1, 0, 0, 0, 4564, 4565, 1, 0, 0, 0, 4565, 4567, 1, 0, 0, 0, 4566, 4557, 1, 0, 0, 0, 4566, 4561, 1, 0, 0, 0, 4567, 4717, 1, 0, 0, 0, 4568, 4569, 5, 9, 0, 0, 4569, 4570, 5, 280, 0, 0, 4570, 4571, 5, 243, 0, 0, 4571, 4596, 3, 642, 321, 0, 4572, 4597, 5, 373, 0, 0, 4573, 4597, 3, 668, 334, 0, 4574, 4575, 5, 304, 0, 0, 4575, 4597, 3, 660, 330, 0, 4576, 4577, 5, 363, 0, 0, 4577, 4582, 3, 662, 331, 0, 4578, 4579, 5, 397, 0, 0, 4579, 4581, 3, 662, 331, 0, 4580, 4578, 1, 0, 0, 0, 4581, 4584, 1, 0, 0, 0, 4582, 4580, 1, 0, 0, 0, 4582, 4583, 1, 0, 0, 0, 4583, 4597, 1, 0, 0, 0, 4584, 4582, 1, 0, 0, 0, 4585, 4586, 5, 274, 0, 0, 4586, 4587, 5, 341, 0, 0, 4587, 4597, 3, 642, 321, 0, 4588, 4590, 3, 664, 332, 0, 4589, 4591, 3, 666, 333, 0, 4590, 4589, 1, 0, 0, 0, 4590, 4591, 1, 0, 0, 0, 4591, 4597, 1, 0, 0, 0, 4592, 4594, 3, 666, 333, 0, 4593, 4595, 3, 664, 332, 0, 4594, 4593, 1, 0, 0, 0, 4594, 4595, 1, 0, 0, 0, 4595, 4597, 1, 0, 0, 0, 4596, 4572, 1, 0, 0, 0, 4596, 4573, 1, 0, 0, 0, 4596, 4574, 1, 0, 0, 0, 4596, 4576, 1, 0, 0, 0, 4596, 4585, 1, 0, 0, 0, 4596, 4588, 1, 0, 0, 0, 4596, 4592, 1, 0, 0, 0, 4597, 4717, 1, 0, 0, 0, 4598, 4599, 5, 101, 0, 0, 4599, 4600, 5, 280, 0, 0, 4600, 4602, 5, 243, 0, 0, 4601, 4603, 3, 30, 15, 0, 4602, 4601, 1, 0, 0, 0, 4602, 4603, 1, 0, 0, 0, 4603, 4604, 1, 0, 0, 0, 4604, 4717, 3, 642, 321, 0, 4605, 4608, 3, 666, 333, 0, 4606, 4608, 3, 668, 334, 0, 4607, 4605, 1, 0, 0, 0, 4607, 4606, 1, 0, 0, 0, 4608, 4609, 1, 0, 0, 0, 4609, 4610, 5, 390, 0, 0, 4610, 4611, 5, 197, 0, 0, 4611, 4717, 1, 0, 0, 0, 4612, 4624, 5, 278, 0, 0, 4613, 4614, 5, 3, 0, 0, 4614, 4615, 5, 280, 0, 0, 4615, 4616, 5, 243, 0, 0, 4616, 4617, 5, 387, 0, 0, 4617, 4625, 3, 642, 321, 0, 4618, 4619, 5, 280, 0, 0, 4619, 4620, 5, 243, 0, 0, 4620, 4621, 3, 642, 321, 0, 4621, 4622, 5, 387, 0, 0, 4622, 4623, 3, 642, 321, 0, 4623, 4625, 1, 0, 0, 0, 4624, 4613, 1, 0, 0, 0, 4624, 4618, 1, 0, 0, 0, 4625, 4717, 1, 0, 0, 0, 4626, 4627, 5, 58, 0, 0, 4627, 4628, 5, 348, 0, 0, 4628, 4629, 3, 642, 321, 0, 4629, 4630, 5, 395, 0, 0, 4630, 4631, 3, 642, 321, 0, 4631, 4632, 5, 383, 0, 0, 4632, 4633, 3, 688, 344, 0, 4633, 4634, 5, 99, 0, 0, 4634, 4635, 3, 690, 345, 0, 4635, 4717, 1, 0, 0, 0, 4636, 4637, 5, 9, 0, 0, 4637, 4638, 5, 348, 0, 0, 4638, 4639, 3, 642, 321, 0, 4639, 4640, 5, 395, 0, 0, 4640, 4657, 3, 642, 321, 0, 4641, 4642, 5, 383, 0, 0, 4642, 4643, 3, 688, 344, 0, 4643, 4644, 5, 99, 0, 0, 4644, 4645, 3, 690, 345, 0, 4645, 4658, 1, 0, 0, 0, 4646, 4647, 5, 4, 0, 0, 4647, 4651, 5, 341, 0, 0, 4648, 4649, 5, 101, 0, 0, 4649, 4651, 5, 139, 0, 0, 4650, 4646, 1, 0, 0, 0, 4650, 4648, 1, 0, 0, 0, 4651, 4655, 1, 0, 0, 0, 4652, 4653, 5, 246, 0, 0, 4653, 4656, 3, 686, 343, 0, 4654, 4656, 5, 362, 0, 0, 4655, 4652, 1, 0, 0, 0, 4655, 4654, 1, 0, 0, 0, 4656, 4658, 1, 0, 0, 0, 4657, 4641, 1, 0, 0, 0, 4657, 4650, 1, 0, 0, 0, 4658, 4717, 1, 0, 0, 0, 4659, 4660, 5, 101, 0, 0, 4660, 4661, 5, 348, 0, 0, 4661, 4662, 3, 642, 321, 0, 4662, 4663, 5, 395, 0, 0, 4663, 4664, 3, 642, 321, 0, 4664, 4717, 1, 0, 0, 0, 4665, 4666, 5, 58, 0, 0, 4666, 4667, 5, 246, 0, 0, 4667, 4668, 3, 642, 321, 0, 4668, 4669, 5, 395, 0, 0, 4669, 4670, 3, 686, 343, 0, 4670, 4671, 5, 387, 0, 0, 4671, 4672, 3, 694, 347, 0, 4672, 4717, 1, 0, 0, 0, 4673, 4674, 5, 9, 0, 0, 4674, 4675, 5, 246, 0, 0, 4675, 4676, 3, 642, 321, 0, 4676, 4677, 5, 395, 0, 0, 4677, 4685, 3, 686, 343, 0, 4678, 4679, 5, 304, 0, 0, 4679, 4686, 3, 694, 347, 0, 4680, 4681, 5, 363, 0, 0, 4681, 4686, 5, 294, 0, 0, 4682, 4683, 7, 47, 0, 0, 4683, 4684, 5, 348, 0, 0, 4684, 4686, 3, 642, 321, 0, 4685, 4678, 1, 0, 0, 0, 4685, 4680, 1, 0, 0, 0, 4685, 4682, 1, 0, 0, 0, 4686, 4717, 1, 0, 0, 0, 4687, 4688, 5, 101, 0, 0, 4688, 4689, 5, 246, 0, 0, 4689, 4690, 3, 642, 321, 0, 4690, 4691, 5, 395, 0, 0, 4691, 4692, 3, 686, 343, 0, 4692, 4717, 1, 0, 0, 0, 4693, 4694, 7, 48, 0, 0, 4694, 4695, 3, 656, 328, 0, 4695, 4696, 5, 200, 0, 0, 4696, 4697, 5, 426, 0, 0, 4697, 4698, 5, 154, 0, 0, 4698, 4702, 3, 642, 321, 0, 4699, 4700, 5, 341, 0, 0, 4700, 4703, 3, 686, 343, 0, 4701, 4703, 5, 362, 0, 0, 4702, 4699, 1, 0, 0, 0, 4702, 4701, 1, 0, 0, 0, 4703, 4707, 1, 0, 0, 0, 4704, 4705, 5, 387, 0, 0, 4705, 4706, 5, 229, 0, 0, 4706, 4708, 5, 431, 0, 0, 4707, 4704, 1, 0, 0, 0, 4707, 4708, 1, 0, 0, 0, 4708, 4717, 1, 0, 0, 0, 4709, 4710, 5, 101, 0, 0, 4710, 4711, 3, 656, 328, 0, 4711, 4712, 5, 200, 0, 0, 4712, 4713, 5, 426, 0, 0, 4713, 4714, 5, 154, 0, 0, 4714, 4715, 3, 642, 321, 0, 4715, 4717, 1, 0, 0, 0, 4716, 4551, 1, 0, 0, 0, 4716, 4568, 1, 0, 0, 0, 4716, 4598, 1, 0, 0, 0, 4716, 4607, 1, 0, 0, 0, 4716, 4612, 1, 0, 0, 0, 4716, 4626, 1, 0, 0, 0, 4716, 4636, 1, 0, 0, 0, 4716, 4659, 1, 0, 0, 0, 4716, 4665, 1, 0, 0, 0, 4716, 4673, 1, 0, 0, 0, 4716, 4687, 1, 0, 0, 0, 4716, 4693, 1, 0, 0, 0, 4716, 4709, 1, 0, 0, 0, 4717, 655, 1, 0, 0, 0, 4718, 4719, 7, 49, 0, 0, 4719, 657, 1, 0, 0, 0, 4720, 4721, 5, 259, 0, 0, 4721, 4722, 5, 405, 0, 0, 4722, 4728, 5, 431, 0, 0, 4723, 4724, 5, 83, 0, 0, 4724, 4725, 5, 246, 0, 0, 4725, 4726, 5, 405, 0, 0, 4726, 4728, 3, 686, 343, 0, 4727, 4720, 1, 0, 0, 0, 4727, 4723, 1, 0, 0, 0, 4728, 659, 1, 0, 0, 0, 4729, 4734, 3, 658, 329, 0, 4730, 4731, 5, 397, 0, 0, 4731, 4733, 3, 658, 329, 0, 4732, 4730, 1, 0, 0, 0, 4733, 4736, 1, 0, 0, 0, 4734, 4732, 1, 0, 0, 0, 4734, 4735, 1, 0, 0, 0, 4735, 661, 1, 0, 0, 0, 4736, 4734, 1, 0, 0, 0, 4737, 4741, 5, 259, 0, 0, 4738, 4739, 5, 83, 0, 0, 4739, 4741, 5, 246, 0, 0, 4740, 4737, 1, 0, 0, 0, 4740, 4738, 1, 0, 0, 0, 4741, 663, 1, 0, 0, 0, 4742, 4745, 5, 2, 0, 0, 4743, 4744, 5, 387, 0, 0, 4744, 4746, 5, 278, 0, 0, 4745, 4743, 1, 0, 0, 0, 4745, 4746, 1, 0, 0, 0, 4746, 665, 1, 0, 0, 0, 4747, 4748, 7, 50, 0, 0, 4748, 667, 1, 0, 0, 0, 4749, 4750, 7, 51, 0, 0, 4750, 669, 1, 0, 0, 0, 4751, 4752, 7, 52, 0, 0, 4752, 671, 1, 0, 0, 0, 4753, 4754, 7, 53, 0, 0, 4754, 673, 1, 0, 0, 0, 4755, 4756, 7, 54, 0, 0, 4756, 675, 1, 0, 0, 0, 4757, 4758, 7, 55, 0, 0, 4758, 677, 1, 0, 0, 0, 4759, 4760, 7, 56, 0, 0, 4760, 679, 1, 0, 0, 0, 4761, 4762, 7, 57, 0, 0, 4762, 681, 1, 0, 0, 0, 4763, 4764, 7, 58, 0, 0, 4764, 683, 1, 0, 0, 0, 4765, 4766, 7, 59, 0, 0, 4766, 685, 1, 0, 0, 0, 4767, 4772, 3, 642, 321, 0, 4768, 4769, 5, 395, 0, 0, 4769, 4771, 3, 642, 321, 0, 4770, 4768, 1, 0, 0, 0, 4771, 4774, 1, 0, 0, 0, 4772, 4770, 1, 0, 0, 0, 4772, 4773, 1, 0, 0, 0, 4773, 687, 1, 0, 0, 0, 4774, 4772, 1, 0, 0, 0, 4775, 4776, 3, 642, 321, 0, 4776, 4777, 5, 411, 0, 0, 4777, 4778, 7, 26, 0, 0, 4778, 689, 1, 0, 0, 0, 4779, 4784, 5, 176, 0, 0, 4780, 4781, 5, 211, 0, 0, 4781, 4782, 5, 341, 0, 0, 4782, 4784, 3, 686, 343, 0, 4783, 4779, 1, 0, 0, 0, 4783, 4780, 1, 0, 0, 0, 4784, 691, 1, 0, 0, 0, 4785, 4786, 5, 8, 0, 0, 4786, 4787, 5, 405, 0, 0, 4787, 4798, 5, 431, 0, 0, 4788, 4789, 5, 259, 0, 0, 4789, 4790, 5, 405, 0, 0, 4790, 4798, 5, 431, 0, 0, 4791, 4792, 5, 294, 0, 0, 4792, 4793, 5, 405, 0, 0, 4793, 4798, 5, 426, 0, 0, 4794, 4795, 5, 240, 0, 0, 4795, 4796, 5, 405, 0, 0, 4796, 4798, 3, 686, 343, 0, 4797, 4785, 1, 0, 0, 0, 4797, 4788, 1, 0, 0, 0, 4797, 4791, 1, 0, 0, 0, 4797, 4794, 1, 0, 0, 0, 4798, 693, 1, 0, 0, 0, 4799, 4804, 3, 692, 346, 0, 4800, 4801, 5, 397, 0, 0, 4801, 4803, 3, 692, 346, 0, 4802, 4800, 1, 0, 0, 0, 4803, 4806, 1, 0, 0, 0, 4804, 4802, 1, 0, 0, 0, 4804, 4805, 1, 0, 0, 0, 4805, 695, 1, 0, 0, 0, 4806, 4804, 1, 0, 0, 0, 621, 699, 706, 709, 715, 721, 728, 738, 741, 745, 760, 767, 773, 778, 783, 786, 810, 817, 820, 825, 830, 836, 840, 853, 857, 861, 866, 873, 877, 882, 889, 893, 898, 946, 953, 958, 981, 985, 989, 992, 996, 1001, 1007, 1011, 1017, 1019, 1030, 1034, 1041, 1049, 1052, 1057, 1061, 1064, 1074, 1082, 1086, 1089, 1093, 1097, 1100, 1105, 1111, 1116, 1121, 1125, 1136, 1138, 1142, 1152, 1156, 1162, 1165, 1172, 1177, 1185, 1190, 1194, 1202, 1207, 1213, 1219, 1222, 1225, 1228, 1237, 1245, 1250, 1258, 1265, 1268, 1271, 1273, 1284, 1286, 1289, 1292, 1295, 1298, 1301, 1303, 1315, 1321, 1329, 1331, 1341, 1374, 1379, 1383, 1387, 1394, 1401, 1407, 1411, 1414, 1421, 1444, 1449, 1453, 1461, 1470, 1477, 1483, 1490, 1493, 1499, 1506, 1514, 1523, 1532, 1539, 1559, 1566, 1568, 1575, 1585, 1593, 1597, 1601, 1614, 1623, 1639, 1643, 1648, 1653, 1656, 1659, 1662, 1665, 1668, 1673, 1682, 1686, 1693, 1696, 1699, 1702, 1714, 1720, 1746, 1754, 1758, 1761, 1764, 1767, 1770, 1773, 1776, 1779, 1788, 1798, 1801, 1821, 1827, 1833, 1836, 1838, 1845, 1852, 1865, 1870, 1879, 1887, 1895, 1908, 1921, 1937, 1941, 1956, 1962, 1965, 1968, 1971, 1974, 1978, 1993, 1996, 2007, 2021, 2055, 2063, 2068, 2076, 2081, 2086, 2093, 2101, 2109, 2117, 2122, 2134, 2138, 2146, 2155, 2158, 2162, 2169, 2175, 2179, 2185, 2189, 2201, 2210, 2221, 2225, 2232, 2244, 2254, 2257, 2264, 2270, 2274, 2277, 2280, 2286, 2290, 2294, 2299, 2303, 2307, 2311, 2319, 2323, 2327, 2331, 2335, 2343, 2347, 2351, 2359, 2364, 2369, 2373, 2377, 2384, 2393, 2401, 2413, 2431, 2434, 2440, 2466, 2469, 2475, 2483, 2491, 2504, 2511, 2514, 2517, 2520, 2523, 2526, 2529, 2532, 2535, 2538, 2541, 2546, 2549, 2552, 2555, 2558, 2561, 2564, 2567, 2570, 2573, 2576, 2578, 2584, 2588, 2591, 2594, 2597, 2600, 2603, 2610, 2614, 2617, 2620, 2623, 2626, 2629, 2636, 2639, 2647, 2651, 2658, 2660, 2663, 2668, 2671, 2675, 2680, 2686, 2694, 2702, 2712, 2715, 2719, 2723, 2728, 2735, 2739, 2741, 2745, 2752, 2757, 2770, 2778, 2797, 2807, 2820, 2830, 2834, 2838, 2844, 2851, 2858, 2867, 2874, 2894, 2897, 2911, 2926, 2930, 2950, 2962, 2968, 2971, 2974, 2980, 2986, 2993, 3001, 3007, 3011, 3016, 3019, 3023, 3030, 3035, 3040, 3043, 3045, 3053, 3061, 3065, 3069, 3073, 3090, 3107, 3114, 3123, 3128, 3131, 3134, 3138, 3153, 3167, 3170, 3181, 3185, 3188, 3191, 3195, 3200, 3203, 3206, 3209, 3212, 3215, 3221, 3224, 3227, 3230, 3233, 3236, 3239, 3242, 3245, 3248, 3252, 3254, 3260, 3265, 3268, 3271, 3274, 3277, 3283, 3286, 3289, 3292, 3295, 3298, 3301, 3304, 3307, 3310, 3314, 3316, 3318, 3323, 3328, 3332, 3336, 3341, 3346, 3355, 3365, 3373, 3385, 3388, 3394, 3401, 3408, 3415, 3422, 3431, 3435, 3442, 3447, 3451, 3455, 3458, 3461, 3472, 3476, 3478, 3481, 3494, 3497, 3500, 3512, 3515, 3522, 3531, 3536, 3538, 3540, 3557, 3560, 3568, 3571, 3575, 3578, 3581, 3584, 3587, 3599, 3607, 3614, 3617, 3624, 3627, 3632, 3639, 3647, 3653, 3658, 3662, 3667, 3674, 3688, 3691, 3695, 3706, 3716, 3719, 3726, 3735, 3738, 3744, 3747, 3754, 3759, 3762, 3775, 3781, 3783, 3791, 3794, 3804, 3809, 3811, 3823, 3829, 3831, 3838, 3845, 3859, 3865, 3868, 3871, 3874, 3883, 3890, 3896, 3905, 3909, 3917, 3927, 3937, 3942, 3946, 3952, 3957, 3967, 3971, 3974, 3979, 3982, 3986, 3991, 4002, 4004, 4013, 4036, 4046, 4049, 4056, 4059, 4069, 4076, 4079, 4081, 4092, 4102, 4104, 4113, 4118, 4127, 4140, 4144, 4156, 4160, 4169, 4188, 4206, 4218, 4233, 4237, 4253, 4260, 4274, 4279, 4289, 4291, 4299, 4307, 4315, 4323, 4331, 4339, 4350, 4354, 4362, 4378, 4382, 4387, 4400, 4409, 4411, 4420, 4425, 4431, 4438, 4443, 4452, 4460, 4468, 4476, 4486, 4491, 4549, 4555, 4564, 4566, 4582, 4590, 4594, 4596, 4602, 4607, 4624, 4650, 4655, 4657, 4685, 4702, 4707, 4716, 4727, 4734, 4740, 4745, 4772, 4783, 4797, 4804] \ No newline at end of file diff --git a/src/lib/hive/HiveSqlParser.ts b/src/lib/hive/HiveSqlParser.ts index 0dbcfbe3..14a6eb78 100644 --- a/src/lib/hive/HiveSqlParser.ts +++ b/src/lib/hive/HiveSqlParser.ts @@ -584,223 +584,225 @@ export class HiveSqlParser extends SQLParserBase { public static readonly RULE_columnNameColonTypeList = 126; public static readonly RULE_columnNameList = 127; public static readonly RULE_columnName = 128; - public static readonly RULE_columnNameCreate = 129; - public static readonly RULE_extColumnName = 130; - public static readonly RULE_columnNameOrderList = 131; - public static readonly RULE_columnParenthesesList = 132; - public static readonly RULE_enableValidateSpecification = 133; - public static readonly RULE_enableSpecification = 134; - public static readonly RULE_validateSpecification = 135; - public static readonly RULE_enforcedSpecification = 136; - public static readonly RULE_relySpecification = 137; - public static readonly RULE_createConstraint = 138; - public static readonly RULE_alterConstraintWithName = 139; - public static readonly RULE_tableLevelConstraint = 140; - public static readonly RULE_pkUkConstraint = 141; - public static readonly RULE_checkConstraint = 142; - public static readonly RULE_createForeignKey = 143; - public static readonly RULE_alterForeignKeyWithName = 144; - public static readonly RULE_skewedValueElement = 145; - public static readonly RULE_skewedColumnValuePairList = 146; - public static readonly RULE_skewedColumnValuePair = 147; - public static readonly RULE_constantList = 148; - public static readonly RULE_orderSpecification = 149; - public static readonly RULE_nullOrdering = 150; - public static readonly RULE_columnNameOrder = 151; - public static readonly RULE_columnNameCommentList = 152; - public static readonly RULE_columnNameComment = 153; - public static readonly RULE_columnRefOrder = 154; - public static readonly RULE_columnNameType = 155; - public static readonly RULE_columnNameTypeOrConstraint = 156; - public static readonly RULE_tableConstraint = 157; - public static readonly RULE_columnNameTypeConstraint = 158; - public static readonly RULE_columnConstraint = 159; - public static readonly RULE_foreignKeyConstraint = 160; - public static readonly RULE_colConstraint = 161; - public static readonly RULE_alterColumnConstraint = 162; - public static readonly RULE_alterForeignKeyConstraint = 163; - public static readonly RULE_alterColConstraint = 164; - public static readonly RULE_columnConstraintType = 165; - public static readonly RULE_defaultVal = 166; - public static readonly RULE_tableConstraintType = 167; - public static readonly RULE_constraintOptsCreate = 168; - public static readonly RULE_constraintOptsAlter = 169; - public static readonly RULE_columnNameColonType = 170; - public static readonly RULE_columnType = 171; - public static readonly RULE_columnTypeList = 172; - public static readonly RULE_type = 173; - public static readonly RULE_primitiveType = 174; - public static readonly RULE_listType = 175; - public static readonly RULE_structType = 176; - public static readonly RULE_mapType = 177; - public static readonly RULE_unionType = 178; - public static readonly RULE_setOperator = 179; - public static readonly RULE_queryStatementExpression = 180; - public static readonly RULE_queryStatementExpressionBody = 181; - public static readonly RULE_withClause = 182; - public static readonly RULE_cteStatement = 183; - public static readonly RULE_fromStatement = 184; - public static readonly RULE_singleFromStatement = 185; - public static readonly RULE_regularBody = 186; - public static readonly RULE_atomSelectStatement = 187; - public static readonly RULE_selectStatement = 188; - public static readonly RULE_setOpSelectStatement = 189; - public static readonly RULE_selectStatementWithCTE = 190; - public static readonly RULE_insertClause = 191; - public static readonly RULE_destination = 192; - public static readonly RULE_limitClause = 193; - public static readonly RULE_columnAssignmentClause = 194; - public static readonly RULE_precedencePlusExpressionOrDefault = 195; - public static readonly RULE_setColumnsClause = 196; - public static readonly RULE_sqlTransactionStatement = 197; - public static readonly RULE_transactionMode = 198; - public static readonly RULE_whenClauses = 199; - public static readonly RULE_whenNotMatchedClause = 200; - public static readonly RULE_whenMatchedAndClause = 201; - public static readonly RULE_whenMatchedThenClause = 202; - public static readonly RULE_compactionPool = 203; - public static readonly RULE_compactionType = 204; - public static readonly RULE_compactionStatus = 205; - public static readonly RULE_alterStatement = 206; - public static readonly RULE_alterTableStatementSuffix = 207; - public static readonly RULE_alterTblPartitionStatementSuffix = 208; - public static readonly RULE_alterViewStatementSuffix = 209; - public static readonly RULE_alterDatabaseStatementSuffix = 210; - public static readonly RULE_alterDataConnectorStatementSuffix = 211; - public static readonly RULE_locationPath = 212; - public static readonly RULE_alterStatementSuffixDropPartitions = 213; - public static readonly RULE_skewedLocationMap = 214; - public static readonly RULE_alterStatementSuffixExecute = 215; - public static readonly RULE_fileFormat = 216; - public static readonly RULE_likeTableOrFile = 217; - public static readonly RULE_createTableStatement = 218; - public static readonly RULE_createDataConnectorStatement = 219; - public static readonly RULE_dropDataConnectorStatement = 220; - public static readonly RULE_tableAllColumns = 221; - public static readonly RULE_expressionList = 222; - public static readonly RULE_aliasList = 223; - public static readonly RULE_fromClause = 224; - public static readonly RULE_fromSource = 225; - public static readonly RULE_atomjoinSource = 226; - public static readonly RULE_joinSource = 227; - public static readonly RULE_joinSourcePart = 228; - public static readonly RULE_uniqueJoinSource = 229; - public static readonly RULE_joinToken = 230; - public static readonly RULE_lateralView = 231; - public static readonly RULE_tableAlias = 232; - public static readonly RULE_tableSample = 233; - public static readonly RULE_tableSource = 234; - public static readonly RULE_asOfClause = 235; - public static readonly RULE_dbSchemaName = 236; - public static readonly RULE_dbSchemaNameCreate = 237; - public static readonly RULE_tableOrView = 238; - public static readonly RULE_tableName = 239; - public static readonly RULE_tableNameCreate = 240; - public static readonly RULE_viewName = 241; - public static readonly RULE_viewNameCreate = 242; - public static readonly RULE_subQuerySource = 243; - public static readonly RULE_partitioningSpec = 244; - public static readonly RULE_partitionTableFunctionSource = 245; - public static readonly RULE_partitionedTableFunction = 246; - public static readonly RULE_whereClause = 247; - public static readonly RULE_valuesClause = 248; - public static readonly RULE_virtualTableSource = 249; - public static readonly RULE_selectClause = 250; - public static readonly RULE_selectTrfmClause = 251; - public static readonly RULE_selectItem = 252; - public static readonly RULE_trfmClause = 253; - public static readonly RULE_selectExpression = 254; - public static readonly RULE_selectExpressionList = 255; - public static readonly RULE_window_clause = 256; - public static readonly RULE_window_specification = 257; - public static readonly RULE_window_frame = 258; - public static readonly RULE_window_frame_boundary = 259; - public static readonly RULE_groupByClause = 260; - public static readonly RULE_rollupStandard = 261; - public static readonly RULE_rollupOldSyntax = 262; - public static readonly RULE_groupingSetExpression = 263; - public static readonly RULE_havingClause = 264; - public static readonly RULE_qualifyClause = 265; - public static readonly RULE_expressionOrDefault = 266; - public static readonly RULE_firstExpressionsWithAlias = 267; - public static readonly RULE_expressions = 268; - public static readonly RULE_expressionsInParenthesis = 269; - public static readonly RULE_expressionsNotInParenthesis = 270; - public static readonly RULE_orderByClause = 271; - public static readonly RULE_clusterByClause = 272; - public static readonly RULE_distributeByClause = 273; - public static readonly RULE_sortByClause = 274; - public static readonly RULE_function_ = 275; - public static readonly RULE_null_treatment = 276; - public static readonly RULE_functionNameCreate = 277; - public static readonly RULE_functionNameForDDL = 278; - public static readonly RULE_functionNameForInvoke = 279; - public static readonly RULE_castExpression = 280; - public static readonly RULE_caseExpression = 281; - public static readonly RULE_whenExpression = 282; - public static readonly RULE_floorExpression = 283; - public static readonly RULE_extractExpression = 284; - public static readonly RULE_timeQualifiers = 285; - public static readonly RULE_constant = 286; - public static readonly RULE_intervalValue = 287; - public static readonly RULE_intervalExpression = 288; - public static readonly RULE_intervalQualifiers = 289; - public static readonly RULE_expression = 290; - public static readonly RULE_atomExpression = 291; - public static readonly RULE_precedenceUnaryPrefixExpression = 292; - public static readonly RULE_precedenceBitwiseXorExpression = 293; - public static readonly RULE_precedenceStarExpression = 294; - public static readonly RULE_precedencePlusExpression = 295; - public static readonly RULE_precedenceConcatenateExpression = 296; - public static readonly RULE_precedenceAmpersandExpression = 297; - public static readonly RULE_precedenceBitwiseOrExpression = 298; - public static readonly RULE_precedenceSimilarOperator = 299; - public static readonly RULE_subQueryExpression = 300; - public static readonly RULE_precedenceSimilarExpression = 301; - public static readonly RULE_precedenceSimilarExpressionPart = 302; - public static readonly RULE_precedenceSimilarExpressionAtom = 303; - public static readonly RULE_precedenceSimilarExpressionIn = 304; - public static readonly RULE_precedenceSimilarExpressionPartNot = 305; - public static readonly RULE_precedenceDistinctOperator = 306; - public static readonly RULE_precedenceEqualOperator = 307; - public static readonly RULE_precedenceEqualExpression = 308; - public static readonly RULE_isCondition = 309; - public static readonly RULE_precedenceNotExpression = 310; - public static readonly RULE_precedenceAndExpression = 311; - public static readonly RULE_tableOrPartition = 312; - public static readonly RULE_partitionSpec = 313; - public static readonly RULE_partitionVal = 314; - public static readonly RULE_partitionSelectorSpec = 315; - public static readonly RULE_partitionSelectorVal = 316; - public static readonly RULE_subQuerySelectorOperator = 317; - public static readonly RULE_sysFuncNames = 318; - public static readonly RULE_id_ = 319; - public static readonly RULE_functionIdentifier = 320; - public static readonly RULE_principalIdentifier = 321; - public static readonly RULE_nonReserved = 322; - public static readonly RULE_sql11ReservedKeywordsUsedAsFunctionName = 323; - public static readonly RULE_configPropertiesItem = 324; - public static readonly RULE_resourcePlanDdlStatements = 325; - public static readonly RULE_mappingTypes = 326; - public static readonly RULE_rpAssign = 327; - public static readonly RULE_rpAssignList = 328; - public static readonly RULE_rpUnassign = 329; - public static readonly RULE_activate = 330; - public static readonly RULE_enable = 331; - public static readonly RULE_disable = 332; - public static readonly RULE_year = 333; - public static readonly RULE_month = 334; - public static readonly RULE_week = 335; - public static readonly RULE_day = 336; - public static readonly RULE_hour = 337; - public static readonly RULE_minute = 338; - public static readonly RULE_second = 339; - public static readonly RULE_decimal = 340; - public static readonly RULE_poolPath = 341; - public static readonly RULE_triggerAtomExpression = 342; - public static readonly RULE_triggerActionExpression = 343; - public static readonly RULE_poolAssign = 344; - public static readonly RULE_poolAssignList = 345; + public static readonly RULE_columnNamePath = 129; + public static readonly RULE_columnNameCreate = 130; + public static readonly RULE_extColumnName = 131; + public static readonly RULE_columnNameOrderList = 132; + public static readonly RULE_columnParenthesesList = 133; + public static readonly RULE_enableValidateSpecification = 134; + public static readonly RULE_enableSpecification = 135; + public static readonly RULE_validateSpecification = 136; + public static readonly RULE_enforcedSpecification = 137; + public static readonly RULE_relySpecification = 138; + public static readonly RULE_createConstraint = 139; + public static readonly RULE_alterConstraintWithName = 140; + public static readonly RULE_tableLevelConstraint = 141; + public static readonly RULE_pkUkConstraint = 142; + public static readonly RULE_checkConstraint = 143; + public static readonly RULE_createForeignKey = 144; + public static readonly RULE_alterForeignKeyWithName = 145; + public static readonly RULE_skewedValueElement = 146; + public static readonly RULE_skewedColumnValuePairList = 147; + public static readonly RULE_skewedColumnValuePair = 148; + public static readonly RULE_constantList = 149; + public static readonly RULE_orderSpecification = 150; + public static readonly RULE_nullOrdering = 151; + public static readonly RULE_columnNameOrder = 152; + public static readonly RULE_columnNameCommentList = 153; + public static readonly RULE_columnNameComment = 154; + public static readonly RULE_columnRefOrder = 155; + public static readonly RULE_columnNameType = 156; + public static readonly RULE_columnNameTypeOrConstraint = 157; + public static readonly RULE_tableConstraint = 158; + public static readonly RULE_columnNameTypeConstraint = 159; + public static readonly RULE_columnConstraint = 160; + public static readonly RULE_foreignKeyConstraint = 161; + public static readonly RULE_colConstraint = 162; + public static readonly RULE_alterColumnConstraint = 163; + public static readonly RULE_alterForeignKeyConstraint = 164; + public static readonly RULE_alterColConstraint = 165; + public static readonly RULE_columnConstraintType = 166; + public static readonly RULE_defaultVal = 167; + public static readonly RULE_tableConstraintType = 168; + public static readonly RULE_constraintOptsCreate = 169; + public static readonly RULE_constraintOptsAlter = 170; + public static readonly RULE_columnNameColonType = 171; + public static readonly RULE_columnType = 172; + public static readonly RULE_columnTypeList = 173; + public static readonly RULE_type = 174; + public static readonly RULE_primitiveType = 175; + public static readonly RULE_listType = 176; + public static readonly RULE_structType = 177; + public static readonly RULE_mapType = 178; + public static readonly RULE_unionType = 179; + public static readonly RULE_setOperator = 180; + public static readonly RULE_queryStatementExpression = 181; + public static readonly RULE_queryStatementExpressionBody = 182; + public static readonly RULE_withClause = 183; + public static readonly RULE_cteStatement = 184; + public static readonly RULE_fromStatement = 185; + public static readonly RULE_singleFromStatement = 186; + public static readonly RULE_regularBody = 187; + public static readonly RULE_atomSelectStatement = 188; + public static readonly RULE_selectStatement = 189; + public static readonly RULE_setOpSelectStatement = 190; + public static readonly RULE_selectStatementWithCTE = 191; + public static readonly RULE_insertClause = 192; + public static readonly RULE_destination = 193; + public static readonly RULE_limitClause = 194; + public static readonly RULE_columnAssignmentClause = 195; + public static readonly RULE_precedencePlusExpressionOrDefault = 196; + public static readonly RULE_setColumnsClause = 197; + public static readonly RULE_sqlTransactionStatement = 198; + public static readonly RULE_transactionMode = 199; + public static readonly RULE_whenClauses = 200; + public static readonly RULE_whenNotMatchedClause = 201; + public static readonly RULE_whenMatchedAndClause = 202; + public static readonly RULE_whenMatchedThenClause = 203; + public static readonly RULE_compactionPool = 204; + public static readonly RULE_compactionType = 205; + public static readonly RULE_compactionStatus = 206; + public static readonly RULE_alterStatement = 207; + public static readonly RULE_alterTableStatementSuffix = 208; + public static readonly RULE_alterTblPartitionStatementSuffix = 209; + public static readonly RULE_alterViewStatementSuffix = 210; + public static readonly RULE_alterDatabaseStatementSuffix = 211; + public static readonly RULE_alterDataConnectorStatementSuffix = 212; + public static readonly RULE_locationPath = 213; + public static readonly RULE_alterStatementSuffixDropPartitions = 214; + public static readonly RULE_skewedLocationMap = 215; + public static readonly RULE_alterStatementSuffixExecute = 216; + public static readonly RULE_fileFormat = 217; + public static readonly RULE_likeTableOrFile = 218; + public static readonly RULE_createTableStatement = 219; + public static readonly RULE_createDataConnectorStatement = 220; + public static readonly RULE_dropDataConnectorStatement = 221; + public static readonly RULE_tableAllColumns = 222; + public static readonly RULE_expressionList = 223; + public static readonly RULE_aliasList = 224; + public static readonly RULE_fromClause = 225; + public static readonly RULE_fromSource = 226; + public static readonly RULE_atomjoinSource = 227; + public static readonly RULE_joinSource = 228; + public static readonly RULE_joinSourcePart = 229; + public static readonly RULE_uniqueJoinSource = 230; + public static readonly RULE_joinToken = 231; + public static readonly RULE_lateralView = 232; + public static readonly RULE_tableAlias = 233; + public static readonly RULE_tableSample = 234; + public static readonly RULE_tableSource = 235; + public static readonly RULE_asOfClause = 236; + public static readonly RULE_dbSchemaName = 237; + public static readonly RULE_dbSchemaNameCreate = 238; + public static readonly RULE_tableOrView = 239; + public static readonly RULE_tableName = 240; + public static readonly RULE_tableNameCreate = 241; + public static readonly RULE_viewName = 242; + public static readonly RULE_viewNameCreate = 243; + public static readonly RULE_subQuerySource = 244; + public static readonly RULE_partitioningSpec = 245; + public static readonly RULE_partitionTableFunctionSource = 246; + public static readonly RULE_partitionedTableFunction = 247; + public static readonly RULE_whereClause = 248; + public static readonly RULE_valuesClause = 249; + public static readonly RULE_virtualTableSource = 250; + public static readonly RULE_selectClause = 251; + public static readonly RULE_selectTrfmClause = 252; + public static readonly RULE_selectItem = 253; + public static readonly RULE_trfmClause = 254; + public static readonly RULE_selectExpression = 255; + public static readonly RULE_selectExpressionList = 256; + public static readonly RULE_window_clause = 257; + public static readonly RULE_window_specification = 258; + public static readonly RULE_window_frame = 259; + public static readonly RULE_window_frame_boundary = 260; + public static readonly RULE_groupByClause = 261; + public static readonly RULE_rollupStandard = 262; + public static readonly RULE_rollupOldSyntax = 263; + public static readonly RULE_groupingSetExpression = 264; + public static readonly RULE_havingClause = 265; + public static readonly RULE_qualifyClause = 266; + public static readonly RULE_expressionOrDefault = 267; + public static readonly RULE_firstExpressionsWithAlias = 268; + public static readonly RULE_expressions = 269; + public static readonly RULE_expressionsInParenthesis = 270; + public static readonly RULE_expressionsNotInParenthesis = 271; + public static readonly RULE_orderByClause = 272; + public static readonly RULE_partitionByClause = 273; + public static readonly RULE_clusterByClause = 274; + public static readonly RULE_distributeByClause = 275; + public static readonly RULE_sortByClause = 276; + public static readonly RULE_function_ = 277; + public static readonly RULE_null_treatment = 278; + public static readonly RULE_functionNameCreate = 279; + public static readonly RULE_functionNameForDDL = 280; + public static readonly RULE_functionNameForInvoke = 281; + public static readonly RULE_castExpression = 282; + public static readonly RULE_caseExpression = 283; + public static readonly RULE_whenExpression = 284; + public static readonly RULE_floorExpression = 285; + public static readonly RULE_extractExpression = 286; + public static readonly RULE_timeQualifiers = 287; + public static readonly RULE_constant = 288; + public static readonly RULE_intervalValue = 289; + public static readonly RULE_intervalExpression = 290; + public static readonly RULE_intervalQualifiers = 291; + public static readonly RULE_expression = 292; + public static readonly RULE_atomExpression = 293; + public static readonly RULE_precedenceUnaryPrefixExpression = 294; + public static readonly RULE_precedenceBitwiseXorExpression = 295; + public static readonly RULE_precedenceStarExpression = 296; + public static readonly RULE_precedencePlusExpression = 297; + public static readonly RULE_precedenceConcatenateExpression = 298; + public static readonly RULE_precedenceAmpersandExpression = 299; + public static readonly RULE_precedenceBitwiseOrExpression = 300; + public static readonly RULE_precedenceSimilarOperator = 301; + public static readonly RULE_subQueryExpression = 302; + public static readonly RULE_precedenceSimilarExpression = 303; + public static readonly RULE_precedenceSimilarExpressionPart = 304; + public static readonly RULE_precedenceSimilarExpressionAtom = 305; + public static readonly RULE_precedenceSimilarExpressionIn = 306; + public static readonly RULE_precedenceSimilarExpressionPartNot = 307; + public static readonly RULE_precedenceDistinctOperator = 308; + public static readonly RULE_precedenceEqualOperator = 309; + public static readonly RULE_precedenceEqualExpression = 310; + public static readonly RULE_isCondition = 311; + public static readonly RULE_precedenceNotExpression = 312; + public static readonly RULE_precedenceAndExpression = 313; + public static readonly RULE_tableOrPartition = 314; + public static readonly RULE_partitionSpec = 315; + public static readonly RULE_partitionVal = 316; + public static readonly RULE_partitionSelectorSpec = 317; + public static readonly RULE_partitionSelectorVal = 318; + public static readonly RULE_subQuerySelectorOperator = 319; + public static readonly RULE_sysFuncNames = 320; + public static readonly RULE_id_ = 321; + public static readonly RULE_functionIdentifier = 322; + public static readonly RULE_principalIdentifier = 323; + public static readonly RULE_nonReserved = 324; + public static readonly RULE_sql11ReservedKeywordsUsedAsFunctionName = 325; + public static readonly RULE_configPropertiesItem = 326; + public static readonly RULE_resourcePlanDdlStatements = 327; + public static readonly RULE_mappingTypes = 328; + public static readonly RULE_rpAssign = 329; + public static readonly RULE_rpAssignList = 330; + public static readonly RULE_rpUnassign = 331; + public static readonly RULE_activate = 332; + public static readonly RULE_enable = 333; + public static readonly RULE_disable = 334; + public static readonly RULE_year = 335; + public static readonly RULE_month = 336; + public static readonly RULE_week = 337; + public static readonly RULE_day = 338; + public static readonly RULE_hour = 339; + public static readonly RULE_minute = 340; + public static readonly RULE_second = 341; + public static readonly RULE_decimal = 342; + public static readonly RULE_poolPath = 343; + public static readonly RULE_triggerAtomExpression = 344; + public static readonly RULE_triggerActionExpression = 345; + public static readonly RULE_poolAssign = 346; + public static readonly RULE_poolAssignList = 347; public static readonly literalNames = [ null, "'ABORT'", "'ACTIVATE'", "'ACTIVE'", "'ADD'", "'ADMIN'", "'AFTER'", @@ -1002,31 +1004,31 @@ export class HiveSqlParser extends SQLParserBase { "tableRowFormatCollItemsIdentifier", "tableRowFormatMapKeysIdentifier", "tableRowFormatLinesIdentifier", "tableRowNullFormat", "tableFileFormat", "columnNameTypeList", "columnNameTypeOrConstraintList", "columnNameColonTypeList", - "columnNameList", "columnName", "columnNameCreate", "extColumnName", - "columnNameOrderList", "columnParenthesesList", "enableValidateSpecification", - "enableSpecification", "validateSpecification", "enforcedSpecification", - "relySpecification", "createConstraint", "alterConstraintWithName", - "tableLevelConstraint", "pkUkConstraint", "checkConstraint", "createForeignKey", - "alterForeignKeyWithName", "skewedValueElement", "skewedColumnValuePairList", - "skewedColumnValuePair", "constantList", "orderSpecification", "nullOrdering", - "columnNameOrder", "columnNameCommentList", "columnNameComment", - "columnRefOrder", "columnNameType", "columnNameTypeOrConstraint", - "tableConstraint", "columnNameTypeConstraint", "columnConstraint", - "foreignKeyConstraint", "colConstraint", "alterColumnConstraint", - "alterForeignKeyConstraint", "alterColConstraint", "columnConstraintType", - "defaultVal", "tableConstraintType", "constraintOptsCreate", "constraintOptsAlter", - "columnNameColonType", "columnType", "columnTypeList", "type", "primitiveType", - "listType", "structType", "mapType", "unionType", "setOperator", - "queryStatementExpression", "queryStatementExpressionBody", "withClause", - "cteStatement", "fromStatement", "singleFromStatement", "regularBody", - "atomSelectStatement", "selectStatement", "setOpSelectStatement", - "selectStatementWithCTE", "insertClause", "destination", "limitClause", - "columnAssignmentClause", "precedencePlusExpressionOrDefault", "setColumnsClause", - "sqlTransactionStatement", "transactionMode", "whenClauses", "whenNotMatchedClause", - "whenMatchedAndClause", "whenMatchedThenClause", "compactionPool", - "compactionType", "compactionStatus", "alterStatement", "alterTableStatementSuffix", - "alterTblPartitionStatementSuffix", "alterViewStatementSuffix", - "alterDatabaseStatementSuffix", "alterDataConnectorStatementSuffix", + "columnNameList", "columnName", "columnNamePath", "columnNameCreate", + "extColumnName", "columnNameOrderList", "columnParenthesesList", + "enableValidateSpecification", "enableSpecification", "validateSpecification", + "enforcedSpecification", "relySpecification", "createConstraint", + "alterConstraintWithName", "tableLevelConstraint", "pkUkConstraint", + "checkConstraint", "createForeignKey", "alterForeignKeyWithName", + "skewedValueElement", "skewedColumnValuePairList", "skewedColumnValuePair", + "constantList", "orderSpecification", "nullOrdering", "columnNameOrder", + "columnNameCommentList", "columnNameComment", "columnRefOrder", + "columnNameType", "columnNameTypeOrConstraint", "tableConstraint", + "columnNameTypeConstraint", "columnConstraint", "foreignKeyConstraint", + "colConstraint", "alterColumnConstraint", "alterForeignKeyConstraint", + "alterColConstraint", "columnConstraintType", "defaultVal", "tableConstraintType", + "constraintOptsCreate", "constraintOptsAlter", "columnNameColonType", + "columnType", "columnTypeList", "type", "primitiveType", "listType", + "structType", "mapType", "unionType", "setOperator", "queryStatementExpression", + "queryStatementExpressionBody", "withClause", "cteStatement", "fromStatement", + "singleFromStatement", "regularBody", "atomSelectStatement", "selectStatement", + "setOpSelectStatement", "selectStatementWithCTE", "insertClause", + "destination", "limitClause", "columnAssignmentClause", "precedencePlusExpressionOrDefault", + "setColumnsClause", "sqlTransactionStatement", "transactionMode", + "whenClauses", "whenNotMatchedClause", "whenMatchedAndClause", "whenMatchedThenClause", + "compactionPool", "compactionType", "compactionStatus", "alterStatement", + "alterTableStatementSuffix", "alterTblPartitionStatementSuffix", + "alterViewStatementSuffix", "alterDatabaseStatementSuffix", "alterDataConnectorStatementSuffix", "locationPath", "alterStatementSuffixDropPartitions", "skewedLocationMap", "alterStatementSuffixExecute", "fileFormat", "likeTableOrFile", "createTableStatement", "createDataConnectorStatement", "dropDataConnectorStatement", @@ -1043,12 +1045,12 @@ export class HiveSqlParser extends SQLParserBase { "rollupOldSyntax", "groupingSetExpression", "havingClause", "qualifyClause", "expressionOrDefault", "firstExpressionsWithAlias", "expressions", "expressionsInParenthesis", "expressionsNotInParenthesis", "orderByClause", - "clusterByClause", "distributeByClause", "sortByClause", "function_", - "null_treatment", "functionNameCreate", "functionNameForDDL", "functionNameForInvoke", - "castExpression", "caseExpression", "whenExpression", "floorExpression", - "extractExpression", "timeQualifiers", "constant", "intervalValue", - "intervalExpression", "intervalQualifiers", "expression", "atomExpression", - "precedenceUnaryPrefixExpression", "precedenceBitwiseXorExpression", + "partitionByClause", "clusterByClause", "distributeByClause", "sortByClause", + "function_", "null_treatment", "functionNameCreate", "functionNameForDDL", + "functionNameForInvoke", "castExpression", "caseExpression", "whenExpression", + "floorExpression", "extractExpression", "timeQualifiers", "constant", + "intervalValue", "intervalExpression", "intervalQualifiers", "expression", + "atomExpression", "precedenceUnaryPrefixExpression", "precedenceBitwiseXorExpression", "precedenceStarExpression", "precedencePlusExpression", "precedenceConcatenateExpression", "precedenceAmpersandExpression", "precedenceBitwiseOrExpression", "precedenceSimilarOperator", "subQueryExpression", "precedenceSimilarExpression", @@ -1088,21 +1090,21 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 695; + this.state = 699; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while ((((_la) & ~0x1F) === 0 && ((1 << _la) & 1538) !== 0) || _la === 48 || _la === 58 || ((((_la - 86)) & ~0x1F) === 0 && ((1 << (_la - 86)) & 540050201) !== 0) || ((((_la - 119)) & ~0x1F) === 0 && ((1 << (_la - 119)) & 17825795) !== 0) || ((((_la - 153)) & ~0x1F) === 0 && ((1 << (_la - 153)) & 8388865) !== 0) || ((((_la - 187)) & ~0x1F) === 0 && ((1 << (_la - 187)) & 33622025) !== 0) || ((((_la - 249)) & ~0x1F) === 0 && ((1 << (_la - 249)) & 810024961) !== 0) || ((((_la - 283)) & ~0x1F) === 0 && ((1 << (_la - 283)) & 35717185) !== 0) || _la === 318 || ((((_la - 351)) & ~0x1F) === 0 && ((1 << (_la - 351)) & 8537089) !== 0) || _la === 387 || _la === 399) { { { - this.state = 692; + this.state = 696; this.statement(); } } - this.state = 697; + this.state = 701; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 698; + this.state = 702; this.match(HiveSqlParser.EOF); } } @@ -1126,12 +1128,12 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 702; + this.state = 706; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_EXPLAIN: { - this.state = 700; + this.state = 704; this.explainStatement(); } break; @@ -1179,19 +1181,19 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_WITH: case HiveSqlParser.LPAREN: { - this.state = 701; + this.state = 705; this.execStatement(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 705; + this.state = 709; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 2, this.context) ) { case 1: { - this.state = 704; + this.state = 708; this.match(HiveSqlParser.SEMICOLON); } break; @@ -1219,9 +1221,9 @@ export class HiveSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 707; + this.state = 711; this.match(HiveSqlParser.KW_EXPLAIN); - this.state = 717; + this.state = 721; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_ABORT: @@ -1280,31 +1282,31 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_WITH: case HiveSqlParser.LPAREN: { - this.state = 711; + this.state = 715; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 3, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 708; + this.state = 712; this.explainOption(); } } } - this.state = 713; + this.state = 717; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 3, this.context); } - this.state = 714; + this.state = 718; this.execStatement(); } break; case HiveSqlParser.KW_REWRITE: { - this.state = 715; + this.state = 719; this.match(HiveSqlParser.KW_REWRITE); - this.state = 716; + this.state = 720; this.queryStatementExpression(); } break; @@ -1332,41 +1334,41 @@ export class HiveSqlParser extends SQLParserBase { this.enterRule(localContext, 6, HiveSqlParser.RULE_explainOption); let _la: number; try { - this.state = 741; + this.state = 745; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_EXTENDED: this.enterOuterAlt(localContext, 1); { - this.state = 719; + this.state = 723; this.match(HiveSqlParser.KW_EXTENDED); } break; case HiveSqlParser.KW_FORMATTED: this.enterOuterAlt(localContext, 2); { - this.state = 720; + this.state = 724; this.match(HiveSqlParser.KW_FORMATTED); } break; case HiveSqlParser.KW_DEPENDENCY: this.enterOuterAlt(localContext, 3); { - this.state = 721; + this.state = 725; this.match(HiveSqlParser.KW_DEPENDENCY); } break; case HiveSqlParser.KW_CBO: this.enterOuterAlt(localContext, 4); { - this.state = 722; + this.state = 726; this.match(HiveSqlParser.KW_CBO); - this.state = 724; + this.state = 728; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 57 || _la === 172) { { - this.state = 723; + this.state = 727; _la = this.tokenStream.LA(1); if(!(_la === 57 || _la === 172)) { this.errorHandler.recoverInline(this); @@ -1383,66 +1385,66 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_LOGICAL: this.enterOuterAlt(localContext, 5); { - this.state = 726; + this.state = 730; this.match(HiveSqlParser.KW_LOGICAL); } break; case HiveSqlParser.KW_AUTHORIZATION: this.enterOuterAlt(localContext, 6); { - this.state = 727; + this.state = 731; this.match(HiveSqlParser.KW_AUTHORIZATION); } break; case HiveSqlParser.KW_ANALYZE: this.enterOuterAlt(localContext, 7); { - this.state = 728; + this.state = 732; this.match(HiveSqlParser.KW_ANALYZE); } break; case HiveSqlParser.KW_REOPTIMIZATION: this.enterOuterAlt(localContext, 8); { - this.state = 729; + this.state = 733; this.match(HiveSqlParser.KW_REOPTIMIZATION); } break; case HiveSqlParser.KW_LOCKS: this.enterOuterAlt(localContext, 9); { - this.state = 730; + this.state = 734; this.match(HiveSqlParser.KW_LOCKS); } break; case HiveSqlParser.KW_AST: this.enterOuterAlt(localContext, 10); { - this.state = 731; + this.state = 735; this.match(HiveSqlParser.KW_AST); } break; case HiveSqlParser.KW_VECTORIZATION: this.enterOuterAlt(localContext, 11); { - this.state = 732; + this.state = 736; this.match(HiveSqlParser.KW_VECTORIZATION); - this.state = 734; + this.state = 738; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 225) { { - this.state = 733; + this.state = 737; this.match(HiveSqlParser.KW_ONLY); } } - this.state = 737; + this.state = 741; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 91 || _la === 121 || _la === 226 || _la === 325) { { - this.state = 736; + this.state = 740; this.vectorizatonDetail(); } } @@ -1452,14 +1454,14 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_DEBUG: this.enterOuterAlt(localContext, 12); { - this.state = 739; + this.state = 743; this.match(HiveSqlParser.KW_DEBUG); } break; case HiveSqlParser.KW_DDL: this.enterOuterAlt(localContext, 13); { - this.state = 740; + this.state = 744; this.match(HiveSqlParser.KW_DDL); } break; @@ -1488,7 +1490,7 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 743; + this.state = 747; _la = this.tokenStream.LA(1); if(!(_la === 91 || _la === 121 || _la === 226 || _la === 325)) { this.errorHandler.recoverInline(this); @@ -1519,68 +1521,68 @@ export class HiveSqlParser extends SQLParserBase { let _la: number; try { let alternative: number; - this.state = 816; + this.state = 820; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 17, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 745; + this.state = 749; this.queryStatementExpression(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 746; + this.state = 750; this.loadStatement(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 747; + this.state = 751; this.exportStatement(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 748; + this.state = 752; this.importStatement(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 749; + this.state = 753; this.replDumpStatement(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 750; + this.state = 754; this.replLoadStatement(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 751; + this.state = 755; this.match(HiveSqlParser.KW_REPL); - this.state = 752; + this.state = 756; this.match(HiveSqlParser.KW_STATUS); - this.state = 753; + this.state = 757; localContext._dbName = this.dbSchemaName(); - this.state = 756; + this.state = 760; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 9, this.context) ) { case 1: { - this.state = 754; + this.state = 758; this.match(HiveSqlParser.KW_WITH); - this.state = 755; + this.state = 759; localContext._replConf = this.keyValueProperties(); } break; @@ -1590,25 +1592,25 @@ export class HiveSqlParser extends SQLParserBase { case 8: this.enterOuterAlt(localContext, 8); { - this.state = 758; + this.state = 762; this.ddlStatement(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 759; + this.state = 763; this.match(HiveSqlParser.KW_DELETE); - this.state = 760; + this.state = 764; this.match(HiveSqlParser.KW_FROM); - this.state = 761; + this.state = 765; this.tableName(); - this.state = 763; + this.state = 767; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 384) { { - this.state = 762; + this.state = 766; this.whereClause(); } } @@ -1618,18 +1620,18 @@ export class HiveSqlParser extends SQLParserBase { case 10: this.enterOuterAlt(localContext, 10); { - this.state = 765; + this.state = 769; this.match(HiveSqlParser.KW_UPDATE); - this.state = 766; + this.state = 770; this.tableName(); - this.state = 767; + this.state = 771; this.setColumnsClause(); - this.state = 769; + this.state = 773; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 384) { { - this.state = 768; + this.state = 772; this.whereClause(); } } @@ -1639,125 +1641,125 @@ export class HiveSqlParser extends SQLParserBase { case 11: this.enterOuterAlt(localContext, 11); { - this.state = 771; + this.state = 775; this.sqlTransactionStatement(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 772; + this.state = 776; this.match(HiveSqlParser.KW_MERGE); - this.state = 774; + this.state = 778; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 436) { { - this.state = 773; + this.state = 777; this.match(HiveSqlParser.QUERY_HINT); } } - this.state = 776; + this.state = 780; this.match(HiveSqlParser.KW_INTO); - this.state = 777; + this.state = 781; this.tableName(); - this.state = 782; + this.state = 786; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 3252585854) !== 0) || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 94072755) !== 0) || ((((_la - 66)) & ~0x1F) === 0 && ((1 << (_la - 66)) & 3203280837) !== 0) || ((((_la - 98)) & ~0x1F) === 0 && ((1 << (_la - 98)) & 3774298979) !== 0) || ((((_la - 130)) & ~0x1F) === 0 && ((1 << (_la - 130)) & 1985876353) !== 0) || ((((_la - 168)) & ~0x1F) === 0 && ((1 << (_la - 168)) & 3152987127) !== 0) || ((((_la - 200)) & ~0x1F) === 0 && ((1 << (_la - 200)) & 215407575) !== 0) || ((((_la - 232)) & ~0x1F) === 0 && ((1 << (_la - 232)) & 1859156443) !== 0) || ((((_la - 265)) & ~0x1F) === 0 && ((1 << (_la - 265)) & 4039901127) !== 0) || ((((_la - 297)) & ~0x1F) === 0 && ((1 << (_la - 297)) & 3755917179) !== 0) || ((((_la - 330)) & ~0x1F) === 0 && ((1 << (_la - 330)) & 3402225181) !== 0) || ((((_la - 362)) & ~0x1F) === 0 && ((1 << (_la - 362)) & 4238323319) !== 0) || _la === 394 || _la === 432) { { - this.state = 779; + this.state = 783; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 778; + this.state = 782; this.match(HiveSqlParser.KW_AS); } } - this.state = 781; + this.state = 785; this.id_(); } } - this.state = 784; + this.state = 788; this.match(HiveSqlParser.KW_USING); - this.state = 785; + this.state = 789; this.joinSourcePart(); - this.state = 786; + this.state = 790; this.match(HiveSqlParser.KW_ON); - this.state = 787; + this.state = 791; this.expression(); - this.state = 788; + this.state = 792; this.whenClauses(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 790; + this.state = 794; this.match(HiveSqlParser.KW_PREPARE); - this.state = 791; + this.state = 795; this.id_(); - this.state = 792; + this.state = 796; this.match(HiveSqlParser.KW_FROM); - this.state = 793; + this.state = 797; this.queryStatementExpression(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 795; + this.state = 799; this.match(HiveSqlParser.KW_EXECUTE); - this.state = 796; + this.state = 800; this.id_(); - this.state = 797; + this.state = 801; this.match(HiveSqlParser.KW_USING); - this.state = 798; + this.state = 802; this.constantList(); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 800; + this.state = 804; this.match(HiveSqlParser.KW_SET); - this.state = 801; + this.state = 805; this.configPropertiesItem(); - this.state = 806; + this.state = 810; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 395) { { { - this.state = 802; + this.state = 806; this.match(HiveSqlParser.DOT); - this.state = 803; + this.state = 807; this.configPropertiesItem(); } } - this.state = 808; + this.state = 812; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 809; - this.match(HiveSqlParser.EQUAL); this.state = 813; + this.match(HiveSqlParser.EQUAL); + this.state = 817; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 16, this.context); while (alternative !== 1 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1 + 1) { { { - this.state = 810; + this.state = 814; this.matchWildcard(); } } } - this.state = 815; + this.state = 819; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 16, this.context); } @@ -1786,46 +1788,46 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 818; + this.state = 822; this.match(HiveSqlParser.KW_LOAD); - this.state = 819; + this.state = 823; this.match(HiveSqlParser.KW_DATA); - this.state = 821; + this.state = 825; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 188) { { - this.state = 820; + this.state = 824; this.match(HiveSqlParser.KW_LOCAL); } } - this.state = 823; + this.state = 827; this.match(HiveSqlParser.KW_INPATH); - this.state = 824; + this.state = 828; this.match(HiveSqlParser.StringLiteral); - this.state = 826; + this.state = 830; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 235) { { - this.state = 825; + this.state = 829; this.match(HiveSqlParser.KW_OVERWRITE); } } - this.state = 828; + this.state = 832; this.match(HiveSqlParser.KW_INTO); - this.state = 829; + this.state = 833; this.match(HiveSqlParser.KW_TABLE); - this.state = 830; + this.state = 834; this.tableOrPartition(); - this.state = 832; + this.state = 836; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 160) { { - this.state = 831; + this.state = 835; this.inputFileFormat(); } } @@ -1853,25 +1855,25 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 834; + this.state = 838; this.match(HiveSqlParser.KW_FOR); - this.state = 836; + this.state = 840; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 204) { { - this.state = 835; + this.state = 839; this.match(HiveSqlParser.KW_METADATA); } } - this.state = 838; + this.state = 842; this.match(HiveSqlParser.KW_REPLICATION); - this.state = 839; + this.state = 843; this.match(HiveSqlParser.LPAREN); - this.state = 840; + this.state = 844; this.match(HiveSqlParser.StringLiteral); - this.state = 841; + this.state = 845; this.match(HiveSqlParser.RPAREN); } } @@ -1896,22 +1898,22 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 843; + this.state = 847; this.match(HiveSqlParser.KW_EXPORT); - this.state = 844; + this.state = 848; this.match(HiveSqlParser.KW_TABLE); - this.state = 845; + this.state = 849; this.tableOrPartition(); - this.state = 846; + this.state = 850; this.match(HiveSqlParser.KW_TO); - this.state = 847; + this.state = 851; this.match(HiveSqlParser.StringLiteral); - this.state = 849; + this.state = 853; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 134) { { - this.state = 848; + this.state = 852; this.replicationClause(); } } @@ -1939,40 +1941,40 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 851; + this.state = 855; this.match(HiveSqlParser.KW_IMPORT); - this.state = 857; + this.state = 861; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 123 || _la === 329) { { - this.state = 853; + this.state = 857; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 123) { { - this.state = 852; + this.state = 856; this.match(HiveSqlParser.KW_EXTERNAL); } } - this.state = 855; + this.state = 859; this.match(HiveSqlParser.KW_TABLE); - this.state = 856; + this.state = 860; this.tableOrPartition(); } } - this.state = 859; + this.state = 863; this.match(HiveSqlParser.KW_FROM); - this.state = 860; + this.state = 864; localContext._path = this.match(HiveSqlParser.StringLiteral); - this.state = 862; + this.state = 866; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 189) { { - this.state = 861; + this.state = 865; this.locationPath(); } } @@ -1999,32 +2001,32 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 864; + this.state = 868; this.match(HiveSqlParser.KW_REPL); - this.state = 865; + this.state = 869; this.match(HiveSqlParser.KW_DUMP); - this.state = 866; + this.state = 870; localContext._dbPolicy = this.replDbPolicy(); - this.state = 869; + this.state = 873; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 26, this.context) ) { case 1: { - this.state = 867; + this.state = 871; this.match(HiveSqlParser.KW_REPLACE); - this.state = 868; + this.state = 872; localContext._oldDbPolicy = this.replDbPolicy(); } break; } - this.state = 873; + this.state = 877; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 27, this.context) ) { case 1: { - this.state = 871; + this.state = 875; this.match(HiveSqlParser.KW_WITH); - this.state = 872; + this.state = 876; localContext._replConf = this.keyValueProperties(); } break; @@ -2052,16 +2054,16 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 875; + this.state = 879; localContext._dbName = this.dbSchemaName(); - this.state = 878; + this.state = 882; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 395) { { - this.state = 876; + this.state = 880; this.match(HiveSqlParser.DOT); - this.state = 877; + this.state = 881; localContext._tablePolicy = this.replTableLevelPolicy(); } } @@ -2089,32 +2091,32 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 880; + this.state = 884; this.match(HiveSqlParser.KW_REPL); - this.state = 881; + this.state = 885; this.match(HiveSqlParser.KW_LOAD); - this.state = 882; + this.state = 886; localContext._sourceDbPolicy = this.replDbPolicy(); - this.state = 885; + this.state = 889; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 166) { { - this.state = 883; + this.state = 887; this.match(HiveSqlParser.KW_INTO); - this.state = 884; + this.state = 888; localContext._dbName = this.dbSchemaName(); } } - this.state = 889; + this.state = 893; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 30, this.context) ) { case 1: { - this.state = 887; + this.state = 891; this.match(HiveSqlParser.KW_WITH); - this.state = 888; + this.state = 892; localContext._replConf = this.keyValueProperties(); } break; @@ -2142,16 +2144,16 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 891; + this.state = 895; localContext._replTablesIncludeList = this.match(HiveSqlParser.StringLiteral); - this.state = 894; + this.state = 898; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 395) { { - this.state = 892; + this.state = 896; this.match(HiveSqlParser.DOT); - this.state = 893; + this.state = 897; localContext._replTablesExcludeList = this.match(HiveSqlParser.StringLiteral); } } @@ -2177,302 +2179,302 @@ export class HiveSqlParser extends SQLParserBase { this.enterRule(localContext, 28, HiveSqlParser.RULE_ddlStatement); let _la: number; try { - this.state = 954; + this.state = 958; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 34, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 896; + this.state = 900; this.createDatabaseStatement(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 897; + this.state = 901; this.switchDatabaseStatement(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 898; + this.state = 902; this.dropDatabaseStatement(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 899; + this.state = 903; this.createTableStatement(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 900; + this.state = 904; this.dropTableStatement(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 901; + this.state = 905; this.truncateTableStatement(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 902; + this.state = 906; this.alterStatement(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 903; + this.state = 907; this.descStatement(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 904; + this.state = 908; this.showStatement(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 905; + this.state = 909; this.metastoreCheck(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 906; + this.state = 910; this.createViewStatement(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 907; + this.state = 911; this.createMaterializedViewStatement(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 908; + this.state = 912; this.createScheduledQueryStatement(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 909; + this.state = 913; this.alterScheduledQueryStatement(); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 910; + this.state = 914; this.dropScheduledQueryStatement(); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 911; + this.state = 915; this.dropViewStatement(); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 912; + this.state = 916; this.dropMaterializedViewStatement(); } break; case 18: this.enterOuterAlt(localContext, 18); { - this.state = 913; + this.state = 917; this.createFunctionStatement(); } break; case 19: this.enterOuterAlt(localContext, 19); { - this.state = 914; + this.state = 918; this.createMacroStatement(); } break; case 20: this.enterOuterAlt(localContext, 20); { - this.state = 915; + this.state = 919; this.dropFunctionStatement(); } break; case 21: this.enterOuterAlt(localContext, 21); { - this.state = 916; + this.state = 920; this.reloadFunctionsStatement(); } break; case 22: this.enterOuterAlt(localContext, 22); { - this.state = 917; + this.state = 921; this.dropMacroStatement(); } break; case 23: this.enterOuterAlt(localContext, 23); { - this.state = 918; + this.state = 922; this.createIndexStatement(); } break; case 24: this.enterOuterAlt(localContext, 24); { - this.state = 919; + this.state = 923; this.dropIndexStatement(); } break; case 25: this.enterOuterAlt(localContext, 25); { - this.state = 920; + this.state = 924; this.analyzeStatement(); } break; case 26: this.enterOuterAlt(localContext, 26); { - this.state = 921; + this.state = 925; this.lockStatement(); } break; case 27: this.enterOuterAlt(localContext, 27); { - this.state = 922; + this.state = 926; this.unlockStatement(); } break; case 28: this.enterOuterAlt(localContext, 28); { - this.state = 923; + this.state = 927; this.lockDatabase(); } break; case 29: this.enterOuterAlt(localContext, 29); { - this.state = 924; + this.state = 928; this.unlockDatabase(); } break; case 30: this.enterOuterAlt(localContext, 30); { - this.state = 925; + this.state = 929; this.createRoleStatement(); } break; case 31: this.enterOuterAlt(localContext, 31); { - this.state = 926; + this.state = 930; this.dropRoleStatement(); } break; case 32: this.enterOuterAlt(localContext, 32); { - this.state = 927; + this.state = 931; this.grantPrivileges(); } break; case 33: this.enterOuterAlt(localContext, 33); { - this.state = 928; + this.state = 932; this.revokePrivileges(); } break; case 34: this.enterOuterAlt(localContext, 34); { - this.state = 929; + this.state = 933; this.showGrants(); } break; case 35: this.enterOuterAlt(localContext, 35); { - this.state = 930; + this.state = 934; this.showRoleGrants(); } break; case 36: this.enterOuterAlt(localContext, 36); { - this.state = 931; + this.state = 935; this.showRolePrincipals(); } break; case 37: this.enterOuterAlt(localContext, 37); { - this.state = 932; + this.state = 936; this.showRoles(); } break; case 38: this.enterOuterAlt(localContext, 38); { - this.state = 933; + this.state = 937; this.grantRole(); } break; case 39: this.enterOuterAlt(localContext, 39); { - this.state = 934; + this.state = 938; this.revokeRole(); } break; case 40: this.enterOuterAlt(localContext, 40); { - this.state = 935; + this.state = 939; this.setRole(); } break; case 41: this.enterOuterAlt(localContext, 41); { - this.state = 936; + this.state = 940; this.showCurrentRole(); } break; case 42: this.enterOuterAlt(localContext, 42); { - this.state = 937; + this.state = 941; this.match(HiveSqlParser.KW_ABORT); - this.state = 938; + this.state = 942; _la = this.tokenStream.LA(1); if(!(_la === 50 || _la === 346)) { this.errorHandler.recoverInline(this); @@ -2481,17 +2483,17 @@ export class HiveSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 940; + this.state = 944; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 939; + this.state = 943; this.match(HiveSqlParser.Number); } } - this.state = 942; + this.state = 946; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 431); @@ -2500,21 +2502,21 @@ export class HiveSqlParser extends SQLParserBase { case 43: this.enterOuterAlt(localContext, 43); { - this.state = 944; + this.state = 948; this.match(HiveSqlParser.KW_KILL); - this.state = 945; + this.state = 949; this.match(HiveSqlParser.KW_QUERY); - this.state = 947; + this.state = 951; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 946; + this.state = 950; this.match(HiveSqlParser.StringLiteral); } } - this.state = 949; + this.state = 953; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 426); @@ -2523,21 +2525,21 @@ export class HiveSqlParser extends SQLParserBase { case 44: this.enterOuterAlt(localContext, 44); { - this.state = 951; + this.state = 955; this.resourcePlanDdlStatements(); } break; case 45: this.enterOuterAlt(localContext, 45); { - this.state = 952; + this.state = 956; this.createDataConnectorStatement(); } break; case 46: this.enterOuterAlt(localContext, 46); { - this.state = 953; + this.state = 957; this.dropDataConnectorStatement(); } break; @@ -2563,9 +2565,9 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 956; + this.state = 960; this.match(HiveSqlParser.KW_IF); - this.state = 957; + this.state = 961; this.match(HiveSqlParser.KW_EXISTS); } } @@ -2589,11 +2591,11 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 959; + this.state = 963; this.match(HiveSqlParser.KW_IF); - this.state = 960; + this.state = 964; this.match(HiveSqlParser.KW_NOT); - this.state = 961; + this.state = 965; this.match(HiveSqlParser.KW_EXISTS); } } @@ -2618,7 +2620,7 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 963; + this.state = 967; _la = this.tokenStream.LA(1); if(!(_la === 34 || _la === 282)) { this.errorHandler.recoverInline(this); @@ -2649,9 +2651,9 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 965; + this.state = 969; this.enable(); - this.state = 966; + this.state = 970; this.match(HiveSqlParser.KW_REWRITE); } } @@ -2675,9 +2677,9 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 968; + this.state = 972; this.disable(); - this.state = 969; + this.state = 973; this.match(HiveSqlParser.KW_REWRITE); } } @@ -2701,11 +2703,11 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 971; + this.state = 975; this.match(HiveSqlParser.KW_STORED); - this.state = 972; + this.state = 976; this.match(HiveSqlParser.KW_AS); - this.state = 973; + this.state = 977; this.match(HiveSqlParser.KW_DIRECTORIES); } } @@ -2728,80 +2730,80 @@ export class HiveSqlParser extends SQLParserBase { this.enterRule(localContext, 42, HiveSqlParser.RULE_createDatabaseStatement); let _la: number; try { - this.state = 1015; + this.state = 1019; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 44, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 975; + this.state = 979; this.match(HiveSqlParser.KW_CREATE); - this.state = 977; + this.state = 981; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 273) { { - this.state = 976; + this.state = 980; this.match(HiveSqlParser.KW_REMOTE); } } - this.state = 979; + this.state = 983; this.db_schema(); - this.state = 981; + this.state = 985; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151) { { - this.state = 980; + this.state = 984; this.ifNotExists(); } } - this.state = 983; + this.state = 987; localContext._name = this.dbSchemaNameCreate(); - this.state = 985; + this.state = 989; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 47) { { - this.state = 984; + this.state = 988; this.databaseComment(); } } - this.state = 988; + this.state = 992; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 189) { { - this.state = 987; + this.state = 991; this.locationPath(); } } - this.state = 992; + this.state = 996; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 196) { { - this.state = 990; + this.state = 994; this.match(HiveSqlParser.KW_MANAGEDLOCATION); - this.state = 991; + this.state = 995; localContext._locn = this.match(HiveSqlParser.StringLiteral); } } - this.state = 997; + this.state = 1001; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 40, this.context) ) { case 1: { - this.state = 994; + this.state = 998; this.match(HiveSqlParser.KW_WITH); - this.state = 995; + this.state = 999; this.match(HiveSqlParser.KW_DBPROPERTIES); - this.state = 996; + this.state = 1000; localContext._dbprops = this.keyValueProperties(); } break; @@ -2811,46 +2813,46 @@ export class HiveSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 999; + this.state = 1003; this.match(HiveSqlParser.KW_CREATE); - this.state = 1000; + this.state = 1004; this.match(HiveSqlParser.KW_REMOTE); - this.state = 1001; + this.state = 1005; this.db_schema(); - this.state = 1003; + this.state = 1007; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151) { { - this.state = 1002; + this.state = 1006; this.ifNotExists(); } } - this.state = 1005; + this.state = 1009; localContext._name = this.dbSchemaNameCreate(); - this.state = 1007; + this.state = 1011; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 47) { { - this.state = 1006; + this.state = 1010; this.databaseComment(); } } - this.state = 1009; - this.dbConnectorName(); this.state = 1013; + this.dbConnectorName(); + this.state = 1017; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 43, this.context) ) { case 1: { - this.state = 1010; + this.state = 1014; this.match(HiveSqlParser.KW_WITH); - this.state = 1011; + this.state = 1015; this.match(HiveSqlParser.KW_DBPROPERTIES); - this.state = 1012; + this.state = 1016; localContext._dbprops = this.keyValueProperties(); } break; @@ -2879,9 +2881,9 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1017; + this.state = 1021; this.match(HiveSqlParser.KW_USING); - this.state = 1018; + this.state = 1022; localContext._dcName = this.dbSchemaName(); } } @@ -2905,9 +2907,9 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1020; + this.state = 1024; this.match(HiveSqlParser.KW_USE); - this.state = 1021; + this.state = 1025; this.dbSchemaName(); } } @@ -2932,28 +2934,28 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1023; + this.state = 1027; this.match(HiveSqlParser.KW_DROP); - this.state = 1024; + this.state = 1028; this.db_schema(); - this.state = 1026; + this.state = 1030; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151) { { - this.state = 1025; + this.state = 1029; this.ifExists(); } } - this.state = 1028; + this.state = 1032; this.dbSchemaName(); - this.state = 1030; + this.state = 1034; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 34 || _la === 282) { { - this.state = 1029; + this.state = 1033; this.restrictOrCascade(); } } @@ -2980,9 +2982,9 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1032; + this.state = 1036; this.match(HiveSqlParser.KW_COMMENT); - this.state = 1033; + this.state = 1037; localContext._comment = this.match(HiveSqlParser.StringLiteral); } } @@ -3007,42 +3009,42 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1035; + this.state = 1039; this.match(HiveSqlParser.KW_TRUNCATE); - this.state = 1037; + this.state = 1041; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 329) { { - this.state = 1036; + this.state = 1040; this.match(HiveSqlParser.KW_TABLE); } } - this.state = 1039; + this.state = 1043; this.tableOrPartition(); - this.state = 1045; + this.state = 1049; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 46) { { - this.state = 1040; + this.state = 1044; this.match(HiveSqlParser.KW_COLUMNS); - this.state = 1041; + this.state = 1045; this.match(HiveSqlParser.LPAREN); - this.state = 1042; + this.state = 1046; this.columnNameList(); - this.state = 1043; + this.state = 1047; this.match(HiveSqlParser.RPAREN); } } - this.state = 1048; + this.state = 1052; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 135) { { - this.state = 1047; + this.state = 1051; this.match(HiveSqlParser.KW_FORCE); } } @@ -3070,38 +3072,38 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1050; + this.state = 1054; this.match(HiveSqlParser.KW_DROP); - this.state = 1051; + this.state = 1055; this.match(HiveSqlParser.KW_TABLE); - this.state = 1053; + this.state = 1057; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151) { { - this.state = 1052; + this.state = 1056; this.ifExists(); } } - this.state = 1055; + this.state = 1059; this.tableName(); - this.state = 1057; + this.state = 1061; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 255) { { - this.state = 1056; + this.state = 1060; this.match(HiveSqlParser.KW_PURGE); } } - this.state = 1060; + this.state = 1064; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 134) { { - this.state = 1059; + this.state = 1063; this.replicationClause(); } } @@ -3128,13 +3130,13 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1062; + this.state = 1066; this.match(HiveSqlParser.KW_INPUTFORMAT); - this.state = 1063; + this.state = 1067; localContext._inFmt = this.match(HiveSqlParser.StringLiteral); - this.state = 1064; + this.state = 1068; this.match(HiveSqlParser.KW_SERDE); - this.state = 1065; + this.state = 1069; localContext._serdeCls = this.match(HiveSqlParser.StringLiteral); } } @@ -3159,66 +3161,66 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1067; + this.state = 1071; this.id_(); - this.state = 1070; + this.state = 1074; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 395) { { - this.state = 1068; + this.state = 1072; this.match(HiveSqlParser.DOT); - this.state = 1069; + this.state = 1073; this.id_(); } } - this.state = 1085; + this.state = 1089; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 56, this.context) ) { case 1: { - this.state = 1072; + this.state = 1076; this.id_(); - this.state = 1082; + this.state = 1086; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 395) { { { - this.state = 1073; + this.state = 1077; this.match(HiveSqlParser.DOT); - this.state = 1078; + this.state = 1082; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 54, this.context) ) { case 1: { - this.state = 1074; + this.state = 1078; this.match(HiveSqlParser.KW_ELEM_TYPE); } break; case 2: { - this.state = 1075; + this.state = 1079; this.match(HiveSqlParser.KW_KEY_TYPE); } break; case 3: { - this.state = 1076; + this.state = 1080; this.match(HiveSqlParser.KW_VALUE_TYPE); } break; case 4: { - this.state = 1077; + this.state = 1081; this.id_(); } break; } } } - this.state = 1084; + this.state = 1088; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -3248,14 +3250,14 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1087; + this.state = 1091; this.tabTypeExpr(); - this.state = 1089; + this.state = 1093; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 237) { { - this.state = 1088; + this.state = 1092; this.partitionSpec(); } } @@ -3282,24 +3284,24 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1091; + this.state = 1095; this.tableOrView(); - this.state = 1093; + this.state = 1097; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 58, this.context) ) { case 1: { - this.state = 1092; + this.state = 1096; this.partitionSpec(); } break; } - this.state = 1096; + this.state = 1100; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 59, this.context) ) { case 1: { - this.state = 1095; + this.state = 1099; this.extColumnName(); } break; @@ -3327,7 +3329,7 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1098; + this.state = 1102; _la = this.tokenStream.LA(1); if(!(_la === 89 || _la === 90)) { this.errorHandler.recoverInline(this); @@ -3336,90 +3338,90 @@ export class HiveSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1121; + this.state = 1125; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 64, this.context) ) { case 1: { - this.state = 1099; + this.state = 1103; this.db_schema(); - this.state = 1101; + this.state = 1105; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 122) { { - this.state = 1100; + this.state = 1104; this.match(HiveSqlParser.KW_EXTENDED); } } - this.state = 1103; + this.state = 1107; localContext._dbName = this.dbSchemaName(); } break; case 2: { - this.state = 1105; + this.state = 1109; this.match(HiveSqlParser.KW_DATACONNECTOR); - this.state = 1107; + this.state = 1111; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 122) { { - this.state = 1106; + this.state = 1110; this.match(HiveSqlParser.KW_EXTENDED); } } - this.state = 1109; + this.state = 1113; localContext._dcName = this.dbSchemaName(); } break; case 3: { - this.state = 1110; + this.state = 1114; this.match(HiveSqlParser.KW_FUNCTION); - this.state = 1112; + this.state = 1116; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 122) { { - this.state = 1111; + this.state = 1115; this.match(HiveSqlParser.KW_EXTENDED); } } - this.state = 1114; + this.state = 1118; localContext._name = this.functionNameForDDL(); } break; case 4: { - this.state = 1117; + this.state = 1121; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_FORMATTED: { - this.state = 1115; + this.state = 1119; localContext._descOptions = this.match(HiveSqlParser.KW_FORMATTED); } break; case HiveSqlParser.KW_EXTENDED: { - this.state = 1116; + this.state = 1120; localContext._descOptions = this.match(HiveSqlParser.KW_EXTENDED); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 1119; + this.state = 1123; localContext._parttype = this.tabPartColTypeExpr(); } break; case 5: { - this.state = 1120; + this.state = 1124; localContext._parttype = this.tabPartColTypeExpr(); } break; @@ -3446,42 +3448,42 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1123; + this.state = 1127; this.match(HiveSqlParser.KW_ANALYZE); - this.state = 1124; + this.state = 1128; this.match(HiveSqlParser.KW_TABLE); - this.state = 1125; + this.state = 1129; localContext._parttype = this.tableOrPartition(); - this.state = 1138; + this.state = 1142; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_COMPUTE: { - this.state = 1126; + this.state = 1130; this.match(HiveSqlParser.KW_COMPUTE); - this.state = 1127; + this.state = 1131; this.match(HiveSqlParser.KW_STATISTICS); - this.state = 1134; + this.state = 1138; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_NOSCAN: { - this.state = 1128; + this.state = 1132; localContext._noscan = this.match(HiveSqlParser.KW_NOSCAN); } break; case HiveSqlParser.KW_FOR: { - this.state = 1129; + this.state = 1133; this.match(HiveSqlParser.KW_FOR); - this.state = 1130; + this.state = 1134; this.match(HiveSqlParser.KW_COLUMNS); - this.state = 1132; + this.state = 1136; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 65, this.context) ) { case 1: { - this.state = 1131; + this.state = 1135; localContext._statsColumnName = this.columnNameList(); } break; @@ -3542,9 +3544,9 @@ export class HiveSqlParser extends SQLParserBase { break; case HiveSqlParser.KW_CACHE: { - this.state = 1136; + this.state = 1140; this.match(HiveSqlParser.KW_CACHE); - this.state = 1137; + this.state = 1141; this.match(HiveSqlParser.KW_METADATA); } break; @@ -3574,7 +3576,7 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1140; + this.state = 1144; _la = this.tokenStream.LA(1); if(!(_la === 139 || _la === 154)) { this.errorHandler.recoverInline(this); @@ -3606,7 +3608,7 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1142; + this.state = 1146; _la = this.tokenStream.LA(1); if(!(_la === 67 || _la === 295)) { this.errorHandler.recoverInline(this); @@ -3636,15 +3638,15 @@ export class HiveSqlParser extends SQLParserBase { this.enterRule(localContext, 72, HiveSqlParser.RULE_showStatement); let _la: number; try { - this.state = 1327; + this.state = 1331; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 103, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1144; + this.state = 1148; this.match(HiveSqlParser.KW_SHOW); - this.state = 1145; + this.state = 1149; _la = this.tokenStream.LA(1); if(!(_la === 68 || _la === 296)) { this.errorHandler.recoverInline(this); @@ -3653,14 +3655,14 @@ export class HiveSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1148; + this.state = 1152; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 184) { { - this.state = 1146; + this.state = 1150; this.match(HiveSqlParser.KW_LIKE); - this.state = 1147; + this.state = 1151; this.showStmtIdentifier(); } } @@ -3670,38 +3672,38 @@ export class HiveSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1150; + this.state = 1154; this.match(HiveSqlParser.KW_SHOW); - this.state = 1152; + this.state = 1156; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 122) { { - this.state = 1151; + this.state = 1155; localContext._isExtended = this.match(HiveSqlParser.KW_EXTENDED); } } - this.state = 1154; - this.match(HiveSqlParser.KW_TABLES); this.state = 1158; + this.match(HiveSqlParser.KW_TABLES); + this.state = 1162; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 70, this.context) ) { case 1: { - this.state = 1155; + this.state = 1159; this.from_in(); - this.state = 1156; + this.state = 1160; localContext._db_name = this.dbSchemaName(); } break; } - this.state = 1161; + this.state = 1165; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 71, this.context) ) { case 1: { - this.state = 1160; + this.state = 1164; localContext._filter = this.showTablesFilterExpr(); } break; @@ -3711,36 +3713,36 @@ export class HiveSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1163; + this.state = 1167; this.match(HiveSqlParser.KW_SHOW); - this.state = 1164; - this.match(HiveSqlParser.KW_VIEWS); this.state = 1168; + this.match(HiveSqlParser.KW_VIEWS); + this.state = 1172; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 72, this.context) ) { case 1: { - this.state = 1165; + this.state = 1169; this.from_in(); - this.state = 1166; + this.state = 1170; localContext._db_name = this.dbSchemaName(); } break; } - this.state = 1173; + this.state = 1177; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 73, this.context) ) { case 1: { - this.state = 1170; + this.state = 1174; this.match(HiveSqlParser.KW_LIKE); - this.state = 1171; + this.state = 1175; this.showStmtIdentifier(); } break; case 2: { - this.state = 1172; + this.state = 1176; this.showStmtIdentifier(); } break; @@ -3750,38 +3752,38 @@ export class HiveSqlParser extends SQLParserBase { case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1175; + this.state = 1179; this.match(HiveSqlParser.KW_SHOW); - this.state = 1176; + this.state = 1180; this.match(HiveSqlParser.KW_MATERIALIZED); - this.state = 1177; - this.match(HiveSqlParser.KW_VIEWS); this.state = 1181; + this.match(HiveSqlParser.KW_VIEWS); + this.state = 1185; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 74, this.context) ) { case 1: { - this.state = 1178; + this.state = 1182; this.from_in(); - this.state = 1179; + this.state = 1183; localContext._db_name = this.dbSchemaName(); } break; } - this.state = 1186; + this.state = 1190; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 75, this.context) ) { case 1: { - this.state = 1183; + this.state = 1187; this.match(HiveSqlParser.KW_LIKE); - this.state = 1184; + this.state = 1188; this.showStmtIdentifier(); } break; case 2: { - this.state = 1185; + this.state = 1189; this.showStmtIdentifier(); } break; @@ -3791,50 +3793,50 @@ export class HiveSqlParser extends SQLParserBase { case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1188; + this.state = 1192; this.match(HiveSqlParser.KW_SHOW); - this.state = 1190; + this.state = 1194; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 315) { { - this.state = 1189; + this.state = 1193; this.match(HiveSqlParser.KW_SORTED); } } - this.state = 1192; + this.state = 1196; this.match(HiveSqlParser.KW_COLUMNS); - this.state = 1193; + this.state = 1197; this.from_in(); - this.state = 1194; - this.tableOrView(); this.state = 1198; + this.tableOrView(); + this.state = 1202; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 77, this.context) ) { case 1: { - this.state = 1195; + this.state = 1199; this.from_in(); - this.state = 1196; + this.state = 1200; localContext._db_name = this.dbSchemaName(); } break; } - this.state = 1203; + this.state = 1207; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 78, this.context) ) { case 1: { - this.state = 1200; + this.state = 1204; this.match(HiveSqlParser.KW_LIKE); - this.state = 1201; + this.state = 1205; this.showStmtIdentifier(); } break; case 2: { - this.state = 1202; + this.state = 1206; this.showStmtIdentifier(); } break; @@ -3844,18 +3846,18 @@ export class HiveSqlParser extends SQLParserBase { case 6: this.enterOuterAlt(localContext, 6); { - this.state = 1205; + this.state = 1209; this.match(HiveSqlParser.KW_SHOW); - this.state = 1206; + this.state = 1210; this.match(HiveSqlParser.KW_FUNCTIONS); - this.state = 1209; + this.state = 1213; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 184) { { - this.state = 1207; + this.state = 1211; this.match(HiveSqlParser.KW_LIKE); - this.state = 1208; + this.state = 1212; this.functionNameForDDL(); } } @@ -3865,48 +3867,48 @@ export class HiveSqlParser extends SQLParserBase { case 7: this.enterOuterAlt(localContext, 7); { - this.state = 1211; + this.state = 1215; this.match(HiveSqlParser.KW_SHOW); - this.state = 1212; + this.state = 1216; this.match(HiveSqlParser.KW_PARTITIONS); - this.state = 1213; + this.state = 1217; localContext._tabOrViewName = this.tableOrView(); - this.state = 1215; + this.state = 1219; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 237) { { - this.state = 1214; + this.state = 1218; this.partitionSpec(); } } - this.state = 1218; + this.state = 1222; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 384) { { - this.state = 1217; + this.state = 1221; this.whereClause(); } } - this.state = 1221; + this.state = 1225; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 229) { { - this.state = 1220; + this.state = 1224; this.orderByClause(); } } - this.state = 1224; + this.state = 1228; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 185) { { - this.state = 1223; + this.state = 1227; this.limitClause(); } } @@ -3916,27 +3918,27 @@ export class HiveSqlParser extends SQLParserBase { case 8: this.enterOuterAlt(localContext, 8); { - this.state = 1226; + this.state = 1230; this.match(HiveSqlParser.KW_SHOW); - this.state = 1227; + this.state = 1231; this.match(HiveSqlParser.KW_CREATE); - this.state = 1233; + this.state = 1237; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_DATABASE: case HiveSqlParser.KW_SCHEMA: { - this.state = 1228; + this.state = 1232; this.db_schema(); - this.state = 1229; + this.state = 1233; localContext._db_name = this.dbSchemaName(); } break; case HiveSqlParser.KW_TABLE: { - this.state = 1231; + this.state = 1235; this.match(HiveSqlParser.KW_TABLE); - this.state = 1232; + this.state = 1236; localContext._tabName = this.tableName(); } break; @@ -3948,34 +3950,34 @@ export class HiveSqlParser extends SQLParserBase { case 9: this.enterOuterAlt(localContext, 9); { - this.state = 1235; + this.state = 1239; this.match(HiveSqlParser.KW_SHOW); - this.state = 1236; + this.state = 1240; this.match(HiveSqlParser.KW_TABLE); - this.state = 1237; - this.match(HiveSqlParser.KW_EXTENDED); this.state = 1241; + this.match(HiveSqlParser.KW_EXTENDED); + this.state = 1245; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 139 || _la === 154) { { - this.state = 1238; + this.state = 1242; this.from_in(); - this.state = 1239; + this.state = 1243; localContext._db_name = this.dbSchemaName(); } } - this.state = 1243; + this.state = 1247; this.match(HiveSqlParser.KW_LIKE); - this.state = 1244; + this.state = 1248; this.showStmtIdentifier(); - this.state = 1246; + this.state = 1250; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 237) { { - this.state = 1245; + this.state = 1249; this.partitionSpec(); } } @@ -3985,22 +3987,22 @@ export class HiveSqlParser extends SQLParserBase { case 10: this.enterOuterAlt(localContext, 10); { - this.state = 1248; + this.state = 1252; this.match(HiveSqlParser.KW_SHOW); - this.state = 1249; + this.state = 1253; this.match(HiveSqlParser.KW_TBLPROPERTIES); - this.state = 1250; - this.tableName(); this.state = 1254; + this.tableName(); + this.state = 1258; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 87, this.context) ) { case 1: { - this.state = 1251; + this.state = 1255; this.match(HiveSqlParser.LPAREN); - this.state = 1252; + this.state = 1256; localContext._prptyName = this.match(HiveSqlParser.StringLiteral); - this.state = 1253; + this.state = 1257; this.match(HiveSqlParser.RPAREN); } break; @@ -4010,25 +4012,25 @@ export class HiveSqlParser extends SQLParserBase { case 11: this.enterOuterAlt(localContext, 11); { - this.state = 1256; + this.state = 1260; this.match(HiveSqlParser.KW_SHOW); - this.state = 1257; + this.state = 1261; this.match(HiveSqlParser.KW_LOCKS); - this.state = 1269; + this.state = 1273; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 91, this.context) ) { case 1: { - this.state = 1258; + this.state = 1262; this.db_schema(); - this.state = 1259; + this.state = 1263; localContext._dbName = this.dbSchemaName(); - this.state = 1261; + this.state = 1265; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 122) { { - this.state = 1260; + this.state = 1264; localContext._isExtended = this.match(HiveSqlParser.KW_EXTENDED); } } @@ -4037,22 +4039,22 @@ export class HiveSqlParser extends SQLParserBase { break; case 2: { - this.state = 1264; + this.state = 1268; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 89, this.context) ) { case 1: { - this.state = 1263; + this.state = 1267; localContext._parttype = this.partTypeExpr(); } break; } - this.state = 1267; + this.state = 1271; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 122) { { - this.state = 1266; + this.state = 1270; localContext._isExtended = this.match(HiveSqlParser.KW_EXTENDED); } } @@ -4065,20 +4067,20 @@ export class HiveSqlParser extends SQLParserBase { case 12: this.enterOuterAlt(localContext, 12); { - this.state = 1271; + this.state = 1275; this.match(HiveSqlParser.KW_SHOW); - this.state = 1272; + this.state = 1276; this.match(HiveSqlParser.KW_COMPACTIONS); - this.state = 1299; + this.state = 1303; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_COMPACT_ID: { - this.state = 1273; + this.state = 1277; this.match(HiveSqlParser.KW_COMPACT_ID); - this.state = 1274; + this.state = 1278; this.match(HiveSqlParser.EQUAL); - this.state = 1275; + this.state = 1279; localContext._compactId = this.match(HiveSqlParser.Number); } break; @@ -4351,27 +4353,27 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.LPAREN: case HiveSqlParser.Identifier: { - this.state = 1282; + this.state = 1286; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 93, this.context) ) { case 1: { { - this.state = 1276; + this.state = 1280; this.db_schema(); - this.state = 1277; + this.state = 1281; localContext._dbName = this.dbSchemaName(); } } break; case 2: { - this.state = 1280; + this.state = 1284; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 92, this.context) ) { case 1: { - this.state = 1279; + this.state = 1283; localContext._parttype = this.partTypeExpr(); } break; @@ -4379,52 +4381,52 @@ export class HiveSqlParser extends SQLParserBase { } break; } - this.state = 1285; + this.state = 1289; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 246) { { - this.state = 1284; + this.state = 1288; this.compactionPool(); } } - this.state = 1288; + this.state = 1292; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 352) { { - this.state = 1287; + this.state = 1291; this.compactionType(); } } - this.state = 1291; + this.state = 1295; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 320) { { - this.state = 1290; + this.state = 1294; this.compactionStatus(); } } - this.state = 1294; + this.state = 1298; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 229) { { - this.state = 1293; + this.state = 1297; this.orderByClause(); } } - this.state = 1297; + this.state = 1301; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 185) { { - this.state = 1296; + this.state = 1300; this.limitClause(); } } @@ -4439,44 +4441,44 @@ export class HiveSqlParser extends SQLParserBase { case 13: this.enterOuterAlt(localContext, 13); { - this.state = 1301; + this.state = 1305; this.match(HiveSqlParser.KW_SHOW); - this.state = 1302; + this.state = 1306; this.match(HiveSqlParser.KW_TRANSACTIONS); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 1303; + this.state = 1307; this.match(HiveSqlParser.KW_SHOW); - this.state = 1304; + this.state = 1308; this.match(HiveSqlParser.KW_CONF); - this.state = 1305; + this.state = 1309; this.match(HiveSqlParser.StringLiteral); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 1306; + this.state = 1310; this.match(HiveSqlParser.KW_SHOW); - this.state = 1307; - this.match(HiveSqlParser.KW_RESOURCE); this.state = 1311; + this.match(HiveSqlParser.KW_RESOURCE); + this.state = 1315; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_PLAN: { - this.state = 1308; + this.state = 1312; this.match(HiveSqlParser.KW_PLAN); - this.state = 1309; + this.state = 1313; localContext._rp_name = this.id_(); } break; case HiveSqlParser.KW_PLANS: { - this.state = 1310; + this.state = 1314; this.match(HiveSqlParser.KW_PLANS); } break; @@ -4488,28 +4490,28 @@ export class HiveSqlParser extends SQLParserBase { case 16: this.enterOuterAlt(localContext, 16); { - this.state = 1313; + this.state = 1317; this.match(HiveSqlParser.KW_SHOW); - this.state = 1314; + this.state = 1318; this.match(HiveSqlParser.KW_DATACONNECTORS); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 1315; + this.state = 1319; this.match(HiveSqlParser.KW_SHOW); - this.state = 1317; + this.state = 1321; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 138) { { - this.state = 1316; + this.state = 1320; this.match(HiveSqlParser.KW_FORMATTED); } } - this.state = 1319; + this.state = 1323; _la = this.tokenStream.LA(1); if(!(_la === 155 || _la === 156)) { this.errorHandler.recoverInline(this); @@ -4518,18 +4520,18 @@ export class HiveSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1320; + this.state = 1324; this.match(HiveSqlParser.KW_ON); - this.state = 1321; - this.tableName(); this.state = 1325; + this.tableName(); + this.state = 1329; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 102, this.context) ) { case 1: { - this.state = 1322; + this.state = 1326; this.from_in(); - this.state = 1323; + this.state = 1327; this.dbSchemaName(); } break; @@ -4556,28 +4558,28 @@ export class HiveSqlParser extends SQLParserBase { let localContext = new ShowTablesFilterExprContext(this.context, this.state); this.enterRule(localContext, 74, HiveSqlParser.RULE_showTablesFilterExpr); try { - this.state = 1337; + this.state = 1341; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_WHERE: this.enterOuterAlt(localContext, 1); { - this.state = 1329; + this.state = 1333; this.match(HiveSqlParser.KW_WHERE); - this.state = 1330; + this.state = 1334; this.id_(); - this.state = 1331; + this.state = 1335; this.match(HiveSqlParser.EQUAL); - this.state = 1332; + this.state = 1336; this.match(HiveSqlParser.StringLiteral); } break; case HiveSqlParser.KW_LIKE: this.enterOuterAlt(localContext, 2); { - this.state = 1334; + this.state = 1338; this.match(HiveSqlParser.KW_LIKE); - this.state = 1335; + this.state = 1339; this.showStmtIdentifier(); } break; @@ -4824,7 +4826,7 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.Identifier: this.enterOuterAlt(localContext, 3); { - this.state = 1336; + this.state = 1340; this.showStmtIdentifier(); } break; @@ -4852,13 +4854,13 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1339; + this.state = 1343; this.match(HiveSqlParser.KW_LOCK); - this.state = 1340; + this.state = 1344; this.match(HiveSqlParser.KW_TABLE); - this.state = 1341; + this.state = 1345; this.tableOrPartition(); - this.state = 1342; + this.state = 1346; this.lockMode(); } } @@ -4882,13 +4884,13 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1344; + this.state = 1348; this.match(HiveSqlParser.KW_LOCK); - this.state = 1345; + this.state = 1349; this.db_schema(); - this.state = 1346; + this.state = 1350; localContext._dbName = this.dbSchemaName(); - this.state = 1347; + this.state = 1351; this.lockMode(); } } @@ -4913,7 +4915,7 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1349; + this.state = 1353; _la = this.tokenStream.LA(1); if(!(_la === 114 || _la === 307)) { this.errorHandler.recoverInline(this); @@ -4944,11 +4946,11 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1351; + this.state = 1355; this.match(HiveSqlParser.KW_UNLOCK); - this.state = 1352; + this.state = 1356; this.match(HiveSqlParser.KW_TABLE); - this.state = 1353; + this.state = 1357; this.tableOrPartition(); } } @@ -4972,11 +4974,11 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1355; + this.state = 1359; this.match(HiveSqlParser.KW_UNLOCK); - this.state = 1356; + this.state = 1360; this.db_schema(); - this.state = 1357; + this.state = 1361; localContext._dbName = this.dbSchemaName(); } } @@ -5000,11 +5002,11 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1359; + this.state = 1363; this.match(HiveSqlParser.KW_CREATE); - this.state = 1360; + this.state = 1364; this.match(HiveSqlParser.KW_ROLE); - this.state = 1361; + this.state = 1365; localContext._roleName = this.id_(); } } @@ -5028,11 +5030,11 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1363; + this.state = 1367; this.match(HiveSqlParser.KW_DROP); - this.state = 1364; + this.state = 1368; this.match(HiveSqlParser.KW_ROLE); - this.state = 1365; + this.state = 1369; localContext._roleName = this.id_(); } } @@ -5057,30 +5059,30 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1367; + this.state = 1371; this.match(HiveSqlParser.KW_GRANT); - this.state = 1368; + this.state = 1372; localContext._privList = this.privilegeList(); - this.state = 1370; + this.state = 1374; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 224) { { - this.state = 1369; + this.state = 1373; this.privilegeObject(); } } - this.state = 1372; + this.state = 1376; this.match(HiveSqlParser.KW_TO); - this.state = 1373; + this.state = 1377; this.principalSpecification(); - this.state = 1375; + this.state = 1379; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 106, this.context) ) { case 1: { - this.state = 1374; + this.state = 1378; this.withGrantOption(); } break; @@ -5108,33 +5110,33 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1377; + this.state = 1381; this.match(HiveSqlParser.KW_REVOKE); - this.state = 1379; + this.state = 1383; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 143) { { - this.state = 1378; + this.state = 1382; this.grantOptionFor(); } } - this.state = 1381; + this.state = 1385; this.privilegeList(); - this.state = 1383; + this.state = 1387; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 224) { { - this.state = 1382; + this.state = 1386; this.privilegeObject(); } } - this.state = 1385; + this.state = 1389; this.match(HiveSqlParser.KW_FROM); - this.state = 1386; + this.state = 1390; this.principalSpecification(); } } @@ -5159,46 +5161,46 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1388; + this.state = 1392; this.match(HiveSqlParser.KW_GRANT); - this.state = 1390; + this.state = 1394; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 109, this.context) ) { case 1: { - this.state = 1389; + this.state = 1393; this.match(HiveSqlParser.KW_ROLE); } break; } - this.state = 1392; + this.state = 1396; this.id_(); - this.state = 1397; + this.state = 1401; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 1393; + this.state = 1397; this.match(HiveSqlParser.COMMA); - this.state = 1394; + this.state = 1398; this.id_(); } } - this.state = 1399; + this.state = 1403; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1400; + this.state = 1404; this.match(HiveSqlParser.KW_TO); - this.state = 1401; + this.state = 1405; this.principalSpecification(); - this.state = 1403; + this.state = 1407; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 111, this.context) ) { case 1: { - this.state = 1402; + this.state = 1406; this.withAdminOption(); } break; @@ -5226,49 +5228,49 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1405; + this.state = 1409; this.match(HiveSqlParser.KW_REVOKE); - this.state = 1407; + this.state = 1411; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 112, this.context) ) { case 1: { - this.state = 1406; + this.state = 1410; this.adminOptionFor(); } break; } - this.state = 1410; + this.state = 1414; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 113, this.context) ) { case 1: { - this.state = 1409; + this.state = 1413; this.match(HiveSqlParser.KW_ROLE); } break; } - this.state = 1412; + this.state = 1416; this.id_(); - this.state = 1417; + this.state = 1421; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 1413; + this.state = 1417; this.match(HiveSqlParser.COMMA); - this.state = 1414; + this.state = 1418; this.id_(); } } - this.state = 1419; + this.state = 1423; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1420; + this.state = 1424; this.match(HiveSqlParser.KW_FROM); - this.state = 1421; + this.state = 1425; this.principalSpecification(); } } @@ -5292,13 +5294,13 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1423; + this.state = 1427; this.match(HiveSqlParser.KW_SHOW); - this.state = 1424; + this.state = 1428; this.match(HiveSqlParser.KW_ROLE); - this.state = 1425; + this.state = 1429; this.match(HiveSqlParser.KW_GRANT); - this.state = 1426; + this.state = 1430; this.principalName(); } } @@ -5322,9 +5324,9 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1428; + this.state = 1432; this.match(HiveSqlParser.KW_SHOW); - this.state = 1429; + this.state = 1433; this.match(HiveSqlParser.KW_ROLES); } } @@ -5348,11 +5350,11 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1431; + this.state = 1435; this.match(HiveSqlParser.KW_SHOW); - this.state = 1432; + this.state = 1436; this.match(HiveSqlParser.KW_CURRENT); - this.state = 1433; + this.state = 1437; this.match(HiveSqlParser.KW_ROLES); } } @@ -5376,22 +5378,22 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1435; + this.state = 1439; this.match(HiveSqlParser.KW_SET); - this.state = 1436; - this.match(HiveSqlParser.KW_ROLE); this.state = 1440; + this.match(HiveSqlParser.KW_ROLE); + this.state = 1444; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_ALL: { - this.state = 1437; + this.state = 1441; localContext._all = this.match(HiveSqlParser.KW_ALL); } break; case HiveSqlParser.KW_NONE: { - this.state = 1438; + this.state = 1442; localContext._none = this.match(HiveSqlParser.KW_NONE); } break; @@ -5636,7 +5638,7 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_ZONE: case HiveSqlParser.Identifier: { - this.state = 1439; + this.state = 1443; this.id_(); } break; @@ -5666,28 +5668,28 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1442; + this.state = 1446; this.match(HiveSqlParser.KW_SHOW); - this.state = 1443; + this.state = 1447; this.match(HiveSqlParser.KW_GRANT); - this.state = 1445; + this.state = 1449; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 144 || _la === 287 || _la === 369) { { - this.state = 1444; + this.state = 1448; this.principalName(); } } - this.state = 1449; + this.state = 1453; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 224) { { - this.state = 1447; + this.state = 1451; this.match(HiveSqlParser.KW_ON); - this.state = 1448; + this.state = 1452; this.privilegeIncludeColObject(); } } @@ -5714,11 +5716,11 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1451; + this.state = 1455; this.match(HiveSqlParser.KW_SHOW); - this.state = 1452; + this.state = 1456; this.match(HiveSqlParser.KW_PRINCIPALS); - this.state = 1453; + this.state = 1457; localContext._roleName = this.id_(); } } @@ -5740,13 +5742,13 @@ export class HiveSqlParser extends SQLParserBase { let localContext = new PrivilegeIncludeColObjectContext(this.context, this.state); this.enterRule(localContext, 110, HiveSqlParser.RULE_privilegeIncludeColObject); try { - this.state = 1457; + this.state = 1461; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_ALL: this.enterOuterAlt(localContext, 1); { - this.state = 1455; + this.state = 1459; this.match(HiveSqlParser.KW_ALL); } break; @@ -5994,7 +5996,7 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.Identifier: this.enterOuterAlt(localContext, 2); { - this.state = 1456; + this.state = 1460; this.privObjectCols(); } break; @@ -6022,9 +6024,9 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1459; + this.state = 1463; this.match(HiveSqlParser.KW_ON); - this.state = 1460; + this.state = 1464; this.privObject(); } } @@ -6047,50 +6049,50 @@ export class HiveSqlParser extends SQLParserBase { this.enterRule(localContext, 114, HiveSqlParser.RULE_privObject); let _la: number; try { - this.state = 1473; + this.state = 1477; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 120, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1462; + this.state = 1466; this.db_schema(); - this.state = 1463; + this.state = 1467; this.dbSchemaName(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1466; + this.state = 1470; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 329) { { - this.state = 1465; + this.state = 1469; this.match(HiveSqlParser.KW_TABLE); } } - this.state = 1468; + this.state = 1472; this.tableOrPartition(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1469; + this.state = 1473; this.match(HiveSqlParser.KW_URI); - this.state = 1470; + this.state = 1474; localContext._path = this.match(HiveSqlParser.StringLiteral); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1471; + this.state = 1475; this.match(HiveSqlParser.KW_SERVER); - this.state = 1472; + this.state = 1476; this.id_(); } break; @@ -6115,53 +6117,53 @@ export class HiveSqlParser extends SQLParserBase { this.enterRule(localContext, 116, HiveSqlParser.RULE_privObjectCols); let _la: number; try { - this.state = 1495; + this.state = 1499; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 124, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1475; + this.state = 1479; this.db_schema(); - this.state = 1476; + this.state = 1480; this.dbSchemaName(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1479; + this.state = 1483; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 329) { { - this.state = 1478; + this.state = 1482; this.match(HiveSqlParser.KW_TABLE); } } - this.state = 1481; + this.state = 1485; this.tableName(); - this.state = 1486; + this.state = 1490; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 122, this.context) ) { case 1: { - this.state = 1482; + this.state = 1486; this.match(HiveSqlParser.LPAREN); - this.state = 1483; + this.state = 1487; localContext._cols = this.columnNameList(); - this.state = 1484; + this.state = 1488; this.match(HiveSqlParser.RPAREN); } break; } - this.state = 1489; + this.state = 1493; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 237) { { - this.state = 1488; + this.state = 1492; this.partitionSpec(); } } @@ -6171,18 +6173,18 @@ export class HiveSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1491; + this.state = 1495; this.match(HiveSqlParser.KW_URI); - this.state = 1492; + this.state = 1496; localContext._path = this.match(HiveSqlParser.StringLiteral); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1493; + this.state = 1497; this.match(HiveSqlParser.KW_SERVER); - this.state = 1494; + this.state = 1498; this.id_(); } break; @@ -6209,21 +6211,21 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1497; + this.state = 1501; this.privlegeDef(); - this.state = 1502; + this.state = 1506; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 1498; + this.state = 1502; this.match(HiveSqlParser.COMMA); - this.state = 1499; + this.state = 1503; this.privlegeDef(); } } - this.state = 1504; + this.state = 1508; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -6250,18 +6252,18 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1505; + this.state = 1509; this.privilegeType(); - this.state = 1510; + this.state = 1514; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 399) { { - this.state = 1506; + this.state = 1510; this.match(HiveSqlParser.LPAREN); - this.state = 1507; + this.state = 1511; localContext._cols = this.columnNameList(); - this.state = 1508; + this.state = 1512; this.match(HiveSqlParser.RPAREN); } } @@ -6289,7 +6291,7 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1512; + this.state = 1516; _la = this.tokenStream.LA(1); if(!(_la === 7 || _la === 9 || _la === 58 || _la === 86 || _la === 101 || _la === 155 || _la === 161 || _la === 190 || _la === 299 || _la === 309 || _la === 365)) { this.errorHandler.recoverInline(this); @@ -6321,21 +6323,21 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1514; + this.state = 1518; this.principalName(); - this.state = 1519; + this.state = 1523; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 1515; + this.state = 1519; this.match(HiveSqlParser.COMMA); - this.state = 1516; + this.state = 1520; this.principalName(); } } - this.state = 1521; + this.state = 1525; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -6359,33 +6361,33 @@ export class HiveSqlParser extends SQLParserBase { let localContext = new PrincipalNameContext(this.context, this.state); this.enterRule(localContext, 126, HiveSqlParser.RULE_principalName); try { - this.state = 1528; + this.state = 1532; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_USER: this.enterOuterAlt(localContext, 1); { - this.state = 1522; + this.state = 1526; this.match(HiveSqlParser.KW_USER); - this.state = 1523; + this.state = 1527; this.principalIdentifier(); } break; case HiveSqlParser.KW_GROUP: this.enterOuterAlt(localContext, 2); { - this.state = 1524; + this.state = 1528; this.match(HiveSqlParser.KW_GROUP); - this.state = 1525; + this.state = 1529; this.principalIdentifier(); } break; case HiveSqlParser.KW_ROLE: this.enterOuterAlt(localContext, 3); { - this.state = 1526; + this.state = 1530; this.match(HiveSqlParser.KW_ROLE); - this.state = 1527; + this.state = 1531; this.id_(); } break; @@ -6411,31 +6413,31 @@ export class HiveSqlParser extends SQLParserBase { let localContext = new PrincipalAlterNameContext(this.context, this.state); this.enterRule(localContext, 128, HiveSqlParser.RULE_principalAlterName); try { - this.state = 1535; + this.state = 1539; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 129, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1530; + this.state = 1534; this.match(HiveSqlParser.KW_USER); - this.state = 1531; + this.state = 1535; this.principalIdentifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1532; + this.state = 1536; this.match(HiveSqlParser.KW_ROLE); - this.state = 1533; + this.state = 1537; this.id_(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1534; + this.state = 1538; this.id_(); } break; @@ -6461,11 +6463,11 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1537; + this.state = 1541; this.match(HiveSqlParser.KW_WITH); - this.state = 1538; + this.state = 1542; this.match(HiveSqlParser.KW_GRANT); - this.state = 1539; + this.state = 1543; this.match(HiveSqlParser.KW_OPTION); } } @@ -6489,11 +6491,11 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1541; + this.state = 1545; this.match(HiveSqlParser.KW_GRANT); - this.state = 1542; + this.state = 1546; this.match(HiveSqlParser.KW_OPTION); - this.state = 1543; + this.state = 1547; this.match(HiveSqlParser.KW_FOR); } } @@ -6517,11 +6519,11 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1545; + this.state = 1549; this.match(HiveSqlParser.KW_ADMIN); - this.state = 1546; + this.state = 1550; this.match(HiveSqlParser.KW_OPTION); - this.state = 1547; + this.state = 1551; this.match(HiveSqlParser.KW_FOR); } } @@ -6545,11 +6547,11 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1549; + this.state = 1553; this.match(HiveSqlParser.KW_WITH); - this.state = 1550; + this.state = 1554; this.match(HiveSqlParser.KW_ADMIN); - this.state = 1551; + this.state = 1555; this.match(HiveSqlParser.KW_OPTION); } } @@ -6574,29 +6576,29 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1553; + this.state = 1557; this.match(HiveSqlParser.KW_MSCK); - this.state = 1555; + this.state = 1559; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 276) { { - this.state = 1554; + this.state = 1558; localContext._repair = this.match(HiveSqlParser.KW_REPAIR); } } { - this.state = 1557; + this.state = 1561; this.match(HiveSqlParser.KW_TABLE); - this.state = 1558; + this.state = 1562; this.tableName(); - this.state = 1564; + this.state = 1568; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 132, this.context) ) { case 1: { - this.state = 1559; + this.state = 1563; localContext._opt = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 4 || _la === 101 || _la === 326)) { @@ -6606,14 +6608,14 @@ export class HiveSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1560; + this.state = 1564; localContext._parts = this.match(HiveSqlParser.KW_PARTITIONS); - this.state = 1562; + this.state = 1566; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 131, this.context) ) { case 1: { - this.state = 1561; + this.state = 1565; this.partitionSelectorSpec(); } break; @@ -6645,21 +6647,21 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1566; + this.state = 1570; this.resource(); - this.state = 1571; + this.state = 1575; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 1567; + this.state = 1571; this.match(HiveSqlParser.COMMA); - this.state = 1568; + this.state = 1572; this.resource(); } } - this.state = 1573; + this.state = 1577; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -6685,9 +6687,9 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1574; + this.state = 1578; localContext._resType = this.resourceType(); - this.state = 1575; + this.state = 1579; localContext._resPath = this.match(HiveSqlParser.StringLiteral); } } @@ -6712,7 +6714,7 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1577; + this.state = 1581; _la = this.tokenStream.LA(1); if(!(_la === 15 || _la === 128 || _la === 170)) { this.errorHandler.recoverInline(this); @@ -6744,34 +6746,34 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1579; + this.state = 1583; this.match(HiveSqlParser.KW_CREATE); - this.state = 1581; + this.state = 1585; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 333) { { - this.state = 1580; + this.state = 1584; localContext._temp = this.match(HiveSqlParser.KW_TEMPORARY); } } - this.state = 1583; + this.state = 1587; this.match(HiveSqlParser.KW_FUNCTION); - this.state = 1584; + this.state = 1588; this.functionNameCreate(); - this.state = 1585; + this.state = 1589; this.match(HiveSqlParser.KW_AS); - this.state = 1586; + this.state = 1590; this.match(HiveSqlParser.StringLiteral); - this.state = 1589; + this.state = 1593; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 370) { { - this.state = 1587; + this.state = 1591; this.match(HiveSqlParser.KW_USING); - this.state = 1588; + this.state = 1592; localContext._rList = this.resourceList(); } } @@ -6799,31 +6801,31 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1591; + this.state = 1595; this.match(HiveSqlParser.KW_DROP); - this.state = 1593; + this.state = 1597; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 333) { { - this.state = 1592; + this.state = 1596; localContext._temp = this.match(HiveSqlParser.KW_TEMPORARY); } } - this.state = 1595; + this.state = 1599; this.match(HiveSqlParser.KW_FUNCTION); - this.state = 1597; + this.state = 1601; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151) { { - this.state = 1596; + this.state = 1600; this.ifExists(); } } - this.state = 1599; + this.state = 1603; this.functionNameForDDL(); } } @@ -6848,9 +6850,9 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1601; + this.state = 1605; this.match(HiveSqlParser.KW_RELOAD); - this.state = 1602; + this.state = 1606; _la = this.tokenStream.LA(1); if(!(_la === 141 || _la === 142)) { this.errorHandler.recoverInline(this); @@ -6882,29 +6884,29 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1604; + this.state = 1608; this.match(HiveSqlParser.KW_CREATE); - this.state = 1605; + this.state = 1609; this.match(HiveSqlParser.KW_TEMPORARY); - this.state = 1606; + this.state = 1610; this.match(HiveSqlParser.KW_MACRO); - this.state = 1607; + this.state = 1611; this.match(HiveSqlParser.Identifier); - this.state = 1608; + this.state = 1612; this.match(HiveSqlParser.LPAREN); - this.state = 1610; + this.state = 1614; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 3252454782) !== 0) || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 94072755) !== 0) || ((((_la - 66)) & ~0x1F) === 0 && ((1 << (_la - 66)) & 3203280837) !== 0) || ((((_la - 98)) & ~0x1F) === 0 && ((1 << (_la - 98)) & 3774298979) !== 0) || ((((_la - 130)) & ~0x1F) === 0 && ((1 << (_la - 130)) & 1985876353) !== 0) || ((((_la - 168)) & ~0x1F) === 0 && ((1 << (_la - 168)) & 3152987127) !== 0) || ((((_la - 200)) & ~0x1F) === 0 && ((1 << (_la - 200)) & 215407575) !== 0) || ((((_la - 232)) & ~0x1F) === 0 && ((1 << (_la - 232)) & 1859156443) !== 0) || ((((_la - 265)) & ~0x1F) === 0 && ((1 << (_la - 265)) & 4039901127) !== 0) || ((((_la - 297)) & ~0x1F) === 0 && ((1 << (_la - 297)) & 3755917179) !== 0) || ((((_la - 330)) & ~0x1F) === 0 && ((1 << (_la - 330)) & 3402225181) !== 0) || ((((_la - 362)) & ~0x1F) === 0 && ((1 << (_la - 362)) & 4238323319) !== 0) || _la === 394 || _la === 432) { { - this.state = 1609; + this.state = 1613; this.columnNameTypeList(); } } - this.state = 1612; + this.state = 1616; this.match(HiveSqlParser.RPAREN); - this.state = 1613; + this.state = 1617; this.expression(); } } @@ -6929,23 +6931,23 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1615; + this.state = 1619; this.match(HiveSqlParser.KW_DROP); - this.state = 1616; + this.state = 1620; this.match(HiveSqlParser.KW_TEMPORARY); - this.state = 1617; + this.state = 1621; this.match(HiveSqlParser.KW_MACRO); - this.state = 1619; + this.state = 1623; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151) { { - this.state = 1618; + this.state = 1622; this.ifExists(); } } - this.state = 1621; + this.state = 1625; this.match(HiveSqlParser.Identifier); } } @@ -6970,124 +6972,124 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1623; + this.state = 1627; this.match(HiveSqlParser.KW_CREATE); - this.state = 1624; + this.state = 1628; this.match(HiveSqlParser.KW_INDEX); - this.state = 1625; + this.state = 1629; this.id_(); - this.state = 1626; + this.state = 1630; this.match(HiveSqlParser.KW_ON); - this.state = 1627; + this.state = 1631; this.match(HiveSqlParser.KW_TABLE); - this.state = 1628; + this.state = 1632; this.tableName(); - this.state = 1629; + this.state = 1633; this.columnParenthesesList(); - this.state = 1630; + this.state = 1634; this.match(HiveSqlParser.KW_AS); - this.state = 1631; - localContext._indextype = this.match(HiveSqlParser.StringLiteral); this.state = 1635; + localContext._indextype = this.match(HiveSqlParser.StringLiteral); + this.state = 1639; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 140, this.context) ) { case 1: { - this.state = 1632; + this.state = 1636; this.match(HiveSqlParser.KW_WITH); - this.state = 1633; + this.state = 1637; this.match(HiveSqlParser.KW_DEFERRED); - this.state = 1634; + this.state = 1638; this.match(HiveSqlParser.KW_REBUILD); } break; } - this.state = 1639; + this.state = 1643; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 150) { { - this.state = 1637; + this.state = 1641; this.match(HiveSqlParser.KW_IDXPROPERTIES); - this.state = 1638; + this.state = 1642; this.tableProperties(); } } - this.state = 1644; + this.state = 1648; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 154) { { - this.state = 1641; + this.state = 1645; this.match(HiveSqlParser.KW_IN); - this.state = 1642; + this.state = 1646; this.match(HiveSqlParser.KW_TABLE); - this.state = 1643; + this.state = 1647; this.tableName(); } } - this.state = 1649; + this.state = 1653; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 238) { { - this.state = 1646; + this.state = 1650; this.match(HiveSqlParser.KW_PARTITIONED); - this.state = 1647; + this.state = 1651; this.match(HiveSqlParser.KW_BY); - this.state = 1648; + this.state = 1652; this.columnParenthesesList(); } } - this.state = 1655; + this.state = 1659; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 291 || _la === 321) { { - this.state = 1652; + this.state = 1656; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 291) { { - this.state = 1651; + this.state = 1655; this.tableRowFormat(); } } - this.state = 1654; + this.state = 1658; this.tableFileFormat(); } } - this.state = 1658; + this.state = 1662; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 189) { { - this.state = 1657; + this.state = 1661; this.locationPath(); } } - this.state = 1661; + this.state = 1665; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 332) { { - this.state = 1660; + this.state = 1664; this.tablePropertiesPrefixed(); } } - this.state = 1664; + this.state = 1668; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 47) { { - this.state = 1663; + this.state = 1667; this.tableComment(); } } @@ -7115,25 +7117,25 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1666; + this.state = 1670; this.match(HiveSqlParser.KW_DROP); - this.state = 1667; + this.state = 1671; this.match(HiveSqlParser.KW_INDEX); - this.state = 1669; + this.state = 1673; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151) { { - this.state = 1668; + this.state = 1672; this.ifExists(); } } - this.state = 1671; + this.state = 1675; this.id_(); - this.state = 1672; + this.state = 1676; this.match(HiveSqlParser.KW_ON); - this.state = 1673; + this.state = 1677; this.tableName(); } } @@ -7158,81 +7160,81 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1675; + this.state = 1679; this.match(HiveSqlParser.KW_CREATE); - this.state = 1678; + this.state = 1682; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 228) { { - this.state = 1676; + this.state = 1680; this.match(HiveSqlParser.KW_OR); - this.state = 1677; + this.state = 1681; this.match(HiveSqlParser.KW_REPLACE); } } - this.state = 1680; + this.state = 1684; this.match(HiveSqlParser.KW_VIEW); - this.state = 1682; + this.state = 1686; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151) { { - this.state = 1681; + this.state = 1685; this.ifNotExists(); } } - this.state = 1684; + this.state = 1688; localContext._name = this.viewNameCreate(); - this.state = 1689; + this.state = 1693; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 399) { { - this.state = 1685; + this.state = 1689; this.match(HiveSqlParser.LPAREN); - this.state = 1686; + this.state = 1690; this.columnNameCommentList(); - this.state = 1687; + this.state = 1691; this.match(HiveSqlParser.RPAREN); } } - this.state = 1692; + this.state = 1696; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 47) { { - this.state = 1691; + this.state = 1695; this.tableComment(); } } - this.state = 1695; + this.state = 1699; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 238) { { - this.state = 1694; + this.state = 1698; this.viewPartition(); } } - this.state = 1698; + this.state = 1702; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 332) { { - this.state = 1697; + this.state = 1701; this.tablePropertiesPrefixed(); } } - this.state = 1700; + this.state = 1704; this.match(HiveSqlParser.KW_AS); - this.state = 1701; + this.state = 1705; this.selectStatementWithCTE(); } } @@ -7256,35 +7258,35 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1703; + this.state = 1707; this.match(HiveSqlParser.KW_PARTITIONED); - this.state = 1704; + this.state = 1708; this.match(HiveSqlParser.KW_ON); - this.state = 1710; + this.state = 1714; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.LPAREN: { - this.state = 1705; + this.state = 1709; this.match(HiveSqlParser.LPAREN); - this.state = 1706; + this.state = 1710; this.columnNameList(); } break; case HiveSqlParser.KW_SPEC: { - this.state = 1707; + this.state = 1711; this.match(HiveSqlParser.KW_SPEC); - this.state = 1708; + this.state = 1712; this.match(HiveSqlParser.LPAREN); - this.state = 1709; + this.state = 1713; localContext._spec = this.partitionTransformSpec(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 1712; + this.state = 1716; this.match(HiveSqlParser.RPAREN); } } @@ -7306,20 +7308,20 @@ export class HiveSqlParser extends SQLParserBase { let localContext = new ViewOrganizationContext(this.context, this.state); this.enterRule(localContext, 164, HiveSqlParser.RULE_viewOrganization); try { - this.state = 1716; + this.state = 1720; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_CLUSTERED: this.enterOuterAlt(localContext, 1); { - this.state = 1714; + this.state = 1718; this.viewClusterSpec(); } break; case HiveSqlParser.KW_DISTRIBUTED: this.enterOuterAlt(localContext, 2); { - this.state = 1715; + this.state = 1719; this.viewComplexSpec(); } break; @@ -7347,15 +7349,15 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1718; + this.state = 1722; this.match(HiveSqlParser.KW_CLUSTERED); - this.state = 1719; + this.state = 1723; this.match(HiveSqlParser.KW_ON); - this.state = 1720; + this.state = 1724; this.match(HiveSqlParser.LPAREN); - this.state = 1721; + this.state = 1725; this.columnNameList(); - this.state = 1722; + this.state = 1726; this.match(HiveSqlParser.RPAREN); } } @@ -7379,9 +7381,9 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1724; + this.state = 1728; this.viewDistSpec(); - this.state = 1725; + this.state = 1729; this.viewSortSpec(); } } @@ -7405,15 +7407,15 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1727; + this.state = 1731; this.match(HiveSqlParser.KW_DISTRIBUTED); - this.state = 1728; + this.state = 1732; this.match(HiveSqlParser.KW_ON); - this.state = 1729; + this.state = 1733; this.match(HiveSqlParser.LPAREN); - this.state = 1730; + this.state = 1734; localContext._colList = this.columnNameList(); - this.state = 1731; + this.state = 1735; this.match(HiveSqlParser.RPAREN); } } @@ -7437,15 +7439,15 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1733; + this.state = 1737; this.match(HiveSqlParser.KW_SORTED); - this.state = 1734; + this.state = 1738; this.match(HiveSqlParser.KW_ON); - this.state = 1735; + this.state = 1739; this.match(HiveSqlParser.LPAREN); - this.state = 1736; + this.state = 1740; localContext._colList = this.columnNameList(); - this.state = 1737; + this.state = 1741; this.match(HiveSqlParser.RPAREN); } } @@ -7470,21 +7472,21 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1739; + this.state = 1743; this.match(HiveSqlParser.KW_DROP); - this.state = 1740; + this.state = 1744; this.match(HiveSqlParser.KW_VIEW); - this.state = 1742; + this.state = 1746; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151) { { - this.state = 1741; + this.state = 1745; this.ifExists(); } } - this.state = 1744; + this.state = 1748; this.viewName(); } } @@ -7509,107 +7511,107 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1746; + this.state = 1750; this.match(HiveSqlParser.KW_CREATE); - this.state = 1747; + this.state = 1751; this.match(HiveSqlParser.KW_MATERIALIZED); - this.state = 1748; + this.state = 1752; this.match(HiveSqlParser.KW_VIEW); - this.state = 1750; + this.state = 1754; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151) { { - this.state = 1749; + this.state = 1753; this.ifNotExists(); } } - this.state = 1752; + this.state = 1756; localContext._name = this.viewNameCreate(); - this.state = 1754; + this.state = 1758; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 94 || _la === 95) { { - this.state = 1753; + this.state = 1757; this.rewriteDisabled(); } } - this.state = 1757; + this.state = 1761; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 47) { { - this.state = 1756; + this.state = 1760; this.tableComment(); } } - this.state = 1760; + this.state = 1764; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 238) { { - this.state = 1759; + this.state = 1763; this.viewPartition(); } } - this.state = 1763; + this.state = 1767; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 42 || _la === 98) { { - this.state = 1762; + this.state = 1766; this.viewOrganization(); } } - this.state = 1766; + this.state = 1770; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 291) { { - this.state = 1765; + this.state = 1769; this.tableRowFormat(); } } - this.state = 1769; + this.state = 1773; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 321) { { - this.state = 1768; + this.state = 1772; this.tableFileFormat(); } } - this.state = 1772; + this.state = 1776; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 189) { { - this.state = 1771; + this.state = 1775; this.locationPath(); } } - this.state = 1775; + this.state = 1779; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 332) { { - this.state = 1774; + this.state = 1778; this.tablePropertiesPrefixed(); } } - this.state = 1777; + this.state = 1781; this.match(HiveSqlParser.KW_AS); - this.state = 1778; + this.state = 1782; this.selectStatementWithCTE(); } } @@ -7634,23 +7636,23 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1780; + this.state = 1784; this.match(HiveSqlParser.KW_DROP); - this.state = 1781; + this.state = 1785; this.match(HiveSqlParser.KW_MATERIALIZED); - this.state = 1782; + this.state = 1786; this.match(HiveSqlParser.KW_VIEW); - this.state = 1784; + this.state = 1788; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151) { { - this.state = 1783; + this.state = 1787; this.ifExists(); } } - this.state = 1786; + this.state = 1790; this.viewName(); } } @@ -7675,37 +7677,37 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1788; + this.state = 1792; this.match(HiveSqlParser.KW_CREATE); - this.state = 1789; + this.state = 1793; this.match(HiveSqlParser.KW_SCHEDULED); - this.state = 1790; + this.state = 1794; this.match(HiveSqlParser.KW_QUERY); - this.state = 1791; + this.state = 1795; localContext._name = this.id_(); - this.state = 1792; + this.state = 1796; this.scheduleSpec(); - this.state = 1794; + this.state = 1798; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 116) { { - this.state = 1793; + this.state = 1797; this.executedAsSpec(); } } - this.state = 1797; + this.state = 1801; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 94)) & ~0x1F) === 0 && ((1 << (_la - 94)) & 12291) !== 0)) { { - this.state = 1796; + this.state = 1800; this.enableSpecification(); } } - this.state = 1799; + this.state = 1803; this.definedAsSpec(); } } @@ -7729,13 +7731,13 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1801; + this.state = 1805; this.match(HiveSqlParser.KW_DROP); - this.state = 1802; + this.state = 1806; this.match(HiveSqlParser.KW_SCHEDULED); - this.state = 1803; + this.state = 1807; this.match(HiveSqlParser.KW_QUERY); - this.state = 1804; + this.state = 1808; localContext._name = this.id_(); } } @@ -7759,15 +7761,15 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1806; + this.state = 1810; this.match(HiveSqlParser.KW_ALTER); - this.state = 1807; + this.state = 1811; this.match(HiveSqlParser.KW_SCHEDULED); - this.state = 1808; + this.state = 1812; this.match(HiveSqlParser.KW_QUERY); - this.state = 1809; + this.state = 1813; localContext._name = this.id_(); - this.state = 1810; + this.state = 1814; localContext._mod = this.alterScheduledQueryChange(); } } @@ -7789,21 +7791,21 @@ export class HiveSqlParser extends SQLParserBase { let localContext = new AlterScheduledQueryChangeContext(this.context, this.state); this.enterRule(localContext, 186, HiveSqlParser.RULE_alterScheduledQueryChange); try { - this.state = 1817; + this.state = 1821; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_CRON: case HiveSqlParser.KW_EVERY: this.enterOuterAlt(localContext, 1); { - this.state = 1812; + this.state = 1816; this.scheduleSpec(); } break; case HiveSqlParser.KW_EXECUTED: this.enterOuterAlt(localContext, 2); { - this.state = 1813; + this.state = 1817; this.executedAsSpec(); } break; @@ -7813,7 +7815,7 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_ENABLED: this.enterOuterAlt(localContext, 3); { - this.state = 1814; + this.state = 1818; this.enableSpecification(); } break; @@ -7821,14 +7823,14 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_DEFINED: this.enterOuterAlt(localContext, 4); { - this.state = 1815; + this.state = 1819; this.definedAsSpec(); } break; case HiveSqlParser.KW_EXECUTE: this.enterOuterAlt(localContext, 5); { - this.state = 1816; + this.state = 1820; this.match(HiveSqlParser.KW_EXECUTE); } break; @@ -7855,61 +7857,61 @@ export class HiveSqlParser extends SQLParserBase { this.enterRule(localContext, 188, HiveSqlParser.RULE_scheduleSpec); let _la: number; try { - this.state = 1834; + this.state = 1838; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_CRON: this.enterOuterAlt(localContext, 1); { - this.state = 1819; + this.state = 1823; this.match(HiveSqlParser.KW_CRON); - this.state = 1820; + this.state = 1824; localContext._cronString = this.match(HiveSqlParser.StringLiteral); } break; case HiveSqlParser.KW_EVERY: this.enterOuterAlt(localContext, 2); { - this.state = 1821; + this.state = 1825; this.match(HiveSqlParser.KW_EVERY); - this.state = 1823; + this.state = 1827; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 431) { { - this.state = 1822; + this.state = 1826; localContext._value = this.match(HiveSqlParser.Number); } } - this.state = 1825; + this.state = 1829; localContext._qualifier = this.intervalQualifiers(); - this.state = 1832; + this.state = 1836; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 20 || _la === 223) { { - this.state = 1829; + this.state = 1833; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_AT: { - this.state = 1826; + this.state = 1830; this.match(HiveSqlParser.KW_AT); } break; case HiveSqlParser.KW_OFFSET: { - this.state = 1827; + this.state = 1831; this.match(HiveSqlParser.KW_OFFSET); - this.state = 1828; + this.state = 1832; this.match(HiveSqlParser.KW_BY); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 1831; + this.state = 1835; localContext._offsetTs = this.match(HiveSqlParser.StringLiteral); } } @@ -7940,11 +7942,11 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1836; + this.state = 1840; this.match(HiveSqlParser.KW_EXECUTED); - this.state = 1837; + this.state = 1841; this.match(HiveSqlParser.KW_AS); - this.state = 1838; + this.state = 1842; localContext._executedAs = this.match(HiveSqlParser.StringLiteral); } } @@ -7969,19 +7971,19 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1841; + this.state = 1845; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 85) { { - this.state = 1840; + this.state = 1844; this.match(HiveSqlParser.KW_DEFINED); } } - this.state = 1843; + this.state = 1847; this.match(HiveSqlParser.KW_AS); - this.state = 1844; + this.state = 1848; this.statement(); } } @@ -8003,7 +8005,7 @@ export class HiveSqlParser extends SQLParserBase { let localContext = new ShowStmtIdentifierContext(this.context, this.state); this.enterRule(localContext, 194, HiveSqlParser.RULE_showStmtIdentifier); try { - this.state = 1848; + this.state = 1852; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_ABORT: @@ -8248,14 +8250,14 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.Identifier: this.enterOuterAlt(localContext, 1); { - this.state = 1846; + this.state = 1850; this.id_(); } break; case HiveSqlParser.StringLiteral: this.enterOuterAlt(localContext, 2); { - this.state = 1847; + this.state = 1851; this.match(HiveSqlParser.StringLiteral); } break; @@ -8283,9 +8285,9 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1850; + this.state = 1854; this.match(HiveSqlParser.KW_COMMENT); - this.state = 1851; + this.state = 1855; localContext._comment = this.match(HiveSqlParser.StringLiteral); } } @@ -8309,9 +8311,9 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1853; + this.state = 1857; this.match(HiveSqlParser.KW_LIFECYCLE); - this.state = 1854; + this.state = 1858; this.match(HiveSqlParser.Number); } } @@ -8335,29 +8337,29 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1856; + this.state = 1860; this.match(HiveSqlParser.KW_PARTITIONED); - this.state = 1857; + this.state = 1861; this.match(HiveSqlParser.KW_BY); - this.state = 1866; + this.state = 1870; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.LPAREN: { - this.state = 1858; + this.state = 1862; this.match(HiveSqlParser.LPAREN); - this.state = 1861; + this.state = 1865; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 178, this.context) ) { case 1: { - this.state = 1859; + this.state = 1863; localContext._opt1 = this.createTablePartitionColumnTypeSpec(); } break; case 2: { - this.state = 1860; + this.state = 1864; localContext._opt2 = this.columnNameList(); } break; @@ -8366,18 +8368,18 @@ export class HiveSqlParser extends SQLParserBase { break; case HiveSqlParser.KW_SPEC: { - this.state = 1863; + this.state = 1867; this.match(HiveSqlParser.KW_SPEC); - this.state = 1864; + this.state = 1868; this.match(HiveSqlParser.LPAREN); - this.state = 1865; + this.state = 1869; localContext._spec = this.partitionTransformSpec(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 1868; + this.state = 1872; this.match(HiveSqlParser.RPAREN); } } @@ -8402,21 +8404,21 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1870; + this.state = 1874; this.columnNameTypeConstraint(); - this.state = 1875; + this.state = 1879; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 1871; + this.state = 1875; this.match(HiveSqlParser.COMMA); - this.state = 1872; + this.state = 1876; this.columnNameTypeConstraint(); } } - this.state = 1877; + this.state = 1881; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -8443,21 +8445,21 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1878; + this.state = 1882; this.partitionTransformType(); - this.state = 1883; + this.state = 1887; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 1879; + this.state = 1883; this.match(HiveSqlParser.COMMA); - this.state = 1880; + this.state = 1884; this.partitionTransformType(); } } - this.state = 1885; + this.state = 1889; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -8482,65 +8484,65 @@ export class HiveSqlParser extends SQLParserBase { this.enterRule(localContext, 206, HiveSqlParser.RULE_partitionTransformType); let _la: number; try { - this.state = 1904; + this.state = 1908; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 183, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1886; + this.state = 1890; this.columnName(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1891; + this.state = 1895; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_YEAR: case HiveSqlParser.KW_YEARS: { - this.state = 1887; + this.state = 1891; this.year(); } break; case HiveSqlParser.KW_MONTH: case HiveSqlParser.KW_MONTHS: { - this.state = 1888; + this.state = 1892; this.month(); } break; case HiveSqlParser.KW_DAY: case HiveSqlParser.KW_DAYS: { - this.state = 1889; + this.state = 1893; this.day(); } break; case HiveSqlParser.KW_HOUR: case HiveSqlParser.KW_HOURS: { - this.state = 1890; + this.state = 1894; this.hour(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 1893; + this.state = 1897; this.match(HiveSqlParser.LPAREN); - this.state = 1894; + this.state = 1898; this.columnName(); - this.state = 1895; + this.state = 1899; this.match(HiveSqlParser.RPAREN); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1897; + this.state = 1901; _la = this.tokenStream.LA(1); if(!(_la === 30 || _la === 351)) { this.errorHandler.recoverInline(this); @@ -8549,15 +8551,15 @@ export class HiveSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1898; + this.state = 1902; this.match(HiveSqlParser.LPAREN); - this.state = 1899; + this.state = 1903; localContext._value = this.match(HiveSqlParser.Number); - this.state = 1900; + this.state = 1904; this.match(HiveSqlParser.COMMA); - this.state = 1901; + this.state = 1905; this.columnName(); - this.state = 1902; + this.state = 1906; this.match(HiveSqlParser.RPAREN); } break; @@ -8584,39 +8586,39 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1906; + this.state = 1910; this.match(HiveSqlParser.KW_CLUSTERED); - this.state = 1907; + this.state = 1911; this.match(HiveSqlParser.KW_BY); - this.state = 1908; + this.state = 1912; this.match(HiveSqlParser.LPAREN); - this.state = 1909; + this.state = 1913; localContext._bucketCols = this.columnNameList(); - this.state = 1910; + this.state = 1914; this.match(HiveSqlParser.RPAREN); - this.state = 1917; + this.state = 1921; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 315) { { - this.state = 1911; + this.state = 1915; this.match(HiveSqlParser.KW_SORTED); - this.state = 1912; + this.state = 1916; this.match(HiveSqlParser.KW_BY); - this.state = 1913; + this.state = 1917; this.match(HiveSqlParser.LPAREN); - this.state = 1914; + this.state = 1918; localContext._sortCols = this.columnNameOrderList(); - this.state = 1915; + this.state = 1919; this.match(HiveSqlParser.RPAREN); } } - this.state = 1919; + this.state = 1923; this.match(HiveSqlParser.KW_INTO); - this.state = 1920; + this.state = 1924; localContext._num = this.match(HiveSqlParser.Number); - this.state = 1921; + this.state = 1925; this.match(HiveSqlParser.KW_BUCKETS); } } @@ -8640,30 +8642,30 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1923; + this.state = 1927; this.match(HiveSqlParser.KW_SKEWED); - this.state = 1924; + this.state = 1928; this.match(HiveSqlParser.KW_BY); - this.state = 1925; + this.state = 1929; this.match(HiveSqlParser.LPAREN); - this.state = 1926; + this.state = 1930; localContext._skewedCols = this.columnNameList(); - this.state = 1927; + this.state = 1931; this.match(HiveSqlParser.RPAREN); - this.state = 1928; + this.state = 1932; this.match(HiveSqlParser.KW_ON); - this.state = 1929; + this.state = 1933; this.match(HiveSqlParser.LPAREN); - this.state = 1930; + this.state = 1934; localContext._skewedValues = this.skewedValueElement(); - this.state = 1931; + this.state = 1935; this.match(HiveSqlParser.RPAREN); - this.state = 1933; + this.state = 1937; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 185, this.context) ) { case 1: { - this.state = 1932; + this.state = 1936; this.storedAsDirs(); } break; @@ -8688,20 +8690,20 @@ export class HiveSqlParser extends SQLParserBase { let localContext = new RowFormatContext(this.context, this.state); this.enterRule(localContext, 212, HiveSqlParser.RULE_rowFormat); try { - this.state = 1937; + this.state = 1941; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 186, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1935; + this.state = 1939; this.rowFormatSerde(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1936; + this.state = 1940; this.rowFormatDelimited(); } break; @@ -8727,9 +8729,9 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1939; + this.state = 1943; this.match(HiveSqlParser.KW_RECORDREADER); - this.state = 1940; + this.state = 1944; this.match(HiveSqlParser.StringLiteral); } } @@ -8753,9 +8755,9 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1942; + this.state = 1946; this.match(HiveSqlParser.KW_RECORDWRITER); - this.state = 1943; + this.state = 1947; this.match(HiveSqlParser.StringLiteral); } } @@ -8779,24 +8781,24 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1945; + this.state = 1949; this.match(HiveSqlParser.KW_ROW); - this.state = 1946; + this.state = 1950; this.match(HiveSqlParser.KW_FORMAT); - this.state = 1947; + this.state = 1951; this.match(HiveSqlParser.KW_SERDE); - this.state = 1948; - localContext._name = this.match(HiveSqlParser.StringLiteral); this.state = 1952; + localContext._name = this.match(HiveSqlParser.StringLiteral); + this.state = 1956; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 187, this.context) ) { case 1: { - this.state = 1949; + this.state = 1953; this.match(HiveSqlParser.KW_WITH); - this.state = 1950; + this.state = 1954; this.match(HiveSqlParser.KW_SERDEPROPERTIES); - this.state = 1951; + this.state = 1955; localContext._serdeprops = this.tableProperties(); } break; @@ -8824,58 +8826,58 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1954; + this.state = 1958; this.match(HiveSqlParser.KW_ROW); - this.state = 1955; + this.state = 1959; this.match(HiveSqlParser.KW_FORMAT); - this.state = 1956; + this.state = 1960; this.match(HiveSqlParser.KW_DELIMITED); - this.state = 1958; + this.state = 1962; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 127) { { - this.state = 1957; + this.state = 1961; this.tableRowFormatFieldIdentifier(); } } - this.state = 1961; + this.state = 1965; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 44) { { - this.state = 1960; + this.state = 1964; this.tableRowFormatCollItemsIdentifier(); } } - this.state = 1964; + this.state = 1968; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 190, this.context) ) { case 1: { - this.state = 1963; + this.state = 1967; this.tableRowFormatMapKeysIdentifier(); } break; } - this.state = 1967; + this.state = 1971; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 186) { { - this.state = 1966; + this.state = 1970; this.tableRowFormatLinesIdentifier(); } } - this.state = 1970; + this.state = 1974; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 219) { { - this.state = 1969; + this.state = 1973; this.tableRowNullFormat(); } } @@ -8900,20 +8902,20 @@ export class HiveSqlParser extends SQLParserBase { let localContext = new TableRowFormatContext(this.context, this.state); this.enterRule(localContext, 222, HiveSqlParser.RULE_tableRowFormat); try { - this.state = 1974; + this.state = 1978; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 193, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1972; + this.state = 1976; this.rowFormatDelimited(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1973; + this.state = 1977; this.rowFormatSerde(); } break; @@ -8939,9 +8941,9 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1976; + this.state = 1980; this.match(HiveSqlParser.KW_TBLPROPERTIES); - this.state = 1977; + this.state = 1981; this.tableProperties(); } } @@ -8965,11 +8967,11 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1979; + this.state = 1983; this.match(HiveSqlParser.LPAREN); - this.state = 1980; + this.state = 1984; this.tablePropertiesList(); - this.state = 1981; + this.state = 1985; this.match(HiveSqlParser.RPAREN); } } @@ -8992,34 +8994,34 @@ export class HiveSqlParser extends SQLParserBase { this.enterRule(localContext, 228, HiveSqlParser.RULE_tablePropertiesList); let _la: number; try { - this.state = 1992; + this.state = 1996; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 195, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1983; + this.state = 1987; this.keyValuePropertyList(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1984; + this.state = 1988; localContext._key = this.match(HiveSqlParser.StringLiteral); - this.state = 1989; + this.state = 1993; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 1985; + this.state = 1989; this.match(HiveSqlParser.COMMA); - this.state = 1986; + this.state = 1990; localContext._key = this.match(HiveSqlParser.StringLiteral); } } - this.state = 1991; + this.state = 1995; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -9047,11 +9049,11 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1994; + this.state = 1998; this.match(HiveSqlParser.LPAREN); - this.state = 1995; + this.state = 1999; this.keyValuePropertyList(); - this.state = 1996; + this.state = 2000; this.match(HiveSqlParser.RPAREN); } } @@ -9076,21 +9078,21 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1998; + this.state = 2002; this.keyValueProperty(); - this.state = 2003; + this.state = 2007; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 1999; + this.state = 2003; this.match(HiveSqlParser.COMMA); - this.state = 2000; + this.state = 2004; this.keyValueProperty(); } } - this.state = 2005; + this.state = 2009; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -9116,11 +9118,11 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2006; + this.state = 2010; localContext._key = this.match(HiveSqlParser.StringLiteral); - this.state = 2007; + this.state = 2011; this.match(HiveSqlParser.EQUAL); - this.state = 2008; + this.state = 2012; localContext._value = this.match(HiveSqlParser.StringLiteral); } } @@ -9145,24 +9147,24 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2010; + this.state = 2014; this.match(HiveSqlParser.KW_FIELDS); - this.state = 2011; + this.state = 2015; this.match(HiveSqlParser.KW_TERMINATED); - this.state = 2012; + this.state = 2016; this.match(HiveSqlParser.KW_BY); - this.state = 2013; - localContext._fldIdnt = this.match(HiveSqlParser.StringLiteral); this.state = 2017; + localContext._fldIdnt = this.match(HiveSqlParser.StringLiteral); + this.state = 2021; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 110) { { - this.state = 2014; + this.state = 2018; this.match(HiveSqlParser.KW_ESCAPED); - this.state = 2015; + this.state = 2019; this.match(HiveSqlParser.KW_BY); - this.state = 2016; + this.state = 2020; localContext._fldEscape = this.match(HiveSqlParser.StringLiteral); } } @@ -9189,15 +9191,15 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2019; + this.state = 2023; this.match(HiveSqlParser.KW_COLLECTION); - this.state = 2020; + this.state = 2024; this.match(HiveSqlParser.KW_ITEMS); - this.state = 2021; + this.state = 2025; this.match(HiveSqlParser.KW_TERMINATED); - this.state = 2022; + this.state = 2026; this.match(HiveSqlParser.KW_BY); - this.state = 2023; + this.state = 2027; localContext._collIdnt = this.match(HiveSqlParser.StringLiteral); } } @@ -9221,15 +9223,15 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2025; + this.state = 2029; this.match(HiveSqlParser.KW_MAP); - this.state = 2026; + this.state = 2030; this.match(HiveSqlParser.KW_KEYS); - this.state = 2027; + this.state = 2031; this.match(HiveSqlParser.KW_TERMINATED); - this.state = 2028; + this.state = 2032; this.match(HiveSqlParser.KW_BY); - this.state = 2029; + this.state = 2033; localContext._mapKeysIdnt = this.match(HiveSqlParser.StringLiteral); } } @@ -9253,13 +9255,13 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2031; + this.state = 2035; this.match(HiveSqlParser.KW_LINES); - this.state = 2032; + this.state = 2036; this.match(HiveSqlParser.KW_TERMINATED); - this.state = 2033; + this.state = 2037; this.match(HiveSqlParser.KW_BY); - this.state = 2034; + this.state = 2038; localContext._linesIdnt = this.match(HiveSqlParser.StringLiteral); } } @@ -9283,13 +9285,13 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2036; + this.state = 2040; this.match(HiveSqlParser.KW_NULL); - this.state = 2037; + this.state = 2041; this.match(HiveSqlParser.KW_DEFINED); - this.state = 2038; + this.state = 2042; this.match(HiveSqlParser.KW_AS); - this.state = 2039; + this.state = 2043; localContext._nullIdnt = this.match(HiveSqlParser.StringLiteral); } } @@ -9312,36 +9314,36 @@ export class HiveSqlParser extends SQLParserBase { this.enterRule(localContext, 246, HiveSqlParser.RULE_tableFileFormat); let _la: number; try { - this.state = 2082; + this.state = 2086; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 203, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2041; + this.state = 2045; this.match(HiveSqlParser.KW_STORED); - this.state = 2042; + this.state = 2046; this.match(HiveSqlParser.KW_AS); - this.state = 2043; + this.state = 2047; this.match(HiveSqlParser.KW_INPUTFORMAT); - this.state = 2044; + this.state = 2048; localContext._inFmt = this.match(HiveSqlParser.StringLiteral); - this.state = 2045; + this.state = 2049; this.match(HiveSqlParser.KW_OUTPUTFORMAT); - this.state = 2046; + this.state = 2050; localContext._outFmt = this.match(HiveSqlParser.StringLiteral); - this.state = 2051; + this.state = 2055; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 159) { { - this.state = 2047; + this.state = 2051; this.match(HiveSqlParser.KW_INPUTDRIVER); - this.state = 2048; + this.state = 2052; localContext._inDriver = this.match(HiveSqlParser.StringLiteral); - this.state = 2049; + this.state = 2053; this.match(HiveSqlParser.KW_OUTPUTDRIVER); - this.state = 2050; + this.state = 2054; localContext._outDriver = this.match(HiveSqlParser.StringLiteral); } } @@ -9351,36 +9353,36 @@ export class HiveSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2053; + this.state = 2057; this.match(HiveSqlParser.KW_STORED); - this.state = 2054; + this.state = 2058; this.match(HiveSqlParser.KW_BY); - this.state = 2055; - localContext._storageHandler = this.match(HiveSqlParser.StringLiteral); this.state = 2059; + localContext._storageHandler = this.match(HiveSqlParser.StringLiteral); + this.state = 2063; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 199, this.context) ) { case 1: { - this.state = 2056; + this.state = 2060; this.match(HiveSqlParser.KW_WITH); - this.state = 2057; + this.state = 2061; this.match(HiveSqlParser.KW_SERDEPROPERTIES); - this.state = 2058; + this.state = 2062; localContext._serdeprops = this.tableProperties(); } break; } - this.state = 2064; + this.state = 2068; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 321) { { - this.state = 2061; + this.state = 2065; this.match(HiveSqlParser.KW_STORED); - this.state = 2062; + this.state = 2066; this.match(HiveSqlParser.KW_AS); - this.state = 2063; + this.state = 2067; localContext._fileformat = this.id_(); } } @@ -9390,36 +9392,36 @@ export class HiveSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2066; + this.state = 2070; this.match(HiveSqlParser.KW_STORED); - this.state = 2067; + this.state = 2071; this.match(HiveSqlParser.KW_BY); - this.state = 2068; - localContext._genericSpec = this.id_(); this.state = 2072; + localContext._genericSpec = this.id_(); + this.state = 2076; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 201, this.context) ) { case 1: { - this.state = 2069; + this.state = 2073; this.match(HiveSqlParser.KW_WITH); - this.state = 2070; + this.state = 2074; this.match(HiveSqlParser.KW_SERDEPROPERTIES); - this.state = 2071; + this.state = 2075; localContext._serdeprops = this.tableProperties(); } break; } - this.state = 2077; + this.state = 2081; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 321) { { - this.state = 2074; + this.state = 2078; this.match(HiveSqlParser.KW_STORED); - this.state = 2075; + this.state = 2079; this.match(HiveSqlParser.KW_AS); - this.state = 2076; + this.state = 2080; localContext._fileformat = this.id_(); } } @@ -9429,11 +9431,11 @@ export class HiveSqlParser extends SQLParserBase { case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2079; + this.state = 2083; this.match(HiveSqlParser.KW_STORED); - this.state = 2080; + this.state = 2084; this.match(HiveSqlParser.KW_AS); - this.state = 2081; + this.state = 2085; localContext._genericSpec = this.id_(); } break; @@ -9460,21 +9462,21 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2084; + this.state = 2088; this.columnNameType(); - this.state = 2089; + this.state = 2093; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 2085; + this.state = 2089; this.match(HiveSqlParser.COMMA); - this.state = 2086; + this.state = 2090; this.columnNameType(); } } - this.state = 2091; + this.state = 2095; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -9501,21 +9503,21 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2092; + this.state = 2096; this.columnNameTypeOrConstraint(); - this.state = 2097; + this.state = 2101; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 2093; + this.state = 2097; this.match(HiveSqlParser.COMMA); - this.state = 2094; + this.state = 2098; this.columnNameTypeOrConstraint(); } } - this.state = 2099; + this.state = 2103; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -9542,21 +9544,21 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2100; + this.state = 2104; this.columnNameColonType(); - this.state = 2105; + this.state = 2109; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 2101; + this.state = 2105; this.match(HiveSqlParser.COMMA); - this.state = 2102; + this.state = 2106; this.columnNameColonType(); } } - this.state = 2107; + this.state = 2111; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -9583,21 +9585,21 @@ export class HiveSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 2108; + this.state = 2112; this.columnName(); - this.state = 2113; + this.state = 2117; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 2109; + this.state = 2113; this.match(HiveSqlParser.COMMA); - this.state = 2110; + this.state = 2114; this.columnName(); } } - this.state = 2115; + this.state = 2119; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -9621,20 +9623,20 @@ export class HiveSqlParser extends SQLParserBase { let localContext = new ColumnNameContext(this.context, this.state); this.enterRule(localContext, 256, HiveSqlParser.RULE_columnName); try { - this.state = 2118; + this.state = 2122; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 208, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2116; + this.state = 2120; this.poolPath(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2117; + this.state = 2121; if (!(this.shouldMatchEmpty())) { throw this.createFailedPredicateException("this.shouldMatchEmpty()"); } @@ -9656,13 +9658,37 @@ export class HiveSqlParser extends SQLParserBase { } return localContext; } + public columnNamePath(): ColumnNamePathContext { + let localContext = new ColumnNamePathContext(this.context, this.state); + this.enterRule(localContext, 258, HiveSqlParser.RULE_columnNamePath); + try { + this.enterOuterAlt(localContext, 1); + { + this.state = 2124; + this.poolPath(); + } + } + 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, 258, HiveSqlParser.RULE_columnNameCreate); + this.enterRule(localContext, 260, HiveSqlParser.RULE_columnNameCreate); try { this.enterOuterAlt(localContext, 1); { - this.state = 2120; + this.state = 2126; this.id_(); } } @@ -9682,52 +9708,52 @@ export class HiveSqlParser extends SQLParserBase { } public extColumnName(): ExtColumnNameContext { let localContext = new ExtColumnNameContext(this.context, this.state); - this.enterRule(localContext, 260, HiveSqlParser.RULE_extColumnName); + this.enterRule(localContext, 262, HiveSqlParser.RULE_extColumnName); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2122; + this.state = 2128; this.columnName(); - this.state = 2132; + this.state = 2138; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 395) { { { - this.state = 2123; + this.state = 2129; this.match(HiveSqlParser.DOT); - this.state = 2128; + this.state = 2134; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 209, this.context) ) { case 1: { - this.state = 2124; + this.state = 2130; this.match(HiveSqlParser.KW_ELEM_TYPE); } break; case 2: { - this.state = 2125; + this.state = 2131; this.match(HiveSqlParser.KW_KEY_TYPE); } break; case 3: { - this.state = 2126; + this.state = 2132; this.match(HiveSqlParser.KW_VALUE_TYPE); } break; case 4: { - this.state = 2127; + this.state = 2133; this.id_(); } break; } } } - this.state = 2134; + this.state = 2140; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -9749,26 +9775,26 @@ export class HiveSqlParser extends SQLParserBase { } public columnNameOrderList(): ColumnNameOrderListContext { let localContext = new ColumnNameOrderListContext(this.context, this.state); - this.enterRule(localContext, 262, HiveSqlParser.RULE_columnNameOrderList); + this.enterRule(localContext, 264, HiveSqlParser.RULE_columnNameOrderList); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2135; + this.state = 2141; this.columnNameOrder(); - this.state = 2140; + this.state = 2146; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 2136; + this.state = 2142; this.match(HiveSqlParser.COMMA); - this.state = 2137; + this.state = 2143; this.columnNameOrder(); } } - this.state = 2142; + this.state = 2148; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -9790,15 +9816,15 @@ export class HiveSqlParser extends SQLParserBase { } public columnParenthesesList(): ColumnParenthesesListContext { let localContext = new ColumnParenthesesListContext(this.context, this.state); - this.enterRule(localContext, 264, HiveSqlParser.RULE_columnParenthesesList); + this.enterRule(localContext, 266, HiveSqlParser.RULE_columnParenthesesList); try { this.enterOuterAlt(localContext, 1); { - this.state = 2143; + this.state = 2149; this.match(HiveSqlParser.LPAREN); - this.state = 2144; + this.state = 2150; this.columnNameList(); - this.state = 2145; + this.state = 2151; this.match(HiveSqlParser.RPAREN); } } @@ -9818,10 +9844,10 @@ export class HiveSqlParser extends SQLParserBase { } public enableValidateSpecification(): EnableValidateSpecificationContext { let localContext = new EnableValidateSpecificationContext(this.context, this.state); - this.enterRule(localContext, 266, HiveSqlParser.RULE_enableValidateSpecification); + this.enterRule(localContext, 268, HiveSqlParser.RULE_enableValidateSpecification); let _la: number; try { - this.state = 2152; + this.state = 2158; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_DISABLE: @@ -9830,14 +9856,14 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_ENABLED: this.enterOuterAlt(localContext, 1); { - this.state = 2147; + this.state = 2153; this.enableSpecification(); - this.state = 2149; + this.state = 2155; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 217 || _la === 373) { { - this.state = 2148; + this.state = 2154; this.validateSpecification(); } } @@ -9848,7 +9874,7 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_NOT: this.enterOuterAlt(localContext, 2); { - this.state = 2151; + this.state = 2157; this.enforcedSpecification(); } break; @@ -9872,16 +9898,16 @@ export class HiveSqlParser extends SQLParserBase { } public enableSpecification(): EnableSpecificationContext { let localContext = new EnableSpecificationContext(this.context, this.state); - this.enterRule(localContext, 268, HiveSqlParser.RULE_enableSpecification); + this.enterRule(localContext, 270, HiveSqlParser.RULE_enableSpecification); try { - this.state = 2156; + this.state = 2162; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_ENABLE: case HiveSqlParser.KW_ENABLED: this.enterOuterAlt(localContext, 1); { - this.state = 2154; + this.state = 2160; this.enable(); } break; @@ -9889,7 +9915,7 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_DISABLED: this.enterOuterAlt(localContext, 2); { - this.state = 2155; + this.state = 2161; this.disable(); } break; @@ -9913,12 +9939,12 @@ export class HiveSqlParser extends SQLParserBase { } public validateSpecification(): ValidateSpecificationContext { let localContext = new ValidateSpecificationContext(this.context, this.state); - this.enterRule(localContext, 270, HiveSqlParser.RULE_validateSpecification); + this.enterRule(localContext, 272, HiveSqlParser.RULE_validateSpecification); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2158; + this.state = 2164; _la = this.tokenStream.LA(1); if(!(_la === 217 || _la === 373)) { this.errorHandler.recoverInline(this); @@ -9945,24 +9971,24 @@ export class HiveSqlParser extends SQLParserBase { } public enforcedSpecification(): EnforcedSpecificationContext { let localContext = new EnforcedSpecificationContext(this.context, this.state); - this.enterRule(localContext, 272, HiveSqlParser.RULE_enforcedSpecification); + this.enterRule(localContext, 274, HiveSqlParser.RULE_enforcedSpecification); try { - this.state = 2163; + this.state = 2169; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_ENFORCED: this.enterOuterAlt(localContext, 1); { - this.state = 2160; + this.state = 2166; this.match(HiveSqlParser.KW_ENFORCED); } break; case HiveSqlParser.KW_NOT: this.enterOuterAlt(localContext, 2); { - this.state = 2161; + this.state = 2167; this.match(HiveSqlParser.KW_NOT); - this.state = 2162; + this.state = 2168; this.match(HiveSqlParser.KW_ENFORCED); } break; @@ -9986,12 +10012,12 @@ export class HiveSqlParser extends SQLParserBase { } public relySpecification(): RelySpecificationContext { let localContext = new RelySpecificationContext(this.context, this.state); - this.enterRule(localContext, 274, HiveSqlParser.RULE_relySpecification); + this.enterRule(localContext, 276, HiveSqlParser.RULE_relySpecification); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2165; + this.state = 2171; _la = this.tokenStream.LA(1); if(!(_la === 214 || _la === 272)) { this.errorHandler.recoverInline(this); @@ -10018,31 +10044,31 @@ export class HiveSqlParser extends SQLParserBase { } public createConstraint(): CreateConstraintContext { let localContext = new CreateConstraintContext(this.context, this.state); - this.enterRule(localContext, 276, HiveSqlParser.RULE_createConstraint); + this.enterRule(localContext, 278, HiveSqlParser.RULE_createConstraint); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2169; + this.state = 2175; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 55) { { - this.state = 2167; + this.state = 2173; this.match(HiveSqlParser.KW_CONSTRAINT); - this.state = 2168; + this.state = 2174; localContext._constraintName = this.id_(); } } - this.state = 2171; + this.state = 2177; this.tableLevelConstraint(); - this.state = 2173; + this.state = 2179; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 94)) & ~0x1F) === 0 && ((1 << (_la - 94)) & 45059) !== 0) || _la === 216) { { - this.state = 2172; + this.state = 2178; this.constraintOptsCreate(); } } @@ -10065,22 +10091,22 @@ export class HiveSqlParser extends SQLParserBase { } public alterConstraintWithName(): AlterConstraintWithNameContext { let localContext = new AlterConstraintWithNameContext(this.context, this.state); - this.enterRule(localContext, 278, HiveSqlParser.RULE_alterConstraintWithName); + this.enterRule(localContext, 280, HiveSqlParser.RULE_alterConstraintWithName); try { this.enterOuterAlt(localContext, 1); { - this.state = 2175; + this.state = 2181; this.match(HiveSqlParser.KW_CONSTRAINT); - this.state = 2176; + this.state = 2182; localContext._constraintName = this.id_(); - this.state = 2177; + this.state = 2183; this.tableLevelConstraint(); - this.state = 2179; + this.state = 2185; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 218, this.context) ) { case 1: { - this.state = 2178; + this.state = 2184; this.constraintOptsAlter(); } break; @@ -10103,23 +10129,23 @@ export class HiveSqlParser extends SQLParserBase { } public tableLevelConstraint(): TableLevelConstraintContext { let localContext = new TableLevelConstraintContext(this.context, this.state); - this.enterRule(localContext, 280, HiveSqlParser.RULE_tableLevelConstraint); + this.enterRule(localContext, 282, HiveSqlParser.RULE_tableLevelConstraint); try { - this.state = 2183; + this.state = 2189; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_PRIMARY: case HiveSqlParser.KW_UNIQUE: this.enterOuterAlt(localContext, 1); { - this.state = 2181; + this.state = 2187; this.pkUkConstraint(); } break; case HiveSqlParser.KW_CHECK: this.enterOuterAlt(localContext, 2); { - this.state = 2182; + this.state = 2188; this.checkConstraint(); } break; @@ -10143,13 +10169,13 @@ export class HiveSqlParser extends SQLParserBase { } public pkUkConstraint(): PkUkConstraintContext { let localContext = new PkUkConstraintContext(this.context, this.state); - this.enterRule(localContext, 282, HiveSqlParser.RULE_pkUkConstraint); + this.enterRule(localContext, 284, HiveSqlParser.RULE_pkUkConstraint); try { this.enterOuterAlt(localContext, 1); { - this.state = 2185; + this.state = 2191; this.tableConstraintType(); - this.state = 2186; + this.state = 2192; localContext._pkCols = this.columnParenthesesList(); } } @@ -10169,17 +10195,17 @@ export class HiveSqlParser extends SQLParserBase { } public checkConstraint(): CheckConstraintContext { let localContext = new CheckConstraintContext(this.context, this.state); - this.enterRule(localContext, 284, HiveSqlParser.RULE_checkConstraint); + this.enterRule(localContext, 286, HiveSqlParser.RULE_checkConstraint); try { this.enterOuterAlt(localContext, 1); { - this.state = 2188; + this.state = 2194; this.match(HiveSqlParser.KW_CHECK); - this.state = 2189; + this.state = 2195; this.match(HiveSqlParser.LPAREN); - this.state = 2190; + this.state = 2196; this.expression(); - this.state = 2191; + this.state = 2197; this.match(HiveSqlParser.RPAREN); } } @@ -10199,41 +10225,41 @@ export class HiveSqlParser extends SQLParserBase { } public createForeignKey(): CreateForeignKeyContext { let localContext = new CreateForeignKeyContext(this.context, this.state); - this.enterRule(localContext, 286, HiveSqlParser.RULE_createForeignKey); + this.enterRule(localContext, 288, HiveSqlParser.RULE_createForeignKey); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2195; + this.state = 2201; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 55) { { - this.state = 2193; + this.state = 2199; this.match(HiveSqlParser.KW_CONSTRAINT); - this.state = 2194; + this.state = 2200; localContext._constraintName = this.id_(); } } - this.state = 2197; + this.state = 2203; this.match(HiveSqlParser.KW_FOREIGN); - this.state = 2198; + this.state = 2204; this.match(HiveSqlParser.KW_KEY); - this.state = 2199; + this.state = 2205; localContext._fkCols = this.columnParenthesesList(); - this.state = 2200; + this.state = 2206; this.match(HiveSqlParser.KW_REFERENCES); - this.state = 2201; + this.state = 2207; localContext._tabName = this.tableName(); - this.state = 2202; + this.state = 2208; localContext._parCols = this.columnParenthesesList(); - this.state = 2204; + this.state = 2210; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 94)) & ~0x1F) === 0 && ((1 << (_la - 94)) & 45059) !== 0) || _la === 216) { { - this.state = 2203; + this.state = 2209; this.constraintOptsCreate(); } } @@ -10256,32 +10282,32 @@ export class HiveSqlParser extends SQLParserBase { } public alterForeignKeyWithName(): AlterForeignKeyWithNameContext { let localContext = new AlterForeignKeyWithNameContext(this.context, this.state); - this.enterRule(localContext, 288, HiveSqlParser.RULE_alterForeignKeyWithName); + this.enterRule(localContext, 290, HiveSqlParser.RULE_alterForeignKeyWithName); try { this.enterOuterAlt(localContext, 1); { - this.state = 2206; + this.state = 2212; this.match(HiveSqlParser.KW_CONSTRAINT); - this.state = 2207; + this.state = 2213; localContext._constraintName = this.id_(); - this.state = 2208; + this.state = 2214; this.match(HiveSqlParser.KW_FOREIGN); - this.state = 2209; + this.state = 2215; this.match(HiveSqlParser.KW_KEY); - this.state = 2210; + this.state = 2216; localContext._fkCols = this.columnParenthesesList(); - this.state = 2211; + this.state = 2217; this.match(HiveSqlParser.KW_REFERENCES); - this.state = 2212; + this.state = 2218; localContext._tabName = this.tableName(); - this.state = 2213; + this.state = 2219; localContext._parCols = this.columnParenthesesList(); - this.state = 2215; + this.state = 2221; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 222, this.context) ) { case 1: { - this.state = 2214; + this.state = 2220; this.constraintOptsAlter(); } break; @@ -10304,19 +10330,258 @@ export class HiveSqlParser extends SQLParserBase { } public skewedValueElement(): SkewedValueElementContext { let localContext = new SkewedValueElementContext(this.context, this.state); - this.enterRule(localContext, 290, HiveSqlParser.RULE_skewedValueElement); + this.enterRule(localContext, 292, HiveSqlParser.RULE_skewedValueElement); try { - this.state = 2219; + this.state = 2225; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { + case HiveSqlParser.KW_ABORT: + case HiveSqlParser.KW_ACTIVATE: + case HiveSqlParser.KW_ACTIVE: + case HiveSqlParser.KW_ADD: + case HiveSqlParser.KW_ADMIN: + case HiveSqlParser.KW_AFTER: + case HiveSqlParser.KW_ALLOC_FRACTION: + case HiveSqlParser.KW_ANALYZE: + case HiveSqlParser.KW_ARCHIVE: + case HiveSqlParser.KW_ASC: + case HiveSqlParser.KW_AST: + case HiveSqlParser.KW_AT: + case HiveSqlParser.KW_AUTOCOMMIT: + case HiveSqlParser.KW_BATCH: + case HiveSqlParser.KW_BEFORE: + case HiveSqlParser.KW_BUCKET: + case HiveSqlParser.KW_BUCKETS: + case HiveSqlParser.KW_CACHE: + case HiveSqlParser.KW_CASCADE: + case HiveSqlParser.KW_CBO: + case HiveSqlParser.KW_CHANGE: + case HiveSqlParser.KW_CHECK: + case HiveSqlParser.KW_CLUSTER: + case HiveSqlParser.KW_CLUSTERED: + case HiveSqlParser.KW_CLUSTERSTATUS: + case HiveSqlParser.KW_COLLECTION: + case HiveSqlParser.KW_COLUMNS: + case HiveSqlParser.KW_COMMENT: + case HiveSqlParser.KW_COMPACT: + case HiveSqlParser.KW_COMPACTIONS: + case HiveSqlParser.KW_COMPUTE: + case HiveSqlParser.KW_CONCATENATE: + case HiveSqlParser.KW_CONTINUE: + case HiveSqlParser.KW_COST: + case HiveSqlParser.KW_CRON: case HiveSqlParser.KW_CURRENT_DATE: case HiveSqlParser.KW_CURRENT_TIMESTAMP: + case HiveSqlParser.KW_DATA: + case HiveSqlParser.KW_DATABASES: case HiveSqlParser.KW_DATE: + case HiveSqlParser.KW_DATETIME: + case HiveSqlParser.KW_DAY: + case HiveSqlParser.KW_DAYS: + case HiveSqlParser.KW_DAYOFWEEK: + case HiveSqlParser.KW_DBPROPERTIES: + case HiveSqlParser.KW_DCPROPERTIES: + case HiveSqlParser.KW_DEBUG: + case HiveSqlParser.KW_DEFAULT: + case HiveSqlParser.KW_DEFERRED: + case HiveSqlParser.KW_DEFINED: + case HiveSqlParser.KW_DELIMITED: + case HiveSqlParser.KW_DEPENDENCY: + case HiveSqlParser.KW_DESC: + case HiveSqlParser.KW_DETAIL: + case HiveSqlParser.KW_DIRECTORIES: + case HiveSqlParser.KW_DIRECTORY: + case HiveSqlParser.KW_DISABLE: + case HiveSqlParser.KW_DISABLED: + case HiveSqlParser.KW_DISTRIBUTE: + case HiveSqlParser.KW_DISTRIBUTED: + case HiveSqlParser.KW_DO: + case HiveSqlParser.KW_DUMP: + case HiveSqlParser.KW_ELEM_TYPE: + case HiveSqlParser.KW_ENABLE: + case HiveSqlParser.KW_ENABLED: + case HiveSqlParser.KW_ENFORCED: + case HiveSqlParser.KW_ESCAPED: + case HiveSqlParser.KW_EVERY: + case HiveSqlParser.KW_EXCLUSIVE: + case HiveSqlParser.KW_EXECUTE: + case HiveSqlParser.KW_EXECUTED: + case HiveSqlParser.KW_EXPIRE_SNAPSHOTS: + case HiveSqlParser.KW_EXPLAIN: + case HiveSqlParser.KW_EXPORT: + case HiveSqlParser.KW_EXPRESSION: case HiveSqlParser.KW_FALSE: + case HiveSqlParser.KW_FIELDS: + case HiveSqlParser.KW_FILE: + case HiveSqlParser.KW_FILEFORMAT: + case HiveSqlParser.KW_FIRST: + case HiveSqlParser.KW_FORMAT: + case HiveSqlParser.KW_FORMATTED: + case HiveSqlParser.KW_FUNCTIONS: + case HiveSqlParser.KW_HOLD_DDLTIME: + case HiveSqlParser.KW_HOUR: + case HiveSqlParser.KW_HOURS: + case HiveSqlParser.KW_IDXPROPERTIES: + case HiveSqlParser.KW_IGNORE: + case HiveSqlParser.KW_INDEX: + case HiveSqlParser.KW_INDEXES: + case HiveSqlParser.KW_INPATH: + case HiveSqlParser.KW_INPUTDRIVER: + case HiveSqlParser.KW_INPUTFORMAT: + case HiveSqlParser.KW_ISOLATION: + case HiveSqlParser.KW_ITEMS: + case HiveSqlParser.KW_JAR: + case HiveSqlParser.KW_JOINCOST: + case HiveSqlParser.KW_KEY: + case HiveSqlParser.KW_KEYS: + case HiveSqlParser.KW_KEY_TYPE: + case HiveSqlParser.KW_KILL: + case HiveSqlParser.KW_LAST: + case HiveSqlParser.KW_LEVEL: + case HiveSqlParser.KW_LIFECYCLE: + case HiveSqlParser.KW_LIMIT: + case HiveSqlParser.KW_LINES: + case HiveSqlParser.KW_LOAD: + case HiveSqlParser.KW_LOCATION: + case HiveSqlParser.KW_LOCK: + case HiveSqlParser.KW_LOCKS: + case HiveSqlParser.KW_LOGICAL: + case HiveSqlParser.KW_LONG: + case HiveSqlParser.KW_MANAGED: + case HiveSqlParser.KW_MANAGEDLOCATION: + case HiveSqlParser.KW_MANAGEMENT: + case HiveSqlParser.KW_MAPJOIN: + case HiveSqlParser.KW_MAPPING: + case HiveSqlParser.KW_MATCHED: + case HiveSqlParser.KW_MATERIALIZED: + case HiveSqlParser.KW_METADATA: + case HiveSqlParser.KW_MINUTE: + case HiveSqlParser.KW_MINUTES: + case HiveSqlParser.KW_MONTH: + case HiveSqlParser.KW_MONTHS: + case HiveSqlParser.KW_MOVE: + case HiveSqlParser.KW_MSCK: + case HiveSqlParser.KW_NORELY: + case HiveSqlParser.KW_NOSCAN: + case HiveSqlParser.KW_NOVALIDATE: + case HiveSqlParser.KW_NO_DROP: case HiveSqlParser.KW_NULL: + case HiveSqlParser.KW_NULLS: + case HiveSqlParser.KW_OFFLINE: + case HiveSqlParser.KW_OFFSET: + case HiveSqlParser.KW_OPERATOR: + case HiveSqlParser.KW_OPTION: + case HiveSqlParser.KW_OUTPUTDRIVER: + case HiveSqlParser.KW_OUTPUTFORMAT: + case HiveSqlParser.KW_OVERWRITE: + case HiveSqlParser.KW_OWNER: + case HiveSqlParser.KW_PARTITIONED: + case HiveSqlParser.KW_PARTITIONS: + case HiveSqlParser.KW_PATH: + case HiveSqlParser.KW_PLAN: + case HiveSqlParser.KW_PLANS: + case HiveSqlParser.KW_PLUS: + case HiveSqlParser.KW_POOL: + case HiveSqlParser.KW_PRINCIPALS: + case HiveSqlParser.KW_PROTECTION: + case HiveSqlParser.KW_PURGE: + case HiveSqlParser.KW_QUARTER: + case HiveSqlParser.KW_QUERY: + case HiveSqlParser.KW_QUERY_PARALLELISM: + case HiveSqlParser.KW_READ: + case HiveSqlParser.KW_READONLY: + case HiveSqlParser.KW_REBUILD: + case HiveSqlParser.KW_RECORDREADER: + case HiveSqlParser.KW_RECORDWRITER: + case HiveSqlParser.KW_RELOAD: + case HiveSqlParser.KW_RELY: + case HiveSqlParser.KW_REMOTE: + case HiveSqlParser.KW_RENAME: + case HiveSqlParser.KW_REOPTIMIZATION: + case HiveSqlParser.KW_REPAIR: + case HiveSqlParser.KW_REPL: + case HiveSqlParser.KW_REPLACE: + case HiveSqlParser.KW_REPLICATION: + case HiveSqlParser.KW_RESOURCE: + case HiveSqlParser.KW_RESPECT: + case HiveSqlParser.KW_RESTRICT: + case HiveSqlParser.KW_REWRITE: + case HiveSqlParser.KW_ROLE: + case HiveSqlParser.KW_ROLES: + case HiveSqlParser.KW_SCHEDULED: + case HiveSqlParser.KW_SCHEDULING_POLICY: + case HiveSqlParser.KW_SCHEMA: + case HiveSqlParser.KW_SCHEMAS: + case HiveSqlParser.KW_SECOND: + case HiveSqlParser.KW_SECONDS: + case HiveSqlParser.KW_SEMI: + case HiveSqlParser.KW_SERDE: + case HiveSqlParser.KW_SERDEPROPERTIES: + case HiveSqlParser.KW_SERVER: + case HiveSqlParser.KW_SETS: + case HiveSqlParser.KW_SET_CURRENT_SNAPSHOT: + case HiveSqlParser.KW_SHARED: + case HiveSqlParser.KW_SHOW: + case HiveSqlParser.KW_SHOW_DATABASE: + case HiveSqlParser.KW_SKEWED: + case HiveSqlParser.KW_SNAPSHOT: + case HiveSqlParser.KW_SORT: + case HiveSqlParser.KW_SORTED: + case HiveSqlParser.KW_SPEC: + case HiveSqlParser.KW_SSL: + case HiveSqlParser.KW_STATISTICS: + case HiveSqlParser.KW_STATUS: + case HiveSqlParser.KW_STORED: + case HiveSqlParser.KW_STREAMTABLE: + case HiveSqlParser.KW_STRING: + case HiveSqlParser.KW_STRUCT: + case HiveSqlParser.KW_SUMMARY: + case HiveSqlParser.KW_SYSTEM_TIME: + case HiveSqlParser.KW_SYSTEM_VERSION: + case HiveSqlParser.KW_TABLES: + case HiveSqlParser.KW_TBLPROPERTIES: + case HiveSqlParser.KW_TEMPORARY: + case HiveSqlParser.KW_TERMINATED: case HiveSqlParser.KW_TIMESTAMP: case HiveSqlParser.KW_TIMESTAMPLOCALTZ: + case HiveSqlParser.KW_TIMESTAMPTZ: + case HiveSqlParser.KW_TINYINT: + case HiveSqlParser.KW_TOUCH: + case HiveSqlParser.KW_TRANSACTION: + case HiveSqlParser.KW_TRANSACTIONAL: + case HiveSqlParser.KW_TRANSACTIONS: + case HiveSqlParser.KW_TRIM: case HiveSqlParser.KW_TRUE: + case HiveSqlParser.KW_TYPE: + case HiveSqlParser.KW_UNARCHIVE: + case HiveSqlParser.KW_UNDO: + case HiveSqlParser.KW_UNIONTYPE: + case HiveSqlParser.KW_UNKNOWN: + case HiveSqlParser.KW_UNLOCK: + case HiveSqlParser.KW_UNMANAGED: + case HiveSqlParser.KW_UNSET: + case HiveSqlParser.KW_UNSIGNED: + case HiveSqlParser.KW_URI: + case HiveSqlParser.KW_URL: + case HiveSqlParser.KW_USE: + case HiveSqlParser.KW_UTC: + case HiveSqlParser.KW_UTCTIMESTAMP: + case HiveSqlParser.KW_VALIDATE: + case HiveSqlParser.KW_VALUE_TYPE: + case HiveSqlParser.KW_VECTORIZATION: + case HiveSqlParser.KW_VIEW: + case HiveSqlParser.KW_VIEWS: + case HiveSqlParser.KW_WAIT: + case HiveSqlParser.KW_WEEK: + case HiveSqlParser.KW_WEEKS: + case HiveSqlParser.KW_WHILE: + case HiveSqlParser.KW_WITHIN: + case HiveSqlParser.KW_WORK: + case HiveSqlParser.KW_WORKLOAD: + case HiveSqlParser.KW_WRITE: + case HiveSqlParser.KW_YEAR: + case HiveSqlParser.KW_YEARS: + case HiveSqlParser.KW_ZONE: case HiveSqlParser.QUESTION: case HiveSqlParser.StringLiteral: case HiveSqlParser.IntegralLiteral: @@ -10326,14 +10591,14 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.CharSetName: this.enterOuterAlt(localContext, 1); { - this.state = 2217; + this.state = 2223; this.constantList(); } break; case HiveSqlParser.LPAREN: this.enterOuterAlt(localContext, 2); { - this.state = 2218; + this.state = 2224; this.skewedColumnValuePairList(); } break; @@ -10357,26 +10622,26 @@ export class HiveSqlParser extends SQLParserBase { } public skewedColumnValuePairList(): SkewedColumnValuePairListContext { let localContext = new SkewedColumnValuePairListContext(this.context, this.state); - this.enterRule(localContext, 292, HiveSqlParser.RULE_skewedColumnValuePairList); + this.enterRule(localContext, 294, HiveSqlParser.RULE_skewedColumnValuePairList); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2221; + this.state = 2227; this.skewedColumnValuePair(); - this.state = 2226; + this.state = 2232; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 2222; + this.state = 2228; this.match(HiveSqlParser.COMMA); - this.state = 2223; + this.state = 2229; this.skewedColumnValuePair(); } } - this.state = 2228; + this.state = 2234; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -10398,15 +10663,15 @@ export class HiveSqlParser extends SQLParserBase { } public skewedColumnValuePair(): SkewedColumnValuePairContext { let localContext = new SkewedColumnValuePairContext(this.context, this.state); - this.enterRule(localContext, 294, HiveSqlParser.RULE_skewedColumnValuePair); + this.enterRule(localContext, 296, HiveSqlParser.RULE_skewedColumnValuePair); try { this.enterOuterAlt(localContext, 1); { - this.state = 2229; + this.state = 2235; this.match(HiveSqlParser.LPAREN); - this.state = 2230; + this.state = 2236; localContext._colValues = this.constantList(); - this.state = 2231; + this.state = 2237; this.match(HiveSqlParser.RPAREN); } } @@ -10426,26 +10691,26 @@ export class HiveSqlParser extends SQLParserBase { } public constantList(): ConstantListContext { let localContext = new ConstantListContext(this.context, this.state); - this.enterRule(localContext, 296, HiveSqlParser.RULE_constantList); + this.enterRule(localContext, 298, HiveSqlParser.RULE_constantList); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2233; + this.state = 2239; this.constant(); - this.state = 2238; + this.state = 2244; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 2234; + this.state = 2240; this.match(HiveSqlParser.COMMA); - this.state = 2235; + this.state = 2241; this.constant(); } } - this.state = 2240; + this.state = 2246; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -10467,12 +10732,12 @@ export class HiveSqlParser extends SQLParserBase { } public orderSpecification(): OrderSpecificationContext { let localContext = new OrderSpecificationContext(this.context, this.state); - this.enterRule(localContext, 298, HiveSqlParser.RULE_orderSpecification); + this.enterRule(localContext, 300, HiveSqlParser.RULE_orderSpecification); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2241; + this.state = 2247; _la = this.tokenStream.LA(1); if(!(_la === 18 || _la === 89)) { this.errorHandler.recoverInline(this); @@ -10499,14 +10764,14 @@ export class HiveSqlParser extends SQLParserBase { } public nullOrdering(): NullOrderingContext { let localContext = new NullOrderingContext(this.context, this.state); - this.enterRule(localContext, 300, HiveSqlParser.RULE_nullOrdering); + this.enterRule(localContext, 302, HiveSqlParser.RULE_nullOrdering); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2243; + this.state = 2249; this.match(HiveSqlParser.KW_NULLS); - this.state = 2244; + this.state = 2250; _la = this.tokenStream.LA(1); if(!(_la === 130 || _la === 177)) { this.errorHandler.recoverInline(this); @@ -10533,29 +10798,29 @@ export class HiveSqlParser extends SQLParserBase { } public columnNameOrder(): ColumnNameOrderContext { let localContext = new ColumnNameOrderContext(this.context, this.state); - this.enterRule(localContext, 302, HiveSqlParser.RULE_columnNameOrder); + this.enterRule(localContext, 304, HiveSqlParser.RULE_columnNameOrder); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2246; + this.state = 2252; this.columnName(); - this.state = 2248; + this.state = 2254; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 18 || _la === 89) { { - this.state = 2247; + this.state = 2253; localContext._orderSpec = this.orderSpecification(); } } - this.state = 2251; + this.state = 2257; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 220) { { - this.state = 2250; + this.state = 2256; localContext._nullSpec = this.nullOrdering(); } } @@ -10578,26 +10843,26 @@ export class HiveSqlParser extends SQLParserBase { } public columnNameCommentList(): ColumnNameCommentListContext { let localContext = new ColumnNameCommentListContext(this.context, this.state); - this.enterRule(localContext, 304, HiveSqlParser.RULE_columnNameCommentList); + this.enterRule(localContext, 306, HiveSqlParser.RULE_columnNameCommentList); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2253; + this.state = 2259; this.columnNameComment(); - this.state = 2258; + this.state = 2264; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 2254; + this.state = 2260; this.match(HiveSqlParser.COMMA); - this.state = 2255; + this.state = 2261; this.columnNameComment(); } } - this.state = 2260; + this.state = 2266; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -10619,21 +10884,21 @@ export class HiveSqlParser extends SQLParserBase { } public columnNameComment(): ColumnNameCommentContext { let localContext = new ColumnNameCommentContext(this.context, this.state); - this.enterRule(localContext, 306, HiveSqlParser.RULE_columnNameComment); + this.enterRule(localContext, 308, HiveSqlParser.RULE_columnNameComment); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2261; + this.state = 2267; localContext._colName = this.columnNameCreate(); - this.state = 2264; + this.state = 2270; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 47) { { - this.state = 2262; + this.state = 2268; this.match(HiveSqlParser.KW_COMMENT); - this.state = 2263; + this.state = 2269; localContext._comment = this.match(HiveSqlParser.StringLiteral); } } @@ -10656,43 +10921,43 @@ export class HiveSqlParser extends SQLParserBase { } public columnRefOrder(): ColumnRefOrderContext { let localContext = new ColumnRefOrderContext(this.context, this.state); - this.enterRule(localContext, 308, HiveSqlParser.RULE_columnRefOrder); + this.enterRule(localContext, 310, HiveSqlParser.RULE_columnRefOrder); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2268; + this.state = 2274; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 230, this.context) ) { case 1: { - this.state = 2266; + this.state = 2272; this.columnName(); } break; case 2: { - this.state = 2267; + this.state = 2273; this.expression(); } break; } - this.state = 2271; + this.state = 2277; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 231, this.context) ) { case 1: { - this.state = 2270; + this.state = 2276; localContext._orderSpec = this.orderSpecification(); } break; } - this.state = 2274; + this.state = 2280; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 220) { { - this.state = 2273; + this.state = 2279; localContext._nullSpec = this.nullOrdering(); } } @@ -10715,23 +10980,23 @@ export class HiveSqlParser extends SQLParserBase { } public columnNameType(): ColumnNameTypeContext { let localContext = new ColumnNameTypeContext(this.context, this.state); - this.enterRule(localContext, 310, HiveSqlParser.RULE_columnNameType); + this.enterRule(localContext, 312, HiveSqlParser.RULE_columnNameType); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2276; + this.state = 2282; localContext._colName = this.columnNameCreate(); - this.state = 2277; + this.state = 2283; this.columnType(); - this.state = 2280; + this.state = 2286; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 47) { { - this.state = 2278; + this.state = 2284; this.match(HiveSqlParser.KW_COMMENT); - this.state = 2279; + this.state = 2285; localContext._comment = this.match(HiveSqlParser.StringLiteral); } } @@ -10754,22 +11019,22 @@ export class HiveSqlParser extends SQLParserBase { } public columnNameTypeOrConstraint(): ColumnNameTypeOrConstraintContext { let localContext = new ColumnNameTypeOrConstraintContext(this.context, this.state); - this.enterRule(localContext, 312, HiveSqlParser.RULE_columnNameTypeOrConstraint); + this.enterRule(localContext, 314, HiveSqlParser.RULE_columnNameTypeOrConstraint); try { - this.state = 2284; + this.state = 2290; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 234, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2282; + this.state = 2288; this.tableConstraint(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2283; + this.state = 2289; this.columnNameTypeConstraint(); } break; @@ -10791,22 +11056,22 @@ export class HiveSqlParser extends SQLParserBase { } public tableConstraint(): TableConstraintContext { let localContext = new TableConstraintContext(this.context, this.state); - this.enterRule(localContext, 314, HiveSqlParser.RULE_tableConstraint); + this.enterRule(localContext, 316, HiveSqlParser.RULE_tableConstraint); try { - this.state = 2288; + this.state = 2294; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 235, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2286; + this.state = 2292; this.createForeignKey(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2287; + this.state = 2293; this.createConstraint(); } break; @@ -10828,33 +11093,33 @@ export class HiveSqlParser extends SQLParserBase { } public columnNameTypeConstraint(): ColumnNameTypeConstraintContext { let localContext = new ColumnNameTypeConstraintContext(this.context, this.state); - this.enterRule(localContext, 316, HiveSqlParser.RULE_columnNameTypeConstraint); + this.enterRule(localContext, 318, HiveSqlParser.RULE_columnNameTypeConstraint); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2290; + this.state = 2296; localContext._colName = this.columnNameCreate(); - this.state = 2291; + this.state = 2297; localContext._colType = this.columnType(); - this.state = 2293; + this.state = 2299; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 40 || _la === 55 || _la === 83 || _la === 216 || _la === 251 || _la === 269 || _la === 358) { { - this.state = 2292; + this.state = 2298; this.columnConstraint(); } } - this.state = 2297; + this.state = 2303; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 47) { { - this.state = 2295; + this.state = 2301; this.match(HiveSqlParser.KW_COMMENT); - this.state = 2296; + this.state = 2302; localContext._comment = this.match(HiveSqlParser.StringLiteral); } } @@ -10877,22 +11142,22 @@ export class HiveSqlParser extends SQLParserBase { } public columnConstraint(): ColumnConstraintContext { let localContext = new ColumnConstraintContext(this.context, this.state); - this.enterRule(localContext, 318, HiveSqlParser.RULE_columnConstraint); + this.enterRule(localContext, 320, HiveSqlParser.RULE_columnConstraint); try { - this.state = 2301; + this.state = 2307; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 238, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2299; + this.state = 2305; this.foreignKeyConstraint(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2300; + this.state = 2306; this.colConstraint(); } break; @@ -10914,39 +11179,39 @@ export class HiveSqlParser extends SQLParserBase { } public foreignKeyConstraint(): ForeignKeyConstraintContext { let localContext = new ForeignKeyConstraintContext(this.context, this.state); - this.enterRule(localContext, 320, HiveSqlParser.RULE_foreignKeyConstraint); + this.enterRule(localContext, 322, HiveSqlParser.RULE_foreignKeyConstraint); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2305; + this.state = 2311; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 55) { { - this.state = 2303; + this.state = 2309; this.match(HiveSqlParser.KW_CONSTRAINT); - this.state = 2304; + this.state = 2310; localContext._constraintName = this.id_(); } } - this.state = 2307; + this.state = 2313; this.match(HiveSqlParser.KW_REFERENCES); - this.state = 2308; + this.state = 2314; localContext._tabName = this.tableName(); - this.state = 2309; + this.state = 2315; this.match(HiveSqlParser.LPAREN); - this.state = 2310; + this.state = 2316; localContext._colName = this.columnName(); - this.state = 2311; + this.state = 2317; this.match(HiveSqlParser.RPAREN); - this.state = 2313; + this.state = 2319; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 94)) & ~0x1F) === 0 && ((1 << (_la - 94)) & 45059) !== 0) || _la === 216) { { - this.state = 2312; + this.state = 2318; this.constraintOptsCreate(); } } @@ -10969,31 +11234,31 @@ export class HiveSqlParser extends SQLParserBase { } public colConstraint(): ColConstraintContext { let localContext = new ColConstraintContext(this.context, this.state); - this.enterRule(localContext, 322, HiveSqlParser.RULE_colConstraint); + this.enterRule(localContext, 324, HiveSqlParser.RULE_colConstraint); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2317; + this.state = 2323; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 55) { { - this.state = 2315; + this.state = 2321; this.match(HiveSqlParser.KW_CONSTRAINT); - this.state = 2316; + this.state = 2322; localContext._constraintName = this.id_(); } } - this.state = 2319; + this.state = 2325; this.columnConstraintType(); - this.state = 2321; + this.state = 2327; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 94)) & ~0x1F) === 0 && ((1 << (_la - 94)) & 45059) !== 0) || _la === 216) { { - this.state = 2320; + this.state = 2326; this.constraintOptsCreate(); } } @@ -11016,22 +11281,22 @@ export class HiveSqlParser extends SQLParserBase { } public alterColumnConstraint(): AlterColumnConstraintContext { let localContext = new AlterColumnConstraintContext(this.context, this.state); - this.enterRule(localContext, 324, HiveSqlParser.RULE_alterColumnConstraint); + this.enterRule(localContext, 326, HiveSqlParser.RULE_alterColumnConstraint); try { - this.state = 2325; + this.state = 2331; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 243, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2323; + this.state = 2329; this.alterForeignKeyConstraint(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2324; + this.state = 2330; this.alterColConstraint(); } break; @@ -11053,39 +11318,39 @@ export class HiveSqlParser extends SQLParserBase { } public alterForeignKeyConstraint(): AlterForeignKeyConstraintContext { let localContext = new AlterForeignKeyConstraintContext(this.context, this.state); - this.enterRule(localContext, 326, HiveSqlParser.RULE_alterForeignKeyConstraint); + this.enterRule(localContext, 328, HiveSqlParser.RULE_alterForeignKeyConstraint); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2329; + this.state = 2335; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 55) { { - this.state = 2327; + this.state = 2333; this.match(HiveSqlParser.KW_CONSTRAINT); - this.state = 2328; + this.state = 2334; localContext._constraintName = this.id_(); } } - this.state = 2331; + this.state = 2337; this.match(HiveSqlParser.KW_REFERENCES); - this.state = 2332; + this.state = 2338; localContext._tabName = this.tableName(); - this.state = 2333; + this.state = 2339; this.match(HiveSqlParser.LPAREN); - this.state = 2334; + this.state = 2340; localContext._colName = this.columnName(); - this.state = 2335; + this.state = 2341; this.match(HiveSqlParser.RPAREN); - this.state = 2337; + this.state = 2343; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 245, this.context) ) { case 1: { - this.state = 2336; + this.state = 2342; this.constraintOptsAlter(); } break; @@ -11108,31 +11373,31 @@ export class HiveSqlParser extends SQLParserBase { } public alterColConstraint(): AlterColConstraintContext { let localContext = new AlterColConstraintContext(this.context, this.state); - this.enterRule(localContext, 328, HiveSqlParser.RULE_alterColConstraint); + this.enterRule(localContext, 330, HiveSqlParser.RULE_alterColConstraint); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2341; + this.state = 2347; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 55) { { - this.state = 2339; + this.state = 2345; this.match(HiveSqlParser.KW_CONSTRAINT); - this.state = 2340; + this.state = 2346; localContext._constraintName = this.id_(); } } - this.state = 2343; + this.state = 2349; this.columnConstraintType(); - this.state = 2345; + this.state = 2351; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 247, this.context) ) { case 1: { - this.state = 2344; + this.state = 2350; this.constraintOptsAlter(); } break; @@ -11155,33 +11420,33 @@ export class HiveSqlParser extends SQLParserBase { } public columnConstraintType(): ColumnConstraintTypeContext { let localContext = new ColumnConstraintTypeContext(this.context, this.state); - this.enterRule(localContext, 330, HiveSqlParser.RULE_columnConstraintType); + this.enterRule(localContext, 332, HiveSqlParser.RULE_columnConstraintType); try { - this.state = 2353; + this.state = 2359; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_NOT: this.enterOuterAlt(localContext, 1); { - this.state = 2347; + this.state = 2353; this.match(HiveSqlParser.KW_NOT); - this.state = 2348; + this.state = 2354; this.match(HiveSqlParser.KW_NULL); } break; case HiveSqlParser.KW_DEFAULT: this.enterOuterAlt(localContext, 2); { - this.state = 2349; + this.state = 2355; this.match(HiveSqlParser.KW_DEFAULT); - this.state = 2350; + this.state = 2356; this.defaultVal(); } break; case HiveSqlParser.KW_CHECK: this.enterOuterAlt(localContext, 3); { - this.state = 2351; + this.state = 2357; this.checkConstraint(); } break; @@ -11189,7 +11454,7 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_UNIQUE: this.enterOuterAlt(localContext, 4); { - this.state = 2352; + this.state = 2358; this.tableConstraintType(); } break; @@ -11213,29 +11478,29 @@ export class HiveSqlParser extends SQLParserBase { } public defaultVal(): DefaultValContext { let localContext = new DefaultValContext(this.context, this.state); - this.enterRule(localContext, 332, HiveSqlParser.RULE_defaultVal); + this.enterRule(localContext, 334, HiveSqlParser.RULE_defaultVal); try { - this.state = 2358; + this.state = 2364; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 249, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2355; + this.state = 2361; this.constant(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2356; + this.state = 2362; this.function_(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2357; + this.state = 2363; this.castExpression(); } break; @@ -11257,24 +11522,24 @@ export class HiveSqlParser extends SQLParserBase { } public tableConstraintType(): TableConstraintTypeContext { let localContext = new TableConstraintTypeContext(this.context, this.state); - this.enterRule(localContext, 334, HiveSqlParser.RULE_tableConstraintType); + this.enterRule(localContext, 336, HiveSqlParser.RULE_tableConstraintType); try { - this.state = 2363; + this.state = 2369; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_PRIMARY: this.enterOuterAlt(localContext, 1); { - this.state = 2360; + this.state = 2366; this.match(HiveSqlParser.KW_PRIMARY); - this.state = 2361; + this.state = 2367; this.match(HiveSqlParser.KW_KEY); } break; case HiveSqlParser.KW_UNIQUE: this.enterOuterAlt(localContext, 2); { - this.state = 2362; + this.state = 2368; this.match(HiveSqlParser.KW_UNIQUE); } break; @@ -11298,19 +11563,19 @@ export class HiveSqlParser extends SQLParserBase { } public constraintOptsCreate(): ConstraintOptsCreateContext { let localContext = new ConstraintOptsCreateContext(this.context, this.state); - this.enterRule(localContext, 336, HiveSqlParser.RULE_constraintOptsCreate); + this.enterRule(localContext, 338, HiveSqlParser.RULE_constraintOptsCreate); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2365; + this.state = 2371; this.enableValidateSpecification(); - this.state = 2367; + this.state = 2373; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 214 || _la === 272) { { - this.state = 2366; + this.state = 2372; this.relySpecification(); } } @@ -11333,19 +11598,19 @@ export class HiveSqlParser extends SQLParserBase { } public constraintOptsAlter(): ConstraintOptsAlterContext { let localContext = new ConstraintOptsAlterContext(this.context, this.state); - this.enterRule(localContext, 338, HiveSqlParser.RULE_constraintOptsAlter); + this.enterRule(localContext, 340, HiveSqlParser.RULE_constraintOptsAlter); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2369; + this.state = 2375; this.enableValidateSpecification(); - this.state = 2371; + this.state = 2377; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 214 || _la === 272) { { - this.state = 2370; + this.state = 2376; this.relySpecification(); } } @@ -11368,25 +11633,25 @@ export class HiveSqlParser extends SQLParserBase { } public columnNameColonType(): ColumnNameColonTypeContext { let localContext = new ColumnNameColonTypeContext(this.context, this.state); - this.enterRule(localContext, 340, HiveSqlParser.RULE_columnNameColonType); + this.enterRule(localContext, 342, HiveSqlParser.RULE_columnNameColonType); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2373; + this.state = 2379; localContext._colName = this.columnNameCreate(); - this.state = 2374; + this.state = 2380; this.match(HiveSqlParser.COLON); - this.state = 2375; + this.state = 2381; this.columnType(); - this.state = 2378; + this.state = 2384; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 47) { { - this.state = 2376; + this.state = 2382; this.match(HiveSqlParser.KW_COMMENT); - this.state = 2377; + this.state = 2383; localContext._comment = this.match(HiveSqlParser.StringLiteral); } } @@ -11409,11 +11674,11 @@ export class HiveSqlParser extends SQLParserBase { } public columnType(): ColumnTypeContext { let localContext = new ColumnTypeContext(this.context, this.state); - this.enterRule(localContext, 342, HiveSqlParser.RULE_columnType); + this.enterRule(localContext, 344, HiveSqlParser.RULE_columnType); try { this.enterOuterAlt(localContext, 1); { - this.state = 2380; + this.state = 2386; this.type_(); } } @@ -11433,26 +11698,26 @@ export class HiveSqlParser extends SQLParserBase { } public columnTypeList(): ColumnTypeListContext { let localContext = new ColumnTypeListContext(this.context, this.state); - this.enterRule(localContext, 344, HiveSqlParser.RULE_columnTypeList); + this.enterRule(localContext, 346, HiveSqlParser.RULE_columnTypeList); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2382; + this.state = 2388; this.columnType(); - this.state = 2387; + this.state = 2393; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 2383; + this.state = 2389; this.match(HiveSqlParser.COMMA); - this.state = 2384; + this.state = 2390; this.columnType(); } } - this.state = 2389; + this.state = 2395; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -11474,9 +11739,9 @@ export class HiveSqlParser extends SQLParserBase { } public type_(): TypeContext { let localContext = new TypeContext(this.context, this.state); - this.enterRule(localContext, 346, HiveSqlParser.RULE_type); + this.enterRule(localContext, 348, HiveSqlParser.RULE_type); try { - this.state = 2395; + this.state = 2401; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_BIGINT: @@ -11501,35 +11766,35 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_VARCHAR: this.enterOuterAlt(localContext, 1); { - this.state = 2390; + this.state = 2396; this.primitiveType(); } break; case HiveSqlParser.KW_ARRAY: this.enterOuterAlt(localContext, 2); { - this.state = 2391; + this.state = 2397; this.listType(); } break; case HiveSqlParser.KW_STRUCT: this.enterOuterAlt(localContext, 3); { - this.state = 2392; + this.state = 2398; this.structType(); } break; case HiveSqlParser.KW_MAP: this.enterOuterAlt(localContext, 4); { - this.state = 2393; + this.state = 2399; this.mapType(); } break; case HiveSqlParser.KW_UNIONTYPE: this.enterOuterAlt(localContext, 5); { - this.state = 2394; + this.state = 2400; this.unionType(); } break; @@ -11553,79 +11818,79 @@ export class HiveSqlParser extends SQLParserBase { } public primitiveType(): PrimitiveTypeContext { let localContext = new PrimitiveTypeContext(this.context, this.state); - this.enterRule(localContext, 348, HiveSqlParser.RULE_primitiveType); + this.enterRule(localContext, 350, HiveSqlParser.RULE_primitiveType); let _la: number; try { - this.state = 2434; + this.state = 2440; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 259, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2397; + this.state = 2403; this.match(HiveSqlParser.KW_TINYINT); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2398; + this.state = 2404; this.match(HiveSqlParser.KW_SMALLINT); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2399; + this.state = 2405; this.match(HiveSqlParser.KW_INT); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2400; + this.state = 2406; this.match(HiveSqlParser.KW_INTEGER); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 2401; + this.state = 2407; this.match(HiveSqlParser.KW_BIGINT); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 2402; + this.state = 2408; this.match(HiveSqlParser.KW_BOOLEAN); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 2403; + this.state = 2409; this.match(HiveSqlParser.KW_FLOAT); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 2404; + this.state = 2410; this.match(HiveSqlParser.KW_REAL); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 2405; + this.state = 2411; this.match(HiveSqlParser.KW_DOUBLE); - this.state = 2407; + this.state = 2413; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 248) { { - this.state = 2406; + this.state = 2412; this.match(HiveSqlParser.KW_PRECISION); } } @@ -11635,87 +11900,87 @@ export class HiveSqlParser extends SQLParserBase { case 10: this.enterOuterAlt(localContext, 10); { - this.state = 2409; + this.state = 2415; this.match(HiveSqlParser.KW_DATE); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 2410; + this.state = 2416; this.match(HiveSqlParser.KW_DATETIME); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 2411; + this.state = 2417; this.match(HiveSqlParser.KW_TIMESTAMP); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 2412; + this.state = 2418; this.match(HiveSqlParser.KW_TIMESTAMPLOCALTZ); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 2413; + this.state = 2419; this.match(HiveSqlParser.KW_TIMESTAMP); - this.state = 2414; + this.state = 2420; this.match(HiveSqlParser.KW_WITH); - this.state = 2415; + this.state = 2421; this.match(HiveSqlParser.KW_LOCAL); - this.state = 2416; + this.state = 2422; this.match(HiveSqlParser.KW_TIME); - this.state = 2417; + this.state = 2423; this.match(HiveSqlParser.KW_ZONE); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 2418; + this.state = 2424; this.match(HiveSqlParser.KW_STRING); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 2419; + this.state = 2425; this.match(HiveSqlParser.KW_BINARY); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 2420; + this.state = 2426; this.decimal(); - this.state = 2428; + this.state = 2434; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 258, this.context) ) { case 1: { - this.state = 2421; + this.state = 2427; this.match(HiveSqlParser.LPAREN); - this.state = 2422; + this.state = 2428; localContext._prec = this.match(HiveSqlParser.Number); - this.state = 2425; + this.state = 2431; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 397) { { - this.state = 2423; + this.state = 2429; this.match(HiveSqlParser.COMMA); - this.state = 2424; + this.state = 2430; localContext._scale = this.match(HiveSqlParser.Number); } } - this.state = 2427; + this.state = 2433; this.match(HiveSqlParser.RPAREN); } break; @@ -11725,7 +11990,7 @@ export class HiveSqlParser extends SQLParserBase { case 18: this.enterOuterAlt(localContext, 18); { - this.state = 2430; + this.state = 2436; _la = this.tokenStream.LA(1); if(!(_la === 39 || _la === 376)) { this.errorHandler.recoverInline(this); @@ -11734,11 +11999,11 @@ export class HiveSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2431; + this.state = 2437; this.match(HiveSqlParser.LPAREN); - this.state = 2432; + this.state = 2438; localContext._length = this.match(HiveSqlParser.Number); - this.state = 2433; + this.state = 2439; this.match(HiveSqlParser.RPAREN); } break; @@ -11760,17 +12025,17 @@ export class HiveSqlParser extends SQLParserBase { } public listType(): ListTypeContext { let localContext = new ListTypeContext(this.context, this.state); - this.enterRule(localContext, 350, HiveSqlParser.RULE_listType); + this.enterRule(localContext, 352, HiveSqlParser.RULE_listType); try { this.enterOuterAlt(localContext, 1); { - this.state = 2436; + this.state = 2442; this.match(HiveSqlParser.KW_ARRAY); - this.state = 2437; + this.state = 2443; this.match(HiveSqlParser.LESSTHAN); - this.state = 2438; + this.state = 2444; this.type_(); - this.state = 2439; + this.state = 2445; this.match(HiveSqlParser.GREATERTHAN); } } @@ -11790,17 +12055,17 @@ export class HiveSqlParser extends SQLParserBase { } public structType(): StructTypeContext { let localContext = new StructTypeContext(this.context, this.state); - this.enterRule(localContext, 352, HiveSqlParser.RULE_structType); + this.enterRule(localContext, 354, HiveSqlParser.RULE_structType); try { this.enterOuterAlt(localContext, 1); { - this.state = 2441; + this.state = 2447; this.match(HiveSqlParser.KW_STRUCT); - this.state = 2442; + this.state = 2448; this.match(HiveSqlParser.LESSTHAN); - this.state = 2443; + this.state = 2449; this.columnNameColonTypeList(); - this.state = 2444; + this.state = 2450; this.match(HiveSqlParser.GREATERTHAN); } } @@ -11820,21 +12085,21 @@ export class HiveSqlParser extends SQLParserBase { } public mapType(): MapTypeContext { let localContext = new MapTypeContext(this.context, this.state); - this.enterRule(localContext, 354, HiveSqlParser.RULE_mapType); + this.enterRule(localContext, 356, HiveSqlParser.RULE_mapType); try { this.enterOuterAlt(localContext, 1); { - this.state = 2446; + this.state = 2452; this.match(HiveSqlParser.KW_MAP); - this.state = 2447; + this.state = 2453; this.match(HiveSqlParser.LESSTHAN); - this.state = 2448; + this.state = 2454; localContext._left = this.primitiveType(); - this.state = 2449; + this.state = 2455; this.match(HiveSqlParser.COMMA); - this.state = 2450; + this.state = 2456; localContext._right = this.type_(); - this.state = 2451; + this.state = 2457; this.match(HiveSqlParser.GREATERTHAN); } } @@ -11854,17 +12119,17 @@ export class HiveSqlParser extends SQLParserBase { } public unionType(): UnionTypeContext { let localContext = new UnionTypeContext(this.context, this.state); - this.enterRule(localContext, 356, HiveSqlParser.RULE_unionType); + this.enterRule(localContext, 358, HiveSqlParser.RULE_unionType); try { this.enterOuterAlt(localContext, 1); { - this.state = 2453; + this.state = 2459; this.match(HiveSqlParser.KW_UNIONTYPE); - this.state = 2454; + this.state = 2460; this.match(HiveSqlParser.LESSTHAN); - this.state = 2455; + this.state = 2461; this.columnTypeList(); - this.state = 2456; + this.state = 2462; this.match(HiveSqlParser.GREATERTHAN); } } @@ -11884,12 +12149,12 @@ export class HiveSqlParser extends SQLParserBase { } public setOperator(): SetOperatorContext { let localContext = new SetOperatorContext(this.context, this.state); - this.enterRule(localContext, 358, HiveSqlParser.RULE_setOperator); + this.enterRule(localContext, 360, HiveSqlParser.RULE_setOperator); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2458; + this.state = 2464; _la = this.tokenStream.LA(1); if(!(_la === 112 || _la === 164 || _la === 205 || _la === 356)) { this.errorHandler.recoverInline(this); @@ -11898,12 +12163,12 @@ export class HiveSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2460; + this.state = 2466; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 7 || _la === 96) { { - this.state = 2459; + this.state = 2465; _la = this.tokenStream.LA(1); if(!(_la === 7 || _la === 96)) { this.errorHandler.recoverInline(this); @@ -11933,22 +12198,22 @@ export class HiveSqlParser extends SQLParserBase { } public queryStatementExpression(): QueryStatementExpressionContext { let localContext = new QueryStatementExpressionContext(this.context, this.state); - this.enterRule(localContext, 360, HiveSqlParser.RULE_queryStatementExpression); + this.enterRule(localContext, 362, HiveSqlParser.RULE_queryStatementExpression); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2463; + this.state = 2469; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 387) { { - this.state = 2462; + this.state = 2468; localContext._w = this.withClause(); } } - this.state = 2465; + this.state = 2471; this.queryStatementExpressionBody(); } } @@ -11968,15 +12233,15 @@ export class HiveSqlParser extends SQLParserBase { } public queryStatementExpressionBody(): QueryStatementExpressionBodyContext { let localContext = new QueryStatementExpressionBodyContext(this.context, this.state); - this.enterRule(localContext, 362, HiveSqlParser.RULE_queryStatementExpressionBody); + this.enterRule(localContext, 364, HiveSqlParser.RULE_queryStatementExpressionBody); try { - this.state = 2469; + this.state = 2475; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_FROM: this.enterOuterAlt(localContext, 1); { - this.state = 2467; + this.state = 2473; this.fromStatement(); } break; @@ -11988,7 +12253,7 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.LPAREN: this.enterOuterAlt(localContext, 2); { - this.state = 2468; + this.state = 2474; this.regularBody(); } break; @@ -12012,28 +12277,28 @@ export class HiveSqlParser extends SQLParserBase { } public withClause(): WithClauseContext { let localContext = new WithClauseContext(this.context, this.state); - this.enterRule(localContext, 364, HiveSqlParser.RULE_withClause); + this.enterRule(localContext, 366, HiveSqlParser.RULE_withClause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2471; + this.state = 2477; this.match(HiveSqlParser.KW_WITH); - this.state = 2472; + this.state = 2478; this.cteStatement(); - this.state = 2477; + this.state = 2483; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 2473; + this.state = 2479; this.match(HiveSqlParser.COMMA); - this.state = 2474; + this.state = 2480; this.cteStatement(); } } - this.state = 2479; + this.state = 2485; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -12055,34 +12320,34 @@ export class HiveSqlParser extends SQLParserBase { } public cteStatement(): CteStatementContext { let localContext = new CteStatementContext(this.context, this.state); - this.enterRule(localContext, 366, HiveSqlParser.RULE_cteStatement); + this.enterRule(localContext, 368, HiveSqlParser.RULE_cteStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2480; + this.state = 2486; this.id_(); - this.state = 2485; + this.state = 2491; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 399) { { - this.state = 2481; + this.state = 2487; this.match(HiveSqlParser.LPAREN); - this.state = 2482; + this.state = 2488; localContext._colAliases = this.columnNameList(); - this.state = 2483; + this.state = 2489; this.match(HiveSqlParser.RPAREN); } } - this.state = 2487; + this.state = 2493; this.match(HiveSqlParser.KW_AS); - this.state = 2488; + this.state = 2494; this.match(HiveSqlParser.LPAREN); - this.state = 2489; + this.state = 2495; this.queryStatementExpression(); - this.state = 2490; + this.state = 2496; this.match(HiveSqlParser.RPAREN); } } @@ -12102,26 +12367,26 @@ export class HiveSqlParser extends SQLParserBase { } public fromStatement(): FromStatementContext { let localContext = new FromStatementContext(this.context, this.state); - this.enterRule(localContext, 368, HiveSqlParser.RULE_fromStatement); + this.enterRule(localContext, 370, HiveSqlParser.RULE_fromStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2492; - this.singleFromStatement(); this.state = 2498; + this.singleFromStatement(); + this.state = 2504; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 112 || _la === 164 || _la === 205 || _la === 356) { { { - this.state = 2493; + this.state = 2499; localContext._u = this.setOperator(); - this.state = 2494; + this.state = 2500; localContext._r = this.singleFromStatement(); } } - this.state = 2500; + this.state = 2506; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -12143,128 +12408,128 @@ export class HiveSqlParser extends SQLParserBase { } public singleFromStatement(): SingleFromStatementContext { let localContext = new SingleFromStatementContext(this.context, this.state); - this.enterRule(localContext, 370, HiveSqlParser.RULE_singleFromStatement); + this.enterRule(localContext, 372, HiveSqlParser.RULE_singleFromStatement); let _la: number; try { - this.state = 2572; + this.state = 2578; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 288, this.context) ) { case 1: localContext = new FromInsertStmtContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2501; + this.state = 2507; this.fromClause(); - this.state = 2502; + this.state = 2508; this.insertClause(); - this.state = 2503; + this.state = 2509; this.selectClause(); - this.state = 2505; + this.state = 2511; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 178 || _la === 397) { { - this.state = 2504; + this.state = 2510; this.lateralView(); } } - this.state = 2508; + this.state = 2514; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 384) { { - this.state = 2507; + this.state = 2513; this.whereClause(); } } - this.state = 2511; + this.state = 2517; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 144) { { - this.state = 2510; + this.state = 2516; this.groupByClause(); } } - this.state = 2514; + this.state = 2520; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 146) { { - this.state = 2513; + this.state = 2519; this.havingClause(); } } - this.state = 2517; + this.state = 2523; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 386) { { - this.state = 2516; + this.state = 2522; this.window_clause(); } } - this.state = 2520; + this.state = 2526; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 256) { { - this.state = 2519; + this.state = 2525; this.qualifyClause(); } } - this.state = 2523; + this.state = 2529; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 229) { { - this.state = 2522; + this.state = 2528; this.orderByClause(); } } - this.state = 2526; + this.state = 2532; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 41) { { - this.state = 2525; + this.state = 2531; this.clusterByClause(); } } - this.state = 2529; + this.state = 2535; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 97) { { - this.state = 2528; + this.state = 2534; this.distributeByClause(); } } - this.state = 2532; + this.state = 2538; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 314) { { - this.state = 2531; + this.state = 2537; this.sortByClause(); } } - this.state = 2535; + this.state = 2541; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 185) { { - this.state = 2534; + this.state = 2540; this.limitClause(); } } @@ -12275,116 +12540,116 @@ export class HiveSqlParser extends SQLParserBase { localContext = new FromSelectStmtContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 2537; + this.state = 2543; this.fromClause(); - this.state = 2538; + this.state = 2544; this.selectClause(); - this.state = 2540; + this.state = 2546; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 178 || _la === 397) { { - this.state = 2539; + this.state = 2545; this.lateralView(); } } - this.state = 2543; + this.state = 2549; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 384) { { - this.state = 2542; + this.state = 2548; this.whereClause(); } } - this.state = 2546; + this.state = 2552; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 144) { { - this.state = 2545; + this.state = 2551; this.groupByClause(); } } - this.state = 2549; + this.state = 2555; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 146) { { - this.state = 2548; + this.state = 2554; this.havingClause(); } } - this.state = 2552; + this.state = 2558; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 386) { { - this.state = 2551; + this.state = 2557; this.window_clause(); } } - this.state = 2555; + this.state = 2561; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 256) { { - this.state = 2554; + this.state = 2560; this.qualifyClause(); } } - this.state = 2558; + this.state = 2564; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 229) { { - this.state = 2557; + this.state = 2563; this.orderByClause(); } } - this.state = 2561; + this.state = 2567; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 41) { { - this.state = 2560; + this.state = 2566; this.clusterByClause(); } } - this.state = 2564; + this.state = 2570; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 97) { { - this.state = 2563; + this.state = 2569; this.distributeByClause(); } } - this.state = 2567; + this.state = 2573; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 314) { { - this.state = 2566; + this.state = 2572; this.sortByClause(); } } - this.state = 2570; + this.state = 2576; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 185) { { - this.state = 2569; + this.state = 2575; this.limitClause(); } } @@ -12409,18 +12674,18 @@ export class HiveSqlParser extends SQLParserBase { } public regularBody(): RegularBodyContext { let localContext = new RegularBodyContext(this.context, this.state); - this.enterRule(localContext, 372, HiveSqlParser.RULE_regularBody); + this.enterRule(localContext, 374, HiveSqlParser.RULE_regularBody); try { - this.state = 2578; + this.state = 2584; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_INSERT: localContext = new InsertStmtContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2574; + this.state = 2580; (localContext as InsertStmtContext)._i = this.insertClause(); - this.state = 2575; + this.state = 2581; (localContext as InsertStmtContext)._s = this.selectStatement(); } break; @@ -12432,7 +12697,7 @@ export class HiveSqlParser extends SQLParserBase { localContext = new SelectStmtContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 2577; + this.state = 2583; this.selectStatement(); } break; @@ -12456,10 +12721,10 @@ export class HiveSqlParser extends SQLParserBase { } public atomSelectStatement(): AtomSelectStatementContext { let localContext = new AtomSelectStatementContext(this.context, this.state); - this.enterRule(localContext, 374, HiveSqlParser.RULE_atomSelectStatement); + this.enterRule(localContext, 376, HiveSqlParser.RULE_atomSelectStatement); let _la: number; try { - this.state = 2604; + this.state = 2610; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_MAP: @@ -12467,64 +12732,64 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_SELECT: this.enterOuterAlt(localContext, 1); { - this.state = 2580; + this.state = 2586; localContext._s = this.selectClause(); - this.state = 2582; + this.state = 2588; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 290, this.context) ) { case 1: { - this.state = 2581; + this.state = 2587; localContext._f = this.fromClause(); } break; } - this.state = 2585; + this.state = 2591; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 384) { { - this.state = 2584; + this.state = 2590; localContext._w = this.whereClause(); } } - this.state = 2588; + this.state = 2594; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 144) { { - this.state = 2587; + this.state = 2593; localContext._g = this.groupByClause(); } } - this.state = 2591; + this.state = 2597; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 146) { { - this.state = 2590; + this.state = 2596; localContext._h = this.havingClause(); } } - this.state = 2594; + this.state = 2600; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 386) { { - this.state = 2593; + this.state = 2599; localContext._win = this.window_clause(); } } - this.state = 2597; + this.state = 2603; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 256) { { - this.state = 2596; + this.state = 2602; localContext._q = this.qualifyClause(); } } @@ -12534,18 +12799,18 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.LPAREN: this.enterOuterAlt(localContext, 2); { - this.state = 2599; + this.state = 2605; this.match(HiveSqlParser.LPAREN); - this.state = 2600; + this.state = 2606; this.selectStatement(); - this.state = 2601; + this.state = 2607; this.match(HiveSqlParser.RPAREN); } break; case HiveSqlParser.KW_VALUES: this.enterOuterAlt(localContext, 3); { - this.state = 2603; + this.state = 2609; this.valuesClause(); } break; @@ -12569,69 +12834,69 @@ export class HiveSqlParser extends SQLParserBase { } public selectStatement(): SelectStatementContext { let localContext = new SelectStatementContext(this.context, this.state); - this.enterRule(localContext, 376, HiveSqlParser.RULE_selectStatement); + this.enterRule(localContext, 378, HiveSqlParser.RULE_selectStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2606; + this.state = 2612; localContext._a = this.atomSelectStatement(); - this.state = 2608; + this.state = 2614; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 112 || _la === 164 || _la === 205 || _la === 356) { { - this.state = 2607; + this.state = 2613; localContext._set_ = this.setOpSelectStatement(); } } - this.state = 2611; + this.state = 2617; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 229) { { - this.state = 2610; + this.state = 2616; localContext._o = this.orderByClause(); } } - this.state = 2614; + this.state = 2620; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 41) { { - this.state = 2613; + this.state = 2619; localContext._c = this.clusterByClause(); } } - this.state = 2617; + this.state = 2623; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 97) { { - this.state = 2616; + this.state = 2622; localContext._d = this.distributeByClause(); } } - this.state = 2620; + this.state = 2626; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 314) { { - this.state = 2619; + this.state = 2625; localContext._sort = this.sortByClause(); } } - this.state = 2623; + this.state = 2629; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 185) { { - this.state = 2622; + this.state = 2628; localContext._l = this.limitClause(); } } @@ -12654,24 +12919,24 @@ export class HiveSqlParser extends SQLParserBase { } public setOpSelectStatement(): SetOpSelectStatementContext { let localContext = new SetOpSelectStatementContext(this.context, this.state); - this.enterRule(localContext, 378, HiveSqlParser.RULE_setOpSelectStatement); + this.enterRule(localContext, 380, HiveSqlParser.RULE_setOpSelectStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2628; + this.state = 2634; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 2625; + this.state = 2631; localContext._u = this.setOperator(); - this.state = 2626; + this.state = 2632; localContext._b = this.atomSelectStatement(); } } - this.state = 2630; + this.state = 2636; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 112 || _la === 164 || _la === 205 || _la === 356); @@ -12693,22 +12958,22 @@ export class HiveSqlParser extends SQLParserBase { } public selectStatementWithCTE(): SelectStatementWithCTEContext { let localContext = new SelectStatementWithCTEContext(this.context, this.state); - this.enterRule(localContext, 380, HiveSqlParser.RULE_selectStatementWithCTE); + this.enterRule(localContext, 382, HiveSqlParser.RULE_selectStatementWithCTE); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2633; + this.state = 2639; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 387) { { - this.state = 2632; + this.state = 2638; localContext._w = this.withClause(); } } - this.state = 2635; + this.state = 2641; this.selectStatement(); } } @@ -12728,28 +12993,28 @@ export class HiveSqlParser extends SQLParserBase { } public insertClause(): InsertClauseContext { let localContext = new InsertClauseContext(this.context, this.state); - this.enterRule(localContext, 382, HiveSqlParser.RULE_insertClause); + this.enterRule(localContext, 384, HiveSqlParser.RULE_insertClause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2637; + this.state = 2643; this.match(HiveSqlParser.KW_INSERT); - this.state = 2654; + this.state = 2660; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_OVERWRITE: { - this.state = 2638; + this.state = 2644; this.match(HiveSqlParser.KW_OVERWRITE); - this.state = 2639; + this.state = 2645; this.destination(); - this.state = 2641; + this.state = 2647; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151) { { - this.state = 2640; + this.state = 2646; this.ifNotExists(); } } @@ -12758,30 +13023,30 @@ export class HiveSqlParser extends SQLParserBase { break; case HiveSqlParser.KW_INTO: { - this.state = 2643; + this.state = 2649; this.match(HiveSqlParser.KW_INTO); - this.state = 2645; + this.state = 2651; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 329) { { - this.state = 2644; + this.state = 2650; this.match(HiveSqlParser.KW_TABLE); } } - this.state = 2647; + this.state = 2653; this.tableOrPartition(); - this.state = 2652; + this.state = 2658; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 307, this.context) ) { case 1: { - this.state = 2648; + this.state = 2654; this.match(HiveSqlParser.LPAREN); - this.state = 2649; + this.state = 2655; localContext._targetCols = this.columnNameList(); - this.state = 2650; + this.state = 2656; this.match(HiveSqlParser.RPAREN); } break; @@ -12809,46 +13074,46 @@ export class HiveSqlParser extends SQLParserBase { } public destination(): DestinationContext { let localContext = new DestinationContext(this.context, this.state); - this.enterRule(localContext, 384, HiveSqlParser.RULE_destination); + this.enterRule(localContext, 386, HiveSqlParser.RULE_destination); let _la: number; try { - this.state = 2669; + this.state = 2675; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_DIRECTORY: case HiveSqlParser.KW_LOCAL: this.enterOuterAlt(localContext, 1); { - this.state = 2657; + this.state = 2663; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 188) { { - this.state = 2656; + this.state = 2662; localContext._local = this.match(HiveSqlParser.KW_LOCAL); } } - this.state = 2659; + this.state = 2665; this.match(HiveSqlParser.KW_DIRECTORY); - this.state = 2660; + this.state = 2666; this.match(HiveSqlParser.StringLiteral); - this.state = 2662; + this.state = 2668; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 291) { { - this.state = 2661; + this.state = 2667; this.tableRowFormat(); } } - this.state = 2665; + this.state = 2671; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 321) { { - this.state = 2664; + this.state = 2670; this.tableFileFormat(); } } @@ -12858,9 +13123,9 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_TABLE: this.enterOuterAlt(localContext, 2); { - this.state = 2667; + this.state = 2673; this.match(HiveSqlParser.KW_TABLE); - this.state = 2668; + this.state = 2674; this.tableOrPartition(); } break; @@ -12884,40 +13149,40 @@ export class HiveSqlParser extends SQLParserBase { } public limitClause(): LimitClauseContext { let localContext = new LimitClauseContext(this.context, this.state); - this.enterRule(localContext, 386, HiveSqlParser.RULE_limitClause); + this.enterRule(localContext, 388, HiveSqlParser.RULE_limitClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 2671; + this.state = 2677; this.match(HiveSqlParser.KW_LIMIT); - this.state = 2680; + this.state = 2686; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 314, this.context) ) { case 1: { - this.state = 2674; + this.state = 2680; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 313, this.context) ) { case 1: { - this.state = 2672; + this.state = 2678; localContext._offset = this.match(HiveSqlParser.Number); - this.state = 2673; + this.state = 2679; this.match(HiveSqlParser.COMMA); } break; } - this.state = 2676; + this.state = 2682; localContext._num = this.match(HiveSqlParser.Number); } break; case 2: { - this.state = 2677; + this.state = 2683; localContext._num = this.match(HiveSqlParser.Number); - this.state = 2678; + this.state = 2684; this.match(HiveSqlParser.KW_OFFSET); - this.state = 2679; + this.state = 2685; localContext._offset = this.match(HiveSqlParser.Number); } break; @@ -12940,15 +13205,15 @@ export class HiveSqlParser extends SQLParserBase { } public columnAssignmentClause(): ColumnAssignmentClauseContext { let localContext = new ColumnAssignmentClauseContext(this.context, this.state); - this.enterRule(localContext, 388, HiveSqlParser.RULE_columnAssignmentClause); + this.enterRule(localContext, 390, HiveSqlParser.RULE_columnAssignmentClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 2682; + this.state = 2688; this.columnName(); - this.state = 2683; + this.state = 2689; this.match(HiveSqlParser.EQUAL); - this.state = 2684; + this.state = 2690; this.precedencePlusExpressionOrDefault(); } } @@ -12968,22 +13233,22 @@ export class HiveSqlParser extends SQLParserBase { } public precedencePlusExpressionOrDefault(): PrecedencePlusExpressionOrDefaultContext { let localContext = new PrecedencePlusExpressionOrDefaultContext(this.context, this.state); - this.enterRule(localContext, 390, HiveSqlParser.RULE_precedencePlusExpressionOrDefault); + this.enterRule(localContext, 392, HiveSqlParser.RULE_precedencePlusExpressionOrDefault); try { - this.state = 2688; + this.state = 2694; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 315, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2686; + this.state = 2692; this.match(HiveSqlParser.KW_DEFAULT); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2687; + this.state = 2693; this.precedencePlusExpression(); } break; @@ -13005,28 +13270,28 @@ export class HiveSqlParser extends SQLParserBase { } public setColumnsClause(): SetColumnsClauseContext { let localContext = new SetColumnsClauseContext(this.context, this.state); - this.enterRule(localContext, 392, HiveSqlParser.RULE_setColumnsClause); + this.enterRule(localContext, 394, HiveSqlParser.RULE_setColumnsClause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2690; + this.state = 2696; this.match(HiveSqlParser.KW_SET); - this.state = 2691; + this.state = 2697; this.columnAssignmentClause(); - this.state = 2696; + this.state = 2702; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 2692; + this.state = 2698; this.match(HiveSqlParser.COMMA); - this.state = 2693; + this.state = 2699; this.columnAssignmentClause(); } } - this.state = 2698; + this.state = 2704; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -13048,39 +13313,39 @@ export class HiveSqlParser extends SQLParserBase { } public sqlTransactionStatement(): SqlTransactionStatementContext { let localContext = new SqlTransactionStatementContext(this.context, this.state); - this.enterRule(localContext, 394, HiveSqlParser.RULE_sqlTransactionStatement); + this.enterRule(localContext, 396, HiveSqlParser.RULE_sqlTransactionStatement); let _la: number; try { - this.state = 2722; + this.state = 2728; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_START: this.enterOuterAlt(localContext, 1); { - this.state = 2699; + this.state = 2705; this.match(HiveSqlParser.KW_START); - this.state = 2700; + this.state = 2706; this.match(HiveSqlParser.KW_TRANSACTION); - this.state = 2709; + this.state = 2715; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 168 || _la === 261) { { - this.state = 2701; + this.state = 2707; this.transactionMode(); - this.state = 2706; + this.state = 2712; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 2702; + this.state = 2708; this.match(HiveSqlParser.COMMA); - this.state = 2703; + this.state = 2709; this.transactionMode(); } } - this.state = 2708; + this.state = 2714; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -13092,14 +13357,14 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_COMMIT: this.enterOuterAlt(localContext, 2); { - this.state = 2711; + this.state = 2717; this.match(HiveSqlParser.KW_COMMIT); - this.state = 2713; + this.state = 2719; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 389) { { - this.state = 2712; + this.state = 2718; this.match(HiveSqlParser.KW_WORK); } } @@ -13109,14 +13374,14 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_ROLLBACK: this.enterOuterAlt(localContext, 3); { - this.state = 2715; + this.state = 2721; this.match(HiveSqlParser.KW_ROLLBACK); - this.state = 2717; + this.state = 2723; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 389) { { - this.state = 2716; + this.state = 2722; this.match(HiveSqlParser.KW_WORK); } } @@ -13126,11 +13391,11 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_SET: this.enterOuterAlt(localContext, 4); { - this.state = 2719; + this.state = 2725; this.match(HiveSqlParser.KW_SET); - this.state = 2720; + this.state = 2726; this.match(HiveSqlParser.KW_AUTOCOMMIT); - this.state = 2721; + this.state = 2727; _la = this.tokenStream.LA(1); if(!(_la === 125 || _la === 350)) { this.errorHandler.recoverInline(this); @@ -13161,29 +13426,29 @@ export class HiveSqlParser extends SQLParserBase { } public transactionMode(): TransactionModeContext { let localContext = new TransactionModeContext(this.context, this.state); - this.enterRule(localContext, 396, HiveSqlParser.RULE_transactionMode); + this.enterRule(localContext, 398, HiveSqlParser.RULE_transactionMode); let _la: number; try { - this.state = 2729; + this.state = 2735; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_ISOLATION: this.enterOuterAlt(localContext, 1); { - this.state = 2724; + this.state = 2730; this.match(HiveSqlParser.KW_ISOLATION); - this.state = 2725; + this.state = 2731; this.match(HiveSqlParser.KW_LEVEL); - this.state = 2726; + this.state = 2732; this.match(HiveSqlParser.KW_SNAPSHOT); } break; case HiveSqlParser.KW_READ: this.enterOuterAlt(localContext, 2); { - this.state = 2727; + this.state = 2733; this.match(HiveSqlParser.KW_READ); - this.state = 2728; + this.state = 2734; _la = this.tokenStream.LA(1); if(!(_la === 225 || _la === 391)) { this.errorHandler.recoverInline(this); @@ -13214,46 +13479,46 @@ export class HiveSqlParser extends SQLParserBase { } public whenClauses(): WhenClausesContext { let localContext = new WhenClausesContext(this.context, this.state); - this.enterRule(localContext, 398, HiveSqlParser.RULE_whenClauses); + this.enterRule(localContext, 400, HiveSqlParser.RULE_whenClauses); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 2735; + this.state = 2741; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 324, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { - this.state = 2733; + this.state = 2739; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 323, this.context) ) { case 1: { - this.state = 2731; + this.state = 2737; this.whenMatchedAndClause(); } break; case 2: { - this.state = 2732; + this.state = 2738; this.whenMatchedThenClause(); } break; } } } - this.state = 2737; + this.state = 2743; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 324, this.context); } - this.state = 2739; + this.state = 2745; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 383) { { - this.state = 2738; + this.state = 2744; this.whenNotMatchedClause(); } } @@ -13276,46 +13541,46 @@ export class HiveSqlParser extends SQLParserBase { } public whenNotMatchedClause(): WhenNotMatchedClauseContext { let localContext = new WhenNotMatchedClauseContext(this.context, this.state); - this.enterRule(localContext, 400, HiveSqlParser.RULE_whenNotMatchedClause); + this.enterRule(localContext, 402, HiveSqlParser.RULE_whenNotMatchedClause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2741; + this.state = 2747; this.match(HiveSqlParser.KW_WHEN); - this.state = 2742; + this.state = 2748; this.match(HiveSqlParser.KW_NOT); - this.state = 2743; + this.state = 2749; this.match(HiveSqlParser.KW_MATCHED); - this.state = 2746; + this.state = 2752; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 11) { { - this.state = 2744; + this.state = 2750; this.match(HiveSqlParser.KW_AND); - this.state = 2745; + this.state = 2751; this.expression(); } } - this.state = 2748; + this.state = 2754; this.match(HiveSqlParser.KW_THEN); - this.state = 2749; + this.state = 2755; this.match(HiveSqlParser.KW_INSERT); - this.state = 2751; + this.state = 2757; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 399) { { - this.state = 2750; + this.state = 2756; localContext._targetCols = this.columnParenthesesList(); } } - this.state = 2753; + this.state = 2759; this.match(HiveSqlParser.KW_VALUES); - this.state = 2754; + this.state = 2760; this.expressionsInParenthesis(); } } @@ -13335,34 +13600,34 @@ export class HiveSqlParser extends SQLParserBase { } public whenMatchedAndClause(): WhenMatchedAndClauseContext { let localContext = new WhenMatchedAndClauseContext(this.context, this.state); - this.enterRule(localContext, 402, HiveSqlParser.RULE_whenMatchedAndClause); + this.enterRule(localContext, 404, HiveSqlParser.RULE_whenMatchedAndClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 2756; + this.state = 2762; this.match(HiveSqlParser.KW_WHEN); - this.state = 2757; + this.state = 2763; this.match(HiveSqlParser.KW_MATCHED); - this.state = 2758; + this.state = 2764; this.match(HiveSqlParser.KW_AND); - this.state = 2759; + this.state = 2765; this.expression(); - this.state = 2760; + this.state = 2766; this.match(HiveSqlParser.KW_THEN); - this.state = 2764; + this.state = 2770; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_UPDATE: { - this.state = 2761; + this.state = 2767; this.match(HiveSqlParser.KW_UPDATE); - this.state = 2762; + this.state = 2768; this.setColumnsClause(); } break; case HiveSqlParser.KW_DELETE: { - this.state = 2763; + this.state = 2769; this.match(HiveSqlParser.KW_DELETE); } break; @@ -13387,30 +13652,30 @@ export class HiveSqlParser extends SQLParserBase { } public whenMatchedThenClause(): WhenMatchedThenClauseContext { let localContext = new WhenMatchedThenClauseContext(this.context, this.state); - this.enterRule(localContext, 404, HiveSqlParser.RULE_whenMatchedThenClause); + this.enterRule(localContext, 406, HiveSqlParser.RULE_whenMatchedThenClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 2766; + this.state = 2772; this.match(HiveSqlParser.KW_WHEN); - this.state = 2767; + this.state = 2773; this.match(HiveSqlParser.KW_MATCHED); - this.state = 2768; + this.state = 2774; this.match(HiveSqlParser.KW_THEN); - this.state = 2772; + this.state = 2778; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_UPDATE: { - this.state = 2769; + this.state = 2775; this.match(HiveSqlParser.KW_UPDATE); - this.state = 2770; + this.state = 2776; this.setColumnsClause(); } break; case HiveSqlParser.KW_DELETE: { - this.state = 2771; + this.state = 2777; this.match(HiveSqlParser.KW_DELETE); } break; @@ -13435,13 +13700,13 @@ export class HiveSqlParser extends SQLParserBase { } public compactionPool(): CompactionPoolContext { let localContext = new CompactionPoolContext(this.context, this.state); - this.enterRule(localContext, 406, HiveSqlParser.RULE_compactionPool); + this.enterRule(localContext, 408, HiveSqlParser.RULE_compactionPool); try { this.enterOuterAlt(localContext, 1); { - this.state = 2774; + this.state = 2780; this.match(HiveSqlParser.KW_POOL); - this.state = 2775; + this.state = 2781; localContext._poolName = this.match(HiveSqlParser.StringLiteral); } } @@ -13461,13 +13726,13 @@ export class HiveSqlParser extends SQLParserBase { } public compactionType(): CompactionTypeContext { let localContext = new CompactionTypeContext(this.context, this.state); - this.enterRule(localContext, 408, HiveSqlParser.RULE_compactionType); + this.enterRule(localContext, 410, HiveSqlParser.RULE_compactionType); try { this.enterOuterAlt(localContext, 1); { - this.state = 2777; + this.state = 2783; this.match(HiveSqlParser.KW_TYPE); - this.state = 2778; + this.state = 2784; localContext._compactType = this.match(HiveSqlParser.StringLiteral); } } @@ -13487,13 +13752,13 @@ export class HiveSqlParser extends SQLParserBase { } public compactionStatus(): CompactionStatusContext { let localContext = new CompactionStatusContext(this.context, this.state); - this.enterRule(localContext, 410, HiveSqlParser.RULE_compactionStatus); + this.enterRule(localContext, 412, HiveSqlParser.RULE_compactionStatus); try { this.enterOuterAlt(localContext, 1); { - this.state = 2780; + this.state = 2786; this.match(HiveSqlParser.KW_STATUS); - this.state = 2781; + this.state = 2787; localContext._status = this.match(HiveSqlParser.StringLiteral); } } @@ -13513,74 +13778,74 @@ export class HiveSqlParser extends SQLParserBase { } public alterStatement(): AlterStatementContext { let localContext = new AlterStatementContext(this.context, this.state); - this.enterRule(localContext, 412, HiveSqlParser.RULE_alterStatement); + this.enterRule(localContext, 414, HiveSqlParser.RULE_alterStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2783; + this.state = 2789; this.match(HiveSqlParser.KW_ALTER); - this.state = 2814; + this.state = 2820; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_TABLE: { - this.state = 2784; + this.state = 2790; this.match(HiveSqlParser.KW_TABLE); - this.state = 2785; + this.state = 2791; this.tableName(); - this.state = 2786; + this.state = 2792; this.alterTableStatementSuffix(); } break; case HiveSqlParser.KW_VIEW: { - this.state = 2788; + this.state = 2794; this.match(HiveSqlParser.KW_VIEW); - this.state = 2789; + this.state = 2795; this.viewName(); - this.state = 2791; + this.state = 2797; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 2790; + this.state = 2796; this.match(HiveSqlParser.KW_AS); } } - this.state = 2793; + this.state = 2799; this.alterViewStatementSuffix(); } break; case HiveSqlParser.KW_MATERIALIZED: { - this.state = 2795; + this.state = 2801; this.match(HiveSqlParser.KW_MATERIALIZED); - this.state = 2796; + this.state = 2802; this.match(HiveSqlParser.KW_VIEW); - this.state = 2797; + this.state = 2803; localContext._tableNameTree = this.viewName(); - this.state = 2801; + this.state = 2807; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_ENABLE: case HiveSqlParser.KW_ENABLED: { - this.state = 2798; + this.state = 2804; localContext._mvRewriteFlag = this.rewriteEnabled(); } break; case HiveSqlParser.KW_DISABLE: case HiveSqlParser.KW_DISABLED: { - this.state = 2799; + this.state = 2805; localContext._mvRewriteFlag2 = this.rewriteDisabled(); } break; case HiveSqlParser.KW_REBUILD: { - this.state = 2800; + this.state = 2806; this.match(HiveSqlParser.KW_REBUILD); } break; @@ -13592,31 +13857,31 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_DATABASE: case HiveSqlParser.KW_SCHEMA: { - this.state = 2803; + this.state = 2809; this.db_schema(); - this.state = 2804; + this.state = 2810; this.alterDatabaseStatementSuffix(); } break; case HiveSqlParser.KW_DATACONNECTOR: { - this.state = 2806; + this.state = 2812; this.match(HiveSqlParser.KW_DATACONNECTOR); - this.state = 2807; + this.state = 2813; this.alterDataConnectorStatementSuffix(); } break; case HiveSqlParser.KW_INDEX: { - this.state = 2808; + this.state = 2814; this.match(HiveSqlParser.KW_INDEX); - this.state = 2809; + this.state = 2815; this.id_(); - this.state = 2810; + this.state = 2816; this.match(HiveSqlParser.KW_ON); - this.state = 2811; + this.state = 2817; this.tableOrPartition(); - this.state = 2812; + this.state = 2818; this.match(HiveSqlParser.KW_REBUILD); } break; @@ -13641,75 +13906,75 @@ export class HiveSqlParser extends SQLParserBase { } public alterTableStatementSuffix(): AlterTableStatementSuffixContext { let localContext = new AlterTableStatementSuffixContext(this.context, this.state); - this.enterRule(localContext, 414, HiveSqlParser.RULE_alterTableStatementSuffix); + this.enterRule(localContext, 416, HiveSqlParser.RULE_alterTableStatementSuffix); let _la: number; try { - this.state = 2905; + this.state = 2911; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 343, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2816; + this.state = 2822; this.match(HiveSqlParser.KW_RENAME); - this.state = 2817; + this.state = 2823; this.match(HiveSqlParser.KW_TO); - this.state = 2818; + this.state = 2824; this.tableNameCreate(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2819; + this.state = 2825; this.match(HiveSqlParser.KW_RECOVER); - this.state = 2820; + this.state = 2826; this.match(HiveSqlParser.KW_PARTITIONS); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2821; + this.state = 2827; this.alterStatementSuffixDropPartitions(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2822; + this.state = 2828; this.match(HiveSqlParser.KW_ADD); - this.state = 2824; + this.state = 2830; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151) { { - this.state = 2823; + this.state = 2829; this.ifNotExists(); } } - this.state = 2830; + this.state = 2836; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 2826; + this.state = 2832; this.partitionSpec(); - this.state = 2828; + this.state = 2834; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 189) { { - this.state = 2827; + this.state = 2833; this.locationPath(); } } } } - this.state = 2832; + this.state = 2838; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 237); @@ -13718,19 +13983,19 @@ export class HiveSqlParser extends SQLParserBase { case 5: this.enterOuterAlt(localContext, 5); { - this.state = 2834; + this.state = 2840; this.match(HiveSqlParser.KW_TOUCH); - this.state = 2838; + this.state = 2844; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 237) { { { - this.state = 2835; + this.state = 2841; this.partitionSpec(); } } - this.state = 2840; + this.state = 2846; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -13739,19 +14004,19 @@ export class HiveSqlParser extends SQLParserBase { case 6: this.enterOuterAlt(localContext, 6); { - this.state = 2841; + this.state = 2847; this.match(HiveSqlParser.KW_ARCHIVE); - this.state = 2845; + this.state = 2851; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 237) { { { - this.state = 2842; + this.state = 2848; this.partitionSpec(); } } - this.state = 2847; + this.state = 2853; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -13760,19 +14025,19 @@ export class HiveSqlParser extends SQLParserBase { case 7: this.enterOuterAlt(localContext, 7); { - this.state = 2848; + this.state = 2854; this.match(HiveSqlParser.KW_UNARCHIVE); - this.state = 2852; + this.state = 2858; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 237) { { { - this.state = 2849; + this.state = 2855; this.partitionSpec(); } } - this.state = 2854; + this.state = 2860; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -13781,59 +14046,59 @@ export class HiveSqlParser extends SQLParserBase { case 8: this.enterOuterAlt(localContext, 8); { - this.state = 2855; + this.state = 2861; this.match(HiveSqlParser.KW_SET); - this.state = 2856; + this.state = 2862; this.match(HiveSqlParser.KW_TBLPROPERTIES); - this.state = 2857; + this.state = 2863; this.tableProperties(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 2858; + this.state = 2864; this.match(HiveSqlParser.KW_UNSET); - this.state = 2859; + this.state = 2865; this.match(HiveSqlParser.KW_TBLPROPERTIES); - this.state = 2861; + this.state = 2867; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151) { { - this.state = 2860; + this.state = 2866; this.ifExists(); } } - this.state = 2863; + this.state = 2869; this.tableProperties(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 2864; + this.state = 2870; this.tableSkewed(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 2865; + this.state = 2871; this.match(HiveSqlParser.KW_NOT); - this.state = 2868; + this.state = 2874; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_SKEWED: { - this.state = 2866; + this.state = 2872; this.match(HiveSqlParser.KW_SKEWED); } break; case HiveSqlParser.KW_STORED: { - this.state = 2867; + this.state = 2873; this.storedAsDirs(); } break; @@ -13845,61 +14110,61 @@ export class HiveSqlParser extends SQLParserBase { case 12: this.enterOuterAlt(localContext, 12); { - this.state = 2870; + this.state = 2876; this.match(HiveSqlParser.KW_EXCHANGE); - this.state = 2871; + this.state = 2877; this.partitionSpec(); - this.state = 2872; + this.state = 2878; this.match(HiveSqlParser.KW_WITH); - this.state = 2873; + this.state = 2879; this.match(HiveSqlParser.KW_TABLE); - this.state = 2874; + this.state = 2880; localContext._exchangename = this.tableName(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 2876; + this.state = 2882; this.match(HiveSqlParser.KW_PARTITION); - this.state = 2877; + this.state = 2883; this.match(HiveSqlParser.KW_COLUMN); - this.state = 2878; + this.state = 2884; this.match(HiveSqlParser.LPAREN); - this.state = 2879; + this.state = 2885; this.columnNameType(); - this.state = 2880; + this.state = 2886; this.match(HiveSqlParser.RPAREN); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 2882; + this.state = 2888; this.match(HiveSqlParser.KW_DROP); - this.state = 2883; + this.state = 2889; this.match(HiveSqlParser.KW_CONSTRAINT); - this.state = 2884; + this.state = 2890; localContext._cName = this.id_(); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 2885; + this.state = 2891; this.match(HiveSqlParser.KW_ADD); - this.state = 2888; + this.state = 2894; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 341, this.context) ) { case 1: { - this.state = 2886; + this.state = 2892; localContext._fk = this.alterForeignKeyWithName(); } break; case 2: { - this.state = 2887; + this.state = 2893; this.alterConstraintWithName(); } break; @@ -13909,52 +14174,52 @@ export class HiveSqlParser extends SQLParserBase { case 16: this.enterOuterAlt(localContext, 16); { - this.state = 2891; + this.state = 2897; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 237) { { - this.state = 2890; + this.state = 2896; this.partitionSpec(); } } - this.state = 2893; + this.state = 2899; this.alterTblPartitionStatementSuffix(); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 2894; + this.state = 2900; this.match(HiveSqlParser.KW_SET); - this.state = 2895; + this.state = 2901; this.match(HiveSqlParser.KW_OWNER); - this.state = 2896; + this.state = 2902; this.principalName(); } break; case 18: this.enterOuterAlt(localContext, 18); { - this.state = 2897; + this.state = 2903; this.match(HiveSqlParser.KW_SET); - this.state = 2898; + this.state = 2904; this.match(HiveSqlParser.KW_PARTITION); - this.state = 2899; + this.state = 2905; this.match(HiveSqlParser.KW_SPEC); - this.state = 2900; + this.state = 2906; this.match(HiveSqlParser.LPAREN); - this.state = 2901; + this.state = 2907; localContext._spec = this.partitionTransformSpec(); - this.state = 2902; + this.state = 2908; this.match(HiveSqlParser.RPAREN); } break; case 19: this.enterOuterAlt(localContext, 19); { - this.state = 2904; + this.state = 2910; this.alterStatementSuffixExecute(); } break; @@ -13976,65 +14241,65 @@ export class HiveSqlParser extends SQLParserBase { } public alterTblPartitionStatementSuffix(): AlterTblPartitionStatementSuffixContext { let localContext = new AlterTblPartitionStatementSuffixContext(this.context, this.state); - this.enterRule(localContext, 416, HiveSqlParser.RULE_alterTblPartitionStatementSuffix); + this.enterRule(localContext, 418, HiveSqlParser.RULE_alterTblPartitionStatementSuffix); let _la: number; try { - this.state = 3039; + this.state = 3045; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 364, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2907; + this.state = 2913; this.match(HiveSqlParser.KW_SET); - this.state = 2908; + this.state = 2914; this.match(HiveSqlParser.KW_FILEFORMAT); - this.state = 2909; + this.state = 2915; this.fileFormat(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2910; + this.state = 2916; this.match(HiveSqlParser.KW_SET); - this.state = 2911; + this.state = 2917; this.match(HiveSqlParser.KW_LOCATION); - this.state = 2912; + this.state = 2918; localContext._newLoc = this.match(HiveSqlParser.StringLiteral); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2913; + this.state = 2919; this.match(HiveSqlParser.KW_CONCATENATE); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2914; + this.state = 2920; this.match(HiveSqlParser.KW_SET); - this.state = 2924; + this.state = 2930; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_SERDE: { - this.state = 2915; + this.state = 2921; this.match(HiveSqlParser.KW_SERDE); - this.state = 2916; + this.state = 2922; localContext._serdeName = this.match(HiveSqlParser.StringLiteral); - this.state = 2920; + this.state = 2926; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 344, this.context) ) { case 1: { - this.state = 2917; + this.state = 2923; this.match(HiveSqlParser.KW_WITH); - this.state = 2918; + this.state = 2924; this.match(HiveSqlParser.KW_SERDEPROPERTIES); - this.state = 2919; + this.state = 2925; this.tableProperties(); } break; @@ -14043,9 +14308,9 @@ export class HiveSqlParser extends SQLParserBase { break; case HiveSqlParser.KW_SERDEPROPERTIES: { - this.state = 2922; + this.state = 2928; this.match(HiveSqlParser.KW_SERDEPROPERTIES); - this.state = 2923; + this.state = 2929; this.tableProperties(); } break; @@ -14057,75 +14322,75 @@ export class HiveSqlParser extends SQLParserBase { case 5: this.enterOuterAlt(localContext, 5); { - this.state = 2926; + this.state = 2932; this.match(HiveSqlParser.KW_UNSET); - this.state = 2927; + this.state = 2933; this.match(HiveSqlParser.KW_SERDEPROPERTIES); - this.state = 2928; + this.state = 2934; this.tableProperties(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 2929; + this.state = 2935; this.match(HiveSqlParser.KW_RENAME); - this.state = 2930; + this.state = 2936; this.match(HiveSqlParser.KW_TO); - this.state = 2931; + this.state = 2937; this.partitionSpec(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 2932; + this.state = 2938; this.match(HiveSqlParser.KW_INTO); - this.state = 2933; + this.state = 2939; localContext._num = this.match(HiveSqlParser.Number); - this.state = 2934; + this.state = 2940; this.match(HiveSqlParser.KW_BUCKETS); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 2935; + this.state = 2941; this.match(HiveSqlParser.KW_SET); - this.state = 2936; + this.state = 2942; this.match(HiveSqlParser.KW_SKEWED); - this.state = 2937; + this.state = 2943; this.match(HiveSqlParser.KW_LOCATION); - this.state = 2938; + this.state = 2944; this.match(HiveSqlParser.LPAREN); - this.state = 2939; + this.state = 2945; this.skewedLocationMap(); - this.state = 2944; + this.state = 2950; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 2940; + this.state = 2946; this.match(HiveSqlParser.COMMA); - this.state = 2941; + this.state = 2947; this.skewedLocationMap(); } } - this.state = 2946; + this.state = 2952; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2947; + this.state = 2953; this.match(HiveSqlParser.RPAREN); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 2949; + this.state = 2955; this.match(HiveSqlParser.KW_NOT); - this.state = 2950; + this.state = 2956; _la = this.tokenStream.LA(1); if(!(_la === 42 || _la === 315)) { this.errorHandler.recoverInline(this); @@ -14139,77 +14404,77 @@ export class HiveSqlParser extends SQLParserBase { case 10: this.enterOuterAlt(localContext, 10); { - this.state = 2951; + this.state = 2957; this.tableBuckets(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 2952; + this.state = 2958; this.match(HiveSqlParser.KW_COMPACT); - this.state = 2953; + this.state = 2959; localContext._compactType = this.match(HiveSqlParser.StringLiteral); - this.state = 2956; + this.state = 2962; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 11) { { - this.state = 2954; + this.state = 2960; this.match(HiveSqlParser.KW_AND); - this.state = 2955; + this.state = 2961; this.match(HiveSqlParser.KW_WAIT); } } - this.state = 2962; + this.state = 2968; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 42) { { - this.state = 2958; + this.state = 2964; this.match(HiveSqlParser.KW_CLUSTERED); - this.state = 2959; + this.state = 2965; this.match(HiveSqlParser.KW_INTO); - this.state = 2960; + this.state = 2966; localContext._num = this.match(HiveSqlParser.Number); - this.state = 2961; + this.state = 2967; this.match(HiveSqlParser.KW_BUCKETS); } } - this.state = 2965; + this.state = 2971; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 229) { { - this.state = 2964; + this.state = 2970; this.orderByClause(); } } - this.state = 2968; + this.state = 2974; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 246) { { - this.state = 2967; + this.state = 2973; this.compactionPool(); } } - this.state = 2974; + this.state = 2980; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 351, this.context) ) { case 1: { - this.state = 2970; + this.state = 2976; this.match(HiveSqlParser.KW_WITH); - this.state = 2971; + this.state = 2977; this.match(HiveSqlParser.KW_OVERWRITE); - this.state = 2972; + this.state = 2978; this.match(HiveSqlParser.KW_TBLPROPERTIES); - this.state = 2973; + this.state = 2979; this.tableProperties(); } break; @@ -14219,36 +14484,36 @@ export class HiveSqlParser extends SQLParserBase { case 12: this.enterOuterAlt(localContext, 12); { - this.state = 2976; + this.state = 2982; this.match(HiveSqlParser.KW_UPDATE); - this.state = 2977; + this.state = 2983; this.match(HiveSqlParser.KW_STATISTICS); - this.state = 2978; + this.state = 2984; this.match(HiveSqlParser.KW_FOR); - this.state = 2980; + this.state = 2986; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 352, this.context) ) { case 1: { - this.state = 2979; + this.state = 2985; this.match(HiveSqlParser.KW_COLUMN); } break; } - this.state = 2982; + this.state = 2988; localContext._colName = this.columnName(); - this.state = 2983; + this.state = 2989; this.match(HiveSqlParser.KW_SET); - this.state = 2984; + this.state = 2990; this.tableProperties(); - this.state = 2987; + this.state = 2993; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 47) { { - this.state = 2985; + this.state = 2991; this.match(HiveSqlParser.KW_COMMENT); - this.state = 2986; + this.state = 2992; localContext._comment = this.match(HiveSqlParser.StringLiteral); } } @@ -14258,73 +14523,73 @@ export class HiveSqlParser extends SQLParserBase { case 13: this.enterOuterAlt(localContext, 13); { - this.state = 2989; + this.state = 2995; this.match(HiveSqlParser.KW_UPDATE); - this.state = 2990; + this.state = 2996; this.match(HiveSqlParser.KW_STATISTICS); - this.state = 2991; + this.state = 2997; this.match(HiveSqlParser.KW_SET); - this.state = 2992; + this.state = 2998; this.tableProperties(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 2993; + this.state = 2999; this.match(HiveSqlParser.KW_CHANGE); - this.state = 2995; + this.state = 3001; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 354, this.context) ) { case 1: { - this.state = 2994; + this.state = 3000; this.match(HiveSqlParser.KW_COLUMN); } break; } - this.state = 2997; + this.state = 3003; localContext._oldName = this.columnName(); - this.state = 2998; + this.state = 3004; localContext._newName = this.columnNameCreate(); - this.state = 2999; + this.state = 3005; this.columnType(); - this.state = 3001; + this.state = 3007; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 40 || _la === 55 || _la === 83 || _la === 216 || _la === 251 || _la === 269 || _la === 358) { { - this.state = 3000; + this.state = 3006; this.alterColumnConstraint(); } } - this.state = 3005; + this.state = 3011; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 47) { { - this.state = 3003; + this.state = 3009; this.match(HiveSqlParser.KW_COMMENT); - this.state = 3004; + this.state = 3010; localContext._comment = this.match(HiveSqlParser.StringLiteral); } } - this.state = 3010; + this.state = 3016; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_FIRST: { - this.state = 3007; + this.state = 3013; localContext._first = this.match(HiveSqlParser.KW_FIRST); } break; case HiveSqlParser.KW_AFTER: { - this.state = 3008; + this.state = 3014; this.match(HiveSqlParser.KW_AFTER); - this.state = 3009; + this.state = 3015; localContext._afterCol = this.id_(); } break; @@ -14380,12 +14645,12 @@ export class HiveSqlParser extends SQLParserBase { default: break; } - this.state = 3013; + this.state = 3019; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 34 || _la === 282) { { - this.state = 3012; + this.state = 3018; this.restrictOrCascade(); } } @@ -14395,38 +14660,38 @@ export class HiveSqlParser extends SQLParserBase { case 15: this.enterOuterAlt(localContext, 15); { - this.state = 3017; + this.state = 3023; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_ADD: { - this.state = 3015; + this.state = 3021; localContext._add = this.match(HiveSqlParser.KW_ADD); } break; case HiveSqlParser.KW_REPLACE: { - this.state = 3016; + this.state = 3022; localContext._replace = this.match(HiveSqlParser.KW_REPLACE); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 3019; + this.state = 3025; this.match(HiveSqlParser.KW_COLUMNS); - this.state = 3020; + this.state = 3026; this.match(HiveSqlParser.LPAREN); - this.state = 3021; + this.state = 3027; this.columnNameTypeList(); - this.state = 3022; + this.state = 3028; this.match(HiveSqlParser.RPAREN); - this.state = 3024; + this.state = 3030; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 34 || _la === 282) { { - this.state = 3023; + this.state = 3029; this.restrictOrCascade(); } } @@ -14436,16 +14701,16 @@ export class HiveSqlParser extends SQLParserBase { case 16: this.enterOuterAlt(localContext, 16); { - this.state = 3026; + this.state = 3032; this.match(HiveSqlParser.KW_UPDATE); - this.state = 3027; + this.state = 3033; this.match(HiveSqlParser.KW_COLUMNS); - this.state = 3029; + this.state = 3035; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 34 || _la === 282) { { - this.state = 3028; + this.state = 3034; this.restrictOrCascade(); } } @@ -14455,22 +14720,22 @@ export class HiveSqlParser extends SQLParserBase { case 17: this.enterOuterAlt(localContext, 17); { - this.state = 3031; - this.enableSpecification(); this.state = 3037; + this.enableSpecification(); + this.state = 3043; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_NO_DROP: { { - this.state = 3032; + this.state = 3038; this.match(HiveSqlParser.KW_NO_DROP); - this.state = 3034; + this.state = 3040; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 34) { { - this.state = 3033; + this.state = 3039; this.match(HiveSqlParser.KW_CASCADE); } } @@ -14480,7 +14745,7 @@ export class HiveSqlParser extends SQLParserBase { break; case HiveSqlParser.KW_OFFLINE: { - this.state = 3036; + this.state = 3042; this.match(HiveSqlParser.KW_OFFLINE); } break; @@ -14507,91 +14772,91 @@ export class HiveSqlParser extends SQLParserBase { } public alterViewStatementSuffix(): AlterViewStatementSuffixContext { let localContext = new AlterViewStatementSuffixContext(this.context, this.state); - this.enterRule(localContext, 418, HiveSqlParser.RULE_alterViewStatementSuffix); + this.enterRule(localContext, 420, HiveSqlParser.RULE_alterViewStatementSuffix); let _la: number; try { - this.state = 3067; + this.state = 3073; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_SET: this.enterOuterAlt(localContext, 1); { - this.state = 3041; + this.state = 3047; this.match(HiveSqlParser.KW_SET); - this.state = 3042; + this.state = 3048; this.match(HiveSqlParser.KW_TBLPROPERTIES); - this.state = 3043; + this.state = 3049; this.tableProperties(); } break; case HiveSqlParser.KW_UNSET: this.enterOuterAlt(localContext, 2); { - this.state = 3044; + this.state = 3050; this.match(HiveSqlParser.KW_UNSET); - this.state = 3045; + this.state = 3051; this.match(HiveSqlParser.KW_TBLPROPERTIES); - this.state = 3047; + this.state = 3053; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151) { { - this.state = 3046; + this.state = 3052; this.ifExists(); } } - this.state = 3049; + this.state = 3055; this.tableProperties(); } break; case HiveSqlParser.KW_RENAME: this.enterOuterAlt(localContext, 3); { - this.state = 3050; + this.state = 3056; this.match(HiveSqlParser.KW_RENAME); - this.state = 3051; + this.state = 3057; this.match(HiveSqlParser.KW_TO); - this.state = 3052; + this.state = 3058; this.tableNameCreate(); } break; case HiveSqlParser.KW_ADD: this.enterOuterAlt(localContext, 4); { - this.state = 3053; + this.state = 3059; this.match(HiveSqlParser.KW_ADD); - this.state = 3055; + this.state = 3061; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151) { { - this.state = 3054; + this.state = 3060; this.ifNotExists(); } } - this.state = 3061; + this.state = 3067; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 3057; + this.state = 3063; this.partitionSpec(); - this.state = 3059; + this.state = 3065; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 189) { { - this.state = 3058; + this.state = 3064; this.locationPath(); } } } } - this.state = 3063; + this.state = 3069; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 237); @@ -14600,7 +14865,7 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_DROP: this.enterOuterAlt(localContext, 5); { - this.state = 3065; + this.state = 3071; this.alterStatementSuffixDropPartitions(); } break; @@ -14612,7 +14877,7 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.LPAREN: this.enterOuterAlt(localContext, 6); { - this.state = 3066; + this.state = 3072; this.selectStatementWithCTE(); } break; @@ -14636,46 +14901,46 @@ export class HiveSqlParser extends SQLParserBase { } public alterDatabaseStatementSuffix(): AlterDatabaseStatementSuffixContext { let localContext = new AlterDatabaseStatementSuffixContext(this.context, this.state); - this.enterRule(localContext, 420, HiveSqlParser.RULE_alterDatabaseStatementSuffix); + this.enterRule(localContext, 422, HiveSqlParser.RULE_alterDatabaseStatementSuffix); let _la: number; try { - this.state = 3084; + this.state = 3090; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 370, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3069; + this.state = 3075; localContext._name = this.dbSchemaName(); - this.state = 3070; + this.state = 3076; this.match(HiveSqlParser.KW_SET); - this.state = 3071; + this.state = 3077; this.match(HiveSqlParser.KW_DBPROPERTIES); - this.state = 3072; + this.state = 3078; this.keyValueProperties(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3074; + this.state = 3080; localContext._dbName = this.dbSchemaName(); - this.state = 3075; + this.state = 3081; this.match(HiveSqlParser.KW_SET); - this.state = 3076; + this.state = 3082; this.match(HiveSqlParser.KW_OWNER); - this.state = 3077; + this.state = 3083; this.principalAlterName(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3079; + this.state = 3085; localContext._dbName = this.dbSchemaName(); - this.state = 3080; + this.state = 3086; this.match(HiveSqlParser.KW_SET); - this.state = 3081; + this.state = 3087; _la = this.tokenStream.LA(1); if(!(_la === 189 || _la === 196)) { this.errorHandler.recoverInline(this); @@ -14684,7 +14949,7 @@ export class HiveSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3082; + this.state = 3088; localContext._newLocation = this.match(HiveSqlParser.StringLiteral); } break; @@ -14706,47 +14971,47 @@ export class HiveSqlParser extends SQLParserBase { } public alterDataConnectorStatementSuffix(): AlterDataConnectorStatementSuffixContext { let localContext = new AlterDataConnectorStatementSuffixContext(this.context, this.state); - this.enterRule(localContext, 422, HiveSqlParser.RULE_alterDataConnectorStatementSuffix); + this.enterRule(localContext, 424, HiveSqlParser.RULE_alterDataConnectorStatementSuffix); try { - this.state = 3101; + this.state = 3107; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 371, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3086; + this.state = 3092; localContext._name = this.dbSchemaName(); - this.state = 3087; + this.state = 3093; this.match(HiveSqlParser.KW_SET); - this.state = 3088; + this.state = 3094; this.match(HiveSqlParser.KW_DCPROPERTIES); - this.state = 3089; + this.state = 3095; this.keyValueProperties(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3091; + this.state = 3097; localContext._dcName = this.dbSchemaName(); - this.state = 3092; + this.state = 3098; this.match(HiveSqlParser.KW_SET); - this.state = 3093; + this.state = 3099; this.match(HiveSqlParser.KW_OWNER); - this.state = 3094; + this.state = 3100; this.principalAlterName(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3096; + this.state = 3102; localContext._dcName = this.dbSchemaName(); - this.state = 3097; + this.state = 3103; this.match(HiveSqlParser.KW_SET); - this.state = 3098; + this.state = 3104; this.match(HiveSqlParser.KW_URL); - this.state = 3099; + this.state = 3105; localContext._newUri = this.match(HiveSqlParser.StringLiteral); } break; @@ -14768,13 +15033,13 @@ export class HiveSqlParser extends SQLParserBase { } public locationPath(): LocationPathContext { let localContext = new LocationPathContext(this.context, this.state); - this.enterRule(localContext, 424, HiveSqlParser.RULE_locationPath); + this.enterRule(localContext, 426, HiveSqlParser.RULE_locationPath); try { this.enterOuterAlt(localContext, 1); { - this.state = 3103; + this.state = 3109; this.match(HiveSqlParser.KW_LOCATION); - this.state = 3104; + this.state = 3110; localContext._locn = this.match(HiveSqlParser.StringLiteral); } } @@ -14794,73 +15059,73 @@ export class HiveSqlParser extends SQLParserBase { } public alterStatementSuffixDropPartitions(): AlterStatementSuffixDropPartitionsContext { let localContext = new AlterStatementSuffixDropPartitionsContext(this.context, this.state); - this.enterRule(localContext, 426, HiveSqlParser.RULE_alterStatementSuffixDropPartitions); + this.enterRule(localContext, 428, HiveSqlParser.RULE_alterStatementSuffixDropPartitions); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3106; + this.state = 3112; this.match(HiveSqlParser.KW_DROP); - this.state = 3108; + this.state = 3114; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151) { { - this.state = 3107; + this.state = 3113; this.ifExists(); } } - this.state = 3110; + this.state = 3116; this.match(HiveSqlParser.KW_PARTITION); - this.state = 3111; - this.partitionSelectorSpec(); this.state = 3117; + this.partitionSelectorSpec(); + this.state = 3123; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 3112; + this.state = 3118; this.match(HiveSqlParser.COMMA); - this.state = 3113; + this.state = 3119; this.match(HiveSqlParser.KW_PARTITION); - this.state = 3114; + this.state = 3120; this.partitionSelectorSpec(); } } - this.state = 3119; + this.state = 3125; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3122; + this.state = 3128; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 152) { { - this.state = 3120; + this.state = 3126; this.match(HiveSqlParser.KW_IGNORE); - this.state = 3121; + this.state = 3127; this.match(HiveSqlParser.KW_PROTECTION); } } - this.state = 3125; + this.state = 3131; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 255) { { - this.state = 3124; + this.state = 3130; this.match(HiveSqlParser.KW_PURGE); } } - this.state = 3128; + this.state = 3134; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 134) { { - this.state = 3127; + this.state = 3133; this.replicationClause(); } } @@ -14883,21 +15148,260 @@ export class HiveSqlParser extends SQLParserBase { } public skewedLocationMap(): SkewedLocationMapContext { let localContext = new SkewedLocationMapContext(this.context, this.state); - this.enterRule(localContext, 428, HiveSqlParser.RULE_skewedLocationMap); + this.enterRule(localContext, 430, HiveSqlParser.RULE_skewedLocationMap); try { this.enterOuterAlt(localContext, 1); { - this.state = 3132; + this.state = 3138; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { + case HiveSqlParser.KW_ABORT: + case HiveSqlParser.KW_ACTIVATE: + case HiveSqlParser.KW_ACTIVE: + case HiveSqlParser.KW_ADD: + case HiveSqlParser.KW_ADMIN: + case HiveSqlParser.KW_AFTER: + case HiveSqlParser.KW_ALLOC_FRACTION: + case HiveSqlParser.KW_ANALYZE: + case HiveSqlParser.KW_ARCHIVE: + case HiveSqlParser.KW_ASC: + case HiveSqlParser.KW_AST: + case HiveSqlParser.KW_AT: + case HiveSqlParser.KW_AUTOCOMMIT: + case HiveSqlParser.KW_BATCH: + case HiveSqlParser.KW_BEFORE: + case HiveSqlParser.KW_BUCKET: + case HiveSqlParser.KW_BUCKETS: + case HiveSqlParser.KW_CACHE: + case HiveSqlParser.KW_CASCADE: + case HiveSqlParser.KW_CBO: + case HiveSqlParser.KW_CHANGE: + case HiveSqlParser.KW_CHECK: + case HiveSqlParser.KW_CLUSTER: + case HiveSqlParser.KW_CLUSTERED: + case HiveSqlParser.KW_CLUSTERSTATUS: + case HiveSqlParser.KW_COLLECTION: + case HiveSqlParser.KW_COLUMNS: + case HiveSqlParser.KW_COMMENT: + case HiveSqlParser.KW_COMPACT: + case HiveSqlParser.KW_COMPACTIONS: + case HiveSqlParser.KW_COMPUTE: + case HiveSqlParser.KW_CONCATENATE: + case HiveSqlParser.KW_CONTINUE: + case HiveSqlParser.KW_COST: + case HiveSqlParser.KW_CRON: case HiveSqlParser.KW_CURRENT_DATE: case HiveSqlParser.KW_CURRENT_TIMESTAMP: + case HiveSqlParser.KW_DATA: + case HiveSqlParser.KW_DATABASES: case HiveSqlParser.KW_DATE: + case HiveSqlParser.KW_DATETIME: + case HiveSqlParser.KW_DAY: + case HiveSqlParser.KW_DAYS: + case HiveSqlParser.KW_DAYOFWEEK: + case HiveSqlParser.KW_DBPROPERTIES: + case HiveSqlParser.KW_DCPROPERTIES: + case HiveSqlParser.KW_DEBUG: + case HiveSqlParser.KW_DEFAULT: + case HiveSqlParser.KW_DEFERRED: + case HiveSqlParser.KW_DEFINED: + case HiveSqlParser.KW_DELIMITED: + case HiveSqlParser.KW_DEPENDENCY: + case HiveSqlParser.KW_DESC: + case HiveSqlParser.KW_DETAIL: + case HiveSqlParser.KW_DIRECTORIES: + case HiveSqlParser.KW_DIRECTORY: + case HiveSqlParser.KW_DISABLE: + case HiveSqlParser.KW_DISABLED: + case HiveSqlParser.KW_DISTRIBUTE: + case HiveSqlParser.KW_DISTRIBUTED: + case HiveSqlParser.KW_DO: + case HiveSqlParser.KW_DUMP: + case HiveSqlParser.KW_ELEM_TYPE: + case HiveSqlParser.KW_ENABLE: + case HiveSqlParser.KW_ENABLED: + case HiveSqlParser.KW_ENFORCED: + case HiveSqlParser.KW_ESCAPED: + case HiveSqlParser.KW_EVERY: + case HiveSqlParser.KW_EXCLUSIVE: + case HiveSqlParser.KW_EXECUTE: + case HiveSqlParser.KW_EXECUTED: + case HiveSqlParser.KW_EXPIRE_SNAPSHOTS: + case HiveSqlParser.KW_EXPLAIN: + case HiveSqlParser.KW_EXPORT: + case HiveSqlParser.KW_EXPRESSION: case HiveSqlParser.KW_FALSE: + case HiveSqlParser.KW_FIELDS: + case HiveSqlParser.KW_FILE: + case HiveSqlParser.KW_FILEFORMAT: + case HiveSqlParser.KW_FIRST: + case HiveSqlParser.KW_FORMAT: + case HiveSqlParser.KW_FORMATTED: + case HiveSqlParser.KW_FUNCTIONS: + case HiveSqlParser.KW_HOLD_DDLTIME: + case HiveSqlParser.KW_HOUR: + case HiveSqlParser.KW_HOURS: + case HiveSqlParser.KW_IDXPROPERTIES: + case HiveSqlParser.KW_IGNORE: + case HiveSqlParser.KW_INDEX: + case HiveSqlParser.KW_INDEXES: + case HiveSqlParser.KW_INPATH: + case HiveSqlParser.KW_INPUTDRIVER: + case HiveSqlParser.KW_INPUTFORMAT: + case HiveSqlParser.KW_ISOLATION: + case HiveSqlParser.KW_ITEMS: + case HiveSqlParser.KW_JAR: + case HiveSqlParser.KW_JOINCOST: + case HiveSqlParser.KW_KEY: + case HiveSqlParser.KW_KEYS: + case HiveSqlParser.KW_KEY_TYPE: + case HiveSqlParser.KW_KILL: + case HiveSqlParser.KW_LAST: + case HiveSqlParser.KW_LEVEL: + case HiveSqlParser.KW_LIFECYCLE: + case HiveSqlParser.KW_LIMIT: + case HiveSqlParser.KW_LINES: + case HiveSqlParser.KW_LOAD: + case HiveSqlParser.KW_LOCATION: + case HiveSqlParser.KW_LOCK: + case HiveSqlParser.KW_LOCKS: + case HiveSqlParser.KW_LOGICAL: + case HiveSqlParser.KW_LONG: + case HiveSqlParser.KW_MANAGED: + case HiveSqlParser.KW_MANAGEDLOCATION: + case HiveSqlParser.KW_MANAGEMENT: + case HiveSqlParser.KW_MAPJOIN: + case HiveSqlParser.KW_MAPPING: + case HiveSqlParser.KW_MATCHED: + case HiveSqlParser.KW_MATERIALIZED: + case HiveSqlParser.KW_METADATA: + case HiveSqlParser.KW_MINUTE: + case HiveSqlParser.KW_MINUTES: + case HiveSqlParser.KW_MONTH: + case HiveSqlParser.KW_MONTHS: + case HiveSqlParser.KW_MOVE: + case HiveSqlParser.KW_MSCK: + case HiveSqlParser.KW_NORELY: + case HiveSqlParser.KW_NOSCAN: + case HiveSqlParser.KW_NOVALIDATE: + case HiveSqlParser.KW_NO_DROP: case HiveSqlParser.KW_NULL: + case HiveSqlParser.KW_NULLS: + case HiveSqlParser.KW_OFFLINE: + case HiveSqlParser.KW_OFFSET: + case HiveSqlParser.KW_OPERATOR: + case HiveSqlParser.KW_OPTION: + case HiveSqlParser.KW_OUTPUTDRIVER: + case HiveSqlParser.KW_OUTPUTFORMAT: + case HiveSqlParser.KW_OVERWRITE: + case HiveSqlParser.KW_OWNER: + case HiveSqlParser.KW_PARTITIONED: + case HiveSqlParser.KW_PARTITIONS: + case HiveSqlParser.KW_PATH: + case HiveSqlParser.KW_PLAN: + case HiveSqlParser.KW_PLANS: + case HiveSqlParser.KW_PLUS: + case HiveSqlParser.KW_POOL: + case HiveSqlParser.KW_PRINCIPALS: + case HiveSqlParser.KW_PROTECTION: + case HiveSqlParser.KW_PURGE: + case HiveSqlParser.KW_QUARTER: + case HiveSqlParser.KW_QUERY: + case HiveSqlParser.KW_QUERY_PARALLELISM: + case HiveSqlParser.KW_READ: + case HiveSqlParser.KW_READONLY: + case HiveSqlParser.KW_REBUILD: + case HiveSqlParser.KW_RECORDREADER: + case HiveSqlParser.KW_RECORDWRITER: + case HiveSqlParser.KW_RELOAD: + case HiveSqlParser.KW_RELY: + case HiveSqlParser.KW_REMOTE: + case HiveSqlParser.KW_RENAME: + case HiveSqlParser.KW_REOPTIMIZATION: + case HiveSqlParser.KW_REPAIR: + case HiveSqlParser.KW_REPL: + case HiveSqlParser.KW_REPLACE: + case HiveSqlParser.KW_REPLICATION: + case HiveSqlParser.KW_RESOURCE: + case HiveSqlParser.KW_RESPECT: + case HiveSqlParser.KW_RESTRICT: + case HiveSqlParser.KW_REWRITE: + case HiveSqlParser.KW_ROLE: + case HiveSqlParser.KW_ROLES: + case HiveSqlParser.KW_SCHEDULED: + case HiveSqlParser.KW_SCHEDULING_POLICY: + case HiveSqlParser.KW_SCHEMA: + case HiveSqlParser.KW_SCHEMAS: + case HiveSqlParser.KW_SECOND: + case HiveSqlParser.KW_SECONDS: + case HiveSqlParser.KW_SEMI: + case HiveSqlParser.KW_SERDE: + case HiveSqlParser.KW_SERDEPROPERTIES: + case HiveSqlParser.KW_SERVER: + case HiveSqlParser.KW_SETS: + case HiveSqlParser.KW_SET_CURRENT_SNAPSHOT: + case HiveSqlParser.KW_SHARED: + case HiveSqlParser.KW_SHOW: + case HiveSqlParser.KW_SHOW_DATABASE: + case HiveSqlParser.KW_SKEWED: + case HiveSqlParser.KW_SNAPSHOT: + case HiveSqlParser.KW_SORT: + case HiveSqlParser.KW_SORTED: + case HiveSqlParser.KW_SPEC: + case HiveSqlParser.KW_SSL: + case HiveSqlParser.KW_STATISTICS: + case HiveSqlParser.KW_STATUS: + case HiveSqlParser.KW_STORED: + case HiveSqlParser.KW_STREAMTABLE: + case HiveSqlParser.KW_STRING: + case HiveSqlParser.KW_STRUCT: + case HiveSqlParser.KW_SUMMARY: + case HiveSqlParser.KW_SYSTEM_TIME: + case HiveSqlParser.KW_SYSTEM_VERSION: + case HiveSqlParser.KW_TABLES: + case HiveSqlParser.KW_TBLPROPERTIES: + case HiveSqlParser.KW_TEMPORARY: + case HiveSqlParser.KW_TERMINATED: case HiveSqlParser.KW_TIMESTAMP: case HiveSqlParser.KW_TIMESTAMPLOCALTZ: + case HiveSqlParser.KW_TIMESTAMPTZ: + case HiveSqlParser.KW_TINYINT: + case HiveSqlParser.KW_TOUCH: + case HiveSqlParser.KW_TRANSACTION: + case HiveSqlParser.KW_TRANSACTIONAL: + case HiveSqlParser.KW_TRANSACTIONS: + case HiveSqlParser.KW_TRIM: case HiveSqlParser.KW_TRUE: + case HiveSqlParser.KW_TYPE: + case HiveSqlParser.KW_UNARCHIVE: + case HiveSqlParser.KW_UNDO: + case HiveSqlParser.KW_UNIONTYPE: + case HiveSqlParser.KW_UNKNOWN: + case HiveSqlParser.KW_UNLOCK: + case HiveSqlParser.KW_UNMANAGED: + case HiveSqlParser.KW_UNSET: + case HiveSqlParser.KW_UNSIGNED: + case HiveSqlParser.KW_URI: + case HiveSqlParser.KW_URL: + case HiveSqlParser.KW_USE: + case HiveSqlParser.KW_UTC: + case HiveSqlParser.KW_UTCTIMESTAMP: + case HiveSqlParser.KW_VALIDATE: + case HiveSqlParser.KW_VALUE_TYPE: + case HiveSqlParser.KW_VECTORIZATION: + case HiveSqlParser.KW_VIEW: + case HiveSqlParser.KW_VIEWS: + case HiveSqlParser.KW_WAIT: + case HiveSqlParser.KW_WEEK: + case HiveSqlParser.KW_WEEKS: + case HiveSqlParser.KW_WHILE: + case HiveSqlParser.KW_WITHIN: + case HiveSqlParser.KW_WORK: + case HiveSqlParser.KW_WORKLOAD: + case HiveSqlParser.KW_WRITE: + case HiveSqlParser.KW_YEAR: + case HiveSqlParser.KW_YEARS: + case HiveSqlParser.KW_ZONE: case HiveSqlParser.QUESTION: case HiveSqlParser.StringLiteral: case HiveSqlParser.IntegralLiteral: @@ -14906,22 +15410,22 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.Identifier: case HiveSqlParser.CharSetName: { - this.state = 3130; + this.state = 3136; this.constant(); } break; case HiveSqlParser.LPAREN: { - this.state = 3131; + this.state = 3137; this.skewedColumnValuePair(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 3134; + this.state = 3140; this.match(HiveSqlParser.EQUAL); - this.state = 3135; + this.state = 3141; localContext._value = this.match(HiveSqlParser.StringLiteral); } } @@ -14941,23 +15445,23 @@ export class HiveSqlParser extends SQLParserBase { } public alterStatementSuffixExecute(): AlterStatementSuffixExecuteContext { let localContext = new AlterStatementSuffixExecuteContext(this.context, this.state); - this.enterRule(localContext, 430, HiveSqlParser.RULE_alterStatementSuffixExecute); + this.enterRule(localContext, 432, HiveSqlParser.RULE_alterStatementSuffixExecute); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3137; + this.state = 3143; this.match(HiveSqlParser.KW_EXECUTE); - this.state = 3147; + this.state = 3153; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_ROLLBACK: { - this.state = 3138; + this.state = 3144; this.match(HiveSqlParser.KW_ROLLBACK); - this.state = 3139; + this.state = 3145; this.match(HiveSqlParser.LPAREN); - this.state = 3140; + this.state = 3146; localContext._rollbackParam = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 426 || _la === 431)) { @@ -14971,28 +15475,28 @@ export class HiveSqlParser extends SQLParserBase { break; case HiveSqlParser.KW_EXPIRE_SNAPSHOTS: { - this.state = 3141; + this.state = 3147; this.match(HiveSqlParser.KW_EXPIRE_SNAPSHOTS); - this.state = 3142; + this.state = 3148; this.match(HiveSqlParser.LPAREN); - this.state = 3143; + this.state = 3149; localContext._expireParam = this.match(HiveSqlParser.StringLiteral); } break; case HiveSqlParser.KW_SET_CURRENT_SNAPSHOT: { - this.state = 3144; + this.state = 3150; this.match(HiveSqlParser.KW_SET_CURRENT_SNAPSHOT); - this.state = 3145; + this.state = 3151; this.match(HiveSqlParser.LPAREN); - this.state = 3146; + this.state = 3152; localContext._snapshotParam = this.match(HiveSqlParser.Number); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 3149; + this.state = 3155; this.match(HiveSqlParser.RPAREN); } } @@ -15012,39 +15516,39 @@ export class HiveSqlParser extends SQLParserBase { } public fileFormat(): FileFormatContext { let localContext = new FileFormatContext(this.context, this.state); - this.enterRule(localContext, 432, HiveSqlParser.RULE_fileFormat); + this.enterRule(localContext, 434, HiveSqlParser.RULE_fileFormat); let _la: number; try { - this.state = 3164; + this.state = 3170; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 380, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3151; + this.state = 3157; this.match(HiveSqlParser.KW_INPUTFORMAT); - this.state = 3152; + this.state = 3158; localContext._inFmt = this.match(HiveSqlParser.StringLiteral); - this.state = 3153; + this.state = 3159; this.match(HiveSqlParser.KW_OUTPUTFORMAT); - this.state = 3154; + this.state = 3160; localContext._outFmt = this.match(HiveSqlParser.StringLiteral); - this.state = 3155; + this.state = 3161; this.match(HiveSqlParser.KW_SERDE); - this.state = 3156; + this.state = 3162; localContext._serdeCls = this.match(HiveSqlParser.StringLiteral); - this.state = 3161; + this.state = 3167; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 159) { { - this.state = 3157; + this.state = 3163; this.match(HiveSqlParser.KW_INPUTDRIVER); - this.state = 3158; + this.state = 3164; localContext._inDriver = this.match(HiveSqlParser.StringLiteral); - this.state = 3159; + this.state = 3165; this.match(HiveSqlParser.KW_OUTPUTDRIVER); - this.state = 3160; + this.state = 3166; localContext._outDriver = this.match(HiveSqlParser.StringLiteral); } } @@ -15054,7 +15558,7 @@ export class HiveSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3163; + this.state = 3169; localContext._genericSpec = this.id_(); } break; @@ -15076,39 +15580,39 @@ export class HiveSqlParser extends SQLParserBase { } public likeTableOrFile(): LikeTableOrFileContext { let localContext = new LikeTableOrFileContext(this.context, this.state); - this.enterRule(localContext, 434, HiveSqlParser.RULE_likeTableOrFile); + this.enterRule(localContext, 436, HiveSqlParser.RULE_likeTableOrFile); try { - this.state = 3175; + this.state = 3181; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 381, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3166; + this.state = 3172; this.match(HiveSqlParser.KW_LIKE); - this.state = 3167; + this.state = 3173; this.match(HiveSqlParser.KW_FILE); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3168; + this.state = 3174; this.match(HiveSqlParser.KW_LIKE); - this.state = 3169; + this.state = 3175; this.match(HiveSqlParser.KW_FILE); - this.state = 3170; + this.state = 3176; localContext._format = this.id_(); - this.state = 3171; + this.state = 3177; localContext._uri = this.match(HiveSqlParser.StringLiteral); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3173; + this.state = 3179; this.match(HiveSqlParser.KW_LIKE); - this.state = 3174; + this.state = 3180; localContext._likeName = this.tableName(); } break; @@ -15130,124 +15634,124 @@ export class HiveSqlParser extends SQLParserBase { } public createTableStatement(): CreateTableStatementContext { let localContext = new CreateTableStatementContext(this.context, this.state); - this.enterRule(localContext, 436, HiveSqlParser.RULE_createTableStatement); + this.enterRule(localContext, 438, HiveSqlParser.RULE_createTableStatement); let _la: number; try { - this.state = 3312; + this.state = 3318; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 422, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3177; + this.state = 3183; this.match(HiveSqlParser.KW_CREATE); - this.state = 3179; + this.state = 3185; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 333) { { - this.state = 3178; + this.state = 3184; localContext._temp = this.match(HiveSqlParser.KW_TEMPORARY); } } - this.state = 3182; + this.state = 3188; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 345) { { - this.state = 3181; + this.state = 3187; localContext._trans = this.match(HiveSqlParser.KW_TRANSACTIONAL); } } - this.state = 3185; + this.state = 3191; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 123) { { - this.state = 3184; + this.state = 3190; localContext._ext = this.match(HiveSqlParser.KW_EXTERNAL); } } - this.state = 3187; + this.state = 3193; this.match(HiveSqlParser.KW_TABLE); - this.state = 3189; + this.state = 3195; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151) { { - this.state = 3188; + this.state = 3194; this.ifNotExists(); } } - this.state = 3191; + this.state = 3197; localContext._name = this.tableNameCreate(); - this.state = 3248; + this.state = 3254; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_LIKE: { - this.state = 3192; + this.state = 3198; this.likeTableOrFile(); - this.state = 3194; + this.state = 3200; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 238) { { - this.state = 3193; + this.state = 3199; this.createTablePartitionSpec(); } } - this.state = 3197; + this.state = 3203; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 291) { { - this.state = 3196; + this.state = 3202; this.tableRowFormat(); } } - this.state = 3200; + this.state = 3206; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 321) { { - this.state = 3199; + this.state = 3205; this.tableFileFormat(); } } - this.state = 3203; + this.state = 3209; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 189) { { - this.state = 3202; + this.state = 3208; this.locationPath(); } } - this.state = 3206; + this.state = 3212; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 332) { { - this.state = 3205; + this.state = 3211; this.tablePropertiesPrefixed(); } } - this.state = 3209; + this.state = 3215; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 183) { { - this.state = 3208; + this.state = 3214; this.tableLifecycle(); } } @@ -15311,118 +15815,118 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.SEMICOLON: case HiveSqlParser.LPAREN: { - this.state = 3215; + this.state = 3221; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 392, this.context) ) { case 1: { - this.state = 3211; + this.state = 3217; this.match(HiveSqlParser.LPAREN); - this.state = 3212; + this.state = 3218; this.columnNameTypeOrConstraintList(); - this.state = 3213; + this.state = 3219; this.match(HiveSqlParser.RPAREN); } break; } - this.state = 3218; + this.state = 3224; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 47) { { - this.state = 3217; + this.state = 3223; this.tableComment(); } } - this.state = 3221; + this.state = 3227; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 238) { { - this.state = 3220; + this.state = 3226; this.createTablePartitionSpec(); } } - this.state = 3224; + this.state = 3230; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 42) { { - this.state = 3223; + this.state = 3229; this.tableBuckets(); } } - this.state = 3227; + this.state = 3233; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 310) { { - this.state = 3226; + this.state = 3232; this.tableSkewed(); } } - this.state = 3230; + this.state = 3236; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 291) { { - this.state = 3229; + this.state = 3235; this.tableRowFormat(); } } - this.state = 3233; + this.state = 3239; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 321) { { - this.state = 3232; + this.state = 3238; this.tableFileFormat(); } } - this.state = 3236; + this.state = 3242; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 189) { { - this.state = 3235; + this.state = 3241; this.locationPath(); } } - this.state = 3239; + this.state = 3245; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 332) { { - this.state = 3238; + this.state = 3244; this.tablePropertiesPrefixed(); } } - this.state = 3242; + this.state = 3248; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 183) { { - this.state = 3241; + this.state = 3247; this.tableLifecycle(); } } - this.state = 3246; + this.state = 3252; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 3244; + this.state = 3250; this.match(HiveSqlParser.KW_AS); - this.state = 3245; + this.state = 3251; this.selectStatementWithCTE(); } } @@ -15437,77 +15941,77 @@ export class HiveSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3250; + this.state = 3256; this.match(HiveSqlParser.KW_CREATE); - this.state = 3251; + this.state = 3257; localContext._mgd = this.match(HiveSqlParser.KW_MANAGED); - this.state = 3252; + this.state = 3258; this.match(HiveSqlParser.KW_TABLE); - this.state = 3254; + this.state = 3260; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151) { { - this.state = 3253; + this.state = 3259; this.ifNotExists(); } } - this.state = 3256; + this.state = 3262; localContext._name = this.tableNameCreate(); - this.state = 3310; + this.state = 3316; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_LIKE: { - this.state = 3257; + this.state = 3263; this.likeTableOrFile(); - this.state = 3259; + this.state = 3265; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 291) { { - this.state = 3258; + this.state = 3264; this.tableRowFormat(); } } - this.state = 3262; + this.state = 3268; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 321) { { - this.state = 3261; + this.state = 3267; this.tableFileFormat(); } } - this.state = 3265; + this.state = 3271; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 189) { { - this.state = 3264; + this.state = 3270; this.locationPath(); } } - this.state = 3268; + this.state = 3274; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 332) { { - this.state = 3267; + this.state = 3273; this.tablePropertiesPrefixed(); } } - this.state = 3271; + this.state = 3277; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 183) { { - this.state = 3270; + this.state = 3276; this.tableLifecycle(); } } @@ -15571,118 +16075,118 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.SEMICOLON: case HiveSqlParser.LPAREN: { - this.state = 3277; + this.state = 3283; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 410, this.context) ) { case 1: { - this.state = 3273; + this.state = 3279; this.match(HiveSqlParser.LPAREN); - this.state = 3274; + this.state = 3280; this.columnNameTypeOrConstraintList(); - this.state = 3275; + this.state = 3281; this.match(HiveSqlParser.RPAREN); } break; } - this.state = 3280; + this.state = 3286; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 47) { { - this.state = 3279; + this.state = 3285; this.tableComment(); } } - this.state = 3283; + this.state = 3289; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 238) { { - this.state = 3282; + this.state = 3288; this.createTablePartitionSpec(); } } - this.state = 3286; + this.state = 3292; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 42) { { - this.state = 3285; + this.state = 3291; this.tableBuckets(); } } - this.state = 3289; + this.state = 3295; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 310) { { - this.state = 3288; + this.state = 3294; this.tableSkewed(); } } - this.state = 3292; + this.state = 3298; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 291) { { - this.state = 3291; + this.state = 3297; this.tableRowFormat(); } } - this.state = 3295; + this.state = 3301; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 321) { { - this.state = 3294; + this.state = 3300; this.tableFileFormat(); } } - this.state = 3298; + this.state = 3304; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 189) { { - this.state = 3297; + this.state = 3303; this.locationPath(); } } - this.state = 3301; + this.state = 3307; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 332) { { - this.state = 3300; + this.state = 3306; this.tablePropertiesPrefixed(); } } - this.state = 3304; + this.state = 3310; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 183) { { - this.state = 3303; + this.state = 3309; this.tableLifecycle(); } } - this.state = 3308; + this.state = 3314; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 3306; + this.state = 3312; this.match(HiveSqlParser.KW_AS); - this.state = 3307; + this.state = 3313; this.selectStatementWithCTE(); } } @@ -15712,73 +16216,73 @@ export class HiveSqlParser extends SQLParserBase { } public createDataConnectorStatement(): CreateDataConnectorStatementContext { let localContext = new CreateDataConnectorStatementContext(this.context, this.state); - this.enterRule(localContext, 438, HiveSqlParser.RULE_createDataConnectorStatement); + this.enterRule(localContext, 440, HiveSqlParser.RULE_createDataConnectorStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3314; + this.state = 3320; this.match(HiveSqlParser.KW_CREATE); - this.state = 3315; + this.state = 3321; this.match(HiveSqlParser.KW_DATACONNECTOR); - this.state = 3317; + this.state = 3323; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151) { { - this.state = 3316; + this.state = 3322; this.ifNotExists(); } } - this.state = 3319; + this.state = 3325; localContext._name = this.id_(); - this.state = 3322; + this.state = 3328; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 352) { { - this.state = 3320; + this.state = 3326; this.match(HiveSqlParser.KW_TYPE); - this.state = 3321; + this.state = 3327; localContext._dcType = this.match(HiveSqlParser.StringLiteral); } } - this.state = 3326; + this.state = 3332; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 367) { { - this.state = 3324; + this.state = 3330; this.match(HiveSqlParser.KW_URL); - this.state = 3325; + this.state = 3331; localContext._url = this.match(HiveSqlParser.StringLiteral); } } - this.state = 3330; + this.state = 3336; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 47) { { - this.state = 3328; + this.state = 3334; this.match(HiveSqlParser.KW_COMMENT); - this.state = 3329; + this.state = 3335; localContext._comment = this.match(HiveSqlParser.StringLiteral); } } - this.state = 3335; + this.state = 3341; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 427, this.context) ) { case 1: { - this.state = 3332; + this.state = 3338; this.match(HiveSqlParser.KW_WITH); - this.state = 3333; + this.state = 3339; this.match(HiveSqlParser.KW_DCPROPERTIES); - this.state = 3334; + this.state = 3340; localContext._dcprops = this.keyValueProperties(); } break; @@ -15801,26 +16305,26 @@ export class HiveSqlParser extends SQLParserBase { } public dropDataConnectorStatement(): DropDataConnectorStatementContext { let localContext = new DropDataConnectorStatementContext(this.context, this.state); - this.enterRule(localContext, 440, HiveSqlParser.RULE_dropDataConnectorStatement); + this.enterRule(localContext, 442, HiveSqlParser.RULE_dropDataConnectorStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3337; + this.state = 3343; this.match(HiveSqlParser.KW_DROP); - this.state = 3338; + this.state = 3344; this.match(HiveSqlParser.KW_DATACONNECTOR); - this.state = 3340; + this.state = 3346; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151) { { - this.state = 3339; + this.state = 3345; this.ifExists(); } } - this.state = 3342; + this.state = 3348; this.id_(); } } @@ -15840,28 +16344,28 @@ export class HiveSqlParser extends SQLParserBase { } public tableAllColumns(): TableAllColumnsContext { let localContext = new TableAllColumnsContext(this.context, this.state); - this.enterRule(localContext, 442, HiveSqlParser.RULE_tableAllColumns); + this.enterRule(localContext, 444, HiveSqlParser.RULE_tableAllColumns); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3349; + this.state = 3355; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while ((((_la) & ~0x1F) === 0 && ((1 << _la) & 3252454782) !== 0) || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 94072755) !== 0) || ((((_la - 66)) & ~0x1F) === 0 && ((1 << (_la - 66)) & 3203280837) !== 0) || ((((_la - 98)) & ~0x1F) === 0 && ((1 << (_la - 98)) & 3774298979) !== 0) || ((((_la - 130)) & ~0x1F) === 0 && ((1 << (_la - 130)) & 1985876353) !== 0) || ((((_la - 168)) & ~0x1F) === 0 && ((1 << (_la - 168)) & 3152987127) !== 0) || ((((_la - 200)) & ~0x1F) === 0 && ((1 << (_la - 200)) & 215407575) !== 0) || ((((_la - 232)) & ~0x1F) === 0 && ((1 << (_la - 232)) & 1859156443) !== 0) || ((((_la - 265)) & ~0x1F) === 0 && ((1 << (_la - 265)) & 4039901127) !== 0) || ((((_la - 297)) & ~0x1F) === 0 && ((1 << (_la - 297)) & 3755917179) !== 0) || ((((_la - 330)) & ~0x1F) === 0 && ((1 << (_la - 330)) & 3402225181) !== 0) || ((((_la - 362)) & ~0x1F) === 0 && ((1 << (_la - 362)) & 4238323319) !== 0) || _la === 394 || _la === 432) { { { - this.state = 3344; + this.state = 3350; this.id_(); - this.state = 3345; + this.state = 3351; this.match(HiveSqlParser.DOT); } } - this.state = 3351; + this.state = 3357; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3352; + this.state = 3358; this.match(HiveSqlParser.STAR); } } @@ -15881,26 +16385,26 @@ export class HiveSqlParser extends SQLParserBase { } public expressionList(): ExpressionListContext { let localContext = new ExpressionListContext(this.context, this.state); - this.enterRule(localContext, 444, HiveSqlParser.RULE_expressionList); + this.enterRule(localContext, 446, HiveSqlParser.RULE_expressionList); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3354; + this.state = 3360; this.expression(); - this.state = 3359; + this.state = 3365; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 3355; + this.state = 3361; this.match(HiveSqlParser.COMMA); - this.state = 3356; + this.state = 3362; this.expression(); } } - this.state = 3361; + this.state = 3367; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -15922,26 +16426,26 @@ export class HiveSqlParser extends SQLParserBase { } public aliasList(): AliasListContext { let localContext = new AliasListContext(this.context, this.state); - this.enterRule(localContext, 446, HiveSqlParser.RULE_aliasList); + this.enterRule(localContext, 448, HiveSqlParser.RULE_aliasList); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3362; + this.state = 3368; this.id_(); - this.state = 3367; + this.state = 3373; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 3363; + this.state = 3369; this.match(HiveSqlParser.COMMA); - this.state = 3364; + this.state = 3370; this.id_(); } } - this.state = 3369; + this.state = 3375; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -15963,13 +16467,13 @@ export class HiveSqlParser extends SQLParserBase { } public fromClause(): FromClauseContext { let localContext = new FromClauseContext(this.context, this.state); - this.enterRule(localContext, 448, HiveSqlParser.RULE_fromClause); + this.enterRule(localContext, 450, HiveSqlParser.RULE_fromClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 3370; + this.state = 3376; this.match(HiveSqlParser.KW_FROM); - this.state = 3371; + this.state = 3377; this.fromSource(); } } @@ -15989,32 +16493,32 @@ export class HiveSqlParser extends SQLParserBase { } public fromSource(): FromSourceContext { let localContext = new FromSourceContext(this.context, this.state); - this.enterRule(localContext, 450, HiveSqlParser.RULE_fromSource); + this.enterRule(localContext, 452, HiveSqlParser.RULE_fromSource); let _la: number; try { - this.state = 3382; + this.state = 3388; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_UNIQUEJOIN: this.enterOuterAlt(localContext, 1); { - this.state = 3373; + this.state = 3379; this.match(HiveSqlParser.KW_UNIQUEJOIN); - this.state = 3374; + this.state = 3380; this.uniqueJoinSource(); - this.state = 3377; + this.state = 3383; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 3375; + this.state = 3381; this.match(HiveSqlParser.COMMA); - this.state = 3376; + this.state = 3382; this.uniqueJoinSource(); } } - this.state = 3379; + this.state = 3385; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 397); @@ -16264,7 +16768,7 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.Identifier: this.enterOuterAlt(localContext, 2); { - this.state = 3381; + this.state = 3387; this.joinSource(); } break; @@ -16288,30 +16792,30 @@ export class HiveSqlParser extends SQLParserBase { } public atomjoinSource(): AtomjoinSourceContext { let localContext = new AtomjoinSourceContext(this.context, this.state); - this.enterRule(localContext, 452, HiveSqlParser.RULE_atomjoinSource); + this.enterRule(localContext, 454, HiveSqlParser.RULE_atomjoinSource); try { let alternative: number; - this.state = 3416; + this.state = 3422; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 438, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3384; + this.state = 3390; this.tableSource(); - this.state = 3388; + this.state = 3394; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 434, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 3385; + this.state = 3391; this.lateralView(); } } } - this.state = 3390; + this.state = 3396; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 434, this.context); } @@ -16320,21 +16824,21 @@ export class HiveSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3391; + this.state = 3397; this.virtualTableSource(); - this.state = 3395; + this.state = 3401; 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 = 3392; + this.state = 3398; this.lateralView(); } } } - this.state = 3397; + this.state = 3403; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 435, this.context); } @@ -16343,21 +16847,21 @@ export class HiveSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3398; + this.state = 3404; this.subQuerySource(); - this.state = 3402; + this.state = 3408; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 436, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 3399; + this.state = 3405; this.lateralView(); } } } - this.state = 3404; + this.state = 3410; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 436, this.context); } @@ -16366,21 +16870,21 @@ export class HiveSqlParser extends SQLParserBase { case 4: this.enterOuterAlt(localContext, 4); { - this.state = 3405; + this.state = 3411; this.partitionedTableFunction(); - this.state = 3409; + this.state = 3415; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 437, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 3406; + this.state = 3412; this.lateralView(); } } } - this.state = 3411; + this.state = 3417; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 437, this.context); } @@ -16389,11 +16893,11 @@ export class HiveSqlParser extends SQLParserBase { case 5: this.enterOuterAlt(localContext, 5); { - this.state = 3412; + this.state = 3418; this.match(HiveSqlParser.LPAREN); - this.state = 3413; + this.state = 3419; this.joinSource(); - this.state = 3414; + this.state = 3420; this.match(HiveSqlParser.RPAREN); } break; @@ -16415,39 +16919,39 @@ export class HiveSqlParser extends SQLParserBase { } public joinSource(): JoinSourceContext { let localContext = new JoinSourceContext(this.context, this.state); - this.enterRule(localContext, 454, HiveSqlParser.RULE_joinSource); + this.enterRule(localContext, 456, HiveSqlParser.RULE_joinSource); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3418; + this.state = 3424; this.atomjoinSource(); - this.state = 3429; + this.state = 3435; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 60 || ((((_la - 140)) & ~0x1F) === 0 && ((1 << (_la - 140)) & 2147614721) !== 0) || _la === 180 || _la === 285 || _la === 397) { { { - this.state = 3419; + this.state = 3425; this.joinToken(); - this.state = 3420; + this.state = 3426; this.joinSourcePart(); - this.state = 3425; + this.state = 3431; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_ON: { - this.state = 3421; + this.state = 3427; this.match(HiveSqlParser.KW_ON); - this.state = 3422; + this.state = 3428; this.expression(); } break; case HiveSqlParser.KW_USING: { - this.state = 3423; + this.state = 3429; this.match(HiveSqlParser.KW_USING); - this.state = 3424; + this.state = 3430; this.columnParenthesesList(); } break; @@ -16525,7 +17029,7 @@ export class HiveSqlParser extends SQLParserBase { } } } - this.state = 3431; + this.state = 3437; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -16547,52 +17051,52 @@ export class HiveSqlParser extends SQLParserBase { } public joinSourcePart(): JoinSourcePartContext { let localContext = new JoinSourcePartContext(this.context, this.state); - this.enterRule(localContext, 456, HiveSqlParser.RULE_joinSourcePart); + this.enterRule(localContext, 458, HiveSqlParser.RULE_joinSourcePart); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 3436; + this.state = 3442; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 441, this.context) ) { case 1: { - this.state = 3432; + this.state = 3438; this.tableSource(); } break; case 2: { - this.state = 3433; + this.state = 3439; this.virtualTableSource(); } break; case 3: { - this.state = 3434; + this.state = 3440; this.subQuerySource(); } break; case 4: { - this.state = 3435; + this.state = 3441; this.partitionedTableFunction(); } break; } - this.state = 3441; + this.state = 3447; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 442, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 3438; + this.state = 3444; this.lateralView(); } } } - this.state = 3443; + this.state = 3449; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 442, this.context); } @@ -16614,58 +17118,58 @@ export class HiveSqlParser extends SQLParserBase { } public uniqueJoinSource(): UniqueJoinSourceContext { let localContext = new UniqueJoinSourceContext(this.context, this.state); - this.enterRule(localContext, 458, HiveSqlParser.RULE_uniqueJoinSource); + this.enterRule(localContext, 460, HiveSqlParser.RULE_uniqueJoinSource); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3445; + this.state = 3451; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 250) { { - this.state = 3444; + this.state = 3450; this.match(HiveSqlParser.KW_PRESERVE); } } - this.state = 3447; + this.state = 3453; localContext._tabname = this.tableOrView(); - this.state = 3449; + this.state = 3455; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 331) { { - this.state = 3448; + this.state = 3454; localContext._ts = this.tableSample(); } } - this.state = 3455; + this.state = 3461; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 3252585854) !== 0) || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 94072755) !== 0) || ((((_la - 66)) & ~0x1F) === 0 && ((1 << (_la - 66)) & 3203280837) !== 0) || ((((_la - 98)) & ~0x1F) === 0 && ((1 << (_la - 98)) & 3774298979) !== 0) || ((((_la - 130)) & ~0x1F) === 0 && ((1 << (_la - 130)) & 1985876353) !== 0) || ((((_la - 168)) & ~0x1F) === 0 && ((1 << (_la - 168)) & 3152987127) !== 0) || ((((_la - 200)) & ~0x1F) === 0 && ((1 << (_la - 200)) & 215407575) !== 0) || ((((_la - 232)) & ~0x1F) === 0 && ((1 << (_la - 232)) & 1859156443) !== 0) || ((((_la - 265)) & ~0x1F) === 0 && ((1 << (_la - 265)) & 4039901127) !== 0) || ((((_la - 297)) & ~0x1F) === 0 && ((1 << (_la - 297)) & 3755917179) !== 0) || ((((_la - 330)) & ~0x1F) === 0 && ((1 << (_la - 330)) & 3402225181) !== 0) || ((((_la - 362)) & ~0x1F) === 0 && ((1 << (_la - 362)) & 4238323319) !== 0) || _la === 394 || _la === 432) { { - this.state = 3452; + this.state = 3458; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 3451; + this.state = 3457; this.match(HiveSqlParser.KW_AS); } } - this.state = 3454; + this.state = 3460; localContext._alias = this.id_(); } } - this.state = 3457; + this.state = 3463; this.match(HiveSqlParser.LPAREN); - this.state = 3458; + this.state = 3464; this.expressionList(); - this.state = 3459; + this.state = 3465; this.match(HiveSqlParser.RPAREN); } } @@ -16685,16 +17189,16 @@ export class HiveSqlParser extends SQLParserBase { } public joinToken(): JoinTokenContext { let localContext = new JoinTokenContext(this.context, this.state); - this.enterRule(localContext, 460, HiveSqlParser.RULE_joinToken); + this.enterRule(localContext, 462, HiveSqlParser.RULE_joinToken); let _la: number; try { - this.state = 3475; + this.state = 3481; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.COMMA: this.enterOuterAlt(localContext, 1); { - this.state = 3461; + this.state = 3467; this.match(HiveSqlParser.COMMA); } break; @@ -16706,25 +17210,25 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_RIGHT: this.enterOuterAlt(localContext, 2); { - this.state = 3472; + this.state = 3478; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_INNER: { - this.state = 3462; + this.state = 3468; this.match(HiveSqlParser.KW_INNER); } break; case HiveSqlParser.KW_CROSS: { - this.state = 3463; + this.state = 3469; this.match(HiveSqlParser.KW_CROSS); } break; case HiveSqlParser.KW_FULL: case HiveSqlParser.KW_RIGHT: { - this.state = 3464; + this.state = 3470; _la = this.tokenStream.LA(1); if(!(_la === 140 || _la === 285)) { this.errorHandler.recoverInline(this); @@ -16733,12 +17237,12 @@ export class HiveSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3466; + this.state = 3472; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 231) { { - this.state = 3465; + this.state = 3471; this.match(HiveSqlParser.KW_OUTER); } } @@ -16747,14 +17251,14 @@ export class HiveSqlParser extends SQLParserBase { break; case HiveSqlParser.KW_LEFT: { - this.state = 3468; + this.state = 3474; this.match(HiveSqlParser.KW_LEFT); - this.state = 3470; + this.state = 3476; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 12 || _la === 231 || _la === 300) { { - this.state = 3469; + this.state = 3475; _la = this.tokenStream.LA(1); if(!(_la === 12 || _la === 231 || _la === 300)) { this.errorHandler.recoverInline(this); @@ -16773,7 +17277,7 @@ export class HiveSqlParser extends SQLParserBase { default: break; } - this.state = 3474; + this.state = 3480; this.match(HiveSqlParser.KW_JOIN); } break; @@ -16797,50 +17301,50 @@ export class HiveSqlParser extends SQLParserBase { } public lateralView(): LateralViewContext { let localContext = new LateralViewContext(this.context, this.state); - this.enterRule(localContext, 462, HiveSqlParser.RULE_lateralView); + this.enterRule(localContext, 464, HiveSqlParser.RULE_lateralView); let _la: number; try { let alternative: number; - this.state = 3534; + this.state = 3540; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 460, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3477; + this.state = 3483; this.match(HiveSqlParser.KW_LATERAL); - this.state = 3478; + this.state = 3484; this.match(HiveSqlParser.KW_VIEW); - this.state = 3479; + this.state = 3485; this.match(HiveSqlParser.KW_OUTER); - this.state = 3480; + this.state = 3486; this.function_(); - this.state = 3481; + this.state = 3487; localContext._alias = this.tableAlias(); - this.state = 3491; + this.state = 3497; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 3482; + this.state = 3488; this.match(HiveSqlParser.KW_AS); - this.state = 3483; + this.state = 3489; this.id_(); - this.state = 3488; + this.state = 3494; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 451, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 3484; + this.state = 3490; this.match(HiveSqlParser.COMMA); - this.state = 3485; + this.state = 3491; this.id_(); } } } - this.state = 3490; + this.state = 3496; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 451, this.context); } @@ -16852,53 +17356,53 @@ export class HiveSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3494; + this.state = 3500; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 397) { { - this.state = 3493; + this.state = 3499; this.match(HiveSqlParser.COMMA); } } - this.state = 3496; + this.state = 3502; this.match(HiveSqlParser.KW_LATERAL); - this.state = 3532; + this.state = 3538; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_VIEW: { - this.state = 3497; + this.state = 3503; this.match(HiveSqlParser.KW_VIEW); - this.state = 3498; + this.state = 3504; this.function_(); - this.state = 3499; + this.state = 3505; localContext._alias = this.tableAlias(); - this.state = 3509; + this.state = 3515; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 3500; + this.state = 3506; this.match(HiveSqlParser.KW_AS); - this.state = 3501; + this.state = 3507; this.id_(); - this.state = 3506; + this.state = 3512; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 454, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 3502; + this.state = 3508; this.match(HiveSqlParser.COMMA); - this.state = 3503; + this.state = 3509; this.id_(); } } } - this.state = 3508; + this.state = 3514; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 454, this.context); } @@ -16909,52 +17413,52 @@ export class HiveSqlParser extends SQLParserBase { break; case HiveSqlParser.KW_TABLE: { - this.state = 3511; + this.state = 3517; this.match(HiveSqlParser.KW_TABLE); - this.state = 3512; + this.state = 3518; this.match(HiveSqlParser.LPAREN); - this.state = 3513; + this.state = 3519; this.valuesClause(); - this.state = 3514; + this.state = 3520; this.match(HiveSqlParser.RPAREN); - this.state = 3516; + this.state = 3522; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 3515; + this.state = 3521; this.match(HiveSqlParser.KW_AS); } } - this.state = 3518; + this.state = 3524; localContext._alias = this.tableAlias(); - this.state = 3530; + this.state = 3536; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 458, this.context) ) { case 1: { - this.state = 3519; + this.state = 3525; this.match(HiveSqlParser.LPAREN); - this.state = 3520; + this.state = 3526; this.id_(); - this.state = 3525; + this.state = 3531; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 3521; + this.state = 3527; this.match(HiveSqlParser.COMMA); - this.state = 3522; + this.state = 3528; this.id_(); } } - this.state = 3527; + this.state = 3533; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3528; + this.state = 3534; this.match(HiveSqlParser.RPAREN); } break; @@ -16984,11 +17488,11 @@ export class HiveSqlParser extends SQLParserBase { } public tableAlias(): TableAliasContext { let localContext = new TableAliasContext(this.context, this.state); - this.enterRule(localContext, 464, HiveSqlParser.RULE_tableAlias); + this.enterRule(localContext, 466, HiveSqlParser.RULE_tableAlias); try { this.enterOuterAlt(localContext, 1); { - this.state = 3536; + this.state = 3542; this.id_(); } } @@ -17008,78 +17512,78 @@ export class HiveSqlParser extends SQLParserBase { } public tableSample(): TableSampleContext { let localContext = new TableSampleContext(this.context, this.state); - this.enterRule(localContext, 466, HiveSqlParser.RULE_tableSample); + this.enterRule(localContext, 468, HiveSqlParser.RULE_tableSample); let _la: number; try { - this.state = 3565; + this.state = 3571; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 464, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3538; + this.state = 3544; this.match(HiveSqlParser.KW_TABLESAMPLE); - this.state = 3539; + this.state = 3545; this.match(HiveSqlParser.LPAREN); - this.state = 3540; + this.state = 3546; this.match(HiveSqlParser.KW_BUCKET); - this.state = 3541; + this.state = 3547; localContext._numerator = this.match(HiveSqlParser.Number); - this.state = 3542; + this.state = 3548; this.match(HiveSqlParser.KW_OUT); - this.state = 3543; + this.state = 3549; this.match(HiveSqlParser.KW_OF); - this.state = 3544; + this.state = 3550; localContext._denominator = this.match(HiveSqlParser.Number); - this.state = 3554; + this.state = 3560; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 224) { { - this.state = 3545; + this.state = 3551; this.match(HiveSqlParser.KW_ON); - this.state = 3546; + this.state = 3552; localContext._expression = this.expression(); localContext._expr.push(localContext._expression); - this.state = 3551; + this.state = 3557; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 3547; + this.state = 3553; this.match(HiveSqlParser.COMMA); - this.state = 3548; + this.state = 3554; localContext._expression = this.expression(); localContext._expr.push(localContext._expression); } } - this.state = 3553; + this.state = 3559; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 3556; + this.state = 3562; this.match(HiveSqlParser.RPAREN); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3557; + this.state = 3563; this.match(HiveSqlParser.KW_TABLESAMPLE); - this.state = 3558; + this.state = 3564; this.match(HiveSqlParser.LPAREN); - this.state = 3562; + this.state = 3568; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.Number: { - this.state = 3559; + this.state = 3565; this.match(HiveSqlParser.Number); - this.state = 3560; + this.state = 3566; _la = this.tokenStream.LA(1); if(!(_la === 241 || _la === 292)) { this.errorHandler.recoverInline(this); @@ -17092,14 +17596,14 @@ export class HiveSqlParser extends SQLParserBase { break; case HiveSqlParser.ByteLengthLiteral: { - this.state = 3561; + this.state = 3567; this.match(HiveSqlParser.ByteLengthLiteral); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 3564; + this.state = 3570; this.match(HiveSqlParser.RPAREN); } break; @@ -17121,59 +17625,59 @@ export class HiveSqlParser extends SQLParserBase { } public tableSource(): TableSourceContext { let localContext = new TableSourceContext(this.context, this.state); - this.enterRule(localContext, 468, HiveSqlParser.RULE_tableSource); + this.enterRule(localContext, 470, HiveSqlParser.RULE_tableSource); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3567; + this.state = 3573; localContext._tabname = this.tableOrView(); - this.state = 3569; + this.state = 3575; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 465, this.context) ) { case 1: { - this.state = 3568; + this.state = 3574; localContext._props = this.tableProperties(); } break; } - this.state = 3572; + this.state = 3578; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 331) { { - this.state = 3571; + this.state = 3577; localContext._ts = this.tableSample(); } } - this.state = 3575; + this.state = 3581; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 134) { { - this.state = 3574; + this.state = 3580; localContext._asOf = this.asOfClause(); } } - this.state = 3581; + this.state = 3587; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 469, this.context) ) { case 1: { - this.state = 3578; + this.state = 3584; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 3577; + this.state = 3583; this.match(HiveSqlParser.KW_AS); } } - this.state = 3580; + this.state = 3586; localContext._alias = this.id_(); } break; @@ -17196,38 +17700,38 @@ export class HiveSqlParser extends SQLParserBase { } public asOfClause(): AsOfClauseContext { let localContext = new AsOfClauseContext(this.context, this.state); - this.enterRule(localContext, 470, HiveSqlParser.RULE_asOfClause); + this.enterRule(localContext, 472, HiveSqlParser.RULE_asOfClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 3583; + this.state = 3589; this.match(HiveSqlParser.KW_FOR); - this.state = 3593; + this.state = 3599; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_SYSTEM_TIME: { - this.state = 3584; + this.state = 3590; this.match(HiveSqlParser.KW_SYSTEM_TIME); - this.state = 3585; + this.state = 3591; this.match(HiveSqlParser.KW_AS); - this.state = 3586; + this.state = 3592; this.match(HiveSqlParser.KW_OF); - this.state = 3587; + this.state = 3593; localContext._asOfTime = this.expression(); } break; case HiveSqlParser.KW_FOR: { - this.state = 3588; + this.state = 3594; this.match(HiveSqlParser.KW_FOR); - this.state = 3589; + this.state = 3595; this.match(HiveSqlParser.KW_SYSTEM_VERSION); - this.state = 3590; + this.state = 3596; this.match(HiveSqlParser.KW_AS); - this.state = 3591; + this.state = 3597; this.match(HiveSqlParser.KW_OF); - this.state = 3592; + this.state = 3598; localContext._asOfVersion = this.match(HiveSqlParser.Number); } break; @@ -17252,11 +17756,11 @@ export class HiveSqlParser extends SQLParserBase { } public dbSchemaName(): DbSchemaNameContext { let localContext = new DbSchemaNameContext(this.context, this.state); - this.enterRule(localContext, 472, HiveSqlParser.RULE_dbSchemaName); + this.enterRule(localContext, 474, HiveSqlParser.RULE_dbSchemaName); try { this.enterOuterAlt(localContext, 1); { - this.state = 3595; + this.state = 3601; this.id_(); } } @@ -17276,11 +17780,11 @@ export class HiveSqlParser extends SQLParserBase { } public dbSchemaNameCreate(): DbSchemaNameCreateContext { let localContext = new DbSchemaNameCreateContext(this.context, this.state); - this.enterRule(localContext, 474, HiveSqlParser.RULE_dbSchemaNameCreate); + this.enterRule(localContext, 476, HiveSqlParser.RULE_dbSchemaNameCreate); try { this.enterOuterAlt(localContext, 1); { - this.state = 3597; + this.state = 3603; this.id_(); } } @@ -17300,22 +17804,22 @@ export class HiveSqlParser extends SQLParserBase { } public tableOrView(): TableOrViewContext { let localContext = new TableOrViewContext(this.context, this.state); - this.enterRule(localContext, 476, HiveSqlParser.RULE_tableOrView); + this.enterRule(localContext, 478, HiveSqlParser.RULE_tableOrView); try { - this.state = 3601; + this.state = 3607; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 471, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3599; + this.state = 3605; this.tableName(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3600; + this.state = 3606; this.viewName(); } break; @@ -17337,28 +17841,28 @@ export class HiveSqlParser extends SQLParserBase { } public tableName(): TableNameContext { let localContext = new TableNameContext(this.context, this.state); - this.enterRule(localContext, 478, HiveSqlParser.RULE_tableName); + this.enterRule(localContext, 480, HiveSqlParser.RULE_tableName); try { - this.state = 3611; + this.state = 3617; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 473, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3603; + this.state = 3609; localContext._db = this.id_(); - this.state = 3604; + this.state = 3610; this.match(HiveSqlParser.DOT); - this.state = 3605; + this.state = 3611; localContext._tab = this.id_(); - this.state = 3608; + this.state = 3614; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 472, this.context) ) { case 1: { - this.state = 3606; + this.state = 3612; this.match(HiveSqlParser.DOT); - this.state = 3607; + this.state = 3613; localContext._meta = this.id_(); } break; @@ -17368,7 +17872,7 @@ export class HiveSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3610; + this.state = 3616; localContext._tab = this.id_(); } break; @@ -17390,29 +17894,29 @@ export class HiveSqlParser extends SQLParserBase { } public tableNameCreate(): TableNameCreateContext { let localContext = new TableNameCreateContext(this.context, this.state); - this.enterRule(localContext, 480, HiveSqlParser.RULE_tableNameCreate); + this.enterRule(localContext, 482, HiveSqlParser.RULE_tableNameCreate); let _la: number; try { - this.state = 3621; + this.state = 3627; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 475, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3613; + this.state = 3619; localContext._db = this.id_(); - this.state = 3614; + this.state = 3620; this.match(HiveSqlParser.DOT); - this.state = 3615; + this.state = 3621; localContext._tab = this.id_(); - this.state = 3618; + this.state = 3624; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 395) { { - this.state = 3616; + this.state = 3622; this.match(HiveSqlParser.DOT); - this.state = 3617; + this.state = 3623; localContext._meta = this.id_(); } } @@ -17422,7 +17926,7 @@ export class HiveSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3620; + this.state = 3626; localContext._tab = this.id_(); } break; @@ -17444,23 +17948,23 @@ export class HiveSqlParser extends SQLParserBase { } public viewName(): ViewNameContext { let localContext = new ViewNameContext(this.context, this.state); - this.enterRule(localContext, 482, HiveSqlParser.RULE_viewName); + this.enterRule(localContext, 484, HiveSqlParser.RULE_viewName); try { this.enterOuterAlt(localContext, 1); { - this.state = 3626; + this.state = 3632; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 476, this.context) ) { case 1: { - this.state = 3623; + this.state = 3629; localContext._db = this.id_(); - this.state = 3624; + this.state = 3630; this.match(HiveSqlParser.DOT); } break; } - this.state = 3628; + this.state = 3634; localContext._view = this.id_(); } } @@ -17480,23 +17984,23 @@ export class HiveSqlParser extends SQLParserBase { } public viewNameCreate(): ViewNameCreateContext { let localContext = new ViewNameCreateContext(this.context, this.state); - this.enterRule(localContext, 484, HiveSqlParser.RULE_viewNameCreate); + this.enterRule(localContext, 486, HiveSqlParser.RULE_viewNameCreate); try { this.enterOuterAlt(localContext, 1); { - this.state = 3633; + this.state = 3639; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 477, this.context) ) { case 1: { - this.state = 3630; + this.state = 3636; localContext._db = this.id_(); - this.state = 3631; + this.state = 3637; this.match(HiveSqlParser.DOT); } break; } - this.state = 3635; + this.state = 3641; localContext._view = this.id_(); } } @@ -17516,28 +18020,28 @@ export class HiveSqlParser extends SQLParserBase { } public subQuerySource(): SubQuerySourceContext { let localContext = new SubQuerySourceContext(this.context, this.state); - this.enterRule(localContext, 486, HiveSqlParser.RULE_subQuerySource); + this.enterRule(localContext, 488, HiveSqlParser.RULE_subQuerySource); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3637; + this.state = 3643; this.match(HiveSqlParser.LPAREN); - this.state = 3638; + this.state = 3644; this.queryStatementExpression(); - this.state = 3639; + this.state = 3645; this.match(HiveSqlParser.RPAREN); - this.state = 3641; + this.state = 3647; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 3640; + this.state = 3646; this.match(HiveSqlParser.KW_AS); } } - this.state = 3643; + this.state = 3649; this.id_(); } } @@ -17557,27 +18061,23 @@ export class HiveSqlParser extends SQLParserBase { } public partitioningSpec(): PartitioningSpecContext { let localContext = new PartitioningSpecContext(this.context, this.state); - this.enterRule(localContext, 488, HiveSqlParser.RULE_partitioningSpec); + this.enterRule(localContext, 490, HiveSqlParser.RULE_partitioningSpec); let _la: number; try { - this.state = 3658; + this.state = 3662; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_PARTITION: this.enterOuterAlt(localContext, 1); { - this.state = 3645; - this.match(HiveSqlParser.KW_PARTITION); - this.state = 3646; - this.match(HiveSqlParser.KW_BY); - this.state = 3647; - this.expressions(); - this.state = 3649; + this.state = 3651; + this.partitionByClause(); + this.state = 3653; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 229) { { - this.state = 3648; + this.state = 3652; this.orderByClause(); } } @@ -17587,21 +18087,21 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_ORDER: this.enterOuterAlt(localContext, 2); { - this.state = 3651; + this.state = 3655; this.orderByClause(); } break; case HiveSqlParser.KW_DISTRIBUTE: this.enterOuterAlt(localContext, 3); { - this.state = 3652; + this.state = 3656; this.distributeByClause(); - this.state = 3654; + this.state = 3658; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 314) { { - this.state = 3653; + this.state = 3657; this.sortByClause(); } } @@ -17611,14 +18111,14 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_SORT: this.enterOuterAlt(localContext, 4); { - this.state = 3656; + this.state = 3660; this.sortByClause(); } break; case HiveSqlParser.KW_CLUSTER: this.enterOuterAlt(localContext, 5); { - this.state = 3657; + this.state = 3661; this.clusterByClause(); } break; @@ -17642,29 +18142,29 @@ export class HiveSqlParser extends SQLParserBase { } public partitionTableFunctionSource(): PartitionTableFunctionSourceContext { let localContext = new PartitionTableFunctionSourceContext(this.context, this.state); - this.enterRule(localContext, 490, HiveSqlParser.RULE_partitionTableFunctionSource); + this.enterRule(localContext, 492, HiveSqlParser.RULE_partitionTableFunctionSource); try { - this.state = 3663; + this.state = 3667; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 482, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3660; + this.state = 3664; this.subQuerySource(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3661; + this.state = 3665; this.tableSource(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3662; + this.state = 3666; this.partitionedTableFunction(); } break; @@ -17686,75 +18186,75 @@ export class HiveSqlParser extends SQLParserBase { } public partitionedTableFunction(): PartitionedTableFunctionContext { let localContext = new PartitionedTableFunctionContext(this.context, this.state); - this.enterRule(localContext, 492, HiveSqlParser.RULE_partitionedTableFunction); + this.enterRule(localContext, 494, HiveSqlParser.RULE_partitionedTableFunction); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3665; + this.state = 3669; localContext._n = this.id_(); - this.state = 3666; + this.state = 3670; this.match(HiveSqlParser.LPAREN); - this.state = 3667; + this.state = 3671; this.match(HiveSqlParser.KW_ON); - this.state = 3668; + this.state = 3672; localContext._ptfsrc = this.partitionTableFunctionSource(); - this.state = 3670; + this.state = 3674; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 41 || _la === 97 || _la === 229 || _la === 237 || _la === 314) { { - this.state = 3669; + this.state = 3673; localContext._spec = this.partitioningSpec(); } } - this.state = 3687; + this.state = 3691; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 432) { { - this.state = 3672; + this.state = 3676; this.match(HiveSqlParser.Identifier); - this.state = 3673; + this.state = 3677; this.match(HiveSqlParser.LPAREN); - this.state = 3674; + this.state = 3678; this.expression(); - this.state = 3675; + this.state = 3679; this.match(HiveSqlParser.RPAREN); - this.state = 3684; + this.state = 3688; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 3676; + this.state = 3680; this.match(HiveSqlParser.COMMA); - this.state = 3677; + this.state = 3681; this.match(HiveSqlParser.Identifier); - this.state = 3678; + this.state = 3682; this.match(HiveSqlParser.LPAREN); - this.state = 3679; + this.state = 3683; this.expression(); - this.state = 3680; + this.state = 3684; this.match(HiveSqlParser.RPAREN); } } - this.state = 3686; + this.state = 3690; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 3689; + this.state = 3693; this.match(HiveSqlParser.RPAREN); - this.state = 3691; + this.state = 3695; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 486, this.context) ) { case 1: { - this.state = 3690; + this.state = 3694; localContext._alias = this.id_(); } break; @@ -17777,13 +18277,13 @@ export class HiveSqlParser extends SQLParserBase { } public whereClause(): WhereClauseContext { let localContext = new WhereClauseContext(this.context, this.state); - this.enterRule(localContext, 494, HiveSqlParser.RULE_whereClause); + this.enterRule(localContext, 496, HiveSqlParser.RULE_whereClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 3693; + this.state = 3697; this.match(HiveSqlParser.KW_WHERE); - this.state = 3694; + this.state = 3698; this.expression(); } } @@ -17803,33 +18303,33 @@ export class HiveSqlParser extends SQLParserBase { } public valuesClause(): ValuesClauseContext { let localContext = new ValuesClauseContext(this.context, this.state); - this.enterRule(localContext, 496, HiveSqlParser.RULE_valuesClause); + this.enterRule(localContext, 498, HiveSqlParser.RULE_valuesClause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3696; + this.state = 3700; this.match(HiveSqlParser.KW_VALUES); - this.state = 3715; + this.state = 3719; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 489, this.context) ) { case 1: { - this.state = 3697; + this.state = 3701; this.expressionsInParenthesis(); - this.state = 3702; + this.state = 3706; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 3698; + this.state = 3702; this.match(HiveSqlParser.COMMA); - this.state = 3699; + this.state = 3703; this.expressionsInParenthesis(); } } - this.state = 3704; + this.state = 3708; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -17837,25 +18337,25 @@ export class HiveSqlParser extends SQLParserBase { break; case 2: { - this.state = 3705; + this.state = 3709; this.match(HiveSqlParser.LPAREN); - this.state = 3706; + this.state = 3710; this.firstExpressionsWithAlias(); - this.state = 3707; + this.state = 3711; this.match(HiveSqlParser.RPAREN); - this.state = 3712; + this.state = 3716; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 3708; + this.state = 3712; this.match(HiveSqlParser.COMMA); - this.state = 3709; + this.state = 3713; this.expressionsInParenthesis(); } } - this.state = 3714; + this.state = 3718; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -17880,60 +18380,60 @@ export class HiveSqlParser extends SQLParserBase { } public virtualTableSource(): VirtualTableSourceContext { let localContext = new VirtualTableSourceContext(this.context, this.state); - this.enterRule(localContext, 498, HiveSqlParser.RULE_virtualTableSource); + this.enterRule(localContext, 500, HiveSqlParser.RULE_virtualTableSource); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3717; + this.state = 3721; this.match(HiveSqlParser.KW_TABLE); - this.state = 3718; + this.state = 3722; this.match(HiveSqlParser.LPAREN); - this.state = 3719; + this.state = 3723; this.valuesClause(); - this.state = 3720; + this.state = 3724; this.match(HiveSqlParser.RPAREN); - this.state = 3722; + this.state = 3726; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 3721; + this.state = 3725; this.match(HiveSqlParser.KW_AS); } } - this.state = 3724; + this.state = 3728; this.tableAlias(); - this.state = 3734; + this.state = 3738; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 399) { { - this.state = 3725; + this.state = 3729; this.match(HiveSqlParser.LPAREN); - this.state = 3726; + this.state = 3730; this.id_(); - this.state = 3731; + this.state = 3735; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 3727; + this.state = 3731; this.match(HiveSqlParser.COMMA); - this.state = 3728; + this.state = 3732; this.id_(); } } - this.state = 3733; + this.state = 3737; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 3736; + this.state = 3740; this.match(HiveSqlParser.RPAREN); } } @@ -17953,39 +18453,39 @@ export class HiveSqlParser extends SQLParserBase { } public selectClause(): SelectClauseContext { let localContext = new SelectClauseContext(this.context, this.state); - this.enterRule(localContext, 500, HiveSqlParser.RULE_selectClause); + this.enterRule(localContext, 502, HiveSqlParser.RULE_selectClause); let _la: number; try { let alternative: number; - this.state = 3758; + this.state = 3762; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_SELECT: this.enterOuterAlt(localContext, 1); { - this.state = 3738; + this.state = 3742; this.match(HiveSqlParser.KW_SELECT); - this.state = 3740; + this.state = 3744; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 493, this.context) ) { case 1: { - this.state = 3739; + this.state = 3743; this.match(HiveSqlParser.QUERY_HINT); } break; } - this.state = 3755; + this.state = 3759; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 496, this.context) ) { case 1: { - this.state = 3743; + this.state = 3747; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 494, this.context) ) { case 1: { - this.state = 3742; + this.state = 3746; _la = this.tokenStream.LA(1); if(!(_la === 7 || _la === 96)) { this.errorHandler.recoverInline(this); @@ -17997,23 +18497,23 @@ export class HiveSqlParser extends SQLParserBase { } break; } - this.state = 3745; + this.state = 3749; this.selectItem(); - this.state = 3750; + this.state = 3754; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 495, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 3746; + this.state = 3750; this.match(HiveSqlParser.COMMA); - this.state = 3747; + this.state = 3751; this.selectItem(); } } } - this.state = 3752; + this.state = 3756; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 495, this.context); } @@ -18021,9 +18521,9 @@ export class HiveSqlParser extends SQLParserBase { break; case 2: { - this.state = 3753; + this.state = 3757; this.match(HiveSqlParser.KW_TRANSFORM); - this.state = 3754; + this.state = 3758; this.selectTrfmClause(); } break; @@ -18034,7 +18534,7 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_REDUCE: this.enterOuterAlt(localContext, 2); { - this.state = 3757; + this.state = 3761; this.trfmClause(); } break; @@ -18058,68 +18558,68 @@ export class HiveSqlParser extends SQLParserBase { } public selectTrfmClause(): SelectTrfmClauseContext { let localContext = new SelectTrfmClauseContext(this.context, this.state); - this.enterRule(localContext, 502, HiveSqlParser.RULE_selectTrfmClause); + this.enterRule(localContext, 504, HiveSqlParser.RULE_selectTrfmClause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3760; + this.state = 3764; this.match(HiveSqlParser.LPAREN); - this.state = 3761; + this.state = 3765; this.selectExpressionList(); - this.state = 3762; + this.state = 3766; this.match(HiveSqlParser.RPAREN); - this.state = 3763; + this.state = 3767; this.rowFormat(); - this.state = 3764; + this.state = 3768; this.recordWriter(); - this.state = 3765; + this.state = 3769; this.match(HiveSqlParser.KW_USING); - this.state = 3766; + this.state = 3770; this.match(HiveSqlParser.StringLiteral); - this.state = 3779; + this.state = 3783; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 3767; + this.state = 3771; this.match(HiveSqlParser.KW_AS); - this.state = 3777; + this.state = 3781; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 499, this.context) ) { case 1: { - this.state = 3768; + this.state = 3772; this.match(HiveSqlParser.LPAREN); - this.state = 3771; + this.state = 3775; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 498, this.context) ) { case 1: { - this.state = 3769; + this.state = 3773; this.aliasList(); } break; case 2: { - this.state = 3770; + this.state = 3774; this.columnNameTypeList(); } break; } - this.state = 3773; + this.state = 3777; this.match(HiveSqlParser.RPAREN); } break; case 2: { - this.state = 3775; + this.state = 3779; this.aliasList(); } break; case 3: { - this.state = 3776; + this.state = 3780; this.columnNameTypeList(); } break; @@ -18127,9 +18627,9 @@ export class HiveSqlParser extends SQLParserBase { } } - this.state = 3781; + this.state = 3785; this.rowFormat(); - this.state = 3782; + this.state = 3786; this.recordReader(); } } @@ -18149,16 +18649,16 @@ export class HiveSqlParser extends SQLParserBase { } public selectItem(): SelectItemContext { let localContext = new SelectItemContext(this.context, this.state); - this.enterRule(localContext, 504, HiveSqlParser.RULE_selectItem); + this.enterRule(localContext, 506, HiveSqlParser.RULE_selectItem); let _la: number; try { - this.state = 3807; + this.state = 3811; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 505, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3784; + this.state = 3788; this.tableAllColumns(); } break; @@ -18166,66 +18666,66 @@ export class HiveSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 2); { { - this.state = 3787; + this.state = 3791; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 501, this.context) ) { case 1: { - this.state = 3785; + this.state = 3789; this.columnName(); } break; case 2: { - this.state = 3786; + this.state = 3790; this.expression(); } break; } - this.state = 3805; + this.state = 3809; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 504, this.context) ) { case 1: { - this.state = 3790; + this.state = 3794; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 3789; + this.state = 3793; this.match(HiveSqlParser.KW_AS); } } - this.state = 3792; + this.state = 3796; this.id_(); } break; case 2: { - this.state = 3793; + this.state = 3797; this.match(HiveSqlParser.KW_AS); - this.state = 3794; + this.state = 3798; this.match(HiveSqlParser.LPAREN); - this.state = 3795; + this.state = 3799; this.id_(); - this.state = 3800; + this.state = 3804; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 3796; + this.state = 3800; this.match(HiveSqlParser.COMMA); - this.state = 3797; + this.state = 3801; this.id_(); } } - this.state = 3802; + this.state = 3806; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3803; + this.state = 3807; this.match(HiveSqlParser.RPAREN); } break; @@ -18251,12 +18751,12 @@ export class HiveSqlParser extends SQLParserBase { } public trfmClause(): TrfmClauseContext { let localContext = new TrfmClauseContext(this.context, this.state); - this.enterRule(localContext, 506, HiveSqlParser.RULE_trfmClause); + this.enterRule(localContext, 508, HiveSqlParser.RULE_trfmClause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3809; + this.state = 3813; _la = this.tokenStream.LA(1); if(!(_la === 198 || _la === 268)) { this.errorHandler.recoverInline(this); @@ -18265,59 +18765,59 @@ export class HiveSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3810; + this.state = 3814; this.selectExpressionList(); - this.state = 3811; + this.state = 3815; this.rowFormat(); - this.state = 3812; + this.state = 3816; this.recordWriter(); - this.state = 3813; + this.state = 3817; this.match(HiveSqlParser.KW_USING); - this.state = 3814; + this.state = 3818; this.match(HiveSqlParser.StringLiteral); - this.state = 3827; + this.state = 3831; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 3815; + this.state = 3819; this.match(HiveSqlParser.KW_AS); - this.state = 3825; + this.state = 3829; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 507, this.context) ) { case 1: { - this.state = 3816; + this.state = 3820; this.match(HiveSqlParser.LPAREN); - this.state = 3819; + this.state = 3823; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 506, this.context) ) { case 1: { - this.state = 3817; + this.state = 3821; this.aliasList(); } break; case 2: { - this.state = 3818; + this.state = 3822; this.columnNameTypeList(); } break; } - this.state = 3821; + this.state = 3825; this.match(HiveSqlParser.RPAREN); } break; case 2: { - this.state = 3823; + this.state = 3827; this.aliasList(); } break; case 3: { - this.state = 3824; + this.state = 3828; this.columnNameTypeList(); } break; @@ -18325,9 +18825,9 @@ export class HiveSqlParser extends SQLParserBase { } } - this.state = 3829; + this.state = 3833; this.rowFormat(); - this.state = 3830; + this.state = 3834; this.recordReader(); } } @@ -18347,22 +18847,22 @@ export class HiveSqlParser extends SQLParserBase { } public selectExpression(): SelectExpressionContext { let localContext = new SelectExpressionContext(this.context, this.state); - this.enterRule(localContext, 508, HiveSqlParser.RULE_selectExpression); + this.enterRule(localContext, 510, HiveSqlParser.RULE_selectExpression); try { - this.state = 3834; + this.state = 3838; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 509, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3832; + this.state = 3836; this.tableAllColumns(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3833; + this.state = 3837; this.expression(); } break; @@ -18384,26 +18884,26 @@ export class HiveSqlParser extends SQLParserBase { } public selectExpressionList(): SelectExpressionListContext { let localContext = new SelectExpressionListContext(this.context, this.state); - this.enterRule(localContext, 510, HiveSqlParser.RULE_selectExpressionList); + this.enterRule(localContext, 512, HiveSqlParser.RULE_selectExpressionList); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3836; + this.state = 3840; this.selectExpression(); - this.state = 3841; + this.state = 3845; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 3837; + this.state = 3841; this.match(HiveSqlParser.COMMA); - this.state = 3838; + this.state = 3842; this.selectExpression(); } } - this.state = 3843; + this.state = 3847; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -18425,36 +18925,36 @@ export class HiveSqlParser extends SQLParserBase { } public window_clause(): Window_clauseContext { let localContext = new Window_clauseContext(this.context, this.state); - this.enterRule(localContext, 512, HiveSqlParser.RULE_window_clause); + this.enterRule(localContext, 514, HiveSqlParser.RULE_window_clause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3844; + this.state = 3848; this.match(HiveSqlParser.KW_WINDOW); - this.state = 3845; + this.state = 3849; this.id_(); - this.state = 3846; + this.state = 3850; this.match(HiveSqlParser.KW_AS); - this.state = 3847; + this.state = 3851; this.window_specification(); - this.state = 3855; + this.state = 3859; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 3848; + this.state = 3852; this.match(HiveSqlParser.COMMA); - this.state = 3849; + this.state = 3853; this.id_(); - this.state = 3850; + this.state = 3854; this.match(HiveSqlParser.KW_AS); - this.state = 3851; + this.state = 3855; this.window_specification(); } } - this.state = 3857; + this.state = 3861; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -18476,10 +18976,10 @@ export class HiveSqlParser extends SQLParserBase { } public window_specification(): Window_specificationContext { let localContext = new Window_specificationContext(this.context, this.state); - this.enterRule(localContext, 514, HiveSqlParser.RULE_window_specification); + this.enterRule(localContext, 516, HiveSqlParser.RULE_window_specification); let _la: number; try { - this.state = 3870; + this.state = 3874; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_ABORT: @@ -18724,46 +19224,46 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.Identifier: this.enterOuterAlt(localContext, 1); { - this.state = 3858; + this.state = 3862; this.id_(); } break; case HiveSqlParser.LPAREN: this.enterOuterAlt(localContext, 2); { - this.state = 3859; + this.state = 3863; this.match(HiveSqlParser.LPAREN); - this.state = 3861; + this.state = 3865; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 512, this.context) ) { case 1: { - this.state = 3860; + this.state = 3864; this.id_(); } break; } - this.state = 3864; + this.state = 3868; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 41 || _la === 97 || _la === 229 || _la === 237 || _la === 314) { { - this.state = 3863; + this.state = 3867; this.partitioningSpec(); } } - this.state = 3867; + this.state = 3871; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 260 || _la === 292) { { - this.state = 3866; + this.state = 3870; this.window_frame(); } } - this.state = 3869; + this.state = 3873; this.match(HiveSqlParser.RPAREN); } break; @@ -18787,12 +19287,12 @@ export class HiveSqlParser extends SQLParserBase { } public window_frame(): Window_frameContext { let localContext = new Window_frameContext(this.context, this.state); - this.enterRule(localContext, 516, HiveSqlParser.RULE_window_frame); + this.enterRule(localContext, 518, HiveSqlParser.RULE_window_frame); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3872; + this.state = 3876; _la = this.tokenStream.LA(1); if(!(_la === 260 || _la === 292)) { this.errorHandler.recoverInline(this); @@ -18801,22 +19301,22 @@ export class HiveSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3886; + this.state = 3890; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_CURRENT: case HiveSqlParser.KW_UNBOUNDED: case HiveSqlParser.Number: { - this.state = 3879; + this.state = 3883; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_UNBOUNDED: { { - this.state = 3873; + this.state = 3877; this.match(HiveSqlParser.KW_UNBOUNDED); - this.state = 3874; + this.state = 3878; this.match(HiveSqlParser.KW_PRECEDING); } } @@ -18824,9 +19324,9 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_CURRENT: { { - this.state = 3875; + this.state = 3879; this.match(HiveSqlParser.KW_CURRENT); - this.state = 3876; + this.state = 3880; this.match(HiveSqlParser.KW_ROW); } } @@ -18834,9 +19334,9 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.Number: { { - this.state = 3877; + this.state = 3881; this.match(HiveSqlParser.Number); - this.state = 3878; + this.state = 3882; this.match(HiveSqlParser.KW_PRECEDING); } } @@ -18848,13 +19348,13 @@ export class HiveSqlParser extends SQLParserBase { break; case HiveSqlParser.KW_BETWEEN: { - this.state = 3881; + this.state = 3885; this.match(HiveSqlParser.KW_BETWEEN); - this.state = 3882; + this.state = 3886; this.window_frame_boundary(); - this.state = 3883; + this.state = 3887; this.match(HiveSqlParser.KW_AND); - this.state = 3884; + this.state = 3888; this.window_frame_boundary(); } break; @@ -18879,17 +19379,17 @@ export class HiveSqlParser extends SQLParserBase { } public window_frame_boundary(): Window_frame_boundaryContext { let localContext = new Window_frame_boundaryContext(this.context, this.state); - this.enterRule(localContext, 518, HiveSqlParser.RULE_window_frame_boundary); + this.enterRule(localContext, 520, HiveSqlParser.RULE_window_frame_boundary); let _la: number; try { - this.state = 3892; + this.state = 3896; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_UNBOUNDED: case HiveSqlParser.Number: this.enterOuterAlt(localContext, 1); { - this.state = 3888; + this.state = 3892; _la = this.tokenStream.LA(1); if(!(_la === 354 || _la === 431)) { this.errorHandler.recoverInline(this); @@ -18898,7 +19398,7 @@ export class HiveSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3889; + this.state = 3893; _la = this.tokenStream.LA(1); if(!(_la === 133 || _la === 247)) { this.errorHandler.recoverInline(this); @@ -18912,9 +19412,9 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_CURRENT: this.enterOuterAlt(localContext, 2); { - this.state = 3890; + this.state = 3894; this.match(HiveSqlParser.KW_CURRENT); - this.state = 3891; + this.state = 3895; this.match(HiveSqlParser.KW_ROW); } break; @@ -18938,41 +19438,41 @@ export class HiveSqlParser extends SQLParserBase { } public groupByClause(): GroupByClauseContext { let localContext = new GroupByClauseContext(this.context, this.state); - this.enterRule(localContext, 520, HiveSqlParser.RULE_groupByClause); + this.enterRule(localContext, 522, HiveSqlParser.RULE_groupByClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 3894; + this.state = 3898; this.match(HiveSqlParser.KW_GROUP); - this.state = 3895; + this.state = 3899; this.match(HiveSqlParser.KW_BY); - this.state = 3901; + this.state = 3905; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 519, this.context) ) { case 1: { - this.state = 3896; + this.state = 3900; this.columnName(); } break; case 2: { - this.state = 3897; + this.state = 3901; this.rollupStandard(); } break; case 3: { - this.state = 3898; + this.state = 3902; this.rollupOldSyntax(); } break; case 4: { { - this.state = 3899; + this.state = 3903; this.match(HiveSqlParser.LPAREN); - this.state = 3900; + this.state = 3904; this.match(HiveSqlParser.RPAREN); } } @@ -18996,50 +19496,50 @@ export class HiveSqlParser extends SQLParserBase { } public rollupStandard(): RollupStandardContext { let localContext = new RollupStandardContext(this.context, this.state); - this.enterRule(localContext, 522, HiveSqlParser.RULE_rollupStandard); + this.enterRule(localContext, 524, HiveSqlParser.RULE_rollupStandard); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3905; + this.state = 3909; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_ROLLUP: { - this.state = 3903; + this.state = 3907; localContext._rollup = this.match(HiveSqlParser.KW_ROLLUP); } break; case HiveSqlParser.KW_CUBE: { - this.state = 3904; + this.state = 3908; localContext._cube = this.match(HiveSqlParser.KW_CUBE); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 3907; + this.state = 3911; this.match(HiveSqlParser.LPAREN); - this.state = 3908; + this.state = 3912; this.expression(); - this.state = 3913; + this.state = 3917; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 3909; + this.state = 3913; this.match(HiveSqlParser.COMMA); - this.state = 3910; + this.state = 3914; this.expression(); } } - this.state = 3915; + this.state = 3919; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3916; + this.state = 3920; this.match(HiveSqlParser.RPAREN); } } @@ -19059,63 +19559,63 @@ export class HiveSqlParser extends SQLParserBase { } public rollupOldSyntax(): RollupOldSyntaxContext { let localContext = new RollupOldSyntaxContext(this.context, this.state); - this.enterRule(localContext, 524, HiveSqlParser.RULE_rollupOldSyntax); + this.enterRule(localContext, 526, HiveSqlParser.RULE_rollupOldSyntax); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3918; + this.state = 3922; localContext._expr = this.expressionsNotInParenthesis(); - this.state = 3923; + this.state = 3927; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 522, this.context) ) { case 1: { - this.state = 3919; + this.state = 3923; localContext._rollup = this.match(HiveSqlParser.KW_WITH); - this.state = 3920; + this.state = 3924; this.match(HiveSqlParser.KW_ROLLUP); } break; case 2: { - this.state = 3921; + this.state = 3925; localContext._cube = this.match(HiveSqlParser.KW_WITH); - this.state = 3922; + this.state = 3926; this.match(HiveSqlParser.KW_CUBE); } break; } - this.state = 3938; + this.state = 3942; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 145) { { - this.state = 3925; + this.state = 3929; localContext._sets = this.match(HiveSqlParser.KW_GROUPING); - this.state = 3926; + this.state = 3930; this.match(HiveSqlParser.KW_SETS); - this.state = 3927; + this.state = 3931; this.match(HiveSqlParser.LPAREN); - this.state = 3928; + this.state = 3932; this.groupingSetExpression(); - this.state = 3933; + this.state = 3937; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 3929; + this.state = 3933; this.match(HiveSqlParser.COMMA); - this.state = 3930; + this.state = 3934; this.groupingSetExpression(); } } - this.state = 3935; + this.state = 3939; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3936; + this.state = 3940; this.match(HiveSqlParser.RPAREN); } } @@ -19138,51 +19638,51 @@ export class HiveSqlParser extends SQLParserBase { } public groupingSetExpression(): GroupingSetExpressionContext { let localContext = new GroupingSetExpressionContext(this.context, this.state); - this.enterRule(localContext, 526, HiveSqlParser.RULE_groupingSetExpression); + this.enterRule(localContext, 528, HiveSqlParser.RULE_groupingSetExpression); let _la: number; try { - this.state = 3953; + this.state = 3957; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 527, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3940; + this.state = 3944; this.match(HiveSqlParser.LPAREN); - this.state = 3942; + this.state = 3946; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 3755838846) !== 0) || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 3315298239) !== 0) || ((((_la - 66)) & ~0x1F) === 0 && ((1 << (_la - 66)) & 3203280869) !== 0) || ((((_la - 98)) & ~0x1F) === 0 && ((1 << (_la - 98)) & 3976149863) !== 0) || ((((_la - 130)) & ~0x1F) === 0 && ((1 << (_la - 130)) & 2004783495) !== 0) || ((((_la - 162)) & ~0x1F) === 0 && ((1 << (_la - 162)) & 4226874827) !== 0) || ((((_la - 195)) & ~0x1F) === 0 && ((1 << (_la - 195)) & 2616949503) !== 0) || ((((_la - 227)) & ~0x1F) === 0 && ((1 << (_la - 227)) & 3658431331) !== 0) || ((((_la - 259)) & ~0x1F) === 0 && ((1 << (_la - 259)) & 989854189) !== 0) || ((((_la - 293)) & ~0x1F) === 0 && ((1 << (_la - 293)) & 4260362175) !== 0) || ((((_la - 325)) & ~0x1F) === 0 && ((1 << (_la - 325)) & 1530590125) !== 0) || ((((_la - 357)) & ~0x1F) === 0 && ((1 << (_la - 357)) & 2549468921) !== 0) || ((((_la - 389)) & ~0x1F) === 0 && ((1 << (_la - 389)) & 4294902847) !== 0) || ((((_la - 421)) & ~0x1F) === 0 && ((1 << (_la - 421)) & 7597) !== 0)) { { - this.state = 3941; + this.state = 3945; this.expression(); } } - this.state = 3948; + this.state = 3952; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 3944; + this.state = 3948; this.match(HiveSqlParser.COMMA); - this.state = 3945; + this.state = 3949; this.expression(); } } - this.state = 3950; + this.state = 3954; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3951; + this.state = 3955; this.match(HiveSqlParser.RPAREN); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3952; + this.state = 3956; this.expression(); } break; @@ -19204,13 +19704,13 @@ export class HiveSqlParser extends SQLParserBase { } public havingClause(): HavingClauseContext { let localContext = new HavingClauseContext(this.context, this.state); - this.enterRule(localContext, 528, HiveSqlParser.RULE_havingClause); + this.enterRule(localContext, 530, HiveSqlParser.RULE_havingClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 3955; + this.state = 3959; this.match(HiveSqlParser.KW_HAVING); - this.state = 3956; + this.state = 3960; this.expression(); } } @@ -19230,13 +19730,13 @@ export class HiveSqlParser extends SQLParserBase { } public qualifyClause(): QualifyClauseContext { let localContext = new QualifyClauseContext(this.context, this.state); - this.enterRule(localContext, 530, HiveSqlParser.RULE_qualifyClause); + this.enterRule(localContext, 532, HiveSqlParser.RULE_qualifyClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 3958; + this.state = 3962; this.match(HiveSqlParser.KW_QUALIFY); - this.state = 3959; + this.state = 3963; this.expression(); } } @@ -19256,22 +19756,22 @@ export class HiveSqlParser extends SQLParserBase { } public expressionOrDefault(): ExpressionOrDefaultContext { let localContext = new ExpressionOrDefaultContext(this.context, this.state); - this.enterRule(localContext, 532, HiveSqlParser.RULE_expressionOrDefault); + this.enterRule(localContext, 534, HiveSqlParser.RULE_expressionOrDefault); try { - this.state = 3963; + this.state = 3967; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 528, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3961; + this.state = 3965; this.match(HiveSqlParser.KW_DEFAULT); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3962; + this.state = 3966; this.expression(); } break; @@ -19293,66 +19793,66 @@ export class HiveSqlParser extends SQLParserBase { } public firstExpressionsWithAlias(): FirstExpressionsWithAliasContext { let localContext = new FirstExpressionsWithAliasContext(this.context, this.state); - this.enterRule(localContext, 534, HiveSqlParser.RULE_firstExpressionsWithAlias); + this.enterRule(localContext, 536, HiveSqlParser.RULE_firstExpressionsWithAlias); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3965; + this.state = 3969; localContext._first = this.expression(); - this.state = 3967; + this.state = 3971; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 3966; + this.state = 3970; this.match(HiveSqlParser.KW_AS); } } - this.state = 3970; + this.state = 3974; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 3252454782) !== 0) || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 94072755) !== 0) || ((((_la - 66)) & ~0x1F) === 0 && ((1 << (_la - 66)) & 3203280837) !== 0) || ((((_la - 98)) & ~0x1F) === 0 && ((1 << (_la - 98)) & 3774298979) !== 0) || ((((_la - 130)) & ~0x1F) === 0 && ((1 << (_la - 130)) & 1985876353) !== 0) || ((((_la - 168)) & ~0x1F) === 0 && ((1 << (_la - 168)) & 3152987127) !== 0) || ((((_la - 200)) & ~0x1F) === 0 && ((1 << (_la - 200)) & 215407575) !== 0) || ((((_la - 232)) & ~0x1F) === 0 && ((1 << (_la - 232)) & 1859156443) !== 0) || ((((_la - 265)) & ~0x1F) === 0 && ((1 << (_la - 265)) & 4039901127) !== 0) || ((((_la - 297)) & ~0x1F) === 0 && ((1 << (_la - 297)) & 3755917179) !== 0) || ((((_la - 330)) & ~0x1F) === 0 && ((1 << (_la - 330)) & 3402225181) !== 0) || ((((_la - 362)) & ~0x1F) === 0 && ((1 << (_la - 362)) & 4238323319) !== 0) || _la === 394 || _la === 432) { { - this.state = 3969; + this.state = 3973; localContext._colAlias = this.id_(); } } - this.state = 3982; + this.state = 3986; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 3972; + this.state = 3976; this.match(HiveSqlParser.COMMA); - this.state = 3973; + this.state = 3977; this.expression(); - this.state = 3975; + this.state = 3979; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 3974; + this.state = 3978; this.match(HiveSqlParser.KW_AS); } } - this.state = 3978; + this.state = 3982; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 3252454782) !== 0) || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 94072755) !== 0) || ((((_la - 66)) & ~0x1F) === 0 && ((1 << (_la - 66)) & 3203280837) !== 0) || ((((_la - 98)) & ~0x1F) === 0 && ((1 << (_la - 98)) & 3774298979) !== 0) || ((((_la - 130)) & ~0x1F) === 0 && ((1 << (_la - 130)) & 1985876353) !== 0) || ((((_la - 168)) & ~0x1F) === 0 && ((1 << (_la - 168)) & 3152987127) !== 0) || ((((_la - 200)) & ~0x1F) === 0 && ((1 << (_la - 200)) & 215407575) !== 0) || ((((_la - 232)) & ~0x1F) === 0 && ((1 << (_la - 232)) & 1859156443) !== 0) || ((((_la - 265)) & ~0x1F) === 0 && ((1 << (_la - 265)) & 4039901127) !== 0) || ((((_la - 297)) & ~0x1F) === 0 && ((1 << (_la - 297)) & 3755917179) !== 0) || ((((_la - 330)) & ~0x1F) === 0 && ((1 << (_la - 330)) & 3402225181) !== 0) || ((((_la - 362)) & ~0x1F) === 0 && ((1 << (_la - 362)) & 4238323319) !== 0) || _la === 394 || _la === 432) { { - this.state = 3977; + this.state = 3981; localContext._alias = this.id_(); } } } } - this.state = 3984; + this.state = 3988; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -19374,22 +19874,22 @@ export class HiveSqlParser extends SQLParserBase { } public expressions(): ExpressionsContext { let localContext = new ExpressionsContext(this.context, this.state); - this.enterRule(localContext, 536, HiveSqlParser.RULE_expressions); + this.enterRule(localContext, 538, HiveSqlParser.RULE_expressions); try { - this.state = 3987; + this.state = 3991; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 534, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3985; + this.state = 3989; this.expressionsInParenthesis(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3986; + this.state = 3990; this.expressionsNotInParenthesis(); } break; @@ -19411,15 +19911,15 @@ export class HiveSqlParser extends SQLParserBase { } public expressionsInParenthesis(): ExpressionsInParenthesisContext { let localContext = new ExpressionsInParenthesisContext(this.context, this.state); - this.enterRule(localContext, 538, HiveSqlParser.RULE_expressionsInParenthesis); + this.enterRule(localContext, 540, HiveSqlParser.RULE_expressionsInParenthesis); try { this.enterOuterAlt(localContext, 1); { - this.state = 3989; + this.state = 3993; this.match(HiveSqlParser.LPAREN); - this.state = 3990; + this.state = 3994; this.expressionsNotInParenthesis(); - this.state = 3991; + this.state = 3995; this.match(HiveSqlParser.RPAREN); } } @@ -19439,31 +19939,31 @@ export class HiveSqlParser extends SQLParserBase { } public expressionsNotInParenthesis(): ExpressionsNotInParenthesisContext { let localContext = new ExpressionsNotInParenthesisContext(this.context, this.state); - this.enterRule(localContext, 540, HiveSqlParser.RULE_expressionsNotInParenthesis); + this.enterRule(localContext, 542, HiveSqlParser.RULE_expressionsNotInParenthesis); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3993; + this.state = 3997; localContext._first = this.expressionOrDefault(); - this.state = 4000; + this.state = 4004; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 397) { { - this.state = 3996; + this.state = 4000; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 3994; + this.state = 3998; this.match(HiveSqlParser.COMMA); - this.state = 3995; + this.state = 3999; this.expressionOrDefault(); } } - this.state = 3998; + this.state = 4002; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 397); @@ -19488,30 +19988,30 @@ export class HiveSqlParser extends SQLParserBase { } public orderByClause(): OrderByClauseContext { let localContext = new OrderByClauseContext(this.context, this.state); - this.enterRule(localContext, 542, HiveSqlParser.RULE_orderByClause); + this.enterRule(localContext, 544, HiveSqlParser.RULE_orderByClause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4002; + this.state = 4006; this.match(HiveSqlParser.KW_ORDER); - this.state = 4003; + this.state = 4007; this.match(HiveSqlParser.KW_BY); - this.state = 4004; + this.state = 4008; this.columnRefOrder(); - this.state = 4009; + this.state = 4013; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 4005; + this.state = 4009; this.match(HiveSqlParser.COMMA); - this.state = 4006; + this.state = 4010; this.columnRefOrder(); } } - this.state = 4011; + this.state = 4015; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -19531,17 +20031,45 @@ export class HiveSqlParser extends SQLParserBase { } return localContext; } + public partitionByClause(): PartitionByClauseContext { + let localContext = new PartitionByClauseContext(this.context, this.state); + this.enterRule(localContext, 546, HiveSqlParser.RULE_partitionByClause); + try { + this.enterOuterAlt(localContext, 1); + { + this.state = 4016; + this.match(HiveSqlParser.KW_PARTITION); + this.state = 4017; + this.match(HiveSqlParser.KW_BY); + this.state = 4018; + this.expressions(); + } + } + 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 clusterByClause(): ClusterByClauseContext { let localContext = new ClusterByClauseContext(this.context, this.state); - this.enterRule(localContext, 544, HiveSqlParser.RULE_clusterByClause); + this.enterRule(localContext, 548, HiveSqlParser.RULE_clusterByClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 4012; + this.state = 4020; this.match(HiveSqlParser.KW_CLUSTER); - this.state = 4013; + this.state = 4021; this.match(HiveSqlParser.KW_BY); - this.state = 4014; + this.state = 4022; this.expressions(); } } @@ -19561,15 +20089,15 @@ export class HiveSqlParser extends SQLParserBase { } public distributeByClause(): DistributeByClauseContext { let localContext = new DistributeByClauseContext(this.context, this.state); - this.enterRule(localContext, 546, HiveSqlParser.RULE_distributeByClause); + this.enterRule(localContext, 550, HiveSqlParser.RULE_distributeByClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 4016; + this.state = 4024; this.match(HiveSqlParser.KW_DISTRIBUTE); - this.state = 4017; + this.state = 4025; this.match(HiveSqlParser.KW_BY); - this.state = 4018; + this.state = 4026; this.expressions(); } } @@ -19589,42 +20117,42 @@ export class HiveSqlParser extends SQLParserBase { } public sortByClause(): SortByClauseContext { let localContext = new SortByClauseContext(this.context, this.state); - this.enterRule(localContext, 548, HiveSqlParser.RULE_sortByClause); + this.enterRule(localContext, 552, HiveSqlParser.RULE_sortByClause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4020; + this.state = 4028; this.match(HiveSqlParser.KW_SORT); - this.state = 4021; + this.state = 4029; this.match(HiveSqlParser.KW_BY); - this.state = 4041; + this.state = 4049; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 540, this.context) ) { case 1: { { - this.state = 4022; + this.state = 4030; this.match(HiveSqlParser.LPAREN); - this.state = 4023; + this.state = 4031; this.columnRefOrder(); - this.state = 4028; + this.state = 4036; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 4024; + this.state = 4032; this.match(HiveSqlParser.COMMA); - this.state = 4025; + this.state = 4033; this.columnRefOrder(); } } - this.state = 4030; + this.state = 4038; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 4031; + this.state = 4039; this.match(HiveSqlParser.RPAREN); } } @@ -19632,21 +20160,21 @@ export class HiveSqlParser extends SQLParserBase { case 2: { { - this.state = 4033; + this.state = 4041; this.columnRefOrder(); - this.state = 4038; + this.state = 4046; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 4034; + this.state = 4042; this.match(HiveSqlParser.COMMA); - this.state = 4035; + this.state = 4043; this.columnRefOrder(); } } - this.state = 4040; + this.state = 4048; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -19672,37 +20200,37 @@ export class HiveSqlParser extends SQLParserBase { } public function_(): Function_Context { let localContext = new Function_Context(this.context, this.state); - this.enterRule(localContext, 550, HiveSqlParser.RULE_function_); + this.enterRule(localContext, 554, HiveSqlParser.RULE_function_); let _la: number; try { - this.state = 4096; + this.state = 4104; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 549, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4043; + this.state = 4051; this.match(HiveSqlParser.KW_TRIM); - this.state = 4044; + this.state = 4052; this.match(HiveSqlParser.LPAREN); - this.state = 4048; + this.state = 4056; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_LEADING: { - this.state = 4045; + this.state = 4053; localContext._leading = this.match(HiveSqlParser.KW_LEADING); } break; case HiveSqlParser.KW_TRAILING: { - this.state = 4046; + this.state = 4054; localContext._trailing = this.match(HiveSqlParser.KW_TRAILING); } break; case HiveSqlParser.KW_BOTH: { - this.state = 4047; + this.state = 4055; this.match(HiveSqlParser.KW_BOTH); } break; @@ -20012,48 +20540,48 @@ export class HiveSqlParser extends SQLParserBase { default: break; } - this.state = 4051; + this.state = 4059; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 3755838846) !== 0) || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 3315298239) !== 0) || ((((_la - 66)) & ~0x1F) === 0 && ((1 << (_la - 66)) & 3203280869) !== 0) || ((((_la - 98)) & ~0x1F) === 0 && ((1 << (_la - 98)) & 3976149863) !== 0) || ((((_la - 130)) & ~0x1F) === 0 && ((1 << (_la - 130)) & 2004783495) !== 0) || ((((_la - 162)) & ~0x1F) === 0 && ((1 << (_la - 162)) & 4226874827) !== 0) || ((((_la - 195)) & ~0x1F) === 0 && ((1 << (_la - 195)) & 2616949503) !== 0) || ((((_la - 227)) & ~0x1F) === 0 && ((1 << (_la - 227)) & 3658431331) !== 0) || ((((_la - 259)) & ~0x1F) === 0 && ((1 << (_la - 259)) & 989854189) !== 0) || ((((_la - 293)) & ~0x1F) === 0 && ((1 << (_la - 293)) & 4260362175) !== 0) || ((((_la - 325)) & ~0x1F) === 0 && ((1 << (_la - 325)) & 1530590125) !== 0) || ((((_la - 357)) & ~0x1F) === 0 && ((1 << (_la - 357)) & 2549468921) !== 0) || ((((_la - 389)) & ~0x1F) === 0 && ((1 << (_la - 389)) & 4294902847) !== 0) || ((((_la - 421)) & ~0x1F) === 0 && ((1 << (_la - 421)) & 7597) !== 0)) { { - this.state = 4050; + this.state = 4058; localContext._trim_characters = this.selectExpression(); } } - this.state = 4053; + this.state = 4061; this.match(HiveSqlParser.KW_FROM); - this.state = 4054; + this.state = 4062; localContext._str = this.selectExpression(); - this.state = 4055; + this.state = 4063; this.match(HiveSqlParser.RPAREN); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4057; + this.state = 4065; this.functionNameForInvoke(); - this.state = 4058; + this.state = 4066; this.match(HiveSqlParser.LPAREN); - this.state = 4073; + this.state = 4081; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 546, this.context) ) { case 1: { - this.state = 4059; + this.state = 4067; localContext._star = this.match(HiveSqlParser.STAR); } break; case 2: { - this.state = 4061; + this.state = 4069; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 7 || _la === 96) { { - this.state = 4060; + this.state = 4068; localContext._dist = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 7 || _la === 96)) { @@ -20066,26 +20594,26 @@ export class HiveSqlParser extends SQLParserBase { } } - this.state = 4071; + this.state = 4079; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 545, this.context) ) { case 1: { - this.state = 4063; + this.state = 4071; this.selectExpression(); - this.state = 4068; + this.state = 4076; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 4064; + this.state = 4072; this.match(HiveSqlParser.COMMA); - this.state = 4065; + this.state = 4073; this.selectExpression(); } } - this.state = 4070; + this.state = 4078; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -20095,60 +20623,60 @@ export class HiveSqlParser extends SQLParserBase { } break; } - this.state = 4094; + this.state = 4102; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 548, this.context) ) { case 1: { - this.state = 4075; + this.state = 4083; this.match(HiveSqlParser.RPAREN); - this.state = 4076; + this.state = 4084; localContext._within = this.match(HiveSqlParser.KW_WITHIN); - this.state = 4077; + this.state = 4085; this.match(HiveSqlParser.KW_GROUP); - this.state = 4078; + this.state = 4086; this.match(HiveSqlParser.LPAREN); - this.state = 4079; + this.state = 4087; localContext._ordBy = this.orderByClause(); - this.state = 4080; + this.state = 4088; this.match(HiveSqlParser.RPAREN); } break; case 2: { - this.state = 4082; + this.state = 4090; this.match(HiveSqlParser.RPAREN); - this.state = 4084; + this.state = 4092; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 152 || _la === 281) { { - this.state = 4083; + this.state = 4091; localContext._nt = this.null_treatment(); } } - this.state = 4086; + this.state = 4094; this.match(HiveSqlParser.KW_OVER); - this.state = 4087; + this.state = 4095; localContext._ws = this.window_specification(); } break; case 3: { - this.state = 4088; + this.state = 4096; localContext._nt = this.null_treatment(); - this.state = 4089; + this.state = 4097; this.match(HiveSqlParser.RPAREN); - this.state = 4090; + this.state = 4098; this.match(HiveSqlParser.KW_OVER); - this.state = 4091; + this.state = 4099; localContext._ws = this.window_specification(); } break; case 4: { - this.state = 4093; + this.state = 4101; this.match(HiveSqlParser.RPAREN); } break; @@ -20173,12 +20701,12 @@ export class HiveSqlParser extends SQLParserBase { } public null_treatment(): Null_treatmentContext { let localContext = new Null_treatmentContext(this.context, this.state); - this.enterRule(localContext, 552, HiveSqlParser.RULE_null_treatment); + this.enterRule(localContext, 556, HiveSqlParser.RULE_null_treatment); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4098; + this.state = 4106; _la = this.tokenStream.LA(1); if(!(_la === 152 || _la === 281)) { this.errorHandler.recoverInline(this); @@ -20187,7 +20715,7 @@ export class HiveSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4099; + this.state = 4107; this.match(HiveSqlParser.KW_NULLS); } } @@ -20207,11 +20735,11 @@ export class HiveSqlParser extends SQLParserBase { } public functionNameCreate(): FunctionNameCreateContext { let localContext = new FunctionNameCreateContext(this.context, this.state); - this.enterRule(localContext, 554, HiveSqlParser.RULE_functionNameCreate); + this.enterRule(localContext, 558, HiveSqlParser.RULE_functionNameCreate); try { this.enterOuterAlt(localContext, 1); { - this.state = 4101; + this.state = 4109; this.functionIdentifier(); } } @@ -20231,9 +20759,9 @@ export class HiveSqlParser extends SQLParserBase { } public functionNameForDDL(): FunctionNameForDDLContext { let localContext = new FunctionNameForDDLContext(this.context, this.state); - this.enterRule(localContext, 556, HiveSqlParser.RULE_functionNameForDDL); + this.enterRule(localContext, 560, HiveSqlParser.RULE_functionNameForDDL); try { - this.state = 4105; + this.state = 4113; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_ABORT: @@ -20478,14 +21006,14 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.Identifier: this.enterOuterAlt(localContext, 1); { - this.state = 4103; + this.state = 4111; this.functionIdentifier(); } break; case HiveSqlParser.StringLiteral: this.enterOuterAlt(localContext, 2); { - this.state = 4104; + this.state = 4112; this.match(HiveSqlParser.StringLiteral); } break; @@ -20509,29 +21037,29 @@ export class HiveSqlParser extends SQLParserBase { } public functionNameForInvoke(): FunctionNameForInvokeContext { let localContext = new FunctionNameForInvokeContext(this.context, this.state); - this.enterRule(localContext, 558, HiveSqlParser.RULE_functionNameForInvoke); + this.enterRule(localContext, 562, HiveSqlParser.RULE_functionNameForInvoke); try { - this.state = 4110; + this.state = 4118; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 551, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4107; + this.state = 4115; this.functionIdentifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4108; + this.state = 4116; this.sql11ReservedKeywordsUsedAsFunctionName(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4109; + this.state = 4117; this.sysFuncNames(); } break; @@ -20553,34 +21081,34 @@ export class HiveSqlParser extends SQLParserBase { } public castExpression(): CastExpressionContext { let localContext = new CastExpressionContext(this.context, this.state); - this.enterRule(localContext, 560, HiveSqlParser.RULE_castExpression); + this.enterRule(localContext, 564, HiveSqlParser.RULE_castExpression); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4112; + this.state = 4120; this.match(HiveSqlParser.KW_CAST); - this.state = 4113; + this.state = 4121; this.match(HiveSqlParser.LPAREN); - this.state = 4114; + this.state = 4122; this.expression(); - this.state = 4115; + this.state = 4123; this.match(HiveSqlParser.KW_AS); - this.state = 4116; + this.state = 4124; localContext._toType = this.primitiveType(); - this.state = 4119; + this.state = 4127; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 137) { { - this.state = 4117; + this.state = 4125; localContext._fmt = this.match(HiveSqlParser.KW_FORMAT); - this.state = 4118; + this.state = 4126; this.match(HiveSqlParser.StringLiteral); } } - this.state = 4121; + this.state = 4129; this.match(HiveSqlParser.RPAREN); } } @@ -20600,48 +21128,48 @@ export class HiveSqlParser extends SQLParserBase { } public caseExpression(): CaseExpressionContext { let localContext = new CaseExpressionContext(this.context, this.state); - this.enterRule(localContext, 562, HiveSqlParser.RULE_caseExpression); + this.enterRule(localContext, 566, HiveSqlParser.RULE_caseExpression); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4123; + this.state = 4131; this.match(HiveSqlParser.KW_CASE); - this.state = 4124; + this.state = 4132; this.expression(); - this.state = 4130; + this.state = 4138; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 4125; + this.state = 4133; this.match(HiveSqlParser.KW_WHEN); - this.state = 4126; + this.state = 4134; this.expression(); - this.state = 4127; + this.state = 4135; this.match(HiveSqlParser.KW_THEN); - this.state = 4128; + this.state = 4136; this.expression(); } } - this.state = 4132; + this.state = 4140; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 383); - this.state = 4136; + this.state = 4144; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 4134; + this.state = 4142; this.match(HiveSqlParser.KW_ELSE); - this.state = 4135; + this.state = 4143; this.expression(); } } - this.state = 4138; + this.state = 4146; this.match(HiveSqlParser.KW_END); } } @@ -20661,46 +21189,46 @@ export class HiveSqlParser extends SQLParserBase { } public whenExpression(): WhenExpressionContext { let localContext = new WhenExpressionContext(this.context, this.state); - this.enterRule(localContext, 564, HiveSqlParser.RULE_whenExpression); + this.enterRule(localContext, 568, HiveSqlParser.RULE_whenExpression); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4140; + this.state = 4148; this.match(HiveSqlParser.KW_CASE); - this.state = 4146; + this.state = 4154; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 4141; + this.state = 4149; this.match(HiveSqlParser.KW_WHEN); - this.state = 4142; + this.state = 4150; this.expression(); - this.state = 4143; + this.state = 4151; this.match(HiveSqlParser.KW_THEN); - this.state = 4144; + this.state = 4152; this.expression(); } } - this.state = 4148; + this.state = 4156; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 383); - this.state = 4152; + this.state = 4160; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 4150; + this.state = 4158; this.match(HiveSqlParser.KW_ELSE); - this.state = 4151; + this.state = 4159; this.expression(); } } - this.state = 4154; + this.state = 4162; this.match(HiveSqlParser.KW_END); } } @@ -20720,30 +21248,30 @@ export class HiveSqlParser extends SQLParserBase { } public floorExpression(): FloorExpressionContext { let localContext = new FloorExpressionContext(this.context, this.state); - this.enterRule(localContext, 566, HiveSqlParser.RULE_floorExpression); + this.enterRule(localContext, 570, HiveSqlParser.RULE_floorExpression); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4156; + this.state = 4164; this.match(HiveSqlParser.KW_FLOOR); - this.state = 4157; + this.state = 4165; this.match(HiveSqlParser.LPAREN); - this.state = 4158; + this.state = 4166; this.expression(); - this.state = 4161; + this.state = 4169; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 341) { { - this.state = 4159; + this.state = 4167; this.match(HiveSqlParser.KW_TO); - this.state = 4160; + this.state = 4168; localContext._floorUnit = this.timeQualifiers(); } } - this.state = 4163; + this.state = 4171; this.match(HiveSqlParser.RPAREN); } } @@ -20763,21 +21291,21 @@ export class HiveSqlParser extends SQLParserBase { } public extractExpression(): ExtractExpressionContext { let localContext = new ExtractExpressionContext(this.context, this.state); - this.enterRule(localContext, 568, HiveSqlParser.RULE_extractExpression); + this.enterRule(localContext, 572, HiveSqlParser.RULE_extractExpression); try { this.enterOuterAlt(localContext, 1); { - this.state = 4165; + this.state = 4173; this.match(HiveSqlParser.KW_EXTRACT); - this.state = 4166; + this.state = 4174; this.match(HiveSqlParser.LPAREN); - this.state = 4167; + this.state = 4175; localContext._timeUnit = this.timeQualifiers(); - this.state = 4168; + this.state = 4176; this.match(HiveSqlParser.KW_FROM); - this.state = 4169; + this.state = 4177; this.expression(); - this.state = 4170; + this.state = 4178; this.match(HiveSqlParser.RPAREN); } } @@ -20797,23 +21325,23 @@ export class HiveSqlParser extends SQLParserBase { } public timeQualifiers(): TimeQualifiersContext { let localContext = new TimeQualifiersContext(this.context, this.state); - this.enterRule(localContext, 570, HiveSqlParser.RULE_timeQualifiers); + this.enterRule(localContext, 574, HiveSqlParser.RULE_timeQualifiers); try { - this.state = 4180; + this.state = 4188; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_YEAR: case HiveSqlParser.KW_YEARS: this.enterOuterAlt(localContext, 1); { - this.state = 4172; + this.state = 4180; this.year(); } break; case HiveSqlParser.KW_QUARTER: this.enterOuterAlt(localContext, 2); { - this.state = 4173; + this.state = 4181; this.match(HiveSqlParser.KW_QUARTER); } break; @@ -20821,7 +21349,7 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_MONTHS: this.enterOuterAlt(localContext, 3); { - this.state = 4174; + this.state = 4182; this.month(); } break; @@ -20829,7 +21357,7 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_WEEKS: this.enterOuterAlt(localContext, 4); { - this.state = 4175; + this.state = 4183; this.week(); } break; @@ -20837,7 +21365,7 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_DAYS: this.enterOuterAlt(localContext, 5); { - this.state = 4176; + this.state = 4184; this.day(); } break; @@ -20845,7 +21373,7 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_HOURS: this.enterOuterAlt(localContext, 6); { - this.state = 4177; + this.state = 4185; this.hour(); } break; @@ -20853,7 +21381,7 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_MINUTES: this.enterOuterAlt(localContext, 7); { - this.state = 4178; + this.state = 4186; this.minute(); } break; @@ -20861,7 +21389,7 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_SECONDS: this.enterOuterAlt(localContext, 8); { - this.state = 4179; + this.state = 4187; this.second(); } break; @@ -20885,85 +21413,85 @@ export class HiveSqlParser extends SQLParserBase { } public constant(): ConstantContext { let localContext = new ConstantContext(this.context, this.state); - this.enterRule(localContext, 572, HiveSqlParser.RULE_constant); + this.enterRule(localContext, 576, HiveSqlParser.RULE_constant); let _la: number; try { - this.state = 4210; + this.state = 4218; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 560, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4182; + this.state = 4190; localContext._value = this.intervalValue(); - this.state = 4183; + this.state = 4191; localContext._qualifiers = this.intervalQualifiers(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4185; + this.state = 4193; this.match(HiveSqlParser.Number); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4186; + this.state = 4194; this.match(HiveSqlParser.KW_DATE); - this.state = 4187; + this.state = 4195; this.match(HiveSqlParser.StringLiteral); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 4188; + this.state = 4196; this.match(HiveSqlParser.KW_CURRENT_DATE); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 4189; + this.state = 4197; this.match(HiveSqlParser.KW_TIMESTAMP); - this.state = 4190; + this.state = 4198; this.match(HiveSqlParser.StringLiteral); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 4191; + this.state = 4199; this.match(HiveSqlParser.KW_CURRENT_TIMESTAMP); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 4192; + this.state = 4200; this.match(HiveSqlParser.KW_TIMESTAMPLOCALTZ); - this.state = 4193; + this.state = 4201; this.match(HiveSqlParser.StringLiteral); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 4194; + this.state = 4202; this.match(HiveSqlParser.StringLiteral); - this.state = 4198; + this.state = 4206; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 426) { { { - this.state = 4195; + this.state = 4203; this.match(HiveSqlParser.StringLiteral); } } - this.state = 4200; + this.state = 4208; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -20972,59 +21500,59 @@ export class HiveSqlParser extends SQLParserBase { case 9: this.enterOuterAlt(localContext, 9); { - this.state = 4201; + this.state = 4209; this.match(HiveSqlParser.IntegralLiteral); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 4202; + this.state = 4210; this.match(HiveSqlParser.NumberLiteral); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 4203; + this.state = 4211; localContext._csName = this.match(HiveSqlParser.CharSetName); - this.state = 4204; + this.state = 4212; localContext._csLiteral = this.match(HiveSqlParser.CharSetLiteral); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 4205; + this.state = 4213; this.match(HiveSqlParser.KW_TRUE); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 4206; + this.state = 4214; this.match(HiveSqlParser.KW_FALSE); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 4207; + this.state = 4215; this.match(HiveSqlParser.KW_NULL); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 4208; + this.state = 4216; localContext._p = this.match(HiveSqlParser.QUESTION); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 4209; - this.match(HiveSqlParser.Identifier); + this.state = 4217; + this.columnNamePath(); } break; } @@ -21045,12 +21573,12 @@ export class HiveSqlParser extends SQLParserBase { } public intervalValue(): IntervalValueContext { let localContext = new IntervalValueContext(this.context, this.state); - this.enterRule(localContext, 574, HiveSqlParser.RULE_intervalValue); + this.enterRule(localContext, 578, HiveSqlParser.RULE_intervalValue); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4212; + this.state = 4220; _la = this.tokenStream.LA(1); if(!(_la === 426 || _la === 431)) { this.errorHandler.recoverInline(this); @@ -21077,53 +21605,53 @@ export class HiveSqlParser extends SQLParserBase { } public intervalExpression(): IntervalExpressionContext { let localContext = new IntervalExpressionContext(this.context, this.state); - this.enterRule(localContext, 576, HiveSqlParser.RULE_intervalExpression); + this.enterRule(localContext, 580, HiveSqlParser.RULE_intervalExpression); try { - this.state = 4229; + this.state = 4237; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.LPAREN: this.enterOuterAlt(localContext, 1); { - this.state = 4214; + this.state = 4222; this.match(HiveSqlParser.LPAREN); - this.state = 4215; + this.state = 4223; localContext._value = this.intervalValue(); - this.state = 4216; + this.state = 4224; this.match(HiveSqlParser.RPAREN); - this.state = 4217; + this.state = 4225; localContext._qualifiers = this.intervalQualifiers(); } break; case HiveSqlParser.KW_INTERVAL: this.enterOuterAlt(localContext, 2); { - this.state = 4219; + this.state = 4227; this.match(HiveSqlParser.KW_INTERVAL); - this.state = 4225; + this.state = 4233; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.StringLiteral: case HiveSqlParser.Number: { - this.state = 4220; + this.state = 4228; localContext._value = this.intervalValue(); } break; case HiveSqlParser.LPAREN: { - this.state = 4221; + this.state = 4229; this.match(HiveSqlParser.LPAREN); - this.state = 4222; + this.state = 4230; localContext._expr = this.expression(); - this.state = 4223; + this.state = 4231; this.match(HiveSqlParser.RPAREN); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 4227; + this.state = 4235; localContext._qualifiers = this.intervalQualifiers(); } break; @@ -21147,72 +21675,72 @@ export class HiveSqlParser extends SQLParserBase { } public intervalQualifiers(): IntervalQualifiersContext { let localContext = new IntervalQualifiersContext(this.context, this.state); - this.enterRule(localContext, 578, HiveSqlParser.RULE_intervalQualifiers); + this.enterRule(localContext, 582, HiveSqlParser.RULE_intervalQualifiers); try { - this.state = 4245; + this.state = 4253; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 563, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4231; + this.state = 4239; this.year(); - this.state = 4232; + this.state = 4240; this.match(HiveSqlParser.KW_TO); - this.state = 4233; + this.state = 4241; this.month(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4235; + this.state = 4243; this.day(); - this.state = 4236; + this.state = 4244; this.match(HiveSqlParser.KW_TO); - this.state = 4237; + this.state = 4245; this.second(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4239; + this.state = 4247; this.year(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 4240; + this.state = 4248; this.month(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 4241; + this.state = 4249; this.day(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 4242; + this.state = 4250; this.hour(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 4243; + this.state = 4251; this.minute(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 4244; + this.state = 4252; this.second(); } break; @@ -21234,26 +21762,26 @@ export class HiveSqlParser extends SQLParserBase { } public expression(): ExpressionContext { let localContext = new ExpressionContext(this.context, this.state); - this.enterRule(localContext, 580, HiveSqlParser.RULE_expression); + this.enterRule(localContext, 584, HiveSqlParser.RULE_expression); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4247; + this.state = 4255; this.precedenceAndExpression(); - this.state = 4252; + this.state = 4260; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 228) { { { - this.state = 4248; + this.state = 4256; this.match(HiveSqlParser.KW_OR); - this.state = 4249; + this.state = 4257; this.precedenceAndExpression(); } } - this.state = 4254; + this.state = 4262; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -21275,85 +21803,85 @@ export class HiveSqlParser extends SQLParserBase { } public atomExpression(): AtomExpressionContext { let localContext = new AtomExpressionContext(this.context, this.state); - this.enterRule(localContext, 582, HiveSqlParser.RULE_atomExpression); + this.enterRule(localContext, 586, HiveSqlParser.RULE_atomExpression); try { - this.state = 4266; + this.state = 4274; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 565, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4255; + this.state = 4263; this.constant(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4256; + this.state = 4264; this.intervalExpression(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4257; + this.state = 4265; this.castExpression(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 4258; + this.state = 4266; this.extractExpression(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 4259; + this.state = 4267; this.floorExpression(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 4260; + this.state = 4268; this.caseExpression(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 4261; + this.state = 4269; this.whenExpression(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 4262; + this.state = 4270; this.subQueryExpression(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 4263; + this.state = 4271; this.function_(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 4264; + this.state = 4272; this.expressionsInParenthesis(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 4265; + this.state = 4273; this.id_(); } break; @@ -21375,20 +21903,20 @@ export class HiveSqlParser extends SQLParserBase { } public precedenceUnaryPrefixExpression(): PrecedenceUnaryPrefixExpressionContext { let localContext = new PrecedenceUnaryPrefixExpressionContext(this.context, this.state); - this.enterRule(localContext, 584, HiveSqlParser.RULE_precedenceUnaryPrefixExpression); + this.enterRule(localContext, 588, HiveSqlParser.RULE_precedenceUnaryPrefixExpression); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 4271; + this.state = 4279; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 566, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 4268; + this.state = 4276; _la = this.tokenStream.LA(1); if(!(((((_la - 413)) & ~0x1F) === 0 && ((1 << (_la - 413)) & 163) !== 0))) { this.errorHandler.recoverInline(this); @@ -21400,35 +21928,35 @@ export class HiveSqlParser extends SQLParserBase { } } } - this.state = 4273; + this.state = 4281; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 566, this.context); } - this.state = 4274; + this.state = 4282; this.atomExpression(); - this.state = 4283; + this.state = 4291; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 395 || _la === 401) { { - this.state = 4281; + this.state = 4289; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.LSQUARE: { - this.state = 4275; + this.state = 4283; this.match(HiveSqlParser.LSQUARE); - this.state = 4276; + this.state = 4284; this.expression(); - this.state = 4277; + this.state = 4285; this.match(HiveSqlParser.RSQUARE); } break; case HiveSqlParser.DOT: { - this.state = 4279; + this.state = 4287; this.match(HiveSqlParser.DOT); - this.state = 4280; + this.state = 4288; this.id_(); } break; @@ -21436,7 +21964,7 @@ export class HiveSqlParser extends SQLParserBase { throw new antlr.NoViableAltException(this); } } - this.state = 4285; + this.state = 4293; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -21458,26 +21986,26 @@ export class HiveSqlParser extends SQLParserBase { } public precedenceBitwiseXorExpression(): PrecedenceBitwiseXorExpressionContext { let localContext = new PrecedenceBitwiseXorExpressionContext(this.context, this.state); - this.enterRule(localContext, 586, HiveSqlParser.RULE_precedenceBitwiseXorExpression); + this.enterRule(localContext, 590, HiveSqlParser.RULE_precedenceBitwiseXorExpression); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4286; + this.state = 4294; this.precedenceUnaryPrefixExpression(); - this.state = 4291; + this.state = 4299; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 423) { { { - this.state = 4287; + this.state = 4295; this.match(HiveSqlParser.BITWISEXOR); - this.state = 4288; + this.state = 4296; this.precedenceUnaryPrefixExpression(); } } - this.state = 4293; + this.state = 4301; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -21499,20 +22027,20 @@ export class HiveSqlParser extends SQLParserBase { } public precedenceStarExpression(): PrecedenceStarExpressionContext { let localContext = new PrecedenceStarExpressionContext(this.context, this.state); - this.enterRule(localContext, 588, HiveSqlParser.RULE_precedenceStarExpression); + this.enterRule(localContext, 592, HiveSqlParser.RULE_precedenceStarExpression); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4294; + this.state = 4302; this.precedenceBitwiseXorExpression(); - this.state = 4299; + this.state = 4307; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (((((_la - 412)) & ~0x1F) === 0 && ((1 << (_la - 412)) & 57) !== 0)) { { { - this.state = 4295; + this.state = 4303; _la = this.tokenStream.LA(1); if(!(((((_la - 412)) & ~0x1F) === 0 && ((1 << (_la - 412)) & 57) !== 0))) { this.errorHandler.recoverInline(this); @@ -21521,11 +22049,11 @@ export class HiveSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4296; + this.state = 4304; this.precedenceBitwiseXorExpression(); } } - this.state = 4301; + this.state = 4309; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -21547,20 +22075,20 @@ export class HiveSqlParser extends SQLParserBase { } public precedencePlusExpression(): PrecedencePlusExpressionContext { let localContext = new PrecedencePlusExpressionContext(this.context, this.state); - this.enterRule(localContext, 590, HiveSqlParser.RULE_precedencePlusExpression); + this.enterRule(localContext, 594, HiveSqlParser.RULE_precedencePlusExpression); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4302; + this.state = 4310; this.precedenceStarExpression(); - this.state = 4307; + this.state = 4315; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 413 || _la === 414) { { { - this.state = 4303; + this.state = 4311; _la = this.tokenStream.LA(1); if(!(_la === 413 || _la === 414)) { this.errorHandler.recoverInline(this); @@ -21569,11 +22097,11 @@ export class HiveSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4304; + this.state = 4312; this.precedenceStarExpression(); } } - this.state = 4309; + this.state = 4317; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -21595,26 +22123,26 @@ export class HiveSqlParser extends SQLParserBase { } public precedenceConcatenateExpression(): PrecedenceConcatenateExpressionContext { let localContext = new PrecedenceConcatenateExpressionContext(this.context, this.state); - this.enterRule(localContext, 592, HiveSqlParser.RULE_precedenceConcatenateExpression); + this.enterRule(localContext, 596, HiveSqlParser.RULE_precedenceConcatenateExpression); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4310; + this.state = 4318; this.precedencePlusExpression(); - this.state = 4315; + this.state = 4323; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 422) { { { - this.state = 4311; + this.state = 4319; this.match(HiveSqlParser.CONCATENATE); - this.state = 4312; + this.state = 4320; localContext._plus = this.precedencePlusExpression(); } } - this.state = 4317; + this.state = 4325; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -21636,26 +22164,26 @@ export class HiveSqlParser extends SQLParserBase { } public precedenceAmpersandExpression(): PrecedenceAmpersandExpressionContext { let localContext = new PrecedenceAmpersandExpressionContext(this.context, this.state); - this.enterRule(localContext, 594, HiveSqlParser.RULE_precedenceAmpersandExpression); + this.enterRule(localContext, 598, HiveSqlParser.RULE_precedenceAmpersandExpression); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4318; + this.state = 4326; this.precedenceConcatenateExpression(); - this.state = 4323; + this.state = 4331; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 419) { { { - this.state = 4319; + this.state = 4327; this.match(HiveSqlParser.AMPERSAND); - this.state = 4320; + this.state = 4328; this.precedenceConcatenateExpression(); } } - this.state = 4325; + this.state = 4333; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -21677,26 +22205,26 @@ export class HiveSqlParser extends SQLParserBase { } public precedenceBitwiseOrExpression(): PrecedenceBitwiseOrExpressionContext { let localContext = new PrecedenceBitwiseOrExpressionContext(this.context, this.state); - this.enterRule(localContext, 596, HiveSqlParser.RULE_precedenceBitwiseOrExpression); + this.enterRule(localContext, 600, HiveSqlParser.RULE_precedenceBitwiseOrExpression); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4326; + this.state = 4334; this.precedenceAmpersandExpression(); - this.state = 4331; + this.state = 4339; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 421) { { { - this.state = 4327; + this.state = 4335; this.match(HiveSqlParser.BITWISEOR); - this.state = 4328; + this.state = 4336; this.precedenceAmpersandExpression(); } } - this.state = 4333; + this.state = 4341; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -21718,12 +22246,12 @@ export class HiveSqlParser extends SQLParserBase { } public precedenceSimilarOperator(): PrecedenceSimilarOperatorContext { let localContext = new PrecedenceSimilarOperatorContext(this.context, this.state); - this.enterRule(localContext, 598, HiveSqlParser.RULE_precedenceSimilarOperator); + this.enterRule(localContext, 602, HiveSqlParser.RULE_precedenceSimilarOperator); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4334; + this.state = 4342; _la = this.tokenStream.LA(1); if(!(_la === 184 || _la === 270 || _la === 286 || ((((_la - 408)) & ~0x1F) === 0 && ((1 << (_la - 408)) & 15) !== 0))) { this.errorHandler.recoverInline(this); @@ -21750,15 +22278,15 @@ export class HiveSqlParser extends SQLParserBase { } public subQueryExpression(): SubQueryExpressionContext { let localContext = new SubQueryExpressionContext(this.context, this.state); - this.enterRule(localContext, 600, HiveSqlParser.RULE_subQueryExpression); + this.enterRule(localContext, 604, HiveSqlParser.RULE_subQueryExpression); try { this.enterOuterAlt(localContext, 1); { - this.state = 4336; + this.state = 4344; this.match(HiveSqlParser.LPAREN); - this.state = 4337; + this.state = 4345; this.selectStatement(); - this.state = 4338; + this.state = 4346; this.match(HiveSqlParser.RPAREN); } } @@ -21778,9 +22306,9 @@ export class HiveSqlParser extends SQLParserBase { } public precedenceSimilarExpression(): PrecedenceSimilarExpressionContext { let localContext = new PrecedenceSimilarExpressionContext(this.context, this.state); - this.enterRule(localContext, 602, HiveSqlParser.RULE_precedenceSimilarExpression); + this.enterRule(localContext, 606, HiveSqlParser.RULE_precedenceSimilarExpression); try { - this.state = 4346; + this.state = 4354; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_ABORT: @@ -22085,14 +22613,14 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.CharSetName: this.enterOuterAlt(localContext, 1); { - this.state = 4340; + this.state = 4348; localContext._a = this.precedenceBitwiseOrExpression(); - this.state = 4342; + this.state = 4350; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 575, this.context) ) { case 1: { - this.state = 4341; + this.state = 4349; localContext._part = this.precedenceSimilarExpressionPart(); } break; @@ -22102,9 +22630,9 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_EXISTS: this.enterOuterAlt(localContext, 2); { - this.state = 4344; + this.state = 4352; this.match(HiveSqlParser.KW_EXISTS); - this.state = 4345; + this.state = 4353; this.subQueryExpression(); } break; @@ -22128,33 +22656,33 @@ export class HiveSqlParser extends SQLParserBase { } public precedenceSimilarExpressionPart(): PrecedenceSimilarExpressionPartContext { let localContext = new PrecedenceSimilarExpressionPartContext(this.context, this.state); - this.enterRule(localContext, 604, HiveSqlParser.RULE_precedenceSimilarExpressionPart); + this.enterRule(localContext, 608, HiveSqlParser.RULE_precedenceSimilarExpressionPart); try { - this.state = 4354; + this.state = 4362; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 577, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4348; + this.state = 4356; this.precedenceSimilarOperator(); - this.state = 4349; + this.state = 4357; localContext._equalExpr = this.precedenceBitwiseOrExpression(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4351; + this.state = 4359; this.precedenceSimilarExpressionAtom(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4352; + this.state = 4360; this.match(HiveSqlParser.KW_NOT); - this.state = 4353; + this.state = 4361; this.precedenceSimilarExpressionPartNot(); } break; @@ -22176,40 +22704,40 @@ export class HiveSqlParser extends SQLParserBase { } public precedenceSimilarExpressionAtom(): PrecedenceSimilarExpressionAtomContext { let localContext = new PrecedenceSimilarExpressionAtomContext(this.context, this.state); - this.enterRule(localContext, 606, HiveSqlParser.RULE_precedenceSimilarExpressionAtom); + this.enterRule(localContext, 610, HiveSqlParser.RULE_precedenceSimilarExpressionAtom); let _la: number; try { - this.state = 4370; + this.state = 4378; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_IN: this.enterOuterAlt(localContext, 1); { - this.state = 4356; + this.state = 4364; this.match(HiveSqlParser.KW_IN); - this.state = 4357; + this.state = 4365; this.precedenceSimilarExpressionIn(); } break; case HiveSqlParser.KW_BETWEEN: this.enterOuterAlt(localContext, 2); { - this.state = 4358; + this.state = 4366; this.match(HiveSqlParser.KW_BETWEEN); - this.state = 4359; + this.state = 4367; localContext._min = this.precedenceBitwiseOrExpression(); - this.state = 4360; + this.state = 4368; this.match(HiveSqlParser.KW_AND); - this.state = 4361; + this.state = 4369; localContext._max = this.precedenceBitwiseOrExpression(); } break; case HiveSqlParser.KW_LIKE: this.enterOuterAlt(localContext, 3); { - this.state = 4363; + this.state = 4371; this.match(HiveSqlParser.KW_LIKE); - this.state = 4364; + this.state = 4372; _la = this.tokenStream.LA(1); if(!(_la === 7 || _la === 13)) { this.errorHandler.recoverInline(this); @@ -22218,7 +22746,7 @@ export class HiveSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4365; + this.state = 4373; localContext._expr = this.expressionsInParenthesis(); } break; @@ -22230,9 +22758,9 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.GREATERTHAN: this.enterOuterAlt(localContext, 4); { - this.state = 4366; + this.state = 4374; this.subQuerySelectorOperator(); - this.state = 4367; + this.state = 4375; _la = this.tokenStream.LA(1); if(!(_la === 7 || _la === 13 || _la === 313)) { this.errorHandler.recoverInline(this); @@ -22241,7 +22769,7 @@ export class HiveSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4368; + this.state = 4376; this.subQueryExpression(); } break; @@ -22265,22 +22793,22 @@ export class HiveSqlParser extends SQLParserBase { } public precedenceSimilarExpressionIn(): PrecedenceSimilarExpressionInContext { let localContext = new PrecedenceSimilarExpressionInContext(this.context, this.state); - this.enterRule(localContext, 608, HiveSqlParser.RULE_precedenceSimilarExpressionIn); + this.enterRule(localContext, 612, HiveSqlParser.RULE_precedenceSimilarExpressionIn); try { - this.state = 4374; + this.state = 4382; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 579, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4372; + this.state = 4380; this.subQueryExpression(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4373; + this.state = 4381; localContext._expr = this.expressionsInParenthesis(); } break; @@ -22302,16 +22830,16 @@ export class HiveSqlParser extends SQLParserBase { } public precedenceSimilarExpressionPartNot(): PrecedenceSimilarExpressionPartNotContext { let localContext = new PrecedenceSimilarExpressionPartNotContext(this.context, this.state); - this.enterRule(localContext, 610, HiveSqlParser.RULE_precedenceSimilarExpressionPartNot); + this.enterRule(localContext, 614, HiveSqlParser.RULE_precedenceSimilarExpressionPartNot); let _la: number; try { - this.state = 4379; + this.state = 4387; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 580, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4376; + this.state = 4384; _la = this.tokenStream.LA(1); if(!(_la === 184 || _la === 270 || _la === 286)) { this.errorHandler.recoverInline(this); @@ -22320,14 +22848,14 @@ export class HiveSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4377; + this.state = 4385; localContext._notExpr = this.precedenceBitwiseOrExpression(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4378; + this.state = 4386; this.precedenceSimilarExpressionAtom(); } break; @@ -22349,15 +22877,15 @@ export class HiveSqlParser extends SQLParserBase { } public precedenceDistinctOperator(): PrecedenceDistinctOperatorContext { let localContext = new PrecedenceDistinctOperatorContext(this.context, this.state); - this.enterRule(localContext, 612, HiveSqlParser.RULE_precedenceDistinctOperator); + this.enterRule(localContext, 616, HiveSqlParser.RULE_precedenceDistinctOperator); try { this.enterOuterAlt(localContext, 1); { - this.state = 4381; + this.state = 4389; this.match(HiveSqlParser.KW_IS); - this.state = 4382; + this.state = 4390; this.match(HiveSqlParser.KW_DISTINCT); - this.state = 4383; + this.state = 4391; this.match(HiveSqlParser.KW_FROM); } } @@ -22377,42 +22905,42 @@ export class HiveSqlParser extends SQLParserBase { } public precedenceEqualOperator(): PrecedenceEqualOperatorContext { let localContext = new PrecedenceEqualOperatorContext(this.context, this.state); - this.enterRule(localContext, 614, HiveSqlParser.RULE_precedenceEqualOperator); + this.enterRule(localContext, 618, HiveSqlParser.RULE_precedenceEqualOperator); try { - this.state = 4392; + this.state = 4400; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.EQUAL: this.enterOuterAlt(localContext, 1); { - this.state = 4385; + this.state = 4393; this.match(HiveSqlParser.EQUAL); } break; case HiveSqlParser.EQUAL_NS: this.enterOuterAlt(localContext, 2); { - this.state = 4386; + this.state = 4394; this.match(HiveSqlParser.EQUAL_NS); } break; case HiveSqlParser.NOTEQUAL: this.enterOuterAlt(localContext, 3); { - this.state = 4387; + this.state = 4395; this.match(HiveSqlParser.NOTEQUAL); } break; case HiveSqlParser.KW_IS: this.enterOuterAlt(localContext, 4); { - this.state = 4388; + this.state = 4396; this.match(HiveSqlParser.KW_IS); - this.state = 4389; + this.state = 4397; this.match(HiveSqlParser.KW_NOT); - this.state = 4390; + this.state = 4398; this.match(HiveSqlParser.KW_DISTINCT); - this.state = 4391; + this.state = 4399; this.match(HiveSqlParser.KW_FROM); } break; @@ -22436,38 +22964,38 @@ export class HiveSqlParser extends SQLParserBase { } public precedenceEqualExpression(): PrecedenceEqualExpressionContext { let localContext = new PrecedenceEqualExpressionContext(this.context, this.state); - this.enterRule(localContext, 616, HiveSqlParser.RULE_precedenceEqualExpression); + this.enterRule(localContext, 620, HiveSqlParser.RULE_precedenceEqualExpression); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 4394; + this.state = 4402; this.precedenceSimilarExpression(); - this.state = 4403; + this.state = 4411; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 583, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { - this.state = 4401; + this.state = 4409; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 582, this.context) ) { case 1: { - this.state = 4395; + this.state = 4403; localContext._precedenceEqualOperator = this.precedenceEqualOperator(); localContext._equal.push(localContext._precedenceEqualOperator); - this.state = 4396; + this.state = 4404; localContext._precedenceSimilarExpression = this.precedenceSimilarExpression(); localContext._p.push(localContext._precedenceSimilarExpression); } break; case 2: { - this.state = 4398; + this.state = 4406; localContext._precedenceDistinctOperator = this.precedenceDistinctOperator(); localContext._dist.push(localContext._precedenceDistinctOperator); - this.state = 4399; + this.state = 4407; localContext._precedenceSimilarExpression = this.precedenceSimilarExpression(); localContext._p.push(localContext._precedenceSimilarExpression); } @@ -22475,7 +23003,7 @@ export class HiveSqlParser extends SQLParserBase { } } } - this.state = 4405; + this.state = 4413; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 583, this.context); } @@ -22497,46 +23025,46 @@ export class HiveSqlParser extends SQLParserBase { } public isCondition(): IsConditionContext { let localContext = new IsConditionContext(this.context, this.state); - this.enterRule(localContext, 618, HiveSqlParser.RULE_isCondition); + this.enterRule(localContext, 622, HiveSqlParser.RULE_isCondition); let _la: number; try { - this.state = 4412; + this.state = 4420; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_NULL: this.enterOuterAlt(localContext, 1); { - this.state = 4406; + this.state = 4414; this.match(HiveSqlParser.KW_NULL); } break; case HiveSqlParser.KW_TRUE: this.enterOuterAlt(localContext, 2); { - this.state = 4407; + this.state = 4415; this.match(HiveSqlParser.KW_TRUE); } break; case HiveSqlParser.KW_FALSE: this.enterOuterAlt(localContext, 3); { - this.state = 4408; + this.state = 4416; this.match(HiveSqlParser.KW_FALSE); } break; case HiveSqlParser.KW_UNKNOWN: this.enterOuterAlt(localContext, 4); { - this.state = 4409; + this.state = 4417; this.match(HiveSqlParser.KW_UNKNOWN); } break; case HiveSqlParser.KW_NOT: this.enterOuterAlt(localContext, 5); { - this.state = 4410; + this.state = 4418; this.match(HiveSqlParser.KW_NOT); - this.state = 4411; + this.state = 4419; _la = this.tokenStream.LA(1); if(!(_la === 125 || _la === 219 || _la === 350 || _la === 360)) { this.errorHandler.recoverInline(this); @@ -22567,38 +23095,38 @@ export class HiveSqlParser extends SQLParserBase { } public precedenceNotExpression(): PrecedenceNotExpressionContext { let localContext = new PrecedenceNotExpressionContext(this.context, this.state); - this.enterRule(localContext, 620, HiveSqlParser.RULE_precedenceNotExpression); + this.enterRule(localContext, 624, HiveSqlParser.RULE_precedenceNotExpression); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 4417; + this.state = 4425; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 585, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 4414; + this.state = 4422; this.match(HiveSqlParser.KW_NOT); } } } - this.state = 4419; + this.state = 4427; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 585, this.context); } - this.state = 4420; + this.state = 4428; this.precedenceEqualExpression(); - this.state = 4423; + this.state = 4431; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 167) { { - this.state = 4421; + this.state = 4429; localContext._a = this.match(HiveSqlParser.KW_IS); - this.state = 4422; + this.state = 4430; this.isCondition(); } } @@ -22621,26 +23149,26 @@ export class HiveSqlParser extends SQLParserBase { } public precedenceAndExpression(): PrecedenceAndExpressionContext { let localContext = new PrecedenceAndExpressionContext(this.context, this.state); - this.enterRule(localContext, 622, HiveSqlParser.RULE_precedenceAndExpression); + this.enterRule(localContext, 626, HiveSqlParser.RULE_precedenceAndExpression); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4425; + this.state = 4433; this.precedenceNotExpression(); - this.state = 4430; + this.state = 4438; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 11) { { { - this.state = 4426; + this.state = 4434; this.match(HiveSqlParser.KW_AND); - this.state = 4427; + this.state = 4435; this.precedenceNotExpression(); } } - this.state = 4432; + this.state = 4440; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -22662,19 +23190,19 @@ export class HiveSqlParser extends SQLParserBase { } public tableOrPartition(): TableOrPartitionContext { let localContext = new TableOrPartitionContext(this.context, this.state); - this.enterRule(localContext, 624, HiveSqlParser.RULE_tableOrPartition); + this.enterRule(localContext, 628, HiveSqlParser.RULE_tableOrPartition); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4433; + this.state = 4441; this.tableName(); - this.state = 4435; + this.state = 4443; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 237) { { - this.state = 4434; + this.state = 4442; this.partitionSpec(); } } @@ -22697,34 +23225,34 @@ export class HiveSqlParser extends SQLParserBase { } public partitionSpec(): PartitionSpecContext { let localContext = new PartitionSpecContext(this.context, this.state); - this.enterRule(localContext, 626, HiveSqlParser.RULE_partitionSpec); + this.enterRule(localContext, 630, HiveSqlParser.RULE_partitionSpec); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4437; + this.state = 4445; this.match(HiveSqlParser.KW_PARTITION); - this.state = 4438; + this.state = 4446; this.match(HiveSqlParser.LPAREN); - this.state = 4439; + this.state = 4447; this.partitionVal(); - this.state = 4444; + this.state = 4452; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 4440; + this.state = 4448; this.match(HiveSqlParser.COMMA); - this.state = 4441; + this.state = 4449; this.partitionVal(); } } - this.state = 4446; + this.state = 4454; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 4447; + this.state = 4455; this.match(HiveSqlParser.RPAREN); } } @@ -22744,21 +23272,21 @@ export class HiveSqlParser extends SQLParserBase { } public partitionVal(): PartitionValContext { let localContext = new PartitionValContext(this.context, this.state); - this.enterRule(localContext, 628, HiveSqlParser.RULE_partitionVal); + this.enterRule(localContext, 632, HiveSqlParser.RULE_partitionVal); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4449; + this.state = 4457; this.id_(); - this.state = 4452; + this.state = 4460; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 405) { { - this.state = 4450; + this.state = 4458; this.match(HiveSqlParser.EQUAL); - this.state = 4451; + this.state = 4459; this.constant(); } } @@ -22781,32 +23309,32 @@ export class HiveSqlParser extends SQLParserBase { } public partitionSelectorSpec(): PartitionSelectorSpecContext { let localContext = new PartitionSelectorSpecContext(this.context, this.state); - this.enterRule(localContext, 630, HiveSqlParser.RULE_partitionSelectorSpec); + this.enterRule(localContext, 634, HiveSqlParser.RULE_partitionSelectorSpec); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4454; + this.state = 4462; this.match(HiveSqlParser.LPAREN); - this.state = 4455; + this.state = 4463; this.partitionSelectorVal(); - this.state = 4460; + this.state = 4468; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 4456; + this.state = 4464; this.match(HiveSqlParser.COMMA); - this.state = 4457; + this.state = 4465; this.partitionSelectorVal(); } } - this.state = 4462; + this.state = 4470; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 4463; + this.state = 4471; this.match(HiveSqlParser.RPAREN); } } @@ -22826,18 +23354,18 @@ export class HiveSqlParser extends SQLParserBase { } public partitionSelectorVal(): PartitionSelectorValContext { let localContext = new PartitionSelectorValContext(this.context, this.state); - this.enterRule(localContext, 632, HiveSqlParser.RULE_partitionSelectorVal); + this.enterRule(localContext, 636, HiveSqlParser.RULE_partitionSelectorVal); try { this.enterOuterAlt(localContext, 1); { - this.state = 4465; + this.state = 4473; this.id_(); - this.state = 4468; + this.state = 4476; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_LIKE: { - this.state = 4466; + this.state = 4474; this.match(HiveSqlParser.KW_LIKE); } break; @@ -22848,14 +23376,14 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.GREATERTHANOREQUALTO: case HiveSqlParser.GREATERTHAN: { - this.state = 4467; + this.state = 4475; this.subQuerySelectorOperator(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 4470; + this.state = 4478; this.constant(); } } @@ -22875,12 +23403,12 @@ export class HiveSqlParser extends SQLParserBase { } public subQuerySelectorOperator(): SubQuerySelectorOperatorContext { let localContext = new SubQuerySelectorOperatorContext(this.context, this.state); - this.enterRule(localContext, 634, HiveSqlParser.RULE_subQuerySelectorOperator); + this.enterRule(localContext, 638, HiveSqlParser.RULE_subQuerySelectorOperator); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4472; + this.state = 4480; _la = this.tokenStream.LA(1); if(!(((((_la - 405)) & ~0x1F) === 0 && ((1 << (_la - 405)) & 125) !== 0))) { this.errorHandler.recoverInline(this); @@ -22907,12 +23435,12 @@ export class HiveSqlParser extends SQLParserBase { } public sysFuncNames(): SysFuncNamesContext { let localContext = new SysFuncNamesContext(this.context, this.state); - this.enterRule(localContext, 636, HiveSqlParser.RULE_sysFuncNames); + this.enterRule(localContext, 640, HiveSqlParser.RULE_sysFuncNames); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4474; + this.state = 4482; _la = this.tokenStream.LA(1); if(!(((((_la - 11)) & ~0x1F) === 0 && ((1 << (_la - 11)) & 17023009) !== 0) || _la === 100 || _la === 131 || ((((_la - 132)) & ~0x1F) === 0 && ((1 << (_la - 132)) & 3225944065) !== 0) || _la === 184 || _la === 198 || _la === 216 || _la === 228 || ((((_la - 264)) & ~0x1F) === 0 && ((1 << (_la - 264)) & 4194369) !== 0) || ((((_la - 311)) & ~0x1F) === 0 && ((1 << (_la - 311)) & 536883201) !== 0) || _la === 357 || _la === 383 || ((((_la - 405)) & ~0x1F) === 0 && ((1 << (_la - 405)) & 385023) !== 0))) { this.errorHandler.recoverInline(this); @@ -22939,15 +23467,15 @@ export class HiveSqlParser extends SQLParserBase { } public id_(): Id_Context { let localContext = new Id_Context(this.context, this.state); - this.enterRule(localContext, 638, HiveSqlParser.RULE_id_); + this.enterRule(localContext, 642, HiveSqlParser.RULE_id_); try { - this.state = 4478; + this.state = 4486; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.Identifier: this.enterOuterAlt(localContext, 1); { - this.state = 4476; + this.state = 4484; this.match(HiveSqlParser.Identifier); } break; @@ -23192,7 +23720,7 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_ZONE: this.enterOuterAlt(localContext, 2); { - this.state = 4477; + this.state = 4485; this.nonReserved(); } break; @@ -23216,21 +23744,21 @@ export class HiveSqlParser extends SQLParserBase { } public functionIdentifier(): FunctionIdentifierContext { let localContext = new FunctionIdentifierContext(this.context, this.state); - this.enterRule(localContext, 640, HiveSqlParser.RULE_functionIdentifier); + this.enterRule(localContext, 644, HiveSqlParser.RULE_functionIdentifier); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4480; + this.state = 4488; this.id_(); - this.state = 4483; + this.state = 4491; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 395) { { - this.state = 4481; + this.state = 4489; this.match(HiveSqlParser.DOT); - this.state = 4482; + this.state = 4490; localContext._fn = this.id_(); } } @@ -23253,11 +23781,11 @@ export class HiveSqlParser extends SQLParserBase { } public principalIdentifier(): PrincipalIdentifierContext { let localContext = new PrincipalIdentifierContext(this.context, this.state); - this.enterRule(localContext, 642, HiveSqlParser.RULE_principalIdentifier); + this.enterRule(localContext, 646, HiveSqlParser.RULE_principalIdentifier); try { this.enterOuterAlt(localContext, 1); { - this.state = 4485; + this.state = 4493; this.id_(); } } @@ -23277,12 +23805,12 @@ export class HiveSqlParser extends SQLParserBase { } public nonReserved(): NonReservedContext { let localContext = new NonReservedContext(this.context, this.state); - this.enterRule(localContext, 644, HiveSqlParser.RULE_nonReserved); + this.enterRule(localContext, 648, HiveSqlParser.RULE_nonReserved); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4487; + this.state = 4495; _la = this.tokenStream.LA(1); if(!((((_la) & ~0x1F) === 0 && ((1 << _la) & 3252454782) !== 0) || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 94072755) !== 0) || ((((_la - 66)) & ~0x1F) === 0 && ((1 << (_la - 66)) & 3203280837) !== 0) || ((((_la - 98)) & ~0x1F) === 0 && ((1 << (_la - 98)) & 3774298979) !== 0) || ((((_la - 130)) & ~0x1F) === 0 && ((1 << (_la - 130)) & 1985876353) !== 0) || ((((_la - 168)) & ~0x1F) === 0 && ((1 << (_la - 168)) & 3152987127) !== 0) || ((((_la - 200)) & ~0x1F) === 0 && ((1 << (_la - 200)) & 215407575) !== 0) || ((((_la - 232)) & ~0x1F) === 0 && ((1 << (_la - 232)) & 1859156443) !== 0) || ((((_la - 265)) & ~0x1F) === 0 && ((1 << (_la - 265)) & 4039901127) !== 0) || ((((_la - 297)) & ~0x1F) === 0 && ((1 << (_la - 297)) & 3755917179) !== 0) || ((((_la - 330)) & ~0x1F) === 0 && ((1 << (_la - 330)) & 3402225181) !== 0) || ((((_la - 362)) & ~0x1F) === 0 && ((1 << (_la - 362)) & 4238323319) !== 0) || _la === 394)) { this.errorHandler.recoverInline(this); @@ -23309,12 +23837,12 @@ export class HiveSqlParser extends SQLParserBase { } public sql11ReservedKeywordsUsedAsFunctionName(): Sql11ReservedKeywordsUsedAsFunctionNameContext { let localContext = new Sql11ReservedKeywordsUsedAsFunctionNameContext(this.context, this.state); - this.enterRule(localContext, 646, HiveSqlParser.RULE_sql11ReservedKeywordsUsedAsFunctionName); + this.enterRule(localContext, 650, HiveSqlParser.RULE_sql11ReservedKeywordsUsedAsFunctionName); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4489; + this.state = 4497; _la = this.tokenStream.LA(1); if(!((((_la) & ~0x1F) === 0 && ((1 << _la) & 469827584) !== 0) || ((((_la - 63)) & ~0x1F) === 0 && ((1 << (_la - 63)) & 259) !== 0) || _la === 100 || _la === 131 || ((((_la - 145)) & ~0x1F) === 0 && ((1 << (_la - 145)) & 393281) !== 0) || _la === 198 || _la === 264 || _la === 311 || _la === 337)) { this.errorHandler.recoverInline(this); @@ -23341,9 +23869,9 @@ export class HiveSqlParser extends SQLParserBase { } public configPropertiesItem(): ConfigPropertiesItemContext { let localContext = new ConfigPropertiesItemContext(this.context, this.state); - this.enterRule(localContext, 648, HiveSqlParser.RULE_configPropertiesItem); + this.enterRule(localContext, 652, HiveSqlParser.RULE_configPropertiesItem); try { - this.state = 4541; + this.state = 4549; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_ABORT: @@ -23588,350 +24116,350 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.Identifier: this.enterOuterAlt(localContext, 1); { - this.state = 4491; + this.state = 4499; this.id_(); } break; case HiveSqlParser.KW_JOIN: this.enterOuterAlt(localContext, 2); { - this.state = 4492; + this.state = 4500; this.match(HiveSqlParser.KW_JOIN); } break; case HiveSqlParser.KW_PARTITION: this.enterOuterAlt(localContext, 3); { - this.state = 4493; + this.state = 4501; this.match(HiveSqlParser.KW_PARTITION); } break; case HiveSqlParser.KW_MAP: this.enterOuterAlt(localContext, 4); { - this.state = 4494; + this.state = 4502; this.match(HiveSqlParser.KW_MAP); } break; case HiveSqlParser.KW_REDUCE: this.enterOuterAlt(localContext, 5); { - this.state = 4495; + this.state = 4503; this.match(HiveSqlParser.KW_REDUCE); } break; case HiveSqlParser.KW_USER: this.enterOuterAlt(localContext, 6); { - this.state = 4496; + this.state = 4504; this.match(HiveSqlParser.KW_USER); } break; case HiveSqlParser.KW_PERCENT: this.enterOuterAlt(localContext, 7); { - this.state = 4497; + this.state = 4505; this.match(HiveSqlParser.KW_PERCENT); } break; case HiveSqlParser.KW_INTERVAL: this.enterOuterAlt(localContext, 8); { - this.state = 4498; + this.state = 4506; this.match(HiveSqlParser.KW_INTERVAL); } break; case HiveSqlParser.KW_ROWS: this.enterOuterAlt(localContext, 9); { - this.state = 4499; + this.state = 4507; this.match(HiveSqlParser.KW_ROWS); } break; case HiveSqlParser.KW_UNION: this.enterOuterAlt(localContext, 10); { - this.state = 4500; + this.state = 4508; this.match(HiveSqlParser.KW_UNION); } break; case HiveSqlParser.KW_GROUP: this.enterOuterAlt(localContext, 11); { - this.state = 4501; + this.state = 4509; this.match(HiveSqlParser.KW_GROUP); } break; case HiveSqlParser.KW_MERGE: this.enterOuterAlt(localContext, 12); { - this.state = 4502; + this.state = 4510; this.match(HiveSqlParser.KW_MERGE); } break; case HiveSqlParser.KW_NULL: this.enterOuterAlt(localContext, 13); { - this.state = 4503; + this.state = 4511; this.match(HiveSqlParser.KW_NULL); } break; case HiveSqlParser.KW_FETCH: this.enterOuterAlt(localContext, 14); { - this.state = 4504; + this.state = 4512; this.match(HiveSqlParser.KW_FETCH); } break; case HiveSqlParser.KW_LOCAL: this.enterOuterAlt(localContext, 15); { - this.state = 4505; + this.state = 4513; this.match(HiveSqlParser.KW_LOCAL); } break; case HiveSqlParser.KW_DROP: this.enterOuterAlt(localContext, 16); { - this.state = 4506; + this.state = 4514; this.match(HiveSqlParser.KW_DROP); } break; case HiveSqlParser.KW_TABLE: this.enterOuterAlt(localContext, 17); { - this.state = 4507; + this.state = 4515; this.match(HiveSqlParser.KW_TABLE); } break; case HiveSqlParser.KW_ON: this.enterOuterAlt(localContext, 18); { - this.state = 4508; + this.state = 4516; this.match(HiveSqlParser.KW_ON); } break; case HiveSqlParser.KW_ROW: this.enterOuterAlt(localContext, 19); { - this.state = 4509; + this.state = 4517; this.match(HiveSqlParser.KW_ROW); } break; case HiveSqlParser.KW_GROUPING: this.enterOuterAlt(localContext, 20); { - this.state = 4510; + this.state = 4518; this.match(HiveSqlParser.KW_GROUPING); } break; case HiveSqlParser.KW_SET: this.enterOuterAlt(localContext, 21); { - this.state = 4511; + this.state = 4519; this.match(HiveSqlParser.KW_SET); } break; case HiveSqlParser.KW_FORCE: this.enterOuterAlt(localContext, 22); { - this.state = 4512; + this.state = 4520; this.match(HiveSqlParser.KW_FORCE); } break; case HiveSqlParser.KW_START: this.enterOuterAlt(localContext, 23); { - this.state = 4513; + this.state = 4521; this.match(HiveSqlParser.KW_START); } break; case HiveSqlParser.KW_INSERT: this.enterOuterAlt(localContext, 24); { - this.state = 4514; + this.state = 4522; this.match(HiveSqlParser.KW_INSERT); } break; case HiveSqlParser.KW_CONF: this.enterOuterAlt(localContext, 25); { - this.state = 4515; + this.state = 4523; this.match(HiveSqlParser.KW_CONF); } break; case HiveSqlParser.KW_INTO: this.enterOuterAlt(localContext, 26); { - this.state = 4516; + this.state = 4524; this.match(HiveSqlParser.KW_INTO); } break; case HiveSqlParser.KW_UNIQUE: this.enterOuterAlt(localContext, 27); { - this.state = 4517; + this.state = 4525; this.match(HiveSqlParser.KW_UNIQUE); } break; case HiveSqlParser.KW_COLUMN: this.enterOuterAlt(localContext, 28); { - this.state = 4518; + this.state = 4526; this.match(HiveSqlParser.KW_COLUMN); } break; case HiveSqlParser.KW_TRANSFORM: this.enterOuterAlt(localContext, 29); { - this.state = 4519; + this.state = 4527; this.match(HiveSqlParser.KW_TRANSFORM); } break; case HiveSqlParser.KW_DISTINCT: this.enterOuterAlt(localContext, 30); { - this.state = 4520; + this.state = 4528; this.match(HiveSqlParser.KW_DISTINCT); } break; case HiveSqlParser.KW_IN: this.enterOuterAlt(localContext, 31); { - this.state = 4521; + this.state = 4529; this.match(HiveSqlParser.KW_IN); } break; case HiveSqlParser.KW_REFERENCES: this.enterOuterAlt(localContext, 32); { - this.state = 4522; + this.state = 4530; this.match(HiveSqlParser.KW_REFERENCES); } break; case HiveSqlParser.KW_TIMESTAMP: this.enterOuterAlt(localContext, 33); { - this.state = 4523; + this.state = 4531; this.match(HiveSqlParser.KW_TIMESTAMP); } break; case HiveSqlParser.KW_ONLY: this.enterOuterAlt(localContext, 34); { - this.state = 4524; + this.state = 4532; this.match(HiveSqlParser.KW_ONLY); } break; case HiveSqlParser.KW_END: this.enterOuterAlt(localContext, 35); { - this.state = 4525; + this.state = 4533; this.match(HiveSqlParser.KW_END); } break; case HiveSqlParser.KW_FUNCTION: this.enterOuterAlt(localContext, 36); { - this.state = 4526; + this.state = 4534; this.match(HiveSqlParser.KW_FUNCTION); } break; case HiveSqlParser.KW_UPDATE: this.enterOuterAlt(localContext, 37); { - this.state = 4527; + this.state = 4535; this.match(HiveSqlParser.KW_UPDATE); } break; case HiveSqlParser.KW_AUTHORIZATION: this.enterOuterAlt(localContext, 38); { - this.state = 4528; + this.state = 4536; this.match(HiveSqlParser.KW_AUTHORIZATION); } break; case HiveSqlParser.KW_DDL: this.enterOuterAlt(localContext, 39); { - this.state = 4529; + this.state = 4537; this.match(HiveSqlParser.KW_DDL); } break; case HiveSqlParser.KW_VALUES: this.enterOuterAlt(localContext, 40); { - this.state = 4530; + this.state = 4538; this.match(HiveSqlParser.KW_VALUES); } break; case HiveSqlParser.KW_TIME: this.enterOuterAlt(localContext, 41); { - this.state = 4531; + this.state = 4539; this.match(HiveSqlParser.KW_TIME); } break; case HiveSqlParser.KW_IS: this.enterOuterAlt(localContext, 42); { - this.state = 4532; + this.state = 4540; this.match(HiveSqlParser.KW_IS); } break; case HiveSqlParser.KW_FOR: this.enterOuterAlt(localContext, 43); { - this.state = 4533; + this.state = 4541; this.match(HiveSqlParser.KW_FOR); } break; case HiveSqlParser.KW_NOT: this.enterOuterAlt(localContext, 44); { - this.state = 4534; + this.state = 4542; this.match(HiveSqlParser.KW_NOT); } break; case HiveSqlParser.KW_BINARY: this.enterOuterAlt(localContext, 45); { - this.state = 4535; + this.state = 4543; this.match(HiveSqlParser.KW_BINARY); } break; case HiveSqlParser.KW_USING: this.enterOuterAlt(localContext, 46); { - this.state = 4536; + this.state = 4544; this.match(HiveSqlParser.KW_USING); } break; case HiveSqlParser.KW_READS: this.enterOuterAlt(localContext, 47); { - this.state = 4537; + this.state = 4545; this.match(HiveSqlParser.KW_READS); } break; case HiveSqlParser.KW_BETWEEN: this.enterOuterAlt(localContext, 48); { - this.state = 4538; + this.state = 4546; this.match(HiveSqlParser.KW_BETWEEN); } break; case HiveSqlParser.KW_CURRENT: this.enterOuterAlt(localContext, 49); { - this.state = 4539; + this.state = 4547; this.match(HiveSqlParser.KW_CURRENT); } break; case HiveSqlParser.KW_AS: this.enterOuterAlt(localContext, 50); { - this.state = 4540; + this.state = 4548; this.match(HiveSqlParser.KW_AS); } break; @@ -23955,56 +24483,56 @@ export class HiveSqlParser extends SQLParserBase { } public resourcePlanDdlStatements(): ResourcePlanDdlStatementsContext { let localContext = new ResourcePlanDdlStatementsContext(this.context, this.state); - this.enterRule(localContext, 650, HiveSqlParser.RULE_resourcePlanDdlStatements); + this.enterRule(localContext, 654, HiveSqlParser.RULE_resourcePlanDdlStatements); let _la: number; try { - this.state = 4708; + this.state = 4716; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 612, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4543; + this.state = 4551; this.match(HiveSqlParser.KW_CREATE); - this.state = 4544; + this.state = 4552; this.match(HiveSqlParser.KW_RESOURCE); - this.state = 4545; + this.state = 4553; this.match(HiveSqlParser.KW_PLAN); - this.state = 4547; + this.state = 4555; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151) { { - this.state = 4546; + this.state = 4554; this.ifNotExists(); } } - this.state = 4558; + this.state = 4566; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 598, this.context) ) { case 1: { - this.state = 4549; + this.state = 4557; localContext._name = this.id_(); - this.state = 4550; + this.state = 4558; this.match(HiveSqlParser.KW_LIKE); - this.state = 4551; + this.state = 4559; localContext._likeName = this.id_(); } break; case 2: { - this.state = 4553; + this.state = 4561; localContext._name = this.id_(); - this.state = 4556; + this.state = 4564; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 597, this.context) ) { case 1: { - this.state = 4554; + this.state = 4562; this.match(HiveSqlParser.KW_WITH); - this.state = 4555; + this.state = 4563; this.rpAssignList(); } break; @@ -24017,57 +24545,57 @@ export class HiveSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4560; + this.state = 4568; this.match(HiveSqlParser.KW_ALTER); - this.state = 4561; + this.state = 4569; this.match(HiveSqlParser.KW_RESOURCE); - this.state = 4562; + this.state = 4570; this.match(HiveSqlParser.KW_PLAN); - this.state = 4563; + this.state = 4571; localContext._name = this.id_(); - this.state = 4588; + this.state = 4596; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_VALIDATE: { - this.state = 4564; + this.state = 4572; this.match(HiveSqlParser.KW_VALIDATE); } break; case HiveSqlParser.KW_DISABLE: case HiveSqlParser.KW_DISABLED: { - this.state = 4565; + this.state = 4573; this.disable(); } break; case HiveSqlParser.KW_SET: { - this.state = 4566; + this.state = 4574; this.match(HiveSqlParser.KW_SET); - this.state = 4567; + this.state = 4575; this.rpAssignList(); } break; case HiveSqlParser.KW_UNSET: { - this.state = 4568; + this.state = 4576; this.match(HiveSqlParser.KW_UNSET); - this.state = 4569; + this.state = 4577; this.rpUnassign(); - this.state = 4574; + this.state = 4582; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 4570; + this.state = 4578; this.match(HiveSqlParser.COMMA); - this.state = 4571; + this.state = 4579; this.rpUnassign(); } } - this.state = 4576; + this.state = 4584; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -24075,24 +24603,24 @@ export class HiveSqlParser extends SQLParserBase { break; case HiveSqlParser.KW_RENAME: { - this.state = 4577; + this.state = 4585; this.match(HiveSqlParser.KW_RENAME); - this.state = 4578; + this.state = 4586; this.match(HiveSqlParser.KW_TO); - this.state = 4579; + this.state = 4587; localContext._newName = this.id_(); } break; case HiveSqlParser.KW_ACTIVATE: { - this.state = 4580; + this.state = 4588; this.activate(); - this.state = 4582; + this.state = 4590; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 600, this.context) ) { case 1: { - this.state = 4581; + this.state = 4589; this.enable(); } break; @@ -24102,14 +24630,14 @@ export class HiveSqlParser extends SQLParserBase { case HiveSqlParser.KW_ENABLE: case HiveSqlParser.KW_ENABLED: { - this.state = 4584; + this.state = 4592; this.enable(); - this.state = 4586; + this.state = 4594; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 4585; + this.state = 4593; this.activate(); } } @@ -24124,88 +24652,88 @@ export class HiveSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4590; + this.state = 4598; this.match(HiveSqlParser.KW_DROP); - this.state = 4591; + this.state = 4599; this.match(HiveSqlParser.KW_RESOURCE); - this.state = 4592; + this.state = 4600; this.match(HiveSqlParser.KW_PLAN); - this.state = 4594; + this.state = 4602; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151) { { - this.state = 4593; + this.state = 4601; this.ifExists(); } } - this.state = 4596; + this.state = 4604; localContext._name = this.id_(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 4599; + this.state = 4607; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_ENABLE: case HiveSqlParser.KW_ENABLED: { - this.state = 4597; + this.state = 4605; this.enable(); } break; case HiveSqlParser.KW_DISABLE: case HiveSqlParser.KW_DISABLED: { - this.state = 4598; + this.state = 4606; this.disable(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 4601; + this.state = 4609; this.match(HiveSqlParser.KW_WORKLOAD); - this.state = 4602; + this.state = 4610; this.match(HiveSqlParser.KW_MANAGEMENT); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 4604; + this.state = 4612; this.match(HiveSqlParser.KW_REPLACE); - this.state = 4616; + this.state = 4624; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_ACTIVE: { - this.state = 4605; + this.state = 4613; this.match(HiveSqlParser.KW_ACTIVE); - this.state = 4606; + this.state = 4614; this.match(HiveSqlParser.KW_RESOURCE); - this.state = 4607; + this.state = 4615; this.match(HiveSqlParser.KW_PLAN); - this.state = 4608; + this.state = 4616; this.match(HiveSqlParser.KW_WITH); - this.state = 4609; + this.state = 4617; localContext._src = this.id_(); } break; case HiveSqlParser.KW_RESOURCE: { - this.state = 4610; + this.state = 4618; this.match(HiveSqlParser.KW_RESOURCE); - this.state = 4611; + this.state = 4619; this.match(HiveSqlParser.KW_PLAN); - this.state = 4612; + this.state = 4620; localContext._dest = this.id_(); - this.state = 4613; + this.state = 4621; this.match(HiveSqlParser.KW_WITH); - this.state = 4614; + this.state = 4622; localContext._src = this.id_(); } break; @@ -24217,93 +24745,93 @@ export class HiveSqlParser extends SQLParserBase { case 6: this.enterOuterAlt(localContext, 6); { - this.state = 4618; + this.state = 4626; this.match(HiveSqlParser.KW_CREATE); - this.state = 4619; + this.state = 4627; this.match(HiveSqlParser.KW_TRIGGER); - this.state = 4620; + this.state = 4628; localContext._rpName = this.id_(); - this.state = 4621; + this.state = 4629; this.match(HiveSqlParser.DOT); - this.state = 4622; + this.state = 4630; localContext._triggerName = this.id_(); - this.state = 4623; + this.state = 4631; this.match(HiveSqlParser.KW_WHEN); - this.state = 4624; + this.state = 4632; this.triggerAtomExpression(); - this.state = 4625; + this.state = 4633; this.match(HiveSqlParser.KW_DO); - this.state = 4626; + this.state = 4634; this.triggerActionExpression(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 4628; + this.state = 4636; this.match(HiveSqlParser.KW_ALTER); - this.state = 4629; + this.state = 4637; this.match(HiveSqlParser.KW_TRIGGER); - this.state = 4630; + this.state = 4638; localContext._rpName = this.id_(); - this.state = 4631; + this.state = 4639; this.match(HiveSqlParser.DOT); - this.state = 4632; + this.state = 4640; localContext._triggerName = this.id_(); - this.state = 4649; + this.state = 4657; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_WHEN: { - this.state = 4633; + this.state = 4641; this.match(HiveSqlParser.KW_WHEN); - this.state = 4634; + this.state = 4642; this.triggerAtomExpression(); - this.state = 4635; + this.state = 4643; this.match(HiveSqlParser.KW_DO); - this.state = 4636; + this.state = 4644; this.triggerActionExpression(); } break; case HiveSqlParser.KW_ADD: case HiveSqlParser.KW_DROP: { - this.state = 4642; + this.state = 4650; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_ADD: { - this.state = 4638; + this.state = 4646; this.match(HiveSqlParser.KW_ADD); - this.state = 4639; + this.state = 4647; this.match(HiveSqlParser.KW_TO); } break; case HiveSqlParser.KW_DROP: { - this.state = 4640; + this.state = 4648; this.match(HiveSqlParser.KW_DROP); - this.state = 4641; + this.state = 4649; this.match(HiveSqlParser.KW_FROM); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 4647; + this.state = 4655; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_POOL: { - this.state = 4644; + this.state = 4652; this.match(HiveSqlParser.KW_POOL); - this.state = 4645; + this.state = 4653; localContext._poolName = this.poolPath(); } break; case HiveSqlParser.KW_UNMANAGED: { - this.state = 4646; + this.state = 4654; this.match(HiveSqlParser.KW_UNMANAGED); } break; @@ -24320,73 +24848,73 @@ export class HiveSqlParser extends SQLParserBase { case 8: this.enterOuterAlt(localContext, 8); { - this.state = 4651; + this.state = 4659; this.match(HiveSqlParser.KW_DROP); - this.state = 4652; + this.state = 4660; this.match(HiveSqlParser.KW_TRIGGER); - this.state = 4653; + this.state = 4661; localContext._rpName = this.id_(); - this.state = 4654; + this.state = 4662; this.match(HiveSqlParser.DOT); - this.state = 4655; + this.state = 4663; localContext._triggerName = this.id_(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 4657; + this.state = 4665; this.match(HiveSqlParser.KW_CREATE); - this.state = 4658; + this.state = 4666; this.match(HiveSqlParser.KW_POOL); - this.state = 4659; + this.state = 4667; localContext._rpName = this.id_(); - this.state = 4660; + this.state = 4668; this.match(HiveSqlParser.DOT); - this.state = 4661; + this.state = 4669; this.poolPath(); - this.state = 4662; + this.state = 4670; this.match(HiveSqlParser.KW_WITH); - this.state = 4663; + this.state = 4671; this.poolAssignList(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 4665; + this.state = 4673; this.match(HiveSqlParser.KW_ALTER); - this.state = 4666; + this.state = 4674; this.match(HiveSqlParser.KW_POOL); - this.state = 4667; + this.state = 4675; localContext._rpName = this.id_(); - this.state = 4668; + this.state = 4676; this.match(HiveSqlParser.DOT); - this.state = 4669; - this.poolPath(); this.state = 4677; + this.poolPath(); + this.state = 4685; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_SET: { - this.state = 4670; + this.state = 4678; this.match(HiveSqlParser.KW_SET); - this.state = 4671; + this.state = 4679; this.poolAssignList(); } break; case HiveSqlParser.KW_UNSET: { - this.state = 4672; + this.state = 4680; this.match(HiveSqlParser.KW_UNSET); - this.state = 4673; + this.state = 4681; this.match(HiveSqlParser.KW_SCHEDULING_POLICY); } break; case HiveSqlParser.KW_ADD: case HiveSqlParser.KW_DROP: { - this.state = 4674; + this.state = 4682; _la = this.tokenStream.LA(1); if(!(_la === 4 || _la === 101)) { this.errorHandler.recoverInline(this); @@ -24395,9 +24923,9 @@ export class HiveSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4675; + this.state = 4683; this.match(HiveSqlParser.KW_TRIGGER); - this.state = 4676; + this.state = 4684; localContext._triggerName = this.id_(); } break; @@ -24409,22 +24937,22 @@ export class HiveSqlParser extends SQLParserBase { case 11: this.enterOuterAlt(localContext, 11); { - this.state = 4679; + this.state = 4687; this.match(HiveSqlParser.KW_DROP); - this.state = 4680; + this.state = 4688; this.match(HiveSqlParser.KW_POOL); - this.state = 4681; + this.state = 4689; localContext._rpName = this.id_(); - this.state = 4682; + this.state = 4690; this.match(HiveSqlParser.DOT); - this.state = 4683; + this.state = 4691; this.poolPath(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 4685; + this.state = 4693; _la = this.tokenStream.LA(1); if(!(_la === 9 || _la === 58)) { this.errorHandler.recoverInline(this); @@ -24433,46 +24961,46 @@ export class HiveSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4686; + this.state = 4694; localContext._mappingType = this.mappingTypes(); - this.state = 4687; + this.state = 4695; this.match(HiveSqlParser.KW_MAPPING); - this.state = 4688; + this.state = 4696; this.match(HiveSqlParser.StringLiteral); - this.state = 4689; + this.state = 4697; this.match(HiveSqlParser.KW_IN); - this.state = 4690; + this.state = 4698; localContext._rpName = this.id_(); - this.state = 4694; + this.state = 4702; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_TO: { - this.state = 4691; + this.state = 4699; this.match(HiveSqlParser.KW_TO); - this.state = 4692; + this.state = 4700; localContext._path = this.poolPath(); } break; case HiveSqlParser.KW_UNMANAGED: { - this.state = 4693; + this.state = 4701; this.match(HiveSqlParser.KW_UNMANAGED); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 4699; + this.state = 4707; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 611, this.context) ) { case 1: { - this.state = 4696; + this.state = 4704; this.match(HiveSqlParser.KW_WITH); - this.state = 4697; + this.state = 4705; this.match(HiveSqlParser.KW_ORDER); - this.state = 4698; + this.state = 4706; localContext._order = this.match(HiveSqlParser.Number); } break; @@ -24482,17 +25010,17 @@ export class HiveSqlParser extends SQLParserBase { case 13: this.enterOuterAlt(localContext, 13); { - this.state = 4701; + this.state = 4709; this.match(HiveSqlParser.KW_DROP); - this.state = 4702; + this.state = 4710; localContext._mappingType = this.mappingTypes(); - this.state = 4703; + this.state = 4711; this.match(HiveSqlParser.KW_MAPPING); - this.state = 4704; + this.state = 4712; this.match(HiveSqlParser.StringLiteral); - this.state = 4705; + this.state = 4713; this.match(HiveSqlParser.KW_IN); - this.state = 4706; + this.state = 4714; localContext._rpName = this.id_(); } break; @@ -24514,12 +25042,12 @@ export class HiveSqlParser extends SQLParserBase { } public mappingTypes(): MappingTypesContext { let localContext = new MappingTypesContext(this.context, this.state); - this.enterRule(localContext, 652, HiveSqlParser.RULE_mappingTypes); + this.enterRule(localContext, 656, HiveSqlParser.RULE_mappingTypes); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4710; + this.state = 4718; _la = this.tokenStream.LA(1); if(!(_la === 14 || _la === 144 || _la === 369)) { this.errorHandler.recoverInline(this); @@ -24546,32 +25074,32 @@ export class HiveSqlParser extends SQLParserBase { } public rpAssign(): RpAssignContext { let localContext = new RpAssignContext(this.context, this.state); - this.enterRule(localContext, 654, HiveSqlParser.RULE_rpAssign); + this.enterRule(localContext, 658, HiveSqlParser.RULE_rpAssign); try { - this.state = 4719; + this.state = 4727; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_QUERY_PARALLELISM: this.enterOuterAlt(localContext, 1); { - this.state = 4712; + this.state = 4720; this.match(HiveSqlParser.KW_QUERY_PARALLELISM); - this.state = 4713; + this.state = 4721; this.match(HiveSqlParser.EQUAL); - this.state = 4714; + this.state = 4722; localContext._parallelism = this.match(HiveSqlParser.Number); } break; case HiveSqlParser.KW_DEFAULT: this.enterOuterAlt(localContext, 2); { - this.state = 4715; + this.state = 4723; this.match(HiveSqlParser.KW_DEFAULT); - this.state = 4716; + this.state = 4724; this.match(HiveSqlParser.KW_POOL); - this.state = 4717; + this.state = 4725; this.match(HiveSqlParser.EQUAL); - this.state = 4718; + this.state = 4726; this.poolPath(); } break; @@ -24595,26 +25123,26 @@ export class HiveSqlParser extends SQLParserBase { } public rpAssignList(): RpAssignListContext { let localContext = new RpAssignListContext(this.context, this.state); - this.enterRule(localContext, 656, HiveSqlParser.RULE_rpAssignList); + this.enterRule(localContext, 660, HiveSqlParser.RULE_rpAssignList); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4721; + this.state = 4729; this.rpAssign(); - this.state = 4726; + this.state = 4734; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 4722; + this.state = 4730; this.match(HiveSqlParser.COMMA); - this.state = 4723; + this.state = 4731; this.rpAssign(); } } - this.state = 4728; + this.state = 4736; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -24636,24 +25164,24 @@ export class HiveSqlParser extends SQLParserBase { } public rpUnassign(): RpUnassignContext { let localContext = new RpUnassignContext(this.context, this.state); - this.enterRule(localContext, 658, HiveSqlParser.RULE_rpUnassign); + this.enterRule(localContext, 662, HiveSqlParser.RULE_rpUnassign); try { - this.state = 4732; + this.state = 4740; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_QUERY_PARALLELISM: this.enterOuterAlt(localContext, 1); { - this.state = 4729; + this.state = 4737; this.match(HiveSqlParser.KW_QUERY_PARALLELISM); } break; case HiveSqlParser.KW_DEFAULT: this.enterOuterAlt(localContext, 2); { - this.state = 4730; + this.state = 4738; this.match(HiveSqlParser.KW_DEFAULT); - this.state = 4731; + this.state = 4739; this.match(HiveSqlParser.KW_POOL); } break; @@ -24677,20 +25205,20 @@ export class HiveSqlParser extends SQLParserBase { } public activate(): ActivateContext { let localContext = new ActivateContext(this.context, this.state); - this.enterRule(localContext, 660, HiveSqlParser.RULE_activate); + this.enterRule(localContext, 664, HiveSqlParser.RULE_activate); try { this.enterOuterAlt(localContext, 1); { - this.state = 4734; + this.state = 4742; this.match(HiveSqlParser.KW_ACTIVATE); - this.state = 4737; + this.state = 4745; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 616, this.context) ) { case 1: { - this.state = 4735; + this.state = 4743; this.match(HiveSqlParser.KW_WITH); - this.state = 4736; + this.state = 4744; this.match(HiveSqlParser.KW_REPLACE); } break; @@ -24713,12 +25241,12 @@ export class HiveSqlParser extends SQLParserBase { } public enable(): EnableContext { let localContext = new EnableContext(this.context, this.state); - this.enterRule(localContext, 662, HiveSqlParser.RULE_enable); + this.enterRule(localContext, 666, HiveSqlParser.RULE_enable); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4739; + this.state = 4747; _la = this.tokenStream.LA(1); if(!(_la === 106 || _la === 107)) { this.errorHandler.recoverInline(this); @@ -24745,12 +25273,12 @@ export class HiveSqlParser extends SQLParserBase { } public disable(): DisableContext { let localContext = new DisableContext(this.context, this.state); - this.enterRule(localContext, 664, HiveSqlParser.RULE_disable); + this.enterRule(localContext, 668, HiveSqlParser.RULE_disable); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4741; + this.state = 4749; _la = this.tokenStream.LA(1); if(!(_la === 94 || _la === 95)) { this.errorHandler.recoverInline(this); @@ -24777,12 +25305,12 @@ export class HiveSqlParser extends SQLParserBase { } public year(): YearContext { let localContext = new YearContext(this.context, this.state); - this.enterRule(localContext, 666, HiveSqlParser.RULE_year); + this.enterRule(localContext, 670, HiveSqlParser.RULE_year); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4743; + this.state = 4751; _la = this.tokenStream.LA(1); if(!(_la === 392 || _la === 393)) { this.errorHandler.recoverInline(this); @@ -24809,12 +25337,12 @@ export class HiveSqlParser extends SQLParserBase { } public month(): MonthContext { let localContext = new MonthContext(this.context, this.state); - this.enterRule(localContext, 668, HiveSqlParser.RULE_month); + this.enterRule(localContext, 672, HiveSqlParser.RULE_month); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4745; + this.state = 4753; _la = this.tokenStream.LA(1); if(!(_la === 208 || _la === 209)) { this.errorHandler.recoverInline(this); @@ -24841,12 +25369,12 @@ export class HiveSqlParser extends SQLParserBase { } public week(): WeekContext { let localContext = new WeekContext(this.context, this.state); - this.enterRule(localContext, 670, HiveSqlParser.RULE_week); + this.enterRule(localContext, 674, HiveSqlParser.RULE_week); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4747; + this.state = 4755; _la = this.tokenStream.LA(1); if(!(_la === 381 || _la === 382)) { this.errorHandler.recoverInline(this); @@ -24873,12 +25401,12 @@ export class HiveSqlParser extends SQLParserBase { } public day(): DayContext { let localContext = new DayContext(this.context, this.state); - this.enterRule(localContext, 672, HiveSqlParser.RULE_day); + this.enterRule(localContext, 676, HiveSqlParser.RULE_day); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4749; + this.state = 4757; _la = this.tokenStream.LA(1); if(!(_la === 73 || _la === 74)) { this.errorHandler.recoverInline(this); @@ -24905,12 +25433,12 @@ export class HiveSqlParser extends SQLParserBase { } public hour(): HourContext { let localContext = new HourContext(this.context, this.state); - this.enterRule(localContext, 674, HiveSqlParser.RULE_hour); + this.enterRule(localContext, 678, HiveSqlParser.RULE_hour); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4751; + this.state = 4759; _la = this.tokenStream.LA(1); if(!(_la === 148 || _la === 149)) { this.errorHandler.recoverInline(this); @@ -24937,12 +25465,12 @@ export class HiveSqlParser extends SQLParserBase { } public minute(): MinuteContext { let localContext = new MinuteContext(this.context, this.state); - this.enterRule(localContext, 676, HiveSqlParser.RULE_minute); + this.enterRule(localContext, 680, HiveSqlParser.RULE_minute); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4753; + this.state = 4761; _la = this.tokenStream.LA(1); if(!(_la === 206 || _la === 207)) { this.errorHandler.recoverInline(this); @@ -24969,12 +25497,12 @@ export class HiveSqlParser extends SQLParserBase { } public second(): SecondContext { let localContext = new SecondContext(this.context, this.state); - this.enterRule(localContext, 678, HiveSqlParser.RULE_second); + this.enterRule(localContext, 682, HiveSqlParser.RULE_second); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4755; + this.state = 4763; _la = this.tokenStream.LA(1); if(!(_la === 297 || _la === 298)) { this.errorHandler.recoverInline(this); @@ -25001,12 +25529,12 @@ export class HiveSqlParser extends SQLParserBase { } public decimal(): DecimalContext { let localContext = new DecimalContext(this.context, this.state); - this.enterRule(localContext, 680, HiveSqlParser.RULE_decimal); + this.enterRule(localContext, 684, HiveSqlParser.RULE_decimal); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4757; + this.state = 4765; _la = this.tokenStream.LA(1); if(!(((((_la - 80)) & ~0x1F) === 0 && ((1 << (_la - 80)) & 7) !== 0))) { this.errorHandler.recoverInline(this); @@ -25033,28 +25561,28 @@ export class HiveSqlParser extends SQLParserBase { } public poolPath(): PoolPathContext { let localContext = new PoolPathContext(this.context, this.state); - this.enterRule(localContext, 682, HiveSqlParser.RULE_poolPath); + this.enterRule(localContext, 686, HiveSqlParser.RULE_poolPath); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 4759; + this.state = 4767; this.id_(); - this.state = 4764; + this.state = 4772; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 617, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 4760; + this.state = 4768; this.match(HiveSqlParser.DOT); - this.state = 4761; + this.state = 4769; this.id_(); } } } - this.state = 4766; + this.state = 4774; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 617, this.context); } @@ -25076,16 +25604,16 @@ export class HiveSqlParser extends SQLParserBase { } public triggerAtomExpression(): TriggerAtomExpressionContext { let localContext = new TriggerAtomExpressionContext(this.context, this.state); - this.enterRule(localContext, 684, HiveSqlParser.RULE_triggerAtomExpression); + this.enterRule(localContext, 688, HiveSqlParser.RULE_triggerAtomExpression); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4767; + this.state = 4775; this.id_(); - this.state = 4768; + this.state = 4776; this.match(HiveSqlParser.GREATERTHAN); - this.state = 4769; + this.state = 4777; _la = this.tokenStream.LA(1); if(!(_la === 426 || _la === 431)) { this.errorHandler.recoverInline(this); @@ -25112,26 +25640,26 @@ export class HiveSqlParser extends SQLParserBase { } public triggerActionExpression(): TriggerActionExpressionContext { let localContext = new TriggerActionExpressionContext(this.context, this.state); - this.enterRule(localContext, 686, HiveSqlParser.RULE_triggerActionExpression); + this.enterRule(localContext, 690, HiveSqlParser.RULE_triggerActionExpression); try { - this.state = 4775; + this.state = 4783; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_KILL: this.enterOuterAlt(localContext, 1); { - this.state = 4771; + this.state = 4779; this.match(HiveSqlParser.KW_KILL); } break; case HiveSqlParser.KW_MOVE: this.enterOuterAlt(localContext, 2); { - this.state = 4772; + this.state = 4780; this.match(HiveSqlParser.KW_MOVE); - this.state = 4773; + this.state = 4781; this.match(HiveSqlParser.KW_TO); - this.state = 4774; + this.state = 4782; this.poolPath(); } break; @@ -25155,50 +25683,50 @@ export class HiveSqlParser extends SQLParserBase { } public poolAssign(): PoolAssignContext { let localContext = new PoolAssignContext(this.context, this.state); - this.enterRule(localContext, 688, HiveSqlParser.RULE_poolAssign); + this.enterRule(localContext, 692, HiveSqlParser.RULE_poolAssign); try { this.enterOuterAlt(localContext, 1); { - this.state = 4789; + this.state = 4797; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case HiveSqlParser.KW_ALLOC_FRACTION: { - this.state = 4777; + this.state = 4785; this.match(HiveSqlParser.KW_ALLOC_FRACTION); - this.state = 4778; + this.state = 4786; this.match(HiveSqlParser.EQUAL); - this.state = 4779; + this.state = 4787; localContext._allocFraction = this.match(HiveSqlParser.Number); } break; case HiveSqlParser.KW_QUERY_PARALLELISM: { - this.state = 4780; + this.state = 4788; this.match(HiveSqlParser.KW_QUERY_PARALLELISM); - this.state = 4781; + this.state = 4789; this.match(HiveSqlParser.EQUAL); - this.state = 4782; + this.state = 4790; localContext._parallelism = this.match(HiveSqlParser.Number); } break; case HiveSqlParser.KW_SCHEDULING_POLICY: { - this.state = 4783; + this.state = 4791; this.match(HiveSqlParser.KW_SCHEDULING_POLICY); - this.state = 4784; + this.state = 4792; this.match(HiveSqlParser.EQUAL); - this.state = 4785; + this.state = 4793; localContext._policy = this.match(HiveSqlParser.StringLiteral); } break; case HiveSqlParser.KW_PATH: { - this.state = 4786; + this.state = 4794; this.match(HiveSqlParser.KW_PATH); - this.state = 4787; + this.state = 4795; this.match(HiveSqlParser.EQUAL); - this.state = 4788; + this.state = 4796; localContext._path = this.poolPath(); } break; @@ -25223,26 +25751,26 @@ export class HiveSqlParser extends SQLParserBase { } public poolAssignList(): PoolAssignListContext { let localContext = new PoolAssignListContext(this.context, this.state); - this.enterRule(localContext, 690, HiveSqlParser.RULE_poolAssignList); + this.enterRule(localContext, 694, HiveSqlParser.RULE_poolAssignList); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4791; + this.state = 4799; this.poolAssign(); - this.state = 4796; + this.state = 4804; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 397) { { { - this.state = 4792; + this.state = 4800; this.match(HiveSqlParser.COMMA); - this.state = 4793; + this.state = 4801; this.poolAssign(); } } - this.state = 4798; + this.state = 4806; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -25279,7 +25807,7 @@ export class HiveSqlParser extends SQLParserBase { } public static readonly _serializedATN: number[] = [ - 4,1,438,4800,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,438,4808,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, @@ -25339,2075 +25867,2077 @@ export class HiveSqlParser extends SQLParserBase { 7,329,2,330,7,330,2,331,7,331,2,332,7,332,2,333,7,333,2,334,7,334, 2,335,7,335,2,336,7,336,2,337,7,337,2,338,7,338,2,339,7,339,2,340, 7,340,2,341,7,341,2,342,7,342,2,343,7,343,2,344,7,344,2,345,7,345, - 1,0,5,0,694,8,0,10,0,12,0,697,9,0,1,0,1,0,1,1,1,1,3,1,703,8,1,1, - 1,3,1,706,8,1,1,2,1,2,5,2,710,8,2,10,2,12,2,713,9,2,1,2,1,2,1,2, - 3,2,718,8,2,1,3,1,3,1,3,1,3,1,3,3,3,725,8,3,1,3,1,3,1,3,1,3,1,3, - 1,3,1,3,1,3,3,3,735,8,3,1,3,3,3,738,8,3,1,3,1,3,3,3,742,8,3,1,4, - 1,4,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,3,5,757,8,5,1,5, - 1,5,1,5,1,5,1,5,3,5,764,8,5,1,5,1,5,1,5,1,5,3,5,770,8,5,1,5,1,5, - 1,5,3,5,775,8,5,1,5,1,5,1,5,3,5,780,8,5,1,5,3,5,783,8,5,1,5,1,5, - 1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5, - 1,5,1,5,5,5,805,8,5,10,5,12,5,808,9,5,1,5,1,5,5,5,812,8,5,10,5,12, - 5,815,9,5,3,5,817,8,5,1,6,1,6,1,6,3,6,822,8,6,1,6,1,6,1,6,3,6,827, - 8,6,1,6,1,6,1,6,1,6,3,6,833,8,6,1,7,1,7,3,7,837,8,7,1,7,1,7,1,7, - 1,7,1,7,1,8,1,8,1,8,1,8,1,8,1,8,3,8,850,8,8,1,9,1,9,3,9,854,8,9, - 1,9,1,9,3,9,858,8,9,1,9,1,9,1,9,3,9,863,8,9,1,10,1,10,1,10,1,10, - 1,10,3,10,870,8,10,1,10,1,10,3,10,874,8,10,1,11,1,11,1,11,3,11,879, - 8,11,1,12,1,12,1,12,1,12,1,12,3,12,886,8,12,1,12,1,12,3,12,890,8, - 12,1,13,1,13,1,13,3,13,895,8,13,1,14,1,14,1,14,1,14,1,14,1,14,1, + 2,346,7,346,2,347,7,347,1,0,5,0,698,8,0,10,0,12,0,701,9,0,1,0,1, + 0,1,1,1,1,3,1,707,8,1,1,1,3,1,710,8,1,1,2,1,2,5,2,714,8,2,10,2,12, + 2,717,9,2,1,2,1,2,1,2,3,2,722,8,2,1,3,1,3,1,3,1,3,1,3,3,3,729,8, + 3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,3,3,739,8,3,1,3,3,3,742,8,3,1, + 3,1,3,3,3,746,8,3,1,4,1,4,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1, + 5,1,5,3,5,761,8,5,1,5,1,5,1,5,1,5,1,5,3,5,768,8,5,1,5,1,5,1,5,1, + 5,3,5,774,8,5,1,5,1,5,1,5,3,5,779,8,5,1,5,1,5,1,5,3,5,784,8,5,1, + 5,3,5,787,8,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1, + 5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,5,5,809,8,5,10,5,12,5,812,9,5,1,5, + 1,5,5,5,816,8,5,10,5,12,5,819,9,5,3,5,821,8,5,1,6,1,6,1,6,3,6,826, + 8,6,1,6,1,6,1,6,3,6,831,8,6,1,6,1,6,1,6,1,6,3,6,837,8,6,1,7,1,7, + 3,7,841,8,7,1,7,1,7,1,7,1,7,1,7,1,8,1,8,1,8,1,8,1,8,1,8,3,8,854, + 8,8,1,9,1,9,3,9,858,8,9,1,9,1,9,3,9,862,8,9,1,9,1,9,1,9,3,9,867, + 8,9,1,10,1,10,1,10,1,10,1,10,3,10,874,8,10,1,10,1,10,3,10,878,8, + 10,1,11,1,11,1,11,3,11,883,8,11,1,12,1,12,1,12,1,12,1,12,3,12,890, + 8,12,1,12,1,12,3,12,894,8,12,1,13,1,13,1,13,3,13,899,8,13,1,14,1, 14,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1, 14,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1, - 14,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1,14,4,14,941, - 8,14,11,14,12,14,942,1,14,1,14,1,14,4,14,948,8,14,11,14,12,14,949, - 1,14,1,14,1,14,3,14,955,8,14,1,15,1,15,1,15,1,16,1,16,1,16,1,16, - 1,17,1,17,1,18,1,18,1,18,1,19,1,19,1,19,1,20,1,20,1,20,1,20,1,21, - 1,21,3,21,978,8,21,1,21,1,21,3,21,982,8,21,1,21,1,21,3,21,986,8, - 21,1,21,3,21,989,8,21,1,21,1,21,3,21,993,8,21,1,21,1,21,1,21,3,21, - 998,8,21,1,21,1,21,1,21,1,21,3,21,1004,8,21,1,21,1,21,3,21,1008, - 8,21,1,21,1,21,1,21,1,21,3,21,1014,8,21,3,21,1016,8,21,1,22,1,22, - 1,22,1,23,1,23,1,23,1,24,1,24,1,24,3,24,1027,8,24,1,24,1,24,3,24, - 1031,8,24,1,25,1,25,1,25,1,26,1,26,3,26,1038,8,26,1,26,1,26,1,26, - 1,26,1,26,1,26,3,26,1046,8,26,1,26,3,26,1049,8,26,1,27,1,27,1,27, - 3,27,1054,8,27,1,27,1,27,3,27,1058,8,27,1,27,3,27,1061,8,27,1,28, - 1,28,1,28,1,28,1,28,1,29,1,29,1,29,3,29,1071,8,29,1,29,1,29,1,29, - 1,29,1,29,1,29,3,29,1079,8,29,5,29,1081,8,29,10,29,12,29,1084,9, - 29,3,29,1086,8,29,1,30,1,30,3,30,1090,8,30,1,31,1,31,3,31,1094,8, - 31,1,31,3,31,1097,8,31,1,32,1,32,1,32,3,32,1102,8,32,1,32,1,32,1, - 32,1,32,3,32,1108,8,32,1,32,1,32,1,32,3,32,1113,8,32,1,32,1,32,1, - 32,3,32,1118,8,32,1,32,1,32,3,32,1122,8,32,1,33,1,33,1,33,1,33,1, - 33,1,33,1,33,1,33,1,33,3,33,1133,8,33,3,33,1135,8,33,1,33,1,33,3, - 33,1139,8,33,1,34,1,34,1,35,1,35,1,36,1,36,1,36,1,36,3,36,1149,8, - 36,1,36,1,36,3,36,1153,8,36,1,36,1,36,1,36,1,36,3,36,1159,8,36,1, - 36,3,36,1162,8,36,1,36,1,36,1,36,1,36,1,36,3,36,1169,8,36,1,36,1, - 36,1,36,3,36,1174,8,36,1,36,1,36,1,36,1,36,1,36,1,36,3,36,1182,8, - 36,1,36,1,36,1,36,3,36,1187,8,36,1,36,1,36,3,36,1191,8,36,1,36,1, - 36,1,36,1,36,1,36,1,36,3,36,1199,8,36,1,36,1,36,1,36,3,36,1204,8, - 36,1,36,1,36,1,36,1,36,3,36,1210,8,36,1,36,1,36,1,36,1,36,3,36,1216, - 8,36,1,36,3,36,1219,8,36,1,36,3,36,1222,8,36,1,36,3,36,1225,8,36, - 1,36,1,36,1,36,1,36,1,36,1,36,1,36,3,36,1234,8,36,1,36,1,36,1,36, - 1,36,1,36,1,36,3,36,1242,8,36,1,36,1,36,1,36,3,36,1247,8,36,1,36, - 1,36,1,36,1,36,1,36,1,36,3,36,1255,8,36,1,36,1,36,1,36,1,36,1,36, - 3,36,1262,8,36,1,36,3,36,1265,8,36,1,36,3,36,1268,8,36,3,36,1270, - 8,36,1,36,1,36,1,36,1,36,1,36,1,36,1,36,1,36,1,36,3,36,1281,8,36, - 3,36,1283,8,36,1,36,3,36,1286,8,36,1,36,3,36,1289,8,36,1,36,3,36, - 1292,8,36,1,36,3,36,1295,8,36,1,36,3,36,1298,8,36,3,36,1300,8,36, - 1,36,1,36,1,36,1,36,1,36,1,36,1,36,1,36,1,36,1,36,3,36,1312,8,36, - 1,36,1,36,1,36,1,36,3,36,1318,8,36,1,36,1,36,1,36,1,36,1,36,1,36, - 3,36,1326,8,36,3,36,1328,8,36,1,37,1,37,1,37,1,37,1,37,1,37,1,37, - 1,37,3,37,1338,8,37,1,38,1,38,1,38,1,38,1,38,1,39,1,39,1,39,1,39, - 1,39,1,40,1,40,1,41,1,41,1,41,1,41,1,42,1,42,1,42,1,42,1,43,1,43, - 1,43,1,43,1,44,1,44,1,44,1,44,1,45,1,45,1,45,3,45,1371,8,45,1,45, - 1,45,1,45,3,45,1376,8,45,1,46,1,46,3,46,1380,8,46,1,46,1,46,3,46, - 1384,8,46,1,46,1,46,1,46,1,47,1,47,3,47,1391,8,47,1,47,1,47,1,47, - 5,47,1396,8,47,10,47,12,47,1399,9,47,1,47,1,47,1,47,3,47,1404,8, - 47,1,48,1,48,3,48,1408,8,48,1,48,3,48,1411,8,48,1,48,1,48,1,48,5, - 48,1416,8,48,10,48,12,48,1419,9,48,1,48,1,48,1,48,1,49,1,49,1,49, - 1,49,1,49,1,50,1,50,1,50,1,51,1,51,1,51,1,51,1,52,1,52,1,52,1,52, - 1,52,3,52,1441,8,52,1,53,1,53,1,53,3,53,1446,8,53,1,53,1,53,3,53, - 1450,8,53,1,54,1,54,1,54,1,54,1,55,1,55,3,55,1458,8,55,1,56,1,56, - 1,56,1,57,1,57,1,57,1,57,3,57,1467,8,57,1,57,1,57,1,57,1,57,1,57, - 3,57,1474,8,57,1,58,1,58,1,58,1,58,3,58,1480,8,58,1,58,1,58,1,58, - 1,58,1,58,3,58,1487,8,58,1,58,3,58,1490,8,58,1,58,1,58,1,58,1,58, - 3,58,1496,8,58,1,59,1,59,1,59,5,59,1501,8,59,10,59,12,59,1504,9, - 59,1,60,1,60,1,60,1,60,1,60,3,60,1511,8,60,1,61,1,61,1,62,1,62,1, - 62,5,62,1518,8,62,10,62,12,62,1521,9,62,1,63,1,63,1,63,1,63,1,63, - 1,63,3,63,1529,8,63,1,64,1,64,1,64,1,64,1,64,3,64,1536,8,64,1,65, - 1,65,1,65,1,65,1,66,1,66,1,66,1,66,1,67,1,67,1,67,1,67,1,68,1,68, - 1,68,1,68,1,69,1,69,3,69,1556,8,69,1,69,1,69,1,69,1,69,1,69,3,69, - 1563,8,69,3,69,1565,8,69,1,70,1,70,1,70,5,70,1570,8,70,10,70,12, - 70,1573,9,70,1,71,1,71,1,71,1,72,1,72,1,73,1,73,3,73,1582,8,73,1, - 73,1,73,1,73,1,73,1,73,1,73,3,73,1590,8,73,1,74,1,74,3,74,1594,8, - 74,1,74,1,74,3,74,1598,8,74,1,74,1,74,1,75,1,75,1,75,1,76,1,76,1, - 76,1,76,1,76,1,76,3,76,1611,8,76,1,76,1,76,1,76,1,77,1,77,1,77,1, - 77,3,77,1620,8,77,1,77,1,77,1,78,1,78,1,78,1,78,1,78,1,78,1,78,1, - 78,1,78,1,78,1,78,1,78,3,78,1636,8,78,1,78,1,78,3,78,1640,8,78,1, - 78,1,78,1,78,3,78,1645,8,78,1,78,1,78,1,78,3,78,1650,8,78,1,78,3, - 78,1653,8,78,1,78,3,78,1656,8,78,1,78,3,78,1659,8,78,1,78,3,78,1662, - 8,78,1,78,3,78,1665,8,78,1,79,1,79,1,79,3,79,1670,8,79,1,79,1,79, - 1,79,1,79,1,80,1,80,1,80,3,80,1679,8,80,1,80,1,80,3,80,1683,8,80, - 1,80,1,80,1,80,1,80,1,80,3,80,1690,8,80,1,80,3,80,1693,8,80,1,80, - 3,80,1696,8,80,1,80,3,80,1699,8,80,1,80,1,80,1,80,1,81,1,81,1,81, - 1,81,1,81,1,81,1,81,3,81,1711,8,81,1,81,1,81,1,82,1,82,3,82,1717, - 8,82,1,83,1,83,1,83,1,83,1,83,1,83,1,84,1,84,1,84,1,85,1,85,1,85, - 1,85,1,85,1,85,1,86,1,86,1,86,1,86,1,86,1,86,1,87,1,87,1,87,3,87, - 1743,8,87,1,87,1,87,1,88,1,88,1,88,1,88,3,88,1751,8,88,1,88,1,88, - 3,88,1755,8,88,1,88,3,88,1758,8,88,1,88,3,88,1761,8,88,1,88,3,88, - 1764,8,88,1,88,3,88,1767,8,88,1,88,3,88,1770,8,88,1,88,3,88,1773, - 8,88,1,88,3,88,1776,8,88,1,88,1,88,1,88,1,89,1,89,1,89,1,89,3,89, - 1785,8,89,1,89,1,89,1,90,1,90,1,90,1,90,1,90,1,90,3,90,1795,8,90, - 1,90,3,90,1798,8,90,1,90,1,90,1,91,1,91,1,91,1,91,1,91,1,92,1,92, - 1,92,1,92,1,92,1,92,1,93,1,93,1,93,1,93,1,93,3,93,1818,8,93,1,94, - 1,94,1,94,1,94,3,94,1824,8,94,1,94,1,94,1,94,1,94,3,94,1830,8,94, - 1,94,3,94,1833,8,94,3,94,1835,8,94,1,95,1,95,1,95,1,95,1,96,3,96, - 1842,8,96,1,96,1,96,1,96,1,97,1,97,3,97,1849,8,97,1,98,1,98,1,98, - 1,99,1,99,1,99,1,100,1,100,1,100,1,100,1,100,3,100,1862,8,100,1, - 100,1,100,1,100,3,100,1867,8,100,1,100,1,100,1,101,1,101,1,101,5, - 101,1874,8,101,10,101,12,101,1877,9,101,1,102,1,102,1,102,5,102, - 1882,8,102,10,102,12,102,1885,9,102,1,103,1,103,1,103,1,103,1,103, - 3,103,1892,8,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,1905,8,103,1,104,1,104,1,104,1,104,1,104, - 1,104,1,104,1,104,1,104,1,104,1,104,3,104,1918,8,104,1,104,1,104, - 1,104,1,104,1,105,1,105,1,105,1,105,1,105,1,105,1,105,1,105,1,105, - 1,105,3,105,1934,8,105,1,106,1,106,3,106,1938,8,106,1,107,1,107, - 1,107,1,108,1,108,1,108,1,109,1,109,1,109,1,109,1,109,1,109,1,109, - 3,109,1953,8,109,1,110,1,110,1,110,1,110,3,110,1959,8,110,1,110, - 3,110,1962,8,110,1,110,3,110,1965,8,110,1,110,3,110,1968,8,110,1, - 110,3,110,1971,8,110,1,111,1,111,3,111,1975,8,111,1,112,1,112,1, - 112,1,113,1,113,1,113,1,113,1,114,1,114,1,114,1,114,5,114,1988,8, - 114,10,114,12,114,1991,9,114,3,114,1993,8,114,1,115,1,115,1,115, - 1,115,1,116,1,116,1,116,5,116,2002,8,116,10,116,12,116,2005,9,116, - 1,117,1,117,1,117,1,117,1,118,1,118,1,118,1,118,1,118,1,118,1,118, - 3,118,2018,8,118,1,119,1,119,1,119,1,119,1,119,1,119,1,120,1,120, - 1,120,1,120,1,120,1,120,1,121,1,121,1,121,1,121,1,121,1,122,1,122, - 1,122,1,122,1,122,1,123,1,123,1,123,1,123,1,123,1,123,1,123,1,123, - 1,123,1,123,3,123,2052,8,123,1,123,1,123,1,123,1,123,1,123,1,123, - 3,123,2060,8,123,1,123,1,123,1,123,3,123,2065,8,123,1,123,1,123, - 1,123,1,123,1,123,1,123,3,123,2073,8,123,1,123,1,123,1,123,3,123, - 2078,8,123,1,123,1,123,1,123,3,123,2083,8,123,1,124,1,124,1,124, - 5,124,2088,8,124,10,124,12,124,2091,9,124,1,125,1,125,1,125,5,125, - 2096,8,125,10,125,12,125,2099,9,125,1,126,1,126,1,126,5,126,2104, - 8,126,10,126,12,126,2107,9,126,1,127,1,127,1,127,5,127,2112,8,127, - 10,127,12,127,2115,9,127,1,128,1,128,3,128,2119,8,128,1,129,1,129, - 1,130,1,130,1,130,1,130,1,130,1,130,3,130,2129,8,130,5,130,2131, - 8,130,10,130,12,130,2134,9,130,1,131,1,131,1,131,5,131,2139,8,131, - 10,131,12,131,2142,9,131,1,132,1,132,1,132,1,132,1,133,1,133,3,133, - 2150,8,133,1,133,3,133,2153,8,133,1,134,1,134,3,134,2157,8,134,1, - 135,1,135,1,136,1,136,1,136,3,136,2164,8,136,1,137,1,137,1,138,1, - 138,3,138,2170,8,138,1,138,1,138,3,138,2174,8,138,1,139,1,139,1, - 139,1,139,3,139,2180,8,139,1,140,1,140,3,140,2184,8,140,1,141,1, - 141,1,141,1,142,1,142,1,142,1,142,1,142,1,143,1,143,3,143,2196,8, - 143,1,143,1,143,1,143,1,143,1,143,1,143,1,143,3,143,2205,8,143,1, - 144,1,144,1,144,1,144,1,144,1,144,1,144,1,144,1,144,3,144,2216,8, - 144,1,145,1,145,3,145,2220,8,145,1,146,1,146,1,146,5,146,2225,8, - 146,10,146,12,146,2228,9,146,1,147,1,147,1,147,1,147,1,148,1,148, - 1,148,5,148,2237,8,148,10,148,12,148,2240,9,148,1,149,1,149,1,150, - 1,150,1,150,1,151,1,151,3,151,2249,8,151,1,151,3,151,2252,8,151, - 1,152,1,152,1,152,5,152,2257,8,152,10,152,12,152,2260,9,152,1,153, - 1,153,1,153,3,153,2265,8,153,1,154,1,154,3,154,2269,8,154,1,154, - 3,154,2272,8,154,1,154,3,154,2275,8,154,1,155,1,155,1,155,1,155, - 3,155,2281,8,155,1,156,1,156,3,156,2285,8,156,1,157,1,157,3,157, - 2289,8,157,1,158,1,158,1,158,3,158,2294,8,158,1,158,1,158,3,158, - 2298,8,158,1,159,1,159,3,159,2302,8,159,1,160,1,160,3,160,2306,8, - 160,1,160,1,160,1,160,1,160,1,160,1,160,3,160,2314,8,160,1,161,1, - 161,3,161,2318,8,161,1,161,1,161,3,161,2322,8,161,1,162,1,162,3, - 162,2326,8,162,1,163,1,163,3,163,2330,8,163,1,163,1,163,1,163,1, - 163,1,163,1,163,3,163,2338,8,163,1,164,1,164,3,164,2342,8,164,1, - 164,1,164,3,164,2346,8,164,1,165,1,165,1,165,1,165,1,165,1,165,3, - 165,2354,8,165,1,166,1,166,1,166,3,166,2359,8,166,1,167,1,167,1, - 167,3,167,2364,8,167,1,168,1,168,3,168,2368,8,168,1,169,1,169,3, - 169,2372,8,169,1,170,1,170,1,170,1,170,1,170,3,170,2379,8,170,1, - 171,1,171,1,172,1,172,1,172,5,172,2386,8,172,10,172,12,172,2389, - 9,172,1,173,1,173,1,173,1,173,1,173,3,173,2396,8,173,1,174,1,174, - 1,174,1,174,1,174,1,174,1,174,1,174,1,174,1,174,3,174,2408,8,174, - 1,174,1,174,1,174,1,174,1,174,1,174,1,174,1,174,1,174,1,174,1,174, - 1,174,1,174,1,174,1,174,1,174,3,174,2426,8,174,1,174,3,174,2429, - 8,174,1,174,1,174,1,174,1,174,3,174,2435,8,174,1,175,1,175,1,175, - 1,175,1,175,1,176,1,176,1,176,1,176,1,176,1,177,1,177,1,177,1,177, - 1,177,1,177,1,177,1,178,1,178,1,178,1,178,1,178,1,179,1,179,3,179, - 2461,8,179,1,180,3,180,2464,8,180,1,180,1,180,1,181,1,181,3,181, - 2470,8,181,1,182,1,182,1,182,1,182,5,182,2476,8,182,10,182,12,182, - 2479,9,182,1,183,1,183,1,183,1,183,1,183,3,183,2486,8,183,1,183, - 1,183,1,183,1,183,1,183,1,184,1,184,1,184,1,184,5,184,2497,8,184, - 10,184,12,184,2500,9,184,1,185,1,185,1,185,1,185,3,185,2506,8,185, - 1,185,3,185,2509,8,185,1,185,3,185,2512,8,185,1,185,3,185,2515,8, - 185,1,185,3,185,2518,8,185,1,185,3,185,2521,8,185,1,185,3,185,2524, - 8,185,1,185,3,185,2527,8,185,1,185,3,185,2530,8,185,1,185,3,185, - 2533,8,185,1,185,3,185,2536,8,185,1,185,1,185,1,185,3,185,2541,8, - 185,1,185,3,185,2544,8,185,1,185,3,185,2547,8,185,1,185,3,185,2550, - 8,185,1,185,3,185,2553,8,185,1,185,3,185,2556,8,185,1,185,3,185, - 2559,8,185,1,185,3,185,2562,8,185,1,185,3,185,2565,8,185,1,185,3, - 185,2568,8,185,1,185,3,185,2571,8,185,3,185,2573,8,185,1,186,1,186, - 1,186,1,186,3,186,2579,8,186,1,187,1,187,3,187,2583,8,187,1,187, - 3,187,2586,8,187,1,187,3,187,2589,8,187,1,187,3,187,2592,8,187,1, - 187,3,187,2595,8,187,1,187,3,187,2598,8,187,1,187,1,187,1,187,1, - 187,1,187,3,187,2605,8,187,1,188,1,188,3,188,2609,8,188,1,188,3, - 188,2612,8,188,1,188,3,188,2615,8,188,1,188,3,188,2618,8,188,1,188, - 3,188,2621,8,188,1,188,3,188,2624,8,188,1,189,1,189,1,189,4,189, - 2629,8,189,11,189,12,189,2630,1,190,3,190,2634,8,190,1,190,1,190, - 1,191,1,191,1,191,1,191,3,191,2642,8,191,1,191,1,191,3,191,2646, - 8,191,1,191,1,191,1,191,1,191,1,191,3,191,2653,8,191,3,191,2655, - 8,191,1,192,3,192,2658,8,192,1,192,1,192,1,192,3,192,2663,8,192, - 1,192,3,192,2666,8,192,1,192,1,192,3,192,2670,8,192,1,193,1,193, - 1,193,3,193,2675,8,193,1,193,1,193,1,193,1,193,3,193,2681,8,193, - 1,194,1,194,1,194,1,194,1,195,1,195,3,195,2689,8,195,1,196,1,196, - 1,196,1,196,5,196,2695,8,196,10,196,12,196,2698,9,196,1,197,1,197, - 1,197,1,197,1,197,5,197,2705,8,197,10,197,12,197,2708,9,197,3,197, - 2710,8,197,1,197,1,197,3,197,2714,8,197,1,197,1,197,3,197,2718,8, - 197,1,197,1,197,1,197,3,197,2723,8,197,1,198,1,198,1,198,1,198,1, - 198,3,198,2730,8,198,1,199,1,199,5,199,2734,8,199,10,199,12,199, - 2737,9,199,1,199,3,199,2740,8,199,1,200,1,200,1,200,1,200,1,200, - 3,200,2747,8,200,1,200,1,200,1,200,3,200,2752,8,200,1,200,1,200, - 1,200,1,201,1,201,1,201,1,201,1,201,1,201,1,201,1,201,3,201,2765, - 8,201,1,202,1,202,1,202,1,202,1,202,1,202,3,202,2773,8,202,1,203, - 1,203,1,203,1,204,1,204,1,204,1,205,1,205,1,205,1,206,1,206,1,206, - 1,206,1,206,1,206,1,206,1,206,3,206,2792,8,206,1,206,1,206,1,206, - 1,206,1,206,1,206,1,206,1,206,3,206,2802,8,206,1,206,1,206,1,206, - 1,206,1,206,1,206,1,206,1,206,1,206,1,206,1,206,3,206,2815,8,206, - 1,207,1,207,1,207,1,207,1,207,1,207,1,207,1,207,3,207,2825,8,207, - 1,207,1,207,3,207,2829,8,207,4,207,2831,8,207,11,207,12,207,2832, - 1,207,1,207,5,207,2837,8,207,10,207,12,207,2840,9,207,1,207,1,207, - 5,207,2844,8,207,10,207,12,207,2847,9,207,1,207,1,207,5,207,2851, - 8,207,10,207,12,207,2854,9,207,1,207,1,207,1,207,1,207,1,207,1,207, - 3,207,2862,8,207,1,207,1,207,1,207,1,207,1,207,3,207,2869,8,207, - 1,207,1,207,1,207,1,207,1,207,1,207,1,207,1,207,1,207,1,207,1,207, - 1,207,1,207,1,207,1,207,1,207,1,207,1,207,3,207,2889,8,207,1,207, - 3,207,2892,8,207,1,207,1,207,1,207,1,207,1,207,1,207,1,207,1,207, - 1,207,1,207,1,207,1,207,3,207,2906,8,207,1,208,1,208,1,208,1,208, - 1,208,1,208,1,208,1,208,1,208,1,208,1,208,1,208,1,208,3,208,2921, - 8,208,1,208,1,208,3,208,2925,8,208,1,208,1,208,1,208,1,208,1,208, - 1,208,1,208,1,208,1,208,1,208,1,208,1,208,1,208,1,208,1,208,1,208, - 5,208,2943,8,208,10,208,12,208,2946,9,208,1,208,1,208,1,208,1,208, - 1,208,1,208,1,208,1,208,1,208,3,208,2957,8,208,1,208,1,208,1,208, - 1,208,3,208,2963,8,208,1,208,3,208,2966,8,208,1,208,3,208,2969,8, - 208,1,208,1,208,1,208,1,208,3,208,2975,8,208,1,208,1,208,1,208,1, - 208,3,208,2981,8,208,1,208,1,208,1,208,1,208,1,208,3,208,2988,8, - 208,1,208,1,208,1,208,1,208,1,208,1,208,3,208,2996,8,208,1,208,1, - 208,1,208,1,208,3,208,3002,8,208,1,208,1,208,3,208,3006,8,208,1, - 208,1,208,1,208,3,208,3011,8,208,1,208,3,208,3014,8,208,1,208,1, - 208,3,208,3018,8,208,1,208,1,208,1,208,1,208,1,208,3,208,3025,8, - 208,1,208,1,208,1,208,3,208,3030,8,208,1,208,1,208,1,208,3,208,3035, - 8,208,1,208,3,208,3038,8,208,3,208,3040,8,208,1,209,1,209,1,209, - 1,209,1,209,1,209,3,209,3048,8,209,1,209,1,209,1,209,1,209,1,209, - 1,209,3,209,3056,8,209,1,209,1,209,3,209,3060,8,209,4,209,3062,8, - 209,11,209,12,209,3063,1,209,1,209,3,209,3068,8,209,1,210,1,210, - 1,210,1,210,1,210,1,210,1,210,1,210,1,210,1,210,1,210,1,210,1,210, - 1,210,1,210,3,210,3085,8,210,1,211,1,211,1,211,1,211,1,211,1,211, - 1,211,1,211,1,211,1,211,1,211,1,211,1,211,1,211,1,211,3,211,3102, - 8,211,1,212,1,212,1,212,1,213,1,213,3,213,3109,8,213,1,213,1,213, - 1,213,1,213,1,213,5,213,3116,8,213,10,213,12,213,3119,9,213,1,213, - 1,213,3,213,3123,8,213,1,213,3,213,3126,8,213,1,213,3,213,3129,8, - 213,1,214,1,214,3,214,3133,8,214,1,214,1,214,1,214,1,215,1,215,1, - 215,1,215,1,215,1,215,1,215,1,215,1,215,1,215,3,215,3148,8,215,1, - 215,1,215,1,216,1,216,1,216,1,216,1,216,1,216,1,216,1,216,1,216, - 1,216,3,216,3162,8,216,1,216,3,216,3165,8,216,1,217,1,217,1,217, - 1,217,1,217,1,217,1,217,1,217,1,217,3,217,3176,8,217,1,218,1,218, - 3,218,3180,8,218,1,218,3,218,3183,8,218,1,218,3,218,3186,8,218,1, - 218,1,218,3,218,3190,8,218,1,218,1,218,1,218,3,218,3195,8,218,1, - 218,3,218,3198,8,218,1,218,3,218,3201,8,218,1,218,3,218,3204,8,218, - 1,218,3,218,3207,8,218,1,218,3,218,3210,8,218,1,218,1,218,1,218, - 1,218,3,218,3216,8,218,1,218,3,218,3219,8,218,1,218,3,218,3222,8, - 218,1,218,3,218,3225,8,218,1,218,3,218,3228,8,218,1,218,3,218,3231, - 8,218,1,218,3,218,3234,8,218,1,218,3,218,3237,8,218,1,218,3,218, - 3240,8,218,1,218,3,218,3243,8,218,1,218,1,218,3,218,3247,8,218,3, - 218,3249,8,218,1,218,1,218,1,218,1,218,3,218,3255,8,218,1,218,1, - 218,1,218,3,218,3260,8,218,1,218,3,218,3263,8,218,1,218,3,218,3266, - 8,218,1,218,3,218,3269,8,218,1,218,3,218,3272,8,218,1,218,1,218, - 1,218,1,218,3,218,3278,8,218,1,218,3,218,3281,8,218,1,218,3,218, - 3284,8,218,1,218,3,218,3287,8,218,1,218,3,218,3290,8,218,1,218,3, - 218,3293,8,218,1,218,3,218,3296,8,218,1,218,3,218,3299,8,218,1,218, - 3,218,3302,8,218,1,218,3,218,3305,8,218,1,218,1,218,3,218,3309,8, - 218,3,218,3311,8,218,3,218,3313,8,218,1,219,1,219,1,219,3,219,3318, - 8,219,1,219,1,219,1,219,3,219,3323,8,219,1,219,1,219,3,219,3327, - 8,219,1,219,1,219,3,219,3331,8,219,1,219,1,219,1,219,3,219,3336, - 8,219,1,220,1,220,1,220,3,220,3341,8,220,1,220,1,220,1,221,1,221, - 1,221,5,221,3348,8,221,10,221,12,221,3351,9,221,1,221,1,221,1,222, - 1,222,1,222,5,222,3358,8,222,10,222,12,222,3361,9,222,1,223,1,223, - 1,223,5,223,3366,8,223,10,223,12,223,3369,9,223,1,224,1,224,1,224, - 1,225,1,225,1,225,1,225,4,225,3378,8,225,11,225,12,225,3379,1,225, - 3,225,3383,8,225,1,226,1,226,5,226,3387,8,226,10,226,12,226,3390, - 9,226,1,226,1,226,5,226,3394,8,226,10,226,12,226,3397,9,226,1,226, - 1,226,5,226,3401,8,226,10,226,12,226,3404,9,226,1,226,1,226,5,226, - 3408,8,226,10,226,12,226,3411,9,226,1,226,1,226,1,226,1,226,3,226, - 3417,8,226,1,227,1,227,1,227,1,227,1,227,1,227,1,227,3,227,3426, - 8,227,5,227,3428,8,227,10,227,12,227,3431,9,227,1,228,1,228,1,228, - 1,228,3,228,3437,8,228,1,228,5,228,3440,8,228,10,228,12,228,3443, - 9,228,1,229,3,229,3446,8,229,1,229,1,229,3,229,3450,8,229,1,229, - 3,229,3453,8,229,1,229,3,229,3456,8,229,1,229,1,229,1,229,1,229, - 1,230,1,230,1,230,1,230,1,230,3,230,3467,8,230,1,230,1,230,3,230, - 3471,8,230,3,230,3473,8,230,1,230,3,230,3476,8,230,1,231,1,231,1, - 231,1,231,1,231,1,231,1,231,1,231,1,231,5,231,3487,8,231,10,231, - 12,231,3490,9,231,3,231,3492,8,231,1,231,3,231,3495,8,231,1,231, - 1,231,1,231,1,231,1,231,1,231,1,231,1,231,5,231,3505,8,231,10,231, - 12,231,3508,9,231,3,231,3510,8,231,1,231,1,231,1,231,1,231,1,231, - 3,231,3517,8,231,1,231,1,231,1,231,1,231,1,231,5,231,3524,8,231, - 10,231,12,231,3527,9,231,1,231,1,231,3,231,3531,8,231,3,231,3533, - 8,231,3,231,3535,8,231,1,232,1,232,1,233,1,233,1,233,1,233,1,233, - 1,233,1,233,1,233,1,233,1,233,1,233,5,233,3550,8,233,10,233,12,233, - 3553,9,233,3,233,3555,8,233,1,233,1,233,1,233,1,233,1,233,1,233, - 3,233,3563,8,233,1,233,3,233,3566,8,233,1,234,1,234,3,234,3570,8, - 234,1,234,3,234,3573,8,234,1,234,3,234,3576,8,234,1,234,3,234,3579, - 8,234,1,234,3,234,3582,8,234,1,235,1,235,1,235,1,235,1,235,1,235, - 1,235,1,235,1,235,1,235,3,235,3594,8,235,1,236,1,236,1,237,1,237, - 1,238,1,238,3,238,3602,8,238,1,239,1,239,1,239,1,239,1,239,3,239, - 3609,8,239,1,239,3,239,3612,8,239,1,240,1,240,1,240,1,240,1,240, - 3,240,3619,8,240,1,240,3,240,3622,8,240,1,241,1,241,1,241,3,241, - 3627,8,241,1,241,1,241,1,242,1,242,1,242,3,242,3634,8,242,1,242, - 1,242,1,243,1,243,1,243,1,243,3,243,3642,8,243,1,243,1,243,1,244, - 1,244,1,244,1,244,3,244,3650,8,244,1,244,1,244,1,244,3,244,3655, - 8,244,1,244,1,244,3,244,3659,8,244,1,245,1,245,1,245,3,245,3664, - 8,245,1,246,1,246,1,246,1,246,1,246,3,246,3671,8,246,1,246,1,246, - 1,246,1,246,1,246,1,246,1,246,1,246,1,246,1,246,5,246,3683,8,246, - 10,246,12,246,3686,9,246,3,246,3688,8,246,1,246,1,246,3,246,3692, - 8,246,1,247,1,247,1,247,1,248,1,248,1,248,1,248,5,248,3701,8,248, - 10,248,12,248,3704,9,248,1,248,1,248,1,248,1,248,1,248,5,248,3711, - 8,248,10,248,12,248,3714,9,248,3,248,3716,8,248,1,249,1,249,1,249, - 1,249,1,249,3,249,3723,8,249,1,249,1,249,1,249,1,249,1,249,5,249, - 3730,8,249,10,249,12,249,3733,9,249,3,249,3735,8,249,1,249,1,249, - 1,250,1,250,3,250,3741,8,250,1,250,3,250,3744,8,250,1,250,1,250, - 1,250,5,250,3749,8,250,10,250,12,250,3752,9,250,1,250,1,250,3,250, - 3756,8,250,1,250,3,250,3759,8,250,1,251,1,251,1,251,1,251,1,251, - 1,251,1,251,1,251,1,251,1,251,1,251,3,251,3772,8,251,1,251,1,251, - 1,251,1,251,3,251,3778,8,251,3,251,3780,8,251,1,251,1,251,1,251, - 1,252,1,252,1,252,3,252,3788,8,252,1,252,3,252,3791,8,252,1,252, - 1,252,1,252,1,252,1,252,1,252,5,252,3799,8,252,10,252,12,252,3802, - 9,252,1,252,1,252,3,252,3806,8,252,3,252,3808,8,252,1,253,1,253, - 1,253,1,253,1,253,1,253,1,253,1,253,1,253,1,253,3,253,3820,8,253, - 1,253,1,253,1,253,1,253,3,253,3826,8,253,3,253,3828,8,253,1,253, - 1,253,1,253,1,254,1,254,3,254,3835,8,254,1,255,1,255,1,255,5,255, - 3840,8,255,10,255,12,255,3843,9,255,1,256,1,256,1,256,1,256,1,256, - 1,256,1,256,1,256,1,256,5,256,3854,8,256,10,256,12,256,3857,9,256, - 1,257,1,257,1,257,3,257,3862,8,257,1,257,3,257,3865,8,257,1,257, - 3,257,3868,8,257,1,257,3,257,3871,8,257,1,258,1,258,1,258,1,258, - 1,258,1,258,1,258,3,258,3880,8,258,1,258,1,258,1,258,1,258,1,258, - 3,258,3887,8,258,1,259,1,259,1,259,1,259,3,259,3893,8,259,1,260, - 1,260,1,260,1,260,1,260,1,260,1,260,3,260,3902,8,260,1,261,1,261, - 3,261,3906,8,261,1,261,1,261,1,261,1,261,5,261,3912,8,261,10,261, - 12,261,3915,9,261,1,261,1,261,1,262,1,262,1,262,1,262,1,262,3,262, - 3924,8,262,1,262,1,262,1,262,1,262,1,262,1,262,5,262,3932,8,262, - 10,262,12,262,3935,9,262,1,262,1,262,3,262,3939,8,262,1,263,1,263, - 3,263,3943,8,263,1,263,1,263,5,263,3947,8,263,10,263,12,263,3950, - 9,263,1,263,1,263,3,263,3954,8,263,1,264,1,264,1,264,1,265,1,265, - 1,265,1,266,1,266,3,266,3964,8,266,1,267,1,267,3,267,3968,8,267, - 1,267,3,267,3971,8,267,1,267,1,267,1,267,3,267,3976,8,267,1,267, - 3,267,3979,8,267,5,267,3981,8,267,10,267,12,267,3984,9,267,1,268, - 1,268,3,268,3988,8,268,1,269,1,269,1,269,1,269,1,270,1,270,1,270, - 4,270,3997,8,270,11,270,12,270,3998,3,270,4001,8,270,1,271,1,271, - 1,271,1,271,1,271,5,271,4008,8,271,10,271,12,271,4011,9,271,1,272, - 1,272,1,272,1,272,1,273,1,273,1,273,1,273,1,274,1,274,1,274,1,274, - 1,274,1,274,5,274,4027,8,274,10,274,12,274,4030,9,274,1,274,1,274, - 1,274,1,274,1,274,5,274,4037,8,274,10,274,12,274,4040,9,274,3,274, - 4042,8,274,1,275,1,275,1,275,1,275,1,275,3,275,4049,8,275,1,275, - 3,275,4052,8,275,1,275,1,275,1,275,1,275,1,275,1,275,1,275,1,275, - 3,275,4062,8,275,1,275,1,275,1,275,5,275,4067,8,275,10,275,12,275, - 4070,9,275,3,275,4072,8,275,3,275,4074,8,275,1,275,1,275,1,275,1, - 275,1,275,1,275,1,275,1,275,1,275,3,275,4085,8,275,1,275,1,275,1, - 275,1,275,1,275,1,275,1,275,1,275,3,275,4095,8,275,3,275,4097,8, - 275,1,276,1,276,1,276,1,277,1,277,1,278,1,278,3,278,4106,8,278,1, - 279,1,279,1,279,3,279,4111,8,279,1,280,1,280,1,280,1,280,1,280,1, - 280,1,280,3,280,4120,8,280,1,280,1,280,1,281,1,281,1,281,1,281,1, - 281,1,281,1,281,4,281,4131,8,281,11,281,12,281,4132,1,281,1,281, - 3,281,4137,8,281,1,281,1,281,1,282,1,282,1,282,1,282,1,282,1,282, - 4,282,4147,8,282,11,282,12,282,4148,1,282,1,282,3,282,4153,8,282, - 1,282,1,282,1,283,1,283,1,283,1,283,1,283,3,283,4162,8,283,1,283, - 1,283,1,284,1,284,1,284,1,284,1,284,1,284,1,284,1,285,1,285,1,285, - 1,285,1,285,1,285,1,285,1,285,3,285,4181,8,285,1,286,1,286,1,286, - 1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286,1,286, - 5,286,4197,8,286,10,286,12,286,4200,9,286,1,286,1,286,1,286,1,286, - 1,286,1,286,1,286,1,286,1,286,3,286,4211,8,286,1,287,1,287,1,288, - 1,288,1,288,1,288,1,288,1,288,1,288,1,288,1,288,1,288,1,288,3,288, - 4226,8,288,1,288,1,288,3,288,4230,8,288,1,289,1,289,1,289,1,289, - 1,289,1,289,1,289,1,289,1,289,1,289,1,289,1,289,1,289,1,289,3,289, - 4246,8,289,1,290,1,290,1,290,5,290,4251,8,290,10,290,12,290,4254, - 9,290,1,291,1,291,1,291,1,291,1,291,1,291,1,291,1,291,1,291,1,291, - 1,291,3,291,4267,8,291,1,292,5,292,4270,8,292,10,292,12,292,4273, - 9,292,1,292,1,292,1,292,1,292,1,292,1,292,1,292,5,292,4282,8,292, - 10,292,12,292,4285,9,292,1,293,1,293,1,293,5,293,4290,8,293,10,293, - 12,293,4293,9,293,1,294,1,294,1,294,5,294,4298,8,294,10,294,12,294, - 4301,9,294,1,295,1,295,1,295,5,295,4306,8,295,10,295,12,295,4309, - 9,295,1,296,1,296,1,296,5,296,4314,8,296,10,296,12,296,4317,9,296, - 1,297,1,297,1,297,5,297,4322,8,297,10,297,12,297,4325,9,297,1,298, - 1,298,1,298,5,298,4330,8,298,10,298,12,298,4333,9,298,1,299,1,299, - 1,300,1,300,1,300,1,300,1,301,1,301,3,301,4343,8,301,1,301,1,301, - 3,301,4347,8,301,1,302,1,302,1,302,1,302,1,302,1,302,3,302,4355, - 8,302,1,303,1,303,1,303,1,303,1,303,1,303,1,303,1,303,1,303,1,303, - 1,303,1,303,1,303,1,303,3,303,4371,8,303,1,304,1,304,3,304,4375, - 8,304,1,305,1,305,1,305,3,305,4380,8,305,1,306,1,306,1,306,1,306, - 1,307,1,307,1,307,1,307,1,307,1,307,1,307,3,307,4393,8,307,1,308, - 1,308,1,308,1,308,1,308,1,308,1,308,5,308,4402,8,308,10,308,12,308, - 4405,9,308,1,309,1,309,1,309,1,309,1,309,1,309,3,309,4413,8,309, - 1,310,5,310,4416,8,310,10,310,12,310,4419,9,310,1,310,1,310,1,310, - 3,310,4424,8,310,1,311,1,311,1,311,5,311,4429,8,311,10,311,12,311, - 4432,9,311,1,312,1,312,3,312,4436,8,312,1,313,1,313,1,313,1,313, - 1,313,5,313,4443,8,313,10,313,12,313,4446,9,313,1,313,1,313,1,314, - 1,314,1,314,3,314,4453,8,314,1,315,1,315,1,315,1,315,5,315,4459, - 8,315,10,315,12,315,4462,9,315,1,315,1,315,1,316,1,316,1,316,3,316, - 4469,8,316,1,316,1,316,1,317,1,317,1,318,1,318,1,319,1,319,3,319, - 4479,8,319,1,320,1,320,1,320,3,320,4484,8,320,1,321,1,321,1,322, - 1,322,1,323,1,323,1,324,1,324,1,324,1,324,1,324,1,324,1,324,1,324, - 1,324,1,324,1,324,1,324,1,324,1,324,1,324,1,324,1,324,1,324,1,324, - 1,324,1,324,1,324,1,324,1,324,1,324,1,324,1,324,1,324,1,324,1,324, - 1,324,1,324,1,324,1,324,1,324,1,324,1,324,1,324,1,324,1,324,1,324, - 1,324,1,324,1,324,1,324,1,324,1,324,1,324,1,324,1,324,3,324,4542, - 8,324,1,325,1,325,1,325,1,325,3,325,4548,8,325,1,325,1,325,1,325, - 1,325,1,325,1,325,1,325,3,325,4557,8,325,3,325,4559,8,325,1,325, - 1,325,1,325,1,325,1,325,1,325,1,325,1,325,1,325,1,325,1,325,1,325, - 5,325,4573,8,325,10,325,12,325,4576,9,325,1,325,1,325,1,325,1,325, - 1,325,3,325,4583,8,325,1,325,1,325,3,325,4587,8,325,3,325,4589,8, - 325,1,325,1,325,1,325,1,325,3,325,4595,8,325,1,325,1,325,1,325,3, - 325,4600,8,325,1,325,1,325,1,325,1,325,1,325,1,325,1,325,1,325,1, - 325,1,325,1,325,1,325,1,325,1,325,1,325,3,325,4617,8,325,1,325,1, - 325,1,325,1,325,1,325,1,325,1,325,1,325,1,325,1,325,1,325,1,325, - 1,325,1,325,1,325,1,325,1,325,1,325,1,325,1,325,1,325,1,325,1,325, - 1,325,3,325,4643,8,325,1,325,1,325,1,325,3,325,4648,8,325,3,325, - 4650,8,325,1,325,1,325,1,325,1,325,1,325,1,325,1,325,1,325,1,325, - 1,325,1,325,1,325,1,325,1,325,1,325,1,325,1,325,1,325,1,325,1,325, - 1,325,1,325,1,325,1,325,1,325,1,325,3,325,4678,8,325,1,325,1,325, - 1,325,1,325,1,325,1,325,1,325,1,325,1,325,1,325,1,325,1,325,1,325, - 1,325,1,325,3,325,4695,8,325,1,325,1,325,1,325,3,325,4700,8,325, - 1,325,1,325,1,325,1,325,1,325,1,325,1,325,3,325,4709,8,325,1,326, - 1,326,1,327,1,327,1,327,1,327,1,327,1,327,1,327,3,327,4720,8,327, - 1,328,1,328,1,328,5,328,4725,8,328,10,328,12,328,4728,9,328,1,329, - 1,329,1,329,3,329,4733,8,329,1,330,1,330,1,330,3,330,4738,8,330, - 1,331,1,331,1,332,1,332,1,333,1,333,1,334,1,334,1,335,1,335,1,336, - 1,336,1,337,1,337,1,338,1,338,1,339,1,339,1,340,1,340,1,341,1,341, - 1,341,5,341,4763,8,341,10,341,12,341,4766,9,341,1,342,1,342,1,342, - 1,342,1,343,1,343,1,343,1,343,3,343,4776,8,343,1,344,1,344,1,344, - 1,344,1,344,1,344,1,344,1,344,1,344,1,344,1,344,1,344,3,344,4790, - 8,344,1,345,1,345,1,345,5,345,4795,8,345,10,345,12,345,4798,9,345, - 1,345,1,813,0,346,0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32, - 34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76, - 78,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114, - 116,118,120,122,124,126,128,130,132,134,136,138,140,142,144,146, - 148,150,152,154,156,158,160,162,164,166,168,170,172,174,176,178, - 180,182,184,186,188,190,192,194,196,198,200,202,204,206,208,210, - 212,214,216,218,220,222,224,226,228,230,232,234,236,238,240,242, - 244,246,248,250,252,254,256,258,260,262,264,266,268,270,272,274, - 276,278,280,282,284,286,288,290,292,294,296,298,300,302,304,306, - 308,310,312,314,316,318,320,322,324,326,328,330,332,334,336,338, - 340,342,344,346,348,350,352,354,356,358,360,362,364,366,368,370, - 372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402, - 404,406,408,410,412,414,416,418,420,422,424,426,428,430,432,434, - 436,438,440,442,444,446,448,450,452,454,456,458,460,462,464,466, - 468,470,472,474,476,478,480,482,484,486,488,490,492,494,496,498, - 500,502,504,506,508,510,512,514,516,518,520,522,524,526,528,530, - 532,534,536,538,540,542,544,546,548,550,552,554,556,558,560,562, - 564,566,568,570,572,574,576,578,580,582,584,586,588,590,592,594, - 596,598,600,602,604,606,608,610,612,614,616,618,620,622,624,626, - 628,630,632,634,636,638,640,642,644,646,648,650,652,654,656,658, - 660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690, - 0,60,2,0,57,57,172,172,4,0,91,91,121,121,226,226,325,325,2,0,50, - 50,346,346,2,0,34,34,282,282,1,0,89,90,2,0,139,139,154,154,2,0,67, - 67,295,295,2,0,68,68,296,296,1,0,155,156,2,0,114,114,307,307,11, - 0,7,7,9,9,58,58,86,86,101,101,155,155,161,161,190,190,299,299,309, - 309,365,365,3,0,4,4,101,101,326,326,3,0,15,15,128,128,170,170,1, - 0,141,142,2,0,30,30,351,351,2,0,217,217,373,373,2,0,214,214,272, - 272,2,0,18,18,89,89,2,0,130,130,177,177,2,0,39,39,376,376,4,0,112, - 112,164,164,205,205,356,356,2,0,7,7,96,96,2,0,125,125,350,350,2, - 0,225,225,391,391,2,0,42,42,315,315,2,0,189,189,196,196,2,0,426, - 426,431,431,2,0,140,140,285,285,3,0,12,12,231,231,300,300,2,0,241, - 241,292,292,2,0,198,198,268,268,2,0,260,260,292,292,2,0,354,354, - 431,431,2,0,133,133,247,247,2,0,152,152,281,281,3,0,413,414,418, - 418,420,420,2,0,412,412,415,417,1,0,413,414,4,0,184,184,270,270, - 286,286,408,411,2,0,7,7,13,13,3,0,7,7,13,13,313,313,3,0,184,184, - 270,270,286,286,4,0,125,125,219,219,350,350,360,360,2,0,405,405, - 407,411,24,0,11,11,16,16,25,28,35,35,100,100,131,132,151,151,154, - 154,162,163,184,184,198,198,216,216,228,228,264,264,270,270,286, - 286,311,311,323,324,340,340,357,357,383,383,405,417,419,421,423, - 423,85,0,1,6,8,8,10,10,15,15,18,20,22,24,30,31,33,34,37,38,40,44, - 46,47,49,50,52,53,56,57,59,59,66,66,68,68,72,77,79,79,83,85,87,89, - 91,95,97,99,103,104,106,107,109,111,114,116,118,121,127,130,137, - 138,142,142,147,150,152,152,155,156,158,160,168,170,172,177,182, - 183,185,187,189,193,195,197,199,202,204,204,206,209,211,212,214, - 215,217,218,220,220,222,223,226,227,232,233,235,236,238,240,243, - 246,252,252,254,255,257,259,261,262,265,267,271,282,284,284,287, - 288,293,298,300,303,305,310,312,312,314,317,319,325,327,328,330, - 330,332,334,339,340,342,342,344,346,349,349,352,353,355,355,357, - 357,360,364,366,368,371,373,375,375,377,382,385,385,388,394,13,0, - 16,16,26,28,63,64,71,71,100,100,131,131,145,145,151,151,162,163, - 198,198,264,264,311,311,337,337,2,0,4,4,101,101,2,0,9,9,58,58,3, - 0,14,14,144,144,369,369,1,0,106,107,1,0,94,95,1,0,392,393,1,0,208, - 209,1,0,381,382,1,0,73,74,1,0,148,149,1,0,206,207,1,0,297,298,1, - 0,80,82,5390,0,695,1,0,0,0,2,702,1,0,0,0,4,707,1,0,0,0,6,741,1,0, - 0,0,8,743,1,0,0,0,10,816,1,0,0,0,12,818,1,0,0,0,14,834,1,0,0,0,16, - 843,1,0,0,0,18,851,1,0,0,0,20,864,1,0,0,0,22,875,1,0,0,0,24,880, - 1,0,0,0,26,891,1,0,0,0,28,954,1,0,0,0,30,956,1,0,0,0,32,959,1,0, - 0,0,34,963,1,0,0,0,36,965,1,0,0,0,38,968,1,0,0,0,40,971,1,0,0,0, - 42,1015,1,0,0,0,44,1017,1,0,0,0,46,1020,1,0,0,0,48,1023,1,0,0,0, - 50,1032,1,0,0,0,52,1035,1,0,0,0,54,1050,1,0,0,0,56,1062,1,0,0,0, - 58,1067,1,0,0,0,60,1087,1,0,0,0,62,1091,1,0,0,0,64,1098,1,0,0,0, - 66,1123,1,0,0,0,68,1140,1,0,0,0,70,1142,1,0,0,0,72,1327,1,0,0,0, - 74,1337,1,0,0,0,76,1339,1,0,0,0,78,1344,1,0,0,0,80,1349,1,0,0,0, - 82,1351,1,0,0,0,84,1355,1,0,0,0,86,1359,1,0,0,0,88,1363,1,0,0,0, - 90,1367,1,0,0,0,92,1377,1,0,0,0,94,1388,1,0,0,0,96,1405,1,0,0,0, - 98,1423,1,0,0,0,100,1428,1,0,0,0,102,1431,1,0,0,0,104,1435,1,0,0, - 0,106,1442,1,0,0,0,108,1451,1,0,0,0,110,1457,1,0,0,0,112,1459,1, - 0,0,0,114,1473,1,0,0,0,116,1495,1,0,0,0,118,1497,1,0,0,0,120,1505, - 1,0,0,0,122,1512,1,0,0,0,124,1514,1,0,0,0,126,1528,1,0,0,0,128,1535, - 1,0,0,0,130,1537,1,0,0,0,132,1541,1,0,0,0,134,1545,1,0,0,0,136,1549, - 1,0,0,0,138,1553,1,0,0,0,140,1566,1,0,0,0,142,1574,1,0,0,0,144,1577, - 1,0,0,0,146,1579,1,0,0,0,148,1591,1,0,0,0,150,1601,1,0,0,0,152,1604, - 1,0,0,0,154,1615,1,0,0,0,156,1623,1,0,0,0,158,1666,1,0,0,0,160,1675, - 1,0,0,0,162,1703,1,0,0,0,164,1716,1,0,0,0,166,1718,1,0,0,0,168,1724, - 1,0,0,0,170,1727,1,0,0,0,172,1733,1,0,0,0,174,1739,1,0,0,0,176,1746, - 1,0,0,0,178,1780,1,0,0,0,180,1788,1,0,0,0,182,1801,1,0,0,0,184,1806, - 1,0,0,0,186,1817,1,0,0,0,188,1834,1,0,0,0,190,1836,1,0,0,0,192,1841, - 1,0,0,0,194,1848,1,0,0,0,196,1850,1,0,0,0,198,1853,1,0,0,0,200,1856, - 1,0,0,0,202,1870,1,0,0,0,204,1878,1,0,0,0,206,1904,1,0,0,0,208,1906, - 1,0,0,0,210,1923,1,0,0,0,212,1937,1,0,0,0,214,1939,1,0,0,0,216,1942, - 1,0,0,0,218,1945,1,0,0,0,220,1954,1,0,0,0,222,1974,1,0,0,0,224,1976, - 1,0,0,0,226,1979,1,0,0,0,228,1992,1,0,0,0,230,1994,1,0,0,0,232,1998, - 1,0,0,0,234,2006,1,0,0,0,236,2010,1,0,0,0,238,2019,1,0,0,0,240,2025, - 1,0,0,0,242,2031,1,0,0,0,244,2036,1,0,0,0,246,2082,1,0,0,0,248,2084, - 1,0,0,0,250,2092,1,0,0,0,252,2100,1,0,0,0,254,2108,1,0,0,0,256,2118, - 1,0,0,0,258,2120,1,0,0,0,260,2122,1,0,0,0,262,2135,1,0,0,0,264,2143, - 1,0,0,0,266,2152,1,0,0,0,268,2156,1,0,0,0,270,2158,1,0,0,0,272,2163, - 1,0,0,0,274,2165,1,0,0,0,276,2169,1,0,0,0,278,2175,1,0,0,0,280,2183, - 1,0,0,0,282,2185,1,0,0,0,284,2188,1,0,0,0,286,2195,1,0,0,0,288,2206, - 1,0,0,0,290,2219,1,0,0,0,292,2221,1,0,0,0,294,2229,1,0,0,0,296,2233, - 1,0,0,0,298,2241,1,0,0,0,300,2243,1,0,0,0,302,2246,1,0,0,0,304,2253, - 1,0,0,0,306,2261,1,0,0,0,308,2268,1,0,0,0,310,2276,1,0,0,0,312,2284, - 1,0,0,0,314,2288,1,0,0,0,316,2290,1,0,0,0,318,2301,1,0,0,0,320,2305, - 1,0,0,0,322,2317,1,0,0,0,324,2325,1,0,0,0,326,2329,1,0,0,0,328,2341, - 1,0,0,0,330,2353,1,0,0,0,332,2358,1,0,0,0,334,2363,1,0,0,0,336,2365, - 1,0,0,0,338,2369,1,0,0,0,340,2373,1,0,0,0,342,2380,1,0,0,0,344,2382, - 1,0,0,0,346,2395,1,0,0,0,348,2434,1,0,0,0,350,2436,1,0,0,0,352,2441, - 1,0,0,0,354,2446,1,0,0,0,356,2453,1,0,0,0,358,2458,1,0,0,0,360,2463, - 1,0,0,0,362,2469,1,0,0,0,364,2471,1,0,0,0,366,2480,1,0,0,0,368,2492, - 1,0,0,0,370,2572,1,0,0,0,372,2578,1,0,0,0,374,2604,1,0,0,0,376,2606, - 1,0,0,0,378,2628,1,0,0,0,380,2633,1,0,0,0,382,2637,1,0,0,0,384,2669, - 1,0,0,0,386,2671,1,0,0,0,388,2682,1,0,0,0,390,2688,1,0,0,0,392,2690, - 1,0,0,0,394,2722,1,0,0,0,396,2729,1,0,0,0,398,2735,1,0,0,0,400,2741, - 1,0,0,0,402,2756,1,0,0,0,404,2766,1,0,0,0,406,2774,1,0,0,0,408,2777, - 1,0,0,0,410,2780,1,0,0,0,412,2783,1,0,0,0,414,2905,1,0,0,0,416,3039, - 1,0,0,0,418,3067,1,0,0,0,420,3084,1,0,0,0,422,3101,1,0,0,0,424,3103, - 1,0,0,0,426,3106,1,0,0,0,428,3132,1,0,0,0,430,3137,1,0,0,0,432,3164, - 1,0,0,0,434,3175,1,0,0,0,436,3312,1,0,0,0,438,3314,1,0,0,0,440,3337, - 1,0,0,0,442,3349,1,0,0,0,444,3354,1,0,0,0,446,3362,1,0,0,0,448,3370, - 1,0,0,0,450,3382,1,0,0,0,452,3416,1,0,0,0,454,3418,1,0,0,0,456,3436, - 1,0,0,0,458,3445,1,0,0,0,460,3475,1,0,0,0,462,3534,1,0,0,0,464,3536, - 1,0,0,0,466,3565,1,0,0,0,468,3567,1,0,0,0,470,3583,1,0,0,0,472,3595, - 1,0,0,0,474,3597,1,0,0,0,476,3601,1,0,0,0,478,3611,1,0,0,0,480,3621, - 1,0,0,0,482,3626,1,0,0,0,484,3633,1,0,0,0,486,3637,1,0,0,0,488,3658, - 1,0,0,0,490,3663,1,0,0,0,492,3665,1,0,0,0,494,3693,1,0,0,0,496,3696, - 1,0,0,0,498,3717,1,0,0,0,500,3758,1,0,0,0,502,3760,1,0,0,0,504,3807, - 1,0,0,0,506,3809,1,0,0,0,508,3834,1,0,0,0,510,3836,1,0,0,0,512,3844, - 1,0,0,0,514,3870,1,0,0,0,516,3872,1,0,0,0,518,3892,1,0,0,0,520,3894, - 1,0,0,0,522,3905,1,0,0,0,524,3918,1,0,0,0,526,3953,1,0,0,0,528,3955, - 1,0,0,0,530,3958,1,0,0,0,532,3963,1,0,0,0,534,3965,1,0,0,0,536,3987, - 1,0,0,0,538,3989,1,0,0,0,540,3993,1,0,0,0,542,4002,1,0,0,0,544,4012, - 1,0,0,0,546,4016,1,0,0,0,548,4020,1,0,0,0,550,4096,1,0,0,0,552,4098, - 1,0,0,0,554,4101,1,0,0,0,556,4105,1,0,0,0,558,4110,1,0,0,0,560,4112, - 1,0,0,0,562,4123,1,0,0,0,564,4140,1,0,0,0,566,4156,1,0,0,0,568,4165, - 1,0,0,0,570,4180,1,0,0,0,572,4210,1,0,0,0,574,4212,1,0,0,0,576,4229, - 1,0,0,0,578,4245,1,0,0,0,580,4247,1,0,0,0,582,4266,1,0,0,0,584,4271, - 1,0,0,0,586,4286,1,0,0,0,588,4294,1,0,0,0,590,4302,1,0,0,0,592,4310, - 1,0,0,0,594,4318,1,0,0,0,596,4326,1,0,0,0,598,4334,1,0,0,0,600,4336, - 1,0,0,0,602,4346,1,0,0,0,604,4354,1,0,0,0,606,4370,1,0,0,0,608,4374, - 1,0,0,0,610,4379,1,0,0,0,612,4381,1,0,0,0,614,4392,1,0,0,0,616,4394, - 1,0,0,0,618,4412,1,0,0,0,620,4417,1,0,0,0,622,4425,1,0,0,0,624,4433, - 1,0,0,0,626,4437,1,0,0,0,628,4449,1,0,0,0,630,4454,1,0,0,0,632,4465, - 1,0,0,0,634,4472,1,0,0,0,636,4474,1,0,0,0,638,4478,1,0,0,0,640,4480, - 1,0,0,0,642,4485,1,0,0,0,644,4487,1,0,0,0,646,4489,1,0,0,0,648,4541, - 1,0,0,0,650,4708,1,0,0,0,652,4710,1,0,0,0,654,4719,1,0,0,0,656,4721, - 1,0,0,0,658,4732,1,0,0,0,660,4734,1,0,0,0,662,4739,1,0,0,0,664,4741, - 1,0,0,0,666,4743,1,0,0,0,668,4745,1,0,0,0,670,4747,1,0,0,0,672,4749, - 1,0,0,0,674,4751,1,0,0,0,676,4753,1,0,0,0,678,4755,1,0,0,0,680,4757, - 1,0,0,0,682,4759,1,0,0,0,684,4767,1,0,0,0,686,4775,1,0,0,0,688,4789, - 1,0,0,0,690,4791,1,0,0,0,692,694,3,2,1,0,693,692,1,0,0,0,694,697, - 1,0,0,0,695,693,1,0,0,0,695,696,1,0,0,0,696,698,1,0,0,0,697,695, - 1,0,0,0,698,699,5,0,0,1,699,1,1,0,0,0,700,703,3,4,2,0,701,703,3, - 10,5,0,702,700,1,0,0,0,702,701,1,0,0,0,703,705,1,0,0,0,704,706,5, - 398,0,0,705,704,1,0,0,0,705,706,1,0,0,0,706,3,1,0,0,0,707,717,5, - 119,0,0,708,710,3,6,3,0,709,708,1,0,0,0,710,713,1,0,0,0,711,709, - 1,0,0,0,711,712,1,0,0,0,712,714,1,0,0,0,713,711,1,0,0,0,714,718, - 3,10,5,0,715,716,5,284,0,0,716,718,3,360,180,0,717,711,1,0,0,0,717, - 715,1,0,0,0,718,5,1,0,0,0,719,742,5,122,0,0,720,742,5,138,0,0,721, - 742,5,88,0,0,722,724,5,37,0,0,723,725,7,0,0,0,724,723,1,0,0,0,724, - 725,1,0,0,0,725,742,1,0,0,0,726,742,5,192,0,0,727,742,5,21,0,0,728, - 742,5,10,0,0,729,742,5,275,0,0,730,742,5,191,0,0,731,742,5,19,0, - 0,732,734,5,377,0,0,733,735,5,225,0,0,734,733,1,0,0,0,734,735,1, - 0,0,0,735,737,1,0,0,0,736,738,3,8,4,0,737,736,1,0,0,0,737,738,1, - 0,0,0,738,742,1,0,0,0,739,742,5,79,0,0,740,742,5,78,0,0,741,719, - 1,0,0,0,741,720,1,0,0,0,741,721,1,0,0,0,741,722,1,0,0,0,741,726, - 1,0,0,0,741,727,1,0,0,0,741,728,1,0,0,0,741,729,1,0,0,0,741,730, - 1,0,0,0,741,731,1,0,0,0,741,732,1,0,0,0,741,739,1,0,0,0,741,740, - 1,0,0,0,742,7,1,0,0,0,743,744,7,1,0,0,744,9,1,0,0,0,745,817,3,360, - 180,0,746,817,3,12,6,0,747,817,3,16,8,0,748,817,3,18,9,0,749,817, - 3,20,10,0,750,817,3,24,12,0,751,752,5,277,0,0,752,753,5,320,0,0, - 753,756,3,472,236,0,754,755,5,387,0,0,755,757,3,230,115,0,756,754, - 1,0,0,0,756,757,1,0,0,0,757,817,1,0,0,0,758,817,3,28,14,0,759,760, - 5,86,0,0,760,761,5,139,0,0,761,763,3,478,239,0,762,764,3,494,247, - 0,763,762,1,0,0,0,763,764,1,0,0,0,764,817,1,0,0,0,765,766,5,365, - 0,0,766,767,3,478,239,0,767,769,3,392,196,0,768,770,3,494,247,0, - 769,768,1,0,0,0,769,770,1,0,0,0,770,817,1,0,0,0,771,817,3,394,197, - 0,772,774,5,203,0,0,773,775,5,436,0,0,774,773,1,0,0,0,774,775,1, - 0,0,0,775,776,1,0,0,0,776,777,5,166,0,0,777,782,3,478,239,0,778, - 780,5,17,0,0,779,778,1,0,0,0,779,780,1,0,0,0,780,781,1,0,0,0,781, - 783,3,638,319,0,782,779,1,0,0,0,782,783,1,0,0,0,783,784,1,0,0,0, - 784,785,5,370,0,0,785,786,3,456,228,0,786,787,5,224,0,0,787,788, - 3,580,290,0,788,789,3,398,199,0,789,817,1,0,0,0,790,791,5,249,0, - 0,791,792,3,638,319,0,792,793,5,139,0,0,793,794,3,360,180,0,794, - 817,1,0,0,0,795,796,5,115,0,0,796,797,3,638,319,0,797,798,5,370, - 0,0,798,799,3,296,148,0,799,817,1,0,0,0,800,801,5,304,0,0,801,806, - 3,648,324,0,802,803,5,395,0,0,803,805,3,648,324,0,804,802,1,0,0, - 0,805,808,1,0,0,0,806,804,1,0,0,0,806,807,1,0,0,0,807,809,1,0,0, - 0,808,806,1,0,0,0,809,813,5,405,0,0,810,812,9,0,0,0,811,810,1,0, - 0,0,812,815,1,0,0,0,813,814,1,0,0,0,813,811,1,0,0,0,814,817,1,0, - 0,0,815,813,1,0,0,0,816,745,1,0,0,0,816,746,1,0,0,0,816,747,1,0, - 0,0,816,748,1,0,0,0,816,749,1,0,0,0,816,750,1,0,0,0,816,751,1,0, - 0,0,816,758,1,0,0,0,816,759,1,0,0,0,816,765,1,0,0,0,816,771,1,0, - 0,0,816,772,1,0,0,0,816,790,1,0,0,0,816,795,1,0,0,0,816,800,1,0, - 0,0,817,11,1,0,0,0,818,819,5,187,0,0,819,821,5,66,0,0,820,822,5, - 188,0,0,821,820,1,0,0,0,821,822,1,0,0,0,822,823,1,0,0,0,823,824, - 5,158,0,0,824,826,5,426,0,0,825,827,5,235,0,0,826,825,1,0,0,0,826, - 827,1,0,0,0,827,828,1,0,0,0,828,829,5,166,0,0,829,830,5,329,0,0, - 830,832,3,624,312,0,831,833,3,56,28,0,832,831,1,0,0,0,832,833,1, - 0,0,0,833,13,1,0,0,0,834,836,5,134,0,0,835,837,5,204,0,0,836,835, - 1,0,0,0,836,837,1,0,0,0,837,838,1,0,0,0,838,839,5,279,0,0,839,840, - 5,399,0,0,840,841,5,426,0,0,841,842,5,400,0,0,842,15,1,0,0,0,843, - 844,5,120,0,0,844,845,5,329,0,0,845,846,3,624,312,0,846,847,5,341, - 0,0,847,849,5,426,0,0,848,850,3,14,7,0,849,848,1,0,0,0,849,850,1, - 0,0,0,850,17,1,0,0,0,851,857,5,153,0,0,852,854,5,123,0,0,853,852, - 1,0,0,0,853,854,1,0,0,0,854,855,1,0,0,0,855,856,5,329,0,0,856,858, - 3,624,312,0,857,853,1,0,0,0,857,858,1,0,0,0,858,859,1,0,0,0,859, - 860,5,139,0,0,860,862,5,426,0,0,861,863,3,424,212,0,862,861,1,0, - 0,0,862,863,1,0,0,0,863,19,1,0,0,0,864,865,5,277,0,0,865,866,5,103, - 0,0,866,869,3,22,11,0,867,868,5,278,0,0,868,870,3,22,11,0,869,867, - 1,0,0,0,869,870,1,0,0,0,870,873,1,0,0,0,871,872,5,387,0,0,872,874, - 3,230,115,0,873,871,1,0,0,0,873,874,1,0,0,0,874,21,1,0,0,0,875,878, - 3,472,236,0,876,877,5,395,0,0,877,879,3,26,13,0,878,876,1,0,0,0, - 878,879,1,0,0,0,879,23,1,0,0,0,880,881,5,277,0,0,881,882,5,187,0, - 0,882,885,3,22,11,0,883,884,5,166,0,0,884,886,3,472,236,0,885,883, - 1,0,0,0,885,886,1,0,0,0,886,889,1,0,0,0,887,888,5,387,0,0,888,890, - 3,230,115,0,889,887,1,0,0,0,889,890,1,0,0,0,890,25,1,0,0,0,891,894, - 5,426,0,0,892,893,5,395,0,0,893,895,5,426,0,0,894,892,1,0,0,0,894, - 895,1,0,0,0,895,27,1,0,0,0,896,955,3,42,21,0,897,955,3,46,23,0,898, - 955,3,48,24,0,899,955,3,436,218,0,900,955,3,54,27,0,901,955,3,52, - 26,0,902,955,3,412,206,0,903,955,3,64,32,0,904,955,3,72,36,0,905, - 955,3,138,69,0,906,955,3,160,80,0,907,955,3,176,88,0,908,955,3,180, - 90,0,909,955,3,184,92,0,910,955,3,182,91,0,911,955,3,174,87,0,912, - 955,3,178,89,0,913,955,3,146,73,0,914,955,3,152,76,0,915,955,3,148, - 74,0,916,955,3,150,75,0,917,955,3,154,77,0,918,955,3,156,78,0,919, - 955,3,158,79,0,920,955,3,66,33,0,921,955,3,76,38,0,922,955,3,82, - 41,0,923,955,3,78,39,0,924,955,3,84,42,0,925,955,3,86,43,0,926,955, - 3,88,44,0,927,955,3,90,45,0,928,955,3,92,46,0,929,955,3,106,53,0, - 930,955,3,98,49,0,931,955,3,108,54,0,932,955,3,100,50,0,933,955, - 3,94,47,0,934,955,3,96,48,0,935,955,3,104,52,0,936,955,3,102,51, - 0,937,938,5,1,0,0,938,940,7,2,0,0,939,941,5,431,0,0,940,939,1,0, - 0,0,941,942,1,0,0,0,942,940,1,0,0,0,942,943,1,0,0,0,943,955,1,0, - 0,0,944,945,5,176,0,0,945,947,5,258,0,0,946,948,5,426,0,0,947,946, - 1,0,0,0,948,949,1,0,0,0,949,947,1,0,0,0,949,950,1,0,0,0,950,955, - 1,0,0,0,951,955,3,650,325,0,952,955,3,438,219,0,953,955,3,440,220, - 0,954,896,1,0,0,0,954,897,1,0,0,0,954,898,1,0,0,0,954,899,1,0,0, - 0,954,900,1,0,0,0,954,901,1,0,0,0,954,902,1,0,0,0,954,903,1,0,0, - 0,954,904,1,0,0,0,954,905,1,0,0,0,954,906,1,0,0,0,954,907,1,0,0, - 0,954,908,1,0,0,0,954,909,1,0,0,0,954,910,1,0,0,0,954,911,1,0,0, - 0,954,912,1,0,0,0,954,913,1,0,0,0,954,914,1,0,0,0,954,915,1,0,0, - 0,954,916,1,0,0,0,954,917,1,0,0,0,954,918,1,0,0,0,954,919,1,0,0, - 0,954,920,1,0,0,0,954,921,1,0,0,0,954,922,1,0,0,0,954,923,1,0,0, - 0,954,924,1,0,0,0,954,925,1,0,0,0,954,926,1,0,0,0,954,927,1,0,0, - 0,954,928,1,0,0,0,954,929,1,0,0,0,954,930,1,0,0,0,954,931,1,0,0, - 0,954,932,1,0,0,0,954,933,1,0,0,0,954,934,1,0,0,0,954,935,1,0,0, - 0,954,936,1,0,0,0,954,937,1,0,0,0,954,944,1,0,0,0,954,951,1,0,0, - 0,954,952,1,0,0,0,954,953,1,0,0,0,955,29,1,0,0,0,956,957,5,151,0, - 0,957,958,5,117,0,0,958,31,1,0,0,0,959,960,5,151,0,0,960,961,5,216, - 0,0,961,962,5,117,0,0,962,33,1,0,0,0,963,964,7,3,0,0,964,35,1,0, - 0,0,965,966,3,662,331,0,966,967,5,284,0,0,967,37,1,0,0,0,968,969, - 3,664,332,0,969,970,5,284,0,0,970,39,1,0,0,0,971,972,5,321,0,0,972, - 973,5,17,0,0,973,974,5,92,0,0,974,41,1,0,0,0,975,977,5,58,0,0,976, - 978,5,273,0,0,977,976,1,0,0,0,977,978,1,0,0,0,978,979,1,0,0,0,979, - 981,3,70,35,0,980,982,3,32,16,0,981,980,1,0,0,0,981,982,1,0,0,0, - 982,983,1,0,0,0,983,985,3,474,237,0,984,986,3,50,25,0,985,984,1, - 0,0,0,985,986,1,0,0,0,986,988,1,0,0,0,987,989,3,424,212,0,988,987, - 1,0,0,0,988,989,1,0,0,0,989,992,1,0,0,0,990,991,5,196,0,0,991,993, - 5,426,0,0,992,990,1,0,0,0,992,993,1,0,0,0,993,997,1,0,0,0,994,995, - 5,387,0,0,995,996,5,76,0,0,996,998,3,230,115,0,997,994,1,0,0,0,997, - 998,1,0,0,0,998,1016,1,0,0,0,999,1000,5,58,0,0,1000,1001,5,273,0, - 0,1001,1003,3,70,35,0,1002,1004,3,32,16,0,1003,1002,1,0,0,0,1003, - 1004,1,0,0,0,1004,1005,1,0,0,0,1005,1007,3,474,237,0,1006,1008,3, - 50,25,0,1007,1006,1,0,0,0,1007,1008,1,0,0,0,1008,1009,1,0,0,0,1009, - 1013,3,44,22,0,1010,1011,5,387,0,0,1011,1012,5,76,0,0,1012,1014, - 3,230,115,0,1013,1010,1,0,0,0,1013,1014,1,0,0,0,1014,1016,1,0,0, - 0,1015,975,1,0,0,0,1015,999,1,0,0,0,1016,43,1,0,0,0,1017,1018,5, - 370,0,0,1018,1019,3,472,236,0,1019,45,1,0,0,0,1020,1021,5,368,0, - 0,1021,1022,3,472,236,0,1022,47,1,0,0,0,1023,1024,5,101,0,0,1024, - 1026,3,70,35,0,1025,1027,3,30,15,0,1026,1025,1,0,0,0,1026,1027,1, - 0,0,0,1027,1028,1,0,0,0,1028,1030,3,472,236,0,1029,1031,3,34,17, - 0,1030,1029,1,0,0,0,1030,1031,1,0,0,0,1031,49,1,0,0,0,1032,1033, - 5,47,0,0,1033,1034,5,426,0,0,1034,51,1,0,0,0,1035,1037,5,351,0,0, - 1036,1038,5,329,0,0,1037,1036,1,0,0,0,1037,1038,1,0,0,0,1038,1039, - 1,0,0,0,1039,1045,3,624,312,0,1040,1041,5,46,0,0,1041,1042,5,399, - 0,0,1042,1043,3,254,127,0,1043,1044,5,400,0,0,1044,1046,1,0,0,0, - 1045,1040,1,0,0,0,1045,1046,1,0,0,0,1046,1048,1,0,0,0,1047,1049, - 5,135,0,0,1048,1047,1,0,0,0,1048,1049,1,0,0,0,1049,53,1,0,0,0,1050, - 1051,5,101,0,0,1051,1053,5,329,0,0,1052,1054,3,30,15,0,1053,1052, - 1,0,0,0,1053,1054,1,0,0,0,1054,1055,1,0,0,0,1055,1057,3,478,239, - 0,1056,1058,5,255,0,0,1057,1056,1,0,0,0,1057,1058,1,0,0,0,1058,1060, - 1,0,0,0,1059,1061,3,14,7,0,1060,1059,1,0,0,0,1060,1061,1,0,0,0,1061, - 55,1,0,0,0,1062,1063,5,160,0,0,1063,1064,5,426,0,0,1064,1065,5,301, - 0,0,1065,1066,5,426,0,0,1066,57,1,0,0,0,1067,1070,3,638,319,0,1068, - 1069,5,395,0,0,1069,1071,3,638,319,0,1070,1068,1,0,0,0,1070,1071, - 1,0,0,0,1071,1085,1,0,0,0,1072,1082,3,638,319,0,1073,1078,5,395, - 0,0,1074,1079,5,104,0,0,1075,1079,5,175,0,0,1076,1079,5,375,0,0, - 1077,1079,3,638,319,0,1078,1074,1,0,0,0,1078,1075,1,0,0,0,1078,1076, - 1,0,0,0,1078,1077,1,0,0,0,1079,1081,1,0,0,0,1080,1073,1,0,0,0,1081, - 1084,1,0,0,0,1082,1080,1,0,0,0,1082,1083,1,0,0,0,1083,1086,1,0,0, - 0,1084,1082,1,0,0,0,1085,1072,1,0,0,0,1085,1086,1,0,0,0,1086,59, - 1,0,0,0,1087,1089,3,58,29,0,1088,1090,3,626,313,0,1089,1088,1,0, - 0,0,1089,1090,1,0,0,0,1090,61,1,0,0,0,1091,1093,3,476,238,0,1092, - 1094,3,626,313,0,1093,1092,1,0,0,0,1093,1094,1,0,0,0,1094,1096,1, - 0,0,0,1095,1097,3,260,130,0,1096,1095,1,0,0,0,1096,1097,1,0,0,0, - 1097,63,1,0,0,0,1098,1121,7,4,0,0,1099,1101,3,70,35,0,1100,1102, - 5,122,0,0,1101,1100,1,0,0,0,1101,1102,1,0,0,0,1102,1103,1,0,0,0, - 1103,1104,3,472,236,0,1104,1122,1,0,0,0,1105,1107,5,69,0,0,1106, - 1108,5,122,0,0,1107,1106,1,0,0,0,1107,1108,1,0,0,0,1108,1109,1,0, - 0,0,1109,1122,3,472,236,0,1110,1112,5,141,0,0,1111,1113,5,122,0, - 0,1112,1111,1,0,0,0,1112,1113,1,0,0,0,1113,1114,1,0,0,0,1114,1122, - 3,556,278,0,1115,1118,5,138,0,0,1116,1118,5,122,0,0,1117,1115,1, - 0,0,0,1117,1116,1,0,0,0,1118,1119,1,0,0,0,1119,1122,3,62,31,0,1120, - 1122,3,62,31,0,1121,1099,1,0,0,0,1121,1105,1,0,0,0,1121,1110,1,0, - 0,0,1121,1117,1,0,0,0,1121,1120,1,0,0,0,1122,65,1,0,0,0,1123,1124, - 5,10,0,0,1124,1125,5,329,0,0,1125,1138,3,624,312,0,1126,1127,5,52, - 0,0,1127,1134,5,319,0,0,1128,1135,5,215,0,0,1129,1130,5,134,0,0, - 1130,1132,5,46,0,0,1131,1133,3,254,127,0,1132,1131,1,0,0,0,1132, - 1133,1,0,0,0,1133,1135,1,0,0,0,1134,1128,1,0,0,0,1134,1129,1,0,0, - 0,1134,1135,1,0,0,0,1135,1139,1,0,0,0,1136,1137,5,33,0,0,1137,1139, - 5,204,0,0,1138,1126,1,0,0,0,1138,1136,1,0,0,0,1139,67,1,0,0,0,1140, - 1141,7,5,0,0,1141,69,1,0,0,0,1142,1143,7,6,0,0,1143,71,1,0,0,0,1144, - 1145,5,308,0,0,1145,1148,7,7,0,0,1146,1147,5,184,0,0,1147,1149,3, - 194,97,0,1148,1146,1,0,0,0,1148,1149,1,0,0,0,1149,1328,1,0,0,0,1150, - 1152,5,308,0,0,1151,1153,5,122,0,0,1152,1151,1,0,0,0,1152,1153,1, - 0,0,0,1153,1154,1,0,0,0,1154,1158,5,330,0,0,1155,1156,3,68,34,0, - 1156,1157,3,472,236,0,1157,1159,1,0,0,0,1158,1155,1,0,0,0,1158,1159, - 1,0,0,0,1159,1161,1,0,0,0,1160,1162,3,74,37,0,1161,1160,1,0,0,0, - 1161,1162,1,0,0,0,1162,1328,1,0,0,0,1163,1164,5,308,0,0,1164,1168, - 5,379,0,0,1165,1166,3,68,34,0,1166,1167,3,472,236,0,1167,1169,1, - 0,0,0,1168,1165,1,0,0,0,1168,1169,1,0,0,0,1169,1173,1,0,0,0,1170, - 1171,5,184,0,0,1171,1174,3,194,97,0,1172,1174,3,194,97,0,1173,1170, - 1,0,0,0,1173,1172,1,0,0,0,1173,1174,1,0,0,0,1174,1328,1,0,0,0,1175, - 1176,5,308,0,0,1176,1177,5,202,0,0,1177,1181,5,379,0,0,1178,1179, - 3,68,34,0,1179,1180,3,472,236,0,1180,1182,1,0,0,0,1181,1178,1,0, - 0,0,1181,1182,1,0,0,0,1182,1186,1,0,0,0,1183,1184,5,184,0,0,1184, - 1187,3,194,97,0,1185,1187,3,194,97,0,1186,1183,1,0,0,0,1186,1185, - 1,0,0,0,1186,1187,1,0,0,0,1187,1328,1,0,0,0,1188,1190,5,308,0,0, - 1189,1191,5,315,0,0,1190,1189,1,0,0,0,1190,1191,1,0,0,0,1191,1192, - 1,0,0,0,1192,1193,5,46,0,0,1193,1194,3,68,34,0,1194,1198,3,476,238, - 0,1195,1196,3,68,34,0,1196,1197,3,472,236,0,1197,1199,1,0,0,0,1198, - 1195,1,0,0,0,1198,1199,1,0,0,0,1199,1203,1,0,0,0,1200,1201,5,184, - 0,0,1201,1204,3,194,97,0,1202,1204,3,194,97,0,1203,1200,1,0,0,0, - 1203,1202,1,0,0,0,1203,1204,1,0,0,0,1204,1328,1,0,0,0,1205,1206, - 5,308,0,0,1206,1209,5,142,0,0,1207,1208,5,184,0,0,1208,1210,3,556, - 278,0,1209,1207,1,0,0,0,1209,1210,1,0,0,0,1210,1328,1,0,0,0,1211, - 1212,5,308,0,0,1212,1213,5,239,0,0,1213,1215,3,476,238,0,1214,1216, - 3,626,313,0,1215,1214,1,0,0,0,1215,1216,1,0,0,0,1216,1218,1,0,0, - 0,1217,1219,3,494,247,0,1218,1217,1,0,0,0,1218,1219,1,0,0,0,1219, - 1221,1,0,0,0,1220,1222,3,542,271,0,1221,1220,1,0,0,0,1221,1222,1, - 0,0,0,1222,1224,1,0,0,0,1223,1225,3,386,193,0,1224,1223,1,0,0,0, - 1224,1225,1,0,0,0,1225,1328,1,0,0,0,1226,1227,5,308,0,0,1227,1233, - 5,58,0,0,1228,1229,3,70,35,0,1229,1230,3,472,236,0,1230,1234,1,0, - 0,0,1231,1232,5,329,0,0,1232,1234,3,478,239,0,1233,1228,1,0,0,0, - 1233,1231,1,0,0,0,1234,1328,1,0,0,0,1235,1236,5,308,0,0,1236,1237, - 5,329,0,0,1237,1241,5,122,0,0,1238,1239,3,68,34,0,1239,1240,3,472, - 236,0,1240,1242,1,0,0,0,1241,1238,1,0,0,0,1241,1242,1,0,0,0,1242, - 1243,1,0,0,0,1243,1244,5,184,0,0,1244,1246,3,194,97,0,1245,1247, - 3,626,313,0,1246,1245,1,0,0,0,1246,1247,1,0,0,0,1247,1328,1,0,0, - 0,1248,1249,5,308,0,0,1249,1250,5,332,0,0,1250,1254,3,478,239,0, - 1251,1252,5,399,0,0,1252,1253,5,426,0,0,1253,1255,5,400,0,0,1254, - 1251,1,0,0,0,1254,1255,1,0,0,0,1255,1328,1,0,0,0,1256,1257,5,308, - 0,0,1257,1269,5,191,0,0,1258,1259,3,70,35,0,1259,1261,3,472,236, - 0,1260,1262,5,122,0,0,1261,1260,1,0,0,0,1261,1262,1,0,0,0,1262,1270, - 1,0,0,0,1263,1265,3,60,30,0,1264,1263,1,0,0,0,1264,1265,1,0,0,0, - 1265,1267,1,0,0,0,1266,1268,5,122,0,0,1267,1266,1,0,0,0,1267,1268, - 1,0,0,0,1268,1270,1,0,0,0,1269,1258,1,0,0,0,1269,1264,1,0,0,0,1270, - 1328,1,0,0,0,1271,1272,5,308,0,0,1272,1299,5,50,0,0,1273,1274,5, - 51,0,0,1274,1275,5,405,0,0,1275,1300,5,431,0,0,1276,1277,3,70,35, - 0,1277,1278,3,472,236,0,1278,1283,1,0,0,0,1279,1281,3,60,30,0,1280, - 1279,1,0,0,0,1280,1281,1,0,0,0,1281,1283,1,0,0,0,1282,1276,1,0,0, - 0,1282,1280,1,0,0,0,1283,1285,1,0,0,0,1284,1286,3,406,203,0,1285, - 1284,1,0,0,0,1285,1286,1,0,0,0,1286,1288,1,0,0,0,1287,1289,3,408, - 204,0,1288,1287,1,0,0,0,1288,1289,1,0,0,0,1289,1291,1,0,0,0,1290, - 1292,3,410,205,0,1291,1290,1,0,0,0,1291,1292,1,0,0,0,1292,1294,1, - 0,0,0,1293,1295,3,542,271,0,1294,1293,1,0,0,0,1294,1295,1,0,0,0, - 1295,1297,1,0,0,0,1296,1298,3,386,193,0,1297,1296,1,0,0,0,1297,1298, - 1,0,0,0,1298,1300,1,0,0,0,1299,1273,1,0,0,0,1299,1282,1,0,0,0,1300, - 1328,1,0,0,0,1301,1302,5,308,0,0,1302,1328,5,346,0,0,1303,1304,5, - 308,0,0,1304,1305,5,54,0,0,1305,1328,5,426,0,0,1306,1307,5,308,0, - 0,1307,1311,5,280,0,0,1308,1309,5,243,0,0,1309,1312,3,638,319,0, - 1310,1312,5,244,0,0,1311,1308,1,0,0,0,1311,1310,1,0,0,0,1312,1328, - 1,0,0,0,1313,1314,5,308,0,0,1314,1328,5,70,0,0,1315,1317,5,308,0, - 0,1316,1318,5,138,0,0,1317,1316,1,0,0,0,1317,1318,1,0,0,0,1318,1319, - 1,0,0,0,1319,1320,7,8,0,0,1320,1321,5,224,0,0,1321,1325,3,478,239, - 0,1322,1323,3,68,34,0,1323,1324,3,472,236,0,1324,1326,1,0,0,0,1325, - 1322,1,0,0,0,1325,1326,1,0,0,0,1326,1328,1,0,0,0,1327,1144,1,0,0, - 0,1327,1150,1,0,0,0,1327,1163,1,0,0,0,1327,1175,1,0,0,0,1327,1188, - 1,0,0,0,1327,1205,1,0,0,0,1327,1211,1,0,0,0,1327,1226,1,0,0,0,1327, - 1235,1,0,0,0,1327,1248,1,0,0,0,1327,1256,1,0,0,0,1327,1271,1,0,0, - 0,1327,1301,1,0,0,0,1327,1303,1,0,0,0,1327,1306,1,0,0,0,1327,1313, - 1,0,0,0,1327,1315,1,0,0,0,1328,73,1,0,0,0,1329,1330,5,384,0,0,1330, - 1331,3,638,319,0,1331,1332,5,405,0,0,1332,1333,5,426,0,0,1333,1338, - 1,0,0,0,1334,1335,5,184,0,0,1335,1338,3,194,97,0,1336,1338,3,194, - 97,0,1337,1329,1,0,0,0,1337,1334,1,0,0,0,1337,1336,1,0,0,0,1338, - 75,1,0,0,0,1339,1340,5,190,0,0,1340,1341,5,329,0,0,1341,1342,3,624, - 312,0,1342,1343,3,80,40,0,1343,77,1,0,0,0,1344,1345,5,190,0,0,1345, - 1346,3,70,35,0,1346,1347,3,472,236,0,1347,1348,3,80,40,0,1348,79, - 1,0,0,0,1349,1350,7,9,0,0,1350,81,1,0,0,0,1351,1352,5,361,0,0,1352, - 1353,5,329,0,0,1353,1354,3,624,312,0,1354,83,1,0,0,0,1355,1356,5, - 361,0,0,1356,1357,3,70,35,0,1357,1358,3,472,236,0,1358,85,1,0,0, - 0,1359,1360,5,58,0,0,1360,1361,5,287,0,0,1361,1362,3,638,319,0,1362, - 87,1,0,0,0,1363,1364,5,101,0,0,1364,1365,5,287,0,0,1365,1366,3,638, - 319,0,1366,89,1,0,0,0,1367,1368,5,143,0,0,1368,1370,3,118,59,0,1369, - 1371,3,112,56,0,1370,1369,1,0,0,0,1370,1371,1,0,0,0,1371,1372,1, - 0,0,0,1372,1373,5,341,0,0,1373,1375,3,124,62,0,1374,1376,3,130,65, - 0,1375,1374,1,0,0,0,1375,1376,1,0,0,0,1376,91,1,0,0,0,1377,1379, - 5,283,0,0,1378,1380,3,132,66,0,1379,1378,1,0,0,0,1379,1380,1,0,0, - 0,1380,1381,1,0,0,0,1381,1383,3,118,59,0,1382,1384,3,112,56,0,1383, - 1382,1,0,0,0,1383,1384,1,0,0,0,1384,1385,1,0,0,0,1385,1386,5,139, - 0,0,1386,1387,3,124,62,0,1387,93,1,0,0,0,1388,1390,5,143,0,0,1389, - 1391,5,287,0,0,1390,1389,1,0,0,0,1390,1391,1,0,0,0,1391,1392,1,0, - 0,0,1392,1397,3,638,319,0,1393,1394,5,397,0,0,1394,1396,3,638,319, - 0,1395,1393,1,0,0,0,1396,1399,1,0,0,0,1397,1395,1,0,0,0,1397,1398, - 1,0,0,0,1398,1400,1,0,0,0,1399,1397,1,0,0,0,1400,1401,5,341,0,0, - 1401,1403,3,124,62,0,1402,1404,3,136,68,0,1403,1402,1,0,0,0,1403, - 1404,1,0,0,0,1404,95,1,0,0,0,1405,1407,5,283,0,0,1406,1408,3,134, - 67,0,1407,1406,1,0,0,0,1407,1408,1,0,0,0,1408,1410,1,0,0,0,1409, - 1411,5,287,0,0,1410,1409,1,0,0,0,1410,1411,1,0,0,0,1411,1412,1,0, - 0,0,1412,1417,3,638,319,0,1413,1414,5,397,0,0,1414,1416,3,638,319, - 0,1415,1413,1,0,0,0,1416,1419,1,0,0,0,1417,1415,1,0,0,0,1417,1418, - 1,0,0,0,1418,1420,1,0,0,0,1419,1417,1,0,0,0,1420,1421,5,139,0,0, - 1421,1422,3,124,62,0,1422,97,1,0,0,0,1423,1424,5,308,0,0,1424,1425, - 5,287,0,0,1425,1426,5,143,0,0,1426,1427,3,126,63,0,1427,99,1,0,0, - 0,1428,1429,5,308,0,0,1429,1430,5,288,0,0,1430,101,1,0,0,0,1431, - 1432,5,308,0,0,1432,1433,5,62,0,0,1433,1434,5,288,0,0,1434,103,1, - 0,0,0,1435,1436,5,304,0,0,1436,1440,5,287,0,0,1437,1441,5,7,0,0, - 1438,1441,5,213,0,0,1439,1441,3,638,319,0,1440,1437,1,0,0,0,1440, - 1438,1,0,0,0,1440,1439,1,0,0,0,1441,105,1,0,0,0,1442,1443,5,308, - 0,0,1443,1445,5,143,0,0,1444,1446,3,126,63,0,1445,1444,1,0,0,0,1445, - 1446,1,0,0,0,1446,1449,1,0,0,0,1447,1448,5,224,0,0,1448,1450,3,110, - 55,0,1449,1447,1,0,0,0,1449,1450,1,0,0,0,1450,107,1,0,0,0,1451,1452, - 5,308,0,0,1452,1453,5,252,0,0,1453,1454,3,638,319,0,1454,109,1,0, - 0,0,1455,1458,5,7,0,0,1456,1458,3,116,58,0,1457,1455,1,0,0,0,1457, - 1456,1,0,0,0,1458,111,1,0,0,0,1459,1460,5,224,0,0,1460,1461,3,114, - 57,0,1461,113,1,0,0,0,1462,1463,3,70,35,0,1463,1464,3,472,236,0, - 1464,1474,1,0,0,0,1465,1467,5,329,0,0,1466,1465,1,0,0,0,1466,1467, - 1,0,0,0,1467,1468,1,0,0,0,1468,1474,3,624,312,0,1469,1470,5,366, - 0,0,1470,1474,5,426,0,0,1471,1472,5,303,0,0,1472,1474,3,638,319, - 0,1473,1462,1,0,0,0,1473,1466,1,0,0,0,1473,1469,1,0,0,0,1473,1471, - 1,0,0,0,1474,115,1,0,0,0,1475,1476,3,70,35,0,1476,1477,3,472,236, - 0,1477,1496,1,0,0,0,1478,1480,5,329,0,0,1479,1478,1,0,0,0,1479,1480, - 1,0,0,0,1480,1481,1,0,0,0,1481,1486,3,478,239,0,1482,1483,5,399, - 0,0,1483,1484,3,254,127,0,1484,1485,5,400,0,0,1485,1487,1,0,0,0, - 1486,1482,1,0,0,0,1486,1487,1,0,0,0,1487,1489,1,0,0,0,1488,1490, - 3,626,313,0,1489,1488,1,0,0,0,1489,1490,1,0,0,0,1490,1496,1,0,0, - 0,1491,1492,5,366,0,0,1492,1496,5,426,0,0,1493,1494,5,303,0,0,1494, - 1496,3,638,319,0,1495,1475,1,0,0,0,1495,1479,1,0,0,0,1495,1491,1, - 0,0,0,1495,1493,1,0,0,0,1496,117,1,0,0,0,1497,1502,3,120,60,0,1498, - 1499,5,397,0,0,1499,1501,3,120,60,0,1500,1498,1,0,0,0,1501,1504, - 1,0,0,0,1502,1500,1,0,0,0,1502,1503,1,0,0,0,1503,119,1,0,0,0,1504, - 1502,1,0,0,0,1505,1510,3,122,61,0,1506,1507,5,399,0,0,1507,1508, - 3,254,127,0,1508,1509,5,400,0,0,1509,1511,1,0,0,0,1510,1506,1,0, - 0,0,1510,1511,1,0,0,0,1511,121,1,0,0,0,1512,1513,7,10,0,0,1513,123, - 1,0,0,0,1514,1519,3,126,63,0,1515,1516,5,397,0,0,1516,1518,3,126, - 63,0,1517,1515,1,0,0,0,1518,1521,1,0,0,0,1519,1517,1,0,0,0,1519, - 1520,1,0,0,0,1520,125,1,0,0,0,1521,1519,1,0,0,0,1522,1523,5,369, - 0,0,1523,1529,3,642,321,0,1524,1525,5,144,0,0,1525,1529,3,642,321, - 0,1526,1527,5,287,0,0,1527,1529,3,638,319,0,1528,1522,1,0,0,0,1528, - 1524,1,0,0,0,1528,1526,1,0,0,0,1529,127,1,0,0,0,1530,1531,5,369, - 0,0,1531,1536,3,642,321,0,1532,1533,5,287,0,0,1533,1536,3,638,319, - 0,1534,1536,3,638,319,0,1535,1530,1,0,0,0,1535,1532,1,0,0,0,1535, - 1534,1,0,0,0,1536,129,1,0,0,0,1537,1538,5,387,0,0,1538,1539,5,143, - 0,0,1539,1540,5,227,0,0,1540,131,1,0,0,0,1541,1542,5,143,0,0,1542, - 1543,5,227,0,0,1543,1544,5,134,0,0,1544,133,1,0,0,0,1545,1546,5, - 5,0,0,1546,1547,5,227,0,0,1547,1548,5,134,0,0,1548,135,1,0,0,0,1549, - 1550,5,387,0,0,1550,1551,5,5,0,0,1551,1552,5,227,0,0,1552,137,1, - 0,0,0,1553,1555,5,212,0,0,1554,1556,5,276,0,0,1555,1554,1,0,0,0, - 1555,1556,1,0,0,0,1556,1557,1,0,0,0,1557,1558,5,329,0,0,1558,1564, - 3,478,239,0,1559,1560,7,11,0,0,1560,1562,5,239,0,0,1561,1563,3,630, - 315,0,1562,1561,1,0,0,0,1562,1563,1,0,0,0,1563,1565,1,0,0,0,1564, - 1559,1,0,0,0,1564,1565,1,0,0,0,1565,139,1,0,0,0,1566,1571,3,142, - 71,0,1567,1568,5,397,0,0,1568,1570,3,142,71,0,1569,1567,1,0,0,0, - 1570,1573,1,0,0,0,1571,1569,1,0,0,0,1571,1572,1,0,0,0,1572,141,1, - 0,0,0,1573,1571,1,0,0,0,1574,1575,3,144,72,0,1575,1576,5,426,0,0, - 1576,143,1,0,0,0,1577,1578,7,12,0,0,1578,145,1,0,0,0,1579,1581,5, - 58,0,0,1580,1582,5,333,0,0,1581,1580,1,0,0,0,1581,1582,1,0,0,0,1582, - 1583,1,0,0,0,1583,1584,5,141,0,0,1584,1585,3,554,277,0,1585,1586, - 5,17,0,0,1586,1589,5,426,0,0,1587,1588,5,370,0,0,1588,1590,3,140, - 70,0,1589,1587,1,0,0,0,1589,1590,1,0,0,0,1590,147,1,0,0,0,1591,1593, - 5,101,0,0,1592,1594,5,333,0,0,1593,1592,1,0,0,0,1593,1594,1,0,0, - 0,1594,1595,1,0,0,0,1595,1597,5,141,0,0,1596,1598,3,30,15,0,1597, - 1596,1,0,0,0,1597,1598,1,0,0,0,1598,1599,1,0,0,0,1599,1600,3,556, - 278,0,1600,149,1,0,0,0,1601,1602,5,271,0,0,1602,1603,7,13,0,0,1603, - 151,1,0,0,0,1604,1605,5,58,0,0,1605,1606,5,333,0,0,1606,1607,5,194, - 0,0,1607,1608,5,432,0,0,1608,1610,5,399,0,0,1609,1611,3,248,124, - 0,1610,1609,1,0,0,0,1610,1611,1,0,0,0,1611,1612,1,0,0,0,1612,1613, - 5,400,0,0,1613,1614,3,580,290,0,1614,153,1,0,0,0,1615,1616,5,101, - 0,0,1616,1617,5,333,0,0,1617,1619,5,194,0,0,1618,1620,3,30,15,0, - 1619,1618,1,0,0,0,1619,1620,1,0,0,0,1620,1621,1,0,0,0,1621,1622, - 5,432,0,0,1622,155,1,0,0,0,1623,1624,5,58,0,0,1624,1625,5,155,0, - 0,1625,1626,3,638,319,0,1626,1627,5,224,0,0,1627,1628,5,329,0,0, - 1628,1629,3,478,239,0,1629,1630,3,264,132,0,1630,1631,5,17,0,0,1631, - 1635,5,426,0,0,1632,1633,5,387,0,0,1633,1634,5,84,0,0,1634,1636, - 5,265,0,0,1635,1632,1,0,0,0,1635,1636,1,0,0,0,1636,1639,1,0,0,0, - 1637,1638,5,150,0,0,1638,1640,3,226,113,0,1639,1637,1,0,0,0,1639, - 1640,1,0,0,0,1640,1644,1,0,0,0,1641,1642,5,154,0,0,1642,1643,5,329, - 0,0,1643,1645,3,478,239,0,1644,1641,1,0,0,0,1644,1645,1,0,0,0,1645, - 1649,1,0,0,0,1646,1647,5,238,0,0,1647,1648,5,32,0,0,1648,1650,3, - 264,132,0,1649,1646,1,0,0,0,1649,1650,1,0,0,0,1650,1655,1,0,0,0, - 1651,1653,3,222,111,0,1652,1651,1,0,0,0,1652,1653,1,0,0,0,1653,1654, - 1,0,0,0,1654,1656,3,246,123,0,1655,1652,1,0,0,0,1655,1656,1,0,0, - 0,1656,1658,1,0,0,0,1657,1659,3,424,212,0,1658,1657,1,0,0,0,1658, - 1659,1,0,0,0,1659,1661,1,0,0,0,1660,1662,3,224,112,0,1661,1660,1, - 0,0,0,1661,1662,1,0,0,0,1662,1664,1,0,0,0,1663,1665,3,196,98,0,1664, - 1663,1,0,0,0,1664,1665,1,0,0,0,1665,157,1,0,0,0,1666,1667,5,101, - 0,0,1667,1669,5,155,0,0,1668,1670,3,30,15,0,1669,1668,1,0,0,0,1669, - 1670,1,0,0,0,1670,1671,1,0,0,0,1671,1672,3,638,319,0,1672,1673,5, - 224,0,0,1673,1674,3,478,239,0,1674,159,1,0,0,0,1675,1678,5,58,0, - 0,1676,1677,5,228,0,0,1677,1679,5,278,0,0,1678,1676,1,0,0,0,1678, - 1679,1,0,0,0,1679,1680,1,0,0,0,1680,1682,5,378,0,0,1681,1683,3,32, - 16,0,1682,1681,1,0,0,0,1682,1683,1,0,0,0,1683,1684,1,0,0,0,1684, - 1689,3,484,242,0,1685,1686,5,399,0,0,1686,1687,3,304,152,0,1687, - 1688,5,400,0,0,1688,1690,1,0,0,0,1689,1685,1,0,0,0,1689,1690,1,0, - 0,0,1690,1692,1,0,0,0,1691,1693,3,196,98,0,1692,1691,1,0,0,0,1692, - 1693,1,0,0,0,1693,1695,1,0,0,0,1694,1696,3,162,81,0,1695,1694,1, - 0,0,0,1695,1696,1,0,0,0,1696,1698,1,0,0,0,1697,1699,3,224,112,0, - 1698,1697,1,0,0,0,1698,1699,1,0,0,0,1699,1700,1,0,0,0,1700,1701, - 5,17,0,0,1701,1702,3,380,190,0,1702,161,1,0,0,0,1703,1704,5,238, - 0,0,1704,1710,5,224,0,0,1705,1706,5,399,0,0,1706,1711,3,254,127, - 0,1707,1708,5,316,0,0,1708,1709,5,399,0,0,1709,1711,3,204,102,0, - 1710,1705,1,0,0,0,1710,1707,1,0,0,0,1711,1712,1,0,0,0,1712,1713, - 5,400,0,0,1713,163,1,0,0,0,1714,1717,3,166,83,0,1715,1717,3,168, - 84,0,1716,1714,1,0,0,0,1716,1715,1,0,0,0,1717,165,1,0,0,0,1718,1719, - 5,42,0,0,1719,1720,5,224,0,0,1720,1721,5,399,0,0,1721,1722,3,254, - 127,0,1722,1723,5,400,0,0,1723,167,1,0,0,0,1724,1725,3,170,85,0, - 1725,1726,3,172,86,0,1726,169,1,0,0,0,1727,1728,5,98,0,0,1728,1729, - 5,224,0,0,1729,1730,5,399,0,0,1730,1731,3,254,127,0,1731,1732,5, - 400,0,0,1732,171,1,0,0,0,1733,1734,5,315,0,0,1734,1735,5,224,0,0, - 1735,1736,5,399,0,0,1736,1737,3,254,127,0,1737,1738,5,400,0,0,1738, - 173,1,0,0,0,1739,1740,5,101,0,0,1740,1742,5,378,0,0,1741,1743,3, - 30,15,0,1742,1741,1,0,0,0,1742,1743,1,0,0,0,1743,1744,1,0,0,0,1744, - 1745,3,482,241,0,1745,175,1,0,0,0,1746,1747,5,58,0,0,1747,1748,5, - 202,0,0,1748,1750,5,378,0,0,1749,1751,3,32,16,0,1750,1749,1,0,0, - 0,1750,1751,1,0,0,0,1751,1752,1,0,0,0,1752,1754,3,484,242,0,1753, - 1755,3,38,19,0,1754,1753,1,0,0,0,1754,1755,1,0,0,0,1755,1757,1,0, - 0,0,1756,1758,3,196,98,0,1757,1756,1,0,0,0,1757,1758,1,0,0,0,1758, - 1760,1,0,0,0,1759,1761,3,162,81,0,1760,1759,1,0,0,0,1760,1761,1, - 0,0,0,1761,1763,1,0,0,0,1762,1764,3,164,82,0,1763,1762,1,0,0,0,1763, - 1764,1,0,0,0,1764,1766,1,0,0,0,1765,1767,3,222,111,0,1766,1765,1, - 0,0,0,1766,1767,1,0,0,0,1767,1769,1,0,0,0,1768,1770,3,246,123,0, - 1769,1768,1,0,0,0,1769,1770,1,0,0,0,1770,1772,1,0,0,0,1771,1773, - 3,424,212,0,1772,1771,1,0,0,0,1772,1773,1,0,0,0,1773,1775,1,0,0, - 0,1774,1776,3,224,112,0,1775,1774,1,0,0,0,1775,1776,1,0,0,0,1776, - 1777,1,0,0,0,1777,1778,5,17,0,0,1778,1779,3,380,190,0,1779,177,1, - 0,0,0,1780,1781,5,101,0,0,1781,1782,5,202,0,0,1782,1784,5,378,0, - 0,1783,1785,3,30,15,0,1784,1783,1,0,0,0,1784,1785,1,0,0,0,1785,1786, - 1,0,0,0,1786,1787,3,482,241,0,1787,179,1,0,0,0,1788,1789,5,58,0, - 0,1789,1790,5,293,0,0,1790,1791,5,258,0,0,1791,1792,3,638,319,0, - 1792,1794,3,188,94,0,1793,1795,3,190,95,0,1794,1793,1,0,0,0,1794, - 1795,1,0,0,0,1795,1797,1,0,0,0,1796,1798,3,268,134,0,1797,1796,1, - 0,0,0,1797,1798,1,0,0,0,1798,1799,1,0,0,0,1799,1800,3,192,96,0,1800, - 181,1,0,0,0,1801,1802,5,101,0,0,1802,1803,5,293,0,0,1803,1804,5, - 258,0,0,1804,1805,3,638,319,0,1805,183,1,0,0,0,1806,1807,5,9,0,0, - 1807,1808,5,293,0,0,1808,1809,5,258,0,0,1809,1810,3,638,319,0,1810, - 1811,3,186,93,0,1811,185,1,0,0,0,1812,1818,3,188,94,0,1813,1818, - 3,190,95,0,1814,1818,3,268,134,0,1815,1818,3,192,96,0,1816,1818, - 5,115,0,0,1817,1812,1,0,0,0,1817,1813,1,0,0,0,1817,1814,1,0,0,0, - 1817,1815,1,0,0,0,1817,1816,1,0,0,0,1818,187,1,0,0,0,1819,1820,5, - 59,0,0,1820,1835,5,426,0,0,1821,1823,5,111,0,0,1822,1824,5,431,0, - 0,1823,1822,1,0,0,0,1823,1824,1,0,0,0,1824,1825,1,0,0,0,1825,1832, - 3,578,289,0,1826,1830,5,20,0,0,1827,1828,5,223,0,0,1828,1830,5,32, - 0,0,1829,1826,1,0,0,0,1829,1827,1,0,0,0,1830,1831,1,0,0,0,1831,1833, - 5,426,0,0,1832,1829,1,0,0,0,1832,1833,1,0,0,0,1833,1835,1,0,0,0, - 1834,1819,1,0,0,0,1834,1821,1,0,0,0,1835,189,1,0,0,0,1836,1837,5, - 116,0,0,1837,1838,5,17,0,0,1838,1839,5,426,0,0,1839,191,1,0,0,0, - 1840,1842,5,85,0,0,1841,1840,1,0,0,0,1841,1842,1,0,0,0,1842,1843, - 1,0,0,0,1843,1844,5,17,0,0,1844,1845,3,2,1,0,1845,193,1,0,0,0,1846, - 1849,3,638,319,0,1847,1849,5,426,0,0,1848,1846,1,0,0,0,1848,1847, - 1,0,0,0,1849,195,1,0,0,0,1850,1851,5,47,0,0,1851,1852,5,426,0,0, - 1852,197,1,0,0,0,1853,1854,5,183,0,0,1854,1855,5,431,0,0,1855,199, - 1,0,0,0,1856,1857,5,238,0,0,1857,1866,5,32,0,0,1858,1861,5,399,0, - 0,1859,1862,3,202,101,0,1860,1862,3,254,127,0,1861,1859,1,0,0,0, - 1861,1860,1,0,0,0,1862,1867,1,0,0,0,1863,1864,5,316,0,0,1864,1865, - 5,399,0,0,1865,1867,3,204,102,0,1866,1858,1,0,0,0,1866,1863,1,0, - 0,0,1867,1868,1,0,0,0,1868,1869,5,400,0,0,1869,201,1,0,0,0,1870, - 1875,3,316,158,0,1871,1872,5,397,0,0,1872,1874,3,316,158,0,1873, - 1871,1,0,0,0,1874,1877,1,0,0,0,1875,1873,1,0,0,0,1875,1876,1,0,0, - 0,1876,203,1,0,0,0,1877,1875,1,0,0,0,1878,1883,3,206,103,0,1879, - 1880,5,397,0,0,1880,1882,3,206,103,0,1881,1879,1,0,0,0,1882,1885, - 1,0,0,0,1883,1881,1,0,0,0,1883,1884,1,0,0,0,1884,205,1,0,0,0,1885, - 1883,1,0,0,0,1886,1905,3,256,128,0,1887,1892,3,666,333,0,1888,1892, - 3,668,334,0,1889,1892,3,672,336,0,1890,1892,3,674,337,0,1891,1887, - 1,0,0,0,1891,1888,1,0,0,0,1891,1889,1,0,0,0,1891,1890,1,0,0,0,1892, - 1893,1,0,0,0,1893,1894,5,399,0,0,1894,1895,3,256,128,0,1895,1896, - 5,400,0,0,1896,1905,1,0,0,0,1897,1898,7,14,0,0,1898,1899,5,399,0, - 0,1899,1900,5,431,0,0,1900,1901,5,397,0,0,1901,1902,3,256,128,0, - 1902,1903,5,400,0,0,1903,1905,1,0,0,0,1904,1886,1,0,0,0,1904,1891, - 1,0,0,0,1904,1897,1,0,0,0,1905,207,1,0,0,0,1906,1907,5,42,0,0,1907, - 1908,5,32,0,0,1908,1909,5,399,0,0,1909,1910,3,254,127,0,1910,1917, - 5,400,0,0,1911,1912,5,315,0,0,1912,1913,5,32,0,0,1913,1914,5,399, - 0,0,1914,1915,3,262,131,0,1915,1916,5,400,0,0,1916,1918,1,0,0,0, - 1917,1911,1,0,0,0,1917,1918,1,0,0,0,1918,1919,1,0,0,0,1919,1920, - 5,166,0,0,1920,1921,5,431,0,0,1921,1922,5,31,0,0,1922,209,1,0,0, - 0,1923,1924,5,310,0,0,1924,1925,5,32,0,0,1925,1926,5,399,0,0,1926, - 1927,3,254,127,0,1927,1928,5,400,0,0,1928,1929,5,224,0,0,1929,1930, - 5,399,0,0,1930,1931,3,290,145,0,1931,1933,5,400,0,0,1932,1934,3, - 40,20,0,1933,1932,1,0,0,0,1933,1934,1,0,0,0,1934,211,1,0,0,0,1935, - 1938,3,218,109,0,1936,1938,3,220,110,0,1937,1935,1,0,0,0,1937,1936, - 1,0,0,0,1938,213,1,0,0,0,1939,1940,5,266,0,0,1940,1941,5,426,0,0, - 1941,215,1,0,0,0,1942,1943,5,267,0,0,1943,1944,5,426,0,0,1944,217, - 1,0,0,0,1945,1946,5,291,0,0,1946,1947,5,137,0,0,1947,1948,5,301, - 0,0,1948,1952,5,426,0,0,1949,1950,5,387,0,0,1950,1951,5,302,0,0, - 1951,1953,3,226,113,0,1952,1949,1,0,0,0,1952,1953,1,0,0,0,1953,219, - 1,0,0,0,1954,1955,5,291,0,0,1955,1956,5,137,0,0,1956,1958,5,87,0, - 0,1957,1959,3,236,118,0,1958,1957,1,0,0,0,1958,1959,1,0,0,0,1959, - 1961,1,0,0,0,1960,1962,3,238,119,0,1961,1960,1,0,0,0,1961,1962,1, - 0,0,0,1962,1964,1,0,0,0,1963,1965,3,240,120,0,1964,1963,1,0,0,0, - 1964,1965,1,0,0,0,1965,1967,1,0,0,0,1966,1968,3,242,121,0,1967,1966, - 1,0,0,0,1967,1968,1,0,0,0,1968,1970,1,0,0,0,1969,1971,3,244,122, - 0,1970,1969,1,0,0,0,1970,1971,1,0,0,0,1971,221,1,0,0,0,1972,1975, - 3,220,110,0,1973,1975,3,218,109,0,1974,1972,1,0,0,0,1974,1973,1, - 0,0,0,1975,223,1,0,0,0,1976,1977,5,332,0,0,1977,1978,3,226,113,0, - 1978,225,1,0,0,0,1979,1980,5,399,0,0,1980,1981,3,228,114,0,1981, - 1982,5,400,0,0,1982,227,1,0,0,0,1983,1993,3,232,116,0,1984,1989, - 5,426,0,0,1985,1986,5,397,0,0,1986,1988,5,426,0,0,1987,1985,1,0, - 0,0,1988,1991,1,0,0,0,1989,1987,1,0,0,0,1989,1990,1,0,0,0,1990,1993, - 1,0,0,0,1991,1989,1,0,0,0,1992,1983,1,0,0,0,1992,1984,1,0,0,0,1993, - 229,1,0,0,0,1994,1995,5,399,0,0,1995,1996,3,232,116,0,1996,1997, - 5,400,0,0,1997,231,1,0,0,0,1998,2003,3,234,117,0,1999,2000,5,397, - 0,0,2000,2002,3,234,117,0,2001,1999,1,0,0,0,2002,2005,1,0,0,0,2003, - 2001,1,0,0,0,2003,2004,1,0,0,0,2004,233,1,0,0,0,2005,2003,1,0,0, - 0,2006,2007,5,426,0,0,2007,2008,5,405,0,0,2008,2009,5,426,0,0,2009, - 235,1,0,0,0,2010,2011,5,127,0,0,2011,2012,5,334,0,0,2012,2013,5, - 32,0,0,2013,2017,5,426,0,0,2014,2015,5,110,0,0,2015,2016,5,32,0, - 0,2016,2018,5,426,0,0,2017,2014,1,0,0,0,2017,2018,1,0,0,0,2018,237, - 1,0,0,0,2019,2020,5,44,0,0,2020,2021,5,169,0,0,2021,2022,5,334,0, - 0,2022,2023,5,32,0,0,2023,2024,5,426,0,0,2024,239,1,0,0,0,2025,2026, - 5,198,0,0,2026,2027,5,174,0,0,2027,2028,5,334,0,0,2028,2029,5,32, - 0,0,2029,2030,5,426,0,0,2030,241,1,0,0,0,2031,2032,5,186,0,0,2032, - 2033,5,334,0,0,2033,2034,5,32,0,0,2034,2035,5,426,0,0,2035,243,1, - 0,0,0,2036,2037,5,219,0,0,2037,2038,5,85,0,0,2038,2039,5,17,0,0, - 2039,2040,5,426,0,0,2040,245,1,0,0,0,2041,2042,5,321,0,0,2042,2043, - 5,17,0,0,2043,2044,5,160,0,0,2044,2045,5,426,0,0,2045,2046,5,233, - 0,0,2046,2051,5,426,0,0,2047,2048,5,159,0,0,2048,2049,5,426,0,0, - 2049,2050,5,232,0,0,2050,2052,5,426,0,0,2051,2047,1,0,0,0,2051,2052, - 1,0,0,0,2052,2083,1,0,0,0,2053,2054,5,321,0,0,2054,2055,5,32,0,0, - 2055,2059,5,426,0,0,2056,2057,5,387,0,0,2057,2058,5,302,0,0,2058, - 2060,3,226,113,0,2059,2056,1,0,0,0,2059,2060,1,0,0,0,2060,2064,1, - 0,0,0,2061,2062,5,321,0,0,2062,2063,5,17,0,0,2063,2065,3,638,319, - 0,2064,2061,1,0,0,0,2064,2065,1,0,0,0,2065,2083,1,0,0,0,2066,2067, - 5,321,0,0,2067,2068,5,32,0,0,2068,2072,3,638,319,0,2069,2070,5,387, - 0,0,2070,2071,5,302,0,0,2071,2073,3,226,113,0,2072,2069,1,0,0,0, - 2072,2073,1,0,0,0,2073,2077,1,0,0,0,2074,2075,5,321,0,0,2075,2076, - 5,17,0,0,2076,2078,3,638,319,0,2077,2074,1,0,0,0,2077,2078,1,0,0, - 0,2078,2083,1,0,0,0,2079,2080,5,321,0,0,2080,2081,5,17,0,0,2081, - 2083,3,638,319,0,2082,2041,1,0,0,0,2082,2053,1,0,0,0,2082,2066,1, - 0,0,0,2082,2079,1,0,0,0,2083,247,1,0,0,0,2084,2089,3,310,155,0,2085, - 2086,5,397,0,0,2086,2088,3,310,155,0,2087,2085,1,0,0,0,2088,2091, - 1,0,0,0,2089,2087,1,0,0,0,2089,2090,1,0,0,0,2090,249,1,0,0,0,2091, - 2089,1,0,0,0,2092,2097,3,312,156,0,2093,2094,5,397,0,0,2094,2096, - 3,312,156,0,2095,2093,1,0,0,0,2096,2099,1,0,0,0,2097,2095,1,0,0, - 0,2097,2098,1,0,0,0,2098,251,1,0,0,0,2099,2097,1,0,0,0,2100,2105, - 3,340,170,0,2101,2102,5,397,0,0,2102,2104,3,340,170,0,2103,2101, - 1,0,0,0,2104,2107,1,0,0,0,2105,2103,1,0,0,0,2105,2106,1,0,0,0,2106, - 253,1,0,0,0,2107,2105,1,0,0,0,2108,2113,3,256,128,0,2109,2110,5, - 397,0,0,2110,2112,3,256,128,0,2111,2109,1,0,0,0,2112,2115,1,0,0, - 0,2113,2111,1,0,0,0,2113,2114,1,0,0,0,2114,255,1,0,0,0,2115,2113, - 1,0,0,0,2116,2119,3,682,341,0,2117,2119,4,128,0,0,2118,2116,1,0, - 0,0,2118,2117,1,0,0,0,2119,257,1,0,0,0,2120,2121,3,638,319,0,2121, - 259,1,0,0,0,2122,2132,3,256,128,0,2123,2128,5,395,0,0,2124,2129, - 5,104,0,0,2125,2129,5,175,0,0,2126,2129,5,375,0,0,2127,2129,3,638, - 319,0,2128,2124,1,0,0,0,2128,2125,1,0,0,0,2128,2126,1,0,0,0,2128, - 2127,1,0,0,0,2129,2131,1,0,0,0,2130,2123,1,0,0,0,2131,2134,1,0,0, - 0,2132,2130,1,0,0,0,2132,2133,1,0,0,0,2133,261,1,0,0,0,2134,2132, - 1,0,0,0,2135,2140,3,302,151,0,2136,2137,5,397,0,0,2137,2139,3,302, - 151,0,2138,2136,1,0,0,0,2139,2142,1,0,0,0,2140,2138,1,0,0,0,2140, - 2141,1,0,0,0,2141,263,1,0,0,0,2142,2140,1,0,0,0,2143,2144,5,399, - 0,0,2144,2145,3,254,127,0,2145,2146,5,400,0,0,2146,265,1,0,0,0,2147, - 2149,3,268,134,0,2148,2150,3,270,135,0,2149,2148,1,0,0,0,2149,2150, - 1,0,0,0,2150,2153,1,0,0,0,2151,2153,3,272,136,0,2152,2147,1,0,0, - 0,2152,2151,1,0,0,0,2153,267,1,0,0,0,2154,2157,3,662,331,0,2155, - 2157,3,664,332,0,2156,2154,1,0,0,0,2156,2155,1,0,0,0,2157,269,1, - 0,0,0,2158,2159,7,15,0,0,2159,271,1,0,0,0,2160,2164,5,109,0,0,2161, - 2162,5,216,0,0,2162,2164,5,109,0,0,2163,2160,1,0,0,0,2163,2161,1, - 0,0,0,2164,273,1,0,0,0,2165,2166,7,16,0,0,2166,275,1,0,0,0,2167, - 2168,5,55,0,0,2168,2170,3,638,319,0,2169,2167,1,0,0,0,2169,2170, - 1,0,0,0,2170,2171,1,0,0,0,2171,2173,3,280,140,0,2172,2174,3,336, - 168,0,2173,2172,1,0,0,0,2173,2174,1,0,0,0,2174,277,1,0,0,0,2175, - 2176,5,55,0,0,2176,2177,3,638,319,0,2177,2179,3,280,140,0,2178,2180, - 3,338,169,0,2179,2178,1,0,0,0,2179,2180,1,0,0,0,2180,279,1,0,0,0, - 2181,2184,3,282,141,0,2182,2184,3,284,142,0,2183,2181,1,0,0,0,2183, - 2182,1,0,0,0,2184,281,1,0,0,0,2185,2186,3,334,167,0,2186,2187,3, - 264,132,0,2187,283,1,0,0,0,2188,2189,5,40,0,0,2189,2190,5,399,0, - 0,2190,2191,3,580,290,0,2191,2192,5,400,0,0,2192,285,1,0,0,0,2193, - 2194,5,55,0,0,2194,2196,3,638,319,0,2195,2193,1,0,0,0,2195,2196, - 1,0,0,0,2196,2197,1,0,0,0,2197,2198,5,136,0,0,2198,2199,5,173,0, - 0,2199,2200,3,264,132,0,2200,2201,5,269,0,0,2201,2202,3,478,239, - 0,2202,2204,3,264,132,0,2203,2205,3,336,168,0,2204,2203,1,0,0,0, - 2204,2205,1,0,0,0,2205,287,1,0,0,0,2206,2207,5,55,0,0,2207,2208, - 3,638,319,0,2208,2209,5,136,0,0,2209,2210,5,173,0,0,2210,2211,3, - 264,132,0,2211,2212,5,269,0,0,2212,2213,3,478,239,0,2213,2215,3, - 264,132,0,2214,2216,3,338,169,0,2215,2214,1,0,0,0,2215,2216,1,0, - 0,0,2216,289,1,0,0,0,2217,2220,3,296,148,0,2218,2220,3,292,146,0, - 2219,2217,1,0,0,0,2219,2218,1,0,0,0,2220,291,1,0,0,0,2221,2226,3, - 294,147,0,2222,2223,5,397,0,0,2223,2225,3,294,147,0,2224,2222,1, - 0,0,0,2225,2228,1,0,0,0,2226,2224,1,0,0,0,2226,2227,1,0,0,0,2227, - 293,1,0,0,0,2228,2226,1,0,0,0,2229,2230,5,399,0,0,2230,2231,3,296, - 148,0,2231,2232,5,400,0,0,2232,295,1,0,0,0,2233,2238,3,572,286,0, - 2234,2235,5,397,0,0,2235,2237,3,572,286,0,2236,2234,1,0,0,0,2237, - 2240,1,0,0,0,2238,2236,1,0,0,0,2238,2239,1,0,0,0,2239,297,1,0,0, - 0,2240,2238,1,0,0,0,2241,2242,7,17,0,0,2242,299,1,0,0,0,2243,2244, - 5,220,0,0,2244,2245,7,18,0,0,2245,301,1,0,0,0,2246,2248,3,256,128, - 0,2247,2249,3,298,149,0,2248,2247,1,0,0,0,2248,2249,1,0,0,0,2249, - 2251,1,0,0,0,2250,2252,3,300,150,0,2251,2250,1,0,0,0,2251,2252,1, - 0,0,0,2252,303,1,0,0,0,2253,2258,3,306,153,0,2254,2255,5,397,0,0, - 2255,2257,3,306,153,0,2256,2254,1,0,0,0,2257,2260,1,0,0,0,2258,2256, - 1,0,0,0,2258,2259,1,0,0,0,2259,305,1,0,0,0,2260,2258,1,0,0,0,2261, - 2264,3,258,129,0,2262,2263,5,47,0,0,2263,2265,5,426,0,0,2264,2262, - 1,0,0,0,2264,2265,1,0,0,0,2265,307,1,0,0,0,2266,2269,3,256,128,0, - 2267,2269,3,580,290,0,2268,2266,1,0,0,0,2268,2267,1,0,0,0,2269,2271, - 1,0,0,0,2270,2272,3,298,149,0,2271,2270,1,0,0,0,2271,2272,1,0,0, - 0,2272,2274,1,0,0,0,2273,2275,3,300,150,0,2274,2273,1,0,0,0,2274, - 2275,1,0,0,0,2275,309,1,0,0,0,2276,2277,3,258,129,0,2277,2280,3, - 342,171,0,2278,2279,5,47,0,0,2279,2281,5,426,0,0,2280,2278,1,0,0, - 0,2280,2281,1,0,0,0,2281,311,1,0,0,0,2282,2285,3,314,157,0,2283, - 2285,3,316,158,0,2284,2282,1,0,0,0,2284,2283,1,0,0,0,2285,313,1, - 0,0,0,2286,2289,3,286,143,0,2287,2289,3,276,138,0,2288,2286,1,0, - 0,0,2288,2287,1,0,0,0,2289,315,1,0,0,0,2290,2291,3,258,129,0,2291, - 2293,3,342,171,0,2292,2294,3,318,159,0,2293,2292,1,0,0,0,2293,2294, - 1,0,0,0,2294,2297,1,0,0,0,2295,2296,5,47,0,0,2296,2298,5,426,0,0, - 2297,2295,1,0,0,0,2297,2298,1,0,0,0,2298,317,1,0,0,0,2299,2302,3, - 320,160,0,2300,2302,3,322,161,0,2301,2299,1,0,0,0,2301,2300,1,0, - 0,0,2302,319,1,0,0,0,2303,2304,5,55,0,0,2304,2306,3,638,319,0,2305, - 2303,1,0,0,0,2305,2306,1,0,0,0,2306,2307,1,0,0,0,2307,2308,5,269, - 0,0,2308,2309,3,478,239,0,2309,2310,5,399,0,0,2310,2311,3,256,128, - 0,2311,2313,5,400,0,0,2312,2314,3,336,168,0,2313,2312,1,0,0,0,2313, - 2314,1,0,0,0,2314,321,1,0,0,0,2315,2316,5,55,0,0,2316,2318,3,638, - 319,0,2317,2315,1,0,0,0,2317,2318,1,0,0,0,2318,2319,1,0,0,0,2319, - 2321,3,330,165,0,2320,2322,3,336,168,0,2321,2320,1,0,0,0,2321,2322, - 1,0,0,0,2322,323,1,0,0,0,2323,2326,3,326,163,0,2324,2326,3,328,164, - 0,2325,2323,1,0,0,0,2325,2324,1,0,0,0,2326,325,1,0,0,0,2327,2328, - 5,55,0,0,2328,2330,3,638,319,0,2329,2327,1,0,0,0,2329,2330,1,0,0, - 0,2330,2331,1,0,0,0,2331,2332,5,269,0,0,2332,2333,3,478,239,0,2333, - 2334,5,399,0,0,2334,2335,3,256,128,0,2335,2337,5,400,0,0,2336,2338, - 3,338,169,0,2337,2336,1,0,0,0,2337,2338,1,0,0,0,2338,327,1,0,0,0, - 2339,2340,5,55,0,0,2340,2342,3,638,319,0,2341,2339,1,0,0,0,2341, - 2342,1,0,0,0,2342,2343,1,0,0,0,2343,2345,3,330,165,0,2344,2346,3, - 338,169,0,2345,2344,1,0,0,0,2345,2346,1,0,0,0,2346,329,1,0,0,0,2347, - 2348,5,216,0,0,2348,2354,5,219,0,0,2349,2350,5,83,0,0,2350,2354, - 3,332,166,0,2351,2354,3,284,142,0,2352,2354,3,334,167,0,2353,2347, - 1,0,0,0,2353,2349,1,0,0,0,2353,2351,1,0,0,0,2353,2352,1,0,0,0,2354, - 331,1,0,0,0,2355,2359,3,572,286,0,2356,2359,3,550,275,0,2357,2359, - 3,560,280,0,2358,2355,1,0,0,0,2358,2356,1,0,0,0,2358,2357,1,0,0, - 0,2359,333,1,0,0,0,2360,2361,5,251,0,0,2361,2364,5,173,0,0,2362, - 2364,5,358,0,0,2363,2360,1,0,0,0,2363,2362,1,0,0,0,2364,335,1,0, - 0,0,2365,2367,3,266,133,0,2366,2368,3,274,137,0,2367,2366,1,0,0, - 0,2367,2368,1,0,0,0,2368,337,1,0,0,0,2369,2371,3,266,133,0,2370, - 2372,3,274,137,0,2371,2370,1,0,0,0,2371,2372,1,0,0,0,2372,339,1, - 0,0,0,2373,2374,3,258,129,0,2374,2375,5,396,0,0,2375,2378,3,342, - 171,0,2376,2377,5,47,0,0,2377,2379,5,426,0,0,2378,2376,1,0,0,0,2378, - 2379,1,0,0,0,2379,341,1,0,0,0,2380,2381,3,346,173,0,2381,343,1,0, - 0,0,2382,2387,3,342,171,0,2383,2384,5,397,0,0,2384,2386,3,342,171, - 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,345,1,0,0,0,2389,2387,1,0,0,0,2390,2396,3,348,174,0, - 2391,2396,3,350,175,0,2392,2396,3,352,176,0,2393,2396,3,354,177, - 0,2394,2396,3,356,178,0,2395,2390,1,0,0,0,2395,2391,1,0,0,0,2395, - 2392,1,0,0,0,2395,2393,1,0,0,0,2395,2394,1,0,0,0,2396,347,1,0,0, - 0,2397,2435,5,340,0,0,2398,2435,5,311,0,0,2399,2435,5,162,0,0,2400, - 2435,5,163,0,0,2401,2435,5,26,0,0,2402,2435,5,28,0,0,2403,2435,5, - 131,0,0,2404,2435,5,264,0,0,2405,2407,5,100,0,0,2406,2408,5,248, - 0,0,2407,2406,1,0,0,0,2407,2408,1,0,0,0,2408,2435,1,0,0,0,2409,2435, - 5,71,0,0,2410,2435,5,72,0,0,2411,2435,5,337,0,0,2412,2435,5,338, - 0,0,2413,2414,5,337,0,0,2414,2415,5,387,0,0,2415,2416,5,188,0,0, - 2416,2417,5,336,0,0,2417,2435,5,394,0,0,2418,2435,5,323,0,0,2419, - 2435,5,27,0,0,2420,2428,3,680,340,0,2421,2422,5,399,0,0,2422,2425, - 5,431,0,0,2423,2424,5,397,0,0,2424,2426,5,431,0,0,2425,2423,1,0, - 0,0,2425,2426,1,0,0,0,2426,2427,1,0,0,0,2427,2429,5,400,0,0,2428, - 2421,1,0,0,0,2428,2429,1,0,0,0,2429,2435,1,0,0,0,2430,2431,7,19, - 0,0,2431,2432,5,399,0,0,2432,2433,5,431,0,0,2433,2435,5,400,0,0, - 2434,2397,1,0,0,0,2434,2398,1,0,0,0,2434,2399,1,0,0,0,2434,2400, - 1,0,0,0,2434,2401,1,0,0,0,2434,2402,1,0,0,0,2434,2403,1,0,0,0,2434, - 2404,1,0,0,0,2434,2405,1,0,0,0,2434,2409,1,0,0,0,2434,2410,1,0,0, - 0,2434,2411,1,0,0,0,2434,2412,1,0,0,0,2434,2413,1,0,0,0,2434,2418, - 1,0,0,0,2434,2419,1,0,0,0,2434,2420,1,0,0,0,2434,2430,1,0,0,0,2435, - 349,1,0,0,0,2436,2437,5,16,0,0,2437,2438,5,409,0,0,2438,2439,3,346, - 173,0,2439,2440,5,411,0,0,2440,351,1,0,0,0,2441,2442,5,324,0,0,2442, - 2443,5,409,0,0,2443,2444,3,252,126,0,2444,2445,5,411,0,0,2445,353, - 1,0,0,0,2446,2447,5,198,0,0,2447,2448,5,409,0,0,2448,2449,3,348, - 174,0,2449,2450,5,397,0,0,2450,2451,3,346,173,0,2451,2452,5,411, - 0,0,2452,355,1,0,0,0,2453,2454,5,357,0,0,2454,2455,5,409,0,0,2455, - 2456,3,344,172,0,2456,2457,5,411,0,0,2457,357,1,0,0,0,2458,2460, - 7,20,0,0,2459,2461,7,21,0,0,2460,2459,1,0,0,0,2460,2461,1,0,0,0, - 2461,359,1,0,0,0,2462,2464,3,364,182,0,2463,2462,1,0,0,0,2463,2464, - 1,0,0,0,2464,2465,1,0,0,0,2465,2466,3,362,181,0,2466,361,1,0,0,0, - 2467,2470,3,368,184,0,2468,2470,3,372,186,0,2469,2467,1,0,0,0,2469, - 2468,1,0,0,0,2470,363,1,0,0,0,2471,2472,5,387,0,0,2472,2477,3,366, - 183,0,2473,2474,5,397,0,0,2474,2476,3,366,183,0,2475,2473,1,0,0, - 0,2476,2479,1,0,0,0,2477,2475,1,0,0,0,2477,2478,1,0,0,0,2478,365, - 1,0,0,0,2479,2477,1,0,0,0,2480,2485,3,638,319,0,2481,2482,5,399, - 0,0,2482,2483,3,254,127,0,2483,2484,5,400,0,0,2484,2486,1,0,0,0, - 2485,2481,1,0,0,0,2485,2486,1,0,0,0,2486,2487,1,0,0,0,2487,2488, - 5,17,0,0,2488,2489,5,399,0,0,2489,2490,3,360,180,0,2490,2491,5,400, - 0,0,2491,367,1,0,0,0,2492,2498,3,370,185,0,2493,2494,3,358,179,0, - 2494,2495,3,370,185,0,2495,2497,1,0,0,0,2496,2493,1,0,0,0,2497,2500, - 1,0,0,0,2498,2496,1,0,0,0,2498,2499,1,0,0,0,2499,369,1,0,0,0,2500, - 2498,1,0,0,0,2501,2502,3,448,224,0,2502,2503,3,382,191,0,2503,2505, - 3,500,250,0,2504,2506,3,462,231,0,2505,2504,1,0,0,0,2505,2506,1, - 0,0,0,2506,2508,1,0,0,0,2507,2509,3,494,247,0,2508,2507,1,0,0,0, - 2508,2509,1,0,0,0,2509,2511,1,0,0,0,2510,2512,3,520,260,0,2511,2510, - 1,0,0,0,2511,2512,1,0,0,0,2512,2514,1,0,0,0,2513,2515,3,528,264, - 0,2514,2513,1,0,0,0,2514,2515,1,0,0,0,2515,2517,1,0,0,0,2516,2518, - 3,512,256,0,2517,2516,1,0,0,0,2517,2518,1,0,0,0,2518,2520,1,0,0, - 0,2519,2521,3,530,265,0,2520,2519,1,0,0,0,2520,2521,1,0,0,0,2521, - 2523,1,0,0,0,2522,2524,3,542,271,0,2523,2522,1,0,0,0,2523,2524,1, - 0,0,0,2524,2526,1,0,0,0,2525,2527,3,544,272,0,2526,2525,1,0,0,0, - 2526,2527,1,0,0,0,2527,2529,1,0,0,0,2528,2530,3,546,273,0,2529,2528, - 1,0,0,0,2529,2530,1,0,0,0,2530,2532,1,0,0,0,2531,2533,3,548,274, - 0,2532,2531,1,0,0,0,2532,2533,1,0,0,0,2533,2535,1,0,0,0,2534,2536, - 3,386,193,0,2535,2534,1,0,0,0,2535,2536,1,0,0,0,2536,2573,1,0,0, - 0,2537,2538,3,448,224,0,2538,2540,3,500,250,0,2539,2541,3,462,231, - 0,2540,2539,1,0,0,0,2540,2541,1,0,0,0,2541,2543,1,0,0,0,2542,2544, - 3,494,247,0,2543,2542,1,0,0,0,2543,2544,1,0,0,0,2544,2546,1,0,0, - 0,2545,2547,3,520,260,0,2546,2545,1,0,0,0,2546,2547,1,0,0,0,2547, - 2549,1,0,0,0,2548,2550,3,528,264,0,2549,2548,1,0,0,0,2549,2550,1, - 0,0,0,2550,2552,1,0,0,0,2551,2553,3,512,256,0,2552,2551,1,0,0,0, - 2552,2553,1,0,0,0,2553,2555,1,0,0,0,2554,2556,3,530,265,0,2555,2554, - 1,0,0,0,2555,2556,1,0,0,0,2556,2558,1,0,0,0,2557,2559,3,542,271, - 0,2558,2557,1,0,0,0,2558,2559,1,0,0,0,2559,2561,1,0,0,0,2560,2562, - 3,544,272,0,2561,2560,1,0,0,0,2561,2562,1,0,0,0,2562,2564,1,0,0, - 0,2563,2565,3,546,273,0,2564,2563,1,0,0,0,2564,2565,1,0,0,0,2565, - 2567,1,0,0,0,2566,2568,3,548,274,0,2567,2566,1,0,0,0,2567,2568,1, - 0,0,0,2568,2570,1,0,0,0,2569,2571,3,386,193,0,2570,2569,1,0,0,0, - 2570,2571,1,0,0,0,2571,2573,1,0,0,0,2572,2501,1,0,0,0,2572,2537, - 1,0,0,0,2573,371,1,0,0,0,2574,2575,3,382,191,0,2575,2576,3,376,188, - 0,2576,2579,1,0,0,0,2577,2579,3,376,188,0,2578,2574,1,0,0,0,2578, - 2577,1,0,0,0,2579,373,1,0,0,0,2580,2582,3,500,250,0,2581,2583,3, - 448,224,0,2582,2581,1,0,0,0,2582,2583,1,0,0,0,2583,2585,1,0,0,0, - 2584,2586,3,494,247,0,2585,2584,1,0,0,0,2585,2586,1,0,0,0,2586,2588, - 1,0,0,0,2587,2589,3,520,260,0,2588,2587,1,0,0,0,2588,2589,1,0,0, - 0,2589,2591,1,0,0,0,2590,2592,3,528,264,0,2591,2590,1,0,0,0,2591, - 2592,1,0,0,0,2592,2594,1,0,0,0,2593,2595,3,512,256,0,2594,2593,1, - 0,0,0,2594,2595,1,0,0,0,2595,2597,1,0,0,0,2596,2598,3,530,265,0, - 2597,2596,1,0,0,0,2597,2598,1,0,0,0,2598,2605,1,0,0,0,2599,2600, - 5,399,0,0,2600,2601,3,376,188,0,2601,2602,5,400,0,0,2602,2605,1, - 0,0,0,2603,2605,3,496,248,0,2604,2580,1,0,0,0,2604,2599,1,0,0,0, - 2604,2603,1,0,0,0,2605,375,1,0,0,0,2606,2608,3,374,187,0,2607,2609, - 3,378,189,0,2608,2607,1,0,0,0,2608,2609,1,0,0,0,2609,2611,1,0,0, - 0,2610,2612,3,542,271,0,2611,2610,1,0,0,0,2611,2612,1,0,0,0,2612, - 2614,1,0,0,0,2613,2615,3,544,272,0,2614,2613,1,0,0,0,2614,2615,1, - 0,0,0,2615,2617,1,0,0,0,2616,2618,3,546,273,0,2617,2616,1,0,0,0, - 2617,2618,1,0,0,0,2618,2620,1,0,0,0,2619,2621,3,548,274,0,2620,2619, - 1,0,0,0,2620,2621,1,0,0,0,2621,2623,1,0,0,0,2622,2624,3,386,193, - 0,2623,2622,1,0,0,0,2623,2624,1,0,0,0,2624,377,1,0,0,0,2625,2626, - 3,358,179,0,2626,2627,3,374,187,0,2627,2629,1,0,0,0,2628,2625,1, - 0,0,0,2629,2630,1,0,0,0,2630,2628,1,0,0,0,2630,2631,1,0,0,0,2631, - 379,1,0,0,0,2632,2634,3,364,182,0,2633,2632,1,0,0,0,2633,2634,1, - 0,0,0,2634,2635,1,0,0,0,2635,2636,3,376,188,0,2636,381,1,0,0,0,2637, - 2654,5,161,0,0,2638,2639,5,235,0,0,2639,2641,3,384,192,0,2640,2642, - 3,32,16,0,2641,2640,1,0,0,0,2641,2642,1,0,0,0,2642,2655,1,0,0,0, - 2643,2645,5,166,0,0,2644,2646,5,329,0,0,2645,2644,1,0,0,0,2645,2646, - 1,0,0,0,2646,2647,1,0,0,0,2647,2652,3,624,312,0,2648,2649,5,399, - 0,0,2649,2650,3,254,127,0,2650,2651,5,400,0,0,2651,2653,1,0,0,0, - 2652,2648,1,0,0,0,2652,2653,1,0,0,0,2653,2655,1,0,0,0,2654,2638, - 1,0,0,0,2654,2643,1,0,0,0,2655,383,1,0,0,0,2656,2658,5,188,0,0,2657, - 2656,1,0,0,0,2657,2658,1,0,0,0,2658,2659,1,0,0,0,2659,2660,5,93, - 0,0,2660,2662,5,426,0,0,2661,2663,3,222,111,0,2662,2661,1,0,0,0, - 2662,2663,1,0,0,0,2663,2665,1,0,0,0,2664,2666,3,246,123,0,2665,2664, - 1,0,0,0,2665,2666,1,0,0,0,2666,2670,1,0,0,0,2667,2668,5,329,0,0, - 2668,2670,3,624,312,0,2669,2657,1,0,0,0,2669,2667,1,0,0,0,2670,385, - 1,0,0,0,2671,2680,5,185,0,0,2672,2673,5,431,0,0,2673,2675,5,397, - 0,0,2674,2672,1,0,0,0,2674,2675,1,0,0,0,2675,2676,1,0,0,0,2676,2681, - 5,431,0,0,2677,2678,5,431,0,0,2678,2679,5,223,0,0,2679,2681,5,431, - 0,0,2680,2674,1,0,0,0,2680,2677,1,0,0,0,2681,387,1,0,0,0,2682,2683, - 3,256,128,0,2683,2684,5,405,0,0,2684,2685,3,390,195,0,2685,389,1, - 0,0,0,2686,2689,5,83,0,0,2687,2689,3,590,295,0,2688,2686,1,0,0,0, - 2688,2687,1,0,0,0,2689,391,1,0,0,0,2690,2691,5,304,0,0,2691,2696, - 3,388,194,0,2692,2693,5,397,0,0,2693,2695,3,388,194,0,2694,2692, - 1,0,0,0,2695,2698,1,0,0,0,2696,2694,1,0,0,0,2696,2697,1,0,0,0,2697, - 393,1,0,0,0,2698,2696,1,0,0,0,2699,2700,5,318,0,0,2700,2709,5,344, - 0,0,2701,2706,3,396,198,0,2702,2703,5,397,0,0,2703,2705,3,396,198, - 0,2704,2702,1,0,0,0,2705,2708,1,0,0,0,2706,2704,1,0,0,0,2706,2707, - 1,0,0,0,2707,2710,1,0,0,0,2708,2706,1,0,0,0,2709,2701,1,0,0,0,2709, - 2710,1,0,0,0,2710,2723,1,0,0,0,2711,2713,5,48,0,0,2712,2714,5,389, - 0,0,2713,2712,1,0,0,0,2713,2714,1,0,0,0,2714,2723,1,0,0,0,2715,2717, - 5,289,0,0,2716,2718,5,389,0,0,2717,2716,1,0,0,0,2717,2718,1,0,0, - 0,2718,2723,1,0,0,0,2719,2720,5,304,0,0,2720,2721,5,22,0,0,2721, - 2723,7,22,0,0,2722,2699,1,0,0,0,2722,2711,1,0,0,0,2722,2715,1,0, - 0,0,2722,2719,1,0,0,0,2723,395,1,0,0,0,2724,2725,5,168,0,0,2725, - 2726,5,182,0,0,2726,2730,5,312,0,0,2727,2728,5,261,0,0,2728,2730, - 7,23,0,0,2729,2724,1,0,0,0,2729,2727,1,0,0,0,2730,397,1,0,0,0,2731, - 2734,3,402,201,0,2732,2734,3,404,202,0,2733,2731,1,0,0,0,2733,2732, - 1,0,0,0,2734,2737,1,0,0,0,2735,2733,1,0,0,0,2735,2736,1,0,0,0,2736, - 2739,1,0,0,0,2737,2735,1,0,0,0,2738,2740,3,400,200,0,2739,2738,1, - 0,0,0,2739,2740,1,0,0,0,2740,399,1,0,0,0,2741,2742,5,383,0,0,2742, - 2743,5,216,0,0,2743,2746,5,201,0,0,2744,2745,5,11,0,0,2745,2747, - 3,580,290,0,2746,2744,1,0,0,0,2746,2747,1,0,0,0,2747,2748,1,0,0, - 0,2748,2749,5,335,0,0,2749,2751,5,161,0,0,2750,2752,3,264,132,0, - 2751,2750,1,0,0,0,2751,2752,1,0,0,0,2752,2753,1,0,0,0,2753,2754, - 5,374,0,0,2754,2755,3,538,269,0,2755,401,1,0,0,0,2756,2757,5,383, - 0,0,2757,2758,5,201,0,0,2758,2759,5,11,0,0,2759,2760,3,580,290,0, - 2760,2764,5,335,0,0,2761,2762,5,365,0,0,2762,2765,3,392,196,0,2763, - 2765,5,86,0,0,2764,2761,1,0,0,0,2764,2763,1,0,0,0,2765,403,1,0,0, - 0,2766,2767,5,383,0,0,2767,2768,5,201,0,0,2768,2772,5,335,0,0,2769, - 2770,5,365,0,0,2770,2773,3,392,196,0,2771,2773,5,86,0,0,2772,2769, - 1,0,0,0,2772,2771,1,0,0,0,2773,405,1,0,0,0,2774,2775,5,246,0,0,2775, - 2776,5,426,0,0,2776,407,1,0,0,0,2777,2778,5,352,0,0,2778,2779,5, - 426,0,0,2779,409,1,0,0,0,2780,2781,5,320,0,0,2781,2782,5,426,0,0, - 2782,411,1,0,0,0,2783,2814,5,9,0,0,2784,2785,5,329,0,0,2785,2786, - 3,478,239,0,2786,2787,3,414,207,0,2787,2815,1,0,0,0,2788,2789,5, - 378,0,0,2789,2791,3,482,241,0,2790,2792,5,17,0,0,2791,2790,1,0,0, - 0,2791,2792,1,0,0,0,2792,2793,1,0,0,0,2793,2794,3,418,209,0,2794, - 2815,1,0,0,0,2795,2796,5,202,0,0,2796,2797,5,378,0,0,2797,2801,3, - 482,241,0,2798,2802,3,36,18,0,2799,2802,3,38,19,0,2800,2802,5,265, - 0,0,2801,2798,1,0,0,0,2801,2799,1,0,0,0,2801,2800,1,0,0,0,2802,2815, - 1,0,0,0,2803,2804,3,70,35,0,2804,2805,3,420,210,0,2805,2815,1,0, - 0,0,2806,2807,5,69,0,0,2807,2815,3,422,211,0,2808,2809,5,155,0,0, - 2809,2810,3,638,319,0,2810,2811,5,224,0,0,2811,2812,3,624,312,0, - 2812,2813,5,265,0,0,2813,2815,1,0,0,0,2814,2784,1,0,0,0,2814,2788, - 1,0,0,0,2814,2795,1,0,0,0,2814,2803,1,0,0,0,2814,2806,1,0,0,0,2814, - 2808,1,0,0,0,2815,413,1,0,0,0,2816,2817,5,274,0,0,2817,2818,5,341, - 0,0,2818,2906,3,480,240,0,2819,2820,5,102,0,0,2820,2906,5,239,0, - 0,2821,2906,3,426,213,0,2822,2824,5,4,0,0,2823,2825,3,32,16,0,2824, - 2823,1,0,0,0,2824,2825,1,0,0,0,2825,2830,1,0,0,0,2826,2828,3,626, - 313,0,2827,2829,3,424,212,0,2828,2827,1,0,0,0,2828,2829,1,0,0,0, - 2829,2831,1,0,0,0,2830,2826,1,0,0,0,2831,2832,1,0,0,0,2832,2830, - 1,0,0,0,2832,2833,1,0,0,0,2833,2906,1,0,0,0,2834,2838,5,342,0,0, - 2835,2837,3,626,313,0,2836,2835,1,0,0,0,2837,2840,1,0,0,0,2838,2836, - 1,0,0,0,2838,2839,1,0,0,0,2839,2906,1,0,0,0,2840,2838,1,0,0,0,2841, - 2845,5,15,0,0,2842,2844,3,626,313,0,2843,2842,1,0,0,0,2844,2847, - 1,0,0,0,2845,2843,1,0,0,0,2845,2846,1,0,0,0,2846,2906,1,0,0,0,2847, - 2845,1,0,0,0,2848,2852,5,353,0,0,2849,2851,3,626,313,0,2850,2849, - 1,0,0,0,2851,2854,1,0,0,0,2852,2850,1,0,0,0,2852,2853,1,0,0,0,2853, - 2906,1,0,0,0,2854,2852,1,0,0,0,2855,2856,5,304,0,0,2856,2857,5,332, - 0,0,2857,2906,3,226,113,0,2858,2859,5,363,0,0,2859,2861,5,332,0, - 0,2860,2862,3,30,15,0,2861,2860,1,0,0,0,2861,2862,1,0,0,0,2862,2863, - 1,0,0,0,2863,2906,3,226,113,0,2864,2906,3,210,105,0,2865,2868,5, - 216,0,0,2866,2869,5,310,0,0,2867,2869,3,40,20,0,2868,2866,1,0,0, - 0,2868,2867,1,0,0,0,2869,2906,1,0,0,0,2870,2871,5,113,0,0,2871,2872, - 3,626,313,0,2872,2873,5,387,0,0,2873,2874,5,329,0,0,2874,2875,3, - 478,239,0,2875,2906,1,0,0,0,2876,2877,5,237,0,0,2877,2878,5,45,0, - 0,2878,2879,5,399,0,0,2879,2880,3,310,155,0,2880,2881,5,400,0,0, - 2881,2906,1,0,0,0,2882,2883,5,101,0,0,2883,2884,5,55,0,0,2884,2906, - 3,638,319,0,2885,2888,5,4,0,0,2886,2889,3,288,144,0,2887,2889,3, - 278,139,0,2888,2886,1,0,0,0,2888,2887,1,0,0,0,2889,2906,1,0,0,0, - 2890,2892,3,626,313,0,2891,2890,1,0,0,0,2891,2892,1,0,0,0,2892,2893, - 1,0,0,0,2893,2906,3,416,208,0,2894,2895,5,304,0,0,2895,2896,5,236, - 0,0,2896,2906,3,126,63,0,2897,2898,5,304,0,0,2898,2899,5,237,0,0, - 2899,2900,5,316,0,0,2900,2901,5,399,0,0,2901,2902,3,204,102,0,2902, - 2903,5,400,0,0,2903,2906,1,0,0,0,2904,2906,3,430,215,0,2905,2816, - 1,0,0,0,2905,2819,1,0,0,0,2905,2821,1,0,0,0,2905,2822,1,0,0,0,2905, - 2834,1,0,0,0,2905,2841,1,0,0,0,2905,2848,1,0,0,0,2905,2855,1,0,0, - 0,2905,2858,1,0,0,0,2905,2864,1,0,0,0,2905,2865,1,0,0,0,2905,2870, - 1,0,0,0,2905,2876,1,0,0,0,2905,2882,1,0,0,0,2905,2885,1,0,0,0,2905, - 2891,1,0,0,0,2905,2894,1,0,0,0,2905,2897,1,0,0,0,2905,2904,1,0,0, - 0,2906,415,1,0,0,0,2907,2908,5,304,0,0,2908,2909,5,129,0,0,2909, - 3040,3,432,216,0,2910,2911,5,304,0,0,2911,2912,5,189,0,0,2912,3040, - 5,426,0,0,2913,3040,5,53,0,0,2914,2924,5,304,0,0,2915,2916,5,301, - 0,0,2916,2920,5,426,0,0,2917,2918,5,387,0,0,2918,2919,5,302,0,0, - 2919,2921,3,226,113,0,2920,2917,1,0,0,0,2920,2921,1,0,0,0,2921,2925, - 1,0,0,0,2922,2923,5,302,0,0,2923,2925,3,226,113,0,2924,2915,1,0, - 0,0,2924,2922,1,0,0,0,2925,3040,1,0,0,0,2926,2927,5,363,0,0,2927, - 2928,5,302,0,0,2928,3040,3,226,113,0,2929,2930,5,274,0,0,2930,2931, - 5,341,0,0,2931,3040,3,626,313,0,2932,2933,5,166,0,0,2933,2934,5, - 431,0,0,2934,3040,5,31,0,0,2935,2936,5,304,0,0,2936,2937,5,310,0, - 0,2937,2938,5,189,0,0,2938,2939,5,399,0,0,2939,2944,3,428,214,0, - 2940,2941,5,397,0,0,2941,2943,3,428,214,0,2942,2940,1,0,0,0,2943, - 2946,1,0,0,0,2944,2942,1,0,0,0,2944,2945,1,0,0,0,2945,2947,1,0,0, - 0,2946,2944,1,0,0,0,2947,2948,5,400,0,0,2948,3040,1,0,0,0,2949,2950, - 5,216,0,0,2950,3040,7,24,0,0,2951,3040,3,208,104,0,2952,2953,5,49, - 0,0,2953,2956,5,426,0,0,2954,2955,5,11,0,0,2955,2957,5,380,0,0,2956, - 2954,1,0,0,0,2956,2957,1,0,0,0,2957,2962,1,0,0,0,2958,2959,5,42, - 0,0,2959,2960,5,166,0,0,2960,2961,5,431,0,0,2961,2963,5,31,0,0,2962, - 2958,1,0,0,0,2962,2963,1,0,0,0,2963,2965,1,0,0,0,2964,2966,3,542, - 271,0,2965,2964,1,0,0,0,2965,2966,1,0,0,0,2966,2968,1,0,0,0,2967, - 2969,3,406,203,0,2968,2967,1,0,0,0,2968,2969,1,0,0,0,2969,2974,1, - 0,0,0,2970,2971,5,387,0,0,2971,2972,5,235,0,0,2972,2973,5,332,0, - 0,2973,2975,3,226,113,0,2974,2970,1,0,0,0,2974,2975,1,0,0,0,2975, - 3040,1,0,0,0,2976,2977,5,365,0,0,2977,2978,5,319,0,0,2978,2980,5, - 134,0,0,2979,2981,5,45,0,0,2980,2979,1,0,0,0,2980,2981,1,0,0,0,2981, - 2982,1,0,0,0,2982,2983,3,256,128,0,2983,2984,5,304,0,0,2984,2987, - 3,226,113,0,2985,2986,5,47,0,0,2986,2988,5,426,0,0,2987,2985,1,0, - 0,0,2987,2988,1,0,0,0,2988,3040,1,0,0,0,2989,2990,5,365,0,0,2990, - 2991,5,319,0,0,2991,2992,5,304,0,0,2992,3040,3,226,113,0,2993,2995, - 5,38,0,0,2994,2996,5,45,0,0,2995,2994,1,0,0,0,2995,2996,1,0,0,0, - 2996,2997,1,0,0,0,2997,2998,3,256,128,0,2998,2999,3,258,129,0,2999, - 3001,3,342,171,0,3000,3002,3,324,162,0,3001,3000,1,0,0,0,3001,3002, - 1,0,0,0,3002,3005,1,0,0,0,3003,3004,5,47,0,0,3004,3006,5,426,0,0, - 3005,3003,1,0,0,0,3005,3006,1,0,0,0,3006,3010,1,0,0,0,3007,3011, - 5,130,0,0,3008,3009,5,6,0,0,3009,3011,3,638,319,0,3010,3007,1,0, - 0,0,3010,3008,1,0,0,0,3010,3011,1,0,0,0,3011,3013,1,0,0,0,3012,3014, - 3,34,17,0,3013,3012,1,0,0,0,3013,3014,1,0,0,0,3014,3040,1,0,0,0, - 3015,3018,5,4,0,0,3016,3018,5,278,0,0,3017,3015,1,0,0,0,3017,3016, - 1,0,0,0,3018,3019,1,0,0,0,3019,3020,5,46,0,0,3020,3021,5,399,0,0, - 3021,3022,3,248,124,0,3022,3024,5,400,0,0,3023,3025,3,34,17,0,3024, - 3023,1,0,0,0,3024,3025,1,0,0,0,3025,3040,1,0,0,0,3026,3027,5,365, - 0,0,3027,3029,5,46,0,0,3028,3030,3,34,17,0,3029,3028,1,0,0,0,3029, - 3030,1,0,0,0,3030,3040,1,0,0,0,3031,3037,3,268,134,0,3032,3034,5, - 218,0,0,3033,3035,5,34,0,0,3034,3033,1,0,0,0,3034,3035,1,0,0,0,3035, - 3038,1,0,0,0,3036,3038,5,222,0,0,3037,3032,1,0,0,0,3037,3036,1,0, - 0,0,3038,3040,1,0,0,0,3039,2907,1,0,0,0,3039,2910,1,0,0,0,3039,2913, - 1,0,0,0,3039,2914,1,0,0,0,3039,2926,1,0,0,0,3039,2929,1,0,0,0,3039, - 2932,1,0,0,0,3039,2935,1,0,0,0,3039,2949,1,0,0,0,3039,2951,1,0,0, - 0,3039,2952,1,0,0,0,3039,2976,1,0,0,0,3039,2989,1,0,0,0,3039,2993, - 1,0,0,0,3039,3017,1,0,0,0,3039,3026,1,0,0,0,3039,3031,1,0,0,0,3040, - 417,1,0,0,0,3041,3042,5,304,0,0,3042,3043,5,332,0,0,3043,3068,3, - 226,113,0,3044,3045,5,363,0,0,3045,3047,5,332,0,0,3046,3048,3,30, - 15,0,3047,3046,1,0,0,0,3047,3048,1,0,0,0,3048,3049,1,0,0,0,3049, - 3068,3,226,113,0,3050,3051,5,274,0,0,3051,3052,5,341,0,0,3052,3068, - 3,480,240,0,3053,3055,5,4,0,0,3054,3056,3,32,16,0,3055,3054,1,0, - 0,0,3055,3056,1,0,0,0,3056,3061,1,0,0,0,3057,3059,3,626,313,0,3058, - 3060,3,424,212,0,3059,3058,1,0,0,0,3059,3060,1,0,0,0,3060,3062,1, - 0,0,0,3061,3057,1,0,0,0,3062,3063,1,0,0,0,3063,3061,1,0,0,0,3063, - 3064,1,0,0,0,3064,3068,1,0,0,0,3065,3068,3,426,213,0,3066,3068,3, - 380,190,0,3067,3041,1,0,0,0,3067,3044,1,0,0,0,3067,3050,1,0,0,0, - 3067,3053,1,0,0,0,3067,3065,1,0,0,0,3067,3066,1,0,0,0,3068,419,1, - 0,0,0,3069,3070,3,472,236,0,3070,3071,5,304,0,0,3071,3072,5,76,0, - 0,3072,3073,3,230,115,0,3073,3085,1,0,0,0,3074,3075,3,472,236,0, - 3075,3076,5,304,0,0,3076,3077,5,236,0,0,3077,3078,3,128,64,0,3078, - 3085,1,0,0,0,3079,3080,3,472,236,0,3080,3081,5,304,0,0,3081,3082, - 7,25,0,0,3082,3083,5,426,0,0,3083,3085,1,0,0,0,3084,3069,1,0,0,0, - 3084,3074,1,0,0,0,3084,3079,1,0,0,0,3085,421,1,0,0,0,3086,3087,3, - 472,236,0,3087,3088,5,304,0,0,3088,3089,5,77,0,0,3089,3090,3,230, - 115,0,3090,3102,1,0,0,0,3091,3092,3,472,236,0,3092,3093,5,304,0, - 0,3093,3094,5,236,0,0,3094,3095,3,128,64,0,3095,3102,1,0,0,0,3096, - 3097,3,472,236,0,3097,3098,5,304,0,0,3098,3099,5,367,0,0,3099,3100, - 5,426,0,0,3100,3102,1,0,0,0,3101,3086,1,0,0,0,3101,3091,1,0,0,0, - 3101,3096,1,0,0,0,3102,423,1,0,0,0,3103,3104,5,189,0,0,3104,3105, - 5,426,0,0,3105,425,1,0,0,0,3106,3108,5,101,0,0,3107,3109,3,30,15, - 0,3108,3107,1,0,0,0,3108,3109,1,0,0,0,3109,3110,1,0,0,0,3110,3111, - 5,237,0,0,3111,3117,3,630,315,0,3112,3113,5,397,0,0,3113,3114,5, - 237,0,0,3114,3116,3,630,315,0,3115,3112,1,0,0,0,3116,3119,1,0,0, - 0,3117,3115,1,0,0,0,3117,3118,1,0,0,0,3118,3122,1,0,0,0,3119,3117, - 1,0,0,0,3120,3121,5,152,0,0,3121,3123,5,254,0,0,3122,3120,1,0,0, - 0,3122,3123,1,0,0,0,3123,3125,1,0,0,0,3124,3126,5,255,0,0,3125,3124, - 1,0,0,0,3125,3126,1,0,0,0,3126,3128,1,0,0,0,3127,3129,3,14,7,0,3128, - 3127,1,0,0,0,3128,3129,1,0,0,0,3129,427,1,0,0,0,3130,3133,3,572, - 286,0,3131,3133,3,294,147,0,3132,3130,1,0,0,0,3132,3131,1,0,0,0, - 3133,3134,1,0,0,0,3134,3135,5,405,0,0,3135,3136,5,426,0,0,3136,429, - 1,0,0,0,3137,3147,5,115,0,0,3138,3139,5,289,0,0,3139,3140,5,399, - 0,0,3140,3148,7,26,0,0,3141,3142,5,118,0,0,3142,3143,5,399,0,0,3143, - 3148,5,426,0,0,3144,3145,5,306,0,0,3145,3146,5,399,0,0,3146,3148, - 5,431,0,0,3147,3138,1,0,0,0,3147,3141,1,0,0,0,3147,3144,1,0,0,0, - 3148,3149,1,0,0,0,3149,3150,5,400,0,0,3150,431,1,0,0,0,3151,3152, - 5,160,0,0,3152,3153,5,426,0,0,3153,3154,5,233,0,0,3154,3155,5,426, - 0,0,3155,3156,5,301,0,0,3156,3161,5,426,0,0,3157,3158,5,159,0,0, - 3158,3159,5,426,0,0,3159,3160,5,232,0,0,3160,3162,5,426,0,0,3161, - 3157,1,0,0,0,3161,3162,1,0,0,0,3162,3165,1,0,0,0,3163,3165,3,638, - 319,0,3164,3151,1,0,0,0,3164,3163,1,0,0,0,3165,433,1,0,0,0,3166, - 3167,5,184,0,0,3167,3176,5,128,0,0,3168,3169,5,184,0,0,3169,3170, - 5,128,0,0,3170,3171,3,638,319,0,3171,3172,5,426,0,0,3172,3176,1, - 0,0,0,3173,3174,5,184,0,0,3174,3176,3,478,239,0,3175,3166,1,0,0, - 0,3175,3168,1,0,0,0,3175,3173,1,0,0,0,3176,435,1,0,0,0,3177,3179, - 5,58,0,0,3178,3180,5,333,0,0,3179,3178,1,0,0,0,3179,3180,1,0,0,0, - 3180,3182,1,0,0,0,3181,3183,5,345,0,0,3182,3181,1,0,0,0,3182,3183, - 1,0,0,0,3183,3185,1,0,0,0,3184,3186,5,123,0,0,3185,3184,1,0,0,0, - 3185,3186,1,0,0,0,3186,3187,1,0,0,0,3187,3189,5,329,0,0,3188,3190, - 3,32,16,0,3189,3188,1,0,0,0,3189,3190,1,0,0,0,3190,3191,1,0,0,0, - 3191,3248,3,480,240,0,3192,3194,3,434,217,0,3193,3195,3,200,100, - 0,3194,3193,1,0,0,0,3194,3195,1,0,0,0,3195,3197,1,0,0,0,3196,3198, - 3,222,111,0,3197,3196,1,0,0,0,3197,3198,1,0,0,0,3198,3200,1,0,0, - 0,3199,3201,3,246,123,0,3200,3199,1,0,0,0,3200,3201,1,0,0,0,3201, - 3203,1,0,0,0,3202,3204,3,424,212,0,3203,3202,1,0,0,0,3203,3204,1, - 0,0,0,3204,3206,1,0,0,0,3205,3207,3,224,112,0,3206,3205,1,0,0,0, - 3206,3207,1,0,0,0,3207,3209,1,0,0,0,3208,3210,3,198,99,0,3209,3208, - 1,0,0,0,3209,3210,1,0,0,0,3210,3249,1,0,0,0,3211,3212,5,399,0,0, - 3212,3213,3,250,125,0,3213,3214,5,400,0,0,3214,3216,1,0,0,0,3215, - 3211,1,0,0,0,3215,3216,1,0,0,0,3216,3218,1,0,0,0,3217,3219,3,196, - 98,0,3218,3217,1,0,0,0,3218,3219,1,0,0,0,3219,3221,1,0,0,0,3220, - 3222,3,200,100,0,3221,3220,1,0,0,0,3221,3222,1,0,0,0,3222,3224,1, - 0,0,0,3223,3225,3,208,104,0,3224,3223,1,0,0,0,3224,3225,1,0,0,0, - 3225,3227,1,0,0,0,3226,3228,3,210,105,0,3227,3226,1,0,0,0,3227,3228, - 1,0,0,0,3228,3230,1,0,0,0,3229,3231,3,222,111,0,3230,3229,1,0,0, - 0,3230,3231,1,0,0,0,3231,3233,1,0,0,0,3232,3234,3,246,123,0,3233, - 3232,1,0,0,0,3233,3234,1,0,0,0,3234,3236,1,0,0,0,3235,3237,3,424, - 212,0,3236,3235,1,0,0,0,3236,3237,1,0,0,0,3237,3239,1,0,0,0,3238, - 3240,3,224,112,0,3239,3238,1,0,0,0,3239,3240,1,0,0,0,3240,3242,1, - 0,0,0,3241,3243,3,198,99,0,3242,3241,1,0,0,0,3242,3243,1,0,0,0,3243, - 3246,1,0,0,0,3244,3245,5,17,0,0,3245,3247,3,380,190,0,3246,3244, - 1,0,0,0,3246,3247,1,0,0,0,3247,3249,1,0,0,0,3248,3192,1,0,0,0,3248, - 3215,1,0,0,0,3249,3313,1,0,0,0,3250,3251,5,58,0,0,3251,3252,5,195, - 0,0,3252,3254,5,329,0,0,3253,3255,3,32,16,0,3254,3253,1,0,0,0,3254, - 3255,1,0,0,0,3255,3256,1,0,0,0,3256,3310,3,480,240,0,3257,3259,3, - 434,217,0,3258,3260,3,222,111,0,3259,3258,1,0,0,0,3259,3260,1,0, - 0,0,3260,3262,1,0,0,0,3261,3263,3,246,123,0,3262,3261,1,0,0,0,3262, - 3263,1,0,0,0,3263,3265,1,0,0,0,3264,3266,3,424,212,0,3265,3264,1, - 0,0,0,3265,3266,1,0,0,0,3266,3268,1,0,0,0,3267,3269,3,224,112,0, - 3268,3267,1,0,0,0,3268,3269,1,0,0,0,3269,3271,1,0,0,0,3270,3272, - 3,198,99,0,3271,3270,1,0,0,0,3271,3272,1,0,0,0,3272,3311,1,0,0,0, - 3273,3274,5,399,0,0,3274,3275,3,250,125,0,3275,3276,5,400,0,0,3276, - 3278,1,0,0,0,3277,3273,1,0,0,0,3277,3278,1,0,0,0,3278,3280,1,0,0, - 0,3279,3281,3,196,98,0,3280,3279,1,0,0,0,3280,3281,1,0,0,0,3281, - 3283,1,0,0,0,3282,3284,3,200,100,0,3283,3282,1,0,0,0,3283,3284,1, - 0,0,0,3284,3286,1,0,0,0,3285,3287,3,208,104,0,3286,3285,1,0,0,0, - 3286,3287,1,0,0,0,3287,3289,1,0,0,0,3288,3290,3,210,105,0,3289,3288, - 1,0,0,0,3289,3290,1,0,0,0,3290,3292,1,0,0,0,3291,3293,3,222,111, - 0,3292,3291,1,0,0,0,3292,3293,1,0,0,0,3293,3295,1,0,0,0,3294,3296, - 3,246,123,0,3295,3294,1,0,0,0,3295,3296,1,0,0,0,3296,3298,1,0,0, - 0,3297,3299,3,424,212,0,3298,3297,1,0,0,0,3298,3299,1,0,0,0,3299, - 3301,1,0,0,0,3300,3302,3,224,112,0,3301,3300,1,0,0,0,3301,3302,1, - 0,0,0,3302,3304,1,0,0,0,3303,3305,3,198,99,0,3304,3303,1,0,0,0,3304, - 3305,1,0,0,0,3305,3308,1,0,0,0,3306,3307,5,17,0,0,3307,3309,3,380, - 190,0,3308,3306,1,0,0,0,3308,3309,1,0,0,0,3309,3311,1,0,0,0,3310, - 3257,1,0,0,0,3310,3277,1,0,0,0,3311,3313,1,0,0,0,3312,3177,1,0,0, - 0,3312,3250,1,0,0,0,3313,437,1,0,0,0,3314,3315,5,58,0,0,3315,3317, - 5,69,0,0,3316,3318,3,32,16,0,3317,3316,1,0,0,0,3317,3318,1,0,0,0, - 3318,3319,1,0,0,0,3319,3322,3,638,319,0,3320,3321,5,352,0,0,3321, - 3323,5,426,0,0,3322,3320,1,0,0,0,3322,3323,1,0,0,0,3323,3326,1,0, - 0,0,3324,3325,5,367,0,0,3325,3327,5,426,0,0,3326,3324,1,0,0,0,3326, - 3327,1,0,0,0,3327,3330,1,0,0,0,3328,3329,5,47,0,0,3329,3331,5,426, - 0,0,3330,3328,1,0,0,0,3330,3331,1,0,0,0,3331,3335,1,0,0,0,3332,3333, - 5,387,0,0,3333,3334,5,77,0,0,3334,3336,3,230,115,0,3335,3332,1,0, - 0,0,3335,3336,1,0,0,0,3336,439,1,0,0,0,3337,3338,5,101,0,0,3338, - 3340,5,69,0,0,3339,3341,3,30,15,0,3340,3339,1,0,0,0,3340,3341,1, - 0,0,0,3341,3342,1,0,0,0,3342,3343,3,638,319,0,3343,441,1,0,0,0,3344, - 3345,3,638,319,0,3345,3346,5,395,0,0,3346,3348,1,0,0,0,3347,3344, - 1,0,0,0,3348,3351,1,0,0,0,3349,3347,1,0,0,0,3349,3350,1,0,0,0,3350, - 3352,1,0,0,0,3351,3349,1,0,0,0,3352,3353,5,415,0,0,3353,443,1,0, - 0,0,3354,3359,3,580,290,0,3355,3356,5,397,0,0,3356,3358,3,580,290, - 0,3357,3355,1,0,0,0,3358,3361,1,0,0,0,3359,3357,1,0,0,0,3359,3360, - 1,0,0,0,3360,445,1,0,0,0,3361,3359,1,0,0,0,3362,3367,3,638,319,0, - 3363,3364,5,397,0,0,3364,3366,3,638,319,0,3365,3363,1,0,0,0,3366, - 3369,1,0,0,0,3367,3365,1,0,0,0,3367,3368,1,0,0,0,3368,447,1,0,0, - 0,3369,3367,1,0,0,0,3370,3371,5,139,0,0,3371,3372,3,450,225,0,3372, - 449,1,0,0,0,3373,3374,5,359,0,0,3374,3377,3,458,229,0,3375,3376, - 5,397,0,0,3376,3378,3,458,229,0,3377,3375,1,0,0,0,3378,3379,1,0, - 0,0,3379,3377,1,0,0,0,3379,3380,1,0,0,0,3380,3383,1,0,0,0,3381,3383, - 3,454,227,0,3382,3373,1,0,0,0,3382,3381,1,0,0,0,3383,451,1,0,0,0, - 3384,3388,3,468,234,0,3385,3387,3,462,231,0,3386,3385,1,0,0,0,3387, - 3390,1,0,0,0,3388,3386,1,0,0,0,3388,3389,1,0,0,0,3389,3417,1,0,0, - 0,3390,3388,1,0,0,0,3391,3395,3,498,249,0,3392,3394,3,462,231,0, - 3393,3392,1,0,0,0,3394,3397,1,0,0,0,3395,3393,1,0,0,0,3395,3396, - 1,0,0,0,3396,3417,1,0,0,0,3397,3395,1,0,0,0,3398,3402,3,486,243, - 0,3399,3401,3,462,231,0,3400,3399,1,0,0,0,3401,3404,1,0,0,0,3402, - 3400,1,0,0,0,3402,3403,1,0,0,0,3403,3417,1,0,0,0,3404,3402,1,0,0, - 0,3405,3409,3,492,246,0,3406,3408,3,462,231,0,3407,3406,1,0,0,0, - 3408,3411,1,0,0,0,3409,3407,1,0,0,0,3409,3410,1,0,0,0,3410,3417, - 1,0,0,0,3411,3409,1,0,0,0,3412,3413,5,399,0,0,3413,3414,3,454,227, - 0,3414,3415,5,400,0,0,3415,3417,1,0,0,0,3416,3384,1,0,0,0,3416,3391, - 1,0,0,0,3416,3398,1,0,0,0,3416,3405,1,0,0,0,3416,3412,1,0,0,0,3417, - 453,1,0,0,0,3418,3429,3,452,226,0,3419,3420,3,460,230,0,3420,3425, - 3,456,228,0,3421,3422,5,224,0,0,3422,3426,3,580,290,0,3423,3424, - 5,370,0,0,3424,3426,3,264,132,0,3425,3421,1,0,0,0,3425,3423,1,0, - 0,0,3425,3426,1,0,0,0,3426,3428,1,0,0,0,3427,3419,1,0,0,0,3428,3431, - 1,0,0,0,3429,3427,1,0,0,0,3429,3430,1,0,0,0,3430,455,1,0,0,0,3431, - 3429,1,0,0,0,3432,3437,3,468,234,0,3433,3437,3,498,249,0,3434,3437, - 3,486,243,0,3435,3437,3,492,246,0,3436,3432,1,0,0,0,3436,3433,1, - 0,0,0,3436,3434,1,0,0,0,3436,3435,1,0,0,0,3437,3441,1,0,0,0,3438, - 3440,3,462,231,0,3439,3438,1,0,0,0,3440,3443,1,0,0,0,3441,3439,1, - 0,0,0,3441,3442,1,0,0,0,3442,457,1,0,0,0,3443,3441,1,0,0,0,3444, - 3446,5,250,0,0,3445,3444,1,0,0,0,3445,3446,1,0,0,0,3446,3447,1,0, - 0,0,3447,3449,3,476,238,0,3448,3450,3,466,233,0,3449,3448,1,0,0, - 0,3449,3450,1,0,0,0,3450,3455,1,0,0,0,3451,3453,5,17,0,0,3452,3451, - 1,0,0,0,3452,3453,1,0,0,0,3453,3454,1,0,0,0,3454,3456,3,638,319, - 0,3455,3452,1,0,0,0,3455,3456,1,0,0,0,3456,3457,1,0,0,0,3457,3458, - 5,399,0,0,3458,3459,3,444,222,0,3459,3460,5,400,0,0,3460,459,1,0, - 0,0,3461,3476,5,397,0,0,3462,3473,5,157,0,0,3463,3473,5,60,0,0,3464, - 3466,7,27,0,0,3465,3467,5,231,0,0,3466,3465,1,0,0,0,3466,3467,1, - 0,0,0,3467,3473,1,0,0,0,3468,3470,5,180,0,0,3469,3471,7,28,0,0,3470, - 3469,1,0,0,0,3470,3471,1,0,0,0,3471,3473,1,0,0,0,3472,3462,1,0,0, - 0,3472,3463,1,0,0,0,3472,3464,1,0,0,0,3472,3468,1,0,0,0,3472,3473, - 1,0,0,0,3473,3474,1,0,0,0,3474,3476,5,171,0,0,3475,3461,1,0,0,0, - 3475,3472,1,0,0,0,3476,461,1,0,0,0,3477,3478,5,178,0,0,3478,3479, - 5,378,0,0,3479,3480,5,231,0,0,3480,3481,3,550,275,0,3481,3491,3, - 464,232,0,3482,3483,5,17,0,0,3483,3488,3,638,319,0,3484,3485,5,397, - 0,0,3485,3487,3,638,319,0,3486,3484,1,0,0,0,3487,3490,1,0,0,0,3488, - 3486,1,0,0,0,3488,3489,1,0,0,0,3489,3492,1,0,0,0,3490,3488,1,0,0, - 0,3491,3482,1,0,0,0,3491,3492,1,0,0,0,3492,3535,1,0,0,0,3493,3495, - 5,397,0,0,3494,3493,1,0,0,0,3494,3495,1,0,0,0,3495,3496,1,0,0,0, - 3496,3532,5,178,0,0,3497,3498,5,378,0,0,3498,3499,3,550,275,0,3499, - 3509,3,464,232,0,3500,3501,5,17,0,0,3501,3506,3,638,319,0,3502,3503, - 5,397,0,0,3503,3505,3,638,319,0,3504,3502,1,0,0,0,3505,3508,1,0, - 0,0,3506,3504,1,0,0,0,3506,3507,1,0,0,0,3507,3510,1,0,0,0,3508,3506, - 1,0,0,0,3509,3500,1,0,0,0,3509,3510,1,0,0,0,3510,3533,1,0,0,0,3511, - 3512,5,329,0,0,3512,3513,5,399,0,0,3513,3514,3,496,248,0,3514,3516, - 5,400,0,0,3515,3517,5,17,0,0,3516,3515,1,0,0,0,3516,3517,1,0,0,0, - 3517,3518,1,0,0,0,3518,3530,3,464,232,0,3519,3520,5,399,0,0,3520, - 3525,3,638,319,0,3521,3522,5,397,0,0,3522,3524,3,638,319,0,3523, - 3521,1,0,0,0,3524,3527,1,0,0,0,3525,3523,1,0,0,0,3525,3526,1,0,0, - 0,3526,3528,1,0,0,0,3527,3525,1,0,0,0,3528,3529,5,400,0,0,3529,3531, - 1,0,0,0,3530,3519,1,0,0,0,3530,3531,1,0,0,0,3531,3533,1,0,0,0,3532, - 3497,1,0,0,0,3532,3511,1,0,0,0,3533,3535,1,0,0,0,3534,3477,1,0,0, - 0,3534,3494,1,0,0,0,3535,463,1,0,0,0,3536,3537,3,638,319,0,3537, - 465,1,0,0,0,3538,3539,5,331,0,0,3539,3540,5,399,0,0,3540,3541,5, - 30,0,0,3541,3542,5,431,0,0,3542,3543,5,230,0,0,3543,3544,5,221,0, - 0,3544,3554,5,431,0,0,3545,3546,5,224,0,0,3546,3551,3,580,290,0, - 3547,3548,5,397,0,0,3548,3550,3,580,290,0,3549,3547,1,0,0,0,3550, - 3553,1,0,0,0,3551,3549,1,0,0,0,3551,3552,1,0,0,0,3552,3555,1,0,0, - 0,3553,3551,1,0,0,0,3554,3545,1,0,0,0,3554,3555,1,0,0,0,3555,3556, - 1,0,0,0,3556,3566,5,400,0,0,3557,3558,5,331,0,0,3558,3562,5,399, - 0,0,3559,3560,5,431,0,0,3560,3563,7,29,0,0,3561,3563,5,430,0,0,3562, - 3559,1,0,0,0,3562,3561,1,0,0,0,3563,3564,1,0,0,0,3564,3566,5,400, - 0,0,3565,3538,1,0,0,0,3565,3557,1,0,0,0,3566,467,1,0,0,0,3567,3569, - 3,476,238,0,3568,3570,3,226,113,0,3569,3568,1,0,0,0,3569,3570,1, - 0,0,0,3570,3572,1,0,0,0,3571,3573,3,466,233,0,3572,3571,1,0,0,0, - 3572,3573,1,0,0,0,3573,3575,1,0,0,0,3574,3576,3,470,235,0,3575,3574, - 1,0,0,0,3575,3576,1,0,0,0,3576,3581,1,0,0,0,3577,3579,5,17,0,0,3578, - 3577,1,0,0,0,3578,3579,1,0,0,0,3579,3580,1,0,0,0,3580,3582,3,638, - 319,0,3581,3578,1,0,0,0,3581,3582,1,0,0,0,3582,469,1,0,0,0,3583, - 3593,5,134,0,0,3584,3585,5,327,0,0,3585,3586,5,17,0,0,3586,3587, - 5,221,0,0,3587,3594,3,580,290,0,3588,3589,5,134,0,0,3589,3590,5, - 328,0,0,3590,3591,5,17,0,0,3591,3592,5,221,0,0,3592,3594,5,431,0, - 0,3593,3584,1,0,0,0,3593,3588,1,0,0,0,3594,471,1,0,0,0,3595,3596, - 3,638,319,0,3596,473,1,0,0,0,3597,3598,3,638,319,0,3598,475,1,0, - 0,0,3599,3602,3,478,239,0,3600,3602,3,482,241,0,3601,3599,1,0,0, - 0,3601,3600,1,0,0,0,3602,477,1,0,0,0,3603,3604,3,638,319,0,3604, - 3605,5,395,0,0,3605,3608,3,638,319,0,3606,3607,5,395,0,0,3607,3609, - 3,638,319,0,3608,3606,1,0,0,0,3608,3609,1,0,0,0,3609,3612,1,0,0, - 0,3610,3612,3,638,319,0,3611,3603,1,0,0,0,3611,3610,1,0,0,0,3612, - 479,1,0,0,0,3613,3614,3,638,319,0,3614,3615,5,395,0,0,3615,3618, - 3,638,319,0,3616,3617,5,395,0,0,3617,3619,3,638,319,0,3618,3616, - 1,0,0,0,3618,3619,1,0,0,0,3619,3622,1,0,0,0,3620,3622,3,638,319, - 0,3621,3613,1,0,0,0,3621,3620,1,0,0,0,3622,481,1,0,0,0,3623,3624, - 3,638,319,0,3624,3625,5,395,0,0,3625,3627,1,0,0,0,3626,3623,1,0, - 0,0,3626,3627,1,0,0,0,3627,3628,1,0,0,0,3628,3629,3,638,319,0,3629, - 483,1,0,0,0,3630,3631,3,638,319,0,3631,3632,5,395,0,0,3632,3634, - 1,0,0,0,3633,3630,1,0,0,0,3633,3634,1,0,0,0,3634,3635,1,0,0,0,3635, - 3636,3,638,319,0,3636,485,1,0,0,0,3637,3638,5,399,0,0,3638,3639, - 3,360,180,0,3639,3641,5,400,0,0,3640,3642,5,17,0,0,3641,3640,1,0, - 0,0,3641,3642,1,0,0,0,3642,3643,1,0,0,0,3643,3644,3,638,319,0,3644, - 487,1,0,0,0,3645,3646,5,237,0,0,3646,3647,5,32,0,0,3647,3649,3,536, - 268,0,3648,3650,3,542,271,0,3649,3648,1,0,0,0,3649,3650,1,0,0,0, - 3650,3659,1,0,0,0,3651,3659,3,542,271,0,3652,3654,3,546,273,0,3653, - 3655,3,548,274,0,3654,3653,1,0,0,0,3654,3655,1,0,0,0,3655,3659,1, - 0,0,0,3656,3659,3,548,274,0,3657,3659,3,544,272,0,3658,3645,1,0, - 0,0,3658,3651,1,0,0,0,3658,3652,1,0,0,0,3658,3656,1,0,0,0,3658,3657, - 1,0,0,0,3659,489,1,0,0,0,3660,3664,3,486,243,0,3661,3664,3,468,234, - 0,3662,3664,3,492,246,0,3663,3660,1,0,0,0,3663,3661,1,0,0,0,3663, - 3662,1,0,0,0,3664,491,1,0,0,0,3665,3666,3,638,319,0,3666,3667,5, - 399,0,0,3667,3668,5,224,0,0,3668,3670,3,490,245,0,3669,3671,3,488, - 244,0,3670,3669,1,0,0,0,3670,3671,1,0,0,0,3671,3687,1,0,0,0,3672, - 3673,5,432,0,0,3673,3674,5,399,0,0,3674,3675,3,580,290,0,3675,3684, - 5,400,0,0,3676,3677,5,397,0,0,3677,3678,5,432,0,0,3678,3679,5,399, - 0,0,3679,3680,3,580,290,0,3680,3681,5,400,0,0,3681,3683,1,0,0,0, - 3682,3676,1,0,0,0,3683,3686,1,0,0,0,3684,3682,1,0,0,0,3684,3685, - 1,0,0,0,3685,3688,1,0,0,0,3686,3684,1,0,0,0,3687,3672,1,0,0,0,3687, - 3688,1,0,0,0,3688,3689,1,0,0,0,3689,3691,5,400,0,0,3690,3692,3,638, - 319,0,3691,3690,1,0,0,0,3691,3692,1,0,0,0,3692,493,1,0,0,0,3693, - 3694,5,384,0,0,3694,3695,3,580,290,0,3695,495,1,0,0,0,3696,3715, - 5,374,0,0,3697,3702,3,538,269,0,3698,3699,5,397,0,0,3699,3701,3, - 538,269,0,3700,3698,1,0,0,0,3701,3704,1,0,0,0,3702,3700,1,0,0,0, - 3702,3703,1,0,0,0,3703,3716,1,0,0,0,3704,3702,1,0,0,0,3705,3706, - 5,399,0,0,3706,3707,3,534,267,0,3707,3712,5,400,0,0,3708,3709,5, - 397,0,0,3709,3711,3,538,269,0,3710,3708,1,0,0,0,3711,3714,1,0,0, - 0,3712,3710,1,0,0,0,3712,3713,1,0,0,0,3713,3716,1,0,0,0,3714,3712, - 1,0,0,0,3715,3697,1,0,0,0,3715,3705,1,0,0,0,3716,497,1,0,0,0,3717, - 3718,5,329,0,0,3718,3719,5,399,0,0,3719,3720,3,496,248,0,3720,3722, - 5,400,0,0,3721,3723,5,17,0,0,3722,3721,1,0,0,0,3722,3723,1,0,0,0, - 3723,3724,1,0,0,0,3724,3734,3,464,232,0,3725,3726,5,399,0,0,3726, - 3731,3,638,319,0,3727,3728,5,397,0,0,3728,3730,3,638,319,0,3729, - 3727,1,0,0,0,3730,3733,1,0,0,0,3731,3729,1,0,0,0,3731,3732,1,0,0, - 0,3732,3735,1,0,0,0,3733,3731,1,0,0,0,3734,3725,1,0,0,0,3734,3735, - 1,0,0,0,3735,3736,1,0,0,0,3736,3737,5,400,0,0,3737,499,1,0,0,0,3738, - 3740,5,299,0,0,3739,3741,5,436,0,0,3740,3739,1,0,0,0,3740,3741,1, - 0,0,0,3741,3755,1,0,0,0,3742,3744,7,21,0,0,3743,3742,1,0,0,0,3743, - 3744,1,0,0,0,3744,3745,1,0,0,0,3745,3750,3,504,252,0,3746,3747,5, - 397,0,0,3747,3749,3,504,252,0,3748,3746,1,0,0,0,3749,3752,1,0,0, - 0,3750,3748,1,0,0,0,3750,3751,1,0,0,0,3751,3756,1,0,0,0,3752,3750, - 1,0,0,0,3753,3754,5,347,0,0,3754,3756,3,502,251,0,3755,3743,1,0, - 0,0,3755,3753,1,0,0,0,3756,3759,1,0,0,0,3757,3759,3,506,253,0,3758, - 3738,1,0,0,0,3758,3757,1,0,0,0,3759,501,1,0,0,0,3760,3761,5,399, - 0,0,3761,3762,3,510,255,0,3762,3763,5,400,0,0,3763,3764,3,212,106, - 0,3764,3765,3,216,108,0,3765,3766,5,370,0,0,3766,3779,5,426,0,0, - 3767,3777,5,17,0,0,3768,3771,5,399,0,0,3769,3772,3,446,223,0,3770, - 3772,3,248,124,0,3771,3769,1,0,0,0,3771,3770,1,0,0,0,3772,3773,1, - 0,0,0,3773,3774,5,400,0,0,3774,3778,1,0,0,0,3775,3778,3,446,223, - 0,3776,3778,3,248,124,0,3777,3768,1,0,0,0,3777,3775,1,0,0,0,3777, - 3776,1,0,0,0,3778,3780,1,0,0,0,3779,3767,1,0,0,0,3779,3780,1,0,0, - 0,3780,3781,1,0,0,0,3781,3782,3,212,106,0,3782,3783,3,214,107,0, - 3783,503,1,0,0,0,3784,3808,3,442,221,0,3785,3788,3,256,128,0,3786, - 3788,3,580,290,0,3787,3785,1,0,0,0,3787,3786,1,0,0,0,3788,3805,1, - 0,0,0,3789,3791,5,17,0,0,3790,3789,1,0,0,0,3790,3791,1,0,0,0,3791, - 3792,1,0,0,0,3792,3806,3,638,319,0,3793,3794,5,17,0,0,3794,3795, - 5,399,0,0,3795,3800,3,638,319,0,3796,3797,5,397,0,0,3797,3799,3, - 638,319,0,3798,3796,1,0,0,0,3799,3802,1,0,0,0,3800,3798,1,0,0,0, - 3800,3801,1,0,0,0,3801,3803,1,0,0,0,3802,3800,1,0,0,0,3803,3804, - 5,400,0,0,3804,3806,1,0,0,0,3805,3790,1,0,0,0,3805,3793,1,0,0,0, - 3805,3806,1,0,0,0,3806,3808,1,0,0,0,3807,3784,1,0,0,0,3807,3787, - 1,0,0,0,3808,505,1,0,0,0,3809,3810,7,30,0,0,3810,3811,3,510,255, - 0,3811,3812,3,212,106,0,3812,3813,3,216,108,0,3813,3814,5,370,0, - 0,3814,3827,5,426,0,0,3815,3825,5,17,0,0,3816,3819,5,399,0,0,3817, - 3820,3,446,223,0,3818,3820,3,248,124,0,3819,3817,1,0,0,0,3819,3818, - 1,0,0,0,3820,3821,1,0,0,0,3821,3822,5,400,0,0,3822,3826,1,0,0,0, - 3823,3826,3,446,223,0,3824,3826,3,248,124,0,3825,3816,1,0,0,0,3825, - 3823,1,0,0,0,3825,3824,1,0,0,0,3826,3828,1,0,0,0,3827,3815,1,0,0, - 0,3827,3828,1,0,0,0,3828,3829,1,0,0,0,3829,3830,3,212,106,0,3830, - 3831,3,214,107,0,3831,507,1,0,0,0,3832,3835,3,442,221,0,3833,3835, - 3,580,290,0,3834,3832,1,0,0,0,3834,3833,1,0,0,0,3835,509,1,0,0,0, - 3836,3841,3,508,254,0,3837,3838,5,397,0,0,3838,3840,3,508,254,0, - 3839,3837,1,0,0,0,3840,3843,1,0,0,0,3841,3839,1,0,0,0,3841,3842, - 1,0,0,0,3842,511,1,0,0,0,3843,3841,1,0,0,0,3844,3845,5,386,0,0,3845, - 3846,3,638,319,0,3846,3847,5,17,0,0,3847,3855,3,514,257,0,3848,3849, - 5,397,0,0,3849,3850,3,638,319,0,3850,3851,5,17,0,0,3851,3852,3,514, - 257,0,3852,3854,1,0,0,0,3853,3848,1,0,0,0,3854,3857,1,0,0,0,3855, - 3853,1,0,0,0,3855,3856,1,0,0,0,3856,513,1,0,0,0,3857,3855,1,0,0, - 0,3858,3871,3,638,319,0,3859,3861,5,399,0,0,3860,3862,3,638,319, - 0,3861,3860,1,0,0,0,3861,3862,1,0,0,0,3862,3864,1,0,0,0,3863,3865, - 3,488,244,0,3864,3863,1,0,0,0,3864,3865,1,0,0,0,3865,3867,1,0,0, - 0,3866,3868,3,516,258,0,3867,3866,1,0,0,0,3867,3868,1,0,0,0,3868, - 3869,1,0,0,0,3869,3871,5,400,0,0,3870,3858,1,0,0,0,3870,3859,1,0, - 0,0,3871,515,1,0,0,0,3872,3886,7,31,0,0,3873,3874,5,354,0,0,3874, - 3880,5,247,0,0,3875,3876,5,62,0,0,3876,3880,5,291,0,0,3877,3878, - 5,431,0,0,3878,3880,5,247,0,0,3879,3873,1,0,0,0,3879,3875,1,0,0, - 0,3879,3877,1,0,0,0,3880,3887,1,0,0,0,3881,3882,5,25,0,0,3882,3883, - 3,518,259,0,3883,3884,5,11,0,0,3884,3885,3,518,259,0,3885,3887,1, - 0,0,0,3886,3879,1,0,0,0,3886,3881,1,0,0,0,3887,517,1,0,0,0,3888, - 3889,7,32,0,0,3889,3893,7,33,0,0,3890,3891,5,62,0,0,3891,3893,5, - 291,0,0,3892,3888,1,0,0,0,3892,3890,1,0,0,0,3893,519,1,0,0,0,3894, - 3895,5,144,0,0,3895,3901,5,32,0,0,3896,3902,3,256,128,0,3897,3902, - 3,522,261,0,3898,3902,3,524,262,0,3899,3900,5,399,0,0,3900,3902, - 5,400,0,0,3901,3896,1,0,0,0,3901,3897,1,0,0,0,3901,3898,1,0,0,0, - 3901,3899,1,0,0,0,3902,521,1,0,0,0,3903,3906,5,290,0,0,3904,3906, - 5,61,0,0,3905,3903,1,0,0,0,3905,3904,1,0,0,0,3906,3907,1,0,0,0,3907, - 3908,5,399,0,0,3908,3913,3,580,290,0,3909,3910,5,397,0,0,3910,3912, - 3,580,290,0,3911,3909,1,0,0,0,3912,3915,1,0,0,0,3913,3911,1,0,0, - 0,3913,3914,1,0,0,0,3914,3916,1,0,0,0,3915,3913,1,0,0,0,3916,3917, - 5,400,0,0,3917,523,1,0,0,0,3918,3923,3,540,270,0,3919,3920,5,387, - 0,0,3920,3924,5,290,0,0,3921,3922,5,387,0,0,3922,3924,5,61,0,0,3923, - 3919,1,0,0,0,3923,3921,1,0,0,0,3923,3924,1,0,0,0,3924,3938,1,0,0, - 0,3925,3926,5,145,0,0,3926,3927,5,305,0,0,3927,3928,5,399,0,0,3928, - 3933,3,526,263,0,3929,3930,5,397,0,0,3930,3932,3,526,263,0,3931, - 3929,1,0,0,0,3932,3935,1,0,0,0,3933,3931,1,0,0,0,3933,3934,1,0,0, - 0,3934,3936,1,0,0,0,3935,3933,1,0,0,0,3936,3937,5,400,0,0,3937,3939, - 1,0,0,0,3938,3925,1,0,0,0,3938,3939,1,0,0,0,3939,525,1,0,0,0,3940, - 3942,5,399,0,0,3941,3943,3,580,290,0,3942,3941,1,0,0,0,3942,3943, - 1,0,0,0,3943,3948,1,0,0,0,3944,3945,5,397,0,0,3945,3947,3,580,290, - 0,3946,3944,1,0,0,0,3947,3950,1,0,0,0,3948,3946,1,0,0,0,3948,3949, - 1,0,0,0,3949,3951,1,0,0,0,3950,3948,1,0,0,0,3951,3954,5,400,0,0, - 3952,3954,3,580,290,0,3953,3940,1,0,0,0,3953,3952,1,0,0,0,3954,527, - 1,0,0,0,3955,3956,5,146,0,0,3956,3957,3,580,290,0,3957,529,1,0,0, - 0,3958,3959,5,256,0,0,3959,3960,3,580,290,0,3960,531,1,0,0,0,3961, - 3964,5,83,0,0,3962,3964,3,580,290,0,3963,3961,1,0,0,0,3963,3962, - 1,0,0,0,3964,533,1,0,0,0,3965,3967,3,580,290,0,3966,3968,5,17,0, - 0,3967,3966,1,0,0,0,3967,3968,1,0,0,0,3968,3970,1,0,0,0,3969,3971, - 3,638,319,0,3970,3969,1,0,0,0,3970,3971,1,0,0,0,3971,3982,1,0,0, - 0,3972,3973,5,397,0,0,3973,3975,3,580,290,0,3974,3976,5,17,0,0,3975, - 3974,1,0,0,0,3975,3976,1,0,0,0,3976,3978,1,0,0,0,3977,3979,3,638, - 319,0,3978,3977,1,0,0,0,3978,3979,1,0,0,0,3979,3981,1,0,0,0,3980, - 3972,1,0,0,0,3981,3984,1,0,0,0,3982,3980,1,0,0,0,3982,3983,1,0,0, - 0,3983,535,1,0,0,0,3984,3982,1,0,0,0,3985,3988,3,538,269,0,3986, - 3988,3,540,270,0,3987,3985,1,0,0,0,3987,3986,1,0,0,0,3988,537,1, - 0,0,0,3989,3990,5,399,0,0,3990,3991,3,540,270,0,3991,3992,5,400, - 0,0,3992,539,1,0,0,0,3993,4000,3,532,266,0,3994,3995,5,397,0,0,3995, - 3997,3,532,266,0,3996,3994,1,0,0,0,3997,3998,1,0,0,0,3998,3996,1, - 0,0,0,3998,3999,1,0,0,0,3999,4001,1,0,0,0,4000,3996,1,0,0,0,4000, - 4001,1,0,0,0,4001,541,1,0,0,0,4002,4003,5,229,0,0,4003,4004,5,32, - 0,0,4004,4009,3,308,154,0,4005,4006,5,397,0,0,4006,4008,3,308,154, - 0,4007,4005,1,0,0,0,4008,4011,1,0,0,0,4009,4007,1,0,0,0,4009,4010, - 1,0,0,0,4010,543,1,0,0,0,4011,4009,1,0,0,0,4012,4013,5,41,0,0,4013, - 4014,5,32,0,0,4014,4015,3,536,268,0,4015,545,1,0,0,0,4016,4017,5, - 97,0,0,4017,4018,5,32,0,0,4018,4019,3,536,268,0,4019,547,1,0,0,0, - 4020,4021,5,314,0,0,4021,4041,5,32,0,0,4022,4023,5,399,0,0,4023, - 4028,3,308,154,0,4024,4025,5,397,0,0,4025,4027,3,308,154,0,4026, - 4024,1,0,0,0,4027,4030,1,0,0,0,4028,4026,1,0,0,0,4028,4029,1,0,0, - 0,4029,4031,1,0,0,0,4030,4028,1,0,0,0,4031,4032,5,400,0,0,4032,4042, - 1,0,0,0,4033,4038,3,308,154,0,4034,4035,5,397,0,0,4035,4037,3,308, - 154,0,4036,4034,1,0,0,0,4037,4040,1,0,0,0,4038,4036,1,0,0,0,4038, - 4039,1,0,0,0,4039,4042,1,0,0,0,4040,4038,1,0,0,0,4041,4022,1,0,0, - 0,4041,4033,1,0,0,0,4042,549,1,0,0,0,4043,4044,5,349,0,0,4044,4048, - 5,399,0,0,4045,4049,5,179,0,0,4046,4049,5,343,0,0,4047,4049,5,29, - 0,0,4048,4045,1,0,0,0,4048,4046,1,0,0,0,4048,4047,1,0,0,0,4048,4049, - 1,0,0,0,4049,4051,1,0,0,0,4050,4052,3,508,254,0,4051,4050,1,0,0, - 0,4051,4052,1,0,0,0,4052,4053,1,0,0,0,4053,4054,5,139,0,0,4054,4055, - 3,508,254,0,4055,4056,5,400,0,0,4056,4097,1,0,0,0,4057,4058,3,558, - 279,0,4058,4073,5,399,0,0,4059,4074,5,415,0,0,4060,4062,7,21,0,0, - 4061,4060,1,0,0,0,4061,4062,1,0,0,0,4062,4071,1,0,0,0,4063,4068, - 3,508,254,0,4064,4065,5,397,0,0,4065,4067,3,508,254,0,4066,4064, - 1,0,0,0,4067,4070,1,0,0,0,4068,4066,1,0,0,0,4068,4069,1,0,0,0,4069, - 4072,1,0,0,0,4070,4068,1,0,0,0,4071,4063,1,0,0,0,4071,4072,1,0,0, - 0,4072,4074,1,0,0,0,4073,4059,1,0,0,0,4073,4061,1,0,0,0,4074,4094, - 1,0,0,0,4075,4076,5,400,0,0,4076,4077,5,388,0,0,4077,4078,5,144, - 0,0,4078,4079,5,399,0,0,4079,4080,3,542,271,0,4080,4081,5,400,0, - 0,4081,4095,1,0,0,0,4082,4084,5,400,0,0,4083,4085,3,552,276,0,4084, - 4083,1,0,0,0,4084,4085,1,0,0,0,4085,4086,1,0,0,0,4086,4087,5,234, - 0,0,4087,4095,3,514,257,0,4088,4089,3,552,276,0,4089,4090,5,400, - 0,0,4090,4091,5,234,0,0,4091,4092,3,514,257,0,4092,4095,1,0,0,0, - 4093,4095,5,400,0,0,4094,4075,1,0,0,0,4094,4082,1,0,0,0,4094,4088, - 1,0,0,0,4094,4093,1,0,0,0,4095,4097,1,0,0,0,4096,4043,1,0,0,0,4096, - 4057,1,0,0,0,4097,551,1,0,0,0,4098,4099,7,34,0,0,4099,4100,5,220, - 0,0,4100,553,1,0,0,0,4101,4102,3,640,320,0,4102,555,1,0,0,0,4103, - 4106,3,640,320,0,4104,4106,5,426,0,0,4105,4103,1,0,0,0,4105,4104, - 1,0,0,0,4106,557,1,0,0,0,4107,4111,3,640,320,0,4108,4111,3,646,323, - 0,4109,4111,3,636,318,0,4110,4107,1,0,0,0,4110,4108,1,0,0,0,4110, - 4109,1,0,0,0,4111,559,1,0,0,0,4112,4113,5,36,0,0,4113,4114,5,399, - 0,0,4114,4115,3,580,290,0,4115,4116,5,17,0,0,4116,4119,3,348,174, - 0,4117,4118,5,137,0,0,4118,4120,5,426,0,0,4119,4117,1,0,0,0,4119, - 4120,1,0,0,0,4120,4121,1,0,0,0,4121,4122,5,400,0,0,4122,561,1,0, - 0,0,4123,4124,5,35,0,0,4124,4130,3,580,290,0,4125,4126,5,383,0,0, - 4126,4127,3,580,290,0,4127,4128,5,335,0,0,4128,4129,3,580,290,0, - 4129,4131,1,0,0,0,4130,4125,1,0,0,0,4131,4132,1,0,0,0,4132,4130, - 1,0,0,0,4132,4133,1,0,0,0,4133,4136,1,0,0,0,4134,4135,5,105,0,0, - 4135,4137,3,580,290,0,4136,4134,1,0,0,0,4136,4137,1,0,0,0,4137,4138, - 1,0,0,0,4138,4139,5,108,0,0,4139,563,1,0,0,0,4140,4146,5,35,0,0, - 4141,4142,5,383,0,0,4142,4143,3,580,290,0,4143,4144,5,335,0,0,4144, - 4145,3,580,290,0,4145,4147,1,0,0,0,4146,4141,1,0,0,0,4147,4148,1, - 0,0,0,4148,4146,1,0,0,0,4148,4149,1,0,0,0,4149,4152,1,0,0,0,4150, - 4151,5,105,0,0,4151,4153,3,580,290,0,4152,4150,1,0,0,0,4152,4153, - 1,0,0,0,4153,4154,1,0,0,0,4154,4155,5,108,0,0,4155,565,1,0,0,0,4156, - 4157,5,132,0,0,4157,4158,5,399,0,0,4158,4161,3,580,290,0,4159,4160, - 5,341,0,0,4160,4162,3,570,285,0,4161,4159,1,0,0,0,4161,4162,1,0, - 0,0,4162,4163,1,0,0,0,4163,4164,5,400,0,0,4164,567,1,0,0,0,4165, - 4166,5,124,0,0,4166,4167,5,399,0,0,4167,4168,3,570,285,0,4168,4169, - 5,139,0,0,4169,4170,3,580,290,0,4170,4171,5,400,0,0,4171,569,1,0, - 0,0,4172,4181,3,666,333,0,4173,4181,5,257,0,0,4174,4181,3,668,334, - 0,4175,4181,3,670,335,0,4176,4181,3,672,336,0,4177,4181,3,674,337, - 0,4178,4181,3,676,338,0,4179,4181,3,678,339,0,4180,4172,1,0,0,0, - 4180,4173,1,0,0,0,4180,4174,1,0,0,0,4180,4175,1,0,0,0,4180,4176, - 1,0,0,0,4180,4177,1,0,0,0,4180,4178,1,0,0,0,4180,4179,1,0,0,0,4181, - 571,1,0,0,0,4182,4183,3,574,287,0,4183,4184,3,578,289,0,4184,4211, - 1,0,0,0,4185,4211,5,431,0,0,4186,4187,5,71,0,0,4187,4211,5,426,0, - 0,4188,4211,5,63,0,0,4189,4190,5,337,0,0,4190,4211,5,426,0,0,4191, - 4211,5,64,0,0,4192,4193,5,338,0,0,4193,4211,5,426,0,0,4194,4198, - 5,426,0,0,4195,4197,5,426,0,0,4196,4195,1,0,0,0,4197,4200,1,0,0, - 0,4198,4196,1,0,0,0,4198,4199,1,0,0,0,4199,4211,1,0,0,0,4200,4198, - 1,0,0,0,4201,4211,5,428,0,0,4202,4211,5,429,0,0,4203,4204,5,433, - 0,0,4204,4211,5,427,0,0,4205,4211,5,350,0,0,4206,4211,5,125,0,0, - 4207,4211,5,219,0,0,4208,4211,5,424,0,0,4209,4211,5,432,0,0,4210, - 4182,1,0,0,0,4210,4185,1,0,0,0,4210,4186,1,0,0,0,4210,4188,1,0,0, - 0,4210,4189,1,0,0,0,4210,4191,1,0,0,0,4210,4192,1,0,0,0,4210,4194, - 1,0,0,0,4210,4201,1,0,0,0,4210,4202,1,0,0,0,4210,4203,1,0,0,0,4210, - 4205,1,0,0,0,4210,4206,1,0,0,0,4210,4207,1,0,0,0,4210,4208,1,0,0, - 0,4210,4209,1,0,0,0,4211,573,1,0,0,0,4212,4213,7,26,0,0,4213,575, - 1,0,0,0,4214,4215,5,399,0,0,4215,4216,3,574,287,0,4216,4217,5,400, - 0,0,4217,4218,3,578,289,0,4218,4230,1,0,0,0,4219,4225,5,165,0,0, - 4220,4226,3,574,287,0,4221,4222,5,399,0,0,4222,4223,3,580,290,0, - 4223,4224,5,400,0,0,4224,4226,1,0,0,0,4225,4220,1,0,0,0,4225,4221, - 1,0,0,0,4226,4227,1,0,0,0,4227,4228,3,578,289,0,4228,4230,1,0,0, - 0,4229,4214,1,0,0,0,4229,4219,1,0,0,0,4230,577,1,0,0,0,4231,4232, - 3,666,333,0,4232,4233,5,341,0,0,4233,4234,3,668,334,0,4234,4246, - 1,0,0,0,4235,4236,3,672,336,0,4236,4237,5,341,0,0,4237,4238,3,678, - 339,0,4238,4246,1,0,0,0,4239,4246,3,666,333,0,4240,4246,3,668,334, - 0,4241,4246,3,672,336,0,4242,4246,3,674,337,0,4243,4246,3,676,338, - 0,4244,4246,3,678,339,0,4245,4231,1,0,0,0,4245,4235,1,0,0,0,4245, - 4239,1,0,0,0,4245,4240,1,0,0,0,4245,4241,1,0,0,0,4245,4242,1,0,0, - 0,4245,4243,1,0,0,0,4245,4244,1,0,0,0,4246,579,1,0,0,0,4247,4252, - 3,622,311,0,4248,4249,5,228,0,0,4249,4251,3,622,311,0,4250,4248, - 1,0,0,0,4251,4254,1,0,0,0,4252,4250,1,0,0,0,4252,4253,1,0,0,0,4253, - 581,1,0,0,0,4254,4252,1,0,0,0,4255,4267,3,572,286,0,4256,4267,3, - 576,288,0,4257,4267,3,560,280,0,4258,4267,3,568,284,0,4259,4267, - 3,566,283,0,4260,4267,3,562,281,0,4261,4267,3,564,282,0,4262,4267, - 3,600,300,0,4263,4267,3,550,275,0,4264,4267,3,538,269,0,4265,4267, - 3,638,319,0,4266,4255,1,0,0,0,4266,4256,1,0,0,0,4266,4257,1,0,0, - 0,4266,4258,1,0,0,0,4266,4259,1,0,0,0,4266,4260,1,0,0,0,4266,4261, - 1,0,0,0,4266,4262,1,0,0,0,4266,4263,1,0,0,0,4266,4264,1,0,0,0,4266, - 4265,1,0,0,0,4267,583,1,0,0,0,4268,4270,7,35,0,0,4269,4268,1,0,0, - 0,4270,4273,1,0,0,0,4271,4269,1,0,0,0,4271,4272,1,0,0,0,4272,4274, - 1,0,0,0,4273,4271,1,0,0,0,4274,4283,3,582,291,0,4275,4276,5,401, - 0,0,4276,4277,3,580,290,0,4277,4278,5,402,0,0,4278,4282,1,0,0,0, - 4279,4280,5,395,0,0,4280,4282,3,638,319,0,4281,4275,1,0,0,0,4281, - 4279,1,0,0,0,4282,4285,1,0,0,0,4283,4281,1,0,0,0,4283,4284,1,0,0, - 0,4284,585,1,0,0,0,4285,4283,1,0,0,0,4286,4291,3,584,292,0,4287, - 4288,5,423,0,0,4288,4290,3,584,292,0,4289,4287,1,0,0,0,4290,4293, - 1,0,0,0,4291,4289,1,0,0,0,4291,4292,1,0,0,0,4292,587,1,0,0,0,4293, - 4291,1,0,0,0,4294,4299,3,586,293,0,4295,4296,7,36,0,0,4296,4298, - 3,586,293,0,4297,4295,1,0,0,0,4298,4301,1,0,0,0,4299,4297,1,0,0, - 0,4299,4300,1,0,0,0,4300,589,1,0,0,0,4301,4299,1,0,0,0,4302,4307, - 3,588,294,0,4303,4304,7,37,0,0,4304,4306,3,588,294,0,4305,4303,1, - 0,0,0,4306,4309,1,0,0,0,4307,4305,1,0,0,0,4307,4308,1,0,0,0,4308, - 591,1,0,0,0,4309,4307,1,0,0,0,4310,4315,3,590,295,0,4311,4312,5, - 422,0,0,4312,4314,3,590,295,0,4313,4311,1,0,0,0,4314,4317,1,0,0, - 0,4315,4313,1,0,0,0,4315,4316,1,0,0,0,4316,593,1,0,0,0,4317,4315, - 1,0,0,0,4318,4323,3,592,296,0,4319,4320,5,419,0,0,4320,4322,3,592, - 296,0,4321,4319,1,0,0,0,4322,4325,1,0,0,0,4323,4321,1,0,0,0,4323, - 4324,1,0,0,0,4324,595,1,0,0,0,4325,4323,1,0,0,0,4326,4331,3,594, - 297,0,4327,4328,5,421,0,0,4328,4330,3,594,297,0,4329,4327,1,0,0, - 0,4330,4333,1,0,0,0,4331,4329,1,0,0,0,4331,4332,1,0,0,0,4332,597, - 1,0,0,0,4333,4331,1,0,0,0,4334,4335,7,38,0,0,4335,599,1,0,0,0,4336, - 4337,5,399,0,0,4337,4338,3,376,188,0,4338,4339,5,400,0,0,4339,601, - 1,0,0,0,4340,4342,3,596,298,0,4341,4343,3,604,302,0,4342,4341,1, - 0,0,0,4342,4343,1,0,0,0,4343,4347,1,0,0,0,4344,4345,5,117,0,0,4345, - 4347,3,600,300,0,4346,4340,1,0,0,0,4346,4344,1,0,0,0,4347,603,1, - 0,0,0,4348,4349,3,598,299,0,4349,4350,3,596,298,0,4350,4355,1,0, - 0,0,4351,4355,3,606,303,0,4352,4353,5,216,0,0,4353,4355,3,610,305, - 0,4354,4348,1,0,0,0,4354,4351,1,0,0,0,4354,4352,1,0,0,0,4355,605, - 1,0,0,0,4356,4357,5,154,0,0,4357,4371,3,608,304,0,4358,4359,5,25, - 0,0,4359,4360,3,596,298,0,4360,4361,5,11,0,0,4361,4362,3,596,298, - 0,4362,4371,1,0,0,0,4363,4364,5,184,0,0,4364,4365,7,39,0,0,4365, - 4371,3,538,269,0,4366,4367,3,634,317,0,4367,4368,7,40,0,0,4368,4369, - 3,600,300,0,4369,4371,1,0,0,0,4370,4356,1,0,0,0,4370,4358,1,0,0, - 0,4370,4363,1,0,0,0,4370,4366,1,0,0,0,4371,607,1,0,0,0,4372,4375, - 3,600,300,0,4373,4375,3,538,269,0,4374,4372,1,0,0,0,4374,4373,1, - 0,0,0,4375,609,1,0,0,0,4376,4377,7,41,0,0,4377,4380,3,596,298,0, - 4378,4380,3,606,303,0,4379,4376,1,0,0,0,4379,4378,1,0,0,0,4380,611, - 1,0,0,0,4381,4382,5,167,0,0,4382,4383,5,96,0,0,4383,4384,5,139,0, - 0,4384,613,1,0,0,0,4385,4393,5,405,0,0,4386,4393,5,406,0,0,4387, - 4393,5,407,0,0,4388,4389,5,167,0,0,4389,4390,5,216,0,0,4390,4391, - 5,96,0,0,4391,4393,5,139,0,0,4392,4385,1,0,0,0,4392,4386,1,0,0,0, - 4392,4387,1,0,0,0,4392,4388,1,0,0,0,4393,615,1,0,0,0,4394,4403,3, - 602,301,0,4395,4396,3,614,307,0,4396,4397,3,602,301,0,4397,4402, - 1,0,0,0,4398,4399,3,612,306,0,4399,4400,3,602,301,0,4400,4402,1, - 0,0,0,4401,4395,1,0,0,0,4401,4398,1,0,0,0,4402,4405,1,0,0,0,4403, - 4401,1,0,0,0,4403,4404,1,0,0,0,4404,617,1,0,0,0,4405,4403,1,0,0, - 0,4406,4413,5,219,0,0,4407,4413,5,350,0,0,4408,4413,5,125,0,0,4409, - 4413,5,360,0,0,4410,4411,5,216,0,0,4411,4413,7,42,0,0,4412,4406, - 1,0,0,0,4412,4407,1,0,0,0,4412,4408,1,0,0,0,4412,4409,1,0,0,0,4412, - 4410,1,0,0,0,4413,619,1,0,0,0,4414,4416,5,216,0,0,4415,4414,1,0, - 0,0,4416,4419,1,0,0,0,4417,4415,1,0,0,0,4417,4418,1,0,0,0,4418,4420, - 1,0,0,0,4419,4417,1,0,0,0,4420,4423,3,616,308,0,4421,4422,5,167, - 0,0,4422,4424,3,618,309,0,4423,4421,1,0,0,0,4423,4424,1,0,0,0,4424, - 621,1,0,0,0,4425,4430,3,620,310,0,4426,4427,5,11,0,0,4427,4429,3, - 620,310,0,4428,4426,1,0,0,0,4429,4432,1,0,0,0,4430,4428,1,0,0,0, - 4430,4431,1,0,0,0,4431,623,1,0,0,0,4432,4430,1,0,0,0,4433,4435,3, - 478,239,0,4434,4436,3,626,313,0,4435,4434,1,0,0,0,4435,4436,1,0, - 0,0,4436,625,1,0,0,0,4437,4438,5,237,0,0,4438,4439,5,399,0,0,4439, - 4444,3,628,314,0,4440,4441,5,397,0,0,4441,4443,3,628,314,0,4442, - 4440,1,0,0,0,4443,4446,1,0,0,0,4444,4442,1,0,0,0,4444,4445,1,0,0, - 0,4445,4447,1,0,0,0,4446,4444,1,0,0,0,4447,4448,5,400,0,0,4448,627, - 1,0,0,0,4449,4452,3,638,319,0,4450,4451,5,405,0,0,4451,4453,3,572, - 286,0,4452,4450,1,0,0,0,4452,4453,1,0,0,0,4453,629,1,0,0,0,4454, - 4455,5,399,0,0,4455,4460,3,632,316,0,4456,4457,5,397,0,0,4457,4459, - 3,632,316,0,4458,4456,1,0,0,0,4459,4462,1,0,0,0,4460,4458,1,0,0, - 0,4460,4461,1,0,0,0,4461,4463,1,0,0,0,4462,4460,1,0,0,0,4463,4464, - 5,400,0,0,4464,631,1,0,0,0,4465,4468,3,638,319,0,4466,4469,5,184, - 0,0,4467,4469,3,634,317,0,4468,4466,1,0,0,0,4468,4467,1,0,0,0,4469, - 4470,1,0,0,0,4470,4471,3,572,286,0,4471,633,1,0,0,0,4472,4473,7, - 43,0,0,4473,635,1,0,0,0,4474,4475,7,44,0,0,4475,637,1,0,0,0,4476, - 4479,5,432,0,0,4477,4479,3,644,322,0,4478,4476,1,0,0,0,4478,4477, - 1,0,0,0,4479,639,1,0,0,0,4480,4483,3,638,319,0,4481,4482,5,395,0, - 0,4482,4484,3,638,319,0,4483,4481,1,0,0,0,4483,4484,1,0,0,0,4484, - 641,1,0,0,0,4485,4486,3,638,319,0,4486,643,1,0,0,0,4487,4488,7,45, - 0,0,4488,645,1,0,0,0,4489,4490,7,46,0,0,4490,647,1,0,0,0,4491,4542, - 3,638,319,0,4492,4542,5,171,0,0,4493,4542,5,237,0,0,4494,4542,5, - 198,0,0,4495,4542,5,268,0,0,4496,4542,5,369,0,0,4497,4542,5,241, - 0,0,4498,4542,5,165,0,0,4499,4542,5,292,0,0,4500,4542,5,356,0,0, - 4501,4542,5,144,0,0,4502,4542,5,203,0,0,4503,4542,5,219,0,0,4504, - 4542,5,126,0,0,4505,4542,5,188,0,0,4506,4542,5,101,0,0,4507,4542, - 5,329,0,0,4508,4542,5,224,0,0,4509,4542,5,291,0,0,4510,4542,5,145, - 0,0,4511,4542,5,304,0,0,4512,4542,5,135,0,0,4513,4542,5,318,0,0, - 4514,4542,5,161,0,0,4515,4542,5,54,0,0,4516,4542,5,166,0,0,4517, - 4542,5,358,0,0,4518,4542,5,45,0,0,4519,4542,5,347,0,0,4520,4542, - 5,96,0,0,4521,4542,5,154,0,0,4522,4542,5,269,0,0,4523,4542,5,337, - 0,0,4524,4542,5,225,0,0,4525,4542,5,108,0,0,4526,4542,5,141,0,0, - 4527,4542,5,365,0,0,4528,4542,5,21,0,0,4529,4542,5,78,0,0,4530,4542, - 5,374,0,0,4531,4542,5,336,0,0,4532,4542,5,167,0,0,4533,4542,5,134, - 0,0,4534,4542,5,216,0,0,4535,4542,5,27,0,0,4536,4542,5,370,0,0,4537, - 4542,5,263,0,0,4538,4542,5,25,0,0,4539,4542,5,62,0,0,4540,4542,5, - 17,0,0,4541,4491,1,0,0,0,4541,4492,1,0,0,0,4541,4493,1,0,0,0,4541, - 4494,1,0,0,0,4541,4495,1,0,0,0,4541,4496,1,0,0,0,4541,4497,1,0,0, - 0,4541,4498,1,0,0,0,4541,4499,1,0,0,0,4541,4500,1,0,0,0,4541,4501, - 1,0,0,0,4541,4502,1,0,0,0,4541,4503,1,0,0,0,4541,4504,1,0,0,0,4541, - 4505,1,0,0,0,4541,4506,1,0,0,0,4541,4507,1,0,0,0,4541,4508,1,0,0, - 0,4541,4509,1,0,0,0,4541,4510,1,0,0,0,4541,4511,1,0,0,0,4541,4512, - 1,0,0,0,4541,4513,1,0,0,0,4541,4514,1,0,0,0,4541,4515,1,0,0,0,4541, - 4516,1,0,0,0,4541,4517,1,0,0,0,4541,4518,1,0,0,0,4541,4519,1,0,0, - 0,4541,4520,1,0,0,0,4541,4521,1,0,0,0,4541,4522,1,0,0,0,4541,4523, - 1,0,0,0,4541,4524,1,0,0,0,4541,4525,1,0,0,0,4541,4526,1,0,0,0,4541, - 4527,1,0,0,0,4541,4528,1,0,0,0,4541,4529,1,0,0,0,4541,4530,1,0,0, - 0,4541,4531,1,0,0,0,4541,4532,1,0,0,0,4541,4533,1,0,0,0,4541,4534, - 1,0,0,0,4541,4535,1,0,0,0,4541,4536,1,0,0,0,4541,4537,1,0,0,0,4541, - 4538,1,0,0,0,4541,4539,1,0,0,0,4541,4540,1,0,0,0,4542,649,1,0,0, - 0,4543,4544,5,58,0,0,4544,4545,5,280,0,0,4545,4547,5,243,0,0,4546, - 4548,3,32,16,0,4547,4546,1,0,0,0,4547,4548,1,0,0,0,4548,4558,1,0, - 0,0,4549,4550,3,638,319,0,4550,4551,5,184,0,0,4551,4552,3,638,319, - 0,4552,4559,1,0,0,0,4553,4556,3,638,319,0,4554,4555,5,387,0,0,4555, - 4557,3,656,328,0,4556,4554,1,0,0,0,4556,4557,1,0,0,0,4557,4559,1, - 0,0,0,4558,4549,1,0,0,0,4558,4553,1,0,0,0,4559,4709,1,0,0,0,4560, - 4561,5,9,0,0,4561,4562,5,280,0,0,4562,4563,5,243,0,0,4563,4588,3, - 638,319,0,4564,4589,5,373,0,0,4565,4589,3,664,332,0,4566,4567,5, - 304,0,0,4567,4589,3,656,328,0,4568,4569,5,363,0,0,4569,4574,3,658, - 329,0,4570,4571,5,397,0,0,4571,4573,3,658,329,0,4572,4570,1,0,0, - 0,4573,4576,1,0,0,0,4574,4572,1,0,0,0,4574,4575,1,0,0,0,4575,4589, - 1,0,0,0,4576,4574,1,0,0,0,4577,4578,5,274,0,0,4578,4579,5,341,0, - 0,4579,4589,3,638,319,0,4580,4582,3,660,330,0,4581,4583,3,662,331, - 0,4582,4581,1,0,0,0,4582,4583,1,0,0,0,4583,4589,1,0,0,0,4584,4586, - 3,662,331,0,4585,4587,3,660,330,0,4586,4585,1,0,0,0,4586,4587,1, - 0,0,0,4587,4589,1,0,0,0,4588,4564,1,0,0,0,4588,4565,1,0,0,0,4588, - 4566,1,0,0,0,4588,4568,1,0,0,0,4588,4577,1,0,0,0,4588,4580,1,0,0, - 0,4588,4584,1,0,0,0,4589,4709,1,0,0,0,4590,4591,5,101,0,0,4591,4592, - 5,280,0,0,4592,4594,5,243,0,0,4593,4595,3,30,15,0,4594,4593,1,0, - 0,0,4594,4595,1,0,0,0,4595,4596,1,0,0,0,4596,4709,3,638,319,0,4597, - 4600,3,662,331,0,4598,4600,3,664,332,0,4599,4597,1,0,0,0,4599,4598, - 1,0,0,0,4600,4601,1,0,0,0,4601,4602,5,390,0,0,4602,4603,5,197,0, - 0,4603,4709,1,0,0,0,4604,4616,5,278,0,0,4605,4606,5,3,0,0,4606,4607, - 5,280,0,0,4607,4608,5,243,0,0,4608,4609,5,387,0,0,4609,4617,3,638, - 319,0,4610,4611,5,280,0,0,4611,4612,5,243,0,0,4612,4613,3,638,319, - 0,4613,4614,5,387,0,0,4614,4615,3,638,319,0,4615,4617,1,0,0,0,4616, - 4605,1,0,0,0,4616,4610,1,0,0,0,4617,4709,1,0,0,0,4618,4619,5,58, - 0,0,4619,4620,5,348,0,0,4620,4621,3,638,319,0,4621,4622,5,395,0, - 0,4622,4623,3,638,319,0,4623,4624,5,383,0,0,4624,4625,3,684,342, - 0,4625,4626,5,99,0,0,4626,4627,3,686,343,0,4627,4709,1,0,0,0,4628, - 4629,5,9,0,0,4629,4630,5,348,0,0,4630,4631,3,638,319,0,4631,4632, - 5,395,0,0,4632,4649,3,638,319,0,4633,4634,5,383,0,0,4634,4635,3, - 684,342,0,4635,4636,5,99,0,0,4636,4637,3,686,343,0,4637,4650,1,0, - 0,0,4638,4639,5,4,0,0,4639,4643,5,341,0,0,4640,4641,5,101,0,0,4641, - 4643,5,139,0,0,4642,4638,1,0,0,0,4642,4640,1,0,0,0,4643,4647,1,0, - 0,0,4644,4645,5,246,0,0,4645,4648,3,682,341,0,4646,4648,5,362,0, - 0,4647,4644,1,0,0,0,4647,4646,1,0,0,0,4648,4650,1,0,0,0,4649,4633, - 1,0,0,0,4649,4642,1,0,0,0,4650,4709,1,0,0,0,4651,4652,5,101,0,0, - 4652,4653,5,348,0,0,4653,4654,3,638,319,0,4654,4655,5,395,0,0,4655, - 4656,3,638,319,0,4656,4709,1,0,0,0,4657,4658,5,58,0,0,4658,4659, - 5,246,0,0,4659,4660,3,638,319,0,4660,4661,5,395,0,0,4661,4662,3, - 682,341,0,4662,4663,5,387,0,0,4663,4664,3,690,345,0,4664,4709,1, - 0,0,0,4665,4666,5,9,0,0,4666,4667,5,246,0,0,4667,4668,3,638,319, - 0,4668,4669,5,395,0,0,4669,4677,3,682,341,0,4670,4671,5,304,0,0, - 4671,4678,3,690,345,0,4672,4673,5,363,0,0,4673,4678,5,294,0,0,4674, - 4675,7,47,0,0,4675,4676,5,348,0,0,4676,4678,3,638,319,0,4677,4670, - 1,0,0,0,4677,4672,1,0,0,0,4677,4674,1,0,0,0,4678,4709,1,0,0,0,4679, - 4680,5,101,0,0,4680,4681,5,246,0,0,4681,4682,3,638,319,0,4682,4683, - 5,395,0,0,4683,4684,3,682,341,0,4684,4709,1,0,0,0,4685,4686,7,48, - 0,0,4686,4687,3,652,326,0,4687,4688,5,200,0,0,4688,4689,5,426,0, - 0,4689,4690,5,154,0,0,4690,4694,3,638,319,0,4691,4692,5,341,0,0, - 4692,4695,3,682,341,0,4693,4695,5,362,0,0,4694,4691,1,0,0,0,4694, - 4693,1,0,0,0,4695,4699,1,0,0,0,4696,4697,5,387,0,0,4697,4698,5,229, - 0,0,4698,4700,5,431,0,0,4699,4696,1,0,0,0,4699,4700,1,0,0,0,4700, - 4709,1,0,0,0,4701,4702,5,101,0,0,4702,4703,3,652,326,0,4703,4704, - 5,200,0,0,4704,4705,5,426,0,0,4705,4706,5,154,0,0,4706,4707,3,638, - 319,0,4707,4709,1,0,0,0,4708,4543,1,0,0,0,4708,4560,1,0,0,0,4708, - 4590,1,0,0,0,4708,4599,1,0,0,0,4708,4604,1,0,0,0,4708,4618,1,0,0, - 0,4708,4628,1,0,0,0,4708,4651,1,0,0,0,4708,4657,1,0,0,0,4708,4665, - 1,0,0,0,4708,4679,1,0,0,0,4708,4685,1,0,0,0,4708,4701,1,0,0,0,4709, - 651,1,0,0,0,4710,4711,7,49,0,0,4711,653,1,0,0,0,4712,4713,5,259, - 0,0,4713,4714,5,405,0,0,4714,4720,5,431,0,0,4715,4716,5,83,0,0,4716, - 4717,5,246,0,0,4717,4718,5,405,0,0,4718,4720,3,682,341,0,4719,4712, - 1,0,0,0,4719,4715,1,0,0,0,4720,655,1,0,0,0,4721,4726,3,654,327,0, - 4722,4723,5,397,0,0,4723,4725,3,654,327,0,4724,4722,1,0,0,0,4725, - 4728,1,0,0,0,4726,4724,1,0,0,0,4726,4727,1,0,0,0,4727,657,1,0,0, - 0,4728,4726,1,0,0,0,4729,4733,5,259,0,0,4730,4731,5,83,0,0,4731, - 4733,5,246,0,0,4732,4729,1,0,0,0,4732,4730,1,0,0,0,4733,659,1,0, - 0,0,4734,4737,5,2,0,0,4735,4736,5,387,0,0,4736,4738,5,278,0,0,4737, - 4735,1,0,0,0,4737,4738,1,0,0,0,4738,661,1,0,0,0,4739,4740,7,50,0, - 0,4740,663,1,0,0,0,4741,4742,7,51,0,0,4742,665,1,0,0,0,4743,4744, - 7,52,0,0,4744,667,1,0,0,0,4745,4746,7,53,0,0,4746,669,1,0,0,0,4747, - 4748,7,54,0,0,4748,671,1,0,0,0,4749,4750,7,55,0,0,4750,673,1,0,0, - 0,4751,4752,7,56,0,0,4752,675,1,0,0,0,4753,4754,7,57,0,0,4754,677, - 1,0,0,0,4755,4756,7,58,0,0,4756,679,1,0,0,0,4757,4758,7,59,0,0,4758, - 681,1,0,0,0,4759,4764,3,638,319,0,4760,4761,5,395,0,0,4761,4763, - 3,638,319,0,4762,4760,1,0,0,0,4763,4766,1,0,0,0,4764,4762,1,0,0, - 0,4764,4765,1,0,0,0,4765,683,1,0,0,0,4766,4764,1,0,0,0,4767,4768, - 3,638,319,0,4768,4769,5,411,0,0,4769,4770,7,26,0,0,4770,685,1,0, - 0,0,4771,4776,5,176,0,0,4772,4773,5,211,0,0,4773,4774,5,341,0,0, - 4774,4776,3,682,341,0,4775,4771,1,0,0,0,4775,4772,1,0,0,0,4776,687, - 1,0,0,0,4777,4778,5,8,0,0,4778,4779,5,405,0,0,4779,4790,5,431,0, - 0,4780,4781,5,259,0,0,4781,4782,5,405,0,0,4782,4790,5,431,0,0,4783, - 4784,5,294,0,0,4784,4785,5,405,0,0,4785,4790,5,426,0,0,4786,4787, - 5,240,0,0,4787,4788,5,405,0,0,4788,4790,3,682,341,0,4789,4777,1, - 0,0,0,4789,4780,1,0,0,0,4789,4783,1,0,0,0,4789,4786,1,0,0,0,4790, - 689,1,0,0,0,4791,4796,3,688,344,0,4792,4793,5,397,0,0,4793,4795, - 3,688,344,0,4794,4792,1,0,0,0,4795,4798,1,0,0,0,4796,4794,1,0,0, - 0,4796,4797,1,0,0,0,4797,691,1,0,0,0,4798,4796,1,0,0,0,621,695,702, - 705,711,717,724,734,737,741,756,763,769,774,779,782,806,813,816, - 821,826,832,836,849,853,857,862,869,873,878,885,889,894,942,949, - 954,977,981,985,988,992,997,1003,1007,1013,1015,1026,1030,1037,1045, - 1048,1053,1057,1060,1070,1078,1082,1085,1089,1093,1096,1101,1107, - 1112,1117,1121,1132,1134,1138,1148,1152,1158,1161,1168,1173,1181, - 1186,1190,1198,1203,1209,1215,1218,1221,1224,1233,1241,1246,1254, - 1261,1264,1267,1269,1280,1282,1285,1288,1291,1294,1297,1299,1311, - 1317,1325,1327,1337,1370,1375,1379,1383,1390,1397,1403,1407,1410, - 1417,1440,1445,1449,1457,1466,1473,1479,1486,1489,1495,1502,1510, - 1519,1528,1535,1555,1562,1564,1571,1581,1589,1593,1597,1610,1619, - 1635,1639,1644,1649,1652,1655,1658,1661,1664,1669,1678,1682,1689, - 1692,1695,1698,1710,1716,1742,1750,1754,1757,1760,1763,1766,1769, - 1772,1775,1784,1794,1797,1817,1823,1829,1832,1834,1841,1848,1861, - 1866,1875,1883,1891,1904,1917,1933,1937,1952,1958,1961,1964,1967, - 1970,1974,1989,1992,2003,2017,2051,2059,2064,2072,2077,2082,2089, - 2097,2105,2113,2118,2128,2132,2140,2149,2152,2156,2163,2169,2173, - 2179,2183,2195,2204,2215,2219,2226,2238,2248,2251,2258,2264,2268, - 2271,2274,2280,2284,2288,2293,2297,2301,2305,2313,2317,2321,2325, - 2329,2337,2341,2345,2353,2358,2363,2367,2371,2378,2387,2395,2407, - 2425,2428,2434,2460,2463,2469,2477,2485,2498,2505,2508,2511,2514, - 2517,2520,2523,2526,2529,2532,2535,2540,2543,2546,2549,2552,2555, - 2558,2561,2564,2567,2570,2572,2578,2582,2585,2588,2591,2594,2597, - 2604,2608,2611,2614,2617,2620,2623,2630,2633,2641,2645,2652,2654, - 2657,2662,2665,2669,2674,2680,2688,2696,2706,2709,2713,2717,2722, - 2729,2733,2735,2739,2746,2751,2764,2772,2791,2801,2814,2824,2828, - 2832,2838,2845,2852,2861,2868,2888,2891,2905,2920,2924,2944,2956, - 2962,2965,2968,2974,2980,2987,2995,3001,3005,3010,3013,3017,3024, - 3029,3034,3037,3039,3047,3055,3059,3063,3067,3084,3101,3108,3117, - 3122,3125,3128,3132,3147,3161,3164,3175,3179,3182,3185,3189,3194, - 3197,3200,3203,3206,3209,3215,3218,3221,3224,3227,3230,3233,3236, - 3239,3242,3246,3248,3254,3259,3262,3265,3268,3271,3277,3280,3283, - 3286,3289,3292,3295,3298,3301,3304,3308,3310,3312,3317,3322,3326, - 3330,3335,3340,3349,3359,3367,3379,3382,3388,3395,3402,3409,3416, - 3425,3429,3436,3441,3445,3449,3452,3455,3466,3470,3472,3475,3488, - 3491,3494,3506,3509,3516,3525,3530,3532,3534,3551,3554,3562,3565, - 3569,3572,3575,3578,3581,3593,3601,3608,3611,3618,3621,3626,3633, - 3641,3649,3654,3658,3663,3670,3684,3687,3691,3702,3712,3715,3722, - 3731,3734,3740,3743,3750,3755,3758,3771,3777,3779,3787,3790,3800, - 3805,3807,3819,3825,3827,3834,3841,3855,3861,3864,3867,3870,3879, - 3886,3892,3901,3905,3913,3923,3933,3938,3942,3948,3953,3963,3967, - 3970,3975,3978,3982,3987,3998,4000,4009,4028,4038,4041,4048,4051, - 4061,4068,4071,4073,4084,4094,4096,4105,4110,4119,4132,4136,4148, - 4152,4161,4180,4198,4210,4225,4229,4245,4252,4266,4271,4281,4283, - 4291,4299,4307,4315,4323,4331,4342,4346,4354,4370,4374,4379,4392, - 4401,4403,4412,4417,4423,4430,4435,4444,4452,4460,4468,4478,4483, - 4541,4547,4556,4558,4574,4582,4586,4588,4594,4599,4616,4642,4647, - 4649,4677,4694,4699,4708,4719,4726,4732,4737,4764,4775,4789,4796 + 14,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1, + 14,1,14,1,14,1,14,4,14,945,8,14,11,14,12,14,946,1,14,1,14,1,14,4, + 14,952,8,14,11,14,12,14,953,1,14,1,14,1,14,3,14,959,8,14,1,15,1, + 15,1,15,1,16,1,16,1,16,1,16,1,17,1,17,1,18,1,18,1,18,1,19,1,19,1, + 19,1,20,1,20,1,20,1,20,1,21,1,21,3,21,982,8,21,1,21,1,21,3,21,986, + 8,21,1,21,1,21,3,21,990,8,21,1,21,3,21,993,8,21,1,21,1,21,3,21,997, + 8,21,1,21,1,21,1,21,3,21,1002,8,21,1,21,1,21,1,21,1,21,3,21,1008, + 8,21,1,21,1,21,3,21,1012,8,21,1,21,1,21,1,21,1,21,3,21,1018,8,21, + 3,21,1020,8,21,1,22,1,22,1,22,1,23,1,23,1,23,1,24,1,24,1,24,3,24, + 1031,8,24,1,24,1,24,3,24,1035,8,24,1,25,1,25,1,25,1,26,1,26,3,26, + 1042,8,26,1,26,1,26,1,26,1,26,1,26,1,26,3,26,1050,8,26,1,26,3,26, + 1053,8,26,1,27,1,27,1,27,3,27,1058,8,27,1,27,1,27,3,27,1062,8,27, + 1,27,3,27,1065,8,27,1,28,1,28,1,28,1,28,1,28,1,29,1,29,1,29,3,29, + 1075,8,29,1,29,1,29,1,29,1,29,1,29,1,29,3,29,1083,8,29,5,29,1085, + 8,29,10,29,12,29,1088,9,29,3,29,1090,8,29,1,30,1,30,3,30,1094,8, + 30,1,31,1,31,3,31,1098,8,31,1,31,3,31,1101,8,31,1,32,1,32,1,32,3, + 32,1106,8,32,1,32,1,32,1,32,1,32,3,32,1112,8,32,1,32,1,32,1,32,3, + 32,1117,8,32,1,32,1,32,1,32,3,32,1122,8,32,1,32,1,32,3,32,1126,8, + 32,1,33,1,33,1,33,1,33,1,33,1,33,1,33,1,33,1,33,3,33,1137,8,33,3, + 33,1139,8,33,1,33,1,33,3,33,1143,8,33,1,34,1,34,1,35,1,35,1,36,1, + 36,1,36,1,36,3,36,1153,8,36,1,36,1,36,3,36,1157,8,36,1,36,1,36,1, + 36,1,36,3,36,1163,8,36,1,36,3,36,1166,8,36,1,36,1,36,1,36,1,36,1, + 36,3,36,1173,8,36,1,36,1,36,1,36,3,36,1178,8,36,1,36,1,36,1,36,1, + 36,1,36,1,36,3,36,1186,8,36,1,36,1,36,1,36,3,36,1191,8,36,1,36,1, + 36,3,36,1195,8,36,1,36,1,36,1,36,1,36,1,36,1,36,3,36,1203,8,36,1, + 36,1,36,1,36,3,36,1208,8,36,1,36,1,36,1,36,1,36,3,36,1214,8,36,1, + 36,1,36,1,36,1,36,3,36,1220,8,36,1,36,3,36,1223,8,36,1,36,3,36,1226, + 8,36,1,36,3,36,1229,8,36,1,36,1,36,1,36,1,36,1,36,1,36,1,36,3,36, + 1238,8,36,1,36,1,36,1,36,1,36,1,36,1,36,3,36,1246,8,36,1,36,1,36, + 1,36,3,36,1251,8,36,1,36,1,36,1,36,1,36,1,36,1,36,3,36,1259,8,36, + 1,36,1,36,1,36,1,36,1,36,3,36,1266,8,36,1,36,3,36,1269,8,36,1,36, + 3,36,1272,8,36,3,36,1274,8,36,1,36,1,36,1,36,1,36,1,36,1,36,1,36, + 1,36,1,36,3,36,1285,8,36,3,36,1287,8,36,1,36,3,36,1290,8,36,1,36, + 3,36,1293,8,36,1,36,3,36,1296,8,36,1,36,3,36,1299,8,36,1,36,3,36, + 1302,8,36,3,36,1304,8,36,1,36,1,36,1,36,1,36,1,36,1,36,1,36,1,36, + 1,36,1,36,3,36,1316,8,36,1,36,1,36,1,36,1,36,3,36,1322,8,36,1,36, + 1,36,1,36,1,36,1,36,1,36,3,36,1330,8,36,3,36,1332,8,36,1,37,1,37, + 1,37,1,37,1,37,1,37,1,37,1,37,3,37,1342,8,37,1,38,1,38,1,38,1,38, + 1,38,1,39,1,39,1,39,1,39,1,39,1,40,1,40,1,41,1,41,1,41,1,41,1,42, + 1,42,1,42,1,42,1,43,1,43,1,43,1,43,1,44,1,44,1,44,1,44,1,45,1,45, + 1,45,3,45,1375,8,45,1,45,1,45,1,45,3,45,1380,8,45,1,46,1,46,3,46, + 1384,8,46,1,46,1,46,3,46,1388,8,46,1,46,1,46,1,46,1,47,1,47,3,47, + 1395,8,47,1,47,1,47,1,47,5,47,1400,8,47,10,47,12,47,1403,9,47,1, + 47,1,47,1,47,3,47,1408,8,47,1,48,1,48,3,48,1412,8,48,1,48,3,48,1415, + 8,48,1,48,1,48,1,48,5,48,1420,8,48,10,48,12,48,1423,9,48,1,48,1, + 48,1,48,1,49,1,49,1,49,1,49,1,49,1,50,1,50,1,50,1,51,1,51,1,51,1, + 51,1,52,1,52,1,52,1,52,1,52,3,52,1445,8,52,1,53,1,53,1,53,3,53,1450, + 8,53,1,53,1,53,3,53,1454,8,53,1,54,1,54,1,54,1,54,1,55,1,55,3,55, + 1462,8,55,1,56,1,56,1,56,1,57,1,57,1,57,1,57,3,57,1471,8,57,1,57, + 1,57,1,57,1,57,1,57,3,57,1478,8,57,1,58,1,58,1,58,1,58,3,58,1484, + 8,58,1,58,1,58,1,58,1,58,1,58,3,58,1491,8,58,1,58,3,58,1494,8,58, + 1,58,1,58,1,58,1,58,3,58,1500,8,58,1,59,1,59,1,59,5,59,1505,8,59, + 10,59,12,59,1508,9,59,1,60,1,60,1,60,1,60,1,60,3,60,1515,8,60,1, + 61,1,61,1,62,1,62,1,62,5,62,1522,8,62,10,62,12,62,1525,9,62,1,63, + 1,63,1,63,1,63,1,63,1,63,3,63,1533,8,63,1,64,1,64,1,64,1,64,1,64, + 3,64,1540,8,64,1,65,1,65,1,65,1,65,1,66,1,66,1,66,1,66,1,67,1,67, + 1,67,1,67,1,68,1,68,1,68,1,68,1,69,1,69,3,69,1560,8,69,1,69,1,69, + 1,69,1,69,1,69,3,69,1567,8,69,3,69,1569,8,69,1,70,1,70,1,70,5,70, + 1574,8,70,10,70,12,70,1577,9,70,1,71,1,71,1,71,1,72,1,72,1,73,1, + 73,3,73,1586,8,73,1,73,1,73,1,73,1,73,1,73,1,73,3,73,1594,8,73,1, + 74,1,74,3,74,1598,8,74,1,74,1,74,3,74,1602,8,74,1,74,1,74,1,75,1, + 75,1,75,1,76,1,76,1,76,1,76,1,76,1,76,3,76,1615,8,76,1,76,1,76,1, + 76,1,77,1,77,1,77,1,77,3,77,1624,8,77,1,77,1,77,1,78,1,78,1,78,1, + 78,1,78,1,78,1,78,1,78,1,78,1,78,1,78,1,78,3,78,1640,8,78,1,78,1, + 78,3,78,1644,8,78,1,78,1,78,1,78,3,78,1649,8,78,1,78,1,78,1,78,3, + 78,1654,8,78,1,78,3,78,1657,8,78,1,78,3,78,1660,8,78,1,78,3,78,1663, + 8,78,1,78,3,78,1666,8,78,1,78,3,78,1669,8,78,1,79,1,79,1,79,3,79, + 1674,8,79,1,79,1,79,1,79,1,79,1,80,1,80,1,80,3,80,1683,8,80,1,80, + 1,80,3,80,1687,8,80,1,80,1,80,1,80,1,80,1,80,3,80,1694,8,80,1,80, + 3,80,1697,8,80,1,80,3,80,1700,8,80,1,80,3,80,1703,8,80,1,80,1,80, + 1,80,1,81,1,81,1,81,1,81,1,81,1,81,1,81,3,81,1715,8,81,1,81,1,81, + 1,82,1,82,3,82,1721,8,82,1,83,1,83,1,83,1,83,1,83,1,83,1,84,1,84, + 1,84,1,85,1,85,1,85,1,85,1,85,1,85,1,86,1,86,1,86,1,86,1,86,1,86, + 1,87,1,87,1,87,3,87,1747,8,87,1,87,1,87,1,88,1,88,1,88,1,88,3,88, + 1755,8,88,1,88,1,88,3,88,1759,8,88,1,88,3,88,1762,8,88,1,88,3,88, + 1765,8,88,1,88,3,88,1768,8,88,1,88,3,88,1771,8,88,1,88,3,88,1774, + 8,88,1,88,3,88,1777,8,88,1,88,3,88,1780,8,88,1,88,1,88,1,88,1,89, + 1,89,1,89,1,89,3,89,1789,8,89,1,89,1,89,1,90,1,90,1,90,1,90,1,90, + 1,90,3,90,1799,8,90,1,90,3,90,1802,8,90,1,90,1,90,1,91,1,91,1,91, + 1,91,1,91,1,92,1,92,1,92,1,92,1,92,1,92,1,93,1,93,1,93,1,93,1,93, + 3,93,1822,8,93,1,94,1,94,1,94,1,94,3,94,1828,8,94,1,94,1,94,1,94, + 1,94,3,94,1834,8,94,1,94,3,94,1837,8,94,3,94,1839,8,94,1,95,1,95, + 1,95,1,95,1,96,3,96,1846,8,96,1,96,1,96,1,96,1,97,1,97,3,97,1853, + 8,97,1,98,1,98,1,98,1,99,1,99,1,99,1,100,1,100,1,100,1,100,1,100, + 3,100,1866,8,100,1,100,1,100,1,100,3,100,1871,8,100,1,100,1,100, + 1,101,1,101,1,101,5,101,1878,8,101,10,101,12,101,1881,9,101,1,102, + 1,102,1,102,5,102,1886,8,102,10,102,12,102,1889,9,102,1,103,1,103, + 1,103,1,103,1,103,3,103,1896,8,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,1909,8,103,1,104,1,104, + 1,104,1,104,1,104,1,104,1,104,1,104,1,104,1,104,1,104,3,104,1922, + 8,104,1,104,1,104,1,104,1,104,1,105,1,105,1,105,1,105,1,105,1,105, + 1,105,1,105,1,105,1,105,3,105,1938,8,105,1,106,1,106,3,106,1942, + 8,106,1,107,1,107,1,107,1,108,1,108,1,108,1,109,1,109,1,109,1,109, + 1,109,1,109,1,109,3,109,1957,8,109,1,110,1,110,1,110,1,110,3,110, + 1963,8,110,1,110,3,110,1966,8,110,1,110,3,110,1969,8,110,1,110,3, + 110,1972,8,110,1,110,3,110,1975,8,110,1,111,1,111,3,111,1979,8,111, + 1,112,1,112,1,112,1,113,1,113,1,113,1,113,1,114,1,114,1,114,1,114, + 5,114,1992,8,114,10,114,12,114,1995,9,114,3,114,1997,8,114,1,115, + 1,115,1,115,1,115,1,116,1,116,1,116,5,116,2006,8,116,10,116,12,116, + 2009,9,116,1,117,1,117,1,117,1,117,1,118,1,118,1,118,1,118,1,118, + 1,118,1,118,3,118,2022,8,118,1,119,1,119,1,119,1,119,1,119,1,119, + 1,120,1,120,1,120,1,120,1,120,1,120,1,121,1,121,1,121,1,121,1,121, + 1,122,1,122,1,122,1,122,1,122,1,123,1,123,1,123,1,123,1,123,1,123, + 1,123,1,123,1,123,1,123,3,123,2056,8,123,1,123,1,123,1,123,1,123, + 1,123,1,123,3,123,2064,8,123,1,123,1,123,1,123,3,123,2069,8,123, + 1,123,1,123,1,123,1,123,1,123,1,123,3,123,2077,8,123,1,123,1,123, + 1,123,3,123,2082,8,123,1,123,1,123,1,123,3,123,2087,8,123,1,124, + 1,124,1,124,5,124,2092,8,124,10,124,12,124,2095,9,124,1,125,1,125, + 1,125,5,125,2100,8,125,10,125,12,125,2103,9,125,1,126,1,126,1,126, + 5,126,2108,8,126,10,126,12,126,2111,9,126,1,127,1,127,1,127,5,127, + 2116,8,127,10,127,12,127,2119,9,127,1,128,1,128,3,128,2123,8,128, + 1,129,1,129,1,130,1,130,1,131,1,131,1,131,1,131,1,131,1,131,3,131, + 2135,8,131,5,131,2137,8,131,10,131,12,131,2140,9,131,1,132,1,132, + 1,132,5,132,2145,8,132,10,132,12,132,2148,9,132,1,133,1,133,1,133, + 1,133,1,134,1,134,3,134,2156,8,134,1,134,3,134,2159,8,134,1,135, + 1,135,3,135,2163,8,135,1,136,1,136,1,137,1,137,1,137,3,137,2170, + 8,137,1,138,1,138,1,139,1,139,3,139,2176,8,139,1,139,1,139,3,139, + 2180,8,139,1,140,1,140,1,140,1,140,3,140,2186,8,140,1,141,1,141, + 3,141,2190,8,141,1,142,1,142,1,142,1,143,1,143,1,143,1,143,1,143, + 1,144,1,144,3,144,2202,8,144,1,144,1,144,1,144,1,144,1,144,1,144, + 1,144,3,144,2211,8,144,1,145,1,145,1,145,1,145,1,145,1,145,1,145, + 1,145,1,145,3,145,2222,8,145,1,146,1,146,3,146,2226,8,146,1,147, + 1,147,1,147,5,147,2231,8,147,10,147,12,147,2234,9,147,1,148,1,148, + 1,148,1,148,1,149,1,149,1,149,5,149,2243,8,149,10,149,12,149,2246, + 9,149,1,150,1,150,1,151,1,151,1,151,1,152,1,152,3,152,2255,8,152, + 1,152,3,152,2258,8,152,1,153,1,153,1,153,5,153,2263,8,153,10,153, + 12,153,2266,9,153,1,154,1,154,1,154,3,154,2271,8,154,1,155,1,155, + 3,155,2275,8,155,1,155,3,155,2278,8,155,1,155,3,155,2281,8,155,1, + 156,1,156,1,156,1,156,3,156,2287,8,156,1,157,1,157,3,157,2291,8, + 157,1,158,1,158,3,158,2295,8,158,1,159,1,159,1,159,3,159,2300,8, + 159,1,159,1,159,3,159,2304,8,159,1,160,1,160,3,160,2308,8,160,1, + 161,1,161,3,161,2312,8,161,1,161,1,161,1,161,1,161,1,161,1,161,3, + 161,2320,8,161,1,162,1,162,3,162,2324,8,162,1,162,1,162,3,162,2328, + 8,162,1,163,1,163,3,163,2332,8,163,1,164,1,164,3,164,2336,8,164, + 1,164,1,164,1,164,1,164,1,164,1,164,3,164,2344,8,164,1,165,1,165, + 3,165,2348,8,165,1,165,1,165,3,165,2352,8,165,1,166,1,166,1,166, + 1,166,1,166,1,166,3,166,2360,8,166,1,167,1,167,1,167,3,167,2365, + 8,167,1,168,1,168,1,168,3,168,2370,8,168,1,169,1,169,3,169,2374, + 8,169,1,170,1,170,3,170,2378,8,170,1,171,1,171,1,171,1,171,1,171, + 3,171,2385,8,171,1,172,1,172,1,173,1,173,1,173,5,173,2392,8,173, + 10,173,12,173,2395,9,173,1,174,1,174,1,174,1,174,1,174,3,174,2402, + 8,174,1,175,1,175,1,175,1,175,1,175,1,175,1,175,1,175,1,175,1,175, + 3,175,2414,8,175,1,175,1,175,1,175,1,175,1,175,1,175,1,175,1,175, + 1,175,1,175,1,175,1,175,1,175,1,175,1,175,1,175,3,175,2432,8,175, + 1,175,3,175,2435,8,175,1,175,1,175,1,175,1,175,3,175,2441,8,175, + 1,176,1,176,1,176,1,176,1,176,1,177,1,177,1,177,1,177,1,177,1,178, + 1,178,1,178,1,178,1,178,1,178,1,178,1,179,1,179,1,179,1,179,1,179, + 1,180,1,180,3,180,2467,8,180,1,181,3,181,2470,8,181,1,181,1,181, + 1,182,1,182,3,182,2476,8,182,1,183,1,183,1,183,1,183,5,183,2482, + 8,183,10,183,12,183,2485,9,183,1,184,1,184,1,184,1,184,1,184,3,184, + 2492,8,184,1,184,1,184,1,184,1,184,1,184,1,185,1,185,1,185,1,185, + 5,185,2503,8,185,10,185,12,185,2506,9,185,1,186,1,186,1,186,1,186, + 3,186,2512,8,186,1,186,3,186,2515,8,186,1,186,3,186,2518,8,186,1, + 186,3,186,2521,8,186,1,186,3,186,2524,8,186,1,186,3,186,2527,8,186, + 1,186,3,186,2530,8,186,1,186,3,186,2533,8,186,1,186,3,186,2536,8, + 186,1,186,3,186,2539,8,186,1,186,3,186,2542,8,186,1,186,1,186,1, + 186,3,186,2547,8,186,1,186,3,186,2550,8,186,1,186,3,186,2553,8,186, + 1,186,3,186,2556,8,186,1,186,3,186,2559,8,186,1,186,3,186,2562,8, + 186,1,186,3,186,2565,8,186,1,186,3,186,2568,8,186,1,186,3,186,2571, + 8,186,1,186,3,186,2574,8,186,1,186,3,186,2577,8,186,3,186,2579,8, + 186,1,187,1,187,1,187,1,187,3,187,2585,8,187,1,188,1,188,3,188,2589, + 8,188,1,188,3,188,2592,8,188,1,188,3,188,2595,8,188,1,188,3,188, + 2598,8,188,1,188,3,188,2601,8,188,1,188,3,188,2604,8,188,1,188,1, + 188,1,188,1,188,1,188,3,188,2611,8,188,1,189,1,189,3,189,2615,8, + 189,1,189,3,189,2618,8,189,1,189,3,189,2621,8,189,1,189,3,189,2624, + 8,189,1,189,3,189,2627,8,189,1,189,3,189,2630,8,189,1,190,1,190, + 1,190,4,190,2635,8,190,11,190,12,190,2636,1,191,3,191,2640,8,191, + 1,191,1,191,1,192,1,192,1,192,1,192,3,192,2648,8,192,1,192,1,192, + 3,192,2652,8,192,1,192,1,192,1,192,1,192,1,192,3,192,2659,8,192, + 3,192,2661,8,192,1,193,3,193,2664,8,193,1,193,1,193,1,193,3,193, + 2669,8,193,1,193,3,193,2672,8,193,1,193,1,193,3,193,2676,8,193,1, + 194,1,194,1,194,3,194,2681,8,194,1,194,1,194,1,194,1,194,3,194,2687, + 8,194,1,195,1,195,1,195,1,195,1,196,1,196,3,196,2695,8,196,1,197, + 1,197,1,197,1,197,5,197,2701,8,197,10,197,12,197,2704,9,197,1,198, + 1,198,1,198,1,198,1,198,5,198,2711,8,198,10,198,12,198,2714,9,198, + 3,198,2716,8,198,1,198,1,198,3,198,2720,8,198,1,198,1,198,3,198, + 2724,8,198,1,198,1,198,1,198,3,198,2729,8,198,1,199,1,199,1,199, + 1,199,1,199,3,199,2736,8,199,1,200,1,200,5,200,2740,8,200,10,200, + 12,200,2743,9,200,1,200,3,200,2746,8,200,1,201,1,201,1,201,1,201, + 1,201,3,201,2753,8,201,1,201,1,201,1,201,3,201,2758,8,201,1,201, + 1,201,1,201,1,202,1,202,1,202,1,202,1,202,1,202,1,202,1,202,3,202, + 2771,8,202,1,203,1,203,1,203,1,203,1,203,1,203,3,203,2779,8,203, + 1,204,1,204,1,204,1,205,1,205,1,205,1,206,1,206,1,206,1,207,1,207, + 1,207,1,207,1,207,1,207,1,207,1,207,3,207,2798,8,207,1,207,1,207, + 1,207,1,207,1,207,1,207,1,207,1,207,3,207,2808,8,207,1,207,1,207, + 1,207,1,207,1,207,1,207,1,207,1,207,1,207,1,207,1,207,3,207,2821, + 8,207,1,208,1,208,1,208,1,208,1,208,1,208,1,208,1,208,3,208,2831, + 8,208,1,208,1,208,3,208,2835,8,208,4,208,2837,8,208,11,208,12,208, + 2838,1,208,1,208,5,208,2843,8,208,10,208,12,208,2846,9,208,1,208, + 1,208,5,208,2850,8,208,10,208,12,208,2853,9,208,1,208,1,208,5,208, + 2857,8,208,10,208,12,208,2860,9,208,1,208,1,208,1,208,1,208,1,208, + 1,208,3,208,2868,8,208,1,208,1,208,1,208,1,208,1,208,3,208,2875, + 8,208,1,208,1,208,1,208,1,208,1,208,1,208,1,208,1,208,1,208,1,208, + 1,208,1,208,1,208,1,208,1,208,1,208,1,208,1,208,3,208,2895,8,208, + 1,208,3,208,2898,8,208,1,208,1,208,1,208,1,208,1,208,1,208,1,208, + 1,208,1,208,1,208,1,208,1,208,3,208,2912,8,208,1,209,1,209,1,209, + 1,209,1,209,1,209,1,209,1,209,1,209,1,209,1,209,1,209,1,209,3,209, + 2927,8,209,1,209,1,209,3,209,2931,8,209,1,209,1,209,1,209,1,209, + 1,209,1,209,1,209,1,209,1,209,1,209,1,209,1,209,1,209,1,209,1,209, + 1,209,5,209,2949,8,209,10,209,12,209,2952,9,209,1,209,1,209,1,209, + 1,209,1,209,1,209,1,209,1,209,1,209,3,209,2963,8,209,1,209,1,209, + 1,209,1,209,3,209,2969,8,209,1,209,3,209,2972,8,209,1,209,3,209, + 2975,8,209,1,209,1,209,1,209,1,209,3,209,2981,8,209,1,209,1,209, + 1,209,1,209,3,209,2987,8,209,1,209,1,209,1,209,1,209,1,209,3,209, + 2994,8,209,1,209,1,209,1,209,1,209,1,209,1,209,3,209,3002,8,209, + 1,209,1,209,1,209,1,209,3,209,3008,8,209,1,209,1,209,3,209,3012, + 8,209,1,209,1,209,1,209,3,209,3017,8,209,1,209,3,209,3020,8,209, + 1,209,1,209,3,209,3024,8,209,1,209,1,209,1,209,1,209,1,209,3,209, + 3031,8,209,1,209,1,209,1,209,3,209,3036,8,209,1,209,1,209,1,209, + 3,209,3041,8,209,1,209,3,209,3044,8,209,3,209,3046,8,209,1,210,1, + 210,1,210,1,210,1,210,1,210,3,210,3054,8,210,1,210,1,210,1,210,1, + 210,1,210,1,210,3,210,3062,8,210,1,210,1,210,3,210,3066,8,210,4, + 210,3068,8,210,11,210,12,210,3069,1,210,1,210,3,210,3074,8,210,1, + 211,1,211,1,211,1,211,1,211,1,211,1,211,1,211,1,211,1,211,1,211, + 1,211,1,211,1,211,1,211,3,211,3091,8,211,1,212,1,212,1,212,1,212, + 1,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212, + 3,212,3108,8,212,1,213,1,213,1,213,1,214,1,214,3,214,3115,8,214, + 1,214,1,214,1,214,1,214,1,214,5,214,3122,8,214,10,214,12,214,3125, + 9,214,1,214,1,214,3,214,3129,8,214,1,214,3,214,3132,8,214,1,214, + 3,214,3135,8,214,1,215,1,215,3,215,3139,8,215,1,215,1,215,1,215, + 1,216,1,216,1,216,1,216,1,216,1,216,1,216,1,216,1,216,1,216,3,216, + 3154,8,216,1,216,1,216,1,217,1,217,1,217,1,217,1,217,1,217,1,217, + 1,217,1,217,1,217,3,217,3168,8,217,1,217,3,217,3171,8,217,1,218, + 1,218,1,218,1,218,1,218,1,218,1,218,1,218,1,218,3,218,3182,8,218, + 1,219,1,219,3,219,3186,8,219,1,219,3,219,3189,8,219,1,219,3,219, + 3192,8,219,1,219,1,219,3,219,3196,8,219,1,219,1,219,1,219,3,219, + 3201,8,219,1,219,3,219,3204,8,219,1,219,3,219,3207,8,219,1,219,3, + 219,3210,8,219,1,219,3,219,3213,8,219,1,219,3,219,3216,8,219,1,219, + 1,219,1,219,1,219,3,219,3222,8,219,1,219,3,219,3225,8,219,1,219, + 3,219,3228,8,219,1,219,3,219,3231,8,219,1,219,3,219,3234,8,219,1, + 219,3,219,3237,8,219,1,219,3,219,3240,8,219,1,219,3,219,3243,8,219, + 1,219,3,219,3246,8,219,1,219,3,219,3249,8,219,1,219,1,219,3,219, + 3253,8,219,3,219,3255,8,219,1,219,1,219,1,219,1,219,3,219,3261,8, + 219,1,219,1,219,1,219,3,219,3266,8,219,1,219,3,219,3269,8,219,1, + 219,3,219,3272,8,219,1,219,3,219,3275,8,219,1,219,3,219,3278,8,219, + 1,219,1,219,1,219,1,219,3,219,3284,8,219,1,219,3,219,3287,8,219, + 1,219,3,219,3290,8,219,1,219,3,219,3293,8,219,1,219,3,219,3296,8, + 219,1,219,3,219,3299,8,219,1,219,3,219,3302,8,219,1,219,3,219,3305, + 8,219,1,219,3,219,3308,8,219,1,219,3,219,3311,8,219,1,219,1,219, + 3,219,3315,8,219,3,219,3317,8,219,3,219,3319,8,219,1,220,1,220,1, + 220,3,220,3324,8,220,1,220,1,220,1,220,3,220,3329,8,220,1,220,1, + 220,3,220,3333,8,220,1,220,1,220,3,220,3337,8,220,1,220,1,220,1, + 220,3,220,3342,8,220,1,221,1,221,1,221,3,221,3347,8,221,1,221,1, + 221,1,222,1,222,1,222,5,222,3354,8,222,10,222,12,222,3357,9,222, + 1,222,1,222,1,223,1,223,1,223,5,223,3364,8,223,10,223,12,223,3367, + 9,223,1,224,1,224,1,224,5,224,3372,8,224,10,224,12,224,3375,9,224, + 1,225,1,225,1,225,1,226,1,226,1,226,1,226,4,226,3384,8,226,11,226, + 12,226,3385,1,226,3,226,3389,8,226,1,227,1,227,5,227,3393,8,227, + 10,227,12,227,3396,9,227,1,227,1,227,5,227,3400,8,227,10,227,12, + 227,3403,9,227,1,227,1,227,5,227,3407,8,227,10,227,12,227,3410,9, + 227,1,227,1,227,5,227,3414,8,227,10,227,12,227,3417,9,227,1,227, + 1,227,1,227,1,227,3,227,3423,8,227,1,228,1,228,1,228,1,228,1,228, + 1,228,1,228,3,228,3432,8,228,5,228,3434,8,228,10,228,12,228,3437, + 9,228,1,229,1,229,1,229,1,229,3,229,3443,8,229,1,229,5,229,3446, + 8,229,10,229,12,229,3449,9,229,1,230,3,230,3452,8,230,1,230,1,230, + 3,230,3456,8,230,1,230,3,230,3459,8,230,1,230,3,230,3462,8,230,1, + 230,1,230,1,230,1,230,1,231,1,231,1,231,1,231,1,231,3,231,3473,8, + 231,1,231,1,231,3,231,3477,8,231,3,231,3479,8,231,1,231,3,231,3482, + 8,231,1,232,1,232,1,232,1,232,1,232,1,232,1,232,1,232,1,232,5,232, + 3493,8,232,10,232,12,232,3496,9,232,3,232,3498,8,232,1,232,3,232, + 3501,8,232,1,232,1,232,1,232,1,232,1,232,1,232,1,232,1,232,5,232, + 3511,8,232,10,232,12,232,3514,9,232,3,232,3516,8,232,1,232,1,232, + 1,232,1,232,1,232,3,232,3523,8,232,1,232,1,232,1,232,1,232,1,232, + 5,232,3530,8,232,10,232,12,232,3533,9,232,1,232,1,232,3,232,3537, + 8,232,3,232,3539,8,232,3,232,3541,8,232,1,233,1,233,1,234,1,234, + 1,234,1,234,1,234,1,234,1,234,1,234,1,234,1,234,1,234,5,234,3556, + 8,234,10,234,12,234,3559,9,234,3,234,3561,8,234,1,234,1,234,1,234, + 1,234,1,234,1,234,3,234,3569,8,234,1,234,3,234,3572,8,234,1,235, + 1,235,3,235,3576,8,235,1,235,3,235,3579,8,235,1,235,3,235,3582,8, + 235,1,235,3,235,3585,8,235,1,235,3,235,3588,8,235,1,236,1,236,1, + 236,1,236,1,236,1,236,1,236,1,236,1,236,1,236,3,236,3600,8,236,1, + 237,1,237,1,238,1,238,1,239,1,239,3,239,3608,8,239,1,240,1,240,1, + 240,1,240,1,240,3,240,3615,8,240,1,240,3,240,3618,8,240,1,241,1, + 241,1,241,1,241,1,241,3,241,3625,8,241,1,241,3,241,3628,8,241,1, + 242,1,242,1,242,3,242,3633,8,242,1,242,1,242,1,243,1,243,1,243,3, + 243,3640,8,243,1,243,1,243,1,244,1,244,1,244,1,244,3,244,3648,8, + 244,1,244,1,244,1,245,1,245,3,245,3654,8,245,1,245,1,245,1,245,3, + 245,3659,8,245,1,245,1,245,3,245,3663,8,245,1,246,1,246,1,246,3, + 246,3668,8,246,1,247,1,247,1,247,1,247,1,247,3,247,3675,8,247,1, + 247,1,247,1,247,1,247,1,247,1,247,1,247,1,247,1,247,1,247,5,247, + 3687,8,247,10,247,12,247,3690,9,247,3,247,3692,8,247,1,247,1,247, + 3,247,3696,8,247,1,248,1,248,1,248,1,249,1,249,1,249,1,249,5,249, + 3705,8,249,10,249,12,249,3708,9,249,1,249,1,249,1,249,1,249,1,249, + 5,249,3715,8,249,10,249,12,249,3718,9,249,3,249,3720,8,249,1,250, + 1,250,1,250,1,250,1,250,3,250,3727,8,250,1,250,1,250,1,250,1,250, + 1,250,5,250,3734,8,250,10,250,12,250,3737,9,250,3,250,3739,8,250, + 1,250,1,250,1,251,1,251,3,251,3745,8,251,1,251,3,251,3748,8,251, + 1,251,1,251,1,251,5,251,3753,8,251,10,251,12,251,3756,9,251,1,251, + 1,251,3,251,3760,8,251,1,251,3,251,3763,8,251,1,252,1,252,1,252, + 1,252,1,252,1,252,1,252,1,252,1,252,1,252,1,252,3,252,3776,8,252, + 1,252,1,252,1,252,1,252,3,252,3782,8,252,3,252,3784,8,252,1,252, + 1,252,1,252,1,253,1,253,1,253,3,253,3792,8,253,1,253,3,253,3795, + 8,253,1,253,1,253,1,253,1,253,1,253,1,253,5,253,3803,8,253,10,253, + 12,253,3806,9,253,1,253,1,253,3,253,3810,8,253,3,253,3812,8,253, + 1,254,1,254,1,254,1,254,1,254,1,254,1,254,1,254,1,254,1,254,3,254, + 3824,8,254,1,254,1,254,1,254,1,254,3,254,3830,8,254,3,254,3832,8, + 254,1,254,1,254,1,254,1,255,1,255,3,255,3839,8,255,1,256,1,256,1, + 256,5,256,3844,8,256,10,256,12,256,3847,9,256,1,257,1,257,1,257, + 1,257,1,257,1,257,1,257,1,257,1,257,5,257,3858,8,257,10,257,12,257, + 3861,9,257,1,258,1,258,1,258,3,258,3866,8,258,1,258,3,258,3869,8, + 258,1,258,3,258,3872,8,258,1,258,3,258,3875,8,258,1,259,1,259,1, + 259,1,259,1,259,1,259,1,259,3,259,3884,8,259,1,259,1,259,1,259,1, + 259,1,259,3,259,3891,8,259,1,260,1,260,1,260,1,260,3,260,3897,8, + 260,1,261,1,261,1,261,1,261,1,261,1,261,1,261,3,261,3906,8,261,1, + 262,1,262,3,262,3910,8,262,1,262,1,262,1,262,1,262,5,262,3916,8, + 262,10,262,12,262,3919,9,262,1,262,1,262,1,263,1,263,1,263,1,263, + 1,263,3,263,3928,8,263,1,263,1,263,1,263,1,263,1,263,1,263,5,263, + 3936,8,263,10,263,12,263,3939,9,263,1,263,1,263,3,263,3943,8,263, + 1,264,1,264,3,264,3947,8,264,1,264,1,264,5,264,3951,8,264,10,264, + 12,264,3954,9,264,1,264,1,264,3,264,3958,8,264,1,265,1,265,1,265, + 1,266,1,266,1,266,1,267,1,267,3,267,3968,8,267,1,268,1,268,3,268, + 3972,8,268,1,268,3,268,3975,8,268,1,268,1,268,1,268,3,268,3980,8, + 268,1,268,3,268,3983,8,268,5,268,3985,8,268,10,268,12,268,3988,9, + 268,1,269,1,269,3,269,3992,8,269,1,270,1,270,1,270,1,270,1,271,1, + 271,1,271,4,271,4001,8,271,11,271,12,271,4002,3,271,4005,8,271,1, + 272,1,272,1,272,1,272,1,272,5,272,4012,8,272,10,272,12,272,4015, + 9,272,1,273,1,273,1,273,1,273,1,274,1,274,1,274,1,274,1,275,1,275, + 1,275,1,275,1,276,1,276,1,276,1,276,1,276,1,276,5,276,4035,8,276, + 10,276,12,276,4038,9,276,1,276,1,276,1,276,1,276,1,276,5,276,4045, + 8,276,10,276,12,276,4048,9,276,3,276,4050,8,276,1,277,1,277,1,277, + 1,277,1,277,3,277,4057,8,277,1,277,3,277,4060,8,277,1,277,1,277, + 1,277,1,277,1,277,1,277,1,277,1,277,3,277,4070,8,277,1,277,1,277, + 1,277,5,277,4075,8,277,10,277,12,277,4078,9,277,3,277,4080,8,277, + 3,277,4082,8,277,1,277,1,277,1,277,1,277,1,277,1,277,1,277,1,277, + 1,277,3,277,4093,8,277,1,277,1,277,1,277,1,277,1,277,1,277,1,277, + 1,277,3,277,4103,8,277,3,277,4105,8,277,1,278,1,278,1,278,1,279, + 1,279,1,280,1,280,3,280,4114,8,280,1,281,1,281,1,281,3,281,4119, + 8,281,1,282,1,282,1,282,1,282,1,282,1,282,1,282,3,282,4128,8,282, + 1,282,1,282,1,283,1,283,1,283,1,283,1,283,1,283,1,283,4,283,4139, + 8,283,11,283,12,283,4140,1,283,1,283,3,283,4145,8,283,1,283,1,283, + 1,284,1,284,1,284,1,284,1,284,1,284,4,284,4155,8,284,11,284,12,284, + 4156,1,284,1,284,3,284,4161,8,284,1,284,1,284,1,285,1,285,1,285, + 1,285,1,285,3,285,4170,8,285,1,285,1,285,1,286,1,286,1,286,1,286, + 1,286,1,286,1,286,1,287,1,287,1,287,1,287,1,287,1,287,1,287,1,287, + 3,287,4189,8,287,1,288,1,288,1,288,1,288,1,288,1,288,1,288,1,288, + 1,288,1,288,1,288,1,288,1,288,1,288,5,288,4205,8,288,10,288,12,288, + 4208,9,288,1,288,1,288,1,288,1,288,1,288,1,288,1,288,1,288,1,288, + 3,288,4219,8,288,1,289,1,289,1,290,1,290,1,290,1,290,1,290,1,290, + 1,290,1,290,1,290,1,290,1,290,3,290,4234,8,290,1,290,1,290,3,290, + 4238,8,290,1,291,1,291,1,291,1,291,1,291,1,291,1,291,1,291,1,291, + 1,291,1,291,1,291,1,291,1,291,3,291,4254,8,291,1,292,1,292,1,292, + 5,292,4259,8,292,10,292,12,292,4262,9,292,1,293,1,293,1,293,1,293, + 1,293,1,293,1,293,1,293,1,293,1,293,1,293,3,293,4275,8,293,1,294, + 5,294,4278,8,294,10,294,12,294,4281,9,294,1,294,1,294,1,294,1,294, + 1,294,1,294,1,294,5,294,4290,8,294,10,294,12,294,4293,9,294,1,295, + 1,295,1,295,5,295,4298,8,295,10,295,12,295,4301,9,295,1,296,1,296, + 1,296,5,296,4306,8,296,10,296,12,296,4309,9,296,1,297,1,297,1,297, + 5,297,4314,8,297,10,297,12,297,4317,9,297,1,298,1,298,1,298,5,298, + 4322,8,298,10,298,12,298,4325,9,298,1,299,1,299,1,299,5,299,4330, + 8,299,10,299,12,299,4333,9,299,1,300,1,300,1,300,5,300,4338,8,300, + 10,300,12,300,4341,9,300,1,301,1,301,1,302,1,302,1,302,1,302,1,303, + 1,303,3,303,4351,8,303,1,303,1,303,3,303,4355,8,303,1,304,1,304, + 1,304,1,304,1,304,1,304,3,304,4363,8,304,1,305,1,305,1,305,1,305, + 1,305,1,305,1,305,1,305,1,305,1,305,1,305,1,305,1,305,1,305,3,305, + 4379,8,305,1,306,1,306,3,306,4383,8,306,1,307,1,307,1,307,3,307, + 4388,8,307,1,308,1,308,1,308,1,308,1,309,1,309,1,309,1,309,1,309, + 1,309,1,309,3,309,4401,8,309,1,310,1,310,1,310,1,310,1,310,1,310, + 1,310,5,310,4410,8,310,10,310,12,310,4413,9,310,1,311,1,311,1,311, + 1,311,1,311,1,311,3,311,4421,8,311,1,312,5,312,4424,8,312,10,312, + 12,312,4427,9,312,1,312,1,312,1,312,3,312,4432,8,312,1,313,1,313, + 1,313,5,313,4437,8,313,10,313,12,313,4440,9,313,1,314,1,314,3,314, + 4444,8,314,1,315,1,315,1,315,1,315,1,315,5,315,4451,8,315,10,315, + 12,315,4454,9,315,1,315,1,315,1,316,1,316,1,316,3,316,4461,8,316, + 1,317,1,317,1,317,1,317,5,317,4467,8,317,10,317,12,317,4470,9,317, + 1,317,1,317,1,318,1,318,1,318,3,318,4477,8,318,1,318,1,318,1,319, + 1,319,1,320,1,320,1,321,1,321,3,321,4487,8,321,1,322,1,322,1,322, + 3,322,4492,8,322,1,323,1,323,1,324,1,324,1,325,1,325,1,326,1,326, + 1,326,1,326,1,326,1,326,1,326,1,326,1,326,1,326,1,326,1,326,1,326, + 1,326,1,326,1,326,1,326,1,326,1,326,1,326,1,326,1,326,1,326,1,326, + 1,326,1,326,1,326,1,326,1,326,1,326,1,326,1,326,1,326,1,326,1,326, + 1,326,1,326,1,326,1,326,1,326,1,326,1,326,1,326,1,326,1,326,1,326, + 1,326,1,326,1,326,1,326,3,326,4550,8,326,1,327,1,327,1,327,1,327, + 3,327,4556,8,327,1,327,1,327,1,327,1,327,1,327,1,327,1,327,3,327, + 4565,8,327,3,327,4567,8,327,1,327,1,327,1,327,1,327,1,327,1,327, + 1,327,1,327,1,327,1,327,1,327,1,327,5,327,4581,8,327,10,327,12,327, + 4584,9,327,1,327,1,327,1,327,1,327,1,327,3,327,4591,8,327,1,327, + 1,327,3,327,4595,8,327,3,327,4597,8,327,1,327,1,327,1,327,1,327, + 3,327,4603,8,327,1,327,1,327,1,327,3,327,4608,8,327,1,327,1,327, + 1,327,1,327,1,327,1,327,1,327,1,327,1,327,1,327,1,327,1,327,1,327, + 1,327,1,327,3,327,4625,8,327,1,327,1,327,1,327,1,327,1,327,1,327, + 1,327,1,327,1,327,1,327,1,327,1,327,1,327,1,327,1,327,1,327,1,327, + 1,327,1,327,1,327,1,327,1,327,1,327,1,327,3,327,4651,8,327,1,327, + 1,327,1,327,3,327,4656,8,327,3,327,4658,8,327,1,327,1,327,1,327, + 1,327,1,327,1,327,1,327,1,327,1,327,1,327,1,327,1,327,1,327,1,327, + 1,327,1,327,1,327,1,327,1,327,1,327,1,327,1,327,1,327,1,327,1,327, + 1,327,3,327,4686,8,327,1,327,1,327,1,327,1,327,1,327,1,327,1,327, + 1,327,1,327,1,327,1,327,1,327,1,327,1,327,1,327,3,327,4703,8,327, + 1,327,1,327,1,327,3,327,4708,8,327,1,327,1,327,1,327,1,327,1,327, + 1,327,1,327,3,327,4717,8,327,1,328,1,328,1,329,1,329,1,329,1,329, + 1,329,1,329,1,329,3,329,4728,8,329,1,330,1,330,1,330,5,330,4733, + 8,330,10,330,12,330,4736,9,330,1,331,1,331,1,331,3,331,4741,8,331, + 1,332,1,332,1,332,3,332,4746,8,332,1,333,1,333,1,334,1,334,1,335, + 1,335,1,336,1,336,1,337,1,337,1,338,1,338,1,339,1,339,1,340,1,340, + 1,341,1,341,1,342,1,342,1,343,1,343,1,343,5,343,4771,8,343,10,343, + 12,343,4774,9,343,1,344,1,344,1,344,1,344,1,345,1,345,1,345,1,345, + 3,345,4784,8,345,1,346,1,346,1,346,1,346,1,346,1,346,1,346,1,346, + 1,346,1,346,1,346,1,346,3,346,4798,8,346,1,347,1,347,1,347,5,347, + 4803,8,347,10,347,12,347,4806,9,347,1,347,1,817,0,348,0,2,4,6,8, + 10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52, + 54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96, + 98,100,102,104,106,108,110,112,114,116,118,120,122,124,126,128,130, + 132,134,136,138,140,142,144,146,148,150,152,154,156,158,160,162, + 164,166,168,170,172,174,176,178,180,182,184,186,188,190,192,194, + 196,198,200,202,204,206,208,210,212,214,216,218,220,222,224,226, + 228,230,232,234,236,238,240,242,244,246,248,250,252,254,256,258, + 260,262,264,266,268,270,272,274,276,278,280,282,284,286,288,290, + 292,294,296,298,300,302,304,306,308,310,312,314,316,318,320,322, + 324,326,328,330,332,334,336,338,340,342,344,346,348,350,352,354, + 356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386, + 388,390,392,394,396,398,400,402,404,406,408,410,412,414,416,418, + 420,422,424,426,428,430,432,434,436,438,440,442,444,446,448,450, + 452,454,456,458,460,462,464,466,468,470,472,474,476,478,480,482, + 484,486,488,490,492,494,496,498,500,502,504,506,508,510,512,514, + 516,518,520,522,524,526,528,530,532,534,536,538,540,542,544,546, + 548,550,552,554,556,558,560,562,564,566,568,570,572,574,576,578, + 580,582,584,586,588,590,592,594,596,598,600,602,604,606,608,610, + 612,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642, + 644,646,648,650,652,654,656,658,660,662,664,666,668,670,672,674, + 676,678,680,682,684,686,688,690,692,694,0,60,2,0,57,57,172,172,4, + 0,91,91,121,121,226,226,325,325,2,0,50,50,346,346,2,0,34,34,282, + 282,1,0,89,90,2,0,139,139,154,154,2,0,67,67,295,295,2,0,68,68,296, + 296,1,0,155,156,2,0,114,114,307,307,11,0,7,7,9,9,58,58,86,86,101, + 101,155,155,161,161,190,190,299,299,309,309,365,365,3,0,4,4,101, + 101,326,326,3,0,15,15,128,128,170,170,1,0,141,142,2,0,30,30,351, + 351,2,0,217,217,373,373,2,0,214,214,272,272,2,0,18,18,89,89,2,0, + 130,130,177,177,2,0,39,39,376,376,4,0,112,112,164,164,205,205,356, + 356,2,0,7,7,96,96,2,0,125,125,350,350,2,0,225,225,391,391,2,0,42, + 42,315,315,2,0,189,189,196,196,2,0,426,426,431,431,2,0,140,140,285, + 285,3,0,12,12,231,231,300,300,2,0,241,241,292,292,2,0,198,198,268, + 268,2,0,260,260,292,292,2,0,354,354,431,431,2,0,133,133,247,247, + 2,0,152,152,281,281,3,0,413,414,418,418,420,420,2,0,412,412,415, + 417,1,0,413,414,4,0,184,184,270,270,286,286,408,411,2,0,7,7,13,13, + 3,0,7,7,13,13,313,313,3,0,184,184,270,270,286,286,4,0,125,125,219, + 219,350,350,360,360,2,0,405,405,407,411,24,0,11,11,16,16,25,28,35, + 35,100,100,131,132,151,151,154,154,162,163,184,184,198,198,216,216, + 228,228,264,264,270,270,286,286,311,311,323,324,340,340,357,357, + 383,383,405,417,419,421,423,423,85,0,1,6,8,8,10,10,15,15,18,20,22, + 24,30,31,33,34,37,38,40,44,46,47,49,50,52,53,56,57,59,59,66,66,68, + 68,72,77,79,79,83,85,87,89,91,95,97,99,103,104,106,107,109,111,114, + 116,118,121,127,130,137,138,142,142,147,150,152,152,155,156,158, + 160,168,170,172,177,182,183,185,187,189,193,195,197,199,202,204, + 204,206,209,211,212,214,215,217,218,220,220,222,223,226,227,232, + 233,235,236,238,240,243,246,252,252,254,255,257,259,261,262,265, + 267,271,282,284,284,287,288,293,298,300,303,305,310,312,312,314, + 317,319,325,327,328,330,330,332,334,339,340,342,342,344,346,349, + 349,352,353,355,355,357,357,360,364,366,368,371,373,375,375,377, + 382,385,385,388,394,13,0,16,16,26,28,63,64,71,71,100,100,131,131, + 145,145,151,151,162,163,198,198,264,264,311,311,337,337,2,0,4,4, + 101,101,2,0,9,9,58,58,3,0,14,14,144,144,369,369,1,0,106,107,1,0, + 94,95,1,0,392,393,1,0,208,209,1,0,381,382,1,0,73,74,1,0,148,149, + 1,0,206,207,1,0,297,298,1,0,80,82,5396,0,699,1,0,0,0,2,706,1,0,0, + 0,4,711,1,0,0,0,6,745,1,0,0,0,8,747,1,0,0,0,10,820,1,0,0,0,12,822, + 1,0,0,0,14,838,1,0,0,0,16,847,1,0,0,0,18,855,1,0,0,0,20,868,1,0, + 0,0,22,879,1,0,0,0,24,884,1,0,0,0,26,895,1,0,0,0,28,958,1,0,0,0, + 30,960,1,0,0,0,32,963,1,0,0,0,34,967,1,0,0,0,36,969,1,0,0,0,38,972, + 1,0,0,0,40,975,1,0,0,0,42,1019,1,0,0,0,44,1021,1,0,0,0,46,1024,1, + 0,0,0,48,1027,1,0,0,0,50,1036,1,0,0,0,52,1039,1,0,0,0,54,1054,1, + 0,0,0,56,1066,1,0,0,0,58,1071,1,0,0,0,60,1091,1,0,0,0,62,1095,1, + 0,0,0,64,1102,1,0,0,0,66,1127,1,0,0,0,68,1144,1,0,0,0,70,1146,1, + 0,0,0,72,1331,1,0,0,0,74,1341,1,0,0,0,76,1343,1,0,0,0,78,1348,1, + 0,0,0,80,1353,1,0,0,0,82,1355,1,0,0,0,84,1359,1,0,0,0,86,1363,1, + 0,0,0,88,1367,1,0,0,0,90,1371,1,0,0,0,92,1381,1,0,0,0,94,1392,1, + 0,0,0,96,1409,1,0,0,0,98,1427,1,0,0,0,100,1432,1,0,0,0,102,1435, + 1,0,0,0,104,1439,1,0,0,0,106,1446,1,0,0,0,108,1455,1,0,0,0,110,1461, + 1,0,0,0,112,1463,1,0,0,0,114,1477,1,0,0,0,116,1499,1,0,0,0,118,1501, + 1,0,0,0,120,1509,1,0,0,0,122,1516,1,0,0,0,124,1518,1,0,0,0,126,1532, + 1,0,0,0,128,1539,1,0,0,0,130,1541,1,0,0,0,132,1545,1,0,0,0,134,1549, + 1,0,0,0,136,1553,1,0,0,0,138,1557,1,0,0,0,140,1570,1,0,0,0,142,1578, + 1,0,0,0,144,1581,1,0,0,0,146,1583,1,0,0,0,148,1595,1,0,0,0,150,1605, + 1,0,0,0,152,1608,1,0,0,0,154,1619,1,0,0,0,156,1627,1,0,0,0,158,1670, + 1,0,0,0,160,1679,1,0,0,0,162,1707,1,0,0,0,164,1720,1,0,0,0,166,1722, + 1,0,0,0,168,1728,1,0,0,0,170,1731,1,0,0,0,172,1737,1,0,0,0,174,1743, + 1,0,0,0,176,1750,1,0,0,0,178,1784,1,0,0,0,180,1792,1,0,0,0,182,1805, + 1,0,0,0,184,1810,1,0,0,0,186,1821,1,0,0,0,188,1838,1,0,0,0,190,1840, + 1,0,0,0,192,1845,1,0,0,0,194,1852,1,0,0,0,196,1854,1,0,0,0,198,1857, + 1,0,0,0,200,1860,1,0,0,0,202,1874,1,0,0,0,204,1882,1,0,0,0,206,1908, + 1,0,0,0,208,1910,1,0,0,0,210,1927,1,0,0,0,212,1941,1,0,0,0,214,1943, + 1,0,0,0,216,1946,1,0,0,0,218,1949,1,0,0,0,220,1958,1,0,0,0,222,1978, + 1,0,0,0,224,1980,1,0,0,0,226,1983,1,0,0,0,228,1996,1,0,0,0,230,1998, + 1,0,0,0,232,2002,1,0,0,0,234,2010,1,0,0,0,236,2014,1,0,0,0,238,2023, + 1,0,0,0,240,2029,1,0,0,0,242,2035,1,0,0,0,244,2040,1,0,0,0,246,2086, + 1,0,0,0,248,2088,1,0,0,0,250,2096,1,0,0,0,252,2104,1,0,0,0,254,2112, + 1,0,0,0,256,2122,1,0,0,0,258,2124,1,0,0,0,260,2126,1,0,0,0,262,2128, + 1,0,0,0,264,2141,1,0,0,0,266,2149,1,0,0,0,268,2158,1,0,0,0,270,2162, + 1,0,0,0,272,2164,1,0,0,0,274,2169,1,0,0,0,276,2171,1,0,0,0,278,2175, + 1,0,0,0,280,2181,1,0,0,0,282,2189,1,0,0,0,284,2191,1,0,0,0,286,2194, + 1,0,0,0,288,2201,1,0,0,0,290,2212,1,0,0,0,292,2225,1,0,0,0,294,2227, + 1,0,0,0,296,2235,1,0,0,0,298,2239,1,0,0,0,300,2247,1,0,0,0,302,2249, + 1,0,0,0,304,2252,1,0,0,0,306,2259,1,0,0,0,308,2267,1,0,0,0,310,2274, + 1,0,0,0,312,2282,1,0,0,0,314,2290,1,0,0,0,316,2294,1,0,0,0,318,2296, + 1,0,0,0,320,2307,1,0,0,0,322,2311,1,0,0,0,324,2323,1,0,0,0,326,2331, + 1,0,0,0,328,2335,1,0,0,0,330,2347,1,0,0,0,332,2359,1,0,0,0,334,2364, + 1,0,0,0,336,2369,1,0,0,0,338,2371,1,0,0,0,340,2375,1,0,0,0,342,2379, + 1,0,0,0,344,2386,1,0,0,0,346,2388,1,0,0,0,348,2401,1,0,0,0,350,2440, + 1,0,0,0,352,2442,1,0,0,0,354,2447,1,0,0,0,356,2452,1,0,0,0,358,2459, + 1,0,0,0,360,2464,1,0,0,0,362,2469,1,0,0,0,364,2475,1,0,0,0,366,2477, + 1,0,0,0,368,2486,1,0,0,0,370,2498,1,0,0,0,372,2578,1,0,0,0,374,2584, + 1,0,0,0,376,2610,1,0,0,0,378,2612,1,0,0,0,380,2634,1,0,0,0,382,2639, + 1,0,0,0,384,2643,1,0,0,0,386,2675,1,0,0,0,388,2677,1,0,0,0,390,2688, + 1,0,0,0,392,2694,1,0,0,0,394,2696,1,0,0,0,396,2728,1,0,0,0,398,2735, + 1,0,0,0,400,2741,1,0,0,0,402,2747,1,0,0,0,404,2762,1,0,0,0,406,2772, + 1,0,0,0,408,2780,1,0,0,0,410,2783,1,0,0,0,412,2786,1,0,0,0,414,2789, + 1,0,0,0,416,2911,1,0,0,0,418,3045,1,0,0,0,420,3073,1,0,0,0,422,3090, + 1,0,0,0,424,3107,1,0,0,0,426,3109,1,0,0,0,428,3112,1,0,0,0,430,3138, + 1,0,0,0,432,3143,1,0,0,0,434,3170,1,0,0,0,436,3181,1,0,0,0,438,3318, + 1,0,0,0,440,3320,1,0,0,0,442,3343,1,0,0,0,444,3355,1,0,0,0,446,3360, + 1,0,0,0,448,3368,1,0,0,0,450,3376,1,0,0,0,452,3388,1,0,0,0,454,3422, + 1,0,0,0,456,3424,1,0,0,0,458,3442,1,0,0,0,460,3451,1,0,0,0,462,3481, + 1,0,0,0,464,3540,1,0,0,0,466,3542,1,0,0,0,468,3571,1,0,0,0,470,3573, + 1,0,0,0,472,3589,1,0,0,0,474,3601,1,0,0,0,476,3603,1,0,0,0,478,3607, + 1,0,0,0,480,3617,1,0,0,0,482,3627,1,0,0,0,484,3632,1,0,0,0,486,3639, + 1,0,0,0,488,3643,1,0,0,0,490,3662,1,0,0,0,492,3667,1,0,0,0,494,3669, + 1,0,0,0,496,3697,1,0,0,0,498,3700,1,0,0,0,500,3721,1,0,0,0,502,3762, + 1,0,0,0,504,3764,1,0,0,0,506,3811,1,0,0,0,508,3813,1,0,0,0,510,3838, + 1,0,0,0,512,3840,1,0,0,0,514,3848,1,0,0,0,516,3874,1,0,0,0,518,3876, + 1,0,0,0,520,3896,1,0,0,0,522,3898,1,0,0,0,524,3909,1,0,0,0,526,3922, + 1,0,0,0,528,3957,1,0,0,0,530,3959,1,0,0,0,532,3962,1,0,0,0,534,3967, + 1,0,0,0,536,3969,1,0,0,0,538,3991,1,0,0,0,540,3993,1,0,0,0,542,3997, + 1,0,0,0,544,4006,1,0,0,0,546,4016,1,0,0,0,548,4020,1,0,0,0,550,4024, + 1,0,0,0,552,4028,1,0,0,0,554,4104,1,0,0,0,556,4106,1,0,0,0,558,4109, + 1,0,0,0,560,4113,1,0,0,0,562,4118,1,0,0,0,564,4120,1,0,0,0,566,4131, + 1,0,0,0,568,4148,1,0,0,0,570,4164,1,0,0,0,572,4173,1,0,0,0,574,4188, + 1,0,0,0,576,4218,1,0,0,0,578,4220,1,0,0,0,580,4237,1,0,0,0,582,4253, + 1,0,0,0,584,4255,1,0,0,0,586,4274,1,0,0,0,588,4279,1,0,0,0,590,4294, + 1,0,0,0,592,4302,1,0,0,0,594,4310,1,0,0,0,596,4318,1,0,0,0,598,4326, + 1,0,0,0,600,4334,1,0,0,0,602,4342,1,0,0,0,604,4344,1,0,0,0,606,4354, + 1,0,0,0,608,4362,1,0,0,0,610,4378,1,0,0,0,612,4382,1,0,0,0,614,4387, + 1,0,0,0,616,4389,1,0,0,0,618,4400,1,0,0,0,620,4402,1,0,0,0,622,4420, + 1,0,0,0,624,4425,1,0,0,0,626,4433,1,0,0,0,628,4441,1,0,0,0,630,4445, + 1,0,0,0,632,4457,1,0,0,0,634,4462,1,0,0,0,636,4473,1,0,0,0,638,4480, + 1,0,0,0,640,4482,1,0,0,0,642,4486,1,0,0,0,644,4488,1,0,0,0,646,4493, + 1,0,0,0,648,4495,1,0,0,0,650,4497,1,0,0,0,652,4549,1,0,0,0,654,4716, + 1,0,0,0,656,4718,1,0,0,0,658,4727,1,0,0,0,660,4729,1,0,0,0,662,4740, + 1,0,0,0,664,4742,1,0,0,0,666,4747,1,0,0,0,668,4749,1,0,0,0,670,4751, + 1,0,0,0,672,4753,1,0,0,0,674,4755,1,0,0,0,676,4757,1,0,0,0,678,4759, + 1,0,0,0,680,4761,1,0,0,0,682,4763,1,0,0,0,684,4765,1,0,0,0,686,4767, + 1,0,0,0,688,4775,1,0,0,0,690,4783,1,0,0,0,692,4797,1,0,0,0,694,4799, + 1,0,0,0,696,698,3,2,1,0,697,696,1,0,0,0,698,701,1,0,0,0,699,697, + 1,0,0,0,699,700,1,0,0,0,700,702,1,0,0,0,701,699,1,0,0,0,702,703, + 5,0,0,1,703,1,1,0,0,0,704,707,3,4,2,0,705,707,3,10,5,0,706,704,1, + 0,0,0,706,705,1,0,0,0,707,709,1,0,0,0,708,710,5,398,0,0,709,708, + 1,0,0,0,709,710,1,0,0,0,710,3,1,0,0,0,711,721,5,119,0,0,712,714, + 3,6,3,0,713,712,1,0,0,0,714,717,1,0,0,0,715,713,1,0,0,0,715,716, + 1,0,0,0,716,718,1,0,0,0,717,715,1,0,0,0,718,722,3,10,5,0,719,720, + 5,284,0,0,720,722,3,362,181,0,721,715,1,0,0,0,721,719,1,0,0,0,722, + 5,1,0,0,0,723,746,5,122,0,0,724,746,5,138,0,0,725,746,5,88,0,0,726, + 728,5,37,0,0,727,729,7,0,0,0,728,727,1,0,0,0,728,729,1,0,0,0,729, + 746,1,0,0,0,730,746,5,192,0,0,731,746,5,21,0,0,732,746,5,10,0,0, + 733,746,5,275,0,0,734,746,5,191,0,0,735,746,5,19,0,0,736,738,5,377, + 0,0,737,739,5,225,0,0,738,737,1,0,0,0,738,739,1,0,0,0,739,741,1, + 0,0,0,740,742,3,8,4,0,741,740,1,0,0,0,741,742,1,0,0,0,742,746,1, + 0,0,0,743,746,5,79,0,0,744,746,5,78,0,0,745,723,1,0,0,0,745,724, + 1,0,0,0,745,725,1,0,0,0,745,726,1,0,0,0,745,730,1,0,0,0,745,731, + 1,0,0,0,745,732,1,0,0,0,745,733,1,0,0,0,745,734,1,0,0,0,745,735, + 1,0,0,0,745,736,1,0,0,0,745,743,1,0,0,0,745,744,1,0,0,0,746,7,1, + 0,0,0,747,748,7,1,0,0,748,9,1,0,0,0,749,821,3,362,181,0,750,821, + 3,12,6,0,751,821,3,16,8,0,752,821,3,18,9,0,753,821,3,20,10,0,754, + 821,3,24,12,0,755,756,5,277,0,0,756,757,5,320,0,0,757,760,3,474, + 237,0,758,759,5,387,0,0,759,761,3,230,115,0,760,758,1,0,0,0,760, + 761,1,0,0,0,761,821,1,0,0,0,762,821,3,28,14,0,763,764,5,86,0,0,764, + 765,5,139,0,0,765,767,3,480,240,0,766,768,3,496,248,0,767,766,1, + 0,0,0,767,768,1,0,0,0,768,821,1,0,0,0,769,770,5,365,0,0,770,771, + 3,480,240,0,771,773,3,394,197,0,772,774,3,496,248,0,773,772,1,0, + 0,0,773,774,1,0,0,0,774,821,1,0,0,0,775,821,3,396,198,0,776,778, + 5,203,0,0,777,779,5,436,0,0,778,777,1,0,0,0,778,779,1,0,0,0,779, + 780,1,0,0,0,780,781,5,166,0,0,781,786,3,480,240,0,782,784,5,17,0, + 0,783,782,1,0,0,0,783,784,1,0,0,0,784,785,1,0,0,0,785,787,3,642, + 321,0,786,783,1,0,0,0,786,787,1,0,0,0,787,788,1,0,0,0,788,789,5, + 370,0,0,789,790,3,458,229,0,790,791,5,224,0,0,791,792,3,584,292, + 0,792,793,3,400,200,0,793,821,1,0,0,0,794,795,5,249,0,0,795,796, + 3,642,321,0,796,797,5,139,0,0,797,798,3,362,181,0,798,821,1,0,0, + 0,799,800,5,115,0,0,800,801,3,642,321,0,801,802,5,370,0,0,802,803, + 3,298,149,0,803,821,1,0,0,0,804,805,5,304,0,0,805,810,3,652,326, + 0,806,807,5,395,0,0,807,809,3,652,326,0,808,806,1,0,0,0,809,812, + 1,0,0,0,810,808,1,0,0,0,810,811,1,0,0,0,811,813,1,0,0,0,812,810, + 1,0,0,0,813,817,5,405,0,0,814,816,9,0,0,0,815,814,1,0,0,0,816,819, + 1,0,0,0,817,818,1,0,0,0,817,815,1,0,0,0,818,821,1,0,0,0,819,817, + 1,0,0,0,820,749,1,0,0,0,820,750,1,0,0,0,820,751,1,0,0,0,820,752, + 1,0,0,0,820,753,1,0,0,0,820,754,1,0,0,0,820,755,1,0,0,0,820,762, + 1,0,0,0,820,763,1,0,0,0,820,769,1,0,0,0,820,775,1,0,0,0,820,776, + 1,0,0,0,820,794,1,0,0,0,820,799,1,0,0,0,820,804,1,0,0,0,821,11,1, + 0,0,0,822,823,5,187,0,0,823,825,5,66,0,0,824,826,5,188,0,0,825,824, + 1,0,0,0,825,826,1,0,0,0,826,827,1,0,0,0,827,828,5,158,0,0,828,830, + 5,426,0,0,829,831,5,235,0,0,830,829,1,0,0,0,830,831,1,0,0,0,831, + 832,1,0,0,0,832,833,5,166,0,0,833,834,5,329,0,0,834,836,3,628,314, + 0,835,837,3,56,28,0,836,835,1,0,0,0,836,837,1,0,0,0,837,13,1,0,0, + 0,838,840,5,134,0,0,839,841,5,204,0,0,840,839,1,0,0,0,840,841,1, + 0,0,0,841,842,1,0,0,0,842,843,5,279,0,0,843,844,5,399,0,0,844,845, + 5,426,0,0,845,846,5,400,0,0,846,15,1,0,0,0,847,848,5,120,0,0,848, + 849,5,329,0,0,849,850,3,628,314,0,850,851,5,341,0,0,851,853,5,426, + 0,0,852,854,3,14,7,0,853,852,1,0,0,0,853,854,1,0,0,0,854,17,1,0, + 0,0,855,861,5,153,0,0,856,858,5,123,0,0,857,856,1,0,0,0,857,858, + 1,0,0,0,858,859,1,0,0,0,859,860,5,329,0,0,860,862,3,628,314,0,861, + 857,1,0,0,0,861,862,1,0,0,0,862,863,1,0,0,0,863,864,5,139,0,0,864, + 866,5,426,0,0,865,867,3,426,213,0,866,865,1,0,0,0,866,867,1,0,0, + 0,867,19,1,0,0,0,868,869,5,277,0,0,869,870,5,103,0,0,870,873,3,22, + 11,0,871,872,5,278,0,0,872,874,3,22,11,0,873,871,1,0,0,0,873,874, + 1,0,0,0,874,877,1,0,0,0,875,876,5,387,0,0,876,878,3,230,115,0,877, + 875,1,0,0,0,877,878,1,0,0,0,878,21,1,0,0,0,879,882,3,474,237,0,880, + 881,5,395,0,0,881,883,3,26,13,0,882,880,1,0,0,0,882,883,1,0,0,0, + 883,23,1,0,0,0,884,885,5,277,0,0,885,886,5,187,0,0,886,889,3,22, + 11,0,887,888,5,166,0,0,888,890,3,474,237,0,889,887,1,0,0,0,889,890, + 1,0,0,0,890,893,1,0,0,0,891,892,5,387,0,0,892,894,3,230,115,0,893, + 891,1,0,0,0,893,894,1,0,0,0,894,25,1,0,0,0,895,898,5,426,0,0,896, + 897,5,395,0,0,897,899,5,426,0,0,898,896,1,0,0,0,898,899,1,0,0,0, + 899,27,1,0,0,0,900,959,3,42,21,0,901,959,3,46,23,0,902,959,3,48, + 24,0,903,959,3,438,219,0,904,959,3,54,27,0,905,959,3,52,26,0,906, + 959,3,414,207,0,907,959,3,64,32,0,908,959,3,72,36,0,909,959,3,138, + 69,0,910,959,3,160,80,0,911,959,3,176,88,0,912,959,3,180,90,0,913, + 959,3,184,92,0,914,959,3,182,91,0,915,959,3,174,87,0,916,959,3,178, + 89,0,917,959,3,146,73,0,918,959,3,152,76,0,919,959,3,148,74,0,920, + 959,3,150,75,0,921,959,3,154,77,0,922,959,3,156,78,0,923,959,3,158, + 79,0,924,959,3,66,33,0,925,959,3,76,38,0,926,959,3,82,41,0,927,959, + 3,78,39,0,928,959,3,84,42,0,929,959,3,86,43,0,930,959,3,88,44,0, + 931,959,3,90,45,0,932,959,3,92,46,0,933,959,3,106,53,0,934,959,3, + 98,49,0,935,959,3,108,54,0,936,959,3,100,50,0,937,959,3,94,47,0, + 938,959,3,96,48,0,939,959,3,104,52,0,940,959,3,102,51,0,941,942, + 5,1,0,0,942,944,7,2,0,0,943,945,5,431,0,0,944,943,1,0,0,0,945,946, + 1,0,0,0,946,944,1,0,0,0,946,947,1,0,0,0,947,959,1,0,0,0,948,949, + 5,176,0,0,949,951,5,258,0,0,950,952,5,426,0,0,951,950,1,0,0,0,952, + 953,1,0,0,0,953,951,1,0,0,0,953,954,1,0,0,0,954,959,1,0,0,0,955, + 959,3,654,327,0,956,959,3,440,220,0,957,959,3,442,221,0,958,900, + 1,0,0,0,958,901,1,0,0,0,958,902,1,0,0,0,958,903,1,0,0,0,958,904, + 1,0,0,0,958,905,1,0,0,0,958,906,1,0,0,0,958,907,1,0,0,0,958,908, + 1,0,0,0,958,909,1,0,0,0,958,910,1,0,0,0,958,911,1,0,0,0,958,912, + 1,0,0,0,958,913,1,0,0,0,958,914,1,0,0,0,958,915,1,0,0,0,958,916, + 1,0,0,0,958,917,1,0,0,0,958,918,1,0,0,0,958,919,1,0,0,0,958,920, + 1,0,0,0,958,921,1,0,0,0,958,922,1,0,0,0,958,923,1,0,0,0,958,924, + 1,0,0,0,958,925,1,0,0,0,958,926,1,0,0,0,958,927,1,0,0,0,958,928, + 1,0,0,0,958,929,1,0,0,0,958,930,1,0,0,0,958,931,1,0,0,0,958,932, + 1,0,0,0,958,933,1,0,0,0,958,934,1,0,0,0,958,935,1,0,0,0,958,936, + 1,0,0,0,958,937,1,0,0,0,958,938,1,0,0,0,958,939,1,0,0,0,958,940, + 1,0,0,0,958,941,1,0,0,0,958,948,1,0,0,0,958,955,1,0,0,0,958,956, + 1,0,0,0,958,957,1,0,0,0,959,29,1,0,0,0,960,961,5,151,0,0,961,962, + 5,117,0,0,962,31,1,0,0,0,963,964,5,151,0,0,964,965,5,216,0,0,965, + 966,5,117,0,0,966,33,1,0,0,0,967,968,7,3,0,0,968,35,1,0,0,0,969, + 970,3,666,333,0,970,971,5,284,0,0,971,37,1,0,0,0,972,973,3,668,334, + 0,973,974,5,284,0,0,974,39,1,0,0,0,975,976,5,321,0,0,976,977,5,17, + 0,0,977,978,5,92,0,0,978,41,1,0,0,0,979,981,5,58,0,0,980,982,5,273, + 0,0,981,980,1,0,0,0,981,982,1,0,0,0,982,983,1,0,0,0,983,985,3,70, + 35,0,984,986,3,32,16,0,985,984,1,0,0,0,985,986,1,0,0,0,986,987,1, + 0,0,0,987,989,3,476,238,0,988,990,3,50,25,0,989,988,1,0,0,0,989, + 990,1,0,0,0,990,992,1,0,0,0,991,993,3,426,213,0,992,991,1,0,0,0, + 992,993,1,0,0,0,993,996,1,0,0,0,994,995,5,196,0,0,995,997,5,426, + 0,0,996,994,1,0,0,0,996,997,1,0,0,0,997,1001,1,0,0,0,998,999,5,387, + 0,0,999,1000,5,76,0,0,1000,1002,3,230,115,0,1001,998,1,0,0,0,1001, + 1002,1,0,0,0,1002,1020,1,0,0,0,1003,1004,5,58,0,0,1004,1005,5,273, + 0,0,1005,1007,3,70,35,0,1006,1008,3,32,16,0,1007,1006,1,0,0,0,1007, + 1008,1,0,0,0,1008,1009,1,0,0,0,1009,1011,3,476,238,0,1010,1012,3, + 50,25,0,1011,1010,1,0,0,0,1011,1012,1,0,0,0,1012,1013,1,0,0,0,1013, + 1017,3,44,22,0,1014,1015,5,387,0,0,1015,1016,5,76,0,0,1016,1018, + 3,230,115,0,1017,1014,1,0,0,0,1017,1018,1,0,0,0,1018,1020,1,0,0, + 0,1019,979,1,0,0,0,1019,1003,1,0,0,0,1020,43,1,0,0,0,1021,1022,5, + 370,0,0,1022,1023,3,474,237,0,1023,45,1,0,0,0,1024,1025,5,368,0, + 0,1025,1026,3,474,237,0,1026,47,1,0,0,0,1027,1028,5,101,0,0,1028, + 1030,3,70,35,0,1029,1031,3,30,15,0,1030,1029,1,0,0,0,1030,1031,1, + 0,0,0,1031,1032,1,0,0,0,1032,1034,3,474,237,0,1033,1035,3,34,17, + 0,1034,1033,1,0,0,0,1034,1035,1,0,0,0,1035,49,1,0,0,0,1036,1037, + 5,47,0,0,1037,1038,5,426,0,0,1038,51,1,0,0,0,1039,1041,5,351,0,0, + 1040,1042,5,329,0,0,1041,1040,1,0,0,0,1041,1042,1,0,0,0,1042,1043, + 1,0,0,0,1043,1049,3,628,314,0,1044,1045,5,46,0,0,1045,1046,5,399, + 0,0,1046,1047,3,254,127,0,1047,1048,5,400,0,0,1048,1050,1,0,0,0, + 1049,1044,1,0,0,0,1049,1050,1,0,0,0,1050,1052,1,0,0,0,1051,1053, + 5,135,0,0,1052,1051,1,0,0,0,1052,1053,1,0,0,0,1053,53,1,0,0,0,1054, + 1055,5,101,0,0,1055,1057,5,329,0,0,1056,1058,3,30,15,0,1057,1056, + 1,0,0,0,1057,1058,1,0,0,0,1058,1059,1,0,0,0,1059,1061,3,480,240, + 0,1060,1062,5,255,0,0,1061,1060,1,0,0,0,1061,1062,1,0,0,0,1062,1064, + 1,0,0,0,1063,1065,3,14,7,0,1064,1063,1,0,0,0,1064,1065,1,0,0,0,1065, + 55,1,0,0,0,1066,1067,5,160,0,0,1067,1068,5,426,0,0,1068,1069,5,301, + 0,0,1069,1070,5,426,0,0,1070,57,1,0,0,0,1071,1074,3,642,321,0,1072, + 1073,5,395,0,0,1073,1075,3,642,321,0,1074,1072,1,0,0,0,1074,1075, + 1,0,0,0,1075,1089,1,0,0,0,1076,1086,3,642,321,0,1077,1082,5,395, + 0,0,1078,1083,5,104,0,0,1079,1083,5,175,0,0,1080,1083,5,375,0,0, + 1081,1083,3,642,321,0,1082,1078,1,0,0,0,1082,1079,1,0,0,0,1082,1080, + 1,0,0,0,1082,1081,1,0,0,0,1083,1085,1,0,0,0,1084,1077,1,0,0,0,1085, + 1088,1,0,0,0,1086,1084,1,0,0,0,1086,1087,1,0,0,0,1087,1090,1,0,0, + 0,1088,1086,1,0,0,0,1089,1076,1,0,0,0,1089,1090,1,0,0,0,1090,59, + 1,0,0,0,1091,1093,3,58,29,0,1092,1094,3,630,315,0,1093,1092,1,0, + 0,0,1093,1094,1,0,0,0,1094,61,1,0,0,0,1095,1097,3,478,239,0,1096, + 1098,3,630,315,0,1097,1096,1,0,0,0,1097,1098,1,0,0,0,1098,1100,1, + 0,0,0,1099,1101,3,262,131,0,1100,1099,1,0,0,0,1100,1101,1,0,0,0, + 1101,63,1,0,0,0,1102,1125,7,4,0,0,1103,1105,3,70,35,0,1104,1106, + 5,122,0,0,1105,1104,1,0,0,0,1105,1106,1,0,0,0,1106,1107,1,0,0,0, + 1107,1108,3,474,237,0,1108,1126,1,0,0,0,1109,1111,5,69,0,0,1110, + 1112,5,122,0,0,1111,1110,1,0,0,0,1111,1112,1,0,0,0,1112,1113,1,0, + 0,0,1113,1126,3,474,237,0,1114,1116,5,141,0,0,1115,1117,5,122,0, + 0,1116,1115,1,0,0,0,1116,1117,1,0,0,0,1117,1118,1,0,0,0,1118,1126, + 3,560,280,0,1119,1122,5,138,0,0,1120,1122,5,122,0,0,1121,1119,1, + 0,0,0,1121,1120,1,0,0,0,1122,1123,1,0,0,0,1123,1126,3,62,31,0,1124, + 1126,3,62,31,0,1125,1103,1,0,0,0,1125,1109,1,0,0,0,1125,1114,1,0, + 0,0,1125,1121,1,0,0,0,1125,1124,1,0,0,0,1126,65,1,0,0,0,1127,1128, + 5,10,0,0,1128,1129,5,329,0,0,1129,1142,3,628,314,0,1130,1131,5,52, + 0,0,1131,1138,5,319,0,0,1132,1139,5,215,0,0,1133,1134,5,134,0,0, + 1134,1136,5,46,0,0,1135,1137,3,254,127,0,1136,1135,1,0,0,0,1136, + 1137,1,0,0,0,1137,1139,1,0,0,0,1138,1132,1,0,0,0,1138,1133,1,0,0, + 0,1138,1139,1,0,0,0,1139,1143,1,0,0,0,1140,1141,5,33,0,0,1141,1143, + 5,204,0,0,1142,1130,1,0,0,0,1142,1140,1,0,0,0,1143,67,1,0,0,0,1144, + 1145,7,5,0,0,1145,69,1,0,0,0,1146,1147,7,6,0,0,1147,71,1,0,0,0,1148, + 1149,5,308,0,0,1149,1152,7,7,0,0,1150,1151,5,184,0,0,1151,1153,3, + 194,97,0,1152,1150,1,0,0,0,1152,1153,1,0,0,0,1153,1332,1,0,0,0,1154, + 1156,5,308,0,0,1155,1157,5,122,0,0,1156,1155,1,0,0,0,1156,1157,1, + 0,0,0,1157,1158,1,0,0,0,1158,1162,5,330,0,0,1159,1160,3,68,34,0, + 1160,1161,3,474,237,0,1161,1163,1,0,0,0,1162,1159,1,0,0,0,1162,1163, + 1,0,0,0,1163,1165,1,0,0,0,1164,1166,3,74,37,0,1165,1164,1,0,0,0, + 1165,1166,1,0,0,0,1166,1332,1,0,0,0,1167,1168,5,308,0,0,1168,1172, + 5,379,0,0,1169,1170,3,68,34,0,1170,1171,3,474,237,0,1171,1173,1, + 0,0,0,1172,1169,1,0,0,0,1172,1173,1,0,0,0,1173,1177,1,0,0,0,1174, + 1175,5,184,0,0,1175,1178,3,194,97,0,1176,1178,3,194,97,0,1177,1174, + 1,0,0,0,1177,1176,1,0,0,0,1177,1178,1,0,0,0,1178,1332,1,0,0,0,1179, + 1180,5,308,0,0,1180,1181,5,202,0,0,1181,1185,5,379,0,0,1182,1183, + 3,68,34,0,1183,1184,3,474,237,0,1184,1186,1,0,0,0,1185,1182,1,0, + 0,0,1185,1186,1,0,0,0,1186,1190,1,0,0,0,1187,1188,5,184,0,0,1188, + 1191,3,194,97,0,1189,1191,3,194,97,0,1190,1187,1,0,0,0,1190,1189, + 1,0,0,0,1190,1191,1,0,0,0,1191,1332,1,0,0,0,1192,1194,5,308,0,0, + 1193,1195,5,315,0,0,1194,1193,1,0,0,0,1194,1195,1,0,0,0,1195,1196, + 1,0,0,0,1196,1197,5,46,0,0,1197,1198,3,68,34,0,1198,1202,3,478,239, + 0,1199,1200,3,68,34,0,1200,1201,3,474,237,0,1201,1203,1,0,0,0,1202, + 1199,1,0,0,0,1202,1203,1,0,0,0,1203,1207,1,0,0,0,1204,1205,5,184, + 0,0,1205,1208,3,194,97,0,1206,1208,3,194,97,0,1207,1204,1,0,0,0, + 1207,1206,1,0,0,0,1207,1208,1,0,0,0,1208,1332,1,0,0,0,1209,1210, + 5,308,0,0,1210,1213,5,142,0,0,1211,1212,5,184,0,0,1212,1214,3,560, + 280,0,1213,1211,1,0,0,0,1213,1214,1,0,0,0,1214,1332,1,0,0,0,1215, + 1216,5,308,0,0,1216,1217,5,239,0,0,1217,1219,3,478,239,0,1218,1220, + 3,630,315,0,1219,1218,1,0,0,0,1219,1220,1,0,0,0,1220,1222,1,0,0, + 0,1221,1223,3,496,248,0,1222,1221,1,0,0,0,1222,1223,1,0,0,0,1223, + 1225,1,0,0,0,1224,1226,3,544,272,0,1225,1224,1,0,0,0,1225,1226,1, + 0,0,0,1226,1228,1,0,0,0,1227,1229,3,388,194,0,1228,1227,1,0,0,0, + 1228,1229,1,0,0,0,1229,1332,1,0,0,0,1230,1231,5,308,0,0,1231,1237, + 5,58,0,0,1232,1233,3,70,35,0,1233,1234,3,474,237,0,1234,1238,1,0, + 0,0,1235,1236,5,329,0,0,1236,1238,3,480,240,0,1237,1232,1,0,0,0, + 1237,1235,1,0,0,0,1238,1332,1,0,0,0,1239,1240,5,308,0,0,1240,1241, + 5,329,0,0,1241,1245,5,122,0,0,1242,1243,3,68,34,0,1243,1244,3,474, + 237,0,1244,1246,1,0,0,0,1245,1242,1,0,0,0,1245,1246,1,0,0,0,1246, + 1247,1,0,0,0,1247,1248,5,184,0,0,1248,1250,3,194,97,0,1249,1251, + 3,630,315,0,1250,1249,1,0,0,0,1250,1251,1,0,0,0,1251,1332,1,0,0, + 0,1252,1253,5,308,0,0,1253,1254,5,332,0,0,1254,1258,3,480,240,0, + 1255,1256,5,399,0,0,1256,1257,5,426,0,0,1257,1259,5,400,0,0,1258, + 1255,1,0,0,0,1258,1259,1,0,0,0,1259,1332,1,0,0,0,1260,1261,5,308, + 0,0,1261,1273,5,191,0,0,1262,1263,3,70,35,0,1263,1265,3,474,237, + 0,1264,1266,5,122,0,0,1265,1264,1,0,0,0,1265,1266,1,0,0,0,1266,1274, + 1,0,0,0,1267,1269,3,60,30,0,1268,1267,1,0,0,0,1268,1269,1,0,0,0, + 1269,1271,1,0,0,0,1270,1272,5,122,0,0,1271,1270,1,0,0,0,1271,1272, + 1,0,0,0,1272,1274,1,0,0,0,1273,1262,1,0,0,0,1273,1268,1,0,0,0,1274, + 1332,1,0,0,0,1275,1276,5,308,0,0,1276,1303,5,50,0,0,1277,1278,5, + 51,0,0,1278,1279,5,405,0,0,1279,1304,5,431,0,0,1280,1281,3,70,35, + 0,1281,1282,3,474,237,0,1282,1287,1,0,0,0,1283,1285,3,60,30,0,1284, + 1283,1,0,0,0,1284,1285,1,0,0,0,1285,1287,1,0,0,0,1286,1280,1,0,0, + 0,1286,1284,1,0,0,0,1287,1289,1,0,0,0,1288,1290,3,408,204,0,1289, + 1288,1,0,0,0,1289,1290,1,0,0,0,1290,1292,1,0,0,0,1291,1293,3,410, + 205,0,1292,1291,1,0,0,0,1292,1293,1,0,0,0,1293,1295,1,0,0,0,1294, + 1296,3,412,206,0,1295,1294,1,0,0,0,1295,1296,1,0,0,0,1296,1298,1, + 0,0,0,1297,1299,3,544,272,0,1298,1297,1,0,0,0,1298,1299,1,0,0,0, + 1299,1301,1,0,0,0,1300,1302,3,388,194,0,1301,1300,1,0,0,0,1301,1302, + 1,0,0,0,1302,1304,1,0,0,0,1303,1277,1,0,0,0,1303,1286,1,0,0,0,1304, + 1332,1,0,0,0,1305,1306,5,308,0,0,1306,1332,5,346,0,0,1307,1308,5, + 308,0,0,1308,1309,5,54,0,0,1309,1332,5,426,0,0,1310,1311,5,308,0, + 0,1311,1315,5,280,0,0,1312,1313,5,243,0,0,1313,1316,3,642,321,0, + 1314,1316,5,244,0,0,1315,1312,1,0,0,0,1315,1314,1,0,0,0,1316,1332, + 1,0,0,0,1317,1318,5,308,0,0,1318,1332,5,70,0,0,1319,1321,5,308,0, + 0,1320,1322,5,138,0,0,1321,1320,1,0,0,0,1321,1322,1,0,0,0,1322,1323, + 1,0,0,0,1323,1324,7,8,0,0,1324,1325,5,224,0,0,1325,1329,3,480,240, + 0,1326,1327,3,68,34,0,1327,1328,3,474,237,0,1328,1330,1,0,0,0,1329, + 1326,1,0,0,0,1329,1330,1,0,0,0,1330,1332,1,0,0,0,1331,1148,1,0,0, + 0,1331,1154,1,0,0,0,1331,1167,1,0,0,0,1331,1179,1,0,0,0,1331,1192, + 1,0,0,0,1331,1209,1,0,0,0,1331,1215,1,0,0,0,1331,1230,1,0,0,0,1331, + 1239,1,0,0,0,1331,1252,1,0,0,0,1331,1260,1,0,0,0,1331,1275,1,0,0, + 0,1331,1305,1,0,0,0,1331,1307,1,0,0,0,1331,1310,1,0,0,0,1331,1317, + 1,0,0,0,1331,1319,1,0,0,0,1332,73,1,0,0,0,1333,1334,5,384,0,0,1334, + 1335,3,642,321,0,1335,1336,5,405,0,0,1336,1337,5,426,0,0,1337,1342, + 1,0,0,0,1338,1339,5,184,0,0,1339,1342,3,194,97,0,1340,1342,3,194, + 97,0,1341,1333,1,0,0,0,1341,1338,1,0,0,0,1341,1340,1,0,0,0,1342, + 75,1,0,0,0,1343,1344,5,190,0,0,1344,1345,5,329,0,0,1345,1346,3,628, + 314,0,1346,1347,3,80,40,0,1347,77,1,0,0,0,1348,1349,5,190,0,0,1349, + 1350,3,70,35,0,1350,1351,3,474,237,0,1351,1352,3,80,40,0,1352,79, + 1,0,0,0,1353,1354,7,9,0,0,1354,81,1,0,0,0,1355,1356,5,361,0,0,1356, + 1357,5,329,0,0,1357,1358,3,628,314,0,1358,83,1,0,0,0,1359,1360,5, + 361,0,0,1360,1361,3,70,35,0,1361,1362,3,474,237,0,1362,85,1,0,0, + 0,1363,1364,5,58,0,0,1364,1365,5,287,0,0,1365,1366,3,642,321,0,1366, + 87,1,0,0,0,1367,1368,5,101,0,0,1368,1369,5,287,0,0,1369,1370,3,642, + 321,0,1370,89,1,0,0,0,1371,1372,5,143,0,0,1372,1374,3,118,59,0,1373, + 1375,3,112,56,0,1374,1373,1,0,0,0,1374,1375,1,0,0,0,1375,1376,1, + 0,0,0,1376,1377,5,341,0,0,1377,1379,3,124,62,0,1378,1380,3,130,65, + 0,1379,1378,1,0,0,0,1379,1380,1,0,0,0,1380,91,1,0,0,0,1381,1383, + 5,283,0,0,1382,1384,3,132,66,0,1383,1382,1,0,0,0,1383,1384,1,0,0, + 0,1384,1385,1,0,0,0,1385,1387,3,118,59,0,1386,1388,3,112,56,0,1387, + 1386,1,0,0,0,1387,1388,1,0,0,0,1388,1389,1,0,0,0,1389,1390,5,139, + 0,0,1390,1391,3,124,62,0,1391,93,1,0,0,0,1392,1394,5,143,0,0,1393, + 1395,5,287,0,0,1394,1393,1,0,0,0,1394,1395,1,0,0,0,1395,1396,1,0, + 0,0,1396,1401,3,642,321,0,1397,1398,5,397,0,0,1398,1400,3,642,321, + 0,1399,1397,1,0,0,0,1400,1403,1,0,0,0,1401,1399,1,0,0,0,1401,1402, + 1,0,0,0,1402,1404,1,0,0,0,1403,1401,1,0,0,0,1404,1405,5,341,0,0, + 1405,1407,3,124,62,0,1406,1408,3,136,68,0,1407,1406,1,0,0,0,1407, + 1408,1,0,0,0,1408,95,1,0,0,0,1409,1411,5,283,0,0,1410,1412,3,134, + 67,0,1411,1410,1,0,0,0,1411,1412,1,0,0,0,1412,1414,1,0,0,0,1413, + 1415,5,287,0,0,1414,1413,1,0,0,0,1414,1415,1,0,0,0,1415,1416,1,0, + 0,0,1416,1421,3,642,321,0,1417,1418,5,397,0,0,1418,1420,3,642,321, + 0,1419,1417,1,0,0,0,1420,1423,1,0,0,0,1421,1419,1,0,0,0,1421,1422, + 1,0,0,0,1422,1424,1,0,0,0,1423,1421,1,0,0,0,1424,1425,5,139,0,0, + 1425,1426,3,124,62,0,1426,97,1,0,0,0,1427,1428,5,308,0,0,1428,1429, + 5,287,0,0,1429,1430,5,143,0,0,1430,1431,3,126,63,0,1431,99,1,0,0, + 0,1432,1433,5,308,0,0,1433,1434,5,288,0,0,1434,101,1,0,0,0,1435, + 1436,5,308,0,0,1436,1437,5,62,0,0,1437,1438,5,288,0,0,1438,103,1, + 0,0,0,1439,1440,5,304,0,0,1440,1444,5,287,0,0,1441,1445,5,7,0,0, + 1442,1445,5,213,0,0,1443,1445,3,642,321,0,1444,1441,1,0,0,0,1444, + 1442,1,0,0,0,1444,1443,1,0,0,0,1445,105,1,0,0,0,1446,1447,5,308, + 0,0,1447,1449,5,143,0,0,1448,1450,3,126,63,0,1449,1448,1,0,0,0,1449, + 1450,1,0,0,0,1450,1453,1,0,0,0,1451,1452,5,224,0,0,1452,1454,3,110, + 55,0,1453,1451,1,0,0,0,1453,1454,1,0,0,0,1454,107,1,0,0,0,1455,1456, + 5,308,0,0,1456,1457,5,252,0,0,1457,1458,3,642,321,0,1458,109,1,0, + 0,0,1459,1462,5,7,0,0,1460,1462,3,116,58,0,1461,1459,1,0,0,0,1461, + 1460,1,0,0,0,1462,111,1,0,0,0,1463,1464,5,224,0,0,1464,1465,3,114, + 57,0,1465,113,1,0,0,0,1466,1467,3,70,35,0,1467,1468,3,474,237,0, + 1468,1478,1,0,0,0,1469,1471,5,329,0,0,1470,1469,1,0,0,0,1470,1471, + 1,0,0,0,1471,1472,1,0,0,0,1472,1478,3,628,314,0,1473,1474,5,366, + 0,0,1474,1478,5,426,0,0,1475,1476,5,303,0,0,1476,1478,3,642,321, + 0,1477,1466,1,0,0,0,1477,1470,1,0,0,0,1477,1473,1,0,0,0,1477,1475, + 1,0,0,0,1478,115,1,0,0,0,1479,1480,3,70,35,0,1480,1481,3,474,237, + 0,1481,1500,1,0,0,0,1482,1484,5,329,0,0,1483,1482,1,0,0,0,1483,1484, + 1,0,0,0,1484,1485,1,0,0,0,1485,1490,3,480,240,0,1486,1487,5,399, + 0,0,1487,1488,3,254,127,0,1488,1489,5,400,0,0,1489,1491,1,0,0,0, + 1490,1486,1,0,0,0,1490,1491,1,0,0,0,1491,1493,1,0,0,0,1492,1494, + 3,630,315,0,1493,1492,1,0,0,0,1493,1494,1,0,0,0,1494,1500,1,0,0, + 0,1495,1496,5,366,0,0,1496,1500,5,426,0,0,1497,1498,5,303,0,0,1498, + 1500,3,642,321,0,1499,1479,1,0,0,0,1499,1483,1,0,0,0,1499,1495,1, + 0,0,0,1499,1497,1,0,0,0,1500,117,1,0,0,0,1501,1506,3,120,60,0,1502, + 1503,5,397,0,0,1503,1505,3,120,60,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,119,1,0,0,0,1508, + 1506,1,0,0,0,1509,1514,3,122,61,0,1510,1511,5,399,0,0,1511,1512, + 3,254,127,0,1512,1513,5,400,0,0,1513,1515,1,0,0,0,1514,1510,1,0, + 0,0,1514,1515,1,0,0,0,1515,121,1,0,0,0,1516,1517,7,10,0,0,1517,123, + 1,0,0,0,1518,1523,3,126,63,0,1519,1520,5,397,0,0,1520,1522,3,126, + 63,0,1521,1519,1,0,0,0,1522,1525,1,0,0,0,1523,1521,1,0,0,0,1523, + 1524,1,0,0,0,1524,125,1,0,0,0,1525,1523,1,0,0,0,1526,1527,5,369, + 0,0,1527,1533,3,646,323,0,1528,1529,5,144,0,0,1529,1533,3,646,323, + 0,1530,1531,5,287,0,0,1531,1533,3,642,321,0,1532,1526,1,0,0,0,1532, + 1528,1,0,0,0,1532,1530,1,0,0,0,1533,127,1,0,0,0,1534,1535,5,369, + 0,0,1535,1540,3,646,323,0,1536,1537,5,287,0,0,1537,1540,3,642,321, + 0,1538,1540,3,642,321,0,1539,1534,1,0,0,0,1539,1536,1,0,0,0,1539, + 1538,1,0,0,0,1540,129,1,0,0,0,1541,1542,5,387,0,0,1542,1543,5,143, + 0,0,1543,1544,5,227,0,0,1544,131,1,0,0,0,1545,1546,5,143,0,0,1546, + 1547,5,227,0,0,1547,1548,5,134,0,0,1548,133,1,0,0,0,1549,1550,5, + 5,0,0,1550,1551,5,227,0,0,1551,1552,5,134,0,0,1552,135,1,0,0,0,1553, + 1554,5,387,0,0,1554,1555,5,5,0,0,1555,1556,5,227,0,0,1556,137,1, + 0,0,0,1557,1559,5,212,0,0,1558,1560,5,276,0,0,1559,1558,1,0,0,0, + 1559,1560,1,0,0,0,1560,1561,1,0,0,0,1561,1562,5,329,0,0,1562,1568, + 3,480,240,0,1563,1564,7,11,0,0,1564,1566,5,239,0,0,1565,1567,3,634, + 317,0,1566,1565,1,0,0,0,1566,1567,1,0,0,0,1567,1569,1,0,0,0,1568, + 1563,1,0,0,0,1568,1569,1,0,0,0,1569,139,1,0,0,0,1570,1575,3,142, + 71,0,1571,1572,5,397,0,0,1572,1574,3,142,71,0,1573,1571,1,0,0,0, + 1574,1577,1,0,0,0,1575,1573,1,0,0,0,1575,1576,1,0,0,0,1576,141,1, + 0,0,0,1577,1575,1,0,0,0,1578,1579,3,144,72,0,1579,1580,5,426,0,0, + 1580,143,1,0,0,0,1581,1582,7,12,0,0,1582,145,1,0,0,0,1583,1585,5, + 58,0,0,1584,1586,5,333,0,0,1585,1584,1,0,0,0,1585,1586,1,0,0,0,1586, + 1587,1,0,0,0,1587,1588,5,141,0,0,1588,1589,3,558,279,0,1589,1590, + 5,17,0,0,1590,1593,5,426,0,0,1591,1592,5,370,0,0,1592,1594,3,140, + 70,0,1593,1591,1,0,0,0,1593,1594,1,0,0,0,1594,147,1,0,0,0,1595,1597, + 5,101,0,0,1596,1598,5,333,0,0,1597,1596,1,0,0,0,1597,1598,1,0,0, + 0,1598,1599,1,0,0,0,1599,1601,5,141,0,0,1600,1602,3,30,15,0,1601, + 1600,1,0,0,0,1601,1602,1,0,0,0,1602,1603,1,0,0,0,1603,1604,3,560, + 280,0,1604,149,1,0,0,0,1605,1606,5,271,0,0,1606,1607,7,13,0,0,1607, + 151,1,0,0,0,1608,1609,5,58,0,0,1609,1610,5,333,0,0,1610,1611,5,194, + 0,0,1611,1612,5,432,0,0,1612,1614,5,399,0,0,1613,1615,3,248,124, + 0,1614,1613,1,0,0,0,1614,1615,1,0,0,0,1615,1616,1,0,0,0,1616,1617, + 5,400,0,0,1617,1618,3,584,292,0,1618,153,1,0,0,0,1619,1620,5,101, + 0,0,1620,1621,5,333,0,0,1621,1623,5,194,0,0,1622,1624,3,30,15,0, + 1623,1622,1,0,0,0,1623,1624,1,0,0,0,1624,1625,1,0,0,0,1625,1626, + 5,432,0,0,1626,155,1,0,0,0,1627,1628,5,58,0,0,1628,1629,5,155,0, + 0,1629,1630,3,642,321,0,1630,1631,5,224,0,0,1631,1632,5,329,0,0, + 1632,1633,3,480,240,0,1633,1634,3,266,133,0,1634,1635,5,17,0,0,1635, + 1639,5,426,0,0,1636,1637,5,387,0,0,1637,1638,5,84,0,0,1638,1640, + 5,265,0,0,1639,1636,1,0,0,0,1639,1640,1,0,0,0,1640,1643,1,0,0,0, + 1641,1642,5,150,0,0,1642,1644,3,226,113,0,1643,1641,1,0,0,0,1643, + 1644,1,0,0,0,1644,1648,1,0,0,0,1645,1646,5,154,0,0,1646,1647,5,329, + 0,0,1647,1649,3,480,240,0,1648,1645,1,0,0,0,1648,1649,1,0,0,0,1649, + 1653,1,0,0,0,1650,1651,5,238,0,0,1651,1652,5,32,0,0,1652,1654,3, + 266,133,0,1653,1650,1,0,0,0,1653,1654,1,0,0,0,1654,1659,1,0,0,0, + 1655,1657,3,222,111,0,1656,1655,1,0,0,0,1656,1657,1,0,0,0,1657,1658, + 1,0,0,0,1658,1660,3,246,123,0,1659,1656,1,0,0,0,1659,1660,1,0,0, + 0,1660,1662,1,0,0,0,1661,1663,3,426,213,0,1662,1661,1,0,0,0,1662, + 1663,1,0,0,0,1663,1665,1,0,0,0,1664,1666,3,224,112,0,1665,1664,1, + 0,0,0,1665,1666,1,0,0,0,1666,1668,1,0,0,0,1667,1669,3,196,98,0,1668, + 1667,1,0,0,0,1668,1669,1,0,0,0,1669,157,1,0,0,0,1670,1671,5,101, + 0,0,1671,1673,5,155,0,0,1672,1674,3,30,15,0,1673,1672,1,0,0,0,1673, + 1674,1,0,0,0,1674,1675,1,0,0,0,1675,1676,3,642,321,0,1676,1677,5, + 224,0,0,1677,1678,3,480,240,0,1678,159,1,0,0,0,1679,1682,5,58,0, + 0,1680,1681,5,228,0,0,1681,1683,5,278,0,0,1682,1680,1,0,0,0,1682, + 1683,1,0,0,0,1683,1684,1,0,0,0,1684,1686,5,378,0,0,1685,1687,3,32, + 16,0,1686,1685,1,0,0,0,1686,1687,1,0,0,0,1687,1688,1,0,0,0,1688, + 1693,3,486,243,0,1689,1690,5,399,0,0,1690,1691,3,306,153,0,1691, + 1692,5,400,0,0,1692,1694,1,0,0,0,1693,1689,1,0,0,0,1693,1694,1,0, + 0,0,1694,1696,1,0,0,0,1695,1697,3,196,98,0,1696,1695,1,0,0,0,1696, + 1697,1,0,0,0,1697,1699,1,0,0,0,1698,1700,3,162,81,0,1699,1698,1, + 0,0,0,1699,1700,1,0,0,0,1700,1702,1,0,0,0,1701,1703,3,224,112,0, + 1702,1701,1,0,0,0,1702,1703,1,0,0,0,1703,1704,1,0,0,0,1704,1705, + 5,17,0,0,1705,1706,3,382,191,0,1706,161,1,0,0,0,1707,1708,5,238, + 0,0,1708,1714,5,224,0,0,1709,1710,5,399,0,0,1710,1715,3,254,127, + 0,1711,1712,5,316,0,0,1712,1713,5,399,0,0,1713,1715,3,204,102,0, + 1714,1709,1,0,0,0,1714,1711,1,0,0,0,1715,1716,1,0,0,0,1716,1717, + 5,400,0,0,1717,163,1,0,0,0,1718,1721,3,166,83,0,1719,1721,3,168, + 84,0,1720,1718,1,0,0,0,1720,1719,1,0,0,0,1721,165,1,0,0,0,1722,1723, + 5,42,0,0,1723,1724,5,224,0,0,1724,1725,5,399,0,0,1725,1726,3,254, + 127,0,1726,1727,5,400,0,0,1727,167,1,0,0,0,1728,1729,3,170,85,0, + 1729,1730,3,172,86,0,1730,169,1,0,0,0,1731,1732,5,98,0,0,1732,1733, + 5,224,0,0,1733,1734,5,399,0,0,1734,1735,3,254,127,0,1735,1736,5, + 400,0,0,1736,171,1,0,0,0,1737,1738,5,315,0,0,1738,1739,5,224,0,0, + 1739,1740,5,399,0,0,1740,1741,3,254,127,0,1741,1742,5,400,0,0,1742, + 173,1,0,0,0,1743,1744,5,101,0,0,1744,1746,5,378,0,0,1745,1747,3, + 30,15,0,1746,1745,1,0,0,0,1746,1747,1,0,0,0,1747,1748,1,0,0,0,1748, + 1749,3,484,242,0,1749,175,1,0,0,0,1750,1751,5,58,0,0,1751,1752,5, + 202,0,0,1752,1754,5,378,0,0,1753,1755,3,32,16,0,1754,1753,1,0,0, + 0,1754,1755,1,0,0,0,1755,1756,1,0,0,0,1756,1758,3,486,243,0,1757, + 1759,3,38,19,0,1758,1757,1,0,0,0,1758,1759,1,0,0,0,1759,1761,1,0, + 0,0,1760,1762,3,196,98,0,1761,1760,1,0,0,0,1761,1762,1,0,0,0,1762, + 1764,1,0,0,0,1763,1765,3,162,81,0,1764,1763,1,0,0,0,1764,1765,1, + 0,0,0,1765,1767,1,0,0,0,1766,1768,3,164,82,0,1767,1766,1,0,0,0,1767, + 1768,1,0,0,0,1768,1770,1,0,0,0,1769,1771,3,222,111,0,1770,1769,1, + 0,0,0,1770,1771,1,0,0,0,1771,1773,1,0,0,0,1772,1774,3,246,123,0, + 1773,1772,1,0,0,0,1773,1774,1,0,0,0,1774,1776,1,0,0,0,1775,1777, + 3,426,213,0,1776,1775,1,0,0,0,1776,1777,1,0,0,0,1777,1779,1,0,0, + 0,1778,1780,3,224,112,0,1779,1778,1,0,0,0,1779,1780,1,0,0,0,1780, + 1781,1,0,0,0,1781,1782,5,17,0,0,1782,1783,3,382,191,0,1783,177,1, + 0,0,0,1784,1785,5,101,0,0,1785,1786,5,202,0,0,1786,1788,5,378,0, + 0,1787,1789,3,30,15,0,1788,1787,1,0,0,0,1788,1789,1,0,0,0,1789,1790, + 1,0,0,0,1790,1791,3,484,242,0,1791,179,1,0,0,0,1792,1793,5,58,0, + 0,1793,1794,5,293,0,0,1794,1795,5,258,0,0,1795,1796,3,642,321,0, + 1796,1798,3,188,94,0,1797,1799,3,190,95,0,1798,1797,1,0,0,0,1798, + 1799,1,0,0,0,1799,1801,1,0,0,0,1800,1802,3,270,135,0,1801,1800,1, + 0,0,0,1801,1802,1,0,0,0,1802,1803,1,0,0,0,1803,1804,3,192,96,0,1804, + 181,1,0,0,0,1805,1806,5,101,0,0,1806,1807,5,293,0,0,1807,1808,5, + 258,0,0,1808,1809,3,642,321,0,1809,183,1,0,0,0,1810,1811,5,9,0,0, + 1811,1812,5,293,0,0,1812,1813,5,258,0,0,1813,1814,3,642,321,0,1814, + 1815,3,186,93,0,1815,185,1,0,0,0,1816,1822,3,188,94,0,1817,1822, + 3,190,95,0,1818,1822,3,270,135,0,1819,1822,3,192,96,0,1820,1822, + 5,115,0,0,1821,1816,1,0,0,0,1821,1817,1,0,0,0,1821,1818,1,0,0,0, + 1821,1819,1,0,0,0,1821,1820,1,0,0,0,1822,187,1,0,0,0,1823,1824,5, + 59,0,0,1824,1839,5,426,0,0,1825,1827,5,111,0,0,1826,1828,5,431,0, + 0,1827,1826,1,0,0,0,1827,1828,1,0,0,0,1828,1829,1,0,0,0,1829,1836, + 3,582,291,0,1830,1834,5,20,0,0,1831,1832,5,223,0,0,1832,1834,5,32, + 0,0,1833,1830,1,0,0,0,1833,1831,1,0,0,0,1834,1835,1,0,0,0,1835,1837, + 5,426,0,0,1836,1833,1,0,0,0,1836,1837,1,0,0,0,1837,1839,1,0,0,0, + 1838,1823,1,0,0,0,1838,1825,1,0,0,0,1839,189,1,0,0,0,1840,1841,5, + 116,0,0,1841,1842,5,17,0,0,1842,1843,5,426,0,0,1843,191,1,0,0,0, + 1844,1846,5,85,0,0,1845,1844,1,0,0,0,1845,1846,1,0,0,0,1846,1847, + 1,0,0,0,1847,1848,5,17,0,0,1848,1849,3,2,1,0,1849,193,1,0,0,0,1850, + 1853,3,642,321,0,1851,1853,5,426,0,0,1852,1850,1,0,0,0,1852,1851, + 1,0,0,0,1853,195,1,0,0,0,1854,1855,5,47,0,0,1855,1856,5,426,0,0, + 1856,197,1,0,0,0,1857,1858,5,183,0,0,1858,1859,5,431,0,0,1859,199, + 1,0,0,0,1860,1861,5,238,0,0,1861,1870,5,32,0,0,1862,1865,5,399,0, + 0,1863,1866,3,202,101,0,1864,1866,3,254,127,0,1865,1863,1,0,0,0, + 1865,1864,1,0,0,0,1866,1871,1,0,0,0,1867,1868,5,316,0,0,1868,1869, + 5,399,0,0,1869,1871,3,204,102,0,1870,1862,1,0,0,0,1870,1867,1,0, + 0,0,1871,1872,1,0,0,0,1872,1873,5,400,0,0,1873,201,1,0,0,0,1874, + 1879,3,318,159,0,1875,1876,5,397,0,0,1876,1878,3,318,159,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,203,1,0,0,0,1881,1879,1,0,0,0,1882,1887,3,206,103,0,1883, + 1884,5,397,0,0,1884,1886,3,206,103,0,1885,1883,1,0,0,0,1886,1889, + 1,0,0,0,1887,1885,1,0,0,0,1887,1888,1,0,0,0,1888,205,1,0,0,0,1889, + 1887,1,0,0,0,1890,1909,3,256,128,0,1891,1896,3,670,335,0,1892,1896, + 3,672,336,0,1893,1896,3,676,338,0,1894,1896,3,678,339,0,1895,1891, + 1,0,0,0,1895,1892,1,0,0,0,1895,1893,1,0,0,0,1895,1894,1,0,0,0,1896, + 1897,1,0,0,0,1897,1898,5,399,0,0,1898,1899,3,256,128,0,1899,1900, + 5,400,0,0,1900,1909,1,0,0,0,1901,1902,7,14,0,0,1902,1903,5,399,0, + 0,1903,1904,5,431,0,0,1904,1905,5,397,0,0,1905,1906,3,256,128,0, + 1906,1907,5,400,0,0,1907,1909,1,0,0,0,1908,1890,1,0,0,0,1908,1895, + 1,0,0,0,1908,1901,1,0,0,0,1909,207,1,0,0,0,1910,1911,5,42,0,0,1911, + 1912,5,32,0,0,1912,1913,5,399,0,0,1913,1914,3,254,127,0,1914,1921, + 5,400,0,0,1915,1916,5,315,0,0,1916,1917,5,32,0,0,1917,1918,5,399, + 0,0,1918,1919,3,264,132,0,1919,1920,5,400,0,0,1920,1922,1,0,0,0, + 1921,1915,1,0,0,0,1921,1922,1,0,0,0,1922,1923,1,0,0,0,1923,1924, + 5,166,0,0,1924,1925,5,431,0,0,1925,1926,5,31,0,0,1926,209,1,0,0, + 0,1927,1928,5,310,0,0,1928,1929,5,32,0,0,1929,1930,5,399,0,0,1930, + 1931,3,254,127,0,1931,1932,5,400,0,0,1932,1933,5,224,0,0,1933,1934, + 5,399,0,0,1934,1935,3,292,146,0,1935,1937,5,400,0,0,1936,1938,3, + 40,20,0,1937,1936,1,0,0,0,1937,1938,1,0,0,0,1938,211,1,0,0,0,1939, + 1942,3,218,109,0,1940,1942,3,220,110,0,1941,1939,1,0,0,0,1941,1940, + 1,0,0,0,1942,213,1,0,0,0,1943,1944,5,266,0,0,1944,1945,5,426,0,0, + 1945,215,1,0,0,0,1946,1947,5,267,0,0,1947,1948,5,426,0,0,1948,217, + 1,0,0,0,1949,1950,5,291,0,0,1950,1951,5,137,0,0,1951,1952,5,301, + 0,0,1952,1956,5,426,0,0,1953,1954,5,387,0,0,1954,1955,5,302,0,0, + 1955,1957,3,226,113,0,1956,1953,1,0,0,0,1956,1957,1,0,0,0,1957,219, + 1,0,0,0,1958,1959,5,291,0,0,1959,1960,5,137,0,0,1960,1962,5,87,0, + 0,1961,1963,3,236,118,0,1962,1961,1,0,0,0,1962,1963,1,0,0,0,1963, + 1965,1,0,0,0,1964,1966,3,238,119,0,1965,1964,1,0,0,0,1965,1966,1, + 0,0,0,1966,1968,1,0,0,0,1967,1969,3,240,120,0,1968,1967,1,0,0,0, + 1968,1969,1,0,0,0,1969,1971,1,0,0,0,1970,1972,3,242,121,0,1971,1970, + 1,0,0,0,1971,1972,1,0,0,0,1972,1974,1,0,0,0,1973,1975,3,244,122, + 0,1974,1973,1,0,0,0,1974,1975,1,0,0,0,1975,221,1,0,0,0,1976,1979, + 3,220,110,0,1977,1979,3,218,109,0,1978,1976,1,0,0,0,1978,1977,1, + 0,0,0,1979,223,1,0,0,0,1980,1981,5,332,0,0,1981,1982,3,226,113,0, + 1982,225,1,0,0,0,1983,1984,5,399,0,0,1984,1985,3,228,114,0,1985, + 1986,5,400,0,0,1986,227,1,0,0,0,1987,1997,3,232,116,0,1988,1993, + 5,426,0,0,1989,1990,5,397,0,0,1990,1992,5,426,0,0,1991,1989,1,0, + 0,0,1992,1995,1,0,0,0,1993,1991,1,0,0,0,1993,1994,1,0,0,0,1994,1997, + 1,0,0,0,1995,1993,1,0,0,0,1996,1987,1,0,0,0,1996,1988,1,0,0,0,1997, + 229,1,0,0,0,1998,1999,5,399,0,0,1999,2000,3,232,116,0,2000,2001, + 5,400,0,0,2001,231,1,0,0,0,2002,2007,3,234,117,0,2003,2004,5,397, + 0,0,2004,2006,3,234,117,0,2005,2003,1,0,0,0,2006,2009,1,0,0,0,2007, + 2005,1,0,0,0,2007,2008,1,0,0,0,2008,233,1,0,0,0,2009,2007,1,0,0, + 0,2010,2011,5,426,0,0,2011,2012,5,405,0,0,2012,2013,5,426,0,0,2013, + 235,1,0,0,0,2014,2015,5,127,0,0,2015,2016,5,334,0,0,2016,2017,5, + 32,0,0,2017,2021,5,426,0,0,2018,2019,5,110,0,0,2019,2020,5,32,0, + 0,2020,2022,5,426,0,0,2021,2018,1,0,0,0,2021,2022,1,0,0,0,2022,237, + 1,0,0,0,2023,2024,5,44,0,0,2024,2025,5,169,0,0,2025,2026,5,334,0, + 0,2026,2027,5,32,0,0,2027,2028,5,426,0,0,2028,239,1,0,0,0,2029,2030, + 5,198,0,0,2030,2031,5,174,0,0,2031,2032,5,334,0,0,2032,2033,5,32, + 0,0,2033,2034,5,426,0,0,2034,241,1,0,0,0,2035,2036,5,186,0,0,2036, + 2037,5,334,0,0,2037,2038,5,32,0,0,2038,2039,5,426,0,0,2039,243,1, + 0,0,0,2040,2041,5,219,0,0,2041,2042,5,85,0,0,2042,2043,5,17,0,0, + 2043,2044,5,426,0,0,2044,245,1,0,0,0,2045,2046,5,321,0,0,2046,2047, + 5,17,0,0,2047,2048,5,160,0,0,2048,2049,5,426,0,0,2049,2050,5,233, + 0,0,2050,2055,5,426,0,0,2051,2052,5,159,0,0,2052,2053,5,426,0,0, + 2053,2054,5,232,0,0,2054,2056,5,426,0,0,2055,2051,1,0,0,0,2055,2056, + 1,0,0,0,2056,2087,1,0,0,0,2057,2058,5,321,0,0,2058,2059,5,32,0,0, + 2059,2063,5,426,0,0,2060,2061,5,387,0,0,2061,2062,5,302,0,0,2062, + 2064,3,226,113,0,2063,2060,1,0,0,0,2063,2064,1,0,0,0,2064,2068,1, + 0,0,0,2065,2066,5,321,0,0,2066,2067,5,17,0,0,2067,2069,3,642,321, + 0,2068,2065,1,0,0,0,2068,2069,1,0,0,0,2069,2087,1,0,0,0,2070,2071, + 5,321,0,0,2071,2072,5,32,0,0,2072,2076,3,642,321,0,2073,2074,5,387, + 0,0,2074,2075,5,302,0,0,2075,2077,3,226,113,0,2076,2073,1,0,0,0, + 2076,2077,1,0,0,0,2077,2081,1,0,0,0,2078,2079,5,321,0,0,2079,2080, + 5,17,0,0,2080,2082,3,642,321,0,2081,2078,1,0,0,0,2081,2082,1,0,0, + 0,2082,2087,1,0,0,0,2083,2084,5,321,0,0,2084,2085,5,17,0,0,2085, + 2087,3,642,321,0,2086,2045,1,0,0,0,2086,2057,1,0,0,0,2086,2070,1, + 0,0,0,2086,2083,1,0,0,0,2087,247,1,0,0,0,2088,2093,3,312,156,0,2089, + 2090,5,397,0,0,2090,2092,3,312,156,0,2091,2089,1,0,0,0,2092,2095, + 1,0,0,0,2093,2091,1,0,0,0,2093,2094,1,0,0,0,2094,249,1,0,0,0,2095, + 2093,1,0,0,0,2096,2101,3,314,157,0,2097,2098,5,397,0,0,2098,2100, + 3,314,157,0,2099,2097,1,0,0,0,2100,2103,1,0,0,0,2101,2099,1,0,0, + 0,2101,2102,1,0,0,0,2102,251,1,0,0,0,2103,2101,1,0,0,0,2104,2109, + 3,342,171,0,2105,2106,5,397,0,0,2106,2108,3,342,171,0,2107,2105, + 1,0,0,0,2108,2111,1,0,0,0,2109,2107,1,0,0,0,2109,2110,1,0,0,0,2110, + 253,1,0,0,0,2111,2109,1,0,0,0,2112,2117,3,256,128,0,2113,2114,5, + 397,0,0,2114,2116,3,256,128,0,2115,2113,1,0,0,0,2116,2119,1,0,0, + 0,2117,2115,1,0,0,0,2117,2118,1,0,0,0,2118,255,1,0,0,0,2119,2117, + 1,0,0,0,2120,2123,3,686,343,0,2121,2123,4,128,0,0,2122,2120,1,0, + 0,0,2122,2121,1,0,0,0,2123,257,1,0,0,0,2124,2125,3,686,343,0,2125, + 259,1,0,0,0,2126,2127,3,642,321,0,2127,261,1,0,0,0,2128,2138,3,256, + 128,0,2129,2134,5,395,0,0,2130,2135,5,104,0,0,2131,2135,5,175,0, + 0,2132,2135,5,375,0,0,2133,2135,3,642,321,0,2134,2130,1,0,0,0,2134, + 2131,1,0,0,0,2134,2132,1,0,0,0,2134,2133,1,0,0,0,2135,2137,1,0,0, + 0,2136,2129,1,0,0,0,2137,2140,1,0,0,0,2138,2136,1,0,0,0,2138,2139, + 1,0,0,0,2139,263,1,0,0,0,2140,2138,1,0,0,0,2141,2146,3,304,152,0, + 2142,2143,5,397,0,0,2143,2145,3,304,152,0,2144,2142,1,0,0,0,2145, + 2148,1,0,0,0,2146,2144,1,0,0,0,2146,2147,1,0,0,0,2147,265,1,0,0, + 0,2148,2146,1,0,0,0,2149,2150,5,399,0,0,2150,2151,3,254,127,0,2151, + 2152,5,400,0,0,2152,267,1,0,0,0,2153,2155,3,270,135,0,2154,2156, + 3,272,136,0,2155,2154,1,0,0,0,2155,2156,1,0,0,0,2156,2159,1,0,0, + 0,2157,2159,3,274,137,0,2158,2153,1,0,0,0,2158,2157,1,0,0,0,2159, + 269,1,0,0,0,2160,2163,3,666,333,0,2161,2163,3,668,334,0,2162,2160, + 1,0,0,0,2162,2161,1,0,0,0,2163,271,1,0,0,0,2164,2165,7,15,0,0,2165, + 273,1,0,0,0,2166,2170,5,109,0,0,2167,2168,5,216,0,0,2168,2170,5, + 109,0,0,2169,2166,1,0,0,0,2169,2167,1,0,0,0,2170,275,1,0,0,0,2171, + 2172,7,16,0,0,2172,277,1,0,0,0,2173,2174,5,55,0,0,2174,2176,3,642, + 321,0,2175,2173,1,0,0,0,2175,2176,1,0,0,0,2176,2177,1,0,0,0,2177, + 2179,3,282,141,0,2178,2180,3,338,169,0,2179,2178,1,0,0,0,2179,2180, + 1,0,0,0,2180,279,1,0,0,0,2181,2182,5,55,0,0,2182,2183,3,642,321, + 0,2183,2185,3,282,141,0,2184,2186,3,340,170,0,2185,2184,1,0,0,0, + 2185,2186,1,0,0,0,2186,281,1,0,0,0,2187,2190,3,284,142,0,2188,2190, + 3,286,143,0,2189,2187,1,0,0,0,2189,2188,1,0,0,0,2190,283,1,0,0,0, + 2191,2192,3,336,168,0,2192,2193,3,266,133,0,2193,285,1,0,0,0,2194, + 2195,5,40,0,0,2195,2196,5,399,0,0,2196,2197,3,584,292,0,2197,2198, + 5,400,0,0,2198,287,1,0,0,0,2199,2200,5,55,0,0,2200,2202,3,642,321, + 0,2201,2199,1,0,0,0,2201,2202,1,0,0,0,2202,2203,1,0,0,0,2203,2204, + 5,136,0,0,2204,2205,5,173,0,0,2205,2206,3,266,133,0,2206,2207,5, + 269,0,0,2207,2208,3,480,240,0,2208,2210,3,266,133,0,2209,2211,3, + 338,169,0,2210,2209,1,0,0,0,2210,2211,1,0,0,0,2211,289,1,0,0,0,2212, + 2213,5,55,0,0,2213,2214,3,642,321,0,2214,2215,5,136,0,0,2215,2216, + 5,173,0,0,2216,2217,3,266,133,0,2217,2218,5,269,0,0,2218,2219,3, + 480,240,0,2219,2221,3,266,133,0,2220,2222,3,340,170,0,2221,2220, + 1,0,0,0,2221,2222,1,0,0,0,2222,291,1,0,0,0,2223,2226,3,298,149,0, + 2224,2226,3,294,147,0,2225,2223,1,0,0,0,2225,2224,1,0,0,0,2226,293, + 1,0,0,0,2227,2232,3,296,148,0,2228,2229,5,397,0,0,2229,2231,3,296, + 148,0,2230,2228,1,0,0,0,2231,2234,1,0,0,0,2232,2230,1,0,0,0,2232, + 2233,1,0,0,0,2233,295,1,0,0,0,2234,2232,1,0,0,0,2235,2236,5,399, + 0,0,2236,2237,3,298,149,0,2237,2238,5,400,0,0,2238,297,1,0,0,0,2239, + 2244,3,576,288,0,2240,2241,5,397,0,0,2241,2243,3,576,288,0,2242, + 2240,1,0,0,0,2243,2246,1,0,0,0,2244,2242,1,0,0,0,2244,2245,1,0,0, + 0,2245,299,1,0,0,0,2246,2244,1,0,0,0,2247,2248,7,17,0,0,2248,301, + 1,0,0,0,2249,2250,5,220,0,0,2250,2251,7,18,0,0,2251,303,1,0,0,0, + 2252,2254,3,256,128,0,2253,2255,3,300,150,0,2254,2253,1,0,0,0,2254, + 2255,1,0,0,0,2255,2257,1,0,0,0,2256,2258,3,302,151,0,2257,2256,1, + 0,0,0,2257,2258,1,0,0,0,2258,305,1,0,0,0,2259,2264,3,308,154,0,2260, + 2261,5,397,0,0,2261,2263,3,308,154,0,2262,2260,1,0,0,0,2263,2266, + 1,0,0,0,2264,2262,1,0,0,0,2264,2265,1,0,0,0,2265,307,1,0,0,0,2266, + 2264,1,0,0,0,2267,2270,3,260,130,0,2268,2269,5,47,0,0,2269,2271, + 5,426,0,0,2270,2268,1,0,0,0,2270,2271,1,0,0,0,2271,309,1,0,0,0,2272, + 2275,3,256,128,0,2273,2275,3,584,292,0,2274,2272,1,0,0,0,2274,2273, + 1,0,0,0,2275,2277,1,0,0,0,2276,2278,3,300,150,0,2277,2276,1,0,0, + 0,2277,2278,1,0,0,0,2278,2280,1,0,0,0,2279,2281,3,302,151,0,2280, + 2279,1,0,0,0,2280,2281,1,0,0,0,2281,311,1,0,0,0,2282,2283,3,260, + 130,0,2283,2286,3,344,172,0,2284,2285,5,47,0,0,2285,2287,5,426,0, + 0,2286,2284,1,0,0,0,2286,2287,1,0,0,0,2287,313,1,0,0,0,2288,2291, + 3,316,158,0,2289,2291,3,318,159,0,2290,2288,1,0,0,0,2290,2289,1, + 0,0,0,2291,315,1,0,0,0,2292,2295,3,288,144,0,2293,2295,3,278,139, + 0,2294,2292,1,0,0,0,2294,2293,1,0,0,0,2295,317,1,0,0,0,2296,2297, + 3,260,130,0,2297,2299,3,344,172,0,2298,2300,3,320,160,0,2299,2298, + 1,0,0,0,2299,2300,1,0,0,0,2300,2303,1,0,0,0,2301,2302,5,47,0,0,2302, + 2304,5,426,0,0,2303,2301,1,0,0,0,2303,2304,1,0,0,0,2304,319,1,0, + 0,0,2305,2308,3,322,161,0,2306,2308,3,324,162,0,2307,2305,1,0,0, + 0,2307,2306,1,0,0,0,2308,321,1,0,0,0,2309,2310,5,55,0,0,2310,2312, + 3,642,321,0,2311,2309,1,0,0,0,2311,2312,1,0,0,0,2312,2313,1,0,0, + 0,2313,2314,5,269,0,0,2314,2315,3,480,240,0,2315,2316,5,399,0,0, + 2316,2317,3,256,128,0,2317,2319,5,400,0,0,2318,2320,3,338,169,0, + 2319,2318,1,0,0,0,2319,2320,1,0,0,0,2320,323,1,0,0,0,2321,2322,5, + 55,0,0,2322,2324,3,642,321,0,2323,2321,1,0,0,0,2323,2324,1,0,0,0, + 2324,2325,1,0,0,0,2325,2327,3,332,166,0,2326,2328,3,338,169,0,2327, + 2326,1,0,0,0,2327,2328,1,0,0,0,2328,325,1,0,0,0,2329,2332,3,328, + 164,0,2330,2332,3,330,165,0,2331,2329,1,0,0,0,2331,2330,1,0,0,0, + 2332,327,1,0,0,0,2333,2334,5,55,0,0,2334,2336,3,642,321,0,2335,2333, + 1,0,0,0,2335,2336,1,0,0,0,2336,2337,1,0,0,0,2337,2338,5,269,0,0, + 2338,2339,3,480,240,0,2339,2340,5,399,0,0,2340,2341,3,256,128,0, + 2341,2343,5,400,0,0,2342,2344,3,340,170,0,2343,2342,1,0,0,0,2343, + 2344,1,0,0,0,2344,329,1,0,0,0,2345,2346,5,55,0,0,2346,2348,3,642, + 321,0,2347,2345,1,0,0,0,2347,2348,1,0,0,0,2348,2349,1,0,0,0,2349, + 2351,3,332,166,0,2350,2352,3,340,170,0,2351,2350,1,0,0,0,2351,2352, + 1,0,0,0,2352,331,1,0,0,0,2353,2354,5,216,0,0,2354,2360,5,219,0,0, + 2355,2356,5,83,0,0,2356,2360,3,334,167,0,2357,2360,3,286,143,0,2358, + 2360,3,336,168,0,2359,2353,1,0,0,0,2359,2355,1,0,0,0,2359,2357,1, + 0,0,0,2359,2358,1,0,0,0,2360,333,1,0,0,0,2361,2365,3,576,288,0,2362, + 2365,3,554,277,0,2363,2365,3,564,282,0,2364,2361,1,0,0,0,2364,2362, + 1,0,0,0,2364,2363,1,0,0,0,2365,335,1,0,0,0,2366,2367,5,251,0,0,2367, + 2370,5,173,0,0,2368,2370,5,358,0,0,2369,2366,1,0,0,0,2369,2368,1, + 0,0,0,2370,337,1,0,0,0,2371,2373,3,268,134,0,2372,2374,3,276,138, + 0,2373,2372,1,0,0,0,2373,2374,1,0,0,0,2374,339,1,0,0,0,2375,2377, + 3,268,134,0,2376,2378,3,276,138,0,2377,2376,1,0,0,0,2377,2378,1, + 0,0,0,2378,341,1,0,0,0,2379,2380,3,260,130,0,2380,2381,5,396,0,0, + 2381,2384,3,344,172,0,2382,2383,5,47,0,0,2383,2385,5,426,0,0,2384, + 2382,1,0,0,0,2384,2385,1,0,0,0,2385,343,1,0,0,0,2386,2387,3,348, + 174,0,2387,345,1,0,0,0,2388,2393,3,344,172,0,2389,2390,5,397,0,0, + 2390,2392,3,344,172,0,2391,2389,1,0,0,0,2392,2395,1,0,0,0,2393,2391, + 1,0,0,0,2393,2394,1,0,0,0,2394,347,1,0,0,0,2395,2393,1,0,0,0,2396, + 2402,3,350,175,0,2397,2402,3,352,176,0,2398,2402,3,354,177,0,2399, + 2402,3,356,178,0,2400,2402,3,358,179,0,2401,2396,1,0,0,0,2401,2397, + 1,0,0,0,2401,2398,1,0,0,0,2401,2399,1,0,0,0,2401,2400,1,0,0,0,2402, + 349,1,0,0,0,2403,2441,5,340,0,0,2404,2441,5,311,0,0,2405,2441,5, + 162,0,0,2406,2441,5,163,0,0,2407,2441,5,26,0,0,2408,2441,5,28,0, + 0,2409,2441,5,131,0,0,2410,2441,5,264,0,0,2411,2413,5,100,0,0,2412, + 2414,5,248,0,0,2413,2412,1,0,0,0,2413,2414,1,0,0,0,2414,2441,1,0, + 0,0,2415,2441,5,71,0,0,2416,2441,5,72,0,0,2417,2441,5,337,0,0,2418, + 2441,5,338,0,0,2419,2420,5,337,0,0,2420,2421,5,387,0,0,2421,2422, + 5,188,0,0,2422,2423,5,336,0,0,2423,2441,5,394,0,0,2424,2441,5,323, + 0,0,2425,2441,5,27,0,0,2426,2434,3,684,342,0,2427,2428,5,399,0,0, + 2428,2431,5,431,0,0,2429,2430,5,397,0,0,2430,2432,5,431,0,0,2431, + 2429,1,0,0,0,2431,2432,1,0,0,0,2432,2433,1,0,0,0,2433,2435,5,400, + 0,0,2434,2427,1,0,0,0,2434,2435,1,0,0,0,2435,2441,1,0,0,0,2436,2437, + 7,19,0,0,2437,2438,5,399,0,0,2438,2439,5,431,0,0,2439,2441,5,400, + 0,0,2440,2403,1,0,0,0,2440,2404,1,0,0,0,2440,2405,1,0,0,0,2440,2406, + 1,0,0,0,2440,2407,1,0,0,0,2440,2408,1,0,0,0,2440,2409,1,0,0,0,2440, + 2410,1,0,0,0,2440,2411,1,0,0,0,2440,2415,1,0,0,0,2440,2416,1,0,0, + 0,2440,2417,1,0,0,0,2440,2418,1,0,0,0,2440,2419,1,0,0,0,2440,2424, + 1,0,0,0,2440,2425,1,0,0,0,2440,2426,1,0,0,0,2440,2436,1,0,0,0,2441, + 351,1,0,0,0,2442,2443,5,16,0,0,2443,2444,5,409,0,0,2444,2445,3,348, + 174,0,2445,2446,5,411,0,0,2446,353,1,0,0,0,2447,2448,5,324,0,0,2448, + 2449,5,409,0,0,2449,2450,3,252,126,0,2450,2451,5,411,0,0,2451,355, + 1,0,0,0,2452,2453,5,198,0,0,2453,2454,5,409,0,0,2454,2455,3,350, + 175,0,2455,2456,5,397,0,0,2456,2457,3,348,174,0,2457,2458,5,411, + 0,0,2458,357,1,0,0,0,2459,2460,5,357,0,0,2460,2461,5,409,0,0,2461, + 2462,3,346,173,0,2462,2463,5,411,0,0,2463,359,1,0,0,0,2464,2466, + 7,20,0,0,2465,2467,7,21,0,0,2466,2465,1,0,0,0,2466,2467,1,0,0,0, + 2467,361,1,0,0,0,2468,2470,3,366,183,0,2469,2468,1,0,0,0,2469,2470, + 1,0,0,0,2470,2471,1,0,0,0,2471,2472,3,364,182,0,2472,363,1,0,0,0, + 2473,2476,3,370,185,0,2474,2476,3,374,187,0,2475,2473,1,0,0,0,2475, + 2474,1,0,0,0,2476,365,1,0,0,0,2477,2478,5,387,0,0,2478,2483,3,368, + 184,0,2479,2480,5,397,0,0,2480,2482,3,368,184,0,2481,2479,1,0,0, + 0,2482,2485,1,0,0,0,2483,2481,1,0,0,0,2483,2484,1,0,0,0,2484,367, + 1,0,0,0,2485,2483,1,0,0,0,2486,2491,3,642,321,0,2487,2488,5,399, + 0,0,2488,2489,3,254,127,0,2489,2490,5,400,0,0,2490,2492,1,0,0,0, + 2491,2487,1,0,0,0,2491,2492,1,0,0,0,2492,2493,1,0,0,0,2493,2494, + 5,17,0,0,2494,2495,5,399,0,0,2495,2496,3,362,181,0,2496,2497,5,400, + 0,0,2497,369,1,0,0,0,2498,2504,3,372,186,0,2499,2500,3,360,180,0, + 2500,2501,3,372,186,0,2501,2503,1,0,0,0,2502,2499,1,0,0,0,2503,2506, + 1,0,0,0,2504,2502,1,0,0,0,2504,2505,1,0,0,0,2505,371,1,0,0,0,2506, + 2504,1,0,0,0,2507,2508,3,450,225,0,2508,2509,3,384,192,0,2509,2511, + 3,502,251,0,2510,2512,3,464,232,0,2511,2510,1,0,0,0,2511,2512,1, + 0,0,0,2512,2514,1,0,0,0,2513,2515,3,496,248,0,2514,2513,1,0,0,0, + 2514,2515,1,0,0,0,2515,2517,1,0,0,0,2516,2518,3,522,261,0,2517,2516, + 1,0,0,0,2517,2518,1,0,0,0,2518,2520,1,0,0,0,2519,2521,3,530,265, + 0,2520,2519,1,0,0,0,2520,2521,1,0,0,0,2521,2523,1,0,0,0,2522,2524, + 3,514,257,0,2523,2522,1,0,0,0,2523,2524,1,0,0,0,2524,2526,1,0,0, + 0,2525,2527,3,532,266,0,2526,2525,1,0,0,0,2526,2527,1,0,0,0,2527, + 2529,1,0,0,0,2528,2530,3,544,272,0,2529,2528,1,0,0,0,2529,2530,1, + 0,0,0,2530,2532,1,0,0,0,2531,2533,3,548,274,0,2532,2531,1,0,0,0, + 2532,2533,1,0,0,0,2533,2535,1,0,0,0,2534,2536,3,550,275,0,2535,2534, + 1,0,0,0,2535,2536,1,0,0,0,2536,2538,1,0,0,0,2537,2539,3,552,276, + 0,2538,2537,1,0,0,0,2538,2539,1,0,0,0,2539,2541,1,0,0,0,2540,2542, + 3,388,194,0,2541,2540,1,0,0,0,2541,2542,1,0,0,0,2542,2579,1,0,0, + 0,2543,2544,3,450,225,0,2544,2546,3,502,251,0,2545,2547,3,464,232, + 0,2546,2545,1,0,0,0,2546,2547,1,0,0,0,2547,2549,1,0,0,0,2548,2550, + 3,496,248,0,2549,2548,1,0,0,0,2549,2550,1,0,0,0,2550,2552,1,0,0, + 0,2551,2553,3,522,261,0,2552,2551,1,0,0,0,2552,2553,1,0,0,0,2553, + 2555,1,0,0,0,2554,2556,3,530,265,0,2555,2554,1,0,0,0,2555,2556,1, + 0,0,0,2556,2558,1,0,0,0,2557,2559,3,514,257,0,2558,2557,1,0,0,0, + 2558,2559,1,0,0,0,2559,2561,1,0,0,0,2560,2562,3,532,266,0,2561,2560, + 1,0,0,0,2561,2562,1,0,0,0,2562,2564,1,0,0,0,2563,2565,3,544,272, + 0,2564,2563,1,0,0,0,2564,2565,1,0,0,0,2565,2567,1,0,0,0,2566,2568, + 3,548,274,0,2567,2566,1,0,0,0,2567,2568,1,0,0,0,2568,2570,1,0,0, + 0,2569,2571,3,550,275,0,2570,2569,1,0,0,0,2570,2571,1,0,0,0,2571, + 2573,1,0,0,0,2572,2574,3,552,276,0,2573,2572,1,0,0,0,2573,2574,1, + 0,0,0,2574,2576,1,0,0,0,2575,2577,3,388,194,0,2576,2575,1,0,0,0, + 2576,2577,1,0,0,0,2577,2579,1,0,0,0,2578,2507,1,0,0,0,2578,2543, + 1,0,0,0,2579,373,1,0,0,0,2580,2581,3,384,192,0,2581,2582,3,378,189, + 0,2582,2585,1,0,0,0,2583,2585,3,378,189,0,2584,2580,1,0,0,0,2584, + 2583,1,0,0,0,2585,375,1,0,0,0,2586,2588,3,502,251,0,2587,2589,3, + 450,225,0,2588,2587,1,0,0,0,2588,2589,1,0,0,0,2589,2591,1,0,0,0, + 2590,2592,3,496,248,0,2591,2590,1,0,0,0,2591,2592,1,0,0,0,2592,2594, + 1,0,0,0,2593,2595,3,522,261,0,2594,2593,1,0,0,0,2594,2595,1,0,0, + 0,2595,2597,1,0,0,0,2596,2598,3,530,265,0,2597,2596,1,0,0,0,2597, + 2598,1,0,0,0,2598,2600,1,0,0,0,2599,2601,3,514,257,0,2600,2599,1, + 0,0,0,2600,2601,1,0,0,0,2601,2603,1,0,0,0,2602,2604,3,532,266,0, + 2603,2602,1,0,0,0,2603,2604,1,0,0,0,2604,2611,1,0,0,0,2605,2606, + 5,399,0,0,2606,2607,3,378,189,0,2607,2608,5,400,0,0,2608,2611,1, + 0,0,0,2609,2611,3,498,249,0,2610,2586,1,0,0,0,2610,2605,1,0,0,0, + 2610,2609,1,0,0,0,2611,377,1,0,0,0,2612,2614,3,376,188,0,2613,2615, + 3,380,190,0,2614,2613,1,0,0,0,2614,2615,1,0,0,0,2615,2617,1,0,0, + 0,2616,2618,3,544,272,0,2617,2616,1,0,0,0,2617,2618,1,0,0,0,2618, + 2620,1,0,0,0,2619,2621,3,548,274,0,2620,2619,1,0,0,0,2620,2621,1, + 0,0,0,2621,2623,1,0,0,0,2622,2624,3,550,275,0,2623,2622,1,0,0,0, + 2623,2624,1,0,0,0,2624,2626,1,0,0,0,2625,2627,3,552,276,0,2626,2625, + 1,0,0,0,2626,2627,1,0,0,0,2627,2629,1,0,0,0,2628,2630,3,388,194, + 0,2629,2628,1,0,0,0,2629,2630,1,0,0,0,2630,379,1,0,0,0,2631,2632, + 3,360,180,0,2632,2633,3,376,188,0,2633,2635,1,0,0,0,2634,2631,1, + 0,0,0,2635,2636,1,0,0,0,2636,2634,1,0,0,0,2636,2637,1,0,0,0,2637, + 381,1,0,0,0,2638,2640,3,366,183,0,2639,2638,1,0,0,0,2639,2640,1, + 0,0,0,2640,2641,1,0,0,0,2641,2642,3,378,189,0,2642,383,1,0,0,0,2643, + 2660,5,161,0,0,2644,2645,5,235,0,0,2645,2647,3,386,193,0,2646,2648, + 3,32,16,0,2647,2646,1,0,0,0,2647,2648,1,0,0,0,2648,2661,1,0,0,0, + 2649,2651,5,166,0,0,2650,2652,5,329,0,0,2651,2650,1,0,0,0,2651,2652, + 1,0,0,0,2652,2653,1,0,0,0,2653,2658,3,628,314,0,2654,2655,5,399, + 0,0,2655,2656,3,254,127,0,2656,2657,5,400,0,0,2657,2659,1,0,0,0, + 2658,2654,1,0,0,0,2658,2659,1,0,0,0,2659,2661,1,0,0,0,2660,2644, + 1,0,0,0,2660,2649,1,0,0,0,2661,385,1,0,0,0,2662,2664,5,188,0,0,2663, + 2662,1,0,0,0,2663,2664,1,0,0,0,2664,2665,1,0,0,0,2665,2666,5,93, + 0,0,2666,2668,5,426,0,0,2667,2669,3,222,111,0,2668,2667,1,0,0,0, + 2668,2669,1,0,0,0,2669,2671,1,0,0,0,2670,2672,3,246,123,0,2671,2670, + 1,0,0,0,2671,2672,1,0,0,0,2672,2676,1,0,0,0,2673,2674,5,329,0,0, + 2674,2676,3,628,314,0,2675,2663,1,0,0,0,2675,2673,1,0,0,0,2676,387, + 1,0,0,0,2677,2686,5,185,0,0,2678,2679,5,431,0,0,2679,2681,5,397, + 0,0,2680,2678,1,0,0,0,2680,2681,1,0,0,0,2681,2682,1,0,0,0,2682,2687, + 5,431,0,0,2683,2684,5,431,0,0,2684,2685,5,223,0,0,2685,2687,5,431, + 0,0,2686,2680,1,0,0,0,2686,2683,1,0,0,0,2687,389,1,0,0,0,2688,2689, + 3,256,128,0,2689,2690,5,405,0,0,2690,2691,3,392,196,0,2691,391,1, + 0,0,0,2692,2695,5,83,0,0,2693,2695,3,594,297,0,2694,2692,1,0,0,0, + 2694,2693,1,0,0,0,2695,393,1,0,0,0,2696,2697,5,304,0,0,2697,2702, + 3,390,195,0,2698,2699,5,397,0,0,2699,2701,3,390,195,0,2700,2698, + 1,0,0,0,2701,2704,1,0,0,0,2702,2700,1,0,0,0,2702,2703,1,0,0,0,2703, + 395,1,0,0,0,2704,2702,1,0,0,0,2705,2706,5,318,0,0,2706,2715,5,344, + 0,0,2707,2712,3,398,199,0,2708,2709,5,397,0,0,2709,2711,3,398,199, + 0,2710,2708,1,0,0,0,2711,2714,1,0,0,0,2712,2710,1,0,0,0,2712,2713, + 1,0,0,0,2713,2716,1,0,0,0,2714,2712,1,0,0,0,2715,2707,1,0,0,0,2715, + 2716,1,0,0,0,2716,2729,1,0,0,0,2717,2719,5,48,0,0,2718,2720,5,389, + 0,0,2719,2718,1,0,0,0,2719,2720,1,0,0,0,2720,2729,1,0,0,0,2721,2723, + 5,289,0,0,2722,2724,5,389,0,0,2723,2722,1,0,0,0,2723,2724,1,0,0, + 0,2724,2729,1,0,0,0,2725,2726,5,304,0,0,2726,2727,5,22,0,0,2727, + 2729,7,22,0,0,2728,2705,1,0,0,0,2728,2717,1,0,0,0,2728,2721,1,0, + 0,0,2728,2725,1,0,0,0,2729,397,1,0,0,0,2730,2731,5,168,0,0,2731, + 2732,5,182,0,0,2732,2736,5,312,0,0,2733,2734,5,261,0,0,2734,2736, + 7,23,0,0,2735,2730,1,0,0,0,2735,2733,1,0,0,0,2736,399,1,0,0,0,2737, + 2740,3,404,202,0,2738,2740,3,406,203,0,2739,2737,1,0,0,0,2739,2738, + 1,0,0,0,2740,2743,1,0,0,0,2741,2739,1,0,0,0,2741,2742,1,0,0,0,2742, + 2745,1,0,0,0,2743,2741,1,0,0,0,2744,2746,3,402,201,0,2745,2744,1, + 0,0,0,2745,2746,1,0,0,0,2746,401,1,0,0,0,2747,2748,5,383,0,0,2748, + 2749,5,216,0,0,2749,2752,5,201,0,0,2750,2751,5,11,0,0,2751,2753, + 3,584,292,0,2752,2750,1,0,0,0,2752,2753,1,0,0,0,2753,2754,1,0,0, + 0,2754,2755,5,335,0,0,2755,2757,5,161,0,0,2756,2758,3,266,133,0, + 2757,2756,1,0,0,0,2757,2758,1,0,0,0,2758,2759,1,0,0,0,2759,2760, + 5,374,0,0,2760,2761,3,540,270,0,2761,403,1,0,0,0,2762,2763,5,383, + 0,0,2763,2764,5,201,0,0,2764,2765,5,11,0,0,2765,2766,3,584,292,0, + 2766,2770,5,335,0,0,2767,2768,5,365,0,0,2768,2771,3,394,197,0,2769, + 2771,5,86,0,0,2770,2767,1,0,0,0,2770,2769,1,0,0,0,2771,405,1,0,0, + 0,2772,2773,5,383,0,0,2773,2774,5,201,0,0,2774,2778,5,335,0,0,2775, + 2776,5,365,0,0,2776,2779,3,394,197,0,2777,2779,5,86,0,0,2778,2775, + 1,0,0,0,2778,2777,1,0,0,0,2779,407,1,0,0,0,2780,2781,5,246,0,0,2781, + 2782,5,426,0,0,2782,409,1,0,0,0,2783,2784,5,352,0,0,2784,2785,5, + 426,0,0,2785,411,1,0,0,0,2786,2787,5,320,0,0,2787,2788,5,426,0,0, + 2788,413,1,0,0,0,2789,2820,5,9,0,0,2790,2791,5,329,0,0,2791,2792, + 3,480,240,0,2792,2793,3,416,208,0,2793,2821,1,0,0,0,2794,2795,5, + 378,0,0,2795,2797,3,484,242,0,2796,2798,5,17,0,0,2797,2796,1,0,0, + 0,2797,2798,1,0,0,0,2798,2799,1,0,0,0,2799,2800,3,420,210,0,2800, + 2821,1,0,0,0,2801,2802,5,202,0,0,2802,2803,5,378,0,0,2803,2807,3, + 484,242,0,2804,2808,3,36,18,0,2805,2808,3,38,19,0,2806,2808,5,265, + 0,0,2807,2804,1,0,0,0,2807,2805,1,0,0,0,2807,2806,1,0,0,0,2808,2821, + 1,0,0,0,2809,2810,3,70,35,0,2810,2811,3,422,211,0,2811,2821,1,0, + 0,0,2812,2813,5,69,0,0,2813,2821,3,424,212,0,2814,2815,5,155,0,0, + 2815,2816,3,642,321,0,2816,2817,5,224,0,0,2817,2818,3,628,314,0, + 2818,2819,5,265,0,0,2819,2821,1,0,0,0,2820,2790,1,0,0,0,2820,2794, + 1,0,0,0,2820,2801,1,0,0,0,2820,2809,1,0,0,0,2820,2812,1,0,0,0,2820, + 2814,1,0,0,0,2821,415,1,0,0,0,2822,2823,5,274,0,0,2823,2824,5,341, + 0,0,2824,2912,3,482,241,0,2825,2826,5,102,0,0,2826,2912,5,239,0, + 0,2827,2912,3,428,214,0,2828,2830,5,4,0,0,2829,2831,3,32,16,0,2830, + 2829,1,0,0,0,2830,2831,1,0,0,0,2831,2836,1,0,0,0,2832,2834,3,630, + 315,0,2833,2835,3,426,213,0,2834,2833,1,0,0,0,2834,2835,1,0,0,0, + 2835,2837,1,0,0,0,2836,2832,1,0,0,0,2837,2838,1,0,0,0,2838,2836, + 1,0,0,0,2838,2839,1,0,0,0,2839,2912,1,0,0,0,2840,2844,5,342,0,0, + 2841,2843,3,630,315,0,2842,2841,1,0,0,0,2843,2846,1,0,0,0,2844,2842, + 1,0,0,0,2844,2845,1,0,0,0,2845,2912,1,0,0,0,2846,2844,1,0,0,0,2847, + 2851,5,15,0,0,2848,2850,3,630,315,0,2849,2848,1,0,0,0,2850,2853, + 1,0,0,0,2851,2849,1,0,0,0,2851,2852,1,0,0,0,2852,2912,1,0,0,0,2853, + 2851,1,0,0,0,2854,2858,5,353,0,0,2855,2857,3,630,315,0,2856,2855, + 1,0,0,0,2857,2860,1,0,0,0,2858,2856,1,0,0,0,2858,2859,1,0,0,0,2859, + 2912,1,0,0,0,2860,2858,1,0,0,0,2861,2862,5,304,0,0,2862,2863,5,332, + 0,0,2863,2912,3,226,113,0,2864,2865,5,363,0,0,2865,2867,5,332,0, + 0,2866,2868,3,30,15,0,2867,2866,1,0,0,0,2867,2868,1,0,0,0,2868,2869, + 1,0,0,0,2869,2912,3,226,113,0,2870,2912,3,210,105,0,2871,2874,5, + 216,0,0,2872,2875,5,310,0,0,2873,2875,3,40,20,0,2874,2872,1,0,0, + 0,2874,2873,1,0,0,0,2875,2912,1,0,0,0,2876,2877,5,113,0,0,2877,2878, + 3,630,315,0,2878,2879,5,387,0,0,2879,2880,5,329,0,0,2880,2881,3, + 480,240,0,2881,2912,1,0,0,0,2882,2883,5,237,0,0,2883,2884,5,45,0, + 0,2884,2885,5,399,0,0,2885,2886,3,312,156,0,2886,2887,5,400,0,0, + 2887,2912,1,0,0,0,2888,2889,5,101,0,0,2889,2890,5,55,0,0,2890,2912, + 3,642,321,0,2891,2894,5,4,0,0,2892,2895,3,290,145,0,2893,2895,3, + 280,140,0,2894,2892,1,0,0,0,2894,2893,1,0,0,0,2895,2912,1,0,0,0, + 2896,2898,3,630,315,0,2897,2896,1,0,0,0,2897,2898,1,0,0,0,2898,2899, + 1,0,0,0,2899,2912,3,418,209,0,2900,2901,5,304,0,0,2901,2902,5,236, + 0,0,2902,2912,3,126,63,0,2903,2904,5,304,0,0,2904,2905,5,237,0,0, + 2905,2906,5,316,0,0,2906,2907,5,399,0,0,2907,2908,3,204,102,0,2908, + 2909,5,400,0,0,2909,2912,1,0,0,0,2910,2912,3,432,216,0,2911,2822, + 1,0,0,0,2911,2825,1,0,0,0,2911,2827,1,0,0,0,2911,2828,1,0,0,0,2911, + 2840,1,0,0,0,2911,2847,1,0,0,0,2911,2854,1,0,0,0,2911,2861,1,0,0, + 0,2911,2864,1,0,0,0,2911,2870,1,0,0,0,2911,2871,1,0,0,0,2911,2876, + 1,0,0,0,2911,2882,1,0,0,0,2911,2888,1,0,0,0,2911,2891,1,0,0,0,2911, + 2897,1,0,0,0,2911,2900,1,0,0,0,2911,2903,1,0,0,0,2911,2910,1,0,0, + 0,2912,417,1,0,0,0,2913,2914,5,304,0,0,2914,2915,5,129,0,0,2915, + 3046,3,434,217,0,2916,2917,5,304,0,0,2917,2918,5,189,0,0,2918,3046, + 5,426,0,0,2919,3046,5,53,0,0,2920,2930,5,304,0,0,2921,2922,5,301, + 0,0,2922,2926,5,426,0,0,2923,2924,5,387,0,0,2924,2925,5,302,0,0, + 2925,2927,3,226,113,0,2926,2923,1,0,0,0,2926,2927,1,0,0,0,2927,2931, + 1,0,0,0,2928,2929,5,302,0,0,2929,2931,3,226,113,0,2930,2921,1,0, + 0,0,2930,2928,1,0,0,0,2931,3046,1,0,0,0,2932,2933,5,363,0,0,2933, + 2934,5,302,0,0,2934,3046,3,226,113,0,2935,2936,5,274,0,0,2936,2937, + 5,341,0,0,2937,3046,3,630,315,0,2938,2939,5,166,0,0,2939,2940,5, + 431,0,0,2940,3046,5,31,0,0,2941,2942,5,304,0,0,2942,2943,5,310,0, + 0,2943,2944,5,189,0,0,2944,2945,5,399,0,0,2945,2950,3,430,215,0, + 2946,2947,5,397,0,0,2947,2949,3,430,215,0,2948,2946,1,0,0,0,2949, + 2952,1,0,0,0,2950,2948,1,0,0,0,2950,2951,1,0,0,0,2951,2953,1,0,0, + 0,2952,2950,1,0,0,0,2953,2954,5,400,0,0,2954,3046,1,0,0,0,2955,2956, + 5,216,0,0,2956,3046,7,24,0,0,2957,3046,3,208,104,0,2958,2959,5,49, + 0,0,2959,2962,5,426,0,0,2960,2961,5,11,0,0,2961,2963,5,380,0,0,2962, + 2960,1,0,0,0,2962,2963,1,0,0,0,2963,2968,1,0,0,0,2964,2965,5,42, + 0,0,2965,2966,5,166,0,0,2966,2967,5,431,0,0,2967,2969,5,31,0,0,2968, + 2964,1,0,0,0,2968,2969,1,0,0,0,2969,2971,1,0,0,0,2970,2972,3,544, + 272,0,2971,2970,1,0,0,0,2971,2972,1,0,0,0,2972,2974,1,0,0,0,2973, + 2975,3,408,204,0,2974,2973,1,0,0,0,2974,2975,1,0,0,0,2975,2980,1, + 0,0,0,2976,2977,5,387,0,0,2977,2978,5,235,0,0,2978,2979,5,332,0, + 0,2979,2981,3,226,113,0,2980,2976,1,0,0,0,2980,2981,1,0,0,0,2981, + 3046,1,0,0,0,2982,2983,5,365,0,0,2983,2984,5,319,0,0,2984,2986,5, + 134,0,0,2985,2987,5,45,0,0,2986,2985,1,0,0,0,2986,2987,1,0,0,0,2987, + 2988,1,0,0,0,2988,2989,3,256,128,0,2989,2990,5,304,0,0,2990,2993, + 3,226,113,0,2991,2992,5,47,0,0,2992,2994,5,426,0,0,2993,2991,1,0, + 0,0,2993,2994,1,0,0,0,2994,3046,1,0,0,0,2995,2996,5,365,0,0,2996, + 2997,5,319,0,0,2997,2998,5,304,0,0,2998,3046,3,226,113,0,2999,3001, + 5,38,0,0,3000,3002,5,45,0,0,3001,3000,1,0,0,0,3001,3002,1,0,0,0, + 3002,3003,1,0,0,0,3003,3004,3,256,128,0,3004,3005,3,260,130,0,3005, + 3007,3,344,172,0,3006,3008,3,326,163,0,3007,3006,1,0,0,0,3007,3008, + 1,0,0,0,3008,3011,1,0,0,0,3009,3010,5,47,0,0,3010,3012,5,426,0,0, + 3011,3009,1,0,0,0,3011,3012,1,0,0,0,3012,3016,1,0,0,0,3013,3017, + 5,130,0,0,3014,3015,5,6,0,0,3015,3017,3,642,321,0,3016,3013,1,0, + 0,0,3016,3014,1,0,0,0,3016,3017,1,0,0,0,3017,3019,1,0,0,0,3018,3020, + 3,34,17,0,3019,3018,1,0,0,0,3019,3020,1,0,0,0,3020,3046,1,0,0,0, + 3021,3024,5,4,0,0,3022,3024,5,278,0,0,3023,3021,1,0,0,0,3023,3022, + 1,0,0,0,3024,3025,1,0,0,0,3025,3026,5,46,0,0,3026,3027,5,399,0,0, + 3027,3028,3,248,124,0,3028,3030,5,400,0,0,3029,3031,3,34,17,0,3030, + 3029,1,0,0,0,3030,3031,1,0,0,0,3031,3046,1,0,0,0,3032,3033,5,365, + 0,0,3033,3035,5,46,0,0,3034,3036,3,34,17,0,3035,3034,1,0,0,0,3035, + 3036,1,0,0,0,3036,3046,1,0,0,0,3037,3043,3,270,135,0,3038,3040,5, + 218,0,0,3039,3041,5,34,0,0,3040,3039,1,0,0,0,3040,3041,1,0,0,0,3041, + 3044,1,0,0,0,3042,3044,5,222,0,0,3043,3038,1,0,0,0,3043,3042,1,0, + 0,0,3044,3046,1,0,0,0,3045,2913,1,0,0,0,3045,2916,1,0,0,0,3045,2919, + 1,0,0,0,3045,2920,1,0,0,0,3045,2932,1,0,0,0,3045,2935,1,0,0,0,3045, + 2938,1,0,0,0,3045,2941,1,0,0,0,3045,2955,1,0,0,0,3045,2957,1,0,0, + 0,3045,2958,1,0,0,0,3045,2982,1,0,0,0,3045,2995,1,0,0,0,3045,2999, + 1,0,0,0,3045,3023,1,0,0,0,3045,3032,1,0,0,0,3045,3037,1,0,0,0,3046, + 419,1,0,0,0,3047,3048,5,304,0,0,3048,3049,5,332,0,0,3049,3074,3, + 226,113,0,3050,3051,5,363,0,0,3051,3053,5,332,0,0,3052,3054,3,30, + 15,0,3053,3052,1,0,0,0,3053,3054,1,0,0,0,3054,3055,1,0,0,0,3055, + 3074,3,226,113,0,3056,3057,5,274,0,0,3057,3058,5,341,0,0,3058,3074, + 3,482,241,0,3059,3061,5,4,0,0,3060,3062,3,32,16,0,3061,3060,1,0, + 0,0,3061,3062,1,0,0,0,3062,3067,1,0,0,0,3063,3065,3,630,315,0,3064, + 3066,3,426,213,0,3065,3064,1,0,0,0,3065,3066,1,0,0,0,3066,3068,1, + 0,0,0,3067,3063,1,0,0,0,3068,3069,1,0,0,0,3069,3067,1,0,0,0,3069, + 3070,1,0,0,0,3070,3074,1,0,0,0,3071,3074,3,428,214,0,3072,3074,3, + 382,191,0,3073,3047,1,0,0,0,3073,3050,1,0,0,0,3073,3056,1,0,0,0, + 3073,3059,1,0,0,0,3073,3071,1,0,0,0,3073,3072,1,0,0,0,3074,421,1, + 0,0,0,3075,3076,3,474,237,0,3076,3077,5,304,0,0,3077,3078,5,76,0, + 0,3078,3079,3,230,115,0,3079,3091,1,0,0,0,3080,3081,3,474,237,0, + 3081,3082,5,304,0,0,3082,3083,5,236,0,0,3083,3084,3,128,64,0,3084, + 3091,1,0,0,0,3085,3086,3,474,237,0,3086,3087,5,304,0,0,3087,3088, + 7,25,0,0,3088,3089,5,426,0,0,3089,3091,1,0,0,0,3090,3075,1,0,0,0, + 3090,3080,1,0,0,0,3090,3085,1,0,0,0,3091,423,1,0,0,0,3092,3093,3, + 474,237,0,3093,3094,5,304,0,0,3094,3095,5,77,0,0,3095,3096,3,230, + 115,0,3096,3108,1,0,0,0,3097,3098,3,474,237,0,3098,3099,5,304,0, + 0,3099,3100,5,236,0,0,3100,3101,3,128,64,0,3101,3108,1,0,0,0,3102, + 3103,3,474,237,0,3103,3104,5,304,0,0,3104,3105,5,367,0,0,3105,3106, + 5,426,0,0,3106,3108,1,0,0,0,3107,3092,1,0,0,0,3107,3097,1,0,0,0, + 3107,3102,1,0,0,0,3108,425,1,0,0,0,3109,3110,5,189,0,0,3110,3111, + 5,426,0,0,3111,427,1,0,0,0,3112,3114,5,101,0,0,3113,3115,3,30,15, + 0,3114,3113,1,0,0,0,3114,3115,1,0,0,0,3115,3116,1,0,0,0,3116,3117, + 5,237,0,0,3117,3123,3,634,317,0,3118,3119,5,397,0,0,3119,3120,5, + 237,0,0,3120,3122,3,634,317,0,3121,3118,1,0,0,0,3122,3125,1,0,0, + 0,3123,3121,1,0,0,0,3123,3124,1,0,0,0,3124,3128,1,0,0,0,3125,3123, + 1,0,0,0,3126,3127,5,152,0,0,3127,3129,5,254,0,0,3128,3126,1,0,0, + 0,3128,3129,1,0,0,0,3129,3131,1,0,0,0,3130,3132,5,255,0,0,3131,3130, + 1,0,0,0,3131,3132,1,0,0,0,3132,3134,1,0,0,0,3133,3135,3,14,7,0,3134, + 3133,1,0,0,0,3134,3135,1,0,0,0,3135,429,1,0,0,0,3136,3139,3,576, + 288,0,3137,3139,3,296,148,0,3138,3136,1,0,0,0,3138,3137,1,0,0,0, + 3139,3140,1,0,0,0,3140,3141,5,405,0,0,3141,3142,5,426,0,0,3142,431, + 1,0,0,0,3143,3153,5,115,0,0,3144,3145,5,289,0,0,3145,3146,5,399, + 0,0,3146,3154,7,26,0,0,3147,3148,5,118,0,0,3148,3149,5,399,0,0,3149, + 3154,5,426,0,0,3150,3151,5,306,0,0,3151,3152,5,399,0,0,3152,3154, + 5,431,0,0,3153,3144,1,0,0,0,3153,3147,1,0,0,0,3153,3150,1,0,0,0, + 3154,3155,1,0,0,0,3155,3156,5,400,0,0,3156,433,1,0,0,0,3157,3158, + 5,160,0,0,3158,3159,5,426,0,0,3159,3160,5,233,0,0,3160,3161,5,426, + 0,0,3161,3162,5,301,0,0,3162,3167,5,426,0,0,3163,3164,5,159,0,0, + 3164,3165,5,426,0,0,3165,3166,5,232,0,0,3166,3168,5,426,0,0,3167, + 3163,1,0,0,0,3167,3168,1,0,0,0,3168,3171,1,0,0,0,3169,3171,3,642, + 321,0,3170,3157,1,0,0,0,3170,3169,1,0,0,0,3171,435,1,0,0,0,3172, + 3173,5,184,0,0,3173,3182,5,128,0,0,3174,3175,5,184,0,0,3175,3176, + 5,128,0,0,3176,3177,3,642,321,0,3177,3178,5,426,0,0,3178,3182,1, + 0,0,0,3179,3180,5,184,0,0,3180,3182,3,480,240,0,3181,3172,1,0,0, + 0,3181,3174,1,0,0,0,3181,3179,1,0,0,0,3182,437,1,0,0,0,3183,3185, + 5,58,0,0,3184,3186,5,333,0,0,3185,3184,1,0,0,0,3185,3186,1,0,0,0, + 3186,3188,1,0,0,0,3187,3189,5,345,0,0,3188,3187,1,0,0,0,3188,3189, + 1,0,0,0,3189,3191,1,0,0,0,3190,3192,5,123,0,0,3191,3190,1,0,0,0, + 3191,3192,1,0,0,0,3192,3193,1,0,0,0,3193,3195,5,329,0,0,3194,3196, + 3,32,16,0,3195,3194,1,0,0,0,3195,3196,1,0,0,0,3196,3197,1,0,0,0, + 3197,3254,3,482,241,0,3198,3200,3,436,218,0,3199,3201,3,200,100, + 0,3200,3199,1,0,0,0,3200,3201,1,0,0,0,3201,3203,1,0,0,0,3202,3204, + 3,222,111,0,3203,3202,1,0,0,0,3203,3204,1,0,0,0,3204,3206,1,0,0, + 0,3205,3207,3,246,123,0,3206,3205,1,0,0,0,3206,3207,1,0,0,0,3207, + 3209,1,0,0,0,3208,3210,3,426,213,0,3209,3208,1,0,0,0,3209,3210,1, + 0,0,0,3210,3212,1,0,0,0,3211,3213,3,224,112,0,3212,3211,1,0,0,0, + 3212,3213,1,0,0,0,3213,3215,1,0,0,0,3214,3216,3,198,99,0,3215,3214, + 1,0,0,0,3215,3216,1,0,0,0,3216,3255,1,0,0,0,3217,3218,5,399,0,0, + 3218,3219,3,250,125,0,3219,3220,5,400,0,0,3220,3222,1,0,0,0,3221, + 3217,1,0,0,0,3221,3222,1,0,0,0,3222,3224,1,0,0,0,3223,3225,3,196, + 98,0,3224,3223,1,0,0,0,3224,3225,1,0,0,0,3225,3227,1,0,0,0,3226, + 3228,3,200,100,0,3227,3226,1,0,0,0,3227,3228,1,0,0,0,3228,3230,1, + 0,0,0,3229,3231,3,208,104,0,3230,3229,1,0,0,0,3230,3231,1,0,0,0, + 3231,3233,1,0,0,0,3232,3234,3,210,105,0,3233,3232,1,0,0,0,3233,3234, + 1,0,0,0,3234,3236,1,0,0,0,3235,3237,3,222,111,0,3236,3235,1,0,0, + 0,3236,3237,1,0,0,0,3237,3239,1,0,0,0,3238,3240,3,246,123,0,3239, + 3238,1,0,0,0,3239,3240,1,0,0,0,3240,3242,1,0,0,0,3241,3243,3,426, + 213,0,3242,3241,1,0,0,0,3242,3243,1,0,0,0,3243,3245,1,0,0,0,3244, + 3246,3,224,112,0,3245,3244,1,0,0,0,3245,3246,1,0,0,0,3246,3248,1, + 0,0,0,3247,3249,3,198,99,0,3248,3247,1,0,0,0,3248,3249,1,0,0,0,3249, + 3252,1,0,0,0,3250,3251,5,17,0,0,3251,3253,3,382,191,0,3252,3250, + 1,0,0,0,3252,3253,1,0,0,0,3253,3255,1,0,0,0,3254,3198,1,0,0,0,3254, + 3221,1,0,0,0,3255,3319,1,0,0,0,3256,3257,5,58,0,0,3257,3258,5,195, + 0,0,3258,3260,5,329,0,0,3259,3261,3,32,16,0,3260,3259,1,0,0,0,3260, + 3261,1,0,0,0,3261,3262,1,0,0,0,3262,3316,3,482,241,0,3263,3265,3, + 436,218,0,3264,3266,3,222,111,0,3265,3264,1,0,0,0,3265,3266,1,0, + 0,0,3266,3268,1,0,0,0,3267,3269,3,246,123,0,3268,3267,1,0,0,0,3268, + 3269,1,0,0,0,3269,3271,1,0,0,0,3270,3272,3,426,213,0,3271,3270,1, + 0,0,0,3271,3272,1,0,0,0,3272,3274,1,0,0,0,3273,3275,3,224,112,0, + 3274,3273,1,0,0,0,3274,3275,1,0,0,0,3275,3277,1,0,0,0,3276,3278, + 3,198,99,0,3277,3276,1,0,0,0,3277,3278,1,0,0,0,3278,3317,1,0,0,0, + 3279,3280,5,399,0,0,3280,3281,3,250,125,0,3281,3282,5,400,0,0,3282, + 3284,1,0,0,0,3283,3279,1,0,0,0,3283,3284,1,0,0,0,3284,3286,1,0,0, + 0,3285,3287,3,196,98,0,3286,3285,1,0,0,0,3286,3287,1,0,0,0,3287, + 3289,1,0,0,0,3288,3290,3,200,100,0,3289,3288,1,0,0,0,3289,3290,1, + 0,0,0,3290,3292,1,0,0,0,3291,3293,3,208,104,0,3292,3291,1,0,0,0, + 3292,3293,1,0,0,0,3293,3295,1,0,0,0,3294,3296,3,210,105,0,3295,3294, + 1,0,0,0,3295,3296,1,0,0,0,3296,3298,1,0,0,0,3297,3299,3,222,111, + 0,3298,3297,1,0,0,0,3298,3299,1,0,0,0,3299,3301,1,0,0,0,3300,3302, + 3,246,123,0,3301,3300,1,0,0,0,3301,3302,1,0,0,0,3302,3304,1,0,0, + 0,3303,3305,3,426,213,0,3304,3303,1,0,0,0,3304,3305,1,0,0,0,3305, + 3307,1,0,0,0,3306,3308,3,224,112,0,3307,3306,1,0,0,0,3307,3308,1, + 0,0,0,3308,3310,1,0,0,0,3309,3311,3,198,99,0,3310,3309,1,0,0,0,3310, + 3311,1,0,0,0,3311,3314,1,0,0,0,3312,3313,5,17,0,0,3313,3315,3,382, + 191,0,3314,3312,1,0,0,0,3314,3315,1,0,0,0,3315,3317,1,0,0,0,3316, + 3263,1,0,0,0,3316,3283,1,0,0,0,3317,3319,1,0,0,0,3318,3183,1,0,0, + 0,3318,3256,1,0,0,0,3319,439,1,0,0,0,3320,3321,5,58,0,0,3321,3323, + 5,69,0,0,3322,3324,3,32,16,0,3323,3322,1,0,0,0,3323,3324,1,0,0,0, + 3324,3325,1,0,0,0,3325,3328,3,642,321,0,3326,3327,5,352,0,0,3327, + 3329,5,426,0,0,3328,3326,1,0,0,0,3328,3329,1,0,0,0,3329,3332,1,0, + 0,0,3330,3331,5,367,0,0,3331,3333,5,426,0,0,3332,3330,1,0,0,0,3332, + 3333,1,0,0,0,3333,3336,1,0,0,0,3334,3335,5,47,0,0,3335,3337,5,426, + 0,0,3336,3334,1,0,0,0,3336,3337,1,0,0,0,3337,3341,1,0,0,0,3338,3339, + 5,387,0,0,3339,3340,5,77,0,0,3340,3342,3,230,115,0,3341,3338,1,0, + 0,0,3341,3342,1,0,0,0,3342,441,1,0,0,0,3343,3344,5,101,0,0,3344, + 3346,5,69,0,0,3345,3347,3,30,15,0,3346,3345,1,0,0,0,3346,3347,1, + 0,0,0,3347,3348,1,0,0,0,3348,3349,3,642,321,0,3349,443,1,0,0,0,3350, + 3351,3,642,321,0,3351,3352,5,395,0,0,3352,3354,1,0,0,0,3353,3350, + 1,0,0,0,3354,3357,1,0,0,0,3355,3353,1,0,0,0,3355,3356,1,0,0,0,3356, + 3358,1,0,0,0,3357,3355,1,0,0,0,3358,3359,5,415,0,0,3359,445,1,0, + 0,0,3360,3365,3,584,292,0,3361,3362,5,397,0,0,3362,3364,3,584,292, + 0,3363,3361,1,0,0,0,3364,3367,1,0,0,0,3365,3363,1,0,0,0,3365,3366, + 1,0,0,0,3366,447,1,0,0,0,3367,3365,1,0,0,0,3368,3373,3,642,321,0, + 3369,3370,5,397,0,0,3370,3372,3,642,321,0,3371,3369,1,0,0,0,3372, + 3375,1,0,0,0,3373,3371,1,0,0,0,3373,3374,1,0,0,0,3374,449,1,0,0, + 0,3375,3373,1,0,0,0,3376,3377,5,139,0,0,3377,3378,3,452,226,0,3378, + 451,1,0,0,0,3379,3380,5,359,0,0,3380,3383,3,460,230,0,3381,3382, + 5,397,0,0,3382,3384,3,460,230,0,3383,3381,1,0,0,0,3384,3385,1,0, + 0,0,3385,3383,1,0,0,0,3385,3386,1,0,0,0,3386,3389,1,0,0,0,3387,3389, + 3,456,228,0,3388,3379,1,0,0,0,3388,3387,1,0,0,0,3389,453,1,0,0,0, + 3390,3394,3,470,235,0,3391,3393,3,464,232,0,3392,3391,1,0,0,0,3393, + 3396,1,0,0,0,3394,3392,1,0,0,0,3394,3395,1,0,0,0,3395,3423,1,0,0, + 0,3396,3394,1,0,0,0,3397,3401,3,500,250,0,3398,3400,3,464,232,0, + 3399,3398,1,0,0,0,3400,3403,1,0,0,0,3401,3399,1,0,0,0,3401,3402, + 1,0,0,0,3402,3423,1,0,0,0,3403,3401,1,0,0,0,3404,3408,3,488,244, + 0,3405,3407,3,464,232,0,3406,3405,1,0,0,0,3407,3410,1,0,0,0,3408, + 3406,1,0,0,0,3408,3409,1,0,0,0,3409,3423,1,0,0,0,3410,3408,1,0,0, + 0,3411,3415,3,494,247,0,3412,3414,3,464,232,0,3413,3412,1,0,0,0, + 3414,3417,1,0,0,0,3415,3413,1,0,0,0,3415,3416,1,0,0,0,3416,3423, + 1,0,0,0,3417,3415,1,0,0,0,3418,3419,5,399,0,0,3419,3420,3,456,228, + 0,3420,3421,5,400,0,0,3421,3423,1,0,0,0,3422,3390,1,0,0,0,3422,3397, + 1,0,0,0,3422,3404,1,0,0,0,3422,3411,1,0,0,0,3422,3418,1,0,0,0,3423, + 455,1,0,0,0,3424,3435,3,454,227,0,3425,3426,3,462,231,0,3426,3431, + 3,458,229,0,3427,3428,5,224,0,0,3428,3432,3,584,292,0,3429,3430, + 5,370,0,0,3430,3432,3,266,133,0,3431,3427,1,0,0,0,3431,3429,1,0, + 0,0,3431,3432,1,0,0,0,3432,3434,1,0,0,0,3433,3425,1,0,0,0,3434,3437, + 1,0,0,0,3435,3433,1,0,0,0,3435,3436,1,0,0,0,3436,457,1,0,0,0,3437, + 3435,1,0,0,0,3438,3443,3,470,235,0,3439,3443,3,500,250,0,3440,3443, + 3,488,244,0,3441,3443,3,494,247,0,3442,3438,1,0,0,0,3442,3439,1, + 0,0,0,3442,3440,1,0,0,0,3442,3441,1,0,0,0,3443,3447,1,0,0,0,3444, + 3446,3,464,232,0,3445,3444,1,0,0,0,3446,3449,1,0,0,0,3447,3445,1, + 0,0,0,3447,3448,1,0,0,0,3448,459,1,0,0,0,3449,3447,1,0,0,0,3450, + 3452,5,250,0,0,3451,3450,1,0,0,0,3451,3452,1,0,0,0,3452,3453,1,0, + 0,0,3453,3455,3,478,239,0,3454,3456,3,468,234,0,3455,3454,1,0,0, + 0,3455,3456,1,0,0,0,3456,3461,1,0,0,0,3457,3459,5,17,0,0,3458,3457, + 1,0,0,0,3458,3459,1,0,0,0,3459,3460,1,0,0,0,3460,3462,3,642,321, + 0,3461,3458,1,0,0,0,3461,3462,1,0,0,0,3462,3463,1,0,0,0,3463,3464, + 5,399,0,0,3464,3465,3,446,223,0,3465,3466,5,400,0,0,3466,461,1,0, + 0,0,3467,3482,5,397,0,0,3468,3479,5,157,0,0,3469,3479,5,60,0,0,3470, + 3472,7,27,0,0,3471,3473,5,231,0,0,3472,3471,1,0,0,0,3472,3473,1, + 0,0,0,3473,3479,1,0,0,0,3474,3476,5,180,0,0,3475,3477,7,28,0,0,3476, + 3475,1,0,0,0,3476,3477,1,0,0,0,3477,3479,1,0,0,0,3478,3468,1,0,0, + 0,3478,3469,1,0,0,0,3478,3470,1,0,0,0,3478,3474,1,0,0,0,3478,3479, + 1,0,0,0,3479,3480,1,0,0,0,3480,3482,5,171,0,0,3481,3467,1,0,0,0, + 3481,3478,1,0,0,0,3482,463,1,0,0,0,3483,3484,5,178,0,0,3484,3485, + 5,378,0,0,3485,3486,5,231,0,0,3486,3487,3,554,277,0,3487,3497,3, + 466,233,0,3488,3489,5,17,0,0,3489,3494,3,642,321,0,3490,3491,5,397, + 0,0,3491,3493,3,642,321,0,3492,3490,1,0,0,0,3493,3496,1,0,0,0,3494, + 3492,1,0,0,0,3494,3495,1,0,0,0,3495,3498,1,0,0,0,3496,3494,1,0,0, + 0,3497,3488,1,0,0,0,3497,3498,1,0,0,0,3498,3541,1,0,0,0,3499,3501, + 5,397,0,0,3500,3499,1,0,0,0,3500,3501,1,0,0,0,3501,3502,1,0,0,0, + 3502,3538,5,178,0,0,3503,3504,5,378,0,0,3504,3505,3,554,277,0,3505, + 3515,3,466,233,0,3506,3507,5,17,0,0,3507,3512,3,642,321,0,3508,3509, + 5,397,0,0,3509,3511,3,642,321,0,3510,3508,1,0,0,0,3511,3514,1,0, + 0,0,3512,3510,1,0,0,0,3512,3513,1,0,0,0,3513,3516,1,0,0,0,3514,3512, + 1,0,0,0,3515,3506,1,0,0,0,3515,3516,1,0,0,0,3516,3539,1,0,0,0,3517, + 3518,5,329,0,0,3518,3519,5,399,0,0,3519,3520,3,498,249,0,3520,3522, + 5,400,0,0,3521,3523,5,17,0,0,3522,3521,1,0,0,0,3522,3523,1,0,0,0, + 3523,3524,1,0,0,0,3524,3536,3,466,233,0,3525,3526,5,399,0,0,3526, + 3531,3,642,321,0,3527,3528,5,397,0,0,3528,3530,3,642,321,0,3529, + 3527,1,0,0,0,3530,3533,1,0,0,0,3531,3529,1,0,0,0,3531,3532,1,0,0, + 0,3532,3534,1,0,0,0,3533,3531,1,0,0,0,3534,3535,5,400,0,0,3535,3537, + 1,0,0,0,3536,3525,1,0,0,0,3536,3537,1,0,0,0,3537,3539,1,0,0,0,3538, + 3503,1,0,0,0,3538,3517,1,0,0,0,3539,3541,1,0,0,0,3540,3483,1,0,0, + 0,3540,3500,1,0,0,0,3541,465,1,0,0,0,3542,3543,3,642,321,0,3543, + 467,1,0,0,0,3544,3545,5,331,0,0,3545,3546,5,399,0,0,3546,3547,5, + 30,0,0,3547,3548,5,431,0,0,3548,3549,5,230,0,0,3549,3550,5,221,0, + 0,3550,3560,5,431,0,0,3551,3552,5,224,0,0,3552,3557,3,584,292,0, + 3553,3554,5,397,0,0,3554,3556,3,584,292,0,3555,3553,1,0,0,0,3556, + 3559,1,0,0,0,3557,3555,1,0,0,0,3557,3558,1,0,0,0,3558,3561,1,0,0, + 0,3559,3557,1,0,0,0,3560,3551,1,0,0,0,3560,3561,1,0,0,0,3561,3562, + 1,0,0,0,3562,3572,5,400,0,0,3563,3564,5,331,0,0,3564,3568,5,399, + 0,0,3565,3566,5,431,0,0,3566,3569,7,29,0,0,3567,3569,5,430,0,0,3568, + 3565,1,0,0,0,3568,3567,1,0,0,0,3569,3570,1,0,0,0,3570,3572,5,400, + 0,0,3571,3544,1,0,0,0,3571,3563,1,0,0,0,3572,469,1,0,0,0,3573,3575, + 3,478,239,0,3574,3576,3,226,113,0,3575,3574,1,0,0,0,3575,3576,1, + 0,0,0,3576,3578,1,0,0,0,3577,3579,3,468,234,0,3578,3577,1,0,0,0, + 3578,3579,1,0,0,0,3579,3581,1,0,0,0,3580,3582,3,472,236,0,3581,3580, + 1,0,0,0,3581,3582,1,0,0,0,3582,3587,1,0,0,0,3583,3585,5,17,0,0,3584, + 3583,1,0,0,0,3584,3585,1,0,0,0,3585,3586,1,0,0,0,3586,3588,3,642, + 321,0,3587,3584,1,0,0,0,3587,3588,1,0,0,0,3588,471,1,0,0,0,3589, + 3599,5,134,0,0,3590,3591,5,327,0,0,3591,3592,5,17,0,0,3592,3593, + 5,221,0,0,3593,3600,3,584,292,0,3594,3595,5,134,0,0,3595,3596,5, + 328,0,0,3596,3597,5,17,0,0,3597,3598,5,221,0,0,3598,3600,5,431,0, + 0,3599,3590,1,0,0,0,3599,3594,1,0,0,0,3600,473,1,0,0,0,3601,3602, + 3,642,321,0,3602,475,1,0,0,0,3603,3604,3,642,321,0,3604,477,1,0, + 0,0,3605,3608,3,480,240,0,3606,3608,3,484,242,0,3607,3605,1,0,0, + 0,3607,3606,1,0,0,0,3608,479,1,0,0,0,3609,3610,3,642,321,0,3610, + 3611,5,395,0,0,3611,3614,3,642,321,0,3612,3613,5,395,0,0,3613,3615, + 3,642,321,0,3614,3612,1,0,0,0,3614,3615,1,0,0,0,3615,3618,1,0,0, + 0,3616,3618,3,642,321,0,3617,3609,1,0,0,0,3617,3616,1,0,0,0,3618, + 481,1,0,0,0,3619,3620,3,642,321,0,3620,3621,5,395,0,0,3621,3624, + 3,642,321,0,3622,3623,5,395,0,0,3623,3625,3,642,321,0,3624,3622, + 1,0,0,0,3624,3625,1,0,0,0,3625,3628,1,0,0,0,3626,3628,3,642,321, + 0,3627,3619,1,0,0,0,3627,3626,1,0,0,0,3628,483,1,0,0,0,3629,3630, + 3,642,321,0,3630,3631,5,395,0,0,3631,3633,1,0,0,0,3632,3629,1,0, + 0,0,3632,3633,1,0,0,0,3633,3634,1,0,0,0,3634,3635,3,642,321,0,3635, + 485,1,0,0,0,3636,3637,3,642,321,0,3637,3638,5,395,0,0,3638,3640, + 1,0,0,0,3639,3636,1,0,0,0,3639,3640,1,0,0,0,3640,3641,1,0,0,0,3641, + 3642,3,642,321,0,3642,487,1,0,0,0,3643,3644,5,399,0,0,3644,3645, + 3,362,181,0,3645,3647,5,400,0,0,3646,3648,5,17,0,0,3647,3646,1,0, + 0,0,3647,3648,1,0,0,0,3648,3649,1,0,0,0,3649,3650,3,642,321,0,3650, + 489,1,0,0,0,3651,3653,3,546,273,0,3652,3654,3,544,272,0,3653,3652, + 1,0,0,0,3653,3654,1,0,0,0,3654,3663,1,0,0,0,3655,3663,3,544,272, + 0,3656,3658,3,550,275,0,3657,3659,3,552,276,0,3658,3657,1,0,0,0, + 3658,3659,1,0,0,0,3659,3663,1,0,0,0,3660,3663,3,552,276,0,3661,3663, + 3,548,274,0,3662,3651,1,0,0,0,3662,3655,1,0,0,0,3662,3656,1,0,0, + 0,3662,3660,1,0,0,0,3662,3661,1,0,0,0,3663,491,1,0,0,0,3664,3668, + 3,488,244,0,3665,3668,3,470,235,0,3666,3668,3,494,247,0,3667,3664, + 1,0,0,0,3667,3665,1,0,0,0,3667,3666,1,0,0,0,3668,493,1,0,0,0,3669, + 3670,3,642,321,0,3670,3671,5,399,0,0,3671,3672,5,224,0,0,3672,3674, + 3,492,246,0,3673,3675,3,490,245,0,3674,3673,1,0,0,0,3674,3675,1, + 0,0,0,3675,3691,1,0,0,0,3676,3677,5,432,0,0,3677,3678,5,399,0,0, + 3678,3679,3,584,292,0,3679,3688,5,400,0,0,3680,3681,5,397,0,0,3681, + 3682,5,432,0,0,3682,3683,5,399,0,0,3683,3684,3,584,292,0,3684,3685, + 5,400,0,0,3685,3687,1,0,0,0,3686,3680,1,0,0,0,3687,3690,1,0,0,0, + 3688,3686,1,0,0,0,3688,3689,1,0,0,0,3689,3692,1,0,0,0,3690,3688, + 1,0,0,0,3691,3676,1,0,0,0,3691,3692,1,0,0,0,3692,3693,1,0,0,0,3693, + 3695,5,400,0,0,3694,3696,3,642,321,0,3695,3694,1,0,0,0,3695,3696, + 1,0,0,0,3696,495,1,0,0,0,3697,3698,5,384,0,0,3698,3699,3,584,292, + 0,3699,497,1,0,0,0,3700,3719,5,374,0,0,3701,3706,3,540,270,0,3702, + 3703,5,397,0,0,3703,3705,3,540,270,0,3704,3702,1,0,0,0,3705,3708, + 1,0,0,0,3706,3704,1,0,0,0,3706,3707,1,0,0,0,3707,3720,1,0,0,0,3708, + 3706,1,0,0,0,3709,3710,5,399,0,0,3710,3711,3,536,268,0,3711,3716, + 5,400,0,0,3712,3713,5,397,0,0,3713,3715,3,540,270,0,3714,3712,1, + 0,0,0,3715,3718,1,0,0,0,3716,3714,1,0,0,0,3716,3717,1,0,0,0,3717, + 3720,1,0,0,0,3718,3716,1,0,0,0,3719,3701,1,0,0,0,3719,3709,1,0,0, + 0,3720,499,1,0,0,0,3721,3722,5,329,0,0,3722,3723,5,399,0,0,3723, + 3724,3,498,249,0,3724,3726,5,400,0,0,3725,3727,5,17,0,0,3726,3725, + 1,0,0,0,3726,3727,1,0,0,0,3727,3728,1,0,0,0,3728,3738,3,466,233, + 0,3729,3730,5,399,0,0,3730,3735,3,642,321,0,3731,3732,5,397,0,0, + 3732,3734,3,642,321,0,3733,3731,1,0,0,0,3734,3737,1,0,0,0,3735,3733, + 1,0,0,0,3735,3736,1,0,0,0,3736,3739,1,0,0,0,3737,3735,1,0,0,0,3738, + 3729,1,0,0,0,3738,3739,1,0,0,0,3739,3740,1,0,0,0,3740,3741,5,400, + 0,0,3741,501,1,0,0,0,3742,3744,5,299,0,0,3743,3745,5,436,0,0,3744, + 3743,1,0,0,0,3744,3745,1,0,0,0,3745,3759,1,0,0,0,3746,3748,7,21, + 0,0,3747,3746,1,0,0,0,3747,3748,1,0,0,0,3748,3749,1,0,0,0,3749,3754, + 3,506,253,0,3750,3751,5,397,0,0,3751,3753,3,506,253,0,3752,3750, + 1,0,0,0,3753,3756,1,0,0,0,3754,3752,1,0,0,0,3754,3755,1,0,0,0,3755, + 3760,1,0,0,0,3756,3754,1,0,0,0,3757,3758,5,347,0,0,3758,3760,3,504, + 252,0,3759,3747,1,0,0,0,3759,3757,1,0,0,0,3760,3763,1,0,0,0,3761, + 3763,3,508,254,0,3762,3742,1,0,0,0,3762,3761,1,0,0,0,3763,503,1, + 0,0,0,3764,3765,5,399,0,0,3765,3766,3,512,256,0,3766,3767,5,400, + 0,0,3767,3768,3,212,106,0,3768,3769,3,216,108,0,3769,3770,5,370, + 0,0,3770,3783,5,426,0,0,3771,3781,5,17,0,0,3772,3775,5,399,0,0,3773, + 3776,3,448,224,0,3774,3776,3,248,124,0,3775,3773,1,0,0,0,3775,3774, + 1,0,0,0,3776,3777,1,0,0,0,3777,3778,5,400,0,0,3778,3782,1,0,0,0, + 3779,3782,3,448,224,0,3780,3782,3,248,124,0,3781,3772,1,0,0,0,3781, + 3779,1,0,0,0,3781,3780,1,0,0,0,3782,3784,1,0,0,0,3783,3771,1,0,0, + 0,3783,3784,1,0,0,0,3784,3785,1,0,0,0,3785,3786,3,212,106,0,3786, + 3787,3,214,107,0,3787,505,1,0,0,0,3788,3812,3,444,222,0,3789,3792, + 3,256,128,0,3790,3792,3,584,292,0,3791,3789,1,0,0,0,3791,3790,1, + 0,0,0,3792,3809,1,0,0,0,3793,3795,5,17,0,0,3794,3793,1,0,0,0,3794, + 3795,1,0,0,0,3795,3796,1,0,0,0,3796,3810,3,642,321,0,3797,3798,5, + 17,0,0,3798,3799,5,399,0,0,3799,3804,3,642,321,0,3800,3801,5,397, + 0,0,3801,3803,3,642,321,0,3802,3800,1,0,0,0,3803,3806,1,0,0,0,3804, + 3802,1,0,0,0,3804,3805,1,0,0,0,3805,3807,1,0,0,0,3806,3804,1,0,0, + 0,3807,3808,5,400,0,0,3808,3810,1,0,0,0,3809,3794,1,0,0,0,3809,3797, + 1,0,0,0,3809,3810,1,0,0,0,3810,3812,1,0,0,0,3811,3788,1,0,0,0,3811, + 3791,1,0,0,0,3812,507,1,0,0,0,3813,3814,7,30,0,0,3814,3815,3,512, + 256,0,3815,3816,3,212,106,0,3816,3817,3,216,108,0,3817,3818,5,370, + 0,0,3818,3831,5,426,0,0,3819,3829,5,17,0,0,3820,3823,5,399,0,0,3821, + 3824,3,448,224,0,3822,3824,3,248,124,0,3823,3821,1,0,0,0,3823,3822, + 1,0,0,0,3824,3825,1,0,0,0,3825,3826,5,400,0,0,3826,3830,1,0,0,0, + 3827,3830,3,448,224,0,3828,3830,3,248,124,0,3829,3820,1,0,0,0,3829, + 3827,1,0,0,0,3829,3828,1,0,0,0,3830,3832,1,0,0,0,3831,3819,1,0,0, + 0,3831,3832,1,0,0,0,3832,3833,1,0,0,0,3833,3834,3,212,106,0,3834, + 3835,3,214,107,0,3835,509,1,0,0,0,3836,3839,3,444,222,0,3837,3839, + 3,584,292,0,3838,3836,1,0,0,0,3838,3837,1,0,0,0,3839,511,1,0,0,0, + 3840,3845,3,510,255,0,3841,3842,5,397,0,0,3842,3844,3,510,255,0, + 3843,3841,1,0,0,0,3844,3847,1,0,0,0,3845,3843,1,0,0,0,3845,3846, + 1,0,0,0,3846,513,1,0,0,0,3847,3845,1,0,0,0,3848,3849,5,386,0,0,3849, + 3850,3,642,321,0,3850,3851,5,17,0,0,3851,3859,3,516,258,0,3852,3853, + 5,397,0,0,3853,3854,3,642,321,0,3854,3855,5,17,0,0,3855,3856,3,516, + 258,0,3856,3858,1,0,0,0,3857,3852,1,0,0,0,3858,3861,1,0,0,0,3859, + 3857,1,0,0,0,3859,3860,1,0,0,0,3860,515,1,0,0,0,3861,3859,1,0,0, + 0,3862,3875,3,642,321,0,3863,3865,5,399,0,0,3864,3866,3,642,321, + 0,3865,3864,1,0,0,0,3865,3866,1,0,0,0,3866,3868,1,0,0,0,3867,3869, + 3,490,245,0,3868,3867,1,0,0,0,3868,3869,1,0,0,0,3869,3871,1,0,0, + 0,3870,3872,3,518,259,0,3871,3870,1,0,0,0,3871,3872,1,0,0,0,3872, + 3873,1,0,0,0,3873,3875,5,400,0,0,3874,3862,1,0,0,0,3874,3863,1,0, + 0,0,3875,517,1,0,0,0,3876,3890,7,31,0,0,3877,3878,5,354,0,0,3878, + 3884,5,247,0,0,3879,3880,5,62,0,0,3880,3884,5,291,0,0,3881,3882, + 5,431,0,0,3882,3884,5,247,0,0,3883,3877,1,0,0,0,3883,3879,1,0,0, + 0,3883,3881,1,0,0,0,3884,3891,1,0,0,0,3885,3886,5,25,0,0,3886,3887, + 3,520,260,0,3887,3888,5,11,0,0,3888,3889,3,520,260,0,3889,3891,1, + 0,0,0,3890,3883,1,0,0,0,3890,3885,1,0,0,0,3891,519,1,0,0,0,3892, + 3893,7,32,0,0,3893,3897,7,33,0,0,3894,3895,5,62,0,0,3895,3897,5, + 291,0,0,3896,3892,1,0,0,0,3896,3894,1,0,0,0,3897,521,1,0,0,0,3898, + 3899,5,144,0,0,3899,3905,5,32,0,0,3900,3906,3,256,128,0,3901,3906, + 3,524,262,0,3902,3906,3,526,263,0,3903,3904,5,399,0,0,3904,3906, + 5,400,0,0,3905,3900,1,0,0,0,3905,3901,1,0,0,0,3905,3902,1,0,0,0, + 3905,3903,1,0,0,0,3906,523,1,0,0,0,3907,3910,5,290,0,0,3908,3910, + 5,61,0,0,3909,3907,1,0,0,0,3909,3908,1,0,0,0,3910,3911,1,0,0,0,3911, + 3912,5,399,0,0,3912,3917,3,584,292,0,3913,3914,5,397,0,0,3914,3916, + 3,584,292,0,3915,3913,1,0,0,0,3916,3919,1,0,0,0,3917,3915,1,0,0, + 0,3917,3918,1,0,0,0,3918,3920,1,0,0,0,3919,3917,1,0,0,0,3920,3921, + 5,400,0,0,3921,525,1,0,0,0,3922,3927,3,542,271,0,3923,3924,5,387, + 0,0,3924,3928,5,290,0,0,3925,3926,5,387,0,0,3926,3928,5,61,0,0,3927, + 3923,1,0,0,0,3927,3925,1,0,0,0,3927,3928,1,0,0,0,3928,3942,1,0,0, + 0,3929,3930,5,145,0,0,3930,3931,5,305,0,0,3931,3932,5,399,0,0,3932, + 3937,3,528,264,0,3933,3934,5,397,0,0,3934,3936,3,528,264,0,3935, + 3933,1,0,0,0,3936,3939,1,0,0,0,3937,3935,1,0,0,0,3937,3938,1,0,0, + 0,3938,3940,1,0,0,0,3939,3937,1,0,0,0,3940,3941,5,400,0,0,3941,3943, + 1,0,0,0,3942,3929,1,0,0,0,3942,3943,1,0,0,0,3943,527,1,0,0,0,3944, + 3946,5,399,0,0,3945,3947,3,584,292,0,3946,3945,1,0,0,0,3946,3947, + 1,0,0,0,3947,3952,1,0,0,0,3948,3949,5,397,0,0,3949,3951,3,584,292, + 0,3950,3948,1,0,0,0,3951,3954,1,0,0,0,3952,3950,1,0,0,0,3952,3953, + 1,0,0,0,3953,3955,1,0,0,0,3954,3952,1,0,0,0,3955,3958,5,400,0,0, + 3956,3958,3,584,292,0,3957,3944,1,0,0,0,3957,3956,1,0,0,0,3958,529, + 1,0,0,0,3959,3960,5,146,0,0,3960,3961,3,584,292,0,3961,531,1,0,0, + 0,3962,3963,5,256,0,0,3963,3964,3,584,292,0,3964,533,1,0,0,0,3965, + 3968,5,83,0,0,3966,3968,3,584,292,0,3967,3965,1,0,0,0,3967,3966, + 1,0,0,0,3968,535,1,0,0,0,3969,3971,3,584,292,0,3970,3972,5,17,0, + 0,3971,3970,1,0,0,0,3971,3972,1,0,0,0,3972,3974,1,0,0,0,3973,3975, + 3,642,321,0,3974,3973,1,0,0,0,3974,3975,1,0,0,0,3975,3986,1,0,0, + 0,3976,3977,5,397,0,0,3977,3979,3,584,292,0,3978,3980,5,17,0,0,3979, + 3978,1,0,0,0,3979,3980,1,0,0,0,3980,3982,1,0,0,0,3981,3983,3,642, + 321,0,3982,3981,1,0,0,0,3982,3983,1,0,0,0,3983,3985,1,0,0,0,3984, + 3976,1,0,0,0,3985,3988,1,0,0,0,3986,3984,1,0,0,0,3986,3987,1,0,0, + 0,3987,537,1,0,0,0,3988,3986,1,0,0,0,3989,3992,3,540,270,0,3990, + 3992,3,542,271,0,3991,3989,1,0,0,0,3991,3990,1,0,0,0,3992,539,1, + 0,0,0,3993,3994,5,399,0,0,3994,3995,3,542,271,0,3995,3996,5,400, + 0,0,3996,541,1,0,0,0,3997,4004,3,534,267,0,3998,3999,5,397,0,0,3999, + 4001,3,534,267,0,4000,3998,1,0,0,0,4001,4002,1,0,0,0,4002,4000,1, + 0,0,0,4002,4003,1,0,0,0,4003,4005,1,0,0,0,4004,4000,1,0,0,0,4004, + 4005,1,0,0,0,4005,543,1,0,0,0,4006,4007,5,229,0,0,4007,4008,5,32, + 0,0,4008,4013,3,310,155,0,4009,4010,5,397,0,0,4010,4012,3,310,155, + 0,4011,4009,1,0,0,0,4012,4015,1,0,0,0,4013,4011,1,0,0,0,4013,4014, + 1,0,0,0,4014,545,1,0,0,0,4015,4013,1,0,0,0,4016,4017,5,237,0,0,4017, + 4018,5,32,0,0,4018,4019,3,538,269,0,4019,547,1,0,0,0,4020,4021,5, + 41,0,0,4021,4022,5,32,0,0,4022,4023,3,538,269,0,4023,549,1,0,0,0, + 4024,4025,5,97,0,0,4025,4026,5,32,0,0,4026,4027,3,538,269,0,4027, + 551,1,0,0,0,4028,4029,5,314,0,0,4029,4049,5,32,0,0,4030,4031,5,399, + 0,0,4031,4036,3,310,155,0,4032,4033,5,397,0,0,4033,4035,3,310,155, + 0,4034,4032,1,0,0,0,4035,4038,1,0,0,0,4036,4034,1,0,0,0,4036,4037, + 1,0,0,0,4037,4039,1,0,0,0,4038,4036,1,0,0,0,4039,4040,5,400,0,0, + 4040,4050,1,0,0,0,4041,4046,3,310,155,0,4042,4043,5,397,0,0,4043, + 4045,3,310,155,0,4044,4042,1,0,0,0,4045,4048,1,0,0,0,4046,4044,1, + 0,0,0,4046,4047,1,0,0,0,4047,4050,1,0,0,0,4048,4046,1,0,0,0,4049, + 4030,1,0,0,0,4049,4041,1,0,0,0,4050,553,1,0,0,0,4051,4052,5,349, + 0,0,4052,4056,5,399,0,0,4053,4057,5,179,0,0,4054,4057,5,343,0,0, + 4055,4057,5,29,0,0,4056,4053,1,0,0,0,4056,4054,1,0,0,0,4056,4055, + 1,0,0,0,4056,4057,1,0,0,0,4057,4059,1,0,0,0,4058,4060,3,510,255, + 0,4059,4058,1,0,0,0,4059,4060,1,0,0,0,4060,4061,1,0,0,0,4061,4062, + 5,139,0,0,4062,4063,3,510,255,0,4063,4064,5,400,0,0,4064,4105,1, + 0,0,0,4065,4066,3,562,281,0,4066,4081,5,399,0,0,4067,4082,5,415, + 0,0,4068,4070,7,21,0,0,4069,4068,1,0,0,0,4069,4070,1,0,0,0,4070, + 4079,1,0,0,0,4071,4076,3,510,255,0,4072,4073,5,397,0,0,4073,4075, + 3,510,255,0,4074,4072,1,0,0,0,4075,4078,1,0,0,0,4076,4074,1,0,0, + 0,4076,4077,1,0,0,0,4077,4080,1,0,0,0,4078,4076,1,0,0,0,4079,4071, + 1,0,0,0,4079,4080,1,0,0,0,4080,4082,1,0,0,0,4081,4067,1,0,0,0,4081, + 4069,1,0,0,0,4082,4102,1,0,0,0,4083,4084,5,400,0,0,4084,4085,5,388, + 0,0,4085,4086,5,144,0,0,4086,4087,5,399,0,0,4087,4088,3,544,272, + 0,4088,4089,5,400,0,0,4089,4103,1,0,0,0,4090,4092,5,400,0,0,4091, + 4093,3,556,278,0,4092,4091,1,0,0,0,4092,4093,1,0,0,0,4093,4094,1, + 0,0,0,4094,4095,5,234,0,0,4095,4103,3,516,258,0,4096,4097,3,556, + 278,0,4097,4098,5,400,0,0,4098,4099,5,234,0,0,4099,4100,3,516,258, + 0,4100,4103,1,0,0,0,4101,4103,5,400,0,0,4102,4083,1,0,0,0,4102,4090, + 1,0,0,0,4102,4096,1,0,0,0,4102,4101,1,0,0,0,4103,4105,1,0,0,0,4104, + 4051,1,0,0,0,4104,4065,1,0,0,0,4105,555,1,0,0,0,4106,4107,7,34,0, + 0,4107,4108,5,220,0,0,4108,557,1,0,0,0,4109,4110,3,644,322,0,4110, + 559,1,0,0,0,4111,4114,3,644,322,0,4112,4114,5,426,0,0,4113,4111, + 1,0,0,0,4113,4112,1,0,0,0,4114,561,1,0,0,0,4115,4119,3,644,322,0, + 4116,4119,3,650,325,0,4117,4119,3,640,320,0,4118,4115,1,0,0,0,4118, + 4116,1,0,0,0,4118,4117,1,0,0,0,4119,563,1,0,0,0,4120,4121,5,36,0, + 0,4121,4122,5,399,0,0,4122,4123,3,584,292,0,4123,4124,5,17,0,0,4124, + 4127,3,350,175,0,4125,4126,5,137,0,0,4126,4128,5,426,0,0,4127,4125, + 1,0,0,0,4127,4128,1,0,0,0,4128,4129,1,0,0,0,4129,4130,5,400,0,0, + 4130,565,1,0,0,0,4131,4132,5,35,0,0,4132,4138,3,584,292,0,4133,4134, + 5,383,0,0,4134,4135,3,584,292,0,4135,4136,5,335,0,0,4136,4137,3, + 584,292,0,4137,4139,1,0,0,0,4138,4133,1,0,0,0,4139,4140,1,0,0,0, + 4140,4138,1,0,0,0,4140,4141,1,0,0,0,4141,4144,1,0,0,0,4142,4143, + 5,105,0,0,4143,4145,3,584,292,0,4144,4142,1,0,0,0,4144,4145,1,0, + 0,0,4145,4146,1,0,0,0,4146,4147,5,108,0,0,4147,567,1,0,0,0,4148, + 4154,5,35,0,0,4149,4150,5,383,0,0,4150,4151,3,584,292,0,4151,4152, + 5,335,0,0,4152,4153,3,584,292,0,4153,4155,1,0,0,0,4154,4149,1,0, + 0,0,4155,4156,1,0,0,0,4156,4154,1,0,0,0,4156,4157,1,0,0,0,4157,4160, + 1,0,0,0,4158,4159,5,105,0,0,4159,4161,3,584,292,0,4160,4158,1,0, + 0,0,4160,4161,1,0,0,0,4161,4162,1,0,0,0,4162,4163,5,108,0,0,4163, + 569,1,0,0,0,4164,4165,5,132,0,0,4165,4166,5,399,0,0,4166,4169,3, + 584,292,0,4167,4168,5,341,0,0,4168,4170,3,574,287,0,4169,4167,1, + 0,0,0,4169,4170,1,0,0,0,4170,4171,1,0,0,0,4171,4172,5,400,0,0,4172, + 571,1,0,0,0,4173,4174,5,124,0,0,4174,4175,5,399,0,0,4175,4176,3, + 574,287,0,4176,4177,5,139,0,0,4177,4178,3,584,292,0,4178,4179,5, + 400,0,0,4179,573,1,0,0,0,4180,4189,3,670,335,0,4181,4189,5,257,0, + 0,4182,4189,3,672,336,0,4183,4189,3,674,337,0,4184,4189,3,676,338, + 0,4185,4189,3,678,339,0,4186,4189,3,680,340,0,4187,4189,3,682,341, + 0,4188,4180,1,0,0,0,4188,4181,1,0,0,0,4188,4182,1,0,0,0,4188,4183, + 1,0,0,0,4188,4184,1,0,0,0,4188,4185,1,0,0,0,4188,4186,1,0,0,0,4188, + 4187,1,0,0,0,4189,575,1,0,0,0,4190,4191,3,578,289,0,4191,4192,3, + 582,291,0,4192,4219,1,0,0,0,4193,4219,5,431,0,0,4194,4195,5,71,0, + 0,4195,4219,5,426,0,0,4196,4219,5,63,0,0,4197,4198,5,337,0,0,4198, + 4219,5,426,0,0,4199,4219,5,64,0,0,4200,4201,5,338,0,0,4201,4219, + 5,426,0,0,4202,4206,5,426,0,0,4203,4205,5,426,0,0,4204,4203,1,0, + 0,0,4205,4208,1,0,0,0,4206,4204,1,0,0,0,4206,4207,1,0,0,0,4207,4219, + 1,0,0,0,4208,4206,1,0,0,0,4209,4219,5,428,0,0,4210,4219,5,429,0, + 0,4211,4212,5,433,0,0,4212,4219,5,427,0,0,4213,4219,5,350,0,0,4214, + 4219,5,125,0,0,4215,4219,5,219,0,0,4216,4219,5,424,0,0,4217,4219, + 3,258,129,0,4218,4190,1,0,0,0,4218,4193,1,0,0,0,4218,4194,1,0,0, + 0,4218,4196,1,0,0,0,4218,4197,1,0,0,0,4218,4199,1,0,0,0,4218,4200, + 1,0,0,0,4218,4202,1,0,0,0,4218,4209,1,0,0,0,4218,4210,1,0,0,0,4218, + 4211,1,0,0,0,4218,4213,1,0,0,0,4218,4214,1,0,0,0,4218,4215,1,0,0, + 0,4218,4216,1,0,0,0,4218,4217,1,0,0,0,4219,577,1,0,0,0,4220,4221, + 7,26,0,0,4221,579,1,0,0,0,4222,4223,5,399,0,0,4223,4224,3,578,289, + 0,4224,4225,5,400,0,0,4225,4226,3,582,291,0,4226,4238,1,0,0,0,4227, + 4233,5,165,0,0,4228,4234,3,578,289,0,4229,4230,5,399,0,0,4230,4231, + 3,584,292,0,4231,4232,5,400,0,0,4232,4234,1,0,0,0,4233,4228,1,0, + 0,0,4233,4229,1,0,0,0,4234,4235,1,0,0,0,4235,4236,3,582,291,0,4236, + 4238,1,0,0,0,4237,4222,1,0,0,0,4237,4227,1,0,0,0,4238,581,1,0,0, + 0,4239,4240,3,670,335,0,4240,4241,5,341,0,0,4241,4242,3,672,336, + 0,4242,4254,1,0,0,0,4243,4244,3,676,338,0,4244,4245,5,341,0,0,4245, + 4246,3,682,341,0,4246,4254,1,0,0,0,4247,4254,3,670,335,0,4248,4254, + 3,672,336,0,4249,4254,3,676,338,0,4250,4254,3,678,339,0,4251,4254, + 3,680,340,0,4252,4254,3,682,341,0,4253,4239,1,0,0,0,4253,4243,1, + 0,0,0,4253,4247,1,0,0,0,4253,4248,1,0,0,0,4253,4249,1,0,0,0,4253, + 4250,1,0,0,0,4253,4251,1,0,0,0,4253,4252,1,0,0,0,4254,583,1,0,0, + 0,4255,4260,3,626,313,0,4256,4257,5,228,0,0,4257,4259,3,626,313, + 0,4258,4256,1,0,0,0,4259,4262,1,0,0,0,4260,4258,1,0,0,0,4260,4261, + 1,0,0,0,4261,585,1,0,0,0,4262,4260,1,0,0,0,4263,4275,3,576,288,0, + 4264,4275,3,580,290,0,4265,4275,3,564,282,0,4266,4275,3,572,286, + 0,4267,4275,3,570,285,0,4268,4275,3,566,283,0,4269,4275,3,568,284, + 0,4270,4275,3,604,302,0,4271,4275,3,554,277,0,4272,4275,3,540,270, + 0,4273,4275,3,642,321,0,4274,4263,1,0,0,0,4274,4264,1,0,0,0,4274, + 4265,1,0,0,0,4274,4266,1,0,0,0,4274,4267,1,0,0,0,4274,4268,1,0,0, + 0,4274,4269,1,0,0,0,4274,4270,1,0,0,0,4274,4271,1,0,0,0,4274,4272, + 1,0,0,0,4274,4273,1,0,0,0,4275,587,1,0,0,0,4276,4278,7,35,0,0,4277, + 4276,1,0,0,0,4278,4281,1,0,0,0,4279,4277,1,0,0,0,4279,4280,1,0,0, + 0,4280,4282,1,0,0,0,4281,4279,1,0,0,0,4282,4291,3,586,293,0,4283, + 4284,5,401,0,0,4284,4285,3,584,292,0,4285,4286,5,402,0,0,4286,4290, + 1,0,0,0,4287,4288,5,395,0,0,4288,4290,3,642,321,0,4289,4283,1,0, + 0,0,4289,4287,1,0,0,0,4290,4293,1,0,0,0,4291,4289,1,0,0,0,4291,4292, + 1,0,0,0,4292,589,1,0,0,0,4293,4291,1,0,0,0,4294,4299,3,588,294,0, + 4295,4296,5,423,0,0,4296,4298,3,588,294,0,4297,4295,1,0,0,0,4298, + 4301,1,0,0,0,4299,4297,1,0,0,0,4299,4300,1,0,0,0,4300,591,1,0,0, + 0,4301,4299,1,0,0,0,4302,4307,3,590,295,0,4303,4304,7,36,0,0,4304, + 4306,3,590,295,0,4305,4303,1,0,0,0,4306,4309,1,0,0,0,4307,4305,1, + 0,0,0,4307,4308,1,0,0,0,4308,593,1,0,0,0,4309,4307,1,0,0,0,4310, + 4315,3,592,296,0,4311,4312,7,37,0,0,4312,4314,3,592,296,0,4313,4311, + 1,0,0,0,4314,4317,1,0,0,0,4315,4313,1,0,0,0,4315,4316,1,0,0,0,4316, + 595,1,0,0,0,4317,4315,1,0,0,0,4318,4323,3,594,297,0,4319,4320,5, + 422,0,0,4320,4322,3,594,297,0,4321,4319,1,0,0,0,4322,4325,1,0,0, + 0,4323,4321,1,0,0,0,4323,4324,1,0,0,0,4324,597,1,0,0,0,4325,4323, + 1,0,0,0,4326,4331,3,596,298,0,4327,4328,5,419,0,0,4328,4330,3,596, + 298,0,4329,4327,1,0,0,0,4330,4333,1,0,0,0,4331,4329,1,0,0,0,4331, + 4332,1,0,0,0,4332,599,1,0,0,0,4333,4331,1,0,0,0,4334,4339,3,598, + 299,0,4335,4336,5,421,0,0,4336,4338,3,598,299,0,4337,4335,1,0,0, + 0,4338,4341,1,0,0,0,4339,4337,1,0,0,0,4339,4340,1,0,0,0,4340,601, + 1,0,0,0,4341,4339,1,0,0,0,4342,4343,7,38,0,0,4343,603,1,0,0,0,4344, + 4345,5,399,0,0,4345,4346,3,378,189,0,4346,4347,5,400,0,0,4347,605, + 1,0,0,0,4348,4350,3,600,300,0,4349,4351,3,608,304,0,4350,4349,1, + 0,0,0,4350,4351,1,0,0,0,4351,4355,1,0,0,0,4352,4353,5,117,0,0,4353, + 4355,3,604,302,0,4354,4348,1,0,0,0,4354,4352,1,0,0,0,4355,607,1, + 0,0,0,4356,4357,3,602,301,0,4357,4358,3,600,300,0,4358,4363,1,0, + 0,0,4359,4363,3,610,305,0,4360,4361,5,216,0,0,4361,4363,3,614,307, + 0,4362,4356,1,0,0,0,4362,4359,1,0,0,0,4362,4360,1,0,0,0,4363,609, + 1,0,0,0,4364,4365,5,154,0,0,4365,4379,3,612,306,0,4366,4367,5,25, + 0,0,4367,4368,3,600,300,0,4368,4369,5,11,0,0,4369,4370,3,600,300, + 0,4370,4379,1,0,0,0,4371,4372,5,184,0,0,4372,4373,7,39,0,0,4373, + 4379,3,540,270,0,4374,4375,3,638,319,0,4375,4376,7,40,0,0,4376,4377, + 3,604,302,0,4377,4379,1,0,0,0,4378,4364,1,0,0,0,4378,4366,1,0,0, + 0,4378,4371,1,0,0,0,4378,4374,1,0,0,0,4379,611,1,0,0,0,4380,4383, + 3,604,302,0,4381,4383,3,540,270,0,4382,4380,1,0,0,0,4382,4381,1, + 0,0,0,4383,613,1,0,0,0,4384,4385,7,41,0,0,4385,4388,3,600,300,0, + 4386,4388,3,610,305,0,4387,4384,1,0,0,0,4387,4386,1,0,0,0,4388,615, + 1,0,0,0,4389,4390,5,167,0,0,4390,4391,5,96,0,0,4391,4392,5,139,0, + 0,4392,617,1,0,0,0,4393,4401,5,405,0,0,4394,4401,5,406,0,0,4395, + 4401,5,407,0,0,4396,4397,5,167,0,0,4397,4398,5,216,0,0,4398,4399, + 5,96,0,0,4399,4401,5,139,0,0,4400,4393,1,0,0,0,4400,4394,1,0,0,0, + 4400,4395,1,0,0,0,4400,4396,1,0,0,0,4401,619,1,0,0,0,4402,4411,3, + 606,303,0,4403,4404,3,618,309,0,4404,4405,3,606,303,0,4405,4410, + 1,0,0,0,4406,4407,3,616,308,0,4407,4408,3,606,303,0,4408,4410,1, + 0,0,0,4409,4403,1,0,0,0,4409,4406,1,0,0,0,4410,4413,1,0,0,0,4411, + 4409,1,0,0,0,4411,4412,1,0,0,0,4412,621,1,0,0,0,4413,4411,1,0,0, + 0,4414,4421,5,219,0,0,4415,4421,5,350,0,0,4416,4421,5,125,0,0,4417, + 4421,5,360,0,0,4418,4419,5,216,0,0,4419,4421,7,42,0,0,4420,4414, + 1,0,0,0,4420,4415,1,0,0,0,4420,4416,1,0,0,0,4420,4417,1,0,0,0,4420, + 4418,1,0,0,0,4421,623,1,0,0,0,4422,4424,5,216,0,0,4423,4422,1,0, + 0,0,4424,4427,1,0,0,0,4425,4423,1,0,0,0,4425,4426,1,0,0,0,4426,4428, + 1,0,0,0,4427,4425,1,0,0,0,4428,4431,3,620,310,0,4429,4430,5,167, + 0,0,4430,4432,3,622,311,0,4431,4429,1,0,0,0,4431,4432,1,0,0,0,4432, + 625,1,0,0,0,4433,4438,3,624,312,0,4434,4435,5,11,0,0,4435,4437,3, + 624,312,0,4436,4434,1,0,0,0,4437,4440,1,0,0,0,4438,4436,1,0,0,0, + 4438,4439,1,0,0,0,4439,627,1,0,0,0,4440,4438,1,0,0,0,4441,4443,3, + 480,240,0,4442,4444,3,630,315,0,4443,4442,1,0,0,0,4443,4444,1,0, + 0,0,4444,629,1,0,0,0,4445,4446,5,237,0,0,4446,4447,5,399,0,0,4447, + 4452,3,632,316,0,4448,4449,5,397,0,0,4449,4451,3,632,316,0,4450, + 4448,1,0,0,0,4451,4454,1,0,0,0,4452,4450,1,0,0,0,4452,4453,1,0,0, + 0,4453,4455,1,0,0,0,4454,4452,1,0,0,0,4455,4456,5,400,0,0,4456,631, + 1,0,0,0,4457,4460,3,642,321,0,4458,4459,5,405,0,0,4459,4461,3,576, + 288,0,4460,4458,1,0,0,0,4460,4461,1,0,0,0,4461,633,1,0,0,0,4462, + 4463,5,399,0,0,4463,4468,3,636,318,0,4464,4465,5,397,0,0,4465,4467, + 3,636,318,0,4466,4464,1,0,0,0,4467,4470,1,0,0,0,4468,4466,1,0,0, + 0,4468,4469,1,0,0,0,4469,4471,1,0,0,0,4470,4468,1,0,0,0,4471,4472, + 5,400,0,0,4472,635,1,0,0,0,4473,4476,3,642,321,0,4474,4477,5,184, + 0,0,4475,4477,3,638,319,0,4476,4474,1,0,0,0,4476,4475,1,0,0,0,4477, + 4478,1,0,0,0,4478,4479,3,576,288,0,4479,637,1,0,0,0,4480,4481,7, + 43,0,0,4481,639,1,0,0,0,4482,4483,7,44,0,0,4483,641,1,0,0,0,4484, + 4487,5,432,0,0,4485,4487,3,648,324,0,4486,4484,1,0,0,0,4486,4485, + 1,0,0,0,4487,643,1,0,0,0,4488,4491,3,642,321,0,4489,4490,5,395,0, + 0,4490,4492,3,642,321,0,4491,4489,1,0,0,0,4491,4492,1,0,0,0,4492, + 645,1,0,0,0,4493,4494,3,642,321,0,4494,647,1,0,0,0,4495,4496,7,45, + 0,0,4496,649,1,0,0,0,4497,4498,7,46,0,0,4498,651,1,0,0,0,4499,4550, + 3,642,321,0,4500,4550,5,171,0,0,4501,4550,5,237,0,0,4502,4550,5, + 198,0,0,4503,4550,5,268,0,0,4504,4550,5,369,0,0,4505,4550,5,241, + 0,0,4506,4550,5,165,0,0,4507,4550,5,292,0,0,4508,4550,5,356,0,0, + 4509,4550,5,144,0,0,4510,4550,5,203,0,0,4511,4550,5,219,0,0,4512, + 4550,5,126,0,0,4513,4550,5,188,0,0,4514,4550,5,101,0,0,4515,4550, + 5,329,0,0,4516,4550,5,224,0,0,4517,4550,5,291,0,0,4518,4550,5,145, + 0,0,4519,4550,5,304,0,0,4520,4550,5,135,0,0,4521,4550,5,318,0,0, + 4522,4550,5,161,0,0,4523,4550,5,54,0,0,4524,4550,5,166,0,0,4525, + 4550,5,358,0,0,4526,4550,5,45,0,0,4527,4550,5,347,0,0,4528,4550, + 5,96,0,0,4529,4550,5,154,0,0,4530,4550,5,269,0,0,4531,4550,5,337, + 0,0,4532,4550,5,225,0,0,4533,4550,5,108,0,0,4534,4550,5,141,0,0, + 4535,4550,5,365,0,0,4536,4550,5,21,0,0,4537,4550,5,78,0,0,4538,4550, + 5,374,0,0,4539,4550,5,336,0,0,4540,4550,5,167,0,0,4541,4550,5,134, + 0,0,4542,4550,5,216,0,0,4543,4550,5,27,0,0,4544,4550,5,370,0,0,4545, + 4550,5,263,0,0,4546,4550,5,25,0,0,4547,4550,5,62,0,0,4548,4550,5, + 17,0,0,4549,4499,1,0,0,0,4549,4500,1,0,0,0,4549,4501,1,0,0,0,4549, + 4502,1,0,0,0,4549,4503,1,0,0,0,4549,4504,1,0,0,0,4549,4505,1,0,0, + 0,4549,4506,1,0,0,0,4549,4507,1,0,0,0,4549,4508,1,0,0,0,4549,4509, + 1,0,0,0,4549,4510,1,0,0,0,4549,4511,1,0,0,0,4549,4512,1,0,0,0,4549, + 4513,1,0,0,0,4549,4514,1,0,0,0,4549,4515,1,0,0,0,4549,4516,1,0,0, + 0,4549,4517,1,0,0,0,4549,4518,1,0,0,0,4549,4519,1,0,0,0,4549,4520, + 1,0,0,0,4549,4521,1,0,0,0,4549,4522,1,0,0,0,4549,4523,1,0,0,0,4549, + 4524,1,0,0,0,4549,4525,1,0,0,0,4549,4526,1,0,0,0,4549,4527,1,0,0, + 0,4549,4528,1,0,0,0,4549,4529,1,0,0,0,4549,4530,1,0,0,0,4549,4531, + 1,0,0,0,4549,4532,1,0,0,0,4549,4533,1,0,0,0,4549,4534,1,0,0,0,4549, + 4535,1,0,0,0,4549,4536,1,0,0,0,4549,4537,1,0,0,0,4549,4538,1,0,0, + 0,4549,4539,1,0,0,0,4549,4540,1,0,0,0,4549,4541,1,0,0,0,4549,4542, + 1,0,0,0,4549,4543,1,0,0,0,4549,4544,1,0,0,0,4549,4545,1,0,0,0,4549, + 4546,1,0,0,0,4549,4547,1,0,0,0,4549,4548,1,0,0,0,4550,653,1,0,0, + 0,4551,4552,5,58,0,0,4552,4553,5,280,0,0,4553,4555,5,243,0,0,4554, + 4556,3,32,16,0,4555,4554,1,0,0,0,4555,4556,1,0,0,0,4556,4566,1,0, + 0,0,4557,4558,3,642,321,0,4558,4559,5,184,0,0,4559,4560,3,642,321, + 0,4560,4567,1,0,0,0,4561,4564,3,642,321,0,4562,4563,5,387,0,0,4563, + 4565,3,660,330,0,4564,4562,1,0,0,0,4564,4565,1,0,0,0,4565,4567,1, + 0,0,0,4566,4557,1,0,0,0,4566,4561,1,0,0,0,4567,4717,1,0,0,0,4568, + 4569,5,9,0,0,4569,4570,5,280,0,0,4570,4571,5,243,0,0,4571,4596,3, + 642,321,0,4572,4597,5,373,0,0,4573,4597,3,668,334,0,4574,4575,5, + 304,0,0,4575,4597,3,660,330,0,4576,4577,5,363,0,0,4577,4582,3,662, + 331,0,4578,4579,5,397,0,0,4579,4581,3,662,331,0,4580,4578,1,0,0, + 0,4581,4584,1,0,0,0,4582,4580,1,0,0,0,4582,4583,1,0,0,0,4583,4597, + 1,0,0,0,4584,4582,1,0,0,0,4585,4586,5,274,0,0,4586,4587,5,341,0, + 0,4587,4597,3,642,321,0,4588,4590,3,664,332,0,4589,4591,3,666,333, + 0,4590,4589,1,0,0,0,4590,4591,1,0,0,0,4591,4597,1,0,0,0,4592,4594, + 3,666,333,0,4593,4595,3,664,332,0,4594,4593,1,0,0,0,4594,4595,1, + 0,0,0,4595,4597,1,0,0,0,4596,4572,1,0,0,0,4596,4573,1,0,0,0,4596, + 4574,1,0,0,0,4596,4576,1,0,0,0,4596,4585,1,0,0,0,4596,4588,1,0,0, + 0,4596,4592,1,0,0,0,4597,4717,1,0,0,0,4598,4599,5,101,0,0,4599,4600, + 5,280,0,0,4600,4602,5,243,0,0,4601,4603,3,30,15,0,4602,4601,1,0, + 0,0,4602,4603,1,0,0,0,4603,4604,1,0,0,0,4604,4717,3,642,321,0,4605, + 4608,3,666,333,0,4606,4608,3,668,334,0,4607,4605,1,0,0,0,4607,4606, + 1,0,0,0,4608,4609,1,0,0,0,4609,4610,5,390,0,0,4610,4611,5,197,0, + 0,4611,4717,1,0,0,0,4612,4624,5,278,0,0,4613,4614,5,3,0,0,4614,4615, + 5,280,0,0,4615,4616,5,243,0,0,4616,4617,5,387,0,0,4617,4625,3,642, + 321,0,4618,4619,5,280,0,0,4619,4620,5,243,0,0,4620,4621,3,642,321, + 0,4621,4622,5,387,0,0,4622,4623,3,642,321,0,4623,4625,1,0,0,0,4624, + 4613,1,0,0,0,4624,4618,1,0,0,0,4625,4717,1,0,0,0,4626,4627,5,58, + 0,0,4627,4628,5,348,0,0,4628,4629,3,642,321,0,4629,4630,5,395,0, + 0,4630,4631,3,642,321,0,4631,4632,5,383,0,0,4632,4633,3,688,344, + 0,4633,4634,5,99,0,0,4634,4635,3,690,345,0,4635,4717,1,0,0,0,4636, + 4637,5,9,0,0,4637,4638,5,348,0,0,4638,4639,3,642,321,0,4639,4640, + 5,395,0,0,4640,4657,3,642,321,0,4641,4642,5,383,0,0,4642,4643,3, + 688,344,0,4643,4644,5,99,0,0,4644,4645,3,690,345,0,4645,4658,1,0, + 0,0,4646,4647,5,4,0,0,4647,4651,5,341,0,0,4648,4649,5,101,0,0,4649, + 4651,5,139,0,0,4650,4646,1,0,0,0,4650,4648,1,0,0,0,4651,4655,1,0, + 0,0,4652,4653,5,246,0,0,4653,4656,3,686,343,0,4654,4656,5,362,0, + 0,4655,4652,1,0,0,0,4655,4654,1,0,0,0,4656,4658,1,0,0,0,4657,4641, + 1,0,0,0,4657,4650,1,0,0,0,4658,4717,1,0,0,0,4659,4660,5,101,0,0, + 4660,4661,5,348,0,0,4661,4662,3,642,321,0,4662,4663,5,395,0,0,4663, + 4664,3,642,321,0,4664,4717,1,0,0,0,4665,4666,5,58,0,0,4666,4667, + 5,246,0,0,4667,4668,3,642,321,0,4668,4669,5,395,0,0,4669,4670,3, + 686,343,0,4670,4671,5,387,0,0,4671,4672,3,694,347,0,4672,4717,1, + 0,0,0,4673,4674,5,9,0,0,4674,4675,5,246,0,0,4675,4676,3,642,321, + 0,4676,4677,5,395,0,0,4677,4685,3,686,343,0,4678,4679,5,304,0,0, + 4679,4686,3,694,347,0,4680,4681,5,363,0,0,4681,4686,5,294,0,0,4682, + 4683,7,47,0,0,4683,4684,5,348,0,0,4684,4686,3,642,321,0,4685,4678, + 1,0,0,0,4685,4680,1,0,0,0,4685,4682,1,0,0,0,4686,4717,1,0,0,0,4687, + 4688,5,101,0,0,4688,4689,5,246,0,0,4689,4690,3,642,321,0,4690,4691, + 5,395,0,0,4691,4692,3,686,343,0,4692,4717,1,0,0,0,4693,4694,7,48, + 0,0,4694,4695,3,656,328,0,4695,4696,5,200,0,0,4696,4697,5,426,0, + 0,4697,4698,5,154,0,0,4698,4702,3,642,321,0,4699,4700,5,341,0,0, + 4700,4703,3,686,343,0,4701,4703,5,362,0,0,4702,4699,1,0,0,0,4702, + 4701,1,0,0,0,4703,4707,1,0,0,0,4704,4705,5,387,0,0,4705,4706,5,229, + 0,0,4706,4708,5,431,0,0,4707,4704,1,0,0,0,4707,4708,1,0,0,0,4708, + 4717,1,0,0,0,4709,4710,5,101,0,0,4710,4711,3,656,328,0,4711,4712, + 5,200,0,0,4712,4713,5,426,0,0,4713,4714,5,154,0,0,4714,4715,3,642, + 321,0,4715,4717,1,0,0,0,4716,4551,1,0,0,0,4716,4568,1,0,0,0,4716, + 4598,1,0,0,0,4716,4607,1,0,0,0,4716,4612,1,0,0,0,4716,4626,1,0,0, + 0,4716,4636,1,0,0,0,4716,4659,1,0,0,0,4716,4665,1,0,0,0,4716,4673, + 1,0,0,0,4716,4687,1,0,0,0,4716,4693,1,0,0,0,4716,4709,1,0,0,0,4717, + 655,1,0,0,0,4718,4719,7,49,0,0,4719,657,1,0,0,0,4720,4721,5,259, + 0,0,4721,4722,5,405,0,0,4722,4728,5,431,0,0,4723,4724,5,83,0,0,4724, + 4725,5,246,0,0,4725,4726,5,405,0,0,4726,4728,3,686,343,0,4727,4720, + 1,0,0,0,4727,4723,1,0,0,0,4728,659,1,0,0,0,4729,4734,3,658,329,0, + 4730,4731,5,397,0,0,4731,4733,3,658,329,0,4732,4730,1,0,0,0,4733, + 4736,1,0,0,0,4734,4732,1,0,0,0,4734,4735,1,0,0,0,4735,661,1,0,0, + 0,4736,4734,1,0,0,0,4737,4741,5,259,0,0,4738,4739,5,83,0,0,4739, + 4741,5,246,0,0,4740,4737,1,0,0,0,4740,4738,1,0,0,0,4741,663,1,0, + 0,0,4742,4745,5,2,0,0,4743,4744,5,387,0,0,4744,4746,5,278,0,0,4745, + 4743,1,0,0,0,4745,4746,1,0,0,0,4746,665,1,0,0,0,4747,4748,7,50,0, + 0,4748,667,1,0,0,0,4749,4750,7,51,0,0,4750,669,1,0,0,0,4751,4752, + 7,52,0,0,4752,671,1,0,0,0,4753,4754,7,53,0,0,4754,673,1,0,0,0,4755, + 4756,7,54,0,0,4756,675,1,0,0,0,4757,4758,7,55,0,0,4758,677,1,0,0, + 0,4759,4760,7,56,0,0,4760,679,1,0,0,0,4761,4762,7,57,0,0,4762,681, + 1,0,0,0,4763,4764,7,58,0,0,4764,683,1,0,0,0,4765,4766,7,59,0,0,4766, + 685,1,0,0,0,4767,4772,3,642,321,0,4768,4769,5,395,0,0,4769,4771, + 3,642,321,0,4770,4768,1,0,0,0,4771,4774,1,0,0,0,4772,4770,1,0,0, + 0,4772,4773,1,0,0,0,4773,687,1,0,0,0,4774,4772,1,0,0,0,4775,4776, + 3,642,321,0,4776,4777,5,411,0,0,4777,4778,7,26,0,0,4778,689,1,0, + 0,0,4779,4784,5,176,0,0,4780,4781,5,211,0,0,4781,4782,5,341,0,0, + 4782,4784,3,686,343,0,4783,4779,1,0,0,0,4783,4780,1,0,0,0,4784,691, + 1,0,0,0,4785,4786,5,8,0,0,4786,4787,5,405,0,0,4787,4798,5,431,0, + 0,4788,4789,5,259,0,0,4789,4790,5,405,0,0,4790,4798,5,431,0,0,4791, + 4792,5,294,0,0,4792,4793,5,405,0,0,4793,4798,5,426,0,0,4794,4795, + 5,240,0,0,4795,4796,5,405,0,0,4796,4798,3,686,343,0,4797,4785,1, + 0,0,0,4797,4788,1,0,0,0,4797,4791,1,0,0,0,4797,4794,1,0,0,0,4798, + 693,1,0,0,0,4799,4804,3,692,346,0,4800,4801,5,397,0,0,4801,4803, + 3,692,346,0,4802,4800,1,0,0,0,4803,4806,1,0,0,0,4804,4802,1,0,0, + 0,4804,4805,1,0,0,0,4805,695,1,0,0,0,4806,4804,1,0,0,0,621,699,706, + 709,715,721,728,738,741,745,760,767,773,778,783,786,810,817,820, + 825,830,836,840,853,857,861,866,873,877,882,889,893,898,946,953, + 958,981,985,989,992,996,1001,1007,1011,1017,1019,1030,1034,1041, + 1049,1052,1057,1061,1064,1074,1082,1086,1089,1093,1097,1100,1105, + 1111,1116,1121,1125,1136,1138,1142,1152,1156,1162,1165,1172,1177, + 1185,1190,1194,1202,1207,1213,1219,1222,1225,1228,1237,1245,1250, + 1258,1265,1268,1271,1273,1284,1286,1289,1292,1295,1298,1301,1303, + 1315,1321,1329,1331,1341,1374,1379,1383,1387,1394,1401,1407,1411, + 1414,1421,1444,1449,1453,1461,1470,1477,1483,1490,1493,1499,1506, + 1514,1523,1532,1539,1559,1566,1568,1575,1585,1593,1597,1601,1614, + 1623,1639,1643,1648,1653,1656,1659,1662,1665,1668,1673,1682,1686, + 1693,1696,1699,1702,1714,1720,1746,1754,1758,1761,1764,1767,1770, + 1773,1776,1779,1788,1798,1801,1821,1827,1833,1836,1838,1845,1852, + 1865,1870,1879,1887,1895,1908,1921,1937,1941,1956,1962,1965,1968, + 1971,1974,1978,1993,1996,2007,2021,2055,2063,2068,2076,2081,2086, + 2093,2101,2109,2117,2122,2134,2138,2146,2155,2158,2162,2169,2175, + 2179,2185,2189,2201,2210,2221,2225,2232,2244,2254,2257,2264,2270, + 2274,2277,2280,2286,2290,2294,2299,2303,2307,2311,2319,2323,2327, + 2331,2335,2343,2347,2351,2359,2364,2369,2373,2377,2384,2393,2401, + 2413,2431,2434,2440,2466,2469,2475,2483,2491,2504,2511,2514,2517, + 2520,2523,2526,2529,2532,2535,2538,2541,2546,2549,2552,2555,2558, + 2561,2564,2567,2570,2573,2576,2578,2584,2588,2591,2594,2597,2600, + 2603,2610,2614,2617,2620,2623,2626,2629,2636,2639,2647,2651,2658, + 2660,2663,2668,2671,2675,2680,2686,2694,2702,2712,2715,2719,2723, + 2728,2735,2739,2741,2745,2752,2757,2770,2778,2797,2807,2820,2830, + 2834,2838,2844,2851,2858,2867,2874,2894,2897,2911,2926,2930,2950, + 2962,2968,2971,2974,2980,2986,2993,3001,3007,3011,3016,3019,3023, + 3030,3035,3040,3043,3045,3053,3061,3065,3069,3073,3090,3107,3114, + 3123,3128,3131,3134,3138,3153,3167,3170,3181,3185,3188,3191,3195, + 3200,3203,3206,3209,3212,3215,3221,3224,3227,3230,3233,3236,3239, + 3242,3245,3248,3252,3254,3260,3265,3268,3271,3274,3277,3283,3286, + 3289,3292,3295,3298,3301,3304,3307,3310,3314,3316,3318,3323,3328, + 3332,3336,3341,3346,3355,3365,3373,3385,3388,3394,3401,3408,3415, + 3422,3431,3435,3442,3447,3451,3455,3458,3461,3472,3476,3478,3481, + 3494,3497,3500,3512,3515,3522,3531,3536,3538,3540,3557,3560,3568, + 3571,3575,3578,3581,3584,3587,3599,3607,3614,3617,3624,3627,3632, + 3639,3647,3653,3658,3662,3667,3674,3688,3691,3695,3706,3716,3719, + 3726,3735,3738,3744,3747,3754,3759,3762,3775,3781,3783,3791,3794, + 3804,3809,3811,3823,3829,3831,3838,3845,3859,3865,3868,3871,3874, + 3883,3890,3896,3905,3909,3917,3927,3937,3942,3946,3952,3957,3967, + 3971,3974,3979,3982,3986,3991,4002,4004,4013,4036,4046,4049,4056, + 4059,4069,4076,4079,4081,4092,4102,4104,4113,4118,4127,4140,4144, + 4156,4160,4169,4188,4206,4218,4233,4237,4253,4260,4274,4279,4289, + 4291,4299,4307,4315,4323,4331,4339,4350,4354,4362,4378,4382,4387, + 4400,4409,4411,4420,4425,4431,4438,4443,4452,4460,4468,4476,4486, + 4491,4549,4555,4564,4566,4582,4590,4594,4596,4602,4607,4624,4650, + 4655,4657,4685,4702,4707,4716,4727,4734,4740,4745,4772,4783,4797, + 4804 ]; private static __ATN: antlr.ATN; @@ -33585,6 +34115,36 @@ export class ColumnNameContext extends antlr.ParserRuleContext { } +export class ColumnNamePathContext extends antlr.ParserRuleContext { + public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { + super(parent, invokingState); + } + public poolPath(): PoolPathContext { + return this.getRuleContext(0, PoolPathContext)!; + } + public override get ruleIndex(): number { + return HiveSqlParser.RULE_columnNamePath; + } + public override enterRule(listener: HiveSqlParserListener): void { + if(listener.enterColumnNamePath) { + listener.enterColumnNamePath(this); + } + } + public override exitRule(listener: HiveSqlParserListener): void { + if(listener.exitColumnNamePath) { + listener.exitColumnNamePath(this); + } + } + public override accept(visitor: HiveSqlParserVisitor): Result | null { + if (visitor.visitColumnNamePath) { + return visitor.visitColumnNamePath(this); + } else { + return visitor.visitChildren(this); + } + } +} + + export class ColumnNameCreateContext extends antlr.ParserRuleContext { public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { super(parent, invokingState); @@ -39373,14 +39933,8 @@ export class PartitioningSpecContext extends antlr.ParserRuleContext { public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { super(parent, invokingState); } - public KW_PARTITION(): antlr.TerminalNode | null { - return this.getToken(HiveSqlParser.KW_PARTITION, 0); - } - public KW_BY(): antlr.TerminalNode | null { - return this.getToken(HiveSqlParser.KW_BY, 0); - } - public expressions(): ExpressionsContext | null { - return this.getRuleContext(0, ExpressionsContext); + public partitionByClause(): PartitionByClauseContext | null { + return this.getRuleContext(0, PartitionByClauseContext); } public orderByClause(): OrderByClauseContext | null { return this.getRuleContext(0, OrderByClauseContext); @@ -40847,6 +41401,42 @@ export class OrderByClauseContext extends antlr.ParserRuleContext { } +export class PartitionByClauseContext extends antlr.ParserRuleContext { + public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { + super(parent, invokingState); + } + public KW_PARTITION(): antlr.TerminalNode { + return this.getToken(HiveSqlParser.KW_PARTITION, 0)!; + } + public KW_BY(): antlr.TerminalNode { + return this.getToken(HiveSqlParser.KW_BY, 0)!; + } + public expressions(): ExpressionsContext { + return this.getRuleContext(0, ExpressionsContext)!; + } + public override get ruleIndex(): number { + return HiveSqlParser.RULE_partitionByClause; + } + public override enterRule(listener: HiveSqlParserListener): void { + if(listener.enterPartitionByClause) { + listener.enterPartitionByClause(this); + } + } + public override exitRule(listener: HiveSqlParserListener): void { + if(listener.exitPartitionByClause) { + listener.exitPartitionByClause(this); + } + } + public override accept(visitor: HiveSqlParserVisitor): Result | null { + if (visitor.visitPartitionByClause) { + return visitor.visitPartitionByClause(this); + } else { + return visitor.visitChildren(this); + } + } +} + + export class ClusterByClauseContext extends antlr.ParserRuleContext { public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { super(parent, invokingState); @@ -41617,8 +42207,8 @@ export class ConstantContext extends antlr.ParserRuleContext { public QUESTION(): antlr.TerminalNode | null { return this.getToken(HiveSqlParser.QUESTION, 0); } - public Identifier(): antlr.TerminalNode | null { - return this.getToken(HiveSqlParser.Identifier, 0); + public columnNamePath(): ColumnNamePathContext | null { + return this.getRuleContext(0, ColumnNamePathContext); } public override get ruleIndex(): number { return HiveSqlParser.RULE_constant; diff --git a/src/lib/hive/HiveSqlParserListener.ts b/src/lib/hive/HiveSqlParserListener.ts index 1f2bbff0..e92aee75 100644 --- a/src/lib/hive/HiveSqlParserListener.ts +++ b/src/lib/hive/HiveSqlParserListener.ts @@ -137,6 +137,7 @@ import { ColumnNameTypeOrConstraintListContext } from "./HiveSqlParser.js"; import { ColumnNameColonTypeListContext } from "./HiveSqlParser.js"; import { ColumnNameListContext } from "./HiveSqlParser.js"; import { ColumnNameContext } from "./HiveSqlParser.js"; +import { ColumnNamePathContext } from "./HiveSqlParser.js"; import { ColumnNameCreateContext } from "./HiveSqlParser.js"; import { ExtColumnNameContext } from "./HiveSqlParser.js"; import { ColumnNameOrderListContext } from "./HiveSqlParser.js"; @@ -282,6 +283,7 @@ import { ExpressionsContext } from "./HiveSqlParser.js"; import { ExpressionsInParenthesisContext } from "./HiveSqlParser.js"; import { ExpressionsNotInParenthesisContext } from "./HiveSqlParser.js"; import { OrderByClauseContext } from "./HiveSqlParser.js"; +import { PartitionByClauseContext } from "./HiveSqlParser.js"; import { ClusterByClauseContext } from "./HiveSqlParser.js"; import { DistributeByClauseContext } from "./HiveSqlParser.js"; import { SortByClauseContext } from "./HiveSqlParser.js"; @@ -1653,6 +1655,16 @@ export class HiveSqlParserListener implements ParseTreeListener { * @param ctx the parse tree */ exitColumnName?: (ctx: ColumnNameContext) => void; + /** + * Enter a parse tree produced by `HiveSqlParser.columnNamePath`. + * @param ctx the parse tree + */ + enterColumnNamePath?: (ctx: ColumnNamePathContext) => void; + /** + * Exit a parse tree produced by `HiveSqlParser.columnNamePath`. + * @param ctx the parse tree + */ + exitColumnNamePath?: (ctx: ColumnNamePathContext) => void; /** * Enter a parse tree produced by `HiveSqlParser.columnNameCreate`. * @param ctx the parse tree @@ -3111,6 +3123,16 @@ export class HiveSqlParserListener implements ParseTreeListener { * @param ctx the parse tree */ exitOrderByClause?: (ctx: OrderByClauseContext) => void; + /** + * Enter a parse tree produced by `HiveSqlParser.partitionByClause`. + * @param ctx the parse tree + */ + enterPartitionByClause?: (ctx: PartitionByClauseContext) => void; + /** + * Exit a parse tree produced by `HiveSqlParser.partitionByClause`. + * @param ctx the parse tree + */ + exitPartitionByClause?: (ctx: PartitionByClauseContext) => void; /** * Enter a parse tree produced by `HiveSqlParser.clusterByClause`. * @param ctx the parse tree diff --git a/src/lib/hive/HiveSqlParserVisitor.ts b/src/lib/hive/HiveSqlParserVisitor.ts index d0081883..ba4adbb8 100644 --- a/src/lib/hive/HiveSqlParserVisitor.ts +++ b/src/lib/hive/HiveSqlParserVisitor.ts @@ -137,6 +137,7 @@ import { ColumnNameTypeOrConstraintListContext } from "./HiveSqlParser.js"; import { ColumnNameColonTypeListContext } from "./HiveSqlParser.js"; import { ColumnNameListContext } from "./HiveSqlParser.js"; import { ColumnNameContext } from "./HiveSqlParser.js"; +import { ColumnNamePathContext } from "./HiveSqlParser.js"; import { ColumnNameCreateContext } from "./HiveSqlParser.js"; import { ExtColumnNameContext } from "./HiveSqlParser.js"; import { ColumnNameOrderListContext } from "./HiveSqlParser.js"; @@ -282,6 +283,7 @@ import { ExpressionsContext } from "./HiveSqlParser.js"; import { ExpressionsInParenthesisContext } from "./HiveSqlParser.js"; import { ExpressionsNotInParenthesisContext } from "./HiveSqlParser.js"; import { OrderByClauseContext } from "./HiveSqlParser.js"; +import { PartitionByClauseContext } from "./HiveSqlParser.js"; import { ClusterByClauseContext } from "./HiveSqlParser.js"; import { DistributeByClauseContext } from "./HiveSqlParser.js"; import { SortByClauseContext } from "./HiveSqlParser.js"; @@ -1140,6 +1142,12 @@ export class HiveSqlParserVisitor extends AbstractParseTreeVisitor Result; + /** + * Visit a parse tree produced by `HiveSqlParser.columnNamePath`. + * @param ctx the parse tree + * @return the visitor result + */ + visitColumnNamePath?: (ctx: ColumnNamePathContext) => Result; /** * Visit a parse tree produced by `HiveSqlParser.columnNameCreate`. * @param ctx the parse tree @@ -2014,6 +2022,12 @@ export class HiveSqlParserVisitor extends AbstractParseTreeVisitor Result; + /** + * Visit a parse tree produced by `HiveSqlParser.partitionByClause`. + * @param ctx the parse tree + * @return the visitor result + */ + visitPartitionByClause?: (ctx: PartitionByClauseContext) => Result; /** * Visit a parse tree produced by `HiveSqlParser.clusterByClause`. * @param ctx the parse tree diff --git a/src/parser/hive/hiveErrorListener.ts b/src/parser/hive/hiveErrorListener.ts index 6435806e..67365b30 100644 --- a/src/parser/hive/hiveErrorListener.ts +++ b/src/parser/hive/hiveErrorListener.ts @@ -19,6 +19,7 @@ export class HiveErrorListener extends ParseErrorListener { [HiveSqlParser.RULE_functionNameCreate, 'function'], [HiveSqlParser.RULE_columnName, 'column'], [HiveSqlParser.RULE_columnNameCreate, 'column'], + [HiveSqlParser.RULE_columnNamePath, 'column'], ]); constructor(errorListener: ErrorListener, preferredRules: Set, locale: LOCALE_TYPE) { @@ -50,7 +51,8 @@ export class HiveErrorListener extends ParseErrorListener { case HiveSqlParser.RULE_viewName: case HiveSqlParser.RULE_functionNameForDDL: case HiveSqlParser.RULE_functionNameForInvoke: - case HiveSqlParser.RULE_columnName: { + case HiveSqlParser.RULE_columnName: + case HiveSqlParser.RULE_columnNamePath: { result.push(`{existing}${name}`); break; } diff --git a/src/parser/hive/index.ts b/src/parser/hive/index.ts index 7bac2468..0534c206 100644 --- a/src/parser/hive/index.ts +++ b/src/parser/hive/index.ts @@ -33,6 +33,7 @@ export class HiveSQL extends BasicSQL { const hive = new HiveSQL(); @@ -55,6 +56,14 @@ describe('HiveSQL validate invalid sql and test msg', () => { ); }); + test('validate unComplete sql6', () => { + const errors = hive.validate(sql6); + expect(errors.length).toBe(1); + expect(errors[0].message).toBe( + `Statement is incomplete, expecting an existing function or an existing column or a keyword` + ); + }); + test('validate random text cn', () => { hive.locale = 'zh_CN'; const errors = hive.validate(randomText); @@ -88,4 +97,18 @@ describe('HiveSQL validate invalid sql and test msg', () => { expect(errors.length).toBe(1); expect(errors[0].message).toBe(`'froma' 在此位置无效,期望一个关键字`); }); + + test('validate unComplete sql5', () => { + const errors = hive.validate(sql5); + expect(errors.length).toBe(1); + expect(errors[0].message).toBe(`语句不完整,期望一个新的table或者一个关键字`); + }); + + test('validate unComplete sql6 cn', () => { + const errors = hive.validate(sql6); + expect(errors.length).toBe(1); + expect(errors[0].message).toBe( + `语句不完整,期望一个存在的function或者一个存在的column或者一个关键字` + ); + }); }); diff --git a/test/parser/hive/suggestion/fixtures/syntaxSuggestion.sql b/test/parser/hive/suggestion/fixtures/syntaxSuggestion.sql index fdb98153..840d210a 100644 --- a/test/parser/hive/suggestion/fixtures/syntaxSuggestion.sql +++ b/test/parser/hive/suggestion/fixtures/syntaxSuggestion.sql @@ -38,4 +38,24 @@ FROM table_name_1 SELECT col1, col2; FROM a JOIN b ON (a.id = b.id AND a.department = b.department) SELECT a.*; -FROM page_view_stg INSERT; \ No newline at end of file +FROM page_view_stg INSERT; + +SELECT key FROM (SELECT key FROM src ORDER BY sum(a,b) LIMIT 10)subq1; + +SELECT col1 FROM t1 GROUP BY col1 HAVING SUM(col2) > 10; + +SELECT col1 FROM (SELECT col1, SUM(col2) AS col2sum FROM t1 GROUP BY col1 > 20) t2 WHERE t2.col2sum > 10; + +SELECT col1, col2 FROM t1 DISTRIBUTE BY col1 SORT BY col1 ASC, col2 DESC; + +SELECT id, RANK() OVER (PARTITION BY customer_id ORDER BY sale_date) AS rank FROM sales QUALIFY rank = 1; + +SELECT id, customer_id, amount FROM sales CLUSTER BY customer_id; + +SELECT sum(t3.col), col2 FROM t1 DISTRIBUTE BY col1 SORT BY col1 ASC, col2 DESC; + +SELECT a, COUNT(b) OVER (PARTITION BY c, d) FROM T; + +SELECT a.* FROM a JOIN b ON (a.id = b.id AND a.department = b.department); + +SELECT col1, col2, CASE WHEN month = 'January' THEN 2023 ELSE 2024 END AS year, CAST(day AS int) AS day FROM source_table; \ No newline at end of file diff --git a/test/parser/hive/suggestion/syntaxSuggestion.test.ts b/test/parser/hive/suggestion/syntaxSuggestion.test.ts index f2066a8f..90ee89af 100644 --- a/test/parser/hive/suggestion/syntaxSuggestion.test.ts +++ b/test/parser/hive/suggestion/syntaxSuggestion.test.ts @@ -361,4 +361,208 @@ describe('Hive SQL Syntax Suggestion', () => { expect(suggestion).not.toBeUndefined(); expect(suggestion?.wordRanges.map((token) => token.text)).toEqual(['page_view_stg']); }); + + test('Order by expression column', () => { + const pos: CaretPosition = { + lineNumber: 43, + column: 54, + }; + const syntaxes = hive.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(['b']); + }); + + test('Having expression column', () => { + const pos: CaretPosition = { + lineNumber: 45, + column: 50, + }; + const syntaxes = hive.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(['col2']); + }); + + test('Group by expression column', () => { + const pos: CaretPosition = { + lineNumber: 47, + column: 74, + }; + const syntaxes = hive.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(['col1']); + }); + + test('Where expression column', () => { + const pos: CaretPosition = { + lineNumber: 47, + column: 100, + }; + const syntaxes = hive.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(['t2', '.', 'col2sum']); + }); + + test('Sort by expression column', () => { + const pos: CaretPosition = { + lineNumber: 49, + column: 58, + }; + const syntaxes = hive.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(['col1']); + }); + + test('Cluster by expression column', () => { + const pos: CaretPosition = { + lineNumber: 53, + column: 63, + }; + const syntaxes = hive.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(['customer_id']); + }); + + test('Distribute by expression column', () => { + const pos: CaretPosition = { + lineNumber: 55, + column: 52, + }; + const syntaxes = hive.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(['col1']); + }); + + test('select expression column', () => { + const pos: CaretPosition = { + lineNumber: 55, + column: 18, + }; + const syntaxes = hive.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(['t3', '.', 'col']); + }); + + test('Partition by expression column', () => { + const pos: CaretPosition = { + lineNumber: 57, + column: 40, + }; + const syntaxes = hive.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(['c']); + }); + + test('Join expression column', () => { + const pos: CaretPosition = { + lineNumber: 59, + column: 41, + }; + const syntaxes = hive.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(['b', '.', 'id']); + }); + + test('Cast expression column', () => { + const pos: CaretPosition = { + lineNumber: 61, + column: 89, + }; + const syntaxes = hive.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(['day']); + }); + + test('Case/When expression column', () => { + const pos: CaretPosition = { + lineNumber: 61, + column: 35, + }; + const syntaxes = hive.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(['month']); + }); });