diff --git a/src/grammar/flinksql/FlinkSqlLexer.g4 b/src/grammar/flinksql/FlinkSqlLexer.g4 index 5c12914..09aae11 100644 --- a/src/grammar/flinksql/FlinkSqlLexer.g4 +++ b/src/grammar/flinksql/FlinkSqlLexer.g4 @@ -79,6 +79,7 @@ FIRST: 'FIRST'; AFTER: 'AFTER'; LAST: 'LAST'; WITH: 'WITH'; +WITHOUT: 'WITHOUT'; VALUES: 'VALUES'; CREATE: 'CREATE'; TABLE: 'TABLE'; @@ -270,6 +271,7 @@ SYSTEM_TIME: 'SYSTEM_TIME'; ENFORCED: 'ENFORCED'; METADATA: 'METADATA'; VIRTUAL: 'VIRTUAL'; +ZONE: 'ZONE'; // DATA TYPE Keywords diff --git a/src/grammar/flinksql/FlinkSqlParser.g4 b/src/grammar/flinksql/FlinkSqlParser.g4 index 6114358..e6d7ca8 100644 --- a/src/grammar/flinksql/FlinkSqlParser.g4 +++ b/src/grammar/flinksql/FlinkSqlParser.g4 @@ -138,15 +138,16 @@ columnName ; columnNameList - : columnName (',' columnName)* + : LR_BRACKET columnName (',' columnName)* RR_BRACKET ; columnType : typeName=(DATE | BOOLEAN | NULL) | typeName=(CHAR | VARCHAR | STRING | BINARY | VARBINARY | BYTES | TINYINT | SMALLINT | INT | INTEGER | BIGINT - | TIME | TIMESTAMP | TIMESTAMP_LTZ | DATETIME + | TIME | TIMESTAMP_LTZ | DATETIME ) lengthOneDimension? + | typeName=TIMESTAMP lengthOneDimension? ((WITHOUT | WITH) LOCAL? TIME ZONE)? | typeName=(DECIMAL | DEC | NUMERIC | FLOAT | DOUBLE) lengthTwoOptionalDimension? | type=(ARRAY | MULTISET) lengthOneTypeDimension? | type=MAP mapTypeDimension? @@ -179,7 +180,7 @@ rowTypeDimension ; columnConstraint - :(CONSTRAINT constraintName)? PRIMARY KEY (NOT ENFORCED)? + :(CONSTRAINT constraintName)? PRIMARY KEY NOT ENFORCED ; commentSpec @@ -208,7 +209,7 @@ watermarkDefinition ; tableConstraint - : (CONSTRAINT constraintName)? PRIMARY KEY '(' columnNameList ')' (NOT ENFORCED)? + : (CONSTRAINT constraintName)? PRIMARY KEY columnNameList NOT ENFORCED ; constraintName @@ -247,8 +248,8 @@ sourceTable ; likeOption - : (INCLUDING | EXCLUDING) (ALL | CONSTRAINTS | PARTITIONS) - | (INCLUDING | EXCLUDING | OVERWRITING) (GENERATED | OPTIONS | WATERMARKS) + : ((INCLUDING | EXCLUDING) (ALL | CONSTRAINTS | PARTITIONS)) + | ((INCLUDING | EXCLUDING | OVERWRITING) (GENERATED | OPTIONS | WATERMARKS)) ; createCatalog @@ -334,7 +335,7 @@ insertStatement insertSimpleStatement : INSERT (INTO | OVERWRITE) uid ( - insertPartitionDefinition? insertColumnListDefinition? queryStatement + insertPartitionDefinition? columnNameList? queryStatement | valuesDefinition ) ; @@ -343,10 +344,6 @@ insertPartitionDefinition : PARTITION tablePropertyList ; -insertColumnListDefinition - : LR_BRACKET columnNameList RR_BRACKET - ; - valuesDefinition : VALUES valuesRowDefinition (COMMA valuesRowDefinition)* ; diff --git a/src/lib/flinksql/FlinkSqlLexer.interp b/src/lib/flinksql/FlinkSqlLexer.interp index 0bf2335..2cfa605 100644 --- a/src/lib/flinksql/FlinkSqlLexer.interp +++ b/src/lib/flinksql/FlinkSqlLexer.interp @@ -70,6 +70,7 @@ null 'AFTER' 'LAST' 'WITH' +'WITHOUT' 'VALUES' 'CREATE' 'TABLE' @@ -261,6 +262,7 @@ null 'ENFORCED' 'METADATA' 'VIRTUAL' +'ZONE' 'STRING' 'ARRAY' 'MAP' @@ -399,6 +401,7 @@ FIRST AFTER LAST WITH +WITHOUT VALUES CREATE TABLE @@ -590,6 +593,7 @@ SYSTEM_TIME ENFORCED METADATA VIRTUAL +ZONE STRING ARRAY MAP @@ -727,6 +731,7 @@ FIRST AFTER LAST WITH +WITHOUT VALUES CREATE TABLE @@ -918,6 +923,7 @@ SYSTEM_TIME ENFORCED METADATA VIRTUAL +ZONE STRING ARRAY MAP @@ -1003,4 +1009,4 @@ mode names: DEFAULT_MODE atn: -[4, 0, 326, 3116, 6, -1, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20, 7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26, 2, 27, 7, 27, 2, 28, 7, 28, 2, 29, 7, 29, 2, 30, 7, 30, 2, 31, 7, 31, 2, 32, 7, 32, 2, 33, 7, 33, 2, 34, 7, 34, 2, 35, 7, 35, 2, 36, 7, 36, 2, 37, 7, 37, 2, 38, 7, 38, 2, 39, 7, 39, 2, 40, 7, 40, 2, 41, 7, 41, 2, 42, 7, 42, 2, 43, 7, 43, 2, 44, 7, 44, 2, 45, 7, 45, 2, 46, 7, 46, 2, 47, 7, 47, 2, 48, 7, 48, 2, 49, 7, 49, 2, 50, 7, 50, 2, 51, 7, 51, 2, 52, 7, 52, 2, 53, 7, 53, 2, 54, 7, 54, 2, 55, 7, 55, 2, 56, 7, 56, 2, 57, 7, 57, 2, 58, 7, 58, 2, 59, 7, 59, 2, 60, 7, 60, 2, 61, 7, 61, 2, 62, 7, 62, 2, 63, 7, 63, 2, 64, 7, 64, 2, 65, 7, 65, 2, 66, 7, 66, 2, 67, 7, 67, 2, 68, 7, 68, 2, 69, 7, 69, 2, 70, 7, 70, 2, 71, 7, 71, 2, 72, 7, 72, 2, 73, 7, 73, 2, 74, 7, 74, 2, 75, 7, 75, 2, 76, 7, 76, 2, 77, 7, 77, 2, 78, 7, 78, 2, 79, 7, 79, 2, 80, 7, 80, 2, 81, 7, 81, 2, 82, 7, 82, 2, 83, 7, 83, 2, 84, 7, 84, 2, 85, 7, 85, 2, 86, 7, 86, 2, 87, 7, 87, 2, 88, 7, 88, 2, 89, 7, 89, 2, 90, 7, 90, 2, 91, 7, 91, 2, 92, 7, 92, 2, 93, 7, 93, 2, 94, 7, 94, 2, 95, 7, 95, 2, 96, 7, 96, 2, 97, 7, 97, 2, 98, 7, 98, 2, 99, 7, 99, 2, 100, 7, 100, 2, 101, 7, 101, 2, 102, 7, 102, 2, 103, 7, 103, 2, 104, 7, 104, 2, 105, 7, 105, 2, 106, 7, 106, 2, 107, 7, 107, 2, 108, 7, 108, 2, 109, 7, 109, 2, 110, 7, 110, 2, 111, 7, 111, 2, 112, 7, 112, 2, 113, 7, 113, 2, 114, 7, 114, 2, 115, 7, 115, 2, 116, 7, 116, 2, 117, 7, 117, 2, 118, 7, 118, 2, 119, 7, 119, 2, 120, 7, 120, 2, 121, 7, 121, 2, 122, 7, 122, 2, 123, 7, 123, 2, 124, 7, 124, 2, 125, 7, 125, 2, 126, 7, 126, 2, 127, 7, 127, 2, 128, 7, 128, 2, 129, 7, 129, 2, 130, 7, 130, 2, 131, 7, 131, 2, 132, 7, 132, 2, 133, 7, 133, 2, 134, 7, 134, 2, 135, 7, 135, 2, 136, 7, 136, 2, 137, 7, 137, 2, 138, 7, 138, 2, 139, 7, 139, 2, 140, 7, 140, 2, 141, 7, 141, 2, 142, 7, 142, 2, 143, 7, 143, 2, 144, 7, 144, 2, 145, 7, 145, 2, 146, 7, 146, 2, 147, 7, 147, 2, 148, 7, 148, 2, 149, 7, 149, 2, 150, 7, 150, 2, 151, 7, 151, 2, 152, 7, 152, 2, 153, 7, 153, 2, 154, 7, 154, 2, 155, 7, 155, 2, 156, 7, 156, 2, 157, 7, 157, 2, 158, 7, 158, 2, 159, 7, 159, 2, 160, 7, 160, 2, 161, 7, 161, 2, 162, 7, 162, 2, 163, 7, 163, 2, 164, 7, 164, 2, 165, 7, 165, 2, 166, 7, 166, 2, 167, 7, 167, 2, 168, 7, 168, 2, 169, 7, 169, 2, 170, 7, 170, 2, 171, 7, 171, 2, 172, 7, 172, 2, 173, 7, 173, 2, 174, 7, 174, 2, 175, 7, 175, 2, 176, 7, 176, 2, 177, 7, 177, 2, 178, 7, 178, 2, 179, 7, 179, 2, 180, 7, 180, 2, 181, 7, 181, 2, 182, 7, 182, 2, 183, 7, 183, 2, 184, 7, 184, 2, 185, 7, 185, 2, 186, 7, 186, 2, 187, 7, 187, 2, 188, 7, 188, 2, 189, 7, 189, 2, 190, 7, 190, 2, 191, 7, 191, 2, 192, 7, 192, 2, 193, 7, 193, 2, 194, 7, 194, 2, 195, 7, 195, 2, 196, 7, 196, 2, 197, 7, 197, 2, 198, 7, 198, 2, 199, 7, 199, 2, 200, 7, 200, 2, 201, 7, 201, 2, 202, 7, 202, 2, 203, 7, 203, 2, 204, 7, 204, 2, 205, 7, 205, 2, 206, 7, 206, 2, 207, 7, 207, 2, 208, 7, 208, 2, 209, 7, 209, 2, 210, 7, 210, 2, 211, 7, 211, 2, 212, 7, 212, 2, 213, 7, 213, 2, 214, 7, 214, 2, 215, 7, 215, 2, 216, 7, 216, 2, 217, 7, 217, 2, 218, 7, 218, 2, 219, 7, 219, 2, 220, 7, 220, 2, 221, 7, 221, 2, 222, 7, 222, 2, 223, 7, 223, 2, 224, 7, 224, 2, 225, 7, 225, 2, 226, 7, 226, 2, 227, 7, 227, 2, 228, 7, 228, 2, 229, 7, 229, 2, 230, 7, 230, 2, 231, 7, 231, 2, 232, 7, 232, 2, 233, 7, 233, 2, 234, 7, 234, 2, 235, 7, 235, 2, 236, 7, 236, 2, 237, 7, 237, 2, 238, 7, 238, 2, 239, 7, 239, 2, 240, 7, 240, 2, 241, 7, 241, 2, 242, 7, 242, 2, 243, 7, 243, 2, 244, 7, 244, 2, 245, 7, 245, 2, 246, 7, 246, 2, 247, 7, 247, 2, 248, 7, 248, 2, 249, 7, 249, 2, 250, 7, 250, 2, 251, 7, 251, 2, 252, 7, 252, 2, 253, 7, 253, 2, 254, 7, 254, 2, 255, 7, 255, 2, 256, 7, 256, 2, 257, 7, 257, 2, 258, 7, 258, 2, 259, 7, 259, 2, 260, 7, 260, 2, 261, 7, 261, 2, 262, 7, 262, 2, 263, 7, 263, 2, 264, 7, 264, 2, 265, 7, 265, 2, 266, 7, 266, 2, 267, 7, 267, 2, 268, 7, 268, 2, 269, 7, 269, 2, 270, 7, 270, 2, 271, 7, 271, 2, 272, 7, 272, 2, 273, 7, 273, 2, 274, 7, 274, 2, 275, 7, 275, 2, 276, 7, 276, 2, 277, 7, 277, 2, 278, 7, 278, 2, 279, 7, 279, 2, 280, 7, 280, 2, 281, 7, 281, 2, 282, 7, 282, 2, 283, 7, 283, 2, 284, 7, 284, 2, 285, 7, 285, 2, 286, 7, 286, 2, 287, 7, 287, 2, 288, 7, 288, 2, 289, 7, 289, 2, 290, 7, 290, 2, 291, 7, 291, 2, 292, 7, 292, 2, 293, 7, 293, 2, 294, 7, 294, 2, 295, 7, 295, 2, 296, 7, 296, 2, 297, 7, 297, 2, 298, 7, 298, 2, 299, 7, 299, 2, 300, 7, 300, 2, 301, 7, 301, 2, 302, 7, 302, 2, 303, 7, 303, 2, 304, 7, 304, 2, 305, 7, 305, 2, 306, 7, 306, 2, 307, 7, 307, 2, 308, 7, 308, 2, 309, 7, 309, 2, 310, 7, 310, 2, 311, 7, 311, 2, 312, 7, 312, 2, 313, 7, 313, 2, 314, 7, 314, 2, 315, 7, 315, 2, 316, 7, 316, 2, 317, 7, 317, 2, 318, 7, 318, 2, 319, 7, 319, 2, 320, 7, 320, 2, 321, 7, 321, 2, 322, 7, 322, 2, 323, 7, 323, 2, 324, 7, 324, 2, 325, 7, 325, 2, 326, 7, 326, 2, 327, 7, 327, 2, 328, 7, 328, 2, 329, 7, 329, 2, 330, 7, 330, 2, 331, 7, 331, 2, 332, 7, 332, 2, 333, 7, 333, 2, 334, 7, 334, 2, 335, 7, 335, 2, 336, 7, 336, 1, 0, 4, 0, 677, 8, 0, 11, 0, 12, 0, 678, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 687, 8, 1, 10, 1, 12, 1, 690, 9, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 2, 3, 2, 700, 8, 2, 1, 2, 5, 2, 703, 8, 2, 10, 2, 12, 2, 706, 9, 2, 1, 2, 3, 2, 709, 8, 2, 1, 2, 1, 2, 3, 2, 713, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 719, 8, 2, 1, 2, 1, 2, 3, 2, 723, 8, 2, 3, 2, 725, 8, 2, 1, 2, 1, 2, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 5, 1, 5, 1, 5, 1, 5, 1, 6, 1, 6, 1, 6, 1, 7, 1, 7, 1, 7, 1, 7, 1, 8, 1, 8, 1, 8, 1, 8, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 12, 1, 12, 1, 12, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 20, 1, 20, 1, 20, 1, 21, 1, 21, 1, 21, 1, 22, 1, 22, 1, 22, 1, 22, 1, 23, 1, 23, 1, 23, 1, 24, 1, 24, 1, 24, 1, 24, 1, 25, 1, 25, 1, 25, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 30, 1, 30, 1, 30, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 34, 1, 34, 1, 34, 1, 34, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 36, 1, 36, 1, 36, 1, 36, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 43, 1, 43, 1, 43, 1, 43, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 54, 1, 54, 1, 54, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 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, 1, 87, 1, 87, 1, 87, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 1, 94, 1, 94, 1, 94, 1, 94, 1, 94, 1, 94, 1, 94, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 97, 1, 97, 1, 97, 1, 97, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 107, 1, 107, 1, 107, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 110, 1, 110, 1, 110, 1, 110, 1, 110, 1, 110, 1, 111, 1, 111, 1, 111, 1, 111, 1, 111, 1, 111, 1, 111, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 113, 1, 113, 1, 113, 1, 113, 1, 113, 1, 113, 1, 113, 1, 113, 1, 114, 1, 114, 1, 114, 1, 114, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 1, 116, 1, 116, 1, 116, 1, 116, 1, 116, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 122, 1, 122, 1, 122, 1, 122, 1, 122, 1, 122, 1, 122, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 126, 1, 126, 1, 126, 1, 127, 1, 127, 1, 127, 1, 127, 1, 127, 1, 127, 1, 127, 1, 127, 1, 127, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 130, 1, 130, 1, 130, 1, 130, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 133, 1, 133, 1, 133, 1, 133, 1, 134, 1, 134, 1, 134, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 149, 1, 149, 1, 149, 1, 149, 1, 149, 1, 149, 1, 149, 1, 149, 1, 149, 1, 149, 1, 149, 1, 150, 1, 150, 1, 150, 1, 150, 1, 150, 1, 150, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 170, 1, 170, 1, 170, 1, 170, 1, 170, 1, 170, 1, 170, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 187, 1, 187, 1, 187, 1, 187, 1, 187, 1, 187, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 192, 1, 192, 1, 192, 1, 192, 1, 193, 1, 193, 1, 193, 1, 193, 1, 193, 1, 193, 1, 193, 1, 193, 1, 193, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 197, 1, 197, 1, 197, 1, 197, 1, 197, 1, 197, 1, 197, 1, 197, 1, 197, 1, 197, 1, 197, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 202, 1, 202, 1, 202, 1, 202, 1, 202, 1, 202, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 205, 1, 205, 1, 205, 1, 205, 1, 205, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 226, 1, 226, 1, 226, 1, 226, 1, 226, 1, 226, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 228, 1, 228, 1, 228, 1, 228, 1, 228, 1, 228, 1, 228, 1, 229, 1, 229, 1, 229, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 237, 1, 237, 1, 237, 1, 237, 1, 237, 1, 237, 1, 237, 1, 237, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 239, 1, 239, 1, 239, 1, 239, 1, 239, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 242, 1, 242, 1, 242, 1, 242, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 255, 1, 255, 1, 255, 1, 255, 1, 256, 1, 256, 1, 256, 1, 256, 1, 256, 1, 256, 1, 256, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 261, 1, 261, 1, 261, 1, 261, 1, 261, 1, 261, 1, 261, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 263, 1, 263, 1, 263, 1, 263, 1, 264, 1, 264, 1, 264, 1, 264, 1, 264, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 267, 1, 267, 1, 267, 1, 267, 1, 267, 1, 267, 1, 267, 1, 267, 1, 267, 1, 267, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 270, 1, 270, 1, 270, 1, 270, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 274, 1, 274, 1, 274, 1, 274, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 278, 1, 278, 1, 278, 1, 278, 1, 278, 1, 278, 1, 278, 1, 279, 1, 279, 1, 279, 1, 279, 1, 279, 1, 280, 1, 280, 1, 280, 1, 280, 1, 280, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 285, 1, 285, 1, 285, 1, 285, 1, 286, 1, 286, 1, 286, 1, 286, 1, 287, 1, 287, 1, 287, 1, 287, 1, 287, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 289, 1, 289, 1, 290, 1, 290, 1, 291, 1, 291, 1, 292, 1, 292, 1, 293, 1, 293, 1, 294, 1, 294, 1, 295, 1, 295, 1, 296, 1, 296, 1, 297, 1, 297, 1, 298, 1, 298, 1, 299, 1, 299, 1, 300, 1, 300, 1, 301, 1, 301, 1, 302, 1, 302, 1, 303, 1, 303, 1, 304, 1, 304, 1, 305, 1, 305, 1, 306, 1, 306, 1, 307, 1, 307, 1, 308, 1, 308, 1, 309, 1, 309, 1, 310, 1, 310, 1, 311, 1, 311, 1, 312, 1, 312, 1, 313, 1, 313, 1, 314, 1, 314, 1, 314, 1, 315, 1, 315, 1, 315, 1, 316, 1, 316, 1, 317, 1, 317, 1, 317, 1, 318, 1, 318, 1, 318, 1, 319, 1, 319, 1, 319, 3, 319, 2938, 8, 319, 1, 320, 4, 320, 2941, 8, 320, 11, 320, 12, 320, 2942, 1, 321, 4, 321, 2946, 8, 321, 11, 321, 12, 321, 2947, 3, 321, 2950, 8, 321, 1, 321, 1, 321, 4, 321, 2954, 8, 321, 11, 321, 12, 321, 2955, 1, 321, 4, 321, 2959, 8, 321, 11, 321, 12, 321, 2960, 1, 321, 1, 321, 1, 321, 1, 321, 4, 321, 2967, 8, 321, 11, 321, 12, 321, 2968, 3, 321, 2971, 8, 321, 1, 321, 1, 321, 4, 321, 2975, 8, 321, 11, 321, 12, 321, 2976, 1, 321, 1, 321, 1, 321, 4, 321, 2982, 8, 321, 11, 321, 12, 321, 2983, 1, 321, 1, 321, 3, 321, 2988, 8, 321, 1, 322, 1, 322, 1, 323, 1, 323, 1, 324, 1, 324, 1, 325, 1, 325, 1, 326, 1, 326, 5, 326, 3000, 8, 326, 10, 326, 12, 326, 3003, 9, 326, 4, 326, 3005, 8, 326, 11, 326, 12, 326, 3006, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 1, 327, 5, 327, 3015, 8, 327, 10, 327, 12, 327, 3018, 9, 327, 1, 327, 1, 327, 1, 328, 1, 328, 3, 328, 3024, 8, 328, 1, 328, 4, 328, 3027, 8, 328, 11, 328, 12, 328, 3028, 1, 329, 5, 329, 3032, 8, 329, 10, 329, 12, 329, 3035, 9, 329, 1, 329, 4, 329, 3038, 8, 329, 11, 329, 12, 329, 3039, 1, 329, 5, 329, 3043, 8, 329, 10, 329, 12, 329, 3046, 9, 329, 1, 330, 5, 330, 3049, 8, 330, 10, 330, 12, 330, 3052, 9, 330, 1, 330, 4, 330, 3055, 8, 330, 11, 330, 12, 330, 3056, 1, 330, 5, 330, 3060, 8, 330, 10, 330, 12, 330, 3063, 9, 330, 1, 331, 1, 331, 1, 332, 1, 332, 1, 333, 1, 333, 1, 333, 1, 333, 1, 333, 1, 333, 5, 333, 3075, 8, 333, 10, 333, 12, 333, 3078, 9, 333, 1, 333, 1, 333, 1, 334, 1, 334, 1, 334, 1, 334, 1, 334, 1, 334, 5, 334, 3088, 8, 334, 10, 334, 12, 334, 3091, 9, 334, 1, 334, 1, 334, 1, 335, 1, 335, 1, 335, 4, 335, 3098, 8, 335, 11, 335, 12, 335, 3099, 1, 335, 1, 335, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 5, 336, 3110, 8, 336, 10, 336, 12, 336, 3113, 9, 336, 1, 336, 1, 336, 5, 688, 3033, 3039, 3050, 3056, 0, 337, 1, 1, 3, 2, 5, 3, 7, 4, 9, 5, 11, 6, 13, 7, 15, 8, 17, 9, 19, 10, 21, 11, 23, 12, 25, 13, 27, 14, 29, 15, 31, 16, 33, 17, 35, 18, 37, 19, 39, 20, 41, 21, 43, 22, 45, 23, 47, 24, 49, 25, 51, 26, 53, 27, 55, 28, 57, 29, 59, 30, 61, 31, 63, 32, 65, 33, 67, 34, 69, 35, 71, 36, 73, 37, 75, 38, 77, 39, 79, 40, 81, 41, 83, 42, 85, 43, 87, 44, 89, 45, 91, 46, 93, 47, 95, 48, 97, 49, 99, 50, 101, 51, 103, 52, 105, 53, 107, 54, 109, 55, 111, 56, 113, 57, 115, 58, 117, 59, 119, 60, 121, 61, 123, 62, 125, 63, 127, 64, 129, 65, 131, 66, 133, 67, 135, 68, 137, 69, 139, 70, 141, 71, 143, 72, 145, 73, 147, 74, 149, 75, 151, 76, 153, 77, 155, 78, 157, 79, 159, 80, 161, 81, 163, 82, 165, 83, 167, 84, 169, 85, 171, 86, 173, 87, 175, 88, 177, 89, 179, 90, 181, 91, 183, 92, 185, 93, 187, 94, 189, 95, 191, 96, 193, 97, 195, 98, 197, 99, 199, 100, 201, 101, 203, 102, 205, 103, 207, 104, 209, 105, 211, 106, 213, 107, 215, 108, 217, 109, 219, 110, 221, 111, 223, 112, 225, 113, 227, 114, 229, 115, 231, 116, 233, 117, 235, 118, 237, 119, 239, 120, 241, 121, 243, 122, 245, 123, 247, 124, 249, 125, 251, 126, 253, 127, 255, 128, 257, 129, 259, 130, 261, 131, 263, 132, 265, 133, 267, 134, 269, 135, 271, 136, 273, 137, 275, 138, 277, 139, 279, 140, 281, 141, 283, 142, 285, 143, 287, 144, 289, 145, 291, 146, 293, 147, 295, 148, 297, 149, 299, 150, 301, 151, 303, 152, 305, 153, 307, 154, 309, 155, 311, 156, 313, 157, 315, 158, 317, 159, 319, 160, 321, 161, 323, 162, 325, 163, 327, 164, 329, 165, 331, 166, 333, 167, 335, 168, 337, 169, 339, 170, 341, 171, 343, 172, 345, 173, 347, 174, 349, 175, 351, 176, 353, 177, 355, 178, 357, 179, 359, 180, 361, 181, 363, 182, 365, 183, 367, 184, 369, 185, 371, 186, 373, 187, 375, 188, 377, 189, 379, 190, 381, 191, 383, 192, 385, 193, 387, 194, 389, 195, 391, 196, 393, 197, 395, 198, 397, 199, 399, 200, 401, 201, 403, 202, 405, 203, 407, 204, 409, 205, 411, 206, 413, 207, 415, 208, 417, 209, 419, 210, 421, 211, 423, 212, 425, 213, 427, 214, 429, 215, 431, 216, 433, 217, 435, 218, 437, 219, 439, 220, 441, 221, 443, 222, 445, 223, 447, 224, 449, 225, 451, 226, 453, 227, 455, 228, 457, 229, 459, 230, 461, 231, 463, 232, 465, 233, 467, 234, 469, 235, 471, 236, 473, 237, 475, 238, 477, 239, 479, 240, 481, 241, 483, 242, 485, 243, 487, 244, 489, 245, 491, 246, 493, 247, 495, 248, 497, 249, 499, 250, 501, 251, 503, 252, 505, 253, 507, 254, 509, 255, 511, 256, 513, 257, 515, 258, 517, 259, 519, 260, 521, 261, 523, 262, 525, 263, 527, 264, 529, 265, 531, 266, 533, 267, 535, 268, 537, 269, 539, 270, 541, 271, 543, 272, 545, 273, 547, 274, 549, 275, 551, 276, 553, 277, 555, 278, 557, 279, 559, 280, 561, 281, 563, 282, 565, 283, 567, 284, 569, 285, 571, 286, 573, 287, 575, 288, 577, 289, 579, 290, 581, 291, 583, 292, 585, 293, 587, 294, 589, 295, 591, 296, 593, 297, 595, 298, 597, 299, 599, 300, 601, 301, 603, 302, 605, 303, 607, 304, 609, 305, 611, 306, 613, 307, 615, 308, 617, 309, 619, 310, 621, 311, 623, 312, 625, 313, 627, 314, 629, 315, 631, 316, 633, 317, 635, 318, 637, 319, 639, 320, 641, 321, 643, 322, 645, 323, 647, 324, 649, 325, 651, 326, 653, 0, 655, 0, 657, 0, 659, 0, 661, 0, 663, 0, 665, 0, 667, 0, 669, 0, 671, 0, 673, 0, 1, 0, 16, 3, 0, 9, 10, 13, 13, 32, 32, 2, 0, 10, 10, 13, 13, 2, 0, 46, 46, 58, 58, 2, 0, 47, 47, 92, 92, 3, 0, 32, 32, 47, 47, 92, 92, 2, 0, 92, 92, 96, 96, 2, 0, 43, 43, 45, 45, 4, 0, 48, 57, 65, 90, 95, 95, 97, 122, 3, 0, 65, 90, 95, 95, 97, 122, 7, 0, 35, 38, 42, 42, 48, 57, 64, 90, 94, 95, 97, 123, 125, 125, 6, 0, 35, 38, 42, 42, 64, 90, 94, 95, 97, 123, 125, 125, 1, 0, 48, 57, 2, 0, 65, 90, 97, 122, 2, 0, 34, 34, 92, 92, 2, 0, 39, 39, 92, 92, 1, 0, 48, 49, 3150, 0, 1, 1, 0, 0, 0, 0, 3, 1, 0, 0, 0, 0, 5, 1, 0, 0, 0, 0, 7, 1, 0, 0, 0, 0, 9, 1, 0, 0, 0, 0, 11, 1, 0, 0, 0, 0, 13, 1, 0, 0, 0, 0, 15, 1, 0, 0, 0, 0, 17, 1, 0, 0, 0, 0, 19, 1, 0, 0, 0, 0, 21, 1, 0, 0, 0, 0, 23, 1, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 27, 1, 0, 0, 0, 0, 29, 1, 0, 0, 0, 0, 31, 1, 0, 0, 0, 0, 33, 1, 0, 0, 0, 0, 35, 1, 0, 0, 0, 0, 37, 1, 0, 0, 0, 0, 39, 1, 0, 0, 0, 0, 41, 1, 0, 0, 0, 0, 43, 1, 0, 0, 0, 0, 45, 1, 0, 0, 0, 0, 47, 1, 0, 0, 0, 0, 49, 1, 0, 0, 0, 0, 51, 1, 0, 0, 0, 0, 53, 1, 0, 0, 0, 0, 55, 1, 0, 0, 0, 0, 57, 1, 0, 0, 0, 0, 59, 1, 0, 0, 0, 0, 61, 1, 0, 0, 0, 0, 63, 1, 0, 0, 0, 0, 65, 1, 0, 0, 0, 0, 67, 1, 0, 0, 0, 0, 69, 1, 0, 0, 0, 0, 71, 1, 0, 0, 0, 0, 73, 1, 0, 0, 0, 0, 75, 1, 0, 0, 0, 0, 77, 1, 0, 0, 0, 0, 79, 1, 0, 0, 0, 0, 81, 1, 0, 0, 0, 0, 83, 1, 0, 0, 0, 0, 85, 1, 0, 0, 0, 0, 87, 1, 0, 0, 0, 0, 89, 1, 0, 0, 0, 0, 91, 1, 0, 0, 0, 0, 93, 1, 0, 0, 0, 0, 95, 1, 0, 0, 0, 0, 97, 1, 0, 0, 0, 0, 99, 1, 0, 0, 0, 0, 101, 1, 0, 0, 0, 0, 103, 1, 0, 0, 0, 0, 105, 1, 0, 0, 0, 0, 107, 1, 0, 0, 0, 0, 109, 1, 0, 0, 0, 0, 111, 1, 0, 0, 0, 0, 113, 1, 0, 0, 0, 0, 115, 1, 0, 0, 0, 0, 117, 1, 0, 0, 0, 0, 119, 1, 0, 0, 0, 0, 121, 1, 0, 0, 0, 0, 123, 1, 0, 0, 0, 0, 125, 1, 0, 0, 0, 0, 127, 1, 0, 0, 0, 0, 129, 1, 0, 0, 0, 0, 131, 1, 0, 0, 0, 0, 133, 1, 0, 0, 0, 0, 135, 1, 0, 0, 0, 0, 137, 1, 0, 0, 0, 0, 139, 1, 0, 0, 0, 0, 141, 1, 0, 0, 0, 0, 143, 1, 0, 0, 0, 0, 145, 1, 0, 0, 0, 0, 147, 1, 0, 0, 0, 0, 149, 1, 0, 0, 0, 0, 151, 1, 0, 0, 0, 0, 153, 1, 0, 0, 0, 0, 155, 1, 0, 0, 0, 0, 157, 1, 0, 0, 0, 0, 159, 1, 0, 0, 0, 0, 161, 1, 0, 0, 0, 0, 163, 1, 0, 0, 0, 0, 165, 1, 0, 0, 0, 0, 167, 1, 0, 0, 0, 0, 169, 1, 0, 0, 0, 0, 171, 1, 0, 0, 0, 0, 173, 1, 0, 0, 0, 0, 175, 1, 0, 0, 0, 0, 177, 1, 0, 0, 0, 0, 179, 1, 0, 0, 0, 0, 181, 1, 0, 0, 0, 0, 183, 1, 0, 0, 0, 0, 185, 1, 0, 0, 0, 0, 187, 1, 0, 0, 0, 0, 189, 1, 0, 0, 0, 0, 191, 1, 0, 0, 0, 0, 193, 1, 0, 0, 0, 0, 195, 1, 0, 0, 0, 0, 197, 1, 0, 0, 0, 0, 199, 1, 0, 0, 0, 0, 201, 1, 0, 0, 0, 0, 203, 1, 0, 0, 0, 0, 205, 1, 0, 0, 0, 0, 207, 1, 0, 0, 0, 0, 209, 1, 0, 0, 0, 0, 211, 1, 0, 0, 0, 0, 213, 1, 0, 0, 0, 0, 215, 1, 0, 0, 0, 0, 217, 1, 0, 0, 0, 0, 219, 1, 0, 0, 0, 0, 221, 1, 0, 0, 0, 0, 223, 1, 0, 0, 0, 0, 225, 1, 0, 0, 0, 0, 227, 1, 0, 0, 0, 0, 229, 1, 0, 0, 0, 0, 231, 1, 0, 0, 0, 0, 233, 1, 0, 0, 0, 0, 235, 1, 0, 0, 0, 0, 237, 1, 0, 0, 0, 0, 239, 1, 0, 0, 0, 0, 241, 1, 0, 0, 0, 0, 243, 1, 0, 0, 0, 0, 245, 1, 0, 0, 0, 0, 247, 1, 0, 0, 0, 0, 249, 1, 0, 0, 0, 0, 251, 1, 0, 0, 0, 0, 253, 1, 0, 0, 0, 0, 255, 1, 0, 0, 0, 0, 257, 1, 0, 0, 0, 0, 259, 1, 0, 0, 0, 0, 261, 1, 0, 0, 0, 0, 263, 1, 0, 0, 0, 0, 265, 1, 0, 0, 0, 0, 267, 1, 0, 0, 0, 0, 269, 1, 0, 0, 0, 0, 271, 1, 0, 0, 0, 0, 273, 1, 0, 0, 0, 0, 275, 1, 0, 0, 0, 0, 277, 1, 0, 0, 0, 0, 279, 1, 0, 0, 0, 0, 281, 1, 0, 0, 0, 0, 283, 1, 0, 0, 0, 0, 285, 1, 0, 0, 0, 0, 287, 1, 0, 0, 0, 0, 289, 1, 0, 0, 0, 0, 291, 1, 0, 0, 0, 0, 293, 1, 0, 0, 0, 0, 295, 1, 0, 0, 0, 0, 297, 1, 0, 0, 0, 0, 299, 1, 0, 0, 0, 0, 301, 1, 0, 0, 0, 0, 303, 1, 0, 0, 0, 0, 305, 1, 0, 0, 0, 0, 307, 1, 0, 0, 0, 0, 309, 1, 0, 0, 0, 0, 311, 1, 0, 0, 0, 0, 313, 1, 0, 0, 0, 0, 315, 1, 0, 0, 0, 0, 317, 1, 0, 0, 0, 0, 319, 1, 0, 0, 0, 0, 321, 1, 0, 0, 0, 0, 323, 1, 0, 0, 0, 0, 325, 1, 0, 0, 0, 0, 327, 1, 0, 0, 0, 0, 329, 1, 0, 0, 0, 0, 331, 1, 0, 0, 0, 0, 333, 1, 0, 0, 0, 0, 335, 1, 0, 0, 0, 0, 337, 1, 0, 0, 0, 0, 339, 1, 0, 0, 0, 0, 341, 1, 0, 0, 0, 0, 343, 1, 0, 0, 0, 0, 345, 1, 0, 0, 0, 0, 347, 1, 0, 0, 0, 0, 349, 1, 0, 0, 0, 0, 351, 1, 0, 0, 0, 0, 353, 1, 0, 0, 0, 0, 355, 1, 0, 0, 0, 0, 357, 1, 0, 0, 0, 0, 359, 1, 0, 0, 0, 0, 361, 1, 0, 0, 0, 0, 363, 1, 0, 0, 0, 0, 365, 1, 0, 0, 0, 0, 367, 1, 0, 0, 0, 0, 369, 1, 0, 0, 0, 0, 371, 1, 0, 0, 0, 0, 373, 1, 0, 0, 0, 0, 375, 1, 0, 0, 0, 0, 377, 1, 0, 0, 0, 0, 379, 1, 0, 0, 0, 0, 381, 1, 0, 0, 0, 0, 383, 1, 0, 0, 0, 0, 385, 1, 0, 0, 0, 0, 387, 1, 0, 0, 0, 0, 389, 1, 0, 0, 0, 0, 391, 1, 0, 0, 0, 0, 393, 1, 0, 0, 0, 0, 395, 1, 0, 0, 0, 0, 397, 1, 0, 0, 0, 0, 399, 1, 0, 0, 0, 0, 401, 1, 0, 0, 0, 0, 403, 1, 0, 0, 0, 0, 405, 1, 0, 0, 0, 0, 407, 1, 0, 0, 0, 0, 409, 1, 0, 0, 0, 0, 411, 1, 0, 0, 0, 0, 413, 1, 0, 0, 0, 0, 415, 1, 0, 0, 0, 0, 417, 1, 0, 0, 0, 0, 419, 1, 0, 0, 0, 0, 421, 1, 0, 0, 0, 0, 423, 1, 0, 0, 0, 0, 425, 1, 0, 0, 0, 0, 427, 1, 0, 0, 0, 0, 429, 1, 0, 0, 0, 0, 431, 1, 0, 0, 0, 0, 433, 1, 0, 0, 0, 0, 435, 1, 0, 0, 0, 0, 437, 1, 0, 0, 0, 0, 439, 1, 0, 0, 0, 0, 441, 1, 0, 0, 0, 0, 443, 1, 0, 0, 0, 0, 445, 1, 0, 0, 0, 0, 447, 1, 0, 0, 0, 0, 449, 1, 0, 0, 0, 0, 451, 1, 0, 0, 0, 0, 453, 1, 0, 0, 0, 0, 455, 1, 0, 0, 0, 0, 457, 1, 0, 0, 0, 0, 459, 1, 0, 0, 0, 0, 461, 1, 0, 0, 0, 0, 463, 1, 0, 0, 0, 0, 465, 1, 0, 0, 0, 0, 467, 1, 0, 0, 0, 0, 469, 1, 0, 0, 0, 0, 471, 1, 0, 0, 0, 0, 473, 1, 0, 0, 0, 0, 475, 1, 0, 0, 0, 0, 477, 1, 0, 0, 0, 0, 479, 1, 0, 0, 0, 0, 481, 1, 0, 0, 0, 0, 483, 1, 0, 0, 0, 0, 485, 1, 0, 0, 0, 0, 487, 1, 0, 0, 0, 0, 489, 1, 0, 0, 0, 0, 491, 1, 0, 0, 0, 0, 493, 1, 0, 0, 0, 0, 495, 1, 0, 0, 0, 0, 497, 1, 0, 0, 0, 0, 499, 1, 0, 0, 0, 0, 501, 1, 0, 0, 0, 0, 503, 1, 0, 0, 0, 0, 505, 1, 0, 0, 0, 0, 507, 1, 0, 0, 0, 0, 509, 1, 0, 0, 0, 0, 511, 1, 0, 0, 0, 0, 513, 1, 0, 0, 0, 0, 515, 1, 0, 0, 0, 0, 517, 1, 0, 0, 0, 0, 519, 1, 0, 0, 0, 0, 521, 1, 0, 0, 0, 0, 523, 1, 0, 0, 0, 0, 525, 1, 0, 0, 0, 0, 527, 1, 0, 0, 0, 0, 529, 1, 0, 0, 0, 0, 531, 1, 0, 0, 0, 0, 533, 1, 0, 0, 0, 0, 535, 1, 0, 0, 0, 0, 537, 1, 0, 0, 0, 0, 539, 1, 0, 0, 0, 0, 541, 1, 0, 0, 0, 0, 543, 1, 0, 0, 0, 0, 545, 1, 0, 0, 0, 0, 547, 1, 0, 0, 0, 0, 549, 1, 0, 0, 0, 0, 551, 1, 0, 0, 0, 0, 553, 1, 0, 0, 0, 0, 555, 1, 0, 0, 0, 0, 557, 1, 0, 0, 0, 0, 559, 1, 0, 0, 0, 0, 561, 1, 0, 0, 0, 0, 563, 1, 0, 0, 0, 0, 565, 1, 0, 0, 0, 0, 567, 1, 0, 0, 0, 0, 569, 1, 0, 0, 0, 0, 571, 1, 0, 0, 0, 0, 573, 1, 0, 0, 0, 0, 575, 1, 0, 0, 0, 0, 577, 1, 0, 0, 0, 0, 579, 1, 0, 0, 0, 0, 581, 1, 0, 0, 0, 0, 583, 1, 0, 0, 0, 0, 585, 1, 0, 0, 0, 0, 587, 1, 0, 0, 0, 0, 589, 1, 0, 0, 0, 0, 591, 1, 0, 0, 0, 0, 593, 1, 0, 0, 0, 0, 595, 1, 0, 0, 0, 0, 597, 1, 0, 0, 0, 0, 599, 1, 0, 0, 0, 0, 601, 1, 0, 0, 0, 0, 603, 1, 0, 0, 0, 0, 605, 1, 0, 0, 0, 0, 607, 1, 0, 0, 0, 0, 609, 1, 0, 0, 0, 0, 611, 1, 0, 0, 0, 0, 613, 1, 0, 0, 0, 0, 615, 1, 0, 0, 0, 0, 617, 1, 0, 0, 0, 0, 619, 1, 0, 0, 0, 0, 621, 1, 0, 0, 0, 0, 623, 1, 0, 0, 0, 0, 625, 1, 0, 0, 0, 0, 627, 1, 0, 0, 0, 0, 629, 1, 0, 0, 0, 0, 631, 1, 0, 0, 0, 0, 633, 1, 0, 0, 0, 0, 635, 1, 0, 0, 0, 0, 637, 1, 0, 0, 0, 0, 639, 1, 0, 0, 0, 0, 641, 1, 0, 0, 0, 0, 643, 1, 0, 0, 0, 0, 645, 1, 0, 0, 0, 0, 647, 1, 0, 0, 0, 0, 649, 1, 0, 0, 0, 0, 651, 1, 0, 0, 0, 1, 676, 1, 0, 0, 0, 3, 682, 1, 0, 0, 0, 5, 724, 1, 0, 0, 0, 7, 728, 1, 0, 0, 0, 9, 735, 1, 0, 0, 0, 11, 740, 1, 0, 0, 0, 13, 744, 1, 0, 0, 0, 15, 747, 1, 0, 0, 0, 17, 751, 1, 0, 0, 0, 19, 755, 1, 0, 0, 0, 21, 764, 1, 0, 0, 0, 23, 770, 1, 0, 0, 0, 25, 776, 1, 0, 0, 0, 27, 779, 1, 0, 0, 0, 29, 788, 1, 0, 0, 0, 31, 793, 1, 0, 0, 0, 33, 798, 1, 0, 0, 0, 35, 805, 1, 0, 0, 0, 37, 811, 1, 0, 0, 0, 39, 818, 1, 0, 0, 0, 41, 824, 1, 0, 0, 0, 43, 827, 1, 0, 0, 0, 45, 830, 1, 0, 0, 0, 47, 834, 1, 0, 0, 0, 49, 837, 1, 0, 0, 0, 51, 841, 1, 0, 0, 0, 53, 844, 1, 0, 0, 0, 55, 851, 1, 0, 0, 0, 57, 859, 1, 0, 0, 0, 59, 864, 1, 0, 0, 0, 61, 870, 1, 0, 0, 0, 63, 873, 1, 0, 0, 0, 65, 878, 1, 0, 0, 0, 67, 884, 1, 0, 0, 0, 69, 890, 1, 0, 0, 0, 71, 894, 1, 0, 0, 0, 73, 899, 1, 0, 0, 0, 75, 903, 1, 0, 0, 0, 77, 912, 1, 0, 0, 0, 79, 917, 1, 0, 0, 0, 81, 922, 1, 0, 0, 0, 83, 927, 1, 0, 0, 0, 85, 932, 1, 0, 0, 0, 87, 938, 1, 0, 0, 0, 89, 942, 1, 0, 0, 0, 91, 947, 1, 0, 0, 0, 93, 953, 1, 0, 0, 0, 95, 959, 1, 0, 0, 0, 97, 965, 1, 0, 0, 0, 99, 970, 1, 0, 0, 0, 101, 975, 1, 0, 0, 0, 103, 981, 1, 0, 0, 0, 105, 986, 1, 0, 0, 0, 107, 991, 1, 0, 0, 0, 109, 999, 1, 0, 0, 0, 111, 1002, 1, 0, 0, 0, 113, 1008, 1, 0, 0, 0, 115, 1016, 1, 0, 0, 0, 117, 1023, 1, 0, 0, 0, 119, 1028, 1, 0, 0, 0, 121, 1038, 1, 0, 0, 0, 123, 1044, 1, 0, 0, 0, 125, 1049, 1, 0, 0, 0, 127, 1059, 1, 0, 0, 0, 129, 1069, 1, 0, 0, 0, 131, 1079, 1, 0, 0, 0, 133, 1087, 1, 0, 0, 0, 135, 1093, 1, 0, 0, 0, 137, 1099, 1, 0, 0, 0, 139, 1104, 1, 0, 0, 0, 141, 1109, 1, 0, 0, 0, 143, 1116, 1, 0, 0, 0, 145, 1123, 1, 0, 0, 0, 147, 1129, 1, 0, 0, 0, 149, 1139, 1, 0, 0, 0, 151, 1144, 1, 0, 0, 0, 153, 1152, 1, 0, 0, 0, 155, 1160, 1, 0, 0, 0, 157, 1170, 1, 0, 0, 0, 159, 1177, 1, 0, 0, 0, 161, 1184, 1, 0, 0, 0, 163, 1191, 1, 0, 0, 0, 165, 1196, 1, 0, 0, 0, 167, 1205, 1, 0, 0, 0, 169, 1213, 1, 0, 0, 0, 171, 1218, 1, 0, 0, 0, 173, 1233, 1, 0, 0, 0, 175, 1253, 1, 0, 0, 0, 177, 1268, 1, 0, 0, 0, 179, 1275, 1, 0, 0, 0, 181, 1283, 1, 0, 0, 0, 183, 1291, 1, 0, 0, 0, 185, 1296, 1, 0, 0, 0, 187, 1301, 1, 0, 0, 0, 189, 1306, 1, 0, 0, 0, 191, 1313, 1, 0, 0, 0, 193, 1321, 1, 0, 0, 0, 195, 1328, 1, 0, 0, 0, 197, 1332, 1, 0, 0, 0, 199, 1339, 1, 0, 0, 0, 201, 1347, 1, 0, 0, 0, 203, 1358, 1, 0, 0, 0, 205, 1368, 1, 0, 0, 0, 207, 1373, 1, 0, 0, 0, 209, 1379, 1, 0, 0, 0, 211, 1386, 1, 0, 0, 0, 213, 1395, 1, 0, 0, 0, 215, 1405, 1, 0, 0, 0, 217, 1408, 1, 0, 0, 0, 219, 1420, 1, 0, 0, 0, 221, 1429, 1, 0, 0, 0, 223, 1435, 1, 0, 0, 0, 225, 1442, 1, 0, 0, 0, 227, 1449, 1, 0, 0, 0, 229, 1457, 1, 0, 0, 0, 231, 1461, 1, 0, 0, 0, 233, 1467, 1, 0, 0, 0, 235, 1472, 1, 0, 0, 0, 237, 1478, 1, 0, 0, 0, 239, 1490, 1, 0, 0, 0, 241, 1497, 1, 0, 0, 0, 243, 1506, 1, 0, 0, 0, 245, 1512, 1, 0, 0, 0, 247, 1519, 1, 0, 0, 0, 249, 1524, 1, 0, 0, 0, 251, 1532, 1, 0, 0, 0, 253, 1541, 1, 0, 0, 0, 255, 1544, 1, 0, 0, 0, 257, 1553, 1, 0, 0, 0, 259, 1561, 1, 0, 0, 0, 261, 1567, 1, 0, 0, 0, 263, 1571, 1, 0, 0, 0, 265, 1582, 1, 0, 0, 0, 267, 1589, 1, 0, 0, 0, 269, 1593, 1, 0, 0, 0, 271, 1596, 1, 0, 0, 0, 273, 1601, 1, 0, 0, 0, 275, 1609, 1, 0, 0, 0, 277, 1620, 1, 0, 0, 0, 279, 1630, 1, 0, 0, 0, 281, 1640, 1, 0, 0, 0, 283, 1647, 1, 0, 0, 0, 285, 1653, 1, 0, 0, 0, 287, 1659, 1, 0, 0, 0, 289, 1675, 1, 0, 0, 0, 291, 1688, 1, 0, 0, 0, 293, 1701, 1, 0, 0, 0, 295, 1711, 1, 0, 0, 0, 297, 1718, 1, 0, 0, 0, 299, 1729, 1, 0, 0, 0, 301, 1740, 1, 0, 0, 0, 303, 1746, 1, 0, 0, 0, 305, 1751, 1, 0, 0, 0, 307, 1759, 1, 0, 0, 0, 309, 1765, 1, 0, 0, 0, 311, 1775, 1, 0, 0, 0, 313, 1784, 1, 0, 0, 0, 315, 1793, 1, 0, 0, 0, 317, 1801, 1, 0, 0, 0, 319, 1807, 1, 0, 0, 0, 321, 1813, 1, 0, 0, 0, 323, 1821, 1, 0, 0, 0, 325, 1826, 1, 0, 0, 0, 327, 1836, 1, 0, 0, 0, 329, 1843, 1, 0, 0, 0, 331, 1853, 1, 0, 0, 0, 333, 1861, 1, 0, 0, 0, 335, 1867, 1, 0, 0, 0, 337, 1881, 1, 0, 0, 0, 339, 1894, 1, 0, 0, 0, 341, 1902, 1, 0, 0, 0, 343, 1909, 1, 0, 0, 0, 345, 1916, 1, 0, 0, 0, 347, 1928, 1, 0, 0, 0, 349, 1937, 1, 0, 0, 0, 351, 1946, 1, 0, 0, 0, 353, 1954, 1, 0, 0, 0, 355, 1964, 1, 0, 0, 0, 357, 1975, 1, 0, 0, 0, 359, 1981, 1, 0, 0, 0, 361, 1989, 1, 0, 0, 0, 363, 2001, 1, 0, 0, 0, 365, 2008, 1, 0, 0, 0, 367, 2016, 1, 0, 0, 0, 369, 2027, 1, 0, 0, 0, 371, 2036, 1, 0, 0, 0, 373, 2046, 1, 0, 0, 0, 375, 2053, 1, 0, 0, 0, 377, 2059, 1, 0, 0, 0, 379, 2071, 1, 0, 0, 0, 381, 2084, 1, 0, 0, 0, 383, 2093, 1, 0, 0, 0, 385, 2103, 1, 0, 0, 0, 387, 2107, 1, 0, 0, 0, 389, 2116, 1, 0, 0, 0, 391, 2124, 1, 0, 0, 0, 393, 2132, 1, 0, 0, 0, 395, 2137, 1, 0, 0, 0, 397, 2148, 1, 0, 0, 0, 399, 2160, 1, 0, 0, 0, 401, 2169, 1, 0, 0, 0, 403, 2177, 1, 0, 0, 0, 405, 2184, 1, 0, 0, 0, 407, 2190, 1, 0, 0, 0, 409, 2195, 1, 0, 0, 0, 411, 2202, 1, 0, 0, 0, 413, 2207, 1, 0, 0, 0, 415, 2214, 1, 0, 0, 0, 417, 2222, 1, 0, 0, 0, 419, 2229, 1, 0, 0, 0, 421, 2236, 1, 0, 0, 0, 423, 2241, 1, 0, 0, 0, 425, 2248, 1, 0, 0, 0, 427, 2253, 1, 0, 0, 0, 429, 2259, 1, 0, 0, 0, 431, 2271, 1, 0, 0, 0, 433, 2282, 1, 0, 0, 0, 435, 2295, 1, 0, 0, 0, 437, 2301, 1, 0, 0, 0, 439, 2309, 1, 0, 0, 0, 441, 2315, 1, 0, 0, 0, 443, 2322, 1, 0, 0, 0, 445, 2327, 1, 0, 0, 0, 447, 2333, 1, 0, 0, 0, 449, 2340, 1, 0, 0, 0, 451, 2350, 1, 0, 0, 0, 453, 2357, 1, 0, 0, 0, 455, 2363, 1, 0, 0, 0, 457, 2368, 1, 0, 0, 0, 459, 2375, 1, 0, 0, 0, 461, 2378, 1, 0, 0, 0, 463, 2385, 1, 0, 0, 0, 465, 2395, 1, 0, 0, 0, 467, 2405, 1, 0, 0, 0, 469, 2417, 1, 0, 0, 0, 471, 2429, 1, 0, 0, 0, 473, 2439, 1, 0, 0, 0, 475, 2450, 1, 0, 0, 0, 477, 2458, 1, 0, 0, 0, 479, 2467, 1, 0, 0, 0, 481, 2472, 1, 0, 0, 0, 483, 2478, 1, 0, 0, 0, 485, 2485, 1, 0, 0, 0, 487, 2489, 1, 0, 0, 0, 489, 2494, 1, 0, 0, 0, 491, 2507, 1, 0, 0, 0, 493, 2527, 1, 0, 0, 0, 495, 2547, 1, 0, 0, 0, 497, 2558, 1, 0, 0, 0, 499, 2574, 1, 0, 0, 0, 501, 2591, 1, 0, 0, 0, 503, 2598, 1, 0, 0, 0, 505, 2607, 1, 0, 0, 0, 507, 2613, 1, 0, 0, 0, 509, 2618, 1, 0, 0, 0, 511, 2626, 1, 0, 0, 0, 513, 2630, 1, 0, 0, 0, 515, 2637, 1, 0, 0, 0, 517, 2649, 1, 0, 0, 0, 519, 2658, 1, 0, 0, 0, 521, 2667, 1, 0, 0, 0, 523, 2675, 1, 0, 0, 0, 525, 2682, 1, 0, 0, 0, 527, 2688, 1, 0, 0, 0, 529, 2692, 1, 0, 0, 0, 531, 2697, 1, 0, 0, 0, 533, 2705, 1, 0, 0, 0, 535, 2712, 1, 0, 0, 0, 537, 2722, 1, 0, 0, 0, 539, 2728, 1, 0, 0, 0, 541, 2736, 1, 0, 0, 0, 543, 2740, 1, 0, 0, 0, 545, 2748, 1, 0, 0, 0, 547, 2756, 1, 0, 0, 0, 549, 2765, 1, 0, 0, 0, 551, 2769, 1, 0, 0, 0, 553, 2777, 1, 0, 0, 0, 555, 2784, 1, 0, 0, 0, 557, 2790, 1, 0, 0, 0, 559, 2797, 1, 0, 0, 0, 561, 2802, 1, 0, 0, 0, 563, 2807, 1, 0, 0, 0, 565, 2817, 1, 0, 0, 0, 567, 2831, 1, 0, 0, 0, 569, 2840, 1, 0, 0, 0, 571, 2848, 1, 0, 0, 0, 573, 2852, 1, 0, 0, 0, 575, 2856, 1, 0, 0, 0, 577, 2861, 1, 0, 0, 0, 579, 2870, 1, 0, 0, 0, 581, 2872, 1, 0, 0, 0, 583, 2874, 1, 0, 0, 0, 585, 2876, 1, 0, 0, 0, 587, 2878, 1, 0, 0, 0, 589, 2880, 1, 0, 0, 0, 591, 2882, 1, 0, 0, 0, 593, 2884, 1, 0, 0, 0, 595, 2886, 1, 0, 0, 0, 597, 2888, 1, 0, 0, 0, 599, 2890, 1, 0, 0, 0, 601, 2892, 1, 0, 0, 0, 603, 2894, 1, 0, 0, 0, 605, 2896, 1, 0, 0, 0, 607, 2898, 1, 0, 0, 0, 609, 2900, 1, 0, 0, 0, 611, 2902, 1, 0, 0, 0, 613, 2904, 1, 0, 0, 0, 615, 2906, 1, 0, 0, 0, 617, 2908, 1, 0, 0, 0, 619, 2910, 1, 0, 0, 0, 621, 2912, 1, 0, 0, 0, 623, 2914, 1, 0, 0, 0, 625, 2916, 1, 0, 0, 0, 627, 2918, 1, 0, 0, 0, 629, 2920, 1, 0, 0, 0, 631, 2923, 1, 0, 0, 0, 633, 2926, 1, 0, 0, 0, 635, 2928, 1, 0, 0, 0, 637, 2931, 1, 0, 0, 0, 639, 2937, 1, 0, 0, 0, 641, 2940, 1, 0, 0, 0, 643, 2987, 1, 0, 0, 0, 645, 2989, 1, 0, 0, 0, 647, 2991, 1, 0, 0, 0, 649, 2993, 1, 0, 0, 0, 651, 2995, 1, 0, 0, 0, 653, 3004, 1, 0, 0, 0, 655, 3008, 1, 0, 0, 0, 657, 3021, 1, 0, 0, 0, 659, 3033, 1, 0, 0, 0, 661, 3050, 1, 0, 0, 0, 663, 3064, 1, 0, 0, 0, 665, 3066, 1, 0, 0, 0, 667, 3068, 1, 0, 0, 0, 669, 3081, 1, 0, 0, 0, 671, 3094, 1, 0, 0, 0, 673, 3103, 1, 0, 0, 0, 675, 677, 7, 0, 0, 0, 676, 675, 1, 0, 0, 0, 677, 678, 1, 0, 0, 0, 678, 676, 1, 0, 0, 0, 678, 679, 1, 0, 0, 0, 679, 680, 1, 0, 0, 0, 680, 681, 6, 0, 0, 0, 681, 2, 1, 0, 0, 0, 682, 683, 5, 47, 0, 0, 683, 684, 5, 42, 0, 0, 684, 688, 1, 0, 0, 0, 685, 687, 9, 0, 0, 0, 686, 685, 1, 0, 0, 0, 687, 690, 1, 0, 0, 0, 688, 689, 1, 0, 0, 0, 688, 686, 1, 0, 0, 0, 689, 691, 1, 0, 0, 0, 690, 688, 1, 0, 0, 0, 691, 692, 5, 42, 0, 0, 692, 693, 5, 47, 0, 0, 693, 694, 1, 0, 0, 0, 694, 695, 6, 1, 0, 0, 695, 4, 1, 0, 0, 0, 696, 697, 5, 45, 0, 0, 697, 700, 5, 45, 0, 0, 698, 700, 5, 35, 0, 0, 699, 696, 1, 0, 0, 0, 699, 698, 1, 0, 0, 0, 700, 704, 1, 0, 0, 0, 701, 703, 8, 1, 0, 0, 702, 701, 1, 0, 0, 0, 703, 706, 1, 0, 0, 0, 704, 702, 1, 0, 0, 0, 704, 705, 1, 0, 0, 0, 705, 712, 1, 0, 0, 0, 706, 704, 1, 0, 0, 0, 707, 709, 5, 13, 0, 0, 708, 707, 1, 0, 0, 0, 708, 709, 1, 0, 0, 0, 709, 710, 1, 0, 0, 0, 710, 713, 5, 10, 0, 0, 711, 713, 5, 0, 0, 1, 712, 708, 1, 0, 0, 0, 712, 711, 1, 0, 0, 0, 713, 725, 1, 0, 0, 0, 714, 715, 5, 45, 0, 0, 715, 716, 5, 45, 0, 0, 716, 722, 1, 0, 0, 0, 717, 719, 5, 13, 0, 0, 718, 717, 1, 0, 0, 0, 718, 719, 1, 0, 0, 0, 719, 720, 1, 0, 0, 0, 720, 723, 5, 10, 0, 0, 721, 723, 5, 0, 0, 1, 722, 718, 1, 0, 0, 0, 722, 721, 1, 0, 0, 0, 723, 725, 1, 0, 0, 0, 724, 699, 1, 0, 0, 0, 724, 714, 1, 0, 0, 0, 725, 726, 1, 0, 0, 0, 726, 727, 6, 2, 0, 0, 727, 6, 1, 0, 0, 0, 728, 729, 5, 83, 0, 0, 729, 730, 5, 69, 0, 0, 730, 731, 5, 76, 0, 0, 731, 732, 5, 69, 0, 0, 732, 733, 5, 67, 0, 0, 733, 734, 5, 84, 0, 0, 734, 8, 1, 0, 0, 0, 735, 736, 5, 70, 0, 0, 736, 737, 5, 82, 0, 0, 737, 738, 5, 79, 0, 0, 738, 739, 5, 77, 0, 0, 739, 10, 1, 0, 0, 0, 740, 741, 5, 65, 0, 0, 741, 742, 5, 68, 0, 0, 742, 743, 5, 68, 0, 0, 743, 12, 1, 0, 0, 0, 744, 745, 5, 65, 0, 0, 745, 746, 5, 83, 0, 0, 746, 14, 1, 0, 0, 0, 747, 748, 5, 65, 0, 0, 748, 749, 5, 76, 0, 0, 749, 750, 5, 76, 0, 0, 750, 16, 1, 0, 0, 0, 751, 752, 5, 65, 0, 0, 752, 753, 5, 78, 0, 0, 753, 754, 5, 89, 0, 0, 754, 18, 1, 0, 0, 0, 755, 756, 5, 68, 0, 0, 756, 757, 5, 73, 0, 0, 757, 758, 5, 83, 0, 0, 758, 759, 5, 84, 0, 0, 759, 760, 5, 73, 0, 0, 760, 761, 5, 78, 0, 0, 761, 762, 5, 67, 0, 0, 762, 763, 5, 84, 0, 0, 763, 20, 1, 0, 0, 0, 764, 765, 5, 87, 0, 0, 765, 766, 5, 72, 0, 0, 766, 767, 5, 69, 0, 0, 767, 768, 5, 82, 0, 0, 768, 769, 5, 69, 0, 0, 769, 22, 1, 0, 0, 0, 770, 771, 5, 71, 0, 0, 771, 772, 5, 82, 0, 0, 772, 773, 5, 79, 0, 0, 773, 774, 5, 85, 0, 0, 774, 775, 5, 80, 0, 0, 775, 24, 1, 0, 0, 0, 776, 777, 5, 66, 0, 0, 777, 778, 5, 89, 0, 0, 778, 26, 1, 0, 0, 0, 779, 780, 5, 71, 0, 0, 780, 781, 5, 82, 0, 0, 781, 782, 5, 79, 0, 0, 782, 783, 5, 85, 0, 0, 783, 784, 5, 80, 0, 0, 784, 785, 5, 73, 0, 0, 785, 786, 5, 78, 0, 0, 786, 787, 5, 71, 0, 0, 787, 28, 1, 0, 0, 0, 788, 789, 5, 83, 0, 0, 789, 790, 5, 69, 0, 0, 790, 791, 5, 84, 0, 0, 791, 792, 5, 83, 0, 0, 792, 30, 1, 0, 0, 0, 793, 794, 5, 67, 0, 0, 794, 795, 5, 85, 0, 0, 795, 796, 5, 66, 0, 0, 796, 797, 5, 69, 0, 0, 797, 32, 1, 0, 0, 0, 798, 799, 5, 82, 0, 0, 799, 800, 5, 79, 0, 0, 800, 801, 5, 76, 0, 0, 801, 802, 5, 76, 0, 0, 802, 803, 5, 85, 0, 0, 803, 804, 5, 80, 0, 0, 804, 34, 1, 0, 0, 0, 805, 806, 5, 79, 0, 0, 806, 807, 5, 82, 0, 0, 807, 808, 5, 68, 0, 0, 808, 809, 5, 69, 0, 0, 809, 810, 5, 82, 0, 0, 810, 36, 1, 0, 0, 0, 811, 812, 5, 72, 0, 0, 812, 813, 5, 65, 0, 0, 813, 814, 5, 86, 0, 0, 814, 815, 5, 73, 0, 0, 815, 816, 5, 78, 0, 0, 816, 817, 5, 71, 0, 0, 817, 38, 1, 0, 0, 0, 818, 819, 5, 76, 0, 0, 819, 820, 5, 73, 0, 0, 820, 821, 5, 77, 0, 0, 821, 822, 5, 73, 0, 0, 822, 823, 5, 84, 0, 0, 823, 40, 1, 0, 0, 0, 824, 825, 5, 65, 0, 0, 825, 826, 5, 84, 0, 0, 826, 42, 1, 0, 0, 0, 827, 828, 5, 79, 0, 0, 828, 829, 5, 82, 0, 0, 829, 44, 1, 0, 0, 0, 830, 831, 5, 65, 0, 0, 831, 832, 5, 78, 0, 0, 832, 833, 5, 68, 0, 0, 833, 46, 1, 0, 0, 0, 834, 835, 5, 73, 0, 0, 835, 836, 5, 78, 0, 0, 836, 48, 1, 0, 0, 0, 837, 838, 5, 78, 0, 0, 838, 839, 5, 79, 0, 0, 839, 840, 5, 84, 0, 0, 840, 50, 1, 0, 0, 0, 841, 842, 5, 78, 0, 0, 842, 843, 5, 79, 0, 0, 843, 52, 1, 0, 0, 0, 844, 845, 5, 69, 0, 0, 845, 846, 5, 88, 0, 0, 846, 847, 5, 73, 0, 0, 847, 848, 5, 83, 0, 0, 848, 849, 5, 84, 0, 0, 849, 850, 5, 83, 0, 0, 850, 54, 1, 0, 0, 0, 851, 852, 5, 66, 0, 0, 852, 853, 5, 69, 0, 0, 853, 854, 5, 84, 0, 0, 854, 855, 5, 87, 0, 0, 855, 856, 5, 69, 0, 0, 856, 857, 5, 69, 0, 0, 857, 858, 5, 78, 0, 0, 858, 56, 1, 0, 0, 0, 859, 860, 5, 76, 0, 0, 860, 861, 5, 73, 0, 0, 861, 862, 5, 75, 0, 0, 862, 863, 5, 69, 0, 0, 863, 58, 1, 0, 0, 0, 864, 865, 5, 82, 0, 0, 865, 866, 5, 76, 0, 0, 866, 867, 5, 73, 0, 0, 867, 868, 5, 75, 0, 0, 868, 869, 5, 69, 0, 0, 869, 60, 1, 0, 0, 0, 870, 871, 5, 73, 0, 0, 871, 872, 5, 83, 0, 0, 872, 62, 1, 0, 0, 0, 873, 874, 5, 84, 0, 0, 874, 875, 5, 82, 0, 0, 875, 876, 5, 85, 0, 0, 876, 877, 5, 69, 0, 0, 877, 64, 1, 0, 0, 0, 878, 879, 5, 70, 0, 0, 879, 880, 5, 65, 0, 0, 880, 881, 5, 76, 0, 0, 881, 882, 5, 83, 0, 0, 882, 883, 5, 69, 0, 0, 883, 66, 1, 0, 0, 0, 884, 885, 5, 78, 0, 0, 885, 886, 5, 85, 0, 0, 886, 887, 5, 76, 0, 0, 887, 888, 5, 76, 0, 0, 888, 889, 5, 83, 0, 0, 889, 68, 1, 0, 0, 0, 890, 891, 5, 65, 0, 0, 891, 892, 5, 83, 0, 0, 892, 893, 5, 67, 0, 0, 893, 70, 1, 0, 0, 0, 894, 895, 5, 68, 0, 0, 895, 896, 5, 69, 0, 0, 896, 897, 5, 83, 0, 0, 897, 898, 5, 67, 0, 0, 898, 72, 1, 0, 0, 0, 899, 900, 5, 70, 0, 0, 900, 901, 5, 79, 0, 0, 901, 902, 5, 82, 0, 0, 902, 74, 1, 0, 0, 0, 903, 904, 5, 73, 0, 0, 904, 905, 5, 78, 0, 0, 905, 906, 5, 84, 0, 0, 906, 907, 5, 69, 0, 0, 907, 908, 5, 82, 0, 0, 908, 909, 5, 86, 0, 0, 909, 910, 5, 65, 0, 0, 910, 911, 5, 76, 0, 0, 911, 76, 1, 0, 0, 0, 912, 913, 5, 67, 0, 0, 913, 914, 5, 65, 0, 0, 914, 915, 5, 83, 0, 0, 915, 916, 5, 69, 0, 0, 916, 78, 1, 0, 0, 0, 917, 918, 5, 87, 0, 0, 918, 919, 5, 72, 0, 0, 919, 920, 5, 69, 0, 0, 920, 921, 5, 78, 0, 0, 921, 80, 1, 0, 0, 0, 922, 923, 5, 84, 0, 0, 923, 924, 5, 72, 0, 0, 924, 925, 5, 69, 0, 0, 925, 926, 5, 78, 0, 0, 926, 82, 1, 0, 0, 0, 927, 928, 5, 69, 0, 0, 928, 929, 5, 76, 0, 0, 929, 930, 5, 83, 0, 0, 930, 931, 5, 69, 0, 0, 931, 84, 1, 0, 0, 0, 932, 933, 5, 66, 0, 0, 933, 934, 5, 69, 0, 0, 934, 935, 5, 71, 0, 0, 935, 936, 5, 73, 0, 0, 936, 937, 5, 78, 0, 0, 937, 86, 1, 0, 0, 0, 938, 939, 5, 69, 0, 0, 939, 940, 5, 78, 0, 0, 940, 941, 5, 68, 0, 0, 941, 88, 1, 0, 0, 0, 942, 943, 5, 74, 0, 0, 943, 944, 5, 79, 0, 0, 944, 945, 5, 73, 0, 0, 945, 946, 5, 78, 0, 0, 946, 90, 1, 0, 0, 0, 947, 948, 5, 67, 0, 0, 948, 949, 5, 82, 0, 0, 949, 950, 5, 79, 0, 0, 950, 951, 5, 83, 0, 0, 951, 952, 5, 83, 0, 0, 952, 92, 1, 0, 0, 0, 953, 954, 5, 79, 0, 0, 954, 955, 5, 85, 0, 0, 955, 956, 5, 84, 0, 0, 956, 957, 5, 69, 0, 0, 957, 958, 5, 82, 0, 0, 958, 94, 1, 0, 0, 0, 959, 960, 5, 73, 0, 0, 960, 961, 5, 78, 0, 0, 961, 962, 5, 78, 0, 0, 962, 963, 5, 69, 0, 0, 963, 964, 5, 82, 0, 0, 964, 96, 1, 0, 0, 0, 965, 966, 5, 76, 0, 0, 966, 967, 5, 69, 0, 0, 967, 968, 5, 70, 0, 0, 968, 969, 5, 84, 0, 0, 969, 98, 1, 0, 0, 0, 970, 971, 5, 83, 0, 0, 971, 972, 5, 69, 0, 0, 972, 973, 5, 77, 0, 0, 973, 974, 5, 73, 0, 0, 974, 100, 1, 0, 0, 0, 975, 976, 5, 82, 0, 0, 976, 977, 5, 73, 0, 0, 977, 978, 5, 71, 0, 0, 978, 979, 5, 72, 0, 0, 979, 980, 5, 84, 0, 0, 980, 102, 1, 0, 0, 0, 981, 982, 5, 70, 0, 0, 982, 983, 5, 85, 0, 0, 983, 984, 5, 76, 0, 0, 984, 985, 5, 76, 0, 0, 985, 104, 1, 0, 0, 0, 986, 987, 5, 85, 0, 0, 987, 988, 5, 83, 0, 0, 988, 989, 5, 69, 0, 0, 989, 990, 5, 82, 0, 0, 990, 106, 1, 0, 0, 0, 991, 992, 5, 78, 0, 0, 992, 993, 5, 65, 0, 0, 993, 994, 5, 84, 0, 0, 994, 995, 5, 85, 0, 0, 995, 996, 5, 82, 0, 0, 996, 997, 5, 65, 0, 0, 997, 998, 5, 76, 0, 0, 998, 108, 1, 0, 0, 0, 999, 1000, 5, 79, 0, 0, 1000, 1001, 5, 78, 0, 0, 1001, 110, 1, 0, 0, 0, 1002, 1003, 5, 80, 0, 0, 1003, 1004, 5, 73, 0, 0, 1004, 1005, 5, 86, 0, 0, 1005, 1006, 5, 79, 0, 0, 1006, 1007, 5, 84, 0, 0, 1007, 112, 1, 0, 0, 0, 1008, 1009, 5, 76, 0, 0, 1009, 1010, 5, 65, 0, 0, 1010, 1011, 5, 84, 0, 0, 1011, 1012, 5, 69, 0, 0, 1012, 1013, 5, 82, 0, 0, 1013, 1014, 5, 65, 0, 0, 1014, 1015, 5, 76, 0, 0, 1015, 114, 1, 0, 0, 0, 1016, 1017, 5, 87, 0, 0, 1017, 1018, 5, 73, 0, 0, 1018, 1019, 5, 78, 0, 0, 1019, 1020, 5, 68, 0, 0, 1020, 1021, 5, 79, 0, 0, 1021, 1022, 5, 87, 0, 0, 1022, 116, 1, 0, 0, 0, 1023, 1024, 5, 79, 0, 0, 1024, 1025, 5, 86, 0, 0, 1025, 1026, 5, 69, 0, 0, 1026, 1027, 5, 82, 0, 0, 1027, 118, 1, 0, 0, 0, 1028, 1029, 5, 80, 0, 0, 1029, 1030, 5, 65, 0, 0, 1030, 1031, 5, 82, 0, 0, 1031, 1032, 5, 84, 0, 0, 1032, 1033, 5, 73, 0, 0, 1033, 1034, 5, 84, 0, 0, 1034, 1035, 5, 73, 0, 0, 1035, 1036, 5, 79, 0, 0, 1036, 1037, 5, 78, 0, 0, 1037, 120, 1, 0, 0, 0, 1038, 1039, 5, 82, 0, 0, 1039, 1040, 5, 65, 0, 0, 1040, 1041, 5, 78, 0, 0, 1041, 1042, 5, 71, 0, 0, 1042, 1043, 5, 69, 0, 0, 1043, 122, 1, 0, 0, 0, 1044, 1045, 5, 82, 0, 0, 1045, 1046, 5, 79, 0, 0, 1046, 1047, 5, 87, 0, 0, 1047, 1048, 5, 83, 0, 0, 1048, 124, 1, 0, 0, 0, 1049, 1050, 5, 85, 0, 0, 1050, 1051, 5, 78, 0, 0, 1051, 1052, 5, 66, 0, 0, 1052, 1053, 5, 79, 0, 0, 1053, 1054, 5, 85, 0, 0, 1054, 1055, 5, 78, 0, 0, 1055, 1056, 5, 68, 0, 0, 1056, 1057, 5, 69, 0, 0, 1057, 1058, 5, 68, 0, 0, 1058, 126, 1, 0, 0, 0, 1059, 1060, 5, 80, 0, 0, 1060, 1061, 5, 82, 0, 0, 1061, 1062, 5, 69, 0, 0, 1062, 1063, 5, 67, 0, 0, 1063, 1064, 5, 69, 0, 0, 1064, 1065, 5, 68, 0, 0, 1065, 1066, 5, 73, 0, 0, 1066, 1067, 5, 78, 0, 0, 1067, 1068, 5, 71, 0, 0, 1068, 128, 1, 0, 0, 0, 1069, 1070, 5, 70, 0, 0, 1070, 1071, 5, 79, 0, 0, 1071, 1072, 5, 76, 0, 0, 1072, 1073, 5, 76, 0, 0, 1073, 1074, 5, 79, 0, 0, 1074, 1075, 5, 87, 0, 0, 1075, 1076, 5, 73, 0, 0, 1076, 1077, 5, 78, 0, 0, 1077, 1078, 5, 71, 0, 0, 1078, 130, 1, 0, 0, 0, 1079, 1080, 5, 67, 0, 0, 1080, 1081, 5, 85, 0, 0, 1081, 1082, 5, 82, 0, 0, 1082, 1083, 5, 82, 0, 0, 1083, 1084, 5, 69, 0, 0, 1084, 1085, 5, 78, 0, 0, 1085, 1086, 5, 84, 0, 0, 1086, 132, 1, 0, 0, 0, 1087, 1088, 5, 70, 0, 0, 1088, 1089, 5, 73, 0, 0, 1089, 1090, 5, 82, 0, 0, 1090, 1091, 5, 83, 0, 0, 1091, 1092, 5, 84, 0, 0, 1092, 134, 1, 0, 0, 0, 1093, 1094, 5, 65, 0, 0, 1094, 1095, 5, 70, 0, 0, 1095, 1096, 5, 84, 0, 0, 1096, 1097, 5, 69, 0, 0, 1097, 1098, 5, 82, 0, 0, 1098, 136, 1, 0, 0, 0, 1099, 1100, 5, 76, 0, 0, 1100, 1101, 5, 65, 0, 0, 1101, 1102, 5, 83, 0, 0, 1102, 1103, 5, 84, 0, 0, 1103, 138, 1, 0, 0, 0, 1104, 1105, 5, 87, 0, 0, 1105, 1106, 5, 73, 0, 0, 1106, 1107, 5, 84, 0, 0, 1107, 1108, 5, 72, 0, 0, 1108, 140, 1, 0, 0, 0, 1109, 1110, 5, 86, 0, 0, 1110, 1111, 5, 65, 0, 0, 1111, 1112, 5, 76, 0, 0, 1112, 1113, 5, 85, 0, 0, 1113, 1114, 5, 69, 0, 0, 1114, 1115, 5, 83, 0, 0, 1115, 142, 1, 0, 0, 0, 1116, 1117, 5, 67, 0, 0, 1117, 1118, 5, 82, 0, 0, 1118, 1119, 5, 69, 0, 0, 1119, 1120, 5, 65, 0, 0, 1120, 1121, 5, 84, 0, 0, 1121, 1122, 5, 69, 0, 0, 1122, 144, 1, 0, 0, 0, 1123, 1124, 5, 84, 0, 0, 1124, 1125, 5, 65, 0, 0, 1125, 1126, 5, 66, 0, 0, 1126, 1127, 5, 76, 0, 0, 1127, 1128, 5, 69, 0, 0, 1128, 146, 1, 0, 0, 0, 1129, 1130, 5, 68, 0, 0, 1130, 1131, 5, 73, 0, 0, 1131, 1132, 5, 82, 0, 0, 1132, 1133, 5, 69, 0, 0, 1133, 1134, 5, 67, 0, 0, 1134, 1135, 5, 84, 0, 0, 1135, 1136, 5, 79, 0, 0, 1136, 1137, 5, 82, 0, 0, 1137, 1138, 5, 89, 0, 0, 1138, 148, 1, 0, 0, 0, 1139, 1140, 5, 86, 0, 0, 1140, 1141, 5, 73, 0, 0, 1141, 1142, 5, 69, 0, 0, 1142, 1143, 5, 87, 0, 0, 1143, 150, 1, 0, 0, 0, 1144, 1145, 5, 82, 0, 0, 1145, 1146, 5, 69, 0, 0, 1146, 1147, 5, 80, 0, 0, 1147, 1148, 5, 76, 0, 0, 1148, 1149, 5, 65, 0, 0, 1149, 1150, 5, 67, 0, 0, 1150, 1151, 5, 69, 0, 0, 1151, 152, 1, 0, 0, 0, 1152, 1153, 5, 69, 0, 0, 1153, 1154, 5, 88, 0, 0, 1154, 1155, 5, 69, 0, 0, 1155, 1156, 5, 67, 0, 0, 1156, 1157, 5, 85, 0, 0, 1157, 1158, 5, 84, 0, 0, 1158, 1159, 5, 69, 0, 0, 1159, 154, 1, 0, 0, 0, 1160, 1161, 5, 83, 0, 0, 1161, 1162, 5, 84, 0, 0, 1162, 1163, 5, 65, 0, 0, 1163, 1164, 5, 84, 0, 0, 1164, 1165, 5, 69, 0, 0, 1165, 1166, 5, 77, 0, 0, 1166, 1167, 5, 69, 0, 0, 1167, 1168, 5, 78, 0, 0, 1168, 1169, 5, 84, 0, 0, 1169, 156, 1, 0, 0, 0, 1170, 1171, 5, 73, 0, 0, 1171, 1172, 5, 78, 0, 0, 1172, 1173, 5, 83, 0, 0, 1173, 1174, 5, 69, 0, 0, 1174, 1175, 5, 82, 0, 0, 1175, 1176, 5, 84, 0, 0, 1176, 158, 1, 0, 0, 0, 1177, 1178, 5, 68, 0, 0, 1178, 1179, 5, 69, 0, 0, 1179, 1180, 5, 76, 0, 0, 1180, 1181, 5, 69, 0, 0, 1181, 1182, 5, 84, 0, 0, 1182, 1183, 5, 69, 0, 0, 1183, 160, 1, 0, 0, 0, 1184, 1185, 5, 82, 0, 0, 1185, 1186, 5, 69, 0, 0, 1186, 1187, 5, 77, 0, 0, 1187, 1188, 5, 79, 0, 0, 1188, 1189, 5, 86, 0, 0, 1189, 1190, 5, 69, 0, 0, 1190, 162, 1, 0, 0, 0, 1191, 1192, 5, 73, 0, 0, 1192, 1193, 5, 78, 0, 0, 1193, 1194, 5, 84, 0, 0, 1194, 1195, 5, 79, 0, 0, 1195, 164, 1, 0, 0, 0, 1196, 1197, 5, 68, 0, 0, 1197, 1198, 5, 69, 0, 0, 1198, 1199, 5, 83, 0, 0, 1199, 1200, 5, 67, 0, 0, 1200, 1201, 5, 82, 0, 0, 1201, 1202, 5, 73, 0, 0, 1202, 1203, 5, 66, 0, 0, 1203, 1204, 5, 69, 0, 0, 1204, 166, 1, 0, 0, 0, 1205, 1206, 5, 69, 0, 0, 1206, 1207, 5, 88, 0, 0, 1207, 1208, 5, 80, 0, 0, 1208, 1209, 5, 76, 0, 0, 1209, 1210, 5, 65, 0, 0, 1210, 1211, 5, 73, 0, 0, 1211, 1212, 5, 78, 0, 0, 1212, 168, 1, 0, 0, 0, 1213, 1214, 5, 80, 0, 0, 1214, 1215, 5, 76, 0, 0, 1215, 1216, 5, 65, 0, 0, 1216, 1217, 5, 78, 0, 0, 1217, 170, 1, 0, 0, 0, 1218, 1219, 5, 67, 0, 0, 1219, 1220, 5, 72, 0, 0, 1220, 1221, 5, 65, 0, 0, 1221, 1222, 5, 78, 0, 0, 1222, 1223, 5, 71, 0, 0, 1223, 1224, 5, 69, 0, 0, 1224, 1225, 5, 76, 0, 0, 1225, 1226, 5, 79, 0, 0, 1226, 1227, 5, 71, 0, 0, 1227, 1228, 5, 95, 0, 0, 1228, 1229, 5, 77, 0, 0, 1229, 1230, 5, 79, 0, 0, 1230, 1231, 5, 68, 0, 0, 1231, 1232, 5, 69, 0, 0, 1232, 172, 1, 0, 0, 0, 1233, 1234, 5, 74, 0, 0, 1234, 1235, 5, 83, 0, 0, 1235, 1236, 5, 79, 0, 0, 1236, 1237, 5, 78, 0, 0, 1237, 1238, 5, 95, 0, 0, 1238, 1239, 5, 69, 0, 0, 1239, 1240, 5, 88, 0, 0, 1240, 1241, 5, 69, 0, 0, 1241, 1242, 5, 67, 0, 0, 1242, 1243, 5, 85, 0, 0, 1243, 1244, 5, 84, 0, 0, 1244, 1245, 5, 73, 0, 0, 1245, 1246, 5, 79, 0, 0, 1246, 1247, 5, 78, 0, 0, 1247, 1248, 5, 95, 0, 0, 1248, 1249, 5, 80, 0, 0, 1249, 1250, 5, 76, 0, 0, 1250, 1251, 5, 65, 0, 0, 1251, 1252, 5, 78, 0, 0, 1252, 174, 1, 0, 0, 0, 1253, 1254, 5, 69, 0, 0, 1254, 1255, 5, 83, 0, 0, 1255, 1256, 5, 84, 0, 0, 1256, 1257, 5, 73, 0, 0, 1257, 1258, 5, 77, 0, 0, 1258, 1259, 5, 65, 0, 0, 1259, 1260, 5, 84, 0, 0, 1260, 1261, 5, 69, 0, 0, 1261, 1262, 5, 68, 0, 0, 1262, 1263, 5, 95, 0, 0, 1263, 1264, 5, 67, 0, 0, 1264, 1265, 5, 79, 0, 0, 1265, 1266, 5, 83, 0, 0, 1266, 1267, 5, 84, 0, 0, 1267, 176, 1, 0, 0, 0, 1268, 1269, 5, 70, 0, 0, 1269, 1270, 5, 79, 0, 0, 1270, 1271, 5, 82, 0, 0, 1271, 1272, 5, 77, 0, 0, 1272, 1273, 5, 65, 0, 0, 1273, 1274, 5, 84, 0, 0, 1274, 178, 1, 0, 0, 0, 1275, 1276, 5, 76, 0, 0, 1276, 1277, 5, 79, 0, 0, 1277, 1278, 5, 71, 0, 0, 1278, 1279, 5, 73, 0, 0, 1279, 1280, 5, 67, 0, 0, 1280, 1281, 5, 65, 0, 0, 1281, 1282, 5, 76, 0, 0, 1282, 180, 1, 0, 0, 0, 1283, 1284, 5, 67, 0, 0, 1284, 1285, 5, 79, 0, 0, 1285, 1286, 5, 68, 0, 0, 1286, 1287, 5, 69, 0, 0, 1287, 1288, 5, 71, 0, 0, 1288, 1289, 5, 69, 0, 0, 1289, 1290, 5, 78, 0, 0, 1290, 182, 1, 0, 0, 0, 1291, 1292, 5, 67, 0, 0, 1292, 1293, 5, 79, 0, 0, 1293, 1294, 5, 83, 0, 0, 1294, 1295, 5, 84, 0, 0, 1295, 184, 1, 0, 0, 0, 1296, 1297, 5, 67, 0, 0, 1297, 1298, 5, 65, 0, 0, 1298, 1299, 5, 83, 0, 0, 1299, 1300, 5, 84, 0, 0, 1300, 186, 1, 0, 0, 0, 1301, 1302, 5, 83, 0, 0, 1302, 1303, 5, 72, 0, 0, 1303, 1304, 5, 79, 0, 0, 1304, 1305, 5, 87, 0, 0, 1305, 188, 1, 0, 0, 0, 1306, 1307, 5, 84, 0, 0, 1307, 1308, 5, 65, 0, 0, 1308, 1309, 5, 66, 0, 0, 1309, 1310, 5, 76, 0, 0, 1310, 1311, 5, 69, 0, 0, 1311, 1312, 5, 83, 0, 0, 1312, 190, 1, 0, 0, 0, 1313, 1314, 5, 67, 0, 0, 1314, 1315, 5, 79, 0, 0, 1315, 1316, 5, 76, 0, 0, 1316, 1317, 5, 85, 0, 0, 1317, 1318, 5, 77, 0, 0, 1318, 1319, 5, 78, 0, 0, 1319, 1320, 5, 83, 0, 0, 1320, 192, 1, 0, 0, 0, 1321, 1322, 5, 67, 0, 0, 1322, 1323, 5, 79, 0, 0, 1323, 1324, 5, 76, 0, 0, 1324, 1325, 5, 85, 0, 0, 1325, 1326, 5, 77, 0, 0, 1326, 1327, 5, 78, 0, 0, 1327, 194, 1, 0, 0, 0, 1328, 1329, 5, 85, 0, 0, 1329, 1330, 5, 83, 0, 0, 1330, 1331, 5, 69, 0, 0, 1331, 196, 1, 0, 0, 0, 1332, 1333, 5, 77, 0, 0, 1333, 1334, 5, 79, 0, 0, 1334, 1335, 5, 68, 0, 0, 1335, 1336, 5, 85, 0, 0, 1336, 1337, 5, 76, 0, 0, 1337, 1338, 5, 69, 0, 0, 1338, 198, 1, 0, 0, 0, 1339, 1340, 5, 77, 0, 0, 1340, 1341, 5, 79, 0, 0, 1341, 1342, 5, 68, 0, 0, 1342, 1343, 5, 85, 0, 0, 1343, 1344, 5, 76, 0, 0, 1344, 1345, 5, 69, 0, 0, 1345, 1346, 5, 83, 0, 0, 1346, 200, 1, 0, 0, 0, 1347, 1348, 5, 80, 0, 0, 1348, 1349, 5, 65, 0, 0, 1349, 1350, 5, 82, 0, 0, 1350, 1351, 5, 84, 0, 0, 1351, 1352, 5, 73, 0, 0, 1352, 1353, 5, 84, 0, 0, 1353, 1354, 5, 73, 0, 0, 1354, 1355, 5, 79, 0, 0, 1355, 1356, 5, 78, 0, 0, 1356, 1357, 5, 83, 0, 0, 1357, 202, 1, 0, 0, 0, 1358, 1359, 5, 70, 0, 0, 1359, 1360, 5, 85, 0, 0, 1360, 1361, 5, 78, 0, 0, 1361, 1362, 5, 67, 0, 0, 1362, 1363, 5, 84, 0, 0, 1363, 1364, 5, 73, 0, 0, 1364, 1365, 5, 79, 0, 0, 1365, 1366, 5, 78, 0, 0, 1366, 1367, 5, 83, 0, 0, 1367, 204, 1, 0, 0, 0, 1368, 1369, 5, 68, 0, 0, 1369, 1370, 5, 82, 0, 0, 1370, 1371, 5, 79, 0, 0, 1371, 1372, 5, 80, 0, 0, 1372, 206, 1, 0, 0, 0, 1373, 1374, 5, 85, 0, 0, 1374, 1375, 5, 78, 0, 0, 1375, 1376, 5, 73, 0, 0, 1376, 1377, 5, 79, 0, 0, 1377, 1378, 5, 78, 0, 0, 1378, 208, 1, 0, 0, 0, 1379, 1380, 5, 69, 0, 0, 1380, 1381, 5, 88, 0, 0, 1381, 1382, 5, 67, 0, 0, 1382, 1383, 5, 69, 0, 0, 1383, 1384, 5, 80, 0, 0, 1384, 1385, 5, 84, 0, 0, 1385, 210, 1, 0, 0, 0, 1386, 1387, 5, 83, 0, 0, 1387, 1388, 5, 69, 0, 0, 1388, 1389, 5, 84, 0, 0, 1389, 1390, 5, 77, 0, 0, 1390, 1391, 5, 73, 0, 0, 1391, 1392, 5, 78, 0, 0, 1392, 1393, 5, 85, 0, 0, 1393, 1394, 5, 83, 0, 0, 1394, 212, 1, 0, 0, 0, 1395, 1396, 5, 73, 0, 0, 1396, 1397, 5, 78, 0, 0, 1397, 1398, 5, 84, 0, 0, 1398, 1399, 5, 69, 0, 0, 1399, 1400, 5, 82, 0, 0, 1400, 1401, 5, 83, 0, 0, 1401, 1402, 5, 69, 0, 0, 1402, 1403, 5, 67, 0, 0, 1403, 1404, 5, 84, 0, 0, 1404, 214, 1, 0, 0, 0, 1405, 1406, 5, 84, 0, 0, 1406, 1407, 5, 79, 0, 0, 1407, 216, 1, 0, 0, 0, 1408, 1409, 5, 84, 0, 0, 1409, 1410, 5, 65, 0, 0, 1410, 1411, 5, 66, 0, 0, 1411, 1412, 5, 76, 0, 0, 1412, 1413, 5, 69, 0, 0, 1413, 1414, 5, 83, 0, 0, 1414, 1415, 5, 65, 0, 0, 1415, 1416, 5, 77, 0, 0, 1416, 1417, 5, 80, 0, 0, 1417, 1418, 5, 76, 0, 0, 1418, 1419, 5, 69, 0, 0, 1419, 218, 1, 0, 0, 0, 1420, 1421, 5, 83, 0, 0, 1421, 1422, 5, 84, 0, 0, 1422, 1423, 5, 82, 0, 0, 1423, 1424, 5, 65, 0, 0, 1424, 1425, 5, 84, 0, 0, 1425, 1426, 5, 73, 0, 0, 1426, 1427, 5, 70, 0, 0, 1427, 1428, 5, 89, 0, 0, 1428, 220, 1, 0, 0, 0, 1429, 1430, 5, 65, 0, 0, 1430, 1431, 5, 76, 0, 0, 1431, 1432, 5, 84, 0, 0, 1432, 1433, 5, 69, 0, 0, 1433, 1434, 5, 82, 0, 0, 1434, 222, 1, 0, 0, 0, 1435, 1436, 5, 82, 0, 0, 1436, 1437, 5, 69, 0, 0, 1437, 1438, 5, 78, 0, 0, 1438, 1439, 5, 65, 0, 0, 1439, 1440, 5, 77, 0, 0, 1440, 1441, 5, 69, 0, 0, 1441, 224, 1, 0, 0, 0, 1442, 1443, 5, 83, 0, 0, 1443, 1444, 5, 84, 0, 0, 1444, 1445, 5, 82, 0, 0, 1445, 1446, 5, 85, 0, 0, 1446, 1447, 5, 67, 0, 0, 1447, 1448, 5, 84, 0, 0, 1448, 226, 1, 0, 0, 0, 1449, 1450, 5, 67, 0, 0, 1450, 1451, 5, 79, 0, 0, 1451, 1452, 5, 77, 0, 0, 1452, 1453, 5, 77, 0, 0, 1453, 1454, 5, 69, 0, 0, 1454, 1455, 5, 78, 0, 0, 1455, 1456, 5, 84, 0, 0, 1456, 228, 1, 0, 0, 0, 1457, 1458, 5, 83, 0, 0, 1458, 1459, 5, 69, 0, 0, 1459, 1460, 5, 84, 0, 0, 1460, 230, 1, 0, 0, 0, 1461, 1462, 5, 82, 0, 0, 1462, 1463, 5, 69, 0, 0, 1463, 1464, 5, 83, 0, 0, 1464, 1465, 5, 69, 0, 0, 1465, 1466, 5, 84, 0, 0, 1466, 232, 1, 0, 0, 0, 1467, 1468, 5, 68, 0, 0, 1468, 1469, 5, 65, 0, 0, 1469, 1470, 5, 84, 0, 0, 1470, 1471, 5, 65, 0, 0, 1471, 234, 1, 0, 0, 0, 1472, 1473, 5, 83, 0, 0, 1473, 1474, 5, 84, 0, 0, 1474, 1475, 5, 65, 0, 0, 1475, 1476, 5, 82, 0, 0, 1476, 1477, 5, 84, 0, 0, 1477, 236, 1, 0, 0, 0, 1478, 1479, 5, 84, 0, 0, 1479, 1480, 5, 82, 0, 0, 1480, 1481, 5, 65, 0, 0, 1481, 1482, 5, 78, 0, 0, 1482, 1483, 5, 83, 0, 0, 1483, 1484, 5, 65, 0, 0, 1484, 1485, 5, 67, 0, 0, 1485, 1486, 5, 84, 0, 0, 1486, 1487, 5, 73, 0, 0, 1487, 1488, 5, 79, 0, 0, 1488, 1489, 5, 78, 0, 0, 1489, 238, 1, 0, 0, 0, 1490, 1491, 5, 67, 0, 0, 1491, 1492, 5, 79, 0, 0, 1492, 1493, 5, 77, 0, 0, 1493, 1494, 5, 77, 0, 0, 1494, 1495, 5, 73, 0, 0, 1495, 1496, 5, 84, 0, 0, 1496, 240, 1, 0, 0, 0, 1497, 1498, 5, 82, 0, 0, 1498, 1499, 5, 79, 0, 0, 1499, 1500, 5, 76, 0, 0, 1500, 1501, 5, 76, 0, 0, 1501, 1502, 5, 66, 0, 0, 1502, 1503, 5, 65, 0, 0, 1503, 1504, 5, 67, 0, 0, 1504, 1505, 5, 75, 0, 0, 1505, 242, 1, 0, 0, 0, 1506, 1507, 5, 77, 0, 0, 1507, 1508, 5, 65, 0, 0, 1508, 1509, 5, 67, 0, 0, 1509, 1510, 5, 82, 0, 0, 1510, 1511, 5, 79, 0, 0, 1511, 244, 1, 0, 0, 0, 1512, 1513, 5, 73, 0, 0, 1513, 1514, 5, 71, 0, 0, 1514, 1515, 5, 78, 0, 0, 1515, 1516, 5, 79, 0, 0, 1516, 1517, 5, 82, 0, 0, 1517, 1518, 5, 69, 0, 0, 1518, 246, 1, 0, 0, 0, 1519, 1520, 5, 66, 0, 0, 1520, 1521, 5, 79, 0, 0, 1521, 1522, 5, 84, 0, 0, 1522, 1523, 5, 72, 0, 0, 1523, 248, 1, 0, 0, 0, 1524, 1525, 5, 76, 0, 0, 1525, 1526, 5, 69, 0, 0, 1526, 1527, 5, 65, 0, 0, 1527, 1528, 5, 68, 0, 0, 1528, 1529, 5, 73, 0, 0, 1529, 1530, 5, 78, 0, 0, 1530, 1531, 5, 71, 0, 0, 1531, 250, 1, 0, 0, 0, 1532, 1533, 5, 84, 0, 0, 1533, 1534, 5, 82, 0, 0, 1534, 1535, 5, 65, 0, 0, 1535, 1536, 5, 73, 0, 0, 1536, 1537, 5, 76, 0, 0, 1537, 1538, 5, 73, 0, 0, 1538, 1539, 5, 78, 0, 0, 1539, 1540, 5, 71, 0, 0, 1540, 252, 1, 0, 0, 0, 1541, 1542, 5, 73, 0, 0, 1542, 1543, 5, 70, 0, 0, 1543, 254, 1, 0, 0, 0, 1544, 1545, 5, 80, 0, 0, 1545, 1546, 5, 79, 0, 0, 1546, 1547, 5, 83, 0, 0, 1547, 1548, 5, 73, 0, 0, 1548, 1549, 5, 84, 0, 0, 1549, 1550, 5, 73, 0, 0, 1550, 1551, 5, 79, 0, 0, 1551, 1552, 5, 78, 0, 0, 1552, 256, 1, 0, 0, 0, 1553, 1554, 5, 69, 0, 0, 1554, 1555, 5, 88, 0, 0, 1555, 1556, 5, 84, 0, 0, 1556, 1557, 5, 82, 0, 0, 1557, 1558, 5, 65, 0, 0, 1558, 1559, 5, 67, 0, 0, 1559, 1560, 5, 84, 0, 0, 1560, 258, 1, 0, 0, 0, 1561, 1562, 5, 77, 0, 0, 1562, 1563, 5, 73, 0, 0, 1563, 1564, 5, 78, 0, 0, 1564, 1565, 5, 85, 0, 0, 1565, 1566, 5, 83, 0, 0, 1566, 260, 1, 0, 0, 0, 1567, 1568, 5, 68, 0, 0, 1568, 1569, 5, 73, 0, 0, 1569, 1570, 5, 86, 0, 0, 1570, 262, 1, 0, 0, 0, 1571, 1572, 5, 80, 0, 0, 1572, 1573, 5, 69, 0, 0, 1573, 1574, 5, 82, 0, 0, 1574, 1575, 5, 67, 0, 0, 1575, 1576, 5, 69, 0, 0, 1576, 1577, 5, 78, 0, 0, 1577, 1578, 5, 84, 0, 0, 1578, 1579, 5, 76, 0, 0, 1579, 1580, 5, 73, 0, 0, 1580, 1581, 5, 84, 0, 0, 1581, 264, 1, 0, 0, 0, 1582, 1583, 5, 66, 0, 0, 1583, 1584, 5, 85, 0, 0, 1584, 1585, 5, 67, 0, 0, 1585, 1586, 5, 75, 0, 0, 1586, 1587, 5, 69, 0, 0, 1587, 1588, 5, 84, 0, 0, 1588, 266, 1, 0, 0, 0, 1589, 1590, 5, 79, 0, 0, 1590, 1591, 5, 85, 0, 0, 1591, 1592, 5, 84, 0, 0, 1592, 268, 1, 0, 0, 0, 1593, 1594, 5, 79, 0, 0, 1594, 1595, 5, 70, 0, 0, 1595, 270, 1, 0, 0, 0, 1596, 1597, 5, 83, 0, 0, 1597, 1598, 5, 79, 0, 0, 1598, 1599, 5, 82, 0, 0, 1599, 1600, 5, 84, 0, 0, 1600, 272, 1, 0, 0, 0, 1601, 1602, 5, 67, 0, 0, 1602, 1603, 5, 76, 0, 0, 1603, 1604, 5, 85, 0, 0, 1604, 1605, 5, 83, 0, 0, 1605, 1606, 5, 84, 0, 0, 1606, 1607, 5, 69, 0, 0, 1607, 1608, 5, 82, 0, 0, 1608, 274, 1, 0, 0, 0, 1609, 1610, 5, 68, 0, 0, 1610, 1611, 5, 73, 0, 0, 1611, 1612, 5, 83, 0, 0, 1612, 1613, 5, 84, 0, 0, 1613, 1614, 5, 82, 0, 0, 1614, 1615, 5, 73, 0, 0, 1615, 1616, 5, 66, 0, 0, 1616, 1617, 5, 85, 0, 0, 1617, 1618, 5, 84, 0, 0, 1618, 1619, 5, 69, 0, 0, 1619, 276, 1, 0, 0, 0, 1620, 1621, 5, 79, 0, 0, 1621, 1622, 5, 86, 0, 0, 1622, 1623, 5, 69, 0, 0, 1623, 1624, 5, 82, 0, 0, 1624, 1625, 5, 87, 0, 0, 1625, 1626, 5, 82, 0, 0, 1626, 1627, 5, 73, 0, 0, 1627, 1628, 5, 84, 0, 0, 1628, 1629, 5, 69, 0, 0, 1629, 278, 1, 0, 0, 0, 1630, 1631, 5, 84, 0, 0, 1631, 1632, 5, 82, 0, 0, 1632, 1633, 5, 65, 0, 0, 1633, 1634, 5, 78, 0, 0, 1634, 1635, 5, 83, 0, 0, 1635, 1636, 5, 70, 0, 0, 1636, 1637, 5, 79, 0, 0, 1637, 1638, 5, 82, 0, 0, 1638, 1639, 5, 77, 0, 0, 1639, 280, 1, 0, 0, 0, 1640, 1641, 5, 82, 0, 0, 1641, 1642, 5, 69, 0, 0, 1642, 1643, 5, 68, 0, 0, 1643, 1644, 5, 85, 0, 0, 1644, 1645, 5, 67, 0, 0, 1645, 1646, 5, 69, 0, 0, 1646, 282, 1, 0, 0, 0, 1647, 1648, 5, 85, 0, 0, 1648, 1649, 5, 83, 0, 0, 1649, 1650, 5, 73, 0, 0, 1650, 1651, 5, 78, 0, 0, 1651, 1652, 5, 71, 0, 0, 1652, 284, 1, 0, 0, 0, 1653, 1654, 5, 83, 0, 0, 1654, 1655, 5, 69, 0, 0, 1655, 1656, 5, 82, 0, 0, 1656, 1657, 5, 68, 0, 0, 1657, 1658, 5, 69, 0, 0, 1658, 286, 1, 0, 0, 0, 1659, 1660, 5, 83, 0, 0, 1660, 1661, 5, 69, 0, 0, 1661, 1662, 5, 82, 0, 0, 1662, 1663, 5, 68, 0, 0, 1663, 1664, 5, 69, 0, 0, 1664, 1665, 5, 80, 0, 0, 1665, 1666, 5, 82, 0, 0, 1666, 1667, 5, 79, 0, 0, 1667, 1668, 5, 80, 0, 0, 1668, 1669, 5, 69, 0, 0, 1669, 1670, 5, 82, 0, 0, 1670, 1671, 5, 84, 0, 0, 1671, 1672, 5, 73, 0, 0, 1672, 1673, 5, 69, 0, 0, 1673, 1674, 5, 83, 0, 0, 1674, 288, 1, 0, 0, 0, 1675, 1676, 5, 82, 0, 0, 1676, 1677, 5, 69, 0, 0, 1677, 1678, 5, 67, 0, 0, 1678, 1679, 5, 79, 0, 0, 1679, 1680, 5, 82, 0, 0, 1680, 1681, 5, 68, 0, 0, 1681, 1682, 5, 82, 0, 0, 1682, 1683, 5, 69, 0, 0, 1683, 1684, 5, 65, 0, 0, 1684, 1685, 5, 68, 0, 0, 1685, 1686, 5, 69, 0, 0, 1686, 1687, 5, 82, 0, 0, 1687, 290, 1, 0, 0, 0, 1688, 1689, 5, 82, 0, 0, 1689, 1690, 5, 69, 0, 0, 1690, 1691, 5, 67, 0, 0, 1691, 1692, 5, 79, 0, 0, 1692, 1693, 5, 82, 0, 0, 1693, 1694, 5, 68, 0, 0, 1694, 1695, 5, 87, 0, 0, 1695, 1696, 5, 82, 0, 0, 1696, 1697, 5, 73, 0, 0, 1697, 1698, 5, 84, 0, 0, 1698, 1699, 5, 69, 0, 0, 1699, 1700, 5, 82, 0, 0, 1700, 292, 1, 0, 0, 0, 1701, 1702, 5, 68, 0, 0, 1702, 1703, 5, 69, 0, 0, 1703, 1704, 5, 76, 0, 0, 1704, 1705, 5, 73, 0, 0, 1705, 1706, 5, 77, 0, 0, 1706, 1707, 5, 73, 0, 0, 1707, 1708, 5, 84, 0, 0, 1708, 1709, 5, 69, 0, 0, 1709, 1710, 5, 68, 0, 0, 1710, 294, 1, 0, 0, 0, 1711, 1712, 5, 70, 0, 0, 1712, 1713, 5, 73, 0, 0, 1713, 1714, 5, 69, 0, 0, 1714, 1715, 5, 76, 0, 0, 1715, 1716, 5, 68, 0, 0, 1716, 1717, 5, 83, 0, 0, 1717, 296, 1, 0, 0, 0, 1718, 1719, 5, 84, 0, 0, 1719, 1720, 5, 69, 0, 0, 1720, 1721, 5, 82, 0, 0, 1721, 1722, 5, 77, 0, 0, 1722, 1723, 5, 73, 0, 0, 1723, 1724, 5, 78, 0, 0, 1724, 1725, 5, 65, 0, 0, 1725, 1726, 5, 84, 0, 0, 1726, 1727, 5, 69, 0, 0, 1727, 1728, 5, 68, 0, 0, 1728, 298, 1, 0, 0, 0, 1729, 1730, 5, 67, 0, 0, 1730, 1731, 5, 79, 0, 0, 1731, 1732, 5, 76, 0, 0, 1732, 1733, 5, 76, 0, 0, 1733, 1734, 5, 69, 0, 0, 1734, 1735, 5, 67, 0, 0, 1735, 1736, 5, 84, 0, 0, 1736, 1737, 5, 73, 0, 0, 1737, 1738, 5, 79, 0, 0, 1738, 1739, 5, 78, 0, 0, 1739, 300, 1, 0, 0, 0, 1740, 1741, 5, 73, 0, 0, 1741, 1742, 5, 84, 0, 0, 1742, 1743, 5, 69, 0, 0, 1743, 1744, 5, 77, 0, 0, 1744, 1745, 5, 83, 0, 0, 1745, 302, 1, 0, 0, 0, 1746, 1747, 5, 75, 0, 0, 1747, 1748, 5, 69, 0, 0, 1748, 1749, 5, 89, 0, 0, 1749, 1750, 5, 83, 0, 0, 1750, 304, 1, 0, 0, 0, 1751, 1752, 5, 69, 0, 0, 1752, 1753, 5, 83, 0, 0, 1753, 1754, 5, 67, 0, 0, 1754, 1755, 5, 65, 0, 0, 1755, 1756, 5, 80, 0, 0, 1756, 1757, 5, 69, 0, 0, 1757, 1758, 5, 68, 0, 0, 1758, 306, 1, 0, 0, 0, 1759, 1760, 5, 76, 0, 0, 1760, 1761, 5, 73, 0, 0, 1761, 1762, 5, 78, 0, 0, 1762, 1763, 5, 69, 0, 0, 1763, 1764, 5, 83, 0, 0, 1764, 308, 1, 0, 0, 0, 1765, 1766, 5, 83, 0, 0, 1766, 1767, 5, 69, 0, 0, 1767, 1768, 5, 80, 0, 0, 1768, 1769, 5, 65, 0, 0, 1769, 1770, 5, 82, 0, 0, 1770, 1771, 5, 65, 0, 0, 1771, 1772, 5, 84, 0, 0, 1772, 1773, 5, 69, 0, 0, 1773, 1774, 5, 68, 0, 0, 1774, 310, 1, 0, 0, 0, 1775, 1776, 5, 70, 0, 0, 1776, 1777, 5, 85, 0, 0, 1777, 1778, 5, 78, 0, 0, 1778, 1779, 5, 67, 0, 0, 1779, 1780, 5, 84, 0, 0, 1780, 1781, 5, 73, 0, 0, 1781, 1782, 5, 79, 0, 0, 1782, 1783, 5, 78, 0, 0, 1783, 312, 1, 0, 0, 0, 1784, 1785, 5, 69, 0, 0, 1785, 1786, 5, 88, 0, 0, 1786, 1787, 5, 84, 0, 0, 1787, 1788, 5, 69, 0, 0, 1788, 1789, 5, 78, 0, 0, 1789, 1790, 5, 68, 0, 0, 1790, 1791, 5, 69, 0, 0, 1791, 1792, 5, 68, 0, 0, 1792, 314, 1, 0, 0, 0, 1793, 1794, 5, 82, 0, 0, 1794, 1795, 5, 69, 0, 0, 1795, 1796, 5, 70, 0, 0, 1796, 1797, 5, 82, 0, 0, 1797, 1798, 5, 69, 0, 0, 1798, 1799, 5, 83, 0, 0, 1799, 1800, 5, 72, 0, 0, 1800, 316, 1, 0, 0, 0, 1801, 1802, 5, 67, 0, 0, 1802, 1803, 5, 76, 0, 0, 1803, 1804, 5, 69, 0, 0, 1804, 1805, 5, 65, 0, 0, 1805, 1806, 5, 82, 0, 0, 1806, 318, 1, 0, 0, 0, 1807, 1808, 5, 67, 0, 0, 1808, 1809, 5, 65, 0, 0, 1809, 1810, 5, 67, 0, 0, 1810, 1811, 5, 72, 0, 0, 1811, 1812, 5, 69, 0, 0, 1812, 320, 1, 0, 0, 0, 1813, 1814, 5, 85, 0, 0, 1814, 1815, 5, 78, 0, 0, 1815, 1816, 5, 67, 0, 0, 1816, 1817, 5, 65, 0, 0, 1817, 1818, 5, 67, 0, 0, 1818, 1819, 5, 72, 0, 0, 1819, 1820, 5, 69, 0, 0, 1820, 322, 1, 0, 0, 0, 1821, 1822, 5, 76, 0, 0, 1822, 1823, 5, 65, 0, 0, 1823, 1824, 5, 90, 0, 0, 1824, 1825, 5, 89, 0, 0, 1825, 324, 1, 0, 0, 0, 1826, 1827, 5, 70, 0, 0, 1827, 1828, 5, 79, 0, 0, 1828, 1829, 5, 82, 0, 0, 1829, 1830, 5, 77, 0, 0, 1830, 1831, 5, 65, 0, 0, 1831, 1832, 5, 84, 0, 0, 1832, 1833, 5, 84, 0, 0, 1833, 1834, 5, 69, 0, 0, 1834, 1835, 5, 68, 0, 0, 1835, 326, 1, 0, 0, 0, 1836, 1837, 5, 71, 0, 0, 1837, 1838, 5, 76, 0, 0, 1838, 1839, 5, 79, 0, 0, 1839, 1840, 5, 66, 0, 0, 1840, 1841, 5, 65, 0, 0, 1841, 1842, 5, 76, 0, 0, 1842, 328, 1, 0, 0, 0, 1843, 1844, 5, 84, 0, 0, 1844, 1845, 5, 69, 0, 0, 1845, 1846, 5, 77, 0, 0, 1846, 1847, 5, 80, 0, 0, 1847, 1848, 5, 79, 0, 0, 1848, 1849, 5, 82, 0, 0, 1849, 1850, 5, 65, 0, 0, 1850, 1851, 5, 82, 0, 0, 1851, 1852, 5, 89, 0, 0, 1852, 330, 1, 0, 0, 0, 1853, 1854, 5, 79, 0, 0, 1854, 1855, 5, 80, 0, 0, 1855, 1856, 5, 84, 0, 0, 1856, 1857, 5, 73, 0, 0, 1857, 1858, 5, 79, 0, 0, 1858, 1859, 5, 78, 0, 0, 1859, 1860, 5, 83, 0, 0, 1860, 332, 1, 0, 0, 0, 1861, 1862, 5, 85, 0, 0, 1862, 1863, 5, 78, 0, 0, 1863, 1864, 5, 83, 0, 0, 1864, 1865, 5, 69, 0, 0, 1865, 1866, 5, 84, 0, 0, 1866, 334, 1, 0, 0, 0, 1867, 1868, 5, 84, 0, 0, 1868, 1869, 5, 66, 0, 0, 1869, 1870, 5, 76, 0, 0, 1870, 1871, 5, 80, 0, 0, 1871, 1872, 5, 82, 0, 0, 1872, 1873, 5, 79, 0, 0, 1873, 1874, 5, 80, 0, 0, 1874, 1875, 5, 69, 0, 0, 1875, 1876, 5, 82, 0, 0, 1876, 1877, 5, 84, 0, 0, 1877, 1878, 5, 73, 0, 0, 1878, 1879, 5, 69, 0, 0, 1879, 1880, 5, 83, 0, 0, 1880, 336, 1, 0, 0, 0, 1881, 1882, 5, 68, 0, 0, 1882, 1883, 5, 66, 0, 0, 1883, 1884, 5, 80, 0, 0, 1884, 1885, 5, 82, 0, 0, 1885, 1886, 5, 79, 0, 0, 1886, 1887, 5, 80, 0, 0, 1887, 1888, 5, 69, 0, 0, 1888, 1889, 5, 82, 0, 0, 1889, 1890, 5, 84, 0, 0, 1890, 1891, 5, 73, 0, 0, 1891, 1892, 5, 69, 0, 0, 1892, 1893, 5, 83, 0, 0, 1893, 338, 1, 0, 0, 0, 1894, 1895, 5, 66, 0, 0, 1895, 1896, 5, 85, 0, 0, 1896, 1897, 5, 67, 0, 0, 1897, 1898, 5, 75, 0, 0, 1898, 1899, 5, 69, 0, 0, 1899, 1900, 5, 84, 0, 0, 1900, 1901, 5, 83, 0, 0, 1901, 340, 1, 0, 0, 0, 1902, 1903, 5, 83, 0, 0, 1903, 1904, 5, 75, 0, 0, 1904, 1905, 5, 69, 0, 0, 1905, 1906, 5, 87, 0, 0, 1906, 1907, 5, 69, 0, 0, 1907, 1908, 5, 68, 0, 0, 1908, 342, 1, 0, 0, 0, 1909, 1910, 5, 83, 0, 0, 1910, 1911, 5, 84, 0, 0, 1911, 1912, 5, 79, 0, 0, 1912, 1913, 5, 82, 0, 0, 1913, 1914, 5, 69, 0, 0, 1914, 1915, 5, 68, 0, 0, 1915, 344, 1, 0, 0, 0, 1916, 1917, 5, 68, 0, 0, 1917, 1918, 5, 73, 0, 0, 1918, 1919, 5, 82, 0, 0, 1919, 1920, 5, 69, 0, 0, 1920, 1921, 5, 67, 0, 0, 1921, 1922, 5, 84, 0, 0, 1922, 1923, 5, 79, 0, 0, 1923, 1924, 5, 82, 0, 0, 1924, 1925, 5, 73, 0, 0, 1925, 1926, 5, 69, 0, 0, 1926, 1927, 5, 83, 0, 0, 1927, 346, 1, 0, 0, 0, 1928, 1929, 5, 76, 0, 0, 1929, 1930, 5, 79, 0, 0, 1930, 1931, 5, 67, 0, 0, 1931, 1932, 5, 65, 0, 0, 1932, 1933, 5, 84, 0, 0, 1933, 1934, 5, 73, 0, 0, 1934, 1935, 5, 79, 0, 0, 1935, 1936, 5, 78, 0, 0, 1936, 348, 1, 0, 0, 0, 1937, 1938, 5, 69, 0, 0, 1938, 1939, 5, 88, 0, 0, 1939, 1940, 5, 67, 0, 0, 1940, 1941, 5, 72, 0, 0, 1941, 1942, 5, 65, 0, 0, 1942, 1943, 5, 78, 0, 0, 1943, 1944, 5, 71, 0, 0, 1944, 1945, 5, 69, 0, 0, 1945, 350, 1, 0, 0, 0, 1946, 1947, 5, 65, 0, 0, 1947, 1948, 5, 82, 0, 0, 1948, 1949, 5, 67, 0, 0, 1949, 1950, 5, 72, 0, 0, 1950, 1951, 5, 73, 0, 0, 1951, 1952, 5, 86, 0, 0, 1952, 1953, 5, 69, 0, 0, 1953, 352, 1, 0, 0, 0, 1954, 1955, 5, 85, 0, 0, 1955, 1956, 5, 78, 0, 0, 1956, 1957, 5, 65, 0, 0, 1957, 1958, 5, 82, 0, 0, 1958, 1959, 5, 67, 0, 0, 1959, 1960, 5, 72, 0, 0, 1960, 1961, 5, 73, 0, 0, 1961, 1962, 5, 86, 0, 0, 1962, 1963, 5, 69, 0, 0, 1963, 354, 1, 0, 0, 0, 1964, 1965, 5, 70, 0, 0, 1965, 1966, 5, 73, 0, 0, 1966, 1967, 5, 76, 0, 0, 1967, 1968, 5, 69, 0, 0, 1968, 1969, 5, 70, 0, 0, 1969, 1970, 5, 79, 0, 0, 1970, 1971, 5, 82, 0, 0, 1971, 1972, 5, 77, 0, 0, 1972, 1973, 5, 65, 0, 0, 1973, 1974, 5, 84, 0, 0, 1974, 356, 1, 0, 0, 0, 1975, 1976, 5, 84, 0, 0, 1976, 1977, 5, 79, 0, 0, 1977, 1978, 5, 85, 0, 0, 1978, 1979, 5, 67, 0, 0, 1979, 1980, 5, 72, 0, 0, 1980, 358, 1, 0, 0, 0, 1981, 1982, 5, 67, 0, 0, 1982, 1983, 5, 79, 0, 0, 1983, 1984, 5, 77, 0, 0, 1984, 1985, 5, 80, 0, 0, 1985, 1986, 5, 65, 0, 0, 1986, 1987, 5, 67, 0, 0, 1987, 1988, 5, 84, 0, 0, 1988, 360, 1, 0, 0, 0, 1989, 1990, 5, 67, 0, 0, 1990, 1991, 5, 79, 0, 0, 1991, 1992, 5, 78, 0, 0, 1992, 1993, 5, 67, 0, 0, 1993, 1994, 5, 65, 0, 0, 1994, 1995, 5, 84, 0, 0, 1995, 1996, 5, 69, 0, 0, 1996, 1997, 5, 78, 0, 0, 1997, 1998, 5, 65, 0, 0, 1998, 1999, 5, 84, 0, 0, 1999, 2000, 5, 69, 0, 0, 2000, 362, 1, 0, 0, 0, 2001, 2002, 5, 67, 0, 0, 2002, 2003, 5, 72, 0, 0, 2003, 2004, 5, 65, 0, 0, 2004, 2005, 5, 78, 0, 0, 2005, 2006, 5, 71, 0, 0, 2006, 2007, 5, 69, 0, 0, 2007, 364, 1, 0, 0, 0, 2008, 2009, 5, 67, 0, 0, 2009, 2010, 5, 65, 0, 0, 2010, 2011, 5, 83, 0, 0, 2011, 2012, 5, 67, 0, 0, 2012, 2013, 5, 65, 0, 0, 2013, 2014, 5, 68, 0, 0, 2014, 2015, 5, 69, 0, 0, 2015, 366, 1, 0, 0, 0, 2016, 2017, 5, 67, 0, 0, 2017, 2018, 5, 79, 0, 0, 2018, 2019, 5, 78, 0, 0, 2019, 2020, 5, 83, 0, 0, 2020, 2021, 5, 84, 0, 0, 2021, 2022, 5, 82, 0, 0, 2022, 2023, 5, 65, 0, 0, 2023, 2024, 5, 73, 0, 0, 2024, 2025, 5, 78, 0, 0, 2025, 2026, 5, 84, 0, 0, 2026, 368, 1, 0, 0, 0, 2027, 2028, 5, 82, 0, 0, 2028, 2029, 5, 69, 0, 0, 2029, 2030, 5, 83, 0, 0, 2030, 2031, 5, 84, 0, 0, 2031, 2032, 5, 82, 0, 0, 2032, 2033, 5, 73, 0, 0, 2033, 2034, 5, 67, 0, 0, 2034, 2035, 5, 84, 0, 0, 2035, 370, 1, 0, 0, 0, 2036, 2037, 5, 67, 0, 0, 2037, 2038, 5, 76, 0, 0, 2038, 2039, 5, 85, 0, 0, 2039, 2040, 5, 83, 0, 0, 2040, 2041, 5, 84, 0, 0, 2041, 2042, 5, 69, 0, 0, 2042, 2043, 5, 82, 0, 0, 2043, 2044, 5, 69, 0, 0, 2044, 2045, 5, 68, 0, 0, 2045, 372, 1, 0, 0, 0, 2046, 2047, 5, 83, 0, 0, 2047, 2048, 5, 79, 0, 0, 2048, 2049, 5, 82, 0, 0, 2049, 2050, 5, 84, 0, 0, 2050, 2051, 5, 69, 0, 0, 2051, 2052, 5, 68, 0, 0, 2052, 374, 1, 0, 0, 0, 2053, 2054, 5, 80, 0, 0, 2054, 2055, 5, 85, 0, 0, 2055, 2056, 5, 82, 0, 0, 2056, 2057, 5, 71, 0, 0, 2057, 2058, 5, 69, 0, 0, 2058, 376, 1, 0, 0, 0, 2059, 2060, 5, 73, 0, 0, 2060, 2061, 5, 78, 0, 0, 2061, 2062, 5, 80, 0, 0, 2062, 2063, 5, 85, 0, 0, 2063, 2064, 5, 84, 0, 0, 2064, 2065, 5, 70, 0, 0, 2065, 2066, 5, 79, 0, 0, 2066, 2067, 5, 82, 0, 0, 2067, 2068, 5, 77, 0, 0, 2068, 2069, 5, 65, 0, 0, 2069, 2070, 5, 84, 0, 0, 2070, 378, 1, 0, 0, 0, 2071, 2072, 5, 79, 0, 0, 2072, 2073, 5, 85, 0, 0, 2073, 2074, 5, 84, 0, 0, 2074, 2075, 5, 80, 0, 0, 2075, 2076, 5, 85, 0, 0, 2076, 2077, 5, 84, 0, 0, 2077, 2078, 5, 70, 0, 0, 2078, 2079, 5, 79, 0, 0, 2079, 2080, 5, 82, 0, 0, 2080, 2081, 5, 77, 0, 0, 2081, 2082, 5, 65, 0, 0, 2082, 2083, 5, 84, 0, 0, 2083, 380, 1, 0, 0, 0, 2084, 2085, 5, 68, 0, 0, 2085, 2086, 5, 65, 0, 0, 2086, 2087, 5, 84, 0, 0, 2087, 2088, 5, 65, 0, 0, 2088, 2089, 5, 66, 0, 0, 2089, 2090, 5, 65, 0, 0, 2090, 2091, 5, 83, 0, 0, 2091, 2092, 5, 69, 0, 0, 2092, 382, 1, 0, 0, 0, 2093, 2094, 5, 68, 0, 0, 2094, 2095, 5, 65, 0, 0, 2095, 2096, 5, 84, 0, 0, 2096, 2097, 5, 65, 0, 0, 2097, 2098, 5, 66, 0, 0, 2098, 2099, 5, 65, 0, 0, 2099, 2100, 5, 83, 0, 0, 2100, 2101, 5, 69, 0, 0, 2101, 2102, 5, 83, 0, 0, 2102, 384, 1, 0, 0, 0, 2103, 2104, 5, 68, 0, 0, 2104, 2105, 5, 70, 0, 0, 2105, 2106, 5, 83, 0, 0, 2106, 386, 1, 0, 0, 0, 2107, 2108, 5, 84, 0, 0, 2108, 2109, 5, 82, 0, 0, 2109, 2110, 5, 85, 0, 0, 2110, 2111, 5, 78, 0, 0, 2111, 2112, 5, 67, 0, 0, 2112, 2113, 5, 65, 0, 0, 2113, 2114, 5, 84, 0, 0, 2114, 2115, 5, 69, 0, 0, 2115, 388, 1, 0, 0, 0, 2116, 2117, 5, 65, 0, 0, 2117, 2118, 5, 78, 0, 0, 2118, 2119, 5, 65, 0, 0, 2119, 2120, 5, 76, 0, 0, 2120, 2121, 5, 89, 0, 0, 2121, 2122, 5, 90, 0, 0, 2122, 2123, 5, 69, 0, 0, 2123, 390, 1, 0, 0, 0, 2124, 2125, 5, 67, 0, 0, 2125, 2126, 5, 79, 0, 0, 2126, 2127, 5, 77, 0, 0, 2127, 2128, 5, 80, 0, 0, 2128, 2129, 5, 85, 0, 0, 2129, 2130, 5, 84, 0, 0, 2130, 2131, 5, 69, 0, 0, 2131, 392, 1, 0, 0, 0, 2132, 2133, 5, 76, 0, 0, 2133, 2134, 5, 73, 0, 0, 2134, 2135, 5, 83, 0, 0, 2135, 2136, 5, 84, 0, 0, 2136, 394, 1, 0, 0, 0, 2137, 2138, 5, 83, 0, 0, 2138, 2139, 5, 84, 0, 0, 2139, 2140, 5, 65, 0, 0, 2140, 2141, 5, 84, 0, 0, 2141, 2142, 5, 73, 0, 0, 2142, 2143, 5, 83, 0, 0, 2143, 2144, 5, 84, 0, 0, 2144, 2145, 5, 73, 0, 0, 2145, 2146, 5, 67, 0, 0, 2146, 2147, 5, 83, 0, 0, 2147, 396, 1, 0, 0, 0, 2148, 2149, 5, 80, 0, 0, 2149, 2150, 5, 65, 0, 0, 2150, 2151, 5, 82, 0, 0, 2151, 2152, 5, 84, 0, 0, 2152, 2153, 5, 73, 0, 0, 2153, 2154, 5, 84, 0, 0, 2154, 2155, 5, 73, 0, 0, 2155, 2156, 5, 79, 0, 0, 2156, 2157, 5, 78, 0, 0, 2157, 2158, 5, 69, 0, 0, 2158, 2159, 5, 68, 0, 0, 2159, 398, 1, 0, 0, 0, 2160, 2161, 5, 69, 0, 0, 2161, 2162, 5, 88, 0, 0, 2162, 2163, 5, 84, 0, 0, 2163, 2164, 5, 69, 0, 0, 2164, 2165, 5, 82, 0, 0, 2165, 2166, 5, 78, 0, 0, 2166, 2167, 5, 65, 0, 0, 2167, 2168, 5, 76, 0, 0, 2168, 400, 1, 0, 0, 0, 2169, 2170, 5, 68, 0, 0, 2170, 2171, 5, 69, 0, 0, 2171, 2172, 5, 70, 0, 0, 2172, 2173, 5, 73, 0, 0, 2173, 2174, 5, 78, 0, 0, 2174, 2175, 5, 69, 0, 0, 2175, 2176, 5, 68, 0, 0, 2176, 402, 1, 0, 0, 0, 2177, 2178, 5, 82, 0, 0, 2178, 2179, 5, 69, 0, 0, 2179, 2180, 5, 86, 0, 0, 2180, 2181, 5, 79, 0, 0, 2181, 2182, 5, 75, 0, 0, 2182, 2183, 5, 69, 0, 0, 2183, 404, 1, 0, 0, 0, 2184, 2185, 5, 71, 0, 0, 2185, 2186, 5, 82, 0, 0, 2186, 2187, 5, 65, 0, 0, 2187, 2188, 5, 78, 0, 0, 2188, 2189, 5, 84, 0, 0, 2189, 406, 1, 0, 0, 0, 2190, 2191, 5, 76, 0, 0, 2191, 2192, 5, 79, 0, 0, 2192, 2193, 5, 67, 0, 0, 2193, 2194, 5, 75, 0, 0, 2194, 408, 1, 0, 0, 0, 2195, 2196, 5, 85, 0, 0, 2196, 2197, 5, 78, 0, 0, 2197, 2198, 5, 76, 0, 0, 2198, 2199, 5, 79, 0, 0, 2199, 2200, 5, 67, 0, 0, 2200, 2201, 5, 75, 0, 0, 2201, 410, 1, 0, 0, 0, 2202, 2203, 5, 77, 0, 0, 2203, 2204, 5, 83, 0, 0, 2204, 2205, 5, 67, 0, 0, 2205, 2206, 5, 75, 0, 0, 2206, 412, 1, 0, 0, 0, 2207, 2208, 5, 82, 0, 0, 2208, 2209, 5, 69, 0, 0, 2209, 2210, 5, 80, 0, 0, 2210, 2211, 5, 65, 0, 0, 2211, 2212, 5, 73, 0, 0, 2212, 2213, 5, 82, 0, 0, 2213, 414, 1, 0, 0, 0, 2214, 2215, 5, 82, 0, 0, 2215, 2216, 5, 69, 0, 0, 2216, 2217, 5, 67, 0, 0, 2217, 2218, 5, 79, 0, 0, 2218, 2219, 5, 86, 0, 0, 2219, 2220, 5, 69, 0, 0, 2220, 2221, 5, 82, 0, 0, 2221, 416, 1, 0, 0, 0, 2222, 2223, 5, 69, 0, 0, 2223, 2224, 5, 88, 0, 0, 2224, 2225, 5, 80, 0, 0, 2225, 2226, 5, 79, 0, 0, 2226, 2227, 5, 82, 0, 0, 2227, 2228, 5, 84, 0, 0, 2228, 418, 1, 0, 0, 0, 2229, 2230, 5, 73, 0, 0, 2230, 2231, 5, 77, 0, 0, 2231, 2232, 5, 80, 0, 0, 2232, 2233, 5, 79, 0, 0, 2233, 2234, 5, 82, 0, 0, 2234, 2235, 5, 84, 0, 0, 2235, 420, 1, 0, 0, 0, 2236, 2237, 5, 76, 0, 0, 2237, 2238, 5, 79, 0, 0, 2238, 2239, 5, 65, 0, 0, 2239, 2240, 5, 68, 0, 0, 2240, 422, 1, 0, 0, 0, 2241, 2242, 5, 85, 0, 0, 2242, 2243, 5, 78, 0, 0, 2243, 2244, 5, 76, 0, 0, 2244, 2245, 5, 79, 0, 0, 2245, 2246, 5, 65, 0, 0, 2246, 2247, 5, 68, 0, 0, 2247, 424, 1, 0, 0, 0, 2248, 2249, 5, 82, 0, 0, 2249, 2250, 5, 79, 0, 0, 2250, 2251, 5, 76, 0, 0, 2251, 2252, 5, 69, 0, 0, 2252, 426, 1, 0, 0, 0, 2253, 2254, 5, 82, 0, 0, 2254, 2255, 5, 79, 0, 0, 2255, 2256, 5, 76, 0, 0, 2256, 2257, 5, 69, 0, 0, 2257, 2258, 5, 83, 0, 0, 2258, 428, 1, 0, 0, 0, 2259, 2260, 5, 67, 0, 0, 2260, 2261, 5, 79, 0, 0, 2261, 2262, 5, 77, 0, 0, 2262, 2263, 5, 80, 0, 0, 2263, 2264, 5, 65, 0, 0, 2264, 2265, 5, 67, 0, 0, 2265, 2266, 5, 84, 0, 0, 2266, 2267, 5, 73, 0, 0, 2267, 2268, 5, 79, 0, 0, 2268, 2269, 5, 78, 0, 0, 2269, 2270, 5, 83, 0, 0, 2270, 430, 1, 0, 0, 0, 2271, 2272, 5, 80, 0, 0, 2272, 2273, 5, 82, 0, 0, 2273, 2274, 5, 73, 0, 0, 2274, 2275, 5, 78, 0, 0, 2275, 2276, 5, 67, 0, 0, 2276, 2277, 5, 73, 0, 0, 2277, 2278, 5, 80, 0, 0, 2278, 2279, 5, 65, 0, 0, 2279, 2280, 5, 76, 0, 0, 2280, 2281, 5, 83, 0, 0, 2281, 432, 1, 0, 0, 0, 2282, 2283, 5, 84, 0, 0, 2283, 2284, 5, 82, 0, 0, 2284, 2285, 5, 65, 0, 0, 2285, 2286, 5, 78, 0, 0, 2286, 2287, 5, 83, 0, 0, 2287, 2288, 5, 65, 0, 0, 2288, 2289, 5, 67, 0, 0, 2289, 2290, 5, 84, 0, 0, 2290, 2291, 5, 73, 0, 0, 2291, 2292, 5, 79, 0, 0, 2292, 2293, 5, 78, 0, 0, 2293, 2294, 5, 83, 0, 0, 2294, 434, 1, 0, 0, 0, 2295, 2296, 5, 73, 0, 0, 2296, 2297, 5, 78, 0, 0, 2297, 2298, 5, 68, 0, 0, 2298, 2299, 5, 69, 0, 0, 2299, 2300, 5, 88, 0, 0, 2300, 436, 1, 0, 0, 0, 2301, 2302, 5, 73, 0, 0, 2302, 2303, 5, 78, 0, 0, 2303, 2304, 5, 68, 0, 0, 2304, 2305, 5, 69, 0, 0, 2305, 2306, 5, 88, 0, 0, 2306, 2307, 5, 69, 0, 0, 2307, 2308, 5, 83, 0, 0, 2308, 438, 1, 0, 0, 0, 2309, 2310, 5, 76, 0, 0, 2310, 2311, 5, 79, 0, 0, 2311, 2312, 5, 67, 0, 0, 2312, 2313, 5, 75, 0, 0, 2313, 2314, 5, 83, 0, 0, 2314, 440, 1, 0, 0, 0, 2315, 2316, 5, 79, 0, 0, 2316, 2317, 5, 80, 0, 0, 2317, 2318, 5, 84, 0, 0, 2318, 2319, 5, 73, 0, 0, 2319, 2320, 5, 79, 0, 0, 2320, 2321, 5, 78, 0, 0, 2321, 442, 1, 0, 0, 0, 2322, 2323, 5, 65, 0, 0, 2323, 2324, 5, 78, 0, 0, 2324, 2325, 5, 84, 0, 0, 2325, 2326, 5, 73, 0, 0, 2326, 444, 1, 0, 0, 0, 2327, 2328, 5, 76, 0, 0, 2328, 2329, 5, 79, 0, 0, 2329, 2330, 5, 67, 0, 0, 2330, 2331, 5, 65, 0, 0, 2331, 2332, 5, 76, 0, 0, 2332, 446, 1, 0, 0, 0, 2333, 2334, 5, 73, 0, 0, 2334, 2335, 5, 78, 0, 0, 2335, 2336, 5, 80, 0, 0, 2336, 2337, 5, 65, 0, 0, 2337, 2338, 5, 84, 0, 0, 2338, 2339, 5, 72, 0, 0, 2339, 448, 1, 0, 0, 0, 2340, 2341, 5, 87, 0, 0, 2341, 2342, 5, 65, 0, 0, 2342, 2343, 5, 84, 0, 0, 2343, 2344, 5, 69, 0, 0, 2344, 2345, 5, 82, 0, 0, 2345, 2346, 5, 77, 0, 0, 2346, 2347, 5, 65, 0, 0, 2347, 2348, 5, 82, 0, 0, 2348, 2349, 5, 75, 0, 0, 2349, 450, 1, 0, 0, 0, 2350, 2351, 5, 85, 0, 0, 2351, 2352, 5, 78, 0, 0, 2352, 2353, 5, 78, 0, 0, 2353, 2354, 5, 69, 0, 0, 2354, 2355, 5, 83, 0, 0, 2355, 2356, 5, 84, 0, 0, 2356, 452, 1, 0, 0, 0, 2357, 2358, 5, 77, 0, 0, 2358, 2359, 5, 65, 0, 0, 2359, 2360, 5, 84, 0, 0, 2360, 2361, 5, 67, 0, 0, 2361, 2362, 5, 72, 0, 0, 2362, 454, 1, 0, 0, 0, 2363, 2364, 5, 78, 0, 0, 2364, 2365, 5, 69, 0, 0, 2365, 2366, 5, 88, 0, 0, 2366, 2367, 5, 84, 0, 0, 2367, 456, 1, 0, 0, 0, 2368, 2369, 5, 87, 0, 0, 2369, 2370, 5, 73, 0, 0, 2370, 2371, 5, 84, 0, 0, 2371, 2372, 5, 72, 0, 0, 2372, 2373, 5, 73, 0, 0, 2373, 2374, 5, 78, 0, 0, 2374, 458, 1, 0, 0, 0, 2375, 2376, 5, 87, 0, 0, 2376, 2377, 5, 83, 0, 0, 2377, 460, 1, 0, 0, 0, 2378, 2379, 5, 83, 0, 0, 2379, 2380, 5, 89, 0, 0, 2380, 2381, 5, 83, 0, 0, 2381, 2382, 5, 84, 0, 0, 2382, 2383, 5, 69, 0, 0, 2383, 2384, 5, 77, 0, 0, 2384, 462, 1, 0, 0, 0, 2385, 2386, 5, 73, 0, 0, 2386, 2387, 5, 78, 0, 0, 2387, 2388, 5, 67, 0, 0, 2388, 2389, 5, 76, 0, 0, 2389, 2390, 5, 85, 0, 0, 2390, 2391, 5, 68, 0, 0, 2391, 2392, 5, 73, 0, 0, 2392, 2393, 5, 78, 0, 0, 2393, 2394, 5, 71, 0, 0, 2394, 464, 1, 0, 0, 0, 2395, 2396, 5, 69, 0, 0, 2396, 2397, 5, 88, 0, 0, 2397, 2398, 5, 67, 0, 0, 2398, 2399, 5, 76, 0, 0, 2399, 2400, 5, 85, 0, 0, 2400, 2401, 5, 68, 0, 0, 2401, 2402, 5, 73, 0, 0, 2402, 2403, 5, 78, 0, 0, 2403, 2404, 5, 71, 0, 0, 2404, 466, 1, 0, 0, 0, 2405, 2406, 5, 79, 0, 0, 2406, 2407, 5, 86, 0, 0, 2407, 2408, 5, 69, 0, 0, 2408, 2409, 5, 82, 0, 0, 2409, 2410, 5, 87, 0, 0, 2410, 2411, 5, 82, 0, 0, 2411, 2412, 5, 73, 0, 0, 2412, 2413, 5, 84, 0, 0, 2413, 2414, 5, 73, 0, 0, 2414, 2415, 5, 78, 0, 0, 2415, 2416, 5, 71, 0, 0, 2416, 468, 1, 0, 0, 0, 2417, 2418, 5, 67, 0, 0, 2418, 2419, 5, 79, 0, 0, 2419, 2420, 5, 78, 0, 0, 2420, 2421, 5, 83, 0, 0, 2421, 2422, 5, 84, 0, 0, 2422, 2423, 5, 82, 0, 0, 2423, 2424, 5, 65, 0, 0, 2424, 2425, 5, 73, 0, 0, 2425, 2426, 5, 78, 0, 0, 2426, 2427, 5, 84, 0, 0, 2427, 2428, 5, 83, 0, 0, 2428, 470, 1, 0, 0, 0, 2429, 2430, 5, 71, 0, 0, 2430, 2431, 5, 69, 0, 0, 2431, 2432, 5, 78, 0, 0, 2432, 2433, 5, 69, 0, 0, 2433, 2434, 5, 82, 0, 0, 2434, 2435, 5, 65, 0, 0, 2435, 2436, 5, 84, 0, 0, 2436, 2437, 5, 69, 0, 0, 2437, 2438, 5, 68, 0, 0, 2438, 472, 1, 0, 0, 0, 2439, 2440, 5, 87, 0, 0, 2440, 2441, 5, 65, 0, 0, 2441, 2442, 5, 84, 0, 0, 2442, 2443, 5, 69, 0, 0, 2443, 2444, 5, 82, 0, 0, 2444, 2445, 5, 77, 0, 0, 2445, 2446, 5, 65, 0, 0, 2446, 2447, 5, 82, 0, 0, 2447, 2448, 5, 75, 0, 0, 2448, 2449, 5, 83, 0, 0, 2449, 474, 1, 0, 0, 0, 2450, 2451, 5, 67, 0, 0, 2451, 2452, 5, 65, 0, 0, 2452, 2453, 5, 84, 0, 0, 2453, 2454, 5, 65, 0, 0, 2454, 2455, 5, 76, 0, 0, 2455, 2456, 5, 79, 0, 0, 2456, 2457, 5, 71, 0, 0, 2457, 476, 1, 0, 0, 0, 2458, 2459, 5, 76, 0, 0, 2459, 2460, 5, 65, 0, 0, 2460, 2461, 5, 78, 0, 0, 2461, 2462, 5, 71, 0, 0, 2462, 2463, 5, 85, 0, 0, 2463, 2464, 5, 65, 0, 0, 2464, 2465, 5, 71, 0, 0, 2465, 2466, 5, 69, 0, 0, 2466, 478, 1, 0, 0, 0, 2467, 2468, 5, 74, 0, 0, 2468, 2469, 5, 65, 0, 0, 2469, 2470, 5, 86, 0, 0, 2470, 2471, 5, 65, 0, 0, 2471, 480, 1, 0, 0, 0, 2472, 2473, 5, 83, 0, 0, 2473, 2474, 5, 67, 0, 0, 2474, 2475, 5, 65, 0, 0, 2475, 2476, 5, 76, 0, 0, 2476, 2477, 5, 65, 0, 0, 2477, 482, 1, 0, 0, 0, 2478, 2479, 5, 80, 0, 0, 2479, 2480, 5, 89, 0, 0, 2480, 2481, 5, 84, 0, 0, 2481, 2482, 5, 72, 0, 0, 2482, 2483, 5, 79, 0, 0, 2483, 2484, 5, 78, 0, 0, 2484, 484, 1, 0, 0, 0, 2485, 2486, 5, 74, 0, 0, 2486, 2487, 5, 65, 0, 0, 2487, 2488, 5, 82, 0, 0, 2488, 486, 1, 0, 0, 0, 2489, 2490, 5, 70, 0, 0, 2490, 2491, 5, 73, 0, 0, 2491, 2492, 5, 76, 0, 0, 2492, 2493, 5, 69, 0, 0, 2493, 488, 1, 0, 0, 0, 2494, 2495, 5, 80, 0, 0, 2495, 2496, 5, 89, 0, 0, 2496, 2497, 5, 84, 0, 0, 2497, 2498, 5, 72, 0, 0, 2498, 2499, 5, 79, 0, 0, 2499, 2500, 5, 78, 0, 0, 2500, 2501, 5, 95, 0, 0, 2501, 2502, 5, 70, 0, 0, 2502, 2503, 5, 73, 0, 0, 2503, 2504, 5, 76, 0, 0, 2504, 2505, 5, 69, 0, 0, 2505, 2506, 5, 83, 0, 0, 2506, 490, 1, 0, 0, 0, 2507, 2508, 5, 80, 0, 0, 2508, 2509, 5, 89, 0, 0, 2509, 2510, 5, 84, 0, 0, 2510, 2511, 5, 72, 0, 0, 2511, 2512, 5, 79, 0, 0, 2512, 2513, 5, 78, 0, 0, 2513, 2514, 5, 95, 0, 0, 2514, 2515, 5, 82, 0, 0, 2515, 2516, 5, 69, 0, 0, 2516, 2517, 5, 81, 0, 0, 2517, 2518, 5, 85, 0, 0, 2518, 2519, 5, 73, 0, 0, 2519, 2520, 5, 82, 0, 0, 2520, 2521, 5, 69, 0, 0, 2521, 2522, 5, 77, 0, 0, 2522, 2523, 5, 69, 0, 0, 2523, 2524, 5, 78, 0, 0, 2524, 2525, 5, 84, 0, 0, 2525, 2526, 5, 83, 0, 0, 2526, 492, 1, 0, 0, 0, 2527, 2528, 5, 80, 0, 0, 2528, 2529, 5, 89, 0, 0, 2529, 2530, 5, 84, 0, 0, 2530, 2531, 5, 72, 0, 0, 2531, 2532, 5, 79, 0, 0, 2532, 2533, 5, 78, 0, 0, 2533, 2534, 5, 95, 0, 0, 2534, 2535, 5, 68, 0, 0, 2535, 2536, 5, 69, 0, 0, 2536, 2537, 5, 80, 0, 0, 2537, 2538, 5, 69, 0, 0, 2538, 2539, 5, 78, 0, 0, 2539, 2540, 5, 68, 0, 0, 2540, 2541, 5, 69, 0, 0, 2541, 2542, 5, 78, 0, 0, 2542, 2543, 5, 67, 0, 0, 2543, 2544, 5, 73, 0, 0, 2544, 2545, 5, 69, 0, 0, 2545, 2546, 5, 83, 0, 0, 2546, 494, 1, 0, 0, 0, 2547, 2548, 5, 80, 0, 0, 2548, 2549, 5, 89, 0, 0, 2549, 2550, 5, 84, 0, 0, 2550, 2551, 5, 72, 0, 0, 2551, 2552, 5, 79, 0, 0, 2552, 2553, 5, 78, 0, 0, 2553, 2554, 5, 95, 0, 0, 2554, 2555, 5, 74, 0, 0, 2555, 2556, 5, 65, 0, 0, 2556, 2557, 5, 82, 0, 0, 2557, 496, 1, 0, 0, 0, 2558, 2559, 5, 80, 0, 0, 2559, 2560, 5, 89, 0, 0, 2560, 2561, 5, 84, 0, 0, 2561, 2562, 5, 72, 0, 0, 2562, 2563, 5, 79, 0, 0, 2563, 2564, 5, 78, 0, 0, 2564, 2565, 5, 95, 0, 0, 2565, 2566, 5, 65, 0, 0, 2566, 2567, 5, 82, 0, 0, 2567, 2568, 5, 67, 0, 0, 2568, 2569, 5, 72, 0, 0, 2569, 2570, 5, 73, 0, 0, 2570, 2571, 5, 86, 0, 0, 2571, 2572, 5, 69, 0, 0, 2572, 2573, 5, 83, 0, 0, 2573, 498, 1, 0, 0, 0, 2574, 2575, 5, 80, 0, 0, 2575, 2576, 5, 89, 0, 0, 2576, 2577, 5, 84, 0, 0, 2577, 2578, 5, 72, 0, 0, 2578, 2579, 5, 79, 0, 0, 2579, 2580, 5, 78, 0, 0, 2580, 2581, 5, 95, 0, 0, 2581, 2582, 5, 80, 0, 0, 2582, 2583, 5, 65, 0, 0, 2583, 2584, 5, 82, 0, 0, 2584, 2585, 5, 65, 0, 0, 2585, 2586, 5, 77, 0, 0, 2586, 2587, 5, 69, 0, 0, 2587, 2588, 5, 84, 0, 0, 2588, 2589, 5, 69, 0, 0, 2589, 2590, 5, 82, 0, 0, 2590, 500, 1, 0, 0, 0, 2591, 2592, 5, 69, 0, 0, 2592, 2593, 5, 78, 0, 0, 2593, 2594, 5, 71, 0, 0, 2594, 2595, 5, 73, 0, 0, 2595, 2596, 5, 78, 0, 0, 2596, 2597, 5, 69, 0, 0, 2597, 502, 1, 0, 0, 0, 2598, 2599, 5, 67, 0, 0, 2599, 2600, 5, 65, 0, 0, 2600, 2601, 5, 84, 0, 0, 2601, 2602, 5, 65, 0, 0, 2602, 2603, 5, 76, 0, 0, 2603, 2604, 5, 79, 0, 0, 2604, 2605, 5, 71, 0, 0, 2605, 2606, 5, 83, 0, 0, 2606, 504, 1, 0, 0, 0, 2607, 2608, 5, 86, 0, 0, 2608, 2609, 5, 73, 0, 0, 2609, 2610, 5, 69, 0, 0, 2610, 2611, 5, 87, 0, 0, 2611, 2612, 5, 83, 0, 0, 2612, 506, 1, 0, 0, 0, 2613, 2614, 5, 74, 0, 0, 2614, 2615, 5, 65, 0, 0, 2615, 2616, 5, 82, 0, 0, 2616, 2617, 5, 83, 0, 0, 2617, 508, 1, 0, 0, 0, 2618, 2619, 5, 80, 0, 0, 2619, 2620, 5, 82, 0, 0, 2620, 2621, 5, 73, 0, 0, 2621, 2622, 5, 77, 0, 0, 2622, 2623, 5, 65, 0, 0, 2623, 2624, 5, 82, 0, 0, 2624, 2625, 5, 89, 0, 0, 2625, 510, 1, 0, 0, 0, 2626, 2627, 5, 75, 0, 0, 2627, 2628, 5, 69, 0, 0, 2628, 2629, 5, 89, 0, 0, 2629, 512, 1, 0, 0, 0, 2630, 2631, 5, 80, 0, 0, 2631, 2632, 5, 69, 0, 0, 2632, 2633, 5, 82, 0, 0, 2633, 2634, 5, 73, 0, 0, 2634, 2635, 5, 79, 0, 0, 2635, 2636, 5, 68, 0, 0, 2636, 514, 1, 0, 0, 0, 2637, 2638, 5, 83, 0, 0, 2638, 2639, 5, 89, 0, 0, 2639, 2640, 5, 83, 0, 0, 2640, 2641, 5, 84, 0, 0, 2641, 2642, 5, 69, 0, 0, 2642, 2643, 5, 77, 0, 0, 2643, 2644, 5, 95, 0, 0, 2644, 2645, 5, 84, 0, 0, 2645, 2646, 5, 73, 0, 0, 2646, 2647, 5, 77, 0, 0, 2647, 2648, 5, 69, 0, 0, 2648, 516, 1, 0, 0, 0, 2649, 2650, 5, 69, 0, 0, 2650, 2651, 5, 78, 0, 0, 2651, 2652, 5, 70, 0, 0, 2652, 2653, 5, 79, 0, 0, 2653, 2654, 5, 82, 0, 0, 2654, 2655, 5, 67, 0, 0, 2655, 2656, 5, 69, 0, 0, 2656, 2657, 5, 68, 0, 0, 2657, 518, 1, 0, 0, 0, 2658, 2659, 5, 77, 0, 0, 2659, 2660, 5, 69, 0, 0, 2660, 2661, 5, 84, 0, 0, 2661, 2662, 5, 65, 0, 0, 2662, 2663, 5, 68, 0, 0, 2663, 2664, 5, 65, 0, 0, 2664, 2665, 5, 84, 0, 0, 2665, 2666, 5, 65, 0, 0, 2666, 520, 1, 0, 0, 0, 2667, 2668, 5, 86, 0, 0, 2668, 2669, 5, 73, 0, 0, 2669, 2670, 5, 82, 0, 0, 2670, 2671, 5, 84, 0, 0, 2671, 2672, 5, 85, 0, 0, 2672, 2673, 5, 65, 0, 0, 2673, 2674, 5, 76, 0, 0, 2674, 522, 1, 0, 0, 0, 2675, 2676, 5, 83, 0, 0, 2676, 2677, 5, 84, 0, 0, 2677, 2678, 5, 82, 0, 0, 2678, 2679, 5, 73, 0, 0, 2679, 2680, 5, 78, 0, 0, 2680, 2681, 5, 71, 0, 0, 2681, 524, 1, 0, 0, 0, 2682, 2683, 5, 65, 0, 0, 2683, 2684, 5, 82, 0, 0, 2684, 2685, 5, 82, 0, 0, 2685, 2686, 5, 65, 0, 0, 2686, 2687, 5, 89, 0, 0, 2687, 526, 1, 0, 0, 0, 2688, 2689, 5, 77, 0, 0, 2689, 2690, 5, 65, 0, 0, 2690, 2691, 5, 80, 0, 0, 2691, 528, 1, 0, 0, 0, 2692, 2693, 5, 67, 0, 0, 2693, 2694, 5, 72, 0, 0, 2694, 2695, 5, 65, 0, 0, 2695, 2696, 5, 82, 0, 0, 2696, 530, 1, 0, 0, 0, 2697, 2698, 5, 86, 0, 0, 2698, 2699, 5, 65, 0, 0, 2699, 2700, 5, 82, 0, 0, 2700, 2701, 5, 67, 0, 0, 2701, 2702, 5, 72, 0, 0, 2702, 2703, 5, 65, 0, 0, 2703, 2704, 5, 82, 0, 0, 2704, 532, 1, 0, 0, 0, 2705, 2706, 5, 66, 0, 0, 2706, 2707, 5, 73, 0, 0, 2707, 2708, 5, 78, 0, 0, 2708, 2709, 5, 65, 0, 0, 2709, 2710, 5, 82, 0, 0, 2710, 2711, 5, 89, 0, 0, 2711, 534, 1, 0, 0, 0, 2712, 2713, 5, 86, 0, 0, 2713, 2714, 5, 65, 0, 0, 2714, 2715, 5, 82, 0, 0, 2715, 2716, 5, 66, 0, 0, 2716, 2717, 5, 73, 0, 0, 2717, 2718, 5, 78, 0, 0, 2718, 2719, 5, 65, 0, 0, 2719, 2720, 5, 82, 0, 0, 2720, 2721, 5, 89, 0, 0, 2721, 536, 1, 0, 0, 0, 2722, 2723, 5, 66, 0, 0, 2723, 2724, 5, 89, 0, 0, 2724, 2725, 5, 84, 0, 0, 2725, 2726, 5, 69, 0, 0, 2726, 2727, 5, 83, 0, 0, 2727, 538, 1, 0, 0, 0, 2728, 2729, 5, 68, 0, 0, 2729, 2730, 5, 69, 0, 0, 2730, 2731, 5, 67, 0, 0, 2731, 2732, 5, 73, 0, 0, 2732, 2733, 5, 77, 0, 0, 2733, 2734, 5, 65, 0, 0, 2734, 2735, 5, 76, 0, 0, 2735, 540, 1, 0, 0, 0, 2736, 2737, 5, 68, 0, 0, 2737, 2738, 5, 69, 0, 0, 2738, 2739, 5, 67, 0, 0, 2739, 542, 1, 0, 0, 0, 2740, 2741, 5, 78, 0, 0, 2741, 2742, 5, 85, 0, 0, 2742, 2743, 5, 77, 0, 0, 2743, 2744, 5, 69, 0, 0, 2744, 2745, 5, 82, 0, 0, 2745, 2746, 5, 73, 0, 0, 2746, 2747, 5, 67, 0, 0, 2747, 544, 1, 0, 0, 0, 2748, 2749, 5, 84, 0, 0, 2749, 2750, 5, 73, 0, 0, 2750, 2751, 5, 78, 0, 0, 2751, 2752, 5, 89, 0, 0, 2752, 2753, 5, 73, 0, 0, 2753, 2754, 5, 78, 0, 0, 2754, 2755, 5, 84, 0, 0, 2755, 546, 1, 0, 0, 0, 2756, 2757, 5, 83, 0, 0, 2757, 2758, 5, 77, 0, 0, 2758, 2759, 5, 65, 0, 0, 2759, 2760, 5, 76, 0, 0, 2760, 2761, 5, 76, 0, 0, 2761, 2762, 5, 73, 0, 0, 2762, 2763, 5, 78, 0, 0, 2763, 2764, 5, 84, 0, 0, 2764, 548, 1, 0, 0, 0, 2765, 2766, 5, 73, 0, 0, 2766, 2767, 5, 78, 0, 0, 2767, 2768, 5, 84, 0, 0, 2768, 550, 1, 0, 0, 0, 2769, 2770, 5, 73, 0, 0, 2770, 2771, 5, 78, 0, 0, 2771, 2772, 5, 84, 0, 0, 2772, 2773, 5, 69, 0, 0, 2773, 2774, 5, 71, 0, 0, 2774, 2775, 5, 69, 0, 0, 2775, 2776, 5, 82, 0, 0, 2776, 552, 1, 0, 0, 0, 2777, 2778, 5, 66, 0, 0, 2778, 2779, 5, 73, 0, 0, 2779, 2780, 5, 71, 0, 0, 2780, 2781, 5, 73, 0, 0, 2781, 2782, 5, 78, 0, 0, 2782, 2783, 5, 84, 0, 0, 2783, 554, 1, 0, 0, 0, 2784, 2785, 5, 70, 0, 0, 2785, 2786, 5, 76, 0, 0, 2786, 2787, 5, 79, 0, 0, 2787, 2788, 5, 65, 0, 0, 2788, 2789, 5, 84, 0, 0, 2789, 556, 1, 0, 0, 0, 2790, 2791, 5, 68, 0, 0, 2791, 2792, 5, 79, 0, 0, 2792, 2793, 5, 85, 0, 0, 2793, 2794, 5, 66, 0, 0, 2794, 2795, 5, 76, 0, 0, 2795, 2796, 5, 69, 0, 0, 2796, 558, 1, 0, 0, 0, 2797, 2798, 5, 68, 0, 0, 2798, 2799, 5, 65, 0, 0, 2799, 2800, 5, 84, 0, 0, 2800, 2801, 5, 69, 0, 0, 2801, 560, 1, 0, 0, 0, 2802, 2803, 5, 84, 0, 0, 2803, 2804, 5, 73, 0, 0, 2804, 2805, 5, 77, 0, 0, 2805, 2806, 5, 69, 0, 0, 2806, 562, 1, 0, 0, 0, 2807, 2808, 5, 84, 0, 0, 2808, 2809, 5, 73, 0, 0, 2809, 2810, 5, 77, 0, 0, 2810, 2811, 5, 69, 0, 0, 2811, 2812, 5, 83, 0, 0, 2812, 2813, 5, 84, 0, 0, 2813, 2814, 5, 65, 0, 0, 2814, 2815, 5, 77, 0, 0, 2815, 2816, 5, 80, 0, 0, 2816, 564, 1, 0, 0, 0, 2817, 2818, 5, 84, 0, 0, 2818, 2819, 5, 73, 0, 0, 2819, 2820, 5, 77, 0, 0, 2820, 2821, 5, 69, 0, 0, 2821, 2822, 5, 83, 0, 0, 2822, 2823, 5, 84, 0, 0, 2823, 2824, 5, 65, 0, 0, 2824, 2825, 5, 77, 0, 0, 2825, 2826, 5, 80, 0, 0, 2826, 2827, 5, 95, 0, 0, 2827, 2828, 5, 76, 0, 0, 2828, 2829, 5, 84, 0, 0, 2829, 2830, 5, 90, 0, 0, 2830, 566, 1, 0, 0, 0, 2831, 2832, 5, 77, 0, 0, 2832, 2833, 5, 85, 0, 0, 2833, 2834, 5, 76, 0, 0, 2834, 2835, 5, 84, 0, 0, 2835, 2836, 5, 73, 0, 0, 2836, 2837, 5, 83, 0, 0, 2837, 2838, 5, 69, 0, 0, 2838, 2839, 5, 84, 0, 0, 2839, 568, 1, 0, 0, 0, 2840, 2841, 5, 66, 0, 0, 2841, 2842, 5, 79, 0, 0, 2842, 2843, 5, 79, 0, 0, 2843, 2844, 5, 76, 0, 0, 2844, 2845, 5, 69, 0, 0, 2845, 2846, 5, 65, 0, 0, 2846, 2847, 5, 78, 0, 0, 2847, 570, 1, 0, 0, 0, 2848, 2849, 5, 82, 0, 0, 2849, 2850, 5, 65, 0, 0, 2850, 2851, 5, 87, 0, 0, 2851, 572, 1, 0, 0, 0, 2852, 2853, 5, 82, 0, 0, 2853, 2854, 5, 79, 0, 0, 2854, 2855, 5, 87, 0, 0, 2855, 574, 1, 0, 0, 0, 2856, 2857, 5, 78, 0, 0, 2857, 2858, 5, 85, 0, 0, 2858, 2859, 5, 76, 0, 0, 2859, 2860, 5, 76, 0, 0, 2860, 576, 1, 0, 0, 0, 2861, 2862, 5, 68, 0, 0, 2862, 2863, 5, 65, 0, 0, 2863, 2864, 5, 84, 0, 0, 2864, 2865, 5, 69, 0, 0, 2865, 2866, 5, 84, 0, 0, 2866, 2867, 5, 73, 0, 0, 2867, 2868, 5, 77, 0, 0, 2868, 2869, 5, 69, 0, 0, 2869, 578, 1, 0, 0, 0, 2870, 2871, 5, 61, 0, 0, 2871, 580, 1, 0, 0, 0, 2872, 2873, 5, 62, 0, 0, 2873, 582, 1, 0, 0, 0, 2874, 2875, 5, 60, 0, 0, 2875, 584, 1, 0, 0, 0, 2876, 2877, 5, 33, 0, 0, 2877, 586, 1, 0, 0, 0, 2878, 2879, 5, 126, 0, 0, 2879, 588, 1, 0, 0, 0, 2880, 2881, 5, 124, 0, 0, 2881, 590, 1, 0, 0, 0, 2882, 2883, 5, 38, 0, 0, 2883, 592, 1, 0, 0, 0, 2884, 2885, 5, 94, 0, 0, 2885, 594, 1, 0, 0, 0, 2886, 2887, 5, 46, 0, 0, 2887, 596, 1, 0, 0, 0, 2888, 2889, 5, 91, 0, 0, 2889, 598, 1, 0, 0, 0, 2890, 2891, 5, 93, 0, 0, 2891, 600, 1, 0, 0, 0, 2892, 2893, 5, 40, 0, 0, 2893, 602, 1, 0, 0, 0, 2894, 2895, 5, 41, 0, 0, 2895, 604, 1, 0, 0, 0, 2896, 2897, 5, 44, 0, 0, 2897, 606, 1, 0, 0, 0, 2898, 2899, 5, 59, 0, 0, 2899, 608, 1, 0, 0, 0, 2900, 2901, 5, 64, 0, 0, 2901, 610, 1, 0, 0, 0, 2902, 2903, 5, 39, 0, 0, 2903, 612, 1, 0, 0, 0, 2904, 2905, 5, 34, 0, 0, 2905, 614, 1, 0, 0, 0, 2906, 2907, 5, 96, 0, 0, 2907, 616, 1, 0, 0, 0, 2908, 2909, 5, 58, 0, 0, 2909, 618, 1, 0, 0, 0, 2910, 2911, 5, 42, 0, 0, 2911, 620, 1, 0, 0, 0, 2912, 2913, 5, 95, 0, 0, 2913, 622, 1, 0, 0, 0, 2914, 2915, 5, 45, 0, 0, 2915, 624, 1, 0, 0, 0, 2916, 2917, 5, 43, 0, 0, 2917, 626, 1, 0, 0, 0, 2918, 2919, 5, 37, 0, 0, 2919, 628, 1, 0, 0, 0, 2920, 2921, 5, 124, 0, 0, 2921, 2922, 5, 124, 0, 0, 2922, 630, 1, 0, 0, 0, 2923, 2924, 5, 45, 0, 0, 2924, 2925, 5, 45, 0, 0, 2925, 632, 1, 0, 0, 0, 2926, 2927, 5, 47, 0, 0, 2927, 634, 1, 0, 0, 0, 2928, 2929, 5, 46, 0, 0, 2929, 2930, 3, 659, 329, 0, 2930, 636, 1, 0, 0, 0, 2931, 2932, 7, 2, 0, 0, 2932, 2933, 3, 649, 324, 0, 2933, 638, 1, 0, 0, 0, 2934, 2938, 3, 667, 333, 0, 2935, 2938, 3, 669, 334, 0, 2936, 2938, 3, 673, 336, 0, 2937, 2934, 1, 0, 0, 0, 2937, 2935, 1, 0, 0, 0, 2937, 2936, 1, 0, 0, 0, 2938, 640, 1, 0, 0, 0, 2939, 2941, 3, 663, 331, 0, 2940, 2939, 1, 0, 0, 0, 2941, 2942, 1, 0, 0, 0, 2942, 2940, 1, 0, 0, 0, 2942, 2943, 1, 0, 0, 0, 2943, 642, 1, 0, 0, 0, 2944, 2946, 3, 663, 331, 0, 2945, 2944, 1, 0, 0, 0, 2946, 2947, 1, 0, 0, 0, 2947, 2945, 1, 0, 0, 0, 2947, 2948, 1, 0, 0, 0, 2948, 2950, 1, 0, 0, 0, 2949, 2945, 1, 0, 0, 0, 2949, 2950, 1, 0, 0, 0, 2950, 2951, 1, 0, 0, 0, 2951, 2953, 5, 46, 0, 0, 2952, 2954, 3, 663, 331, 0, 2953, 2952, 1, 0, 0, 0, 2954, 2955, 1, 0, 0, 0, 2955, 2953, 1, 0, 0, 0, 2955, 2956, 1, 0, 0, 0, 2956, 2988, 1, 0, 0, 0, 2957, 2959, 3, 663, 331, 0, 2958, 2957, 1, 0, 0, 0, 2959, 2960, 1, 0, 0, 0, 2960, 2958, 1, 0, 0, 0, 2960, 2961, 1, 0, 0, 0, 2961, 2962, 1, 0, 0, 0, 2962, 2963, 5, 46, 0, 0, 2963, 2964, 3, 657, 328, 0, 2964, 2988, 1, 0, 0, 0, 2965, 2967, 3, 663, 331, 0, 2966, 2965, 1, 0, 0, 0, 2967, 2968, 1, 0, 0, 0, 2968, 2966, 1, 0, 0, 0, 2968, 2969, 1, 0, 0, 0, 2969, 2971, 1, 0, 0, 0, 2970, 2966, 1, 0, 0, 0, 2970, 2971, 1, 0, 0, 0, 2971, 2972, 1, 0, 0, 0, 2972, 2974, 5, 46, 0, 0, 2973, 2975, 3, 663, 331, 0, 2974, 2973, 1, 0, 0, 0, 2975, 2976, 1, 0, 0, 0, 2976, 2974, 1, 0, 0, 0, 2976, 2977, 1, 0, 0, 0, 2977, 2978, 1, 0, 0, 0, 2978, 2979, 3, 657, 328, 0, 2979, 2988, 1, 0, 0, 0, 2980, 2982, 3, 663, 331, 0, 2981, 2980, 1, 0, 0, 0, 2982, 2983, 1, 0, 0, 0, 2983, 2981, 1, 0, 0, 0, 2983, 2984, 1, 0, 0, 0, 2984, 2985, 1, 0, 0, 0, 2985, 2986, 3, 657, 328, 0, 2986, 2988, 1, 0, 0, 0, 2987, 2949, 1, 0, 0, 0, 2987, 2958, 1, 0, 0, 0, 2987, 2970, 1, 0, 0, 0, 2987, 2981, 1, 0, 0, 0, 2988, 644, 1, 0, 0, 0, 2989, 2990, 3, 671, 335, 0, 2990, 646, 1, 0, 0, 0, 2991, 2992, 3, 659, 329, 0, 2992, 648, 1, 0, 0, 0, 2993, 2994, 3, 661, 330, 0, 2994, 650, 1, 0, 0, 0, 2995, 2996, 3, 653, 326, 0, 2996, 652, 1, 0, 0, 0, 2997, 3001, 7, 3, 0, 0, 2998, 3000, 8, 4, 0, 0, 2999, 2998, 1, 0, 0, 0, 3000, 3003, 1, 0, 0, 0, 3001, 2999, 1, 0, 0, 0, 3001, 3002, 1, 0, 0, 0, 3002, 3005, 1, 0, 0, 0, 3003, 3001, 1, 0, 0, 0, 3004, 2997, 1, 0, 0, 0, 3005, 3006, 1, 0, 0, 0, 3006, 3004, 1, 0, 0, 0, 3006, 3007, 1, 0, 0, 0, 3007, 654, 1, 0, 0, 0, 3008, 3016, 5, 96, 0, 0, 3009, 3010, 5, 92, 0, 0, 3010, 3015, 9, 0, 0, 0, 3011, 3012, 5, 96, 0, 0, 3012, 3015, 5, 96, 0, 0, 3013, 3015, 8, 5, 0, 0, 3014, 3009, 1, 0, 0, 0, 3014, 3011, 1, 0, 0, 0, 3014, 3013, 1, 0, 0, 0, 3015, 3018, 1, 0, 0, 0, 3016, 3014, 1, 0, 0, 0, 3016, 3017, 1, 0, 0, 0, 3017, 3019, 1, 0, 0, 0, 3018, 3016, 1, 0, 0, 0, 3019, 3020, 5, 96, 0, 0, 3020, 656, 1, 0, 0, 0, 3021, 3023, 5, 69, 0, 0, 3022, 3024, 7, 6, 0, 0, 3023, 3022, 1, 0, 0, 0, 3023, 3024, 1, 0, 0, 0, 3024, 3026, 1, 0, 0, 0, 3025, 3027, 3, 663, 331, 0, 3026, 3025, 1, 0, 0, 0, 3027, 3028, 1, 0, 0, 0, 3028, 3026, 1, 0, 0, 0, 3028, 3029, 1, 0, 0, 0, 3029, 658, 1, 0, 0, 0, 3030, 3032, 7, 7, 0, 0, 3031, 3030, 1, 0, 0, 0, 3032, 3035, 1, 0, 0, 0, 3033, 3034, 1, 0, 0, 0, 3033, 3031, 1, 0, 0, 0, 3034, 3037, 1, 0, 0, 0, 3035, 3033, 1, 0, 0, 0, 3036, 3038, 7, 8, 0, 0, 3037, 3036, 1, 0, 0, 0, 3038, 3039, 1, 0, 0, 0, 3039, 3040, 1, 0, 0, 0, 3039, 3037, 1, 0, 0, 0, 3040, 3044, 1, 0, 0, 0, 3041, 3043, 7, 7, 0, 0, 3042, 3041, 1, 0, 0, 0, 3043, 3046, 1, 0, 0, 0, 3044, 3042, 1, 0, 0, 0, 3044, 3045, 1, 0, 0, 0, 3045, 660, 1, 0, 0, 0, 3046, 3044, 1, 0, 0, 0, 3047, 3049, 7, 9, 0, 0, 3048, 3047, 1, 0, 0, 0, 3049, 3052, 1, 0, 0, 0, 3050, 3051, 1, 0, 0, 0, 3050, 3048, 1, 0, 0, 0, 3051, 3054, 1, 0, 0, 0, 3052, 3050, 1, 0, 0, 0, 3053, 3055, 7, 10, 0, 0, 3054, 3053, 1, 0, 0, 0, 3055, 3056, 1, 0, 0, 0, 3056, 3057, 1, 0, 0, 0, 3056, 3054, 1, 0, 0, 0, 3057, 3061, 1, 0, 0, 0, 3058, 3060, 7, 9, 0, 0, 3059, 3058, 1, 0, 0, 0, 3060, 3063, 1, 0, 0, 0, 3061, 3059, 1, 0, 0, 0, 3061, 3062, 1, 0, 0, 0, 3062, 662, 1, 0, 0, 0, 3063, 3061, 1, 0, 0, 0, 3064, 3065, 7, 11, 0, 0, 3065, 664, 1, 0, 0, 0, 3066, 3067, 7, 12, 0, 0, 3067, 666, 1, 0, 0, 0, 3068, 3076, 5, 34, 0, 0, 3069, 3070, 5, 92, 0, 0, 3070, 3075, 9, 0, 0, 0, 3071, 3072, 5, 34, 0, 0, 3072, 3075, 5, 34, 0, 0, 3073, 3075, 8, 13, 0, 0, 3074, 3069, 1, 0, 0, 0, 3074, 3071, 1, 0, 0, 0, 3074, 3073, 1, 0, 0, 0, 3075, 3078, 1, 0, 0, 0, 3076, 3074, 1, 0, 0, 0, 3076, 3077, 1, 0, 0, 0, 3077, 3079, 1, 0, 0, 0, 3078, 3076, 1, 0, 0, 0, 3079, 3080, 5, 34, 0, 0, 3080, 668, 1, 0, 0, 0, 3081, 3089, 5, 39, 0, 0, 3082, 3083, 5, 92, 0, 0, 3083, 3088, 9, 0, 0, 0, 3084, 3085, 5, 39, 0, 0, 3085, 3088, 5, 39, 0, 0, 3086, 3088, 8, 14, 0, 0, 3087, 3082, 1, 0, 0, 0, 3087, 3084, 1, 0, 0, 0, 3087, 3086, 1, 0, 0, 0, 3088, 3091, 1, 0, 0, 0, 3089, 3087, 1, 0, 0, 0, 3089, 3090, 1, 0, 0, 0, 3090, 3092, 1, 0, 0, 0, 3091, 3089, 1, 0, 0, 0, 3092, 3093, 5, 39, 0, 0, 3093, 670, 1, 0, 0, 0, 3094, 3095, 5, 66, 0, 0, 3095, 3097, 5, 39, 0, 0, 3096, 3098, 7, 15, 0, 0, 3097, 3096, 1, 0, 0, 0, 3098, 3099, 1, 0, 0, 0, 3099, 3097, 1, 0, 0, 0, 3099, 3100, 1, 0, 0, 0, 3100, 3101, 1, 0, 0, 0, 3101, 3102, 5, 39, 0, 0, 3102, 672, 1, 0, 0, 0, 3103, 3111, 5, 96, 0, 0, 3104, 3105, 5, 92, 0, 0, 3105, 3110, 9, 0, 0, 0, 3106, 3107, 5, 96, 0, 0, 3107, 3110, 5, 96, 0, 0, 3108, 3110, 8, 5, 0, 0, 3109, 3104, 1, 0, 0, 0, 3109, 3106, 1, 0, 0, 0, 3109, 3108, 1, 0, 0, 0, 3110, 3113, 1, 0, 0, 0, 3111, 3109, 1, 0, 0, 0, 3111, 3112, 1, 0, 0, 0, 3112, 3114, 1, 0, 0, 0, 3113, 3111, 1, 0, 0, 0, 3114, 3115, 5, 96, 0, 0, 3115, 674, 1, 0, 0, 0, 40, 0, 678, 688, 699, 704, 708, 712, 718, 722, 724, 2937, 2942, 2947, 2949, 2955, 2960, 2968, 2970, 2976, 2983, 2987, 3001, 3006, 3014, 3016, 3023, 3028, 3033, 3039, 3044, 3050, 3056, 3061, 3074, 3076, 3087, 3089, 3099, 3109, 3111, 1, 0, 1, 0] \ No newline at end of file +[4, 0, 328, 3133, 6, -1, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20, 7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26, 2, 27, 7, 27, 2, 28, 7, 28, 2, 29, 7, 29, 2, 30, 7, 30, 2, 31, 7, 31, 2, 32, 7, 32, 2, 33, 7, 33, 2, 34, 7, 34, 2, 35, 7, 35, 2, 36, 7, 36, 2, 37, 7, 37, 2, 38, 7, 38, 2, 39, 7, 39, 2, 40, 7, 40, 2, 41, 7, 41, 2, 42, 7, 42, 2, 43, 7, 43, 2, 44, 7, 44, 2, 45, 7, 45, 2, 46, 7, 46, 2, 47, 7, 47, 2, 48, 7, 48, 2, 49, 7, 49, 2, 50, 7, 50, 2, 51, 7, 51, 2, 52, 7, 52, 2, 53, 7, 53, 2, 54, 7, 54, 2, 55, 7, 55, 2, 56, 7, 56, 2, 57, 7, 57, 2, 58, 7, 58, 2, 59, 7, 59, 2, 60, 7, 60, 2, 61, 7, 61, 2, 62, 7, 62, 2, 63, 7, 63, 2, 64, 7, 64, 2, 65, 7, 65, 2, 66, 7, 66, 2, 67, 7, 67, 2, 68, 7, 68, 2, 69, 7, 69, 2, 70, 7, 70, 2, 71, 7, 71, 2, 72, 7, 72, 2, 73, 7, 73, 2, 74, 7, 74, 2, 75, 7, 75, 2, 76, 7, 76, 2, 77, 7, 77, 2, 78, 7, 78, 2, 79, 7, 79, 2, 80, 7, 80, 2, 81, 7, 81, 2, 82, 7, 82, 2, 83, 7, 83, 2, 84, 7, 84, 2, 85, 7, 85, 2, 86, 7, 86, 2, 87, 7, 87, 2, 88, 7, 88, 2, 89, 7, 89, 2, 90, 7, 90, 2, 91, 7, 91, 2, 92, 7, 92, 2, 93, 7, 93, 2, 94, 7, 94, 2, 95, 7, 95, 2, 96, 7, 96, 2, 97, 7, 97, 2, 98, 7, 98, 2, 99, 7, 99, 2, 100, 7, 100, 2, 101, 7, 101, 2, 102, 7, 102, 2, 103, 7, 103, 2, 104, 7, 104, 2, 105, 7, 105, 2, 106, 7, 106, 2, 107, 7, 107, 2, 108, 7, 108, 2, 109, 7, 109, 2, 110, 7, 110, 2, 111, 7, 111, 2, 112, 7, 112, 2, 113, 7, 113, 2, 114, 7, 114, 2, 115, 7, 115, 2, 116, 7, 116, 2, 117, 7, 117, 2, 118, 7, 118, 2, 119, 7, 119, 2, 120, 7, 120, 2, 121, 7, 121, 2, 122, 7, 122, 2, 123, 7, 123, 2, 124, 7, 124, 2, 125, 7, 125, 2, 126, 7, 126, 2, 127, 7, 127, 2, 128, 7, 128, 2, 129, 7, 129, 2, 130, 7, 130, 2, 131, 7, 131, 2, 132, 7, 132, 2, 133, 7, 133, 2, 134, 7, 134, 2, 135, 7, 135, 2, 136, 7, 136, 2, 137, 7, 137, 2, 138, 7, 138, 2, 139, 7, 139, 2, 140, 7, 140, 2, 141, 7, 141, 2, 142, 7, 142, 2, 143, 7, 143, 2, 144, 7, 144, 2, 145, 7, 145, 2, 146, 7, 146, 2, 147, 7, 147, 2, 148, 7, 148, 2, 149, 7, 149, 2, 150, 7, 150, 2, 151, 7, 151, 2, 152, 7, 152, 2, 153, 7, 153, 2, 154, 7, 154, 2, 155, 7, 155, 2, 156, 7, 156, 2, 157, 7, 157, 2, 158, 7, 158, 2, 159, 7, 159, 2, 160, 7, 160, 2, 161, 7, 161, 2, 162, 7, 162, 2, 163, 7, 163, 2, 164, 7, 164, 2, 165, 7, 165, 2, 166, 7, 166, 2, 167, 7, 167, 2, 168, 7, 168, 2, 169, 7, 169, 2, 170, 7, 170, 2, 171, 7, 171, 2, 172, 7, 172, 2, 173, 7, 173, 2, 174, 7, 174, 2, 175, 7, 175, 2, 176, 7, 176, 2, 177, 7, 177, 2, 178, 7, 178, 2, 179, 7, 179, 2, 180, 7, 180, 2, 181, 7, 181, 2, 182, 7, 182, 2, 183, 7, 183, 2, 184, 7, 184, 2, 185, 7, 185, 2, 186, 7, 186, 2, 187, 7, 187, 2, 188, 7, 188, 2, 189, 7, 189, 2, 190, 7, 190, 2, 191, 7, 191, 2, 192, 7, 192, 2, 193, 7, 193, 2, 194, 7, 194, 2, 195, 7, 195, 2, 196, 7, 196, 2, 197, 7, 197, 2, 198, 7, 198, 2, 199, 7, 199, 2, 200, 7, 200, 2, 201, 7, 201, 2, 202, 7, 202, 2, 203, 7, 203, 2, 204, 7, 204, 2, 205, 7, 205, 2, 206, 7, 206, 2, 207, 7, 207, 2, 208, 7, 208, 2, 209, 7, 209, 2, 210, 7, 210, 2, 211, 7, 211, 2, 212, 7, 212, 2, 213, 7, 213, 2, 214, 7, 214, 2, 215, 7, 215, 2, 216, 7, 216, 2, 217, 7, 217, 2, 218, 7, 218, 2, 219, 7, 219, 2, 220, 7, 220, 2, 221, 7, 221, 2, 222, 7, 222, 2, 223, 7, 223, 2, 224, 7, 224, 2, 225, 7, 225, 2, 226, 7, 226, 2, 227, 7, 227, 2, 228, 7, 228, 2, 229, 7, 229, 2, 230, 7, 230, 2, 231, 7, 231, 2, 232, 7, 232, 2, 233, 7, 233, 2, 234, 7, 234, 2, 235, 7, 235, 2, 236, 7, 236, 2, 237, 7, 237, 2, 238, 7, 238, 2, 239, 7, 239, 2, 240, 7, 240, 2, 241, 7, 241, 2, 242, 7, 242, 2, 243, 7, 243, 2, 244, 7, 244, 2, 245, 7, 245, 2, 246, 7, 246, 2, 247, 7, 247, 2, 248, 7, 248, 2, 249, 7, 249, 2, 250, 7, 250, 2, 251, 7, 251, 2, 252, 7, 252, 2, 253, 7, 253, 2, 254, 7, 254, 2, 255, 7, 255, 2, 256, 7, 256, 2, 257, 7, 257, 2, 258, 7, 258, 2, 259, 7, 259, 2, 260, 7, 260, 2, 261, 7, 261, 2, 262, 7, 262, 2, 263, 7, 263, 2, 264, 7, 264, 2, 265, 7, 265, 2, 266, 7, 266, 2, 267, 7, 267, 2, 268, 7, 268, 2, 269, 7, 269, 2, 270, 7, 270, 2, 271, 7, 271, 2, 272, 7, 272, 2, 273, 7, 273, 2, 274, 7, 274, 2, 275, 7, 275, 2, 276, 7, 276, 2, 277, 7, 277, 2, 278, 7, 278, 2, 279, 7, 279, 2, 280, 7, 280, 2, 281, 7, 281, 2, 282, 7, 282, 2, 283, 7, 283, 2, 284, 7, 284, 2, 285, 7, 285, 2, 286, 7, 286, 2, 287, 7, 287, 2, 288, 7, 288, 2, 289, 7, 289, 2, 290, 7, 290, 2, 291, 7, 291, 2, 292, 7, 292, 2, 293, 7, 293, 2, 294, 7, 294, 2, 295, 7, 295, 2, 296, 7, 296, 2, 297, 7, 297, 2, 298, 7, 298, 2, 299, 7, 299, 2, 300, 7, 300, 2, 301, 7, 301, 2, 302, 7, 302, 2, 303, 7, 303, 2, 304, 7, 304, 2, 305, 7, 305, 2, 306, 7, 306, 2, 307, 7, 307, 2, 308, 7, 308, 2, 309, 7, 309, 2, 310, 7, 310, 2, 311, 7, 311, 2, 312, 7, 312, 2, 313, 7, 313, 2, 314, 7, 314, 2, 315, 7, 315, 2, 316, 7, 316, 2, 317, 7, 317, 2, 318, 7, 318, 2, 319, 7, 319, 2, 320, 7, 320, 2, 321, 7, 321, 2, 322, 7, 322, 2, 323, 7, 323, 2, 324, 7, 324, 2, 325, 7, 325, 2, 326, 7, 326, 2, 327, 7, 327, 2, 328, 7, 328, 2, 329, 7, 329, 2, 330, 7, 330, 2, 331, 7, 331, 2, 332, 7, 332, 2, 333, 7, 333, 2, 334, 7, 334, 2, 335, 7, 335, 2, 336, 7, 336, 2, 337, 7, 337, 2, 338, 7, 338, 1, 0, 4, 0, 681, 8, 0, 11, 0, 12, 0, 682, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 691, 8, 1, 10, 1, 12, 1, 694, 9, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 2, 3, 2, 704, 8, 2, 1, 2, 5, 2, 707, 8, 2, 10, 2, 12, 2, 710, 9, 2, 1, 2, 3, 2, 713, 8, 2, 1, 2, 1, 2, 3, 2, 717, 8, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 723, 8, 2, 1, 2, 1, 2, 3, 2, 727, 8, 2, 3, 2, 729, 8, 2, 1, 2, 1, 2, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 5, 1, 5, 1, 5, 1, 5, 1, 6, 1, 6, 1, 6, 1, 7, 1, 7, 1, 7, 1, 7, 1, 8, 1, 8, 1, 8, 1, 8, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 12, 1, 12, 1, 12, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 20, 1, 20, 1, 20, 1, 21, 1, 21, 1, 21, 1, 22, 1, 22, 1, 22, 1, 22, 1, 23, 1, 23, 1, 23, 1, 24, 1, 24, 1, 24, 1, 24, 1, 25, 1, 25, 1, 25, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 30, 1, 30, 1, 30, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 34, 1, 34, 1, 34, 1, 34, 1, 35, 1, 35, 1, 35, 1, 35, 1, 35, 1, 36, 1, 36, 1, 36, 1, 36, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 37, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 39, 1, 39, 1, 39, 1, 39, 1, 39, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 43, 1, 43, 1, 43, 1, 43, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 54, 1, 54, 1, 54, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 69, 1, 69, 1, 69, 1, 69, 1, 69, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 70, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 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, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 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, 1, 88, 1, 88, 1, 88, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 93, 1, 93, 1, 93, 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, 95, 1, 95, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 98, 1, 98, 1, 98, 1, 98, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 108, 1, 108, 1, 108, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 110, 1, 110, 1, 110, 1, 110, 1, 110, 1, 110, 1, 110, 1, 110, 1, 110, 1, 111, 1, 111, 1, 111, 1, 111, 1, 111, 1, 111, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 113, 1, 113, 1, 113, 1, 113, 1, 113, 1, 113, 1, 113, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 115, 1, 115, 1, 115, 1, 115, 1, 116, 1, 116, 1, 116, 1, 116, 1, 116, 1, 116, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 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, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 121, 1, 122, 1, 122, 1, 122, 1, 122, 1, 122, 1, 122, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 126, 1, 126, 1, 126, 1, 126, 1, 126, 1, 126, 1, 126, 1, 126, 1, 126, 1, 127, 1, 127, 1, 127, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 131, 1, 131, 1, 131, 1, 131, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 134, 1, 134, 1, 134, 1, 134, 1, 135, 1, 135, 1, 135, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 149, 1, 149, 1, 149, 1, 149, 1, 149, 1, 149, 1, 149, 1, 149, 1, 149, 1, 149, 1, 149, 1, 150, 1, 150, 1, 150, 1, 150, 1, 150, 1, 150, 1, 150, 1, 150, 1, 150, 1, 150, 1, 150, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 153, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 157, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 166, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 169, 1, 170, 1, 170, 1, 170, 1, 170, 1, 170, 1, 170, 1, 170, 1, 170, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 179, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 180, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 184, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 186, 1, 187, 1, 187, 1, 187, 1, 187, 1, 187, 1, 187, 1, 187, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 188, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 1, 192, 1, 192, 1, 192, 1, 192, 1, 192, 1, 192, 1, 192, 1, 192, 1, 192, 1, 192, 1, 193, 1, 193, 1, 193, 1, 193, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 196, 1, 197, 1, 197, 1, 197, 1, 197, 1, 197, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 200, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 202, 1, 202, 1, 202, 1, 202, 1, 202, 1, 202, 1, 202, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 203, 1, 204, 1, 204, 1, 204, 1, 204, 1, 204, 1, 205, 1, 205, 1, 205, 1, 205, 1, 205, 1, 205, 1, 205, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 207, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 226, 1, 226, 1, 226, 1, 226, 1, 226, 1, 226, 1, 226, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 228, 1, 228, 1, 228, 1, 228, 1, 228, 1, 229, 1, 229, 1, 229, 1, 229, 1, 229, 1, 229, 1, 229, 1, 230, 1, 230, 1, 230, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 233, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 235, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 237, 1, 237, 1, 237, 1, 237, 1, 237, 1, 237, 1, 237, 1, 237, 1, 237, 1, 237, 1, 237, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 239, 1, 239, 1, 239, 1, 239, 1, 239, 1, 239, 1, 239, 1, 239, 1, 239, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 243, 1, 243, 1, 243, 1, 243, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 248, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 249, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 252, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 253, 1, 254, 1, 254, 1, 254, 1, 254, 1, 254, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 255, 1, 256, 1, 256, 1, 256, 1, 256, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 258, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 259, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 260, 1, 261, 1, 261, 1, 261, 1, 261, 1, 261, 1, 261, 1, 261, 1, 261, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 263, 1, 263, 1, 263, 1, 263, 1, 263, 1, 263, 1, 263, 1, 264, 1, 264, 1, 264, 1, 264, 1, 264, 1, 264, 1, 265, 1, 265, 1, 265, 1, 265, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 267, 1, 267, 1, 267, 1, 267, 1, 267, 1, 267, 1, 267, 1, 267, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 268, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 272, 1, 272, 1, 272, 1, 272, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 273, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 276, 1, 276, 1, 276, 1, 276, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 277, 1, 278, 1, 278, 1, 278, 1, 278, 1, 278, 1, 278, 1, 278, 1, 279, 1, 279, 1, 279, 1, 279, 1, 279, 1, 279, 1, 280, 1, 280, 1, 280, 1, 280, 1, 280, 1, 280, 1, 280, 1, 281, 1, 281, 1, 281, 1, 281, 1, 281, 1, 282, 1, 282, 1, 282, 1, 282, 1, 282, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 283, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 285, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 286, 1, 287, 1, 287, 1, 287, 1, 287, 1, 288, 1, 288, 1, 288, 1, 288, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 290, 1, 290, 1, 290, 1, 290, 1, 290, 1, 290, 1, 290, 1, 290, 1, 290, 1, 291, 1, 291, 1, 292, 1, 292, 1, 293, 1, 293, 1, 294, 1, 294, 1, 295, 1, 295, 1, 296, 1, 296, 1, 297, 1, 297, 1, 298, 1, 298, 1, 299, 1, 299, 1, 300, 1, 300, 1, 301, 1, 301, 1, 302, 1, 302, 1, 303, 1, 303, 1, 304, 1, 304, 1, 305, 1, 305, 1, 306, 1, 306, 1, 307, 1, 307, 1, 308, 1, 308, 1, 309, 1, 309, 1, 310, 1, 310, 1, 311, 1, 311, 1, 312, 1, 312, 1, 313, 1, 313, 1, 314, 1, 314, 1, 315, 1, 315, 1, 316, 1, 316, 1, 316, 1, 317, 1, 317, 1, 317, 1, 318, 1, 318, 1, 319, 1, 319, 1, 319, 1, 320, 1, 320, 1, 320, 1, 321, 1, 321, 1, 321, 3, 321, 2955, 8, 321, 1, 322, 4, 322, 2958, 8, 322, 11, 322, 12, 322, 2959, 1, 323, 4, 323, 2963, 8, 323, 11, 323, 12, 323, 2964, 3, 323, 2967, 8, 323, 1, 323, 1, 323, 4, 323, 2971, 8, 323, 11, 323, 12, 323, 2972, 1, 323, 4, 323, 2976, 8, 323, 11, 323, 12, 323, 2977, 1, 323, 1, 323, 1, 323, 1, 323, 4, 323, 2984, 8, 323, 11, 323, 12, 323, 2985, 3, 323, 2988, 8, 323, 1, 323, 1, 323, 4, 323, 2992, 8, 323, 11, 323, 12, 323, 2993, 1, 323, 1, 323, 1, 323, 4, 323, 2999, 8, 323, 11, 323, 12, 323, 3000, 1, 323, 1, 323, 3, 323, 3005, 8, 323, 1, 324, 1, 324, 1, 325, 1, 325, 1, 326, 1, 326, 1, 327, 1, 327, 1, 328, 1, 328, 5, 328, 3017, 8, 328, 10, 328, 12, 328, 3020, 9, 328, 4, 328, 3022, 8, 328, 11, 328, 12, 328, 3023, 1, 329, 1, 329, 1, 329, 1, 329, 1, 329, 1, 329, 5, 329, 3032, 8, 329, 10, 329, 12, 329, 3035, 9, 329, 1, 329, 1, 329, 1, 330, 1, 330, 3, 330, 3041, 8, 330, 1, 330, 4, 330, 3044, 8, 330, 11, 330, 12, 330, 3045, 1, 331, 5, 331, 3049, 8, 331, 10, 331, 12, 331, 3052, 9, 331, 1, 331, 4, 331, 3055, 8, 331, 11, 331, 12, 331, 3056, 1, 331, 5, 331, 3060, 8, 331, 10, 331, 12, 331, 3063, 9, 331, 1, 332, 5, 332, 3066, 8, 332, 10, 332, 12, 332, 3069, 9, 332, 1, 332, 4, 332, 3072, 8, 332, 11, 332, 12, 332, 3073, 1, 332, 5, 332, 3077, 8, 332, 10, 332, 12, 332, 3080, 9, 332, 1, 333, 1, 333, 1, 334, 1, 334, 1, 335, 1, 335, 1, 335, 1, 335, 1, 335, 1, 335, 5, 335, 3092, 8, 335, 10, 335, 12, 335, 3095, 9, 335, 1, 335, 1, 335, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 5, 336, 3105, 8, 336, 10, 336, 12, 336, 3108, 9, 336, 1, 336, 1, 336, 1, 337, 1, 337, 1, 337, 4, 337, 3115, 8, 337, 11, 337, 12, 337, 3116, 1, 337, 1, 337, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 5, 338, 3127, 8, 338, 10, 338, 12, 338, 3130, 9, 338, 1, 338, 1, 338, 5, 692, 3050, 3056, 3067, 3073, 0, 339, 1, 1, 3, 2, 5, 3, 7, 4, 9, 5, 11, 6, 13, 7, 15, 8, 17, 9, 19, 10, 21, 11, 23, 12, 25, 13, 27, 14, 29, 15, 31, 16, 33, 17, 35, 18, 37, 19, 39, 20, 41, 21, 43, 22, 45, 23, 47, 24, 49, 25, 51, 26, 53, 27, 55, 28, 57, 29, 59, 30, 61, 31, 63, 32, 65, 33, 67, 34, 69, 35, 71, 36, 73, 37, 75, 38, 77, 39, 79, 40, 81, 41, 83, 42, 85, 43, 87, 44, 89, 45, 91, 46, 93, 47, 95, 48, 97, 49, 99, 50, 101, 51, 103, 52, 105, 53, 107, 54, 109, 55, 111, 56, 113, 57, 115, 58, 117, 59, 119, 60, 121, 61, 123, 62, 125, 63, 127, 64, 129, 65, 131, 66, 133, 67, 135, 68, 137, 69, 139, 70, 141, 71, 143, 72, 145, 73, 147, 74, 149, 75, 151, 76, 153, 77, 155, 78, 157, 79, 159, 80, 161, 81, 163, 82, 165, 83, 167, 84, 169, 85, 171, 86, 173, 87, 175, 88, 177, 89, 179, 90, 181, 91, 183, 92, 185, 93, 187, 94, 189, 95, 191, 96, 193, 97, 195, 98, 197, 99, 199, 100, 201, 101, 203, 102, 205, 103, 207, 104, 209, 105, 211, 106, 213, 107, 215, 108, 217, 109, 219, 110, 221, 111, 223, 112, 225, 113, 227, 114, 229, 115, 231, 116, 233, 117, 235, 118, 237, 119, 239, 120, 241, 121, 243, 122, 245, 123, 247, 124, 249, 125, 251, 126, 253, 127, 255, 128, 257, 129, 259, 130, 261, 131, 263, 132, 265, 133, 267, 134, 269, 135, 271, 136, 273, 137, 275, 138, 277, 139, 279, 140, 281, 141, 283, 142, 285, 143, 287, 144, 289, 145, 291, 146, 293, 147, 295, 148, 297, 149, 299, 150, 301, 151, 303, 152, 305, 153, 307, 154, 309, 155, 311, 156, 313, 157, 315, 158, 317, 159, 319, 160, 321, 161, 323, 162, 325, 163, 327, 164, 329, 165, 331, 166, 333, 167, 335, 168, 337, 169, 339, 170, 341, 171, 343, 172, 345, 173, 347, 174, 349, 175, 351, 176, 353, 177, 355, 178, 357, 179, 359, 180, 361, 181, 363, 182, 365, 183, 367, 184, 369, 185, 371, 186, 373, 187, 375, 188, 377, 189, 379, 190, 381, 191, 383, 192, 385, 193, 387, 194, 389, 195, 391, 196, 393, 197, 395, 198, 397, 199, 399, 200, 401, 201, 403, 202, 405, 203, 407, 204, 409, 205, 411, 206, 413, 207, 415, 208, 417, 209, 419, 210, 421, 211, 423, 212, 425, 213, 427, 214, 429, 215, 431, 216, 433, 217, 435, 218, 437, 219, 439, 220, 441, 221, 443, 222, 445, 223, 447, 224, 449, 225, 451, 226, 453, 227, 455, 228, 457, 229, 459, 230, 461, 231, 463, 232, 465, 233, 467, 234, 469, 235, 471, 236, 473, 237, 475, 238, 477, 239, 479, 240, 481, 241, 483, 242, 485, 243, 487, 244, 489, 245, 491, 246, 493, 247, 495, 248, 497, 249, 499, 250, 501, 251, 503, 252, 505, 253, 507, 254, 509, 255, 511, 256, 513, 257, 515, 258, 517, 259, 519, 260, 521, 261, 523, 262, 525, 263, 527, 264, 529, 265, 531, 266, 533, 267, 535, 268, 537, 269, 539, 270, 541, 271, 543, 272, 545, 273, 547, 274, 549, 275, 551, 276, 553, 277, 555, 278, 557, 279, 559, 280, 561, 281, 563, 282, 565, 283, 567, 284, 569, 285, 571, 286, 573, 287, 575, 288, 577, 289, 579, 290, 581, 291, 583, 292, 585, 293, 587, 294, 589, 295, 591, 296, 593, 297, 595, 298, 597, 299, 599, 300, 601, 301, 603, 302, 605, 303, 607, 304, 609, 305, 611, 306, 613, 307, 615, 308, 617, 309, 619, 310, 621, 311, 623, 312, 625, 313, 627, 314, 629, 315, 631, 316, 633, 317, 635, 318, 637, 319, 639, 320, 641, 321, 643, 322, 645, 323, 647, 324, 649, 325, 651, 326, 653, 327, 655, 328, 657, 0, 659, 0, 661, 0, 663, 0, 665, 0, 667, 0, 669, 0, 671, 0, 673, 0, 675, 0, 677, 0, 1, 0, 16, 3, 0, 9, 10, 13, 13, 32, 32, 2, 0, 10, 10, 13, 13, 2, 0, 46, 46, 58, 58, 2, 0, 47, 47, 92, 92, 3, 0, 32, 32, 47, 47, 92, 92, 2, 0, 92, 92, 96, 96, 2, 0, 43, 43, 45, 45, 4, 0, 48, 57, 65, 90, 95, 95, 97, 122, 3, 0, 65, 90, 95, 95, 97, 122, 7, 0, 35, 38, 42, 42, 48, 57, 64, 90, 94, 95, 97, 123, 125, 125, 6, 0, 35, 38, 42, 42, 64, 90, 94, 95, 97, 123, 125, 125, 1, 0, 48, 57, 2, 0, 65, 90, 97, 122, 2, 0, 34, 34, 92, 92, 2, 0, 39, 39, 92, 92, 1, 0, 48, 49, 3167, 0, 1, 1, 0, 0, 0, 0, 3, 1, 0, 0, 0, 0, 5, 1, 0, 0, 0, 0, 7, 1, 0, 0, 0, 0, 9, 1, 0, 0, 0, 0, 11, 1, 0, 0, 0, 0, 13, 1, 0, 0, 0, 0, 15, 1, 0, 0, 0, 0, 17, 1, 0, 0, 0, 0, 19, 1, 0, 0, 0, 0, 21, 1, 0, 0, 0, 0, 23, 1, 0, 0, 0, 0, 25, 1, 0, 0, 0, 0, 27, 1, 0, 0, 0, 0, 29, 1, 0, 0, 0, 0, 31, 1, 0, 0, 0, 0, 33, 1, 0, 0, 0, 0, 35, 1, 0, 0, 0, 0, 37, 1, 0, 0, 0, 0, 39, 1, 0, 0, 0, 0, 41, 1, 0, 0, 0, 0, 43, 1, 0, 0, 0, 0, 45, 1, 0, 0, 0, 0, 47, 1, 0, 0, 0, 0, 49, 1, 0, 0, 0, 0, 51, 1, 0, 0, 0, 0, 53, 1, 0, 0, 0, 0, 55, 1, 0, 0, 0, 0, 57, 1, 0, 0, 0, 0, 59, 1, 0, 0, 0, 0, 61, 1, 0, 0, 0, 0, 63, 1, 0, 0, 0, 0, 65, 1, 0, 0, 0, 0, 67, 1, 0, 0, 0, 0, 69, 1, 0, 0, 0, 0, 71, 1, 0, 0, 0, 0, 73, 1, 0, 0, 0, 0, 75, 1, 0, 0, 0, 0, 77, 1, 0, 0, 0, 0, 79, 1, 0, 0, 0, 0, 81, 1, 0, 0, 0, 0, 83, 1, 0, 0, 0, 0, 85, 1, 0, 0, 0, 0, 87, 1, 0, 0, 0, 0, 89, 1, 0, 0, 0, 0, 91, 1, 0, 0, 0, 0, 93, 1, 0, 0, 0, 0, 95, 1, 0, 0, 0, 0, 97, 1, 0, 0, 0, 0, 99, 1, 0, 0, 0, 0, 101, 1, 0, 0, 0, 0, 103, 1, 0, 0, 0, 0, 105, 1, 0, 0, 0, 0, 107, 1, 0, 0, 0, 0, 109, 1, 0, 0, 0, 0, 111, 1, 0, 0, 0, 0, 113, 1, 0, 0, 0, 0, 115, 1, 0, 0, 0, 0, 117, 1, 0, 0, 0, 0, 119, 1, 0, 0, 0, 0, 121, 1, 0, 0, 0, 0, 123, 1, 0, 0, 0, 0, 125, 1, 0, 0, 0, 0, 127, 1, 0, 0, 0, 0, 129, 1, 0, 0, 0, 0, 131, 1, 0, 0, 0, 0, 133, 1, 0, 0, 0, 0, 135, 1, 0, 0, 0, 0, 137, 1, 0, 0, 0, 0, 139, 1, 0, 0, 0, 0, 141, 1, 0, 0, 0, 0, 143, 1, 0, 0, 0, 0, 145, 1, 0, 0, 0, 0, 147, 1, 0, 0, 0, 0, 149, 1, 0, 0, 0, 0, 151, 1, 0, 0, 0, 0, 153, 1, 0, 0, 0, 0, 155, 1, 0, 0, 0, 0, 157, 1, 0, 0, 0, 0, 159, 1, 0, 0, 0, 0, 161, 1, 0, 0, 0, 0, 163, 1, 0, 0, 0, 0, 165, 1, 0, 0, 0, 0, 167, 1, 0, 0, 0, 0, 169, 1, 0, 0, 0, 0, 171, 1, 0, 0, 0, 0, 173, 1, 0, 0, 0, 0, 175, 1, 0, 0, 0, 0, 177, 1, 0, 0, 0, 0, 179, 1, 0, 0, 0, 0, 181, 1, 0, 0, 0, 0, 183, 1, 0, 0, 0, 0, 185, 1, 0, 0, 0, 0, 187, 1, 0, 0, 0, 0, 189, 1, 0, 0, 0, 0, 191, 1, 0, 0, 0, 0, 193, 1, 0, 0, 0, 0, 195, 1, 0, 0, 0, 0, 197, 1, 0, 0, 0, 0, 199, 1, 0, 0, 0, 0, 201, 1, 0, 0, 0, 0, 203, 1, 0, 0, 0, 0, 205, 1, 0, 0, 0, 0, 207, 1, 0, 0, 0, 0, 209, 1, 0, 0, 0, 0, 211, 1, 0, 0, 0, 0, 213, 1, 0, 0, 0, 0, 215, 1, 0, 0, 0, 0, 217, 1, 0, 0, 0, 0, 219, 1, 0, 0, 0, 0, 221, 1, 0, 0, 0, 0, 223, 1, 0, 0, 0, 0, 225, 1, 0, 0, 0, 0, 227, 1, 0, 0, 0, 0, 229, 1, 0, 0, 0, 0, 231, 1, 0, 0, 0, 0, 233, 1, 0, 0, 0, 0, 235, 1, 0, 0, 0, 0, 237, 1, 0, 0, 0, 0, 239, 1, 0, 0, 0, 0, 241, 1, 0, 0, 0, 0, 243, 1, 0, 0, 0, 0, 245, 1, 0, 0, 0, 0, 247, 1, 0, 0, 0, 0, 249, 1, 0, 0, 0, 0, 251, 1, 0, 0, 0, 0, 253, 1, 0, 0, 0, 0, 255, 1, 0, 0, 0, 0, 257, 1, 0, 0, 0, 0, 259, 1, 0, 0, 0, 0, 261, 1, 0, 0, 0, 0, 263, 1, 0, 0, 0, 0, 265, 1, 0, 0, 0, 0, 267, 1, 0, 0, 0, 0, 269, 1, 0, 0, 0, 0, 271, 1, 0, 0, 0, 0, 273, 1, 0, 0, 0, 0, 275, 1, 0, 0, 0, 0, 277, 1, 0, 0, 0, 0, 279, 1, 0, 0, 0, 0, 281, 1, 0, 0, 0, 0, 283, 1, 0, 0, 0, 0, 285, 1, 0, 0, 0, 0, 287, 1, 0, 0, 0, 0, 289, 1, 0, 0, 0, 0, 291, 1, 0, 0, 0, 0, 293, 1, 0, 0, 0, 0, 295, 1, 0, 0, 0, 0, 297, 1, 0, 0, 0, 0, 299, 1, 0, 0, 0, 0, 301, 1, 0, 0, 0, 0, 303, 1, 0, 0, 0, 0, 305, 1, 0, 0, 0, 0, 307, 1, 0, 0, 0, 0, 309, 1, 0, 0, 0, 0, 311, 1, 0, 0, 0, 0, 313, 1, 0, 0, 0, 0, 315, 1, 0, 0, 0, 0, 317, 1, 0, 0, 0, 0, 319, 1, 0, 0, 0, 0, 321, 1, 0, 0, 0, 0, 323, 1, 0, 0, 0, 0, 325, 1, 0, 0, 0, 0, 327, 1, 0, 0, 0, 0, 329, 1, 0, 0, 0, 0, 331, 1, 0, 0, 0, 0, 333, 1, 0, 0, 0, 0, 335, 1, 0, 0, 0, 0, 337, 1, 0, 0, 0, 0, 339, 1, 0, 0, 0, 0, 341, 1, 0, 0, 0, 0, 343, 1, 0, 0, 0, 0, 345, 1, 0, 0, 0, 0, 347, 1, 0, 0, 0, 0, 349, 1, 0, 0, 0, 0, 351, 1, 0, 0, 0, 0, 353, 1, 0, 0, 0, 0, 355, 1, 0, 0, 0, 0, 357, 1, 0, 0, 0, 0, 359, 1, 0, 0, 0, 0, 361, 1, 0, 0, 0, 0, 363, 1, 0, 0, 0, 0, 365, 1, 0, 0, 0, 0, 367, 1, 0, 0, 0, 0, 369, 1, 0, 0, 0, 0, 371, 1, 0, 0, 0, 0, 373, 1, 0, 0, 0, 0, 375, 1, 0, 0, 0, 0, 377, 1, 0, 0, 0, 0, 379, 1, 0, 0, 0, 0, 381, 1, 0, 0, 0, 0, 383, 1, 0, 0, 0, 0, 385, 1, 0, 0, 0, 0, 387, 1, 0, 0, 0, 0, 389, 1, 0, 0, 0, 0, 391, 1, 0, 0, 0, 0, 393, 1, 0, 0, 0, 0, 395, 1, 0, 0, 0, 0, 397, 1, 0, 0, 0, 0, 399, 1, 0, 0, 0, 0, 401, 1, 0, 0, 0, 0, 403, 1, 0, 0, 0, 0, 405, 1, 0, 0, 0, 0, 407, 1, 0, 0, 0, 0, 409, 1, 0, 0, 0, 0, 411, 1, 0, 0, 0, 0, 413, 1, 0, 0, 0, 0, 415, 1, 0, 0, 0, 0, 417, 1, 0, 0, 0, 0, 419, 1, 0, 0, 0, 0, 421, 1, 0, 0, 0, 0, 423, 1, 0, 0, 0, 0, 425, 1, 0, 0, 0, 0, 427, 1, 0, 0, 0, 0, 429, 1, 0, 0, 0, 0, 431, 1, 0, 0, 0, 0, 433, 1, 0, 0, 0, 0, 435, 1, 0, 0, 0, 0, 437, 1, 0, 0, 0, 0, 439, 1, 0, 0, 0, 0, 441, 1, 0, 0, 0, 0, 443, 1, 0, 0, 0, 0, 445, 1, 0, 0, 0, 0, 447, 1, 0, 0, 0, 0, 449, 1, 0, 0, 0, 0, 451, 1, 0, 0, 0, 0, 453, 1, 0, 0, 0, 0, 455, 1, 0, 0, 0, 0, 457, 1, 0, 0, 0, 0, 459, 1, 0, 0, 0, 0, 461, 1, 0, 0, 0, 0, 463, 1, 0, 0, 0, 0, 465, 1, 0, 0, 0, 0, 467, 1, 0, 0, 0, 0, 469, 1, 0, 0, 0, 0, 471, 1, 0, 0, 0, 0, 473, 1, 0, 0, 0, 0, 475, 1, 0, 0, 0, 0, 477, 1, 0, 0, 0, 0, 479, 1, 0, 0, 0, 0, 481, 1, 0, 0, 0, 0, 483, 1, 0, 0, 0, 0, 485, 1, 0, 0, 0, 0, 487, 1, 0, 0, 0, 0, 489, 1, 0, 0, 0, 0, 491, 1, 0, 0, 0, 0, 493, 1, 0, 0, 0, 0, 495, 1, 0, 0, 0, 0, 497, 1, 0, 0, 0, 0, 499, 1, 0, 0, 0, 0, 501, 1, 0, 0, 0, 0, 503, 1, 0, 0, 0, 0, 505, 1, 0, 0, 0, 0, 507, 1, 0, 0, 0, 0, 509, 1, 0, 0, 0, 0, 511, 1, 0, 0, 0, 0, 513, 1, 0, 0, 0, 0, 515, 1, 0, 0, 0, 0, 517, 1, 0, 0, 0, 0, 519, 1, 0, 0, 0, 0, 521, 1, 0, 0, 0, 0, 523, 1, 0, 0, 0, 0, 525, 1, 0, 0, 0, 0, 527, 1, 0, 0, 0, 0, 529, 1, 0, 0, 0, 0, 531, 1, 0, 0, 0, 0, 533, 1, 0, 0, 0, 0, 535, 1, 0, 0, 0, 0, 537, 1, 0, 0, 0, 0, 539, 1, 0, 0, 0, 0, 541, 1, 0, 0, 0, 0, 543, 1, 0, 0, 0, 0, 545, 1, 0, 0, 0, 0, 547, 1, 0, 0, 0, 0, 549, 1, 0, 0, 0, 0, 551, 1, 0, 0, 0, 0, 553, 1, 0, 0, 0, 0, 555, 1, 0, 0, 0, 0, 557, 1, 0, 0, 0, 0, 559, 1, 0, 0, 0, 0, 561, 1, 0, 0, 0, 0, 563, 1, 0, 0, 0, 0, 565, 1, 0, 0, 0, 0, 567, 1, 0, 0, 0, 0, 569, 1, 0, 0, 0, 0, 571, 1, 0, 0, 0, 0, 573, 1, 0, 0, 0, 0, 575, 1, 0, 0, 0, 0, 577, 1, 0, 0, 0, 0, 579, 1, 0, 0, 0, 0, 581, 1, 0, 0, 0, 0, 583, 1, 0, 0, 0, 0, 585, 1, 0, 0, 0, 0, 587, 1, 0, 0, 0, 0, 589, 1, 0, 0, 0, 0, 591, 1, 0, 0, 0, 0, 593, 1, 0, 0, 0, 0, 595, 1, 0, 0, 0, 0, 597, 1, 0, 0, 0, 0, 599, 1, 0, 0, 0, 0, 601, 1, 0, 0, 0, 0, 603, 1, 0, 0, 0, 0, 605, 1, 0, 0, 0, 0, 607, 1, 0, 0, 0, 0, 609, 1, 0, 0, 0, 0, 611, 1, 0, 0, 0, 0, 613, 1, 0, 0, 0, 0, 615, 1, 0, 0, 0, 0, 617, 1, 0, 0, 0, 0, 619, 1, 0, 0, 0, 0, 621, 1, 0, 0, 0, 0, 623, 1, 0, 0, 0, 0, 625, 1, 0, 0, 0, 0, 627, 1, 0, 0, 0, 0, 629, 1, 0, 0, 0, 0, 631, 1, 0, 0, 0, 0, 633, 1, 0, 0, 0, 0, 635, 1, 0, 0, 0, 0, 637, 1, 0, 0, 0, 0, 639, 1, 0, 0, 0, 0, 641, 1, 0, 0, 0, 0, 643, 1, 0, 0, 0, 0, 645, 1, 0, 0, 0, 0, 647, 1, 0, 0, 0, 0, 649, 1, 0, 0, 0, 0, 651, 1, 0, 0, 0, 0, 653, 1, 0, 0, 0, 0, 655, 1, 0, 0, 0, 1, 680, 1, 0, 0, 0, 3, 686, 1, 0, 0, 0, 5, 728, 1, 0, 0, 0, 7, 732, 1, 0, 0, 0, 9, 739, 1, 0, 0, 0, 11, 744, 1, 0, 0, 0, 13, 748, 1, 0, 0, 0, 15, 751, 1, 0, 0, 0, 17, 755, 1, 0, 0, 0, 19, 759, 1, 0, 0, 0, 21, 768, 1, 0, 0, 0, 23, 774, 1, 0, 0, 0, 25, 780, 1, 0, 0, 0, 27, 783, 1, 0, 0, 0, 29, 792, 1, 0, 0, 0, 31, 797, 1, 0, 0, 0, 33, 802, 1, 0, 0, 0, 35, 809, 1, 0, 0, 0, 37, 815, 1, 0, 0, 0, 39, 822, 1, 0, 0, 0, 41, 828, 1, 0, 0, 0, 43, 831, 1, 0, 0, 0, 45, 834, 1, 0, 0, 0, 47, 838, 1, 0, 0, 0, 49, 841, 1, 0, 0, 0, 51, 845, 1, 0, 0, 0, 53, 848, 1, 0, 0, 0, 55, 855, 1, 0, 0, 0, 57, 863, 1, 0, 0, 0, 59, 868, 1, 0, 0, 0, 61, 874, 1, 0, 0, 0, 63, 877, 1, 0, 0, 0, 65, 882, 1, 0, 0, 0, 67, 888, 1, 0, 0, 0, 69, 894, 1, 0, 0, 0, 71, 898, 1, 0, 0, 0, 73, 903, 1, 0, 0, 0, 75, 907, 1, 0, 0, 0, 77, 916, 1, 0, 0, 0, 79, 921, 1, 0, 0, 0, 81, 926, 1, 0, 0, 0, 83, 931, 1, 0, 0, 0, 85, 936, 1, 0, 0, 0, 87, 942, 1, 0, 0, 0, 89, 946, 1, 0, 0, 0, 91, 951, 1, 0, 0, 0, 93, 957, 1, 0, 0, 0, 95, 963, 1, 0, 0, 0, 97, 969, 1, 0, 0, 0, 99, 974, 1, 0, 0, 0, 101, 979, 1, 0, 0, 0, 103, 985, 1, 0, 0, 0, 105, 990, 1, 0, 0, 0, 107, 995, 1, 0, 0, 0, 109, 1003, 1, 0, 0, 0, 111, 1006, 1, 0, 0, 0, 113, 1012, 1, 0, 0, 0, 115, 1020, 1, 0, 0, 0, 117, 1027, 1, 0, 0, 0, 119, 1032, 1, 0, 0, 0, 121, 1042, 1, 0, 0, 0, 123, 1048, 1, 0, 0, 0, 125, 1053, 1, 0, 0, 0, 127, 1063, 1, 0, 0, 0, 129, 1073, 1, 0, 0, 0, 131, 1083, 1, 0, 0, 0, 133, 1091, 1, 0, 0, 0, 135, 1097, 1, 0, 0, 0, 137, 1103, 1, 0, 0, 0, 139, 1108, 1, 0, 0, 0, 141, 1113, 1, 0, 0, 0, 143, 1121, 1, 0, 0, 0, 145, 1128, 1, 0, 0, 0, 147, 1135, 1, 0, 0, 0, 149, 1141, 1, 0, 0, 0, 151, 1151, 1, 0, 0, 0, 153, 1156, 1, 0, 0, 0, 155, 1164, 1, 0, 0, 0, 157, 1172, 1, 0, 0, 0, 159, 1182, 1, 0, 0, 0, 161, 1189, 1, 0, 0, 0, 163, 1196, 1, 0, 0, 0, 165, 1203, 1, 0, 0, 0, 167, 1208, 1, 0, 0, 0, 169, 1217, 1, 0, 0, 0, 171, 1225, 1, 0, 0, 0, 173, 1230, 1, 0, 0, 0, 175, 1245, 1, 0, 0, 0, 177, 1265, 1, 0, 0, 0, 179, 1280, 1, 0, 0, 0, 181, 1287, 1, 0, 0, 0, 183, 1295, 1, 0, 0, 0, 185, 1303, 1, 0, 0, 0, 187, 1308, 1, 0, 0, 0, 189, 1313, 1, 0, 0, 0, 191, 1318, 1, 0, 0, 0, 193, 1325, 1, 0, 0, 0, 195, 1333, 1, 0, 0, 0, 197, 1340, 1, 0, 0, 0, 199, 1344, 1, 0, 0, 0, 201, 1351, 1, 0, 0, 0, 203, 1359, 1, 0, 0, 0, 205, 1370, 1, 0, 0, 0, 207, 1380, 1, 0, 0, 0, 209, 1385, 1, 0, 0, 0, 211, 1391, 1, 0, 0, 0, 213, 1398, 1, 0, 0, 0, 215, 1407, 1, 0, 0, 0, 217, 1417, 1, 0, 0, 0, 219, 1420, 1, 0, 0, 0, 221, 1432, 1, 0, 0, 0, 223, 1441, 1, 0, 0, 0, 225, 1447, 1, 0, 0, 0, 227, 1454, 1, 0, 0, 0, 229, 1461, 1, 0, 0, 0, 231, 1469, 1, 0, 0, 0, 233, 1473, 1, 0, 0, 0, 235, 1479, 1, 0, 0, 0, 237, 1484, 1, 0, 0, 0, 239, 1490, 1, 0, 0, 0, 241, 1502, 1, 0, 0, 0, 243, 1509, 1, 0, 0, 0, 245, 1518, 1, 0, 0, 0, 247, 1524, 1, 0, 0, 0, 249, 1531, 1, 0, 0, 0, 251, 1536, 1, 0, 0, 0, 253, 1544, 1, 0, 0, 0, 255, 1553, 1, 0, 0, 0, 257, 1556, 1, 0, 0, 0, 259, 1565, 1, 0, 0, 0, 261, 1573, 1, 0, 0, 0, 263, 1579, 1, 0, 0, 0, 265, 1583, 1, 0, 0, 0, 267, 1594, 1, 0, 0, 0, 269, 1601, 1, 0, 0, 0, 271, 1605, 1, 0, 0, 0, 273, 1608, 1, 0, 0, 0, 275, 1613, 1, 0, 0, 0, 277, 1621, 1, 0, 0, 0, 279, 1632, 1, 0, 0, 0, 281, 1642, 1, 0, 0, 0, 283, 1652, 1, 0, 0, 0, 285, 1659, 1, 0, 0, 0, 287, 1665, 1, 0, 0, 0, 289, 1671, 1, 0, 0, 0, 291, 1687, 1, 0, 0, 0, 293, 1700, 1, 0, 0, 0, 295, 1713, 1, 0, 0, 0, 297, 1723, 1, 0, 0, 0, 299, 1730, 1, 0, 0, 0, 301, 1741, 1, 0, 0, 0, 303, 1752, 1, 0, 0, 0, 305, 1758, 1, 0, 0, 0, 307, 1763, 1, 0, 0, 0, 309, 1771, 1, 0, 0, 0, 311, 1777, 1, 0, 0, 0, 313, 1787, 1, 0, 0, 0, 315, 1796, 1, 0, 0, 0, 317, 1805, 1, 0, 0, 0, 319, 1813, 1, 0, 0, 0, 321, 1819, 1, 0, 0, 0, 323, 1825, 1, 0, 0, 0, 325, 1833, 1, 0, 0, 0, 327, 1838, 1, 0, 0, 0, 329, 1848, 1, 0, 0, 0, 331, 1855, 1, 0, 0, 0, 333, 1865, 1, 0, 0, 0, 335, 1873, 1, 0, 0, 0, 337, 1879, 1, 0, 0, 0, 339, 1893, 1, 0, 0, 0, 341, 1906, 1, 0, 0, 0, 343, 1914, 1, 0, 0, 0, 345, 1921, 1, 0, 0, 0, 347, 1928, 1, 0, 0, 0, 349, 1940, 1, 0, 0, 0, 351, 1949, 1, 0, 0, 0, 353, 1958, 1, 0, 0, 0, 355, 1966, 1, 0, 0, 0, 357, 1976, 1, 0, 0, 0, 359, 1987, 1, 0, 0, 0, 361, 1993, 1, 0, 0, 0, 363, 2001, 1, 0, 0, 0, 365, 2013, 1, 0, 0, 0, 367, 2020, 1, 0, 0, 0, 369, 2028, 1, 0, 0, 0, 371, 2039, 1, 0, 0, 0, 373, 2048, 1, 0, 0, 0, 375, 2058, 1, 0, 0, 0, 377, 2065, 1, 0, 0, 0, 379, 2071, 1, 0, 0, 0, 381, 2083, 1, 0, 0, 0, 383, 2096, 1, 0, 0, 0, 385, 2105, 1, 0, 0, 0, 387, 2115, 1, 0, 0, 0, 389, 2119, 1, 0, 0, 0, 391, 2128, 1, 0, 0, 0, 393, 2136, 1, 0, 0, 0, 395, 2144, 1, 0, 0, 0, 397, 2149, 1, 0, 0, 0, 399, 2160, 1, 0, 0, 0, 401, 2172, 1, 0, 0, 0, 403, 2181, 1, 0, 0, 0, 405, 2189, 1, 0, 0, 0, 407, 2196, 1, 0, 0, 0, 409, 2202, 1, 0, 0, 0, 411, 2207, 1, 0, 0, 0, 413, 2214, 1, 0, 0, 0, 415, 2219, 1, 0, 0, 0, 417, 2226, 1, 0, 0, 0, 419, 2234, 1, 0, 0, 0, 421, 2241, 1, 0, 0, 0, 423, 2248, 1, 0, 0, 0, 425, 2253, 1, 0, 0, 0, 427, 2260, 1, 0, 0, 0, 429, 2265, 1, 0, 0, 0, 431, 2271, 1, 0, 0, 0, 433, 2283, 1, 0, 0, 0, 435, 2294, 1, 0, 0, 0, 437, 2307, 1, 0, 0, 0, 439, 2313, 1, 0, 0, 0, 441, 2321, 1, 0, 0, 0, 443, 2327, 1, 0, 0, 0, 445, 2334, 1, 0, 0, 0, 447, 2339, 1, 0, 0, 0, 449, 2345, 1, 0, 0, 0, 451, 2352, 1, 0, 0, 0, 453, 2362, 1, 0, 0, 0, 455, 2369, 1, 0, 0, 0, 457, 2375, 1, 0, 0, 0, 459, 2380, 1, 0, 0, 0, 461, 2387, 1, 0, 0, 0, 463, 2390, 1, 0, 0, 0, 465, 2397, 1, 0, 0, 0, 467, 2407, 1, 0, 0, 0, 469, 2417, 1, 0, 0, 0, 471, 2429, 1, 0, 0, 0, 473, 2441, 1, 0, 0, 0, 475, 2451, 1, 0, 0, 0, 477, 2462, 1, 0, 0, 0, 479, 2470, 1, 0, 0, 0, 481, 2479, 1, 0, 0, 0, 483, 2484, 1, 0, 0, 0, 485, 2490, 1, 0, 0, 0, 487, 2497, 1, 0, 0, 0, 489, 2501, 1, 0, 0, 0, 491, 2506, 1, 0, 0, 0, 493, 2519, 1, 0, 0, 0, 495, 2539, 1, 0, 0, 0, 497, 2559, 1, 0, 0, 0, 499, 2570, 1, 0, 0, 0, 501, 2586, 1, 0, 0, 0, 503, 2603, 1, 0, 0, 0, 505, 2610, 1, 0, 0, 0, 507, 2619, 1, 0, 0, 0, 509, 2625, 1, 0, 0, 0, 511, 2630, 1, 0, 0, 0, 513, 2638, 1, 0, 0, 0, 515, 2642, 1, 0, 0, 0, 517, 2649, 1, 0, 0, 0, 519, 2661, 1, 0, 0, 0, 521, 2670, 1, 0, 0, 0, 523, 2679, 1, 0, 0, 0, 525, 2687, 1, 0, 0, 0, 527, 2692, 1, 0, 0, 0, 529, 2699, 1, 0, 0, 0, 531, 2705, 1, 0, 0, 0, 533, 2709, 1, 0, 0, 0, 535, 2714, 1, 0, 0, 0, 537, 2722, 1, 0, 0, 0, 539, 2729, 1, 0, 0, 0, 541, 2739, 1, 0, 0, 0, 543, 2745, 1, 0, 0, 0, 545, 2753, 1, 0, 0, 0, 547, 2757, 1, 0, 0, 0, 549, 2765, 1, 0, 0, 0, 551, 2773, 1, 0, 0, 0, 553, 2782, 1, 0, 0, 0, 555, 2786, 1, 0, 0, 0, 557, 2794, 1, 0, 0, 0, 559, 2801, 1, 0, 0, 0, 561, 2807, 1, 0, 0, 0, 563, 2814, 1, 0, 0, 0, 565, 2819, 1, 0, 0, 0, 567, 2824, 1, 0, 0, 0, 569, 2834, 1, 0, 0, 0, 571, 2848, 1, 0, 0, 0, 573, 2857, 1, 0, 0, 0, 575, 2865, 1, 0, 0, 0, 577, 2869, 1, 0, 0, 0, 579, 2873, 1, 0, 0, 0, 581, 2878, 1, 0, 0, 0, 583, 2887, 1, 0, 0, 0, 585, 2889, 1, 0, 0, 0, 587, 2891, 1, 0, 0, 0, 589, 2893, 1, 0, 0, 0, 591, 2895, 1, 0, 0, 0, 593, 2897, 1, 0, 0, 0, 595, 2899, 1, 0, 0, 0, 597, 2901, 1, 0, 0, 0, 599, 2903, 1, 0, 0, 0, 601, 2905, 1, 0, 0, 0, 603, 2907, 1, 0, 0, 0, 605, 2909, 1, 0, 0, 0, 607, 2911, 1, 0, 0, 0, 609, 2913, 1, 0, 0, 0, 611, 2915, 1, 0, 0, 0, 613, 2917, 1, 0, 0, 0, 615, 2919, 1, 0, 0, 0, 617, 2921, 1, 0, 0, 0, 619, 2923, 1, 0, 0, 0, 621, 2925, 1, 0, 0, 0, 623, 2927, 1, 0, 0, 0, 625, 2929, 1, 0, 0, 0, 627, 2931, 1, 0, 0, 0, 629, 2933, 1, 0, 0, 0, 631, 2935, 1, 0, 0, 0, 633, 2937, 1, 0, 0, 0, 635, 2940, 1, 0, 0, 0, 637, 2943, 1, 0, 0, 0, 639, 2945, 1, 0, 0, 0, 641, 2948, 1, 0, 0, 0, 643, 2954, 1, 0, 0, 0, 645, 2957, 1, 0, 0, 0, 647, 3004, 1, 0, 0, 0, 649, 3006, 1, 0, 0, 0, 651, 3008, 1, 0, 0, 0, 653, 3010, 1, 0, 0, 0, 655, 3012, 1, 0, 0, 0, 657, 3021, 1, 0, 0, 0, 659, 3025, 1, 0, 0, 0, 661, 3038, 1, 0, 0, 0, 663, 3050, 1, 0, 0, 0, 665, 3067, 1, 0, 0, 0, 667, 3081, 1, 0, 0, 0, 669, 3083, 1, 0, 0, 0, 671, 3085, 1, 0, 0, 0, 673, 3098, 1, 0, 0, 0, 675, 3111, 1, 0, 0, 0, 677, 3120, 1, 0, 0, 0, 679, 681, 7, 0, 0, 0, 680, 679, 1, 0, 0, 0, 681, 682, 1, 0, 0, 0, 682, 680, 1, 0, 0, 0, 682, 683, 1, 0, 0, 0, 683, 684, 1, 0, 0, 0, 684, 685, 6, 0, 0, 0, 685, 2, 1, 0, 0, 0, 686, 687, 5, 47, 0, 0, 687, 688, 5, 42, 0, 0, 688, 692, 1, 0, 0, 0, 689, 691, 9, 0, 0, 0, 690, 689, 1, 0, 0, 0, 691, 694, 1, 0, 0, 0, 692, 693, 1, 0, 0, 0, 692, 690, 1, 0, 0, 0, 693, 695, 1, 0, 0, 0, 694, 692, 1, 0, 0, 0, 695, 696, 5, 42, 0, 0, 696, 697, 5, 47, 0, 0, 697, 698, 1, 0, 0, 0, 698, 699, 6, 1, 0, 0, 699, 4, 1, 0, 0, 0, 700, 701, 5, 45, 0, 0, 701, 704, 5, 45, 0, 0, 702, 704, 5, 35, 0, 0, 703, 700, 1, 0, 0, 0, 703, 702, 1, 0, 0, 0, 704, 708, 1, 0, 0, 0, 705, 707, 8, 1, 0, 0, 706, 705, 1, 0, 0, 0, 707, 710, 1, 0, 0, 0, 708, 706, 1, 0, 0, 0, 708, 709, 1, 0, 0, 0, 709, 716, 1, 0, 0, 0, 710, 708, 1, 0, 0, 0, 711, 713, 5, 13, 0, 0, 712, 711, 1, 0, 0, 0, 712, 713, 1, 0, 0, 0, 713, 714, 1, 0, 0, 0, 714, 717, 5, 10, 0, 0, 715, 717, 5, 0, 0, 1, 716, 712, 1, 0, 0, 0, 716, 715, 1, 0, 0, 0, 717, 729, 1, 0, 0, 0, 718, 719, 5, 45, 0, 0, 719, 720, 5, 45, 0, 0, 720, 726, 1, 0, 0, 0, 721, 723, 5, 13, 0, 0, 722, 721, 1, 0, 0, 0, 722, 723, 1, 0, 0, 0, 723, 724, 1, 0, 0, 0, 724, 727, 5, 10, 0, 0, 725, 727, 5, 0, 0, 1, 726, 722, 1, 0, 0, 0, 726, 725, 1, 0, 0, 0, 727, 729, 1, 0, 0, 0, 728, 703, 1, 0, 0, 0, 728, 718, 1, 0, 0, 0, 729, 730, 1, 0, 0, 0, 730, 731, 6, 2, 0, 0, 731, 6, 1, 0, 0, 0, 732, 733, 5, 83, 0, 0, 733, 734, 5, 69, 0, 0, 734, 735, 5, 76, 0, 0, 735, 736, 5, 69, 0, 0, 736, 737, 5, 67, 0, 0, 737, 738, 5, 84, 0, 0, 738, 8, 1, 0, 0, 0, 739, 740, 5, 70, 0, 0, 740, 741, 5, 82, 0, 0, 741, 742, 5, 79, 0, 0, 742, 743, 5, 77, 0, 0, 743, 10, 1, 0, 0, 0, 744, 745, 5, 65, 0, 0, 745, 746, 5, 68, 0, 0, 746, 747, 5, 68, 0, 0, 747, 12, 1, 0, 0, 0, 748, 749, 5, 65, 0, 0, 749, 750, 5, 83, 0, 0, 750, 14, 1, 0, 0, 0, 751, 752, 5, 65, 0, 0, 752, 753, 5, 76, 0, 0, 753, 754, 5, 76, 0, 0, 754, 16, 1, 0, 0, 0, 755, 756, 5, 65, 0, 0, 756, 757, 5, 78, 0, 0, 757, 758, 5, 89, 0, 0, 758, 18, 1, 0, 0, 0, 759, 760, 5, 68, 0, 0, 760, 761, 5, 73, 0, 0, 761, 762, 5, 83, 0, 0, 762, 763, 5, 84, 0, 0, 763, 764, 5, 73, 0, 0, 764, 765, 5, 78, 0, 0, 765, 766, 5, 67, 0, 0, 766, 767, 5, 84, 0, 0, 767, 20, 1, 0, 0, 0, 768, 769, 5, 87, 0, 0, 769, 770, 5, 72, 0, 0, 770, 771, 5, 69, 0, 0, 771, 772, 5, 82, 0, 0, 772, 773, 5, 69, 0, 0, 773, 22, 1, 0, 0, 0, 774, 775, 5, 71, 0, 0, 775, 776, 5, 82, 0, 0, 776, 777, 5, 79, 0, 0, 777, 778, 5, 85, 0, 0, 778, 779, 5, 80, 0, 0, 779, 24, 1, 0, 0, 0, 780, 781, 5, 66, 0, 0, 781, 782, 5, 89, 0, 0, 782, 26, 1, 0, 0, 0, 783, 784, 5, 71, 0, 0, 784, 785, 5, 82, 0, 0, 785, 786, 5, 79, 0, 0, 786, 787, 5, 85, 0, 0, 787, 788, 5, 80, 0, 0, 788, 789, 5, 73, 0, 0, 789, 790, 5, 78, 0, 0, 790, 791, 5, 71, 0, 0, 791, 28, 1, 0, 0, 0, 792, 793, 5, 83, 0, 0, 793, 794, 5, 69, 0, 0, 794, 795, 5, 84, 0, 0, 795, 796, 5, 83, 0, 0, 796, 30, 1, 0, 0, 0, 797, 798, 5, 67, 0, 0, 798, 799, 5, 85, 0, 0, 799, 800, 5, 66, 0, 0, 800, 801, 5, 69, 0, 0, 801, 32, 1, 0, 0, 0, 802, 803, 5, 82, 0, 0, 803, 804, 5, 79, 0, 0, 804, 805, 5, 76, 0, 0, 805, 806, 5, 76, 0, 0, 806, 807, 5, 85, 0, 0, 807, 808, 5, 80, 0, 0, 808, 34, 1, 0, 0, 0, 809, 810, 5, 79, 0, 0, 810, 811, 5, 82, 0, 0, 811, 812, 5, 68, 0, 0, 812, 813, 5, 69, 0, 0, 813, 814, 5, 82, 0, 0, 814, 36, 1, 0, 0, 0, 815, 816, 5, 72, 0, 0, 816, 817, 5, 65, 0, 0, 817, 818, 5, 86, 0, 0, 818, 819, 5, 73, 0, 0, 819, 820, 5, 78, 0, 0, 820, 821, 5, 71, 0, 0, 821, 38, 1, 0, 0, 0, 822, 823, 5, 76, 0, 0, 823, 824, 5, 73, 0, 0, 824, 825, 5, 77, 0, 0, 825, 826, 5, 73, 0, 0, 826, 827, 5, 84, 0, 0, 827, 40, 1, 0, 0, 0, 828, 829, 5, 65, 0, 0, 829, 830, 5, 84, 0, 0, 830, 42, 1, 0, 0, 0, 831, 832, 5, 79, 0, 0, 832, 833, 5, 82, 0, 0, 833, 44, 1, 0, 0, 0, 834, 835, 5, 65, 0, 0, 835, 836, 5, 78, 0, 0, 836, 837, 5, 68, 0, 0, 837, 46, 1, 0, 0, 0, 838, 839, 5, 73, 0, 0, 839, 840, 5, 78, 0, 0, 840, 48, 1, 0, 0, 0, 841, 842, 5, 78, 0, 0, 842, 843, 5, 79, 0, 0, 843, 844, 5, 84, 0, 0, 844, 50, 1, 0, 0, 0, 845, 846, 5, 78, 0, 0, 846, 847, 5, 79, 0, 0, 847, 52, 1, 0, 0, 0, 848, 849, 5, 69, 0, 0, 849, 850, 5, 88, 0, 0, 850, 851, 5, 73, 0, 0, 851, 852, 5, 83, 0, 0, 852, 853, 5, 84, 0, 0, 853, 854, 5, 83, 0, 0, 854, 54, 1, 0, 0, 0, 855, 856, 5, 66, 0, 0, 856, 857, 5, 69, 0, 0, 857, 858, 5, 84, 0, 0, 858, 859, 5, 87, 0, 0, 859, 860, 5, 69, 0, 0, 860, 861, 5, 69, 0, 0, 861, 862, 5, 78, 0, 0, 862, 56, 1, 0, 0, 0, 863, 864, 5, 76, 0, 0, 864, 865, 5, 73, 0, 0, 865, 866, 5, 75, 0, 0, 866, 867, 5, 69, 0, 0, 867, 58, 1, 0, 0, 0, 868, 869, 5, 82, 0, 0, 869, 870, 5, 76, 0, 0, 870, 871, 5, 73, 0, 0, 871, 872, 5, 75, 0, 0, 872, 873, 5, 69, 0, 0, 873, 60, 1, 0, 0, 0, 874, 875, 5, 73, 0, 0, 875, 876, 5, 83, 0, 0, 876, 62, 1, 0, 0, 0, 877, 878, 5, 84, 0, 0, 878, 879, 5, 82, 0, 0, 879, 880, 5, 85, 0, 0, 880, 881, 5, 69, 0, 0, 881, 64, 1, 0, 0, 0, 882, 883, 5, 70, 0, 0, 883, 884, 5, 65, 0, 0, 884, 885, 5, 76, 0, 0, 885, 886, 5, 83, 0, 0, 886, 887, 5, 69, 0, 0, 887, 66, 1, 0, 0, 0, 888, 889, 5, 78, 0, 0, 889, 890, 5, 85, 0, 0, 890, 891, 5, 76, 0, 0, 891, 892, 5, 76, 0, 0, 892, 893, 5, 83, 0, 0, 893, 68, 1, 0, 0, 0, 894, 895, 5, 65, 0, 0, 895, 896, 5, 83, 0, 0, 896, 897, 5, 67, 0, 0, 897, 70, 1, 0, 0, 0, 898, 899, 5, 68, 0, 0, 899, 900, 5, 69, 0, 0, 900, 901, 5, 83, 0, 0, 901, 902, 5, 67, 0, 0, 902, 72, 1, 0, 0, 0, 903, 904, 5, 70, 0, 0, 904, 905, 5, 79, 0, 0, 905, 906, 5, 82, 0, 0, 906, 74, 1, 0, 0, 0, 907, 908, 5, 73, 0, 0, 908, 909, 5, 78, 0, 0, 909, 910, 5, 84, 0, 0, 910, 911, 5, 69, 0, 0, 911, 912, 5, 82, 0, 0, 912, 913, 5, 86, 0, 0, 913, 914, 5, 65, 0, 0, 914, 915, 5, 76, 0, 0, 915, 76, 1, 0, 0, 0, 916, 917, 5, 67, 0, 0, 917, 918, 5, 65, 0, 0, 918, 919, 5, 83, 0, 0, 919, 920, 5, 69, 0, 0, 920, 78, 1, 0, 0, 0, 921, 922, 5, 87, 0, 0, 922, 923, 5, 72, 0, 0, 923, 924, 5, 69, 0, 0, 924, 925, 5, 78, 0, 0, 925, 80, 1, 0, 0, 0, 926, 927, 5, 84, 0, 0, 927, 928, 5, 72, 0, 0, 928, 929, 5, 69, 0, 0, 929, 930, 5, 78, 0, 0, 930, 82, 1, 0, 0, 0, 931, 932, 5, 69, 0, 0, 932, 933, 5, 76, 0, 0, 933, 934, 5, 83, 0, 0, 934, 935, 5, 69, 0, 0, 935, 84, 1, 0, 0, 0, 936, 937, 5, 66, 0, 0, 937, 938, 5, 69, 0, 0, 938, 939, 5, 71, 0, 0, 939, 940, 5, 73, 0, 0, 940, 941, 5, 78, 0, 0, 941, 86, 1, 0, 0, 0, 942, 943, 5, 69, 0, 0, 943, 944, 5, 78, 0, 0, 944, 945, 5, 68, 0, 0, 945, 88, 1, 0, 0, 0, 946, 947, 5, 74, 0, 0, 947, 948, 5, 79, 0, 0, 948, 949, 5, 73, 0, 0, 949, 950, 5, 78, 0, 0, 950, 90, 1, 0, 0, 0, 951, 952, 5, 67, 0, 0, 952, 953, 5, 82, 0, 0, 953, 954, 5, 79, 0, 0, 954, 955, 5, 83, 0, 0, 955, 956, 5, 83, 0, 0, 956, 92, 1, 0, 0, 0, 957, 958, 5, 79, 0, 0, 958, 959, 5, 85, 0, 0, 959, 960, 5, 84, 0, 0, 960, 961, 5, 69, 0, 0, 961, 962, 5, 82, 0, 0, 962, 94, 1, 0, 0, 0, 963, 964, 5, 73, 0, 0, 964, 965, 5, 78, 0, 0, 965, 966, 5, 78, 0, 0, 966, 967, 5, 69, 0, 0, 967, 968, 5, 82, 0, 0, 968, 96, 1, 0, 0, 0, 969, 970, 5, 76, 0, 0, 970, 971, 5, 69, 0, 0, 971, 972, 5, 70, 0, 0, 972, 973, 5, 84, 0, 0, 973, 98, 1, 0, 0, 0, 974, 975, 5, 83, 0, 0, 975, 976, 5, 69, 0, 0, 976, 977, 5, 77, 0, 0, 977, 978, 5, 73, 0, 0, 978, 100, 1, 0, 0, 0, 979, 980, 5, 82, 0, 0, 980, 981, 5, 73, 0, 0, 981, 982, 5, 71, 0, 0, 982, 983, 5, 72, 0, 0, 983, 984, 5, 84, 0, 0, 984, 102, 1, 0, 0, 0, 985, 986, 5, 70, 0, 0, 986, 987, 5, 85, 0, 0, 987, 988, 5, 76, 0, 0, 988, 989, 5, 76, 0, 0, 989, 104, 1, 0, 0, 0, 990, 991, 5, 85, 0, 0, 991, 992, 5, 83, 0, 0, 992, 993, 5, 69, 0, 0, 993, 994, 5, 82, 0, 0, 994, 106, 1, 0, 0, 0, 995, 996, 5, 78, 0, 0, 996, 997, 5, 65, 0, 0, 997, 998, 5, 84, 0, 0, 998, 999, 5, 85, 0, 0, 999, 1000, 5, 82, 0, 0, 1000, 1001, 5, 65, 0, 0, 1001, 1002, 5, 76, 0, 0, 1002, 108, 1, 0, 0, 0, 1003, 1004, 5, 79, 0, 0, 1004, 1005, 5, 78, 0, 0, 1005, 110, 1, 0, 0, 0, 1006, 1007, 5, 80, 0, 0, 1007, 1008, 5, 73, 0, 0, 1008, 1009, 5, 86, 0, 0, 1009, 1010, 5, 79, 0, 0, 1010, 1011, 5, 84, 0, 0, 1011, 112, 1, 0, 0, 0, 1012, 1013, 5, 76, 0, 0, 1013, 1014, 5, 65, 0, 0, 1014, 1015, 5, 84, 0, 0, 1015, 1016, 5, 69, 0, 0, 1016, 1017, 5, 82, 0, 0, 1017, 1018, 5, 65, 0, 0, 1018, 1019, 5, 76, 0, 0, 1019, 114, 1, 0, 0, 0, 1020, 1021, 5, 87, 0, 0, 1021, 1022, 5, 73, 0, 0, 1022, 1023, 5, 78, 0, 0, 1023, 1024, 5, 68, 0, 0, 1024, 1025, 5, 79, 0, 0, 1025, 1026, 5, 87, 0, 0, 1026, 116, 1, 0, 0, 0, 1027, 1028, 5, 79, 0, 0, 1028, 1029, 5, 86, 0, 0, 1029, 1030, 5, 69, 0, 0, 1030, 1031, 5, 82, 0, 0, 1031, 118, 1, 0, 0, 0, 1032, 1033, 5, 80, 0, 0, 1033, 1034, 5, 65, 0, 0, 1034, 1035, 5, 82, 0, 0, 1035, 1036, 5, 84, 0, 0, 1036, 1037, 5, 73, 0, 0, 1037, 1038, 5, 84, 0, 0, 1038, 1039, 5, 73, 0, 0, 1039, 1040, 5, 79, 0, 0, 1040, 1041, 5, 78, 0, 0, 1041, 120, 1, 0, 0, 0, 1042, 1043, 5, 82, 0, 0, 1043, 1044, 5, 65, 0, 0, 1044, 1045, 5, 78, 0, 0, 1045, 1046, 5, 71, 0, 0, 1046, 1047, 5, 69, 0, 0, 1047, 122, 1, 0, 0, 0, 1048, 1049, 5, 82, 0, 0, 1049, 1050, 5, 79, 0, 0, 1050, 1051, 5, 87, 0, 0, 1051, 1052, 5, 83, 0, 0, 1052, 124, 1, 0, 0, 0, 1053, 1054, 5, 85, 0, 0, 1054, 1055, 5, 78, 0, 0, 1055, 1056, 5, 66, 0, 0, 1056, 1057, 5, 79, 0, 0, 1057, 1058, 5, 85, 0, 0, 1058, 1059, 5, 78, 0, 0, 1059, 1060, 5, 68, 0, 0, 1060, 1061, 5, 69, 0, 0, 1061, 1062, 5, 68, 0, 0, 1062, 126, 1, 0, 0, 0, 1063, 1064, 5, 80, 0, 0, 1064, 1065, 5, 82, 0, 0, 1065, 1066, 5, 69, 0, 0, 1066, 1067, 5, 67, 0, 0, 1067, 1068, 5, 69, 0, 0, 1068, 1069, 5, 68, 0, 0, 1069, 1070, 5, 73, 0, 0, 1070, 1071, 5, 78, 0, 0, 1071, 1072, 5, 71, 0, 0, 1072, 128, 1, 0, 0, 0, 1073, 1074, 5, 70, 0, 0, 1074, 1075, 5, 79, 0, 0, 1075, 1076, 5, 76, 0, 0, 1076, 1077, 5, 76, 0, 0, 1077, 1078, 5, 79, 0, 0, 1078, 1079, 5, 87, 0, 0, 1079, 1080, 5, 73, 0, 0, 1080, 1081, 5, 78, 0, 0, 1081, 1082, 5, 71, 0, 0, 1082, 130, 1, 0, 0, 0, 1083, 1084, 5, 67, 0, 0, 1084, 1085, 5, 85, 0, 0, 1085, 1086, 5, 82, 0, 0, 1086, 1087, 5, 82, 0, 0, 1087, 1088, 5, 69, 0, 0, 1088, 1089, 5, 78, 0, 0, 1089, 1090, 5, 84, 0, 0, 1090, 132, 1, 0, 0, 0, 1091, 1092, 5, 70, 0, 0, 1092, 1093, 5, 73, 0, 0, 1093, 1094, 5, 82, 0, 0, 1094, 1095, 5, 83, 0, 0, 1095, 1096, 5, 84, 0, 0, 1096, 134, 1, 0, 0, 0, 1097, 1098, 5, 65, 0, 0, 1098, 1099, 5, 70, 0, 0, 1099, 1100, 5, 84, 0, 0, 1100, 1101, 5, 69, 0, 0, 1101, 1102, 5, 82, 0, 0, 1102, 136, 1, 0, 0, 0, 1103, 1104, 5, 76, 0, 0, 1104, 1105, 5, 65, 0, 0, 1105, 1106, 5, 83, 0, 0, 1106, 1107, 5, 84, 0, 0, 1107, 138, 1, 0, 0, 0, 1108, 1109, 5, 87, 0, 0, 1109, 1110, 5, 73, 0, 0, 1110, 1111, 5, 84, 0, 0, 1111, 1112, 5, 72, 0, 0, 1112, 140, 1, 0, 0, 0, 1113, 1114, 5, 87, 0, 0, 1114, 1115, 5, 73, 0, 0, 1115, 1116, 5, 84, 0, 0, 1116, 1117, 5, 72, 0, 0, 1117, 1118, 5, 79, 0, 0, 1118, 1119, 5, 85, 0, 0, 1119, 1120, 5, 84, 0, 0, 1120, 142, 1, 0, 0, 0, 1121, 1122, 5, 86, 0, 0, 1122, 1123, 5, 65, 0, 0, 1123, 1124, 5, 76, 0, 0, 1124, 1125, 5, 85, 0, 0, 1125, 1126, 5, 69, 0, 0, 1126, 1127, 5, 83, 0, 0, 1127, 144, 1, 0, 0, 0, 1128, 1129, 5, 67, 0, 0, 1129, 1130, 5, 82, 0, 0, 1130, 1131, 5, 69, 0, 0, 1131, 1132, 5, 65, 0, 0, 1132, 1133, 5, 84, 0, 0, 1133, 1134, 5, 69, 0, 0, 1134, 146, 1, 0, 0, 0, 1135, 1136, 5, 84, 0, 0, 1136, 1137, 5, 65, 0, 0, 1137, 1138, 5, 66, 0, 0, 1138, 1139, 5, 76, 0, 0, 1139, 1140, 5, 69, 0, 0, 1140, 148, 1, 0, 0, 0, 1141, 1142, 5, 68, 0, 0, 1142, 1143, 5, 73, 0, 0, 1143, 1144, 5, 82, 0, 0, 1144, 1145, 5, 69, 0, 0, 1145, 1146, 5, 67, 0, 0, 1146, 1147, 5, 84, 0, 0, 1147, 1148, 5, 79, 0, 0, 1148, 1149, 5, 82, 0, 0, 1149, 1150, 5, 89, 0, 0, 1150, 150, 1, 0, 0, 0, 1151, 1152, 5, 86, 0, 0, 1152, 1153, 5, 73, 0, 0, 1153, 1154, 5, 69, 0, 0, 1154, 1155, 5, 87, 0, 0, 1155, 152, 1, 0, 0, 0, 1156, 1157, 5, 82, 0, 0, 1157, 1158, 5, 69, 0, 0, 1158, 1159, 5, 80, 0, 0, 1159, 1160, 5, 76, 0, 0, 1160, 1161, 5, 65, 0, 0, 1161, 1162, 5, 67, 0, 0, 1162, 1163, 5, 69, 0, 0, 1163, 154, 1, 0, 0, 0, 1164, 1165, 5, 69, 0, 0, 1165, 1166, 5, 88, 0, 0, 1166, 1167, 5, 69, 0, 0, 1167, 1168, 5, 67, 0, 0, 1168, 1169, 5, 85, 0, 0, 1169, 1170, 5, 84, 0, 0, 1170, 1171, 5, 69, 0, 0, 1171, 156, 1, 0, 0, 0, 1172, 1173, 5, 83, 0, 0, 1173, 1174, 5, 84, 0, 0, 1174, 1175, 5, 65, 0, 0, 1175, 1176, 5, 84, 0, 0, 1176, 1177, 5, 69, 0, 0, 1177, 1178, 5, 77, 0, 0, 1178, 1179, 5, 69, 0, 0, 1179, 1180, 5, 78, 0, 0, 1180, 1181, 5, 84, 0, 0, 1181, 158, 1, 0, 0, 0, 1182, 1183, 5, 73, 0, 0, 1183, 1184, 5, 78, 0, 0, 1184, 1185, 5, 83, 0, 0, 1185, 1186, 5, 69, 0, 0, 1186, 1187, 5, 82, 0, 0, 1187, 1188, 5, 84, 0, 0, 1188, 160, 1, 0, 0, 0, 1189, 1190, 5, 68, 0, 0, 1190, 1191, 5, 69, 0, 0, 1191, 1192, 5, 76, 0, 0, 1192, 1193, 5, 69, 0, 0, 1193, 1194, 5, 84, 0, 0, 1194, 1195, 5, 69, 0, 0, 1195, 162, 1, 0, 0, 0, 1196, 1197, 5, 82, 0, 0, 1197, 1198, 5, 69, 0, 0, 1198, 1199, 5, 77, 0, 0, 1199, 1200, 5, 79, 0, 0, 1200, 1201, 5, 86, 0, 0, 1201, 1202, 5, 69, 0, 0, 1202, 164, 1, 0, 0, 0, 1203, 1204, 5, 73, 0, 0, 1204, 1205, 5, 78, 0, 0, 1205, 1206, 5, 84, 0, 0, 1206, 1207, 5, 79, 0, 0, 1207, 166, 1, 0, 0, 0, 1208, 1209, 5, 68, 0, 0, 1209, 1210, 5, 69, 0, 0, 1210, 1211, 5, 83, 0, 0, 1211, 1212, 5, 67, 0, 0, 1212, 1213, 5, 82, 0, 0, 1213, 1214, 5, 73, 0, 0, 1214, 1215, 5, 66, 0, 0, 1215, 1216, 5, 69, 0, 0, 1216, 168, 1, 0, 0, 0, 1217, 1218, 5, 69, 0, 0, 1218, 1219, 5, 88, 0, 0, 1219, 1220, 5, 80, 0, 0, 1220, 1221, 5, 76, 0, 0, 1221, 1222, 5, 65, 0, 0, 1222, 1223, 5, 73, 0, 0, 1223, 1224, 5, 78, 0, 0, 1224, 170, 1, 0, 0, 0, 1225, 1226, 5, 80, 0, 0, 1226, 1227, 5, 76, 0, 0, 1227, 1228, 5, 65, 0, 0, 1228, 1229, 5, 78, 0, 0, 1229, 172, 1, 0, 0, 0, 1230, 1231, 5, 67, 0, 0, 1231, 1232, 5, 72, 0, 0, 1232, 1233, 5, 65, 0, 0, 1233, 1234, 5, 78, 0, 0, 1234, 1235, 5, 71, 0, 0, 1235, 1236, 5, 69, 0, 0, 1236, 1237, 5, 76, 0, 0, 1237, 1238, 5, 79, 0, 0, 1238, 1239, 5, 71, 0, 0, 1239, 1240, 5, 95, 0, 0, 1240, 1241, 5, 77, 0, 0, 1241, 1242, 5, 79, 0, 0, 1242, 1243, 5, 68, 0, 0, 1243, 1244, 5, 69, 0, 0, 1244, 174, 1, 0, 0, 0, 1245, 1246, 5, 74, 0, 0, 1246, 1247, 5, 83, 0, 0, 1247, 1248, 5, 79, 0, 0, 1248, 1249, 5, 78, 0, 0, 1249, 1250, 5, 95, 0, 0, 1250, 1251, 5, 69, 0, 0, 1251, 1252, 5, 88, 0, 0, 1252, 1253, 5, 69, 0, 0, 1253, 1254, 5, 67, 0, 0, 1254, 1255, 5, 85, 0, 0, 1255, 1256, 5, 84, 0, 0, 1256, 1257, 5, 73, 0, 0, 1257, 1258, 5, 79, 0, 0, 1258, 1259, 5, 78, 0, 0, 1259, 1260, 5, 95, 0, 0, 1260, 1261, 5, 80, 0, 0, 1261, 1262, 5, 76, 0, 0, 1262, 1263, 5, 65, 0, 0, 1263, 1264, 5, 78, 0, 0, 1264, 176, 1, 0, 0, 0, 1265, 1266, 5, 69, 0, 0, 1266, 1267, 5, 83, 0, 0, 1267, 1268, 5, 84, 0, 0, 1268, 1269, 5, 73, 0, 0, 1269, 1270, 5, 77, 0, 0, 1270, 1271, 5, 65, 0, 0, 1271, 1272, 5, 84, 0, 0, 1272, 1273, 5, 69, 0, 0, 1273, 1274, 5, 68, 0, 0, 1274, 1275, 5, 95, 0, 0, 1275, 1276, 5, 67, 0, 0, 1276, 1277, 5, 79, 0, 0, 1277, 1278, 5, 83, 0, 0, 1278, 1279, 5, 84, 0, 0, 1279, 178, 1, 0, 0, 0, 1280, 1281, 5, 70, 0, 0, 1281, 1282, 5, 79, 0, 0, 1282, 1283, 5, 82, 0, 0, 1283, 1284, 5, 77, 0, 0, 1284, 1285, 5, 65, 0, 0, 1285, 1286, 5, 84, 0, 0, 1286, 180, 1, 0, 0, 0, 1287, 1288, 5, 76, 0, 0, 1288, 1289, 5, 79, 0, 0, 1289, 1290, 5, 71, 0, 0, 1290, 1291, 5, 73, 0, 0, 1291, 1292, 5, 67, 0, 0, 1292, 1293, 5, 65, 0, 0, 1293, 1294, 5, 76, 0, 0, 1294, 182, 1, 0, 0, 0, 1295, 1296, 5, 67, 0, 0, 1296, 1297, 5, 79, 0, 0, 1297, 1298, 5, 68, 0, 0, 1298, 1299, 5, 69, 0, 0, 1299, 1300, 5, 71, 0, 0, 1300, 1301, 5, 69, 0, 0, 1301, 1302, 5, 78, 0, 0, 1302, 184, 1, 0, 0, 0, 1303, 1304, 5, 67, 0, 0, 1304, 1305, 5, 79, 0, 0, 1305, 1306, 5, 83, 0, 0, 1306, 1307, 5, 84, 0, 0, 1307, 186, 1, 0, 0, 0, 1308, 1309, 5, 67, 0, 0, 1309, 1310, 5, 65, 0, 0, 1310, 1311, 5, 83, 0, 0, 1311, 1312, 5, 84, 0, 0, 1312, 188, 1, 0, 0, 0, 1313, 1314, 5, 83, 0, 0, 1314, 1315, 5, 72, 0, 0, 1315, 1316, 5, 79, 0, 0, 1316, 1317, 5, 87, 0, 0, 1317, 190, 1, 0, 0, 0, 1318, 1319, 5, 84, 0, 0, 1319, 1320, 5, 65, 0, 0, 1320, 1321, 5, 66, 0, 0, 1321, 1322, 5, 76, 0, 0, 1322, 1323, 5, 69, 0, 0, 1323, 1324, 5, 83, 0, 0, 1324, 192, 1, 0, 0, 0, 1325, 1326, 5, 67, 0, 0, 1326, 1327, 5, 79, 0, 0, 1327, 1328, 5, 76, 0, 0, 1328, 1329, 5, 85, 0, 0, 1329, 1330, 5, 77, 0, 0, 1330, 1331, 5, 78, 0, 0, 1331, 1332, 5, 83, 0, 0, 1332, 194, 1, 0, 0, 0, 1333, 1334, 5, 67, 0, 0, 1334, 1335, 5, 79, 0, 0, 1335, 1336, 5, 76, 0, 0, 1336, 1337, 5, 85, 0, 0, 1337, 1338, 5, 77, 0, 0, 1338, 1339, 5, 78, 0, 0, 1339, 196, 1, 0, 0, 0, 1340, 1341, 5, 85, 0, 0, 1341, 1342, 5, 83, 0, 0, 1342, 1343, 5, 69, 0, 0, 1343, 198, 1, 0, 0, 0, 1344, 1345, 5, 77, 0, 0, 1345, 1346, 5, 79, 0, 0, 1346, 1347, 5, 68, 0, 0, 1347, 1348, 5, 85, 0, 0, 1348, 1349, 5, 76, 0, 0, 1349, 1350, 5, 69, 0, 0, 1350, 200, 1, 0, 0, 0, 1351, 1352, 5, 77, 0, 0, 1352, 1353, 5, 79, 0, 0, 1353, 1354, 5, 68, 0, 0, 1354, 1355, 5, 85, 0, 0, 1355, 1356, 5, 76, 0, 0, 1356, 1357, 5, 69, 0, 0, 1357, 1358, 5, 83, 0, 0, 1358, 202, 1, 0, 0, 0, 1359, 1360, 5, 80, 0, 0, 1360, 1361, 5, 65, 0, 0, 1361, 1362, 5, 82, 0, 0, 1362, 1363, 5, 84, 0, 0, 1363, 1364, 5, 73, 0, 0, 1364, 1365, 5, 84, 0, 0, 1365, 1366, 5, 73, 0, 0, 1366, 1367, 5, 79, 0, 0, 1367, 1368, 5, 78, 0, 0, 1368, 1369, 5, 83, 0, 0, 1369, 204, 1, 0, 0, 0, 1370, 1371, 5, 70, 0, 0, 1371, 1372, 5, 85, 0, 0, 1372, 1373, 5, 78, 0, 0, 1373, 1374, 5, 67, 0, 0, 1374, 1375, 5, 84, 0, 0, 1375, 1376, 5, 73, 0, 0, 1376, 1377, 5, 79, 0, 0, 1377, 1378, 5, 78, 0, 0, 1378, 1379, 5, 83, 0, 0, 1379, 206, 1, 0, 0, 0, 1380, 1381, 5, 68, 0, 0, 1381, 1382, 5, 82, 0, 0, 1382, 1383, 5, 79, 0, 0, 1383, 1384, 5, 80, 0, 0, 1384, 208, 1, 0, 0, 0, 1385, 1386, 5, 85, 0, 0, 1386, 1387, 5, 78, 0, 0, 1387, 1388, 5, 73, 0, 0, 1388, 1389, 5, 79, 0, 0, 1389, 1390, 5, 78, 0, 0, 1390, 210, 1, 0, 0, 0, 1391, 1392, 5, 69, 0, 0, 1392, 1393, 5, 88, 0, 0, 1393, 1394, 5, 67, 0, 0, 1394, 1395, 5, 69, 0, 0, 1395, 1396, 5, 80, 0, 0, 1396, 1397, 5, 84, 0, 0, 1397, 212, 1, 0, 0, 0, 1398, 1399, 5, 83, 0, 0, 1399, 1400, 5, 69, 0, 0, 1400, 1401, 5, 84, 0, 0, 1401, 1402, 5, 77, 0, 0, 1402, 1403, 5, 73, 0, 0, 1403, 1404, 5, 78, 0, 0, 1404, 1405, 5, 85, 0, 0, 1405, 1406, 5, 83, 0, 0, 1406, 214, 1, 0, 0, 0, 1407, 1408, 5, 73, 0, 0, 1408, 1409, 5, 78, 0, 0, 1409, 1410, 5, 84, 0, 0, 1410, 1411, 5, 69, 0, 0, 1411, 1412, 5, 82, 0, 0, 1412, 1413, 5, 83, 0, 0, 1413, 1414, 5, 69, 0, 0, 1414, 1415, 5, 67, 0, 0, 1415, 1416, 5, 84, 0, 0, 1416, 216, 1, 0, 0, 0, 1417, 1418, 5, 84, 0, 0, 1418, 1419, 5, 79, 0, 0, 1419, 218, 1, 0, 0, 0, 1420, 1421, 5, 84, 0, 0, 1421, 1422, 5, 65, 0, 0, 1422, 1423, 5, 66, 0, 0, 1423, 1424, 5, 76, 0, 0, 1424, 1425, 5, 69, 0, 0, 1425, 1426, 5, 83, 0, 0, 1426, 1427, 5, 65, 0, 0, 1427, 1428, 5, 77, 0, 0, 1428, 1429, 5, 80, 0, 0, 1429, 1430, 5, 76, 0, 0, 1430, 1431, 5, 69, 0, 0, 1431, 220, 1, 0, 0, 0, 1432, 1433, 5, 83, 0, 0, 1433, 1434, 5, 84, 0, 0, 1434, 1435, 5, 82, 0, 0, 1435, 1436, 5, 65, 0, 0, 1436, 1437, 5, 84, 0, 0, 1437, 1438, 5, 73, 0, 0, 1438, 1439, 5, 70, 0, 0, 1439, 1440, 5, 89, 0, 0, 1440, 222, 1, 0, 0, 0, 1441, 1442, 5, 65, 0, 0, 1442, 1443, 5, 76, 0, 0, 1443, 1444, 5, 84, 0, 0, 1444, 1445, 5, 69, 0, 0, 1445, 1446, 5, 82, 0, 0, 1446, 224, 1, 0, 0, 0, 1447, 1448, 5, 82, 0, 0, 1448, 1449, 5, 69, 0, 0, 1449, 1450, 5, 78, 0, 0, 1450, 1451, 5, 65, 0, 0, 1451, 1452, 5, 77, 0, 0, 1452, 1453, 5, 69, 0, 0, 1453, 226, 1, 0, 0, 0, 1454, 1455, 5, 83, 0, 0, 1455, 1456, 5, 84, 0, 0, 1456, 1457, 5, 82, 0, 0, 1457, 1458, 5, 85, 0, 0, 1458, 1459, 5, 67, 0, 0, 1459, 1460, 5, 84, 0, 0, 1460, 228, 1, 0, 0, 0, 1461, 1462, 5, 67, 0, 0, 1462, 1463, 5, 79, 0, 0, 1463, 1464, 5, 77, 0, 0, 1464, 1465, 5, 77, 0, 0, 1465, 1466, 5, 69, 0, 0, 1466, 1467, 5, 78, 0, 0, 1467, 1468, 5, 84, 0, 0, 1468, 230, 1, 0, 0, 0, 1469, 1470, 5, 83, 0, 0, 1470, 1471, 5, 69, 0, 0, 1471, 1472, 5, 84, 0, 0, 1472, 232, 1, 0, 0, 0, 1473, 1474, 5, 82, 0, 0, 1474, 1475, 5, 69, 0, 0, 1475, 1476, 5, 83, 0, 0, 1476, 1477, 5, 69, 0, 0, 1477, 1478, 5, 84, 0, 0, 1478, 234, 1, 0, 0, 0, 1479, 1480, 5, 68, 0, 0, 1480, 1481, 5, 65, 0, 0, 1481, 1482, 5, 84, 0, 0, 1482, 1483, 5, 65, 0, 0, 1483, 236, 1, 0, 0, 0, 1484, 1485, 5, 83, 0, 0, 1485, 1486, 5, 84, 0, 0, 1486, 1487, 5, 65, 0, 0, 1487, 1488, 5, 82, 0, 0, 1488, 1489, 5, 84, 0, 0, 1489, 238, 1, 0, 0, 0, 1490, 1491, 5, 84, 0, 0, 1491, 1492, 5, 82, 0, 0, 1492, 1493, 5, 65, 0, 0, 1493, 1494, 5, 78, 0, 0, 1494, 1495, 5, 83, 0, 0, 1495, 1496, 5, 65, 0, 0, 1496, 1497, 5, 67, 0, 0, 1497, 1498, 5, 84, 0, 0, 1498, 1499, 5, 73, 0, 0, 1499, 1500, 5, 79, 0, 0, 1500, 1501, 5, 78, 0, 0, 1501, 240, 1, 0, 0, 0, 1502, 1503, 5, 67, 0, 0, 1503, 1504, 5, 79, 0, 0, 1504, 1505, 5, 77, 0, 0, 1505, 1506, 5, 77, 0, 0, 1506, 1507, 5, 73, 0, 0, 1507, 1508, 5, 84, 0, 0, 1508, 242, 1, 0, 0, 0, 1509, 1510, 5, 82, 0, 0, 1510, 1511, 5, 79, 0, 0, 1511, 1512, 5, 76, 0, 0, 1512, 1513, 5, 76, 0, 0, 1513, 1514, 5, 66, 0, 0, 1514, 1515, 5, 65, 0, 0, 1515, 1516, 5, 67, 0, 0, 1516, 1517, 5, 75, 0, 0, 1517, 244, 1, 0, 0, 0, 1518, 1519, 5, 77, 0, 0, 1519, 1520, 5, 65, 0, 0, 1520, 1521, 5, 67, 0, 0, 1521, 1522, 5, 82, 0, 0, 1522, 1523, 5, 79, 0, 0, 1523, 246, 1, 0, 0, 0, 1524, 1525, 5, 73, 0, 0, 1525, 1526, 5, 71, 0, 0, 1526, 1527, 5, 78, 0, 0, 1527, 1528, 5, 79, 0, 0, 1528, 1529, 5, 82, 0, 0, 1529, 1530, 5, 69, 0, 0, 1530, 248, 1, 0, 0, 0, 1531, 1532, 5, 66, 0, 0, 1532, 1533, 5, 79, 0, 0, 1533, 1534, 5, 84, 0, 0, 1534, 1535, 5, 72, 0, 0, 1535, 250, 1, 0, 0, 0, 1536, 1537, 5, 76, 0, 0, 1537, 1538, 5, 69, 0, 0, 1538, 1539, 5, 65, 0, 0, 1539, 1540, 5, 68, 0, 0, 1540, 1541, 5, 73, 0, 0, 1541, 1542, 5, 78, 0, 0, 1542, 1543, 5, 71, 0, 0, 1543, 252, 1, 0, 0, 0, 1544, 1545, 5, 84, 0, 0, 1545, 1546, 5, 82, 0, 0, 1546, 1547, 5, 65, 0, 0, 1547, 1548, 5, 73, 0, 0, 1548, 1549, 5, 76, 0, 0, 1549, 1550, 5, 73, 0, 0, 1550, 1551, 5, 78, 0, 0, 1551, 1552, 5, 71, 0, 0, 1552, 254, 1, 0, 0, 0, 1553, 1554, 5, 73, 0, 0, 1554, 1555, 5, 70, 0, 0, 1555, 256, 1, 0, 0, 0, 1556, 1557, 5, 80, 0, 0, 1557, 1558, 5, 79, 0, 0, 1558, 1559, 5, 83, 0, 0, 1559, 1560, 5, 73, 0, 0, 1560, 1561, 5, 84, 0, 0, 1561, 1562, 5, 73, 0, 0, 1562, 1563, 5, 79, 0, 0, 1563, 1564, 5, 78, 0, 0, 1564, 258, 1, 0, 0, 0, 1565, 1566, 5, 69, 0, 0, 1566, 1567, 5, 88, 0, 0, 1567, 1568, 5, 84, 0, 0, 1568, 1569, 5, 82, 0, 0, 1569, 1570, 5, 65, 0, 0, 1570, 1571, 5, 67, 0, 0, 1571, 1572, 5, 84, 0, 0, 1572, 260, 1, 0, 0, 0, 1573, 1574, 5, 77, 0, 0, 1574, 1575, 5, 73, 0, 0, 1575, 1576, 5, 78, 0, 0, 1576, 1577, 5, 85, 0, 0, 1577, 1578, 5, 83, 0, 0, 1578, 262, 1, 0, 0, 0, 1579, 1580, 5, 68, 0, 0, 1580, 1581, 5, 73, 0, 0, 1581, 1582, 5, 86, 0, 0, 1582, 264, 1, 0, 0, 0, 1583, 1584, 5, 80, 0, 0, 1584, 1585, 5, 69, 0, 0, 1585, 1586, 5, 82, 0, 0, 1586, 1587, 5, 67, 0, 0, 1587, 1588, 5, 69, 0, 0, 1588, 1589, 5, 78, 0, 0, 1589, 1590, 5, 84, 0, 0, 1590, 1591, 5, 76, 0, 0, 1591, 1592, 5, 73, 0, 0, 1592, 1593, 5, 84, 0, 0, 1593, 266, 1, 0, 0, 0, 1594, 1595, 5, 66, 0, 0, 1595, 1596, 5, 85, 0, 0, 1596, 1597, 5, 67, 0, 0, 1597, 1598, 5, 75, 0, 0, 1598, 1599, 5, 69, 0, 0, 1599, 1600, 5, 84, 0, 0, 1600, 268, 1, 0, 0, 0, 1601, 1602, 5, 79, 0, 0, 1602, 1603, 5, 85, 0, 0, 1603, 1604, 5, 84, 0, 0, 1604, 270, 1, 0, 0, 0, 1605, 1606, 5, 79, 0, 0, 1606, 1607, 5, 70, 0, 0, 1607, 272, 1, 0, 0, 0, 1608, 1609, 5, 83, 0, 0, 1609, 1610, 5, 79, 0, 0, 1610, 1611, 5, 82, 0, 0, 1611, 1612, 5, 84, 0, 0, 1612, 274, 1, 0, 0, 0, 1613, 1614, 5, 67, 0, 0, 1614, 1615, 5, 76, 0, 0, 1615, 1616, 5, 85, 0, 0, 1616, 1617, 5, 83, 0, 0, 1617, 1618, 5, 84, 0, 0, 1618, 1619, 5, 69, 0, 0, 1619, 1620, 5, 82, 0, 0, 1620, 276, 1, 0, 0, 0, 1621, 1622, 5, 68, 0, 0, 1622, 1623, 5, 73, 0, 0, 1623, 1624, 5, 83, 0, 0, 1624, 1625, 5, 84, 0, 0, 1625, 1626, 5, 82, 0, 0, 1626, 1627, 5, 73, 0, 0, 1627, 1628, 5, 66, 0, 0, 1628, 1629, 5, 85, 0, 0, 1629, 1630, 5, 84, 0, 0, 1630, 1631, 5, 69, 0, 0, 1631, 278, 1, 0, 0, 0, 1632, 1633, 5, 79, 0, 0, 1633, 1634, 5, 86, 0, 0, 1634, 1635, 5, 69, 0, 0, 1635, 1636, 5, 82, 0, 0, 1636, 1637, 5, 87, 0, 0, 1637, 1638, 5, 82, 0, 0, 1638, 1639, 5, 73, 0, 0, 1639, 1640, 5, 84, 0, 0, 1640, 1641, 5, 69, 0, 0, 1641, 280, 1, 0, 0, 0, 1642, 1643, 5, 84, 0, 0, 1643, 1644, 5, 82, 0, 0, 1644, 1645, 5, 65, 0, 0, 1645, 1646, 5, 78, 0, 0, 1646, 1647, 5, 83, 0, 0, 1647, 1648, 5, 70, 0, 0, 1648, 1649, 5, 79, 0, 0, 1649, 1650, 5, 82, 0, 0, 1650, 1651, 5, 77, 0, 0, 1651, 282, 1, 0, 0, 0, 1652, 1653, 5, 82, 0, 0, 1653, 1654, 5, 69, 0, 0, 1654, 1655, 5, 68, 0, 0, 1655, 1656, 5, 85, 0, 0, 1656, 1657, 5, 67, 0, 0, 1657, 1658, 5, 69, 0, 0, 1658, 284, 1, 0, 0, 0, 1659, 1660, 5, 85, 0, 0, 1660, 1661, 5, 83, 0, 0, 1661, 1662, 5, 73, 0, 0, 1662, 1663, 5, 78, 0, 0, 1663, 1664, 5, 71, 0, 0, 1664, 286, 1, 0, 0, 0, 1665, 1666, 5, 83, 0, 0, 1666, 1667, 5, 69, 0, 0, 1667, 1668, 5, 82, 0, 0, 1668, 1669, 5, 68, 0, 0, 1669, 1670, 5, 69, 0, 0, 1670, 288, 1, 0, 0, 0, 1671, 1672, 5, 83, 0, 0, 1672, 1673, 5, 69, 0, 0, 1673, 1674, 5, 82, 0, 0, 1674, 1675, 5, 68, 0, 0, 1675, 1676, 5, 69, 0, 0, 1676, 1677, 5, 80, 0, 0, 1677, 1678, 5, 82, 0, 0, 1678, 1679, 5, 79, 0, 0, 1679, 1680, 5, 80, 0, 0, 1680, 1681, 5, 69, 0, 0, 1681, 1682, 5, 82, 0, 0, 1682, 1683, 5, 84, 0, 0, 1683, 1684, 5, 73, 0, 0, 1684, 1685, 5, 69, 0, 0, 1685, 1686, 5, 83, 0, 0, 1686, 290, 1, 0, 0, 0, 1687, 1688, 5, 82, 0, 0, 1688, 1689, 5, 69, 0, 0, 1689, 1690, 5, 67, 0, 0, 1690, 1691, 5, 79, 0, 0, 1691, 1692, 5, 82, 0, 0, 1692, 1693, 5, 68, 0, 0, 1693, 1694, 5, 82, 0, 0, 1694, 1695, 5, 69, 0, 0, 1695, 1696, 5, 65, 0, 0, 1696, 1697, 5, 68, 0, 0, 1697, 1698, 5, 69, 0, 0, 1698, 1699, 5, 82, 0, 0, 1699, 292, 1, 0, 0, 0, 1700, 1701, 5, 82, 0, 0, 1701, 1702, 5, 69, 0, 0, 1702, 1703, 5, 67, 0, 0, 1703, 1704, 5, 79, 0, 0, 1704, 1705, 5, 82, 0, 0, 1705, 1706, 5, 68, 0, 0, 1706, 1707, 5, 87, 0, 0, 1707, 1708, 5, 82, 0, 0, 1708, 1709, 5, 73, 0, 0, 1709, 1710, 5, 84, 0, 0, 1710, 1711, 5, 69, 0, 0, 1711, 1712, 5, 82, 0, 0, 1712, 294, 1, 0, 0, 0, 1713, 1714, 5, 68, 0, 0, 1714, 1715, 5, 69, 0, 0, 1715, 1716, 5, 76, 0, 0, 1716, 1717, 5, 73, 0, 0, 1717, 1718, 5, 77, 0, 0, 1718, 1719, 5, 73, 0, 0, 1719, 1720, 5, 84, 0, 0, 1720, 1721, 5, 69, 0, 0, 1721, 1722, 5, 68, 0, 0, 1722, 296, 1, 0, 0, 0, 1723, 1724, 5, 70, 0, 0, 1724, 1725, 5, 73, 0, 0, 1725, 1726, 5, 69, 0, 0, 1726, 1727, 5, 76, 0, 0, 1727, 1728, 5, 68, 0, 0, 1728, 1729, 5, 83, 0, 0, 1729, 298, 1, 0, 0, 0, 1730, 1731, 5, 84, 0, 0, 1731, 1732, 5, 69, 0, 0, 1732, 1733, 5, 82, 0, 0, 1733, 1734, 5, 77, 0, 0, 1734, 1735, 5, 73, 0, 0, 1735, 1736, 5, 78, 0, 0, 1736, 1737, 5, 65, 0, 0, 1737, 1738, 5, 84, 0, 0, 1738, 1739, 5, 69, 0, 0, 1739, 1740, 5, 68, 0, 0, 1740, 300, 1, 0, 0, 0, 1741, 1742, 5, 67, 0, 0, 1742, 1743, 5, 79, 0, 0, 1743, 1744, 5, 76, 0, 0, 1744, 1745, 5, 76, 0, 0, 1745, 1746, 5, 69, 0, 0, 1746, 1747, 5, 67, 0, 0, 1747, 1748, 5, 84, 0, 0, 1748, 1749, 5, 73, 0, 0, 1749, 1750, 5, 79, 0, 0, 1750, 1751, 5, 78, 0, 0, 1751, 302, 1, 0, 0, 0, 1752, 1753, 5, 73, 0, 0, 1753, 1754, 5, 84, 0, 0, 1754, 1755, 5, 69, 0, 0, 1755, 1756, 5, 77, 0, 0, 1756, 1757, 5, 83, 0, 0, 1757, 304, 1, 0, 0, 0, 1758, 1759, 5, 75, 0, 0, 1759, 1760, 5, 69, 0, 0, 1760, 1761, 5, 89, 0, 0, 1761, 1762, 5, 83, 0, 0, 1762, 306, 1, 0, 0, 0, 1763, 1764, 5, 69, 0, 0, 1764, 1765, 5, 83, 0, 0, 1765, 1766, 5, 67, 0, 0, 1766, 1767, 5, 65, 0, 0, 1767, 1768, 5, 80, 0, 0, 1768, 1769, 5, 69, 0, 0, 1769, 1770, 5, 68, 0, 0, 1770, 308, 1, 0, 0, 0, 1771, 1772, 5, 76, 0, 0, 1772, 1773, 5, 73, 0, 0, 1773, 1774, 5, 78, 0, 0, 1774, 1775, 5, 69, 0, 0, 1775, 1776, 5, 83, 0, 0, 1776, 310, 1, 0, 0, 0, 1777, 1778, 5, 83, 0, 0, 1778, 1779, 5, 69, 0, 0, 1779, 1780, 5, 80, 0, 0, 1780, 1781, 5, 65, 0, 0, 1781, 1782, 5, 82, 0, 0, 1782, 1783, 5, 65, 0, 0, 1783, 1784, 5, 84, 0, 0, 1784, 1785, 5, 69, 0, 0, 1785, 1786, 5, 68, 0, 0, 1786, 312, 1, 0, 0, 0, 1787, 1788, 5, 70, 0, 0, 1788, 1789, 5, 85, 0, 0, 1789, 1790, 5, 78, 0, 0, 1790, 1791, 5, 67, 0, 0, 1791, 1792, 5, 84, 0, 0, 1792, 1793, 5, 73, 0, 0, 1793, 1794, 5, 79, 0, 0, 1794, 1795, 5, 78, 0, 0, 1795, 314, 1, 0, 0, 0, 1796, 1797, 5, 69, 0, 0, 1797, 1798, 5, 88, 0, 0, 1798, 1799, 5, 84, 0, 0, 1799, 1800, 5, 69, 0, 0, 1800, 1801, 5, 78, 0, 0, 1801, 1802, 5, 68, 0, 0, 1802, 1803, 5, 69, 0, 0, 1803, 1804, 5, 68, 0, 0, 1804, 316, 1, 0, 0, 0, 1805, 1806, 5, 82, 0, 0, 1806, 1807, 5, 69, 0, 0, 1807, 1808, 5, 70, 0, 0, 1808, 1809, 5, 82, 0, 0, 1809, 1810, 5, 69, 0, 0, 1810, 1811, 5, 83, 0, 0, 1811, 1812, 5, 72, 0, 0, 1812, 318, 1, 0, 0, 0, 1813, 1814, 5, 67, 0, 0, 1814, 1815, 5, 76, 0, 0, 1815, 1816, 5, 69, 0, 0, 1816, 1817, 5, 65, 0, 0, 1817, 1818, 5, 82, 0, 0, 1818, 320, 1, 0, 0, 0, 1819, 1820, 5, 67, 0, 0, 1820, 1821, 5, 65, 0, 0, 1821, 1822, 5, 67, 0, 0, 1822, 1823, 5, 72, 0, 0, 1823, 1824, 5, 69, 0, 0, 1824, 322, 1, 0, 0, 0, 1825, 1826, 5, 85, 0, 0, 1826, 1827, 5, 78, 0, 0, 1827, 1828, 5, 67, 0, 0, 1828, 1829, 5, 65, 0, 0, 1829, 1830, 5, 67, 0, 0, 1830, 1831, 5, 72, 0, 0, 1831, 1832, 5, 69, 0, 0, 1832, 324, 1, 0, 0, 0, 1833, 1834, 5, 76, 0, 0, 1834, 1835, 5, 65, 0, 0, 1835, 1836, 5, 90, 0, 0, 1836, 1837, 5, 89, 0, 0, 1837, 326, 1, 0, 0, 0, 1838, 1839, 5, 70, 0, 0, 1839, 1840, 5, 79, 0, 0, 1840, 1841, 5, 82, 0, 0, 1841, 1842, 5, 77, 0, 0, 1842, 1843, 5, 65, 0, 0, 1843, 1844, 5, 84, 0, 0, 1844, 1845, 5, 84, 0, 0, 1845, 1846, 5, 69, 0, 0, 1846, 1847, 5, 68, 0, 0, 1847, 328, 1, 0, 0, 0, 1848, 1849, 5, 71, 0, 0, 1849, 1850, 5, 76, 0, 0, 1850, 1851, 5, 79, 0, 0, 1851, 1852, 5, 66, 0, 0, 1852, 1853, 5, 65, 0, 0, 1853, 1854, 5, 76, 0, 0, 1854, 330, 1, 0, 0, 0, 1855, 1856, 5, 84, 0, 0, 1856, 1857, 5, 69, 0, 0, 1857, 1858, 5, 77, 0, 0, 1858, 1859, 5, 80, 0, 0, 1859, 1860, 5, 79, 0, 0, 1860, 1861, 5, 82, 0, 0, 1861, 1862, 5, 65, 0, 0, 1862, 1863, 5, 82, 0, 0, 1863, 1864, 5, 89, 0, 0, 1864, 332, 1, 0, 0, 0, 1865, 1866, 5, 79, 0, 0, 1866, 1867, 5, 80, 0, 0, 1867, 1868, 5, 84, 0, 0, 1868, 1869, 5, 73, 0, 0, 1869, 1870, 5, 79, 0, 0, 1870, 1871, 5, 78, 0, 0, 1871, 1872, 5, 83, 0, 0, 1872, 334, 1, 0, 0, 0, 1873, 1874, 5, 85, 0, 0, 1874, 1875, 5, 78, 0, 0, 1875, 1876, 5, 83, 0, 0, 1876, 1877, 5, 69, 0, 0, 1877, 1878, 5, 84, 0, 0, 1878, 336, 1, 0, 0, 0, 1879, 1880, 5, 84, 0, 0, 1880, 1881, 5, 66, 0, 0, 1881, 1882, 5, 76, 0, 0, 1882, 1883, 5, 80, 0, 0, 1883, 1884, 5, 82, 0, 0, 1884, 1885, 5, 79, 0, 0, 1885, 1886, 5, 80, 0, 0, 1886, 1887, 5, 69, 0, 0, 1887, 1888, 5, 82, 0, 0, 1888, 1889, 5, 84, 0, 0, 1889, 1890, 5, 73, 0, 0, 1890, 1891, 5, 69, 0, 0, 1891, 1892, 5, 83, 0, 0, 1892, 338, 1, 0, 0, 0, 1893, 1894, 5, 68, 0, 0, 1894, 1895, 5, 66, 0, 0, 1895, 1896, 5, 80, 0, 0, 1896, 1897, 5, 82, 0, 0, 1897, 1898, 5, 79, 0, 0, 1898, 1899, 5, 80, 0, 0, 1899, 1900, 5, 69, 0, 0, 1900, 1901, 5, 82, 0, 0, 1901, 1902, 5, 84, 0, 0, 1902, 1903, 5, 73, 0, 0, 1903, 1904, 5, 69, 0, 0, 1904, 1905, 5, 83, 0, 0, 1905, 340, 1, 0, 0, 0, 1906, 1907, 5, 66, 0, 0, 1907, 1908, 5, 85, 0, 0, 1908, 1909, 5, 67, 0, 0, 1909, 1910, 5, 75, 0, 0, 1910, 1911, 5, 69, 0, 0, 1911, 1912, 5, 84, 0, 0, 1912, 1913, 5, 83, 0, 0, 1913, 342, 1, 0, 0, 0, 1914, 1915, 5, 83, 0, 0, 1915, 1916, 5, 75, 0, 0, 1916, 1917, 5, 69, 0, 0, 1917, 1918, 5, 87, 0, 0, 1918, 1919, 5, 69, 0, 0, 1919, 1920, 5, 68, 0, 0, 1920, 344, 1, 0, 0, 0, 1921, 1922, 5, 83, 0, 0, 1922, 1923, 5, 84, 0, 0, 1923, 1924, 5, 79, 0, 0, 1924, 1925, 5, 82, 0, 0, 1925, 1926, 5, 69, 0, 0, 1926, 1927, 5, 68, 0, 0, 1927, 346, 1, 0, 0, 0, 1928, 1929, 5, 68, 0, 0, 1929, 1930, 5, 73, 0, 0, 1930, 1931, 5, 82, 0, 0, 1931, 1932, 5, 69, 0, 0, 1932, 1933, 5, 67, 0, 0, 1933, 1934, 5, 84, 0, 0, 1934, 1935, 5, 79, 0, 0, 1935, 1936, 5, 82, 0, 0, 1936, 1937, 5, 73, 0, 0, 1937, 1938, 5, 69, 0, 0, 1938, 1939, 5, 83, 0, 0, 1939, 348, 1, 0, 0, 0, 1940, 1941, 5, 76, 0, 0, 1941, 1942, 5, 79, 0, 0, 1942, 1943, 5, 67, 0, 0, 1943, 1944, 5, 65, 0, 0, 1944, 1945, 5, 84, 0, 0, 1945, 1946, 5, 73, 0, 0, 1946, 1947, 5, 79, 0, 0, 1947, 1948, 5, 78, 0, 0, 1948, 350, 1, 0, 0, 0, 1949, 1950, 5, 69, 0, 0, 1950, 1951, 5, 88, 0, 0, 1951, 1952, 5, 67, 0, 0, 1952, 1953, 5, 72, 0, 0, 1953, 1954, 5, 65, 0, 0, 1954, 1955, 5, 78, 0, 0, 1955, 1956, 5, 71, 0, 0, 1956, 1957, 5, 69, 0, 0, 1957, 352, 1, 0, 0, 0, 1958, 1959, 5, 65, 0, 0, 1959, 1960, 5, 82, 0, 0, 1960, 1961, 5, 67, 0, 0, 1961, 1962, 5, 72, 0, 0, 1962, 1963, 5, 73, 0, 0, 1963, 1964, 5, 86, 0, 0, 1964, 1965, 5, 69, 0, 0, 1965, 354, 1, 0, 0, 0, 1966, 1967, 5, 85, 0, 0, 1967, 1968, 5, 78, 0, 0, 1968, 1969, 5, 65, 0, 0, 1969, 1970, 5, 82, 0, 0, 1970, 1971, 5, 67, 0, 0, 1971, 1972, 5, 72, 0, 0, 1972, 1973, 5, 73, 0, 0, 1973, 1974, 5, 86, 0, 0, 1974, 1975, 5, 69, 0, 0, 1975, 356, 1, 0, 0, 0, 1976, 1977, 5, 70, 0, 0, 1977, 1978, 5, 73, 0, 0, 1978, 1979, 5, 76, 0, 0, 1979, 1980, 5, 69, 0, 0, 1980, 1981, 5, 70, 0, 0, 1981, 1982, 5, 79, 0, 0, 1982, 1983, 5, 82, 0, 0, 1983, 1984, 5, 77, 0, 0, 1984, 1985, 5, 65, 0, 0, 1985, 1986, 5, 84, 0, 0, 1986, 358, 1, 0, 0, 0, 1987, 1988, 5, 84, 0, 0, 1988, 1989, 5, 79, 0, 0, 1989, 1990, 5, 85, 0, 0, 1990, 1991, 5, 67, 0, 0, 1991, 1992, 5, 72, 0, 0, 1992, 360, 1, 0, 0, 0, 1993, 1994, 5, 67, 0, 0, 1994, 1995, 5, 79, 0, 0, 1995, 1996, 5, 77, 0, 0, 1996, 1997, 5, 80, 0, 0, 1997, 1998, 5, 65, 0, 0, 1998, 1999, 5, 67, 0, 0, 1999, 2000, 5, 84, 0, 0, 2000, 362, 1, 0, 0, 0, 2001, 2002, 5, 67, 0, 0, 2002, 2003, 5, 79, 0, 0, 2003, 2004, 5, 78, 0, 0, 2004, 2005, 5, 67, 0, 0, 2005, 2006, 5, 65, 0, 0, 2006, 2007, 5, 84, 0, 0, 2007, 2008, 5, 69, 0, 0, 2008, 2009, 5, 78, 0, 0, 2009, 2010, 5, 65, 0, 0, 2010, 2011, 5, 84, 0, 0, 2011, 2012, 5, 69, 0, 0, 2012, 364, 1, 0, 0, 0, 2013, 2014, 5, 67, 0, 0, 2014, 2015, 5, 72, 0, 0, 2015, 2016, 5, 65, 0, 0, 2016, 2017, 5, 78, 0, 0, 2017, 2018, 5, 71, 0, 0, 2018, 2019, 5, 69, 0, 0, 2019, 366, 1, 0, 0, 0, 2020, 2021, 5, 67, 0, 0, 2021, 2022, 5, 65, 0, 0, 2022, 2023, 5, 83, 0, 0, 2023, 2024, 5, 67, 0, 0, 2024, 2025, 5, 65, 0, 0, 2025, 2026, 5, 68, 0, 0, 2026, 2027, 5, 69, 0, 0, 2027, 368, 1, 0, 0, 0, 2028, 2029, 5, 67, 0, 0, 2029, 2030, 5, 79, 0, 0, 2030, 2031, 5, 78, 0, 0, 2031, 2032, 5, 83, 0, 0, 2032, 2033, 5, 84, 0, 0, 2033, 2034, 5, 82, 0, 0, 2034, 2035, 5, 65, 0, 0, 2035, 2036, 5, 73, 0, 0, 2036, 2037, 5, 78, 0, 0, 2037, 2038, 5, 84, 0, 0, 2038, 370, 1, 0, 0, 0, 2039, 2040, 5, 82, 0, 0, 2040, 2041, 5, 69, 0, 0, 2041, 2042, 5, 83, 0, 0, 2042, 2043, 5, 84, 0, 0, 2043, 2044, 5, 82, 0, 0, 2044, 2045, 5, 73, 0, 0, 2045, 2046, 5, 67, 0, 0, 2046, 2047, 5, 84, 0, 0, 2047, 372, 1, 0, 0, 0, 2048, 2049, 5, 67, 0, 0, 2049, 2050, 5, 76, 0, 0, 2050, 2051, 5, 85, 0, 0, 2051, 2052, 5, 83, 0, 0, 2052, 2053, 5, 84, 0, 0, 2053, 2054, 5, 69, 0, 0, 2054, 2055, 5, 82, 0, 0, 2055, 2056, 5, 69, 0, 0, 2056, 2057, 5, 68, 0, 0, 2057, 374, 1, 0, 0, 0, 2058, 2059, 5, 83, 0, 0, 2059, 2060, 5, 79, 0, 0, 2060, 2061, 5, 82, 0, 0, 2061, 2062, 5, 84, 0, 0, 2062, 2063, 5, 69, 0, 0, 2063, 2064, 5, 68, 0, 0, 2064, 376, 1, 0, 0, 0, 2065, 2066, 5, 80, 0, 0, 2066, 2067, 5, 85, 0, 0, 2067, 2068, 5, 82, 0, 0, 2068, 2069, 5, 71, 0, 0, 2069, 2070, 5, 69, 0, 0, 2070, 378, 1, 0, 0, 0, 2071, 2072, 5, 73, 0, 0, 2072, 2073, 5, 78, 0, 0, 2073, 2074, 5, 80, 0, 0, 2074, 2075, 5, 85, 0, 0, 2075, 2076, 5, 84, 0, 0, 2076, 2077, 5, 70, 0, 0, 2077, 2078, 5, 79, 0, 0, 2078, 2079, 5, 82, 0, 0, 2079, 2080, 5, 77, 0, 0, 2080, 2081, 5, 65, 0, 0, 2081, 2082, 5, 84, 0, 0, 2082, 380, 1, 0, 0, 0, 2083, 2084, 5, 79, 0, 0, 2084, 2085, 5, 85, 0, 0, 2085, 2086, 5, 84, 0, 0, 2086, 2087, 5, 80, 0, 0, 2087, 2088, 5, 85, 0, 0, 2088, 2089, 5, 84, 0, 0, 2089, 2090, 5, 70, 0, 0, 2090, 2091, 5, 79, 0, 0, 2091, 2092, 5, 82, 0, 0, 2092, 2093, 5, 77, 0, 0, 2093, 2094, 5, 65, 0, 0, 2094, 2095, 5, 84, 0, 0, 2095, 382, 1, 0, 0, 0, 2096, 2097, 5, 68, 0, 0, 2097, 2098, 5, 65, 0, 0, 2098, 2099, 5, 84, 0, 0, 2099, 2100, 5, 65, 0, 0, 2100, 2101, 5, 66, 0, 0, 2101, 2102, 5, 65, 0, 0, 2102, 2103, 5, 83, 0, 0, 2103, 2104, 5, 69, 0, 0, 2104, 384, 1, 0, 0, 0, 2105, 2106, 5, 68, 0, 0, 2106, 2107, 5, 65, 0, 0, 2107, 2108, 5, 84, 0, 0, 2108, 2109, 5, 65, 0, 0, 2109, 2110, 5, 66, 0, 0, 2110, 2111, 5, 65, 0, 0, 2111, 2112, 5, 83, 0, 0, 2112, 2113, 5, 69, 0, 0, 2113, 2114, 5, 83, 0, 0, 2114, 386, 1, 0, 0, 0, 2115, 2116, 5, 68, 0, 0, 2116, 2117, 5, 70, 0, 0, 2117, 2118, 5, 83, 0, 0, 2118, 388, 1, 0, 0, 0, 2119, 2120, 5, 84, 0, 0, 2120, 2121, 5, 82, 0, 0, 2121, 2122, 5, 85, 0, 0, 2122, 2123, 5, 78, 0, 0, 2123, 2124, 5, 67, 0, 0, 2124, 2125, 5, 65, 0, 0, 2125, 2126, 5, 84, 0, 0, 2126, 2127, 5, 69, 0, 0, 2127, 390, 1, 0, 0, 0, 2128, 2129, 5, 65, 0, 0, 2129, 2130, 5, 78, 0, 0, 2130, 2131, 5, 65, 0, 0, 2131, 2132, 5, 76, 0, 0, 2132, 2133, 5, 89, 0, 0, 2133, 2134, 5, 90, 0, 0, 2134, 2135, 5, 69, 0, 0, 2135, 392, 1, 0, 0, 0, 2136, 2137, 5, 67, 0, 0, 2137, 2138, 5, 79, 0, 0, 2138, 2139, 5, 77, 0, 0, 2139, 2140, 5, 80, 0, 0, 2140, 2141, 5, 85, 0, 0, 2141, 2142, 5, 84, 0, 0, 2142, 2143, 5, 69, 0, 0, 2143, 394, 1, 0, 0, 0, 2144, 2145, 5, 76, 0, 0, 2145, 2146, 5, 73, 0, 0, 2146, 2147, 5, 83, 0, 0, 2147, 2148, 5, 84, 0, 0, 2148, 396, 1, 0, 0, 0, 2149, 2150, 5, 83, 0, 0, 2150, 2151, 5, 84, 0, 0, 2151, 2152, 5, 65, 0, 0, 2152, 2153, 5, 84, 0, 0, 2153, 2154, 5, 73, 0, 0, 2154, 2155, 5, 83, 0, 0, 2155, 2156, 5, 84, 0, 0, 2156, 2157, 5, 73, 0, 0, 2157, 2158, 5, 67, 0, 0, 2158, 2159, 5, 83, 0, 0, 2159, 398, 1, 0, 0, 0, 2160, 2161, 5, 80, 0, 0, 2161, 2162, 5, 65, 0, 0, 2162, 2163, 5, 82, 0, 0, 2163, 2164, 5, 84, 0, 0, 2164, 2165, 5, 73, 0, 0, 2165, 2166, 5, 84, 0, 0, 2166, 2167, 5, 73, 0, 0, 2167, 2168, 5, 79, 0, 0, 2168, 2169, 5, 78, 0, 0, 2169, 2170, 5, 69, 0, 0, 2170, 2171, 5, 68, 0, 0, 2171, 400, 1, 0, 0, 0, 2172, 2173, 5, 69, 0, 0, 2173, 2174, 5, 88, 0, 0, 2174, 2175, 5, 84, 0, 0, 2175, 2176, 5, 69, 0, 0, 2176, 2177, 5, 82, 0, 0, 2177, 2178, 5, 78, 0, 0, 2178, 2179, 5, 65, 0, 0, 2179, 2180, 5, 76, 0, 0, 2180, 402, 1, 0, 0, 0, 2181, 2182, 5, 68, 0, 0, 2182, 2183, 5, 69, 0, 0, 2183, 2184, 5, 70, 0, 0, 2184, 2185, 5, 73, 0, 0, 2185, 2186, 5, 78, 0, 0, 2186, 2187, 5, 69, 0, 0, 2187, 2188, 5, 68, 0, 0, 2188, 404, 1, 0, 0, 0, 2189, 2190, 5, 82, 0, 0, 2190, 2191, 5, 69, 0, 0, 2191, 2192, 5, 86, 0, 0, 2192, 2193, 5, 79, 0, 0, 2193, 2194, 5, 75, 0, 0, 2194, 2195, 5, 69, 0, 0, 2195, 406, 1, 0, 0, 0, 2196, 2197, 5, 71, 0, 0, 2197, 2198, 5, 82, 0, 0, 2198, 2199, 5, 65, 0, 0, 2199, 2200, 5, 78, 0, 0, 2200, 2201, 5, 84, 0, 0, 2201, 408, 1, 0, 0, 0, 2202, 2203, 5, 76, 0, 0, 2203, 2204, 5, 79, 0, 0, 2204, 2205, 5, 67, 0, 0, 2205, 2206, 5, 75, 0, 0, 2206, 410, 1, 0, 0, 0, 2207, 2208, 5, 85, 0, 0, 2208, 2209, 5, 78, 0, 0, 2209, 2210, 5, 76, 0, 0, 2210, 2211, 5, 79, 0, 0, 2211, 2212, 5, 67, 0, 0, 2212, 2213, 5, 75, 0, 0, 2213, 412, 1, 0, 0, 0, 2214, 2215, 5, 77, 0, 0, 2215, 2216, 5, 83, 0, 0, 2216, 2217, 5, 67, 0, 0, 2217, 2218, 5, 75, 0, 0, 2218, 414, 1, 0, 0, 0, 2219, 2220, 5, 82, 0, 0, 2220, 2221, 5, 69, 0, 0, 2221, 2222, 5, 80, 0, 0, 2222, 2223, 5, 65, 0, 0, 2223, 2224, 5, 73, 0, 0, 2224, 2225, 5, 82, 0, 0, 2225, 416, 1, 0, 0, 0, 2226, 2227, 5, 82, 0, 0, 2227, 2228, 5, 69, 0, 0, 2228, 2229, 5, 67, 0, 0, 2229, 2230, 5, 79, 0, 0, 2230, 2231, 5, 86, 0, 0, 2231, 2232, 5, 69, 0, 0, 2232, 2233, 5, 82, 0, 0, 2233, 418, 1, 0, 0, 0, 2234, 2235, 5, 69, 0, 0, 2235, 2236, 5, 88, 0, 0, 2236, 2237, 5, 80, 0, 0, 2237, 2238, 5, 79, 0, 0, 2238, 2239, 5, 82, 0, 0, 2239, 2240, 5, 84, 0, 0, 2240, 420, 1, 0, 0, 0, 2241, 2242, 5, 73, 0, 0, 2242, 2243, 5, 77, 0, 0, 2243, 2244, 5, 80, 0, 0, 2244, 2245, 5, 79, 0, 0, 2245, 2246, 5, 82, 0, 0, 2246, 2247, 5, 84, 0, 0, 2247, 422, 1, 0, 0, 0, 2248, 2249, 5, 76, 0, 0, 2249, 2250, 5, 79, 0, 0, 2250, 2251, 5, 65, 0, 0, 2251, 2252, 5, 68, 0, 0, 2252, 424, 1, 0, 0, 0, 2253, 2254, 5, 85, 0, 0, 2254, 2255, 5, 78, 0, 0, 2255, 2256, 5, 76, 0, 0, 2256, 2257, 5, 79, 0, 0, 2257, 2258, 5, 65, 0, 0, 2258, 2259, 5, 68, 0, 0, 2259, 426, 1, 0, 0, 0, 2260, 2261, 5, 82, 0, 0, 2261, 2262, 5, 79, 0, 0, 2262, 2263, 5, 76, 0, 0, 2263, 2264, 5, 69, 0, 0, 2264, 428, 1, 0, 0, 0, 2265, 2266, 5, 82, 0, 0, 2266, 2267, 5, 79, 0, 0, 2267, 2268, 5, 76, 0, 0, 2268, 2269, 5, 69, 0, 0, 2269, 2270, 5, 83, 0, 0, 2270, 430, 1, 0, 0, 0, 2271, 2272, 5, 67, 0, 0, 2272, 2273, 5, 79, 0, 0, 2273, 2274, 5, 77, 0, 0, 2274, 2275, 5, 80, 0, 0, 2275, 2276, 5, 65, 0, 0, 2276, 2277, 5, 67, 0, 0, 2277, 2278, 5, 84, 0, 0, 2278, 2279, 5, 73, 0, 0, 2279, 2280, 5, 79, 0, 0, 2280, 2281, 5, 78, 0, 0, 2281, 2282, 5, 83, 0, 0, 2282, 432, 1, 0, 0, 0, 2283, 2284, 5, 80, 0, 0, 2284, 2285, 5, 82, 0, 0, 2285, 2286, 5, 73, 0, 0, 2286, 2287, 5, 78, 0, 0, 2287, 2288, 5, 67, 0, 0, 2288, 2289, 5, 73, 0, 0, 2289, 2290, 5, 80, 0, 0, 2290, 2291, 5, 65, 0, 0, 2291, 2292, 5, 76, 0, 0, 2292, 2293, 5, 83, 0, 0, 2293, 434, 1, 0, 0, 0, 2294, 2295, 5, 84, 0, 0, 2295, 2296, 5, 82, 0, 0, 2296, 2297, 5, 65, 0, 0, 2297, 2298, 5, 78, 0, 0, 2298, 2299, 5, 83, 0, 0, 2299, 2300, 5, 65, 0, 0, 2300, 2301, 5, 67, 0, 0, 2301, 2302, 5, 84, 0, 0, 2302, 2303, 5, 73, 0, 0, 2303, 2304, 5, 79, 0, 0, 2304, 2305, 5, 78, 0, 0, 2305, 2306, 5, 83, 0, 0, 2306, 436, 1, 0, 0, 0, 2307, 2308, 5, 73, 0, 0, 2308, 2309, 5, 78, 0, 0, 2309, 2310, 5, 68, 0, 0, 2310, 2311, 5, 69, 0, 0, 2311, 2312, 5, 88, 0, 0, 2312, 438, 1, 0, 0, 0, 2313, 2314, 5, 73, 0, 0, 2314, 2315, 5, 78, 0, 0, 2315, 2316, 5, 68, 0, 0, 2316, 2317, 5, 69, 0, 0, 2317, 2318, 5, 88, 0, 0, 2318, 2319, 5, 69, 0, 0, 2319, 2320, 5, 83, 0, 0, 2320, 440, 1, 0, 0, 0, 2321, 2322, 5, 76, 0, 0, 2322, 2323, 5, 79, 0, 0, 2323, 2324, 5, 67, 0, 0, 2324, 2325, 5, 75, 0, 0, 2325, 2326, 5, 83, 0, 0, 2326, 442, 1, 0, 0, 0, 2327, 2328, 5, 79, 0, 0, 2328, 2329, 5, 80, 0, 0, 2329, 2330, 5, 84, 0, 0, 2330, 2331, 5, 73, 0, 0, 2331, 2332, 5, 79, 0, 0, 2332, 2333, 5, 78, 0, 0, 2333, 444, 1, 0, 0, 0, 2334, 2335, 5, 65, 0, 0, 2335, 2336, 5, 78, 0, 0, 2336, 2337, 5, 84, 0, 0, 2337, 2338, 5, 73, 0, 0, 2338, 446, 1, 0, 0, 0, 2339, 2340, 5, 76, 0, 0, 2340, 2341, 5, 79, 0, 0, 2341, 2342, 5, 67, 0, 0, 2342, 2343, 5, 65, 0, 0, 2343, 2344, 5, 76, 0, 0, 2344, 448, 1, 0, 0, 0, 2345, 2346, 5, 73, 0, 0, 2346, 2347, 5, 78, 0, 0, 2347, 2348, 5, 80, 0, 0, 2348, 2349, 5, 65, 0, 0, 2349, 2350, 5, 84, 0, 0, 2350, 2351, 5, 72, 0, 0, 2351, 450, 1, 0, 0, 0, 2352, 2353, 5, 87, 0, 0, 2353, 2354, 5, 65, 0, 0, 2354, 2355, 5, 84, 0, 0, 2355, 2356, 5, 69, 0, 0, 2356, 2357, 5, 82, 0, 0, 2357, 2358, 5, 77, 0, 0, 2358, 2359, 5, 65, 0, 0, 2359, 2360, 5, 82, 0, 0, 2360, 2361, 5, 75, 0, 0, 2361, 452, 1, 0, 0, 0, 2362, 2363, 5, 85, 0, 0, 2363, 2364, 5, 78, 0, 0, 2364, 2365, 5, 78, 0, 0, 2365, 2366, 5, 69, 0, 0, 2366, 2367, 5, 83, 0, 0, 2367, 2368, 5, 84, 0, 0, 2368, 454, 1, 0, 0, 0, 2369, 2370, 5, 77, 0, 0, 2370, 2371, 5, 65, 0, 0, 2371, 2372, 5, 84, 0, 0, 2372, 2373, 5, 67, 0, 0, 2373, 2374, 5, 72, 0, 0, 2374, 456, 1, 0, 0, 0, 2375, 2376, 5, 78, 0, 0, 2376, 2377, 5, 69, 0, 0, 2377, 2378, 5, 88, 0, 0, 2378, 2379, 5, 84, 0, 0, 2379, 458, 1, 0, 0, 0, 2380, 2381, 5, 87, 0, 0, 2381, 2382, 5, 73, 0, 0, 2382, 2383, 5, 84, 0, 0, 2383, 2384, 5, 72, 0, 0, 2384, 2385, 5, 73, 0, 0, 2385, 2386, 5, 78, 0, 0, 2386, 460, 1, 0, 0, 0, 2387, 2388, 5, 87, 0, 0, 2388, 2389, 5, 83, 0, 0, 2389, 462, 1, 0, 0, 0, 2390, 2391, 5, 83, 0, 0, 2391, 2392, 5, 89, 0, 0, 2392, 2393, 5, 83, 0, 0, 2393, 2394, 5, 84, 0, 0, 2394, 2395, 5, 69, 0, 0, 2395, 2396, 5, 77, 0, 0, 2396, 464, 1, 0, 0, 0, 2397, 2398, 5, 73, 0, 0, 2398, 2399, 5, 78, 0, 0, 2399, 2400, 5, 67, 0, 0, 2400, 2401, 5, 76, 0, 0, 2401, 2402, 5, 85, 0, 0, 2402, 2403, 5, 68, 0, 0, 2403, 2404, 5, 73, 0, 0, 2404, 2405, 5, 78, 0, 0, 2405, 2406, 5, 71, 0, 0, 2406, 466, 1, 0, 0, 0, 2407, 2408, 5, 69, 0, 0, 2408, 2409, 5, 88, 0, 0, 2409, 2410, 5, 67, 0, 0, 2410, 2411, 5, 76, 0, 0, 2411, 2412, 5, 85, 0, 0, 2412, 2413, 5, 68, 0, 0, 2413, 2414, 5, 73, 0, 0, 2414, 2415, 5, 78, 0, 0, 2415, 2416, 5, 71, 0, 0, 2416, 468, 1, 0, 0, 0, 2417, 2418, 5, 79, 0, 0, 2418, 2419, 5, 86, 0, 0, 2419, 2420, 5, 69, 0, 0, 2420, 2421, 5, 82, 0, 0, 2421, 2422, 5, 87, 0, 0, 2422, 2423, 5, 82, 0, 0, 2423, 2424, 5, 73, 0, 0, 2424, 2425, 5, 84, 0, 0, 2425, 2426, 5, 73, 0, 0, 2426, 2427, 5, 78, 0, 0, 2427, 2428, 5, 71, 0, 0, 2428, 470, 1, 0, 0, 0, 2429, 2430, 5, 67, 0, 0, 2430, 2431, 5, 79, 0, 0, 2431, 2432, 5, 78, 0, 0, 2432, 2433, 5, 83, 0, 0, 2433, 2434, 5, 84, 0, 0, 2434, 2435, 5, 82, 0, 0, 2435, 2436, 5, 65, 0, 0, 2436, 2437, 5, 73, 0, 0, 2437, 2438, 5, 78, 0, 0, 2438, 2439, 5, 84, 0, 0, 2439, 2440, 5, 83, 0, 0, 2440, 472, 1, 0, 0, 0, 2441, 2442, 5, 71, 0, 0, 2442, 2443, 5, 69, 0, 0, 2443, 2444, 5, 78, 0, 0, 2444, 2445, 5, 69, 0, 0, 2445, 2446, 5, 82, 0, 0, 2446, 2447, 5, 65, 0, 0, 2447, 2448, 5, 84, 0, 0, 2448, 2449, 5, 69, 0, 0, 2449, 2450, 5, 68, 0, 0, 2450, 474, 1, 0, 0, 0, 2451, 2452, 5, 87, 0, 0, 2452, 2453, 5, 65, 0, 0, 2453, 2454, 5, 84, 0, 0, 2454, 2455, 5, 69, 0, 0, 2455, 2456, 5, 82, 0, 0, 2456, 2457, 5, 77, 0, 0, 2457, 2458, 5, 65, 0, 0, 2458, 2459, 5, 82, 0, 0, 2459, 2460, 5, 75, 0, 0, 2460, 2461, 5, 83, 0, 0, 2461, 476, 1, 0, 0, 0, 2462, 2463, 5, 67, 0, 0, 2463, 2464, 5, 65, 0, 0, 2464, 2465, 5, 84, 0, 0, 2465, 2466, 5, 65, 0, 0, 2466, 2467, 5, 76, 0, 0, 2467, 2468, 5, 79, 0, 0, 2468, 2469, 5, 71, 0, 0, 2469, 478, 1, 0, 0, 0, 2470, 2471, 5, 76, 0, 0, 2471, 2472, 5, 65, 0, 0, 2472, 2473, 5, 78, 0, 0, 2473, 2474, 5, 71, 0, 0, 2474, 2475, 5, 85, 0, 0, 2475, 2476, 5, 65, 0, 0, 2476, 2477, 5, 71, 0, 0, 2477, 2478, 5, 69, 0, 0, 2478, 480, 1, 0, 0, 0, 2479, 2480, 5, 74, 0, 0, 2480, 2481, 5, 65, 0, 0, 2481, 2482, 5, 86, 0, 0, 2482, 2483, 5, 65, 0, 0, 2483, 482, 1, 0, 0, 0, 2484, 2485, 5, 83, 0, 0, 2485, 2486, 5, 67, 0, 0, 2486, 2487, 5, 65, 0, 0, 2487, 2488, 5, 76, 0, 0, 2488, 2489, 5, 65, 0, 0, 2489, 484, 1, 0, 0, 0, 2490, 2491, 5, 80, 0, 0, 2491, 2492, 5, 89, 0, 0, 2492, 2493, 5, 84, 0, 0, 2493, 2494, 5, 72, 0, 0, 2494, 2495, 5, 79, 0, 0, 2495, 2496, 5, 78, 0, 0, 2496, 486, 1, 0, 0, 0, 2497, 2498, 5, 74, 0, 0, 2498, 2499, 5, 65, 0, 0, 2499, 2500, 5, 82, 0, 0, 2500, 488, 1, 0, 0, 0, 2501, 2502, 5, 70, 0, 0, 2502, 2503, 5, 73, 0, 0, 2503, 2504, 5, 76, 0, 0, 2504, 2505, 5, 69, 0, 0, 2505, 490, 1, 0, 0, 0, 2506, 2507, 5, 80, 0, 0, 2507, 2508, 5, 89, 0, 0, 2508, 2509, 5, 84, 0, 0, 2509, 2510, 5, 72, 0, 0, 2510, 2511, 5, 79, 0, 0, 2511, 2512, 5, 78, 0, 0, 2512, 2513, 5, 95, 0, 0, 2513, 2514, 5, 70, 0, 0, 2514, 2515, 5, 73, 0, 0, 2515, 2516, 5, 76, 0, 0, 2516, 2517, 5, 69, 0, 0, 2517, 2518, 5, 83, 0, 0, 2518, 492, 1, 0, 0, 0, 2519, 2520, 5, 80, 0, 0, 2520, 2521, 5, 89, 0, 0, 2521, 2522, 5, 84, 0, 0, 2522, 2523, 5, 72, 0, 0, 2523, 2524, 5, 79, 0, 0, 2524, 2525, 5, 78, 0, 0, 2525, 2526, 5, 95, 0, 0, 2526, 2527, 5, 82, 0, 0, 2527, 2528, 5, 69, 0, 0, 2528, 2529, 5, 81, 0, 0, 2529, 2530, 5, 85, 0, 0, 2530, 2531, 5, 73, 0, 0, 2531, 2532, 5, 82, 0, 0, 2532, 2533, 5, 69, 0, 0, 2533, 2534, 5, 77, 0, 0, 2534, 2535, 5, 69, 0, 0, 2535, 2536, 5, 78, 0, 0, 2536, 2537, 5, 84, 0, 0, 2537, 2538, 5, 83, 0, 0, 2538, 494, 1, 0, 0, 0, 2539, 2540, 5, 80, 0, 0, 2540, 2541, 5, 89, 0, 0, 2541, 2542, 5, 84, 0, 0, 2542, 2543, 5, 72, 0, 0, 2543, 2544, 5, 79, 0, 0, 2544, 2545, 5, 78, 0, 0, 2545, 2546, 5, 95, 0, 0, 2546, 2547, 5, 68, 0, 0, 2547, 2548, 5, 69, 0, 0, 2548, 2549, 5, 80, 0, 0, 2549, 2550, 5, 69, 0, 0, 2550, 2551, 5, 78, 0, 0, 2551, 2552, 5, 68, 0, 0, 2552, 2553, 5, 69, 0, 0, 2553, 2554, 5, 78, 0, 0, 2554, 2555, 5, 67, 0, 0, 2555, 2556, 5, 73, 0, 0, 2556, 2557, 5, 69, 0, 0, 2557, 2558, 5, 83, 0, 0, 2558, 496, 1, 0, 0, 0, 2559, 2560, 5, 80, 0, 0, 2560, 2561, 5, 89, 0, 0, 2561, 2562, 5, 84, 0, 0, 2562, 2563, 5, 72, 0, 0, 2563, 2564, 5, 79, 0, 0, 2564, 2565, 5, 78, 0, 0, 2565, 2566, 5, 95, 0, 0, 2566, 2567, 5, 74, 0, 0, 2567, 2568, 5, 65, 0, 0, 2568, 2569, 5, 82, 0, 0, 2569, 498, 1, 0, 0, 0, 2570, 2571, 5, 80, 0, 0, 2571, 2572, 5, 89, 0, 0, 2572, 2573, 5, 84, 0, 0, 2573, 2574, 5, 72, 0, 0, 2574, 2575, 5, 79, 0, 0, 2575, 2576, 5, 78, 0, 0, 2576, 2577, 5, 95, 0, 0, 2577, 2578, 5, 65, 0, 0, 2578, 2579, 5, 82, 0, 0, 2579, 2580, 5, 67, 0, 0, 2580, 2581, 5, 72, 0, 0, 2581, 2582, 5, 73, 0, 0, 2582, 2583, 5, 86, 0, 0, 2583, 2584, 5, 69, 0, 0, 2584, 2585, 5, 83, 0, 0, 2585, 500, 1, 0, 0, 0, 2586, 2587, 5, 80, 0, 0, 2587, 2588, 5, 89, 0, 0, 2588, 2589, 5, 84, 0, 0, 2589, 2590, 5, 72, 0, 0, 2590, 2591, 5, 79, 0, 0, 2591, 2592, 5, 78, 0, 0, 2592, 2593, 5, 95, 0, 0, 2593, 2594, 5, 80, 0, 0, 2594, 2595, 5, 65, 0, 0, 2595, 2596, 5, 82, 0, 0, 2596, 2597, 5, 65, 0, 0, 2597, 2598, 5, 77, 0, 0, 2598, 2599, 5, 69, 0, 0, 2599, 2600, 5, 84, 0, 0, 2600, 2601, 5, 69, 0, 0, 2601, 2602, 5, 82, 0, 0, 2602, 502, 1, 0, 0, 0, 2603, 2604, 5, 69, 0, 0, 2604, 2605, 5, 78, 0, 0, 2605, 2606, 5, 71, 0, 0, 2606, 2607, 5, 73, 0, 0, 2607, 2608, 5, 78, 0, 0, 2608, 2609, 5, 69, 0, 0, 2609, 504, 1, 0, 0, 0, 2610, 2611, 5, 67, 0, 0, 2611, 2612, 5, 65, 0, 0, 2612, 2613, 5, 84, 0, 0, 2613, 2614, 5, 65, 0, 0, 2614, 2615, 5, 76, 0, 0, 2615, 2616, 5, 79, 0, 0, 2616, 2617, 5, 71, 0, 0, 2617, 2618, 5, 83, 0, 0, 2618, 506, 1, 0, 0, 0, 2619, 2620, 5, 86, 0, 0, 2620, 2621, 5, 73, 0, 0, 2621, 2622, 5, 69, 0, 0, 2622, 2623, 5, 87, 0, 0, 2623, 2624, 5, 83, 0, 0, 2624, 508, 1, 0, 0, 0, 2625, 2626, 5, 74, 0, 0, 2626, 2627, 5, 65, 0, 0, 2627, 2628, 5, 82, 0, 0, 2628, 2629, 5, 83, 0, 0, 2629, 510, 1, 0, 0, 0, 2630, 2631, 5, 80, 0, 0, 2631, 2632, 5, 82, 0, 0, 2632, 2633, 5, 73, 0, 0, 2633, 2634, 5, 77, 0, 0, 2634, 2635, 5, 65, 0, 0, 2635, 2636, 5, 82, 0, 0, 2636, 2637, 5, 89, 0, 0, 2637, 512, 1, 0, 0, 0, 2638, 2639, 5, 75, 0, 0, 2639, 2640, 5, 69, 0, 0, 2640, 2641, 5, 89, 0, 0, 2641, 514, 1, 0, 0, 0, 2642, 2643, 5, 80, 0, 0, 2643, 2644, 5, 69, 0, 0, 2644, 2645, 5, 82, 0, 0, 2645, 2646, 5, 73, 0, 0, 2646, 2647, 5, 79, 0, 0, 2647, 2648, 5, 68, 0, 0, 2648, 516, 1, 0, 0, 0, 2649, 2650, 5, 83, 0, 0, 2650, 2651, 5, 89, 0, 0, 2651, 2652, 5, 83, 0, 0, 2652, 2653, 5, 84, 0, 0, 2653, 2654, 5, 69, 0, 0, 2654, 2655, 5, 77, 0, 0, 2655, 2656, 5, 95, 0, 0, 2656, 2657, 5, 84, 0, 0, 2657, 2658, 5, 73, 0, 0, 2658, 2659, 5, 77, 0, 0, 2659, 2660, 5, 69, 0, 0, 2660, 518, 1, 0, 0, 0, 2661, 2662, 5, 69, 0, 0, 2662, 2663, 5, 78, 0, 0, 2663, 2664, 5, 70, 0, 0, 2664, 2665, 5, 79, 0, 0, 2665, 2666, 5, 82, 0, 0, 2666, 2667, 5, 67, 0, 0, 2667, 2668, 5, 69, 0, 0, 2668, 2669, 5, 68, 0, 0, 2669, 520, 1, 0, 0, 0, 2670, 2671, 5, 77, 0, 0, 2671, 2672, 5, 69, 0, 0, 2672, 2673, 5, 84, 0, 0, 2673, 2674, 5, 65, 0, 0, 2674, 2675, 5, 68, 0, 0, 2675, 2676, 5, 65, 0, 0, 2676, 2677, 5, 84, 0, 0, 2677, 2678, 5, 65, 0, 0, 2678, 522, 1, 0, 0, 0, 2679, 2680, 5, 86, 0, 0, 2680, 2681, 5, 73, 0, 0, 2681, 2682, 5, 82, 0, 0, 2682, 2683, 5, 84, 0, 0, 2683, 2684, 5, 85, 0, 0, 2684, 2685, 5, 65, 0, 0, 2685, 2686, 5, 76, 0, 0, 2686, 524, 1, 0, 0, 0, 2687, 2688, 5, 90, 0, 0, 2688, 2689, 5, 79, 0, 0, 2689, 2690, 5, 78, 0, 0, 2690, 2691, 5, 69, 0, 0, 2691, 526, 1, 0, 0, 0, 2692, 2693, 5, 83, 0, 0, 2693, 2694, 5, 84, 0, 0, 2694, 2695, 5, 82, 0, 0, 2695, 2696, 5, 73, 0, 0, 2696, 2697, 5, 78, 0, 0, 2697, 2698, 5, 71, 0, 0, 2698, 528, 1, 0, 0, 0, 2699, 2700, 5, 65, 0, 0, 2700, 2701, 5, 82, 0, 0, 2701, 2702, 5, 82, 0, 0, 2702, 2703, 5, 65, 0, 0, 2703, 2704, 5, 89, 0, 0, 2704, 530, 1, 0, 0, 0, 2705, 2706, 5, 77, 0, 0, 2706, 2707, 5, 65, 0, 0, 2707, 2708, 5, 80, 0, 0, 2708, 532, 1, 0, 0, 0, 2709, 2710, 5, 67, 0, 0, 2710, 2711, 5, 72, 0, 0, 2711, 2712, 5, 65, 0, 0, 2712, 2713, 5, 82, 0, 0, 2713, 534, 1, 0, 0, 0, 2714, 2715, 5, 86, 0, 0, 2715, 2716, 5, 65, 0, 0, 2716, 2717, 5, 82, 0, 0, 2717, 2718, 5, 67, 0, 0, 2718, 2719, 5, 72, 0, 0, 2719, 2720, 5, 65, 0, 0, 2720, 2721, 5, 82, 0, 0, 2721, 536, 1, 0, 0, 0, 2722, 2723, 5, 66, 0, 0, 2723, 2724, 5, 73, 0, 0, 2724, 2725, 5, 78, 0, 0, 2725, 2726, 5, 65, 0, 0, 2726, 2727, 5, 82, 0, 0, 2727, 2728, 5, 89, 0, 0, 2728, 538, 1, 0, 0, 0, 2729, 2730, 5, 86, 0, 0, 2730, 2731, 5, 65, 0, 0, 2731, 2732, 5, 82, 0, 0, 2732, 2733, 5, 66, 0, 0, 2733, 2734, 5, 73, 0, 0, 2734, 2735, 5, 78, 0, 0, 2735, 2736, 5, 65, 0, 0, 2736, 2737, 5, 82, 0, 0, 2737, 2738, 5, 89, 0, 0, 2738, 540, 1, 0, 0, 0, 2739, 2740, 5, 66, 0, 0, 2740, 2741, 5, 89, 0, 0, 2741, 2742, 5, 84, 0, 0, 2742, 2743, 5, 69, 0, 0, 2743, 2744, 5, 83, 0, 0, 2744, 542, 1, 0, 0, 0, 2745, 2746, 5, 68, 0, 0, 2746, 2747, 5, 69, 0, 0, 2747, 2748, 5, 67, 0, 0, 2748, 2749, 5, 73, 0, 0, 2749, 2750, 5, 77, 0, 0, 2750, 2751, 5, 65, 0, 0, 2751, 2752, 5, 76, 0, 0, 2752, 544, 1, 0, 0, 0, 2753, 2754, 5, 68, 0, 0, 2754, 2755, 5, 69, 0, 0, 2755, 2756, 5, 67, 0, 0, 2756, 546, 1, 0, 0, 0, 2757, 2758, 5, 78, 0, 0, 2758, 2759, 5, 85, 0, 0, 2759, 2760, 5, 77, 0, 0, 2760, 2761, 5, 69, 0, 0, 2761, 2762, 5, 82, 0, 0, 2762, 2763, 5, 73, 0, 0, 2763, 2764, 5, 67, 0, 0, 2764, 548, 1, 0, 0, 0, 2765, 2766, 5, 84, 0, 0, 2766, 2767, 5, 73, 0, 0, 2767, 2768, 5, 78, 0, 0, 2768, 2769, 5, 89, 0, 0, 2769, 2770, 5, 73, 0, 0, 2770, 2771, 5, 78, 0, 0, 2771, 2772, 5, 84, 0, 0, 2772, 550, 1, 0, 0, 0, 2773, 2774, 5, 83, 0, 0, 2774, 2775, 5, 77, 0, 0, 2775, 2776, 5, 65, 0, 0, 2776, 2777, 5, 76, 0, 0, 2777, 2778, 5, 76, 0, 0, 2778, 2779, 5, 73, 0, 0, 2779, 2780, 5, 78, 0, 0, 2780, 2781, 5, 84, 0, 0, 2781, 552, 1, 0, 0, 0, 2782, 2783, 5, 73, 0, 0, 2783, 2784, 5, 78, 0, 0, 2784, 2785, 5, 84, 0, 0, 2785, 554, 1, 0, 0, 0, 2786, 2787, 5, 73, 0, 0, 2787, 2788, 5, 78, 0, 0, 2788, 2789, 5, 84, 0, 0, 2789, 2790, 5, 69, 0, 0, 2790, 2791, 5, 71, 0, 0, 2791, 2792, 5, 69, 0, 0, 2792, 2793, 5, 82, 0, 0, 2793, 556, 1, 0, 0, 0, 2794, 2795, 5, 66, 0, 0, 2795, 2796, 5, 73, 0, 0, 2796, 2797, 5, 71, 0, 0, 2797, 2798, 5, 73, 0, 0, 2798, 2799, 5, 78, 0, 0, 2799, 2800, 5, 84, 0, 0, 2800, 558, 1, 0, 0, 0, 2801, 2802, 5, 70, 0, 0, 2802, 2803, 5, 76, 0, 0, 2803, 2804, 5, 79, 0, 0, 2804, 2805, 5, 65, 0, 0, 2805, 2806, 5, 84, 0, 0, 2806, 560, 1, 0, 0, 0, 2807, 2808, 5, 68, 0, 0, 2808, 2809, 5, 79, 0, 0, 2809, 2810, 5, 85, 0, 0, 2810, 2811, 5, 66, 0, 0, 2811, 2812, 5, 76, 0, 0, 2812, 2813, 5, 69, 0, 0, 2813, 562, 1, 0, 0, 0, 2814, 2815, 5, 68, 0, 0, 2815, 2816, 5, 65, 0, 0, 2816, 2817, 5, 84, 0, 0, 2817, 2818, 5, 69, 0, 0, 2818, 564, 1, 0, 0, 0, 2819, 2820, 5, 84, 0, 0, 2820, 2821, 5, 73, 0, 0, 2821, 2822, 5, 77, 0, 0, 2822, 2823, 5, 69, 0, 0, 2823, 566, 1, 0, 0, 0, 2824, 2825, 5, 84, 0, 0, 2825, 2826, 5, 73, 0, 0, 2826, 2827, 5, 77, 0, 0, 2827, 2828, 5, 69, 0, 0, 2828, 2829, 5, 83, 0, 0, 2829, 2830, 5, 84, 0, 0, 2830, 2831, 5, 65, 0, 0, 2831, 2832, 5, 77, 0, 0, 2832, 2833, 5, 80, 0, 0, 2833, 568, 1, 0, 0, 0, 2834, 2835, 5, 84, 0, 0, 2835, 2836, 5, 73, 0, 0, 2836, 2837, 5, 77, 0, 0, 2837, 2838, 5, 69, 0, 0, 2838, 2839, 5, 83, 0, 0, 2839, 2840, 5, 84, 0, 0, 2840, 2841, 5, 65, 0, 0, 2841, 2842, 5, 77, 0, 0, 2842, 2843, 5, 80, 0, 0, 2843, 2844, 5, 95, 0, 0, 2844, 2845, 5, 76, 0, 0, 2845, 2846, 5, 84, 0, 0, 2846, 2847, 5, 90, 0, 0, 2847, 570, 1, 0, 0, 0, 2848, 2849, 5, 77, 0, 0, 2849, 2850, 5, 85, 0, 0, 2850, 2851, 5, 76, 0, 0, 2851, 2852, 5, 84, 0, 0, 2852, 2853, 5, 73, 0, 0, 2853, 2854, 5, 83, 0, 0, 2854, 2855, 5, 69, 0, 0, 2855, 2856, 5, 84, 0, 0, 2856, 572, 1, 0, 0, 0, 2857, 2858, 5, 66, 0, 0, 2858, 2859, 5, 79, 0, 0, 2859, 2860, 5, 79, 0, 0, 2860, 2861, 5, 76, 0, 0, 2861, 2862, 5, 69, 0, 0, 2862, 2863, 5, 65, 0, 0, 2863, 2864, 5, 78, 0, 0, 2864, 574, 1, 0, 0, 0, 2865, 2866, 5, 82, 0, 0, 2866, 2867, 5, 65, 0, 0, 2867, 2868, 5, 87, 0, 0, 2868, 576, 1, 0, 0, 0, 2869, 2870, 5, 82, 0, 0, 2870, 2871, 5, 79, 0, 0, 2871, 2872, 5, 87, 0, 0, 2872, 578, 1, 0, 0, 0, 2873, 2874, 5, 78, 0, 0, 2874, 2875, 5, 85, 0, 0, 2875, 2876, 5, 76, 0, 0, 2876, 2877, 5, 76, 0, 0, 2877, 580, 1, 0, 0, 0, 2878, 2879, 5, 68, 0, 0, 2879, 2880, 5, 65, 0, 0, 2880, 2881, 5, 84, 0, 0, 2881, 2882, 5, 69, 0, 0, 2882, 2883, 5, 84, 0, 0, 2883, 2884, 5, 73, 0, 0, 2884, 2885, 5, 77, 0, 0, 2885, 2886, 5, 69, 0, 0, 2886, 582, 1, 0, 0, 0, 2887, 2888, 5, 61, 0, 0, 2888, 584, 1, 0, 0, 0, 2889, 2890, 5, 62, 0, 0, 2890, 586, 1, 0, 0, 0, 2891, 2892, 5, 60, 0, 0, 2892, 588, 1, 0, 0, 0, 2893, 2894, 5, 33, 0, 0, 2894, 590, 1, 0, 0, 0, 2895, 2896, 5, 126, 0, 0, 2896, 592, 1, 0, 0, 0, 2897, 2898, 5, 124, 0, 0, 2898, 594, 1, 0, 0, 0, 2899, 2900, 5, 38, 0, 0, 2900, 596, 1, 0, 0, 0, 2901, 2902, 5, 94, 0, 0, 2902, 598, 1, 0, 0, 0, 2903, 2904, 5, 46, 0, 0, 2904, 600, 1, 0, 0, 0, 2905, 2906, 5, 91, 0, 0, 2906, 602, 1, 0, 0, 0, 2907, 2908, 5, 93, 0, 0, 2908, 604, 1, 0, 0, 0, 2909, 2910, 5, 40, 0, 0, 2910, 606, 1, 0, 0, 0, 2911, 2912, 5, 41, 0, 0, 2912, 608, 1, 0, 0, 0, 2913, 2914, 5, 44, 0, 0, 2914, 610, 1, 0, 0, 0, 2915, 2916, 5, 59, 0, 0, 2916, 612, 1, 0, 0, 0, 2917, 2918, 5, 64, 0, 0, 2918, 614, 1, 0, 0, 0, 2919, 2920, 5, 39, 0, 0, 2920, 616, 1, 0, 0, 0, 2921, 2922, 5, 34, 0, 0, 2922, 618, 1, 0, 0, 0, 2923, 2924, 5, 96, 0, 0, 2924, 620, 1, 0, 0, 0, 2925, 2926, 5, 58, 0, 0, 2926, 622, 1, 0, 0, 0, 2927, 2928, 5, 42, 0, 0, 2928, 624, 1, 0, 0, 0, 2929, 2930, 5, 95, 0, 0, 2930, 626, 1, 0, 0, 0, 2931, 2932, 5, 45, 0, 0, 2932, 628, 1, 0, 0, 0, 2933, 2934, 5, 43, 0, 0, 2934, 630, 1, 0, 0, 0, 2935, 2936, 5, 37, 0, 0, 2936, 632, 1, 0, 0, 0, 2937, 2938, 5, 124, 0, 0, 2938, 2939, 5, 124, 0, 0, 2939, 634, 1, 0, 0, 0, 2940, 2941, 5, 45, 0, 0, 2941, 2942, 5, 45, 0, 0, 2942, 636, 1, 0, 0, 0, 2943, 2944, 5, 47, 0, 0, 2944, 638, 1, 0, 0, 0, 2945, 2946, 5, 46, 0, 0, 2946, 2947, 3, 663, 331, 0, 2947, 640, 1, 0, 0, 0, 2948, 2949, 7, 2, 0, 0, 2949, 2950, 3, 653, 326, 0, 2950, 642, 1, 0, 0, 0, 2951, 2955, 3, 671, 335, 0, 2952, 2955, 3, 673, 336, 0, 2953, 2955, 3, 677, 338, 0, 2954, 2951, 1, 0, 0, 0, 2954, 2952, 1, 0, 0, 0, 2954, 2953, 1, 0, 0, 0, 2955, 644, 1, 0, 0, 0, 2956, 2958, 3, 667, 333, 0, 2957, 2956, 1, 0, 0, 0, 2958, 2959, 1, 0, 0, 0, 2959, 2957, 1, 0, 0, 0, 2959, 2960, 1, 0, 0, 0, 2960, 646, 1, 0, 0, 0, 2961, 2963, 3, 667, 333, 0, 2962, 2961, 1, 0, 0, 0, 2963, 2964, 1, 0, 0, 0, 2964, 2962, 1, 0, 0, 0, 2964, 2965, 1, 0, 0, 0, 2965, 2967, 1, 0, 0, 0, 2966, 2962, 1, 0, 0, 0, 2966, 2967, 1, 0, 0, 0, 2967, 2968, 1, 0, 0, 0, 2968, 2970, 5, 46, 0, 0, 2969, 2971, 3, 667, 333, 0, 2970, 2969, 1, 0, 0, 0, 2971, 2972, 1, 0, 0, 0, 2972, 2970, 1, 0, 0, 0, 2972, 2973, 1, 0, 0, 0, 2973, 3005, 1, 0, 0, 0, 2974, 2976, 3, 667, 333, 0, 2975, 2974, 1, 0, 0, 0, 2976, 2977, 1, 0, 0, 0, 2977, 2975, 1, 0, 0, 0, 2977, 2978, 1, 0, 0, 0, 2978, 2979, 1, 0, 0, 0, 2979, 2980, 5, 46, 0, 0, 2980, 2981, 3, 661, 330, 0, 2981, 3005, 1, 0, 0, 0, 2982, 2984, 3, 667, 333, 0, 2983, 2982, 1, 0, 0, 0, 2984, 2985, 1, 0, 0, 0, 2985, 2983, 1, 0, 0, 0, 2985, 2986, 1, 0, 0, 0, 2986, 2988, 1, 0, 0, 0, 2987, 2983, 1, 0, 0, 0, 2987, 2988, 1, 0, 0, 0, 2988, 2989, 1, 0, 0, 0, 2989, 2991, 5, 46, 0, 0, 2990, 2992, 3, 667, 333, 0, 2991, 2990, 1, 0, 0, 0, 2992, 2993, 1, 0, 0, 0, 2993, 2991, 1, 0, 0, 0, 2993, 2994, 1, 0, 0, 0, 2994, 2995, 1, 0, 0, 0, 2995, 2996, 3, 661, 330, 0, 2996, 3005, 1, 0, 0, 0, 2997, 2999, 3, 667, 333, 0, 2998, 2997, 1, 0, 0, 0, 2999, 3000, 1, 0, 0, 0, 3000, 2998, 1, 0, 0, 0, 3000, 3001, 1, 0, 0, 0, 3001, 3002, 1, 0, 0, 0, 3002, 3003, 3, 661, 330, 0, 3003, 3005, 1, 0, 0, 0, 3004, 2966, 1, 0, 0, 0, 3004, 2975, 1, 0, 0, 0, 3004, 2987, 1, 0, 0, 0, 3004, 2998, 1, 0, 0, 0, 3005, 648, 1, 0, 0, 0, 3006, 3007, 3, 675, 337, 0, 3007, 650, 1, 0, 0, 0, 3008, 3009, 3, 663, 331, 0, 3009, 652, 1, 0, 0, 0, 3010, 3011, 3, 665, 332, 0, 3011, 654, 1, 0, 0, 0, 3012, 3013, 3, 657, 328, 0, 3013, 656, 1, 0, 0, 0, 3014, 3018, 7, 3, 0, 0, 3015, 3017, 8, 4, 0, 0, 3016, 3015, 1, 0, 0, 0, 3017, 3020, 1, 0, 0, 0, 3018, 3016, 1, 0, 0, 0, 3018, 3019, 1, 0, 0, 0, 3019, 3022, 1, 0, 0, 0, 3020, 3018, 1, 0, 0, 0, 3021, 3014, 1, 0, 0, 0, 3022, 3023, 1, 0, 0, 0, 3023, 3021, 1, 0, 0, 0, 3023, 3024, 1, 0, 0, 0, 3024, 658, 1, 0, 0, 0, 3025, 3033, 5, 96, 0, 0, 3026, 3027, 5, 92, 0, 0, 3027, 3032, 9, 0, 0, 0, 3028, 3029, 5, 96, 0, 0, 3029, 3032, 5, 96, 0, 0, 3030, 3032, 8, 5, 0, 0, 3031, 3026, 1, 0, 0, 0, 3031, 3028, 1, 0, 0, 0, 3031, 3030, 1, 0, 0, 0, 3032, 3035, 1, 0, 0, 0, 3033, 3031, 1, 0, 0, 0, 3033, 3034, 1, 0, 0, 0, 3034, 3036, 1, 0, 0, 0, 3035, 3033, 1, 0, 0, 0, 3036, 3037, 5, 96, 0, 0, 3037, 660, 1, 0, 0, 0, 3038, 3040, 5, 69, 0, 0, 3039, 3041, 7, 6, 0, 0, 3040, 3039, 1, 0, 0, 0, 3040, 3041, 1, 0, 0, 0, 3041, 3043, 1, 0, 0, 0, 3042, 3044, 3, 667, 333, 0, 3043, 3042, 1, 0, 0, 0, 3044, 3045, 1, 0, 0, 0, 3045, 3043, 1, 0, 0, 0, 3045, 3046, 1, 0, 0, 0, 3046, 662, 1, 0, 0, 0, 3047, 3049, 7, 7, 0, 0, 3048, 3047, 1, 0, 0, 0, 3049, 3052, 1, 0, 0, 0, 3050, 3051, 1, 0, 0, 0, 3050, 3048, 1, 0, 0, 0, 3051, 3054, 1, 0, 0, 0, 3052, 3050, 1, 0, 0, 0, 3053, 3055, 7, 8, 0, 0, 3054, 3053, 1, 0, 0, 0, 3055, 3056, 1, 0, 0, 0, 3056, 3057, 1, 0, 0, 0, 3056, 3054, 1, 0, 0, 0, 3057, 3061, 1, 0, 0, 0, 3058, 3060, 7, 7, 0, 0, 3059, 3058, 1, 0, 0, 0, 3060, 3063, 1, 0, 0, 0, 3061, 3059, 1, 0, 0, 0, 3061, 3062, 1, 0, 0, 0, 3062, 664, 1, 0, 0, 0, 3063, 3061, 1, 0, 0, 0, 3064, 3066, 7, 9, 0, 0, 3065, 3064, 1, 0, 0, 0, 3066, 3069, 1, 0, 0, 0, 3067, 3068, 1, 0, 0, 0, 3067, 3065, 1, 0, 0, 0, 3068, 3071, 1, 0, 0, 0, 3069, 3067, 1, 0, 0, 0, 3070, 3072, 7, 10, 0, 0, 3071, 3070, 1, 0, 0, 0, 3072, 3073, 1, 0, 0, 0, 3073, 3074, 1, 0, 0, 0, 3073, 3071, 1, 0, 0, 0, 3074, 3078, 1, 0, 0, 0, 3075, 3077, 7, 9, 0, 0, 3076, 3075, 1, 0, 0, 0, 3077, 3080, 1, 0, 0, 0, 3078, 3076, 1, 0, 0, 0, 3078, 3079, 1, 0, 0, 0, 3079, 666, 1, 0, 0, 0, 3080, 3078, 1, 0, 0, 0, 3081, 3082, 7, 11, 0, 0, 3082, 668, 1, 0, 0, 0, 3083, 3084, 7, 12, 0, 0, 3084, 670, 1, 0, 0, 0, 3085, 3093, 5, 34, 0, 0, 3086, 3087, 5, 92, 0, 0, 3087, 3092, 9, 0, 0, 0, 3088, 3089, 5, 34, 0, 0, 3089, 3092, 5, 34, 0, 0, 3090, 3092, 8, 13, 0, 0, 3091, 3086, 1, 0, 0, 0, 3091, 3088, 1, 0, 0, 0, 3091, 3090, 1, 0, 0, 0, 3092, 3095, 1, 0, 0, 0, 3093, 3091, 1, 0, 0, 0, 3093, 3094, 1, 0, 0, 0, 3094, 3096, 1, 0, 0, 0, 3095, 3093, 1, 0, 0, 0, 3096, 3097, 5, 34, 0, 0, 3097, 672, 1, 0, 0, 0, 3098, 3106, 5, 39, 0, 0, 3099, 3100, 5, 92, 0, 0, 3100, 3105, 9, 0, 0, 0, 3101, 3102, 5, 39, 0, 0, 3102, 3105, 5, 39, 0, 0, 3103, 3105, 8, 14, 0, 0, 3104, 3099, 1, 0, 0, 0, 3104, 3101, 1, 0, 0, 0, 3104, 3103, 1, 0, 0, 0, 3105, 3108, 1, 0, 0, 0, 3106, 3104, 1, 0, 0, 0, 3106, 3107, 1, 0, 0, 0, 3107, 3109, 1, 0, 0, 0, 3108, 3106, 1, 0, 0, 0, 3109, 3110, 5, 39, 0, 0, 3110, 674, 1, 0, 0, 0, 3111, 3112, 5, 66, 0, 0, 3112, 3114, 5, 39, 0, 0, 3113, 3115, 7, 15, 0, 0, 3114, 3113, 1, 0, 0, 0, 3115, 3116, 1, 0, 0, 0, 3116, 3114, 1, 0, 0, 0, 3116, 3117, 1, 0, 0, 0, 3117, 3118, 1, 0, 0, 0, 3118, 3119, 5, 39, 0, 0, 3119, 676, 1, 0, 0, 0, 3120, 3128, 5, 96, 0, 0, 3121, 3122, 5, 92, 0, 0, 3122, 3127, 9, 0, 0, 0, 3123, 3124, 5, 96, 0, 0, 3124, 3127, 5, 96, 0, 0, 3125, 3127, 8, 5, 0, 0, 3126, 3121, 1, 0, 0, 0, 3126, 3123, 1, 0, 0, 0, 3126, 3125, 1, 0, 0, 0, 3127, 3130, 1, 0, 0, 0, 3128, 3126, 1, 0, 0, 0, 3128, 3129, 1, 0, 0, 0, 3129, 3131, 1, 0, 0, 0, 3130, 3128, 1, 0, 0, 0, 3131, 3132, 5, 96, 0, 0, 3132, 678, 1, 0, 0, 0, 40, 0, 682, 692, 703, 708, 712, 716, 722, 726, 728, 2954, 2959, 2964, 2966, 2972, 2977, 2985, 2987, 2993, 3000, 3004, 3018, 3023, 3031, 3033, 3040, 3045, 3050, 3056, 3061, 3067, 3073, 3078, 3091, 3093, 3104, 3106, 3116, 3126, 3128, 1, 0, 1, 0] \ No newline at end of file diff --git a/src/lib/flinksql/FlinkSqlLexer.tokens b/src/lib/flinksql/FlinkSqlLexer.tokens index 92f628a..eafa92c 100644 --- a/src/lib/flinksql/FlinkSqlLexer.tokens +++ b/src/lib/flinksql/FlinkSqlLexer.tokens @@ -68,262 +68,264 @@ FIRST=67 AFTER=68 LAST=69 WITH=70 -VALUES=71 -CREATE=72 -TABLE=73 -DIRECTORY=74 -VIEW=75 -REPLACE=76 -EXECUTE=77 -STATEMENT=78 -INSERT=79 -DELETE=80 -REMOVE=81 -INTO=82 -DESCRIBE=83 -EXPLAIN=84 -PLAN=85 -CHANGELOG_MODE=86 -JSON_EXECUTION_PLAN=87 -ESTIMATED_COST=88 -FORMAT=89 -LOGICAL=90 -CODEGEN=91 -COST=92 -CAST=93 -SHOW=94 -TABLES=95 -COLUMNS=96 -COLUMN=97 -USE=98 -MODULE=99 -MODULES=100 -PARTITIONS=101 -FUNCTIONS=102 -DROP=103 -UNION=104 -EXCEPT=105 -SETMINUS=106 -INTERSECT=107 -TO=108 -TABLESAMPLE=109 -STRATIFY=110 -ALTER=111 -RENAME=112 -STRUCT=113 -COMMENT=114 -SET=115 -RESET=116 -DATA=117 -START=118 -TRANSACTION=119 -COMMIT=120 -ROLLBACK=121 -MACRO=122 -IGNORE=123 -BOTH=124 -LEADING=125 -TRAILING=126 -IF=127 -POSITION=128 -EXTRACT=129 -MINUS=130 -DIV=131 -PERCENTLIT=132 -BUCKET=133 -OUT=134 -OF=135 -SORT=136 -CLUSTER=137 -DISTRIBUTE=138 -OVERWRITE=139 -TRANSFORM=140 -REDUCE=141 -USING=142 -SERDE=143 -SERDEPROPERTIES=144 -RECORDREADER=145 -RECORDWRITER=146 -DELIMITED=147 -FIELDS=148 -TERMINATED=149 -COLLECTION=150 -ITEMS=151 -KEYS=152 -ESCAPED=153 -LINES=154 -SEPARATED=155 -FUNCTION=156 -EXTENDED=157 -REFRESH=158 -CLEAR=159 -CACHE=160 -UNCACHE=161 -LAZY=162 -FORMATTED=163 -GLOBAL=164 -TEMPORARY=165 -OPTIONS=166 -UNSET=167 -TBLPROPERTIES=168 -DBPROPERTIES=169 -BUCKETS=170 -SKEWED=171 -STORED=172 -DIRECTORIES=173 -LOCATION=174 -EXCHANGE=175 -ARCHIVE=176 -UNARCHIVE=177 -FILEFORMAT=178 -TOUCH=179 -COMPACT=180 -CONCATENATE=181 -CHANGE=182 -CASCADE=183 -CONSTRAINT=184 -RESTRICT=185 -CLUSTERED=186 -SORTED=187 -PURGE=188 -INPUTFORMAT=189 -OUTPUTFORMAT=190 -DATABASE=191 -DATABASES=192 -DFS=193 -TRUNCATE=194 -ANALYZE=195 -COMPUTE=196 -LIST=197 -STATISTICS=198 -PARTITIONED=199 -EXTERNAL=200 -DEFINED=201 -REVOKE=202 -GRANT=203 -LOCK=204 -UNLOCK=205 -MSCK=206 -REPAIR=207 -RECOVER=208 -EXPORT=209 -IMPORT=210 -LOAD=211 -UNLOAD=212 -ROLE=213 -ROLES=214 -COMPACTIONS=215 -PRINCIPALS=216 -TRANSACTIONS=217 -INDEX=218 -INDEXES=219 -LOCKS=220 -OPTION=221 -ANTI=222 -LOCAL=223 -INPATH=224 -WATERMARK=225 -UNNEST=226 -MATCH=227 -NEXT=228 -WITHIN=229 -WS=230 -SYSTEM=231 -INCLUDING=232 -EXCLUDING=233 -OVERWRITING=234 -CONSTRAINTS=235 -GENERATED=236 -WATERMARKS=237 -CATALOG=238 -LANGUAGE=239 -JAVA=240 -SCALA=241 -PYTHON=242 -JAR=243 -FILE=244 -PYTHON_FILES=245 -PYTHON_REQUIREMENTS=246 -PYTHON_DEPENDENCIES=247 -PYTHON_JAR=248 -PYTHON_ARCHIVES=249 -PYTHON_PARAMETER=250 -ENGINE=251 -CATALOGS=252 -VIEWS=253 -JARS=254 -PRIMARY=255 -KEY=256 -PERIOD=257 -SYSTEM_TIME=258 -ENFORCED=259 -METADATA=260 -VIRTUAL=261 -STRING=262 -ARRAY=263 -MAP=264 -CHAR=265 -VARCHAR=266 -BINARY=267 -VARBINARY=268 -BYTES=269 -DECIMAL=270 -DEC=271 -NUMERIC=272 -TINYINT=273 -SMALLINT=274 -INT=275 -INTEGER=276 -BIGINT=277 -FLOAT=278 -DOUBLE=279 -DATE=280 -TIME=281 -TIMESTAMP=282 -TIMESTAMP_LTZ=283 -MULTISET=284 -BOOLEAN=285 -RAW=286 -ROW=287 -NULL=288 -DATETIME=289 -EQUAL_SYMBOL=290 -GREATER_SYMBOL=291 -LESS_SYMBOL=292 -EXCLAMATION_SYMBOL=293 -BIT_NOT_OP=294 -BIT_OR_OP=295 -BIT_AND_OP=296 -BIT_XOR_OP=297 -DOT=298 -LS_BRACKET=299 -RS_BRACKET=300 -LR_BRACKET=301 -RR_BRACKET=302 -COMMA=303 -SEMICOLON=304 -AT_SIGN=305 -SINGLE_QUOTE_SYMB=306 -DOUBLE_QUOTE_SYMB=307 -REVERSE_QUOTE_SYMB=308 -COLON_SYMB=309 -ASTERISK_SIGN=310 -UNDERLINE_SIGN=311 -HYPNEN_SIGN=312 -ADD_SIGN=313 -PENCENT_SIGN=314 -DOUBLE_VERTICAL_SIGN=315 -DOUBLE_HYPNEN_SIGN=316 -SLASH_SIGN=317 -DOT_ID=318 -PLUS_DOT_ID=319 -STRING_LITERAL=320 -DIG_LITERAL=321 -REAL_LITERAL=322 -BIT_STRING=323 -ID_LITERAL=324 -PLUS_ID_LITERAL=325 -FILE_PATH=326 +WITHOUT=71 +VALUES=72 +CREATE=73 +TABLE=74 +DIRECTORY=75 +VIEW=76 +REPLACE=77 +EXECUTE=78 +STATEMENT=79 +INSERT=80 +DELETE=81 +REMOVE=82 +INTO=83 +DESCRIBE=84 +EXPLAIN=85 +PLAN=86 +CHANGELOG_MODE=87 +JSON_EXECUTION_PLAN=88 +ESTIMATED_COST=89 +FORMAT=90 +LOGICAL=91 +CODEGEN=92 +COST=93 +CAST=94 +SHOW=95 +TABLES=96 +COLUMNS=97 +COLUMN=98 +USE=99 +MODULE=100 +MODULES=101 +PARTITIONS=102 +FUNCTIONS=103 +DROP=104 +UNION=105 +EXCEPT=106 +SETMINUS=107 +INTERSECT=108 +TO=109 +TABLESAMPLE=110 +STRATIFY=111 +ALTER=112 +RENAME=113 +STRUCT=114 +COMMENT=115 +SET=116 +RESET=117 +DATA=118 +START=119 +TRANSACTION=120 +COMMIT=121 +ROLLBACK=122 +MACRO=123 +IGNORE=124 +BOTH=125 +LEADING=126 +TRAILING=127 +IF=128 +POSITION=129 +EXTRACT=130 +MINUS=131 +DIV=132 +PERCENTLIT=133 +BUCKET=134 +OUT=135 +OF=136 +SORT=137 +CLUSTER=138 +DISTRIBUTE=139 +OVERWRITE=140 +TRANSFORM=141 +REDUCE=142 +USING=143 +SERDE=144 +SERDEPROPERTIES=145 +RECORDREADER=146 +RECORDWRITER=147 +DELIMITED=148 +FIELDS=149 +TERMINATED=150 +COLLECTION=151 +ITEMS=152 +KEYS=153 +ESCAPED=154 +LINES=155 +SEPARATED=156 +FUNCTION=157 +EXTENDED=158 +REFRESH=159 +CLEAR=160 +CACHE=161 +UNCACHE=162 +LAZY=163 +FORMATTED=164 +GLOBAL=165 +TEMPORARY=166 +OPTIONS=167 +UNSET=168 +TBLPROPERTIES=169 +DBPROPERTIES=170 +BUCKETS=171 +SKEWED=172 +STORED=173 +DIRECTORIES=174 +LOCATION=175 +EXCHANGE=176 +ARCHIVE=177 +UNARCHIVE=178 +FILEFORMAT=179 +TOUCH=180 +COMPACT=181 +CONCATENATE=182 +CHANGE=183 +CASCADE=184 +CONSTRAINT=185 +RESTRICT=186 +CLUSTERED=187 +SORTED=188 +PURGE=189 +INPUTFORMAT=190 +OUTPUTFORMAT=191 +DATABASE=192 +DATABASES=193 +DFS=194 +TRUNCATE=195 +ANALYZE=196 +COMPUTE=197 +LIST=198 +STATISTICS=199 +PARTITIONED=200 +EXTERNAL=201 +DEFINED=202 +REVOKE=203 +GRANT=204 +LOCK=205 +UNLOCK=206 +MSCK=207 +REPAIR=208 +RECOVER=209 +EXPORT=210 +IMPORT=211 +LOAD=212 +UNLOAD=213 +ROLE=214 +ROLES=215 +COMPACTIONS=216 +PRINCIPALS=217 +TRANSACTIONS=218 +INDEX=219 +INDEXES=220 +LOCKS=221 +OPTION=222 +ANTI=223 +LOCAL=224 +INPATH=225 +WATERMARK=226 +UNNEST=227 +MATCH=228 +NEXT=229 +WITHIN=230 +WS=231 +SYSTEM=232 +INCLUDING=233 +EXCLUDING=234 +OVERWRITING=235 +CONSTRAINTS=236 +GENERATED=237 +WATERMARKS=238 +CATALOG=239 +LANGUAGE=240 +JAVA=241 +SCALA=242 +PYTHON=243 +JAR=244 +FILE=245 +PYTHON_FILES=246 +PYTHON_REQUIREMENTS=247 +PYTHON_DEPENDENCIES=248 +PYTHON_JAR=249 +PYTHON_ARCHIVES=250 +PYTHON_PARAMETER=251 +ENGINE=252 +CATALOGS=253 +VIEWS=254 +JARS=255 +PRIMARY=256 +KEY=257 +PERIOD=258 +SYSTEM_TIME=259 +ENFORCED=260 +METADATA=261 +VIRTUAL=262 +ZONE=263 +STRING=264 +ARRAY=265 +MAP=266 +CHAR=267 +VARCHAR=268 +BINARY=269 +VARBINARY=270 +BYTES=271 +DECIMAL=272 +DEC=273 +NUMERIC=274 +TINYINT=275 +SMALLINT=276 +INT=277 +INTEGER=278 +BIGINT=279 +FLOAT=280 +DOUBLE=281 +DATE=282 +TIME=283 +TIMESTAMP=284 +TIMESTAMP_LTZ=285 +MULTISET=286 +BOOLEAN=287 +RAW=288 +ROW=289 +NULL=290 +DATETIME=291 +EQUAL_SYMBOL=292 +GREATER_SYMBOL=293 +LESS_SYMBOL=294 +EXCLAMATION_SYMBOL=295 +BIT_NOT_OP=296 +BIT_OR_OP=297 +BIT_AND_OP=298 +BIT_XOR_OP=299 +DOT=300 +LS_BRACKET=301 +RS_BRACKET=302 +LR_BRACKET=303 +RR_BRACKET=304 +COMMA=305 +SEMICOLON=306 +AT_SIGN=307 +SINGLE_QUOTE_SYMB=308 +DOUBLE_QUOTE_SYMB=309 +REVERSE_QUOTE_SYMB=310 +COLON_SYMB=311 +ASTERISK_SIGN=312 +UNDERLINE_SIGN=313 +HYPNEN_SIGN=314 +ADD_SIGN=315 +PENCENT_SIGN=316 +DOUBLE_VERTICAL_SIGN=317 +DOUBLE_HYPNEN_SIGN=318 +SLASH_SIGN=319 +DOT_ID=320 +PLUS_DOT_ID=321 +STRING_LITERAL=322 +DIG_LITERAL=323 +REAL_LITERAL=324 +BIT_STRING=325 +ID_LITERAL=326 +PLUS_ID_LITERAL=327 +FILE_PATH=328 'SELECT'=4 'FROM'=5 'ADD'=6 @@ -391,250 +393,252 @@ FILE_PATH=326 'AFTER'=68 'LAST'=69 'WITH'=70 -'VALUES'=71 -'CREATE'=72 -'TABLE'=73 -'DIRECTORY'=74 -'VIEW'=75 -'REPLACE'=76 -'EXECUTE'=77 -'STATEMENT'=78 -'INSERT'=79 -'DELETE'=80 -'REMOVE'=81 -'INTO'=82 -'DESCRIBE'=83 -'EXPLAIN'=84 -'PLAN'=85 -'CHANGELOG_MODE'=86 -'JSON_EXECUTION_PLAN'=87 -'ESTIMATED_COST'=88 -'FORMAT'=89 -'LOGICAL'=90 -'CODEGEN'=91 -'COST'=92 -'CAST'=93 -'SHOW'=94 -'TABLES'=95 -'COLUMNS'=96 -'COLUMN'=97 -'USE'=98 -'MODULE'=99 -'MODULES'=100 -'PARTITIONS'=101 -'FUNCTIONS'=102 -'DROP'=103 -'UNION'=104 -'EXCEPT'=105 -'SETMINUS'=106 -'INTERSECT'=107 -'TO'=108 -'TABLESAMPLE'=109 -'STRATIFY'=110 -'ALTER'=111 -'RENAME'=112 -'STRUCT'=113 -'COMMENT'=114 -'SET'=115 -'RESET'=116 -'DATA'=117 -'START'=118 -'TRANSACTION'=119 -'COMMIT'=120 -'ROLLBACK'=121 -'MACRO'=122 -'IGNORE'=123 -'BOTH'=124 -'LEADING'=125 -'TRAILING'=126 -'IF'=127 -'POSITION'=128 -'EXTRACT'=129 -'MINUS'=130 -'DIV'=131 -'PERCENTLIT'=132 -'BUCKET'=133 -'OUT'=134 -'OF'=135 -'SORT'=136 -'CLUSTER'=137 -'DISTRIBUTE'=138 -'OVERWRITE'=139 -'TRANSFORM'=140 -'REDUCE'=141 -'USING'=142 -'SERDE'=143 -'SERDEPROPERTIES'=144 -'RECORDREADER'=145 -'RECORDWRITER'=146 -'DELIMITED'=147 -'FIELDS'=148 -'TERMINATED'=149 -'COLLECTION'=150 -'ITEMS'=151 -'KEYS'=152 -'ESCAPED'=153 -'LINES'=154 -'SEPARATED'=155 -'FUNCTION'=156 -'EXTENDED'=157 -'REFRESH'=158 -'CLEAR'=159 -'CACHE'=160 -'UNCACHE'=161 -'LAZY'=162 -'FORMATTED'=163 -'GLOBAL'=164 -'TEMPORARY'=165 -'OPTIONS'=166 -'UNSET'=167 -'TBLPROPERTIES'=168 -'DBPROPERTIES'=169 -'BUCKETS'=170 -'SKEWED'=171 -'STORED'=172 -'DIRECTORIES'=173 -'LOCATION'=174 -'EXCHANGE'=175 -'ARCHIVE'=176 -'UNARCHIVE'=177 -'FILEFORMAT'=178 -'TOUCH'=179 -'COMPACT'=180 -'CONCATENATE'=181 -'CHANGE'=182 -'CASCADE'=183 -'CONSTRAINT'=184 -'RESTRICT'=185 -'CLUSTERED'=186 -'SORTED'=187 -'PURGE'=188 -'INPUTFORMAT'=189 -'OUTPUTFORMAT'=190 -'DATABASE'=191 -'DATABASES'=192 -'DFS'=193 -'TRUNCATE'=194 -'ANALYZE'=195 -'COMPUTE'=196 -'LIST'=197 -'STATISTICS'=198 -'PARTITIONED'=199 -'EXTERNAL'=200 -'DEFINED'=201 -'REVOKE'=202 -'GRANT'=203 -'LOCK'=204 -'UNLOCK'=205 -'MSCK'=206 -'REPAIR'=207 -'RECOVER'=208 -'EXPORT'=209 -'IMPORT'=210 -'LOAD'=211 -'UNLOAD'=212 -'ROLE'=213 -'ROLES'=214 -'COMPACTIONS'=215 -'PRINCIPALS'=216 -'TRANSACTIONS'=217 -'INDEX'=218 -'INDEXES'=219 -'LOCKS'=220 -'OPTION'=221 -'ANTI'=222 -'LOCAL'=223 -'INPATH'=224 -'WATERMARK'=225 -'UNNEST'=226 -'MATCH'=227 -'NEXT'=228 -'WITHIN'=229 -'WS'=230 -'SYSTEM'=231 -'INCLUDING'=232 -'EXCLUDING'=233 -'OVERWRITING'=234 -'CONSTRAINTS'=235 -'GENERATED'=236 -'WATERMARKS'=237 -'CATALOG'=238 -'LANGUAGE'=239 -'JAVA'=240 -'SCALA'=241 -'PYTHON'=242 -'JAR'=243 -'FILE'=244 -'PYTHON_FILES'=245 -'PYTHON_REQUIREMENTS'=246 -'PYTHON_DEPENDENCIES'=247 -'PYTHON_JAR'=248 -'PYTHON_ARCHIVES'=249 -'PYTHON_PARAMETER'=250 -'ENGINE'=251 -'CATALOGS'=252 -'VIEWS'=253 -'JARS'=254 -'PRIMARY'=255 -'KEY'=256 -'PERIOD'=257 -'SYSTEM_TIME'=258 -'ENFORCED'=259 -'METADATA'=260 -'VIRTUAL'=261 -'STRING'=262 -'ARRAY'=263 -'MAP'=264 -'CHAR'=265 -'VARCHAR'=266 -'BINARY'=267 -'VARBINARY'=268 -'BYTES'=269 -'DECIMAL'=270 -'DEC'=271 -'NUMERIC'=272 -'TINYINT'=273 -'SMALLINT'=274 -'INT'=275 -'INTEGER'=276 -'BIGINT'=277 -'FLOAT'=278 -'DOUBLE'=279 -'DATE'=280 -'TIME'=281 -'TIMESTAMP'=282 -'TIMESTAMP_LTZ'=283 -'MULTISET'=284 -'BOOLEAN'=285 -'RAW'=286 -'ROW'=287 -'NULL'=288 -'DATETIME'=289 -'='=290 -'>'=291 -'<'=292 -'!'=293 -'~'=294 -'|'=295 -'&'=296 -'^'=297 -'.'=298 -'['=299 -']'=300 -'('=301 -')'=302 -','=303 -';'=304 -'@'=305 -'\''=306 -'"'=307 -'`'=308 -':'=309 -'*'=310 -'_'=311 -'-'=312 -'+'=313 -'%'=314 -'||'=315 -'--'=316 -'/'=317 +'WITHOUT'=71 +'VALUES'=72 +'CREATE'=73 +'TABLE'=74 +'DIRECTORY'=75 +'VIEW'=76 +'REPLACE'=77 +'EXECUTE'=78 +'STATEMENT'=79 +'INSERT'=80 +'DELETE'=81 +'REMOVE'=82 +'INTO'=83 +'DESCRIBE'=84 +'EXPLAIN'=85 +'PLAN'=86 +'CHANGELOG_MODE'=87 +'JSON_EXECUTION_PLAN'=88 +'ESTIMATED_COST'=89 +'FORMAT'=90 +'LOGICAL'=91 +'CODEGEN'=92 +'COST'=93 +'CAST'=94 +'SHOW'=95 +'TABLES'=96 +'COLUMNS'=97 +'COLUMN'=98 +'USE'=99 +'MODULE'=100 +'MODULES'=101 +'PARTITIONS'=102 +'FUNCTIONS'=103 +'DROP'=104 +'UNION'=105 +'EXCEPT'=106 +'SETMINUS'=107 +'INTERSECT'=108 +'TO'=109 +'TABLESAMPLE'=110 +'STRATIFY'=111 +'ALTER'=112 +'RENAME'=113 +'STRUCT'=114 +'COMMENT'=115 +'SET'=116 +'RESET'=117 +'DATA'=118 +'START'=119 +'TRANSACTION'=120 +'COMMIT'=121 +'ROLLBACK'=122 +'MACRO'=123 +'IGNORE'=124 +'BOTH'=125 +'LEADING'=126 +'TRAILING'=127 +'IF'=128 +'POSITION'=129 +'EXTRACT'=130 +'MINUS'=131 +'DIV'=132 +'PERCENTLIT'=133 +'BUCKET'=134 +'OUT'=135 +'OF'=136 +'SORT'=137 +'CLUSTER'=138 +'DISTRIBUTE'=139 +'OVERWRITE'=140 +'TRANSFORM'=141 +'REDUCE'=142 +'USING'=143 +'SERDE'=144 +'SERDEPROPERTIES'=145 +'RECORDREADER'=146 +'RECORDWRITER'=147 +'DELIMITED'=148 +'FIELDS'=149 +'TERMINATED'=150 +'COLLECTION'=151 +'ITEMS'=152 +'KEYS'=153 +'ESCAPED'=154 +'LINES'=155 +'SEPARATED'=156 +'FUNCTION'=157 +'EXTENDED'=158 +'REFRESH'=159 +'CLEAR'=160 +'CACHE'=161 +'UNCACHE'=162 +'LAZY'=163 +'FORMATTED'=164 +'GLOBAL'=165 +'TEMPORARY'=166 +'OPTIONS'=167 +'UNSET'=168 +'TBLPROPERTIES'=169 +'DBPROPERTIES'=170 +'BUCKETS'=171 +'SKEWED'=172 +'STORED'=173 +'DIRECTORIES'=174 +'LOCATION'=175 +'EXCHANGE'=176 +'ARCHIVE'=177 +'UNARCHIVE'=178 +'FILEFORMAT'=179 +'TOUCH'=180 +'COMPACT'=181 +'CONCATENATE'=182 +'CHANGE'=183 +'CASCADE'=184 +'CONSTRAINT'=185 +'RESTRICT'=186 +'CLUSTERED'=187 +'SORTED'=188 +'PURGE'=189 +'INPUTFORMAT'=190 +'OUTPUTFORMAT'=191 +'DATABASE'=192 +'DATABASES'=193 +'DFS'=194 +'TRUNCATE'=195 +'ANALYZE'=196 +'COMPUTE'=197 +'LIST'=198 +'STATISTICS'=199 +'PARTITIONED'=200 +'EXTERNAL'=201 +'DEFINED'=202 +'REVOKE'=203 +'GRANT'=204 +'LOCK'=205 +'UNLOCK'=206 +'MSCK'=207 +'REPAIR'=208 +'RECOVER'=209 +'EXPORT'=210 +'IMPORT'=211 +'LOAD'=212 +'UNLOAD'=213 +'ROLE'=214 +'ROLES'=215 +'COMPACTIONS'=216 +'PRINCIPALS'=217 +'TRANSACTIONS'=218 +'INDEX'=219 +'INDEXES'=220 +'LOCKS'=221 +'OPTION'=222 +'ANTI'=223 +'LOCAL'=224 +'INPATH'=225 +'WATERMARK'=226 +'UNNEST'=227 +'MATCH'=228 +'NEXT'=229 +'WITHIN'=230 +'WS'=231 +'SYSTEM'=232 +'INCLUDING'=233 +'EXCLUDING'=234 +'OVERWRITING'=235 +'CONSTRAINTS'=236 +'GENERATED'=237 +'WATERMARKS'=238 +'CATALOG'=239 +'LANGUAGE'=240 +'JAVA'=241 +'SCALA'=242 +'PYTHON'=243 +'JAR'=244 +'FILE'=245 +'PYTHON_FILES'=246 +'PYTHON_REQUIREMENTS'=247 +'PYTHON_DEPENDENCIES'=248 +'PYTHON_JAR'=249 +'PYTHON_ARCHIVES'=250 +'PYTHON_PARAMETER'=251 +'ENGINE'=252 +'CATALOGS'=253 +'VIEWS'=254 +'JARS'=255 +'PRIMARY'=256 +'KEY'=257 +'PERIOD'=258 +'SYSTEM_TIME'=259 +'ENFORCED'=260 +'METADATA'=261 +'VIRTUAL'=262 +'ZONE'=263 +'STRING'=264 +'ARRAY'=265 +'MAP'=266 +'CHAR'=267 +'VARCHAR'=268 +'BINARY'=269 +'VARBINARY'=270 +'BYTES'=271 +'DECIMAL'=272 +'DEC'=273 +'NUMERIC'=274 +'TINYINT'=275 +'SMALLINT'=276 +'INT'=277 +'INTEGER'=278 +'BIGINT'=279 +'FLOAT'=280 +'DOUBLE'=281 +'DATE'=282 +'TIME'=283 +'TIMESTAMP'=284 +'TIMESTAMP_LTZ'=285 +'MULTISET'=286 +'BOOLEAN'=287 +'RAW'=288 +'ROW'=289 +'NULL'=290 +'DATETIME'=291 +'='=292 +'>'=293 +'<'=294 +'!'=295 +'~'=296 +'|'=297 +'&'=298 +'^'=299 +'.'=300 +'['=301 +']'=302 +'('=303 +')'=304 +','=305 +';'=306 +'@'=307 +'\''=308 +'"'=309 +'`'=310 +':'=311 +'*'=312 +'_'=313 +'-'=314 +'+'=315 +'%'=316 +'||'=317 +'--'=318 +'/'=319 diff --git a/src/lib/flinksql/FlinkSqlLexer.ts b/src/lib/flinksql/FlinkSqlLexer.ts index 2c89e7f..ed2ba08 100644 --- a/src/lib/flinksql/FlinkSqlLexer.ts +++ b/src/lib/flinksql/FlinkSqlLexer.ts @@ -1,4 +1,4 @@ -// dt-sql-parser/src/grammar/flinksql/FlinkSqlLexer.g4 by ANTLR 4.12.0 +// Generated from /Users/mortalYoung/Projects/dt-sql-parser/src/grammar/flinksql/FlinkSqlLexer.g4 by ANTLR 4.12.0 // noinspection ES6UnusedImports,JSUnusedGlobalSymbols,JSUnusedLocalSymbols import { ATN, @@ -7,6 +7,7 @@ import { DecisionState, DFA, Lexer, LexerATNSimulator, + RuleContext, PredictionContextCache, Token } from "antlr4"; @@ -81,262 +82,264 @@ export default class FlinkSqlLexer extends Lexer { public static readonly AFTER = 68; public static readonly LAST = 69; public static readonly WITH = 70; - public static readonly VALUES = 71; - public static readonly CREATE = 72; - public static readonly TABLE = 73; - public static readonly DIRECTORY = 74; - public static readonly VIEW = 75; - public static readonly REPLACE = 76; - public static readonly EXECUTE = 77; - public static readonly STATEMENT = 78; - public static readonly INSERT = 79; - public static readonly DELETE = 80; - public static readonly REMOVE = 81; - public static readonly INTO = 82; - public static readonly DESCRIBE = 83; - public static readonly EXPLAIN = 84; - public static readonly PLAN = 85; - public static readonly CHANGELOG_MODE = 86; - public static readonly JSON_EXECUTION_PLAN = 87; - public static readonly ESTIMATED_COST = 88; - public static readonly FORMAT = 89; - public static readonly LOGICAL = 90; - public static readonly CODEGEN = 91; - public static readonly COST = 92; - public static readonly CAST = 93; - public static readonly SHOW = 94; - public static readonly TABLES = 95; - public static readonly COLUMNS = 96; - public static readonly COLUMN = 97; - public static readonly USE = 98; - public static readonly MODULE = 99; - public static readonly MODULES = 100; - public static readonly PARTITIONS = 101; - public static readonly FUNCTIONS = 102; - public static readonly DROP = 103; - public static readonly UNION = 104; - public static readonly EXCEPT = 105; - public static readonly SETMINUS = 106; - public static readonly INTERSECT = 107; - public static readonly TO = 108; - public static readonly TABLESAMPLE = 109; - public static readonly STRATIFY = 110; - public static readonly ALTER = 111; - public static readonly RENAME = 112; - public static readonly STRUCT = 113; - public static readonly COMMENT = 114; - public static readonly SET = 115; - public static readonly RESET = 116; - public static readonly DATA = 117; - public static readonly START = 118; - public static readonly TRANSACTION = 119; - public static readonly COMMIT = 120; - public static readonly ROLLBACK = 121; - public static readonly MACRO = 122; - public static readonly IGNORE = 123; - public static readonly BOTH = 124; - public static readonly LEADING = 125; - public static readonly TRAILING = 126; - public static readonly IF = 127; - public static readonly POSITION = 128; - public static readonly EXTRACT = 129; - public static readonly MINUS = 130; - public static readonly DIV = 131; - public static readonly PERCENTLIT = 132; - public static readonly BUCKET = 133; - public static readonly OUT = 134; - public static readonly OF = 135; - public static readonly SORT = 136; - public static readonly CLUSTER = 137; - public static readonly DISTRIBUTE = 138; - public static readonly OVERWRITE = 139; - public static readonly TRANSFORM = 140; - public static readonly REDUCE = 141; - public static readonly USING = 142; - public static readonly SERDE = 143; - public static readonly SERDEPROPERTIES = 144; - public static readonly RECORDREADER = 145; - public static readonly RECORDWRITER = 146; - public static readonly DELIMITED = 147; - public static readonly FIELDS = 148; - public static readonly TERMINATED = 149; - public static readonly COLLECTION = 150; - public static readonly ITEMS = 151; - public static readonly KEYS = 152; - public static readonly ESCAPED = 153; - public static readonly LINES = 154; - public static readonly SEPARATED = 155; - public static readonly FUNCTION = 156; - public static readonly EXTENDED = 157; - public static readonly REFRESH = 158; - public static readonly CLEAR = 159; - public static readonly CACHE = 160; - public static readonly UNCACHE = 161; - public static readonly LAZY = 162; - public static readonly FORMATTED = 163; - public static readonly GLOBAL = 164; - public static readonly TEMPORARY = 165; - public static readonly OPTIONS = 166; - public static readonly UNSET = 167; - public static readonly TBLPROPERTIES = 168; - public static readonly DBPROPERTIES = 169; - public static readonly BUCKETS = 170; - public static readonly SKEWED = 171; - public static readonly STORED = 172; - public static readonly DIRECTORIES = 173; - public static readonly LOCATION = 174; - public static readonly EXCHANGE = 175; - public static readonly ARCHIVE = 176; - public static readonly UNARCHIVE = 177; - public static readonly FILEFORMAT = 178; - public static readonly TOUCH = 179; - public static readonly COMPACT = 180; - public static readonly CONCATENATE = 181; - public static readonly CHANGE = 182; - public static readonly CASCADE = 183; - public static readonly CONSTRAINT = 184; - public static readonly RESTRICT = 185; - public static readonly CLUSTERED = 186; - public static readonly SORTED = 187; - public static readonly PURGE = 188; - public static readonly INPUTFORMAT = 189; - public static readonly OUTPUTFORMAT = 190; - public static readonly DATABASE = 191; - public static readonly DATABASES = 192; - public static readonly DFS = 193; - public static readonly TRUNCATE = 194; - public static readonly ANALYZE = 195; - public static readonly COMPUTE = 196; - public static readonly LIST = 197; - public static readonly STATISTICS = 198; - public static readonly PARTITIONED = 199; - public static readonly EXTERNAL = 200; - public static readonly DEFINED = 201; - public static readonly REVOKE = 202; - public static readonly GRANT = 203; - public static readonly LOCK = 204; - public static readonly UNLOCK = 205; - public static readonly MSCK = 206; - public static readonly REPAIR = 207; - public static readonly RECOVER = 208; - public static readonly EXPORT = 209; - public static readonly IMPORT = 210; - public static readonly LOAD = 211; - public static readonly UNLOAD = 212; - public static readonly ROLE = 213; - public static readonly ROLES = 214; - public static readonly COMPACTIONS = 215; - public static readonly PRINCIPALS = 216; - public static readonly TRANSACTIONS = 217; - public static readonly INDEX = 218; - public static readonly INDEXES = 219; - public static readonly LOCKS = 220; - public static readonly OPTION = 221; - public static readonly ANTI = 222; - public static readonly LOCAL = 223; - public static readonly INPATH = 224; - public static readonly WATERMARK = 225; - public static readonly UNNEST = 226; - public static readonly MATCH = 227; - public static readonly NEXT = 228; - public static readonly WITHIN = 229; - public static readonly WS = 230; - public static readonly SYSTEM = 231; - public static readonly INCLUDING = 232; - public static readonly EXCLUDING = 233; - public static readonly OVERWRITING = 234; - public static readonly CONSTRAINTS = 235; - public static readonly GENERATED = 236; - public static readonly WATERMARKS = 237; - public static readonly CATALOG = 238; - public static readonly LANGUAGE = 239; - public static readonly JAVA = 240; - public static readonly SCALA = 241; - public static readonly PYTHON = 242; - public static readonly JAR = 243; - public static readonly FILE = 244; - public static readonly PYTHON_FILES = 245; - public static readonly PYTHON_REQUIREMENTS = 246; - public static readonly PYTHON_DEPENDENCIES = 247; - public static readonly PYTHON_JAR = 248; - public static readonly PYTHON_ARCHIVES = 249; - public static readonly PYTHON_PARAMETER = 250; - public static readonly ENGINE = 251; - public static readonly CATALOGS = 252; - public static readonly VIEWS = 253; - public static readonly JARS = 254; - public static readonly PRIMARY = 255; - public static readonly KEY = 256; - public static readonly PERIOD = 257; - public static readonly SYSTEM_TIME = 258; - public static readonly ENFORCED = 259; - public static readonly METADATA = 260; - public static readonly VIRTUAL = 261; - public static readonly STRING = 262; - public static readonly ARRAY = 263; - public static readonly MAP = 264; - public static readonly CHAR = 265; - public static readonly VARCHAR = 266; - public static readonly BINARY = 267; - public static readonly VARBINARY = 268; - public static readonly BYTES = 269; - public static readonly DECIMAL = 270; - public static readonly DEC = 271; - public static readonly NUMERIC = 272; - public static readonly TINYINT = 273; - public static readonly SMALLINT = 274; - public static readonly INT = 275; - public static readonly INTEGER = 276; - public static readonly BIGINT = 277; - public static readonly FLOAT = 278; - public static readonly DOUBLE = 279; - public static readonly DATE = 280; - public static readonly TIME = 281; - public static readonly TIMESTAMP = 282; - public static readonly TIMESTAMP_LTZ = 283; - public static readonly MULTISET = 284; - public static readonly BOOLEAN = 285; - public static readonly RAW = 286; - public static readonly ROW = 287; - public static readonly NULL = 288; - public static readonly DATETIME = 289; - public static readonly EQUAL_SYMBOL = 290; - public static readonly GREATER_SYMBOL = 291; - public static readonly LESS_SYMBOL = 292; - public static readonly EXCLAMATION_SYMBOL = 293; - public static readonly BIT_NOT_OP = 294; - public static readonly BIT_OR_OP = 295; - public static readonly BIT_AND_OP = 296; - public static readonly BIT_XOR_OP = 297; - public static readonly DOT = 298; - public static readonly LS_BRACKET = 299; - public static readonly RS_BRACKET = 300; - public static readonly LR_BRACKET = 301; - public static readonly RR_BRACKET = 302; - public static readonly COMMA = 303; - public static readonly SEMICOLON = 304; - public static readonly AT_SIGN = 305; - public static readonly SINGLE_QUOTE_SYMB = 306; - public static readonly DOUBLE_QUOTE_SYMB = 307; - public static readonly REVERSE_QUOTE_SYMB = 308; - public static readonly COLON_SYMB = 309; - public static readonly ASTERISK_SIGN = 310; - public static readonly UNDERLINE_SIGN = 311; - public static readonly HYPNEN_SIGN = 312; - public static readonly ADD_SIGN = 313; - public static readonly PENCENT_SIGN = 314; - public static readonly DOUBLE_VERTICAL_SIGN = 315; - public static readonly DOUBLE_HYPNEN_SIGN = 316; - public static readonly SLASH_SIGN = 317; - public static readonly DOT_ID = 318; - public static readonly PLUS_DOT_ID = 319; - public static readonly STRING_LITERAL = 320; - public static readonly DIG_LITERAL = 321; - public static readonly REAL_LITERAL = 322; - public static readonly BIT_STRING = 323; - public static readonly ID_LITERAL = 324; - public static readonly PLUS_ID_LITERAL = 325; - public static readonly FILE_PATH = 326; + public static readonly WITHOUT = 71; + public static readonly VALUES = 72; + public static readonly CREATE = 73; + public static readonly TABLE = 74; + public static readonly DIRECTORY = 75; + public static readonly VIEW = 76; + public static readonly REPLACE = 77; + public static readonly EXECUTE = 78; + public static readonly STATEMENT = 79; + public static readonly INSERT = 80; + public static readonly DELETE = 81; + public static readonly REMOVE = 82; + public static readonly INTO = 83; + public static readonly DESCRIBE = 84; + public static readonly EXPLAIN = 85; + public static readonly PLAN = 86; + public static readonly CHANGELOG_MODE = 87; + public static readonly JSON_EXECUTION_PLAN = 88; + public static readonly ESTIMATED_COST = 89; + public static readonly FORMAT = 90; + public static readonly LOGICAL = 91; + public static readonly CODEGEN = 92; + public static readonly COST = 93; + public static readonly CAST = 94; + public static readonly SHOW = 95; + public static readonly TABLES = 96; + public static readonly COLUMNS = 97; + public static readonly COLUMN = 98; + public static readonly USE = 99; + public static readonly MODULE = 100; + public static readonly MODULES = 101; + public static readonly PARTITIONS = 102; + public static readonly FUNCTIONS = 103; + public static readonly DROP = 104; + public static readonly UNION = 105; + public static readonly EXCEPT = 106; + public static readonly SETMINUS = 107; + public static readonly INTERSECT = 108; + public static readonly TO = 109; + public static readonly TABLESAMPLE = 110; + public static readonly STRATIFY = 111; + public static readonly ALTER = 112; + public static readonly RENAME = 113; + public static readonly STRUCT = 114; + public static readonly COMMENT = 115; + public static readonly SET = 116; + public static readonly RESET = 117; + public static readonly DATA = 118; + public static readonly START = 119; + public static readonly TRANSACTION = 120; + public static readonly COMMIT = 121; + public static readonly ROLLBACK = 122; + public static readonly MACRO = 123; + public static readonly IGNORE = 124; + public static readonly BOTH = 125; + public static readonly LEADING = 126; + public static readonly TRAILING = 127; + public static readonly IF = 128; + public static readonly POSITION = 129; + public static readonly EXTRACT = 130; + public static readonly MINUS = 131; + public static readonly DIV = 132; + public static readonly PERCENTLIT = 133; + public static readonly BUCKET = 134; + public static readonly OUT = 135; + public static readonly OF = 136; + public static readonly SORT = 137; + public static readonly CLUSTER = 138; + public static readonly DISTRIBUTE = 139; + public static readonly OVERWRITE = 140; + public static readonly TRANSFORM = 141; + public static readonly REDUCE = 142; + public static readonly USING = 143; + public static readonly SERDE = 144; + public static readonly SERDEPROPERTIES = 145; + public static readonly RECORDREADER = 146; + public static readonly RECORDWRITER = 147; + public static readonly DELIMITED = 148; + public static readonly FIELDS = 149; + public static readonly TERMINATED = 150; + public static readonly COLLECTION = 151; + public static readonly ITEMS = 152; + public static readonly KEYS = 153; + public static readonly ESCAPED = 154; + public static readonly LINES = 155; + public static readonly SEPARATED = 156; + public static readonly FUNCTION = 157; + public static readonly EXTENDED = 158; + public static readonly REFRESH = 159; + public static readonly CLEAR = 160; + public static readonly CACHE = 161; + public static readonly UNCACHE = 162; + public static readonly LAZY = 163; + public static readonly FORMATTED = 164; + public static readonly GLOBAL = 165; + public static readonly TEMPORARY = 166; + public static readonly OPTIONS = 167; + public static readonly UNSET = 168; + public static readonly TBLPROPERTIES = 169; + public static readonly DBPROPERTIES = 170; + public static readonly BUCKETS = 171; + public static readonly SKEWED = 172; + public static readonly STORED = 173; + public static readonly DIRECTORIES = 174; + public static readonly LOCATION = 175; + public static readonly EXCHANGE = 176; + public static readonly ARCHIVE = 177; + public static readonly UNARCHIVE = 178; + public static readonly FILEFORMAT = 179; + public static readonly TOUCH = 180; + public static readonly COMPACT = 181; + public static readonly CONCATENATE = 182; + public static readonly CHANGE = 183; + public static readonly CASCADE = 184; + public static readonly CONSTRAINT = 185; + public static readonly RESTRICT = 186; + public static readonly CLUSTERED = 187; + public static readonly SORTED = 188; + public static readonly PURGE = 189; + public static readonly INPUTFORMAT = 190; + public static readonly OUTPUTFORMAT = 191; + public static readonly DATABASE = 192; + public static readonly DATABASES = 193; + public static readonly DFS = 194; + public static readonly TRUNCATE = 195; + public static readonly ANALYZE = 196; + public static readonly COMPUTE = 197; + public static readonly LIST = 198; + public static readonly STATISTICS = 199; + public static readonly PARTITIONED = 200; + public static readonly EXTERNAL = 201; + public static readonly DEFINED = 202; + public static readonly REVOKE = 203; + public static readonly GRANT = 204; + public static readonly LOCK = 205; + public static readonly UNLOCK = 206; + public static readonly MSCK = 207; + public static readonly REPAIR = 208; + public static readonly RECOVER = 209; + public static readonly EXPORT = 210; + public static readonly IMPORT = 211; + public static readonly LOAD = 212; + public static readonly UNLOAD = 213; + public static readonly ROLE = 214; + public static readonly ROLES = 215; + public static readonly COMPACTIONS = 216; + public static readonly PRINCIPALS = 217; + public static readonly TRANSACTIONS = 218; + public static readonly INDEX = 219; + public static readonly INDEXES = 220; + public static readonly LOCKS = 221; + public static readonly OPTION = 222; + public static readonly ANTI = 223; + public static readonly LOCAL = 224; + public static readonly INPATH = 225; + public static readonly WATERMARK = 226; + public static readonly UNNEST = 227; + public static readonly MATCH = 228; + public static readonly NEXT = 229; + public static readonly WITHIN = 230; + public static readonly WS = 231; + public static readonly SYSTEM = 232; + public static readonly INCLUDING = 233; + public static readonly EXCLUDING = 234; + public static readonly OVERWRITING = 235; + public static readonly CONSTRAINTS = 236; + public static readonly GENERATED = 237; + public static readonly WATERMARKS = 238; + public static readonly CATALOG = 239; + public static readonly LANGUAGE = 240; + public static readonly JAVA = 241; + public static readonly SCALA = 242; + public static readonly PYTHON = 243; + public static readonly JAR = 244; + public static readonly FILE = 245; + public static readonly PYTHON_FILES = 246; + public static readonly PYTHON_REQUIREMENTS = 247; + public static readonly PYTHON_DEPENDENCIES = 248; + public static readonly PYTHON_JAR = 249; + public static readonly PYTHON_ARCHIVES = 250; + public static readonly PYTHON_PARAMETER = 251; + public static readonly ENGINE = 252; + public static readonly CATALOGS = 253; + public static readonly VIEWS = 254; + public static readonly JARS = 255; + public static readonly PRIMARY = 256; + public static readonly KEY = 257; + public static readonly PERIOD = 258; + public static readonly SYSTEM_TIME = 259; + public static readonly ENFORCED = 260; + public static readonly METADATA = 261; + public static readonly VIRTUAL = 262; + public static readonly ZONE = 263; + public static readonly STRING = 264; + public static readonly ARRAY = 265; + public static readonly MAP = 266; + public static readonly CHAR = 267; + public static readonly VARCHAR = 268; + public static readonly BINARY = 269; + public static readonly VARBINARY = 270; + public static readonly BYTES = 271; + public static readonly DECIMAL = 272; + public static readonly DEC = 273; + public static readonly NUMERIC = 274; + public static readonly TINYINT = 275; + public static readonly SMALLINT = 276; + public static readonly INT = 277; + public static readonly INTEGER = 278; + public static readonly BIGINT = 279; + public static readonly FLOAT = 280; + public static readonly DOUBLE = 281; + public static readonly DATE = 282; + public static readonly TIME = 283; + public static readonly TIMESTAMP = 284; + public static readonly TIMESTAMP_LTZ = 285; + public static readonly MULTISET = 286; + public static readonly BOOLEAN = 287; + public static readonly RAW = 288; + public static readonly ROW = 289; + public static readonly NULL = 290; + public static readonly DATETIME = 291; + public static readonly EQUAL_SYMBOL = 292; + public static readonly GREATER_SYMBOL = 293; + public static readonly LESS_SYMBOL = 294; + public static readonly EXCLAMATION_SYMBOL = 295; + public static readonly BIT_NOT_OP = 296; + public static readonly BIT_OR_OP = 297; + public static readonly BIT_AND_OP = 298; + public static readonly BIT_XOR_OP = 299; + public static readonly DOT = 300; + public static readonly LS_BRACKET = 301; + public static readonly RS_BRACKET = 302; + public static readonly LR_BRACKET = 303; + public static readonly RR_BRACKET = 304; + public static readonly COMMA = 305; + public static readonly SEMICOLON = 306; + public static readonly AT_SIGN = 307; + public static readonly SINGLE_QUOTE_SYMB = 308; + public static readonly DOUBLE_QUOTE_SYMB = 309; + public static readonly REVERSE_QUOTE_SYMB = 310; + public static readonly COLON_SYMB = 311; + public static readonly ASTERISK_SIGN = 312; + public static readonly UNDERLINE_SIGN = 313; + public static readonly HYPNEN_SIGN = 314; + public static readonly ADD_SIGN = 315; + public static readonly PENCENT_SIGN = 316; + public static readonly DOUBLE_VERTICAL_SIGN = 317; + public static readonly DOUBLE_HYPNEN_SIGN = 318; + public static readonly SLASH_SIGN = 319; + public static readonly DOT_ID = 320; + public static readonly PLUS_DOT_ID = 321; + public static readonly STRING_LITERAL = 322; + public static readonly DIG_LITERAL = 323; + public static readonly REAL_LITERAL = 324; + public static readonly BIT_STRING = 325; + public static readonly ID_LITERAL = 326; + public static readonly PLUS_ID_LITERAL = 327; + public static readonly FILE_PATH = 328; public static readonly EOF = Token.EOF; public static readonly channelNames: string[] = [ "DEFAULT_TOKEN_CHANNEL", "HIDDEN" ]; @@ -368,15 +371,16 @@ export default class FlinkSqlLexer extends Lexer { "'PRECEDING'", "'FOLLOWING'", "'CURRENT'", "'FIRST'", "'AFTER'", "'LAST'", - "'WITH'", "'VALUES'", - "'CREATE'", "'TABLE'", - "'DIRECTORY'", "'VIEW'", - "'REPLACE'", "'EXECUTE'", - "'STATEMENT'", "'INSERT'", - "'DELETE'", "'REMOVE'", - "'INTO'", "'DESCRIBE'", - "'EXPLAIN'", "'PLAN'", - "'CHANGELOG_MODE'", "'JSON_EXECUTION_PLAN'", + "'WITH'", "'WITHOUT'", + "'VALUES'", "'CREATE'", + "'TABLE'", "'DIRECTORY'", + "'VIEW'", "'REPLACE'", + "'EXECUTE'", "'STATEMENT'", + "'INSERT'", "'DELETE'", + "'REMOVE'", "'INTO'", + "'DESCRIBE'", "'EXPLAIN'", + "'PLAN'", "'CHANGELOG_MODE'", + "'JSON_EXECUTION_PLAN'", "'ESTIMATED_COST'", "'FORMAT'", "'LOGICAL'", "'CODEGEN'", "'COST'", "'CAST'", "'SHOW'", @@ -463,16 +467,17 @@ export default class FlinkSqlLexer extends Lexer { "'PRIMARY'", "'KEY'", "'PERIOD'", "'SYSTEM_TIME'", "'ENFORCED'", "'METADATA'", - "'VIRTUAL'", "'STRING'", - "'ARRAY'", "'MAP'", "'CHAR'", - "'VARCHAR'", "'BINARY'", - "'VARBINARY'", "'BYTES'", - "'DECIMAL'", "'DEC'", - "'NUMERIC'", "'TINYINT'", - "'SMALLINT'", "'INT'", - "'INTEGER'", "'BIGINT'", - "'FLOAT'", "'DOUBLE'", - "'DATE'", "'TIME'", "'TIMESTAMP'", + "'VIRTUAL'", "'ZONE'", + "'STRING'", "'ARRAY'", + "'MAP'", "'CHAR'", "'VARCHAR'", + "'BINARY'", "'VARBINARY'", + "'BYTES'", "'DECIMAL'", + "'DEC'", "'NUMERIC'", + "'TINYINT'", "'SMALLINT'", + "'INT'", "'INTEGER'", + "'BIGINT'", "'FLOAT'", + "'DOUBLE'", "'DATE'", + "'TIME'", "'TIMESTAMP'", "'TIMESTAMP_LTZ'", "'MULTISET'", "'BOOLEAN'", "'RAW'", "'ROW'", "'NULL'", "'DATETIME'", @@ -511,8 +516,8 @@ export default class FlinkSqlLexer extends Lexer { "PRECEDING", "FOLLOWING", "CURRENT", "FIRST", "AFTER", "LAST", "WITH", - "VALUES", "CREATE", - "TABLE", "DIRECTORY", + "WITHOUT", "VALUES", + "CREATE", "TABLE", "DIRECTORY", "VIEW", "REPLACE", "EXECUTE", "STATEMENT", "INSERT", "DELETE", "REMOVE", @@ -594,7 +599,7 @@ export default class FlinkSqlLexer extends Lexer { "VIEWS", "JARS", "PRIMARY", "KEY", "PERIOD", "SYSTEM_TIME", "ENFORCED", "METADATA", - "VIRTUAL", "STRING", + "VIRTUAL", "ZONE", "STRING", "ARRAY", "MAP", "CHAR", "VARCHAR", "BINARY", "VARBINARY", "BYTES", @@ -638,9 +643,9 @@ export default class FlinkSqlLexer extends Lexer { "BEGIN", "END", "JOIN", "CROSS", "OUTER", "INNER", "LEFT", "SEMI", "RIGHT", "FULL", "USER", "NATURAL", "ON", "PIVOT", "LATERAL", "WINDOW", "OVER", "PARTITION", "RANGE", "ROWS", "UNBOUNDED", "PRECEDING", "FOLLOWING", "CURRENT", - "FIRST", "AFTER", "LAST", "WITH", "VALUES", "CREATE", "TABLE", "DIRECTORY", - "VIEW", "REPLACE", "EXECUTE", "STATEMENT", "INSERT", "DELETE", "REMOVE", - "INTO", "DESCRIBE", "EXPLAIN", "PLAN", "CHANGELOG_MODE", "JSON_EXECUTION_PLAN", + "FIRST", "AFTER", "LAST", "WITH", "WITHOUT", "VALUES", "CREATE", "TABLE", + "DIRECTORY", "VIEW", "REPLACE", "EXECUTE", "STATEMENT", "INSERT", "DELETE", + "REMOVE", "INTO", "DESCRIBE", "EXPLAIN", "PLAN", "CHANGELOG_MODE", "JSON_EXECUTION_PLAN", "ESTIMATED_COST", "FORMAT", "LOGICAL", "CODEGEN", "COST", "CAST", "SHOW", "TABLES", "COLUMNS", "COLUMN", "USE", "MODULE", "MODULES", "PARTITIONS", "FUNCTIONS", "DROP", "UNION", "EXCEPT", "SETMINUS", "INTERSECT", "TO", @@ -666,21 +671,21 @@ export default class FlinkSqlLexer extends Lexer { "CATALOG", "LANGUAGE", "JAVA", "SCALA", "PYTHON", "JAR", "FILE", "PYTHON_FILES", "PYTHON_REQUIREMENTS", "PYTHON_DEPENDENCIES", "PYTHON_JAR", "PYTHON_ARCHIVES", "PYTHON_PARAMETER", "ENGINE", "CATALOGS", "VIEWS", "JARS", "PRIMARY", - "KEY", "PERIOD", "SYSTEM_TIME", "ENFORCED", "METADATA", "VIRTUAL", "STRING", - "ARRAY", "MAP", "CHAR", "VARCHAR", "BINARY", "VARBINARY", "BYTES", "DECIMAL", - "DEC", "NUMERIC", "TINYINT", "SMALLINT", "INT", "INTEGER", "BIGINT", "FLOAT", - "DOUBLE", "DATE", "TIME", "TIMESTAMP", "TIMESTAMP_LTZ", "MULTISET", "BOOLEAN", - "RAW", "ROW", "NULL", "DATETIME", "EQUAL_SYMBOL", "GREATER_SYMBOL", "LESS_SYMBOL", - "EXCLAMATION_SYMBOL", "BIT_NOT_OP", "BIT_OR_OP", "BIT_AND_OP", "BIT_XOR_OP", - "DOT", "LS_BRACKET", "RS_BRACKET", "LR_BRACKET", "RR_BRACKET", "COMMA", - "SEMICOLON", "AT_SIGN", "SINGLE_QUOTE_SYMB", "DOUBLE_QUOTE_SYMB", "REVERSE_QUOTE_SYMB", - "COLON_SYMB", "ASTERISK_SIGN", "UNDERLINE_SIGN", "HYPNEN_SIGN", "ADD_SIGN", - "PENCENT_SIGN", "DOUBLE_VERTICAL_SIGN", "DOUBLE_HYPNEN_SIGN", "SLASH_SIGN", - "DOT_ID", "PLUS_DOT_ID", "STRING_LITERAL", "DIG_LITERAL", "REAL_LITERAL", - "BIT_STRING", "ID_LITERAL", "PLUS_ID_LITERAL", "FILE_PATH", "FILE_PATH_STRING", - "JAR_FILE_PARTTARN", "EXPONENT_NUM_PART", "ID_LITERAL_FRAG", "PLUS_ID_LITERAL_FRAG", - "DEC_DIGIT", "DEC_LETTER", "DQUOTA_STRING", "SQUOTA_STRING", "BIT_STRING_L", - "BQUOTA_STRING", + "KEY", "PERIOD", "SYSTEM_TIME", "ENFORCED", "METADATA", "VIRTUAL", "ZONE", + "STRING", "ARRAY", "MAP", "CHAR", "VARCHAR", "BINARY", "VARBINARY", "BYTES", + "DECIMAL", "DEC", "NUMERIC", "TINYINT", "SMALLINT", "INT", "INTEGER", + "BIGINT", "FLOAT", "DOUBLE", "DATE", "TIME", "TIMESTAMP", "TIMESTAMP_LTZ", + "MULTISET", "BOOLEAN", "RAW", "ROW", "NULL", "DATETIME", "EQUAL_SYMBOL", + "GREATER_SYMBOL", "LESS_SYMBOL", "EXCLAMATION_SYMBOL", "BIT_NOT_OP", "BIT_OR_OP", + "BIT_AND_OP", "BIT_XOR_OP", "DOT", "LS_BRACKET", "RS_BRACKET", "LR_BRACKET", + "RR_BRACKET", "COMMA", "SEMICOLON", "AT_SIGN", "SINGLE_QUOTE_SYMB", "DOUBLE_QUOTE_SYMB", + "REVERSE_QUOTE_SYMB", "COLON_SYMB", "ASTERISK_SIGN", "UNDERLINE_SIGN", + "HYPNEN_SIGN", "ADD_SIGN", "PENCENT_SIGN", "DOUBLE_VERTICAL_SIGN", "DOUBLE_HYPNEN_SIGN", + "SLASH_SIGN", "DOT_ID", "PLUS_DOT_ID", "STRING_LITERAL", "DIG_LITERAL", + "REAL_LITERAL", "BIT_STRING", "ID_LITERAL", "PLUS_ID_LITERAL", "FILE_PATH", + "FILE_PATH_STRING", "JAR_FILE_PARTTARN", "EXPONENT_NUM_PART", "ID_LITERAL_FRAG", + "PLUS_ID_LITERAL_FRAG", "DEC_DIGIT", "DEC_LETTER", "DQUOTA_STRING", "SQUOTA_STRING", + "BIT_STRING_L", "BQUOTA_STRING", ]; @@ -701,7 +706,7 @@ export default class FlinkSqlLexer extends Lexer { public get modeNames(): string[] { return FlinkSqlLexer.modeNames; } - public static readonly _serializedATN: number[] = [4,0,326,3116,6,-1,2, + public static readonly _serializedATN: number[] = [4,0,328,3133,6,-1,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, @@ -755,1021 +760,1027 @@ export default class FlinkSqlLexer extends Lexer { 2,319,7,319,2,320,7,320,2,321,7,321,2,322,7,322,2,323,7,323,2,324,7,324, 2,325,7,325,2,326,7,326,2,327,7,327,2,328,7,328,2,329,7,329,2,330,7,330, 2,331,7,331,2,332,7,332,2,333,7,333,2,334,7,334,2,335,7,335,2,336,7,336, - 1,0,4,0,677,8,0,11,0,12,0,678,1,0,1,0,1,1,1,1,1,1,1,1,5,1,687,8,1,10,1, - 12,1,690,9,1,1,1,1,1,1,1,1,1,1,1,1,2,1,2,1,2,3,2,700,8,2,1,2,5,2,703,8, - 2,10,2,12,2,706,9,2,1,2,3,2,709,8,2,1,2,1,2,3,2,713,8,2,1,2,1,2,1,2,1,2, - 3,2,719,8,2,1,2,1,2,3,2,723,8,2,3,2,725,8,2,1,2,1,2,1,3,1,3,1,3,1,3,1,3, - 1,3,1,3,1,4,1,4,1,4,1,4,1,4,1,5,1,5,1,5,1,5,1,6,1,6,1,6,1,7,1,7,1,7,1,7, - 1,8,1,8,1,8,1,8,1,9,1,9,1,9,1,9,1,9,1,9,1,9,1,9,1,9,1,10,1,10,1,10,1,10, - 1,10,1,10,1,11,1,11,1,11,1,11,1,11,1,11,1,12,1,12,1,12,1,13,1,13,1,13,1, - 13,1,13,1,13,1,13,1,13,1,13,1,14,1,14,1,14,1,14,1,14,1,15,1,15,1,15,1,15, - 1,15,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,17,1,17,1,17,1,17,1,17,1,17,1, - 18,1,18,1,18,1,18,1,18,1,18,1,18,1,19,1,19,1,19,1,19,1,19,1,19,1,20,1,20, - 1,20,1,21,1,21,1,21,1,22,1,22,1,22,1,22,1,23,1,23,1,23,1,24,1,24,1,24,1, - 24,1,25,1,25,1,25,1,26,1,26,1,26,1,26,1,26,1,26,1,26,1,27,1,27,1,27,1,27, - 1,27,1,27,1,27,1,27,1,28,1,28,1,28,1,28,1,28,1,29,1,29,1,29,1,29,1,29,1, - 29,1,30,1,30,1,30,1,31,1,31,1,31,1,31,1,31,1,32,1,32,1,32,1,32,1,32,1,32, - 1,33,1,33,1,33,1,33,1,33,1,33,1,34,1,34,1,34,1,34,1,35,1,35,1,35,1,35,1, - 35,1,36,1,36,1,36,1,36,1,37,1,37,1,37,1,37,1,37,1,37,1,37,1,37,1,37,1,38, - 1,38,1,38,1,38,1,38,1,39,1,39,1,39,1,39,1,39,1,40,1,40,1,40,1,40,1,40,1, - 41,1,41,1,41,1,41,1,41,1,42,1,42,1,42,1,42,1,42,1,42,1,43,1,43,1,43,1,43, - 1,44,1,44,1,44,1,44,1,44,1,45,1,45,1,45,1,45,1,45,1,45,1,46,1,46,1,46,1, - 46,1,46,1,46,1,47,1,47,1,47,1,47,1,47,1,47,1,48,1,48,1,48,1,48,1,48,1,49, - 1,49,1,49,1,49,1,49,1,50,1,50,1,50,1,50,1,50,1,50,1,51,1,51,1,51,1,51,1, - 51,1,52,1,52,1,52,1,52,1,52,1,53,1,53,1,53,1,53,1,53,1,53,1,53,1,53,1,54, - 1,54,1,54,1,55,1,55,1,55,1,55,1,55,1,55,1,56,1,56,1,56,1,56,1,56,1,56,1, - 56,1,56,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,58,1,58,1,58,1,58,1,58,1,59, - 1,59,1,59,1,59,1,59,1,59,1,59,1,59,1,59,1,59,1,60,1,60,1,60,1,60,1,60,1, - 60,1,61,1,61,1,61,1,61,1,61,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62,1,62, - 1,62,1,63,1,63,1,63,1,63,1,63,1,63,1,63,1,63,1,63,1,63,1,64,1,64,1,64,1, - 64,1,64,1,64,1,64,1,64,1,64,1,64,1,65,1,65,1,65,1,65,1,65,1,65,1,65,1,65, - 1,66,1,66,1,66,1,66,1,66,1,66,1,67,1,67,1,67,1,67,1,67,1,67,1,68,1,68,1, - 68,1,68,1,68,1,69,1,69,1,69,1,69,1,69,1,70,1,70,1,70,1,70,1,70,1,70,1,70, - 1,71,1,71,1,71,1,71,1,71,1,71,1,71,1,72,1,72,1,72,1,72,1,72,1,72,1,73,1, - 73,1,73,1,73,1,73,1,73,1,73,1,73,1,73,1,73,1,74,1,74,1,74,1,74,1,74,1,75, - 1,75,1,75,1,75,1,75,1,75,1,75,1,75,1,76,1,76,1,76,1,76,1,76,1,76,1,76,1, - 76,1,77,1,77,1,77,1,77,1,77,1,77,1,77,1,77,1,77,1,77,1,78,1,78,1,78,1,78, - 1,78,1,78,1,78,1,79,1,79,1,79,1,79,1,79,1,79,1,79,1,80,1,80,1,80,1,80,1, - 80,1,80,1,80,1,81,1,81,1,81,1,81,1,81,1,82,1,82,1,82,1,82,1,82,1,82,1,82, - 1,82,1,82,1,83,1,83,1,83,1,83,1,83,1,83,1,83,1,83,1,84,1,84,1,84,1,84,1, - 84,1,85,1,85,1,85,1,85,1,85,1,85,1,85,1,85,1,85,1,85,1,85,1,85,1,85,1,85, - 1,85,1,86,1,86,1,86,1,86,1,86,1,86,1,86,1,86,1,86,1,86,1,86,1,86,1,86,1, - 86,1,86,1,86,1,86,1,86,1,86,1,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,1,87,1,87,1,87,1,88,1,88,1,88,1,88,1,88,1,88,1,88,1, - 89,1,89,1,89,1,89,1,89,1,89,1,89,1,89,1,90,1,90,1,90,1,90,1,90,1,90,1,90, - 1,90,1,91,1,91,1,91,1,91,1,91,1,92,1,92,1,92,1,92,1,92,1,93,1,93,1,93,1, - 93,1,93,1,94,1,94,1,94,1,94,1,94,1,94,1,94,1,95,1,95,1,95,1,95,1,95,1,95, - 1,95,1,95,1,96,1,96,1,96,1,96,1,96,1,96,1,96,1,97,1,97,1,97,1,97,1,98,1, - 98,1,98,1,98,1,98,1,98,1,98,1,99,1,99,1,99,1,99,1,99,1,99,1,99,1,99,1,100, - 1,100,1,100,1,100,1,100,1,100,1,100,1,100,1,100,1,100,1,100,1,101,1,101, - 1,101,1,101,1,101,1,101,1,101,1,101,1,101,1,101,1,102,1,102,1,102,1,102, - 1,102,1,103,1,103,1,103,1,103,1,103,1,103,1,104,1,104,1,104,1,104,1,104, - 1,104,1,104,1,105,1,105,1,105,1,105,1,105,1,105,1,105,1,105,1,105,1,106, - 1,106,1,106,1,106,1,106,1,106,1,106,1,106,1,106,1,106,1,107,1,107,1,107, - 1,108,1,108,1,108,1,108,1,108,1,108,1,108,1,108,1,108,1,108,1,108,1,108, - 1,109,1,109,1,109,1,109,1,109,1,109,1,109,1,109,1,109,1,110,1,110,1,110, - 1,110,1,110,1,110,1,111,1,111,1,111,1,111,1,111,1,111,1,111,1,112,1,112, - 1,112,1,112,1,112,1,112,1,112,1,113,1,113,1,113,1,113,1,113,1,113,1,113, - 1,113,1,114,1,114,1,114,1,114,1,115,1,115,1,115,1,115,1,115,1,115,1,116, - 1,116,1,116,1,116,1,116,1,117,1,117,1,117,1,117,1,117,1,117,1,118,1,118, - 1,118,1,118,1,118,1,118,1,118,1,118,1,118,1,118,1,118,1,118,1,119,1,119, - 1,119,1,119,1,119,1,119,1,119,1,120,1,120,1,120,1,120,1,120,1,120,1,120, - 1,120,1,120,1,121,1,121,1,121,1,121,1,121,1,121,1,122,1,122,1,122,1,122, - 1,122,1,122,1,122,1,123,1,123,1,123,1,123,1,123,1,124,1,124,1,124,1,124, - 1,124,1,124,1,124,1,124,1,125,1,125,1,125,1,125,1,125,1,125,1,125,1,125, - 1,125,1,126,1,126,1,126,1,127,1,127,1,127,1,127,1,127,1,127,1,127,1,127, - 1,127,1,128,1,128,1,128,1,128,1,128,1,128,1,128,1,128,1,129,1,129,1,129, - 1,129,1,129,1,129,1,130,1,130,1,130,1,130,1,131,1,131,1,131,1,131,1,131, - 1,131,1,131,1,131,1,131,1,131,1,131,1,132,1,132,1,132,1,132,1,132,1,132, - 1,132,1,133,1,133,1,133,1,133,1,134,1,134,1,134,1,135,1,135,1,135,1,135, - 1,135,1,136,1,136,1,136,1,136,1,136,1,136,1,136,1,136,1,137,1,137,1,137, - 1,137,1,137,1,137,1,137,1,137,1,137,1,137,1,137,1,138,1,138,1,138,1,138, - 1,138,1,138,1,138,1,138,1,138,1,138,1,139,1,139,1,139,1,139,1,139,1,139, - 1,139,1,139,1,139,1,139,1,140,1,140,1,140,1,140,1,140,1,140,1,140,1,141, - 1,141,1,141,1,141,1,141,1,141,1,142,1,142,1,142,1,142,1,142,1,142,1,143, - 1,143,1,143,1,143,1,143,1,143,1,143,1,143,1,143,1,143,1,143,1,143,1,143, - 1,143,1,143,1,143,1,144,1,144,1,144,1,144,1,144,1,144,1,144,1,144,1,144, - 1,144,1,144,1,144,1,144,1,145,1,145,1,145,1,145,1,145,1,145,1,145,1,145, - 1,145,1,145,1,145,1,145,1,145,1,146,1,146,1,146,1,146,1,146,1,146,1,146, - 1,146,1,146,1,146,1,147,1,147,1,147,1,147,1,147,1,147,1,147,1,148,1,148, - 1,148,1,148,1,148,1,148,1,148,1,148,1,148,1,148,1,148,1,149,1,149,1,149, - 1,149,1,149,1,149,1,149,1,149,1,149,1,149,1,149,1,150,1,150,1,150,1,150, - 1,150,1,150,1,151,1,151,1,151,1,151,1,151,1,152,1,152,1,152,1,152,1,152, - 1,152,1,152,1,152,1,153,1,153,1,153,1,153,1,153,1,153,1,154,1,154,1,154, - 1,154,1,154,1,154,1,154,1,154,1,154,1,154,1,155,1,155,1,155,1,155,1,155, - 1,155,1,155,1,155,1,155,1,156,1,156,1,156,1,156,1,156,1,156,1,156,1,156, - 1,156,1,157,1,157,1,157,1,157,1,157,1,157,1,157,1,157,1,158,1,158,1,158, - 1,158,1,158,1,158,1,159,1,159,1,159,1,159,1,159,1,159,1,160,1,160,1,160, - 1,160,1,160,1,160,1,160,1,160,1,161,1,161,1,161,1,161,1,161,1,162,1,162, - 1,162,1,162,1,162,1,162,1,162,1,162,1,162,1,162,1,163,1,163,1,163,1,163, - 1,163,1,163,1,163,1,164,1,164,1,164,1,164,1,164,1,164,1,164,1,164,1,164, - 1,164,1,165,1,165,1,165,1,165,1,165,1,165,1,165,1,165,1,166,1,166,1,166, - 1,166,1,166,1,166,1,167,1,167,1,167,1,167,1,167,1,167,1,167,1,167,1,167, - 1,167,1,167,1,167,1,167,1,167,1,168,1,168,1,168,1,168,1,168,1,168,1,168, - 1,168,1,168,1,168,1,168,1,168,1,168,1,169,1,169,1,169,1,169,1,169,1,169, - 1,169,1,169,1,170,1,170,1,170,1,170,1,170,1,170,1,170,1,171,1,171,1,171, - 1,171,1,171,1,171,1,171,1,172,1,172,1,172,1,172,1,172,1,172,1,172,1,172, - 1,172,1,172,1,172,1,172,1,173,1,173,1,173,1,173,1,173,1,173,1,173,1,173, - 1,173,1,174,1,174,1,174,1,174,1,174,1,174,1,174,1,174,1,174,1,175,1,175, - 1,175,1,175,1,175,1,175,1,175,1,175,1,176,1,176,1,176,1,176,1,176,1,176, - 1,176,1,176,1,176,1,176,1,177,1,177,1,177,1,177,1,177,1,177,1,177,1,177, - 1,177,1,177,1,177,1,178,1,178,1,178,1,178,1,178,1,178,1,179,1,179,1,179, - 1,179,1,179,1,179,1,179,1,179,1,180,1,180,1,180,1,180,1,180,1,180,1,180, - 1,180,1,180,1,180,1,180,1,180,1,181,1,181,1,181,1,181,1,181,1,181,1,181, - 1,182,1,182,1,182,1,182,1,182,1,182,1,182,1,182,1,183,1,183,1,183,1,183, - 1,183,1,183,1,183,1,183,1,183,1,183,1,183,1,184,1,184,1,184,1,184,1,184, - 1,184,1,184,1,184,1,184,1,185,1,185,1,185,1,185,1,185,1,185,1,185,1,185, - 1,185,1,185,1,186,1,186,1,186,1,186,1,186,1,186,1,186,1,187,1,187,1,187, - 1,187,1,187,1,187,1,188,1,188,1,188,1,188,1,188,1,188,1,188,1,188,1,188, - 1,188,1,188,1,188,1,189,1,189,1,189,1,189,1,189,1,189,1,189,1,189,1,189, - 1,189,1,189,1,189,1,189,1,190,1,190,1,190,1,190,1,190,1,190,1,190,1,190, - 1,190,1,191,1,191,1,191,1,191,1,191,1,191,1,191,1,191,1,191,1,191,1,192, - 1,192,1,192,1,192,1,193,1,193,1,193,1,193,1,193,1,193,1,193,1,193,1,193, - 1,194,1,194,1,194,1,194,1,194,1,194,1,194,1,194,1,195,1,195,1,195,1,195, - 1,195,1,195,1,195,1,195,1,196,1,196,1,196,1,196,1,196,1,197,1,197,1,197, - 1,197,1,197,1,197,1,197,1,197,1,197,1,197,1,197,1,198,1,198,1,198,1,198, - 1,198,1,198,1,198,1,198,1,198,1,198,1,198,1,198,1,199,1,199,1,199,1,199, - 1,199,1,199,1,199,1,199,1,199,1,200,1,200,1,200,1,200,1,200,1,200,1,200, - 1,200,1,201,1,201,1,201,1,201,1,201,1,201,1,201,1,202,1,202,1,202,1,202, - 1,202,1,202,1,203,1,203,1,203,1,203,1,203,1,204,1,204,1,204,1,204,1,204, - 1,204,1,204,1,205,1,205,1,205,1,205,1,205,1,206,1,206,1,206,1,206,1,206, - 1,206,1,206,1,207,1,207,1,207,1,207,1,207,1,207,1,207,1,207,1,208,1,208, - 1,208,1,208,1,208,1,208,1,208,1,209,1,209,1,209,1,209,1,209,1,209,1,209, - 1,210,1,210,1,210,1,210,1,210,1,211,1,211,1,211,1,211,1,211,1,211,1,211, - 1,212,1,212,1,212,1,212,1,212,1,213,1,213,1,213,1,213,1,213,1,213,1,214, - 1,214,1,214,1,214,1,214,1,214,1,214,1,214,1,214,1,214,1,214,1,214,1,215, - 1,215,1,215,1,215,1,215,1,215,1,215,1,215,1,215,1,215,1,215,1,216,1,216, - 1,216,1,216,1,216,1,216,1,216,1,216,1,216,1,216,1,216,1,216,1,216,1,217, - 1,217,1,217,1,217,1,217,1,217,1,218,1,218,1,218,1,218,1,218,1,218,1,218, - 1,218,1,219,1,219,1,219,1,219,1,219,1,219,1,220,1,220,1,220,1,220,1,220, - 1,220,1,220,1,221,1,221,1,221,1,221,1,221,1,222,1,222,1,222,1,222,1,222, - 1,222,1,223,1,223,1,223,1,223,1,223,1,223,1,223,1,224,1,224,1,224,1,224, - 1,224,1,224,1,224,1,224,1,224,1,224,1,225,1,225,1,225,1,225,1,225,1,225, - 1,225,1,226,1,226,1,226,1,226,1,226,1,226,1,227,1,227,1,227,1,227,1,227, - 1,228,1,228,1,228,1,228,1,228,1,228,1,228,1,229,1,229,1,229,1,230,1,230, - 1,230,1,230,1,230,1,230,1,230,1,231,1,231,1,231,1,231,1,231,1,231,1,231, - 1,231,1,231,1,231,1,232,1,232,1,232,1,232,1,232,1,232,1,232,1,232,1,232, - 1,232,1,233,1,233,1,233,1,233,1,233,1,233,1,233,1,233,1,233,1,233,1,233, - 1,233,1,234,1,234,1,234,1,234,1,234,1,234,1,234,1,234,1,234,1,234,1,234, - 1,234,1,235,1,235,1,235,1,235,1,235,1,235,1,235,1,235,1,235,1,235,1,236, - 1,236,1,236,1,236,1,236,1,236,1,236,1,236,1,236,1,236,1,236,1,237,1,237, - 1,237,1,237,1,237,1,237,1,237,1,237,1,238,1,238,1,238,1,238,1,238,1,238, - 1,238,1,238,1,238,1,239,1,239,1,239,1,239,1,239,1,240,1,240,1,240,1,240, - 1,240,1,240,1,241,1,241,1,241,1,241,1,241,1,241,1,241,1,242,1,242,1,242, - 1,242,1,243,1,243,1,243,1,243,1,243,1,244,1,244,1,244,1,244,1,244,1,244, - 1,244,1,244,1,244,1,244,1,244,1,244,1,244,1,245,1,245,1,245,1,245,1,245, - 1,245,1,245,1,245,1,245,1,245,1,245,1,245,1,245,1,245,1,245,1,245,1,245, - 1,245,1,245,1,245,1,246,1,246,1,246,1,246,1,246,1,246,1,246,1,246,1,246, - 1,246,1,246,1,246,1,246,1,246,1,246,1,246,1,246,1,246,1,246,1,246,1,247, - 1,247,1,247,1,247,1,247,1,247,1,247,1,247,1,247,1,247,1,247,1,248,1,248, - 1,248,1,248,1,248,1,248,1,248,1,248,1,248,1,248,1,248,1,248,1,248,1,248, - 1,248,1,248,1,249,1,249,1,249,1,249,1,249,1,249,1,249,1,249,1,249,1,249, - 1,249,1,249,1,249,1,249,1,249,1,249,1,249,1,250,1,250,1,250,1,250,1,250, - 1,250,1,250,1,251,1,251,1,251,1,251,1,251,1,251,1,251,1,251,1,251,1,252, - 1,252,1,252,1,252,1,252,1,252,1,253,1,253,1,253,1,253,1,253,1,254,1,254, - 1,254,1,254,1,254,1,254,1,254,1,254,1,255,1,255,1,255,1,255,1,256,1,256, - 1,256,1,256,1,256,1,256,1,256,1,257,1,257,1,257,1,257,1,257,1,257,1,257, - 1,257,1,257,1,257,1,257,1,257,1,258,1,258,1,258,1,258,1,258,1,258,1,258, - 1,258,1,258,1,259,1,259,1,259,1,259,1,259,1,259,1,259,1,259,1,259,1,260, - 1,260,1,260,1,260,1,260,1,260,1,260,1,260,1,261,1,261,1,261,1,261,1,261, - 1,261,1,261,1,262,1,262,1,262,1,262,1,262,1,262,1,263,1,263,1,263,1,263, - 1,264,1,264,1,264,1,264,1,264,1,265,1,265,1,265,1,265,1,265,1,265,1,265, - 1,265,1,266,1,266,1,266,1,266,1,266,1,266,1,266,1,267,1,267,1,267,1,267, - 1,267,1,267,1,267,1,267,1,267,1,267,1,268,1,268,1,268,1,268,1,268,1,268, - 1,269,1,269,1,269,1,269,1,269,1,269,1,269,1,269,1,270,1,270,1,270,1,270, - 1,271,1,271,1,271,1,271,1,271,1,271,1,271,1,271,1,272,1,272,1,272,1,272, - 1,272,1,272,1,272,1,272,1,273,1,273,1,273,1,273,1,273,1,273,1,273,1,273, - 1,273,1,274,1,274,1,274,1,274,1,275,1,275,1,275,1,275,1,275,1,275,1,275, - 1,275,1,276,1,276,1,276,1,276,1,276,1,276,1,276,1,277,1,277,1,277,1,277, - 1,277,1,277,1,278,1,278,1,278,1,278,1,278,1,278,1,278,1,279,1,279,1,279, - 1,279,1,279,1,280,1,280,1,280,1,280,1,280,1,281,1,281,1,281,1,281,1,281, - 1,281,1,281,1,281,1,281,1,281,1,282,1,282,1,282,1,282,1,282,1,282,1,282, - 1,282,1,282,1,282,1,282,1,282,1,282,1,282,1,283,1,283,1,283,1,283,1,283, - 1,283,1,283,1,283,1,283,1,284,1,284,1,284,1,284,1,284,1,284,1,284,1,284, - 1,285,1,285,1,285,1,285,1,286,1,286,1,286,1,286,1,287,1,287,1,287,1,287, - 1,287,1,288,1,288,1,288,1,288,1,288,1,288,1,288,1,288,1,288,1,289,1,289, - 1,290,1,290,1,291,1,291,1,292,1,292,1,293,1,293,1,294,1,294,1,295,1,295, - 1,296,1,296,1,297,1,297,1,298,1,298,1,299,1,299,1,300,1,300,1,301,1,301, - 1,302,1,302,1,303,1,303,1,304,1,304,1,305,1,305,1,306,1,306,1,307,1,307, - 1,308,1,308,1,309,1,309,1,310,1,310,1,311,1,311,1,312,1,312,1,313,1,313, - 1,314,1,314,1,314,1,315,1,315,1,315,1,316,1,316,1,317,1,317,1,317,1,318, - 1,318,1,318,1,319,1,319,1,319,3,319,2938,8,319,1,320,4,320,2941,8,320,11, - 320,12,320,2942,1,321,4,321,2946,8,321,11,321,12,321,2947,3,321,2950,8, - 321,1,321,1,321,4,321,2954,8,321,11,321,12,321,2955,1,321,4,321,2959,8, - 321,11,321,12,321,2960,1,321,1,321,1,321,1,321,4,321,2967,8,321,11,321, - 12,321,2968,3,321,2971,8,321,1,321,1,321,4,321,2975,8,321,11,321,12,321, - 2976,1,321,1,321,1,321,4,321,2982,8,321,11,321,12,321,2983,1,321,1,321, - 3,321,2988,8,321,1,322,1,322,1,323,1,323,1,324,1,324,1,325,1,325,1,326, - 1,326,5,326,3000,8,326,10,326,12,326,3003,9,326,4,326,3005,8,326,11,326, - 12,326,3006,1,327,1,327,1,327,1,327,1,327,1,327,5,327,3015,8,327,10,327, - 12,327,3018,9,327,1,327,1,327,1,328,1,328,3,328,3024,8,328,1,328,4,328, - 3027,8,328,11,328,12,328,3028,1,329,5,329,3032,8,329,10,329,12,329,3035, - 9,329,1,329,4,329,3038,8,329,11,329,12,329,3039,1,329,5,329,3043,8,329, - 10,329,12,329,3046,9,329,1,330,5,330,3049,8,330,10,330,12,330,3052,9,330, - 1,330,4,330,3055,8,330,11,330,12,330,3056,1,330,5,330,3060,8,330,10,330, - 12,330,3063,9,330,1,331,1,331,1,332,1,332,1,333,1,333,1,333,1,333,1,333, - 1,333,5,333,3075,8,333,10,333,12,333,3078,9,333,1,333,1,333,1,334,1,334, - 1,334,1,334,1,334,1,334,5,334,3088,8,334,10,334,12,334,3091,9,334,1,334, - 1,334,1,335,1,335,1,335,4,335,3098,8,335,11,335,12,335,3099,1,335,1,335, - 1,336,1,336,1,336,1,336,1,336,1,336,5,336,3110,8,336,10,336,12,336,3113, - 9,336,1,336,1,336,5,688,3033,3039,3050,3056,0,337,1,1,3,2,5,3,7,4,9,5,11, - 6,13,7,15,8,17,9,19,10,21,11,23,12,25,13,27,14,29,15,31,16,33,17,35,18, - 37,19,39,20,41,21,43,22,45,23,47,24,49,25,51,26,53,27,55,28,57,29,59,30, - 61,31,63,32,65,33,67,34,69,35,71,36,73,37,75,38,77,39,79,40,81,41,83,42, - 85,43,87,44,89,45,91,46,93,47,95,48,97,49,99,50,101,51,103,52,105,53,107, - 54,109,55,111,56,113,57,115,58,117,59,119,60,121,61,123,62,125,63,127,64, - 129,65,131,66,133,67,135,68,137,69,139,70,141,71,143,72,145,73,147,74,149, - 75,151,76,153,77,155,78,157,79,159,80,161,81,163,82,165,83,167,84,169,85, - 171,86,173,87,175,88,177,89,179,90,181,91,183,92,185,93,187,94,189,95,191, - 96,193,97,195,98,197,99,199,100,201,101,203,102,205,103,207,104,209,105, - 211,106,213,107,215,108,217,109,219,110,221,111,223,112,225,113,227,114, - 229,115,231,116,233,117,235,118,237,119,239,120,241,121,243,122,245,123, - 247,124,249,125,251,126,253,127,255,128,257,129,259,130,261,131,263,132, - 265,133,267,134,269,135,271,136,273,137,275,138,277,139,279,140,281,141, - 283,142,285,143,287,144,289,145,291,146,293,147,295,148,297,149,299,150, - 301,151,303,152,305,153,307,154,309,155,311,156,313,157,315,158,317,159, - 319,160,321,161,323,162,325,163,327,164,329,165,331,166,333,167,335,168, - 337,169,339,170,341,171,343,172,345,173,347,174,349,175,351,176,353,177, - 355,178,357,179,359,180,361,181,363,182,365,183,367,184,369,185,371,186, - 373,187,375,188,377,189,379,190,381,191,383,192,385,193,387,194,389,195, - 391,196,393,197,395,198,397,199,399,200,401,201,403,202,405,203,407,204, - 409,205,411,206,413,207,415,208,417,209,419,210,421,211,423,212,425,213, - 427,214,429,215,431,216,433,217,435,218,437,219,439,220,441,221,443,222, - 445,223,447,224,449,225,451,226,453,227,455,228,457,229,459,230,461,231, - 463,232,465,233,467,234,469,235,471,236,473,237,475,238,477,239,479,240, - 481,241,483,242,485,243,487,244,489,245,491,246,493,247,495,248,497,249, - 499,250,501,251,503,252,505,253,507,254,509,255,511,256,513,257,515,258, - 517,259,519,260,521,261,523,262,525,263,527,264,529,265,531,266,533,267, - 535,268,537,269,539,270,541,271,543,272,545,273,547,274,549,275,551,276, - 553,277,555,278,557,279,559,280,561,281,563,282,565,283,567,284,569,285, - 571,286,573,287,575,288,577,289,579,290,581,291,583,292,585,293,587,294, - 589,295,591,296,593,297,595,298,597,299,599,300,601,301,603,302,605,303, - 607,304,609,305,611,306,613,307,615,308,617,309,619,310,621,311,623,312, - 625,313,627,314,629,315,631,316,633,317,635,318,637,319,639,320,641,321, - 643,322,645,323,647,324,649,325,651,326,653,0,655,0,657,0,659,0,661,0,663, - 0,665,0,667,0,669,0,671,0,673,0,1,0,16,3,0,9,10,13,13,32,32,2,0,10,10,13, - 13,2,0,46,46,58,58,2,0,47,47,92,92,3,0,32,32,47,47,92,92,2,0,92,92,96,96, - 2,0,43,43,45,45,4,0,48,57,65,90,95,95,97,122,3,0,65,90,95,95,97,122,7,0, - 35,38,42,42,48,57,64,90,94,95,97,123,125,125,6,0,35,38,42,42,64,90,94,95, - 97,123,125,125,1,0,48,57,2,0,65,90,97,122,2,0,34,34,92,92,2,0,39,39,92, - 92,1,0,48,49,3150,0,1,1,0,0,0,0,3,1,0,0,0,0,5,1,0,0,0,0,7,1,0,0,0,0,9,1, - 0,0,0,0,11,1,0,0,0,0,13,1,0,0,0,0,15,1,0,0,0,0,17,1,0,0,0,0,19,1,0,0,0, - 0,21,1,0,0,0,0,23,1,0,0,0,0,25,1,0,0,0,0,27,1,0,0,0,0,29,1,0,0,0,0,31,1, - 0,0,0,0,33,1,0,0,0,0,35,1,0,0,0,0,37,1,0,0,0,0,39,1,0,0,0,0,41,1,0,0,0, - 0,43,1,0,0,0,0,45,1,0,0,0,0,47,1,0,0,0,0,49,1,0,0,0,0,51,1,0,0,0,0,53,1, - 0,0,0,0,55,1,0,0,0,0,57,1,0,0,0,0,59,1,0,0,0,0,61,1,0,0,0,0,63,1,0,0,0, - 0,65,1,0,0,0,0,67,1,0,0,0,0,69,1,0,0,0,0,71,1,0,0,0,0,73,1,0,0,0,0,75,1, - 0,0,0,0,77,1,0,0,0,0,79,1,0,0,0,0,81,1,0,0,0,0,83,1,0,0,0,0,85,1,0,0,0, - 0,87,1,0,0,0,0,89,1,0,0,0,0,91,1,0,0,0,0,93,1,0,0,0,0,95,1,0,0,0,0,97,1, - 0,0,0,0,99,1,0,0,0,0,101,1,0,0,0,0,103,1,0,0,0,0,105,1,0,0,0,0,107,1,0, - 0,0,0,109,1,0,0,0,0,111,1,0,0,0,0,113,1,0,0,0,0,115,1,0,0,0,0,117,1,0,0, - 0,0,119,1,0,0,0,0,121,1,0,0,0,0,123,1,0,0,0,0,125,1,0,0,0,0,127,1,0,0,0, - 0,129,1,0,0,0,0,131,1,0,0,0,0,133,1,0,0,0,0,135,1,0,0,0,0,137,1,0,0,0,0, - 139,1,0,0,0,0,141,1,0,0,0,0,143,1,0,0,0,0,145,1,0,0,0,0,147,1,0,0,0,0,149, - 1,0,0,0,0,151,1,0,0,0,0,153,1,0,0,0,0,155,1,0,0,0,0,157,1,0,0,0,0,159,1, - 0,0,0,0,161,1,0,0,0,0,163,1,0,0,0,0,165,1,0,0,0,0,167,1,0,0,0,0,169,1,0, - 0,0,0,171,1,0,0,0,0,173,1,0,0,0,0,175,1,0,0,0,0,177,1,0,0,0,0,179,1,0,0, - 0,0,181,1,0,0,0,0,183,1,0,0,0,0,185,1,0,0,0,0,187,1,0,0,0,0,189,1,0,0,0, - 0,191,1,0,0,0,0,193,1,0,0,0,0,195,1,0,0,0,0,197,1,0,0,0,0,199,1,0,0,0,0, - 201,1,0,0,0,0,203,1,0,0,0,0,205,1,0,0,0,0,207,1,0,0,0,0,209,1,0,0,0,0,211, - 1,0,0,0,0,213,1,0,0,0,0,215,1,0,0,0,0,217,1,0,0,0,0,219,1,0,0,0,0,221,1, - 0,0,0,0,223,1,0,0,0,0,225,1,0,0,0,0,227,1,0,0,0,0,229,1,0,0,0,0,231,1,0, - 0,0,0,233,1,0,0,0,0,235,1,0,0,0,0,237,1,0,0,0,0,239,1,0,0,0,0,241,1,0,0, - 0,0,243,1,0,0,0,0,245,1,0,0,0,0,247,1,0,0,0,0,249,1,0,0,0,0,251,1,0,0,0, - 0,253,1,0,0,0,0,255,1,0,0,0,0,257,1,0,0,0,0,259,1,0,0,0,0,261,1,0,0,0,0, - 263,1,0,0,0,0,265,1,0,0,0,0,267,1,0,0,0,0,269,1,0,0,0,0,271,1,0,0,0,0,273, - 1,0,0,0,0,275,1,0,0,0,0,277,1,0,0,0,0,279,1,0,0,0,0,281,1,0,0,0,0,283,1, - 0,0,0,0,285,1,0,0,0,0,287,1,0,0,0,0,289,1,0,0,0,0,291,1,0,0,0,0,293,1,0, - 0,0,0,295,1,0,0,0,0,297,1,0,0,0,0,299,1,0,0,0,0,301,1,0,0,0,0,303,1,0,0, - 0,0,305,1,0,0,0,0,307,1,0,0,0,0,309,1,0,0,0,0,311,1,0,0,0,0,313,1,0,0,0, - 0,315,1,0,0,0,0,317,1,0,0,0,0,319,1,0,0,0,0,321,1,0,0,0,0,323,1,0,0,0,0, - 325,1,0,0,0,0,327,1,0,0,0,0,329,1,0,0,0,0,331,1,0,0,0,0,333,1,0,0,0,0,335, - 1,0,0,0,0,337,1,0,0,0,0,339,1,0,0,0,0,341,1,0,0,0,0,343,1,0,0,0,0,345,1, - 0,0,0,0,347,1,0,0,0,0,349,1,0,0,0,0,351,1,0,0,0,0,353,1,0,0,0,0,355,1,0, - 0,0,0,357,1,0,0,0,0,359,1,0,0,0,0,361,1,0,0,0,0,363,1,0,0,0,0,365,1,0,0, - 0,0,367,1,0,0,0,0,369,1,0,0,0,0,371,1,0,0,0,0,373,1,0,0,0,0,375,1,0,0,0, - 0,377,1,0,0,0,0,379,1,0,0,0,0,381,1,0,0,0,0,383,1,0,0,0,0,385,1,0,0,0,0, - 387,1,0,0,0,0,389,1,0,0,0,0,391,1,0,0,0,0,393,1,0,0,0,0,395,1,0,0,0,0,397, - 1,0,0,0,0,399,1,0,0,0,0,401,1,0,0,0,0,403,1,0,0,0,0,405,1,0,0,0,0,407,1, - 0,0,0,0,409,1,0,0,0,0,411,1,0,0,0,0,413,1,0,0,0,0,415,1,0,0,0,0,417,1,0, - 0,0,0,419,1,0,0,0,0,421,1,0,0,0,0,423,1,0,0,0,0,425,1,0,0,0,0,427,1,0,0, - 0,0,429,1,0,0,0,0,431,1,0,0,0,0,433,1,0,0,0,0,435,1,0,0,0,0,437,1,0,0,0, - 0,439,1,0,0,0,0,441,1,0,0,0,0,443,1,0,0,0,0,445,1,0,0,0,0,447,1,0,0,0,0, - 449,1,0,0,0,0,451,1,0,0,0,0,453,1,0,0,0,0,455,1,0,0,0,0,457,1,0,0,0,0,459, - 1,0,0,0,0,461,1,0,0,0,0,463,1,0,0,0,0,465,1,0,0,0,0,467,1,0,0,0,0,469,1, - 0,0,0,0,471,1,0,0,0,0,473,1,0,0,0,0,475,1,0,0,0,0,477,1,0,0,0,0,479,1,0, - 0,0,0,481,1,0,0,0,0,483,1,0,0,0,0,485,1,0,0,0,0,487,1,0,0,0,0,489,1,0,0, - 0,0,491,1,0,0,0,0,493,1,0,0,0,0,495,1,0,0,0,0,497,1,0,0,0,0,499,1,0,0,0, - 0,501,1,0,0,0,0,503,1,0,0,0,0,505,1,0,0,0,0,507,1,0,0,0,0,509,1,0,0,0,0, - 511,1,0,0,0,0,513,1,0,0,0,0,515,1,0,0,0,0,517,1,0,0,0,0,519,1,0,0,0,0,521, - 1,0,0,0,0,523,1,0,0,0,0,525,1,0,0,0,0,527,1,0,0,0,0,529,1,0,0,0,0,531,1, - 0,0,0,0,533,1,0,0,0,0,535,1,0,0,0,0,537,1,0,0,0,0,539,1,0,0,0,0,541,1,0, - 0,0,0,543,1,0,0,0,0,545,1,0,0,0,0,547,1,0,0,0,0,549,1,0,0,0,0,551,1,0,0, - 0,0,553,1,0,0,0,0,555,1,0,0,0,0,557,1,0,0,0,0,559,1,0,0,0,0,561,1,0,0,0, - 0,563,1,0,0,0,0,565,1,0,0,0,0,567,1,0,0,0,0,569,1,0,0,0,0,571,1,0,0,0,0, - 573,1,0,0,0,0,575,1,0,0,0,0,577,1,0,0,0,0,579,1,0,0,0,0,581,1,0,0,0,0,583, - 1,0,0,0,0,585,1,0,0,0,0,587,1,0,0,0,0,589,1,0,0,0,0,591,1,0,0,0,0,593,1, - 0,0,0,0,595,1,0,0,0,0,597,1,0,0,0,0,599,1,0,0,0,0,601,1,0,0,0,0,603,1,0, - 0,0,0,605,1,0,0,0,0,607,1,0,0,0,0,609,1,0,0,0,0,611,1,0,0,0,0,613,1,0,0, - 0,0,615,1,0,0,0,0,617,1,0,0,0,0,619,1,0,0,0,0,621,1,0,0,0,0,623,1,0,0,0, - 0,625,1,0,0,0,0,627,1,0,0,0,0,629,1,0,0,0,0,631,1,0,0,0,0,633,1,0,0,0,0, - 635,1,0,0,0,0,637,1,0,0,0,0,639,1,0,0,0,0,641,1,0,0,0,0,643,1,0,0,0,0,645, - 1,0,0,0,0,647,1,0,0,0,0,649,1,0,0,0,0,651,1,0,0,0,1,676,1,0,0,0,3,682,1, - 0,0,0,5,724,1,0,0,0,7,728,1,0,0,0,9,735,1,0,0,0,11,740,1,0,0,0,13,744,1, - 0,0,0,15,747,1,0,0,0,17,751,1,0,0,0,19,755,1,0,0,0,21,764,1,0,0,0,23,770, - 1,0,0,0,25,776,1,0,0,0,27,779,1,0,0,0,29,788,1,0,0,0,31,793,1,0,0,0,33, - 798,1,0,0,0,35,805,1,0,0,0,37,811,1,0,0,0,39,818,1,0,0,0,41,824,1,0,0,0, - 43,827,1,0,0,0,45,830,1,0,0,0,47,834,1,0,0,0,49,837,1,0,0,0,51,841,1,0, - 0,0,53,844,1,0,0,0,55,851,1,0,0,0,57,859,1,0,0,0,59,864,1,0,0,0,61,870, - 1,0,0,0,63,873,1,0,0,0,65,878,1,0,0,0,67,884,1,0,0,0,69,890,1,0,0,0,71, - 894,1,0,0,0,73,899,1,0,0,0,75,903,1,0,0,0,77,912,1,0,0,0,79,917,1,0,0,0, - 81,922,1,0,0,0,83,927,1,0,0,0,85,932,1,0,0,0,87,938,1,0,0,0,89,942,1,0, - 0,0,91,947,1,0,0,0,93,953,1,0,0,0,95,959,1,0,0,0,97,965,1,0,0,0,99,970, - 1,0,0,0,101,975,1,0,0,0,103,981,1,0,0,0,105,986,1,0,0,0,107,991,1,0,0,0, - 109,999,1,0,0,0,111,1002,1,0,0,0,113,1008,1,0,0,0,115,1016,1,0,0,0,117, - 1023,1,0,0,0,119,1028,1,0,0,0,121,1038,1,0,0,0,123,1044,1,0,0,0,125,1049, - 1,0,0,0,127,1059,1,0,0,0,129,1069,1,0,0,0,131,1079,1,0,0,0,133,1087,1,0, - 0,0,135,1093,1,0,0,0,137,1099,1,0,0,0,139,1104,1,0,0,0,141,1109,1,0,0,0, - 143,1116,1,0,0,0,145,1123,1,0,0,0,147,1129,1,0,0,0,149,1139,1,0,0,0,151, - 1144,1,0,0,0,153,1152,1,0,0,0,155,1160,1,0,0,0,157,1170,1,0,0,0,159,1177, - 1,0,0,0,161,1184,1,0,0,0,163,1191,1,0,0,0,165,1196,1,0,0,0,167,1205,1,0, - 0,0,169,1213,1,0,0,0,171,1218,1,0,0,0,173,1233,1,0,0,0,175,1253,1,0,0,0, - 177,1268,1,0,0,0,179,1275,1,0,0,0,181,1283,1,0,0,0,183,1291,1,0,0,0,185, - 1296,1,0,0,0,187,1301,1,0,0,0,189,1306,1,0,0,0,191,1313,1,0,0,0,193,1321, - 1,0,0,0,195,1328,1,0,0,0,197,1332,1,0,0,0,199,1339,1,0,0,0,201,1347,1,0, - 0,0,203,1358,1,0,0,0,205,1368,1,0,0,0,207,1373,1,0,0,0,209,1379,1,0,0,0, - 211,1386,1,0,0,0,213,1395,1,0,0,0,215,1405,1,0,0,0,217,1408,1,0,0,0,219, - 1420,1,0,0,0,221,1429,1,0,0,0,223,1435,1,0,0,0,225,1442,1,0,0,0,227,1449, - 1,0,0,0,229,1457,1,0,0,0,231,1461,1,0,0,0,233,1467,1,0,0,0,235,1472,1,0, - 0,0,237,1478,1,0,0,0,239,1490,1,0,0,0,241,1497,1,0,0,0,243,1506,1,0,0,0, - 245,1512,1,0,0,0,247,1519,1,0,0,0,249,1524,1,0,0,0,251,1532,1,0,0,0,253, - 1541,1,0,0,0,255,1544,1,0,0,0,257,1553,1,0,0,0,259,1561,1,0,0,0,261,1567, - 1,0,0,0,263,1571,1,0,0,0,265,1582,1,0,0,0,267,1589,1,0,0,0,269,1593,1,0, - 0,0,271,1596,1,0,0,0,273,1601,1,0,0,0,275,1609,1,0,0,0,277,1620,1,0,0,0, - 279,1630,1,0,0,0,281,1640,1,0,0,0,283,1647,1,0,0,0,285,1653,1,0,0,0,287, - 1659,1,0,0,0,289,1675,1,0,0,0,291,1688,1,0,0,0,293,1701,1,0,0,0,295,1711, - 1,0,0,0,297,1718,1,0,0,0,299,1729,1,0,0,0,301,1740,1,0,0,0,303,1746,1,0, - 0,0,305,1751,1,0,0,0,307,1759,1,0,0,0,309,1765,1,0,0,0,311,1775,1,0,0,0, - 313,1784,1,0,0,0,315,1793,1,0,0,0,317,1801,1,0,0,0,319,1807,1,0,0,0,321, - 1813,1,0,0,0,323,1821,1,0,0,0,325,1826,1,0,0,0,327,1836,1,0,0,0,329,1843, - 1,0,0,0,331,1853,1,0,0,0,333,1861,1,0,0,0,335,1867,1,0,0,0,337,1881,1,0, - 0,0,339,1894,1,0,0,0,341,1902,1,0,0,0,343,1909,1,0,0,0,345,1916,1,0,0,0, - 347,1928,1,0,0,0,349,1937,1,0,0,0,351,1946,1,0,0,0,353,1954,1,0,0,0,355, - 1964,1,0,0,0,357,1975,1,0,0,0,359,1981,1,0,0,0,361,1989,1,0,0,0,363,2001, - 1,0,0,0,365,2008,1,0,0,0,367,2016,1,0,0,0,369,2027,1,0,0,0,371,2036,1,0, - 0,0,373,2046,1,0,0,0,375,2053,1,0,0,0,377,2059,1,0,0,0,379,2071,1,0,0,0, - 381,2084,1,0,0,0,383,2093,1,0,0,0,385,2103,1,0,0,0,387,2107,1,0,0,0,389, - 2116,1,0,0,0,391,2124,1,0,0,0,393,2132,1,0,0,0,395,2137,1,0,0,0,397,2148, - 1,0,0,0,399,2160,1,0,0,0,401,2169,1,0,0,0,403,2177,1,0,0,0,405,2184,1,0, - 0,0,407,2190,1,0,0,0,409,2195,1,0,0,0,411,2202,1,0,0,0,413,2207,1,0,0,0, - 415,2214,1,0,0,0,417,2222,1,0,0,0,419,2229,1,0,0,0,421,2236,1,0,0,0,423, - 2241,1,0,0,0,425,2248,1,0,0,0,427,2253,1,0,0,0,429,2259,1,0,0,0,431,2271, - 1,0,0,0,433,2282,1,0,0,0,435,2295,1,0,0,0,437,2301,1,0,0,0,439,2309,1,0, - 0,0,441,2315,1,0,0,0,443,2322,1,0,0,0,445,2327,1,0,0,0,447,2333,1,0,0,0, - 449,2340,1,0,0,0,451,2350,1,0,0,0,453,2357,1,0,0,0,455,2363,1,0,0,0,457, - 2368,1,0,0,0,459,2375,1,0,0,0,461,2378,1,0,0,0,463,2385,1,0,0,0,465,2395, - 1,0,0,0,467,2405,1,0,0,0,469,2417,1,0,0,0,471,2429,1,0,0,0,473,2439,1,0, - 0,0,475,2450,1,0,0,0,477,2458,1,0,0,0,479,2467,1,0,0,0,481,2472,1,0,0,0, - 483,2478,1,0,0,0,485,2485,1,0,0,0,487,2489,1,0,0,0,489,2494,1,0,0,0,491, - 2507,1,0,0,0,493,2527,1,0,0,0,495,2547,1,0,0,0,497,2558,1,0,0,0,499,2574, - 1,0,0,0,501,2591,1,0,0,0,503,2598,1,0,0,0,505,2607,1,0,0,0,507,2613,1,0, - 0,0,509,2618,1,0,0,0,511,2626,1,0,0,0,513,2630,1,0,0,0,515,2637,1,0,0,0, - 517,2649,1,0,0,0,519,2658,1,0,0,0,521,2667,1,0,0,0,523,2675,1,0,0,0,525, - 2682,1,0,0,0,527,2688,1,0,0,0,529,2692,1,0,0,0,531,2697,1,0,0,0,533,2705, - 1,0,0,0,535,2712,1,0,0,0,537,2722,1,0,0,0,539,2728,1,0,0,0,541,2736,1,0, - 0,0,543,2740,1,0,0,0,545,2748,1,0,0,0,547,2756,1,0,0,0,549,2765,1,0,0,0, - 551,2769,1,0,0,0,553,2777,1,0,0,0,555,2784,1,0,0,0,557,2790,1,0,0,0,559, - 2797,1,0,0,0,561,2802,1,0,0,0,563,2807,1,0,0,0,565,2817,1,0,0,0,567,2831, - 1,0,0,0,569,2840,1,0,0,0,571,2848,1,0,0,0,573,2852,1,0,0,0,575,2856,1,0, - 0,0,577,2861,1,0,0,0,579,2870,1,0,0,0,581,2872,1,0,0,0,583,2874,1,0,0,0, - 585,2876,1,0,0,0,587,2878,1,0,0,0,589,2880,1,0,0,0,591,2882,1,0,0,0,593, - 2884,1,0,0,0,595,2886,1,0,0,0,597,2888,1,0,0,0,599,2890,1,0,0,0,601,2892, - 1,0,0,0,603,2894,1,0,0,0,605,2896,1,0,0,0,607,2898,1,0,0,0,609,2900,1,0, - 0,0,611,2902,1,0,0,0,613,2904,1,0,0,0,615,2906,1,0,0,0,617,2908,1,0,0,0, - 619,2910,1,0,0,0,621,2912,1,0,0,0,623,2914,1,0,0,0,625,2916,1,0,0,0,627, - 2918,1,0,0,0,629,2920,1,0,0,0,631,2923,1,0,0,0,633,2926,1,0,0,0,635,2928, - 1,0,0,0,637,2931,1,0,0,0,639,2937,1,0,0,0,641,2940,1,0,0,0,643,2987,1,0, - 0,0,645,2989,1,0,0,0,647,2991,1,0,0,0,649,2993,1,0,0,0,651,2995,1,0,0,0, - 653,3004,1,0,0,0,655,3008,1,0,0,0,657,3021,1,0,0,0,659,3033,1,0,0,0,661, - 3050,1,0,0,0,663,3064,1,0,0,0,665,3066,1,0,0,0,667,3068,1,0,0,0,669,3081, - 1,0,0,0,671,3094,1,0,0,0,673,3103,1,0,0,0,675,677,7,0,0,0,676,675,1,0,0, - 0,677,678,1,0,0,0,678,676,1,0,0,0,678,679,1,0,0,0,679,680,1,0,0,0,680,681, - 6,0,0,0,681,2,1,0,0,0,682,683,5,47,0,0,683,684,5,42,0,0,684,688,1,0,0,0, - 685,687,9,0,0,0,686,685,1,0,0,0,687,690,1,0,0,0,688,689,1,0,0,0,688,686, - 1,0,0,0,689,691,1,0,0,0,690,688,1,0,0,0,691,692,5,42,0,0,692,693,5,47,0, - 0,693,694,1,0,0,0,694,695,6,1,0,0,695,4,1,0,0,0,696,697,5,45,0,0,697,700, - 5,45,0,0,698,700,5,35,0,0,699,696,1,0,0,0,699,698,1,0,0,0,700,704,1,0,0, - 0,701,703,8,1,0,0,702,701,1,0,0,0,703,706,1,0,0,0,704,702,1,0,0,0,704,705, - 1,0,0,0,705,712,1,0,0,0,706,704,1,0,0,0,707,709,5,13,0,0,708,707,1,0,0, - 0,708,709,1,0,0,0,709,710,1,0,0,0,710,713,5,10,0,0,711,713,5,0,0,1,712, - 708,1,0,0,0,712,711,1,0,0,0,713,725,1,0,0,0,714,715,5,45,0,0,715,716,5, - 45,0,0,716,722,1,0,0,0,717,719,5,13,0,0,718,717,1,0,0,0,718,719,1,0,0,0, - 719,720,1,0,0,0,720,723,5,10,0,0,721,723,5,0,0,1,722,718,1,0,0,0,722,721, - 1,0,0,0,723,725,1,0,0,0,724,699,1,0,0,0,724,714,1,0,0,0,725,726,1,0,0,0, - 726,727,6,2,0,0,727,6,1,0,0,0,728,729,5,83,0,0,729,730,5,69,0,0,730,731, - 5,76,0,0,731,732,5,69,0,0,732,733,5,67,0,0,733,734,5,84,0,0,734,8,1,0,0, - 0,735,736,5,70,0,0,736,737,5,82,0,0,737,738,5,79,0,0,738,739,5,77,0,0,739, - 10,1,0,0,0,740,741,5,65,0,0,741,742,5,68,0,0,742,743,5,68,0,0,743,12,1, - 0,0,0,744,745,5,65,0,0,745,746,5,83,0,0,746,14,1,0,0,0,747,748,5,65,0,0, - 748,749,5,76,0,0,749,750,5,76,0,0,750,16,1,0,0,0,751,752,5,65,0,0,752,753, - 5,78,0,0,753,754,5,89,0,0,754,18,1,0,0,0,755,756,5,68,0,0,756,757,5,73, - 0,0,757,758,5,83,0,0,758,759,5,84,0,0,759,760,5,73,0,0,760,761,5,78,0,0, - 761,762,5,67,0,0,762,763,5,84,0,0,763,20,1,0,0,0,764,765,5,87,0,0,765,766, - 5,72,0,0,766,767,5,69,0,0,767,768,5,82,0,0,768,769,5,69,0,0,769,22,1,0, - 0,0,770,771,5,71,0,0,771,772,5,82,0,0,772,773,5,79,0,0,773,774,5,85,0,0, - 774,775,5,80,0,0,775,24,1,0,0,0,776,777,5,66,0,0,777,778,5,89,0,0,778,26, - 1,0,0,0,779,780,5,71,0,0,780,781,5,82,0,0,781,782,5,79,0,0,782,783,5,85, - 0,0,783,784,5,80,0,0,784,785,5,73,0,0,785,786,5,78,0,0,786,787,5,71,0,0, - 787,28,1,0,0,0,788,789,5,83,0,0,789,790,5,69,0,0,790,791,5,84,0,0,791,792, - 5,83,0,0,792,30,1,0,0,0,793,794,5,67,0,0,794,795,5,85,0,0,795,796,5,66, - 0,0,796,797,5,69,0,0,797,32,1,0,0,0,798,799,5,82,0,0,799,800,5,79,0,0,800, - 801,5,76,0,0,801,802,5,76,0,0,802,803,5,85,0,0,803,804,5,80,0,0,804,34, - 1,0,0,0,805,806,5,79,0,0,806,807,5,82,0,0,807,808,5,68,0,0,808,809,5,69, - 0,0,809,810,5,82,0,0,810,36,1,0,0,0,811,812,5,72,0,0,812,813,5,65,0,0,813, - 814,5,86,0,0,814,815,5,73,0,0,815,816,5,78,0,0,816,817,5,71,0,0,817,38, - 1,0,0,0,818,819,5,76,0,0,819,820,5,73,0,0,820,821,5,77,0,0,821,822,5,73, - 0,0,822,823,5,84,0,0,823,40,1,0,0,0,824,825,5,65,0,0,825,826,5,84,0,0,826, - 42,1,0,0,0,827,828,5,79,0,0,828,829,5,82,0,0,829,44,1,0,0,0,830,831,5,65, - 0,0,831,832,5,78,0,0,832,833,5,68,0,0,833,46,1,0,0,0,834,835,5,73,0,0,835, - 836,5,78,0,0,836,48,1,0,0,0,837,838,5,78,0,0,838,839,5,79,0,0,839,840,5, - 84,0,0,840,50,1,0,0,0,841,842,5,78,0,0,842,843,5,79,0,0,843,52,1,0,0,0, - 844,845,5,69,0,0,845,846,5,88,0,0,846,847,5,73,0,0,847,848,5,83,0,0,848, - 849,5,84,0,0,849,850,5,83,0,0,850,54,1,0,0,0,851,852,5,66,0,0,852,853,5, - 69,0,0,853,854,5,84,0,0,854,855,5,87,0,0,855,856,5,69,0,0,856,857,5,69, - 0,0,857,858,5,78,0,0,858,56,1,0,0,0,859,860,5,76,0,0,860,861,5,73,0,0,861, - 862,5,75,0,0,862,863,5,69,0,0,863,58,1,0,0,0,864,865,5,82,0,0,865,866,5, - 76,0,0,866,867,5,73,0,0,867,868,5,75,0,0,868,869,5,69,0,0,869,60,1,0,0, - 0,870,871,5,73,0,0,871,872,5,83,0,0,872,62,1,0,0,0,873,874,5,84,0,0,874, - 875,5,82,0,0,875,876,5,85,0,0,876,877,5,69,0,0,877,64,1,0,0,0,878,879,5, - 70,0,0,879,880,5,65,0,0,880,881,5,76,0,0,881,882,5,83,0,0,882,883,5,69, - 0,0,883,66,1,0,0,0,884,885,5,78,0,0,885,886,5,85,0,0,886,887,5,76,0,0,887, - 888,5,76,0,0,888,889,5,83,0,0,889,68,1,0,0,0,890,891,5,65,0,0,891,892,5, - 83,0,0,892,893,5,67,0,0,893,70,1,0,0,0,894,895,5,68,0,0,895,896,5,69,0, - 0,896,897,5,83,0,0,897,898,5,67,0,0,898,72,1,0,0,0,899,900,5,70,0,0,900, - 901,5,79,0,0,901,902,5,82,0,0,902,74,1,0,0,0,903,904,5,73,0,0,904,905,5, - 78,0,0,905,906,5,84,0,0,906,907,5,69,0,0,907,908,5,82,0,0,908,909,5,86, - 0,0,909,910,5,65,0,0,910,911,5,76,0,0,911,76,1,0,0,0,912,913,5,67,0,0,913, - 914,5,65,0,0,914,915,5,83,0,0,915,916,5,69,0,0,916,78,1,0,0,0,917,918,5, - 87,0,0,918,919,5,72,0,0,919,920,5,69,0,0,920,921,5,78,0,0,921,80,1,0,0, - 0,922,923,5,84,0,0,923,924,5,72,0,0,924,925,5,69,0,0,925,926,5,78,0,0,926, - 82,1,0,0,0,927,928,5,69,0,0,928,929,5,76,0,0,929,930,5,83,0,0,930,931,5, - 69,0,0,931,84,1,0,0,0,932,933,5,66,0,0,933,934,5,69,0,0,934,935,5,71,0, - 0,935,936,5,73,0,0,936,937,5,78,0,0,937,86,1,0,0,0,938,939,5,69,0,0,939, - 940,5,78,0,0,940,941,5,68,0,0,941,88,1,0,0,0,942,943,5,74,0,0,943,944,5, - 79,0,0,944,945,5,73,0,0,945,946,5,78,0,0,946,90,1,0,0,0,947,948,5,67,0, - 0,948,949,5,82,0,0,949,950,5,79,0,0,950,951,5,83,0,0,951,952,5,83,0,0,952, - 92,1,0,0,0,953,954,5,79,0,0,954,955,5,85,0,0,955,956,5,84,0,0,956,957,5, - 69,0,0,957,958,5,82,0,0,958,94,1,0,0,0,959,960,5,73,0,0,960,961,5,78,0, - 0,961,962,5,78,0,0,962,963,5,69,0,0,963,964,5,82,0,0,964,96,1,0,0,0,965, - 966,5,76,0,0,966,967,5,69,0,0,967,968,5,70,0,0,968,969,5,84,0,0,969,98, - 1,0,0,0,970,971,5,83,0,0,971,972,5,69,0,0,972,973,5,77,0,0,973,974,5,73, - 0,0,974,100,1,0,0,0,975,976,5,82,0,0,976,977,5,73,0,0,977,978,5,71,0,0, - 978,979,5,72,0,0,979,980,5,84,0,0,980,102,1,0,0,0,981,982,5,70,0,0,982, - 983,5,85,0,0,983,984,5,76,0,0,984,985,5,76,0,0,985,104,1,0,0,0,986,987, - 5,85,0,0,987,988,5,83,0,0,988,989,5,69,0,0,989,990,5,82,0,0,990,106,1,0, - 0,0,991,992,5,78,0,0,992,993,5,65,0,0,993,994,5,84,0,0,994,995,5,85,0,0, - 995,996,5,82,0,0,996,997,5,65,0,0,997,998,5,76,0,0,998,108,1,0,0,0,999, - 1000,5,79,0,0,1000,1001,5,78,0,0,1001,110,1,0,0,0,1002,1003,5,80,0,0,1003, - 1004,5,73,0,0,1004,1005,5,86,0,0,1005,1006,5,79,0,0,1006,1007,5,84,0,0, - 1007,112,1,0,0,0,1008,1009,5,76,0,0,1009,1010,5,65,0,0,1010,1011,5,84,0, - 0,1011,1012,5,69,0,0,1012,1013,5,82,0,0,1013,1014,5,65,0,0,1014,1015,5, - 76,0,0,1015,114,1,0,0,0,1016,1017,5,87,0,0,1017,1018,5,73,0,0,1018,1019, - 5,78,0,0,1019,1020,5,68,0,0,1020,1021,5,79,0,0,1021,1022,5,87,0,0,1022, - 116,1,0,0,0,1023,1024,5,79,0,0,1024,1025,5,86,0,0,1025,1026,5,69,0,0,1026, - 1027,5,82,0,0,1027,118,1,0,0,0,1028,1029,5,80,0,0,1029,1030,5,65,0,0,1030, - 1031,5,82,0,0,1031,1032,5,84,0,0,1032,1033,5,73,0,0,1033,1034,5,84,0,0, - 1034,1035,5,73,0,0,1035,1036,5,79,0,0,1036,1037,5,78,0,0,1037,120,1,0,0, - 0,1038,1039,5,82,0,0,1039,1040,5,65,0,0,1040,1041,5,78,0,0,1041,1042,5, - 71,0,0,1042,1043,5,69,0,0,1043,122,1,0,0,0,1044,1045,5,82,0,0,1045,1046, - 5,79,0,0,1046,1047,5,87,0,0,1047,1048,5,83,0,0,1048,124,1,0,0,0,1049,1050, - 5,85,0,0,1050,1051,5,78,0,0,1051,1052,5,66,0,0,1052,1053,5,79,0,0,1053, - 1054,5,85,0,0,1054,1055,5,78,0,0,1055,1056,5,68,0,0,1056,1057,5,69,0,0, - 1057,1058,5,68,0,0,1058,126,1,0,0,0,1059,1060,5,80,0,0,1060,1061,5,82,0, - 0,1061,1062,5,69,0,0,1062,1063,5,67,0,0,1063,1064,5,69,0,0,1064,1065,5, - 68,0,0,1065,1066,5,73,0,0,1066,1067,5,78,0,0,1067,1068,5,71,0,0,1068,128, - 1,0,0,0,1069,1070,5,70,0,0,1070,1071,5,79,0,0,1071,1072,5,76,0,0,1072,1073, - 5,76,0,0,1073,1074,5,79,0,0,1074,1075,5,87,0,0,1075,1076,5,73,0,0,1076, - 1077,5,78,0,0,1077,1078,5,71,0,0,1078,130,1,0,0,0,1079,1080,5,67,0,0,1080, - 1081,5,85,0,0,1081,1082,5,82,0,0,1082,1083,5,82,0,0,1083,1084,5,69,0,0, - 1084,1085,5,78,0,0,1085,1086,5,84,0,0,1086,132,1,0,0,0,1087,1088,5,70,0, - 0,1088,1089,5,73,0,0,1089,1090,5,82,0,0,1090,1091,5,83,0,0,1091,1092,5, - 84,0,0,1092,134,1,0,0,0,1093,1094,5,65,0,0,1094,1095,5,70,0,0,1095,1096, - 5,84,0,0,1096,1097,5,69,0,0,1097,1098,5,82,0,0,1098,136,1,0,0,0,1099,1100, - 5,76,0,0,1100,1101,5,65,0,0,1101,1102,5,83,0,0,1102,1103,5,84,0,0,1103, - 138,1,0,0,0,1104,1105,5,87,0,0,1105,1106,5,73,0,0,1106,1107,5,84,0,0,1107, - 1108,5,72,0,0,1108,140,1,0,0,0,1109,1110,5,86,0,0,1110,1111,5,65,0,0,1111, - 1112,5,76,0,0,1112,1113,5,85,0,0,1113,1114,5,69,0,0,1114,1115,5,83,0,0, - 1115,142,1,0,0,0,1116,1117,5,67,0,0,1117,1118,5,82,0,0,1118,1119,5,69,0, - 0,1119,1120,5,65,0,0,1120,1121,5,84,0,0,1121,1122,5,69,0,0,1122,144,1,0, - 0,0,1123,1124,5,84,0,0,1124,1125,5,65,0,0,1125,1126,5,66,0,0,1126,1127, - 5,76,0,0,1127,1128,5,69,0,0,1128,146,1,0,0,0,1129,1130,5,68,0,0,1130,1131, - 5,73,0,0,1131,1132,5,82,0,0,1132,1133,5,69,0,0,1133,1134,5,67,0,0,1134, - 1135,5,84,0,0,1135,1136,5,79,0,0,1136,1137,5,82,0,0,1137,1138,5,89,0,0, - 1138,148,1,0,0,0,1139,1140,5,86,0,0,1140,1141,5,73,0,0,1141,1142,5,69,0, - 0,1142,1143,5,87,0,0,1143,150,1,0,0,0,1144,1145,5,82,0,0,1145,1146,5,69, - 0,0,1146,1147,5,80,0,0,1147,1148,5,76,0,0,1148,1149,5,65,0,0,1149,1150, - 5,67,0,0,1150,1151,5,69,0,0,1151,152,1,0,0,0,1152,1153,5,69,0,0,1153,1154, - 5,88,0,0,1154,1155,5,69,0,0,1155,1156,5,67,0,0,1156,1157,5,85,0,0,1157, - 1158,5,84,0,0,1158,1159,5,69,0,0,1159,154,1,0,0,0,1160,1161,5,83,0,0,1161, - 1162,5,84,0,0,1162,1163,5,65,0,0,1163,1164,5,84,0,0,1164,1165,5,69,0,0, - 1165,1166,5,77,0,0,1166,1167,5,69,0,0,1167,1168,5,78,0,0,1168,1169,5,84, - 0,0,1169,156,1,0,0,0,1170,1171,5,73,0,0,1171,1172,5,78,0,0,1172,1173,5, - 83,0,0,1173,1174,5,69,0,0,1174,1175,5,82,0,0,1175,1176,5,84,0,0,1176,158, - 1,0,0,0,1177,1178,5,68,0,0,1178,1179,5,69,0,0,1179,1180,5,76,0,0,1180,1181, - 5,69,0,0,1181,1182,5,84,0,0,1182,1183,5,69,0,0,1183,160,1,0,0,0,1184,1185, - 5,82,0,0,1185,1186,5,69,0,0,1186,1187,5,77,0,0,1187,1188,5,79,0,0,1188, - 1189,5,86,0,0,1189,1190,5,69,0,0,1190,162,1,0,0,0,1191,1192,5,73,0,0,1192, - 1193,5,78,0,0,1193,1194,5,84,0,0,1194,1195,5,79,0,0,1195,164,1,0,0,0,1196, - 1197,5,68,0,0,1197,1198,5,69,0,0,1198,1199,5,83,0,0,1199,1200,5,67,0,0, - 1200,1201,5,82,0,0,1201,1202,5,73,0,0,1202,1203,5,66,0,0,1203,1204,5,69, - 0,0,1204,166,1,0,0,0,1205,1206,5,69,0,0,1206,1207,5,88,0,0,1207,1208,5, - 80,0,0,1208,1209,5,76,0,0,1209,1210,5,65,0,0,1210,1211,5,73,0,0,1211,1212, - 5,78,0,0,1212,168,1,0,0,0,1213,1214,5,80,0,0,1214,1215,5,76,0,0,1215,1216, - 5,65,0,0,1216,1217,5,78,0,0,1217,170,1,0,0,0,1218,1219,5,67,0,0,1219,1220, - 5,72,0,0,1220,1221,5,65,0,0,1221,1222,5,78,0,0,1222,1223,5,71,0,0,1223, - 1224,5,69,0,0,1224,1225,5,76,0,0,1225,1226,5,79,0,0,1226,1227,5,71,0,0, - 1227,1228,5,95,0,0,1228,1229,5,77,0,0,1229,1230,5,79,0,0,1230,1231,5,68, - 0,0,1231,1232,5,69,0,0,1232,172,1,0,0,0,1233,1234,5,74,0,0,1234,1235,5, - 83,0,0,1235,1236,5,79,0,0,1236,1237,5,78,0,0,1237,1238,5,95,0,0,1238,1239, - 5,69,0,0,1239,1240,5,88,0,0,1240,1241,5,69,0,0,1241,1242,5,67,0,0,1242, - 1243,5,85,0,0,1243,1244,5,84,0,0,1244,1245,5,73,0,0,1245,1246,5,79,0,0, - 1246,1247,5,78,0,0,1247,1248,5,95,0,0,1248,1249,5,80,0,0,1249,1250,5,76, - 0,0,1250,1251,5,65,0,0,1251,1252,5,78,0,0,1252,174,1,0,0,0,1253,1254,5, - 69,0,0,1254,1255,5,83,0,0,1255,1256,5,84,0,0,1256,1257,5,73,0,0,1257,1258, - 5,77,0,0,1258,1259,5,65,0,0,1259,1260,5,84,0,0,1260,1261,5,69,0,0,1261, - 1262,5,68,0,0,1262,1263,5,95,0,0,1263,1264,5,67,0,0,1264,1265,5,79,0,0, - 1265,1266,5,83,0,0,1266,1267,5,84,0,0,1267,176,1,0,0,0,1268,1269,5,70,0, - 0,1269,1270,5,79,0,0,1270,1271,5,82,0,0,1271,1272,5,77,0,0,1272,1273,5, - 65,0,0,1273,1274,5,84,0,0,1274,178,1,0,0,0,1275,1276,5,76,0,0,1276,1277, - 5,79,0,0,1277,1278,5,71,0,0,1278,1279,5,73,0,0,1279,1280,5,67,0,0,1280, - 1281,5,65,0,0,1281,1282,5,76,0,0,1282,180,1,0,0,0,1283,1284,5,67,0,0,1284, - 1285,5,79,0,0,1285,1286,5,68,0,0,1286,1287,5,69,0,0,1287,1288,5,71,0,0, - 1288,1289,5,69,0,0,1289,1290,5,78,0,0,1290,182,1,0,0,0,1291,1292,5,67,0, - 0,1292,1293,5,79,0,0,1293,1294,5,83,0,0,1294,1295,5,84,0,0,1295,184,1,0, - 0,0,1296,1297,5,67,0,0,1297,1298,5,65,0,0,1298,1299,5,83,0,0,1299,1300, - 5,84,0,0,1300,186,1,0,0,0,1301,1302,5,83,0,0,1302,1303,5,72,0,0,1303,1304, - 5,79,0,0,1304,1305,5,87,0,0,1305,188,1,0,0,0,1306,1307,5,84,0,0,1307,1308, - 5,65,0,0,1308,1309,5,66,0,0,1309,1310,5,76,0,0,1310,1311,5,69,0,0,1311, - 1312,5,83,0,0,1312,190,1,0,0,0,1313,1314,5,67,0,0,1314,1315,5,79,0,0,1315, - 1316,5,76,0,0,1316,1317,5,85,0,0,1317,1318,5,77,0,0,1318,1319,5,78,0,0, - 1319,1320,5,83,0,0,1320,192,1,0,0,0,1321,1322,5,67,0,0,1322,1323,5,79,0, - 0,1323,1324,5,76,0,0,1324,1325,5,85,0,0,1325,1326,5,77,0,0,1326,1327,5, - 78,0,0,1327,194,1,0,0,0,1328,1329,5,85,0,0,1329,1330,5,83,0,0,1330,1331, - 5,69,0,0,1331,196,1,0,0,0,1332,1333,5,77,0,0,1333,1334,5,79,0,0,1334,1335, - 5,68,0,0,1335,1336,5,85,0,0,1336,1337,5,76,0,0,1337,1338,5,69,0,0,1338, - 198,1,0,0,0,1339,1340,5,77,0,0,1340,1341,5,79,0,0,1341,1342,5,68,0,0,1342, - 1343,5,85,0,0,1343,1344,5,76,0,0,1344,1345,5,69,0,0,1345,1346,5,83,0,0, - 1346,200,1,0,0,0,1347,1348,5,80,0,0,1348,1349,5,65,0,0,1349,1350,5,82,0, - 0,1350,1351,5,84,0,0,1351,1352,5,73,0,0,1352,1353,5,84,0,0,1353,1354,5, - 73,0,0,1354,1355,5,79,0,0,1355,1356,5,78,0,0,1356,1357,5,83,0,0,1357,202, - 1,0,0,0,1358,1359,5,70,0,0,1359,1360,5,85,0,0,1360,1361,5,78,0,0,1361,1362, - 5,67,0,0,1362,1363,5,84,0,0,1363,1364,5,73,0,0,1364,1365,5,79,0,0,1365, - 1366,5,78,0,0,1366,1367,5,83,0,0,1367,204,1,0,0,0,1368,1369,5,68,0,0,1369, - 1370,5,82,0,0,1370,1371,5,79,0,0,1371,1372,5,80,0,0,1372,206,1,0,0,0,1373, - 1374,5,85,0,0,1374,1375,5,78,0,0,1375,1376,5,73,0,0,1376,1377,5,79,0,0, - 1377,1378,5,78,0,0,1378,208,1,0,0,0,1379,1380,5,69,0,0,1380,1381,5,88,0, - 0,1381,1382,5,67,0,0,1382,1383,5,69,0,0,1383,1384,5,80,0,0,1384,1385,5, - 84,0,0,1385,210,1,0,0,0,1386,1387,5,83,0,0,1387,1388,5,69,0,0,1388,1389, - 5,84,0,0,1389,1390,5,77,0,0,1390,1391,5,73,0,0,1391,1392,5,78,0,0,1392, - 1393,5,85,0,0,1393,1394,5,83,0,0,1394,212,1,0,0,0,1395,1396,5,73,0,0,1396, - 1397,5,78,0,0,1397,1398,5,84,0,0,1398,1399,5,69,0,0,1399,1400,5,82,0,0, - 1400,1401,5,83,0,0,1401,1402,5,69,0,0,1402,1403,5,67,0,0,1403,1404,5,84, - 0,0,1404,214,1,0,0,0,1405,1406,5,84,0,0,1406,1407,5,79,0,0,1407,216,1,0, - 0,0,1408,1409,5,84,0,0,1409,1410,5,65,0,0,1410,1411,5,66,0,0,1411,1412, - 5,76,0,0,1412,1413,5,69,0,0,1413,1414,5,83,0,0,1414,1415,5,65,0,0,1415, - 1416,5,77,0,0,1416,1417,5,80,0,0,1417,1418,5,76,0,0,1418,1419,5,69,0,0, - 1419,218,1,0,0,0,1420,1421,5,83,0,0,1421,1422,5,84,0,0,1422,1423,5,82,0, - 0,1423,1424,5,65,0,0,1424,1425,5,84,0,0,1425,1426,5,73,0,0,1426,1427,5, - 70,0,0,1427,1428,5,89,0,0,1428,220,1,0,0,0,1429,1430,5,65,0,0,1430,1431, - 5,76,0,0,1431,1432,5,84,0,0,1432,1433,5,69,0,0,1433,1434,5,82,0,0,1434, - 222,1,0,0,0,1435,1436,5,82,0,0,1436,1437,5,69,0,0,1437,1438,5,78,0,0,1438, - 1439,5,65,0,0,1439,1440,5,77,0,0,1440,1441,5,69,0,0,1441,224,1,0,0,0,1442, - 1443,5,83,0,0,1443,1444,5,84,0,0,1444,1445,5,82,0,0,1445,1446,5,85,0,0, - 1446,1447,5,67,0,0,1447,1448,5,84,0,0,1448,226,1,0,0,0,1449,1450,5,67,0, - 0,1450,1451,5,79,0,0,1451,1452,5,77,0,0,1452,1453,5,77,0,0,1453,1454,5, - 69,0,0,1454,1455,5,78,0,0,1455,1456,5,84,0,0,1456,228,1,0,0,0,1457,1458, - 5,83,0,0,1458,1459,5,69,0,0,1459,1460,5,84,0,0,1460,230,1,0,0,0,1461,1462, - 5,82,0,0,1462,1463,5,69,0,0,1463,1464,5,83,0,0,1464,1465,5,69,0,0,1465, - 1466,5,84,0,0,1466,232,1,0,0,0,1467,1468,5,68,0,0,1468,1469,5,65,0,0,1469, - 1470,5,84,0,0,1470,1471,5,65,0,0,1471,234,1,0,0,0,1472,1473,5,83,0,0,1473, - 1474,5,84,0,0,1474,1475,5,65,0,0,1475,1476,5,82,0,0,1476,1477,5,84,0,0, - 1477,236,1,0,0,0,1478,1479,5,84,0,0,1479,1480,5,82,0,0,1480,1481,5,65,0, - 0,1481,1482,5,78,0,0,1482,1483,5,83,0,0,1483,1484,5,65,0,0,1484,1485,5, - 67,0,0,1485,1486,5,84,0,0,1486,1487,5,73,0,0,1487,1488,5,79,0,0,1488,1489, - 5,78,0,0,1489,238,1,0,0,0,1490,1491,5,67,0,0,1491,1492,5,79,0,0,1492,1493, - 5,77,0,0,1493,1494,5,77,0,0,1494,1495,5,73,0,0,1495,1496,5,84,0,0,1496, - 240,1,0,0,0,1497,1498,5,82,0,0,1498,1499,5,79,0,0,1499,1500,5,76,0,0,1500, - 1501,5,76,0,0,1501,1502,5,66,0,0,1502,1503,5,65,0,0,1503,1504,5,67,0,0, - 1504,1505,5,75,0,0,1505,242,1,0,0,0,1506,1507,5,77,0,0,1507,1508,5,65,0, - 0,1508,1509,5,67,0,0,1509,1510,5,82,0,0,1510,1511,5,79,0,0,1511,244,1,0, - 0,0,1512,1513,5,73,0,0,1513,1514,5,71,0,0,1514,1515,5,78,0,0,1515,1516, - 5,79,0,0,1516,1517,5,82,0,0,1517,1518,5,69,0,0,1518,246,1,0,0,0,1519,1520, - 5,66,0,0,1520,1521,5,79,0,0,1521,1522,5,84,0,0,1522,1523,5,72,0,0,1523, - 248,1,0,0,0,1524,1525,5,76,0,0,1525,1526,5,69,0,0,1526,1527,5,65,0,0,1527, - 1528,5,68,0,0,1528,1529,5,73,0,0,1529,1530,5,78,0,0,1530,1531,5,71,0,0, - 1531,250,1,0,0,0,1532,1533,5,84,0,0,1533,1534,5,82,0,0,1534,1535,5,65,0, - 0,1535,1536,5,73,0,0,1536,1537,5,76,0,0,1537,1538,5,73,0,0,1538,1539,5, - 78,0,0,1539,1540,5,71,0,0,1540,252,1,0,0,0,1541,1542,5,73,0,0,1542,1543, - 5,70,0,0,1543,254,1,0,0,0,1544,1545,5,80,0,0,1545,1546,5,79,0,0,1546,1547, - 5,83,0,0,1547,1548,5,73,0,0,1548,1549,5,84,0,0,1549,1550,5,73,0,0,1550, - 1551,5,79,0,0,1551,1552,5,78,0,0,1552,256,1,0,0,0,1553,1554,5,69,0,0,1554, - 1555,5,88,0,0,1555,1556,5,84,0,0,1556,1557,5,82,0,0,1557,1558,5,65,0,0, - 1558,1559,5,67,0,0,1559,1560,5,84,0,0,1560,258,1,0,0,0,1561,1562,5,77,0, - 0,1562,1563,5,73,0,0,1563,1564,5,78,0,0,1564,1565,5,85,0,0,1565,1566,5, - 83,0,0,1566,260,1,0,0,0,1567,1568,5,68,0,0,1568,1569,5,73,0,0,1569,1570, - 5,86,0,0,1570,262,1,0,0,0,1571,1572,5,80,0,0,1572,1573,5,69,0,0,1573,1574, - 5,82,0,0,1574,1575,5,67,0,0,1575,1576,5,69,0,0,1576,1577,5,78,0,0,1577, - 1578,5,84,0,0,1578,1579,5,76,0,0,1579,1580,5,73,0,0,1580,1581,5,84,0,0, - 1581,264,1,0,0,0,1582,1583,5,66,0,0,1583,1584,5,85,0,0,1584,1585,5,67,0, - 0,1585,1586,5,75,0,0,1586,1587,5,69,0,0,1587,1588,5,84,0,0,1588,266,1,0, - 0,0,1589,1590,5,79,0,0,1590,1591,5,85,0,0,1591,1592,5,84,0,0,1592,268,1, - 0,0,0,1593,1594,5,79,0,0,1594,1595,5,70,0,0,1595,270,1,0,0,0,1596,1597, - 5,83,0,0,1597,1598,5,79,0,0,1598,1599,5,82,0,0,1599,1600,5,84,0,0,1600, - 272,1,0,0,0,1601,1602,5,67,0,0,1602,1603,5,76,0,0,1603,1604,5,85,0,0,1604, - 1605,5,83,0,0,1605,1606,5,84,0,0,1606,1607,5,69,0,0,1607,1608,5,82,0,0, - 1608,274,1,0,0,0,1609,1610,5,68,0,0,1610,1611,5,73,0,0,1611,1612,5,83,0, - 0,1612,1613,5,84,0,0,1613,1614,5,82,0,0,1614,1615,5,73,0,0,1615,1616,5, - 66,0,0,1616,1617,5,85,0,0,1617,1618,5,84,0,0,1618,1619,5,69,0,0,1619,276, - 1,0,0,0,1620,1621,5,79,0,0,1621,1622,5,86,0,0,1622,1623,5,69,0,0,1623,1624, - 5,82,0,0,1624,1625,5,87,0,0,1625,1626,5,82,0,0,1626,1627,5,73,0,0,1627, - 1628,5,84,0,0,1628,1629,5,69,0,0,1629,278,1,0,0,0,1630,1631,5,84,0,0,1631, - 1632,5,82,0,0,1632,1633,5,65,0,0,1633,1634,5,78,0,0,1634,1635,5,83,0,0, - 1635,1636,5,70,0,0,1636,1637,5,79,0,0,1637,1638,5,82,0,0,1638,1639,5,77, - 0,0,1639,280,1,0,0,0,1640,1641,5,82,0,0,1641,1642,5,69,0,0,1642,1643,5, - 68,0,0,1643,1644,5,85,0,0,1644,1645,5,67,0,0,1645,1646,5,69,0,0,1646,282, - 1,0,0,0,1647,1648,5,85,0,0,1648,1649,5,83,0,0,1649,1650,5,73,0,0,1650,1651, - 5,78,0,0,1651,1652,5,71,0,0,1652,284,1,0,0,0,1653,1654,5,83,0,0,1654,1655, - 5,69,0,0,1655,1656,5,82,0,0,1656,1657,5,68,0,0,1657,1658,5,69,0,0,1658, - 286,1,0,0,0,1659,1660,5,83,0,0,1660,1661,5,69,0,0,1661,1662,5,82,0,0,1662, - 1663,5,68,0,0,1663,1664,5,69,0,0,1664,1665,5,80,0,0,1665,1666,5,82,0,0, - 1666,1667,5,79,0,0,1667,1668,5,80,0,0,1668,1669,5,69,0,0,1669,1670,5,82, - 0,0,1670,1671,5,84,0,0,1671,1672,5,73,0,0,1672,1673,5,69,0,0,1673,1674, - 5,83,0,0,1674,288,1,0,0,0,1675,1676,5,82,0,0,1676,1677,5,69,0,0,1677,1678, - 5,67,0,0,1678,1679,5,79,0,0,1679,1680,5,82,0,0,1680,1681,5,68,0,0,1681, - 1682,5,82,0,0,1682,1683,5,69,0,0,1683,1684,5,65,0,0,1684,1685,5,68,0,0, - 1685,1686,5,69,0,0,1686,1687,5,82,0,0,1687,290,1,0,0,0,1688,1689,5,82,0, - 0,1689,1690,5,69,0,0,1690,1691,5,67,0,0,1691,1692,5,79,0,0,1692,1693,5, - 82,0,0,1693,1694,5,68,0,0,1694,1695,5,87,0,0,1695,1696,5,82,0,0,1696,1697, - 5,73,0,0,1697,1698,5,84,0,0,1698,1699,5,69,0,0,1699,1700,5,82,0,0,1700, - 292,1,0,0,0,1701,1702,5,68,0,0,1702,1703,5,69,0,0,1703,1704,5,76,0,0,1704, - 1705,5,73,0,0,1705,1706,5,77,0,0,1706,1707,5,73,0,0,1707,1708,5,84,0,0, - 1708,1709,5,69,0,0,1709,1710,5,68,0,0,1710,294,1,0,0,0,1711,1712,5,70,0, - 0,1712,1713,5,73,0,0,1713,1714,5,69,0,0,1714,1715,5,76,0,0,1715,1716,5, - 68,0,0,1716,1717,5,83,0,0,1717,296,1,0,0,0,1718,1719,5,84,0,0,1719,1720, - 5,69,0,0,1720,1721,5,82,0,0,1721,1722,5,77,0,0,1722,1723,5,73,0,0,1723, - 1724,5,78,0,0,1724,1725,5,65,0,0,1725,1726,5,84,0,0,1726,1727,5,69,0,0, - 1727,1728,5,68,0,0,1728,298,1,0,0,0,1729,1730,5,67,0,0,1730,1731,5,79,0, - 0,1731,1732,5,76,0,0,1732,1733,5,76,0,0,1733,1734,5,69,0,0,1734,1735,5, - 67,0,0,1735,1736,5,84,0,0,1736,1737,5,73,0,0,1737,1738,5,79,0,0,1738,1739, - 5,78,0,0,1739,300,1,0,0,0,1740,1741,5,73,0,0,1741,1742,5,84,0,0,1742,1743, - 5,69,0,0,1743,1744,5,77,0,0,1744,1745,5,83,0,0,1745,302,1,0,0,0,1746,1747, - 5,75,0,0,1747,1748,5,69,0,0,1748,1749,5,89,0,0,1749,1750,5,83,0,0,1750, - 304,1,0,0,0,1751,1752,5,69,0,0,1752,1753,5,83,0,0,1753,1754,5,67,0,0,1754, - 1755,5,65,0,0,1755,1756,5,80,0,0,1756,1757,5,69,0,0,1757,1758,5,68,0,0, - 1758,306,1,0,0,0,1759,1760,5,76,0,0,1760,1761,5,73,0,0,1761,1762,5,78,0, - 0,1762,1763,5,69,0,0,1763,1764,5,83,0,0,1764,308,1,0,0,0,1765,1766,5,83, - 0,0,1766,1767,5,69,0,0,1767,1768,5,80,0,0,1768,1769,5,65,0,0,1769,1770, - 5,82,0,0,1770,1771,5,65,0,0,1771,1772,5,84,0,0,1772,1773,5,69,0,0,1773, - 1774,5,68,0,0,1774,310,1,0,0,0,1775,1776,5,70,0,0,1776,1777,5,85,0,0,1777, - 1778,5,78,0,0,1778,1779,5,67,0,0,1779,1780,5,84,0,0,1780,1781,5,73,0,0, - 1781,1782,5,79,0,0,1782,1783,5,78,0,0,1783,312,1,0,0,0,1784,1785,5,69,0, - 0,1785,1786,5,88,0,0,1786,1787,5,84,0,0,1787,1788,5,69,0,0,1788,1789,5, - 78,0,0,1789,1790,5,68,0,0,1790,1791,5,69,0,0,1791,1792,5,68,0,0,1792,314, - 1,0,0,0,1793,1794,5,82,0,0,1794,1795,5,69,0,0,1795,1796,5,70,0,0,1796,1797, - 5,82,0,0,1797,1798,5,69,0,0,1798,1799,5,83,0,0,1799,1800,5,72,0,0,1800, - 316,1,0,0,0,1801,1802,5,67,0,0,1802,1803,5,76,0,0,1803,1804,5,69,0,0,1804, - 1805,5,65,0,0,1805,1806,5,82,0,0,1806,318,1,0,0,0,1807,1808,5,67,0,0,1808, - 1809,5,65,0,0,1809,1810,5,67,0,0,1810,1811,5,72,0,0,1811,1812,5,69,0,0, - 1812,320,1,0,0,0,1813,1814,5,85,0,0,1814,1815,5,78,0,0,1815,1816,5,67,0, - 0,1816,1817,5,65,0,0,1817,1818,5,67,0,0,1818,1819,5,72,0,0,1819,1820,5, - 69,0,0,1820,322,1,0,0,0,1821,1822,5,76,0,0,1822,1823,5,65,0,0,1823,1824, - 5,90,0,0,1824,1825,5,89,0,0,1825,324,1,0,0,0,1826,1827,5,70,0,0,1827,1828, - 5,79,0,0,1828,1829,5,82,0,0,1829,1830,5,77,0,0,1830,1831,5,65,0,0,1831, - 1832,5,84,0,0,1832,1833,5,84,0,0,1833,1834,5,69,0,0,1834,1835,5,68,0,0, - 1835,326,1,0,0,0,1836,1837,5,71,0,0,1837,1838,5,76,0,0,1838,1839,5,79,0, - 0,1839,1840,5,66,0,0,1840,1841,5,65,0,0,1841,1842,5,76,0,0,1842,328,1,0, - 0,0,1843,1844,5,84,0,0,1844,1845,5,69,0,0,1845,1846,5,77,0,0,1846,1847, - 5,80,0,0,1847,1848,5,79,0,0,1848,1849,5,82,0,0,1849,1850,5,65,0,0,1850, - 1851,5,82,0,0,1851,1852,5,89,0,0,1852,330,1,0,0,0,1853,1854,5,79,0,0,1854, - 1855,5,80,0,0,1855,1856,5,84,0,0,1856,1857,5,73,0,0,1857,1858,5,79,0,0, - 1858,1859,5,78,0,0,1859,1860,5,83,0,0,1860,332,1,0,0,0,1861,1862,5,85,0, - 0,1862,1863,5,78,0,0,1863,1864,5,83,0,0,1864,1865,5,69,0,0,1865,1866,5, - 84,0,0,1866,334,1,0,0,0,1867,1868,5,84,0,0,1868,1869,5,66,0,0,1869,1870, - 5,76,0,0,1870,1871,5,80,0,0,1871,1872,5,82,0,0,1872,1873,5,79,0,0,1873, - 1874,5,80,0,0,1874,1875,5,69,0,0,1875,1876,5,82,0,0,1876,1877,5,84,0,0, - 1877,1878,5,73,0,0,1878,1879,5,69,0,0,1879,1880,5,83,0,0,1880,336,1,0,0, - 0,1881,1882,5,68,0,0,1882,1883,5,66,0,0,1883,1884,5,80,0,0,1884,1885,5, - 82,0,0,1885,1886,5,79,0,0,1886,1887,5,80,0,0,1887,1888,5,69,0,0,1888,1889, - 5,82,0,0,1889,1890,5,84,0,0,1890,1891,5,73,0,0,1891,1892,5,69,0,0,1892, - 1893,5,83,0,0,1893,338,1,0,0,0,1894,1895,5,66,0,0,1895,1896,5,85,0,0,1896, - 1897,5,67,0,0,1897,1898,5,75,0,0,1898,1899,5,69,0,0,1899,1900,5,84,0,0, - 1900,1901,5,83,0,0,1901,340,1,0,0,0,1902,1903,5,83,0,0,1903,1904,5,75,0, - 0,1904,1905,5,69,0,0,1905,1906,5,87,0,0,1906,1907,5,69,0,0,1907,1908,5, - 68,0,0,1908,342,1,0,0,0,1909,1910,5,83,0,0,1910,1911,5,84,0,0,1911,1912, - 5,79,0,0,1912,1913,5,82,0,0,1913,1914,5,69,0,0,1914,1915,5,68,0,0,1915, - 344,1,0,0,0,1916,1917,5,68,0,0,1917,1918,5,73,0,0,1918,1919,5,82,0,0,1919, - 1920,5,69,0,0,1920,1921,5,67,0,0,1921,1922,5,84,0,0,1922,1923,5,79,0,0, - 1923,1924,5,82,0,0,1924,1925,5,73,0,0,1925,1926,5,69,0,0,1926,1927,5,83, - 0,0,1927,346,1,0,0,0,1928,1929,5,76,0,0,1929,1930,5,79,0,0,1930,1931,5, - 67,0,0,1931,1932,5,65,0,0,1932,1933,5,84,0,0,1933,1934,5,73,0,0,1934,1935, - 5,79,0,0,1935,1936,5,78,0,0,1936,348,1,0,0,0,1937,1938,5,69,0,0,1938,1939, - 5,88,0,0,1939,1940,5,67,0,0,1940,1941,5,72,0,0,1941,1942,5,65,0,0,1942, - 1943,5,78,0,0,1943,1944,5,71,0,0,1944,1945,5,69,0,0,1945,350,1,0,0,0,1946, - 1947,5,65,0,0,1947,1948,5,82,0,0,1948,1949,5,67,0,0,1949,1950,5,72,0,0, - 1950,1951,5,73,0,0,1951,1952,5,86,0,0,1952,1953,5,69,0,0,1953,352,1,0,0, - 0,1954,1955,5,85,0,0,1955,1956,5,78,0,0,1956,1957,5,65,0,0,1957,1958,5, - 82,0,0,1958,1959,5,67,0,0,1959,1960,5,72,0,0,1960,1961,5,73,0,0,1961,1962, - 5,86,0,0,1962,1963,5,69,0,0,1963,354,1,0,0,0,1964,1965,5,70,0,0,1965,1966, - 5,73,0,0,1966,1967,5,76,0,0,1967,1968,5,69,0,0,1968,1969,5,70,0,0,1969, - 1970,5,79,0,0,1970,1971,5,82,0,0,1971,1972,5,77,0,0,1972,1973,5,65,0,0, - 1973,1974,5,84,0,0,1974,356,1,0,0,0,1975,1976,5,84,0,0,1976,1977,5,79,0, - 0,1977,1978,5,85,0,0,1978,1979,5,67,0,0,1979,1980,5,72,0,0,1980,358,1,0, - 0,0,1981,1982,5,67,0,0,1982,1983,5,79,0,0,1983,1984,5,77,0,0,1984,1985, - 5,80,0,0,1985,1986,5,65,0,0,1986,1987,5,67,0,0,1987,1988,5,84,0,0,1988, - 360,1,0,0,0,1989,1990,5,67,0,0,1990,1991,5,79,0,0,1991,1992,5,78,0,0,1992, - 1993,5,67,0,0,1993,1994,5,65,0,0,1994,1995,5,84,0,0,1995,1996,5,69,0,0, - 1996,1997,5,78,0,0,1997,1998,5,65,0,0,1998,1999,5,84,0,0,1999,2000,5,69, - 0,0,2000,362,1,0,0,0,2001,2002,5,67,0,0,2002,2003,5,72,0,0,2003,2004,5, - 65,0,0,2004,2005,5,78,0,0,2005,2006,5,71,0,0,2006,2007,5,69,0,0,2007,364, - 1,0,0,0,2008,2009,5,67,0,0,2009,2010,5,65,0,0,2010,2011,5,83,0,0,2011,2012, - 5,67,0,0,2012,2013,5,65,0,0,2013,2014,5,68,0,0,2014,2015,5,69,0,0,2015, - 366,1,0,0,0,2016,2017,5,67,0,0,2017,2018,5,79,0,0,2018,2019,5,78,0,0,2019, - 2020,5,83,0,0,2020,2021,5,84,0,0,2021,2022,5,82,0,0,2022,2023,5,65,0,0, - 2023,2024,5,73,0,0,2024,2025,5,78,0,0,2025,2026,5,84,0,0,2026,368,1,0,0, - 0,2027,2028,5,82,0,0,2028,2029,5,69,0,0,2029,2030,5,83,0,0,2030,2031,5, - 84,0,0,2031,2032,5,82,0,0,2032,2033,5,73,0,0,2033,2034,5,67,0,0,2034,2035, - 5,84,0,0,2035,370,1,0,0,0,2036,2037,5,67,0,0,2037,2038,5,76,0,0,2038,2039, - 5,85,0,0,2039,2040,5,83,0,0,2040,2041,5,84,0,0,2041,2042,5,69,0,0,2042, - 2043,5,82,0,0,2043,2044,5,69,0,0,2044,2045,5,68,0,0,2045,372,1,0,0,0,2046, - 2047,5,83,0,0,2047,2048,5,79,0,0,2048,2049,5,82,0,0,2049,2050,5,84,0,0, - 2050,2051,5,69,0,0,2051,2052,5,68,0,0,2052,374,1,0,0,0,2053,2054,5,80,0, - 0,2054,2055,5,85,0,0,2055,2056,5,82,0,0,2056,2057,5,71,0,0,2057,2058,5, - 69,0,0,2058,376,1,0,0,0,2059,2060,5,73,0,0,2060,2061,5,78,0,0,2061,2062, - 5,80,0,0,2062,2063,5,85,0,0,2063,2064,5,84,0,0,2064,2065,5,70,0,0,2065, - 2066,5,79,0,0,2066,2067,5,82,0,0,2067,2068,5,77,0,0,2068,2069,5,65,0,0, - 2069,2070,5,84,0,0,2070,378,1,0,0,0,2071,2072,5,79,0,0,2072,2073,5,85,0, - 0,2073,2074,5,84,0,0,2074,2075,5,80,0,0,2075,2076,5,85,0,0,2076,2077,5, - 84,0,0,2077,2078,5,70,0,0,2078,2079,5,79,0,0,2079,2080,5,82,0,0,2080,2081, - 5,77,0,0,2081,2082,5,65,0,0,2082,2083,5,84,0,0,2083,380,1,0,0,0,2084,2085, - 5,68,0,0,2085,2086,5,65,0,0,2086,2087,5,84,0,0,2087,2088,5,65,0,0,2088, - 2089,5,66,0,0,2089,2090,5,65,0,0,2090,2091,5,83,0,0,2091,2092,5,69,0,0, - 2092,382,1,0,0,0,2093,2094,5,68,0,0,2094,2095,5,65,0,0,2095,2096,5,84,0, - 0,2096,2097,5,65,0,0,2097,2098,5,66,0,0,2098,2099,5,65,0,0,2099,2100,5, - 83,0,0,2100,2101,5,69,0,0,2101,2102,5,83,0,0,2102,384,1,0,0,0,2103,2104, - 5,68,0,0,2104,2105,5,70,0,0,2105,2106,5,83,0,0,2106,386,1,0,0,0,2107,2108, - 5,84,0,0,2108,2109,5,82,0,0,2109,2110,5,85,0,0,2110,2111,5,78,0,0,2111, - 2112,5,67,0,0,2112,2113,5,65,0,0,2113,2114,5,84,0,0,2114,2115,5,69,0,0, - 2115,388,1,0,0,0,2116,2117,5,65,0,0,2117,2118,5,78,0,0,2118,2119,5,65,0, - 0,2119,2120,5,76,0,0,2120,2121,5,89,0,0,2121,2122,5,90,0,0,2122,2123,5, - 69,0,0,2123,390,1,0,0,0,2124,2125,5,67,0,0,2125,2126,5,79,0,0,2126,2127, - 5,77,0,0,2127,2128,5,80,0,0,2128,2129,5,85,0,0,2129,2130,5,84,0,0,2130, - 2131,5,69,0,0,2131,392,1,0,0,0,2132,2133,5,76,0,0,2133,2134,5,73,0,0,2134, - 2135,5,83,0,0,2135,2136,5,84,0,0,2136,394,1,0,0,0,2137,2138,5,83,0,0,2138, - 2139,5,84,0,0,2139,2140,5,65,0,0,2140,2141,5,84,0,0,2141,2142,5,73,0,0, - 2142,2143,5,83,0,0,2143,2144,5,84,0,0,2144,2145,5,73,0,0,2145,2146,5,67, - 0,0,2146,2147,5,83,0,0,2147,396,1,0,0,0,2148,2149,5,80,0,0,2149,2150,5, - 65,0,0,2150,2151,5,82,0,0,2151,2152,5,84,0,0,2152,2153,5,73,0,0,2153,2154, - 5,84,0,0,2154,2155,5,73,0,0,2155,2156,5,79,0,0,2156,2157,5,78,0,0,2157, - 2158,5,69,0,0,2158,2159,5,68,0,0,2159,398,1,0,0,0,2160,2161,5,69,0,0,2161, - 2162,5,88,0,0,2162,2163,5,84,0,0,2163,2164,5,69,0,0,2164,2165,5,82,0,0, - 2165,2166,5,78,0,0,2166,2167,5,65,0,0,2167,2168,5,76,0,0,2168,400,1,0,0, - 0,2169,2170,5,68,0,0,2170,2171,5,69,0,0,2171,2172,5,70,0,0,2172,2173,5, - 73,0,0,2173,2174,5,78,0,0,2174,2175,5,69,0,0,2175,2176,5,68,0,0,2176,402, - 1,0,0,0,2177,2178,5,82,0,0,2178,2179,5,69,0,0,2179,2180,5,86,0,0,2180,2181, - 5,79,0,0,2181,2182,5,75,0,0,2182,2183,5,69,0,0,2183,404,1,0,0,0,2184,2185, - 5,71,0,0,2185,2186,5,82,0,0,2186,2187,5,65,0,0,2187,2188,5,78,0,0,2188, - 2189,5,84,0,0,2189,406,1,0,0,0,2190,2191,5,76,0,0,2191,2192,5,79,0,0,2192, - 2193,5,67,0,0,2193,2194,5,75,0,0,2194,408,1,0,0,0,2195,2196,5,85,0,0,2196, - 2197,5,78,0,0,2197,2198,5,76,0,0,2198,2199,5,79,0,0,2199,2200,5,67,0,0, - 2200,2201,5,75,0,0,2201,410,1,0,0,0,2202,2203,5,77,0,0,2203,2204,5,83,0, - 0,2204,2205,5,67,0,0,2205,2206,5,75,0,0,2206,412,1,0,0,0,2207,2208,5,82, - 0,0,2208,2209,5,69,0,0,2209,2210,5,80,0,0,2210,2211,5,65,0,0,2211,2212, - 5,73,0,0,2212,2213,5,82,0,0,2213,414,1,0,0,0,2214,2215,5,82,0,0,2215,2216, - 5,69,0,0,2216,2217,5,67,0,0,2217,2218,5,79,0,0,2218,2219,5,86,0,0,2219, - 2220,5,69,0,0,2220,2221,5,82,0,0,2221,416,1,0,0,0,2222,2223,5,69,0,0,2223, - 2224,5,88,0,0,2224,2225,5,80,0,0,2225,2226,5,79,0,0,2226,2227,5,82,0,0, - 2227,2228,5,84,0,0,2228,418,1,0,0,0,2229,2230,5,73,0,0,2230,2231,5,77,0, - 0,2231,2232,5,80,0,0,2232,2233,5,79,0,0,2233,2234,5,82,0,0,2234,2235,5, - 84,0,0,2235,420,1,0,0,0,2236,2237,5,76,0,0,2237,2238,5,79,0,0,2238,2239, - 5,65,0,0,2239,2240,5,68,0,0,2240,422,1,0,0,0,2241,2242,5,85,0,0,2242,2243, - 5,78,0,0,2243,2244,5,76,0,0,2244,2245,5,79,0,0,2245,2246,5,65,0,0,2246, - 2247,5,68,0,0,2247,424,1,0,0,0,2248,2249,5,82,0,0,2249,2250,5,79,0,0,2250, - 2251,5,76,0,0,2251,2252,5,69,0,0,2252,426,1,0,0,0,2253,2254,5,82,0,0,2254, - 2255,5,79,0,0,2255,2256,5,76,0,0,2256,2257,5,69,0,0,2257,2258,5,83,0,0, - 2258,428,1,0,0,0,2259,2260,5,67,0,0,2260,2261,5,79,0,0,2261,2262,5,77,0, - 0,2262,2263,5,80,0,0,2263,2264,5,65,0,0,2264,2265,5,67,0,0,2265,2266,5, - 84,0,0,2266,2267,5,73,0,0,2267,2268,5,79,0,0,2268,2269,5,78,0,0,2269,2270, - 5,83,0,0,2270,430,1,0,0,0,2271,2272,5,80,0,0,2272,2273,5,82,0,0,2273,2274, - 5,73,0,0,2274,2275,5,78,0,0,2275,2276,5,67,0,0,2276,2277,5,73,0,0,2277, - 2278,5,80,0,0,2278,2279,5,65,0,0,2279,2280,5,76,0,0,2280,2281,5,83,0,0, - 2281,432,1,0,0,0,2282,2283,5,84,0,0,2283,2284,5,82,0,0,2284,2285,5,65,0, - 0,2285,2286,5,78,0,0,2286,2287,5,83,0,0,2287,2288,5,65,0,0,2288,2289,5, - 67,0,0,2289,2290,5,84,0,0,2290,2291,5,73,0,0,2291,2292,5,79,0,0,2292,2293, - 5,78,0,0,2293,2294,5,83,0,0,2294,434,1,0,0,0,2295,2296,5,73,0,0,2296,2297, - 5,78,0,0,2297,2298,5,68,0,0,2298,2299,5,69,0,0,2299,2300,5,88,0,0,2300, - 436,1,0,0,0,2301,2302,5,73,0,0,2302,2303,5,78,0,0,2303,2304,5,68,0,0,2304, - 2305,5,69,0,0,2305,2306,5,88,0,0,2306,2307,5,69,0,0,2307,2308,5,83,0,0, - 2308,438,1,0,0,0,2309,2310,5,76,0,0,2310,2311,5,79,0,0,2311,2312,5,67,0, - 0,2312,2313,5,75,0,0,2313,2314,5,83,0,0,2314,440,1,0,0,0,2315,2316,5,79, - 0,0,2316,2317,5,80,0,0,2317,2318,5,84,0,0,2318,2319,5,73,0,0,2319,2320, - 5,79,0,0,2320,2321,5,78,0,0,2321,442,1,0,0,0,2322,2323,5,65,0,0,2323,2324, - 5,78,0,0,2324,2325,5,84,0,0,2325,2326,5,73,0,0,2326,444,1,0,0,0,2327,2328, - 5,76,0,0,2328,2329,5,79,0,0,2329,2330,5,67,0,0,2330,2331,5,65,0,0,2331, - 2332,5,76,0,0,2332,446,1,0,0,0,2333,2334,5,73,0,0,2334,2335,5,78,0,0,2335, - 2336,5,80,0,0,2336,2337,5,65,0,0,2337,2338,5,84,0,0,2338,2339,5,72,0,0, - 2339,448,1,0,0,0,2340,2341,5,87,0,0,2341,2342,5,65,0,0,2342,2343,5,84,0, - 0,2343,2344,5,69,0,0,2344,2345,5,82,0,0,2345,2346,5,77,0,0,2346,2347,5, - 65,0,0,2347,2348,5,82,0,0,2348,2349,5,75,0,0,2349,450,1,0,0,0,2350,2351, - 5,85,0,0,2351,2352,5,78,0,0,2352,2353,5,78,0,0,2353,2354,5,69,0,0,2354, - 2355,5,83,0,0,2355,2356,5,84,0,0,2356,452,1,0,0,0,2357,2358,5,77,0,0,2358, - 2359,5,65,0,0,2359,2360,5,84,0,0,2360,2361,5,67,0,0,2361,2362,5,72,0,0, - 2362,454,1,0,0,0,2363,2364,5,78,0,0,2364,2365,5,69,0,0,2365,2366,5,88,0, - 0,2366,2367,5,84,0,0,2367,456,1,0,0,0,2368,2369,5,87,0,0,2369,2370,5,73, - 0,0,2370,2371,5,84,0,0,2371,2372,5,72,0,0,2372,2373,5,73,0,0,2373,2374, - 5,78,0,0,2374,458,1,0,0,0,2375,2376,5,87,0,0,2376,2377,5,83,0,0,2377,460, - 1,0,0,0,2378,2379,5,83,0,0,2379,2380,5,89,0,0,2380,2381,5,83,0,0,2381,2382, - 5,84,0,0,2382,2383,5,69,0,0,2383,2384,5,77,0,0,2384,462,1,0,0,0,2385,2386, - 5,73,0,0,2386,2387,5,78,0,0,2387,2388,5,67,0,0,2388,2389,5,76,0,0,2389, - 2390,5,85,0,0,2390,2391,5,68,0,0,2391,2392,5,73,0,0,2392,2393,5,78,0,0, - 2393,2394,5,71,0,0,2394,464,1,0,0,0,2395,2396,5,69,0,0,2396,2397,5,88,0, - 0,2397,2398,5,67,0,0,2398,2399,5,76,0,0,2399,2400,5,85,0,0,2400,2401,5, - 68,0,0,2401,2402,5,73,0,0,2402,2403,5,78,0,0,2403,2404,5,71,0,0,2404,466, - 1,0,0,0,2405,2406,5,79,0,0,2406,2407,5,86,0,0,2407,2408,5,69,0,0,2408,2409, - 5,82,0,0,2409,2410,5,87,0,0,2410,2411,5,82,0,0,2411,2412,5,73,0,0,2412, - 2413,5,84,0,0,2413,2414,5,73,0,0,2414,2415,5,78,0,0,2415,2416,5,71,0,0, - 2416,468,1,0,0,0,2417,2418,5,67,0,0,2418,2419,5,79,0,0,2419,2420,5,78,0, - 0,2420,2421,5,83,0,0,2421,2422,5,84,0,0,2422,2423,5,82,0,0,2423,2424,5, - 65,0,0,2424,2425,5,73,0,0,2425,2426,5,78,0,0,2426,2427,5,84,0,0,2427,2428, - 5,83,0,0,2428,470,1,0,0,0,2429,2430,5,71,0,0,2430,2431,5,69,0,0,2431,2432, - 5,78,0,0,2432,2433,5,69,0,0,2433,2434,5,82,0,0,2434,2435,5,65,0,0,2435, - 2436,5,84,0,0,2436,2437,5,69,0,0,2437,2438,5,68,0,0,2438,472,1,0,0,0,2439, - 2440,5,87,0,0,2440,2441,5,65,0,0,2441,2442,5,84,0,0,2442,2443,5,69,0,0, - 2443,2444,5,82,0,0,2444,2445,5,77,0,0,2445,2446,5,65,0,0,2446,2447,5,82, - 0,0,2447,2448,5,75,0,0,2448,2449,5,83,0,0,2449,474,1,0,0,0,2450,2451,5, - 67,0,0,2451,2452,5,65,0,0,2452,2453,5,84,0,0,2453,2454,5,65,0,0,2454,2455, - 5,76,0,0,2455,2456,5,79,0,0,2456,2457,5,71,0,0,2457,476,1,0,0,0,2458,2459, - 5,76,0,0,2459,2460,5,65,0,0,2460,2461,5,78,0,0,2461,2462,5,71,0,0,2462, - 2463,5,85,0,0,2463,2464,5,65,0,0,2464,2465,5,71,0,0,2465,2466,5,69,0,0, - 2466,478,1,0,0,0,2467,2468,5,74,0,0,2468,2469,5,65,0,0,2469,2470,5,86,0, - 0,2470,2471,5,65,0,0,2471,480,1,0,0,0,2472,2473,5,83,0,0,2473,2474,5,67, - 0,0,2474,2475,5,65,0,0,2475,2476,5,76,0,0,2476,2477,5,65,0,0,2477,482,1, - 0,0,0,2478,2479,5,80,0,0,2479,2480,5,89,0,0,2480,2481,5,84,0,0,2481,2482, - 5,72,0,0,2482,2483,5,79,0,0,2483,2484,5,78,0,0,2484,484,1,0,0,0,2485,2486, - 5,74,0,0,2486,2487,5,65,0,0,2487,2488,5,82,0,0,2488,486,1,0,0,0,2489,2490, - 5,70,0,0,2490,2491,5,73,0,0,2491,2492,5,76,0,0,2492,2493,5,69,0,0,2493, - 488,1,0,0,0,2494,2495,5,80,0,0,2495,2496,5,89,0,0,2496,2497,5,84,0,0,2497, - 2498,5,72,0,0,2498,2499,5,79,0,0,2499,2500,5,78,0,0,2500,2501,5,95,0,0, - 2501,2502,5,70,0,0,2502,2503,5,73,0,0,2503,2504,5,76,0,0,2504,2505,5,69, - 0,0,2505,2506,5,83,0,0,2506,490,1,0,0,0,2507,2508,5,80,0,0,2508,2509,5, - 89,0,0,2509,2510,5,84,0,0,2510,2511,5,72,0,0,2511,2512,5,79,0,0,2512,2513, - 5,78,0,0,2513,2514,5,95,0,0,2514,2515,5,82,0,0,2515,2516,5,69,0,0,2516, - 2517,5,81,0,0,2517,2518,5,85,0,0,2518,2519,5,73,0,0,2519,2520,5,82,0,0, - 2520,2521,5,69,0,0,2521,2522,5,77,0,0,2522,2523,5,69,0,0,2523,2524,5,78, - 0,0,2524,2525,5,84,0,0,2525,2526,5,83,0,0,2526,492,1,0,0,0,2527,2528,5, - 80,0,0,2528,2529,5,89,0,0,2529,2530,5,84,0,0,2530,2531,5,72,0,0,2531,2532, - 5,79,0,0,2532,2533,5,78,0,0,2533,2534,5,95,0,0,2534,2535,5,68,0,0,2535, - 2536,5,69,0,0,2536,2537,5,80,0,0,2537,2538,5,69,0,0,2538,2539,5,78,0,0, - 2539,2540,5,68,0,0,2540,2541,5,69,0,0,2541,2542,5,78,0,0,2542,2543,5,67, - 0,0,2543,2544,5,73,0,0,2544,2545,5,69,0,0,2545,2546,5,83,0,0,2546,494,1, - 0,0,0,2547,2548,5,80,0,0,2548,2549,5,89,0,0,2549,2550,5,84,0,0,2550,2551, - 5,72,0,0,2551,2552,5,79,0,0,2552,2553,5,78,0,0,2553,2554,5,95,0,0,2554, - 2555,5,74,0,0,2555,2556,5,65,0,0,2556,2557,5,82,0,0,2557,496,1,0,0,0,2558, - 2559,5,80,0,0,2559,2560,5,89,0,0,2560,2561,5,84,0,0,2561,2562,5,72,0,0, - 2562,2563,5,79,0,0,2563,2564,5,78,0,0,2564,2565,5,95,0,0,2565,2566,5,65, - 0,0,2566,2567,5,82,0,0,2567,2568,5,67,0,0,2568,2569,5,72,0,0,2569,2570, - 5,73,0,0,2570,2571,5,86,0,0,2571,2572,5,69,0,0,2572,2573,5,83,0,0,2573, - 498,1,0,0,0,2574,2575,5,80,0,0,2575,2576,5,89,0,0,2576,2577,5,84,0,0,2577, - 2578,5,72,0,0,2578,2579,5,79,0,0,2579,2580,5,78,0,0,2580,2581,5,95,0,0, - 2581,2582,5,80,0,0,2582,2583,5,65,0,0,2583,2584,5,82,0,0,2584,2585,5,65, - 0,0,2585,2586,5,77,0,0,2586,2587,5,69,0,0,2587,2588,5,84,0,0,2588,2589, - 5,69,0,0,2589,2590,5,82,0,0,2590,500,1,0,0,0,2591,2592,5,69,0,0,2592,2593, - 5,78,0,0,2593,2594,5,71,0,0,2594,2595,5,73,0,0,2595,2596,5,78,0,0,2596, - 2597,5,69,0,0,2597,502,1,0,0,0,2598,2599,5,67,0,0,2599,2600,5,65,0,0,2600, - 2601,5,84,0,0,2601,2602,5,65,0,0,2602,2603,5,76,0,0,2603,2604,5,79,0,0, - 2604,2605,5,71,0,0,2605,2606,5,83,0,0,2606,504,1,0,0,0,2607,2608,5,86,0, - 0,2608,2609,5,73,0,0,2609,2610,5,69,0,0,2610,2611,5,87,0,0,2611,2612,5, - 83,0,0,2612,506,1,0,0,0,2613,2614,5,74,0,0,2614,2615,5,65,0,0,2615,2616, - 5,82,0,0,2616,2617,5,83,0,0,2617,508,1,0,0,0,2618,2619,5,80,0,0,2619,2620, - 5,82,0,0,2620,2621,5,73,0,0,2621,2622,5,77,0,0,2622,2623,5,65,0,0,2623, - 2624,5,82,0,0,2624,2625,5,89,0,0,2625,510,1,0,0,0,2626,2627,5,75,0,0,2627, - 2628,5,69,0,0,2628,2629,5,89,0,0,2629,512,1,0,0,0,2630,2631,5,80,0,0,2631, - 2632,5,69,0,0,2632,2633,5,82,0,0,2633,2634,5,73,0,0,2634,2635,5,79,0,0, - 2635,2636,5,68,0,0,2636,514,1,0,0,0,2637,2638,5,83,0,0,2638,2639,5,89,0, - 0,2639,2640,5,83,0,0,2640,2641,5,84,0,0,2641,2642,5,69,0,0,2642,2643,5, - 77,0,0,2643,2644,5,95,0,0,2644,2645,5,84,0,0,2645,2646,5,73,0,0,2646,2647, - 5,77,0,0,2647,2648,5,69,0,0,2648,516,1,0,0,0,2649,2650,5,69,0,0,2650,2651, - 5,78,0,0,2651,2652,5,70,0,0,2652,2653,5,79,0,0,2653,2654,5,82,0,0,2654, - 2655,5,67,0,0,2655,2656,5,69,0,0,2656,2657,5,68,0,0,2657,518,1,0,0,0,2658, - 2659,5,77,0,0,2659,2660,5,69,0,0,2660,2661,5,84,0,0,2661,2662,5,65,0,0, - 2662,2663,5,68,0,0,2663,2664,5,65,0,0,2664,2665,5,84,0,0,2665,2666,5,65, - 0,0,2666,520,1,0,0,0,2667,2668,5,86,0,0,2668,2669,5,73,0,0,2669,2670,5, - 82,0,0,2670,2671,5,84,0,0,2671,2672,5,85,0,0,2672,2673,5,65,0,0,2673,2674, - 5,76,0,0,2674,522,1,0,0,0,2675,2676,5,83,0,0,2676,2677,5,84,0,0,2677,2678, - 5,82,0,0,2678,2679,5,73,0,0,2679,2680,5,78,0,0,2680,2681,5,71,0,0,2681, - 524,1,0,0,0,2682,2683,5,65,0,0,2683,2684,5,82,0,0,2684,2685,5,82,0,0,2685, - 2686,5,65,0,0,2686,2687,5,89,0,0,2687,526,1,0,0,0,2688,2689,5,77,0,0,2689, - 2690,5,65,0,0,2690,2691,5,80,0,0,2691,528,1,0,0,0,2692,2693,5,67,0,0,2693, - 2694,5,72,0,0,2694,2695,5,65,0,0,2695,2696,5,82,0,0,2696,530,1,0,0,0,2697, - 2698,5,86,0,0,2698,2699,5,65,0,0,2699,2700,5,82,0,0,2700,2701,5,67,0,0, - 2701,2702,5,72,0,0,2702,2703,5,65,0,0,2703,2704,5,82,0,0,2704,532,1,0,0, - 0,2705,2706,5,66,0,0,2706,2707,5,73,0,0,2707,2708,5,78,0,0,2708,2709,5, - 65,0,0,2709,2710,5,82,0,0,2710,2711,5,89,0,0,2711,534,1,0,0,0,2712,2713, - 5,86,0,0,2713,2714,5,65,0,0,2714,2715,5,82,0,0,2715,2716,5,66,0,0,2716, - 2717,5,73,0,0,2717,2718,5,78,0,0,2718,2719,5,65,0,0,2719,2720,5,82,0,0, - 2720,2721,5,89,0,0,2721,536,1,0,0,0,2722,2723,5,66,0,0,2723,2724,5,89,0, - 0,2724,2725,5,84,0,0,2725,2726,5,69,0,0,2726,2727,5,83,0,0,2727,538,1,0, - 0,0,2728,2729,5,68,0,0,2729,2730,5,69,0,0,2730,2731,5,67,0,0,2731,2732, - 5,73,0,0,2732,2733,5,77,0,0,2733,2734,5,65,0,0,2734,2735,5,76,0,0,2735, - 540,1,0,0,0,2736,2737,5,68,0,0,2737,2738,5,69,0,0,2738,2739,5,67,0,0,2739, - 542,1,0,0,0,2740,2741,5,78,0,0,2741,2742,5,85,0,0,2742,2743,5,77,0,0,2743, - 2744,5,69,0,0,2744,2745,5,82,0,0,2745,2746,5,73,0,0,2746,2747,5,67,0,0, - 2747,544,1,0,0,0,2748,2749,5,84,0,0,2749,2750,5,73,0,0,2750,2751,5,78,0, - 0,2751,2752,5,89,0,0,2752,2753,5,73,0,0,2753,2754,5,78,0,0,2754,2755,5, - 84,0,0,2755,546,1,0,0,0,2756,2757,5,83,0,0,2757,2758,5,77,0,0,2758,2759, - 5,65,0,0,2759,2760,5,76,0,0,2760,2761,5,76,0,0,2761,2762,5,73,0,0,2762, - 2763,5,78,0,0,2763,2764,5,84,0,0,2764,548,1,0,0,0,2765,2766,5,73,0,0,2766, - 2767,5,78,0,0,2767,2768,5,84,0,0,2768,550,1,0,0,0,2769,2770,5,73,0,0,2770, - 2771,5,78,0,0,2771,2772,5,84,0,0,2772,2773,5,69,0,0,2773,2774,5,71,0,0, - 2774,2775,5,69,0,0,2775,2776,5,82,0,0,2776,552,1,0,0,0,2777,2778,5,66,0, - 0,2778,2779,5,73,0,0,2779,2780,5,71,0,0,2780,2781,5,73,0,0,2781,2782,5, - 78,0,0,2782,2783,5,84,0,0,2783,554,1,0,0,0,2784,2785,5,70,0,0,2785,2786, - 5,76,0,0,2786,2787,5,79,0,0,2787,2788,5,65,0,0,2788,2789,5,84,0,0,2789, - 556,1,0,0,0,2790,2791,5,68,0,0,2791,2792,5,79,0,0,2792,2793,5,85,0,0,2793, - 2794,5,66,0,0,2794,2795,5,76,0,0,2795,2796,5,69,0,0,2796,558,1,0,0,0,2797, - 2798,5,68,0,0,2798,2799,5,65,0,0,2799,2800,5,84,0,0,2800,2801,5,69,0,0, - 2801,560,1,0,0,0,2802,2803,5,84,0,0,2803,2804,5,73,0,0,2804,2805,5,77,0, - 0,2805,2806,5,69,0,0,2806,562,1,0,0,0,2807,2808,5,84,0,0,2808,2809,5,73, - 0,0,2809,2810,5,77,0,0,2810,2811,5,69,0,0,2811,2812,5,83,0,0,2812,2813, - 5,84,0,0,2813,2814,5,65,0,0,2814,2815,5,77,0,0,2815,2816,5,80,0,0,2816, - 564,1,0,0,0,2817,2818,5,84,0,0,2818,2819,5,73,0,0,2819,2820,5,77,0,0,2820, - 2821,5,69,0,0,2821,2822,5,83,0,0,2822,2823,5,84,0,0,2823,2824,5,65,0,0, - 2824,2825,5,77,0,0,2825,2826,5,80,0,0,2826,2827,5,95,0,0,2827,2828,5,76, - 0,0,2828,2829,5,84,0,0,2829,2830,5,90,0,0,2830,566,1,0,0,0,2831,2832,5, - 77,0,0,2832,2833,5,85,0,0,2833,2834,5,76,0,0,2834,2835,5,84,0,0,2835,2836, - 5,73,0,0,2836,2837,5,83,0,0,2837,2838,5,69,0,0,2838,2839,5,84,0,0,2839, - 568,1,0,0,0,2840,2841,5,66,0,0,2841,2842,5,79,0,0,2842,2843,5,79,0,0,2843, - 2844,5,76,0,0,2844,2845,5,69,0,0,2845,2846,5,65,0,0,2846,2847,5,78,0,0, - 2847,570,1,0,0,0,2848,2849,5,82,0,0,2849,2850,5,65,0,0,2850,2851,5,87,0, - 0,2851,572,1,0,0,0,2852,2853,5,82,0,0,2853,2854,5,79,0,0,2854,2855,5,87, - 0,0,2855,574,1,0,0,0,2856,2857,5,78,0,0,2857,2858,5,85,0,0,2858,2859,5, - 76,0,0,2859,2860,5,76,0,0,2860,576,1,0,0,0,2861,2862,5,68,0,0,2862,2863, - 5,65,0,0,2863,2864,5,84,0,0,2864,2865,5,69,0,0,2865,2866,5,84,0,0,2866, - 2867,5,73,0,0,2867,2868,5,77,0,0,2868,2869,5,69,0,0,2869,578,1,0,0,0,2870, - 2871,5,61,0,0,2871,580,1,0,0,0,2872,2873,5,62,0,0,2873,582,1,0,0,0,2874, - 2875,5,60,0,0,2875,584,1,0,0,0,2876,2877,5,33,0,0,2877,586,1,0,0,0,2878, - 2879,5,126,0,0,2879,588,1,0,0,0,2880,2881,5,124,0,0,2881,590,1,0,0,0,2882, - 2883,5,38,0,0,2883,592,1,0,0,0,2884,2885,5,94,0,0,2885,594,1,0,0,0,2886, - 2887,5,46,0,0,2887,596,1,0,0,0,2888,2889,5,91,0,0,2889,598,1,0,0,0,2890, - 2891,5,93,0,0,2891,600,1,0,0,0,2892,2893,5,40,0,0,2893,602,1,0,0,0,2894, - 2895,5,41,0,0,2895,604,1,0,0,0,2896,2897,5,44,0,0,2897,606,1,0,0,0,2898, - 2899,5,59,0,0,2899,608,1,0,0,0,2900,2901,5,64,0,0,2901,610,1,0,0,0,2902, - 2903,5,39,0,0,2903,612,1,0,0,0,2904,2905,5,34,0,0,2905,614,1,0,0,0,2906, - 2907,5,96,0,0,2907,616,1,0,0,0,2908,2909,5,58,0,0,2909,618,1,0,0,0,2910, - 2911,5,42,0,0,2911,620,1,0,0,0,2912,2913,5,95,0,0,2913,622,1,0,0,0,2914, - 2915,5,45,0,0,2915,624,1,0,0,0,2916,2917,5,43,0,0,2917,626,1,0,0,0,2918, - 2919,5,37,0,0,2919,628,1,0,0,0,2920,2921,5,124,0,0,2921,2922,5,124,0,0, - 2922,630,1,0,0,0,2923,2924,5,45,0,0,2924,2925,5,45,0,0,2925,632,1,0,0,0, - 2926,2927,5,47,0,0,2927,634,1,0,0,0,2928,2929,5,46,0,0,2929,2930,3,659, - 329,0,2930,636,1,0,0,0,2931,2932,7,2,0,0,2932,2933,3,649,324,0,2933,638, - 1,0,0,0,2934,2938,3,667,333,0,2935,2938,3,669,334,0,2936,2938,3,673,336, - 0,2937,2934,1,0,0,0,2937,2935,1,0,0,0,2937,2936,1,0,0,0,2938,640,1,0,0, - 0,2939,2941,3,663,331,0,2940,2939,1,0,0,0,2941,2942,1,0,0,0,2942,2940,1, - 0,0,0,2942,2943,1,0,0,0,2943,642,1,0,0,0,2944,2946,3,663,331,0,2945,2944, - 1,0,0,0,2946,2947,1,0,0,0,2947,2945,1,0,0,0,2947,2948,1,0,0,0,2948,2950, - 1,0,0,0,2949,2945,1,0,0,0,2949,2950,1,0,0,0,2950,2951,1,0,0,0,2951,2953, - 5,46,0,0,2952,2954,3,663,331,0,2953,2952,1,0,0,0,2954,2955,1,0,0,0,2955, - 2953,1,0,0,0,2955,2956,1,0,0,0,2956,2988,1,0,0,0,2957,2959,3,663,331,0, - 2958,2957,1,0,0,0,2959,2960,1,0,0,0,2960,2958,1,0,0,0,2960,2961,1,0,0,0, - 2961,2962,1,0,0,0,2962,2963,5,46,0,0,2963,2964,3,657,328,0,2964,2988,1, - 0,0,0,2965,2967,3,663,331,0,2966,2965,1,0,0,0,2967,2968,1,0,0,0,2968,2966, - 1,0,0,0,2968,2969,1,0,0,0,2969,2971,1,0,0,0,2970,2966,1,0,0,0,2970,2971, - 1,0,0,0,2971,2972,1,0,0,0,2972,2974,5,46,0,0,2973,2975,3,663,331,0,2974, - 2973,1,0,0,0,2975,2976,1,0,0,0,2976,2974,1,0,0,0,2976,2977,1,0,0,0,2977, - 2978,1,0,0,0,2978,2979,3,657,328,0,2979,2988,1,0,0,0,2980,2982,3,663,331, - 0,2981,2980,1,0,0,0,2982,2983,1,0,0,0,2983,2981,1,0,0,0,2983,2984,1,0,0, - 0,2984,2985,1,0,0,0,2985,2986,3,657,328,0,2986,2988,1,0,0,0,2987,2949,1, - 0,0,0,2987,2958,1,0,0,0,2987,2970,1,0,0,0,2987,2981,1,0,0,0,2988,644,1, - 0,0,0,2989,2990,3,671,335,0,2990,646,1,0,0,0,2991,2992,3,659,329,0,2992, - 648,1,0,0,0,2993,2994,3,661,330,0,2994,650,1,0,0,0,2995,2996,3,653,326, - 0,2996,652,1,0,0,0,2997,3001,7,3,0,0,2998,3000,8,4,0,0,2999,2998,1,0,0, - 0,3000,3003,1,0,0,0,3001,2999,1,0,0,0,3001,3002,1,0,0,0,3002,3005,1,0,0, - 0,3003,3001,1,0,0,0,3004,2997,1,0,0,0,3005,3006,1,0,0,0,3006,3004,1,0,0, - 0,3006,3007,1,0,0,0,3007,654,1,0,0,0,3008,3016,5,96,0,0,3009,3010,5,92, - 0,0,3010,3015,9,0,0,0,3011,3012,5,96,0,0,3012,3015,5,96,0,0,3013,3015,8, - 5,0,0,3014,3009,1,0,0,0,3014,3011,1,0,0,0,3014,3013,1,0,0,0,3015,3018,1, - 0,0,0,3016,3014,1,0,0,0,3016,3017,1,0,0,0,3017,3019,1,0,0,0,3018,3016,1, - 0,0,0,3019,3020,5,96,0,0,3020,656,1,0,0,0,3021,3023,5,69,0,0,3022,3024, - 7,6,0,0,3023,3022,1,0,0,0,3023,3024,1,0,0,0,3024,3026,1,0,0,0,3025,3027, - 3,663,331,0,3026,3025,1,0,0,0,3027,3028,1,0,0,0,3028,3026,1,0,0,0,3028, - 3029,1,0,0,0,3029,658,1,0,0,0,3030,3032,7,7,0,0,3031,3030,1,0,0,0,3032, - 3035,1,0,0,0,3033,3034,1,0,0,0,3033,3031,1,0,0,0,3034,3037,1,0,0,0,3035, - 3033,1,0,0,0,3036,3038,7,8,0,0,3037,3036,1,0,0,0,3038,3039,1,0,0,0,3039, - 3040,1,0,0,0,3039,3037,1,0,0,0,3040,3044,1,0,0,0,3041,3043,7,7,0,0,3042, - 3041,1,0,0,0,3043,3046,1,0,0,0,3044,3042,1,0,0,0,3044,3045,1,0,0,0,3045, - 660,1,0,0,0,3046,3044,1,0,0,0,3047,3049,7,9,0,0,3048,3047,1,0,0,0,3049, + 2,337,7,337,2,338,7,338,1,0,4,0,681,8,0,11,0,12,0,682,1,0,1,0,1,1,1,1,1, + 1,1,1,5,1,691,8,1,10,1,12,1,694,9,1,1,1,1,1,1,1,1,1,1,1,1,2,1,2,1,2,3,2, + 704,8,2,1,2,5,2,707,8,2,10,2,12,2,710,9,2,1,2,3,2,713,8,2,1,2,1,2,3,2,717, + 8,2,1,2,1,2,1,2,1,2,3,2,723,8,2,1,2,1,2,3,2,727,8,2,3,2,729,8,2,1,2,1,2, + 1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,4,1,4,1,4,1,4,1,4,1,5,1,5,1,5,1,5,1,6,1,6, + 1,6,1,7,1,7,1,7,1,7,1,8,1,8,1,8,1,8,1,9,1,9,1,9,1,9,1,9,1,9,1,9,1,9,1,9, + 1,10,1,10,1,10,1,10,1,10,1,10,1,11,1,11,1,11,1,11,1,11,1,11,1,12,1,12,1, + 12,1,13,1,13,1,13,1,13,1,13,1,13,1,13,1,13,1,13,1,14,1,14,1,14,1,14,1,14, + 1,15,1,15,1,15,1,15,1,15,1,16,1,16,1,16,1,16,1,16,1,16,1,16,1,17,1,17,1, + 17,1,17,1,17,1,17,1,18,1,18,1,18,1,18,1,18,1,18,1,18,1,19,1,19,1,19,1,19, + 1,19,1,19,1,20,1,20,1,20,1,21,1,21,1,21,1,22,1,22,1,22,1,22,1,23,1,23,1, + 23,1,24,1,24,1,24,1,24,1,25,1,25,1,25,1,26,1,26,1,26,1,26,1,26,1,26,1,26, + 1,27,1,27,1,27,1,27,1,27,1,27,1,27,1,27,1,28,1,28,1,28,1,28,1,28,1,29,1, + 29,1,29,1,29,1,29,1,29,1,30,1,30,1,30,1,31,1,31,1,31,1,31,1,31,1,32,1,32, + 1,32,1,32,1,32,1,32,1,33,1,33,1,33,1,33,1,33,1,33,1,34,1,34,1,34,1,34,1, + 35,1,35,1,35,1,35,1,35,1,36,1,36,1,36,1,36,1,37,1,37,1,37,1,37,1,37,1,37, + 1,37,1,37,1,37,1,38,1,38,1,38,1,38,1,38,1,39,1,39,1,39,1,39,1,39,1,40,1, + 40,1,40,1,40,1,40,1,41,1,41,1,41,1,41,1,41,1,42,1,42,1,42,1,42,1,42,1,42, + 1,43,1,43,1,43,1,43,1,44,1,44,1,44,1,44,1,44,1,45,1,45,1,45,1,45,1,45,1, + 45,1,46,1,46,1,46,1,46,1,46,1,46,1,47,1,47,1,47,1,47,1,47,1,47,1,48,1,48, + 1,48,1,48,1,48,1,49,1,49,1,49,1,49,1,49,1,50,1,50,1,50,1,50,1,50,1,50,1, + 51,1,51,1,51,1,51,1,51,1,52,1,52,1,52,1,52,1,52,1,53,1,53,1,53,1,53,1,53, + 1,53,1,53,1,53,1,54,1,54,1,54,1,55,1,55,1,55,1,55,1,55,1,55,1,56,1,56,1, + 56,1,56,1,56,1,56,1,56,1,56,1,57,1,57,1,57,1,57,1,57,1,57,1,57,1,58,1,58, + 1,58,1,58,1,58,1,59,1,59,1,59,1,59,1,59,1,59,1,59,1,59,1,59,1,59,1,60,1, + 60,1,60,1,60,1,60,1,60,1,61,1,61,1,61,1,61,1,61,1,62,1,62,1,62,1,62,1,62, + 1,62,1,62,1,62,1,62,1,62,1,63,1,63,1,63,1,63,1,63,1,63,1,63,1,63,1,63,1, + 63,1,64,1,64,1,64,1,64,1,64,1,64,1,64,1,64,1,64,1,64,1,65,1,65,1,65,1,65, + 1,65,1,65,1,65,1,65,1,66,1,66,1,66,1,66,1,66,1,66,1,67,1,67,1,67,1,67,1, + 67,1,67,1,68,1,68,1,68,1,68,1,68,1,69,1,69,1,69,1,69,1,69,1,70,1,70,1,70, + 1,70,1,70,1,70,1,70,1,70,1,71,1,71,1,71,1,71,1,71,1,71,1,71,1,72,1,72,1, + 72,1,72,1,72,1,72,1,72,1,73,1,73,1,73,1,73,1,73,1,73,1,74,1,74,1,74,1,74, + 1,74,1,74,1,74,1,74,1,74,1,74,1,75,1,75,1,75,1,75,1,75,1,76,1,76,1,76,1, + 76,1,76,1,76,1,76,1,76,1,77,1,77,1,77,1,77,1,77,1,77,1,77,1,77,1,78,1,78, + 1,78,1,78,1,78,1,78,1,78,1,78,1,78,1,78,1,79,1,79,1,79,1,79,1,79,1,79,1, + 79,1,80,1,80,1,80,1,80,1,80,1,80,1,80,1,81,1,81,1,81,1,81,1,81,1,81,1,81, + 1,82,1,82,1,82,1,82,1,82,1,83,1,83,1,83,1,83,1,83,1,83,1,83,1,83,1,83,1, + 84,1,84,1,84,1,84,1,84,1,84,1,84,1,84,1,85,1,85,1,85,1,85,1,85,1,86,1,86, + 1,86,1,86,1,86,1,86,1,86,1,86,1,86,1,86,1,86,1,86,1,86,1,86,1,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,1,87,1,87,1,87,1,87, + 1,87,1,87,1,87,1,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,1,88,1,88,1,88,1,89,1,89,1,89,1,89,1,89,1,89,1,89,1,90,1,90,1,90, + 1,90,1,90,1,90,1,90,1,90,1,91,1,91,1,91,1,91,1,91,1,91,1,91,1,91,1,92,1, + 92,1,92,1,92,1,92,1,93,1,93,1,93,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,95,1,95,1,96,1,96,1,96,1,96,1,96,1,96,1,96,1,96,1, + 97,1,97,1,97,1,97,1,97,1,97,1,97,1,98,1,98,1,98,1,98,1,99,1,99,1,99,1,99, + 1,99,1,99,1,99,1,100,1,100,1,100,1,100,1,100,1,100,1,100,1,100,1,101,1, + 101,1,101,1,101,1,101,1,101,1,101,1,101,1,101,1,101,1,101,1,102,1,102,1, + 102,1,102,1,102,1,102,1,102,1,102,1,102,1,102,1,103,1,103,1,103,1,103,1, + 103,1,104,1,104,1,104,1,104,1,104,1,104,1,105,1,105,1,105,1,105,1,105,1, + 105,1,105,1,106,1,106,1,106,1,106,1,106,1,106,1,106,1,106,1,106,1,107,1, + 107,1,107,1,107,1,107,1,107,1,107,1,107,1,107,1,107,1,108,1,108,1,108,1, + 109,1,109,1,109,1,109,1,109,1,109,1,109,1,109,1,109,1,109,1,109,1,109,1, + 110,1,110,1,110,1,110,1,110,1,110,1,110,1,110,1,110,1,111,1,111,1,111,1, + 111,1,111,1,111,1,112,1,112,1,112,1,112,1,112,1,112,1,112,1,113,1,113,1, + 113,1,113,1,113,1,113,1,113,1,114,1,114,1,114,1,114,1,114,1,114,1,114,1, + 114,1,115,1,115,1,115,1,115,1,116,1,116,1,116,1,116,1,116,1,116,1,117,1, + 117,1,117,1,117,1,117,1,118,1,118,1,118,1,118,1,118,1,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,120,1,120,1, + 120,1,120,1,120,1,120,1,120,1,121,1,121,1,121,1,121,1,121,1,121,1,121,1, + 121,1,121,1,122,1,122,1,122,1,122,1,122,1,122,1,123,1,123,1,123,1,123,1, + 123,1,123,1,123,1,124,1,124,1,124,1,124,1,124,1,125,1,125,1,125,1,125,1, + 125,1,125,1,125,1,125,1,126,1,126,1,126,1,126,1,126,1,126,1,126,1,126,1, + 126,1,127,1,127,1,127,1,128,1,128,1,128,1,128,1,128,1,128,1,128,1,128,1, + 128,1,129,1,129,1,129,1,129,1,129,1,129,1,129,1,129,1,130,1,130,1,130,1, + 130,1,130,1,130,1,131,1,131,1,131,1,131,1,132,1,132,1,132,1,132,1,132,1, + 132,1,132,1,132,1,132,1,132,1,132,1,133,1,133,1,133,1,133,1,133,1,133,1, + 133,1,134,1,134,1,134,1,134,1,135,1,135,1,135,1,136,1,136,1,136,1,136,1, + 136,1,137,1,137,1,137,1,137,1,137,1,137,1,137,1,137,1,138,1,138,1,138,1, + 138,1,138,1,138,1,138,1,138,1,138,1,138,1,138,1,139,1,139,1,139,1,139,1, + 139,1,139,1,139,1,139,1,139,1,139,1,140,1,140,1,140,1,140,1,140,1,140,1, + 140,1,140,1,140,1,140,1,141,1,141,1,141,1,141,1,141,1,141,1,141,1,142,1, + 142,1,142,1,142,1,142,1,142,1,143,1,143,1,143,1,143,1,143,1,143,1,144,1, + 144,1,144,1,144,1,144,1,144,1,144,1,144,1,144,1,144,1,144,1,144,1,144,1, + 144,1,144,1,144,1,145,1,145,1,145,1,145,1,145,1,145,1,145,1,145,1,145,1, + 145,1,145,1,145,1,145,1,146,1,146,1,146,1,146,1,146,1,146,1,146,1,146,1, + 146,1,146,1,146,1,146,1,146,1,147,1,147,1,147,1,147,1,147,1,147,1,147,1, + 147,1,147,1,147,1,148,1,148,1,148,1,148,1,148,1,148,1,148,1,149,1,149,1, + 149,1,149,1,149,1,149,1,149,1,149,1,149,1,149,1,149,1,150,1,150,1,150,1, + 150,1,150,1,150,1,150,1,150,1,150,1,150,1,150,1,151,1,151,1,151,1,151,1, + 151,1,151,1,152,1,152,1,152,1,152,1,152,1,153,1,153,1,153,1,153,1,153,1, + 153,1,153,1,153,1,154,1,154,1,154,1,154,1,154,1,154,1,155,1,155,1,155,1, + 155,1,155,1,155,1,155,1,155,1,155,1,155,1,156,1,156,1,156,1,156,1,156,1, + 156,1,156,1,156,1,156,1,157,1,157,1,157,1,157,1,157,1,157,1,157,1,157,1, + 157,1,158,1,158,1,158,1,158,1,158,1,158,1,158,1,158,1,159,1,159,1,159,1, + 159,1,159,1,159,1,160,1,160,1,160,1,160,1,160,1,160,1,161,1,161,1,161,1, + 161,1,161,1,161,1,161,1,161,1,162,1,162,1,162,1,162,1,162,1,163,1,163,1, + 163,1,163,1,163,1,163,1,163,1,163,1,163,1,163,1,164,1,164,1,164,1,164,1, + 164,1,164,1,164,1,165,1,165,1,165,1,165,1,165,1,165,1,165,1,165,1,165,1, + 165,1,166,1,166,1,166,1,166,1,166,1,166,1,166,1,166,1,167,1,167,1,167,1, + 167,1,167,1,167,1,168,1,168,1,168,1,168,1,168,1,168,1,168,1,168,1,168,1, + 168,1,168,1,168,1,168,1,168,1,169,1,169,1,169,1,169,1,169,1,169,1,169,1, + 169,1,169,1,169,1,169,1,169,1,169,1,170,1,170,1,170,1,170,1,170,1,170,1, + 170,1,170,1,171,1,171,1,171,1,171,1,171,1,171,1,171,1,172,1,172,1,172,1, + 172,1,172,1,172,1,172,1,173,1,173,1,173,1,173,1,173,1,173,1,173,1,173,1, + 173,1,173,1,173,1,173,1,174,1,174,1,174,1,174,1,174,1,174,1,174,1,174,1, + 174,1,175,1,175,1,175,1,175,1,175,1,175,1,175,1,175,1,175,1,176,1,176,1, + 176,1,176,1,176,1,176,1,176,1,176,1,177,1,177,1,177,1,177,1,177,1,177,1, + 177,1,177,1,177,1,177,1,178,1,178,1,178,1,178,1,178,1,178,1,178,1,178,1, + 178,1,178,1,178,1,179,1,179,1,179,1,179,1,179,1,179,1,180,1,180,1,180,1, + 180,1,180,1,180,1,180,1,180,1,181,1,181,1,181,1,181,1,181,1,181,1,181,1, + 181,1,181,1,181,1,181,1,181,1,182,1,182,1,182,1,182,1,182,1,182,1,182,1, + 183,1,183,1,183,1,183,1,183,1,183,1,183,1,183,1,184,1,184,1,184,1,184,1, + 184,1,184,1,184,1,184,1,184,1,184,1,184,1,185,1,185,1,185,1,185,1,185,1, + 185,1,185,1,185,1,185,1,186,1,186,1,186,1,186,1,186,1,186,1,186,1,186,1, + 186,1,186,1,187,1,187,1,187,1,187,1,187,1,187,1,187,1,188,1,188,1,188,1, + 188,1,188,1,188,1,189,1,189,1,189,1,189,1,189,1,189,1,189,1,189,1,189,1, + 189,1,189,1,189,1,190,1,190,1,190,1,190,1,190,1,190,1,190,1,190,1,190,1, + 190,1,190,1,190,1,190,1,191,1,191,1,191,1,191,1,191,1,191,1,191,1,191,1, + 191,1,192,1,192,1,192,1,192,1,192,1,192,1,192,1,192,1,192,1,192,1,193,1, + 193,1,193,1,193,1,194,1,194,1,194,1,194,1,194,1,194,1,194,1,194,1,194,1, + 195,1,195,1,195,1,195,1,195,1,195,1,195,1,195,1,196,1,196,1,196,1,196,1, + 196,1,196,1,196,1,196,1,197,1,197,1,197,1,197,1,197,1,198,1,198,1,198,1, + 198,1,198,1,198,1,198,1,198,1,198,1,198,1,198,1,199,1,199,1,199,1,199,1, + 199,1,199,1,199,1,199,1,199,1,199,1,199,1,199,1,200,1,200,1,200,1,200,1, + 200,1,200,1,200,1,200,1,200,1,201,1,201,1,201,1,201,1,201,1,201,1,201,1, + 201,1,202,1,202,1,202,1,202,1,202,1,202,1,202,1,203,1,203,1,203,1,203,1, + 203,1,203,1,204,1,204,1,204,1,204,1,204,1,205,1,205,1,205,1,205,1,205,1, + 205,1,205,1,206,1,206,1,206,1,206,1,206,1,207,1,207,1,207,1,207,1,207,1, + 207,1,207,1,208,1,208,1,208,1,208,1,208,1,208,1,208,1,208,1,209,1,209,1, + 209,1,209,1,209,1,209,1,209,1,210,1,210,1,210,1,210,1,210,1,210,1,210,1, + 211,1,211,1,211,1,211,1,211,1,212,1,212,1,212,1,212,1,212,1,212,1,212,1, + 213,1,213,1,213,1,213,1,213,1,214,1,214,1,214,1,214,1,214,1,214,1,215,1, + 215,1,215,1,215,1,215,1,215,1,215,1,215,1,215,1,215,1,215,1,215,1,216,1, + 216,1,216,1,216,1,216,1,216,1,216,1,216,1,216,1,216,1,216,1,217,1,217,1, + 217,1,217,1,217,1,217,1,217,1,217,1,217,1,217,1,217,1,217,1,217,1,218,1, + 218,1,218,1,218,1,218,1,218,1,219,1,219,1,219,1,219,1,219,1,219,1,219,1, + 219,1,220,1,220,1,220,1,220,1,220,1,220,1,221,1,221,1,221,1,221,1,221,1, + 221,1,221,1,222,1,222,1,222,1,222,1,222,1,223,1,223,1,223,1,223,1,223,1, + 223,1,224,1,224,1,224,1,224,1,224,1,224,1,224,1,225,1,225,1,225,1,225,1, + 225,1,225,1,225,1,225,1,225,1,225,1,226,1,226,1,226,1,226,1,226,1,226,1, + 226,1,227,1,227,1,227,1,227,1,227,1,227,1,228,1,228,1,228,1,228,1,228,1, + 229,1,229,1,229,1,229,1,229,1,229,1,229,1,230,1,230,1,230,1,231,1,231,1, + 231,1,231,1,231,1,231,1,231,1,232,1,232,1,232,1,232,1,232,1,232,1,232,1, + 232,1,232,1,232,1,233,1,233,1,233,1,233,1,233,1,233,1,233,1,233,1,233,1, + 233,1,234,1,234,1,234,1,234,1,234,1,234,1,234,1,234,1,234,1,234,1,234,1, + 234,1,235,1,235,1,235,1,235,1,235,1,235,1,235,1,235,1,235,1,235,1,235,1, + 235,1,236,1,236,1,236,1,236,1,236,1,236,1,236,1,236,1,236,1,236,1,237,1, + 237,1,237,1,237,1,237,1,237,1,237,1,237,1,237,1,237,1,237,1,238,1,238,1, + 238,1,238,1,238,1,238,1,238,1,238,1,239,1,239,1,239,1,239,1,239,1,239,1, + 239,1,239,1,239,1,240,1,240,1,240,1,240,1,240,1,241,1,241,1,241,1,241,1, + 241,1,241,1,242,1,242,1,242,1,242,1,242,1,242,1,242,1,243,1,243,1,243,1, + 243,1,244,1,244,1,244,1,244,1,244,1,245,1,245,1,245,1,245,1,245,1,245,1, + 245,1,245,1,245,1,245,1,245,1,245,1,245,1,246,1,246,1,246,1,246,1,246,1, + 246,1,246,1,246,1,246,1,246,1,246,1,246,1,246,1,246,1,246,1,246,1,246,1, + 246,1,246,1,246,1,247,1,247,1,247,1,247,1,247,1,247,1,247,1,247,1,247,1, + 247,1,247,1,247,1,247,1,247,1,247,1,247,1,247,1,247,1,247,1,247,1,248,1, + 248,1,248,1,248,1,248,1,248,1,248,1,248,1,248,1,248,1,248,1,249,1,249,1, + 249,1,249,1,249,1,249,1,249,1,249,1,249,1,249,1,249,1,249,1,249,1,249,1, + 249,1,249,1,250,1,250,1,250,1,250,1,250,1,250,1,250,1,250,1,250,1,250,1, + 250,1,250,1,250,1,250,1,250,1,250,1,250,1,251,1,251,1,251,1,251,1,251,1, + 251,1,251,1,252,1,252,1,252,1,252,1,252,1,252,1,252,1,252,1,252,1,253,1, + 253,1,253,1,253,1,253,1,253,1,254,1,254,1,254,1,254,1,254,1,255,1,255,1, + 255,1,255,1,255,1,255,1,255,1,255,1,256,1,256,1,256,1,256,1,257,1,257,1, + 257,1,257,1,257,1,257,1,257,1,258,1,258,1,258,1,258,1,258,1,258,1,258,1, + 258,1,258,1,258,1,258,1,258,1,259,1,259,1,259,1,259,1,259,1,259,1,259,1, + 259,1,259,1,260,1,260,1,260,1,260,1,260,1,260,1,260,1,260,1,260,1,261,1, + 261,1,261,1,261,1,261,1,261,1,261,1,261,1,262,1,262,1,262,1,262,1,262,1, + 263,1,263,1,263,1,263,1,263,1,263,1,263,1,264,1,264,1,264,1,264,1,264,1, + 264,1,265,1,265,1,265,1,265,1,266,1,266,1,266,1,266,1,266,1,267,1,267,1, + 267,1,267,1,267,1,267,1,267,1,267,1,268,1,268,1,268,1,268,1,268,1,268,1, + 268,1,269,1,269,1,269,1,269,1,269,1,269,1,269,1,269,1,269,1,269,1,270,1, + 270,1,270,1,270,1,270,1,270,1,271,1,271,1,271,1,271,1,271,1,271,1,271,1, + 271,1,272,1,272,1,272,1,272,1,273,1,273,1,273,1,273,1,273,1,273,1,273,1, + 273,1,274,1,274,1,274,1,274,1,274,1,274,1,274,1,274,1,275,1,275,1,275,1, + 275,1,275,1,275,1,275,1,275,1,275,1,276,1,276,1,276,1,276,1,277,1,277,1, + 277,1,277,1,277,1,277,1,277,1,277,1,278,1,278,1,278,1,278,1,278,1,278,1, + 278,1,279,1,279,1,279,1,279,1,279,1,279,1,280,1,280,1,280,1,280,1,280,1, + 280,1,280,1,281,1,281,1,281,1,281,1,281,1,282,1,282,1,282,1,282,1,282,1, + 283,1,283,1,283,1,283,1,283,1,283,1,283,1,283,1,283,1,283,1,284,1,284,1, + 284,1,284,1,284,1,284,1,284,1,284,1,284,1,284,1,284,1,284,1,284,1,284,1, + 285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,285,1,286,1,286,1,286,1, + 286,1,286,1,286,1,286,1,286,1,287,1,287,1,287,1,287,1,288,1,288,1,288,1, + 288,1,289,1,289,1,289,1,289,1,289,1,290,1,290,1,290,1,290,1,290,1,290,1, + 290,1,290,1,290,1,291,1,291,1,292,1,292,1,293,1,293,1,294,1,294,1,295,1, + 295,1,296,1,296,1,297,1,297,1,298,1,298,1,299,1,299,1,300,1,300,1,301,1, + 301,1,302,1,302,1,303,1,303,1,304,1,304,1,305,1,305,1,306,1,306,1,307,1, + 307,1,308,1,308,1,309,1,309,1,310,1,310,1,311,1,311,1,312,1,312,1,313,1, + 313,1,314,1,314,1,315,1,315,1,316,1,316,1,316,1,317,1,317,1,317,1,318,1, + 318,1,319,1,319,1,319,1,320,1,320,1,320,1,321,1,321,1,321,3,321,2955,8, + 321,1,322,4,322,2958,8,322,11,322,12,322,2959,1,323,4,323,2963,8,323,11, + 323,12,323,2964,3,323,2967,8,323,1,323,1,323,4,323,2971,8,323,11,323,12, + 323,2972,1,323,4,323,2976,8,323,11,323,12,323,2977,1,323,1,323,1,323,1, + 323,4,323,2984,8,323,11,323,12,323,2985,3,323,2988,8,323,1,323,1,323,4, + 323,2992,8,323,11,323,12,323,2993,1,323,1,323,1,323,4,323,2999,8,323,11, + 323,12,323,3000,1,323,1,323,3,323,3005,8,323,1,324,1,324,1,325,1,325,1, + 326,1,326,1,327,1,327,1,328,1,328,5,328,3017,8,328,10,328,12,328,3020,9, + 328,4,328,3022,8,328,11,328,12,328,3023,1,329,1,329,1,329,1,329,1,329,1, + 329,5,329,3032,8,329,10,329,12,329,3035,9,329,1,329,1,329,1,330,1,330,3, + 330,3041,8,330,1,330,4,330,3044,8,330,11,330,12,330,3045,1,331,5,331,3049, + 8,331,10,331,12,331,3052,9,331,1,331,4,331,3055,8,331,11,331,12,331,3056, + 1,331,5,331,3060,8,331,10,331,12,331,3063,9,331,1,332,5,332,3066,8,332, + 10,332,12,332,3069,9,332,1,332,4,332,3072,8,332,11,332,12,332,3073,1,332, + 5,332,3077,8,332,10,332,12,332,3080,9,332,1,333,1,333,1,334,1,334,1,335, + 1,335,1,335,1,335,1,335,1,335,5,335,3092,8,335,10,335,12,335,3095,9,335, + 1,335,1,335,1,336,1,336,1,336,1,336,1,336,1,336,5,336,3105,8,336,10,336, + 12,336,3108,9,336,1,336,1,336,1,337,1,337,1,337,4,337,3115,8,337,11,337, + 12,337,3116,1,337,1,337,1,338,1,338,1,338,1,338,1,338,1,338,5,338,3127, + 8,338,10,338,12,338,3130,9,338,1,338,1,338,5,692,3050,3056,3067,3073,0, + 339,1,1,3,2,5,3,7,4,9,5,11,6,13,7,15,8,17,9,19,10,21,11,23,12,25,13,27, + 14,29,15,31,16,33,17,35,18,37,19,39,20,41,21,43,22,45,23,47,24,49,25,51, + 26,53,27,55,28,57,29,59,30,61,31,63,32,65,33,67,34,69,35,71,36,73,37,75, + 38,77,39,79,40,81,41,83,42,85,43,87,44,89,45,91,46,93,47,95,48,97,49,99, + 50,101,51,103,52,105,53,107,54,109,55,111,56,113,57,115,58,117,59,119,60, + 121,61,123,62,125,63,127,64,129,65,131,66,133,67,135,68,137,69,139,70,141, + 71,143,72,145,73,147,74,149,75,151,76,153,77,155,78,157,79,159,80,161,81, + 163,82,165,83,167,84,169,85,171,86,173,87,175,88,177,89,179,90,181,91,183, + 92,185,93,187,94,189,95,191,96,193,97,195,98,197,99,199,100,201,101,203, + 102,205,103,207,104,209,105,211,106,213,107,215,108,217,109,219,110,221, + 111,223,112,225,113,227,114,229,115,231,116,233,117,235,118,237,119,239, + 120,241,121,243,122,245,123,247,124,249,125,251,126,253,127,255,128,257, + 129,259,130,261,131,263,132,265,133,267,134,269,135,271,136,273,137,275, + 138,277,139,279,140,281,141,283,142,285,143,287,144,289,145,291,146,293, + 147,295,148,297,149,299,150,301,151,303,152,305,153,307,154,309,155,311, + 156,313,157,315,158,317,159,319,160,321,161,323,162,325,163,327,164,329, + 165,331,166,333,167,335,168,337,169,339,170,341,171,343,172,345,173,347, + 174,349,175,351,176,353,177,355,178,357,179,359,180,361,181,363,182,365, + 183,367,184,369,185,371,186,373,187,375,188,377,189,379,190,381,191,383, + 192,385,193,387,194,389,195,391,196,393,197,395,198,397,199,399,200,401, + 201,403,202,405,203,407,204,409,205,411,206,413,207,415,208,417,209,419, + 210,421,211,423,212,425,213,427,214,429,215,431,216,433,217,435,218,437, + 219,439,220,441,221,443,222,445,223,447,224,449,225,451,226,453,227,455, + 228,457,229,459,230,461,231,463,232,465,233,467,234,469,235,471,236,473, + 237,475,238,477,239,479,240,481,241,483,242,485,243,487,244,489,245,491, + 246,493,247,495,248,497,249,499,250,501,251,503,252,505,253,507,254,509, + 255,511,256,513,257,515,258,517,259,519,260,521,261,523,262,525,263,527, + 264,529,265,531,266,533,267,535,268,537,269,539,270,541,271,543,272,545, + 273,547,274,549,275,551,276,553,277,555,278,557,279,559,280,561,281,563, + 282,565,283,567,284,569,285,571,286,573,287,575,288,577,289,579,290,581, + 291,583,292,585,293,587,294,589,295,591,296,593,297,595,298,597,299,599, + 300,601,301,603,302,605,303,607,304,609,305,611,306,613,307,615,308,617, + 309,619,310,621,311,623,312,625,313,627,314,629,315,631,316,633,317,635, + 318,637,319,639,320,641,321,643,322,645,323,647,324,649,325,651,326,653, + 327,655,328,657,0,659,0,661,0,663,0,665,0,667,0,669,0,671,0,673,0,675,0, + 677,0,1,0,16,3,0,9,10,13,13,32,32,2,0,10,10,13,13,2,0,46,46,58,58,2,0,47, + 47,92,92,3,0,32,32,47,47,92,92,2,0,92,92,96,96,2,0,43,43,45,45,4,0,48,57, + 65,90,95,95,97,122,3,0,65,90,95,95,97,122,7,0,35,38,42,42,48,57,64,90,94, + 95,97,123,125,125,6,0,35,38,42,42,64,90,94,95,97,123,125,125,1,0,48,57, + 2,0,65,90,97,122,2,0,34,34,92,92,2,0,39,39,92,92,1,0,48,49,3167,0,1,1,0, + 0,0,0,3,1,0,0,0,0,5,1,0,0,0,0,7,1,0,0,0,0,9,1,0,0,0,0,11,1,0,0,0,0,13,1, + 0,0,0,0,15,1,0,0,0,0,17,1,0,0,0,0,19,1,0,0,0,0,21,1,0,0,0,0,23,1,0,0,0, + 0,25,1,0,0,0,0,27,1,0,0,0,0,29,1,0,0,0,0,31,1,0,0,0,0,33,1,0,0,0,0,35,1, + 0,0,0,0,37,1,0,0,0,0,39,1,0,0,0,0,41,1,0,0,0,0,43,1,0,0,0,0,45,1,0,0,0, + 0,47,1,0,0,0,0,49,1,0,0,0,0,51,1,0,0,0,0,53,1,0,0,0,0,55,1,0,0,0,0,57,1, + 0,0,0,0,59,1,0,0,0,0,61,1,0,0,0,0,63,1,0,0,0,0,65,1,0,0,0,0,67,1,0,0,0, + 0,69,1,0,0,0,0,71,1,0,0,0,0,73,1,0,0,0,0,75,1,0,0,0,0,77,1,0,0,0,0,79,1, + 0,0,0,0,81,1,0,0,0,0,83,1,0,0,0,0,85,1,0,0,0,0,87,1,0,0,0,0,89,1,0,0,0, + 0,91,1,0,0,0,0,93,1,0,0,0,0,95,1,0,0,0,0,97,1,0,0,0,0,99,1,0,0,0,0,101, + 1,0,0,0,0,103,1,0,0,0,0,105,1,0,0,0,0,107,1,0,0,0,0,109,1,0,0,0,0,111,1, + 0,0,0,0,113,1,0,0,0,0,115,1,0,0,0,0,117,1,0,0,0,0,119,1,0,0,0,0,121,1,0, + 0,0,0,123,1,0,0,0,0,125,1,0,0,0,0,127,1,0,0,0,0,129,1,0,0,0,0,131,1,0,0, + 0,0,133,1,0,0,0,0,135,1,0,0,0,0,137,1,0,0,0,0,139,1,0,0,0,0,141,1,0,0,0, + 0,143,1,0,0,0,0,145,1,0,0,0,0,147,1,0,0,0,0,149,1,0,0,0,0,151,1,0,0,0,0, + 153,1,0,0,0,0,155,1,0,0,0,0,157,1,0,0,0,0,159,1,0,0,0,0,161,1,0,0,0,0,163, + 1,0,0,0,0,165,1,0,0,0,0,167,1,0,0,0,0,169,1,0,0,0,0,171,1,0,0,0,0,173,1, + 0,0,0,0,175,1,0,0,0,0,177,1,0,0,0,0,179,1,0,0,0,0,181,1,0,0,0,0,183,1,0, + 0,0,0,185,1,0,0,0,0,187,1,0,0,0,0,189,1,0,0,0,0,191,1,0,0,0,0,193,1,0,0, + 0,0,195,1,0,0,0,0,197,1,0,0,0,0,199,1,0,0,0,0,201,1,0,0,0,0,203,1,0,0,0, + 0,205,1,0,0,0,0,207,1,0,0,0,0,209,1,0,0,0,0,211,1,0,0,0,0,213,1,0,0,0,0, + 215,1,0,0,0,0,217,1,0,0,0,0,219,1,0,0,0,0,221,1,0,0,0,0,223,1,0,0,0,0,225, + 1,0,0,0,0,227,1,0,0,0,0,229,1,0,0,0,0,231,1,0,0,0,0,233,1,0,0,0,0,235,1, + 0,0,0,0,237,1,0,0,0,0,239,1,0,0,0,0,241,1,0,0,0,0,243,1,0,0,0,0,245,1,0, + 0,0,0,247,1,0,0,0,0,249,1,0,0,0,0,251,1,0,0,0,0,253,1,0,0,0,0,255,1,0,0, + 0,0,257,1,0,0,0,0,259,1,0,0,0,0,261,1,0,0,0,0,263,1,0,0,0,0,265,1,0,0,0, + 0,267,1,0,0,0,0,269,1,0,0,0,0,271,1,0,0,0,0,273,1,0,0,0,0,275,1,0,0,0,0, + 277,1,0,0,0,0,279,1,0,0,0,0,281,1,0,0,0,0,283,1,0,0,0,0,285,1,0,0,0,0,287, + 1,0,0,0,0,289,1,0,0,0,0,291,1,0,0,0,0,293,1,0,0,0,0,295,1,0,0,0,0,297,1, + 0,0,0,0,299,1,0,0,0,0,301,1,0,0,0,0,303,1,0,0,0,0,305,1,0,0,0,0,307,1,0, + 0,0,0,309,1,0,0,0,0,311,1,0,0,0,0,313,1,0,0,0,0,315,1,0,0,0,0,317,1,0,0, + 0,0,319,1,0,0,0,0,321,1,0,0,0,0,323,1,0,0,0,0,325,1,0,0,0,0,327,1,0,0,0, + 0,329,1,0,0,0,0,331,1,0,0,0,0,333,1,0,0,0,0,335,1,0,0,0,0,337,1,0,0,0,0, + 339,1,0,0,0,0,341,1,0,0,0,0,343,1,0,0,0,0,345,1,0,0,0,0,347,1,0,0,0,0,349, + 1,0,0,0,0,351,1,0,0,0,0,353,1,0,0,0,0,355,1,0,0,0,0,357,1,0,0,0,0,359,1, + 0,0,0,0,361,1,0,0,0,0,363,1,0,0,0,0,365,1,0,0,0,0,367,1,0,0,0,0,369,1,0, + 0,0,0,371,1,0,0,0,0,373,1,0,0,0,0,375,1,0,0,0,0,377,1,0,0,0,0,379,1,0,0, + 0,0,381,1,0,0,0,0,383,1,0,0,0,0,385,1,0,0,0,0,387,1,0,0,0,0,389,1,0,0,0, + 0,391,1,0,0,0,0,393,1,0,0,0,0,395,1,0,0,0,0,397,1,0,0,0,0,399,1,0,0,0,0, + 401,1,0,0,0,0,403,1,0,0,0,0,405,1,0,0,0,0,407,1,0,0,0,0,409,1,0,0,0,0,411, + 1,0,0,0,0,413,1,0,0,0,0,415,1,0,0,0,0,417,1,0,0,0,0,419,1,0,0,0,0,421,1, + 0,0,0,0,423,1,0,0,0,0,425,1,0,0,0,0,427,1,0,0,0,0,429,1,0,0,0,0,431,1,0, + 0,0,0,433,1,0,0,0,0,435,1,0,0,0,0,437,1,0,0,0,0,439,1,0,0,0,0,441,1,0,0, + 0,0,443,1,0,0,0,0,445,1,0,0,0,0,447,1,0,0,0,0,449,1,0,0,0,0,451,1,0,0,0, + 0,453,1,0,0,0,0,455,1,0,0,0,0,457,1,0,0,0,0,459,1,0,0,0,0,461,1,0,0,0,0, + 463,1,0,0,0,0,465,1,0,0,0,0,467,1,0,0,0,0,469,1,0,0,0,0,471,1,0,0,0,0,473, + 1,0,0,0,0,475,1,0,0,0,0,477,1,0,0,0,0,479,1,0,0,0,0,481,1,0,0,0,0,483,1, + 0,0,0,0,485,1,0,0,0,0,487,1,0,0,0,0,489,1,0,0,0,0,491,1,0,0,0,0,493,1,0, + 0,0,0,495,1,0,0,0,0,497,1,0,0,0,0,499,1,0,0,0,0,501,1,0,0,0,0,503,1,0,0, + 0,0,505,1,0,0,0,0,507,1,0,0,0,0,509,1,0,0,0,0,511,1,0,0,0,0,513,1,0,0,0, + 0,515,1,0,0,0,0,517,1,0,0,0,0,519,1,0,0,0,0,521,1,0,0,0,0,523,1,0,0,0,0, + 525,1,0,0,0,0,527,1,0,0,0,0,529,1,0,0,0,0,531,1,0,0,0,0,533,1,0,0,0,0,535, + 1,0,0,0,0,537,1,0,0,0,0,539,1,0,0,0,0,541,1,0,0,0,0,543,1,0,0,0,0,545,1, + 0,0,0,0,547,1,0,0,0,0,549,1,0,0,0,0,551,1,0,0,0,0,553,1,0,0,0,0,555,1,0, + 0,0,0,557,1,0,0,0,0,559,1,0,0,0,0,561,1,0,0,0,0,563,1,0,0,0,0,565,1,0,0, + 0,0,567,1,0,0,0,0,569,1,0,0,0,0,571,1,0,0,0,0,573,1,0,0,0,0,575,1,0,0,0, + 0,577,1,0,0,0,0,579,1,0,0,0,0,581,1,0,0,0,0,583,1,0,0,0,0,585,1,0,0,0,0, + 587,1,0,0,0,0,589,1,0,0,0,0,591,1,0,0,0,0,593,1,0,0,0,0,595,1,0,0,0,0,597, + 1,0,0,0,0,599,1,0,0,0,0,601,1,0,0,0,0,603,1,0,0,0,0,605,1,0,0,0,0,607,1, + 0,0,0,0,609,1,0,0,0,0,611,1,0,0,0,0,613,1,0,0,0,0,615,1,0,0,0,0,617,1,0, + 0,0,0,619,1,0,0,0,0,621,1,0,0,0,0,623,1,0,0,0,0,625,1,0,0,0,0,627,1,0,0, + 0,0,629,1,0,0,0,0,631,1,0,0,0,0,633,1,0,0,0,0,635,1,0,0,0,0,637,1,0,0,0, + 0,639,1,0,0,0,0,641,1,0,0,0,0,643,1,0,0,0,0,645,1,0,0,0,0,647,1,0,0,0,0, + 649,1,0,0,0,0,651,1,0,0,0,0,653,1,0,0,0,0,655,1,0,0,0,1,680,1,0,0,0,3,686, + 1,0,0,0,5,728,1,0,0,0,7,732,1,0,0,0,9,739,1,0,0,0,11,744,1,0,0,0,13,748, + 1,0,0,0,15,751,1,0,0,0,17,755,1,0,0,0,19,759,1,0,0,0,21,768,1,0,0,0,23, + 774,1,0,0,0,25,780,1,0,0,0,27,783,1,0,0,0,29,792,1,0,0,0,31,797,1,0,0,0, + 33,802,1,0,0,0,35,809,1,0,0,0,37,815,1,0,0,0,39,822,1,0,0,0,41,828,1,0, + 0,0,43,831,1,0,0,0,45,834,1,0,0,0,47,838,1,0,0,0,49,841,1,0,0,0,51,845, + 1,0,0,0,53,848,1,0,0,0,55,855,1,0,0,0,57,863,1,0,0,0,59,868,1,0,0,0,61, + 874,1,0,0,0,63,877,1,0,0,0,65,882,1,0,0,0,67,888,1,0,0,0,69,894,1,0,0,0, + 71,898,1,0,0,0,73,903,1,0,0,0,75,907,1,0,0,0,77,916,1,0,0,0,79,921,1,0, + 0,0,81,926,1,0,0,0,83,931,1,0,0,0,85,936,1,0,0,0,87,942,1,0,0,0,89,946, + 1,0,0,0,91,951,1,0,0,0,93,957,1,0,0,0,95,963,1,0,0,0,97,969,1,0,0,0,99, + 974,1,0,0,0,101,979,1,0,0,0,103,985,1,0,0,0,105,990,1,0,0,0,107,995,1,0, + 0,0,109,1003,1,0,0,0,111,1006,1,0,0,0,113,1012,1,0,0,0,115,1020,1,0,0,0, + 117,1027,1,0,0,0,119,1032,1,0,0,0,121,1042,1,0,0,0,123,1048,1,0,0,0,125, + 1053,1,0,0,0,127,1063,1,0,0,0,129,1073,1,0,0,0,131,1083,1,0,0,0,133,1091, + 1,0,0,0,135,1097,1,0,0,0,137,1103,1,0,0,0,139,1108,1,0,0,0,141,1113,1,0, + 0,0,143,1121,1,0,0,0,145,1128,1,0,0,0,147,1135,1,0,0,0,149,1141,1,0,0,0, + 151,1151,1,0,0,0,153,1156,1,0,0,0,155,1164,1,0,0,0,157,1172,1,0,0,0,159, + 1182,1,0,0,0,161,1189,1,0,0,0,163,1196,1,0,0,0,165,1203,1,0,0,0,167,1208, + 1,0,0,0,169,1217,1,0,0,0,171,1225,1,0,0,0,173,1230,1,0,0,0,175,1245,1,0, + 0,0,177,1265,1,0,0,0,179,1280,1,0,0,0,181,1287,1,0,0,0,183,1295,1,0,0,0, + 185,1303,1,0,0,0,187,1308,1,0,0,0,189,1313,1,0,0,0,191,1318,1,0,0,0,193, + 1325,1,0,0,0,195,1333,1,0,0,0,197,1340,1,0,0,0,199,1344,1,0,0,0,201,1351, + 1,0,0,0,203,1359,1,0,0,0,205,1370,1,0,0,0,207,1380,1,0,0,0,209,1385,1,0, + 0,0,211,1391,1,0,0,0,213,1398,1,0,0,0,215,1407,1,0,0,0,217,1417,1,0,0,0, + 219,1420,1,0,0,0,221,1432,1,0,0,0,223,1441,1,0,0,0,225,1447,1,0,0,0,227, + 1454,1,0,0,0,229,1461,1,0,0,0,231,1469,1,0,0,0,233,1473,1,0,0,0,235,1479, + 1,0,0,0,237,1484,1,0,0,0,239,1490,1,0,0,0,241,1502,1,0,0,0,243,1509,1,0, + 0,0,245,1518,1,0,0,0,247,1524,1,0,0,0,249,1531,1,0,0,0,251,1536,1,0,0,0, + 253,1544,1,0,0,0,255,1553,1,0,0,0,257,1556,1,0,0,0,259,1565,1,0,0,0,261, + 1573,1,0,0,0,263,1579,1,0,0,0,265,1583,1,0,0,0,267,1594,1,0,0,0,269,1601, + 1,0,0,0,271,1605,1,0,0,0,273,1608,1,0,0,0,275,1613,1,0,0,0,277,1621,1,0, + 0,0,279,1632,1,0,0,0,281,1642,1,0,0,0,283,1652,1,0,0,0,285,1659,1,0,0,0, + 287,1665,1,0,0,0,289,1671,1,0,0,0,291,1687,1,0,0,0,293,1700,1,0,0,0,295, + 1713,1,0,0,0,297,1723,1,0,0,0,299,1730,1,0,0,0,301,1741,1,0,0,0,303,1752, + 1,0,0,0,305,1758,1,0,0,0,307,1763,1,0,0,0,309,1771,1,0,0,0,311,1777,1,0, + 0,0,313,1787,1,0,0,0,315,1796,1,0,0,0,317,1805,1,0,0,0,319,1813,1,0,0,0, + 321,1819,1,0,0,0,323,1825,1,0,0,0,325,1833,1,0,0,0,327,1838,1,0,0,0,329, + 1848,1,0,0,0,331,1855,1,0,0,0,333,1865,1,0,0,0,335,1873,1,0,0,0,337,1879, + 1,0,0,0,339,1893,1,0,0,0,341,1906,1,0,0,0,343,1914,1,0,0,0,345,1921,1,0, + 0,0,347,1928,1,0,0,0,349,1940,1,0,0,0,351,1949,1,0,0,0,353,1958,1,0,0,0, + 355,1966,1,0,0,0,357,1976,1,0,0,0,359,1987,1,0,0,0,361,1993,1,0,0,0,363, + 2001,1,0,0,0,365,2013,1,0,0,0,367,2020,1,0,0,0,369,2028,1,0,0,0,371,2039, + 1,0,0,0,373,2048,1,0,0,0,375,2058,1,0,0,0,377,2065,1,0,0,0,379,2071,1,0, + 0,0,381,2083,1,0,0,0,383,2096,1,0,0,0,385,2105,1,0,0,0,387,2115,1,0,0,0, + 389,2119,1,0,0,0,391,2128,1,0,0,0,393,2136,1,0,0,0,395,2144,1,0,0,0,397, + 2149,1,0,0,0,399,2160,1,0,0,0,401,2172,1,0,0,0,403,2181,1,0,0,0,405,2189, + 1,0,0,0,407,2196,1,0,0,0,409,2202,1,0,0,0,411,2207,1,0,0,0,413,2214,1,0, + 0,0,415,2219,1,0,0,0,417,2226,1,0,0,0,419,2234,1,0,0,0,421,2241,1,0,0,0, + 423,2248,1,0,0,0,425,2253,1,0,0,0,427,2260,1,0,0,0,429,2265,1,0,0,0,431, + 2271,1,0,0,0,433,2283,1,0,0,0,435,2294,1,0,0,0,437,2307,1,0,0,0,439,2313, + 1,0,0,0,441,2321,1,0,0,0,443,2327,1,0,0,0,445,2334,1,0,0,0,447,2339,1,0, + 0,0,449,2345,1,0,0,0,451,2352,1,0,0,0,453,2362,1,0,0,0,455,2369,1,0,0,0, + 457,2375,1,0,0,0,459,2380,1,0,0,0,461,2387,1,0,0,0,463,2390,1,0,0,0,465, + 2397,1,0,0,0,467,2407,1,0,0,0,469,2417,1,0,0,0,471,2429,1,0,0,0,473,2441, + 1,0,0,0,475,2451,1,0,0,0,477,2462,1,0,0,0,479,2470,1,0,0,0,481,2479,1,0, + 0,0,483,2484,1,0,0,0,485,2490,1,0,0,0,487,2497,1,0,0,0,489,2501,1,0,0,0, + 491,2506,1,0,0,0,493,2519,1,0,0,0,495,2539,1,0,0,0,497,2559,1,0,0,0,499, + 2570,1,0,0,0,501,2586,1,0,0,0,503,2603,1,0,0,0,505,2610,1,0,0,0,507,2619, + 1,0,0,0,509,2625,1,0,0,0,511,2630,1,0,0,0,513,2638,1,0,0,0,515,2642,1,0, + 0,0,517,2649,1,0,0,0,519,2661,1,0,0,0,521,2670,1,0,0,0,523,2679,1,0,0,0, + 525,2687,1,0,0,0,527,2692,1,0,0,0,529,2699,1,0,0,0,531,2705,1,0,0,0,533, + 2709,1,0,0,0,535,2714,1,0,0,0,537,2722,1,0,0,0,539,2729,1,0,0,0,541,2739, + 1,0,0,0,543,2745,1,0,0,0,545,2753,1,0,0,0,547,2757,1,0,0,0,549,2765,1,0, + 0,0,551,2773,1,0,0,0,553,2782,1,0,0,0,555,2786,1,0,0,0,557,2794,1,0,0,0, + 559,2801,1,0,0,0,561,2807,1,0,0,0,563,2814,1,0,0,0,565,2819,1,0,0,0,567, + 2824,1,0,0,0,569,2834,1,0,0,0,571,2848,1,0,0,0,573,2857,1,0,0,0,575,2865, + 1,0,0,0,577,2869,1,0,0,0,579,2873,1,0,0,0,581,2878,1,0,0,0,583,2887,1,0, + 0,0,585,2889,1,0,0,0,587,2891,1,0,0,0,589,2893,1,0,0,0,591,2895,1,0,0,0, + 593,2897,1,0,0,0,595,2899,1,0,0,0,597,2901,1,0,0,0,599,2903,1,0,0,0,601, + 2905,1,0,0,0,603,2907,1,0,0,0,605,2909,1,0,0,0,607,2911,1,0,0,0,609,2913, + 1,0,0,0,611,2915,1,0,0,0,613,2917,1,0,0,0,615,2919,1,0,0,0,617,2921,1,0, + 0,0,619,2923,1,0,0,0,621,2925,1,0,0,0,623,2927,1,0,0,0,625,2929,1,0,0,0, + 627,2931,1,0,0,0,629,2933,1,0,0,0,631,2935,1,0,0,0,633,2937,1,0,0,0,635, + 2940,1,0,0,0,637,2943,1,0,0,0,639,2945,1,0,0,0,641,2948,1,0,0,0,643,2954, + 1,0,0,0,645,2957,1,0,0,0,647,3004,1,0,0,0,649,3006,1,0,0,0,651,3008,1,0, + 0,0,653,3010,1,0,0,0,655,3012,1,0,0,0,657,3021,1,0,0,0,659,3025,1,0,0,0, + 661,3038,1,0,0,0,663,3050,1,0,0,0,665,3067,1,0,0,0,667,3081,1,0,0,0,669, + 3083,1,0,0,0,671,3085,1,0,0,0,673,3098,1,0,0,0,675,3111,1,0,0,0,677,3120, + 1,0,0,0,679,681,7,0,0,0,680,679,1,0,0,0,681,682,1,0,0,0,682,680,1,0,0,0, + 682,683,1,0,0,0,683,684,1,0,0,0,684,685,6,0,0,0,685,2,1,0,0,0,686,687,5, + 47,0,0,687,688,5,42,0,0,688,692,1,0,0,0,689,691,9,0,0,0,690,689,1,0,0,0, + 691,694,1,0,0,0,692,693,1,0,0,0,692,690,1,0,0,0,693,695,1,0,0,0,694,692, + 1,0,0,0,695,696,5,42,0,0,696,697,5,47,0,0,697,698,1,0,0,0,698,699,6,1,0, + 0,699,4,1,0,0,0,700,701,5,45,0,0,701,704,5,45,0,0,702,704,5,35,0,0,703, + 700,1,0,0,0,703,702,1,0,0,0,704,708,1,0,0,0,705,707,8,1,0,0,706,705,1,0, + 0,0,707,710,1,0,0,0,708,706,1,0,0,0,708,709,1,0,0,0,709,716,1,0,0,0,710, + 708,1,0,0,0,711,713,5,13,0,0,712,711,1,0,0,0,712,713,1,0,0,0,713,714,1, + 0,0,0,714,717,5,10,0,0,715,717,5,0,0,1,716,712,1,0,0,0,716,715,1,0,0,0, + 717,729,1,0,0,0,718,719,5,45,0,0,719,720,5,45,0,0,720,726,1,0,0,0,721,723, + 5,13,0,0,722,721,1,0,0,0,722,723,1,0,0,0,723,724,1,0,0,0,724,727,5,10,0, + 0,725,727,5,0,0,1,726,722,1,0,0,0,726,725,1,0,0,0,727,729,1,0,0,0,728,703, + 1,0,0,0,728,718,1,0,0,0,729,730,1,0,0,0,730,731,6,2,0,0,731,6,1,0,0,0,732, + 733,5,83,0,0,733,734,5,69,0,0,734,735,5,76,0,0,735,736,5,69,0,0,736,737, + 5,67,0,0,737,738,5,84,0,0,738,8,1,0,0,0,739,740,5,70,0,0,740,741,5,82,0, + 0,741,742,5,79,0,0,742,743,5,77,0,0,743,10,1,0,0,0,744,745,5,65,0,0,745, + 746,5,68,0,0,746,747,5,68,0,0,747,12,1,0,0,0,748,749,5,65,0,0,749,750,5, + 83,0,0,750,14,1,0,0,0,751,752,5,65,0,0,752,753,5,76,0,0,753,754,5,76,0, + 0,754,16,1,0,0,0,755,756,5,65,0,0,756,757,5,78,0,0,757,758,5,89,0,0,758, + 18,1,0,0,0,759,760,5,68,0,0,760,761,5,73,0,0,761,762,5,83,0,0,762,763,5, + 84,0,0,763,764,5,73,0,0,764,765,5,78,0,0,765,766,5,67,0,0,766,767,5,84, + 0,0,767,20,1,0,0,0,768,769,5,87,0,0,769,770,5,72,0,0,770,771,5,69,0,0,771, + 772,5,82,0,0,772,773,5,69,0,0,773,22,1,0,0,0,774,775,5,71,0,0,775,776,5, + 82,0,0,776,777,5,79,0,0,777,778,5,85,0,0,778,779,5,80,0,0,779,24,1,0,0, + 0,780,781,5,66,0,0,781,782,5,89,0,0,782,26,1,0,0,0,783,784,5,71,0,0,784, + 785,5,82,0,0,785,786,5,79,0,0,786,787,5,85,0,0,787,788,5,80,0,0,788,789, + 5,73,0,0,789,790,5,78,0,0,790,791,5,71,0,0,791,28,1,0,0,0,792,793,5,83, + 0,0,793,794,5,69,0,0,794,795,5,84,0,0,795,796,5,83,0,0,796,30,1,0,0,0,797, + 798,5,67,0,0,798,799,5,85,0,0,799,800,5,66,0,0,800,801,5,69,0,0,801,32, + 1,0,0,0,802,803,5,82,0,0,803,804,5,79,0,0,804,805,5,76,0,0,805,806,5,76, + 0,0,806,807,5,85,0,0,807,808,5,80,0,0,808,34,1,0,0,0,809,810,5,79,0,0,810, + 811,5,82,0,0,811,812,5,68,0,0,812,813,5,69,0,0,813,814,5,82,0,0,814,36, + 1,0,0,0,815,816,5,72,0,0,816,817,5,65,0,0,817,818,5,86,0,0,818,819,5,73, + 0,0,819,820,5,78,0,0,820,821,5,71,0,0,821,38,1,0,0,0,822,823,5,76,0,0,823, + 824,5,73,0,0,824,825,5,77,0,0,825,826,5,73,0,0,826,827,5,84,0,0,827,40, + 1,0,0,0,828,829,5,65,0,0,829,830,5,84,0,0,830,42,1,0,0,0,831,832,5,79,0, + 0,832,833,5,82,0,0,833,44,1,0,0,0,834,835,5,65,0,0,835,836,5,78,0,0,836, + 837,5,68,0,0,837,46,1,0,0,0,838,839,5,73,0,0,839,840,5,78,0,0,840,48,1, + 0,0,0,841,842,5,78,0,0,842,843,5,79,0,0,843,844,5,84,0,0,844,50,1,0,0,0, + 845,846,5,78,0,0,846,847,5,79,0,0,847,52,1,0,0,0,848,849,5,69,0,0,849,850, + 5,88,0,0,850,851,5,73,0,0,851,852,5,83,0,0,852,853,5,84,0,0,853,854,5,83, + 0,0,854,54,1,0,0,0,855,856,5,66,0,0,856,857,5,69,0,0,857,858,5,84,0,0,858, + 859,5,87,0,0,859,860,5,69,0,0,860,861,5,69,0,0,861,862,5,78,0,0,862,56, + 1,0,0,0,863,864,5,76,0,0,864,865,5,73,0,0,865,866,5,75,0,0,866,867,5,69, + 0,0,867,58,1,0,0,0,868,869,5,82,0,0,869,870,5,76,0,0,870,871,5,73,0,0,871, + 872,5,75,0,0,872,873,5,69,0,0,873,60,1,0,0,0,874,875,5,73,0,0,875,876,5, + 83,0,0,876,62,1,0,0,0,877,878,5,84,0,0,878,879,5,82,0,0,879,880,5,85,0, + 0,880,881,5,69,0,0,881,64,1,0,0,0,882,883,5,70,0,0,883,884,5,65,0,0,884, + 885,5,76,0,0,885,886,5,83,0,0,886,887,5,69,0,0,887,66,1,0,0,0,888,889,5, + 78,0,0,889,890,5,85,0,0,890,891,5,76,0,0,891,892,5,76,0,0,892,893,5,83, + 0,0,893,68,1,0,0,0,894,895,5,65,0,0,895,896,5,83,0,0,896,897,5,67,0,0,897, + 70,1,0,0,0,898,899,5,68,0,0,899,900,5,69,0,0,900,901,5,83,0,0,901,902,5, + 67,0,0,902,72,1,0,0,0,903,904,5,70,0,0,904,905,5,79,0,0,905,906,5,82,0, + 0,906,74,1,0,0,0,907,908,5,73,0,0,908,909,5,78,0,0,909,910,5,84,0,0,910, + 911,5,69,0,0,911,912,5,82,0,0,912,913,5,86,0,0,913,914,5,65,0,0,914,915, + 5,76,0,0,915,76,1,0,0,0,916,917,5,67,0,0,917,918,5,65,0,0,918,919,5,83, + 0,0,919,920,5,69,0,0,920,78,1,0,0,0,921,922,5,87,0,0,922,923,5,72,0,0,923, + 924,5,69,0,0,924,925,5,78,0,0,925,80,1,0,0,0,926,927,5,84,0,0,927,928,5, + 72,0,0,928,929,5,69,0,0,929,930,5,78,0,0,930,82,1,0,0,0,931,932,5,69,0, + 0,932,933,5,76,0,0,933,934,5,83,0,0,934,935,5,69,0,0,935,84,1,0,0,0,936, + 937,5,66,0,0,937,938,5,69,0,0,938,939,5,71,0,0,939,940,5,73,0,0,940,941, + 5,78,0,0,941,86,1,0,0,0,942,943,5,69,0,0,943,944,5,78,0,0,944,945,5,68, + 0,0,945,88,1,0,0,0,946,947,5,74,0,0,947,948,5,79,0,0,948,949,5,73,0,0,949, + 950,5,78,0,0,950,90,1,0,0,0,951,952,5,67,0,0,952,953,5,82,0,0,953,954,5, + 79,0,0,954,955,5,83,0,0,955,956,5,83,0,0,956,92,1,0,0,0,957,958,5,79,0, + 0,958,959,5,85,0,0,959,960,5,84,0,0,960,961,5,69,0,0,961,962,5,82,0,0,962, + 94,1,0,0,0,963,964,5,73,0,0,964,965,5,78,0,0,965,966,5,78,0,0,966,967,5, + 69,0,0,967,968,5,82,0,0,968,96,1,0,0,0,969,970,5,76,0,0,970,971,5,69,0, + 0,971,972,5,70,0,0,972,973,5,84,0,0,973,98,1,0,0,0,974,975,5,83,0,0,975, + 976,5,69,0,0,976,977,5,77,0,0,977,978,5,73,0,0,978,100,1,0,0,0,979,980, + 5,82,0,0,980,981,5,73,0,0,981,982,5,71,0,0,982,983,5,72,0,0,983,984,5,84, + 0,0,984,102,1,0,0,0,985,986,5,70,0,0,986,987,5,85,0,0,987,988,5,76,0,0, + 988,989,5,76,0,0,989,104,1,0,0,0,990,991,5,85,0,0,991,992,5,83,0,0,992, + 993,5,69,0,0,993,994,5,82,0,0,994,106,1,0,0,0,995,996,5,78,0,0,996,997, + 5,65,0,0,997,998,5,84,0,0,998,999,5,85,0,0,999,1000,5,82,0,0,1000,1001, + 5,65,0,0,1001,1002,5,76,0,0,1002,108,1,0,0,0,1003,1004,5,79,0,0,1004,1005, + 5,78,0,0,1005,110,1,0,0,0,1006,1007,5,80,0,0,1007,1008,5,73,0,0,1008,1009, + 5,86,0,0,1009,1010,5,79,0,0,1010,1011,5,84,0,0,1011,112,1,0,0,0,1012,1013, + 5,76,0,0,1013,1014,5,65,0,0,1014,1015,5,84,0,0,1015,1016,5,69,0,0,1016, + 1017,5,82,0,0,1017,1018,5,65,0,0,1018,1019,5,76,0,0,1019,114,1,0,0,0,1020, + 1021,5,87,0,0,1021,1022,5,73,0,0,1022,1023,5,78,0,0,1023,1024,5,68,0,0, + 1024,1025,5,79,0,0,1025,1026,5,87,0,0,1026,116,1,0,0,0,1027,1028,5,79,0, + 0,1028,1029,5,86,0,0,1029,1030,5,69,0,0,1030,1031,5,82,0,0,1031,118,1,0, + 0,0,1032,1033,5,80,0,0,1033,1034,5,65,0,0,1034,1035,5,82,0,0,1035,1036, + 5,84,0,0,1036,1037,5,73,0,0,1037,1038,5,84,0,0,1038,1039,5,73,0,0,1039, + 1040,5,79,0,0,1040,1041,5,78,0,0,1041,120,1,0,0,0,1042,1043,5,82,0,0,1043, + 1044,5,65,0,0,1044,1045,5,78,0,0,1045,1046,5,71,0,0,1046,1047,5,69,0,0, + 1047,122,1,0,0,0,1048,1049,5,82,0,0,1049,1050,5,79,0,0,1050,1051,5,87,0, + 0,1051,1052,5,83,0,0,1052,124,1,0,0,0,1053,1054,5,85,0,0,1054,1055,5,78, + 0,0,1055,1056,5,66,0,0,1056,1057,5,79,0,0,1057,1058,5,85,0,0,1058,1059, + 5,78,0,0,1059,1060,5,68,0,0,1060,1061,5,69,0,0,1061,1062,5,68,0,0,1062, + 126,1,0,0,0,1063,1064,5,80,0,0,1064,1065,5,82,0,0,1065,1066,5,69,0,0,1066, + 1067,5,67,0,0,1067,1068,5,69,0,0,1068,1069,5,68,0,0,1069,1070,5,73,0,0, + 1070,1071,5,78,0,0,1071,1072,5,71,0,0,1072,128,1,0,0,0,1073,1074,5,70,0, + 0,1074,1075,5,79,0,0,1075,1076,5,76,0,0,1076,1077,5,76,0,0,1077,1078,5, + 79,0,0,1078,1079,5,87,0,0,1079,1080,5,73,0,0,1080,1081,5,78,0,0,1081,1082, + 5,71,0,0,1082,130,1,0,0,0,1083,1084,5,67,0,0,1084,1085,5,85,0,0,1085,1086, + 5,82,0,0,1086,1087,5,82,0,0,1087,1088,5,69,0,0,1088,1089,5,78,0,0,1089, + 1090,5,84,0,0,1090,132,1,0,0,0,1091,1092,5,70,0,0,1092,1093,5,73,0,0,1093, + 1094,5,82,0,0,1094,1095,5,83,0,0,1095,1096,5,84,0,0,1096,134,1,0,0,0,1097, + 1098,5,65,0,0,1098,1099,5,70,0,0,1099,1100,5,84,0,0,1100,1101,5,69,0,0, + 1101,1102,5,82,0,0,1102,136,1,0,0,0,1103,1104,5,76,0,0,1104,1105,5,65,0, + 0,1105,1106,5,83,0,0,1106,1107,5,84,0,0,1107,138,1,0,0,0,1108,1109,5,87, + 0,0,1109,1110,5,73,0,0,1110,1111,5,84,0,0,1111,1112,5,72,0,0,1112,140,1, + 0,0,0,1113,1114,5,87,0,0,1114,1115,5,73,0,0,1115,1116,5,84,0,0,1116,1117, + 5,72,0,0,1117,1118,5,79,0,0,1118,1119,5,85,0,0,1119,1120,5,84,0,0,1120, + 142,1,0,0,0,1121,1122,5,86,0,0,1122,1123,5,65,0,0,1123,1124,5,76,0,0,1124, + 1125,5,85,0,0,1125,1126,5,69,0,0,1126,1127,5,83,0,0,1127,144,1,0,0,0,1128, + 1129,5,67,0,0,1129,1130,5,82,0,0,1130,1131,5,69,0,0,1131,1132,5,65,0,0, + 1132,1133,5,84,0,0,1133,1134,5,69,0,0,1134,146,1,0,0,0,1135,1136,5,84,0, + 0,1136,1137,5,65,0,0,1137,1138,5,66,0,0,1138,1139,5,76,0,0,1139,1140,5, + 69,0,0,1140,148,1,0,0,0,1141,1142,5,68,0,0,1142,1143,5,73,0,0,1143,1144, + 5,82,0,0,1144,1145,5,69,0,0,1145,1146,5,67,0,0,1146,1147,5,84,0,0,1147, + 1148,5,79,0,0,1148,1149,5,82,0,0,1149,1150,5,89,0,0,1150,150,1,0,0,0,1151, + 1152,5,86,0,0,1152,1153,5,73,0,0,1153,1154,5,69,0,0,1154,1155,5,87,0,0, + 1155,152,1,0,0,0,1156,1157,5,82,0,0,1157,1158,5,69,0,0,1158,1159,5,80,0, + 0,1159,1160,5,76,0,0,1160,1161,5,65,0,0,1161,1162,5,67,0,0,1162,1163,5, + 69,0,0,1163,154,1,0,0,0,1164,1165,5,69,0,0,1165,1166,5,88,0,0,1166,1167, + 5,69,0,0,1167,1168,5,67,0,0,1168,1169,5,85,0,0,1169,1170,5,84,0,0,1170, + 1171,5,69,0,0,1171,156,1,0,0,0,1172,1173,5,83,0,0,1173,1174,5,84,0,0,1174, + 1175,5,65,0,0,1175,1176,5,84,0,0,1176,1177,5,69,0,0,1177,1178,5,77,0,0, + 1178,1179,5,69,0,0,1179,1180,5,78,0,0,1180,1181,5,84,0,0,1181,158,1,0,0, + 0,1182,1183,5,73,0,0,1183,1184,5,78,0,0,1184,1185,5,83,0,0,1185,1186,5, + 69,0,0,1186,1187,5,82,0,0,1187,1188,5,84,0,0,1188,160,1,0,0,0,1189,1190, + 5,68,0,0,1190,1191,5,69,0,0,1191,1192,5,76,0,0,1192,1193,5,69,0,0,1193, + 1194,5,84,0,0,1194,1195,5,69,0,0,1195,162,1,0,0,0,1196,1197,5,82,0,0,1197, + 1198,5,69,0,0,1198,1199,5,77,0,0,1199,1200,5,79,0,0,1200,1201,5,86,0,0, + 1201,1202,5,69,0,0,1202,164,1,0,0,0,1203,1204,5,73,0,0,1204,1205,5,78,0, + 0,1205,1206,5,84,0,0,1206,1207,5,79,0,0,1207,166,1,0,0,0,1208,1209,5,68, + 0,0,1209,1210,5,69,0,0,1210,1211,5,83,0,0,1211,1212,5,67,0,0,1212,1213, + 5,82,0,0,1213,1214,5,73,0,0,1214,1215,5,66,0,0,1215,1216,5,69,0,0,1216, + 168,1,0,0,0,1217,1218,5,69,0,0,1218,1219,5,88,0,0,1219,1220,5,80,0,0,1220, + 1221,5,76,0,0,1221,1222,5,65,0,0,1222,1223,5,73,0,0,1223,1224,5,78,0,0, + 1224,170,1,0,0,0,1225,1226,5,80,0,0,1226,1227,5,76,0,0,1227,1228,5,65,0, + 0,1228,1229,5,78,0,0,1229,172,1,0,0,0,1230,1231,5,67,0,0,1231,1232,5,72, + 0,0,1232,1233,5,65,0,0,1233,1234,5,78,0,0,1234,1235,5,71,0,0,1235,1236, + 5,69,0,0,1236,1237,5,76,0,0,1237,1238,5,79,0,0,1238,1239,5,71,0,0,1239, + 1240,5,95,0,0,1240,1241,5,77,0,0,1241,1242,5,79,0,0,1242,1243,5,68,0,0, + 1243,1244,5,69,0,0,1244,174,1,0,0,0,1245,1246,5,74,0,0,1246,1247,5,83,0, + 0,1247,1248,5,79,0,0,1248,1249,5,78,0,0,1249,1250,5,95,0,0,1250,1251,5, + 69,0,0,1251,1252,5,88,0,0,1252,1253,5,69,0,0,1253,1254,5,67,0,0,1254,1255, + 5,85,0,0,1255,1256,5,84,0,0,1256,1257,5,73,0,0,1257,1258,5,79,0,0,1258, + 1259,5,78,0,0,1259,1260,5,95,0,0,1260,1261,5,80,0,0,1261,1262,5,76,0,0, + 1262,1263,5,65,0,0,1263,1264,5,78,0,0,1264,176,1,0,0,0,1265,1266,5,69,0, + 0,1266,1267,5,83,0,0,1267,1268,5,84,0,0,1268,1269,5,73,0,0,1269,1270,5, + 77,0,0,1270,1271,5,65,0,0,1271,1272,5,84,0,0,1272,1273,5,69,0,0,1273,1274, + 5,68,0,0,1274,1275,5,95,0,0,1275,1276,5,67,0,0,1276,1277,5,79,0,0,1277, + 1278,5,83,0,0,1278,1279,5,84,0,0,1279,178,1,0,0,0,1280,1281,5,70,0,0,1281, + 1282,5,79,0,0,1282,1283,5,82,0,0,1283,1284,5,77,0,0,1284,1285,5,65,0,0, + 1285,1286,5,84,0,0,1286,180,1,0,0,0,1287,1288,5,76,0,0,1288,1289,5,79,0, + 0,1289,1290,5,71,0,0,1290,1291,5,73,0,0,1291,1292,5,67,0,0,1292,1293,5, + 65,0,0,1293,1294,5,76,0,0,1294,182,1,0,0,0,1295,1296,5,67,0,0,1296,1297, + 5,79,0,0,1297,1298,5,68,0,0,1298,1299,5,69,0,0,1299,1300,5,71,0,0,1300, + 1301,5,69,0,0,1301,1302,5,78,0,0,1302,184,1,0,0,0,1303,1304,5,67,0,0,1304, + 1305,5,79,0,0,1305,1306,5,83,0,0,1306,1307,5,84,0,0,1307,186,1,0,0,0,1308, + 1309,5,67,0,0,1309,1310,5,65,0,0,1310,1311,5,83,0,0,1311,1312,5,84,0,0, + 1312,188,1,0,0,0,1313,1314,5,83,0,0,1314,1315,5,72,0,0,1315,1316,5,79,0, + 0,1316,1317,5,87,0,0,1317,190,1,0,0,0,1318,1319,5,84,0,0,1319,1320,5,65, + 0,0,1320,1321,5,66,0,0,1321,1322,5,76,0,0,1322,1323,5,69,0,0,1323,1324, + 5,83,0,0,1324,192,1,0,0,0,1325,1326,5,67,0,0,1326,1327,5,79,0,0,1327,1328, + 5,76,0,0,1328,1329,5,85,0,0,1329,1330,5,77,0,0,1330,1331,5,78,0,0,1331, + 1332,5,83,0,0,1332,194,1,0,0,0,1333,1334,5,67,0,0,1334,1335,5,79,0,0,1335, + 1336,5,76,0,0,1336,1337,5,85,0,0,1337,1338,5,77,0,0,1338,1339,5,78,0,0, + 1339,196,1,0,0,0,1340,1341,5,85,0,0,1341,1342,5,83,0,0,1342,1343,5,69,0, + 0,1343,198,1,0,0,0,1344,1345,5,77,0,0,1345,1346,5,79,0,0,1346,1347,5,68, + 0,0,1347,1348,5,85,0,0,1348,1349,5,76,0,0,1349,1350,5,69,0,0,1350,200,1, + 0,0,0,1351,1352,5,77,0,0,1352,1353,5,79,0,0,1353,1354,5,68,0,0,1354,1355, + 5,85,0,0,1355,1356,5,76,0,0,1356,1357,5,69,0,0,1357,1358,5,83,0,0,1358, + 202,1,0,0,0,1359,1360,5,80,0,0,1360,1361,5,65,0,0,1361,1362,5,82,0,0,1362, + 1363,5,84,0,0,1363,1364,5,73,0,0,1364,1365,5,84,0,0,1365,1366,5,73,0,0, + 1366,1367,5,79,0,0,1367,1368,5,78,0,0,1368,1369,5,83,0,0,1369,204,1,0,0, + 0,1370,1371,5,70,0,0,1371,1372,5,85,0,0,1372,1373,5,78,0,0,1373,1374,5, + 67,0,0,1374,1375,5,84,0,0,1375,1376,5,73,0,0,1376,1377,5,79,0,0,1377,1378, + 5,78,0,0,1378,1379,5,83,0,0,1379,206,1,0,0,0,1380,1381,5,68,0,0,1381,1382, + 5,82,0,0,1382,1383,5,79,0,0,1383,1384,5,80,0,0,1384,208,1,0,0,0,1385,1386, + 5,85,0,0,1386,1387,5,78,0,0,1387,1388,5,73,0,0,1388,1389,5,79,0,0,1389, + 1390,5,78,0,0,1390,210,1,0,0,0,1391,1392,5,69,0,0,1392,1393,5,88,0,0,1393, + 1394,5,67,0,0,1394,1395,5,69,0,0,1395,1396,5,80,0,0,1396,1397,5,84,0,0, + 1397,212,1,0,0,0,1398,1399,5,83,0,0,1399,1400,5,69,0,0,1400,1401,5,84,0, + 0,1401,1402,5,77,0,0,1402,1403,5,73,0,0,1403,1404,5,78,0,0,1404,1405,5, + 85,0,0,1405,1406,5,83,0,0,1406,214,1,0,0,0,1407,1408,5,73,0,0,1408,1409, + 5,78,0,0,1409,1410,5,84,0,0,1410,1411,5,69,0,0,1411,1412,5,82,0,0,1412, + 1413,5,83,0,0,1413,1414,5,69,0,0,1414,1415,5,67,0,0,1415,1416,5,84,0,0, + 1416,216,1,0,0,0,1417,1418,5,84,0,0,1418,1419,5,79,0,0,1419,218,1,0,0,0, + 1420,1421,5,84,0,0,1421,1422,5,65,0,0,1422,1423,5,66,0,0,1423,1424,5,76, + 0,0,1424,1425,5,69,0,0,1425,1426,5,83,0,0,1426,1427,5,65,0,0,1427,1428, + 5,77,0,0,1428,1429,5,80,0,0,1429,1430,5,76,0,0,1430,1431,5,69,0,0,1431, + 220,1,0,0,0,1432,1433,5,83,0,0,1433,1434,5,84,0,0,1434,1435,5,82,0,0,1435, + 1436,5,65,0,0,1436,1437,5,84,0,0,1437,1438,5,73,0,0,1438,1439,5,70,0,0, + 1439,1440,5,89,0,0,1440,222,1,0,0,0,1441,1442,5,65,0,0,1442,1443,5,76,0, + 0,1443,1444,5,84,0,0,1444,1445,5,69,0,0,1445,1446,5,82,0,0,1446,224,1,0, + 0,0,1447,1448,5,82,0,0,1448,1449,5,69,0,0,1449,1450,5,78,0,0,1450,1451, + 5,65,0,0,1451,1452,5,77,0,0,1452,1453,5,69,0,0,1453,226,1,0,0,0,1454,1455, + 5,83,0,0,1455,1456,5,84,0,0,1456,1457,5,82,0,0,1457,1458,5,85,0,0,1458, + 1459,5,67,0,0,1459,1460,5,84,0,0,1460,228,1,0,0,0,1461,1462,5,67,0,0,1462, + 1463,5,79,0,0,1463,1464,5,77,0,0,1464,1465,5,77,0,0,1465,1466,5,69,0,0, + 1466,1467,5,78,0,0,1467,1468,5,84,0,0,1468,230,1,0,0,0,1469,1470,5,83,0, + 0,1470,1471,5,69,0,0,1471,1472,5,84,0,0,1472,232,1,0,0,0,1473,1474,5,82, + 0,0,1474,1475,5,69,0,0,1475,1476,5,83,0,0,1476,1477,5,69,0,0,1477,1478, + 5,84,0,0,1478,234,1,0,0,0,1479,1480,5,68,0,0,1480,1481,5,65,0,0,1481,1482, + 5,84,0,0,1482,1483,5,65,0,0,1483,236,1,0,0,0,1484,1485,5,83,0,0,1485,1486, + 5,84,0,0,1486,1487,5,65,0,0,1487,1488,5,82,0,0,1488,1489,5,84,0,0,1489, + 238,1,0,0,0,1490,1491,5,84,0,0,1491,1492,5,82,0,0,1492,1493,5,65,0,0,1493, + 1494,5,78,0,0,1494,1495,5,83,0,0,1495,1496,5,65,0,0,1496,1497,5,67,0,0, + 1497,1498,5,84,0,0,1498,1499,5,73,0,0,1499,1500,5,79,0,0,1500,1501,5,78, + 0,0,1501,240,1,0,0,0,1502,1503,5,67,0,0,1503,1504,5,79,0,0,1504,1505,5, + 77,0,0,1505,1506,5,77,0,0,1506,1507,5,73,0,0,1507,1508,5,84,0,0,1508,242, + 1,0,0,0,1509,1510,5,82,0,0,1510,1511,5,79,0,0,1511,1512,5,76,0,0,1512,1513, + 5,76,0,0,1513,1514,5,66,0,0,1514,1515,5,65,0,0,1515,1516,5,67,0,0,1516, + 1517,5,75,0,0,1517,244,1,0,0,0,1518,1519,5,77,0,0,1519,1520,5,65,0,0,1520, + 1521,5,67,0,0,1521,1522,5,82,0,0,1522,1523,5,79,0,0,1523,246,1,0,0,0,1524, + 1525,5,73,0,0,1525,1526,5,71,0,0,1526,1527,5,78,0,0,1527,1528,5,79,0,0, + 1528,1529,5,82,0,0,1529,1530,5,69,0,0,1530,248,1,0,0,0,1531,1532,5,66,0, + 0,1532,1533,5,79,0,0,1533,1534,5,84,0,0,1534,1535,5,72,0,0,1535,250,1,0, + 0,0,1536,1537,5,76,0,0,1537,1538,5,69,0,0,1538,1539,5,65,0,0,1539,1540, + 5,68,0,0,1540,1541,5,73,0,0,1541,1542,5,78,0,0,1542,1543,5,71,0,0,1543, + 252,1,0,0,0,1544,1545,5,84,0,0,1545,1546,5,82,0,0,1546,1547,5,65,0,0,1547, + 1548,5,73,0,0,1548,1549,5,76,0,0,1549,1550,5,73,0,0,1550,1551,5,78,0,0, + 1551,1552,5,71,0,0,1552,254,1,0,0,0,1553,1554,5,73,0,0,1554,1555,5,70,0, + 0,1555,256,1,0,0,0,1556,1557,5,80,0,0,1557,1558,5,79,0,0,1558,1559,5,83, + 0,0,1559,1560,5,73,0,0,1560,1561,5,84,0,0,1561,1562,5,73,0,0,1562,1563, + 5,79,0,0,1563,1564,5,78,0,0,1564,258,1,0,0,0,1565,1566,5,69,0,0,1566,1567, + 5,88,0,0,1567,1568,5,84,0,0,1568,1569,5,82,0,0,1569,1570,5,65,0,0,1570, + 1571,5,67,0,0,1571,1572,5,84,0,0,1572,260,1,0,0,0,1573,1574,5,77,0,0,1574, + 1575,5,73,0,0,1575,1576,5,78,0,0,1576,1577,5,85,0,0,1577,1578,5,83,0,0, + 1578,262,1,0,0,0,1579,1580,5,68,0,0,1580,1581,5,73,0,0,1581,1582,5,86,0, + 0,1582,264,1,0,0,0,1583,1584,5,80,0,0,1584,1585,5,69,0,0,1585,1586,5,82, + 0,0,1586,1587,5,67,0,0,1587,1588,5,69,0,0,1588,1589,5,78,0,0,1589,1590, + 5,84,0,0,1590,1591,5,76,0,0,1591,1592,5,73,0,0,1592,1593,5,84,0,0,1593, + 266,1,0,0,0,1594,1595,5,66,0,0,1595,1596,5,85,0,0,1596,1597,5,67,0,0,1597, + 1598,5,75,0,0,1598,1599,5,69,0,0,1599,1600,5,84,0,0,1600,268,1,0,0,0,1601, + 1602,5,79,0,0,1602,1603,5,85,0,0,1603,1604,5,84,0,0,1604,270,1,0,0,0,1605, + 1606,5,79,0,0,1606,1607,5,70,0,0,1607,272,1,0,0,0,1608,1609,5,83,0,0,1609, + 1610,5,79,0,0,1610,1611,5,82,0,0,1611,1612,5,84,0,0,1612,274,1,0,0,0,1613, + 1614,5,67,0,0,1614,1615,5,76,0,0,1615,1616,5,85,0,0,1616,1617,5,83,0,0, + 1617,1618,5,84,0,0,1618,1619,5,69,0,0,1619,1620,5,82,0,0,1620,276,1,0,0, + 0,1621,1622,5,68,0,0,1622,1623,5,73,0,0,1623,1624,5,83,0,0,1624,1625,5, + 84,0,0,1625,1626,5,82,0,0,1626,1627,5,73,0,0,1627,1628,5,66,0,0,1628,1629, + 5,85,0,0,1629,1630,5,84,0,0,1630,1631,5,69,0,0,1631,278,1,0,0,0,1632,1633, + 5,79,0,0,1633,1634,5,86,0,0,1634,1635,5,69,0,0,1635,1636,5,82,0,0,1636, + 1637,5,87,0,0,1637,1638,5,82,0,0,1638,1639,5,73,0,0,1639,1640,5,84,0,0, + 1640,1641,5,69,0,0,1641,280,1,0,0,0,1642,1643,5,84,0,0,1643,1644,5,82,0, + 0,1644,1645,5,65,0,0,1645,1646,5,78,0,0,1646,1647,5,83,0,0,1647,1648,5, + 70,0,0,1648,1649,5,79,0,0,1649,1650,5,82,0,0,1650,1651,5,77,0,0,1651,282, + 1,0,0,0,1652,1653,5,82,0,0,1653,1654,5,69,0,0,1654,1655,5,68,0,0,1655,1656, + 5,85,0,0,1656,1657,5,67,0,0,1657,1658,5,69,0,0,1658,284,1,0,0,0,1659,1660, + 5,85,0,0,1660,1661,5,83,0,0,1661,1662,5,73,0,0,1662,1663,5,78,0,0,1663, + 1664,5,71,0,0,1664,286,1,0,0,0,1665,1666,5,83,0,0,1666,1667,5,69,0,0,1667, + 1668,5,82,0,0,1668,1669,5,68,0,0,1669,1670,5,69,0,0,1670,288,1,0,0,0,1671, + 1672,5,83,0,0,1672,1673,5,69,0,0,1673,1674,5,82,0,0,1674,1675,5,68,0,0, + 1675,1676,5,69,0,0,1676,1677,5,80,0,0,1677,1678,5,82,0,0,1678,1679,5,79, + 0,0,1679,1680,5,80,0,0,1680,1681,5,69,0,0,1681,1682,5,82,0,0,1682,1683, + 5,84,0,0,1683,1684,5,73,0,0,1684,1685,5,69,0,0,1685,1686,5,83,0,0,1686, + 290,1,0,0,0,1687,1688,5,82,0,0,1688,1689,5,69,0,0,1689,1690,5,67,0,0,1690, + 1691,5,79,0,0,1691,1692,5,82,0,0,1692,1693,5,68,0,0,1693,1694,5,82,0,0, + 1694,1695,5,69,0,0,1695,1696,5,65,0,0,1696,1697,5,68,0,0,1697,1698,5,69, + 0,0,1698,1699,5,82,0,0,1699,292,1,0,0,0,1700,1701,5,82,0,0,1701,1702,5, + 69,0,0,1702,1703,5,67,0,0,1703,1704,5,79,0,0,1704,1705,5,82,0,0,1705,1706, + 5,68,0,0,1706,1707,5,87,0,0,1707,1708,5,82,0,0,1708,1709,5,73,0,0,1709, + 1710,5,84,0,0,1710,1711,5,69,0,0,1711,1712,5,82,0,0,1712,294,1,0,0,0,1713, + 1714,5,68,0,0,1714,1715,5,69,0,0,1715,1716,5,76,0,0,1716,1717,5,73,0,0, + 1717,1718,5,77,0,0,1718,1719,5,73,0,0,1719,1720,5,84,0,0,1720,1721,5,69, + 0,0,1721,1722,5,68,0,0,1722,296,1,0,0,0,1723,1724,5,70,0,0,1724,1725,5, + 73,0,0,1725,1726,5,69,0,0,1726,1727,5,76,0,0,1727,1728,5,68,0,0,1728,1729, + 5,83,0,0,1729,298,1,0,0,0,1730,1731,5,84,0,0,1731,1732,5,69,0,0,1732,1733, + 5,82,0,0,1733,1734,5,77,0,0,1734,1735,5,73,0,0,1735,1736,5,78,0,0,1736, + 1737,5,65,0,0,1737,1738,5,84,0,0,1738,1739,5,69,0,0,1739,1740,5,68,0,0, + 1740,300,1,0,0,0,1741,1742,5,67,0,0,1742,1743,5,79,0,0,1743,1744,5,76,0, + 0,1744,1745,5,76,0,0,1745,1746,5,69,0,0,1746,1747,5,67,0,0,1747,1748,5, + 84,0,0,1748,1749,5,73,0,0,1749,1750,5,79,0,0,1750,1751,5,78,0,0,1751,302, + 1,0,0,0,1752,1753,5,73,0,0,1753,1754,5,84,0,0,1754,1755,5,69,0,0,1755,1756, + 5,77,0,0,1756,1757,5,83,0,0,1757,304,1,0,0,0,1758,1759,5,75,0,0,1759,1760, + 5,69,0,0,1760,1761,5,89,0,0,1761,1762,5,83,0,0,1762,306,1,0,0,0,1763,1764, + 5,69,0,0,1764,1765,5,83,0,0,1765,1766,5,67,0,0,1766,1767,5,65,0,0,1767, + 1768,5,80,0,0,1768,1769,5,69,0,0,1769,1770,5,68,0,0,1770,308,1,0,0,0,1771, + 1772,5,76,0,0,1772,1773,5,73,0,0,1773,1774,5,78,0,0,1774,1775,5,69,0,0, + 1775,1776,5,83,0,0,1776,310,1,0,0,0,1777,1778,5,83,0,0,1778,1779,5,69,0, + 0,1779,1780,5,80,0,0,1780,1781,5,65,0,0,1781,1782,5,82,0,0,1782,1783,5, + 65,0,0,1783,1784,5,84,0,0,1784,1785,5,69,0,0,1785,1786,5,68,0,0,1786,312, + 1,0,0,0,1787,1788,5,70,0,0,1788,1789,5,85,0,0,1789,1790,5,78,0,0,1790,1791, + 5,67,0,0,1791,1792,5,84,0,0,1792,1793,5,73,0,0,1793,1794,5,79,0,0,1794, + 1795,5,78,0,0,1795,314,1,0,0,0,1796,1797,5,69,0,0,1797,1798,5,88,0,0,1798, + 1799,5,84,0,0,1799,1800,5,69,0,0,1800,1801,5,78,0,0,1801,1802,5,68,0,0, + 1802,1803,5,69,0,0,1803,1804,5,68,0,0,1804,316,1,0,0,0,1805,1806,5,82,0, + 0,1806,1807,5,69,0,0,1807,1808,5,70,0,0,1808,1809,5,82,0,0,1809,1810,5, + 69,0,0,1810,1811,5,83,0,0,1811,1812,5,72,0,0,1812,318,1,0,0,0,1813,1814, + 5,67,0,0,1814,1815,5,76,0,0,1815,1816,5,69,0,0,1816,1817,5,65,0,0,1817, + 1818,5,82,0,0,1818,320,1,0,0,0,1819,1820,5,67,0,0,1820,1821,5,65,0,0,1821, + 1822,5,67,0,0,1822,1823,5,72,0,0,1823,1824,5,69,0,0,1824,322,1,0,0,0,1825, + 1826,5,85,0,0,1826,1827,5,78,0,0,1827,1828,5,67,0,0,1828,1829,5,65,0,0, + 1829,1830,5,67,0,0,1830,1831,5,72,0,0,1831,1832,5,69,0,0,1832,324,1,0,0, + 0,1833,1834,5,76,0,0,1834,1835,5,65,0,0,1835,1836,5,90,0,0,1836,1837,5, + 89,0,0,1837,326,1,0,0,0,1838,1839,5,70,0,0,1839,1840,5,79,0,0,1840,1841, + 5,82,0,0,1841,1842,5,77,0,0,1842,1843,5,65,0,0,1843,1844,5,84,0,0,1844, + 1845,5,84,0,0,1845,1846,5,69,0,0,1846,1847,5,68,0,0,1847,328,1,0,0,0,1848, + 1849,5,71,0,0,1849,1850,5,76,0,0,1850,1851,5,79,0,0,1851,1852,5,66,0,0, + 1852,1853,5,65,0,0,1853,1854,5,76,0,0,1854,330,1,0,0,0,1855,1856,5,84,0, + 0,1856,1857,5,69,0,0,1857,1858,5,77,0,0,1858,1859,5,80,0,0,1859,1860,5, + 79,0,0,1860,1861,5,82,0,0,1861,1862,5,65,0,0,1862,1863,5,82,0,0,1863,1864, + 5,89,0,0,1864,332,1,0,0,0,1865,1866,5,79,0,0,1866,1867,5,80,0,0,1867,1868, + 5,84,0,0,1868,1869,5,73,0,0,1869,1870,5,79,0,0,1870,1871,5,78,0,0,1871, + 1872,5,83,0,0,1872,334,1,0,0,0,1873,1874,5,85,0,0,1874,1875,5,78,0,0,1875, + 1876,5,83,0,0,1876,1877,5,69,0,0,1877,1878,5,84,0,0,1878,336,1,0,0,0,1879, + 1880,5,84,0,0,1880,1881,5,66,0,0,1881,1882,5,76,0,0,1882,1883,5,80,0,0, + 1883,1884,5,82,0,0,1884,1885,5,79,0,0,1885,1886,5,80,0,0,1886,1887,5,69, + 0,0,1887,1888,5,82,0,0,1888,1889,5,84,0,0,1889,1890,5,73,0,0,1890,1891, + 5,69,0,0,1891,1892,5,83,0,0,1892,338,1,0,0,0,1893,1894,5,68,0,0,1894,1895, + 5,66,0,0,1895,1896,5,80,0,0,1896,1897,5,82,0,0,1897,1898,5,79,0,0,1898, + 1899,5,80,0,0,1899,1900,5,69,0,0,1900,1901,5,82,0,0,1901,1902,5,84,0,0, + 1902,1903,5,73,0,0,1903,1904,5,69,0,0,1904,1905,5,83,0,0,1905,340,1,0,0, + 0,1906,1907,5,66,0,0,1907,1908,5,85,0,0,1908,1909,5,67,0,0,1909,1910,5, + 75,0,0,1910,1911,5,69,0,0,1911,1912,5,84,0,0,1912,1913,5,83,0,0,1913,342, + 1,0,0,0,1914,1915,5,83,0,0,1915,1916,5,75,0,0,1916,1917,5,69,0,0,1917,1918, + 5,87,0,0,1918,1919,5,69,0,0,1919,1920,5,68,0,0,1920,344,1,0,0,0,1921,1922, + 5,83,0,0,1922,1923,5,84,0,0,1923,1924,5,79,0,0,1924,1925,5,82,0,0,1925, + 1926,5,69,0,0,1926,1927,5,68,0,0,1927,346,1,0,0,0,1928,1929,5,68,0,0,1929, + 1930,5,73,0,0,1930,1931,5,82,0,0,1931,1932,5,69,0,0,1932,1933,5,67,0,0, + 1933,1934,5,84,0,0,1934,1935,5,79,0,0,1935,1936,5,82,0,0,1936,1937,5,73, + 0,0,1937,1938,5,69,0,0,1938,1939,5,83,0,0,1939,348,1,0,0,0,1940,1941,5, + 76,0,0,1941,1942,5,79,0,0,1942,1943,5,67,0,0,1943,1944,5,65,0,0,1944,1945, + 5,84,0,0,1945,1946,5,73,0,0,1946,1947,5,79,0,0,1947,1948,5,78,0,0,1948, + 350,1,0,0,0,1949,1950,5,69,0,0,1950,1951,5,88,0,0,1951,1952,5,67,0,0,1952, + 1953,5,72,0,0,1953,1954,5,65,0,0,1954,1955,5,78,0,0,1955,1956,5,71,0,0, + 1956,1957,5,69,0,0,1957,352,1,0,0,0,1958,1959,5,65,0,0,1959,1960,5,82,0, + 0,1960,1961,5,67,0,0,1961,1962,5,72,0,0,1962,1963,5,73,0,0,1963,1964,5, + 86,0,0,1964,1965,5,69,0,0,1965,354,1,0,0,0,1966,1967,5,85,0,0,1967,1968, + 5,78,0,0,1968,1969,5,65,0,0,1969,1970,5,82,0,0,1970,1971,5,67,0,0,1971, + 1972,5,72,0,0,1972,1973,5,73,0,0,1973,1974,5,86,0,0,1974,1975,5,69,0,0, + 1975,356,1,0,0,0,1976,1977,5,70,0,0,1977,1978,5,73,0,0,1978,1979,5,76,0, + 0,1979,1980,5,69,0,0,1980,1981,5,70,0,0,1981,1982,5,79,0,0,1982,1983,5, + 82,0,0,1983,1984,5,77,0,0,1984,1985,5,65,0,0,1985,1986,5,84,0,0,1986,358, + 1,0,0,0,1987,1988,5,84,0,0,1988,1989,5,79,0,0,1989,1990,5,85,0,0,1990,1991, + 5,67,0,0,1991,1992,5,72,0,0,1992,360,1,0,0,0,1993,1994,5,67,0,0,1994,1995, + 5,79,0,0,1995,1996,5,77,0,0,1996,1997,5,80,0,0,1997,1998,5,65,0,0,1998, + 1999,5,67,0,0,1999,2000,5,84,0,0,2000,362,1,0,0,0,2001,2002,5,67,0,0,2002, + 2003,5,79,0,0,2003,2004,5,78,0,0,2004,2005,5,67,0,0,2005,2006,5,65,0,0, + 2006,2007,5,84,0,0,2007,2008,5,69,0,0,2008,2009,5,78,0,0,2009,2010,5,65, + 0,0,2010,2011,5,84,0,0,2011,2012,5,69,0,0,2012,364,1,0,0,0,2013,2014,5, + 67,0,0,2014,2015,5,72,0,0,2015,2016,5,65,0,0,2016,2017,5,78,0,0,2017,2018, + 5,71,0,0,2018,2019,5,69,0,0,2019,366,1,0,0,0,2020,2021,5,67,0,0,2021,2022, + 5,65,0,0,2022,2023,5,83,0,0,2023,2024,5,67,0,0,2024,2025,5,65,0,0,2025, + 2026,5,68,0,0,2026,2027,5,69,0,0,2027,368,1,0,0,0,2028,2029,5,67,0,0,2029, + 2030,5,79,0,0,2030,2031,5,78,0,0,2031,2032,5,83,0,0,2032,2033,5,84,0,0, + 2033,2034,5,82,0,0,2034,2035,5,65,0,0,2035,2036,5,73,0,0,2036,2037,5,78, + 0,0,2037,2038,5,84,0,0,2038,370,1,0,0,0,2039,2040,5,82,0,0,2040,2041,5, + 69,0,0,2041,2042,5,83,0,0,2042,2043,5,84,0,0,2043,2044,5,82,0,0,2044,2045, + 5,73,0,0,2045,2046,5,67,0,0,2046,2047,5,84,0,0,2047,372,1,0,0,0,2048,2049, + 5,67,0,0,2049,2050,5,76,0,0,2050,2051,5,85,0,0,2051,2052,5,83,0,0,2052, + 2053,5,84,0,0,2053,2054,5,69,0,0,2054,2055,5,82,0,0,2055,2056,5,69,0,0, + 2056,2057,5,68,0,0,2057,374,1,0,0,0,2058,2059,5,83,0,0,2059,2060,5,79,0, + 0,2060,2061,5,82,0,0,2061,2062,5,84,0,0,2062,2063,5,69,0,0,2063,2064,5, + 68,0,0,2064,376,1,0,0,0,2065,2066,5,80,0,0,2066,2067,5,85,0,0,2067,2068, + 5,82,0,0,2068,2069,5,71,0,0,2069,2070,5,69,0,0,2070,378,1,0,0,0,2071,2072, + 5,73,0,0,2072,2073,5,78,0,0,2073,2074,5,80,0,0,2074,2075,5,85,0,0,2075, + 2076,5,84,0,0,2076,2077,5,70,0,0,2077,2078,5,79,0,0,2078,2079,5,82,0,0, + 2079,2080,5,77,0,0,2080,2081,5,65,0,0,2081,2082,5,84,0,0,2082,380,1,0,0, + 0,2083,2084,5,79,0,0,2084,2085,5,85,0,0,2085,2086,5,84,0,0,2086,2087,5, + 80,0,0,2087,2088,5,85,0,0,2088,2089,5,84,0,0,2089,2090,5,70,0,0,2090,2091, + 5,79,0,0,2091,2092,5,82,0,0,2092,2093,5,77,0,0,2093,2094,5,65,0,0,2094, + 2095,5,84,0,0,2095,382,1,0,0,0,2096,2097,5,68,0,0,2097,2098,5,65,0,0,2098, + 2099,5,84,0,0,2099,2100,5,65,0,0,2100,2101,5,66,0,0,2101,2102,5,65,0,0, + 2102,2103,5,83,0,0,2103,2104,5,69,0,0,2104,384,1,0,0,0,2105,2106,5,68,0, + 0,2106,2107,5,65,0,0,2107,2108,5,84,0,0,2108,2109,5,65,0,0,2109,2110,5, + 66,0,0,2110,2111,5,65,0,0,2111,2112,5,83,0,0,2112,2113,5,69,0,0,2113,2114, + 5,83,0,0,2114,386,1,0,0,0,2115,2116,5,68,0,0,2116,2117,5,70,0,0,2117,2118, + 5,83,0,0,2118,388,1,0,0,0,2119,2120,5,84,0,0,2120,2121,5,82,0,0,2121,2122, + 5,85,0,0,2122,2123,5,78,0,0,2123,2124,5,67,0,0,2124,2125,5,65,0,0,2125, + 2126,5,84,0,0,2126,2127,5,69,0,0,2127,390,1,0,0,0,2128,2129,5,65,0,0,2129, + 2130,5,78,0,0,2130,2131,5,65,0,0,2131,2132,5,76,0,0,2132,2133,5,89,0,0, + 2133,2134,5,90,0,0,2134,2135,5,69,0,0,2135,392,1,0,0,0,2136,2137,5,67,0, + 0,2137,2138,5,79,0,0,2138,2139,5,77,0,0,2139,2140,5,80,0,0,2140,2141,5, + 85,0,0,2141,2142,5,84,0,0,2142,2143,5,69,0,0,2143,394,1,0,0,0,2144,2145, + 5,76,0,0,2145,2146,5,73,0,0,2146,2147,5,83,0,0,2147,2148,5,84,0,0,2148, + 396,1,0,0,0,2149,2150,5,83,0,0,2150,2151,5,84,0,0,2151,2152,5,65,0,0,2152, + 2153,5,84,0,0,2153,2154,5,73,0,0,2154,2155,5,83,0,0,2155,2156,5,84,0,0, + 2156,2157,5,73,0,0,2157,2158,5,67,0,0,2158,2159,5,83,0,0,2159,398,1,0,0, + 0,2160,2161,5,80,0,0,2161,2162,5,65,0,0,2162,2163,5,82,0,0,2163,2164,5, + 84,0,0,2164,2165,5,73,0,0,2165,2166,5,84,0,0,2166,2167,5,73,0,0,2167,2168, + 5,79,0,0,2168,2169,5,78,0,0,2169,2170,5,69,0,0,2170,2171,5,68,0,0,2171, + 400,1,0,0,0,2172,2173,5,69,0,0,2173,2174,5,88,0,0,2174,2175,5,84,0,0,2175, + 2176,5,69,0,0,2176,2177,5,82,0,0,2177,2178,5,78,0,0,2178,2179,5,65,0,0, + 2179,2180,5,76,0,0,2180,402,1,0,0,0,2181,2182,5,68,0,0,2182,2183,5,69,0, + 0,2183,2184,5,70,0,0,2184,2185,5,73,0,0,2185,2186,5,78,0,0,2186,2187,5, + 69,0,0,2187,2188,5,68,0,0,2188,404,1,0,0,0,2189,2190,5,82,0,0,2190,2191, + 5,69,0,0,2191,2192,5,86,0,0,2192,2193,5,79,0,0,2193,2194,5,75,0,0,2194, + 2195,5,69,0,0,2195,406,1,0,0,0,2196,2197,5,71,0,0,2197,2198,5,82,0,0,2198, + 2199,5,65,0,0,2199,2200,5,78,0,0,2200,2201,5,84,0,0,2201,408,1,0,0,0,2202, + 2203,5,76,0,0,2203,2204,5,79,0,0,2204,2205,5,67,0,0,2205,2206,5,75,0,0, + 2206,410,1,0,0,0,2207,2208,5,85,0,0,2208,2209,5,78,0,0,2209,2210,5,76,0, + 0,2210,2211,5,79,0,0,2211,2212,5,67,0,0,2212,2213,5,75,0,0,2213,412,1,0, + 0,0,2214,2215,5,77,0,0,2215,2216,5,83,0,0,2216,2217,5,67,0,0,2217,2218, + 5,75,0,0,2218,414,1,0,0,0,2219,2220,5,82,0,0,2220,2221,5,69,0,0,2221,2222, + 5,80,0,0,2222,2223,5,65,0,0,2223,2224,5,73,0,0,2224,2225,5,82,0,0,2225, + 416,1,0,0,0,2226,2227,5,82,0,0,2227,2228,5,69,0,0,2228,2229,5,67,0,0,2229, + 2230,5,79,0,0,2230,2231,5,86,0,0,2231,2232,5,69,0,0,2232,2233,5,82,0,0, + 2233,418,1,0,0,0,2234,2235,5,69,0,0,2235,2236,5,88,0,0,2236,2237,5,80,0, + 0,2237,2238,5,79,0,0,2238,2239,5,82,0,0,2239,2240,5,84,0,0,2240,420,1,0, + 0,0,2241,2242,5,73,0,0,2242,2243,5,77,0,0,2243,2244,5,80,0,0,2244,2245, + 5,79,0,0,2245,2246,5,82,0,0,2246,2247,5,84,0,0,2247,422,1,0,0,0,2248,2249, + 5,76,0,0,2249,2250,5,79,0,0,2250,2251,5,65,0,0,2251,2252,5,68,0,0,2252, + 424,1,0,0,0,2253,2254,5,85,0,0,2254,2255,5,78,0,0,2255,2256,5,76,0,0,2256, + 2257,5,79,0,0,2257,2258,5,65,0,0,2258,2259,5,68,0,0,2259,426,1,0,0,0,2260, + 2261,5,82,0,0,2261,2262,5,79,0,0,2262,2263,5,76,0,0,2263,2264,5,69,0,0, + 2264,428,1,0,0,0,2265,2266,5,82,0,0,2266,2267,5,79,0,0,2267,2268,5,76,0, + 0,2268,2269,5,69,0,0,2269,2270,5,83,0,0,2270,430,1,0,0,0,2271,2272,5,67, + 0,0,2272,2273,5,79,0,0,2273,2274,5,77,0,0,2274,2275,5,80,0,0,2275,2276, + 5,65,0,0,2276,2277,5,67,0,0,2277,2278,5,84,0,0,2278,2279,5,73,0,0,2279, + 2280,5,79,0,0,2280,2281,5,78,0,0,2281,2282,5,83,0,0,2282,432,1,0,0,0,2283, + 2284,5,80,0,0,2284,2285,5,82,0,0,2285,2286,5,73,0,0,2286,2287,5,78,0,0, + 2287,2288,5,67,0,0,2288,2289,5,73,0,0,2289,2290,5,80,0,0,2290,2291,5,65, + 0,0,2291,2292,5,76,0,0,2292,2293,5,83,0,0,2293,434,1,0,0,0,2294,2295,5, + 84,0,0,2295,2296,5,82,0,0,2296,2297,5,65,0,0,2297,2298,5,78,0,0,2298,2299, + 5,83,0,0,2299,2300,5,65,0,0,2300,2301,5,67,0,0,2301,2302,5,84,0,0,2302, + 2303,5,73,0,0,2303,2304,5,79,0,0,2304,2305,5,78,0,0,2305,2306,5,83,0,0, + 2306,436,1,0,0,0,2307,2308,5,73,0,0,2308,2309,5,78,0,0,2309,2310,5,68,0, + 0,2310,2311,5,69,0,0,2311,2312,5,88,0,0,2312,438,1,0,0,0,2313,2314,5,73, + 0,0,2314,2315,5,78,0,0,2315,2316,5,68,0,0,2316,2317,5,69,0,0,2317,2318, + 5,88,0,0,2318,2319,5,69,0,0,2319,2320,5,83,0,0,2320,440,1,0,0,0,2321,2322, + 5,76,0,0,2322,2323,5,79,0,0,2323,2324,5,67,0,0,2324,2325,5,75,0,0,2325, + 2326,5,83,0,0,2326,442,1,0,0,0,2327,2328,5,79,0,0,2328,2329,5,80,0,0,2329, + 2330,5,84,0,0,2330,2331,5,73,0,0,2331,2332,5,79,0,0,2332,2333,5,78,0,0, + 2333,444,1,0,0,0,2334,2335,5,65,0,0,2335,2336,5,78,0,0,2336,2337,5,84,0, + 0,2337,2338,5,73,0,0,2338,446,1,0,0,0,2339,2340,5,76,0,0,2340,2341,5,79, + 0,0,2341,2342,5,67,0,0,2342,2343,5,65,0,0,2343,2344,5,76,0,0,2344,448,1, + 0,0,0,2345,2346,5,73,0,0,2346,2347,5,78,0,0,2347,2348,5,80,0,0,2348,2349, + 5,65,0,0,2349,2350,5,84,0,0,2350,2351,5,72,0,0,2351,450,1,0,0,0,2352,2353, + 5,87,0,0,2353,2354,5,65,0,0,2354,2355,5,84,0,0,2355,2356,5,69,0,0,2356, + 2357,5,82,0,0,2357,2358,5,77,0,0,2358,2359,5,65,0,0,2359,2360,5,82,0,0, + 2360,2361,5,75,0,0,2361,452,1,0,0,0,2362,2363,5,85,0,0,2363,2364,5,78,0, + 0,2364,2365,5,78,0,0,2365,2366,5,69,0,0,2366,2367,5,83,0,0,2367,2368,5, + 84,0,0,2368,454,1,0,0,0,2369,2370,5,77,0,0,2370,2371,5,65,0,0,2371,2372, + 5,84,0,0,2372,2373,5,67,0,0,2373,2374,5,72,0,0,2374,456,1,0,0,0,2375,2376, + 5,78,0,0,2376,2377,5,69,0,0,2377,2378,5,88,0,0,2378,2379,5,84,0,0,2379, + 458,1,0,0,0,2380,2381,5,87,0,0,2381,2382,5,73,0,0,2382,2383,5,84,0,0,2383, + 2384,5,72,0,0,2384,2385,5,73,0,0,2385,2386,5,78,0,0,2386,460,1,0,0,0,2387, + 2388,5,87,0,0,2388,2389,5,83,0,0,2389,462,1,0,0,0,2390,2391,5,83,0,0,2391, + 2392,5,89,0,0,2392,2393,5,83,0,0,2393,2394,5,84,0,0,2394,2395,5,69,0,0, + 2395,2396,5,77,0,0,2396,464,1,0,0,0,2397,2398,5,73,0,0,2398,2399,5,78,0, + 0,2399,2400,5,67,0,0,2400,2401,5,76,0,0,2401,2402,5,85,0,0,2402,2403,5, + 68,0,0,2403,2404,5,73,0,0,2404,2405,5,78,0,0,2405,2406,5,71,0,0,2406,466, + 1,0,0,0,2407,2408,5,69,0,0,2408,2409,5,88,0,0,2409,2410,5,67,0,0,2410,2411, + 5,76,0,0,2411,2412,5,85,0,0,2412,2413,5,68,0,0,2413,2414,5,73,0,0,2414, + 2415,5,78,0,0,2415,2416,5,71,0,0,2416,468,1,0,0,0,2417,2418,5,79,0,0,2418, + 2419,5,86,0,0,2419,2420,5,69,0,0,2420,2421,5,82,0,0,2421,2422,5,87,0,0, + 2422,2423,5,82,0,0,2423,2424,5,73,0,0,2424,2425,5,84,0,0,2425,2426,5,73, + 0,0,2426,2427,5,78,0,0,2427,2428,5,71,0,0,2428,470,1,0,0,0,2429,2430,5, + 67,0,0,2430,2431,5,79,0,0,2431,2432,5,78,0,0,2432,2433,5,83,0,0,2433,2434, + 5,84,0,0,2434,2435,5,82,0,0,2435,2436,5,65,0,0,2436,2437,5,73,0,0,2437, + 2438,5,78,0,0,2438,2439,5,84,0,0,2439,2440,5,83,0,0,2440,472,1,0,0,0,2441, + 2442,5,71,0,0,2442,2443,5,69,0,0,2443,2444,5,78,0,0,2444,2445,5,69,0,0, + 2445,2446,5,82,0,0,2446,2447,5,65,0,0,2447,2448,5,84,0,0,2448,2449,5,69, + 0,0,2449,2450,5,68,0,0,2450,474,1,0,0,0,2451,2452,5,87,0,0,2452,2453,5, + 65,0,0,2453,2454,5,84,0,0,2454,2455,5,69,0,0,2455,2456,5,82,0,0,2456,2457, + 5,77,0,0,2457,2458,5,65,0,0,2458,2459,5,82,0,0,2459,2460,5,75,0,0,2460, + 2461,5,83,0,0,2461,476,1,0,0,0,2462,2463,5,67,0,0,2463,2464,5,65,0,0,2464, + 2465,5,84,0,0,2465,2466,5,65,0,0,2466,2467,5,76,0,0,2467,2468,5,79,0,0, + 2468,2469,5,71,0,0,2469,478,1,0,0,0,2470,2471,5,76,0,0,2471,2472,5,65,0, + 0,2472,2473,5,78,0,0,2473,2474,5,71,0,0,2474,2475,5,85,0,0,2475,2476,5, + 65,0,0,2476,2477,5,71,0,0,2477,2478,5,69,0,0,2478,480,1,0,0,0,2479,2480, + 5,74,0,0,2480,2481,5,65,0,0,2481,2482,5,86,0,0,2482,2483,5,65,0,0,2483, + 482,1,0,0,0,2484,2485,5,83,0,0,2485,2486,5,67,0,0,2486,2487,5,65,0,0,2487, + 2488,5,76,0,0,2488,2489,5,65,0,0,2489,484,1,0,0,0,2490,2491,5,80,0,0,2491, + 2492,5,89,0,0,2492,2493,5,84,0,0,2493,2494,5,72,0,0,2494,2495,5,79,0,0, + 2495,2496,5,78,0,0,2496,486,1,0,0,0,2497,2498,5,74,0,0,2498,2499,5,65,0, + 0,2499,2500,5,82,0,0,2500,488,1,0,0,0,2501,2502,5,70,0,0,2502,2503,5,73, + 0,0,2503,2504,5,76,0,0,2504,2505,5,69,0,0,2505,490,1,0,0,0,2506,2507,5, + 80,0,0,2507,2508,5,89,0,0,2508,2509,5,84,0,0,2509,2510,5,72,0,0,2510,2511, + 5,79,0,0,2511,2512,5,78,0,0,2512,2513,5,95,0,0,2513,2514,5,70,0,0,2514, + 2515,5,73,0,0,2515,2516,5,76,0,0,2516,2517,5,69,0,0,2517,2518,5,83,0,0, + 2518,492,1,0,0,0,2519,2520,5,80,0,0,2520,2521,5,89,0,0,2521,2522,5,84,0, + 0,2522,2523,5,72,0,0,2523,2524,5,79,0,0,2524,2525,5,78,0,0,2525,2526,5, + 95,0,0,2526,2527,5,82,0,0,2527,2528,5,69,0,0,2528,2529,5,81,0,0,2529,2530, + 5,85,0,0,2530,2531,5,73,0,0,2531,2532,5,82,0,0,2532,2533,5,69,0,0,2533, + 2534,5,77,0,0,2534,2535,5,69,0,0,2535,2536,5,78,0,0,2536,2537,5,84,0,0, + 2537,2538,5,83,0,0,2538,494,1,0,0,0,2539,2540,5,80,0,0,2540,2541,5,89,0, + 0,2541,2542,5,84,0,0,2542,2543,5,72,0,0,2543,2544,5,79,0,0,2544,2545,5, + 78,0,0,2545,2546,5,95,0,0,2546,2547,5,68,0,0,2547,2548,5,69,0,0,2548,2549, + 5,80,0,0,2549,2550,5,69,0,0,2550,2551,5,78,0,0,2551,2552,5,68,0,0,2552, + 2553,5,69,0,0,2553,2554,5,78,0,0,2554,2555,5,67,0,0,2555,2556,5,73,0,0, + 2556,2557,5,69,0,0,2557,2558,5,83,0,0,2558,496,1,0,0,0,2559,2560,5,80,0, + 0,2560,2561,5,89,0,0,2561,2562,5,84,0,0,2562,2563,5,72,0,0,2563,2564,5, + 79,0,0,2564,2565,5,78,0,0,2565,2566,5,95,0,0,2566,2567,5,74,0,0,2567,2568, + 5,65,0,0,2568,2569,5,82,0,0,2569,498,1,0,0,0,2570,2571,5,80,0,0,2571,2572, + 5,89,0,0,2572,2573,5,84,0,0,2573,2574,5,72,0,0,2574,2575,5,79,0,0,2575, + 2576,5,78,0,0,2576,2577,5,95,0,0,2577,2578,5,65,0,0,2578,2579,5,82,0,0, + 2579,2580,5,67,0,0,2580,2581,5,72,0,0,2581,2582,5,73,0,0,2582,2583,5,86, + 0,0,2583,2584,5,69,0,0,2584,2585,5,83,0,0,2585,500,1,0,0,0,2586,2587,5, + 80,0,0,2587,2588,5,89,0,0,2588,2589,5,84,0,0,2589,2590,5,72,0,0,2590,2591, + 5,79,0,0,2591,2592,5,78,0,0,2592,2593,5,95,0,0,2593,2594,5,80,0,0,2594, + 2595,5,65,0,0,2595,2596,5,82,0,0,2596,2597,5,65,0,0,2597,2598,5,77,0,0, + 2598,2599,5,69,0,0,2599,2600,5,84,0,0,2600,2601,5,69,0,0,2601,2602,5,82, + 0,0,2602,502,1,0,0,0,2603,2604,5,69,0,0,2604,2605,5,78,0,0,2605,2606,5, + 71,0,0,2606,2607,5,73,0,0,2607,2608,5,78,0,0,2608,2609,5,69,0,0,2609,504, + 1,0,0,0,2610,2611,5,67,0,0,2611,2612,5,65,0,0,2612,2613,5,84,0,0,2613,2614, + 5,65,0,0,2614,2615,5,76,0,0,2615,2616,5,79,0,0,2616,2617,5,71,0,0,2617, + 2618,5,83,0,0,2618,506,1,0,0,0,2619,2620,5,86,0,0,2620,2621,5,73,0,0,2621, + 2622,5,69,0,0,2622,2623,5,87,0,0,2623,2624,5,83,0,0,2624,508,1,0,0,0,2625, + 2626,5,74,0,0,2626,2627,5,65,0,0,2627,2628,5,82,0,0,2628,2629,5,83,0,0, + 2629,510,1,0,0,0,2630,2631,5,80,0,0,2631,2632,5,82,0,0,2632,2633,5,73,0, + 0,2633,2634,5,77,0,0,2634,2635,5,65,0,0,2635,2636,5,82,0,0,2636,2637,5, + 89,0,0,2637,512,1,0,0,0,2638,2639,5,75,0,0,2639,2640,5,69,0,0,2640,2641, + 5,89,0,0,2641,514,1,0,0,0,2642,2643,5,80,0,0,2643,2644,5,69,0,0,2644,2645, + 5,82,0,0,2645,2646,5,73,0,0,2646,2647,5,79,0,0,2647,2648,5,68,0,0,2648, + 516,1,0,0,0,2649,2650,5,83,0,0,2650,2651,5,89,0,0,2651,2652,5,83,0,0,2652, + 2653,5,84,0,0,2653,2654,5,69,0,0,2654,2655,5,77,0,0,2655,2656,5,95,0,0, + 2656,2657,5,84,0,0,2657,2658,5,73,0,0,2658,2659,5,77,0,0,2659,2660,5,69, + 0,0,2660,518,1,0,0,0,2661,2662,5,69,0,0,2662,2663,5,78,0,0,2663,2664,5, + 70,0,0,2664,2665,5,79,0,0,2665,2666,5,82,0,0,2666,2667,5,67,0,0,2667,2668, + 5,69,0,0,2668,2669,5,68,0,0,2669,520,1,0,0,0,2670,2671,5,77,0,0,2671,2672, + 5,69,0,0,2672,2673,5,84,0,0,2673,2674,5,65,0,0,2674,2675,5,68,0,0,2675, + 2676,5,65,0,0,2676,2677,5,84,0,0,2677,2678,5,65,0,0,2678,522,1,0,0,0,2679, + 2680,5,86,0,0,2680,2681,5,73,0,0,2681,2682,5,82,0,0,2682,2683,5,84,0,0, + 2683,2684,5,85,0,0,2684,2685,5,65,0,0,2685,2686,5,76,0,0,2686,524,1,0,0, + 0,2687,2688,5,90,0,0,2688,2689,5,79,0,0,2689,2690,5,78,0,0,2690,2691,5, + 69,0,0,2691,526,1,0,0,0,2692,2693,5,83,0,0,2693,2694,5,84,0,0,2694,2695, + 5,82,0,0,2695,2696,5,73,0,0,2696,2697,5,78,0,0,2697,2698,5,71,0,0,2698, + 528,1,0,0,0,2699,2700,5,65,0,0,2700,2701,5,82,0,0,2701,2702,5,82,0,0,2702, + 2703,5,65,0,0,2703,2704,5,89,0,0,2704,530,1,0,0,0,2705,2706,5,77,0,0,2706, + 2707,5,65,0,0,2707,2708,5,80,0,0,2708,532,1,0,0,0,2709,2710,5,67,0,0,2710, + 2711,5,72,0,0,2711,2712,5,65,0,0,2712,2713,5,82,0,0,2713,534,1,0,0,0,2714, + 2715,5,86,0,0,2715,2716,5,65,0,0,2716,2717,5,82,0,0,2717,2718,5,67,0,0, + 2718,2719,5,72,0,0,2719,2720,5,65,0,0,2720,2721,5,82,0,0,2721,536,1,0,0, + 0,2722,2723,5,66,0,0,2723,2724,5,73,0,0,2724,2725,5,78,0,0,2725,2726,5, + 65,0,0,2726,2727,5,82,0,0,2727,2728,5,89,0,0,2728,538,1,0,0,0,2729,2730, + 5,86,0,0,2730,2731,5,65,0,0,2731,2732,5,82,0,0,2732,2733,5,66,0,0,2733, + 2734,5,73,0,0,2734,2735,5,78,0,0,2735,2736,5,65,0,0,2736,2737,5,82,0,0, + 2737,2738,5,89,0,0,2738,540,1,0,0,0,2739,2740,5,66,0,0,2740,2741,5,89,0, + 0,2741,2742,5,84,0,0,2742,2743,5,69,0,0,2743,2744,5,83,0,0,2744,542,1,0, + 0,0,2745,2746,5,68,0,0,2746,2747,5,69,0,0,2747,2748,5,67,0,0,2748,2749, + 5,73,0,0,2749,2750,5,77,0,0,2750,2751,5,65,0,0,2751,2752,5,76,0,0,2752, + 544,1,0,0,0,2753,2754,5,68,0,0,2754,2755,5,69,0,0,2755,2756,5,67,0,0,2756, + 546,1,0,0,0,2757,2758,5,78,0,0,2758,2759,5,85,0,0,2759,2760,5,77,0,0,2760, + 2761,5,69,0,0,2761,2762,5,82,0,0,2762,2763,5,73,0,0,2763,2764,5,67,0,0, + 2764,548,1,0,0,0,2765,2766,5,84,0,0,2766,2767,5,73,0,0,2767,2768,5,78,0, + 0,2768,2769,5,89,0,0,2769,2770,5,73,0,0,2770,2771,5,78,0,0,2771,2772,5, + 84,0,0,2772,550,1,0,0,0,2773,2774,5,83,0,0,2774,2775,5,77,0,0,2775,2776, + 5,65,0,0,2776,2777,5,76,0,0,2777,2778,5,76,0,0,2778,2779,5,73,0,0,2779, + 2780,5,78,0,0,2780,2781,5,84,0,0,2781,552,1,0,0,0,2782,2783,5,73,0,0,2783, + 2784,5,78,0,0,2784,2785,5,84,0,0,2785,554,1,0,0,0,2786,2787,5,73,0,0,2787, + 2788,5,78,0,0,2788,2789,5,84,0,0,2789,2790,5,69,0,0,2790,2791,5,71,0,0, + 2791,2792,5,69,0,0,2792,2793,5,82,0,0,2793,556,1,0,0,0,2794,2795,5,66,0, + 0,2795,2796,5,73,0,0,2796,2797,5,71,0,0,2797,2798,5,73,0,0,2798,2799,5, + 78,0,0,2799,2800,5,84,0,0,2800,558,1,0,0,0,2801,2802,5,70,0,0,2802,2803, + 5,76,0,0,2803,2804,5,79,0,0,2804,2805,5,65,0,0,2805,2806,5,84,0,0,2806, + 560,1,0,0,0,2807,2808,5,68,0,0,2808,2809,5,79,0,0,2809,2810,5,85,0,0,2810, + 2811,5,66,0,0,2811,2812,5,76,0,0,2812,2813,5,69,0,0,2813,562,1,0,0,0,2814, + 2815,5,68,0,0,2815,2816,5,65,0,0,2816,2817,5,84,0,0,2817,2818,5,69,0,0, + 2818,564,1,0,0,0,2819,2820,5,84,0,0,2820,2821,5,73,0,0,2821,2822,5,77,0, + 0,2822,2823,5,69,0,0,2823,566,1,0,0,0,2824,2825,5,84,0,0,2825,2826,5,73, + 0,0,2826,2827,5,77,0,0,2827,2828,5,69,0,0,2828,2829,5,83,0,0,2829,2830, + 5,84,0,0,2830,2831,5,65,0,0,2831,2832,5,77,0,0,2832,2833,5,80,0,0,2833, + 568,1,0,0,0,2834,2835,5,84,0,0,2835,2836,5,73,0,0,2836,2837,5,77,0,0,2837, + 2838,5,69,0,0,2838,2839,5,83,0,0,2839,2840,5,84,0,0,2840,2841,5,65,0,0, + 2841,2842,5,77,0,0,2842,2843,5,80,0,0,2843,2844,5,95,0,0,2844,2845,5,76, + 0,0,2845,2846,5,84,0,0,2846,2847,5,90,0,0,2847,570,1,0,0,0,2848,2849,5, + 77,0,0,2849,2850,5,85,0,0,2850,2851,5,76,0,0,2851,2852,5,84,0,0,2852,2853, + 5,73,0,0,2853,2854,5,83,0,0,2854,2855,5,69,0,0,2855,2856,5,84,0,0,2856, + 572,1,0,0,0,2857,2858,5,66,0,0,2858,2859,5,79,0,0,2859,2860,5,79,0,0,2860, + 2861,5,76,0,0,2861,2862,5,69,0,0,2862,2863,5,65,0,0,2863,2864,5,78,0,0, + 2864,574,1,0,0,0,2865,2866,5,82,0,0,2866,2867,5,65,0,0,2867,2868,5,87,0, + 0,2868,576,1,0,0,0,2869,2870,5,82,0,0,2870,2871,5,79,0,0,2871,2872,5,87, + 0,0,2872,578,1,0,0,0,2873,2874,5,78,0,0,2874,2875,5,85,0,0,2875,2876,5, + 76,0,0,2876,2877,5,76,0,0,2877,580,1,0,0,0,2878,2879,5,68,0,0,2879,2880, + 5,65,0,0,2880,2881,5,84,0,0,2881,2882,5,69,0,0,2882,2883,5,84,0,0,2883, + 2884,5,73,0,0,2884,2885,5,77,0,0,2885,2886,5,69,0,0,2886,582,1,0,0,0,2887, + 2888,5,61,0,0,2888,584,1,0,0,0,2889,2890,5,62,0,0,2890,586,1,0,0,0,2891, + 2892,5,60,0,0,2892,588,1,0,0,0,2893,2894,5,33,0,0,2894,590,1,0,0,0,2895, + 2896,5,126,0,0,2896,592,1,0,0,0,2897,2898,5,124,0,0,2898,594,1,0,0,0,2899, + 2900,5,38,0,0,2900,596,1,0,0,0,2901,2902,5,94,0,0,2902,598,1,0,0,0,2903, + 2904,5,46,0,0,2904,600,1,0,0,0,2905,2906,5,91,0,0,2906,602,1,0,0,0,2907, + 2908,5,93,0,0,2908,604,1,0,0,0,2909,2910,5,40,0,0,2910,606,1,0,0,0,2911, + 2912,5,41,0,0,2912,608,1,0,0,0,2913,2914,5,44,0,0,2914,610,1,0,0,0,2915, + 2916,5,59,0,0,2916,612,1,0,0,0,2917,2918,5,64,0,0,2918,614,1,0,0,0,2919, + 2920,5,39,0,0,2920,616,1,0,0,0,2921,2922,5,34,0,0,2922,618,1,0,0,0,2923, + 2924,5,96,0,0,2924,620,1,0,0,0,2925,2926,5,58,0,0,2926,622,1,0,0,0,2927, + 2928,5,42,0,0,2928,624,1,0,0,0,2929,2930,5,95,0,0,2930,626,1,0,0,0,2931, + 2932,5,45,0,0,2932,628,1,0,0,0,2933,2934,5,43,0,0,2934,630,1,0,0,0,2935, + 2936,5,37,0,0,2936,632,1,0,0,0,2937,2938,5,124,0,0,2938,2939,5,124,0,0, + 2939,634,1,0,0,0,2940,2941,5,45,0,0,2941,2942,5,45,0,0,2942,636,1,0,0,0, + 2943,2944,5,47,0,0,2944,638,1,0,0,0,2945,2946,5,46,0,0,2946,2947,3,663, + 331,0,2947,640,1,0,0,0,2948,2949,7,2,0,0,2949,2950,3,653,326,0,2950,642, + 1,0,0,0,2951,2955,3,671,335,0,2952,2955,3,673,336,0,2953,2955,3,677,338, + 0,2954,2951,1,0,0,0,2954,2952,1,0,0,0,2954,2953,1,0,0,0,2955,644,1,0,0, + 0,2956,2958,3,667,333,0,2957,2956,1,0,0,0,2958,2959,1,0,0,0,2959,2957,1, + 0,0,0,2959,2960,1,0,0,0,2960,646,1,0,0,0,2961,2963,3,667,333,0,2962,2961, + 1,0,0,0,2963,2964,1,0,0,0,2964,2962,1,0,0,0,2964,2965,1,0,0,0,2965,2967, + 1,0,0,0,2966,2962,1,0,0,0,2966,2967,1,0,0,0,2967,2968,1,0,0,0,2968,2970, + 5,46,0,0,2969,2971,3,667,333,0,2970,2969,1,0,0,0,2971,2972,1,0,0,0,2972, + 2970,1,0,0,0,2972,2973,1,0,0,0,2973,3005,1,0,0,0,2974,2976,3,667,333,0, + 2975,2974,1,0,0,0,2976,2977,1,0,0,0,2977,2975,1,0,0,0,2977,2978,1,0,0,0, + 2978,2979,1,0,0,0,2979,2980,5,46,0,0,2980,2981,3,661,330,0,2981,3005,1, + 0,0,0,2982,2984,3,667,333,0,2983,2982,1,0,0,0,2984,2985,1,0,0,0,2985,2983, + 1,0,0,0,2985,2986,1,0,0,0,2986,2988,1,0,0,0,2987,2983,1,0,0,0,2987,2988, + 1,0,0,0,2988,2989,1,0,0,0,2989,2991,5,46,0,0,2990,2992,3,667,333,0,2991, + 2990,1,0,0,0,2992,2993,1,0,0,0,2993,2991,1,0,0,0,2993,2994,1,0,0,0,2994, + 2995,1,0,0,0,2995,2996,3,661,330,0,2996,3005,1,0,0,0,2997,2999,3,667,333, + 0,2998,2997,1,0,0,0,2999,3000,1,0,0,0,3000,2998,1,0,0,0,3000,3001,1,0,0, + 0,3001,3002,1,0,0,0,3002,3003,3,661,330,0,3003,3005,1,0,0,0,3004,2966,1, + 0,0,0,3004,2975,1,0,0,0,3004,2987,1,0,0,0,3004,2998,1,0,0,0,3005,648,1, + 0,0,0,3006,3007,3,675,337,0,3007,650,1,0,0,0,3008,3009,3,663,331,0,3009, + 652,1,0,0,0,3010,3011,3,665,332,0,3011,654,1,0,0,0,3012,3013,3,657,328, + 0,3013,656,1,0,0,0,3014,3018,7,3,0,0,3015,3017,8,4,0,0,3016,3015,1,0,0, + 0,3017,3020,1,0,0,0,3018,3016,1,0,0,0,3018,3019,1,0,0,0,3019,3022,1,0,0, + 0,3020,3018,1,0,0,0,3021,3014,1,0,0,0,3022,3023,1,0,0,0,3023,3021,1,0,0, + 0,3023,3024,1,0,0,0,3024,658,1,0,0,0,3025,3033,5,96,0,0,3026,3027,5,92, + 0,0,3027,3032,9,0,0,0,3028,3029,5,96,0,0,3029,3032,5,96,0,0,3030,3032,8, + 5,0,0,3031,3026,1,0,0,0,3031,3028,1,0,0,0,3031,3030,1,0,0,0,3032,3035,1, + 0,0,0,3033,3031,1,0,0,0,3033,3034,1,0,0,0,3034,3036,1,0,0,0,3035,3033,1, + 0,0,0,3036,3037,5,96,0,0,3037,660,1,0,0,0,3038,3040,5,69,0,0,3039,3041, + 7,6,0,0,3040,3039,1,0,0,0,3040,3041,1,0,0,0,3041,3043,1,0,0,0,3042,3044, + 3,667,333,0,3043,3042,1,0,0,0,3044,3045,1,0,0,0,3045,3043,1,0,0,0,3045, + 3046,1,0,0,0,3046,662,1,0,0,0,3047,3049,7,7,0,0,3048,3047,1,0,0,0,3049, 3052,1,0,0,0,3050,3051,1,0,0,0,3050,3048,1,0,0,0,3051,3054,1,0,0,0,3052, - 3050,1,0,0,0,3053,3055,7,10,0,0,3054,3053,1,0,0,0,3055,3056,1,0,0,0,3056, - 3057,1,0,0,0,3056,3054,1,0,0,0,3057,3061,1,0,0,0,3058,3060,7,9,0,0,3059, + 3050,1,0,0,0,3053,3055,7,8,0,0,3054,3053,1,0,0,0,3055,3056,1,0,0,0,3056, + 3057,1,0,0,0,3056,3054,1,0,0,0,3057,3061,1,0,0,0,3058,3060,7,7,0,0,3059, 3058,1,0,0,0,3060,3063,1,0,0,0,3061,3059,1,0,0,0,3061,3062,1,0,0,0,3062, - 662,1,0,0,0,3063,3061,1,0,0,0,3064,3065,7,11,0,0,3065,664,1,0,0,0,3066, - 3067,7,12,0,0,3067,666,1,0,0,0,3068,3076,5,34,0,0,3069,3070,5,92,0,0,3070, - 3075,9,0,0,0,3071,3072,5,34,0,0,3072,3075,5,34,0,0,3073,3075,8,13,0,0,3074, - 3069,1,0,0,0,3074,3071,1,0,0,0,3074,3073,1,0,0,0,3075,3078,1,0,0,0,3076, - 3074,1,0,0,0,3076,3077,1,0,0,0,3077,3079,1,0,0,0,3078,3076,1,0,0,0,3079, - 3080,5,34,0,0,3080,668,1,0,0,0,3081,3089,5,39,0,0,3082,3083,5,92,0,0,3083, - 3088,9,0,0,0,3084,3085,5,39,0,0,3085,3088,5,39,0,0,3086,3088,8,14,0,0,3087, - 3082,1,0,0,0,3087,3084,1,0,0,0,3087,3086,1,0,0,0,3088,3091,1,0,0,0,3089, - 3087,1,0,0,0,3089,3090,1,0,0,0,3090,3092,1,0,0,0,3091,3089,1,0,0,0,3092, - 3093,5,39,0,0,3093,670,1,0,0,0,3094,3095,5,66,0,0,3095,3097,5,39,0,0,3096, - 3098,7,15,0,0,3097,3096,1,0,0,0,3098,3099,1,0,0,0,3099,3097,1,0,0,0,3099, - 3100,1,0,0,0,3100,3101,1,0,0,0,3101,3102,5,39,0,0,3102,672,1,0,0,0,3103, - 3111,5,96,0,0,3104,3105,5,92,0,0,3105,3110,9,0,0,0,3106,3107,5,96,0,0,3107, - 3110,5,96,0,0,3108,3110,8,5,0,0,3109,3104,1,0,0,0,3109,3106,1,0,0,0,3109, - 3108,1,0,0,0,3110,3113,1,0,0,0,3111,3109,1,0,0,0,3111,3112,1,0,0,0,3112, - 3114,1,0,0,0,3113,3111,1,0,0,0,3114,3115,5,96,0,0,3115,674,1,0,0,0,40,0, - 678,688,699,704,708,712,718,722,724,2937,2942,2947,2949,2955,2960,2968, - 2970,2976,2983,2987,3001,3006,3014,3016,3023,3028,3033,3039,3044,3050,3056, - 3061,3074,3076,3087,3089,3099,3109,3111,1,0,1,0]; + 664,1,0,0,0,3063,3061,1,0,0,0,3064,3066,7,9,0,0,3065,3064,1,0,0,0,3066, + 3069,1,0,0,0,3067,3068,1,0,0,0,3067,3065,1,0,0,0,3068,3071,1,0,0,0,3069, + 3067,1,0,0,0,3070,3072,7,10,0,0,3071,3070,1,0,0,0,3072,3073,1,0,0,0,3073, + 3074,1,0,0,0,3073,3071,1,0,0,0,3074,3078,1,0,0,0,3075,3077,7,9,0,0,3076, + 3075,1,0,0,0,3077,3080,1,0,0,0,3078,3076,1,0,0,0,3078,3079,1,0,0,0,3079, + 666,1,0,0,0,3080,3078,1,0,0,0,3081,3082,7,11,0,0,3082,668,1,0,0,0,3083, + 3084,7,12,0,0,3084,670,1,0,0,0,3085,3093,5,34,0,0,3086,3087,5,92,0,0,3087, + 3092,9,0,0,0,3088,3089,5,34,0,0,3089,3092,5,34,0,0,3090,3092,8,13,0,0,3091, + 3086,1,0,0,0,3091,3088,1,0,0,0,3091,3090,1,0,0,0,3092,3095,1,0,0,0,3093, + 3091,1,0,0,0,3093,3094,1,0,0,0,3094,3096,1,0,0,0,3095,3093,1,0,0,0,3096, + 3097,5,34,0,0,3097,672,1,0,0,0,3098,3106,5,39,0,0,3099,3100,5,92,0,0,3100, + 3105,9,0,0,0,3101,3102,5,39,0,0,3102,3105,5,39,0,0,3103,3105,8,14,0,0,3104, + 3099,1,0,0,0,3104,3101,1,0,0,0,3104,3103,1,0,0,0,3105,3108,1,0,0,0,3106, + 3104,1,0,0,0,3106,3107,1,0,0,0,3107,3109,1,0,0,0,3108,3106,1,0,0,0,3109, + 3110,5,39,0,0,3110,674,1,0,0,0,3111,3112,5,66,0,0,3112,3114,5,39,0,0,3113, + 3115,7,15,0,0,3114,3113,1,0,0,0,3115,3116,1,0,0,0,3116,3114,1,0,0,0,3116, + 3117,1,0,0,0,3117,3118,1,0,0,0,3118,3119,5,39,0,0,3119,676,1,0,0,0,3120, + 3128,5,96,0,0,3121,3122,5,92,0,0,3122,3127,9,0,0,0,3123,3124,5,96,0,0,3124, + 3127,5,96,0,0,3125,3127,8,5,0,0,3126,3121,1,0,0,0,3126,3123,1,0,0,0,3126, + 3125,1,0,0,0,3127,3130,1,0,0,0,3128,3126,1,0,0,0,3128,3129,1,0,0,0,3129, + 3131,1,0,0,0,3130,3128,1,0,0,0,3131,3132,5,96,0,0,3132,678,1,0,0,0,40,0, + 682,692,703,708,712,716,722,726,728,2954,2959,2964,2966,2972,2977,2985, + 2987,2993,3000,3004,3018,3023,3031,3033,3040,3045,3050,3056,3061,3067,3073, + 3078,3091,3093,3104,3106,3116,3126,3128,1,0,1,0]; private static __ATN: ATN; public static get _ATN(): ATN { diff --git a/src/lib/flinksql/FlinkSqlParser.interp b/src/lib/flinksql/FlinkSqlParser.interp index d12d335..948db2b 100644 --- a/src/lib/flinksql/FlinkSqlParser.interp +++ b/src/lib/flinksql/FlinkSqlParser.interp @@ -70,6 +70,7 @@ null 'AFTER' 'LAST' 'WITH' +'WITHOUT' 'VALUES' 'CREATE' 'TABLE' @@ -261,6 +262,7 @@ null 'ENFORCED' 'METADATA' 'VIRTUAL' +'ZONE' 'STRING' 'ARRAY' 'MAP' @@ -399,6 +401,7 @@ FIRST AFTER LAST WITH +WITHOUT VALUES CREATE TABLE @@ -590,6 +593,7 @@ SYSTEM_TIME ENFORCED METADATA VIRTUAL +ZONE STRING ARRAY MAP @@ -728,7 +732,6 @@ dropFunction insertStatement insertSimpleStatement insertPartitionDefinition -insertColumnListDefinition valuesDefinition valuesRowDefinition insertMulStatementCompatibility @@ -815,4 +818,4 @@ nonReserved atn: -[4, 1, 326, 1880, 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, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 3, 2, 319, 8, 2, 1, 2, 5, 2, 322, 8, 2, 10, 2, 12, 2, 325, 9, 2, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 3, 3, 339, 8, 3, 1, 4, 1, 4, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 3, 5, 357, 8, 5, 1, 6, 1, 6, 3, 6, 361, 8, 6, 1, 7, 1, 7, 1, 7, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 370, 8, 8, 1, 8, 1, 8, 1, 8, 3, 8, 375, 8, 8, 1, 9, 1, 9, 1, 9, 5, 9, 380, 8, 9, 10, 9, 12, 9, 383, 9, 9, 1, 10, 1, 10, 1, 11, 1, 11, 3, 11, 389, 8, 11, 1, 11, 1, 11, 3, 11, 393, 8, 11, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 5, 12, 400, 8, 12, 10, 12, 12, 12, 403, 9, 12, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 3, 13, 414, 8, 13, 1, 13, 3, 13, 417, 8, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 3, 13, 424, 8, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 3, 13, 432, 8, 13, 1, 13, 1, 13, 1, 13, 3, 13, 437, 8, 13, 1, 13, 3, 13, 440, 8, 13, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 3, 14, 447, 8, 14, 1, 15, 1, 15, 1, 15, 1, 15, 1, 16, 1, 16, 3, 16, 455, 8, 16, 1, 17, 1, 17, 3, 17, 459, 8, 17, 1, 18, 1, 18, 1, 18, 1, 18, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 3, 19, 471, 8, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 3, 19, 479, 8, 19, 1, 19, 1, 19, 3, 19, 483, 8, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 3, 19, 504, 8, 19, 1, 20, 1, 20, 3, 20, 508, 8, 20, 1, 21, 1, 21, 3, 21, 512, 8, 21, 1, 21, 1, 21, 3, 21, 516, 8, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 5, 21, 523, 8, 21, 10, 21, 12, 21, 526, 9, 21, 1, 21, 1, 21, 3, 21, 530, 8, 21, 1, 21, 1, 21, 3, 21, 534, 8, 21, 1, 21, 1, 21, 3, 21, 538, 8, 21, 1, 21, 1, 21, 3, 21, 542, 8, 21, 1, 21, 3, 21, 545, 8, 21, 1, 21, 1, 21, 3, 21, 549, 8, 21, 1, 22, 1, 22, 1, 22, 3, 22, 554, 8, 22, 1, 22, 1, 22, 1, 22, 1, 22, 3, 22, 560, 8, 22, 1, 23, 1, 23, 1, 23, 3, 23, 565, 8, 23, 1, 24, 1, 24, 1, 24, 3, 24, 570, 8, 24, 1, 24, 3, 24, 573, 8, 24, 1, 25, 1, 25, 3, 25, 577, 8, 25, 1, 26, 1, 26, 1, 26, 5, 26, 582, 8, 26, 10, 26, 12, 26, 585, 9, 26, 1, 27, 1, 27, 1, 27, 3, 27, 590, 8, 27, 1, 27, 1, 27, 3, 27, 594, 8, 27, 1, 27, 1, 27, 3, 27, 598, 8, 27, 1, 27, 1, 27, 3, 27, 602, 8, 27, 1, 27, 1, 27, 3, 27, 606, 8, 27, 1, 27, 1, 27, 3, 27, 610, 8, 27, 3, 27, 612, 8, 27, 1, 28, 1, 28, 1, 28, 1, 28, 1, 29, 1, 29, 1, 29, 1, 29, 3, 29, 622, 8, 29, 1, 29, 1, 29, 1, 30, 1, 30, 1, 30, 1, 30, 3, 30, 630, 8, 30, 1, 30, 1, 30, 1, 31, 1, 31, 1, 31, 1, 31, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 5, 33, 652, 8, 33, 10, 33, 12, 33, 655, 9, 33, 1, 33, 1, 33, 1, 34, 1, 34, 3, 34, 661, 8, 34, 1, 34, 1, 34, 1, 34, 1, 34, 3, 34, 667, 8, 34, 1, 35, 1, 35, 1, 35, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 677, 8, 36, 1, 36, 3, 36, 680, 8, 36, 1, 37, 1, 37, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 688, 8, 38, 1, 39, 1, 39, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 41, 1, 41, 3, 41, 700, 8, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 3, 41, 709, 8, 41, 1, 42, 1, 42, 1, 43, 1, 43, 1, 43, 1, 43, 1, 44, 1, 44, 1, 44, 1, 44, 1, 45, 1, 45, 1, 45, 1, 45, 5, 45, 725, 8, 45, 10, 45, 12, 45, 728, 9, 45, 1, 45, 1, 45, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 5, 46, 738, 8, 46, 10, 46, 12, 46, 741, 9, 46, 1, 46, 1, 46, 3, 46, 745, 8, 46, 1, 47, 1, 47, 3, 47, 749, 8, 47, 1, 48, 1, 48, 1, 48, 1, 48, 5, 48, 755, 8, 48, 10, 48, 12, 48, 758, 9, 48, 1, 48, 3, 48, 761, 8, 48, 1, 49, 1, 49, 1, 50, 1, 50, 1, 50, 1, 50, 3, 50, 769, 8, 50, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 52, 1, 52, 1, 52, 3, 52, 779, 8, 52, 1, 52, 1, 52, 3, 52, 783, 8, 52, 1, 52, 1, 52, 1, 53, 1, 53, 3, 53, 789, 8, 53, 1, 53, 1, 53, 3, 53, 793, 8, 53, 1, 53, 1, 53, 3, 53, 797, 8, 53, 1, 53, 3, 53, 800, 8, 53, 1, 53, 1, 53, 1, 53, 1, 54, 1, 54, 1, 54, 1, 54, 3, 54, 809, 8, 54, 1, 54, 1, 54, 3, 54, 813, 8, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 3, 54, 820, 8, 54, 1, 54, 3, 54, 823, 8, 54, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 5, 55, 831, 8, 55, 10, 55, 12, 55, 834, 9, 55, 1, 56, 1, 56, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 843, 8, 57, 1, 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, 3, 60, 858, 8, 60, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 62, 1, 62, 1, 62, 1, 62, 3, 62, 869, 8, 62, 1, 62, 1, 62, 3, 62, 873, 8, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 3, 62, 880, 8, 62, 1, 63, 1, 63, 1, 63, 3, 63, 885, 8, 63, 1, 63, 1, 63, 1, 64, 1, 64, 3, 64, 891, 8, 64, 1, 64, 1, 64, 3, 64, 895, 8, 64, 1, 64, 1, 64, 1, 65, 1, 65, 1, 65, 3, 65, 902, 8, 65, 1, 65, 1, 65, 3, 65, 906, 8, 65, 1, 66, 1, 66, 3, 66, 910, 8, 66, 1, 66, 1, 66, 3, 66, 914, 8, 66, 1, 66, 1, 66, 1, 67, 1, 67, 1, 67, 1, 67, 3, 67, 922, 8, 67, 1, 67, 1, 67, 3, 67, 926, 8, 67, 1, 67, 1, 67, 1, 68, 3, 68, 931, 8, 68, 1, 68, 1, 68, 1, 68, 1, 68, 3, 68, 937, 8, 68, 1, 69, 1, 69, 1, 69, 1, 69, 3, 69, 943, 8, 69, 1, 69, 3, 69, 946, 8, 69, 1, 69, 1, 69, 3, 69, 950, 8, 69, 1, 70, 1, 70, 1, 70, 1, 71, 1, 71, 1, 71, 1, 71, 1, 72, 1, 72, 1, 72, 1, 72, 5, 72, 963, 8, 72, 10, 72, 12, 72, 966, 9, 72, 1, 73, 1, 73, 1, 73, 1, 73, 5, 73, 972, 8, 73, 10, 73, 12, 73, 975, 9, 73, 1, 73, 1, 73, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 4, 74, 986, 8, 74, 11, 74, 12, 74, 987, 1, 74, 1, 74, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 4, 75, 998, 8, 75, 11, 75, 12, 75, 999, 1, 75, 1, 75, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 5, 76, 1010, 8, 76, 10, 76, 12, 76, 1013, 9, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 3, 76, 1023, 8, 76, 1, 76, 3, 76, 1026, 8, 76, 1, 76, 1, 76, 3, 76, 1030, 8, 76, 1, 76, 3, 76, 1033, 8, 76, 3, 76, 1035, 8, 76, 1, 76, 1, 76, 1, 76, 3, 76, 1040, 8, 76, 1, 76, 1, 76, 3, 76, 1044, 8, 76, 1, 76, 3, 76, 1047, 8, 76, 5, 76, 1049, 8, 76, 10, 76, 12, 76, 1052, 9, 76, 1, 77, 1, 77, 1, 77, 1, 77, 5, 77, 1058, 8, 77, 10, 77, 12, 77, 1061, 9, 77, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 5, 78, 1068, 8, 78, 10, 78, 12, 78, 1071, 9, 78, 1, 78, 1, 78, 3, 78, 1075, 8, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 79, 1, 79, 1, 80, 1, 80, 1, 80, 3, 80, 1087, 8, 80, 1, 80, 3, 80, 1090, 8, 80, 1, 80, 3, 80, 1093, 8, 80, 1, 80, 3, 80, 1096, 8, 80, 1, 81, 1, 81, 3, 81, 1100, 8, 81, 1, 81, 1, 81, 1, 81, 1, 81, 5, 81, 1106, 8, 81, 10, 81, 12, 81, 1109, 9, 81, 3, 81, 1111, 8, 81, 1, 82, 1, 82, 3, 82, 1115, 8, 82, 1, 82, 3, 82, 1118, 8, 82, 1, 83, 1, 83, 1, 83, 1, 84, 1, 84, 1, 84, 1, 84, 5, 84, 1127, 8, 84, 10, 84, 12, 84, 1130, 9, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 3, 84, 1138, 8, 84, 1, 84, 3, 84, 1141, 8, 84, 1, 84, 3, 84, 1144, 8, 84, 1, 84, 1, 84, 1, 84, 3, 84, 1149, 8, 84, 5, 84, 1151, 8, 84, 10, 84, 12, 84, 1154, 9, 84, 1, 85, 1, 85, 3, 85, 1158, 8, 85, 1, 86, 3, 86, 1161, 8, 86, 1, 86, 1, 86, 3, 86, 1165, 8, 86, 1, 86, 3, 86, 1168, 8, 86, 1, 86, 3, 86, 1171, 8, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 5, 86, 1181, 8, 86, 10, 86, 12, 86, 1184, 9, 86, 1, 86, 1, 86, 1, 86, 1, 86, 3, 86, 1190, 8, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 3, 86, 1201, 8, 86, 1, 87, 1, 87, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 89, 1, 89, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 5, 90, 1220, 8, 90, 10, 90, 12, 90, 1223, 9, 90, 1, 90, 1, 90, 3, 90, 1227, 8, 90, 1, 91, 1, 91, 1, 91, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 5, 92, 1237, 8, 92, 10, 92, 12, 92, 1240, 9, 92, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 5, 93, 1249, 8, 93, 10, 93, 12, 93, 1252, 9, 93, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 5, 93, 1261, 8, 93, 10, 93, 12, 93, 1264, 9, 93, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 5, 93, 1273, 8, 93, 10, 93, 12, 93, 1276, 9, 93, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 5, 93, 1286, 8, 93, 10, 93, 12, 93, 1289, 9, 93, 1, 93, 1, 93, 3, 93, 1293, 8, 93, 1, 94, 1, 94, 1, 94, 1, 95, 1, 95, 1, 95, 1, 95, 1, 95, 5, 95, 1303, 8, 95, 10, 95, 12, 95, 1306, 9, 95, 1, 96, 1, 96, 3, 96, 1310, 8, 96, 1, 97, 1, 97, 1, 97, 3, 97, 1315, 8, 97, 1, 98, 1, 98, 1, 98, 1, 98, 5, 98, 1321, 8, 98, 10, 98, 12, 98, 1324, 9, 98, 1, 99, 1, 99, 1, 99, 1, 99, 1, 100, 3, 100, 1331, 8, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 5, 100, 1339, 8, 100, 10, 100, 12, 100, 1342, 9, 100, 3, 100, 1344, 8, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 5, 100, 1351, 8, 100, 10, 100, 12, 100, 1354, 9, 100, 3, 100, 1356, 8, 100, 1, 100, 3, 100, 1359, 8, 100, 1, 100, 1, 100, 1, 101, 1, 101, 3, 101, 1365, 8, 101, 1, 101, 1, 101, 3, 101, 1369, 8, 101, 1, 102, 1, 102, 1, 102, 1, 102, 3, 102, 1375, 8, 102, 1, 103, 1, 103, 1, 103, 1, 104, 1, 104, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 3, 105, 1392, 8, 105, 3, 105, 1394, 8, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 5, 105, 1402, 8, 105, 10, 105, 12, 105, 1405, 9, 105, 1, 106, 3, 106, 1408, 8, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 3, 106, 1416, 8, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 5, 106, 1423, 8, 106, 10, 106, 12, 106, 1426, 9, 106, 1, 106, 1, 106, 1, 106, 3, 106, 1431, 8, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 3, 106, 1444, 8, 106, 1, 106, 1, 106, 1, 106, 3, 106, 1449, 8, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 5, 106, 1459, 8, 106, 10, 106, 12, 106, 1462, 9, 106, 1, 106, 1, 106, 3, 106, 1466, 8, 106, 1, 106, 3, 106, 1469, 8, 106, 1, 106, 1, 106, 1, 106, 1, 106, 3, 106, 1475, 8, 106, 1, 106, 1, 106, 1, 106, 3, 106, 1480, 8, 106, 1, 106, 1, 106, 1, 106, 3, 106, 1485, 8, 106, 1, 106, 1, 106, 1, 106, 3, 106, 1490, 8, 106, 1, 107, 3, 107, 1493, 8, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 5, 107, 1503, 8, 107, 10, 107, 12, 107, 1506, 9, 107, 1, 107, 1, 107, 3, 107, 1510, 8, 107, 1, 107, 3, 107, 1513, 8, 107, 1, 107, 1, 107, 3, 107, 1517, 8, 107, 1, 108, 1, 108, 1, 108, 1, 108, 3, 108, 1523, 8, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 5, 108, 1544, 8, 108, 10, 108, 12, 108, 1547, 9, 108, 1, 109, 1, 109, 1, 109, 4, 109, 1552, 8, 109, 11, 109, 12, 109, 1553, 1, 109, 1, 109, 3, 109, 1558, 8, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 4, 109, 1565, 8, 109, 11, 109, 12, 109, 1566, 1, 109, 1, 109, 3, 109, 1571, 8, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 3, 109, 1587, 8, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 3, 109, 1596, 8, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 3, 109, 1620, 8, 109, 1, 109, 1, 109, 1, 109, 5, 109, 1625, 8, 109, 10, 109, 12, 109, 1628, 9, 109, 3, 109, 1630, 8, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 3, 109, 1640, 8, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 5, 109, 1647, 8, 109, 10, 109, 12, 109, 1650, 9, 109, 1, 110, 1, 110, 1, 111, 1, 111, 1, 112, 1, 112, 1, 113, 1, 113, 3, 113, 1660, 8, 113, 1, 114, 1, 114, 1, 114, 3, 114, 1665, 8, 114, 1, 115, 1, 115, 3, 115, 1669, 8, 115, 1, 116, 1, 116, 1, 116, 4, 116, 1674, 8, 116, 11, 116, 12, 116, 1675, 1, 117, 1, 117, 1, 117, 3, 117, 1681, 8, 117, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 119, 3, 119, 1689, 8, 119, 1, 119, 1, 119, 3, 119, 1693, 8, 119, 1, 120, 3, 120, 1696, 8, 120, 1, 120, 1, 120, 3, 120, 1700, 8, 120, 1, 121, 3, 121, 1703, 8, 121, 1, 121, 1, 121, 3, 121, 1707, 8, 121, 1, 122, 1, 122, 1, 122, 1, 123, 1, 123, 4, 123, 1714, 8, 123, 11, 123, 12, 123, 1715, 1, 123, 3, 123, 1719, 8, 123, 1, 124, 1, 124, 1, 124, 1, 124, 1, 125, 1, 125, 1, 125, 5, 125, 1728, 8, 125, 10, 125, 12, 125, 1731, 9, 125, 1, 126, 1, 126, 3, 126, 1735, 8, 126, 1, 127, 1, 127, 1, 127, 1, 127, 3, 127, 1741, 8, 127, 1, 128, 1, 128, 1, 129, 1, 129, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 131, 1, 131, 1, 131, 5, 131, 1755, 8, 131, 10, 131, 12, 131, 1758, 9, 131, 1, 132, 1, 132, 5, 132, 1762, 8, 132, 10, 132, 12, 132, 1765, 9, 132, 1, 133, 1, 133, 5, 133, 1769, 8, 133, 10, 133, 12, 133, 1772, 9, 133, 1, 134, 1, 134, 1, 134, 1, 135, 1, 135, 1, 135, 1, 135, 1, 136, 1, 136, 1, 136, 1, 137, 1, 137, 1, 137, 1, 137, 5, 137, 1788, 8, 137, 10, 137, 12, 137, 1791, 9, 137, 1, 137, 1, 137, 1, 138, 1, 138, 3, 138, 1797, 8, 138, 1, 138, 3, 138, 1800, 8, 138, 1, 139, 1, 139, 1, 139, 3, 139, 1805, 8, 139, 1, 140, 1, 140, 1, 140, 1, 140, 3, 140, 1811, 8, 140, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 3, 141, 1819, 8, 141, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 3, 142, 1835, 8, 142, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 1, 143, 3, 143, 1844, 8, 143, 1, 144, 1, 144, 1, 145, 1, 145, 1, 146, 1, 146, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 3, 147, 1861, 8, 147, 1, 147, 3, 147, 1864, 8, 147, 1, 148, 1, 148, 1, 149, 1, 149, 1, 150, 1, 150, 1, 151, 1, 151, 1, 152, 1, 152, 1, 153, 1, 153, 1, 154, 1, 154, 1, 154, 2, 1763, 1770, 5, 152, 168, 210, 216, 218, 155, 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, 0, 39, 2, 0, 36, 36, 83, 83, 1, 0, 86, 88, 2, 0, 192, 192, 252, 254, 2, 0, 191, 191, 238, 238, 2, 0, 5, 5, 24, 24, 2, 0, 73, 73, 75, 75, 2, 0, 6, 6, 81, 81, 1, 0, 245, 249, 3, 0, 280, 280, 285, 285, 288, 288, 5, 0, 262, 262, 265, 269, 273, 277, 281, 283, 289, 289, 2, 0, 270, 272, 278, 279, 2, 0, 263, 263, 284, 284, 1, 0, 232, 233, 3, 0, 8, 8, 101, 101, 235, 235, 1, 0, 232, 234, 2, 0, 166, 166, 236, 237, 1, 0, 240, 242, 2, 0, 183, 183, 185, 185, 2, 0, 82, 82, 139, 139, 2, 0, 104, 105, 107, 107, 2, 0, 48, 49, 51, 52, 1, 0, 35, 36, 2, 0, 67, 67, 69, 69, 1, 0, 8, 9, 1, 0, 32, 33, 2, 0, 294, 294, 312, 313, 4, 0, 131, 131, 310, 310, 314, 314, 317, 317, 2, 0, 312, 313, 315, 315, 1, 0, 312, 313, 1, 0, 321, 322, 2, 0, 321, 321, 324, 324, 1, 0, 324, 325, 1, 0, 318, 319, 4, 0, 131, 131, 310, 310, 312, 314, 316, 317, 3, 0, 25, 25, 293, 294, 312, 313, 2, 0, 8, 8, 10, 10, 32, 0, 6, 6, 13, 17, 20, 21, 26, 30, 32, 32, 34, 36, 38, 38, 50, 50, 56, 69, 71, 71, 74, 76, 79, 80, 83, 84, 89, 92, 94, 96, 98, 98, 101, 103, 106, 106, 109, 123, 127, 141, 143, 183, 185, 202, 204, 211, 213, 233, 235, 236, 238, 239, 252, 253, 256, 258, 262, 270, 273, 275, 277, 282, 284, 289, 6, 0, 45, 46, 48, 52, 54, 55, 104, 107, 142, 142, 222, 222, 22, 0, 4, 42, 44, 44, 47, 47, 53, 53, 56, 76, 79, 80, 82, 84, 89, 98, 101, 103, 108, 141, 143, 175, 177, 211, 213, 221, 223, 233, 235, 236, 238, 239, 252, 253, 255, 258, 262, 270, 273, 275, 277, 282, 284, 289, 2047, 0, 310, 1, 0, 0, 0, 2, 313, 1, 0, 0, 0, 4, 323, 1, 0, 0, 0, 6, 338, 1, 0, 0, 0, 8, 340, 1, 0, 0, 0, 10, 356, 1, 0, 0, 0, 12, 360, 1, 0, 0, 0, 14, 362, 1, 0, 0, 0, 16, 365, 1, 0, 0, 0, 18, 376, 1, 0, 0, 0, 20, 384, 1, 0, 0, 0, 22, 392, 1, 0, 0, 0, 24, 394, 1, 0, 0, 0, 26, 439, 1, 0, 0, 0, 28, 441, 1, 0, 0, 0, 30, 448, 1, 0, 0, 0, 32, 452, 1, 0, 0, 0, 34, 456, 1, 0, 0, 0, 36, 460, 1, 0, 0, 0, 38, 503, 1, 0, 0, 0, 40, 507, 1, 0, 0, 0, 42, 509, 1, 0, 0, 0, 44, 550, 1, 0, 0, 0, 46, 564, 1, 0, 0, 0, 48, 566, 1, 0, 0, 0, 50, 576, 1, 0, 0, 0, 52, 578, 1, 0, 0, 0, 54, 611, 1, 0, 0, 0, 56, 613, 1, 0, 0, 0, 58, 617, 1, 0, 0, 0, 60, 625, 1, 0, 0, 0, 62, 633, 1, 0, 0, 0, 64, 637, 1, 0, 0, 0, 66, 644, 1, 0, 0, 0, 68, 660, 1, 0, 0, 0, 70, 668, 1, 0, 0, 0, 72, 671, 1, 0, 0, 0, 74, 681, 1, 0, 0, 0, 76, 683, 1, 0, 0, 0, 78, 689, 1, 0, 0, 0, 80, 691, 1, 0, 0, 0, 82, 699, 1, 0, 0, 0, 84, 710, 1, 0, 0, 0, 86, 712, 1, 0, 0, 0, 88, 716, 1, 0, 0, 0, 90, 720, 1, 0, 0, 0, 92, 744, 1, 0, 0, 0, 94, 748, 1, 0, 0, 0, 96, 750, 1, 0, 0, 0, 98, 762, 1, 0, 0, 0, 100, 768, 1, 0, 0, 0, 102, 770, 1, 0, 0, 0, 104, 775, 1, 0, 0, 0, 106, 786, 1, 0, 0, 0, 108, 804, 1, 0, 0, 0, 110, 824, 1, 0, 0, 0, 112, 835, 1, 0, 0, 0, 114, 837, 1, 0, 0, 0, 116, 844, 1, 0, 0, 0, 118, 848, 1, 0, 0, 0, 120, 851, 1, 0, 0, 0, 122, 859, 1, 0, 0, 0, 124, 864, 1, 0, 0, 0, 126, 881, 1, 0, 0, 0, 128, 888, 1, 0, 0, 0, 130, 898, 1, 0, 0, 0, 132, 907, 1, 0, 0, 0, 134, 917, 1, 0, 0, 0, 136, 936, 1, 0, 0, 0, 138, 938, 1, 0, 0, 0, 140, 951, 1, 0, 0, 0, 142, 954, 1, 0, 0, 0, 144, 958, 1, 0, 0, 0, 146, 967, 1, 0, 0, 0, 148, 978, 1, 0, 0, 0, 150, 991, 1, 0, 0, 0, 152, 1034, 1, 0, 0, 0, 154, 1053, 1, 0, 0, 0, 156, 1062, 1, 0, 0, 0, 158, 1081, 1, 0, 0, 0, 160, 1083, 1, 0, 0, 0, 162, 1097, 1, 0, 0, 0, 164, 1112, 1, 0, 0, 0, 166, 1119, 1, 0, 0, 0, 168, 1122, 1, 0, 0, 0, 170, 1155, 1, 0, 0, 0, 172, 1200, 1, 0, 0, 0, 174, 1202, 1, 0, 0, 0, 176, 1204, 1, 0, 0, 0, 178, 1210, 1, 0, 0, 0, 180, 1226, 1, 0, 0, 0, 182, 1228, 1, 0, 0, 0, 184, 1231, 1, 0, 0, 0, 186, 1292, 1, 0, 0, 0, 188, 1294, 1, 0, 0, 0, 190, 1297, 1, 0, 0, 0, 192, 1307, 1, 0, 0, 0, 194, 1311, 1, 0, 0, 0, 196, 1316, 1, 0, 0, 0, 198, 1325, 1, 0, 0, 0, 200, 1330, 1, 0, 0, 0, 202, 1362, 1, 0, 0, 0, 204, 1374, 1, 0, 0, 0, 206, 1376, 1, 0, 0, 0, 208, 1379, 1, 0, 0, 0, 210, 1393, 1, 0, 0, 0, 212, 1489, 1, 0, 0, 0, 214, 1516, 1, 0, 0, 0, 216, 1522, 1, 0, 0, 0, 218, 1639, 1, 0, 0, 0, 220, 1651, 1, 0, 0, 0, 222, 1653, 1, 0, 0, 0, 224, 1655, 1, 0, 0, 0, 226, 1659, 1, 0, 0, 0, 228, 1661, 1, 0, 0, 0, 230, 1666, 1, 0, 0, 0, 232, 1673, 1, 0, 0, 0, 234, 1677, 1, 0, 0, 0, 236, 1682, 1, 0, 0, 0, 238, 1692, 1, 0, 0, 0, 240, 1695, 1, 0, 0, 0, 242, 1702, 1, 0, 0, 0, 244, 1708, 1, 0, 0, 0, 246, 1718, 1, 0, 0, 0, 248, 1720, 1, 0, 0, 0, 250, 1724, 1, 0, 0, 0, 252, 1734, 1, 0, 0, 0, 254, 1740, 1, 0, 0, 0, 256, 1742, 1, 0, 0, 0, 258, 1744, 1, 0, 0, 0, 260, 1746, 1, 0, 0, 0, 262, 1751, 1, 0, 0, 0, 264, 1759, 1, 0, 0, 0, 266, 1766, 1, 0, 0, 0, 268, 1773, 1, 0, 0, 0, 270, 1776, 1, 0, 0, 0, 272, 1780, 1, 0, 0, 0, 274, 1783, 1, 0, 0, 0, 276, 1794, 1, 0, 0, 0, 278, 1804, 1, 0, 0, 0, 280, 1810, 1, 0, 0, 0, 282, 1818, 1, 0, 0, 0, 284, 1834, 1, 0, 0, 0, 286, 1843, 1, 0, 0, 0, 288, 1845, 1, 0, 0, 0, 290, 1847, 1, 0, 0, 0, 292, 1849, 1, 0, 0, 0, 294, 1863, 1, 0, 0, 0, 296, 1865, 1, 0, 0, 0, 298, 1867, 1, 0, 0, 0, 300, 1869, 1, 0, 0, 0, 302, 1871, 1, 0, 0, 0, 304, 1873, 1, 0, 0, 0, 306, 1875, 1, 0, 0, 0, 308, 1877, 1, 0, 0, 0, 310, 311, 3, 2, 1, 0, 311, 312, 5, 0, 0, 1, 312, 1, 1, 0, 0, 0, 313, 314, 3, 4, 2, 0, 314, 315, 5, 0, 0, 1, 315, 3, 1, 0, 0, 0, 316, 318, 3, 6, 3, 0, 317, 319, 5, 304, 0, 0, 318, 317, 1, 0, 0, 0, 318, 319, 1, 0, 0, 0, 319, 322, 1, 0, 0, 0, 320, 322, 3, 8, 4, 0, 321, 316, 1, 0, 0, 0, 321, 320, 1, 0, 0, 0, 322, 325, 1, 0, 0, 0, 323, 321, 1, 0, 0, 0, 323, 324, 1, 0, 0, 0, 324, 5, 1, 0, 0, 0, 325, 323, 1, 0, 0, 0, 326, 339, 3, 10, 5, 0, 327, 339, 3, 12, 6, 0, 328, 339, 3, 14, 7, 0, 329, 339, 3, 16, 8, 0, 330, 339, 3, 22, 11, 0, 331, 339, 3, 26, 13, 0, 332, 339, 3, 28, 14, 0, 333, 339, 3, 30, 15, 0, 334, 339, 3, 32, 16, 0, 335, 339, 3, 34, 17, 0, 336, 339, 3, 36, 18, 0, 337, 339, 3, 38, 19, 0, 338, 326, 1, 0, 0, 0, 338, 327, 1, 0, 0, 0, 338, 328, 1, 0, 0, 0, 338, 329, 1, 0, 0, 0, 338, 330, 1, 0, 0, 0, 338, 331, 1, 0, 0, 0, 338, 332, 1, 0, 0, 0, 338, 333, 1, 0, 0, 0, 338, 334, 1, 0, 0, 0, 338, 335, 1, 0, 0, 0, 338, 336, 1, 0, 0, 0, 338, 337, 1, 0, 0, 0, 339, 7, 1, 0, 0, 0, 340, 341, 5, 304, 0, 0, 341, 9, 1, 0, 0, 0, 342, 357, 3, 40, 20, 0, 343, 357, 3, 104, 52, 0, 344, 357, 3, 106, 53, 0, 345, 357, 3, 108, 54, 0, 346, 357, 3, 102, 51, 0, 347, 357, 3, 114, 57, 0, 348, 357, 3, 120, 60, 0, 349, 357, 3, 122, 61, 0, 350, 357, 3, 124, 62, 0, 351, 357, 3, 126, 63, 0, 352, 357, 3, 128, 64, 0, 353, 357, 3, 130, 65, 0, 354, 357, 3, 132, 66, 0, 355, 357, 3, 134, 67, 0, 356, 342, 1, 0, 0, 0, 356, 343, 1, 0, 0, 0, 356, 344, 1, 0, 0, 0, 356, 345, 1, 0, 0, 0, 356, 346, 1, 0, 0, 0, 356, 347, 1, 0, 0, 0, 356, 348, 1, 0, 0, 0, 356, 349, 1, 0, 0, 0, 356, 350, 1, 0, 0, 0, 356, 351, 1, 0, 0, 0, 356, 352, 1, 0, 0, 0, 356, 353, 1, 0, 0, 0, 356, 354, 1, 0, 0, 0, 356, 355, 1, 0, 0, 0, 357, 11, 1, 0, 0, 0, 358, 361, 3, 152, 76, 0, 359, 361, 3, 136, 68, 0, 360, 358, 1, 0, 0, 0, 360, 359, 1, 0, 0, 0, 361, 13, 1, 0, 0, 0, 362, 363, 7, 0, 0, 0, 363, 364, 3, 264, 132, 0, 364, 15, 1, 0, 0, 0, 365, 369, 5, 84, 0, 0, 366, 370, 3, 18, 9, 0, 367, 368, 5, 85, 0, 0, 368, 370, 5, 37, 0, 0, 369, 366, 1, 0, 0, 0, 369, 367, 1, 0, 0, 0, 369, 370, 1, 0, 0, 0, 370, 374, 1, 0, 0, 0, 371, 375, 3, 12, 6, 0, 372, 375, 3, 138, 69, 0, 373, 375, 3, 150, 75, 0, 374, 371, 1, 0, 0, 0, 374, 372, 1, 0, 0, 0, 374, 373, 1, 0, 0, 0, 375, 17, 1, 0, 0, 0, 376, 381, 3, 20, 10, 0, 377, 378, 5, 303, 0, 0, 378, 380, 3, 20, 10, 0, 379, 377, 1, 0, 0, 0, 380, 383, 1, 0, 0, 0, 381, 379, 1, 0, 0, 0, 381, 382, 1, 0, 0, 0, 382, 19, 1, 0, 0, 0, 383, 381, 1, 0, 0, 0, 384, 385, 7, 1, 0, 0, 385, 21, 1, 0, 0, 0, 386, 388, 5, 98, 0, 0, 387, 389, 5, 238, 0, 0, 388, 387, 1, 0, 0, 0, 388, 389, 1, 0, 0, 0, 389, 390, 1, 0, 0, 0, 390, 393, 3, 264, 132, 0, 391, 393, 3, 24, 12, 0, 392, 386, 1, 0, 0, 0, 392, 391, 1, 0, 0, 0, 393, 23, 1, 0, 0, 0, 394, 395, 5, 98, 0, 0, 395, 396, 5, 100, 0, 0, 396, 401, 3, 264, 132, 0, 397, 398, 5, 303, 0, 0, 398, 400, 3, 264, 132, 0, 399, 397, 1, 0, 0, 0, 400, 403, 1, 0, 0, 0, 401, 399, 1, 0, 0, 0, 401, 402, 1, 0, 0, 0, 402, 25, 1, 0, 0, 0, 403, 401, 1, 0, 0, 0, 404, 405, 5, 94, 0, 0, 405, 440, 7, 2, 0, 0, 406, 407, 5, 94, 0, 0, 407, 408, 5, 66, 0, 0, 408, 440, 7, 3, 0, 0, 409, 410, 5, 94, 0, 0, 410, 413, 5, 95, 0, 0, 411, 412, 7, 4, 0, 0, 412, 414, 3, 264, 132, 0, 413, 411, 1, 0, 0, 0, 413, 414, 1, 0, 0, 0, 414, 416, 1, 0, 0, 0, 415, 417, 3, 214, 107, 0, 416, 415, 1, 0, 0, 0, 416, 417, 1, 0, 0, 0, 417, 440, 1, 0, 0, 0, 418, 419, 5, 94, 0, 0, 419, 420, 5, 96, 0, 0, 420, 421, 7, 4, 0, 0, 421, 423, 3, 264, 132, 0, 422, 424, 3, 214, 107, 0, 423, 422, 1, 0, 0, 0, 423, 424, 1, 0, 0, 0, 424, 440, 1, 0, 0, 0, 425, 426, 5, 94, 0, 0, 426, 427, 5, 72, 0, 0, 427, 428, 7, 5, 0, 0, 428, 440, 3, 264, 132, 0, 429, 431, 5, 94, 0, 0, 430, 432, 5, 53, 0, 0, 431, 430, 1, 0, 0, 0, 431, 432, 1, 0, 0, 0, 432, 433, 1, 0, 0, 0, 433, 440, 5, 102, 0, 0, 434, 436, 5, 94, 0, 0, 435, 437, 5, 52, 0, 0, 436, 435, 1, 0, 0, 0, 436, 437, 1, 0, 0, 0, 437, 438, 1, 0, 0, 0, 438, 440, 5, 100, 0, 0, 439, 404, 1, 0, 0, 0, 439, 406, 1, 0, 0, 0, 439, 409, 1, 0, 0, 0, 439, 418, 1, 0, 0, 0, 439, 425, 1, 0, 0, 0, 439, 429, 1, 0, 0, 0, 439, 434, 1, 0, 0, 0, 440, 27, 1, 0, 0, 0, 441, 442, 5, 211, 0, 0, 442, 443, 5, 99, 0, 0, 443, 446, 3, 264, 132, 0, 444, 445, 5, 70, 0, 0, 445, 447, 3, 274, 137, 0, 446, 444, 1, 0, 0, 0, 446, 447, 1, 0, 0, 0, 447, 29, 1, 0, 0, 0, 448, 449, 5, 212, 0, 0, 449, 450, 5, 99, 0, 0, 450, 451, 3, 264, 132, 0, 451, 31, 1, 0, 0, 0, 452, 454, 5, 115, 0, 0, 453, 455, 3, 276, 138, 0, 454, 453, 1, 0, 0, 0, 454, 455, 1, 0, 0, 0, 455, 33, 1, 0, 0, 0, 456, 458, 5, 116, 0, 0, 457, 459, 3, 278, 139, 0, 458, 457, 1, 0, 0, 0, 458, 459, 1, 0, 0, 0, 459, 35, 1, 0, 0, 0, 460, 461, 7, 6, 0, 0, 461, 462, 5, 243, 0, 0, 462, 463, 3, 112, 56, 0, 463, 37, 1, 0, 0, 0, 464, 465, 5, 6, 0, 0, 465, 466, 5, 243, 0, 0, 466, 467, 5, 70, 0, 0, 467, 470, 5, 326, 0, 0, 468, 469, 5, 7, 0, 0, 469, 471, 3, 264, 132, 0, 470, 468, 1, 0, 0, 0, 470, 471, 1, 0, 0, 0, 471, 504, 1, 0, 0, 0, 472, 473, 5, 6, 0, 0, 473, 474, 5, 244, 0, 0, 474, 475, 5, 70, 0, 0, 475, 478, 5, 326, 0, 0, 476, 477, 5, 7, 0, 0, 477, 479, 3, 264, 132, 0, 478, 476, 1, 0, 0, 0, 478, 479, 1, 0, 0, 0, 479, 482, 1, 0, 0, 0, 480, 481, 5, 112, 0, 0, 481, 483, 3, 264, 132, 0, 482, 480, 1, 0, 0, 0, 482, 483, 1, 0, 0, 0, 483, 504, 1, 0, 0, 0, 484, 485, 5, 6, 0, 0, 485, 486, 7, 7, 0, 0, 486, 487, 5, 70, 0, 0, 487, 488, 5, 326, 0, 0, 488, 489, 5, 112, 0, 0, 489, 504, 3, 264, 132, 0, 490, 491, 5, 6, 0, 0, 491, 492, 5, 250, 0, 0, 492, 504, 5, 326, 0, 0, 493, 494, 5, 6, 0, 0, 494, 495, 5, 251, 0, 0, 495, 496, 5, 244, 0, 0, 496, 497, 5, 70, 0, 0, 497, 498, 5, 326, 0, 0, 498, 499, 5, 112, 0, 0, 499, 500, 3, 264, 132, 0, 500, 501, 5, 256, 0, 0, 501, 502, 3, 264, 132, 0, 502, 504, 1, 0, 0, 0, 503, 464, 1, 0, 0, 0, 503, 472, 1, 0, 0, 0, 503, 484, 1, 0, 0, 0, 503, 490, 1, 0, 0, 0, 503, 493, 1, 0, 0, 0, 504, 39, 1, 0, 0, 0, 505, 508, 3, 42, 21, 0, 506, 508, 3, 44, 22, 0, 507, 505, 1, 0, 0, 0, 507, 506, 1, 0, 0, 0, 508, 41, 1, 0, 0, 0, 509, 511, 5, 72, 0, 0, 510, 512, 5, 165, 0, 0, 511, 510, 1, 0, 0, 0, 511, 512, 1, 0, 0, 0, 512, 513, 1, 0, 0, 0, 513, 515, 5, 73, 0, 0, 514, 516, 3, 270, 135, 0, 515, 514, 1, 0, 0, 0, 515, 516, 1, 0, 0, 0, 516, 517, 1, 0, 0, 0, 517, 518, 3, 98, 49, 0, 518, 519, 5, 301, 0, 0, 519, 524, 3, 46, 23, 0, 520, 521, 5, 303, 0, 0, 521, 523, 3, 46, 23, 0, 522, 520, 1, 0, 0, 0, 523, 526, 1, 0, 0, 0, 524, 522, 1, 0, 0, 0, 524, 525, 1, 0, 0, 0, 525, 529, 1, 0, 0, 0, 526, 524, 1, 0, 0, 0, 527, 528, 5, 303, 0, 0, 528, 530, 3, 80, 40, 0, 529, 527, 1, 0, 0, 0, 529, 530, 1, 0, 0, 0, 530, 533, 1, 0, 0, 0, 531, 532, 5, 303, 0, 0, 532, 534, 3, 82, 41, 0, 533, 531, 1, 0, 0, 0, 533, 534, 1, 0, 0, 0, 534, 537, 1, 0, 0, 0, 535, 536, 5, 303, 0, 0, 536, 538, 3, 86, 43, 0, 537, 535, 1, 0, 0, 0, 537, 538, 1, 0, 0, 0, 538, 539, 1, 0, 0, 0, 539, 541, 5, 302, 0, 0, 540, 542, 3, 70, 35, 0, 541, 540, 1, 0, 0, 0, 541, 542, 1, 0, 0, 0, 542, 544, 1, 0, 0, 0, 543, 545, 3, 88, 44, 0, 544, 543, 1, 0, 0, 0, 544, 545, 1, 0, 0, 0, 545, 546, 1, 0, 0, 0, 546, 548, 3, 268, 134, 0, 547, 549, 3, 96, 48, 0, 548, 547, 1, 0, 0, 0, 548, 549, 1, 0, 0, 0, 549, 43, 1, 0, 0, 0, 550, 551, 5, 72, 0, 0, 551, 553, 5, 73, 0, 0, 552, 554, 3, 270, 135, 0, 553, 552, 1, 0, 0, 0, 553, 554, 1, 0, 0, 0, 554, 555, 1, 0, 0, 0, 555, 556, 3, 98, 49, 0, 556, 559, 3, 268, 134, 0, 557, 558, 5, 7, 0, 0, 558, 560, 3, 152, 76, 0, 559, 557, 1, 0, 0, 0, 559, 560, 1, 0, 0, 0, 560, 45, 1, 0, 0, 0, 561, 565, 3, 48, 24, 0, 562, 565, 3, 72, 36, 0, 563, 565, 3, 76, 38, 0, 564, 561, 1, 0, 0, 0, 564, 562, 1, 0, 0, 0, 564, 563, 1, 0, 0, 0, 565, 47, 1, 0, 0, 0, 566, 567, 3, 50, 25, 0, 567, 569, 3, 54, 27, 0, 568, 570, 3, 68, 34, 0, 569, 568, 1, 0, 0, 0, 569, 570, 1, 0, 0, 0, 570, 572, 1, 0, 0, 0, 571, 573, 3, 70, 35, 0, 572, 571, 1, 0, 0, 0, 572, 573, 1, 0, 0, 0, 573, 49, 1, 0, 0, 0, 574, 577, 3, 266, 133, 0, 575, 577, 3, 208, 104, 0, 576, 574, 1, 0, 0, 0, 576, 575, 1, 0, 0, 0, 577, 51, 1, 0, 0, 0, 578, 583, 3, 50, 25, 0, 579, 580, 5, 303, 0, 0, 580, 582, 3, 50, 25, 0, 581, 579, 1, 0, 0, 0, 582, 585, 1, 0, 0, 0, 583, 581, 1, 0, 0, 0, 583, 584, 1, 0, 0, 0, 584, 53, 1, 0, 0, 0, 585, 583, 1, 0, 0, 0, 586, 612, 7, 8, 0, 0, 587, 589, 7, 9, 0, 0, 588, 590, 3, 56, 28, 0, 589, 588, 1, 0, 0, 0, 589, 590, 1, 0, 0, 0, 590, 612, 1, 0, 0, 0, 591, 593, 7, 10, 0, 0, 592, 594, 3, 58, 29, 0, 593, 592, 1, 0, 0, 0, 593, 594, 1, 0, 0, 0, 594, 612, 1, 0, 0, 0, 595, 597, 7, 11, 0, 0, 596, 598, 3, 62, 31, 0, 597, 596, 1, 0, 0, 0, 597, 598, 1, 0, 0, 0, 598, 612, 1, 0, 0, 0, 599, 601, 5, 264, 0, 0, 600, 602, 3, 64, 32, 0, 601, 600, 1, 0, 0, 0, 601, 602, 1, 0, 0, 0, 602, 612, 1, 0, 0, 0, 603, 605, 5, 287, 0, 0, 604, 606, 3, 66, 33, 0, 605, 604, 1, 0, 0, 0, 605, 606, 1, 0, 0, 0, 606, 612, 1, 0, 0, 0, 607, 609, 5, 286, 0, 0, 608, 610, 3, 60, 30, 0, 609, 608, 1, 0, 0, 0, 609, 610, 1, 0, 0, 0, 610, 612, 1, 0, 0, 0, 611, 586, 1, 0, 0, 0, 611, 587, 1, 0, 0, 0, 611, 591, 1, 0, 0, 0, 611, 595, 1, 0, 0, 0, 611, 599, 1, 0, 0, 0, 611, 603, 1, 0, 0, 0, 611, 607, 1, 0, 0, 0, 612, 55, 1, 0, 0, 0, 613, 614, 5, 301, 0, 0, 614, 615, 3, 298, 149, 0, 615, 616, 5, 302, 0, 0, 616, 57, 1, 0, 0, 0, 617, 618, 5, 301, 0, 0, 618, 621, 3, 298, 149, 0, 619, 620, 5, 303, 0, 0, 620, 622, 3, 298, 149, 0, 621, 619, 1, 0, 0, 0, 621, 622, 1, 0, 0, 0, 622, 623, 1, 0, 0, 0, 623, 624, 5, 302, 0, 0, 624, 59, 1, 0, 0, 0, 625, 626, 5, 301, 0, 0, 626, 629, 3, 296, 148, 0, 627, 628, 5, 303, 0, 0, 628, 630, 3, 296, 148, 0, 629, 627, 1, 0, 0, 0, 629, 630, 1, 0, 0, 0, 630, 631, 1, 0, 0, 0, 631, 632, 5, 302, 0, 0, 632, 61, 1, 0, 0, 0, 633, 634, 5, 292, 0, 0, 634, 635, 3, 54, 27, 0, 635, 636, 5, 291, 0, 0, 636, 63, 1, 0, 0, 0, 637, 638, 5, 292, 0, 0, 638, 639, 3, 54, 27, 0, 639, 640, 5, 303, 0, 0, 640, 641, 3, 54, 27, 0, 641, 642, 1, 0, 0, 0, 642, 643, 5, 291, 0, 0, 643, 65, 1, 0, 0, 0, 644, 645, 5, 292, 0, 0, 645, 646, 3, 50, 25, 0, 646, 653, 3, 54, 27, 0, 647, 648, 5, 303, 0, 0, 648, 649, 3, 50, 25, 0, 649, 650, 3, 54, 27, 0, 650, 652, 1, 0, 0, 0, 651, 647, 1, 0, 0, 0, 652, 655, 1, 0, 0, 0, 653, 651, 1, 0, 0, 0, 653, 654, 1, 0, 0, 0, 654, 656, 1, 0, 0, 0, 655, 653, 1, 0, 0, 0, 656, 657, 5, 291, 0, 0, 657, 67, 1, 0, 0, 0, 658, 659, 5, 184, 0, 0, 659, 661, 3, 84, 42, 0, 660, 658, 1, 0, 0, 0, 660, 661, 1, 0, 0, 0, 661, 662, 1, 0, 0, 0, 662, 663, 5, 255, 0, 0, 663, 666, 5, 256, 0, 0, 664, 665, 5, 25, 0, 0, 665, 667, 5, 259, 0, 0, 666, 664, 1, 0, 0, 0, 666, 667, 1, 0, 0, 0, 667, 69, 1, 0, 0, 0, 668, 669, 5, 114, 0, 0, 669, 670, 5, 320, 0, 0, 670, 71, 1, 0, 0, 0, 671, 672, 3, 50, 25, 0, 672, 673, 3, 54, 27, 0, 673, 676, 5, 260, 0, 0, 674, 675, 5, 5, 0, 0, 675, 677, 3, 74, 37, 0, 676, 674, 1, 0, 0, 0, 676, 677, 1, 0, 0, 0, 677, 679, 1, 0, 0, 0, 678, 680, 5, 261, 0, 0, 679, 678, 1, 0, 0, 0, 679, 680, 1, 0, 0, 0, 680, 73, 1, 0, 0, 0, 681, 682, 5, 320, 0, 0, 682, 75, 1, 0, 0, 0, 683, 684, 3, 50, 25, 0, 684, 685, 5, 7, 0, 0, 685, 687, 3, 78, 39, 0, 686, 688, 3, 70, 35, 0, 687, 686, 1, 0, 0, 0, 687, 688, 1, 0, 0, 0, 688, 77, 1, 0, 0, 0, 689, 690, 3, 208, 104, 0, 690, 79, 1, 0, 0, 0, 691, 692, 5, 225, 0, 0, 692, 693, 5, 37, 0, 0, 693, 694, 3, 208, 104, 0, 694, 695, 5, 7, 0, 0, 695, 696, 3, 208, 104, 0, 696, 81, 1, 0, 0, 0, 697, 698, 5, 184, 0, 0, 698, 700, 3, 84, 42, 0, 699, 697, 1, 0, 0, 0, 699, 700, 1, 0, 0, 0, 700, 701, 1, 0, 0, 0, 701, 702, 5, 255, 0, 0, 702, 703, 5, 256, 0, 0, 703, 704, 5, 301, 0, 0, 704, 705, 3, 52, 26, 0, 705, 708, 5, 302, 0, 0, 706, 707, 5, 25, 0, 0, 707, 709, 5, 259, 0, 0, 708, 706, 1, 0, 0, 0, 708, 709, 1, 0, 0, 0, 709, 83, 1, 0, 0, 0, 710, 711, 3, 252, 126, 0, 711, 85, 1, 0, 0, 0, 712, 713, 5, 257, 0, 0, 713, 714, 5, 37, 0, 0, 714, 715, 5, 258, 0, 0, 715, 87, 1, 0, 0, 0, 716, 717, 5, 199, 0, 0, 717, 718, 5, 13, 0, 0, 718, 719, 3, 90, 45, 0, 719, 89, 1, 0, 0, 0, 720, 721, 5, 301, 0, 0, 721, 726, 3, 92, 46, 0, 722, 723, 5, 303, 0, 0, 723, 725, 3, 92, 46, 0, 724, 722, 1, 0, 0, 0, 725, 728, 1, 0, 0, 0, 726, 724, 1, 0, 0, 0, 726, 727, 1, 0, 0, 0, 727, 729, 1, 0, 0, 0, 728, 726, 1, 0, 0, 0, 729, 730, 5, 302, 0, 0, 730, 91, 1, 0, 0, 0, 731, 745, 3, 226, 113, 0, 732, 733, 3, 252, 126, 0, 733, 734, 5, 301, 0, 0, 734, 739, 3, 94, 47, 0, 735, 736, 5, 303, 0, 0, 736, 738, 3, 94, 47, 0, 737, 735, 1, 0, 0, 0, 738, 741, 1, 0, 0, 0, 739, 737, 1, 0, 0, 0, 739, 740, 1, 0, 0, 0, 740, 742, 1, 0, 0, 0, 741, 739, 1, 0, 0, 0, 742, 743, 5, 302, 0, 0, 743, 745, 1, 0, 0, 0, 744, 731, 1, 0, 0, 0, 744, 732, 1, 0, 0, 0, 745, 93, 1, 0, 0, 0, 746, 749, 3, 226, 113, 0, 747, 749, 3, 294, 147, 0, 748, 746, 1, 0, 0, 0, 748, 747, 1, 0, 0, 0, 749, 95, 1, 0, 0, 0, 750, 751, 5, 29, 0, 0, 751, 760, 3, 98, 49, 0, 752, 756, 5, 301, 0, 0, 753, 755, 3, 100, 50, 0, 754, 753, 1, 0, 0, 0, 755, 758, 1, 0, 0, 0, 756, 754, 1, 0, 0, 0, 756, 757, 1, 0, 0, 0, 757, 759, 1, 0, 0, 0, 758, 756, 1, 0, 0, 0, 759, 761, 5, 302, 0, 0, 760, 752, 1, 0, 0, 0, 760, 761, 1, 0, 0, 0, 761, 97, 1, 0, 0, 0, 762, 763, 3, 264, 132, 0, 763, 99, 1, 0, 0, 0, 764, 765, 7, 12, 0, 0, 765, 769, 7, 13, 0, 0, 766, 767, 7, 14, 0, 0, 767, 769, 7, 15, 0, 0, 768, 764, 1, 0, 0, 0, 768, 766, 1, 0, 0, 0, 769, 101, 1, 0, 0, 0, 770, 771, 5, 72, 0, 0, 771, 772, 5, 238, 0, 0, 772, 773, 3, 264, 132, 0, 773, 774, 3, 268, 134, 0, 774, 103, 1, 0, 0, 0, 775, 776, 5, 72, 0, 0, 776, 778, 5, 191, 0, 0, 777, 779, 3, 270, 135, 0, 778, 777, 1, 0, 0, 0, 778, 779, 1, 0, 0, 0, 779, 780, 1, 0, 0, 0, 780, 782, 3, 264, 132, 0, 781, 783, 3, 70, 35, 0, 782, 781, 1, 0, 0, 0, 782, 783, 1, 0, 0, 0, 783, 784, 1, 0, 0, 0, 784, 785, 3, 268, 134, 0, 785, 105, 1, 0, 0, 0, 786, 788, 5, 72, 0, 0, 787, 789, 5, 165, 0, 0, 788, 787, 1, 0, 0, 0, 788, 789, 1, 0, 0, 0, 789, 790, 1, 0, 0, 0, 790, 792, 5, 75, 0, 0, 791, 793, 3, 270, 135, 0, 792, 791, 1, 0, 0, 0, 792, 793, 1, 0, 0, 0, 793, 794, 1, 0, 0, 0, 794, 796, 3, 264, 132, 0, 795, 797, 3, 52, 26, 0, 796, 795, 1, 0, 0, 0, 796, 797, 1, 0, 0, 0, 797, 799, 1, 0, 0, 0, 798, 800, 3, 70, 35, 0, 799, 798, 1, 0, 0, 0, 799, 800, 1, 0, 0, 0, 800, 801, 1, 0, 0, 0, 801, 802, 5, 7, 0, 0, 802, 803, 3, 152, 76, 0, 803, 107, 1, 0, 0, 0, 804, 808, 5, 72, 0, 0, 805, 809, 5, 165, 0, 0, 806, 807, 5, 165, 0, 0, 807, 809, 5, 231, 0, 0, 808, 805, 1, 0, 0, 0, 808, 806, 1, 0, 0, 0, 808, 809, 1, 0, 0, 0, 809, 810, 1, 0, 0, 0, 810, 812, 5, 156, 0, 0, 811, 813, 3, 270, 135, 0, 812, 811, 1, 0, 0, 0, 812, 813, 1, 0, 0, 0, 813, 814, 1, 0, 0, 0, 814, 815, 3, 264, 132, 0, 815, 816, 5, 7, 0, 0, 816, 819, 3, 252, 126, 0, 817, 818, 5, 239, 0, 0, 818, 820, 7, 16, 0, 0, 819, 817, 1, 0, 0, 0, 819, 820, 1, 0, 0, 0, 820, 822, 1, 0, 0, 0, 821, 823, 3, 110, 55, 0, 822, 821, 1, 0, 0, 0, 822, 823, 1, 0, 0, 0, 823, 109, 1, 0, 0, 0, 824, 825, 5, 142, 0, 0, 825, 826, 5, 243, 0, 0, 826, 832, 3, 112, 56, 0, 827, 828, 5, 303, 0, 0, 828, 829, 5, 243, 0, 0, 829, 831, 3, 112, 56, 0, 830, 827, 1, 0, 0, 0, 831, 834, 1, 0, 0, 0, 832, 830, 1, 0, 0, 0, 832, 833, 1, 0, 0, 0, 833, 111, 1, 0, 0, 0, 834, 832, 1, 0, 0, 0, 835, 836, 5, 320, 0, 0, 836, 113, 1, 0, 0, 0, 837, 838, 5, 111, 0, 0, 838, 839, 5, 73, 0, 0, 839, 842, 3, 264, 132, 0, 840, 843, 3, 116, 58, 0, 841, 843, 3, 118, 59, 0, 842, 840, 1, 0, 0, 0, 842, 841, 1, 0, 0, 0, 843, 115, 1, 0, 0, 0, 844, 845, 5, 112, 0, 0, 845, 846, 5, 108, 0, 0, 846, 847, 3, 264, 132, 0, 847, 117, 1, 0, 0, 0, 848, 849, 5, 115, 0, 0, 849, 850, 3, 274, 137, 0, 850, 119, 1, 0, 0, 0, 851, 852, 5, 111, 0, 0, 852, 853, 5, 75, 0, 0, 853, 857, 3, 264, 132, 0, 854, 858, 3, 116, 58, 0, 855, 856, 5, 7, 0, 0, 856, 858, 3, 152, 76, 0, 857, 854, 1, 0, 0, 0, 857, 855, 1, 0, 0, 0, 858, 121, 1, 0, 0, 0, 859, 860, 5, 111, 0, 0, 860, 861, 5, 191, 0, 0, 861, 862, 3, 264, 132, 0, 862, 863, 3, 118, 59, 0, 863, 123, 1, 0, 0, 0, 864, 868, 5, 111, 0, 0, 865, 869, 5, 165, 0, 0, 866, 867, 5, 165, 0, 0, 867, 869, 5, 231, 0, 0, 868, 865, 1, 0, 0, 0, 868, 866, 1, 0, 0, 0, 868, 869, 1, 0, 0, 0, 869, 870, 1, 0, 0, 0, 870, 872, 5, 156, 0, 0, 871, 873, 3, 272, 136, 0, 872, 871, 1, 0, 0, 0, 872, 873, 1, 0, 0, 0, 873, 874, 1, 0, 0, 0, 874, 875, 3, 264, 132, 0, 875, 876, 5, 7, 0, 0, 876, 879, 3, 252, 126, 0, 877, 878, 5, 239, 0, 0, 878, 880, 7, 16, 0, 0, 879, 877, 1, 0, 0, 0, 879, 880, 1, 0, 0, 0, 880, 125, 1, 0, 0, 0, 881, 882, 5, 103, 0, 0, 882, 884, 5, 238, 0, 0, 883, 885, 3, 272, 136, 0, 884, 883, 1, 0, 0, 0, 884, 885, 1, 0, 0, 0, 885, 886, 1, 0, 0, 0, 886, 887, 3, 264, 132, 0, 887, 127, 1, 0, 0, 0, 888, 890, 5, 103, 0, 0, 889, 891, 5, 165, 0, 0, 890, 889, 1, 0, 0, 0, 890, 891, 1, 0, 0, 0, 891, 892, 1, 0, 0, 0, 892, 894, 5, 73, 0, 0, 893, 895, 3, 272, 136, 0, 894, 893, 1, 0, 0, 0, 894, 895, 1, 0, 0, 0, 895, 896, 1, 0, 0, 0, 896, 897, 3, 264, 132, 0, 897, 129, 1, 0, 0, 0, 898, 899, 5, 103, 0, 0, 899, 901, 5, 191, 0, 0, 900, 902, 3, 272, 136, 0, 901, 900, 1, 0, 0, 0, 901, 902, 1, 0, 0, 0, 902, 903, 1, 0, 0, 0, 903, 905, 3, 264, 132, 0, 904, 906, 7, 17, 0, 0, 905, 904, 1, 0, 0, 0, 905, 906, 1, 0, 0, 0, 906, 131, 1, 0, 0, 0, 907, 909, 5, 103, 0, 0, 908, 910, 5, 165, 0, 0, 909, 908, 1, 0, 0, 0, 909, 910, 1, 0, 0, 0, 910, 911, 1, 0, 0, 0, 911, 913, 5, 75, 0, 0, 912, 914, 3, 272, 136, 0, 913, 912, 1, 0, 0, 0, 913, 914, 1, 0, 0, 0, 914, 915, 1, 0, 0, 0, 915, 916, 3, 264, 132, 0, 916, 133, 1, 0, 0, 0, 917, 921, 5, 103, 0, 0, 918, 922, 5, 165, 0, 0, 919, 920, 5, 165, 0, 0, 920, 922, 5, 231, 0, 0, 921, 918, 1, 0, 0, 0, 921, 919, 1, 0, 0, 0, 921, 922, 1, 0, 0, 0, 922, 923, 1, 0, 0, 0, 923, 925, 5, 156, 0, 0, 924, 926, 3, 272, 136, 0, 925, 924, 1, 0, 0, 0, 925, 926, 1, 0, 0, 0, 926, 927, 1, 0, 0, 0, 927, 928, 3, 264, 132, 0, 928, 135, 1, 0, 0, 0, 929, 931, 5, 77, 0, 0, 930, 929, 1, 0, 0, 0, 930, 931, 1, 0, 0, 0, 931, 932, 1, 0, 0, 0, 932, 937, 3, 138, 69, 0, 933, 937, 3, 148, 74, 0, 934, 935, 5, 77, 0, 0, 935, 937, 3, 150, 75, 0, 936, 930, 1, 0, 0, 0, 936, 933, 1, 0, 0, 0, 936, 934, 1, 0, 0, 0, 937, 137, 1, 0, 0, 0, 938, 939, 5, 79, 0, 0, 939, 940, 7, 18, 0, 0, 940, 949, 3, 264, 132, 0, 941, 943, 3, 140, 70, 0, 942, 941, 1, 0, 0, 0, 942, 943, 1, 0, 0, 0, 943, 945, 1, 0, 0, 0, 944, 946, 3, 142, 71, 0, 945, 944, 1, 0, 0, 0, 945, 946, 1, 0, 0, 0, 946, 947, 1, 0, 0, 0, 947, 950, 3, 152, 76, 0, 948, 950, 3, 144, 72, 0, 949, 942, 1, 0, 0, 0, 949, 948, 1, 0, 0, 0, 950, 139, 1, 0, 0, 0, 951, 952, 5, 60, 0, 0, 952, 953, 3, 274, 137, 0, 953, 141, 1, 0, 0, 0, 954, 955, 5, 301, 0, 0, 955, 956, 3, 52, 26, 0, 956, 957, 5, 302, 0, 0, 957, 143, 1, 0, 0, 0, 958, 959, 5, 71, 0, 0, 959, 964, 3, 146, 73, 0, 960, 961, 5, 303, 0, 0, 961, 963, 3, 146, 73, 0, 962, 960, 1, 0, 0, 0, 963, 966, 1, 0, 0, 0, 964, 962, 1, 0, 0, 0, 964, 965, 1, 0, 0, 0, 965, 145, 1, 0, 0, 0, 966, 964, 1, 0, 0, 0, 967, 968, 5, 301, 0, 0, 968, 973, 3, 294, 147, 0, 969, 970, 5, 303, 0, 0, 970, 972, 3, 294, 147, 0, 971, 969, 1, 0, 0, 0, 972, 975, 1, 0, 0, 0, 973, 971, 1, 0, 0, 0, 973, 974, 1, 0, 0, 0, 974, 976, 1, 0, 0, 0, 975, 973, 1, 0, 0, 0, 976, 977, 5, 302, 0, 0, 977, 147, 1, 0, 0, 0, 978, 979, 5, 43, 0, 0, 979, 980, 5, 78, 0, 0, 980, 981, 5, 115, 0, 0, 981, 985, 5, 304, 0, 0, 982, 983, 3, 138, 69, 0, 983, 984, 5, 304, 0, 0, 984, 986, 1, 0, 0, 0, 985, 982, 1, 0, 0, 0, 986, 987, 1, 0, 0, 0, 987, 985, 1, 0, 0, 0, 987, 988, 1, 0, 0, 0, 988, 989, 1, 0, 0, 0, 989, 990, 5, 44, 0, 0, 990, 149, 1, 0, 0, 0, 991, 992, 5, 78, 0, 0, 992, 993, 5, 115, 0, 0, 993, 997, 5, 43, 0, 0, 994, 995, 3, 138, 69, 0, 995, 996, 5, 304, 0, 0, 996, 998, 1, 0, 0, 0, 997, 994, 1, 0, 0, 0, 998, 999, 1, 0, 0, 0, 999, 997, 1, 0, 0, 0, 999, 1000, 1, 0, 0, 0, 1000, 1001, 1, 0, 0, 0, 1001, 1002, 5, 44, 0, 0, 1002, 151, 1, 0, 0, 0, 1003, 1004, 6, 76, -1, 0, 1004, 1035, 3, 154, 77, 0, 1005, 1006, 5, 70, 0, 0, 1006, 1011, 3, 156, 78, 0, 1007, 1008, 5, 303, 0, 0, 1008, 1010, 3, 156, 78, 0, 1009, 1007, 1, 0, 0, 0, 1010, 1013, 1, 0, 0, 0, 1011, 1009, 1, 0, 0, 0, 1011, 1012, 1, 0, 0, 0, 1012, 1014, 1, 0, 0, 0, 1013, 1011, 1, 0, 0, 0, 1014, 1015, 3, 152, 76, 5, 1015, 1035, 1, 0, 0, 0, 1016, 1017, 5, 301, 0, 0, 1017, 1018, 3, 152, 76, 0, 1018, 1019, 5, 302, 0, 0, 1019, 1035, 1, 0, 0, 0, 1020, 1022, 3, 162, 81, 0, 1021, 1023, 3, 190, 95, 0, 1022, 1021, 1, 0, 0, 0, 1022, 1023, 1, 0, 0, 0, 1023, 1025, 1, 0, 0, 0, 1024, 1026, 3, 194, 97, 0, 1025, 1024, 1, 0, 0, 0, 1025, 1026, 1, 0, 0, 0, 1026, 1035, 1, 0, 0, 0, 1027, 1029, 3, 160, 80, 0, 1028, 1030, 3, 190, 95, 0, 1029, 1028, 1, 0, 0, 0, 1029, 1030, 1, 0, 0, 0, 1030, 1032, 1, 0, 0, 0, 1031, 1033, 3, 194, 97, 0, 1032, 1031, 1, 0, 0, 0, 1032, 1033, 1, 0, 0, 0, 1033, 1035, 1, 0, 0, 0, 1034, 1003, 1, 0, 0, 0, 1034, 1005, 1, 0, 0, 0, 1034, 1016, 1, 0, 0, 0, 1034, 1020, 1, 0, 0, 0, 1034, 1027, 1, 0, 0, 0, 1035, 1050, 1, 0, 0, 0, 1036, 1037, 10, 3, 0, 0, 1037, 1039, 7, 19, 0, 0, 1038, 1040, 5, 8, 0, 0, 1039, 1038, 1, 0, 0, 0, 1039, 1040, 1, 0, 0, 0, 1040, 1041, 1, 0, 0, 0, 1041, 1043, 3, 152, 76, 0, 1042, 1044, 3, 190, 95, 0, 1043, 1042, 1, 0, 0, 0, 1043, 1044, 1, 0, 0, 0, 1044, 1046, 1, 0, 0, 0, 1045, 1047, 3, 194, 97, 0, 1046, 1045, 1, 0, 0, 0, 1046, 1047, 1, 0, 0, 0, 1047, 1049, 1, 0, 0, 0, 1048, 1036, 1, 0, 0, 0, 1049, 1052, 1, 0, 0, 0, 1050, 1048, 1, 0, 0, 0, 1050, 1051, 1, 0, 0, 0, 1051, 153, 1, 0, 0, 0, 1052, 1050, 1, 0, 0, 0, 1053, 1054, 5, 71, 0, 0, 1054, 1059, 3, 208, 104, 0, 1055, 1056, 5, 303, 0, 0, 1056, 1058, 3, 208, 104, 0, 1057, 1055, 1, 0, 0, 0, 1058, 1061, 1, 0, 0, 0, 1059, 1057, 1, 0, 0, 0, 1059, 1060, 1, 0, 0, 0, 1060, 155, 1, 0, 0, 0, 1061, 1059, 1, 0, 0, 0, 1062, 1074, 3, 158, 79, 0, 1063, 1064, 5, 301, 0, 0, 1064, 1069, 3, 50, 25, 0, 1065, 1066, 5, 303, 0, 0, 1066, 1068, 3, 50, 25, 0, 1067, 1065, 1, 0, 0, 0, 1068, 1071, 1, 0, 0, 0, 1069, 1067, 1, 0, 0, 0, 1069, 1070, 1, 0, 0, 0, 1070, 1072, 1, 0, 0, 0, 1071, 1069, 1, 0, 0, 0, 1072, 1073, 5, 302, 0, 0, 1073, 1075, 1, 0, 0, 0, 1074, 1063, 1, 0, 0, 0, 1074, 1075, 1, 0, 0, 0, 1075, 1076, 1, 0, 0, 0, 1076, 1077, 5, 7, 0, 0, 1077, 1078, 5, 301, 0, 0, 1078, 1079, 3, 152, 76, 0, 1079, 1080, 5, 302, 0, 0, 1080, 157, 1, 0, 0, 0, 1081, 1082, 3, 252, 126, 0, 1082, 159, 1, 0, 0, 0, 1083, 1084, 3, 162, 81, 0, 1084, 1086, 3, 166, 83, 0, 1085, 1087, 3, 182, 91, 0, 1086, 1085, 1, 0, 0, 0, 1086, 1087, 1, 0, 0, 0, 1087, 1089, 1, 0, 0, 0, 1088, 1090, 3, 184, 92, 0, 1089, 1088, 1, 0, 0, 0, 1089, 1090, 1, 0, 0, 0, 1090, 1092, 1, 0, 0, 0, 1091, 1093, 3, 188, 94, 0, 1092, 1091, 1, 0, 0, 0, 1092, 1093, 1, 0, 0, 0, 1093, 1095, 1, 0, 0, 0, 1094, 1096, 3, 196, 98, 0, 1095, 1094, 1, 0, 0, 0, 1095, 1096, 1, 0, 0, 0, 1096, 161, 1, 0, 0, 0, 1097, 1099, 5, 4, 0, 0, 1098, 1100, 3, 302, 151, 0, 1099, 1098, 1, 0, 0, 0, 1099, 1100, 1, 0, 0, 0, 1100, 1110, 1, 0, 0, 0, 1101, 1111, 5, 310, 0, 0, 1102, 1107, 3, 164, 82, 0, 1103, 1104, 5, 303, 0, 0, 1104, 1106, 3, 164, 82, 0, 1105, 1103, 1, 0, 0, 0, 1106, 1109, 1, 0, 0, 0, 1107, 1105, 1, 0, 0, 0, 1107, 1108, 1, 0, 0, 0, 1108, 1111, 1, 0, 0, 0, 1109, 1107, 1, 0, 0, 0, 1110, 1101, 1, 0, 0, 0, 1110, 1102, 1, 0, 0, 0, 1111, 163, 1, 0, 0, 0, 1112, 1117, 3, 208, 104, 0, 1113, 1115, 5, 7, 0, 0, 1114, 1113, 1, 0, 0, 0, 1114, 1115, 1, 0, 0, 0, 1115, 1116, 1, 0, 0, 0, 1116, 1118, 3, 208, 104, 0, 1117, 1114, 1, 0, 0, 0, 1117, 1118, 1, 0, 0, 0, 1118, 165, 1, 0, 0, 0, 1119, 1120, 5, 5, 0, 0, 1120, 1121, 3, 168, 84, 0, 1121, 167, 1, 0, 0, 0, 1122, 1123, 6, 84, -1, 0, 1123, 1128, 3, 170, 85, 0, 1124, 1125, 5, 303, 0, 0, 1125, 1127, 3, 170, 85, 0, 1126, 1124, 1, 0, 0, 0, 1127, 1130, 1, 0, 0, 0, 1128, 1126, 1, 0, 0, 0, 1128, 1129, 1, 0, 0, 0, 1129, 1152, 1, 0, 0, 0, 1130, 1128, 1, 0, 0, 0, 1131, 1132, 10, 1, 0, 0, 1132, 1133, 5, 46, 0, 0, 1133, 1134, 5, 45, 0, 0, 1134, 1151, 3, 168, 84, 2, 1135, 1137, 10, 2, 0, 0, 1136, 1138, 5, 54, 0, 0, 1137, 1136, 1, 0, 0, 0, 1137, 1138, 1, 0, 0, 0, 1138, 1140, 1, 0, 0, 0, 1139, 1141, 7, 20, 0, 0, 1140, 1139, 1, 0, 0, 0, 1140, 1141, 1, 0, 0, 0, 1141, 1143, 1, 0, 0, 0, 1142, 1144, 5, 47, 0, 0, 1143, 1142, 1, 0, 0, 0, 1143, 1144, 1, 0, 0, 0, 1144, 1145, 1, 0, 0, 0, 1145, 1146, 5, 45, 0, 0, 1146, 1148, 3, 168, 84, 0, 1147, 1149, 3, 180, 90, 0, 1148, 1147, 1, 0, 0, 0, 1148, 1149, 1, 0, 0, 0, 1149, 1151, 1, 0, 0, 0, 1150, 1131, 1, 0, 0, 0, 1150, 1135, 1, 0, 0, 0, 1151, 1154, 1, 0, 0, 0, 1152, 1150, 1, 0, 0, 0, 1152, 1153, 1, 0, 0, 0, 1153, 169, 1, 0, 0, 0, 1154, 1152, 1, 0, 0, 0, 1155, 1157, 3, 172, 86, 0, 1156, 1158, 3, 242, 121, 0, 1157, 1156, 1, 0, 0, 0, 1157, 1158, 1, 0, 0, 0, 1158, 171, 1, 0, 0, 0, 1159, 1161, 5, 73, 0, 0, 1160, 1159, 1, 0, 0, 0, 1160, 1161, 1, 0, 0, 0, 1161, 1162, 1, 0, 0, 0, 1162, 1164, 3, 174, 87, 0, 1163, 1165, 3, 176, 88, 0, 1164, 1163, 1, 0, 0, 0, 1164, 1165, 1, 0, 0, 0, 1165, 1170, 1, 0, 0, 0, 1166, 1168, 5, 7, 0, 0, 1167, 1166, 1, 0, 0, 0, 1167, 1168, 1, 0, 0, 0, 1168, 1169, 1, 0, 0, 0, 1169, 1171, 3, 224, 112, 0, 1170, 1167, 1, 0, 0, 0, 1170, 1171, 1, 0, 0, 0, 1171, 1201, 1, 0, 0, 0, 1172, 1173, 5, 57, 0, 0, 1173, 1174, 5, 73, 0, 0, 1174, 1175, 5, 301, 0, 0, 1175, 1176, 3, 220, 110, 0, 1176, 1177, 5, 301, 0, 0, 1177, 1182, 3, 208, 104, 0, 1178, 1179, 5, 303, 0, 0, 1179, 1181, 3, 208, 104, 0, 1180, 1178, 1, 0, 0, 0, 1181, 1184, 1, 0, 0, 0, 1182, 1180, 1, 0, 0, 0, 1182, 1183, 1, 0, 0, 0, 1183, 1185, 1, 0, 0, 0, 1184, 1182, 1, 0, 0, 0, 1185, 1186, 5, 302, 0, 0, 1186, 1187, 5, 302, 0, 0, 1187, 1201, 1, 0, 0, 0, 1188, 1190, 5, 57, 0, 0, 1189, 1188, 1, 0, 0, 0, 1189, 1190, 1, 0, 0, 0, 1190, 1191, 1, 0, 0, 0, 1191, 1192, 5, 301, 0, 0, 1192, 1193, 3, 152, 76, 0, 1193, 1194, 5, 302, 0, 0, 1194, 1201, 1, 0, 0, 0, 1195, 1196, 5, 226, 0, 0, 1196, 1197, 5, 301, 0, 0, 1197, 1198, 3, 208, 104, 0, 1198, 1199, 5, 302, 0, 0, 1199, 1201, 1, 0, 0, 0, 1200, 1160, 1, 0, 0, 0, 1200, 1172, 1, 0, 0, 0, 1200, 1189, 1, 0, 0, 0, 1200, 1195, 1, 0, 0, 0, 1201, 173, 1, 0, 0, 0, 1202, 1203, 3, 264, 132, 0, 1203, 175, 1, 0, 0, 0, 1204, 1205, 5, 37, 0, 0, 1205, 1206, 5, 258, 0, 0, 1206, 1207, 5, 7, 0, 0, 1207, 1208, 5, 135, 0, 0, 1208, 1209, 3, 178, 89, 0, 1209, 177, 1, 0, 0, 0, 1210, 1211, 3, 208, 104, 0, 1211, 179, 1, 0, 0, 0, 1212, 1213, 5, 55, 0, 0, 1213, 1227, 3, 210, 105, 0, 1214, 1215, 5, 142, 0, 0, 1215, 1216, 5, 301, 0, 0, 1216, 1221, 3, 264, 132, 0, 1217, 1218, 5, 303, 0, 0, 1218, 1220, 3, 264, 132, 0, 1219, 1217, 1, 0, 0, 0, 1220, 1223, 1, 0, 0, 0, 1221, 1219, 1, 0, 0, 0, 1221, 1222, 1, 0, 0, 0, 1222, 1224, 1, 0, 0, 0, 1223, 1221, 1, 0, 0, 0, 1224, 1225, 5, 302, 0, 0, 1225, 1227, 1, 0, 0, 0, 1226, 1212, 1, 0, 0, 0, 1226, 1214, 1, 0, 0, 0, 1227, 181, 1, 0, 0, 0, 1228, 1229, 5, 11, 0, 0, 1229, 1230, 3, 210, 105, 0, 1230, 183, 1, 0, 0, 0, 1231, 1232, 5, 12, 0, 0, 1232, 1233, 5, 13, 0, 0, 1233, 1238, 3, 186, 93, 0, 1234, 1235, 5, 303, 0, 0, 1235, 1237, 3, 186, 93, 0, 1236, 1234, 1, 0, 0, 0, 1237, 1240, 1, 0, 0, 0, 1238, 1236, 1, 0, 0, 0, 1238, 1239, 1, 0, 0, 0, 1239, 185, 1, 0, 0, 0, 1240, 1238, 1, 0, 0, 0, 1241, 1293, 3, 208, 104, 0, 1242, 1243, 5, 301, 0, 0, 1243, 1293, 5, 302, 0, 0, 1244, 1245, 5, 301, 0, 0, 1245, 1250, 3, 208, 104, 0, 1246, 1247, 5, 303, 0, 0, 1247, 1249, 3, 208, 104, 0, 1248, 1246, 1, 0, 0, 0, 1249, 1252, 1, 0, 0, 0, 1250, 1248, 1, 0, 0, 0, 1250, 1251, 1, 0, 0, 0, 1251, 1253, 1, 0, 0, 0, 1252, 1250, 1, 0, 0, 0, 1253, 1254, 5, 302, 0, 0, 1254, 1293, 1, 0, 0, 0, 1255, 1256, 5, 16, 0, 0, 1256, 1257, 5, 301, 0, 0, 1257, 1262, 3, 208, 104, 0, 1258, 1259, 5, 303, 0, 0, 1259, 1261, 3, 208, 104, 0, 1260, 1258, 1, 0, 0, 0, 1261, 1264, 1, 0, 0, 0, 1262, 1260, 1, 0, 0, 0, 1262, 1263, 1, 0, 0, 0, 1263, 1265, 1, 0, 0, 0, 1264, 1262, 1, 0, 0, 0, 1265, 1266, 5, 302, 0, 0, 1266, 1293, 1, 0, 0, 0, 1267, 1268, 5, 17, 0, 0, 1268, 1269, 5, 301, 0, 0, 1269, 1274, 3, 208, 104, 0, 1270, 1271, 5, 303, 0, 0, 1271, 1273, 3, 208, 104, 0, 1272, 1270, 1, 0, 0, 0, 1273, 1276, 1, 0, 0, 0, 1274, 1272, 1, 0, 0, 0, 1274, 1275, 1, 0, 0, 0, 1275, 1277, 1, 0, 0, 0, 1276, 1274, 1, 0, 0, 0, 1277, 1278, 5, 302, 0, 0, 1278, 1293, 1, 0, 0, 0, 1279, 1280, 5, 14, 0, 0, 1280, 1281, 5, 15, 0, 0, 1281, 1282, 5, 301, 0, 0, 1282, 1287, 3, 186, 93, 0, 1283, 1284, 5, 303, 0, 0, 1284, 1286, 3, 186, 93, 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, 1290, 1, 0, 0, 0, 1289, 1287, 1, 0, 0, 0, 1290, 1291, 5, 302, 0, 0, 1291, 1293, 1, 0, 0, 0, 1292, 1241, 1, 0, 0, 0, 1292, 1242, 1, 0, 0, 0, 1292, 1244, 1, 0, 0, 0, 1292, 1255, 1, 0, 0, 0, 1292, 1267, 1, 0, 0, 0, 1292, 1279, 1, 0, 0, 0, 1293, 187, 1, 0, 0, 0, 1294, 1295, 5, 19, 0, 0, 1295, 1296, 3, 210, 105, 0, 1296, 189, 1, 0, 0, 0, 1297, 1298, 5, 18, 0, 0, 1298, 1299, 5, 13, 0, 0, 1299, 1304, 3, 192, 96, 0, 1300, 1301, 5, 303, 0, 0, 1301, 1303, 3, 192, 96, 0, 1302, 1300, 1, 0, 0, 0, 1303, 1306, 1, 0, 0, 0, 1304, 1302, 1, 0, 0, 0, 1304, 1305, 1, 0, 0, 0, 1305, 191, 1, 0, 0, 0, 1306, 1304, 1, 0, 0, 0, 1307, 1309, 3, 208, 104, 0, 1308, 1310, 7, 21, 0, 0, 1309, 1308, 1, 0, 0, 0, 1309, 1310, 1, 0, 0, 0, 1310, 193, 1, 0, 0, 0, 1311, 1314, 5, 20, 0, 0, 1312, 1315, 5, 8, 0, 0, 1313, 1315, 3, 208, 104, 0, 1314, 1312, 1, 0, 0, 0, 1314, 1313, 1, 0, 0, 0, 1315, 195, 1, 0, 0, 0, 1316, 1317, 5, 58, 0, 0, 1317, 1322, 3, 198, 99, 0, 1318, 1319, 5, 303, 0, 0, 1319, 1321, 3, 198, 99, 0, 1320, 1318, 1, 0, 0, 0, 1321, 1324, 1, 0, 0, 0, 1322, 1320, 1, 0, 0, 0, 1322, 1323, 1, 0, 0, 0, 1323, 197, 1, 0, 0, 0, 1324, 1322, 1, 0, 0, 0, 1325, 1326, 3, 244, 122, 0, 1326, 1327, 5, 7, 0, 0, 1327, 1328, 3, 200, 100, 0, 1328, 199, 1, 0, 0, 0, 1329, 1331, 3, 244, 122, 0, 1330, 1329, 1, 0, 0, 0, 1330, 1331, 1, 0, 0, 0, 1331, 1332, 1, 0, 0, 0, 1332, 1343, 5, 301, 0, 0, 1333, 1334, 5, 18, 0, 0, 1334, 1335, 5, 13, 0, 0, 1335, 1340, 3, 202, 101, 0, 1336, 1337, 5, 303, 0, 0, 1337, 1339, 3, 202, 101, 0, 1338, 1336, 1, 0, 0, 0, 1339, 1342, 1, 0, 0, 0, 1340, 1338, 1, 0, 0, 0, 1340, 1341, 1, 0, 0, 0, 1341, 1344, 1, 0, 0, 0, 1342, 1340, 1, 0, 0, 0, 1343, 1333, 1, 0, 0, 0, 1343, 1344, 1, 0, 0, 0, 1344, 1355, 1, 0, 0, 0, 1345, 1346, 5, 60, 0, 0, 1346, 1347, 5, 13, 0, 0, 1347, 1352, 3, 208, 104, 0, 1348, 1349, 5, 303, 0, 0, 1349, 1351, 3, 208, 104, 0, 1350, 1348, 1, 0, 0, 0, 1351, 1354, 1, 0, 0, 0, 1352, 1350, 1, 0, 0, 0, 1352, 1353, 1, 0, 0, 0, 1353, 1356, 1, 0, 0, 0, 1354, 1352, 1, 0, 0, 0, 1355, 1345, 1, 0, 0, 0, 1355, 1356, 1, 0, 0, 0, 1356, 1358, 1, 0, 0, 0, 1357, 1359, 3, 204, 102, 0, 1358, 1357, 1, 0, 0, 0, 1358, 1359, 1, 0, 0, 0, 1359, 1360, 1, 0, 0, 0, 1360, 1361, 5, 302, 0, 0, 1361, 201, 1, 0, 0, 0, 1362, 1364, 3, 208, 104, 0, 1363, 1365, 7, 21, 0, 0, 1364, 1363, 1, 0, 0, 0, 1364, 1365, 1, 0, 0, 0, 1365, 1368, 1, 0, 0, 0, 1366, 1367, 5, 34, 0, 0, 1367, 1369, 7, 22, 0, 0, 1368, 1366, 1, 0, 0, 0, 1368, 1369, 1, 0, 0, 0, 1369, 203, 1, 0, 0, 0, 1370, 1371, 5, 61, 0, 0, 1371, 1375, 3, 206, 103, 0, 1372, 1373, 5, 62, 0, 0, 1373, 1375, 3, 206, 103, 0, 1374, 1370, 1, 0, 0, 0, 1374, 1372, 1, 0, 0, 0, 1375, 205, 1, 0, 0, 0, 1376, 1377, 3, 208, 104, 0, 1377, 1378, 5, 64, 0, 0, 1378, 207, 1, 0, 0, 0, 1379, 1380, 3, 210, 105, 0, 1380, 209, 1, 0, 0, 0, 1381, 1382, 6, 105, -1, 0, 1382, 1383, 5, 25, 0, 0, 1383, 1394, 3, 210, 105, 5, 1384, 1385, 5, 27, 0, 0, 1385, 1386, 5, 301, 0, 0, 1386, 1387, 3, 152, 76, 0, 1387, 1388, 5, 302, 0, 0, 1388, 1394, 1, 0, 0, 0, 1389, 1391, 3, 216, 108, 0, 1390, 1392, 3, 212, 106, 0, 1391, 1390, 1, 0, 0, 0, 1391, 1392, 1, 0, 0, 0, 1392, 1394, 1, 0, 0, 0, 1393, 1381, 1, 0, 0, 0, 1393, 1384, 1, 0, 0, 0, 1393, 1389, 1, 0, 0, 0, 1394, 1403, 1, 0, 0, 0, 1395, 1396, 10, 2, 0, 0, 1396, 1397, 5, 23, 0, 0, 1397, 1402, 3, 210, 105, 3, 1398, 1399, 10, 1, 0, 0, 1399, 1400, 5, 22, 0, 0, 1400, 1402, 3, 210, 105, 2, 1401, 1395, 1, 0, 0, 0, 1401, 1398, 1, 0, 0, 0, 1402, 1405, 1, 0, 0, 0, 1403, 1401, 1, 0, 0, 0, 1403, 1404, 1, 0, 0, 0, 1404, 211, 1, 0, 0, 0, 1405, 1403, 1, 0, 0, 0, 1406, 1408, 5, 25, 0, 0, 1407, 1406, 1, 0, 0, 0, 1407, 1408, 1, 0, 0, 0, 1408, 1409, 1, 0, 0, 0, 1409, 1410, 5, 28, 0, 0, 1410, 1411, 3, 216, 108, 0, 1411, 1412, 5, 23, 0, 0, 1412, 1413, 3, 216, 108, 0, 1413, 1490, 1, 0, 0, 0, 1414, 1416, 5, 25, 0, 0, 1415, 1414, 1, 0, 0, 0, 1415, 1416, 1, 0, 0, 0, 1416, 1417, 1, 0, 0, 0, 1417, 1418, 5, 24, 0, 0, 1418, 1419, 5, 301, 0, 0, 1419, 1424, 3, 208, 104, 0, 1420, 1421, 5, 303, 0, 0, 1421, 1423, 3, 208, 104, 0, 1422, 1420, 1, 0, 0, 0, 1423, 1426, 1, 0, 0, 0, 1424, 1422, 1, 0, 0, 0, 1424, 1425, 1, 0, 0, 0, 1425, 1427, 1, 0, 0, 0, 1426, 1424, 1, 0, 0, 0, 1427, 1428, 5, 302, 0, 0, 1428, 1490, 1, 0, 0, 0, 1429, 1431, 5, 25, 0, 0, 1430, 1429, 1, 0, 0, 0, 1430, 1431, 1, 0, 0, 0, 1431, 1432, 1, 0, 0, 0, 1432, 1433, 5, 24, 0, 0, 1433, 1434, 5, 301, 0, 0, 1434, 1435, 3, 152, 76, 0, 1435, 1436, 5, 302, 0, 0, 1436, 1490, 1, 0, 0, 0, 1437, 1438, 5, 27, 0, 0, 1438, 1439, 5, 301, 0, 0, 1439, 1440, 3, 152, 76, 0, 1440, 1441, 5, 302, 0, 0, 1441, 1490, 1, 0, 0, 0, 1442, 1444, 5, 25, 0, 0, 1443, 1442, 1, 0, 0, 0, 1443, 1444, 1, 0, 0, 0, 1444, 1445, 1, 0, 0, 0, 1445, 1446, 5, 30, 0, 0, 1446, 1490, 3, 216, 108, 0, 1447, 1449, 5, 25, 0, 0, 1448, 1447, 1, 0, 0, 0, 1448, 1449, 1, 0, 0, 0, 1449, 1450, 1, 0, 0, 0, 1450, 1451, 5, 29, 0, 0, 1451, 1465, 7, 23, 0, 0, 1452, 1453, 5, 301, 0, 0, 1453, 1466, 5, 302, 0, 0, 1454, 1455, 5, 301, 0, 0, 1455, 1460, 3, 208, 104, 0, 1456, 1457, 5, 303, 0, 0, 1457, 1459, 3, 208, 104, 0, 1458, 1456, 1, 0, 0, 0, 1459, 1462, 1, 0, 0, 0, 1460, 1458, 1, 0, 0, 0, 1460, 1461, 1, 0, 0, 0, 1461, 1463, 1, 0, 0, 0, 1462, 1460, 1, 0, 0, 0, 1463, 1464, 5, 302, 0, 0, 1464, 1466, 1, 0, 0, 0, 1465, 1452, 1, 0, 0, 0, 1465, 1454, 1, 0, 0, 0, 1466, 1490, 1, 0, 0, 0, 1467, 1469, 5, 25, 0, 0, 1468, 1467, 1, 0, 0, 0, 1468, 1469, 1, 0, 0, 0, 1469, 1470, 1, 0, 0, 0, 1470, 1471, 5, 29, 0, 0, 1471, 1490, 3, 216, 108, 0, 1472, 1474, 5, 31, 0, 0, 1473, 1475, 5, 25, 0, 0, 1474, 1473, 1, 0, 0, 0, 1474, 1475, 1, 0, 0, 0, 1475, 1476, 1, 0, 0, 0, 1476, 1490, 5, 288, 0, 0, 1477, 1479, 5, 31, 0, 0, 1478, 1480, 5, 25, 0, 0, 1479, 1478, 1, 0, 0, 0, 1479, 1480, 1, 0, 0, 0, 1480, 1481, 1, 0, 0, 0, 1481, 1490, 7, 24, 0, 0, 1482, 1484, 5, 31, 0, 0, 1483, 1485, 5, 25, 0, 0, 1484, 1483, 1, 0, 0, 0, 1484, 1485, 1, 0, 0, 0, 1485, 1486, 1, 0, 0, 0, 1486, 1487, 5, 10, 0, 0, 1487, 1488, 5, 5, 0, 0, 1488, 1490, 3, 216, 108, 0, 1489, 1407, 1, 0, 0, 0, 1489, 1415, 1, 0, 0, 0, 1489, 1430, 1, 0, 0, 0, 1489, 1437, 1, 0, 0, 0, 1489, 1443, 1, 0, 0, 0, 1489, 1448, 1, 0, 0, 0, 1489, 1468, 1, 0, 0, 0, 1489, 1472, 1, 0, 0, 0, 1489, 1477, 1, 0, 0, 0, 1489, 1482, 1, 0, 0, 0, 1490, 213, 1, 0, 0, 0, 1491, 1493, 5, 25, 0, 0, 1492, 1491, 1, 0, 0, 0, 1492, 1493, 1, 0, 0, 0, 1493, 1494, 1, 0, 0, 0, 1494, 1495, 5, 29, 0, 0, 1495, 1509, 7, 23, 0, 0, 1496, 1497, 5, 301, 0, 0, 1497, 1510, 5, 302, 0, 0, 1498, 1499, 5, 301, 0, 0, 1499, 1504, 3, 208, 104, 0, 1500, 1501, 5, 303, 0, 0, 1501, 1503, 3, 208, 104, 0, 1502, 1500, 1, 0, 0, 0, 1503, 1506, 1, 0, 0, 0, 1504, 1502, 1, 0, 0, 0, 1504, 1505, 1, 0, 0, 0, 1505, 1507, 1, 0, 0, 0, 1506, 1504, 1, 0, 0, 0, 1507, 1508, 5, 302, 0, 0, 1508, 1510, 1, 0, 0, 0, 1509, 1496, 1, 0, 0, 0, 1509, 1498, 1, 0, 0, 0, 1510, 1517, 1, 0, 0, 0, 1511, 1513, 5, 25, 0, 0, 1512, 1511, 1, 0, 0, 0, 1512, 1513, 1, 0, 0, 0, 1513, 1514, 1, 0, 0, 0, 1514, 1515, 5, 29, 0, 0, 1515, 1517, 3, 216, 108, 0, 1516, 1492, 1, 0, 0, 0, 1516, 1512, 1, 0, 0, 0, 1517, 215, 1, 0, 0, 0, 1518, 1519, 6, 108, -1, 0, 1519, 1523, 3, 218, 109, 0, 1520, 1521, 7, 25, 0, 0, 1521, 1523, 3, 216, 108, 7, 1522, 1518, 1, 0, 0, 0, 1522, 1520, 1, 0, 0, 0, 1523, 1545, 1, 0, 0, 0, 1524, 1525, 10, 6, 0, 0, 1525, 1526, 7, 26, 0, 0, 1526, 1544, 3, 216, 108, 7, 1527, 1528, 10, 5, 0, 0, 1528, 1529, 7, 27, 0, 0, 1529, 1544, 3, 216, 108, 6, 1530, 1531, 10, 4, 0, 0, 1531, 1532, 5, 296, 0, 0, 1532, 1544, 3, 216, 108, 5, 1533, 1534, 10, 3, 0, 0, 1534, 1535, 5, 297, 0, 0, 1535, 1544, 3, 216, 108, 4, 1536, 1537, 10, 2, 0, 0, 1537, 1538, 5, 295, 0, 0, 1538, 1544, 3, 216, 108, 3, 1539, 1540, 10, 1, 0, 0, 1540, 1541, 3, 284, 142, 0, 1541, 1542, 3, 216, 108, 2, 1542, 1544, 1, 0, 0, 0, 1543, 1524, 1, 0, 0, 0, 1543, 1527, 1, 0, 0, 0, 1543, 1530, 1, 0, 0, 0, 1543, 1533, 1, 0, 0, 0, 1543, 1536, 1, 0, 0, 0, 1543, 1539, 1, 0, 0, 0, 1544, 1547, 1, 0, 0, 0, 1545, 1543, 1, 0, 0, 0, 1545, 1546, 1, 0, 0, 0, 1546, 217, 1, 0, 0, 0, 1547, 1545, 1, 0, 0, 0, 1548, 1549, 6, 109, -1, 0, 1549, 1551, 5, 39, 0, 0, 1550, 1552, 3, 260, 130, 0, 1551, 1550, 1, 0, 0, 0, 1552, 1553, 1, 0, 0, 0, 1553, 1551, 1, 0, 0, 0, 1553, 1554, 1, 0, 0, 0, 1554, 1557, 1, 0, 0, 0, 1555, 1556, 5, 42, 0, 0, 1556, 1558, 3, 208, 104, 0, 1557, 1555, 1, 0, 0, 0, 1557, 1558, 1, 0, 0, 0, 1558, 1559, 1, 0, 0, 0, 1559, 1560, 5, 44, 0, 0, 1560, 1640, 1, 0, 0, 0, 1561, 1562, 5, 39, 0, 0, 1562, 1564, 3, 208, 104, 0, 1563, 1565, 3, 260, 130, 0, 1564, 1563, 1, 0, 0, 0, 1565, 1566, 1, 0, 0, 0, 1566, 1564, 1, 0, 0, 0, 1566, 1567, 1, 0, 0, 0, 1567, 1570, 1, 0, 0, 0, 1568, 1569, 5, 42, 0, 0, 1569, 1571, 3, 208, 104, 0, 1570, 1568, 1, 0, 0, 0, 1570, 1571, 1, 0, 0, 0, 1571, 1572, 1, 0, 0, 0, 1572, 1573, 5, 44, 0, 0, 1573, 1640, 1, 0, 0, 0, 1574, 1575, 5, 93, 0, 0, 1575, 1576, 5, 301, 0, 0, 1576, 1577, 3, 208, 104, 0, 1577, 1578, 5, 7, 0, 0, 1578, 1579, 3, 54, 27, 0, 1579, 1580, 5, 302, 0, 0, 1580, 1640, 1, 0, 0, 0, 1581, 1582, 5, 67, 0, 0, 1582, 1583, 5, 301, 0, 0, 1583, 1586, 3, 208, 104, 0, 1584, 1585, 5, 123, 0, 0, 1585, 1587, 5, 34, 0, 0, 1586, 1584, 1, 0, 0, 0, 1586, 1587, 1, 0, 0, 0, 1587, 1588, 1, 0, 0, 0, 1588, 1589, 5, 302, 0, 0, 1589, 1640, 1, 0, 0, 0, 1590, 1591, 5, 69, 0, 0, 1591, 1592, 5, 301, 0, 0, 1592, 1595, 3, 208, 104, 0, 1593, 1594, 5, 123, 0, 0, 1594, 1596, 5, 34, 0, 0, 1595, 1593, 1, 0, 0, 0, 1595, 1596, 1, 0, 0, 0, 1596, 1597, 1, 0, 0, 0, 1597, 1598, 5, 302, 0, 0, 1598, 1640, 1, 0, 0, 0, 1599, 1600, 5, 128, 0, 0, 1600, 1601, 5, 301, 0, 0, 1601, 1602, 3, 216, 108, 0, 1602, 1603, 5, 24, 0, 0, 1603, 1604, 3, 216, 108, 0, 1604, 1605, 5, 302, 0, 0, 1605, 1640, 1, 0, 0, 0, 1606, 1640, 3, 294, 147, 0, 1607, 1640, 5, 310, 0, 0, 1608, 1609, 3, 264, 132, 0, 1609, 1610, 5, 298, 0, 0, 1610, 1611, 5, 310, 0, 0, 1611, 1640, 1, 0, 0, 0, 1612, 1613, 5, 301, 0, 0, 1613, 1614, 3, 152, 76, 0, 1614, 1615, 5, 302, 0, 0, 1615, 1640, 1, 0, 0, 0, 1616, 1617, 3, 220, 110, 0, 1617, 1629, 5, 301, 0, 0, 1618, 1620, 3, 302, 151, 0, 1619, 1618, 1, 0, 0, 0, 1619, 1620, 1, 0, 0, 0, 1620, 1621, 1, 0, 0, 0, 1621, 1626, 3, 208, 104, 0, 1622, 1623, 5, 303, 0, 0, 1623, 1625, 3, 208, 104, 0, 1624, 1622, 1, 0, 0, 0, 1625, 1628, 1, 0, 0, 0, 1626, 1624, 1, 0, 0, 0, 1626, 1627, 1, 0, 0, 0, 1627, 1630, 1, 0, 0, 0, 1628, 1626, 1, 0, 0, 0, 1629, 1619, 1, 0, 0, 0, 1629, 1630, 1, 0, 0, 0, 1630, 1631, 1, 0, 0, 0, 1631, 1632, 5, 302, 0, 0, 1632, 1640, 1, 0, 0, 0, 1633, 1640, 3, 252, 126, 0, 1634, 1640, 3, 222, 111, 0, 1635, 1636, 5, 301, 0, 0, 1636, 1637, 3, 208, 104, 0, 1637, 1638, 5, 302, 0, 0, 1638, 1640, 1, 0, 0, 0, 1639, 1548, 1, 0, 0, 0, 1639, 1561, 1, 0, 0, 0, 1639, 1574, 1, 0, 0, 0, 1639, 1581, 1, 0, 0, 0, 1639, 1590, 1, 0, 0, 0, 1639, 1599, 1, 0, 0, 0, 1639, 1606, 1, 0, 0, 0, 1639, 1607, 1, 0, 0, 0, 1639, 1608, 1, 0, 0, 0, 1639, 1612, 1, 0, 0, 0, 1639, 1616, 1, 0, 0, 0, 1639, 1633, 1, 0, 0, 0, 1639, 1634, 1, 0, 0, 0, 1639, 1635, 1, 0, 0, 0, 1640, 1648, 1, 0, 0, 0, 1641, 1642, 10, 4, 0, 0, 1642, 1643, 5, 299, 0, 0, 1643, 1644, 3, 216, 108, 0, 1644, 1645, 5, 300, 0, 0, 1645, 1647, 1, 0, 0, 0, 1646, 1641, 1, 0, 0, 0, 1647, 1650, 1, 0, 0, 0, 1648, 1646, 1, 0, 0, 0, 1648, 1649, 1, 0, 0, 0, 1649, 219, 1, 0, 0, 0, 1650, 1648, 1, 0, 0, 0, 1651, 1652, 3, 264, 132, 0, 1652, 221, 1, 0, 0, 0, 1653, 1654, 3, 264, 132, 0, 1654, 223, 1, 0, 0, 0, 1655, 1656, 3, 252, 126, 0, 1656, 225, 1, 0, 0, 0, 1657, 1660, 3, 252, 126, 0, 1658, 1660, 3, 222, 111, 0, 1659, 1657, 1, 0, 0, 0, 1659, 1658, 1, 0, 0, 0, 1660, 227, 1, 0, 0, 0, 1661, 1664, 5, 38, 0, 0, 1662, 1665, 3, 230, 115, 0, 1663, 1665, 3, 234, 117, 0, 1664, 1662, 1, 0, 0, 0, 1664, 1663, 1, 0, 0, 0, 1664, 1665, 1, 0, 0, 0, 1665, 229, 1, 0, 0, 0, 1666, 1668, 3, 232, 116, 0, 1667, 1669, 3, 236, 118, 0, 1668, 1667, 1, 0, 0, 0, 1668, 1669, 1, 0, 0, 0, 1669, 231, 1, 0, 0, 0, 1670, 1671, 3, 238, 119, 0, 1671, 1672, 3, 252, 126, 0, 1672, 1674, 1, 0, 0, 0, 1673, 1670, 1, 0, 0, 0, 1674, 1675, 1, 0, 0, 0, 1675, 1673, 1, 0, 0, 0, 1675, 1676, 1, 0, 0, 0, 1676, 233, 1, 0, 0, 0, 1677, 1680, 3, 236, 118, 0, 1678, 1681, 3, 232, 116, 0, 1679, 1681, 3, 236, 118, 0, 1680, 1678, 1, 0, 0, 0, 1680, 1679, 1, 0, 0, 0, 1680, 1681, 1, 0, 0, 0, 1681, 235, 1, 0, 0, 0, 1682, 1683, 3, 238, 119, 0, 1683, 1684, 3, 252, 126, 0, 1684, 1685, 5, 108, 0, 0, 1685, 1686, 3, 252, 126, 0, 1686, 237, 1, 0, 0, 0, 1687, 1689, 7, 28, 0, 0, 1688, 1687, 1, 0, 0, 0, 1688, 1689, 1, 0, 0, 0, 1689, 1690, 1, 0, 0, 0, 1690, 1693, 7, 29, 0, 0, 1691, 1693, 5, 320, 0, 0, 1692, 1688, 1, 0, 0, 0, 1692, 1691, 1, 0, 0, 0, 1693, 239, 1, 0, 0, 0, 1694, 1696, 5, 7, 0, 0, 1695, 1694, 1, 0, 0, 0, 1695, 1696, 1, 0, 0, 0, 1696, 1697, 1, 0, 0, 0, 1697, 1699, 3, 254, 127, 0, 1698, 1700, 3, 248, 124, 0, 1699, 1698, 1, 0, 0, 0, 1699, 1700, 1, 0, 0, 0, 1700, 241, 1, 0, 0, 0, 1701, 1703, 5, 7, 0, 0, 1702, 1701, 1, 0, 0, 0, 1702, 1703, 1, 0, 0, 0, 1703, 1704, 1, 0, 0, 0, 1704, 1706, 3, 254, 127, 0, 1705, 1707, 3, 248, 124, 0, 1706, 1705, 1, 0, 0, 0, 1706, 1707, 1, 0, 0, 0, 1707, 243, 1, 0, 0, 0, 1708, 1709, 3, 252, 126, 0, 1709, 1710, 3, 246, 123, 0, 1710, 245, 1, 0, 0, 0, 1711, 1712, 5, 130, 0, 0, 1712, 1714, 3, 252, 126, 0, 1713, 1711, 1, 0, 0, 0, 1714, 1715, 1, 0, 0, 0, 1715, 1713, 1, 0, 0, 0, 1715, 1716, 1, 0, 0, 0, 1716, 1719, 1, 0, 0, 0, 1717, 1719, 1, 0, 0, 0, 1718, 1713, 1, 0, 0, 0, 1718, 1717, 1, 0, 0, 0, 1719, 247, 1, 0, 0, 0, 1720, 1721, 5, 301, 0, 0, 1721, 1722, 3, 250, 125, 0, 1722, 1723, 5, 302, 0, 0, 1723, 249, 1, 0, 0, 0, 1724, 1729, 3, 252, 126, 0, 1725, 1726, 5, 303, 0, 0, 1726, 1728, 3, 252, 126, 0, 1727, 1725, 1, 0, 0, 0, 1728, 1731, 1, 0, 0, 0, 1729, 1727, 1, 0, 0, 0, 1729, 1730, 1, 0, 0, 0, 1730, 251, 1, 0, 0, 0, 1731, 1729, 1, 0, 0, 0, 1732, 1735, 3, 254, 127, 0, 1733, 1735, 3, 306, 153, 0, 1734, 1732, 1, 0, 0, 0, 1734, 1733, 1, 0, 0, 0, 1735, 253, 1, 0, 0, 0, 1736, 1741, 3, 256, 128, 0, 1737, 1741, 3, 258, 129, 0, 1738, 1741, 3, 304, 152, 0, 1739, 1741, 3, 308, 154, 0, 1740, 1736, 1, 0, 0, 0, 1740, 1737, 1, 0, 0, 0, 1740, 1738, 1, 0, 0, 0, 1740, 1739, 1, 0, 0, 0, 1741, 255, 1, 0, 0, 0, 1742, 1743, 7, 30, 0, 0, 1743, 257, 1, 0, 0, 0, 1744, 1745, 5, 320, 0, 0, 1745, 259, 1, 0, 0, 0, 1746, 1747, 5, 40, 0, 0, 1747, 1748, 3, 208, 104, 0, 1748, 1749, 5, 41, 0, 0, 1749, 1750, 3, 208, 104, 0, 1750, 261, 1, 0, 0, 0, 1751, 1756, 3, 264, 132, 0, 1752, 1753, 5, 303, 0, 0, 1753, 1755, 3, 264, 132, 0, 1754, 1752, 1, 0, 0, 0, 1755, 1758, 1, 0, 0, 0, 1756, 1754, 1, 0, 0, 0, 1756, 1757, 1, 0, 0, 0, 1757, 263, 1, 0, 0, 0, 1758, 1756, 1, 0, 0, 0, 1759, 1763, 5, 324, 0, 0, 1760, 1762, 5, 318, 0, 0, 1761, 1760, 1, 0, 0, 0, 1762, 1765, 1, 0, 0, 0, 1763, 1764, 1, 0, 0, 0, 1763, 1761, 1, 0, 0, 0, 1764, 265, 1, 0, 0, 0, 1765, 1763, 1, 0, 0, 0, 1766, 1770, 7, 31, 0, 0, 1767, 1769, 7, 32, 0, 0, 1768, 1767, 1, 0, 0, 0, 1769, 1772, 1, 0, 0, 0, 1770, 1771, 1, 0, 0, 0, 1770, 1768, 1, 0, 0, 0, 1771, 267, 1, 0, 0, 0, 1772, 1770, 1, 0, 0, 0, 1773, 1774, 5, 70, 0, 0, 1774, 1775, 3, 274, 137, 0, 1775, 269, 1, 0, 0, 0, 1776, 1777, 5, 127, 0, 0, 1777, 1778, 5, 25, 0, 0, 1778, 1779, 5, 27, 0, 0, 1779, 271, 1, 0, 0, 0, 1780, 1781, 5, 127, 0, 0, 1781, 1782, 5, 27, 0, 0, 1782, 273, 1, 0, 0, 0, 1783, 1784, 5, 301, 0, 0, 1784, 1789, 3, 276, 138, 0, 1785, 1786, 5, 303, 0, 0, 1786, 1788, 3, 276, 138, 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, 302, 0, 0, 1793, 275, 1, 0, 0, 0, 1794, 1799, 3, 278, 139, 0, 1795, 1797, 5, 290, 0, 0, 1796, 1795, 1, 0, 0, 0, 1796, 1797, 1, 0, 0, 0, 1797, 1798, 1, 0, 0, 0, 1798, 1800, 3, 280, 140, 0, 1799, 1796, 1, 0, 0, 0, 1799, 1800, 1, 0, 0, 0, 1800, 277, 1, 0, 0, 0, 1801, 1805, 3, 252, 126, 0, 1802, 1805, 3, 222, 111, 0, 1803, 1805, 5, 320, 0, 0, 1804, 1801, 1, 0, 0, 0, 1804, 1802, 1, 0, 0, 0, 1804, 1803, 1, 0, 0, 0, 1805, 279, 1, 0, 0, 0, 1806, 1811, 5, 321, 0, 0, 1807, 1811, 5, 322, 0, 0, 1808, 1811, 3, 300, 150, 0, 1809, 1811, 5, 320, 0, 0, 1810, 1806, 1, 0, 0, 0, 1810, 1807, 1, 0, 0, 0, 1810, 1808, 1, 0, 0, 0, 1810, 1809, 1, 0, 0, 0, 1811, 281, 1, 0, 0, 0, 1812, 1819, 5, 23, 0, 0, 1813, 1814, 5, 296, 0, 0, 1814, 1819, 5, 296, 0, 0, 1815, 1819, 5, 22, 0, 0, 1816, 1817, 5, 295, 0, 0, 1817, 1819, 5, 295, 0, 0, 1818, 1812, 1, 0, 0, 0, 1818, 1813, 1, 0, 0, 0, 1818, 1815, 1, 0, 0, 0, 1818, 1816, 1, 0, 0, 0, 1819, 283, 1, 0, 0, 0, 1820, 1835, 5, 290, 0, 0, 1821, 1835, 5, 291, 0, 0, 1822, 1835, 5, 292, 0, 0, 1823, 1824, 5, 292, 0, 0, 1824, 1835, 5, 290, 0, 0, 1825, 1826, 5, 291, 0, 0, 1826, 1835, 5, 290, 0, 0, 1827, 1828, 5, 292, 0, 0, 1828, 1835, 5, 291, 0, 0, 1829, 1830, 5, 293, 0, 0, 1830, 1835, 5, 290, 0, 0, 1831, 1832, 5, 292, 0, 0, 1832, 1833, 5, 290, 0, 0, 1833, 1835, 5, 291, 0, 0, 1834, 1820, 1, 0, 0, 0, 1834, 1821, 1, 0, 0, 0, 1834, 1822, 1, 0, 0, 0, 1834, 1823, 1, 0, 0, 0, 1834, 1825, 1, 0, 0, 0, 1834, 1827, 1, 0, 0, 0, 1834, 1829, 1, 0, 0, 0, 1834, 1831, 1, 0, 0, 0, 1835, 285, 1, 0, 0, 0, 1836, 1837, 5, 292, 0, 0, 1837, 1844, 5, 292, 0, 0, 1838, 1839, 5, 291, 0, 0, 1839, 1844, 5, 291, 0, 0, 1840, 1844, 5, 296, 0, 0, 1841, 1844, 5, 297, 0, 0, 1842, 1844, 5, 295, 0, 0, 1843, 1836, 1, 0, 0, 0, 1843, 1838, 1, 0, 0, 0, 1843, 1840, 1, 0, 0, 0, 1843, 1841, 1, 0, 0, 0, 1843, 1842, 1, 0, 0, 0, 1844, 287, 1, 0, 0, 0, 1845, 1846, 7, 33, 0, 0, 1846, 289, 1, 0, 0, 0, 1847, 1848, 7, 34, 0, 0, 1848, 291, 1, 0, 0, 0, 1849, 1850, 3, 264, 132, 0, 1850, 293, 1, 0, 0, 0, 1851, 1864, 3, 296, 148, 0, 1852, 1864, 3, 298, 149, 0, 1853, 1864, 3, 228, 114, 0, 1854, 1855, 5, 312, 0, 0, 1855, 1864, 3, 298, 149, 0, 1856, 1864, 3, 300, 150, 0, 1857, 1864, 5, 322, 0, 0, 1858, 1864, 5, 323, 0, 0, 1859, 1861, 5, 25, 0, 0, 1860, 1859, 1, 0, 0, 0, 1860, 1861, 1, 0, 0, 0, 1861, 1862, 1, 0, 0, 0, 1862, 1864, 5, 288, 0, 0, 1863, 1851, 1, 0, 0, 0, 1863, 1852, 1, 0, 0, 0, 1863, 1853, 1, 0, 0, 0, 1863, 1854, 1, 0, 0, 0, 1863, 1856, 1, 0, 0, 0, 1863, 1857, 1, 0, 0, 0, 1863, 1858, 1, 0, 0, 0, 1863, 1860, 1, 0, 0, 0, 1864, 295, 1, 0, 0, 0, 1865, 1866, 5, 320, 0, 0, 1866, 297, 1, 0, 0, 0, 1867, 1868, 5, 321, 0, 0, 1868, 299, 1, 0, 0, 0, 1869, 1870, 7, 24, 0, 0, 1870, 301, 1, 0, 0, 0, 1871, 1872, 7, 35, 0, 0, 1872, 303, 1, 0, 0, 0, 1873, 1874, 7, 36, 0, 0, 1874, 305, 1, 0, 0, 0, 1875, 1876, 7, 37, 0, 0, 1876, 307, 1, 0, 0, 0, 1877, 1878, 7, 38, 0, 0, 1878, 309, 1, 0, 0, 0, 223, 318, 321, 323, 338, 356, 360, 369, 374, 381, 388, 392, 401, 413, 416, 423, 431, 436, 439, 446, 454, 458, 470, 478, 482, 503, 507, 511, 515, 524, 529, 533, 537, 541, 544, 548, 553, 559, 564, 569, 572, 576, 583, 589, 593, 597, 601, 605, 609, 611, 621, 629, 653, 660, 666, 676, 679, 687, 699, 708, 726, 739, 744, 748, 756, 760, 768, 778, 782, 788, 792, 796, 799, 808, 812, 819, 822, 832, 842, 857, 868, 872, 879, 884, 890, 894, 901, 905, 909, 913, 921, 925, 930, 936, 942, 945, 949, 964, 973, 987, 999, 1011, 1022, 1025, 1029, 1032, 1034, 1039, 1043, 1046, 1050, 1059, 1069, 1074, 1086, 1089, 1092, 1095, 1099, 1107, 1110, 1114, 1117, 1128, 1137, 1140, 1143, 1148, 1150, 1152, 1157, 1160, 1164, 1167, 1170, 1182, 1189, 1200, 1221, 1226, 1238, 1250, 1262, 1274, 1287, 1292, 1304, 1309, 1314, 1322, 1330, 1340, 1343, 1352, 1355, 1358, 1364, 1368, 1374, 1391, 1393, 1401, 1403, 1407, 1415, 1424, 1430, 1443, 1448, 1460, 1465, 1468, 1474, 1479, 1484, 1489, 1492, 1504, 1509, 1512, 1516, 1522, 1543, 1545, 1553, 1557, 1566, 1570, 1586, 1595, 1619, 1626, 1629, 1639, 1648, 1659, 1664, 1668, 1675, 1680, 1688, 1692, 1695, 1699, 1702, 1706, 1715, 1718, 1729, 1734, 1740, 1756, 1763, 1770, 1789, 1796, 1799, 1804, 1810, 1818, 1834, 1843, 1860, 1863] \ No newline at end of file +[4, 1, 328, 1885, 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, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 3, 2, 317, 8, 2, 1, 2, 5, 2, 320, 8, 2, 10, 2, 12, 2, 323, 9, 2, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 3, 3, 337, 8, 3, 1, 4, 1, 4, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 3, 5, 355, 8, 5, 1, 6, 1, 6, 3, 6, 359, 8, 6, 1, 7, 1, 7, 1, 7, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 368, 8, 8, 1, 8, 1, 8, 1, 8, 3, 8, 373, 8, 8, 1, 9, 1, 9, 1, 9, 5, 9, 378, 8, 9, 10, 9, 12, 9, 381, 9, 9, 1, 10, 1, 10, 1, 11, 1, 11, 3, 11, 387, 8, 11, 1, 11, 1, 11, 3, 11, 391, 8, 11, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 5, 12, 398, 8, 12, 10, 12, 12, 12, 401, 9, 12, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 3, 13, 412, 8, 13, 1, 13, 3, 13, 415, 8, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 3, 13, 422, 8, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 3, 13, 430, 8, 13, 1, 13, 1, 13, 1, 13, 3, 13, 435, 8, 13, 1, 13, 3, 13, 438, 8, 13, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 3, 14, 445, 8, 14, 1, 15, 1, 15, 1, 15, 1, 15, 1, 16, 1, 16, 3, 16, 453, 8, 16, 1, 17, 1, 17, 3, 17, 457, 8, 17, 1, 18, 1, 18, 1, 18, 1, 18, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 3, 19, 469, 8, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 3, 19, 477, 8, 19, 1, 19, 1, 19, 3, 19, 481, 8, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 3, 19, 502, 8, 19, 1, 20, 1, 20, 3, 20, 506, 8, 20, 1, 21, 1, 21, 3, 21, 510, 8, 21, 1, 21, 1, 21, 3, 21, 514, 8, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 5, 21, 521, 8, 21, 10, 21, 12, 21, 524, 9, 21, 1, 21, 1, 21, 3, 21, 528, 8, 21, 1, 21, 1, 21, 3, 21, 532, 8, 21, 1, 21, 1, 21, 3, 21, 536, 8, 21, 1, 21, 1, 21, 3, 21, 540, 8, 21, 1, 21, 3, 21, 543, 8, 21, 1, 21, 1, 21, 3, 21, 547, 8, 21, 1, 22, 1, 22, 1, 22, 3, 22, 552, 8, 22, 1, 22, 1, 22, 1, 22, 1, 22, 3, 22, 558, 8, 22, 1, 23, 1, 23, 1, 23, 3, 23, 563, 8, 23, 1, 24, 1, 24, 1, 24, 3, 24, 568, 8, 24, 1, 24, 3, 24, 571, 8, 24, 1, 25, 1, 25, 3, 25, 575, 8, 25, 1, 26, 1, 26, 1, 26, 1, 26, 5, 26, 581, 8, 26, 10, 26, 12, 26, 584, 9, 26, 1, 26, 1, 26, 1, 27, 1, 27, 1, 27, 3, 27, 591, 8, 27, 1, 27, 1, 27, 3, 27, 595, 8, 27, 1, 27, 1, 27, 3, 27, 599, 8, 27, 1, 27, 1, 27, 3, 27, 603, 8, 27, 1, 27, 1, 27, 3, 27, 607, 8, 27, 1, 27, 1, 27, 3, 27, 611, 8, 27, 1, 27, 1, 27, 3, 27, 615, 8, 27, 1, 27, 1, 27, 3, 27, 619, 8, 27, 1, 27, 1, 27, 3, 27, 623, 8, 27, 3, 27, 625, 8, 27, 1, 28, 1, 28, 1, 28, 1, 28, 1, 29, 1, 29, 1, 29, 1, 29, 3, 29, 635, 8, 29, 1, 29, 1, 29, 1, 30, 1, 30, 1, 30, 1, 30, 3, 30, 643, 8, 30, 1, 30, 1, 30, 1, 31, 1, 31, 1, 31, 1, 31, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 5, 33, 665, 8, 33, 10, 33, 12, 33, 668, 9, 33, 1, 33, 1, 33, 1, 34, 1, 34, 3, 34, 674, 8, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 35, 1, 35, 1, 35, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 689, 8, 36, 1, 36, 3, 36, 692, 8, 36, 1, 37, 1, 37, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 700, 8, 38, 1, 39, 1, 39, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 41, 1, 41, 3, 41, 712, 8, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 1, 43, 1, 43, 1, 43, 1, 43, 1, 44, 1, 44, 1, 44, 1, 44, 1, 45, 1, 45, 1, 45, 1, 45, 5, 45, 734, 8, 45, 10, 45, 12, 45, 737, 9, 45, 1, 45, 1, 45, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 5, 46, 747, 8, 46, 10, 46, 12, 46, 750, 9, 46, 1, 46, 1, 46, 3, 46, 754, 8, 46, 1, 47, 1, 47, 3, 47, 758, 8, 47, 1, 48, 1, 48, 1, 48, 1, 48, 5, 48, 764, 8, 48, 10, 48, 12, 48, 767, 9, 48, 1, 48, 3, 48, 770, 8, 48, 1, 49, 1, 49, 1, 50, 1, 50, 1, 50, 1, 50, 3, 50, 778, 8, 50, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 52, 1, 52, 1, 52, 3, 52, 788, 8, 52, 1, 52, 1, 52, 3, 52, 792, 8, 52, 1, 52, 1, 52, 1, 53, 1, 53, 3, 53, 798, 8, 53, 1, 53, 1, 53, 3, 53, 802, 8, 53, 1, 53, 1, 53, 3, 53, 806, 8, 53, 1, 53, 3, 53, 809, 8, 53, 1, 53, 1, 53, 1, 53, 1, 54, 1, 54, 1, 54, 1, 54, 3, 54, 818, 8, 54, 1, 54, 1, 54, 3, 54, 822, 8, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 3, 54, 829, 8, 54, 1, 54, 3, 54, 832, 8, 54, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 5, 55, 840, 8, 55, 10, 55, 12, 55, 843, 9, 55, 1, 56, 1, 56, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 852, 8, 57, 1, 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, 3, 60, 867, 8, 60, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 62, 1, 62, 1, 62, 1, 62, 3, 62, 878, 8, 62, 1, 62, 1, 62, 3, 62, 882, 8, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 3, 62, 889, 8, 62, 1, 63, 1, 63, 1, 63, 3, 63, 894, 8, 63, 1, 63, 1, 63, 1, 64, 1, 64, 3, 64, 900, 8, 64, 1, 64, 1, 64, 3, 64, 904, 8, 64, 1, 64, 1, 64, 1, 65, 1, 65, 1, 65, 3, 65, 911, 8, 65, 1, 65, 1, 65, 3, 65, 915, 8, 65, 1, 66, 1, 66, 3, 66, 919, 8, 66, 1, 66, 1, 66, 3, 66, 923, 8, 66, 1, 66, 1, 66, 1, 67, 1, 67, 1, 67, 1, 67, 3, 67, 931, 8, 67, 1, 67, 1, 67, 3, 67, 935, 8, 67, 1, 67, 1, 67, 1, 68, 3, 68, 940, 8, 68, 1, 68, 1, 68, 1, 68, 1, 68, 3, 68, 946, 8, 68, 1, 69, 1, 69, 1, 69, 1, 69, 3, 69, 952, 8, 69, 1, 69, 3, 69, 955, 8, 69, 1, 69, 1, 69, 3, 69, 959, 8, 69, 1, 70, 1, 70, 1, 70, 1, 71, 1, 71, 1, 71, 1, 71, 5, 71, 968, 8, 71, 10, 71, 12, 71, 971, 9, 71, 1, 72, 1, 72, 1, 72, 1, 72, 5, 72, 977, 8, 72, 10, 72, 12, 72, 980, 9, 72, 1, 72, 1, 72, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 4, 73, 991, 8, 73, 11, 73, 12, 73, 992, 1, 73, 1, 73, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 4, 74, 1003, 8, 74, 11, 74, 12, 74, 1004, 1, 74, 1, 74, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 5, 75, 1015, 8, 75, 10, 75, 12, 75, 1018, 9, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 3, 75, 1028, 8, 75, 1, 75, 3, 75, 1031, 8, 75, 1, 75, 1, 75, 3, 75, 1035, 8, 75, 1, 75, 3, 75, 1038, 8, 75, 3, 75, 1040, 8, 75, 1, 75, 1, 75, 1, 75, 3, 75, 1045, 8, 75, 1, 75, 1, 75, 3, 75, 1049, 8, 75, 1, 75, 3, 75, 1052, 8, 75, 5, 75, 1054, 8, 75, 10, 75, 12, 75, 1057, 9, 75, 1, 76, 1, 76, 1, 76, 1, 76, 5, 76, 1063, 8, 76, 10, 76, 12, 76, 1066, 9, 76, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 5, 77, 1073, 8, 77, 10, 77, 12, 77, 1076, 9, 77, 1, 77, 1, 77, 3, 77, 1080, 8, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 78, 1, 78, 1, 79, 1, 79, 1, 79, 3, 79, 1092, 8, 79, 1, 79, 3, 79, 1095, 8, 79, 1, 79, 3, 79, 1098, 8, 79, 1, 79, 3, 79, 1101, 8, 79, 1, 80, 1, 80, 3, 80, 1105, 8, 80, 1, 80, 1, 80, 1, 80, 1, 80, 5, 80, 1111, 8, 80, 10, 80, 12, 80, 1114, 9, 80, 3, 80, 1116, 8, 80, 1, 81, 1, 81, 3, 81, 1120, 8, 81, 1, 81, 3, 81, 1123, 8, 81, 1, 82, 1, 82, 1, 82, 1, 83, 1, 83, 1, 83, 1, 83, 5, 83, 1132, 8, 83, 10, 83, 12, 83, 1135, 9, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 3, 83, 1143, 8, 83, 1, 83, 3, 83, 1146, 8, 83, 1, 83, 3, 83, 1149, 8, 83, 1, 83, 1, 83, 1, 83, 3, 83, 1154, 8, 83, 5, 83, 1156, 8, 83, 10, 83, 12, 83, 1159, 9, 83, 1, 84, 1, 84, 3, 84, 1163, 8, 84, 1, 85, 3, 85, 1166, 8, 85, 1, 85, 1, 85, 3, 85, 1170, 8, 85, 1, 85, 3, 85, 1173, 8, 85, 1, 85, 3, 85, 1176, 8, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 5, 85, 1186, 8, 85, 10, 85, 12, 85, 1189, 9, 85, 1, 85, 1, 85, 1, 85, 1, 85, 3, 85, 1195, 8, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 3, 85, 1206, 8, 85, 1, 86, 1, 86, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 88, 1, 88, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 5, 89, 1225, 8, 89, 10, 89, 12, 89, 1228, 9, 89, 1, 89, 1, 89, 3, 89, 1232, 8, 89, 1, 90, 1, 90, 1, 90, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 5, 91, 1242, 8, 91, 10, 91, 12, 91, 1245, 9, 91, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 5, 92, 1254, 8, 92, 10, 92, 12, 92, 1257, 9, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 5, 92, 1266, 8, 92, 10, 92, 12, 92, 1269, 9, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 5, 92, 1278, 8, 92, 10, 92, 12, 92, 1281, 9, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 5, 92, 1291, 8, 92, 10, 92, 12, 92, 1294, 9, 92, 1, 92, 1, 92, 3, 92, 1298, 8, 92, 1, 93, 1, 93, 1, 93, 1, 94, 1, 94, 1, 94, 1, 94, 1, 94, 5, 94, 1308, 8, 94, 10, 94, 12, 94, 1311, 9, 94, 1, 95, 1, 95, 3, 95, 1315, 8, 95, 1, 96, 1, 96, 1, 96, 3, 96, 1320, 8, 96, 1, 97, 1, 97, 1, 97, 1, 97, 5, 97, 1326, 8, 97, 10, 97, 12, 97, 1329, 9, 97, 1, 98, 1, 98, 1, 98, 1, 98, 1, 99, 3, 99, 1336, 8, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 5, 99, 1344, 8, 99, 10, 99, 12, 99, 1347, 9, 99, 3, 99, 1349, 8, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 5, 99, 1356, 8, 99, 10, 99, 12, 99, 1359, 9, 99, 3, 99, 1361, 8, 99, 1, 99, 3, 99, 1364, 8, 99, 1, 99, 1, 99, 1, 100, 1, 100, 3, 100, 1370, 8, 100, 1, 100, 1, 100, 3, 100, 1374, 8, 100, 1, 101, 1, 101, 1, 101, 1, 101, 3, 101, 1380, 8, 101, 1, 102, 1, 102, 1, 102, 1, 103, 1, 103, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 3, 104, 1397, 8, 104, 3, 104, 1399, 8, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 5, 104, 1407, 8, 104, 10, 104, 12, 104, 1410, 9, 104, 1, 105, 3, 105, 1413, 8, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 3, 105, 1421, 8, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 5, 105, 1428, 8, 105, 10, 105, 12, 105, 1431, 9, 105, 1, 105, 1, 105, 1, 105, 3, 105, 1436, 8, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 3, 105, 1449, 8, 105, 1, 105, 1, 105, 1, 105, 3, 105, 1454, 8, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 5, 105, 1464, 8, 105, 10, 105, 12, 105, 1467, 9, 105, 1, 105, 1, 105, 3, 105, 1471, 8, 105, 1, 105, 3, 105, 1474, 8, 105, 1, 105, 1, 105, 1, 105, 1, 105, 3, 105, 1480, 8, 105, 1, 105, 1, 105, 1, 105, 3, 105, 1485, 8, 105, 1, 105, 1, 105, 1, 105, 3, 105, 1490, 8, 105, 1, 105, 1, 105, 1, 105, 3, 105, 1495, 8, 105, 1, 106, 3, 106, 1498, 8, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 5, 106, 1508, 8, 106, 10, 106, 12, 106, 1511, 9, 106, 1, 106, 1, 106, 3, 106, 1515, 8, 106, 1, 106, 3, 106, 1518, 8, 106, 1, 106, 1, 106, 3, 106, 1522, 8, 106, 1, 107, 1, 107, 1, 107, 1, 107, 3, 107, 1528, 8, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 5, 107, 1549, 8, 107, 10, 107, 12, 107, 1552, 9, 107, 1, 108, 1, 108, 1, 108, 4, 108, 1557, 8, 108, 11, 108, 12, 108, 1558, 1, 108, 1, 108, 3, 108, 1563, 8, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 4, 108, 1570, 8, 108, 11, 108, 12, 108, 1571, 1, 108, 1, 108, 3, 108, 1576, 8, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 3, 108, 1592, 8, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 3, 108, 1601, 8, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 3, 108, 1625, 8, 108, 1, 108, 1, 108, 1, 108, 5, 108, 1630, 8, 108, 10, 108, 12, 108, 1633, 9, 108, 3, 108, 1635, 8, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 3, 108, 1645, 8, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 5, 108, 1652, 8, 108, 10, 108, 12, 108, 1655, 9, 108, 1, 109, 1, 109, 1, 110, 1, 110, 1, 111, 1, 111, 1, 112, 1, 112, 3, 112, 1665, 8, 112, 1, 113, 1, 113, 1, 113, 3, 113, 1670, 8, 113, 1, 114, 1, 114, 3, 114, 1674, 8, 114, 1, 115, 1, 115, 1, 115, 4, 115, 1679, 8, 115, 11, 115, 12, 115, 1680, 1, 116, 1, 116, 1, 116, 3, 116, 1686, 8, 116, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 118, 3, 118, 1694, 8, 118, 1, 118, 1, 118, 3, 118, 1698, 8, 118, 1, 119, 3, 119, 1701, 8, 119, 1, 119, 1, 119, 3, 119, 1705, 8, 119, 1, 120, 3, 120, 1708, 8, 120, 1, 120, 1, 120, 3, 120, 1712, 8, 120, 1, 121, 1, 121, 1, 121, 1, 122, 1, 122, 4, 122, 1719, 8, 122, 11, 122, 12, 122, 1720, 1, 122, 3, 122, 1724, 8, 122, 1, 123, 1, 123, 1, 123, 1, 123, 1, 124, 1, 124, 1, 124, 5, 124, 1733, 8, 124, 10, 124, 12, 124, 1736, 9, 124, 1, 125, 1, 125, 3, 125, 1740, 8, 125, 1, 126, 1, 126, 1, 126, 1, 126, 3, 126, 1746, 8, 126, 1, 127, 1, 127, 1, 128, 1, 128, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 130, 1, 130, 1, 130, 5, 130, 1760, 8, 130, 10, 130, 12, 130, 1763, 9, 130, 1, 131, 1, 131, 5, 131, 1767, 8, 131, 10, 131, 12, 131, 1770, 9, 131, 1, 132, 1, 132, 5, 132, 1774, 8, 132, 10, 132, 12, 132, 1777, 9, 132, 1, 133, 1, 133, 1, 133, 1, 134, 1, 134, 1, 134, 1, 134, 1, 135, 1, 135, 1, 135, 1, 136, 1, 136, 1, 136, 1, 136, 5, 136, 1793, 8, 136, 10, 136, 12, 136, 1796, 9, 136, 1, 136, 1, 136, 1, 137, 1, 137, 3, 137, 1802, 8, 137, 1, 137, 3, 137, 1805, 8, 137, 1, 138, 1, 138, 1, 138, 3, 138, 1810, 8, 138, 1, 139, 1, 139, 1, 139, 1, 139, 3, 139, 1816, 8, 139, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 3, 140, 1824, 8, 140, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 3, 141, 1840, 8, 141, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 3, 142, 1849, 8, 142, 1, 143, 1, 143, 1, 144, 1, 144, 1, 145, 1, 145, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 3, 146, 1866, 8, 146, 1, 146, 3, 146, 1869, 8, 146, 1, 147, 1, 147, 1, 148, 1, 148, 1, 149, 1, 149, 1, 150, 1, 150, 1, 151, 1, 151, 1, 152, 1, 152, 1, 153, 1, 153, 1, 153, 2, 1768, 1775, 5, 150, 166, 208, 214, 216, 154, 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, 0, 40, 2, 0, 36, 36, 84, 84, 1, 0, 87, 89, 2, 0, 193, 193, 253, 255, 2, 0, 192, 192, 239, 239, 2, 0, 5, 5, 24, 24, 2, 0, 74, 74, 76, 76, 2, 0, 6, 6, 82, 82, 1, 0, 246, 250, 3, 0, 282, 282, 287, 287, 290, 290, 6, 0, 264, 264, 267, 271, 275, 279, 283, 283, 285, 285, 291, 291, 1, 0, 70, 71, 2, 0, 272, 274, 280, 281, 2, 0, 265, 265, 286, 286, 1, 0, 233, 234, 3, 0, 8, 8, 102, 102, 236, 236, 1, 0, 233, 235, 2, 0, 167, 167, 237, 238, 1, 0, 241, 243, 2, 0, 184, 184, 186, 186, 2, 0, 83, 83, 140, 140, 2, 0, 105, 106, 108, 108, 2, 0, 48, 49, 51, 52, 1, 0, 35, 36, 2, 0, 67, 67, 69, 69, 1, 0, 8, 9, 1, 0, 32, 33, 2, 0, 296, 296, 314, 315, 4, 0, 132, 132, 312, 312, 316, 316, 319, 319, 2, 0, 314, 315, 317, 317, 1, 0, 314, 315, 1, 0, 323, 324, 2, 0, 323, 323, 326, 326, 1, 0, 326, 327, 1, 0, 320, 321, 4, 0, 132, 132, 312, 312, 314, 316, 318, 319, 3, 0, 25, 25, 295, 296, 314, 315, 2, 0, 8, 8, 10, 10, 32, 0, 6, 6, 13, 17, 20, 21, 26, 30, 32, 32, 34, 36, 38, 38, 50, 50, 56, 69, 72, 72, 75, 77, 80, 81, 84, 85, 90, 93, 95, 97, 99, 99, 102, 104, 107, 107, 110, 124, 128, 142, 144, 184, 186, 203, 205, 212, 214, 234, 236, 237, 239, 240, 253, 254, 257, 259, 264, 272, 275, 277, 279, 284, 286, 291, 6, 0, 45, 46, 48, 52, 54, 55, 105, 108, 143, 143, 223, 223, 23, 0, 4, 42, 44, 44, 47, 47, 53, 53, 56, 70, 72, 77, 80, 81, 83, 85, 90, 99, 102, 104, 109, 142, 144, 176, 178, 212, 214, 222, 224, 234, 236, 237, 239, 240, 253, 254, 256, 259, 264, 272, 275, 277, 279, 284, 286, 291, 2055, 0, 308, 1, 0, 0, 0, 2, 311, 1, 0, 0, 0, 4, 321, 1, 0, 0, 0, 6, 336, 1, 0, 0, 0, 8, 338, 1, 0, 0, 0, 10, 354, 1, 0, 0, 0, 12, 358, 1, 0, 0, 0, 14, 360, 1, 0, 0, 0, 16, 363, 1, 0, 0, 0, 18, 374, 1, 0, 0, 0, 20, 382, 1, 0, 0, 0, 22, 390, 1, 0, 0, 0, 24, 392, 1, 0, 0, 0, 26, 437, 1, 0, 0, 0, 28, 439, 1, 0, 0, 0, 30, 446, 1, 0, 0, 0, 32, 450, 1, 0, 0, 0, 34, 454, 1, 0, 0, 0, 36, 458, 1, 0, 0, 0, 38, 501, 1, 0, 0, 0, 40, 505, 1, 0, 0, 0, 42, 507, 1, 0, 0, 0, 44, 548, 1, 0, 0, 0, 46, 562, 1, 0, 0, 0, 48, 564, 1, 0, 0, 0, 50, 574, 1, 0, 0, 0, 52, 576, 1, 0, 0, 0, 54, 624, 1, 0, 0, 0, 56, 626, 1, 0, 0, 0, 58, 630, 1, 0, 0, 0, 60, 638, 1, 0, 0, 0, 62, 646, 1, 0, 0, 0, 64, 650, 1, 0, 0, 0, 66, 657, 1, 0, 0, 0, 68, 673, 1, 0, 0, 0, 70, 680, 1, 0, 0, 0, 72, 683, 1, 0, 0, 0, 74, 693, 1, 0, 0, 0, 76, 695, 1, 0, 0, 0, 78, 701, 1, 0, 0, 0, 80, 703, 1, 0, 0, 0, 82, 711, 1, 0, 0, 0, 84, 719, 1, 0, 0, 0, 86, 721, 1, 0, 0, 0, 88, 725, 1, 0, 0, 0, 90, 729, 1, 0, 0, 0, 92, 753, 1, 0, 0, 0, 94, 757, 1, 0, 0, 0, 96, 759, 1, 0, 0, 0, 98, 771, 1, 0, 0, 0, 100, 777, 1, 0, 0, 0, 102, 779, 1, 0, 0, 0, 104, 784, 1, 0, 0, 0, 106, 795, 1, 0, 0, 0, 108, 813, 1, 0, 0, 0, 110, 833, 1, 0, 0, 0, 112, 844, 1, 0, 0, 0, 114, 846, 1, 0, 0, 0, 116, 853, 1, 0, 0, 0, 118, 857, 1, 0, 0, 0, 120, 860, 1, 0, 0, 0, 122, 868, 1, 0, 0, 0, 124, 873, 1, 0, 0, 0, 126, 890, 1, 0, 0, 0, 128, 897, 1, 0, 0, 0, 130, 907, 1, 0, 0, 0, 132, 916, 1, 0, 0, 0, 134, 926, 1, 0, 0, 0, 136, 945, 1, 0, 0, 0, 138, 947, 1, 0, 0, 0, 140, 960, 1, 0, 0, 0, 142, 963, 1, 0, 0, 0, 144, 972, 1, 0, 0, 0, 146, 983, 1, 0, 0, 0, 148, 996, 1, 0, 0, 0, 150, 1039, 1, 0, 0, 0, 152, 1058, 1, 0, 0, 0, 154, 1067, 1, 0, 0, 0, 156, 1086, 1, 0, 0, 0, 158, 1088, 1, 0, 0, 0, 160, 1102, 1, 0, 0, 0, 162, 1117, 1, 0, 0, 0, 164, 1124, 1, 0, 0, 0, 166, 1127, 1, 0, 0, 0, 168, 1160, 1, 0, 0, 0, 170, 1205, 1, 0, 0, 0, 172, 1207, 1, 0, 0, 0, 174, 1209, 1, 0, 0, 0, 176, 1215, 1, 0, 0, 0, 178, 1231, 1, 0, 0, 0, 180, 1233, 1, 0, 0, 0, 182, 1236, 1, 0, 0, 0, 184, 1297, 1, 0, 0, 0, 186, 1299, 1, 0, 0, 0, 188, 1302, 1, 0, 0, 0, 190, 1312, 1, 0, 0, 0, 192, 1316, 1, 0, 0, 0, 194, 1321, 1, 0, 0, 0, 196, 1330, 1, 0, 0, 0, 198, 1335, 1, 0, 0, 0, 200, 1367, 1, 0, 0, 0, 202, 1379, 1, 0, 0, 0, 204, 1381, 1, 0, 0, 0, 206, 1384, 1, 0, 0, 0, 208, 1398, 1, 0, 0, 0, 210, 1494, 1, 0, 0, 0, 212, 1521, 1, 0, 0, 0, 214, 1527, 1, 0, 0, 0, 216, 1644, 1, 0, 0, 0, 218, 1656, 1, 0, 0, 0, 220, 1658, 1, 0, 0, 0, 222, 1660, 1, 0, 0, 0, 224, 1664, 1, 0, 0, 0, 226, 1666, 1, 0, 0, 0, 228, 1671, 1, 0, 0, 0, 230, 1678, 1, 0, 0, 0, 232, 1682, 1, 0, 0, 0, 234, 1687, 1, 0, 0, 0, 236, 1697, 1, 0, 0, 0, 238, 1700, 1, 0, 0, 0, 240, 1707, 1, 0, 0, 0, 242, 1713, 1, 0, 0, 0, 244, 1723, 1, 0, 0, 0, 246, 1725, 1, 0, 0, 0, 248, 1729, 1, 0, 0, 0, 250, 1739, 1, 0, 0, 0, 252, 1745, 1, 0, 0, 0, 254, 1747, 1, 0, 0, 0, 256, 1749, 1, 0, 0, 0, 258, 1751, 1, 0, 0, 0, 260, 1756, 1, 0, 0, 0, 262, 1764, 1, 0, 0, 0, 264, 1771, 1, 0, 0, 0, 266, 1778, 1, 0, 0, 0, 268, 1781, 1, 0, 0, 0, 270, 1785, 1, 0, 0, 0, 272, 1788, 1, 0, 0, 0, 274, 1799, 1, 0, 0, 0, 276, 1809, 1, 0, 0, 0, 278, 1815, 1, 0, 0, 0, 280, 1823, 1, 0, 0, 0, 282, 1839, 1, 0, 0, 0, 284, 1848, 1, 0, 0, 0, 286, 1850, 1, 0, 0, 0, 288, 1852, 1, 0, 0, 0, 290, 1854, 1, 0, 0, 0, 292, 1868, 1, 0, 0, 0, 294, 1870, 1, 0, 0, 0, 296, 1872, 1, 0, 0, 0, 298, 1874, 1, 0, 0, 0, 300, 1876, 1, 0, 0, 0, 302, 1878, 1, 0, 0, 0, 304, 1880, 1, 0, 0, 0, 306, 1882, 1, 0, 0, 0, 308, 309, 3, 2, 1, 0, 309, 310, 5, 0, 0, 1, 310, 1, 1, 0, 0, 0, 311, 312, 3, 4, 2, 0, 312, 313, 5, 0, 0, 1, 313, 3, 1, 0, 0, 0, 314, 316, 3, 6, 3, 0, 315, 317, 5, 306, 0, 0, 316, 315, 1, 0, 0, 0, 316, 317, 1, 0, 0, 0, 317, 320, 1, 0, 0, 0, 318, 320, 3, 8, 4, 0, 319, 314, 1, 0, 0, 0, 319, 318, 1, 0, 0, 0, 320, 323, 1, 0, 0, 0, 321, 319, 1, 0, 0, 0, 321, 322, 1, 0, 0, 0, 322, 5, 1, 0, 0, 0, 323, 321, 1, 0, 0, 0, 324, 337, 3, 10, 5, 0, 325, 337, 3, 12, 6, 0, 326, 337, 3, 14, 7, 0, 327, 337, 3, 16, 8, 0, 328, 337, 3, 22, 11, 0, 329, 337, 3, 26, 13, 0, 330, 337, 3, 28, 14, 0, 331, 337, 3, 30, 15, 0, 332, 337, 3, 32, 16, 0, 333, 337, 3, 34, 17, 0, 334, 337, 3, 36, 18, 0, 335, 337, 3, 38, 19, 0, 336, 324, 1, 0, 0, 0, 336, 325, 1, 0, 0, 0, 336, 326, 1, 0, 0, 0, 336, 327, 1, 0, 0, 0, 336, 328, 1, 0, 0, 0, 336, 329, 1, 0, 0, 0, 336, 330, 1, 0, 0, 0, 336, 331, 1, 0, 0, 0, 336, 332, 1, 0, 0, 0, 336, 333, 1, 0, 0, 0, 336, 334, 1, 0, 0, 0, 336, 335, 1, 0, 0, 0, 337, 7, 1, 0, 0, 0, 338, 339, 5, 306, 0, 0, 339, 9, 1, 0, 0, 0, 340, 355, 3, 40, 20, 0, 341, 355, 3, 104, 52, 0, 342, 355, 3, 106, 53, 0, 343, 355, 3, 108, 54, 0, 344, 355, 3, 102, 51, 0, 345, 355, 3, 114, 57, 0, 346, 355, 3, 120, 60, 0, 347, 355, 3, 122, 61, 0, 348, 355, 3, 124, 62, 0, 349, 355, 3, 126, 63, 0, 350, 355, 3, 128, 64, 0, 351, 355, 3, 130, 65, 0, 352, 355, 3, 132, 66, 0, 353, 355, 3, 134, 67, 0, 354, 340, 1, 0, 0, 0, 354, 341, 1, 0, 0, 0, 354, 342, 1, 0, 0, 0, 354, 343, 1, 0, 0, 0, 354, 344, 1, 0, 0, 0, 354, 345, 1, 0, 0, 0, 354, 346, 1, 0, 0, 0, 354, 347, 1, 0, 0, 0, 354, 348, 1, 0, 0, 0, 354, 349, 1, 0, 0, 0, 354, 350, 1, 0, 0, 0, 354, 351, 1, 0, 0, 0, 354, 352, 1, 0, 0, 0, 354, 353, 1, 0, 0, 0, 355, 11, 1, 0, 0, 0, 356, 359, 3, 150, 75, 0, 357, 359, 3, 136, 68, 0, 358, 356, 1, 0, 0, 0, 358, 357, 1, 0, 0, 0, 359, 13, 1, 0, 0, 0, 360, 361, 7, 0, 0, 0, 361, 362, 3, 262, 131, 0, 362, 15, 1, 0, 0, 0, 363, 367, 5, 85, 0, 0, 364, 368, 3, 18, 9, 0, 365, 366, 5, 86, 0, 0, 366, 368, 5, 37, 0, 0, 367, 364, 1, 0, 0, 0, 367, 365, 1, 0, 0, 0, 367, 368, 1, 0, 0, 0, 368, 372, 1, 0, 0, 0, 369, 373, 3, 12, 6, 0, 370, 373, 3, 138, 69, 0, 371, 373, 3, 148, 74, 0, 372, 369, 1, 0, 0, 0, 372, 370, 1, 0, 0, 0, 372, 371, 1, 0, 0, 0, 373, 17, 1, 0, 0, 0, 374, 379, 3, 20, 10, 0, 375, 376, 5, 305, 0, 0, 376, 378, 3, 20, 10, 0, 377, 375, 1, 0, 0, 0, 378, 381, 1, 0, 0, 0, 379, 377, 1, 0, 0, 0, 379, 380, 1, 0, 0, 0, 380, 19, 1, 0, 0, 0, 381, 379, 1, 0, 0, 0, 382, 383, 7, 1, 0, 0, 383, 21, 1, 0, 0, 0, 384, 386, 5, 99, 0, 0, 385, 387, 5, 239, 0, 0, 386, 385, 1, 0, 0, 0, 386, 387, 1, 0, 0, 0, 387, 388, 1, 0, 0, 0, 388, 391, 3, 262, 131, 0, 389, 391, 3, 24, 12, 0, 390, 384, 1, 0, 0, 0, 390, 389, 1, 0, 0, 0, 391, 23, 1, 0, 0, 0, 392, 393, 5, 99, 0, 0, 393, 394, 5, 101, 0, 0, 394, 399, 3, 262, 131, 0, 395, 396, 5, 305, 0, 0, 396, 398, 3, 262, 131, 0, 397, 395, 1, 0, 0, 0, 398, 401, 1, 0, 0, 0, 399, 397, 1, 0, 0, 0, 399, 400, 1, 0, 0, 0, 400, 25, 1, 0, 0, 0, 401, 399, 1, 0, 0, 0, 402, 403, 5, 95, 0, 0, 403, 438, 7, 2, 0, 0, 404, 405, 5, 95, 0, 0, 405, 406, 5, 66, 0, 0, 406, 438, 7, 3, 0, 0, 407, 408, 5, 95, 0, 0, 408, 411, 5, 96, 0, 0, 409, 410, 7, 4, 0, 0, 410, 412, 3, 262, 131, 0, 411, 409, 1, 0, 0, 0, 411, 412, 1, 0, 0, 0, 412, 414, 1, 0, 0, 0, 413, 415, 3, 212, 106, 0, 414, 413, 1, 0, 0, 0, 414, 415, 1, 0, 0, 0, 415, 438, 1, 0, 0, 0, 416, 417, 5, 95, 0, 0, 417, 418, 5, 97, 0, 0, 418, 419, 7, 4, 0, 0, 419, 421, 3, 262, 131, 0, 420, 422, 3, 212, 106, 0, 421, 420, 1, 0, 0, 0, 421, 422, 1, 0, 0, 0, 422, 438, 1, 0, 0, 0, 423, 424, 5, 95, 0, 0, 424, 425, 5, 73, 0, 0, 425, 426, 7, 5, 0, 0, 426, 438, 3, 262, 131, 0, 427, 429, 5, 95, 0, 0, 428, 430, 5, 53, 0, 0, 429, 428, 1, 0, 0, 0, 429, 430, 1, 0, 0, 0, 430, 431, 1, 0, 0, 0, 431, 438, 5, 103, 0, 0, 432, 434, 5, 95, 0, 0, 433, 435, 5, 52, 0, 0, 434, 433, 1, 0, 0, 0, 434, 435, 1, 0, 0, 0, 435, 436, 1, 0, 0, 0, 436, 438, 5, 101, 0, 0, 437, 402, 1, 0, 0, 0, 437, 404, 1, 0, 0, 0, 437, 407, 1, 0, 0, 0, 437, 416, 1, 0, 0, 0, 437, 423, 1, 0, 0, 0, 437, 427, 1, 0, 0, 0, 437, 432, 1, 0, 0, 0, 438, 27, 1, 0, 0, 0, 439, 440, 5, 212, 0, 0, 440, 441, 5, 100, 0, 0, 441, 444, 3, 262, 131, 0, 442, 443, 5, 70, 0, 0, 443, 445, 3, 272, 136, 0, 444, 442, 1, 0, 0, 0, 444, 445, 1, 0, 0, 0, 445, 29, 1, 0, 0, 0, 446, 447, 5, 213, 0, 0, 447, 448, 5, 100, 0, 0, 448, 449, 3, 262, 131, 0, 449, 31, 1, 0, 0, 0, 450, 452, 5, 116, 0, 0, 451, 453, 3, 274, 137, 0, 452, 451, 1, 0, 0, 0, 452, 453, 1, 0, 0, 0, 453, 33, 1, 0, 0, 0, 454, 456, 5, 117, 0, 0, 455, 457, 3, 276, 138, 0, 456, 455, 1, 0, 0, 0, 456, 457, 1, 0, 0, 0, 457, 35, 1, 0, 0, 0, 458, 459, 7, 6, 0, 0, 459, 460, 5, 244, 0, 0, 460, 461, 3, 112, 56, 0, 461, 37, 1, 0, 0, 0, 462, 463, 5, 6, 0, 0, 463, 464, 5, 244, 0, 0, 464, 465, 5, 70, 0, 0, 465, 468, 5, 328, 0, 0, 466, 467, 5, 7, 0, 0, 467, 469, 3, 262, 131, 0, 468, 466, 1, 0, 0, 0, 468, 469, 1, 0, 0, 0, 469, 502, 1, 0, 0, 0, 470, 471, 5, 6, 0, 0, 471, 472, 5, 245, 0, 0, 472, 473, 5, 70, 0, 0, 473, 476, 5, 328, 0, 0, 474, 475, 5, 7, 0, 0, 475, 477, 3, 262, 131, 0, 476, 474, 1, 0, 0, 0, 476, 477, 1, 0, 0, 0, 477, 480, 1, 0, 0, 0, 478, 479, 5, 113, 0, 0, 479, 481, 3, 262, 131, 0, 480, 478, 1, 0, 0, 0, 480, 481, 1, 0, 0, 0, 481, 502, 1, 0, 0, 0, 482, 483, 5, 6, 0, 0, 483, 484, 7, 7, 0, 0, 484, 485, 5, 70, 0, 0, 485, 486, 5, 328, 0, 0, 486, 487, 5, 113, 0, 0, 487, 502, 3, 262, 131, 0, 488, 489, 5, 6, 0, 0, 489, 490, 5, 251, 0, 0, 490, 502, 5, 328, 0, 0, 491, 492, 5, 6, 0, 0, 492, 493, 5, 252, 0, 0, 493, 494, 5, 245, 0, 0, 494, 495, 5, 70, 0, 0, 495, 496, 5, 328, 0, 0, 496, 497, 5, 113, 0, 0, 497, 498, 3, 262, 131, 0, 498, 499, 5, 257, 0, 0, 499, 500, 3, 262, 131, 0, 500, 502, 1, 0, 0, 0, 501, 462, 1, 0, 0, 0, 501, 470, 1, 0, 0, 0, 501, 482, 1, 0, 0, 0, 501, 488, 1, 0, 0, 0, 501, 491, 1, 0, 0, 0, 502, 39, 1, 0, 0, 0, 503, 506, 3, 42, 21, 0, 504, 506, 3, 44, 22, 0, 505, 503, 1, 0, 0, 0, 505, 504, 1, 0, 0, 0, 506, 41, 1, 0, 0, 0, 507, 509, 5, 73, 0, 0, 508, 510, 5, 166, 0, 0, 509, 508, 1, 0, 0, 0, 509, 510, 1, 0, 0, 0, 510, 511, 1, 0, 0, 0, 511, 513, 5, 74, 0, 0, 512, 514, 3, 268, 134, 0, 513, 512, 1, 0, 0, 0, 513, 514, 1, 0, 0, 0, 514, 515, 1, 0, 0, 0, 515, 516, 3, 98, 49, 0, 516, 517, 5, 303, 0, 0, 517, 522, 3, 46, 23, 0, 518, 519, 5, 305, 0, 0, 519, 521, 3, 46, 23, 0, 520, 518, 1, 0, 0, 0, 521, 524, 1, 0, 0, 0, 522, 520, 1, 0, 0, 0, 522, 523, 1, 0, 0, 0, 523, 527, 1, 0, 0, 0, 524, 522, 1, 0, 0, 0, 525, 526, 5, 305, 0, 0, 526, 528, 3, 80, 40, 0, 527, 525, 1, 0, 0, 0, 527, 528, 1, 0, 0, 0, 528, 531, 1, 0, 0, 0, 529, 530, 5, 305, 0, 0, 530, 532, 3, 82, 41, 0, 531, 529, 1, 0, 0, 0, 531, 532, 1, 0, 0, 0, 532, 535, 1, 0, 0, 0, 533, 534, 5, 305, 0, 0, 534, 536, 3, 86, 43, 0, 535, 533, 1, 0, 0, 0, 535, 536, 1, 0, 0, 0, 536, 537, 1, 0, 0, 0, 537, 539, 5, 304, 0, 0, 538, 540, 3, 70, 35, 0, 539, 538, 1, 0, 0, 0, 539, 540, 1, 0, 0, 0, 540, 542, 1, 0, 0, 0, 541, 543, 3, 88, 44, 0, 542, 541, 1, 0, 0, 0, 542, 543, 1, 0, 0, 0, 543, 544, 1, 0, 0, 0, 544, 546, 3, 266, 133, 0, 545, 547, 3, 96, 48, 0, 546, 545, 1, 0, 0, 0, 546, 547, 1, 0, 0, 0, 547, 43, 1, 0, 0, 0, 548, 549, 5, 73, 0, 0, 549, 551, 5, 74, 0, 0, 550, 552, 3, 268, 134, 0, 551, 550, 1, 0, 0, 0, 551, 552, 1, 0, 0, 0, 552, 553, 1, 0, 0, 0, 553, 554, 3, 98, 49, 0, 554, 557, 3, 266, 133, 0, 555, 556, 5, 7, 0, 0, 556, 558, 3, 150, 75, 0, 557, 555, 1, 0, 0, 0, 557, 558, 1, 0, 0, 0, 558, 45, 1, 0, 0, 0, 559, 563, 3, 48, 24, 0, 560, 563, 3, 72, 36, 0, 561, 563, 3, 76, 38, 0, 562, 559, 1, 0, 0, 0, 562, 560, 1, 0, 0, 0, 562, 561, 1, 0, 0, 0, 563, 47, 1, 0, 0, 0, 564, 565, 3, 50, 25, 0, 565, 567, 3, 54, 27, 0, 566, 568, 3, 68, 34, 0, 567, 566, 1, 0, 0, 0, 567, 568, 1, 0, 0, 0, 568, 570, 1, 0, 0, 0, 569, 571, 3, 70, 35, 0, 570, 569, 1, 0, 0, 0, 570, 571, 1, 0, 0, 0, 571, 49, 1, 0, 0, 0, 572, 575, 3, 264, 132, 0, 573, 575, 3, 206, 103, 0, 574, 572, 1, 0, 0, 0, 574, 573, 1, 0, 0, 0, 575, 51, 1, 0, 0, 0, 576, 577, 5, 303, 0, 0, 577, 582, 3, 50, 25, 0, 578, 579, 5, 305, 0, 0, 579, 581, 3, 50, 25, 0, 580, 578, 1, 0, 0, 0, 581, 584, 1, 0, 0, 0, 582, 580, 1, 0, 0, 0, 582, 583, 1, 0, 0, 0, 583, 585, 1, 0, 0, 0, 584, 582, 1, 0, 0, 0, 585, 586, 5, 304, 0, 0, 586, 53, 1, 0, 0, 0, 587, 625, 7, 8, 0, 0, 588, 590, 7, 9, 0, 0, 589, 591, 3, 56, 28, 0, 590, 589, 1, 0, 0, 0, 590, 591, 1, 0, 0, 0, 591, 625, 1, 0, 0, 0, 592, 594, 5, 284, 0, 0, 593, 595, 3, 56, 28, 0, 594, 593, 1, 0, 0, 0, 594, 595, 1, 0, 0, 0, 595, 602, 1, 0, 0, 0, 596, 598, 7, 10, 0, 0, 597, 599, 5, 224, 0, 0, 598, 597, 1, 0, 0, 0, 598, 599, 1, 0, 0, 0, 599, 600, 1, 0, 0, 0, 600, 601, 5, 283, 0, 0, 601, 603, 5, 263, 0, 0, 602, 596, 1, 0, 0, 0, 602, 603, 1, 0, 0, 0, 603, 625, 1, 0, 0, 0, 604, 606, 7, 11, 0, 0, 605, 607, 3, 58, 29, 0, 606, 605, 1, 0, 0, 0, 606, 607, 1, 0, 0, 0, 607, 625, 1, 0, 0, 0, 608, 610, 7, 12, 0, 0, 609, 611, 3, 62, 31, 0, 610, 609, 1, 0, 0, 0, 610, 611, 1, 0, 0, 0, 611, 625, 1, 0, 0, 0, 612, 614, 5, 266, 0, 0, 613, 615, 3, 64, 32, 0, 614, 613, 1, 0, 0, 0, 614, 615, 1, 0, 0, 0, 615, 625, 1, 0, 0, 0, 616, 618, 5, 289, 0, 0, 617, 619, 3, 66, 33, 0, 618, 617, 1, 0, 0, 0, 618, 619, 1, 0, 0, 0, 619, 625, 1, 0, 0, 0, 620, 622, 5, 288, 0, 0, 621, 623, 3, 60, 30, 0, 622, 621, 1, 0, 0, 0, 622, 623, 1, 0, 0, 0, 623, 625, 1, 0, 0, 0, 624, 587, 1, 0, 0, 0, 624, 588, 1, 0, 0, 0, 624, 592, 1, 0, 0, 0, 624, 604, 1, 0, 0, 0, 624, 608, 1, 0, 0, 0, 624, 612, 1, 0, 0, 0, 624, 616, 1, 0, 0, 0, 624, 620, 1, 0, 0, 0, 625, 55, 1, 0, 0, 0, 626, 627, 5, 303, 0, 0, 627, 628, 3, 296, 148, 0, 628, 629, 5, 304, 0, 0, 629, 57, 1, 0, 0, 0, 630, 631, 5, 303, 0, 0, 631, 634, 3, 296, 148, 0, 632, 633, 5, 305, 0, 0, 633, 635, 3, 296, 148, 0, 634, 632, 1, 0, 0, 0, 634, 635, 1, 0, 0, 0, 635, 636, 1, 0, 0, 0, 636, 637, 5, 304, 0, 0, 637, 59, 1, 0, 0, 0, 638, 639, 5, 303, 0, 0, 639, 642, 3, 294, 147, 0, 640, 641, 5, 305, 0, 0, 641, 643, 3, 294, 147, 0, 642, 640, 1, 0, 0, 0, 642, 643, 1, 0, 0, 0, 643, 644, 1, 0, 0, 0, 644, 645, 5, 304, 0, 0, 645, 61, 1, 0, 0, 0, 646, 647, 5, 294, 0, 0, 647, 648, 3, 54, 27, 0, 648, 649, 5, 293, 0, 0, 649, 63, 1, 0, 0, 0, 650, 651, 5, 294, 0, 0, 651, 652, 3, 54, 27, 0, 652, 653, 5, 305, 0, 0, 653, 654, 3, 54, 27, 0, 654, 655, 1, 0, 0, 0, 655, 656, 5, 293, 0, 0, 656, 65, 1, 0, 0, 0, 657, 658, 5, 294, 0, 0, 658, 659, 3, 50, 25, 0, 659, 666, 3, 54, 27, 0, 660, 661, 5, 305, 0, 0, 661, 662, 3, 50, 25, 0, 662, 663, 3, 54, 27, 0, 663, 665, 1, 0, 0, 0, 664, 660, 1, 0, 0, 0, 665, 668, 1, 0, 0, 0, 666, 664, 1, 0, 0, 0, 666, 667, 1, 0, 0, 0, 667, 669, 1, 0, 0, 0, 668, 666, 1, 0, 0, 0, 669, 670, 5, 293, 0, 0, 670, 67, 1, 0, 0, 0, 671, 672, 5, 185, 0, 0, 672, 674, 3, 84, 42, 0, 673, 671, 1, 0, 0, 0, 673, 674, 1, 0, 0, 0, 674, 675, 1, 0, 0, 0, 675, 676, 5, 256, 0, 0, 676, 677, 5, 257, 0, 0, 677, 678, 5, 25, 0, 0, 678, 679, 5, 260, 0, 0, 679, 69, 1, 0, 0, 0, 680, 681, 5, 115, 0, 0, 681, 682, 5, 322, 0, 0, 682, 71, 1, 0, 0, 0, 683, 684, 3, 50, 25, 0, 684, 685, 3, 54, 27, 0, 685, 688, 5, 261, 0, 0, 686, 687, 5, 5, 0, 0, 687, 689, 3, 74, 37, 0, 688, 686, 1, 0, 0, 0, 688, 689, 1, 0, 0, 0, 689, 691, 1, 0, 0, 0, 690, 692, 5, 262, 0, 0, 691, 690, 1, 0, 0, 0, 691, 692, 1, 0, 0, 0, 692, 73, 1, 0, 0, 0, 693, 694, 5, 322, 0, 0, 694, 75, 1, 0, 0, 0, 695, 696, 3, 50, 25, 0, 696, 697, 5, 7, 0, 0, 697, 699, 3, 78, 39, 0, 698, 700, 3, 70, 35, 0, 699, 698, 1, 0, 0, 0, 699, 700, 1, 0, 0, 0, 700, 77, 1, 0, 0, 0, 701, 702, 3, 206, 103, 0, 702, 79, 1, 0, 0, 0, 703, 704, 5, 226, 0, 0, 704, 705, 5, 37, 0, 0, 705, 706, 3, 206, 103, 0, 706, 707, 5, 7, 0, 0, 707, 708, 3, 206, 103, 0, 708, 81, 1, 0, 0, 0, 709, 710, 5, 185, 0, 0, 710, 712, 3, 84, 42, 0, 711, 709, 1, 0, 0, 0, 711, 712, 1, 0, 0, 0, 712, 713, 1, 0, 0, 0, 713, 714, 5, 256, 0, 0, 714, 715, 5, 257, 0, 0, 715, 716, 3, 52, 26, 0, 716, 717, 5, 25, 0, 0, 717, 718, 5, 260, 0, 0, 718, 83, 1, 0, 0, 0, 719, 720, 3, 250, 125, 0, 720, 85, 1, 0, 0, 0, 721, 722, 5, 258, 0, 0, 722, 723, 5, 37, 0, 0, 723, 724, 5, 259, 0, 0, 724, 87, 1, 0, 0, 0, 725, 726, 5, 200, 0, 0, 726, 727, 5, 13, 0, 0, 727, 728, 3, 90, 45, 0, 728, 89, 1, 0, 0, 0, 729, 730, 5, 303, 0, 0, 730, 735, 3, 92, 46, 0, 731, 732, 5, 305, 0, 0, 732, 734, 3, 92, 46, 0, 733, 731, 1, 0, 0, 0, 734, 737, 1, 0, 0, 0, 735, 733, 1, 0, 0, 0, 735, 736, 1, 0, 0, 0, 736, 738, 1, 0, 0, 0, 737, 735, 1, 0, 0, 0, 738, 739, 5, 304, 0, 0, 739, 91, 1, 0, 0, 0, 740, 754, 3, 224, 112, 0, 741, 742, 3, 250, 125, 0, 742, 743, 5, 303, 0, 0, 743, 748, 3, 94, 47, 0, 744, 745, 5, 305, 0, 0, 745, 747, 3, 94, 47, 0, 746, 744, 1, 0, 0, 0, 747, 750, 1, 0, 0, 0, 748, 746, 1, 0, 0, 0, 748, 749, 1, 0, 0, 0, 749, 751, 1, 0, 0, 0, 750, 748, 1, 0, 0, 0, 751, 752, 5, 304, 0, 0, 752, 754, 1, 0, 0, 0, 753, 740, 1, 0, 0, 0, 753, 741, 1, 0, 0, 0, 754, 93, 1, 0, 0, 0, 755, 758, 3, 224, 112, 0, 756, 758, 3, 292, 146, 0, 757, 755, 1, 0, 0, 0, 757, 756, 1, 0, 0, 0, 758, 95, 1, 0, 0, 0, 759, 760, 5, 29, 0, 0, 760, 769, 3, 98, 49, 0, 761, 765, 5, 303, 0, 0, 762, 764, 3, 100, 50, 0, 763, 762, 1, 0, 0, 0, 764, 767, 1, 0, 0, 0, 765, 763, 1, 0, 0, 0, 765, 766, 1, 0, 0, 0, 766, 768, 1, 0, 0, 0, 767, 765, 1, 0, 0, 0, 768, 770, 5, 304, 0, 0, 769, 761, 1, 0, 0, 0, 769, 770, 1, 0, 0, 0, 770, 97, 1, 0, 0, 0, 771, 772, 3, 262, 131, 0, 772, 99, 1, 0, 0, 0, 773, 774, 7, 13, 0, 0, 774, 778, 7, 14, 0, 0, 775, 776, 7, 15, 0, 0, 776, 778, 7, 16, 0, 0, 777, 773, 1, 0, 0, 0, 777, 775, 1, 0, 0, 0, 778, 101, 1, 0, 0, 0, 779, 780, 5, 73, 0, 0, 780, 781, 5, 239, 0, 0, 781, 782, 3, 262, 131, 0, 782, 783, 3, 266, 133, 0, 783, 103, 1, 0, 0, 0, 784, 785, 5, 73, 0, 0, 785, 787, 5, 192, 0, 0, 786, 788, 3, 268, 134, 0, 787, 786, 1, 0, 0, 0, 787, 788, 1, 0, 0, 0, 788, 789, 1, 0, 0, 0, 789, 791, 3, 262, 131, 0, 790, 792, 3, 70, 35, 0, 791, 790, 1, 0, 0, 0, 791, 792, 1, 0, 0, 0, 792, 793, 1, 0, 0, 0, 793, 794, 3, 266, 133, 0, 794, 105, 1, 0, 0, 0, 795, 797, 5, 73, 0, 0, 796, 798, 5, 166, 0, 0, 797, 796, 1, 0, 0, 0, 797, 798, 1, 0, 0, 0, 798, 799, 1, 0, 0, 0, 799, 801, 5, 76, 0, 0, 800, 802, 3, 268, 134, 0, 801, 800, 1, 0, 0, 0, 801, 802, 1, 0, 0, 0, 802, 803, 1, 0, 0, 0, 803, 805, 3, 262, 131, 0, 804, 806, 3, 52, 26, 0, 805, 804, 1, 0, 0, 0, 805, 806, 1, 0, 0, 0, 806, 808, 1, 0, 0, 0, 807, 809, 3, 70, 35, 0, 808, 807, 1, 0, 0, 0, 808, 809, 1, 0, 0, 0, 809, 810, 1, 0, 0, 0, 810, 811, 5, 7, 0, 0, 811, 812, 3, 150, 75, 0, 812, 107, 1, 0, 0, 0, 813, 817, 5, 73, 0, 0, 814, 818, 5, 166, 0, 0, 815, 816, 5, 166, 0, 0, 816, 818, 5, 232, 0, 0, 817, 814, 1, 0, 0, 0, 817, 815, 1, 0, 0, 0, 817, 818, 1, 0, 0, 0, 818, 819, 1, 0, 0, 0, 819, 821, 5, 157, 0, 0, 820, 822, 3, 268, 134, 0, 821, 820, 1, 0, 0, 0, 821, 822, 1, 0, 0, 0, 822, 823, 1, 0, 0, 0, 823, 824, 3, 262, 131, 0, 824, 825, 5, 7, 0, 0, 825, 828, 3, 250, 125, 0, 826, 827, 5, 240, 0, 0, 827, 829, 7, 17, 0, 0, 828, 826, 1, 0, 0, 0, 828, 829, 1, 0, 0, 0, 829, 831, 1, 0, 0, 0, 830, 832, 3, 110, 55, 0, 831, 830, 1, 0, 0, 0, 831, 832, 1, 0, 0, 0, 832, 109, 1, 0, 0, 0, 833, 834, 5, 143, 0, 0, 834, 835, 5, 244, 0, 0, 835, 841, 3, 112, 56, 0, 836, 837, 5, 305, 0, 0, 837, 838, 5, 244, 0, 0, 838, 840, 3, 112, 56, 0, 839, 836, 1, 0, 0, 0, 840, 843, 1, 0, 0, 0, 841, 839, 1, 0, 0, 0, 841, 842, 1, 0, 0, 0, 842, 111, 1, 0, 0, 0, 843, 841, 1, 0, 0, 0, 844, 845, 5, 322, 0, 0, 845, 113, 1, 0, 0, 0, 846, 847, 5, 112, 0, 0, 847, 848, 5, 74, 0, 0, 848, 851, 3, 262, 131, 0, 849, 852, 3, 116, 58, 0, 850, 852, 3, 118, 59, 0, 851, 849, 1, 0, 0, 0, 851, 850, 1, 0, 0, 0, 852, 115, 1, 0, 0, 0, 853, 854, 5, 113, 0, 0, 854, 855, 5, 109, 0, 0, 855, 856, 3, 262, 131, 0, 856, 117, 1, 0, 0, 0, 857, 858, 5, 116, 0, 0, 858, 859, 3, 272, 136, 0, 859, 119, 1, 0, 0, 0, 860, 861, 5, 112, 0, 0, 861, 862, 5, 76, 0, 0, 862, 866, 3, 262, 131, 0, 863, 867, 3, 116, 58, 0, 864, 865, 5, 7, 0, 0, 865, 867, 3, 150, 75, 0, 866, 863, 1, 0, 0, 0, 866, 864, 1, 0, 0, 0, 867, 121, 1, 0, 0, 0, 868, 869, 5, 112, 0, 0, 869, 870, 5, 192, 0, 0, 870, 871, 3, 262, 131, 0, 871, 872, 3, 118, 59, 0, 872, 123, 1, 0, 0, 0, 873, 877, 5, 112, 0, 0, 874, 878, 5, 166, 0, 0, 875, 876, 5, 166, 0, 0, 876, 878, 5, 232, 0, 0, 877, 874, 1, 0, 0, 0, 877, 875, 1, 0, 0, 0, 877, 878, 1, 0, 0, 0, 878, 879, 1, 0, 0, 0, 879, 881, 5, 157, 0, 0, 880, 882, 3, 270, 135, 0, 881, 880, 1, 0, 0, 0, 881, 882, 1, 0, 0, 0, 882, 883, 1, 0, 0, 0, 883, 884, 3, 262, 131, 0, 884, 885, 5, 7, 0, 0, 885, 888, 3, 250, 125, 0, 886, 887, 5, 240, 0, 0, 887, 889, 7, 17, 0, 0, 888, 886, 1, 0, 0, 0, 888, 889, 1, 0, 0, 0, 889, 125, 1, 0, 0, 0, 890, 891, 5, 104, 0, 0, 891, 893, 5, 239, 0, 0, 892, 894, 3, 270, 135, 0, 893, 892, 1, 0, 0, 0, 893, 894, 1, 0, 0, 0, 894, 895, 1, 0, 0, 0, 895, 896, 3, 262, 131, 0, 896, 127, 1, 0, 0, 0, 897, 899, 5, 104, 0, 0, 898, 900, 5, 166, 0, 0, 899, 898, 1, 0, 0, 0, 899, 900, 1, 0, 0, 0, 900, 901, 1, 0, 0, 0, 901, 903, 5, 74, 0, 0, 902, 904, 3, 270, 135, 0, 903, 902, 1, 0, 0, 0, 903, 904, 1, 0, 0, 0, 904, 905, 1, 0, 0, 0, 905, 906, 3, 262, 131, 0, 906, 129, 1, 0, 0, 0, 907, 908, 5, 104, 0, 0, 908, 910, 5, 192, 0, 0, 909, 911, 3, 270, 135, 0, 910, 909, 1, 0, 0, 0, 910, 911, 1, 0, 0, 0, 911, 912, 1, 0, 0, 0, 912, 914, 3, 262, 131, 0, 913, 915, 7, 18, 0, 0, 914, 913, 1, 0, 0, 0, 914, 915, 1, 0, 0, 0, 915, 131, 1, 0, 0, 0, 916, 918, 5, 104, 0, 0, 917, 919, 5, 166, 0, 0, 918, 917, 1, 0, 0, 0, 918, 919, 1, 0, 0, 0, 919, 920, 1, 0, 0, 0, 920, 922, 5, 76, 0, 0, 921, 923, 3, 270, 135, 0, 922, 921, 1, 0, 0, 0, 922, 923, 1, 0, 0, 0, 923, 924, 1, 0, 0, 0, 924, 925, 3, 262, 131, 0, 925, 133, 1, 0, 0, 0, 926, 930, 5, 104, 0, 0, 927, 931, 5, 166, 0, 0, 928, 929, 5, 166, 0, 0, 929, 931, 5, 232, 0, 0, 930, 927, 1, 0, 0, 0, 930, 928, 1, 0, 0, 0, 930, 931, 1, 0, 0, 0, 931, 932, 1, 0, 0, 0, 932, 934, 5, 157, 0, 0, 933, 935, 3, 270, 135, 0, 934, 933, 1, 0, 0, 0, 934, 935, 1, 0, 0, 0, 935, 936, 1, 0, 0, 0, 936, 937, 3, 262, 131, 0, 937, 135, 1, 0, 0, 0, 938, 940, 5, 78, 0, 0, 939, 938, 1, 0, 0, 0, 939, 940, 1, 0, 0, 0, 940, 941, 1, 0, 0, 0, 941, 946, 3, 138, 69, 0, 942, 946, 3, 146, 73, 0, 943, 944, 5, 78, 0, 0, 944, 946, 3, 148, 74, 0, 945, 939, 1, 0, 0, 0, 945, 942, 1, 0, 0, 0, 945, 943, 1, 0, 0, 0, 946, 137, 1, 0, 0, 0, 947, 948, 5, 80, 0, 0, 948, 949, 7, 19, 0, 0, 949, 958, 3, 262, 131, 0, 950, 952, 3, 140, 70, 0, 951, 950, 1, 0, 0, 0, 951, 952, 1, 0, 0, 0, 952, 954, 1, 0, 0, 0, 953, 955, 3, 52, 26, 0, 954, 953, 1, 0, 0, 0, 954, 955, 1, 0, 0, 0, 955, 956, 1, 0, 0, 0, 956, 959, 3, 150, 75, 0, 957, 959, 3, 142, 71, 0, 958, 951, 1, 0, 0, 0, 958, 957, 1, 0, 0, 0, 959, 139, 1, 0, 0, 0, 960, 961, 5, 60, 0, 0, 961, 962, 3, 272, 136, 0, 962, 141, 1, 0, 0, 0, 963, 964, 5, 72, 0, 0, 964, 969, 3, 144, 72, 0, 965, 966, 5, 305, 0, 0, 966, 968, 3, 144, 72, 0, 967, 965, 1, 0, 0, 0, 968, 971, 1, 0, 0, 0, 969, 967, 1, 0, 0, 0, 969, 970, 1, 0, 0, 0, 970, 143, 1, 0, 0, 0, 971, 969, 1, 0, 0, 0, 972, 973, 5, 303, 0, 0, 973, 978, 3, 292, 146, 0, 974, 975, 5, 305, 0, 0, 975, 977, 3, 292, 146, 0, 976, 974, 1, 0, 0, 0, 977, 980, 1, 0, 0, 0, 978, 976, 1, 0, 0, 0, 978, 979, 1, 0, 0, 0, 979, 981, 1, 0, 0, 0, 980, 978, 1, 0, 0, 0, 981, 982, 5, 304, 0, 0, 982, 145, 1, 0, 0, 0, 983, 984, 5, 43, 0, 0, 984, 985, 5, 79, 0, 0, 985, 986, 5, 116, 0, 0, 986, 990, 5, 306, 0, 0, 987, 988, 3, 138, 69, 0, 988, 989, 5, 306, 0, 0, 989, 991, 1, 0, 0, 0, 990, 987, 1, 0, 0, 0, 991, 992, 1, 0, 0, 0, 992, 990, 1, 0, 0, 0, 992, 993, 1, 0, 0, 0, 993, 994, 1, 0, 0, 0, 994, 995, 5, 44, 0, 0, 995, 147, 1, 0, 0, 0, 996, 997, 5, 79, 0, 0, 997, 998, 5, 116, 0, 0, 998, 1002, 5, 43, 0, 0, 999, 1000, 3, 138, 69, 0, 1000, 1001, 5, 306, 0, 0, 1001, 1003, 1, 0, 0, 0, 1002, 999, 1, 0, 0, 0, 1003, 1004, 1, 0, 0, 0, 1004, 1002, 1, 0, 0, 0, 1004, 1005, 1, 0, 0, 0, 1005, 1006, 1, 0, 0, 0, 1006, 1007, 5, 44, 0, 0, 1007, 149, 1, 0, 0, 0, 1008, 1009, 6, 75, -1, 0, 1009, 1040, 3, 152, 76, 0, 1010, 1011, 5, 70, 0, 0, 1011, 1016, 3, 154, 77, 0, 1012, 1013, 5, 305, 0, 0, 1013, 1015, 3, 154, 77, 0, 1014, 1012, 1, 0, 0, 0, 1015, 1018, 1, 0, 0, 0, 1016, 1014, 1, 0, 0, 0, 1016, 1017, 1, 0, 0, 0, 1017, 1019, 1, 0, 0, 0, 1018, 1016, 1, 0, 0, 0, 1019, 1020, 3, 150, 75, 5, 1020, 1040, 1, 0, 0, 0, 1021, 1022, 5, 303, 0, 0, 1022, 1023, 3, 150, 75, 0, 1023, 1024, 5, 304, 0, 0, 1024, 1040, 1, 0, 0, 0, 1025, 1027, 3, 160, 80, 0, 1026, 1028, 3, 188, 94, 0, 1027, 1026, 1, 0, 0, 0, 1027, 1028, 1, 0, 0, 0, 1028, 1030, 1, 0, 0, 0, 1029, 1031, 3, 192, 96, 0, 1030, 1029, 1, 0, 0, 0, 1030, 1031, 1, 0, 0, 0, 1031, 1040, 1, 0, 0, 0, 1032, 1034, 3, 158, 79, 0, 1033, 1035, 3, 188, 94, 0, 1034, 1033, 1, 0, 0, 0, 1034, 1035, 1, 0, 0, 0, 1035, 1037, 1, 0, 0, 0, 1036, 1038, 3, 192, 96, 0, 1037, 1036, 1, 0, 0, 0, 1037, 1038, 1, 0, 0, 0, 1038, 1040, 1, 0, 0, 0, 1039, 1008, 1, 0, 0, 0, 1039, 1010, 1, 0, 0, 0, 1039, 1021, 1, 0, 0, 0, 1039, 1025, 1, 0, 0, 0, 1039, 1032, 1, 0, 0, 0, 1040, 1055, 1, 0, 0, 0, 1041, 1042, 10, 3, 0, 0, 1042, 1044, 7, 20, 0, 0, 1043, 1045, 5, 8, 0, 0, 1044, 1043, 1, 0, 0, 0, 1044, 1045, 1, 0, 0, 0, 1045, 1046, 1, 0, 0, 0, 1046, 1048, 3, 150, 75, 0, 1047, 1049, 3, 188, 94, 0, 1048, 1047, 1, 0, 0, 0, 1048, 1049, 1, 0, 0, 0, 1049, 1051, 1, 0, 0, 0, 1050, 1052, 3, 192, 96, 0, 1051, 1050, 1, 0, 0, 0, 1051, 1052, 1, 0, 0, 0, 1052, 1054, 1, 0, 0, 0, 1053, 1041, 1, 0, 0, 0, 1054, 1057, 1, 0, 0, 0, 1055, 1053, 1, 0, 0, 0, 1055, 1056, 1, 0, 0, 0, 1056, 151, 1, 0, 0, 0, 1057, 1055, 1, 0, 0, 0, 1058, 1059, 5, 72, 0, 0, 1059, 1064, 3, 206, 103, 0, 1060, 1061, 5, 305, 0, 0, 1061, 1063, 3, 206, 103, 0, 1062, 1060, 1, 0, 0, 0, 1063, 1066, 1, 0, 0, 0, 1064, 1062, 1, 0, 0, 0, 1064, 1065, 1, 0, 0, 0, 1065, 153, 1, 0, 0, 0, 1066, 1064, 1, 0, 0, 0, 1067, 1079, 3, 156, 78, 0, 1068, 1069, 5, 303, 0, 0, 1069, 1074, 3, 50, 25, 0, 1070, 1071, 5, 305, 0, 0, 1071, 1073, 3, 50, 25, 0, 1072, 1070, 1, 0, 0, 0, 1073, 1076, 1, 0, 0, 0, 1074, 1072, 1, 0, 0, 0, 1074, 1075, 1, 0, 0, 0, 1075, 1077, 1, 0, 0, 0, 1076, 1074, 1, 0, 0, 0, 1077, 1078, 5, 304, 0, 0, 1078, 1080, 1, 0, 0, 0, 1079, 1068, 1, 0, 0, 0, 1079, 1080, 1, 0, 0, 0, 1080, 1081, 1, 0, 0, 0, 1081, 1082, 5, 7, 0, 0, 1082, 1083, 5, 303, 0, 0, 1083, 1084, 3, 150, 75, 0, 1084, 1085, 5, 304, 0, 0, 1085, 155, 1, 0, 0, 0, 1086, 1087, 3, 250, 125, 0, 1087, 157, 1, 0, 0, 0, 1088, 1089, 3, 160, 80, 0, 1089, 1091, 3, 164, 82, 0, 1090, 1092, 3, 180, 90, 0, 1091, 1090, 1, 0, 0, 0, 1091, 1092, 1, 0, 0, 0, 1092, 1094, 1, 0, 0, 0, 1093, 1095, 3, 182, 91, 0, 1094, 1093, 1, 0, 0, 0, 1094, 1095, 1, 0, 0, 0, 1095, 1097, 1, 0, 0, 0, 1096, 1098, 3, 186, 93, 0, 1097, 1096, 1, 0, 0, 0, 1097, 1098, 1, 0, 0, 0, 1098, 1100, 1, 0, 0, 0, 1099, 1101, 3, 194, 97, 0, 1100, 1099, 1, 0, 0, 0, 1100, 1101, 1, 0, 0, 0, 1101, 159, 1, 0, 0, 0, 1102, 1104, 5, 4, 0, 0, 1103, 1105, 3, 300, 150, 0, 1104, 1103, 1, 0, 0, 0, 1104, 1105, 1, 0, 0, 0, 1105, 1115, 1, 0, 0, 0, 1106, 1116, 5, 312, 0, 0, 1107, 1112, 3, 162, 81, 0, 1108, 1109, 5, 305, 0, 0, 1109, 1111, 3, 162, 81, 0, 1110, 1108, 1, 0, 0, 0, 1111, 1114, 1, 0, 0, 0, 1112, 1110, 1, 0, 0, 0, 1112, 1113, 1, 0, 0, 0, 1113, 1116, 1, 0, 0, 0, 1114, 1112, 1, 0, 0, 0, 1115, 1106, 1, 0, 0, 0, 1115, 1107, 1, 0, 0, 0, 1116, 161, 1, 0, 0, 0, 1117, 1122, 3, 206, 103, 0, 1118, 1120, 5, 7, 0, 0, 1119, 1118, 1, 0, 0, 0, 1119, 1120, 1, 0, 0, 0, 1120, 1121, 1, 0, 0, 0, 1121, 1123, 3, 206, 103, 0, 1122, 1119, 1, 0, 0, 0, 1122, 1123, 1, 0, 0, 0, 1123, 163, 1, 0, 0, 0, 1124, 1125, 5, 5, 0, 0, 1125, 1126, 3, 166, 83, 0, 1126, 165, 1, 0, 0, 0, 1127, 1128, 6, 83, -1, 0, 1128, 1133, 3, 168, 84, 0, 1129, 1130, 5, 305, 0, 0, 1130, 1132, 3, 168, 84, 0, 1131, 1129, 1, 0, 0, 0, 1132, 1135, 1, 0, 0, 0, 1133, 1131, 1, 0, 0, 0, 1133, 1134, 1, 0, 0, 0, 1134, 1157, 1, 0, 0, 0, 1135, 1133, 1, 0, 0, 0, 1136, 1137, 10, 1, 0, 0, 1137, 1138, 5, 46, 0, 0, 1138, 1139, 5, 45, 0, 0, 1139, 1156, 3, 166, 83, 2, 1140, 1142, 10, 2, 0, 0, 1141, 1143, 5, 54, 0, 0, 1142, 1141, 1, 0, 0, 0, 1142, 1143, 1, 0, 0, 0, 1143, 1145, 1, 0, 0, 0, 1144, 1146, 7, 21, 0, 0, 1145, 1144, 1, 0, 0, 0, 1145, 1146, 1, 0, 0, 0, 1146, 1148, 1, 0, 0, 0, 1147, 1149, 5, 47, 0, 0, 1148, 1147, 1, 0, 0, 0, 1148, 1149, 1, 0, 0, 0, 1149, 1150, 1, 0, 0, 0, 1150, 1151, 5, 45, 0, 0, 1151, 1153, 3, 166, 83, 0, 1152, 1154, 3, 178, 89, 0, 1153, 1152, 1, 0, 0, 0, 1153, 1154, 1, 0, 0, 0, 1154, 1156, 1, 0, 0, 0, 1155, 1136, 1, 0, 0, 0, 1155, 1140, 1, 0, 0, 0, 1156, 1159, 1, 0, 0, 0, 1157, 1155, 1, 0, 0, 0, 1157, 1158, 1, 0, 0, 0, 1158, 167, 1, 0, 0, 0, 1159, 1157, 1, 0, 0, 0, 1160, 1162, 3, 170, 85, 0, 1161, 1163, 3, 240, 120, 0, 1162, 1161, 1, 0, 0, 0, 1162, 1163, 1, 0, 0, 0, 1163, 169, 1, 0, 0, 0, 1164, 1166, 5, 74, 0, 0, 1165, 1164, 1, 0, 0, 0, 1165, 1166, 1, 0, 0, 0, 1166, 1167, 1, 0, 0, 0, 1167, 1169, 3, 172, 86, 0, 1168, 1170, 3, 174, 87, 0, 1169, 1168, 1, 0, 0, 0, 1169, 1170, 1, 0, 0, 0, 1170, 1175, 1, 0, 0, 0, 1171, 1173, 5, 7, 0, 0, 1172, 1171, 1, 0, 0, 0, 1172, 1173, 1, 0, 0, 0, 1173, 1174, 1, 0, 0, 0, 1174, 1176, 3, 222, 111, 0, 1175, 1172, 1, 0, 0, 0, 1175, 1176, 1, 0, 0, 0, 1176, 1206, 1, 0, 0, 0, 1177, 1178, 5, 57, 0, 0, 1178, 1179, 5, 74, 0, 0, 1179, 1180, 5, 303, 0, 0, 1180, 1181, 3, 218, 109, 0, 1181, 1182, 5, 303, 0, 0, 1182, 1187, 3, 206, 103, 0, 1183, 1184, 5, 305, 0, 0, 1184, 1186, 3, 206, 103, 0, 1185, 1183, 1, 0, 0, 0, 1186, 1189, 1, 0, 0, 0, 1187, 1185, 1, 0, 0, 0, 1187, 1188, 1, 0, 0, 0, 1188, 1190, 1, 0, 0, 0, 1189, 1187, 1, 0, 0, 0, 1190, 1191, 5, 304, 0, 0, 1191, 1192, 5, 304, 0, 0, 1192, 1206, 1, 0, 0, 0, 1193, 1195, 5, 57, 0, 0, 1194, 1193, 1, 0, 0, 0, 1194, 1195, 1, 0, 0, 0, 1195, 1196, 1, 0, 0, 0, 1196, 1197, 5, 303, 0, 0, 1197, 1198, 3, 150, 75, 0, 1198, 1199, 5, 304, 0, 0, 1199, 1206, 1, 0, 0, 0, 1200, 1201, 5, 227, 0, 0, 1201, 1202, 5, 303, 0, 0, 1202, 1203, 3, 206, 103, 0, 1203, 1204, 5, 304, 0, 0, 1204, 1206, 1, 0, 0, 0, 1205, 1165, 1, 0, 0, 0, 1205, 1177, 1, 0, 0, 0, 1205, 1194, 1, 0, 0, 0, 1205, 1200, 1, 0, 0, 0, 1206, 171, 1, 0, 0, 0, 1207, 1208, 3, 262, 131, 0, 1208, 173, 1, 0, 0, 0, 1209, 1210, 5, 37, 0, 0, 1210, 1211, 5, 259, 0, 0, 1211, 1212, 5, 7, 0, 0, 1212, 1213, 5, 136, 0, 0, 1213, 1214, 3, 176, 88, 0, 1214, 175, 1, 0, 0, 0, 1215, 1216, 3, 206, 103, 0, 1216, 177, 1, 0, 0, 0, 1217, 1218, 5, 55, 0, 0, 1218, 1232, 3, 208, 104, 0, 1219, 1220, 5, 143, 0, 0, 1220, 1221, 5, 303, 0, 0, 1221, 1226, 3, 262, 131, 0, 1222, 1223, 5, 305, 0, 0, 1223, 1225, 3, 262, 131, 0, 1224, 1222, 1, 0, 0, 0, 1225, 1228, 1, 0, 0, 0, 1226, 1224, 1, 0, 0, 0, 1226, 1227, 1, 0, 0, 0, 1227, 1229, 1, 0, 0, 0, 1228, 1226, 1, 0, 0, 0, 1229, 1230, 5, 304, 0, 0, 1230, 1232, 1, 0, 0, 0, 1231, 1217, 1, 0, 0, 0, 1231, 1219, 1, 0, 0, 0, 1232, 179, 1, 0, 0, 0, 1233, 1234, 5, 11, 0, 0, 1234, 1235, 3, 208, 104, 0, 1235, 181, 1, 0, 0, 0, 1236, 1237, 5, 12, 0, 0, 1237, 1238, 5, 13, 0, 0, 1238, 1243, 3, 184, 92, 0, 1239, 1240, 5, 305, 0, 0, 1240, 1242, 3, 184, 92, 0, 1241, 1239, 1, 0, 0, 0, 1242, 1245, 1, 0, 0, 0, 1243, 1241, 1, 0, 0, 0, 1243, 1244, 1, 0, 0, 0, 1244, 183, 1, 0, 0, 0, 1245, 1243, 1, 0, 0, 0, 1246, 1298, 3, 206, 103, 0, 1247, 1248, 5, 303, 0, 0, 1248, 1298, 5, 304, 0, 0, 1249, 1250, 5, 303, 0, 0, 1250, 1255, 3, 206, 103, 0, 1251, 1252, 5, 305, 0, 0, 1252, 1254, 3, 206, 103, 0, 1253, 1251, 1, 0, 0, 0, 1254, 1257, 1, 0, 0, 0, 1255, 1253, 1, 0, 0, 0, 1255, 1256, 1, 0, 0, 0, 1256, 1258, 1, 0, 0, 0, 1257, 1255, 1, 0, 0, 0, 1258, 1259, 5, 304, 0, 0, 1259, 1298, 1, 0, 0, 0, 1260, 1261, 5, 16, 0, 0, 1261, 1262, 5, 303, 0, 0, 1262, 1267, 3, 206, 103, 0, 1263, 1264, 5, 305, 0, 0, 1264, 1266, 3, 206, 103, 0, 1265, 1263, 1, 0, 0, 0, 1266, 1269, 1, 0, 0, 0, 1267, 1265, 1, 0, 0, 0, 1267, 1268, 1, 0, 0, 0, 1268, 1270, 1, 0, 0, 0, 1269, 1267, 1, 0, 0, 0, 1270, 1271, 5, 304, 0, 0, 1271, 1298, 1, 0, 0, 0, 1272, 1273, 5, 17, 0, 0, 1273, 1274, 5, 303, 0, 0, 1274, 1279, 3, 206, 103, 0, 1275, 1276, 5, 305, 0, 0, 1276, 1278, 3, 206, 103, 0, 1277, 1275, 1, 0, 0, 0, 1278, 1281, 1, 0, 0, 0, 1279, 1277, 1, 0, 0, 0, 1279, 1280, 1, 0, 0, 0, 1280, 1282, 1, 0, 0, 0, 1281, 1279, 1, 0, 0, 0, 1282, 1283, 5, 304, 0, 0, 1283, 1298, 1, 0, 0, 0, 1284, 1285, 5, 14, 0, 0, 1285, 1286, 5, 15, 0, 0, 1286, 1287, 5, 303, 0, 0, 1287, 1292, 3, 184, 92, 0, 1288, 1289, 5, 305, 0, 0, 1289, 1291, 3, 184, 92, 0, 1290, 1288, 1, 0, 0, 0, 1291, 1294, 1, 0, 0, 0, 1292, 1290, 1, 0, 0, 0, 1292, 1293, 1, 0, 0, 0, 1293, 1295, 1, 0, 0, 0, 1294, 1292, 1, 0, 0, 0, 1295, 1296, 5, 304, 0, 0, 1296, 1298, 1, 0, 0, 0, 1297, 1246, 1, 0, 0, 0, 1297, 1247, 1, 0, 0, 0, 1297, 1249, 1, 0, 0, 0, 1297, 1260, 1, 0, 0, 0, 1297, 1272, 1, 0, 0, 0, 1297, 1284, 1, 0, 0, 0, 1298, 185, 1, 0, 0, 0, 1299, 1300, 5, 19, 0, 0, 1300, 1301, 3, 208, 104, 0, 1301, 187, 1, 0, 0, 0, 1302, 1303, 5, 18, 0, 0, 1303, 1304, 5, 13, 0, 0, 1304, 1309, 3, 190, 95, 0, 1305, 1306, 5, 305, 0, 0, 1306, 1308, 3, 190, 95, 0, 1307, 1305, 1, 0, 0, 0, 1308, 1311, 1, 0, 0, 0, 1309, 1307, 1, 0, 0, 0, 1309, 1310, 1, 0, 0, 0, 1310, 189, 1, 0, 0, 0, 1311, 1309, 1, 0, 0, 0, 1312, 1314, 3, 206, 103, 0, 1313, 1315, 7, 22, 0, 0, 1314, 1313, 1, 0, 0, 0, 1314, 1315, 1, 0, 0, 0, 1315, 191, 1, 0, 0, 0, 1316, 1319, 5, 20, 0, 0, 1317, 1320, 5, 8, 0, 0, 1318, 1320, 3, 206, 103, 0, 1319, 1317, 1, 0, 0, 0, 1319, 1318, 1, 0, 0, 0, 1320, 193, 1, 0, 0, 0, 1321, 1322, 5, 58, 0, 0, 1322, 1327, 3, 196, 98, 0, 1323, 1324, 5, 305, 0, 0, 1324, 1326, 3, 196, 98, 0, 1325, 1323, 1, 0, 0, 0, 1326, 1329, 1, 0, 0, 0, 1327, 1325, 1, 0, 0, 0, 1327, 1328, 1, 0, 0, 0, 1328, 195, 1, 0, 0, 0, 1329, 1327, 1, 0, 0, 0, 1330, 1331, 3, 242, 121, 0, 1331, 1332, 5, 7, 0, 0, 1332, 1333, 3, 198, 99, 0, 1333, 197, 1, 0, 0, 0, 1334, 1336, 3, 242, 121, 0, 1335, 1334, 1, 0, 0, 0, 1335, 1336, 1, 0, 0, 0, 1336, 1337, 1, 0, 0, 0, 1337, 1348, 5, 303, 0, 0, 1338, 1339, 5, 18, 0, 0, 1339, 1340, 5, 13, 0, 0, 1340, 1345, 3, 200, 100, 0, 1341, 1342, 5, 305, 0, 0, 1342, 1344, 3, 200, 100, 0, 1343, 1341, 1, 0, 0, 0, 1344, 1347, 1, 0, 0, 0, 1345, 1343, 1, 0, 0, 0, 1345, 1346, 1, 0, 0, 0, 1346, 1349, 1, 0, 0, 0, 1347, 1345, 1, 0, 0, 0, 1348, 1338, 1, 0, 0, 0, 1348, 1349, 1, 0, 0, 0, 1349, 1360, 1, 0, 0, 0, 1350, 1351, 5, 60, 0, 0, 1351, 1352, 5, 13, 0, 0, 1352, 1357, 3, 206, 103, 0, 1353, 1354, 5, 305, 0, 0, 1354, 1356, 3, 206, 103, 0, 1355, 1353, 1, 0, 0, 0, 1356, 1359, 1, 0, 0, 0, 1357, 1355, 1, 0, 0, 0, 1357, 1358, 1, 0, 0, 0, 1358, 1361, 1, 0, 0, 0, 1359, 1357, 1, 0, 0, 0, 1360, 1350, 1, 0, 0, 0, 1360, 1361, 1, 0, 0, 0, 1361, 1363, 1, 0, 0, 0, 1362, 1364, 3, 202, 101, 0, 1363, 1362, 1, 0, 0, 0, 1363, 1364, 1, 0, 0, 0, 1364, 1365, 1, 0, 0, 0, 1365, 1366, 5, 304, 0, 0, 1366, 199, 1, 0, 0, 0, 1367, 1369, 3, 206, 103, 0, 1368, 1370, 7, 22, 0, 0, 1369, 1368, 1, 0, 0, 0, 1369, 1370, 1, 0, 0, 0, 1370, 1373, 1, 0, 0, 0, 1371, 1372, 5, 34, 0, 0, 1372, 1374, 7, 23, 0, 0, 1373, 1371, 1, 0, 0, 0, 1373, 1374, 1, 0, 0, 0, 1374, 201, 1, 0, 0, 0, 1375, 1376, 5, 61, 0, 0, 1376, 1380, 3, 204, 102, 0, 1377, 1378, 5, 62, 0, 0, 1378, 1380, 3, 204, 102, 0, 1379, 1375, 1, 0, 0, 0, 1379, 1377, 1, 0, 0, 0, 1380, 203, 1, 0, 0, 0, 1381, 1382, 3, 206, 103, 0, 1382, 1383, 5, 64, 0, 0, 1383, 205, 1, 0, 0, 0, 1384, 1385, 3, 208, 104, 0, 1385, 207, 1, 0, 0, 0, 1386, 1387, 6, 104, -1, 0, 1387, 1388, 5, 25, 0, 0, 1388, 1399, 3, 208, 104, 5, 1389, 1390, 5, 27, 0, 0, 1390, 1391, 5, 303, 0, 0, 1391, 1392, 3, 150, 75, 0, 1392, 1393, 5, 304, 0, 0, 1393, 1399, 1, 0, 0, 0, 1394, 1396, 3, 214, 107, 0, 1395, 1397, 3, 210, 105, 0, 1396, 1395, 1, 0, 0, 0, 1396, 1397, 1, 0, 0, 0, 1397, 1399, 1, 0, 0, 0, 1398, 1386, 1, 0, 0, 0, 1398, 1389, 1, 0, 0, 0, 1398, 1394, 1, 0, 0, 0, 1399, 1408, 1, 0, 0, 0, 1400, 1401, 10, 2, 0, 0, 1401, 1402, 5, 23, 0, 0, 1402, 1407, 3, 208, 104, 3, 1403, 1404, 10, 1, 0, 0, 1404, 1405, 5, 22, 0, 0, 1405, 1407, 3, 208, 104, 2, 1406, 1400, 1, 0, 0, 0, 1406, 1403, 1, 0, 0, 0, 1407, 1410, 1, 0, 0, 0, 1408, 1406, 1, 0, 0, 0, 1408, 1409, 1, 0, 0, 0, 1409, 209, 1, 0, 0, 0, 1410, 1408, 1, 0, 0, 0, 1411, 1413, 5, 25, 0, 0, 1412, 1411, 1, 0, 0, 0, 1412, 1413, 1, 0, 0, 0, 1413, 1414, 1, 0, 0, 0, 1414, 1415, 5, 28, 0, 0, 1415, 1416, 3, 214, 107, 0, 1416, 1417, 5, 23, 0, 0, 1417, 1418, 3, 214, 107, 0, 1418, 1495, 1, 0, 0, 0, 1419, 1421, 5, 25, 0, 0, 1420, 1419, 1, 0, 0, 0, 1420, 1421, 1, 0, 0, 0, 1421, 1422, 1, 0, 0, 0, 1422, 1423, 5, 24, 0, 0, 1423, 1424, 5, 303, 0, 0, 1424, 1429, 3, 206, 103, 0, 1425, 1426, 5, 305, 0, 0, 1426, 1428, 3, 206, 103, 0, 1427, 1425, 1, 0, 0, 0, 1428, 1431, 1, 0, 0, 0, 1429, 1427, 1, 0, 0, 0, 1429, 1430, 1, 0, 0, 0, 1430, 1432, 1, 0, 0, 0, 1431, 1429, 1, 0, 0, 0, 1432, 1433, 5, 304, 0, 0, 1433, 1495, 1, 0, 0, 0, 1434, 1436, 5, 25, 0, 0, 1435, 1434, 1, 0, 0, 0, 1435, 1436, 1, 0, 0, 0, 1436, 1437, 1, 0, 0, 0, 1437, 1438, 5, 24, 0, 0, 1438, 1439, 5, 303, 0, 0, 1439, 1440, 3, 150, 75, 0, 1440, 1441, 5, 304, 0, 0, 1441, 1495, 1, 0, 0, 0, 1442, 1443, 5, 27, 0, 0, 1443, 1444, 5, 303, 0, 0, 1444, 1445, 3, 150, 75, 0, 1445, 1446, 5, 304, 0, 0, 1446, 1495, 1, 0, 0, 0, 1447, 1449, 5, 25, 0, 0, 1448, 1447, 1, 0, 0, 0, 1448, 1449, 1, 0, 0, 0, 1449, 1450, 1, 0, 0, 0, 1450, 1451, 5, 30, 0, 0, 1451, 1495, 3, 214, 107, 0, 1452, 1454, 5, 25, 0, 0, 1453, 1452, 1, 0, 0, 0, 1453, 1454, 1, 0, 0, 0, 1454, 1455, 1, 0, 0, 0, 1455, 1456, 5, 29, 0, 0, 1456, 1470, 7, 24, 0, 0, 1457, 1458, 5, 303, 0, 0, 1458, 1471, 5, 304, 0, 0, 1459, 1460, 5, 303, 0, 0, 1460, 1465, 3, 206, 103, 0, 1461, 1462, 5, 305, 0, 0, 1462, 1464, 3, 206, 103, 0, 1463, 1461, 1, 0, 0, 0, 1464, 1467, 1, 0, 0, 0, 1465, 1463, 1, 0, 0, 0, 1465, 1466, 1, 0, 0, 0, 1466, 1468, 1, 0, 0, 0, 1467, 1465, 1, 0, 0, 0, 1468, 1469, 5, 304, 0, 0, 1469, 1471, 1, 0, 0, 0, 1470, 1457, 1, 0, 0, 0, 1470, 1459, 1, 0, 0, 0, 1471, 1495, 1, 0, 0, 0, 1472, 1474, 5, 25, 0, 0, 1473, 1472, 1, 0, 0, 0, 1473, 1474, 1, 0, 0, 0, 1474, 1475, 1, 0, 0, 0, 1475, 1476, 5, 29, 0, 0, 1476, 1495, 3, 214, 107, 0, 1477, 1479, 5, 31, 0, 0, 1478, 1480, 5, 25, 0, 0, 1479, 1478, 1, 0, 0, 0, 1479, 1480, 1, 0, 0, 0, 1480, 1481, 1, 0, 0, 0, 1481, 1495, 5, 290, 0, 0, 1482, 1484, 5, 31, 0, 0, 1483, 1485, 5, 25, 0, 0, 1484, 1483, 1, 0, 0, 0, 1484, 1485, 1, 0, 0, 0, 1485, 1486, 1, 0, 0, 0, 1486, 1495, 7, 25, 0, 0, 1487, 1489, 5, 31, 0, 0, 1488, 1490, 5, 25, 0, 0, 1489, 1488, 1, 0, 0, 0, 1489, 1490, 1, 0, 0, 0, 1490, 1491, 1, 0, 0, 0, 1491, 1492, 5, 10, 0, 0, 1492, 1493, 5, 5, 0, 0, 1493, 1495, 3, 214, 107, 0, 1494, 1412, 1, 0, 0, 0, 1494, 1420, 1, 0, 0, 0, 1494, 1435, 1, 0, 0, 0, 1494, 1442, 1, 0, 0, 0, 1494, 1448, 1, 0, 0, 0, 1494, 1453, 1, 0, 0, 0, 1494, 1473, 1, 0, 0, 0, 1494, 1477, 1, 0, 0, 0, 1494, 1482, 1, 0, 0, 0, 1494, 1487, 1, 0, 0, 0, 1495, 211, 1, 0, 0, 0, 1496, 1498, 5, 25, 0, 0, 1497, 1496, 1, 0, 0, 0, 1497, 1498, 1, 0, 0, 0, 1498, 1499, 1, 0, 0, 0, 1499, 1500, 5, 29, 0, 0, 1500, 1514, 7, 24, 0, 0, 1501, 1502, 5, 303, 0, 0, 1502, 1515, 5, 304, 0, 0, 1503, 1504, 5, 303, 0, 0, 1504, 1509, 3, 206, 103, 0, 1505, 1506, 5, 305, 0, 0, 1506, 1508, 3, 206, 103, 0, 1507, 1505, 1, 0, 0, 0, 1508, 1511, 1, 0, 0, 0, 1509, 1507, 1, 0, 0, 0, 1509, 1510, 1, 0, 0, 0, 1510, 1512, 1, 0, 0, 0, 1511, 1509, 1, 0, 0, 0, 1512, 1513, 5, 304, 0, 0, 1513, 1515, 1, 0, 0, 0, 1514, 1501, 1, 0, 0, 0, 1514, 1503, 1, 0, 0, 0, 1515, 1522, 1, 0, 0, 0, 1516, 1518, 5, 25, 0, 0, 1517, 1516, 1, 0, 0, 0, 1517, 1518, 1, 0, 0, 0, 1518, 1519, 1, 0, 0, 0, 1519, 1520, 5, 29, 0, 0, 1520, 1522, 3, 214, 107, 0, 1521, 1497, 1, 0, 0, 0, 1521, 1517, 1, 0, 0, 0, 1522, 213, 1, 0, 0, 0, 1523, 1524, 6, 107, -1, 0, 1524, 1528, 3, 216, 108, 0, 1525, 1526, 7, 26, 0, 0, 1526, 1528, 3, 214, 107, 7, 1527, 1523, 1, 0, 0, 0, 1527, 1525, 1, 0, 0, 0, 1528, 1550, 1, 0, 0, 0, 1529, 1530, 10, 6, 0, 0, 1530, 1531, 7, 27, 0, 0, 1531, 1549, 3, 214, 107, 7, 1532, 1533, 10, 5, 0, 0, 1533, 1534, 7, 28, 0, 0, 1534, 1549, 3, 214, 107, 6, 1535, 1536, 10, 4, 0, 0, 1536, 1537, 5, 298, 0, 0, 1537, 1549, 3, 214, 107, 5, 1538, 1539, 10, 3, 0, 0, 1539, 1540, 5, 299, 0, 0, 1540, 1549, 3, 214, 107, 4, 1541, 1542, 10, 2, 0, 0, 1542, 1543, 5, 297, 0, 0, 1543, 1549, 3, 214, 107, 3, 1544, 1545, 10, 1, 0, 0, 1545, 1546, 3, 282, 141, 0, 1546, 1547, 3, 214, 107, 2, 1547, 1549, 1, 0, 0, 0, 1548, 1529, 1, 0, 0, 0, 1548, 1532, 1, 0, 0, 0, 1548, 1535, 1, 0, 0, 0, 1548, 1538, 1, 0, 0, 0, 1548, 1541, 1, 0, 0, 0, 1548, 1544, 1, 0, 0, 0, 1549, 1552, 1, 0, 0, 0, 1550, 1548, 1, 0, 0, 0, 1550, 1551, 1, 0, 0, 0, 1551, 215, 1, 0, 0, 0, 1552, 1550, 1, 0, 0, 0, 1553, 1554, 6, 108, -1, 0, 1554, 1556, 5, 39, 0, 0, 1555, 1557, 3, 258, 129, 0, 1556, 1555, 1, 0, 0, 0, 1557, 1558, 1, 0, 0, 0, 1558, 1556, 1, 0, 0, 0, 1558, 1559, 1, 0, 0, 0, 1559, 1562, 1, 0, 0, 0, 1560, 1561, 5, 42, 0, 0, 1561, 1563, 3, 206, 103, 0, 1562, 1560, 1, 0, 0, 0, 1562, 1563, 1, 0, 0, 0, 1563, 1564, 1, 0, 0, 0, 1564, 1565, 5, 44, 0, 0, 1565, 1645, 1, 0, 0, 0, 1566, 1567, 5, 39, 0, 0, 1567, 1569, 3, 206, 103, 0, 1568, 1570, 3, 258, 129, 0, 1569, 1568, 1, 0, 0, 0, 1570, 1571, 1, 0, 0, 0, 1571, 1569, 1, 0, 0, 0, 1571, 1572, 1, 0, 0, 0, 1572, 1575, 1, 0, 0, 0, 1573, 1574, 5, 42, 0, 0, 1574, 1576, 3, 206, 103, 0, 1575, 1573, 1, 0, 0, 0, 1575, 1576, 1, 0, 0, 0, 1576, 1577, 1, 0, 0, 0, 1577, 1578, 5, 44, 0, 0, 1578, 1645, 1, 0, 0, 0, 1579, 1580, 5, 94, 0, 0, 1580, 1581, 5, 303, 0, 0, 1581, 1582, 3, 206, 103, 0, 1582, 1583, 5, 7, 0, 0, 1583, 1584, 3, 54, 27, 0, 1584, 1585, 5, 304, 0, 0, 1585, 1645, 1, 0, 0, 0, 1586, 1587, 5, 67, 0, 0, 1587, 1588, 5, 303, 0, 0, 1588, 1591, 3, 206, 103, 0, 1589, 1590, 5, 124, 0, 0, 1590, 1592, 5, 34, 0, 0, 1591, 1589, 1, 0, 0, 0, 1591, 1592, 1, 0, 0, 0, 1592, 1593, 1, 0, 0, 0, 1593, 1594, 5, 304, 0, 0, 1594, 1645, 1, 0, 0, 0, 1595, 1596, 5, 69, 0, 0, 1596, 1597, 5, 303, 0, 0, 1597, 1600, 3, 206, 103, 0, 1598, 1599, 5, 124, 0, 0, 1599, 1601, 5, 34, 0, 0, 1600, 1598, 1, 0, 0, 0, 1600, 1601, 1, 0, 0, 0, 1601, 1602, 1, 0, 0, 0, 1602, 1603, 5, 304, 0, 0, 1603, 1645, 1, 0, 0, 0, 1604, 1605, 5, 129, 0, 0, 1605, 1606, 5, 303, 0, 0, 1606, 1607, 3, 214, 107, 0, 1607, 1608, 5, 24, 0, 0, 1608, 1609, 3, 214, 107, 0, 1609, 1610, 5, 304, 0, 0, 1610, 1645, 1, 0, 0, 0, 1611, 1645, 3, 292, 146, 0, 1612, 1645, 5, 312, 0, 0, 1613, 1614, 3, 262, 131, 0, 1614, 1615, 5, 300, 0, 0, 1615, 1616, 5, 312, 0, 0, 1616, 1645, 1, 0, 0, 0, 1617, 1618, 5, 303, 0, 0, 1618, 1619, 3, 150, 75, 0, 1619, 1620, 5, 304, 0, 0, 1620, 1645, 1, 0, 0, 0, 1621, 1622, 3, 218, 109, 0, 1622, 1634, 5, 303, 0, 0, 1623, 1625, 3, 300, 150, 0, 1624, 1623, 1, 0, 0, 0, 1624, 1625, 1, 0, 0, 0, 1625, 1626, 1, 0, 0, 0, 1626, 1631, 3, 206, 103, 0, 1627, 1628, 5, 305, 0, 0, 1628, 1630, 3, 206, 103, 0, 1629, 1627, 1, 0, 0, 0, 1630, 1633, 1, 0, 0, 0, 1631, 1629, 1, 0, 0, 0, 1631, 1632, 1, 0, 0, 0, 1632, 1635, 1, 0, 0, 0, 1633, 1631, 1, 0, 0, 0, 1634, 1624, 1, 0, 0, 0, 1634, 1635, 1, 0, 0, 0, 1635, 1636, 1, 0, 0, 0, 1636, 1637, 5, 304, 0, 0, 1637, 1645, 1, 0, 0, 0, 1638, 1645, 3, 250, 125, 0, 1639, 1645, 3, 220, 110, 0, 1640, 1641, 5, 303, 0, 0, 1641, 1642, 3, 206, 103, 0, 1642, 1643, 5, 304, 0, 0, 1643, 1645, 1, 0, 0, 0, 1644, 1553, 1, 0, 0, 0, 1644, 1566, 1, 0, 0, 0, 1644, 1579, 1, 0, 0, 0, 1644, 1586, 1, 0, 0, 0, 1644, 1595, 1, 0, 0, 0, 1644, 1604, 1, 0, 0, 0, 1644, 1611, 1, 0, 0, 0, 1644, 1612, 1, 0, 0, 0, 1644, 1613, 1, 0, 0, 0, 1644, 1617, 1, 0, 0, 0, 1644, 1621, 1, 0, 0, 0, 1644, 1638, 1, 0, 0, 0, 1644, 1639, 1, 0, 0, 0, 1644, 1640, 1, 0, 0, 0, 1645, 1653, 1, 0, 0, 0, 1646, 1647, 10, 4, 0, 0, 1647, 1648, 5, 301, 0, 0, 1648, 1649, 3, 214, 107, 0, 1649, 1650, 5, 302, 0, 0, 1650, 1652, 1, 0, 0, 0, 1651, 1646, 1, 0, 0, 0, 1652, 1655, 1, 0, 0, 0, 1653, 1651, 1, 0, 0, 0, 1653, 1654, 1, 0, 0, 0, 1654, 217, 1, 0, 0, 0, 1655, 1653, 1, 0, 0, 0, 1656, 1657, 3, 262, 131, 0, 1657, 219, 1, 0, 0, 0, 1658, 1659, 3, 262, 131, 0, 1659, 221, 1, 0, 0, 0, 1660, 1661, 3, 250, 125, 0, 1661, 223, 1, 0, 0, 0, 1662, 1665, 3, 250, 125, 0, 1663, 1665, 3, 220, 110, 0, 1664, 1662, 1, 0, 0, 0, 1664, 1663, 1, 0, 0, 0, 1665, 225, 1, 0, 0, 0, 1666, 1669, 5, 38, 0, 0, 1667, 1670, 3, 228, 114, 0, 1668, 1670, 3, 232, 116, 0, 1669, 1667, 1, 0, 0, 0, 1669, 1668, 1, 0, 0, 0, 1669, 1670, 1, 0, 0, 0, 1670, 227, 1, 0, 0, 0, 1671, 1673, 3, 230, 115, 0, 1672, 1674, 3, 234, 117, 0, 1673, 1672, 1, 0, 0, 0, 1673, 1674, 1, 0, 0, 0, 1674, 229, 1, 0, 0, 0, 1675, 1676, 3, 236, 118, 0, 1676, 1677, 3, 250, 125, 0, 1677, 1679, 1, 0, 0, 0, 1678, 1675, 1, 0, 0, 0, 1679, 1680, 1, 0, 0, 0, 1680, 1678, 1, 0, 0, 0, 1680, 1681, 1, 0, 0, 0, 1681, 231, 1, 0, 0, 0, 1682, 1685, 3, 234, 117, 0, 1683, 1686, 3, 230, 115, 0, 1684, 1686, 3, 234, 117, 0, 1685, 1683, 1, 0, 0, 0, 1685, 1684, 1, 0, 0, 0, 1685, 1686, 1, 0, 0, 0, 1686, 233, 1, 0, 0, 0, 1687, 1688, 3, 236, 118, 0, 1688, 1689, 3, 250, 125, 0, 1689, 1690, 5, 109, 0, 0, 1690, 1691, 3, 250, 125, 0, 1691, 235, 1, 0, 0, 0, 1692, 1694, 7, 29, 0, 0, 1693, 1692, 1, 0, 0, 0, 1693, 1694, 1, 0, 0, 0, 1694, 1695, 1, 0, 0, 0, 1695, 1698, 7, 30, 0, 0, 1696, 1698, 5, 322, 0, 0, 1697, 1693, 1, 0, 0, 0, 1697, 1696, 1, 0, 0, 0, 1698, 237, 1, 0, 0, 0, 1699, 1701, 5, 7, 0, 0, 1700, 1699, 1, 0, 0, 0, 1700, 1701, 1, 0, 0, 0, 1701, 1702, 1, 0, 0, 0, 1702, 1704, 3, 252, 126, 0, 1703, 1705, 3, 246, 123, 0, 1704, 1703, 1, 0, 0, 0, 1704, 1705, 1, 0, 0, 0, 1705, 239, 1, 0, 0, 0, 1706, 1708, 5, 7, 0, 0, 1707, 1706, 1, 0, 0, 0, 1707, 1708, 1, 0, 0, 0, 1708, 1709, 1, 0, 0, 0, 1709, 1711, 3, 252, 126, 0, 1710, 1712, 3, 246, 123, 0, 1711, 1710, 1, 0, 0, 0, 1711, 1712, 1, 0, 0, 0, 1712, 241, 1, 0, 0, 0, 1713, 1714, 3, 250, 125, 0, 1714, 1715, 3, 244, 122, 0, 1715, 243, 1, 0, 0, 0, 1716, 1717, 5, 131, 0, 0, 1717, 1719, 3, 250, 125, 0, 1718, 1716, 1, 0, 0, 0, 1719, 1720, 1, 0, 0, 0, 1720, 1718, 1, 0, 0, 0, 1720, 1721, 1, 0, 0, 0, 1721, 1724, 1, 0, 0, 0, 1722, 1724, 1, 0, 0, 0, 1723, 1718, 1, 0, 0, 0, 1723, 1722, 1, 0, 0, 0, 1724, 245, 1, 0, 0, 0, 1725, 1726, 5, 303, 0, 0, 1726, 1727, 3, 248, 124, 0, 1727, 1728, 5, 304, 0, 0, 1728, 247, 1, 0, 0, 0, 1729, 1734, 3, 250, 125, 0, 1730, 1731, 5, 305, 0, 0, 1731, 1733, 3, 250, 125, 0, 1732, 1730, 1, 0, 0, 0, 1733, 1736, 1, 0, 0, 0, 1734, 1732, 1, 0, 0, 0, 1734, 1735, 1, 0, 0, 0, 1735, 249, 1, 0, 0, 0, 1736, 1734, 1, 0, 0, 0, 1737, 1740, 3, 252, 126, 0, 1738, 1740, 3, 304, 152, 0, 1739, 1737, 1, 0, 0, 0, 1739, 1738, 1, 0, 0, 0, 1740, 251, 1, 0, 0, 0, 1741, 1746, 3, 254, 127, 0, 1742, 1746, 3, 256, 128, 0, 1743, 1746, 3, 302, 151, 0, 1744, 1746, 3, 306, 153, 0, 1745, 1741, 1, 0, 0, 0, 1745, 1742, 1, 0, 0, 0, 1745, 1743, 1, 0, 0, 0, 1745, 1744, 1, 0, 0, 0, 1746, 253, 1, 0, 0, 0, 1747, 1748, 7, 31, 0, 0, 1748, 255, 1, 0, 0, 0, 1749, 1750, 5, 322, 0, 0, 1750, 257, 1, 0, 0, 0, 1751, 1752, 5, 40, 0, 0, 1752, 1753, 3, 206, 103, 0, 1753, 1754, 5, 41, 0, 0, 1754, 1755, 3, 206, 103, 0, 1755, 259, 1, 0, 0, 0, 1756, 1761, 3, 262, 131, 0, 1757, 1758, 5, 305, 0, 0, 1758, 1760, 3, 262, 131, 0, 1759, 1757, 1, 0, 0, 0, 1760, 1763, 1, 0, 0, 0, 1761, 1759, 1, 0, 0, 0, 1761, 1762, 1, 0, 0, 0, 1762, 261, 1, 0, 0, 0, 1763, 1761, 1, 0, 0, 0, 1764, 1768, 5, 326, 0, 0, 1765, 1767, 5, 320, 0, 0, 1766, 1765, 1, 0, 0, 0, 1767, 1770, 1, 0, 0, 0, 1768, 1769, 1, 0, 0, 0, 1768, 1766, 1, 0, 0, 0, 1769, 263, 1, 0, 0, 0, 1770, 1768, 1, 0, 0, 0, 1771, 1775, 7, 32, 0, 0, 1772, 1774, 7, 33, 0, 0, 1773, 1772, 1, 0, 0, 0, 1774, 1777, 1, 0, 0, 0, 1775, 1776, 1, 0, 0, 0, 1775, 1773, 1, 0, 0, 0, 1776, 265, 1, 0, 0, 0, 1777, 1775, 1, 0, 0, 0, 1778, 1779, 5, 70, 0, 0, 1779, 1780, 3, 272, 136, 0, 1780, 267, 1, 0, 0, 0, 1781, 1782, 5, 128, 0, 0, 1782, 1783, 5, 25, 0, 0, 1783, 1784, 5, 27, 0, 0, 1784, 269, 1, 0, 0, 0, 1785, 1786, 5, 128, 0, 0, 1786, 1787, 5, 27, 0, 0, 1787, 271, 1, 0, 0, 0, 1788, 1789, 5, 303, 0, 0, 1789, 1794, 3, 274, 137, 0, 1790, 1791, 5, 305, 0, 0, 1791, 1793, 3, 274, 137, 0, 1792, 1790, 1, 0, 0, 0, 1793, 1796, 1, 0, 0, 0, 1794, 1792, 1, 0, 0, 0, 1794, 1795, 1, 0, 0, 0, 1795, 1797, 1, 0, 0, 0, 1796, 1794, 1, 0, 0, 0, 1797, 1798, 5, 304, 0, 0, 1798, 273, 1, 0, 0, 0, 1799, 1804, 3, 276, 138, 0, 1800, 1802, 5, 292, 0, 0, 1801, 1800, 1, 0, 0, 0, 1801, 1802, 1, 0, 0, 0, 1802, 1803, 1, 0, 0, 0, 1803, 1805, 3, 278, 139, 0, 1804, 1801, 1, 0, 0, 0, 1804, 1805, 1, 0, 0, 0, 1805, 275, 1, 0, 0, 0, 1806, 1810, 3, 250, 125, 0, 1807, 1810, 3, 220, 110, 0, 1808, 1810, 5, 322, 0, 0, 1809, 1806, 1, 0, 0, 0, 1809, 1807, 1, 0, 0, 0, 1809, 1808, 1, 0, 0, 0, 1810, 277, 1, 0, 0, 0, 1811, 1816, 5, 323, 0, 0, 1812, 1816, 5, 324, 0, 0, 1813, 1816, 3, 298, 149, 0, 1814, 1816, 5, 322, 0, 0, 1815, 1811, 1, 0, 0, 0, 1815, 1812, 1, 0, 0, 0, 1815, 1813, 1, 0, 0, 0, 1815, 1814, 1, 0, 0, 0, 1816, 279, 1, 0, 0, 0, 1817, 1824, 5, 23, 0, 0, 1818, 1819, 5, 298, 0, 0, 1819, 1824, 5, 298, 0, 0, 1820, 1824, 5, 22, 0, 0, 1821, 1822, 5, 297, 0, 0, 1822, 1824, 5, 297, 0, 0, 1823, 1817, 1, 0, 0, 0, 1823, 1818, 1, 0, 0, 0, 1823, 1820, 1, 0, 0, 0, 1823, 1821, 1, 0, 0, 0, 1824, 281, 1, 0, 0, 0, 1825, 1840, 5, 292, 0, 0, 1826, 1840, 5, 293, 0, 0, 1827, 1840, 5, 294, 0, 0, 1828, 1829, 5, 294, 0, 0, 1829, 1840, 5, 292, 0, 0, 1830, 1831, 5, 293, 0, 0, 1831, 1840, 5, 292, 0, 0, 1832, 1833, 5, 294, 0, 0, 1833, 1840, 5, 293, 0, 0, 1834, 1835, 5, 295, 0, 0, 1835, 1840, 5, 292, 0, 0, 1836, 1837, 5, 294, 0, 0, 1837, 1838, 5, 292, 0, 0, 1838, 1840, 5, 293, 0, 0, 1839, 1825, 1, 0, 0, 0, 1839, 1826, 1, 0, 0, 0, 1839, 1827, 1, 0, 0, 0, 1839, 1828, 1, 0, 0, 0, 1839, 1830, 1, 0, 0, 0, 1839, 1832, 1, 0, 0, 0, 1839, 1834, 1, 0, 0, 0, 1839, 1836, 1, 0, 0, 0, 1840, 283, 1, 0, 0, 0, 1841, 1842, 5, 294, 0, 0, 1842, 1849, 5, 294, 0, 0, 1843, 1844, 5, 293, 0, 0, 1844, 1849, 5, 293, 0, 0, 1845, 1849, 5, 298, 0, 0, 1846, 1849, 5, 299, 0, 0, 1847, 1849, 5, 297, 0, 0, 1848, 1841, 1, 0, 0, 0, 1848, 1843, 1, 0, 0, 0, 1848, 1845, 1, 0, 0, 0, 1848, 1846, 1, 0, 0, 0, 1848, 1847, 1, 0, 0, 0, 1849, 285, 1, 0, 0, 0, 1850, 1851, 7, 34, 0, 0, 1851, 287, 1, 0, 0, 0, 1852, 1853, 7, 35, 0, 0, 1853, 289, 1, 0, 0, 0, 1854, 1855, 3, 262, 131, 0, 1855, 291, 1, 0, 0, 0, 1856, 1869, 3, 294, 147, 0, 1857, 1869, 3, 296, 148, 0, 1858, 1869, 3, 226, 113, 0, 1859, 1860, 5, 314, 0, 0, 1860, 1869, 3, 296, 148, 0, 1861, 1869, 3, 298, 149, 0, 1862, 1869, 5, 324, 0, 0, 1863, 1869, 5, 325, 0, 0, 1864, 1866, 5, 25, 0, 0, 1865, 1864, 1, 0, 0, 0, 1865, 1866, 1, 0, 0, 0, 1866, 1867, 1, 0, 0, 0, 1867, 1869, 5, 290, 0, 0, 1868, 1856, 1, 0, 0, 0, 1868, 1857, 1, 0, 0, 0, 1868, 1858, 1, 0, 0, 0, 1868, 1859, 1, 0, 0, 0, 1868, 1861, 1, 0, 0, 0, 1868, 1862, 1, 0, 0, 0, 1868, 1863, 1, 0, 0, 0, 1868, 1865, 1, 0, 0, 0, 1869, 293, 1, 0, 0, 0, 1870, 1871, 5, 322, 0, 0, 1871, 295, 1, 0, 0, 0, 1872, 1873, 5, 323, 0, 0, 1873, 297, 1, 0, 0, 0, 1874, 1875, 7, 25, 0, 0, 1875, 299, 1, 0, 0, 0, 1876, 1877, 7, 36, 0, 0, 1877, 301, 1, 0, 0, 0, 1878, 1879, 7, 37, 0, 0, 1879, 303, 1, 0, 0, 0, 1880, 1881, 7, 38, 0, 0, 1881, 305, 1, 0, 0, 0, 1882, 1883, 7, 39, 0, 0, 1883, 307, 1, 0, 0, 0, 224, 316, 319, 321, 336, 354, 358, 367, 372, 379, 386, 390, 399, 411, 414, 421, 429, 434, 437, 444, 452, 456, 468, 476, 480, 501, 505, 509, 513, 522, 527, 531, 535, 539, 542, 546, 551, 557, 562, 567, 570, 574, 582, 590, 594, 598, 602, 606, 610, 614, 618, 622, 624, 634, 642, 666, 673, 688, 691, 699, 711, 735, 748, 753, 757, 765, 769, 777, 787, 791, 797, 801, 805, 808, 817, 821, 828, 831, 841, 851, 866, 877, 881, 888, 893, 899, 903, 910, 914, 918, 922, 930, 934, 939, 945, 951, 954, 958, 969, 978, 992, 1004, 1016, 1027, 1030, 1034, 1037, 1039, 1044, 1048, 1051, 1055, 1064, 1074, 1079, 1091, 1094, 1097, 1100, 1104, 1112, 1115, 1119, 1122, 1133, 1142, 1145, 1148, 1153, 1155, 1157, 1162, 1165, 1169, 1172, 1175, 1187, 1194, 1205, 1226, 1231, 1243, 1255, 1267, 1279, 1292, 1297, 1309, 1314, 1319, 1327, 1335, 1345, 1348, 1357, 1360, 1363, 1369, 1373, 1379, 1396, 1398, 1406, 1408, 1412, 1420, 1429, 1435, 1448, 1453, 1465, 1470, 1473, 1479, 1484, 1489, 1494, 1497, 1509, 1514, 1517, 1521, 1527, 1548, 1550, 1558, 1562, 1571, 1575, 1591, 1600, 1624, 1631, 1634, 1644, 1653, 1664, 1669, 1673, 1680, 1685, 1693, 1697, 1700, 1704, 1707, 1711, 1720, 1723, 1734, 1739, 1745, 1761, 1768, 1775, 1794, 1801, 1804, 1809, 1815, 1823, 1839, 1848, 1865, 1868] \ No newline at end of file diff --git a/src/lib/flinksql/FlinkSqlParser.tokens b/src/lib/flinksql/FlinkSqlParser.tokens index 92f628a..eafa92c 100644 --- a/src/lib/flinksql/FlinkSqlParser.tokens +++ b/src/lib/flinksql/FlinkSqlParser.tokens @@ -68,262 +68,264 @@ FIRST=67 AFTER=68 LAST=69 WITH=70 -VALUES=71 -CREATE=72 -TABLE=73 -DIRECTORY=74 -VIEW=75 -REPLACE=76 -EXECUTE=77 -STATEMENT=78 -INSERT=79 -DELETE=80 -REMOVE=81 -INTO=82 -DESCRIBE=83 -EXPLAIN=84 -PLAN=85 -CHANGELOG_MODE=86 -JSON_EXECUTION_PLAN=87 -ESTIMATED_COST=88 -FORMAT=89 -LOGICAL=90 -CODEGEN=91 -COST=92 -CAST=93 -SHOW=94 -TABLES=95 -COLUMNS=96 -COLUMN=97 -USE=98 -MODULE=99 -MODULES=100 -PARTITIONS=101 -FUNCTIONS=102 -DROP=103 -UNION=104 -EXCEPT=105 -SETMINUS=106 -INTERSECT=107 -TO=108 -TABLESAMPLE=109 -STRATIFY=110 -ALTER=111 -RENAME=112 -STRUCT=113 -COMMENT=114 -SET=115 -RESET=116 -DATA=117 -START=118 -TRANSACTION=119 -COMMIT=120 -ROLLBACK=121 -MACRO=122 -IGNORE=123 -BOTH=124 -LEADING=125 -TRAILING=126 -IF=127 -POSITION=128 -EXTRACT=129 -MINUS=130 -DIV=131 -PERCENTLIT=132 -BUCKET=133 -OUT=134 -OF=135 -SORT=136 -CLUSTER=137 -DISTRIBUTE=138 -OVERWRITE=139 -TRANSFORM=140 -REDUCE=141 -USING=142 -SERDE=143 -SERDEPROPERTIES=144 -RECORDREADER=145 -RECORDWRITER=146 -DELIMITED=147 -FIELDS=148 -TERMINATED=149 -COLLECTION=150 -ITEMS=151 -KEYS=152 -ESCAPED=153 -LINES=154 -SEPARATED=155 -FUNCTION=156 -EXTENDED=157 -REFRESH=158 -CLEAR=159 -CACHE=160 -UNCACHE=161 -LAZY=162 -FORMATTED=163 -GLOBAL=164 -TEMPORARY=165 -OPTIONS=166 -UNSET=167 -TBLPROPERTIES=168 -DBPROPERTIES=169 -BUCKETS=170 -SKEWED=171 -STORED=172 -DIRECTORIES=173 -LOCATION=174 -EXCHANGE=175 -ARCHIVE=176 -UNARCHIVE=177 -FILEFORMAT=178 -TOUCH=179 -COMPACT=180 -CONCATENATE=181 -CHANGE=182 -CASCADE=183 -CONSTRAINT=184 -RESTRICT=185 -CLUSTERED=186 -SORTED=187 -PURGE=188 -INPUTFORMAT=189 -OUTPUTFORMAT=190 -DATABASE=191 -DATABASES=192 -DFS=193 -TRUNCATE=194 -ANALYZE=195 -COMPUTE=196 -LIST=197 -STATISTICS=198 -PARTITIONED=199 -EXTERNAL=200 -DEFINED=201 -REVOKE=202 -GRANT=203 -LOCK=204 -UNLOCK=205 -MSCK=206 -REPAIR=207 -RECOVER=208 -EXPORT=209 -IMPORT=210 -LOAD=211 -UNLOAD=212 -ROLE=213 -ROLES=214 -COMPACTIONS=215 -PRINCIPALS=216 -TRANSACTIONS=217 -INDEX=218 -INDEXES=219 -LOCKS=220 -OPTION=221 -ANTI=222 -LOCAL=223 -INPATH=224 -WATERMARK=225 -UNNEST=226 -MATCH=227 -NEXT=228 -WITHIN=229 -WS=230 -SYSTEM=231 -INCLUDING=232 -EXCLUDING=233 -OVERWRITING=234 -CONSTRAINTS=235 -GENERATED=236 -WATERMARKS=237 -CATALOG=238 -LANGUAGE=239 -JAVA=240 -SCALA=241 -PYTHON=242 -JAR=243 -FILE=244 -PYTHON_FILES=245 -PYTHON_REQUIREMENTS=246 -PYTHON_DEPENDENCIES=247 -PYTHON_JAR=248 -PYTHON_ARCHIVES=249 -PYTHON_PARAMETER=250 -ENGINE=251 -CATALOGS=252 -VIEWS=253 -JARS=254 -PRIMARY=255 -KEY=256 -PERIOD=257 -SYSTEM_TIME=258 -ENFORCED=259 -METADATA=260 -VIRTUAL=261 -STRING=262 -ARRAY=263 -MAP=264 -CHAR=265 -VARCHAR=266 -BINARY=267 -VARBINARY=268 -BYTES=269 -DECIMAL=270 -DEC=271 -NUMERIC=272 -TINYINT=273 -SMALLINT=274 -INT=275 -INTEGER=276 -BIGINT=277 -FLOAT=278 -DOUBLE=279 -DATE=280 -TIME=281 -TIMESTAMP=282 -TIMESTAMP_LTZ=283 -MULTISET=284 -BOOLEAN=285 -RAW=286 -ROW=287 -NULL=288 -DATETIME=289 -EQUAL_SYMBOL=290 -GREATER_SYMBOL=291 -LESS_SYMBOL=292 -EXCLAMATION_SYMBOL=293 -BIT_NOT_OP=294 -BIT_OR_OP=295 -BIT_AND_OP=296 -BIT_XOR_OP=297 -DOT=298 -LS_BRACKET=299 -RS_BRACKET=300 -LR_BRACKET=301 -RR_BRACKET=302 -COMMA=303 -SEMICOLON=304 -AT_SIGN=305 -SINGLE_QUOTE_SYMB=306 -DOUBLE_QUOTE_SYMB=307 -REVERSE_QUOTE_SYMB=308 -COLON_SYMB=309 -ASTERISK_SIGN=310 -UNDERLINE_SIGN=311 -HYPNEN_SIGN=312 -ADD_SIGN=313 -PENCENT_SIGN=314 -DOUBLE_VERTICAL_SIGN=315 -DOUBLE_HYPNEN_SIGN=316 -SLASH_SIGN=317 -DOT_ID=318 -PLUS_DOT_ID=319 -STRING_LITERAL=320 -DIG_LITERAL=321 -REAL_LITERAL=322 -BIT_STRING=323 -ID_LITERAL=324 -PLUS_ID_LITERAL=325 -FILE_PATH=326 +WITHOUT=71 +VALUES=72 +CREATE=73 +TABLE=74 +DIRECTORY=75 +VIEW=76 +REPLACE=77 +EXECUTE=78 +STATEMENT=79 +INSERT=80 +DELETE=81 +REMOVE=82 +INTO=83 +DESCRIBE=84 +EXPLAIN=85 +PLAN=86 +CHANGELOG_MODE=87 +JSON_EXECUTION_PLAN=88 +ESTIMATED_COST=89 +FORMAT=90 +LOGICAL=91 +CODEGEN=92 +COST=93 +CAST=94 +SHOW=95 +TABLES=96 +COLUMNS=97 +COLUMN=98 +USE=99 +MODULE=100 +MODULES=101 +PARTITIONS=102 +FUNCTIONS=103 +DROP=104 +UNION=105 +EXCEPT=106 +SETMINUS=107 +INTERSECT=108 +TO=109 +TABLESAMPLE=110 +STRATIFY=111 +ALTER=112 +RENAME=113 +STRUCT=114 +COMMENT=115 +SET=116 +RESET=117 +DATA=118 +START=119 +TRANSACTION=120 +COMMIT=121 +ROLLBACK=122 +MACRO=123 +IGNORE=124 +BOTH=125 +LEADING=126 +TRAILING=127 +IF=128 +POSITION=129 +EXTRACT=130 +MINUS=131 +DIV=132 +PERCENTLIT=133 +BUCKET=134 +OUT=135 +OF=136 +SORT=137 +CLUSTER=138 +DISTRIBUTE=139 +OVERWRITE=140 +TRANSFORM=141 +REDUCE=142 +USING=143 +SERDE=144 +SERDEPROPERTIES=145 +RECORDREADER=146 +RECORDWRITER=147 +DELIMITED=148 +FIELDS=149 +TERMINATED=150 +COLLECTION=151 +ITEMS=152 +KEYS=153 +ESCAPED=154 +LINES=155 +SEPARATED=156 +FUNCTION=157 +EXTENDED=158 +REFRESH=159 +CLEAR=160 +CACHE=161 +UNCACHE=162 +LAZY=163 +FORMATTED=164 +GLOBAL=165 +TEMPORARY=166 +OPTIONS=167 +UNSET=168 +TBLPROPERTIES=169 +DBPROPERTIES=170 +BUCKETS=171 +SKEWED=172 +STORED=173 +DIRECTORIES=174 +LOCATION=175 +EXCHANGE=176 +ARCHIVE=177 +UNARCHIVE=178 +FILEFORMAT=179 +TOUCH=180 +COMPACT=181 +CONCATENATE=182 +CHANGE=183 +CASCADE=184 +CONSTRAINT=185 +RESTRICT=186 +CLUSTERED=187 +SORTED=188 +PURGE=189 +INPUTFORMAT=190 +OUTPUTFORMAT=191 +DATABASE=192 +DATABASES=193 +DFS=194 +TRUNCATE=195 +ANALYZE=196 +COMPUTE=197 +LIST=198 +STATISTICS=199 +PARTITIONED=200 +EXTERNAL=201 +DEFINED=202 +REVOKE=203 +GRANT=204 +LOCK=205 +UNLOCK=206 +MSCK=207 +REPAIR=208 +RECOVER=209 +EXPORT=210 +IMPORT=211 +LOAD=212 +UNLOAD=213 +ROLE=214 +ROLES=215 +COMPACTIONS=216 +PRINCIPALS=217 +TRANSACTIONS=218 +INDEX=219 +INDEXES=220 +LOCKS=221 +OPTION=222 +ANTI=223 +LOCAL=224 +INPATH=225 +WATERMARK=226 +UNNEST=227 +MATCH=228 +NEXT=229 +WITHIN=230 +WS=231 +SYSTEM=232 +INCLUDING=233 +EXCLUDING=234 +OVERWRITING=235 +CONSTRAINTS=236 +GENERATED=237 +WATERMARKS=238 +CATALOG=239 +LANGUAGE=240 +JAVA=241 +SCALA=242 +PYTHON=243 +JAR=244 +FILE=245 +PYTHON_FILES=246 +PYTHON_REQUIREMENTS=247 +PYTHON_DEPENDENCIES=248 +PYTHON_JAR=249 +PYTHON_ARCHIVES=250 +PYTHON_PARAMETER=251 +ENGINE=252 +CATALOGS=253 +VIEWS=254 +JARS=255 +PRIMARY=256 +KEY=257 +PERIOD=258 +SYSTEM_TIME=259 +ENFORCED=260 +METADATA=261 +VIRTUAL=262 +ZONE=263 +STRING=264 +ARRAY=265 +MAP=266 +CHAR=267 +VARCHAR=268 +BINARY=269 +VARBINARY=270 +BYTES=271 +DECIMAL=272 +DEC=273 +NUMERIC=274 +TINYINT=275 +SMALLINT=276 +INT=277 +INTEGER=278 +BIGINT=279 +FLOAT=280 +DOUBLE=281 +DATE=282 +TIME=283 +TIMESTAMP=284 +TIMESTAMP_LTZ=285 +MULTISET=286 +BOOLEAN=287 +RAW=288 +ROW=289 +NULL=290 +DATETIME=291 +EQUAL_SYMBOL=292 +GREATER_SYMBOL=293 +LESS_SYMBOL=294 +EXCLAMATION_SYMBOL=295 +BIT_NOT_OP=296 +BIT_OR_OP=297 +BIT_AND_OP=298 +BIT_XOR_OP=299 +DOT=300 +LS_BRACKET=301 +RS_BRACKET=302 +LR_BRACKET=303 +RR_BRACKET=304 +COMMA=305 +SEMICOLON=306 +AT_SIGN=307 +SINGLE_QUOTE_SYMB=308 +DOUBLE_QUOTE_SYMB=309 +REVERSE_QUOTE_SYMB=310 +COLON_SYMB=311 +ASTERISK_SIGN=312 +UNDERLINE_SIGN=313 +HYPNEN_SIGN=314 +ADD_SIGN=315 +PENCENT_SIGN=316 +DOUBLE_VERTICAL_SIGN=317 +DOUBLE_HYPNEN_SIGN=318 +SLASH_SIGN=319 +DOT_ID=320 +PLUS_DOT_ID=321 +STRING_LITERAL=322 +DIG_LITERAL=323 +REAL_LITERAL=324 +BIT_STRING=325 +ID_LITERAL=326 +PLUS_ID_LITERAL=327 +FILE_PATH=328 'SELECT'=4 'FROM'=5 'ADD'=6 @@ -391,250 +393,252 @@ FILE_PATH=326 'AFTER'=68 'LAST'=69 'WITH'=70 -'VALUES'=71 -'CREATE'=72 -'TABLE'=73 -'DIRECTORY'=74 -'VIEW'=75 -'REPLACE'=76 -'EXECUTE'=77 -'STATEMENT'=78 -'INSERT'=79 -'DELETE'=80 -'REMOVE'=81 -'INTO'=82 -'DESCRIBE'=83 -'EXPLAIN'=84 -'PLAN'=85 -'CHANGELOG_MODE'=86 -'JSON_EXECUTION_PLAN'=87 -'ESTIMATED_COST'=88 -'FORMAT'=89 -'LOGICAL'=90 -'CODEGEN'=91 -'COST'=92 -'CAST'=93 -'SHOW'=94 -'TABLES'=95 -'COLUMNS'=96 -'COLUMN'=97 -'USE'=98 -'MODULE'=99 -'MODULES'=100 -'PARTITIONS'=101 -'FUNCTIONS'=102 -'DROP'=103 -'UNION'=104 -'EXCEPT'=105 -'SETMINUS'=106 -'INTERSECT'=107 -'TO'=108 -'TABLESAMPLE'=109 -'STRATIFY'=110 -'ALTER'=111 -'RENAME'=112 -'STRUCT'=113 -'COMMENT'=114 -'SET'=115 -'RESET'=116 -'DATA'=117 -'START'=118 -'TRANSACTION'=119 -'COMMIT'=120 -'ROLLBACK'=121 -'MACRO'=122 -'IGNORE'=123 -'BOTH'=124 -'LEADING'=125 -'TRAILING'=126 -'IF'=127 -'POSITION'=128 -'EXTRACT'=129 -'MINUS'=130 -'DIV'=131 -'PERCENTLIT'=132 -'BUCKET'=133 -'OUT'=134 -'OF'=135 -'SORT'=136 -'CLUSTER'=137 -'DISTRIBUTE'=138 -'OVERWRITE'=139 -'TRANSFORM'=140 -'REDUCE'=141 -'USING'=142 -'SERDE'=143 -'SERDEPROPERTIES'=144 -'RECORDREADER'=145 -'RECORDWRITER'=146 -'DELIMITED'=147 -'FIELDS'=148 -'TERMINATED'=149 -'COLLECTION'=150 -'ITEMS'=151 -'KEYS'=152 -'ESCAPED'=153 -'LINES'=154 -'SEPARATED'=155 -'FUNCTION'=156 -'EXTENDED'=157 -'REFRESH'=158 -'CLEAR'=159 -'CACHE'=160 -'UNCACHE'=161 -'LAZY'=162 -'FORMATTED'=163 -'GLOBAL'=164 -'TEMPORARY'=165 -'OPTIONS'=166 -'UNSET'=167 -'TBLPROPERTIES'=168 -'DBPROPERTIES'=169 -'BUCKETS'=170 -'SKEWED'=171 -'STORED'=172 -'DIRECTORIES'=173 -'LOCATION'=174 -'EXCHANGE'=175 -'ARCHIVE'=176 -'UNARCHIVE'=177 -'FILEFORMAT'=178 -'TOUCH'=179 -'COMPACT'=180 -'CONCATENATE'=181 -'CHANGE'=182 -'CASCADE'=183 -'CONSTRAINT'=184 -'RESTRICT'=185 -'CLUSTERED'=186 -'SORTED'=187 -'PURGE'=188 -'INPUTFORMAT'=189 -'OUTPUTFORMAT'=190 -'DATABASE'=191 -'DATABASES'=192 -'DFS'=193 -'TRUNCATE'=194 -'ANALYZE'=195 -'COMPUTE'=196 -'LIST'=197 -'STATISTICS'=198 -'PARTITIONED'=199 -'EXTERNAL'=200 -'DEFINED'=201 -'REVOKE'=202 -'GRANT'=203 -'LOCK'=204 -'UNLOCK'=205 -'MSCK'=206 -'REPAIR'=207 -'RECOVER'=208 -'EXPORT'=209 -'IMPORT'=210 -'LOAD'=211 -'UNLOAD'=212 -'ROLE'=213 -'ROLES'=214 -'COMPACTIONS'=215 -'PRINCIPALS'=216 -'TRANSACTIONS'=217 -'INDEX'=218 -'INDEXES'=219 -'LOCKS'=220 -'OPTION'=221 -'ANTI'=222 -'LOCAL'=223 -'INPATH'=224 -'WATERMARK'=225 -'UNNEST'=226 -'MATCH'=227 -'NEXT'=228 -'WITHIN'=229 -'WS'=230 -'SYSTEM'=231 -'INCLUDING'=232 -'EXCLUDING'=233 -'OVERWRITING'=234 -'CONSTRAINTS'=235 -'GENERATED'=236 -'WATERMARKS'=237 -'CATALOG'=238 -'LANGUAGE'=239 -'JAVA'=240 -'SCALA'=241 -'PYTHON'=242 -'JAR'=243 -'FILE'=244 -'PYTHON_FILES'=245 -'PYTHON_REQUIREMENTS'=246 -'PYTHON_DEPENDENCIES'=247 -'PYTHON_JAR'=248 -'PYTHON_ARCHIVES'=249 -'PYTHON_PARAMETER'=250 -'ENGINE'=251 -'CATALOGS'=252 -'VIEWS'=253 -'JARS'=254 -'PRIMARY'=255 -'KEY'=256 -'PERIOD'=257 -'SYSTEM_TIME'=258 -'ENFORCED'=259 -'METADATA'=260 -'VIRTUAL'=261 -'STRING'=262 -'ARRAY'=263 -'MAP'=264 -'CHAR'=265 -'VARCHAR'=266 -'BINARY'=267 -'VARBINARY'=268 -'BYTES'=269 -'DECIMAL'=270 -'DEC'=271 -'NUMERIC'=272 -'TINYINT'=273 -'SMALLINT'=274 -'INT'=275 -'INTEGER'=276 -'BIGINT'=277 -'FLOAT'=278 -'DOUBLE'=279 -'DATE'=280 -'TIME'=281 -'TIMESTAMP'=282 -'TIMESTAMP_LTZ'=283 -'MULTISET'=284 -'BOOLEAN'=285 -'RAW'=286 -'ROW'=287 -'NULL'=288 -'DATETIME'=289 -'='=290 -'>'=291 -'<'=292 -'!'=293 -'~'=294 -'|'=295 -'&'=296 -'^'=297 -'.'=298 -'['=299 -']'=300 -'('=301 -')'=302 -','=303 -';'=304 -'@'=305 -'\''=306 -'"'=307 -'`'=308 -':'=309 -'*'=310 -'_'=311 -'-'=312 -'+'=313 -'%'=314 -'||'=315 -'--'=316 -'/'=317 +'WITHOUT'=71 +'VALUES'=72 +'CREATE'=73 +'TABLE'=74 +'DIRECTORY'=75 +'VIEW'=76 +'REPLACE'=77 +'EXECUTE'=78 +'STATEMENT'=79 +'INSERT'=80 +'DELETE'=81 +'REMOVE'=82 +'INTO'=83 +'DESCRIBE'=84 +'EXPLAIN'=85 +'PLAN'=86 +'CHANGELOG_MODE'=87 +'JSON_EXECUTION_PLAN'=88 +'ESTIMATED_COST'=89 +'FORMAT'=90 +'LOGICAL'=91 +'CODEGEN'=92 +'COST'=93 +'CAST'=94 +'SHOW'=95 +'TABLES'=96 +'COLUMNS'=97 +'COLUMN'=98 +'USE'=99 +'MODULE'=100 +'MODULES'=101 +'PARTITIONS'=102 +'FUNCTIONS'=103 +'DROP'=104 +'UNION'=105 +'EXCEPT'=106 +'SETMINUS'=107 +'INTERSECT'=108 +'TO'=109 +'TABLESAMPLE'=110 +'STRATIFY'=111 +'ALTER'=112 +'RENAME'=113 +'STRUCT'=114 +'COMMENT'=115 +'SET'=116 +'RESET'=117 +'DATA'=118 +'START'=119 +'TRANSACTION'=120 +'COMMIT'=121 +'ROLLBACK'=122 +'MACRO'=123 +'IGNORE'=124 +'BOTH'=125 +'LEADING'=126 +'TRAILING'=127 +'IF'=128 +'POSITION'=129 +'EXTRACT'=130 +'MINUS'=131 +'DIV'=132 +'PERCENTLIT'=133 +'BUCKET'=134 +'OUT'=135 +'OF'=136 +'SORT'=137 +'CLUSTER'=138 +'DISTRIBUTE'=139 +'OVERWRITE'=140 +'TRANSFORM'=141 +'REDUCE'=142 +'USING'=143 +'SERDE'=144 +'SERDEPROPERTIES'=145 +'RECORDREADER'=146 +'RECORDWRITER'=147 +'DELIMITED'=148 +'FIELDS'=149 +'TERMINATED'=150 +'COLLECTION'=151 +'ITEMS'=152 +'KEYS'=153 +'ESCAPED'=154 +'LINES'=155 +'SEPARATED'=156 +'FUNCTION'=157 +'EXTENDED'=158 +'REFRESH'=159 +'CLEAR'=160 +'CACHE'=161 +'UNCACHE'=162 +'LAZY'=163 +'FORMATTED'=164 +'GLOBAL'=165 +'TEMPORARY'=166 +'OPTIONS'=167 +'UNSET'=168 +'TBLPROPERTIES'=169 +'DBPROPERTIES'=170 +'BUCKETS'=171 +'SKEWED'=172 +'STORED'=173 +'DIRECTORIES'=174 +'LOCATION'=175 +'EXCHANGE'=176 +'ARCHIVE'=177 +'UNARCHIVE'=178 +'FILEFORMAT'=179 +'TOUCH'=180 +'COMPACT'=181 +'CONCATENATE'=182 +'CHANGE'=183 +'CASCADE'=184 +'CONSTRAINT'=185 +'RESTRICT'=186 +'CLUSTERED'=187 +'SORTED'=188 +'PURGE'=189 +'INPUTFORMAT'=190 +'OUTPUTFORMAT'=191 +'DATABASE'=192 +'DATABASES'=193 +'DFS'=194 +'TRUNCATE'=195 +'ANALYZE'=196 +'COMPUTE'=197 +'LIST'=198 +'STATISTICS'=199 +'PARTITIONED'=200 +'EXTERNAL'=201 +'DEFINED'=202 +'REVOKE'=203 +'GRANT'=204 +'LOCK'=205 +'UNLOCK'=206 +'MSCK'=207 +'REPAIR'=208 +'RECOVER'=209 +'EXPORT'=210 +'IMPORT'=211 +'LOAD'=212 +'UNLOAD'=213 +'ROLE'=214 +'ROLES'=215 +'COMPACTIONS'=216 +'PRINCIPALS'=217 +'TRANSACTIONS'=218 +'INDEX'=219 +'INDEXES'=220 +'LOCKS'=221 +'OPTION'=222 +'ANTI'=223 +'LOCAL'=224 +'INPATH'=225 +'WATERMARK'=226 +'UNNEST'=227 +'MATCH'=228 +'NEXT'=229 +'WITHIN'=230 +'WS'=231 +'SYSTEM'=232 +'INCLUDING'=233 +'EXCLUDING'=234 +'OVERWRITING'=235 +'CONSTRAINTS'=236 +'GENERATED'=237 +'WATERMARKS'=238 +'CATALOG'=239 +'LANGUAGE'=240 +'JAVA'=241 +'SCALA'=242 +'PYTHON'=243 +'JAR'=244 +'FILE'=245 +'PYTHON_FILES'=246 +'PYTHON_REQUIREMENTS'=247 +'PYTHON_DEPENDENCIES'=248 +'PYTHON_JAR'=249 +'PYTHON_ARCHIVES'=250 +'PYTHON_PARAMETER'=251 +'ENGINE'=252 +'CATALOGS'=253 +'VIEWS'=254 +'JARS'=255 +'PRIMARY'=256 +'KEY'=257 +'PERIOD'=258 +'SYSTEM_TIME'=259 +'ENFORCED'=260 +'METADATA'=261 +'VIRTUAL'=262 +'ZONE'=263 +'STRING'=264 +'ARRAY'=265 +'MAP'=266 +'CHAR'=267 +'VARCHAR'=268 +'BINARY'=269 +'VARBINARY'=270 +'BYTES'=271 +'DECIMAL'=272 +'DEC'=273 +'NUMERIC'=274 +'TINYINT'=275 +'SMALLINT'=276 +'INT'=277 +'INTEGER'=278 +'BIGINT'=279 +'FLOAT'=280 +'DOUBLE'=281 +'DATE'=282 +'TIME'=283 +'TIMESTAMP'=284 +'TIMESTAMP_LTZ'=285 +'MULTISET'=286 +'BOOLEAN'=287 +'RAW'=288 +'ROW'=289 +'NULL'=290 +'DATETIME'=291 +'='=292 +'>'=293 +'<'=294 +'!'=295 +'~'=296 +'|'=297 +'&'=298 +'^'=299 +'.'=300 +'['=301 +']'=302 +'('=303 +')'=304 +','=305 +';'=306 +'@'=307 +'\''=308 +'"'=309 +'`'=310 +':'=311 +'*'=312 +'_'=313 +'-'=314 +'+'=315 +'%'=316 +'||'=317 +'--'=318 +'/'=319 diff --git a/src/lib/flinksql/FlinkSqlParser.ts b/src/lib/flinksql/FlinkSqlParser.ts index c267bf3..1a6f0e8 100644 --- a/src/lib/flinksql/FlinkSqlParser.ts +++ b/src/lib/flinksql/FlinkSqlParser.ts @@ -1,18 +1,23 @@ -// dt-sql-parser/src/grammar/flinksql/FlinkSqlParser.g4 by ANTLR 4.12.0 +// Generated from /Users/mortalYoung/Projects/dt-sql-parser/src/grammar/flinksql/FlinkSqlParser.g4 by ANTLR 4.12.0 // noinspection ES6UnusedImports,JSUnusedGlobalSymbols,JSUnusedLocalSymbols import { ATN, ATNDeserializer, DecisionState, DFA, FailedPredicateException, - RecognitionException, NoViableAltException, + RecognitionException, NoViableAltException, BailErrorStrategy, Parser, ParserATNSimulator, - RuleContext, ParserRuleContext, PredictionContextCache, - TerminalNode, + RuleContext, ParserRuleContext, PredictionMode, PredictionContextCache, + TerminalNode, RuleNode, Token, TokenStream, + Interval, IntervalSet } from 'antlr4'; import FlinkSqlParserListener from "./FlinkSqlParserListener.js"; import FlinkSqlParserVisitor from "./FlinkSqlParserVisitor.js"; +// for running tests with parameters, TODO: discuss strategy for typed parameters in CI +// eslint-disable-next-line no-unused-vars +type int = number; + export default class FlinkSqlParser extends Parser { public static readonly SPACE = 1; public static readonly COMMENT_INPUT = 2; @@ -84,262 +89,264 @@ export default class FlinkSqlParser extends Parser { public static readonly AFTER = 68; public static readonly LAST = 69; public static readonly WITH = 70; - public static readonly VALUES = 71; - public static readonly CREATE = 72; - public static readonly TABLE = 73; - public static readonly DIRECTORY = 74; - public static readonly VIEW = 75; - public static readonly REPLACE = 76; - public static readonly EXECUTE = 77; - public static readonly STATEMENT = 78; - public static readonly INSERT = 79; - public static readonly DELETE = 80; - public static readonly REMOVE = 81; - public static readonly INTO = 82; - public static readonly DESCRIBE = 83; - public static readonly EXPLAIN = 84; - public static readonly PLAN = 85; - public static readonly CHANGELOG_MODE = 86; - public static readonly JSON_EXECUTION_PLAN = 87; - public static readonly ESTIMATED_COST = 88; - public static readonly FORMAT = 89; - public static readonly LOGICAL = 90; - public static readonly CODEGEN = 91; - public static readonly COST = 92; - public static readonly CAST = 93; - public static readonly SHOW = 94; - public static readonly TABLES = 95; - public static readonly COLUMNS = 96; - public static readonly COLUMN = 97; - public static readonly USE = 98; - public static readonly MODULE = 99; - public static readonly MODULES = 100; - public static readonly PARTITIONS = 101; - public static readonly FUNCTIONS = 102; - public static readonly DROP = 103; - public static readonly UNION = 104; - public static readonly EXCEPT = 105; - public static readonly SETMINUS = 106; - public static readonly INTERSECT = 107; - public static readonly TO = 108; - public static readonly TABLESAMPLE = 109; - public static readonly STRATIFY = 110; - public static readonly ALTER = 111; - public static readonly RENAME = 112; - public static readonly STRUCT = 113; - public static readonly COMMENT = 114; - public static readonly SET = 115; - public static readonly RESET = 116; - public static readonly DATA = 117; - public static readonly START = 118; - public static readonly TRANSACTION = 119; - public static readonly COMMIT = 120; - public static readonly ROLLBACK = 121; - public static readonly MACRO = 122; - public static readonly IGNORE = 123; - public static readonly BOTH = 124; - public static readonly LEADING = 125; - public static readonly TRAILING = 126; - public static readonly IF = 127; - public static readonly POSITION = 128; - public static readonly EXTRACT = 129; - public static readonly MINUS = 130; - public static readonly DIV = 131; - public static readonly PERCENTLIT = 132; - public static readonly BUCKET = 133; - public static readonly OUT = 134; - public static readonly OF = 135; - public static readonly SORT = 136; - public static readonly CLUSTER = 137; - public static readonly DISTRIBUTE = 138; - public static readonly OVERWRITE = 139; - public static readonly TRANSFORM = 140; - public static readonly REDUCE = 141; - public static readonly USING = 142; - public static readonly SERDE = 143; - public static readonly SERDEPROPERTIES = 144; - public static readonly RECORDREADER = 145; - public static readonly RECORDWRITER = 146; - public static readonly DELIMITED = 147; - public static readonly FIELDS = 148; - public static readonly TERMINATED = 149; - public static readonly COLLECTION = 150; - public static readonly ITEMS = 151; - public static readonly KEYS = 152; - public static readonly ESCAPED = 153; - public static readonly LINES = 154; - public static readonly SEPARATED = 155; - public static readonly FUNCTION = 156; - public static readonly EXTENDED = 157; - public static readonly REFRESH = 158; - public static readonly CLEAR = 159; - public static readonly CACHE = 160; - public static readonly UNCACHE = 161; - public static readonly LAZY = 162; - public static readonly FORMATTED = 163; - public static readonly GLOBAL = 164; - public static readonly TEMPORARY = 165; - public static readonly OPTIONS = 166; - public static readonly UNSET = 167; - public static readonly TBLPROPERTIES = 168; - public static readonly DBPROPERTIES = 169; - public static readonly BUCKETS = 170; - public static readonly SKEWED = 171; - public static readonly STORED = 172; - public static readonly DIRECTORIES = 173; - public static readonly LOCATION = 174; - public static readonly EXCHANGE = 175; - public static readonly ARCHIVE = 176; - public static readonly UNARCHIVE = 177; - public static readonly FILEFORMAT = 178; - public static readonly TOUCH = 179; - public static readonly COMPACT = 180; - public static readonly CONCATENATE = 181; - public static readonly CHANGE = 182; - public static readonly CASCADE = 183; - public static readonly CONSTRAINT = 184; - public static readonly RESTRICT = 185; - public static readonly CLUSTERED = 186; - public static readonly SORTED = 187; - public static readonly PURGE = 188; - public static readonly INPUTFORMAT = 189; - public static readonly OUTPUTFORMAT = 190; - public static readonly DATABASE = 191; - public static readonly DATABASES = 192; - public static readonly DFS = 193; - public static readonly TRUNCATE = 194; - public static readonly ANALYZE = 195; - public static readonly COMPUTE = 196; - public static readonly LIST = 197; - public static readonly STATISTICS = 198; - public static readonly PARTITIONED = 199; - public static readonly EXTERNAL = 200; - public static readonly DEFINED = 201; - public static readonly REVOKE = 202; - public static readonly GRANT = 203; - public static readonly LOCK = 204; - public static readonly UNLOCK = 205; - public static readonly MSCK = 206; - public static readonly REPAIR = 207; - public static readonly RECOVER = 208; - public static readonly EXPORT = 209; - public static readonly IMPORT = 210; - public static readonly LOAD = 211; - public static readonly UNLOAD = 212; - public static readonly ROLE = 213; - public static readonly ROLES = 214; - public static readonly COMPACTIONS = 215; - public static readonly PRINCIPALS = 216; - public static readonly TRANSACTIONS = 217; - public static readonly INDEX = 218; - public static readonly INDEXES = 219; - public static readonly LOCKS = 220; - public static readonly OPTION = 221; - public static readonly ANTI = 222; - public static readonly LOCAL = 223; - public static readonly INPATH = 224; - public static readonly WATERMARK = 225; - public static readonly UNNEST = 226; - public static readonly MATCH = 227; - public static readonly NEXT = 228; - public static readonly WITHIN = 229; - public static readonly WS = 230; - public static readonly SYSTEM = 231; - public static readonly INCLUDING = 232; - public static readonly EXCLUDING = 233; - public static readonly OVERWRITING = 234; - public static readonly CONSTRAINTS = 235; - public static readonly GENERATED = 236; - public static readonly WATERMARKS = 237; - public static readonly CATALOG = 238; - public static readonly LANGUAGE = 239; - public static readonly JAVA = 240; - public static readonly SCALA = 241; - public static readonly PYTHON = 242; - public static readonly JAR = 243; - public static readonly FILE = 244; - public static readonly PYTHON_FILES = 245; - public static readonly PYTHON_REQUIREMENTS = 246; - public static readonly PYTHON_DEPENDENCIES = 247; - public static readonly PYTHON_JAR = 248; - public static readonly PYTHON_ARCHIVES = 249; - public static readonly PYTHON_PARAMETER = 250; - public static readonly ENGINE = 251; - public static readonly CATALOGS = 252; - public static readonly VIEWS = 253; - public static readonly JARS = 254; - public static readonly PRIMARY = 255; - public static readonly KEY = 256; - public static readonly PERIOD = 257; - public static readonly SYSTEM_TIME = 258; - public static readonly ENFORCED = 259; - public static readonly METADATA = 260; - public static readonly VIRTUAL = 261; - public static readonly STRING = 262; - public static readonly ARRAY = 263; - public static readonly MAP = 264; - public static readonly CHAR = 265; - public static readonly VARCHAR = 266; - public static readonly BINARY = 267; - public static readonly VARBINARY = 268; - public static readonly BYTES = 269; - public static readonly DECIMAL = 270; - public static readonly DEC = 271; - public static readonly NUMERIC = 272; - public static readonly TINYINT = 273; - public static readonly SMALLINT = 274; - public static readonly INT = 275; - public static readonly INTEGER = 276; - public static readonly BIGINT = 277; - public static readonly FLOAT = 278; - public static readonly DOUBLE = 279; - public static readonly DATE = 280; - public static readonly TIME = 281; - public static readonly TIMESTAMP = 282; - public static readonly TIMESTAMP_LTZ = 283; - public static readonly MULTISET = 284; - public static readonly BOOLEAN = 285; - public static readonly RAW = 286; - public static readonly ROW = 287; - public static readonly NULL = 288; - public static readonly DATETIME = 289; - public static readonly EQUAL_SYMBOL = 290; - public static readonly GREATER_SYMBOL = 291; - public static readonly LESS_SYMBOL = 292; - public static readonly EXCLAMATION_SYMBOL = 293; - public static readonly BIT_NOT_OP = 294; - public static readonly BIT_OR_OP = 295; - public static readonly BIT_AND_OP = 296; - public static readonly BIT_XOR_OP = 297; - public static readonly DOT = 298; - public static readonly LS_BRACKET = 299; - public static readonly RS_BRACKET = 300; - public static readonly LR_BRACKET = 301; - public static readonly RR_BRACKET = 302; - public static readonly COMMA = 303; - public static readonly SEMICOLON = 304; - public static readonly AT_SIGN = 305; - public static readonly SINGLE_QUOTE_SYMB = 306; - public static readonly DOUBLE_QUOTE_SYMB = 307; - public static readonly REVERSE_QUOTE_SYMB = 308; - public static readonly COLON_SYMB = 309; - public static readonly ASTERISK_SIGN = 310; - public static readonly UNDERLINE_SIGN = 311; - public static readonly HYPNEN_SIGN = 312; - public static readonly ADD_SIGN = 313; - public static readonly PENCENT_SIGN = 314; - public static readonly DOUBLE_VERTICAL_SIGN = 315; - public static readonly DOUBLE_HYPNEN_SIGN = 316; - public static readonly SLASH_SIGN = 317; - public static readonly DOT_ID = 318; - public static readonly PLUS_DOT_ID = 319; - public static readonly STRING_LITERAL = 320; - public static readonly DIG_LITERAL = 321; - public static readonly REAL_LITERAL = 322; - public static readonly BIT_STRING = 323; - public static readonly ID_LITERAL = 324; - public static readonly PLUS_ID_LITERAL = 325; - public static readonly FILE_PATH = 326; + public static readonly WITHOUT = 71; + public static readonly VALUES = 72; + public static readonly CREATE = 73; + public static readonly TABLE = 74; + public static readonly DIRECTORY = 75; + public static readonly VIEW = 76; + public static readonly REPLACE = 77; + public static readonly EXECUTE = 78; + public static readonly STATEMENT = 79; + public static readonly INSERT = 80; + public static readonly DELETE = 81; + public static readonly REMOVE = 82; + public static readonly INTO = 83; + public static readonly DESCRIBE = 84; + public static readonly EXPLAIN = 85; + public static readonly PLAN = 86; + public static readonly CHANGELOG_MODE = 87; + public static readonly JSON_EXECUTION_PLAN = 88; + public static readonly ESTIMATED_COST = 89; + public static readonly FORMAT = 90; + public static readonly LOGICAL = 91; + public static readonly CODEGEN = 92; + public static readonly COST = 93; + public static readonly CAST = 94; + public static readonly SHOW = 95; + public static readonly TABLES = 96; + public static readonly COLUMNS = 97; + public static readonly COLUMN = 98; + public static readonly USE = 99; + public static readonly MODULE = 100; + public static readonly MODULES = 101; + public static readonly PARTITIONS = 102; + public static readonly FUNCTIONS = 103; + public static readonly DROP = 104; + public static readonly UNION = 105; + public static readonly EXCEPT = 106; + public static readonly SETMINUS = 107; + public static readonly INTERSECT = 108; + public static readonly TO = 109; + public static readonly TABLESAMPLE = 110; + public static readonly STRATIFY = 111; + public static readonly ALTER = 112; + public static readonly RENAME = 113; + public static readonly STRUCT = 114; + public static readonly COMMENT = 115; + public static readonly SET = 116; + public static readonly RESET = 117; + public static readonly DATA = 118; + public static readonly START = 119; + public static readonly TRANSACTION = 120; + public static readonly COMMIT = 121; + public static readonly ROLLBACK = 122; + public static readonly MACRO = 123; + public static readonly IGNORE = 124; + public static readonly BOTH = 125; + public static readonly LEADING = 126; + public static readonly TRAILING = 127; + public static readonly IF = 128; + public static readonly POSITION = 129; + public static readonly EXTRACT = 130; + public static readonly MINUS = 131; + public static readonly DIV = 132; + public static readonly PERCENTLIT = 133; + public static readonly BUCKET = 134; + public static readonly OUT = 135; + public static readonly OF = 136; + public static readonly SORT = 137; + public static readonly CLUSTER = 138; + public static readonly DISTRIBUTE = 139; + public static readonly OVERWRITE = 140; + public static readonly TRANSFORM = 141; + public static readonly REDUCE = 142; + public static readonly USING = 143; + public static readonly SERDE = 144; + public static readonly SERDEPROPERTIES = 145; + public static readonly RECORDREADER = 146; + public static readonly RECORDWRITER = 147; + public static readonly DELIMITED = 148; + public static readonly FIELDS = 149; + public static readonly TERMINATED = 150; + public static readonly COLLECTION = 151; + public static readonly ITEMS = 152; + public static readonly KEYS = 153; + public static readonly ESCAPED = 154; + public static readonly LINES = 155; + public static readonly SEPARATED = 156; + public static readonly FUNCTION = 157; + public static readonly EXTENDED = 158; + public static readonly REFRESH = 159; + public static readonly CLEAR = 160; + public static readonly CACHE = 161; + public static readonly UNCACHE = 162; + public static readonly LAZY = 163; + public static readonly FORMATTED = 164; + public static readonly GLOBAL = 165; + public static readonly TEMPORARY = 166; + public static readonly OPTIONS = 167; + public static readonly UNSET = 168; + public static readonly TBLPROPERTIES = 169; + public static readonly DBPROPERTIES = 170; + public static readonly BUCKETS = 171; + public static readonly SKEWED = 172; + public static readonly STORED = 173; + public static readonly DIRECTORIES = 174; + public static readonly LOCATION = 175; + public static readonly EXCHANGE = 176; + public static readonly ARCHIVE = 177; + public static readonly UNARCHIVE = 178; + public static readonly FILEFORMAT = 179; + public static readonly TOUCH = 180; + public static readonly COMPACT = 181; + public static readonly CONCATENATE = 182; + public static readonly CHANGE = 183; + public static readonly CASCADE = 184; + public static readonly CONSTRAINT = 185; + public static readonly RESTRICT = 186; + public static readonly CLUSTERED = 187; + public static readonly SORTED = 188; + public static readonly PURGE = 189; + public static readonly INPUTFORMAT = 190; + public static readonly OUTPUTFORMAT = 191; + public static readonly DATABASE = 192; + public static readonly DATABASES = 193; + public static readonly DFS = 194; + public static readonly TRUNCATE = 195; + public static readonly ANALYZE = 196; + public static readonly COMPUTE = 197; + public static readonly LIST = 198; + public static readonly STATISTICS = 199; + public static readonly PARTITIONED = 200; + public static readonly EXTERNAL = 201; + public static readonly DEFINED = 202; + public static readonly REVOKE = 203; + public static readonly GRANT = 204; + public static readonly LOCK = 205; + public static readonly UNLOCK = 206; + public static readonly MSCK = 207; + public static readonly REPAIR = 208; + public static readonly RECOVER = 209; + public static readonly EXPORT = 210; + public static readonly IMPORT = 211; + public static readonly LOAD = 212; + public static readonly UNLOAD = 213; + public static readonly ROLE = 214; + public static readonly ROLES = 215; + public static readonly COMPACTIONS = 216; + public static readonly PRINCIPALS = 217; + public static readonly TRANSACTIONS = 218; + public static readonly INDEX = 219; + public static readonly INDEXES = 220; + public static readonly LOCKS = 221; + public static readonly OPTION = 222; + public static readonly ANTI = 223; + public static readonly LOCAL = 224; + public static readonly INPATH = 225; + public static readonly WATERMARK = 226; + public static readonly UNNEST = 227; + public static readonly MATCH = 228; + public static readonly NEXT = 229; + public static readonly WITHIN = 230; + public static readonly WS = 231; + public static readonly SYSTEM = 232; + public static readonly INCLUDING = 233; + public static readonly EXCLUDING = 234; + public static readonly OVERWRITING = 235; + public static readonly CONSTRAINTS = 236; + public static readonly GENERATED = 237; + public static readonly WATERMARKS = 238; + public static readonly CATALOG = 239; + public static readonly LANGUAGE = 240; + public static readonly JAVA = 241; + public static readonly SCALA = 242; + public static readonly PYTHON = 243; + public static readonly JAR = 244; + public static readonly FILE = 245; + public static readonly PYTHON_FILES = 246; + public static readonly PYTHON_REQUIREMENTS = 247; + public static readonly PYTHON_DEPENDENCIES = 248; + public static readonly PYTHON_JAR = 249; + public static readonly PYTHON_ARCHIVES = 250; + public static readonly PYTHON_PARAMETER = 251; + public static readonly ENGINE = 252; + public static readonly CATALOGS = 253; + public static readonly VIEWS = 254; + public static readonly JARS = 255; + public static readonly PRIMARY = 256; + public static readonly KEY = 257; + public static readonly PERIOD = 258; + public static readonly SYSTEM_TIME = 259; + public static readonly ENFORCED = 260; + public static readonly METADATA = 261; + public static readonly VIRTUAL = 262; + public static readonly ZONE = 263; + public static readonly STRING = 264; + public static readonly ARRAY = 265; + public static readonly MAP = 266; + public static readonly CHAR = 267; + public static readonly VARCHAR = 268; + public static readonly BINARY = 269; + public static readonly VARBINARY = 270; + public static readonly BYTES = 271; + public static readonly DECIMAL = 272; + public static readonly DEC = 273; + public static readonly NUMERIC = 274; + public static readonly TINYINT = 275; + public static readonly SMALLINT = 276; + public static readonly INT = 277; + public static readonly INTEGER = 278; + public static readonly BIGINT = 279; + public static readonly FLOAT = 280; + public static readonly DOUBLE = 281; + public static readonly DATE = 282; + public static readonly TIME = 283; + public static readonly TIMESTAMP = 284; + public static readonly TIMESTAMP_LTZ = 285; + public static readonly MULTISET = 286; + public static readonly BOOLEAN = 287; + public static readonly RAW = 288; + public static readonly ROW = 289; + public static readonly NULL = 290; + public static readonly DATETIME = 291; + public static readonly EQUAL_SYMBOL = 292; + public static readonly GREATER_SYMBOL = 293; + public static readonly LESS_SYMBOL = 294; + public static readonly EXCLAMATION_SYMBOL = 295; + public static readonly BIT_NOT_OP = 296; + public static readonly BIT_OR_OP = 297; + public static readonly BIT_AND_OP = 298; + public static readonly BIT_XOR_OP = 299; + public static readonly DOT = 300; + public static readonly LS_BRACKET = 301; + public static readonly RS_BRACKET = 302; + public static readonly LR_BRACKET = 303; + public static readonly RR_BRACKET = 304; + public static readonly COMMA = 305; + public static readonly SEMICOLON = 306; + public static readonly AT_SIGN = 307; + public static readonly SINGLE_QUOTE_SYMB = 308; + public static readonly DOUBLE_QUOTE_SYMB = 309; + public static readonly REVERSE_QUOTE_SYMB = 310; + public static readonly COLON_SYMB = 311; + public static readonly ASTERISK_SIGN = 312; + public static readonly UNDERLINE_SIGN = 313; + public static readonly HYPNEN_SIGN = 314; + public static readonly ADD_SIGN = 315; + public static readonly PENCENT_SIGN = 316; + public static readonly DOUBLE_VERTICAL_SIGN = 317; + public static readonly DOUBLE_HYPNEN_SIGN = 318; + public static readonly SLASH_SIGN = 319; + public static readonly DOT_ID = 320; + public static readonly PLUS_DOT_ID = 321; + public static readonly STRING_LITERAL = 322; + public static readonly DIG_LITERAL = 323; + public static readonly REAL_LITERAL = 324; + public static readonly BIT_STRING = 325; + public static readonly ID_LITERAL = 326; + public static readonly PLUS_ID_LITERAL = 327; + public static readonly FILE_PATH = 328; public static readonly EOF = Token.EOF; public static readonly RULE_program = 0; public static readonly RULE_statement = 1; @@ -412,90 +419,89 @@ export default class FlinkSqlParser extends Parser { public static readonly RULE_insertStatement = 68; public static readonly RULE_insertSimpleStatement = 69; public static readonly RULE_insertPartitionDefinition = 70; - public static readonly RULE_insertColumnListDefinition = 71; - public static readonly RULE_valuesDefinition = 72; - public static readonly RULE_valuesRowDefinition = 73; - public static readonly RULE_insertMulStatementCompatibility = 74; - public static readonly RULE_insertMulStatement = 75; - public static readonly RULE_queryStatement = 76; - public static readonly RULE_valuesCaluse = 77; - public static readonly RULE_withItem = 78; - public static readonly RULE_withItemName = 79; - public static readonly RULE_selectStatement = 80; - public static readonly RULE_selectClause = 81; - public static readonly RULE_projectItemDefinition = 82; - public static readonly RULE_fromClause = 83; - public static readonly RULE_tableExpression = 84; - public static readonly RULE_tableReference = 85; - public static readonly RULE_tablePrimary = 86; - public static readonly RULE_tablePath = 87; - public static readonly RULE_systemTimePeriod = 88; - public static readonly RULE_dateTimeExpression = 89; - public static readonly RULE_joinCondition = 90; - public static readonly RULE_whereClause = 91; - public static readonly RULE_groupByClause = 92; - public static readonly RULE_groupItemDefinition = 93; - public static readonly RULE_havingClause = 94; - public static readonly RULE_orderByCaluse = 95; - public static readonly RULE_orderItemDefition = 96; - public static readonly RULE_limitClause = 97; - public static readonly RULE_windowClause = 98; - public static readonly RULE_namedWindow = 99; - public static readonly RULE_windowSpec = 100; - public static readonly RULE_sortItem = 101; - public static readonly RULE_windowFrame = 102; - public static readonly RULE_frameBound = 103; - public static readonly RULE_expression = 104; - public static readonly RULE_booleanExpression = 105; - public static readonly RULE_predicate = 106; - public static readonly RULE_likePredicate = 107; - public static readonly RULE_valueExpression = 108; - public static readonly RULE_primaryExpression = 109; - public static readonly RULE_functionName = 110; - public static readonly RULE_dereferenceDefinition = 111; - public static readonly RULE_correlationName = 112; - public static readonly RULE_qualifiedName = 113; - public static readonly RULE_interval = 114; - public static readonly RULE_errorCapturingMultiUnitsInterval = 115; - public static readonly RULE_multiUnitsInterval = 116; - public static readonly RULE_errorCapturingUnitToUnitInterval = 117; - public static readonly RULE_unitToUnitInterval = 118; - public static readonly RULE_intervalValue = 119; - public static readonly RULE_columnAlias = 120; - public static readonly RULE_tableAlias = 121; - public static readonly RULE_errorCapturingIdentifier = 122; - public static readonly RULE_errorCapturingIdentifierExtra = 123; - public static readonly RULE_identifierList = 124; - public static readonly RULE_identifierSeq = 125; - public static readonly RULE_identifier = 126; - public static readonly RULE_strictIdentifier = 127; - public static readonly RULE_unquotedIdentifier = 128; - public static readonly RULE_quotedIdentifier = 129; - public static readonly RULE_whenClause = 130; - public static readonly RULE_uidList = 131; - public static readonly RULE_uid = 132; - public static readonly RULE_plusUid = 133; - public static readonly RULE_withOption = 134; - public static readonly RULE_ifNotExists = 135; - public static readonly RULE_ifExists = 136; - public static readonly RULE_tablePropertyList = 137; - public static readonly RULE_tableProperty = 138; - public static readonly RULE_tablePropertyKey = 139; - public static readonly RULE_tablePropertyValue = 140; - public static readonly RULE_logicalOperator = 141; - public static readonly RULE_comparisonOperator = 142; - public static readonly RULE_bitOperator = 143; - public static readonly RULE_mathOperator = 144; - public static readonly RULE_unaryOperator = 145; - public static readonly RULE_fullColumnName = 146; - public static readonly RULE_constant = 147; - public static readonly RULE_stringLiteral = 148; - public static readonly RULE_decimalLiteral = 149; - public static readonly RULE_booleanLiteral = 150; - public static readonly RULE_setQuantifier = 151; - public static readonly RULE_ansiNonReserved = 152; - public static readonly RULE_strictNonReserved = 153; - public static readonly RULE_nonReserved = 154; + public static readonly RULE_valuesDefinition = 71; + public static readonly RULE_valuesRowDefinition = 72; + public static readonly RULE_insertMulStatementCompatibility = 73; + public static readonly RULE_insertMulStatement = 74; + public static readonly RULE_queryStatement = 75; + public static readonly RULE_valuesCaluse = 76; + public static readonly RULE_withItem = 77; + public static readonly RULE_withItemName = 78; + public static readonly RULE_selectStatement = 79; + public static readonly RULE_selectClause = 80; + public static readonly RULE_projectItemDefinition = 81; + public static readonly RULE_fromClause = 82; + public static readonly RULE_tableExpression = 83; + public static readonly RULE_tableReference = 84; + public static readonly RULE_tablePrimary = 85; + public static readonly RULE_tablePath = 86; + public static readonly RULE_systemTimePeriod = 87; + public static readonly RULE_dateTimeExpression = 88; + public static readonly RULE_joinCondition = 89; + public static readonly RULE_whereClause = 90; + public static readonly RULE_groupByClause = 91; + public static readonly RULE_groupItemDefinition = 92; + public static readonly RULE_havingClause = 93; + public static readonly RULE_orderByCaluse = 94; + public static readonly RULE_orderItemDefition = 95; + public static readonly RULE_limitClause = 96; + public static readonly RULE_windowClause = 97; + public static readonly RULE_namedWindow = 98; + public static readonly RULE_windowSpec = 99; + public static readonly RULE_sortItem = 100; + public static readonly RULE_windowFrame = 101; + public static readonly RULE_frameBound = 102; + public static readonly RULE_expression = 103; + public static readonly RULE_booleanExpression = 104; + public static readonly RULE_predicate = 105; + public static readonly RULE_likePredicate = 106; + public static readonly RULE_valueExpression = 107; + public static readonly RULE_primaryExpression = 108; + public static readonly RULE_functionName = 109; + public static readonly RULE_dereferenceDefinition = 110; + public static readonly RULE_correlationName = 111; + public static readonly RULE_qualifiedName = 112; + public static readonly RULE_interval = 113; + public static readonly RULE_errorCapturingMultiUnitsInterval = 114; + public static readonly RULE_multiUnitsInterval = 115; + public static readonly RULE_errorCapturingUnitToUnitInterval = 116; + public static readonly RULE_unitToUnitInterval = 117; + public static readonly RULE_intervalValue = 118; + public static readonly RULE_columnAlias = 119; + public static readonly RULE_tableAlias = 120; + public static readonly RULE_errorCapturingIdentifier = 121; + public static readonly RULE_errorCapturingIdentifierExtra = 122; + public static readonly RULE_identifierList = 123; + public static readonly RULE_identifierSeq = 124; + public static readonly RULE_identifier = 125; + public static readonly RULE_strictIdentifier = 126; + public static readonly RULE_unquotedIdentifier = 127; + public static readonly RULE_quotedIdentifier = 128; + public static readonly RULE_whenClause = 129; + public static readonly RULE_uidList = 130; + public static readonly RULE_uid = 131; + public static readonly RULE_plusUid = 132; + public static readonly RULE_withOption = 133; + public static readonly RULE_ifNotExists = 134; + public static readonly RULE_ifExists = 135; + public static readonly RULE_tablePropertyList = 136; + public static readonly RULE_tableProperty = 137; + public static readonly RULE_tablePropertyKey = 138; + public static readonly RULE_tablePropertyValue = 139; + public static readonly RULE_logicalOperator = 140; + public static readonly RULE_comparisonOperator = 141; + public static readonly RULE_bitOperator = 142; + public static readonly RULE_mathOperator = 143; + public static readonly RULE_unaryOperator = 144; + public static readonly RULE_fullColumnName = 145; + public static readonly RULE_constant = 146; + public static readonly RULE_stringLiteral = 147; + public static readonly RULE_decimalLiteral = 148; + public static readonly RULE_booleanLiteral = 149; + public static readonly RULE_setQuantifier = 150; + public static readonly RULE_ansiNonReserved = 151; + public static readonly RULE_strictNonReserved = 152; + public static readonly RULE_nonReserved = 153; public static readonly literalNames: (string | null)[] = [ null, null, null, null, "'SELECT'", @@ -536,6 +542,7 @@ export default class FlinkSqlParser extends Parser { "'CURRENT'", "'FIRST'", "'AFTER'", "'LAST'", "'WITH'", + "'WITHOUT'", "'VALUES'", "'CREATE'", "'TABLE'", "'DIRECTORY'", @@ -686,7 +693,7 @@ export default class FlinkSqlParser extends Parser { "'ENFORCED'", "'METADATA'", "'VIRTUAL'", - "'STRING'", + "'ZONE'", "'STRING'", "'ARRAY'", "'MAP'", "'CHAR'", "'VARCHAR'", "'BINARY'", @@ -759,6 +766,7 @@ export default class FlinkSqlParser extends Parser { "CURRENT", "FIRST", "AFTER", "LAST", "WITH", + "WITHOUT", "VALUES", "CREATE", "TABLE", "DIRECTORY", "VIEW", "REPLACE", @@ -891,9 +899,9 @@ export default class FlinkSqlParser extends Parser { "ENFORCED", "METADATA", "VIRTUAL", - "STRING", "ARRAY", - "MAP", "CHAR", - "VARCHAR", + "ZONE", "STRING", + "ARRAY", "MAP", + "CHAR", "VARCHAR", "BINARY", "VARBINARY", "BYTES", "DECIMAL", "DEC", "NUMERIC", @@ -961,26 +969,26 @@ export default class FlinkSqlParser extends Parser { "renameDefinition", "setKeyValueDefinition", "alertView", "alterDatabase", "alterFunction", "dropCatalog", "dropTable", "dropDatabase", "dropView", "dropFunction", "insertStatement", "insertSimpleStatement", "insertPartitionDefinition", - "insertColumnListDefinition", "valuesDefinition", "valuesRowDefinition", - "insertMulStatementCompatibility", "insertMulStatement", "queryStatement", - "valuesCaluse", "withItem", "withItemName", "selectStatement", "selectClause", - "projectItemDefinition", "fromClause", "tableExpression", "tableReference", - "tablePrimary", "tablePath", "systemTimePeriod", "dateTimeExpression", - "joinCondition", "whereClause", "groupByClause", "groupItemDefinition", - "havingClause", "orderByCaluse", "orderItemDefition", "limitClause", "windowClause", - "namedWindow", "windowSpec", "sortItem", "windowFrame", "frameBound", - "expression", "booleanExpression", "predicate", "likePredicate", "valueExpression", - "primaryExpression", "functionName", "dereferenceDefinition", "correlationName", - "qualifiedName", "interval", "errorCapturingMultiUnitsInterval", "multiUnitsInterval", - "errorCapturingUnitToUnitInterval", "unitToUnitInterval", "intervalValue", - "columnAlias", "tableAlias", "errorCapturingIdentifier", "errorCapturingIdentifierExtra", - "identifierList", "identifierSeq", "identifier", "strictIdentifier", "unquotedIdentifier", - "quotedIdentifier", "whenClause", "uidList", "uid", "plusUid", "withOption", - "ifNotExists", "ifExists", "tablePropertyList", "tableProperty", "tablePropertyKey", - "tablePropertyValue", "logicalOperator", "comparisonOperator", "bitOperator", - "mathOperator", "unaryOperator", "fullColumnName", "constant", "stringLiteral", - "decimalLiteral", "booleanLiteral", "setQuantifier", "ansiNonReserved", - "strictNonReserved", "nonReserved", + "valuesDefinition", "valuesRowDefinition", "insertMulStatementCompatibility", + "insertMulStatement", "queryStatement", "valuesCaluse", "withItem", "withItemName", + "selectStatement", "selectClause", "projectItemDefinition", "fromClause", + "tableExpression", "tableReference", "tablePrimary", "tablePath", "systemTimePeriod", + "dateTimeExpression", "joinCondition", "whereClause", "groupByClause", + "groupItemDefinition", "havingClause", "orderByCaluse", "orderItemDefition", + "limitClause", "windowClause", "namedWindow", "windowSpec", "sortItem", + "windowFrame", "frameBound", "expression", "booleanExpression", "predicate", + "likePredicate", "valueExpression", "primaryExpression", "functionName", + "dereferenceDefinition", "correlationName", "qualifiedName", "interval", + "errorCapturingMultiUnitsInterval", "multiUnitsInterval", "errorCapturingUnitToUnitInterval", + "unitToUnitInterval", "intervalValue", "columnAlias", "tableAlias", "errorCapturingIdentifier", + "errorCapturingIdentifierExtra", "identifierList", "identifierSeq", "identifier", + "strictIdentifier", "unquotedIdentifier", "quotedIdentifier", "whenClause", + "uidList", "uid", "plusUid", "withOption", "ifNotExists", "ifExists", + "tablePropertyList", "tableProperty", "tablePropertyKey", "tablePropertyValue", + "logicalOperator", "comparisonOperator", "bitOperator", "mathOperator", + "unaryOperator", "fullColumnName", "constant", "stringLiteral", "decimalLiteral", + "booleanLiteral", "setQuantifier", "ansiNonReserved", "strictNonReserved", + "nonReserved", ]; public get grammarFileName(): string { return "FlinkSqlParser.g4"; } public get literalNames(): (string | null)[] { return FlinkSqlParser.literalNames; } @@ -1003,9 +1011,9 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 310; + this.state = 308; this.statement(); - this.state = 311; + this.state = 309; this.match(FlinkSqlParser.EOF); } } @@ -1030,9 +1038,9 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 313; + this.state = 311; this.sqlStatements(); - this.state = 314; + this.state = 312; this.match(FlinkSqlParser.EOF); } } @@ -1058,12 +1066,12 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 323; + this.state = 321; this._errHandler.sync(this); _la = this._input.LA(1); - while (_la===4 || _la===6 || _la===36 || _la===43 || ((((_la - 70)) & ~0x1F) === 0 && ((1 << (_la - 70)) & 285239943) !== 0) || ((((_la - 103)) & ~0x1F) === 0 && ((1 << (_la - 103)) & 12545) !== 0) || _la===211 || _la===212 || _la===301 || _la===304) { + while (_la===4 || _la===6 || _la===36 || _la===43 || ((((_la - 70)) & ~0x1F) === 0 && ((1 << (_la - 70)) & 570479885) !== 0) || ((((_la - 104)) & ~0x1F) === 0 && ((1 << (_la - 104)) & 12545) !== 0) || _la===212 || _la===213 || _la===303 || _la===306) { { - this.state = 321; + this.state = 319; this._errHandler.sync(this); switch (this._input.LA(1)) { case 4: @@ -1071,40 +1079,40 @@ export default class FlinkSqlParser extends Parser { case 36: case 43: case 70: - case 71: case 72: - case 77: - case 79: - case 81: - case 83: + case 73: + case 78: + case 80: + case 82: case 84: - case 94: - case 98: - case 103: - case 111: - case 115: + case 85: + case 95: + case 99: + case 104: + case 112: case 116: - case 211: + case 117: case 212: - case 301: + case 213: + case 303: { - this.state = 316; + this.state = 314; this.sqlStatement(); - this.state = 318; + this.state = 316; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 0, this._ctx) ) { case 1: { - this.state = 317; + this.state = 315; this.match(FlinkSqlParser.SEMICOLON); } break; } } break; - case 304: + case 306: { - this.state = 320; + this.state = 318; this.emptyStatement(); } break; @@ -1112,7 +1120,7 @@ export default class FlinkSqlParser extends Parser { throw new NoViableAltException(this); } } - this.state = 325; + this.state = 323; this._errHandler.sync(this); _la = this._input.LA(1); } @@ -1137,90 +1145,90 @@ export default class FlinkSqlParser extends Parser { let localctx: SqlStatementContext = new SqlStatementContext(this, this._ctx, this.state); this.enterRule(localctx, 6, FlinkSqlParser.RULE_sqlStatement); try { - this.state = 338; + this.state = 336; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 3, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 326; + this.state = 324; this.ddlStatement(); } break; case 2: this.enterOuterAlt(localctx, 2); { - this.state = 327; + this.state = 325; this.dmlStatement(); } break; case 3: this.enterOuterAlt(localctx, 3); { - this.state = 328; + this.state = 326; this.describeStatement(); } break; case 4: this.enterOuterAlt(localctx, 4); { - this.state = 329; + this.state = 327; this.explainStatement(); } break; case 5: this.enterOuterAlt(localctx, 5); { - this.state = 330; + this.state = 328; this.useStatement(); } break; case 6: this.enterOuterAlt(localctx, 6); { - this.state = 331; + this.state = 329; this.showStatememt(); } break; case 7: this.enterOuterAlt(localctx, 7); { - this.state = 332; + this.state = 330; this.loadStatement(); } break; case 8: this.enterOuterAlt(localctx, 8); { - this.state = 333; + this.state = 331; this.unloadStatememt(); } break; case 9: this.enterOuterAlt(localctx, 9); { - this.state = 334; + this.state = 332; this.setStatememt(); } break; case 10: this.enterOuterAlt(localctx, 10); { - this.state = 335; + this.state = 333; this.resetStatememt(); } break; case 11: this.enterOuterAlt(localctx, 11); { - this.state = 336; + this.state = 334; this.jarStatememt(); } break; case 12: this.enterOuterAlt(localctx, 12); { - this.state = 337; + this.state = 335; this.dtAddStatement(); } break; @@ -1247,7 +1255,7 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 340; + this.state = 338; this.match(FlinkSqlParser.SEMICOLON); } } @@ -1270,104 +1278,104 @@ export default class FlinkSqlParser extends Parser { let localctx: DdlStatementContext = new DdlStatementContext(this, this._ctx, this.state); this.enterRule(localctx, 10, FlinkSqlParser.RULE_ddlStatement); try { - this.state = 356; + this.state = 354; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 4, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 342; + this.state = 340; this.createTable(); } break; case 2: this.enterOuterAlt(localctx, 2); { - this.state = 343; + this.state = 341; this.createDatabase(); } break; case 3: this.enterOuterAlt(localctx, 3); { - this.state = 344; + this.state = 342; this.createView(); } break; case 4: this.enterOuterAlt(localctx, 4); { - this.state = 345; + this.state = 343; this.createFunction(); } break; case 5: this.enterOuterAlt(localctx, 5); { - this.state = 346; + this.state = 344; this.createCatalog(); } break; case 6: this.enterOuterAlt(localctx, 6); { - this.state = 347; + this.state = 345; this.alterTable(); } break; case 7: this.enterOuterAlt(localctx, 7); { - this.state = 348; + this.state = 346; this.alertView(); } break; case 8: this.enterOuterAlt(localctx, 8); { - this.state = 349; + this.state = 347; this.alterDatabase(); } break; case 9: this.enterOuterAlt(localctx, 9); { - this.state = 350; + this.state = 348; this.alterFunction(); } break; case 10: this.enterOuterAlt(localctx, 10); { - this.state = 351; + this.state = 349; this.dropCatalog(); } break; case 11: this.enterOuterAlt(localctx, 11); { - this.state = 352; + this.state = 350; this.dropTable(); } break; case 12: this.enterOuterAlt(localctx, 12); { - this.state = 353; + this.state = 351; this.dropDatabase(); } break; case 13: this.enterOuterAlt(localctx, 13); { - this.state = 354; + this.state = 352; this.dropView(); } break; case 14: this.enterOuterAlt(localctx, 14); { - this.state = 355; + this.state = 353; this.dropFunction(); } break; @@ -1392,25 +1400,25 @@ export default class FlinkSqlParser extends Parser { let localctx: DmlStatementContext = new DmlStatementContext(this, this._ctx, this.state); this.enterRule(localctx, 12, FlinkSqlParser.RULE_dmlStatement); try { - this.state = 360; + this.state = 358; this._errHandler.sync(this); switch (this._input.LA(1)) { case 4: case 70: - case 71: - case 301: + case 72: + case 303: this.enterOuterAlt(localctx, 1); { - this.state = 358; + this.state = 356; this.queryStatement(0); } break; case 43: - case 77: - case 79: + case 78: + case 80: this.enterOuterAlt(localctx, 2); { - this.state = 359; + this.state = 357; this.insertStatement(); } break; @@ -1440,16 +1448,16 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 362; + this.state = 360; _la = this._input.LA(1); - if(!(_la===36 || _la===83)) { + if(!(_la===36 || _la===84)) { this._errHandler.recoverInline(this); } else { this._errHandler.reportMatch(this); this.consume(); } - this.state = 363; + this.state = 361; this.uid(); } } @@ -1474,57 +1482,57 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 365; + this.state = 363; this.match(FlinkSqlParser.EXPLAIN); - this.state = 369; + this.state = 367; this._errHandler.sync(this); switch (this._input.LA(1)) { - case 86: case 87: case 88: + case 89: { - this.state = 366; + this.state = 364; this.explainDetails(); } break; - case 85: + case 86: { - this.state = 367; + this.state = 365; this.match(FlinkSqlParser.PLAN); - this.state = 368; + this.state = 366; this.match(FlinkSqlParser.FOR); } break; case 4: case 43: case 70: - case 71: - case 77: + case 72: case 78: case 79: - case 301: + case 80: + case 303: break; default: break; } - this.state = 374; + this.state = 372; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 7, this._ctx) ) { case 1: { - this.state = 371; + this.state = 369; this.dmlStatement(); } break; case 2: { - this.state = 372; + this.state = 370; this.insertSimpleStatement(); } break; case 3: { - this.state = 373; + this.state = 371; this.insertMulStatement(); } break; @@ -1553,21 +1561,21 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 376; + this.state = 374; this.explainDetail(); - this.state = 381; + this.state = 379; this._errHandler.sync(this); _la = this._input.LA(1); - while (_la===303) { + while (_la===305) { { { - this.state = 377; + this.state = 375; this.match(FlinkSqlParser.COMMA); - this.state = 378; + this.state = 376; this.explainDetail(); } } - this.state = 383; + this.state = 381; this._errHandler.sync(this); _la = this._input.LA(1); } @@ -1595,9 +1603,9 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 384; + this.state = 382; _la = this._input.LA(1); - if(!(((((_la - 86)) & ~0x1F) === 0 && ((1 << (_la - 86)) & 7) !== 0))) { + if(!(((((_la - 87)) & ~0x1F) === 0 && ((1 << (_la - 87)) & 7) !== 0))) { this._errHandler.recoverInline(this); } else { @@ -1626,32 +1634,32 @@ export default class FlinkSqlParser extends Parser { this.enterRule(localctx, 22, FlinkSqlParser.RULE_useStatement); let _la: number; try { - this.state = 392; + this.state = 390; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 10, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 386; + this.state = 384; this.match(FlinkSqlParser.USE); - this.state = 388; + this.state = 386; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===238) { + if (_la===239) { { - this.state = 387; + this.state = 385; this.match(FlinkSqlParser.CATALOG); } } - this.state = 390; + this.state = 388; this.uid(); } break; case 2: this.enterOuterAlt(localctx, 2); { - this.state = 391; + this.state = 389; this.useModuleStatement(); } break; @@ -1679,25 +1687,25 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 394; + this.state = 392; this.match(FlinkSqlParser.USE); - this.state = 395; + this.state = 393; this.match(FlinkSqlParser.MODULES); - this.state = 396; + this.state = 394; this.uid(); - this.state = 401; + this.state = 399; this._errHandler.sync(this); _la = this._input.LA(1); - while (_la===303) { + while (_la===305) { { { - this.state = 397; + this.state = 395; this.match(FlinkSqlParser.COMMA); - this.state = 398; + this.state = 396; this.uid(); } } - this.state = 403; + this.state = 401; this._errHandler.sync(this); _la = this._input.LA(1); } @@ -1723,17 +1731,17 @@ export default class FlinkSqlParser extends Parser { this.enterRule(localctx, 26, FlinkSqlParser.RULE_showStatememt); let _la: number; try { - this.state = 439; + this.state = 437; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 17, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 404; + this.state = 402; this.match(FlinkSqlParser.SHOW); - this.state = 405; + this.state = 403; _la = this._input.LA(1); - if(!(_la===192 || ((((_la - 252)) & ~0x1F) === 0 && ((1 << (_la - 252)) & 7) !== 0))) { + if(!(_la===193 || ((((_la - 253)) & ~0x1F) === 0 && ((1 << (_la - 253)) & 7) !== 0))) { this._errHandler.recoverInline(this); } else { @@ -1745,13 +1753,13 @@ export default class FlinkSqlParser extends Parser { case 2: this.enterOuterAlt(localctx, 2); { - this.state = 406; + this.state = 404; this.match(FlinkSqlParser.SHOW); - this.state = 407; + this.state = 405; this.match(FlinkSqlParser.CURRENT); - this.state = 408; + this.state = 406; _la = this._input.LA(1); - if(!(_la===191 || _la===238)) { + if(!(_la===192 || _la===239)) { this._errHandler.recoverInline(this); } else { @@ -1763,16 +1771,16 @@ export default class FlinkSqlParser extends Parser { case 3: this.enterOuterAlt(localctx, 3); { - this.state = 409; + this.state = 407; this.match(FlinkSqlParser.SHOW); - this.state = 410; + this.state = 408; this.match(FlinkSqlParser.TABLES); - this.state = 413; + this.state = 411; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===5 || _la===24) { { - this.state = 411; + this.state = 409; _la = this._input.LA(1); if(!(_la===5 || _la===24)) { this._errHandler.recoverInline(this); @@ -1781,17 +1789,17 @@ export default class FlinkSqlParser extends Parser { this._errHandler.reportMatch(this); this.consume(); } - this.state = 412; + this.state = 410; this.uid(); } } - this.state = 416; + this.state = 414; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===25 || _la===29) { { - this.state = 415; + this.state = 413; this.likePredicate(); } } @@ -1801,11 +1809,11 @@ export default class FlinkSqlParser extends Parser { case 4: this.enterOuterAlt(localctx, 4); { - this.state = 418; + this.state = 416; this.match(FlinkSqlParser.SHOW); - this.state = 419; + this.state = 417; this.match(FlinkSqlParser.COLUMNS); - this.state = 420; + this.state = 418; _la = this._input.LA(1); if(!(_la===5 || _la===24)) { this._errHandler.recoverInline(this); @@ -1814,14 +1822,14 @@ export default class FlinkSqlParser extends Parser { this._errHandler.reportMatch(this); this.consume(); } - this.state = 421; + this.state = 419; this.uid(); - this.state = 423; + this.state = 421; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===25 || _la===29) { { - this.state = 422; + this.state = 420; this.likePredicate(); } } @@ -1831,58 +1839,58 @@ export default class FlinkSqlParser extends Parser { case 5: this.enterOuterAlt(localctx, 5); { - this.state = 425; + this.state = 423; this.match(FlinkSqlParser.SHOW); - this.state = 426; + this.state = 424; this.match(FlinkSqlParser.CREATE); - this.state = 427; + this.state = 425; _la = this._input.LA(1); - if(!(_la===73 || _la===75)) { + if(!(_la===74 || _la===76)) { this._errHandler.recoverInline(this); } else { this._errHandler.reportMatch(this); this.consume(); } - this.state = 428; + this.state = 426; this.uid(); } break; case 6: this.enterOuterAlt(localctx, 6); { - this.state = 429; + this.state = 427; this.match(FlinkSqlParser.SHOW); - this.state = 431; + this.state = 429; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===53) { { - this.state = 430; + this.state = 428; this.match(FlinkSqlParser.USER); } } - this.state = 433; + this.state = 431; this.match(FlinkSqlParser.FUNCTIONS); } break; case 7: this.enterOuterAlt(localctx, 7); { - this.state = 434; + this.state = 432; this.match(FlinkSqlParser.SHOW); - this.state = 436; + this.state = 434; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===52) { { - this.state = 435; + this.state = 433; this.match(FlinkSqlParser.FULL); } } - this.state = 438; + this.state = 436; this.match(FlinkSqlParser.MODULES); } break; @@ -1909,20 +1917,20 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 441; + this.state = 439; this.match(FlinkSqlParser.LOAD); - this.state = 442; + this.state = 440; this.match(FlinkSqlParser.MODULE); - this.state = 443; + this.state = 441; this.uid(); - this.state = 446; + this.state = 444; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 18, this._ctx) ) { case 1: { - this.state = 444; + this.state = 442; this.match(FlinkSqlParser.WITH); - this.state = 445; + this.state = 443; this.tablePropertyList(); } break; @@ -1950,11 +1958,11 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 448; + this.state = 446; this.match(FlinkSqlParser.UNLOAD); - this.state = 449; + this.state = 447; this.match(FlinkSqlParser.MODULE); - this.state = 450; + this.state = 448; this.uid(); } } @@ -1979,14 +1987,14 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 452; + this.state = 450; this.match(FlinkSqlParser.SET); - this.state = 454; + this.state = 452; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 19, this._ctx) ) { case 1: { - this.state = 453; + this.state = 451; this.tableProperty(); } break; @@ -2014,14 +2022,14 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 456; + this.state = 454; this.match(FlinkSqlParser.RESET); - this.state = 458; + this.state = 456; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 20, this._ctx) ) { case 1: { - this.state = 457; + this.state = 455; this.tablePropertyKey(); } break; @@ -2050,18 +2058,18 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 460; + this.state = 458; _la = this._input.LA(1); - if(!(_la===6 || _la===81)) { + if(!(_la===6 || _la===82)) { this._errHandler.recoverInline(this); } else { this._errHandler.reportMatch(this); this.consume(); } - this.state = 461; + this.state = 459; this.match(FlinkSqlParser.JAR); - this.state = 462; + this.state = 460; this.jarFileName(); } } @@ -2085,28 +2093,28 @@ export default class FlinkSqlParser extends Parser { this.enterRule(localctx, 38, FlinkSqlParser.RULE_dtAddStatement); let _la: number; try { - this.state = 503; + this.state = 501; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 24, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 464; + this.state = 462; this.match(FlinkSqlParser.ADD); - this.state = 465; + this.state = 463; this.match(FlinkSqlParser.JAR); - this.state = 466; + this.state = 464; this.match(FlinkSqlParser.WITH); - this.state = 467; + this.state = 465; this.match(FlinkSqlParser.FILE_PATH); - this.state = 470; + this.state = 468; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===7) { { - this.state = 468; + this.state = 466; this.match(FlinkSqlParser.AS); - this.state = 469; + this.state = 467; this.uid(); } } @@ -2116,34 +2124,34 @@ export default class FlinkSqlParser extends Parser { case 2: this.enterOuterAlt(localctx, 2); { - this.state = 472; + this.state = 470; this.match(FlinkSqlParser.ADD); - this.state = 473; + this.state = 471; this.match(FlinkSqlParser.FILE); - this.state = 474; + this.state = 472; this.match(FlinkSqlParser.WITH); - this.state = 475; + this.state = 473; this.match(FlinkSqlParser.FILE_PATH); - this.state = 478; + this.state = 476; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===7) { { - this.state = 476; + this.state = 474; this.match(FlinkSqlParser.AS); - this.state = 477; + this.state = 475; this.uid(); } } - this.state = 482; + this.state = 480; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===112) { + if (_la===113) { { - this.state = 480; + this.state = 478; this.match(FlinkSqlParser.RENAME); - this.state = 481; + this.state = 479; this.uid(); } } @@ -2153,58 +2161,58 @@ export default class FlinkSqlParser extends Parser { case 3: this.enterOuterAlt(localctx, 3); { - this.state = 484; + this.state = 482; this.match(FlinkSqlParser.ADD); - this.state = 485; + this.state = 483; _la = this._input.LA(1); - if(!(((((_la - 245)) & ~0x1F) === 0 && ((1 << (_la - 245)) & 31) !== 0))) { + if(!(((((_la - 246)) & ~0x1F) === 0 && ((1 << (_la - 246)) & 31) !== 0))) { this._errHandler.recoverInline(this); } else { this._errHandler.reportMatch(this); this.consume(); } - this.state = 486; + this.state = 484; this.match(FlinkSqlParser.WITH); - this.state = 487; + this.state = 485; this.match(FlinkSqlParser.FILE_PATH); - this.state = 488; + this.state = 486; this.match(FlinkSqlParser.RENAME); - this.state = 489; + this.state = 487; this.uid(); } break; case 4: this.enterOuterAlt(localctx, 4); { - this.state = 490; + this.state = 488; this.match(FlinkSqlParser.ADD); - this.state = 491; + this.state = 489; this.match(FlinkSqlParser.PYTHON_PARAMETER); - this.state = 492; + this.state = 490; this.match(FlinkSqlParser.FILE_PATH); } break; case 5: this.enterOuterAlt(localctx, 5); { - this.state = 493; + this.state = 491; this.match(FlinkSqlParser.ADD); - this.state = 494; + this.state = 492; this.match(FlinkSqlParser.ENGINE); - this.state = 495; + this.state = 493; this.match(FlinkSqlParser.FILE); - this.state = 496; + this.state = 494; this.match(FlinkSqlParser.WITH); - this.state = 497; + this.state = 495; this.match(FlinkSqlParser.FILE_PATH); - this.state = 498; + this.state = 496; this.match(FlinkSqlParser.RENAME); - this.state = 499; + this.state = 497; this.uid(); - this.state = 500; + this.state = 498; this.match(FlinkSqlParser.KEY); - this.state = 501; + this.state = 499; this.uid(); } break; @@ -2231,18 +2239,18 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 507; + this.state = 505; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 25, this._ctx) ) { case 1: { - this.state = 505; + this.state = 503; this.simpleCreateTable(); } break; case 2: { - this.state = 506; + this.state = 504; this.createTableAsSelect(); } break; @@ -2272,120 +2280,120 @@ export default class FlinkSqlParser extends Parser { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 509; + this.state = 507; this.match(FlinkSqlParser.CREATE); - this.state = 511; + this.state = 509; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===165) { + if (_la===166) { { - this.state = 510; + this.state = 508; this.match(FlinkSqlParser.TEMPORARY); } } - this.state = 513; + this.state = 511; this.match(FlinkSqlParser.TABLE); - this.state = 515; + this.state = 513; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===127) { + if (_la===128) { { - this.state = 514; + this.state = 512; this.ifNotExists(); } } - this.state = 517; + this.state = 515; this.sourceTable(); - this.state = 518; + this.state = 516; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 519; + this.state = 517; this.columnOptionDefinition(); - this.state = 524; + this.state = 522; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 28, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { - this.state = 520; + this.state = 518; this.match(FlinkSqlParser.COMMA); - this.state = 521; + this.state = 519; this.columnOptionDefinition(); } } } - this.state = 526; + this.state = 524; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 28, this._ctx); } - this.state = 529; + this.state = 527; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 29, this._ctx) ) { case 1: { - this.state = 527; + this.state = 525; this.match(FlinkSqlParser.COMMA); - this.state = 528; + this.state = 526; this.watermarkDefinition(); } break; } - this.state = 533; + this.state = 531; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 30, this._ctx) ) { case 1: { - this.state = 531; + this.state = 529; this.match(FlinkSqlParser.COMMA); - this.state = 532; + this.state = 530; this.tableConstraint(); } break; } - this.state = 537; + this.state = 535; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===303) { + if (_la===305) { { - this.state = 535; + this.state = 533; this.match(FlinkSqlParser.COMMA); - this.state = 536; + this.state = 534; this.selfDefinitionClause(); } } - this.state = 539; + this.state = 537; this.match(FlinkSqlParser.RR_BRACKET); - this.state = 541; + this.state = 539; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===114) { + if (_la===115) { { - this.state = 540; + this.state = 538; this.commentSpec(); } } - this.state = 544; + this.state = 542; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===199) { + if (_la===200) { { - this.state = 543; + this.state = 541; this.partitionDefinition(); } } - this.state = 546; + this.state = 544; this.withOption(); - this.state = 548; + this.state = 546; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===29) { { - this.state = 547; + this.state = 545; this.likeDefinition(); } } @@ -2414,32 +2422,32 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 550; + this.state = 548; this.match(FlinkSqlParser.CREATE); - this.state = 551; + this.state = 549; this.match(FlinkSqlParser.TABLE); - this.state = 553; + this.state = 551; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===127) { + if (_la===128) { { - this.state = 552; + this.state = 550; this.ifNotExists(); } } - this.state = 555; + this.state = 553; this.sourceTable(); - this.state = 556; + this.state = 554; this.withOption(); - this.state = 559; + this.state = 557; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===7) { { - this.state = 557; + this.state = 555; this.match(FlinkSqlParser.AS); - this.state = 558; + this.state = 556; this.queryStatement(0); } } @@ -2465,27 +2473,27 @@ export default class FlinkSqlParser extends Parser { let localctx: ColumnOptionDefinitionContext = new ColumnOptionDefinitionContext(this, this._ctx, this.state); this.enterRule(localctx, 46, FlinkSqlParser.RULE_columnOptionDefinition); try { - this.state = 564; + this.state = 562; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 37, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 561; + this.state = 559; this.physicalColumnDefinition(); } break; case 2: this.enterOuterAlt(localctx, 2); { - this.state = 562; + this.state = 560; this.metadataColumnDefinition(); } break; case 3: this.enterOuterAlt(localctx, 3); { - this.state = 563; + this.state = 561; this.computedColumnDefinition(); } break; @@ -2513,26 +2521,26 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 566; + this.state = 564; this.columnName(); - this.state = 567; + this.state = 565; this.columnType(); - this.state = 569; + this.state = 567; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===184 || _la===255) { + if (_la===185 || _la===256) { { - this.state = 568; + this.state = 566; this.columnConstraint(); } } - this.state = 572; + this.state = 570; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===114) { + if (_la===115) { { - this.state = 571; + this.state = 569; this.commentSpec(); } } @@ -2558,20 +2566,20 @@ export default class FlinkSqlParser extends Parser { let localctx: ColumnNameContext = new ColumnNameContext(this, this._ctx, this.state); this.enterRule(localctx, 50, FlinkSqlParser.RULE_columnName); try { - this.state = 576; + this.state = 574; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 40, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 574; + this.state = 572; this.plusUid(); } break; case 2: this.enterOuterAlt(localctx, 2); { - this.state = 575; + this.state = 573; this.expression(); } break; @@ -2599,24 +2607,28 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 578; + this.state = 576; + this.match(FlinkSqlParser.LR_BRACKET); + this.state = 577; this.columnName(); - this.state = 583; + this.state = 582; this._errHandler.sync(this); _la = this._input.LA(1); - while (_la===303) { + while (_la===305) { { { - this.state = 579; + this.state = 578; this.match(FlinkSqlParser.COMMA); - this.state = 580; + this.state = 579; this.columnName(); } } - this.state = 585; + this.state = 584; this._errHandler.sync(this); _la = this._input.LA(1); } + this.state = 585; + this.match(FlinkSqlParser.RR_BRACKET); } } catch (re) { @@ -2639,18 +2651,18 @@ export default class FlinkSqlParser extends Parser { this.enterRule(localctx, 54, FlinkSqlParser.RULE_columnType); let _la: number; try { - this.state = 611; + this.state = 624; this._errHandler.sync(this); switch (this._input.LA(1)) { - case 280: - case 285: - case 288: + case 282: + case 287: + case 290: this.enterOuterAlt(localctx, 1); { - this.state = 586; + this.state = 587; localctx._typeName = this._input.LT(1); _la = this._input.LA(1); - if(!(((((_la - 280)) & ~0x1F) === 0 && ((1 << (_la - 280)) & 289) !== 0))) { + if(!(((((_la - 282)) & ~0x1F) === 0 && ((1 << (_la - 282)) & 289) !== 0))) { localctx._typeName = this._errHandler.recoverInline(this); } else { @@ -2659,145 +2671,192 @@ export default class FlinkSqlParser extends Parser { } } break; - case 262: - case 265: - case 266: + case 264: case 267: case 268: case 269: - case 273: - case 274: + case 270: + case 271: case 275: case 276: case 277: - case 281: - case 282: + case 278: + case 279: case 283: - case 289: + case 285: + case 291: this.enterOuterAlt(localctx, 2); { - this.state = 587; + this.state = 588; localctx._typeName = this._input.LT(1); _la = this._input.LA(1); - if(!(((((_la - 262)) & ~0x1F) === 0 && ((1 << (_la - 262)) & 137951481) !== 0))) { + if(!(((((_la - 264)) & ~0x1F) === 0 && ((1 << (_la - 264)) & 136902905) !== 0))) { localctx._typeName = this._errHandler.recoverInline(this); } else { this._errHandler.reportMatch(this); this.consume(); } - this.state = 589; + this.state = 590; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===301) { + if (_la===303) { { - this.state = 588; + this.state = 589; this.lengthOneDimension(); } } } break; - case 270: - case 271: - case 272: - case 278: - case 279: + case 284: this.enterOuterAlt(localctx, 3); { - this.state = 591; + this.state = 592; + localctx._typeName = this.match(FlinkSqlParser.TIMESTAMP); + this.state = 594; + this._errHandler.sync(this); + _la = this._input.LA(1); + if (_la===303) { + { + this.state = 593; + this.lengthOneDimension(); + } + } + + this.state = 602; + this._errHandler.sync(this); + _la = this._input.LA(1); + if (_la===70 || _la===71) { + { + this.state = 596; + _la = this._input.LA(1); + if(!(_la===70 || _la===71)) { + this._errHandler.recoverInline(this); + } + else { + this._errHandler.reportMatch(this); + this.consume(); + } + this.state = 598; + this._errHandler.sync(this); + _la = this._input.LA(1); + if (_la===224) { + { + this.state = 597; + this.match(FlinkSqlParser.LOCAL); + } + } + + this.state = 600; + this.match(FlinkSqlParser.TIME); + this.state = 601; + this.match(FlinkSqlParser.ZONE); + } + } + + } + break; + case 272: + case 273: + case 274: + case 280: + case 281: + this.enterOuterAlt(localctx, 4); + { + this.state = 604; localctx._typeName = this._input.LT(1); _la = this._input.LA(1); - if(!(((((_la - 270)) & ~0x1F) === 0 && ((1 << (_la - 270)) & 775) !== 0))) { + if(!(((((_la - 272)) & ~0x1F) === 0 && ((1 << (_la - 272)) & 775) !== 0))) { localctx._typeName = this._errHandler.recoverInline(this); } else { this._errHandler.reportMatch(this); this.consume(); } - this.state = 593; + this.state = 606; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===301) { + if (_la===303) { { - this.state = 592; + this.state = 605; this.lengthTwoOptionalDimension(); } } } break; - case 263: - case 284: - this.enterOuterAlt(localctx, 4); + case 265: + case 286: + this.enterOuterAlt(localctx, 5); { - this.state = 595; + this.state = 608; localctx._type_ = this._input.LT(1); _la = this._input.LA(1); - if(!(_la===263 || _la===284)) { + if(!(_la===265 || _la===286)) { localctx._type_ = this._errHandler.recoverInline(this); } else { this._errHandler.reportMatch(this); this.consume(); } - this.state = 597; + this.state = 610; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===292) { + if (_la===294) { { - this.state = 596; + this.state = 609; this.lengthOneTypeDimension(); } } } break; - case 264: - this.enterOuterAlt(localctx, 5); + case 266: + this.enterOuterAlt(localctx, 6); { - this.state = 599; + this.state = 612; localctx._type_ = this.match(FlinkSqlParser.MAP); - this.state = 601; + this.state = 614; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===292) { + if (_la===294) { { - this.state = 600; + this.state = 613; this.mapTypeDimension(); } } } break; - case 287: - this.enterOuterAlt(localctx, 6); + case 289: + this.enterOuterAlt(localctx, 7); { - this.state = 603; + this.state = 616; localctx._type_ = this.match(FlinkSqlParser.ROW); - this.state = 605; + this.state = 618; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===292) { + if (_la===294) { { - this.state = 604; + this.state = 617; this.rowTypeDimension(); } } } break; - case 286: - this.enterOuterAlt(localctx, 7); + case 288: + this.enterOuterAlt(localctx, 8); { - this.state = 607; + this.state = 620; localctx._type_ = this.match(FlinkSqlParser.RAW); - this.state = 609; + this.state = 622; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===301) { + if (_la===303) { { - this.state = 608; + this.state = 621; this.lengthTwoStringDimension(); } } @@ -2829,11 +2888,11 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 613; + this.state = 626; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 614; + this.state = 627; this.decimalLiteral(); - this.state = 615; + this.state = 628; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -2859,23 +2918,23 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 617; + this.state = 630; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 618; + this.state = 631; this.decimalLiteral(); - this.state = 621; + this.state = 634; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===303) { + if (_la===305) { { - this.state = 619; + this.state = 632; this.match(FlinkSqlParser.COMMA); - this.state = 620; + this.state = 633; this.decimalLiteral(); } } - this.state = 623; + this.state = 636; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -2901,23 +2960,23 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 625; + this.state = 638; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 626; + this.state = 639; this.stringLiteral(); - this.state = 629; + this.state = 642; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===303) { + if (_la===305) { { - this.state = 627; + this.state = 640; this.match(FlinkSqlParser.COMMA); - this.state = 628; + this.state = 641; this.stringLiteral(); } } - this.state = 631; + this.state = 644; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -2942,11 +3001,11 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 633; + this.state = 646; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 634; + this.state = 647; this.columnType(); - this.state = 635; + this.state = 648; this.match(FlinkSqlParser.GREATER_SYMBOL); } } @@ -2971,17 +3030,17 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 637; + this.state = 650; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 638; + this.state = 651; this.columnType(); { - this.state = 639; + this.state = 652; this.match(FlinkSqlParser.COMMA); - this.state = 640; + this.state = 653; this.columnType(); } - this.state = 642; + this.state = 655; this.match(FlinkSqlParser.GREATER_SYMBOL); } } @@ -3007,31 +3066,31 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 644; + this.state = 657; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 645; + this.state = 658; this.columnName(); - this.state = 646; + this.state = 659; this.columnType(); - this.state = 653; + this.state = 666; this._errHandler.sync(this); _la = this._input.LA(1); - while (_la===303) { + while (_la===305) { { { - this.state = 647; + this.state = 660; this.match(FlinkSqlParser.COMMA); - this.state = 648; + this.state = 661; this.columnName(); - this.state = 649; + this.state = 662; this.columnType(); } } - this.state = 655; + this.state = 668; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 656; + this.state = 669; this.match(FlinkSqlParser.GREATER_SYMBOL); } } @@ -3057,34 +3116,26 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 660; + this.state = 673; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===184) { + if (_la===185) { { - this.state = 658; + this.state = 671; this.match(FlinkSqlParser.CONSTRAINT); - this.state = 659; + this.state = 672; this.constraintName(); } } - this.state = 662; + this.state = 675; this.match(FlinkSqlParser.PRIMARY); - this.state = 663; + this.state = 676; this.match(FlinkSqlParser.KEY); - this.state = 666; - this._errHandler.sync(this); - _la = this._input.LA(1); - if (_la===25) { - { - this.state = 664; - this.match(FlinkSqlParser.NOT); - this.state = 665; - this.match(FlinkSqlParser.ENFORCED); - } - } - + this.state = 677; + this.match(FlinkSqlParser.NOT); + this.state = 678; + this.match(FlinkSqlParser.ENFORCED); } } catch (re) { @@ -3108,9 +3159,9 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 668; + this.state = 680; this.match(FlinkSqlParser.COMMENT); - this.state = 669; + this.state = 681; this.match(FlinkSqlParser.STRING_LITERAL); } } @@ -3136,30 +3187,30 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 671; + this.state = 683; this.columnName(); - this.state = 672; + this.state = 684; this.columnType(); - this.state = 673; + this.state = 685; this.match(FlinkSqlParser.METADATA); - this.state = 676; + this.state = 688; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===5) { { - this.state = 674; + this.state = 686; this.match(FlinkSqlParser.FROM); - this.state = 675; + this.state = 687; this.metadataKey(); } } - this.state = 679; + this.state = 691; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===261) { + if (_la===262) { { - this.state = 678; + this.state = 690; this.match(FlinkSqlParser.VIRTUAL); } } @@ -3187,7 +3238,7 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 681; + this.state = 693; this.match(FlinkSqlParser.STRING_LITERAL); } } @@ -3213,18 +3264,18 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 683; + this.state = 695; this.columnName(); - this.state = 684; + this.state = 696; this.match(FlinkSqlParser.AS); - this.state = 685; + this.state = 697; this.computedColumnExpression(); - this.state = 687; + this.state = 699; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===114) { + if (_la===115) { { - this.state = 686; + this.state = 698; this.commentSpec(); } } @@ -3252,7 +3303,7 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 689; + this.state = 701; this.expression(); } } @@ -3277,15 +3328,15 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 691; + this.state = 703; this.match(FlinkSqlParser.WATERMARK); - this.state = 692; + this.state = 704; this.match(FlinkSqlParser.FOR); - this.state = 693; + this.state = 705; this.expression(); - this.state = 694; + this.state = 706; this.match(FlinkSqlParser.AS); - this.state = 695; + this.state = 707; this.expression(); } } @@ -3311,40 +3362,28 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 699; + this.state = 711; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===184) { + if (_la===185) { { - this.state = 697; + this.state = 709; this.match(FlinkSqlParser.CONSTRAINT); - this.state = 698; + this.state = 710; this.constraintName(); } } - this.state = 701; + this.state = 713; this.match(FlinkSqlParser.PRIMARY); - this.state = 702; + this.state = 714; this.match(FlinkSqlParser.KEY); - this.state = 703; - this.match(FlinkSqlParser.LR_BRACKET); - this.state = 704; + this.state = 715; this.columnNameList(); - this.state = 705; - this.match(FlinkSqlParser.RR_BRACKET); - this.state = 708; - this._errHandler.sync(this); - _la = this._input.LA(1); - if (_la===25) { - { - this.state = 706; - this.match(FlinkSqlParser.NOT); - this.state = 707; - this.match(FlinkSqlParser.ENFORCED); - } - } - + this.state = 716; + this.match(FlinkSqlParser.NOT); + this.state = 717; + this.match(FlinkSqlParser.ENFORCED); } } catch (re) { @@ -3368,7 +3407,7 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 710; + this.state = 719; this.identifier(); } } @@ -3393,11 +3432,11 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 712; + this.state = 721; this.match(FlinkSqlParser.PERIOD); - this.state = 713; + this.state = 722; this.match(FlinkSqlParser.FOR); - this.state = 714; + this.state = 723; this.match(FlinkSqlParser.SYSTEM_TIME); } } @@ -3422,11 +3461,11 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 716; + this.state = 725; this.match(FlinkSqlParser.PARTITIONED); - this.state = 717; + this.state = 726; this.match(FlinkSqlParser.BY); - this.state = 718; + this.state = 727; this.transformList(); } } @@ -3452,27 +3491,27 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 720; + this.state = 729; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 721; + this.state = 730; this.transform(); - this.state = 726; + this.state = 735; this._errHandler.sync(this); _la = this._input.LA(1); - while (_la===303) { + while (_la===305) { { { - this.state = 722; + this.state = 731; this.match(FlinkSqlParser.COMMA); - this.state = 723; + this.state = 732; this.transform(); } } - this.state = 728; + this.state = 737; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 729; + this.state = 738; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -3496,14 +3535,14 @@ export default class FlinkSqlParser extends Parser { this.enterRule(localctx, 92, FlinkSqlParser.RULE_transform); let _la: number; try { - this.state = 744; + this.state = 753; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 61, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 62, this._ctx) ) { case 1: localctx = new IdentityTransformContext(this, localctx); this.enterOuterAlt(localctx, 1); { - this.state = 731; + this.state = 740; this.qualifiedName(); } break; @@ -3511,29 +3550,29 @@ export default class FlinkSqlParser extends Parser { localctx = new ApplyTransformContext(this, localctx); this.enterOuterAlt(localctx, 2); { - this.state = 732; + this.state = 741; (localctx as ApplyTransformContext)._transformName = this.identifier(); - this.state = 733; + this.state = 742; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 734; + this.state = 743; this.transformArgument(); - this.state = 739; + this.state = 748; this._errHandler.sync(this); _la = this._input.LA(1); - while (_la===303) { + while (_la===305) { { { - this.state = 735; + this.state = 744; this.match(FlinkSqlParser.COMMA); - this.state = 736; + this.state = 745; this.transformArgument(); } } - this.state = 741; + this.state = 750; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 742; + this.state = 751; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -3558,20 +3597,20 @@ export default class FlinkSqlParser extends Parser { let localctx: TransformArgumentContext = new TransformArgumentContext(this, this._ctx, this.state); this.enterRule(localctx, 94, FlinkSqlParser.RULE_transformArgument); try { - this.state = 748; + this.state = 757; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 62, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 63, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 746; + this.state = 755; this.qualifiedName(); } break; case 2: this.enterOuterAlt(localctx, 2); { - this.state = 747; + this.state = 756; this.constant(); } break; @@ -3599,32 +3638,32 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 750; + this.state = 759; this.match(FlinkSqlParser.LIKE); - this.state = 751; - this.sourceTable(); this.state = 760; + this.sourceTable(); + this.state = 769; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 64, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 65, this._ctx) ) { case 1: { - this.state = 752; + this.state = 761; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 756; + this.state = 765; this._errHandler.sync(this); _la = this._input.LA(1); - while (((((_la - 232)) & ~0x1F) === 0 && ((1 << (_la - 232)) & 7) !== 0)) { + while (((((_la - 233)) & ~0x1F) === 0 && ((1 << (_la - 233)) & 7) !== 0)) { { { - this.state = 753; + this.state = 762; this.likeOption(); } } - this.state = 758; + this.state = 767; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 759; + this.state = 768; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -3652,7 +3691,7 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 762; + this.state = 771; this.uid(); } } @@ -3676,24 +3715,25 @@ export default class FlinkSqlParser extends Parser { this.enterRule(localctx, 100, FlinkSqlParser.RULE_likeOption); let _la: number; try { - this.state = 768; + this.state = 777; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 65, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 66, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 764; + { + this.state = 773; _la = this._input.LA(1); - if(!(_la===232 || _la===233)) { + if(!(_la===233 || _la===234)) { this._errHandler.recoverInline(this); } else { this._errHandler.reportMatch(this); this.consume(); } - this.state = 765; + this.state = 774; _la = this._input.LA(1); - if(!(_la===8 || _la===101 || _la===235)) { + if(!(_la===8 || _la===102 || _la===236)) { this._errHandler.recoverInline(this); } else { @@ -3701,22 +3741,24 @@ export default class FlinkSqlParser extends Parser { this.consume(); } } + } break; case 2: this.enterOuterAlt(localctx, 2); { - this.state = 766; + { + this.state = 775; _la = this._input.LA(1); - if(!(((((_la - 232)) & ~0x1F) === 0 && ((1 << (_la - 232)) & 7) !== 0))) { + if(!(((((_la - 233)) & ~0x1F) === 0 && ((1 << (_la - 233)) & 7) !== 0))) { this._errHandler.recoverInline(this); } else { this._errHandler.reportMatch(this); this.consume(); } - this.state = 767; + this.state = 776; _la = this._input.LA(1); - if(!(_la===166 || _la===236 || _la===237)) { + if(!(_la===167 || _la===237 || _la===238)) { this._errHandler.recoverInline(this); } else { @@ -3724,6 +3766,7 @@ export default class FlinkSqlParser extends Parser { this.consume(); } } + } break; } } @@ -3748,13 +3791,13 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 770; + this.state = 779; this.match(FlinkSqlParser.CREATE); - this.state = 771; + this.state = 780; this.match(FlinkSqlParser.CATALOG); - this.state = 772; + this.state = 781; this.uid(); - this.state = 773; + this.state = 782; this.withOption(); } } @@ -3780,33 +3823,33 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 775; + this.state = 784; this.match(FlinkSqlParser.CREATE); - this.state = 776; + this.state = 785; this.match(FlinkSqlParser.DATABASE); - this.state = 778; + this.state = 787; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===127) { + if (_la===128) { { - this.state = 777; + this.state = 786; this.ifNotExists(); } } - this.state = 780; + this.state = 789; this.uid(); - this.state = 782; + this.state = 791; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===114) { + if (_la===115) { { - this.state = 781; + this.state = 790; this.commentSpec(); } } - this.state = 784; + this.state = 793; this.withOption(); } } @@ -3832,55 +3875,55 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 786; + this.state = 795; this.match(FlinkSqlParser.CREATE); - this.state = 788; + this.state = 797; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===165) { + if (_la===166) { { - this.state = 787; + this.state = 796; this.match(FlinkSqlParser.TEMPORARY); } } - this.state = 790; + this.state = 799; this.match(FlinkSqlParser.VIEW); - this.state = 792; + this.state = 801; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===127) { + if (_la===128) { { - this.state = 791; + this.state = 800; this.ifNotExists(); } } - this.state = 794; + this.state = 803; this.uid(); - this.state = 796; - this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 70, this._ctx) ) { - case 1: - { - this.state = 795; - this.columnNameList(); - } - break; - } - this.state = 799; + this.state = 805; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===114) { + if (_la===303) { { - this.state = 798; + this.state = 804; + this.columnNameList(); + } + } + + this.state = 808; + this._errHandler.sync(this); + _la = this._input.LA(1); + if (_la===115) { + { + this.state = 807; this.commentSpec(); } } - this.state = 801; + this.state = 810; this.match(FlinkSqlParser.AS); - this.state = 802; + this.state = 811; this.queryStatement(0); } } @@ -3906,54 +3949,54 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 804; + this.state = 813; this.match(FlinkSqlParser.CREATE); - this.state = 808; + this.state = 817; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 72, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 73, this._ctx) ) { case 1: { - this.state = 805; + this.state = 814; this.match(FlinkSqlParser.TEMPORARY); } break; case 2: { - this.state = 806; + this.state = 815; this.match(FlinkSqlParser.TEMPORARY); - this.state = 807; + this.state = 816; this.match(FlinkSqlParser.SYSTEM); } break; } - this.state = 810; + this.state = 819; this.match(FlinkSqlParser.FUNCTION); - this.state = 812; + this.state = 821; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===127) { + if (_la===128) { { - this.state = 811; + this.state = 820; this.ifNotExists(); } } - this.state = 814; + this.state = 823; this.uid(); - this.state = 815; + this.state = 824; this.match(FlinkSqlParser.AS); - this.state = 816; + this.state = 825; this.identifier(); - this.state = 819; + this.state = 828; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===239) { + if (_la===240) { { - this.state = 817; + this.state = 826; this.match(FlinkSqlParser.LANGUAGE); - this.state = 818; + this.state = 827; _la = this._input.LA(1); - if(!(((((_la - 240)) & ~0x1F) === 0 && ((1 << (_la - 240)) & 7) !== 0))) { + if(!(((((_la - 241)) & ~0x1F) === 0 && ((1 << (_la - 241)) & 7) !== 0))) { this._errHandler.recoverInline(this); } else { @@ -3963,12 +4006,12 @@ export default class FlinkSqlParser extends Parser { } } - this.state = 822; + this.state = 831; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===142) { + if (_la===143) { { - this.state = 821; + this.state = 830; this.usingClause(); } } @@ -3997,27 +4040,27 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 824; + this.state = 833; this.match(FlinkSqlParser.USING); - this.state = 825; + this.state = 834; this.match(FlinkSqlParser.JAR); - this.state = 826; + this.state = 835; this.jarFileName(); - this.state = 832; + this.state = 841; this._errHandler.sync(this); _la = this._input.LA(1); - while (_la===303) { + while (_la===305) { { { - this.state = 827; + this.state = 836; this.match(FlinkSqlParser.COMMA); - this.state = 828; + this.state = 837; this.match(FlinkSqlParser.JAR); - this.state = 829; + this.state = 838; this.jarFileName(); } } - this.state = 834; + this.state = 843; this._errHandler.sync(this); _la = this._input.LA(1); } @@ -4044,7 +4087,7 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 835; + this.state = 844; this.match(FlinkSqlParser.STRING_LITERAL); } } @@ -4069,24 +4112,24 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 837; + this.state = 846; this.match(FlinkSqlParser.ALTER); - this.state = 838; + this.state = 847; this.match(FlinkSqlParser.TABLE); - this.state = 839; + this.state = 848; this.uid(); - this.state = 842; + this.state = 851; this._errHandler.sync(this); switch (this._input.LA(1)) { - case 112: + case 113: { - this.state = 840; + this.state = 849; this.renameDefinition(); } break; - case 115: + case 116: { - this.state = 841; + this.state = 850; this.setKeyValueDefinition(); } break; @@ -4116,11 +4159,11 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 844; + this.state = 853; this.match(FlinkSqlParser.RENAME); - this.state = 845; + this.state = 854; this.match(FlinkSqlParser.TO); - this.state = 846; + this.state = 855; this.uid(); } } @@ -4145,9 +4188,9 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 848; + this.state = 857; this.match(FlinkSqlParser.SET); - this.state = 849; + this.state = 858; this.tablePropertyList(); } } @@ -4172,26 +4215,26 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 851; + this.state = 860; this.match(FlinkSqlParser.ALTER); - this.state = 852; + this.state = 861; this.match(FlinkSqlParser.VIEW); - this.state = 853; + this.state = 862; this.uid(); - this.state = 857; + this.state = 866; this._errHandler.sync(this); switch (this._input.LA(1)) { - case 112: + case 113: { - this.state = 854; + this.state = 863; this.renameDefinition(); } break; case 7: { - this.state = 855; + this.state = 864; this.match(FlinkSqlParser.AS); - this.state = 856; + this.state = 865; this.queryStatement(0); } break; @@ -4221,13 +4264,13 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 859; + this.state = 868; this.match(FlinkSqlParser.ALTER); - this.state = 860; + this.state = 869; this.match(FlinkSqlParser.DATABASE); - this.state = 861; + this.state = 870; this.uid(); - this.state = 862; + this.state = 871; this.setKeyValueDefinition(); } } @@ -4253,54 +4296,54 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 864; + this.state = 873; this.match(FlinkSqlParser.ALTER); - this.state = 868; + this.state = 877; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 79, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 80, this._ctx) ) { case 1: { - this.state = 865; + this.state = 874; this.match(FlinkSqlParser.TEMPORARY); } break; case 2: { - this.state = 866; + this.state = 875; this.match(FlinkSqlParser.TEMPORARY); - this.state = 867; + this.state = 876; this.match(FlinkSqlParser.SYSTEM); } break; } - this.state = 870; + this.state = 879; this.match(FlinkSqlParser.FUNCTION); - this.state = 872; + this.state = 881; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===127) { + if (_la===128) { { - this.state = 871; + this.state = 880; this.ifExists(); } } - this.state = 874; + this.state = 883; this.uid(); - this.state = 875; + this.state = 884; this.match(FlinkSqlParser.AS); - this.state = 876; + this.state = 885; this.identifier(); - this.state = 879; + this.state = 888; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===239) { + if (_la===240) { { - this.state = 877; + this.state = 886; this.match(FlinkSqlParser.LANGUAGE); - this.state = 878; + this.state = 887; _la = this._input.LA(1); - if(!(((((_la - 240)) & ~0x1F) === 0 && ((1 << (_la - 240)) & 7) !== 0))) { + if(!(((((_la - 241)) & ~0x1F) === 0 && ((1 << (_la - 241)) & 7) !== 0))) { this._errHandler.recoverInline(this); } else { @@ -4334,21 +4377,21 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 881; + this.state = 890; this.match(FlinkSqlParser.DROP); - this.state = 882; + this.state = 891; this.match(FlinkSqlParser.CATALOG); - this.state = 884; + this.state = 893; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===127) { + if (_la===128) { { - this.state = 883; + this.state = 892; this.ifExists(); } } - this.state = 886; + this.state = 895; this.uid(); } } @@ -4374,31 +4417,31 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 888; + this.state = 897; this.match(FlinkSqlParser.DROP); - this.state = 890; + this.state = 899; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===165) { + if (_la===166) { { - this.state = 889; + this.state = 898; this.match(FlinkSqlParser.TEMPORARY); } } - this.state = 892; + this.state = 901; this.match(FlinkSqlParser.TABLE); - this.state = 894; + this.state = 903; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===127) { + if (_la===128) { { - this.state = 893; + this.state = 902; this.ifExists(); } } - this.state = 896; + this.state = 905; this.uid(); } } @@ -4424,31 +4467,31 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 898; + this.state = 907; this.match(FlinkSqlParser.DROP); - this.state = 899; + this.state = 908; this.match(FlinkSqlParser.DATABASE); - this.state = 901; + this.state = 910; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===127) { + if (_la===128) { { - this.state = 900; + this.state = 909; this.ifExists(); } } - this.state = 903; + this.state = 912; this.uid(); - this.state = 905; + this.state = 914; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===183 || _la===185) { + if (_la===184 || _la===186) { { - this.state = 904; + this.state = 913; localctx._dropType = this._input.LT(1); _la = this._input.LA(1); - if(!(_la===183 || _la===185)) { + if(!(_la===184 || _la===186)) { localctx._dropType = this._errHandler.recoverInline(this); } else { @@ -4482,31 +4525,31 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 907; + this.state = 916; this.match(FlinkSqlParser.DROP); - this.state = 909; + this.state = 918; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===165) { + if (_la===166) { { - this.state = 908; + this.state = 917; this.match(FlinkSqlParser.TEMPORARY); } } - this.state = 911; + this.state = 920; this.match(FlinkSqlParser.VIEW); - this.state = 913; + this.state = 922; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===127) { + if (_la===128) { { - this.state = 912; + this.state = 921; this.ifExists(); } } - this.state = 915; + this.state = 924; this.uid(); } } @@ -4532,39 +4575,39 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 917; + this.state = 926; this.match(FlinkSqlParser.DROP); - this.state = 921; + this.state = 930; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 89, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 90, this._ctx) ) { case 1: { - this.state = 918; + this.state = 927; this.match(FlinkSqlParser.TEMPORARY); } break; case 2: { - this.state = 919; + this.state = 928; this.match(FlinkSqlParser.TEMPORARY); - this.state = 920; + this.state = 929; this.match(FlinkSqlParser.SYSTEM); } break; } - this.state = 923; + this.state = 932; this.match(FlinkSqlParser.FUNCTION); - this.state = 925; + this.state = 934; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===127) { + if (_la===128) { { - this.state = 924; + this.state = 933; this.ifExists(); } } - this.state = 927; + this.state = 936; this.uid(); } } @@ -4588,24 +4631,24 @@ export default class FlinkSqlParser extends Parser { this.enterRule(localctx, 136, FlinkSqlParser.RULE_insertStatement); let _la: number; try { - this.state = 936; + this.state = 945; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 92, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 93, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { { - this.state = 930; + this.state = 939; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===77) { + if (_la===78) { { - this.state = 929; + this.state = 938; this.match(FlinkSqlParser.EXECUTE); } } - this.state = 932; + this.state = 941; this.insertSimpleStatement(); } } @@ -4613,7 +4656,7 @@ export default class FlinkSqlParser extends Parser { case 2: this.enterOuterAlt(localctx, 2); { - this.state = 933; + this.state = 942; this.insertMulStatementCompatibility(); } break; @@ -4621,9 +4664,9 @@ export default class FlinkSqlParser extends Parser { this.enterOuterAlt(localctx, 3); { { - this.state = 934; + this.state = 943; this.match(FlinkSqlParser.EXECUTE); - this.state = 935; + this.state = 944; this.insertMulStatement(); } } @@ -4652,51 +4695,51 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 938; + this.state = 947; this.match(FlinkSqlParser.INSERT); - this.state = 939; + this.state = 948; _la = this._input.LA(1); - if(!(_la===82 || _la===139)) { + if(!(_la===83 || _la===140)) { this._errHandler.recoverInline(this); } else { this._errHandler.reportMatch(this); this.consume(); } - this.state = 940; - this.uid(); this.state = 949; + this.uid(); + this.state = 958; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 95, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 96, this._ctx) ) { case 1: { - this.state = 942; + this.state = 951; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===60) { { - this.state = 941; + this.state = 950; this.insertPartitionDefinition(); } } - this.state = 945; + this.state = 954; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 94, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 95, this._ctx) ) { case 1: { - this.state = 944; - this.insertColumnListDefinition(); + this.state = 953; + this.columnNameList(); } break; } - this.state = 947; + this.state = 956; this.queryStatement(0); } break; case 2: { - this.state = 948; + this.state = 957; this.valuesDefinition(); } break; @@ -4724,9 +4767,9 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 951; + this.state = 960; this.match(FlinkSqlParser.PARTITION); - this.state = 952; + this.state = 961; this.tablePropertyList(); } } @@ -4745,59 +4788,30 @@ export default class FlinkSqlParser extends Parser { return localctx; } // @RuleVersion(0) - public insertColumnListDefinition(): InsertColumnListDefinitionContext { - let localctx: InsertColumnListDefinitionContext = new InsertColumnListDefinitionContext(this, this._ctx, this.state); - this.enterRule(localctx, 142, FlinkSqlParser.RULE_insertColumnListDefinition); - try { - this.enterOuterAlt(localctx, 1); - { - this.state = 954; - this.match(FlinkSqlParser.LR_BRACKET); - this.state = 955; - this.columnNameList(); - this.state = 956; - this.match(FlinkSqlParser.RR_BRACKET); - } - } - catch (re) { - if (re instanceof RecognitionException) { - localctx.exception = re; - this._errHandler.reportError(this, re); - this._errHandler.recover(this, re); - } else { - throw re; - } - } - finally { - this.exitRule(); - } - return localctx; - } - // @RuleVersion(0) public valuesDefinition(): ValuesDefinitionContext { let localctx: ValuesDefinitionContext = new ValuesDefinitionContext(this, this._ctx, this.state); - this.enterRule(localctx, 144, FlinkSqlParser.RULE_valuesDefinition); + this.enterRule(localctx, 142, FlinkSqlParser.RULE_valuesDefinition); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 958; + this.state = 963; this.match(FlinkSqlParser.VALUES); - this.state = 959; - this.valuesRowDefinition(); this.state = 964; + this.valuesRowDefinition(); + this.state = 969; this._errHandler.sync(this); _la = this._input.LA(1); - while (_la===303) { + while (_la===305) { { { - this.state = 960; + this.state = 965; this.match(FlinkSqlParser.COMMA); - this.state = 961; + this.state = 966; this.valuesRowDefinition(); } } - this.state = 966; + this.state = 971; this._errHandler.sync(this); _la = this._input.LA(1); } @@ -4820,32 +4834,32 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public valuesRowDefinition(): ValuesRowDefinitionContext { let localctx: ValuesRowDefinitionContext = new ValuesRowDefinitionContext(this, this._ctx, this.state); - this.enterRule(localctx, 146, FlinkSqlParser.RULE_valuesRowDefinition); + this.enterRule(localctx, 144, FlinkSqlParser.RULE_valuesRowDefinition); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 967; + this.state = 972; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 968; - this.constant(); this.state = 973; + this.constant(); + this.state = 978; this._errHandler.sync(this); _la = this._input.LA(1); - while (_la===303) { + while (_la===305) { { { - this.state = 969; + this.state = 974; this.match(FlinkSqlParser.COMMA); - this.state = 970; + this.state = 975; this.constant(); } } - this.state = 975; + this.state = 980; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 976; + this.state = 981; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -4866,36 +4880,36 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public insertMulStatementCompatibility(): InsertMulStatementCompatibilityContext { let localctx: InsertMulStatementCompatibilityContext = new InsertMulStatementCompatibilityContext(this, this._ctx, this.state); - this.enterRule(localctx, 148, FlinkSqlParser.RULE_insertMulStatementCompatibility); + this.enterRule(localctx, 146, FlinkSqlParser.RULE_insertMulStatementCompatibility); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 978; + this.state = 983; this.match(FlinkSqlParser.BEGIN); - this.state = 979; + this.state = 984; this.match(FlinkSqlParser.STATEMENT); - this.state = 980; - this.match(FlinkSqlParser.SET); - this.state = 981; - this.match(FlinkSqlParser.SEMICOLON); this.state = 985; + this.match(FlinkSqlParser.SET); + this.state = 986; + this.match(FlinkSqlParser.SEMICOLON); + this.state = 990; this._errHandler.sync(this); _la = this._input.LA(1); do { { { - this.state = 982; + this.state = 987; this.insertSimpleStatement(); - this.state = 983; + this.state = 988; this.match(FlinkSqlParser.SEMICOLON); } } - this.state = 987; + this.state = 992; this._errHandler.sync(this); _la = this._input.LA(1); - } while (_la===79); - this.state = 989; + } while (_la===80); + this.state = 994; this.match(FlinkSqlParser.END); } } @@ -4916,34 +4930,34 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public insertMulStatement(): InsertMulStatementContext { let localctx: InsertMulStatementContext = new InsertMulStatementContext(this, this._ctx, this.state); - this.enterRule(localctx, 150, FlinkSqlParser.RULE_insertMulStatement); + this.enterRule(localctx, 148, FlinkSqlParser.RULE_insertMulStatement); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 991; + this.state = 996; this.match(FlinkSqlParser.STATEMENT); - this.state = 992; - this.match(FlinkSqlParser.SET); - this.state = 993; - this.match(FlinkSqlParser.BEGIN); this.state = 997; + this.match(FlinkSqlParser.SET); + this.state = 998; + this.match(FlinkSqlParser.BEGIN); + this.state = 1002; this._errHandler.sync(this); _la = this._input.LA(1); do { { { - this.state = 994; + this.state = 999; this.insertSimpleStatement(); - this.state = 995; + this.state = 1000; this.match(FlinkSqlParser.SEMICOLON); } } - this.state = 999; + this.state = 1004; this._errHandler.sync(this); _la = this._input.LA(1); - } while (_la===79); - this.state = 1001; + } while (_la===80); + this.state = 1006; this.match(FlinkSqlParser.END); } } @@ -4974,78 +4988,78 @@ export default class FlinkSqlParser extends Parser { let _parentState: number = this.state; let localctx: QueryStatementContext = new QueryStatementContext(this, this._ctx, _parentState); let _prevctx: QueryStatementContext = localctx; - let _startState: number = 152; - this.enterRecursionRule(localctx, 152, FlinkSqlParser.RULE_queryStatement, _p); + let _startState: number = 150; + this.enterRecursionRule(localctx, 150, FlinkSqlParser.RULE_queryStatement, _p); let _la: number; try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 1034; + this.state = 1039; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 105, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 106, this._ctx) ) { case 1: { - this.state = 1004; + this.state = 1009; this.valuesCaluse(); } break; case 2: { - this.state = 1005; + this.state = 1010; this.match(FlinkSqlParser.WITH); - this.state = 1006; - this.withItem(); this.state = 1011; + this.withItem(); + this.state = 1016; this._errHandler.sync(this); _la = this._input.LA(1); - while (_la===303) { + while (_la===305) { { { - this.state = 1007; + this.state = 1012; this.match(FlinkSqlParser.COMMA); - this.state = 1008; + this.state = 1013; this.withItem(); } } - this.state = 1013; + this.state = 1018; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 1014; + this.state = 1019; this.queryStatement(5); } break; case 3: { - this.state = 1016; + this.state = 1021; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1017; + this.state = 1022; this.queryStatement(0); - this.state = 1018; + this.state = 1023; this.match(FlinkSqlParser.RR_BRACKET); } break; case 4: { - this.state = 1020; - this.selectClause(); - this.state = 1022; - this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 101, this._ctx) ) { - case 1: - { - this.state = 1021; - this.orderByCaluse(); - } - break; - } this.state = 1025; + this.selectClause(); + this.state = 1027; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 102, this._ctx) ) { case 1: { - this.state = 1024; + this.state = 1026; + this.orderByCaluse(); + } + break; + } + this.state = 1030; + this._errHandler.sync(this); + switch ( this._interp.adaptivePredict(this._input, 103, this._ctx) ) { + case 1: + { + this.state = 1029; this.limitClause(); } break; @@ -5054,24 +5068,24 @@ export default class FlinkSqlParser extends Parser { break; case 5: { - this.state = 1027; - this.selectStatement(); - this.state = 1029; - this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 103, this._ctx) ) { - case 1: - { - this.state = 1028; - this.orderByCaluse(); - } - break; - } this.state = 1032; + this.selectStatement(); + this.state = 1034; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 104, this._ctx) ) { case 1: { - this.state = 1031; + this.state = 1033; + this.orderByCaluse(); + } + break; + } + this.state = 1037; + this._errHandler.sync(this); + switch ( this._interp.adaptivePredict(this._input, 105, this._ctx) ) { + case 1: + { + this.state = 1036; this.limitClause(); } break; @@ -5080,9 +5094,9 @@ export default class FlinkSqlParser extends Parser { break; } this._ctx.stop = this._input.LT(-1); - this.state = 1050; + this.state = 1055; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 109, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 110, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { if (this._parseListeners != null) { @@ -5094,48 +5108,48 @@ export default class FlinkSqlParser extends Parser { localctx = new QueryStatementContext(this, _parentctx, _parentState); localctx._left = _prevctx; this.pushNewRecursionContext(localctx, _startState, FlinkSqlParser.RULE_queryStatement); - this.state = 1036; + this.state = 1041; if (!(this.precpred(this._ctx, 3))) { throw this.createFailedPredicateException("this.precpred(this._ctx, 3)"); } - this.state = 1037; + this.state = 1042; localctx._operator = this._input.LT(1); _la = this._input.LA(1); - if(!(((((_la - 104)) & ~0x1F) === 0 && ((1 << (_la - 104)) & 11) !== 0))) { + if(!(((((_la - 105)) & ~0x1F) === 0 && ((1 << (_la - 105)) & 11) !== 0))) { localctx._operator = this._errHandler.recoverInline(this); } else { this._errHandler.reportMatch(this); this.consume(); } - this.state = 1039; + this.state = 1044; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===8) { { - this.state = 1038; + this.state = 1043; this.match(FlinkSqlParser.ALL); } } - this.state = 1041; - localctx._right = this.queryStatement(0); - this.state = 1043; - this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 107, this._ctx) ) { - case 1: - { - this.state = 1042; - this.orderByCaluse(); - } - break; - } this.state = 1046; + localctx._right = this.queryStatement(0); + this.state = 1048; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 108, this._ctx) ) { case 1: { - this.state = 1045; + this.state = 1047; + this.orderByCaluse(); + } + break; + } + this.state = 1051; + this._errHandler.sync(this); + switch ( this._interp.adaptivePredict(this._input, 109, this._ctx) ) { + case 1: + { + this.state = 1050; this.limitClause(); } break; @@ -5143,9 +5157,9 @@ export default class FlinkSqlParser extends Parser { } } } - this.state = 1052; + this.state = 1057; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 109, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 110, this._ctx); } } } @@ -5166,32 +5180,32 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public valuesCaluse(): ValuesCaluseContext { let localctx: ValuesCaluseContext = new ValuesCaluseContext(this, this._ctx, this.state); - this.enterRule(localctx, 154, FlinkSqlParser.RULE_valuesCaluse); + this.enterRule(localctx, 152, FlinkSqlParser.RULE_valuesCaluse); try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 1053; + this.state = 1058; this.match(FlinkSqlParser.VALUES); - this.state = 1054; - this.expression(); this.state = 1059; + this.expression(); + this.state = 1064; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 110, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 111, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { - this.state = 1055; + this.state = 1060; this.match(FlinkSqlParser.COMMA); - this.state = 1056; + this.state = 1061; this.expression(); } } } - this.state = 1061; + this.state = 1066; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 110, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 111, this._ctx); } } } @@ -5212,50 +5226,50 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public withItem(): WithItemContext { let localctx: WithItemContext = new WithItemContext(this, this._ctx, this.state); - this.enterRule(localctx, 156, FlinkSqlParser.RULE_withItem); + this.enterRule(localctx, 154, FlinkSqlParser.RULE_withItem); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1062; + this.state = 1067; this.withItemName(); - this.state = 1074; + this.state = 1079; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===301) { + if (_la===303) { { - this.state = 1063; + this.state = 1068; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1064; - this.columnName(); this.state = 1069; + this.columnName(); + this.state = 1074; this._errHandler.sync(this); _la = this._input.LA(1); - while (_la===303) { + while (_la===305) { { { - this.state = 1065; + this.state = 1070; this.match(FlinkSqlParser.COMMA); - this.state = 1066; + this.state = 1071; this.columnName(); } } - this.state = 1071; + this.state = 1076; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 1072; + this.state = 1077; this.match(FlinkSqlParser.RR_BRACKET); } } - this.state = 1076; + this.state = 1081; this.match(FlinkSqlParser.AS); - this.state = 1077; + this.state = 1082; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1078; + this.state = 1083; this.queryStatement(0); - this.state = 1079; + this.state = 1084; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -5276,11 +5290,11 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public withItemName(): WithItemNameContext { let localctx: WithItemNameContext = new WithItemNameContext(this, this._ctx, this.state); - this.enterRule(localctx, 158, FlinkSqlParser.RULE_withItemName); + this.enterRule(localctx, 156, FlinkSqlParser.RULE_withItemName); try { this.enterOuterAlt(localctx, 1); { - this.state = 1081; + this.state = 1086; this.identifier(); } } @@ -5301,50 +5315,50 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public selectStatement(): SelectStatementContext { let localctx: SelectStatementContext = new SelectStatementContext(this, this._ctx, this.state); - this.enterRule(localctx, 160, FlinkSqlParser.RULE_selectStatement); + this.enterRule(localctx, 158, FlinkSqlParser.RULE_selectStatement); try { this.enterOuterAlt(localctx, 1); { - this.state = 1083; + this.state = 1088; this.selectClause(); - this.state = 1084; - this.fromClause(); - this.state = 1086; - this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 113, this._ctx) ) { - case 1: - { - this.state = 1085; - this.whereClause(); - } - break; - } this.state = 1089; + this.fromClause(); + this.state = 1091; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 114, this._ctx) ) { case 1: { - this.state = 1088; - this.groupByClause(); + this.state = 1090; + this.whereClause(); } break; } - this.state = 1092; + this.state = 1094; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 115, this._ctx) ) { case 1: { - this.state = 1091; - this.havingClause(); + this.state = 1093; + this.groupByClause(); } break; } - this.state = 1095; + this.state = 1097; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 116, this._ctx) ) { case 1: { - this.state = 1094; + this.state = 1096; + this.havingClause(); + } + break; + } + this.state = 1100; + this._errHandler.sync(this); + switch ( this._interp.adaptivePredict(this._input, 117, this._ctx) ) { + case 1: + { + this.state = 1099; this.windowClause(); } break; @@ -5368,53 +5382,53 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public selectClause(): SelectClauseContext { let localctx: SelectClauseContext = new SelectClauseContext(this, this._ctx, this.state); - this.enterRule(localctx, 162, FlinkSqlParser.RULE_selectClause); + this.enterRule(localctx, 160, FlinkSqlParser.RULE_selectClause); try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 1097; + this.state = 1102; this.match(FlinkSqlParser.SELECT); - this.state = 1099; + this.state = 1104; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 117, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 118, this._ctx) ) { case 1: { - this.state = 1098; + this.state = 1103; this.setQuantifier(); } break; } - this.state = 1110; + this.state = 1115; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 119, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 120, this._ctx) ) { case 1: { - this.state = 1101; + this.state = 1106; this.match(FlinkSqlParser.ASTERISK_SIGN); } break; case 2: { - this.state = 1102; - this.projectItemDefinition(); this.state = 1107; + this.projectItemDefinition(); + this.state = 1112; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 118, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 119, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { - this.state = 1103; + this.state = 1108; this.match(FlinkSqlParser.COMMA); - this.state = 1104; + this.state = 1109; this.projectItemDefinition(); } } } - this.state = 1109; + this.state = 1114; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 118, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 119, this._ctx); } } break; @@ -5438,28 +5452,28 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public projectItemDefinition(): ProjectItemDefinitionContext { let localctx: ProjectItemDefinitionContext = new ProjectItemDefinitionContext(this, this._ctx, this.state); - this.enterRule(localctx, 164, FlinkSqlParser.RULE_projectItemDefinition); + this.enterRule(localctx, 162, FlinkSqlParser.RULE_projectItemDefinition); try { this.enterOuterAlt(localctx, 1); { - this.state = 1112; - this.expression(); this.state = 1117; + this.expression(); + this.state = 1122; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 121, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 122, this._ctx) ) { case 1: { - this.state = 1114; + this.state = 1119; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 120, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 121, this._ctx) ) { case 1: { - this.state = 1113; + this.state = 1118; this.match(FlinkSqlParser.AS); } break; } - this.state = 1116; + this.state = 1121; this.expression(); } break; @@ -5483,13 +5497,13 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public fromClause(): FromClauseContext { let localctx: FromClauseContext = new FromClauseContext(this, this._ctx, this.state); - this.enterRule(localctx, 166, FlinkSqlParser.RULE_fromClause); + this.enterRule(localctx, 164, FlinkSqlParser.RULE_fromClause); try { this.enterOuterAlt(localctx, 1); { - this.state = 1119; + this.state = 1124; this.match(FlinkSqlParser.FROM); - this.state = 1120; + this.state = 1125; this.tableExpression(0); } } @@ -5519,41 +5533,40 @@ export default class FlinkSqlParser extends Parser { let _parentctx: ParserRuleContext = this._ctx; let _parentState: number = this.state; let localctx: TableExpressionContext = new TableExpressionContext(this, this._ctx, _parentState); - // @ts-ignore let _prevctx: TableExpressionContext = localctx; - let _startState: number = 168; - this.enterRecursionRule(localctx, 168, FlinkSqlParser.RULE_tableExpression, _p); + let _startState: number = 166; + this.enterRecursionRule(localctx, 166, FlinkSqlParser.RULE_tableExpression, _p); let _la: number; try { let _alt: number; this.enterOuterAlt(localctx, 1); { { - this.state = 1123; - this.tableReference(); this.state = 1128; + this.tableReference(); + this.state = 1133; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 122, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 123, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { - this.state = 1124; + this.state = 1129; this.match(FlinkSqlParser.COMMA); - this.state = 1125; + this.state = 1130; this.tableReference(); } } } - this.state = 1130; + this.state = 1135; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 122, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 123, this._ctx); } } this._ctx.stop = this._input.LT(-1); - this.state = 1152; + this.state = 1157; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 128, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 129, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { if (this._parseListeners != null) { @@ -5561,22 +5574,22 @@ export default class FlinkSqlParser extends Parser { } _prevctx = localctx; { - this.state = 1150; + this.state = 1155; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 127, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 128, this._ctx) ) { case 1: { localctx = new TableExpressionContext(this, _parentctx, _parentState); this.pushNewRecursionContext(localctx, _startState, FlinkSqlParser.RULE_tableExpression); - this.state = 1131; + this.state = 1136; if (!(this.precpred(this._ctx, 1))) { throw this.createFailedPredicateException("this.precpred(this._ctx, 1)"); } - this.state = 1132; + this.state = 1137; this.match(FlinkSqlParser.CROSS); - this.state = 1133; + this.state = 1138; this.match(FlinkSqlParser.JOIN); - this.state = 1134; + this.state = 1139; this.tableExpression(2); } break; @@ -5584,26 +5597,26 @@ export default class FlinkSqlParser extends Parser { { localctx = new TableExpressionContext(this, _parentctx, _parentState); this.pushNewRecursionContext(localctx, _startState, FlinkSqlParser.RULE_tableExpression); - this.state = 1135; + this.state = 1140; if (!(this.precpred(this._ctx, 2))) { throw this.createFailedPredicateException("this.precpred(this._ctx, 2)"); } - this.state = 1137; + this.state = 1142; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===54) { { - this.state = 1136; + this.state = 1141; this.match(FlinkSqlParser.NATURAL); } } - this.state = 1140; + this.state = 1145; this._errHandler.sync(this); _la = this._input.LA(1); if (((((_la - 48)) & ~0x1F) === 0 && ((1 << (_la - 48)) & 27) !== 0)) { { - this.state = 1139; + this.state = 1144; _la = this._input.LA(1); if(!(((((_la - 48)) & ~0x1F) === 0 && ((1 << (_la - 48)) & 27) !== 0))) { this._errHandler.recoverInline(this); @@ -5615,26 +5628,26 @@ export default class FlinkSqlParser extends Parser { } } - this.state = 1143; + this.state = 1148; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===47) { { - this.state = 1142; + this.state = 1147; this.match(FlinkSqlParser.OUTER); } } - this.state = 1145; + this.state = 1150; this.match(FlinkSqlParser.JOIN); - this.state = 1146; + this.state = 1151; this.tableExpression(0); - this.state = 1148; + this.state = 1153; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 126, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 127, this._ctx) ) { case 1: { - this.state = 1147; + this.state = 1152; this.joinCondition(); } break; @@ -5644,9 +5657,9 @@ export default class FlinkSqlParser extends Parser { } } } - this.state = 1154; + this.state = 1159; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 128, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 129, this._ctx); } } } @@ -5667,18 +5680,18 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public tableReference(): TableReferenceContext { let localctx: TableReferenceContext = new TableReferenceContext(this, this._ctx, this.state); - this.enterRule(localctx, 170, FlinkSqlParser.RULE_tableReference); + this.enterRule(localctx, 168, FlinkSqlParser.RULE_tableReference); try { this.enterOuterAlt(localctx, 1); { - this.state = 1155; + this.state = 1160; this.tablePrimary(); - this.state = 1157; + this.state = 1162; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 129, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 130, this._ctx) ) { case 1: { - this.state = 1156; + this.state = 1161; this.tableAlias(); } break; @@ -5702,53 +5715,53 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public tablePrimary(): TablePrimaryContext { let localctx: TablePrimaryContext = new TablePrimaryContext(this, this._ctx, this.state); - this.enterRule(localctx, 172, FlinkSqlParser.RULE_tablePrimary); + this.enterRule(localctx, 170, FlinkSqlParser.RULE_tablePrimary); let _la: number; try { - this.state = 1200; + this.state = 1205; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 136, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 137, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 1160; + this.state = 1165; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===73) { + if (_la===74) { { - this.state = 1159; + this.state = 1164; this.match(FlinkSqlParser.TABLE); } } - this.state = 1162; + this.state = 1167; this.tablePath(); - this.state = 1164; + this.state = 1169; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 131, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 132, this._ctx) ) { case 1: { - this.state = 1163; + this.state = 1168; this.systemTimePeriod(); } break; } - this.state = 1170; + this.state = 1175; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 133, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 134, this._ctx) ) { case 1: { - this.state = 1167; + this.state = 1172; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 132, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 133, this._ctx) ) { case 1: { - this.state = 1166; + this.state = 1171; this.match(FlinkSqlParser.AS); } break; } - this.state = 1169; + this.state = 1174; this.correlationName(); } break; @@ -5758,71 +5771,71 @@ export default class FlinkSqlParser extends Parser { case 2: this.enterOuterAlt(localctx, 2); { - this.state = 1172; - this.match(FlinkSqlParser.LATERAL); - this.state = 1173; - this.match(FlinkSqlParser.TABLE); - this.state = 1174; - this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1175; - this.functionName(); - this.state = 1176; - this.match(FlinkSqlParser.LR_BRACKET); this.state = 1177; - this.expression(); + this.match(FlinkSqlParser.LATERAL); + this.state = 1178; + this.match(FlinkSqlParser.TABLE); + this.state = 1179; + this.match(FlinkSqlParser.LR_BRACKET); + this.state = 1180; + this.functionName(); + this.state = 1181; + this.match(FlinkSqlParser.LR_BRACKET); this.state = 1182; + this.expression(); + this.state = 1187; this._errHandler.sync(this); _la = this._input.LA(1); - while (_la===303) { + while (_la===305) { { { - this.state = 1178; + this.state = 1183; this.match(FlinkSqlParser.COMMA); - this.state = 1179; + this.state = 1184; this.expression(); } } - this.state = 1184; + this.state = 1189; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 1185; + this.state = 1190; this.match(FlinkSqlParser.RR_BRACKET); - this.state = 1186; + this.state = 1191; this.match(FlinkSqlParser.RR_BRACKET); } break; case 3: this.enterOuterAlt(localctx, 3); { - this.state = 1189; + this.state = 1194; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===57) { { - this.state = 1188; + this.state = 1193; this.match(FlinkSqlParser.LATERAL); } } - this.state = 1191; + this.state = 1196; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1192; + this.state = 1197; this.queryStatement(0); - this.state = 1193; + this.state = 1198; this.match(FlinkSqlParser.RR_BRACKET); } break; case 4: this.enterOuterAlt(localctx, 4); { - this.state = 1195; + this.state = 1200; this.match(FlinkSqlParser.UNNEST); - this.state = 1196; + this.state = 1201; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1197; + this.state = 1202; this.expression(); - this.state = 1198; + this.state = 1203; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -5845,11 +5858,11 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public tablePath(): TablePathContext { let localctx: TablePathContext = new TablePathContext(this, this._ctx, this.state); - this.enterRule(localctx, 174, FlinkSqlParser.RULE_tablePath); + this.enterRule(localctx, 172, FlinkSqlParser.RULE_tablePath); try { this.enterOuterAlt(localctx, 1); { - this.state = 1202; + this.state = 1207; this.uid(); } } @@ -5870,19 +5883,19 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public systemTimePeriod(): SystemTimePeriodContext { let localctx: SystemTimePeriodContext = new SystemTimePeriodContext(this, this._ctx, this.state); - this.enterRule(localctx, 176, FlinkSqlParser.RULE_systemTimePeriod); + this.enterRule(localctx, 174, FlinkSqlParser.RULE_systemTimePeriod); try { this.enterOuterAlt(localctx, 1); { - this.state = 1204; + this.state = 1209; this.match(FlinkSqlParser.FOR); - this.state = 1205; + this.state = 1210; this.match(FlinkSqlParser.SYSTEM_TIME); - this.state = 1206; + this.state = 1211; this.match(FlinkSqlParser.AS); - this.state = 1207; + this.state = 1212; this.match(FlinkSqlParser.OF); - this.state = 1208; + this.state = 1213; this.dateTimeExpression(); } } @@ -5903,11 +5916,11 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public dateTimeExpression(): DateTimeExpressionContext { let localctx: DateTimeExpressionContext = new DateTimeExpressionContext(this, this._ctx, this.state); - this.enterRule(localctx, 178, FlinkSqlParser.RULE_dateTimeExpression); + this.enterRule(localctx, 176, FlinkSqlParser.RULE_dateTimeExpression); try { this.enterOuterAlt(localctx, 1); { - this.state = 1210; + this.state = 1215; this.expression(); } } @@ -5928,47 +5941,47 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public joinCondition(): JoinConditionContext { let localctx: JoinConditionContext = new JoinConditionContext(this, this._ctx, this.state); - this.enterRule(localctx, 180, FlinkSqlParser.RULE_joinCondition); + this.enterRule(localctx, 178, FlinkSqlParser.RULE_joinCondition); let _la: number; try { - this.state = 1226; + this.state = 1231; this._errHandler.sync(this); switch (this._input.LA(1)) { case 55: this.enterOuterAlt(localctx, 1); { - this.state = 1212; + this.state = 1217; this.match(FlinkSqlParser.ON); - this.state = 1213; + this.state = 1218; this.booleanExpression(0); } break; - case 142: + case 143: this.enterOuterAlt(localctx, 2); { - this.state = 1214; + this.state = 1219; this.match(FlinkSqlParser.USING); - this.state = 1215; + this.state = 1220; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1216; - this.uid(); this.state = 1221; + this.uid(); + this.state = 1226; this._errHandler.sync(this); _la = this._input.LA(1); - while (_la===303) { + while (_la===305) { { { - this.state = 1217; + this.state = 1222; this.match(FlinkSqlParser.COMMA); - this.state = 1218; + this.state = 1223; this.uid(); } } - this.state = 1223; + this.state = 1228; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 1224; + this.state = 1229; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -5993,13 +6006,13 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public whereClause(): WhereClauseContext { let localctx: WhereClauseContext = new WhereClauseContext(this, this._ctx, this.state); - this.enterRule(localctx, 182, FlinkSqlParser.RULE_whereClause); + this.enterRule(localctx, 180, FlinkSqlParser.RULE_whereClause); try { this.enterOuterAlt(localctx, 1); { - this.state = 1228; + this.state = 1233; this.match(FlinkSqlParser.WHERE); - this.state = 1229; + this.state = 1234; this.booleanExpression(0); } } @@ -6020,34 +6033,34 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public groupByClause(): GroupByClauseContext { let localctx: GroupByClauseContext = new GroupByClauseContext(this, this._ctx, this.state); - this.enterRule(localctx, 184, FlinkSqlParser.RULE_groupByClause); + this.enterRule(localctx, 182, FlinkSqlParser.RULE_groupByClause); try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 1231; + this.state = 1236; this.match(FlinkSqlParser.GROUP); - this.state = 1232; + this.state = 1237; this.match(FlinkSqlParser.BY); - this.state = 1233; - this.groupItemDefinition(); this.state = 1238; + this.groupItemDefinition(); + this.state = 1243; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 139, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 140, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { - this.state = 1234; + this.state = 1239; this.match(FlinkSqlParser.COMMA); - this.state = 1235; + this.state = 1240; this.groupItemDefinition(); } } } - this.state = 1240; + this.state = 1245; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 139, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 140, this._ctx); } } } @@ -6068,141 +6081,141 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public groupItemDefinition(): GroupItemDefinitionContext { let localctx: GroupItemDefinitionContext = new GroupItemDefinitionContext(this, this._ctx, this.state); - this.enterRule(localctx, 186, FlinkSqlParser.RULE_groupItemDefinition); + this.enterRule(localctx, 184, FlinkSqlParser.RULE_groupItemDefinition); let _la: number; try { - this.state = 1292; + this.state = 1297; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 144, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 145, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 1241; + this.state = 1246; this.expression(); } break; case 2: this.enterOuterAlt(localctx, 2); { - this.state = 1242; + this.state = 1247; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1243; + this.state = 1248; this.match(FlinkSqlParser.RR_BRACKET); } break; case 3: this.enterOuterAlt(localctx, 3); { - this.state = 1244; + this.state = 1249; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1245; - this.expression(); this.state = 1250; + this.expression(); + this.state = 1255; this._errHandler.sync(this); _la = this._input.LA(1); - while (_la===303) { + while (_la===305) { { { - this.state = 1246; + this.state = 1251; this.match(FlinkSqlParser.COMMA); - this.state = 1247; + this.state = 1252; this.expression(); } } - this.state = 1252; + this.state = 1257; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 1253; + this.state = 1258; this.match(FlinkSqlParser.RR_BRACKET); } break; case 4: this.enterOuterAlt(localctx, 4); { - this.state = 1255; + this.state = 1260; this.match(FlinkSqlParser.CUBE); - this.state = 1256; + this.state = 1261; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1257; - this.expression(); this.state = 1262; + this.expression(); + this.state = 1267; this._errHandler.sync(this); _la = this._input.LA(1); - while (_la===303) { + while (_la===305) { { { - this.state = 1258; + this.state = 1263; this.match(FlinkSqlParser.COMMA); - this.state = 1259; + this.state = 1264; this.expression(); } } - this.state = 1264; + this.state = 1269; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 1265; + this.state = 1270; this.match(FlinkSqlParser.RR_BRACKET); } break; case 5: this.enterOuterAlt(localctx, 5); { - this.state = 1267; + this.state = 1272; this.match(FlinkSqlParser.ROLLUP); - this.state = 1268; + this.state = 1273; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1269; - this.expression(); this.state = 1274; + this.expression(); + this.state = 1279; this._errHandler.sync(this); _la = this._input.LA(1); - while (_la===303) { + while (_la===305) { { { - this.state = 1270; + this.state = 1275; this.match(FlinkSqlParser.COMMA); - this.state = 1271; + this.state = 1276; this.expression(); } } - this.state = 1276; + this.state = 1281; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 1277; + this.state = 1282; this.match(FlinkSqlParser.RR_BRACKET); } break; case 6: this.enterOuterAlt(localctx, 6); { - this.state = 1279; + this.state = 1284; this.match(FlinkSqlParser.GROUPING); - this.state = 1280; + this.state = 1285; this.match(FlinkSqlParser.SETS); - this.state = 1281; + this.state = 1286; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1282; - this.groupItemDefinition(); this.state = 1287; + this.groupItemDefinition(); + this.state = 1292; this._errHandler.sync(this); _la = this._input.LA(1); - while (_la===303) { + while (_la===305) { { { - this.state = 1283; + this.state = 1288; this.match(FlinkSqlParser.COMMA); - this.state = 1284; + this.state = 1289; this.groupItemDefinition(); } } - this.state = 1289; + this.state = 1294; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 1290; + this.state = 1295; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -6225,13 +6238,13 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public havingClause(): HavingClauseContext { let localctx: HavingClauseContext = new HavingClauseContext(this, this._ctx, this.state); - this.enterRule(localctx, 188, FlinkSqlParser.RULE_havingClause); + this.enterRule(localctx, 186, FlinkSqlParser.RULE_havingClause); try { this.enterOuterAlt(localctx, 1); { - this.state = 1294; + this.state = 1299; this.match(FlinkSqlParser.HAVING); - this.state = 1295; + this.state = 1300; this.booleanExpression(0); } } @@ -6252,34 +6265,34 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public orderByCaluse(): OrderByCaluseContext { let localctx: OrderByCaluseContext = new OrderByCaluseContext(this, this._ctx, this.state); - this.enterRule(localctx, 190, FlinkSqlParser.RULE_orderByCaluse); + this.enterRule(localctx, 188, FlinkSqlParser.RULE_orderByCaluse); try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 1297; + this.state = 1302; this.match(FlinkSqlParser.ORDER); - this.state = 1298; + this.state = 1303; this.match(FlinkSqlParser.BY); - this.state = 1299; - this.orderItemDefition(); this.state = 1304; + this.orderItemDefition(); + this.state = 1309; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 145, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 146, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { - this.state = 1300; + this.state = 1305; this.match(FlinkSqlParser.COMMA); - this.state = 1301; + this.state = 1306; this.orderItemDefition(); } } } - this.state = 1306; + this.state = 1311; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 145, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 146, this._ctx); } } } @@ -6300,19 +6313,19 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public orderItemDefition(): OrderItemDefitionContext { let localctx: OrderItemDefitionContext = new OrderItemDefitionContext(this, this._ctx, this.state); - this.enterRule(localctx, 192, FlinkSqlParser.RULE_orderItemDefition); + this.enterRule(localctx, 190, FlinkSqlParser.RULE_orderItemDefition); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1307; + this.state = 1312; this.expression(); - this.state = 1309; + this.state = 1314; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 146, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 147, this._ctx) ) { case 1: { - this.state = 1308; + this.state = 1313; _la = this._input.LA(1); if(!(_la===35 || _la===36)) { this._errHandler.recoverInline(this); @@ -6343,24 +6356,24 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public limitClause(): LimitClauseContext { let localctx: LimitClauseContext = new LimitClauseContext(this, this._ctx, this.state); - this.enterRule(localctx, 194, FlinkSqlParser.RULE_limitClause); + this.enterRule(localctx, 192, FlinkSqlParser.RULE_limitClause); try { this.enterOuterAlt(localctx, 1); { - this.state = 1311; + this.state = 1316; this.match(FlinkSqlParser.LIMIT); - this.state = 1314; + this.state = 1319; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 147, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 148, this._ctx) ) { case 1: { - this.state = 1312; + this.state = 1317; this.match(FlinkSqlParser.ALL); } break; case 2: { - this.state = 1313; + this.state = 1318; localctx._limit = this.expression(); } break; @@ -6384,32 +6397,32 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public windowClause(): WindowClauseContext { let localctx: WindowClauseContext = new WindowClauseContext(this, this._ctx, this.state); - this.enterRule(localctx, 196, FlinkSqlParser.RULE_windowClause); + this.enterRule(localctx, 194, FlinkSqlParser.RULE_windowClause); try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 1316; + this.state = 1321; this.match(FlinkSqlParser.WINDOW); - this.state = 1317; - this.namedWindow(); this.state = 1322; + this.namedWindow(); + this.state = 1327; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 148, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 149, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { - this.state = 1318; + this.state = 1323; this.match(FlinkSqlParser.COMMA); - this.state = 1319; + this.state = 1324; this.namedWindow(); } } } - this.state = 1324; + this.state = 1329; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 148, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 149, this._ctx); } } } @@ -6430,15 +6443,15 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public namedWindow(): NamedWindowContext { let localctx: NamedWindowContext = new NamedWindowContext(this, this._ctx, this.state); - this.enterRule(localctx, 198, FlinkSqlParser.RULE_namedWindow); + this.enterRule(localctx, 196, FlinkSqlParser.RULE_namedWindow); try { this.enterOuterAlt(localctx, 1); { - this.state = 1325; + this.state = 1330; localctx._name = this.errorCapturingIdentifier(); - this.state = 1326; + this.state = 1331; this.match(FlinkSqlParser.AS); - this.state = 1327; + this.state = 1332; this.windowSpec(); } } @@ -6459,94 +6472,94 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public windowSpec(): WindowSpecContext { let localctx: WindowSpecContext = new WindowSpecContext(this, this._ctx, this.state); - this.enterRule(localctx, 200, FlinkSqlParser.RULE_windowSpec); + this.enterRule(localctx, 198, FlinkSqlParser.RULE_windowSpec); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1330; + this.state = 1335; this._errHandler.sync(this); _la = this._input.LA(1); - if (((((_la - 4)) & ~0x1F) === 0 && ((1 << (_la - 4)) & 4294967295) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 4294967167) !== 0) || ((((_la - 68)) & ~0x1F) === 0 && ((1 << (_la - 68)) & 2145507839) !== 0) || ((((_la - 101)) & ~0x1F) === 0 && ((1 << (_la - 101)) & 4294967295) !== 0) || ((((_la - 133)) & ~0x1F) === 0 && ((1 << (_la - 133)) & 4294967295) !== 0) || ((((_la - 165)) & ~0x1F) === 0 && ((1 << (_la - 165)) & 4294967295) !== 0) || ((((_la - 197)) & ~0x1F) === 0 && ((1 << (_la - 197)) & 4294934527) !== 0) || ((((_la - 229)) & ~0x1F) === 0 && ((1 << (_la - 229)) & 1031800543) !== 0) || ((((_la - 262)) & ~0x1F) === 0 && ((1 << (_la - 262)) & 266320383) !== 0) || ((((_la - 320)) & ~0x1F) === 0 && ((1 << (_la - 320)) & 19) !== 0)) { + if (((((_la - 4)) & ~0x1F) === 0 && ((1 << (_la - 4)) & 4294967295) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 4294967167) !== 0) || ((((_la - 68)) & ~0x1F) === 0 && ((1 << (_la - 68)) & 4291015671) !== 0) || ((((_la - 102)) & ~0x1F) === 0 && ((1 << (_la - 102)) & 4294967295) !== 0) || ((((_la - 134)) & ~0x1F) === 0 && ((1 << (_la - 134)) & 4294967295) !== 0) || ((((_la - 166)) & ~0x1F) === 0 && ((1 << (_la - 166)) & 4294967295) !== 0) || ((((_la - 198)) & ~0x1F) === 0 && ((1 << (_la - 198)) & 4294934527) !== 0) || ((((_la - 230)) & ~0x1F) === 0 && ((1 << (_la - 230)) & 1031800543) !== 0) || ((((_la - 264)) & ~0x1F) === 0 && ((1 << (_la - 264)) & 266320383) !== 0) || ((((_la - 322)) & ~0x1F) === 0 && ((1 << (_la - 322)) & 19) !== 0)) { { - this.state = 1329; + this.state = 1334; localctx._name = this.errorCapturingIdentifier(); } } - this.state = 1332; + this.state = 1337; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1343; + this.state = 1348; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===18) { { - this.state = 1333; + this.state = 1338; this.match(FlinkSqlParser.ORDER); - this.state = 1334; + this.state = 1339; this.match(FlinkSqlParser.BY); - this.state = 1335; - this.sortItem(); this.state = 1340; + this.sortItem(); + this.state = 1345; this._errHandler.sync(this); _la = this._input.LA(1); - while (_la===303) { + while (_la===305) { { { - this.state = 1336; + this.state = 1341; this.match(FlinkSqlParser.COMMA); - this.state = 1337; + this.state = 1342; this.sortItem(); } } - this.state = 1342; + this.state = 1347; this._errHandler.sync(this); _la = this._input.LA(1); } } } - this.state = 1355; - this._errHandler.sync(this); - _la = this._input.LA(1); - if (_la===60) { - { - this.state = 1345; - this.match(FlinkSqlParser.PARTITION); - this.state = 1346; - this.match(FlinkSqlParser.BY); - this.state = 1347; - this.expression(); - this.state = 1352; - this._errHandler.sync(this); - _la = this._input.LA(1); - while (_la===303) { - { - { - this.state = 1348; - this.match(FlinkSqlParser.COMMA); - this.state = 1349; - this.expression(); - } - } - this.state = 1354; - this._errHandler.sync(this); - _la = this._input.LA(1); - } - } - } - - this.state = 1358; - this._errHandler.sync(this); - _la = this._input.LA(1); - if (_la===61 || _la===62) { - { - this.state = 1357; - this.windowFrame(); - } - } - this.state = 1360; + this._errHandler.sync(this); + _la = this._input.LA(1); + if (_la===60) { + { + this.state = 1350; + this.match(FlinkSqlParser.PARTITION); + this.state = 1351; + this.match(FlinkSqlParser.BY); + this.state = 1352; + this.expression(); + this.state = 1357; + this._errHandler.sync(this); + _la = this._input.LA(1); + while (_la===305) { + { + { + this.state = 1353; + this.match(FlinkSqlParser.COMMA); + this.state = 1354; + this.expression(); + } + } + this.state = 1359; + this._errHandler.sync(this); + _la = this._input.LA(1); + } + } + } + + this.state = 1363; + this._errHandler.sync(this); + _la = this._input.LA(1); + if (_la===61 || _la===62) { + { + this.state = 1362; + this.windowFrame(); + } + } + + this.state = 1365; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -6567,19 +6580,19 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public sortItem(): SortItemContext { let localctx: SortItemContext = new SortItemContext(this, this._ctx, this.state); - this.enterRule(localctx, 202, FlinkSqlParser.RULE_sortItem); + this.enterRule(localctx, 200, FlinkSqlParser.RULE_sortItem); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1362; + this.state = 1367; this.expression(); - this.state = 1364; + this.state = 1369; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===35 || _la===36) { { - this.state = 1363; + this.state = 1368; localctx._ordering = this._input.LT(1); _la = this._input.LA(1); if(!(_la===35 || _la===36)) { @@ -6592,14 +6605,14 @@ export default class FlinkSqlParser extends Parser { } } - this.state = 1368; + this.state = 1373; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===34) { { - this.state = 1366; + this.state = 1371; this.match(FlinkSqlParser.NULLS); - this.state = 1367; + this.state = 1372; localctx._nullOrder = this._input.LT(1); _la = this._input.LA(1); if(!(_la===67 || _la===69)) { @@ -6631,26 +6644,26 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public windowFrame(): WindowFrameContext { let localctx: WindowFrameContext = new WindowFrameContext(this, this._ctx, this.state); - this.enterRule(localctx, 204, FlinkSqlParser.RULE_windowFrame); + this.enterRule(localctx, 202, FlinkSqlParser.RULE_windowFrame); try { - this.state = 1374; + this.state = 1379; this._errHandler.sync(this); switch (this._input.LA(1)) { case 61: this.enterOuterAlt(localctx, 1); { - this.state = 1370; + this.state = 1375; this.match(FlinkSqlParser.RANGE); - this.state = 1371; + this.state = 1376; this.frameBound(); } break; case 62: this.enterOuterAlt(localctx, 2); { - this.state = 1372; + this.state = 1377; this.match(FlinkSqlParser.ROWS); - this.state = 1373; + this.state = 1378; this.frameBound(); } break; @@ -6675,13 +6688,13 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public frameBound(): FrameBoundContext { let localctx: FrameBoundContext = new FrameBoundContext(this, this._ctx, this.state); - this.enterRule(localctx, 206, FlinkSqlParser.RULE_frameBound); + this.enterRule(localctx, 204, FlinkSqlParser.RULE_frameBound); try { this.enterOuterAlt(localctx, 1); { - this.state = 1376; + this.state = 1381; this.expression(); - this.state = 1377; + this.state = 1382; this.match(FlinkSqlParser.PRECEDING); } } @@ -6702,11 +6715,11 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public expression(): ExpressionContext { let localctx: ExpressionContext = new ExpressionContext(this, this._ctx, this.state); - this.enterRule(localctx, 208, FlinkSqlParser.RULE_expression); + this.enterRule(localctx, 206, FlinkSqlParser.RULE_expression); try { this.enterOuterAlt(localctx, 1); { - this.state = 1379; + this.state = 1384; this.booleanExpression(0); } } @@ -6737,24 +6750,24 @@ export default class FlinkSqlParser extends Parser { let _parentState: number = this.state; let localctx: BooleanExpressionContext = new BooleanExpressionContext(this, this._ctx, _parentState); let _prevctx: BooleanExpressionContext = localctx; - let _startState: number = 210; - this.enterRecursionRule(localctx, 210, FlinkSqlParser.RULE_booleanExpression, _p); + let _startState: number = 208; + this.enterRecursionRule(localctx, 208, FlinkSqlParser.RULE_booleanExpression, _p); try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 1393; + this.state = 1398; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 159, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 160, this._ctx) ) { case 1: { localctx = new LogicalNotContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1382; + this.state = 1387; this.match(FlinkSqlParser.NOT); - this.state = 1383; + this.state = 1388; this.booleanExpression(5); } break; @@ -6763,13 +6776,13 @@ export default class FlinkSqlParser extends Parser { localctx = new ExistsContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1384; + this.state = 1389; this.match(FlinkSqlParser.EXISTS); - this.state = 1385; + this.state = 1390; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1386; + this.state = 1391; this.queryStatement(0); - this.state = 1387; + this.state = 1392; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -6778,14 +6791,14 @@ export default class FlinkSqlParser extends Parser { localctx = new PredicatedContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1389; + this.state = 1394; this.valueExpression(0); - this.state = 1391; + this.state = 1396; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 158, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 159, this._ctx) ) { case 1: { - this.state = 1390; + this.state = 1395; this.predicate(); } break; @@ -6794,9 +6807,9 @@ export default class FlinkSqlParser extends Parser { break; } this._ctx.stop = this._input.LT(-1); - this.state = 1403; + this.state = 1408; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 161, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 162, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { if (this._parseListeners != null) { @@ -6804,21 +6817,21 @@ export default class FlinkSqlParser extends Parser { } _prevctx = localctx; { - this.state = 1401; + this.state = 1406; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 160, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 161, this._ctx) ) { case 1: { localctx = new LogicalBinaryContext(this, new BooleanExpressionContext(this, _parentctx, _parentState)); (localctx as LogicalBinaryContext)._left = _prevctx; this.pushNewRecursionContext(localctx, _startState, FlinkSqlParser.RULE_booleanExpression); - this.state = 1395; + this.state = 1400; if (!(this.precpred(this._ctx, 2))) { throw this.createFailedPredicateException("this.precpred(this._ctx, 2)"); } - this.state = 1396; + this.state = 1401; (localctx as LogicalBinaryContext)._operator = this.match(FlinkSqlParser.AND); - this.state = 1397; + this.state = 1402; (localctx as LogicalBinaryContext)._right = this.booleanExpression(3); } break; @@ -6827,22 +6840,22 @@ export default class FlinkSqlParser extends Parser { localctx = new LogicalBinaryContext(this, new BooleanExpressionContext(this, _parentctx, _parentState)); (localctx as LogicalBinaryContext)._left = _prevctx; this.pushNewRecursionContext(localctx, _startState, FlinkSqlParser.RULE_booleanExpression); - this.state = 1398; + this.state = 1403; if (!(this.precpred(this._ctx, 1))) { throw this.createFailedPredicateException("this.precpred(this._ctx, 1)"); } - this.state = 1399; + this.state = 1404; (localctx as LogicalBinaryContext)._operator = this.match(FlinkSqlParser.OR); - this.state = 1400; + this.state = 1405; (localctx as LogicalBinaryContext)._right = this.booleanExpression(2); } break; } } } - this.state = 1405; + this.state = 1410; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 161, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 162, this._ctx); } } } @@ -6863,102 +6876,89 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public predicate(): PredicateContext { let localctx: PredicateContext = new PredicateContext(this, this._ctx, this.state); - this.enterRule(localctx, 212, FlinkSqlParser.RULE_predicate); + this.enterRule(localctx, 210, FlinkSqlParser.RULE_predicate); let _la: number; try { - this.state = 1489; + this.state = 1494; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 174, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 175, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 1407; + this.state = 1412; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===25) { { - this.state = 1406; + this.state = 1411; this.match(FlinkSqlParser.NOT); } } - this.state = 1409; + this.state = 1414; localctx._kind = this.match(FlinkSqlParser.BETWEEN); - this.state = 1410; + this.state = 1415; localctx._lower = this.valueExpression(0); - this.state = 1411; + this.state = 1416; this.match(FlinkSqlParser.AND); - this.state = 1412; + this.state = 1417; localctx._upper = this.valueExpression(0); } break; case 2: this.enterOuterAlt(localctx, 2); { - this.state = 1415; + this.state = 1420; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===25) { { - this.state = 1414; + this.state = 1419; this.match(FlinkSqlParser.NOT); } } - this.state = 1417; + this.state = 1422; localctx._kind = this.match(FlinkSqlParser.IN); - this.state = 1418; + this.state = 1423; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1419; - this.expression(); this.state = 1424; + this.expression(); + this.state = 1429; this._errHandler.sync(this); _la = this._input.LA(1); - while (_la===303) { + while (_la===305) { { { - this.state = 1420; + this.state = 1425; this.match(FlinkSqlParser.COMMA); - this.state = 1421; + this.state = 1426; this.expression(); } } - this.state = 1426; + this.state = 1431; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 1427; + this.state = 1432; this.match(FlinkSqlParser.RR_BRACKET); } break; case 3: this.enterOuterAlt(localctx, 3); { - this.state = 1430; + this.state = 1435; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===25) { { - this.state = 1429; + this.state = 1434; this.match(FlinkSqlParser.NOT); } } - this.state = 1432; - localctx._kind = this.match(FlinkSqlParser.IN); - this.state = 1433; - this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1434; - this.queryStatement(0); - this.state = 1435; - this.match(FlinkSqlParser.RR_BRACKET); - } - break; - case 4: - this.enterOuterAlt(localctx, 4); - { this.state = 1437; - localctx._kind = this.match(FlinkSqlParser.EXISTS); + localctx._kind = this.match(FlinkSqlParser.IN); this.state = 1438; this.match(FlinkSqlParser.LR_BRACKET); this.state = 1439; @@ -6967,27 +6967,21 @@ export default class FlinkSqlParser extends Parser { this.match(FlinkSqlParser.RR_BRACKET); } break; - case 5: - this.enterOuterAlt(localctx, 5); + case 4: + this.enterOuterAlt(localctx, 4); { + this.state = 1442; + localctx._kind = this.match(FlinkSqlParser.EXISTS); this.state = 1443; - this._errHandler.sync(this); - _la = this._input.LA(1); - if (_la===25) { - { - this.state = 1442; - this.match(FlinkSqlParser.NOT); - } - } - + this.match(FlinkSqlParser.LR_BRACKET); + this.state = 1444; + this.queryStatement(0); this.state = 1445; - localctx._kind = this.match(FlinkSqlParser.RLIKE); - this.state = 1446; - localctx._pattern = this.valueExpression(0); + this.match(FlinkSqlParser.RR_BRACKET); } break; - case 6: - this.enterOuterAlt(localctx, 6); + case 5: + this.enterOuterAlt(localctx, 5); { this.state = 1448; this._errHandler.sync(this); @@ -7000,8 +6994,27 @@ export default class FlinkSqlParser extends Parser { } this.state = 1450; - localctx._kind = this.match(FlinkSqlParser.LIKE); + localctx._kind = this.match(FlinkSqlParser.RLIKE); this.state = 1451; + localctx._pattern = this.valueExpression(0); + } + break; + case 6: + this.enterOuterAlt(localctx, 6); + { + this.state = 1453; + this._errHandler.sync(this); + _la = this._input.LA(1); + if (_la===25) { + { + this.state = 1452; + this.match(FlinkSqlParser.NOT); + } + } + + this.state = 1455; + localctx._kind = this.match(FlinkSqlParser.LIKE); + this.state = 1456; localctx._quantifier = this._input.LT(1); _la = this._input.LA(1); if(!(_la===8 || _la===9)) { @@ -7011,40 +7024,40 @@ export default class FlinkSqlParser extends Parser { this._errHandler.reportMatch(this); this.consume(); } - this.state = 1465; + this.state = 1470; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 169, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 170, this._ctx) ) { case 1: { - this.state = 1452; + this.state = 1457; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1453; + this.state = 1458; this.match(FlinkSqlParser.RR_BRACKET); } break; case 2: { - this.state = 1454; + this.state = 1459; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1455; - this.expression(); this.state = 1460; + this.expression(); + this.state = 1465; this._errHandler.sync(this); _la = this._input.LA(1); - while (_la===303) { + while (_la===305) { { { - this.state = 1456; + this.state = 1461; this.match(FlinkSqlParser.COMMA); - this.state = 1457; + this.state = 1462; this.expression(); } } - this.state = 1462; + this.state = 1467; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 1463; + this.state = 1468; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -7054,44 +7067,25 @@ export default class FlinkSqlParser extends Parser { case 7: this.enterOuterAlt(localctx, 7); { - this.state = 1468; + this.state = 1473; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===25) { { - this.state = 1467; + this.state = 1472; this.match(FlinkSqlParser.NOT); } } - this.state = 1470; + this.state = 1475; localctx._kind = this.match(FlinkSqlParser.LIKE); - this.state = 1471; + this.state = 1476; localctx._pattern = this.valueExpression(0); } break; case 8: this.enterOuterAlt(localctx, 8); { - this.state = 1472; - this.match(FlinkSqlParser.IS); - this.state = 1474; - this._errHandler.sync(this); - _la = this._input.LA(1); - if (_la===25) { - { - this.state = 1473; - this.match(FlinkSqlParser.NOT); - } - } - - this.state = 1476; - localctx._kind = this.match(FlinkSqlParser.NULL); - } - break; - case 9: - this.enterOuterAlt(localctx, 9); - { this.state = 1477; this.match(FlinkSqlParser.IS); this.state = 1479; @@ -7105,19 +7099,11 @@ export default class FlinkSqlParser extends Parser { } this.state = 1481; - localctx._kind = this._input.LT(1); - _la = this._input.LA(1); - if(!(_la===32 || _la===33)) { - localctx._kind = this._errHandler.recoverInline(this); - } - else { - this._errHandler.reportMatch(this); - this.consume(); - } + localctx._kind = this.match(FlinkSqlParser.NULL); } break; - case 10: - this.enterOuterAlt(localctx, 10); + case 9: + this.enterOuterAlt(localctx, 9); { this.state = 1482; this.match(FlinkSqlParser.IS); @@ -7132,10 +7118,37 @@ export default class FlinkSqlParser extends Parser { } this.state = 1486; - localctx._kind = this.match(FlinkSqlParser.DISTINCT); + localctx._kind = this._input.LT(1); + _la = this._input.LA(1); + if(!(_la===32 || _la===33)) { + localctx._kind = this._errHandler.recoverInline(this); + } + else { + this._errHandler.reportMatch(this); + this.consume(); + } + } + break; + case 10: + this.enterOuterAlt(localctx, 10); + { this.state = 1487; + this.match(FlinkSqlParser.IS); + this.state = 1489; + this._errHandler.sync(this); + _la = this._input.LA(1); + if (_la===25) { + { + this.state = 1488; + this.match(FlinkSqlParser.NOT); + } + } + + this.state = 1491; + localctx._kind = this.match(FlinkSqlParser.DISTINCT); + this.state = 1492; this.match(FlinkSqlParser.FROM); - this.state = 1488; + this.state = 1493; localctx._right = this.valueExpression(0); } break; @@ -7158,28 +7171,28 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public likePredicate(): LikePredicateContext { let localctx: LikePredicateContext = new LikePredicateContext(this, this._ctx, this.state); - this.enterRule(localctx, 214, FlinkSqlParser.RULE_likePredicate); + this.enterRule(localctx, 212, FlinkSqlParser.RULE_likePredicate); let _la: number; try { - this.state = 1516; + this.state = 1521; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 179, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 180, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 1492; + this.state = 1497; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===25) { { - this.state = 1491; + this.state = 1496; this.match(FlinkSqlParser.NOT); } } - this.state = 1494; + this.state = 1499; localctx._kind = this.match(FlinkSqlParser.LIKE); - this.state = 1495; + this.state = 1500; localctx._quantifier = this._input.LT(1); _la = this._input.LA(1); if(!(_la===8 || _la===9)) { @@ -7189,40 +7202,40 @@ export default class FlinkSqlParser extends Parser { this._errHandler.reportMatch(this); this.consume(); } - this.state = 1509; + this.state = 1514; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 177, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 178, this._ctx) ) { case 1: { - this.state = 1496; + this.state = 1501; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1497; + this.state = 1502; this.match(FlinkSqlParser.RR_BRACKET); } break; case 2: { - this.state = 1498; + this.state = 1503; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1499; - this.expression(); this.state = 1504; + this.expression(); + this.state = 1509; this._errHandler.sync(this); _la = this._input.LA(1); - while (_la===303) { + while (_la===305) { { { - this.state = 1500; + this.state = 1505; this.match(FlinkSqlParser.COMMA); - this.state = 1501; + this.state = 1506; this.expression(); } } - this.state = 1506; + this.state = 1511; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 1507; + this.state = 1512; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -7232,19 +7245,19 @@ export default class FlinkSqlParser extends Parser { case 2: this.enterOuterAlt(localctx, 2); { - this.state = 1512; + this.state = 1517; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===25) { { - this.state = 1511; + this.state = 1516; this.match(FlinkSqlParser.NOT); } } - this.state = 1514; + this.state = 1519; localctx._kind = this.match(FlinkSqlParser.LIKE); - this.state = 1515; + this.state = 1520; localctx._pattern = this.valueExpression(0); } break; @@ -7277,23 +7290,23 @@ export default class FlinkSqlParser extends Parser { let _parentState: number = this.state; let localctx: ValueExpressionContext = new ValueExpressionContext(this, this._ctx, _parentState); let _prevctx: ValueExpressionContext = localctx; - let _startState: number = 216; - this.enterRecursionRule(localctx, 216, FlinkSqlParser.RULE_valueExpression, _p); + let _startState: number = 214; + this.enterRecursionRule(localctx, 214, FlinkSqlParser.RULE_valueExpression, _p); let _la: number; try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 1522; + this.state = 1527; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 180, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 181, this._ctx) ) { case 1: { localctx = new ValueExpressionDefaultContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1519; + this.state = 1524; this.primaryExpression(0); } break; @@ -7302,25 +7315,25 @@ export default class FlinkSqlParser extends Parser { localctx = new ArithmeticUnaryContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1520; + this.state = 1525; (localctx as ArithmeticUnaryContext)._operator = this._input.LT(1); _la = this._input.LA(1); - if(!(((((_la - 294)) & ~0x1F) === 0 && ((1 << (_la - 294)) & 786433) !== 0))) { + if(!(((((_la - 296)) & ~0x1F) === 0 && ((1 << (_la - 296)) & 786433) !== 0))) { (localctx as ArithmeticUnaryContext)._operator = this._errHandler.recoverInline(this); } else { this._errHandler.reportMatch(this); this.consume(); } - this.state = 1521; + this.state = 1526; this.valueExpression(7); } break; } this._ctx.stop = this._input.LT(-1); - this.state = 1545; + this.state = 1550; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 182, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 183, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { if (this._parseListeners != null) { @@ -7328,29 +7341,29 @@ export default class FlinkSqlParser extends Parser { } _prevctx = localctx; { - this.state = 1543; + this.state = 1548; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 181, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 182, this._ctx) ) { case 1: { localctx = new ArithmeticBinaryContext(this, new ValueExpressionContext(this, _parentctx, _parentState)); (localctx as ArithmeticBinaryContext)._left = _prevctx; this.pushNewRecursionContext(localctx, _startState, FlinkSqlParser.RULE_valueExpression); - this.state = 1524; + this.state = 1529; if (!(this.precpred(this._ctx, 6))) { throw this.createFailedPredicateException("this.precpred(this._ctx, 6)"); } - this.state = 1525; + this.state = 1530; (localctx as ArithmeticBinaryContext)._operator = this._input.LT(1); _la = this._input.LA(1); - if(!(_la===131 || ((((_la - 310)) & ~0x1F) === 0 && ((1 << (_la - 310)) & 145) !== 0))) { + if(!(_la===132 || ((((_la - 312)) & ~0x1F) === 0 && ((1 << (_la - 312)) & 145) !== 0))) { (localctx as ArithmeticBinaryContext)._operator = this._errHandler.recoverInline(this); } else { this._errHandler.reportMatch(this); this.consume(); } - this.state = 1526; + this.state = 1531; (localctx as ArithmeticBinaryContext)._right = this.valueExpression(7); } break; @@ -7359,21 +7372,21 @@ export default class FlinkSqlParser extends Parser { localctx = new ArithmeticBinaryContext(this, new ValueExpressionContext(this, _parentctx, _parentState)); (localctx as ArithmeticBinaryContext)._left = _prevctx; this.pushNewRecursionContext(localctx, _startState, FlinkSqlParser.RULE_valueExpression); - this.state = 1527; + this.state = 1532; if (!(this.precpred(this._ctx, 5))) { throw this.createFailedPredicateException("this.precpred(this._ctx, 5)"); } - this.state = 1528; + this.state = 1533; (localctx as ArithmeticBinaryContext)._operator = this._input.LT(1); _la = this._input.LA(1); - if(!(((((_la - 312)) & ~0x1F) === 0 && ((1 << (_la - 312)) & 11) !== 0))) { + if(!(((((_la - 314)) & ~0x1F) === 0 && ((1 << (_la - 314)) & 11) !== 0))) { (localctx as ArithmeticBinaryContext)._operator = this._errHandler.recoverInline(this); } else { this._errHandler.reportMatch(this); this.consume(); } - this.state = 1529; + this.state = 1534; (localctx as ArithmeticBinaryContext)._right = this.valueExpression(6); } break; @@ -7382,13 +7395,13 @@ export default class FlinkSqlParser extends Parser { localctx = new ArithmeticBinaryContext(this, new ValueExpressionContext(this, _parentctx, _parentState)); (localctx as ArithmeticBinaryContext)._left = _prevctx; this.pushNewRecursionContext(localctx, _startState, FlinkSqlParser.RULE_valueExpression); - this.state = 1530; + this.state = 1535; if (!(this.precpred(this._ctx, 4))) { throw this.createFailedPredicateException("this.precpred(this._ctx, 4)"); } - this.state = 1531; + this.state = 1536; (localctx as ArithmeticBinaryContext)._operator = this.match(FlinkSqlParser.BIT_AND_OP); - this.state = 1532; + this.state = 1537; (localctx as ArithmeticBinaryContext)._right = this.valueExpression(5); } break; @@ -7397,13 +7410,13 @@ export default class FlinkSqlParser extends Parser { localctx = new ArithmeticBinaryContext(this, new ValueExpressionContext(this, _parentctx, _parentState)); (localctx as ArithmeticBinaryContext)._left = _prevctx; this.pushNewRecursionContext(localctx, _startState, FlinkSqlParser.RULE_valueExpression); - this.state = 1533; + this.state = 1538; if (!(this.precpred(this._ctx, 3))) { throw this.createFailedPredicateException("this.precpred(this._ctx, 3)"); } - this.state = 1534; + this.state = 1539; (localctx as ArithmeticBinaryContext)._operator = this.match(FlinkSqlParser.BIT_XOR_OP); - this.state = 1535; + this.state = 1540; (localctx as ArithmeticBinaryContext)._right = this.valueExpression(4); } break; @@ -7412,13 +7425,13 @@ export default class FlinkSqlParser extends Parser { localctx = new ArithmeticBinaryContext(this, new ValueExpressionContext(this, _parentctx, _parentState)); (localctx as ArithmeticBinaryContext)._left = _prevctx; this.pushNewRecursionContext(localctx, _startState, FlinkSqlParser.RULE_valueExpression); - this.state = 1536; + this.state = 1541; if (!(this.precpred(this._ctx, 2))) { throw this.createFailedPredicateException("this.precpred(this._ctx, 2)"); } - this.state = 1537; + this.state = 1542; (localctx as ArithmeticBinaryContext)._operator = this.match(FlinkSqlParser.BIT_OR_OP); - this.state = 1538; + this.state = 1543; (localctx as ArithmeticBinaryContext)._right = this.valueExpression(3); } break; @@ -7427,22 +7440,22 @@ export default class FlinkSqlParser extends Parser { localctx = new ComparisonContext(this, new ValueExpressionContext(this, _parentctx, _parentState)); (localctx as ComparisonContext)._left = _prevctx; this.pushNewRecursionContext(localctx, _startState, FlinkSqlParser.RULE_valueExpression); - this.state = 1539; + this.state = 1544; if (!(this.precpred(this._ctx, 1))) { throw this.createFailedPredicateException("this.precpred(this._ctx, 1)"); } - this.state = 1540; + this.state = 1545; this.comparisonOperator(); - this.state = 1541; + this.state = 1546; (localctx as ComparisonContext)._right = this.valueExpression(2); } break; } } } - this.state = 1547; + this.state = 1552; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 182, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 183, this._ctx); } } } @@ -7473,51 +7486,51 @@ export default class FlinkSqlParser extends Parser { let _parentState: number = this.state; let localctx: PrimaryExpressionContext = new PrimaryExpressionContext(this, this._ctx, _parentState); let _prevctx: PrimaryExpressionContext = localctx; - let _startState: number = 218; - this.enterRecursionRule(localctx, 218, FlinkSqlParser.RULE_primaryExpression, _p); + let _startState: number = 216; + this.enterRecursionRule(localctx, 216, FlinkSqlParser.RULE_primaryExpression, _p); let _la: number; try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 1639; + this.state = 1644; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 192, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 193, this._ctx) ) { case 1: { localctx = new SearchedCaseContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1549; + this.state = 1554; this.match(FlinkSqlParser.CASE); - this.state = 1551; + this.state = 1556; this._errHandler.sync(this); _la = this._input.LA(1); do { { { - this.state = 1550; + this.state = 1555; this.whenClause(); } } - this.state = 1553; + this.state = 1558; this._errHandler.sync(this); _la = this._input.LA(1); } while (_la===40); - this.state = 1557; + this.state = 1562; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===42) { { - this.state = 1555; + this.state = 1560; this.match(FlinkSqlParser.ELSE); - this.state = 1556; + this.state = 1561; (localctx as SearchedCaseContext)._elseExpression = this.expression(); } } - this.state = 1559; + this.state = 1564; this.match(FlinkSqlParser.END); } break; @@ -7526,37 +7539,37 @@ export default class FlinkSqlParser extends Parser { localctx = new SimpleCaseContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1561; + this.state = 1566; this.match(FlinkSqlParser.CASE); - this.state = 1562; + this.state = 1567; (localctx as SimpleCaseContext)._value = this.expression(); - this.state = 1564; + this.state = 1569; this._errHandler.sync(this); _la = this._input.LA(1); do { { { - this.state = 1563; + this.state = 1568; this.whenClause(); } } - this.state = 1566; + this.state = 1571; this._errHandler.sync(this); _la = this._input.LA(1); } while (_la===40); - this.state = 1570; + this.state = 1575; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===42) { { - this.state = 1568; + this.state = 1573; this.match(FlinkSqlParser.ELSE); - this.state = 1569; + this.state = 1574; (localctx as SimpleCaseContext)._elseExpression = this.expression(); } } - this.state = 1572; + this.state = 1577; this.match(FlinkSqlParser.END); } break; @@ -7565,17 +7578,17 @@ export default class FlinkSqlParser extends Parser { localctx = new CastContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1574; - this.match(FlinkSqlParser.CAST); - this.state = 1575; - this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1576; - this.expression(); - this.state = 1577; - this.match(FlinkSqlParser.AS); - this.state = 1578; - this.columnType(); this.state = 1579; + this.match(FlinkSqlParser.CAST); + this.state = 1580; + this.match(FlinkSqlParser.LR_BRACKET); + this.state = 1581; + this.expression(); + this.state = 1582; + this.match(FlinkSqlParser.AS); + this.state = 1583; + this.columnType(); + this.state = 1584; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -7584,25 +7597,25 @@ export default class FlinkSqlParser extends Parser { localctx = new FirstContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1581; - this.match(FlinkSqlParser.FIRST); - this.state = 1582; - this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1583; - this.expression(); this.state = 1586; + this.match(FlinkSqlParser.FIRST); + this.state = 1587; + this.match(FlinkSqlParser.LR_BRACKET); + this.state = 1588; + this.expression(); + this.state = 1591; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===123) { + if (_la===124) { { - this.state = 1584; + this.state = 1589; this.match(FlinkSqlParser.IGNORE); - this.state = 1585; + this.state = 1590; this.match(FlinkSqlParser.NULLS); } } - this.state = 1588; + this.state = 1593; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -7611,25 +7624,25 @@ export default class FlinkSqlParser extends Parser { localctx = new LastContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1590; - this.match(FlinkSqlParser.LAST); - this.state = 1591; - this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1592; - this.expression(); this.state = 1595; + this.match(FlinkSqlParser.LAST); + this.state = 1596; + this.match(FlinkSqlParser.LR_BRACKET); + this.state = 1597; + this.expression(); + this.state = 1600; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===123) { + if (_la===124) { { - this.state = 1593; + this.state = 1598; this.match(FlinkSqlParser.IGNORE); - this.state = 1594; + this.state = 1599; this.match(FlinkSqlParser.NULLS); } } - this.state = 1597; + this.state = 1602; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -7638,17 +7651,17 @@ export default class FlinkSqlParser extends Parser { localctx = new PositionContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1599; - this.match(FlinkSqlParser.POSITION); - this.state = 1600; - this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1601; - (localctx as PositionContext)._substr = this.valueExpression(0); - this.state = 1602; - this.match(FlinkSqlParser.IN); - this.state = 1603; - (localctx as PositionContext)._str = this.valueExpression(0); this.state = 1604; + this.match(FlinkSqlParser.POSITION); + this.state = 1605; + this.match(FlinkSqlParser.LR_BRACKET); + this.state = 1606; + (localctx as PositionContext)._substr = this.valueExpression(0); + this.state = 1607; + this.match(FlinkSqlParser.IN); + this.state = 1608; + (localctx as PositionContext)._str = this.valueExpression(0); + this.state = 1609; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -7657,7 +7670,7 @@ export default class FlinkSqlParser extends Parser { localctx = new ConstantDefaultContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1606; + this.state = 1611; this.constant(); } break; @@ -7666,7 +7679,7 @@ export default class FlinkSqlParser extends Parser { localctx = new StarContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1607; + this.state = 1612; this.match(FlinkSqlParser.ASTERISK_SIGN); } break; @@ -7675,11 +7688,11 @@ export default class FlinkSqlParser extends Parser { localctx = new StarContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1608; + this.state = 1613; this.uid(); - this.state = 1609; + this.state = 1614; this.match(FlinkSqlParser.DOT); - this.state = 1610; + this.state = 1615; this.match(FlinkSqlParser.ASTERISK_SIGN); } break; @@ -7688,11 +7701,11 @@ export default class FlinkSqlParser extends Parser { localctx = new SubqueryExpressionContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1612; + this.state = 1617; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1613; + this.state = 1618; this.queryStatement(0); - this.state = 1614; + this.state = 1619; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -7701,47 +7714,47 @@ export default class FlinkSqlParser extends Parser { localctx = new FunctionCallContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1616; + this.state = 1621; this.functionName(); - this.state = 1617; + this.state = 1622; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1629; + this.state = 1634; this._errHandler.sync(this); _la = this._input.LA(1); - if (((((_la - 4)) & ~0x1F) === 0 && ((1 << (_la - 4)) & 4294967295) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 4294967167) !== 0) || ((((_la - 68)) & ~0x1F) === 0 && ((1 << (_la - 68)) & 2145507839) !== 0) || ((((_la - 101)) & ~0x1F) === 0 && ((1 << (_la - 101)) & 4294967295) !== 0) || ((((_la - 133)) & ~0x1F) === 0 && ((1 << (_la - 133)) & 4294967295) !== 0) || ((((_la - 165)) & ~0x1F) === 0 && ((1 << (_la - 165)) & 4294967295) !== 0) || ((((_la - 197)) & ~0x1F) === 0 && ((1 << (_la - 197)) & 4294934527) !== 0) || ((((_la - 229)) & ~0x1F) === 0 && ((1 << (_la - 229)) & 1031800543) !== 0) || ((((_la - 262)) & ~0x1F) === 0 && ((1 << (_la - 262)) & 266320383) !== 0) || ((((_la - 294)) & ~0x1F) === 0 && ((1 << (_la - 294)) & 2081226881) !== 0)) { + if (((((_la - 4)) & ~0x1F) === 0 && ((1 << (_la - 4)) & 4294967295) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 4294967167) !== 0) || ((((_la - 68)) & ~0x1F) === 0 && ((1 << (_la - 68)) & 4291015671) !== 0) || ((((_la - 102)) & ~0x1F) === 0 && ((1 << (_la - 102)) & 4294967295) !== 0) || ((((_la - 134)) & ~0x1F) === 0 && ((1 << (_la - 134)) & 4294967295) !== 0) || ((((_la - 166)) & ~0x1F) === 0 && ((1 << (_la - 166)) & 4294967295) !== 0) || ((((_la - 198)) & ~0x1F) === 0 && ((1 << (_la - 198)) & 4294934527) !== 0) || ((((_la - 230)) & ~0x1F) === 0 && ((1 << (_la - 230)) & 1031800543) !== 0) || ((((_la - 264)) & ~0x1F) === 0 && ((1 << (_la - 264)) & 266320383) !== 0) || ((((_la - 296)) & ~0x1F) === 0 && ((1 << (_la - 296)) & 2081226881) !== 0)) { { - this.state = 1619; + this.state = 1624; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 189, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 190, this._ctx) ) { case 1: { - this.state = 1618; + this.state = 1623; this.setQuantifier(); } break; } - this.state = 1621; - this.expression(); this.state = 1626; + this.expression(); + this.state = 1631; this._errHandler.sync(this); _la = this._input.LA(1); - while (_la===303) { + while (_la===305) { { { - this.state = 1622; + this.state = 1627; this.match(FlinkSqlParser.COMMA); - this.state = 1623; + this.state = 1628; this.expression(); } } - this.state = 1628; + this.state = 1633; this._errHandler.sync(this); _la = this._input.LA(1); } } } - this.state = 1631; + this.state = 1636; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -7750,7 +7763,7 @@ export default class FlinkSqlParser extends Parser { localctx = new ColumnReferenceContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1633; + this.state = 1638; this.identifier(); } break; @@ -7759,7 +7772,7 @@ export default class FlinkSqlParser extends Parser { localctx = new DereferenceContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1634; + this.state = 1639; this.dereferenceDefinition(); } break; @@ -7768,19 +7781,19 @@ export default class FlinkSqlParser extends Parser { localctx = new ParenthesizedExpressionContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1635; + this.state = 1640; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1636; + this.state = 1641; this.expression(); - this.state = 1637; + this.state = 1642; this.match(FlinkSqlParser.RR_BRACKET); } break; } this._ctx.stop = this._input.LT(-1); - this.state = 1648; + this.state = 1653; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 193, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 194, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { if (this._parseListeners != null) { @@ -7792,22 +7805,22 @@ export default class FlinkSqlParser extends Parser { localctx = new SubscriptContext(this, new PrimaryExpressionContext(this, _parentctx, _parentState)); (localctx as SubscriptContext)._value = _prevctx; this.pushNewRecursionContext(localctx, _startState, FlinkSqlParser.RULE_primaryExpression); - this.state = 1641; + this.state = 1646; if (!(this.precpred(this._ctx, 4))) { throw this.createFailedPredicateException("this.precpred(this._ctx, 4)"); } - this.state = 1642; + this.state = 1647; this.match(FlinkSqlParser.LS_BRACKET); - this.state = 1643; + this.state = 1648; (localctx as SubscriptContext)._index = this.valueExpression(0); - this.state = 1644; + this.state = 1649; this.match(FlinkSqlParser.RS_BRACKET); } } } - this.state = 1650; + this.state = 1655; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 193, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 194, this._ctx); } } } @@ -7828,11 +7841,11 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public functionName(): FunctionNameContext { let localctx: FunctionNameContext = new FunctionNameContext(this, this._ctx, this.state); - this.enterRule(localctx, 220, FlinkSqlParser.RULE_functionName); + this.enterRule(localctx, 218, FlinkSqlParser.RULE_functionName); try { this.enterOuterAlt(localctx, 1); { - this.state = 1651; + this.state = 1656; this.uid(); } } @@ -7853,11 +7866,11 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public dereferenceDefinition(): DereferenceDefinitionContext { let localctx: DereferenceDefinitionContext = new DereferenceDefinitionContext(this, this._ctx, this.state); - this.enterRule(localctx, 222, FlinkSqlParser.RULE_dereferenceDefinition); + this.enterRule(localctx, 220, FlinkSqlParser.RULE_dereferenceDefinition); try { this.enterOuterAlt(localctx, 1); { - this.state = 1653; + this.state = 1658; this.uid(); } } @@ -7878,11 +7891,11 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public correlationName(): CorrelationNameContext { let localctx: CorrelationNameContext = new CorrelationNameContext(this, this._ctx, this.state); - this.enterRule(localctx, 224, FlinkSqlParser.RULE_correlationName); + this.enterRule(localctx, 222, FlinkSqlParser.RULE_correlationName); try { this.enterOuterAlt(localctx, 1); { - this.state = 1655; + this.state = 1660; this.identifier(); } } @@ -7903,22 +7916,22 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public qualifiedName(): QualifiedNameContext { let localctx: QualifiedNameContext = new QualifiedNameContext(this, this._ctx, this.state); - this.enterRule(localctx, 226, FlinkSqlParser.RULE_qualifiedName); + this.enterRule(localctx, 224, FlinkSqlParser.RULE_qualifiedName); try { - this.state = 1659; + this.state = 1664; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 194, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 195, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 1657; + this.state = 1662; this.identifier(); } break; case 2: this.enterOuterAlt(localctx, 2); { - this.state = 1658; + this.state = 1663; this.dereferenceDefinition(); } break; @@ -7941,24 +7954,24 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public interval(): IntervalContext { let localctx: IntervalContext = new IntervalContext(this, this._ctx, this.state); - this.enterRule(localctx, 228, FlinkSqlParser.RULE_interval); + this.enterRule(localctx, 226, FlinkSqlParser.RULE_interval); try { this.enterOuterAlt(localctx, 1); { - this.state = 1661; + this.state = 1666; this.match(FlinkSqlParser.INTERVAL); - this.state = 1664; + this.state = 1669; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 195, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 196, this._ctx) ) { case 1: { - this.state = 1662; + this.state = 1667; this.errorCapturingMultiUnitsInterval(); } break; case 2: { - this.state = 1663; + this.state = 1668; this.errorCapturingUnitToUnitInterval(); } break; @@ -7982,18 +7995,18 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public errorCapturingMultiUnitsInterval(): ErrorCapturingMultiUnitsIntervalContext { let localctx: ErrorCapturingMultiUnitsIntervalContext = new ErrorCapturingMultiUnitsIntervalContext(this, this._ctx, this.state); - this.enterRule(localctx, 230, FlinkSqlParser.RULE_errorCapturingMultiUnitsInterval); + this.enterRule(localctx, 228, FlinkSqlParser.RULE_errorCapturingMultiUnitsInterval); try { this.enterOuterAlt(localctx, 1); { - this.state = 1666; + this.state = 1671; this.multiUnitsInterval(); - this.state = 1668; + this.state = 1673; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 196, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 197, this._ctx) ) { case 1: { - this.state = 1667; + this.state = 1672; this.unitToUnitInterval(); } break; @@ -8017,12 +8030,12 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public multiUnitsInterval(): MultiUnitsIntervalContext { let localctx: MultiUnitsIntervalContext = new MultiUnitsIntervalContext(this, this._ctx, this.state); - this.enterRule(localctx, 232, FlinkSqlParser.RULE_multiUnitsInterval); + this.enterRule(localctx, 230, FlinkSqlParser.RULE_multiUnitsInterval); try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 1673; + this.state = 1678; this._errHandler.sync(this); _alt = 1; do { @@ -8030,9 +8043,9 @@ export default class FlinkSqlParser extends Parser { case 1: { { - this.state = 1670; + this.state = 1675; this.intervalValue(); - this.state = 1671; + this.state = 1676; this.identifier(); } } @@ -8040,9 +8053,9 @@ export default class FlinkSqlParser extends Parser { default: throw new NoViableAltException(this); } - this.state = 1675; + this.state = 1680; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 197, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 198, this._ctx); } while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER); } } @@ -8063,24 +8076,24 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public errorCapturingUnitToUnitInterval(): ErrorCapturingUnitToUnitIntervalContext { let localctx: ErrorCapturingUnitToUnitIntervalContext = new ErrorCapturingUnitToUnitIntervalContext(this, this._ctx, this.state); - this.enterRule(localctx, 234, FlinkSqlParser.RULE_errorCapturingUnitToUnitInterval); + this.enterRule(localctx, 232, FlinkSqlParser.RULE_errorCapturingUnitToUnitInterval); try { this.enterOuterAlt(localctx, 1); { - this.state = 1677; + this.state = 1682; localctx._body = this.unitToUnitInterval(); - this.state = 1680; + this.state = 1685; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 198, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 199, this._ctx) ) { case 1: { - this.state = 1678; + this.state = 1683; localctx._error1 = this.multiUnitsInterval(); } break; case 2: { - this.state = 1679; + this.state = 1684; localctx._error2 = this.unitToUnitInterval(); } break; @@ -8104,17 +8117,17 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public unitToUnitInterval(): UnitToUnitIntervalContext { let localctx: UnitToUnitIntervalContext = new UnitToUnitIntervalContext(this, this._ctx, this.state); - this.enterRule(localctx, 236, FlinkSqlParser.RULE_unitToUnitInterval); + this.enterRule(localctx, 234, FlinkSqlParser.RULE_unitToUnitInterval); try { this.enterOuterAlt(localctx, 1); { - this.state = 1682; + this.state = 1687; localctx._value = this.intervalValue(); - this.state = 1683; + this.state = 1688; localctx._from_ = this.identifier(); - this.state = 1684; + this.state = 1689; this.match(FlinkSqlParser.TO); - this.state = 1685; + this.state = 1690; localctx._to = this.identifier(); } } @@ -8135,26 +8148,26 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public intervalValue(): IntervalValueContext { let localctx: IntervalValueContext = new IntervalValueContext(this, this._ctx, this.state); - this.enterRule(localctx, 238, FlinkSqlParser.RULE_intervalValue); + this.enterRule(localctx, 236, FlinkSqlParser.RULE_intervalValue); let _la: number; try { - this.state = 1692; + this.state = 1697; this._errHandler.sync(this); switch (this._input.LA(1)) { - case 312: - case 313: - case 321: - case 322: + case 314: + case 315: + case 323: + case 324: this.enterOuterAlt(localctx, 1); { - this.state = 1688; + this.state = 1693; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===312 || _la===313) { + if (_la===314 || _la===315) { { - this.state = 1687; + this.state = 1692; _la = this._input.LA(1); - if(!(_la===312 || _la===313)) { + if(!(_la===314 || _la===315)) { this._errHandler.recoverInline(this); } else { @@ -8164,9 +8177,9 @@ export default class FlinkSqlParser extends Parser { } } - this.state = 1690; + this.state = 1695; _la = this._input.LA(1); - if(!(_la===321 || _la===322)) { + if(!(_la===323 || _la===324)) { this._errHandler.recoverInline(this); } else { @@ -8175,10 +8188,10 @@ export default class FlinkSqlParser extends Parser { } } break; - case 320: + case 322: this.enterOuterAlt(localctx, 2); { - this.state = 1691; + this.state = 1696; this.match(FlinkSqlParser.STRING_LITERAL); } break; @@ -8203,29 +8216,29 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public columnAlias(): ColumnAliasContext { let localctx: ColumnAliasContext = new ColumnAliasContext(this, this._ctx, this.state); - this.enterRule(localctx, 240, FlinkSqlParser.RULE_columnAlias); + this.enterRule(localctx, 238, FlinkSqlParser.RULE_columnAlias); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1695; + this.state = 1700; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 201, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 202, this._ctx) ) { case 1: { - this.state = 1694; + this.state = 1699; this.match(FlinkSqlParser.AS); } break; } - this.state = 1697; + this.state = 1702; this.strictIdentifier(); - this.state = 1699; + this.state = 1704; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===301) { + if (_la===303) { { - this.state = 1698; + this.state = 1703; this.identifierList(); } } @@ -8249,28 +8262,28 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public tableAlias(): TableAliasContext { let localctx: TableAliasContext = new TableAliasContext(this, this._ctx, this.state); - this.enterRule(localctx, 242, FlinkSqlParser.RULE_tableAlias); + this.enterRule(localctx, 240, FlinkSqlParser.RULE_tableAlias); try { this.enterOuterAlt(localctx, 1); { - this.state = 1702; - this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 203, this._ctx) ) { - case 1: - { - this.state = 1701; - this.match(FlinkSqlParser.AS); - } - break; - } - this.state = 1704; - this.strictIdentifier(); - this.state = 1706; + this.state = 1707; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 204, this._ctx) ) { case 1: { - this.state = 1705; + this.state = 1706; + this.match(FlinkSqlParser.AS); + } + break; + } + this.state = 1709; + this.strictIdentifier(); + this.state = 1711; + this._errHandler.sync(this); + switch ( this._interp.adaptivePredict(this._input, 205, this._ctx) ) { + case 1: + { + this.state = 1710; this.identifierList(); } break; @@ -8294,13 +8307,13 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public errorCapturingIdentifier(): ErrorCapturingIdentifierContext { let localctx: ErrorCapturingIdentifierContext = new ErrorCapturingIdentifierContext(this, this._ctx, this.state); - this.enterRule(localctx, 244, FlinkSqlParser.RULE_errorCapturingIdentifier); + this.enterRule(localctx, 242, FlinkSqlParser.RULE_errorCapturingIdentifier); try { this.enterOuterAlt(localctx, 1); { - this.state = 1708; + this.state = 1713; this.identifier(); - this.state = 1709; + this.state = 1714; this.errorCapturingIdentifierExtra(); } } @@ -8321,36 +8334,36 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public errorCapturingIdentifierExtra(): ErrorCapturingIdentifierExtraContext { let localctx: ErrorCapturingIdentifierExtraContext = new ErrorCapturingIdentifierExtraContext(this, this._ctx, this.state); - this.enterRule(localctx, 246, FlinkSqlParser.RULE_errorCapturingIdentifierExtra); + this.enterRule(localctx, 244, FlinkSqlParser.RULE_errorCapturingIdentifierExtra); let _la: number; try { - this.state = 1718; + this.state = 1723; this._errHandler.sync(this); switch (this._input.LA(1)) { - case 130: + case 131: localctx = new ErrorIdentContext(this, localctx); this.enterOuterAlt(localctx, 1); { - this.state = 1713; + this.state = 1718; this._errHandler.sync(this); _la = this._input.LA(1); do { { { - this.state = 1711; + this.state = 1716; this.match(FlinkSqlParser.MINUS); - this.state = 1712; + this.state = 1717; this.identifier(); } } - this.state = 1715; + this.state = 1720; this._errHandler.sync(this); _la = this._input.LA(1); - } while (_la===130); + } while (_la===131); } break; case 7: - case 301: + case 303: localctx = new RealIdentContext(this, localctx); this.enterOuterAlt(localctx, 2); // tslint:disable-next-line:no-empty @@ -8378,15 +8391,15 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public identifierList(): IdentifierListContext { let localctx: IdentifierListContext = new IdentifierListContext(this, this._ctx, this.state); - this.enterRule(localctx, 248, FlinkSqlParser.RULE_identifierList); + this.enterRule(localctx, 246, FlinkSqlParser.RULE_identifierList); try { this.enterOuterAlt(localctx, 1); { - this.state = 1720; + this.state = 1725; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1721; + this.state = 1726; this.identifierSeq(); - this.state = 1722; + this.state = 1727; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -8407,26 +8420,26 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public identifierSeq(): IdentifierSeqContext { let localctx: IdentifierSeqContext = new IdentifierSeqContext(this, this._ctx, this.state); - this.enterRule(localctx, 250, FlinkSqlParser.RULE_identifierSeq); + this.enterRule(localctx, 248, FlinkSqlParser.RULE_identifierSeq); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1724; - this.identifier(); this.state = 1729; + this.identifier(); + this.state = 1734; this._errHandler.sync(this); _la = this._input.LA(1); - while (_la===303) { + while (_la===305) { { { - this.state = 1725; + this.state = 1730; this.match(FlinkSqlParser.COMMA); - this.state = 1726; + this.state = 1731; this.identifier(); } } - this.state = 1731; + this.state = 1736; this._errHandler.sync(this); _la = this._input.LA(1); } @@ -8449,22 +8462,22 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public identifier(): IdentifierContext { let localctx: IdentifierContext = new IdentifierContext(this, this._ctx, this.state); - this.enterRule(localctx, 252, FlinkSqlParser.RULE_identifier); + this.enterRule(localctx, 250, FlinkSqlParser.RULE_identifier); try { - this.state = 1734; + this.state = 1739; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 208, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 209, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 1732; + this.state = 1737; this.strictIdentifier(); } break; case 2: this.enterOuterAlt(localctx, 2); { - this.state = 1733; + this.state = 1738; this.strictNonReserved(); } break; @@ -8487,16 +8500,16 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public strictIdentifier(): StrictIdentifierContext { let localctx: StrictIdentifierContext = new StrictIdentifierContext(this, this._ctx, this.state); - this.enterRule(localctx, 254, FlinkSqlParser.RULE_strictIdentifier); + this.enterRule(localctx, 252, FlinkSqlParser.RULE_strictIdentifier); try { - this.state = 1740; + this.state = 1745; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 209, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 210, this._ctx) ) { case 1: localctx = new UnquotedIdentifierAlternativeContext(this, localctx); this.enterOuterAlt(localctx, 1); { - this.state = 1736; + this.state = 1741; this.unquotedIdentifier(); } break; @@ -8504,7 +8517,7 @@ export default class FlinkSqlParser extends Parser { localctx = new QuotedIdentifierAlternativeContext(this, localctx); this.enterOuterAlt(localctx, 2); { - this.state = 1737; + this.state = 1742; this.quotedIdentifier(); } break; @@ -8512,7 +8525,7 @@ export default class FlinkSqlParser extends Parser { localctx = new AnsiNonReservedKeywordsContext(this, localctx); this.enterOuterAlt(localctx, 3); { - this.state = 1738; + this.state = 1743; this.ansiNonReserved(); } break; @@ -8520,7 +8533,7 @@ export default class FlinkSqlParser extends Parser { localctx = new NonReservedKeywordsContext(this, localctx); this.enterOuterAlt(localctx, 4); { - this.state = 1739; + this.state = 1744; this.nonReserved(); } break; @@ -8543,14 +8556,14 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public unquotedIdentifier(): UnquotedIdentifierContext { let localctx: UnquotedIdentifierContext = new UnquotedIdentifierContext(this, this._ctx, this.state); - this.enterRule(localctx, 256, FlinkSqlParser.RULE_unquotedIdentifier); + this.enterRule(localctx, 254, FlinkSqlParser.RULE_unquotedIdentifier); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1742; + this.state = 1747; _la = this._input.LA(1); - if(!(_la===321 || _la===324)) { + if(!(_la===323 || _la===326)) { this._errHandler.recoverInline(this); } else { @@ -8576,11 +8589,11 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public quotedIdentifier(): QuotedIdentifierContext { let localctx: QuotedIdentifierContext = new QuotedIdentifierContext(this, this._ctx, this.state); - this.enterRule(localctx, 258, FlinkSqlParser.RULE_quotedIdentifier); + this.enterRule(localctx, 256, FlinkSqlParser.RULE_quotedIdentifier); try { this.enterOuterAlt(localctx, 1); { - this.state = 1744; + this.state = 1749; this.match(FlinkSqlParser.STRING_LITERAL); } } @@ -8601,17 +8614,17 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public whenClause(): WhenClauseContext { let localctx: WhenClauseContext = new WhenClauseContext(this, this._ctx, this.state); - this.enterRule(localctx, 260, FlinkSqlParser.RULE_whenClause); + this.enterRule(localctx, 258, FlinkSqlParser.RULE_whenClause); try { this.enterOuterAlt(localctx, 1); { - this.state = 1746; + this.state = 1751; this.match(FlinkSqlParser.WHEN); - this.state = 1747; + this.state = 1752; localctx._condition = this.expression(); - this.state = 1748; + this.state = 1753; this.match(FlinkSqlParser.THEN); - this.state = 1749; + this.state = 1754; localctx._result = this.expression(); } } @@ -8632,26 +8645,26 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public uidList(): UidListContext { let localctx: UidListContext = new UidListContext(this, this._ctx, this.state); - this.enterRule(localctx, 262, FlinkSqlParser.RULE_uidList); + this.enterRule(localctx, 260, FlinkSqlParser.RULE_uidList); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1751; - this.uid(); this.state = 1756; + this.uid(); + this.state = 1761; this._errHandler.sync(this); _la = this._input.LA(1); - while (_la===303) { + while (_la===305) { { { - this.state = 1752; + this.state = 1757; this.match(FlinkSqlParser.COMMA); - this.state = 1753; + this.state = 1758; this.uid(); } } - this.state = 1758; + this.state = 1763; this._errHandler.sync(this); _la = this._input.LA(1); } @@ -8674,83 +8687,26 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public uid(): UidContext { let localctx: UidContext = new UidContext(this, this._ctx, this.state); - this.enterRule(localctx, 264, FlinkSqlParser.RULE_uid); + this.enterRule(localctx, 262, FlinkSqlParser.RULE_uid); try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 1759; + this.state = 1764; this.match(FlinkSqlParser.ID_LITERAL); - this.state = 1763; - this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 211, this._ctx); - while (_alt !== 1 && _alt !== ATN.INVALID_ALT_NUMBER) { - if (_alt === 1 + 1) { - { - { - this.state = 1760; - this.match(FlinkSqlParser.DOT_ID); - } - } - } - this.state = 1765; - this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 211, this._ctx); - } - } - } - catch (re) { - if (re instanceof RecognitionException) { - localctx.exception = re; - this._errHandler.reportError(this, re); - this._errHandler.recover(this, re); - } else { - throw re; - } - } - finally { - this.exitRule(); - } - return localctx; - } - // @RuleVersion(0) - public plusUid(): PlusUidContext { - let localctx: PlusUidContext = new PlusUidContext(this, this._ctx, this.state); - this.enterRule(localctx, 266, FlinkSqlParser.RULE_plusUid); - let _la: number; - try { - let _alt: number; - this.enterOuterAlt(localctx, 1); - { - this.state = 1766; - _la = this._input.LA(1); - if(!(_la===324 || _la===325)) { - this._errHandler.recoverInline(this); - } - else { - this._errHandler.reportMatch(this); - this.consume(); - } - this.state = 1770; + this.state = 1768; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 212, this._ctx); while (_alt !== 1 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1 + 1) { { { - this.state = 1767; - _la = this._input.LA(1); - if(!(_la===318 || _la===319)) { - this._errHandler.recoverInline(this); - } - else { - this._errHandler.reportMatch(this); - this.consume(); - } + this.state = 1765; + this.match(FlinkSqlParser.DOT_ID); } } } - this.state = 1772; + this.state = 1770; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 212, this._ctx); } @@ -8771,15 +8727,72 @@ export default class FlinkSqlParser extends Parser { return localctx; } // @RuleVersion(0) + public plusUid(): PlusUidContext { + let localctx: PlusUidContext = new PlusUidContext(this, this._ctx, this.state); + this.enterRule(localctx, 264, FlinkSqlParser.RULE_plusUid); + let _la: number; + try { + let _alt: number; + this.enterOuterAlt(localctx, 1); + { + this.state = 1771; + _la = this._input.LA(1); + if(!(_la===326 || _la===327)) { + this._errHandler.recoverInline(this); + } + else { + this._errHandler.reportMatch(this); + this.consume(); + } + this.state = 1775; + this._errHandler.sync(this); + _alt = this._interp.adaptivePredict(this._input, 213, this._ctx); + while (_alt !== 1 && _alt !== ATN.INVALID_ALT_NUMBER) { + if (_alt === 1 + 1) { + { + { + this.state = 1772; + _la = this._input.LA(1); + if(!(_la===320 || _la===321)) { + this._errHandler.recoverInline(this); + } + else { + this._errHandler.reportMatch(this); + this.consume(); + } + } + } + } + this.state = 1777; + this._errHandler.sync(this); + _alt = this._interp.adaptivePredict(this._input, 213, this._ctx); + } + } + } + catch (re) { + if (re instanceof RecognitionException) { + localctx.exception = re; + this._errHandler.reportError(this, re); + this._errHandler.recover(this, re); + } else { + throw re; + } + } + finally { + this.exitRule(); + } + return localctx; + } + // @RuleVersion(0) public withOption(): WithOptionContext { let localctx: WithOptionContext = new WithOptionContext(this, this._ctx, this.state); - this.enterRule(localctx, 268, FlinkSqlParser.RULE_withOption); + this.enterRule(localctx, 266, FlinkSqlParser.RULE_withOption); try { this.enterOuterAlt(localctx, 1); { - this.state = 1773; + this.state = 1778; this.match(FlinkSqlParser.WITH); - this.state = 1774; + this.state = 1779; this.tablePropertyList(); } } @@ -8800,15 +8813,15 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public ifNotExists(): IfNotExistsContext { let localctx: IfNotExistsContext = new IfNotExistsContext(this, this._ctx, this.state); - this.enterRule(localctx, 270, FlinkSqlParser.RULE_ifNotExists); + this.enterRule(localctx, 268, FlinkSqlParser.RULE_ifNotExists); try { this.enterOuterAlt(localctx, 1); { - this.state = 1776; + this.state = 1781; this.match(FlinkSqlParser.IF); - this.state = 1777; + this.state = 1782; this.match(FlinkSqlParser.NOT); - this.state = 1778; + this.state = 1783; this.match(FlinkSqlParser.EXISTS); } } @@ -8829,13 +8842,13 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public ifExists(): IfExistsContext { let localctx: IfExistsContext = new IfExistsContext(this, this._ctx, this.state); - this.enterRule(localctx, 272, FlinkSqlParser.RULE_ifExists); + this.enterRule(localctx, 270, FlinkSqlParser.RULE_ifExists); try { this.enterOuterAlt(localctx, 1); { - this.state = 1780; + this.state = 1785; this.match(FlinkSqlParser.IF); - this.state = 1781; + this.state = 1786; this.match(FlinkSqlParser.EXISTS); } } @@ -8856,32 +8869,32 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public tablePropertyList(): TablePropertyListContext { let localctx: TablePropertyListContext = new TablePropertyListContext(this, this._ctx, this.state); - this.enterRule(localctx, 274, FlinkSqlParser.RULE_tablePropertyList); + this.enterRule(localctx, 272, FlinkSqlParser.RULE_tablePropertyList); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1783; + this.state = 1788; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1784; - this.tableProperty(); this.state = 1789; + this.tableProperty(); + this.state = 1794; this._errHandler.sync(this); _la = this._input.LA(1); - while (_la===303) { + while (_la===305) { { { - this.state = 1785; + this.state = 1790; this.match(FlinkSqlParser.COMMA); - this.state = 1786; + this.state = 1791; this.tableProperty(); } } - this.state = 1791; + this.state = 1796; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 1792; + this.state = 1797; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -8902,29 +8915,29 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public tableProperty(): TablePropertyContext { let localctx: TablePropertyContext = new TablePropertyContext(this, this._ctx, this.state); - this.enterRule(localctx, 276, FlinkSqlParser.RULE_tableProperty); + this.enterRule(localctx, 274, FlinkSqlParser.RULE_tableProperty); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1794; - localctx._key = this.tablePropertyKey(); this.state = 1799; + localctx._key = this.tablePropertyKey(); + this.state = 1804; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===32 || _la===33 || ((((_la - 290)) & ~0x1F) === 0 && ((1 << (_la - 290)) & 3221225473) !== 0) || _la===322) { + if (_la===32 || _la===33 || ((((_la - 292)) & ~0x1F) === 0 && ((1 << (_la - 292)) & 3221225473) !== 0) || _la===324) { { - this.state = 1796; + this.state = 1801; this._errHandler.sync(this); _la = this._input.LA(1); - if (_la===290) { + if (_la===292) { { - this.state = 1795; + this.state = 1800; this.match(FlinkSqlParser.EQUAL_SYMBOL); } } - this.state = 1798; + this.state = 1803; localctx._value = this.tablePropertyValue(); } } @@ -8948,29 +8961,29 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public tablePropertyKey(): TablePropertyKeyContext { let localctx: TablePropertyKeyContext = new TablePropertyKeyContext(this, this._ctx, this.state); - this.enterRule(localctx, 278, FlinkSqlParser.RULE_tablePropertyKey); + this.enterRule(localctx, 276, FlinkSqlParser.RULE_tablePropertyKey); try { - this.state = 1804; + this.state = 1809; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 216, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 217, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 1801; + this.state = 1806; this.identifier(); } break; case 2: this.enterOuterAlt(localctx, 2); { - this.state = 1802; + this.state = 1807; this.dereferenceDefinition(); } break; case 3: this.enterOuterAlt(localctx, 3); { - this.state = 1803; + this.state = 1808; this.match(FlinkSqlParser.STRING_LITERAL); } break; @@ -8993,22 +9006,22 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public tablePropertyValue(): TablePropertyValueContext { let localctx: TablePropertyValueContext = new TablePropertyValueContext(this, this._ctx, this.state); - this.enterRule(localctx, 280, FlinkSqlParser.RULE_tablePropertyValue); + this.enterRule(localctx, 278, FlinkSqlParser.RULE_tablePropertyValue); try { - this.state = 1810; + this.state = 1815; this._errHandler.sync(this); switch (this._input.LA(1)) { - case 321: + case 323: this.enterOuterAlt(localctx, 1); { - this.state = 1806; + this.state = 1811; this.match(FlinkSqlParser.DIG_LITERAL); } break; - case 322: + case 324: this.enterOuterAlt(localctx, 2); { - this.state = 1807; + this.state = 1812; this.match(FlinkSqlParser.REAL_LITERAL); } break; @@ -9016,14 +9029,14 @@ export default class FlinkSqlParser extends Parser { case 33: this.enterOuterAlt(localctx, 3); { - this.state = 1808; + this.state = 1813; this.booleanLiteral(); } break; - case 320: + case 322: this.enterOuterAlt(localctx, 4); { - this.state = 1809; + this.state = 1814; this.match(FlinkSqlParser.STRING_LITERAL); } break; @@ -9048,40 +9061,40 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public logicalOperator(): LogicalOperatorContext { let localctx: LogicalOperatorContext = new LogicalOperatorContext(this, this._ctx, this.state); - this.enterRule(localctx, 282, FlinkSqlParser.RULE_logicalOperator); + this.enterRule(localctx, 280, FlinkSqlParser.RULE_logicalOperator); try { - this.state = 1818; + this.state = 1823; this._errHandler.sync(this); switch (this._input.LA(1)) { case 23: this.enterOuterAlt(localctx, 1); { - this.state = 1812; + this.state = 1817; this.match(FlinkSqlParser.AND); } break; - case 296: + case 298: this.enterOuterAlt(localctx, 2); { - this.state = 1813; + this.state = 1818; this.match(FlinkSqlParser.BIT_AND_OP); - this.state = 1814; + this.state = 1819; this.match(FlinkSqlParser.BIT_AND_OP); } break; case 22: this.enterOuterAlt(localctx, 3); { - this.state = 1815; + this.state = 1820; this.match(FlinkSqlParser.OR); } break; - case 295: + case 297: this.enterOuterAlt(localctx, 4); { - this.state = 1816; + this.state = 1821; this.match(FlinkSqlParser.BIT_OR_OP); - this.state = 1817; + this.state = 1822; this.match(FlinkSqlParser.BIT_OR_OP); } break; @@ -9106,76 +9119,76 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public comparisonOperator(): ComparisonOperatorContext { let localctx: ComparisonOperatorContext = new ComparisonOperatorContext(this, this._ctx, this.state); - this.enterRule(localctx, 284, FlinkSqlParser.RULE_comparisonOperator); + this.enterRule(localctx, 282, FlinkSqlParser.RULE_comparisonOperator); try { - this.state = 1834; + this.state = 1839; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 219, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 220, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 1820; + this.state = 1825; this.match(FlinkSqlParser.EQUAL_SYMBOL); } break; case 2: this.enterOuterAlt(localctx, 2); { - this.state = 1821; + this.state = 1826; this.match(FlinkSqlParser.GREATER_SYMBOL); } break; case 3: this.enterOuterAlt(localctx, 3); { - this.state = 1822; + this.state = 1827; this.match(FlinkSqlParser.LESS_SYMBOL); } break; case 4: this.enterOuterAlt(localctx, 4); { - this.state = 1823; + this.state = 1828; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 1824; + this.state = 1829; this.match(FlinkSqlParser.EQUAL_SYMBOL); } break; case 5: this.enterOuterAlt(localctx, 5); { - this.state = 1825; + this.state = 1830; this.match(FlinkSqlParser.GREATER_SYMBOL); - this.state = 1826; + this.state = 1831; this.match(FlinkSqlParser.EQUAL_SYMBOL); } break; case 6: this.enterOuterAlt(localctx, 6); { - this.state = 1827; + this.state = 1832; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 1828; + this.state = 1833; this.match(FlinkSqlParser.GREATER_SYMBOL); } break; case 7: this.enterOuterAlt(localctx, 7); { - this.state = 1829; + this.state = 1834; this.match(FlinkSqlParser.EXCLAMATION_SYMBOL); - this.state = 1830; + this.state = 1835; this.match(FlinkSqlParser.EQUAL_SYMBOL); } break; case 8: this.enterOuterAlt(localctx, 8); { - this.state = 1831; + this.state = 1836; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 1832; + this.state = 1837; this.match(FlinkSqlParser.EQUAL_SYMBOL); - this.state = 1833; + this.state = 1838; this.match(FlinkSqlParser.GREATER_SYMBOL); } break; @@ -9198,47 +9211,47 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public bitOperator(): BitOperatorContext { let localctx: BitOperatorContext = new BitOperatorContext(this, this._ctx, this.state); - this.enterRule(localctx, 286, FlinkSqlParser.RULE_bitOperator); + this.enterRule(localctx, 284, FlinkSqlParser.RULE_bitOperator); try { - this.state = 1843; + this.state = 1848; this._errHandler.sync(this); switch (this._input.LA(1)) { - case 292: + case 294: this.enterOuterAlt(localctx, 1); { - this.state = 1836; + this.state = 1841; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 1837; + this.state = 1842; this.match(FlinkSqlParser.LESS_SYMBOL); } break; - case 291: + case 293: this.enterOuterAlt(localctx, 2); { - this.state = 1838; + this.state = 1843; this.match(FlinkSqlParser.GREATER_SYMBOL); - this.state = 1839; + this.state = 1844; this.match(FlinkSqlParser.GREATER_SYMBOL); } break; - case 296: + case 298: this.enterOuterAlt(localctx, 3); { - this.state = 1840; + this.state = 1845; this.match(FlinkSqlParser.BIT_AND_OP); } break; - case 297: + case 299: this.enterOuterAlt(localctx, 4); { - this.state = 1841; + this.state = 1846; this.match(FlinkSqlParser.BIT_XOR_OP); } break; - case 295: + case 297: this.enterOuterAlt(localctx, 5); { - this.state = 1842; + this.state = 1847; this.match(FlinkSqlParser.BIT_OR_OP); } break; @@ -9263,14 +9276,14 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public mathOperator(): MathOperatorContext { let localctx: MathOperatorContext = new MathOperatorContext(this, this._ctx, this.state); - this.enterRule(localctx, 288, FlinkSqlParser.RULE_mathOperator); + this.enterRule(localctx, 286, FlinkSqlParser.RULE_mathOperator); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1845; + this.state = 1850; _la = this._input.LA(1); - if(!(_la===131 || ((((_la - 310)) & ~0x1F) === 0 && ((1 << (_la - 310)) & 221) !== 0))) { + if(!(_la===132 || ((((_la - 312)) & ~0x1F) === 0 && ((1 << (_la - 312)) & 221) !== 0))) { this._errHandler.recoverInline(this); } else { @@ -9296,14 +9309,14 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public unaryOperator(): UnaryOperatorContext { let localctx: UnaryOperatorContext = new UnaryOperatorContext(this, this._ctx, this.state); - this.enterRule(localctx, 290, FlinkSqlParser.RULE_unaryOperator); + this.enterRule(localctx, 288, FlinkSqlParser.RULE_unaryOperator); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1847; + this.state = 1852; _la = this._input.LA(1); - if(!(_la===25 || ((((_la - 293)) & ~0x1F) === 0 && ((1 << (_la - 293)) & 1572867) !== 0))) { + if(!(_la===25 || ((((_la - 295)) & ~0x1F) === 0 && ((1 << (_la - 295)) & 1572867) !== 0))) { this._errHandler.recoverInline(this); } else { @@ -9329,11 +9342,11 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public fullColumnName(): FullColumnNameContext { let localctx: FullColumnNameContext = new FullColumnNameContext(this, this._ctx, this.state); - this.enterRule(localctx, 292, FlinkSqlParser.RULE_fullColumnName); + this.enterRule(localctx, 290, FlinkSqlParser.RULE_fullColumnName); try { this.enterOuterAlt(localctx, 1); { - this.state = 1849; + this.state = 1854; this.uid(); } } @@ -9354,39 +9367,39 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public constant(): ConstantContext { let localctx: ConstantContext = new ConstantContext(this, this._ctx, this.state); - this.enterRule(localctx, 294, FlinkSqlParser.RULE_constant); + this.enterRule(localctx, 292, FlinkSqlParser.RULE_constant); let _la: number; try { - this.state = 1863; + this.state = 1868; this._errHandler.sync(this); switch (this._input.LA(1)) { - case 320: + case 322: this.enterOuterAlt(localctx, 1); { - this.state = 1851; + this.state = 1856; this.stringLiteral(); } break; - case 321: + case 323: this.enterOuterAlt(localctx, 2); { - this.state = 1852; + this.state = 1857; this.decimalLiteral(); } break; case 38: this.enterOuterAlt(localctx, 3); { - this.state = 1853; + this.state = 1858; this.interval(); } break; - case 312: + case 314: this.enterOuterAlt(localctx, 4); { - this.state = 1854; + this.state = 1859; this.match(FlinkSqlParser.HYPNEN_SIGN); - this.state = 1855; + this.state = 1860; this.decimalLiteral(); } break; @@ -9394,39 +9407,39 @@ export default class FlinkSqlParser extends Parser { case 33: this.enterOuterAlt(localctx, 5); { - this.state = 1856; + this.state = 1861; this.booleanLiteral(); } break; - case 322: + case 324: this.enterOuterAlt(localctx, 6); { - this.state = 1857; + this.state = 1862; this.match(FlinkSqlParser.REAL_LITERAL); } break; - case 323: + case 325: this.enterOuterAlt(localctx, 7); { - this.state = 1858; + this.state = 1863; this.match(FlinkSqlParser.BIT_STRING); } break; case 25: - case 288: + case 290: this.enterOuterAlt(localctx, 8); { - this.state = 1860; + this.state = 1865; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===25) { { - this.state = 1859; + this.state = 1864; this.match(FlinkSqlParser.NOT); } } - this.state = 1862; + this.state = 1867; this.match(FlinkSqlParser.NULL); } break; @@ -9451,11 +9464,11 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public stringLiteral(): StringLiteralContext { let localctx: StringLiteralContext = new StringLiteralContext(this, this._ctx, this.state); - this.enterRule(localctx, 296, FlinkSqlParser.RULE_stringLiteral); + this.enterRule(localctx, 294, FlinkSqlParser.RULE_stringLiteral); try { this.enterOuterAlt(localctx, 1); { - this.state = 1865; + this.state = 1870; this.match(FlinkSqlParser.STRING_LITERAL); } } @@ -9476,11 +9489,11 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public decimalLiteral(): DecimalLiteralContext { let localctx: DecimalLiteralContext = new DecimalLiteralContext(this, this._ctx, this.state); - this.enterRule(localctx, 298, FlinkSqlParser.RULE_decimalLiteral); + this.enterRule(localctx, 296, FlinkSqlParser.RULE_decimalLiteral); try { this.enterOuterAlt(localctx, 1); { - this.state = 1867; + this.state = 1872; this.match(FlinkSqlParser.DIG_LITERAL); } } @@ -9501,12 +9514,12 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public booleanLiteral(): BooleanLiteralContext { let localctx: BooleanLiteralContext = new BooleanLiteralContext(this, this._ctx, this.state); - this.enterRule(localctx, 300, FlinkSqlParser.RULE_booleanLiteral); + this.enterRule(localctx, 298, FlinkSqlParser.RULE_booleanLiteral); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1869; + this.state = 1874; _la = this._input.LA(1); if(!(_la===32 || _la===33)) { this._errHandler.recoverInline(this); @@ -9534,12 +9547,12 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public setQuantifier(): SetQuantifierContext { let localctx: SetQuantifierContext = new SetQuantifierContext(this, this._ctx, this.state); - this.enterRule(localctx, 302, FlinkSqlParser.RULE_setQuantifier); + this.enterRule(localctx, 300, FlinkSqlParser.RULE_setQuantifier); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1871; + this.state = 1876; _la = this._input.LA(1); if(!(_la===8 || _la===10)) { this._errHandler.recoverInline(this); @@ -9567,14 +9580,14 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public ansiNonReserved(): AnsiNonReservedContext { let localctx: AnsiNonReservedContext = new AnsiNonReservedContext(this, this._ctx, this.state); - this.enterRule(localctx, 304, FlinkSqlParser.RULE_ansiNonReserved); + this.enterRule(localctx, 302, FlinkSqlParser.RULE_ansiNonReserved); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1873; + this.state = 1878; _la = this._input.LA(1); - if(!(((((_la - 6)) & ~0x1F) === 0 && ((1 << (_la - 6)) & 1978716033) !== 0) || ((((_la - 38)) & ~0x1F) === 0 && ((1 << (_la - 38)) & 4294709249) !== 0) || ((((_la - 71)) & ~0x1F) === 0 && ((1 << (_la - 71)) & 3418108729) !== 0) || ((((_la - 103)) & ~0x1F) === 0 && ((1 << (_la - 103)) & 4280287177) !== 0) || ((((_la - 135)) & ~0x1F) === 0 && ((1 << (_la - 135)) & 4294967167) !== 0) || ((((_la - 167)) & ~0x1F) === 0 && ((1 << (_la - 167)) & 4294836223) !== 0) || ((((_la - 199)) & ~0x1F) === 0 && ((1 << (_la - 199)) & 4294959087) !== 0) || ((((_la - 231)) & ~0x1F) === 0 && ((1 << (_la - 231)) & 2388656567) !== 0) || ((((_la - 263)) & ~0x1F) === 0 && ((1 << (_la - 263)) & 133160191) !== 0))) { + if(!(((((_la - 6)) & ~0x1F) === 0 && ((1 << (_la - 6)) & 1978716033) !== 0) || ((((_la - 38)) & ~0x1F) === 0 && ((1 << (_la - 38)) & 4294709249) !== 0) || ((((_la - 72)) & ~0x1F) === 0 && ((1 << (_la - 72)) & 3418108729) !== 0) || ((((_la - 104)) & ~0x1F) === 0 && ((1 << (_la - 104)) & 4280287177) !== 0) || ((((_la - 136)) & ~0x1F) === 0 && ((1 << (_la - 136)) & 4294967167) !== 0) || ((((_la - 168)) & ~0x1F) === 0 && ((1 << (_la - 168)) & 4294836223) !== 0) || ((((_la - 200)) & ~0x1F) === 0 && ((1 << (_la - 200)) & 4294959087) !== 0) || ((((_la - 232)) & ~0x1F) === 0 && ((1 << (_la - 232)) & 241172919) !== 0) || ((((_la - 264)) & ~0x1F) === 0 && ((1 << (_la - 264)) & 266320383) !== 0))) { this._errHandler.recoverInline(this); } else { @@ -9600,14 +9613,14 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public strictNonReserved(): StrictNonReservedContext { let localctx: StrictNonReservedContext = new StrictNonReservedContext(this, this._ctx, this.state); - this.enterRule(localctx, 306, FlinkSqlParser.RULE_strictNonReserved); + this.enterRule(localctx, 304, FlinkSqlParser.RULE_strictNonReserved); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1875; + this.state = 1880; _la = this._input.LA(1); - if(!(((((_la - 45)) & ~0x1F) === 0 && ((1 << (_la - 45)) & 1787) !== 0) || ((((_la - 104)) & ~0x1F) === 0 && ((1 << (_la - 104)) & 15) !== 0) || _la===142 || _la===222)) { + if(!(((((_la - 45)) & ~0x1F) === 0 && ((1 << (_la - 45)) & 1787) !== 0) || ((((_la - 105)) & ~0x1F) === 0 && ((1 << (_la - 105)) & 15) !== 0) || _la===143 || _la===223)) { this._errHandler.recoverInline(this); } else { @@ -9633,14 +9646,14 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public nonReserved(): NonReservedContext { let localctx: NonReservedContext = new NonReservedContext(this, this._ctx, this.state); - this.enterRule(localctx, 308, FlinkSqlParser.RULE_nonReserved); + this.enterRule(localctx, 306, FlinkSqlParser.RULE_nonReserved); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1877; + this.state = 1882; _la = this._input.LA(1); - if(!(((((_la - 4)) & ~0x1F) === 0 && ((1 << (_la - 4)) & 4294967295) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 4294052223) !== 0) || ((((_la - 68)) & ~0x1F) === 0 && ((1 << (_la - 68)) & 2145507839) !== 0) || ((((_la - 101)) & ~0x1F) === 0 && ((1 << (_la - 101)) & 4294967175) !== 0) || ((((_la - 133)) & ~0x1F) === 0 && ((1 << (_la - 133)) & 4294966783) !== 0) || ((((_la - 165)) & ~0x1F) === 0 && ((1 << (_la - 165)) & 4294965247) !== 0) || ((((_la - 197)) & ~0x1F) === 0 && ((1 << (_la - 197)) & 4261380095) !== 0) || ((((_la - 229)) & ~0x1F) === 0 && ((1 << (_la - 229)) & 1031800543) !== 0) || ((((_la - 262)) & ~0x1F) === 0 && ((1 << (_la - 262)) & 266320383) !== 0))) { + if(!(((((_la - 4)) & ~0x1F) === 0 && ((1 << (_la - 4)) & 4294967295) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 4294052223) !== 0) || ((((_la - 68)) & ~0x1F) === 0 && ((1 << (_la - 68)) & 4291015671) !== 0) || ((((_la - 102)) & ~0x1F) === 0 && ((1 << (_la - 102)) & 4294967175) !== 0) || ((((_la - 134)) & ~0x1F) === 0 && ((1 << (_la - 134)) & 4294966783) !== 0) || ((((_la - 166)) & ~0x1F) === 0 && ((1 << (_la - 166)) & 4294965247) !== 0) || ((((_la - 198)) & ~0x1F) === 0 && ((1 << (_la - 198)) & 4261380095) !== 0) || ((((_la - 230)) & ~0x1F) === 0 && ((1 << (_la - 230)) & 1031800543) !== 0) || ((((_la - 264)) & ~0x1F) === 0 && ((1 << (_la - 264)) & 266320383) !== 0))) { this._errHandler.recoverInline(this); } else { @@ -9666,15 +9679,15 @@ export default class FlinkSqlParser extends Parser { public sempred(localctx: RuleContext, ruleIndex: number, predIndex: number): boolean { switch (ruleIndex) { - case 76: + case 75: return this.queryStatement_sempred(localctx as QueryStatementContext, predIndex); - case 84: + case 83: return this.tableExpression_sempred(localctx as TableExpressionContext, predIndex); - case 105: + case 104: return this.booleanExpression_sempred(localctx as BooleanExpressionContext, predIndex); - case 108: + case 107: return this.valueExpression_sempred(localctx as ValueExpressionContext, predIndex); - case 109: + case 108: return this.primaryExpression_sempred(localctx as PrimaryExpressionContext, predIndex); } return true; @@ -9729,7 +9742,7 @@ export default class FlinkSqlParser extends Parser { return true; } - public static readonly _serializedATN: number[] = [4,1,326,1880,2,0,7,0, + public static readonly _serializedATN: number[] = [4,1,328,1885,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, @@ -9752,687 +9765,689 @@ export default class FlinkSqlParser extends Parser { 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,1,0,1,0,1,0,1,1,1,1,1,1,1,2,1, - 2,3,2,319,8,2,1,2,5,2,322,8,2,10,2,12,2,325,9,2,1,3,1,3,1,3,1,3,1,3,1,3, - 1,3,1,3,1,3,1,3,1,3,1,3,3,3,339,8,3,1,4,1,4,1,5,1,5,1,5,1,5,1,5,1,5,1,5, - 1,5,1,5,1,5,1,5,1,5,1,5,1,5,3,5,357,8,5,1,6,1,6,3,6,361,8,6,1,7,1,7,1,7, - 1,8,1,8,1,8,1,8,3,8,370,8,8,1,8,1,8,1,8,3,8,375,8,8,1,9,1,9,1,9,5,9,380, - 8,9,10,9,12,9,383,9,9,1,10,1,10,1,11,1,11,3,11,389,8,11,1,11,1,11,3,11, - 393,8,11,1,12,1,12,1,12,1,12,1,12,5,12,400,8,12,10,12,12,12,403,9,12,1, - 13,1,13,1,13,1,13,1,13,1,13,1,13,1,13,1,13,3,13,414,8,13,1,13,3,13,417, - 8,13,1,13,1,13,1,13,1,13,1,13,3,13,424,8,13,1,13,1,13,1,13,1,13,1,13,1, - 13,3,13,432,8,13,1,13,1,13,1,13,3,13,437,8,13,1,13,3,13,440,8,13,1,14,1, - 14,1,14,1,14,1,14,3,14,447,8,14,1,15,1,15,1,15,1,15,1,16,1,16,3,16,455, - 8,16,1,17,1,17,3,17,459,8,17,1,18,1,18,1,18,1,18,1,19,1,19,1,19,1,19,1, - 19,1,19,3,19,471,8,19,1,19,1,19,1,19,1,19,1,19,1,19,3,19,479,8,19,1,19, - 1,19,3,19,483,8,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1, - 19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,3,19,504,8,19,1,20,1,20,3,20, - 508,8,20,1,21,1,21,3,21,512,8,21,1,21,1,21,3,21,516,8,21,1,21,1,21,1,21, - 1,21,1,21,5,21,523,8,21,10,21,12,21,526,9,21,1,21,1,21,3,21,530,8,21,1, - 21,1,21,3,21,534,8,21,1,21,1,21,3,21,538,8,21,1,21,1,21,3,21,542,8,21,1, - 21,3,21,545,8,21,1,21,1,21,3,21,549,8,21,1,22,1,22,1,22,3,22,554,8,22,1, - 22,1,22,1,22,1,22,3,22,560,8,22,1,23,1,23,1,23,3,23,565,8,23,1,24,1,24, - 1,24,3,24,570,8,24,1,24,3,24,573,8,24,1,25,1,25,3,25,577,8,25,1,26,1,26, - 1,26,5,26,582,8,26,10,26,12,26,585,9,26,1,27,1,27,1,27,3,27,590,8,27,1, - 27,1,27,3,27,594,8,27,1,27,1,27,3,27,598,8,27,1,27,1,27,3,27,602,8,27,1, - 27,1,27,3,27,606,8,27,1,27,1,27,3,27,610,8,27,3,27,612,8,27,1,28,1,28,1, - 28,1,28,1,29,1,29,1,29,1,29,3,29,622,8,29,1,29,1,29,1,30,1,30,1,30,1,30, - 3,30,630,8,30,1,30,1,30,1,31,1,31,1,31,1,31,1,32,1,32,1,32,1,32,1,32,1, - 32,1,32,1,33,1,33,1,33,1,33,1,33,1,33,1,33,5,33,652,8,33,10,33,12,33,655, - 9,33,1,33,1,33,1,34,1,34,3,34,661,8,34,1,34,1,34,1,34,1,34,3,34,667,8,34, - 1,35,1,35,1,35,1,36,1,36,1,36,1,36,1,36,3,36,677,8,36,1,36,3,36,680,8,36, - 1,37,1,37,1,38,1,38,1,38,1,38,3,38,688,8,38,1,39,1,39,1,40,1,40,1,40,1, - 40,1,40,1,40,1,41,1,41,3,41,700,8,41,1,41,1,41,1,41,1,41,1,41,1,41,1,41, - 3,41,709,8,41,1,42,1,42,1,43,1,43,1,43,1,43,1,44,1,44,1,44,1,44,1,45,1, - 45,1,45,1,45,5,45,725,8,45,10,45,12,45,728,9,45,1,45,1,45,1,46,1,46,1,46, - 1,46,1,46,1,46,5,46,738,8,46,10,46,12,46,741,9,46,1,46,1,46,3,46,745,8, - 46,1,47,1,47,3,47,749,8,47,1,48,1,48,1,48,1,48,5,48,755,8,48,10,48,12,48, - 758,9,48,1,48,3,48,761,8,48,1,49,1,49,1,50,1,50,1,50,1,50,3,50,769,8,50, - 1,51,1,51,1,51,1,51,1,51,1,52,1,52,1,52,3,52,779,8,52,1,52,1,52,3,52,783, - 8,52,1,52,1,52,1,53,1,53,3,53,789,8,53,1,53,1,53,3,53,793,8,53,1,53,1,53, - 3,53,797,8,53,1,53,3,53,800,8,53,1,53,1,53,1,53,1,54,1,54,1,54,1,54,3,54, - 809,8,54,1,54,1,54,3,54,813,8,54,1,54,1,54,1,54,1,54,1,54,3,54,820,8,54, - 1,54,3,54,823,8,54,1,55,1,55,1,55,1,55,1,55,1,55,5,55,831,8,55,10,55,12, - 55,834,9,55,1,56,1,56,1,57,1,57,1,57,1,57,1,57,3,57,843,8,57,1,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,3,60,858,8,60,1, - 61,1,61,1,61,1,61,1,61,1,62,1,62,1,62,1,62,3,62,869,8,62,1,62,1,62,3,62, - 873,8,62,1,62,1,62,1,62,1,62,1,62,3,62,880,8,62,1,63,1,63,1,63,3,63,885, - 8,63,1,63,1,63,1,64,1,64,3,64,891,8,64,1,64,1,64,3,64,895,8,64,1,64,1,64, - 1,65,1,65,1,65,3,65,902,8,65,1,65,1,65,3,65,906,8,65,1,66,1,66,3,66,910, - 8,66,1,66,1,66,3,66,914,8,66,1,66,1,66,1,67,1,67,1,67,1,67,3,67,922,8,67, - 1,67,1,67,3,67,926,8,67,1,67,1,67,1,68,3,68,931,8,68,1,68,1,68,1,68,1,68, - 3,68,937,8,68,1,69,1,69,1,69,1,69,3,69,943,8,69,1,69,3,69,946,8,69,1,69, - 1,69,3,69,950,8,69,1,70,1,70,1,70,1,71,1,71,1,71,1,71,1,72,1,72,1,72,1, - 72,5,72,963,8,72,10,72,12,72,966,9,72,1,73,1,73,1,73,1,73,5,73,972,8,73, - 10,73,12,73,975,9,73,1,73,1,73,1,74,1,74,1,74,1,74,1,74,1,74,1,74,4,74, - 986,8,74,11,74,12,74,987,1,74,1,74,1,75,1,75,1,75,1,75,1,75,1,75,4,75,998, - 8,75,11,75,12,75,999,1,75,1,75,1,76,1,76,1,76,1,76,1,76,1,76,5,76,1010, - 8,76,10,76,12,76,1013,9,76,1,76,1,76,1,76,1,76,1,76,1,76,1,76,1,76,3,76, - 1023,8,76,1,76,3,76,1026,8,76,1,76,1,76,3,76,1030,8,76,1,76,3,76,1033,8, - 76,3,76,1035,8,76,1,76,1,76,1,76,3,76,1040,8,76,1,76,1,76,3,76,1044,8,76, - 1,76,3,76,1047,8,76,5,76,1049,8,76,10,76,12,76,1052,9,76,1,77,1,77,1,77, - 1,77,5,77,1058,8,77,10,77,12,77,1061,9,77,1,78,1,78,1,78,1,78,1,78,5,78, - 1068,8,78,10,78,12,78,1071,9,78,1,78,1,78,3,78,1075,8,78,1,78,1,78,1,78, - 1,78,1,78,1,79,1,79,1,80,1,80,1,80,3,80,1087,8,80,1,80,3,80,1090,8,80,1, - 80,3,80,1093,8,80,1,80,3,80,1096,8,80,1,81,1,81,3,81,1100,8,81,1,81,1,81, - 1,81,1,81,5,81,1106,8,81,10,81,12,81,1109,9,81,3,81,1111,8,81,1,82,1,82, - 3,82,1115,8,82,1,82,3,82,1118,8,82,1,83,1,83,1,83,1,84,1,84,1,84,1,84,5, - 84,1127,8,84,10,84,12,84,1130,9,84,1,84,1,84,1,84,1,84,1,84,1,84,3,84,1138, - 8,84,1,84,3,84,1141,8,84,1,84,3,84,1144,8,84,1,84,1,84,1,84,3,84,1149,8, - 84,5,84,1151,8,84,10,84,12,84,1154,9,84,1,85,1,85,3,85,1158,8,85,1,86,3, - 86,1161,8,86,1,86,1,86,3,86,1165,8,86,1,86,3,86,1168,8,86,1,86,3,86,1171, - 8,86,1,86,1,86,1,86,1,86,1,86,1,86,1,86,1,86,5,86,1181,8,86,10,86,12,86, - 1184,9,86,1,86,1,86,1,86,1,86,3,86,1190,8,86,1,86,1,86,1,86,1,86,1,86,1, - 86,1,86,1,86,1,86,3,86,1201,8,86,1,87,1,87,1,88,1,88,1,88,1,88,1,88,1,88, - 1,89,1,89,1,90,1,90,1,90,1,90,1,90,1,90,1,90,5,90,1220,8,90,10,90,12,90, - 1223,9,90,1,90,1,90,3,90,1227,8,90,1,91,1,91,1,91,1,92,1,92,1,92,1,92,1, - 92,5,92,1237,8,92,10,92,12,92,1240,9,92,1,93,1,93,1,93,1,93,1,93,1,93,1, - 93,5,93,1249,8,93,10,93,12,93,1252,9,93,1,93,1,93,1,93,1,93,1,93,1,93,1, - 93,5,93,1261,8,93,10,93,12,93,1264,9,93,1,93,1,93,1,93,1,93,1,93,1,93,1, - 93,5,93,1273,8,93,10,93,12,93,1276,9,93,1,93,1,93,1,93,1,93,1,93,1,93,1, - 93,1,93,5,93,1286,8,93,10,93,12,93,1289,9,93,1,93,1,93,3,93,1293,8,93,1, - 94,1,94,1,94,1,95,1,95,1,95,1,95,1,95,5,95,1303,8,95,10,95,12,95,1306,9, - 95,1,96,1,96,3,96,1310,8,96,1,97,1,97,1,97,3,97,1315,8,97,1,98,1,98,1,98, - 1,98,5,98,1321,8,98,10,98,12,98,1324,9,98,1,99,1,99,1,99,1,99,1,100,3,100, - 1331,8,100,1,100,1,100,1,100,1,100,1,100,1,100,5,100,1339,8,100,10,100, - 12,100,1342,9,100,3,100,1344,8,100,1,100,1,100,1,100,1,100,1,100,5,100, - 1351,8,100,10,100,12,100,1354,9,100,3,100,1356,8,100,1,100,3,100,1359,8, - 100,1,100,1,100,1,101,1,101,3,101,1365,8,101,1,101,1,101,3,101,1369,8,101, - 1,102,1,102,1,102,1,102,3,102,1375,8,102,1,103,1,103,1,103,1,104,1,104, - 1,105,1,105,1,105,1,105,1,105,1,105,1,105,1,105,1,105,1,105,3,105,1392, - 8,105,3,105,1394,8,105,1,105,1,105,1,105,1,105,1,105,1,105,5,105,1402,8, - 105,10,105,12,105,1405,9,105,1,106,3,106,1408,8,106,1,106,1,106,1,106,1, - 106,1,106,1,106,3,106,1416,8,106,1,106,1,106,1,106,1,106,1,106,5,106,1423, - 8,106,10,106,12,106,1426,9,106,1,106,1,106,1,106,3,106,1431,8,106,1,106, - 1,106,1,106,1,106,1,106,1,106,1,106,1,106,1,106,1,106,1,106,3,106,1444, - 8,106,1,106,1,106,1,106,3,106,1449,8,106,1,106,1,106,1,106,1,106,1,106, - 1,106,1,106,1,106,5,106,1459,8,106,10,106,12,106,1462,9,106,1,106,1,106, - 3,106,1466,8,106,1,106,3,106,1469,8,106,1,106,1,106,1,106,1,106,3,106,1475, - 8,106,1,106,1,106,1,106,3,106,1480,8,106,1,106,1,106,1,106,3,106,1485,8, - 106,1,106,1,106,1,106,3,106,1490,8,106,1,107,3,107,1493,8,107,1,107,1,107, - 1,107,1,107,1,107,1,107,1,107,1,107,5,107,1503,8,107,10,107,12,107,1506, - 9,107,1,107,1,107,3,107,1510,8,107,1,107,3,107,1513,8,107,1,107,1,107,3, - 107,1517,8,107,1,108,1,108,1,108,1,108,3,108,1523,8,108,1,108,1,108,1,108, + 7,151,2,152,7,152,2,153,7,153,1,0,1,0,1,0,1,1,1,1,1,1,1,2,1,2,3,2,317,8, + 2,1,2,5,2,320,8,2,10,2,12,2,323,9,2,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3, + 1,3,1,3,1,3,3,3,337,8,3,1,4,1,4,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5, + 1,5,1,5,1,5,1,5,3,5,355,8,5,1,6,1,6,3,6,359,8,6,1,7,1,7,1,7,1,8,1,8,1,8, + 1,8,3,8,368,8,8,1,8,1,8,1,8,3,8,373,8,8,1,9,1,9,1,9,5,9,378,8,9,10,9,12, + 9,381,9,9,1,10,1,10,1,11,1,11,3,11,387,8,11,1,11,1,11,3,11,391,8,11,1,12, + 1,12,1,12,1,12,1,12,5,12,398,8,12,10,12,12,12,401,9,12,1,13,1,13,1,13,1, + 13,1,13,1,13,1,13,1,13,1,13,3,13,412,8,13,1,13,3,13,415,8,13,1,13,1,13, + 1,13,1,13,1,13,3,13,422,8,13,1,13,1,13,1,13,1,13,1,13,1,13,3,13,430,8,13, + 1,13,1,13,1,13,3,13,435,8,13,1,13,3,13,438,8,13,1,14,1,14,1,14,1,14,1,14, + 3,14,445,8,14,1,15,1,15,1,15,1,15,1,16,1,16,3,16,453,8,16,1,17,1,17,3,17, + 457,8,17,1,18,1,18,1,18,1,18,1,19,1,19,1,19,1,19,1,19,1,19,3,19,469,8,19, + 1,19,1,19,1,19,1,19,1,19,1,19,3,19,477,8,19,1,19,1,19,3,19,481,8,19,1,19, + 1,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1, + 19,1,19,1,19,1,19,3,19,502,8,19,1,20,1,20,3,20,506,8,20,1,21,1,21,3,21, + 510,8,21,1,21,1,21,3,21,514,8,21,1,21,1,21,1,21,1,21,1,21,5,21,521,8,21, + 10,21,12,21,524,9,21,1,21,1,21,3,21,528,8,21,1,21,1,21,3,21,532,8,21,1, + 21,1,21,3,21,536,8,21,1,21,1,21,3,21,540,8,21,1,21,3,21,543,8,21,1,21,1, + 21,3,21,547,8,21,1,22,1,22,1,22,3,22,552,8,22,1,22,1,22,1,22,1,22,3,22, + 558,8,22,1,23,1,23,1,23,3,23,563,8,23,1,24,1,24,1,24,3,24,568,8,24,1,24, + 3,24,571,8,24,1,25,1,25,3,25,575,8,25,1,26,1,26,1,26,1,26,5,26,581,8,26, + 10,26,12,26,584,9,26,1,26,1,26,1,27,1,27,1,27,3,27,591,8,27,1,27,1,27,3, + 27,595,8,27,1,27,1,27,3,27,599,8,27,1,27,1,27,3,27,603,8,27,1,27,1,27,3, + 27,607,8,27,1,27,1,27,3,27,611,8,27,1,27,1,27,3,27,615,8,27,1,27,1,27,3, + 27,619,8,27,1,27,1,27,3,27,623,8,27,3,27,625,8,27,1,28,1,28,1,28,1,28,1, + 29,1,29,1,29,1,29,3,29,635,8,29,1,29,1,29,1,30,1,30,1,30,1,30,3,30,643, + 8,30,1,30,1,30,1,31,1,31,1,31,1,31,1,32,1,32,1,32,1,32,1,32,1,32,1,32,1, + 33,1,33,1,33,1,33,1,33,1,33,1,33,5,33,665,8,33,10,33,12,33,668,9,33,1,33, + 1,33,1,34,1,34,3,34,674,8,34,1,34,1,34,1,34,1,34,1,34,1,35,1,35,1,35,1, + 36,1,36,1,36,1,36,1,36,3,36,689,8,36,1,36,3,36,692,8,36,1,37,1,37,1,38, + 1,38,1,38,1,38,3,38,700,8,38,1,39,1,39,1,40,1,40,1,40,1,40,1,40,1,40,1, + 41,1,41,3,41,712,8,41,1,41,1,41,1,41,1,41,1,41,1,41,1,42,1,42,1,43,1,43, + 1,43,1,43,1,44,1,44,1,44,1,44,1,45,1,45,1,45,1,45,5,45,734,8,45,10,45,12, + 45,737,9,45,1,45,1,45,1,46,1,46,1,46,1,46,1,46,1,46,5,46,747,8,46,10,46, + 12,46,750,9,46,1,46,1,46,3,46,754,8,46,1,47,1,47,3,47,758,8,47,1,48,1,48, + 1,48,1,48,5,48,764,8,48,10,48,12,48,767,9,48,1,48,3,48,770,8,48,1,49,1, + 49,1,50,1,50,1,50,1,50,3,50,778,8,50,1,51,1,51,1,51,1,51,1,51,1,52,1,52, + 1,52,3,52,788,8,52,1,52,1,52,3,52,792,8,52,1,52,1,52,1,53,1,53,3,53,798, + 8,53,1,53,1,53,3,53,802,8,53,1,53,1,53,3,53,806,8,53,1,53,3,53,809,8,53, + 1,53,1,53,1,53,1,54,1,54,1,54,1,54,3,54,818,8,54,1,54,1,54,3,54,822,8,54, + 1,54,1,54,1,54,1,54,1,54,3,54,829,8,54,1,54,3,54,832,8,54,1,55,1,55,1,55, + 1,55,1,55,1,55,5,55,840,8,55,10,55,12,55,843,9,55,1,56,1,56,1,57,1,57,1, + 57,1,57,1,57,3,57,852,8,57,1,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,3,60,867,8,60,1,61,1,61,1,61,1,61,1,61,1,62,1,62,1, + 62,1,62,3,62,878,8,62,1,62,1,62,3,62,882,8,62,1,62,1,62,1,62,1,62,1,62, + 3,62,889,8,62,1,63,1,63,1,63,3,63,894,8,63,1,63,1,63,1,64,1,64,3,64,900, + 8,64,1,64,1,64,3,64,904,8,64,1,64,1,64,1,65,1,65,1,65,3,65,911,8,65,1,65, + 1,65,3,65,915,8,65,1,66,1,66,3,66,919,8,66,1,66,1,66,3,66,923,8,66,1,66, + 1,66,1,67,1,67,1,67,1,67,3,67,931,8,67,1,67,1,67,3,67,935,8,67,1,67,1,67, + 1,68,3,68,940,8,68,1,68,1,68,1,68,1,68,3,68,946,8,68,1,69,1,69,1,69,1,69, + 3,69,952,8,69,1,69,3,69,955,8,69,1,69,1,69,3,69,959,8,69,1,70,1,70,1,70, + 1,71,1,71,1,71,1,71,5,71,968,8,71,10,71,12,71,971,9,71,1,72,1,72,1,72,1, + 72,5,72,977,8,72,10,72,12,72,980,9,72,1,72,1,72,1,73,1,73,1,73,1,73,1,73, + 1,73,1,73,4,73,991,8,73,11,73,12,73,992,1,73,1,73,1,74,1,74,1,74,1,74,1, + 74,1,74,4,74,1003,8,74,11,74,12,74,1004,1,74,1,74,1,75,1,75,1,75,1,75,1, + 75,1,75,5,75,1015,8,75,10,75,12,75,1018,9,75,1,75,1,75,1,75,1,75,1,75,1, + 75,1,75,1,75,3,75,1028,8,75,1,75,3,75,1031,8,75,1,75,1,75,3,75,1035,8,75, + 1,75,3,75,1038,8,75,3,75,1040,8,75,1,75,1,75,1,75,3,75,1045,8,75,1,75,1, + 75,3,75,1049,8,75,1,75,3,75,1052,8,75,5,75,1054,8,75,10,75,12,75,1057,9, + 75,1,76,1,76,1,76,1,76,5,76,1063,8,76,10,76,12,76,1066,9,76,1,77,1,77,1, + 77,1,77,1,77,5,77,1073,8,77,10,77,12,77,1076,9,77,1,77,1,77,3,77,1080,8, + 77,1,77,1,77,1,77,1,77,1,77,1,78,1,78,1,79,1,79,1,79,3,79,1092,8,79,1,79, + 3,79,1095,8,79,1,79,3,79,1098,8,79,1,79,3,79,1101,8,79,1,80,1,80,3,80,1105, + 8,80,1,80,1,80,1,80,1,80,5,80,1111,8,80,10,80,12,80,1114,9,80,3,80,1116, + 8,80,1,81,1,81,3,81,1120,8,81,1,81,3,81,1123,8,81,1,82,1,82,1,82,1,83,1, + 83,1,83,1,83,5,83,1132,8,83,10,83,12,83,1135,9,83,1,83,1,83,1,83,1,83,1, + 83,1,83,3,83,1143,8,83,1,83,3,83,1146,8,83,1,83,3,83,1149,8,83,1,83,1,83, + 1,83,3,83,1154,8,83,5,83,1156,8,83,10,83,12,83,1159,9,83,1,84,1,84,3,84, + 1163,8,84,1,85,3,85,1166,8,85,1,85,1,85,3,85,1170,8,85,1,85,3,85,1173,8, + 85,1,85,3,85,1176,8,85,1,85,1,85,1,85,1,85,1,85,1,85,1,85,1,85,5,85,1186, + 8,85,10,85,12,85,1189,9,85,1,85,1,85,1,85,1,85,3,85,1195,8,85,1,85,1,85, + 1,85,1,85,1,85,1,85,1,85,1,85,1,85,3,85,1206,8,85,1,86,1,86,1,87,1,87,1, + 87,1,87,1,87,1,87,1,88,1,88,1,89,1,89,1,89,1,89,1,89,1,89,1,89,5,89,1225, + 8,89,10,89,12,89,1228,9,89,1,89,1,89,3,89,1232,8,89,1,90,1,90,1,90,1,91, + 1,91,1,91,1,91,1,91,5,91,1242,8,91,10,91,12,91,1245,9,91,1,92,1,92,1,92, + 1,92,1,92,1,92,1,92,5,92,1254,8,92,10,92,12,92,1257,9,92,1,92,1,92,1,92, + 1,92,1,92,1,92,1,92,5,92,1266,8,92,10,92,12,92,1269,9,92,1,92,1,92,1,92, + 1,92,1,92,1,92,1,92,5,92,1278,8,92,10,92,12,92,1281,9,92,1,92,1,92,1,92, + 1,92,1,92,1,92,1,92,1,92,5,92,1291,8,92,10,92,12,92,1294,9,92,1,92,1,92, + 3,92,1298,8,92,1,93,1,93,1,93,1,94,1,94,1,94,1,94,1,94,5,94,1308,8,94,10, + 94,12,94,1311,9,94,1,95,1,95,3,95,1315,8,95,1,96,1,96,1,96,3,96,1320,8, + 96,1,97,1,97,1,97,1,97,5,97,1326,8,97,10,97,12,97,1329,9,97,1,98,1,98,1, + 98,1,98,1,99,3,99,1336,8,99,1,99,1,99,1,99,1,99,1,99,1,99,5,99,1344,8,99, + 10,99,12,99,1347,9,99,3,99,1349,8,99,1,99,1,99,1,99,1,99,1,99,5,99,1356, + 8,99,10,99,12,99,1359,9,99,3,99,1361,8,99,1,99,3,99,1364,8,99,1,99,1,99, + 1,100,1,100,3,100,1370,8,100,1,100,1,100,3,100,1374,8,100,1,101,1,101,1, + 101,1,101,3,101,1380,8,101,1,102,1,102,1,102,1,103,1,103,1,104,1,104,1, + 104,1,104,1,104,1,104,1,104,1,104,1,104,1,104,3,104,1397,8,104,3,104,1399, + 8,104,1,104,1,104,1,104,1,104,1,104,1,104,5,104,1407,8,104,10,104,12,104, + 1410,9,104,1,105,3,105,1413,8,105,1,105,1,105,1,105,1,105,1,105,1,105,3, + 105,1421,8,105,1,105,1,105,1,105,1,105,1,105,5,105,1428,8,105,10,105,12, + 105,1431,9,105,1,105,1,105,1,105,3,105,1436,8,105,1,105,1,105,1,105,1,105, + 1,105,1,105,1,105,1,105,1,105,1,105,1,105,3,105,1449,8,105,1,105,1,105, + 1,105,3,105,1454,8,105,1,105,1,105,1,105,1,105,1,105,1,105,1,105,1,105, + 5,105,1464,8,105,10,105,12,105,1467,9,105,1,105,1,105,3,105,1471,8,105, + 1,105,3,105,1474,8,105,1,105,1,105,1,105,1,105,3,105,1480,8,105,1,105,1, + 105,1,105,3,105,1485,8,105,1,105,1,105,1,105,3,105,1490,8,105,1,105,1,105, + 1,105,3,105,1495,8,105,1,106,3,106,1498,8,106,1,106,1,106,1,106,1,106,1, + 106,1,106,1,106,1,106,5,106,1508,8,106,10,106,12,106,1511,9,106,1,106,1, + 106,3,106,1515,8,106,1,106,3,106,1518,8,106,1,106,1,106,3,106,1522,8,106, + 1,107,1,107,1,107,1,107,3,107,1528,8,107,1,107,1,107,1,107,1,107,1,107, + 1,107,1,107,1,107,1,107,1,107,1,107,1,107,1,107,1,107,1,107,1,107,1,107, + 1,107,1,107,5,107,1549,8,107,10,107,12,107,1552,9,107,1,108,1,108,1,108, + 4,108,1557,8,108,11,108,12,108,1558,1,108,1,108,3,108,1563,8,108,1,108, + 1,108,1,108,1,108,1,108,4,108,1570,8,108,11,108,12,108,1571,1,108,1,108, + 3,108,1576,8,108,1,108,1,108,1,108,1,108,1,108,1,108,1,108,1,108,1,108, + 1,108,1,108,1,108,1,108,1,108,3,108,1592,8,108,1,108,1,108,1,108,1,108, + 1,108,1,108,1,108,3,108,1601,8,108,1,108,1,108,1,108,1,108,1,108,1,108, 1,108,1,108,1,108,1,108,1,108,1,108,1,108,1,108,1,108,1,108,1,108,1,108, - 1,108,1,108,1,108,1,108,5,108,1544,8,108,10,108,12,108,1547,9,108,1,109, - 1,109,1,109,4,109,1552,8,109,11,109,12,109,1553,1,109,1,109,3,109,1558, - 8,109,1,109,1,109,1,109,1,109,1,109,4,109,1565,8,109,11,109,12,109,1566, - 1,109,1,109,3,109,1571,8,109,1,109,1,109,1,109,1,109,1,109,1,109,1,109, - 1,109,1,109,1,109,1,109,1,109,1,109,1,109,3,109,1587,8,109,1,109,1,109, - 1,109,1,109,1,109,1,109,1,109,3,109,1596,8,109,1,109,1,109,1,109,1,109, - 1,109,1,109,1,109,1,109,1,109,1,109,1,109,1,109,1,109,1,109,1,109,1,109, - 1,109,1,109,1,109,1,109,1,109,1,109,3,109,1620,8,109,1,109,1,109,1,109, - 5,109,1625,8,109,10,109,12,109,1628,9,109,3,109,1630,8,109,1,109,1,109, - 1,109,1,109,1,109,1,109,1,109,1,109,3,109,1640,8,109,1,109,1,109,1,109, - 1,109,1,109,5,109,1647,8,109,10,109,12,109,1650,9,109,1,110,1,110,1,111, - 1,111,1,112,1,112,1,113,1,113,3,113,1660,8,113,1,114,1,114,1,114,3,114, - 1665,8,114,1,115,1,115,3,115,1669,8,115,1,116,1,116,1,116,4,116,1674,8, - 116,11,116,12,116,1675,1,117,1,117,1,117,3,117,1681,8,117,1,118,1,118,1, - 118,1,118,1,118,1,119,3,119,1689,8,119,1,119,1,119,3,119,1693,8,119,1,120, - 3,120,1696,8,120,1,120,1,120,3,120,1700,8,120,1,121,3,121,1703,8,121,1, - 121,1,121,3,121,1707,8,121,1,122,1,122,1,122,1,123,1,123,4,123,1714,8,123, - 11,123,12,123,1715,1,123,3,123,1719,8,123,1,124,1,124,1,124,1,124,1,125, - 1,125,1,125,5,125,1728,8,125,10,125,12,125,1731,9,125,1,126,1,126,3,126, - 1735,8,126,1,127,1,127,1,127,1,127,3,127,1741,8,127,1,128,1,128,1,129,1, - 129,1,130,1,130,1,130,1,130,1,130,1,131,1,131,1,131,5,131,1755,8,131,10, - 131,12,131,1758,9,131,1,132,1,132,5,132,1762,8,132,10,132,12,132,1765,9, - 132,1,133,1,133,5,133,1769,8,133,10,133,12,133,1772,9,133,1,134,1,134,1, - 134,1,135,1,135,1,135,1,135,1,136,1,136,1,136,1,137,1,137,1,137,1,137,5, - 137,1788,8,137,10,137,12,137,1791,9,137,1,137,1,137,1,138,1,138,3,138,1797, - 8,138,1,138,3,138,1800,8,138,1,139,1,139,1,139,3,139,1805,8,139,1,140,1, - 140,1,140,1,140,3,140,1811,8,140,1,141,1,141,1,141,1,141,1,141,1,141,3, - 141,1819,8,141,1,142,1,142,1,142,1,142,1,142,1,142,1,142,1,142,1,142,1, - 142,1,142,1,142,1,142,1,142,3,142,1835,8,142,1,143,1,143,1,143,1,143,1, - 143,1,143,1,143,3,143,1844,8,143,1,144,1,144,1,145,1,145,1,146,1,146,1, - 147,1,147,1,147,1,147,1,147,1,147,1,147,1,147,1,147,3,147,1861,8,147,1, - 147,3,147,1864,8,147,1,148,1,148,1,149,1,149,1,150,1,150,1,151,1,151,1, - 152,1,152,1,153,1,153,1,154,1,154,1,154,2,1763,1770,5,152,168,210,216,218, - 155,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,0,39,2, - 0,36,36,83,83,1,0,86,88,2,0,192,192,252,254,2,0,191,191,238,238,2,0,5,5, - 24,24,2,0,73,73,75,75,2,0,6,6,81,81,1,0,245,249,3,0,280,280,285,285,288, - 288,5,0,262,262,265,269,273,277,281,283,289,289,2,0,270,272,278,279,2,0, - 263,263,284,284,1,0,232,233,3,0,8,8,101,101,235,235,1,0,232,234,2,0,166, - 166,236,237,1,0,240,242,2,0,183,183,185,185,2,0,82,82,139,139,2,0,104,105, - 107,107,2,0,48,49,51,52,1,0,35,36,2,0,67,67,69,69,1,0,8,9,1,0,32,33,2,0, - 294,294,312,313,4,0,131,131,310,310,314,314,317,317,2,0,312,313,315,315, - 1,0,312,313,1,0,321,322,2,0,321,321,324,324,1,0,324,325,1,0,318,319,4,0, - 131,131,310,310,312,314,316,317,3,0,25,25,293,294,312,313,2,0,8,8,10,10, - 32,0,6,6,13,17,20,21,26,30,32,32,34,36,38,38,50,50,56,69,71,71,74,76,79, - 80,83,84,89,92,94,96,98,98,101,103,106,106,109,123,127,141,143,183,185, - 202,204,211,213,233,235,236,238,239,252,253,256,258,262,270,273,275,277, - 282,284,289,6,0,45,46,48,52,54,55,104,107,142,142,222,222,22,0,4,42,44, - 44,47,47,53,53,56,76,79,80,82,84,89,98,101,103,108,141,143,175,177,211, - 213,221,223,233,235,236,238,239,252,253,255,258,262,270,273,275,277,282, - 284,289,2047,0,310,1,0,0,0,2,313,1,0,0,0,4,323,1,0,0,0,6,338,1,0,0,0,8, - 340,1,0,0,0,10,356,1,0,0,0,12,360,1,0,0,0,14,362,1,0,0,0,16,365,1,0,0,0, - 18,376,1,0,0,0,20,384,1,0,0,0,22,392,1,0,0,0,24,394,1,0,0,0,26,439,1,0, - 0,0,28,441,1,0,0,0,30,448,1,0,0,0,32,452,1,0,0,0,34,456,1,0,0,0,36,460, - 1,0,0,0,38,503,1,0,0,0,40,507,1,0,0,0,42,509,1,0,0,0,44,550,1,0,0,0,46, - 564,1,0,0,0,48,566,1,0,0,0,50,576,1,0,0,0,52,578,1,0,0,0,54,611,1,0,0,0, - 56,613,1,0,0,0,58,617,1,0,0,0,60,625,1,0,0,0,62,633,1,0,0,0,64,637,1,0, - 0,0,66,644,1,0,0,0,68,660,1,0,0,0,70,668,1,0,0,0,72,671,1,0,0,0,74,681, - 1,0,0,0,76,683,1,0,0,0,78,689,1,0,0,0,80,691,1,0,0,0,82,699,1,0,0,0,84, - 710,1,0,0,0,86,712,1,0,0,0,88,716,1,0,0,0,90,720,1,0,0,0,92,744,1,0,0,0, - 94,748,1,0,0,0,96,750,1,0,0,0,98,762,1,0,0,0,100,768,1,0,0,0,102,770,1, - 0,0,0,104,775,1,0,0,0,106,786,1,0,0,0,108,804,1,0,0,0,110,824,1,0,0,0,112, - 835,1,0,0,0,114,837,1,0,0,0,116,844,1,0,0,0,118,848,1,0,0,0,120,851,1,0, - 0,0,122,859,1,0,0,0,124,864,1,0,0,0,126,881,1,0,0,0,128,888,1,0,0,0,130, - 898,1,0,0,0,132,907,1,0,0,0,134,917,1,0,0,0,136,936,1,0,0,0,138,938,1,0, - 0,0,140,951,1,0,0,0,142,954,1,0,0,0,144,958,1,0,0,0,146,967,1,0,0,0,148, - 978,1,0,0,0,150,991,1,0,0,0,152,1034,1,0,0,0,154,1053,1,0,0,0,156,1062, - 1,0,0,0,158,1081,1,0,0,0,160,1083,1,0,0,0,162,1097,1,0,0,0,164,1112,1,0, - 0,0,166,1119,1,0,0,0,168,1122,1,0,0,0,170,1155,1,0,0,0,172,1200,1,0,0,0, - 174,1202,1,0,0,0,176,1204,1,0,0,0,178,1210,1,0,0,0,180,1226,1,0,0,0,182, - 1228,1,0,0,0,184,1231,1,0,0,0,186,1292,1,0,0,0,188,1294,1,0,0,0,190,1297, - 1,0,0,0,192,1307,1,0,0,0,194,1311,1,0,0,0,196,1316,1,0,0,0,198,1325,1,0, - 0,0,200,1330,1,0,0,0,202,1362,1,0,0,0,204,1374,1,0,0,0,206,1376,1,0,0,0, - 208,1379,1,0,0,0,210,1393,1,0,0,0,212,1489,1,0,0,0,214,1516,1,0,0,0,216, - 1522,1,0,0,0,218,1639,1,0,0,0,220,1651,1,0,0,0,222,1653,1,0,0,0,224,1655, - 1,0,0,0,226,1659,1,0,0,0,228,1661,1,0,0,0,230,1666,1,0,0,0,232,1673,1,0, - 0,0,234,1677,1,0,0,0,236,1682,1,0,0,0,238,1692,1,0,0,0,240,1695,1,0,0,0, - 242,1702,1,0,0,0,244,1708,1,0,0,0,246,1718,1,0,0,0,248,1720,1,0,0,0,250, - 1724,1,0,0,0,252,1734,1,0,0,0,254,1740,1,0,0,0,256,1742,1,0,0,0,258,1744, - 1,0,0,0,260,1746,1,0,0,0,262,1751,1,0,0,0,264,1759,1,0,0,0,266,1766,1,0, - 0,0,268,1773,1,0,0,0,270,1776,1,0,0,0,272,1780,1,0,0,0,274,1783,1,0,0,0, - 276,1794,1,0,0,0,278,1804,1,0,0,0,280,1810,1,0,0,0,282,1818,1,0,0,0,284, - 1834,1,0,0,0,286,1843,1,0,0,0,288,1845,1,0,0,0,290,1847,1,0,0,0,292,1849, - 1,0,0,0,294,1863,1,0,0,0,296,1865,1,0,0,0,298,1867,1,0,0,0,300,1869,1,0, - 0,0,302,1871,1,0,0,0,304,1873,1,0,0,0,306,1875,1,0,0,0,308,1877,1,0,0,0, - 310,311,3,2,1,0,311,312,5,0,0,1,312,1,1,0,0,0,313,314,3,4,2,0,314,315,5, - 0,0,1,315,3,1,0,0,0,316,318,3,6,3,0,317,319,5,304,0,0,318,317,1,0,0,0,318, - 319,1,0,0,0,319,322,1,0,0,0,320,322,3,8,4,0,321,316,1,0,0,0,321,320,1,0, - 0,0,322,325,1,0,0,0,323,321,1,0,0,0,323,324,1,0,0,0,324,5,1,0,0,0,325,323, - 1,0,0,0,326,339,3,10,5,0,327,339,3,12,6,0,328,339,3,14,7,0,329,339,3,16, - 8,0,330,339,3,22,11,0,331,339,3,26,13,0,332,339,3,28,14,0,333,339,3,30, - 15,0,334,339,3,32,16,0,335,339,3,34,17,0,336,339,3,36,18,0,337,339,3,38, - 19,0,338,326,1,0,0,0,338,327,1,0,0,0,338,328,1,0,0,0,338,329,1,0,0,0,338, - 330,1,0,0,0,338,331,1,0,0,0,338,332,1,0,0,0,338,333,1,0,0,0,338,334,1,0, - 0,0,338,335,1,0,0,0,338,336,1,0,0,0,338,337,1,0,0,0,339,7,1,0,0,0,340,341, - 5,304,0,0,341,9,1,0,0,0,342,357,3,40,20,0,343,357,3,104,52,0,344,357,3, - 106,53,0,345,357,3,108,54,0,346,357,3,102,51,0,347,357,3,114,57,0,348,357, - 3,120,60,0,349,357,3,122,61,0,350,357,3,124,62,0,351,357,3,126,63,0,352, - 357,3,128,64,0,353,357,3,130,65,0,354,357,3,132,66,0,355,357,3,134,67,0, - 356,342,1,0,0,0,356,343,1,0,0,0,356,344,1,0,0,0,356,345,1,0,0,0,356,346, - 1,0,0,0,356,347,1,0,0,0,356,348,1,0,0,0,356,349,1,0,0,0,356,350,1,0,0,0, - 356,351,1,0,0,0,356,352,1,0,0,0,356,353,1,0,0,0,356,354,1,0,0,0,356,355, - 1,0,0,0,357,11,1,0,0,0,358,361,3,152,76,0,359,361,3,136,68,0,360,358,1, - 0,0,0,360,359,1,0,0,0,361,13,1,0,0,0,362,363,7,0,0,0,363,364,3,264,132, - 0,364,15,1,0,0,0,365,369,5,84,0,0,366,370,3,18,9,0,367,368,5,85,0,0,368, - 370,5,37,0,0,369,366,1,0,0,0,369,367,1,0,0,0,369,370,1,0,0,0,370,374,1, - 0,0,0,371,375,3,12,6,0,372,375,3,138,69,0,373,375,3,150,75,0,374,371,1, - 0,0,0,374,372,1,0,0,0,374,373,1,0,0,0,375,17,1,0,0,0,376,381,3,20,10,0, - 377,378,5,303,0,0,378,380,3,20,10,0,379,377,1,0,0,0,380,383,1,0,0,0,381, - 379,1,0,0,0,381,382,1,0,0,0,382,19,1,0,0,0,383,381,1,0,0,0,384,385,7,1, - 0,0,385,21,1,0,0,0,386,388,5,98,0,0,387,389,5,238,0,0,388,387,1,0,0,0,388, - 389,1,0,0,0,389,390,1,0,0,0,390,393,3,264,132,0,391,393,3,24,12,0,392,386, - 1,0,0,0,392,391,1,0,0,0,393,23,1,0,0,0,394,395,5,98,0,0,395,396,5,100,0, - 0,396,401,3,264,132,0,397,398,5,303,0,0,398,400,3,264,132,0,399,397,1,0, - 0,0,400,403,1,0,0,0,401,399,1,0,0,0,401,402,1,0,0,0,402,25,1,0,0,0,403, - 401,1,0,0,0,404,405,5,94,0,0,405,440,7,2,0,0,406,407,5,94,0,0,407,408,5, - 66,0,0,408,440,7,3,0,0,409,410,5,94,0,0,410,413,5,95,0,0,411,412,7,4,0, - 0,412,414,3,264,132,0,413,411,1,0,0,0,413,414,1,0,0,0,414,416,1,0,0,0,415, - 417,3,214,107,0,416,415,1,0,0,0,416,417,1,0,0,0,417,440,1,0,0,0,418,419, - 5,94,0,0,419,420,5,96,0,0,420,421,7,4,0,0,421,423,3,264,132,0,422,424,3, - 214,107,0,423,422,1,0,0,0,423,424,1,0,0,0,424,440,1,0,0,0,425,426,5,94, - 0,0,426,427,5,72,0,0,427,428,7,5,0,0,428,440,3,264,132,0,429,431,5,94,0, - 0,430,432,5,53,0,0,431,430,1,0,0,0,431,432,1,0,0,0,432,433,1,0,0,0,433, - 440,5,102,0,0,434,436,5,94,0,0,435,437,5,52,0,0,436,435,1,0,0,0,436,437, - 1,0,0,0,437,438,1,0,0,0,438,440,5,100,0,0,439,404,1,0,0,0,439,406,1,0,0, - 0,439,409,1,0,0,0,439,418,1,0,0,0,439,425,1,0,0,0,439,429,1,0,0,0,439,434, - 1,0,0,0,440,27,1,0,0,0,441,442,5,211,0,0,442,443,5,99,0,0,443,446,3,264, - 132,0,444,445,5,70,0,0,445,447,3,274,137,0,446,444,1,0,0,0,446,447,1,0, - 0,0,447,29,1,0,0,0,448,449,5,212,0,0,449,450,5,99,0,0,450,451,3,264,132, - 0,451,31,1,0,0,0,452,454,5,115,0,0,453,455,3,276,138,0,454,453,1,0,0,0, - 454,455,1,0,0,0,455,33,1,0,0,0,456,458,5,116,0,0,457,459,3,278,139,0,458, - 457,1,0,0,0,458,459,1,0,0,0,459,35,1,0,0,0,460,461,7,6,0,0,461,462,5,243, - 0,0,462,463,3,112,56,0,463,37,1,0,0,0,464,465,5,6,0,0,465,466,5,243,0,0, - 466,467,5,70,0,0,467,470,5,326,0,0,468,469,5,7,0,0,469,471,3,264,132,0, - 470,468,1,0,0,0,470,471,1,0,0,0,471,504,1,0,0,0,472,473,5,6,0,0,473,474, - 5,244,0,0,474,475,5,70,0,0,475,478,5,326,0,0,476,477,5,7,0,0,477,479,3, - 264,132,0,478,476,1,0,0,0,478,479,1,0,0,0,479,482,1,0,0,0,480,481,5,112, - 0,0,481,483,3,264,132,0,482,480,1,0,0,0,482,483,1,0,0,0,483,504,1,0,0,0, - 484,485,5,6,0,0,485,486,7,7,0,0,486,487,5,70,0,0,487,488,5,326,0,0,488, - 489,5,112,0,0,489,504,3,264,132,0,490,491,5,6,0,0,491,492,5,250,0,0,492, - 504,5,326,0,0,493,494,5,6,0,0,494,495,5,251,0,0,495,496,5,244,0,0,496,497, - 5,70,0,0,497,498,5,326,0,0,498,499,5,112,0,0,499,500,3,264,132,0,500,501, - 5,256,0,0,501,502,3,264,132,0,502,504,1,0,0,0,503,464,1,0,0,0,503,472,1, - 0,0,0,503,484,1,0,0,0,503,490,1,0,0,0,503,493,1,0,0,0,504,39,1,0,0,0,505, - 508,3,42,21,0,506,508,3,44,22,0,507,505,1,0,0,0,507,506,1,0,0,0,508,41, - 1,0,0,0,509,511,5,72,0,0,510,512,5,165,0,0,511,510,1,0,0,0,511,512,1,0, - 0,0,512,513,1,0,0,0,513,515,5,73,0,0,514,516,3,270,135,0,515,514,1,0,0, - 0,515,516,1,0,0,0,516,517,1,0,0,0,517,518,3,98,49,0,518,519,5,301,0,0,519, - 524,3,46,23,0,520,521,5,303,0,0,521,523,3,46,23,0,522,520,1,0,0,0,523,526, - 1,0,0,0,524,522,1,0,0,0,524,525,1,0,0,0,525,529,1,0,0,0,526,524,1,0,0,0, - 527,528,5,303,0,0,528,530,3,80,40,0,529,527,1,0,0,0,529,530,1,0,0,0,530, - 533,1,0,0,0,531,532,5,303,0,0,532,534,3,82,41,0,533,531,1,0,0,0,533,534, - 1,0,0,0,534,537,1,0,0,0,535,536,5,303,0,0,536,538,3,86,43,0,537,535,1,0, - 0,0,537,538,1,0,0,0,538,539,1,0,0,0,539,541,5,302,0,0,540,542,3,70,35,0, - 541,540,1,0,0,0,541,542,1,0,0,0,542,544,1,0,0,0,543,545,3,88,44,0,544,543, - 1,0,0,0,544,545,1,0,0,0,545,546,1,0,0,0,546,548,3,268,134,0,547,549,3,96, - 48,0,548,547,1,0,0,0,548,549,1,0,0,0,549,43,1,0,0,0,550,551,5,72,0,0,551, - 553,5,73,0,0,552,554,3,270,135,0,553,552,1,0,0,0,553,554,1,0,0,0,554,555, - 1,0,0,0,555,556,3,98,49,0,556,559,3,268,134,0,557,558,5,7,0,0,558,560,3, - 152,76,0,559,557,1,0,0,0,559,560,1,0,0,0,560,45,1,0,0,0,561,565,3,48,24, - 0,562,565,3,72,36,0,563,565,3,76,38,0,564,561,1,0,0,0,564,562,1,0,0,0,564, - 563,1,0,0,0,565,47,1,0,0,0,566,567,3,50,25,0,567,569,3,54,27,0,568,570, - 3,68,34,0,569,568,1,0,0,0,569,570,1,0,0,0,570,572,1,0,0,0,571,573,3,70, - 35,0,572,571,1,0,0,0,572,573,1,0,0,0,573,49,1,0,0,0,574,577,3,266,133,0, - 575,577,3,208,104,0,576,574,1,0,0,0,576,575,1,0,0,0,577,51,1,0,0,0,578, - 583,3,50,25,0,579,580,5,303,0,0,580,582,3,50,25,0,581,579,1,0,0,0,582,585, - 1,0,0,0,583,581,1,0,0,0,583,584,1,0,0,0,584,53,1,0,0,0,585,583,1,0,0,0, - 586,612,7,8,0,0,587,589,7,9,0,0,588,590,3,56,28,0,589,588,1,0,0,0,589,590, - 1,0,0,0,590,612,1,0,0,0,591,593,7,10,0,0,592,594,3,58,29,0,593,592,1,0, - 0,0,593,594,1,0,0,0,594,612,1,0,0,0,595,597,7,11,0,0,596,598,3,62,31,0, - 597,596,1,0,0,0,597,598,1,0,0,0,598,612,1,0,0,0,599,601,5,264,0,0,600,602, - 3,64,32,0,601,600,1,0,0,0,601,602,1,0,0,0,602,612,1,0,0,0,603,605,5,287, - 0,0,604,606,3,66,33,0,605,604,1,0,0,0,605,606,1,0,0,0,606,612,1,0,0,0,607, - 609,5,286,0,0,608,610,3,60,30,0,609,608,1,0,0,0,609,610,1,0,0,0,610,612, - 1,0,0,0,611,586,1,0,0,0,611,587,1,0,0,0,611,591,1,0,0,0,611,595,1,0,0,0, - 611,599,1,0,0,0,611,603,1,0,0,0,611,607,1,0,0,0,612,55,1,0,0,0,613,614, - 5,301,0,0,614,615,3,298,149,0,615,616,5,302,0,0,616,57,1,0,0,0,617,618, - 5,301,0,0,618,621,3,298,149,0,619,620,5,303,0,0,620,622,3,298,149,0,621, - 619,1,0,0,0,621,622,1,0,0,0,622,623,1,0,0,0,623,624,5,302,0,0,624,59,1, - 0,0,0,625,626,5,301,0,0,626,629,3,296,148,0,627,628,5,303,0,0,628,630,3, - 296,148,0,629,627,1,0,0,0,629,630,1,0,0,0,630,631,1,0,0,0,631,632,5,302, - 0,0,632,61,1,0,0,0,633,634,5,292,0,0,634,635,3,54,27,0,635,636,5,291,0, - 0,636,63,1,0,0,0,637,638,5,292,0,0,638,639,3,54,27,0,639,640,5,303,0,0, - 640,641,3,54,27,0,641,642,1,0,0,0,642,643,5,291,0,0,643,65,1,0,0,0,644, - 645,5,292,0,0,645,646,3,50,25,0,646,653,3,54,27,0,647,648,5,303,0,0,648, - 649,3,50,25,0,649,650,3,54,27,0,650,652,1,0,0,0,651,647,1,0,0,0,652,655, - 1,0,0,0,653,651,1,0,0,0,653,654,1,0,0,0,654,656,1,0,0,0,655,653,1,0,0,0, - 656,657,5,291,0,0,657,67,1,0,0,0,658,659,5,184,0,0,659,661,3,84,42,0,660, - 658,1,0,0,0,660,661,1,0,0,0,661,662,1,0,0,0,662,663,5,255,0,0,663,666,5, - 256,0,0,664,665,5,25,0,0,665,667,5,259,0,0,666,664,1,0,0,0,666,667,1,0, - 0,0,667,69,1,0,0,0,668,669,5,114,0,0,669,670,5,320,0,0,670,71,1,0,0,0,671, - 672,3,50,25,0,672,673,3,54,27,0,673,676,5,260,0,0,674,675,5,5,0,0,675,677, - 3,74,37,0,676,674,1,0,0,0,676,677,1,0,0,0,677,679,1,0,0,0,678,680,5,261, - 0,0,679,678,1,0,0,0,679,680,1,0,0,0,680,73,1,0,0,0,681,682,5,320,0,0,682, - 75,1,0,0,0,683,684,3,50,25,0,684,685,5,7,0,0,685,687,3,78,39,0,686,688, - 3,70,35,0,687,686,1,0,0,0,687,688,1,0,0,0,688,77,1,0,0,0,689,690,3,208, - 104,0,690,79,1,0,0,0,691,692,5,225,0,0,692,693,5,37,0,0,693,694,3,208,104, - 0,694,695,5,7,0,0,695,696,3,208,104,0,696,81,1,0,0,0,697,698,5,184,0,0, - 698,700,3,84,42,0,699,697,1,0,0,0,699,700,1,0,0,0,700,701,1,0,0,0,701,702, - 5,255,0,0,702,703,5,256,0,0,703,704,5,301,0,0,704,705,3,52,26,0,705,708, - 5,302,0,0,706,707,5,25,0,0,707,709,5,259,0,0,708,706,1,0,0,0,708,709,1, - 0,0,0,709,83,1,0,0,0,710,711,3,252,126,0,711,85,1,0,0,0,712,713,5,257,0, - 0,713,714,5,37,0,0,714,715,5,258,0,0,715,87,1,0,0,0,716,717,5,199,0,0,717, - 718,5,13,0,0,718,719,3,90,45,0,719,89,1,0,0,0,720,721,5,301,0,0,721,726, - 3,92,46,0,722,723,5,303,0,0,723,725,3,92,46,0,724,722,1,0,0,0,725,728,1, - 0,0,0,726,724,1,0,0,0,726,727,1,0,0,0,727,729,1,0,0,0,728,726,1,0,0,0,729, - 730,5,302,0,0,730,91,1,0,0,0,731,745,3,226,113,0,732,733,3,252,126,0,733, - 734,5,301,0,0,734,739,3,94,47,0,735,736,5,303,0,0,736,738,3,94,47,0,737, - 735,1,0,0,0,738,741,1,0,0,0,739,737,1,0,0,0,739,740,1,0,0,0,740,742,1,0, - 0,0,741,739,1,0,0,0,742,743,5,302,0,0,743,745,1,0,0,0,744,731,1,0,0,0,744, - 732,1,0,0,0,745,93,1,0,0,0,746,749,3,226,113,0,747,749,3,294,147,0,748, - 746,1,0,0,0,748,747,1,0,0,0,749,95,1,0,0,0,750,751,5,29,0,0,751,760,3,98, - 49,0,752,756,5,301,0,0,753,755,3,100,50,0,754,753,1,0,0,0,755,758,1,0,0, - 0,756,754,1,0,0,0,756,757,1,0,0,0,757,759,1,0,0,0,758,756,1,0,0,0,759,761, - 5,302,0,0,760,752,1,0,0,0,760,761,1,0,0,0,761,97,1,0,0,0,762,763,3,264, - 132,0,763,99,1,0,0,0,764,765,7,12,0,0,765,769,7,13,0,0,766,767,7,14,0,0, - 767,769,7,15,0,0,768,764,1,0,0,0,768,766,1,0,0,0,769,101,1,0,0,0,770,771, - 5,72,0,0,771,772,5,238,0,0,772,773,3,264,132,0,773,774,3,268,134,0,774, - 103,1,0,0,0,775,776,5,72,0,0,776,778,5,191,0,0,777,779,3,270,135,0,778, - 777,1,0,0,0,778,779,1,0,0,0,779,780,1,0,0,0,780,782,3,264,132,0,781,783, - 3,70,35,0,782,781,1,0,0,0,782,783,1,0,0,0,783,784,1,0,0,0,784,785,3,268, - 134,0,785,105,1,0,0,0,786,788,5,72,0,0,787,789,5,165,0,0,788,787,1,0,0, - 0,788,789,1,0,0,0,789,790,1,0,0,0,790,792,5,75,0,0,791,793,3,270,135,0, - 792,791,1,0,0,0,792,793,1,0,0,0,793,794,1,0,0,0,794,796,3,264,132,0,795, - 797,3,52,26,0,796,795,1,0,0,0,796,797,1,0,0,0,797,799,1,0,0,0,798,800,3, - 70,35,0,799,798,1,0,0,0,799,800,1,0,0,0,800,801,1,0,0,0,801,802,5,7,0,0, - 802,803,3,152,76,0,803,107,1,0,0,0,804,808,5,72,0,0,805,809,5,165,0,0,806, - 807,5,165,0,0,807,809,5,231,0,0,808,805,1,0,0,0,808,806,1,0,0,0,808,809, - 1,0,0,0,809,810,1,0,0,0,810,812,5,156,0,0,811,813,3,270,135,0,812,811,1, - 0,0,0,812,813,1,0,0,0,813,814,1,0,0,0,814,815,3,264,132,0,815,816,5,7,0, - 0,816,819,3,252,126,0,817,818,5,239,0,0,818,820,7,16,0,0,819,817,1,0,0, - 0,819,820,1,0,0,0,820,822,1,0,0,0,821,823,3,110,55,0,822,821,1,0,0,0,822, - 823,1,0,0,0,823,109,1,0,0,0,824,825,5,142,0,0,825,826,5,243,0,0,826,832, - 3,112,56,0,827,828,5,303,0,0,828,829,5,243,0,0,829,831,3,112,56,0,830,827, - 1,0,0,0,831,834,1,0,0,0,832,830,1,0,0,0,832,833,1,0,0,0,833,111,1,0,0,0, - 834,832,1,0,0,0,835,836,5,320,0,0,836,113,1,0,0,0,837,838,5,111,0,0,838, - 839,5,73,0,0,839,842,3,264,132,0,840,843,3,116,58,0,841,843,3,118,59,0, - 842,840,1,0,0,0,842,841,1,0,0,0,843,115,1,0,0,0,844,845,5,112,0,0,845,846, - 5,108,0,0,846,847,3,264,132,0,847,117,1,0,0,0,848,849,5,115,0,0,849,850, - 3,274,137,0,850,119,1,0,0,0,851,852,5,111,0,0,852,853,5,75,0,0,853,857, - 3,264,132,0,854,858,3,116,58,0,855,856,5,7,0,0,856,858,3,152,76,0,857,854, - 1,0,0,0,857,855,1,0,0,0,858,121,1,0,0,0,859,860,5,111,0,0,860,861,5,191, - 0,0,861,862,3,264,132,0,862,863,3,118,59,0,863,123,1,0,0,0,864,868,5,111, - 0,0,865,869,5,165,0,0,866,867,5,165,0,0,867,869,5,231,0,0,868,865,1,0,0, - 0,868,866,1,0,0,0,868,869,1,0,0,0,869,870,1,0,0,0,870,872,5,156,0,0,871, - 873,3,272,136,0,872,871,1,0,0,0,872,873,1,0,0,0,873,874,1,0,0,0,874,875, - 3,264,132,0,875,876,5,7,0,0,876,879,3,252,126,0,877,878,5,239,0,0,878,880, - 7,16,0,0,879,877,1,0,0,0,879,880,1,0,0,0,880,125,1,0,0,0,881,882,5,103, - 0,0,882,884,5,238,0,0,883,885,3,272,136,0,884,883,1,0,0,0,884,885,1,0,0, - 0,885,886,1,0,0,0,886,887,3,264,132,0,887,127,1,0,0,0,888,890,5,103,0,0, - 889,891,5,165,0,0,890,889,1,0,0,0,890,891,1,0,0,0,891,892,1,0,0,0,892,894, - 5,73,0,0,893,895,3,272,136,0,894,893,1,0,0,0,894,895,1,0,0,0,895,896,1, - 0,0,0,896,897,3,264,132,0,897,129,1,0,0,0,898,899,5,103,0,0,899,901,5,191, - 0,0,900,902,3,272,136,0,901,900,1,0,0,0,901,902,1,0,0,0,902,903,1,0,0,0, - 903,905,3,264,132,0,904,906,7,17,0,0,905,904,1,0,0,0,905,906,1,0,0,0,906, - 131,1,0,0,0,907,909,5,103,0,0,908,910,5,165,0,0,909,908,1,0,0,0,909,910, - 1,0,0,0,910,911,1,0,0,0,911,913,5,75,0,0,912,914,3,272,136,0,913,912,1, - 0,0,0,913,914,1,0,0,0,914,915,1,0,0,0,915,916,3,264,132,0,916,133,1,0,0, - 0,917,921,5,103,0,0,918,922,5,165,0,0,919,920,5,165,0,0,920,922,5,231,0, - 0,921,918,1,0,0,0,921,919,1,0,0,0,921,922,1,0,0,0,922,923,1,0,0,0,923,925, - 5,156,0,0,924,926,3,272,136,0,925,924,1,0,0,0,925,926,1,0,0,0,926,927,1, - 0,0,0,927,928,3,264,132,0,928,135,1,0,0,0,929,931,5,77,0,0,930,929,1,0, - 0,0,930,931,1,0,0,0,931,932,1,0,0,0,932,937,3,138,69,0,933,937,3,148,74, - 0,934,935,5,77,0,0,935,937,3,150,75,0,936,930,1,0,0,0,936,933,1,0,0,0,936, - 934,1,0,0,0,937,137,1,0,0,0,938,939,5,79,0,0,939,940,7,18,0,0,940,949,3, - 264,132,0,941,943,3,140,70,0,942,941,1,0,0,0,942,943,1,0,0,0,943,945,1, - 0,0,0,944,946,3,142,71,0,945,944,1,0,0,0,945,946,1,0,0,0,946,947,1,0,0, - 0,947,950,3,152,76,0,948,950,3,144,72,0,949,942,1,0,0,0,949,948,1,0,0,0, - 950,139,1,0,0,0,951,952,5,60,0,0,952,953,3,274,137,0,953,141,1,0,0,0,954, - 955,5,301,0,0,955,956,3,52,26,0,956,957,5,302,0,0,957,143,1,0,0,0,958,959, - 5,71,0,0,959,964,3,146,73,0,960,961,5,303,0,0,961,963,3,146,73,0,962,960, - 1,0,0,0,963,966,1,0,0,0,964,962,1,0,0,0,964,965,1,0,0,0,965,145,1,0,0,0, - 966,964,1,0,0,0,967,968,5,301,0,0,968,973,3,294,147,0,969,970,5,303,0,0, - 970,972,3,294,147,0,971,969,1,0,0,0,972,975,1,0,0,0,973,971,1,0,0,0,973, - 974,1,0,0,0,974,976,1,0,0,0,975,973,1,0,0,0,976,977,5,302,0,0,977,147,1, - 0,0,0,978,979,5,43,0,0,979,980,5,78,0,0,980,981,5,115,0,0,981,985,5,304, - 0,0,982,983,3,138,69,0,983,984,5,304,0,0,984,986,1,0,0,0,985,982,1,0,0, - 0,986,987,1,0,0,0,987,985,1,0,0,0,987,988,1,0,0,0,988,989,1,0,0,0,989,990, - 5,44,0,0,990,149,1,0,0,0,991,992,5,78,0,0,992,993,5,115,0,0,993,997,5,43, - 0,0,994,995,3,138,69,0,995,996,5,304,0,0,996,998,1,0,0,0,997,994,1,0,0, - 0,998,999,1,0,0,0,999,997,1,0,0,0,999,1000,1,0,0,0,1000,1001,1,0,0,0,1001, - 1002,5,44,0,0,1002,151,1,0,0,0,1003,1004,6,76,-1,0,1004,1035,3,154,77,0, - 1005,1006,5,70,0,0,1006,1011,3,156,78,0,1007,1008,5,303,0,0,1008,1010,3, - 156,78,0,1009,1007,1,0,0,0,1010,1013,1,0,0,0,1011,1009,1,0,0,0,1011,1012, - 1,0,0,0,1012,1014,1,0,0,0,1013,1011,1,0,0,0,1014,1015,3,152,76,5,1015,1035, - 1,0,0,0,1016,1017,5,301,0,0,1017,1018,3,152,76,0,1018,1019,5,302,0,0,1019, - 1035,1,0,0,0,1020,1022,3,162,81,0,1021,1023,3,190,95,0,1022,1021,1,0,0, - 0,1022,1023,1,0,0,0,1023,1025,1,0,0,0,1024,1026,3,194,97,0,1025,1024,1, - 0,0,0,1025,1026,1,0,0,0,1026,1035,1,0,0,0,1027,1029,3,160,80,0,1028,1030, - 3,190,95,0,1029,1028,1,0,0,0,1029,1030,1,0,0,0,1030,1032,1,0,0,0,1031,1033, - 3,194,97,0,1032,1031,1,0,0,0,1032,1033,1,0,0,0,1033,1035,1,0,0,0,1034,1003, - 1,0,0,0,1034,1005,1,0,0,0,1034,1016,1,0,0,0,1034,1020,1,0,0,0,1034,1027, - 1,0,0,0,1035,1050,1,0,0,0,1036,1037,10,3,0,0,1037,1039,7,19,0,0,1038,1040, - 5,8,0,0,1039,1038,1,0,0,0,1039,1040,1,0,0,0,1040,1041,1,0,0,0,1041,1043, - 3,152,76,0,1042,1044,3,190,95,0,1043,1042,1,0,0,0,1043,1044,1,0,0,0,1044, - 1046,1,0,0,0,1045,1047,3,194,97,0,1046,1045,1,0,0,0,1046,1047,1,0,0,0,1047, - 1049,1,0,0,0,1048,1036,1,0,0,0,1049,1052,1,0,0,0,1050,1048,1,0,0,0,1050, - 1051,1,0,0,0,1051,153,1,0,0,0,1052,1050,1,0,0,0,1053,1054,5,71,0,0,1054, - 1059,3,208,104,0,1055,1056,5,303,0,0,1056,1058,3,208,104,0,1057,1055,1, - 0,0,0,1058,1061,1,0,0,0,1059,1057,1,0,0,0,1059,1060,1,0,0,0,1060,155,1, - 0,0,0,1061,1059,1,0,0,0,1062,1074,3,158,79,0,1063,1064,5,301,0,0,1064,1069, - 3,50,25,0,1065,1066,5,303,0,0,1066,1068,3,50,25,0,1067,1065,1,0,0,0,1068, - 1071,1,0,0,0,1069,1067,1,0,0,0,1069,1070,1,0,0,0,1070,1072,1,0,0,0,1071, - 1069,1,0,0,0,1072,1073,5,302,0,0,1073,1075,1,0,0,0,1074,1063,1,0,0,0,1074, - 1075,1,0,0,0,1075,1076,1,0,0,0,1076,1077,5,7,0,0,1077,1078,5,301,0,0,1078, - 1079,3,152,76,0,1079,1080,5,302,0,0,1080,157,1,0,0,0,1081,1082,3,252,126, - 0,1082,159,1,0,0,0,1083,1084,3,162,81,0,1084,1086,3,166,83,0,1085,1087, - 3,182,91,0,1086,1085,1,0,0,0,1086,1087,1,0,0,0,1087,1089,1,0,0,0,1088,1090, - 3,184,92,0,1089,1088,1,0,0,0,1089,1090,1,0,0,0,1090,1092,1,0,0,0,1091,1093, - 3,188,94,0,1092,1091,1,0,0,0,1092,1093,1,0,0,0,1093,1095,1,0,0,0,1094,1096, - 3,196,98,0,1095,1094,1,0,0,0,1095,1096,1,0,0,0,1096,161,1,0,0,0,1097,1099, - 5,4,0,0,1098,1100,3,302,151,0,1099,1098,1,0,0,0,1099,1100,1,0,0,0,1100, - 1110,1,0,0,0,1101,1111,5,310,0,0,1102,1107,3,164,82,0,1103,1104,5,303,0, - 0,1104,1106,3,164,82,0,1105,1103,1,0,0,0,1106,1109,1,0,0,0,1107,1105,1, - 0,0,0,1107,1108,1,0,0,0,1108,1111,1,0,0,0,1109,1107,1,0,0,0,1110,1101,1, - 0,0,0,1110,1102,1,0,0,0,1111,163,1,0,0,0,1112,1117,3,208,104,0,1113,1115, - 5,7,0,0,1114,1113,1,0,0,0,1114,1115,1,0,0,0,1115,1116,1,0,0,0,1116,1118, - 3,208,104,0,1117,1114,1,0,0,0,1117,1118,1,0,0,0,1118,165,1,0,0,0,1119,1120, - 5,5,0,0,1120,1121,3,168,84,0,1121,167,1,0,0,0,1122,1123,6,84,-1,0,1123, - 1128,3,170,85,0,1124,1125,5,303,0,0,1125,1127,3,170,85,0,1126,1124,1,0, - 0,0,1127,1130,1,0,0,0,1128,1126,1,0,0,0,1128,1129,1,0,0,0,1129,1152,1,0, - 0,0,1130,1128,1,0,0,0,1131,1132,10,1,0,0,1132,1133,5,46,0,0,1133,1134,5, - 45,0,0,1134,1151,3,168,84,2,1135,1137,10,2,0,0,1136,1138,5,54,0,0,1137, - 1136,1,0,0,0,1137,1138,1,0,0,0,1138,1140,1,0,0,0,1139,1141,7,20,0,0,1140, - 1139,1,0,0,0,1140,1141,1,0,0,0,1141,1143,1,0,0,0,1142,1144,5,47,0,0,1143, - 1142,1,0,0,0,1143,1144,1,0,0,0,1144,1145,1,0,0,0,1145,1146,5,45,0,0,1146, - 1148,3,168,84,0,1147,1149,3,180,90,0,1148,1147,1,0,0,0,1148,1149,1,0,0, - 0,1149,1151,1,0,0,0,1150,1131,1,0,0,0,1150,1135,1,0,0,0,1151,1154,1,0,0, - 0,1152,1150,1,0,0,0,1152,1153,1,0,0,0,1153,169,1,0,0,0,1154,1152,1,0,0, - 0,1155,1157,3,172,86,0,1156,1158,3,242,121,0,1157,1156,1,0,0,0,1157,1158, - 1,0,0,0,1158,171,1,0,0,0,1159,1161,5,73,0,0,1160,1159,1,0,0,0,1160,1161, - 1,0,0,0,1161,1162,1,0,0,0,1162,1164,3,174,87,0,1163,1165,3,176,88,0,1164, - 1163,1,0,0,0,1164,1165,1,0,0,0,1165,1170,1,0,0,0,1166,1168,5,7,0,0,1167, - 1166,1,0,0,0,1167,1168,1,0,0,0,1168,1169,1,0,0,0,1169,1171,3,224,112,0, - 1170,1167,1,0,0,0,1170,1171,1,0,0,0,1171,1201,1,0,0,0,1172,1173,5,57,0, - 0,1173,1174,5,73,0,0,1174,1175,5,301,0,0,1175,1176,3,220,110,0,1176,1177, - 5,301,0,0,1177,1182,3,208,104,0,1178,1179,5,303,0,0,1179,1181,3,208,104, - 0,1180,1178,1,0,0,0,1181,1184,1,0,0,0,1182,1180,1,0,0,0,1182,1183,1,0,0, - 0,1183,1185,1,0,0,0,1184,1182,1,0,0,0,1185,1186,5,302,0,0,1186,1187,5,302, - 0,0,1187,1201,1,0,0,0,1188,1190,5,57,0,0,1189,1188,1,0,0,0,1189,1190,1, - 0,0,0,1190,1191,1,0,0,0,1191,1192,5,301,0,0,1192,1193,3,152,76,0,1193,1194, - 5,302,0,0,1194,1201,1,0,0,0,1195,1196,5,226,0,0,1196,1197,5,301,0,0,1197, - 1198,3,208,104,0,1198,1199,5,302,0,0,1199,1201,1,0,0,0,1200,1160,1,0,0, - 0,1200,1172,1,0,0,0,1200,1189,1,0,0,0,1200,1195,1,0,0,0,1201,173,1,0,0, - 0,1202,1203,3,264,132,0,1203,175,1,0,0,0,1204,1205,5,37,0,0,1205,1206,5, - 258,0,0,1206,1207,5,7,0,0,1207,1208,5,135,0,0,1208,1209,3,178,89,0,1209, - 177,1,0,0,0,1210,1211,3,208,104,0,1211,179,1,0,0,0,1212,1213,5,55,0,0,1213, - 1227,3,210,105,0,1214,1215,5,142,0,0,1215,1216,5,301,0,0,1216,1221,3,264, - 132,0,1217,1218,5,303,0,0,1218,1220,3,264,132,0,1219,1217,1,0,0,0,1220, - 1223,1,0,0,0,1221,1219,1,0,0,0,1221,1222,1,0,0,0,1222,1224,1,0,0,0,1223, - 1221,1,0,0,0,1224,1225,5,302,0,0,1225,1227,1,0,0,0,1226,1212,1,0,0,0,1226, - 1214,1,0,0,0,1227,181,1,0,0,0,1228,1229,5,11,0,0,1229,1230,3,210,105,0, - 1230,183,1,0,0,0,1231,1232,5,12,0,0,1232,1233,5,13,0,0,1233,1238,3,186, - 93,0,1234,1235,5,303,0,0,1235,1237,3,186,93,0,1236,1234,1,0,0,0,1237,1240, - 1,0,0,0,1238,1236,1,0,0,0,1238,1239,1,0,0,0,1239,185,1,0,0,0,1240,1238, - 1,0,0,0,1241,1293,3,208,104,0,1242,1243,5,301,0,0,1243,1293,5,302,0,0,1244, - 1245,5,301,0,0,1245,1250,3,208,104,0,1246,1247,5,303,0,0,1247,1249,3,208, - 104,0,1248,1246,1,0,0,0,1249,1252,1,0,0,0,1250,1248,1,0,0,0,1250,1251,1, - 0,0,0,1251,1253,1,0,0,0,1252,1250,1,0,0,0,1253,1254,5,302,0,0,1254,1293, - 1,0,0,0,1255,1256,5,16,0,0,1256,1257,5,301,0,0,1257,1262,3,208,104,0,1258, - 1259,5,303,0,0,1259,1261,3,208,104,0,1260,1258,1,0,0,0,1261,1264,1,0,0, - 0,1262,1260,1,0,0,0,1262,1263,1,0,0,0,1263,1265,1,0,0,0,1264,1262,1,0,0, - 0,1265,1266,5,302,0,0,1266,1293,1,0,0,0,1267,1268,5,17,0,0,1268,1269,5, - 301,0,0,1269,1274,3,208,104,0,1270,1271,5,303,0,0,1271,1273,3,208,104,0, - 1272,1270,1,0,0,0,1273,1276,1,0,0,0,1274,1272,1,0,0,0,1274,1275,1,0,0,0, - 1275,1277,1,0,0,0,1276,1274,1,0,0,0,1277,1278,5,302,0,0,1278,1293,1,0,0, - 0,1279,1280,5,14,0,0,1280,1281,5,15,0,0,1281,1282,5,301,0,0,1282,1287,3, - 186,93,0,1283,1284,5,303,0,0,1284,1286,3,186,93,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,1290,1,0,0,0,1289, - 1287,1,0,0,0,1290,1291,5,302,0,0,1291,1293,1,0,0,0,1292,1241,1,0,0,0,1292, - 1242,1,0,0,0,1292,1244,1,0,0,0,1292,1255,1,0,0,0,1292,1267,1,0,0,0,1292, - 1279,1,0,0,0,1293,187,1,0,0,0,1294,1295,5,19,0,0,1295,1296,3,210,105,0, - 1296,189,1,0,0,0,1297,1298,5,18,0,0,1298,1299,5,13,0,0,1299,1304,3,192, - 96,0,1300,1301,5,303,0,0,1301,1303,3,192,96,0,1302,1300,1,0,0,0,1303,1306, - 1,0,0,0,1304,1302,1,0,0,0,1304,1305,1,0,0,0,1305,191,1,0,0,0,1306,1304, - 1,0,0,0,1307,1309,3,208,104,0,1308,1310,7,21,0,0,1309,1308,1,0,0,0,1309, - 1310,1,0,0,0,1310,193,1,0,0,0,1311,1314,5,20,0,0,1312,1315,5,8,0,0,1313, - 1315,3,208,104,0,1314,1312,1,0,0,0,1314,1313,1,0,0,0,1315,195,1,0,0,0,1316, - 1317,5,58,0,0,1317,1322,3,198,99,0,1318,1319,5,303,0,0,1319,1321,3,198, - 99,0,1320,1318,1,0,0,0,1321,1324,1,0,0,0,1322,1320,1,0,0,0,1322,1323,1, - 0,0,0,1323,197,1,0,0,0,1324,1322,1,0,0,0,1325,1326,3,244,122,0,1326,1327, - 5,7,0,0,1327,1328,3,200,100,0,1328,199,1,0,0,0,1329,1331,3,244,122,0,1330, - 1329,1,0,0,0,1330,1331,1,0,0,0,1331,1332,1,0,0,0,1332,1343,5,301,0,0,1333, - 1334,5,18,0,0,1334,1335,5,13,0,0,1335,1340,3,202,101,0,1336,1337,5,303, - 0,0,1337,1339,3,202,101,0,1338,1336,1,0,0,0,1339,1342,1,0,0,0,1340,1338, - 1,0,0,0,1340,1341,1,0,0,0,1341,1344,1,0,0,0,1342,1340,1,0,0,0,1343,1333, - 1,0,0,0,1343,1344,1,0,0,0,1344,1355,1,0,0,0,1345,1346,5,60,0,0,1346,1347, - 5,13,0,0,1347,1352,3,208,104,0,1348,1349,5,303,0,0,1349,1351,3,208,104, - 0,1350,1348,1,0,0,0,1351,1354,1,0,0,0,1352,1350,1,0,0,0,1352,1353,1,0,0, - 0,1353,1356,1,0,0,0,1354,1352,1,0,0,0,1355,1345,1,0,0,0,1355,1356,1,0,0, - 0,1356,1358,1,0,0,0,1357,1359,3,204,102,0,1358,1357,1,0,0,0,1358,1359,1, - 0,0,0,1359,1360,1,0,0,0,1360,1361,5,302,0,0,1361,201,1,0,0,0,1362,1364, - 3,208,104,0,1363,1365,7,21,0,0,1364,1363,1,0,0,0,1364,1365,1,0,0,0,1365, - 1368,1,0,0,0,1366,1367,5,34,0,0,1367,1369,7,22,0,0,1368,1366,1,0,0,0,1368, - 1369,1,0,0,0,1369,203,1,0,0,0,1370,1371,5,61,0,0,1371,1375,3,206,103,0, - 1372,1373,5,62,0,0,1373,1375,3,206,103,0,1374,1370,1,0,0,0,1374,1372,1, - 0,0,0,1375,205,1,0,0,0,1376,1377,3,208,104,0,1377,1378,5,64,0,0,1378,207, - 1,0,0,0,1379,1380,3,210,105,0,1380,209,1,0,0,0,1381,1382,6,105,-1,0,1382, - 1383,5,25,0,0,1383,1394,3,210,105,5,1384,1385,5,27,0,0,1385,1386,5,301, - 0,0,1386,1387,3,152,76,0,1387,1388,5,302,0,0,1388,1394,1,0,0,0,1389,1391, - 3,216,108,0,1390,1392,3,212,106,0,1391,1390,1,0,0,0,1391,1392,1,0,0,0,1392, - 1394,1,0,0,0,1393,1381,1,0,0,0,1393,1384,1,0,0,0,1393,1389,1,0,0,0,1394, - 1403,1,0,0,0,1395,1396,10,2,0,0,1396,1397,5,23,0,0,1397,1402,3,210,105, - 3,1398,1399,10,1,0,0,1399,1400,5,22,0,0,1400,1402,3,210,105,2,1401,1395, - 1,0,0,0,1401,1398,1,0,0,0,1402,1405,1,0,0,0,1403,1401,1,0,0,0,1403,1404, - 1,0,0,0,1404,211,1,0,0,0,1405,1403,1,0,0,0,1406,1408,5,25,0,0,1407,1406, - 1,0,0,0,1407,1408,1,0,0,0,1408,1409,1,0,0,0,1409,1410,5,28,0,0,1410,1411, - 3,216,108,0,1411,1412,5,23,0,0,1412,1413,3,216,108,0,1413,1490,1,0,0,0, - 1414,1416,5,25,0,0,1415,1414,1,0,0,0,1415,1416,1,0,0,0,1416,1417,1,0,0, - 0,1417,1418,5,24,0,0,1418,1419,5,301,0,0,1419,1424,3,208,104,0,1420,1421, - 5,303,0,0,1421,1423,3,208,104,0,1422,1420,1,0,0,0,1423,1426,1,0,0,0,1424, - 1422,1,0,0,0,1424,1425,1,0,0,0,1425,1427,1,0,0,0,1426,1424,1,0,0,0,1427, - 1428,5,302,0,0,1428,1490,1,0,0,0,1429,1431,5,25,0,0,1430,1429,1,0,0,0,1430, - 1431,1,0,0,0,1431,1432,1,0,0,0,1432,1433,5,24,0,0,1433,1434,5,301,0,0,1434, - 1435,3,152,76,0,1435,1436,5,302,0,0,1436,1490,1,0,0,0,1437,1438,5,27,0, - 0,1438,1439,5,301,0,0,1439,1440,3,152,76,0,1440,1441,5,302,0,0,1441,1490, - 1,0,0,0,1442,1444,5,25,0,0,1443,1442,1,0,0,0,1443,1444,1,0,0,0,1444,1445, - 1,0,0,0,1445,1446,5,30,0,0,1446,1490,3,216,108,0,1447,1449,5,25,0,0,1448, - 1447,1,0,0,0,1448,1449,1,0,0,0,1449,1450,1,0,0,0,1450,1451,5,29,0,0,1451, - 1465,7,23,0,0,1452,1453,5,301,0,0,1453,1466,5,302,0,0,1454,1455,5,301,0, - 0,1455,1460,3,208,104,0,1456,1457,5,303,0,0,1457,1459,3,208,104,0,1458, - 1456,1,0,0,0,1459,1462,1,0,0,0,1460,1458,1,0,0,0,1460,1461,1,0,0,0,1461, - 1463,1,0,0,0,1462,1460,1,0,0,0,1463,1464,5,302,0,0,1464,1466,1,0,0,0,1465, - 1452,1,0,0,0,1465,1454,1,0,0,0,1466,1490,1,0,0,0,1467,1469,5,25,0,0,1468, - 1467,1,0,0,0,1468,1469,1,0,0,0,1469,1470,1,0,0,0,1470,1471,5,29,0,0,1471, - 1490,3,216,108,0,1472,1474,5,31,0,0,1473,1475,5,25,0,0,1474,1473,1,0,0, - 0,1474,1475,1,0,0,0,1475,1476,1,0,0,0,1476,1490,5,288,0,0,1477,1479,5,31, - 0,0,1478,1480,5,25,0,0,1479,1478,1,0,0,0,1479,1480,1,0,0,0,1480,1481,1, - 0,0,0,1481,1490,7,24,0,0,1482,1484,5,31,0,0,1483,1485,5,25,0,0,1484,1483, - 1,0,0,0,1484,1485,1,0,0,0,1485,1486,1,0,0,0,1486,1487,5,10,0,0,1487,1488, - 5,5,0,0,1488,1490,3,216,108,0,1489,1407,1,0,0,0,1489,1415,1,0,0,0,1489, - 1430,1,0,0,0,1489,1437,1,0,0,0,1489,1443,1,0,0,0,1489,1448,1,0,0,0,1489, - 1468,1,0,0,0,1489,1472,1,0,0,0,1489,1477,1,0,0,0,1489,1482,1,0,0,0,1490, - 213,1,0,0,0,1491,1493,5,25,0,0,1492,1491,1,0,0,0,1492,1493,1,0,0,0,1493, - 1494,1,0,0,0,1494,1495,5,29,0,0,1495,1509,7,23,0,0,1496,1497,5,301,0,0, - 1497,1510,5,302,0,0,1498,1499,5,301,0,0,1499,1504,3,208,104,0,1500,1501, - 5,303,0,0,1501,1503,3,208,104,0,1502,1500,1,0,0,0,1503,1506,1,0,0,0,1504, - 1502,1,0,0,0,1504,1505,1,0,0,0,1505,1507,1,0,0,0,1506,1504,1,0,0,0,1507, - 1508,5,302,0,0,1508,1510,1,0,0,0,1509,1496,1,0,0,0,1509,1498,1,0,0,0,1510, - 1517,1,0,0,0,1511,1513,5,25,0,0,1512,1511,1,0,0,0,1512,1513,1,0,0,0,1513, - 1514,1,0,0,0,1514,1515,5,29,0,0,1515,1517,3,216,108,0,1516,1492,1,0,0,0, - 1516,1512,1,0,0,0,1517,215,1,0,0,0,1518,1519,6,108,-1,0,1519,1523,3,218, - 109,0,1520,1521,7,25,0,0,1521,1523,3,216,108,7,1522,1518,1,0,0,0,1522,1520, - 1,0,0,0,1523,1545,1,0,0,0,1524,1525,10,6,0,0,1525,1526,7,26,0,0,1526,1544, - 3,216,108,7,1527,1528,10,5,0,0,1528,1529,7,27,0,0,1529,1544,3,216,108,6, - 1530,1531,10,4,0,0,1531,1532,5,296,0,0,1532,1544,3,216,108,5,1533,1534, - 10,3,0,0,1534,1535,5,297,0,0,1535,1544,3,216,108,4,1536,1537,10,2,0,0,1537, - 1538,5,295,0,0,1538,1544,3,216,108,3,1539,1540,10,1,0,0,1540,1541,3,284, - 142,0,1541,1542,3,216,108,2,1542,1544,1,0,0,0,1543,1524,1,0,0,0,1543,1527, - 1,0,0,0,1543,1530,1,0,0,0,1543,1533,1,0,0,0,1543,1536,1,0,0,0,1543,1539, - 1,0,0,0,1544,1547,1,0,0,0,1545,1543,1,0,0,0,1545,1546,1,0,0,0,1546,217, - 1,0,0,0,1547,1545,1,0,0,0,1548,1549,6,109,-1,0,1549,1551,5,39,0,0,1550, - 1552,3,260,130,0,1551,1550,1,0,0,0,1552,1553,1,0,0,0,1553,1551,1,0,0,0, - 1553,1554,1,0,0,0,1554,1557,1,0,0,0,1555,1556,5,42,0,0,1556,1558,3,208, - 104,0,1557,1555,1,0,0,0,1557,1558,1,0,0,0,1558,1559,1,0,0,0,1559,1560,5, - 44,0,0,1560,1640,1,0,0,0,1561,1562,5,39,0,0,1562,1564,3,208,104,0,1563, - 1565,3,260,130,0,1564,1563,1,0,0,0,1565,1566,1,0,0,0,1566,1564,1,0,0,0, - 1566,1567,1,0,0,0,1567,1570,1,0,0,0,1568,1569,5,42,0,0,1569,1571,3,208, - 104,0,1570,1568,1,0,0,0,1570,1571,1,0,0,0,1571,1572,1,0,0,0,1572,1573,5, - 44,0,0,1573,1640,1,0,0,0,1574,1575,5,93,0,0,1575,1576,5,301,0,0,1576,1577, - 3,208,104,0,1577,1578,5,7,0,0,1578,1579,3,54,27,0,1579,1580,5,302,0,0,1580, - 1640,1,0,0,0,1581,1582,5,67,0,0,1582,1583,5,301,0,0,1583,1586,3,208,104, - 0,1584,1585,5,123,0,0,1585,1587,5,34,0,0,1586,1584,1,0,0,0,1586,1587,1, - 0,0,0,1587,1588,1,0,0,0,1588,1589,5,302,0,0,1589,1640,1,0,0,0,1590,1591, - 5,69,0,0,1591,1592,5,301,0,0,1592,1595,3,208,104,0,1593,1594,5,123,0,0, - 1594,1596,5,34,0,0,1595,1593,1,0,0,0,1595,1596,1,0,0,0,1596,1597,1,0,0, - 0,1597,1598,5,302,0,0,1598,1640,1,0,0,0,1599,1600,5,128,0,0,1600,1601,5, - 301,0,0,1601,1602,3,216,108,0,1602,1603,5,24,0,0,1603,1604,3,216,108,0, - 1604,1605,5,302,0,0,1605,1640,1,0,0,0,1606,1640,3,294,147,0,1607,1640,5, - 310,0,0,1608,1609,3,264,132,0,1609,1610,5,298,0,0,1610,1611,5,310,0,0,1611, - 1640,1,0,0,0,1612,1613,5,301,0,0,1613,1614,3,152,76,0,1614,1615,5,302,0, - 0,1615,1640,1,0,0,0,1616,1617,3,220,110,0,1617,1629,5,301,0,0,1618,1620, - 3,302,151,0,1619,1618,1,0,0,0,1619,1620,1,0,0,0,1620,1621,1,0,0,0,1621, - 1626,3,208,104,0,1622,1623,5,303,0,0,1623,1625,3,208,104,0,1624,1622,1, - 0,0,0,1625,1628,1,0,0,0,1626,1624,1,0,0,0,1626,1627,1,0,0,0,1627,1630,1, - 0,0,0,1628,1626,1,0,0,0,1629,1619,1,0,0,0,1629,1630,1,0,0,0,1630,1631,1, - 0,0,0,1631,1632,5,302,0,0,1632,1640,1,0,0,0,1633,1640,3,252,126,0,1634, - 1640,3,222,111,0,1635,1636,5,301,0,0,1636,1637,3,208,104,0,1637,1638,5, - 302,0,0,1638,1640,1,0,0,0,1639,1548,1,0,0,0,1639,1561,1,0,0,0,1639,1574, - 1,0,0,0,1639,1581,1,0,0,0,1639,1590,1,0,0,0,1639,1599,1,0,0,0,1639,1606, - 1,0,0,0,1639,1607,1,0,0,0,1639,1608,1,0,0,0,1639,1612,1,0,0,0,1639,1616, - 1,0,0,0,1639,1633,1,0,0,0,1639,1634,1,0,0,0,1639,1635,1,0,0,0,1640,1648, - 1,0,0,0,1641,1642,10,4,0,0,1642,1643,5,299,0,0,1643,1644,3,216,108,0,1644, - 1645,5,300,0,0,1645,1647,1,0,0,0,1646,1641,1,0,0,0,1647,1650,1,0,0,0,1648, - 1646,1,0,0,0,1648,1649,1,0,0,0,1649,219,1,0,0,0,1650,1648,1,0,0,0,1651, - 1652,3,264,132,0,1652,221,1,0,0,0,1653,1654,3,264,132,0,1654,223,1,0,0, - 0,1655,1656,3,252,126,0,1656,225,1,0,0,0,1657,1660,3,252,126,0,1658,1660, - 3,222,111,0,1659,1657,1,0,0,0,1659,1658,1,0,0,0,1660,227,1,0,0,0,1661,1664, - 5,38,0,0,1662,1665,3,230,115,0,1663,1665,3,234,117,0,1664,1662,1,0,0,0, - 1664,1663,1,0,0,0,1664,1665,1,0,0,0,1665,229,1,0,0,0,1666,1668,3,232,116, - 0,1667,1669,3,236,118,0,1668,1667,1,0,0,0,1668,1669,1,0,0,0,1669,231,1, - 0,0,0,1670,1671,3,238,119,0,1671,1672,3,252,126,0,1672,1674,1,0,0,0,1673, - 1670,1,0,0,0,1674,1675,1,0,0,0,1675,1673,1,0,0,0,1675,1676,1,0,0,0,1676, - 233,1,0,0,0,1677,1680,3,236,118,0,1678,1681,3,232,116,0,1679,1681,3,236, - 118,0,1680,1678,1,0,0,0,1680,1679,1,0,0,0,1680,1681,1,0,0,0,1681,235,1, - 0,0,0,1682,1683,3,238,119,0,1683,1684,3,252,126,0,1684,1685,5,108,0,0,1685, - 1686,3,252,126,0,1686,237,1,0,0,0,1687,1689,7,28,0,0,1688,1687,1,0,0,0, - 1688,1689,1,0,0,0,1689,1690,1,0,0,0,1690,1693,7,29,0,0,1691,1693,5,320, - 0,0,1692,1688,1,0,0,0,1692,1691,1,0,0,0,1693,239,1,0,0,0,1694,1696,5,7, - 0,0,1695,1694,1,0,0,0,1695,1696,1,0,0,0,1696,1697,1,0,0,0,1697,1699,3,254, - 127,0,1698,1700,3,248,124,0,1699,1698,1,0,0,0,1699,1700,1,0,0,0,1700,241, - 1,0,0,0,1701,1703,5,7,0,0,1702,1701,1,0,0,0,1702,1703,1,0,0,0,1703,1704, - 1,0,0,0,1704,1706,3,254,127,0,1705,1707,3,248,124,0,1706,1705,1,0,0,0,1706, - 1707,1,0,0,0,1707,243,1,0,0,0,1708,1709,3,252,126,0,1709,1710,3,246,123, - 0,1710,245,1,0,0,0,1711,1712,5,130,0,0,1712,1714,3,252,126,0,1713,1711, - 1,0,0,0,1714,1715,1,0,0,0,1715,1713,1,0,0,0,1715,1716,1,0,0,0,1716,1719, - 1,0,0,0,1717,1719,1,0,0,0,1718,1713,1,0,0,0,1718,1717,1,0,0,0,1719,247, - 1,0,0,0,1720,1721,5,301,0,0,1721,1722,3,250,125,0,1722,1723,5,302,0,0,1723, - 249,1,0,0,0,1724,1729,3,252,126,0,1725,1726,5,303,0,0,1726,1728,3,252,126, - 0,1727,1725,1,0,0,0,1728,1731,1,0,0,0,1729,1727,1,0,0,0,1729,1730,1,0,0, - 0,1730,251,1,0,0,0,1731,1729,1,0,0,0,1732,1735,3,254,127,0,1733,1735,3, - 306,153,0,1734,1732,1,0,0,0,1734,1733,1,0,0,0,1735,253,1,0,0,0,1736,1741, - 3,256,128,0,1737,1741,3,258,129,0,1738,1741,3,304,152,0,1739,1741,3,308, - 154,0,1740,1736,1,0,0,0,1740,1737,1,0,0,0,1740,1738,1,0,0,0,1740,1739,1, - 0,0,0,1741,255,1,0,0,0,1742,1743,7,30,0,0,1743,257,1,0,0,0,1744,1745,5, - 320,0,0,1745,259,1,0,0,0,1746,1747,5,40,0,0,1747,1748,3,208,104,0,1748, - 1749,5,41,0,0,1749,1750,3,208,104,0,1750,261,1,0,0,0,1751,1756,3,264,132, - 0,1752,1753,5,303,0,0,1753,1755,3,264,132,0,1754,1752,1,0,0,0,1755,1758, - 1,0,0,0,1756,1754,1,0,0,0,1756,1757,1,0,0,0,1757,263,1,0,0,0,1758,1756, - 1,0,0,0,1759,1763,5,324,0,0,1760,1762,5,318,0,0,1761,1760,1,0,0,0,1762, - 1765,1,0,0,0,1763,1764,1,0,0,0,1763,1761,1,0,0,0,1764,265,1,0,0,0,1765, - 1763,1,0,0,0,1766,1770,7,31,0,0,1767,1769,7,32,0,0,1768,1767,1,0,0,0,1769, - 1772,1,0,0,0,1770,1771,1,0,0,0,1770,1768,1,0,0,0,1771,267,1,0,0,0,1772, - 1770,1,0,0,0,1773,1774,5,70,0,0,1774,1775,3,274,137,0,1775,269,1,0,0,0, - 1776,1777,5,127,0,0,1777,1778,5,25,0,0,1778,1779,5,27,0,0,1779,271,1,0, - 0,0,1780,1781,5,127,0,0,1781,1782,5,27,0,0,1782,273,1,0,0,0,1783,1784,5, - 301,0,0,1784,1789,3,276,138,0,1785,1786,5,303,0,0,1786,1788,3,276,138,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,302,0,0,1793,275,1,0,0, - 0,1794,1799,3,278,139,0,1795,1797,5,290,0,0,1796,1795,1,0,0,0,1796,1797, - 1,0,0,0,1797,1798,1,0,0,0,1798,1800,3,280,140,0,1799,1796,1,0,0,0,1799, - 1800,1,0,0,0,1800,277,1,0,0,0,1801,1805,3,252,126,0,1802,1805,3,222,111, - 0,1803,1805,5,320,0,0,1804,1801,1,0,0,0,1804,1802,1,0,0,0,1804,1803,1,0, - 0,0,1805,279,1,0,0,0,1806,1811,5,321,0,0,1807,1811,5,322,0,0,1808,1811, - 3,300,150,0,1809,1811,5,320,0,0,1810,1806,1,0,0,0,1810,1807,1,0,0,0,1810, - 1808,1,0,0,0,1810,1809,1,0,0,0,1811,281,1,0,0,0,1812,1819,5,23,0,0,1813, - 1814,5,296,0,0,1814,1819,5,296,0,0,1815,1819,5,22,0,0,1816,1817,5,295,0, - 0,1817,1819,5,295,0,0,1818,1812,1,0,0,0,1818,1813,1,0,0,0,1818,1815,1,0, - 0,0,1818,1816,1,0,0,0,1819,283,1,0,0,0,1820,1835,5,290,0,0,1821,1835,5, - 291,0,0,1822,1835,5,292,0,0,1823,1824,5,292,0,0,1824,1835,5,290,0,0,1825, - 1826,5,291,0,0,1826,1835,5,290,0,0,1827,1828,5,292,0,0,1828,1835,5,291, - 0,0,1829,1830,5,293,0,0,1830,1835,5,290,0,0,1831,1832,5,292,0,0,1832,1833, - 5,290,0,0,1833,1835,5,291,0,0,1834,1820,1,0,0,0,1834,1821,1,0,0,0,1834, - 1822,1,0,0,0,1834,1823,1,0,0,0,1834,1825,1,0,0,0,1834,1827,1,0,0,0,1834, - 1829,1,0,0,0,1834,1831,1,0,0,0,1835,285,1,0,0,0,1836,1837,5,292,0,0,1837, - 1844,5,292,0,0,1838,1839,5,291,0,0,1839,1844,5,291,0,0,1840,1844,5,296, - 0,0,1841,1844,5,297,0,0,1842,1844,5,295,0,0,1843,1836,1,0,0,0,1843,1838, - 1,0,0,0,1843,1840,1,0,0,0,1843,1841,1,0,0,0,1843,1842,1,0,0,0,1844,287, - 1,0,0,0,1845,1846,7,33,0,0,1846,289,1,0,0,0,1847,1848,7,34,0,0,1848,291, - 1,0,0,0,1849,1850,3,264,132,0,1850,293,1,0,0,0,1851,1864,3,296,148,0,1852, - 1864,3,298,149,0,1853,1864,3,228,114,0,1854,1855,5,312,0,0,1855,1864,3, - 298,149,0,1856,1864,3,300,150,0,1857,1864,5,322,0,0,1858,1864,5,323,0,0, - 1859,1861,5,25,0,0,1860,1859,1,0,0,0,1860,1861,1,0,0,0,1861,1862,1,0,0, - 0,1862,1864,5,288,0,0,1863,1851,1,0,0,0,1863,1852,1,0,0,0,1863,1853,1,0, - 0,0,1863,1854,1,0,0,0,1863,1856,1,0,0,0,1863,1857,1,0,0,0,1863,1858,1,0, - 0,0,1863,1860,1,0,0,0,1864,295,1,0,0,0,1865,1866,5,320,0,0,1866,297,1,0, - 0,0,1867,1868,5,321,0,0,1868,299,1,0,0,0,1869,1870,7,24,0,0,1870,301,1, - 0,0,0,1871,1872,7,35,0,0,1872,303,1,0,0,0,1873,1874,7,36,0,0,1874,305,1, - 0,0,0,1875,1876,7,37,0,0,1876,307,1,0,0,0,1877,1878,7,38,0,0,1878,309,1, - 0,0,0,223,318,321,323,338,356,360,369,374,381,388,392,401,413,416,423,431, - 436,439,446,454,458,470,478,482,503,507,511,515,524,529,533,537,541,544, - 548,553,559,564,569,572,576,583,589,593,597,601,605,609,611,621,629,653, - 660,666,676,679,687,699,708,726,739,744,748,756,760,768,778,782,788,792, - 796,799,808,812,819,822,832,842,857,868,872,879,884,890,894,901,905,909, - 913,921,925,930,936,942,945,949,964,973,987,999,1011,1022,1025,1029,1032, - 1034,1039,1043,1046,1050,1059,1069,1074,1086,1089,1092,1095,1099,1107,1110, - 1114,1117,1128,1137,1140,1143,1148,1150,1152,1157,1160,1164,1167,1170,1182, - 1189,1200,1221,1226,1238,1250,1262,1274,1287,1292,1304,1309,1314,1322,1330, - 1340,1343,1352,1355,1358,1364,1368,1374,1391,1393,1401,1403,1407,1415,1424, - 1430,1443,1448,1460,1465,1468,1474,1479,1484,1489,1492,1504,1509,1512,1516, - 1522,1543,1545,1553,1557,1566,1570,1586,1595,1619,1626,1629,1639,1648,1659, - 1664,1668,1675,1680,1688,1692,1695,1699,1702,1706,1715,1718,1729,1734,1740, - 1756,1763,1770,1789,1796,1799,1804,1810,1818,1834,1843,1860,1863]; + 1,108,1,108,1,108,1,108,3,108,1625,8,108,1,108,1,108,1,108,5,108,1630,8, + 108,10,108,12,108,1633,9,108,3,108,1635,8,108,1,108,1,108,1,108,1,108,1, + 108,1,108,1,108,1,108,3,108,1645,8,108,1,108,1,108,1,108,1,108,1,108,5, + 108,1652,8,108,10,108,12,108,1655,9,108,1,109,1,109,1,110,1,110,1,111,1, + 111,1,112,1,112,3,112,1665,8,112,1,113,1,113,1,113,3,113,1670,8,113,1,114, + 1,114,3,114,1674,8,114,1,115,1,115,1,115,4,115,1679,8,115,11,115,12,115, + 1680,1,116,1,116,1,116,3,116,1686,8,116,1,117,1,117,1,117,1,117,1,117,1, + 118,3,118,1694,8,118,1,118,1,118,3,118,1698,8,118,1,119,3,119,1701,8,119, + 1,119,1,119,3,119,1705,8,119,1,120,3,120,1708,8,120,1,120,1,120,3,120,1712, + 8,120,1,121,1,121,1,121,1,122,1,122,4,122,1719,8,122,11,122,12,122,1720, + 1,122,3,122,1724,8,122,1,123,1,123,1,123,1,123,1,124,1,124,1,124,5,124, + 1733,8,124,10,124,12,124,1736,9,124,1,125,1,125,3,125,1740,8,125,1,126, + 1,126,1,126,1,126,3,126,1746,8,126,1,127,1,127,1,128,1,128,1,129,1,129, + 1,129,1,129,1,129,1,130,1,130,1,130,5,130,1760,8,130,10,130,12,130,1763, + 9,130,1,131,1,131,5,131,1767,8,131,10,131,12,131,1770,9,131,1,132,1,132, + 5,132,1774,8,132,10,132,12,132,1777,9,132,1,133,1,133,1,133,1,134,1,134, + 1,134,1,134,1,135,1,135,1,135,1,136,1,136,1,136,1,136,5,136,1793,8,136, + 10,136,12,136,1796,9,136,1,136,1,136,1,137,1,137,3,137,1802,8,137,1,137, + 3,137,1805,8,137,1,138,1,138,1,138,3,138,1810,8,138,1,139,1,139,1,139,1, + 139,3,139,1816,8,139,1,140,1,140,1,140,1,140,1,140,1,140,3,140,1824,8,140, + 1,141,1,141,1,141,1,141,1,141,1,141,1,141,1,141,1,141,1,141,1,141,1,141, + 1,141,1,141,3,141,1840,8,141,1,142,1,142,1,142,1,142,1,142,1,142,1,142, + 3,142,1849,8,142,1,143,1,143,1,144,1,144,1,145,1,145,1,146,1,146,1,146, + 1,146,1,146,1,146,1,146,1,146,1,146,3,146,1866,8,146,1,146,3,146,1869,8, + 146,1,147,1,147,1,148,1,148,1,149,1,149,1,150,1,150,1,151,1,151,1,152,1, + 152,1,153,1,153,1,153,2,1768,1775,5,150,166,208,214,216,154,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,0,40,2,0,36,36,84,84,1,0,87, + 89,2,0,193,193,253,255,2,0,192,192,239,239,2,0,5,5,24,24,2,0,74,74,76,76, + 2,0,6,6,82,82,1,0,246,250,3,0,282,282,287,287,290,290,6,0,264,264,267,271, + 275,279,283,283,285,285,291,291,1,0,70,71,2,0,272,274,280,281,2,0,265,265, + 286,286,1,0,233,234,3,0,8,8,102,102,236,236,1,0,233,235,2,0,167,167,237, + 238,1,0,241,243,2,0,184,184,186,186,2,0,83,83,140,140,2,0,105,106,108,108, + 2,0,48,49,51,52,1,0,35,36,2,0,67,67,69,69,1,0,8,9,1,0,32,33,2,0,296,296, + 314,315,4,0,132,132,312,312,316,316,319,319,2,0,314,315,317,317,1,0,314, + 315,1,0,323,324,2,0,323,323,326,326,1,0,326,327,1,0,320,321,4,0,132,132, + 312,312,314,316,318,319,3,0,25,25,295,296,314,315,2,0,8,8,10,10,32,0,6, + 6,13,17,20,21,26,30,32,32,34,36,38,38,50,50,56,69,72,72,75,77,80,81,84, + 85,90,93,95,97,99,99,102,104,107,107,110,124,128,142,144,184,186,203,205, + 212,214,234,236,237,239,240,253,254,257,259,264,272,275,277,279,284,286, + 291,6,0,45,46,48,52,54,55,105,108,143,143,223,223,23,0,4,42,44,44,47,47, + 53,53,56,70,72,77,80,81,83,85,90,99,102,104,109,142,144,176,178,212,214, + 222,224,234,236,237,239,240,253,254,256,259,264,272,275,277,279,284,286, + 291,2055,0,308,1,0,0,0,2,311,1,0,0,0,4,321,1,0,0,0,6,336,1,0,0,0,8,338, + 1,0,0,0,10,354,1,0,0,0,12,358,1,0,0,0,14,360,1,0,0,0,16,363,1,0,0,0,18, + 374,1,0,0,0,20,382,1,0,0,0,22,390,1,0,0,0,24,392,1,0,0,0,26,437,1,0,0,0, + 28,439,1,0,0,0,30,446,1,0,0,0,32,450,1,0,0,0,34,454,1,0,0,0,36,458,1,0, + 0,0,38,501,1,0,0,0,40,505,1,0,0,0,42,507,1,0,0,0,44,548,1,0,0,0,46,562, + 1,0,0,0,48,564,1,0,0,0,50,574,1,0,0,0,52,576,1,0,0,0,54,624,1,0,0,0,56, + 626,1,0,0,0,58,630,1,0,0,0,60,638,1,0,0,0,62,646,1,0,0,0,64,650,1,0,0,0, + 66,657,1,0,0,0,68,673,1,0,0,0,70,680,1,0,0,0,72,683,1,0,0,0,74,693,1,0, + 0,0,76,695,1,0,0,0,78,701,1,0,0,0,80,703,1,0,0,0,82,711,1,0,0,0,84,719, + 1,0,0,0,86,721,1,0,0,0,88,725,1,0,0,0,90,729,1,0,0,0,92,753,1,0,0,0,94, + 757,1,0,0,0,96,759,1,0,0,0,98,771,1,0,0,0,100,777,1,0,0,0,102,779,1,0,0, + 0,104,784,1,0,0,0,106,795,1,0,0,0,108,813,1,0,0,0,110,833,1,0,0,0,112,844, + 1,0,0,0,114,846,1,0,0,0,116,853,1,0,0,0,118,857,1,0,0,0,120,860,1,0,0,0, + 122,868,1,0,0,0,124,873,1,0,0,0,126,890,1,0,0,0,128,897,1,0,0,0,130,907, + 1,0,0,0,132,916,1,0,0,0,134,926,1,0,0,0,136,945,1,0,0,0,138,947,1,0,0,0, + 140,960,1,0,0,0,142,963,1,0,0,0,144,972,1,0,0,0,146,983,1,0,0,0,148,996, + 1,0,0,0,150,1039,1,0,0,0,152,1058,1,0,0,0,154,1067,1,0,0,0,156,1086,1,0, + 0,0,158,1088,1,0,0,0,160,1102,1,0,0,0,162,1117,1,0,0,0,164,1124,1,0,0,0, + 166,1127,1,0,0,0,168,1160,1,0,0,0,170,1205,1,0,0,0,172,1207,1,0,0,0,174, + 1209,1,0,0,0,176,1215,1,0,0,0,178,1231,1,0,0,0,180,1233,1,0,0,0,182,1236, + 1,0,0,0,184,1297,1,0,0,0,186,1299,1,0,0,0,188,1302,1,0,0,0,190,1312,1,0, + 0,0,192,1316,1,0,0,0,194,1321,1,0,0,0,196,1330,1,0,0,0,198,1335,1,0,0,0, + 200,1367,1,0,0,0,202,1379,1,0,0,0,204,1381,1,0,0,0,206,1384,1,0,0,0,208, + 1398,1,0,0,0,210,1494,1,0,0,0,212,1521,1,0,0,0,214,1527,1,0,0,0,216,1644, + 1,0,0,0,218,1656,1,0,0,0,220,1658,1,0,0,0,222,1660,1,0,0,0,224,1664,1,0, + 0,0,226,1666,1,0,0,0,228,1671,1,0,0,0,230,1678,1,0,0,0,232,1682,1,0,0,0, + 234,1687,1,0,0,0,236,1697,1,0,0,0,238,1700,1,0,0,0,240,1707,1,0,0,0,242, + 1713,1,0,0,0,244,1723,1,0,0,0,246,1725,1,0,0,0,248,1729,1,0,0,0,250,1739, + 1,0,0,0,252,1745,1,0,0,0,254,1747,1,0,0,0,256,1749,1,0,0,0,258,1751,1,0, + 0,0,260,1756,1,0,0,0,262,1764,1,0,0,0,264,1771,1,0,0,0,266,1778,1,0,0,0, + 268,1781,1,0,0,0,270,1785,1,0,0,0,272,1788,1,0,0,0,274,1799,1,0,0,0,276, + 1809,1,0,0,0,278,1815,1,0,0,0,280,1823,1,0,0,0,282,1839,1,0,0,0,284,1848, + 1,0,0,0,286,1850,1,0,0,0,288,1852,1,0,0,0,290,1854,1,0,0,0,292,1868,1,0, + 0,0,294,1870,1,0,0,0,296,1872,1,0,0,0,298,1874,1,0,0,0,300,1876,1,0,0,0, + 302,1878,1,0,0,0,304,1880,1,0,0,0,306,1882,1,0,0,0,308,309,3,2,1,0,309, + 310,5,0,0,1,310,1,1,0,0,0,311,312,3,4,2,0,312,313,5,0,0,1,313,3,1,0,0,0, + 314,316,3,6,3,0,315,317,5,306,0,0,316,315,1,0,0,0,316,317,1,0,0,0,317,320, + 1,0,0,0,318,320,3,8,4,0,319,314,1,0,0,0,319,318,1,0,0,0,320,323,1,0,0,0, + 321,319,1,0,0,0,321,322,1,0,0,0,322,5,1,0,0,0,323,321,1,0,0,0,324,337,3, + 10,5,0,325,337,3,12,6,0,326,337,3,14,7,0,327,337,3,16,8,0,328,337,3,22, + 11,0,329,337,3,26,13,0,330,337,3,28,14,0,331,337,3,30,15,0,332,337,3,32, + 16,0,333,337,3,34,17,0,334,337,3,36,18,0,335,337,3,38,19,0,336,324,1,0, + 0,0,336,325,1,0,0,0,336,326,1,0,0,0,336,327,1,0,0,0,336,328,1,0,0,0,336, + 329,1,0,0,0,336,330,1,0,0,0,336,331,1,0,0,0,336,332,1,0,0,0,336,333,1,0, + 0,0,336,334,1,0,0,0,336,335,1,0,0,0,337,7,1,0,0,0,338,339,5,306,0,0,339, + 9,1,0,0,0,340,355,3,40,20,0,341,355,3,104,52,0,342,355,3,106,53,0,343,355, + 3,108,54,0,344,355,3,102,51,0,345,355,3,114,57,0,346,355,3,120,60,0,347, + 355,3,122,61,0,348,355,3,124,62,0,349,355,3,126,63,0,350,355,3,128,64,0, + 351,355,3,130,65,0,352,355,3,132,66,0,353,355,3,134,67,0,354,340,1,0,0, + 0,354,341,1,0,0,0,354,342,1,0,0,0,354,343,1,0,0,0,354,344,1,0,0,0,354,345, + 1,0,0,0,354,346,1,0,0,0,354,347,1,0,0,0,354,348,1,0,0,0,354,349,1,0,0,0, + 354,350,1,0,0,0,354,351,1,0,0,0,354,352,1,0,0,0,354,353,1,0,0,0,355,11, + 1,0,0,0,356,359,3,150,75,0,357,359,3,136,68,0,358,356,1,0,0,0,358,357,1, + 0,0,0,359,13,1,0,0,0,360,361,7,0,0,0,361,362,3,262,131,0,362,15,1,0,0,0, + 363,367,5,85,0,0,364,368,3,18,9,0,365,366,5,86,0,0,366,368,5,37,0,0,367, + 364,1,0,0,0,367,365,1,0,0,0,367,368,1,0,0,0,368,372,1,0,0,0,369,373,3,12, + 6,0,370,373,3,138,69,0,371,373,3,148,74,0,372,369,1,0,0,0,372,370,1,0,0, + 0,372,371,1,0,0,0,373,17,1,0,0,0,374,379,3,20,10,0,375,376,5,305,0,0,376, + 378,3,20,10,0,377,375,1,0,0,0,378,381,1,0,0,0,379,377,1,0,0,0,379,380,1, + 0,0,0,380,19,1,0,0,0,381,379,1,0,0,0,382,383,7,1,0,0,383,21,1,0,0,0,384, + 386,5,99,0,0,385,387,5,239,0,0,386,385,1,0,0,0,386,387,1,0,0,0,387,388, + 1,0,0,0,388,391,3,262,131,0,389,391,3,24,12,0,390,384,1,0,0,0,390,389,1, + 0,0,0,391,23,1,0,0,0,392,393,5,99,0,0,393,394,5,101,0,0,394,399,3,262,131, + 0,395,396,5,305,0,0,396,398,3,262,131,0,397,395,1,0,0,0,398,401,1,0,0,0, + 399,397,1,0,0,0,399,400,1,0,0,0,400,25,1,0,0,0,401,399,1,0,0,0,402,403, + 5,95,0,0,403,438,7,2,0,0,404,405,5,95,0,0,405,406,5,66,0,0,406,438,7,3, + 0,0,407,408,5,95,0,0,408,411,5,96,0,0,409,410,7,4,0,0,410,412,3,262,131, + 0,411,409,1,0,0,0,411,412,1,0,0,0,412,414,1,0,0,0,413,415,3,212,106,0,414, + 413,1,0,0,0,414,415,1,0,0,0,415,438,1,0,0,0,416,417,5,95,0,0,417,418,5, + 97,0,0,418,419,7,4,0,0,419,421,3,262,131,0,420,422,3,212,106,0,421,420, + 1,0,0,0,421,422,1,0,0,0,422,438,1,0,0,0,423,424,5,95,0,0,424,425,5,73,0, + 0,425,426,7,5,0,0,426,438,3,262,131,0,427,429,5,95,0,0,428,430,5,53,0,0, + 429,428,1,0,0,0,429,430,1,0,0,0,430,431,1,0,0,0,431,438,5,103,0,0,432,434, + 5,95,0,0,433,435,5,52,0,0,434,433,1,0,0,0,434,435,1,0,0,0,435,436,1,0,0, + 0,436,438,5,101,0,0,437,402,1,0,0,0,437,404,1,0,0,0,437,407,1,0,0,0,437, + 416,1,0,0,0,437,423,1,0,0,0,437,427,1,0,0,0,437,432,1,0,0,0,438,27,1,0, + 0,0,439,440,5,212,0,0,440,441,5,100,0,0,441,444,3,262,131,0,442,443,5,70, + 0,0,443,445,3,272,136,0,444,442,1,0,0,0,444,445,1,0,0,0,445,29,1,0,0,0, + 446,447,5,213,0,0,447,448,5,100,0,0,448,449,3,262,131,0,449,31,1,0,0,0, + 450,452,5,116,0,0,451,453,3,274,137,0,452,451,1,0,0,0,452,453,1,0,0,0,453, + 33,1,0,0,0,454,456,5,117,0,0,455,457,3,276,138,0,456,455,1,0,0,0,456,457, + 1,0,0,0,457,35,1,0,0,0,458,459,7,6,0,0,459,460,5,244,0,0,460,461,3,112, + 56,0,461,37,1,0,0,0,462,463,5,6,0,0,463,464,5,244,0,0,464,465,5,70,0,0, + 465,468,5,328,0,0,466,467,5,7,0,0,467,469,3,262,131,0,468,466,1,0,0,0,468, + 469,1,0,0,0,469,502,1,0,0,0,470,471,5,6,0,0,471,472,5,245,0,0,472,473,5, + 70,0,0,473,476,5,328,0,0,474,475,5,7,0,0,475,477,3,262,131,0,476,474,1, + 0,0,0,476,477,1,0,0,0,477,480,1,0,0,0,478,479,5,113,0,0,479,481,3,262,131, + 0,480,478,1,0,0,0,480,481,1,0,0,0,481,502,1,0,0,0,482,483,5,6,0,0,483,484, + 7,7,0,0,484,485,5,70,0,0,485,486,5,328,0,0,486,487,5,113,0,0,487,502,3, + 262,131,0,488,489,5,6,0,0,489,490,5,251,0,0,490,502,5,328,0,0,491,492,5, + 6,0,0,492,493,5,252,0,0,493,494,5,245,0,0,494,495,5,70,0,0,495,496,5,328, + 0,0,496,497,5,113,0,0,497,498,3,262,131,0,498,499,5,257,0,0,499,500,3,262, + 131,0,500,502,1,0,0,0,501,462,1,0,0,0,501,470,1,0,0,0,501,482,1,0,0,0,501, + 488,1,0,0,0,501,491,1,0,0,0,502,39,1,0,0,0,503,506,3,42,21,0,504,506,3, + 44,22,0,505,503,1,0,0,0,505,504,1,0,0,0,506,41,1,0,0,0,507,509,5,73,0,0, + 508,510,5,166,0,0,509,508,1,0,0,0,509,510,1,0,0,0,510,511,1,0,0,0,511,513, + 5,74,0,0,512,514,3,268,134,0,513,512,1,0,0,0,513,514,1,0,0,0,514,515,1, + 0,0,0,515,516,3,98,49,0,516,517,5,303,0,0,517,522,3,46,23,0,518,519,5,305, + 0,0,519,521,3,46,23,0,520,518,1,0,0,0,521,524,1,0,0,0,522,520,1,0,0,0,522, + 523,1,0,0,0,523,527,1,0,0,0,524,522,1,0,0,0,525,526,5,305,0,0,526,528,3, + 80,40,0,527,525,1,0,0,0,527,528,1,0,0,0,528,531,1,0,0,0,529,530,5,305,0, + 0,530,532,3,82,41,0,531,529,1,0,0,0,531,532,1,0,0,0,532,535,1,0,0,0,533, + 534,5,305,0,0,534,536,3,86,43,0,535,533,1,0,0,0,535,536,1,0,0,0,536,537, + 1,0,0,0,537,539,5,304,0,0,538,540,3,70,35,0,539,538,1,0,0,0,539,540,1,0, + 0,0,540,542,1,0,0,0,541,543,3,88,44,0,542,541,1,0,0,0,542,543,1,0,0,0,543, + 544,1,0,0,0,544,546,3,266,133,0,545,547,3,96,48,0,546,545,1,0,0,0,546,547, + 1,0,0,0,547,43,1,0,0,0,548,549,5,73,0,0,549,551,5,74,0,0,550,552,3,268, + 134,0,551,550,1,0,0,0,551,552,1,0,0,0,552,553,1,0,0,0,553,554,3,98,49,0, + 554,557,3,266,133,0,555,556,5,7,0,0,556,558,3,150,75,0,557,555,1,0,0,0, + 557,558,1,0,0,0,558,45,1,0,0,0,559,563,3,48,24,0,560,563,3,72,36,0,561, + 563,3,76,38,0,562,559,1,0,0,0,562,560,1,0,0,0,562,561,1,0,0,0,563,47,1, + 0,0,0,564,565,3,50,25,0,565,567,3,54,27,0,566,568,3,68,34,0,567,566,1,0, + 0,0,567,568,1,0,0,0,568,570,1,0,0,0,569,571,3,70,35,0,570,569,1,0,0,0,570, + 571,1,0,0,0,571,49,1,0,0,0,572,575,3,264,132,0,573,575,3,206,103,0,574, + 572,1,0,0,0,574,573,1,0,0,0,575,51,1,0,0,0,576,577,5,303,0,0,577,582,3, + 50,25,0,578,579,5,305,0,0,579,581,3,50,25,0,580,578,1,0,0,0,581,584,1,0, + 0,0,582,580,1,0,0,0,582,583,1,0,0,0,583,585,1,0,0,0,584,582,1,0,0,0,585, + 586,5,304,0,0,586,53,1,0,0,0,587,625,7,8,0,0,588,590,7,9,0,0,589,591,3, + 56,28,0,590,589,1,0,0,0,590,591,1,0,0,0,591,625,1,0,0,0,592,594,5,284,0, + 0,593,595,3,56,28,0,594,593,1,0,0,0,594,595,1,0,0,0,595,602,1,0,0,0,596, + 598,7,10,0,0,597,599,5,224,0,0,598,597,1,0,0,0,598,599,1,0,0,0,599,600, + 1,0,0,0,600,601,5,283,0,0,601,603,5,263,0,0,602,596,1,0,0,0,602,603,1,0, + 0,0,603,625,1,0,0,0,604,606,7,11,0,0,605,607,3,58,29,0,606,605,1,0,0,0, + 606,607,1,0,0,0,607,625,1,0,0,0,608,610,7,12,0,0,609,611,3,62,31,0,610, + 609,1,0,0,0,610,611,1,0,0,0,611,625,1,0,0,0,612,614,5,266,0,0,613,615,3, + 64,32,0,614,613,1,0,0,0,614,615,1,0,0,0,615,625,1,0,0,0,616,618,5,289,0, + 0,617,619,3,66,33,0,618,617,1,0,0,0,618,619,1,0,0,0,619,625,1,0,0,0,620, + 622,5,288,0,0,621,623,3,60,30,0,622,621,1,0,0,0,622,623,1,0,0,0,623,625, + 1,0,0,0,624,587,1,0,0,0,624,588,1,0,0,0,624,592,1,0,0,0,624,604,1,0,0,0, + 624,608,1,0,0,0,624,612,1,0,0,0,624,616,1,0,0,0,624,620,1,0,0,0,625,55, + 1,0,0,0,626,627,5,303,0,0,627,628,3,296,148,0,628,629,5,304,0,0,629,57, + 1,0,0,0,630,631,5,303,0,0,631,634,3,296,148,0,632,633,5,305,0,0,633,635, + 3,296,148,0,634,632,1,0,0,0,634,635,1,0,0,0,635,636,1,0,0,0,636,637,5,304, + 0,0,637,59,1,0,0,0,638,639,5,303,0,0,639,642,3,294,147,0,640,641,5,305, + 0,0,641,643,3,294,147,0,642,640,1,0,0,0,642,643,1,0,0,0,643,644,1,0,0,0, + 644,645,5,304,0,0,645,61,1,0,0,0,646,647,5,294,0,0,647,648,3,54,27,0,648, + 649,5,293,0,0,649,63,1,0,0,0,650,651,5,294,0,0,651,652,3,54,27,0,652,653, + 5,305,0,0,653,654,3,54,27,0,654,655,1,0,0,0,655,656,5,293,0,0,656,65,1, + 0,0,0,657,658,5,294,0,0,658,659,3,50,25,0,659,666,3,54,27,0,660,661,5,305, + 0,0,661,662,3,50,25,0,662,663,3,54,27,0,663,665,1,0,0,0,664,660,1,0,0,0, + 665,668,1,0,0,0,666,664,1,0,0,0,666,667,1,0,0,0,667,669,1,0,0,0,668,666, + 1,0,0,0,669,670,5,293,0,0,670,67,1,0,0,0,671,672,5,185,0,0,672,674,3,84, + 42,0,673,671,1,0,0,0,673,674,1,0,0,0,674,675,1,0,0,0,675,676,5,256,0,0, + 676,677,5,257,0,0,677,678,5,25,0,0,678,679,5,260,0,0,679,69,1,0,0,0,680, + 681,5,115,0,0,681,682,5,322,0,0,682,71,1,0,0,0,683,684,3,50,25,0,684,685, + 3,54,27,0,685,688,5,261,0,0,686,687,5,5,0,0,687,689,3,74,37,0,688,686,1, + 0,0,0,688,689,1,0,0,0,689,691,1,0,0,0,690,692,5,262,0,0,691,690,1,0,0,0, + 691,692,1,0,0,0,692,73,1,0,0,0,693,694,5,322,0,0,694,75,1,0,0,0,695,696, + 3,50,25,0,696,697,5,7,0,0,697,699,3,78,39,0,698,700,3,70,35,0,699,698,1, + 0,0,0,699,700,1,0,0,0,700,77,1,0,0,0,701,702,3,206,103,0,702,79,1,0,0,0, + 703,704,5,226,0,0,704,705,5,37,0,0,705,706,3,206,103,0,706,707,5,7,0,0, + 707,708,3,206,103,0,708,81,1,0,0,0,709,710,5,185,0,0,710,712,3,84,42,0, + 711,709,1,0,0,0,711,712,1,0,0,0,712,713,1,0,0,0,713,714,5,256,0,0,714,715, + 5,257,0,0,715,716,3,52,26,0,716,717,5,25,0,0,717,718,5,260,0,0,718,83,1, + 0,0,0,719,720,3,250,125,0,720,85,1,0,0,0,721,722,5,258,0,0,722,723,5,37, + 0,0,723,724,5,259,0,0,724,87,1,0,0,0,725,726,5,200,0,0,726,727,5,13,0,0, + 727,728,3,90,45,0,728,89,1,0,0,0,729,730,5,303,0,0,730,735,3,92,46,0,731, + 732,5,305,0,0,732,734,3,92,46,0,733,731,1,0,0,0,734,737,1,0,0,0,735,733, + 1,0,0,0,735,736,1,0,0,0,736,738,1,0,0,0,737,735,1,0,0,0,738,739,5,304,0, + 0,739,91,1,0,0,0,740,754,3,224,112,0,741,742,3,250,125,0,742,743,5,303, + 0,0,743,748,3,94,47,0,744,745,5,305,0,0,745,747,3,94,47,0,746,744,1,0,0, + 0,747,750,1,0,0,0,748,746,1,0,0,0,748,749,1,0,0,0,749,751,1,0,0,0,750,748, + 1,0,0,0,751,752,5,304,0,0,752,754,1,0,0,0,753,740,1,0,0,0,753,741,1,0,0, + 0,754,93,1,0,0,0,755,758,3,224,112,0,756,758,3,292,146,0,757,755,1,0,0, + 0,757,756,1,0,0,0,758,95,1,0,0,0,759,760,5,29,0,0,760,769,3,98,49,0,761, + 765,5,303,0,0,762,764,3,100,50,0,763,762,1,0,0,0,764,767,1,0,0,0,765,763, + 1,0,0,0,765,766,1,0,0,0,766,768,1,0,0,0,767,765,1,0,0,0,768,770,5,304,0, + 0,769,761,1,0,0,0,769,770,1,0,0,0,770,97,1,0,0,0,771,772,3,262,131,0,772, + 99,1,0,0,0,773,774,7,13,0,0,774,778,7,14,0,0,775,776,7,15,0,0,776,778,7, + 16,0,0,777,773,1,0,0,0,777,775,1,0,0,0,778,101,1,0,0,0,779,780,5,73,0,0, + 780,781,5,239,0,0,781,782,3,262,131,0,782,783,3,266,133,0,783,103,1,0,0, + 0,784,785,5,73,0,0,785,787,5,192,0,0,786,788,3,268,134,0,787,786,1,0,0, + 0,787,788,1,0,0,0,788,789,1,0,0,0,789,791,3,262,131,0,790,792,3,70,35,0, + 791,790,1,0,0,0,791,792,1,0,0,0,792,793,1,0,0,0,793,794,3,266,133,0,794, + 105,1,0,0,0,795,797,5,73,0,0,796,798,5,166,0,0,797,796,1,0,0,0,797,798, + 1,0,0,0,798,799,1,0,0,0,799,801,5,76,0,0,800,802,3,268,134,0,801,800,1, + 0,0,0,801,802,1,0,0,0,802,803,1,0,0,0,803,805,3,262,131,0,804,806,3,52, + 26,0,805,804,1,0,0,0,805,806,1,0,0,0,806,808,1,0,0,0,807,809,3,70,35,0, + 808,807,1,0,0,0,808,809,1,0,0,0,809,810,1,0,0,0,810,811,5,7,0,0,811,812, + 3,150,75,0,812,107,1,0,0,0,813,817,5,73,0,0,814,818,5,166,0,0,815,816,5, + 166,0,0,816,818,5,232,0,0,817,814,1,0,0,0,817,815,1,0,0,0,817,818,1,0,0, + 0,818,819,1,0,0,0,819,821,5,157,0,0,820,822,3,268,134,0,821,820,1,0,0,0, + 821,822,1,0,0,0,822,823,1,0,0,0,823,824,3,262,131,0,824,825,5,7,0,0,825, + 828,3,250,125,0,826,827,5,240,0,0,827,829,7,17,0,0,828,826,1,0,0,0,828, + 829,1,0,0,0,829,831,1,0,0,0,830,832,3,110,55,0,831,830,1,0,0,0,831,832, + 1,0,0,0,832,109,1,0,0,0,833,834,5,143,0,0,834,835,5,244,0,0,835,841,3,112, + 56,0,836,837,5,305,0,0,837,838,5,244,0,0,838,840,3,112,56,0,839,836,1,0, + 0,0,840,843,1,0,0,0,841,839,1,0,0,0,841,842,1,0,0,0,842,111,1,0,0,0,843, + 841,1,0,0,0,844,845,5,322,0,0,845,113,1,0,0,0,846,847,5,112,0,0,847,848, + 5,74,0,0,848,851,3,262,131,0,849,852,3,116,58,0,850,852,3,118,59,0,851, + 849,1,0,0,0,851,850,1,0,0,0,852,115,1,0,0,0,853,854,5,113,0,0,854,855,5, + 109,0,0,855,856,3,262,131,0,856,117,1,0,0,0,857,858,5,116,0,0,858,859,3, + 272,136,0,859,119,1,0,0,0,860,861,5,112,0,0,861,862,5,76,0,0,862,866,3, + 262,131,0,863,867,3,116,58,0,864,865,5,7,0,0,865,867,3,150,75,0,866,863, + 1,0,0,0,866,864,1,0,0,0,867,121,1,0,0,0,868,869,5,112,0,0,869,870,5,192, + 0,0,870,871,3,262,131,0,871,872,3,118,59,0,872,123,1,0,0,0,873,877,5,112, + 0,0,874,878,5,166,0,0,875,876,5,166,0,0,876,878,5,232,0,0,877,874,1,0,0, + 0,877,875,1,0,0,0,877,878,1,0,0,0,878,879,1,0,0,0,879,881,5,157,0,0,880, + 882,3,270,135,0,881,880,1,0,0,0,881,882,1,0,0,0,882,883,1,0,0,0,883,884, + 3,262,131,0,884,885,5,7,0,0,885,888,3,250,125,0,886,887,5,240,0,0,887,889, + 7,17,0,0,888,886,1,0,0,0,888,889,1,0,0,0,889,125,1,0,0,0,890,891,5,104, + 0,0,891,893,5,239,0,0,892,894,3,270,135,0,893,892,1,0,0,0,893,894,1,0,0, + 0,894,895,1,0,0,0,895,896,3,262,131,0,896,127,1,0,0,0,897,899,5,104,0,0, + 898,900,5,166,0,0,899,898,1,0,0,0,899,900,1,0,0,0,900,901,1,0,0,0,901,903, + 5,74,0,0,902,904,3,270,135,0,903,902,1,0,0,0,903,904,1,0,0,0,904,905,1, + 0,0,0,905,906,3,262,131,0,906,129,1,0,0,0,907,908,5,104,0,0,908,910,5,192, + 0,0,909,911,3,270,135,0,910,909,1,0,0,0,910,911,1,0,0,0,911,912,1,0,0,0, + 912,914,3,262,131,0,913,915,7,18,0,0,914,913,1,0,0,0,914,915,1,0,0,0,915, + 131,1,0,0,0,916,918,5,104,0,0,917,919,5,166,0,0,918,917,1,0,0,0,918,919, + 1,0,0,0,919,920,1,0,0,0,920,922,5,76,0,0,921,923,3,270,135,0,922,921,1, + 0,0,0,922,923,1,0,0,0,923,924,1,0,0,0,924,925,3,262,131,0,925,133,1,0,0, + 0,926,930,5,104,0,0,927,931,5,166,0,0,928,929,5,166,0,0,929,931,5,232,0, + 0,930,927,1,0,0,0,930,928,1,0,0,0,930,931,1,0,0,0,931,932,1,0,0,0,932,934, + 5,157,0,0,933,935,3,270,135,0,934,933,1,0,0,0,934,935,1,0,0,0,935,936,1, + 0,0,0,936,937,3,262,131,0,937,135,1,0,0,0,938,940,5,78,0,0,939,938,1,0, + 0,0,939,940,1,0,0,0,940,941,1,0,0,0,941,946,3,138,69,0,942,946,3,146,73, + 0,943,944,5,78,0,0,944,946,3,148,74,0,945,939,1,0,0,0,945,942,1,0,0,0,945, + 943,1,0,0,0,946,137,1,0,0,0,947,948,5,80,0,0,948,949,7,19,0,0,949,958,3, + 262,131,0,950,952,3,140,70,0,951,950,1,0,0,0,951,952,1,0,0,0,952,954,1, + 0,0,0,953,955,3,52,26,0,954,953,1,0,0,0,954,955,1,0,0,0,955,956,1,0,0,0, + 956,959,3,150,75,0,957,959,3,142,71,0,958,951,1,0,0,0,958,957,1,0,0,0,959, + 139,1,0,0,0,960,961,5,60,0,0,961,962,3,272,136,0,962,141,1,0,0,0,963,964, + 5,72,0,0,964,969,3,144,72,0,965,966,5,305,0,0,966,968,3,144,72,0,967,965, + 1,0,0,0,968,971,1,0,0,0,969,967,1,0,0,0,969,970,1,0,0,0,970,143,1,0,0,0, + 971,969,1,0,0,0,972,973,5,303,0,0,973,978,3,292,146,0,974,975,5,305,0,0, + 975,977,3,292,146,0,976,974,1,0,0,0,977,980,1,0,0,0,978,976,1,0,0,0,978, + 979,1,0,0,0,979,981,1,0,0,0,980,978,1,0,0,0,981,982,5,304,0,0,982,145,1, + 0,0,0,983,984,5,43,0,0,984,985,5,79,0,0,985,986,5,116,0,0,986,990,5,306, + 0,0,987,988,3,138,69,0,988,989,5,306,0,0,989,991,1,0,0,0,990,987,1,0,0, + 0,991,992,1,0,0,0,992,990,1,0,0,0,992,993,1,0,0,0,993,994,1,0,0,0,994,995, + 5,44,0,0,995,147,1,0,0,0,996,997,5,79,0,0,997,998,5,116,0,0,998,1002,5, + 43,0,0,999,1000,3,138,69,0,1000,1001,5,306,0,0,1001,1003,1,0,0,0,1002,999, + 1,0,0,0,1003,1004,1,0,0,0,1004,1002,1,0,0,0,1004,1005,1,0,0,0,1005,1006, + 1,0,0,0,1006,1007,5,44,0,0,1007,149,1,0,0,0,1008,1009,6,75,-1,0,1009,1040, + 3,152,76,0,1010,1011,5,70,0,0,1011,1016,3,154,77,0,1012,1013,5,305,0,0, + 1013,1015,3,154,77,0,1014,1012,1,0,0,0,1015,1018,1,0,0,0,1016,1014,1,0, + 0,0,1016,1017,1,0,0,0,1017,1019,1,0,0,0,1018,1016,1,0,0,0,1019,1020,3,150, + 75,5,1020,1040,1,0,0,0,1021,1022,5,303,0,0,1022,1023,3,150,75,0,1023,1024, + 5,304,0,0,1024,1040,1,0,0,0,1025,1027,3,160,80,0,1026,1028,3,188,94,0,1027, + 1026,1,0,0,0,1027,1028,1,0,0,0,1028,1030,1,0,0,0,1029,1031,3,192,96,0,1030, + 1029,1,0,0,0,1030,1031,1,0,0,0,1031,1040,1,0,0,0,1032,1034,3,158,79,0,1033, + 1035,3,188,94,0,1034,1033,1,0,0,0,1034,1035,1,0,0,0,1035,1037,1,0,0,0,1036, + 1038,3,192,96,0,1037,1036,1,0,0,0,1037,1038,1,0,0,0,1038,1040,1,0,0,0,1039, + 1008,1,0,0,0,1039,1010,1,0,0,0,1039,1021,1,0,0,0,1039,1025,1,0,0,0,1039, + 1032,1,0,0,0,1040,1055,1,0,0,0,1041,1042,10,3,0,0,1042,1044,7,20,0,0,1043, + 1045,5,8,0,0,1044,1043,1,0,0,0,1044,1045,1,0,0,0,1045,1046,1,0,0,0,1046, + 1048,3,150,75,0,1047,1049,3,188,94,0,1048,1047,1,0,0,0,1048,1049,1,0,0, + 0,1049,1051,1,0,0,0,1050,1052,3,192,96,0,1051,1050,1,0,0,0,1051,1052,1, + 0,0,0,1052,1054,1,0,0,0,1053,1041,1,0,0,0,1054,1057,1,0,0,0,1055,1053,1, + 0,0,0,1055,1056,1,0,0,0,1056,151,1,0,0,0,1057,1055,1,0,0,0,1058,1059,5, + 72,0,0,1059,1064,3,206,103,0,1060,1061,5,305,0,0,1061,1063,3,206,103,0, + 1062,1060,1,0,0,0,1063,1066,1,0,0,0,1064,1062,1,0,0,0,1064,1065,1,0,0,0, + 1065,153,1,0,0,0,1066,1064,1,0,0,0,1067,1079,3,156,78,0,1068,1069,5,303, + 0,0,1069,1074,3,50,25,0,1070,1071,5,305,0,0,1071,1073,3,50,25,0,1072,1070, + 1,0,0,0,1073,1076,1,0,0,0,1074,1072,1,0,0,0,1074,1075,1,0,0,0,1075,1077, + 1,0,0,0,1076,1074,1,0,0,0,1077,1078,5,304,0,0,1078,1080,1,0,0,0,1079,1068, + 1,0,0,0,1079,1080,1,0,0,0,1080,1081,1,0,0,0,1081,1082,5,7,0,0,1082,1083, + 5,303,0,0,1083,1084,3,150,75,0,1084,1085,5,304,0,0,1085,155,1,0,0,0,1086, + 1087,3,250,125,0,1087,157,1,0,0,0,1088,1089,3,160,80,0,1089,1091,3,164, + 82,0,1090,1092,3,180,90,0,1091,1090,1,0,0,0,1091,1092,1,0,0,0,1092,1094, + 1,0,0,0,1093,1095,3,182,91,0,1094,1093,1,0,0,0,1094,1095,1,0,0,0,1095,1097, + 1,0,0,0,1096,1098,3,186,93,0,1097,1096,1,0,0,0,1097,1098,1,0,0,0,1098,1100, + 1,0,0,0,1099,1101,3,194,97,0,1100,1099,1,0,0,0,1100,1101,1,0,0,0,1101,159, + 1,0,0,0,1102,1104,5,4,0,0,1103,1105,3,300,150,0,1104,1103,1,0,0,0,1104, + 1105,1,0,0,0,1105,1115,1,0,0,0,1106,1116,5,312,0,0,1107,1112,3,162,81,0, + 1108,1109,5,305,0,0,1109,1111,3,162,81,0,1110,1108,1,0,0,0,1111,1114,1, + 0,0,0,1112,1110,1,0,0,0,1112,1113,1,0,0,0,1113,1116,1,0,0,0,1114,1112,1, + 0,0,0,1115,1106,1,0,0,0,1115,1107,1,0,0,0,1116,161,1,0,0,0,1117,1122,3, + 206,103,0,1118,1120,5,7,0,0,1119,1118,1,0,0,0,1119,1120,1,0,0,0,1120,1121, + 1,0,0,0,1121,1123,3,206,103,0,1122,1119,1,0,0,0,1122,1123,1,0,0,0,1123, + 163,1,0,0,0,1124,1125,5,5,0,0,1125,1126,3,166,83,0,1126,165,1,0,0,0,1127, + 1128,6,83,-1,0,1128,1133,3,168,84,0,1129,1130,5,305,0,0,1130,1132,3,168, + 84,0,1131,1129,1,0,0,0,1132,1135,1,0,0,0,1133,1131,1,0,0,0,1133,1134,1, + 0,0,0,1134,1157,1,0,0,0,1135,1133,1,0,0,0,1136,1137,10,1,0,0,1137,1138, + 5,46,0,0,1138,1139,5,45,0,0,1139,1156,3,166,83,2,1140,1142,10,2,0,0,1141, + 1143,5,54,0,0,1142,1141,1,0,0,0,1142,1143,1,0,0,0,1143,1145,1,0,0,0,1144, + 1146,7,21,0,0,1145,1144,1,0,0,0,1145,1146,1,0,0,0,1146,1148,1,0,0,0,1147, + 1149,5,47,0,0,1148,1147,1,0,0,0,1148,1149,1,0,0,0,1149,1150,1,0,0,0,1150, + 1151,5,45,0,0,1151,1153,3,166,83,0,1152,1154,3,178,89,0,1153,1152,1,0,0, + 0,1153,1154,1,0,0,0,1154,1156,1,0,0,0,1155,1136,1,0,0,0,1155,1140,1,0,0, + 0,1156,1159,1,0,0,0,1157,1155,1,0,0,0,1157,1158,1,0,0,0,1158,167,1,0,0, + 0,1159,1157,1,0,0,0,1160,1162,3,170,85,0,1161,1163,3,240,120,0,1162,1161, + 1,0,0,0,1162,1163,1,0,0,0,1163,169,1,0,0,0,1164,1166,5,74,0,0,1165,1164, + 1,0,0,0,1165,1166,1,0,0,0,1166,1167,1,0,0,0,1167,1169,3,172,86,0,1168,1170, + 3,174,87,0,1169,1168,1,0,0,0,1169,1170,1,0,0,0,1170,1175,1,0,0,0,1171,1173, + 5,7,0,0,1172,1171,1,0,0,0,1172,1173,1,0,0,0,1173,1174,1,0,0,0,1174,1176, + 3,222,111,0,1175,1172,1,0,0,0,1175,1176,1,0,0,0,1176,1206,1,0,0,0,1177, + 1178,5,57,0,0,1178,1179,5,74,0,0,1179,1180,5,303,0,0,1180,1181,3,218,109, + 0,1181,1182,5,303,0,0,1182,1187,3,206,103,0,1183,1184,5,305,0,0,1184,1186, + 3,206,103,0,1185,1183,1,0,0,0,1186,1189,1,0,0,0,1187,1185,1,0,0,0,1187, + 1188,1,0,0,0,1188,1190,1,0,0,0,1189,1187,1,0,0,0,1190,1191,5,304,0,0,1191, + 1192,5,304,0,0,1192,1206,1,0,0,0,1193,1195,5,57,0,0,1194,1193,1,0,0,0,1194, + 1195,1,0,0,0,1195,1196,1,0,0,0,1196,1197,5,303,0,0,1197,1198,3,150,75,0, + 1198,1199,5,304,0,0,1199,1206,1,0,0,0,1200,1201,5,227,0,0,1201,1202,5,303, + 0,0,1202,1203,3,206,103,0,1203,1204,5,304,0,0,1204,1206,1,0,0,0,1205,1165, + 1,0,0,0,1205,1177,1,0,0,0,1205,1194,1,0,0,0,1205,1200,1,0,0,0,1206,171, + 1,0,0,0,1207,1208,3,262,131,0,1208,173,1,0,0,0,1209,1210,5,37,0,0,1210, + 1211,5,259,0,0,1211,1212,5,7,0,0,1212,1213,5,136,0,0,1213,1214,3,176,88, + 0,1214,175,1,0,0,0,1215,1216,3,206,103,0,1216,177,1,0,0,0,1217,1218,5,55, + 0,0,1218,1232,3,208,104,0,1219,1220,5,143,0,0,1220,1221,5,303,0,0,1221, + 1226,3,262,131,0,1222,1223,5,305,0,0,1223,1225,3,262,131,0,1224,1222,1, + 0,0,0,1225,1228,1,0,0,0,1226,1224,1,0,0,0,1226,1227,1,0,0,0,1227,1229,1, + 0,0,0,1228,1226,1,0,0,0,1229,1230,5,304,0,0,1230,1232,1,0,0,0,1231,1217, + 1,0,0,0,1231,1219,1,0,0,0,1232,179,1,0,0,0,1233,1234,5,11,0,0,1234,1235, + 3,208,104,0,1235,181,1,0,0,0,1236,1237,5,12,0,0,1237,1238,5,13,0,0,1238, + 1243,3,184,92,0,1239,1240,5,305,0,0,1240,1242,3,184,92,0,1241,1239,1,0, + 0,0,1242,1245,1,0,0,0,1243,1241,1,0,0,0,1243,1244,1,0,0,0,1244,183,1,0, + 0,0,1245,1243,1,0,0,0,1246,1298,3,206,103,0,1247,1248,5,303,0,0,1248,1298, + 5,304,0,0,1249,1250,5,303,0,0,1250,1255,3,206,103,0,1251,1252,5,305,0,0, + 1252,1254,3,206,103,0,1253,1251,1,0,0,0,1254,1257,1,0,0,0,1255,1253,1,0, + 0,0,1255,1256,1,0,0,0,1256,1258,1,0,0,0,1257,1255,1,0,0,0,1258,1259,5,304, + 0,0,1259,1298,1,0,0,0,1260,1261,5,16,0,0,1261,1262,5,303,0,0,1262,1267, + 3,206,103,0,1263,1264,5,305,0,0,1264,1266,3,206,103,0,1265,1263,1,0,0,0, + 1266,1269,1,0,0,0,1267,1265,1,0,0,0,1267,1268,1,0,0,0,1268,1270,1,0,0,0, + 1269,1267,1,0,0,0,1270,1271,5,304,0,0,1271,1298,1,0,0,0,1272,1273,5,17, + 0,0,1273,1274,5,303,0,0,1274,1279,3,206,103,0,1275,1276,5,305,0,0,1276, + 1278,3,206,103,0,1277,1275,1,0,0,0,1278,1281,1,0,0,0,1279,1277,1,0,0,0, + 1279,1280,1,0,0,0,1280,1282,1,0,0,0,1281,1279,1,0,0,0,1282,1283,5,304,0, + 0,1283,1298,1,0,0,0,1284,1285,5,14,0,0,1285,1286,5,15,0,0,1286,1287,5,303, + 0,0,1287,1292,3,184,92,0,1288,1289,5,305,0,0,1289,1291,3,184,92,0,1290, + 1288,1,0,0,0,1291,1294,1,0,0,0,1292,1290,1,0,0,0,1292,1293,1,0,0,0,1293, + 1295,1,0,0,0,1294,1292,1,0,0,0,1295,1296,5,304,0,0,1296,1298,1,0,0,0,1297, + 1246,1,0,0,0,1297,1247,1,0,0,0,1297,1249,1,0,0,0,1297,1260,1,0,0,0,1297, + 1272,1,0,0,0,1297,1284,1,0,0,0,1298,185,1,0,0,0,1299,1300,5,19,0,0,1300, + 1301,3,208,104,0,1301,187,1,0,0,0,1302,1303,5,18,0,0,1303,1304,5,13,0,0, + 1304,1309,3,190,95,0,1305,1306,5,305,0,0,1306,1308,3,190,95,0,1307,1305, + 1,0,0,0,1308,1311,1,0,0,0,1309,1307,1,0,0,0,1309,1310,1,0,0,0,1310,189, + 1,0,0,0,1311,1309,1,0,0,0,1312,1314,3,206,103,0,1313,1315,7,22,0,0,1314, + 1313,1,0,0,0,1314,1315,1,0,0,0,1315,191,1,0,0,0,1316,1319,5,20,0,0,1317, + 1320,5,8,0,0,1318,1320,3,206,103,0,1319,1317,1,0,0,0,1319,1318,1,0,0,0, + 1320,193,1,0,0,0,1321,1322,5,58,0,0,1322,1327,3,196,98,0,1323,1324,5,305, + 0,0,1324,1326,3,196,98,0,1325,1323,1,0,0,0,1326,1329,1,0,0,0,1327,1325, + 1,0,0,0,1327,1328,1,0,0,0,1328,195,1,0,0,0,1329,1327,1,0,0,0,1330,1331, + 3,242,121,0,1331,1332,5,7,0,0,1332,1333,3,198,99,0,1333,197,1,0,0,0,1334, + 1336,3,242,121,0,1335,1334,1,0,0,0,1335,1336,1,0,0,0,1336,1337,1,0,0,0, + 1337,1348,5,303,0,0,1338,1339,5,18,0,0,1339,1340,5,13,0,0,1340,1345,3,200, + 100,0,1341,1342,5,305,0,0,1342,1344,3,200,100,0,1343,1341,1,0,0,0,1344, + 1347,1,0,0,0,1345,1343,1,0,0,0,1345,1346,1,0,0,0,1346,1349,1,0,0,0,1347, + 1345,1,0,0,0,1348,1338,1,0,0,0,1348,1349,1,0,0,0,1349,1360,1,0,0,0,1350, + 1351,5,60,0,0,1351,1352,5,13,0,0,1352,1357,3,206,103,0,1353,1354,5,305, + 0,0,1354,1356,3,206,103,0,1355,1353,1,0,0,0,1356,1359,1,0,0,0,1357,1355, + 1,0,0,0,1357,1358,1,0,0,0,1358,1361,1,0,0,0,1359,1357,1,0,0,0,1360,1350, + 1,0,0,0,1360,1361,1,0,0,0,1361,1363,1,0,0,0,1362,1364,3,202,101,0,1363, + 1362,1,0,0,0,1363,1364,1,0,0,0,1364,1365,1,0,0,0,1365,1366,5,304,0,0,1366, + 199,1,0,0,0,1367,1369,3,206,103,0,1368,1370,7,22,0,0,1369,1368,1,0,0,0, + 1369,1370,1,0,0,0,1370,1373,1,0,0,0,1371,1372,5,34,0,0,1372,1374,7,23,0, + 0,1373,1371,1,0,0,0,1373,1374,1,0,0,0,1374,201,1,0,0,0,1375,1376,5,61,0, + 0,1376,1380,3,204,102,0,1377,1378,5,62,0,0,1378,1380,3,204,102,0,1379,1375, + 1,0,0,0,1379,1377,1,0,0,0,1380,203,1,0,0,0,1381,1382,3,206,103,0,1382,1383, + 5,64,0,0,1383,205,1,0,0,0,1384,1385,3,208,104,0,1385,207,1,0,0,0,1386,1387, + 6,104,-1,0,1387,1388,5,25,0,0,1388,1399,3,208,104,5,1389,1390,5,27,0,0, + 1390,1391,5,303,0,0,1391,1392,3,150,75,0,1392,1393,5,304,0,0,1393,1399, + 1,0,0,0,1394,1396,3,214,107,0,1395,1397,3,210,105,0,1396,1395,1,0,0,0,1396, + 1397,1,0,0,0,1397,1399,1,0,0,0,1398,1386,1,0,0,0,1398,1389,1,0,0,0,1398, + 1394,1,0,0,0,1399,1408,1,0,0,0,1400,1401,10,2,0,0,1401,1402,5,23,0,0,1402, + 1407,3,208,104,3,1403,1404,10,1,0,0,1404,1405,5,22,0,0,1405,1407,3,208, + 104,2,1406,1400,1,0,0,0,1406,1403,1,0,0,0,1407,1410,1,0,0,0,1408,1406,1, + 0,0,0,1408,1409,1,0,0,0,1409,209,1,0,0,0,1410,1408,1,0,0,0,1411,1413,5, + 25,0,0,1412,1411,1,0,0,0,1412,1413,1,0,0,0,1413,1414,1,0,0,0,1414,1415, + 5,28,0,0,1415,1416,3,214,107,0,1416,1417,5,23,0,0,1417,1418,3,214,107,0, + 1418,1495,1,0,0,0,1419,1421,5,25,0,0,1420,1419,1,0,0,0,1420,1421,1,0,0, + 0,1421,1422,1,0,0,0,1422,1423,5,24,0,0,1423,1424,5,303,0,0,1424,1429,3, + 206,103,0,1425,1426,5,305,0,0,1426,1428,3,206,103,0,1427,1425,1,0,0,0,1428, + 1431,1,0,0,0,1429,1427,1,0,0,0,1429,1430,1,0,0,0,1430,1432,1,0,0,0,1431, + 1429,1,0,0,0,1432,1433,5,304,0,0,1433,1495,1,0,0,0,1434,1436,5,25,0,0,1435, + 1434,1,0,0,0,1435,1436,1,0,0,0,1436,1437,1,0,0,0,1437,1438,5,24,0,0,1438, + 1439,5,303,0,0,1439,1440,3,150,75,0,1440,1441,5,304,0,0,1441,1495,1,0,0, + 0,1442,1443,5,27,0,0,1443,1444,5,303,0,0,1444,1445,3,150,75,0,1445,1446, + 5,304,0,0,1446,1495,1,0,0,0,1447,1449,5,25,0,0,1448,1447,1,0,0,0,1448,1449, + 1,0,0,0,1449,1450,1,0,0,0,1450,1451,5,30,0,0,1451,1495,3,214,107,0,1452, + 1454,5,25,0,0,1453,1452,1,0,0,0,1453,1454,1,0,0,0,1454,1455,1,0,0,0,1455, + 1456,5,29,0,0,1456,1470,7,24,0,0,1457,1458,5,303,0,0,1458,1471,5,304,0, + 0,1459,1460,5,303,0,0,1460,1465,3,206,103,0,1461,1462,5,305,0,0,1462,1464, + 3,206,103,0,1463,1461,1,0,0,0,1464,1467,1,0,0,0,1465,1463,1,0,0,0,1465, + 1466,1,0,0,0,1466,1468,1,0,0,0,1467,1465,1,0,0,0,1468,1469,5,304,0,0,1469, + 1471,1,0,0,0,1470,1457,1,0,0,0,1470,1459,1,0,0,0,1471,1495,1,0,0,0,1472, + 1474,5,25,0,0,1473,1472,1,0,0,0,1473,1474,1,0,0,0,1474,1475,1,0,0,0,1475, + 1476,5,29,0,0,1476,1495,3,214,107,0,1477,1479,5,31,0,0,1478,1480,5,25,0, + 0,1479,1478,1,0,0,0,1479,1480,1,0,0,0,1480,1481,1,0,0,0,1481,1495,5,290, + 0,0,1482,1484,5,31,0,0,1483,1485,5,25,0,0,1484,1483,1,0,0,0,1484,1485,1, + 0,0,0,1485,1486,1,0,0,0,1486,1495,7,25,0,0,1487,1489,5,31,0,0,1488,1490, + 5,25,0,0,1489,1488,1,0,0,0,1489,1490,1,0,0,0,1490,1491,1,0,0,0,1491,1492, + 5,10,0,0,1492,1493,5,5,0,0,1493,1495,3,214,107,0,1494,1412,1,0,0,0,1494, + 1420,1,0,0,0,1494,1435,1,0,0,0,1494,1442,1,0,0,0,1494,1448,1,0,0,0,1494, + 1453,1,0,0,0,1494,1473,1,0,0,0,1494,1477,1,0,0,0,1494,1482,1,0,0,0,1494, + 1487,1,0,0,0,1495,211,1,0,0,0,1496,1498,5,25,0,0,1497,1496,1,0,0,0,1497, + 1498,1,0,0,0,1498,1499,1,0,0,0,1499,1500,5,29,0,0,1500,1514,7,24,0,0,1501, + 1502,5,303,0,0,1502,1515,5,304,0,0,1503,1504,5,303,0,0,1504,1509,3,206, + 103,0,1505,1506,5,305,0,0,1506,1508,3,206,103,0,1507,1505,1,0,0,0,1508, + 1511,1,0,0,0,1509,1507,1,0,0,0,1509,1510,1,0,0,0,1510,1512,1,0,0,0,1511, + 1509,1,0,0,0,1512,1513,5,304,0,0,1513,1515,1,0,0,0,1514,1501,1,0,0,0,1514, + 1503,1,0,0,0,1515,1522,1,0,0,0,1516,1518,5,25,0,0,1517,1516,1,0,0,0,1517, + 1518,1,0,0,0,1518,1519,1,0,0,0,1519,1520,5,29,0,0,1520,1522,3,214,107,0, + 1521,1497,1,0,0,0,1521,1517,1,0,0,0,1522,213,1,0,0,0,1523,1524,6,107,-1, + 0,1524,1528,3,216,108,0,1525,1526,7,26,0,0,1526,1528,3,214,107,7,1527,1523, + 1,0,0,0,1527,1525,1,0,0,0,1528,1550,1,0,0,0,1529,1530,10,6,0,0,1530,1531, + 7,27,0,0,1531,1549,3,214,107,7,1532,1533,10,5,0,0,1533,1534,7,28,0,0,1534, + 1549,3,214,107,6,1535,1536,10,4,0,0,1536,1537,5,298,0,0,1537,1549,3,214, + 107,5,1538,1539,10,3,0,0,1539,1540,5,299,0,0,1540,1549,3,214,107,4,1541, + 1542,10,2,0,0,1542,1543,5,297,0,0,1543,1549,3,214,107,3,1544,1545,10,1, + 0,0,1545,1546,3,282,141,0,1546,1547,3,214,107,2,1547,1549,1,0,0,0,1548, + 1529,1,0,0,0,1548,1532,1,0,0,0,1548,1535,1,0,0,0,1548,1538,1,0,0,0,1548, + 1541,1,0,0,0,1548,1544,1,0,0,0,1549,1552,1,0,0,0,1550,1548,1,0,0,0,1550, + 1551,1,0,0,0,1551,215,1,0,0,0,1552,1550,1,0,0,0,1553,1554,6,108,-1,0,1554, + 1556,5,39,0,0,1555,1557,3,258,129,0,1556,1555,1,0,0,0,1557,1558,1,0,0,0, + 1558,1556,1,0,0,0,1558,1559,1,0,0,0,1559,1562,1,0,0,0,1560,1561,5,42,0, + 0,1561,1563,3,206,103,0,1562,1560,1,0,0,0,1562,1563,1,0,0,0,1563,1564,1, + 0,0,0,1564,1565,5,44,0,0,1565,1645,1,0,0,0,1566,1567,5,39,0,0,1567,1569, + 3,206,103,0,1568,1570,3,258,129,0,1569,1568,1,0,0,0,1570,1571,1,0,0,0,1571, + 1569,1,0,0,0,1571,1572,1,0,0,0,1572,1575,1,0,0,0,1573,1574,5,42,0,0,1574, + 1576,3,206,103,0,1575,1573,1,0,0,0,1575,1576,1,0,0,0,1576,1577,1,0,0,0, + 1577,1578,5,44,0,0,1578,1645,1,0,0,0,1579,1580,5,94,0,0,1580,1581,5,303, + 0,0,1581,1582,3,206,103,0,1582,1583,5,7,0,0,1583,1584,3,54,27,0,1584,1585, + 5,304,0,0,1585,1645,1,0,0,0,1586,1587,5,67,0,0,1587,1588,5,303,0,0,1588, + 1591,3,206,103,0,1589,1590,5,124,0,0,1590,1592,5,34,0,0,1591,1589,1,0,0, + 0,1591,1592,1,0,0,0,1592,1593,1,0,0,0,1593,1594,5,304,0,0,1594,1645,1,0, + 0,0,1595,1596,5,69,0,0,1596,1597,5,303,0,0,1597,1600,3,206,103,0,1598,1599, + 5,124,0,0,1599,1601,5,34,0,0,1600,1598,1,0,0,0,1600,1601,1,0,0,0,1601,1602, + 1,0,0,0,1602,1603,5,304,0,0,1603,1645,1,0,0,0,1604,1605,5,129,0,0,1605, + 1606,5,303,0,0,1606,1607,3,214,107,0,1607,1608,5,24,0,0,1608,1609,3,214, + 107,0,1609,1610,5,304,0,0,1610,1645,1,0,0,0,1611,1645,3,292,146,0,1612, + 1645,5,312,0,0,1613,1614,3,262,131,0,1614,1615,5,300,0,0,1615,1616,5,312, + 0,0,1616,1645,1,0,0,0,1617,1618,5,303,0,0,1618,1619,3,150,75,0,1619,1620, + 5,304,0,0,1620,1645,1,0,0,0,1621,1622,3,218,109,0,1622,1634,5,303,0,0,1623, + 1625,3,300,150,0,1624,1623,1,0,0,0,1624,1625,1,0,0,0,1625,1626,1,0,0,0, + 1626,1631,3,206,103,0,1627,1628,5,305,0,0,1628,1630,3,206,103,0,1629,1627, + 1,0,0,0,1630,1633,1,0,0,0,1631,1629,1,0,0,0,1631,1632,1,0,0,0,1632,1635, + 1,0,0,0,1633,1631,1,0,0,0,1634,1624,1,0,0,0,1634,1635,1,0,0,0,1635,1636, + 1,0,0,0,1636,1637,5,304,0,0,1637,1645,1,0,0,0,1638,1645,3,250,125,0,1639, + 1645,3,220,110,0,1640,1641,5,303,0,0,1641,1642,3,206,103,0,1642,1643,5, + 304,0,0,1643,1645,1,0,0,0,1644,1553,1,0,0,0,1644,1566,1,0,0,0,1644,1579, + 1,0,0,0,1644,1586,1,0,0,0,1644,1595,1,0,0,0,1644,1604,1,0,0,0,1644,1611, + 1,0,0,0,1644,1612,1,0,0,0,1644,1613,1,0,0,0,1644,1617,1,0,0,0,1644,1621, + 1,0,0,0,1644,1638,1,0,0,0,1644,1639,1,0,0,0,1644,1640,1,0,0,0,1645,1653, + 1,0,0,0,1646,1647,10,4,0,0,1647,1648,5,301,0,0,1648,1649,3,214,107,0,1649, + 1650,5,302,0,0,1650,1652,1,0,0,0,1651,1646,1,0,0,0,1652,1655,1,0,0,0,1653, + 1651,1,0,0,0,1653,1654,1,0,0,0,1654,217,1,0,0,0,1655,1653,1,0,0,0,1656, + 1657,3,262,131,0,1657,219,1,0,0,0,1658,1659,3,262,131,0,1659,221,1,0,0, + 0,1660,1661,3,250,125,0,1661,223,1,0,0,0,1662,1665,3,250,125,0,1663,1665, + 3,220,110,0,1664,1662,1,0,0,0,1664,1663,1,0,0,0,1665,225,1,0,0,0,1666,1669, + 5,38,0,0,1667,1670,3,228,114,0,1668,1670,3,232,116,0,1669,1667,1,0,0,0, + 1669,1668,1,0,0,0,1669,1670,1,0,0,0,1670,227,1,0,0,0,1671,1673,3,230,115, + 0,1672,1674,3,234,117,0,1673,1672,1,0,0,0,1673,1674,1,0,0,0,1674,229,1, + 0,0,0,1675,1676,3,236,118,0,1676,1677,3,250,125,0,1677,1679,1,0,0,0,1678, + 1675,1,0,0,0,1679,1680,1,0,0,0,1680,1678,1,0,0,0,1680,1681,1,0,0,0,1681, + 231,1,0,0,0,1682,1685,3,234,117,0,1683,1686,3,230,115,0,1684,1686,3,234, + 117,0,1685,1683,1,0,0,0,1685,1684,1,0,0,0,1685,1686,1,0,0,0,1686,233,1, + 0,0,0,1687,1688,3,236,118,0,1688,1689,3,250,125,0,1689,1690,5,109,0,0,1690, + 1691,3,250,125,0,1691,235,1,0,0,0,1692,1694,7,29,0,0,1693,1692,1,0,0,0, + 1693,1694,1,0,0,0,1694,1695,1,0,0,0,1695,1698,7,30,0,0,1696,1698,5,322, + 0,0,1697,1693,1,0,0,0,1697,1696,1,0,0,0,1698,237,1,0,0,0,1699,1701,5,7, + 0,0,1700,1699,1,0,0,0,1700,1701,1,0,0,0,1701,1702,1,0,0,0,1702,1704,3,252, + 126,0,1703,1705,3,246,123,0,1704,1703,1,0,0,0,1704,1705,1,0,0,0,1705,239, + 1,0,0,0,1706,1708,5,7,0,0,1707,1706,1,0,0,0,1707,1708,1,0,0,0,1708,1709, + 1,0,0,0,1709,1711,3,252,126,0,1710,1712,3,246,123,0,1711,1710,1,0,0,0,1711, + 1712,1,0,0,0,1712,241,1,0,0,0,1713,1714,3,250,125,0,1714,1715,3,244,122, + 0,1715,243,1,0,0,0,1716,1717,5,131,0,0,1717,1719,3,250,125,0,1718,1716, + 1,0,0,0,1719,1720,1,0,0,0,1720,1718,1,0,0,0,1720,1721,1,0,0,0,1721,1724, + 1,0,0,0,1722,1724,1,0,0,0,1723,1718,1,0,0,0,1723,1722,1,0,0,0,1724,245, + 1,0,0,0,1725,1726,5,303,0,0,1726,1727,3,248,124,0,1727,1728,5,304,0,0,1728, + 247,1,0,0,0,1729,1734,3,250,125,0,1730,1731,5,305,0,0,1731,1733,3,250,125, + 0,1732,1730,1,0,0,0,1733,1736,1,0,0,0,1734,1732,1,0,0,0,1734,1735,1,0,0, + 0,1735,249,1,0,0,0,1736,1734,1,0,0,0,1737,1740,3,252,126,0,1738,1740,3, + 304,152,0,1739,1737,1,0,0,0,1739,1738,1,0,0,0,1740,251,1,0,0,0,1741,1746, + 3,254,127,0,1742,1746,3,256,128,0,1743,1746,3,302,151,0,1744,1746,3,306, + 153,0,1745,1741,1,0,0,0,1745,1742,1,0,0,0,1745,1743,1,0,0,0,1745,1744,1, + 0,0,0,1746,253,1,0,0,0,1747,1748,7,31,0,0,1748,255,1,0,0,0,1749,1750,5, + 322,0,0,1750,257,1,0,0,0,1751,1752,5,40,0,0,1752,1753,3,206,103,0,1753, + 1754,5,41,0,0,1754,1755,3,206,103,0,1755,259,1,0,0,0,1756,1761,3,262,131, + 0,1757,1758,5,305,0,0,1758,1760,3,262,131,0,1759,1757,1,0,0,0,1760,1763, + 1,0,0,0,1761,1759,1,0,0,0,1761,1762,1,0,0,0,1762,261,1,0,0,0,1763,1761, + 1,0,0,0,1764,1768,5,326,0,0,1765,1767,5,320,0,0,1766,1765,1,0,0,0,1767, + 1770,1,0,0,0,1768,1769,1,0,0,0,1768,1766,1,0,0,0,1769,263,1,0,0,0,1770, + 1768,1,0,0,0,1771,1775,7,32,0,0,1772,1774,7,33,0,0,1773,1772,1,0,0,0,1774, + 1777,1,0,0,0,1775,1776,1,0,0,0,1775,1773,1,0,0,0,1776,265,1,0,0,0,1777, + 1775,1,0,0,0,1778,1779,5,70,0,0,1779,1780,3,272,136,0,1780,267,1,0,0,0, + 1781,1782,5,128,0,0,1782,1783,5,25,0,0,1783,1784,5,27,0,0,1784,269,1,0, + 0,0,1785,1786,5,128,0,0,1786,1787,5,27,0,0,1787,271,1,0,0,0,1788,1789,5, + 303,0,0,1789,1794,3,274,137,0,1790,1791,5,305,0,0,1791,1793,3,274,137,0, + 1792,1790,1,0,0,0,1793,1796,1,0,0,0,1794,1792,1,0,0,0,1794,1795,1,0,0,0, + 1795,1797,1,0,0,0,1796,1794,1,0,0,0,1797,1798,5,304,0,0,1798,273,1,0,0, + 0,1799,1804,3,276,138,0,1800,1802,5,292,0,0,1801,1800,1,0,0,0,1801,1802, + 1,0,0,0,1802,1803,1,0,0,0,1803,1805,3,278,139,0,1804,1801,1,0,0,0,1804, + 1805,1,0,0,0,1805,275,1,0,0,0,1806,1810,3,250,125,0,1807,1810,3,220,110, + 0,1808,1810,5,322,0,0,1809,1806,1,0,0,0,1809,1807,1,0,0,0,1809,1808,1,0, + 0,0,1810,277,1,0,0,0,1811,1816,5,323,0,0,1812,1816,5,324,0,0,1813,1816, + 3,298,149,0,1814,1816,5,322,0,0,1815,1811,1,0,0,0,1815,1812,1,0,0,0,1815, + 1813,1,0,0,0,1815,1814,1,0,0,0,1816,279,1,0,0,0,1817,1824,5,23,0,0,1818, + 1819,5,298,0,0,1819,1824,5,298,0,0,1820,1824,5,22,0,0,1821,1822,5,297,0, + 0,1822,1824,5,297,0,0,1823,1817,1,0,0,0,1823,1818,1,0,0,0,1823,1820,1,0, + 0,0,1823,1821,1,0,0,0,1824,281,1,0,0,0,1825,1840,5,292,0,0,1826,1840,5, + 293,0,0,1827,1840,5,294,0,0,1828,1829,5,294,0,0,1829,1840,5,292,0,0,1830, + 1831,5,293,0,0,1831,1840,5,292,0,0,1832,1833,5,294,0,0,1833,1840,5,293, + 0,0,1834,1835,5,295,0,0,1835,1840,5,292,0,0,1836,1837,5,294,0,0,1837,1838, + 5,292,0,0,1838,1840,5,293,0,0,1839,1825,1,0,0,0,1839,1826,1,0,0,0,1839, + 1827,1,0,0,0,1839,1828,1,0,0,0,1839,1830,1,0,0,0,1839,1832,1,0,0,0,1839, + 1834,1,0,0,0,1839,1836,1,0,0,0,1840,283,1,0,0,0,1841,1842,5,294,0,0,1842, + 1849,5,294,0,0,1843,1844,5,293,0,0,1844,1849,5,293,0,0,1845,1849,5,298, + 0,0,1846,1849,5,299,0,0,1847,1849,5,297,0,0,1848,1841,1,0,0,0,1848,1843, + 1,0,0,0,1848,1845,1,0,0,0,1848,1846,1,0,0,0,1848,1847,1,0,0,0,1849,285, + 1,0,0,0,1850,1851,7,34,0,0,1851,287,1,0,0,0,1852,1853,7,35,0,0,1853,289, + 1,0,0,0,1854,1855,3,262,131,0,1855,291,1,0,0,0,1856,1869,3,294,147,0,1857, + 1869,3,296,148,0,1858,1869,3,226,113,0,1859,1860,5,314,0,0,1860,1869,3, + 296,148,0,1861,1869,3,298,149,0,1862,1869,5,324,0,0,1863,1869,5,325,0,0, + 1864,1866,5,25,0,0,1865,1864,1,0,0,0,1865,1866,1,0,0,0,1866,1867,1,0,0, + 0,1867,1869,5,290,0,0,1868,1856,1,0,0,0,1868,1857,1,0,0,0,1868,1858,1,0, + 0,0,1868,1859,1,0,0,0,1868,1861,1,0,0,0,1868,1862,1,0,0,0,1868,1863,1,0, + 0,0,1868,1865,1,0,0,0,1869,293,1,0,0,0,1870,1871,5,322,0,0,1871,295,1,0, + 0,0,1872,1873,5,323,0,0,1873,297,1,0,0,0,1874,1875,7,25,0,0,1875,299,1, + 0,0,0,1876,1877,7,36,0,0,1877,301,1,0,0,0,1878,1879,7,37,0,0,1879,303,1, + 0,0,0,1880,1881,7,38,0,0,1881,305,1,0,0,0,1882,1883,7,39,0,0,1883,307,1, + 0,0,0,224,316,319,321,336,354,358,367,372,379,386,390,399,411,414,421,429, + 434,437,444,452,456,468,476,480,501,505,509,513,522,527,531,535,539,542, + 546,551,557,562,567,570,574,582,590,594,598,602,606,610,614,618,622,624, + 634,642,666,673,688,691,699,711,735,748,753,757,765,769,777,787,791,797, + 801,805,808,817,821,828,831,841,851,866,877,881,888,893,899,903,910,914, + 918,922,930,934,939,945,951,954,958,969,978,992,1004,1016,1027,1030,1034, + 1037,1039,1044,1048,1051,1055,1064,1074,1079,1091,1094,1097,1100,1104,1112, + 1115,1119,1122,1133,1142,1145,1148,1153,1155,1157,1162,1165,1169,1172,1175, + 1187,1194,1205,1226,1231,1243,1255,1267,1279,1292,1297,1309,1314,1319,1327, + 1335,1345,1348,1357,1360,1363,1369,1373,1379,1396,1398,1406,1408,1412,1420, + 1429,1435,1448,1453,1465,1470,1473,1479,1484,1489,1494,1497,1509,1514,1517, + 1521,1527,1548,1550,1558,1562,1571,1575,1591,1600,1624,1631,1634,1644,1653, + 1664,1669,1673,1680,1685,1693,1697,1700,1704,1707,1711,1720,1723,1734,1739, + 1745,1761,1768,1775,1794,1801,1804,1809,1815,1823,1839,1848,1865,1868]; private static __ATN: ATN; public static get _ATN(): ATN { @@ -11675,12 +11690,18 @@ export class ColumnNameListContext extends ParserRuleContext { super(parent, invokingState); this.parser = parser; } + public LR_BRACKET(): TerminalNode { + return this.getToken(FlinkSqlParser.LR_BRACKET, 0); + } public columnName_list(): ColumnNameContext[] { return this.getTypedRuleContexts(ColumnNameContext) as ColumnNameContext[]; } public columnName(i: number): ColumnNameContext { return this.getTypedRuleContext(ColumnNameContext, i) as ColumnNameContext; } + public RR_BRACKET(): TerminalNode { + return this.getToken(FlinkSqlParser.RR_BRACKET, 0); + } public COMMA_list(): TerminalNode[] { return this.getTokens(FlinkSqlParser.COMMA); } @@ -11763,9 +11784,6 @@ export class ColumnTypeContext extends ParserRuleContext { public TIME(): TerminalNode { return this.getToken(FlinkSqlParser.TIME, 0); } - public TIMESTAMP(): TerminalNode { - return this.getToken(FlinkSqlParser.TIMESTAMP, 0); - } public TIMESTAMP_LTZ(): TerminalNode { return this.getToken(FlinkSqlParser.TIMESTAMP_LTZ, 0); } @@ -11775,6 +11793,21 @@ export class ColumnTypeContext extends ParserRuleContext { public lengthOneDimension(): LengthOneDimensionContext { return this.getTypedRuleContext(LengthOneDimensionContext, 0) as LengthOneDimensionContext; } + public TIMESTAMP(): TerminalNode { + return this.getToken(FlinkSqlParser.TIMESTAMP, 0); + } + public ZONE(): TerminalNode { + return this.getToken(FlinkSqlParser.ZONE, 0); + } + public WITHOUT(): TerminalNode { + return this.getToken(FlinkSqlParser.WITHOUT, 0); + } + public WITH(): TerminalNode { + return this.getToken(FlinkSqlParser.WITH, 0); + } + public LOCAL(): TerminalNode { + return this.getToken(FlinkSqlParser.LOCAL, 0); + } public DECIMAL(): TerminalNode { return this.getToken(FlinkSqlParser.DECIMAL, 0); } @@ -12116,18 +12149,18 @@ export class ColumnConstraintContext extends ParserRuleContext { public KEY(): TerminalNode { return this.getToken(FlinkSqlParser.KEY, 0); } - public CONSTRAINT(): TerminalNode { - return this.getToken(FlinkSqlParser.CONSTRAINT, 0); - } - public constraintName(): ConstraintNameContext { - return this.getTypedRuleContext(ConstraintNameContext, 0) as ConstraintNameContext; - } public NOT(): TerminalNode { return this.getToken(FlinkSqlParser.NOT, 0); } public ENFORCED(): TerminalNode { return this.getToken(FlinkSqlParser.ENFORCED, 0); } + public CONSTRAINT(): TerminalNode { + return this.getToken(FlinkSqlParser.CONSTRAINT, 0); + } + public constraintName(): ConstraintNameContext { + return this.getTypedRuleContext(ConstraintNameContext, 0) as ConstraintNameContext; + } public get ruleIndex(): number { return FlinkSqlParser.RULE_columnConstraint; } @@ -12394,27 +12427,21 @@ export class TableConstraintContext extends ParserRuleContext { public KEY(): TerminalNode { return this.getToken(FlinkSqlParser.KEY, 0); } - public LR_BRACKET(): TerminalNode { - return this.getToken(FlinkSqlParser.LR_BRACKET, 0); - } public columnNameList(): ColumnNameListContext { return this.getTypedRuleContext(ColumnNameListContext, 0) as ColumnNameListContext; } - public RR_BRACKET(): TerminalNode { - return this.getToken(FlinkSqlParser.RR_BRACKET, 0); - } - public CONSTRAINT(): TerminalNode { - return this.getToken(FlinkSqlParser.CONSTRAINT, 0); - } - public constraintName(): ConstraintNameContext { - return this.getTypedRuleContext(ConstraintNameContext, 0) as ConstraintNameContext; - } public NOT(): TerminalNode { return this.getToken(FlinkSqlParser.NOT, 0); } public ENFORCED(): TerminalNode { return this.getToken(FlinkSqlParser.ENFORCED, 0); } + public CONSTRAINT(): TerminalNode { + return this.getToken(FlinkSqlParser.CONSTRAINT, 0); + } + public constraintName(): ConstraintNameContext { + return this.getTypedRuleContext(ConstraintNameContext, 0) as ConstraintNameContext; + } public get ruleIndex(): number { return FlinkSqlParser.RULE_tableConstraint; } @@ -13706,8 +13733,8 @@ export class InsertSimpleStatementContext extends ParserRuleContext { public insertPartitionDefinition(): InsertPartitionDefinitionContext { return this.getTypedRuleContext(InsertPartitionDefinitionContext, 0) as InsertPartitionDefinitionContext; } - public insertColumnListDefinition(): InsertColumnListDefinitionContext { - return this.getTypedRuleContext(InsertColumnListDefinitionContext, 0) as InsertColumnListDefinitionContext; + public columnNameList(): ColumnNameListContext { + return this.getTypedRuleContext(ColumnNameListContext, 0) as ColumnNameListContext; } public get ruleIndex(): number { return FlinkSqlParser.RULE_insertSimpleStatement; @@ -13768,44 +13795,6 @@ export class InsertPartitionDefinitionContext extends ParserRuleContext { } -export class InsertColumnListDefinitionContext extends ParserRuleContext { - constructor(parser?: FlinkSqlParser, parent?: ParserRuleContext, invokingState?: number) { - super(parent, invokingState); - this.parser = parser; - } - public LR_BRACKET(): TerminalNode { - return this.getToken(FlinkSqlParser.LR_BRACKET, 0); - } - public columnNameList(): ColumnNameListContext { - return this.getTypedRuleContext(ColumnNameListContext, 0) as ColumnNameListContext; - } - public RR_BRACKET(): TerminalNode { - return this.getToken(FlinkSqlParser.RR_BRACKET, 0); - } - public get ruleIndex(): number { - return FlinkSqlParser.RULE_insertColumnListDefinition; - } - public enterRule(listener: FlinkSqlParserListener): void { - if(listener.enterInsertColumnListDefinition) { - listener.enterInsertColumnListDefinition(this); - } - } - public exitRule(listener: FlinkSqlParserListener): void { - if(listener.exitInsertColumnListDefinition) { - listener.exitInsertColumnListDefinition(this); - } - } - // @Override - public accept(visitor: FlinkSqlParserVisitor): Result { - if (visitor.visitInsertColumnListDefinition) { - return visitor.visitInsertColumnListDefinition(this); - } else { - return visitor.visitChildren(this); - } - } -} - - export class ValuesDefinitionContext extends ParserRuleContext { constructor(parser?: FlinkSqlParser, parent?: ParserRuleContext, invokingState?: number) { super(parent, invokingState); diff --git a/src/lib/flinksql/FlinkSqlParserListener.ts b/src/lib/flinksql/FlinkSqlParserListener.ts index 604883e..ade1315 100644 --- a/src/lib/flinksql/FlinkSqlParserListener.ts +++ b/src/lib/flinksql/FlinkSqlParserListener.ts @@ -1,4 +1,4 @@ -// dt-sql-parser/src/grammar/flinksql/FlinkSqlParser.g4 by ANTLR 4.12.0 +// Generated from /Users/mortalYoung/Projects/dt-sql-parser/src/grammar/flinksql/FlinkSqlParser.g4 by ANTLR 4.12.0 import {ParseTreeListener} from "antlr4"; @@ -75,7 +75,6 @@ import { DropFunctionContext } from "./FlinkSqlParser"; import { InsertStatementContext } from "./FlinkSqlParser"; import { InsertSimpleStatementContext } from "./FlinkSqlParser"; import { InsertPartitionDefinitionContext } from "./FlinkSqlParser"; -import { InsertColumnListDefinitionContext } from "./FlinkSqlParser"; import { ValuesDefinitionContext } from "./FlinkSqlParser"; import { ValuesRowDefinitionContext } from "./FlinkSqlParser"; import { InsertMulStatementCompatibilityContext } from "./FlinkSqlParser"; @@ -913,16 +912,6 @@ export default class FlinkSqlParserListener extends ParseTreeListener { * @param ctx the parse tree */ exitInsertPartitionDefinition?: (ctx: InsertPartitionDefinitionContext) => void; - /** - * Enter a parse tree produced by `FlinkSqlParser.insertColumnListDefinition`. - * @param ctx the parse tree - */ - enterInsertColumnListDefinition?: (ctx: InsertColumnListDefinitionContext) => void; - /** - * Exit a parse tree produced by `FlinkSqlParser.insertColumnListDefinition`. - * @param ctx the parse tree - */ - exitInsertColumnListDefinition?: (ctx: InsertColumnListDefinitionContext) => void; /** * Enter a parse tree produced by `FlinkSqlParser.valuesDefinition`. * @param ctx the parse tree diff --git a/src/lib/flinksql/FlinkSqlParserVisitor.ts b/src/lib/flinksql/FlinkSqlParserVisitor.ts index c884591..b4d0621 100644 --- a/src/lib/flinksql/FlinkSqlParserVisitor.ts +++ b/src/lib/flinksql/FlinkSqlParserVisitor.ts @@ -1,4 +1,4 @@ -// dt-sql-parser/src/grammar/flinksql/FlinkSqlParser.g4 by ANTLR 4.12.0 +// Generated from /Users/mortalYoung/Projects/dt-sql-parser/src/grammar/flinksql/FlinkSqlParser.g4 by ANTLR 4.12.0 import {ParseTreeVisitor} from 'antlr4'; @@ -75,7 +75,6 @@ import { DropFunctionContext } from "./FlinkSqlParser"; import { InsertStatementContext } from "./FlinkSqlParser"; import { InsertSimpleStatementContext } from "./FlinkSqlParser"; import { InsertPartitionDefinitionContext } from "./FlinkSqlParser"; -import { InsertColumnListDefinitionContext } from "./FlinkSqlParser"; import { ValuesDefinitionContext } from "./FlinkSqlParser"; import { ValuesRowDefinitionContext } from "./FlinkSqlParser"; import { InsertMulStatementCompatibilityContext } from "./FlinkSqlParser"; @@ -626,12 +625,6 @@ export default class FlinkSqlParserVisitor extends ParseTreeVisitor Result; - /** - * Visit a parse tree produced by `FlinkSqlParser.insertColumnListDefinition`. - * @param ctx the parse tree - * @return the visitor result - */ - visitInsertColumnListDefinition?: (ctx: InsertColumnListDefinitionContext) => Result; /** * Visit a parse tree produced by `FlinkSqlParser.valuesDefinition`. * @param ctx the parse tree diff --git a/test/parser/flinksql/syntax/createStatement.test.ts b/test/parser/flinksql/syntax/createStatement.test.ts index 61094e4..1c30155 100644 --- a/test/parser/flinksql/syntax/createStatement.test.ts +++ b/test/parser/flinksql/syntax/createStatement.test.ts @@ -1,43 +1,58 @@ -import FlinkSQL from "../../../../src/parser/flinksql"; +import FlinkSQL from '../../../../src/parser/flinksql'; +import fs from 'fs'; +import path from 'path'; -describe('FlinkSQL Create Table Syntax Tests', () => { - const parser = new FlinkSQL(); - // Create statements - test('Test Create Catalog Statement', () => { - const sql = ` - CREATE CATALOG c1 - WITH ( - 'key1'='value1', - 'key2'='value2' - ) - `; - const result = parser.validate(sql); - expect(result.length).toBe(0); +const parser = new FlinkSQL(); + +const readSQL = (fileName: string) => + fs + .readFileSync(path.join(__dirname, 'fixtures', fileName), 'utf-8') + .split(';') + .filter(Boolean) + .map((i) => i.trim()); + +const features = { + table: readSQL('createTable.sql'), + catalog: readSQL('createCatalog.sql'), + database: readSQL('createDatabase.sql'), + view: readSQL('createView.sql'), + function: readSQL('createFunction.sql'), +}; + +describe('FlinkSQL Create Syntax Tests', () => { + describe('CREATE TABLE', () => { + features.table.forEach((table) => { + it(table, () => { + expect(parser.validate(table).length).toBe(0); + }); + }); }); - test('Test simple Create Database Statement', () => { - const sql = ` - CREATE DATABASE IF NOT EXISTS dataApi - WITH ( - "owner" = "admin" - ); - `; - const result = parser.validate(sql); - expect(result.length).toBe(0); + describe('CREATE CATALOG', () => { + features.catalog.forEach((catalog) => { + it(catalog, () => { + expect(parser.validate(catalog).length).toBe(0); + }); + }); }); - test('Test simple Create View Statement', () => { - const sql = ` - CREATE TEMPORARY VIEW IF NOT EXISTS tempView - AS SELECT product, amount FROM Orders; - `; - const result = parser.validate(sql); - expect(result.length).toBe(0); + describe('CREATE DATABASE', () => { + features.database.forEach((database) => { + it(database, () => { + expect(parser.validate(database).length).toBe(0); + }); + }); }); - test('Test simple Create Function Statement', () => { - const sql = ` - CREATE FUNCTION IF NOT EXISTS tempFunction AS 'SimpleUdf'; - CREATE TEMPORARY FUNCTION function1 AS 'org.apache.fink.function.function1' LANGUAGE JAVA USING JAR 'file:///path/to/test.jar', JAR 'hdfs:///path/to/test2.jar'; - `; - const result = parser.validate(sql); - expect(result.length).toBe(0); + describe('CREATE VIEW', () => { + features.view.forEach((view) => { + it(view, () => { + expect(parser.validate(view).length).toBe(0); + }); + }); + }); + describe('CREATE FUNCTION', () => { + features.function.forEach((func) => { + it(func, () => { + expect(parser.validate(func).length).toBe(0); + }); + }); }); }); diff --git a/test/parser/flinksql/syntax/createTable.test.ts b/test/parser/flinksql/syntax/createTable.test.ts deleted file mode 100644 index f909813..0000000 --- a/test/parser/flinksql/syntax/createTable.test.ts +++ /dev/null @@ -1,184 +0,0 @@ -import FlinkSQL from '../../../../src/parser/flinksql'; - -describe('FlinkSQL Create Table Syntax Tests', () => { - const parser = new FlinkSQL(); - - // simple create table statement - test('Test simple Create Table Statement', () => { - const sql = ` - CREATE TABLE MyTable ( - 'user_id' BIGINT, - 'name' STRING - ) WITH ( - 'connector'='oracle-x' - ); - `; - const result = parser.validate(sql); - expect(result.length).toBe(0); - }); - // create temporary table statement - test('Test Temporary Create Table Statement', () => { - const sql = ` - CREATE TEMPORARY TABLE MyTable ( - 'user_id' BIGINT, - 'name' STRING - ) WITH ( - 'connector'='oracle-x' - ); - `; - const result = parser.validate(sql); - expect(result.length).toBe(0); - }); - // Metadata Columns statement - test('Test Metadata Columns Statement', () => { - const sql = ` - CREATE TABLE MyTable ( - 'user_id' BIGINT, - 'name' STRING, - 'timestamp' BIGINT METADATA, -- part of the query-to-sink schema - 'offset' BIGINT METADATA VIRTUAL, -- not part of the query-to-sink schema - 'record_time' TIMESTAMP_LTZ(3) METADATA FROM 'timestamp' -- reads and writes a Kafka record's timestamp - ) WITH ( - 'connector' = 'kafka' - ); - `; - const result = parser.validate(sql); - expect(result.length).toBe(0); - }); - // Computed Columns statement - test('Test Computed Columns Statement', () => { - const sql = ` - CREATE TABLE MyTable ( - 'user_id' BIGINT, - 'price' DOUBLE, - 'quantity' DOUBLE, - 'cost' AS price * quanitity -- evaluate expression and supply the result to queries - ) WITH ( - 'connector' = 'kafka' - ); - `; - const result = parser.validate(sql); - expect(result.length).toBe(0); - }); - // WATERMARK statement - test('Test WATERMARK Statement', () => { - const sql = ` - CREATE TABLE MyTable ( - 'user' BIGINT, - product STRING, - order_time TIMESTAMP(3), - WATERMARK FOR order_time AS order_time - INTERVAL '5' SECOND - ) WITH ( - 'connector' = 'kafka' - ); - `; - const result = parser.validate(sql); - expect(result.length).toBe(0); - }); - // primary key statement - test('Test Primary Key Statement', () => { - const sql = ` - CREATE TABLE MyTable ( - id int, - PRIMARY KEY (id) NOT ENFORCED - ) WITH ( - 'connector' = 'kafka' - ); - `; - const result = parser.validate(sql); - expect(result.length).toBe(0); - }); - // PARTITIONED BY statement - test('Test PARTITIONED BY Statement', () => { - const sql = ` - CREATE TABLE Orders_in_file ( - 'user' BIGINT, - product STRING, - order_time_string STRING, - order_time AS to_timestamp(order_time) - ) - PARTITIONED BY ('user') - WITH ( - 'connector' = 'filesystem', - 'path' = '...' - ); - `; - const result = parser.validate(sql); - expect(result.length).toBe(0); - }); - // like statement - test('Test Like Statement', () => { - const sql = ` - CREATE TABLE Orders_with_watermark ( - id int, - -- Add watermark definition - WATERMARK FOR order_time AS order_time - INTERVAL '5' SECOND - ) WITH ( - -- Overwrite the startup-mode - 'scan.startup.mode' = 'latest-offset' - ) - LIKE Orders_in_file ( - -- Exclude everything besides the computed columns which we need to generate the watermark for. - -- We do not want to have the partitions or filesystem options as those do not apply to kafka. - EXCLUDING ALL - INCLUDING GENERATED - ); - `; - const result = parser.validate(sql); - expect(result.length).toBe(0); - }); - // AS select_statement - test('Test As Select Statement', () => { - const sql = ` - CREATE TABLE my_ctas_table - WITH ( - 'connector' = 'kafka' - ) - AS SELECT id, name, age FROM source_table WHERE mod(id, 10) = 0; - `; - const result = parser.validate(sql); - expect(result.length).toBe(0); - }); - - // create catalog table - test('Test Create Catalog Table Statement', () => { - const sql = ` - CREATE TABLE catalog1.db1.table1 ( - id int - ) WITH ( - 'connector' = 'kafka' - ); - `; - const result = parser.validate(sql); - expect(result.length).toBe(0); - }); - // data type - test('Test Data Type Statement', () => { - const sql = ` - CREATE TABLE catalog1.db1.table1 ( - attr0 string, - attr1 boolean, - attr3 decimal(38,18), - attr4 TINYINT, - attr5 smallint, - attr6 int, - attr7 bigint, - attr8 float, - attr9 double, - attr10 date, - attr11 time, - attr12 timestamp(3), - attr13 array, - attr14 row, - attr17 map, - name1 VARCHAR(64), - message ROW>, - raw RAW('class', 'snapshot') - ) WITH ( - 'connector' = 'kafka' - ); - `; - const result = parser.validate(sql); - expect(result.length).toBe(0); - }); -}); diff --git a/test/parser/flinksql/syntax/fixtures/createCatalog.sql b/test/parser/flinksql/syntax/fixtures/createCatalog.sql new file mode 100644 index 0000000..16228b1 --- /dev/null +++ b/test/parser/flinksql/syntax/fixtures/createCatalog.sql @@ -0,0 +1 @@ +CREATE CATALOG c1 WITH ('key1' = 'value1', 'key2' = 'value2'); \ No newline at end of file diff --git a/test/parser/flinksql/syntax/fixtures/createDatabase.sql b/test/parser/flinksql/syntax/fixtures/createDatabase.sql new file mode 100644 index 0000000..de80842 --- /dev/null +++ b/test/parser/flinksql/syntax/fixtures/createDatabase.sql @@ -0,0 +1,9 @@ +CREATE DATABASE db1 WITH ('key1' = 'value1', 'key2.a' = 'value2.a'); + +CREATE DATABASE IF NOT EXISTS db1 WITH ('key1' = 'value1', 'key2.a' = 'value2.a'); + +CREATE DATABASE catalog1.db1 WITH ('key1' = 'value1', 'key2.a' = 'value2.a'); + +CREATE DATABASE db1 COMMENT 'test create database' WITH ('key1' = 'value1', 'key2.a' = 'value2.a'); + +CREATE DATABASE IF NOT EXISTS dataApi COMMENT 'test create database' WITH ('key1' = 'value1', 'key2.a' = 'value2.a'); \ No newline at end of file diff --git a/test/parser/flinksql/syntax/fixtures/createFunction.sql b/test/parser/flinksql/syntax/fixtures/createFunction.sql new file mode 100644 index 0000000..469866a --- /dev/null +++ b/test/parser/flinksql/syntax/fixtures/createFunction.sql @@ -0,0 +1,28 @@ +CREATE FUNCTION IF NOT EXISTS tempFunction AS 'SimpleUdf'; + +CREATE FUNCTION catalog1.db1.function1 AS 'org.apache.flink.function.function1'; + +CREATE TEMPORARY FUNCTION catalog1.db1.function1 AS 'org.apache.flink.function.function1'; + +CREATE TEMPORARY FUNCTION db1.function1 AS 'org.apache.flink.function.function1'; + +CREATE TEMPORARY FUNCTION function1 AS 'org.apache.flink.function.function1'; + +CREATE TEMPORARY FUNCTION IF NOT EXISTS catalog1.db1.function1 AS 'org.apache.flink.function.function1'; + +CREATE TEMPORARY FUNCTION function1 AS 'org.apache.flink.function.function1' LANGUAGE JAVA; + +CREATE TEMPORARY SYSTEM FUNCTION function1 AS 'org.apache.flink.function.function1' LANGUAGE SCALA; + +CREATE TEMPORARY SYSTEM FUNCTION IF NOT EXISTS function1 AS 'org.apache.flink.function.function1' LANGUAGE PYTHON; + +-- test create function USING jar +CREATE TEMPORARY FUNCTION function1 AS 'org.apache.fink.function.function1' LANGUAGE JAVA USING JAR 'file:///path/to/test.jar', +JAR 'hdfs:///path/to/test2.jar'; + +CREATE TEMPORARY FUNCTION function1 AS 'org.apache.flink.function.function1' LANGUAGE SCALA USING JAR '/path/to/test.jar'; + +CREATE TEMPORARY SYSTEM FUNCTION function1 AS 'org.apache.flink.function.function1' LANGUAGE SCALA USING JAR '/path/to/test.jar'; + +CREATE FUNCTION function1 AS 'org.apache.flink.function.function1' LANGUAGE JAVA USING JAR 'file:///path/to/test.jar', +jar 'hdfs:///path/to/test2.jar'; \ No newline at end of file diff --git a/test/parser/flinksql/syntax/fixtures/createTable.sql b/test/parser/flinksql/syntax/fixtures/createTable.sql new file mode 100644 index 0000000..9f16447 --- /dev/null +++ b/test/parser/flinksql/syntax/fixtures/createTable.sql @@ -0,0 +1,234 @@ +CREATE TABLE MyTable ('user_id' BIGINT, 'name' STRING) WITH ('connector' = 'oracle-x'); + +CREATE TABLE MyTable WITH ('connector' = 'oracle-x'); + +-- 尽管官方文档的 BNF 里没有支持创建临时表,但实际上是支持的 +CREATE TEMPORARY TABLE MyTable ('user_id' BIGINT, 'name' STRING) WITH ('connector' = 'oracle-x'); + +CREATE TABLE MyTable ( + 'user_id' BIGINT, + 'name' STRING, + 'timestamp' BIGINT METADATA, -- part of the query-to-sink schema + 'offset' BIGINT METADATA VIRTUAL, -- not part of the query-to-sink schema + 'record_time' TIMESTAMP(3) WITH LOCAL TIME ZONE METADATA FROM 'timestamp' -- reads and writes a Kafka record's timestamp +) WITH ('connector' = 'kafka'); + +CREATE TABLE MyTable ( + 'user_id' BIGINT, + 'price' DOUBLE, + 'quantity' DOUBLE, + 'cost' AS price * quanitity -- evaluate expression and supply the result to queries +) WITH ('connector' = 'kafka'); + +CREATE TABLE MyTable ( + 'user' BIGINT, + product STRING, + order_time TIMESTAMP(3), + WATERMARK FOR order_time AS order_time - INTERVAL '5' SECOND +) WITH ('connector' = 'kafka'); + +CREATE TABLE MyTable (id int, PRIMARY KEY (id) NOT ENFORCED) WITH ('connector' = 'kafka'); + +CREATE TABLE tbl1 ( + a bigint, + h varchar, + g AS 2 * (a + 1), + ts AS toTimestamp(b, 'yyyy-MM-dd HH:mm:ss'), + b varchar, + proc AS PROCTIME(), + meta STRING METADATA, + my_meta STRING METADATA FROM 'meta', + my_meta STRING METADATA FROM 'meta' VIRTUAL, + meta STRING METADATA VIRTUAL, + PRIMARY KEY (a, b) NOT ENFORCED +) PARTITIONED BY (a, h) WITH ( + 'connector' = 'kafka', + 'kafka.topic' = 'log.test' +); + +CREATE TABLE Orders_in_file ( + 'user' BIGINT, + product STRING, + order_time_string STRING, + order_time AS to_timestamp(order_time) +) PARTITIONED BY ('user') WITH ( + 'connector' = 'filesystem', + 'path' = '...' +); + +CREATE TABLE Orders_with_watermark ( + id int, + -- Add watermark definition + WATERMARK FOR order_time AS order_time - INTERVAL '5' SECOND +) WITH ( + -- Overwrite the startup-mode + 'scan.startup.mode' = 'latest-offset' +) LIKE Orders_in_file ( + -- Exclude everything besides the computed columns which we need to generate the watermark for. + -- We do not want to have the partitions or filesystem options as those do not apply to kafka. + EXCLUDING ALL + INCLUDING GENERATED +); + +CREATE TABLE my_ctas_table WITH ('connector' = 'kafka') +AS SELECT + id, + name, + age +FROM + source_table +WHERE + mod(id, 10) = 0; + +CREATE TABLE catalog1.db1.table1 (id int) WITH ('connector' = 'kafka'); + +CREATE TABLE catalog1.db1.table1 ( + attr0 STRING, + attr1 boolean, + attr3 decimal(38, 18), + attr4 TINYINT, + attr5 smallint, + attr6 int, + attr7 bigint, + attr8 float, + attr9 double, + attr10 date, + attr11 time, + attr12 timestamp(3), + attr13 array, + attr14 ROW, + attr17 MAP, + name1 VARCHAR(64), + message ROW>, + raw RAW('class', 'snapshot') +) WITH ('connector' = 'kafka'); + +CREATE TABLE IF NOT EXISTS tbl1 ( + a bigint, + h varchar, + g AS 2 * (a + 1), + ts AS toTimestamp(b, 'yyyy-MM-dd HH:mm:ss'), + b varchar, + proc AS PROCTIME(), + PRIMARY KEY (a, b) NOT ENFORCED +) PARTITIONED BY (a, h) WITH ( + 'connector' = 'kafka', + 'kafka.topic' = 'log.test' +); + +CREATE TABLE tbl1 ( + a bigint COMMENT 'test column comment AAA.', + h varchar, + g AS 2 * (a + 1), + ts AS toTimestamp(b, 'yyyy-MM-dd HH:mm:ss'), + b varchar, + proc AS PROCTIME(), + meta STRING METADATA, + my_meta STRING METADATA FROM 'meta', + my_meta STRING METADATA FROM 'meta' VIRTUAL, + PRIMARY KEY (a, b) NOT ENFORCED +) COMMENT 'test table comment ABC.' PARTITIONED BY (a, h) WITH ( + 'connector' = 'kafka', + 'kafka.topic' = 'log.test' +); + +CREATE TABLE tbl1 ( + a bigint COMMENT 'test column comment AAA.', + h varchar, + g AS 2 * (a + 1) COMMENT 'test computed column.', + ts AS toTimestamp(b, 'yyyy-MM-dd HH:mm:ss'), + b varchar, + proc AS PROCTIME(), + PRIMARY KEY (a, b) NOT ENFORCED +) COMMENT 'test table comment ABC.' PARTITIONED BY (a, h) WITH ( + 'connector' = 'kafka', + 'kafka.topic' = 'log.test' +); + +CREATE TABLE tbl1 ( + a bigint, + h varchar, + g AS 2 * (a + 1), + ts AS toTimestamp(b, 'yyyy-MM-dd HH:mm:ss'), + b varchar, + proc AS PROCTIME(), + PRIMARY KEY (a, b) NOT ENFORCED +) WITH ( + 'connector' = 'kafka', + 'kafka.topic' = 'log.test' +); + +CREATE TABLE tbl1 ( + a bigint PRIMARY KEY NOT ENFORCED COMMENT 'test column comment AAA.', + h varchar CONSTRAINT ct1 PRIMARY KEY NOT ENFORCED, + g AS 2 * (a + 1), + ts AS toTimestamp(b, 'yyyy-MM-dd HH:mm:ss'), + proc AS PROCTIME() +) WITH ( + 'connector' = 'kafka', + 'kafka.topic' = 'log.test' +); + +CREATE TABLE tbl1 ( + ts timestamp(3), + id varchar, + watermark FOR ts AS ts - INTERVAL '3' SECOND +) WITH ( + 'connector' = 'kafka', + 'kafka.topic' = 'log.test' +); + +CREATE TABLE tbl1 ( + log_ts varchar, + ts AS to_timestamp(log_ts), + WATERMARK FOR ts AS ts + INTERVAL '1' SECOND +) WITH ( + 'connector' = 'kafka', + 'kafka.topic' = 'log.test' +); + +CREATE TABLE tbl1 ( + f1 ROW, q3 boolean>, + WATERMARK FOR f1.q2.t1 AS NOW() +) WITH ( + 'connector' = 'kafka', + 'kafka.topic' = 'log.test' +); + +CREATE TABLE tbl1 ( + a ARRAY, + b MAP, + c ROW, + d MULTISET, + PRIMARY KEY (a, b) NOT ENFORCED +) with ( + 'x' = 'y', + 'asd' = 'data' +); + +CREATE TABLE tbl1 ( + a ARRAY>, + b MAP, ARRAY>, + c ROW, cc1 float, cc2 varchar>, + d MULTISET>, + f TIMESTAMP(9), + PRIMARY KEY (a, b) NOT ENFORCED +) with ( + 'x' = 'y', + 'asd' = 'data' +); + +CREATE TABLE tbl1 ( + a ARRAY>, + b MAP, ARRAY>, + c ROW, cc1 float, cc2 varchar>, + d MULTISET>, + f TIMESTAMP(9), + PRIMARY KEY (a, b) NOT ENFORCED +) with ( + 'x' = 'y', + 'asd' = 'data' +) LIKE Orders ( + OVERWRITING OPTIONS + EXCLUDING CONSTRAINTS +); \ No newline at end of file diff --git a/test/parser/flinksql/syntax/fixtures/createView.sql b/test/parser/flinksql/syntax/fixtures/createView.sql new file mode 100644 index 0000000..4c8d4ea --- /dev/null +++ b/test/parser/flinksql/syntax/fixtures/createView.sql @@ -0,0 +1,37 @@ +CREATE VIEW v AS +SELECT + col1 +FROM + tbl; + +CREATE TEMPORARY VIEW v AS +SELECT + col1 +FROM + tbl; + +CREATE VIEW v COMMENT 'this is a view' AS +SELECT + col1 +FROM + tbl; + +CREATE VIEW v(col1, col2) AS +SELECT + col3, + col4 +FROM + tbl; + +CREATE VIEW v(col1, col2) COMMENT 'this is a view' AS +SELECT + col3, + col4 +FROM + tbl; + +CREATE TEMPORARY VIEW IF NOT EXISTS v AS +SELECT + col1 +FROM + tbl; \ No newline at end of file