diff --git a/src/grammar/flink/FlinkSqlParser.g4 b/src/grammar/flink/FlinkSqlParser.g4 index b9689253..1c70c06a 100644 --- a/src/grammar/flink/FlinkSqlParser.g4 +++ b/src/grammar/flink/FlinkSqlParser.g4 @@ -439,7 +439,12 @@ valuesDefinition ; valuesRowDefinition - : LR_BRACKET constant (COMMA constant)* RR_BRACKET + : LR_BRACKET valueDefinition (COMMA valueDefinition)* RR_BRACKET + ; + +valueDefinition + : constant + | functionCallExpression ; insertMulStatementCompatibility diff --git a/src/lib/flink/FlinkSqlParser.interp b/src/lib/flink/FlinkSqlParser.interp index 1de25841..80ed68bf 100644 --- a/src/lib/flink/FlinkSqlParser.interp +++ b/src/lib/flink/FlinkSqlParser.interp @@ -1166,6 +1166,7 @@ insertSimpleStatement insertPartitionDefinition valuesDefinition valuesRowDefinition +valueDefinition insertMulStatementCompatibility insertMulStatement queryStatement @@ -1285,4 +1286,4 @@ nonReservedKeywords atn: -[4, 1, 542, 2313, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20, 7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26, 2, 27, 7, 27, 2, 28, 7, 28, 2, 29, 7, 29, 2, 30, 7, 30, 2, 31, 7, 31, 2, 32, 7, 32, 2, 33, 7, 33, 2, 34, 7, 34, 2, 35, 7, 35, 2, 36, 7, 36, 2, 37, 7, 37, 2, 38, 7, 38, 2, 39, 7, 39, 2, 40, 7, 40, 2, 41, 7, 41, 2, 42, 7, 42, 2, 43, 7, 43, 2, 44, 7, 44, 2, 45, 7, 45, 2, 46, 7, 46, 2, 47, 7, 47, 2, 48, 7, 48, 2, 49, 7, 49, 2, 50, 7, 50, 2, 51, 7, 51, 2, 52, 7, 52, 2, 53, 7, 53, 2, 54, 7, 54, 2, 55, 7, 55, 2, 56, 7, 56, 2, 57, 7, 57, 2, 58, 7, 58, 2, 59, 7, 59, 2, 60, 7, 60, 2, 61, 7, 61, 2, 62, 7, 62, 2, 63, 7, 63, 2, 64, 7, 64, 2, 65, 7, 65, 2, 66, 7, 66, 2, 67, 7, 67, 2, 68, 7, 68, 2, 69, 7, 69, 2, 70, 7, 70, 2, 71, 7, 71, 2, 72, 7, 72, 2, 73, 7, 73, 2, 74, 7, 74, 2, 75, 7, 75, 2, 76, 7, 76, 2, 77, 7, 77, 2, 78, 7, 78, 2, 79, 7, 79, 2, 80, 7, 80, 2, 81, 7, 81, 2, 82, 7, 82, 2, 83, 7, 83, 2, 84, 7, 84, 2, 85, 7, 85, 2, 86, 7, 86, 2, 87, 7, 87, 2, 88, 7, 88, 2, 89, 7, 89, 2, 90, 7, 90, 2, 91, 7, 91, 2, 92, 7, 92, 2, 93, 7, 93, 2, 94, 7, 94, 2, 95, 7, 95, 2, 96, 7, 96, 2, 97, 7, 97, 2, 98, 7, 98, 2, 99, 7, 99, 2, 100, 7, 100, 2, 101, 7, 101, 2, 102, 7, 102, 2, 103, 7, 103, 2, 104, 7, 104, 2, 105, 7, 105, 2, 106, 7, 106, 2, 107, 7, 107, 2, 108, 7, 108, 2, 109, 7, 109, 2, 110, 7, 110, 2, 111, 7, 111, 2, 112, 7, 112, 2, 113, 7, 113, 2, 114, 7, 114, 2, 115, 7, 115, 2, 116, 7, 116, 2, 117, 7, 117, 2, 118, 7, 118, 2, 119, 7, 119, 2, 120, 7, 120, 2, 121, 7, 121, 2, 122, 7, 122, 2, 123, 7, 123, 2, 124, 7, 124, 2, 125, 7, 125, 2, 126, 7, 126, 2, 127, 7, 127, 2, 128, 7, 128, 2, 129, 7, 129, 2, 130, 7, 130, 2, 131, 7, 131, 2, 132, 7, 132, 2, 133, 7, 133, 2, 134, 7, 134, 2, 135, 7, 135, 2, 136, 7, 136, 2, 137, 7, 137, 2, 138, 7, 138, 2, 139, 7, 139, 2, 140, 7, 140, 2, 141, 7, 141, 2, 142, 7, 142, 2, 143, 7, 143, 2, 144, 7, 144, 2, 145, 7, 145, 2, 146, 7, 146, 2, 147, 7, 147, 2, 148, 7, 148, 2, 149, 7, 149, 2, 150, 7, 150, 2, 151, 7, 151, 2, 152, 7, 152, 2, 153, 7, 153, 2, 154, 7, 154, 2, 155, 7, 155, 2, 156, 7, 156, 2, 157, 7, 157, 2, 158, 7, 158, 2, 159, 7, 159, 2, 160, 7, 160, 2, 161, 7, 161, 2, 162, 7, 162, 2, 163, 7, 163, 2, 164, 7, 164, 2, 165, 7, 165, 2, 166, 7, 166, 2, 167, 7, 167, 2, 168, 7, 168, 2, 169, 7, 169, 2, 170, 7, 170, 2, 171, 7, 171, 2, 172, 7, 172, 2, 173, 7, 173, 2, 174, 7, 174, 2, 175, 7, 175, 2, 176, 7, 176, 2, 177, 7, 177, 2, 178, 7, 178, 2, 179, 7, 179, 2, 180, 7, 180, 2, 181, 7, 181, 2, 182, 7, 182, 2, 183, 7, 183, 2, 184, 7, 184, 2, 185, 7, 185, 2, 186, 7, 186, 2, 187, 7, 187, 2, 188, 7, 188, 2, 189, 7, 189, 2, 190, 7, 190, 2, 191, 7, 191, 2, 192, 7, 192, 1, 0, 5, 0, 388, 8, 0, 10, 0, 12, 0, 391, 9, 0, 1, 0, 1, 0, 1, 1, 1, 1, 3, 1, 397, 8, 1, 1, 1, 3, 1, 400, 8, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 414, 8, 2, 1, 3, 1, 3, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 3, 4, 432, 8, 4, 1, 5, 1, 5, 3, 5, 436, 8, 5, 1, 6, 1, 6, 1, 6, 1, 7, 1, 7, 1, 7, 1, 7, 3, 7, 445, 8, 7, 1, 7, 1, 7, 1, 7, 3, 7, 450, 8, 7, 1, 8, 1, 8, 1, 8, 5, 8, 455, 8, 8, 10, 8, 12, 8, 458, 9, 8, 1, 9, 1, 9, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 3, 10, 468, 8, 10, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 5, 11, 475, 8, 11, 10, 11, 12, 11, 478, 9, 11, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 489, 8, 12, 1, 12, 3, 12, 492, 8, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 499, 8, 12, 1, 12, 3, 12, 502, 8, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 510, 8, 12, 1, 12, 1, 12, 3, 12, 514, 8, 12, 1, 12, 1, 12, 1, 12, 3, 12, 519, 8, 12, 1, 12, 3, 12, 522, 8, 12, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 3, 13, 529, 8, 13, 1, 14, 1, 14, 1, 14, 1, 14, 1, 15, 1, 15, 3, 15, 537, 8, 15, 1, 16, 1, 16, 3, 16, 541, 8, 16, 1, 17, 1, 17, 1, 17, 1, 17, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 3, 18, 553, 8, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 3, 18, 561, 8, 18, 1, 18, 1, 18, 3, 18, 565, 8, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 3, 18, 597, 8, 18, 1, 19, 3, 19, 600, 8, 19, 1, 19, 4, 19, 603, 8, 19, 11, 19, 12, 19, 604, 1, 20, 1, 20, 3, 20, 609, 8, 20, 1, 21, 1, 21, 3, 21, 613, 8, 21, 1, 21, 1, 21, 3, 21, 617, 8, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 5, 21, 624, 8, 21, 10, 21, 12, 21, 627, 9, 21, 1, 21, 1, 21, 3, 21, 631, 8, 21, 1, 21, 1, 21, 3, 21, 635, 8, 21, 1, 21, 1, 21, 3, 21, 639, 8, 21, 1, 21, 1, 21, 1, 21, 3, 21, 644, 8, 21, 1, 21, 3, 21, 647, 8, 21, 1, 21, 1, 21, 3, 21, 651, 8, 21, 1, 22, 1, 22, 1, 22, 3, 22, 656, 8, 22, 1, 22, 1, 22, 1, 22, 1, 22, 3, 22, 662, 8, 22, 1, 23, 1, 23, 1, 23, 3, 23, 667, 8, 23, 1, 24, 1, 24, 1, 24, 3, 24, 672, 8, 24, 1, 24, 1, 24, 3, 24, 676, 8, 24, 1, 25, 1, 25, 3, 25, 680, 8, 25, 1, 26, 1, 26, 3, 26, 684, 8, 26, 1, 27, 1, 27, 1, 28, 1, 28, 1, 28, 1, 28, 5, 28, 692, 8, 28, 10, 28, 12, 28, 695, 9, 28, 1, 28, 1, 28, 1, 29, 1, 29, 1, 29, 3, 29, 702, 8, 29, 1, 29, 1, 29, 3, 29, 706, 8, 29, 1, 29, 1, 29, 3, 29, 710, 8, 29, 1, 29, 1, 29, 3, 29, 714, 8, 29, 1, 29, 1, 29, 3, 29, 718, 8, 29, 1, 29, 1, 29, 3, 29, 722, 8, 29, 1, 29, 1, 29, 3, 29, 726, 8, 29, 1, 29, 1, 29, 3, 29, 730, 8, 29, 1, 29, 1, 29, 3, 29, 734, 8, 29, 3, 29, 736, 8, 29, 1, 30, 1, 30, 1, 30, 1, 30, 1, 31, 1, 31, 1, 31, 1, 31, 3, 31, 746, 8, 31, 1, 31, 1, 31, 1, 32, 1, 32, 1, 32, 1, 32, 3, 32, 754, 8, 32, 1, 32, 1, 32, 1, 33, 1, 33, 1, 33, 1, 33, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 5, 35, 776, 8, 35, 10, 35, 12, 35, 779, 9, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 5, 35, 790, 8, 35, 10, 35, 12, 35, 793, 9, 35, 1, 35, 1, 35, 3, 35, 797, 8, 35, 1, 36, 1, 36, 3, 36, 801, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 807, 8, 36, 1, 36, 3, 36, 810, 8, 36, 1, 36, 3, 36, 813, 8, 36, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 3, 37, 820, 8, 37, 1, 37, 3, 37, 823, 8, 37, 1, 38, 1, 38, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 3, 39, 832, 8, 39, 1, 40, 1, 40, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 3, 42, 844, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 43, 1, 43, 1, 44, 1, 44, 1, 44, 1, 44, 1, 45, 1, 45, 1, 45, 1, 45, 1, 46, 1, 46, 1, 46, 1, 46, 5, 46, 866, 8, 46, 10, 46, 12, 46, 869, 9, 46, 1, 46, 1, 46, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 5, 47, 878, 8, 47, 10, 47, 12, 47, 881, 9, 47, 1, 47, 1, 47, 3, 47, 885, 8, 47, 1, 48, 1, 48, 3, 48, 889, 8, 48, 1, 49, 1, 49, 1, 49, 1, 49, 5, 49, 895, 8, 49, 10, 49, 12, 49, 898, 9, 49, 1, 49, 3, 49, 901, 8, 49, 1, 50, 1, 50, 1, 50, 1, 50, 3, 50, 907, 8, 50, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 52, 1, 52, 1, 52, 3, 52, 917, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 922, 8, 52, 1, 52, 1, 52, 1, 53, 1, 53, 3, 53, 928, 8, 53, 1, 53, 1, 53, 3, 53, 932, 8, 53, 1, 53, 1, 53, 3, 53, 936, 8, 53, 1, 53, 1, 53, 3, 53, 940, 8, 53, 1, 53, 1, 53, 1, 53, 1, 54, 1, 54, 1, 54, 1, 54, 3, 54, 949, 8, 54, 1, 54, 1, 54, 3, 54, 953, 8, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 3, 54, 960, 8, 54, 1, 54, 3, 54, 963, 8, 54, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 5, 55, 971, 8, 55, 10, 55, 12, 55, 974, 9, 55, 1, 56, 1, 56, 1, 57, 1, 57, 1, 57, 3, 57, 981, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 989, 8, 57, 1, 58, 1, 58, 3, 58, 993, 8, 58, 1, 58, 1, 58, 1, 58, 1, 59, 1, 59, 1, 59, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 1008, 8, 60, 1, 61, 1, 61, 1, 61, 1, 61, 1, 62, 1, 62, 1, 62, 1, 62, 1, 63, 1, 63, 1, 63, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 3, 64, 1027, 8, 64, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 66, 1, 66, 1, 66, 1, 66, 3, 66, 1038, 8, 66, 1, 66, 1, 66, 3, 66, 1042, 8, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 3, 66, 1049, 8, 66, 1, 67, 1, 67, 1, 67, 3, 67, 1054, 8, 67, 1, 67, 1, 67, 1, 68, 1, 68, 3, 68, 1060, 8, 68, 1, 68, 1, 68, 3, 68, 1064, 8, 68, 1, 68, 1, 68, 1, 69, 1, 69, 1, 69, 3, 69, 1071, 8, 69, 1, 69, 1, 69, 3, 69, 1075, 8, 69, 1, 70, 1, 70, 3, 70, 1079, 8, 70, 1, 70, 1, 70, 3, 70, 1083, 8, 70, 1, 70, 1, 70, 1, 71, 1, 71, 1, 71, 1, 71, 3, 71, 1091, 8, 71, 1, 71, 1, 71, 3, 71, 1095, 8, 71, 1, 71, 1, 71, 1, 72, 3, 72, 1100, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 1106, 8, 72, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 1112, 8, 73, 1, 73, 3, 73, 1115, 8, 73, 1, 73, 1, 73, 3, 73, 1119, 8, 73, 1, 74, 1, 74, 1, 74, 1, 75, 1, 75, 1, 75, 1, 75, 5, 75, 1128, 8, 75, 10, 75, 12, 75, 1131, 9, 75, 1, 76, 1, 76, 1, 76, 1, 76, 5, 76, 1137, 8, 76, 10, 76, 12, 76, 1140, 9, 76, 1, 76, 1, 76, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 4, 77, 1151, 8, 77, 11, 77, 12, 77, 1152, 1, 77, 1, 77, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 4, 78, 1163, 8, 78, 11, 78, 12, 78, 1164, 1, 78, 1, 78, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 3, 79, 1180, 8, 79, 1, 79, 3, 79, 1183, 8, 79, 1, 79, 1, 79, 3, 79, 1187, 8, 79, 1, 79, 3, 79, 1190, 8, 79, 3, 79, 1192, 8, 79, 1, 79, 1, 79, 1, 79, 3, 79, 1197, 8, 79, 1, 79, 1, 79, 3, 79, 1201, 8, 79, 1, 79, 3, 79, 1204, 8, 79, 5, 79, 1206, 8, 79, 10, 79, 12, 79, 1209, 9, 79, 1, 80, 1, 80, 1, 80, 1, 80, 5, 80, 1215, 8, 80, 10, 80, 12, 80, 1218, 9, 80, 1, 81, 1, 81, 1, 81, 1, 81, 5, 81, 1224, 8, 81, 10, 81, 12, 81, 1227, 9, 81, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 5, 82, 1234, 8, 82, 10, 82, 12, 82, 1237, 9, 82, 1, 82, 1, 82, 3, 82, 1241, 8, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 83, 1, 83, 1, 84, 1, 84, 3, 84, 1252, 8, 84, 1, 84, 3, 84, 1255, 8, 84, 1, 84, 3, 84, 1258, 8, 84, 1, 84, 3, 84, 1261, 8, 84, 1, 84, 3, 84, 1264, 8, 84, 1, 84, 1, 84, 1, 84, 1, 84, 3, 84, 1270, 8, 84, 1, 85, 1, 85, 3, 85, 1274, 8, 85, 1, 85, 1, 85, 1, 85, 1, 85, 5, 85, 1280, 8, 85, 10, 85, 12, 85, 1283, 9, 85, 3, 85, 1285, 8, 85, 1, 86, 1, 86, 1, 86, 3, 86, 1290, 8, 86, 1, 86, 3, 86, 1293, 8, 86, 1, 86, 1, 86, 3, 86, 1297, 8, 86, 1, 86, 3, 86, 1300, 8, 86, 3, 86, 1302, 8, 86, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 3, 87, 1316, 8, 87, 1, 88, 1, 88, 1, 88, 1, 89, 1, 89, 1, 89, 1, 89, 5, 89, 1325, 8, 89, 10, 89, 12, 89, 1328, 9, 89, 1, 89, 1, 89, 3, 89, 1332, 8, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 3, 89, 1340, 8, 89, 1, 89, 3, 89, 1343, 8, 89, 1, 89, 3, 89, 1346, 8, 89, 1, 89, 1, 89, 1, 89, 3, 89, 1351, 8, 89, 5, 89, 1353, 8, 89, 10, 89, 12, 89, 1356, 9, 89, 1, 90, 1, 90, 3, 90, 1360, 8, 90, 1, 91, 3, 91, 1363, 8, 91, 1, 91, 1, 91, 3, 91, 1367, 8, 91, 1, 91, 1, 91, 3, 91, 1371, 8, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 3, 91, 1380, 8, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 3, 91, 1391, 8, 91, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 93, 1, 93, 1, 94, 1, 94, 1, 94, 1, 94, 1, 94, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 5, 96, 1416, 8, 96, 10, 96, 12, 96, 1419, 9, 96, 1, 96, 1, 96, 1, 97, 1, 97, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 3, 98, 1440, 8, 98, 1, 99, 1, 99, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 101, 1, 101, 1, 101, 1, 101, 3, 101, 1453, 8, 101, 1, 102, 1, 102, 1, 102, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 5, 103, 1463, 8, 103, 10, 103, 12, 103, 1466, 9, 103, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 5, 104, 1476, 8, 104, 10, 104, 12, 104, 1479, 9, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 5, 104, 1488, 8, 104, 10, 104, 12, 104, 1491, 9, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 5, 104, 1500, 8, 104, 10, 104, 12, 104, 1503, 9, 104, 1, 104, 1, 104, 1, 104, 3, 104, 1508, 8, 104, 1, 105, 1, 105, 1, 105, 1, 106, 1, 106, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 108, 1, 108, 1, 109, 1, 109, 1, 110, 1, 110, 1, 110, 1, 111, 1, 111, 1, 111, 1, 111, 5, 111, 1533, 8, 111, 10, 111, 12, 111, 1536, 9, 111, 1, 112, 1, 112, 1, 112, 1, 112, 1, 113, 3, 113, 1543, 8, 113, 1, 113, 1, 113, 3, 113, 1547, 8, 113, 1, 113, 3, 113, 1550, 8, 113, 1, 113, 3, 113, 1553, 8, 113, 1, 113, 1, 113, 1, 114, 1, 114, 1, 114, 3, 114, 1560, 8, 114, 1, 114, 3, 114, 1563, 8, 114, 1, 114, 3, 114, 1566, 8, 114, 1, 114, 3, 114, 1569, 8, 114, 1, 114, 3, 114, 1572, 8, 114, 1, 114, 3, 114, 1575, 8, 114, 1, 114, 1, 114, 1, 114, 3, 114, 1580, 8, 114, 1, 114, 3, 114, 1583, 8, 114, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 5, 115, 1590, 8, 115, 10, 115, 12, 115, 1593, 9, 115, 1, 116, 1, 116, 3, 116, 1597, 8, 116, 1, 116, 1, 116, 3, 116, 1601, 8, 116, 1, 117, 1, 117, 1, 117, 3, 117, 1606, 8, 117, 1, 118, 1, 118, 1, 118, 1, 118, 3, 118, 1612, 8, 118, 1, 118, 1, 118, 1, 118, 3, 118, 1617, 8, 118, 5, 118, 1619, 8, 118, 10, 118, 12, 118, 1622, 9, 118, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 3, 119, 1640, 8, 119, 1, 120, 1, 120, 1, 120, 1, 120, 5, 120, 1646, 8, 120, 10, 120, 12, 120, 1649, 9, 120, 1, 121, 1, 121, 1, 121, 4, 121, 1654, 8, 121, 11, 121, 12, 121, 1655, 1, 121, 1, 121, 3, 121, 1660, 8, 121, 1, 122, 1, 122, 3, 122, 1664, 8, 122, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 3, 123, 1674, 8, 123, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 3, 124, 1700, 8, 124, 1, 125, 1, 125, 1, 125, 1, 125, 5, 125, 1706, 8, 125, 10, 125, 12, 125, 1709, 9, 125, 1, 126, 1, 126, 1, 126, 1, 126, 1, 126, 1, 126, 1, 126, 1, 126, 1, 126, 3, 126, 1720, 8, 126, 1, 127, 1, 127, 1, 127, 1, 127, 1, 127, 1, 128, 1, 128, 1, 128, 1, 129, 1, 129, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 3, 130, 1742, 8, 130, 3, 130, 1744, 8, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 3, 130, 1755, 8, 130, 1, 130, 5, 130, 1758, 8, 130, 10, 130, 12, 130, 1761, 9, 130, 1, 131, 3, 131, 1764, 8, 131, 1, 131, 1, 131, 3, 131, 1768, 8, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 3, 131, 1775, 8, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 5, 131, 1782, 8, 131, 10, 131, 12, 131, 1785, 9, 131, 1, 131, 1, 131, 1, 131, 3, 131, 1790, 8, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 3, 131, 1803, 8, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 3, 131, 1810, 8, 131, 1, 131, 1, 131, 1, 131, 3, 131, 1815, 8, 131, 1, 131, 1, 131, 1, 131, 1, 131, 3, 131, 1821, 8, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 3, 131, 1828, 8, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 3, 131, 1835, 8, 131, 3, 131, 1837, 8, 131, 1, 132, 3, 132, 1840, 8, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 5, 132, 1850, 8, 132, 10, 132, 12, 132, 1853, 9, 132, 1, 132, 1, 132, 3, 132, 1857, 8, 132, 1, 132, 3, 132, 1860, 8, 132, 1, 132, 1, 132, 1, 132, 1, 132, 3, 132, 1866, 8, 132, 3, 132, 1868, 8, 132, 1, 133, 1, 133, 1, 133, 1, 133, 3, 133, 1874, 8, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 5, 133, 1895, 8, 133, 10, 133, 12, 133, 1898, 9, 133, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 3, 134, 1905, 8, 134, 1, 134, 1, 134, 1, 134, 5, 134, 1910, 8, 134, 10, 134, 12, 134, 1913, 9, 134, 3, 134, 1915, 8, 134, 1, 134, 1, 134, 3, 134, 1919, 8, 134, 1, 135, 1, 135, 1, 135, 4, 135, 1924, 8, 135, 11, 135, 12, 135, 1925, 1, 135, 1, 135, 3, 135, 1930, 8, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 4, 135, 1937, 8, 135, 11, 135, 12, 135, 1938, 1, 135, 1, 135, 3, 135, 1943, 8, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 3, 135, 1959, 8, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 3, 135, 1968, 8, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 3, 135, 1996, 8, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 5, 135, 2003, 8, 135, 10, 135, 12, 135, 2006, 9, 135, 1, 136, 1, 136, 1, 137, 1, 137, 1, 137, 1, 137, 3, 137, 2014, 8, 137, 1, 138, 1, 138, 1, 138, 1, 138, 3, 138, 2020, 8, 138, 1, 139, 1, 139, 3, 139, 2024, 8, 139, 1, 140, 1, 140, 1, 140, 1, 140, 3, 140, 2030, 8, 140, 1, 141, 1, 141, 1, 142, 1, 142, 1, 143, 1, 143, 3, 143, 2038, 8, 143, 1, 144, 1, 144, 1, 144, 3, 144, 2043, 8, 144, 1, 145, 1, 145, 3, 145, 2047, 8, 145, 1, 146, 1, 146, 1, 146, 4, 146, 2052, 8, 146, 11, 146, 12, 146, 2053, 1, 147, 1, 147, 1, 147, 3, 147, 2059, 8, 147, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 149, 3, 149, 2067, 8, 149, 1, 149, 1, 149, 3, 149, 2071, 8, 149, 1, 150, 3, 150, 2074, 8, 150, 1, 150, 1, 150, 3, 150, 2078, 8, 150, 1, 151, 1, 151, 1, 151, 1, 152, 1, 152, 4, 152, 2085, 8, 152, 11, 152, 12, 152, 2086, 1, 152, 3, 152, 2090, 8, 152, 1, 153, 1, 153, 1, 153, 1, 153, 1, 154, 1, 154, 1, 154, 5, 154, 2099, 8, 154, 10, 154, 12, 154, 2102, 9, 154, 1, 155, 1, 155, 1, 155, 3, 155, 2107, 8, 155, 1, 156, 1, 156, 1, 157, 1, 157, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 159, 1, 159, 1, 160, 1, 160, 1, 161, 1, 161, 1, 161, 3, 161, 2125, 8, 161, 1, 162, 1, 162, 1, 162, 3, 162, 2130, 8, 162, 1, 163, 1, 163, 1, 163, 3, 163, 2135, 8, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 3, 163, 2142, 8, 163, 3, 163, 2144, 8, 163, 1, 164, 1, 164, 1, 164, 3, 164, 2149, 8, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 3, 164, 2156, 8, 164, 3, 164, 2158, 8, 164, 1, 165, 1, 165, 1, 165, 3, 165, 2163, 8, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 3, 165, 2170, 8, 165, 3, 165, 2172, 8, 165, 1, 166, 1, 166, 1, 166, 3, 166, 2177, 8, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 3, 166, 2184, 8, 166, 3, 166, 2186, 8, 166, 1, 167, 1, 167, 1, 167, 5, 167, 2191, 8, 167, 10, 167, 12, 167, 2194, 9, 167, 1, 168, 1, 168, 1, 168, 1, 169, 1, 169, 1, 169, 1, 169, 1, 170, 1, 170, 1, 170, 1, 171, 1, 171, 1, 171, 1, 171, 5, 171, 2210, 8, 171, 10, 171, 12, 171, 2213, 9, 171, 1, 171, 1, 171, 1, 172, 1, 172, 3, 172, 2219, 8, 172, 1, 172, 3, 172, 2222, 8, 172, 1, 173, 1, 173, 1, 173, 3, 173, 2227, 8, 173, 1, 174, 1, 174, 1, 174, 1, 174, 3, 174, 2233, 8, 174, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 3, 175, 2241, 8, 175, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 3, 176, 2257, 8, 176, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 3, 177, 2266, 8, 177, 1, 178, 1, 178, 1, 179, 1, 179, 1, 180, 1, 180, 1, 180, 1, 180, 3, 180, 2276, 8, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 3, 180, 2283, 8, 180, 1, 180, 3, 180, 2286, 8, 180, 1, 181, 1, 181, 1, 181, 1, 182, 1, 182, 1, 183, 1, 183, 1, 184, 1, 184, 1, 185, 1, 185, 1, 186, 1, 186, 1, 187, 1, 187, 1, 188, 1, 188, 1, 189, 1, 189, 1, 190, 1, 190, 1, 191, 1, 191, 1, 192, 1, 192, 1, 192, 1, 2192, 5, 158, 178, 260, 266, 270, 193, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, 172, 174, 176, 178, 180, 182, 184, 186, 188, 190, 192, 194, 196, 198, 200, 202, 204, 206, 208, 210, 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, 232, 234, 236, 238, 240, 242, 244, 246, 248, 250, 252, 254, 256, 258, 260, 262, 264, 266, 268, 270, 272, 274, 276, 278, 280, 282, 284, 286, 288, 290, 292, 294, 296, 298, 300, 302, 304, 306, 308, 310, 312, 314, 316, 318, 320, 322, 324, 326, 328, 330, 332, 334, 336, 338, 340, 342, 344, 346, 348, 350, 352, 354, 356, 358, 360, 362, 364, 366, 368, 370, 372, 374, 376, 378, 380, 382, 384, 0, 47, 2, 0, 109, 109, 451, 451, 3, 0, 45, 45, 128, 128, 189, 189, 4, 0, 42, 42, 90, 90, 423, 423, 465, 465, 2, 0, 442, 442, 448, 448, 2, 0, 151, 151, 170, 170, 2, 0, 438, 438, 490, 490, 2, 0, 483, 486, 488, 488, 3, 0, 32, 32, 91, 91, 245, 245, 11, 0, 28, 29, 35, 35, 46, 46, 92, 92, 178, 179, 345, 345, 361, 361, 379, 379, 382, 382, 388, 388, 417, 418, 2, 0, 434, 434, 436, 436, 4, 0, 101, 102, 115, 115, 144, 144, 247, 247, 2, 0, 13, 13, 232, 232, 2, 0, 456, 456, 463, 463, 3, 0, 5, 5, 271, 271, 445, 445, 3, 0, 267, 267, 456, 456, 463, 463, 3, 0, 426, 426, 459, 459, 478, 478, 3, 0, 331, 331, 466, 466, 482, 482, 2, 0, 441, 441, 491, 491, 2, 0, 183, 183, 266, 266, 3, 0, 130, 130, 180, 180, 403, 403, 4, 0, 152, 152, 174, 174, 202, 202, 318, 318, 3, 0, 446, 446, 460, 460, 500, 500, 4, 0, 251, 251, 447, 447, 495, 497, 499, 499, 2, 0, 74, 74, 321, 321, 3, 0, 460, 460, 493, 493, 500, 500, 2, 0, 440, 440, 451, 451, 2, 0, 458, 458, 468, 468, 4, 0, 140, 140, 245, 245, 398, 398, 405, 405, 2, 0, 19, 19, 370, 370, 2, 0, 5, 5, 11, 11, 2, 0, 510, 510, 530, 531, 4, 0, 453, 453, 528, 528, 532, 532, 535, 535, 2, 0, 530, 531, 533, 533, 1, 0, 530, 531, 1, 0, 539, 540, 2, 0, 539, 539, 542, 542, 4, 0, 453, 453, 528, 528, 530, 532, 534, 535, 3, 0, 242, 242, 509, 510, 530, 531, 2, 0, 140, 140, 398, 398, 2, 0, 5, 5, 113, 113, 10, 0, 97, 97, 165, 165, 223, 223, 230, 230, 335, 335, 437, 437, 471, 471, 473, 473, 489, 489, 503, 503, 15, 0, 97, 97, 165, 165, 223, 223, 230, 230, 335, 335, 428, 428, 437, 437, 443, 443, 449, 450, 455, 455, 461, 461, 471, 476, 489, 489, 492, 492, 503, 504, 11, 0, 5, 5, 13, 13, 33, 33, 78, 78, 84, 85, 113, 113, 201, 201, 208, 209, 390, 390, 414, 414, 528, 528, 3, 0, 78, 78, 84, 85, 208, 209, 2, 0, 91, 91, 379, 380, 53, 0, 4, 4, 13, 13, 23, 23, 38, 38, 41, 41, 43, 44, 54, 54, 56, 56, 69, 69, 75, 75, 98, 99, 107, 107, 119, 119, 134, 134, 139, 139, 143, 143, 145, 145, 160, 160, 165, 165, 167, 167, 187, 188, 190, 195, 198, 198, 200, 200, 202, 202, 206, 206, 210, 210, 215, 215, 221, 221, 223, 224, 230, 230, 244, 244, 246, 246, 265, 265, 277, 277, 282, 282, 284, 284, 294, 294, 318, 318, 322, 324, 335, 335, 358, 359, 365, 365, 368, 368, 381, 381, 396, 396, 399, 400, 409, 409, 420, 421, 437, 437, 470, 470, 489, 489, 503, 503, 1, 0, 438, 505, 2519, 0, 389, 1, 0, 0, 0, 2, 399, 1, 0, 0, 0, 4, 413, 1, 0, 0, 0, 6, 415, 1, 0, 0, 0, 8, 431, 1, 0, 0, 0, 10, 435, 1, 0, 0, 0, 12, 437, 1, 0, 0, 0, 14, 440, 1, 0, 0, 0, 16, 451, 1, 0, 0, 0, 18, 459, 1, 0, 0, 0, 20, 467, 1, 0, 0, 0, 22, 469, 1, 0, 0, 0, 24, 521, 1, 0, 0, 0, 26, 523, 1, 0, 0, 0, 28, 530, 1, 0, 0, 0, 30, 534, 1, 0, 0, 0, 32, 538, 1, 0, 0, 0, 34, 542, 1, 0, 0, 0, 36, 596, 1, 0, 0, 0, 38, 602, 1, 0, 0, 0, 40, 608, 1, 0, 0, 0, 42, 610, 1, 0, 0, 0, 44, 652, 1, 0, 0, 0, 46, 666, 1, 0, 0, 0, 48, 668, 1, 0, 0, 0, 50, 679, 1, 0, 0, 0, 52, 683, 1, 0, 0, 0, 54, 685, 1, 0, 0, 0, 56, 687, 1, 0, 0, 0, 58, 735, 1, 0, 0, 0, 60, 737, 1, 0, 0, 0, 62, 741, 1, 0, 0, 0, 64, 749, 1, 0, 0, 0, 66, 757, 1, 0, 0, 0, 68, 761, 1, 0, 0, 0, 70, 796, 1, 0, 0, 0, 72, 812, 1, 0, 0, 0, 74, 814, 1, 0, 0, 0, 76, 824, 1, 0, 0, 0, 78, 826, 1, 0, 0, 0, 80, 833, 1, 0, 0, 0, 82, 835, 1, 0, 0, 0, 84, 843, 1, 0, 0, 0, 86, 851, 1, 0, 0, 0, 88, 853, 1, 0, 0, 0, 90, 857, 1, 0, 0, 0, 92, 861, 1, 0, 0, 0, 94, 884, 1, 0, 0, 0, 96, 888, 1, 0, 0, 0, 98, 890, 1, 0, 0, 0, 100, 906, 1, 0, 0, 0, 102, 908, 1, 0, 0, 0, 104, 913, 1, 0, 0, 0, 106, 925, 1, 0, 0, 0, 108, 944, 1, 0, 0, 0, 110, 964, 1, 0, 0, 0, 112, 975, 1, 0, 0, 0, 114, 977, 1, 0, 0, 0, 116, 990, 1, 0, 0, 0, 118, 997, 1, 0, 0, 0, 120, 1000, 1, 0, 0, 0, 122, 1009, 1, 0, 0, 0, 124, 1013, 1, 0, 0, 0, 126, 1017, 1, 0, 0, 0, 128, 1020, 1, 0, 0, 0, 130, 1028, 1, 0, 0, 0, 132, 1033, 1, 0, 0, 0, 134, 1050, 1, 0, 0, 0, 136, 1057, 1, 0, 0, 0, 138, 1067, 1, 0, 0, 0, 140, 1076, 1, 0, 0, 0, 142, 1086, 1, 0, 0, 0, 144, 1105, 1, 0, 0, 0, 146, 1107, 1, 0, 0, 0, 148, 1120, 1, 0, 0, 0, 150, 1123, 1, 0, 0, 0, 152, 1132, 1, 0, 0, 0, 154, 1143, 1, 0, 0, 0, 156, 1156, 1, 0, 0, 0, 158, 1191, 1, 0, 0, 0, 160, 1210, 1, 0, 0, 0, 162, 1219, 1, 0, 0, 0, 164, 1228, 1, 0, 0, 0, 166, 1247, 1, 0, 0, 0, 168, 1269, 1, 0, 0, 0, 170, 1271, 1, 0, 0, 0, 172, 1301, 1, 0, 0, 0, 174, 1315, 1, 0, 0, 0, 176, 1317, 1, 0, 0, 0, 178, 1331, 1, 0, 0, 0, 180, 1357, 1, 0, 0, 0, 182, 1390, 1, 0, 0, 0, 184, 1392, 1, 0, 0, 0, 186, 1398, 1, 0, 0, 0, 188, 1400, 1, 0, 0, 0, 190, 1405, 1, 0, 0, 0, 192, 1410, 1, 0, 0, 0, 194, 1422, 1, 0, 0, 0, 196, 1439, 1, 0, 0, 0, 198, 1441, 1, 0, 0, 0, 200, 1443, 1, 0, 0, 0, 202, 1452, 1, 0, 0, 0, 204, 1454, 1, 0, 0, 0, 206, 1457, 1, 0, 0, 0, 208, 1507, 1, 0, 0, 0, 210, 1509, 1, 0, 0, 0, 212, 1512, 1, 0, 0, 0, 214, 1514, 1, 0, 0, 0, 216, 1521, 1, 0, 0, 0, 218, 1523, 1, 0, 0, 0, 220, 1525, 1, 0, 0, 0, 222, 1528, 1, 0, 0, 0, 224, 1537, 1, 0, 0, 0, 226, 1542, 1, 0, 0, 0, 228, 1556, 1, 0, 0, 0, 230, 1584, 1, 0, 0, 0, 232, 1594, 1, 0, 0, 0, 234, 1602, 1, 0, 0, 0, 236, 1607, 1, 0, 0, 0, 238, 1639, 1, 0, 0, 0, 240, 1641, 1, 0, 0, 0, 242, 1650, 1, 0, 0, 0, 244, 1661, 1, 0, 0, 0, 246, 1673, 1, 0, 0, 0, 248, 1699, 1, 0, 0, 0, 250, 1701, 1, 0, 0, 0, 252, 1719, 1, 0, 0, 0, 254, 1721, 1, 0, 0, 0, 256, 1726, 1, 0, 0, 0, 258, 1729, 1, 0, 0, 0, 260, 1743, 1, 0, 0, 0, 262, 1836, 1, 0, 0, 0, 264, 1867, 1, 0, 0, 0, 266, 1873, 1, 0, 0, 0, 268, 1918, 1, 0, 0, 0, 270, 1995, 1, 0, 0, 0, 272, 2007, 1, 0, 0, 0, 274, 2013, 1, 0, 0, 0, 276, 2019, 1, 0, 0, 0, 278, 2023, 1, 0, 0, 0, 280, 2029, 1, 0, 0, 0, 282, 2031, 1, 0, 0, 0, 284, 2033, 1, 0, 0, 0, 286, 2037, 1, 0, 0, 0, 288, 2039, 1, 0, 0, 0, 290, 2044, 1, 0, 0, 0, 292, 2051, 1, 0, 0, 0, 294, 2055, 1, 0, 0, 0, 296, 2060, 1, 0, 0, 0, 298, 2070, 1, 0, 0, 0, 300, 2073, 1, 0, 0, 0, 302, 2079, 1, 0, 0, 0, 304, 2089, 1, 0, 0, 0, 306, 2091, 1, 0, 0, 0, 308, 2095, 1, 0, 0, 0, 310, 2106, 1, 0, 0, 0, 312, 2108, 1, 0, 0, 0, 314, 2110, 1, 0, 0, 0, 316, 2112, 1, 0, 0, 0, 318, 2117, 1, 0, 0, 0, 320, 2119, 1, 0, 0, 0, 322, 2121, 1, 0, 0, 0, 324, 2126, 1, 0, 0, 0, 326, 2143, 1, 0, 0, 0, 328, 2157, 1, 0, 0, 0, 330, 2171, 1, 0, 0, 0, 332, 2185, 1, 0, 0, 0, 334, 2187, 1, 0, 0, 0, 336, 2195, 1, 0, 0, 0, 338, 2198, 1, 0, 0, 0, 340, 2202, 1, 0, 0, 0, 342, 2205, 1, 0, 0, 0, 344, 2216, 1, 0, 0, 0, 346, 2226, 1, 0, 0, 0, 348, 2232, 1, 0, 0, 0, 350, 2240, 1, 0, 0, 0, 352, 2256, 1, 0, 0, 0, 354, 2265, 1, 0, 0, 0, 356, 2267, 1, 0, 0, 0, 358, 2269, 1, 0, 0, 0, 360, 2285, 1, 0, 0, 0, 362, 2287, 1, 0, 0, 0, 364, 2290, 1, 0, 0, 0, 366, 2292, 1, 0, 0, 0, 368, 2294, 1, 0, 0, 0, 370, 2296, 1, 0, 0, 0, 372, 2298, 1, 0, 0, 0, 374, 2300, 1, 0, 0, 0, 376, 2302, 1, 0, 0, 0, 378, 2304, 1, 0, 0, 0, 380, 2306, 1, 0, 0, 0, 382, 2308, 1, 0, 0, 0, 384, 2310, 1, 0, 0, 0, 386, 388, 3, 2, 1, 0, 387, 386, 1, 0, 0, 0, 388, 391, 1, 0, 0, 0, 389, 387, 1, 0, 0, 0, 389, 390, 1, 0, 0, 0, 390, 392, 1, 0, 0, 0, 391, 389, 1, 0, 0, 0, 392, 393, 5, 0, 0, 1, 393, 1, 1, 0, 0, 0, 394, 396, 3, 4, 2, 0, 395, 397, 5, 522, 0, 0, 396, 395, 1, 0, 0, 0, 396, 397, 1, 0, 0, 0, 397, 400, 1, 0, 0, 0, 398, 400, 3, 6, 3, 0, 399, 394, 1, 0, 0, 0, 399, 398, 1, 0, 0, 0, 400, 3, 1, 0, 0, 0, 401, 414, 3, 8, 4, 0, 402, 414, 3, 10, 5, 0, 403, 414, 3, 12, 6, 0, 404, 414, 3, 14, 7, 0, 405, 414, 3, 20, 10, 0, 406, 414, 3, 24, 12, 0, 407, 414, 3, 26, 13, 0, 408, 414, 3, 28, 14, 0, 409, 414, 3, 30, 15, 0, 410, 414, 3, 32, 16, 0, 411, 414, 3, 34, 17, 0, 412, 414, 3, 36, 18, 0, 413, 401, 1, 0, 0, 0, 413, 402, 1, 0, 0, 0, 413, 403, 1, 0, 0, 0, 413, 404, 1, 0, 0, 0, 413, 405, 1, 0, 0, 0, 413, 406, 1, 0, 0, 0, 413, 407, 1, 0, 0, 0, 413, 408, 1, 0, 0, 0, 413, 409, 1, 0, 0, 0, 413, 410, 1, 0, 0, 0, 413, 411, 1, 0, 0, 0, 413, 412, 1, 0, 0, 0, 414, 5, 1, 0, 0, 0, 415, 416, 5, 522, 0, 0, 416, 7, 1, 0, 0, 0, 417, 432, 3, 40, 20, 0, 418, 432, 3, 104, 52, 0, 419, 432, 3, 106, 53, 0, 420, 432, 3, 108, 54, 0, 421, 432, 3, 102, 51, 0, 422, 432, 3, 114, 57, 0, 423, 432, 3, 128, 64, 0, 424, 432, 3, 130, 65, 0, 425, 432, 3, 132, 66, 0, 426, 432, 3, 134, 67, 0, 427, 432, 3, 136, 68, 0, 428, 432, 3, 138, 69, 0, 429, 432, 3, 140, 70, 0, 430, 432, 3, 142, 71, 0, 431, 417, 1, 0, 0, 0, 431, 418, 1, 0, 0, 0, 431, 419, 1, 0, 0, 0, 431, 420, 1, 0, 0, 0, 431, 421, 1, 0, 0, 0, 431, 422, 1, 0, 0, 0, 431, 423, 1, 0, 0, 0, 431, 424, 1, 0, 0, 0, 431, 425, 1, 0, 0, 0, 431, 426, 1, 0, 0, 0, 431, 427, 1, 0, 0, 0, 431, 428, 1, 0, 0, 0, 431, 429, 1, 0, 0, 0, 431, 430, 1, 0, 0, 0, 432, 9, 1, 0, 0, 0, 433, 436, 3, 158, 79, 0, 434, 436, 3, 144, 72, 0, 435, 433, 1, 0, 0, 0, 435, 434, 1, 0, 0, 0, 436, 11, 1, 0, 0, 0, 437, 438, 7, 0, 0, 0, 438, 439, 3, 328, 164, 0, 439, 13, 1, 0, 0, 0, 440, 444, 5, 135, 0, 0, 441, 445, 3, 16, 8, 0, 442, 443, 5, 480, 0, 0, 443, 445, 5, 146, 0, 0, 444, 441, 1, 0, 0, 0, 444, 442, 1, 0, 0, 0, 444, 445, 1, 0, 0, 0, 445, 449, 1, 0, 0, 0, 446, 450, 3, 10, 5, 0, 447, 450, 3, 146, 73, 0, 448, 450, 3, 156, 78, 0, 449, 446, 1, 0, 0, 0, 449, 447, 1, 0, 0, 0, 449, 448, 1, 0, 0, 0, 450, 15, 1, 0, 0, 0, 451, 456, 3, 18, 9, 0, 452, 453, 5, 521, 0, 0, 453, 455, 3, 18, 9, 0, 454, 452, 1, 0, 0, 0, 455, 458, 1, 0, 0, 0, 456, 454, 1, 0, 0, 0, 456, 457, 1, 0, 0, 0, 457, 17, 1, 0, 0, 0, 458, 456, 1, 0, 0, 0, 459, 460, 7, 1, 0, 0, 460, 19, 1, 0, 0, 0, 461, 462, 5, 411, 0, 0, 462, 463, 5, 442, 0, 0, 463, 468, 3, 318, 159, 0, 464, 465, 5, 411, 0, 0, 465, 468, 3, 322, 161, 0, 466, 468, 3, 22, 11, 0, 467, 461, 1, 0, 0, 0, 467, 464, 1, 0, 0, 0, 467, 466, 1, 0, 0, 0, 468, 21, 1, 0, 0, 0, 469, 470, 5, 411, 0, 0, 470, 471, 5, 228, 0, 0, 471, 476, 3, 334, 167, 0, 472, 473, 5, 521, 0, 0, 473, 475, 3, 334, 167, 0, 474, 472, 1, 0, 0, 0, 475, 478, 1, 0, 0, 0, 476, 474, 1, 0, 0, 0, 476, 477, 1, 0, 0, 0, 477, 23, 1, 0, 0, 0, 478, 476, 1, 0, 0, 0, 479, 480, 5, 342, 0, 0, 480, 522, 7, 2, 0, 0, 481, 482, 5, 342, 0, 0, 482, 483, 5, 76, 0, 0, 483, 522, 7, 3, 0, 0, 484, 485, 5, 342, 0, 0, 485, 488, 5, 375, 0, 0, 486, 487, 7, 4, 0, 0, 487, 489, 3, 322, 161, 0, 488, 486, 1, 0, 0, 0, 488, 489, 1, 0, 0, 0, 489, 491, 1, 0, 0, 0, 490, 492, 3, 264, 132, 0, 491, 490, 1, 0, 0, 0, 491, 492, 1, 0, 0, 0, 492, 522, 1, 0, 0, 0, 493, 494, 5, 342, 0, 0, 494, 495, 5, 58, 0, 0, 495, 498, 7, 4, 0, 0, 496, 499, 3, 330, 165, 0, 497, 499, 3, 328, 164, 0, 498, 496, 1, 0, 0, 0, 498, 497, 1, 0, 0, 0, 499, 501, 1, 0, 0, 0, 500, 502, 3, 264, 132, 0, 501, 500, 1, 0, 0, 0, 501, 502, 1, 0, 0, 0, 502, 522, 1, 0, 0, 0, 503, 504, 5, 342, 0, 0, 504, 509, 5, 72, 0, 0, 505, 506, 5, 374, 0, 0, 506, 510, 3, 328, 164, 0, 507, 508, 5, 502, 0, 0, 508, 510, 3, 330, 165, 0, 509, 505, 1, 0, 0, 0, 509, 507, 1, 0, 0, 0, 510, 522, 1, 0, 0, 0, 511, 513, 5, 342, 0, 0, 512, 514, 5, 412, 0, 0, 513, 512, 1, 0, 0, 0, 513, 514, 1, 0, 0, 0, 514, 515, 1, 0, 0, 0, 515, 522, 5, 154, 0, 0, 516, 518, 5, 342, 0, 0, 517, 519, 5, 152, 0, 0, 518, 517, 1, 0, 0, 0, 518, 519, 1, 0, 0, 0, 519, 520, 1, 0, 0, 0, 520, 522, 5, 228, 0, 0, 521, 479, 1, 0, 0, 0, 521, 481, 1, 0, 0, 0, 521, 484, 1, 0, 0, 0, 521, 493, 1, 0, 0, 0, 521, 503, 1, 0, 0, 0, 521, 511, 1, 0, 0, 0, 521, 516, 1, 0, 0, 0, 522, 25, 1, 0, 0, 0, 523, 524, 5, 469, 0, 0, 524, 525, 5, 227, 0, 0, 525, 528, 3, 334, 167, 0, 526, 527, 5, 434, 0, 0, 527, 529, 3, 342, 171, 0, 528, 526, 1, 0, 0, 0, 528, 529, 1, 0, 0, 0, 529, 27, 1, 0, 0, 0, 530, 531, 5, 501, 0, 0, 531, 532, 5, 227, 0, 0, 532, 533, 3, 334, 167, 0, 533, 29, 1, 0, 0, 0, 534, 536, 5, 341, 0, 0, 535, 537, 3, 344, 172, 0, 536, 535, 1, 0, 0, 0, 536, 537, 1, 0, 0, 0, 537, 31, 1, 0, 0, 0, 538, 540, 5, 313, 0, 0, 539, 541, 3, 346, 173, 0, 540, 539, 1, 0, 0, 0, 540, 541, 1, 0, 0, 0, 541, 33, 1, 0, 0, 0, 542, 543, 7, 5, 0, 0, 543, 544, 5, 464, 0, 0, 544, 545, 3, 112, 56, 0, 545, 35, 1, 0, 0, 0, 546, 547, 5, 438, 0, 0, 547, 548, 5, 464, 0, 0, 548, 549, 5, 434, 0, 0, 549, 552, 3, 38, 19, 0, 550, 551, 5, 17, 0, 0, 551, 553, 3, 334, 167, 0, 552, 550, 1, 0, 0, 0, 552, 553, 1, 0, 0, 0, 553, 597, 1, 0, 0, 0, 554, 555, 5, 438, 0, 0, 555, 556, 5, 457, 0, 0, 556, 557, 5, 434, 0, 0, 557, 560, 3, 38, 19, 0, 558, 559, 5, 17, 0, 0, 559, 561, 3, 334, 167, 0, 560, 558, 1, 0, 0, 0, 560, 561, 1, 0, 0, 0, 561, 564, 1, 0, 0, 0, 562, 563, 5, 312, 0, 0, 563, 565, 3, 334, 167, 0, 564, 562, 1, 0, 0, 0, 564, 565, 1, 0, 0, 0, 565, 597, 1, 0, 0, 0, 566, 567, 5, 438, 0, 0, 567, 568, 7, 6, 0, 0, 568, 569, 5, 434, 0, 0, 569, 570, 3, 38, 19, 0, 570, 571, 5, 312, 0, 0, 571, 572, 3, 334, 167, 0, 572, 597, 1, 0, 0, 0, 573, 574, 5, 438, 0, 0, 574, 575, 5, 487, 0, 0, 575, 597, 3, 38, 19, 0, 576, 577, 5, 438, 0, 0, 577, 578, 5, 454, 0, 0, 578, 579, 5, 457, 0, 0, 579, 580, 5, 434, 0, 0, 580, 581, 3, 38, 19, 0, 581, 582, 5, 312, 0, 0, 582, 583, 3, 334, 167, 0, 583, 584, 5, 467, 0, 0, 584, 585, 3, 334, 167, 0, 585, 597, 1, 0, 0, 0, 586, 587, 5, 438, 0, 0, 587, 588, 5, 444, 0, 0, 588, 589, 5, 457, 0, 0, 589, 590, 5, 434, 0, 0, 590, 591, 3, 38, 19, 0, 591, 592, 5, 146, 0, 0, 592, 593, 3, 334, 167, 0, 593, 594, 5, 17, 0, 0, 594, 595, 3, 334, 167, 0, 595, 597, 1, 0, 0, 0, 596, 546, 1, 0, 0, 0, 596, 554, 1, 0, 0, 0, 596, 566, 1, 0, 0, 0, 596, 573, 1, 0, 0, 0, 596, 576, 1, 0, 0, 0, 596, 586, 1, 0, 0, 0, 597, 37, 1, 0, 0, 0, 598, 600, 5, 535, 0, 0, 599, 598, 1, 0, 0, 0, 599, 600, 1, 0, 0, 0, 600, 601, 1, 0, 0, 0, 601, 603, 3, 334, 167, 0, 602, 599, 1, 0, 0, 0, 603, 604, 1, 0, 0, 0, 604, 602, 1, 0, 0, 0, 604, 605, 1, 0, 0, 0, 605, 39, 1, 0, 0, 0, 606, 609, 3, 42, 21, 0, 607, 609, 3, 44, 22, 0, 608, 606, 1, 0, 0, 0, 608, 607, 1, 0, 0, 0, 609, 41, 1, 0, 0, 0, 610, 612, 5, 72, 0, 0, 611, 613, 5, 498, 0, 0, 612, 611, 1, 0, 0, 0, 612, 613, 1, 0, 0, 0, 613, 614, 1, 0, 0, 0, 614, 616, 5, 374, 0, 0, 615, 617, 3, 338, 169, 0, 616, 615, 1, 0, 0, 0, 616, 617, 1, 0, 0, 0, 617, 618, 1, 0, 0, 0, 618, 619, 3, 326, 163, 0, 619, 620, 5, 517, 0, 0, 620, 625, 3, 46, 23, 0, 621, 622, 5, 521, 0, 0, 622, 624, 3, 46, 23, 0, 623, 621, 1, 0, 0, 0, 624, 627, 1, 0, 0, 0, 625, 623, 1, 0, 0, 0, 625, 626, 1, 0, 0, 0, 626, 630, 1, 0, 0, 0, 627, 625, 1, 0, 0, 0, 628, 629, 5, 521, 0, 0, 629, 631, 3, 82, 41, 0, 630, 628, 1, 0, 0, 0, 630, 631, 1, 0, 0, 0, 631, 634, 1, 0, 0, 0, 632, 633, 5, 521, 0, 0, 633, 635, 3, 84, 42, 0, 634, 632, 1, 0, 0, 0, 634, 635, 1, 0, 0, 0, 635, 638, 1, 0, 0, 0, 636, 637, 5, 521, 0, 0, 637, 639, 3, 88, 44, 0, 638, 636, 1, 0, 0, 0, 638, 639, 1, 0, 0, 0, 639, 640, 1, 0, 0, 0, 640, 643, 5, 518, 0, 0, 641, 642, 5, 59, 0, 0, 642, 644, 5, 538, 0, 0, 643, 641, 1, 0, 0, 0, 643, 644, 1, 0, 0, 0, 644, 646, 1, 0, 0, 0, 645, 647, 3, 90, 45, 0, 646, 645, 1, 0, 0, 0, 646, 647, 1, 0, 0, 0, 647, 648, 1, 0, 0, 0, 648, 650, 3, 336, 168, 0, 649, 651, 3, 98, 49, 0, 650, 649, 1, 0, 0, 0, 650, 651, 1, 0, 0, 0, 651, 43, 1, 0, 0, 0, 652, 653, 5, 72, 0, 0, 653, 655, 5, 374, 0, 0, 654, 656, 3, 338, 169, 0, 655, 654, 1, 0, 0, 0, 655, 656, 1, 0, 0, 0, 656, 657, 1, 0, 0, 0, 657, 658, 3, 326, 163, 0, 658, 661, 3, 336, 168, 0, 659, 660, 5, 17, 0, 0, 660, 662, 3, 158, 79, 0, 661, 659, 1, 0, 0, 0, 661, 662, 1, 0, 0, 0, 662, 45, 1, 0, 0, 0, 663, 667, 3, 48, 24, 0, 664, 667, 3, 74, 37, 0, 665, 667, 3, 78, 39, 0, 666, 663, 1, 0, 0, 0, 666, 664, 1, 0, 0, 0, 666, 665, 1, 0, 0, 0, 667, 47, 1, 0, 0, 0, 668, 669, 3, 50, 25, 0, 669, 671, 3, 58, 29, 0, 670, 672, 3, 72, 36, 0, 671, 670, 1, 0, 0, 0, 671, 672, 1, 0, 0, 0, 672, 675, 1, 0, 0, 0, 673, 674, 5, 59, 0, 0, 674, 676, 5, 538, 0, 0, 675, 673, 1, 0, 0, 0, 675, 676, 1, 0, 0, 0, 676, 49, 1, 0, 0, 0, 677, 680, 3, 334, 167, 0, 678, 680, 3, 258, 129, 0, 679, 677, 1, 0, 0, 0, 679, 678, 1, 0, 0, 0, 680, 51, 1, 0, 0, 0, 681, 684, 3, 334, 167, 0, 682, 684, 4, 26, 0, 0, 683, 681, 1, 0, 0, 0, 683, 682, 1, 0, 0, 0, 684, 53, 1, 0, 0, 0, 685, 686, 3, 334, 167, 0, 686, 55, 1, 0, 0, 0, 687, 688, 5, 517, 0, 0, 688, 693, 3, 52, 26, 0, 689, 690, 5, 521, 0, 0, 690, 692, 3, 52, 26, 0, 691, 689, 1, 0, 0, 0, 692, 695, 1, 0, 0, 0, 693, 691, 1, 0, 0, 0, 693, 694, 1, 0, 0, 0, 694, 696, 1, 0, 0, 0, 695, 693, 1, 0, 0, 0, 696, 697, 5, 518, 0, 0, 697, 57, 1, 0, 0, 0, 698, 736, 7, 7, 0, 0, 699, 701, 7, 8, 0, 0, 700, 702, 3, 60, 30, 0, 701, 700, 1, 0, 0, 0, 701, 702, 1, 0, 0, 0, 702, 736, 1, 0, 0, 0, 703, 705, 5, 380, 0, 0, 704, 706, 3, 60, 30, 0, 705, 704, 1, 0, 0, 0, 705, 706, 1, 0, 0, 0, 706, 713, 1, 0, 0, 0, 707, 709, 7, 9, 0, 0, 708, 710, 5, 207, 0, 0, 709, 708, 1, 0, 0, 0, 709, 710, 1, 0, 0, 0, 710, 711, 1, 0, 0, 0, 711, 712, 5, 379, 0, 0, 712, 714, 5, 505, 0, 0, 713, 707, 1, 0, 0, 0, 713, 714, 1, 0, 0, 0, 714, 736, 1, 0, 0, 0, 715, 717, 7, 10, 0, 0, 716, 718, 3, 62, 31, 0, 717, 716, 1, 0, 0, 0, 717, 718, 1, 0, 0, 0, 718, 736, 1, 0, 0, 0, 719, 721, 7, 11, 0, 0, 720, 722, 3, 66, 33, 0, 721, 720, 1, 0, 0, 0, 721, 722, 1, 0, 0, 0, 722, 736, 1, 0, 0, 0, 723, 725, 5, 470, 0, 0, 724, 726, 3, 68, 34, 0, 725, 724, 1, 0, 0, 0, 725, 726, 1, 0, 0, 0, 726, 736, 1, 0, 0, 0, 727, 729, 5, 322, 0, 0, 728, 730, 3, 70, 35, 0, 729, 728, 1, 0, 0, 0, 729, 730, 1, 0, 0, 0, 730, 736, 1, 0, 0, 0, 731, 733, 5, 295, 0, 0, 732, 734, 3, 64, 32, 0, 733, 732, 1, 0, 0, 0, 733, 734, 1, 0, 0, 0, 734, 736, 1, 0, 0, 0, 735, 698, 1, 0, 0, 0, 735, 699, 1, 0, 0, 0, 735, 703, 1, 0, 0, 0, 735, 715, 1, 0, 0, 0, 735, 719, 1, 0, 0, 0, 735, 723, 1, 0, 0, 0, 735, 727, 1, 0, 0, 0, 735, 731, 1, 0, 0, 0, 736, 59, 1, 0, 0, 0, 737, 738, 5, 517, 0, 0, 738, 739, 3, 366, 183, 0, 739, 740, 5, 518, 0, 0, 740, 61, 1, 0, 0, 0, 741, 742, 5, 517, 0, 0, 742, 745, 3, 366, 183, 0, 743, 744, 5, 521, 0, 0, 744, 746, 3, 366, 183, 0, 745, 743, 1, 0, 0, 0, 745, 746, 1, 0, 0, 0, 746, 747, 1, 0, 0, 0, 747, 748, 5, 518, 0, 0, 748, 63, 1, 0, 0, 0, 749, 750, 5, 517, 0, 0, 750, 753, 3, 364, 182, 0, 751, 752, 5, 521, 0, 0, 752, 754, 3, 364, 182, 0, 753, 751, 1, 0, 0, 0, 753, 754, 1, 0, 0, 0, 754, 755, 1, 0, 0, 0, 755, 756, 5, 518, 0, 0, 756, 65, 1, 0, 0, 0, 757, 758, 5, 508, 0, 0, 758, 759, 3, 58, 29, 0, 759, 760, 5, 507, 0, 0, 760, 67, 1, 0, 0, 0, 761, 762, 5, 508, 0, 0, 762, 763, 3, 58, 29, 0, 763, 764, 5, 521, 0, 0, 764, 765, 3, 58, 29, 0, 765, 766, 1, 0, 0, 0, 766, 767, 5, 507, 0, 0, 767, 69, 1, 0, 0, 0, 768, 769, 5, 508, 0, 0, 769, 770, 3, 52, 26, 0, 770, 777, 3, 58, 29, 0, 771, 772, 5, 521, 0, 0, 772, 773, 3, 52, 26, 0, 773, 774, 3, 58, 29, 0, 774, 776, 1, 0, 0, 0, 775, 771, 1, 0, 0, 0, 776, 779, 1, 0, 0, 0, 777, 775, 1, 0, 0, 0, 777, 778, 1, 0, 0, 0, 778, 780, 1, 0, 0, 0, 779, 777, 1, 0, 0, 0, 780, 781, 5, 507, 0, 0, 781, 797, 1, 0, 0, 0, 782, 783, 5, 517, 0, 0, 783, 784, 3, 52, 26, 0, 784, 791, 3, 58, 29, 0, 785, 786, 5, 521, 0, 0, 786, 787, 3, 52, 26, 0, 787, 788, 3, 58, 29, 0, 788, 790, 1, 0, 0, 0, 789, 785, 1, 0, 0, 0, 790, 793, 1, 0, 0, 0, 791, 789, 1, 0, 0, 0, 791, 792, 1, 0, 0, 0, 792, 794, 1, 0, 0, 0, 793, 791, 1, 0, 0, 0, 794, 795, 5, 518, 0, 0, 795, 797, 1, 0, 0, 0, 796, 768, 1, 0, 0, 0, 796, 782, 1, 0, 0, 0, 797, 71, 1, 0, 0, 0, 798, 799, 5, 64, 0, 0, 799, 801, 3, 86, 43, 0, 800, 798, 1, 0, 0, 0, 800, 801, 1, 0, 0, 0, 801, 802, 1, 0, 0, 0, 802, 803, 5, 289, 0, 0, 803, 806, 5, 467, 0, 0, 804, 805, 5, 242, 0, 0, 805, 807, 5, 125, 0, 0, 806, 804, 1, 0, 0, 0, 806, 807, 1, 0, 0, 0, 807, 813, 1, 0, 0, 0, 808, 810, 5, 242, 0, 0, 809, 808, 1, 0, 0, 0, 809, 810, 1, 0, 0, 0, 810, 811, 1, 0, 0, 0, 811, 813, 5, 245, 0, 0, 812, 800, 1, 0, 0, 0, 812, 809, 1, 0, 0, 0, 813, 73, 1, 0, 0, 0, 814, 815, 3, 50, 25, 0, 815, 816, 3, 58, 29, 0, 816, 819, 5, 219, 0, 0, 817, 818, 5, 151, 0, 0, 818, 820, 3, 76, 38, 0, 819, 817, 1, 0, 0, 0, 819, 820, 1, 0, 0, 0, 820, 822, 1, 0, 0, 0, 821, 823, 5, 424, 0, 0, 822, 821, 1, 0, 0, 0, 822, 823, 1, 0, 0, 0, 823, 75, 1, 0, 0, 0, 824, 825, 5, 538, 0, 0, 825, 77, 1, 0, 0, 0, 826, 827, 3, 50, 25, 0, 827, 828, 5, 17, 0, 0, 828, 831, 3, 80, 40, 0, 829, 830, 5, 59, 0, 0, 830, 832, 5, 538, 0, 0, 831, 829, 1, 0, 0, 0, 831, 832, 1, 0, 0, 0, 832, 79, 1, 0, 0, 0, 833, 834, 3, 258, 129, 0, 834, 81, 1, 0, 0, 0, 835, 836, 5, 425, 0, 0, 836, 837, 5, 146, 0, 0, 837, 838, 3, 52, 26, 0, 838, 839, 5, 17, 0, 0, 839, 840, 3, 258, 129, 0, 840, 83, 1, 0, 0, 0, 841, 842, 5, 64, 0, 0, 842, 844, 3, 86, 43, 0, 843, 841, 1, 0, 0, 0, 843, 844, 1, 0, 0, 0, 844, 845, 1, 0, 0, 0, 845, 846, 5, 289, 0, 0, 846, 847, 5, 467, 0, 0, 847, 848, 3, 56, 28, 0, 848, 849, 5, 242, 0, 0, 849, 850, 5, 125, 0, 0, 850, 85, 1, 0, 0, 0, 851, 852, 3, 310, 155, 0, 852, 87, 1, 0, 0, 0, 853, 854, 5, 278, 0, 0, 854, 855, 5, 146, 0, 0, 855, 856, 5, 372, 0, 0, 856, 89, 1, 0, 0, 0, 857, 858, 5, 270, 0, 0, 858, 859, 5, 34, 0, 0, 859, 860, 3, 92, 46, 0, 860, 91, 1, 0, 0, 0, 861, 862, 5, 517, 0, 0, 862, 867, 3, 94, 47, 0, 863, 864, 5, 521, 0, 0, 864, 866, 3, 94, 47, 0, 865, 863, 1, 0, 0, 0, 866, 869, 1, 0, 0, 0, 867, 865, 1, 0, 0, 0, 867, 868, 1, 0, 0, 0, 868, 870, 1, 0, 0, 0, 869, 867, 1, 0, 0, 0, 870, 871, 5, 518, 0, 0, 871, 93, 1, 0, 0, 0, 872, 885, 3, 52, 26, 0, 873, 874, 5, 517, 0, 0, 874, 879, 3, 96, 48, 0, 875, 876, 5, 521, 0, 0, 876, 878, 3, 96, 48, 0, 877, 875, 1, 0, 0, 0, 878, 881, 1, 0, 0, 0, 879, 877, 1, 0, 0, 0, 879, 880, 1, 0, 0, 0, 880, 882, 1, 0, 0, 0, 881, 879, 1, 0, 0, 0, 882, 883, 5, 518, 0, 0, 883, 885, 1, 0, 0, 0, 884, 872, 1, 0, 0, 0, 884, 873, 1, 0, 0, 0, 885, 95, 1, 0, 0, 0, 886, 889, 3, 286, 143, 0, 887, 889, 3, 360, 180, 0, 888, 886, 1, 0, 0, 0, 888, 887, 1, 0, 0, 0, 889, 97, 1, 0, 0, 0, 890, 891, 5, 203, 0, 0, 891, 900, 3, 328, 164, 0, 892, 896, 5, 517, 0, 0, 893, 895, 3, 100, 50, 0, 894, 893, 1, 0, 0, 0, 895, 898, 1, 0, 0, 0, 896, 894, 1, 0, 0, 0, 896, 897, 1, 0, 0, 0, 897, 899, 1, 0, 0, 0, 898, 896, 1, 0, 0, 0, 899, 901, 5, 518, 0, 0, 900, 892, 1, 0, 0, 0, 900, 901, 1, 0, 0, 0, 901, 99, 1, 0, 0, 0, 902, 903, 7, 12, 0, 0, 903, 907, 7, 13, 0, 0, 904, 905, 7, 14, 0, 0, 905, 907, 7, 15, 0, 0, 906, 902, 1, 0, 0, 0, 906, 904, 1, 0, 0, 0, 907, 101, 1, 0, 0, 0, 908, 909, 5, 72, 0, 0, 909, 910, 5, 442, 0, 0, 910, 911, 3, 320, 160, 0, 911, 912, 3, 336, 168, 0, 912, 103, 1, 0, 0, 0, 913, 914, 5, 72, 0, 0, 914, 916, 5, 448, 0, 0, 915, 917, 3, 338, 169, 0, 916, 915, 1, 0, 0, 0, 916, 917, 1, 0, 0, 0, 917, 918, 1, 0, 0, 0, 918, 921, 3, 324, 162, 0, 919, 920, 5, 59, 0, 0, 920, 922, 5, 538, 0, 0, 921, 919, 1, 0, 0, 0, 921, 922, 1, 0, 0, 0, 922, 923, 1, 0, 0, 0, 923, 924, 3, 336, 168, 0, 924, 105, 1, 0, 0, 0, 925, 927, 5, 72, 0, 0, 926, 928, 5, 498, 0, 0, 927, 926, 1, 0, 0, 0, 927, 928, 1, 0, 0, 0, 928, 929, 1, 0, 0, 0, 929, 931, 5, 502, 0, 0, 930, 932, 3, 338, 169, 0, 931, 930, 1, 0, 0, 0, 931, 932, 1, 0, 0, 0, 932, 933, 1, 0, 0, 0, 933, 935, 3, 332, 166, 0, 934, 936, 3, 56, 28, 0, 935, 934, 1, 0, 0, 0, 935, 936, 1, 0, 0, 0, 936, 939, 1, 0, 0, 0, 937, 938, 5, 59, 0, 0, 938, 940, 5, 538, 0, 0, 939, 937, 1, 0, 0, 0, 939, 940, 1, 0, 0, 0, 940, 941, 1, 0, 0, 0, 941, 942, 5, 17, 0, 0, 942, 943, 3, 158, 79, 0, 943, 107, 1, 0, 0, 0, 944, 948, 5, 72, 0, 0, 945, 949, 5, 498, 0, 0, 946, 947, 5, 498, 0, 0, 947, 949, 5, 371, 0, 0, 948, 945, 1, 0, 0, 0, 948, 946, 1, 0, 0, 0, 948, 949, 1, 0, 0, 0, 949, 950, 1, 0, 0, 0, 950, 952, 5, 153, 0, 0, 951, 953, 3, 338, 169, 0, 952, 951, 1, 0, 0, 0, 952, 953, 1, 0, 0, 0, 953, 954, 1, 0, 0, 0, 954, 955, 3, 272, 136, 0, 955, 956, 5, 17, 0, 0, 956, 959, 3, 310, 155, 0, 957, 958, 5, 196, 0, 0, 958, 960, 7, 16, 0, 0, 959, 957, 1, 0, 0, 0, 959, 960, 1, 0, 0, 0, 960, 962, 1, 0, 0, 0, 961, 963, 3, 110, 55, 0, 962, 961, 1, 0, 0, 0, 962, 963, 1, 0, 0, 0, 963, 109, 1, 0, 0, 0, 964, 965, 5, 413, 0, 0, 965, 966, 5, 464, 0, 0, 966, 972, 3, 112, 56, 0, 967, 968, 5, 521, 0, 0, 968, 969, 5, 464, 0, 0, 969, 971, 3, 112, 56, 0, 970, 967, 1, 0, 0, 0, 971, 974, 1, 0, 0, 0, 972, 970, 1, 0, 0, 0, 972, 973, 1, 0, 0, 0, 973, 111, 1, 0, 0, 0, 974, 972, 1, 0, 0, 0, 975, 976, 5, 538, 0, 0, 976, 113, 1, 0, 0, 0, 977, 978, 5, 8, 0, 0, 978, 980, 5, 374, 0, 0, 979, 981, 3, 340, 170, 0, 980, 979, 1, 0, 0, 0, 980, 981, 1, 0, 0, 0, 981, 982, 1, 0, 0, 0, 982, 988, 3, 328, 164, 0, 983, 989, 3, 116, 58, 0, 984, 989, 3, 118, 59, 0, 985, 989, 3, 120, 60, 0, 986, 989, 3, 122, 61, 0, 987, 989, 3, 124, 62, 0, 988, 983, 1, 0, 0, 0, 988, 984, 1, 0, 0, 0, 988, 985, 1, 0, 0, 0, 988, 986, 1, 0, 0, 0, 988, 987, 1, 0, 0, 0, 989, 115, 1, 0, 0, 0, 990, 992, 5, 312, 0, 0, 991, 993, 3, 334, 167, 0, 992, 991, 1, 0, 0, 0, 992, 993, 1, 0, 0, 0, 993, 994, 1, 0, 0, 0, 994, 995, 5, 389, 0, 0, 995, 996, 3, 334, 167, 0, 996, 117, 1, 0, 0, 0, 997, 998, 5, 341, 0, 0, 998, 999, 3, 342, 171, 0, 999, 119, 1, 0, 0, 0, 1000, 1001, 5, 438, 0, 0, 1001, 1002, 5, 64, 0, 0, 1002, 1003, 3, 86, 43, 0, 1003, 1004, 5, 289, 0, 0, 1004, 1005, 5, 467, 0, 0, 1005, 1007, 3, 56, 28, 0, 1006, 1008, 3, 126, 63, 0, 1007, 1006, 1, 0, 0, 0, 1007, 1008, 1, 0, 0, 0, 1008, 121, 1, 0, 0, 0, 1009, 1010, 5, 116, 0, 0, 1010, 1011, 5, 64, 0, 0, 1011, 1012, 3, 86, 43, 0, 1012, 123, 1, 0, 0, 0, 1013, 1014, 5, 438, 0, 0, 1014, 1015, 5, 404, 0, 0, 1015, 1016, 3, 56, 28, 0, 1016, 125, 1, 0, 0, 0, 1017, 1018, 5, 242, 0, 0, 1018, 1019, 5, 125, 0, 0, 1019, 127, 1, 0, 0, 0, 1020, 1021, 5, 8, 0, 0, 1021, 1022, 5, 502, 0, 0, 1022, 1026, 3, 330, 165, 0, 1023, 1027, 3, 116, 58, 0, 1024, 1025, 5, 17, 0, 0, 1025, 1027, 3, 158, 79, 0, 1026, 1023, 1, 0, 0, 0, 1026, 1024, 1, 0, 0, 0, 1027, 129, 1, 0, 0, 0, 1028, 1029, 5, 8, 0, 0, 1029, 1030, 5, 448, 0, 0, 1030, 1031, 3, 322, 161, 0, 1031, 1032, 3, 118, 59, 0, 1032, 131, 1, 0, 0, 0, 1033, 1037, 5, 8, 0, 0, 1034, 1038, 5, 498, 0, 0, 1035, 1036, 5, 498, 0, 0, 1036, 1038, 5, 371, 0, 0, 1037, 1034, 1, 0, 0, 0, 1037, 1035, 1, 0, 0, 0, 1037, 1038, 1, 0, 0, 0, 1038, 1039, 1, 0, 0, 0, 1039, 1041, 5, 153, 0, 0, 1040, 1042, 3, 340, 170, 0, 1041, 1040, 1, 0, 0, 0, 1041, 1042, 1, 0, 0, 0, 1042, 1043, 1, 0, 0, 0, 1043, 1044, 3, 274, 137, 0, 1044, 1045, 5, 17, 0, 0, 1045, 1048, 3, 310, 155, 0, 1046, 1047, 5, 196, 0, 0, 1047, 1049, 7, 16, 0, 0, 1048, 1046, 1, 0, 0, 0, 1048, 1049, 1, 0, 0, 0, 1049, 133, 1, 0, 0, 0, 1050, 1051, 5, 116, 0, 0, 1051, 1053, 5, 442, 0, 0, 1052, 1054, 3, 340, 170, 0, 1053, 1052, 1, 0, 0, 0, 1053, 1054, 1, 0, 0, 0, 1054, 1055, 1, 0, 0, 0, 1055, 1056, 3, 318, 159, 0, 1056, 135, 1, 0, 0, 0, 1057, 1059, 5, 116, 0, 0, 1058, 1060, 5, 498, 0, 0, 1059, 1058, 1, 0, 0, 0, 1059, 1060, 1, 0, 0, 0, 1060, 1061, 1, 0, 0, 0, 1061, 1063, 5, 374, 0, 0, 1062, 1064, 3, 340, 170, 0, 1063, 1062, 1, 0, 0, 0, 1063, 1064, 1, 0, 0, 0, 1064, 1065, 1, 0, 0, 0, 1065, 1066, 3, 328, 164, 0, 1066, 137, 1, 0, 0, 0, 1067, 1068, 5, 116, 0, 0, 1068, 1070, 5, 448, 0, 0, 1069, 1071, 3, 340, 170, 0, 1070, 1069, 1, 0, 0, 0, 1070, 1071, 1, 0, 0, 0, 1071, 1072, 1, 0, 0, 0, 1072, 1074, 3, 322, 161, 0, 1073, 1075, 7, 17, 0, 0, 1074, 1073, 1, 0, 0, 0, 1074, 1075, 1, 0, 0, 0, 1075, 139, 1, 0, 0, 0, 1076, 1078, 5, 116, 0, 0, 1077, 1079, 5, 498, 0, 0, 1078, 1077, 1, 0, 0, 0, 1078, 1079, 1, 0, 0, 0, 1079, 1080, 1, 0, 0, 0, 1080, 1082, 5, 502, 0, 0, 1081, 1083, 3, 340, 170, 0, 1082, 1081, 1, 0, 0, 0, 1082, 1083, 1, 0, 0, 0, 1083, 1084, 1, 0, 0, 0, 1084, 1085, 3, 330, 165, 0, 1085, 141, 1, 0, 0, 0, 1086, 1090, 5, 116, 0, 0, 1087, 1091, 5, 498, 0, 0, 1088, 1089, 5, 498, 0, 0, 1089, 1091, 5, 371, 0, 0, 1090, 1087, 1, 0, 0, 0, 1090, 1088, 1, 0, 0, 0, 1090, 1091, 1, 0, 0, 0, 1091, 1092, 1, 0, 0, 0, 1092, 1094, 5, 153, 0, 0, 1093, 1095, 3, 340, 170, 0, 1094, 1093, 1, 0, 0, 0, 1094, 1095, 1, 0, 0, 0, 1095, 1096, 1, 0, 0, 0, 1096, 1097, 3, 274, 137, 0, 1097, 143, 1, 0, 0, 0, 1098, 1100, 5, 132, 0, 0, 1099, 1098, 1, 0, 0, 0, 1099, 1100, 1, 0, 0, 0, 1100, 1101, 1, 0, 0, 0, 1101, 1106, 3, 146, 73, 0, 1102, 1106, 3, 154, 77, 0, 1103, 1104, 5, 132, 0, 0, 1104, 1106, 3, 156, 78, 0, 1105, 1099, 1, 0, 0, 0, 1105, 1102, 1, 0, 0, 0, 1105, 1103, 1, 0, 0, 0, 1106, 145, 1, 0, 0, 0, 1107, 1108, 5, 177, 0, 0, 1108, 1109, 7, 18, 0, 0, 1109, 1118, 3, 328, 164, 0, 1110, 1112, 3, 148, 74, 0, 1111, 1110, 1, 0, 0, 0, 1111, 1112, 1, 0, 0, 0, 1112, 1114, 1, 0, 0, 0, 1113, 1115, 3, 56, 28, 0, 1114, 1113, 1, 0, 0, 0, 1114, 1115, 1, 0, 0, 0, 1115, 1116, 1, 0, 0, 0, 1116, 1119, 3, 158, 79, 0, 1117, 1119, 3, 150, 75, 0, 1118, 1111, 1, 0, 0, 0, 1118, 1117, 1, 0, 0, 0, 1119, 147, 1, 0, 0, 0, 1120, 1121, 5, 269, 0, 0, 1121, 1122, 3, 342, 171, 0, 1122, 149, 1, 0, 0, 0, 1123, 1124, 5, 415, 0, 0, 1124, 1129, 3, 152, 76, 0, 1125, 1126, 5, 521, 0, 0, 1126, 1128, 3, 152, 76, 0, 1127, 1125, 1, 0, 0, 0, 1128, 1131, 1, 0, 0, 0, 1129, 1127, 1, 0, 0, 0, 1129, 1130, 1, 0, 0, 0, 1130, 151, 1, 0, 0, 0, 1131, 1129, 1, 0, 0, 0, 1132, 1133, 5, 517, 0, 0, 1133, 1138, 3, 360, 180, 0, 1134, 1135, 5, 521, 0, 0, 1135, 1137, 3, 360, 180, 0, 1136, 1134, 1, 0, 0, 0, 1137, 1140, 1, 0, 0, 0, 1138, 1136, 1, 0, 0, 0, 1138, 1139, 1, 0, 0, 0, 1139, 1141, 1, 0, 0, 0, 1140, 1138, 1, 0, 0, 0, 1141, 1142, 5, 518, 0, 0, 1142, 153, 1, 0, 0, 0, 1143, 1144, 5, 24, 0, 0, 1144, 1145, 5, 355, 0, 0, 1145, 1146, 5, 341, 0, 0, 1146, 1150, 5, 522, 0, 0, 1147, 1148, 3, 146, 73, 0, 1148, 1149, 5, 522, 0, 0, 1149, 1151, 1, 0, 0, 0, 1150, 1147, 1, 0, 0, 0, 1151, 1152, 1, 0, 0, 0, 1152, 1150, 1, 0, 0, 0, 1152, 1153, 1, 0, 0, 0, 1153, 1154, 1, 0, 0, 0, 1154, 1155, 5, 122, 0, 0, 1155, 155, 1, 0, 0, 0, 1156, 1157, 5, 355, 0, 0, 1157, 1158, 5, 341, 0, 0, 1158, 1162, 5, 24, 0, 0, 1159, 1160, 3, 146, 73, 0, 1160, 1161, 5, 522, 0, 0, 1161, 1163, 1, 0, 0, 0, 1162, 1159, 1, 0, 0, 0, 1163, 1164, 1, 0, 0, 0, 1164, 1162, 1, 0, 0, 0, 1164, 1165, 1, 0, 0, 0, 1165, 1166, 1, 0, 0, 0, 1166, 1167, 5, 122, 0, 0, 1167, 157, 1, 0, 0, 0, 1168, 1169, 6, 79, -1, 0, 1169, 1192, 3, 160, 80, 0, 1170, 1171, 3, 162, 81, 0, 1171, 1172, 3, 158, 79, 5, 1172, 1192, 1, 0, 0, 0, 1173, 1174, 5, 517, 0, 0, 1174, 1175, 3, 158, 79, 0, 1175, 1176, 5, 518, 0, 0, 1176, 1192, 1, 0, 0, 0, 1177, 1179, 3, 170, 85, 0, 1178, 1180, 3, 230, 115, 0, 1179, 1178, 1, 0, 0, 0, 1179, 1180, 1, 0, 0, 0, 1180, 1182, 1, 0, 0, 0, 1181, 1183, 3, 234, 117, 0, 1182, 1181, 1, 0, 0, 0, 1182, 1183, 1, 0, 0, 0, 1183, 1192, 1, 0, 0, 0, 1184, 1186, 3, 168, 84, 0, 1185, 1187, 3, 230, 115, 0, 1186, 1185, 1, 0, 0, 0, 1186, 1187, 1, 0, 0, 0, 1187, 1189, 1, 0, 0, 0, 1188, 1190, 3, 234, 117, 0, 1189, 1188, 1, 0, 0, 0, 1189, 1190, 1, 0, 0, 0, 1190, 1192, 1, 0, 0, 0, 1191, 1168, 1, 0, 0, 0, 1191, 1170, 1, 0, 0, 0, 1191, 1173, 1, 0, 0, 0, 1191, 1177, 1, 0, 0, 0, 1191, 1184, 1, 0, 0, 0, 1192, 1207, 1, 0, 0, 0, 1193, 1194, 10, 3, 0, 0, 1194, 1196, 7, 19, 0, 0, 1195, 1197, 5, 5, 0, 0, 1196, 1195, 1, 0, 0, 0, 1196, 1197, 1, 0, 0, 0, 1197, 1198, 1, 0, 0, 0, 1198, 1200, 3, 158, 79, 0, 1199, 1201, 3, 230, 115, 0, 1200, 1199, 1, 0, 0, 0, 1200, 1201, 1, 0, 0, 0, 1201, 1203, 1, 0, 0, 0, 1202, 1204, 3, 234, 117, 0, 1203, 1202, 1, 0, 0, 0, 1203, 1204, 1, 0, 0, 0, 1204, 1206, 1, 0, 0, 0, 1205, 1193, 1, 0, 0, 0, 1206, 1209, 1, 0, 0, 0, 1207, 1205, 1, 0, 0, 0, 1207, 1208, 1, 0, 0, 0, 1208, 159, 1, 0, 0, 0, 1209, 1207, 1, 0, 0, 0, 1210, 1211, 5, 415, 0, 0, 1211, 1216, 3, 258, 129, 0, 1212, 1213, 5, 521, 0, 0, 1213, 1215, 3, 258, 129, 0, 1214, 1212, 1, 0, 0, 0, 1215, 1218, 1, 0, 0, 0, 1216, 1214, 1, 0, 0, 0, 1216, 1217, 1, 0, 0, 0, 1217, 161, 1, 0, 0, 0, 1218, 1216, 1, 0, 0, 0, 1219, 1220, 5, 434, 0, 0, 1220, 1225, 3, 164, 82, 0, 1221, 1222, 5, 521, 0, 0, 1222, 1224, 3, 164, 82, 0, 1223, 1221, 1, 0, 0, 0, 1224, 1227, 1, 0, 0, 0, 1225, 1223, 1, 0, 0, 0, 1225, 1226, 1, 0, 0, 0, 1226, 163, 1, 0, 0, 0, 1227, 1225, 1, 0, 0, 0, 1228, 1240, 3, 166, 83, 0, 1229, 1230, 5, 517, 0, 0, 1230, 1235, 3, 52, 26, 0, 1231, 1232, 5, 521, 0, 0, 1232, 1234, 3, 52, 26, 0, 1233, 1231, 1, 0, 0, 0, 1234, 1237, 1, 0, 0, 0, 1235, 1233, 1, 0, 0, 0, 1235, 1236, 1, 0, 0, 0, 1236, 1238, 1, 0, 0, 0, 1237, 1235, 1, 0, 0, 0, 1238, 1239, 5, 518, 0, 0, 1239, 1241, 1, 0, 0, 0, 1240, 1229, 1, 0, 0, 0, 1240, 1241, 1, 0, 0, 0, 1241, 1242, 1, 0, 0, 0, 1242, 1243, 5, 17, 0, 0, 1243, 1244, 5, 517, 0, 0, 1244, 1245, 3, 158, 79, 0, 1245, 1246, 5, 518, 0, 0, 1246, 165, 1, 0, 0, 0, 1247, 1248, 3, 310, 155, 0, 1248, 167, 1, 0, 0, 0, 1249, 1251, 3, 170, 85, 0, 1250, 1252, 3, 176, 88, 0, 1251, 1250, 1, 0, 0, 0, 1251, 1252, 1, 0, 0, 0, 1252, 1254, 1, 0, 0, 0, 1253, 1255, 3, 204, 102, 0, 1254, 1253, 1, 0, 0, 0, 1254, 1255, 1, 0, 0, 0, 1255, 1257, 1, 0, 0, 0, 1256, 1258, 3, 206, 103, 0, 1257, 1256, 1, 0, 0, 0, 1257, 1258, 1, 0, 0, 0, 1258, 1260, 1, 0, 0, 0, 1259, 1261, 3, 220, 110, 0, 1260, 1259, 1, 0, 0, 0, 1260, 1261, 1, 0, 0, 0, 1261, 1263, 1, 0, 0, 0, 1262, 1264, 3, 222, 111, 0, 1263, 1262, 1, 0, 0, 0, 1263, 1264, 1, 0, 0, 0, 1264, 1270, 1, 0, 0, 0, 1265, 1266, 3, 170, 85, 0, 1266, 1267, 3, 176, 88, 0, 1267, 1268, 3, 228, 114, 0, 1268, 1270, 1, 0, 0, 0, 1269, 1249, 1, 0, 0, 0, 1269, 1265, 1, 0, 0, 0, 1270, 169, 1, 0, 0, 0, 1271, 1273, 5, 337, 0, 0, 1272, 1274, 3, 370, 185, 0, 1273, 1272, 1, 0, 0, 0, 1273, 1274, 1, 0, 0, 0, 1274, 1284, 1, 0, 0, 0, 1275, 1285, 5, 528, 0, 0, 1276, 1281, 3, 172, 86, 0, 1277, 1278, 5, 521, 0, 0, 1278, 1280, 3, 172, 86, 0, 1279, 1277, 1, 0, 0, 0, 1280, 1283, 1, 0, 0, 0, 1281, 1279, 1, 0, 0, 0, 1281, 1282, 1, 0, 0, 0, 1282, 1285, 1, 0, 0, 0, 1283, 1281, 1, 0, 0, 0, 1284, 1275, 1, 0, 0, 0, 1284, 1276, 1, 0, 0, 0, 1285, 171, 1, 0, 0, 0, 1286, 1302, 3, 174, 87, 0, 1287, 1292, 3, 258, 129, 0, 1288, 1290, 5, 17, 0, 0, 1289, 1288, 1, 0, 0, 0, 1289, 1290, 1, 0, 0, 0, 1290, 1291, 1, 0, 0, 0, 1291, 1293, 3, 52, 26, 0, 1292, 1289, 1, 0, 0, 0, 1292, 1293, 1, 0, 0, 0, 1293, 1302, 1, 0, 0, 0, 1294, 1299, 3, 52, 26, 0, 1295, 1297, 5, 17, 0, 0, 1296, 1295, 1, 0, 0, 0, 1296, 1297, 1, 0, 0, 0, 1297, 1298, 1, 0, 0, 0, 1298, 1300, 3, 258, 129, 0, 1299, 1296, 1, 0, 0, 0, 1299, 1300, 1, 0, 0, 0, 1300, 1302, 1, 0, 0, 0, 1301, 1286, 1, 0, 0, 0, 1301, 1287, 1, 0, 0, 0, 1301, 1294, 1, 0, 0, 0, 1302, 173, 1, 0, 0, 0, 1303, 1304, 3, 270, 135, 0, 1304, 1305, 5, 263, 0, 0, 1305, 1306, 3, 226, 113, 0, 1306, 1307, 5, 17, 0, 0, 1307, 1308, 3, 310, 155, 0, 1308, 1316, 1, 0, 0, 0, 1309, 1310, 3, 270, 135, 0, 1310, 1311, 5, 263, 0, 0, 1311, 1312, 3, 302, 151, 0, 1312, 1313, 5, 17, 0, 0, 1313, 1314, 3, 310, 155, 0, 1314, 1316, 1, 0, 0, 0, 1315, 1303, 1, 0, 0, 0, 1315, 1309, 1, 0, 0, 0, 1316, 175, 1, 0, 0, 0, 1317, 1318, 5, 151, 0, 0, 1318, 1319, 3, 178, 89, 0, 1319, 177, 1, 0, 0, 0, 1320, 1321, 6, 89, -1, 0, 1321, 1326, 3, 180, 90, 0, 1322, 1323, 5, 521, 0, 0, 1323, 1325, 3, 180, 90, 0, 1324, 1322, 1, 0, 0, 0, 1325, 1328, 1, 0, 0, 0, 1326, 1324, 1, 0, 0, 0, 1326, 1327, 1, 0, 0, 0, 1327, 1332, 1, 0, 0, 0, 1328, 1326, 1, 0, 0, 0, 1329, 1332, 3, 188, 94, 0, 1330, 1332, 3, 190, 95, 0, 1331, 1320, 1, 0, 0, 0, 1331, 1329, 1, 0, 0, 0, 1331, 1330, 1, 0, 0, 0, 1332, 1354, 1, 0, 0, 0, 1333, 1334, 10, 3, 0, 0, 1334, 1335, 5, 73, 0, 0, 1335, 1336, 5, 185, 0, 0, 1336, 1353, 3, 178, 89, 4, 1337, 1339, 10, 4, 0, 0, 1338, 1340, 5, 234, 0, 0, 1339, 1338, 1, 0, 0, 0, 1339, 1340, 1, 0, 0, 0, 1340, 1342, 1, 0, 0, 0, 1341, 1343, 7, 20, 0, 0, 1342, 1341, 1, 0, 0, 0, 1342, 1343, 1, 0, 0, 0, 1343, 1345, 1, 0, 0, 0, 1344, 1346, 5, 262, 0, 0, 1345, 1344, 1, 0, 0, 0, 1345, 1346, 1, 0, 0, 0, 1346, 1347, 1, 0, 0, 0, 1347, 1348, 5, 185, 0, 0, 1348, 1350, 3, 178, 89, 0, 1349, 1351, 3, 202, 101, 0, 1350, 1349, 1, 0, 0, 0, 1350, 1351, 1, 0, 0, 0, 1351, 1353, 1, 0, 0, 0, 1352, 1333, 1, 0, 0, 0, 1352, 1337, 1, 0, 0, 0, 1353, 1356, 1, 0, 0, 0, 1354, 1352, 1, 0, 0, 0, 1354, 1355, 1, 0, 0, 0, 1355, 179, 1, 0, 0, 0, 1356, 1354, 1, 0, 0, 0, 1357, 1359, 3, 182, 91, 0, 1358, 1360, 3, 300, 150, 0, 1359, 1358, 1, 0, 0, 0, 1359, 1360, 1, 0, 0, 0, 1360, 181, 1, 0, 0, 0, 1361, 1363, 5, 374, 0, 0, 1362, 1361, 1, 0, 0, 0, 1362, 1363, 1, 0, 0, 0, 1363, 1364, 1, 0, 0, 0, 1364, 1366, 3, 328, 164, 0, 1365, 1367, 3, 184, 92, 0, 1366, 1365, 1, 0, 0, 0, 1366, 1367, 1, 0, 0, 0, 1367, 1391, 1, 0, 0, 0, 1368, 1370, 3, 330, 165, 0, 1369, 1371, 3, 184, 92, 0, 1370, 1369, 1, 0, 0, 0, 1370, 1371, 1, 0, 0, 0, 1371, 1391, 1, 0, 0, 0, 1372, 1373, 5, 199, 0, 0, 1373, 1374, 5, 374, 0, 0, 1374, 1375, 5, 517, 0, 0, 1375, 1376, 3, 268, 134, 0, 1376, 1377, 5, 518, 0, 0, 1377, 1391, 1, 0, 0, 0, 1378, 1380, 5, 199, 0, 0, 1379, 1378, 1, 0, 0, 0, 1379, 1380, 1, 0, 0, 0, 1380, 1381, 1, 0, 0, 0, 1381, 1382, 5, 517, 0, 0, 1382, 1383, 3, 158, 79, 0, 1383, 1384, 5, 518, 0, 0, 1384, 1391, 1, 0, 0, 0, 1385, 1386, 5, 406, 0, 0, 1386, 1387, 5, 517, 0, 0, 1387, 1388, 3, 258, 129, 0, 1388, 1389, 5, 518, 0, 0, 1389, 1391, 1, 0, 0, 0, 1390, 1362, 1, 0, 0, 0, 1390, 1368, 1, 0, 0, 0, 1390, 1372, 1, 0, 0, 0, 1390, 1379, 1, 0, 0, 0, 1390, 1385, 1, 0, 0, 0, 1391, 183, 1, 0, 0, 0, 1392, 1393, 5, 146, 0, 0, 1393, 1394, 5, 372, 0, 0, 1394, 1395, 5, 17, 0, 0, 1395, 1396, 5, 250, 0, 0, 1396, 1397, 3, 186, 93, 0, 1397, 185, 1, 0, 0, 0, 1398, 1399, 3, 258, 129, 0, 1399, 187, 1, 0, 0, 0, 1400, 1401, 5, 517, 0, 0, 1401, 1402, 3, 150, 75, 0, 1402, 1403, 5, 518, 0, 0, 1403, 1404, 3, 300, 150, 0, 1404, 189, 1, 0, 0, 0, 1405, 1406, 5, 374, 0, 0, 1406, 1407, 5, 517, 0, 0, 1407, 1408, 3, 192, 96, 0, 1408, 1409, 5, 518, 0, 0, 1409, 191, 1, 0, 0, 0, 1410, 1411, 3, 194, 97, 0, 1411, 1412, 5, 517, 0, 0, 1412, 1417, 3, 196, 98, 0, 1413, 1414, 5, 521, 0, 0, 1414, 1416, 3, 196, 98, 0, 1415, 1413, 1, 0, 0, 0, 1416, 1419, 1, 0, 0, 0, 1417, 1415, 1, 0, 0, 0, 1417, 1418, 1, 0, 0, 0, 1418, 1420, 1, 0, 0, 0, 1419, 1417, 1, 0, 0, 0, 1420, 1421, 5, 518, 0, 0, 1421, 193, 1, 0, 0, 0, 1422, 1423, 7, 21, 0, 0, 1423, 195, 1, 0, 0, 0, 1424, 1425, 5, 374, 0, 0, 1425, 1440, 3, 218, 109, 0, 1426, 1440, 3, 200, 100, 0, 1427, 1440, 3, 288, 144, 0, 1428, 1429, 5, 447, 0, 0, 1429, 1430, 5, 537, 0, 0, 1430, 1431, 5, 374, 0, 0, 1431, 1440, 3, 218, 109, 0, 1432, 1433, 5, 499, 0, 0, 1433, 1434, 5, 537, 0, 0, 1434, 1440, 3, 200, 100, 0, 1435, 1436, 3, 198, 99, 0, 1436, 1437, 5, 537, 0, 0, 1437, 1438, 3, 288, 144, 0, 1438, 1440, 1, 0, 0, 0, 1439, 1424, 1, 0, 0, 0, 1439, 1426, 1, 0, 0, 0, 1439, 1427, 1, 0, 0, 0, 1439, 1428, 1, 0, 0, 0, 1439, 1432, 1, 0, 0, 0, 1439, 1435, 1, 0, 0, 0, 1440, 197, 1, 0, 0, 0, 1441, 1442, 7, 22, 0, 0, 1442, 199, 1, 0, 0, 0, 1443, 1444, 5, 452, 0, 0, 1444, 1445, 5, 517, 0, 0, 1445, 1446, 3, 52, 26, 0, 1446, 1447, 5, 518, 0, 0, 1447, 201, 1, 0, 0, 0, 1448, 1449, 5, 254, 0, 0, 1449, 1453, 3, 260, 130, 0, 1450, 1451, 5, 413, 0, 0, 1451, 1453, 3, 56, 28, 0, 1452, 1448, 1, 0, 0, 0, 1452, 1450, 1, 0, 0, 0, 1453, 203, 1, 0, 0, 0, 1454, 1455, 5, 431, 0, 0, 1455, 1456, 3, 260, 130, 0, 1456, 205, 1, 0, 0, 0, 1457, 1458, 5, 159, 0, 0, 1458, 1459, 5, 34, 0, 0, 1459, 1464, 3, 208, 104, 0, 1460, 1461, 5, 521, 0, 0, 1461, 1463, 3, 208, 104, 0, 1462, 1460, 1, 0, 0, 0, 1463, 1466, 1, 0, 0, 0, 1464, 1462, 1, 0, 0, 0, 1464, 1465, 1, 0, 0, 0, 1465, 207, 1, 0, 0, 0, 1466, 1464, 1, 0, 0, 0, 1467, 1508, 3, 52, 26, 0, 1468, 1508, 3, 214, 107, 0, 1469, 1470, 5, 517, 0, 0, 1470, 1508, 5, 518, 0, 0, 1471, 1472, 5, 517, 0, 0, 1472, 1477, 3, 258, 129, 0, 1473, 1474, 5, 521, 0, 0, 1474, 1476, 3, 258, 129, 0, 1475, 1473, 1, 0, 0, 0, 1476, 1479, 1, 0, 0, 0, 1477, 1475, 1, 0, 0, 0, 1477, 1478, 1, 0, 0, 0, 1478, 1480, 1, 0, 0, 0, 1479, 1477, 1, 0, 0, 0, 1480, 1481, 5, 518, 0, 0, 1481, 1508, 1, 0, 0, 0, 1482, 1483, 3, 212, 106, 0, 1483, 1484, 5, 517, 0, 0, 1484, 1489, 3, 258, 129, 0, 1485, 1486, 5, 521, 0, 0, 1486, 1488, 3, 258, 129, 0, 1487, 1485, 1, 0, 0, 0, 1488, 1491, 1, 0, 0, 0, 1489, 1487, 1, 0, 0, 0, 1489, 1490, 1, 0, 0, 0, 1490, 1492, 1, 0, 0, 0, 1491, 1489, 1, 0, 0, 0, 1492, 1493, 5, 518, 0, 0, 1493, 1508, 1, 0, 0, 0, 1494, 1495, 3, 210, 105, 0, 1495, 1496, 5, 517, 0, 0, 1496, 1501, 3, 208, 104, 0, 1497, 1498, 5, 521, 0, 0, 1498, 1500, 3, 208, 104, 0, 1499, 1497, 1, 0, 0, 0, 1500, 1503, 1, 0, 0, 0, 1501, 1499, 1, 0, 0, 0, 1501, 1502, 1, 0, 0, 0, 1502, 1504, 1, 0, 0, 0, 1503, 1501, 1, 0, 0, 0, 1504, 1505, 5, 518, 0, 0, 1505, 1508, 1, 0, 0, 0, 1506, 1508, 3, 258, 129, 0, 1507, 1467, 1, 0, 0, 0, 1507, 1468, 1, 0, 0, 0, 1507, 1469, 1, 0, 0, 0, 1507, 1471, 1, 0, 0, 0, 1507, 1482, 1, 0, 0, 0, 1507, 1494, 1, 0, 0, 0, 1507, 1506, 1, 0, 0, 0, 1508, 209, 1, 0, 0, 0, 1509, 1510, 5, 160, 0, 0, 1510, 1511, 5, 494, 0, 0, 1511, 211, 1, 0, 0, 0, 1512, 1513, 7, 23, 0, 0, 1513, 213, 1, 0, 0, 0, 1514, 1515, 3, 216, 108, 0, 1515, 1516, 5, 517, 0, 0, 1516, 1517, 3, 218, 109, 0, 1517, 1518, 5, 521, 0, 0, 1518, 1519, 3, 288, 144, 0, 1519, 1520, 5, 518, 0, 0, 1520, 215, 1, 0, 0, 0, 1521, 1522, 7, 24, 0, 0, 1522, 217, 1, 0, 0, 0, 1523, 1524, 3, 334, 167, 0, 1524, 219, 1, 0, 0, 0, 1525, 1526, 5, 163, 0, 0, 1526, 1527, 3, 260, 130, 0, 1527, 221, 1, 0, 0, 0, 1528, 1529, 5, 433, 0, 0, 1529, 1534, 3, 224, 112, 0, 1530, 1531, 5, 521, 0, 0, 1531, 1533, 3, 224, 112, 0, 1532, 1530, 1, 0, 0, 0, 1533, 1536, 1, 0, 0, 0, 1534, 1532, 1, 0, 0, 0, 1534, 1535, 1, 0, 0, 0, 1535, 223, 1, 0, 0, 0, 1536, 1534, 1, 0, 0, 0, 1537, 1538, 3, 302, 151, 0, 1538, 1539, 5, 17, 0, 0, 1539, 1540, 3, 226, 113, 0, 1540, 225, 1, 0, 0, 0, 1541, 1543, 3, 302, 151, 0, 1542, 1541, 1, 0, 0, 0, 1542, 1543, 1, 0, 0, 0, 1543, 1544, 1, 0, 0, 0, 1544, 1546, 5, 517, 0, 0, 1545, 1547, 3, 236, 118, 0, 1546, 1545, 1, 0, 0, 0, 1546, 1547, 1, 0, 0, 0, 1547, 1549, 1, 0, 0, 0, 1548, 1550, 3, 230, 115, 0, 1549, 1548, 1, 0, 0, 0, 1549, 1550, 1, 0, 0, 0, 1550, 1552, 1, 0, 0, 0, 1551, 1553, 3, 252, 126, 0, 1552, 1551, 1, 0, 0, 0, 1552, 1553, 1, 0, 0, 0, 1553, 1554, 1, 0, 0, 0, 1554, 1555, 5, 518, 0, 0, 1555, 227, 1, 0, 0, 0, 1556, 1557, 5, 214, 0, 0, 1557, 1559, 5, 517, 0, 0, 1558, 1560, 3, 236, 118, 0, 1559, 1558, 1, 0, 0, 0, 1559, 1560, 1, 0, 0, 0, 1560, 1562, 1, 0, 0, 0, 1561, 1563, 3, 230, 115, 0, 1562, 1561, 1, 0, 0, 0, 1562, 1563, 1, 0, 0, 0, 1563, 1565, 1, 0, 0, 0, 1564, 1566, 3, 240, 120, 0, 1565, 1564, 1, 0, 0, 0, 1565, 1566, 1, 0, 0, 0, 1566, 1568, 1, 0, 0, 0, 1567, 1569, 3, 246, 123, 0, 1568, 1567, 1, 0, 0, 0, 1568, 1569, 1, 0, 0, 0, 1569, 1571, 1, 0, 0, 0, 1570, 1572, 3, 248, 124, 0, 1571, 1570, 1, 0, 0, 0, 1571, 1572, 1, 0, 0, 0, 1572, 1574, 1, 0, 0, 0, 1573, 1575, 3, 242, 121, 0, 1574, 1573, 1, 0, 0, 0, 1574, 1575, 1, 0, 0, 0, 1575, 1576, 1, 0, 0, 0, 1576, 1577, 3, 250, 125, 0, 1577, 1582, 5, 518, 0, 0, 1578, 1580, 5, 17, 0, 0, 1579, 1578, 1, 0, 0, 0, 1579, 1580, 1, 0, 0, 0, 1580, 1581, 1, 0, 0, 0, 1581, 1583, 3, 310, 155, 0, 1582, 1579, 1, 0, 0, 0, 1582, 1583, 1, 0, 0, 0, 1583, 229, 1, 0, 0, 0, 1584, 1585, 5, 259, 0, 0, 1585, 1586, 5, 34, 0, 0, 1586, 1591, 3, 232, 116, 0, 1587, 1588, 5, 521, 0, 0, 1588, 1590, 3, 232, 116, 0, 1589, 1587, 1, 0, 0, 0, 1590, 1593, 1, 0, 0, 0, 1591, 1589, 1, 0, 0, 0, 1591, 1592, 1, 0, 0, 0, 1592, 231, 1, 0, 0, 0, 1593, 1591, 1, 0, 0, 0, 1594, 1596, 3, 52, 26, 0, 1595, 1597, 7, 25, 0, 0, 1596, 1595, 1, 0, 0, 0, 1596, 1597, 1, 0, 0, 0, 1597, 1600, 1, 0, 0, 0, 1598, 1599, 5, 477, 0, 0, 1599, 1601, 7, 26, 0, 0, 1600, 1598, 1, 0, 0, 0, 1600, 1601, 1, 0, 0, 0, 1601, 233, 1, 0, 0, 0, 1602, 1605, 5, 205, 0, 0, 1603, 1606, 5, 5, 0, 0, 1604, 1606, 3, 258, 129, 0, 1605, 1603, 1, 0, 0, 0, 1605, 1604, 1, 0, 0, 0, 1606, 235, 1, 0, 0, 0, 1607, 1608, 5, 269, 0, 0, 1608, 1611, 5, 34, 0, 0, 1609, 1612, 3, 52, 26, 0, 1610, 1612, 3, 270, 135, 0, 1611, 1609, 1, 0, 0, 0, 1611, 1610, 1, 0, 0, 0, 1612, 1620, 1, 0, 0, 0, 1613, 1616, 5, 521, 0, 0, 1614, 1617, 3, 52, 26, 0, 1615, 1617, 3, 270, 135, 0, 1616, 1614, 1, 0, 0, 0, 1616, 1615, 1, 0, 0, 0, 1617, 1619, 1, 0, 0, 0, 1618, 1613, 1, 0, 0, 0, 1619, 1622, 1, 0, 0, 0, 1620, 1618, 1, 0, 0, 0, 1620, 1621, 1, 0, 0, 0, 1621, 237, 1, 0, 0, 0, 1622, 1620, 1, 0, 0, 0, 1623, 1640, 5, 528, 0, 0, 1624, 1640, 5, 531, 0, 0, 1625, 1640, 5, 536, 0, 0, 1626, 1627, 5, 519, 0, 0, 1627, 1628, 5, 539, 0, 0, 1628, 1629, 5, 521, 0, 0, 1629, 1630, 5, 539, 0, 0, 1630, 1640, 5, 520, 0, 0, 1631, 1632, 5, 519, 0, 0, 1632, 1633, 5, 539, 0, 0, 1633, 1634, 5, 521, 0, 0, 1634, 1640, 5, 520, 0, 0, 1635, 1636, 5, 519, 0, 0, 1636, 1637, 5, 521, 0, 0, 1637, 1638, 5, 539, 0, 0, 1638, 1640, 5, 520, 0, 0, 1639, 1623, 1, 0, 0, 0, 1639, 1624, 1, 0, 0, 0, 1639, 1625, 1, 0, 0, 0, 1639, 1626, 1, 0, 0, 0, 1639, 1631, 1, 0, 0, 0, 1639, 1635, 1, 0, 0, 0, 1640, 239, 1, 0, 0, 0, 1641, 1642, 5, 216, 0, 0, 1642, 1647, 3, 172, 86, 0, 1643, 1644, 5, 521, 0, 0, 1644, 1646, 3, 172, 86, 0, 1645, 1643, 1, 0, 0, 0, 1646, 1649, 1, 0, 0, 0, 1647, 1645, 1, 0, 0, 0, 1647, 1648, 1, 0, 0, 0, 1648, 241, 1, 0, 0, 0, 1649, 1647, 1, 0, 0, 0, 1650, 1651, 5, 272, 0, 0, 1651, 1653, 5, 517, 0, 0, 1652, 1654, 3, 244, 122, 0, 1653, 1652, 1, 0, 0, 0, 1654, 1655, 1, 0, 0, 0, 1655, 1653, 1, 0, 0, 0, 1655, 1656, 1, 0, 0, 0, 1656, 1657, 1, 0, 0, 0, 1657, 1659, 5, 518, 0, 0, 1658, 1660, 3, 256, 128, 0, 1659, 1658, 1, 0, 0, 0, 1659, 1660, 1, 0, 0, 0, 1660, 243, 1, 0, 0, 0, 1661, 1663, 3, 312, 156, 0, 1662, 1664, 3, 238, 119, 0, 1663, 1662, 1, 0, 0, 0, 1663, 1664, 1, 0, 0, 0, 1664, 245, 1, 0, 0, 0, 1665, 1666, 5, 5, 0, 0, 1666, 1667, 5, 323, 0, 0, 1667, 1668, 5, 273, 0, 0, 1668, 1674, 5, 211, 0, 0, 1669, 1670, 5, 255, 0, 0, 1670, 1671, 5, 322, 0, 0, 1671, 1672, 5, 273, 0, 0, 1672, 1674, 5, 211, 0, 0, 1673, 1665, 1, 0, 0, 0, 1673, 1669, 1, 0, 0, 0, 1674, 247, 1, 0, 0, 0, 1675, 1676, 5, 439, 0, 0, 1676, 1677, 5, 211, 0, 0, 1677, 1678, 5, 344, 0, 0, 1678, 1679, 5, 479, 0, 0, 1679, 1680, 5, 468, 0, 0, 1680, 1700, 5, 322, 0, 0, 1681, 1682, 5, 439, 0, 0, 1682, 1683, 5, 211, 0, 0, 1683, 1684, 5, 344, 0, 0, 1684, 1685, 5, 389, 0, 0, 1685, 1686, 5, 238, 0, 0, 1686, 1700, 5, 322, 0, 0, 1687, 1688, 5, 439, 0, 0, 1688, 1689, 5, 211, 0, 0, 1689, 1690, 5, 344, 0, 0, 1690, 1691, 5, 389, 0, 0, 1691, 1692, 5, 468, 0, 0, 1692, 1700, 3, 312, 156, 0, 1693, 1694, 5, 439, 0, 0, 1694, 1695, 5, 211, 0, 0, 1695, 1696, 5, 344, 0, 0, 1696, 1697, 5, 389, 0, 0, 1697, 1698, 5, 458, 0, 0, 1698, 1700, 3, 312, 156, 0, 1699, 1675, 1, 0, 0, 0, 1699, 1681, 1, 0, 0, 0, 1699, 1687, 1, 0, 0, 0, 1699, 1693, 1, 0, 0, 0, 1700, 249, 1, 0, 0, 0, 1701, 1702, 5, 105, 0, 0, 1702, 1707, 3, 172, 86, 0, 1703, 1704, 5, 521, 0, 0, 1704, 1706, 3, 172, 86, 0, 1705, 1703, 1, 0, 0, 0, 1706, 1709, 1, 0, 0, 0, 1707, 1705, 1, 0, 0, 0, 1707, 1708, 1, 0, 0, 0, 1708, 251, 1, 0, 0, 0, 1709, 1707, 1, 0, 0, 0, 1710, 1711, 5, 293, 0, 0, 1711, 1712, 5, 27, 0, 0, 1712, 1713, 3, 288, 144, 0, 1713, 1714, 3, 254, 127, 0, 1714, 1720, 1, 0, 0, 0, 1715, 1716, 5, 323, 0, 0, 1716, 1717, 5, 27, 0, 0, 1717, 1718, 5, 539, 0, 0, 1718, 1720, 3, 254, 127, 0, 1719, 1710, 1, 0, 0, 0, 1719, 1715, 1, 0, 0, 0, 1720, 253, 1, 0, 0, 0, 1721, 1722, 5, 481, 0, 0, 1722, 1723, 5, 10, 0, 0, 1723, 1724, 5, 76, 0, 0, 1724, 1725, 5, 322, 0, 0, 1725, 255, 1, 0, 0, 0, 1726, 1727, 5, 435, 0, 0, 1727, 1728, 3, 288, 144, 0, 1728, 257, 1, 0, 0, 0, 1729, 1730, 3, 260, 130, 0, 1730, 259, 1, 0, 0, 0, 1731, 1732, 6, 130, -1, 0, 1732, 1733, 5, 242, 0, 0, 1733, 1744, 3, 260, 130, 6, 1734, 1735, 5, 133, 0, 0, 1735, 1736, 5, 517, 0, 0, 1736, 1737, 3, 158, 79, 0, 1737, 1738, 5, 518, 0, 0, 1738, 1744, 1, 0, 0, 0, 1739, 1741, 3, 266, 133, 0, 1740, 1742, 3, 262, 131, 0, 1741, 1740, 1, 0, 0, 0, 1741, 1742, 1, 0, 0, 0, 1742, 1744, 1, 0, 0, 0, 1743, 1731, 1, 0, 0, 0, 1743, 1734, 1, 0, 0, 0, 1743, 1739, 1, 0, 0, 0, 1744, 1759, 1, 0, 0, 0, 1745, 1746, 10, 3, 0, 0, 1746, 1747, 5, 10, 0, 0, 1747, 1758, 3, 260, 130, 4, 1748, 1749, 10, 2, 0, 0, 1749, 1750, 5, 258, 0, 0, 1750, 1758, 3, 260, 130, 3, 1751, 1752, 10, 1, 0, 0, 1752, 1754, 5, 184, 0, 0, 1753, 1755, 5, 242, 0, 0, 1754, 1753, 1, 0, 0, 0, 1754, 1755, 1, 0, 0, 0, 1755, 1756, 1, 0, 0, 0, 1756, 1758, 7, 27, 0, 0, 1757, 1745, 1, 0, 0, 0, 1757, 1748, 1, 0, 0, 0, 1757, 1751, 1, 0, 0, 0, 1758, 1761, 1, 0, 0, 0, 1759, 1757, 1, 0, 0, 0, 1759, 1760, 1, 0, 0, 0, 1760, 261, 1, 0, 0, 0, 1761, 1759, 1, 0, 0, 0, 1762, 1764, 5, 242, 0, 0, 1763, 1762, 1, 0, 0, 0, 1763, 1764, 1, 0, 0, 0, 1764, 1765, 1, 0, 0, 0, 1765, 1767, 5, 27, 0, 0, 1766, 1768, 7, 28, 0, 0, 1767, 1766, 1, 0, 0, 0, 1767, 1768, 1, 0, 0, 0, 1768, 1769, 1, 0, 0, 0, 1769, 1770, 3, 266, 133, 0, 1770, 1771, 5, 10, 0, 0, 1771, 1772, 3, 266, 133, 0, 1772, 1837, 1, 0, 0, 0, 1773, 1775, 5, 242, 0, 0, 1774, 1773, 1, 0, 0, 0, 1774, 1775, 1, 0, 0, 0, 1775, 1776, 1, 0, 0, 0, 1776, 1777, 5, 170, 0, 0, 1777, 1778, 5, 517, 0, 0, 1778, 1783, 3, 258, 129, 0, 1779, 1780, 5, 521, 0, 0, 1780, 1782, 3, 258, 129, 0, 1781, 1779, 1, 0, 0, 0, 1782, 1785, 1, 0, 0, 0, 1783, 1781, 1, 0, 0, 0, 1783, 1784, 1, 0, 0, 0, 1784, 1786, 1, 0, 0, 0, 1785, 1783, 1, 0, 0, 0, 1786, 1787, 5, 518, 0, 0, 1787, 1837, 1, 0, 0, 0, 1788, 1790, 5, 242, 0, 0, 1789, 1788, 1, 0, 0, 0, 1789, 1790, 1, 0, 0, 0, 1790, 1791, 1, 0, 0, 0, 1791, 1792, 5, 170, 0, 0, 1792, 1793, 5, 517, 0, 0, 1793, 1794, 3, 158, 79, 0, 1794, 1795, 5, 518, 0, 0, 1795, 1837, 1, 0, 0, 0, 1796, 1797, 5, 133, 0, 0, 1797, 1798, 5, 517, 0, 0, 1798, 1799, 3, 158, 79, 0, 1799, 1800, 5, 518, 0, 0, 1800, 1837, 1, 0, 0, 0, 1801, 1803, 5, 242, 0, 0, 1802, 1801, 1, 0, 0, 0, 1802, 1803, 1, 0, 0, 0, 1803, 1804, 1, 0, 0, 0, 1804, 1805, 5, 319, 0, 0, 1805, 1837, 3, 266, 133, 0, 1806, 1837, 3, 264, 132, 0, 1807, 1809, 5, 184, 0, 0, 1808, 1810, 5, 242, 0, 0, 1809, 1808, 1, 0, 0, 0, 1809, 1810, 1, 0, 0, 0, 1810, 1811, 1, 0, 0, 0, 1811, 1837, 7, 27, 0, 0, 1812, 1814, 5, 184, 0, 0, 1813, 1815, 5, 242, 0, 0, 1814, 1813, 1, 0, 0, 0, 1814, 1815, 1, 0, 0, 0, 1815, 1816, 1, 0, 0, 0, 1816, 1817, 5, 113, 0, 0, 1817, 1818, 5, 151, 0, 0, 1818, 1837, 3, 266, 133, 0, 1819, 1821, 5, 242, 0, 0, 1820, 1819, 1, 0, 0, 0, 1820, 1821, 1, 0, 0, 0, 1821, 1822, 1, 0, 0, 0, 1822, 1823, 5, 343, 0, 0, 1823, 1824, 5, 389, 0, 0, 1824, 1827, 3, 266, 133, 0, 1825, 1826, 5, 127, 0, 0, 1826, 1828, 3, 364, 182, 0, 1827, 1825, 1, 0, 0, 0, 1827, 1828, 1, 0, 0, 0, 1828, 1837, 1, 0, 0, 0, 1829, 1830, 5, 184, 0, 0, 1830, 1834, 5, 186, 0, 0, 1831, 1835, 5, 414, 0, 0, 1832, 1835, 5, 13, 0, 0, 1833, 1835, 3, 310, 155, 0, 1834, 1831, 1, 0, 0, 0, 1834, 1832, 1, 0, 0, 0, 1834, 1833, 1, 0, 0, 0, 1834, 1835, 1, 0, 0, 0, 1835, 1837, 1, 0, 0, 0, 1836, 1763, 1, 0, 0, 0, 1836, 1774, 1, 0, 0, 0, 1836, 1789, 1, 0, 0, 0, 1836, 1796, 1, 0, 0, 0, 1836, 1802, 1, 0, 0, 0, 1836, 1806, 1, 0, 0, 0, 1836, 1807, 1, 0, 0, 0, 1836, 1812, 1, 0, 0, 0, 1836, 1820, 1, 0, 0, 0, 1836, 1829, 1, 0, 0, 0, 1837, 263, 1, 0, 0, 0, 1838, 1840, 5, 242, 0, 0, 1839, 1838, 1, 0, 0, 0, 1839, 1840, 1, 0, 0, 0, 1840, 1841, 1, 0, 0, 0, 1841, 1842, 5, 203, 0, 0, 1842, 1856, 7, 29, 0, 0, 1843, 1844, 5, 517, 0, 0, 1844, 1857, 5, 518, 0, 0, 1845, 1846, 5, 517, 0, 0, 1846, 1851, 3, 258, 129, 0, 1847, 1848, 5, 521, 0, 0, 1848, 1850, 3, 258, 129, 0, 1849, 1847, 1, 0, 0, 0, 1850, 1853, 1, 0, 0, 0, 1851, 1849, 1, 0, 0, 0, 1851, 1852, 1, 0, 0, 0, 1852, 1854, 1, 0, 0, 0, 1853, 1851, 1, 0, 0, 0, 1854, 1855, 5, 518, 0, 0, 1855, 1857, 1, 0, 0, 0, 1856, 1843, 1, 0, 0, 0, 1856, 1845, 1, 0, 0, 0, 1857, 1868, 1, 0, 0, 0, 1858, 1860, 5, 242, 0, 0, 1859, 1858, 1, 0, 0, 0, 1859, 1860, 1, 0, 0, 0, 1860, 1861, 1, 0, 0, 0, 1861, 1862, 5, 203, 0, 0, 1862, 1865, 3, 266, 133, 0, 1863, 1864, 5, 127, 0, 0, 1864, 1866, 3, 364, 182, 0, 1865, 1863, 1, 0, 0, 0, 1865, 1866, 1, 0, 0, 0, 1866, 1868, 1, 0, 0, 0, 1867, 1839, 1, 0, 0, 0, 1867, 1859, 1, 0, 0, 0, 1868, 265, 1, 0, 0, 0, 1869, 1870, 6, 133, -1, 0, 1870, 1874, 3, 270, 135, 0, 1871, 1872, 7, 30, 0, 0, 1872, 1874, 3, 266, 133, 7, 1873, 1869, 1, 0, 0, 0, 1873, 1871, 1, 0, 0, 0, 1874, 1896, 1, 0, 0, 0, 1875, 1876, 10, 6, 0, 0, 1876, 1877, 7, 31, 0, 0, 1877, 1895, 3, 266, 133, 7, 1878, 1879, 10, 5, 0, 0, 1879, 1880, 7, 32, 0, 0, 1880, 1895, 3, 266, 133, 6, 1881, 1882, 10, 4, 0, 0, 1882, 1883, 5, 512, 0, 0, 1883, 1895, 3, 266, 133, 5, 1884, 1885, 10, 3, 0, 0, 1885, 1886, 5, 513, 0, 0, 1886, 1895, 3, 266, 133, 4, 1887, 1888, 10, 2, 0, 0, 1888, 1889, 5, 511, 0, 0, 1889, 1895, 3, 266, 133, 3, 1890, 1891, 10, 1, 0, 0, 1891, 1892, 3, 352, 176, 0, 1892, 1893, 3, 266, 133, 2, 1893, 1895, 1, 0, 0, 0, 1894, 1875, 1, 0, 0, 0, 1894, 1878, 1, 0, 0, 0, 1894, 1881, 1, 0, 0, 0, 1894, 1884, 1, 0, 0, 0, 1894, 1887, 1, 0, 0, 0, 1894, 1890, 1, 0, 0, 0, 1895, 1898, 1, 0, 0, 0, 1896, 1894, 1, 0, 0, 0, 1896, 1897, 1, 0, 0, 0, 1897, 267, 1, 0, 0, 0, 1898, 1896, 1, 0, 0, 0, 1899, 1919, 3, 378, 189, 0, 1900, 1919, 3, 276, 138, 0, 1901, 1902, 3, 278, 139, 0, 1902, 1914, 5, 517, 0, 0, 1903, 1905, 3, 370, 185, 0, 1904, 1903, 1, 0, 0, 0, 1904, 1905, 1, 0, 0, 0, 1905, 1906, 1, 0, 0, 0, 1906, 1911, 3, 280, 140, 0, 1907, 1908, 5, 521, 0, 0, 1908, 1910, 3, 280, 140, 0, 1909, 1907, 1, 0, 0, 0, 1910, 1913, 1, 0, 0, 0, 1911, 1909, 1, 0, 0, 0, 1911, 1912, 1, 0, 0, 0, 1912, 1915, 1, 0, 0, 0, 1913, 1911, 1, 0, 0, 0, 1914, 1904, 1, 0, 0, 0, 1914, 1915, 1, 0, 0, 0, 1915, 1916, 1, 0, 0, 0, 1916, 1917, 5, 518, 0, 0, 1917, 1919, 1, 0, 0, 0, 1918, 1899, 1, 0, 0, 0, 1918, 1900, 1, 0, 0, 0, 1918, 1901, 1, 0, 0, 0, 1919, 269, 1, 0, 0, 0, 1920, 1921, 6, 135, -1, 0, 1921, 1923, 5, 40, 0, 0, 1922, 1924, 3, 316, 158, 0, 1923, 1922, 1, 0, 0, 0, 1924, 1925, 1, 0, 0, 0, 1925, 1923, 1, 0, 0, 0, 1925, 1926, 1, 0, 0, 0, 1926, 1929, 1, 0, 0, 0, 1927, 1928, 5, 120, 0, 0, 1928, 1930, 3, 258, 129, 0, 1929, 1927, 1, 0, 0, 0, 1929, 1930, 1, 0, 0, 0, 1930, 1931, 1, 0, 0, 0, 1931, 1932, 5, 122, 0, 0, 1932, 1996, 1, 0, 0, 0, 1933, 1934, 5, 40, 0, 0, 1934, 1936, 3, 258, 129, 0, 1935, 1937, 3, 316, 158, 0, 1936, 1935, 1, 0, 0, 0, 1937, 1938, 1, 0, 0, 0, 1938, 1936, 1, 0, 0, 0, 1938, 1939, 1, 0, 0, 0, 1939, 1942, 1, 0, 0, 0, 1940, 1941, 5, 120, 0, 0, 1941, 1943, 3, 258, 129, 0, 1942, 1940, 1, 0, 0, 0, 1942, 1943, 1, 0, 0, 0, 1943, 1944, 1, 0, 0, 0, 1944, 1945, 5, 122, 0, 0, 1945, 1996, 1, 0, 0, 0, 1946, 1947, 5, 41, 0, 0, 1947, 1948, 5, 517, 0, 0, 1948, 1949, 3, 258, 129, 0, 1949, 1950, 5, 17, 0, 0, 1950, 1951, 3, 58, 29, 0, 1951, 1952, 5, 518, 0, 0, 1952, 1996, 1, 0, 0, 0, 1953, 1954, 5, 458, 0, 0, 1954, 1955, 5, 517, 0, 0, 1955, 1958, 3, 258, 129, 0, 1956, 1957, 5, 462, 0, 0, 1957, 1959, 5, 477, 0, 0, 1958, 1956, 1, 0, 0, 0, 1958, 1959, 1, 0, 0, 0, 1959, 1960, 1, 0, 0, 0, 1960, 1961, 5, 518, 0, 0, 1961, 1996, 1, 0, 0, 0, 1962, 1963, 5, 468, 0, 0, 1963, 1964, 5, 517, 0, 0, 1964, 1967, 3, 258, 129, 0, 1965, 1966, 5, 462, 0, 0, 1966, 1968, 5, 477, 0, 0, 1967, 1965, 1, 0, 0, 0, 1967, 1968, 1, 0, 0, 0, 1968, 1969, 1, 0, 0, 0, 1969, 1970, 5, 518, 0, 0, 1970, 1996, 1, 0, 0, 0, 1971, 1972, 5, 282, 0, 0, 1972, 1973, 5, 517, 0, 0, 1973, 1974, 3, 266, 133, 0, 1974, 1975, 5, 170, 0, 0, 1975, 1976, 3, 266, 133, 0, 1976, 1977, 5, 518, 0, 0, 1977, 1996, 1, 0, 0, 0, 1978, 1996, 3, 360, 180, 0, 1979, 1996, 5, 528, 0, 0, 1980, 1981, 3, 334, 167, 0, 1981, 1982, 5, 514, 0, 0, 1982, 1983, 5, 528, 0, 0, 1983, 1996, 1, 0, 0, 0, 1984, 1985, 5, 517, 0, 0, 1985, 1986, 3, 158, 79, 0, 1986, 1987, 5, 518, 0, 0, 1987, 1996, 1, 0, 0, 0, 1988, 1996, 3, 268, 134, 0, 1989, 1996, 3, 54, 27, 0, 1990, 1996, 3, 282, 141, 0, 1991, 1992, 5, 517, 0, 0, 1992, 1993, 3, 258, 129, 0, 1993, 1994, 5, 518, 0, 0, 1994, 1996, 1, 0, 0, 0, 1995, 1920, 1, 0, 0, 0, 1995, 1933, 1, 0, 0, 0, 1995, 1946, 1, 0, 0, 0, 1995, 1953, 1, 0, 0, 0, 1995, 1962, 1, 0, 0, 0, 1995, 1971, 1, 0, 0, 0, 1995, 1978, 1, 0, 0, 0, 1995, 1979, 1, 0, 0, 0, 1995, 1980, 1, 0, 0, 0, 1995, 1984, 1, 0, 0, 0, 1995, 1988, 1, 0, 0, 0, 1995, 1989, 1, 0, 0, 0, 1995, 1990, 1, 0, 0, 0, 1995, 1991, 1, 0, 0, 0, 1996, 2004, 1, 0, 0, 0, 1997, 1998, 10, 4, 0, 0, 1998, 1999, 5, 515, 0, 0, 1999, 2000, 3, 266, 133, 0, 2000, 2001, 5, 516, 0, 0, 2001, 2003, 1, 0, 0, 0, 2002, 1997, 1, 0, 0, 0, 2003, 2006, 1, 0, 0, 0, 2004, 2002, 1, 0, 0, 0, 2004, 2005, 1, 0, 0, 0, 2005, 271, 1, 0, 0, 0, 2006, 2004, 1, 0, 0, 0, 2007, 2008, 3, 334, 167, 0, 2008, 273, 1, 0, 0, 0, 2009, 2014, 3, 382, 191, 0, 2010, 2014, 3, 378, 189, 0, 2011, 2014, 3, 380, 190, 0, 2012, 2014, 3, 334, 167, 0, 2013, 2009, 1, 0, 0, 0, 2013, 2010, 1, 0, 0, 0, 2013, 2011, 1, 0, 0, 0, 2013, 2012, 1, 0, 0, 0, 2014, 275, 1, 0, 0, 0, 2015, 2016, 3, 380, 190, 0, 2016, 2017, 5, 538, 0, 0, 2017, 2020, 1, 0, 0, 0, 2018, 2020, 3, 288, 144, 0, 2019, 2015, 1, 0, 0, 0, 2019, 2018, 1, 0, 0, 0, 2020, 277, 1, 0, 0, 0, 2021, 2024, 3, 382, 191, 0, 2022, 2024, 3, 334, 167, 0, 2023, 2021, 1, 0, 0, 0, 2023, 2022, 1, 0, 0, 0, 2024, 279, 1, 0, 0, 0, 2025, 2030, 3, 376, 188, 0, 2026, 2030, 3, 374, 187, 0, 2027, 2030, 3, 372, 186, 0, 2028, 2030, 3, 258, 129, 0, 2029, 2025, 1, 0, 0, 0, 2029, 2026, 1, 0, 0, 0, 2029, 2027, 1, 0, 0, 0, 2029, 2028, 1, 0, 0, 0, 2030, 281, 1, 0, 0, 0, 2031, 2032, 3, 334, 167, 0, 2032, 283, 1, 0, 0, 0, 2033, 2034, 3, 310, 155, 0, 2034, 285, 1, 0, 0, 0, 2035, 2038, 3, 310, 155, 0, 2036, 2038, 3, 282, 141, 0, 2037, 2035, 1, 0, 0, 0, 2037, 2036, 1, 0, 0, 0, 2038, 287, 1, 0, 0, 0, 2039, 2042, 5, 182, 0, 0, 2040, 2043, 3, 290, 145, 0, 2041, 2043, 3, 294, 147, 0, 2042, 2040, 1, 0, 0, 0, 2042, 2041, 1, 0, 0, 0, 2042, 2043, 1, 0, 0, 0, 2043, 289, 1, 0, 0, 0, 2044, 2046, 3, 292, 146, 0, 2045, 2047, 3, 296, 148, 0, 2046, 2045, 1, 0, 0, 0, 2046, 2047, 1, 0, 0, 0, 2047, 291, 1, 0, 0, 0, 2048, 2049, 3, 298, 149, 0, 2049, 2050, 3, 374, 187, 0, 2050, 2052, 1, 0, 0, 0, 2051, 2048, 1, 0, 0, 0, 2052, 2053, 1, 0, 0, 0, 2053, 2051, 1, 0, 0, 0, 2053, 2054, 1, 0, 0, 0, 2054, 293, 1, 0, 0, 0, 2055, 2058, 3, 296, 148, 0, 2056, 2059, 3, 292, 146, 0, 2057, 2059, 3, 296, 148, 0, 2058, 2056, 1, 0, 0, 0, 2058, 2057, 1, 0, 0, 0, 2058, 2059, 1, 0, 0, 0, 2059, 295, 1, 0, 0, 0, 2060, 2061, 3, 298, 149, 0, 2061, 2062, 3, 374, 187, 0, 2062, 2063, 5, 389, 0, 0, 2063, 2064, 3, 374, 187, 0, 2064, 297, 1, 0, 0, 0, 2065, 2067, 7, 33, 0, 0, 2066, 2065, 1, 0, 0, 0, 2066, 2067, 1, 0, 0, 0, 2067, 2068, 1, 0, 0, 0, 2068, 2071, 7, 34, 0, 0, 2069, 2071, 5, 538, 0, 0, 2070, 2066, 1, 0, 0, 0, 2070, 2069, 1, 0, 0, 0, 2071, 299, 1, 0, 0, 0, 2072, 2074, 5, 17, 0, 0, 2073, 2072, 1, 0, 0, 0, 2073, 2074, 1, 0, 0, 0, 2074, 2075, 1, 0, 0, 0, 2075, 2077, 3, 310, 155, 0, 2076, 2078, 3, 306, 153, 0, 2077, 2076, 1, 0, 0, 0, 2077, 2078, 1, 0, 0, 0, 2078, 301, 1, 0, 0, 0, 2079, 2080, 3, 310, 155, 0, 2080, 2081, 3, 304, 152, 0, 2081, 303, 1, 0, 0, 0, 2082, 2083, 5, 222, 0, 0, 2083, 2085, 3, 310, 155, 0, 2084, 2082, 1, 0, 0, 0, 2085, 2086, 1, 0, 0, 0, 2086, 2084, 1, 0, 0, 0, 2086, 2087, 1, 0, 0, 0, 2087, 2090, 1, 0, 0, 0, 2088, 2090, 1, 0, 0, 0, 2089, 2084, 1, 0, 0, 0, 2089, 2088, 1, 0, 0, 0, 2090, 305, 1, 0, 0, 0, 2091, 2092, 5, 517, 0, 0, 2092, 2093, 3, 308, 154, 0, 2093, 2094, 5, 518, 0, 0, 2094, 307, 1, 0, 0, 0, 2095, 2100, 3, 310, 155, 0, 2096, 2097, 5, 521, 0, 0, 2097, 2099, 3, 310, 155, 0, 2098, 2096, 1, 0, 0, 0, 2099, 2102, 1, 0, 0, 0, 2100, 2098, 1, 0, 0, 0, 2100, 2101, 1, 0, 0, 0, 2101, 309, 1, 0, 0, 0, 2102, 2100, 1, 0, 0, 0, 2103, 2107, 3, 312, 156, 0, 2104, 2107, 3, 314, 157, 0, 2105, 2107, 3, 384, 192, 0, 2106, 2103, 1, 0, 0, 0, 2106, 2104, 1, 0, 0, 0, 2106, 2105, 1, 0, 0, 0, 2107, 311, 1, 0, 0, 0, 2108, 2109, 7, 35, 0, 0, 2109, 313, 1, 0, 0, 0, 2110, 2111, 5, 538, 0, 0, 2111, 315, 1, 0, 0, 0, 2112, 2113, 5, 429, 0, 0, 2113, 2114, 3, 258, 129, 0, 2114, 2115, 5, 377, 0, 0, 2115, 2116, 3, 258, 129, 0, 2116, 317, 1, 0, 0, 0, 2117, 2118, 3, 310, 155, 0, 2118, 319, 1, 0, 0, 0, 2119, 2120, 3, 310, 155, 0, 2120, 321, 1, 0, 0, 0, 2121, 2124, 3, 310, 155, 0, 2122, 2123, 5, 514, 0, 0, 2123, 2125, 3, 310, 155, 0, 2124, 2122, 1, 0, 0, 0, 2124, 2125, 1, 0, 0, 0, 2125, 323, 1, 0, 0, 0, 2126, 2129, 3, 310, 155, 0, 2127, 2128, 5, 514, 0, 0, 2128, 2130, 3, 310, 155, 0, 2129, 2127, 1, 0, 0, 0, 2129, 2130, 1, 0, 0, 0, 2130, 325, 1, 0, 0, 0, 2131, 2134, 3, 310, 155, 0, 2132, 2133, 5, 514, 0, 0, 2133, 2135, 3, 310, 155, 0, 2134, 2132, 1, 0, 0, 0, 2134, 2135, 1, 0, 0, 0, 2135, 2144, 1, 0, 0, 0, 2136, 2137, 3, 310, 155, 0, 2137, 2138, 5, 514, 0, 0, 2138, 2141, 3, 310, 155, 0, 2139, 2140, 5, 514, 0, 0, 2140, 2142, 3, 310, 155, 0, 2141, 2139, 1, 0, 0, 0, 2141, 2142, 1, 0, 0, 0, 2142, 2144, 1, 0, 0, 0, 2143, 2131, 1, 0, 0, 0, 2143, 2136, 1, 0, 0, 0, 2144, 327, 1, 0, 0, 0, 2145, 2148, 3, 310, 155, 0, 2146, 2147, 5, 514, 0, 0, 2147, 2149, 3, 310, 155, 0, 2148, 2146, 1, 0, 0, 0, 2148, 2149, 1, 0, 0, 0, 2149, 2158, 1, 0, 0, 0, 2150, 2151, 3, 310, 155, 0, 2151, 2152, 5, 514, 0, 0, 2152, 2155, 3, 310, 155, 0, 2153, 2154, 5, 514, 0, 0, 2154, 2156, 3, 310, 155, 0, 2155, 2153, 1, 0, 0, 0, 2155, 2156, 1, 0, 0, 0, 2156, 2158, 1, 0, 0, 0, 2157, 2145, 1, 0, 0, 0, 2157, 2150, 1, 0, 0, 0, 2158, 329, 1, 0, 0, 0, 2159, 2162, 3, 310, 155, 0, 2160, 2161, 5, 514, 0, 0, 2161, 2163, 3, 310, 155, 0, 2162, 2160, 1, 0, 0, 0, 2162, 2163, 1, 0, 0, 0, 2163, 2172, 1, 0, 0, 0, 2164, 2165, 3, 310, 155, 0, 2165, 2166, 5, 514, 0, 0, 2166, 2169, 3, 310, 155, 0, 2167, 2168, 5, 514, 0, 0, 2168, 2170, 3, 310, 155, 0, 2169, 2167, 1, 0, 0, 0, 2169, 2170, 1, 0, 0, 0, 2170, 2172, 1, 0, 0, 0, 2171, 2159, 1, 0, 0, 0, 2171, 2164, 1, 0, 0, 0, 2172, 331, 1, 0, 0, 0, 2173, 2176, 3, 310, 155, 0, 2174, 2175, 5, 514, 0, 0, 2175, 2177, 3, 310, 155, 0, 2176, 2174, 1, 0, 0, 0, 2176, 2177, 1, 0, 0, 0, 2177, 2186, 1, 0, 0, 0, 2178, 2179, 3, 310, 155, 0, 2179, 2180, 5, 514, 0, 0, 2180, 2183, 3, 310, 155, 0, 2181, 2182, 5, 514, 0, 0, 2182, 2184, 3, 310, 155, 0, 2183, 2181, 1, 0, 0, 0, 2183, 2184, 1, 0, 0, 0, 2184, 2186, 1, 0, 0, 0, 2185, 2173, 1, 0, 0, 0, 2185, 2178, 1, 0, 0, 0, 2186, 333, 1, 0, 0, 0, 2187, 2192, 3, 310, 155, 0, 2188, 2189, 5, 514, 0, 0, 2189, 2191, 3, 310, 155, 0, 2190, 2188, 1, 0, 0, 0, 2191, 2194, 1, 0, 0, 0, 2192, 2193, 1, 0, 0, 0, 2192, 2190, 1, 0, 0, 0, 2193, 335, 1, 0, 0, 0, 2194, 2192, 1, 0, 0, 0, 2195, 2196, 5, 434, 0, 0, 2196, 2197, 3, 342, 171, 0, 2197, 337, 1, 0, 0, 0, 2198, 2199, 5, 167, 0, 0, 2199, 2200, 5, 242, 0, 0, 2200, 2201, 5, 133, 0, 0, 2201, 339, 1, 0, 0, 0, 2202, 2203, 5, 167, 0, 0, 2203, 2204, 5, 133, 0, 0, 2204, 341, 1, 0, 0, 0, 2205, 2206, 5, 517, 0, 0, 2206, 2211, 3, 344, 172, 0, 2207, 2208, 5, 521, 0, 0, 2208, 2210, 3, 344, 172, 0, 2209, 2207, 1, 0, 0, 0, 2210, 2213, 1, 0, 0, 0, 2211, 2209, 1, 0, 0, 0, 2211, 2212, 1, 0, 0, 0, 2212, 2214, 1, 0, 0, 0, 2213, 2211, 1, 0, 0, 0, 2214, 2215, 5, 518, 0, 0, 2215, 343, 1, 0, 0, 0, 2216, 2221, 3, 346, 173, 0, 2217, 2219, 5, 506, 0, 0, 2218, 2217, 1, 0, 0, 0, 2218, 2219, 1, 0, 0, 0, 2219, 2220, 1, 0, 0, 0, 2220, 2222, 3, 348, 174, 0, 2221, 2218, 1, 0, 0, 0, 2221, 2222, 1, 0, 0, 0, 2222, 345, 1, 0, 0, 0, 2223, 2227, 3, 310, 155, 0, 2224, 2227, 3, 282, 141, 0, 2225, 2227, 5, 538, 0, 0, 2226, 2223, 1, 0, 0, 0, 2226, 2224, 1, 0, 0, 0, 2226, 2225, 1, 0, 0, 0, 2227, 347, 1, 0, 0, 0, 2228, 2233, 5, 539, 0, 0, 2229, 2233, 5, 540, 0, 0, 2230, 2233, 3, 368, 184, 0, 2231, 2233, 5, 538, 0, 0, 2232, 2228, 1, 0, 0, 0, 2232, 2229, 1, 0, 0, 0, 2232, 2230, 1, 0, 0, 0, 2232, 2231, 1, 0, 0, 0, 2233, 349, 1, 0, 0, 0, 2234, 2241, 5, 10, 0, 0, 2235, 2236, 5, 512, 0, 0, 2236, 2241, 5, 512, 0, 0, 2237, 2241, 5, 258, 0, 0, 2238, 2239, 5, 511, 0, 0, 2239, 2241, 5, 511, 0, 0, 2240, 2234, 1, 0, 0, 0, 2240, 2235, 1, 0, 0, 0, 2240, 2237, 1, 0, 0, 0, 2240, 2238, 1, 0, 0, 0, 2241, 351, 1, 0, 0, 0, 2242, 2257, 5, 506, 0, 0, 2243, 2257, 5, 507, 0, 0, 2244, 2257, 5, 508, 0, 0, 2245, 2246, 5, 508, 0, 0, 2246, 2257, 5, 506, 0, 0, 2247, 2248, 5, 507, 0, 0, 2248, 2257, 5, 506, 0, 0, 2249, 2250, 5, 508, 0, 0, 2250, 2257, 5, 507, 0, 0, 2251, 2252, 5, 509, 0, 0, 2252, 2257, 5, 506, 0, 0, 2253, 2254, 5, 508, 0, 0, 2254, 2255, 5, 506, 0, 0, 2255, 2257, 5, 507, 0, 0, 2256, 2242, 1, 0, 0, 0, 2256, 2243, 1, 0, 0, 0, 2256, 2244, 1, 0, 0, 0, 2256, 2245, 1, 0, 0, 0, 2256, 2247, 1, 0, 0, 0, 2256, 2249, 1, 0, 0, 0, 2256, 2251, 1, 0, 0, 0, 2256, 2253, 1, 0, 0, 0, 2257, 353, 1, 0, 0, 0, 2258, 2259, 5, 508, 0, 0, 2259, 2266, 5, 508, 0, 0, 2260, 2261, 5, 507, 0, 0, 2261, 2266, 5, 507, 0, 0, 2262, 2266, 5, 512, 0, 0, 2263, 2266, 5, 513, 0, 0, 2264, 2266, 5, 511, 0, 0, 2265, 2258, 1, 0, 0, 0, 2265, 2260, 1, 0, 0, 0, 2265, 2262, 1, 0, 0, 0, 2265, 2263, 1, 0, 0, 0, 2265, 2264, 1, 0, 0, 0, 2266, 355, 1, 0, 0, 0, 2267, 2268, 7, 36, 0, 0, 2268, 357, 1, 0, 0, 0, 2269, 2270, 7, 37, 0, 0, 2270, 359, 1, 0, 0, 0, 2271, 2286, 3, 288, 144, 0, 2272, 2286, 3, 362, 181, 0, 2273, 2286, 3, 364, 182, 0, 2274, 2276, 5, 530, 0, 0, 2275, 2274, 1, 0, 0, 0, 2275, 2276, 1, 0, 0, 0, 2276, 2277, 1, 0, 0, 0, 2277, 2286, 3, 366, 183, 0, 2278, 2286, 3, 368, 184, 0, 2279, 2286, 5, 540, 0, 0, 2280, 2286, 5, 541, 0, 0, 2281, 2283, 5, 242, 0, 0, 2282, 2281, 1, 0, 0, 0, 2282, 2283, 1, 0, 0, 0, 2283, 2284, 1, 0, 0, 0, 2284, 2286, 5, 245, 0, 0, 2285, 2271, 1, 0, 0, 0, 2285, 2272, 1, 0, 0, 0, 2285, 2273, 1, 0, 0, 0, 2285, 2275, 1, 0, 0, 0, 2285, 2278, 1, 0, 0, 0, 2285, 2279, 1, 0, 0, 0, 2285, 2280, 1, 0, 0, 0, 2285, 2282, 1, 0, 0, 0, 2286, 361, 1, 0, 0, 0, 2287, 2288, 3, 372, 186, 0, 2288, 2289, 3, 364, 182, 0, 2289, 363, 1, 0, 0, 0, 2290, 2291, 5, 538, 0, 0, 2291, 365, 1, 0, 0, 0, 2292, 2293, 5, 539, 0, 0, 2293, 367, 1, 0, 0, 0, 2294, 2295, 7, 38, 0, 0, 2295, 369, 1, 0, 0, 0, 2296, 2297, 7, 39, 0, 0, 2297, 371, 1, 0, 0, 0, 2298, 2299, 7, 40, 0, 0, 2299, 373, 1, 0, 0, 0, 2300, 2301, 7, 41, 0, 0, 2301, 375, 1, 0, 0, 0, 2302, 2303, 7, 42, 0, 0, 2303, 377, 1, 0, 0, 0, 2304, 2305, 7, 43, 0, 0, 2305, 379, 1, 0, 0, 0, 2306, 2307, 7, 44, 0, 0, 2307, 381, 1, 0, 0, 0, 2308, 2309, 7, 45, 0, 0, 2309, 383, 1, 0, 0, 0, 2310, 2311, 7, 46, 0, 0, 2311, 385, 1, 0, 0, 0, 273, 389, 396, 399, 413, 431, 435, 444, 449, 456, 467, 476, 488, 491, 498, 501, 509, 513, 518, 521, 528, 536, 540, 552, 560, 564, 596, 599, 604, 608, 612, 616, 625, 630, 634, 638, 643, 646, 650, 655, 661, 666, 671, 675, 679, 683, 693, 701, 705, 709, 713, 717, 721, 725, 729, 733, 735, 745, 753, 777, 791, 796, 800, 806, 809, 812, 819, 822, 831, 843, 867, 879, 884, 888, 896, 900, 906, 916, 921, 927, 931, 935, 939, 948, 952, 959, 962, 972, 980, 988, 992, 1007, 1026, 1037, 1041, 1048, 1053, 1059, 1063, 1070, 1074, 1078, 1082, 1090, 1094, 1099, 1105, 1111, 1114, 1118, 1129, 1138, 1152, 1164, 1179, 1182, 1186, 1189, 1191, 1196, 1200, 1203, 1207, 1216, 1225, 1235, 1240, 1251, 1254, 1257, 1260, 1263, 1269, 1273, 1281, 1284, 1289, 1292, 1296, 1299, 1301, 1315, 1326, 1331, 1339, 1342, 1345, 1350, 1352, 1354, 1359, 1362, 1366, 1370, 1379, 1390, 1417, 1439, 1452, 1464, 1477, 1489, 1501, 1507, 1534, 1542, 1546, 1549, 1552, 1559, 1562, 1565, 1568, 1571, 1574, 1579, 1582, 1591, 1596, 1600, 1605, 1611, 1616, 1620, 1639, 1647, 1655, 1659, 1663, 1673, 1699, 1707, 1719, 1741, 1743, 1754, 1757, 1759, 1763, 1767, 1774, 1783, 1789, 1802, 1809, 1814, 1820, 1827, 1834, 1836, 1839, 1851, 1856, 1859, 1865, 1867, 1873, 1894, 1896, 1904, 1911, 1914, 1918, 1925, 1929, 1938, 1942, 1958, 1967, 1995, 2004, 2013, 2019, 2023, 2029, 2037, 2042, 2046, 2053, 2058, 2066, 2070, 2073, 2077, 2086, 2089, 2100, 2106, 2124, 2129, 2134, 2141, 2143, 2148, 2155, 2157, 2162, 2169, 2171, 2176, 2183, 2185, 2192, 2211, 2218, 2221, 2226, 2232, 2240, 2256, 2265, 2275, 2282, 2285] \ No newline at end of file +[4, 1, 542, 2319, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20, 7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26, 2, 27, 7, 27, 2, 28, 7, 28, 2, 29, 7, 29, 2, 30, 7, 30, 2, 31, 7, 31, 2, 32, 7, 32, 2, 33, 7, 33, 2, 34, 7, 34, 2, 35, 7, 35, 2, 36, 7, 36, 2, 37, 7, 37, 2, 38, 7, 38, 2, 39, 7, 39, 2, 40, 7, 40, 2, 41, 7, 41, 2, 42, 7, 42, 2, 43, 7, 43, 2, 44, 7, 44, 2, 45, 7, 45, 2, 46, 7, 46, 2, 47, 7, 47, 2, 48, 7, 48, 2, 49, 7, 49, 2, 50, 7, 50, 2, 51, 7, 51, 2, 52, 7, 52, 2, 53, 7, 53, 2, 54, 7, 54, 2, 55, 7, 55, 2, 56, 7, 56, 2, 57, 7, 57, 2, 58, 7, 58, 2, 59, 7, 59, 2, 60, 7, 60, 2, 61, 7, 61, 2, 62, 7, 62, 2, 63, 7, 63, 2, 64, 7, 64, 2, 65, 7, 65, 2, 66, 7, 66, 2, 67, 7, 67, 2, 68, 7, 68, 2, 69, 7, 69, 2, 70, 7, 70, 2, 71, 7, 71, 2, 72, 7, 72, 2, 73, 7, 73, 2, 74, 7, 74, 2, 75, 7, 75, 2, 76, 7, 76, 2, 77, 7, 77, 2, 78, 7, 78, 2, 79, 7, 79, 2, 80, 7, 80, 2, 81, 7, 81, 2, 82, 7, 82, 2, 83, 7, 83, 2, 84, 7, 84, 2, 85, 7, 85, 2, 86, 7, 86, 2, 87, 7, 87, 2, 88, 7, 88, 2, 89, 7, 89, 2, 90, 7, 90, 2, 91, 7, 91, 2, 92, 7, 92, 2, 93, 7, 93, 2, 94, 7, 94, 2, 95, 7, 95, 2, 96, 7, 96, 2, 97, 7, 97, 2, 98, 7, 98, 2, 99, 7, 99, 2, 100, 7, 100, 2, 101, 7, 101, 2, 102, 7, 102, 2, 103, 7, 103, 2, 104, 7, 104, 2, 105, 7, 105, 2, 106, 7, 106, 2, 107, 7, 107, 2, 108, 7, 108, 2, 109, 7, 109, 2, 110, 7, 110, 2, 111, 7, 111, 2, 112, 7, 112, 2, 113, 7, 113, 2, 114, 7, 114, 2, 115, 7, 115, 2, 116, 7, 116, 2, 117, 7, 117, 2, 118, 7, 118, 2, 119, 7, 119, 2, 120, 7, 120, 2, 121, 7, 121, 2, 122, 7, 122, 2, 123, 7, 123, 2, 124, 7, 124, 2, 125, 7, 125, 2, 126, 7, 126, 2, 127, 7, 127, 2, 128, 7, 128, 2, 129, 7, 129, 2, 130, 7, 130, 2, 131, 7, 131, 2, 132, 7, 132, 2, 133, 7, 133, 2, 134, 7, 134, 2, 135, 7, 135, 2, 136, 7, 136, 2, 137, 7, 137, 2, 138, 7, 138, 2, 139, 7, 139, 2, 140, 7, 140, 2, 141, 7, 141, 2, 142, 7, 142, 2, 143, 7, 143, 2, 144, 7, 144, 2, 145, 7, 145, 2, 146, 7, 146, 2, 147, 7, 147, 2, 148, 7, 148, 2, 149, 7, 149, 2, 150, 7, 150, 2, 151, 7, 151, 2, 152, 7, 152, 2, 153, 7, 153, 2, 154, 7, 154, 2, 155, 7, 155, 2, 156, 7, 156, 2, 157, 7, 157, 2, 158, 7, 158, 2, 159, 7, 159, 2, 160, 7, 160, 2, 161, 7, 161, 2, 162, 7, 162, 2, 163, 7, 163, 2, 164, 7, 164, 2, 165, 7, 165, 2, 166, 7, 166, 2, 167, 7, 167, 2, 168, 7, 168, 2, 169, 7, 169, 2, 170, 7, 170, 2, 171, 7, 171, 2, 172, 7, 172, 2, 173, 7, 173, 2, 174, 7, 174, 2, 175, 7, 175, 2, 176, 7, 176, 2, 177, 7, 177, 2, 178, 7, 178, 2, 179, 7, 179, 2, 180, 7, 180, 2, 181, 7, 181, 2, 182, 7, 182, 2, 183, 7, 183, 2, 184, 7, 184, 2, 185, 7, 185, 2, 186, 7, 186, 2, 187, 7, 187, 2, 188, 7, 188, 2, 189, 7, 189, 2, 190, 7, 190, 2, 191, 7, 191, 2, 192, 7, 192, 2, 193, 7, 193, 1, 0, 5, 0, 390, 8, 0, 10, 0, 12, 0, 393, 9, 0, 1, 0, 1, 0, 1, 1, 1, 1, 3, 1, 399, 8, 1, 1, 1, 3, 1, 402, 8, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 416, 8, 2, 1, 3, 1, 3, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 3, 4, 434, 8, 4, 1, 5, 1, 5, 3, 5, 438, 8, 5, 1, 6, 1, 6, 1, 6, 1, 7, 1, 7, 1, 7, 1, 7, 3, 7, 447, 8, 7, 1, 7, 1, 7, 1, 7, 3, 7, 452, 8, 7, 1, 8, 1, 8, 1, 8, 5, 8, 457, 8, 8, 10, 8, 12, 8, 460, 9, 8, 1, 9, 1, 9, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 3, 10, 470, 8, 10, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 5, 11, 477, 8, 11, 10, 11, 12, 11, 480, 9, 11, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 491, 8, 12, 1, 12, 3, 12, 494, 8, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 501, 8, 12, 1, 12, 3, 12, 504, 8, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 512, 8, 12, 1, 12, 1, 12, 3, 12, 516, 8, 12, 1, 12, 1, 12, 1, 12, 3, 12, 521, 8, 12, 1, 12, 3, 12, 524, 8, 12, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 3, 13, 531, 8, 13, 1, 14, 1, 14, 1, 14, 1, 14, 1, 15, 1, 15, 3, 15, 539, 8, 15, 1, 16, 1, 16, 3, 16, 543, 8, 16, 1, 17, 1, 17, 1, 17, 1, 17, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 3, 18, 555, 8, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 3, 18, 563, 8, 18, 1, 18, 1, 18, 3, 18, 567, 8, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 3, 18, 599, 8, 18, 1, 19, 3, 19, 602, 8, 19, 1, 19, 4, 19, 605, 8, 19, 11, 19, 12, 19, 606, 1, 20, 1, 20, 3, 20, 611, 8, 20, 1, 21, 1, 21, 3, 21, 615, 8, 21, 1, 21, 1, 21, 3, 21, 619, 8, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 5, 21, 626, 8, 21, 10, 21, 12, 21, 629, 9, 21, 1, 21, 1, 21, 3, 21, 633, 8, 21, 1, 21, 1, 21, 3, 21, 637, 8, 21, 1, 21, 1, 21, 3, 21, 641, 8, 21, 1, 21, 1, 21, 1, 21, 3, 21, 646, 8, 21, 1, 21, 3, 21, 649, 8, 21, 1, 21, 1, 21, 3, 21, 653, 8, 21, 1, 22, 1, 22, 1, 22, 3, 22, 658, 8, 22, 1, 22, 1, 22, 1, 22, 1, 22, 3, 22, 664, 8, 22, 1, 23, 1, 23, 1, 23, 3, 23, 669, 8, 23, 1, 24, 1, 24, 1, 24, 3, 24, 674, 8, 24, 1, 24, 1, 24, 3, 24, 678, 8, 24, 1, 25, 1, 25, 3, 25, 682, 8, 25, 1, 26, 1, 26, 3, 26, 686, 8, 26, 1, 27, 1, 27, 1, 28, 1, 28, 1, 28, 1, 28, 5, 28, 694, 8, 28, 10, 28, 12, 28, 697, 9, 28, 1, 28, 1, 28, 1, 29, 1, 29, 1, 29, 3, 29, 704, 8, 29, 1, 29, 1, 29, 3, 29, 708, 8, 29, 1, 29, 1, 29, 3, 29, 712, 8, 29, 1, 29, 1, 29, 3, 29, 716, 8, 29, 1, 29, 1, 29, 3, 29, 720, 8, 29, 1, 29, 1, 29, 3, 29, 724, 8, 29, 1, 29, 1, 29, 3, 29, 728, 8, 29, 1, 29, 1, 29, 3, 29, 732, 8, 29, 1, 29, 1, 29, 3, 29, 736, 8, 29, 3, 29, 738, 8, 29, 1, 30, 1, 30, 1, 30, 1, 30, 1, 31, 1, 31, 1, 31, 1, 31, 3, 31, 748, 8, 31, 1, 31, 1, 31, 1, 32, 1, 32, 1, 32, 1, 32, 3, 32, 756, 8, 32, 1, 32, 1, 32, 1, 33, 1, 33, 1, 33, 1, 33, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 5, 35, 778, 8, 35, 10, 35, 12, 35, 781, 9, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 5, 35, 792, 8, 35, 10, 35, 12, 35, 795, 9, 35, 1, 35, 1, 35, 3, 35, 799, 8, 35, 1, 36, 1, 36, 3, 36, 803, 8, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 809, 8, 36, 1, 36, 3, 36, 812, 8, 36, 1, 36, 3, 36, 815, 8, 36, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 3, 37, 822, 8, 37, 1, 37, 3, 37, 825, 8, 37, 1, 38, 1, 38, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 3, 39, 834, 8, 39, 1, 40, 1, 40, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 3, 42, 846, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 43, 1, 43, 1, 44, 1, 44, 1, 44, 1, 44, 1, 45, 1, 45, 1, 45, 1, 45, 1, 46, 1, 46, 1, 46, 1, 46, 5, 46, 868, 8, 46, 10, 46, 12, 46, 871, 9, 46, 1, 46, 1, 46, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 5, 47, 880, 8, 47, 10, 47, 12, 47, 883, 9, 47, 1, 47, 1, 47, 3, 47, 887, 8, 47, 1, 48, 1, 48, 3, 48, 891, 8, 48, 1, 49, 1, 49, 1, 49, 1, 49, 5, 49, 897, 8, 49, 10, 49, 12, 49, 900, 9, 49, 1, 49, 3, 49, 903, 8, 49, 1, 50, 1, 50, 1, 50, 1, 50, 3, 50, 909, 8, 50, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 52, 1, 52, 1, 52, 3, 52, 919, 8, 52, 1, 52, 1, 52, 1, 52, 3, 52, 924, 8, 52, 1, 52, 1, 52, 1, 53, 1, 53, 3, 53, 930, 8, 53, 1, 53, 1, 53, 3, 53, 934, 8, 53, 1, 53, 1, 53, 3, 53, 938, 8, 53, 1, 53, 1, 53, 3, 53, 942, 8, 53, 1, 53, 1, 53, 1, 53, 1, 54, 1, 54, 1, 54, 1, 54, 3, 54, 951, 8, 54, 1, 54, 1, 54, 3, 54, 955, 8, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 3, 54, 962, 8, 54, 1, 54, 3, 54, 965, 8, 54, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 5, 55, 973, 8, 55, 10, 55, 12, 55, 976, 9, 55, 1, 56, 1, 56, 1, 57, 1, 57, 1, 57, 3, 57, 983, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 991, 8, 57, 1, 58, 1, 58, 3, 58, 995, 8, 58, 1, 58, 1, 58, 1, 58, 1, 59, 1, 59, 1, 59, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 1010, 8, 60, 1, 61, 1, 61, 1, 61, 1, 61, 1, 62, 1, 62, 1, 62, 1, 62, 1, 63, 1, 63, 1, 63, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 3, 64, 1029, 8, 64, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 66, 1, 66, 1, 66, 1, 66, 3, 66, 1040, 8, 66, 1, 66, 1, 66, 3, 66, 1044, 8, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 3, 66, 1051, 8, 66, 1, 67, 1, 67, 1, 67, 3, 67, 1056, 8, 67, 1, 67, 1, 67, 1, 68, 1, 68, 3, 68, 1062, 8, 68, 1, 68, 1, 68, 3, 68, 1066, 8, 68, 1, 68, 1, 68, 1, 69, 1, 69, 1, 69, 3, 69, 1073, 8, 69, 1, 69, 1, 69, 3, 69, 1077, 8, 69, 1, 70, 1, 70, 3, 70, 1081, 8, 70, 1, 70, 1, 70, 3, 70, 1085, 8, 70, 1, 70, 1, 70, 1, 71, 1, 71, 1, 71, 1, 71, 3, 71, 1093, 8, 71, 1, 71, 1, 71, 3, 71, 1097, 8, 71, 1, 71, 1, 71, 1, 72, 3, 72, 1102, 8, 72, 1, 72, 1, 72, 1, 72, 1, 72, 3, 72, 1108, 8, 72, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 1114, 8, 73, 1, 73, 3, 73, 1117, 8, 73, 1, 73, 1, 73, 3, 73, 1121, 8, 73, 1, 74, 1, 74, 1, 74, 1, 75, 1, 75, 1, 75, 1, 75, 5, 75, 1130, 8, 75, 10, 75, 12, 75, 1133, 9, 75, 1, 76, 1, 76, 1, 76, 1, 76, 5, 76, 1139, 8, 76, 10, 76, 12, 76, 1142, 9, 76, 1, 76, 1, 76, 1, 77, 1, 77, 3, 77, 1148, 8, 77, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 4, 78, 1157, 8, 78, 11, 78, 12, 78, 1158, 1, 78, 1, 78, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 4, 79, 1169, 8, 79, 11, 79, 12, 79, 1170, 1, 79, 1, 79, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 3, 80, 1186, 8, 80, 1, 80, 3, 80, 1189, 8, 80, 1, 80, 1, 80, 3, 80, 1193, 8, 80, 1, 80, 3, 80, 1196, 8, 80, 3, 80, 1198, 8, 80, 1, 80, 1, 80, 1, 80, 3, 80, 1203, 8, 80, 1, 80, 1, 80, 3, 80, 1207, 8, 80, 1, 80, 3, 80, 1210, 8, 80, 5, 80, 1212, 8, 80, 10, 80, 12, 80, 1215, 9, 80, 1, 81, 1, 81, 1, 81, 1, 81, 5, 81, 1221, 8, 81, 10, 81, 12, 81, 1224, 9, 81, 1, 82, 1, 82, 1, 82, 1, 82, 5, 82, 1230, 8, 82, 10, 82, 12, 82, 1233, 9, 82, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 5, 83, 1240, 8, 83, 10, 83, 12, 83, 1243, 9, 83, 1, 83, 1, 83, 3, 83, 1247, 8, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 84, 1, 84, 1, 85, 1, 85, 3, 85, 1258, 8, 85, 1, 85, 3, 85, 1261, 8, 85, 1, 85, 3, 85, 1264, 8, 85, 1, 85, 3, 85, 1267, 8, 85, 1, 85, 3, 85, 1270, 8, 85, 1, 85, 1, 85, 1, 85, 1, 85, 3, 85, 1276, 8, 85, 1, 86, 1, 86, 3, 86, 1280, 8, 86, 1, 86, 1, 86, 1, 86, 1, 86, 5, 86, 1286, 8, 86, 10, 86, 12, 86, 1289, 9, 86, 3, 86, 1291, 8, 86, 1, 87, 1, 87, 1, 87, 3, 87, 1296, 8, 87, 1, 87, 3, 87, 1299, 8, 87, 1, 87, 1, 87, 3, 87, 1303, 8, 87, 1, 87, 3, 87, 1306, 8, 87, 3, 87, 1308, 8, 87, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 3, 88, 1322, 8, 88, 1, 89, 1, 89, 1, 89, 1, 90, 1, 90, 1, 90, 1, 90, 5, 90, 1331, 8, 90, 10, 90, 12, 90, 1334, 9, 90, 1, 90, 1, 90, 3, 90, 1338, 8, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 3, 90, 1346, 8, 90, 1, 90, 3, 90, 1349, 8, 90, 1, 90, 3, 90, 1352, 8, 90, 1, 90, 1, 90, 1, 90, 3, 90, 1357, 8, 90, 5, 90, 1359, 8, 90, 10, 90, 12, 90, 1362, 9, 90, 1, 91, 1, 91, 3, 91, 1366, 8, 91, 1, 92, 3, 92, 1369, 8, 92, 1, 92, 1, 92, 3, 92, 1373, 8, 92, 1, 92, 1, 92, 3, 92, 1377, 8, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 3, 92, 1386, 8, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 3, 92, 1397, 8, 92, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 1, 94, 1, 94, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 5, 97, 1422, 8, 97, 10, 97, 12, 97, 1425, 9, 97, 1, 97, 1, 97, 1, 98, 1, 98, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 3, 99, 1446, 8, 99, 1, 100, 1, 100, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 102, 1, 102, 1, 102, 1, 102, 3, 102, 1459, 8, 102, 1, 103, 1, 103, 1, 103, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 5, 104, 1469, 8, 104, 10, 104, 12, 104, 1472, 9, 104, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 5, 105, 1482, 8, 105, 10, 105, 12, 105, 1485, 9, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 5, 105, 1494, 8, 105, 10, 105, 12, 105, 1497, 9, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 5, 105, 1506, 8, 105, 10, 105, 12, 105, 1509, 9, 105, 1, 105, 1, 105, 1, 105, 3, 105, 1514, 8, 105, 1, 106, 1, 106, 1, 106, 1, 107, 1, 107, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 109, 1, 109, 1, 110, 1, 110, 1, 111, 1, 111, 1, 111, 1, 112, 1, 112, 1, 112, 1, 112, 5, 112, 1539, 8, 112, 10, 112, 12, 112, 1542, 9, 112, 1, 113, 1, 113, 1, 113, 1, 113, 1, 114, 3, 114, 1549, 8, 114, 1, 114, 1, 114, 3, 114, 1553, 8, 114, 1, 114, 3, 114, 1556, 8, 114, 1, 114, 3, 114, 1559, 8, 114, 1, 114, 1, 114, 1, 115, 1, 115, 1, 115, 3, 115, 1566, 8, 115, 1, 115, 3, 115, 1569, 8, 115, 1, 115, 3, 115, 1572, 8, 115, 1, 115, 3, 115, 1575, 8, 115, 1, 115, 3, 115, 1578, 8, 115, 1, 115, 3, 115, 1581, 8, 115, 1, 115, 1, 115, 1, 115, 3, 115, 1586, 8, 115, 1, 115, 3, 115, 1589, 8, 115, 1, 116, 1, 116, 1, 116, 1, 116, 1, 116, 5, 116, 1596, 8, 116, 10, 116, 12, 116, 1599, 9, 116, 1, 117, 1, 117, 3, 117, 1603, 8, 117, 1, 117, 1, 117, 3, 117, 1607, 8, 117, 1, 118, 1, 118, 1, 118, 3, 118, 1612, 8, 118, 1, 119, 1, 119, 1, 119, 1, 119, 3, 119, 1618, 8, 119, 1, 119, 1, 119, 1, 119, 3, 119, 1623, 8, 119, 5, 119, 1625, 8, 119, 10, 119, 12, 119, 1628, 9, 119, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 3, 120, 1646, 8, 120, 1, 121, 1, 121, 1, 121, 1, 121, 5, 121, 1652, 8, 121, 10, 121, 12, 121, 1655, 9, 121, 1, 122, 1, 122, 1, 122, 4, 122, 1660, 8, 122, 11, 122, 12, 122, 1661, 1, 122, 1, 122, 3, 122, 1666, 8, 122, 1, 123, 1, 123, 3, 123, 1670, 8, 123, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 3, 124, 1680, 8, 124, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 3, 125, 1706, 8, 125, 1, 126, 1, 126, 1, 126, 1, 126, 5, 126, 1712, 8, 126, 10, 126, 12, 126, 1715, 9, 126, 1, 127, 1, 127, 1, 127, 1, 127, 1, 127, 1, 127, 1, 127, 1, 127, 1, 127, 3, 127, 1726, 8, 127, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 129, 1, 129, 1, 129, 1, 130, 1, 130, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 3, 131, 1748, 8, 131, 3, 131, 1750, 8, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 3, 131, 1761, 8, 131, 1, 131, 5, 131, 1764, 8, 131, 10, 131, 12, 131, 1767, 9, 131, 1, 132, 3, 132, 1770, 8, 132, 1, 132, 1, 132, 3, 132, 1774, 8, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 3, 132, 1781, 8, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 5, 132, 1788, 8, 132, 10, 132, 12, 132, 1791, 9, 132, 1, 132, 1, 132, 1, 132, 3, 132, 1796, 8, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 3, 132, 1809, 8, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 3, 132, 1816, 8, 132, 1, 132, 1, 132, 1, 132, 3, 132, 1821, 8, 132, 1, 132, 1, 132, 1, 132, 1, 132, 3, 132, 1827, 8, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 3, 132, 1834, 8, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 3, 132, 1841, 8, 132, 3, 132, 1843, 8, 132, 1, 133, 3, 133, 1846, 8, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 5, 133, 1856, 8, 133, 10, 133, 12, 133, 1859, 9, 133, 1, 133, 1, 133, 3, 133, 1863, 8, 133, 1, 133, 3, 133, 1866, 8, 133, 1, 133, 1, 133, 1, 133, 1, 133, 3, 133, 1872, 8, 133, 3, 133, 1874, 8, 133, 1, 134, 1, 134, 1, 134, 1, 134, 3, 134, 1880, 8, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 5, 134, 1901, 8, 134, 10, 134, 12, 134, 1904, 9, 134, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 3, 135, 1911, 8, 135, 1, 135, 1, 135, 1, 135, 5, 135, 1916, 8, 135, 10, 135, 12, 135, 1919, 9, 135, 3, 135, 1921, 8, 135, 1, 135, 1, 135, 3, 135, 1925, 8, 135, 1, 136, 1, 136, 1, 136, 4, 136, 1930, 8, 136, 11, 136, 12, 136, 1931, 1, 136, 1, 136, 3, 136, 1936, 8, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 4, 136, 1943, 8, 136, 11, 136, 12, 136, 1944, 1, 136, 1, 136, 3, 136, 1949, 8, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 3, 136, 1965, 8, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 3, 136, 1974, 8, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 3, 136, 2002, 8, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 5, 136, 2009, 8, 136, 10, 136, 12, 136, 2012, 9, 136, 1, 137, 1, 137, 1, 138, 1, 138, 1, 138, 1, 138, 3, 138, 2020, 8, 138, 1, 139, 1, 139, 1, 139, 1, 139, 3, 139, 2026, 8, 139, 1, 140, 1, 140, 3, 140, 2030, 8, 140, 1, 141, 1, 141, 1, 141, 1, 141, 3, 141, 2036, 8, 141, 1, 142, 1, 142, 1, 143, 1, 143, 1, 144, 1, 144, 3, 144, 2044, 8, 144, 1, 145, 1, 145, 1, 145, 3, 145, 2049, 8, 145, 1, 146, 1, 146, 3, 146, 2053, 8, 146, 1, 147, 1, 147, 1, 147, 4, 147, 2058, 8, 147, 11, 147, 12, 147, 2059, 1, 148, 1, 148, 1, 148, 3, 148, 2065, 8, 148, 1, 149, 1, 149, 1, 149, 1, 149, 1, 149, 1, 150, 3, 150, 2073, 8, 150, 1, 150, 1, 150, 3, 150, 2077, 8, 150, 1, 151, 3, 151, 2080, 8, 151, 1, 151, 1, 151, 3, 151, 2084, 8, 151, 1, 152, 1, 152, 1, 152, 1, 153, 1, 153, 4, 153, 2091, 8, 153, 11, 153, 12, 153, 2092, 1, 153, 3, 153, 2096, 8, 153, 1, 154, 1, 154, 1, 154, 1, 154, 1, 155, 1, 155, 1, 155, 5, 155, 2105, 8, 155, 10, 155, 12, 155, 2108, 9, 155, 1, 156, 1, 156, 1, 156, 3, 156, 2113, 8, 156, 1, 157, 1, 157, 1, 158, 1, 158, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 160, 1, 160, 1, 161, 1, 161, 1, 162, 1, 162, 1, 162, 3, 162, 2131, 8, 162, 1, 163, 1, 163, 1, 163, 3, 163, 2136, 8, 163, 1, 164, 1, 164, 1, 164, 3, 164, 2141, 8, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 3, 164, 2148, 8, 164, 3, 164, 2150, 8, 164, 1, 165, 1, 165, 1, 165, 3, 165, 2155, 8, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 3, 165, 2162, 8, 165, 3, 165, 2164, 8, 165, 1, 166, 1, 166, 1, 166, 3, 166, 2169, 8, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 3, 166, 2176, 8, 166, 3, 166, 2178, 8, 166, 1, 167, 1, 167, 1, 167, 3, 167, 2183, 8, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 3, 167, 2190, 8, 167, 3, 167, 2192, 8, 167, 1, 168, 1, 168, 1, 168, 5, 168, 2197, 8, 168, 10, 168, 12, 168, 2200, 9, 168, 1, 169, 1, 169, 1, 169, 1, 170, 1, 170, 1, 170, 1, 170, 1, 171, 1, 171, 1, 171, 1, 172, 1, 172, 1, 172, 1, 172, 5, 172, 2216, 8, 172, 10, 172, 12, 172, 2219, 9, 172, 1, 172, 1, 172, 1, 173, 1, 173, 3, 173, 2225, 8, 173, 1, 173, 3, 173, 2228, 8, 173, 1, 174, 1, 174, 1, 174, 3, 174, 2233, 8, 174, 1, 175, 1, 175, 1, 175, 1, 175, 3, 175, 2239, 8, 175, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 3, 176, 2247, 8, 176, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 3, 177, 2263, 8, 177, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 3, 178, 2272, 8, 178, 1, 179, 1, 179, 1, 180, 1, 180, 1, 181, 1, 181, 1, 181, 1, 181, 3, 181, 2282, 8, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 3, 181, 2289, 8, 181, 1, 181, 3, 181, 2292, 8, 181, 1, 182, 1, 182, 1, 182, 1, 183, 1, 183, 1, 184, 1, 184, 1, 185, 1, 185, 1, 186, 1, 186, 1, 187, 1, 187, 1, 188, 1, 188, 1, 189, 1, 189, 1, 190, 1, 190, 1, 191, 1, 191, 1, 192, 1, 192, 1, 193, 1, 193, 1, 193, 1, 2198, 5, 160, 180, 262, 268, 272, 194, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, 172, 174, 176, 178, 180, 182, 184, 186, 188, 190, 192, 194, 196, 198, 200, 202, 204, 206, 208, 210, 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, 232, 234, 236, 238, 240, 242, 244, 246, 248, 250, 252, 254, 256, 258, 260, 262, 264, 266, 268, 270, 272, 274, 276, 278, 280, 282, 284, 286, 288, 290, 292, 294, 296, 298, 300, 302, 304, 306, 308, 310, 312, 314, 316, 318, 320, 322, 324, 326, 328, 330, 332, 334, 336, 338, 340, 342, 344, 346, 348, 350, 352, 354, 356, 358, 360, 362, 364, 366, 368, 370, 372, 374, 376, 378, 380, 382, 384, 386, 0, 47, 2, 0, 109, 109, 451, 451, 3, 0, 45, 45, 128, 128, 189, 189, 4, 0, 42, 42, 90, 90, 423, 423, 465, 465, 2, 0, 442, 442, 448, 448, 2, 0, 151, 151, 170, 170, 2, 0, 438, 438, 490, 490, 2, 0, 483, 486, 488, 488, 3, 0, 32, 32, 91, 91, 245, 245, 11, 0, 28, 29, 35, 35, 46, 46, 92, 92, 178, 179, 345, 345, 361, 361, 379, 379, 382, 382, 388, 388, 417, 418, 2, 0, 434, 434, 436, 436, 4, 0, 101, 102, 115, 115, 144, 144, 247, 247, 2, 0, 13, 13, 232, 232, 2, 0, 456, 456, 463, 463, 3, 0, 5, 5, 271, 271, 445, 445, 3, 0, 267, 267, 456, 456, 463, 463, 3, 0, 426, 426, 459, 459, 478, 478, 3, 0, 331, 331, 466, 466, 482, 482, 2, 0, 441, 441, 491, 491, 2, 0, 183, 183, 266, 266, 3, 0, 130, 130, 180, 180, 403, 403, 4, 0, 152, 152, 174, 174, 202, 202, 318, 318, 3, 0, 446, 446, 460, 460, 500, 500, 4, 0, 251, 251, 447, 447, 495, 497, 499, 499, 2, 0, 74, 74, 321, 321, 3, 0, 460, 460, 493, 493, 500, 500, 2, 0, 440, 440, 451, 451, 2, 0, 458, 458, 468, 468, 4, 0, 140, 140, 245, 245, 398, 398, 405, 405, 2, 0, 19, 19, 370, 370, 2, 0, 5, 5, 11, 11, 2, 0, 510, 510, 530, 531, 4, 0, 453, 453, 528, 528, 532, 532, 535, 535, 2, 0, 530, 531, 533, 533, 1, 0, 530, 531, 1, 0, 539, 540, 2, 0, 539, 539, 542, 542, 4, 0, 453, 453, 528, 528, 530, 532, 534, 535, 3, 0, 242, 242, 509, 510, 530, 531, 2, 0, 140, 140, 398, 398, 2, 0, 5, 5, 113, 113, 10, 0, 97, 97, 165, 165, 223, 223, 230, 230, 335, 335, 437, 437, 471, 471, 473, 473, 489, 489, 503, 503, 15, 0, 97, 97, 165, 165, 223, 223, 230, 230, 335, 335, 428, 428, 437, 437, 443, 443, 449, 450, 455, 455, 461, 461, 471, 476, 489, 489, 492, 492, 503, 504, 11, 0, 5, 5, 13, 13, 33, 33, 78, 78, 84, 85, 113, 113, 201, 201, 208, 209, 390, 390, 414, 414, 528, 528, 3, 0, 78, 78, 84, 85, 208, 209, 2, 0, 91, 91, 379, 380, 53, 0, 4, 4, 13, 13, 23, 23, 38, 38, 41, 41, 43, 44, 54, 54, 56, 56, 69, 69, 75, 75, 98, 99, 107, 107, 119, 119, 134, 134, 139, 139, 143, 143, 145, 145, 160, 160, 165, 165, 167, 167, 187, 188, 190, 195, 198, 198, 200, 200, 202, 202, 206, 206, 210, 210, 215, 215, 221, 221, 223, 224, 230, 230, 244, 244, 246, 246, 265, 265, 277, 277, 282, 282, 284, 284, 294, 294, 318, 318, 322, 324, 335, 335, 358, 359, 365, 365, 368, 368, 381, 381, 396, 396, 399, 400, 409, 409, 420, 421, 437, 437, 470, 470, 489, 489, 503, 503, 1, 0, 438, 505, 2525, 0, 391, 1, 0, 0, 0, 2, 401, 1, 0, 0, 0, 4, 415, 1, 0, 0, 0, 6, 417, 1, 0, 0, 0, 8, 433, 1, 0, 0, 0, 10, 437, 1, 0, 0, 0, 12, 439, 1, 0, 0, 0, 14, 442, 1, 0, 0, 0, 16, 453, 1, 0, 0, 0, 18, 461, 1, 0, 0, 0, 20, 469, 1, 0, 0, 0, 22, 471, 1, 0, 0, 0, 24, 523, 1, 0, 0, 0, 26, 525, 1, 0, 0, 0, 28, 532, 1, 0, 0, 0, 30, 536, 1, 0, 0, 0, 32, 540, 1, 0, 0, 0, 34, 544, 1, 0, 0, 0, 36, 598, 1, 0, 0, 0, 38, 604, 1, 0, 0, 0, 40, 610, 1, 0, 0, 0, 42, 612, 1, 0, 0, 0, 44, 654, 1, 0, 0, 0, 46, 668, 1, 0, 0, 0, 48, 670, 1, 0, 0, 0, 50, 681, 1, 0, 0, 0, 52, 685, 1, 0, 0, 0, 54, 687, 1, 0, 0, 0, 56, 689, 1, 0, 0, 0, 58, 737, 1, 0, 0, 0, 60, 739, 1, 0, 0, 0, 62, 743, 1, 0, 0, 0, 64, 751, 1, 0, 0, 0, 66, 759, 1, 0, 0, 0, 68, 763, 1, 0, 0, 0, 70, 798, 1, 0, 0, 0, 72, 814, 1, 0, 0, 0, 74, 816, 1, 0, 0, 0, 76, 826, 1, 0, 0, 0, 78, 828, 1, 0, 0, 0, 80, 835, 1, 0, 0, 0, 82, 837, 1, 0, 0, 0, 84, 845, 1, 0, 0, 0, 86, 853, 1, 0, 0, 0, 88, 855, 1, 0, 0, 0, 90, 859, 1, 0, 0, 0, 92, 863, 1, 0, 0, 0, 94, 886, 1, 0, 0, 0, 96, 890, 1, 0, 0, 0, 98, 892, 1, 0, 0, 0, 100, 908, 1, 0, 0, 0, 102, 910, 1, 0, 0, 0, 104, 915, 1, 0, 0, 0, 106, 927, 1, 0, 0, 0, 108, 946, 1, 0, 0, 0, 110, 966, 1, 0, 0, 0, 112, 977, 1, 0, 0, 0, 114, 979, 1, 0, 0, 0, 116, 992, 1, 0, 0, 0, 118, 999, 1, 0, 0, 0, 120, 1002, 1, 0, 0, 0, 122, 1011, 1, 0, 0, 0, 124, 1015, 1, 0, 0, 0, 126, 1019, 1, 0, 0, 0, 128, 1022, 1, 0, 0, 0, 130, 1030, 1, 0, 0, 0, 132, 1035, 1, 0, 0, 0, 134, 1052, 1, 0, 0, 0, 136, 1059, 1, 0, 0, 0, 138, 1069, 1, 0, 0, 0, 140, 1078, 1, 0, 0, 0, 142, 1088, 1, 0, 0, 0, 144, 1107, 1, 0, 0, 0, 146, 1109, 1, 0, 0, 0, 148, 1122, 1, 0, 0, 0, 150, 1125, 1, 0, 0, 0, 152, 1134, 1, 0, 0, 0, 154, 1147, 1, 0, 0, 0, 156, 1149, 1, 0, 0, 0, 158, 1162, 1, 0, 0, 0, 160, 1197, 1, 0, 0, 0, 162, 1216, 1, 0, 0, 0, 164, 1225, 1, 0, 0, 0, 166, 1234, 1, 0, 0, 0, 168, 1253, 1, 0, 0, 0, 170, 1275, 1, 0, 0, 0, 172, 1277, 1, 0, 0, 0, 174, 1307, 1, 0, 0, 0, 176, 1321, 1, 0, 0, 0, 178, 1323, 1, 0, 0, 0, 180, 1337, 1, 0, 0, 0, 182, 1363, 1, 0, 0, 0, 184, 1396, 1, 0, 0, 0, 186, 1398, 1, 0, 0, 0, 188, 1404, 1, 0, 0, 0, 190, 1406, 1, 0, 0, 0, 192, 1411, 1, 0, 0, 0, 194, 1416, 1, 0, 0, 0, 196, 1428, 1, 0, 0, 0, 198, 1445, 1, 0, 0, 0, 200, 1447, 1, 0, 0, 0, 202, 1449, 1, 0, 0, 0, 204, 1458, 1, 0, 0, 0, 206, 1460, 1, 0, 0, 0, 208, 1463, 1, 0, 0, 0, 210, 1513, 1, 0, 0, 0, 212, 1515, 1, 0, 0, 0, 214, 1518, 1, 0, 0, 0, 216, 1520, 1, 0, 0, 0, 218, 1527, 1, 0, 0, 0, 220, 1529, 1, 0, 0, 0, 222, 1531, 1, 0, 0, 0, 224, 1534, 1, 0, 0, 0, 226, 1543, 1, 0, 0, 0, 228, 1548, 1, 0, 0, 0, 230, 1562, 1, 0, 0, 0, 232, 1590, 1, 0, 0, 0, 234, 1600, 1, 0, 0, 0, 236, 1608, 1, 0, 0, 0, 238, 1613, 1, 0, 0, 0, 240, 1645, 1, 0, 0, 0, 242, 1647, 1, 0, 0, 0, 244, 1656, 1, 0, 0, 0, 246, 1667, 1, 0, 0, 0, 248, 1679, 1, 0, 0, 0, 250, 1705, 1, 0, 0, 0, 252, 1707, 1, 0, 0, 0, 254, 1725, 1, 0, 0, 0, 256, 1727, 1, 0, 0, 0, 258, 1732, 1, 0, 0, 0, 260, 1735, 1, 0, 0, 0, 262, 1749, 1, 0, 0, 0, 264, 1842, 1, 0, 0, 0, 266, 1873, 1, 0, 0, 0, 268, 1879, 1, 0, 0, 0, 270, 1924, 1, 0, 0, 0, 272, 2001, 1, 0, 0, 0, 274, 2013, 1, 0, 0, 0, 276, 2019, 1, 0, 0, 0, 278, 2025, 1, 0, 0, 0, 280, 2029, 1, 0, 0, 0, 282, 2035, 1, 0, 0, 0, 284, 2037, 1, 0, 0, 0, 286, 2039, 1, 0, 0, 0, 288, 2043, 1, 0, 0, 0, 290, 2045, 1, 0, 0, 0, 292, 2050, 1, 0, 0, 0, 294, 2057, 1, 0, 0, 0, 296, 2061, 1, 0, 0, 0, 298, 2066, 1, 0, 0, 0, 300, 2076, 1, 0, 0, 0, 302, 2079, 1, 0, 0, 0, 304, 2085, 1, 0, 0, 0, 306, 2095, 1, 0, 0, 0, 308, 2097, 1, 0, 0, 0, 310, 2101, 1, 0, 0, 0, 312, 2112, 1, 0, 0, 0, 314, 2114, 1, 0, 0, 0, 316, 2116, 1, 0, 0, 0, 318, 2118, 1, 0, 0, 0, 320, 2123, 1, 0, 0, 0, 322, 2125, 1, 0, 0, 0, 324, 2127, 1, 0, 0, 0, 326, 2132, 1, 0, 0, 0, 328, 2149, 1, 0, 0, 0, 330, 2163, 1, 0, 0, 0, 332, 2177, 1, 0, 0, 0, 334, 2191, 1, 0, 0, 0, 336, 2193, 1, 0, 0, 0, 338, 2201, 1, 0, 0, 0, 340, 2204, 1, 0, 0, 0, 342, 2208, 1, 0, 0, 0, 344, 2211, 1, 0, 0, 0, 346, 2222, 1, 0, 0, 0, 348, 2232, 1, 0, 0, 0, 350, 2238, 1, 0, 0, 0, 352, 2246, 1, 0, 0, 0, 354, 2262, 1, 0, 0, 0, 356, 2271, 1, 0, 0, 0, 358, 2273, 1, 0, 0, 0, 360, 2275, 1, 0, 0, 0, 362, 2291, 1, 0, 0, 0, 364, 2293, 1, 0, 0, 0, 366, 2296, 1, 0, 0, 0, 368, 2298, 1, 0, 0, 0, 370, 2300, 1, 0, 0, 0, 372, 2302, 1, 0, 0, 0, 374, 2304, 1, 0, 0, 0, 376, 2306, 1, 0, 0, 0, 378, 2308, 1, 0, 0, 0, 380, 2310, 1, 0, 0, 0, 382, 2312, 1, 0, 0, 0, 384, 2314, 1, 0, 0, 0, 386, 2316, 1, 0, 0, 0, 388, 390, 3, 2, 1, 0, 389, 388, 1, 0, 0, 0, 390, 393, 1, 0, 0, 0, 391, 389, 1, 0, 0, 0, 391, 392, 1, 0, 0, 0, 392, 394, 1, 0, 0, 0, 393, 391, 1, 0, 0, 0, 394, 395, 5, 0, 0, 1, 395, 1, 1, 0, 0, 0, 396, 398, 3, 4, 2, 0, 397, 399, 5, 522, 0, 0, 398, 397, 1, 0, 0, 0, 398, 399, 1, 0, 0, 0, 399, 402, 1, 0, 0, 0, 400, 402, 3, 6, 3, 0, 401, 396, 1, 0, 0, 0, 401, 400, 1, 0, 0, 0, 402, 3, 1, 0, 0, 0, 403, 416, 3, 8, 4, 0, 404, 416, 3, 10, 5, 0, 405, 416, 3, 12, 6, 0, 406, 416, 3, 14, 7, 0, 407, 416, 3, 20, 10, 0, 408, 416, 3, 24, 12, 0, 409, 416, 3, 26, 13, 0, 410, 416, 3, 28, 14, 0, 411, 416, 3, 30, 15, 0, 412, 416, 3, 32, 16, 0, 413, 416, 3, 34, 17, 0, 414, 416, 3, 36, 18, 0, 415, 403, 1, 0, 0, 0, 415, 404, 1, 0, 0, 0, 415, 405, 1, 0, 0, 0, 415, 406, 1, 0, 0, 0, 415, 407, 1, 0, 0, 0, 415, 408, 1, 0, 0, 0, 415, 409, 1, 0, 0, 0, 415, 410, 1, 0, 0, 0, 415, 411, 1, 0, 0, 0, 415, 412, 1, 0, 0, 0, 415, 413, 1, 0, 0, 0, 415, 414, 1, 0, 0, 0, 416, 5, 1, 0, 0, 0, 417, 418, 5, 522, 0, 0, 418, 7, 1, 0, 0, 0, 419, 434, 3, 40, 20, 0, 420, 434, 3, 104, 52, 0, 421, 434, 3, 106, 53, 0, 422, 434, 3, 108, 54, 0, 423, 434, 3, 102, 51, 0, 424, 434, 3, 114, 57, 0, 425, 434, 3, 128, 64, 0, 426, 434, 3, 130, 65, 0, 427, 434, 3, 132, 66, 0, 428, 434, 3, 134, 67, 0, 429, 434, 3, 136, 68, 0, 430, 434, 3, 138, 69, 0, 431, 434, 3, 140, 70, 0, 432, 434, 3, 142, 71, 0, 433, 419, 1, 0, 0, 0, 433, 420, 1, 0, 0, 0, 433, 421, 1, 0, 0, 0, 433, 422, 1, 0, 0, 0, 433, 423, 1, 0, 0, 0, 433, 424, 1, 0, 0, 0, 433, 425, 1, 0, 0, 0, 433, 426, 1, 0, 0, 0, 433, 427, 1, 0, 0, 0, 433, 428, 1, 0, 0, 0, 433, 429, 1, 0, 0, 0, 433, 430, 1, 0, 0, 0, 433, 431, 1, 0, 0, 0, 433, 432, 1, 0, 0, 0, 434, 9, 1, 0, 0, 0, 435, 438, 3, 160, 80, 0, 436, 438, 3, 144, 72, 0, 437, 435, 1, 0, 0, 0, 437, 436, 1, 0, 0, 0, 438, 11, 1, 0, 0, 0, 439, 440, 7, 0, 0, 0, 440, 441, 3, 330, 165, 0, 441, 13, 1, 0, 0, 0, 442, 446, 5, 135, 0, 0, 443, 447, 3, 16, 8, 0, 444, 445, 5, 480, 0, 0, 445, 447, 5, 146, 0, 0, 446, 443, 1, 0, 0, 0, 446, 444, 1, 0, 0, 0, 446, 447, 1, 0, 0, 0, 447, 451, 1, 0, 0, 0, 448, 452, 3, 10, 5, 0, 449, 452, 3, 146, 73, 0, 450, 452, 3, 158, 79, 0, 451, 448, 1, 0, 0, 0, 451, 449, 1, 0, 0, 0, 451, 450, 1, 0, 0, 0, 452, 15, 1, 0, 0, 0, 453, 458, 3, 18, 9, 0, 454, 455, 5, 521, 0, 0, 455, 457, 3, 18, 9, 0, 456, 454, 1, 0, 0, 0, 457, 460, 1, 0, 0, 0, 458, 456, 1, 0, 0, 0, 458, 459, 1, 0, 0, 0, 459, 17, 1, 0, 0, 0, 460, 458, 1, 0, 0, 0, 461, 462, 7, 1, 0, 0, 462, 19, 1, 0, 0, 0, 463, 464, 5, 411, 0, 0, 464, 465, 5, 442, 0, 0, 465, 470, 3, 320, 160, 0, 466, 467, 5, 411, 0, 0, 467, 470, 3, 324, 162, 0, 468, 470, 3, 22, 11, 0, 469, 463, 1, 0, 0, 0, 469, 466, 1, 0, 0, 0, 469, 468, 1, 0, 0, 0, 470, 21, 1, 0, 0, 0, 471, 472, 5, 411, 0, 0, 472, 473, 5, 228, 0, 0, 473, 478, 3, 336, 168, 0, 474, 475, 5, 521, 0, 0, 475, 477, 3, 336, 168, 0, 476, 474, 1, 0, 0, 0, 477, 480, 1, 0, 0, 0, 478, 476, 1, 0, 0, 0, 478, 479, 1, 0, 0, 0, 479, 23, 1, 0, 0, 0, 480, 478, 1, 0, 0, 0, 481, 482, 5, 342, 0, 0, 482, 524, 7, 2, 0, 0, 483, 484, 5, 342, 0, 0, 484, 485, 5, 76, 0, 0, 485, 524, 7, 3, 0, 0, 486, 487, 5, 342, 0, 0, 487, 490, 5, 375, 0, 0, 488, 489, 7, 4, 0, 0, 489, 491, 3, 324, 162, 0, 490, 488, 1, 0, 0, 0, 490, 491, 1, 0, 0, 0, 491, 493, 1, 0, 0, 0, 492, 494, 3, 266, 133, 0, 493, 492, 1, 0, 0, 0, 493, 494, 1, 0, 0, 0, 494, 524, 1, 0, 0, 0, 495, 496, 5, 342, 0, 0, 496, 497, 5, 58, 0, 0, 497, 500, 7, 4, 0, 0, 498, 501, 3, 332, 166, 0, 499, 501, 3, 330, 165, 0, 500, 498, 1, 0, 0, 0, 500, 499, 1, 0, 0, 0, 501, 503, 1, 0, 0, 0, 502, 504, 3, 266, 133, 0, 503, 502, 1, 0, 0, 0, 503, 504, 1, 0, 0, 0, 504, 524, 1, 0, 0, 0, 505, 506, 5, 342, 0, 0, 506, 511, 5, 72, 0, 0, 507, 508, 5, 374, 0, 0, 508, 512, 3, 330, 165, 0, 509, 510, 5, 502, 0, 0, 510, 512, 3, 332, 166, 0, 511, 507, 1, 0, 0, 0, 511, 509, 1, 0, 0, 0, 512, 524, 1, 0, 0, 0, 513, 515, 5, 342, 0, 0, 514, 516, 5, 412, 0, 0, 515, 514, 1, 0, 0, 0, 515, 516, 1, 0, 0, 0, 516, 517, 1, 0, 0, 0, 517, 524, 5, 154, 0, 0, 518, 520, 5, 342, 0, 0, 519, 521, 5, 152, 0, 0, 520, 519, 1, 0, 0, 0, 520, 521, 1, 0, 0, 0, 521, 522, 1, 0, 0, 0, 522, 524, 5, 228, 0, 0, 523, 481, 1, 0, 0, 0, 523, 483, 1, 0, 0, 0, 523, 486, 1, 0, 0, 0, 523, 495, 1, 0, 0, 0, 523, 505, 1, 0, 0, 0, 523, 513, 1, 0, 0, 0, 523, 518, 1, 0, 0, 0, 524, 25, 1, 0, 0, 0, 525, 526, 5, 469, 0, 0, 526, 527, 5, 227, 0, 0, 527, 530, 3, 336, 168, 0, 528, 529, 5, 434, 0, 0, 529, 531, 3, 344, 172, 0, 530, 528, 1, 0, 0, 0, 530, 531, 1, 0, 0, 0, 531, 27, 1, 0, 0, 0, 532, 533, 5, 501, 0, 0, 533, 534, 5, 227, 0, 0, 534, 535, 3, 336, 168, 0, 535, 29, 1, 0, 0, 0, 536, 538, 5, 341, 0, 0, 537, 539, 3, 346, 173, 0, 538, 537, 1, 0, 0, 0, 538, 539, 1, 0, 0, 0, 539, 31, 1, 0, 0, 0, 540, 542, 5, 313, 0, 0, 541, 543, 3, 348, 174, 0, 542, 541, 1, 0, 0, 0, 542, 543, 1, 0, 0, 0, 543, 33, 1, 0, 0, 0, 544, 545, 7, 5, 0, 0, 545, 546, 5, 464, 0, 0, 546, 547, 3, 112, 56, 0, 547, 35, 1, 0, 0, 0, 548, 549, 5, 438, 0, 0, 549, 550, 5, 464, 0, 0, 550, 551, 5, 434, 0, 0, 551, 554, 3, 38, 19, 0, 552, 553, 5, 17, 0, 0, 553, 555, 3, 336, 168, 0, 554, 552, 1, 0, 0, 0, 554, 555, 1, 0, 0, 0, 555, 599, 1, 0, 0, 0, 556, 557, 5, 438, 0, 0, 557, 558, 5, 457, 0, 0, 558, 559, 5, 434, 0, 0, 559, 562, 3, 38, 19, 0, 560, 561, 5, 17, 0, 0, 561, 563, 3, 336, 168, 0, 562, 560, 1, 0, 0, 0, 562, 563, 1, 0, 0, 0, 563, 566, 1, 0, 0, 0, 564, 565, 5, 312, 0, 0, 565, 567, 3, 336, 168, 0, 566, 564, 1, 0, 0, 0, 566, 567, 1, 0, 0, 0, 567, 599, 1, 0, 0, 0, 568, 569, 5, 438, 0, 0, 569, 570, 7, 6, 0, 0, 570, 571, 5, 434, 0, 0, 571, 572, 3, 38, 19, 0, 572, 573, 5, 312, 0, 0, 573, 574, 3, 336, 168, 0, 574, 599, 1, 0, 0, 0, 575, 576, 5, 438, 0, 0, 576, 577, 5, 487, 0, 0, 577, 599, 3, 38, 19, 0, 578, 579, 5, 438, 0, 0, 579, 580, 5, 454, 0, 0, 580, 581, 5, 457, 0, 0, 581, 582, 5, 434, 0, 0, 582, 583, 3, 38, 19, 0, 583, 584, 5, 312, 0, 0, 584, 585, 3, 336, 168, 0, 585, 586, 5, 467, 0, 0, 586, 587, 3, 336, 168, 0, 587, 599, 1, 0, 0, 0, 588, 589, 5, 438, 0, 0, 589, 590, 5, 444, 0, 0, 590, 591, 5, 457, 0, 0, 591, 592, 5, 434, 0, 0, 592, 593, 3, 38, 19, 0, 593, 594, 5, 146, 0, 0, 594, 595, 3, 336, 168, 0, 595, 596, 5, 17, 0, 0, 596, 597, 3, 336, 168, 0, 597, 599, 1, 0, 0, 0, 598, 548, 1, 0, 0, 0, 598, 556, 1, 0, 0, 0, 598, 568, 1, 0, 0, 0, 598, 575, 1, 0, 0, 0, 598, 578, 1, 0, 0, 0, 598, 588, 1, 0, 0, 0, 599, 37, 1, 0, 0, 0, 600, 602, 5, 535, 0, 0, 601, 600, 1, 0, 0, 0, 601, 602, 1, 0, 0, 0, 602, 603, 1, 0, 0, 0, 603, 605, 3, 336, 168, 0, 604, 601, 1, 0, 0, 0, 605, 606, 1, 0, 0, 0, 606, 604, 1, 0, 0, 0, 606, 607, 1, 0, 0, 0, 607, 39, 1, 0, 0, 0, 608, 611, 3, 42, 21, 0, 609, 611, 3, 44, 22, 0, 610, 608, 1, 0, 0, 0, 610, 609, 1, 0, 0, 0, 611, 41, 1, 0, 0, 0, 612, 614, 5, 72, 0, 0, 613, 615, 5, 498, 0, 0, 614, 613, 1, 0, 0, 0, 614, 615, 1, 0, 0, 0, 615, 616, 1, 0, 0, 0, 616, 618, 5, 374, 0, 0, 617, 619, 3, 340, 170, 0, 618, 617, 1, 0, 0, 0, 618, 619, 1, 0, 0, 0, 619, 620, 1, 0, 0, 0, 620, 621, 3, 328, 164, 0, 621, 622, 5, 517, 0, 0, 622, 627, 3, 46, 23, 0, 623, 624, 5, 521, 0, 0, 624, 626, 3, 46, 23, 0, 625, 623, 1, 0, 0, 0, 626, 629, 1, 0, 0, 0, 627, 625, 1, 0, 0, 0, 627, 628, 1, 0, 0, 0, 628, 632, 1, 0, 0, 0, 629, 627, 1, 0, 0, 0, 630, 631, 5, 521, 0, 0, 631, 633, 3, 82, 41, 0, 632, 630, 1, 0, 0, 0, 632, 633, 1, 0, 0, 0, 633, 636, 1, 0, 0, 0, 634, 635, 5, 521, 0, 0, 635, 637, 3, 84, 42, 0, 636, 634, 1, 0, 0, 0, 636, 637, 1, 0, 0, 0, 637, 640, 1, 0, 0, 0, 638, 639, 5, 521, 0, 0, 639, 641, 3, 88, 44, 0, 640, 638, 1, 0, 0, 0, 640, 641, 1, 0, 0, 0, 641, 642, 1, 0, 0, 0, 642, 645, 5, 518, 0, 0, 643, 644, 5, 59, 0, 0, 644, 646, 5, 538, 0, 0, 645, 643, 1, 0, 0, 0, 645, 646, 1, 0, 0, 0, 646, 648, 1, 0, 0, 0, 647, 649, 3, 90, 45, 0, 648, 647, 1, 0, 0, 0, 648, 649, 1, 0, 0, 0, 649, 650, 1, 0, 0, 0, 650, 652, 3, 338, 169, 0, 651, 653, 3, 98, 49, 0, 652, 651, 1, 0, 0, 0, 652, 653, 1, 0, 0, 0, 653, 43, 1, 0, 0, 0, 654, 655, 5, 72, 0, 0, 655, 657, 5, 374, 0, 0, 656, 658, 3, 340, 170, 0, 657, 656, 1, 0, 0, 0, 657, 658, 1, 0, 0, 0, 658, 659, 1, 0, 0, 0, 659, 660, 3, 328, 164, 0, 660, 663, 3, 338, 169, 0, 661, 662, 5, 17, 0, 0, 662, 664, 3, 160, 80, 0, 663, 661, 1, 0, 0, 0, 663, 664, 1, 0, 0, 0, 664, 45, 1, 0, 0, 0, 665, 669, 3, 48, 24, 0, 666, 669, 3, 74, 37, 0, 667, 669, 3, 78, 39, 0, 668, 665, 1, 0, 0, 0, 668, 666, 1, 0, 0, 0, 668, 667, 1, 0, 0, 0, 669, 47, 1, 0, 0, 0, 670, 671, 3, 50, 25, 0, 671, 673, 3, 58, 29, 0, 672, 674, 3, 72, 36, 0, 673, 672, 1, 0, 0, 0, 673, 674, 1, 0, 0, 0, 674, 677, 1, 0, 0, 0, 675, 676, 5, 59, 0, 0, 676, 678, 5, 538, 0, 0, 677, 675, 1, 0, 0, 0, 677, 678, 1, 0, 0, 0, 678, 49, 1, 0, 0, 0, 679, 682, 3, 336, 168, 0, 680, 682, 3, 260, 130, 0, 681, 679, 1, 0, 0, 0, 681, 680, 1, 0, 0, 0, 682, 51, 1, 0, 0, 0, 683, 686, 3, 336, 168, 0, 684, 686, 4, 26, 0, 0, 685, 683, 1, 0, 0, 0, 685, 684, 1, 0, 0, 0, 686, 53, 1, 0, 0, 0, 687, 688, 3, 336, 168, 0, 688, 55, 1, 0, 0, 0, 689, 690, 5, 517, 0, 0, 690, 695, 3, 52, 26, 0, 691, 692, 5, 521, 0, 0, 692, 694, 3, 52, 26, 0, 693, 691, 1, 0, 0, 0, 694, 697, 1, 0, 0, 0, 695, 693, 1, 0, 0, 0, 695, 696, 1, 0, 0, 0, 696, 698, 1, 0, 0, 0, 697, 695, 1, 0, 0, 0, 698, 699, 5, 518, 0, 0, 699, 57, 1, 0, 0, 0, 700, 738, 7, 7, 0, 0, 701, 703, 7, 8, 0, 0, 702, 704, 3, 60, 30, 0, 703, 702, 1, 0, 0, 0, 703, 704, 1, 0, 0, 0, 704, 738, 1, 0, 0, 0, 705, 707, 5, 380, 0, 0, 706, 708, 3, 60, 30, 0, 707, 706, 1, 0, 0, 0, 707, 708, 1, 0, 0, 0, 708, 715, 1, 0, 0, 0, 709, 711, 7, 9, 0, 0, 710, 712, 5, 207, 0, 0, 711, 710, 1, 0, 0, 0, 711, 712, 1, 0, 0, 0, 712, 713, 1, 0, 0, 0, 713, 714, 5, 379, 0, 0, 714, 716, 5, 505, 0, 0, 715, 709, 1, 0, 0, 0, 715, 716, 1, 0, 0, 0, 716, 738, 1, 0, 0, 0, 717, 719, 7, 10, 0, 0, 718, 720, 3, 62, 31, 0, 719, 718, 1, 0, 0, 0, 719, 720, 1, 0, 0, 0, 720, 738, 1, 0, 0, 0, 721, 723, 7, 11, 0, 0, 722, 724, 3, 66, 33, 0, 723, 722, 1, 0, 0, 0, 723, 724, 1, 0, 0, 0, 724, 738, 1, 0, 0, 0, 725, 727, 5, 470, 0, 0, 726, 728, 3, 68, 34, 0, 727, 726, 1, 0, 0, 0, 727, 728, 1, 0, 0, 0, 728, 738, 1, 0, 0, 0, 729, 731, 5, 322, 0, 0, 730, 732, 3, 70, 35, 0, 731, 730, 1, 0, 0, 0, 731, 732, 1, 0, 0, 0, 732, 738, 1, 0, 0, 0, 733, 735, 5, 295, 0, 0, 734, 736, 3, 64, 32, 0, 735, 734, 1, 0, 0, 0, 735, 736, 1, 0, 0, 0, 736, 738, 1, 0, 0, 0, 737, 700, 1, 0, 0, 0, 737, 701, 1, 0, 0, 0, 737, 705, 1, 0, 0, 0, 737, 717, 1, 0, 0, 0, 737, 721, 1, 0, 0, 0, 737, 725, 1, 0, 0, 0, 737, 729, 1, 0, 0, 0, 737, 733, 1, 0, 0, 0, 738, 59, 1, 0, 0, 0, 739, 740, 5, 517, 0, 0, 740, 741, 3, 368, 184, 0, 741, 742, 5, 518, 0, 0, 742, 61, 1, 0, 0, 0, 743, 744, 5, 517, 0, 0, 744, 747, 3, 368, 184, 0, 745, 746, 5, 521, 0, 0, 746, 748, 3, 368, 184, 0, 747, 745, 1, 0, 0, 0, 747, 748, 1, 0, 0, 0, 748, 749, 1, 0, 0, 0, 749, 750, 5, 518, 0, 0, 750, 63, 1, 0, 0, 0, 751, 752, 5, 517, 0, 0, 752, 755, 3, 366, 183, 0, 753, 754, 5, 521, 0, 0, 754, 756, 3, 366, 183, 0, 755, 753, 1, 0, 0, 0, 755, 756, 1, 0, 0, 0, 756, 757, 1, 0, 0, 0, 757, 758, 5, 518, 0, 0, 758, 65, 1, 0, 0, 0, 759, 760, 5, 508, 0, 0, 760, 761, 3, 58, 29, 0, 761, 762, 5, 507, 0, 0, 762, 67, 1, 0, 0, 0, 763, 764, 5, 508, 0, 0, 764, 765, 3, 58, 29, 0, 765, 766, 5, 521, 0, 0, 766, 767, 3, 58, 29, 0, 767, 768, 1, 0, 0, 0, 768, 769, 5, 507, 0, 0, 769, 69, 1, 0, 0, 0, 770, 771, 5, 508, 0, 0, 771, 772, 3, 52, 26, 0, 772, 779, 3, 58, 29, 0, 773, 774, 5, 521, 0, 0, 774, 775, 3, 52, 26, 0, 775, 776, 3, 58, 29, 0, 776, 778, 1, 0, 0, 0, 777, 773, 1, 0, 0, 0, 778, 781, 1, 0, 0, 0, 779, 777, 1, 0, 0, 0, 779, 780, 1, 0, 0, 0, 780, 782, 1, 0, 0, 0, 781, 779, 1, 0, 0, 0, 782, 783, 5, 507, 0, 0, 783, 799, 1, 0, 0, 0, 784, 785, 5, 517, 0, 0, 785, 786, 3, 52, 26, 0, 786, 793, 3, 58, 29, 0, 787, 788, 5, 521, 0, 0, 788, 789, 3, 52, 26, 0, 789, 790, 3, 58, 29, 0, 790, 792, 1, 0, 0, 0, 791, 787, 1, 0, 0, 0, 792, 795, 1, 0, 0, 0, 793, 791, 1, 0, 0, 0, 793, 794, 1, 0, 0, 0, 794, 796, 1, 0, 0, 0, 795, 793, 1, 0, 0, 0, 796, 797, 5, 518, 0, 0, 797, 799, 1, 0, 0, 0, 798, 770, 1, 0, 0, 0, 798, 784, 1, 0, 0, 0, 799, 71, 1, 0, 0, 0, 800, 801, 5, 64, 0, 0, 801, 803, 3, 86, 43, 0, 802, 800, 1, 0, 0, 0, 802, 803, 1, 0, 0, 0, 803, 804, 1, 0, 0, 0, 804, 805, 5, 289, 0, 0, 805, 808, 5, 467, 0, 0, 806, 807, 5, 242, 0, 0, 807, 809, 5, 125, 0, 0, 808, 806, 1, 0, 0, 0, 808, 809, 1, 0, 0, 0, 809, 815, 1, 0, 0, 0, 810, 812, 5, 242, 0, 0, 811, 810, 1, 0, 0, 0, 811, 812, 1, 0, 0, 0, 812, 813, 1, 0, 0, 0, 813, 815, 5, 245, 0, 0, 814, 802, 1, 0, 0, 0, 814, 811, 1, 0, 0, 0, 815, 73, 1, 0, 0, 0, 816, 817, 3, 50, 25, 0, 817, 818, 3, 58, 29, 0, 818, 821, 5, 219, 0, 0, 819, 820, 5, 151, 0, 0, 820, 822, 3, 76, 38, 0, 821, 819, 1, 0, 0, 0, 821, 822, 1, 0, 0, 0, 822, 824, 1, 0, 0, 0, 823, 825, 5, 424, 0, 0, 824, 823, 1, 0, 0, 0, 824, 825, 1, 0, 0, 0, 825, 75, 1, 0, 0, 0, 826, 827, 5, 538, 0, 0, 827, 77, 1, 0, 0, 0, 828, 829, 3, 50, 25, 0, 829, 830, 5, 17, 0, 0, 830, 833, 3, 80, 40, 0, 831, 832, 5, 59, 0, 0, 832, 834, 5, 538, 0, 0, 833, 831, 1, 0, 0, 0, 833, 834, 1, 0, 0, 0, 834, 79, 1, 0, 0, 0, 835, 836, 3, 260, 130, 0, 836, 81, 1, 0, 0, 0, 837, 838, 5, 425, 0, 0, 838, 839, 5, 146, 0, 0, 839, 840, 3, 52, 26, 0, 840, 841, 5, 17, 0, 0, 841, 842, 3, 260, 130, 0, 842, 83, 1, 0, 0, 0, 843, 844, 5, 64, 0, 0, 844, 846, 3, 86, 43, 0, 845, 843, 1, 0, 0, 0, 845, 846, 1, 0, 0, 0, 846, 847, 1, 0, 0, 0, 847, 848, 5, 289, 0, 0, 848, 849, 5, 467, 0, 0, 849, 850, 3, 56, 28, 0, 850, 851, 5, 242, 0, 0, 851, 852, 5, 125, 0, 0, 852, 85, 1, 0, 0, 0, 853, 854, 3, 312, 156, 0, 854, 87, 1, 0, 0, 0, 855, 856, 5, 278, 0, 0, 856, 857, 5, 146, 0, 0, 857, 858, 5, 372, 0, 0, 858, 89, 1, 0, 0, 0, 859, 860, 5, 270, 0, 0, 860, 861, 5, 34, 0, 0, 861, 862, 3, 92, 46, 0, 862, 91, 1, 0, 0, 0, 863, 864, 5, 517, 0, 0, 864, 869, 3, 94, 47, 0, 865, 866, 5, 521, 0, 0, 866, 868, 3, 94, 47, 0, 867, 865, 1, 0, 0, 0, 868, 871, 1, 0, 0, 0, 869, 867, 1, 0, 0, 0, 869, 870, 1, 0, 0, 0, 870, 872, 1, 0, 0, 0, 871, 869, 1, 0, 0, 0, 872, 873, 5, 518, 0, 0, 873, 93, 1, 0, 0, 0, 874, 887, 3, 52, 26, 0, 875, 876, 5, 517, 0, 0, 876, 881, 3, 96, 48, 0, 877, 878, 5, 521, 0, 0, 878, 880, 3, 96, 48, 0, 879, 877, 1, 0, 0, 0, 880, 883, 1, 0, 0, 0, 881, 879, 1, 0, 0, 0, 881, 882, 1, 0, 0, 0, 882, 884, 1, 0, 0, 0, 883, 881, 1, 0, 0, 0, 884, 885, 5, 518, 0, 0, 885, 887, 1, 0, 0, 0, 886, 874, 1, 0, 0, 0, 886, 875, 1, 0, 0, 0, 887, 95, 1, 0, 0, 0, 888, 891, 3, 288, 144, 0, 889, 891, 3, 362, 181, 0, 890, 888, 1, 0, 0, 0, 890, 889, 1, 0, 0, 0, 891, 97, 1, 0, 0, 0, 892, 893, 5, 203, 0, 0, 893, 902, 3, 330, 165, 0, 894, 898, 5, 517, 0, 0, 895, 897, 3, 100, 50, 0, 896, 895, 1, 0, 0, 0, 897, 900, 1, 0, 0, 0, 898, 896, 1, 0, 0, 0, 898, 899, 1, 0, 0, 0, 899, 901, 1, 0, 0, 0, 900, 898, 1, 0, 0, 0, 901, 903, 5, 518, 0, 0, 902, 894, 1, 0, 0, 0, 902, 903, 1, 0, 0, 0, 903, 99, 1, 0, 0, 0, 904, 905, 7, 12, 0, 0, 905, 909, 7, 13, 0, 0, 906, 907, 7, 14, 0, 0, 907, 909, 7, 15, 0, 0, 908, 904, 1, 0, 0, 0, 908, 906, 1, 0, 0, 0, 909, 101, 1, 0, 0, 0, 910, 911, 5, 72, 0, 0, 911, 912, 5, 442, 0, 0, 912, 913, 3, 322, 161, 0, 913, 914, 3, 338, 169, 0, 914, 103, 1, 0, 0, 0, 915, 916, 5, 72, 0, 0, 916, 918, 5, 448, 0, 0, 917, 919, 3, 340, 170, 0, 918, 917, 1, 0, 0, 0, 918, 919, 1, 0, 0, 0, 919, 920, 1, 0, 0, 0, 920, 923, 3, 326, 163, 0, 921, 922, 5, 59, 0, 0, 922, 924, 5, 538, 0, 0, 923, 921, 1, 0, 0, 0, 923, 924, 1, 0, 0, 0, 924, 925, 1, 0, 0, 0, 925, 926, 3, 338, 169, 0, 926, 105, 1, 0, 0, 0, 927, 929, 5, 72, 0, 0, 928, 930, 5, 498, 0, 0, 929, 928, 1, 0, 0, 0, 929, 930, 1, 0, 0, 0, 930, 931, 1, 0, 0, 0, 931, 933, 5, 502, 0, 0, 932, 934, 3, 340, 170, 0, 933, 932, 1, 0, 0, 0, 933, 934, 1, 0, 0, 0, 934, 935, 1, 0, 0, 0, 935, 937, 3, 334, 167, 0, 936, 938, 3, 56, 28, 0, 937, 936, 1, 0, 0, 0, 937, 938, 1, 0, 0, 0, 938, 941, 1, 0, 0, 0, 939, 940, 5, 59, 0, 0, 940, 942, 5, 538, 0, 0, 941, 939, 1, 0, 0, 0, 941, 942, 1, 0, 0, 0, 942, 943, 1, 0, 0, 0, 943, 944, 5, 17, 0, 0, 944, 945, 3, 160, 80, 0, 945, 107, 1, 0, 0, 0, 946, 950, 5, 72, 0, 0, 947, 951, 5, 498, 0, 0, 948, 949, 5, 498, 0, 0, 949, 951, 5, 371, 0, 0, 950, 947, 1, 0, 0, 0, 950, 948, 1, 0, 0, 0, 950, 951, 1, 0, 0, 0, 951, 952, 1, 0, 0, 0, 952, 954, 5, 153, 0, 0, 953, 955, 3, 340, 170, 0, 954, 953, 1, 0, 0, 0, 954, 955, 1, 0, 0, 0, 955, 956, 1, 0, 0, 0, 956, 957, 3, 274, 137, 0, 957, 958, 5, 17, 0, 0, 958, 961, 3, 312, 156, 0, 959, 960, 5, 196, 0, 0, 960, 962, 7, 16, 0, 0, 961, 959, 1, 0, 0, 0, 961, 962, 1, 0, 0, 0, 962, 964, 1, 0, 0, 0, 963, 965, 3, 110, 55, 0, 964, 963, 1, 0, 0, 0, 964, 965, 1, 0, 0, 0, 965, 109, 1, 0, 0, 0, 966, 967, 5, 413, 0, 0, 967, 968, 5, 464, 0, 0, 968, 974, 3, 112, 56, 0, 969, 970, 5, 521, 0, 0, 970, 971, 5, 464, 0, 0, 971, 973, 3, 112, 56, 0, 972, 969, 1, 0, 0, 0, 973, 976, 1, 0, 0, 0, 974, 972, 1, 0, 0, 0, 974, 975, 1, 0, 0, 0, 975, 111, 1, 0, 0, 0, 976, 974, 1, 0, 0, 0, 977, 978, 5, 538, 0, 0, 978, 113, 1, 0, 0, 0, 979, 980, 5, 8, 0, 0, 980, 982, 5, 374, 0, 0, 981, 983, 3, 342, 171, 0, 982, 981, 1, 0, 0, 0, 982, 983, 1, 0, 0, 0, 983, 984, 1, 0, 0, 0, 984, 990, 3, 330, 165, 0, 985, 991, 3, 116, 58, 0, 986, 991, 3, 118, 59, 0, 987, 991, 3, 120, 60, 0, 988, 991, 3, 122, 61, 0, 989, 991, 3, 124, 62, 0, 990, 985, 1, 0, 0, 0, 990, 986, 1, 0, 0, 0, 990, 987, 1, 0, 0, 0, 990, 988, 1, 0, 0, 0, 990, 989, 1, 0, 0, 0, 991, 115, 1, 0, 0, 0, 992, 994, 5, 312, 0, 0, 993, 995, 3, 336, 168, 0, 994, 993, 1, 0, 0, 0, 994, 995, 1, 0, 0, 0, 995, 996, 1, 0, 0, 0, 996, 997, 5, 389, 0, 0, 997, 998, 3, 336, 168, 0, 998, 117, 1, 0, 0, 0, 999, 1000, 5, 341, 0, 0, 1000, 1001, 3, 344, 172, 0, 1001, 119, 1, 0, 0, 0, 1002, 1003, 5, 438, 0, 0, 1003, 1004, 5, 64, 0, 0, 1004, 1005, 3, 86, 43, 0, 1005, 1006, 5, 289, 0, 0, 1006, 1007, 5, 467, 0, 0, 1007, 1009, 3, 56, 28, 0, 1008, 1010, 3, 126, 63, 0, 1009, 1008, 1, 0, 0, 0, 1009, 1010, 1, 0, 0, 0, 1010, 121, 1, 0, 0, 0, 1011, 1012, 5, 116, 0, 0, 1012, 1013, 5, 64, 0, 0, 1013, 1014, 3, 86, 43, 0, 1014, 123, 1, 0, 0, 0, 1015, 1016, 5, 438, 0, 0, 1016, 1017, 5, 404, 0, 0, 1017, 1018, 3, 56, 28, 0, 1018, 125, 1, 0, 0, 0, 1019, 1020, 5, 242, 0, 0, 1020, 1021, 5, 125, 0, 0, 1021, 127, 1, 0, 0, 0, 1022, 1023, 5, 8, 0, 0, 1023, 1024, 5, 502, 0, 0, 1024, 1028, 3, 332, 166, 0, 1025, 1029, 3, 116, 58, 0, 1026, 1027, 5, 17, 0, 0, 1027, 1029, 3, 160, 80, 0, 1028, 1025, 1, 0, 0, 0, 1028, 1026, 1, 0, 0, 0, 1029, 129, 1, 0, 0, 0, 1030, 1031, 5, 8, 0, 0, 1031, 1032, 5, 448, 0, 0, 1032, 1033, 3, 324, 162, 0, 1033, 1034, 3, 118, 59, 0, 1034, 131, 1, 0, 0, 0, 1035, 1039, 5, 8, 0, 0, 1036, 1040, 5, 498, 0, 0, 1037, 1038, 5, 498, 0, 0, 1038, 1040, 5, 371, 0, 0, 1039, 1036, 1, 0, 0, 0, 1039, 1037, 1, 0, 0, 0, 1039, 1040, 1, 0, 0, 0, 1040, 1041, 1, 0, 0, 0, 1041, 1043, 5, 153, 0, 0, 1042, 1044, 3, 342, 171, 0, 1043, 1042, 1, 0, 0, 0, 1043, 1044, 1, 0, 0, 0, 1044, 1045, 1, 0, 0, 0, 1045, 1046, 3, 276, 138, 0, 1046, 1047, 5, 17, 0, 0, 1047, 1050, 3, 312, 156, 0, 1048, 1049, 5, 196, 0, 0, 1049, 1051, 7, 16, 0, 0, 1050, 1048, 1, 0, 0, 0, 1050, 1051, 1, 0, 0, 0, 1051, 133, 1, 0, 0, 0, 1052, 1053, 5, 116, 0, 0, 1053, 1055, 5, 442, 0, 0, 1054, 1056, 3, 342, 171, 0, 1055, 1054, 1, 0, 0, 0, 1055, 1056, 1, 0, 0, 0, 1056, 1057, 1, 0, 0, 0, 1057, 1058, 3, 320, 160, 0, 1058, 135, 1, 0, 0, 0, 1059, 1061, 5, 116, 0, 0, 1060, 1062, 5, 498, 0, 0, 1061, 1060, 1, 0, 0, 0, 1061, 1062, 1, 0, 0, 0, 1062, 1063, 1, 0, 0, 0, 1063, 1065, 5, 374, 0, 0, 1064, 1066, 3, 342, 171, 0, 1065, 1064, 1, 0, 0, 0, 1065, 1066, 1, 0, 0, 0, 1066, 1067, 1, 0, 0, 0, 1067, 1068, 3, 330, 165, 0, 1068, 137, 1, 0, 0, 0, 1069, 1070, 5, 116, 0, 0, 1070, 1072, 5, 448, 0, 0, 1071, 1073, 3, 342, 171, 0, 1072, 1071, 1, 0, 0, 0, 1072, 1073, 1, 0, 0, 0, 1073, 1074, 1, 0, 0, 0, 1074, 1076, 3, 324, 162, 0, 1075, 1077, 7, 17, 0, 0, 1076, 1075, 1, 0, 0, 0, 1076, 1077, 1, 0, 0, 0, 1077, 139, 1, 0, 0, 0, 1078, 1080, 5, 116, 0, 0, 1079, 1081, 5, 498, 0, 0, 1080, 1079, 1, 0, 0, 0, 1080, 1081, 1, 0, 0, 0, 1081, 1082, 1, 0, 0, 0, 1082, 1084, 5, 502, 0, 0, 1083, 1085, 3, 342, 171, 0, 1084, 1083, 1, 0, 0, 0, 1084, 1085, 1, 0, 0, 0, 1085, 1086, 1, 0, 0, 0, 1086, 1087, 3, 332, 166, 0, 1087, 141, 1, 0, 0, 0, 1088, 1092, 5, 116, 0, 0, 1089, 1093, 5, 498, 0, 0, 1090, 1091, 5, 498, 0, 0, 1091, 1093, 5, 371, 0, 0, 1092, 1089, 1, 0, 0, 0, 1092, 1090, 1, 0, 0, 0, 1092, 1093, 1, 0, 0, 0, 1093, 1094, 1, 0, 0, 0, 1094, 1096, 5, 153, 0, 0, 1095, 1097, 3, 342, 171, 0, 1096, 1095, 1, 0, 0, 0, 1096, 1097, 1, 0, 0, 0, 1097, 1098, 1, 0, 0, 0, 1098, 1099, 3, 276, 138, 0, 1099, 143, 1, 0, 0, 0, 1100, 1102, 5, 132, 0, 0, 1101, 1100, 1, 0, 0, 0, 1101, 1102, 1, 0, 0, 0, 1102, 1103, 1, 0, 0, 0, 1103, 1108, 3, 146, 73, 0, 1104, 1108, 3, 156, 78, 0, 1105, 1106, 5, 132, 0, 0, 1106, 1108, 3, 158, 79, 0, 1107, 1101, 1, 0, 0, 0, 1107, 1104, 1, 0, 0, 0, 1107, 1105, 1, 0, 0, 0, 1108, 145, 1, 0, 0, 0, 1109, 1110, 5, 177, 0, 0, 1110, 1111, 7, 18, 0, 0, 1111, 1120, 3, 330, 165, 0, 1112, 1114, 3, 148, 74, 0, 1113, 1112, 1, 0, 0, 0, 1113, 1114, 1, 0, 0, 0, 1114, 1116, 1, 0, 0, 0, 1115, 1117, 3, 56, 28, 0, 1116, 1115, 1, 0, 0, 0, 1116, 1117, 1, 0, 0, 0, 1117, 1118, 1, 0, 0, 0, 1118, 1121, 3, 160, 80, 0, 1119, 1121, 3, 150, 75, 0, 1120, 1113, 1, 0, 0, 0, 1120, 1119, 1, 0, 0, 0, 1121, 147, 1, 0, 0, 0, 1122, 1123, 5, 269, 0, 0, 1123, 1124, 3, 344, 172, 0, 1124, 149, 1, 0, 0, 0, 1125, 1126, 5, 415, 0, 0, 1126, 1131, 3, 152, 76, 0, 1127, 1128, 5, 521, 0, 0, 1128, 1130, 3, 152, 76, 0, 1129, 1127, 1, 0, 0, 0, 1130, 1133, 1, 0, 0, 0, 1131, 1129, 1, 0, 0, 0, 1131, 1132, 1, 0, 0, 0, 1132, 151, 1, 0, 0, 0, 1133, 1131, 1, 0, 0, 0, 1134, 1135, 5, 517, 0, 0, 1135, 1140, 3, 154, 77, 0, 1136, 1137, 5, 521, 0, 0, 1137, 1139, 3, 154, 77, 0, 1138, 1136, 1, 0, 0, 0, 1139, 1142, 1, 0, 0, 0, 1140, 1138, 1, 0, 0, 0, 1140, 1141, 1, 0, 0, 0, 1141, 1143, 1, 0, 0, 0, 1142, 1140, 1, 0, 0, 0, 1143, 1144, 5, 518, 0, 0, 1144, 153, 1, 0, 0, 0, 1145, 1148, 3, 362, 181, 0, 1146, 1148, 3, 270, 135, 0, 1147, 1145, 1, 0, 0, 0, 1147, 1146, 1, 0, 0, 0, 1148, 155, 1, 0, 0, 0, 1149, 1150, 5, 24, 0, 0, 1150, 1151, 5, 355, 0, 0, 1151, 1152, 5, 341, 0, 0, 1152, 1156, 5, 522, 0, 0, 1153, 1154, 3, 146, 73, 0, 1154, 1155, 5, 522, 0, 0, 1155, 1157, 1, 0, 0, 0, 1156, 1153, 1, 0, 0, 0, 1157, 1158, 1, 0, 0, 0, 1158, 1156, 1, 0, 0, 0, 1158, 1159, 1, 0, 0, 0, 1159, 1160, 1, 0, 0, 0, 1160, 1161, 5, 122, 0, 0, 1161, 157, 1, 0, 0, 0, 1162, 1163, 5, 355, 0, 0, 1163, 1164, 5, 341, 0, 0, 1164, 1168, 5, 24, 0, 0, 1165, 1166, 3, 146, 73, 0, 1166, 1167, 5, 522, 0, 0, 1167, 1169, 1, 0, 0, 0, 1168, 1165, 1, 0, 0, 0, 1169, 1170, 1, 0, 0, 0, 1170, 1168, 1, 0, 0, 0, 1170, 1171, 1, 0, 0, 0, 1171, 1172, 1, 0, 0, 0, 1172, 1173, 5, 122, 0, 0, 1173, 159, 1, 0, 0, 0, 1174, 1175, 6, 80, -1, 0, 1175, 1198, 3, 162, 81, 0, 1176, 1177, 3, 164, 82, 0, 1177, 1178, 3, 160, 80, 5, 1178, 1198, 1, 0, 0, 0, 1179, 1180, 5, 517, 0, 0, 1180, 1181, 3, 160, 80, 0, 1181, 1182, 5, 518, 0, 0, 1182, 1198, 1, 0, 0, 0, 1183, 1185, 3, 172, 86, 0, 1184, 1186, 3, 232, 116, 0, 1185, 1184, 1, 0, 0, 0, 1185, 1186, 1, 0, 0, 0, 1186, 1188, 1, 0, 0, 0, 1187, 1189, 3, 236, 118, 0, 1188, 1187, 1, 0, 0, 0, 1188, 1189, 1, 0, 0, 0, 1189, 1198, 1, 0, 0, 0, 1190, 1192, 3, 170, 85, 0, 1191, 1193, 3, 232, 116, 0, 1192, 1191, 1, 0, 0, 0, 1192, 1193, 1, 0, 0, 0, 1193, 1195, 1, 0, 0, 0, 1194, 1196, 3, 236, 118, 0, 1195, 1194, 1, 0, 0, 0, 1195, 1196, 1, 0, 0, 0, 1196, 1198, 1, 0, 0, 0, 1197, 1174, 1, 0, 0, 0, 1197, 1176, 1, 0, 0, 0, 1197, 1179, 1, 0, 0, 0, 1197, 1183, 1, 0, 0, 0, 1197, 1190, 1, 0, 0, 0, 1198, 1213, 1, 0, 0, 0, 1199, 1200, 10, 3, 0, 0, 1200, 1202, 7, 19, 0, 0, 1201, 1203, 5, 5, 0, 0, 1202, 1201, 1, 0, 0, 0, 1202, 1203, 1, 0, 0, 0, 1203, 1204, 1, 0, 0, 0, 1204, 1206, 3, 160, 80, 0, 1205, 1207, 3, 232, 116, 0, 1206, 1205, 1, 0, 0, 0, 1206, 1207, 1, 0, 0, 0, 1207, 1209, 1, 0, 0, 0, 1208, 1210, 3, 236, 118, 0, 1209, 1208, 1, 0, 0, 0, 1209, 1210, 1, 0, 0, 0, 1210, 1212, 1, 0, 0, 0, 1211, 1199, 1, 0, 0, 0, 1212, 1215, 1, 0, 0, 0, 1213, 1211, 1, 0, 0, 0, 1213, 1214, 1, 0, 0, 0, 1214, 161, 1, 0, 0, 0, 1215, 1213, 1, 0, 0, 0, 1216, 1217, 5, 415, 0, 0, 1217, 1222, 3, 260, 130, 0, 1218, 1219, 5, 521, 0, 0, 1219, 1221, 3, 260, 130, 0, 1220, 1218, 1, 0, 0, 0, 1221, 1224, 1, 0, 0, 0, 1222, 1220, 1, 0, 0, 0, 1222, 1223, 1, 0, 0, 0, 1223, 163, 1, 0, 0, 0, 1224, 1222, 1, 0, 0, 0, 1225, 1226, 5, 434, 0, 0, 1226, 1231, 3, 166, 83, 0, 1227, 1228, 5, 521, 0, 0, 1228, 1230, 3, 166, 83, 0, 1229, 1227, 1, 0, 0, 0, 1230, 1233, 1, 0, 0, 0, 1231, 1229, 1, 0, 0, 0, 1231, 1232, 1, 0, 0, 0, 1232, 165, 1, 0, 0, 0, 1233, 1231, 1, 0, 0, 0, 1234, 1246, 3, 168, 84, 0, 1235, 1236, 5, 517, 0, 0, 1236, 1241, 3, 52, 26, 0, 1237, 1238, 5, 521, 0, 0, 1238, 1240, 3, 52, 26, 0, 1239, 1237, 1, 0, 0, 0, 1240, 1243, 1, 0, 0, 0, 1241, 1239, 1, 0, 0, 0, 1241, 1242, 1, 0, 0, 0, 1242, 1244, 1, 0, 0, 0, 1243, 1241, 1, 0, 0, 0, 1244, 1245, 5, 518, 0, 0, 1245, 1247, 1, 0, 0, 0, 1246, 1235, 1, 0, 0, 0, 1246, 1247, 1, 0, 0, 0, 1247, 1248, 1, 0, 0, 0, 1248, 1249, 5, 17, 0, 0, 1249, 1250, 5, 517, 0, 0, 1250, 1251, 3, 160, 80, 0, 1251, 1252, 5, 518, 0, 0, 1252, 167, 1, 0, 0, 0, 1253, 1254, 3, 312, 156, 0, 1254, 169, 1, 0, 0, 0, 1255, 1257, 3, 172, 86, 0, 1256, 1258, 3, 178, 89, 0, 1257, 1256, 1, 0, 0, 0, 1257, 1258, 1, 0, 0, 0, 1258, 1260, 1, 0, 0, 0, 1259, 1261, 3, 206, 103, 0, 1260, 1259, 1, 0, 0, 0, 1260, 1261, 1, 0, 0, 0, 1261, 1263, 1, 0, 0, 0, 1262, 1264, 3, 208, 104, 0, 1263, 1262, 1, 0, 0, 0, 1263, 1264, 1, 0, 0, 0, 1264, 1266, 1, 0, 0, 0, 1265, 1267, 3, 222, 111, 0, 1266, 1265, 1, 0, 0, 0, 1266, 1267, 1, 0, 0, 0, 1267, 1269, 1, 0, 0, 0, 1268, 1270, 3, 224, 112, 0, 1269, 1268, 1, 0, 0, 0, 1269, 1270, 1, 0, 0, 0, 1270, 1276, 1, 0, 0, 0, 1271, 1272, 3, 172, 86, 0, 1272, 1273, 3, 178, 89, 0, 1273, 1274, 3, 230, 115, 0, 1274, 1276, 1, 0, 0, 0, 1275, 1255, 1, 0, 0, 0, 1275, 1271, 1, 0, 0, 0, 1276, 171, 1, 0, 0, 0, 1277, 1279, 5, 337, 0, 0, 1278, 1280, 3, 372, 186, 0, 1279, 1278, 1, 0, 0, 0, 1279, 1280, 1, 0, 0, 0, 1280, 1290, 1, 0, 0, 0, 1281, 1291, 5, 528, 0, 0, 1282, 1287, 3, 174, 87, 0, 1283, 1284, 5, 521, 0, 0, 1284, 1286, 3, 174, 87, 0, 1285, 1283, 1, 0, 0, 0, 1286, 1289, 1, 0, 0, 0, 1287, 1285, 1, 0, 0, 0, 1287, 1288, 1, 0, 0, 0, 1288, 1291, 1, 0, 0, 0, 1289, 1287, 1, 0, 0, 0, 1290, 1281, 1, 0, 0, 0, 1290, 1282, 1, 0, 0, 0, 1291, 173, 1, 0, 0, 0, 1292, 1308, 3, 176, 88, 0, 1293, 1298, 3, 260, 130, 0, 1294, 1296, 5, 17, 0, 0, 1295, 1294, 1, 0, 0, 0, 1295, 1296, 1, 0, 0, 0, 1296, 1297, 1, 0, 0, 0, 1297, 1299, 3, 52, 26, 0, 1298, 1295, 1, 0, 0, 0, 1298, 1299, 1, 0, 0, 0, 1299, 1308, 1, 0, 0, 0, 1300, 1305, 3, 52, 26, 0, 1301, 1303, 5, 17, 0, 0, 1302, 1301, 1, 0, 0, 0, 1302, 1303, 1, 0, 0, 0, 1303, 1304, 1, 0, 0, 0, 1304, 1306, 3, 260, 130, 0, 1305, 1302, 1, 0, 0, 0, 1305, 1306, 1, 0, 0, 0, 1306, 1308, 1, 0, 0, 0, 1307, 1292, 1, 0, 0, 0, 1307, 1293, 1, 0, 0, 0, 1307, 1300, 1, 0, 0, 0, 1308, 175, 1, 0, 0, 0, 1309, 1310, 3, 272, 136, 0, 1310, 1311, 5, 263, 0, 0, 1311, 1312, 3, 228, 114, 0, 1312, 1313, 5, 17, 0, 0, 1313, 1314, 3, 312, 156, 0, 1314, 1322, 1, 0, 0, 0, 1315, 1316, 3, 272, 136, 0, 1316, 1317, 5, 263, 0, 0, 1317, 1318, 3, 304, 152, 0, 1318, 1319, 5, 17, 0, 0, 1319, 1320, 3, 312, 156, 0, 1320, 1322, 1, 0, 0, 0, 1321, 1309, 1, 0, 0, 0, 1321, 1315, 1, 0, 0, 0, 1322, 177, 1, 0, 0, 0, 1323, 1324, 5, 151, 0, 0, 1324, 1325, 3, 180, 90, 0, 1325, 179, 1, 0, 0, 0, 1326, 1327, 6, 90, -1, 0, 1327, 1332, 3, 182, 91, 0, 1328, 1329, 5, 521, 0, 0, 1329, 1331, 3, 182, 91, 0, 1330, 1328, 1, 0, 0, 0, 1331, 1334, 1, 0, 0, 0, 1332, 1330, 1, 0, 0, 0, 1332, 1333, 1, 0, 0, 0, 1333, 1338, 1, 0, 0, 0, 1334, 1332, 1, 0, 0, 0, 1335, 1338, 3, 190, 95, 0, 1336, 1338, 3, 192, 96, 0, 1337, 1326, 1, 0, 0, 0, 1337, 1335, 1, 0, 0, 0, 1337, 1336, 1, 0, 0, 0, 1338, 1360, 1, 0, 0, 0, 1339, 1340, 10, 3, 0, 0, 1340, 1341, 5, 73, 0, 0, 1341, 1342, 5, 185, 0, 0, 1342, 1359, 3, 180, 90, 4, 1343, 1345, 10, 4, 0, 0, 1344, 1346, 5, 234, 0, 0, 1345, 1344, 1, 0, 0, 0, 1345, 1346, 1, 0, 0, 0, 1346, 1348, 1, 0, 0, 0, 1347, 1349, 7, 20, 0, 0, 1348, 1347, 1, 0, 0, 0, 1348, 1349, 1, 0, 0, 0, 1349, 1351, 1, 0, 0, 0, 1350, 1352, 5, 262, 0, 0, 1351, 1350, 1, 0, 0, 0, 1351, 1352, 1, 0, 0, 0, 1352, 1353, 1, 0, 0, 0, 1353, 1354, 5, 185, 0, 0, 1354, 1356, 3, 180, 90, 0, 1355, 1357, 3, 204, 102, 0, 1356, 1355, 1, 0, 0, 0, 1356, 1357, 1, 0, 0, 0, 1357, 1359, 1, 0, 0, 0, 1358, 1339, 1, 0, 0, 0, 1358, 1343, 1, 0, 0, 0, 1359, 1362, 1, 0, 0, 0, 1360, 1358, 1, 0, 0, 0, 1360, 1361, 1, 0, 0, 0, 1361, 181, 1, 0, 0, 0, 1362, 1360, 1, 0, 0, 0, 1363, 1365, 3, 184, 92, 0, 1364, 1366, 3, 302, 151, 0, 1365, 1364, 1, 0, 0, 0, 1365, 1366, 1, 0, 0, 0, 1366, 183, 1, 0, 0, 0, 1367, 1369, 5, 374, 0, 0, 1368, 1367, 1, 0, 0, 0, 1368, 1369, 1, 0, 0, 0, 1369, 1370, 1, 0, 0, 0, 1370, 1372, 3, 330, 165, 0, 1371, 1373, 3, 186, 93, 0, 1372, 1371, 1, 0, 0, 0, 1372, 1373, 1, 0, 0, 0, 1373, 1397, 1, 0, 0, 0, 1374, 1376, 3, 332, 166, 0, 1375, 1377, 3, 186, 93, 0, 1376, 1375, 1, 0, 0, 0, 1376, 1377, 1, 0, 0, 0, 1377, 1397, 1, 0, 0, 0, 1378, 1379, 5, 199, 0, 0, 1379, 1380, 5, 374, 0, 0, 1380, 1381, 5, 517, 0, 0, 1381, 1382, 3, 270, 135, 0, 1382, 1383, 5, 518, 0, 0, 1383, 1397, 1, 0, 0, 0, 1384, 1386, 5, 199, 0, 0, 1385, 1384, 1, 0, 0, 0, 1385, 1386, 1, 0, 0, 0, 1386, 1387, 1, 0, 0, 0, 1387, 1388, 5, 517, 0, 0, 1388, 1389, 3, 160, 80, 0, 1389, 1390, 5, 518, 0, 0, 1390, 1397, 1, 0, 0, 0, 1391, 1392, 5, 406, 0, 0, 1392, 1393, 5, 517, 0, 0, 1393, 1394, 3, 260, 130, 0, 1394, 1395, 5, 518, 0, 0, 1395, 1397, 1, 0, 0, 0, 1396, 1368, 1, 0, 0, 0, 1396, 1374, 1, 0, 0, 0, 1396, 1378, 1, 0, 0, 0, 1396, 1385, 1, 0, 0, 0, 1396, 1391, 1, 0, 0, 0, 1397, 185, 1, 0, 0, 0, 1398, 1399, 5, 146, 0, 0, 1399, 1400, 5, 372, 0, 0, 1400, 1401, 5, 17, 0, 0, 1401, 1402, 5, 250, 0, 0, 1402, 1403, 3, 188, 94, 0, 1403, 187, 1, 0, 0, 0, 1404, 1405, 3, 260, 130, 0, 1405, 189, 1, 0, 0, 0, 1406, 1407, 5, 517, 0, 0, 1407, 1408, 3, 150, 75, 0, 1408, 1409, 5, 518, 0, 0, 1409, 1410, 3, 302, 151, 0, 1410, 191, 1, 0, 0, 0, 1411, 1412, 5, 374, 0, 0, 1412, 1413, 5, 517, 0, 0, 1413, 1414, 3, 194, 97, 0, 1414, 1415, 5, 518, 0, 0, 1415, 193, 1, 0, 0, 0, 1416, 1417, 3, 196, 98, 0, 1417, 1418, 5, 517, 0, 0, 1418, 1423, 3, 198, 99, 0, 1419, 1420, 5, 521, 0, 0, 1420, 1422, 3, 198, 99, 0, 1421, 1419, 1, 0, 0, 0, 1422, 1425, 1, 0, 0, 0, 1423, 1421, 1, 0, 0, 0, 1423, 1424, 1, 0, 0, 0, 1424, 1426, 1, 0, 0, 0, 1425, 1423, 1, 0, 0, 0, 1426, 1427, 5, 518, 0, 0, 1427, 195, 1, 0, 0, 0, 1428, 1429, 7, 21, 0, 0, 1429, 197, 1, 0, 0, 0, 1430, 1431, 5, 374, 0, 0, 1431, 1446, 3, 220, 110, 0, 1432, 1446, 3, 202, 101, 0, 1433, 1446, 3, 290, 145, 0, 1434, 1435, 5, 447, 0, 0, 1435, 1436, 5, 537, 0, 0, 1436, 1437, 5, 374, 0, 0, 1437, 1446, 3, 220, 110, 0, 1438, 1439, 5, 499, 0, 0, 1439, 1440, 5, 537, 0, 0, 1440, 1446, 3, 202, 101, 0, 1441, 1442, 3, 200, 100, 0, 1442, 1443, 5, 537, 0, 0, 1443, 1444, 3, 290, 145, 0, 1444, 1446, 1, 0, 0, 0, 1445, 1430, 1, 0, 0, 0, 1445, 1432, 1, 0, 0, 0, 1445, 1433, 1, 0, 0, 0, 1445, 1434, 1, 0, 0, 0, 1445, 1438, 1, 0, 0, 0, 1445, 1441, 1, 0, 0, 0, 1446, 199, 1, 0, 0, 0, 1447, 1448, 7, 22, 0, 0, 1448, 201, 1, 0, 0, 0, 1449, 1450, 5, 452, 0, 0, 1450, 1451, 5, 517, 0, 0, 1451, 1452, 3, 52, 26, 0, 1452, 1453, 5, 518, 0, 0, 1453, 203, 1, 0, 0, 0, 1454, 1455, 5, 254, 0, 0, 1455, 1459, 3, 262, 131, 0, 1456, 1457, 5, 413, 0, 0, 1457, 1459, 3, 56, 28, 0, 1458, 1454, 1, 0, 0, 0, 1458, 1456, 1, 0, 0, 0, 1459, 205, 1, 0, 0, 0, 1460, 1461, 5, 431, 0, 0, 1461, 1462, 3, 262, 131, 0, 1462, 207, 1, 0, 0, 0, 1463, 1464, 5, 159, 0, 0, 1464, 1465, 5, 34, 0, 0, 1465, 1470, 3, 210, 105, 0, 1466, 1467, 5, 521, 0, 0, 1467, 1469, 3, 210, 105, 0, 1468, 1466, 1, 0, 0, 0, 1469, 1472, 1, 0, 0, 0, 1470, 1468, 1, 0, 0, 0, 1470, 1471, 1, 0, 0, 0, 1471, 209, 1, 0, 0, 0, 1472, 1470, 1, 0, 0, 0, 1473, 1514, 3, 52, 26, 0, 1474, 1514, 3, 216, 108, 0, 1475, 1476, 5, 517, 0, 0, 1476, 1514, 5, 518, 0, 0, 1477, 1478, 5, 517, 0, 0, 1478, 1483, 3, 260, 130, 0, 1479, 1480, 5, 521, 0, 0, 1480, 1482, 3, 260, 130, 0, 1481, 1479, 1, 0, 0, 0, 1482, 1485, 1, 0, 0, 0, 1483, 1481, 1, 0, 0, 0, 1483, 1484, 1, 0, 0, 0, 1484, 1486, 1, 0, 0, 0, 1485, 1483, 1, 0, 0, 0, 1486, 1487, 5, 518, 0, 0, 1487, 1514, 1, 0, 0, 0, 1488, 1489, 3, 214, 107, 0, 1489, 1490, 5, 517, 0, 0, 1490, 1495, 3, 260, 130, 0, 1491, 1492, 5, 521, 0, 0, 1492, 1494, 3, 260, 130, 0, 1493, 1491, 1, 0, 0, 0, 1494, 1497, 1, 0, 0, 0, 1495, 1493, 1, 0, 0, 0, 1495, 1496, 1, 0, 0, 0, 1496, 1498, 1, 0, 0, 0, 1497, 1495, 1, 0, 0, 0, 1498, 1499, 5, 518, 0, 0, 1499, 1514, 1, 0, 0, 0, 1500, 1501, 3, 212, 106, 0, 1501, 1502, 5, 517, 0, 0, 1502, 1507, 3, 210, 105, 0, 1503, 1504, 5, 521, 0, 0, 1504, 1506, 3, 210, 105, 0, 1505, 1503, 1, 0, 0, 0, 1506, 1509, 1, 0, 0, 0, 1507, 1505, 1, 0, 0, 0, 1507, 1508, 1, 0, 0, 0, 1508, 1510, 1, 0, 0, 0, 1509, 1507, 1, 0, 0, 0, 1510, 1511, 5, 518, 0, 0, 1511, 1514, 1, 0, 0, 0, 1512, 1514, 3, 260, 130, 0, 1513, 1473, 1, 0, 0, 0, 1513, 1474, 1, 0, 0, 0, 1513, 1475, 1, 0, 0, 0, 1513, 1477, 1, 0, 0, 0, 1513, 1488, 1, 0, 0, 0, 1513, 1500, 1, 0, 0, 0, 1513, 1512, 1, 0, 0, 0, 1514, 211, 1, 0, 0, 0, 1515, 1516, 5, 160, 0, 0, 1516, 1517, 5, 494, 0, 0, 1517, 213, 1, 0, 0, 0, 1518, 1519, 7, 23, 0, 0, 1519, 215, 1, 0, 0, 0, 1520, 1521, 3, 218, 109, 0, 1521, 1522, 5, 517, 0, 0, 1522, 1523, 3, 220, 110, 0, 1523, 1524, 5, 521, 0, 0, 1524, 1525, 3, 290, 145, 0, 1525, 1526, 5, 518, 0, 0, 1526, 217, 1, 0, 0, 0, 1527, 1528, 7, 24, 0, 0, 1528, 219, 1, 0, 0, 0, 1529, 1530, 3, 336, 168, 0, 1530, 221, 1, 0, 0, 0, 1531, 1532, 5, 163, 0, 0, 1532, 1533, 3, 262, 131, 0, 1533, 223, 1, 0, 0, 0, 1534, 1535, 5, 433, 0, 0, 1535, 1540, 3, 226, 113, 0, 1536, 1537, 5, 521, 0, 0, 1537, 1539, 3, 226, 113, 0, 1538, 1536, 1, 0, 0, 0, 1539, 1542, 1, 0, 0, 0, 1540, 1538, 1, 0, 0, 0, 1540, 1541, 1, 0, 0, 0, 1541, 225, 1, 0, 0, 0, 1542, 1540, 1, 0, 0, 0, 1543, 1544, 3, 304, 152, 0, 1544, 1545, 5, 17, 0, 0, 1545, 1546, 3, 228, 114, 0, 1546, 227, 1, 0, 0, 0, 1547, 1549, 3, 304, 152, 0, 1548, 1547, 1, 0, 0, 0, 1548, 1549, 1, 0, 0, 0, 1549, 1550, 1, 0, 0, 0, 1550, 1552, 5, 517, 0, 0, 1551, 1553, 3, 238, 119, 0, 1552, 1551, 1, 0, 0, 0, 1552, 1553, 1, 0, 0, 0, 1553, 1555, 1, 0, 0, 0, 1554, 1556, 3, 232, 116, 0, 1555, 1554, 1, 0, 0, 0, 1555, 1556, 1, 0, 0, 0, 1556, 1558, 1, 0, 0, 0, 1557, 1559, 3, 254, 127, 0, 1558, 1557, 1, 0, 0, 0, 1558, 1559, 1, 0, 0, 0, 1559, 1560, 1, 0, 0, 0, 1560, 1561, 5, 518, 0, 0, 1561, 229, 1, 0, 0, 0, 1562, 1563, 5, 214, 0, 0, 1563, 1565, 5, 517, 0, 0, 1564, 1566, 3, 238, 119, 0, 1565, 1564, 1, 0, 0, 0, 1565, 1566, 1, 0, 0, 0, 1566, 1568, 1, 0, 0, 0, 1567, 1569, 3, 232, 116, 0, 1568, 1567, 1, 0, 0, 0, 1568, 1569, 1, 0, 0, 0, 1569, 1571, 1, 0, 0, 0, 1570, 1572, 3, 242, 121, 0, 1571, 1570, 1, 0, 0, 0, 1571, 1572, 1, 0, 0, 0, 1572, 1574, 1, 0, 0, 0, 1573, 1575, 3, 248, 124, 0, 1574, 1573, 1, 0, 0, 0, 1574, 1575, 1, 0, 0, 0, 1575, 1577, 1, 0, 0, 0, 1576, 1578, 3, 250, 125, 0, 1577, 1576, 1, 0, 0, 0, 1577, 1578, 1, 0, 0, 0, 1578, 1580, 1, 0, 0, 0, 1579, 1581, 3, 244, 122, 0, 1580, 1579, 1, 0, 0, 0, 1580, 1581, 1, 0, 0, 0, 1581, 1582, 1, 0, 0, 0, 1582, 1583, 3, 252, 126, 0, 1583, 1588, 5, 518, 0, 0, 1584, 1586, 5, 17, 0, 0, 1585, 1584, 1, 0, 0, 0, 1585, 1586, 1, 0, 0, 0, 1586, 1587, 1, 0, 0, 0, 1587, 1589, 3, 312, 156, 0, 1588, 1585, 1, 0, 0, 0, 1588, 1589, 1, 0, 0, 0, 1589, 231, 1, 0, 0, 0, 1590, 1591, 5, 259, 0, 0, 1591, 1592, 5, 34, 0, 0, 1592, 1597, 3, 234, 117, 0, 1593, 1594, 5, 521, 0, 0, 1594, 1596, 3, 234, 117, 0, 1595, 1593, 1, 0, 0, 0, 1596, 1599, 1, 0, 0, 0, 1597, 1595, 1, 0, 0, 0, 1597, 1598, 1, 0, 0, 0, 1598, 233, 1, 0, 0, 0, 1599, 1597, 1, 0, 0, 0, 1600, 1602, 3, 52, 26, 0, 1601, 1603, 7, 25, 0, 0, 1602, 1601, 1, 0, 0, 0, 1602, 1603, 1, 0, 0, 0, 1603, 1606, 1, 0, 0, 0, 1604, 1605, 5, 477, 0, 0, 1605, 1607, 7, 26, 0, 0, 1606, 1604, 1, 0, 0, 0, 1606, 1607, 1, 0, 0, 0, 1607, 235, 1, 0, 0, 0, 1608, 1611, 5, 205, 0, 0, 1609, 1612, 5, 5, 0, 0, 1610, 1612, 3, 260, 130, 0, 1611, 1609, 1, 0, 0, 0, 1611, 1610, 1, 0, 0, 0, 1612, 237, 1, 0, 0, 0, 1613, 1614, 5, 269, 0, 0, 1614, 1617, 5, 34, 0, 0, 1615, 1618, 3, 52, 26, 0, 1616, 1618, 3, 272, 136, 0, 1617, 1615, 1, 0, 0, 0, 1617, 1616, 1, 0, 0, 0, 1618, 1626, 1, 0, 0, 0, 1619, 1622, 5, 521, 0, 0, 1620, 1623, 3, 52, 26, 0, 1621, 1623, 3, 272, 136, 0, 1622, 1620, 1, 0, 0, 0, 1622, 1621, 1, 0, 0, 0, 1623, 1625, 1, 0, 0, 0, 1624, 1619, 1, 0, 0, 0, 1625, 1628, 1, 0, 0, 0, 1626, 1624, 1, 0, 0, 0, 1626, 1627, 1, 0, 0, 0, 1627, 239, 1, 0, 0, 0, 1628, 1626, 1, 0, 0, 0, 1629, 1646, 5, 528, 0, 0, 1630, 1646, 5, 531, 0, 0, 1631, 1646, 5, 536, 0, 0, 1632, 1633, 5, 519, 0, 0, 1633, 1634, 5, 539, 0, 0, 1634, 1635, 5, 521, 0, 0, 1635, 1636, 5, 539, 0, 0, 1636, 1646, 5, 520, 0, 0, 1637, 1638, 5, 519, 0, 0, 1638, 1639, 5, 539, 0, 0, 1639, 1640, 5, 521, 0, 0, 1640, 1646, 5, 520, 0, 0, 1641, 1642, 5, 519, 0, 0, 1642, 1643, 5, 521, 0, 0, 1643, 1644, 5, 539, 0, 0, 1644, 1646, 5, 520, 0, 0, 1645, 1629, 1, 0, 0, 0, 1645, 1630, 1, 0, 0, 0, 1645, 1631, 1, 0, 0, 0, 1645, 1632, 1, 0, 0, 0, 1645, 1637, 1, 0, 0, 0, 1645, 1641, 1, 0, 0, 0, 1646, 241, 1, 0, 0, 0, 1647, 1648, 5, 216, 0, 0, 1648, 1653, 3, 174, 87, 0, 1649, 1650, 5, 521, 0, 0, 1650, 1652, 3, 174, 87, 0, 1651, 1649, 1, 0, 0, 0, 1652, 1655, 1, 0, 0, 0, 1653, 1651, 1, 0, 0, 0, 1653, 1654, 1, 0, 0, 0, 1654, 243, 1, 0, 0, 0, 1655, 1653, 1, 0, 0, 0, 1656, 1657, 5, 272, 0, 0, 1657, 1659, 5, 517, 0, 0, 1658, 1660, 3, 246, 123, 0, 1659, 1658, 1, 0, 0, 0, 1660, 1661, 1, 0, 0, 0, 1661, 1659, 1, 0, 0, 0, 1661, 1662, 1, 0, 0, 0, 1662, 1663, 1, 0, 0, 0, 1663, 1665, 5, 518, 0, 0, 1664, 1666, 3, 258, 129, 0, 1665, 1664, 1, 0, 0, 0, 1665, 1666, 1, 0, 0, 0, 1666, 245, 1, 0, 0, 0, 1667, 1669, 3, 314, 157, 0, 1668, 1670, 3, 240, 120, 0, 1669, 1668, 1, 0, 0, 0, 1669, 1670, 1, 0, 0, 0, 1670, 247, 1, 0, 0, 0, 1671, 1672, 5, 5, 0, 0, 1672, 1673, 5, 323, 0, 0, 1673, 1674, 5, 273, 0, 0, 1674, 1680, 5, 211, 0, 0, 1675, 1676, 5, 255, 0, 0, 1676, 1677, 5, 322, 0, 0, 1677, 1678, 5, 273, 0, 0, 1678, 1680, 5, 211, 0, 0, 1679, 1671, 1, 0, 0, 0, 1679, 1675, 1, 0, 0, 0, 1680, 249, 1, 0, 0, 0, 1681, 1682, 5, 439, 0, 0, 1682, 1683, 5, 211, 0, 0, 1683, 1684, 5, 344, 0, 0, 1684, 1685, 5, 479, 0, 0, 1685, 1686, 5, 468, 0, 0, 1686, 1706, 5, 322, 0, 0, 1687, 1688, 5, 439, 0, 0, 1688, 1689, 5, 211, 0, 0, 1689, 1690, 5, 344, 0, 0, 1690, 1691, 5, 389, 0, 0, 1691, 1692, 5, 238, 0, 0, 1692, 1706, 5, 322, 0, 0, 1693, 1694, 5, 439, 0, 0, 1694, 1695, 5, 211, 0, 0, 1695, 1696, 5, 344, 0, 0, 1696, 1697, 5, 389, 0, 0, 1697, 1698, 5, 468, 0, 0, 1698, 1706, 3, 314, 157, 0, 1699, 1700, 5, 439, 0, 0, 1700, 1701, 5, 211, 0, 0, 1701, 1702, 5, 344, 0, 0, 1702, 1703, 5, 389, 0, 0, 1703, 1704, 5, 458, 0, 0, 1704, 1706, 3, 314, 157, 0, 1705, 1681, 1, 0, 0, 0, 1705, 1687, 1, 0, 0, 0, 1705, 1693, 1, 0, 0, 0, 1705, 1699, 1, 0, 0, 0, 1706, 251, 1, 0, 0, 0, 1707, 1708, 5, 105, 0, 0, 1708, 1713, 3, 174, 87, 0, 1709, 1710, 5, 521, 0, 0, 1710, 1712, 3, 174, 87, 0, 1711, 1709, 1, 0, 0, 0, 1712, 1715, 1, 0, 0, 0, 1713, 1711, 1, 0, 0, 0, 1713, 1714, 1, 0, 0, 0, 1714, 253, 1, 0, 0, 0, 1715, 1713, 1, 0, 0, 0, 1716, 1717, 5, 293, 0, 0, 1717, 1718, 5, 27, 0, 0, 1718, 1719, 3, 290, 145, 0, 1719, 1720, 3, 256, 128, 0, 1720, 1726, 1, 0, 0, 0, 1721, 1722, 5, 323, 0, 0, 1722, 1723, 5, 27, 0, 0, 1723, 1724, 5, 539, 0, 0, 1724, 1726, 3, 256, 128, 0, 1725, 1716, 1, 0, 0, 0, 1725, 1721, 1, 0, 0, 0, 1726, 255, 1, 0, 0, 0, 1727, 1728, 5, 481, 0, 0, 1728, 1729, 5, 10, 0, 0, 1729, 1730, 5, 76, 0, 0, 1730, 1731, 5, 322, 0, 0, 1731, 257, 1, 0, 0, 0, 1732, 1733, 5, 435, 0, 0, 1733, 1734, 3, 290, 145, 0, 1734, 259, 1, 0, 0, 0, 1735, 1736, 3, 262, 131, 0, 1736, 261, 1, 0, 0, 0, 1737, 1738, 6, 131, -1, 0, 1738, 1739, 5, 242, 0, 0, 1739, 1750, 3, 262, 131, 6, 1740, 1741, 5, 133, 0, 0, 1741, 1742, 5, 517, 0, 0, 1742, 1743, 3, 160, 80, 0, 1743, 1744, 5, 518, 0, 0, 1744, 1750, 1, 0, 0, 0, 1745, 1747, 3, 268, 134, 0, 1746, 1748, 3, 264, 132, 0, 1747, 1746, 1, 0, 0, 0, 1747, 1748, 1, 0, 0, 0, 1748, 1750, 1, 0, 0, 0, 1749, 1737, 1, 0, 0, 0, 1749, 1740, 1, 0, 0, 0, 1749, 1745, 1, 0, 0, 0, 1750, 1765, 1, 0, 0, 0, 1751, 1752, 10, 3, 0, 0, 1752, 1753, 5, 10, 0, 0, 1753, 1764, 3, 262, 131, 4, 1754, 1755, 10, 2, 0, 0, 1755, 1756, 5, 258, 0, 0, 1756, 1764, 3, 262, 131, 3, 1757, 1758, 10, 1, 0, 0, 1758, 1760, 5, 184, 0, 0, 1759, 1761, 5, 242, 0, 0, 1760, 1759, 1, 0, 0, 0, 1760, 1761, 1, 0, 0, 0, 1761, 1762, 1, 0, 0, 0, 1762, 1764, 7, 27, 0, 0, 1763, 1751, 1, 0, 0, 0, 1763, 1754, 1, 0, 0, 0, 1763, 1757, 1, 0, 0, 0, 1764, 1767, 1, 0, 0, 0, 1765, 1763, 1, 0, 0, 0, 1765, 1766, 1, 0, 0, 0, 1766, 263, 1, 0, 0, 0, 1767, 1765, 1, 0, 0, 0, 1768, 1770, 5, 242, 0, 0, 1769, 1768, 1, 0, 0, 0, 1769, 1770, 1, 0, 0, 0, 1770, 1771, 1, 0, 0, 0, 1771, 1773, 5, 27, 0, 0, 1772, 1774, 7, 28, 0, 0, 1773, 1772, 1, 0, 0, 0, 1773, 1774, 1, 0, 0, 0, 1774, 1775, 1, 0, 0, 0, 1775, 1776, 3, 268, 134, 0, 1776, 1777, 5, 10, 0, 0, 1777, 1778, 3, 268, 134, 0, 1778, 1843, 1, 0, 0, 0, 1779, 1781, 5, 242, 0, 0, 1780, 1779, 1, 0, 0, 0, 1780, 1781, 1, 0, 0, 0, 1781, 1782, 1, 0, 0, 0, 1782, 1783, 5, 170, 0, 0, 1783, 1784, 5, 517, 0, 0, 1784, 1789, 3, 260, 130, 0, 1785, 1786, 5, 521, 0, 0, 1786, 1788, 3, 260, 130, 0, 1787, 1785, 1, 0, 0, 0, 1788, 1791, 1, 0, 0, 0, 1789, 1787, 1, 0, 0, 0, 1789, 1790, 1, 0, 0, 0, 1790, 1792, 1, 0, 0, 0, 1791, 1789, 1, 0, 0, 0, 1792, 1793, 5, 518, 0, 0, 1793, 1843, 1, 0, 0, 0, 1794, 1796, 5, 242, 0, 0, 1795, 1794, 1, 0, 0, 0, 1795, 1796, 1, 0, 0, 0, 1796, 1797, 1, 0, 0, 0, 1797, 1798, 5, 170, 0, 0, 1798, 1799, 5, 517, 0, 0, 1799, 1800, 3, 160, 80, 0, 1800, 1801, 5, 518, 0, 0, 1801, 1843, 1, 0, 0, 0, 1802, 1803, 5, 133, 0, 0, 1803, 1804, 5, 517, 0, 0, 1804, 1805, 3, 160, 80, 0, 1805, 1806, 5, 518, 0, 0, 1806, 1843, 1, 0, 0, 0, 1807, 1809, 5, 242, 0, 0, 1808, 1807, 1, 0, 0, 0, 1808, 1809, 1, 0, 0, 0, 1809, 1810, 1, 0, 0, 0, 1810, 1811, 5, 319, 0, 0, 1811, 1843, 3, 268, 134, 0, 1812, 1843, 3, 266, 133, 0, 1813, 1815, 5, 184, 0, 0, 1814, 1816, 5, 242, 0, 0, 1815, 1814, 1, 0, 0, 0, 1815, 1816, 1, 0, 0, 0, 1816, 1817, 1, 0, 0, 0, 1817, 1843, 7, 27, 0, 0, 1818, 1820, 5, 184, 0, 0, 1819, 1821, 5, 242, 0, 0, 1820, 1819, 1, 0, 0, 0, 1820, 1821, 1, 0, 0, 0, 1821, 1822, 1, 0, 0, 0, 1822, 1823, 5, 113, 0, 0, 1823, 1824, 5, 151, 0, 0, 1824, 1843, 3, 268, 134, 0, 1825, 1827, 5, 242, 0, 0, 1826, 1825, 1, 0, 0, 0, 1826, 1827, 1, 0, 0, 0, 1827, 1828, 1, 0, 0, 0, 1828, 1829, 5, 343, 0, 0, 1829, 1830, 5, 389, 0, 0, 1830, 1833, 3, 268, 134, 0, 1831, 1832, 5, 127, 0, 0, 1832, 1834, 3, 366, 183, 0, 1833, 1831, 1, 0, 0, 0, 1833, 1834, 1, 0, 0, 0, 1834, 1843, 1, 0, 0, 0, 1835, 1836, 5, 184, 0, 0, 1836, 1840, 5, 186, 0, 0, 1837, 1841, 5, 414, 0, 0, 1838, 1841, 5, 13, 0, 0, 1839, 1841, 3, 312, 156, 0, 1840, 1837, 1, 0, 0, 0, 1840, 1838, 1, 0, 0, 0, 1840, 1839, 1, 0, 0, 0, 1840, 1841, 1, 0, 0, 0, 1841, 1843, 1, 0, 0, 0, 1842, 1769, 1, 0, 0, 0, 1842, 1780, 1, 0, 0, 0, 1842, 1795, 1, 0, 0, 0, 1842, 1802, 1, 0, 0, 0, 1842, 1808, 1, 0, 0, 0, 1842, 1812, 1, 0, 0, 0, 1842, 1813, 1, 0, 0, 0, 1842, 1818, 1, 0, 0, 0, 1842, 1826, 1, 0, 0, 0, 1842, 1835, 1, 0, 0, 0, 1843, 265, 1, 0, 0, 0, 1844, 1846, 5, 242, 0, 0, 1845, 1844, 1, 0, 0, 0, 1845, 1846, 1, 0, 0, 0, 1846, 1847, 1, 0, 0, 0, 1847, 1848, 5, 203, 0, 0, 1848, 1862, 7, 29, 0, 0, 1849, 1850, 5, 517, 0, 0, 1850, 1863, 5, 518, 0, 0, 1851, 1852, 5, 517, 0, 0, 1852, 1857, 3, 260, 130, 0, 1853, 1854, 5, 521, 0, 0, 1854, 1856, 3, 260, 130, 0, 1855, 1853, 1, 0, 0, 0, 1856, 1859, 1, 0, 0, 0, 1857, 1855, 1, 0, 0, 0, 1857, 1858, 1, 0, 0, 0, 1858, 1860, 1, 0, 0, 0, 1859, 1857, 1, 0, 0, 0, 1860, 1861, 5, 518, 0, 0, 1861, 1863, 1, 0, 0, 0, 1862, 1849, 1, 0, 0, 0, 1862, 1851, 1, 0, 0, 0, 1863, 1874, 1, 0, 0, 0, 1864, 1866, 5, 242, 0, 0, 1865, 1864, 1, 0, 0, 0, 1865, 1866, 1, 0, 0, 0, 1866, 1867, 1, 0, 0, 0, 1867, 1868, 5, 203, 0, 0, 1868, 1871, 3, 268, 134, 0, 1869, 1870, 5, 127, 0, 0, 1870, 1872, 3, 366, 183, 0, 1871, 1869, 1, 0, 0, 0, 1871, 1872, 1, 0, 0, 0, 1872, 1874, 1, 0, 0, 0, 1873, 1845, 1, 0, 0, 0, 1873, 1865, 1, 0, 0, 0, 1874, 267, 1, 0, 0, 0, 1875, 1876, 6, 134, -1, 0, 1876, 1880, 3, 272, 136, 0, 1877, 1878, 7, 30, 0, 0, 1878, 1880, 3, 268, 134, 7, 1879, 1875, 1, 0, 0, 0, 1879, 1877, 1, 0, 0, 0, 1880, 1902, 1, 0, 0, 0, 1881, 1882, 10, 6, 0, 0, 1882, 1883, 7, 31, 0, 0, 1883, 1901, 3, 268, 134, 7, 1884, 1885, 10, 5, 0, 0, 1885, 1886, 7, 32, 0, 0, 1886, 1901, 3, 268, 134, 6, 1887, 1888, 10, 4, 0, 0, 1888, 1889, 5, 512, 0, 0, 1889, 1901, 3, 268, 134, 5, 1890, 1891, 10, 3, 0, 0, 1891, 1892, 5, 513, 0, 0, 1892, 1901, 3, 268, 134, 4, 1893, 1894, 10, 2, 0, 0, 1894, 1895, 5, 511, 0, 0, 1895, 1901, 3, 268, 134, 3, 1896, 1897, 10, 1, 0, 0, 1897, 1898, 3, 354, 177, 0, 1898, 1899, 3, 268, 134, 2, 1899, 1901, 1, 0, 0, 0, 1900, 1881, 1, 0, 0, 0, 1900, 1884, 1, 0, 0, 0, 1900, 1887, 1, 0, 0, 0, 1900, 1890, 1, 0, 0, 0, 1900, 1893, 1, 0, 0, 0, 1900, 1896, 1, 0, 0, 0, 1901, 1904, 1, 0, 0, 0, 1902, 1900, 1, 0, 0, 0, 1902, 1903, 1, 0, 0, 0, 1903, 269, 1, 0, 0, 0, 1904, 1902, 1, 0, 0, 0, 1905, 1925, 3, 380, 190, 0, 1906, 1925, 3, 278, 139, 0, 1907, 1908, 3, 280, 140, 0, 1908, 1920, 5, 517, 0, 0, 1909, 1911, 3, 372, 186, 0, 1910, 1909, 1, 0, 0, 0, 1910, 1911, 1, 0, 0, 0, 1911, 1912, 1, 0, 0, 0, 1912, 1917, 3, 282, 141, 0, 1913, 1914, 5, 521, 0, 0, 1914, 1916, 3, 282, 141, 0, 1915, 1913, 1, 0, 0, 0, 1916, 1919, 1, 0, 0, 0, 1917, 1915, 1, 0, 0, 0, 1917, 1918, 1, 0, 0, 0, 1918, 1921, 1, 0, 0, 0, 1919, 1917, 1, 0, 0, 0, 1920, 1910, 1, 0, 0, 0, 1920, 1921, 1, 0, 0, 0, 1921, 1922, 1, 0, 0, 0, 1922, 1923, 5, 518, 0, 0, 1923, 1925, 1, 0, 0, 0, 1924, 1905, 1, 0, 0, 0, 1924, 1906, 1, 0, 0, 0, 1924, 1907, 1, 0, 0, 0, 1925, 271, 1, 0, 0, 0, 1926, 1927, 6, 136, -1, 0, 1927, 1929, 5, 40, 0, 0, 1928, 1930, 3, 318, 159, 0, 1929, 1928, 1, 0, 0, 0, 1930, 1931, 1, 0, 0, 0, 1931, 1929, 1, 0, 0, 0, 1931, 1932, 1, 0, 0, 0, 1932, 1935, 1, 0, 0, 0, 1933, 1934, 5, 120, 0, 0, 1934, 1936, 3, 260, 130, 0, 1935, 1933, 1, 0, 0, 0, 1935, 1936, 1, 0, 0, 0, 1936, 1937, 1, 0, 0, 0, 1937, 1938, 5, 122, 0, 0, 1938, 2002, 1, 0, 0, 0, 1939, 1940, 5, 40, 0, 0, 1940, 1942, 3, 260, 130, 0, 1941, 1943, 3, 318, 159, 0, 1942, 1941, 1, 0, 0, 0, 1943, 1944, 1, 0, 0, 0, 1944, 1942, 1, 0, 0, 0, 1944, 1945, 1, 0, 0, 0, 1945, 1948, 1, 0, 0, 0, 1946, 1947, 5, 120, 0, 0, 1947, 1949, 3, 260, 130, 0, 1948, 1946, 1, 0, 0, 0, 1948, 1949, 1, 0, 0, 0, 1949, 1950, 1, 0, 0, 0, 1950, 1951, 5, 122, 0, 0, 1951, 2002, 1, 0, 0, 0, 1952, 1953, 5, 41, 0, 0, 1953, 1954, 5, 517, 0, 0, 1954, 1955, 3, 260, 130, 0, 1955, 1956, 5, 17, 0, 0, 1956, 1957, 3, 58, 29, 0, 1957, 1958, 5, 518, 0, 0, 1958, 2002, 1, 0, 0, 0, 1959, 1960, 5, 458, 0, 0, 1960, 1961, 5, 517, 0, 0, 1961, 1964, 3, 260, 130, 0, 1962, 1963, 5, 462, 0, 0, 1963, 1965, 5, 477, 0, 0, 1964, 1962, 1, 0, 0, 0, 1964, 1965, 1, 0, 0, 0, 1965, 1966, 1, 0, 0, 0, 1966, 1967, 5, 518, 0, 0, 1967, 2002, 1, 0, 0, 0, 1968, 1969, 5, 468, 0, 0, 1969, 1970, 5, 517, 0, 0, 1970, 1973, 3, 260, 130, 0, 1971, 1972, 5, 462, 0, 0, 1972, 1974, 5, 477, 0, 0, 1973, 1971, 1, 0, 0, 0, 1973, 1974, 1, 0, 0, 0, 1974, 1975, 1, 0, 0, 0, 1975, 1976, 5, 518, 0, 0, 1976, 2002, 1, 0, 0, 0, 1977, 1978, 5, 282, 0, 0, 1978, 1979, 5, 517, 0, 0, 1979, 1980, 3, 268, 134, 0, 1980, 1981, 5, 170, 0, 0, 1981, 1982, 3, 268, 134, 0, 1982, 1983, 5, 518, 0, 0, 1983, 2002, 1, 0, 0, 0, 1984, 2002, 3, 362, 181, 0, 1985, 2002, 5, 528, 0, 0, 1986, 1987, 3, 336, 168, 0, 1987, 1988, 5, 514, 0, 0, 1988, 1989, 5, 528, 0, 0, 1989, 2002, 1, 0, 0, 0, 1990, 1991, 5, 517, 0, 0, 1991, 1992, 3, 160, 80, 0, 1992, 1993, 5, 518, 0, 0, 1993, 2002, 1, 0, 0, 0, 1994, 2002, 3, 270, 135, 0, 1995, 2002, 3, 54, 27, 0, 1996, 2002, 3, 284, 142, 0, 1997, 1998, 5, 517, 0, 0, 1998, 1999, 3, 260, 130, 0, 1999, 2000, 5, 518, 0, 0, 2000, 2002, 1, 0, 0, 0, 2001, 1926, 1, 0, 0, 0, 2001, 1939, 1, 0, 0, 0, 2001, 1952, 1, 0, 0, 0, 2001, 1959, 1, 0, 0, 0, 2001, 1968, 1, 0, 0, 0, 2001, 1977, 1, 0, 0, 0, 2001, 1984, 1, 0, 0, 0, 2001, 1985, 1, 0, 0, 0, 2001, 1986, 1, 0, 0, 0, 2001, 1990, 1, 0, 0, 0, 2001, 1994, 1, 0, 0, 0, 2001, 1995, 1, 0, 0, 0, 2001, 1996, 1, 0, 0, 0, 2001, 1997, 1, 0, 0, 0, 2002, 2010, 1, 0, 0, 0, 2003, 2004, 10, 4, 0, 0, 2004, 2005, 5, 515, 0, 0, 2005, 2006, 3, 268, 134, 0, 2006, 2007, 5, 516, 0, 0, 2007, 2009, 1, 0, 0, 0, 2008, 2003, 1, 0, 0, 0, 2009, 2012, 1, 0, 0, 0, 2010, 2008, 1, 0, 0, 0, 2010, 2011, 1, 0, 0, 0, 2011, 273, 1, 0, 0, 0, 2012, 2010, 1, 0, 0, 0, 2013, 2014, 3, 336, 168, 0, 2014, 275, 1, 0, 0, 0, 2015, 2020, 3, 384, 192, 0, 2016, 2020, 3, 380, 190, 0, 2017, 2020, 3, 382, 191, 0, 2018, 2020, 3, 336, 168, 0, 2019, 2015, 1, 0, 0, 0, 2019, 2016, 1, 0, 0, 0, 2019, 2017, 1, 0, 0, 0, 2019, 2018, 1, 0, 0, 0, 2020, 277, 1, 0, 0, 0, 2021, 2022, 3, 382, 191, 0, 2022, 2023, 5, 538, 0, 0, 2023, 2026, 1, 0, 0, 0, 2024, 2026, 3, 290, 145, 0, 2025, 2021, 1, 0, 0, 0, 2025, 2024, 1, 0, 0, 0, 2026, 279, 1, 0, 0, 0, 2027, 2030, 3, 384, 192, 0, 2028, 2030, 3, 336, 168, 0, 2029, 2027, 1, 0, 0, 0, 2029, 2028, 1, 0, 0, 0, 2030, 281, 1, 0, 0, 0, 2031, 2036, 3, 378, 189, 0, 2032, 2036, 3, 376, 188, 0, 2033, 2036, 3, 374, 187, 0, 2034, 2036, 3, 260, 130, 0, 2035, 2031, 1, 0, 0, 0, 2035, 2032, 1, 0, 0, 0, 2035, 2033, 1, 0, 0, 0, 2035, 2034, 1, 0, 0, 0, 2036, 283, 1, 0, 0, 0, 2037, 2038, 3, 336, 168, 0, 2038, 285, 1, 0, 0, 0, 2039, 2040, 3, 312, 156, 0, 2040, 287, 1, 0, 0, 0, 2041, 2044, 3, 312, 156, 0, 2042, 2044, 3, 284, 142, 0, 2043, 2041, 1, 0, 0, 0, 2043, 2042, 1, 0, 0, 0, 2044, 289, 1, 0, 0, 0, 2045, 2048, 5, 182, 0, 0, 2046, 2049, 3, 292, 146, 0, 2047, 2049, 3, 296, 148, 0, 2048, 2046, 1, 0, 0, 0, 2048, 2047, 1, 0, 0, 0, 2048, 2049, 1, 0, 0, 0, 2049, 291, 1, 0, 0, 0, 2050, 2052, 3, 294, 147, 0, 2051, 2053, 3, 298, 149, 0, 2052, 2051, 1, 0, 0, 0, 2052, 2053, 1, 0, 0, 0, 2053, 293, 1, 0, 0, 0, 2054, 2055, 3, 300, 150, 0, 2055, 2056, 3, 376, 188, 0, 2056, 2058, 1, 0, 0, 0, 2057, 2054, 1, 0, 0, 0, 2058, 2059, 1, 0, 0, 0, 2059, 2057, 1, 0, 0, 0, 2059, 2060, 1, 0, 0, 0, 2060, 295, 1, 0, 0, 0, 2061, 2064, 3, 298, 149, 0, 2062, 2065, 3, 294, 147, 0, 2063, 2065, 3, 298, 149, 0, 2064, 2062, 1, 0, 0, 0, 2064, 2063, 1, 0, 0, 0, 2064, 2065, 1, 0, 0, 0, 2065, 297, 1, 0, 0, 0, 2066, 2067, 3, 300, 150, 0, 2067, 2068, 3, 376, 188, 0, 2068, 2069, 5, 389, 0, 0, 2069, 2070, 3, 376, 188, 0, 2070, 299, 1, 0, 0, 0, 2071, 2073, 7, 33, 0, 0, 2072, 2071, 1, 0, 0, 0, 2072, 2073, 1, 0, 0, 0, 2073, 2074, 1, 0, 0, 0, 2074, 2077, 7, 34, 0, 0, 2075, 2077, 5, 538, 0, 0, 2076, 2072, 1, 0, 0, 0, 2076, 2075, 1, 0, 0, 0, 2077, 301, 1, 0, 0, 0, 2078, 2080, 5, 17, 0, 0, 2079, 2078, 1, 0, 0, 0, 2079, 2080, 1, 0, 0, 0, 2080, 2081, 1, 0, 0, 0, 2081, 2083, 3, 312, 156, 0, 2082, 2084, 3, 308, 154, 0, 2083, 2082, 1, 0, 0, 0, 2083, 2084, 1, 0, 0, 0, 2084, 303, 1, 0, 0, 0, 2085, 2086, 3, 312, 156, 0, 2086, 2087, 3, 306, 153, 0, 2087, 305, 1, 0, 0, 0, 2088, 2089, 5, 222, 0, 0, 2089, 2091, 3, 312, 156, 0, 2090, 2088, 1, 0, 0, 0, 2091, 2092, 1, 0, 0, 0, 2092, 2090, 1, 0, 0, 0, 2092, 2093, 1, 0, 0, 0, 2093, 2096, 1, 0, 0, 0, 2094, 2096, 1, 0, 0, 0, 2095, 2090, 1, 0, 0, 0, 2095, 2094, 1, 0, 0, 0, 2096, 307, 1, 0, 0, 0, 2097, 2098, 5, 517, 0, 0, 2098, 2099, 3, 310, 155, 0, 2099, 2100, 5, 518, 0, 0, 2100, 309, 1, 0, 0, 0, 2101, 2106, 3, 312, 156, 0, 2102, 2103, 5, 521, 0, 0, 2103, 2105, 3, 312, 156, 0, 2104, 2102, 1, 0, 0, 0, 2105, 2108, 1, 0, 0, 0, 2106, 2104, 1, 0, 0, 0, 2106, 2107, 1, 0, 0, 0, 2107, 311, 1, 0, 0, 0, 2108, 2106, 1, 0, 0, 0, 2109, 2113, 3, 314, 157, 0, 2110, 2113, 3, 316, 158, 0, 2111, 2113, 3, 386, 193, 0, 2112, 2109, 1, 0, 0, 0, 2112, 2110, 1, 0, 0, 0, 2112, 2111, 1, 0, 0, 0, 2113, 313, 1, 0, 0, 0, 2114, 2115, 7, 35, 0, 0, 2115, 315, 1, 0, 0, 0, 2116, 2117, 5, 538, 0, 0, 2117, 317, 1, 0, 0, 0, 2118, 2119, 5, 429, 0, 0, 2119, 2120, 3, 260, 130, 0, 2120, 2121, 5, 377, 0, 0, 2121, 2122, 3, 260, 130, 0, 2122, 319, 1, 0, 0, 0, 2123, 2124, 3, 312, 156, 0, 2124, 321, 1, 0, 0, 0, 2125, 2126, 3, 312, 156, 0, 2126, 323, 1, 0, 0, 0, 2127, 2130, 3, 312, 156, 0, 2128, 2129, 5, 514, 0, 0, 2129, 2131, 3, 312, 156, 0, 2130, 2128, 1, 0, 0, 0, 2130, 2131, 1, 0, 0, 0, 2131, 325, 1, 0, 0, 0, 2132, 2135, 3, 312, 156, 0, 2133, 2134, 5, 514, 0, 0, 2134, 2136, 3, 312, 156, 0, 2135, 2133, 1, 0, 0, 0, 2135, 2136, 1, 0, 0, 0, 2136, 327, 1, 0, 0, 0, 2137, 2140, 3, 312, 156, 0, 2138, 2139, 5, 514, 0, 0, 2139, 2141, 3, 312, 156, 0, 2140, 2138, 1, 0, 0, 0, 2140, 2141, 1, 0, 0, 0, 2141, 2150, 1, 0, 0, 0, 2142, 2143, 3, 312, 156, 0, 2143, 2144, 5, 514, 0, 0, 2144, 2147, 3, 312, 156, 0, 2145, 2146, 5, 514, 0, 0, 2146, 2148, 3, 312, 156, 0, 2147, 2145, 1, 0, 0, 0, 2147, 2148, 1, 0, 0, 0, 2148, 2150, 1, 0, 0, 0, 2149, 2137, 1, 0, 0, 0, 2149, 2142, 1, 0, 0, 0, 2150, 329, 1, 0, 0, 0, 2151, 2154, 3, 312, 156, 0, 2152, 2153, 5, 514, 0, 0, 2153, 2155, 3, 312, 156, 0, 2154, 2152, 1, 0, 0, 0, 2154, 2155, 1, 0, 0, 0, 2155, 2164, 1, 0, 0, 0, 2156, 2157, 3, 312, 156, 0, 2157, 2158, 5, 514, 0, 0, 2158, 2161, 3, 312, 156, 0, 2159, 2160, 5, 514, 0, 0, 2160, 2162, 3, 312, 156, 0, 2161, 2159, 1, 0, 0, 0, 2161, 2162, 1, 0, 0, 0, 2162, 2164, 1, 0, 0, 0, 2163, 2151, 1, 0, 0, 0, 2163, 2156, 1, 0, 0, 0, 2164, 331, 1, 0, 0, 0, 2165, 2168, 3, 312, 156, 0, 2166, 2167, 5, 514, 0, 0, 2167, 2169, 3, 312, 156, 0, 2168, 2166, 1, 0, 0, 0, 2168, 2169, 1, 0, 0, 0, 2169, 2178, 1, 0, 0, 0, 2170, 2171, 3, 312, 156, 0, 2171, 2172, 5, 514, 0, 0, 2172, 2175, 3, 312, 156, 0, 2173, 2174, 5, 514, 0, 0, 2174, 2176, 3, 312, 156, 0, 2175, 2173, 1, 0, 0, 0, 2175, 2176, 1, 0, 0, 0, 2176, 2178, 1, 0, 0, 0, 2177, 2165, 1, 0, 0, 0, 2177, 2170, 1, 0, 0, 0, 2178, 333, 1, 0, 0, 0, 2179, 2182, 3, 312, 156, 0, 2180, 2181, 5, 514, 0, 0, 2181, 2183, 3, 312, 156, 0, 2182, 2180, 1, 0, 0, 0, 2182, 2183, 1, 0, 0, 0, 2183, 2192, 1, 0, 0, 0, 2184, 2185, 3, 312, 156, 0, 2185, 2186, 5, 514, 0, 0, 2186, 2189, 3, 312, 156, 0, 2187, 2188, 5, 514, 0, 0, 2188, 2190, 3, 312, 156, 0, 2189, 2187, 1, 0, 0, 0, 2189, 2190, 1, 0, 0, 0, 2190, 2192, 1, 0, 0, 0, 2191, 2179, 1, 0, 0, 0, 2191, 2184, 1, 0, 0, 0, 2192, 335, 1, 0, 0, 0, 2193, 2198, 3, 312, 156, 0, 2194, 2195, 5, 514, 0, 0, 2195, 2197, 3, 312, 156, 0, 2196, 2194, 1, 0, 0, 0, 2197, 2200, 1, 0, 0, 0, 2198, 2199, 1, 0, 0, 0, 2198, 2196, 1, 0, 0, 0, 2199, 337, 1, 0, 0, 0, 2200, 2198, 1, 0, 0, 0, 2201, 2202, 5, 434, 0, 0, 2202, 2203, 3, 344, 172, 0, 2203, 339, 1, 0, 0, 0, 2204, 2205, 5, 167, 0, 0, 2205, 2206, 5, 242, 0, 0, 2206, 2207, 5, 133, 0, 0, 2207, 341, 1, 0, 0, 0, 2208, 2209, 5, 167, 0, 0, 2209, 2210, 5, 133, 0, 0, 2210, 343, 1, 0, 0, 0, 2211, 2212, 5, 517, 0, 0, 2212, 2217, 3, 346, 173, 0, 2213, 2214, 5, 521, 0, 0, 2214, 2216, 3, 346, 173, 0, 2215, 2213, 1, 0, 0, 0, 2216, 2219, 1, 0, 0, 0, 2217, 2215, 1, 0, 0, 0, 2217, 2218, 1, 0, 0, 0, 2218, 2220, 1, 0, 0, 0, 2219, 2217, 1, 0, 0, 0, 2220, 2221, 5, 518, 0, 0, 2221, 345, 1, 0, 0, 0, 2222, 2227, 3, 348, 174, 0, 2223, 2225, 5, 506, 0, 0, 2224, 2223, 1, 0, 0, 0, 2224, 2225, 1, 0, 0, 0, 2225, 2226, 1, 0, 0, 0, 2226, 2228, 3, 350, 175, 0, 2227, 2224, 1, 0, 0, 0, 2227, 2228, 1, 0, 0, 0, 2228, 347, 1, 0, 0, 0, 2229, 2233, 3, 312, 156, 0, 2230, 2233, 3, 284, 142, 0, 2231, 2233, 5, 538, 0, 0, 2232, 2229, 1, 0, 0, 0, 2232, 2230, 1, 0, 0, 0, 2232, 2231, 1, 0, 0, 0, 2233, 349, 1, 0, 0, 0, 2234, 2239, 5, 539, 0, 0, 2235, 2239, 5, 540, 0, 0, 2236, 2239, 3, 370, 185, 0, 2237, 2239, 5, 538, 0, 0, 2238, 2234, 1, 0, 0, 0, 2238, 2235, 1, 0, 0, 0, 2238, 2236, 1, 0, 0, 0, 2238, 2237, 1, 0, 0, 0, 2239, 351, 1, 0, 0, 0, 2240, 2247, 5, 10, 0, 0, 2241, 2242, 5, 512, 0, 0, 2242, 2247, 5, 512, 0, 0, 2243, 2247, 5, 258, 0, 0, 2244, 2245, 5, 511, 0, 0, 2245, 2247, 5, 511, 0, 0, 2246, 2240, 1, 0, 0, 0, 2246, 2241, 1, 0, 0, 0, 2246, 2243, 1, 0, 0, 0, 2246, 2244, 1, 0, 0, 0, 2247, 353, 1, 0, 0, 0, 2248, 2263, 5, 506, 0, 0, 2249, 2263, 5, 507, 0, 0, 2250, 2263, 5, 508, 0, 0, 2251, 2252, 5, 508, 0, 0, 2252, 2263, 5, 506, 0, 0, 2253, 2254, 5, 507, 0, 0, 2254, 2263, 5, 506, 0, 0, 2255, 2256, 5, 508, 0, 0, 2256, 2263, 5, 507, 0, 0, 2257, 2258, 5, 509, 0, 0, 2258, 2263, 5, 506, 0, 0, 2259, 2260, 5, 508, 0, 0, 2260, 2261, 5, 506, 0, 0, 2261, 2263, 5, 507, 0, 0, 2262, 2248, 1, 0, 0, 0, 2262, 2249, 1, 0, 0, 0, 2262, 2250, 1, 0, 0, 0, 2262, 2251, 1, 0, 0, 0, 2262, 2253, 1, 0, 0, 0, 2262, 2255, 1, 0, 0, 0, 2262, 2257, 1, 0, 0, 0, 2262, 2259, 1, 0, 0, 0, 2263, 355, 1, 0, 0, 0, 2264, 2265, 5, 508, 0, 0, 2265, 2272, 5, 508, 0, 0, 2266, 2267, 5, 507, 0, 0, 2267, 2272, 5, 507, 0, 0, 2268, 2272, 5, 512, 0, 0, 2269, 2272, 5, 513, 0, 0, 2270, 2272, 5, 511, 0, 0, 2271, 2264, 1, 0, 0, 0, 2271, 2266, 1, 0, 0, 0, 2271, 2268, 1, 0, 0, 0, 2271, 2269, 1, 0, 0, 0, 2271, 2270, 1, 0, 0, 0, 2272, 357, 1, 0, 0, 0, 2273, 2274, 7, 36, 0, 0, 2274, 359, 1, 0, 0, 0, 2275, 2276, 7, 37, 0, 0, 2276, 361, 1, 0, 0, 0, 2277, 2292, 3, 290, 145, 0, 2278, 2292, 3, 364, 182, 0, 2279, 2292, 3, 366, 183, 0, 2280, 2282, 5, 530, 0, 0, 2281, 2280, 1, 0, 0, 0, 2281, 2282, 1, 0, 0, 0, 2282, 2283, 1, 0, 0, 0, 2283, 2292, 3, 368, 184, 0, 2284, 2292, 3, 370, 185, 0, 2285, 2292, 5, 540, 0, 0, 2286, 2292, 5, 541, 0, 0, 2287, 2289, 5, 242, 0, 0, 2288, 2287, 1, 0, 0, 0, 2288, 2289, 1, 0, 0, 0, 2289, 2290, 1, 0, 0, 0, 2290, 2292, 5, 245, 0, 0, 2291, 2277, 1, 0, 0, 0, 2291, 2278, 1, 0, 0, 0, 2291, 2279, 1, 0, 0, 0, 2291, 2281, 1, 0, 0, 0, 2291, 2284, 1, 0, 0, 0, 2291, 2285, 1, 0, 0, 0, 2291, 2286, 1, 0, 0, 0, 2291, 2288, 1, 0, 0, 0, 2292, 363, 1, 0, 0, 0, 2293, 2294, 3, 374, 187, 0, 2294, 2295, 3, 366, 183, 0, 2295, 365, 1, 0, 0, 0, 2296, 2297, 5, 538, 0, 0, 2297, 367, 1, 0, 0, 0, 2298, 2299, 5, 539, 0, 0, 2299, 369, 1, 0, 0, 0, 2300, 2301, 7, 38, 0, 0, 2301, 371, 1, 0, 0, 0, 2302, 2303, 7, 39, 0, 0, 2303, 373, 1, 0, 0, 0, 2304, 2305, 7, 40, 0, 0, 2305, 375, 1, 0, 0, 0, 2306, 2307, 7, 41, 0, 0, 2307, 377, 1, 0, 0, 0, 2308, 2309, 7, 42, 0, 0, 2309, 379, 1, 0, 0, 0, 2310, 2311, 7, 43, 0, 0, 2311, 381, 1, 0, 0, 0, 2312, 2313, 7, 44, 0, 0, 2313, 383, 1, 0, 0, 0, 2314, 2315, 7, 45, 0, 0, 2315, 385, 1, 0, 0, 0, 2316, 2317, 7, 46, 0, 0, 2317, 387, 1, 0, 0, 0, 274, 391, 398, 401, 415, 433, 437, 446, 451, 458, 469, 478, 490, 493, 500, 503, 511, 515, 520, 523, 530, 538, 542, 554, 562, 566, 598, 601, 606, 610, 614, 618, 627, 632, 636, 640, 645, 648, 652, 657, 663, 668, 673, 677, 681, 685, 695, 703, 707, 711, 715, 719, 723, 727, 731, 735, 737, 747, 755, 779, 793, 798, 802, 808, 811, 814, 821, 824, 833, 845, 869, 881, 886, 890, 898, 902, 908, 918, 923, 929, 933, 937, 941, 950, 954, 961, 964, 974, 982, 990, 994, 1009, 1028, 1039, 1043, 1050, 1055, 1061, 1065, 1072, 1076, 1080, 1084, 1092, 1096, 1101, 1107, 1113, 1116, 1120, 1131, 1140, 1147, 1158, 1170, 1185, 1188, 1192, 1195, 1197, 1202, 1206, 1209, 1213, 1222, 1231, 1241, 1246, 1257, 1260, 1263, 1266, 1269, 1275, 1279, 1287, 1290, 1295, 1298, 1302, 1305, 1307, 1321, 1332, 1337, 1345, 1348, 1351, 1356, 1358, 1360, 1365, 1368, 1372, 1376, 1385, 1396, 1423, 1445, 1458, 1470, 1483, 1495, 1507, 1513, 1540, 1548, 1552, 1555, 1558, 1565, 1568, 1571, 1574, 1577, 1580, 1585, 1588, 1597, 1602, 1606, 1611, 1617, 1622, 1626, 1645, 1653, 1661, 1665, 1669, 1679, 1705, 1713, 1725, 1747, 1749, 1760, 1763, 1765, 1769, 1773, 1780, 1789, 1795, 1808, 1815, 1820, 1826, 1833, 1840, 1842, 1845, 1857, 1862, 1865, 1871, 1873, 1879, 1900, 1902, 1910, 1917, 1920, 1924, 1931, 1935, 1944, 1948, 1964, 1973, 2001, 2010, 2019, 2025, 2029, 2035, 2043, 2048, 2052, 2059, 2064, 2072, 2076, 2079, 2083, 2092, 2095, 2106, 2112, 2130, 2135, 2140, 2147, 2149, 2154, 2161, 2163, 2168, 2175, 2177, 2182, 2189, 2191, 2198, 2217, 2224, 2227, 2232, 2238, 2246, 2262, 2271, 2281, 2288, 2291] \ No newline at end of file diff --git a/src/lib/flink/FlinkSqlParser.ts b/src/lib/flink/FlinkSqlParser.ts index 7c2f5de7..d588bc49 100644 --- a/src/lib/flink/FlinkSqlParser.ts +++ b/src/lib/flink/FlinkSqlParser.ts @@ -636,122 +636,123 @@ export class FlinkSqlParser extends SQLParserBase { public static readonly RULE_insertPartitionDefinition = 74; public static readonly RULE_valuesDefinition = 75; public static readonly RULE_valuesRowDefinition = 76; - public static readonly RULE_insertMulStatementCompatibility = 77; - public static readonly RULE_insertMulStatement = 78; - public static readonly RULE_queryStatement = 79; - public static readonly RULE_valuesClause = 80; - public static readonly RULE_withClause = 81; - public static readonly RULE_withItem = 82; - public static readonly RULE_withItemName = 83; - public static readonly RULE_selectStatement = 84; - public static readonly RULE_selectClause = 85; - public static readonly RULE_projectItemDefinition = 86; - public static readonly RULE_overWindowItem = 87; - public static readonly RULE_fromClause = 88; - public static readonly RULE_tableExpression = 89; - public static readonly RULE_tableReference = 90; - public static readonly RULE_tablePrimary = 91; - public static readonly RULE_systemTimePeriod = 92; - public static readonly RULE_dateTimeExpression = 93; - public static readonly RULE_inlineDataValueClause = 94; - public static readonly RULE_windowTVFClause = 95; - public static readonly RULE_windowTVFExpression = 96; - public static readonly RULE_windowTVFName = 97; - public static readonly RULE_windowTVFParam = 98; - public static readonly RULE_timeIntervalParamName = 99; - public static readonly RULE_columnDescriptor = 100; - public static readonly RULE_joinCondition = 101; - public static readonly RULE_whereClause = 102; - public static readonly RULE_groupByClause = 103; - public static readonly RULE_groupItemDefinition = 104; - public static readonly RULE_groupingSets = 105; - public static readonly RULE_groupingSetsNotationName = 106; - public static readonly RULE_groupWindowFunction = 107; - public static readonly RULE_groupWindowFunctionName = 108; - public static readonly RULE_timeAttrColumn = 109; - public static readonly RULE_havingClause = 110; - public static readonly RULE_windowClause = 111; - public static readonly RULE_namedWindow = 112; - public static readonly RULE_windowSpec = 113; - public static readonly RULE_matchRecognizeClause = 114; - public static readonly RULE_orderByClause = 115; - public static readonly RULE_orderItemDefinition = 116; - public static readonly RULE_limitClause = 117; - public static readonly RULE_partitionByClause = 118; - public static readonly RULE_quantifiers = 119; - public static readonly RULE_measuresClause = 120; - public static readonly RULE_patternDefinition = 121; - public static readonly RULE_patternVariable = 122; - public static readonly RULE_outputMode = 123; - public static readonly RULE_afterMatchStrategy = 124; - public static readonly RULE_patternVariablesDefinition = 125; - public static readonly RULE_windowFrame = 126; - public static readonly RULE_frameBound = 127; - public static readonly RULE_withinClause = 128; - public static readonly RULE_expression = 129; - public static readonly RULE_booleanExpression = 130; - public static readonly RULE_predicate = 131; - public static readonly RULE_likePredicate = 132; - public static readonly RULE_valueExpression = 133; - public static readonly RULE_functionCallExpression = 134; - public static readonly RULE_primaryExpression = 135; - public static readonly RULE_functionNameCreate = 136; - public static readonly RULE_functionName = 137; - public static readonly RULE_functionNameAndParams = 138; - public static readonly RULE_functionNameWithParams = 139; - public static readonly RULE_functionParam = 140; - public static readonly RULE_dereferenceDefinition = 141; - public static readonly RULE_correlationName = 142; - public static readonly RULE_qualifiedName = 143; - public static readonly RULE_timeIntervalExpression = 144; - public static readonly RULE_errorCapturingMultiUnitsInterval = 145; - public static readonly RULE_multiUnitsInterval = 146; - public static readonly RULE_errorCapturingUnitToUnitInterval = 147; - public static readonly RULE_unitToUnitInterval = 148; - public static readonly RULE_intervalValue = 149; - public static readonly RULE_tableAlias = 150; - public static readonly RULE_errorCapturingIdentifier = 151; - public static readonly RULE_errorCapturingIdentifierExtra = 152; - public static readonly RULE_identifierList = 153; - public static readonly RULE_identifierSeq = 154; - public static readonly RULE_identifier = 155; - public static readonly RULE_unquotedIdentifier = 156; - public static readonly RULE_quotedIdentifier = 157; - public static readonly RULE_whenClause = 158; - public static readonly RULE_catalogPath = 159; - public static readonly RULE_catalogPathCreate = 160; - public static readonly RULE_databasePath = 161; - public static readonly RULE_databasePathCreate = 162; - public static readonly RULE_tablePathCreate = 163; - public static readonly RULE_tablePath = 164; - public static readonly RULE_viewPath = 165; - public static readonly RULE_viewPathCreate = 166; - public static readonly RULE_uid = 167; - public static readonly RULE_withOption = 168; - public static readonly RULE_ifNotExists = 169; - public static readonly RULE_ifExists = 170; - public static readonly RULE_tablePropertyList = 171; - public static readonly RULE_tableProperty = 172; - public static readonly RULE_tablePropertyKey = 173; - public static readonly RULE_tablePropertyValue = 174; - public static readonly RULE_logicalOperator = 175; - public static readonly RULE_comparisonOperator = 176; - public static readonly RULE_bitOperator = 177; - public static readonly RULE_mathOperator = 178; - public static readonly RULE_unaryOperator = 179; - public static readonly RULE_constant = 180; - public static readonly RULE_timePointLiteral = 181; - public static readonly RULE_stringLiteral = 182; - public static readonly RULE_decimalLiteral = 183; - public static readonly RULE_booleanLiteral = 184; - public static readonly RULE_setQuantifier = 185; - public static readonly RULE_timePointUnit = 186; - public static readonly RULE_timeIntervalUnit = 187; - public static readonly RULE_reservedKeywordsUsedAsFuncParam = 188; - public static readonly RULE_reservedKeywordsNoParamsUsedAsFuncName = 189; - public static readonly RULE_reservedKeywordsFollowParamsUsedAsFuncName = 190; - public static readonly RULE_reservedKeywordsUsedAsFuncName = 191; - public static readonly RULE_nonReservedKeywords = 192; + public static readonly RULE_valueDefinition = 77; + public static readonly RULE_insertMulStatementCompatibility = 78; + public static readonly RULE_insertMulStatement = 79; + public static readonly RULE_queryStatement = 80; + public static readonly RULE_valuesClause = 81; + public static readonly RULE_withClause = 82; + public static readonly RULE_withItem = 83; + public static readonly RULE_withItemName = 84; + public static readonly RULE_selectStatement = 85; + public static readonly RULE_selectClause = 86; + public static readonly RULE_projectItemDefinition = 87; + public static readonly RULE_overWindowItem = 88; + public static readonly RULE_fromClause = 89; + public static readonly RULE_tableExpression = 90; + public static readonly RULE_tableReference = 91; + public static readonly RULE_tablePrimary = 92; + public static readonly RULE_systemTimePeriod = 93; + public static readonly RULE_dateTimeExpression = 94; + public static readonly RULE_inlineDataValueClause = 95; + public static readonly RULE_windowTVFClause = 96; + public static readonly RULE_windowTVFExpression = 97; + public static readonly RULE_windowTVFName = 98; + public static readonly RULE_windowTVFParam = 99; + public static readonly RULE_timeIntervalParamName = 100; + public static readonly RULE_columnDescriptor = 101; + public static readonly RULE_joinCondition = 102; + public static readonly RULE_whereClause = 103; + public static readonly RULE_groupByClause = 104; + public static readonly RULE_groupItemDefinition = 105; + public static readonly RULE_groupingSets = 106; + public static readonly RULE_groupingSetsNotationName = 107; + public static readonly RULE_groupWindowFunction = 108; + public static readonly RULE_groupWindowFunctionName = 109; + public static readonly RULE_timeAttrColumn = 110; + public static readonly RULE_havingClause = 111; + public static readonly RULE_windowClause = 112; + public static readonly RULE_namedWindow = 113; + public static readonly RULE_windowSpec = 114; + public static readonly RULE_matchRecognizeClause = 115; + public static readonly RULE_orderByClause = 116; + public static readonly RULE_orderItemDefinition = 117; + public static readonly RULE_limitClause = 118; + public static readonly RULE_partitionByClause = 119; + public static readonly RULE_quantifiers = 120; + public static readonly RULE_measuresClause = 121; + public static readonly RULE_patternDefinition = 122; + public static readonly RULE_patternVariable = 123; + public static readonly RULE_outputMode = 124; + public static readonly RULE_afterMatchStrategy = 125; + public static readonly RULE_patternVariablesDefinition = 126; + public static readonly RULE_windowFrame = 127; + public static readonly RULE_frameBound = 128; + public static readonly RULE_withinClause = 129; + public static readonly RULE_expression = 130; + public static readonly RULE_booleanExpression = 131; + public static readonly RULE_predicate = 132; + public static readonly RULE_likePredicate = 133; + public static readonly RULE_valueExpression = 134; + public static readonly RULE_functionCallExpression = 135; + public static readonly RULE_primaryExpression = 136; + public static readonly RULE_functionNameCreate = 137; + public static readonly RULE_functionName = 138; + public static readonly RULE_functionNameAndParams = 139; + public static readonly RULE_functionNameWithParams = 140; + public static readonly RULE_functionParam = 141; + public static readonly RULE_dereferenceDefinition = 142; + public static readonly RULE_correlationName = 143; + public static readonly RULE_qualifiedName = 144; + public static readonly RULE_timeIntervalExpression = 145; + public static readonly RULE_errorCapturingMultiUnitsInterval = 146; + public static readonly RULE_multiUnitsInterval = 147; + public static readonly RULE_errorCapturingUnitToUnitInterval = 148; + public static readonly RULE_unitToUnitInterval = 149; + public static readonly RULE_intervalValue = 150; + public static readonly RULE_tableAlias = 151; + public static readonly RULE_errorCapturingIdentifier = 152; + public static readonly RULE_errorCapturingIdentifierExtra = 153; + public static readonly RULE_identifierList = 154; + public static readonly RULE_identifierSeq = 155; + public static readonly RULE_identifier = 156; + public static readonly RULE_unquotedIdentifier = 157; + public static readonly RULE_quotedIdentifier = 158; + public static readonly RULE_whenClause = 159; + public static readonly RULE_catalogPath = 160; + public static readonly RULE_catalogPathCreate = 161; + public static readonly RULE_databasePath = 162; + public static readonly RULE_databasePathCreate = 163; + public static readonly RULE_tablePathCreate = 164; + public static readonly RULE_tablePath = 165; + public static readonly RULE_viewPath = 166; + public static readonly RULE_viewPathCreate = 167; + public static readonly RULE_uid = 168; + public static readonly RULE_withOption = 169; + public static readonly RULE_ifNotExists = 170; + public static readonly RULE_ifExists = 171; + public static readonly RULE_tablePropertyList = 172; + public static readonly RULE_tableProperty = 173; + public static readonly RULE_tablePropertyKey = 174; + public static readonly RULE_tablePropertyValue = 175; + public static readonly RULE_logicalOperator = 176; + public static readonly RULE_comparisonOperator = 177; + public static readonly RULE_bitOperator = 178; + public static readonly RULE_mathOperator = 179; + public static readonly RULE_unaryOperator = 180; + public static readonly RULE_constant = 181; + public static readonly RULE_timePointLiteral = 182; + public static readonly RULE_stringLiteral = 183; + public static readonly RULE_decimalLiteral = 184; + public static readonly RULE_booleanLiteral = 185; + public static readonly RULE_setQuantifier = 186; + public static readonly RULE_timePointUnit = 187; + public static readonly RULE_timeIntervalUnit = 188; + public static readonly RULE_reservedKeywordsUsedAsFuncParam = 189; + public static readonly RULE_reservedKeywordsNoParamsUsedAsFuncName = 190; + public static readonly RULE_reservedKeywordsFollowParamsUsedAsFuncName = 191; + public static readonly RULE_reservedKeywordsUsedAsFuncName = 192; + public static readonly RULE_nonReservedKeywords = 193; public static readonly literalNames = [ null, null, null, null, "'ABS'", "'ALL'", "'ALLOCATE'", "'ALLOW'", @@ -985,7 +986,7 @@ export class FlinkSqlParser extends SQLParserBase { "addUnique", "notForced", "alterView", "alterDatabase", "alterFunction", "dropCatalog", "dropTable", "dropDatabase", "dropView", "dropFunction", "insertStatement", "insertSimpleStatement", "insertPartitionDefinition", - "valuesDefinition", "valuesRowDefinition", "insertMulStatementCompatibility", + "valuesDefinition", "valuesRowDefinition", "valueDefinition", "insertMulStatementCompatibility", "insertMulStatement", "queryStatement", "valuesClause", "withClause", "withItem", "withItemName", "selectStatement", "selectClause", "projectItemDefinition", "overWindowItem", "fromClause", "tableExpression", "tableReference", @@ -1039,21 +1040,21 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 389; + this.state = 391; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 8 || _la === 24 || _la === 72 || ((((_la - 109)) & ~0x1F) === 0 && ((1 << (_la - 109)) & 75497601) !== 0) || _la === 177 || ((((_la - 313)) & ~0x1F) === 0 && ((1 << (_la - 313)) & 822083585) !== 0) || ((((_la - 411)) & ~0x1F) === 0 && ((1 << (_la - 411)) & 142606353) !== 0) || _la === 451 || _la === 469 || ((((_la - 490)) & ~0x1F) === 0 && ((1 << (_la - 490)) & 134219777) !== 0) || _la === 522) { { { - this.state = 386; + this.state = 388; this.singleStatement(); } } - this.state = 391; + this.state = 393; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 392; + this.state = 394; this.match(FlinkSqlParser.EOF); } } @@ -1075,7 +1076,7 @@ export class FlinkSqlParser extends SQLParserBase { let localContext = new SingleStatementContext(this.context, this.state); this.enterRule(localContext, 2, FlinkSqlParser.RULE_singleStatement); try { - this.state = 399; + this.state = 401; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_ALTER: @@ -1101,14 +1102,14 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.LR_BRACKET: this.enterOuterAlt(localContext, 1); { - this.state = 394; - this.sqlStatement(); this.state = 396; + this.sqlStatement(); + this.state = 398; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 1, this.context) ) { case 1: { - this.state = 395; + this.state = 397; this.match(FlinkSqlParser.SEMICOLON); } break; @@ -1118,7 +1119,7 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.SEMICOLON: this.enterOuterAlt(localContext, 2); { - this.state = 398; + this.state = 400; this.emptyStatement(); } break; @@ -1144,90 +1145,90 @@ export class FlinkSqlParser extends SQLParserBase { let localContext = new SqlStatementContext(this.context, this.state); this.enterRule(localContext, 4, FlinkSqlParser.RULE_sqlStatement); try { - this.state = 413; + this.state = 415; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 3, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 401; + this.state = 403; this.ddlStatement(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 402; + this.state = 404; this.dmlStatement(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 403; + this.state = 405; this.describeStatement(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 404; + this.state = 406; this.explainStatement(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 405; + this.state = 407; this.useStatement(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 406; + this.state = 408; this.showStatement(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 407; + this.state = 409; this.loadStatement(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 408; + this.state = 410; this.unloadStatement(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 409; + this.state = 411; this.setStatement(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 410; + this.state = 412; this.resetStatement(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 411; + this.state = 413; this.jarStatement(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 412; + this.state = 414; this.dtAddStatement(); } break; @@ -1253,7 +1254,7 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 415; + this.state = 417; this.match(FlinkSqlParser.SEMICOLON); } } @@ -1275,104 +1276,104 @@ export class FlinkSqlParser extends SQLParserBase { let localContext = new DdlStatementContext(this.context, this.state); this.enterRule(localContext, 8, FlinkSqlParser.RULE_ddlStatement); try { - this.state = 431; + this.state = 433; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 4, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 417; + this.state = 419; this.createTable(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 418; + this.state = 420; this.createDatabase(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 419; + this.state = 421; this.createView(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 420; + this.state = 422; this.createFunction(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 421; + this.state = 423; this.createCatalog(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 422; + this.state = 424; this.alterTable(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 423; + this.state = 425; this.alterView(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 424; + this.state = 426; this.alterDatabase(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 425; + this.state = 427; this.alterFunction(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 426; + this.state = 428; this.dropCatalog(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 427; + this.state = 429; this.dropTable(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 428; + this.state = 430; this.dropDatabase(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 429; + this.state = 431; this.dropView(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 430; + this.state = 432; this.dropFunction(); } break; @@ -1396,7 +1397,7 @@ export class FlinkSqlParser extends SQLParserBase { let localContext = new DmlStatementContext(this.context, this.state); this.enterRule(localContext, 10, FlinkSqlParser.RULE_dmlStatement); try { - this.state = 435; + this.state = 437; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_SELECT: @@ -1405,7 +1406,7 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.LR_BRACKET: this.enterOuterAlt(localContext, 1); { - this.state = 433; + this.state = 435; this.queryStatement(0); } break; @@ -1414,7 +1415,7 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_INSERT: this.enterOuterAlt(localContext, 2); { - this.state = 434; + this.state = 436; this.insertStatement(); } break; @@ -1443,7 +1444,7 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 437; + this.state = 439; _la = this.tokenStream.LA(1); if(!(_la === 109 || _la === 451)) { this.errorHandler.recoverInline(this); @@ -1452,7 +1453,7 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 438; + this.state = 440; this.tablePath(); } } @@ -1476,24 +1477,24 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 440; + this.state = 442; this.match(FlinkSqlParser.KW_EXPLAIN); - this.state = 444; + this.state = 446; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_CHANGELOG_MODE: case FlinkSqlParser.KW_ESTIMATED_COST: case FlinkSqlParser.KW_JSON_EXECUTION_PLAN: { - this.state = 441; + this.state = 443; this.explainDetails(); } break; case FlinkSqlParser.KW_PLAN: { - this.state = 442; + this.state = 444; this.match(FlinkSqlParser.KW_PLAN); - this.state = 443; + this.state = 445; this.match(FlinkSqlParser.KW_FOR); } break; @@ -1509,24 +1510,24 @@ export class FlinkSqlParser extends SQLParserBase { default: break; } - this.state = 449; + this.state = 451; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 7, this.context) ) { case 1: { - this.state = 446; + this.state = 448; this.dmlStatement(); } break; case 2: { - this.state = 447; + this.state = 449; this.insertSimpleStatement(); } break; case 3: { - this.state = 448; + this.state = 450; this.insertMulStatement(); } break; @@ -1554,21 +1555,21 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 451; + this.state = 453; this.explainDetail(); - this.state = 456; + this.state = 458; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 452; + this.state = 454; this.match(FlinkSqlParser.COMMA); - this.state = 453; + this.state = 455; this.explainDetail(); } } - this.state = 458; + this.state = 460; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -1595,7 +1596,7 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 459; + this.state = 461; _la = this.tokenStream.LA(1); if(!(_la === 45 || _la === 128 || _la === 189)) { this.errorHandler.recoverInline(this); @@ -1624,33 +1625,33 @@ export class FlinkSqlParser extends SQLParserBase { let localContext = new UseStatementContext(this.context, this.state); this.enterRule(localContext, 20, FlinkSqlParser.RULE_useStatement); try { - this.state = 467; + this.state = 469; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 9, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 461; + this.state = 463; this.match(FlinkSqlParser.KW_USE); - this.state = 462; + this.state = 464; this.match(FlinkSqlParser.KW_CATALOG); - this.state = 463; + this.state = 465; this.catalogPath(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 464; + this.state = 466; this.match(FlinkSqlParser.KW_USE); - this.state = 465; + this.state = 467; this.databasePath(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 466; + this.state = 468; this.useModuleStatement(); } break; @@ -1677,25 +1678,25 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 469; + this.state = 471; this.match(FlinkSqlParser.KW_USE); - this.state = 470; + this.state = 472; this.match(FlinkSqlParser.KW_MODULES); - this.state = 471; + this.state = 473; this.uid(); - this.state = 476; + this.state = 478; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 472; + this.state = 474; this.match(FlinkSqlParser.COMMA); - this.state = 473; + this.state = 475; this.uid(); } } - this.state = 478; + this.state = 480; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -1720,15 +1721,15 @@ export class FlinkSqlParser extends SQLParserBase { this.enterRule(localContext, 24, FlinkSqlParser.RULE_showStatement); let _la: number; try { - this.state = 521; + this.state = 523; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 18, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 479; + this.state = 481; this.match(FlinkSqlParser.KW_SHOW); - this.state = 480; + this.state = 482; _la = this.tokenStream.LA(1); if(!(_la === 42 || _la === 90 || _la === 423 || _la === 465)) { this.errorHandler.recoverInline(this); @@ -1742,11 +1743,11 @@ export class FlinkSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 481; + this.state = 483; this.match(FlinkSqlParser.KW_SHOW); - this.state = 482; + this.state = 484; this.match(FlinkSqlParser.KW_CURRENT); - this.state = 483; + this.state = 485; _la = this.tokenStream.LA(1); if(!(_la === 442 || _la === 448)) { this.errorHandler.recoverInline(this); @@ -1760,16 +1761,16 @@ export class FlinkSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 484; + this.state = 486; this.match(FlinkSqlParser.KW_SHOW); - this.state = 485; + this.state = 487; this.match(FlinkSqlParser.KW_TABLES); - this.state = 488; + this.state = 490; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151 || _la === 170) { { - this.state = 486; + this.state = 488; _la = this.tokenStream.LA(1); if(!(_la === 151 || _la === 170)) { this.errorHandler.recoverInline(this); @@ -1778,17 +1779,17 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 487; + this.state = 489; this.databasePath(); } } - this.state = 491; + this.state = 493; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 203 || _la === 242) { { - this.state = 490; + this.state = 492; this.likePredicate(); } } @@ -1798,11 +1799,11 @@ export class FlinkSqlParser extends SQLParserBase { case 4: this.enterOuterAlt(localContext, 4); { - this.state = 493; + this.state = 495; this.match(FlinkSqlParser.KW_SHOW); - this.state = 494; + this.state = 496; this.match(FlinkSqlParser.KW_COLUMNS); - this.state = 495; + this.state = 497; _la = this.tokenStream.LA(1); if(!(_la === 151 || _la === 170)) { this.errorHandler.recoverInline(this); @@ -1811,28 +1812,28 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 498; + this.state = 500; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 13, this.context) ) { case 1: { - this.state = 496; + this.state = 498; this.viewPath(); } break; case 2: { - this.state = 497; + this.state = 499; this.tablePath(); } break; } - this.state = 501; + this.state = 503; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 203 || _la === 242) { { - this.state = 500; + this.state = 502; this.likePredicate(); } } @@ -1842,26 +1843,26 @@ export class FlinkSqlParser extends SQLParserBase { case 5: this.enterOuterAlt(localContext, 5); { - this.state = 503; + this.state = 505; this.match(FlinkSqlParser.KW_SHOW); - this.state = 504; + this.state = 506; this.match(FlinkSqlParser.KW_CREATE); - this.state = 509; + this.state = 511; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_TABLE: { - this.state = 505; + this.state = 507; this.match(FlinkSqlParser.KW_TABLE); - this.state = 506; + this.state = 508; this.tablePath(); } break; case FlinkSqlParser.KW_VIEW: { - this.state = 507; + this.state = 509; this.match(FlinkSqlParser.KW_VIEW); - this.state = 508; + this.state = 510; this.viewPath(); } break; @@ -1873,38 +1874,38 @@ export class FlinkSqlParser extends SQLParserBase { case 6: this.enterOuterAlt(localContext, 6); { - this.state = 511; - this.match(FlinkSqlParser.KW_SHOW); this.state = 513; + this.match(FlinkSqlParser.KW_SHOW); + this.state = 515; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 412) { { - this.state = 512; + this.state = 514; this.match(FlinkSqlParser.KW_USER); } } - this.state = 515; + this.state = 517; this.match(FlinkSqlParser.KW_FUNCTIONS); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 516; - this.match(FlinkSqlParser.KW_SHOW); this.state = 518; + this.match(FlinkSqlParser.KW_SHOW); + this.state = 520; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 152) { { - this.state = 517; + this.state = 519; this.match(FlinkSqlParser.KW_FULL); } } - this.state = 520; + this.state = 522; this.match(FlinkSqlParser.KW_MODULES); } break; @@ -1930,20 +1931,20 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 523; + this.state = 525; this.match(FlinkSqlParser.KW_LOAD); - this.state = 524; + this.state = 526; this.match(FlinkSqlParser.KW_MODULE); - this.state = 525; + this.state = 527; this.uid(); - this.state = 528; + this.state = 530; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 19, this.context) ) { case 1: { - this.state = 526; + this.state = 528; this.match(FlinkSqlParser.KW_WITH); - this.state = 527; + this.state = 529; this.tablePropertyList(); } break; @@ -1970,11 +1971,11 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 530; + this.state = 532; this.match(FlinkSqlParser.KW_UNLOAD); - this.state = 531; + this.state = 533; this.match(FlinkSqlParser.KW_MODULE); - this.state = 532; + this.state = 534; this.uid(); } } @@ -1998,14 +1999,14 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 534; - this.match(FlinkSqlParser.KW_SET); this.state = 536; + this.match(FlinkSqlParser.KW_SET); + this.state = 538; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 20, this.context) ) { case 1: { - this.state = 535; + this.state = 537; this.tableProperty(); } break; @@ -2032,14 +2033,14 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 538; - this.match(FlinkSqlParser.KW_RESET); this.state = 540; + this.match(FlinkSqlParser.KW_RESET); + this.state = 542; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 21, this.context) ) { case 1: { - this.state = 539; + this.state = 541; this.tablePropertyKey(); } break; @@ -2067,7 +2068,7 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 542; + this.state = 544; _la = this.tokenStream.LA(1); if(!(_la === 438 || _la === 490)) { this.errorHandler.recoverInline(this); @@ -2076,9 +2077,9 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 543; + this.state = 545; this.match(FlinkSqlParser.KW_JAR); - this.state = 544; + this.state = 546; this.jarFileName(); } } @@ -2101,28 +2102,28 @@ export class FlinkSqlParser extends SQLParserBase { this.enterRule(localContext, 36, FlinkSqlParser.RULE_dtAddStatement); let _la: number; try { - this.state = 596; + this.state = 598; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 25, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 546; + this.state = 548; this.match(FlinkSqlParser.KW_ADD); - this.state = 547; + this.state = 549; this.match(FlinkSqlParser.KW_JAR); - this.state = 548; + this.state = 550; this.match(FlinkSqlParser.KW_WITH); - this.state = 549; + this.state = 551; this.dtFilePath(); - this.state = 552; + this.state = 554; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 550; + this.state = 552; this.match(FlinkSqlParser.KW_AS); - this.state = 551; + this.state = 553; this.uid(); } } @@ -2132,34 +2133,34 @@ export class FlinkSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 554; + this.state = 556; this.match(FlinkSqlParser.KW_ADD); - this.state = 555; + this.state = 557; this.match(FlinkSqlParser.KW_FILE); - this.state = 556; + this.state = 558; this.match(FlinkSqlParser.KW_WITH); - this.state = 557; + this.state = 559; this.dtFilePath(); - this.state = 560; + this.state = 562; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 558; + this.state = 560; this.match(FlinkSqlParser.KW_AS); - this.state = 559; + this.state = 561; this.uid(); } } - this.state = 564; + this.state = 566; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 312) { { - this.state = 562; + this.state = 564; this.match(FlinkSqlParser.KW_RENAME); - this.state = 563; + this.state = 565; this.uid(); } } @@ -2169,9 +2170,9 @@ export class FlinkSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 566; + this.state = 568; this.match(FlinkSqlParser.KW_ADD); - this.state = 567; + this.state = 569; _la = this.tokenStream.LA(1); if(!(((((_la - 483)) & ~0x1F) === 0 && ((1 << (_la - 483)) & 47) !== 0))) { this.errorHandler.recoverInline(this); @@ -2180,70 +2181,70 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 568; + this.state = 570; this.match(FlinkSqlParser.KW_WITH); - this.state = 569; + this.state = 571; this.dtFilePath(); - this.state = 570; + this.state = 572; this.match(FlinkSqlParser.KW_RENAME); - this.state = 571; + this.state = 573; this.uid(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 573; + this.state = 575; this.match(FlinkSqlParser.KW_ADD); - this.state = 574; + this.state = 576; this.match(FlinkSqlParser.KW_PYTHON_PARAMETER); - this.state = 575; + this.state = 577; this.dtFilePath(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 576; + this.state = 578; this.match(FlinkSqlParser.KW_ADD); - this.state = 577; + this.state = 579; this.match(FlinkSqlParser.KW_ENGINE); - this.state = 578; + this.state = 580; this.match(FlinkSqlParser.KW_FILE); - this.state = 579; + this.state = 581; this.match(FlinkSqlParser.KW_WITH); - this.state = 580; + this.state = 582; this.dtFilePath(); - this.state = 581; + this.state = 583; this.match(FlinkSqlParser.KW_RENAME); - this.state = 582; + this.state = 584; this.uid(); - this.state = 583; + this.state = 585; this.match(FlinkSqlParser.KW_KEY); - this.state = 584; + this.state = 586; this.uid(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 586; + this.state = 588; this.match(FlinkSqlParser.KW_ADD); - this.state = 587; + this.state = 589; this.match(FlinkSqlParser.KW_CONFIG); - this.state = 588; + this.state = 590; this.match(FlinkSqlParser.KW_FILE); - this.state = 589; + this.state = 591; this.match(FlinkSqlParser.KW_WITH); - this.state = 590; + this.state = 592; this.dtFilePath(); - this.state = 591; + this.state = 593; this.match(FlinkSqlParser.KW_FOR); - this.state = 592; + this.state = 594; this.uid(); - this.state = 593; + this.state = 595; this.match(FlinkSqlParser.KW_AS); - this.state = 594; + this.state = 596; this.uid(); } break; @@ -2271,7 +2272,7 @@ export class FlinkSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 602; + this.state = 604; this.errorHandler.sync(this); alternative = 1; do { @@ -2279,17 +2280,17 @@ export class FlinkSqlParser extends SQLParserBase { case 1: { { - this.state = 599; + this.state = 601; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 535) { { - this.state = 598; + this.state = 600; this.match(FlinkSqlParser.SLASH_SIGN); } } - this.state = 601; + this.state = 603; this.uid(); } } @@ -2297,7 +2298,7 @@ export class FlinkSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 604; + this.state = 606; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 27, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); @@ -2323,18 +2324,18 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 608; + this.state = 610; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 28, this.context) ) { case 1: { - this.state = 606; + this.state = 608; this.simpleCreateTable(); } break; case 2: { - this.state = 607; + this.state = 609; this.createTableAsSelect(); } break; @@ -2363,122 +2364,122 @@ export class FlinkSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 610; - this.match(FlinkSqlParser.KW_CREATE); this.state = 612; + this.match(FlinkSqlParser.KW_CREATE); + this.state = 614; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 498) { { - this.state = 611; + this.state = 613; this.match(FlinkSqlParser.KW_TEMPORARY); } } - this.state = 614; - this.match(FlinkSqlParser.KW_TABLE); this.state = 616; + this.match(FlinkSqlParser.KW_TABLE); + this.state = 618; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 167) { { - this.state = 615; + this.state = 617; this.ifNotExists(); } } - this.state = 618; + this.state = 620; this.tablePathCreate(); - this.state = 619; + this.state = 621; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 620; + this.state = 622; this.columnOptionDefinition(); - this.state = 625; + this.state = 627; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 31, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 621; + this.state = 623; this.match(FlinkSqlParser.COMMA); - this.state = 622; + this.state = 624; this.columnOptionDefinition(); } } } - this.state = 627; + this.state = 629; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 31, this.context); } - this.state = 630; + this.state = 632; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 32, this.context) ) { case 1: { - this.state = 628; + this.state = 630; this.match(FlinkSqlParser.COMMA); - this.state = 629; + this.state = 631; this.watermarkDefinition(); } break; } - this.state = 634; + this.state = 636; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 33, this.context) ) { case 1: { - this.state = 632; + this.state = 634; this.match(FlinkSqlParser.COMMA); - this.state = 633; + this.state = 635; this.tableConstraint(); } break; } - this.state = 638; + this.state = 640; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 521) { { - this.state = 636; + this.state = 638; this.match(FlinkSqlParser.COMMA); - this.state = 637; + this.state = 639; this.selfDefinitionClause(); } } - this.state = 640; + this.state = 642; this.match(FlinkSqlParser.RR_BRACKET); - this.state = 643; + this.state = 645; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 59) { { - this.state = 641; + this.state = 643; this.match(FlinkSqlParser.KW_COMMENT); - this.state = 642; + this.state = 644; localContext._comment = this.match(FlinkSqlParser.STRING_LITERAL); } } - this.state = 646; + this.state = 648; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 270) { { - this.state = 645; + this.state = 647; this.partitionDefinition(); } } - this.state = 648; - this.withOption(); this.state = 650; + this.withOption(); + this.state = 652; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 203) { { - this.state = 649; + this.state = 651; this.likeDefinition(); } } @@ -2506,32 +2507,32 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 652; + this.state = 654; this.match(FlinkSqlParser.KW_CREATE); - this.state = 653; - this.match(FlinkSqlParser.KW_TABLE); this.state = 655; + this.match(FlinkSqlParser.KW_TABLE); + this.state = 657; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 167) { { - this.state = 654; + this.state = 656; this.ifNotExists(); } } - this.state = 657; + this.state = 659; this.tablePathCreate(); - this.state = 658; + this.state = 660; this.withOption(); - this.state = 661; + this.state = 663; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 659; + this.state = 661; this.match(FlinkSqlParser.KW_AS); - this.state = 660; + this.state = 662; this.queryStatement(0); } } @@ -2556,27 +2557,27 @@ export class FlinkSqlParser extends SQLParserBase { let localContext = new ColumnOptionDefinitionContext(this.context, this.state); this.enterRule(localContext, 46, FlinkSqlParser.RULE_columnOptionDefinition); try { - this.state = 666; + this.state = 668; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 40, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 663; + this.state = 665; this.physicalColumnDefinition(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 664; + this.state = 666; this.metadataColumnDefinition(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 665; + this.state = 667; this.computedColumnDefinition(); } break; @@ -2603,28 +2604,28 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 668; + this.state = 670; this.columnNameCreate(); - this.state = 669; - this.columnType(); this.state = 671; + this.columnType(); + this.state = 673; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 242 || _la === 245 || _la === 289) { { - this.state = 670; + this.state = 672; this.columnConstraint(); } } - this.state = 675; + this.state = 677; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 59) { { - this.state = 673; + this.state = 675; this.match(FlinkSqlParser.KW_COMMENT); - this.state = 674; + this.state = 676; localContext._comment = this.match(FlinkSqlParser.STRING_LITERAL); } } @@ -2649,20 +2650,20 @@ export class FlinkSqlParser extends SQLParserBase { let localContext = new ColumnNameCreateContext(this.context, this.state); this.enterRule(localContext, 50, FlinkSqlParser.RULE_columnNameCreate); try { - this.state = 679; + this.state = 681; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 43, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 677; + this.state = 679; this.uid(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 678; + this.state = 680; this.expression(); } break; @@ -2686,20 +2687,20 @@ export class FlinkSqlParser extends SQLParserBase { let localContext = new ColumnNameContext(this.context, this.state); this.enterRule(localContext, 52, FlinkSqlParser.RULE_columnName); try { - this.state = 683; + this.state = 685; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 44, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 681; + this.state = 683; this.uid(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 682; + this.state = 684; if (!(this.shouldMatchEmpty())) { throw this.createFailedPredicateException("this.shouldMatchEmpty()"); } @@ -2727,7 +2728,7 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 685; + this.state = 687; this.uid(); } } @@ -2752,27 +2753,27 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 687; + this.state = 689; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 688; + this.state = 690; this.columnName(); - this.state = 693; + this.state = 695; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 689; + this.state = 691; this.match(FlinkSqlParser.COMMA); - this.state = 690; + this.state = 692; this.columnName(); } } - this.state = 695; + this.state = 697; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 696; + this.state = 698; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -2795,7 +2796,7 @@ export class FlinkSqlParser extends SQLParserBase { this.enterRule(localContext, 58, FlinkSqlParser.RULE_columnType); let _la: number; try { - this.state = 735; + this.state = 737; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_BOOLEAN: @@ -2803,7 +2804,7 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_NULL: this.enterOuterAlt(localContext, 1); { - this.state = 698; + this.state = 700; localContext._colType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 32 || _la === 91 || _la === 245)) { @@ -2831,7 +2832,7 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_VARCHAR: this.enterOuterAlt(localContext, 2); { - this.state = 699; + this.state = 701; localContext._colType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(((((_la - 28)) & ~0x1F) === 0 && ((1 << (_la - 28)) & 262275) !== 0) || _la === 92 || _la === 178 || _la === 179 || _la === 345 || _la === 361 || ((((_la - 379)) & ~0x1F) === 0 && ((1 << (_la - 379)) & 521) !== 0) || _la === 417 || _la === 418)) { @@ -2841,12 +2842,12 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 701; + this.state = 703; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 517) { { - this.state = 700; + this.state = 702; this.lengthOneDimension(); } } @@ -2856,24 +2857,24 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_TIMESTAMP: this.enterOuterAlt(localContext, 3); { - this.state = 703; - localContext._colType = this.match(FlinkSqlParser.KW_TIMESTAMP); this.state = 705; + localContext._colType = this.match(FlinkSqlParser.KW_TIMESTAMP); + this.state = 707; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 517) { { - this.state = 704; + this.state = 706; this.lengthOneDimension(); } } - this.state = 713; + this.state = 715; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 434 || _la === 436) { { - this.state = 707; + this.state = 709; _la = this.tokenStream.LA(1); if(!(_la === 434 || _la === 436)) { this.errorHandler.recoverInline(this); @@ -2882,19 +2883,19 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 709; + this.state = 711; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 207) { { - this.state = 708; + this.state = 710; this.match(FlinkSqlParser.KW_LOCAL); } } - this.state = 711; + this.state = 713; this.match(FlinkSqlParser.KW_TIME); - this.state = 712; + this.state = 714; this.match(FlinkSqlParser.KW_ZONE); } } @@ -2908,7 +2909,7 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_NUMERIC: this.enterOuterAlt(localContext, 4); { - this.state = 715; + this.state = 717; localContext._colType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(((((_la - 101)) & ~0x1F) === 0 && ((1 << (_la - 101)) & 16387) !== 0) || _la === 144 || _la === 247)) { @@ -2918,12 +2919,12 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 717; + this.state = 719; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 517) { { - this.state = 716; + this.state = 718; this.lengthTwoOptionalDimension(); } } @@ -2934,7 +2935,7 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_MULTISET: this.enterOuterAlt(localContext, 5); { - this.state = 719; + this.state = 721; localContext._colType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 13 || _la === 232)) { @@ -2944,12 +2945,12 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 721; + this.state = 723; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 508) { { - this.state = 720; + this.state = 722; this.lengthOneTypeDimension(); } } @@ -2959,14 +2960,14 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_MAP: this.enterOuterAlt(localContext, 6); { - this.state = 723; - localContext._colType = this.match(FlinkSqlParser.KW_MAP); this.state = 725; + localContext._colType = this.match(FlinkSqlParser.KW_MAP); + this.state = 727; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 508) { { - this.state = 724; + this.state = 726; this.mapTypeDimension(); } } @@ -2976,14 +2977,14 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_ROW: this.enterOuterAlt(localContext, 7); { - this.state = 727; - localContext._colType = this.match(FlinkSqlParser.KW_ROW); this.state = 729; + localContext._colType = this.match(FlinkSqlParser.KW_ROW); + this.state = 731; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 508 || _la === 517) { { - this.state = 728; + this.state = 730; this.rowTypeDimension(); } } @@ -2993,14 +2994,14 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_RAW: this.enterOuterAlt(localContext, 8); { - this.state = 731; - localContext._colType = this.match(FlinkSqlParser.KW_RAW); this.state = 733; + localContext._colType = this.match(FlinkSqlParser.KW_RAW); + this.state = 735; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 517) { { - this.state = 732; + this.state = 734; this.lengthTwoStringDimension(); } } @@ -3031,11 +3032,11 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 737; + this.state = 739; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 738; + this.state = 740; this.decimalLiteral(); - this.state = 739; + this.state = 741; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -3060,23 +3061,23 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 741; + this.state = 743; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 742; + this.state = 744; this.decimalLiteral(); - this.state = 745; + this.state = 747; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 521) { { - this.state = 743; + this.state = 745; this.match(FlinkSqlParser.COMMA); - this.state = 744; + this.state = 746; this.decimalLiteral(); } } - this.state = 747; + this.state = 749; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -3101,23 +3102,23 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 749; + this.state = 751; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 750; + this.state = 752; this.stringLiteral(); - this.state = 753; + this.state = 755; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 521) { { - this.state = 751; + this.state = 753; this.match(FlinkSqlParser.COMMA); - this.state = 752; + this.state = 754; this.stringLiteral(); } } - this.state = 755; + this.state = 757; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -3141,11 +3142,11 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 757; + this.state = 759; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 758; + this.state = 760; this.columnType(); - this.state = 759; + this.state = 761; this.match(FlinkSqlParser.GREATER_SYMBOL); } } @@ -3169,17 +3170,17 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 761; + this.state = 763; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 762; + this.state = 764; this.columnType(); { - this.state = 763; + this.state = 765; this.match(FlinkSqlParser.COMMA); - this.state = 764; + this.state = 766; this.columnType(); } - this.state = 766; + this.state = 768; this.match(FlinkSqlParser.GREATER_SYMBOL); } } @@ -3202,68 +3203,68 @@ export class FlinkSqlParser extends SQLParserBase { this.enterRule(localContext, 70, FlinkSqlParser.RULE_rowTypeDimension); let _la: number; try { - this.state = 796; + this.state = 798; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.LESS_SYMBOL: this.enterOuterAlt(localContext, 1); { - this.state = 768; + this.state = 770; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 769; + this.state = 771; this.columnName(); - this.state = 770; + this.state = 772; this.columnType(); - this.state = 777; + this.state = 779; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 771; + this.state = 773; this.match(FlinkSqlParser.COMMA); - this.state = 772; + this.state = 774; this.columnName(); - this.state = 773; + this.state = 775; this.columnType(); } } - this.state = 779; + this.state = 781; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 780; + this.state = 782; this.match(FlinkSqlParser.GREATER_SYMBOL); } break; case FlinkSqlParser.LR_BRACKET: this.enterOuterAlt(localContext, 2); { - this.state = 782; + this.state = 784; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 783; + this.state = 785; this.columnName(); - this.state = 784; + this.state = 786; this.columnType(); - this.state = 791; + this.state = 793; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 785; + this.state = 787; this.match(FlinkSqlParser.COMMA); - this.state = 786; + this.state = 788; this.columnName(); - this.state = 787; + this.state = 789; this.columnType(); } } - this.state = 793; + this.state = 795; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 794; + this.state = 796; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -3290,37 +3291,37 @@ export class FlinkSqlParser extends SQLParserBase { this.enterRule(localContext, 72, FlinkSqlParser.RULE_columnConstraint); let _la: number; try { - this.state = 812; + this.state = 814; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_CONSTRAINT: case FlinkSqlParser.KW_PRIMARY: this.enterOuterAlt(localContext, 1); { - this.state = 800; + this.state = 802; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64) { { - this.state = 798; + this.state = 800; this.match(FlinkSqlParser.KW_CONSTRAINT); - this.state = 799; + this.state = 801; this.constraintName(); } } - this.state = 802; + this.state = 804; this.match(FlinkSqlParser.KW_PRIMARY); - this.state = 803; + this.state = 805; this.match(FlinkSqlParser.KW_KEY); - this.state = 806; + this.state = 808; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 242) { { - this.state = 804; + this.state = 806; this.match(FlinkSqlParser.KW_NOT); - this.state = 805; + this.state = 807; this.match(FlinkSqlParser.KW_ENFORCED); } } @@ -3331,17 +3332,17 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_NULL: this.enterOuterAlt(localContext, 2); { - this.state = 809; + this.state = 811; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 242) { { - this.state = 808; + this.state = 810; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 811; + this.state = 813; this.match(FlinkSqlParser.KW_NULL); } break; @@ -3370,30 +3371,30 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 814; + this.state = 816; this.columnNameCreate(); - this.state = 815; + this.state = 817; this.columnType(); - this.state = 816; + this.state = 818; this.match(FlinkSqlParser.KW_METADATA); - this.state = 819; + this.state = 821; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151) { { - this.state = 817; + this.state = 819; this.match(FlinkSqlParser.KW_FROM); - this.state = 818; + this.state = 820; this.metadataKey(); } } - this.state = 822; + this.state = 824; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 424) { { - this.state = 821; + this.state = 823; this.match(FlinkSqlParser.KW_VIRTUAL); } } @@ -3420,7 +3421,7 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 824; + this.state = 826; this.match(FlinkSqlParser.STRING_LITERAL); } } @@ -3445,20 +3446,20 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 826; + this.state = 828; this.columnNameCreate(); - this.state = 827; + this.state = 829; this.match(FlinkSqlParser.KW_AS); - this.state = 828; + this.state = 830; this.computedColumnExpression(); - this.state = 831; + this.state = 833; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 59) { { - this.state = 829; + this.state = 831; this.match(FlinkSqlParser.KW_COMMENT); - this.state = 830; + this.state = 832; localContext._comment = this.match(FlinkSqlParser.STRING_LITERAL); } } @@ -3485,7 +3486,7 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 833; + this.state = 835; this.expression(); } } @@ -3509,15 +3510,15 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 835; + this.state = 837; this.match(FlinkSqlParser.KW_WATERMARK); - this.state = 836; + this.state = 838; this.match(FlinkSqlParser.KW_FOR); - this.state = 837; + this.state = 839; this.columnName(); - this.state = 838; + this.state = 840; this.match(FlinkSqlParser.KW_AS); - this.state = 839; + this.state = 841; this.expression(); } } @@ -3542,27 +3543,27 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 843; + this.state = 845; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64) { { - this.state = 841; + this.state = 843; this.match(FlinkSqlParser.KW_CONSTRAINT); - this.state = 842; + this.state = 844; this.constraintName(); } } - this.state = 845; + this.state = 847; this.match(FlinkSqlParser.KW_PRIMARY); - this.state = 846; + this.state = 848; this.match(FlinkSqlParser.KW_KEY); - this.state = 847; + this.state = 849; this.columnNameList(); - this.state = 848; + this.state = 850; this.match(FlinkSqlParser.KW_NOT); - this.state = 849; + this.state = 851; this.match(FlinkSqlParser.KW_ENFORCED); } } @@ -3586,7 +3587,7 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 851; + this.state = 853; this.identifier(); } } @@ -3610,11 +3611,11 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 853; + this.state = 855; this.match(FlinkSqlParser.KW_PERIOD); - this.state = 854; + this.state = 856; this.match(FlinkSqlParser.KW_FOR); - this.state = 855; + this.state = 857; this.match(FlinkSqlParser.KW_SYSTEM_TIME); } } @@ -3638,11 +3639,11 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 857; + this.state = 859; this.match(FlinkSqlParser.KW_PARTITIONED); - this.state = 858; + this.state = 860; this.match(FlinkSqlParser.KW_BY); - this.state = 859; + this.state = 861; this.transformList(); } } @@ -3667,27 +3668,27 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 861; + this.state = 863; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 862; + this.state = 864; this.transform(); - this.state = 867; + this.state = 869; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 863; + this.state = 865; this.match(FlinkSqlParser.COMMA); - this.state = 864; + this.state = 866; this.transform(); } } - this.state = 869; + this.state = 871; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 870; + this.state = 872; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -3710,14 +3711,14 @@ export class FlinkSqlParser extends SQLParserBase { this.enterRule(localContext, 94, FlinkSqlParser.RULE_transform); let _la: number; try { - this.state = 884; + this.state = 886; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 71, this.context) ) { case 1: localContext = new IdentityTransformContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 872; + this.state = 874; this.columnName(); } break; @@ -3725,27 +3726,27 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ApplyTransformContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 873; + this.state = 875; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 874; + this.state = 876; this.transformArgument(); - this.state = 879; + this.state = 881; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 875; + this.state = 877; this.match(FlinkSqlParser.COMMA); - this.state = 876; + this.state = 878; this.transformArgument(); } } - this.state = 881; + this.state = 883; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 882; + this.state = 884; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -3769,20 +3770,20 @@ export class FlinkSqlParser extends SQLParserBase { let localContext = new TransformArgumentContext(this.context, this.state); this.enterRule(localContext, 96, FlinkSqlParser.RULE_transformArgument); try { - this.state = 888; + this.state = 890; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 72, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 886; + this.state = 888; this.qualifiedName(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 887; + this.state = 889; this.constant(); } break; @@ -3809,32 +3810,32 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 890; + this.state = 892; this.match(FlinkSqlParser.KW_LIKE); - this.state = 891; + this.state = 893; this.tablePath(); - this.state = 900; + this.state = 902; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 74, this.context) ) { case 1: { - this.state = 892; + this.state = 894; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 896; + this.state = 898; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 267 || _la === 456 || _la === 463) { { { - this.state = 893; + this.state = 895; this.likeOption(); } } - this.state = 898; + this.state = 900; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 899; + this.state = 901; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -3860,14 +3861,14 @@ export class FlinkSqlParser extends SQLParserBase { this.enterRule(localContext, 100, FlinkSqlParser.RULE_likeOption); let _la: number; try { - this.state = 906; + this.state = 908; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 75, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { { - this.state = 902; + this.state = 904; _la = this.tokenStream.LA(1); if(!(_la === 456 || _la === 463)) { this.errorHandler.recoverInline(this); @@ -3876,7 +3877,7 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 903; + this.state = 905; _la = this.tokenStream.LA(1); if(!(_la === 5 || _la === 271 || _la === 445)) { this.errorHandler.recoverInline(this); @@ -3892,7 +3893,7 @@ export class FlinkSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 2); { { - this.state = 904; + this.state = 906; _la = this.tokenStream.LA(1); if(!(_la === 267 || _la === 456 || _la === 463)) { this.errorHandler.recoverInline(this); @@ -3901,7 +3902,7 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 905; + this.state = 907; _la = this.tokenStream.LA(1); if(!(_la === 426 || _la === 459 || _la === 478)) { this.errorHandler.recoverInline(this); @@ -3935,13 +3936,13 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 908; + this.state = 910; this.match(FlinkSqlParser.KW_CREATE); - this.state = 909; + this.state = 911; this.match(FlinkSqlParser.KW_CATALOG); - this.state = 910; + this.state = 912; this.catalogPathCreate(); - this.state = 911; + this.state = 913; this.withOption(); } } @@ -3966,35 +3967,35 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 913; + this.state = 915; this.match(FlinkSqlParser.KW_CREATE); - this.state = 914; - this.match(FlinkSqlParser.KW_DATABASE); this.state = 916; + this.match(FlinkSqlParser.KW_DATABASE); + this.state = 918; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 167) { { - this.state = 915; + this.state = 917; this.ifNotExists(); } } - this.state = 918; + this.state = 920; this.databasePathCreate(); - this.state = 921; + this.state = 923; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 59) { { - this.state = 919; + this.state = 921; this.match(FlinkSqlParser.KW_COMMENT); - this.state = 920; + this.state = 922; localContext._comment = this.match(FlinkSqlParser.STRING_LITERAL); } } - this.state = 923; + this.state = 925; this.withOption(); } } @@ -4019,57 +4020,57 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 925; - this.match(FlinkSqlParser.KW_CREATE); this.state = 927; + this.match(FlinkSqlParser.KW_CREATE); + this.state = 929; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 498) { { - this.state = 926; + this.state = 928; this.match(FlinkSqlParser.KW_TEMPORARY); } } - this.state = 929; - this.match(FlinkSqlParser.KW_VIEW); this.state = 931; + this.match(FlinkSqlParser.KW_VIEW); + this.state = 933; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 167) { { - this.state = 930; + this.state = 932; this.ifNotExists(); } } - this.state = 933; - this.viewPathCreate(); this.state = 935; + this.viewPathCreate(); + this.state = 937; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 517) { { - this.state = 934; + this.state = 936; this.columnNameList(); } } - this.state = 939; + this.state = 941; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 59) { { - this.state = 937; + this.state = 939; this.match(FlinkSqlParser.KW_COMMENT); - this.state = 938; + this.state = 940; localContext._comment = this.match(FlinkSqlParser.STRING_LITERAL); } } - this.state = 941; + this.state = 943; this.match(FlinkSqlParser.KW_AS); - this.state = 942; + this.state = 944; this.queryStatement(0); } } @@ -4094,52 +4095,52 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 944; + this.state = 946; this.match(FlinkSqlParser.KW_CREATE); - this.state = 948; + this.state = 950; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 82, this.context) ) { case 1: { - this.state = 945; + this.state = 947; this.match(FlinkSqlParser.KW_TEMPORARY); } break; case 2: { - this.state = 946; + this.state = 948; this.match(FlinkSqlParser.KW_TEMPORARY); - this.state = 947; + this.state = 949; this.match(FlinkSqlParser.KW_SYSTEM); } break; } - this.state = 950; - this.match(FlinkSqlParser.KW_FUNCTION); this.state = 952; + this.match(FlinkSqlParser.KW_FUNCTION); + this.state = 954; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 167) { { - this.state = 951; + this.state = 953; this.ifNotExists(); } } - this.state = 954; + this.state = 956; this.functionNameCreate(); - this.state = 955; + this.state = 957; this.match(FlinkSqlParser.KW_AS); - this.state = 956; + this.state = 958; this.identifier(); - this.state = 959; + this.state = 961; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 196) { { - this.state = 957; + this.state = 959; this.match(FlinkSqlParser.KW_LANGUAGE); - this.state = 958; + this.state = 960; _la = this.tokenStream.LA(1); if(!(_la === 331 || _la === 466 || _la === 482)) { this.errorHandler.recoverInline(this); @@ -4151,12 +4152,12 @@ export class FlinkSqlParser extends SQLParserBase { } } - this.state = 962; + this.state = 964; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 413) { { - this.state = 961; + this.state = 963; this.usingClause(); } } @@ -4184,27 +4185,27 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 964; + this.state = 966; this.match(FlinkSqlParser.KW_USING); - this.state = 965; + this.state = 967; this.match(FlinkSqlParser.KW_JAR); - this.state = 966; + this.state = 968; this.jarFileName(); - this.state = 972; + this.state = 974; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 967; + this.state = 969; this.match(FlinkSqlParser.COMMA); - this.state = 968; + this.state = 970; this.match(FlinkSqlParser.KW_JAR); - this.state = 969; + this.state = 971; this.jarFileName(); } } - this.state = 974; + this.state = 976; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -4230,7 +4231,7 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 975; + this.state = 977; this.match(FlinkSqlParser.STRING_LITERAL); } } @@ -4255,52 +4256,52 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 977; + this.state = 979; this.match(FlinkSqlParser.KW_ALTER); - this.state = 978; - this.match(FlinkSqlParser.KW_TABLE); this.state = 980; + this.match(FlinkSqlParser.KW_TABLE); + this.state = 982; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 167) { { - this.state = 979; + this.state = 981; this.ifExists(); } } - this.state = 982; + this.state = 984; this.tablePath(); - this.state = 988; + this.state = 990; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 88, this.context) ) { case 1: { - this.state = 983; + this.state = 985; this.renameDefinition(); } break; case 2: { - this.state = 984; + this.state = 986; this.setKeyValueDefinition(); } break; case 3: { - this.state = 985; + this.state = 987; this.addConstraint(); } break; case 4: { - this.state = 986; + this.state = 988; this.dropConstraint(); } break; case 5: { - this.state = 987; + this.state = 989; this.addUnique(); } break; @@ -4328,21 +4329,21 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 990; - this.match(FlinkSqlParser.KW_RENAME); this.state = 992; + this.match(FlinkSqlParser.KW_RENAME); + this.state = 994; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 438)) & ~0x1F) === 0 && ((1 << (_la - 438)) & 4294967295) !== 0) || ((((_la - 470)) & ~0x1F) === 0 && ((1 << (_la - 470)) & 4294967295) !== 0) || ((((_la - 502)) & ~0x1F) === 0 && ((1 << (_la - 502)) & 15) !== 0) || ((((_la - 538)) & ~0x1F) === 0 && ((1 << (_la - 538)) & 19) !== 0)) { { - this.state = 991; + this.state = 993; this.uid(); } } - this.state = 994; + this.state = 996; this.match(FlinkSqlParser.KW_TO); - this.state = 995; + this.state = 997; this.uid(); } } @@ -4366,9 +4367,9 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 997; + this.state = 999; this.match(FlinkSqlParser.KW_SET); - this.state = 998; + this.state = 1000; this.tablePropertyList(); } } @@ -4393,24 +4394,24 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1000; + this.state = 1002; this.match(FlinkSqlParser.KW_ADD); - this.state = 1001; + this.state = 1003; this.match(FlinkSqlParser.KW_CONSTRAINT); - this.state = 1002; + this.state = 1004; this.constraintName(); - this.state = 1003; + this.state = 1005; this.match(FlinkSqlParser.KW_PRIMARY); - this.state = 1004; + this.state = 1006; this.match(FlinkSqlParser.KW_KEY); - this.state = 1005; - this.columnNameList(); this.state = 1007; + this.columnNameList(); + this.state = 1009; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 242) { { - this.state = 1006; + this.state = 1008; this.notForced(); } } @@ -4437,11 +4438,11 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1009; + this.state = 1011; this.match(FlinkSqlParser.KW_DROP); - this.state = 1010; + this.state = 1012; this.match(FlinkSqlParser.KW_CONSTRAINT); - this.state = 1011; + this.state = 1013; this.constraintName(); } } @@ -4465,11 +4466,11 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1013; + this.state = 1015; this.match(FlinkSqlParser.KW_ADD); - this.state = 1014; + this.state = 1016; this.match(FlinkSqlParser.KW_UNIQUE); - this.state = 1015; + this.state = 1017; this.columnNameList(); } } @@ -4493,9 +4494,9 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1017; + this.state = 1019; this.match(FlinkSqlParser.KW_NOT); - this.state = 1018; + this.state = 1020; this.match(FlinkSqlParser.KW_ENFORCED); } } @@ -4519,26 +4520,26 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1020; + this.state = 1022; this.match(FlinkSqlParser.KW_ALTER); - this.state = 1021; + this.state = 1023; this.match(FlinkSqlParser.KW_VIEW); - this.state = 1022; + this.state = 1024; this.viewPath(); - this.state = 1026; + this.state = 1028; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_RENAME: { - this.state = 1023; + this.state = 1025; this.renameDefinition(); } break; case FlinkSqlParser.KW_AS: { - this.state = 1024; + this.state = 1026; this.match(FlinkSqlParser.KW_AS); - this.state = 1025; + this.state = 1027; this.queryStatement(0); } break; @@ -4567,13 +4568,13 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1028; + this.state = 1030; this.match(FlinkSqlParser.KW_ALTER); - this.state = 1029; + this.state = 1031; this.match(FlinkSqlParser.KW_DATABASE); - this.state = 1030; + this.state = 1032; this.databasePath(); - this.state = 1031; + this.state = 1033; this.setKeyValueDefinition(); } } @@ -4598,52 +4599,52 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1033; + this.state = 1035; this.match(FlinkSqlParser.KW_ALTER); - this.state = 1037; + this.state = 1039; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 92, this.context) ) { case 1: { - this.state = 1034; + this.state = 1036; this.match(FlinkSqlParser.KW_TEMPORARY); } break; case 2: { - this.state = 1035; + this.state = 1037; this.match(FlinkSqlParser.KW_TEMPORARY); - this.state = 1036; + this.state = 1038; this.match(FlinkSqlParser.KW_SYSTEM); } break; } - this.state = 1039; - this.match(FlinkSqlParser.KW_FUNCTION); this.state = 1041; + this.match(FlinkSqlParser.KW_FUNCTION); + this.state = 1043; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 93, this.context) ) { case 1: { - this.state = 1040; + this.state = 1042; this.ifExists(); } break; } - this.state = 1043; + this.state = 1045; this.functionName(); - this.state = 1044; + this.state = 1046; this.match(FlinkSqlParser.KW_AS); - this.state = 1045; + this.state = 1047; this.identifier(); - this.state = 1048; + this.state = 1050; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 196) { { - this.state = 1046; + this.state = 1048; this.match(FlinkSqlParser.KW_LANGUAGE); - this.state = 1047; + this.state = 1049; _la = this.tokenStream.LA(1); if(!(_la === 331 || _la === 466 || _la === 482)) { this.errorHandler.recoverInline(this); @@ -4678,21 +4679,21 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1050; + this.state = 1052; this.match(FlinkSqlParser.KW_DROP); - this.state = 1051; - this.match(FlinkSqlParser.KW_CATALOG); this.state = 1053; + this.match(FlinkSqlParser.KW_CATALOG); + this.state = 1055; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 167) { { - this.state = 1052; + this.state = 1054; this.ifExists(); } } - this.state = 1055; + this.state = 1057; this.catalogPath(); } } @@ -4717,31 +4718,31 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1057; - this.match(FlinkSqlParser.KW_DROP); this.state = 1059; + this.match(FlinkSqlParser.KW_DROP); + this.state = 1061; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 498) { { - this.state = 1058; + this.state = 1060; this.match(FlinkSqlParser.KW_TEMPORARY); } } - this.state = 1061; - this.match(FlinkSqlParser.KW_TABLE); this.state = 1063; + this.match(FlinkSqlParser.KW_TABLE); + this.state = 1065; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 167) { { - this.state = 1062; + this.state = 1064; this.ifExists(); } } - this.state = 1065; + this.state = 1067; this.tablePath(); } } @@ -4766,28 +4767,28 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1067; + this.state = 1069; this.match(FlinkSqlParser.KW_DROP); - this.state = 1068; - this.match(FlinkSqlParser.KW_DATABASE); this.state = 1070; + this.match(FlinkSqlParser.KW_DATABASE); + this.state = 1072; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 167) { { - this.state = 1069; + this.state = 1071; this.ifExists(); } } - this.state = 1072; - this.databasePath(); this.state = 1074; + this.databasePath(); + this.state = 1076; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 441 || _la === 491) { { - this.state = 1073; + this.state = 1075; localContext._dropType = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 441 || _la === 491)) { @@ -4823,31 +4824,31 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1076; - this.match(FlinkSqlParser.KW_DROP); this.state = 1078; + this.match(FlinkSqlParser.KW_DROP); + this.state = 1080; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 498) { { - this.state = 1077; + this.state = 1079; this.match(FlinkSqlParser.KW_TEMPORARY); } } - this.state = 1080; - this.match(FlinkSqlParser.KW_VIEW); this.state = 1082; + this.match(FlinkSqlParser.KW_VIEW); + this.state = 1084; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 167) { { - this.state = 1081; + this.state = 1083; this.ifExists(); } } - this.state = 1084; + this.state = 1086; this.viewPath(); } } @@ -4871,39 +4872,39 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1086; + this.state = 1088; this.match(FlinkSqlParser.KW_DROP); - this.state = 1090; + this.state = 1092; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 102, this.context) ) { case 1: { - this.state = 1087; + this.state = 1089; this.match(FlinkSqlParser.KW_TEMPORARY); } break; case 2: { - this.state = 1088; + this.state = 1090; this.match(FlinkSqlParser.KW_TEMPORARY); - this.state = 1089; + this.state = 1091; this.match(FlinkSqlParser.KW_SYSTEM); } break; } - this.state = 1092; - this.match(FlinkSqlParser.KW_FUNCTION); this.state = 1094; + this.match(FlinkSqlParser.KW_FUNCTION); + this.state = 1096; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 103, this.context) ) { case 1: { - this.state = 1093; + this.state = 1095; this.ifExists(); } break; } - this.state = 1096; + this.state = 1098; this.functionName(); } } @@ -4926,24 +4927,24 @@ export class FlinkSqlParser extends SQLParserBase { this.enterRule(localContext, 144, FlinkSqlParser.RULE_insertStatement); let _la: number; try { - this.state = 1105; + this.state = 1107; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 105, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { { - this.state = 1099; + this.state = 1101; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 132) { { - this.state = 1098; + this.state = 1100; this.match(FlinkSqlParser.KW_EXECUTE); } } - this.state = 1101; + this.state = 1103; this.insertSimpleStatement(); } } @@ -4951,7 +4952,7 @@ export class FlinkSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1102; + this.state = 1104; this.insertMulStatementCompatibility(); } break; @@ -4959,9 +4960,9 @@ export class FlinkSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 3); { { - this.state = 1103; + this.state = 1105; this.match(FlinkSqlParser.KW_EXECUTE); - this.state = 1104; + this.state = 1106; this.insertMulStatement(); } } @@ -4989,9 +4990,9 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1107; + this.state = 1109; this.match(FlinkSqlParser.KW_INSERT); - this.state = 1108; + this.state = 1110; _la = this.tokenStream.LA(1); if(!(_la === 183 || _la === 266)) { this.errorHandler.recoverInline(this); @@ -5000,40 +5001,40 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1109; + this.state = 1111; this.tablePath(); - this.state = 1118; + this.state = 1120; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 108, this.context) ) { case 1: { - this.state = 1111; + this.state = 1113; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 1110; + this.state = 1112; this.insertPartitionDefinition(); } } - this.state = 1114; + this.state = 1116; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 107, this.context) ) { case 1: { - this.state = 1113; + this.state = 1115; this.columnNameList(); } break; } - this.state = 1116; + this.state = 1118; this.queryStatement(0); } break; case 2: { - this.state = 1117; + this.state = 1119; this.valuesDefinition(); } break; @@ -5060,9 +5061,9 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1120; + this.state = 1122; this.match(FlinkSqlParser.KW_PARTITION); - this.state = 1121; + this.state = 1123; this.tablePropertyList(); } } @@ -5087,23 +5088,23 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1123; + this.state = 1125; this.match(FlinkSqlParser.KW_VALUES); - this.state = 1124; + this.state = 1126; this.valuesRowDefinition(); - this.state = 1129; + this.state = 1131; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 1125; + this.state = 1127; this.match(FlinkSqlParser.COMMA); - this.state = 1126; + this.state = 1128; this.valuesRowDefinition(); } } - this.state = 1131; + this.state = 1133; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -5130,27 +5131,27 @@ export class FlinkSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1132; + this.state = 1134; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1133; - this.constant(); - this.state = 1138; + this.state = 1135; + this.valueDefinition(); + this.state = 1140; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 1134; + this.state = 1136; this.match(FlinkSqlParser.COMMA); - this.state = 1135; - this.constant(); + this.state = 1137; + this.valueDefinition(); } } - this.state = 1140; + this.state = 1142; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1141; + this.state = 1143; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -5168,38 +5169,75 @@ export class FlinkSqlParser extends SQLParserBase { } return localContext; } + public valueDefinition(): ValueDefinitionContext { + let localContext = new ValueDefinitionContext(this.context, this.state); + this.enterRule(localContext, 154, FlinkSqlParser.RULE_valueDefinition); + try { + this.state = 1147; + this.errorHandler.sync(this); + switch (this.interpreter.adaptivePredict(this.tokenStream, 111, this.context) ) { + case 1: + this.enterOuterAlt(localContext, 1); + { + this.state = 1145; + this.constant(); + } + break; + case 2: + this.enterOuterAlt(localContext, 2); + { + this.state = 1146; + this.functionCallExpression(); + } + break; + } + } + catch (re) { + if (re instanceof antlr.RecognitionException) { + localContext.exception = re; + this.errorHandler.reportError(this, re); + this.errorHandler.recover(this, re); + } else { + throw re; + } + } + finally { + this.exitRule(); + } + return localContext; + } public insertMulStatementCompatibility(): InsertMulStatementCompatibilityContext { let localContext = new InsertMulStatementCompatibilityContext(this.context, this.state); - this.enterRule(localContext, 154, FlinkSqlParser.RULE_insertMulStatementCompatibility); + this.enterRule(localContext, 156, FlinkSqlParser.RULE_insertMulStatementCompatibility); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1143; + this.state = 1149; this.match(FlinkSqlParser.KW_BEGIN); - this.state = 1144; + this.state = 1150; this.match(FlinkSqlParser.KW_STATEMENT); - this.state = 1145; + this.state = 1151; this.match(FlinkSqlParser.KW_SET); - this.state = 1146; + this.state = 1152; this.match(FlinkSqlParser.SEMICOLON); - this.state = 1150; + this.state = 1156; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 1147; + this.state = 1153; this.insertSimpleStatement(); - this.state = 1148; + this.state = 1154; this.match(FlinkSqlParser.SEMICOLON); } } - this.state = 1152; + this.state = 1158; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 177); - this.state = 1154; + this.state = 1160; this.match(FlinkSqlParser.KW_END); } } @@ -5219,34 +5257,34 @@ export class FlinkSqlParser extends SQLParserBase { } public insertMulStatement(): InsertMulStatementContext { let localContext = new InsertMulStatementContext(this.context, this.state); - this.enterRule(localContext, 156, FlinkSqlParser.RULE_insertMulStatement); + this.enterRule(localContext, 158, FlinkSqlParser.RULE_insertMulStatement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1156; + this.state = 1162; this.match(FlinkSqlParser.KW_STATEMENT); - this.state = 1157; + this.state = 1163; this.match(FlinkSqlParser.KW_SET); - this.state = 1158; + this.state = 1164; this.match(FlinkSqlParser.KW_BEGIN); - this.state = 1162; + this.state = 1168; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 1159; + this.state = 1165; this.insertSimpleStatement(); - this.state = 1160; + this.state = 1166; this.match(FlinkSqlParser.SEMICOLON); } } - this.state = 1164; + this.state = 1170; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 177); - this.state = 1166; + this.state = 1172; this.match(FlinkSqlParser.KW_END); } } @@ -5276,60 +5314,60 @@ export class FlinkSqlParser extends SQLParserBase { let parentState = this.state; let localContext = new QueryStatementContext(this.context, parentState); let previousContext = localContext; - let _startState = 158; - this.enterRecursionRule(localContext, 158, FlinkSqlParser.RULE_queryStatement, _p); + let _startState = 160; + this.enterRecursionRule(localContext, 160, FlinkSqlParser.RULE_queryStatement, _p); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1191; + this.state = 1197; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 117, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 118, this.context) ) { case 1: { - this.state = 1169; + this.state = 1175; this.valuesClause(); } break; case 2: { - this.state = 1170; + this.state = 1176; this.withClause(); - this.state = 1171; + this.state = 1177; this.queryStatement(5); } break; case 3: { - this.state = 1173; + this.state = 1179; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1174; + this.state = 1180; this.queryStatement(0); - this.state = 1175; + this.state = 1181; this.match(FlinkSqlParser.RR_BRACKET); } break; case 4: { - this.state = 1177; + this.state = 1183; this.selectClause(); - this.state = 1179; + this.state = 1185; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 113, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 114, this.context) ) { case 1: { - this.state = 1178; + this.state = 1184; this.orderByClause(); } break; } - this.state = 1182; + this.state = 1188; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 114, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 115, this.context) ) { case 1: { - this.state = 1181; + this.state = 1187; this.limitClause(); } break; @@ -5338,24 +5376,24 @@ export class FlinkSqlParser extends SQLParserBase { break; case 5: { - this.state = 1184; + this.state = 1190; this.selectStatement(); - this.state = 1186; + this.state = 1192; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 115, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 116, this.context) ) { case 1: { - this.state = 1185; + this.state = 1191; this.orderByClause(); } break; } - this.state = 1189; + this.state = 1195; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 116, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 117, this.context) ) { case 1: { - this.state = 1188; + this.state = 1194; this.limitClause(); } break; @@ -5364,9 +5402,9 @@ export class FlinkSqlParser extends SQLParserBase { break; } this.context!.stop = this.tokenStream.LT(-1); - this.state = 1207; + this.state = 1213; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 121, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 122, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { if (this._parseListeners != null) { @@ -5378,11 +5416,11 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new QueryStatementContext(parentContext, parentState); localContext._left = previousContext; this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_queryStatement); - this.state = 1193; + this.state = 1199; if (!(this.precpred(this.context, 3))) { throw this.createFailedPredicateException("this.precpred(this.context, 3)"); } - this.state = 1194; + this.state = 1200; localContext._operator = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 130 || _la === 180 || _la === 403)) { @@ -5392,34 +5430,34 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1196; + this.state = 1202; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 5) { { - this.state = 1195; + this.state = 1201; this.match(FlinkSqlParser.KW_ALL); } } - this.state = 1198; + this.state = 1204; localContext._right = this.queryStatement(0); - this.state = 1200; + this.state = 1206; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 119, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 120, this.context) ) { case 1: { - this.state = 1199; + this.state = 1205; this.orderByClause(); } break; } - this.state = 1203; + this.state = 1209; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 120, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 121, this.context) ) { case 1: { - this.state = 1202; + this.state = 1208; this.limitClause(); } break; @@ -5427,9 +5465,9 @@ export class FlinkSqlParser extends SQLParserBase { } } } - this.state = 1209; + this.state = 1215; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 121, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 122, this.context); } } } @@ -5449,32 +5487,32 @@ export class FlinkSqlParser extends SQLParserBase { } public valuesClause(): ValuesClauseContext { let localContext = new ValuesClauseContext(this.context, this.state); - this.enterRule(localContext, 160, FlinkSqlParser.RULE_valuesClause); + this.enterRule(localContext, 162, FlinkSqlParser.RULE_valuesClause); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1210; + this.state = 1216; this.match(FlinkSqlParser.KW_VALUES); - this.state = 1211; + this.state = 1217; this.expression(); - this.state = 1216; + this.state = 1222; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 122, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 123, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1212; + this.state = 1218; this.match(FlinkSqlParser.COMMA); - this.state = 1213; + this.state = 1219; this.expression(); } } } - this.state = 1218; + this.state = 1224; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 122, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 123, this.context); } } } @@ -5494,28 +5532,28 @@ export class FlinkSqlParser extends SQLParserBase { } public withClause(): WithClauseContext { let localContext = new WithClauseContext(this.context, this.state); - this.enterRule(localContext, 162, FlinkSqlParser.RULE_withClause); + this.enterRule(localContext, 164, FlinkSqlParser.RULE_withClause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1219; + this.state = 1225; this.match(FlinkSqlParser.KW_WITH); - this.state = 1220; + this.state = 1226; this.withItem(); - this.state = 1225; + this.state = 1231; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 1221; + this.state = 1227; this.match(FlinkSqlParser.COMMA); - this.state = 1222; + this.state = 1228; this.withItem(); } } - this.state = 1227; + this.state = 1233; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -5537,50 +5575,50 @@ export class FlinkSqlParser extends SQLParserBase { } public withItem(): WithItemContext { let localContext = new WithItemContext(this.context, this.state); - this.enterRule(localContext, 164, FlinkSqlParser.RULE_withItem); + this.enterRule(localContext, 166, FlinkSqlParser.RULE_withItem); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1228; + this.state = 1234; this.withItemName(); - this.state = 1240; + this.state = 1246; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 517) { { - this.state = 1229; + this.state = 1235; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1230; + this.state = 1236; this.columnName(); - this.state = 1235; + this.state = 1241; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 1231; + this.state = 1237; this.match(FlinkSqlParser.COMMA); - this.state = 1232; + this.state = 1238; this.columnName(); } } - this.state = 1237; + this.state = 1243; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1238; + this.state = 1244; this.match(FlinkSqlParser.RR_BRACKET); } } - this.state = 1242; + this.state = 1248; this.match(FlinkSqlParser.KW_AS); - this.state = 1243; + this.state = 1249; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1244; + this.state = 1250; this.queryStatement(0); - this.state = 1245; + this.state = 1251; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -5600,11 +5638,11 @@ export class FlinkSqlParser extends SQLParserBase { } public withItemName(): WithItemNameContext { let localContext = new WithItemNameContext(this.context, this.state); - this.enterRule(localContext, 166, FlinkSqlParser.RULE_withItemName); + this.enterRule(localContext, 168, FlinkSqlParser.RULE_withItemName); try { this.enterOuterAlt(localContext, 1); { - this.state = 1247; + this.state = 1253; this.identifier(); } } @@ -5624,62 +5662,62 @@ export class FlinkSqlParser extends SQLParserBase { } public selectStatement(): SelectStatementContext { let localContext = new SelectStatementContext(this.context, this.state); - this.enterRule(localContext, 168, FlinkSqlParser.RULE_selectStatement); + this.enterRule(localContext, 170, FlinkSqlParser.RULE_selectStatement); try { - this.state = 1269; + this.state = 1275; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 131, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 132, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1249; + this.state = 1255; this.selectClause(); - this.state = 1251; + this.state = 1257; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 126, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 127, this.context) ) { case 1: { - this.state = 1250; + this.state = 1256; this.fromClause(); } break; } - this.state = 1254; + this.state = 1260; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 127, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 128, this.context) ) { case 1: { - this.state = 1253; + this.state = 1259; this.whereClause(); } break; } - this.state = 1257; + this.state = 1263; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 128, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 129, this.context) ) { case 1: { - this.state = 1256; + this.state = 1262; this.groupByClause(); } break; } - this.state = 1260; + this.state = 1266; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 129, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 130, this.context) ) { case 1: { - this.state = 1259; + this.state = 1265; this.havingClause(); } break; } - this.state = 1263; + this.state = 1269; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 130, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 131, this.context) ) { case 1: { - this.state = 1262; + this.state = 1268; this.windowClause(); } break; @@ -5689,11 +5727,11 @@ export class FlinkSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1265; + this.state = 1271; this.selectClause(); - this.state = 1266; + this.state = 1272; this.fromClause(); - this.state = 1267; + this.state = 1273; this.matchRecognizeClause(); } break; @@ -5715,53 +5753,53 @@ export class FlinkSqlParser extends SQLParserBase { } public selectClause(): SelectClauseContext { let localContext = new SelectClauseContext(this.context, this.state); - this.enterRule(localContext, 170, FlinkSqlParser.RULE_selectClause); + this.enterRule(localContext, 172, FlinkSqlParser.RULE_selectClause); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1271; + this.state = 1277; this.match(FlinkSqlParser.KW_SELECT); - this.state = 1273; + this.state = 1279; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 132, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 133, this.context) ) { case 1: { - this.state = 1272; + this.state = 1278; this.setQuantifier(); } break; } - this.state = 1284; + this.state = 1290; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 134, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 135, this.context) ) { case 1: { - this.state = 1275; + this.state = 1281; this.match(FlinkSqlParser.ASTERISK_SIGN); } break; case 2: { - this.state = 1276; + this.state = 1282; this.projectItemDefinition(); - this.state = 1281; + this.state = 1287; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 133, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 134, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1277; + this.state = 1283; this.match(FlinkSqlParser.COMMA); - this.state = 1278; + this.state = 1284; this.projectItemDefinition(); } } } - this.state = 1283; + this.state = 1289; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 133, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 134, this.context); } } break; @@ -5784,40 +5822,40 @@ export class FlinkSqlParser extends SQLParserBase { } public projectItemDefinition(): ProjectItemDefinitionContext { let localContext = new ProjectItemDefinitionContext(this.context, this.state); - this.enterRule(localContext, 172, FlinkSqlParser.RULE_projectItemDefinition); + this.enterRule(localContext, 174, FlinkSqlParser.RULE_projectItemDefinition); let _la: number; try { - this.state = 1301; + this.state = 1307; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 139, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 140, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1286; + this.state = 1292; this.overWindowItem(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1287; + this.state = 1293; this.expression(); - this.state = 1292; + this.state = 1298; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 136, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 137, this.context) ) { case 1: { - this.state = 1289; + this.state = 1295; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 135, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 136, this.context) ) { case 1: { - this.state = 1288; + this.state = 1294; this.match(FlinkSqlParser.KW_AS); } break; } - this.state = 1291; + this.state = 1297; this.columnName(); } break; @@ -5827,24 +5865,24 @@ export class FlinkSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1294; + this.state = 1300; this.columnName(); - this.state = 1299; + this.state = 1305; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 138, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 139, this.context) ) { case 1: { - this.state = 1296; + this.state = 1302; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 1295; + this.state = 1301; this.match(FlinkSqlParser.KW_AS); } } - this.state = 1298; + this.state = 1304; this.expression(); } break; @@ -5869,38 +5907,38 @@ export class FlinkSqlParser extends SQLParserBase { } public overWindowItem(): OverWindowItemContext { let localContext = new OverWindowItemContext(this.context, this.state); - this.enterRule(localContext, 174, FlinkSqlParser.RULE_overWindowItem); + this.enterRule(localContext, 176, FlinkSqlParser.RULE_overWindowItem); try { - this.state = 1315; + this.state = 1321; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 140, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 141, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1303; + this.state = 1309; this.primaryExpression(0); - this.state = 1304; + this.state = 1310; this.match(FlinkSqlParser.KW_OVER); - this.state = 1305; + this.state = 1311; this.windowSpec(); - this.state = 1306; + this.state = 1312; this.match(FlinkSqlParser.KW_AS); - this.state = 1307; + this.state = 1313; this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1309; + this.state = 1315; this.primaryExpression(0); - this.state = 1310; + this.state = 1316; this.match(FlinkSqlParser.KW_OVER); - this.state = 1311; + this.state = 1317; this.errorCapturingIdentifier(); - this.state = 1312; + this.state = 1318; this.match(FlinkSqlParser.KW_AS); - this.state = 1313; + this.state = 1319; this.identifier(); } break; @@ -5922,13 +5960,13 @@ export class FlinkSqlParser extends SQLParserBase { } public fromClause(): FromClauseContext { let localContext = new FromClauseContext(this.context, this.state); - this.enterRule(localContext, 176, FlinkSqlParser.RULE_fromClause); + this.enterRule(localContext, 178, FlinkSqlParser.RULE_fromClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 1317; + this.state = 1323; this.match(FlinkSqlParser.KW_FROM); - this.state = 1318; + this.state = 1324; this.tableExpression(0); } } @@ -5958,57 +5996,57 @@ export class FlinkSqlParser extends SQLParserBase { let parentState = this.state; let localContext = new TableExpressionContext(this.context, parentState); let previousContext = localContext; - let _startState = 178; - this.enterRecursionRule(localContext, 178, FlinkSqlParser.RULE_tableExpression, _p); + let _startState = 180; + this.enterRecursionRule(localContext, 180, FlinkSqlParser.RULE_tableExpression, _p); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1331; + this.state = 1337; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 142, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 143, this.context) ) { case 1: { - this.state = 1321; + this.state = 1327; this.tableReference(); - this.state = 1326; + this.state = 1332; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 141, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 142, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1322; + this.state = 1328; this.match(FlinkSqlParser.COMMA); - this.state = 1323; + this.state = 1329; this.tableReference(); } } } - this.state = 1328; + this.state = 1334; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 141, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 142, this.context); } } break; case 2: { - this.state = 1329; + this.state = 1335; this.inlineDataValueClause(); } break; case 3: { - this.state = 1330; + this.state = 1336; this.windowTVFClause(); } break; } this.context!.stop = this.tokenStream.LT(-1); - this.state = 1354; + this.state = 1360; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 148, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 149, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { if (this._parseListeners != null) { @@ -6016,22 +6054,22 @@ export class FlinkSqlParser extends SQLParserBase { } previousContext = localContext; { - this.state = 1352; + this.state = 1358; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 147, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 148, this.context) ) { case 1: { localContext = new TableExpressionContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_tableExpression); - this.state = 1333; + this.state = 1339; if (!(this.precpred(this.context, 3))) { throw this.createFailedPredicateException("this.precpred(this.context, 3)"); } - this.state = 1334; + this.state = 1340; this.match(FlinkSqlParser.KW_CROSS); - this.state = 1335; + this.state = 1341; this.match(FlinkSqlParser.KW_JOIN); - this.state = 1336; + this.state = 1342; this.tableExpression(4); } break; @@ -6039,26 +6077,26 @@ export class FlinkSqlParser extends SQLParserBase { { localContext = new TableExpressionContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_tableExpression); - this.state = 1337; + this.state = 1343; if (!(this.precpred(this.context, 4))) { throw this.createFailedPredicateException("this.precpred(this.context, 4)"); } - this.state = 1339; + this.state = 1345; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 234) { { - this.state = 1338; + this.state = 1344; this.match(FlinkSqlParser.KW_NATURAL); } } - this.state = 1342; + this.state = 1348; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 152 || _la === 174 || _la === 202 || _la === 318) { { - this.state = 1341; + this.state = 1347; _la = this.tokenStream.LA(1); if(!(_la === 152 || _la === 174 || _la === 202 || _la === 318)) { this.errorHandler.recoverInline(this); @@ -6070,26 +6108,26 @@ export class FlinkSqlParser extends SQLParserBase { } } - this.state = 1345; + this.state = 1351; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 262) { { - this.state = 1344; + this.state = 1350; this.match(FlinkSqlParser.KW_OUTER); } } - this.state = 1347; + this.state = 1353; this.match(FlinkSqlParser.KW_JOIN); - this.state = 1348; + this.state = 1354; this.tableExpression(0); - this.state = 1350; + this.state = 1356; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 146, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 147, this.context) ) { case 1: { - this.state = 1349; + this.state = 1355; this.joinCondition(); } break; @@ -6099,9 +6137,9 @@ export class FlinkSqlParser extends SQLParserBase { } } } - this.state = 1356; + this.state = 1362; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 148, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 149, this.context); } } } @@ -6121,18 +6159,18 @@ export class FlinkSqlParser extends SQLParserBase { } public tableReference(): TableReferenceContext { let localContext = new TableReferenceContext(this.context, this.state); - this.enterRule(localContext, 180, FlinkSqlParser.RULE_tableReference); + this.enterRule(localContext, 182, FlinkSqlParser.RULE_tableReference); try { this.enterOuterAlt(localContext, 1); { - this.state = 1357; + this.state = 1363; this.tablePrimary(); - this.state = 1359; + this.state = 1365; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 149, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 150, this.context) ) { case 1: { - this.state = 1358; + this.state = 1364; this.tableAlias(); } break; @@ -6155,33 +6193,33 @@ export class FlinkSqlParser extends SQLParserBase { } public tablePrimary(): TablePrimaryContext { let localContext = new TablePrimaryContext(this.context, this.state); - this.enterRule(localContext, 182, FlinkSqlParser.RULE_tablePrimary); + this.enterRule(localContext, 184, FlinkSqlParser.RULE_tablePrimary); let _la: number; try { - this.state = 1390; + this.state = 1396; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 154, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 155, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1362; + this.state = 1368; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 374) { { - this.state = 1361; + this.state = 1367; this.match(FlinkSqlParser.KW_TABLE); } } - this.state = 1364; + this.state = 1370; this.tablePath(); - this.state = 1366; + this.state = 1372; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 151, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 152, this.context) ) { case 1: { - this.state = 1365; + this.state = 1371; this.systemTimePeriod(); } break; @@ -6191,14 +6229,14 @@ export class FlinkSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1368; + this.state = 1374; this.viewPath(); - this.state = 1370; + this.state = 1376; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 152, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 153, this.context) ) { case 1: { - this.state = 1369; + this.state = 1375; this.systemTimePeriod(); } break; @@ -6208,49 +6246,49 @@ export class FlinkSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1372; + this.state = 1378; this.match(FlinkSqlParser.KW_LATERAL); - this.state = 1373; + this.state = 1379; this.match(FlinkSqlParser.KW_TABLE); - this.state = 1374; + this.state = 1380; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1375; + this.state = 1381; this.functionCallExpression(); - this.state = 1376; + this.state = 1382; this.match(FlinkSqlParser.RR_BRACKET); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1379; + this.state = 1385; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 199) { { - this.state = 1378; + this.state = 1384; this.match(FlinkSqlParser.KW_LATERAL); } } - this.state = 1381; + this.state = 1387; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1382; + this.state = 1388; this.queryStatement(0); - this.state = 1383; + this.state = 1389; this.match(FlinkSqlParser.RR_BRACKET); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1385; + this.state = 1391; this.match(FlinkSqlParser.KW_UNNEST); - this.state = 1386; + this.state = 1392; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1387; + this.state = 1393; this.expression(); - this.state = 1388; + this.state = 1394; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -6272,19 +6310,19 @@ export class FlinkSqlParser extends SQLParserBase { } public systemTimePeriod(): SystemTimePeriodContext { let localContext = new SystemTimePeriodContext(this.context, this.state); - this.enterRule(localContext, 184, FlinkSqlParser.RULE_systemTimePeriod); + this.enterRule(localContext, 186, FlinkSqlParser.RULE_systemTimePeriod); try { this.enterOuterAlt(localContext, 1); { - this.state = 1392; + this.state = 1398; this.match(FlinkSqlParser.KW_FOR); - this.state = 1393; + this.state = 1399; this.match(FlinkSqlParser.KW_SYSTEM_TIME); - this.state = 1394; + this.state = 1400; this.match(FlinkSqlParser.KW_AS); - this.state = 1395; + this.state = 1401; this.match(FlinkSqlParser.KW_OF); - this.state = 1396; + this.state = 1402; this.dateTimeExpression(); } } @@ -6304,11 +6342,11 @@ export class FlinkSqlParser extends SQLParserBase { } public dateTimeExpression(): DateTimeExpressionContext { let localContext = new DateTimeExpressionContext(this.context, this.state); - this.enterRule(localContext, 186, FlinkSqlParser.RULE_dateTimeExpression); + this.enterRule(localContext, 188, FlinkSqlParser.RULE_dateTimeExpression); try { this.enterOuterAlt(localContext, 1); { - this.state = 1398; + this.state = 1404; this.expression(); } } @@ -6328,17 +6366,17 @@ export class FlinkSqlParser extends SQLParserBase { } public inlineDataValueClause(): InlineDataValueClauseContext { let localContext = new InlineDataValueClauseContext(this.context, this.state); - this.enterRule(localContext, 188, FlinkSqlParser.RULE_inlineDataValueClause); + this.enterRule(localContext, 190, FlinkSqlParser.RULE_inlineDataValueClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 1400; + this.state = 1406; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1401; + this.state = 1407; this.valuesDefinition(); - this.state = 1402; + this.state = 1408; this.match(FlinkSqlParser.RR_BRACKET); - this.state = 1403; + this.state = 1409; this.tableAlias(); } } @@ -6358,17 +6396,17 @@ export class FlinkSqlParser extends SQLParserBase { } public windowTVFClause(): WindowTVFClauseContext { let localContext = new WindowTVFClauseContext(this.context, this.state); - this.enterRule(localContext, 190, FlinkSqlParser.RULE_windowTVFClause); + this.enterRule(localContext, 192, FlinkSqlParser.RULE_windowTVFClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 1405; + this.state = 1411; this.match(FlinkSqlParser.KW_TABLE); - this.state = 1406; + this.state = 1412; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1407; + this.state = 1413; this.windowTVFExpression(); - this.state = 1408; + this.state = 1414; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -6388,34 +6426,34 @@ export class FlinkSqlParser extends SQLParserBase { } public windowTVFExpression(): WindowTVFExpressionContext { let localContext = new WindowTVFExpressionContext(this.context, this.state); - this.enterRule(localContext, 192, FlinkSqlParser.RULE_windowTVFExpression); + this.enterRule(localContext, 194, FlinkSqlParser.RULE_windowTVFExpression); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1410; + this.state = 1416; this.windowTVFName(); - this.state = 1411; + this.state = 1417; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1412; + this.state = 1418; this.windowTVFParam(); - this.state = 1417; + this.state = 1423; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 1413; + this.state = 1419; this.match(FlinkSqlParser.COMMA); - this.state = 1414; + this.state = 1420; this.windowTVFParam(); } } - this.state = 1419; + this.state = 1425; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1420; + this.state = 1426; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -6435,12 +6473,12 @@ export class FlinkSqlParser extends SQLParserBase { } public windowTVFName(): WindowTVFNameContext { let localContext = new WindowTVFNameContext(this.context, this.state); - this.enterRule(localContext, 194, FlinkSqlParser.RULE_windowTVFName); + this.enterRule(localContext, 196, FlinkSqlParser.RULE_windowTVFName); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1422; + this.state = 1428; _la = this.tokenStream.LA(1); if(!(_la === 446 || _la === 460 || _la === 500)) { this.errorHandler.recoverInline(this); @@ -6467,66 +6505,66 @@ export class FlinkSqlParser extends SQLParserBase { } public windowTVFParam(): WindowTVFParamContext { let localContext = new WindowTVFParamContext(this.context, this.state); - this.enterRule(localContext, 196, FlinkSqlParser.RULE_windowTVFParam); + this.enterRule(localContext, 198, FlinkSqlParser.RULE_windowTVFParam); try { - this.state = 1439; + this.state = 1445; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 156, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 157, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1424; + this.state = 1430; this.match(FlinkSqlParser.KW_TABLE); - this.state = 1425; + this.state = 1431; this.timeAttrColumn(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1426; + this.state = 1432; this.columnDescriptor(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1427; + this.state = 1433; this.timeIntervalExpression(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1428; + this.state = 1434; this.match(FlinkSqlParser.KW_DATA); - this.state = 1429; + this.state = 1435; this.match(FlinkSqlParser.DOUBLE_RIGHT_ARROW); - this.state = 1430; + this.state = 1436; this.match(FlinkSqlParser.KW_TABLE); - this.state = 1431; + this.state = 1437; this.timeAttrColumn(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1432; + this.state = 1438; this.match(FlinkSqlParser.KW_TIMECOL); - this.state = 1433; + this.state = 1439; this.match(FlinkSqlParser.DOUBLE_RIGHT_ARROW); - this.state = 1434; + this.state = 1440; this.columnDescriptor(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 1435; + this.state = 1441; this.timeIntervalParamName(); - this.state = 1436; + this.state = 1442; this.match(FlinkSqlParser.DOUBLE_RIGHT_ARROW); - this.state = 1437; + this.state = 1443; this.timeIntervalExpression(); } break; @@ -6548,12 +6586,12 @@ export class FlinkSqlParser extends SQLParserBase { } public timeIntervalParamName(): TimeIntervalParamNameContext { let localContext = new TimeIntervalParamNameContext(this.context, this.state); - this.enterRule(localContext, 198, FlinkSqlParser.RULE_timeIntervalParamName); + this.enterRule(localContext, 200, FlinkSqlParser.RULE_timeIntervalParamName); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1441; + this.state = 1447; _la = this.tokenStream.LA(1); if(!(_la === 251 || _la === 447 || ((((_la - 495)) & ~0x1F) === 0 && ((1 << (_la - 495)) & 23) !== 0))) { this.errorHandler.recoverInline(this); @@ -6580,17 +6618,17 @@ export class FlinkSqlParser extends SQLParserBase { } public columnDescriptor(): ColumnDescriptorContext { let localContext = new ColumnDescriptorContext(this.context, this.state); - this.enterRule(localContext, 200, FlinkSqlParser.RULE_columnDescriptor); + this.enterRule(localContext, 202, FlinkSqlParser.RULE_columnDescriptor); try { this.enterOuterAlt(localContext, 1); { - this.state = 1443; + this.state = 1449; this.match(FlinkSqlParser.KW_DESCRIPTOR); - this.state = 1444; + this.state = 1450; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1445; + this.state = 1451; this.columnName(); - this.state = 1446; + this.state = 1452; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -6610,26 +6648,26 @@ export class FlinkSqlParser extends SQLParserBase { } public joinCondition(): JoinConditionContext { let localContext = new JoinConditionContext(this.context, this.state); - this.enterRule(localContext, 202, FlinkSqlParser.RULE_joinCondition); + this.enterRule(localContext, 204, FlinkSqlParser.RULE_joinCondition); try { - this.state = 1452; + this.state = 1458; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_ON: this.enterOuterAlt(localContext, 1); { - this.state = 1448; + this.state = 1454; this.match(FlinkSqlParser.KW_ON); - this.state = 1449; + this.state = 1455; this.booleanExpression(0); } break; case FlinkSqlParser.KW_USING: this.enterOuterAlt(localContext, 2); { - this.state = 1450; + this.state = 1456; this.match(FlinkSqlParser.KW_USING); - this.state = 1451; + this.state = 1457; this.columnNameList(); } break; @@ -6653,13 +6691,13 @@ export class FlinkSqlParser extends SQLParserBase { } public whereClause(): WhereClauseContext { let localContext = new WhereClauseContext(this.context, this.state); - this.enterRule(localContext, 204, FlinkSqlParser.RULE_whereClause); + this.enterRule(localContext, 206, FlinkSqlParser.RULE_whereClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 1454; + this.state = 1460; this.match(FlinkSqlParser.KW_WHERE); - this.state = 1455; + this.state = 1461; this.booleanExpression(0); } } @@ -6679,34 +6717,34 @@ export class FlinkSqlParser extends SQLParserBase { } public groupByClause(): GroupByClauseContext { let localContext = new GroupByClauseContext(this.context, this.state); - this.enterRule(localContext, 206, FlinkSqlParser.RULE_groupByClause); + this.enterRule(localContext, 208, FlinkSqlParser.RULE_groupByClause); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1457; + this.state = 1463; this.match(FlinkSqlParser.KW_GROUP); - this.state = 1458; + this.state = 1464; this.match(FlinkSqlParser.KW_BY); - this.state = 1459; + this.state = 1465; this.groupItemDefinition(); - this.state = 1464; + this.state = 1470; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 158, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 159, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1460; + this.state = 1466; this.match(FlinkSqlParser.COMMA); - this.state = 1461; + this.state = 1467; this.groupItemDefinition(); } } } - this.state = 1466; + this.state = 1472; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 158, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 159, this.context); } } } @@ -6726,124 +6764,124 @@ export class FlinkSqlParser extends SQLParserBase { } public groupItemDefinition(): GroupItemDefinitionContext { let localContext = new GroupItemDefinitionContext(this.context, this.state); - this.enterRule(localContext, 208, FlinkSqlParser.RULE_groupItemDefinition); + this.enterRule(localContext, 210, FlinkSqlParser.RULE_groupItemDefinition); let _la: number; try { - this.state = 1507; + this.state = 1513; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 162, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 163, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1467; + this.state = 1473; this.columnName(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1468; + this.state = 1474; this.groupWindowFunction(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1469; + this.state = 1475; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1470; + this.state = 1476; this.match(FlinkSqlParser.RR_BRACKET); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1471; + this.state = 1477; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1472; + this.state = 1478; this.expression(); - this.state = 1477; + this.state = 1483; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 1473; + this.state = 1479; this.match(FlinkSqlParser.COMMA); - this.state = 1474; + this.state = 1480; this.expression(); } } - this.state = 1479; + this.state = 1485; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1480; + this.state = 1486; this.match(FlinkSqlParser.RR_BRACKET); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1482; + this.state = 1488; this.groupingSetsNotationName(); - this.state = 1483; + this.state = 1489; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1484; + this.state = 1490; this.expression(); - this.state = 1489; + this.state = 1495; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 1485; + this.state = 1491; this.match(FlinkSqlParser.COMMA); - this.state = 1486; + this.state = 1492; this.expression(); } } - this.state = 1491; + this.state = 1497; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1492; + this.state = 1498; this.match(FlinkSqlParser.RR_BRACKET); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 1494; + this.state = 1500; this.groupingSets(); - this.state = 1495; + this.state = 1501; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1496; + this.state = 1502; this.groupItemDefinition(); - this.state = 1501; + this.state = 1507; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 1497; + this.state = 1503; this.match(FlinkSqlParser.COMMA); - this.state = 1498; + this.state = 1504; this.groupItemDefinition(); } } - this.state = 1503; + this.state = 1509; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1504; + this.state = 1510; this.match(FlinkSqlParser.RR_BRACKET); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 1506; + this.state = 1512; this.expression(); } break; @@ -6865,13 +6903,13 @@ export class FlinkSqlParser extends SQLParserBase { } public groupingSets(): GroupingSetsContext { let localContext = new GroupingSetsContext(this.context, this.state); - this.enterRule(localContext, 210, FlinkSqlParser.RULE_groupingSets); + this.enterRule(localContext, 212, FlinkSqlParser.RULE_groupingSets); try { this.enterOuterAlt(localContext, 1); { - this.state = 1509; + this.state = 1515; this.match(FlinkSqlParser.KW_GROUPING); - this.state = 1510; + this.state = 1516; this.match(FlinkSqlParser.KW_SETS); } } @@ -6891,12 +6929,12 @@ export class FlinkSqlParser extends SQLParserBase { } public groupingSetsNotationName(): GroupingSetsNotationNameContext { let localContext = new GroupingSetsNotationNameContext(this.context, this.state); - this.enterRule(localContext, 212, FlinkSqlParser.RULE_groupingSetsNotationName); + this.enterRule(localContext, 214, FlinkSqlParser.RULE_groupingSetsNotationName); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1512; + this.state = 1518; _la = this.tokenStream.LA(1); if(!(_la === 74 || _la === 321)) { this.errorHandler.recoverInline(this); @@ -6923,21 +6961,21 @@ export class FlinkSqlParser extends SQLParserBase { } public groupWindowFunction(): GroupWindowFunctionContext { let localContext = new GroupWindowFunctionContext(this.context, this.state); - this.enterRule(localContext, 214, FlinkSqlParser.RULE_groupWindowFunction); + this.enterRule(localContext, 216, FlinkSqlParser.RULE_groupWindowFunction); try { this.enterOuterAlt(localContext, 1); { - this.state = 1514; + this.state = 1520; this.groupWindowFunctionName(); - this.state = 1515; + this.state = 1521; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1516; + this.state = 1522; this.timeAttrColumn(); - this.state = 1517; + this.state = 1523; this.match(FlinkSqlParser.COMMA); - this.state = 1518; + this.state = 1524; this.timeIntervalExpression(); - this.state = 1519; + this.state = 1525; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -6957,12 +6995,12 @@ export class FlinkSqlParser extends SQLParserBase { } public groupWindowFunctionName(): GroupWindowFunctionNameContext { let localContext = new GroupWindowFunctionNameContext(this.context, this.state); - this.enterRule(localContext, 216, FlinkSqlParser.RULE_groupWindowFunctionName); + this.enterRule(localContext, 218, FlinkSqlParser.RULE_groupWindowFunctionName); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1521; + this.state = 1527; _la = this.tokenStream.LA(1); if(!(_la === 460 || _la === 493 || _la === 500)) { this.errorHandler.recoverInline(this); @@ -6989,11 +7027,11 @@ export class FlinkSqlParser extends SQLParserBase { } public timeAttrColumn(): TimeAttrColumnContext { let localContext = new TimeAttrColumnContext(this.context, this.state); - this.enterRule(localContext, 218, FlinkSqlParser.RULE_timeAttrColumn); + this.enterRule(localContext, 220, FlinkSqlParser.RULE_timeAttrColumn); try { this.enterOuterAlt(localContext, 1); { - this.state = 1523; + this.state = 1529; this.uid(); } } @@ -7013,13 +7051,13 @@ export class FlinkSqlParser extends SQLParserBase { } public havingClause(): HavingClauseContext { let localContext = new HavingClauseContext(this.context, this.state); - this.enterRule(localContext, 220, FlinkSqlParser.RULE_havingClause); + this.enterRule(localContext, 222, FlinkSqlParser.RULE_havingClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 1525; + this.state = 1531; this.match(FlinkSqlParser.KW_HAVING); - this.state = 1526; + this.state = 1532; this.booleanExpression(0); } } @@ -7039,32 +7077,32 @@ export class FlinkSqlParser extends SQLParserBase { } public windowClause(): WindowClauseContext { let localContext = new WindowClauseContext(this.context, this.state); - this.enterRule(localContext, 222, FlinkSqlParser.RULE_windowClause); + this.enterRule(localContext, 224, FlinkSqlParser.RULE_windowClause); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1528; + this.state = 1534; this.match(FlinkSqlParser.KW_WINDOW); - this.state = 1529; + this.state = 1535; this.namedWindow(); - this.state = 1534; + this.state = 1540; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 163, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 164, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1530; + this.state = 1536; this.match(FlinkSqlParser.COMMA); - this.state = 1531; + this.state = 1537; this.namedWindow(); } } } - this.state = 1536; + this.state = 1542; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 163, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 164, this.context); } } } @@ -7084,15 +7122,15 @@ export class FlinkSqlParser extends SQLParserBase { } public namedWindow(): NamedWindowContext { let localContext = new NamedWindowContext(this.context, this.state); - this.enterRule(localContext, 224, FlinkSqlParser.RULE_namedWindow); + this.enterRule(localContext, 226, FlinkSqlParser.RULE_namedWindow); try { this.enterOuterAlt(localContext, 1); { - this.state = 1537; + this.state = 1543; localContext._name = this.errorCapturingIdentifier(); - this.state = 1538; + this.state = 1544; this.match(FlinkSqlParser.KW_AS); - this.state = 1539; + this.state = 1545; this.windowSpec(); } } @@ -7112,54 +7150,54 @@ export class FlinkSqlParser extends SQLParserBase { } public windowSpec(): WindowSpecContext { let localContext = new WindowSpecContext(this.context, this.state); - this.enterRule(localContext, 226, FlinkSqlParser.RULE_windowSpec); + this.enterRule(localContext, 228, FlinkSqlParser.RULE_windowSpec); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1542; + this.state = 1548; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 438)) & ~0x1F) === 0 && ((1 << (_la - 438)) & 4294967295) !== 0) || ((((_la - 470)) & ~0x1F) === 0 && ((1 << (_la - 470)) & 4294967295) !== 0) || ((((_la - 502)) & ~0x1F) === 0 && ((1 << (_la - 502)) & 15) !== 0) || ((((_la - 538)) & ~0x1F) === 0 && ((1 << (_la - 538)) & 19) !== 0)) { { - this.state = 1541; + this.state = 1547; localContext._name = this.errorCapturingIdentifier(); } } - this.state = 1544; + this.state = 1550; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1546; + this.state = 1552; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 1545; + this.state = 1551; this.partitionByClause(); } } - this.state = 1549; + this.state = 1555; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 259) { { - this.state = 1548; + this.state = 1554; this.orderByClause(); } } - this.state = 1552; + this.state = 1558; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 293 || _la === 323) { { - this.state = 1551; + this.state = 1557; this.windowFrame(); } } - this.state = 1554; + this.state = 1560; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -7179,95 +7217,95 @@ export class FlinkSqlParser extends SQLParserBase { } public matchRecognizeClause(): MatchRecognizeClauseContext { let localContext = new MatchRecognizeClauseContext(this.context, this.state); - this.enterRule(localContext, 228, FlinkSqlParser.RULE_matchRecognizeClause); + this.enterRule(localContext, 230, FlinkSqlParser.RULE_matchRecognizeClause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1556; + this.state = 1562; this.match(FlinkSqlParser.KW_MATCH_RECOGNIZE); - this.state = 1557; + this.state = 1563; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1559; + this.state = 1565; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 1558; + this.state = 1564; this.partitionByClause(); } } - this.state = 1562; + this.state = 1568; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 259) { { - this.state = 1561; + this.state = 1567; this.orderByClause(); } } - this.state = 1565; + this.state = 1571; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 216) { { - this.state = 1564; + this.state = 1570; this.measuresClause(); } } - this.state = 1568; + this.state = 1574; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 5 || _la === 255) { { - this.state = 1567; + this.state = 1573; this.outputMode(); } } - this.state = 1571; + this.state = 1577; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 439) { { - this.state = 1570; + this.state = 1576; this.afterMatchStrategy(); } } - this.state = 1574; + this.state = 1580; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 272) { { - this.state = 1573; + this.state = 1579; this.patternDefinition(); } } - this.state = 1576; + this.state = 1582; this.patternVariablesDefinition(); - this.state = 1577; + this.state = 1583; this.match(FlinkSqlParser.RR_BRACKET); - this.state = 1582; + this.state = 1588; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 175, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 176, this.context) ) { case 1: { - this.state = 1579; + this.state = 1585; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 1578; + this.state = 1584; this.match(FlinkSqlParser.KW_AS); } } - this.state = 1581; + this.state = 1587; this.identifier(); } break; @@ -7290,34 +7328,34 @@ export class FlinkSqlParser extends SQLParserBase { } public orderByClause(): OrderByClauseContext { let localContext = new OrderByClauseContext(this.context, this.state); - this.enterRule(localContext, 230, FlinkSqlParser.RULE_orderByClause); + this.enterRule(localContext, 232, FlinkSqlParser.RULE_orderByClause); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1584; + this.state = 1590; this.match(FlinkSqlParser.KW_ORDER); - this.state = 1585; + this.state = 1591; this.match(FlinkSqlParser.KW_BY); - this.state = 1586; + this.state = 1592; this.orderItemDefinition(); - this.state = 1591; + this.state = 1597; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 176, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 177, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1587; + this.state = 1593; this.match(FlinkSqlParser.COMMA); - this.state = 1588; + this.state = 1594; this.orderItemDefinition(); } } } - this.state = 1593; + this.state = 1599; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 176, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 177, this.context); } } } @@ -7337,19 +7375,19 @@ export class FlinkSqlParser extends SQLParserBase { } public orderItemDefinition(): OrderItemDefinitionContext { let localContext = new OrderItemDefinitionContext(this.context, this.state); - this.enterRule(localContext, 232, FlinkSqlParser.RULE_orderItemDefinition); + this.enterRule(localContext, 234, FlinkSqlParser.RULE_orderItemDefinition); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1594; + this.state = 1600; this.columnName(); - this.state = 1596; + this.state = 1602; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 177, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 178, this.context) ) { case 1: { - this.state = 1595; + this.state = 1601; localContext._ordering = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 440 || _la === 451)) { @@ -7362,14 +7400,14 @@ export class FlinkSqlParser extends SQLParserBase { } break; } - this.state = 1600; + this.state = 1606; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 178, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 179, this.context) ) { case 1: { - this.state = 1598; + this.state = 1604; this.match(FlinkSqlParser.KW_NULLS); - this.state = 1599; + this.state = 1605; localContext._nullOrder = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 458 || _la === 468)) { @@ -7400,18 +7438,18 @@ export class FlinkSqlParser extends SQLParserBase { } public limitClause(): LimitClauseContext { let localContext = new LimitClauseContext(this.context, this.state); - this.enterRule(localContext, 234, FlinkSqlParser.RULE_limitClause); + this.enterRule(localContext, 236, FlinkSqlParser.RULE_limitClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 1602; + this.state = 1608; this.match(FlinkSqlParser.KW_LIMIT); - this.state = 1605; + this.state = 1611; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_ALL: { - this.state = 1603; + this.state = 1609; this.match(FlinkSqlParser.KW_ALL); } break; @@ -7574,7 +7612,7 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.BIT_STRING: case FlinkSqlParser.ID_LITERAL: { - this.state = 1604; + this.state = 1610; localContext._limit = this.expression(); } break; @@ -7599,58 +7637,58 @@ export class FlinkSqlParser extends SQLParserBase { } public partitionByClause(): PartitionByClauseContext { let localContext = new PartitionByClauseContext(this.context, this.state); - this.enterRule(localContext, 236, FlinkSqlParser.RULE_partitionByClause); + this.enterRule(localContext, 238, FlinkSqlParser.RULE_partitionByClause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1607; + this.state = 1613; this.match(FlinkSqlParser.KW_PARTITION); - this.state = 1608; + this.state = 1614; this.match(FlinkSqlParser.KW_BY); - this.state = 1611; + this.state = 1617; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 180, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 181, this.context) ) { case 1: { - this.state = 1609; + this.state = 1615; this.columnName(); } break; case 2: { - this.state = 1610; + this.state = 1616; this.primaryExpression(0); } break; } - this.state = 1620; + this.state = 1626; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 1613; + this.state = 1619; this.match(FlinkSqlParser.COMMA); - this.state = 1616; + this.state = 1622; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 181, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 182, this.context) ) { case 1: { - this.state = 1614; + this.state = 1620; this.columnName(); } break; case 2: { - this.state = 1615; + this.state = 1621; this.primaryExpression(0); } break; } } } - this.state = 1622; + this.state = 1628; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -7672,16 +7710,16 @@ export class FlinkSqlParser extends SQLParserBase { } public quantifiers(): QuantifiersContext { let localContext = new QuantifiersContext(this.context, this.state); - this.enterRule(localContext, 238, FlinkSqlParser.RULE_quantifiers); + this.enterRule(localContext, 240, FlinkSqlParser.RULE_quantifiers); try { - this.state = 1639; + this.state = 1645; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 183, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 184, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { { - this.state = 1623; + this.state = 1629; this.match(FlinkSqlParser.ASTERISK_SIGN); } } @@ -7690,7 +7728,7 @@ export class FlinkSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 2); { { - this.state = 1624; + this.state = 1630; this.match(FlinkSqlParser.ADD_SIGN); } } @@ -7699,7 +7737,7 @@ export class FlinkSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 3); { { - this.state = 1625; + this.state = 1631; this.match(FlinkSqlParser.QUESTION_MARK_SIGN); } } @@ -7708,15 +7746,15 @@ export class FlinkSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 4); { { - this.state = 1626; + this.state = 1632; this.match(FlinkSqlParser.LB_BRACKET); - this.state = 1627; + this.state = 1633; this.match(FlinkSqlParser.DIG_LITERAL); - this.state = 1628; + this.state = 1634; this.match(FlinkSqlParser.COMMA); - this.state = 1629; + this.state = 1635; this.match(FlinkSqlParser.DIG_LITERAL); - this.state = 1630; + this.state = 1636; this.match(FlinkSqlParser.RB_BRACKET); } } @@ -7725,13 +7763,13 @@ export class FlinkSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 5); { { - this.state = 1631; + this.state = 1637; this.match(FlinkSqlParser.LB_BRACKET); - this.state = 1632; + this.state = 1638; this.match(FlinkSqlParser.DIG_LITERAL); - this.state = 1633; + this.state = 1639; this.match(FlinkSqlParser.COMMA); - this.state = 1634; + this.state = 1640; this.match(FlinkSqlParser.RB_BRACKET); } } @@ -7740,13 +7778,13 @@ export class FlinkSqlParser extends SQLParserBase { this.enterOuterAlt(localContext, 6); { { - this.state = 1635; + this.state = 1641; this.match(FlinkSqlParser.LB_BRACKET); - this.state = 1636; + this.state = 1642; this.match(FlinkSqlParser.COMMA); - this.state = 1637; + this.state = 1643; this.match(FlinkSqlParser.DIG_LITERAL); - this.state = 1638; + this.state = 1644; this.match(FlinkSqlParser.RB_BRACKET); } } @@ -7769,28 +7807,28 @@ export class FlinkSqlParser extends SQLParserBase { } public measuresClause(): MeasuresClauseContext { let localContext = new MeasuresClauseContext(this.context, this.state); - this.enterRule(localContext, 240, FlinkSqlParser.RULE_measuresClause); + this.enterRule(localContext, 242, FlinkSqlParser.RULE_measuresClause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1641; + this.state = 1647; this.match(FlinkSqlParser.KW_MEASURES); - this.state = 1642; + this.state = 1648; this.projectItemDefinition(); - this.state = 1647; + this.state = 1653; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 1643; + this.state = 1649; this.match(FlinkSqlParser.COMMA); - this.state = 1644; + this.state = 1650; this.projectItemDefinition(); } } - this.state = 1649; + this.state = 1655; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -7812,37 +7850,37 @@ export class FlinkSqlParser extends SQLParserBase { } public patternDefinition(): PatternDefinitionContext { let localContext = new PatternDefinitionContext(this.context, this.state); - this.enterRule(localContext, 242, FlinkSqlParser.RULE_patternDefinition); + this.enterRule(localContext, 244, FlinkSqlParser.RULE_patternDefinition); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1650; + this.state = 1656; this.match(FlinkSqlParser.KW_PATTERN); - this.state = 1651; + this.state = 1657; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1653; + this.state = 1659; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 1652; + this.state = 1658; this.patternVariable(); } } - this.state = 1655; + this.state = 1661; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 539 || _la === 542); - this.state = 1657; + this.state = 1663; this.match(FlinkSqlParser.RR_BRACKET); - this.state = 1659; + this.state = 1665; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 435) { { - this.state = 1658; + this.state = 1664; this.withinClause(); } } @@ -7865,19 +7903,19 @@ export class FlinkSqlParser extends SQLParserBase { } public patternVariable(): PatternVariableContext { let localContext = new PatternVariableContext(this.context, this.state); - this.enterRule(localContext, 244, FlinkSqlParser.RULE_patternVariable); + this.enterRule(localContext, 246, FlinkSqlParser.RULE_patternVariable); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1661; + this.state = 1667; this.unquotedIdentifier(); - this.state = 1663; + this.state = 1669; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 519)) & ~0x1F) === 0 && ((1 << (_la - 519)) & 135681) !== 0)) { { - this.state = 1662; + this.state = 1668; this.quantifiers(); } } @@ -7900,34 +7938,34 @@ export class FlinkSqlParser extends SQLParserBase { } public outputMode(): OutputModeContext { let localContext = new OutputModeContext(this.context, this.state); - this.enterRule(localContext, 246, FlinkSqlParser.RULE_outputMode); + this.enterRule(localContext, 248, FlinkSqlParser.RULE_outputMode); try { - this.state = 1673; + this.state = 1679; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_ALL: this.enterOuterAlt(localContext, 1); { - this.state = 1665; + this.state = 1671; this.match(FlinkSqlParser.KW_ALL); - this.state = 1666; + this.state = 1672; this.match(FlinkSqlParser.KW_ROWS); - this.state = 1667; + this.state = 1673; this.match(FlinkSqlParser.KW_PER); - this.state = 1668; + this.state = 1674; this.match(FlinkSqlParser.KW_MATCH); } break; case FlinkSqlParser.KW_ONE: this.enterOuterAlt(localContext, 2); { - this.state = 1669; + this.state = 1675; this.match(FlinkSqlParser.KW_ONE); - this.state = 1670; + this.state = 1676; this.match(FlinkSqlParser.KW_ROW); - this.state = 1671; + this.state = 1677; this.match(FlinkSqlParser.KW_PER); - this.state = 1672; + this.state = 1678; this.match(FlinkSqlParser.KW_MATCH); } break; @@ -7951,76 +7989,76 @@ export class FlinkSqlParser extends SQLParserBase { } public afterMatchStrategy(): AfterMatchStrategyContext { let localContext = new AfterMatchStrategyContext(this.context, this.state); - this.enterRule(localContext, 248, FlinkSqlParser.RULE_afterMatchStrategy); + this.enterRule(localContext, 250, FlinkSqlParser.RULE_afterMatchStrategy); try { - this.state = 1699; + this.state = 1705; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 189, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 190, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1675; + this.state = 1681; this.match(FlinkSqlParser.KW_AFTER); - this.state = 1676; + this.state = 1682; this.match(FlinkSqlParser.KW_MATCH); - this.state = 1677; + this.state = 1683; this.match(FlinkSqlParser.KW_SKIP); - this.state = 1678; + this.state = 1684; this.match(FlinkSqlParser.KW_PAST); - this.state = 1679; + this.state = 1685; this.match(FlinkSqlParser.KW_LAST); - this.state = 1680; + this.state = 1686; this.match(FlinkSqlParser.KW_ROW); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1681; + this.state = 1687; this.match(FlinkSqlParser.KW_AFTER); - this.state = 1682; + this.state = 1688; this.match(FlinkSqlParser.KW_MATCH); - this.state = 1683; + this.state = 1689; this.match(FlinkSqlParser.KW_SKIP); - this.state = 1684; + this.state = 1690; this.match(FlinkSqlParser.KW_TO); - this.state = 1685; + this.state = 1691; this.match(FlinkSqlParser.KW_NEXT); - this.state = 1686; + this.state = 1692; this.match(FlinkSqlParser.KW_ROW); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1687; + this.state = 1693; this.match(FlinkSqlParser.KW_AFTER); - this.state = 1688; + this.state = 1694; this.match(FlinkSqlParser.KW_MATCH); - this.state = 1689; + this.state = 1695; this.match(FlinkSqlParser.KW_SKIP); - this.state = 1690; + this.state = 1696; this.match(FlinkSqlParser.KW_TO); - this.state = 1691; + this.state = 1697; this.match(FlinkSqlParser.KW_LAST); - this.state = 1692; + this.state = 1698; this.unquotedIdentifier(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1693; + this.state = 1699; this.match(FlinkSqlParser.KW_AFTER); - this.state = 1694; + this.state = 1700; this.match(FlinkSqlParser.KW_MATCH); - this.state = 1695; + this.state = 1701; this.match(FlinkSqlParser.KW_SKIP); - this.state = 1696; + this.state = 1702; this.match(FlinkSqlParser.KW_TO); - this.state = 1697; + this.state = 1703; this.match(FlinkSqlParser.KW_FIRST); - this.state = 1698; + this.state = 1704; this.unquotedIdentifier(); } break; @@ -8042,28 +8080,28 @@ export class FlinkSqlParser extends SQLParserBase { } public patternVariablesDefinition(): PatternVariablesDefinitionContext { let localContext = new PatternVariablesDefinitionContext(this.context, this.state); - this.enterRule(localContext, 250, FlinkSqlParser.RULE_patternVariablesDefinition); + this.enterRule(localContext, 252, FlinkSqlParser.RULE_patternVariablesDefinition); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1701; + this.state = 1707; this.match(FlinkSqlParser.KW_DEFINE); - this.state = 1702; + this.state = 1708; this.projectItemDefinition(); - this.state = 1707; + this.state = 1713; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 1703; + this.state = 1709; this.match(FlinkSqlParser.COMMA); - this.state = 1704; + this.state = 1710; this.projectItemDefinition(); } } - this.state = 1709; + this.state = 1715; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -8085,34 +8123,34 @@ export class FlinkSqlParser extends SQLParserBase { } public windowFrame(): WindowFrameContext { let localContext = new WindowFrameContext(this.context, this.state); - this.enterRule(localContext, 252, FlinkSqlParser.RULE_windowFrame); + this.enterRule(localContext, 254, FlinkSqlParser.RULE_windowFrame); try { - this.state = 1719; + this.state = 1725; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_RANGE: this.enterOuterAlt(localContext, 1); { - this.state = 1710; + this.state = 1716; this.match(FlinkSqlParser.KW_RANGE); - this.state = 1711; + this.state = 1717; this.match(FlinkSqlParser.KW_BETWEEN); - this.state = 1712; + this.state = 1718; this.timeIntervalExpression(); - this.state = 1713; + this.state = 1719; this.frameBound(); } break; case FlinkSqlParser.KW_ROWS: this.enterOuterAlt(localContext, 2); { - this.state = 1715; + this.state = 1721; this.match(FlinkSqlParser.KW_ROWS); - this.state = 1716; + this.state = 1722; this.match(FlinkSqlParser.KW_BETWEEN); - this.state = 1717; + this.state = 1723; this.match(FlinkSqlParser.DIG_LITERAL); - this.state = 1718; + this.state = 1724; this.frameBound(); } break; @@ -8136,17 +8174,17 @@ export class FlinkSqlParser extends SQLParserBase { } public frameBound(): FrameBoundContext { let localContext = new FrameBoundContext(this.context, this.state); - this.enterRule(localContext, 254, FlinkSqlParser.RULE_frameBound); + this.enterRule(localContext, 256, FlinkSqlParser.RULE_frameBound); try { this.enterOuterAlt(localContext, 1); { - this.state = 1721; + this.state = 1727; this.match(FlinkSqlParser.KW_PRECEDING); - this.state = 1722; + this.state = 1728; this.match(FlinkSqlParser.KW_AND); - this.state = 1723; + this.state = 1729; this.match(FlinkSqlParser.KW_CURRENT); - this.state = 1724; + this.state = 1730; this.match(FlinkSqlParser.KW_ROW); } } @@ -8166,13 +8204,13 @@ export class FlinkSqlParser extends SQLParserBase { } public withinClause(): WithinClauseContext { let localContext = new WithinClauseContext(this.context, this.state); - this.enterRule(localContext, 256, FlinkSqlParser.RULE_withinClause); + this.enterRule(localContext, 258, FlinkSqlParser.RULE_withinClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 1726; + this.state = 1732; this.match(FlinkSqlParser.KW_WITHIN); - this.state = 1727; + this.state = 1733; this.timeIntervalExpression(); } } @@ -8192,11 +8230,11 @@ export class FlinkSqlParser extends SQLParserBase { } public expression(): ExpressionContext { let localContext = new ExpressionContext(this.context, this.state); - this.enterRule(localContext, 258, FlinkSqlParser.RULE_expression); + this.enterRule(localContext, 260, FlinkSqlParser.RULE_expression); try { this.enterOuterAlt(localContext, 1); { - this.state = 1729; + this.state = 1735; this.booleanExpression(0); } } @@ -8226,25 +8264,25 @@ export class FlinkSqlParser extends SQLParserBase { let parentState = this.state; let localContext = new BooleanExpressionContext(this.context, parentState); let previousContext = localContext; - let _startState = 260; - this.enterRecursionRule(localContext, 260, FlinkSqlParser.RULE_booleanExpression, _p); + let _startState = 262; + this.enterRecursionRule(localContext, 262, FlinkSqlParser.RULE_booleanExpression, _p); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1743; + this.state = 1749; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 193, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 194, this.context) ) { case 1: { localContext = new LogicalNotContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1732; + this.state = 1738; this.match(FlinkSqlParser.KW_NOT); - this.state = 1733; + this.state = 1739; this.booleanExpression(6); } break; @@ -8253,13 +8291,13 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ExistsContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1734; + this.state = 1740; this.match(FlinkSqlParser.KW_EXISTS); - this.state = 1735; + this.state = 1741; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1736; + this.state = 1742; this.queryStatement(0); - this.state = 1737; + this.state = 1743; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -8268,14 +8306,14 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new PredicatedContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1739; + this.state = 1745; this.valueExpression(0); - this.state = 1741; + this.state = 1747; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 192, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 193, this.context) ) { case 1: { - this.state = 1740; + this.state = 1746; this.predicate(); } break; @@ -8284,9 +8322,9 @@ export class FlinkSqlParser extends SQLParserBase { break; } this.context!.stop = this.tokenStream.LT(-1); - this.state = 1759; + this.state = 1765; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 196, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 197, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { if (this._parseListeners != null) { @@ -8294,21 +8332,21 @@ export class FlinkSqlParser extends SQLParserBase { } previousContext = localContext; { - this.state = 1757; + this.state = 1763; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 195, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 196, this.context) ) { case 1: { localContext = new LogicalBinaryContext(new BooleanExpressionContext(parentContext, parentState)); (localContext as LogicalBinaryContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_booleanExpression); - this.state = 1745; + this.state = 1751; if (!(this.precpred(this.context, 3))) { throw this.createFailedPredicateException("this.precpred(this.context, 3)"); } - this.state = 1746; + this.state = 1752; (localContext as LogicalBinaryContext)._operator = this.match(FlinkSqlParser.KW_AND); - this.state = 1747; + this.state = 1753; (localContext as LogicalBinaryContext)._right = this.booleanExpression(4); } break; @@ -8317,13 +8355,13 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new LogicalBinaryContext(new BooleanExpressionContext(parentContext, parentState)); (localContext as LogicalBinaryContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_booleanExpression); - this.state = 1748; + this.state = 1754; if (!(this.precpred(this.context, 2))) { throw this.createFailedPredicateException("this.precpred(this.context, 2)"); } - this.state = 1749; + this.state = 1755; (localContext as LogicalBinaryContext)._operator = this.match(FlinkSqlParser.KW_OR); - this.state = 1750; + this.state = 1756; (localContext as LogicalBinaryContext)._right = this.booleanExpression(3); } break; @@ -8331,23 +8369,23 @@ export class FlinkSqlParser extends SQLParserBase { { localContext = new LogicalNestedContext(new BooleanExpressionContext(parentContext, parentState)); this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_booleanExpression); - this.state = 1751; + this.state = 1757; if (!(this.precpred(this.context, 1))) { throw this.createFailedPredicateException("this.precpred(this.context, 1)"); } - this.state = 1752; + this.state = 1758; this.match(FlinkSqlParser.KW_IS); - this.state = 1754; + this.state = 1760; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 242) { { - this.state = 1753; + this.state = 1759; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 1756; + this.state = 1762; (localContext as LogicalNestedContext)._kind = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 140 || _la === 245 || _la === 398 || _la === 405)) { @@ -8362,9 +8400,9 @@ export class FlinkSqlParser extends SQLParserBase { } } } - this.state = 1761; + this.state = 1767; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 196, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 197, this.context); } } } @@ -8384,33 +8422,33 @@ export class FlinkSqlParser extends SQLParserBase { } public predicate(): PredicateContext { let localContext = new PredicateContext(this.context, this.state); - this.enterRule(localContext, 262, FlinkSqlParser.RULE_predicate); + this.enterRule(localContext, 264, FlinkSqlParser.RULE_predicate); let _la: number; try { - this.state = 1836; + this.state = 1842; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 208, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 209, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1763; + this.state = 1769; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 242) { { - this.state = 1762; + this.state = 1768; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 1765; + this.state = 1771; localContext._kind = this.match(FlinkSqlParser.KW_BETWEEN); - this.state = 1767; + this.state = 1773; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 19 || _la === 370) { { - this.state = 1766; + this.state = 1772; _la = this.tokenStream.LA(1); if(!(_la === 19 || _la === 370)) { this.errorHandler.recoverInline(this); @@ -8422,131 +8460,131 @@ export class FlinkSqlParser extends SQLParserBase { } } - this.state = 1769; + this.state = 1775; localContext._lower = this.valueExpression(0); - this.state = 1770; + this.state = 1776; this.match(FlinkSqlParser.KW_AND); - this.state = 1771; + this.state = 1777; localContext._upper = this.valueExpression(0); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1774; + this.state = 1780; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 242) { { - this.state = 1773; + this.state = 1779; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 1776; + this.state = 1782; localContext._kind = this.match(FlinkSqlParser.KW_IN); - this.state = 1777; + this.state = 1783; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1778; + this.state = 1784; this.expression(); - this.state = 1783; + this.state = 1789; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 1779; + this.state = 1785; this.match(FlinkSqlParser.COMMA); - this.state = 1780; + this.state = 1786; this.expression(); } } - this.state = 1785; + this.state = 1791; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1786; + this.state = 1792; this.match(FlinkSqlParser.RR_BRACKET); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1789; + this.state = 1795; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 242) { { - this.state = 1788; + this.state = 1794; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 1791; + this.state = 1797; localContext._kind = this.match(FlinkSqlParser.KW_IN); - this.state = 1792; + this.state = 1798; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1793; + this.state = 1799; this.queryStatement(0); - this.state = 1794; + this.state = 1800; this.match(FlinkSqlParser.RR_BRACKET); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1796; + this.state = 1802; localContext._kind = this.match(FlinkSqlParser.KW_EXISTS); - this.state = 1797; + this.state = 1803; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1798; + this.state = 1804; this.queryStatement(0); - this.state = 1799; + this.state = 1805; this.match(FlinkSqlParser.RR_BRACKET); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1802; + this.state = 1808; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 242) { { - this.state = 1801; + this.state = 1807; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 1804; + this.state = 1810; localContext._kind = this.match(FlinkSqlParser.KW_RLIKE); - this.state = 1805; + this.state = 1811; localContext._pattern = this.valueExpression(0); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 1806; + this.state = 1812; this.likePredicate(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 1807; + this.state = 1813; this.match(FlinkSqlParser.KW_IS); - this.state = 1809; + this.state = 1815; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 242) { { - this.state = 1808; + this.state = 1814; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 1811; + this.state = 1817; localContext._kind = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 140 || _la === 245 || _la === 398 || _la === 405)) { @@ -8561,53 +8599,53 @@ export class FlinkSqlParser extends SQLParserBase { case 8: this.enterOuterAlt(localContext, 8); { - this.state = 1812; + this.state = 1818; this.match(FlinkSqlParser.KW_IS); - this.state = 1814; + this.state = 1820; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 242) { { - this.state = 1813; + this.state = 1819; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 1816; + this.state = 1822; localContext._kind = this.match(FlinkSqlParser.KW_DISTINCT); - this.state = 1817; + this.state = 1823; this.match(FlinkSqlParser.KW_FROM); - this.state = 1818; + this.state = 1824; localContext._right = this.valueExpression(0); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 1820; + this.state = 1826; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 242) { { - this.state = 1819; + this.state = 1825; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 1822; + this.state = 1828; localContext._kind = this.match(FlinkSqlParser.KW_SIMILAR); - this.state = 1823; + this.state = 1829; this.match(FlinkSqlParser.KW_TO); - this.state = 1824; + this.state = 1830; localContext._right = this.valueExpression(0); - this.state = 1827; + this.state = 1833; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 206, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 207, this.context) ) { case 1: { - this.state = 1825; + this.state = 1831; this.match(FlinkSqlParser.KW_ESCAPE); - this.state = 1826; + this.state = 1832; this.stringLiteral(); } break; @@ -8617,28 +8655,28 @@ export class FlinkSqlParser extends SQLParserBase { case 10: this.enterOuterAlt(localContext, 10); { - this.state = 1829; + this.state = 1835; this.match(FlinkSqlParser.KW_IS); - this.state = 1830; + this.state = 1836; this.match(FlinkSqlParser.KW_JSON); - this.state = 1834; + this.state = 1840; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 207, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 208, this.context) ) { case 1: { - this.state = 1831; + this.state = 1837; this.match(FlinkSqlParser.KW_VALUE); } break; case 2: { - this.state = 1832; + this.state = 1838; this.match(FlinkSqlParser.KW_ARRAY); } break; case 3: { - this.state = 1833; + this.state = 1839; this.identifier(); } break; @@ -8663,28 +8701,28 @@ export class FlinkSqlParser extends SQLParserBase { } public likePredicate(): LikePredicateContext { let localContext = new LikePredicateContext(this.context, this.state); - this.enterRule(localContext, 264, FlinkSqlParser.RULE_likePredicate); + this.enterRule(localContext, 266, FlinkSqlParser.RULE_likePredicate); let _la: number; try { - this.state = 1867; + this.state = 1873; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 214, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 215, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1839; + this.state = 1845; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 242) { { - this.state = 1838; + this.state = 1844; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 1841; + this.state = 1847; localContext._kind = this.match(FlinkSqlParser.KW_LIKE); - this.state = 1842; + this.state = 1848; localContext._quantifier = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 5 || _la === 11)) { @@ -8694,40 +8732,40 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1856; + this.state = 1862; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 211, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 212, this.context) ) { case 1: { - this.state = 1843; + this.state = 1849; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1844; + this.state = 1850; this.match(FlinkSqlParser.RR_BRACKET); } break; case 2: { - this.state = 1845; + this.state = 1851; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1846; + this.state = 1852; this.expression(); - this.state = 1851; + this.state = 1857; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 1847; + this.state = 1853; this.match(FlinkSqlParser.COMMA); - this.state = 1848; + this.state = 1854; this.expression(); } } - this.state = 1853; + this.state = 1859; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1854; + this.state = 1860; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -8737,28 +8775,28 @@ export class FlinkSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1859; + this.state = 1865; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 242) { { - this.state = 1858; + this.state = 1864; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 1861; + this.state = 1867; localContext._kind = this.match(FlinkSqlParser.KW_LIKE); - this.state = 1862; + this.state = 1868; localContext._pattern = this.valueExpression(0); - this.state = 1865; + this.state = 1871; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 213, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 214, this.context) ) { case 1: { - this.state = 1863; + this.state = 1869; this.match(FlinkSqlParser.KW_ESCAPE); - this.state = 1864; + this.state = 1870; this.stringLiteral(); } break; @@ -8793,23 +8831,23 @@ export class FlinkSqlParser extends SQLParserBase { let parentState = this.state; let localContext = new ValueExpressionContext(this.context, parentState); let previousContext = localContext; - let _startState = 266; - this.enterRecursionRule(localContext, 266, FlinkSqlParser.RULE_valueExpression, _p); + let _startState = 268; + this.enterRecursionRule(localContext, 268, FlinkSqlParser.RULE_valueExpression, _p); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1873; + this.state = 1879; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 215, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 216, this.context) ) { case 1: { localContext = new ValueExpressionDefaultContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1870; + this.state = 1876; this.primaryExpression(0); } break; @@ -8818,7 +8856,7 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ArithmeticUnaryContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1871; + this.state = 1877; (localContext as ArithmeticUnaryContext)._operator = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(((((_la - 510)) & ~0x1F) === 0 && ((1 << (_la - 510)) & 3145729) !== 0))) { @@ -8828,15 +8866,15 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1872; + this.state = 1878; this.valueExpression(7); } break; } this.context!.stop = this.tokenStream.LT(-1); - this.state = 1896; + this.state = 1902; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 217, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 218, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { if (this._parseListeners != null) { @@ -8844,19 +8882,19 @@ export class FlinkSqlParser extends SQLParserBase { } previousContext = localContext; { - this.state = 1894; + this.state = 1900; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 216, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 217, this.context) ) { case 1: { localContext = new ArithmeticBinaryContext(new ValueExpressionContext(parentContext, parentState)); (localContext as ArithmeticBinaryContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_valueExpression); - this.state = 1875; + this.state = 1881; if (!(this.precpred(this.context, 6))) { throw this.createFailedPredicateException("this.precpred(this.context, 6)"); } - this.state = 1876; + this.state = 1882; (localContext as ArithmeticBinaryContext)._operator = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 453 || ((((_la - 528)) & ~0x1F) === 0 && ((1 << (_la - 528)) & 145) !== 0))) { @@ -8866,7 +8904,7 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1877; + this.state = 1883; (localContext as ArithmeticBinaryContext)._right = this.valueExpression(7); } break; @@ -8875,11 +8913,11 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ArithmeticBinaryContext(new ValueExpressionContext(parentContext, parentState)); (localContext as ArithmeticBinaryContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_valueExpression); - this.state = 1878; + this.state = 1884; if (!(this.precpred(this.context, 5))) { throw this.createFailedPredicateException("this.precpred(this.context, 5)"); } - this.state = 1879; + this.state = 1885; (localContext as ArithmeticBinaryContext)._operator = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(((((_la - 530)) & ~0x1F) === 0 && ((1 << (_la - 530)) & 11) !== 0))) { @@ -8889,7 +8927,7 @@ export class FlinkSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1880; + this.state = 1886; (localContext as ArithmeticBinaryContext)._right = this.valueExpression(6); } break; @@ -8898,13 +8936,13 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ArithmeticBinaryContext(new ValueExpressionContext(parentContext, parentState)); (localContext as ArithmeticBinaryContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_valueExpression); - this.state = 1881; + this.state = 1887; if (!(this.precpred(this.context, 4))) { throw this.createFailedPredicateException("this.precpred(this.context, 4)"); } - this.state = 1882; + this.state = 1888; (localContext as ArithmeticBinaryContext)._operator = this.match(FlinkSqlParser.BIT_AND_OP); - this.state = 1883; + this.state = 1889; (localContext as ArithmeticBinaryContext)._right = this.valueExpression(5); } break; @@ -8913,13 +8951,13 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ArithmeticBinaryContext(new ValueExpressionContext(parentContext, parentState)); (localContext as ArithmeticBinaryContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_valueExpression); - this.state = 1884; + this.state = 1890; if (!(this.precpred(this.context, 3))) { throw this.createFailedPredicateException("this.precpred(this.context, 3)"); } - this.state = 1885; + this.state = 1891; (localContext as ArithmeticBinaryContext)._operator = this.match(FlinkSqlParser.BIT_XOR_OP); - this.state = 1886; + this.state = 1892; (localContext as ArithmeticBinaryContext)._right = this.valueExpression(4); } break; @@ -8928,13 +8966,13 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ArithmeticBinaryContext(new ValueExpressionContext(parentContext, parentState)); (localContext as ArithmeticBinaryContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_valueExpression); - this.state = 1887; + this.state = 1893; if (!(this.precpred(this.context, 2))) { throw this.createFailedPredicateException("this.precpred(this.context, 2)"); } - this.state = 1888; + this.state = 1894; (localContext as ArithmeticBinaryContext)._operator = this.match(FlinkSqlParser.BIT_OR_OP); - this.state = 1889; + this.state = 1895; (localContext as ArithmeticBinaryContext)._right = this.valueExpression(3); } break; @@ -8943,22 +8981,22 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ComparisonContext(new ValueExpressionContext(parentContext, parentState)); (localContext as ComparisonContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_valueExpression); - this.state = 1890; + this.state = 1896; if (!(this.precpred(this.context, 1))) { throw this.createFailedPredicateException("this.precpred(this.context, 1)"); } - this.state = 1891; + this.state = 1897; this.comparisonOperator(); - this.state = 1892; + this.state = 1898; (localContext as ComparisonContext)._right = this.valueExpression(2); } break; } } } - this.state = 1898; + this.state = 1904; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 217, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 218, this.context); } } } @@ -8978,10 +9016,10 @@ export class FlinkSqlParser extends SQLParserBase { } public functionCallExpression(): FunctionCallExpressionContext { let localContext = new FunctionCallExpressionContext(this.context, this.state); - this.enterRule(localContext, 268, FlinkSqlParser.RULE_functionCallExpression); + this.enterRule(localContext, 270, FlinkSqlParser.RULE_functionCallExpression); let _la: number; try { - this.state = 1918; + this.state = 1924; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_CURRENT_DATE: @@ -8991,7 +9029,7 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_LOCALTIMESTAMP: this.enterOuterAlt(localContext, 1); { - this.state = 1899; + this.state = 1905; this.reservedKeywordsNoParamsUsedAsFuncName(); } break; @@ -9001,7 +9039,7 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_TIMESTAMP: this.enterOuterAlt(localContext, 2); { - this.state = 1900; + this.state = 1906; this.functionNameAndParams(); } break; @@ -9142,47 +9180,47 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.ID_LITERAL: this.enterOuterAlt(localContext, 3); { - this.state = 1901; + this.state = 1907; this.functionNameWithParams(); - this.state = 1902; + this.state = 1908; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1914; + this.state = 1920; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 8396848) !== 0) || ((((_la - 33)) & ~0x1F) === 0 && ((1 << (_la - 33)) & 10489249) !== 0) || ((((_la - 69)) & ~0x1F) === 0 && ((1 << (_la - 69)) & 1883341377) !== 0) || ((((_la - 107)) & ~0x1F) === 0 && ((1 << (_la - 107)) & 201330753) !== 0) || ((((_la - 139)) & ~0x1F) === 0 && ((1 << (_la - 139)) & 337641555) !== 0) || ((((_la - 182)) & ~0x1F) === 0 && ((1 << (_la - 182)) & 488456033) !== 0) || ((((_la - 215)) & ~0x1F) === 0 && ((1 << (_la - 215)) & 3892347713) !== 0) || ((((_la - 265)) & ~0x1F) === 0 && ((1 << (_la - 265)) & 537530369) !== 0) || ((((_la - 318)) & ~0x1F) === 0 && ((1 << (_la - 318)) & 131185) !== 0) || ((((_la - 358)) & ~0x1F) === 0 && ((1 << (_la - 358)) & 14681219) !== 0) || ((((_la - 390)) & ~0x1F) === 0 && ((1 << (_la - 390)) & 3238528833) !== 0) || ((((_la - 428)) & ~0x1F) === 0 && ((1 << (_la - 428)) & 4294966785) !== 0) || ((((_la - 460)) & ~0x1F) === 0 && ((1 << (_la - 460)) & 4294967295) !== 0) || ((((_la - 492)) & ~0x1F) === 0 && ((1 << (_la - 492)) & 33832959) !== 0) || ((((_la - 528)) & ~0x1F) === 0 && ((1 << (_la - 528)) & 31757) !== 0)) { { - this.state = 1904; + this.state = 1910; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 218, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 219, this.context) ) { case 1: { - this.state = 1903; + this.state = 1909; this.setQuantifier(); } break; } - this.state = 1906; + this.state = 1912; this.functionParam(); - this.state = 1911; + this.state = 1917; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 1907; + this.state = 1913; this.match(FlinkSqlParser.COMMA); - this.state = 1908; + this.state = 1914; this.functionParam(); } } - this.state = 1913; + this.state = 1919; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 1916; + this.state = 1922; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -9216,51 +9254,51 @@ export class FlinkSqlParser extends SQLParserBase { let parentState = this.state; let localContext = new PrimaryExpressionContext(this.context, parentState); let previousContext = localContext; - let _startState = 270; - this.enterRecursionRule(localContext, 270, FlinkSqlParser.RULE_primaryExpression, _p); + let _startState = 272; + this.enterRecursionRule(localContext, 272, FlinkSqlParser.RULE_primaryExpression, _p); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1995; + this.state = 2001; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 228, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 229, this.context) ) { case 1: { localContext = new SearchedCaseContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1921; + this.state = 1927; this.match(FlinkSqlParser.KW_CASE); - this.state = 1923; + this.state = 1929; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 1922; + this.state = 1928; this.whenClause(); } } - this.state = 1925; + this.state = 1931; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 429); - this.state = 1929; + this.state = 1935; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 120) { { - this.state = 1927; + this.state = 1933; this.match(FlinkSqlParser.KW_ELSE); - this.state = 1928; + this.state = 1934; (localContext as SearchedCaseContext)._elseExpression = this.expression(); } } - this.state = 1931; + this.state = 1937; this.match(FlinkSqlParser.KW_END); } break; @@ -9269,37 +9307,37 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new SimpleCaseContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1933; + this.state = 1939; this.match(FlinkSqlParser.KW_CASE); - this.state = 1934; + this.state = 1940; (localContext as SimpleCaseContext)._value = this.expression(); - this.state = 1936; + this.state = 1942; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 1935; + this.state = 1941; this.whenClause(); } } - this.state = 1938; + this.state = 1944; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 429); - this.state = 1942; + this.state = 1948; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 120) { { - this.state = 1940; + this.state = 1946; this.match(FlinkSqlParser.KW_ELSE); - this.state = 1941; + this.state = 1947; (localContext as SimpleCaseContext)._elseExpression = this.expression(); } } - this.state = 1944; + this.state = 1950; this.match(FlinkSqlParser.KW_END); } break; @@ -9308,17 +9346,17 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new CastContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1946; + this.state = 1952; this.match(FlinkSqlParser.KW_CAST); - this.state = 1947; + this.state = 1953; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1948; + this.state = 1954; this.expression(); - this.state = 1949; + this.state = 1955; this.match(FlinkSqlParser.KW_AS); - this.state = 1950; + this.state = 1956; this.columnType(); - this.state = 1951; + this.state = 1957; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -9327,25 +9365,25 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new FirstContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1953; + this.state = 1959; this.match(FlinkSqlParser.KW_FIRST); - this.state = 1954; + this.state = 1960; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1955; + this.state = 1961; this.expression(); - this.state = 1958; + this.state = 1964; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 462) { { - this.state = 1956; + this.state = 1962; this.match(FlinkSqlParser.KW_IGNORE); - this.state = 1957; + this.state = 1963; this.match(FlinkSqlParser.KW_NULLS); } } - this.state = 1960; + this.state = 1966; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -9354,25 +9392,25 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new LastContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1962; + this.state = 1968; this.match(FlinkSqlParser.KW_LAST); - this.state = 1963; + this.state = 1969; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1964; + this.state = 1970; this.expression(); - this.state = 1967; + this.state = 1973; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 462) { { - this.state = 1965; + this.state = 1971; this.match(FlinkSqlParser.KW_IGNORE); - this.state = 1966; + this.state = 1972; this.match(FlinkSqlParser.KW_NULLS); } } - this.state = 1969; + this.state = 1975; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -9381,17 +9419,17 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new PositionContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1971; + this.state = 1977; this.match(FlinkSqlParser.KW_POSITION); - this.state = 1972; + this.state = 1978; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1973; + this.state = 1979; (localContext as PositionContext)._substr = this.valueExpression(0); - this.state = 1974; + this.state = 1980; this.match(FlinkSqlParser.KW_IN); - this.state = 1975; + this.state = 1981; (localContext as PositionContext)._str = this.valueExpression(0); - this.state = 1976; + this.state = 1982; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -9400,7 +9438,7 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ConstantDefaultContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1978; + this.state = 1984; this.constant(); } break; @@ -9409,7 +9447,7 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new StarContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1979; + this.state = 1985; this.match(FlinkSqlParser.ASTERISK_SIGN); } break; @@ -9418,11 +9456,11 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new StarContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1980; + this.state = 1986; this.uid(); - this.state = 1981; + this.state = 1987; this.match(FlinkSqlParser.DOT); - this.state = 1982; + this.state = 1988; this.match(FlinkSqlParser.ASTERISK_SIGN); } break; @@ -9431,11 +9469,11 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new SubqueryExpressionContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1984; + this.state = 1990; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1985; + this.state = 1991; this.queryStatement(0); - this.state = 1986; + this.state = 1992; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -9444,7 +9482,7 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new FunctionCallContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1988; + this.state = 1994; this.functionCallExpression(); } break; @@ -9453,7 +9491,7 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ColumnReferenceContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1989; + this.state = 1995; this.columnNamePath(); } break; @@ -9462,7 +9500,7 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new DereferenceContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1990; + this.state = 1996; this.dereferenceDefinition(); } break; @@ -9471,19 +9509,19 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new ParenthesizedExpressionContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 1991; + this.state = 1997; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1992; + this.state = 1998; this.expression(); - this.state = 1993; + this.state = 1999; this.match(FlinkSqlParser.RR_BRACKET); } break; } this.context!.stop = this.tokenStream.LT(-1); - this.state = 2004; + this.state = 2010; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 229, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 230, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { if (this._parseListeners != null) { @@ -9495,22 +9533,22 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new SubscriptContext(new PrimaryExpressionContext(parentContext, parentState)); (localContext as SubscriptContext)._value = previousContext; this.pushNewRecursionContext(localContext, _startState, FlinkSqlParser.RULE_primaryExpression); - this.state = 1997; + this.state = 2003; if (!(this.precpred(this.context, 4))) { throw this.createFailedPredicateException("this.precpred(this.context, 4)"); } - this.state = 1998; + this.state = 2004; this.match(FlinkSqlParser.LS_BRACKET); - this.state = 1999; + this.state = 2005; (localContext as SubscriptContext)._index = this.valueExpression(0); - this.state = 2000; + this.state = 2006; this.match(FlinkSqlParser.RS_BRACKET); } } } - this.state = 2006; + this.state = 2012; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 229, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 230, this.context); } } } @@ -9530,11 +9568,11 @@ export class FlinkSqlParser extends SQLParserBase { } public functionNameCreate(): FunctionNameCreateContext { let localContext = new FunctionNameCreateContext(this.context, this.state); - this.enterRule(localContext, 272, FlinkSqlParser.RULE_functionNameCreate); + this.enterRule(localContext, 274, FlinkSqlParser.RULE_functionNameCreate); try { this.enterOuterAlt(localContext, 1); { - this.state = 2007; + this.state = 2013; this.uid(); } } @@ -9554,36 +9592,36 @@ export class FlinkSqlParser extends SQLParserBase { } public functionName(): FunctionNameContext { let localContext = new FunctionNameContext(this.context, this.state); - this.enterRule(localContext, 274, FlinkSqlParser.RULE_functionName); + this.enterRule(localContext, 276, FlinkSqlParser.RULE_functionName); try { - this.state = 2013; + this.state = 2019; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 230, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 231, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2009; + this.state = 2015; this.reservedKeywordsUsedAsFuncName(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2010; + this.state = 2016; this.reservedKeywordsNoParamsUsedAsFuncName(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2011; + this.state = 2017; this.reservedKeywordsFollowParamsUsedAsFuncName(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2012; + this.state = 2018; this.uid(); } break; @@ -9605,9 +9643,9 @@ export class FlinkSqlParser extends SQLParserBase { } public functionNameAndParams(): FunctionNameAndParamsContext { let localContext = new FunctionNameAndParamsContext(this.context, this.state); - this.enterRule(localContext, 276, FlinkSqlParser.RULE_functionNameAndParams); + this.enterRule(localContext, 278, FlinkSqlParser.RULE_functionNameAndParams); try { - this.state = 2019; + this.state = 2025; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_DATE: @@ -9615,16 +9653,16 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_TIMESTAMP: this.enterOuterAlt(localContext, 1); { - this.state = 2015; + this.state = 2021; this.reservedKeywordsFollowParamsUsedAsFuncName(); - this.state = 2016; + this.state = 2022; this.match(FlinkSqlParser.STRING_LITERAL); } break; case FlinkSqlParser.KW_INTERVAL: this.enterOuterAlt(localContext, 2); { - this.state = 2018; + this.state = 2024; this.timeIntervalExpression(); } break; @@ -9648,22 +9686,22 @@ export class FlinkSqlParser extends SQLParserBase { } public functionNameWithParams(): FunctionNameWithParamsContext { let localContext = new FunctionNameWithParamsContext(this.context, this.state); - this.enterRule(localContext, 278, FlinkSqlParser.RULE_functionNameWithParams); + this.enterRule(localContext, 280, FlinkSqlParser.RULE_functionNameWithParams); try { - this.state = 2023; + this.state = 2029; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 232, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 233, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2021; + this.state = 2027; this.reservedKeywordsUsedAsFuncName(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2022; + this.state = 2028; this.uid(); } break; @@ -9685,36 +9723,36 @@ export class FlinkSqlParser extends SQLParserBase { } public functionParam(): FunctionParamContext { let localContext = new FunctionParamContext(this.context, this.state); - this.enterRule(localContext, 280, FlinkSqlParser.RULE_functionParam); + this.enterRule(localContext, 282, FlinkSqlParser.RULE_functionParam); try { - this.state = 2029; + this.state = 2035; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 233, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 234, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2025; + this.state = 2031; this.reservedKeywordsUsedAsFuncParam(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2026; + this.state = 2032; this.timeIntervalUnit(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2027; + this.state = 2033; this.timePointUnit(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2028; + this.state = 2034; this.expression(); } break; @@ -9736,11 +9774,11 @@ export class FlinkSqlParser extends SQLParserBase { } public dereferenceDefinition(): DereferenceDefinitionContext { let localContext = new DereferenceDefinitionContext(this.context, this.state); - this.enterRule(localContext, 282, FlinkSqlParser.RULE_dereferenceDefinition); + this.enterRule(localContext, 284, FlinkSqlParser.RULE_dereferenceDefinition); try { this.enterOuterAlt(localContext, 1); { - this.state = 2031; + this.state = 2037; this.uid(); } } @@ -9760,11 +9798,11 @@ export class FlinkSqlParser extends SQLParserBase { } public correlationName(): CorrelationNameContext { let localContext = new CorrelationNameContext(this.context, this.state); - this.enterRule(localContext, 284, FlinkSqlParser.RULE_correlationName); + this.enterRule(localContext, 286, FlinkSqlParser.RULE_correlationName); try { this.enterOuterAlt(localContext, 1); { - this.state = 2033; + this.state = 2039; this.identifier(); } } @@ -9784,22 +9822,22 @@ export class FlinkSqlParser extends SQLParserBase { } public qualifiedName(): QualifiedNameContext { let localContext = new QualifiedNameContext(this.context, this.state); - this.enterRule(localContext, 286, FlinkSqlParser.RULE_qualifiedName); + this.enterRule(localContext, 288, FlinkSqlParser.RULE_qualifiedName); try { - this.state = 2037; + this.state = 2043; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 234, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 235, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2035; + this.state = 2041; this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2036; + this.state = 2042; this.dereferenceDefinition(); } break; @@ -9821,24 +9859,24 @@ export class FlinkSqlParser extends SQLParserBase { } public timeIntervalExpression(): TimeIntervalExpressionContext { let localContext = new TimeIntervalExpressionContext(this.context, this.state); - this.enterRule(localContext, 288, FlinkSqlParser.RULE_timeIntervalExpression); + this.enterRule(localContext, 290, FlinkSqlParser.RULE_timeIntervalExpression); try { this.enterOuterAlt(localContext, 1); { - this.state = 2039; + this.state = 2045; this.match(FlinkSqlParser.KW_INTERVAL); - this.state = 2042; + this.state = 2048; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 235, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 236, this.context) ) { case 1: { - this.state = 2040; + this.state = 2046; this.errorCapturingMultiUnitsInterval(); } break; case 2: { - this.state = 2041; + this.state = 2047; this.errorCapturingUnitToUnitInterval(); } break; @@ -9861,18 +9899,18 @@ export class FlinkSqlParser extends SQLParserBase { } public errorCapturingMultiUnitsInterval(): ErrorCapturingMultiUnitsIntervalContext { let localContext = new ErrorCapturingMultiUnitsIntervalContext(this.context, this.state); - this.enterRule(localContext, 290, FlinkSqlParser.RULE_errorCapturingMultiUnitsInterval); + this.enterRule(localContext, 292, FlinkSqlParser.RULE_errorCapturingMultiUnitsInterval); try { this.enterOuterAlt(localContext, 1); { - this.state = 2044; + this.state = 2050; this.multiUnitsInterval(); - this.state = 2046; + this.state = 2052; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 236, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 237, this.context) ) { case 1: { - this.state = 2045; + this.state = 2051; this.unitToUnitInterval(); } break; @@ -9895,12 +9933,12 @@ export class FlinkSqlParser extends SQLParserBase { } public multiUnitsInterval(): MultiUnitsIntervalContext { let localContext = new MultiUnitsIntervalContext(this.context, this.state); - this.enterRule(localContext, 292, FlinkSqlParser.RULE_multiUnitsInterval); + this.enterRule(localContext, 294, FlinkSqlParser.RULE_multiUnitsInterval); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 2051; + this.state = 2057; this.errorHandler.sync(this); alternative = 1; do { @@ -9908,9 +9946,9 @@ export class FlinkSqlParser extends SQLParserBase { case 1: { { - this.state = 2048; + this.state = 2054; this.intervalValue(); - this.state = 2049; + this.state = 2055; this.timeIntervalUnit(); } } @@ -9918,9 +9956,9 @@ export class FlinkSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 2053; + this.state = 2059; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 237, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 238, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } } @@ -9940,24 +9978,24 @@ export class FlinkSqlParser extends SQLParserBase { } public errorCapturingUnitToUnitInterval(): ErrorCapturingUnitToUnitIntervalContext { let localContext = new ErrorCapturingUnitToUnitIntervalContext(this.context, this.state); - this.enterRule(localContext, 294, FlinkSqlParser.RULE_errorCapturingUnitToUnitInterval); + this.enterRule(localContext, 296, FlinkSqlParser.RULE_errorCapturingUnitToUnitInterval); try { this.enterOuterAlt(localContext, 1); { - this.state = 2055; + this.state = 2061; localContext._body = this.unitToUnitInterval(); - this.state = 2058; + this.state = 2064; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 238, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 239, this.context) ) { case 1: { - this.state = 2056; + this.state = 2062; localContext._error1 = this.multiUnitsInterval(); } break; case 2: { - this.state = 2057; + this.state = 2063; localContext._error2 = this.unitToUnitInterval(); } break; @@ -9980,17 +10018,17 @@ export class FlinkSqlParser extends SQLParserBase { } public unitToUnitInterval(): UnitToUnitIntervalContext { let localContext = new UnitToUnitIntervalContext(this.context, this.state); - this.enterRule(localContext, 296, FlinkSqlParser.RULE_unitToUnitInterval); + this.enterRule(localContext, 298, FlinkSqlParser.RULE_unitToUnitInterval); try { this.enterOuterAlt(localContext, 1); { - this.state = 2060; + this.state = 2066; localContext._value = this.intervalValue(); - this.state = 2061; + this.state = 2067; localContext._from_ = this.timeIntervalUnit(); - this.state = 2062; + this.state = 2068; this.match(FlinkSqlParser.KW_TO); - this.state = 2063; + this.state = 2069; localContext._to = this.timeIntervalUnit(); } } @@ -10010,10 +10048,10 @@ export class FlinkSqlParser extends SQLParserBase { } public intervalValue(): IntervalValueContext { let localContext = new IntervalValueContext(this.context, this.state); - this.enterRule(localContext, 298, FlinkSqlParser.RULE_intervalValue); + this.enterRule(localContext, 300, FlinkSqlParser.RULE_intervalValue); let _la: number; try { - this.state = 2070; + this.state = 2076; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.HYPHEN_SIGN: @@ -10022,12 +10060,12 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.REAL_LITERAL: this.enterOuterAlt(localContext, 1); { - this.state = 2066; + this.state = 2072; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 530 || _la === 531) { { - this.state = 2065; + this.state = 2071; _la = this.tokenStream.LA(1); if(!(_la === 530 || _la === 531)) { this.errorHandler.recoverInline(this); @@ -10039,7 +10077,7 @@ export class FlinkSqlParser extends SQLParserBase { } } - this.state = 2068; + this.state = 2074; _la = this.tokenStream.LA(1); if(!(_la === 539 || _la === 540)) { this.errorHandler.recoverInline(this); @@ -10053,7 +10091,7 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.STRING_LITERAL: this.enterOuterAlt(localContext, 2); { - this.state = 2069; + this.state = 2075; this.match(FlinkSqlParser.STRING_LITERAL); } break; @@ -10077,29 +10115,29 @@ export class FlinkSqlParser extends SQLParserBase { } public tableAlias(): TableAliasContext { let localContext = new TableAliasContext(this.context, this.state); - this.enterRule(localContext, 300, FlinkSqlParser.RULE_tableAlias); + this.enterRule(localContext, 302, FlinkSqlParser.RULE_tableAlias); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2073; + this.state = 2079; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 17) { { - this.state = 2072; + this.state = 2078; this.match(FlinkSqlParser.KW_AS); } } - this.state = 2075; + this.state = 2081; localContext._alias = this.identifier(); - this.state = 2077; + this.state = 2083; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 242, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 243, this.context) ) { case 1: { - this.state = 2076; + this.state = 2082; this.identifierList(); } break; @@ -10122,13 +10160,13 @@ export class FlinkSqlParser extends SQLParserBase { } public errorCapturingIdentifier(): ErrorCapturingIdentifierContext { let localContext = new ErrorCapturingIdentifierContext(this.context, this.state); - this.enterRule(localContext, 302, FlinkSqlParser.RULE_errorCapturingIdentifier); + this.enterRule(localContext, 304, FlinkSqlParser.RULE_errorCapturingIdentifier); try { this.enterOuterAlt(localContext, 1); { - this.state = 2079; + this.state = 2085; this.identifier(); - this.state = 2080; + this.state = 2086; this.errorCapturingIdentifierExtra(); } } @@ -10148,29 +10186,29 @@ export class FlinkSqlParser extends SQLParserBase { } public errorCapturingIdentifierExtra(): ErrorCapturingIdentifierExtraContext { let localContext = new ErrorCapturingIdentifierExtraContext(this.context, this.state); - this.enterRule(localContext, 304, FlinkSqlParser.RULE_errorCapturingIdentifierExtra); + this.enterRule(localContext, 306, FlinkSqlParser.RULE_errorCapturingIdentifierExtra); let _la: number; try { - this.state = 2089; + this.state = 2095; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_MINUS: localContext = new ErrorIdentContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2084; + this.state = 2090; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 2082; + this.state = 2088; this.match(FlinkSqlParser.KW_MINUS); - this.state = 2083; + this.state = 2089; this.identifier(); } } - this.state = 2086; + this.state = 2092; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 222); @@ -10204,15 +10242,15 @@ export class FlinkSqlParser extends SQLParserBase { } public identifierList(): IdentifierListContext { let localContext = new IdentifierListContext(this.context, this.state); - this.enterRule(localContext, 306, FlinkSqlParser.RULE_identifierList); + this.enterRule(localContext, 308, FlinkSqlParser.RULE_identifierList); try { this.enterOuterAlt(localContext, 1); { - this.state = 2091; + this.state = 2097; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 2092; + this.state = 2098; this.identifierSeq(); - this.state = 2093; + this.state = 2099; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -10232,26 +10270,26 @@ export class FlinkSqlParser extends SQLParserBase { } public identifierSeq(): IdentifierSeqContext { let localContext = new IdentifierSeqContext(this.context, this.state); - this.enterRule(localContext, 308, FlinkSqlParser.RULE_identifierSeq); + this.enterRule(localContext, 310, FlinkSqlParser.RULE_identifierSeq); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2095; + this.state = 2101; this.identifier(); - this.state = 2100; + this.state = 2106; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 2096; + this.state = 2102; this.match(FlinkSqlParser.COMMA); - this.state = 2097; + this.state = 2103; this.identifier(); } } - this.state = 2102; + this.state = 2108; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -10273,9 +10311,9 @@ export class FlinkSqlParser extends SQLParserBase { } public identifier(): IdentifierContext { let localContext = new IdentifierContext(this.context, this.state); - this.enterRule(localContext, 310, FlinkSqlParser.RULE_identifier); + this.enterRule(localContext, 312, FlinkSqlParser.RULE_identifier); try { - this.state = 2106; + this.state = 2112; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.DIG_LITERAL: @@ -10283,7 +10321,7 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new UnquotedIdentifierAlternativeContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2103; + this.state = 2109; this.unquotedIdentifier(); } break; @@ -10291,7 +10329,7 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new QuotedIdentifierAlternativeContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 2104; + this.state = 2110; this.quotedIdentifier(); } break; @@ -10366,7 +10404,7 @@ export class FlinkSqlParser extends SQLParserBase { localContext = new NonReservedKeywordsAlternativeContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 2105; + this.state = 2111; this.nonReservedKeywords(); } break; @@ -10390,12 +10428,12 @@ export class FlinkSqlParser extends SQLParserBase { } public unquotedIdentifier(): UnquotedIdentifierContext { let localContext = new UnquotedIdentifierContext(this.context, this.state); - this.enterRule(localContext, 312, FlinkSqlParser.RULE_unquotedIdentifier); + this.enterRule(localContext, 314, FlinkSqlParser.RULE_unquotedIdentifier); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2108; + this.state = 2114; _la = this.tokenStream.LA(1); if(!(_la === 539 || _la === 542)) { this.errorHandler.recoverInline(this); @@ -10422,11 +10460,11 @@ export class FlinkSqlParser extends SQLParserBase { } public quotedIdentifier(): QuotedIdentifierContext { let localContext = new QuotedIdentifierContext(this.context, this.state); - this.enterRule(localContext, 314, FlinkSqlParser.RULE_quotedIdentifier); + this.enterRule(localContext, 316, FlinkSqlParser.RULE_quotedIdentifier); try { this.enterOuterAlt(localContext, 1); { - this.state = 2110; + this.state = 2116; this.match(FlinkSqlParser.STRING_LITERAL); } } @@ -10446,17 +10484,17 @@ export class FlinkSqlParser extends SQLParserBase { } public whenClause(): WhenClauseContext { let localContext = new WhenClauseContext(this.context, this.state); - this.enterRule(localContext, 316, FlinkSqlParser.RULE_whenClause); + this.enterRule(localContext, 318, FlinkSqlParser.RULE_whenClause); try { this.enterOuterAlt(localContext, 1); { - this.state = 2112; + this.state = 2118; this.match(FlinkSqlParser.KW_WHEN); - this.state = 2113; + this.state = 2119; localContext._condition = this.expression(); - this.state = 2114; + this.state = 2120; this.match(FlinkSqlParser.KW_THEN); - this.state = 2115; + this.state = 2121; localContext._result = this.expression(); } } @@ -10476,11 +10514,11 @@ export class FlinkSqlParser extends SQLParserBase { } public catalogPath(): CatalogPathContext { let localContext = new CatalogPathContext(this.context, this.state); - this.enterRule(localContext, 318, FlinkSqlParser.RULE_catalogPath); + this.enterRule(localContext, 320, FlinkSqlParser.RULE_catalogPath); try { this.enterOuterAlt(localContext, 1); { - this.state = 2117; + this.state = 2123; this.identifier(); } } @@ -10500,11 +10538,11 @@ export class FlinkSqlParser extends SQLParserBase { } public catalogPathCreate(): CatalogPathCreateContext { let localContext = new CatalogPathCreateContext(this.context, this.state); - this.enterRule(localContext, 320, FlinkSqlParser.RULE_catalogPathCreate); + this.enterRule(localContext, 322, FlinkSqlParser.RULE_catalogPathCreate); try { this.enterOuterAlt(localContext, 1); { - this.state = 2119; + this.state = 2125; this.identifier(); } } @@ -10524,21 +10562,21 @@ export class FlinkSqlParser extends SQLParserBase { } public databasePath(): DatabasePathContext { let localContext = new DatabasePathContext(this.context, this.state); - this.enterRule(localContext, 322, FlinkSqlParser.RULE_databasePath); + this.enterRule(localContext, 324, FlinkSqlParser.RULE_databasePath); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2121; + this.state = 2127; this.identifier(); - this.state = 2124; + this.state = 2130; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 514) { { - this.state = 2122; + this.state = 2128; this.match(FlinkSqlParser.DOT); - this.state = 2123; + this.state = 2129; this.identifier(); } } @@ -10561,21 +10599,21 @@ export class FlinkSqlParser extends SQLParserBase { } public databasePathCreate(): DatabasePathCreateContext { let localContext = new DatabasePathCreateContext(this.context, this.state); - this.enterRule(localContext, 324, FlinkSqlParser.RULE_databasePathCreate); + this.enterRule(localContext, 326, FlinkSqlParser.RULE_databasePathCreate); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2126; + this.state = 2132; this.identifier(); - this.state = 2129; + this.state = 2135; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 514) { { - this.state = 2127; + this.state = 2133; this.match(FlinkSqlParser.DOT); - this.state = 2128; + this.state = 2134; this.identifier(); } } @@ -10598,25 +10636,25 @@ export class FlinkSqlParser extends SQLParserBase { } public tablePathCreate(): TablePathCreateContext { let localContext = new TablePathCreateContext(this.context, this.state); - this.enterRule(localContext, 326, FlinkSqlParser.RULE_tablePathCreate); + this.enterRule(localContext, 328, FlinkSqlParser.RULE_tablePathCreate); let _la: number; try { - this.state = 2143; + this.state = 2149; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 251, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 252, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2131; + this.state = 2137; this.identifier(); - this.state = 2134; + this.state = 2140; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 514) { { - this.state = 2132; + this.state = 2138; this.match(FlinkSqlParser.DOT); - this.state = 2133; + this.state = 2139; this.identifier(); } } @@ -10626,20 +10664,20 @@ export class FlinkSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2136; + this.state = 2142; this.identifier(); - this.state = 2137; + this.state = 2143; this.match(FlinkSqlParser.DOT); - this.state = 2138; + this.state = 2144; this.identifier(); - this.state = 2141; + this.state = 2147; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 514) { { - this.state = 2139; + this.state = 2145; this.match(FlinkSqlParser.DOT); - this.state = 2140; + this.state = 2146; this.identifier(); } } @@ -10664,24 +10702,24 @@ export class FlinkSqlParser extends SQLParserBase { } public tablePath(): TablePathContext { let localContext = new TablePathContext(this.context, this.state); - this.enterRule(localContext, 328, FlinkSqlParser.RULE_tablePath); + this.enterRule(localContext, 330, FlinkSqlParser.RULE_tablePath); try { - this.state = 2157; + this.state = 2163; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 254, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 255, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2145; + this.state = 2151; this.identifier(); - this.state = 2148; + this.state = 2154; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 252, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 253, this.context) ) { case 1: { - this.state = 2146; + this.state = 2152; this.match(FlinkSqlParser.DOT); - this.state = 2147; + this.state = 2153; this.identifier(); } break; @@ -10691,20 +10729,20 @@ export class FlinkSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2150; + this.state = 2156; this.identifier(); - this.state = 2151; + this.state = 2157; this.match(FlinkSqlParser.DOT); - this.state = 2152; + this.state = 2158; this.identifier(); - this.state = 2155; + this.state = 2161; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 253, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 254, this.context) ) { case 1: { - this.state = 2153; + this.state = 2159; this.match(FlinkSqlParser.DOT); - this.state = 2154; + this.state = 2160; this.identifier(); } break; @@ -10729,24 +10767,24 @@ export class FlinkSqlParser extends SQLParserBase { } public viewPath(): ViewPathContext { let localContext = new ViewPathContext(this.context, this.state); - this.enterRule(localContext, 330, FlinkSqlParser.RULE_viewPath); + this.enterRule(localContext, 332, FlinkSqlParser.RULE_viewPath); try { - this.state = 2171; + this.state = 2177; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 257, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 258, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2159; + this.state = 2165; this.identifier(); - this.state = 2162; + this.state = 2168; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 255, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 256, this.context) ) { case 1: { - this.state = 2160; + this.state = 2166; this.match(FlinkSqlParser.DOT); - this.state = 2161; + this.state = 2167; this.identifier(); } break; @@ -10756,20 +10794,20 @@ export class FlinkSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2164; + this.state = 2170; this.identifier(); - this.state = 2165; + this.state = 2171; this.match(FlinkSqlParser.DOT); - this.state = 2166; + this.state = 2172; this.identifier(); - this.state = 2169; + this.state = 2175; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 256, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 257, this.context) ) { case 1: { - this.state = 2167; + this.state = 2173; this.match(FlinkSqlParser.DOT); - this.state = 2168; + this.state = 2174; this.identifier(); } break; @@ -10794,25 +10832,25 @@ export class FlinkSqlParser extends SQLParserBase { } public viewPathCreate(): ViewPathCreateContext { let localContext = new ViewPathCreateContext(this.context, this.state); - this.enterRule(localContext, 332, FlinkSqlParser.RULE_viewPathCreate); + this.enterRule(localContext, 334, FlinkSqlParser.RULE_viewPathCreate); let _la: number; try { - this.state = 2185; + this.state = 2191; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 260, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 261, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2173; + this.state = 2179; this.identifier(); - this.state = 2176; + this.state = 2182; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 514) { { - this.state = 2174; + this.state = 2180; this.match(FlinkSqlParser.DOT); - this.state = 2175; + this.state = 2181; this.identifier(); } } @@ -10822,20 +10860,20 @@ export class FlinkSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2178; + this.state = 2184; this.identifier(); - this.state = 2179; + this.state = 2185; this.match(FlinkSqlParser.DOT); - this.state = 2180; + this.state = 2186; this.identifier(); - this.state = 2183; + this.state = 2189; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 514) { { - this.state = 2181; + this.state = 2187; this.match(FlinkSqlParser.DOT); - this.state = 2182; + this.state = 2188; this.identifier(); } } @@ -10860,30 +10898,30 @@ export class FlinkSqlParser extends SQLParserBase { } public uid(): UidContext { let localContext = new UidContext(this.context, this.state); - this.enterRule(localContext, 334, FlinkSqlParser.RULE_uid); + this.enterRule(localContext, 336, FlinkSqlParser.RULE_uid); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 2187; + this.state = 2193; this.identifier(); - this.state = 2192; + this.state = 2198; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 261, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 262, this.context); while (alternative !== 1 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1 + 1) { { { - this.state = 2188; + this.state = 2194; this.match(FlinkSqlParser.DOT); - this.state = 2189; + this.state = 2195; this.identifier(); } } } - this.state = 2194; + this.state = 2200; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 261, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 262, this.context); } } } @@ -10903,13 +10941,13 @@ export class FlinkSqlParser extends SQLParserBase { } public withOption(): WithOptionContext { let localContext = new WithOptionContext(this.context, this.state); - this.enterRule(localContext, 336, FlinkSqlParser.RULE_withOption); + this.enterRule(localContext, 338, FlinkSqlParser.RULE_withOption); try { this.enterOuterAlt(localContext, 1); { - this.state = 2195; + this.state = 2201; this.match(FlinkSqlParser.KW_WITH); - this.state = 2196; + this.state = 2202; this.tablePropertyList(); } } @@ -10929,15 +10967,15 @@ export class FlinkSqlParser extends SQLParserBase { } public ifNotExists(): IfNotExistsContext { let localContext = new IfNotExistsContext(this.context, this.state); - this.enterRule(localContext, 338, FlinkSqlParser.RULE_ifNotExists); + this.enterRule(localContext, 340, FlinkSqlParser.RULE_ifNotExists); try { this.enterOuterAlt(localContext, 1); { - this.state = 2198; + this.state = 2204; this.match(FlinkSqlParser.KW_IF); - this.state = 2199; + this.state = 2205; this.match(FlinkSqlParser.KW_NOT); - this.state = 2200; + this.state = 2206; this.match(FlinkSqlParser.KW_EXISTS); } } @@ -10957,13 +10995,13 @@ export class FlinkSqlParser extends SQLParserBase { } public ifExists(): IfExistsContext { let localContext = new IfExistsContext(this.context, this.state); - this.enterRule(localContext, 340, FlinkSqlParser.RULE_ifExists); + this.enterRule(localContext, 342, FlinkSqlParser.RULE_ifExists); try { this.enterOuterAlt(localContext, 1); { - this.state = 2202; + this.state = 2208; this.match(FlinkSqlParser.KW_IF); - this.state = 2203; + this.state = 2209; this.match(FlinkSqlParser.KW_EXISTS); } } @@ -10983,32 +11021,32 @@ export class FlinkSqlParser extends SQLParserBase { } public tablePropertyList(): TablePropertyListContext { let localContext = new TablePropertyListContext(this.context, this.state); - this.enterRule(localContext, 342, FlinkSqlParser.RULE_tablePropertyList); + this.enterRule(localContext, 344, FlinkSqlParser.RULE_tablePropertyList); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2205; + this.state = 2211; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 2206; + this.state = 2212; this.tableProperty(); - this.state = 2211; + this.state = 2217; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 521) { { { - this.state = 2207; + this.state = 2213; this.match(FlinkSqlParser.COMMA); - this.state = 2208; + this.state = 2214; this.tableProperty(); } } - this.state = 2213; + this.state = 2219; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2214; + this.state = 2220; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -11028,29 +11066,29 @@ export class FlinkSqlParser extends SQLParserBase { } public tableProperty(): TablePropertyContext { let localContext = new TablePropertyContext(this.context, this.state); - this.enterRule(localContext, 344, FlinkSqlParser.RULE_tableProperty); + this.enterRule(localContext, 346, FlinkSqlParser.RULE_tableProperty); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2216; + this.state = 2222; localContext._key = this.tablePropertyKey(); - this.state = 2221; + this.state = 2227; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 140 || _la === 398 || _la === 506 || ((((_la - 538)) & ~0x1F) === 0 && ((1 << (_la - 538)) & 7) !== 0)) { { - this.state = 2218; + this.state = 2224; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 506) { { - this.state = 2217; + this.state = 2223; this.match(FlinkSqlParser.EQUAL_SYMBOL); } } - this.state = 2220; + this.state = 2226; localContext._value = this.tablePropertyValue(); } } @@ -11073,29 +11111,29 @@ export class FlinkSqlParser extends SQLParserBase { } public tablePropertyKey(): TablePropertyKeyContext { let localContext = new TablePropertyKeyContext(this.context, this.state); - this.enterRule(localContext, 346, FlinkSqlParser.RULE_tablePropertyKey); + this.enterRule(localContext, 348, FlinkSqlParser.RULE_tablePropertyKey); try { - this.state = 2226; + this.state = 2232; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 265, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 266, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2223; + this.state = 2229; this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2224; + this.state = 2230; this.dereferenceDefinition(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2225; + this.state = 2231; this.match(FlinkSqlParser.STRING_LITERAL); } break; @@ -11117,22 +11155,22 @@ export class FlinkSqlParser extends SQLParserBase { } public tablePropertyValue(): TablePropertyValueContext { let localContext = new TablePropertyValueContext(this.context, this.state); - this.enterRule(localContext, 348, FlinkSqlParser.RULE_tablePropertyValue); + this.enterRule(localContext, 350, FlinkSqlParser.RULE_tablePropertyValue); try { - this.state = 2232; + this.state = 2238; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.DIG_LITERAL: this.enterOuterAlt(localContext, 1); { - this.state = 2228; + this.state = 2234; this.match(FlinkSqlParser.DIG_LITERAL); } break; case FlinkSqlParser.REAL_LITERAL: this.enterOuterAlt(localContext, 2); { - this.state = 2229; + this.state = 2235; this.match(FlinkSqlParser.REAL_LITERAL); } break; @@ -11140,14 +11178,14 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_TRUE: this.enterOuterAlt(localContext, 3); { - this.state = 2230; + this.state = 2236; this.booleanLiteral(); } break; case FlinkSqlParser.STRING_LITERAL: this.enterOuterAlt(localContext, 4); { - this.state = 2231; + this.state = 2237; this.match(FlinkSqlParser.STRING_LITERAL); } break; @@ -11171,40 +11209,40 @@ export class FlinkSqlParser extends SQLParserBase { } public logicalOperator(): LogicalOperatorContext { let localContext = new LogicalOperatorContext(this.context, this.state); - this.enterRule(localContext, 350, FlinkSqlParser.RULE_logicalOperator); + this.enterRule(localContext, 352, FlinkSqlParser.RULE_logicalOperator); try { - this.state = 2240; + this.state = 2246; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_AND: this.enterOuterAlt(localContext, 1); { - this.state = 2234; + this.state = 2240; this.match(FlinkSqlParser.KW_AND); } break; case FlinkSqlParser.BIT_AND_OP: this.enterOuterAlt(localContext, 2); { - this.state = 2235; + this.state = 2241; this.match(FlinkSqlParser.BIT_AND_OP); - this.state = 2236; + this.state = 2242; this.match(FlinkSqlParser.BIT_AND_OP); } break; case FlinkSqlParser.KW_OR: this.enterOuterAlt(localContext, 3); { - this.state = 2237; + this.state = 2243; this.match(FlinkSqlParser.KW_OR); } break; case FlinkSqlParser.BIT_OR_OP: this.enterOuterAlt(localContext, 4); { - this.state = 2238; + this.state = 2244; this.match(FlinkSqlParser.BIT_OR_OP); - this.state = 2239; + this.state = 2245; this.match(FlinkSqlParser.BIT_OR_OP); } break; @@ -11228,76 +11266,76 @@ export class FlinkSqlParser extends SQLParserBase { } public comparisonOperator(): ComparisonOperatorContext { let localContext = new ComparisonOperatorContext(this.context, this.state); - this.enterRule(localContext, 352, FlinkSqlParser.RULE_comparisonOperator); + this.enterRule(localContext, 354, FlinkSqlParser.RULE_comparisonOperator); try { - this.state = 2256; + this.state = 2262; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 268, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 269, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2242; + this.state = 2248; this.match(FlinkSqlParser.EQUAL_SYMBOL); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2243; + this.state = 2249; this.match(FlinkSqlParser.GREATER_SYMBOL); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2244; + this.state = 2250; this.match(FlinkSqlParser.LESS_SYMBOL); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2245; + this.state = 2251; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 2246; + this.state = 2252; this.match(FlinkSqlParser.EQUAL_SYMBOL); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 2247; + this.state = 2253; this.match(FlinkSqlParser.GREATER_SYMBOL); - this.state = 2248; + this.state = 2254; this.match(FlinkSqlParser.EQUAL_SYMBOL); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 2249; + this.state = 2255; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 2250; + this.state = 2256; this.match(FlinkSqlParser.GREATER_SYMBOL); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 2251; + this.state = 2257; this.match(FlinkSqlParser.EXCLAMATION_SYMBOL); - this.state = 2252; + this.state = 2258; this.match(FlinkSqlParser.EQUAL_SYMBOL); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 2253; + this.state = 2259; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 2254; + this.state = 2260; this.match(FlinkSqlParser.EQUAL_SYMBOL); - this.state = 2255; + this.state = 2261; this.match(FlinkSqlParser.GREATER_SYMBOL); } break; @@ -11319,47 +11357,47 @@ export class FlinkSqlParser extends SQLParserBase { } public bitOperator(): BitOperatorContext { let localContext = new BitOperatorContext(this.context, this.state); - this.enterRule(localContext, 354, FlinkSqlParser.RULE_bitOperator); + this.enterRule(localContext, 356, FlinkSqlParser.RULE_bitOperator); try { - this.state = 2265; + this.state = 2271; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.LESS_SYMBOL: this.enterOuterAlt(localContext, 1); { - this.state = 2258; + this.state = 2264; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 2259; + this.state = 2265; this.match(FlinkSqlParser.LESS_SYMBOL); } break; case FlinkSqlParser.GREATER_SYMBOL: this.enterOuterAlt(localContext, 2); { - this.state = 2260; + this.state = 2266; this.match(FlinkSqlParser.GREATER_SYMBOL); - this.state = 2261; + this.state = 2267; this.match(FlinkSqlParser.GREATER_SYMBOL); } break; case FlinkSqlParser.BIT_AND_OP: this.enterOuterAlt(localContext, 3); { - this.state = 2262; + this.state = 2268; this.match(FlinkSqlParser.BIT_AND_OP); } break; case FlinkSqlParser.BIT_XOR_OP: this.enterOuterAlt(localContext, 4); { - this.state = 2263; + this.state = 2269; this.match(FlinkSqlParser.BIT_XOR_OP); } break; case FlinkSqlParser.BIT_OR_OP: this.enterOuterAlt(localContext, 5); { - this.state = 2264; + this.state = 2270; this.match(FlinkSqlParser.BIT_OR_OP); } break; @@ -11383,12 +11421,12 @@ export class FlinkSqlParser extends SQLParserBase { } public mathOperator(): MathOperatorContext { let localContext = new MathOperatorContext(this.context, this.state); - this.enterRule(localContext, 356, FlinkSqlParser.RULE_mathOperator); + this.enterRule(localContext, 358, FlinkSqlParser.RULE_mathOperator); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2267; + this.state = 2273; _la = this.tokenStream.LA(1); if(!(_la === 453 || ((((_la - 528)) & ~0x1F) === 0 && ((1 << (_la - 528)) & 221) !== 0))) { this.errorHandler.recoverInline(this); @@ -11415,12 +11453,12 @@ export class FlinkSqlParser extends SQLParserBase { } public unaryOperator(): UnaryOperatorContext { let localContext = new UnaryOperatorContext(this.context, this.state); - this.enterRule(localContext, 358, FlinkSqlParser.RULE_unaryOperator); + this.enterRule(localContext, 360, FlinkSqlParser.RULE_unaryOperator); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2269; + this.state = 2275; _la = this.tokenStream.LA(1); if(!(_la === 242 || ((((_la - 509)) & ~0x1F) === 0 && ((1 << (_la - 509)) & 6291459) !== 0))) { this.errorHandler.recoverInline(this); @@ -11447,16 +11485,16 @@ export class FlinkSqlParser extends SQLParserBase { } public constant(): ConstantContext { let localContext = new ConstantContext(this.context, this.state); - this.enterRule(localContext, 360, FlinkSqlParser.RULE_constant); + this.enterRule(localContext, 362, FlinkSqlParser.RULE_constant); let _la: number; try { - this.state = 2285; + this.state = 2291; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case FlinkSqlParser.KW_INTERVAL: this.enterOuterAlt(localContext, 1); { - this.state = 2271; + this.state = 2277; this.timeIntervalExpression(); } break; @@ -11472,14 +11510,14 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_WEEK: this.enterOuterAlt(localContext, 2); { - this.state = 2272; + this.state = 2278; this.timePointLiteral(); } break; case FlinkSqlParser.STRING_LITERAL: this.enterOuterAlt(localContext, 3); { - this.state = 2273; + this.state = 2279; this.stringLiteral(); } break; @@ -11487,17 +11525,17 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.DIG_LITERAL: this.enterOuterAlt(localContext, 4); { - this.state = 2275; + this.state = 2281; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 530) { { - this.state = 2274; + this.state = 2280; this.match(FlinkSqlParser.HYPHEN_SIGN); } } - this.state = 2277; + this.state = 2283; this.decimalLiteral(); } break; @@ -11505,21 +11543,21 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_TRUE: this.enterOuterAlt(localContext, 5); { - this.state = 2278; + this.state = 2284; this.booleanLiteral(); } break; case FlinkSqlParser.REAL_LITERAL: this.enterOuterAlt(localContext, 6); { - this.state = 2279; + this.state = 2285; this.match(FlinkSqlParser.REAL_LITERAL); } break; case FlinkSqlParser.BIT_STRING: this.enterOuterAlt(localContext, 7); { - this.state = 2280; + this.state = 2286; this.match(FlinkSqlParser.BIT_STRING); } break; @@ -11527,17 +11565,17 @@ export class FlinkSqlParser extends SQLParserBase { case FlinkSqlParser.KW_NULL: this.enterOuterAlt(localContext, 8); { - this.state = 2282; + this.state = 2288; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 242) { { - this.state = 2281; + this.state = 2287; this.match(FlinkSqlParser.KW_NOT); } } - this.state = 2284; + this.state = 2290; this.match(FlinkSqlParser.KW_NULL); } break; @@ -11561,13 +11599,13 @@ export class FlinkSqlParser extends SQLParserBase { } public timePointLiteral(): TimePointLiteralContext { let localContext = new TimePointLiteralContext(this.context, this.state); - this.enterRule(localContext, 362, FlinkSqlParser.RULE_timePointLiteral); + this.enterRule(localContext, 364, FlinkSqlParser.RULE_timePointLiteral); try { this.enterOuterAlt(localContext, 1); { - this.state = 2287; + this.state = 2293; this.timePointUnit(); - this.state = 2288; + this.state = 2294; this.stringLiteral(); } } @@ -11587,11 +11625,11 @@ export class FlinkSqlParser extends SQLParserBase { } public stringLiteral(): StringLiteralContext { let localContext = new StringLiteralContext(this.context, this.state); - this.enterRule(localContext, 364, FlinkSqlParser.RULE_stringLiteral); + this.enterRule(localContext, 366, FlinkSqlParser.RULE_stringLiteral); try { this.enterOuterAlt(localContext, 1); { - this.state = 2290; + this.state = 2296; this.match(FlinkSqlParser.STRING_LITERAL); } } @@ -11611,11 +11649,11 @@ export class FlinkSqlParser extends SQLParserBase { } public decimalLiteral(): DecimalLiteralContext { let localContext = new DecimalLiteralContext(this.context, this.state); - this.enterRule(localContext, 366, FlinkSqlParser.RULE_decimalLiteral); + this.enterRule(localContext, 368, FlinkSqlParser.RULE_decimalLiteral); try { this.enterOuterAlt(localContext, 1); { - this.state = 2292; + this.state = 2298; this.match(FlinkSqlParser.DIG_LITERAL); } } @@ -11635,12 +11673,12 @@ export class FlinkSqlParser extends SQLParserBase { } public booleanLiteral(): BooleanLiteralContext { let localContext = new BooleanLiteralContext(this.context, this.state); - this.enterRule(localContext, 368, FlinkSqlParser.RULE_booleanLiteral); + this.enterRule(localContext, 370, FlinkSqlParser.RULE_booleanLiteral); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2294; + this.state = 2300; _la = this.tokenStream.LA(1); if(!(_la === 140 || _la === 398)) { this.errorHandler.recoverInline(this); @@ -11667,12 +11705,12 @@ export class FlinkSqlParser extends SQLParserBase { } public setQuantifier(): SetQuantifierContext { let localContext = new SetQuantifierContext(this.context, this.state); - this.enterRule(localContext, 370, FlinkSqlParser.RULE_setQuantifier); + this.enterRule(localContext, 372, FlinkSqlParser.RULE_setQuantifier); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2296; + this.state = 2302; _la = this.tokenStream.LA(1); if(!(_la === 5 || _la === 113)) { this.errorHandler.recoverInline(this); @@ -11699,12 +11737,12 @@ export class FlinkSqlParser extends SQLParserBase { } public timePointUnit(): TimePointUnitContext { let localContext = new TimePointUnitContext(this.context, this.state); - this.enterRule(localContext, 372, FlinkSqlParser.RULE_timePointUnit); + this.enterRule(localContext, 374, FlinkSqlParser.RULE_timePointUnit); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2298; + this.state = 2304; _la = this.tokenStream.LA(1); if(!(_la === 97 || _la === 165 || _la === 223 || _la === 230 || _la === 335 || _la === 437 || ((((_la - 471)) & ~0x1F) === 0 && ((1 << (_la - 471)) & 262149) !== 0) || _la === 503)) { this.errorHandler.recoverInline(this); @@ -11731,12 +11769,12 @@ export class FlinkSqlParser extends SQLParserBase { } public timeIntervalUnit(): TimeIntervalUnitContext { let localContext = new TimeIntervalUnitContext(this.context, this.state); - this.enterRule(localContext, 374, FlinkSqlParser.RULE_timeIntervalUnit); + this.enterRule(localContext, 376, FlinkSqlParser.RULE_timeIntervalUnit); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2300; + this.state = 2306; _la = this.tokenStream.LA(1); if(!(_la === 97 || _la === 165 || _la === 223 || _la === 230 || _la === 335 || ((((_la - 428)) & ~0x1F) === 0 && ((1 << (_la - 428)) & 140542465) !== 0) || ((((_la - 461)) & ~0x1F) === 0 && ((1 << (_la - 461)) & 2415983617) !== 0) || _la === 503 || _la === 504)) { this.errorHandler.recoverInline(this); @@ -11763,12 +11801,12 @@ export class FlinkSqlParser extends SQLParserBase { } public reservedKeywordsUsedAsFuncParam(): ReservedKeywordsUsedAsFuncParamContext { let localContext = new ReservedKeywordsUsedAsFuncParamContext(this.context, this.state); - this.enterRule(localContext, 376, FlinkSqlParser.RULE_reservedKeywordsUsedAsFuncParam); + this.enterRule(localContext, 378, FlinkSqlParser.RULE_reservedKeywordsUsedAsFuncParam); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2302; + this.state = 2308; _la = this.tokenStream.LA(1); if(!(((((_la - 5)) & ~0x1F) === 0 && ((1 << (_la - 5)) & 268435713) !== 0) || ((((_la - 78)) & ~0x1F) === 0 && ((1 << (_la - 78)) & 193) !== 0) || _la === 113 || ((((_la - 201)) & ~0x1F) === 0 && ((1 << (_la - 201)) & 385) !== 0) || _la === 390 || _la === 414 || _la === 528)) { this.errorHandler.recoverInline(this); @@ -11795,12 +11833,12 @@ export class FlinkSqlParser extends SQLParserBase { } public reservedKeywordsNoParamsUsedAsFuncName(): ReservedKeywordsNoParamsUsedAsFuncNameContext { let localContext = new ReservedKeywordsNoParamsUsedAsFuncNameContext(this.context, this.state); - this.enterRule(localContext, 378, FlinkSqlParser.RULE_reservedKeywordsNoParamsUsedAsFuncName); + this.enterRule(localContext, 380, FlinkSqlParser.RULE_reservedKeywordsNoParamsUsedAsFuncName); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2304; + this.state = 2310; _la = this.tokenStream.LA(1); if(!(((((_la - 78)) & ~0x1F) === 0 && ((1 << (_la - 78)) & 193) !== 0) || _la === 208 || _la === 209)) { this.errorHandler.recoverInline(this); @@ -11827,12 +11865,12 @@ export class FlinkSqlParser extends SQLParserBase { } public reservedKeywordsFollowParamsUsedAsFuncName(): ReservedKeywordsFollowParamsUsedAsFuncNameContext { let localContext = new ReservedKeywordsFollowParamsUsedAsFuncNameContext(this.context, this.state); - this.enterRule(localContext, 380, FlinkSqlParser.RULE_reservedKeywordsFollowParamsUsedAsFuncName); + this.enterRule(localContext, 382, FlinkSqlParser.RULE_reservedKeywordsFollowParamsUsedAsFuncName); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2306; + this.state = 2312; _la = this.tokenStream.LA(1); if(!(_la === 91 || _la === 379 || _la === 380)) { this.errorHandler.recoverInline(this); @@ -11859,12 +11897,12 @@ export class FlinkSqlParser extends SQLParserBase { } public reservedKeywordsUsedAsFuncName(): ReservedKeywordsUsedAsFuncNameContext { let localContext = new ReservedKeywordsUsedAsFuncNameContext(this.context, this.state); - this.enterRule(localContext, 382, FlinkSqlParser.RULE_reservedKeywordsUsedAsFuncName); + this.enterRule(localContext, 384, FlinkSqlParser.RULE_reservedKeywordsUsedAsFuncName); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2308; + this.state = 2314; _la = this.tokenStream.LA(1); if(!((((_la) & ~0x1F) === 0 && ((1 << _la) & 8396816) !== 0) || ((((_la - 38)) & ~0x1F) === 0 && ((1 << (_la - 38)) & 2147811433) !== 0) || ((((_la - 75)) & ~0x1F) === 0 && ((1 << (_la - 75)) & 25165825) !== 0) || ((((_la - 107)) & ~0x1F) === 0 && ((1 << (_la - 107)) & 134221825) !== 0) || ((((_la - 139)) & ~0x1F) === 0 && ((1 << (_la - 139)) & 337641553) !== 0) || ((((_la - 187)) & ~0x1F) === 0 && ((1 << (_la - 187)) & 277391867) !== 0) || ((((_la - 221)) & ~0x1F) === 0 && ((1 << (_la - 221)) & 41943565) !== 0) || ((((_la - 265)) & ~0x1F) === 0 && ((1 << (_la - 265)) & 537530369) !== 0) || ((((_la - 318)) & ~0x1F) === 0 && ((1 << (_la - 318)) & 131185) !== 0) || ((((_la - 358)) & ~0x1F) === 0 && ((1 << (_la - 358)) & 8389763) !== 0) || ((((_la - 396)) & ~0x1F) === 0 && ((1 << (_la - 396)) & 50339865) !== 0) || _la === 437 || _la === 470 || _la === 489 || _la === 503)) { this.errorHandler.recoverInline(this); @@ -11891,12 +11929,12 @@ export class FlinkSqlParser extends SQLParserBase { } public nonReservedKeywords(): NonReservedKeywordsContext { let localContext = new NonReservedKeywordsContext(this.context, this.state); - this.enterRule(localContext, 384, FlinkSqlParser.RULE_nonReservedKeywords); + this.enterRule(localContext, 386, FlinkSqlParser.RULE_nonReservedKeywords); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2310; + this.state = 2316; _la = this.tokenStream.LA(1); if(!(((((_la - 438)) & ~0x1F) === 0 && ((1 << (_la - 438)) & 4294967295) !== 0) || ((((_la - 470)) & ~0x1F) === 0 && ((1 << (_la - 470)) & 4294967295) !== 0) || ((((_la - 502)) & ~0x1F) === 0 && ((1 << (_la - 502)) & 15) !== 0))) { this.errorHandler.recoverInline(this); @@ -11926,15 +11964,15 @@ export class FlinkSqlParser extends SQLParserBase { switch (ruleIndex) { case 26: return this.columnName_sempred(localContext as ColumnNameContext, predIndex); - case 79: + case 80: return this.queryStatement_sempred(localContext as QueryStatementContext, predIndex); - case 89: + case 90: return this.tableExpression_sempred(localContext as TableExpressionContext, predIndex); - case 130: + case 131: return this.booleanExpression_sempred(localContext as BooleanExpressionContext, predIndex); - case 133: + case 134: return this.valueExpression_sempred(localContext as ValueExpressionContext, predIndex); - case 135: + case 136: return this.primaryExpression_sempred(localContext as PrimaryExpressionContext, predIndex); } return true; @@ -11999,7 +12037,7 @@ export class FlinkSqlParser extends SQLParserBase { } public static readonly _serializedATN: number[] = [ - 4,1,542,2313,2,0,7,0,2,1,7,1,2,2,7,2,2,3,7,3,2,4,7,4,2,5,7,5,2,6, + 4,1,542,2319,2,0,7,0,2,1,7,1,2,2,7,2,2,3,7,3,2,4,7,4,2,5,7,5,2,6, 7,6,2,7,7,7,2,8,7,8,2,9,7,9,2,10,7,10,2,11,7,11,2,12,7,12,2,13,7, 13,2,14,7,14,2,15,7,15,2,16,7,16,2,17,7,17,2,18,7,18,2,19,7,19,2, 20,7,20,2,21,7,21,2,22,7,22,2,23,7,23,2,24,7,24,2,25,7,25,2,26,7, @@ -12031,956 +12069,959 @@ export class FlinkSqlParser extends SQLParserBase { 7,175,2,176,7,176,2,177,7,177,2,178,7,178,2,179,7,179,2,180,7,180, 2,181,7,181,2,182,7,182,2,183,7,183,2,184,7,184,2,185,7,185,2,186, 7,186,2,187,7,187,2,188,7,188,2,189,7,189,2,190,7,190,2,191,7,191, - 2,192,7,192,1,0,5,0,388,8,0,10,0,12,0,391,9,0,1,0,1,0,1,1,1,1,3, - 1,397,8,1,1,1,3,1,400,8,1,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1, - 2,1,2,1,2,3,2,414,8,2,1,3,1,3,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1, - 4,1,4,1,4,1,4,1,4,1,4,3,4,432,8,4,1,5,1,5,3,5,436,8,5,1,6,1,6,1, - 6,1,7,1,7,1,7,1,7,3,7,445,8,7,1,7,1,7,1,7,3,7,450,8,7,1,8,1,8,1, - 8,5,8,455,8,8,10,8,12,8,458,9,8,1,9,1,9,1,10,1,10,1,10,1,10,1,10, - 1,10,3,10,468,8,10,1,11,1,11,1,11,1,11,1,11,5,11,475,8,11,10,11, - 12,11,478,9,11,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,3,12, - 489,8,12,1,12,3,12,492,8,12,1,12,1,12,1,12,1,12,1,12,3,12,499,8, - 12,1,12,3,12,502,8,12,1,12,1,12,1,12,1,12,1,12,1,12,3,12,510,8,12, - 1,12,1,12,3,12,514,8,12,1,12,1,12,1,12,3,12,519,8,12,1,12,3,12,522, - 8,12,1,13,1,13,1,13,1,13,1,13,3,13,529,8,13,1,14,1,14,1,14,1,14, - 1,15,1,15,3,15,537,8,15,1,16,1,16,3,16,541,8,16,1,17,1,17,1,17,1, - 17,1,18,1,18,1,18,1,18,1,18,1,18,3,18,553,8,18,1,18,1,18,1,18,1, - 18,1,18,1,18,3,18,561,8,18,1,18,1,18,3,18,565,8,18,1,18,1,18,1,18, + 2,192,7,192,2,193,7,193,1,0,5,0,390,8,0,10,0,12,0,393,9,0,1,0,1, + 0,1,1,1,1,3,1,399,8,1,1,1,3,1,402,8,1,1,2,1,2,1,2,1,2,1,2,1,2,1, + 2,1,2,1,2,1,2,1,2,1,2,3,2,416,8,2,1,3,1,3,1,4,1,4,1,4,1,4,1,4,1, + 4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,1,4,3,4,434,8,4,1,5,1,5,3,5,438,8, + 5,1,6,1,6,1,6,1,7,1,7,1,7,1,7,3,7,447,8,7,1,7,1,7,1,7,3,7,452,8, + 7,1,8,1,8,1,8,5,8,457,8,8,10,8,12,8,460,9,8,1,9,1,9,1,10,1,10,1, + 10,1,10,1,10,1,10,3,10,470,8,10,1,11,1,11,1,11,1,11,1,11,5,11,477, + 8,11,10,11,12,11,480,9,11,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12, + 1,12,3,12,491,8,12,1,12,3,12,494,8,12,1,12,1,12,1,12,1,12,1,12,3, + 12,501,8,12,1,12,3,12,504,8,12,1,12,1,12,1,12,1,12,1,12,1,12,3,12, + 512,8,12,1,12,1,12,3,12,516,8,12,1,12,1,12,1,12,3,12,521,8,12,1, + 12,3,12,524,8,12,1,13,1,13,1,13,1,13,1,13,3,13,531,8,13,1,14,1,14, + 1,14,1,14,1,15,1,15,3,15,539,8,15,1,16,1,16,3,16,543,8,16,1,17,1, + 17,1,17,1,17,1,18,1,18,1,18,1,18,1,18,1,18,3,18,555,8,18,1,18,1, + 18,1,18,1,18,1,18,1,18,3,18,563,8,18,1,18,1,18,3,18,567,8,18,1,18, 1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18, 1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,18, - 1,18,3,18,597,8,18,1,19,3,19,600,8,19,1,19,4,19,603,8,19,11,19,12, - 19,604,1,20,1,20,3,20,609,8,20,1,21,1,21,3,21,613,8,21,1,21,1,21, - 3,21,617,8,21,1,21,1,21,1,21,1,21,1,21,5,21,624,8,21,10,21,12,21, - 627,9,21,1,21,1,21,3,21,631,8,21,1,21,1,21,3,21,635,8,21,1,21,1, - 21,3,21,639,8,21,1,21,1,21,1,21,3,21,644,8,21,1,21,3,21,647,8,21, - 1,21,1,21,3,21,651,8,21,1,22,1,22,1,22,3,22,656,8,22,1,22,1,22,1, - 22,1,22,3,22,662,8,22,1,23,1,23,1,23,3,23,667,8,23,1,24,1,24,1,24, - 3,24,672,8,24,1,24,1,24,3,24,676,8,24,1,25,1,25,3,25,680,8,25,1, - 26,1,26,3,26,684,8,26,1,27,1,27,1,28,1,28,1,28,1,28,5,28,692,8,28, - 10,28,12,28,695,9,28,1,28,1,28,1,29,1,29,1,29,3,29,702,8,29,1,29, - 1,29,3,29,706,8,29,1,29,1,29,3,29,710,8,29,1,29,1,29,3,29,714,8, - 29,1,29,1,29,3,29,718,8,29,1,29,1,29,3,29,722,8,29,1,29,1,29,3,29, - 726,8,29,1,29,1,29,3,29,730,8,29,1,29,1,29,3,29,734,8,29,3,29,736, - 8,29,1,30,1,30,1,30,1,30,1,31,1,31,1,31,1,31,3,31,746,8,31,1,31, - 1,31,1,32,1,32,1,32,1,32,3,32,754,8,32,1,32,1,32,1,33,1,33,1,33, - 1,33,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,35,1,35,1,35,1,35,1,35, - 1,35,1,35,5,35,776,8,35,10,35,12,35,779,9,35,1,35,1,35,1,35,1,35, - 1,35,1,35,1,35,1,35,1,35,5,35,790,8,35,10,35,12,35,793,9,35,1,35, - 1,35,3,35,797,8,35,1,36,1,36,3,36,801,8,36,1,36,1,36,1,36,1,36,3, - 36,807,8,36,1,36,3,36,810,8,36,1,36,3,36,813,8,36,1,37,1,37,1,37, - 1,37,1,37,3,37,820,8,37,1,37,3,37,823,8,37,1,38,1,38,1,39,1,39,1, - 39,1,39,1,39,3,39,832,8,39,1,40,1,40,1,41,1,41,1,41,1,41,1,41,1, - 41,1,42,1,42,3,42,844,8,42,1,42,1,42,1,42,1,42,1,42,1,42,1,43,1, - 43,1,44,1,44,1,44,1,44,1,45,1,45,1,45,1,45,1,46,1,46,1,46,1,46,5, - 46,866,8,46,10,46,12,46,869,9,46,1,46,1,46,1,47,1,47,1,47,1,47,1, - 47,5,47,878,8,47,10,47,12,47,881,9,47,1,47,1,47,3,47,885,8,47,1, - 48,1,48,3,48,889,8,48,1,49,1,49,1,49,1,49,5,49,895,8,49,10,49,12, - 49,898,9,49,1,49,3,49,901,8,49,1,50,1,50,1,50,1,50,3,50,907,8,50, - 1,51,1,51,1,51,1,51,1,51,1,52,1,52,1,52,3,52,917,8,52,1,52,1,52, - 1,52,3,52,922,8,52,1,52,1,52,1,53,1,53,3,53,928,8,53,1,53,1,53,3, - 53,932,8,53,1,53,1,53,3,53,936,8,53,1,53,1,53,3,53,940,8,53,1,53, - 1,53,1,53,1,54,1,54,1,54,1,54,3,54,949,8,54,1,54,1,54,3,54,953,8, - 54,1,54,1,54,1,54,1,54,1,54,3,54,960,8,54,1,54,3,54,963,8,54,1,55, - 1,55,1,55,1,55,1,55,1,55,5,55,971,8,55,10,55,12,55,974,9,55,1,56, - 1,56,1,57,1,57,1,57,3,57,981,8,57,1,57,1,57,1,57,1,57,1,57,1,57, - 3,57,989,8,57,1,58,1,58,3,58,993,8,58,1,58,1,58,1,58,1,59,1,59,1, - 59,1,60,1,60,1,60,1,60,1,60,1,60,1,60,3,60,1008,8,60,1,61,1,61,1, - 61,1,61,1,62,1,62,1,62,1,62,1,63,1,63,1,63,1,64,1,64,1,64,1,64,1, - 64,1,64,3,64,1027,8,64,1,65,1,65,1,65,1,65,1,65,1,66,1,66,1,66,1, - 66,3,66,1038,8,66,1,66,1,66,3,66,1042,8,66,1,66,1,66,1,66,1,66,1, - 66,3,66,1049,8,66,1,67,1,67,1,67,3,67,1054,8,67,1,67,1,67,1,68,1, - 68,3,68,1060,8,68,1,68,1,68,3,68,1064,8,68,1,68,1,68,1,69,1,69,1, - 69,3,69,1071,8,69,1,69,1,69,3,69,1075,8,69,1,70,1,70,3,70,1079,8, - 70,1,70,1,70,3,70,1083,8,70,1,70,1,70,1,71,1,71,1,71,1,71,3,71,1091, - 8,71,1,71,1,71,3,71,1095,8,71,1,71,1,71,1,72,3,72,1100,8,72,1,72, - 1,72,1,72,1,72,3,72,1106,8,72,1,73,1,73,1,73,1,73,3,73,1112,8,73, - 1,73,3,73,1115,8,73,1,73,1,73,3,73,1119,8,73,1,74,1,74,1,74,1,75, - 1,75,1,75,1,75,5,75,1128,8,75,10,75,12,75,1131,9,75,1,76,1,76,1, - 76,1,76,5,76,1137,8,76,10,76,12,76,1140,9,76,1,76,1,76,1,77,1,77, - 1,77,1,77,1,77,1,77,1,77,4,77,1151,8,77,11,77,12,77,1152,1,77,1, - 77,1,78,1,78,1,78,1,78,1,78,1,78,4,78,1163,8,78,11,78,12,78,1164, - 1,78,1,78,1,79,1,79,1,79,1,79,1,79,1,79,1,79,1,79,1,79,1,79,1,79, - 3,79,1180,8,79,1,79,3,79,1183,8,79,1,79,1,79,3,79,1187,8,79,1,79, - 3,79,1190,8,79,3,79,1192,8,79,1,79,1,79,1,79,3,79,1197,8,79,1,79, - 1,79,3,79,1201,8,79,1,79,3,79,1204,8,79,5,79,1206,8,79,10,79,12, - 79,1209,9,79,1,80,1,80,1,80,1,80,5,80,1215,8,80,10,80,12,80,1218, - 9,80,1,81,1,81,1,81,1,81,5,81,1224,8,81,10,81,12,81,1227,9,81,1, - 82,1,82,1,82,1,82,1,82,5,82,1234,8,82,10,82,12,82,1237,9,82,1,82, - 1,82,3,82,1241,8,82,1,82,1,82,1,82,1,82,1,82,1,83,1,83,1,84,1,84, - 3,84,1252,8,84,1,84,3,84,1255,8,84,1,84,3,84,1258,8,84,1,84,3,84, - 1261,8,84,1,84,3,84,1264,8,84,1,84,1,84,1,84,1,84,3,84,1270,8,84, - 1,85,1,85,3,85,1274,8,85,1,85,1,85,1,85,1,85,5,85,1280,8,85,10,85, - 12,85,1283,9,85,3,85,1285,8,85,1,86,1,86,1,86,3,86,1290,8,86,1,86, - 3,86,1293,8,86,1,86,1,86,3,86,1297,8,86,1,86,3,86,1300,8,86,3,86, - 1302,8,86,1,87,1,87,1,87,1,87,1,87,1,87,1,87,1,87,1,87,1,87,1,87, - 1,87,3,87,1316,8,87,1,88,1,88,1,88,1,89,1,89,1,89,1,89,5,89,1325, - 8,89,10,89,12,89,1328,9,89,1,89,1,89,3,89,1332,8,89,1,89,1,89,1, - 89,1,89,1,89,1,89,3,89,1340,8,89,1,89,3,89,1343,8,89,1,89,3,89,1346, - 8,89,1,89,1,89,1,89,3,89,1351,8,89,5,89,1353,8,89,10,89,12,89,1356, - 9,89,1,90,1,90,3,90,1360,8,90,1,91,3,91,1363,8,91,1,91,1,91,3,91, - 1367,8,91,1,91,1,91,3,91,1371,8,91,1,91,1,91,1,91,1,91,1,91,1,91, - 1,91,3,91,1380,8,91,1,91,1,91,1,91,1,91,1,91,1,91,1,91,1,91,1,91, - 3,91,1391,8,91,1,92,1,92,1,92,1,92,1,92,1,92,1,93,1,93,1,94,1,94, - 1,94,1,94,1,94,1,95,1,95,1,95,1,95,1,95,1,96,1,96,1,96,1,96,1,96, - 5,96,1416,8,96,10,96,12,96,1419,9,96,1,96,1,96,1,97,1,97,1,98,1, - 98,1,98,1,98,1,98,1,98,1,98,1,98,1,98,1,98,1,98,1,98,1,98,1,98,1, - 98,3,98,1440,8,98,1,99,1,99,1,100,1,100,1,100,1,100,1,100,1,101, - 1,101,1,101,1,101,3,101,1453,8,101,1,102,1,102,1,102,1,103,1,103, - 1,103,1,103,1,103,5,103,1463,8,103,10,103,12,103,1466,9,103,1,104, - 1,104,1,104,1,104,1,104,1,104,1,104,1,104,5,104,1476,8,104,10,104, - 12,104,1479,9,104,1,104,1,104,1,104,1,104,1,104,1,104,1,104,5,104, - 1488,8,104,10,104,12,104,1491,9,104,1,104,1,104,1,104,1,104,1,104, - 1,104,1,104,5,104,1500,8,104,10,104,12,104,1503,9,104,1,104,1,104, - 1,104,3,104,1508,8,104,1,105,1,105,1,105,1,106,1,106,1,107,1,107, - 1,107,1,107,1,107,1,107,1,107,1,108,1,108,1,109,1,109,1,110,1,110, - 1,110,1,111,1,111,1,111,1,111,5,111,1533,8,111,10,111,12,111,1536, - 9,111,1,112,1,112,1,112,1,112,1,113,3,113,1543,8,113,1,113,1,113, - 3,113,1547,8,113,1,113,3,113,1550,8,113,1,113,3,113,1553,8,113,1, - 113,1,113,1,114,1,114,1,114,3,114,1560,8,114,1,114,3,114,1563,8, - 114,1,114,3,114,1566,8,114,1,114,3,114,1569,8,114,1,114,3,114,1572, - 8,114,1,114,3,114,1575,8,114,1,114,1,114,1,114,3,114,1580,8,114, - 1,114,3,114,1583,8,114,1,115,1,115,1,115,1,115,1,115,5,115,1590, - 8,115,10,115,12,115,1593,9,115,1,116,1,116,3,116,1597,8,116,1,116, - 1,116,3,116,1601,8,116,1,117,1,117,1,117,3,117,1606,8,117,1,118, - 1,118,1,118,1,118,3,118,1612,8,118,1,118,1,118,1,118,3,118,1617, - 8,118,5,118,1619,8,118,10,118,12,118,1622,9,118,1,119,1,119,1,119, - 1,119,1,119,1,119,1,119,1,119,1,119,1,119,1,119,1,119,1,119,1,119, - 1,119,1,119,3,119,1640,8,119,1,120,1,120,1,120,1,120,5,120,1646, - 8,120,10,120,12,120,1649,9,120,1,121,1,121,1,121,4,121,1654,8,121, - 11,121,12,121,1655,1,121,1,121,3,121,1660,8,121,1,122,1,122,3,122, - 1664,8,122,1,123,1,123,1,123,1,123,1,123,1,123,1,123,1,123,3,123, - 1674,8,123,1,124,1,124,1,124,1,124,1,124,1,124,1,124,1,124,1,124, - 1,124,1,124,1,124,1,124,1,124,1,124,1,124,1,124,1,124,1,124,1,124, - 1,124,1,124,1,124,1,124,3,124,1700,8,124,1,125,1,125,1,125,1,125, - 5,125,1706,8,125,10,125,12,125,1709,9,125,1,126,1,126,1,126,1,126, - 1,126,1,126,1,126,1,126,1,126,3,126,1720,8,126,1,127,1,127,1,127, - 1,127,1,127,1,128,1,128,1,128,1,129,1,129,1,130,1,130,1,130,1,130, - 1,130,1,130,1,130,1,130,1,130,1,130,3,130,1742,8,130,3,130,1744, - 8,130,1,130,1,130,1,130,1,130,1,130,1,130,1,130,1,130,1,130,3,130, - 1755,8,130,1,130,5,130,1758,8,130,10,130,12,130,1761,9,130,1,131, - 3,131,1764,8,131,1,131,1,131,3,131,1768,8,131,1,131,1,131,1,131, - 1,131,1,131,3,131,1775,8,131,1,131,1,131,1,131,1,131,1,131,5,131, - 1782,8,131,10,131,12,131,1785,9,131,1,131,1,131,1,131,3,131,1790, - 8,131,1,131,1,131,1,131,1,131,1,131,1,131,1,131,1,131,1,131,1,131, - 1,131,3,131,1803,8,131,1,131,1,131,1,131,1,131,1,131,3,131,1810, - 8,131,1,131,1,131,1,131,3,131,1815,8,131,1,131,1,131,1,131,1,131, - 3,131,1821,8,131,1,131,1,131,1,131,1,131,1,131,3,131,1828,8,131, - 1,131,1,131,1,131,1,131,1,131,3,131,1835,8,131,3,131,1837,8,131, - 1,132,3,132,1840,8,132,1,132,1,132,1,132,1,132,1,132,1,132,1,132, - 1,132,5,132,1850,8,132,10,132,12,132,1853,9,132,1,132,1,132,3,132, - 1857,8,132,1,132,3,132,1860,8,132,1,132,1,132,1,132,1,132,3,132, - 1866,8,132,3,132,1868,8,132,1,133,1,133,1,133,1,133,3,133,1874,8, - 133,1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133, - 1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133,5,133,1895, - 8,133,10,133,12,133,1898,9,133,1,134,1,134,1,134,1,134,1,134,3,134, - 1905,8,134,1,134,1,134,1,134,5,134,1910,8,134,10,134,12,134,1913, - 9,134,3,134,1915,8,134,1,134,1,134,3,134,1919,8,134,1,135,1,135, - 1,135,4,135,1924,8,135,11,135,12,135,1925,1,135,1,135,3,135,1930, - 8,135,1,135,1,135,1,135,1,135,1,135,4,135,1937,8,135,11,135,12,135, - 1938,1,135,1,135,3,135,1943,8,135,1,135,1,135,1,135,1,135,1,135, - 1,135,1,135,1,135,1,135,1,135,1,135,1,135,1,135,1,135,3,135,1959, - 8,135,1,135,1,135,1,135,1,135,1,135,1,135,1,135,3,135,1968,8,135, - 1,135,1,135,1,135,1,135,1,135,1,135,1,135,1,135,1,135,1,135,1,135, - 1,135,1,135,1,135,1,135,1,135,1,135,1,135,1,135,1,135,1,135,1,135, - 1,135,1,135,1,135,1,135,3,135,1996,8,135,1,135,1,135,1,135,1,135, - 1,135,5,135,2003,8,135,10,135,12,135,2006,9,135,1,136,1,136,1,137, - 1,137,1,137,1,137,3,137,2014,8,137,1,138,1,138,1,138,1,138,3,138, - 2020,8,138,1,139,1,139,3,139,2024,8,139,1,140,1,140,1,140,1,140, - 3,140,2030,8,140,1,141,1,141,1,142,1,142,1,143,1,143,3,143,2038, - 8,143,1,144,1,144,1,144,3,144,2043,8,144,1,145,1,145,3,145,2047, - 8,145,1,146,1,146,1,146,4,146,2052,8,146,11,146,12,146,2053,1,147, - 1,147,1,147,3,147,2059,8,147,1,148,1,148,1,148,1,148,1,148,1,149, - 3,149,2067,8,149,1,149,1,149,3,149,2071,8,149,1,150,3,150,2074,8, - 150,1,150,1,150,3,150,2078,8,150,1,151,1,151,1,151,1,152,1,152,4, - 152,2085,8,152,11,152,12,152,2086,1,152,3,152,2090,8,152,1,153,1, - 153,1,153,1,153,1,154,1,154,1,154,5,154,2099,8,154,10,154,12,154, - 2102,9,154,1,155,1,155,1,155,3,155,2107,8,155,1,156,1,156,1,157, - 1,157,1,158,1,158,1,158,1,158,1,158,1,159,1,159,1,160,1,160,1,161, - 1,161,1,161,3,161,2125,8,161,1,162,1,162,1,162,3,162,2130,8,162, - 1,163,1,163,1,163,3,163,2135,8,163,1,163,1,163,1,163,1,163,1,163, - 3,163,2142,8,163,3,163,2144,8,163,1,164,1,164,1,164,3,164,2149,8, - 164,1,164,1,164,1,164,1,164,1,164,3,164,2156,8,164,3,164,2158,8, - 164,1,165,1,165,1,165,3,165,2163,8,165,1,165,1,165,1,165,1,165,1, - 165,3,165,2170,8,165,3,165,2172,8,165,1,166,1,166,1,166,3,166,2177, - 8,166,1,166,1,166,1,166,1,166,1,166,3,166,2184,8,166,3,166,2186, - 8,166,1,167,1,167,1,167,5,167,2191,8,167,10,167,12,167,2194,9,167, - 1,168,1,168,1,168,1,169,1,169,1,169,1,169,1,170,1,170,1,170,1,171, - 1,171,1,171,1,171,5,171,2210,8,171,10,171,12,171,2213,9,171,1,171, - 1,171,1,172,1,172,3,172,2219,8,172,1,172,3,172,2222,8,172,1,173, - 1,173,1,173,3,173,2227,8,173,1,174,1,174,1,174,1,174,3,174,2233, - 8,174,1,175,1,175,1,175,1,175,1,175,1,175,3,175,2241,8,175,1,176, - 1,176,1,176,1,176,1,176,1,176,1,176,1,176,1,176,1,176,1,176,1,176, - 1,176,1,176,3,176,2257,8,176,1,177,1,177,1,177,1,177,1,177,1,177, - 1,177,3,177,2266,8,177,1,178,1,178,1,179,1,179,1,180,1,180,1,180, - 1,180,3,180,2276,8,180,1,180,1,180,1,180,1,180,1,180,3,180,2283, - 8,180,1,180,3,180,2286,8,180,1,181,1,181,1,181,1,182,1,182,1,183, - 1,183,1,184,1,184,1,185,1,185,1,186,1,186,1,187,1,187,1,188,1,188, - 1,189,1,189,1,190,1,190,1,191,1,191,1,192,1,192,1,192,1,2192,5,158, - 178,260,266,270,193,0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32, - 34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76, - 78,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114, - 116,118,120,122,124,126,128,130,132,134,136,138,140,142,144,146, - 148,150,152,154,156,158,160,162,164,166,168,170,172,174,176,178, - 180,182,184,186,188,190,192,194,196,198,200,202,204,206,208,210, - 212,214,216,218,220,222,224,226,228,230,232,234,236,238,240,242, - 244,246,248,250,252,254,256,258,260,262,264,266,268,270,272,274, - 276,278,280,282,284,286,288,290,292,294,296,298,300,302,304,306, - 308,310,312,314,316,318,320,322,324,326,328,330,332,334,336,338, - 340,342,344,346,348,350,352,354,356,358,360,362,364,366,368,370, - 372,374,376,378,380,382,384,0,47,2,0,109,109,451,451,3,0,45,45,128, - 128,189,189,4,0,42,42,90,90,423,423,465,465,2,0,442,442,448,448, - 2,0,151,151,170,170,2,0,438,438,490,490,2,0,483,486,488,488,3,0, - 32,32,91,91,245,245,11,0,28,29,35,35,46,46,92,92,178,179,345,345, - 361,361,379,379,382,382,388,388,417,418,2,0,434,434,436,436,4,0, - 101,102,115,115,144,144,247,247,2,0,13,13,232,232,2,0,456,456,463, - 463,3,0,5,5,271,271,445,445,3,0,267,267,456,456,463,463,3,0,426, - 426,459,459,478,478,3,0,331,331,466,466,482,482,2,0,441,441,491, - 491,2,0,183,183,266,266,3,0,130,130,180,180,403,403,4,0,152,152, - 174,174,202,202,318,318,3,0,446,446,460,460,500,500,4,0,251,251, - 447,447,495,497,499,499,2,0,74,74,321,321,3,0,460,460,493,493,500, - 500,2,0,440,440,451,451,2,0,458,458,468,468,4,0,140,140,245,245, - 398,398,405,405,2,0,19,19,370,370,2,0,5,5,11,11,2,0,510,510,530, - 531,4,0,453,453,528,528,532,532,535,535,2,0,530,531,533,533,1,0, - 530,531,1,0,539,540,2,0,539,539,542,542,4,0,453,453,528,528,530, - 532,534,535,3,0,242,242,509,510,530,531,2,0,140,140,398,398,2,0, - 5,5,113,113,10,0,97,97,165,165,223,223,230,230,335,335,437,437,471, - 471,473,473,489,489,503,503,15,0,97,97,165,165,223,223,230,230,335, - 335,428,428,437,437,443,443,449,450,455,455,461,461,471,476,489, - 489,492,492,503,504,11,0,5,5,13,13,33,33,78,78,84,85,113,113,201, - 201,208,209,390,390,414,414,528,528,3,0,78,78,84,85,208,209,2,0, - 91,91,379,380,53,0,4,4,13,13,23,23,38,38,41,41,43,44,54,54,56,56, - 69,69,75,75,98,99,107,107,119,119,134,134,139,139,143,143,145,145, - 160,160,165,165,167,167,187,188,190,195,198,198,200,200,202,202, - 206,206,210,210,215,215,221,221,223,224,230,230,244,244,246,246, - 265,265,277,277,282,282,284,284,294,294,318,318,322,324,335,335, - 358,359,365,365,368,368,381,381,396,396,399,400,409,409,420,421, - 437,437,470,470,489,489,503,503,1,0,438,505,2519,0,389,1,0,0,0,2, - 399,1,0,0,0,4,413,1,0,0,0,6,415,1,0,0,0,8,431,1,0,0,0,10,435,1,0, - 0,0,12,437,1,0,0,0,14,440,1,0,0,0,16,451,1,0,0,0,18,459,1,0,0,0, - 20,467,1,0,0,0,22,469,1,0,0,0,24,521,1,0,0,0,26,523,1,0,0,0,28,530, - 1,0,0,0,30,534,1,0,0,0,32,538,1,0,0,0,34,542,1,0,0,0,36,596,1,0, - 0,0,38,602,1,0,0,0,40,608,1,0,0,0,42,610,1,0,0,0,44,652,1,0,0,0, - 46,666,1,0,0,0,48,668,1,0,0,0,50,679,1,0,0,0,52,683,1,0,0,0,54,685, - 1,0,0,0,56,687,1,0,0,0,58,735,1,0,0,0,60,737,1,0,0,0,62,741,1,0, - 0,0,64,749,1,0,0,0,66,757,1,0,0,0,68,761,1,0,0,0,70,796,1,0,0,0, - 72,812,1,0,0,0,74,814,1,0,0,0,76,824,1,0,0,0,78,826,1,0,0,0,80,833, - 1,0,0,0,82,835,1,0,0,0,84,843,1,0,0,0,86,851,1,0,0,0,88,853,1,0, - 0,0,90,857,1,0,0,0,92,861,1,0,0,0,94,884,1,0,0,0,96,888,1,0,0,0, - 98,890,1,0,0,0,100,906,1,0,0,0,102,908,1,0,0,0,104,913,1,0,0,0,106, - 925,1,0,0,0,108,944,1,0,0,0,110,964,1,0,0,0,112,975,1,0,0,0,114, - 977,1,0,0,0,116,990,1,0,0,0,118,997,1,0,0,0,120,1000,1,0,0,0,122, - 1009,1,0,0,0,124,1013,1,0,0,0,126,1017,1,0,0,0,128,1020,1,0,0,0, - 130,1028,1,0,0,0,132,1033,1,0,0,0,134,1050,1,0,0,0,136,1057,1,0, - 0,0,138,1067,1,0,0,0,140,1076,1,0,0,0,142,1086,1,0,0,0,144,1105, - 1,0,0,0,146,1107,1,0,0,0,148,1120,1,0,0,0,150,1123,1,0,0,0,152,1132, - 1,0,0,0,154,1143,1,0,0,0,156,1156,1,0,0,0,158,1191,1,0,0,0,160,1210, - 1,0,0,0,162,1219,1,0,0,0,164,1228,1,0,0,0,166,1247,1,0,0,0,168,1269, - 1,0,0,0,170,1271,1,0,0,0,172,1301,1,0,0,0,174,1315,1,0,0,0,176,1317, - 1,0,0,0,178,1331,1,0,0,0,180,1357,1,0,0,0,182,1390,1,0,0,0,184,1392, - 1,0,0,0,186,1398,1,0,0,0,188,1400,1,0,0,0,190,1405,1,0,0,0,192,1410, - 1,0,0,0,194,1422,1,0,0,0,196,1439,1,0,0,0,198,1441,1,0,0,0,200,1443, - 1,0,0,0,202,1452,1,0,0,0,204,1454,1,0,0,0,206,1457,1,0,0,0,208,1507, - 1,0,0,0,210,1509,1,0,0,0,212,1512,1,0,0,0,214,1514,1,0,0,0,216,1521, - 1,0,0,0,218,1523,1,0,0,0,220,1525,1,0,0,0,222,1528,1,0,0,0,224,1537, - 1,0,0,0,226,1542,1,0,0,0,228,1556,1,0,0,0,230,1584,1,0,0,0,232,1594, - 1,0,0,0,234,1602,1,0,0,0,236,1607,1,0,0,0,238,1639,1,0,0,0,240,1641, - 1,0,0,0,242,1650,1,0,0,0,244,1661,1,0,0,0,246,1673,1,0,0,0,248,1699, - 1,0,0,0,250,1701,1,0,0,0,252,1719,1,0,0,0,254,1721,1,0,0,0,256,1726, - 1,0,0,0,258,1729,1,0,0,0,260,1743,1,0,0,0,262,1836,1,0,0,0,264,1867, - 1,0,0,0,266,1873,1,0,0,0,268,1918,1,0,0,0,270,1995,1,0,0,0,272,2007, - 1,0,0,0,274,2013,1,0,0,0,276,2019,1,0,0,0,278,2023,1,0,0,0,280,2029, - 1,0,0,0,282,2031,1,0,0,0,284,2033,1,0,0,0,286,2037,1,0,0,0,288,2039, - 1,0,0,0,290,2044,1,0,0,0,292,2051,1,0,0,0,294,2055,1,0,0,0,296,2060, - 1,0,0,0,298,2070,1,0,0,0,300,2073,1,0,0,0,302,2079,1,0,0,0,304,2089, - 1,0,0,0,306,2091,1,0,0,0,308,2095,1,0,0,0,310,2106,1,0,0,0,312,2108, - 1,0,0,0,314,2110,1,0,0,0,316,2112,1,0,0,0,318,2117,1,0,0,0,320,2119, - 1,0,0,0,322,2121,1,0,0,0,324,2126,1,0,0,0,326,2143,1,0,0,0,328,2157, - 1,0,0,0,330,2171,1,0,0,0,332,2185,1,0,0,0,334,2187,1,0,0,0,336,2195, - 1,0,0,0,338,2198,1,0,0,0,340,2202,1,0,0,0,342,2205,1,0,0,0,344,2216, - 1,0,0,0,346,2226,1,0,0,0,348,2232,1,0,0,0,350,2240,1,0,0,0,352,2256, - 1,0,0,0,354,2265,1,0,0,0,356,2267,1,0,0,0,358,2269,1,0,0,0,360,2285, - 1,0,0,0,362,2287,1,0,0,0,364,2290,1,0,0,0,366,2292,1,0,0,0,368,2294, - 1,0,0,0,370,2296,1,0,0,0,372,2298,1,0,0,0,374,2300,1,0,0,0,376,2302, - 1,0,0,0,378,2304,1,0,0,0,380,2306,1,0,0,0,382,2308,1,0,0,0,384,2310, - 1,0,0,0,386,388,3,2,1,0,387,386,1,0,0,0,388,391,1,0,0,0,389,387, - 1,0,0,0,389,390,1,0,0,0,390,392,1,0,0,0,391,389,1,0,0,0,392,393, - 5,0,0,1,393,1,1,0,0,0,394,396,3,4,2,0,395,397,5,522,0,0,396,395, - 1,0,0,0,396,397,1,0,0,0,397,400,1,0,0,0,398,400,3,6,3,0,399,394, - 1,0,0,0,399,398,1,0,0,0,400,3,1,0,0,0,401,414,3,8,4,0,402,414,3, - 10,5,0,403,414,3,12,6,0,404,414,3,14,7,0,405,414,3,20,10,0,406,414, - 3,24,12,0,407,414,3,26,13,0,408,414,3,28,14,0,409,414,3,30,15,0, - 410,414,3,32,16,0,411,414,3,34,17,0,412,414,3,36,18,0,413,401,1, - 0,0,0,413,402,1,0,0,0,413,403,1,0,0,0,413,404,1,0,0,0,413,405,1, - 0,0,0,413,406,1,0,0,0,413,407,1,0,0,0,413,408,1,0,0,0,413,409,1, - 0,0,0,413,410,1,0,0,0,413,411,1,0,0,0,413,412,1,0,0,0,414,5,1,0, - 0,0,415,416,5,522,0,0,416,7,1,0,0,0,417,432,3,40,20,0,418,432,3, - 104,52,0,419,432,3,106,53,0,420,432,3,108,54,0,421,432,3,102,51, - 0,422,432,3,114,57,0,423,432,3,128,64,0,424,432,3,130,65,0,425,432, - 3,132,66,0,426,432,3,134,67,0,427,432,3,136,68,0,428,432,3,138,69, - 0,429,432,3,140,70,0,430,432,3,142,71,0,431,417,1,0,0,0,431,418, - 1,0,0,0,431,419,1,0,0,0,431,420,1,0,0,0,431,421,1,0,0,0,431,422, - 1,0,0,0,431,423,1,0,0,0,431,424,1,0,0,0,431,425,1,0,0,0,431,426, - 1,0,0,0,431,427,1,0,0,0,431,428,1,0,0,0,431,429,1,0,0,0,431,430, - 1,0,0,0,432,9,1,0,0,0,433,436,3,158,79,0,434,436,3,144,72,0,435, - 433,1,0,0,0,435,434,1,0,0,0,436,11,1,0,0,0,437,438,7,0,0,0,438,439, - 3,328,164,0,439,13,1,0,0,0,440,444,5,135,0,0,441,445,3,16,8,0,442, - 443,5,480,0,0,443,445,5,146,0,0,444,441,1,0,0,0,444,442,1,0,0,0, - 444,445,1,0,0,0,445,449,1,0,0,0,446,450,3,10,5,0,447,450,3,146,73, - 0,448,450,3,156,78,0,449,446,1,0,0,0,449,447,1,0,0,0,449,448,1,0, - 0,0,450,15,1,0,0,0,451,456,3,18,9,0,452,453,5,521,0,0,453,455,3, - 18,9,0,454,452,1,0,0,0,455,458,1,0,0,0,456,454,1,0,0,0,456,457,1, - 0,0,0,457,17,1,0,0,0,458,456,1,0,0,0,459,460,7,1,0,0,460,19,1,0, - 0,0,461,462,5,411,0,0,462,463,5,442,0,0,463,468,3,318,159,0,464, - 465,5,411,0,0,465,468,3,322,161,0,466,468,3,22,11,0,467,461,1,0, - 0,0,467,464,1,0,0,0,467,466,1,0,0,0,468,21,1,0,0,0,469,470,5,411, - 0,0,470,471,5,228,0,0,471,476,3,334,167,0,472,473,5,521,0,0,473, - 475,3,334,167,0,474,472,1,0,0,0,475,478,1,0,0,0,476,474,1,0,0,0, - 476,477,1,0,0,0,477,23,1,0,0,0,478,476,1,0,0,0,479,480,5,342,0,0, - 480,522,7,2,0,0,481,482,5,342,0,0,482,483,5,76,0,0,483,522,7,3,0, - 0,484,485,5,342,0,0,485,488,5,375,0,0,486,487,7,4,0,0,487,489,3, - 322,161,0,488,486,1,0,0,0,488,489,1,0,0,0,489,491,1,0,0,0,490,492, - 3,264,132,0,491,490,1,0,0,0,491,492,1,0,0,0,492,522,1,0,0,0,493, - 494,5,342,0,0,494,495,5,58,0,0,495,498,7,4,0,0,496,499,3,330,165, - 0,497,499,3,328,164,0,498,496,1,0,0,0,498,497,1,0,0,0,499,501,1, - 0,0,0,500,502,3,264,132,0,501,500,1,0,0,0,501,502,1,0,0,0,502,522, - 1,0,0,0,503,504,5,342,0,0,504,509,5,72,0,0,505,506,5,374,0,0,506, - 510,3,328,164,0,507,508,5,502,0,0,508,510,3,330,165,0,509,505,1, - 0,0,0,509,507,1,0,0,0,510,522,1,0,0,0,511,513,5,342,0,0,512,514, - 5,412,0,0,513,512,1,0,0,0,513,514,1,0,0,0,514,515,1,0,0,0,515,522, - 5,154,0,0,516,518,5,342,0,0,517,519,5,152,0,0,518,517,1,0,0,0,518, - 519,1,0,0,0,519,520,1,0,0,0,520,522,5,228,0,0,521,479,1,0,0,0,521, - 481,1,0,0,0,521,484,1,0,0,0,521,493,1,0,0,0,521,503,1,0,0,0,521, - 511,1,0,0,0,521,516,1,0,0,0,522,25,1,0,0,0,523,524,5,469,0,0,524, - 525,5,227,0,0,525,528,3,334,167,0,526,527,5,434,0,0,527,529,3,342, - 171,0,528,526,1,0,0,0,528,529,1,0,0,0,529,27,1,0,0,0,530,531,5,501, - 0,0,531,532,5,227,0,0,532,533,3,334,167,0,533,29,1,0,0,0,534,536, - 5,341,0,0,535,537,3,344,172,0,536,535,1,0,0,0,536,537,1,0,0,0,537, - 31,1,0,0,0,538,540,5,313,0,0,539,541,3,346,173,0,540,539,1,0,0,0, - 540,541,1,0,0,0,541,33,1,0,0,0,542,543,7,5,0,0,543,544,5,464,0,0, - 544,545,3,112,56,0,545,35,1,0,0,0,546,547,5,438,0,0,547,548,5,464, - 0,0,548,549,5,434,0,0,549,552,3,38,19,0,550,551,5,17,0,0,551,553, - 3,334,167,0,552,550,1,0,0,0,552,553,1,0,0,0,553,597,1,0,0,0,554, - 555,5,438,0,0,555,556,5,457,0,0,556,557,5,434,0,0,557,560,3,38,19, - 0,558,559,5,17,0,0,559,561,3,334,167,0,560,558,1,0,0,0,560,561,1, - 0,0,0,561,564,1,0,0,0,562,563,5,312,0,0,563,565,3,334,167,0,564, - 562,1,0,0,0,564,565,1,0,0,0,565,597,1,0,0,0,566,567,5,438,0,0,567, - 568,7,6,0,0,568,569,5,434,0,0,569,570,3,38,19,0,570,571,5,312,0, - 0,571,572,3,334,167,0,572,597,1,0,0,0,573,574,5,438,0,0,574,575, - 5,487,0,0,575,597,3,38,19,0,576,577,5,438,0,0,577,578,5,454,0,0, - 578,579,5,457,0,0,579,580,5,434,0,0,580,581,3,38,19,0,581,582,5, - 312,0,0,582,583,3,334,167,0,583,584,5,467,0,0,584,585,3,334,167, - 0,585,597,1,0,0,0,586,587,5,438,0,0,587,588,5,444,0,0,588,589,5, - 457,0,0,589,590,5,434,0,0,590,591,3,38,19,0,591,592,5,146,0,0,592, - 593,3,334,167,0,593,594,5,17,0,0,594,595,3,334,167,0,595,597,1,0, - 0,0,596,546,1,0,0,0,596,554,1,0,0,0,596,566,1,0,0,0,596,573,1,0, - 0,0,596,576,1,0,0,0,596,586,1,0,0,0,597,37,1,0,0,0,598,600,5,535, - 0,0,599,598,1,0,0,0,599,600,1,0,0,0,600,601,1,0,0,0,601,603,3,334, - 167,0,602,599,1,0,0,0,603,604,1,0,0,0,604,602,1,0,0,0,604,605,1, - 0,0,0,605,39,1,0,0,0,606,609,3,42,21,0,607,609,3,44,22,0,608,606, - 1,0,0,0,608,607,1,0,0,0,609,41,1,0,0,0,610,612,5,72,0,0,611,613, - 5,498,0,0,612,611,1,0,0,0,612,613,1,0,0,0,613,614,1,0,0,0,614,616, - 5,374,0,0,615,617,3,338,169,0,616,615,1,0,0,0,616,617,1,0,0,0,617, - 618,1,0,0,0,618,619,3,326,163,0,619,620,5,517,0,0,620,625,3,46,23, - 0,621,622,5,521,0,0,622,624,3,46,23,0,623,621,1,0,0,0,624,627,1, - 0,0,0,625,623,1,0,0,0,625,626,1,0,0,0,626,630,1,0,0,0,627,625,1, - 0,0,0,628,629,5,521,0,0,629,631,3,82,41,0,630,628,1,0,0,0,630,631, - 1,0,0,0,631,634,1,0,0,0,632,633,5,521,0,0,633,635,3,84,42,0,634, - 632,1,0,0,0,634,635,1,0,0,0,635,638,1,0,0,0,636,637,5,521,0,0,637, - 639,3,88,44,0,638,636,1,0,0,0,638,639,1,0,0,0,639,640,1,0,0,0,640, - 643,5,518,0,0,641,642,5,59,0,0,642,644,5,538,0,0,643,641,1,0,0,0, - 643,644,1,0,0,0,644,646,1,0,0,0,645,647,3,90,45,0,646,645,1,0,0, - 0,646,647,1,0,0,0,647,648,1,0,0,0,648,650,3,336,168,0,649,651,3, - 98,49,0,650,649,1,0,0,0,650,651,1,0,0,0,651,43,1,0,0,0,652,653,5, - 72,0,0,653,655,5,374,0,0,654,656,3,338,169,0,655,654,1,0,0,0,655, - 656,1,0,0,0,656,657,1,0,0,0,657,658,3,326,163,0,658,661,3,336,168, - 0,659,660,5,17,0,0,660,662,3,158,79,0,661,659,1,0,0,0,661,662,1, - 0,0,0,662,45,1,0,0,0,663,667,3,48,24,0,664,667,3,74,37,0,665,667, - 3,78,39,0,666,663,1,0,0,0,666,664,1,0,0,0,666,665,1,0,0,0,667,47, - 1,0,0,0,668,669,3,50,25,0,669,671,3,58,29,0,670,672,3,72,36,0,671, - 670,1,0,0,0,671,672,1,0,0,0,672,675,1,0,0,0,673,674,5,59,0,0,674, - 676,5,538,0,0,675,673,1,0,0,0,675,676,1,0,0,0,676,49,1,0,0,0,677, - 680,3,334,167,0,678,680,3,258,129,0,679,677,1,0,0,0,679,678,1,0, - 0,0,680,51,1,0,0,0,681,684,3,334,167,0,682,684,4,26,0,0,683,681, - 1,0,0,0,683,682,1,0,0,0,684,53,1,0,0,0,685,686,3,334,167,0,686,55, - 1,0,0,0,687,688,5,517,0,0,688,693,3,52,26,0,689,690,5,521,0,0,690, - 692,3,52,26,0,691,689,1,0,0,0,692,695,1,0,0,0,693,691,1,0,0,0,693, - 694,1,0,0,0,694,696,1,0,0,0,695,693,1,0,0,0,696,697,5,518,0,0,697, - 57,1,0,0,0,698,736,7,7,0,0,699,701,7,8,0,0,700,702,3,60,30,0,701, - 700,1,0,0,0,701,702,1,0,0,0,702,736,1,0,0,0,703,705,5,380,0,0,704, - 706,3,60,30,0,705,704,1,0,0,0,705,706,1,0,0,0,706,713,1,0,0,0,707, - 709,7,9,0,0,708,710,5,207,0,0,709,708,1,0,0,0,709,710,1,0,0,0,710, - 711,1,0,0,0,711,712,5,379,0,0,712,714,5,505,0,0,713,707,1,0,0,0, - 713,714,1,0,0,0,714,736,1,0,0,0,715,717,7,10,0,0,716,718,3,62,31, - 0,717,716,1,0,0,0,717,718,1,0,0,0,718,736,1,0,0,0,719,721,7,11,0, - 0,720,722,3,66,33,0,721,720,1,0,0,0,721,722,1,0,0,0,722,736,1,0, - 0,0,723,725,5,470,0,0,724,726,3,68,34,0,725,724,1,0,0,0,725,726, - 1,0,0,0,726,736,1,0,0,0,727,729,5,322,0,0,728,730,3,70,35,0,729, - 728,1,0,0,0,729,730,1,0,0,0,730,736,1,0,0,0,731,733,5,295,0,0,732, - 734,3,64,32,0,733,732,1,0,0,0,733,734,1,0,0,0,734,736,1,0,0,0,735, - 698,1,0,0,0,735,699,1,0,0,0,735,703,1,0,0,0,735,715,1,0,0,0,735, - 719,1,0,0,0,735,723,1,0,0,0,735,727,1,0,0,0,735,731,1,0,0,0,736, - 59,1,0,0,0,737,738,5,517,0,0,738,739,3,366,183,0,739,740,5,518,0, - 0,740,61,1,0,0,0,741,742,5,517,0,0,742,745,3,366,183,0,743,744,5, - 521,0,0,744,746,3,366,183,0,745,743,1,0,0,0,745,746,1,0,0,0,746, - 747,1,0,0,0,747,748,5,518,0,0,748,63,1,0,0,0,749,750,5,517,0,0,750, - 753,3,364,182,0,751,752,5,521,0,0,752,754,3,364,182,0,753,751,1, - 0,0,0,753,754,1,0,0,0,754,755,1,0,0,0,755,756,5,518,0,0,756,65,1, - 0,0,0,757,758,5,508,0,0,758,759,3,58,29,0,759,760,5,507,0,0,760, - 67,1,0,0,0,761,762,5,508,0,0,762,763,3,58,29,0,763,764,5,521,0,0, - 764,765,3,58,29,0,765,766,1,0,0,0,766,767,5,507,0,0,767,69,1,0,0, - 0,768,769,5,508,0,0,769,770,3,52,26,0,770,777,3,58,29,0,771,772, - 5,521,0,0,772,773,3,52,26,0,773,774,3,58,29,0,774,776,1,0,0,0,775, - 771,1,0,0,0,776,779,1,0,0,0,777,775,1,0,0,0,777,778,1,0,0,0,778, - 780,1,0,0,0,779,777,1,0,0,0,780,781,5,507,0,0,781,797,1,0,0,0,782, - 783,5,517,0,0,783,784,3,52,26,0,784,791,3,58,29,0,785,786,5,521, - 0,0,786,787,3,52,26,0,787,788,3,58,29,0,788,790,1,0,0,0,789,785, - 1,0,0,0,790,793,1,0,0,0,791,789,1,0,0,0,791,792,1,0,0,0,792,794, - 1,0,0,0,793,791,1,0,0,0,794,795,5,518,0,0,795,797,1,0,0,0,796,768, - 1,0,0,0,796,782,1,0,0,0,797,71,1,0,0,0,798,799,5,64,0,0,799,801, - 3,86,43,0,800,798,1,0,0,0,800,801,1,0,0,0,801,802,1,0,0,0,802,803, - 5,289,0,0,803,806,5,467,0,0,804,805,5,242,0,0,805,807,5,125,0,0, - 806,804,1,0,0,0,806,807,1,0,0,0,807,813,1,0,0,0,808,810,5,242,0, - 0,809,808,1,0,0,0,809,810,1,0,0,0,810,811,1,0,0,0,811,813,5,245, - 0,0,812,800,1,0,0,0,812,809,1,0,0,0,813,73,1,0,0,0,814,815,3,50, - 25,0,815,816,3,58,29,0,816,819,5,219,0,0,817,818,5,151,0,0,818,820, - 3,76,38,0,819,817,1,0,0,0,819,820,1,0,0,0,820,822,1,0,0,0,821,823, - 5,424,0,0,822,821,1,0,0,0,822,823,1,0,0,0,823,75,1,0,0,0,824,825, - 5,538,0,0,825,77,1,0,0,0,826,827,3,50,25,0,827,828,5,17,0,0,828, - 831,3,80,40,0,829,830,5,59,0,0,830,832,5,538,0,0,831,829,1,0,0,0, - 831,832,1,0,0,0,832,79,1,0,0,0,833,834,3,258,129,0,834,81,1,0,0, - 0,835,836,5,425,0,0,836,837,5,146,0,0,837,838,3,52,26,0,838,839, - 5,17,0,0,839,840,3,258,129,0,840,83,1,0,0,0,841,842,5,64,0,0,842, - 844,3,86,43,0,843,841,1,0,0,0,843,844,1,0,0,0,844,845,1,0,0,0,845, - 846,5,289,0,0,846,847,5,467,0,0,847,848,3,56,28,0,848,849,5,242, - 0,0,849,850,5,125,0,0,850,85,1,0,0,0,851,852,3,310,155,0,852,87, - 1,0,0,0,853,854,5,278,0,0,854,855,5,146,0,0,855,856,5,372,0,0,856, - 89,1,0,0,0,857,858,5,270,0,0,858,859,5,34,0,0,859,860,3,92,46,0, - 860,91,1,0,0,0,861,862,5,517,0,0,862,867,3,94,47,0,863,864,5,521, - 0,0,864,866,3,94,47,0,865,863,1,0,0,0,866,869,1,0,0,0,867,865,1, - 0,0,0,867,868,1,0,0,0,868,870,1,0,0,0,869,867,1,0,0,0,870,871,5, - 518,0,0,871,93,1,0,0,0,872,885,3,52,26,0,873,874,5,517,0,0,874,879, - 3,96,48,0,875,876,5,521,0,0,876,878,3,96,48,0,877,875,1,0,0,0,878, - 881,1,0,0,0,879,877,1,0,0,0,879,880,1,0,0,0,880,882,1,0,0,0,881, - 879,1,0,0,0,882,883,5,518,0,0,883,885,1,0,0,0,884,872,1,0,0,0,884, - 873,1,0,0,0,885,95,1,0,0,0,886,889,3,286,143,0,887,889,3,360,180, - 0,888,886,1,0,0,0,888,887,1,0,0,0,889,97,1,0,0,0,890,891,5,203,0, - 0,891,900,3,328,164,0,892,896,5,517,0,0,893,895,3,100,50,0,894,893, - 1,0,0,0,895,898,1,0,0,0,896,894,1,0,0,0,896,897,1,0,0,0,897,899, - 1,0,0,0,898,896,1,0,0,0,899,901,5,518,0,0,900,892,1,0,0,0,900,901, - 1,0,0,0,901,99,1,0,0,0,902,903,7,12,0,0,903,907,7,13,0,0,904,905, - 7,14,0,0,905,907,7,15,0,0,906,902,1,0,0,0,906,904,1,0,0,0,907,101, - 1,0,0,0,908,909,5,72,0,0,909,910,5,442,0,0,910,911,3,320,160,0,911, - 912,3,336,168,0,912,103,1,0,0,0,913,914,5,72,0,0,914,916,5,448,0, - 0,915,917,3,338,169,0,916,915,1,0,0,0,916,917,1,0,0,0,917,918,1, - 0,0,0,918,921,3,324,162,0,919,920,5,59,0,0,920,922,5,538,0,0,921, - 919,1,0,0,0,921,922,1,0,0,0,922,923,1,0,0,0,923,924,3,336,168,0, - 924,105,1,0,0,0,925,927,5,72,0,0,926,928,5,498,0,0,927,926,1,0,0, - 0,927,928,1,0,0,0,928,929,1,0,0,0,929,931,5,502,0,0,930,932,3,338, - 169,0,931,930,1,0,0,0,931,932,1,0,0,0,932,933,1,0,0,0,933,935,3, - 332,166,0,934,936,3,56,28,0,935,934,1,0,0,0,935,936,1,0,0,0,936, - 939,1,0,0,0,937,938,5,59,0,0,938,940,5,538,0,0,939,937,1,0,0,0,939, - 940,1,0,0,0,940,941,1,0,0,0,941,942,5,17,0,0,942,943,3,158,79,0, - 943,107,1,0,0,0,944,948,5,72,0,0,945,949,5,498,0,0,946,947,5,498, - 0,0,947,949,5,371,0,0,948,945,1,0,0,0,948,946,1,0,0,0,948,949,1, - 0,0,0,949,950,1,0,0,0,950,952,5,153,0,0,951,953,3,338,169,0,952, - 951,1,0,0,0,952,953,1,0,0,0,953,954,1,0,0,0,954,955,3,272,136,0, - 955,956,5,17,0,0,956,959,3,310,155,0,957,958,5,196,0,0,958,960,7, - 16,0,0,959,957,1,0,0,0,959,960,1,0,0,0,960,962,1,0,0,0,961,963,3, - 110,55,0,962,961,1,0,0,0,962,963,1,0,0,0,963,109,1,0,0,0,964,965, - 5,413,0,0,965,966,5,464,0,0,966,972,3,112,56,0,967,968,5,521,0,0, - 968,969,5,464,0,0,969,971,3,112,56,0,970,967,1,0,0,0,971,974,1,0, - 0,0,972,970,1,0,0,0,972,973,1,0,0,0,973,111,1,0,0,0,974,972,1,0, - 0,0,975,976,5,538,0,0,976,113,1,0,0,0,977,978,5,8,0,0,978,980,5, - 374,0,0,979,981,3,340,170,0,980,979,1,0,0,0,980,981,1,0,0,0,981, - 982,1,0,0,0,982,988,3,328,164,0,983,989,3,116,58,0,984,989,3,118, - 59,0,985,989,3,120,60,0,986,989,3,122,61,0,987,989,3,124,62,0,988, - 983,1,0,0,0,988,984,1,0,0,0,988,985,1,0,0,0,988,986,1,0,0,0,988, - 987,1,0,0,0,989,115,1,0,0,0,990,992,5,312,0,0,991,993,3,334,167, - 0,992,991,1,0,0,0,992,993,1,0,0,0,993,994,1,0,0,0,994,995,5,389, - 0,0,995,996,3,334,167,0,996,117,1,0,0,0,997,998,5,341,0,0,998,999, - 3,342,171,0,999,119,1,0,0,0,1000,1001,5,438,0,0,1001,1002,5,64,0, - 0,1002,1003,3,86,43,0,1003,1004,5,289,0,0,1004,1005,5,467,0,0,1005, - 1007,3,56,28,0,1006,1008,3,126,63,0,1007,1006,1,0,0,0,1007,1008, - 1,0,0,0,1008,121,1,0,0,0,1009,1010,5,116,0,0,1010,1011,5,64,0,0, - 1011,1012,3,86,43,0,1012,123,1,0,0,0,1013,1014,5,438,0,0,1014,1015, - 5,404,0,0,1015,1016,3,56,28,0,1016,125,1,0,0,0,1017,1018,5,242,0, - 0,1018,1019,5,125,0,0,1019,127,1,0,0,0,1020,1021,5,8,0,0,1021,1022, - 5,502,0,0,1022,1026,3,330,165,0,1023,1027,3,116,58,0,1024,1025,5, - 17,0,0,1025,1027,3,158,79,0,1026,1023,1,0,0,0,1026,1024,1,0,0,0, - 1027,129,1,0,0,0,1028,1029,5,8,0,0,1029,1030,5,448,0,0,1030,1031, - 3,322,161,0,1031,1032,3,118,59,0,1032,131,1,0,0,0,1033,1037,5,8, - 0,0,1034,1038,5,498,0,0,1035,1036,5,498,0,0,1036,1038,5,371,0,0, - 1037,1034,1,0,0,0,1037,1035,1,0,0,0,1037,1038,1,0,0,0,1038,1039, - 1,0,0,0,1039,1041,5,153,0,0,1040,1042,3,340,170,0,1041,1040,1,0, - 0,0,1041,1042,1,0,0,0,1042,1043,1,0,0,0,1043,1044,3,274,137,0,1044, - 1045,5,17,0,0,1045,1048,3,310,155,0,1046,1047,5,196,0,0,1047,1049, - 7,16,0,0,1048,1046,1,0,0,0,1048,1049,1,0,0,0,1049,133,1,0,0,0,1050, - 1051,5,116,0,0,1051,1053,5,442,0,0,1052,1054,3,340,170,0,1053,1052, - 1,0,0,0,1053,1054,1,0,0,0,1054,1055,1,0,0,0,1055,1056,3,318,159, - 0,1056,135,1,0,0,0,1057,1059,5,116,0,0,1058,1060,5,498,0,0,1059, - 1058,1,0,0,0,1059,1060,1,0,0,0,1060,1061,1,0,0,0,1061,1063,5,374, - 0,0,1062,1064,3,340,170,0,1063,1062,1,0,0,0,1063,1064,1,0,0,0,1064, - 1065,1,0,0,0,1065,1066,3,328,164,0,1066,137,1,0,0,0,1067,1068,5, - 116,0,0,1068,1070,5,448,0,0,1069,1071,3,340,170,0,1070,1069,1,0, - 0,0,1070,1071,1,0,0,0,1071,1072,1,0,0,0,1072,1074,3,322,161,0,1073, - 1075,7,17,0,0,1074,1073,1,0,0,0,1074,1075,1,0,0,0,1075,139,1,0,0, - 0,1076,1078,5,116,0,0,1077,1079,5,498,0,0,1078,1077,1,0,0,0,1078, - 1079,1,0,0,0,1079,1080,1,0,0,0,1080,1082,5,502,0,0,1081,1083,3,340, - 170,0,1082,1081,1,0,0,0,1082,1083,1,0,0,0,1083,1084,1,0,0,0,1084, - 1085,3,330,165,0,1085,141,1,0,0,0,1086,1090,5,116,0,0,1087,1091, - 5,498,0,0,1088,1089,5,498,0,0,1089,1091,5,371,0,0,1090,1087,1,0, - 0,0,1090,1088,1,0,0,0,1090,1091,1,0,0,0,1091,1092,1,0,0,0,1092,1094, - 5,153,0,0,1093,1095,3,340,170,0,1094,1093,1,0,0,0,1094,1095,1,0, - 0,0,1095,1096,1,0,0,0,1096,1097,3,274,137,0,1097,143,1,0,0,0,1098, - 1100,5,132,0,0,1099,1098,1,0,0,0,1099,1100,1,0,0,0,1100,1101,1,0, - 0,0,1101,1106,3,146,73,0,1102,1106,3,154,77,0,1103,1104,5,132,0, - 0,1104,1106,3,156,78,0,1105,1099,1,0,0,0,1105,1102,1,0,0,0,1105, - 1103,1,0,0,0,1106,145,1,0,0,0,1107,1108,5,177,0,0,1108,1109,7,18, - 0,0,1109,1118,3,328,164,0,1110,1112,3,148,74,0,1111,1110,1,0,0,0, - 1111,1112,1,0,0,0,1112,1114,1,0,0,0,1113,1115,3,56,28,0,1114,1113, - 1,0,0,0,1114,1115,1,0,0,0,1115,1116,1,0,0,0,1116,1119,3,158,79,0, - 1117,1119,3,150,75,0,1118,1111,1,0,0,0,1118,1117,1,0,0,0,1119,147, - 1,0,0,0,1120,1121,5,269,0,0,1121,1122,3,342,171,0,1122,149,1,0,0, - 0,1123,1124,5,415,0,0,1124,1129,3,152,76,0,1125,1126,5,521,0,0,1126, - 1128,3,152,76,0,1127,1125,1,0,0,0,1128,1131,1,0,0,0,1129,1127,1, - 0,0,0,1129,1130,1,0,0,0,1130,151,1,0,0,0,1131,1129,1,0,0,0,1132, - 1133,5,517,0,0,1133,1138,3,360,180,0,1134,1135,5,521,0,0,1135,1137, - 3,360,180,0,1136,1134,1,0,0,0,1137,1140,1,0,0,0,1138,1136,1,0,0, - 0,1138,1139,1,0,0,0,1139,1141,1,0,0,0,1140,1138,1,0,0,0,1141,1142, - 5,518,0,0,1142,153,1,0,0,0,1143,1144,5,24,0,0,1144,1145,5,355,0, - 0,1145,1146,5,341,0,0,1146,1150,5,522,0,0,1147,1148,3,146,73,0,1148, - 1149,5,522,0,0,1149,1151,1,0,0,0,1150,1147,1,0,0,0,1151,1152,1,0, - 0,0,1152,1150,1,0,0,0,1152,1153,1,0,0,0,1153,1154,1,0,0,0,1154,1155, - 5,122,0,0,1155,155,1,0,0,0,1156,1157,5,355,0,0,1157,1158,5,341,0, - 0,1158,1162,5,24,0,0,1159,1160,3,146,73,0,1160,1161,5,522,0,0,1161, - 1163,1,0,0,0,1162,1159,1,0,0,0,1163,1164,1,0,0,0,1164,1162,1,0,0, - 0,1164,1165,1,0,0,0,1165,1166,1,0,0,0,1166,1167,5,122,0,0,1167,157, - 1,0,0,0,1168,1169,6,79,-1,0,1169,1192,3,160,80,0,1170,1171,3,162, - 81,0,1171,1172,3,158,79,5,1172,1192,1,0,0,0,1173,1174,5,517,0,0, - 1174,1175,3,158,79,0,1175,1176,5,518,0,0,1176,1192,1,0,0,0,1177, - 1179,3,170,85,0,1178,1180,3,230,115,0,1179,1178,1,0,0,0,1179,1180, - 1,0,0,0,1180,1182,1,0,0,0,1181,1183,3,234,117,0,1182,1181,1,0,0, - 0,1182,1183,1,0,0,0,1183,1192,1,0,0,0,1184,1186,3,168,84,0,1185, - 1187,3,230,115,0,1186,1185,1,0,0,0,1186,1187,1,0,0,0,1187,1189,1, - 0,0,0,1188,1190,3,234,117,0,1189,1188,1,0,0,0,1189,1190,1,0,0,0, - 1190,1192,1,0,0,0,1191,1168,1,0,0,0,1191,1170,1,0,0,0,1191,1173, - 1,0,0,0,1191,1177,1,0,0,0,1191,1184,1,0,0,0,1192,1207,1,0,0,0,1193, - 1194,10,3,0,0,1194,1196,7,19,0,0,1195,1197,5,5,0,0,1196,1195,1,0, - 0,0,1196,1197,1,0,0,0,1197,1198,1,0,0,0,1198,1200,3,158,79,0,1199, - 1201,3,230,115,0,1200,1199,1,0,0,0,1200,1201,1,0,0,0,1201,1203,1, - 0,0,0,1202,1204,3,234,117,0,1203,1202,1,0,0,0,1203,1204,1,0,0,0, - 1204,1206,1,0,0,0,1205,1193,1,0,0,0,1206,1209,1,0,0,0,1207,1205, - 1,0,0,0,1207,1208,1,0,0,0,1208,159,1,0,0,0,1209,1207,1,0,0,0,1210, - 1211,5,415,0,0,1211,1216,3,258,129,0,1212,1213,5,521,0,0,1213,1215, - 3,258,129,0,1214,1212,1,0,0,0,1215,1218,1,0,0,0,1216,1214,1,0,0, - 0,1216,1217,1,0,0,0,1217,161,1,0,0,0,1218,1216,1,0,0,0,1219,1220, - 5,434,0,0,1220,1225,3,164,82,0,1221,1222,5,521,0,0,1222,1224,3,164, - 82,0,1223,1221,1,0,0,0,1224,1227,1,0,0,0,1225,1223,1,0,0,0,1225, - 1226,1,0,0,0,1226,163,1,0,0,0,1227,1225,1,0,0,0,1228,1240,3,166, - 83,0,1229,1230,5,517,0,0,1230,1235,3,52,26,0,1231,1232,5,521,0,0, - 1232,1234,3,52,26,0,1233,1231,1,0,0,0,1234,1237,1,0,0,0,1235,1233, - 1,0,0,0,1235,1236,1,0,0,0,1236,1238,1,0,0,0,1237,1235,1,0,0,0,1238, - 1239,5,518,0,0,1239,1241,1,0,0,0,1240,1229,1,0,0,0,1240,1241,1,0, - 0,0,1241,1242,1,0,0,0,1242,1243,5,17,0,0,1243,1244,5,517,0,0,1244, - 1245,3,158,79,0,1245,1246,5,518,0,0,1246,165,1,0,0,0,1247,1248,3, - 310,155,0,1248,167,1,0,0,0,1249,1251,3,170,85,0,1250,1252,3,176, - 88,0,1251,1250,1,0,0,0,1251,1252,1,0,0,0,1252,1254,1,0,0,0,1253, - 1255,3,204,102,0,1254,1253,1,0,0,0,1254,1255,1,0,0,0,1255,1257,1, - 0,0,0,1256,1258,3,206,103,0,1257,1256,1,0,0,0,1257,1258,1,0,0,0, - 1258,1260,1,0,0,0,1259,1261,3,220,110,0,1260,1259,1,0,0,0,1260,1261, - 1,0,0,0,1261,1263,1,0,0,0,1262,1264,3,222,111,0,1263,1262,1,0,0, - 0,1263,1264,1,0,0,0,1264,1270,1,0,0,0,1265,1266,3,170,85,0,1266, - 1267,3,176,88,0,1267,1268,3,228,114,0,1268,1270,1,0,0,0,1269,1249, - 1,0,0,0,1269,1265,1,0,0,0,1270,169,1,0,0,0,1271,1273,5,337,0,0,1272, - 1274,3,370,185,0,1273,1272,1,0,0,0,1273,1274,1,0,0,0,1274,1284,1, - 0,0,0,1275,1285,5,528,0,0,1276,1281,3,172,86,0,1277,1278,5,521,0, - 0,1278,1280,3,172,86,0,1279,1277,1,0,0,0,1280,1283,1,0,0,0,1281, - 1279,1,0,0,0,1281,1282,1,0,0,0,1282,1285,1,0,0,0,1283,1281,1,0,0, - 0,1284,1275,1,0,0,0,1284,1276,1,0,0,0,1285,171,1,0,0,0,1286,1302, - 3,174,87,0,1287,1292,3,258,129,0,1288,1290,5,17,0,0,1289,1288,1, - 0,0,0,1289,1290,1,0,0,0,1290,1291,1,0,0,0,1291,1293,3,52,26,0,1292, - 1289,1,0,0,0,1292,1293,1,0,0,0,1293,1302,1,0,0,0,1294,1299,3,52, - 26,0,1295,1297,5,17,0,0,1296,1295,1,0,0,0,1296,1297,1,0,0,0,1297, - 1298,1,0,0,0,1298,1300,3,258,129,0,1299,1296,1,0,0,0,1299,1300,1, - 0,0,0,1300,1302,1,0,0,0,1301,1286,1,0,0,0,1301,1287,1,0,0,0,1301, - 1294,1,0,0,0,1302,173,1,0,0,0,1303,1304,3,270,135,0,1304,1305,5, - 263,0,0,1305,1306,3,226,113,0,1306,1307,5,17,0,0,1307,1308,3,310, - 155,0,1308,1316,1,0,0,0,1309,1310,3,270,135,0,1310,1311,5,263,0, - 0,1311,1312,3,302,151,0,1312,1313,5,17,0,0,1313,1314,3,310,155,0, - 1314,1316,1,0,0,0,1315,1303,1,0,0,0,1315,1309,1,0,0,0,1316,175,1, - 0,0,0,1317,1318,5,151,0,0,1318,1319,3,178,89,0,1319,177,1,0,0,0, - 1320,1321,6,89,-1,0,1321,1326,3,180,90,0,1322,1323,5,521,0,0,1323, - 1325,3,180,90,0,1324,1322,1,0,0,0,1325,1328,1,0,0,0,1326,1324,1, - 0,0,0,1326,1327,1,0,0,0,1327,1332,1,0,0,0,1328,1326,1,0,0,0,1329, - 1332,3,188,94,0,1330,1332,3,190,95,0,1331,1320,1,0,0,0,1331,1329, - 1,0,0,0,1331,1330,1,0,0,0,1332,1354,1,0,0,0,1333,1334,10,3,0,0,1334, - 1335,5,73,0,0,1335,1336,5,185,0,0,1336,1353,3,178,89,4,1337,1339, - 10,4,0,0,1338,1340,5,234,0,0,1339,1338,1,0,0,0,1339,1340,1,0,0,0, - 1340,1342,1,0,0,0,1341,1343,7,20,0,0,1342,1341,1,0,0,0,1342,1343, - 1,0,0,0,1343,1345,1,0,0,0,1344,1346,5,262,0,0,1345,1344,1,0,0,0, - 1345,1346,1,0,0,0,1346,1347,1,0,0,0,1347,1348,5,185,0,0,1348,1350, - 3,178,89,0,1349,1351,3,202,101,0,1350,1349,1,0,0,0,1350,1351,1,0, - 0,0,1351,1353,1,0,0,0,1352,1333,1,0,0,0,1352,1337,1,0,0,0,1353,1356, - 1,0,0,0,1354,1352,1,0,0,0,1354,1355,1,0,0,0,1355,179,1,0,0,0,1356, - 1354,1,0,0,0,1357,1359,3,182,91,0,1358,1360,3,300,150,0,1359,1358, - 1,0,0,0,1359,1360,1,0,0,0,1360,181,1,0,0,0,1361,1363,5,374,0,0,1362, - 1361,1,0,0,0,1362,1363,1,0,0,0,1363,1364,1,0,0,0,1364,1366,3,328, - 164,0,1365,1367,3,184,92,0,1366,1365,1,0,0,0,1366,1367,1,0,0,0,1367, - 1391,1,0,0,0,1368,1370,3,330,165,0,1369,1371,3,184,92,0,1370,1369, - 1,0,0,0,1370,1371,1,0,0,0,1371,1391,1,0,0,0,1372,1373,5,199,0,0, - 1373,1374,5,374,0,0,1374,1375,5,517,0,0,1375,1376,3,268,134,0,1376, - 1377,5,518,0,0,1377,1391,1,0,0,0,1378,1380,5,199,0,0,1379,1378,1, - 0,0,0,1379,1380,1,0,0,0,1380,1381,1,0,0,0,1381,1382,5,517,0,0,1382, - 1383,3,158,79,0,1383,1384,5,518,0,0,1384,1391,1,0,0,0,1385,1386, - 5,406,0,0,1386,1387,5,517,0,0,1387,1388,3,258,129,0,1388,1389,5, - 518,0,0,1389,1391,1,0,0,0,1390,1362,1,0,0,0,1390,1368,1,0,0,0,1390, - 1372,1,0,0,0,1390,1379,1,0,0,0,1390,1385,1,0,0,0,1391,183,1,0,0, - 0,1392,1393,5,146,0,0,1393,1394,5,372,0,0,1394,1395,5,17,0,0,1395, - 1396,5,250,0,0,1396,1397,3,186,93,0,1397,185,1,0,0,0,1398,1399,3, - 258,129,0,1399,187,1,0,0,0,1400,1401,5,517,0,0,1401,1402,3,150,75, - 0,1402,1403,5,518,0,0,1403,1404,3,300,150,0,1404,189,1,0,0,0,1405, - 1406,5,374,0,0,1406,1407,5,517,0,0,1407,1408,3,192,96,0,1408,1409, - 5,518,0,0,1409,191,1,0,0,0,1410,1411,3,194,97,0,1411,1412,5,517, - 0,0,1412,1417,3,196,98,0,1413,1414,5,521,0,0,1414,1416,3,196,98, - 0,1415,1413,1,0,0,0,1416,1419,1,0,0,0,1417,1415,1,0,0,0,1417,1418, - 1,0,0,0,1418,1420,1,0,0,0,1419,1417,1,0,0,0,1420,1421,5,518,0,0, - 1421,193,1,0,0,0,1422,1423,7,21,0,0,1423,195,1,0,0,0,1424,1425,5, - 374,0,0,1425,1440,3,218,109,0,1426,1440,3,200,100,0,1427,1440,3, - 288,144,0,1428,1429,5,447,0,0,1429,1430,5,537,0,0,1430,1431,5,374, - 0,0,1431,1440,3,218,109,0,1432,1433,5,499,0,0,1433,1434,5,537,0, - 0,1434,1440,3,200,100,0,1435,1436,3,198,99,0,1436,1437,5,537,0,0, - 1437,1438,3,288,144,0,1438,1440,1,0,0,0,1439,1424,1,0,0,0,1439,1426, - 1,0,0,0,1439,1427,1,0,0,0,1439,1428,1,0,0,0,1439,1432,1,0,0,0,1439, - 1435,1,0,0,0,1440,197,1,0,0,0,1441,1442,7,22,0,0,1442,199,1,0,0, - 0,1443,1444,5,452,0,0,1444,1445,5,517,0,0,1445,1446,3,52,26,0,1446, - 1447,5,518,0,0,1447,201,1,0,0,0,1448,1449,5,254,0,0,1449,1453,3, - 260,130,0,1450,1451,5,413,0,0,1451,1453,3,56,28,0,1452,1448,1,0, - 0,0,1452,1450,1,0,0,0,1453,203,1,0,0,0,1454,1455,5,431,0,0,1455, - 1456,3,260,130,0,1456,205,1,0,0,0,1457,1458,5,159,0,0,1458,1459, - 5,34,0,0,1459,1464,3,208,104,0,1460,1461,5,521,0,0,1461,1463,3,208, - 104,0,1462,1460,1,0,0,0,1463,1466,1,0,0,0,1464,1462,1,0,0,0,1464, - 1465,1,0,0,0,1465,207,1,0,0,0,1466,1464,1,0,0,0,1467,1508,3,52,26, - 0,1468,1508,3,214,107,0,1469,1470,5,517,0,0,1470,1508,5,518,0,0, - 1471,1472,5,517,0,0,1472,1477,3,258,129,0,1473,1474,5,521,0,0,1474, - 1476,3,258,129,0,1475,1473,1,0,0,0,1476,1479,1,0,0,0,1477,1475,1, - 0,0,0,1477,1478,1,0,0,0,1478,1480,1,0,0,0,1479,1477,1,0,0,0,1480, - 1481,5,518,0,0,1481,1508,1,0,0,0,1482,1483,3,212,106,0,1483,1484, - 5,517,0,0,1484,1489,3,258,129,0,1485,1486,5,521,0,0,1486,1488,3, - 258,129,0,1487,1485,1,0,0,0,1488,1491,1,0,0,0,1489,1487,1,0,0,0, - 1489,1490,1,0,0,0,1490,1492,1,0,0,0,1491,1489,1,0,0,0,1492,1493, - 5,518,0,0,1493,1508,1,0,0,0,1494,1495,3,210,105,0,1495,1496,5,517, - 0,0,1496,1501,3,208,104,0,1497,1498,5,521,0,0,1498,1500,3,208,104, - 0,1499,1497,1,0,0,0,1500,1503,1,0,0,0,1501,1499,1,0,0,0,1501,1502, - 1,0,0,0,1502,1504,1,0,0,0,1503,1501,1,0,0,0,1504,1505,5,518,0,0, - 1505,1508,1,0,0,0,1506,1508,3,258,129,0,1507,1467,1,0,0,0,1507,1468, - 1,0,0,0,1507,1469,1,0,0,0,1507,1471,1,0,0,0,1507,1482,1,0,0,0,1507, - 1494,1,0,0,0,1507,1506,1,0,0,0,1508,209,1,0,0,0,1509,1510,5,160, - 0,0,1510,1511,5,494,0,0,1511,211,1,0,0,0,1512,1513,7,23,0,0,1513, - 213,1,0,0,0,1514,1515,3,216,108,0,1515,1516,5,517,0,0,1516,1517, - 3,218,109,0,1517,1518,5,521,0,0,1518,1519,3,288,144,0,1519,1520, - 5,518,0,0,1520,215,1,0,0,0,1521,1522,7,24,0,0,1522,217,1,0,0,0,1523, - 1524,3,334,167,0,1524,219,1,0,0,0,1525,1526,5,163,0,0,1526,1527, - 3,260,130,0,1527,221,1,0,0,0,1528,1529,5,433,0,0,1529,1534,3,224, - 112,0,1530,1531,5,521,0,0,1531,1533,3,224,112,0,1532,1530,1,0,0, - 0,1533,1536,1,0,0,0,1534,1532,1,0,0,0,1534,1535,1,0,0,0,1535,223, - 1,0,0,0,1536,1534,1,0,0,0,1537,1538,3,302,151,0,1538,1539,5,17,0, - 0,1539,1540,3,226,113,0,1540,225,1,0,0,0,1541,1543,3,302,151,0,1542, - 1541,1,0,0,0,1542,1543,1,0,0,0,1543,1544,1,0,0,0,1544,1546,5,517, - 0,0,1545,1547,3,236,118,0,1546,1545,1,0,0,0,1546,1547,1,0,0,0,1547, - 1549,1,0,0,0,1548,1550,3,230,115,0,1549,1548,1,0,0,0,1549,1550,1, - 0,0,0,1550,1552,1,0,0,0,1551,1553,3,252,126,0,1552,1551,1,0,0,0, - 1552,1553,1,0,0,0,1553,1554,1,0,0,0,1554,1555,5,518,0,0,1555,227, - 1,0,0,0,1556,1557,5,214,0,0,1557,1559,5,517,0,0,1558,1560,3,236, - 118,0,1559,1558,1,0,0,0,1559,1560,1,0,0,0,1560,1562,1,0,0,0,1561, - 1563,3,230,115,0,1562,1561,1,0,0,0,1562,1563,1,0,0,0,1563,1565,1, - 0,0,0,1564,1566,3,240,120,0,1565,1564,1,0,0,0,1565,1566,1,0,0,0, - 1566,1568,1,0,0,0,1567,1569,3,246,123,0,1568,1567,1,0,0,0,1568,1569, - 1,0,0,0,1569,1571,1,0,0,0,1570,1572,3,248,124,0,1571,1570,1,0,0, - 0,1571,1572,1,0,0,0,1572,1574,1,0,0,0,1573,1575,3,242,121,0,1574, - 1573,1,0,0,0,1574,1575,1,0,0,0,1575,1576,1,0,0,0,1576,1577,3,250, - 125,0,1577,1582,5,518,0,0,1578,1580,5,17,0,0,1579,1578,1,0,0,0,1579, - 1580,1,0,0,0,1580,1581,1,0,0,0,1581,1583,3,310,155,0,1582,1579,1, - 0,0,0,1582,1583,1,0,0,0,1583,229,1,0,0,0,1584,1585,5,259,0,0,1585, - 1586,5,34,0,0,1586,1591,3,232,116,0,1587,1588,5,521,0,0,1588,1590, - 3,232,116,0,1589,1587,1,0,0,0,1590,1593,1,0,0,0,1591,1589,1,0,0, - 0,1591,1592,1,0,0,0,1592,231,1,0,0,0,1593,1591,1,0,0,0,1594,1596, - 3,52,26,0,1595,1597,7,25,0,0,1596,1595,1,0,0,0,1596,1597,1,0,0,0, - 1597,1600,1,0,0,0,1598,1599,5,477,0,0,1599,1601,7,26,0,0,1600,1598, - 1,0,0,0,1600,1601,1,0,0,0,1601,233,1,0,0,0,1602,1605,5,205,0,0,1603, - 1606,5,5,0,0,1604,1606,3,258,129,0,1605,1603,1,0,0,0,1605,1604,1, - 0,0,0,1606,235,1,0,0,0,1607,1608,5,269,0,0,1608,1611,5,34,0,0,1609, - 1612,3,52,26,0,1610,1612,3,270,135,0,1611,1609,1,0,0,0,1611,1610, - 1,0,0,0,1612,1620,1,0,0,0,1613,1616,5,521,0,0,1614,1617,3,52,26, - 0,1615,1617,3,270,135,0,1616,1614,1,0,0,0,1616,1615,1,0,0,0,1617, - 1619,1,0,0,0,1618,1613,1,0,0,0,1619,1622,1,0,0,0,1620,1618,1,0,0, - 0,1620,1621,1,0,0,0,1621,237,1,0,0,0,1622,1620,1,0,0,0,1623,1640, - 5,528,0,0,1624,1640,5,531,0,0,1625,1640,5,536,0,0,1626,1627,5,519, - 0,0,1627,1628,5,539,0,0,1628,1629,5,521,0,0,1629,1630,5,539,0,0, - 1630,1640,5,520,0,0,1631,1632,5,519,0,0,1632,1633,5,539,0,0,1633, - 1634,5,521,0,0,1634,1640,5,520,0,0,1635,1636,5,519,0,0,1636,1637, - 5,521,0,0,1637,1638,5,539,0,0,1638,1640,5,520,0,0,1639,1623,1,0, - 0,0,1639,1624,1,0,0,0,1639,1625,1,0,0,0,1639,1626,1,0,0,0,1639,1631, - 1,0,0,0,1639,1635,1,0,0,0,1640,239,1,0,0,0,1641,1642,5,216,0,0,1642, - 1647,3,172,86,0,1643,1644,5,521,0,0,1644,1646,3,172,86,0,1645,1643, - 1,0,0,0,1646,1649,1,0,0,0,1647,1645,1,0,0,0,1647,1648,1,0,0,0,1648, - 241,1,0,0,0,1649,1647,1,0,0,0,1650,1651,5,272,0,0,1651,1653,5,517, - 0,0,1652,1654,3,244,122,0,1653,1652,1,0,0,0,1654,1655,1,0,0,0,1655, - 1653,1,0,0,0,1655,1656,1,0,0,0,1656,1657,1,0,0,0,1657,1659,5,518, - 0,0,1658,1660,3,256,128,0,1659,1658,1,0,0,0,1659,1660,1,0,0,0,1660, - 243,1,0,0,0,1661,1663,3,312,156,0,1662,1664,3,238,119,0,1663,1662, - 1,0,0,0,1663,1664,1,0,0,0,1664,245,1,0,0,0,1665,1666,5,5,0,0,1666, - 1667,5,323,0,0,1667,1668,5,273,0,0,1668,1674,5,211,0,0,1669,1670, - 5,255,0,0,1670,1671,5,322,0,0,1671,1672,5,273,0,0,1672,1674,5,211, - 0,0,1673,1665,1,0,0,0,1673,1669,1,0,0,0,1674,247,1,0,0,0,1675,1676, - 5,439,0,0,1676,1677,5,211,0,0,1677,1678,5,344,0,0,1678,1679,5,479, - 0,0,1679,1680,5,468,0,0,1680,1700,5,322,0,0,1681,1682,5,439,0,0, - 1682,1683,5,211,0,0,1683,1684,5,344,0,0,1684,1685,5,389,0,0,1685, - 1686,5,238,0,0,1686,1700,5,322,0,0,1687,1688,5,439,0,0,1688,1689, - 5,211,0,0,1689,1690,5,344,0,0,1690,1691,5,389,0,0,1691,1692,5,468, - 0,0,1692,1700,3,312,156,0,1693,1694,5,439,0,0,1694,1695,5,211,0, - 0,1695,1696,5,344,0,0,1696,1697,5,389,0,0,1697,1698,5,458,0,0,1698, - 1700,3,312,156,0,1699,1675,1,0,0,0,1699,1681,1,0,0,0,1699,1687,1, - 0,0,0,1699,1693,1,0,0,0,1700,249,1,0,0,0,1701,1702,5,105,0,0,1702, - 1707,3,172,86,0,1703,1704,5,521,0,0,1704,1706,3,172,86,0,1705,1703, - 1,0,0,0,1706,1709,1,0,0,0,1707,1705,1,0,0,0,1707,1708,1,0,0,0,1708, - 251,1,0,0,0,1709,1707,1,0,0,0,1710,1711,5,293,0,0,1711,1712,5,27, - 0,0,1712,1713,3,288,144,0,1713,1714,3,254,127,0,1714,1720,1,0,0, - 0,1715,1716,5,323,0,0,1716,1717,5,27,0,0,1717,1718,5,539,0,0,1718, - 1720,3,254,127,0,1719,1710,1,0,0,0,1719,1715,1,0,0,0,1720,253,1, - 0,0,0,1721,1722,5,481,0,0,1722,1723,5,10,0,0,1723,1724,5,76,0,0, - 1724,1725,5,322,0,0,1725,255,1,0,0,0,1726,1727,5,435,0,0,1727,1728, - 3,288,144,0,1728,257,1,0,0,0,1729,1730,3,260,130,0,1730,259,1,0, - 0,0,1731,1732,6,130,-1,0,1732,1733,5,242,0,0,1733,1744,3,260,130, - 6,1734,1735,5,133,0,0,1735,1736,5,517,0,0,1736,1737,3,158,79,0,1737, - 1738,5,518,0,0,1738,1744,1,0,0,0,1739,1741,3,266,133,0,1740,1742, - 3,262,131,0,1741,1740,1,0,0,0,1741,1742,1,0,0,0,1742,1744,1,0,0, - 0,1743,1731,1,0,0,0,1743,1734,1,0,0,0,1743,1739,1,0,0,0,1744,1759, - 1,0,0,0,1745,1746,10,3,0,0,1746,1747,5,10,0,0,1747,1758,3,260,130, - 4,1748,1749,10,2,0,0,1749,1750,5,258,0,0,1750,1758,3,260,130,3,1751, - 1752,10,1,0,0,1752,1754,5,184,0,0,1753,1755,5,242,0,0,1754,1753, - 1,0,0,0,1754,1755,1,0,0,0,1755,1756,1,0,0,0,1756,1758,7,27,0,0,1757, - 1745,1,0,0,0,1757,1748,1,0,0,0,1757,1751,1,0,0,0,1758,1761,1,0,0, - 0,1759,1757,1,0,0,0,1759,1760,1,0,0,0,1760,261,1,0,0,0,1761,1759, - 1,0,0,0,1762,1764,5,242,0,0,1763,1762,1,0,0,0,1763,1764,1,0,0,0, - 1764,1765,1,0,0,0,1765,1767,5,27,0,0,1766,1768,7,28,0,0,1767,1766, - 1,0,0,0,1767,1768,1,0,0,0,1768,1769,1,0,0,0,1769,1770,3,266,133, - 0,1770,1771,5,10,0,0,1771,1772,3,266,133,0,1772,1837,1,0,0,0,1773, - 1775,5,242,0,0,1774,1773,1,0,0,0,1774,1775,1,0,0,0,1775,1776,1,0, - 0,0,1776,1777,5,170,0,0,1777,1778,5,517,0,0,1778,1783,3,258,129, - 0,1779,1780,5,521,0,0,1780,1782,3,258,129,0,1781,1779,1,0,0,0,1782, - 1785,1,0,0,0,1783,1781,1,0,0,0,1783,1784,1,0,0,0,1784,1786,1,0,0, - 0,1785,1783,1,0,0,0,1786,1787,5,518,0,0,1787,1837,1,0,0,0,1788,1790, - 5,242,0,0,1789,1788,1,0,0,0,1789,1790,1,0,0,0,1790,1791,1,0,0,0, - 1791,1792,5,170,0,0,1792,1793,5,517,0,0,1793,1794,3,158,79,0,1794, - 1795,5,518,0,0,1795,1837,1,0,0,0,1796,1797,5,133,0,0,1797,1798,5, - 517,0,0,1798,1799,3,158,79,0,1799,1800,5,518,0,0,1800,1837,1,0,0, - 0,1801,1803,5,242,0,0,1802,1801,1,0,0,0,1802,1803,1,0,0,0,1803,1804, - 1,0,0,0,1804,1805,5,319,0,0,1805,1837,3,266,133,0,1806,1837,3,264, - 132,0,1807,1809,5,184,0,0,1808,1810,5,242,0,0,1809,1808,1,0,0,0, - 1809,1810,1,0,0,0,1810,1811,1,0,0,0,1811,1837,7,27,0,0,1812,1814, - 5,184,0,0,1813,1815,5,242,0,0,1814,1813,1,0,0,0,1814,1815,1,0,0, - 0,1815,1816,1,0,0,0,1816,1817,5,113,0,0,1817,1818,5,151,0,0,1818, - 1837,3,266,133,0,1819,1821,5,242,0,0,1820,1819,1,0,0,0,1820,1821, - 1,0,0,0,1821,1822,1,0,0,0,1822,1823,5,343,0,0,1823,1824,5,389,0, - 0,1824,1827,3,266,133,0,1825,1826,5,127,0,0,1826,1828,3,364,182, - 0,1827,1825,1,0,0,0,1827,1828,1,0,0,0,1828,1837,1,0,0,0,1829,1830, - 5,184,0,0,1830,1834,5,186,0,0,1831,1835,5,414,0,0,1832,1835,5,13, - 0,0,1833,1835,3,310,155,0,1834,1831,1,0,0,0,1834,1832,1,0,0,0,1834, - 1833,1,0,0,0,1834,1835,1,0,0,0,1835,1837,1,0,0,0,1836,1763,1,0,0, - 0,1836,1774,1,0,0,0,1836,1789,1,0,0,0,1836,1796,1,0,0,0,1836,1802, - 1,0,0,0,1836,1806,1,0,0,0,1836,1807,1,0,0,0,1836,1812,1,0,0,0,1836, - 1820,1,0,0,0,1836,1829,1,0,0,0,1837,263,1,0,0,0,1838,1840,5,242, - 0,0,1839,1838,1,0,0,0,1839,1840,1,0,0,0,1840,1841,1,0,0,0,1841,1842, - 5,203,0,0,1842,1856,7,29,0,0,1843,1844,5,517,0,0,1844,1857,5,518, - 0,0,1845,1846,5,517,0,0,1846,1851,3,258,129,0,1847,1848,5,521,0, - 0,1848,1850,3,258,129,0,1849,1847,1,0,0,0,1850,1853,1,0,0,0,1851, - 1849,1,0,0,0,1851,1852,1,0,0,0,1852,1854,1,0,0,0,1853,1851,1,0,0, - 0,1854,1855,5,518,0,0,1855,1857,1,0,0,0,1856,1843,1,0,0,0,1856,1845, - 1,0,0,0,1857,1868,1,0,0,0,1858,1860,5,242,0,0,1859,1858,1,0,0,0, - 1859,1860,1,0,0,0,1860,1861,1,0,0,0,1861,1862,5,203,0,0,1862,1865, - 3,266,133,0,1863,1864,5,127,0,0,1864,1866,3,364,182,0,1865,1863, - 1,0,0,0,1865,1866,1,0,0,0,1866,1868,1,0,0,0,1867,1839,1,0,0,0,1867, - 1859,1,0,0,0,1868,265,1,0,0,0,1869,1870,6,133,-1,0,1870,1874,3,270, - 135,0,1871,1872,7,30,0,0,1872,1874,3,266,133,7,1873,1869,1,0,0,0, - 1873,1871,1,0,0,0,1874,1896,1,0,0,0,1875,1876,10,6,0,0,1876,1877, - 7,31,0,0,1877,1895,3,266,133,7,1878,1879,10,5,0,0,1879,1880,7,32, - 0,0,1880,1895,3,266,133,6,1881,1882,10,4,0,0,1882,1883,5,512,0,0, - 1883,1895,3,266,133,5,1884,1885,10,3,0,0,1885,1886,5,513,0,0,1886, - 1895,3,266,133,4,1887,1888,10,2,0,0,1888,1889,5,511,0,0,1889,1895, - 3,266,133,3,1890,1891,10,1,0,0,1891,1892,3,352,176,0,1892,1893,3, - 266,133,2,1893,1895,1,0,0,0,1894,1875,1,0,0,0,1894,1878,1,0,0,0, - 1894,1881,1,0,0,0,1894,1884,1,0,0,0,1894,1887,1,0,0,0,1894,1890, - 1,0,0,0,1895,1898,1,0,0,0,1896,1894,1,0,0,0,1896,1897,1,0,0,0,1897, - 267,1,0,0,0,1898,1896,1,0,0,0,1899,1919,3,378,189,0,1900,1919,3, - 276,138,0,1901,1902,3,278,139,0,1902,1914,5,517,0,0,1903,1905,3, - 370,185,0,1904,1903,1,0,0,0,1904,1905,1,0,0,0,1905,1906,1,0,0,0, - 1906,1911,3,280,140,0,1907,1908,5,521,0,0,1908,1910,3,280,140,0, - 1909,1907,1,0,0,0,1910,1913,1,0,0,0,1911,1909,1,0,0,0,1911,1912, - 1,0,0,0,1912,1915,1,0,0,0,1913,1911,1,0,0,0,1914,1904,1,0,0,0,1914, - 1915,1,0,0,0,1915,1916,1,0,0,0,1916,1917,5,518,0,0,1917,1919,1,0, - 0,0,1918,1899,1,0,0,0,1918,1900,1,0,0,0,1918,1901,1,0,0,0,1919,269, - 1,0,0,0,1920,1921,6,135,-1,0,1921,1923,5,40,0,0,1922,1924,3,316, - 158,0,1923,1922,1,0,0,0,1924,1925,1,0,0,0,1925,1923,1,0,0,0,1925, - 1926,1,0,0,0,1926,1929,1,0,0,0,1927,1928,5,120,0,0,1928,1930,3,258, - 129,0,1929,1927,1,0,0,0,1929,1930,1,0,0,0,1930,1931,1,0,0,0,1931, - 1932,5,122,0,0,1932,1996,1,0,0,0,1933,1934,5,40,0,0,1934,1936,3, - 258,129,0,1935,1937,3,316,158,0,1936,1935,1,0,0,0,1937,1938,1,0, - 0,0,1938,1936,1,0,0,0,1938,1939,1,0,0,0,1939,1942,1,0,0,0,1940,1941, - 5,120,0,0,1941,1943,3,258,129,0,1942,1940,1,0,0,0,1942,1943,1,0, - 0,0,1943,1944,1,0,0,0,1944,1945,5,122,0,0,1945,1996,1,0,0,0,1946, - 1947,5,41,0,0,1947,1948,5,517,0,0,1948,1949,3,258,129,0,1949,1950, - 5,17,0,0,1950,1951,3,58,29,0,1951,1952,5,518,0,0,1952,1996,1,0,0, - 0,1953,1954,5,458,0,0,1954,1955,5,517,0,0,1955,1958,3,258,129,0, - 1956,1957,5,462,0,0,1957,1959,5,477,0,0,1958,1956,1,0,0,0,1958,1959, - 1,0,0,0,1959,1960,1,0,0,0,1960,1961,5,518,0,0,1961,1996,1,0,0,0, - 1962,1963,5,468,0,0,1963,1964,5,517,0,0,1964,1967,3,258,129,0,1965, - 1966,5,462,0,0,1966,1968,5,477,0,0,1967,1965,1,0,0,0,1967,1968,1, - 0,0,0,1968,1969,1,0,0,0,1969,1970,5,518,0,0,1970,1996,1,0,0,0,1971, - 1972,5,282,0,0,1972,1973,5,517,0,0,1973,1974,3,266,133,0,1974,1975, - 5,170,0,0,1975,1976,3,266,133,0,1976,1977,5,518,0,0,1977,1996,1, - 0,0,0,1978,1996,3,360,180,0,1979,1996,5,528,0,0,1980,1981,3,334, - 167,0,1981,1982,5,514,0,0,1982,1983,5,528,0,0,1983,1996,1,0,0,0, - 1984,1985,5,517,0,0,1985,1986,3,158,79,0,1986,1987,5,518,0,0,1987, - 1996,1,0,0,0,1988,1996,3,268,134,0,1989,1996,3,54,27,0,1990,1996, - 3,282,141,0,1991,1992,5,517,0,0,1992,1993,3,258,129,0,1993,1994, - 5,518,0,0,1994,1996,1,0,0,0,1995,1920,1,0,0,0,1995,1933,1,0,0,0, - 1995,1946,1,0,0,0,1995,1953,1,0,0,0,1995,1962,1,0,0,0,1995,1971, - 1,0,0,0,1995,1978,1,0,0,0,1995,1979,1,0,0,0,1995,1980,1,0,0,0,1995, - 1984,1,0,0,0,1995,1988,1,0,0,0,1995,1989,1,0,0,0,1995,1990,1,0,0, - 0,1995,1991,1,0,0,0,1996,2004,1,0,0,0,1997,1998,10,4,0,0,1998,1999, - 5,515,0,0,1999,2000,3,266,133,0,2000,2001,5,516,0,0,2001,2003,1, - 0,0,0,2002,1997,1,0,0,0,2003,2006,1,0,0,0,2004,2002,1,0,0,0,2004, - 2005,1,0,0,0,2005,271,1,0,0,0,2006,2004,1,0,0,0,2007,2008,3,334, - 167,0,2008,273,1,0,0,0,2009,2014,3,382,191,0,2010,2014,3,378,189, - 0,2011,2014,3,380,190,0,2012,2014,3,334,167,0,2013,2009,1,0,0,0, - 2013,2010,1,0,0,0,2013,2011,1,0,0,0,2013,2012,1,0,0,0,2014,275,1, - 0,0,0,2015,2016,3,380,190,0,2016,2017,5,538,0,0,2017,2020,1,0,0, - 0,2018,2020,3,288,144,0,2019,2015,1,0,0,0,2019,2018,1,0,0,0,2020, - 277,1,0,0,0,2021,2024,3,382,191,0,2022,2024,3,334,167,0,2023,2021, - 1,0,0,0,2023,2022,1,0,0,0,2024,279,1,0,0,0,2025,2030,3,376,188,0, - 2026,2030,3,374,187,0,2027,2030,3,372,186,0,2028,2030,3,258,129, - 0,2029,2025,1,0,0,0,2029,2026,1,0,0,0,2029,2027,1,0,0,0,2029,2028, - 1,0,0,0,2030,281,1,0,0,0,2031,2032,3,334,167,0,2032,283,1,0,0,0, - 2033,2034,3,310,155,0,2034,285,1,0,0,0,2035,2038,3,310,155,0,2036, - 2038,3,282,141,0,2037,2035,1,0,0,0,2037,2036,1,0,0,0,2038,287,1, - 0,0,0,2039,2042,5,182,0,0,2040,2043,3,290,145,0,2041,2043,3,294, - 147,0,2042,2040,1,0,0,0,2042,2041,1,0,0,0,2042,2043,1,0,0,0,2043, - 289,1,0,0,0,2044,2046,3,292,146,0,2045,2047,3,296,148,0,2046,2045, - 1,0,0,0,2046,2047,1,0,0,0,2047,291,1,0,0,0,2048,2049,3,298,149,0, - 2049,2050,3,374,187,0,2050,2052,1,0,0,0,2051,2048,1,0,0,0,2052,2053, - 1,0,0,0,2053,2051,1,0,0,0,2053,2054,1,0,0,0,2054,293,1,0,0,0,2055, - 2058,3,296,148,0,2056,2059,3,292,146,0,2057,2059,3,296,148,0,2058, - 2056,1,0,0,0,2058,2057,1,0,0,0,2058,2059,1,0,0,0,2059,295,1,0,0, - 0,2060,2061,3,298,149,0,2061,2062,3,374,187,0,2062,2063,5,389,0, - 0,2063,2064,3,374,187,0,2064,297,1,0,0,0,2065,2067,7,33,0,0,2066, - 2065,1,0,0,0,2066,2067,1,0,0,0,2067,2068,1,0,0,0,2068,2071,7,34, - 0,0,2069,2071,5,538,0,0,2070,2066,1,0,0,0,2070,2069,1,0,0,0,2071, - 299,1,0,0,0,2072,2074,5,17,0,0,2073,2072,1,0,0,0,2073,2074,1,0,0, - 0,2074,2075,1,0,0,0,2075,2077,3,310,155,0,2076,2078,3,306,153,0, - 2077,2076,1,0,0,0,2077,2078,1,0,0,0,2078,301,1,0,0,0,2079,2080,3, - 310,155,0,2080,2081,3,304,152,0,2081,303,1,0,0,0,2082,2083,5,222, - 0,0,2083,2085,3,310,155,0,2084,2082,1,0,0,0,2085,2086,1,0,0,0,2086, - 2084,1,0,0,0,2086,2087,1,0,0,0,2087,2090,1,0,0,0,2088,2090,1,0,0, - 0,2089,2084,1,0,0,0,2089,2088,1,0,0,0,2090,305,1,0,0,0,2091,2092, - 5,517,0,0,2092,2093,3,308,154,0,2093,2094,5,518,0,0,2094,307,1,0, - 0,0,2095,2100,3,310,155,0,2096,2097,5,521,0,0,2097,2099,3,310,155, - 0,2098,2096,1,0,0,0,2099,2102,1,0,0,0,2100,2098,1,0,0,0,2100,2101, - 1,0,0,0,2101,309,1,0,0,0,2102,2100,1,0,0,0,2103,2107,3,312,156,0, - 2104,2107,3,314,157,0,2105,2107,3,384,192,0,2106,2103,1,0,0,0,2106, - 2104,1,0,0,0,2106,2105,1,0,0,0,2107,311,1,0,0,0,2108,2109,7,35,0, - 0,2109,313,1,0,0,0,2110,2111,5,538,0,0,2111,315,1,0,0,0,2112,2113, - 5,429,0,0,2113,2114,3,258,129,0,2114,2115,5,377,0,0,2115,2116,3, - 258,129,0,2116,317,1,0,0,0,2117,2118,3,310,155,0,2118,319,1,0,0, - 0,2119,2120,3,310,155,0,2120,321,1,0,0,0,2121,2124,3,310,155,0,2122, - 2123,5,514,0,0,2123,2125,3,310,155,0,2124,2122,1,0,0,0,2124,2125, - 1,0,0,0,2125,323,1,0,0,0,2126,2129,3,310,155,0,2127,2128,5,514,0, - 0,2128,2130,3,310,155,0,2129,2127,1,0,0,0,2129,2130,1,0,0,0,2130, - 325,1,0,0,0,2131,2134,3,310,155,0,2132,2133,5,514,0,0,2133,2135, - 3,310,155,0,2134,2132,1,0,0,0,2134,2135,1,0,0,0,2135,2144,1,0,0, - 0,2136,2137,3,310,155,0,2137,2138,5,514,0,0,2138,2141,3,310,155, - 0,2139,2140,5,514,0,0,2140,2142,3,310,155,0,2141,2139,1,0,0,0,2141, - 2142,1,0,0,0,2142,2144,1,0,0,0,2143,2131,1,0,0,0,2143,2136,1,0,0, - 0,2144,327,1,0,0,0,2145,2148,3,310,155,0,2146,2147,5,514,0,0,2147, - 2149,3,310,155,0,2148,2146,1,0,0,0,2148,2149,1,0,0,0,2149,2158,1, - 0,0,0,2150,2151,3,310,155,0,2151,2152,5,514,0,0,2152,2155,3,310, - 155,0,2153,2154,5,514,0,0,2154,2156,3,310,155,0,2155,2153,1,0,0, - 0,2155,2156,1,0,0,0,2156,2158,1,0,0,0,2157,2145,1,0,0,0,2157,2150, - 1,0,0,0,2158,329,1,0,0,0,2159,2162,3,310,155,0,2160,2161,5,514,0, - 0,2161,2163,3,310,155,0,2162,2160,1,0,0,0,2162,2163,1,0,0,0,2163, - 2172,1,0,0,0,2164,2165,3,310,155,0,2165,2166,5,514,0,0,2166,2169, - 3,310,155,0,2167,2168,5,514,0,0,2168,2170,3,310,155,0,2169,2167, - 1,0,0,0,2169,2170,1,0,0,0,2170,2172,1,0,0,0,2171,2159,1,0,0,0,2171, - 2164,1,0,0,0,2172,331,1,0,0,0,2173,2176,3,310,155,0,2174,2175,5, - 514,0,0,2175,2177,3,310,155,0,2176,2174,1,0,0,0,2176,2177,1,0,0, - 0,2177,2186,1,0,0,0,2178,2179,3,310,155,0,2179,2180,5,514,0,0,2180, - 2183,3,310,155,0,2181,2182,5,514,0,0,2182,2184,3,310,155,0,2183, - 2181,1,0,0,0,2183,2184,1,0,0,0,2184,2186,1,0,0,0,2185,2173,1,0,0, - 0,2185,2178,1,0,0,0,2186,333,1,0,0,0,2187,2192,3,310,155,0,2188, - 2189,5,514,0,0,2189,2191,3,310,155,0,2190,2188,1,0,0,0,2191,2194, - 1,0,0,0,2192,2193,1,0,0,0,2192,2190,1,0,0,0,2193,335,1,0,0,0,2194, - 2192,1,0,0,0,2195,2196,5,434,0,0,2196,2197,3,342,171,0,2197,337, - 1,0,0,0,2198,2199,5,167,0,0,2199,2200,5,242,0,0,2200,2201,5,133, - 0,0,2201,339,1,0,0,0,2202,2203,5,167,0,0,2203,2204,5,133,0,0,2204, - 341,1,0,0,0,2205,2206,5,517,0,0,2206,2211,3,344,172,0,2207,2208, - 5,521,0,0,2208,2210,3,344,172,0,2209,2207,1,0,0,0,2210,2213,1,0, - 0,0,2211,2209,1,0,0,0,2211,2212,1,0,0,0,2212,2214,1,0,0,0,2213,2211, - 1,0,0,0,2214,2215,5,518,0,0,2215,343,1,0,0,0,2216,2221,3,346,173, - 0,2217,2219,5,506,0,0,2218,2217,1,0,0,0,2218,2219,1,0,0,0,2219,2220, - 1,0,0,0,2220,2222,3,348,174,0,2221,2218,1,0,0,0,2221,2222,1,0,0, - 0,2222,345,1,0,0,0,2223,2227,3,310,155,0,2224,2227,3,282,141,0,2225, - 2227,5,538,0,0,2226,2223,1,0,0,0,2226,2224,1,0,0,0,2226,2225,1,0, - 0,0,2227,347,1,0,0,0,2228,2233,5,539,0,0,2229,2233,5,540,0,0,2230, - 2233,3,368,184,0,2231,2233,5,538,0,0,2232,2228,1,0,0,0,2232,2229, - 1,0,0,0,2232,2230,1,0,0,0,2232,2231,1,0,0,0,2233,349,1,0,0,0,2234, - 2241,5,10,0,0,2235,2236,5,512,0,0,2236,2241,5,512,0,0,2237,2241, - 5,258,0,0,2238,2239,5,511,0,0,2239,2241,5,511,0,0,2240,2234,1,0, - 0,0,2240,2235,1,0,0,0,2240,2237,1,0,0,0,2240,2238,1,0,0,0,2241,351, - 1,0,0,0,2242,2257,5,506,0,0,2243,2257,5,507,0,0,2244,2257,5,508, - 0,0,2245,2246,5,508,0,0,2246,2257,5,506,0,0,2247,2248,5,507,0,0, - 2248,2257,5,506,0,0,2249,2250,5,508,0,0,2250,2257,5,507,0,0,2251, - 2252,5,509,0,0,2252,2257,5,506,0,0,2253,2254,5,508,0,0,2254,2255, - 5,506,0,0,2255,2257,5,507,0,0,2256,2242,1,0,0,0,2256,2243,1,0,0, - 0,2256,2244,1,0,0,0,2256,2245,1,0,0,0,2256,2247,1,0,0,0,2256,2249, - 1,0,0,0,2256,2251,1,0,0,0,2256,2253,1,0,0,0,2257,353,1,0,0,0,2258, - 2259,5,508,0,0,2259,2266,5,508,0,0,2260,2261,5,507,0,0,2261,2266, - 5,507,0,0,2262,2266,5,512,0,0,2263,2266,5,513,0,0,2264,2266,5,511, - 0,0,2265,2258,1,0,0,0,2265,2260,1,0,0,0,2265,2262,1,0,0,0,2265,2263, - 1,0,0,0,2265,2264,1,0,0,0,2266,355,1,0,0,0,2267,2268,7,36,0,0,2268, - 357,1,0,0,0,2269,2270,7,37,0,0,2270,359,1,0,0,0,2271,2286,3,288, - 144,0,2272,2286,3,362,181,0,2273,2286,3,364,182,0,2274,2276,5,530, - 0,0,2275,2274,1,0,0,0,2275,2276,1,0,0,0,2276,2277,1,0,0,0,2277,2286, - 3,366,183,0,2278,2286,3,368,184,0,2279,2286,5,540,0,0,2280,2286, - 5,541,0,0,2281,2283,5,242,0,0,2282,2281,1,0,0,0,2282,2283,1,0,0, - 0,2283,2284,1,0,0,0,2284,2286,5,245,0,0,2285,2271,1,0,0,0,2285,2272, - 1,0,0,0,2285,2273,1,0,0,0,2285,2275,1,0,0,0,2285,2278,1,0,0,0,2285, - 2279,1,0,0,0,2285,2280,1,0,0,0,2285,2282,1,0,0,0,2286,361,1,0,0, - 0,2287,2288,3,372,186,0,2288,2289,3,364,182,0,2289,363,1,0,0,0,2290, - 2291,5,538,0,0,2291,365,1,0,0,0,2292,2293,5,539,0,0,2293,367,1,0, - 0,0,2294,2295,7,38,0,0,2295,369,1,0,0,0,2296,2297,7,39,0,0,2297, - 371,1,0,0,0,2298,2299,7,40,0,0,2299,373,1,0,0,0,2300,2301,7,41,0, - 0,2301,375,1,0,0,0,2302,2303,7,42,0,0,2303,377,1,0,0,0,2304,2305, - 7,43,0,0,2305,379,1,0,0,0,2306,2307,7,44,0,0,2307,381,1,0,0,0,2308, - 2309,7,45,0,0,2309,383,1,0,0,0,2310,2311,7,46,0,0,2311,385,1,0,0, - 0,273,389,396,399,413,431,435,444,449,456,467,476,488,491,498,501, - 509,513,518,521,528,536,540,552,560,564,596,599,604,608,612,616, - 625,630,634,638,643,646,650,655,661,666,671,675,679,683,693,701, - 705,709,713,717,721,725,729,733,735,745,753,777,791,796,800,806, - 809,812,819,822,831,843,867,879,884,888,896,900,906,916,921,927, - 931,935,939,948,952,959,962,972,980,988,992,1007,1026,1037,1041, - 1048,1053,1059,1063,1070,1074,1078,1082,1090,1094,1099,1105,1111, - 1114,1118,1129,1138,1152,1164,1179,1182,1186,1189,1191,1196,1200, - 1203,1207,1216,1225,1235,1240,1251,1254,1257,1260,1263,1269,1273, - 1281,1284,1289,1292,1296,1299,1301,1315,1326,1331,1339,1342,1345, - 1350,1352,1354,1359,1362,1366,1370,1379,1390,1417,1439,1452,1464, - 1477,1489,1501,1507,1534,1542,1546,1549,1552,1559,1562,1565,1568, - 1571,1574,1579,1582,1591,1596,1600,1605,1611,1616,1620,1639,1647, - 1655,1659,1663,1673,1699,1707,1719,1741,1743,1754,1757,1759,1763, - 1767,1774,1783,1789,1802,1809,1814,1820,1827,1834,1836,1839,1851, - 1856,1859,1865,1867,1873,1894,1896,1904,1911,1914,1918,1925,1929, - 1938,1942,1958,1967,1995,2004,2013,2019,2023,2029,2037,2042,2046, - 2053,2058,2066,2070,2073,2077,2086,2089,2100,2106,2124,2129,2134, - 2141,2143,2148,2155,2157,2162,2169,2171,2176,2183,2185,2192,2211, - 2218,2221,2226,2232,2240,2256,2265,2275,2282,2285 + 1,18,1,18,1,18,3,18,599,8,18,1,19,3,19,602,8,19,1,19,4,19,605,8, + 19,11,19,12,19,606,1,20,1,20,3,20,611,8,20,1,21,1,21,3,21,615,8, + 21,1,21,1,21,3,21,619,8,21,1,21,1,21,1,21,1,21,1,21,5,21,626,8,21, + 10,21,12,21,629,9,21,1,21,1,21,3,21,633,8,21,1,21,1,21,3,21,637, + 8,21,1,21,1,21,3,21,641,8,21,1,21,1,21,1,21,3,21,646,8,21,1,21,3, + 21,649,8,21,1,21,1,21,3,21,653,8,21,1,22,1,22,1,22,3,22,658,8,22, + 1,22,1,22,1,22,1,22,3,22,664,8,22,1,23,1,23,1,23,3,23,669,8,23,1, + 24,1,24,1,24,3,24,674,8,24,1,24,1,24,3,24,678,8,24,1,25,1,25,3,25, + 682,8,25,1,26,1,26,3,26,686,8,26,1,27,1,27,1,28,1,28,1,28,1,28,5, + 28,694,8,28,10,28,12,28,697,9,28,1,28,1,28,1,29,1,29,1,29,3,29,704, + 8,29,1,29,1,29,3,29,708,8,29,1,29,1,29,3,29,712,8,29,1,29,1,29,3, + 29,716,8,29,1,29,1,29,3,29,720,8,29,1,29,1,29,3,29,724,8,29,1,29, + 1,29,3,29,728,8,29,1,29,1,29,3,29,732,8,29,1,29,1,29,3,29,736,8, + 29,3,29,738,8,29,1,30,1,30,1,30,1,30,1,31,1,31,1,31,1,31,3,31,748, + 8,31,1,31,1,31,1,32,1,32,1,32,1,32,3,32,756,8,32,1,32,1,32,1,33, + 1,33,1,33,1,33,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,35,1,35,1,35, + 1,35,1,35,1,35,1,35,5,35,778,8,35,10,35,12,35,781,9,35,1,35,1,35, + 1,35,1,35,1,35,1,35,1,35,1,35,1,35,5,35,792,8,35,10,35,12,35,795, + 9,35,1,35,1,35,3,35,799,8,35,1,36,1,36,3,36,803,8,36,1,36,1,36,1, + 36,1,36,3,36,809,8,36,1,36,3,36,812,8,36,1,36,3,36,815,8,36,1,37, + 1,37,1,37,1,37,1,37,3,37,822,8,37,1,37,3,37,825,8,37,1,38,1,38,1, + 39,1,39,1,39,1,39,1,39,3,39,834,8,39,1,40,1,40,1,41,1,41,1,41,1, + 41,1,41,1,41,1,42,1,42,3,42,846,8,42,1,42,1,42,1,42,1,42,1,42,1, + 42,1,43,1,43,1,44,1,44,1,44,1,44,1,45,1,45,1,45,1,45,1,46,1,46,1, + 46,1,46,5,46,868,8,46,10,46,12,46,871,9,46,1,46,1,46,1,47,1,47,1, + 47,1,47,1,47,5,47,880,8,47,10,47,12,47,883,9,47,1,47,1,47,3,47,887, + 8,47,1,48,1,48,3,48,891,8,48,1,49,1,49,1,49,1,49,5,49,897,8,49,10, + 49,12,49,900,9,49,1,49,3,49,903,8,49,1,50,1,50,1,50,1,50,3,50,909, + 8,50,1,51,1,51,1,51,1,51,1,51,1,52,1,52,1,52,3,52,919,8,52,1,52, + 1,52,1,52,3,52,924,8,52,1,52,1,52,1,53,1,53,3,53,930,8,53,1,53,1, + 53,3,53,934,8,53,1,53,1,53,3,53,938,8,53,1,53,1,53,3,53,942,8,53, + 1,53,1,53,1,53,1,54,1,54,1,54,1,54,3,54,951,8,54,1,54,1,54,3,54, + 955,8,54,1,54,1,54,1,54,1,54,1,54,3,54,962,8,54,1,54,3,54,965,8, + 54,1,55,1,55,1,55,1,55,1,55,1,55,5,55,973,8,55,10,55,12,55,976,9, + 55,1,56,1,56,1,57,1,57,1,57,3,57,983,8,57,1,57,1,57,1,57,1,57,1, + 57,1,57,3,57,991,8,57,1,58,1,58,3,58,995,8,58,1,58,1,58,1,58,1,59, + 1,59,1,59,1,60,1,60,1,60,1,60,1,60,1,60,1,60,3,60,1010,8,60,1,61, + 1,61,1,61,1,61,1,62,1,62,1,62,1,62,1,63,1,63,1,63,1,64,1,64,1,64, + 1,64,1,64,1,64,3,64,1029,8,64,1,65,1,65,1,65,1,65,1,65,1,66,1,66, + 1,66,1,66,3,66,1040,8,66,1,66,1,66,3,66,1044,8,66,1,66,1,66,1,66, + 1,66,1,66,3,66,1051,8,66,1,67,1,67,1,67,3,67,1056,8,67,1,67,1,67, + 1,68,1,68,3,68,1062,8,68,1,68,1,68,3,68,1066,8,68,1,68,1,68,1,69, + 1,69,1,69,3,69,1073,8,69,1,69,1,69,3,69,1077,8,69,1,70,1,70,3,70, + 1081,8,70,1,70,1,70,3,70,1085,8,70,1,70,1,70,1,71,1,71,1,71,1,71, + 3,71,1093,8,71,1,71,1,71,3,71,1097,8,71,1,71,1,71,1,72,3,72,1102, + 8,72,1,72,1,72,1,72,1,72,3,72,1108,8,72,1,73,1,73,1,73,1,73,3,73, + 1114,8,73,1,73,3,73,1117,8,73,1,73,1,73,3,73,1121,8,73,1,74,1,74, + 1,74,1,75,1,75,1,75,1,75,5,75,1130,8,75,10,75,12,75,1133,9,75,1, + 76,1,76,1,76,1,76,5,76,1139,8,76,10,76,12,76,1142,9,76,1,76,1,76, + 1,77,1,77,3,77,1148,8,77,1,78,1,78,1,78,1,78,1,78,1,78,1,78,4,78, + 1157,8,78,11,78,12,78,1158,1,78,1,78,1,79,1,79,1,79,1,79,1,79,1, + 79,4,79,1169,8,79,11,79,12,79,1170,1,79,1,79,1,80,1,80,1,80,1,80, + 1,80,1,80,1,80,1,80,1,80,1,80,1,80,3,80,1186,8,80,1,80,3,80,1189, + 8,80,1,80,1,80,3,80,1193,8,80,1,80,3,80,1196,8,80,3,80,1198,8,80, + 1,80,1,80,1,80,3,80,1203,8,80,1,80,1,80,3,80,1207,8,80,1,80,3,80, + 1210,8,80,5,80,1212,8,80,10,80,12,80,1215,9,80,1,81,1,81,1,81,1, + 81,5,81,1221,8,81,10,81,12,81,1224,9,81,1,82,1,82,1,82,1,82,5,82, + 1230,8,82,10,82,12,82,1233,9,82,1,83,1,83,1,83,1,83,1,83,5,83,1240, + 8,83,10,83,12,83,1243,9,83,1,83,1,83,3,83,1247,8,83,1,83,1,83,1, + 83,1,83,1,83,1,84,1,84,1,85,1,85,3,85,1258,8,85,1,85,3,85,1261,8, + 85,1,85,3,85,1264,8,85,1,85,3,85,1267,8,85,1,85,3,85,1270,8,85,1, + 85,1,85,1,85,1,85,3,85,1276,8,85,1,86,1,86,3,86,1280,8,86,1,86,1, + 86,1,86,1,86,5,86,1286,8,86,10,86,12,86,1289,9,86,3,86,1291,8,86, + 1,87,1,87,1,87,3,87,1296,8,87,1,87,3,87,1299,8,87,1,87,1,87,3,87, + 1303,8,87,1,87,3,87,1306,8,87,3,87,1308,8,87,1,88,1,88,1,88,1,88, + 1,88,1,88,1,88,1,88,1,88,1,88,1,88,1,88,3,88,1322,8,88,1,89,1,89, + 1,89,1,90,1,90,1,90,1,90,5,90,1331,8,90,10,90,12,90,1334,9,90,1, + 90,1,90,3,90,1338,8,90,1,90,1,90,1,90,1,90,1,90,1,90,3,90,1346,8, + 90,1,90,3,90,1349,8,90,1,90,3,90,1352,8,90,1,90,1,90,1,90,3,90,1357, + 8,90,5,90,1359,8,90,10,90,12,90,1362,9,90,1,91,1,91,3,91,1366,8, + 91,1,92,3,92,1369,8,92,1,92,1,92,3,92,1373,8,92,1,92,1,92,3,92,1377, + 8,92,1,92,1,92,1,92,1,92,1,92,1,92,1,92,3,92,1386,8,92,1,92,1,92, + 1,92,1,92,1,92,1,92,1,92,1,92,1,92,3,92,1397,8,92,1,93,1,93,1,93, + 1,93,1,93,1,93,1,94,1,94,1,95,1,95,1,95,1,95,1,95,1,96,1,96,1,96, + 1,96,1,96,1,97,1,97,1,97,1,97,1,97,5,97,1422,8,97,10,97,12,97,1425, + 9,97,1,97,1,97,1,98,1,98,1,99,1,99,1,99,1,99,1,99,1,99,1,99,1,99, + 1,99,1,99,1,99,1,99,1,99,1,99,1,99,3,99,1446,8,99,1,100,1,100,1, + 101,1,101,1,101,1,101,1,101,1,102,1,102,1,102,1,102,3,102,1459,8, + 102,1,103,1,103,1,103,1,104,1,104,1,104,1,104,1,104,5,104,1469,8, + 104,10,104,12,104,1472,9,104,1,105,1,105,1,105,1,105,1,105,1,105, + 1,105,1,105,5,105,1482,8,105,10,105,12,105,1485,9,105,1,105,1,105, + 1,105,1,105,1,105,1,105,1,105,5,105,1494,8,105,10,105,12,105,1497, + 9,105,1,105,1,105,1,105,1,105,1,105,1,105,1,105,5,105,1506,8,105, + 10,105,12,105,1509,9,105,1,105,1,105,1,105,3,105,1514,8,105,1,106, + 1,106,1,106,1,107,1,107,1,108,1,108,1,108,1,108,1,108,1,108,1,108, + 1,109,1,109,1,110,1,110,1,111,1,111,1,111,1,112,1,112,1,112,1,112, + 5,112,1539,8,112,10,112,12,112,1542,9,112,1,113,1,113,1,113,1,113, + 1,114,3,114,1549,8,114,1,114,1,114,3,114,1553,8,114,1,114,3,114, + 1556,8,114,1,114,3,114,1559,8,114,1,114,1,114,1,115,1,115,1,115, + 3,115,1566,8,115,1,115,3,115,1569,8,115,1,115,3,115,1572,8,115,1, + 115,3,115,1575,8,115,1,115,3,115,1578,8,115,1,115,3,115,1581,8,115, + 1,115,1,115,1,115,3,115,1586,8,115,1,115,3,115,1589,8,115,1,116, + 1,116,1,116,1,116,1,116,5,116,1596,8,116,10,116,12,116,1599,9,116, + 1,117,1,117,3,117,1603,8,117,1,117,1,117,3,117,1607,8,117,1,118, + 1,118,1,118,3,118,1612,8,118,1,119,1,119,1,119,1,119,3,119,1618, + 8,119,1,119,1,119,1,119,3,119,1623,8,119,5,119,1625,8,119,10,119, + 12,119,1628,9,119,1,120,1,120,1,120,1,120,1,120,1,120,1,120,1,120, + 1,120,1,120,1,120,1,120,1,120,1,120,1,120,1,120,3,120,1646,8,120, + 1,121,1,121,1,121,1,121,5,121,1652,8,121,10,121,12,121,1655,9,121, + 1,122,1,122,1,122,4,122,1660,8,122,11,122,12,122,1661,1,122,1,122, + 3,122,1666,8,122,1,123,1,123,3,123,1670,8,123,1,124,1,124,1,124, + 1,124,1,124,1,124,1,124,1,124,3,124,1680,8,124,1,125,1,125,1,125, + 1,125,1,125,1,125,1,125,1,125,1,125,1,125,1,125,1,125,1,125,1,125, + 1,125,1,125,1,125,1,125,1,125,1,125,1,125,1,125,1,125,1,125,3,125, + 1706,8,125,1,126,1,126,1,126,1,126,5,126,1712,8,126,10,126,12,126, + 1715,9,126,1,127,1,127,1,127,1,127,1,127,1,127,1,127,1,127,1,127, + 3,127,1726,8,127,1,128,1,128,1,128,1,128,1,128,1,129,1,129,1,129, + 1,130,1,130,1,131,1,131,1,131,1,131,1,131,1,131,1,131,1,131,1,131, + 1,131,3,131,1748,8,131,3,131,1750,8,131,1,131,1,131,1,131,1,131, + 1,131,1,131,1,131,1,131,1,131,3,131,1761,8,131,1,131,5,131,1764, + 8,131,10,131,12,131,1767,9,131,1,132,3,132,1770,8,132,1,132,1,132, + 3,132,1774,8,132,1,132,1,132,1,132,1,132,1,132,3,132,1781,8,132, + 1,132,1,132,1,132,1,132,1,132,5,132,1788,8,132,10,132,12,132,1791, + 9,132,1,132,1,132,1,132,3,132,1796,8,132,1,132,1,132,1,132,1,132, + 1,132,1,132,1,132,1,132,1,132,1,132,1,132,3,132,1809,8,132,1,132, + 1,132,1,132,1,132,1,132,3,132,1816,8,132,1,132,1,132,1,132,3,132, + 1821,8,132,1,132,1,132,1,132,1,132,3,132,1827,8,132,1,132,1,132, + 1,132,1,132,1,132,3,132,1834,8,132,1,132,1,132,1,132,1,132,1,132, + 3,132,1841,8,132,3,132,1843,8,132,1,133,3,133,1846,8,133,1,133,1, + 133,1,133,1,133,1,133,1,133,1,133,1,133,5,133,1856,8,133,10,133, + 12,133,1859,9,133,1,133,1,133,3,133,1863,8,133,1,133,3,133,1866, + 8,133,1,133,1,133,1,133,1,133,3,133,1872,8,133,3,133,1874,8,133, + 1,134,1,134,1,134,1,134,3,134,1880,8,134,1,134,1,134,1,134,1,134, + 1,134,1,134,1,134,1,134,1,134,1,134,1,134,1,134,1,134,1,134,1,134, + 1,134,1,134,1,134,1,134,5,134,1901,8,134,10,134,12,134,1904,9,134, + 1,135,1,135,1,135,1,135,1,135,3,135,1911,8,135,1,135,1,135,1,135, + 5,135,1916,8,135,10,135,12,135,1919,9,135,3,135,1921,8,135,1,135, + 1,135,3,135,1925,8,135,1,136,1,136,1,136,4,136,1930,8,136,11,136, + 12,136,1931,1,136,1,136,3,136,1936,8,136,1,136,1,136,1,136,1,136, + 1,136,4,136,1943,8,136,11,136,12,136,1944,1,136,1,136,3,136,1949, + 8,136,1,136,1,136,1,136,1,136,1,136,1,136,1,136,1,136,1,136,1,136, + 1,136,1,136,1,136,1,136,3,136,1965,8,136,1,136,1,136,1,136,1,136, + 1,136,1,136,1,136,3,136,1974,8,136,1,136,1,136,1,136,1,136,1,136, + 1,136,1,136,1,136,1,136,1,136,1,136,1,136,1,136,1,136,1,136,1,136, + 1,136,1,136,1,136,1,136,1,136,1,136,1,136,1,136,1,136,1,136,3,136, + 2002,8,136,1,136,1,136,1,136,1,136,1,136,5,136,2009,8,136,10,136, + 12,136,2012,9,136,1,137,1,137,1,138,1,138,1,138,1,138,3,138,2020, + 8,138,1,139,1,139,1,139,1,139,3,139,2026,8,139,1,140,1,140,3,140, + 2030,8,140,1,141,1,141,1,141,1,141,3,141,2036,8,141,1,142,1,142, + 1,143,1,143,1,144,1,144,3,144,2044,8,144,1,145,1,145,1,145,3,145, + 2049,8,145,1,146,1,146,3,146,2053,8,146,1,147,1,147,1,147,4,147, + 2058,8,147,11,147,12,147,2059,1,148,1,148,1,148,3,148,2065,8,148, + 1,149,1,149,1,149,1,149,1,149,1,150,3,150,2073,8,150,1,150,1,150, + 3,150,2077,8,150,1,151,3,151,2080,8,151,1,151,1,151,3,151,2084,8, + 151,1,152,1,152,1,152,1,153,1,153,4,153,2091,8,153,11,153,12,153, + 2092,1,153,3,153,2096,8,153,1,154,1,154,1,154,1,154,1,155,1,155, + 1,155,5,155,2105,8,155,10,155,12,155,2108,9,155,1,156,1,156,1,156, + 3,156,2113,8,156,1,157,1,157,1,158,1,158,1,159,1,159,1,159,1,159, + 1,159,1,160,1,160,1,161,1,161,1,162,1,162,1,162,3,162,2131,8,162, + 1,163,1,163,1,163,3,163,2136,8,163,1,164,1,164,1,164,3,164,2141, + 8,164,1,164,1,164,1,164,1,164,1,164,3,164,2148,8,164,3,164,2150, + 8,164,1,165,1,165,1,165,3,165,2155,8,165,1,165,1,165,1,165,1,165, + 1,165,3,165,2162,8,165,3,165,2164,8,165,1,166,1,166,1,166,3,166, + 2169,8,166,1,166,1,166,1,166,1,166,1,166,3,166,2176,8,166,3,166, + 2178,8,166,1,167,1,167,1,167,3,167,2183,8,167,1,167,1,167,1,167, + 1,167,1,167,3,167,2190,8,167,3,167,2192,8,167,1,168,1,168,1,168, + 5,168,2197,8,168,10,168,12,168,2200,9,168,1,169,1,169,1,169,1,170, + 1,170,1,170,1,170,1,171,1,171,1,171,1,172,1,172,1,172,1,172,5,172, + 2216,8,172,10,172,12,172,2219,9,172,1,172,1,172,1,173,1,173,3,173, + 2225,8,173,1,173,3,173,2228,8,173,1,174,1,174,1,174,3,174,2233,8, + 174,1,175,1,175,1,175,1,175,3,175,2239,8,175,1,176,1,176,1,176,1, + 176,1,176,1,176,3,176,2247,8,176,1,177,1,177,1,177,1,177,1,177,1, + 177,1,177,1,177,1,177,1,177,1,177,1,177,1,177,1,177,3,177,2263,8, + 177,1,178,1,178,1,178,1,178,1,178,1,178,1,178,3,178,2272,8,178,1, + 179,1,179,1,180,1,180,1,181,1,181,1,181,1,181,3,181,2282,8,181,1, + 181,1,181,1,181,1,181,1,181,3,181,2289,8,181,1,181,3,181,2292,8, + 181,1,182,1,182,1,182,1,183,1,183,1,184,1,184,1,185,1,185,1,186, + 1,186,1,187,1,187,1,188,1,188,1,189,1,189,1,190,1,190,1,191,1,191, + 1,192,1,192,1,193,1,193,1,193,1,2198,5,160,180,262,268,272,194,0, + 2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46, + 48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90, + 92,94,96,98,100,102,104,106,108,110,112,114,116,118,120,122,124, + 126,128,130,132,134,136,138,140,142,144,146,148,150,152,154,156, + 158,160,162,164,166,168,170,172,174,176,178,180,182,184,186,188, + 190,192,194,196,198,200,202,204,206,208,210,212,214,216,218,220, + 222,224,226,228,230,232,234,236,238,240,242,244,246,248,250,252, + 254,256,258,260,262,264,266,268,270,272,274,276,278,280,282,284, + 286,288,290,292,294,296,298,300,302,304,306,308,310,312,314,316, + 318,320,322,324,326,328,330,332,334,336,338,340,342,344,346,348, + 350,352,354,356,358,360,362,364,366,368,370,372,374,376,378,380, + 382,384,386,0,47,2,0,109,109,451,451,3,0,45,45,128,128,189,189,4, + 0,42,42,90,90,423,423,465,465,2,0,442,442,448,448,2,0,151,151,170, + 170,2,0,438,438,490,490,2,0,483,486,488,488,3,0,32,32,91,91,245, + 245,11,0,28,29,35,35,46,46,92,92,178,179,345,345,361,361,379,379, + 382,382,388,388,417,418,2,0,434,434,436,436,4,0,101,102,115,115, + 144,144,247,247,2,0,13,13,232,232,2,0,456,456,463,463,3,0,5,5,271, + 271,445,445,3,0,267,267,456,456,463,463,3,0,426,426,459,459,478, + 478,3,0,331,331,466,466,482,482,2,0,441,441,491,491,2,0,183,183, + 266,266,3,0,130,130,180,180,403,403,4,0,152,152,174,174,202,202, + 318,318,3,0,446,446,460,460,500,500,4,0,251,251,447,447,495,497, + 499,499,2,0,74,74,321,321,3,0,460,460,493,493,500,500,2,0,440,440, + 451,451,2,0,458,458,468,468,4,0,140,140,245,245,398,398,405,405, + 2,0,19,19,370,370,2,0,5,5,11,11,2,0,510,510,530,531,4,0,453,453, + 528,528,532,532,535,535,2,0,530,531,533,533,1,0,530,531,1,0,539, + 540,2,0,539,539,542,542,4,0,453,453,528,528,530,532,534,535,3,0, + 242,242,509,510,530,531,2,0,140,140,398,398,2,0,5,5,113,113,10,0, + 97,97,165,165,223,223,230,230,335,335,437,437,471,471,473,473,489, + 489,503,503,15,0,97,97,165,165,223,223,230,230,335,335,428,428,437, + 437,443,443,449,450,455,455,461,461,471,476,489,489,492,492,503, + 504,11,0,5,5,13,13,33,33,78,78,84,85,113,113,201,201,208,209,390, + 390,414,414,528,528,3,0,78,78,84,85,208,209,2,0,91,91,379,380,53, + 0,4,4,13,13,23,23,38,38,41,41,43,44,54,54,56,56,69,69,75,75,98,99, + 107,107,119,119,134,134,139,139,143,143,145,145,160,160,165,165, + 167,167,187,188,190,195,198,198,200,200,202,202,206,206,210,210, + 215,215,221,221,223,224,230,230,244,244,246,246,265,265,277,277, + 282,282,284,284,294,294,318,318,322,324,335,335,358,359,365,365, + 368,368,381,381,396,396,399,400,409,409,420,421,437,437,470,470, + 489,489,503,503,1,0,438,505,2525,0,391,1,0,0,0,2,401,1,0,0,0,4,415, + 1,0,0,0,6,417,1,0,0,0,8,433,1,0,0,0,10,437,1,0,0,0,12,439,1,0,0, + 0,14,442,1,0,0,0,16,453,1,0,0,0,18,461,1,0,0,0,20,469,1,0,0,0,22, + 471,1,0,0,0,24,523,1,0,0,0,26,525,1,0,0,0,28,532,1,0,0,0,30,536, + 1,0,0,0,32,540,1,0,0,0,34,544,1,0,0,0,36,598,1,0,0,0,38,604,1,0, + 0,0,40,610,1,0,0,0,42,612,1,0,0,0,44,654,1,0,0,0,46,668,1,0,0,0, + 48,670,1,0,0,0,50,681,1,0,0,0,52,685,1,0,0,0,54,687,1,0,0,0,56,689, + 1,0,0,0,58,737,1,0,0,0,60,739,1,0,0,0,62,743,1,0,0,0,64,751,1,0, + 0,0,66,759,1,0,0,0,68,763,1,0,0,0,70,798,1,0,0,0,72,814,1,0,0,0, + 74,816,1,0,0,0,76,826,1,0,0,0,78,828,1,0,0,0,80,835,1,0,0,0,82,837, + 1,0,0,0,84,845,1,0,0,0,86,853,1,0,0,0,88,855,1,0,0,0,90,859,1,0, + 0,0,92,863,1,0,0,0,94,886,1,0,0,0,96,890,1,0,0,0,98,892,1,0,0,0, + 100,908,1,0,0,0,102,910,1,0,0,0,104,915,1,0,0,0,106,927,1,0,0,0, + 108,946,1,0,0,0,110,966,1,0,0,0,112,977,1,0,0,0,114,979,1,0,0,0, + 116,992,1,0,0,0,118,999,1,0,0,0,120,1002,1,0,0,0,122,1011,1,0,0, + 0,124,1015,1,0,0,0,126,1019,1,0,0,0,128,1022,1,0,0,0,130,1030,1, + 0,0,0,132,1035,1,0,0,0,134,1052,1,0,0,0,136,1059,1,0,0,0,138,1069, + 1,0,0,0,140,1078,1,0,0,0,142,1088,1,0,0,0,144,1107,1,0,0,0,146,1109, + 1,0,0,0,148,1122,1,0,0,0,150,1125,1,0,0,0,152,1134,1,0,0,0,154,1147, + 1,0,0,0,156,1149,1,0,0,0,158,1162,1,0,0,0,160,1197,1,0,0,0,162,1216, + 1,0,0,0,164,1225,1,0,0,0,166,1234,1,0,0,0,168,1253,1,0,0,0,170,1275, + 1,0,0,0,172,1277,1,0,0,0,174,1307,1,0,0,0,176,1321,1,0,0,0,178,1323, + 1,0,0,0,180,1337,1,0,0,0,182,1363,1,0,0,0,184,1396,1,0,0,0,186,1398, + 1,0,0,0,188,1404,1,0,0,0,190,1406,1,0,0,0,192,1411,1,0,0,0,194,1416, + 1,0,0,0,196,1428,1,0,0,0,198,1445,1,0,0,0,200,1447,1,0,0,0,202,1449, + 1,0,0,0,204,1458,1,0,0,0,206,1460,1,0,0,0,208,1463,1,0,0,0,210,1513, + 1,0,0,0,212,1515,1,0,0,0,214,1518,1,0,0,0,216,1520,1,0,0,0,218,1527, + 1,0,0,0,220,1529,1,0,0,0,222,1531,1,0,0,0,224,1534,1,0,0,0,226,1543, + 1,0,0,0,228,1548,1,0,0,0,230,1562,1,0,0,0,232,1590,1,0,0,0,234,1600, + 1,0,0,0,236,1608,1,0,0,0,238,1613,1,0,0,0,240,1645,1,0,0,0,242,1647, + 1,0,0,0,244,1656,1,0,0,0,246,1667,1,0,0,0,248,1679,1,0,0,0,250,1705, + 1,0,0,0,252,1707,1,0,0,0,254,1725,1,0,0,0,256,1727,1,0,0,0,258,1732, + 1,0,0,0,260,1735,1,0,0,0,262,1749,1,0,0,0,264,1842,1,0,0,0,266,1873, + 1,0,0,0,268,1879,1,0,0,0,270,1924,1,0,0,0,272,2001,1,0,0,0,274,2013, + 1,0,0,0,276,2019,1,0,0,0,278,2025,1,0,0,0,280,2029,1,0,0,0,282,2035, + 1,0,0,0,284,2037,1,0,0,0,286,2039,1,0,0,0,288,2043,1,0,0,0,290,2045, + 1,0,0,0,292,2050,1,0,0,0,294,2057,1,0,0,0,296,2061,1,0,0,0,298,2066, + 1,0,0,0,300,2076,1,0,0,0,302,2079,1,0,0,0,304,2085,1,0,0,0,306,2095, + 1,0,0,0,308,2097,1,0,0,0,310,2101,1,0,0,0,312,2112,1,0,0,0,314,2114, + 1,0,0,0,316,2116,1,0,0,0,318,2118,1,0,0,0,320,2123,1,0,0,0,322,2125, + 1,0,0,0,324,2127,1,0,0,0,326,2132,1,0,0,0,328,2149,1,0,0,0,330,2163, + 1,0,0,0,332,2177,1,0,0,0,334,2191,1,0,0,0,336,2193,1,0,0,0,338,2201, + 1,0,0,0,340,2204,1,0,0,0,342,2208,1,0,0,0,344,2211,1,0,0,0,346,2222, + 1,0,0,0,348,2232,1,0,0,0,350,2238,1,0,0,0,352,2246,1,0,0,0,354,2262, + 1,0,0,0,356,2271,1,0,0,0,358,2273,1,0,0,0,360,2275,1,0,0,0,362,2291, + 1,0,0,0,364,2293,1,0,0,0,366,2296,1,0,0,0,368,2298,1,0,0,0,370,2300, + 1,0,0,0,372,2302,1,0,0,0,374,2304,1,0,0,0,376,2306,1,0,0,0,378,2308, + 1,0,0,0,380,2310,1,0,0,0,382,2312,1,0,0,0,384,2314,1,0,0,0,386,2316, + 1,0,0,0,388,390,3,2,1,0,389,388,1,0,0,0,390,393,1,0,0,0,391,389, + 1,0,0,0,391,392,1,0,0,0,392,394,1,0,0,0,393,391,1,0,0,0,394,395, + 5,0,0,1,395,1,1,0,0,0,396,398,3,4,2,0,397,399,5,522,0,0,398,397, + 1,0,0,0,398,399,1,0,0,0,399,402,1,0,0,0,400,402,3,6,3,0,401,396, + 1,0,0,0,401,400,1,0,0,0,402,3,1,0,0,0,403,416,3,8,4,0,404,416,3, + 10,5,0,405,416,3,12,6,0,406,416,3,14,7,0,407,416,3,20,10,0,408,416, + 3,24,12,0,409,416,3,26,13,0,410,416,3,28,14,0,411,416,3,30,15,0, + 412,416,3,32,16,0,413,416,3,34,17,0,414,416,3,36,18,0,415,403,1, + 0,0,0,415,404,1,0,0,0,415,405,1,0,0,0,415,406,1,0,0,0,415,407,1, + 0,0,0,415,408,1,0,0,0,415,409,1,0,0,0,415,410,1,0,0,0,415,411,1, + 0,0,0,415,412,1,0,0,0,415,413,1,0,0,0,415,414,1,0,0,0,416,5,1,0, + 0,0,417,418,5,522,0,0,418,7,1,0,0,0,419,434,3,40,20,0,420,434,3, + 104,52,0,421,434,3,106,53,0,422,434,3,108,54,0,423,434,3,102,51, + 0,424,434,3,114,57,0,425,434,3,128,64,0,426,434,3,130,65,0,427,434, + 3,132,66,0,428,434,3,134,67,0,429,434,3,136,68,0,430,434,3,138,69, + 0,431,434,3,140,70,0,432,434,3,142,71,0,433,419,1,0,0,0,433,420, + 1,0,0,0,433,421,1,0,0,0,433,422,1,0,0,0,433,423,1,0,0,0,433,424, + 1,0,0,0,433,425,1,0,0,0,433,426,1,0,0,0,433,427,1,0,0,0,433,428, + 1,0,0,0,433,429,1,0,0,0,433,430,1,0,0,0,433,431,1,0,0,0,433,432, + 1,0,0,0,434,9,1,0,0,0,435,438,3,160,80,0,436,438,3,144,72,0,437, + 435,1,0,0,0,437,436,1,0,0,0,438,11,1,0,0,0,439,440,7,0,0,0,440,441, + 3,330,165,0,441,13,1,0,0,0,442,446,5,135,0,0,443,447,3,16,8,0,444, + 445,5,480,0,0,445,447,5,146,0,0,446,443,1,0,0,0,446,444,1,0,0,0, + 446,447,1,0,0,0,447,451,1,0,0,0,448,452,3,10,5,0,449,452,3,146,73, + 0,450,452,3,158,79,0,451,448,1,0,0,0,451,449,1,0,0,0,451,450,1,0, + 0,0,452,15,1,0,0,0,453,458,3,18,9,0,454,455,5,521,0,0,455,457,3, + 18,9,0,456,454,1,0,0,0,457,460,1,0,0,0,458,456,1,0,0,0,458,459,1, + 0,0,0,459,17,1,0,0,0,460,458,1,0,0,0,461,462,7,1,0,0,462,19,1,0, + 0,0,463,464,5,411,0,0,464,465,5,442,0,0,465,470,3,320,160,0,466, + 467,5,411,0,0,467,470,3,324,162,0,468,470,3,22,11,0,469,463,1,0, + 0,0,469,466,1,0,0,0,469,468,1,0,0,0,470,21,1,0,0,0,471,472,5,411, + 0,0,472,473,5,228,0,0,473,478,3,336,168,0,474,475,5,521,0,0,475, + 477,3,336,168,0,476,474,1,0,0,0,477,480,1,0,0,0,478,476,1,0,0,0, + 478,479,1,0,0,0,479,23,1,0,0,0,480,478,1,0,0,0,481,482,5,342,0,0, + 482,524,7,2,0,0,483,484,5,342,0,0,484,485,5,76,0,0,485,524,7,3,0, + 0,486,487,5,342,0,0,487,490,5,375,0,0,488,489,7,4,0,0,489,491,3, + 324,162,0,490,488,1,0,0,0,490,491,1,0,0,0,491,493,1,0,0,0,492,494, + 3,266,133,0,493,492,1,0,0,0,493,494,1,0,0,0,494,524,1,0,0,0,495, + 496,5,342,0,0,496,497,5,58,0,0,497,500,7,4,0,0,498,501,3,332,166, + 0,499,501,3,330,165,0,500,498,1,0,0,0,500,499,1,0,0,0,501,503,1, + 0,0,0,502,504,3,266,133,0,503,502,1,0,0,0,503,504,1,0,0,0,504,524, + 1,0,0,0,505,506,5,342,0,0,506,511,5,72,0,0,507,508,5,374,0,0,508, + 512,3,330,165,0,509,510,5,502,0,0,510,512,3,332,166,0,511,507,1, + 0,0,0,511,509,1,0,0,0,512,524,1,0,0,0,513,515,5,342,0,0,514,516, + 5,412,0,0,515,514,1,0,0,0,515,516,1,0,0,0,516,517,1,0,0,0,517,524, + 5,154,0,0,518,520,5,342,0,0,519,521,5,152,0,0,520,519,1,0,0,0,520, + 521,1,0,0,0,521,522,1,0,0,0,522,524,5,228,0,0,523,481,1,0,0,0,523, + 483,1,0,0,0,523,486,1,0,0,0,523,495,1,0,0,0,523,505,1,0,0,0,523, + 513,1,0,0,0,523,518,1,0,0,0,524,25,1,0,0,0,525,526,5,469,0,0,526, + 527,5,227,0,0,527,530,3,336,168,0,528,529,5,434,0,0,529,531,3,344, + 172,0,530,528,1,0,0,0,530,531,1,0,0,0,531,27,1,0,0,0,532,533,5,501, + 0,0,533,534,5,227,0,0,534,535,3,336,168,0,535,29,1,0,0,0,536,538, + 5,341,0,0,537,539,3,346,173,0,538,537,1,0,0,0,538,539,1,0,0,0,539, + 31,1,0,0,0,540,542,5,313,0,0,541,543,3,348,174,0,542,541,1,0,0,0, + 542,543,1,0,0,0,543,33,1,0,0,0,544,545,7,5,0,0,545,546,5,464,0,0, + 546,547,3,112,56,0,547,35,1,0,0,0,548,549,5,438,0,0,549,550,5,464, + 0,0,550,551,5,434,0,0,551,554,3,38,19,0,552,553,5,17,0,0,553,555, + 3,336,168,0,554,552,1,0,0,0,554,555,1,0,0,0,555,599,1,0,0,0,556, + 557,5,438,0,0,557,558,5,457,0,0,558,559,5,434,0,0,559,562,3,38,19, + 0,560,561,5,17,0,0,561,563,3,336,168,0,562,560,1,0,0,0,562,563,1, + 0,0,0,563,566,1,0,0,0,564,565,5,312,0,0,565,567,3,336,168,0,566, + 564,1,0,0,0,566,567,1,0,0,0,567,599,1,0,0,0,568,569,5,438,0,0,569, + 570,7,6,0,0,570,571,5,434,0,0,571,572,3,38,19,0,572,573,5,312,0, + 0,573,574,3,336,168,0,574,599,1,0,0,0,575,576,5,438,0,0,576,577, + 5,487,0,0,577,599,3,38,19,0,578,579,5,438,0,0,579,580,5,454,0,0, + 580,581,5,457,0,0,581,582,5,434,0,0,582,583,3,38,19,0,583,584,5, + 312,0,0,584,585,3,336,168,0,585,586,5,467,0,0,586,587,3,336,168, + 0,587,599,1,0,0,0,588,589,5,438,0,0,589,590,5,444,0,0,590,591,5, + 457,0,0,591,592,5,434,0,0,592,593,3,38,19,0,593,594,5,146,0,0,594, + 595,3,336,168,0,595,596,5,17,0,0,596,597,3,336,168,0,597,599,1,0, + 0,0,598,548,1,0,0,0,598,556,1,0,0,0,598,568,1,0,0,0,598,575,1,0, + 0,0,598,578,1,0,0,0,598,588,1,0,0,0,599,37,1,0,0,0,600,602,5,535, + 0,0,601,600,1,0,0,0,601,602,1,0,0,0,602,603,1,0,0,0,603,605,3,336, + 168,0,604,601,1,0,0,0,605,606,1,0,0,0,606,604,1,0,0,0,606,607,1, + 0,0,0,607,39,1,0,0,0,608,611,3,42,21,0,609,611,3,44,22,0,610,608, + 1,0,0,0,610,609,1,0,0,0,611,41,1,0,0,0,612,614,5,72,0,0,613,615, + 5,498,0,0,614,613,1,0,0,0,614,615,1,0,0,0,615,616,1,0,0,0,616,618, + 5,374,0,0,617,619,3,340,170,0,618,617,1,0,0,0,618,619,1,0,0,0,619, + 620,1,0,0,0,620,621,3,328,164,0,621,622,5,517,0,0,622,627,3,46,23, + 0,623,624,5,521,0,0,624,626,3,46,23,0,625,623,1,0,0,0,626,629,1, + 0,0,0,627,625,1,0,0,0,627,628,1,0,0,0,628,632,1,0,0,0,629,627,1, + 0,0,0,630,631,5,521,0,0,631,633,3,82,41,0,632,630,1,0,0,0,632,633, + 1,0,0,0,633,636,1,0,0,0,634,635,5,521,0,0,635,637,3,84,42,0,636, + 634,1,0,0,0,636,637,1,0,0,0,637,640,1,0,0,0,638,639,5,521,0,0,639, + 641,3,88,44,0,640,638,1,0,0,0,640,641,1,0,0,0,641,642,1,0,0,0,642, + 645,5,518,0,0,643,644,5,59,0,0,644,646,5,538,0,0,645,643,1,0,0,0, + 645,646,1,0,0,0,646,648,1,0,0,0,647,649,3,90,45,0,648,647,1,0,0, + 0,648,649,1,0,0,0,649,650,1,0,0,0,650,652,3,338,169,0,651,653,3, + 98,49,0,652,651,1,0,0,0,652,653,1,0,0,0,653,43,1,0,0,0,654,655,5, + 72,0,0,655,657,5,374,0,0,656,658,3,340,170,0,657,656,1,0,0,0,657, + 658,1,0,0,0,658,659,1,0,0,0,659,660,3,328,164,0,660,663,3,338,169, + 0,661,662,5,17,0,0,662,664,3,160,80,0,663,661,1,0,0,0,663,664,1, + 0,0,0,664,45,1,0,0,0,665,669,3,48,24,0,666,669,3,74,37,0,667,669, + 3,78,39,0,668,665,1,0,0,0,668,666,1,0,0,0,668,667,1,0,0,0,669,47, + 1,0,0,0,670,671,3,50,25,0,671,673,3,58,29,0,672,674,3,72,36,0,673, + 672,1,0,0,0,673,674,1,0,0,0,674,677,1,0,0,0,675,676,5,59,0,0,676, + 678,5,538,0,0,677,675,1,0,0,0,677,678,1,0,0,0,678,49,1,0,0,0,679, + 682,3,336,168,0,680,682,3,260,130,0,681,679,1,0,0,0,681,680,1,0, + 0,0,682,51,1,0,0,0,683,686,3,336,168,0,684,686,4,26,0,0,685,683, + 1,0,0,0,685,684,1,0,0,0,686,53,1,0,0,0,687,688,3,336,168,0,688,55, + 1,0,0,0,689,690,5,517,0,0,690,695,3,52,26,0,691,692,5,521,0,0,692, + 694,3,52,26,0,693,691,1,0,0,0,694,697,1,0,0,0,695,693,1,0,0,0,695, + 696,1,0,0,0,696,698,1,0,0,0,697,695,1,0,0,0,698,699,5,518,0,0,699, + 57,1,0,0,0,700,738,7,7,0,0,701,703,7,8,0,0,702,704,3,60,30,0,703, + 702,1,0,0,0,703,704,1,0,0,0,704,738,1,0,0,0,705,707,5,380,0,0,706, + 708,3,60,30,0,707,706,1,0,0,0,707,708,1,0,0,0,708,715,1,0,0,0,709, + 711,7,9,0,0,710,712,5,207,0,0,711,710,1,0,0,0,711,712,1,0,0,0,712, + 713,1,0,0,0,713,714,5,379,0,0,714,716,5,505,0,0,715,709,1,0,0,0, + 715,716,1,0,0,0,716,738,1,0,0,0,717,719,7,10,0,0,718,720,3,62,31, + 0,719,718,1,0,0,0,719,720,1,0,0,0,720,738,1,0,0,0,721,723,7,11,0, + 0,722,724,3,66,33,0,723,722,1,0,0,0,723,724,1,0,0,0,724,738,1,0, + 0,0,725,727,5,470,0,0,726,728,3,68,34,0,727,726,1,0,0,0,727,728, + 1,0,0,0,728,738,1,0,0,0,729,731,5,322,0,0,730,732,3,70,35,0,731, + 730,1,0,0,0,731,732,1,0,0,0,732,738,1,0,0,0,733,735,5,295,0,0,734, + 736,3,64,32,0,735,734,1,0,0,0,735,736,1,0,0,0,736,738,1,0,0,0,737, + 700,1,0,0,0,737,701,1,0,0,0,737,705,1,0,0,0,737,717,1,0,0,0,737, + 721,1,0,0,0,737,725,1,0,0,0,737,729,1,0,0,0,737,733,1,0,0,0,738, + 59,1,0,0,0,739,740,5,517,0,0,740,741,3,368,184,0,741,742,5,518,0, + 0,742,61,1,0,0,0,743,744,5,517,0,0,744,747,3,368,184,0,745,746,5, + 521,0,0,746,748,3,368,184,0,747,745,1,0,0,0,747,748,1,0,0,0,748, + 749,1,0,0,0,749,750,5,518,0,0,750,63,1,0,0,0,751,752,5,517,0,0,752, + 755,3,366,183,0,753,754,5,521,0,0,754,756,3,366,183,0,755,753,1, + 0,0,0,755,756,1,0,0,0,756,757,1,0,0,0,757,758,5,518,0,0,758,65,1, + 0,0,0,759,760,5,508,0,0,760,761,3,58,29,0,761,762,5,507,0,0,762, + 67,1,0,0,0,763,764,5,508,0,0,764,765,3,58,29,0,765,766,5,521,0,0, + 766,767,3,58,29,0,767,768,1,0,0,0,768,769,5,507,0,0,769,69,1,0,0, + 0,770,771,5,508,0,0,771,772,3,52,26,0,772,779,3,58,29,0,773,774, + 5,521,0,0,774,775,3,52,26,0,775,776,3,58,29,0,776,778,1,0,0,0,777, + 773,1,0,0,0,778,781,1,0,0,0,779,777,1,0,0,0,779,780,1,0,0,0,780, + 782,1,0,0,0,781,779,1,0,0,0,782,783,5,507,0,0,783,799,1,0,0,0,784, + 785,5,517,0,0,785,786,3,52,26,0,786,793,3,58,29,0,787,788,5,521, + 0,0,788,789,3,52,26,0,789,790,3,58,29,0,790,792,1,0,0,0,791,787, + 1,0,0,0,792,795,1,0,0,0,793,791,1,0,0,0,793,794,1,0,0,0,794,796, + 1,0,0,0,795,793,1,0,0,0,796,797,5,518,0,0,797,799,1,0,0,0,798,770, + 1,0,0,0,798,784,1,0,0,0,799,71,1,0,0,0,800,801,5,64,0,0,801,803, + 3,86,43,0,802,800,1,0,0,0,802,803,1,0,0,0,803,804,1,0,0,0,804,805, + 5,289,0,0,805,808,5,467,0,0,806,807,5,242,0,0,807,809,5,125,0,0, + 808,806,1,0,0,0,808,809,1,0,0,0,809,815,1,0,0,0,810,812,5,242,0, + 0,811,810,1,0,0,0,811,812,1,0,0,0,812,813,1,0,0,0,813,815,5,245, + 0,0,814,802,1,0,0,0,814,811,1,0,0,0,815,73,1,0,0,0,816,817,3,50, + 25,0,817,818,3,58,29,0,818,821,5,219,0,0,819,820,5,151,0,0,820,822, + 3,76,38,0,821,819,1,0,0,0,821,822,1,0,0,0,822,824,1,0,0,0,823,825, + 5,424,0,0,824,823,1,0,0,0,824,825,1,0,0,0,825,75,1,0,0,0,826,827, + 5,538,0,0,827,77,1,0,0,0,828,829,3,50,25,0,829,830,5,17,0,0,830, + 833,3,80,40,0,831,832,5,59,0,0,832,834,5,538,0,0,833,831,1,0,0,0, + 833,834,1,0,0,0,834,79,1,0,0,0,835,836,3,260,130,0,836,81,1,0,0, + 0,837,838,5,425,0,0,838,839,5,146,0,0,839,840,3,52,26,0,840,841, + 5,17,0,0,841,842,3,260,130,0,842,83,1,0,0,0,843,844,5,64,0,0,844, + 846,3,86,43,0,845,843,1,0,0,0,845,846,1,0,0,0,846,847,1,0,0,0,847, + 848,5,289,0,0,848,849,5,467,0,0,849,850,3,56,28,0,850,851,5,242, + 0,0,851,852,5,125,0,0,852,85,1,0,0,0,853,854,3,312,156,0,854,87, + 1,0,0,0,855,856,5,278,0,0,856,857,5,146,0,0,857,858,5,372,0,0,858, + 89,1,0,0,0,859,860,5,270,0,0,860,861,5,34,0,0,861,862,3,92,46,0, + 862,91,1,0,0,0,863,864,5,517,0,0,864,869,3,94,47,0,865,866,5,521, + 0,0,866,868,3,94,47,0,867,865,1,0,0,0,868,871,1,0,0,0,869,867,1, + 0,0,0,869,870,1,0,0,0,870,872,1,0,0,0,871,869,1,0,0,0,872,873,5, + 518,0,0,873,93,1,0,0,0,874,887,3,52,26,0,875,876,5,517,0,0,876,881, + 3,96,48,0,877,878,5,521,0,0,878,880,3,96,48,0,879,877,1,0,0,0,880, + 883,1,0,0,0,881,879,1,0,0,0,881,882,1,0,0,0,882,884,1,0,0,0,883, + 881,1,0,0,0,884,885,5,518,0,0,885,887,1,0,0,0,886,874,1,0,0,0,886, + 875,1,0,0,0,887,95,1,0,0,0,888,891,3,288,144,0,889,891,3,362,181, + 0,890,888,1,0,0,0,890,889,1,0,0,0,891,97,1,0,0,0,892,893,5,203,0, + 0,893,902,3,330,165,0,894,898,5,517,0,0,895,897,3,100,50,0,896,895, + 1,0,0,0,897,900,1,0,0,0,898,896,1,0,0,0,898,899,1,0,0,0,899,901, + 1,0,0,0,900,898,1,0,0,0,901,903,5,518,0,0,902,894,1,0,0,0,902,903, + 1,0,0,0,903,99,1,0,0,0,904,905,7,12,0,0,905,909,7,13,0,0,906,907, + 7,14,0,0,907,909,7,15,0,0,908,904,1,0,0,0,908,906,1,0,0,0,909,101, + 1,0,0,0,910,911,5,72,0,0,911,912,5,442,0,0,912,913,3,322,161,0,913, + 914,3,338,169,0,914,103,1,0,0,0,915,916,5,72,0,0,916,918,5,448,0, + 0,917,919,3,340,170,0,918,917,1,0,0,0,918,919,1,0,0,0,919,920,1, + 0,0,0,920,923,3,326,163,0,921,922,5,59,0,0,922,924,5,538,0,0,923, + 921,1,0,0,0,923,924,1,0,0,0,924,925,1,0,0,0,925,926,3,338,169,0, + 926,105,1,0,0,0,927,929,5,72,0,0,928,930,5,498,0,0,929,928,1,0,0, + 0,929,930,1,0,0,0,930,931,1,0,0,0,931,933,5,502,0,0,932,934,3,340, + 170,0,933,932,1,0,0,0,933,934,1,0,0,0,934,935,1,0,0,0,935,937,3, + 334,167,0,936,938,3,56,28,0,937,936,1,0,0,0,937,938,1,0,0,0,938, + 941,1,0,0,0,939,940,5,59,0,0,940,942,5,538,0,0,941,939,1,0,0,0,941, + 942,1,0,0,0,942,943,1,0,0,0,943,944,5,17,0,0,944,945,3,160,80,0, + 945,107,1,0,0,0,946,950,5,72,0,0,947,951,5,498,0,0,948,949,5,498, + 0,0,949,951,5,371,0,0,950,947,1,0,0,0,950,948,1,0,0,0,950,951,1, + 0,0,0,951,952,1,0,0,0,952,954,5,153,0,0,953,955,3,340,170,0,954, + 953,1,0,0,0,954,955,1,0,0,0,955,956,1,0,0,0,956,957,3,274,137,0, + 957,958,5,17,0,0,958,961,3,312,156,0,959,960,5,196,0,0,960,962,7, + 16,0,0,961,959,1,0,0,0,961,962,1,0,0,0,962,964,1,0,0,0,963,965,3, + 110,55,0,964,963,1,0,0,0,964,965,1,0,0,0,965,109,1,0,0,0,966,967, + 5,413,0,0,967,968,5,464,0,0,968,974,3,112,56,0,969,970,5,521,0,0, + 970,971,5,464,0,0,971,973,3,112,56,0,972,969,1,0,0,0,973,976,1,0, + 0,0,974,972,1,0,0,0,974,975,1,0,0,0,975,111,1,0,0,0,976,974,1,0, + 0,0,977,978,5,538,0,0,978,113,1,0,0,0,979,980,5,8,0,0,980,982,5, + 374,0,0,981,983,3,342,171,0,982,981,1,0,0,0,982,983,1,0,0,0,983, + 984,1,0,0,0,984,990,3,330,165,0,985,991,3,116,58,0,986,991,3,118, + 59,0,987,991,3,120,60,0,988,991,3,122,61,0,989,991,3,124,62,0,990, + 985,1,0,0,0,990,986,1,0,0,0,990,987,1,0,0,0,990,988,1,0,0,0,990, + 989,1,0,0,0,991,115,1,0,0,0,992,994,5,312,0,0,993,995,3,336,168, + 0,994,993,1,0,0,0,994,995,1,0,0,0,995,996,1,0,0,0,996,997,5,389, + 0,0,997,998,3,336,168,0,998,117,1,0,0,0,999,1000,5,341,0,0,1000, + 1001,3,344,172,0,1001,119,1,0,0,0,1002,1003,5,438,0,0,1003,1004, + 5,64,0,0,1004,1005,3,86,43,0,1005,1006,5,289,0,0,1006,1007,5,467, + 0,0,1007,1009,3,56,28,0,1008,1010,3,126,63,0,1009,1008,1,0,0,0,1009, + 1010,1,0,0,0,1010,121,1,0,0,0,1011,1012,5,116,0,0,1012,1013,5,64, + 0,0,1013,1014,3,86,43,0,1014,123,1,0,0,0,1015,1016,5,438,0,0,1016, + 1017,5,404,0,0,1017,1018,3,56,28,0,1018,125,1,0,0,0,1019,1020,5, + 242,0,0,1020,1021,5,125,0,0,1021,127,1,0,0,0,1022,1023,5,8,0,0,1023, + 1024,5,502,0,0,1024,1028,3,332,166,0,1025,1029,3,116,58,0,1026,1027, + 5,17,0,0,1027,1029,3,160,80,0,1028,1025,1,0,0,0,1028,1026,1,0,0, + 0,1029,129,1,0,0,0,1030,1031,5,8,0,0,1031,1032,5,448,0,0,1032,1033, + 3,324,162,0,1033,1034,3,118,59,0,1034,131,1,0,0,0,1035,1039,5,8, + 0,0,1036,1040,5,498,0,0,1037,1038,5,498,0,0,1038,1040,5,371,0,0, + 1039,1036,1,0,0,0,1039,1037,1,0,0,0,1039,1040,1,0,0,0,1040,1041, + 1,0,0,0,1041,1043,5,153,0,0,1042,1044,3,342,171,0,1043,1042,1,0, + 0,0,1043,1044,1,0,0,0,1044,1045,1,0,0,0,1045,1046,3,276,138,0,1046, + 1047,5,17,0,0,1047,1050,3,312,156,0,1048,1049,5,196,0,0,1049,1051, + 7,16,0,0,1050,1048,1,0,0,0,1050,1051,1,0,0,0,1051,133,1,0,0,0,1052, + 1053,5,116,0,0,1053,1055,5,442,0,0,1054,1056,3,342,171,0,1055,1054, + 1,0,0,0,1055,1056,1,0,0,0,1056,1057,1,0,0,0,1057,1058,3,320,160, + 0,1058,135,1,0,0,0,1059,1061,5,116,0,0,1060,1062,5,498,0,0,1061, + 1060,1,0,0,0,1061,1062,1,0,0,0,1062,1063,1,0,0,0,1063,1065,5,374, + 0,0,1064,1066,3,342,171,0,1065,1064,1,0,0,0,1065,1066,1,0,0,0,1066, + 1067,1,0,0,0,1067,1068,3,330,165,0,1068,137,1,0,0,0,1069,1070,5, + 116,0,0,1070,1072,5,448,0,0,1071,1073,3,342,171,0,1072,1071,1,0, + 0,0,1072,1073,1,0,0,0,1073,1074,1,0,0,0,1074,1076,3,324,162,0,1075, + 1077,7,17,0,0,1076,1075,1,0,0,0,1076,1077,1,0,0,0,1077,139,1,0,0, + 0,1078,1080,5,116,0,0,1079,1081,5,498,0,0,1080,1079,1,0,0,0,1080, + 1081,1,0,0,0,1081,1082,1,0,0,0,1082,1084,5,502,0,0,1083,1085,3,342, + 171,0,1084,1083,1,0,0,0,1084,1085,1,0,0,0,1085,1086,1,0,0,0,1086, + 1087,3,332,166,0,1087,141,1,0,0,0,1088,1092,5,116,0,0,1089,1093, + 5,498,0,0,1090,1091,5,498,0,0,1091,1093,5,371,0,0,1092,1089,1,0, + 0,0,1092,1090,1,0,0,0,1092,1093,1,0,0,0,1093,1094,1,0,0,0,1094,1096, + 5,153,0,0,1095,1097,3,342,171,0,1096,1095,1,0,0,0,1096,1097,1,0, + 0,0,1097,1098,1,0,0,0,1098,1099,3,276,138,0,1099,143,1,0,0,0,1100, + 1102,5,132,0,0,1101,1100,1,0,0,0,1101,1102,1,0,0,0,1102,1103,1,0, + 0,0,1103,1108,3,146,73,0,1104,1108,3,156,78,0,1105,1106,5,132,0, + 0,1106,1108,3,158,79,0,1107,1101,1,0,0,0,1107,1104,1,0,0,0,1107, + 1105,1,0,0,0,1108,145,1,0,0,0,1109,1110,5,177,0,0,1110,1111,7,18, + 0,0,1111,1120,3,330,165,0,1112,1114,3,148,74,0,1113,1112,1,0,0,0, + 1113,1114,1,0,0,0,1114,1116,1,0,0,0,1115,1117,3,56,28,0,1116,1115, + 1,0,0,0,1116,1117,1,0,0,0,1117,1118,1,0,0,0,1118,1121,3,160,80,0, + 1119,1121,3,150,75,0,1120,1113,1,0,0,0,1120,1119,1,0,0,0,1121,147, + 1,0,0,0,1122,1123,5,269,0,0,1123,1124,3,344,172,0,1124,149,1,0,0, + 0,1125,1126,5,415,0,0,1126,1131,3,152,76,0,1127,1128,5,521,0,0,1128, + 1130,3,152,76,0,1129,1127,1,0,0,0,1130,1133,1,0,0,0,1131,1129,1, + 0,0,0,1131,1132,1,0,0,0,1132,151,1,0,0,0,1133,1131,1,0,0,0,1134, + 1135,5,517,0,0,1135,1140,3,154,77,0,1136,1137,5,521,0,0,1137,1139, + 3,154,77,0,1138,1136,1,0,0,0,1139,1142,1,0,0,0,1140,1138,1,0,0,0, + 1140,1141,1,0,0,0,1141,1143,1,0,0,0,1142,1140,1,0,0,0,1143,1144, + 5,518,0,0,1144,153,1,0,0,0,1145,1148,3,362,181,0,1146,1148,3,270, + 135,0,1147,1145,1,0,0,0,1147,1146,1,0,0,0,1148,155,1,0,0,0,1149, + 1150,5,24,0,0,1150,1151,5,355,0,0,1151,1152,5,341,0,0,1152,1156, + 5,522,0,0,1153,1154,3,146,73,0,1154,1155,5,522,0,0,1155,1157,1,0, + 0,0,1156,1153,1,0,0,0,1157,1158,1,0,0,0,1158,1156,1,0,0,0,1158,1159, + 1,0,0,0,1159,1160,1,0,0,0,1160,1161,5,122,0,0,1161,157,1,0,0,0,1162, + 1163,5,355,0,0,1163,1164,5,341,0,0,1164,1168,5,24,0,0,1165,1166, + 3,146,73,0,1166,1167,5,522,0,0,1167,1169,1,0,0,0,1168,1165,1,0,0, + 0,1169,1170,1,0,0,0,1170,1168,1,0,0,0,1170,1171,1,0,0,0,1171,1172, + 1,0,0,0,1172,1173,5,122,0,0,1173,159,1,0,0,0,1174,1175,6,80,-1,0, + 1175,1198,3,162,81,0,1176,1177,3,164,82,0,1177,1178,3,160,80,5,1178, + 1198,1,0,0,0,1179,1180,5,517,0,0,1180,1181,3,160,80,0,1181,1182, + 5,518,0,0,1182,1198,1,0,0,0,1183,1185,3,172,86,0,1184,1186,3,232, + 116,0,1185,1184,1,0,0,0,1185,1186,1,0,0,0,1186,1188,1,0,0,0,1187, + 1189,3,236,118,0,1188,1187,1,0,0,0,1188,1189,1,0,0,0,1189,1198,1, + 0,0,0,1190,1192,3,170,85,0,1191,1193,3,232,116,0,1192,1191,1,0,0, + 0,1192,1193,1,0,0,0,1193,1195,1,0,0,0,1194,1196,3,236,118,0,1195, + 1194,1,0,0,0,1195,1196,1,0,0,0,1196,1198,1,0,0,0,1197,1174,1,0,0, + 0,1197,1176,1,0,0,0,1197,1179,1,0,0,0,1197,1183,1,0,0,0,1197,1190, + 1,0,0,0,1198,1213,1,0,0,0,1199,1200,10,3,0,0,1200,1202,7,19,0,0, + 1201,1203,5,5,0,0,1202,1201,1,0,0,0,1202,1203,1,0,0,0,1203,1204, + 1,0,0,0,1204,1206,3,160,80,0,1205,1207,3,232,116,0,1206,1205,1,0, + 0,0,1206,1207,1,0,0,0,1207,1209,1,0,0,0,1208,1210,3,236,118,0,1209, + 1208,1,0,0,0,1209,1210,1,0,0,0,1210,1212,1,0,0,0,1211,1199,1,0,0, + 0,1212,1215,1,0,0,0,1213,1211,1,0,0,0,1213,1214,1,0,0,0,1214,161, + 1,0,0,0,1215,1213,1,0,0,0,1216,1217,5,415,0,0,1217,1222,3,260,130, + 0,1218,1219,5,521,0,0,1219,1221,3,260,130,0,1220,1218,1,0,0,0,1221, + 1224,1,0,0,0,1222,1220,1,0,0,0,1222,1223,1,0,0,0,1223,163,1,0,0, + 0,1224,1222,1,0,0,0,1225,1226,5,434,0,0,1226,1231,3,166,83,0,1227, + 1228,5,521,0,0,1228,1230,3,166,83,0,1229,1227,1,0,0,0,1230,1233, + 1,0,0,0,1231,1229,1,0,0,0,1231,1232,1,0,0,0,1232,165,1,0,0,0,1233, + 1231,1,0,0,0,1234,1246,3,168,84,0,1235,1236,5,517,0,0,1236,1241, + 3,52,26,0,1237,1238,5,521,0,0,1238,1240,3,52,26,0,1239,1237,1,0, + 0,0,1240,1243,1,0,0,0,1241,1239,1,0,0,0,1241,1242,1,0,0,0,1242,1244, + 1,0,0,0,1243,1241,1,0,0,0,1244,1245,5,518,0,0,1245,1247,1,0,0,0, + 1246,1235,1,0,0,0,1246,1247,1,0,0,0,1247,1248,1,0,0,0,1248,1249, + 5,17,0,0,1249,1250,5,517,0,0,1250,1251,3,160,80,0,1251,1252,5,518, + 0,0,1252,167,1,0,0,0,1253,1254,3,312,156,0,1254,169,1,0,0,0,1255, + 1257,3,172,86,0,1256,1258,3,178,89,0,1257,1256,1,0,0,0,1257,1258, + 1,0,0,0,1258,1260,1,0,0,0,1259,1261,3,206,103,0,1260,1259,1,0,0, + 0,1260,1261,1,0,0,0,1261,1263,1,0,0,0,1262,1264,3,208,104,0,1263, + 1262,1,0,0,0,1263,1264,1,0,0,0,1264,1266,1,0,0,0,1265,1267,3,222, + 111,0,1266,1265,1,0,0,0,1266,1267,1,0,0,0,1267,1269,1,0,0,0,1268, + 1270,3,224,112,0,1269,1268,1,0,0,0,1269,1270,1,0,0,0,1270,1276,1, + 0,0,0,1271,1272,3,172,86,0,1272,1273,3,178,89,0,1273,1274,3,230, + 115,0,1274,1276,1,0,0,0,1275,1255,1,0,0,0,1275,1271,1,0,0,0,1276, + 171,1,0,0,0,1277,1279,5,337,0,0,1278,1280,3,372,186,0,1279,1278, + 1,0,0,0,1279,1280,1,0,0,0,1280,1290,1,0,0,0,1281,1291,5,528,0,0, + 1282,1287,3,174,87,0,1283,1284,5,521,0,0,1284,1286,3,174,87,0,1285, + 1283,1,0,0,0,1286,1289,1,0,0,0,1287,1285,1,0,0,0,1287,1288,1,0,0, + 0,1288,1291,1,0,0,0,1289,1287,1,0,0,0,1290,1281,1,0,0,0,1290,1282, + 1,0,0,0,1291,173,1,0,0,0,1292,1308,3,176,88,0,1293,1298,3,260,130, + 0,1294,1296,5,17,0,0,1295,1294,1,0,0,0,1295,1296,1,0,0,0,1296,1297, + 1,0,0,0,1297,1299,3,52,26,0,1298,1295,1,0,0,0,1298,1299,1,0,0,0, + 1299,1308,1,0,0,0,1300,1305,3,52,26,0,1301,1303,5,17,0,0,1302,1301, + 1,0,0,0,1302,1303,1,0,0,0,1303,1304,1,0,0,0,1304,1306,3,260,130, + 0,1305,1302,1,0,0,0,1305,1306,1,0,0,0,1306,1308,1,0,0,0,1307,1292, + 1,0,0,0,1307,1293,1,0,0,0,1307,1300,1,0,0,0,1308,175,1,0,0,0,1309, + 1310,3,272,136,0,1310,1311,5,263,0,0,1311,1312,3,228,114,0,1312, + 1313,5,17,0,0,1313,1314,3,312,156,0,1314,1322,1,0,0,0,1315,1316, + 3,272,136,0,1316,1317,5,263,0,0,1317,1318,3,304,152,0,1318,1319, + 5,17,0,0,1319,1320,3,312,156,0,1320,1322,1,0,0,0,1321,1309,1,0,0, + 0,1321,1315,1,0,0,0,1322,177,1,0,0,0,1323,1324,5,151,0,0,1324,1325, + 3,180,90,0,1325,179,1,0,0,0,1326,1327,6,90,-1,0,1327,1332,3,182, + 91,0,1328,1329,5,521,0,0,1329,1331,3,182,91,0,1330,1328,1,0,0,0, + 1331,1334,1,0,0,0,1332,1330,1,0,0,0,1332,1333,1,0,0,0,1333,1338, + 1,0,0,0,1334,1332,1,0,0,0,1335,1338,3,190,95,0,1336,1338,3,192,96, + 0,1337,1326,1,0,0,0,1337,1335,1,0,0,0,1337,1336,1,0,0,0,1338,1360, + 1,0,0,0,1339,1340,10,3,0,0,1340,1341,5,73,0,0,1341,1342,5,185,0, + 0,1342,1359,3,180,90,4,1343,1345,10,4,0,0,1344,1346,5,234,0,0,1345, + 1344,1,0,0,0,1345,1346,1,0,0,0,1346,1348,1,0,0,0,1347,1349,7,20, + 0,0,1348,1347,1,0,0,0,1348,1349,1,0,0,0,1349,1351,1,0,0,0,1350,1352, + 5,262,0,0,1351,1350,1,0,0,0,1351,1352,1,0,0,0,1352,1353,1,0,0,0, + 1353,1354,5,185,0,0,1354,1356,3,180,90,0,1355,1357,3,204,102,0,1356, + 1355,1,0,0,0,1356,1357,1,0,0,0,1357,1359,1,0,0,0,1358,1339,1,0,0, + 0,1358,1343,1,0,0,0,1359,1362,1,0,0,0,1360,1358,1,0,0,0,1360,1361, + 1,0,0,0,1361,181,1,0,0,0,1362,1360,1,0,0,0,1363,1365,3,184,92,0, + 1364,1366,3,302,151,0,1365,1364,1,0,0,0,1365,1366,1,0,0,0,1366,183, + 1,0,0,0,1367,1369,5,374,0,0,1368,1367,1,0,0,0,1368,1369,1,0,0,0, + 1369,1370,1,0,0,0,1370,1372,3,330,165,0,1371,1373,3,186,93,0,1372, + 1371,1,0,0,0,1372,1373,1,0,0,0,1373,1397,1,0,0,0,1374,1376,3,332, + 166,0,1375,1377,3,186,93,0,1376,1375,1,0,0,0,1376,1377,1,0,0,0,1377, + 1397,1,0,0,0,1378,1379,5,199,0,0,1379,1380,5,374,0,0,1380,1381,5, + 517,0,0,1381,1382,3,270,135,0,1382,1383,5,518,0,0,1383,1397,1,0, + 0,0,1384,1386,5,199,0,0,1385,1384,1,0,0,0,1385,1386,1,0,0,0,1386, + 1387,1,0,0,0,1387,1388,5,517,0,0,1388,1389,3,160,80,0,1389,1390, + 5,518,0,0,1390,1397,1,0,0,0,1391,1392,5,406,0,0,1392,1393,5,517, + 0,0,1393,1394,3,260,130,0,1394,1395,5,518,0,0,1395,1397,1,0,0,0, + 1396,1368,1,0,0,0,1396,1374,1,0,0,0,1396,1378,1,0,0,0,1396,1385, + 1,0,0,0,1396,1391,1,0,0,0,1397,185,1,0,0,0,1398,1399,5,146,0,0,1399, + 1400,5,372,0,0,1400,1401,5,17,0,0,1401,1402,5,250,0,0,1402,1403, + 3,188,94,0,1403,187,1,0,0,0,1404,1405,3,260,130,0,1405,189,1,0,0, + 0,1406,1407,5,517,0,0,1407,1408,3,150,75,0,1408,1409,5,518,0,0,1409, + 1410,3,302,151,0,1410,191,1,0,0,0,1411,1412,5,374,0,0,1412,1413, + 5,517,0,0,1413,1414,3,194,97,0,1414,1415,5,518,0,0,1415,193,1,0, + 0,0,1416,1417,3,196,98,0,1417,1418,5,517,0,0,1418,1423,3,198,99, + 0,1419,1420,5,521,0,0,1420,1422,3,198,99,0,1421,1419,1,0,0,0,1422, + 1425,1,0,0,0,1423,1421,1,0,0,0,1423,1424,1,0,0,0,1424,1426,1,0,0, + 0,1425,1423,1,0,0,0,1426,1427,5,518,0,0,1427,195,1,0,0,0,1428,1429, + 7,21,0,0,1429,197,1,0,0,0,1430,1431,5,374,0,0,1431,1446,3,220,110, + 0,1432,1446,3,202,101,0,1433,1446,3,290,145,0,1434,1435,5,447,0, + 0,1435,1436,5,537,0,0,1436,1437,5,374,0,0,1437,1446,3,220,110,0, + 1438,1439,5,499,0,0,1439,1440,5,537,0,0,1440,1446,3,202,101,0,1441, + 1442,3,200,100,0,1442,1443,5,537,0,0,1443,1444,3,290,145,0,1444, + 1446,1,0,0,0,1445,1430,1,0,0,0,1445,1432,1,0,0,0,1445,1433,1,0,0, + 0,1445,1434,1,0,0,0,1445,1438,1,0,0,0,1445,1441,1,0,0,0,1446,199, + 1,0,0,0,1447,1448,7,22,0,0,1448,201,1,0,0,0,1449,1450,5,452,0,0, + 1450,1451,5,517,0,0,1451,1452,3,52,26,0,1452,1453,5,518,0,0,1453, + 203,1,0,0,0,1454,1455,5,254,0,0,1455,1459,3,262,131,0,1456,1457, + 5,413,0,0,1457,1459,3,56,28,0,1458,1454,1,0,0,0,1458,1456,1,0,0, + 0,1459,205,1,0,0,0,1460,1461,5,431,0,0,1461,1462,3,262,131,0,1462, + 207,1,0,0,0,1463,1464,5,159,0,0,1464,1465,5,34,0,0,1465,1470,3,210, + 105,0,1466,1467,5,521,0,0,1467,1469,3,210,105,0,1468,1466,1,0,0, + 0,1469,1472,1,0,0,0,1470,1468,1,0,0,0,1470,1471,1,0,0,0,1471,209, + 1,0,0,0,1472,1470,1,0,0,0,1473,1514,3,52,26,0,1474,1514,3,216,108, + 0,1475,1476,5,517,0,0,1476,1514,5,518,0,0,1477,1478,5,517,0,0,1478, + 1483,3,260,130,0,1479,1480,5,521,0,0,1480,1482,3,260,130,0,1481, + 1479,1,0,0,0,1482,1485,1,0,0,0,1483,1481,1,0,0,0,1483,1484,1,0,0, + 0,1484,1486,1,0,0,0,1485,1483,1,0,0,0,1486,1487,5,518,0,0,1487,1514, + 1,0,0,0,1488,1489,3,214,107,0,1489,1490,5,517,0,0,1490,1495,3,260, + 130,0,1491,1492,5,521,0,0,1492,1494,3,260,130,0,1493,1491,1,0,0, + 0,1494,1497,1,0,0,0,1495,1493,1,0,0,0,1495,1496,1,0,0,0,1496,1498, + 1,0,0,0,1497,1495,1,0,0,0,1498,1499,5,518,0,0,1499,1514,1,0,0,0, + 1500,1501,3,212,106,0,1501,1502,5,517,0,0,1502,1507,3,210,105,0, + 1503,1504,5,521,0,0,1504,1506,3,210,105,0,1505,1503,1,0,0,0,1506, + 1509,1,0,0,0,1507,1505,1,0,0,0,1507,1508,1,0,0,0,1508,1510,1,0,0, + 0,1509,1507,1,0,0,0,1510,1511,5,518,0,0,1511,1514,1,0,0,0,1512,1514, + 3,260,130,0,1513,1473,1,0,0,0,1513,1474,1,0,0,0,1513,1475,1,0,0, + 0,1513,1477,1,0,0,0,1513,1488,1,0,0,0,1513,1500,1,0,0,0,1513,1512, + 1,0,0,0,1514,211,1,0,0,0,1515,1516,5,160,0,0,1516,1517,5,494,0,0, + 1517,213,1,0,0,0,1518,1519,7,23,0,0,1519,215,1,0,0,0,1520,1521,3, + 218,109,0,1521,1522,5,517,0,0,1522,1523,3,220,110,0,1523,1524,5, + 521,0,0,1524,1525,3,290,145,0,1525,1526,5,518,0,0,1526,217,1,0,0, + 0,1527,1528,7,24,0,0,1528,219,1,0,0,0,1529,1530,3,336,168,0,1530, + 221,1,0,0,0,1531,1532,5,163,0,0,1532,1533,3,262,131,0,1533,223,1, + 0,0,0,1534,1535,5,433,0,0,1535,1540,3,226,113,0,1536,1537,5,521, + 0,0,1537,1539,3,226,113,0,1538,1536,1,0,0,0,1539,1542,1,0,0,0,1540, + 1538,1,0,0,0,1540,1541,1,0,0,0,1541,225,1,0,0,0,1542,1540,1,0,0, + 0,1543,1544,3,304,152,0,1544,1545,5,17,0,0,1545,1546,3,228,114,0, + 1546,227,1,0,0,0,1547,1549,3,304,152,0,1548,1547,1,0,0,0,1548,1549, + 1,0,0,0,1549,1550,1,0,0,0,1550,1552,5,517,0,0,1551,1553,3,238,119, + 0,1552,1551,1,0,0,0,1552,1553,1,0,0,0,1553,1555,1,0,0,0,1554,1556, + 3,232,116,0,1555,1554,1,0,0,0,1555,1556,1,0,0,0,1556,1558,1,0,0, + 0,1557,1559,3,254,127,0,1558,1557,1,0,0,0,1558,1559,1,0,0,0,1559, + 1560,1,0,0,0,1560,1561,5,518,0,0,1561,229,1,0,0,0,1562,1563,5,214, + 0,0,1563,1565,5,517,0,0,1564,1566,3,238,119,0,1565,1564,1,0,0,0, + 1565,1566,1,0,0,0,1566,1568,1,0,0,0,1567,1569,3,232,116,0,1568,1567, + 1,0,0,0,1568,1569,1,0,0,0,1569,1571,1,0,0,0,1570,1572,3,242,121, + 0,1571,1570,1,0,0,0,1571,1572,1,0,0,0,1572,1574,1,0,0,0,1573,1575, + 3,248,124,0,1574,1573,1,0,0,0,1574,1575,1,0,0,0,1575,1577,1,0,0, + 0,1576,1578,3,250,125,0,1577,1576,1,0,0,0,1577,1578,1,0,0,0,1578, + 1580,1,0,0,0,1579,1581,3,244,122,0,1580,1579,1,0,0,0,1580,1581,1, + 0,0,0,1581,1582,1,0,0,0,1582,1583,3,252,126,0,1583,1588,5,518,0, + 0,1584,1586,5,17,0,0,1585,1584,1,0,0,0,1585,1586,1,0,0,0,1586,1587, + 1,0,0,0,1587,1589,3,312,156,0,1588,1585,1,0,0,0,1588,1589,1,0,0, + 0,1589,231,1,0,0,0,1590,1591,5,259,0,0,1591,1592,5,34,0,0,1592,1597, + 3,234,117,0,1593,1594,5,521,0,0,1594,1596,3,234,117,0,1595,1593, + 1,0,0,0,1596,1599,1,0,0,0,1597,1595,1,0,0,0,1597,1598,1,0,0,0,1598, + 233,1,0,0,0,1599,1597,1,0,0,0,1600,1602,3,52,26,0,1601,1603,7,25, + 0,0,1602,1601,1,0,0,0,1602,1603,1,0,0,0,1603,1606,1,0,0,0,1604,1605, + 5,477,0,0,1605,1607,7,26,0,0,1606,1604,1,0,0,0,1606,1607,1,0,0,0, + 1607,235,1,0,0,0,1608,1611,5,205,0,0,1609,1612,5,5,0,0,1610,1612, + 3,260,130,0,1611,1609,1,0,0,0,1611,1610,1,0,0,0,1612,237,1,0,0,0, + 1613,1614,5,269,0,0,1614,1617,5,34,0,0,1615,1618,3,52,26,0,1616, + 1618,3,272,136,0,1617,1615,1,0,0,0,1617,1616,1,0,0,0,1618,1626,1, + 0,0,0,1619,1622,5,521,0,0,1620,1623,3,52,26,0,1621,1623,3,272,136, + 0,1622,1620,1,0,0,0,1622,1621,1,0,0,0,1623,1625,1,0,0,0,1624,1619, + 1,0,0,0,1625,1628,1,0,0,0,1626,1624,1,0,0,0,1626,1627,1,0,0,0,1627, + 239,1,0,0,0,1628,1626,1,0,0,0,1629,1646,5,528,0,0,1630,1646,5,531, + 0,0,1631,1646,5,536,0,0,1632,1633,5,519,0,0,1633,1634,5,539,0,0, + 1634,1635,5,521,0,0,1635,1636,5,539,0,0,1636,1646,5,520,0,0,1637, + 1638,5,519,0,0,1638,1639,5,539,0,0,1639,1640,5,521,0,0,1640,1646, + 5,520,0,0,1641,1642,5,519,0,0,1642,1643,5,521,0,0,1643,1644,5,539, + 0,0,1644,1646,5,520,0,0,1645,1629,1,0,0,0,1645,1630,1,0,0,0,1645, + 1631,1,0,0,0,1645,1632,1,0,0,0,1645,1637,1,0,0,0,1645,1641,1,0,0, + 0,1646,241,1,0,0,0,1647,1648,5,216,0,0,1648,1653,3,174,87,0,1649, + 1650,5,521,0,0,1650,1652,3,174,87,0,1651,1649,1,0,0,0,1652,1655, + 1,0,0,0,1653,1651,1,0,0,0,1653,1654,1,0,0,0,1654,243,1,0,0,0,1655, + 1653,1,0,0,0,1656,1657,5,272,0,0,1657,1659,5,517,0,0,1658,1660,3, + 246,123,0,1659,1658,1,0,0,0,1660,1661,1,0,0,0,1661,1659,1,0,0,0, + 1661,1662,1,0,0,0,1662,1663,1,0,0,0,1663,1665,5,518,0,0,1664,1666, + 3,258,129,0,1665,1664,1,0,0,0,1665,1666,1,0,0,0,1666,245,1,0,0,0, + 1667,1669,3,314,157,0,1668,1670,3,240,120,0,1669,1668,1,0,0,0,1669, + 1670,1,0,0,0,1670,247,1,0,0,0,1671,1672,5,5,0,0,1672,1673,5,323, + 0,0,1673,1674,5,273,0,0,1674,1680,5,211,0,0,1675,1676,5,255,0,0, + 1676,1677,5,322,0,0,1677,1678,5,273,0,0,1678,1680,5,211,0,0,1679, + 1671,1,0,0,0,1679,1675,1,0,0,0,1680,249,1,0,0,0,1681,1682,5,439, + 0,0,1682,1683,5,211,0,0,1683,1684,5,344,0,0,1684,1685,5,479,0,0, + 1685,1686,5,468,0,0,1686,1706,5,322,0,0,1687,1688,5,439,0,0,1688, + 1689,5,211,0,0,1689,1690,5,344,0,0,1690,1691,5,389,0,0,1691,1692, + 5,238,0,0,1692,1706,5,322,0,0,1693,1694,5,439,0,0,1694,1695,5,211, + 0,0,1695,1696,5,344,0,0,1696,1697,5,389,0,0,1697,1698,5,468,0,0, + 1698,1706,3,314,157,0,1699,1700,5,439,0,0,1700,1701,5,211,0,0,1701, + 1702,5,344,0,0,1702,1703,5,389,0,0,1703,1704,5,458,0,0,1704,1706, + 3,314,157,0,1705,1681,1,0,0,0,1705,1687,1,0,0,0,1705,1693,1,0,0, + 0,1705,1699,1,0,0,0,1706,251,1,0,0,0,1707,1708,5,105,0,0,1708,1713, + 3,174,87,0,1709,1710,5,521,0,0,1710,1712,3,174,87,0,1711,1709,1, + 0,0,0,1712,1715,1,0,0,0,1713,1711,1,0,0,0,1713,1714,1,0,0,0,1714, + 253,1,0,0,0,1715,1713,1,0,0,0,1716,1717,5,293,0,0,1717,1718,5,27, + 0,0,1718,1719,3,290,145,0,1719,1720,3,256,128,0,1720,1726,1,0,0, + 0,1721,1722,5,323,0,0,1722,1723,5,27,0,0,1723,1724,5,539,0,0,1724, + 1726,3,256,128,0,1725,1716,1,0,0,0,1725,1721,1,0,0,0,1726,255,1, + 0,0,0,1727,1728,5,481,0,0,1728,1729,5,10,0,0,1729,1730,5,76,0,0, + 1730,1731,5,322,0,0,1731,257,1,0,0,0,1732,1733,5,435,0,0,1733,1734, + 3,290,145,0,1734,259,1,0,0,0,1735,1736,3,262,131,0,1736,261,1,0, + 0,0,1737,1738,6,131,-1,0,1738,1739,5,242,0,0,1739,1750,3,262,131, + 6,1740,1741,5,133,0,0,1741,1742,5,517,0,0,1742,1743,3,160,80,0,1743, + 1744,5,518,0,0,1744,1750,1,0,0,0,1745,1747,3,268,134,0,1746,1748, + 3,264,132,0,1747,1746,1,0,0,0,1747,1748,1,0,0,0,1748,1750,1,0,0, + 0,1749,1737,1,0,0,0,1749,1740,1,0,0,0,1749,1745,1,0,0,0,1750,1765, + 1,0,0,0,1751,1752,10,3,0,0,1752,1753,5,10,0,0,1753,1764,3,262,131, + 4,1754,1755,10,2,0,0,1755,1756,5,258,0,0,1756,1764,3,262,131,3,1757, + 1758,10,1,0,0,1758,1760,5,184,0,0,1759,1761,5,242,0,0,1760,1759, + 1,0,0,0,1760,1761,1,0,0,0,1761,1762,1,0,0,0,1762,1764,7,27,0,0,1763, + 1751,1,0,0,0,1763,1754,1,0,0,0,1763,1757,1,0,0,0,1764,1767,1,0,0, + 0,1765,1763,1,0,0,0,1765,1766,1,0,0,0,1766,263,1,0,0,0,1767,1765, + 1,0,0,0,1768,1770,5,242,0,0,1769,1768,1,0,0,0,1769,1770,1,0,0,0, + 1770,1771,1,0,0,0,1771,1773,5,27,0,0,1772,1774,7,28,0,0,1773,1772, + 1,0,0,0,1773,1774,1,0,0,0,1774,1775,1,0,0,0,1775,1776,3,268,134, + 0,1776,1777,5,10,0,0,1777,1778,3,268,134,0,1778,1843,1,0,0,0,1779, + 1781,5,242,0,0,1780,1779,1,0,0,0,1780,1781,1,0,0,0,1781,1782,1,0, + 0,0,1782,1783,5,170,0,0,1783,1784,5,517,0,0,1784,1789,3,260,130, + 0,1785,1786,5,521,0,0,1786,1788,3,260,130,0,1787,1785,1,0,0,0,1788, + 1791,1,0,0,0,1789,1787,1,0,0,0,1789,1790,1,0,0,0,1790,1792,1,0,0, + 0,1791,1789,1,0,0,0,1792,1793,5,518,0,0,1793,1843,1,0,0,0,1794,1796, + 5,242,0,0,1795,1794,1,0,0,0,1795,1796,1,0,0,0,1796,1797,1,0,0,0, + 1797,1798,5,170,0,0,1798,1799,5,517,0,0,1799,1800,3,160,80,0,1800, + 1801,5,518,0,0,1801,1843,1,0,0,0,1802,1803,5,133,0,0,1803,1804,5, + 517,0,0,1804,1805,3,160,80,0,1805,1806,5,518,0,0,1806,1843,1,0,0, + 0,1807,1809,5,242,0,0,1808,1807,1,0,0,0,1808,1809,1,0,0,0,1809,1810, + 1,0,0,0,1810,1811,5,319,0,0,1811,1843,3,268,134,0,1812,1843,3,266, + 133,0,1813,1815,5,184,0,0,1814,1816,5,242,0,0,1815,1814,1,0,0,0, + 1815,1816,1,0,0,0,1816,1817,1,0,0,0,1817,1843,7,27,0,0,1818,1820, + 5,184,0,0,1819,1821,5,242,0,0,1820,1819,1,0,0,0,1820,1821,1,0,0, + 0,1821,1822,1,0,0,0,1822,1823,5,113,0,0,1823,1824,5,151,0,0,1824, + 1843,3,268,134,0,1825,1827,5,242,0,0,1826,1825,1,0,0,0,1826,1827, + 1,0,0,0,1827,1828,1,0,0,0,1828,1829,5,343,0,0,1829,1830,5,389,0, + 0,1830,1833,3,268,134,0,1831,1832,5,127,0,0,1832,1834,3,366,183, + 0,1833,1831,1,0,0,0,1833,1834,1,0,0,0,1834,1843,1,0,0,0,1835,1836, + 5,184,0,0,1836,1840,5,186,0,0,1837,1841,5,414,0,0,1838,1841,5,13, + 0,0,1839,1841,3,312,156,0,1840,1837,1,0,0,0,1840,1838,1,0,0,0,1840, + 1839,1,0,0,0,1840,1841,1,0,0,0,1841,1843,1,0,0,0,1842,1769,1,0,0, + 0,1842,1780,1,0,0,0,1842,1795,1,0,0,0,1842,1802,1,0,0,0,1842,1808, + 1,0,0,0,1842,1812,1,0,0,0,1842,1813,1,0,0,0,1842,1818,1,0,0,0,1842, + 1826,1,0,0,0,1842,1835,1,0,0,0,1843,265,1,0,0,0,1844,1846,5,242, + 0,0,1845,1844,1,0,0,0,1845,1846,1,0,0,0,1846,1847,1,0,0,0,1847,1848, + 5,203,0,0,1848,1862,7,29,0,0,1849,1850,5,517,0,0,1850,1863,5,518, + 0,0,1851,1852,5,517,0,0,1852,1857,3,260,130,0,1853,1854,5,521,0, + 0,1854,1856,3,260,130,0,1855,1853,1,0,0,0,1856,1859,1,0,0,0,1857, + 1855,1,0,0,0,1857,1858,1,0,0,0,1858,1860,1,0,0,0,1859,1857,1,0,0, + 0,1860,1861,5,518,0,0,1861,1863,1,0,0,0,1862,1849,1,0,0,0,1862,1851, + 1,0,0,0,1863,1874,1,0,0,0,1864,1866,5,242,0,0,1865,1864,1,0,0,0, + 1865,1866,1,0,0,0,1866,1867,1,0,0,0,1867,1868,5,203,0,0,1868,1871, + 3,268,134,0,1869,1870,5,127,0,0,1870,1872,3,366,183,0,1871,1869, + 1,0,0,0,1871,1872,1,0,0,0,1872,1874,1,0,0,0,1873,1845,1,0,0,0,1873, + 1865,1,0,0,0,1874,267,1,0,0,0,1875,1876,6,134,-1,0,1876,1880,3,272, + 136,0,1877,1878,7,30,0,0,1878,1880,3,268,134,7,1879,1875,1,0,0,0, + 1879,1877,1,0,0,0,1880,1902,1,0,0,0,1881,1882,10,6,0,0,1882,1883, + 7,31,0,0,1883,1901,3,268,134,7,1884,1885,10,5,0,0,1885,1886,7,32, + 0,0,1886,1901,3,268,134,6,1887,1888,10,4,0,0,1888,1889,5,512,0,0, + 1889,1901,3,268,134,5,1890,1891,10,3,0,0,1891,1892,5,513,0,0,1892, + 1901,3,268,134,4,1893,1894,10,2,0,0,1894,1895,5,511,0,0,1895,1901, + 3,268,134,3,1896,1897,10,1,0,0,1897,1898,3,354,177,0,1898,1899,3, + 268,134,2,1899,1901,1,0,0,0,1900,1881,1,0,0,0,1900,1884,1,0,0,0, + 1900,1887,1,0,0,0,1900,1890,1,0,0,0,1900,1893,1,0,0,0,1900,1896, + 1,0,0,0,1901,1904,1,0,0,0,1902,1900,1,0,0,0,1902,1903,1,0,0,0,1903, + 269,1,0,0,0,1904,1902,1,0,0,0,1905,1925,3,380,190,0,1906,1925,3, + 278,139,0,1907,1908,3,280,140,0,1908,1920,5,517,0,0,1909,1911,3, + 372,186,0,1910,1909,1,0,0,0,1910,1911,1,0,0,0,1911,1912,1,0,0,0, + 1912,1917,3,282,141,0,1913,1914,5,521,0,0,1914,1916,3,282,141,0, + 1915,1913,1,0,0,0,1916,1919,1,0,0,0,1917,1915,1,0,0,0,1917,1918, + 1,0,0,0,1918,1921,1,0,0,0,1919,1917,1,0,0,0,1920,1910,1,0,0,0,1920, + 1921,1,0,0,0,1921,1922,1,0,0,0,1922,1923,5,518,0,0,1923,1925,1,0, + 0,0,1924,1905,1,0,0,0,1924,1906,1,0,0,0,1924,1907,1,0,0,0,1925,271, + 1,0,0,0,1926,1927,6,136,-1,0,1927,1929,5,40,0,0,1928,1930,3,318, + 159,0,1929,1928,1,0,0,0,1930,1931,1,0,0,0,1931,1929,1,0,0,0,1931, + 1932,1,0,0,0,1932,1935,1,0,0,0,1933,1934,5,120,0,0,1934,1936,3,260, + 130,0,1935,1933,1,0,0,0,1935,1936,1,0,0,0,1936,1937,1,0,0,0,1937, + 1938,5,122,0,0,1938,2002,1,0,0,0,1939,1940,5,40,0,0,1940,1942,3, + 260,130,0,1941,1943,3,318,159,0,1942,1941,1,0,0,0,1943,1944,1,0, + 0,0,1944,1942,1,0,0,0,1944,1945,1,0,0,0,1945,1948,1,0,0,0,1946,1947, + 5,120,0,0,1947,1949,3,260,130,0,1948,1946,1,0,0,0,1948,1949,1,0, + 0,0,1949,1950,1,0,0,0,1950,1951,5,122,0,0,1951,2002,1,0,0,0,1952, + 1953,5,41,0,0,1953,1954,5,517,0,0,1954,1955,3,260,130,0,1955,1956, + 5,17,0,0,1956,1957,3,58,29,0,1957,1958,5,518,0,0,1958,2002,1,0,0, + 0,1959,1960,5,458,0,0,1960,1961,5,517,0,0,1961,1964,3,260,130,0, + 1962,1963,5,462,0,0,1963,1965,5,477,0,0,1964,1962,1,0,0,0,1964,1965, + 1,0,0,0,1965,1966,1,0,0,0,1966,1967,5,518,0,0,1967,2002,1,0,0,0, + 1968,1969,5,468,0,0,1969,1970,5,517,0,0,1970,1973,3,260,130,0,1971, + 1972,5,462,0,0,1972,1974,5,477,0,0,1973,1971,1,0,0,0,1973,1974,1, + 0,0,0,1974,1975,1,0,0,0,1975,1976,5,518,0,0,1976,2002,1,0,0,0,1977, + 1978,5,282,0,0,1978,1979,5,517,0,0,1979,1980,3,268,134,0,1980,1981, + 5,170,0,0,1981,1982,3,268,134,0,1982,1983,5,518,0,0,1983,2002,1, + 0,0,0,1984,2002,3,362,181,0,1985,2002,5,528,0,0,1986,1987,3,336, + 168,0,1987,1988,5,514,0,0,1988,1989,5,528,0,0,1989,2002,1,0,0,0, + 1990,1991,5,517,0,0,1991,1992,3,160,80,0,1992,1993,5,518,0,0,1993, + 2002,1,0,0,0,1994,2002,3,270,135,0,1995,2002,3,54,27,0,1996,2002, + 3,284,142,0,1997,1998,5,517,0,0,1998,1999,3,260,130,0,1999,2000, + 5,518,0,0,2000,2002,1,0,0,0,2001,1926,1,0,0,0,2001,1939,1,0,0,0, + 2001,1952,1,0,0,0,2001,1959,1,0,0,0,2001,1968,1,0,0,0,2001,1977, + 1,0,0,0,2001,1984,1,0,0,0,2001,1985,1,0,0,0,2001,1986,1,0,0,0,2001, + 1990,1,0,0,0,2001,1994,1,0,0,0,2001,1995,1,0,0,0,2001,1996,1,0,0, + 0,2001,1997,1,0,0,0,2002,2010,1,0,0,0,2003,2004,10,4,0,0,2004,2005, + 5,515,0,0,2005,2006,3,268,134,0,2006,2007,5,516,0,0,2007,2009,1, + 0,0,0,2008,2003,1,0,0,0,2009,2012,1,0,0,0,2010,2008,1,0,0,0,2010, + 2011,1,0,0,0,2011,273,1,0,0,0,2012,2010,1,0,0,0,2013,2014,3,336, + 168,0,2014,275,1,0,0,0,2015,2020,3,384,192,0,2016,2020,3,380,190, + 0,2017,2020,3,382,191,0,2018,2020,3,336,168,0,2019,2015,1,0,0,0, + 2019,2016,1,0,0,0,2019,2017,1,0,0,0,2019,2018,1,0,0,0,2020,277,1, + 0,0,0,2021,2022,3,382,191,0,2022,2023,5,538,0,0,2023,2026,1,0,0, + 0,2024,2026,3,290,145,0,2025,2021,1,0,0,0,2025,2024,1,0,0,0,2026, + 279,1,0,0,0,2027,2030,3,384,192,0,2028,2030,3,336,168,0,2029,2027, + 1,0,0,0,2029,2028,1,0,0,0,2030,281,1,0,0,0,2031,2036,3,378,189,0, + 2032,2036,3,376,188,0,2033,2036,3,374,187,0,2034,2036,3,260,130, + 0,2035,2031,1,0,0,0,2035,2032,1,0,0,0,2035,2033,1,0,0,0,2035,2034, + 1,0,0,0,2036,283,1,0,0,0,2037,2038,3,336,168,0,2038,285,1,0,0,0, + 2039,2040,3,312,156,0,2040,287,1,0,0,0,2041,2044,3,312,156,0,2042, + 2044,3,284,142,0,2043,2041,1,0,0,0,2043,2042,1,0,0,0,2044,289,1, + 0,0,0,2045,2048,5,182,0,0,2046,2049,3,292,146,0,2047,2049,3,296, + 148,0,2048,2046,1,0,0,0,2048,2047,1,0,0,0,2048,2049,1,0,0,0,2049, + 291,1,0,0,0,2050,2052,3,294,147,0,2051,2053,3,298,149,0,2052,2051, + 1,0,0,0,2052,2053,1,0,0,0,2053,293,1,0,0,0,2054,2055,3,300,150,0, + 2055,2056,3,376,188,0,2056,2058,1,0,0,0,2057,2054,1,0,0,0,2058,2059, + 1,0,0,0,2059,2057,1,0,0,0,2059,2060,1,0,0,0,2060,295,1,0,0,0,2061, + 2064,3,298,149,0,2062,2065,3,294,147,0,2063,2065,3,298,149,0,2064, + 2062,1,0,0,0,2064,2063,1,0,0,0,2064,2065,1,0,0,0,2065,297,1,0,0, + 0,2066,2067,3,300,150,0,2067,2068,3,376,188,0,2068,2069,5,389,0, + 0,2069,2070,3,376,188,0,2070,299,1,0,0,0,2071,2073,7,33,0,0,2072, + 2071,1,0,0,0,2072,2073,1,0,0,0,2073,2074,1,0,0,0,2074,2077,7,34, + 0,0,2075,2077,5,538,0,0,2076,2072,1,0,0,0,2076,2075,1,0,0,0,2077, + 301,1,0,0,0,2078,2080,5,17,0,0,2079,2078,1,0,0,0,2079,2080,1,0,0, + 0,2080,2081,1,0,0,0,2081,2083,3,312,156,0,2082,2084,3,308,154,0, + 2083,2082,1,0,0,0,2083,2084,1,0,0,0,2084,303,1,0,0,0,2085,2086,3, + 312,156,0,2086,2087,3,306,153,0,2087,305,1,0,0,0,2088,2089,5,222, + 0,0,2089,2091,3,312,156,0,2090,2088,1,0,0,0,2091,2092,1,0,0,0,2092, + 2090,1,0,0,0,2092,2093,1,0,0,0,2093,2096,1,0,0,0,2094,2096,1,0,0, + 0,2095,2090,1,0,0,0,2095,2094,1,0,0,0,2096,307,1,0,0,0,2097,2098, + 5,517,0,0,2098,2099,3,310,155,0,2099,2100,5,518,0,0,2100,309,1,0, + 0,0,2101,2106,3,312,156,0,2102,2103,5,521,0,0,2103,2105,3,312,156, + 0,2104,2102,1,0,0,0,2105,2108,1,0,0,0,2106,2104,1,0,0,0,2106,2107, + 1,0,0,0,2107,311,1,0,0,0,2108,2106,1,0,0,0,2109,2113,3,314,157,0, + 2110,2113,3,316,158,0,2111,2113,3,386,193,0,2112,2109,1,0,0,0,2112, + 2110,1,0,0,0,2112,2111,1,0,0,0,2113,313,1,0,0,0,2114,2115,7,35,0, + 0,2115,315,1,0,0,0,2116,2117,5,538,0,0,2117,317,1,0,0,0,2118,2119, + 5,429,0,0,2119,2120,3,260,130,0,2120,2121,5,377,0,0,2121,2122,3, + 260,130,0,2122,319,1,0,0,0,2123,2124,3,312,156,0,2124,321,1,0,0, + 0,2125,2126,3,312,156,0,2126,323,1,0,0,0,2127,2130,3,312,156,0,2128, + 2129,5,514,0,0,2129,2131,3,312,156,0,2130,2128,1,0,0,0,2130,2131, + 1,0,0,0,2131,325,1,0,0,0,2132,2135,3,312,156,0,2133,2134,5,514,0, + 0,2134,2136,3,312,156,0,2135,2133,1,0,0,0,2135,2136,1,0,0,0,2136, + 327,1,0,0,0,2137,2140,3,312,156,0,2138,2139,5,514,0,0,2139,2141, + 3,312,156,0,2140,2138,1,0,0,0,2140,2141,1,0,0,0,2141,2150,1,0,0, + 0,2142,2143,3,312,156,0,2143,2144,5,514,0,0,2144,2147,3,312,156, + 0,2145,2146,5,514,0,0,2146,2148,3,312,156,0,2147,2145,1,0,0,0,2147, + 2148,1,0,0,0,2148,2150,1,0,0,0,2149,2137,1,0,0,0,2149,2142,1,0,0, + 0,2150,329,1,0,0,0,2151,2154,3,312,156,0,2152,2153,5,514,0,0,2153, + 2155,3,312,156,0,2154,2152,1,0,0,0,2154,2155,1,0,0,0,2155,2164,1, + 0,0,0,2156,2157,3,312,156,0,2157,2158,5,514,0,0,2158,2161,3,312, + 156,0,2159,2160,5,514,0,0,2160,2162,3,312,156,0,2161,2159,1,0,0, + 0,2161,2162,1,0,0,0,2162,2164,1,0,0,0,2163,2151,1,0,0,0,2163,2156, + 1,0,0,0,2164,331,1,0,0,0,2165,2168,3,312,156,0,2166,2167,5,514,0, + 0,2167,2169,3,312,156,0,2168,2166,1,0,0,0,2168,2169,1,0,0,0,2169, + 2178,1,0,0,0,2170,2171,3,312,156,0,2171,2172,5,514,0,0,2172,2175, + 3,312,156,0,2173,2174,5,514,0,0,2174,2176,3,312,156,0,2175,2173, + 1,0,0,0,2175,2176,1,0,0,0,2176,2178,1,0,0,0,2177,2165,1,0,0,0,2177, + 2170,1,0,0,0,2178,333,1,0,0,0,2179,2182,3,312,156,0,2180,2181,5, + 514,0,0,2181,2183,3,312,156,0,2182,2180,1,0,0,0,2182,2183,1,0,0, + 0,2183,2192,1,0,0,0,2184,2185,3,312,156,0,2185,2186,5,514,0,0,2186, + 2189,3,312,156,0,2187,2188,5,514,0,0,2188,2190,3,312,156,0,2189, + 2187,1,0,0,0,2189,2190,1,0,0,0,2190,2192,1,0,0,0,2191,2179,1,0,0, + 0,2191,2184,1,0,0,0,2192,335,1,0,0,0,2193,2198,3,312,156,0,2194, + 2195,5,514,0,0,2195,2197,3,312,156,0,2196,2194,1,0,0,0,2197,2200, + 1,0,0,0,2198,2199,1,0,0,0,2198,2196,1,0,0,0,2199,337,1,0,0,0,2200, + 2198,1,0,0,0,2201,2202,5,434,0,0,2202,2203,3,344,172,0,2203,339, + 1,0,0,0,2204,2205,5,167,0,0,2205,2206,5,242,0,0,2206,2207,5,133, + 0,0,2207,341,1,0,0,0,2208,2209,5,167,0,0,2209,2210,5,133,0,0,2210, + 343,1,0,0,0,2211,2212,5,517,0,0,2212,2217,3,346,173,0,2213,2214, + 5,521,0,0,2214,2216,3,346,173,0,2215,2213,1,0,0,0,2216,2219,1,0, + 0,0,2217,2215,1,0,0,0,2217,2218,1,0,0,0,2218,2220,1,0,0,0,2219,2217, + 1,0,0,0,2220,2221,5,518,0,0,2221,345,1,0,0,0,2222,2227,3,348,174, + 0,2223,2225,5,506,0,0,2224,2223,1,0,0,0,2224,2225,1,0,0,0,2225,2226, + 1,0,0,0,2226,2228,3,350,175,0,2227,2224,1,0,0,0,2227,2228,1,0,0, + 0,2228,347,1,0,0,0,2229,2233,3,312,156,0,2230,2233,3,284,142,0,2231, + 2233,5,538,0,0,2232,2229,1,0,0,0,2232,2230,1,0,0,0,2232,2231,1,0, + 0,0,2233,349,1,0,0,0,2234,2239,5,539,0,0,2235,2239,5,540,0,0,2236, + 2239,3,370,185,0,2237,2239,5,538,0,0,2238,2234,1,0,0,0,2238,2235, + 1,0,0,0,2238,2236,1,0,0,0,2238,2237,1,0,0,0,2239,351,1,0,0,0,2240, + 2247,5,10,0,0,2241,2242,5,512,0,0,2242,2247,5,512,0,0,2243,2247, + 5,258,0,0,2244,2245,5,511,0,0,2245,2247,5,511,0,0,2246,2240,1,0, + 0,0,2246,2241,1,0,0,0,2246,2243,1,0,0,0,2246,2244,1,0,0,0,2247,353, + 1,0,0,0,2248,2263,5,506,0,0,2249,2263,5,507,0,0,2250,2263,5,508, + 0,0,2251,2252,5,508,0,0,2252,2263,5,506,0,0,2253,2254,5,507,0,0, + 2254,2263,5,506,0,0,2255,2256,5,508,0,0,2256,2263,5,507,0,0,2257, + 2258,5,509,0,0,2258,2263,5,506,0,0,2259,2260,5,508,0,0,2260,2261, + 5,506,0,0,2261,2263,5,507,0,0,2262,2248,1,0,0,0,2262,2249,1,0,0, + 0,2262,2250,1,0,0,0,2262,2251,1,0,0,0,2262,2253,1,0,0,0,2262,2255, + 1,0,0,0,2262,2257,1,0,0,0,2262,2259,1,0,0,0,2263,355,1,0,0,0,2264, + 2265,5,508,0,0,2265,2272,5,508,0,0,2266,2267,5,507,0,0,2267,2272, + 5,507,0,0,2268,2272,5,512,0,0,2269,2272,5,513,0,0,2270,2272,5,511, + 0,0,2271,2264,1,0,0,0,2271,2266,1,0,0,0,2271,2268,1,0,0,0,2271,2269, + 1,0,0,0,2271,2270,1,0,0,0,2272,357,1,0,0,0,2273,2274,7,36,0,0,2274, + 359,1,0,0,0,2275,2276,7,37,0,0,2276,361,1,0,0,0,2277,2292,3,290, + 145,0,2278,2292,3,364,182,0,2279,2292,3,366,183,0,2280,2282,5,530, + 0,0,2281,2280,1,0,0,0,2281,2282,1,0,0,0,2282,2283,1,0,0,0,2283,2292, + 3,368,184,0,2284,2292,3,370,185,0,2285,2292,5,540,0,0,2286,2292, + 5,541,0,0,2287,2289,5,242,0,0,2288,2287,1,0,0,0,2288,2289,1,0,0, + 0,2289,2290,1,0,0,0,2290,2292,5,245,0,0,2291,2277,1,0,0,0,2291,2278, + 1,0,0,0,2291,2279,1,0,0,0,2291,2281,1,0,0,0,2291,2284,1,0,0,0,2291, + 2285,1,0,0,0,2291,2286,1,0,0,0,2291,2288,1,0,0,0,2292,363,1,0,0, + 0,2293,2294,3,374,187,0,2294,2295,3,366,183,0,2295,365,1,0,0,0,2296, + 2297,5,538,0,0,2297,367,1,0,0,0,2298,2299,5,539,0,0,2299,369,1,0, + 0,0,2300,2301,7,38,0,0,2301,371,1,0,0,0,2302,2303,7,39,0,0,2303, + 373,1,0,0,0,2304,2305,7,40,0,0,2305,375,1,0,0,0,2306,2307,7,41,0, + 0,2307,377,1,0,0,0,2308,2309,7,42,0,0,2309,379,1,0,0,0,2310,2311, + 7,43,0,0,2311,381,1,0,0,0,2312,2313,7,44,0,0,2313,383,1,0,0,0,2314, + 2315,7,45,0,0,2315,385,1,0,0,0,2316,2317,7,46,0,0,2317,387,1,0,0, + 0,274,391,398,401,415,433,437,446,451,458,469,478,490,493,500,503, + 511,515,520,523,530,538,542,554,562,566,598,601,606,610,614,618, + 627,632,636,640,645,648,652,657,663,668,673,677,681,685,695,703, + 707,711,715,719,723,727,731,735,737,747,755,779,793,798,802,808, + 811,814,821,824,833,845,869,881,886,890,898,902,908,918,923,929, + 933,937,941,950,954,961,964,974,982,990,994,1009,1028,1039,1043, + 1050,1055,1061,1065,1072,1076,1080,1084,1092,1096,1101,1107,1113, + 1116,1120,1131,1140,1147,1158,1170,1185,1188,1192,1195,1197,1202, + 1206,1209,1213,1222,1231,1241,1246,1257,1260,1263,1266,1269,1275, + 1279,1287,1290,1295,1298,1302,1305,1307,1321,1332,1337,1345,1348, + 1351,1356,1358,1360,1365,1368,1372,1376,1385,1396,1423,1445,1458, + 1470,1483,1495,1507,1513,1540,1548,1552,1555,1558,1565,1568,1571, + 1574,1577,1580,1585,1588,1597,1602,1606,1611,1617,1622,1626,1645, + 1653,1661,1665,1669,1679,1705,1713,1725,1747,1749,1760,1763,1765, + 1769,1773,1780,1789,1795,1808,1815,1820,1826,1833,1840,1842,1845, + 1857,1862,1865,1871,1873,1879,1900,1902,1910,1917,1920,1924,1931, + 1935,1944,1948,1964,1973,2001,2010,2019,2025,2029,2035,2043,2048, + 2052,2059,2064,2072,2076,2079,2083,2092,2095,2106,2112,2130,2135, + 2140,2147,2149,2154,2161,2163,2168,2175,2177,2182,2189,2191,2198, + 2217,2224,2227,2232,2238,2246,2262,2271,2281,2288,2291 ]; private static __ATN: antlr.ATN; @@ -16531,14 +16572,14 @@ export class ValuesRowDefinitionContext extends antlr.ParserRuleContext { public LR_BRACKET(): antlr.TerminalNode { return this.getToken(FlinkSqlParser.LR_BRACKET, 0)!; } - public constant(): ConstantContext[]; - public constant(i: number): ConstantContext | null; - public constant(i?: number): ConstantContext[] | ConstantContext | null { + public valueDefinition(): ValueDefinitionContext[]; + public valueDefinition(i: number): ValueDefinitionContext | null; + public valueDefinition(i?: number): ValueDefinitionContext[] | ValueDefinitionContext | null { if (i === undefined) { - return this.getRuleContexts(ConstantContext); + return this.getRuleContexts(ValueDefinitionContext); } - return this.getRuleContext(i, ConstantContext); + return this.getRuleContext(i, ValueDefinitionContext); } public RR_BRACKET(): antlr.TerminalNode { return this.getToken(FlinkSqlParser.RR_BRACKET, 0)!; @@ -16575,6 +16616,39 @@ export class ValuesRowDefinitionContext extends antlr.ParserRuleContext { } +export class ValueDefinitionContext extends antlr.ParserRuleContext { + public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { + super(parent, invokingState); + } + public constant(): ConstantContext | null { + return this.getRuleContext(0, ConstantContext); + } + public functionCallExpression(): FunctionCallExpressionContext | null { + return this.getRuleContext(0, FunctionCallExpressionContext); + } + public override get ruleIndex(): number { + return FlinkSqlParser.RULE_valueDefinition; + } + public override enterRule(listener: FlinkSqlParserListener): void { + if(listener.enterValueDefinition) { + listener.enterValueDefinition(this); + } + } + public override exitRule(listener: FlinkSqlParserListener): void { + if(listener.exitValueDefinition) { + listener.exitValueDefinition(this); + } + } + public override accept(visitor: FlinkSqlParserVisitor): Result | null { + if (visitor.visitValueDefinition) { + return visitor.visitValueDefinition(this); + } else { + return visitor.visitChildren(this); + } + } +} + + export class InsertMulStatementCompatibilityContext extends antlr.ParserRuleContext { public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { super(parent, invokingState); diff --git a/src/lib/flink/FlinkSqlParserListener.ts b/src/lib/flink/FlinkSqlParserListener.ts index 08214fd4..07627b6d 100644 --- a/src/lib/flink/FlinkSqlParserListener.ts +++ b/src/lib/flink/FlinkSqlParserListener.ts @@ -86,6 +86,7 @@ import { InsertSimpleStatementContext } from "./FlinkSqlParser.js"; import { InsertPartitionDefinitionContext } from "./FlinkSqlParser.js"; import { ValuesDefinitionContext } from "./FlinkSqlParser.js"; import { ValuesRowDefinitionContext } from "./FlinkSqlParser.js"; +import { ValueDefinitionContext } from "./FlinkSqlParser.js"; import { InsertMulStatementCompatibilityContext } from "./FlinkSqlParser.js"; import { InsertMulStatementContext } from "./FlinkSqlParser.js"; import { QueryStatementContext } from "./FlinkSqlParser.js"; @@ -1016,6 +1017,16 @@ export class FlinkSqlParserListener implements ParseTreeListener { * @param ctx the parse tree */ exitValuesRowDefinition?: (ctx: ValuesRowDefinitionContext) => void; + /** + * Enter a parse tree produced by `FlinkSqlParser.valueDefinition`. + * @param ctx the parse tree + */ + enterValueDefinition?: (ctx: ValueDefinitionContext) => void; + /** + * Exit a parse tree produced by `FlinkSqlParser.valueDefinition`. + * @param ctx the parse tree + */ + exitValueDefinition?: (ctx: ValueDefinitionContext) => void; /** * Enter a parse tree produced by `FlinkSqlParser.insertMulStatementCompatibility`. * @param ctx the parse tree diff --git a/src/lib/flink/FlinkSqlParserVisitor.ts b/src/lib/flink/FlinkSqlParserVisitor.ts index 073b3883..02b4937e 100644 --- a/src/lib/flink/FlinkSqlParserVisitor.ts +++ b/src/lib/flink/FlinkSqlParserVisitor.ts @@ -86,6 +86,7 @@ import { InsertSimpleStatementContext } from "./FlinkSqlParser.js"; import { InsertPartitionDefinitionContext } from "./FlinkSqlParser.js"; import { ValuesDefinitionContext } from "./FlinkSqlParser.js"; import { ValuesRowDefinitionContext } from "./FlinkSqlParser.js"; +import { ValueDefinitionContext } from "./FlinkSqlParser.js"; import { InsertMulStatementCompatibilityContext } from "./FlinkSqlParser.js"; import { InsertMulStatementContext } from "./FlinkSqlParser.js"; import { QueryStatementContext } from "./FlinkSqlParser.js"; @@ -705,6 +706,12 @@ export class FlinkSqlParserVisitor extends AbstractParseTreeVisitor Result; + /** + * Visit a parse tree produced by `FlinkSqlParser.valueDefinition`. + * @param ctx the parse tree + * @return the visitor result + */ + visitValueDefinition?: (ctx: ValueDefinitionContext) => Result; /** * Visit a parse tree produced by `FlinkSqlParser.insertMulStatementCompatibility`. * @param ctx the parse tree diff --git a/test/parser/flink/syntax/fixtures/select.sql b/test/parser/flink/syntax/fixtures/select.sql index 006957ed..0b51270e 100644 --- a/test/parser/flink/syntax/fixtures/select.sql +++ b/test/parser/flink/syntax/fixtures/select.sql @@ -55,3 +55,6 @@ from SELECT COALESCE(SUM(c.amount), 0) AS total_amount FROM cust c; SELECT SUM(c.amount) AS total_amount FROM cust c; +INSERT INTO SR_CATALOG.DEMOS.DETAIL_DEMO VALUES(2, 'YY', 2, CURRENT_DATE, NOW(),func1(),func2(1),func3('a',2)); + +INSERT INTO SR_CATALOG.DEMOS.DETAIL_DEMO SELECT 2, 'YY', 2, CURRENT_DATE,NOW(),func1(),func2(1),func3('a',2); \ No newline at end of file