diff --git a/src/grammar/postgresql/PostgreSqlParser.g4 b/src/grammar/postgresql/PostgreSqlParser.g4 index 21462305..a5207a55 100644 --- a/src/grammar/postgresql/PostgreSqlParser.g4 +++ b/src/grammar/postgresql/PostgreSqlParser.g4 @@ -409,10 +409,7 @@ discardstmt altertablestmt : KW_ALTER KW_TABLE opt_if_exists? relation_expr (alter_table_cmds | partition_cmd) | KW_ALTER KW_TABLE KW_ALL KW_IN opttablespace (KW_OWNED KW_BY role_list)? KW_SET KW_TABLESPACE tablespace_name_create KW_NOWAIT? - | KW_ALTER KW_TABLE opt_if_exists? table_name index_partition_cmd ( - KW_FOR KW_VALUES partition_bound_spec - | KW_DEFAULT - ) + | KW_ALTER KW_TABLE opt_if_exists? table_name index_partition_cmd partitionboundspec | KW_ALTER KW_TABLE opt_if_exists? table_name KW_DETACH KW_PARTITION qualified_name ( KW_CONCURRENTLY | KW_FINALIZE @@ -429,26 +426,6 @@ alter_table_cmds : alter_table_cmd (COMMA alter_table_cmd)* ; -partition_bound_spec - : KW_IN execute_param_clause - | KW_FROM partition_bound_cluase KW_TO partition_bound_cluase - | KW_WITH partition_with_cluase - ; - -partition_bound_cluase - : OPEN_PAREN partition_bound_choose (COMMA partition_bound_choose)* CLOSE_PAREN - ; - -partition_bound_choose - : execute_param_clause - | KW_MINVALUE - | KW_MAXVALUE - ; - -partition_with_cluase - : OPEN_PAREN KW_MODULUS numericonly COMMA KW_REMAINDER numericonly CLOSE_PAREN - ; - partition_cmd : index_partition_cmd partitionboundspec | KW_DETACH KW_PARTITION qualified_name @@ -526,7 +503,7 @@ reloption_elem ; partitionboundspec - : KW_FOR KW_VALUES KW_WITH OPEN_PAREN KW_MODULUS Integral COMMA KW_REMAINDER Integral CLOSE_PAREN + : KW_FOR KW_VALUES KW_WITH OPEN_PAREN KW_MODULUS numericonly COMMA KW_REMAINDER numericonly CLOSE_PAREN | KW_FOR KW_VALUES KW_IN execute_param_clause | KW_FOR KW_VALUES KW_FROM execute_param_clause KW_TO execute_param_clause | KW_DEFAULT diff --git a/src/lib/postgresql/PostgreSqlParser.interp b/src/lib/postgresql/PostgreSqlParser.interp index eebffe45..42882e23 100644 --- a/src/lib/postgresql/PostgreSqlParser.interp +++ b/src/lib/postgresql/PostgreSqlParser.interp @@ -1225,10 +1225,6 @@ checkpointstmt discardstmt altertablestmt alter_table_cmds -partition_bound_spec -partition_bound_cluase -partition_bound_choose -partition_with_cluase partition_cmd index_partition_cmd alter_table_cmd @@ -1654,4 +1650,4 @@ sql_expression atn: -[4, 1, 590, 8489, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20, 7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26, 2, 27, 7, 27, 2, 28, 7, 28, 2, 29, 7, 29, 2, 30, 7, 30, 2, 31, 7, 31, 2, 32, 7, 32, 2, 33, 7, 33, 2, 34, 7, 34, 2, 35, 7, 35, 2, 36, 7, 36, 2, 37, 7, 37, 2, 38, 7, 38, 2, 39, 7, 39, 2, 40, 7, 40, 2, 41, 7, 41, 2, 42, 7, 42, 2, 43, 7, 43, 2, 44, 7, 44, 2, 45, 7, 45, 2, 46, 7, 46, 2, 47, 7, 47, 2, 48, 7, 48, 2, 49, 7, 49, 2, 50, 7, 50, 2, 51, 7, 51, 2, 52, 7, 52, 2, 53, 7, 53, 2, 54, 7, 54, 2, 55, 7, 55, 2, 56, 7, 56, 2, 57, 7, 57, 2, 58, 7, 58, 2, 59, 7, 59, 2, 60, 7, 60, 2, 61, 7, 61, 2, 62, 7, 62, 2, 63, 7, 63, 2, 64, 7, 64, 2, 65, 7, 65, 2, 66, 7, 66, 2, 67, 7, 67, 2, 68, 7, 68, 2, 69, 7, 69, 2, 70, 7, 70, 2, 71, 7, 71, 2, 72, 7, 72, 2, 73, 7, 73, 2, 74, 7, 74, 2, 75, 7, 75, 2, 76, 7, 76, 2, 77, 7, 77, 2, 78, 7, 78, 2, 79, 7, 79, 2, 80, 7, 80, 2, 81, 7, 81, 2, 82, 7, 82, 2, 83, 7, 83, 2, 84, 7, 84, 2, 85, 7, 85, 2, 86, 7, 86, 2, 87, 7, 87, 2, 88, 7, 88, 2, 89, 7, 89, 2, 90, 7, 90, 2, 91, 7, 91, 2, 92, 7, 92, 2, 93, 7, 93, 2, 94, 7, 94, 2, 95, 7, 95, 2, 96, 7, 96, 2, 97, 7, 97, 2, 98, 7, 98, 2, 99, 7, 99, 2, 100, 7, 100, 2, 101, 7, 101, 2, 102, 7, 102, 2, 103, 7, 103, 2, 104, 7, 104, 2, 105, 7, 105, 2, 106, 7, 106, 2, 107, 7, 107, 2, 108, 7, 108, 2, 109, 7, 109, 2, 110, 7, 110, 2, 111, 7, 111, 2, 112, 7, 112, 2, 113, 7, 113, 2, 114, 7, 114, 2, 115, 7, 115, 2, 116, 7, 116, 2, 117, 7, 117, 2, 118, 7, 118, 2, 119, 7, 119, 2, 120, 7, 120, 2, 121, 7, 121, 2, 122, 7, 122, 2, 123, 7, 123, 2, 124, 7, 124, 2, 125, 7, 125, 2, 126, 7, 126, 2, 127, 7, 127, 2, 128, 7, 128, 2, 129, 7, 129, 2, 130, 7, 130, 2, 131, 7, 131, 2, 132, 7, 132, 2, 133, 7, 133, 2, 134, 7, 134, 2, 135, 7, 135, 2, 136, 7, 136, 2, 137, 7, 137, 2, 138, 7, 138, 2, 139, 7, 139, 2, 140, 7, 140, 2, 141, 7, 141, 2, 142, 7, 142, 2, 143, 7, 143, 2, 144, 7, 144, 2, 145, 7, 145, 2, 146, 7, 146, 2, 147, 7, 147, 2, 148, 7, 148, 2, 149, 7, 149, 2, 150, 7, 150, 2, 151, 7, 151, 2, 152, 7, 152, 2, 153, 7, 153, 2, 154, 7, 154, 2, 155, 7, 155, 2, 156, 7, 156, 2, 157, 7, 157, 2, 158, 7, 158, 2, 159, 7, 159, 2, 160, 7, 160, 2, 161, 7, 161, 2, 162, 7, 162, 2, 163, 7, 163, 2, 164, 7, 164, 2, 165, 7, 165, 2, 166, 7, 166, 2, 167, 7, 167, 2, 168, 7, 168, 2, 169, 7, 169, 2, 170, 7, 170, 2, 171, 7, 171, 2, 172, 7, 172, 2, 173, 7, 173, 2, 174, 7, 174, 2, 175, 7, 175, 2, 176, 7, 176, 2, 177, 7, 177, 2, 178, 7, 178, 2, 179, 7, 179, 2, 180, 7, 180, 2, 181, 7, 181, 2, 182, 7, 182, 2, 183, 7, 183, 2, 184, 7, 184, 2, 185, 7, 185, 2, 186, 7, 186, 2, 187, 7, 187, 2, 188, 7, 188, 2, 189, 7, 189, 2, 190, 7, 190, 2, 191, 7, 191, 2, 192, 7, 192, 2, 193, 7, 193, 2, 194, 7, 194, 2, 195, 7, 195, 2, 196, 7, 196, 2, 197, 7, 197, 2, 198, 7, 198, 2, 199, 7, 199, 2, 200, 7, 200, 2, 201, 7, 201, 2, 202, 7, 202, 2, 203, 7, 203, 2, 204, 7, 204, 2, 205, 7, 205, 2, 206, 7, 206, 2, 207, 7, 207, 2, 208, 7, 208, 2, 209, 7, 209, 2, 210, 7, 210, 2, 211, 7, 211, 2, 212, 7, 212, 2, 213, 7, 213, 2, 214, 7, 214, 2, 215, 7, 215, 2, 216, 7, 216, 2, 217, 7, 217, 2, 218, 7, 218, 2, 219, 7, 219, 2, 220, 7, 220, 2, 221, 7, 221, 2, 222, 7, 222, 2, 223, 7, 223, 2, 224, 7, 224, 2, 225, 7, 225, 2, 226, 7, 226, 2, 227, 7, 227, 2, 228, 7, 228, 2, 229, 7, 229, 2, 230, 7, 230, 2, 231, 7, 231, 2, 232, 7, 232, 2, 233, 7, 233, 2, 234, 7, 234, 2, 235, 7, 235, 2, 236, 7, 236, 2, 237, 7, 237, 2, 238, 7, 238, 2, 239, 7, 239, 2, 240, 7, 240, 2, 241, 7, 241, 2, 242, 7, 242, 2, 243, 7, 243, 2, 244, 7, 244, 2, 245, 7, 245, 2, 246, 7, 246, 2, 247, 7, 247, 2, 248, 7, 248, 2, 249, 7, 249, 2, 250, 7, 250, 2, 251, 7, 251, 2, 252, 7, 252, 2, 253, 7, 253, 2, 254, 7, 254, 2, 255, 7, 255, 2, 256, 7, 256, 2, 257, 7, 257, 2, 258, 7, 258, 2, 259, 7, 259, 2, 260, 7, 260, 2, 261, 7, 261, 2, 262, 7, 262, 2, 263, 7, 263, 2, 264, 7, 264, 2, 265, 7, 265, 2, 266, 7, 266, 2, 267, 7, 267, 2, 268, 7, 268, 2, 269, 7, 269, 2, 270, 7, 270, 2, 271, 7, 271, 2, 272, 7, 272, 2, 273, 7, 273, 2, 274, 7, 274, 2, 275, 7, 275, 2, 276, 7, 276, 2, 277, 7, 277, 2, 278, 7, 278, 2, 279, 7, 279, 2, 280, 7, 280, 2, 281, 7, 281, 2, 282, 7, 282, 2, 283, 7, 283, 2, 284, 7, 284, 2, 285, 7, 285, 2, 286, 7, 286, 2, 287, 7, 287, 2, 288, 7, 288, 2, 289, 7, 289, 2, 290, 7, 290, 2, 291, 7, 291, 2, 292, 7, 292, 2, 293, 7, 293, 2, 294, 7, 294, 2, 295, 7, 295, 2, 296, 7, 296, 2, 297, 7, 297, 2, 298, 7, 298, 2, 299, 7, 299, 2, 300, 7, 300, 2, 301, 7, 301, 2, 302, 7, 302, 2, 303, 7, 303, 2, 304, 7, 304, 2, 305, 7, 305, 2, 306, 7, 306, 2, 307, 7, 307, 2, 308, 7, 308, 2, 309, 7, 309, 2, 310, 7, 310, 2, 311, 7, 311, 2, 312, 7, 312, 2, 313, 7, 313, 2, 314, 7, 314, 2, 315, 7, 315, 2, 316, 7, 316, 2, 317, 7, 317, 2, 318, 7, 318, 2, 319, 7, 319, 2, 320, 7, 320, 2, 321, 7, 321, 2, 322, 7, 322, 2, 323, 7, 323, 2, 324, 7, 324, 2, 325, 7, 325, 2, 326, 7, 326, 2, 327, 7, 327, 2, 328, 7, 328, 2, 329, 7, 329, 2, 330, 7, 330, 2, 331, 7, 331, 2, 332, 7, 332, 2, 333, 7, 333, 2, 334, 7, 334, 2, 335, 7, 335, 2, 336, 7, 336, 2, 337, 7, 337, 2, 338, 7, 338, 2, 339, 7, 339, 2, 340, 7, 340, 2, 341, 7, 341, 2, 342, 7, 342, 2, 343, 7, 343, 2, 344, 7, 344, 2, 345, 7, 345, 2, 346, 7, 346, 2, 347, 7, 347, 2, 348, 7, 348, 2, 349, 7, 349, 2, 350, 7, 350, 2, 351, 7, 351, 2, 352, 7, 352, 2, 353, 7, 353, 2, 354, 7, 354, 2, 355, 7, 355, 2, 356, 7, 356, 2, 357, 7, 357, 2, 358, 7, 358, 2, 359, 7, 359, 2, 360, 7, 360, 2, 361, 7, 361, 2, 362, 7, 362, 2, 363, 7, 363, 2, 364, 7, 364, 2, 365, 7, 365, 2, 366, 7, 366, 2, 367, 7, 367, 2, 368, 7, 368, 2, 369, 7, 369, 2, 370, 7, 370, 2, 371, 7, 371, 2, 372, 7, 372, 2, 373, 7, 373, 2, 374, 7, 374, 2, 375, 7, 375, 2, 376, 7, 376, 2, 377, 7, 377, 2, 378, 7, 378, 2, 379, 7, 379, 2, 380, 7, 380, 2, 381, 7, 381, 2, 382, 7, 382, 2, 383, 7, 383, 2, 384, 7, 384, 2, 385, 7, 385, 2, 386, 7, 386, 2, 387, 7, 387, 2, 388, 7, 388, 2, 389, 7, 389, 2, 390, 7, 390, 2, 391, 7, 391, 2, 392, 7, 392, 2, 393, 7, 393, 2, 394, 7, 394, 2, 395, 7, 395, 2, 396, 7, 396, 2, 397, 7, 397, 2, 398, 7, 398, 2, 399, 7, 399, 2, 400, 7, 400, 2, 401, 7, 401, 2, 402, 7, 402, 2, 403, 7, 403, 2, 404, 7, 404, 2, 405, 7, 405, 2, 406, 7, 406, 2, 407, 7, 407, 2, 408, 7, 408, 2, 409, 7, 409, 2, 410, 7, 410, 2, 411, 7, 411, 2, 412, 7, 412, 2, 413, 7, 413, 2, 414, 7, 414, 2, 415, 7, 415, 2, 416, 7, 416, 2, 417, 7, 417, 2, 418, 7, 418, 2, 419, 7, 419, 2, 420, 7, 420, 2, 421, 7, 421, 2, 422, 7, 422, 2, 423, 7, 423, 2, 424, 7, 424, 2, 425, 7, 425, 2, 426, 7, 426, 2, 427, 7, 427, 2, 428, 7, 428, 2, 429, 7, 429, 2, 430, 7, 430, 2, 431, 7, 431, 2, 432, 7, 432, 2, 433, 7, 433, 2, 434, 7, 434, 2, 435, 7, 435, 2, 436, 7, 436, 2, 437, 7, 437, 2, 438, 7, 438, 2, 439, 7, 439, 2, 440, 7, 440, 2, 441, 7, 441, 2, 442, 7, 442, 2, 443, 7, 443, 2, 444, 7, 444, 2, 445, 7, 445, 2, 446, 7, 446, 2, 447, 7, 447, 2, 448, 7, 448, 2, 449, 7, 449, 2, 450, 7, 450, 2, 451, 7, 451, 2, 452, 7, 452, 2, 453, 7, 453, 2, 454, 7, 454, 2, 455, 7, 455, 2, 456, 7, 456, 2, 457, 7, 457, 2, 458, 7, 458, 2, 459, 7, 459, 2, 460, 7, 460, 2, 461, 7, 461, 2, 462, 7, 462, 2, 463, 7, 463, 2, 464, 7, 464, 2, 465, 7, 465, 1, 0, 5, 0, 934, 8, 0, 10, 0, 12, 0, 937, 9, 0, 1, 0, 1, 0, 1, 1, 1, 1, 3, 1, 943, 8, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 1063, 8, 2, 3, 2, 1065, 8, 2, 1, 3, 1, 3, 1, 3, 1, 4, 1, 4, 1, 4, 1, 4, 3, 4, 1074, 8, 4, 1, 4, 5, 4, 1077, 8, 4, 10, 4, 12, 4, 1080, 9, 4, 1, 5, 1, 5, 1, 5, 3, 5, 1085, 8, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 3, 5, 1120, 8, 5, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 3, 6, 1130, 8, 6, 1, 7, 1, 7, 1, 7, 1, 7, 3, 7, 1136, 8, 7, 1, 7, 5, 7, 1139, 8, 7, 10, 7, 12, 7, 1142, 9, 7, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1148, 8, 8, 1, 8, 5, 8, 1151, 8, 8, 10, 8, 12, 8, 1154, 9, 8, 1, 9, 1, 9, 1, 9, 1, 9, 3, 9, 1160, 8, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 10, 1, 10, 1, 10, 1, 10, 3, 10, 1171, 8, 10, 1, 10, 1, 10, 1, 11, 1, 11, 5, 11, 1177, 8, 11, 10, 11, 12, 11, 1180, 9, 11, 1, 11, 3, 11, 1183, 8, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 3, 11, 1195, 8, 11, 1, 11, 1, 11, 1, 11, 1, 11, 3, 11, 1201, 8, 11, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 1207, 8, 12, 1, 12, 1, 12, 3, 12, 1211, 8, 12, 1, 12, 1, 12, 1, 12, 3, 12, 1216, 8, 12, 1, 12, 1, 12, 3, 12, 1220, 8, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 1233, 8, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 1243, 8, 12, 3, 12, 1245, 8, 12, 1, 13, 1, 13, 1, 13, 1, 13, 3, 13, 1251, 8, 13, 1, 13, 5, 13, 1254, 8, 13, 10, 13, 12, 13, 1257, 9, 13, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 15, 1, 15, 1, 15, 3, 15, 1269, 8, 15, 1, 15, 3, 15, 1272, 8, 15, 1, 15, 1, 15, 1, 15, 3, 15, 1277, 8, 15, 1, 15, 5, 15, 1280, 8, 15, 10, 15, 12, 15, 1283, 9, 15, 1, 16, 1, 16, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 3, 17, 1293, 8, 17, 1, 18, 1, 18, 3, 18, 1297, 8, 18, 1, 18, 1, 18, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 3, 19, 1309, 8, 19, 1, 20, 1, 20, 3, 20, 1313, 8, 20, 1, 20, 3, 20, 1316, 8, 20, 1, 20, 1, 20, 3, 20, 1320, 8, 20, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 3, 21, 1332, 8, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 3, 21, 1350, 8, 21, 1, 22, 1, 22, 1, 22, 5, 22, 1355, 8, 22, 10, 22, 12, 22, 1358, 9, 22, 1, 23, 1, 23, 1, 23, 5, 23, 1363, 8, 23, 10, 23, 12, 23, 1366, 9, 23, 1, 24, 1, 24, 3, 24, 1370, 8, 24, 1, 25, 1, 25, 1, 25, 1, 25, 1, 25, 3, 25, 1377, 8, 25, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 3, 26, 1385, 8, 26, 1, 27, 1, 27, 1, 27, 1, 27, 3, 27, 1391, 8, 27, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 3, 28, 1399, 8, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 3, 28, 1407, 8, 28, 1, 29, 1, 29, 3, 29, 1411, 8, 29, 1, 30, 1, 30, 1, 30, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 3, 31, 1425, 8, 31, 1, 32, 1, 32, 1, 32, 3, 32, 1430, 8, 32, 1, 33, 1, 33, 1, 33, 3, 33, 1435, 8, 33, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 3, 34, 1447, 8, 34, 1, 35, 1, 35, 1, 35, 1, 35, 3, 35, 1453, 8, 35, 1, 35, 1, 35, 1, 36, 1, 36, 1, 37, 1, 37, 1, 37, 1, 38, 1, 38, 1, 38, 3, 38, 1465, 8, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1470, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1480, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1486, 8, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1491, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1499, 8, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1504, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1511, 8, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1516, 8, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1521, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1531, 8, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1536, 8, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1541, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1548, 8, 38, 1, 38, 1, 38, 3, 38, 1552, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1566, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1572, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1578, 8, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1583, 8, 38, 1, 39, 1, 39, 1, 39, 5, 39, 1588, 8, 39, 10, 39, 12, 39, 1591, 9, 39, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 3, 40, 1602, 8, 40, 1, 41, 1, 41, 1, 41, 1, 41, 5, 41, 1608, 8, 41, 10, 41, 12, 41, 1611, 9, 41, 1, 41, 1, 41, 1, 42, 1, 42, 1, 42, 3, 42, 1618, 8, 42, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 3, 44, 1634, 8, 44, 1, 45, 1, 45, 1, 45, 1, 45, 1, 46, 1, 46, 1, 46, 3, 46, 1643, 8, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 5, 46, 1650, 8, 46, 10, 46, 12, 46, 1653, 9, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 3, 46, 1661, 8, 46, 1, 46, 1, 46, 3, 46, 1665, 8, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 3, 46, 1677, 8, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 3, 46, 1685, 8, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 3, 46, 1695, 8, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 3, 46, 1715, 8, 46, 1, 46, 1, 46, 1, 46, 3, 46, 1720, 8, 46, 1, 46, 3, 46, 1723, 8, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 3, 46, 1730, 8, 46, 1, 46, 3, 46, 1733, 8, 46, 1, 46, 1, 46, 3, 46, 1737, 8, 46, 1, 46, 1, 46, 3, 46, 1741, 8, 46, 1, 46, 3, 46, 1744, 8, 46, 1, 46, 1, 46, 1, 46, 3, 46, 1749, 8, 46, 1, 46, 1, 46, 1, 46, 3, 46, 1754, 8, 46, 1, 46, 1, 46, 3, 46, 1758, 8, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 3, 46, 1767, 8, 46, 1, 46, 1, 46, 1, 46, 1, 46, 3, 46, 1773, 8, 46, 1, 46, 1, 46, 3, 46, 1777, 8, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 3, 46, 1786, 8, 46, 1, 46, 3, 46, 1789, 8, 46, 1, 46, 1, 46, 1, 46, 1, 46, 3, 46, 1795, 8, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 3, 46, 1804, 8, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 4, 46, 1814, 8, 46, 11, 46, 12, 46, 1815, 1, 46, 1, 46, 3, 46, 1820, 8, 46, 1, 46, 1, 46, 3, 46, 1824, 8, 46, 1, 46, 1, 46, 1, 46, 3, 46, 1829, 8, 46, 1, 46, 3, 46, 1832, 8, 46, 1, 46, 1, 46, 1, 46, 1, 46, 3, 46, 1838, 8, 46, 4, 46, 1840, 8, 46, 11, 46, 12, 46, 1841, 1, 46, 1, 46, 3, 46, 1846, 8, 46, 1, 46, 1, 46, 1, 46, 1, 46, 3, 46, 1852, 8, 46, 1, 46, 1, 46, 3, 46, 1856, 8, 46, 1, 46, 1, 46, 1, 46, 3, 46, 1861, 8, 46, 1, 46, 1, 46, 1, 46, 3, 46, 1866, 8, 46, 1, 46, 1, 46, 3, 46, 1870, 8, 46, 1, 46, 3, 46, 1873, 8, 46, 1, 47, 1, 47, 1, 47, 1, 47, 1, 47, 3, 47, 1880, 8, 47, 1, 48, 1, 48, 1, 49, 1, 49, 1, 49, 1, 50, 1, 50, 1, 50, 1, 50, 5, 50, 1891, 8, 50, 10, 50, 12, 50, 1894, 9, 50, 1, 50, 1, 50, 1, 51, 1, 51, 1, 51, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 3, 52, 1906, 8, 52, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 3, 53, 1930, 8, 53, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 5, 54, 1938, 8, 54, 10, 54, 12, 54, 1941, 9, 54, 1, 55, 1, 55, 1, 55, 1, 55, 3, 55, 1947, 8, 55, 1, 55, 1, 55, 1, 55, 3, 55, 1952, 8, 55, 1, 55, 1, 55, 3, 55, 1956, 8, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 3, 55, 1963, 8, 55, 1, 55, 1, 55, 1, 55, 3, 55, 1968, 8, 55, 1, 55, 3, 55, 1971, 8, 55, 3, 55, 1973, 8, 55, 1, 56, 1, 56, 1, 56, 3, 56, 1978, 8, 56, 1, 57, 1, 57, 3, 57, 1982, 8, 57, 1, 57, 1, 57, 3, 57, 1986, 8, 57, 1, 57, 1, 57, 3, 57, 1990, 8, 57, 1, 57, 1, 57, 1, 57, 3, 57, 1995, 8, 57, 1, 57, 3, 57, 1998, 8, 57, 1, 57, 1, 57, 3, 57, 2002, 8, 57, 1, 57, 3, 57, 2005, 8, 57, 1, 57, 1, 57, 3, 57, 2009, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2017, 8, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2022, 8, 57, 1, 57, 3, 57, 2025, 8, 57, 1, 57, 1, 57, 3, 57, 2029, 8, 57, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2035, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 2044, 8, 58, 1, 58, 1, 58, 3, 58, 2048, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 5, 58, 2054, 8, 58, 10, 58, 12, 58, 2057, 9, 58, 1, 58, 1, 58, 1, 58, 1, 58, 5, 58, 2063, 8, 58, 10, 58, 12, 58, 2066, 9, 58, 1, 58, 1, 58, 3, 58, 2070, 8, 58, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 5, 59, 2080, 8, 59, 10, 59, 12, 59, 2083, 9, 59, 1, 59, 1, 59, 3, 59, 2087, 8, 59, 1, 60, 1, 60, 3, 60, 2091, 8, 60, 1, 60, 1, 60, 3, 60, 2095, 8, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2100, 8, 60, 1, 60, 1, 60, 3, 60, 2104, 8, 60, 1, 60, 3, 60, 2107, 8, 60, 1, 60, 3, 60, 2110, 8, 60, 1, 60, 3, 60, 2113, 8, 60, 1, 60, 3, 60, 2116, 8, 60, 1, 60, 3, 60, 2119, 8, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2124, 8, 60, 1, 60, 3, 60, 2127, 8, 60, 1, 60, 3, 60, 2130, 8, 60, 1, 60, 3, 60, 2133, 8, 60, 1, 60, 3, 60, 2136, 8, 60, 1, 60, 3, 60, 2139, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 2145, 8, 60, 1, 60, 1, 60, 3, 60, 2149, 8, 60, 1, 60, 3, 60, 2152, 8, 60, 1, 60, 3, 60, 2155, 8, 60, 1, 60, 3, 60, 2158, 8, 60, 1, 60, 3, 60, 2161, 8, 60, 3, 60, 2163, 8, 60, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 3, 61, 2170, 8, 61, 1, 62, 1, 62, 1, 62, 1, 62, 5, 62, 2176, 8, 62, 10, 62, 12, 62, 2179, 9, 62, 1, 62, 1, 62, 1, 63, 1, 63, 1, 63, 5, 63, 2186, 8, 63, 10, 63, 12, 63, 2189, 9, 63, 1, 64, 1, 64, 3, 64, 2193, 8, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 5, 64, 2201, 8, 64, 10, 64, 12, 64, 2204, 9, 64, 3, 64, 2206, 8, 64, 1, 65, 1, 65, 1, 65, 3, 65, 2211, 8, 65, 1, 65, 5, 65, 2214, 8, 65, 10, 65, 12, 65, 2217, 9, 65, 1, 65, 1, 65, 3, 65, 2221, 8, 65, 1, 65, 3, 65, 2224, 8, 65, 1, 66, 1, 66, 1, 66, 3, 66, 2229, 8, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 3, 66, 2238, 8, 66, 3, 66, 2240, 8, 66, 1, 66, 1, 66, 3, 66, 2244, 8, 66, 1, 66, 3, 66, 2247, 8, 66, 1, 66, 1, 66, 3, 66, 2251, 8, 66, 1, 66, 5, 66, 2254, 8, 66, 10, 66, 12, 66, 2257, 9, 66, 1, 67, 1, 67, 3, 67, 2261, 8, 67, 1, 67, 1, 67, 3, 67, 2265, 8, 67, 1, 67, 3, 67, 2268, 8, 67, 1, 67, 1, 67, 3, 67, 2272, 8, 67, 1, 68, 3, 68, 2275, 8, 68, 1, 68, 1, 68, 1, 68, 3, 68, 2280, 8, 68, 1, 68, 3, 68, 2283, 8, 68, 1, 68, 1, 68, 1, 68, 3, 68, 2288, 8, 68, 1, 68, 3, 68, 2291, 8, 68, 1, 68, 1, 68, 3, 68, 2295, 8, 68, 1, 68, 3, 68, 2298, 8, 68, 1, 68, 3, 68, 2301, 8, 68, 1, 68, 1, 68, 1, 68, 3, 68, 2306, 8, 68, 1, 68, 3, 68, 2309, 8, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 3, 68, 2317, 8, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 4, 68, 2327, 8, 68, 11, 68, 12, 68, 2328, 1, 68, 1, 68, 3, 68, 2333, 8, 68, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 3, 68, 2340, 8, 68, 1, 68, 1, 68, 1, 68, 3, 68, 2345, 8, 68, 1, 68, 3, 68, 2348, 8, 68, 1, 68, 3, 68, 2351, 8, 68, 1, 68, 3, 68, 2354, 8, 68, 1, 69, 1, 69, 1, 69, 3, 69, 2359, 8, 69, 1, 70, 1, 70, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 5, 71, 2368, 8, 71, 10, 71, 12, 71, 2371, 9, 71, 1, 71, 1, 71, 1, 71, 3, 71, 2376, 8, 71, 1, 71, 1, 71, 3, 71, 2380, 8, 71, 1, 71, 3, 71, 2383, 8, 71, 1, 71, 3, 71, 2386, 8, 71, 1, 71, 5, 71, 2389, 8, 71, 10, 71, 12, 71, 2392, 9, 71, 1, 71, 1, 71, 5, 71, 2396, 8, 71, 10, 71, 12, 71, 2399, 9, 71, 3, 71, 2401, 8, 71, 1, 71, 1, 71, 3, 71, 2405, 8, 71, 1, 71, 1, 71, 1, 71, 1, 71, 5, 71, 2411, 8, 71, 10, 71, 12, 71, 2414, 9, 71, 1, 71, 1, 71, 3, 71, 2418, 8, 71, 1, 71, 3, 71, 2421, 8, 71, 1, 71, 3, 71, 2424, 8, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 3, 71, 2431, 8, 71, 1, 71, 5, 71, 2434, 8, 71, 10, 71, 12, 71, 2437, 9, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 3, 71, 2445, 8, 71, 1, 71, 3, 71, 2448, 8, 71, 1, 71, 3, 71, 2451, 8, 71, 1, 71, 5, 71, 2454, 8, 71, 10, 71, 12, 71, 2457, 9, 71, 3, 71, 2459, 8, 71, 1, 72, 1, 72, 1, 72, 1, 72, 1, 73, 1, 73, 1, 73, 1, 73, 5, 73, 2469, 8, 73, 10, 73, 12, 73, 2472, 9, 73, 1, 73, 1, 73, 1, 74, 1, 74, 1, 74, 5, 74, 2479, 8, 74, 10, 74, 12, 74, 2482, 9, 74, 1, 75, 1, 75, 1, 75, 1, 76, 1, 76, 1, 76, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 3, 77, 2498, 8, 77, 1, 78, 1, 78, 3, 78, 2502, 8, 78, 1, 78, 1, 78, 3, 78, 2506, 8, 78, 3, 78, 2508, 8, 78, 1, 79, 1, 79, 1, 79, 1, 79, 1, 80, 1, 80, 1, 80, 1, 80, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 1, 81, 3, 81, 2525, 8, 81, 3, 81, 2527, 8, 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, 5, 83, 2541, 8, 83, 10, 83, 12, 83, 2544, 9, 83, 1, 83, 1, 83, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 3, 84, 2554, 8, 84, 1, 84, 3, 84, 2557, 8, 84, 1, 84, 3, 84, 2560, 8, 84, 1, 85, 1, 85, 1, 85, 1, 86, 1, 86, 1, 86, 1, 86, 3, 86, 2569, 8, 86, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 3, 87, 2578, 8, 87, 1, 88, 1, 88, 1, 88, 1, 89, 1, 89, 1, 89, 1, 89, 1, 90, 1, 90, 1, 90, 1, 90, 1, 91, 1, 91, 1, 91, 3, 91, 2594, 8, 91, 1, 91, 3, 91, 2597, 8, 91, 1, 91, 3, 91, 2600, 8, 91, 1, 91, 1, 91, 1, 91, 1, 91, 5, 91, 2606, 8, 91, 10, 91, 12, 91, 2609, 9, 91, 1, 91, 3, 91, 2612, 8, 91, 1, 91, 1, 91, 1, 92, 1, 92, 1, 92, 3, 92, 2619, 8, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 93, 1, 93, 3, 93, 2628, 8, 93, 1, 93, 1, 93, 3, 93, 2632, 8, 93, 1, 93, 1, 93, 1, 93, 1, 93, 3, 93, 2638, 8, 93, 1, 94, 1, 94, 3, 94, 2642, 8, 94, 1, 94, 3, 94, 2645, 8, 94, 1, 94, 3, 94, 2648, 8, 94, 1, 94, 3, 94, 2651, 8, 94, 1, 94, 3, 94, 2654, 8, 94, 1, 95, 1, 95, 1, 95, 1, 95, 3, 95, 2660, 8, 95, 1, 96, 1, 96, 3, 96, 2664, 8, 96, 1, 96, 1, 96, 1, 96, 3, 96, 2669, 8, 96, 1, 96, 1, 96, 3, 96, 2673, 8, 96, 1, 96, 3, 96, 2676, 8, 96, 1, 96, 3, 96, 2679, 8, 96, 1, 96, 3, 96, 2682, 8, 96, 1, 96, 1, 96, 1, 96, 3, 96, 2687, 8, 96, 1, 97, 1, 97, 1, 97, 1, 97, 3, 97, 2693, 8, 97, 1, 97, 1, 97, 3, 97, 2697, 8, 97, 1, 98, 1, 98, 3, 98, 2701, 8, 98, 1, 98, 1, 98, 3, 98, 2705, 8, 98, 1, 98, 1, 98, 4, 98, 2709, 8, 98, 11, 98, 12, 98, 2710, 3, 98, 2713, 8, 98, 1, 99, 1, 99, 1, 99, 3, 99, 2718, 8, 99, 1, 99, 1, 99, 4, 99, 2722, 8, 99, 11, 99, 12, 99, 2723, 1, 100, 1, 100, 1, 100, 1, 100, 3, 100, 2730, 8, 100, 1, 100, 1, 100, 3, 100, 2734, 8, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 3, 100, 2749, 8, 100, 1, 100, 1, 100, 1, 100, 3, 100, 2754, 8, 100, 1, 100, 3, 100, 2757, 8, 100, 3, 100, 2759, 8, 100, 1, 101, 3, 101, 2762, 8, 101, 1, 101, 1, 101, 3, 101, 2766, 8, 101, 1, 102, 1, 102, 3, 102, 2770, 8, 102, 1, 102, 3, 102, 2773, 8, 102, 1, 102, 3, 102, 2776, 8, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 3, 102, 2784, 8, 102, 1, 102, 1, 102, 1, 102, 1, 102, 3, 102, 2790, 8, 102, 3, 102, 2792, 8, 102, 1, 103, 1, 103, 1, 103, 1, 103, 3, 103, 2798, 8, 103, 1, 103, 1, 103, 1, 103, 3, 103, 2803, 8, 103, 1, 104, 1, 104, 1, 104, 3, 104, 2808, 8, 104, 1, 104, 1, 104, 3, 104, 2812, 8, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 5, 104, 2819, 8, 104, 10, 104, 12, 104, 2822, 9, 104, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 5, 105, 2830, 8, 105, 10, 105, 12, 105, 2833, 9, 105, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 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, 2871, 8, 106, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 4, 107, 2879, 8, 107, 11, 107, 12, 107, 2880, 3, 107, 2883, 8, 107, 1, 107, 3, 107, 2886, 8, 107, 1, 108, 1, 108, 3, 108, 2890, 8, 108, 1, 108, 1, 108, 3, 108, 2894, 8, 108, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 4, 109, 2902, 8, 109, 11, 109, 12, 109, 2903, 3, 109, 2906, 8, 109, 1, 109, 1, 109, 4, 109, 2910, 8, 109, 11, 109, 12, 109, 2911, 3, 109, 2914, 8, 109, 1, 110, 1, 110, 1, 110, 1, 110, 1, 110, 5, 110, 2921, 8, 110, 10, 110, 12, 110, 2924, 9, 110, 1, 110, 1, 110, 1, 111, 1, 111, 1, 111, 1, 111, 1, 111, 5, 111, 2933, 8, 111, 10, 111, 12, 111, 2936, 9, 111, 1, 111, 1, 111, 1, 112, 1, 112, 1, 112, 1, 113, 1, 113, 1, 113, 1, 114, 1, 114, 1, 114, 3, 114, 2949, 8, 114, 1, 114, 1, 114, 1, 114, 3, 114, 2954, 8, 114, 1, 114, 3, 114, 2957, 8, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 3, 114, 2964, 8, 114, 1, 115, 1, 115, 1, 115, 3, 115, 2969, 8, 115, 1, 116, 1, 116, 1, 116, 1, 116, 1, 116, 1, 116, 3, 116, 2977, 8, 116, 3, 116, 2979, 8, 116, 1, 117, 1, 117, 1, 117, 1, 117, 3, 117, 2985, 8, 117, 1, 117, 1, 117, 1, 117, 3, 117, 2990, 8, 117, 1, 117, 1, 117, 3, 117, 2994, 8, 117, 1, 117, 1, 117, 1, 117, 3, 117, 2999, 8, 117, 1, 117, 1, 117, 1, 117, 1, 117, 3, 117, 3005, 8, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 3, 117, 3012, 8, 117, 1, 117, 1, 117, 1, 117, 1, 117, 3, 117, 3018, 8, 117, 3, 117, 3020, 8, 117, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 3, 118, 3029, 8, 118, 1, 118, 1, 118, 1, 118, 1, 118, 3, 118, 3035, 8, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 3, 118, 3043, 8, 118, 1, 119, 1, 119, 1, 119, 1, 119, 3, 119, 3049, 8, 119, 1, 119, 1, 119, 1, 119, 3, 119, 3054, 8, 119, 1, 119, 1, 119, 1, 119, 3, 119, 3059, 8, 119, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 3, 120, 3067, 8, 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, 3, 121, 3082, 8, 121, 3, 121, 3084, 8, 121, 1, 121, 1, 121, 3, 121, 3088, 8, 121, 1, 121, 1, 121, 3, 121, 3092, 8, 121, 1, 121, 3, 121, 3095, 8, 121, 1, 121, 3, 121, 3098, 8, 121, 1, 122, 1, 122, 1, 122, 1, 122, 1, 122, 1, 122, 1, 122, 3, 122, 3107, 8, 122, 1, 122, 3, 122, 3110, 8, 122, 1, 122, 3, 122, 3113, 8, 122, 1, 123, 1, 123, 1, 123, 1, 123, 3, 123, 3119, 8, 123, 1, 123, 1, 123, 5, 123, 3123, 8, 123, 10, 123, 12, 123, 3126, 9, 123, 1, 123, 3, 123, 3129, 8, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 1, 123, 3, 123, 3141, 8, 123, 1, 123, 1, 123, 1, 123, 1, 123, 3, 123, 3147, 8, 123, 1, 124, 3, 124, 3150, 8, 124, 1, 124, 1, 124, 1, 124, 3, 124, 3155, 8, 124, 1, 124, 1, 124, 3, 124, 3159, 8, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 3, 124, 3166, 8, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 3, 124, 3176, 8, 124, 3, 124, 3178, 8, 124, 1, 125, 1, 125, 1, 125, 1, 125, 1, 125, 1, 126, 1, 126, 1, 126, 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, 3, 128, 3202, 8, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 3, 128, 3214, 8, 128, 1, 128, 4, 128, 3217, 8, 128, 11, 128, 12, 128, 3218, 3, 128, 3221, 8, 128, 1, 128, 1, 128, 3, 128, 3225, 8, 128, 1, 128, 3, 128, 3228, 8, 128, 1, 128, 3, 128, 3231, 8, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 3, 128, 3241, 8, 128, 1, 128, 3, 128, 3244, 8, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 3, 128, 3254, 8, 128, 1, 128, 5, 128, 3257, 8, 128, 10, 128, 12, 128, 3260, 9, 128, 1, 128, 1, 128, 3, 128, 3264, 8, 128, 1, 128, 3, 128, 3267, 8, 128, 1, 128, 3, 128, 3270, 8, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 3, 128, 3278, 8, 128, 1, 129, 1, 129, 1, 129, 1, 129, 3, 129, 3284, 8, 129, 1, 130, 1, 130, 1, 130, 5, 130, 3289, 8, 130, 10, 130, 12, 130, 3292, 9, 130, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 3, 131, 3299, 8, 131, 1, 131, 3, 131, 3302, 8, 131, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 133, 1, 133, 1, 133, 1, 133, 3, 133, 3313, 8, 133, 1, 134, 1, 134, 3, 134, 3317, 8, 134, 1, 134, 1, 134, 5, 134, 3321, 8, 134, 10, 134, 12, 134, 3324, 9, 134, 1, 135, 1, 135, 1, 135, 1, 135, 3, 135, 3330, 8, 135, 1, 136, 3, 136, 3333, 8, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 3, 136, 3342, 8, 136, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 5, 137, 3354, 8, 137, 10, 137, 12, 137, 3357, 9, 137, 3, 137, 3359, 8, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 138, 1, 138, 1, 138, 1, 138, 1, 138, 5, 138, 3371, 8, 138, 10, 138, 12, 138, 3374, 9, 138, 1, 138, 1, 138, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 3, 139, 3384, 8, 139, 1, 139, 3, 139, 3387, 8, 139, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 5, 140, 3397, 8, 140, 10, 140, 12, 140, 3400, 9, 140, 1, 141, 1, 141, 3, 141, 3404, 8, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 5, 141, 3415, 8, 141, 10, 141, 12, 141, 3418, 9, 141, 1, 141, 1, 141, 3, 141, 3422, 8, 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, 3435, 8, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 5, 141, 3442, 8, 141, 10, 141, 12, 141, 3445, 9, 141, 3, 141, 3447, 8, 141, 1, 141, 3, 141, 3450, 8, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 3, 141, 3457, 8, 141, 1, 141, 3, 141, 3460, 8, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 3, 141, 3472, 8, 141, 1, 141, 1, 141, 1, 141, 1, 141, 3, 141, 3478, 8, 141, 3, 141, 3480, 8, 141, 1, 142, 1, 142, 1, 142, 1, 142, 5, 142, 3486, 8, 142, 10, 142, 12, 142, 3489, 9, 142, 1, 142, 1, 142, 1, 143, 1, 143, 1, 143, 3, 143, 3496, 8, 143, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 3, 144, 3504, 8, 144, 1, 145, 1, 145, 1, 145, 1, 145, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 3, 146, 3516, 8, 146, 1, 146, 1, 146, 1, 146, 3, 146, 3521, 8, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 3, 146, 3532, 8, 146, 1, 147, 1, 147, 1, 147, 1, 147, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 3, 148, 3543, 8, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 3, 148, 3551, 8, 148, 1, 148, 1, 148, 1, 148, 1, 148, 5, 148, 3557, 8, 148, 10, 148, 12, 148, 3560, 9, 148, 1, 149, 1, 149, 1, 149, 1, 149, 3, 149, 3566, 8, 149, 1, 149, 1, 149, 1, 149, 1, 149, 1, 149, 3, 149, 3573, 8, 149, 3, 149, 3575, 8, 149, 1, 149, 3, 149, 3578, 8, 149, 1, 149, 1, 149, 1, 149, 3, 149, 3583, 8, 149, 1, 149, 1, 149, 1, 149, 3, 149, 3588, 8, 149, 1, 150, 1, 150, 1, 150, 1, 150, 1, 150, 1, 150, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 5, 151, 3605, 8, 151, 10, 151, 12, 151, 3608, 9, 151, 1, 151, 1, 151, 1, 151, 1, 151, 5, 151, 3614, 8, 151, 10, 151, 12, 151, 3617, 9, 151, 3, 151, 3619, 8, 151, 1, 152, 1, 152, 1, 152, 1, 152, 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, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 3, 154, 3646, 8, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 3, 154, 3655, 8, 154, 1, 154, 3, 154, 3658, 8, 154, 1, 154, 1, 154, 3, 154, 3662, 8, 154, 1, 154, 1, 154, 3, 154, 3666, 8, 154, 1, 154, 1, 154, 3, 154, 3670, 8, 154, 1, 154, 1, 154, 1, 154, 5, 154, 3675, 8, 154, 10, 154, 12, 154, 3678, 9, 154, 1, 154, 3, 154, 3681, 8, 154, 1, 154, 1, 154, 3, 154, 3685, 8, 154, 1, 154, 1, 154, 3, 154, 3689, 8, 154, 1, 154, 1, 154, 3, 154, 3693, 8, 154, 1, 154, 1, 154, 1, 154, 3, 154, 3698, 8, 154, 1, 154, 1, 154, 3, 154, 3702, 8, 154, 1, 154, 1, 154, 1, 154, 3, 154, 3707, 8, 154, 1, 154, 1, 154, 1, 154, 1, 154, 3, 154, 3713, 8, 154, 1, 154, 1, 154, 1, 154, 3, 154, 3718, 8, 154, 1, 154, 1, 154, 1, 154, 5, 154, 3723, 8, 154, 10, 154, 12, 154, 3726, 9, 154, 1, 154, 3, 154, 3729, 8, 154, 1, 154, 1, 154, 1, 154, 1, 154, 3, 154, 3735, 8, 154, 1, 154, 1, 154, 3, 154, 3739, 8, 154, 1, 154, 1, 154, 1, 154, 3, 154, 3744, 8, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 3, 154, 3752, 8, 154, 1, 154, 1, 154, 1, 154, 1, 154, 3, 154, 3758, 8, 154, 1, 154, 1, 154, 1, 154, 3, 154, 3763, 8, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 3, 154, 3770, 8, 154, 1, 154, 1, 154, 1, 154, 3, 154, 3775, 8, 154, 1, 154, 1, 154, 3, 154, 3779, 8, 154, 1, 154, 1, 154, 1, 154, 3, 154, 3784, 8, 154, 1, 154, 1, 154, 1, 154, 1, 154, 3, 154, 3790, 8, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 3, 154, 3797, 8, 154, 1, 154, 1, 154, 1, 154, 3, 154, 3802, 8, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 3, 154, 3809, 8, 154, 1, 154, 1, 154, 1, 154, 3, 154, 3814, 8, 154, 1, 154, 1, 154, 1, 154, 1, 154, 1, 154, 3, 154, 3821, 8, 154, 1, 154, 1, 154, 3, 154, 3825, 8, 154, 1, 154, 1, 154, 1, 154, 1, 154, 5, 154, 3831, 8, 154, 10, 154, 12, 154, 3834, 9, 154, 1, 154, 3, 154, 3837, 8, 154, 3, 154, 3839, 8, 154, 1, 155, 3, 155, 3842, 8, 155, 1, 155, 1, 155, 1, 155, 3, 155, 3847, 8, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 3, 155, 3857, 8, 155, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 3, 156, 3872, 8, 156, 1, 156, 3, 156, 3875, 8, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 3, 156, 3883, 8, 156, 1, 157, 1, 157, 1, 157, 5, 157, 3888, 8, 157, 10, 157, 12, 157, 3891, 9, 157, 1, 158, 1, 158, 3, 158, 3895, 8, 158, 1, 159, 1, 159, 4, 159, 3899, 8, 159, 11, 159, 12, 159, 3900, 1, 160, 1, 160, 3, 160, 3905, 8, 160, 1, 160, 1, 160, 1, 160, 5, 160, 3910, 8, 160, 10, 160, 12, 160, 3913, 9, 160, 1, 160, 1, 160, 3, 160, 3917, 8, 160, 1, 160, 3, 160, 3920, 8, 160, 1, 161, 3, 161, 3923, 8, 161, 1, 161, 1, 161, 3, 161, 3927, 8, 161, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 3, 162, 3936, 8, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 3, 162, 3954, 8, 162, 1, 162, 3, 162, 3957, 8, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 1, 162, 3, 162, 3989, 8, 162, 1, 162, 1, 162, 1, 162, 3, 162, 3994, 8, 162, 1, 163, 1, 163, 1, 163, 1, 163, 3, 163, 4000, 8, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 3, 163, 4020, 8, 163, 1, 163, 1, 163, 1, 163, 3, 163, 4025, 8, 163, 1, 164, 1, 164, 1, 164, 1, 165, 3, 165, 4031, 8, 165, 1, 165, 3, 165, 4034, 8, 165, 1, 165, 1, 165, 3, 165, 4038, 8, 165, 1, 165, 1, 165, 3, 165, 4042, 8, 165, 1, 165, 1, 165, 1, 165, 1, 165, 3, 165, 4048, 8, 165, 1, 165, 3, 165, 4051, 8, 165, 1, 165, 1, 165, 3, 165, 4055, 8, 165, 1, 165, 1, 165, 3, 165, 4059, 8, 165, 1, 165, 1, 165, 1, 165, 3, 165, 4064, 8, 165, 1, 165, 3, 165, 4067, 8, 165, 1, 165, 3, 165, 4070, 8, 165, 1, 165, 3, 165, 4073, 8, 165, 1, 166, 1, 166, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 3, 167, 4086, 8, 167, 1, 168, 1, 168, 1, 168, 1, 168, 3, 168, 4092, 8, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 3, 168, 4100, 8, 168, 1, 169, 1, 169, 1, 169, 5, 169, 4105, 8, 169, 10, 169, 12, 169, 4108, 9, 169, 1, 169, 1, 169, 3, 169, 4112, 8, 169, 1, 169, 3, 169, 4115, 8, 169, 1, 169, 1, 169, 1, 169, 5, 169, 4120, 8, 169, 10, 169, 12, 169, 4123, 9, 169, 3, 169, 4125, 8, 169, 1, 170, 1, 170, 1, 171, 1, 171, 1, 171, 1, 171, 3, 171, 4133, 8, 171, 1, 171, 3, 171, 4136, 8, 171, 1, 172, 1, 172, 1, 172, 3, 172, 4141, 8, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 3, 172, 4148, 8, 172, 1, 172, 3, 172, 4151, 8, 172, 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, 172, 1, 172, 1, 172, 1, 172, 5, 172, 4169, 8, 172, 10, 172, 12, 172, 4172, 9, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 3, 172, 4183, 8, 172, 1, 173, 3, 173, 4186, 8, 173, 1, 173, 1, 173, 1, 173, 1, 173, 3, 173, 4192, 8, 173, 1, 173, 5, 173, 4195, 8, 173, 10, 173, 12, 173, 4198, 9, 173, 1, 174, 1, 174, 1, 174, 1, 174, 5, 174, 4204, 8, 174, 10, 174, 12, 174, 4207, 9, 174, 1, 174, 1, 174, 1, 174, 1, 174, 1, 174, 3, 174, 4214, 8, 174, 1, 174, 1, 174, 1, 174, 3, 174, 4219, 8, 174, 1, 175, 1, 175, 1, 175, 1, 175, 3, 175, 4225, 8, 175, 1, 175, 1, 175, 1, 175, 5, 175, 4230, 8, 175, 10, 175, 12, 175, 4233, 9, 175, 1, 175, 1, 175, 1, 175, 1, 175, 1, 175, 3, 175, 4240, 8, 175, 1, 175, 3, 175, 4243, 8, 175, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 1, 176, 5, 176, 4254, 8, 176, 10, 176, 12, 176, 4257, 9, 176, 1, 176, 1, 176, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 3, 177, 4270, 8, 177, 1, 177, 1, 177, 1, 177, 1, 177, 3, 177, 4276, 8, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 3, 177, 4284, 8, 177, 3, 177, 4286, 8, 177, 1, 178, 1, 178, 1, 179, 1, 179, 3, 179, 4292, 8, 179, 1, 179, 1, 179, 3, 179, 4296, 8, 179, 1, 179, 3, 179, 4299, 8, 179, 1, 179, 3, 179, 4302, 8, 179, 1, 179, 1, 179, 1, 179, 3, 179, 4307, 8, 179, 1, 179, 1, 179, 1, 179, 3, 179, 4312, 8, 179, 1, 179, 1, 179, 3, 179, 4316, 8, 179, 1, 179, 3, 179, 4319, 8, 179, 1, 179, 3, 179, 4322, 8, 179, 1, 179, 3, 179, 4325, 8, 179, 1, 179, 3, 179, 4328, 8, 179, 1, 180, 1, 180, 1, 180, 1, 180, 5, 180, 4334, 8, 180, 10, 180, 12, 180, 4337, 9, 180, 1, 180, 1, 180, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 3, 181, 4347, 8, 181, 1, 181, 3, 181, 4350, 8, 181, 1, 181, 3, 181, 4353, 8, 181, 1, 181, 1, 181, 1, 181, 3, 181, 4358, 8, 181, 1, 181, 3, 181, 4361, 8, 181, 1, 181, 1, 181, 3, 181, 4365, 8, 181, 1, 182, 1, 182, 3, 182, 4369, 8, 182, 1, 182, 1, 182, 1, 182, 1, 182, 3, 182, 4375, 8, 182, 1, 182, 1, 182, 1, 182, 1, 182, 5, 182, 4381, 8, 182, 10, 182, 12, 182, 4384, 9, 182, 3, 182, 4386, 8, 182, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 5, 182, 4397, 8, 182, 10, 182, 12, 182, 4400, 9, 182, 1, 182, 1, 182, 3, 182, 4404, 8, 182, 3, 182, 4406, 8, 182, 1, 182, 4, 182, 4409, 8, 182, 11, 182, 12, 182, 4410, 1, 182, 1, 182, 1, 182, 1, 182, 1, 182, 3, 182, 4418, 8, 182, 1, 183, 1, 183, 1, 183, 1, 184, 1, 184, 3, 184, 4425, 8, 184, 1, 184, 1, 184, 1, 185, 1, 185, 1, 185, 5, 185, 4432, 8, 185, 10, 185, 12, 185, 4435, 9, 185, 1, 186, 1, 186, 1, 186, 5, 186, 4440, 8, 186, 10, 186, 12, 186, 4443, 9, 186, 1, 187, 1, 187, 1, 187, 1, 187, 1, 187, 3, 187, 4450, 8, 187, 1, 188, 1, 188, 1, 188, 5, 188, 4455, 8, 188, 10, 188, 12, 188, 4458, 9, 188, 1, 189, 1, 189, 1, 189, 1, 189, 1, 189, 3, 189, 4465, 8, 189, 1, 190, 1, 190, 1, 190, 5, 190, 4470, 8, 190, 10, 190, 12, 190, 4473, 9, 190, 1, 191, 1, 191, 1, 191, 1, 191, 1, 191, 3, 191, 4480, 8, 191, 1, 192, 1, 192, 3, 192, 4484, 8, 192, 1, 192, 1, 192, 3, 192, 4488, 8, 192, 3, 192, 4490, 8, 192, 1, 192, 1, 192, 1, 193, 1, 193, 3, 193, 4496, 8, 193, 1, 193, 1, 193, 1, 193, 3, 193, 4501, 8, 193, 1, 194, 1, 194, 3, 194, 4505, 8, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 3, 194, 4512, 8, 194, 1, 195, 1, 195, 1, 195, 3, 195, 4517, 8, 195, 1, 196, 1, 196, 1, 196, 3, 196, 4522, 8, 196, 1, 196, 1, 196, 1, 196, 3, 196, 4527, 8, 196, 3, 196, 4529, 8, 196, 1, 196, 1, 196, 1, 197, 1, 197, 1, 197, 1, 198, 1, 198, 1, 198, 3, 198, 4539, 8, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 3, 198, 4549, 8, 198, 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, 198, 1, 198, 3, 198, 4565, 8, 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, 199, 1, 199, 5, 199, 4581, 8, 199, 10, 199, 12, 199, 4584, 9, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 3, 199, 4595, 8, 199, 1, 199, 1, 199, 1, 199, 1, 199, 1, 199, 3, 199, 4602, 8, 199, 1, 200, 1, 200, 1, 200, 1, 201, 1, 201, 1, 201, 1, 202, 1, 202, 1, 202, 1, 202, 1, 202, 1, 202, 1, 202, 3, 202, 4617, 8, 202, 1, 202, 4, 202, 4620, 8, 202, 11, 202, 12, 202, 4621, 1, 202, 3, 202, 4625, 8, 202, 1, 203, 1, 203, 1, 203, 3, 203, 4630, 8, 203, 1, 203, 1, 203, 1, 203, 3, 203, 4635, 8, 203, 1, 203, 1, 203, 1, 203, 3, 203, 4640, 8, 203, 1, 203, 3, 203, 4643, 8, 203, 1, 203, 3, 203, 4646, 8, 203, 1, 204, 1, 204, 1, 204, 3, 204, 4651, 8, 204, 1, 204, 1, 204, 1, 204, 5, 204, 4656, 8, 204, 10, 204, 12, 204, 4659, 9, 204, 1, 204, 3, 204, 4662, 8, 204, 1, 205, 1, 205, 1, 205, 3, 205, 4667, 8, 205, 1, 205, 1, 205, 1, 205, 5, 205, 4672, 8, 205, 10, 205, 12, 205, 4675, 9, 205, 1, 205, 3, 205, 4678, 8, 205, 1, 206, 1, 206, 1, 206, 1, 206, 3, 206, 4684, 8, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 3, 206, 4693, 8, 206, 1, 206, 1, 206, 1, 207, 1, 207, 1, 207, 5, 207, 4700, 8, 207, 10, 207, 12, 207, 4703, 9, 207, 1, 207, 1, 207, 1, 208, 1, 208, 1, 208, 1, 209, 1, 209, 1, 209, 1, 209, 4, 209, 4714, 8, 209, 11, 209, 12, 209, 4715, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 3, 210, 4729, 8, 210, 1, 210, 1, 210, 1, 210, 1, 210, 3, 210, 4735, 8, 210, 1, 210, 1, 210, 3, 210, 4739, 8, 210, 3, 210, 4741, 8, 210, 1, 211, 1, 211, 1, 211, 1, 212, 1, 212, 3, 212, 4748, 8, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 3, 212, 4761, 8, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 3, 212, 4768, 8, 212, 3, 212, 4770, 8, 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, 5, 214, 4784, 8, 214, 10, 214, 12, 214, 4787, 9, 214, 1, 214, 3, 214, 4790, 8, 214, 1, 214, 1, 214, 3, 214, 4794, 8, 214, 1, 214, 1, 214, 1, 214, 3, 214, 4799, 8, 214, 1, 214, 1, 214, 1, 214, 3, 214, 4804, 8, 214, 1, 214, 1, 214, 1, 214, 3, 214, 4809, 8, 214, 1, 214, 1, 214, 1, 214, 3, 214, 4814, 8, 214, 1, 214, 3, 214, 4817, 8, 214, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 3, 216, 4829, 8, 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, 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, 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, 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, 3, 216, 4882, 8, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 3, 216, 4891, 8, 216, 1, 216, 1, 216, 3, 216, 4895, 8, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 3, 216, 4904, 8, 216, 1, 216, 1, 216, 3, 216, 4908, 8, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 3, 216, 4917, 8, 216, 1, 216, 1, 216, 3, 216, 4921, 8, 216, 1, 216, 1, 216, 1, 216, 3, 216, 4926, 8, 216, 1, 216, 3, 216, 4929, 8, 216, 1, 216, 1, 216, 3, 216, 4933, 8, 216, 1, 216, 1, 216, 1, 216, 3, 216, 4938, 8, 216, 3, 216, 4940, 8, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 3, 216, 4949, 8, 216, 1, 216, 1, 216, 1, 216, 3, 216, 4954, 8, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 3, 216, 4965, 8, 216, 1, 216, 1, 216, 3, 216, 4969, 8, 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, 3, 216, 4983, 8, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 3, 216, 4991, 8, 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, 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, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 1, 216, 3, 216, 5029, 8, 216, 3, 216, 5031, 8, 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, 217, 1, 217, 1, 217, 1, 217, 3, 217, 5050, 8, 217, 1, 217, 3, 217, 5053, 8, 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, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 3, 218, 5080, 8, 218, 1, 218, 1, 218, 3, 218, 5084, 8, 218, 1, 218, 1, 218, 3, 218, 5088, 8, 218, 1, 218, 1, 218, 3, 218, 5092, 8, 218, 1, 218, 1, 218, 3, 218, 5096, 8, 218, 1, 218, 3, 218, 5099, 8, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 3, 218, 5114, 8, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 3, 218, 5121, 8, 218, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 220, 1, 220, 1, 220, 1, 220, 5, 220, 5133, 8, 220, 10, 220, 12, 220, 5136, 9, 220, 1, 220, 1, 220, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 3, 221, 5148, 8, 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, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 3, 223, 5173, 8, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 3, 223, 5192, 8, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 3, 223, 5207, 8, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 3, 223, 5223, 8, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 3, 223, 5230, 8, 223, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 3, 224, 5241, 8, 224, 1, 224, 3, 224, 5244, 8, 224, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 5, 225, 5261, 8, 225, 10, 225, 12, 225, 5264, 9, 225, 3, 225, 5266, 8, 225, 1, 226, 1, 226, 1, 226, 1, 226, 1, 226, 1, 226, 1, 226, 1, 226, 1, 226, 5, 226, 5277, 8, 226, 10, 226, 12, 226, 5280, 9, 226, 1, 226, 3, 226, 5283, 8, 226, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 3, 227, 5303, 8, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 5, 227, 5313, 8, 227, 10, 227, 12, 227, 5316, 9, 227, 1, 227, 3, 227, 5319, 8, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 3, 227, 5341, 8, 227, 1, 228, 1, 228, 3, 228, 5345, 8, 228, 1, 228, 1, 228, 1, 228, 1, 228, 1, 228, 1, 228, 1, 228, 1, 228, 3, 228, 5355, 8, 228, 1, 228, 1, 228, 3, 228, 5359, 8, 228, 1, 228, 1, 228, 1, 228, 1, 228, 3, 228, 5365, 8, 228, 1, 228, 1, 228, 3, 228, 5369, 8, 228, 5, 228, 5371, 8, 228, 10, 228, 12, 228, 5374, 9, 228, 1, 228, 3, 228, 5377, 8, 228, 1, 229, 1, 229, 1, 229, 1, 229, 1, 229, 3, 229, 5384, 8, 229, 1, 230, 1, 230, 1, 230, 3, 230, 5389, 8, 230, 1, 231, 1, 231, 1, 231, 1, 232, 1, 232, 1, 232, 1, 233, 1, 233, 1, 233, 3, 233, 5400, 8, 233, 1, 234, 1, 234, 3, 234, 5404, 8, 234, 1, 234, 3, 234, 5407, 8, 234, 1, 234, 1, 234, 1, 234, 3, 234, 5412, 8, 234, 1, 234, 1, 234, 1, 234, 1, 234, 3, 234, 5418, 8, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 3, 234, 5429, 8, 234, 1, 234, 1, 234, 3, 234, 5433, 8, 234, 1, 234, 3, 234, 5436, 8, 234, 1, 234, 1, 234, 3, 234, 5440, 8, 234, 1, 234, 1, 234, 3, 234, 5444, 8, 234, 1, 234, 3, 234, 5447, 8, 234, 1, 235, 1, 235, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 1, 236, 3, 236, 5457, 8, 236, 1, 236, 3, 236, 5460, 8, 236, 1, 237, 1, 237, 3, 237, 5464, 8, 237, 1, 237, 5, 237, 5467, 8, 237, 10, 237, 12, 237, 5470, 9, 237, 1, 238, 1, 238, 1, 238, 3, 238, 5475, 8, 238, 1, 238, 3, 238, 5478, 8, 238, 1, 238, 1, 238, 1, 238, 3, 238, 5483, 8, 238, 1, 238, 3, 238, 5486, 8, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 3, 238, 5493, 8, 238, 3, 238, 5495, 8, 238, 1, 238, 1, 238, 1, 238, 1, 238, 3, 238, 5501, 8, 238, 1, 238, 1, 238, 3, 238, 5505, 8, 238, 1, 239, 1, 239, 1, 239, 1, 240, 1, 240, 1, 240, 1, 240, 3, 240, 5514, 8, 240, 1, 240, 4, 240, 5517, 8, 240, 11, 240, 12, 240, 5518, 3, 240, 5521, 8, 240, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 3, 241, 5531, 8, 241, 1, 241, 3, 241, 5534, 8, 241, 1, 241, 1, 241, 1, 241, 3, 241, 5539, 8, 241, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 1, 242, 3, 242, 5547, 8, 242, 1, 242, 3, 242, 5550, 8, 242, 1, 242, 4, 242, 5553, 8, 242, 11, 242, 12, 242, 5554, 3, 242, 5557, 8, 242, 3, 242, 5559, 8, 242, 1, 243, 1, 243, 1, 243, 1, 243, 3, 243, 5565, 8, 243, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 244, 1, 245, 1, 245, 1, 245, 1, 245, 1, 245, 1, 246, 1, 246, 1, 246, 1, 246, 3, 246, 5582, 8, 246, 1, 246, 1, 246, 5, 246, 5586, 8, 246, 10, 246, 12, 246, 5589, 9, 246, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 3, 247, 5601, 8, 247, 1, 247, 1, 247, 1, 247, 1, 247, 3, 247, 5607, 8, 247, 1, 247, 1, 247, 3, 247, 5611, 8, 247, 1, 247, 1, 247, 1, 247, 3, 247, 5616, 8, 247, 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, 249, 1, 249, 1, 249, 1, 249, 3, 249, 5646, 8, 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, 3, 249, 5661, 8, 249, 1, 249, 1, 249, 1, 249, 3, 249, 5666, 8, 249, 1, 250, 1, 250, 3, 250, 5670, 8, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 250, 1, 251, 1, 251, 3, 251, 5683, 8, 251, 1, 251, 1, 251, 3, 251, 5687, 8, 251, 3, 251, 5689, 8, 251, 1, 251, 1, 251, 1, 251, 1, 251, 1, 251, 5, 251, 5696, 8, 251, 10, 251, 12, 251, 5699, 9, 251, 1, 251, 1, 251, 1, 251, 3, 251, 5704, 8, 251, 3, 251, 5706, 8, 251, 1, 252, 1, 252, 3, 252, 5710, 8, 252, 1, 252, 3, 252, 5713, 8, 252, 1, 252, 3, 252, 5716, 8, 252, 1, 252, 3, 252, 5719, 8, 252, 1, 252, 3, 252, 5722, 8, 252, 3, 252, 5724, 8, 252, 1, 252, 3, 252, 5727, 8, 252, 1, 253, 1, 253, 3, 253, 5731, 8, 253, 1, 253, 1, 253, 1, 253, 1, 253, 5, 253, 5737, 8, 253, 10, 253, 12, 253, 5740, 9, 253, 1, 253, 1, 253, 3, 253, 5744, 8, 253, 1, 253, 3, 253, 5747, 8, 253, 1, 254, 1, 254, 1, 255, 1, 255, 3, 255, 5753, 8, 255, 1, 255, 1, 255, 3, 255, 5757, 8, 255, 1, 256, 1, 256, 3, 256, 5761, 8, 256, 1, 256, 1, 256, 1, 256, 3, 256, 5766, 8, 256, 3, 256, 5768, 8, 256, 1, 257, 1, 257, 3, 257, 5772, 8, 257, 1, 258, 1, 258, 3, 258, 5776, 8, 258, 1, 259, 1, 259, 1, 259, 5, 259, 5781, 8, 259, 10, 259, 12, 259, 5784, 9, 259, 1, 260, 1, 260, 1, 260, 3, 260, 5789, 8, 260, 1, 260, 1, 260, 3, 260, 5793, 8, 260, 3, 260, 5795, 8, 260, 3, 260, 5797, 8, 260, 1, 260, 1, 260, 1, 261, 1, 261, 1, 261, 1, 261, 1, 261, 1, 261, 1, 261, 1, 261, 1, 261, 3, 261, 5810, 8, 261, 1, 262, 1, 262, 1, 262, 1, 262, 5, 262, 5816, 8, 262, 10, 262, 12, 262, 5819, 9, 262, 1, 262, 1, 262, 1, 263, 1, 263, 1, 263, 3, 263, 5826, 8, 263, 1, 263, 1, 263, 1, 263, 1, 264, 1, 264, 1, 264, 1, 264, 5, 264, 5835, 8, 264, 10, 264, 12, 264, 5838, 9, 264, 1, 264, 1, 264, 1, 265, 1, 265, 1, 265, 1, 265, 3, 265, 5846, 8, 265, 1, 266, 1, 266, 1, 266, 3, 266, 5851, 8, 266, 1, 266, 1, 266, 3, 266, 5855, 8, 266, 1, 266, 1, 266, 3, 266, 5859, 8, 266, 1, 266, 1, 266, 1, 266, 1, 266, 1, 266, 3, 266, 5866, 8, 266, 1, 266, 3, 266, 5869, 8, 266, 3, 266, 5871, 8, 266, 1, 267, 1, 267, 1, 267, 1, 267, 1, 268, 1, 268, 3, 268, 5879, 8, 268, 1, 268, 1, 268, 3, 268, 5883, 8, 268, 1, 269, 3, 269, 5886, 8, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 3, 269, 5893, 8, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 3, 269, 5900, 8, 269, 1, 269, 1, 269, 1, 269, 3, 269, 5905, 8, 269, 1, 269, 1, 269, 1, 269, 1, 269, 1, 269, 3, 269, 5912, 8, 269, 1, 269, 3, 269, 5915, 8, 269, 3, 269, 5917, 8, 269, 1, 269, 3, 269, 5920, 8, 269, 1, 270, 1, 270, 1, 270, 1, 270, 3, 270, 5926, 8, 270, 1, 270, 1, 270, 1, 270, 3, 270, 5931, 8, 270, 1, 270, 1, 270, 3, 270, 5935, 8, 270, 1, 271, 1, 271, 1, 271, 5, 271, 5940, 8, 271, 10, 271, 12, 271, 5943, 9, 271, 1, 272, 1, 272, 1, 272, 1, 273, 1, 273, 1, 273, 1, 274, 3, 274, 5952, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5959, 8, 274, 1, 274, 3, 274, 5962, 8, 274, 1, 274, 3, 274, 5965, 8, 274, 1, 275, 1, 275, 3, 275, 5969, 8, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 1, 275, 3, 275, 5980, 8, 275, 1, 275, 3, 275, 5983, 8, 275, 1, 275, 3, 275, 5986, 8, 275, 1, 275, 3, 275, 5989, 8, 275, 1, 276, 3, 276, 5992, 8, 276, 1, 276, 1, 276, 1, 276, 1, 276, 1, 276, 3, 276, 5999, 8, 276, 1, 276, 3, 276, 6002, 8, 276, 1, 276, 3, 276, 6005, 8, 276, 1, 277, 1, 277, 1, 277, 5, 277, 6010, 8, 277, 10, 277, 12, 277, 6013, 9, 277, 1, 278, 1, 278, 1, 278, 1, 278, 1, 278, 1, 278, 1, 278, 1, 278, 1, 278, 3, 278, 6024, 8, 278, 1, 278, 1, 278, 1, 278, 1, 278, 1, 278, 3, 278, 6031, 8, 278, 3, 278, 6033, 8, 278, 1, 279, 1, 279, 1, 279, 3, 279, 6038, 8, 279, 1, 279, 1, 279, 1, 279, 5, 279, 6043, 8, 279, 10, 279, 12, 279, 6046, 9, 279, 1, 279, 1, 279, 1, 279, 3, 279, 6051, 8, 279, 1, 279, 1, 279, 1, 279, 1, 280, 1, 280, 3, 280, 6058, 8, 280, 1, 281, 1, 281, 1, 281, 3, 281, 6063, 8, 281, 1, 281, 1, 281, 1, 282, 3, 282, 6068, 8, 282, 1, 282, 1, 282, 3, 282, 6072, 8, 282, 1, 282, 1, 282, 3, 282, 6076, 8, 282, 1, 282, 1, 282, 3, 282, 6080, 8, 282, 3, 282, 6082, 8, 282, 1, 283, 1, 283, 3, 283, 6086, 8, 283, 1, 284, 1, 284, 3, 284, 6090, 8, 284, 1, 284, 3, 284, 6093, 8, 284, 1, 284, 3, 284, 6096, 8, 284, 3, 284, 6098, 8, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 1, 284, 3, 284, 6108, 8, 284, 3, 284, 6110, 8, 284, 1, 284, 1, 284, 1, 284, 3, 284, 6115, 8, 284, 5, 284, 6117, 8, 284, 10, 284, 12, 284, 6120, 9, 284, 1, 285, 1, 285, 3, 285, 6124, 8, 285, 1, 286, 1, 286, 3, 286, 6128, 8, 286, 1, 286, 1, 286, 1, 286, 5, 286, 6133, 8, 286, 10, 286, 12, 286, 6136, 9, 286, 1, 287, 1, 287, 3, 287, 6140, 8, 287, 1, 287, 1, 287, 3, 287, 6144, 8, 287, 1, 287, 3, 287, 6147, 8, 287, 1, 287, 1, 287, 1, 287, 1, 287, 3, 287, 6153, 8, 287, 1, 287, 3, 287, 6156, 8, 287, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 288, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 3, 289, 6175, 8, 289, 1, 289, 1, 289, 1, 289, 1, 290, 1, 290, 3, 290, 6182, 8, 290, 1, 290, 1, 290, 3, 290, 6186, 8, 290, 1, 291, 3, 291, 6189, 8, 291, 1, 291, 1, 291, 3, 291, 6193, 8, 291, 1, 291, 1, 291, 3, 291, 6197, 8, 291, 1, 291, 3, 291, 6200, 8, 291, 1, 291, 3, 291, 6203, 8, 291, 1, 292, 1, 292, 1, 292, 3, 292, 6208, 8, 292, 1, 293, 1, 293, 1, 293, 1, 293, 1, 293, 5, 293, 6215, 8, 293, 10, 293, 12, 293, 6218, 9, 293, 1, 294, 1, 294, 1, 294, 1, 294, 3, 294, 6224, 8, 294, 1, 294, 1, 294, 3, 294, 6228, 8, 294, 1, 295, 1, 295, 3, 295, 6232, 8, 295, 1, 295, 1, 295, 3, 295, 6236, 8, 295, 1, 295, 3, 295, 6239, 8, 295, 3, 295, 6241, 8, 295, 1, 296, 1, 296, 1, 296, 3, 296, 6246, 8, 296, 1, 296, 1, 296, 3, 296, 6250, 8, 296, 1, 297, 1, 297, 1, 297, 3, 297, 6255, 8, 297, 1, 297, 1, 297, 1, 297, 1, 297, 3, 297, 6261, 8, 297, 1, 298, 1, 298, 1, 298, 1, 298, 1, 298, 3, 298, 6268, 8, 298, 1, 299, 1, 299, 1, 299, 3, 299, 6273, 8, 299, 1, 300, 1, 300, 1, 300, 3, 300, 6278, 8, 300, 1, 300, 1, 300, 1, 301, 1, 301, 1, 301, 5, 301, 6285, 8, 301, 10, 301, 12, 301, 6288, 9, 301, 1, 302, 1, 302, 1, 302, 1, 302, 3, 302, 6294, 8, 302, 1, 302, 1, 302, 1, 302, 1, 302, 5, 302, 6300, 8, 302, 10, 302, 12, 302, 6303, 9, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 1, 302, 3, 302, 6313, 8, 302, 1, 303, 1, 303, 1, 303, 3, 303, 6318, 8, 303, 1, 303, 1, 303, 3, 303, 6322, 8, 303, 1, 303, 3, 303, 6325, 8, 303, 1, 303, 1, 303, 3, 303, 6329, 8, 303, 1, 303, 1, 303, 1, 303, 3, 303, 6334, 8, 303, 4, 303, 6336, 8, 303, 11, 303, 12, 303, 6337, 1, 303, 1, 303, 1, 303, 3, 303, 6343, 8, 303, 1, 304, 1, 304, 1, 304, 1, 304, 5, 304, 6349, 8, 304, 10, 304, 12, 304, 6352, 9, 304, 1, 305, 1, 305, 1, 305, 1, 306, 1, 306, 1, 306, 5, 306, 6360, 8, 306, 10, 306, 12, 306, 6363, 9, 306, 1, 307, 1, 307, 3, 307, 6367, 8, 307, 1, 307, 1, 307, 3, 307, 6371, 8, 307, 1, 307, 3, 307, 6374, 8, 307, 1, 307, 3, 307, 6377, 8, 307, 3, 307, 6379, 8, 307, 1, 307, 3, 307, 6382, 8, 307, 1, 307, 3, 307, 6385, 8, 307, 1, 307, 3, 307, 6388, 8, 307, 1, 307, 1, 307, 3, 307, 6392, 8, 307, 1, 307, 1, 307, 3, 307, 6396, 8, 307, 1, 307, 1, 307, 3, 307, 6400, 8, 307, 3, 307, 6402, 8, 307, 1, 307, 1, 307, 1, 307, 1, 307, 1, 307, 1, 307, 1, 307, 3, 307, 6411, 8, 307, 1, 307, 1, 307, 1, 307, 3, 307, 6416, 8, 307, 1, 307, 1, 307, 1, 307, 1, 307, 3, 307, 6422, 8, 307, 1, 307, 1, 307, 3, 307, 6426, 8, 307, 3, 307, 6428, 8, 307, 1, 307, 1, 307, 1, 307, 1, 307, 1, 307, 3, 307, 6435, 8, 307, 1, 307, 1, 307, 1, 307, 3, 307, 6440, 8, 307, 1, 307, 1, 307, 1, 307, 1, 307, 5, 307, 6446, 8, 307, 10, 307, 12, 307, 6449, 9, 307, 1, 308, 3, 308, 6452, 8, 308, 1, 308, 1, 308, 1, 308, 1, 308, 1, 308, 3, 308, 6459, 8, 308, 1, 309, 1, 309, 1, 309, 3, 309, 6464, 8, 309, 1, 309, 3, 309, 6467, 8, 309, 1, 309, 1, 309, 1, 309, 1, 309, 3, 309, 6473, 8, 309, 1, 310, 1, 310, 3, 310, 6477, 8, 310, 1, 311, 1, 311, 1, 311, 1, 311, 3, 311, 6483, 8, 311, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 3, 312, 6492, 8, 312, 1, 312, 1, 312, 1, 312, 1, 312, 3, 312, 6498, 8, 312, 3, 312, 6500, 8, 312, 1, 313, 1, 313, 1, 313, 3, 313, 6505, 8, 313, 1, 313, 3, 313, 6508, 8, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 3, 313, 6517, 8, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 3, 313, 6524, 8, 313, 3, 313, 6526, 8, 313, 1, 314, 1, 314, 1, 314, 5, 314, 6531, 8, 314, 10, 314, 12, 314, 6534, 9, 314, 1, 315, 1, 315, 3, 315, 6538, 8, 315, 1, 315, 3, 315, 6541, 8, 315, 1, 316, 1, 316, 1, 316, 1, 316, 1, 316, 1, 316, 1, 316, 1, 316, 3, 316, 6551, 8, 316, 1, 317, 1, 317, 1, 317, 1, 317, 1, 317, 1, 317, 1, 317, 5, 317, 6560, 8, 317, 10, 317, 12, 317, 6563, 9, 317, 1, 317, 1, 317, 3, 317, 6567, 8, 317, 1, 317, 1, 317, 3, 317, 6571, 8, 317, 1, 318, 1, 318, 1, 318, 1, 318, 1, 318, 1, 318, 3, 318, 6579, 8, 318, 1, 319, 1, 319, 1, 319, 1, 320, 1, 320, 1, 320, 1, 320, 1, 320, 3, 320, 6589, 8, 320, 1, 321, 1, 321, 1, 321, 5, 321, 6594, 8, 321, 10, 321, 12, 321, 6597, 9, 321, 1, 322, 1, 322, 1, 322, 3, 322, 6602, 8, 322, 1, 323, 1, 323, 1, 323, 1, 323, 1, 323, 1, 323, 1, 323, 5, 323, 6611, 8, 323, 10, 323, 12, 323, 6614, 9, 323, 1, 323, 1, 323, 1, 323, 3, 323, 6619, 8, 323, 1, 323, 1, 323, 1, 323, 1, 323, 1, 323, 1, 323, 5, 323, 6627, 8, 323, 10, 323, 12, 323, 6630, 9, 323, 1, 323, 1, 323, 1, 324, 1, 324, 1, 324, 1, 324, 3, 324, 6638, 8, 324, 1, 324, 1, 324, 3, 324, 6642, 8, 324, 1, 324, 4, 324, 6645, 8, 324, 11, 324, 12, 324, 6646, 3, 324, 6649, 8, 324, 1, 324, 1, 324, 3, 324, 6653, 8, 324, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 3, 325, 6661, 8, 325, 1, 326, 3, 326, 6664, 8, 326, 1, 326, 1, 326, 1, 326, 3, 326, 6669, 8, 326, 1, 326, 5, 326, 6672, 8, 326, 10, 326, 12, 326, 6675, 9, 326, 1, 326, 1, 326, 1, 326, 1, 326, 3, 326, 6681, 8, 326, 3, 326, 6683, 8, 326, 1, 326, 1, 326, 1, 326, 1, 326, 3, 326, 6689, 8, 326, 1, 327, 1, 327, 3, 327, 6693, 8, 327, 1, 327, 3, 327, 6696, 8, 327, 1, 327, 1, 327, 1, 327, 3, 327, 6701, 8, 327, 1, 327, 3, 327, 6704, 8, 327, 3, 327, 6706, 8, 327, 1, 328, 1, 328, 1, 328, 1, 328, 3, 328, 6712, 8, 328, 1, 329, 1, 329, 1, 329, 1, 329, 1, 329, 1, 329, 1, 329, 3, 329, 6721, 8, 329, 1, 329, 1, 329, 1, 329, 1, 329, 3, 329, 6727, 8, 329, 1, 329, 3, 329, 6730, 8, 329, 1, 330, 1, 330, 1, 330, 1, 330, 1, 331, 1, 331, 3, 331, 6738, 8, 331, 1, 331, 3, 331, 6741, 8, 331, 1, 332, 1, 332, 3, 332, 6745, 8, 332, 1, 332, 1, 332, 1, 332, 1, 332, 3, 332, 6751, 8, 332, 3, 332, 6753, 8, 332, 1, 332, 3, 332, 6756, 8, 332, 1, 333, 1, 333, 3, 333, 6760, 8, 333, 1, 333, 1, 333, 1, 333, 3, 333, 6765, 8, 333, 1, 334, 1, 334, 1, 334, 1, 334, 1, 334, 3, 334, 6772, 8, 334, 1, 334, 1, 334, 1, 334, 1, 334, 1, 334, 3, 334, 6779, 8, 334, 3, 334, 6781, 8, 334, 1, 334, 1, 334, 1, 334, 1, 334, 3, 334, 6787, 8, 334, 3, 334, 6789, 8, 334, 1, 334, 1, 334, 1, 334, 3, 334, 6794, 8, 334, 3, 334, 6796, 8, 334, 1, 335, 1, 335, 3, 335, 6800, 8, 335, 1, 336, 1, 336, 1, 337, 1, 337, 1, 338, 1, 338, 1, 338, 3, 338, 6809, 8, 338, 1, 338, 1, 338, 3, 338, 6813, 8, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 5, 338, 6821, 8, 338, 10, 338, 12, 338, 6824, 9, 338, 1, 339, 1, 339, 1, 339, 1, 339, 1, 339, 1, 339, 1, 339, 1, 339, 1, 339, 1, 339, 1, 339, 3, 339, 6837, 8, 339, 1, 339, 3, 339, 6840, 8, 339, 1, 339, 1, 339, 1, 339, 1, 339, 1, 339, 1, 339, 3, 339, 6848, 8, 339, 1, 339, 1, 339, 1, 339, 1, 339, 1, 339, 5, 339, 6855, 8, 339, 10, 339, 12, 339, 6858, 9, 339, 1, 339, 1, 339, 1, 339, 3, 339, 6863, 8, 339, 1, 339, 1, 339, 1, 339, 3, 339, 6868, 8, 339, 1, 339, 1, 339, 1, 339, 1, 339, 1, 339, 1, 339, 3, 339, 6876, 8, 339, 3, 339, 6878, 8, 339, 1, 339, 1, 339, 1, 339, 3, 339, 6883, 8, 339, 1, 339, 1, 339, 3, 339, 6887, 8, 339, 1, 339, 1, 339, 1, 339, 3, 339, 6892, 8, 339, 1, 339, 1, 339, 1, 339, 3, 339, 6897, 8, 339, 1, 340, 1, 340, 1, 340, 1, 340, 3, 340, 6903, 8, 340, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 1, 340, 5, 340, 6919, 8, 340, 10, 340, 12, 340, 6922, 9, 340, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 3, 341, 6930, 8, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 3, 341, 6945, 8, 341, 1, 341, 1, 341, 1, 341, 3, 341, 6950, 8, 341, 1, 341, 3, 341, 6953, 8, 341, 1, 341, 1, 341, 1, 341, 1, 341, 3, 341, 6959, 8, 341, 1, 341, 1, 341, 1, 341, 3, 341, 6964, 8, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 3, 341, 6977, 8, 341, 1, 341, 4, 341, 6980, 8, 341, 11, 341, 12, 341, 6981, 1, 341, 1, 341, 3, 341, 6986, 8, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 3, 341, 6993, 8, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 3, 341, 7012, 8, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 3, 341, 7024, 8, 341, 1, 341, 1, 341, 1, 341, 3, 341, 7029, 8, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 3, 341, 7037, 8, 341, 5, 341, 7039, 8, 341, 10, 341, 12, 341, 7042, 9, 341, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 1, 342, 3, 342, 7050, 8, 342, 1, 342, 3, 342, 7053, 8, 342, 1, 342, 1, 342, 1, 342, 3, 342, 7058, 8, 342, 1, 342, 1, 342, 1, 342, 3, 342, 7063, 8, 342, 1, 342, 3, 342, 7066, 8, 342, 1, 342, 1, 342, 1, 343, 1, 343, 1, 343, 1, 343, 1, 343, 1, 343, 1, 343, 3, 343, 7077, 8, 343, 1, 343, 1, 343, 1, 343, 1, 343, 1, 343, 1, 343, 3, 343, 7085, 8, 343, 1, 343, 1, 343, 1, 343, 3, 343, 7090, 8, 343, 3, 343, 7092, 8, 343, 1, 343, 3, 343, 7095, 8, 343, 1, 344, 1, 344, 3, 344, 7099, 8, 344, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 3, 345, 7110, 8, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 3, 345, 7131, 8, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 3, 345, 7139, 8, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 3, 345, 7152, 8, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 3, 345, 7162, 8, 345, 1, 345, 1, 345, 1, 345, 1, 345, 3, 345, 7168, 8, 345, 1, 345, 1, 345, 1, 345, 1, 345, 3, 345, 7174, 8, 345, 1, 345, 3, 345, 7177, 8, 345, 1, 345, 3, 345, 7180, 8, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 3, 345, 7206, 8, 345, 3, 345, 7208, 8, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 3, 345, 7229, 8, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 3, 345, 7239, 8, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 3, 345, 7252, 8, 345, 1, 345, 1, 345, 1, 345, 3, 345, 7257, 8, 345, 1, 345, 1, 345, 3, 345, 7261, 8, 345, 3, 345, 7263, 8, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 1, 345, 3, 345, 7275, 8, 345, 1, 346, 1, 346, 1, 346, 5, 346, 7280, 8, 346, 10, 346, 12, 346, 7283, 9, 346, 1, 347, 1, 347, 1, 347, 3, 347, 7288, 8, 347, 1, 348, 1, 348, 1, 349, 1, 349, 3, 349, 7294, 8, 349, 1, 349, 1, 349, 3, 349, 7298, 8, 349, 1, 350, 1, 350, 1, 350, 1, 351, 1, 351, 1, 351, 1, 351, 5, 351, 7307, 8, 351, 10, 351, 12, 351, 7310, 9, 351, 1, 352, 1, 352, 1, 352, 1, 352, 1, 353, 1, 353, 1, 353, 3, 353, 7319, 8, 353, 1, 354, 1, 354, 3, 354, 7323, 8, 354, 1, 354, 1, 354, 1, 354, 3, 354, 7328, 8, 354, 1, 354, 3, 354, 7331, 8, 354, 1, 354, 3, 354, 7334, 8, 354, 1, 354, 1, 354, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 3, 355, 7343, 8, 355, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 1, 355, 3, 355, 7354, 8, 355, 3, 355, 7356, 8, 355, 1, 356, 1, 356, 3, 356, 7360, 8, 356, 1, 356, 1, 356, 1, 356, 3, 356, 7365, 8, 356, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 1, 357, 3, 357, 7374, 8, 357, 1, 358, 1, 358, 1, 358, 3, 358, 7379, 8, 358, 1, 358, 1, 358, 1, 359, 1, 359, 1, 360, 1, 360, 3, 360, 7387, 8, 360, 1, 361, 1, 361, 1, 362, 1, 362, 1, 362, 1, 362, 1, 362, 1, 362, 3, 362, 7397, 8, 362, 1, 363, 1, 363, 1, 363, 1, 363, 1, 363, 1, 363, 3, 363, 7405, 8, 363, 1, 364, 1, 364, 3, 364, 7409, 8, 364, 1, 364, 3, 364, 7412, 8, 364, 1, 365, 1, 365, 1, 365, 5, 365, 7417, 8, 365, 10, 365, 12, 365, 7420, 9, 365, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 3, 366, 7427, 8, 366, 1, 367, 1, 367, 3, 367, 7431, 8, 367, 1, 368, 1, 368, 1, 368, 5, 368, 7436, 8, 368, 10, 368, 12, 368, 7439, 9, 368, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 3, 369, 7446, 8, 369, 3, 369, 7448, 8, 369, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 5, 370, 7455, 8, 370, 10, 370, 12, 370, 7458, 9, 370, 3, 370, 7460, 8, 370, 1, 370, 1, 370, 1, 371, 1, 371, 1, 371, 1, 371, 1, 371, 1, 371, 1, 371, 1, 371, 3, 371, 7472, 8, 371, 1, 372, 1, 372, 1, 373, 1, 373, 1, 373, 1, 373, 1, 373, 3, 373, 7481, 8, 373, 1, 373, 1, 373, 1, 373, 1, 373, 1, 373, 3, 373, 7488, 8, 373, 1, 373, 1, 373, 1, 373, 1, 373, 1, 373, 1, 373, 1, 373, 3, 373, 7497, 8, 373, 1, 374, 1, 374, 1, 374, 1, 374, 1, 374, 1, 375, 1, 375, 1, 375, 3, 375, 7507, 8, 375, 1, 375, 1, 375, 1, 375, 3, 375, 7512, 8, 375, 1, 375, 1, 375, 3, 375, 7516, 8, 375, 3, 375, 7518, 8, 375, 1, 375, 3, 375, 7521, 8, 375, 1, 376, 4, 376, 7524, 8, 376, 11, 376, 12, 376, 7525, 1, 377, 5, 377, 7529, 8, 377, 10, 377, 12, 377, 7532, 9, 377, 1, 378, 1, 378, 1, 378, 5, 378, 7537, 8, 378, 10, 378, 12, 378, 7540, 9, 378, 1, 379, 1, 379, 1, 379, 1, 379, 1, 379, 3, 379, 7547, 8, 379, 1, 379, 3, 379, 7550, 8, 379, 1, 380, 1, 380, 1, 380, 5, 380, 7555, 8, 380, 10, 380, 12, 380, 7558, 9, 380, 1, 381, 1, 381, 1, 381, 5, 381, 7563, 8, 381, 10, 381, 12, 381, 7566, 9, 381, 1, 382, 1, 382, 1, 382, 5, 382, 7571, 8, 382, 10, 382, 12, 382, 7574, 9, 382, 1, 383, 1, 383, 1, 383, 5, 383, 7579, 8, 383, 10, 383, 12, 383, 7582, 9, 383, 1, 384, 1, 384, 1, 385, 1, 385, 1, 386, 1, 386, 1, 387, 1, 387, 1, 388, 1, 388, 1, 389, 1, 389, 1, 390, 1, 390, 3, 390, 7598, 8, 390, 1, 391, 1, 391, 1, 391, 5, 391, 7603, 8, 391, 10, 391, 12, 391, 7606, 9, 391, 1, 392, 1, 392, 1, 392, 5, 392, 7611, 8, 392, 10, 392, 12, 392, 7614, 9, 392, 1, 393, 1, 393, 1, 394, 1, 394, 1, 395, 1, 395, 1, 396, 1, 396, 1, 397, 1, 397, 1, 398, 1, 398, 1, 398, 1, 398, 3, 398, 7630, 8, 398, 1, 399, 1, 399, 1, 399, 1, 399, 3, 399, 7636, 8, 399, 1, 400, 1, 400, 1, 400, 1, 400, 3, 400, 7642, 8, 400, 1, 401, 1, 401, 1, 402, 1, 402, 1, 402, 1, 402, 3, 402, 7650, 8, 402, 1, 403, 1, 403, 1, 403, 1, 403, 3, 403, 7656, 8, 403, 1, 404, 1, 404, 1, 404, 3, 404, 7661, 8, 404, 1, 405, 1, 405, 1, 405, 1, 405, 5, 405, 7667, 8, 405, 10, 405, 12, 405, 7670, 9, 405, 1, 405, 1, 405, 3, 405, 7674, 8, 405, 1, 406, 3, 406, 7677, 8, 406, 1, 406, 1, 406, 1, 407, 1, 407, 1, 407, 1, 407, 1, 407, 3, 407, 7686, 8, 407, 1, 408, 1, 408, 1, 408, 5, 408, 7691, 8, 408, 10, 408, 12, 408, 7694, 9, 408, 1, 409, 1, 409, 3, 409, 7698, 8, 409, 1, 410, 1, 410, 3, 410, 7702, 8, 410, 1, 411, 1, 411, 1, 411, 3, 411, 7707, 8, 411, 1, 412, 1, 412, 1, 412, 1, 412, 3, 412, 7713, 8, 412, 1, 413, 1, 413, 1, 413, 3, 413, 7718, 8, 413, 1, 413, 1, 413, 1, 413, 1, 413, 1, 413, 1, 413, 3, 413, 7726, 8, 413, 1, 414, 1, 414, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 1, 415, 3, 415, 7781, 8, 415, 1, 416, 1, 416, 1, 417, 1, 417, 1, 418, 3, 418, 7788, 8, 418, 1, 418, 1, 418, 1, 418, 1, 418, 4, 418, 7794, 8, 418, 11, 418, 12, 418, 7795, 3, 418, 7798, 8, 418, 3, 418, 7800, 8, 418, 1, 418, 1, 418, 5, 418, 7804, 8, 418, 10, 418, 12, 418, 7807, 9, 418, 1, 418, 3, 418, 7810, 8, 418, 1, 418, 1, 418, 3, 418, 7814, 8, 418, 1, 419, 1, 419, 1, 419, 1, 419, 1, 420, 1, 420, 1, 420, 1, 420, 1, 420, 3, 420, 7825, 8, 420, 1, 420, 3, 420, 7828, 8, 420, 1, 420, 1, 420, 3, 420, 7832, 8, 420, 1, 420, 1, 420, 3, 420, 7836, 8, 420, 1, 420, 1, 420, 3, 420, 7840, 8, 420, 1, 420, 3, 420, 7843, 8, 420, 1, 420, 3, 420, 7846, 8, 420, 1, 420, 3, 420, 7849, 8, 420, 1, 420, 1, 420, 1, 420, 1, 420, 1, 420, 5, 420, 7856, 8, 420, 10, 420, 12, 420, 7859, 9, 420, 1, 420, 1, 420, 3, 420, 7863, 8, 420, 1, 420, 1, 420, 3, 420, 7867, 8, 420, 1, 420, 1, 420, 1, 421, 1, 421, 1, 421, 1, 422, 1, 422, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 1, 423, 3, 423, 7900, 8, 423, 1, 424, 1, 424, 1, 424, 1, 424, 1, 425, 1, 425, 1, 425, 1, 425, 3, 425, 7910, 8, 425, 1, 425, 1, 425, 3, 425, 7914, 8, 425, 1, 425, 1, 425, 1, 425, 1, 425, 3, 425, 7920, 8, 425, 1, 425, 1, 425, 1, 425, 3, 425, 7925, 8, 425, 1, 426, 1, 426, 1, 426, 1, 426, 1, 426, 1, 427, 1, 427, 3, 427, 7934, 8, 427, 1, 427, 1, 427, 1, 427, 1, 427, 5, 427, 7940, 8, 427, 10, 427, 12, 427, 7943, 9, 427, 1, 427, 1, 427, 1, 428, 1, 428, 1, 428, 1, 428, 1, 429, 1, 429, 3, 429, 7953, 8, 429, 1, 429, 1, 429, 1, 429, 1, 429, 5, 429, 7959, 8, 429, 10, 429, 12, 429, 7962, 9, 429, 1, 430, 1, 430, 1, 430, 1, 430, 5, 430, 7968, 8, 430, 10, 430, 12, 430, 7971, 9, 430, 1, 430, 1, 430, 1, 430, 1, 430, 5, 430, 7977, 8, 430, 10, 430, 12, 430, 7980, 9, 430, 5, 430, 7982, 8, 430, 10, 430, 12, 430, 7985, 9, 430, 1, 430, 3, 430, 7988, 8, 430, 1, 430, 1, 430, 1, 430, 1, 430, 1, 431, 1, 431, 5, 431, 7996, 8, 431, 10, 431, 12, 431, 7999, 9, 431, 1, 432, 1, 432, 3, 432, 8003, 8, 432, 1, 432, 1, 432, 1, 432, 1, 432, 5, 432, 8009, 8, 432, 10, 432, 12, 432, 8012, 9, 432, 4, 432, 8014, 8, 432, 11, 432, 12, 432, 8015, 1, 432, 3, 432, 8019, 8, 432, 1, 432, 1, 432, 1, 432, 1, 432, 1, 433, 3, 433, 8026, 8, 433, 1, 433, 1, 433, 1, 433, 1, 433, 3, 433, 8032, 8, 433, 1, 433, 1, 433, 1, 434, 1, 434, 1, 434, 1, 434, 3, 434, 8040, 8, 434, 1, 434, 1, 434, 1, 434, 1, 434, 1, 434, 1, 434, 3, 434, 8048, 8, 434, 1, 434, 3, 434, 8051, 8, 434, 1, 434, 1, 434, 1, 434, 1, 434, 1, 434, 3, 434, 8058, 8, 434, 3, 434, 8060, 8, 434, 1, 435, 3, 435, 8063, 8, 435, 1, 435, 1, 435, 1, 435, 1, 435, 3, 435, 8069, 8, 435, 1, 435, 1, 435, 1, 435, 1, 435, 1, 435, 1, 436, 1, 436, 3, 436, 8078, 8, 436, 1, 436, 1, 436, 3, 436, 8082, 8, 436, 1, 436, 1, 436, 1, 437, 1, 437, 1, 437, 1, 437, 1, 437, 1, 437, 1, 437, 1, 437, 1, 437, 1, 437, 3, 437, 8096, 8, 437, 1, 437, 3, 437, 8099, 8, 437, 3, 437, 8101, 8, 437, 1, 437, 1, 437, 1, 438, 1, 438, 3, 438, 8107, 8, 438, 1, 438, 1, 438, 1, 438, 1, 438, 1, 438, 1, 438, 4, 438, 8115, 8, 438, 11, 438, 12, 438, 8116, 3, 438, 8119, 8, 438, 3, 438, 8121, 8, 438, 1, 438, 1, 438, 1, 438, 1, 438, 5, 438, 8127, 8, 438, 10, 438, 12, 438, 8130, 9, 438, 3, 438, 8132, 8, 438, 1, 438, 3, 438, 8135, 8, 438, 1, 439, 1, 439, 1, 439, 1, 439, 1, 440, 1, 440, 1, 440, 1, 440, 3, 440, 8145, 8, 440, 1, 440, 1, 440, 1, 441, 1, 441, 5, 441, 8151, 8, 441, 10, 441, 12, 441, 8154, 9, 441, 1, 441, 1, 441, 1, 441, 3, 441, 8159, 8, 441, 1, 441, 1, 441, 1, 442, 1, 442, 3, 442, 8165, 8, 442, 1, 442, 1, 442, 1, 443, 1, 443, 1, 443, 3, 443, 8172, 8, 443, 1, 443, 1, 443, 3, 443, 8176, 8, 443, 1, 443, 1, 443, 3, 443, 8180, 8, 443, 1, 443, 3, 443, 8183, 8, 443, 1, 443, 3, 443, 8186, 8, 443, 1, 443, 1, 443, 1, 444, 1, 444, 3, 444, 8192, 8, 444, 1, 444, 1, 444, 1, 445, 1, 445, 1, 445, 3, 445, 8199, 8, 445, 1, 445, 3, 445, 8202, 8, 445, 1, 445, 1, 445, 1, 445, 1, 445, 1, 445, 1, 445, 3, 445, 8210, 8, 445, 3, 445, 8212, 8, 445, 1, 445, 1, 445, 1, 445, 1, 445, 1, 445, 5, 445, 8219, 8, 445, 10, 445, 12, 445, 8222, 9, 445, 1, 445, 1, 445, 3, 445, 8226, 8, 445, 3, 445, 8228, 8, 445, 1, 445, 1, 445, 1, 446, 1, 446, 1, 446, 3, 446, 8235, 8, 446, 1, 446, 1, 446, 1, 447, 1, 447, 3, 447, 8241, 8, 447, 1, 447, 3, 447, 8244, 8, 447, 1, 447, 1, 447, 1, 447, 1, 447, 1, 447, 1, 448, 1, 448, 1, 448, 1, 448, 1, 448, 3, 448, 8256, 8, 448, 1, 448, 1, 448, 1, 448, 1, 448, 1, 448, 3, 448, 8263, 8, 448, 3, 448, 8265, 8, 448, 1, 449, 1, 449, 3, 449, 8269, 8, 449, 1, 449, 1, 449, 1, 449, 1, 450, 3, 450, 8275, 8, 450, 1, 450, 1, 450, 1, 450, 3, 450, 8280, 8, 450, 1, 450, 1, 450, 3, 450, 8284, 8, 450, 1, 450, 3, 450, 8287, 8, 450, 1, 450, 3, 450, 8290, 8, 450, 1, 450, 1, 450, 1, 450, 1, 450, 1, 450, 4, 450, 8297, 8, 450, 11, 450, 12, 450, 8298, 1, 451, 3, 451, 8302, 8, 451, 1, 451, 1, 451, 3, 451, 8306, 8, 451, 1, 451, 1, 451, 3, 451, 8310, 8, 451, 3, 451, 8312, 8, 451, 1, 451, 3, 451, 8315, 8, 451, 1, 451, 3, 451, 8318, 8, 451, 1, 452, 1, 452, 1, 452, 1, 452, 3, 452, 8324, 8, 452, 1, 452, 1, 452, 1, 452, 1, 452, 1, 452, 3, 452, 8331, 8, 452, 1, 452, 1, 452, 1, 452, 1, 452, 1, 452, 3, 452, 8338, 8, 452, 1, 452, 1, 452, 1, 452, 1, 452, 3, 452, 8344, 8, 452, 3, 452, 8346, 8, 452, 1, 453, 1, 453, 3, 453, 8350, 8, 453, 1, 453, 1, 453, 1, 453, 3, 453, 8355, 8, 453, 1, 453, 1, 453, 1, 454, 1, 454, 1, 454, 1, 454, 1, 454, 1, 454, 1, 454, 1, 454, 1, 454, 1, 454, 1, 454, 1, 454, 5, 454, 8371, 8, 454, 10, 454, 12, 454, 8374, 9, 454, 1, 454, 1, 454, 4, 454, 8378, 8, 454, 11, 454, 12, 454, 8379, 1, 455, 1, 455, 1, 455, 1, 455, 1, 455, 5, 455, 8387, 8, 455, 10, 455, 12, 455, 8390, 9, 455, 1, 455, 1, 455, 1, 455, 1, 455, 3, 455, 8396, 8, 455, 1, 456, 1, 456, 3, 456, 8400, 8, 456, 1, 457, 1, 457, 1, 457, 1, 457, 1, 458, 1, 458, 1, 458, 1, 459, 1, 459, 1, 459, 3, 459, 8412, 8, 459, 1, 459, 3, 459, 8415, 8, 459, 1, 459, 1, 459, 1, 460, 1, 460, 1, 460, 1, 460, 1, 460, 1, 460, 1, 460, 1, 460, 1, 460, 3, 460, 8428, 8, 460, 1, 460, 3, 460, 8431, 8, 460, 1, 461, 1, 461, 3, 461, 8435, 8, 461, 1, 462, 1, 462, 1, 462, 1, 462, 1, 462, 5, 462, 8442, 8, 462, 10, 462, 12, 462, 8445, 9, 462, 1, 462, 1, 462, 5, 462, 8449, 8, 462, 10, 462, 12, 462, 8452, 9, 462, 4, 462, 8454, 8, 462, 11, 462, 12, 462, 8455, 1, 463, 1, 463, 1, 463, 3, 463, 8461, 8, 463, 1, 464, 1, 464, 3, 464, 8465, 8, 464, 1, 465, 3, 465, 8468, 8, 465, 1, 465, 3, 465, 8471, 8, 465, 1, 465, 3, 465, 8474, 8, 465, 1, 465, 3, 465, 8477, 8, 465, 1, 465, 3, 465, 8480, 8, 465, 1, 465, 1, 465, 3, 465, 8484, 8, 465, 1, 465, 3, 465, 8487, 8, 465, 1, 465, 0, 3, 676, 680, 682, 466, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, 172, 174, 176, 178, 180, 182, 184, 186, 188, 190, 192, 194, 196, 198, 200, 202, 204, 206, 208, 210, 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, 232, 234, 236, 238, 240, 242, 244, 246, 248, 250, 252, 254, 256, 258, 260, 262, 264, 266, 268, 270, 272, 274, 276, 278, 280, 282, 284, 286, 288, 290, 292, 294, 296, 298, 300, 302, 304, 306, 308, 310, 312, 314, 316, 318, 320, 322, 324, 326, 328, 330, 332, 334, 336, 338, 340, 342, 344, 346, 348, 350, 352, 354, 356, 358, 360, 362, 364, 366, 368, 370, 372, 374, 376, 378, 380, 382, 384, 386, 388, 390, 392, 394, 396, 398, 400, 402, 404, 406, 408, 410, 412, 414, 416, 418, 420, 422, 424, 426, 428, 430, 432, 434, 436, 438, 440, 442, 444, 446, 448, 450, 452, 454, 456, 458, 460, 462, 464, 466, 468, 470, 472, 474, 476, 478, 480, 482, 484, 486, 488, 490, 492, 494, 496, 498, 500, 502, 504, 506, 508, 510, 512, 514, 516, 518, 520, 522, 524, 526, 528, 530, 532, 534, 536, 538, 540, 542, 544, 546, 548, 550, 552, 554, 556, 558, 560, 562, 564, 566, 568, 570, 572, 574, 576, 578, 580, 582, 584, 586, 588, 590, 592, 594, 596, 598, 600, 602, 604, 606, 608, 610, 612, 614, 616, 618, 620, 622, 624, 626, 628, 630, 632, 634, 636, 638, 640, 642, 644, 646, 648, 650, 652, 654, 656, 658, 660, 662, 664, 666, 668, 670, 672, 674, 676, 678, 680, 682, 684, 686, 688, 690, 692, 694, 696, 698, 700, 702, 704, 706, 708, 710, 712, 714, 716, 718, 720, 722, 724, 726, 728, 730, 732, 734, 736, 738, 740, 742, 744, 746, 748, 750, 752, 754, 756, 758, 760, 762, 764, 766, 768, 770, 772, 774, 776, 778, 780, 782, 784, 786, 788, 790, 792, 794, 796, 798, 800, 802, 804, 806, 808, 810, 812, 814, 816, 818, 820, 822, 824, 826, 828, 830, 832, 834, 836, 838, 840, 842, 844, 846, 848, 850, 852, 854, 856, 858, 860, 862, 864, 866, 868, 870, 872, 874, 876, 878, 880, 882, 884, 886, 888, 890, 892, 894, 896, 898, 900, 902, 904, 906, 908, 910, 912, 914, 916, 918, 920, 922, 924, 926, 928, 930, 0, 118, 2, 0, 195, 195, 364, 364, 2, 0, 66, 66, 318, 318, 2, 0, 99, 99, 318, 318, 2, 0, 134, 134, 318, 318, 1, 0, 529, 531, 2, 0, 10, 10, 94, 94, 2, 0, 133, 133, 191, 191, 2, 0, 254, 254, 332, 332, 2, 0, 162, 162, 363, 363, 2, 0, 180, 180, 221, 221, 5, 0, 30, 30, 288, 288, 329, 329, 352, 352, 354, 354, 2, 0, 109, 109, 532, 532, 2, 0, 158, 158, 277, 277, 2, 0, 367, 367, 439, 439, 2, 0, 139, 139, 312, 312, 2, 0, 191, 191, 333, 333, 2, 0, 313, 313, 333, 333, 2, 0, 150, 150, 315, 315, 2, 0, 64, 64, 94, 94, 4, 0, 78, 78, 183, 183, 197, 197, 298, 298, 2, 0, 213, 213, 254, 254, 2, 0, 352, 352, 354, 354, 2, 0, 200, 200, 224, 224, 9, 0, 30, 30, 160, 160, 165, 165, 179, 179, 219, 219, 227, 227, 342, 342, 345, 345, 438, 438, 3, 0, 113, 113, 284, 284, 336, 336, 2, 0, 53, 53, 78, 78, 2, 0, 105, 105, 379, 379, 2, 0, 260, 260, 262, 262, 3, 0, 173, 173, 260, 260, 262, 262, 1, 0, 12, 13, 2, 0, 64, 64, 375, 375, 2, 0, 156, 156, 206, 206, 2, 0, 189, 189, 360, 360, 2, 0, 215, 215, 373, 373, 3, 0, 133, 133, 191, 191, 333, 333, 5, 0, 30, 30, 88, 88, 182, 182, 241, 241, 369, 369, 2, 0, 9, 9, 94, 94, 2, 0, 92, 92, 226, 226, 1, 0, 448, 449, 2, 0, 92, 92, 414, 414, 2, 0, 341, 341, 414, 414, 4, 0, 163, 163, 185, 185, 283, 283, 353, 353, 2, 0, 135, 135, 145, 145, 2, 0, 211, 211, 278, 278, 3, 0, 321, 321, 357, 357, 445, 445, 3, 0, 66, 66, 99, 99, 318, 318, 5, 0, 108, 108, 168, 168, 226, 226, 328, 328, 342, 342, 2, 0, 167, 167, 314, 314, 2, 0, 61, 61, 265, 265, 4, 0, 207, 207, 249, 249, 268, 268, 293, 293, 2, 0, 130, 130, 307, 307, 2, 0, 64, 64, 68, 68, 10, 0, 46, 46, 88, 88, 182, 182, 202, 202, 241, 241, 352, 352, 354, 354, 357, 358, 369, 369, 521, 523, 5, 0, 212, 212, 329, 329, 350, 350, 455, 455, 457, 457, 5, 0, 212, 212, 329, 329, 350, 350, 361, 361, 455, 456, 2, 0, 37, 37, 55, 55, 2, 0, 207, 207, 249, 249, 2, 0, 10, 10, 53, 53, 2, 0, 181, 181, 243, 243, 2, 0, 170, 170, 320, 320, 2, 0, 141, 141, 223, 223, 5, 0, 108, 108, 168, 168, 189, 189, 342, 342, 360, 360, 2, 0, 226, 226, 328, 328, 2, 0, 163, 163, 185, 185, 2, 0, 186, 186, 193, 193, 4, 0, 88, 88, 182, 182, 241, 241, 369, 369, 2, 0, 137, 137, 242, 242, 2, 0, 161, 161, 319, 319, 4, 0, 129, 129, 161, 161, 319, 319, 454, 454, 2, 0, 356, 356, 380, 380, 2, 0, 81, 81, 382, 382, 2, 0, 151, 151, 254, 254, 2, 0, 133, 133, 138, 138, 1, 0, 31, 32, 2, 0, 128, 128, 547, 547, 2, 0, 60, 60, 96, 96, 2, 0, 99, 99, 349, 349, 2, 0, 131, 131, 414, 414, 2, 0, 201, 201, 334, 334, 3, 0, 59, 59, 70, 70, 97, 97, 2, 0, 30, 30, 56, 56, 1, 0, 527, 528, 2, 0, 207, 207, 268, 268, 2, 0, 320, 320, 414, 414, 2, 0, 571, 571, 573, 573, 1, 0, 468, 469, 4, 0, 113, 113, 115, 115, 119, 119, 126, 126, 2, 0, 360, 360, 477, 477, 2, 0, 394, 395, 409, 409, 2, 0, 391, 392, 406, 406, 1, 0, 391, 392, 1, 0, 418, 419, 5, 0, 10, 10, 16, 17, 21, 21, 23, 23, 25, 25, 3, 0, 9, 9, 14, 14, 27, 27, 2, 0, 98, 98, 396, 396, 2, 0, 50, 51, 75, 76, 2, 0, 41, 41, 420, 420, 3, 0, 39, 39, 73, 73, 95, 95, 4, 0, 393, 393, 399, 399, 404, 404, 425, 425, 2, 0, 292, 292, 347, 347, 2, 0, 166, 166, 188, 188, 2, 0, 304, 304, 450, 450, 3, 0, 299, 299, 320, 320, 481, 481, 2, 0, 208, 208, 289, 289, 3, 0, 30, 30, 34, 34, 90, 90, 6, 0, 9, 10, 12, 17, 21, 21, 23, 23, 25, 25, 27, 27, 2, 0, 114, 114, 120, 120, 2, 0, 20, 20, 22, 22, 1, 0, 483, 486, 17, 0, 53, 53, 116, 116, 123, 124, 129, 228, 238, 386, 433, 452, 455, 469, 471, 471, 473, 473, 475, 475, 477, 488, 490, 502, 504, 504, 506, 518, 520, 520, 524, 524, 547, 548, 3, 0, 106, 123, 125, 128, 472, 472, 4, 0, 30, 52, 54, 70, 72, 105, 454, 454, 2, 0, 62, 62, 116, 116, 2, 0, 10, 10, 20, 20, 2, 0, 434, 434, 501, 501, 2, 0, 167, 167, 507, 507, 1, 0, 512, 517, 2, 0, 144, 144, 210, 210, 9923, 0, 935, 1, 0, 0, 0, 2, 940, 1, 0, 0, 0, 4, 1064, 1, 0, 0, 0, 6, 1066, 1, 0, 0, 0, 8, 1069, 1, 0, 0, 0, 10, 1119, 1, 0, 0, 0, 12, 1129, 1, 0, 0, 0, 14, 1131, 1, 0, 0, 0, 16, 1143, 1, 0, 0, 0, 18, 1155, 1, 0, 0, 0, 20, 1166, 1, 0, 0, 0, 22, 1200, 1, 0, 0, 0, 24, 1244, 1, 0, 0, 0, 26, 1246, 1, 0, 0, 0, 28, 1258, 1, 0, 0, 0, 30, 1265, 1, 0, 0, 0, 32, 1284, 1, 0, 0, 0, 34, 1292, 1, 0, 0, 0, 36, 1294, 1, 0, 0, 0, 38, 1308, 1, 0, 0, 0, 40, 1312, 1, 0, 0, 0, 42, 1349, 1, 0, 0, 0, 44, 1351, 1, 0, 0, 0, 46, 1359, 1, 0, 0, 0, 48, 1369, 1, 0, 0, 0, 50, 1376, 1, 0, 0, 0, 52, 1384, 1, 0, 0, 0, 54, 1390, 1, 0, 0, 0, 56, 1406, 1, 0, 0, 0, 58, 1410, 1, 0, 0, 0, 60, 1412, 1, 0, 0, 0, 62, 1424, 1, 0, 0, 0, 64, 1429, 1, 0, 0, 0, 66, 1434, 1, 0, 0, 0, 68, 1436, 1, 0, 0, 0, 70, 1448, 1, 0, 0, 0, 72, 1456, 1, 0, 0, 0, 74, 1458, 1, 0, 0, 0, 76, 1582, 1, 0, 0, 0, 78, 1584, 1, 0, 0, 0, 80, 1601, 1, 0, 0, 0, 82, 1603, 1, 0, 0, 0, 84, 1617, 1, 0, 0, 0, 86, 1619, 1, 0, 0, 0, 88, 1633, 1, 0, 0, 0, 90, 1635, 1, 0, 0, 0, 92, 1872, 1, 0, 0, 0, 94, 1879, 1, 0, 0, 0, 96, 1881, 1, 0, 0, 0, 98, 1883, 1, 0, 0, 0, 100, 1886, 1, 0, 0, 0, 102, 1897, 1, 0, 0, 0, 104, 1900, 1, 0, 0, 0, 106, 1929, 1, 0, 0, 0, 108, 1931, 1, 0, 0, 0, 110, 1972, 1, 0, 0, 0, 112, 1974, 1, 0, 0, 0, 114, 2028, 1, 0, 0, 0, 116, 2069, 1, 0, 0, 0, 118, 2071, 1, 0, 0, 0, 120, 2088, 1, 0, 0, 0, 122, 2169, 1, 0, 0, 0, 124, 2171, 1, 0, 0, 0, 126, 2182, 1, 0, 0, 0, 128, 2205, 1, 0, 0, 0, 130, 2223, 1, 0, 0, 0, 132, 2225, 1, 0, 0, 0, 134, 2260, 1, 0, 0, 0, 136, 2353, 1, 0, 0, 0, 138, 2358, 1, 0, 0, 0, 140, 2360, 1, 0, 0, 0, 142, 2458, 1, 0, 0, 0, 144, 2460, 1, 0, 0, 0, 146, 2464, 1, 0, 0, 0, 148, 2475, 1, 0, 0, 0, 150, 2483, 1, 0, 0, 0, 152, 2486, 1, 0, 0, 0, 154, 2489, 1, 0, 0, 0, 156, 2507, 1, 0, 0, 0, 158, 2509, 1, 0, 0, 0, 160, 2513, 1, 0, 0, 0, 162, 2526, 1, 0, 0, 0, 164, 2528, 1, 0, 0, 0, 166, 2533, 1, 0, 0, 0, 168, 2553, 1, 0, 0, 0, 170, 2561, 1, 0, 0, 0, 172, 2568, 1, 0, 0, 0, 174, 2570, 1, 0, 0, 0, 176, 2579, 1, 0, 0, 0, 178, 2582, 1, 0, 0, 0, 180, 2586, 1, 0, 0, 0, 182, 2590, 1, 0, 0, 0, 184, 2615, 1, 0, 0, 0, 186, 2625, 1, 0, 0, 0, 188, 2639, 1, 0, 0, 0, 190, 2655, 1, 0, 0, 0, 192, 2661, 1, 0, 0, 0, 194, 2688, 1, 0, 0, 0, 196, 2698, 1, 0, 0, 0, 198, 2714, 1, 0, 0, 0, 200, 2758, 1, 0, 0, 0, 202, 2765, 1, 0, 0, 0, 204, 2767, 1, 0, 0, 0, 206, 2793, 1, 0, 0, 0, 208, 2804, 1, 0, 0, 0, 210, 2823, 1, 0, 0, 0, 212, 2834, 1, 0, 0, 0, 214, 2872, 1, 0, 0, 0, 216, 2893, 1, 0, 0, 0, 218, 2895, 1, 0, 0, 0, 220, 2915, 1, 0, 0, 0, 222, 2927, 1, 0, 0, 0, 224, 2939, 1, 0, 0, 0, 226, 2942, 1, 0, 0, 0, 228, 2945, 1, 0, 0, 0, 230, 2965, 1, 0, 0, 0, 232, 2970, 1, 0, 0, 0, 234, 3019, 1, 0, 0, 0, 236, 3021, 1, 0, 0, 0, 238, 3044, 1, 0, 0, 0, 240, 3060, 1, 0, 0, 0, 242, 3072, 1, 0, 0, 0, 244, 3099, 1, 0, 0, 0, 246, 3114, 1, 0, 0, 0, 248, 3177, 1, 0, 0, 0, 250, 3179, 1, 0, 0, 0, 252, 3184, 1, 0, 0, 0, 254, 3190, 1, 0, 0, 0, 256, 3277, 1, 0, 0, 0, 258, 3283, 1, 0, 0, 0, 260, 3285, 1, 0, 0, 0, 262, 3301, 1, 0, 0, 0, 264, 3303, 1, 0, 0, 0, 266, 3312, 1, 0, 0, 0, 268, 3316, 1, 0, 0, 0, 270, 3329, 1, 0, 0, 0, 272, 3341, 1, 0, 0, 0, 274, 3343, 1, 0, 0, 0, 276, 3365, 1, 0, 0, 0, 278, 3377, 1, 0, 0, 0, 280, 3388, 1, 0, 0, 0, 282, 3479, 1, 0, 0, 0, 284, 3481, 1, 0, 0, 0, 286, 3492, 1, 0, 0, 0, 288, 3503, 1, 0, 0, 0, 290, 3505, 1, 0, 0, 0, 292, 3531, 1, 0, 0, 0, 294, 3533, 1, 0, 0, 0, 296, 3537, 1, 0, 0, 0, 298, 3587, 1, 0, 0, 0, 300, 3589, 1, 0, 0, 0, 302, 3595, 1, 0, 0, 0, 304, 3620, 1, 0, 0, 0, 306, 3624, 1, 0, 0, 0, 308, 3838, 1, 0, 0, 0, 310, 3856, 1, 0, 0, 0, 312, 3882, 1, 0, 0, 0, 314, 3884, 1, 0, 0, 0, 316, 3892, 1, 0, 0, 0, 318, 3898, 1, 0, 0, 0, 320, 3902, 1, 0, 0, 0, 322, 3922, 1, 0, 0, 0, 324, 3928, 1, 0, 0, 0, 326, 3995, 1, 0, 0, 0, 328, 4026, 1, 0, 0, 0, 330, 4072, 1, 0, 0, 0, 332, 4074, 1, 0, 0, 0, 334, 4076, 1, 0, 0, 0, 336, 4087, 1, 0, 0, 0, 338, 4124, 1, 0, 0, 0, 340, 4126, 1, 0, 0, 0, 342, 4132, 1, 0, 0, 0, 344, 4182, 1, 0, 0, 0, 346, 4185, 1, 0, 0, 0, 348, 4199, 1, 0, 0, 0, 350, 4220, 1, 0, 0, 0, 352, 4244, 1, 0, 0, 0, 354, 4285, 1, 0, 0, 0, 356, 4287, 1, 0, 0, 0, 358, 4289, 1, 0, 0, 0, 360, 4329, 1, 0, 0, 0, 362, 4346, 1, 0, 0, 0, 364, 4366, 1, 0, 0, 0, 366, 4419, 1, 0, 0, 0, 368, 4422, 1, 0, 0, 0, 370, 4428, 1, 0, 0, 0, 372, 4436, 1, 0, 0, 0, 374, 4449, 1, 0, 0, 0, 376, 4451, 1, 0, 0, 0, 378, 4464, 1, 0, 0, 0, 380, 4466, 1, 0, 0, 0, 382, 4479, 1, 0, 0, 0, 384, 4489, 1, 0, 0, 0, 386, 4500, 1, 0, 0, 0, 388, 4511, 1, 0, 0, 0, 390, 4513, 1, 0, 0, 0, 392, 4518, 1, 0, 0, 0, 394, 4532, 1, 0, 0, 0, 396, 4564, 1, 0, 0, 0, 398, 4601, 1, 0, 0, 0, 400, 4603, 1, 0, 0, 0, 402, 4606, 1, 0, 0, 0, 404, 4609, 1, 0, 0, 0, 406, 4626, 1, 0, 0, 0, 408, 4647, 1, 0, 0, 0, 410, 4663, 1, 0, 0, 0, 412, 4679, 1, 0, 0, 0, 414, 4701, 1, 0, 0, 0, 416, 4706, 1, 0, 0, 0, 418, 4709, 1, 0, 0, 0, 420, 4717, 1, 0, 0, 0, 422, 4742, 1, 0, 0, 0, 424, 4745, 1, 0, 0, 0, 426, 4773, 1, 0, 0, 0, 428, 4778, 1, 0, 0, 0, 430, 4818, 1, 0, 0, 0, 432, 5030, 1, 0, 0, 0, 434, 5032, 1, 0, 0, 0, 436, 5120, 1, 0, 0, 0, 438, 5122, 1, 0, 0, 0, 440, 5128, 1, 0, 0, 0, 442, 5139, 1, 0, 0, 0, 444, 5149, 1, 0, 0, 0, 446, 5229, 1, 0, 0, 0, 448, 5231, 1, 0, 0, 0, 450, 5245, 1, 0, 0, 0, 452, 5267, 1, 0, 0, 0, 454, 5340, 1, 0, 0, 0, 456, 5342, 1, 0, 0, 0, 458, 5383, 1, 0, 0, 0, 460, 5385, 1, 0, 0, 0, 462, 5390, 1, 0, 0, 0, 464, 5393, 1, 0, 0, 0, 466, 5396, 1, 0, 0, 0, 468, 5446, 1, 0, 0, 0, 470, 5448, 1, 0, 0, 0, 472, 5459, 1, 0, 0, 0, 474, 5461, 1, 0, 0, 0, 476, 5471, 1, 0, 0, 0, 478, 5506, 1, 0, 0, 0, 480, 5509, 1, 0, 0, 0, 482, 5530, 1, 0, 0, 0, 484, 5540, 1, 0, 0, 0, 486, 5560, 1, 0, 0, 0, 488, 5566, 1, 0, 0, 0, 490, 5572, 1, 0, 0, 0, 492, 5577, 1, 0, 0, 0, 494, 5590, 1, 0, 0, 0, 496, 5617, 1, 0, 0, 0, 498, 5665, 1, 0, 0, 0, 500, 5667, 1, 0, 0, 0, 502, 5705, 1, 0, 0, 0, 504, 5707, 1, 0, 0, 0, 506, 5728, 1, 0, 0, 0, 508, 5748, 1, 0, 0, 0, 510, 5752, 1, 0, 0, 0, 512, 5767, 1, 0, 0, 0, 514, 5769, 1, 0, 0, 0, 516, 5773, 1, 0, 0, 0, 518, 5777, 1, 0, 0, 0, 520, 5785, 1, 0, 0, 0, 522, 5809, 1, 0, 0, 0, 524, 5811, 1, 0, 0, 0, 526, 5822, 1, 0, 0, 0, 528, 5830, 1, 0, 0, 0, 530, 5845, 1, 0, 0, 0, 532, 5870, 1, 0, 0, 0, 534, 5872, 1, 0, 0, 0, 536, 5876, 1, 0, 0, 0, 538, 5885, 1, 0, 0, 0, 540, 5925, 1, 0, 0, 0, 542, 5936, 1, 0, 0, 0, 544, 5944, 1, 0, 0, 0, 546, 5947, 1, 0, 0, 0, 548, 5951, 1, 0, 0, 0, 550, 5966, 1, 0, 0, 0, 552, 5991, 1, 0, 0, 0, 554, 6006, 1, 0, 0, 0, 556, 6032, 1, 0, 0, 0, 558, 6034, 1, 0, 0, 0, 560, 6057, 1, 0, 0, 0, 562, 6059, 1, 0, 0, 0, 564, 6067, 1, 0, 0, 0, 566, 6085, 1, 0, 0, 0, 568, 6109, 1, 0, 0, 0, 570, 6121, 1, 0, 0, 0, 572, 6125, 1, 0, 0, 0, 574, 6137, 1, 0, 0, 0, 576, 6157, 1, 0, 0, 0, 578, 6165, 1, 0, 0, 0, 580, 6179, 1, 0, 0, 0, 582, 6202, 1, 0, 0, 0, 584, 6204, 1, 0, 0, 0, 586, 6209, 1, 0, 0, 0, 588, 6219, 1, 0, 0, 0, 590, 6240, 1, 0, 0, 0, 592, 6242, 1, 0, 0, 0, 594, 6251, 1, 0, 0, 0, 596, 6262, 1, 0, 0, 0, 598, 6272, 1, 0, 0, 0, 600, 6274, 1, 0, 0, 0, 602, 6281, 1, 0, 0, 0, 604, 6312, 1, 0, 0, 0, 606, 6342, 1, 0, 0, 0, 608, 6344, 1, 0, 0, 0, 610, 6353, 1, 0, 0, 0, 612, 6356, 1, 0, 0, 0, 614, 6427, 1, 0, 0, 0, 616, 6451, 1, 0, 0, 0, 618, 6472, 1, 0, 0, 0, 620, 6474, 1, 0, 0, 0, 622, 6482, 1, 0, 0, 0, 624, 6499, 1, 0, 0, 0, 626, 6525, 1, 0, 0, 0, 628, 6527, 1, 0, 0, 0, 630, 6535, 1, 0, 0, 0, 632, 6542, 1, 0, 0, 0, 634, 6566, 1, 0, 0, 0, 636, 6572, 1, 0, 0, 0, 638, 6580, 1, 0, 0, 0, 640, 6583, 1, 0, 0, 0, 642, 6590, 1, 0, 0, 0, 644, 6598, 1, 0, 0, 0, 646, 6603, 1, 0, 0, 0, 648, 6633, 1, 0, 0, 0, 650, 6660, 1, 0, 0, 0, 652, 6688, 1, 0, 0, 0, 654, 6705, 1, 0, 0, 0, 656, 6711, 1, 0, 0, 0, 658, 6729, 1, 0, 0, 0, 660, 6731, 1, 0, 0, 0, 662, 6735, 1, 0, 0, 0, 664, 6752, 1, 0, 0, 0, 666, 6757, 1, 0, 0, 0, 668, 6795, 1, 0, 0, 0, 670, 6797, 1, 0, 0, 0, 672, 6801, 1, 0, 0, 0, 674, 6803, 1, 0, 0, 0, 676, 6812, 1, 0, 0, 0, 678, 6896, 1, 0, 0, 0, 680, 6902, 1, 0, 0, 0, 682, 7011, 1, 0, 0, 0, 684, 7043, 1, 0, 0, 0, 686, 7094, 1, 0, 0, 0, 688, 7098, 1, 0, 0, 0, 690, 7274, 1, 0, 0, 0, 692, 7276, 1, 0, 0, 0, 694, 7284, 1, 0, 0, 0, 696, 7289, 1, 0, 0, 0, 698, 7291, 1, 0, 0, 0, 700, 7299, 1, 0, 0, 0, 702, 7302, 1, 0, 0, 0, 704, 7311, 1, 0, 0, 0, 706, 7315, 1, 0, 0, 0, 708, 7320, 1, 0, 0, 0, 710, 7337, 1, 0, 0, 0, 712, 7364, 1, 0, 0, 0, 714, 7373, 1, 0, 0, 0, 716, 7375, 1, 0, 0, 0, 718, 7382, 1, 0, 0, 0, 720, 7386, 1, 0, 0, 0, 722, 7388, 1, 0, 0, 0, 724, 7396, 1, 0, 0, 0, 726, 7404, 1, 0, 0, 0, 728, 7411, 1, 0, 0, 0, 730, 7413, 1, 0, 0, 0, 732, 7426, 1, 0, 0, 0, 734, 7430, 1, 0, 0, 0, 736, 7432, 1, 0, 0, 0, 738, 7447, 1, 0, 0, 0, 740, 7449, 1, 0, 0, 0, 742, 7471, 1, 0, 0, 0, 744, 7473, 1, 0, 0, 0, 746, 7496, 1, 0, 0, 0, 748, 7498, 1, 0, 0, 0, 750, 7520, 1, 0, 0, 0, 752, 7523, 1, 0, 0, 0, 754, 7530, 1, 0, 0, 0, 756, 7533, 1, 0, 0, 0, 758, 7549, 1, 0, 0, 0, 760, 7551, 1, 0, 0, 0, 762, 7559, 1, 0, 0, 0, 764, 7567, 1, 0, 0, 0, 766, 7575, 1, 0, 0, 0, 768, 7583, 1, 0, 0, 0, 770, 7585, 1, 0, 0, 0, 772, 7587, 1, 0, 0, 0, 774, 7589, 1, 0, 0, 0, 776, 7591, 1, 0, 0, 0, 778, 7593, 1, 0, 0, 0, 780, 7595, 1, 0, 0, 0, 782, 7599, 1, 0, 0, 0, 784, 7607, 1, 0, 0, 0, 786, 7615, 1, 0, 0, 0, 788, 7617, 1, 0, 0, 0, 790, 7619, 1, 0, 0, 0, 792, 7621, 1, 0, 0, 0, 794, 7623, 1, 0, 0, 0, 796, 7629, 1, 0, 0, 0, 798, 7635, 1, 0, 0, 0, 800, 7641, 1, 0, 0, 0, 802, 7643, 1, 0, 0, 0, 804, 7649, 1, 0, 0, 0, 806, 7655, 1, 0, 0, 0, 808, 7657, 1, 0, 0, 0, 810, 7673, 1, 0, 0, 0, 812, 7676, 1, 0, 0, 0, 814, 7685, 1, 0, 0, 0, 816, 7687, 1, 0, 0, 0, 818, 7697, 1, 0, 0, 0, 820, 7701, 1, 0, 0, 0, 822, 7706, 1, 0, 0, 0, 824, 7712, 1, 0, 0, 0, 826, 7725, 1, 0, 0, 0, 828, 7727, 1, 0, 0, 0, 830, 7780, 1, 0, 0, 0, 832, 7782, 1, 0, 0, 0, 834, 7784, 1, 0, 0, 0, 836, 7787, 1, 0, 0, 0, 838, 7815, 1, 0, 0, 0, 840, 7819, 1, 0, 0, 0, 842, 7870, 1, 0, 0, 0, 844, 7873, 1, 0, 0, 0, 846, 7899, 1, 0, 0, 0, 848, 7901, 1, 0, 0, 0, 850, 7924, 1, 0, 0, 0, 852, 7926, 1, 0, 0, 0, 854, 7931, 1, 0, 0, 0, 856, 7946, 1, 0, 0, 0, 858, 7952, 1, 0, 0, 0, 860, 7963, 1, 0, 0, 0, 862, 7993, 1, 0, 0, 0, 864, 8000, 1, 0, 0, 0, 866, 8025, 1, 0, 0, 0, 868, 8035, 1, 0, 0, 0, 870, 8062, 1, 0, 0, 0, 872, 8075, 1, 0, 0, 0, 874, 8085, 1, 0, 0, 0, 876, 8104, 1, 0, 0, 0, 878, 8136, 1, 0, 0, 0, 880, 8140, 1, 0, 0, 0, 882, 8148, 1, 0, 0, 0, 884, 8162, 1, 0, 0, 0, 886, 8168, 1, 0, 0, 0, 888, 8189, 1, 0, 0, 0, 890, 8195, 1, 0, 0, 0, 892, 8234, 1, 0, 0, 0, 894, 8238, 1, 0, 0, 0, 896, 8264, 1, 0, 0, 0, 898, 8266, 1, 0, 0, 0, 900, 8274, 1, 0, 0, 0, 902, 8311, 1, 0, 0, 0, 904, 8345, 1, 0, 0, 0, 906, 8347, 1, 0, 0, 0, 908, 8358, 1, 0, 0, 0, 910, 8395, 1, 0, 0, 0, 912, 8399, 1, 0, 0, 0, 914, 8401, 1, 0, 0, 0, 916, 8405, 1, 0, 0, 0, 918, 8408, 1, 0, 0, 0, 920, 8430, 1, 0, 0, 0, 922, 8434, 1, 0, 0, 0, 924, 8436, 1, 0, 0, 0, 926, 8460, 1, 0, 0, 0, 928, 8464, 1, 0, 0, 0, 930, 8467, 1, 0, 0, 0, 932, 934, 3, 2, 1, 0, 933, 932, 1, 0, 0, 0, 934, 937, 1, 0, 0, 0, 935, 933, 1, 0, 0, 0, 935, 936, 1, 0, 0, 0, 936, 938, 1, 0, 0, 0, 937, 935, 1, 0, 0, 0, 938, 939, 5, 0, 0, 1, 939, 1, 1, 0, 0, 0, 940, 942, 3, 4, 2, 0, 941, 943, 5, 7, 0, 0, 942, 941, 1, 0, 0, 0, 942, 943, 1, 0, 0, 0, 943, 3, 1, 0, 0, 0, 944, 1065, 3, 278, 139, 0, 945, 1065, 3, 488, 244, 0, 946, 1065, 3, 484, 242, 0, 947, 1065, 3, 486, 243, 0, 948, 1065, 3, 352, 176, 0, 949, 1065, 3, 494, 247, 0, 950, 1065, 3, 292, 146, 0, 951, 1065, 3, 210, 105, 0, 952, 1065, 3, 212, 106, 0, 953, 1065, 3, 218, 109, 0, 954, 1065, 3, 232, 116, 0, 955, 1065, 3, 404, 202, 0, 956, 1065, 3, 28, 14, 0, 957, 1065, 3, 434, 217, 0, 958, 1065, 3, 436, 218, 0, 959, 1065, 3, 446, 223, 0, 960, 1065, 3, 438, 219, 0, 961, 1065, 3, 444, 222, 0, 962, 1065, 3, 244, 122, 0, 963, 1065, 3, 246, 123, 0, 964, 1065, 3, 198, 99, 0, 965, 1065, 3, 490, 245, 0, 966, 1065, 3, 76, 38, 0, 967, 1065, 3, 430, 215, 0, 968, 1065, 3, 108, 54, 0, 969, 1065, 3, 450, 225, 0, 970, 1065, 3, 18, 9, 0, 971, 1065, 3, 20, 10, 0, 972, 1065, 3, 16, 8, 0, 973, 1065, 3, 454, 227, 0, 974, 1065, 3, 184, 92, 0, 975, 1065, 3, 498, 249, 0, 976, 1065, 3, 496, 248, 0, 977, 1065, 3, 240, 120, 0, 978, 1065, 3, 506, 253, 0, 979, 1065, 3, 6, 3, 0, 980, 1065, 3, 72, 36, 0, 981, 1065, 3, 112, 56, 0, 982, 1065, 3, 502, 251, 0, 983, 1065, 3, 324, 162, 0, 984, 1065, 3, 70, 35, 0, 985, 1065, 3, 114, 57, 0, 986, 1065, 3, 254, 127, 0, 987, 1065, 3, 186, 93, 0, 988, 1065, 3, 280, 140, 0, 989, 1065, 3, 420, 210, 0, 990, 1065, 3, 500, 250, 0, 991, 1065, 3, 492, 246, 0, 992, 1065, 3, 208, 104, 0, 993, 1065, 3, 214, 107, 0, 994, 1065, 3, 228, 114, 0, 995, 1065, 3, 234, 117, 0, 996, 1065, 3, 364, 182, 0, 997, 1065, 3, 26, 13, 0, 998, 1065, 3, 192, 96, 0, 999, 1065, 3, 296, 148, 0, 1000, 1065, 3, 300, 150, 0, 1001, 1065, 3, 448, 224, 0, 1002, 1065, 3, 302, 151, 0, 1003, 1065, 3, 242, 121, 0, 1004, 1065, 3, 204, 102, 0, 1005, 1065, 3, 30, 15, 0, 1006, 1065, 3, 196, 98, 0, 1007, 1065, 3, 120, 60, 0, 1008, 1065, 3, 452, 226, 0, 1009, 1065, 3, 182, 91, 0, 1010, 1065, 3, 206, 103, 0, 1011, 1065, 3, 424, 212, 0, 1012, 1065, 3, 256, 128, 0, 1013, 1065, 3, 274, 137, 0, 1014, 1065, 3, 8, 4, 0, 1015, 1065, 3, 14, 7, 0, 1016, 1065, 3, 238, 119, 0, 1017, 1065, 3, 480, 240, 0, 1018, 1065, 3, 536, 268, 0, 1019, 1065, 3, 558, 279, 0, 1020, 1065, 3, 282, 141, 0, 1021, 1065, 3, 548, 274, 0, 1022, 1065, 3, 74, 37, 0, 1023, 1065, 3, 418, 209, 0, 1024, 1065, 3, 308, 154, 0, 1025, 1065, 3, 532, 266, 0, 1026, 1065, 3, 520, 260, 0, 1027, 1065, 3, 328, 164, 0, 1028, 1065, 3, 334, 167, 0, 1029, 1065, 3, 348, 174, 0, 1030, 1065, 3, 900, 450, 0, 1031, 1065, 3, 236, 118, 0, 1032, 1065, 3, 358, 179, 0, 1033, 1065, 3, 538, 269, 0, 1034, 1065, 3, 464, 232, 0, 1035, 1065, 3, 194, 97, 0, 1036, 1065, 3, 478, 239, 0, 1037, 1065, 3, 550, 275, 0, 1038, 1065, 3, 460, 230, 0, 1039, 1065, 3, 526, 263, 0, 1040, 1065, 3, 306, 153, 0, 1041, 1065, 3, 428, 214, 0, 1042, 1065, 3, 408, 204, 0, 1043, 1065, 3, 406, 203, 0, 1044, 1065, 3, 410, 205, 0, 1045, 1065, 3, 432, 216, 0, 1046, 1065, 3, 336, 168, 0, 1047, 1065, 3, 350, 175, 0, 1048, 1065, 3, 456, 228, 0, 1049, 1065, 3, 326, 163, 0, 1050, 1065, 3, 560, 280, 0, 1051, 1065, 3, 468, 234, 0, 1052, 1065, 3, 320, 160, 0, 1053, 1065, 3, 466, 233, 0, 1054, 1065, 3, 552, 276, 0, 1055, 1065, 3, 504, 252, 0, 1056, 1065, 3, 60, 30, 0, 1057, 1065, 3, 36, 18, 0, 1058, 1065, 3, 68, 34, 0, 1059, 1065, 3, 476, 238, 0, 1060, 1062, 5, 581, 0, 0, 1061, 1063, 5, 582, 0, 0, 1062, 1061, 1, 0, 0, 0, 1062, 1063, 1, 0, 0, 0, 1063, 1065, 1, 0, 0, 0, 1064, 944, 1, 0, 0, 0, 1064, 945, 1, 0, 0, 0, 1064, 946, 1, 0, 0, 0, 1064, 947, 1, 0, 0, 0, 1064, 948, 1, 0, 0, 0, 1064, 949, 1, 0, 0, 0, 1064, 950, 1, 0, 0, 0, 1064, 951, 1, 0, 0, 0, 1064, 952, 1, 0, 0, 0, 1064, 953, 1, 0, 0, 0, 1064, 954, 1, 0, 0, 0, 1064, 955, 1, 0, 0, 0, 1064, 956, 1, 0, 0, 0, 1064, 957, 1, 0, 0, 0, 1064, 958, 1, 0, 0, 0, 1064, 959, 1, 0, 0, 0, 1064, 960, 1, 0, 0, 0, 1064, 961, 1, 0, 0, 0, 1064, 962, 1, 0, 0, 0, 1064, 963, 1, 0, 0, 0, 1064, 964, 1, 0, 0, 0, 1064, 965, 1, 0, 0, 0, 1064, 966, 1, 0, 0, 0, 1064, 967, 1, 0, 0, 0, 1064, 968, 1, 0, 0, 0, 1064, 969, 1, 0, 0, 0, 1064, 970, 1, 0, 0, 0, 1064, 971, 1, 0, 0, 0, 1064, 972, 1, 0, 0, 0, 1064, 973, 1, 0, 0, 0, 1064, 974, 1, 0, 0, 0, 1064, 975, 1, 0, 0, 0, 1064, 976, 1, 0, 0, 0, 1064, 977, 1, 0, 0, 0, 1064, 978, 1, 0, 0, 0, 1064, 979, 1, 0, 0, 0, 1064, 980, 1, 0, 0, 0, 1064, 981, 1, 0, 0, 0, 1064, 982, 1, 0, 0, 0, 1064, 983, 1, 0, 0, 0, 1064, 984, 1, 0, 0, 0, 1064, 985, 1, 0, 0, 0, 1064, 986, 1, 0, 0, 0, 1064, 987, 1, 0, 0, 0, 1064, 988, 1, 0, 0, 0, 1064, 989, 1, 0, 0, 0, 1064, 990, 1, 0, 0, 0, 1064, 991, 1, 0, 0, 0, 1064, 992, 1, 0, 0, 0, 1064, 993, 1, 0, 0, 0, 1064, 994, 1, 0, 0, 0, 1064, 995, 1, 0, 0, 0, 1064, 996, 1, 0, 0, 0, 1064, 997, 1, 0, 0, 0, 1064, 998, 1, 0, 0, 0, 1064, 999, 1, 0, 0, 0, 1064, 1000, 1, 0, 0, 0, 1064, 1001, 1, 0, 0, 0, 1064, 1002, 1, 0, 0, 0, 1064, 1003, 1, 0, 0, 0, 1064, 1004, 1, 0, 0, 0, 1064, 1005, 1, 0, 0, 0, 1064, 1006, 1, 0, 0, 0, 1064, 1007, 1, 0, 0, 0, 1064, 1008, 1, 0, 0, 0, 1064, 1009, 1, 0, 0, 0, 1064, 1010, 1, 0, 0, 0, 1064, 1011, 1, 0, 0, 0, 1064, 1012, 1, 0, 0, 0, 1064, 1013, 1, 0, 0, 0, 1064, 1014, 1, 0, 0, 0, 1064, 1015, 1, 0, 0, 0, 1064, 1016, 1, 0, 0, 0, 1064, 1017, 1, 0, 0, 0, 1064, 1018, 1, 0, 0, 0, 1064, 1019, 1, 0, 0, 0, 1064, 1020, 1, 0, 0, 0, 1064, 1021, 1, 0, 0, 0, 1064, 1022, 1, 0, 0, 0, 1064, 1023, 1, 0, 0, 0, 1064, 1024, 1, 0, 0, 0, 1064, 1025, 1, 0, 0, 0, 1064, 1026, 1, 0, 0, 0, 1064, 1027, 1, 0, 0, 0, 1064, 1028, 1, 0, 0, 0, 1064, 1029, 1, 0, 0, 0, 1064, 1030, 1, 0, 0, 0, 1064, 1031, 1, 0, 0, 0, 1064, 1032, 1, 0, 0, 0, 1064, 1033, 1, 0, 0, 0, 1064, 1034, 1, 0, 0, 0, 1064, 1035, 1, 0, 0, 0, 1064, 1036, 1, 0, 0, 0, 1064, 1037, 1, 0, 0, 0, 1064, 1038, 1, 0, 0, 0, 1064, 1039, 1, 0, 0, 0, 1064, 1040, 1, 0, 0, 0, 1064, 1041, 1, 0, 0, 0, 1064, 1042, 1, 0, 0, 0, 1064, 1043, 1, 0, 0, 0, 1064, 1044, 1, 0, 0, 0, 1064, 1045, 1, 0, 0, 0, 1064, 1046, 1, 0, 0, 0, 1064, 1047, 1, 0, 0, 0, 1064, 1048, 1, 0, 0, 0, 1064, 1049, 1, 0, 0, 0, 1064, 1050, 1, 0, 0, 0, 1064, 1051, 1, 0, 0, 0, 1064, 1052, 1, 0, 0, 0, 1064, 1053, 1, 0, 0, 0, 1064, 1054, 1, 0, 0, 0, 1064, 1055, 1, 0, 0, 0, 1064, 1056, 1, 0, 0, 0, 1064, 1057, 1, 0, 0, 0, 1064, 1058, 1, 0, 0, 0, 1064, 1059, 1, 0, 0, 0, 1064, 1060, 1, 0, 0, 0, 1065, 5, 1, 0, 0, 0, 1066, 1067, 5, 433, 0, 0, 1067, 1068, 3, 684, 342, 0, 1068, 7, 1, 0, 0, 0, 1069, 1070, 5, 46, 0, 0, 1070, 1071, 5, 318, 0, 0, 1071, 1073, 3, 814, 407, 0, 1072, 1074, 5, 105, 0, 0, 1073, 1072, 1, 0, 0, 0, 1073, 1074, 1, 0, 0, 0, 1074, 1078, 1, 0, 0, 0, 1075, 1077, 3, 12, 6, 0, 1076, 1075, 1, 0, 0, 0, 1077, 1080, 1, 0, 0, 0, 1078, 1076, 1, 0, 0, 0, 1078, 1079, 1, 0, 0, 0, 1079, 9, 1, 0, 0, 0, 1080, 1078, 1, 0, 0, 0, 1081, 1084, 5, 287, 0, 0, 1082, 1085, 3, 808, 404, 0, 1083, 1085, 5, 78, 0, 0, 1084, 1082, 1, 0, 0, 0, 1084, 1083, 1, 0, 0, 0, 1085, 1120, 1, 0, 0, 0, 1086, 1087, 7, 0, 0, 0, 1087, 1088, 5, 287, 0, 0, 1088, 1120, 3, 808, 404, 0, 1089, 1120, 5, 228, 0, 0, 1090, 1120, 5, 229, 0, 0, 1091, 1120, 5, 236, 0, 0, 1092, 1120, 5, 237, 0, 0, 1093, 1120, 5, 234, 0, 0, 1094, 1120, 5, 235, 0, 0, 1095, 1120, 5, 232, 0, 0, 1096, 1120, 5, 233, 0, 0, 1097, 1120, 5, 230, 0, 0, 1098, 1120, 5, 231, 0, 0, 1099, 1120, 5, 535, 0, 0, 1100, 1120, 5, 536, 0, 0, 1101, 1120, 5, 537, 0, 0, 1102, 1120, 5, 538, 0, 0, 1103, 1120, 5, 539, 0, 0, 1104, 1120, 5, 540, 0, 0, 1105, 1106, 5, 164, 0, 0, 1106, 1107, 5, 74, 0, 0, 1107, 1120, 3, 812, 406, 0, 1108, 1109, 5, 371, 0, 0, 1109, 1110, 5, 368, 0, 0, 1110, 1120, 3, 808, 404, 0, 1111, 1112, 5, 68, 0, 0, 1112, 1113, 7, 1, 0, 0, 1113, 1120, 3, 784, 392, 0, 1114, 1115, 7, 2, 0, 0, 1115, 1120, 3, 816, 408, 0, 1116, 1117, 5, 134, 0, 0, 1117, 1120, 3, 784, 392, 0, 1118, 1120, 3, 826, 413, 0, 1119, 1081, 1, 0, 0, 0, 1119, 1086, 1, 0, 0, 0, 1119, 1089, 1, 0, 0, 0, 1119, 1090, 1, 0, 0, 0, 1119, 1091, 1, 0, 0, 0, 1119, 1092, 1, 0, 0, 0, 1119, 1093, 1, 0, 0, 0, 1119, 1094, 1, 0, 0, 0, 1119, 1095, 1, 0, 0, 0, 1119, 1096, 1, 0, 0, 0, 1119, 1097, 1, 0, 0, 0, 1119, 1098, 1, 0, 0, 0, 1119, 1099, 1, 0, 0, 0, 1119, 1100, 1, 0, 0, 0, 1119, 1101, 1, 0, 0, 0, 1119, 1102, 1, 0, 0, 0, 1119, 1103, 1, 0, 0, 0, 1119, 1104, 1, 0, 0, 0, 1119, 1105, 1, 0, 0, 0, 1119, 1108, 1, 0, 0, 0, 1119, 1111, 1, 0, 0, 0, 1119, 1114, 1, 0, 0, 0, 1119, 1116, 1, 0, 0, 0, 1119, 1118, 1, 0, 0, 0, 1120, 11, 1, 0, 0, 0, 1121, 1130, 3, 10, 5, 0, 1122, 1123, 5, 348, 0, 0, 1123, 1130, 5, 571, 0, 0, 1124, 1125, 7, 3, 0, 0, 1125, 1130, 3, 816, 408, 0, 1126, 1127, 5, 68, 0, 0, 1127, 1128, 7, 1, 0, 0, 1128, 1130, 3, 816, 408, 0, 1129, 1121, 1, 0, 0, 0, 1129, 1122, 1, 0, 0, 0, 1129, 1124, 1, 0, 0, 0, 1129, 1126, 1, 0, 0, 0, 1130, 13, 1, 0, 0, 0, 1131, 1132, 5, 46, 0, 0, 1132, 1133, 5, 99, 0, 0, 1133, 1135, 3, 814, 407, 0, 1134, 1136, 5, 105, 0, 0, 1135, 1134, 1, 0, 0, 0, 1135, 1136, 1, 0, 0, 0, 1136, 1140, 1, 0, 0, 0, 1137, 1139, 3, 12, 6, 0, 1138, 1137, 1, 0, 0, 0, 1139, 1142, 1, 0, 0, 0, 1140, 1138, 1, 0, 0, 0, 1140, 1141, 1, 0, 0, 0, 1141, 15, 1, 0, 0, 0, 1142, 1140, 1, 0, 0, 0, 1143, 1144, 5, 138, 0, 0, 1144, 1145, 7, 2, 0, 0, 1145, 1147, 3, 814, 407, 0, 1146, 1148, 5, 105, 0, 0, 1147, 1146, 1, 0, 0, 0, 1147, 1148, 1, 0, 0, 0, 1148, 1152, 1, 0, 0, 0, 1149, 1151, 3, 10, 5, 0, 1150, 1149, 1, 0, 0, 0, 1151, 1154, 1, 0, 0, 0, 1152, 1150, 1, 0, 0, 0, 1152, 1153, 1, 0, 0, 0, 1153, 17, 1, 0, 0, 0, 1154, 1152, 1, 0, 0, 0, 1155, 1156, 5, 138, 0, 0, 1156, 1159, 7, 2, 0, 0, 1157, 1160, 5, 30, 0, 0, 1158, 1160, 3, 814, 407, 0, 1159, 1157, 1, 0, 0, 0, 1159, 1158, 1, 0, 0, 0, 1160, 1161, 1, 0, 0, 0, 1161, 1162, 5, 68, 0, 0, 1162, 1163, 5, 175, 0, 0, 1163, 1164, 3, 788, 394, 0, 1164, 1165, 3, 64, 32, 0, 1165, 19, 1, 0, 0, 0, 1166, 1167, 5, 138, 0, 0, 1167, 1168, 5, 442, 0, 0, 1168, 1170, 3, 794, 397, 0, 1169, 1171, 3, 368, 184, 0, 1170, 1169, 1, 0, 0, 0, 1170, 1171, 1, 0, 0, 0, 1171, 1172, 1, 0, 0, 0, 1172, 1173, 3, 22, 11, 0, 1173, 21, 1, 0, 0, 0, 1174, 1178, 3, 24, 12, 0, 1175, 1177, 3, 24, 12, 0, 1176, 1175, 1, 0, 0, 0, 1177, 1180, 1, 0, 0, 0, 1178, 1176, 1, 0, 0, 0, 1178, 1179, 1, 0, 0, 0, 1179, 1182, 1, 0, 0, 0, 1180, 1178, 1, 0, 0, 0, 1181, 1183, 5, 315, 0, 0, 1182, 1181, 1, 0, 0, 0, 1182, 1183, 1, 0, 0, 0, 1183, 1201, 1, 0, 0, 0, 1184, 1185, 5, 309, 0, 0, 1185, 1186, 5, 94, 0, 0, 1186, 1201, 3, 792, 396, 0, 1187, 1188, 5, 282, 0, 0, 1188, 1189, 5, 94, 0, 0, 1189, 1201, 3, 814, 407, 0, 1190, 1191, 5, 333, 0, 0, 1191, 1192, 5, 323, 0, 0, 1192, 1201, 3, 32, 16, 0, 1193, 1195, 5, 269, 0, 0, 1194, 1193, 1, 0, 0, 0, 1194, 1195, 1, 0, 0, 0, 1195, 1196, 1, 0, 0, 0, 1196, 1197, 5, 462, 0, 0, 1197, 1198, 5, 80, 0, 0, 1198, 1199, 5, 204, 0, 0, 1199, 1201, 3, 818, 409, 0, 1200, 1174, 1, 0, 0, 0, 1200, 1184, 1, 0, 0, 0, 1200, 1187, 1, 0, 0, 0, 1200, 1190, 1, 0, 0, 0, 1200, 1194, 1, 0, 0, 0, 1201, 23, 1, 0, 0, 0, 1202, 1245, 5, 222, 0, 0, 1203, 1245, 5, 338, 0, 0, 1204, 1245, 5, 377, 0, 0, 1205, 1207, 5, 77, 0, 0, 1206, 1205, 1, 0, 0, 0, 1206, 1207, 1, 0, 0, 0, 1207, 1208, 1, 0, 0, 0, 1208, 1245, 5, 250, 0, 0, 1209, 1211, 5, 205, 0, 0, 1210, 1209, 1, 0, 0, 0, 1210, 1211, 1, 0, 0, 0, 1211, 1212, 1, 0, 0, 0, 1212, 1213, 5, 327, 0, 0, 1213, 1220, 5, 243, 0, 0, 1214, 1216, 5, 205, 0, 0, 1215, 1214, 1, 0, 0, 0, 1215, 1216, 1, 0, 0, 0, 1216, 1217, 1, 0, 0, 0, 1217, 1218, 5, 327, 0, 0, 1218, 1220, 5, 181, 0, 0, 1219, 1210, 1, 0, 0, 0, 1219, 1215, 1, 0, 0, 0, 1220, 1245, 1, 0, 0, 0, 1221, 1222, 5, 460, 0, 0, 1222, 1245, 7, 4, 0, 0, 1223, 1224, 5, 170, 0, 0, 1224, 1245, 3, 824, 412, 0, 1225, 1226, 5, 320, 0, 0, 1226, 1245, 3, 818, 409, 0, 1227, 1228, 5, 333, 0, 0, 1228, 1229, 3, 818, 409, 0, 1229, 1232, 7, 5, 0, 0, 1230, 1233, 3, 818, 409, 0, 1231, 1233, 5, 53, 0, 0, 1232, 1230, 1, 0, 0, 0, 1232, 1231, 1, 0, 0, 0, 1233, 1245, 1, 0, 0, 0, 1234, 1235, 5, 333, 0, 0, 1235, 1236, 3, 818, 409, 0, 1236, 1237, 5, 64, 0, 0, 1237, 1238, 5, 434, 0, 0, 1238, 1245, 1, 0, 0, 0, 1239, 1242, 5, 313, 0, 0, 1240, 1243, 3, 818, 409, 0, 1241, 1243, 5, 30, 0, 0, 1242, 1240, 1, 0, 0, 0, 1242, 1241, 1, 0, 0, 0, 1243, 1245, 1, 0, 0, 0, 1244, 1202, 1, 0, 0, 0, 1244, 1203, 1, 0, 0, 0, 1244, 1204, 1, 0, 0, 0, 1244, 1206, 1, 0, 0, 0, 1244, 1219, 1, 0, 0, 0, 1244, 1221, 1, 0, 0, 0, 1244, 1223, 1, 0, 0, 0, 1244, 1225, 1, 0, 0, 0, 1244, 1227, 1, 0, 0, 0, 1244, 1234, 1, 0, 0, 0, 1244, 1239, 1, 0, 0, 0, 1245, 25, 1, 0, 0, 0, 1246, 1247, 5, 46, 0, 0, 1247, 1248, 5, 66, 0, 0, 1248, 1250, 3, 814, 407, 0, 1249, 1251, 5, 105, 0, 0, 1250, 1249, 1, 0, 0, 0, 1250, 1251, 1, 0, 0, 0, 1251, 1255, 1, 0, 0, 0, 1252, 1254, 3, 12, 6, 0, 1253, 1252, 1, 0, 0, 0, 1254, 1257, 1, 0, 0, 0, 1255, 1253, 1, 0, 0, 0, 1255, 1256, 1, 0, 0, 0, 1256, 27, 1, 0, 0, 0, 1257, 1255, 1, 0, 0, 0, 1258, 1259, 5, 138, 0, 0, 1259, 1260, 5, 66, 0, 0, 1260, 1261, 3, 814, 407, 0, 1261, 1262, 7, 6, 0, 0, 1262, 1263, 5, 99, 0, 0, 1263, 1264, 3, 816, 408, 0, 1264, 29, 1, 0, 0, 0, 1265, 1266, 5, 46, 0, 0, 1266, 1268, 5, 323, 0, 0, 1267, 1269, 3, 294, 147, 0, 1268, 1267, 1, 0, 0, 0, 1268, 1269, 1, 0, 0, 0, 1269, 1276, 1, 0, 0, 0, 1270, 1272, 3, 32, 16, 0, 1271, 1270, 1, 0, 0, 0, 1271, 1272, 1, 0, 0, 0, 1272, 1273, 1, 0, 0, 0, 1273, 1274, 5, 106, 0, 0, 1274, 1277, 3, 814, 407, 0, 1275, 1277, 3, 32, 16, 0, 1276, 1271, 1, 0, 0, 0, 1276, 1275, 1, 0, 0, 0, 1277, 1281, 1, 0, 0, 0, 1278, 1280, 3, 34, 17, 0, 1279, 1278, 1, 0, 0, 0, 1280, 1283, 1, 0, 0, 0, 1281, 1279, 1, 0, 0, 0, 1281, 1282, 1, 0, 0, 0, 1282, 31, 1, 0, 0, 0, 1283, 1281, 1, 0, 0, 0, 1284, 1285, 3, 316, 158, 0, 1285, 33, 1, 0, 0, 0, 1286, 1293, 3, 120, 60, 0, 1287, 1293, 3, 358, 179, 0, 1288, 1293, 3, 196, 98, 0, 1289, 1293, 3, 256, 128, 0, 1290, 1293, 3, 334, 167, 0, 1291, 1293, 3, 476, 238, 0, 1292, 1286, 1, 0, 0, 0, 1292, 1287, 1, 0, 0, 0, 1292, 1288, 1, 0, 0, 0, 1292, 1289, 1, 0, 0, 0, 1292, 1290, 1, 0, 0, 0, 1292, 1291, 1, 0, 0, 0, 1293, 35, 1, 0, 0, 0, 1294, 1296, 5, 333, 0, 0, 1295, 1297, 7, 7, 0, 0, 1296, 1295, 1, 0, 0, 0, 1296, 1297, 1, 0, 0, 0, 1297, 1298, 1, 0, 0, 0, 1298, 1299, 3, 38, 19, 0, 1299, 37, 1, 0, 0, 0, 1300, 1301, 5, 356, 0, 0, 1301, 1309, 3, 474, 237, 0, 1302, 1303, 5, 332, 0, 0, 1303, 1304, 5, 154, 0, 0, 1304, 1305, 5, 36, 0, 0, 1305, 1306, 5, 356, 0, 0, 1306, 1309, 3, 474, 237, 0, 1307, 1309, 3, 42, 21, 0, 1308, 1300, 1, 0, 0, 0, 1308, 1302, 1, 0, 0, 0, 1308, 1307, 1, 0, 0, 0, 1309, 39, 1, 0, 0, 0, 1310, 1313, 5, 30, 0, 0, 1311, 1313, 3, 44, 22, 0, 1312, 1310, 1, 0, 0, 0, 1312, 1311, 1, 0, 0, 0, 1313, 1315, 1, 0, 0, 0, 1314, 1316, 7, 5, 0, 0, 1315, 1314, 1, 0, 0, 0, 1315, 1316, 1, 0, 0, 0, 1316, 1319, 1, 0, 0, 0, 1317, 1320, 5, 53, 0, 0, 1318, 1320, 3, 46, 23, 0, 1319, 1317, 1, 0, 0, 0, 1319, 1318, 1, 0, 0, 0, 1319, 1320, 1, 0, 0, 0, 1320, 41, 1, 0, 0, 0, 1321, 1322, 5, 418, 0, 0, 1322, 1323, 5, 386, 0, 0, 1323, 1350, 3, 56, 28, 0, 1324, 1325, 5, 152, 0, 0, 1325, 1350, 3, 808, 404, 0, 1326, 1327, 5, 323, 0, 0, 1327, 1350, 3, 790, 395, 0, 1328, 1331, 5, 267, 0, 0, 1329, 1332, 3, 808, 404, 0, 1330, 1332, 5, 53, 0, 0, 1331, 1329, 1, 0, 0, 0, 1331, 1330, 1, 0, 0, 0, 1331, 1332, 1, 0, 0, 0, 1332, 1350, 1, 0, 0, 0, 1333, 1334, 5, 318, 0, 0, 1334, 1350, 3, 58, 29, 0, 1335, 1336, 5, 332, 0, 0, 1336, 1337, 5, 106, 0, 0, 1337, 1350, 3, 58, 29, 0, 1338, 1339, 5, 383, 0, 0, 1339, 1340, 5, 279, 0, 0, 1340, 1350, 3, 696, 348, 0, 1341, 1342, 5, 356, 0, 0, 1342, 1343, 5, 337, 0, 0, 1343, 1350, 3, 808, 404, 0, 1344, 1345, 3, 44, 22, 0, 1345, 1346, 5, 64, 0, 0, 1346, 1347, 5, 434, 0, 0, 1347, 1350, 1, 0, 0, 0, 1348, 1350, 3, 40, 20, 0, 1349, 1321, 1, 0, 0, 0, 1349, 1324, 1, 0, 0, 0, 1349, 1326, 1, 0, 0, 0, 1349, 1328, 1, 0, 0, 0, 1349, 1333, 1, 0, 0, 0, 1349, 1335, 1, 0, 0, 0, 1349, 1338, 1, 0, 0, 0, 1349, 1341, 1, 0, 0, 0, 1349, 1344, 1, 0, 0, 0, 1349, 1348, 1, 0, 0, 0, 1350, 43, 1, 0, 0, 0, 1351, 1356, 3, 818, 409, 0, 1352, 1353, 5, 11, 0, 0, 1353, 1355, 3, 818, 409, 0, 1354, 1352, 1, 0, 0, 0, 1355, 1358, 1, 0, 0, 0, 1356, 1354, 1, 0, 0, 0, 1356, 1357, 1, 0, 0, 0, 1357, 45, 1, 0, 0, 0, 1358, 1356, 1, 0, 0, 0, 1359, 1364, 3, 48, 24, 0, 1360, 1361, 5, 6, 0, 0, 1361, 1363, 3, 48, 24, 0, 1362, 1360, 1, 0, 0, 0, 1363, 1366, 1, 0, 0, 0, 1364, 1362, 1, 0, 0, 0, 1364, 1365, 1, 0, 0, 0, 1365, 47, 1, 0, 0, 0, 1366, 1364, 1, 0, 0, 0, 1367, 1370, 3, 54, 27, 0, 1368, 1370, 3, 202, 101, 0, 1369, 1367, 1, 0, 0, 0, 1369, 1368, 1, 0, 0, 0, 1370, 49, 1, 0, 0, 0, 1371, 1372, 5, 300, 0, 0, 1372, 1377, 7, 8, 0, 0, 1373, 1374, 5, 310, 0, 0, 1374, 1377, 5, 300, 0, 0, 1375, 1377, 5, 330, 0, 0, 1376, 1371, 1, 0, 0, 0, 1376, 1373, 1, 0, 0, 0, 1376, 1375, 1, 0, 0, 0, 1377, 51, 1, 0, 0, 0, 1378, 1385, 5, 96, 0, 0, 1379, 1385, 5, 60, 0, 0, 1380, 1385, 5, 80, 0, 0, 1381, 1385, 3, 800, 400, 0, 1382, 1385, 3, 832, 416, 0, 1383, 1385, 3, 808, 404, 0, 1384, 1378, 1, 0, 0, 0, 1384, 1379, 1, 0, 0, 0, 1384, 1380, 1, 0, 0, 0, 1384, 1381, 1, 0, 0, 0, 1384, 1382, 1, 0, 0, 0, 1384, 1383, 1, 0, 0, 0, 1385, 53, 1, 0, 0, 0, 1386, 1391, 5, 96, 0, 0, 1387, 1391, 5, 60, 0, 0, 1388, 1391, 5, 80, 0, 0, 1389, 1391, 3, 58, 29, 0, 1390, 1386, 1, 0, 0, 0, 1390, 1387, 1, 0, 0, 0, 1390, 1388, 1, 0, 0, 0, 1390, 1389, 1, 0, 0, 0, 1391, 55, 1, 0, 0, 0, 1392, 1407, 3, 808, 404, 0, 1393, 1407, 5, 53, 0, 0, 1394, 1407, 3, 826, 413, 0, 1395, 1396, 5, 403, 0, 0, 1396, 1398, 3, 808, 404, 0, 1397, 1399, 3, 668, 334, 0, 1398, 1397, 1, 0, 0, 0, 1398, 1399, 1, 0, 0, 0, 1399, 1407, 1, 0, 0, 0, 1400, 1401, 5, 403, 0, 0, 1401, 1402, 3, 660, 330, 0, 1402, 1403, 3, 808, 404, 0, 1403, 1407, 1, 0, 0, 0, 1404, 1407, 3, 202, 101, 0, 1405, 1407, 5, 254, 0, 0, 1406, 1392, 1, 0, 0, 0, 1406, 1393, 1, 0, 0, 0, 1406, 1394, 1, 0, 0, 0, 1406, 1395, 1, 0, 0, 0, 1406, 1400, 1, 0, 0, 0, 1406, 1404, 1, 0, 0, 0, 1406, 1405, 1, 0, 0, 0, 1407, 57, 1, 0, 0, 0, 1408, 1411, 3, 822, 411, 0, 1409, 1411, 3, 808, 404, 0, 1410, 1408, 1, 0, 0, 0, 1410, 1409, 1, 0, 0, 0, 1411, 59, 1, 0, 0, 0, 1412, 1413, 5, 313, 0, 0, 1413, 1414, 3, 62, 31, 0, 1414, 61, 1, 0, 0, 0, 1415, 1416, 5, 418, 0, 0, 1416, 1425, 5, 386, 0, 0, 1417, 1418, 5, 356, 0, 0, 1418, 1419, 5, 244, 0, 0, 1419, 1425, 5, 251, 0, 0, 1420, 1421, 5, 332, 0, 0, 1421, 1425, 5, 106, 0, 0, 1422, 1425, 5, 30, 0, 0, 1423, 1425, 3, 44, 22, 0, 1424, 1415, 1, 0, 0, 0, 1424, 1417, 1, 0, 0, 0, 1424, 1420, 1, 0, 0, 0, 1424, 1422, 1, 0, 0, 0, 1424, 1423, 1, 0, 0, 0, 1425, 63, 1, 0, 0, 0, 1426, 1427, 5, 333, 0, 0, 1427, 1430, 3, 38, 19, 0, 1428, 1430, 3, 60, 30, 0, 1429, 1426, 1, 0, 0, 0, 1429, 1428, 1, 0, 0, 0, 1430, 65, 1, 0, 0, 0, 1431, 1432, 5, 333, 0, 0, 1432, 1435, 3, 42, 21, 0, 1433, 1435, 3, 60, 30, 0, 1434, 1431, 1, 0, 0, 0, 1434, 1433, 1, 0, 0, 0, 1435, 67, 1, 0, 0, 0, 1436, 1446, 5, 335, 0, 0, 1437, 1447, 3, 44, 22, 0, 1438, 1439, 5, 418, 0, 0, 1439, 1447, 5, 386, 0, 0, 1440, 1441, 5, 356, 0, 0, 1441, 1442, 5, 244, 0, 0, 1442, 1447, 5, 251, 0, 0, 1443, 1444, 5, 332, 0, 0, 1444, 1447, 5, 106, 0, 0, 1445, 1447, 5, 30, 0, 0, 1446, 1437, 1, 0, 0, 0, 1446, 1438, 1, 0, 0, 0, 1446, 1440, 1, 0, 0, 0, 1446, 1443, 1, 0, 0, 0, 1446, 1445, 1, 0, 0, 0, 1447, 69, 1, 0, 0, 0, 1448, 1449, 5, 333, 0, 0, 1449, 1452, 5, 165, 0, 0, 1450, 1453, 5, 30, 0, 0, 1451, 1453, 3, 760, 380, 0, 1452, 1450, 1, 0, 0, 0, 1452, 1451, 1, 0, 0, 0, 1453, 1454, 1, 0, 0, 0, 1454, 1455, 7, 9, 0, 0, 1455, 71, 1, 0, 0, 0, 1456, 1457, 5, 155, 0, 0, 1457, 73, 1, 0, 0, 0, 1458, 1459, 5, 187, 0, 0, 1459, 1460, 7, 10, 0, 0, 1460, 75, 1, 0, 0, 0, 1461, 1462, 5, 138, 0, 0, 1462, 1464, 5, 92, 0, 0, 1463, 1465, 3, 422, 211, 0, 1464, 1463, 1, 0, 0, 0, 1464, 1465, 1, 0, 0, 0, 1465, 1466, 1, 0, 0, 0, 1466, 1469, 3, 624, 312, 0, 1467, 1470, 3, 78, 39, 0, 1468, 1470, 3, 88, 44, 0, 1469, 1467, 1, 0, 0, 0, 1469, 1468, 1, 0, 0, 0, 1470, 1583, 1, 0, 0, 0, 1471, 1472, 5, 138, 0, 0, 1472, 1473, 5, 92, 0, 0, 1473, 1474, 5, 30, 0, 0, 1474, 1475, 5, 68, 0, 0, 1475, 1479, 3, 176, 88, 0, 1476, 1477, 5, 281, 0, 0, 1477, 1478, 5, 147, 0, 0, 1478, 1480, 3, 816, 408, 0, 1479, 1476, 1, 0, 0, 0, 1479, 1480, 1, 0, 0, 0, 1480, 1481, 1, 0, 0, 0, 1481, 1482, 5, 333, 0, 0, 1482, 1483, 5, 351, 0, 0, 1483, 1485, 3, 768, 384, 0, 1484, 1486, 5, 272, 0, 0, 1485, 1484, 1, 0, 0, 0, 1485, 1486, 1, 0, 0, 0, 1486, 1583, 1, 0, 0, 0, 1487, 1488, 5, 138, 0, 0, 1488, 1490, 5, 92, 0, 0, 1489, 1491, 3, 422, 211, 0, 1490, 1489, 1, 0, 0, 0, 1490, 1491, 1, 0, 0, 0, 1491, 1492, 1, 0, 0, 0, 1492, 1493, 3, 774, 387, 0, 1493, 1498, 3, 90, 45, 0, 1494, 1495, 5, 62, 0, 0, 1495, 1496, 5, 422, 0, 0, 1496, 1499, 3, 80, 40, 0, 1497, 1499, 5, 53, 0, 0, 1498, 1494, 1, 0, 0, 0, 1498, 1497, 1, 0, 0, 0, 1499, 1583, 1, 0, 0, 0, 1500, 1501, 5, 138, 0, 0, 1501, 1503, 5, 92, 0, 0, 1502, 1504, 3, 422, 211, 0, 1503, 1502, 1, 0, 0, 0, 1503, 1504, 1, 0, 0, 0, 1504, 1505, 1, 0, 0, 0, 1505, 1506, 3, 774, 387, 0, 1506, 1507, 5, 436, 0, 0, 1507, 1508, 5, 285, 0, 0, 1508, 1510, 3, 780, 390, 0, 1509, 1511, 7, 11, 0, 0, 1510, 1509, 1, 0, 0, 0, 1510, 1511, 1, 0, 0, 0, 1511, 1583, 1, 0, 0, 0, 1512, 1513, 5, 138, 0, 0, 1513, 1515, 5, 226, 0, 0, 1514, 1516, 3, 422, 211, 0, 1515, 1514, 1, 0, 0, 0, 1515, 1516, 1, 0, 0, 0, 1516, 1517, 1, 0, 0, 0, 1517, 1520, 3, 780, 390, 0, 1518, 1521, 3, 78, 39, 0, 1519, 1521, 3, 90, 45, 0, 1520, 1518, 1, 0, 0, 0, 1520, 1519, 1, 0, 0, 0, 1521, 1583, 1, 0, 0, 0, 1522, 1523, 5, 138, 0, 0, 1523, 1524, 5, 226, 0, 0, 1524, 1525, 5, 30, 0, 0, 1525, 1526, 5, 68, 0, 0, 1526, 1530, 3, 176, 88, 0, 1527, 1528, 5, 281, 0, 0, 1528, 1529, 5, 147, 0, 0, 1529, 1531, 3, 816, 408, 0, 1530, 1527, 1, 0, 0, 0, 1530, 1531, 1, 0, 0, 0, 1531, 1532, 1, 0, 0, 0, 1532, 1533, 5, 333, 0, 0, 1533, 1535, 3, 176, 88, 0, 1534, 1536, 5, 272, 0, 0, 1535, 1534, 1, 0, 0, 0, 1535, 1536, 1, 0, 0, 0, 1536, 1583, 1, 0, 0, 0, 1537, 1538, 5, 138, 0, 0, 1538, 1540, 5, 328, 0, 0, 1539, 1541, 3, 422, 211, 0, 1540, 1539, 1, 0, 0, 0, 1540, 1541, 1, 0, 0, 0, 1541, 1542, 1, 0, 0, 0, 1542, 1543, 3, 780, 390, 0, 1543, 1544, 3, 78, 39, 0, 1544, 1583, 1, 0, 0, 0, 1545, 1547, 5, 138, 0, 0, 1546, 1548, 5, 259, 0, 0, 1547, 1546, 1, 0, 0, 0, 1547, 1548, 1, 0, 0, 0, 1548, 1549, 1, 0, 0, 0, 1549, 1551, 5, 376, 0, 0, 1550, 1552, 3, 422, 211, 0, 1551, 1550, 1, 0, 0, 0, 1551, 1552, 1, 0, 0, 0, 1552, 1553, 1, 0, 0, 0, 1553, 1554, 3, 778, 389, 0, 1554, 1555, 3, 78, 39, 0, 1555, 1583, 1, 0, 0, 0, 1556, 1557, 5, 138, 0, 0, 1557, 1558, 5, 259, 0, 0, 1558, 1559, 5, 376, 0, 0, 1559, 1560, 5, 30, 0, 0, 1560, 1561, 5, 68, 0, 0, 1561, 1565, 3, 176, 88, 0, 1562, 1563, 5, 281, 0, 0, 1563, 1564, 5, 147, 0, 0, 1564, 1566, 3, 816, 408, 0, 1565, 1562, 1, 0, 0, 0, 1565, 1566, 1, 0, 0, 0, 1566, 1567, 1, 0, 0, 0, 1567, 1568, 5, 333, 0, 0, 1568, 1569, 5, 351, 0, 0, 1569, 1571, 3, 768, 384, 0, 1570, 1572, 5, 272, 0, 0, 1571, 1570, 1, 0, 0, 0, 1571, 1572, 1, 0, 0, 0, 1572, 1583, 1, 0, 0, 0, 1573, 1574, 5, 138, 0, 0, 1574, 1575, 5, 63, 0, 0, 1575, 1577, 5, 92, 0, 0, 1576, 1578, 3, 422, 211, 0, 1577, 1576, 1, 0, 0, 0, 1577, 1578, 1, 0, 0, 0, 1578, 1579, 1, 0, 0, 0, 1579, 1580, 3, 624, 312, 0, 1580, 1581, 3, 78, 39, 0, 1581, 1583, 1, 0, 0, 0, 1582, 1461, 1, 0, 0, 0, 1582, 1471, 1, 0, 0, 0, 1582, 1487, 1, 0, 0, 0, 1582, 1500, 1, 0, 0, 0, 1582, 1512, 1, 0, 0, 0, 1582, 1522, 1, 0, 0, 0, 1582, 1537, 1, 0, 0, 0, 1582, 1545, 1, 0, 0, 0, 1582, 1556, 1, 0, 0, 0, 1582, 1573, 1, 0, 0, 0, 1583, 77, 1, 0, 0, 0, 1584, 1589, 3, 92, 46, 0, 1585, 1586, 5, 6, 0, 0, 1586, 1588, 3, 92, 46, 0, 1587, 1585, 1, 0, 0, 0, 1588, 1591, 1, 0, 0, 0, 1589, 1587, 1, 0, 0, 0, 1589, 1590, 1, 0, 0, 0, 1590, 79, 1, 0, 0, 0, 1591, 1589, 1, 0, 0, 0, 1592, 1593, 5, 68, 0, 0, 1593, 1602, 3, 534, 267, 0, 1594, 1595, 5, 64, 0, 0, 1595, 1596, 3, 82, 41, 0, 1596, 1597, 5, 94, 0, 0, 1597, 1598, 3, 82, 41, 0, 1598, 1602, 1, 0, 0, 0, 1599, 1600, 5, 105, 0, 0, 1600, 1602, 3, 86, 43, 0, 1601, 1592, 1, 0, 0, 0, 1601, 1594, 1, 0, 0, 0, 1601, 1599, 1, 0, 0, 0, 1602, 81, 1, 0, 0, 0, 1603, 1604, 5, 2, 0, 0, 1604, 1609, 3, 84, 42, 0, 1605, 1606, 5, 6, 0, 0, 1606, 1608, 3, 84, 42, 0, 1607, 1605, 1, 0, 0, 0, 1608, 1611, 1, 0, 0, 0, 1609, 1607, 1, 0, 0, 0, 1609, 1610, 1, 0, 0, 0, 1610, 1612, 1, 0, 0, 0, 1611, 1609, 1, 0, 0, 0, 1612, 1613, 5, 3, 0, 0, 1613, 83, 1, 0, 0, 0, 1614, 1618, 3, 534, 267, 0, 1615, 1618, 5, 262, 0, 0, 1616, 1618, 5, 260, 0, 0, 1617, 1614, 1, 0, 0, 0, 1617, 1615, 1, 0, 0, 0, 1617, 1616, 1, 0, 0, 0, 1618, 85, 1, 0, 0, 0, 1619, 1620, 5, 2, 0, 0, 1620, 1621, 5, 533, 0, 0, 1621, 1622, 3, 202, 101, 0, 1622, 1623, 5, 6, 0, 0, 1623, 1624, 5, 534, 0, 0, 1624, 1625, 3, 202, 101, 0, 1625, 1626, 5, 3, 0, 0, 1626, 87, 1, 0, 0, 0, 1627, 1628, 3, 90, 45, 0, 1628, 1629, 3, 106, 53, 0, 1629, 1634, 1, 0, 0, 0, 1630, 1631, 5, 436, 0, 0, 1631, 1632, 5, 285, 0, 0, 1632, 1634, 3, 780, 390, 0, 1633, 1627, 1, 0, 0, 0, 1633, 1630, 1, 0, 0, 0, 1634, 89, 1, 0, 0, 0, 1635, 1636, 5, 435, 0, 0, 1636, 1637, 5, 285, 0, 0, 1637, 1638, 3, 780, 390, 0, 1638, 91, 1, 0, 0, 0, 1639, 1642, 5, 133, 0, 0, 1640, 1641, 5, 45, 0, 0, 1641, 1643, 3, 818, 409, 0, 1642, 1640, 1, 0, 0, 0, 1642, 1643, 1, 0, 0, 0, 1643, 1644, 1, 0, 0, 0, 1644, 1873, 3, 142, 71, 0, 1645, 1646, 5, 138, 0, 0, 1646, 1647, 5, 45, 0, 0, 1647, 1651, 3, 818, 409, 0, 1648, 1650, 3, 272, 136, 0, 1649, 1648, 1, 0, 0, 0, 1650, 1653, 1, 0, 0, 0, 1651, 1649, 1, 0, 0, 0, 1651, 1652, 1, 0, 0, 0, 1652, 1873, 1, 0, 0, 0, 1653, 1651, 1, 0, 0, 0, 1654, 1655, 5, 372, 0, 0, 1655, 1656, 5, 45, 0, 0, 1656, 1873, 3, 818, 409, 0, 1657, 1658, 5, 191, 0, 0, 1658, 1660, 5, 45, 0, 0, 1659, 1661, 3, 422, 211, 0, 1660, 1659, 1, 0, 0, 0, 1660, 1661, 1, 0, 0, 0, 1661, 1662, 1, 0, 0, 0, 1662, 1664, 3, 818, 409, 0, 1663, 1665, 3, 96, 48, 0, 1664, 1663, 1, 0, 0, 0, 1664, 1665, 1, 0, 0, 0, 1665, 1873, 1, 0, 0, 0, 1666, 1667, 5, 333, 0, 0, 1667, 1668, 5, 379, 0, 0, 1668, 1873, 7, 12, 0, 0, 1669, 1670, 5, 158, 0, 0, 1670, 1671, 5, 80, 0, 0, 1671, 1873, 3, 818, 409, 0, 1672, 1673, 5, 333, 0, 0, 1673, 1873, 7, 13, 0, 0, 1674, 1676, 5, 193, 0, 0, 1675, 1677, 7, 14, 0, 0, 1676, 1675, 1, 0, 0, 0, 1676, 1677, 1, 0, 0, 0, 1677, 1678, 1, 0, 0, 0, 1678, 1873, 5, 357, 0, 0, 1679, 1680, 5, 186, 0, 0, 1680, 1684, 5, 357, 0, 0, 1681, 1685, 5, 30, 0, 0, 1682, 1685, 5, 99, 0, 0, 1683, 1685, 3, 818, 409, 0, 1684, 1681, 1, 0, 0, 0, 1684, 1682, 1, 0, 0, 0, 1684, 1683, 1, 0, 0, 0, 1685, 1873, 1, 0, 0, 0, 1686, 1687, 5, 193, 0, 0, 1687, 1688, 7, 14, 0, 0, 1688, 1689, 5, 321, 0, 0, 1689, 1873, 3, 818, 409, 0, 1690, 1691, 5, 186, 0, 0, 1691, 1692, 5, 321, 0, 0, 1692, 1873, 3, 818, 409, 0, 1693, 1695, 5, 269, 0, 0, 1694, 1693, 1, 0, 0, 0, 1694, 1695, 1, 0, 0, 0, 1695, 1696, 1, 0, 0, 0, 1696, 1697, 5, 228, 0, 0, 1697, 1873, 3, 780, 390, 0, 1698, 1699, 5, 275, 0, 0, 1699, 1873, 3, 316, 158, 0, 1700, 1701, 5, 77, 0, 0, 1701, 1873, 5, 275, 0, 0, 1702, 1703, 5, 282, 0, 0, 1703, 1704, 5, 94, 0, 0, 1704, 1873, 3, 814, 407, 0, 1705, 1706, 5, 333, 0, 0, 1706, 1707, 5, 351, 0, 0, 1707, 1873, 3, 768, 384, 0, 1708, 1709, 5, 312, 0, 0, 1709, 1714, 5, 219, 0, 0, 1710, 1715, 5, 270, 0, 0, 1711, 1715, 5, 113, 0, 0, 1712, 1715, 5, 53, 0, 0, 1713, 1715, 3, 180, 90, 0, 1714, 1710, 1, 0, 0, 0, 1714, 1711, 1, 0, 0, 0, 1714, 1712, 1, 0, 0, 0, 1714, 1713, 1, 0, 0, 0, 1715, 1873, 1, 0, 0, 0, 1716, 1723, 5, 193, 0, 0, 1717, 1723, 5, 186, 0, 0, 1718, 1720, 5, 269, 0, 0, 1719, 1718, 1, 0, 0, 0, 1719, 1720, 1, 0, 0, 0, 1720, 1721, 1, 0, 0, 0, 1721, 1723, 5, 209, 0, 0, 1722, 1716, 1, 0, 0, 0, 1722, 1717, 1, 0, 0, 0, 1722, 1719, 1, 0, 0, 0, 1723, 1724, 1, 0, 0, 0, 1724, 1725, 5, 414, 0, 0, 1725, 1726, 5, 251, 0, 0, 1726, 1873, 5, 327, 0, 0, 1727, 1729, 5, 191, 0, 0, 1728, 1730, 5, 44, 0, 0, 1729, 1728, 1, 0, 0, 0, 1729, 1730, 1, 0, 0, 0, 1730, 1732, 1, 0, 0, 0, 1731, 1733, 3, 422, 211, 0, 1732, 1731, 1, 0, 0, 0, 1732, 1733, 1, 0, 0, 0, 1733, 1734, 1, 0, 0, 0, 1734, 1736, 3, 800, 400, 0, 1735, 1737, 3, 96, 48, 0, 1736, 1735, 1, 0, 0, 0, 1736, 1737, 1, 0, 0, 0, 1737, 1873, 1, 0, 0, 0, 1738, 1740, 5, 133, 0, 0, 1739, 1741, 5, 44, 0, 0, 1740, 1739, 1, 0, 0, 0, 1740, 1741, 1, 0, 0, 0, 1741, 1743, 1, 0, 0, 0, 1742, 1744, 3, 294, 147, 0, 1743, 1742, 1, 0, 0, 0, 1743, 1744, 1, 0, 0, 0, 1744, 1745, 1, 0, 0, 0, 1745, 1873, 3, 132, 66, 0, 1746, 1748, 5, 138, 0, 0, 1747, 1749, 5, 44, 0, 0, 1748, 1747, 1, 0, 0, 0, 1748, 1749, 1, 0, 0, 0, 1749, 1750, 1, 0, 0, 0, 1750, 1753, 3, 800, 400, 0, 1751, 1754, 3, 94, 47, 0, 1752, 1754, 3, 222, 111, 0, 1753, 1751, 1, 0, 0, 0, 1753, 1752, 1, 0, 0, 0, 1754, 1873, 1, 0, 0, 0, 1755, 1757, 5, 138, 0, 0, 1756, 1758, 5, 44, 0, 0, 1757, 1756, 1, 0, 0, 0, 1757, 1758, 1, 0, 0, 0, 1758, 1759, 1, 0, 0, 0, 1759, 1760, 3, 800, 400, 0, 1760, 1761, 7, 15, 0, 0, 1761, 1762, 5, 77, 0, 0, 1762, 1763, 5, 78, 0, 0, 1763, 1873, 1, 0, 0, 0, 1764, 1766, 5, 138, 0, 0, 1765, 1767, 5, 44, 0, 0, 1766, 1765, 1, 0, 0, 0, 1766, 1767, 1, 0, 0, 0, 1767, 1768, 1, 0, 0, 0, 1768, 1769, 3, 800, 400, 0, 1769, 1770, 5, 191, 0, 0, 1770, 1772, 5, 437, 0, 0, 1771, 1773, 3, 422, 211, 0, 1772, 1771, 1, 0, 0, 0, 1772, 1773, 1, 0, 0, 0, 1773, 1873, 1, 0, 0, 0, 1774, 1776, 5, 138, 0, 0, 1775, 1777, 5, 44, 0, 0, 1776, 1775, 1, 0, 0, 0, 1776, 1777, 1, 0, 0, 0, 1777, 1778, 1, 0, 0, 0, 1778, 1779, 3, 800, 400, 0, 1779, 1780, 5, 333, 0, 0, 1780, 1781, 5, 342, 0, 0, 1781, 1782, 3, 812, 406, 0, 1782, 1873, 1, 0, 0, 0, 1783, 1785, 5, 138, 0, 0, 1784, 1786, 5, 44, 0, 0, 1785, 1784, 1, 0, 0, 0, 1785, 1786, 1, 0, 0, 0, 1786, 1787, 1, 0, 0, 0, 1787, 1789, 3, 800, 400, 0, 1788, 1783, 1, 0, 0, 0, 1788, 1789, 1, 0, 0, 0, 1789, 1790, 1, 0, 0, 0, 1790, 1791, 7, 16, 0, 0, 1791, 1873, 3, 100, 50, 0, 1792, 1794, 5, 138, 0, 0, 1793, 1795, 5, 44, 0, 0, 1794, 1793, 1, 0, 0, 0, 1794, 1795, 1, 0, 0, 0, 1795, 1796, 1, 0, 0, 0, 1796, 1797, 3, 800, 400, 0, 1797, 1798, 5, 333, 0, 0, 1798, 1799, 5, 345, 0, 0, 1799, 1800, 3, 818, 409, 0, 1800, 1873, 1, 0, 0, 0, 1801, 1803, 5, 138, 0, 0, 1802, 1804, 5, 44, 0, 0, 1803, 1802, 1, 0, 0, 0, 1803, 1804, 1, 0, 0, 0, 1804, 1805, 1, 0, 0, 0, 1805, 1806, 3, 800, 400, 0, 1806, 1807, 5, 133, 0, 0, 1807, 1808, 5, 438, 0, 0, 1808, 1809, 3, 138, 69, 0, 1809, 1810, 5, 36, 0, 0, 1810, 1819, 5, 219, 0, 0, 1811, 1813, 5, 2, 0, 0, 1812, 1814, 3, 200, 100, 0, 1813, 1812, 1, 0, 0, 0, 1814, 1815, 1, 0, 0, 0, 1815, 1813, 1, 0, 0, 0, 1815, 1816, 1, 0, 0, 0, 1816, 1817, 1, 0, 0, 0, 1817, 1818, 5, 3, 0, 0, 1818, 1820, 1, 0, 0, 0, 1819, 1811, 1, 0, 0, 0, 1819, 1820, 1, 0, 0, 0, 1820, 1873, 1, 0, 0, 0, 1821, 1823, 5, 138, 0, 0, 1822, 1824, 5, 44, 0, 0, 1823, 1822, 1, 0, 0, 0, 1823, 1824, 1, 0, 0, 0, 1824, 1825, 1, 0, 0, 0, 1825, 1839, 3, 800, 400, 0, 1826, 1831, 5, 314, 0, 0, 1827, 1829, 5, 105, 0, 0, 1828, 1827, 1, 0, 0, 0, 1828, 1829, 1, 0, 0, 0, 1829, 1830, 1, 0, 0, 0, 1830, 1832, 3, 202, 101, 0, 1831, 1828, 1, 0, 0, 0, 1831, 1832, 1, 0, 0, 0, 1832, 1840, 1, 0, 0, 0, 1833, 1837, 5, 333, 0, 0, 1834, 1838, 3, 200, 100, 0, 1835, 1836, 5, 438, 0, 0, 1836, 1838, 3, 138, 69, 0, 1837, 1834, 1, 0, 0, 0, 1837, 1835, 1, 0, 0, 0, 1838, 1840, 1, 0, 0, 0, 1839, 1826, 1, 0, 0, 0, 1839, 1833, 1, 0, 0, 0, 1840, 1841, 1, 0, 0, 0, 1841, 1839, 1, 0, 0, 0, 1841, 1842, 1, 0, 0, 0, 1842, 1873, 1, 0, 0, 0, 1843, 1845, 5, 138, 0, 0, 1844, 1846, 5, 44, 0, 0, 1845, 1844, 1, 0, 0, 0, 1845, 1846, 1, 0, 0, 0, 1846, 1847, 1, 0, 0, 0, 1847, 1848, 3, 800, 400, 0, 1848, 1849, 5, 191, 0, 0, 1849, 1851, 5, 219, 0, 0, 1850, 1852, 3, 422, 211, 0, 1851, 1850, 1, 0, 0, 0, 1851, 1852, 1, 0, 0, 0, 1852, 1873, 1, 0, 0, 0, 1853, 1855, 5, 138, 0, 0, 1854, 1856, 5, 44, 0, 0, 1855, 1854, 1, 0, 0, 0, 1855, 1856, 1, 0, 0, 0, 1856, 1857, 1, 0, 0, 0, 1857, 1860, 3, 800, 400, 0, 1858, 1859, 5, 333, 0, 0, 1859, 1861, 5, 174, 0, 0, 1860, 1858, 1, 0, 0, 0, 1860, 1861, 1, 0, 0, 0, 1861, 1862, 1, 0, 0, 0, 1862, 1863, 5, 360, 0, 0, 1863, 1865, 3, 652, 326, 0, 1864, 1866, 3, 98, 49, 0, 1865, 1864, 1, 0, 0, 0, 1865, 1866, 1, 0, 0, 0, 1866, 1869, 1, 0, 0, 0, 1867, 1868, 5, 100, 0, 0, 1868, 1870, 3, 674, 337, 0, 1869, 1867, 1, 0, 0, 0, 1869, 1870, 1, 0, 0, 0, 1870, 1873, 1, 0, 0, 0, 1871, 1873, 3, 222, 111, 0, 1872, 1639, 1, 0, 0, 0, 1872, 1645, 1, 0, 0, 0, 1872, 1654, 1, 0, 0, 0, 1872, 1657, 1, 0, 0, 0, 1872, 1666, 1, 0, 0, 0, 1872, 1669, 1, 0, 0, 0, 1872, 1672, 1, 0, 0, 0, 1872, 1674, 1, 0, 0, 0, 1872, 1679, 1, 0, 0, 0, 1872, 1686, 1, 0, 0, 0, 1872, 1690, 1, 0, 0, 0, 1872, 1694, 1, 0, 0, 0, 1872, 1698, 1, 0, 0, 0, 1872, 1700, 1, 0, 0, 0, 1872, 1702, 1, 0, 0, 0, 1872, 1705, 1, 0, 0, 0, 1872, 1708, 1, 0, 0, 0, 1872, 1722, 1, 0, 0, 0, 1872, 1727, 1, 0, 0, 0, 1872, 1738, 1, 0, 0, 0, 1872, 1746, 1, 0, 0, 0, 1872, 1755, 1, 0, 0, 0, 1872, 1764, 1, 0, 0, 0, 1872, 1774, 1, 0, 0, 0, 1872, 1788, 1, 0, 0, 0, 1872, 1792, 1, 0, 0, 0, 1872, 1801, 1, 0, 0, 0, 1872, 1821, 1, 0, 0, 0, 1872, 1843, 1, 0, 0, 0, 1872, 1853, 1, 0, 0, 0, 1872, 1871, 1, 0, 0, 0, 1873, 93, 1, 0, 0, 0, 1874, 1875, 5, 333, 0, 0, 1875, 1876, 5, 53, 0, 0, 1876, 1880, 3, 674, 337, 0, 1877, 1878, 5, 191, 0, 0, 1878, 1880, 5, 53, 0, 0, 1879, 1874, 1, 0, 0, 0, 1879, 1877, 1, 0, 0, 0, 1880, 95, 1, 0, 0, 0, 1881, 1882, 7, 17, 0, 0, 1882, 97, 1, 0, 0, 0, 1883, 1884, 5, 43, 0, 0, 1884, 1885, 3, 316, 158, 0, 1885, 99, 1, 0, 0, 0, 1886, 1887, 5, 2, 0, 0, 1887, 1892, 3, 104, 52, 0, 1888, 1889, 5, 6, 0, 0, 1889, 1891, 3, 104, 52, 0, 1890, 1888, 1, 0, 0, 0, 1891, 1894, 1, 0, 0, 0, 1892, 1890, 1, 0, 0, 0, 1892, 1893, 1, 0, 0, 0, 1893, 1895, 1, 0, 0, 0, 1894, 1892, 1, 0, 0, 0, 1895, 1896, 5, 3, 0, 0, 1896, 101, 1, 0, 0, 0, 1897, 1898, 5, 105, 0, 0, 1898, 1899, 3, 100, 50, 0, 1899, 103, 1, 0, 0, 0, 1900, 1905, 3, 824, 412, 0, 1901, 1902, 5, 10, 0, 0, 1902, 1906, 3, 288, 144, 0, 1903, 1904, 5, 11, 0, 0, 1904, 1906, 3, 286, 143, 0, 1905, 1901, 1, 0, 0, 0, 1905, 1903, 1, 0, 0, 0, 1905, 1906, 1, 0, 0, 0, 1906, 105, 1, 0, 0, 0, 1907, 1908, 5, 62, 0, 0, 1908, 1909, 5, 422, 0, 0, 1909, 1910, 5, 105, 0, 0, 1910, 1911, 5, 2, 0, 0, 1911, 1912, 5, 533, 0, 0, 1912, 1913, 5, 571, 0, 0, 1913, 1914, 5, 6, 0, 0, 1914, 1915, 5, 534, 0, 0, 1915, 1916, 5, 571, 0, 0, 1916, 1930, 5, 3, 0, 0, 1917, 1918, 5, 62, 0, 0, 1918, 1919, 5, 422, 0, 0, 1919, 1920, 5, 68, 0, 0, 1920, 1930, 3, 534, 267, 0, 1921, 1922, 5, 62, 0, 0, 1922, 1923, 5, 422, 0, 0, 1923, 1924, 5, 64, 0, 0, 1924, 1925, 3, 534, 267, 0, 1925, 1926, 5, 94, 0, 0, 1926, 1927, 3, 534, 267, 0, 1927, 1930, 1, 0, 0, 0, 1928, 1930, 5, 53, 0, 0, 1929, 1907, 1, 0, 0, 0, 1929, 1917, 1, 0, 0, 0, 1929, 1921, 1, 0, 0, 0, 1929, 1928, 1, 0, 0, 0, 1930, 107, 1, 0, 0, 0, 1931, 1932, 5, 138, 0, 0, 1932, 1933, 5, 360, 0, 0, 1933, 1934, 3, 316, 158, 0, 1934, 1939, 3, 110, 55, 0, 1935, 1936, 5, 6, 0, 0, 1936, 1938, 3, 110, 55, 0, 1937, 1935, 1, 0, 0, 0, 1938, 1941, 1, 0, 0, 0, 1939, 1937, 1, 0, 0, 0, 1939, 1940, 1, 0, 0, 0, 1940, 109, 1, 0, 0, 0, 1941, 1939, 1, 0, 0, 0, 1942, 1943, 5, 133, 0, 0, 1943, 1944, 5, 143, 0, 0, 1944, 1946, 3, 644, 322, 0, 1945, 1947, 3, 96, 48, 0, 1946, 1945, 1, 0, 0, 0, 1946, 1947, 1, 0, 0, 0, 1947, 1973, 1, 0, 0, 0, 1948, 1949, 5, 191, 0, 0, 1949, 1951, 5, 143, 0, 0, 1950, 1952, 3, 422, 211, 0, 1951, 1950, 1, 0, 0, 0, 1951, 1952, 1, 0, 0, 0, 1952, 1953, 1, 0, 0, 0, 1953, 1955, 3, 818, 409, 0, 1954, 1956, 3, 96, 48, 0, 1955, 1954, 1, 0, 0, 0, 1955, 1956, 1, 0, 0, 0, 1956, 1973, 1, 0, 0, 0, 1957, 1958, 5, 138, 0, 0, 1958, 1959, 5, 143, 0, 0, 1959, 1962, 3, 818, 409, 0, 1960, 1961, 5, 333, 0, 0, 1961, 1963, 5, 174, 0, 0, 1962, 1960, 1, 0, 0, 0, 1962, 1963, 1, 0, 0, 0, 1963, 1964, 1, 0, 0, 0, 1964, 1965, 5, 360, 0, 0, 1965, 1967, 3, 652, 326, 0, 1966, 1968, 3, 98, 49, 0, 1967, 1966, 1, 0, 0, 0, 1967, 1968, 1, 0, 0, 0, 1968, 1970, 1, 0, 0, 0, 1969, 1971, 3, 96, 48, 0, 1970, 1969, 1, 0, 0, 0, 1970, 1971, 1, 0, 0, 0, 1971, 1973, 1, 0, 0, 0, 1972, 1942, 1, 0, 0, 0, 1972, 1948, 1, 0, 0, 0, 1972, 1957, 1, 0, 0, 0, 1973, 111, 1, 0, 0, 0, 1974, 1977, 5, 157, 0, 0, 1975, 1978, 3, 818, 409, 0, 1976, 1978, 5, 30, 0, 0, 1977, 1975, 1, 0, 0, 0, 1977, 1976, 1, 0, 0, 0, 1978, 113, 1, 0, 0, 0, 1979, 1981, 5, 169, 0, 0, 1980, 1982, 5, 107, 0, 0, 1981, 1980, 1, 0, 0, 0, 1981, 1982, 1, 0, 0, 0, 1982, 1983, 1, 0, 0, 0, 1983, 1985, 3, 774, 387, 0, 1984, 1986, 3, 144, 72, 0, 1985, 1984, 1, 0, 0, 0, 1985, 1986, 1, 0, 0, 0, 1986, 1987, 1, 0, 0, 0, 1987, 1989, 7, 18, 0, 0, 1988, 1990, 5, 297, 0, 0, 1989, 1988, 1, 0, 0, 0, 1989, 1990, 1, 0, 0, 0, 1990, 1994, 1, 0, 0, 0, 1991, 1995, 3, 808, 404, 0, 1992, 1995, 5, 343, 0, 0, 1993, 1995, 5, 344, 0, 0, 1994, 1991, 1, 0, 0, 0, 1994, 1992, 1, 0, 0, 0, 1994, 1993, 1, 0, 0, 0, 1995, 2001, 1, 0, 0, 0, 1996, 1998, 5, 100, 0, 0, 1997, 1996, 1, 0, 0, 0, 1997, 1998, 1, 0, 0, 0, 1998, 1999, 1, 0, 0, 0, 1999, 2000, 5, 184, 0, 0, 2000, 2002, 3, 808, 404, 0, 2001, 1997, 1, 0, 0, 0, 2001, 2002, 1, 0, 0, 0, 2002, 2004, 1, 0, 0, 0, 2003, 2005, 5, 105, 0, 0, 2004, 2003, 1, 0, 0, 0, 2004, 2005, 1, 0, 0, 0, 2005, 2006, 1, 0, 0, 0, 2006, 2008, 3, 116, 58, 0, 2007, 2009, 3, 638, 319, 0, 2008, 2007, 1, 0, 0, 0, 2008, 2009, 1, 0, 0, 0, 2009, 2029, 1, 0, 0, 0, 2010, 2011, 5, 169, 0, 0, 2011, 2012, 5, 2, 0, 0, 2012, 2013, 3, 530, 265, 0, 2013, 2014, 5, 3, 0, 0, 2014, 2016, 5, 94, 0, 0, 2015, 2017, 5, 297, 0, 0, 2016, 2015, 1, 0, 0, 0, 2016, 2017, 1, 0, 0, 0, 2017, 2021, 1, 0, 0, 0, 2018, 2022, 3, 808, 404, 0, 2019, 2022, 5, 343, 0, 0, 2020, 2022, 5, 344, 0, 0, 2021, 2018, 1, 0, 0, 0, 2021, 2019, 1, 0, 0, 0, 2021, 2020, 1, 0, 0, 0, 2022, 2024, 1, 0, 0, 0, 2023, 2025, 5, 105, 0, 0, 2024, 2023, 1, 0, 0, 0, 2024, 2025, 1, 0, 0, 0, 2025, 2026, 1, 0, 0, 0, 2026, 2027, 3, 116, 58, 0, 2027, 2029, 1, 0, 0, 0, 2028, 1979, 1, 0, 0, 0, 2028, 2010, 1, 0, 0, 0, 2029, 115, 1, 0, 0, 0, 2030, 2054, 5, 107, 0, 0, 2031, 2054, 5, 112, 0, 0, 2032, 2034, 7, 19, 0, 0, 2033, 2035, 5, 36, 0, 0, 2034, 2033, 1, 0, 0, 0, 2034, 2035, 1, 0, 0, 0, 2035, 2036, 1, 0, 0, 0, 2036, 2054, 3, 808, 404, 0, 2037, 2054, 5, 171, 0, 0, 2038, 2054, 5, 216, 0, 0, 2039, 2040, 5, 209, 0, 0, 2040, 2043, 5, 298, 0, 0, 2041, 2044, 3, 148, 74, 0, 2042, 2044, 5, 9, 0, 0, 2043, 2041, 1, 0, 0, 0, 2043, 2042, 1, 0, 0, 0, 2044, 2054, 1, 0, 0, 0, 2045, 2047, 5, 209, 0, 0, 2046, 2048, 5, 77, 0, 0, 2047, 2046, 1, 0, 0, 0, 2047, 2048, 1, 0, 0, 0, 2048, 2049, 1, 0, 0, 0, 2049, 2050, 5, 78, 0, 0, 2050, 2054, 3, 148, 74, 0, 2051, 2052, 5, 194, 0, 0, 2052, 2054, 3, 808, 404, 0, 2053, 2030, 1, 0, 0, 0, 2053, 2031, 1, 0, 0, 0, 2053, 2032, 1, 0, 0, 0, 2053, 2037, 1, 0, 0, 0, 2053, 2038, 1, 0, 0, 0, 2053, 2039, 1, 0, 0, 0, 2053, 2045, 1, 0, 0, 0, 2053, 2051, 1, 0, 0, 0, 2054, 2057, 1, 0, 0, 0, 2055, 2053, 1, 0, 0, 0, 2055, 2056, 1, 0, 0, 0, 2056, 2070, 1, 0, 0, 0, 2057, 2055, 1, 0, 0, 0, 2058, 2059, 5, 2, 0, 0, 2059, 2064, 3, 118, 59, 0, 2060, 2061, 5, 6, 0, 0, 2061, 2063, 3, 118, 59, 0, 2062, 2060, 1, 0, 0, 0, 2063, 2066, 1, 0, 0, 0, 2064, 2062, 1, 0, 0, 0, 2064, 2065, 1, 0, 0, 0, 2065, 2067, 1, 0, 0, 0, 2066, 2064, 1, 0, 0, 0, 2067, 2068, 5, 3, 0, 0, 2068, 2070, 1, 0, 0, 0, 2069, 2055, 1, 0, 0, 0, 2069, 2058, 1, 0, 0, 0, 2070, 117, 1, 0, 0, 0, 2071, 2086, 3, 824, 412, 0, 2072, 2087, 3, 54, 27, 0, 2073, 2087, 3, 202, 101, 0, 2074, 2087, 5, 9, 0, 0, 2075, 2076, 5, 2, 0, 0, 2076, 2081, 3, 52, 26, 0, 2077, 2078, 5, 6, 0, 0, 2078, 2080, 3, 52, 26, 0, 2079, 2077, 1, 0, 0, 0, 2080, 2083, 1, 0, 0, 0, 2081, 2079, 1, 0, 0, 0, 2081, 2082, 1, 0, 0, 0, 2082, 2084, 1, 0, 0, 0, 2083, 2081, 1, 0, 0, 0, 2084, 2085, 5, 3, 0, 0, 2085, 2087, 1, 0, 0, 0, 2086, 2072, 1, 0, 0, 0, 2086, 2073, 1, 0, 0, 0, 2086, 2074, 1, 0, 0, 0, 2086, 2075, 1, 0, 0, 0, 2086, 2087, 1, 0, 0, 0, 2087, 119, 1, 0, 0, 0, 2088, 2090, 5, 46, 0, 0, 2089, 2091, 3, 122, 61, 0, 2090, 2089, 1, 0, 0, 0, 2090, 2091, 1, 0, 0, 0, 2091, 2092, 1, 0, 0, 0, 2092, 2094, 5, 92, 0, 0, 2093, 2095, 3, 294, 147, 0, 2094, 2093, 1, 0, 0, 0, 2094, 2095, 1, 0, 0, 0, 2095, 2096, 1, 0, 0, 0, 2096, 2162, 3, 772, 386, 0, 2097, 2099, 5, 2, 0, 0, 2098, 2100, 3, 126, 63, 0, 2099, 2098, 1, 0, 0, 0, 2099, 2100, 1, 0, 0, 0, 2100, 2101, 1, 0, 0, 0, 2101, 2103, 5, 3, 0, 0, 2102, 2104, 3, 164, 82, 0, 2103, 2102, 1, 0, 0, 0, 2103, 2104, 1, 0, 0, 0, 2104, 2106, 1, 0, 0, 0, 2105, 2107, 3, 166, 83, 0, 2106, 2105, 1, 0, 0, 0, 2106, 2107, 1, 0, 0, 0, 2107, 2109, 1, 0, 0, 0, 2108, 2110, 3, 170, 85, 0, 2109, 2108, 1, 0, 0, 0, 2109, 2110, 1, 0, 0, 0, 2110, 2112, 1, 0, 0, 0, 2111, 2113, 3, 172, 86, 0, 2112, 2111, 1, 0, 0, 0, 2112, 2113, 1, 0, 0, 0, 2113, 2115, 1, 0, 0, 0, 2114, 2116, 3, 174, 87, 0, 2115, 2114, 1, 0, 0, 0, 2115, 2116, 1, 0, 0, 0, 2116, 2118, 1, 0, 0, 0, 2117, 2119, 3, 176, 88, 0, 2118, 2117, 1, 0, 0, 0, 2118, 2119, 1, 0, 0, 0, 2119, 2163, 1, 0, 0, 0, 2120, 2121, 5, 275, 0, 0, 2121, 2123, 3, 316, 158, 0, 2122, 2124, 3, 124, 62, 0, 2123, 2122, 1, 0, 0, 0, 2123, 2124, 1, 0, 0, 0, 2124, 2126, 1, 0, 0, 0, 2125, 2127, 3, 166, 83, 0, 2126, 2125, 1, 0, 0, 0, 2126, 2127, 1, 0, 0, 0, 2127, 2129, 1, 0, 0, 0, 2128, 2130, 3, 170, 85, 0, 2129, 2128, 1, 0, 0, 0, 2129, 2130, 1, 0, 0, 0, 2130, 2132, 1, 0, 0, 0, 2131, 2133, 3, 172, 86, 0, 2132, 2131, 1, 0, 0, 0, 2132, 2133, 1, 0, 0, 0, 2133, 2135, 1, 0, 0, 0, 2134, 2136, 3, 174, 87, 0, 2135, 2134, 1, 0, 0, 0, 2135, 2136, 1, 0, 0, 0, 2136, 2138, 1, 0, 0, 0, 2137, 2139, 3, 176, 88, 0, 2138, 2137, 1, 0, 0, 0, 2138, 2139, 1, 0, 0, 0, 2139, 2163, 1, 0, 0, 0, 2140, 2141, 5, 285, 0, 0, 2141, 2142, 5, 275, 0, 0, 2142, 2144, 3, 780, 390, 0, 2143, 2145, 3, 124, 62, 0, 2144, 2143, 1, 0, 0, 0, 2144, 2145, 1, 0, 0, 0, 2145, 2146, 1, 0, 0, 0, 2146, 2148, 3, 106, 53, 0, 2147, 2149, 3, 166, 83, 0, 2148, 2147, 1, 0, 0, 0, 2148, 2149, 1, 0, 0, 0, 2149, 2151, 1, 0, 0, 0, 2150, 2152, 3, 170, 85, 0, 2151, 2150, 1, 0, 0, 0, 2151, 2152, 1, 0, 0, 0, 2152, 2154, 1, 0, 0, 0, 2153, 2155, 3, 172, 86, 0, 2154, 2153, 1, 0, 0, 0, 2154, 2155, 1, 0, 0, 0, 2155, 2157, 1, 0, 0, 0, 2156, 2158, 3, 174, 87, 0, 2157, 2156, 1, 0, 0, 0, 2157, 2158, 1, 0, 0, 0, 2158, 2160, 1, 0, 0, 0, 2159, 2161, 3, 176, 88, 0, 2160, 2159, 1, 0, 0, 0, 2160, 2161, 1, 0, 0, 0, 2161, 2163, 1, 0, 0, 0, 2162, 2097, 1, 0, 0, 0, 2162, 2120, 1, 0, 0, 0, 2162, 2140, 1, 0, 0, 0, 2163, 121, 1, 0, 0, 0, 2164, 2170, 5, 354, 0, 0, 2165, 2170, 5, 352, 0, 0, 2166, 2167, 7, 20, 0, 0, 2167, 2170, 7, 21, 0, 0, 2168, 2170, 5, 367, 0, 0, 2169, 2164, 1, 0, 0, 0, 2169, 2165, 1, 0, 0, 0, 2169, 2166, 1, 0, 0, 0, 2169, 2168, 1, 0, 0, 0, 2170, 123, 1, 0, 0, 0, 2171, 2172, 5, 2, 0, 0, 2172, 2177, 3, 130, 65, 0, 2173, 2174, 5, 6, 0, 0, 2174, 2176, 3, 130, 65, 0, 2175, 2173, 1, 0, 0, 0, 2176, 2179, 1, 0, 0, 0, 2177, 2175, 1, 0, 0, 0, 2177, 2178, 1, 0, 0, 0, 2178, 2180, 1, 0, 0, 0, 2179, 2177, 1, 0, 0, 0, 2180, 2181, 5, 3, 0, 0, 2181, 125, 1, 0, 0, 0, 2182, 2187, 3, 128, 64, 0, 2183, 2184, 5, 6, 0, 0, 2184, 2186, 3, 128, 64, 0, 2185, 2183, 1, 0, 0, 0, 2186, 2189, 1, 0, 0, 0, 2187, 2185, 1, 0, 0, 0, 2187, 2188, 1, 0, 0, 0, 2188, 127, 1, 0, 0, 0, 2189, 2187, 1, 0, 0, 0, 2190, 2191, 5, 45, 0, 0, 2191, 2193, 3, 818, 409, 0, 2192, 2190, 1, 0, 0, 0, 2192, 2193, 1, 0, 0, 0, 2193, 2194, 1, 0, 0, 0, 2194, 2206, 3, 142, 71, 0, 2195, 2206, 3, 132, 66, 0, 2196, 2197, 5, 120, 0, 0, 2197, 2202, 3, 780, 390, 0, 2198, 2199, 7, 22, 0, 0, 2199, 2201, 3, 140, 70, 0, 2200, 2198, 1, 0, 0, 0, 2201, 2204, 1, 0, 0, 0, 2202, 2200, 1, 0, 0, 0, 2202, 2203, 1, 0, 0, 0, 2203, 2206, 1, 0, 0, 0, 2204, 2202, 1, 0, 0, 0, 2205, 2192, 1, 0, 0, 0, 2205, 2195, 1, 0, 0, 0, 2205, 2196, 1, 0, 0, 0, 2206, 129, 1, 0, 0, 0, 2207, 2210, 3, 802, 401, 0, 2208, 2209, 5, 105, 0, 0, 2209, 2211, 5, 280, 0, 0, 2210, 2208, 1, 0, 0, 0, 2210, 2211, 1, 0, 0, 0, 2211, 2215, 1, 0, 0, 0, 2212, 2214, 3, 134, 67, 0, 2213, 2212, 1, 0, 0, 0, 2214, 2217, 1, 0, 0, 0, 2215, 2213, 1, 0, 0, 0, 2215, 2216, 1, 0, 0, 0, 2216, 2224, 1, 0, 0, 0, 2217, 2215, 1, 0, 0, 0, 2218, 2219, 5, 45, 0, 0, 2219, 2221, 3, 818, 409, 0, 2220, 2218, 1, 0, 0, 0, 2220, 2221, 1, 0, 0, 0, 2221, 2222, 1, 0, 0, 0, 2222, 2224, 3, 142, 71, 0, 2223, 2207, 1, 0, 0, 0, 2223, 2220, 1, 0, 0, 0, 2224, 131, 1, 0, 0, 0, 2225, 2226, 3, 802, 401, 0, 2226, 2228, 3, 652, 326, 0, 2227, 2229, 3, 220, 110, 0, 2228, 2227, 1, 0, 0, 0, 2228, 2229, 1, 0, 0, 0, 2229, 2239, 1, 0, 0, 0, 2230, 2237, 5, 345, 0, 0, 2231, 2238, 5, 544, 0, 0, 2232, 2238, 5, 205, 0, 0, 2233, 2238, 5, 545, 0, 0, 2234, 2238, 5, 546, 0, 0, 2235, 2238, 5, 53, 0, 0, 2236, 2238, 3, 818, 409, 0, 2237, 2231, 1, 0, 0, 0, 2237, 2232, 1, 0, 0, 0, 2237, 2233, 1, 0, 0, 0, 2237, 2234, 1, 0, 0, 0, 2237, 2235, 1, 0, 0, 0, 2237, 2236, 1, 0, 0, 0, 2238, 2240, 1, 0, 0, 0, 2239, 2230, 1, 0, 0, 0, 2239, 2240, 1, 0, 0, 0, 2240, 2243, 1, 0, 0, 0, 2241, 2242, 5, 543, 0, 0, 2242, 2244, 3, 818, 409, 0, 2243, 2241, 1, 0, 0, 0, 2243, 2244, 1, 0, 0, 0, 2244, 2246, 1, 0, 0, 0, 2245, 2247, 3, 98, 49, 0, 2246, 2245, 1, 0, 0, 0, 2246, 2247, 1, 0, 0, 0, 2247, 2250, 1, 0, 0, 0, 2248, 2249, 5, 105, 0, 0, 2249, 2251, 5, 280, 0, 0, 2250, 2248, 1, 0, 0, 0, 2250, 2251, 1, 0, 0, 0, 2251, 2255, 1, 0, 0, 0, 2252, 2254, 3, 134, 67, 0, 2253, 2252, 1, 0, 0, 0, 2254, 2257, 1, 0, 0, 0, 2255, 2253, 1, 0, 0, 0, 2255, 2256, 1, 0, 0, 0, 2256, 133, 1, 0, 0, 0, 2257, 2255, 1, 0, 0, 0, 2258, 2259, 5, 45, 0, 0, 2259, 2261, 3, 818, 409, 0, 2260, 2258, 1, 0, 0, 0, 2260, 2261, 1, 0, 0, 0, 2261, 2262, 1, 0, 0, 0, 2262, 2267, 3, 136, 68, 0, 2263, 2265, 5, 77, 0, 0, 2264, 2263, 1, 0, 0, 0, 2264, 2265, 1, 0, 0, 0, 2265, 2266, 1, 0, 0, 0, 2266, 2268, 5, 54, 0, 0, 2267, 2264, 1, 0, 0, 0, 2267, 2268, 1, 0, 0, 0, 2268, 2271, 1, 0, 0, 0, 2269, 2270, 5, 69, 0, 0, 2270, 2272, 7, 9, 0, 0, 2271, 2269, 1, 0, 0, 0, 2271, 2272, 1, 0, 0, 0, 2272, 135, 1, 0, 0, 0, 2273, 2275, 5, 77, 0, 0, 2274, 2273, 1, 0, 0, 0, 2274, 2275, 1, 0, 0, 0, 2275, 2276, 1, 0, 0, 0, 2276, 2354, 5, 78, 0, 0, 2277, 2279, 5, 98, 0, 0, 2278, 2280, 3, 400, 200, 0, 2279, 2278, 1, 0, 0, 0, 2279, 2280, 1, 0, 0, 0, 2280, 2282, 1, 0, 0, 0, 2281, 2283, 3, 178, 89, 0, 2282, 2281, 1, 0, 0, 0, 2282, 2283, 1, 0, 0, 0, 2283, 2354, 1, 0, 0, 0, 2284, 2290, 5, 98, 0, 0, 2285, 2287, 5, 273, 0, 0, 2286, 2288, 5, 77, 0, 0, 2287, 2286, 1, 0, 0, 0, 2287, 2288, 1, 0, 0, 0, 2288, 2289, 1, 0, 0, 0, 2289, 2291, 5, 56, 0, 0, 2290, 2285, 1, 0, 0, 0, 2290, 2291, 1, 0, 0, 0, 2291, 2294, 1, 0, 0, 0, 2292, 2293, 5, 441, 0, 0, 2293, 2295, 3, 360, 180, 0, 2294, 2292, 1, 0, 0, 0, 2294, 2295, 1, 0, 0, 0, 2295, 2297, 1, 0, 0, 0, 2296, 2298, 3, 572, 286, 0, 2297, 2296, 1, 0, 0, 0, 2297, 2298, 1, 0, 0, 0, 2298, 2300, 1, 0, 0, 0, 2299, 2301, 3, 178, 89, 0, 2300, 2299, 1, 0, 0, 0, 2300, 2301, 1, 0, 0, 0, 2301, 2354, 1, 0, 0, 0, 2302, 2303, 5, 85, 0, 0, 2303, 2305, 5, 245, 0, 0, 2304, 2306, 3, 400, 200, 0, 2305, 2304, 1, 0, 0, 0, 2305, 2306, 1, 0, 0, 0, 2306, 2308, 1, 0, 0, 0, 2307, 2309, 3, 178, 89, 0, 2308, 2307, 1, 0, 0, 0, 2308, 2309, 1, 0, 0, 0, 2309, 2354, 1, 0, 0, 0, 2310, 2311, 5, 42, 0, 0, 2311, 2312, 5, 2, 0, 0, 2312, 2313, 3, 674, 337, 0, 2313, 2316, 5, 3, 0, 0, 2314, 2315, 5, 269, 0, 0, 2315, 2317, 5, 228, 0, 0, 2316, 2314, 1, 0, 0, 0, 2316, 2317, 1, 0, 0, 0, 2317, 2354, 1, 0, 0, 0, 2318, 2319, 5, 53, 0, 0, 2319, 2354, 3, 682, 341, 0, 2320, 2321, 5, 438, 0, 0, 2321, 2322, 3, 138, 69, 0, 2322, 2339, 5, 36, 0, 0, 2323, 2332, 5, 219, 0, 0, 2324, 2326, 5, 2, 0, 0, 2325, 2327, 3, 200, 100, 0, 2326, 2325, 1, 0, 0, 0, 2327, 2328, 1, 0, 0, 0, 2328, 2326, 1, 0, 0, 0, 2328, 2329, 1, 0, 0, 0, 2329, 2330, 1, 0, 0, 0, 2330, 2331, 5, 3, 0, 0, 2331, 2333, 1, 0, 0, 0, 2332, 2324, 1, 0, 0, 0, 2332, 2333, 1, 0, 0, 0, 2333, 2340, 1, 0, 0, 0, 2334, 2335, 5, 2, 0, 0, 2335, 2336, 3, 674, 337, 0, 2336, 2337, 5, 3, 0, 0, 2337, 2338, 5, 440, 0, 0, 2338, 2340, 1, 0, 0, 0, 2339, 2323, 1, 0, 0, 0, 2339, 2334, 1, 0, 0, 0, 2340, 2354, 1, 0, 0, 0, 2341, 2342, 5, 86, 0, 0, 2342, 2344, 3, 780, 390, 0, 2343, 2345, 3, 144, 72, 0, 2344, 2343, 1, 0, 0, 0, 2344, 2345, 1, 0, 0, 0, 2345, 2347, 1, 0, 0, 0, 2346, 2348, 3, 152, 76, 0, 2347, 2346, 1, 0, 0, 0, 2347, 2348, 1, 0, 0, 0, 2348, 2350, 1, 0, 0, 0, 2349, 2351, 3, 156, 78, 0, 2350, 2349, 1, 0, 0, 0, 2350, 2351, 1, 0, 0, 0, 2351, 2354, 1, 0, 0, 0, 2352, 2354, 3, 98, 49, 0, 2353, 2274, 1, 0, 0, 0, 2353, 2277, 1, 0, 0, 0, 2353, 2284, 1, 0, 0, 0, 2353, 2302, 1, 0, 0, 0, 2353, 2310, 1, 0, 0, 0, 2353, 2318, 1, 0, 0, 0, 2353, 2320, 1, 0, 0, 0, 2353, 2341, 1, 0, 0, 0, 2353, 2352, 1, 0, 0, 0, 2354, 137, 1, 0, 0, 0, 2355, 2359, 5, 139, 0, 0, 2356, 2357, 5, 147, 0, 0, 2357, 2359, 5, 53, 0, 0, 2358, 2355, 1, 0, 0, 0, 2358, 2356, 1, 0, 0, 0, 2359, 139, 1, 0, 0, 0, 2360, 2361, 7, 23, 0, 0, 2361, 141, 1, 0, 0, 0, 2362, 2363, 5, 42, 0, 0, 2363, 2364, 5, 2, 0, 0, 2364, 2365, 3, 674, 337, 0, 2365, 2369, 5, 3, 0, 0, 2366, 2368, 3, 272, 136, 0, 2367, 2366, 1, 0, 0, 0, 2368, 2371, 1, 0, 0, 0, 2369, 2367, 1, 0, 0, 0, 2369, 2370, 1, 0, 0, 0, 2370, 2459, 1, 0, 0, 0, 2371, 2369, 1, 0, 0, 0, 2372, 2376, 5, 98, 0, 0, 2373, 2374, 5, 85, 0, 0, 2374, 2376, 5, 245, 0, 0, 2375, 2372, 1, 0, 0, 0, 2375, 2373, 1, 0, 0, 0, 2376, 2400, 1, 0, 0, 0, 2377, 2379, 3, 144, 72, 0, 2378, 2380, 3, 150, 75, 0, 2379, 2378, 1, 0, 0, 0, 2379, 2380, 1, 0, 0, 0, 2380, 2382, 1, 0, 0, 0, 2381, 2383, 3, 400, 200, 0, 2382, 2381, 1, 0, 0, 0, 2382, 2383, 1, 0, 0, 0, 2383, 2385, 1, 0, 0, 0, 2384, 2386, 3, 178, 89, 0, 2385, 2384, 1, 0, 0, 0, 2385, 2386, 1, 0, 0, 0, 2386, 2390, 1, 0, 0, 0, 2387, 2389, 3, 272, 136, 0, 2388, 2387, 1, 0, 0, 0, 2389, 2392, 1, 0, 0, 0, 2390, 2388, 1, 0, 0, 0, 2390, 2391, 1, 0, 0, 0, 2391, 2401, 1, 0, 0, 0, 2392, 2390, 1, 0, 0, 0, 2393, 2397, 3, 180, 90, 0, 2394, 2396, 3, 272, 136, 0, 2395, 2394, 1, 0, 0, 0, 2396, 2399, 1, 0, 0, 0, 2397, 2395, 1, 0, 0, 0, 2397, 2398, 1, 0, 0, 0, 2398, 2401, 1, 0, 0, 0, 2399, 2397, 1, 0, 0, 0, 2400, 2377, 1, 0, 0, 0, 2400, 2393, 1, 0, 0, 0, 2401, 2459, 1, 0, 0, 0, 2402, 2404, 5, 199, 0, 0, 2403, 2405, 3, 170, 85, 0, 2404, 2403, 1, 0, 0, 0, 2404, 2405, 1, 0, 0, 0, 2405, 2406, 1, 0, 0, 0, 2406, 2407, 5, 2, 0, 0, 2407, 2412, 3, 154, 77, 0, 2408, 2409, 5, 6, 0, 0, 2409, 2411, 3, 154, 77, 0, 2410, 2408, 1, 0, 0, 0, 2411, 2414, 1, 0, 0, 0, 2412, 2410, 1, 0, 0, 0, 2412, 2413, 1, 0, 0, 0, 2413, 2415, 1, 0, 0, 0, 2414, 2412, 1, 0, 0, 0, 2415, 2417, 5, 3, 0, 0, 2416, 2418, 3, 150, 75, 0, 2417, 2416, 1, 0, 0, 0, 2417, 2418, 1, 0, 0, 0, 2418, 2420, 1, 0, 0, 0, 2419, 2421, 3, 400, 200, 0, 2420, 2419, 1, 0, 0, 0, 2420, 2421, 1, 0, 0, 0, 2421, 2423, 1, 0, 0, 0, 2422, 2424, 3, 178, 89, 0, 2423, 2422, 1, 0, 0, 0, 2423, 2424, 1, 0, 0, 0, 2424, 2430, 1, 0, 0, 0, 2425, 2426, 5, 103, 0, 0, 2426, 2427, 5, 2, 0, 0, 2427, 2428, 3, 674, 337, 0, 2428, 2429, 5, 3, 0, 0, 2429, 2431, 1, 0, 0, 0, 2430, 2425, 1, 0, 0, 0, 2430, 2431, 1, 0, 0, 0, 2431, 2435, 1, 0, 0, 0, 2432, 2434, 3, 272, 136, 0, 2433, 2432, 1, 0, 0, 0, 2434, 2437, 1, 0, 0, 0, 2435, 2433, 1, 0, 0, 0, 2435, 2436, 1, 0, 0, 0, 2436, 2459, 1, 0, 0, 0, 2437, 2435, 1, 0, 0, 0, 2438, 2439, 5, 63, 0, 0, 2439, 2440, 5, 245, 0, 0, 2440, 2441, 3, 144, 72, 0, 2441, 2442, 5, 86, 0, 0, 2442, 2444, 3, 780, 390, 0, 2443, 2445, 3, 144, 72, 0, 2444, 2443, 1, 0, 0, 0, 2444, 2445, 1, 0, 0, 0, 2445, 2447, 1, 0, 0, 0, 2446, 2448, 3, 152, 76, 0, 2447, 2446, 1, 0, 0, 0, 2447, 2448, 1, 0, 0, 0, 2448, 2450, 1, 0, 0, 0, 2449, 2451, 3, 156, 78, 0, 2450, 2449, 1, 0, 0, 0, 2450, 2451, 1, 0, 0, 0, 2451, 2455, 1, 0, 0, 0, 2452, 2454, 3, 272, 136, 0, 2453, 2452, 1, 0, 0, 0, 2454, 2457, 1, 0, 0, 0, 2455, 2453, 1, 0, 0, 0, 2455, 2456, 1, 0, 0, 0, 2456, 2459, 1, 0, 0, 0, 2457, 2455, 1, 0, 0, 0, 2458, 2362, 1, 0, 0, 0, 2458, 2375, 1, 0, 0, 0, 2458, 2402, 1, 0, 0, 0, 2458, 2438, 1, 0, 0, 0, 2459, 143, 1, 0, 0, 0, 2460, 2461, 5, 2, 0, 0, 2461, 2462, 3, 148, 74, 0, 2462, 2463, 5, 3, 0, 0, 2463, 145, 1, 0, 0, 0, 2464, 2465, 5, 2, 0, 0, 2465, 2470, 3, 802, 401, 0, 2466, 2467, 5, 6, 0, 0, 2467, 2469, 3, 802, 401, 0, 2468, 2466, 1, 0, 0, 0, 2469, 2472, 1, 0, 0, 0, 2470, 2468, 1, 0, 0, 0, 2470, 2471, 1, 0, 0, 0, 2471, 2473, 1, 0, 0, 0, 2472, 2470, 1, 0, 0, 0, 2473, 2474, 5, 3, 0, 0, 2474, 147, 1, 0, 0, 0, 2475, 2480, 3, 800, 400, 0, 2476, 2477, 5, 6, 0, 0, 2477, 2479, 3, 800, 400, 0, 2478, 2476, 1, 0, 0, 0, 2479, 2482, 1, 0, 0, 0, 2480, 2478, 1, 0, 0, 0, 2480, 2481, 1, 0, 0, 0, 2481, 149, 1, 0, 0, 0, 2482, 2480, 1, 0, 0, 0, 2483, 2484, 5, 441, 0, 0, 2484, 2485, 3, 144, 72, 0, 2485, 151, 1, 0, 0, 0, 2486, 2487, 5, 258, 0, 0, 2487, 2488, 7, 24, 0, 0, 2488, 153, 1, 0, 0, 0, 2489, 2490, 3, 362, 181, 0, 2490, 2497, 5, 105, 0, 0, 2491, 2498, 3, 414, 207, 0, 2492, 2493, 5, 278, 0, 0, 2493, 2494, 5, 2, 0, 0, 2494, 2495, 3, 414, 207, 0, 2495, 2496, 5, 3, 0, 0, 2496, 2498, 1, 0, 0, 0, 2497, 2491, 1, 0, 0, 0, 2497, 2492, 1, 0, 0, 0, 2498, 155, 1, 0, 0, 0, 2499, 2501, 3, 158, 79, 0, 2500, 2502, 3, 160, 80, 0, 2501, 2500, 1, 0, 0, 0, 2501, 2502, 1, 0, 0, 0, 2502, 2508, 1, 0, 0, 0, 2503, 2505, 3, 160, 80, 0, 2504, 2506, 3, 158, 79, 0, 2505, 2504, 1, 0, 0, 0, 2505, 2506, 1, 0, 0, 0, 2506, 2508, 1, 0, 0, 0, 2507, 2499, 1, 0, 0, 0, 2507, 2503, 1, 0, 0, 0, 2508, 157, 1, 0, 0, 0, 2509, 2510, 5, 80, 0, 0, 2510, 2511, 5, 369, 0, 0, 2511, 2512, 3, 162, 81, 0, 2512, 159, 1, 0, 0, 0, 2513, 2514, 5, 80, 0, 0, 2514, 2515, 5, 182, 0, 0, 2515, 2516, 3, 162, 81, 0, 2516, 161, 1, 0, 0, 0, 2517, 2518, 5, 269, 0, 0, 2518, 2527, 5, 132, 0, 0, 2519, 2527, 5, 315, 0, 0, 2520, 2527, 5, 150, 0, 0, 2521, 2522, 5, 333, 0, 0, 2522, 2524, 7, 25, 0, 0, 2523, 2525, 3, 148, 74, 0, 2524, 2523, 1, 0, 0, 0, 2524, 2525, 1, 0, 0, 0, 2525, 2527, 1, 0, 0, 0, 2526, 2517, 1, 0, 0, 0, 2526, 2519, 1, 0, 0, 0, 2526, 2520, 1, 0, 0, 0, 2526, 2521, 1, 0, 0, 0, 2527, 163, 1, 0, 0, 0, 2528, 2529, 5, 238, 0, 0, 2529, 2530, 5, 2, 0, 0, 2530, 2531, 3, 760, 380, 0, 2531, 2532, 5, 3, 0, 0, 2532, 165, 1, 0, 0, 0, 2533, 2534, 5, 285, 0, 0, 2534, 2535, 5, 147, 0, 0, 2535, 2536, 3, 818, 409, 0, 2536, 2537, 5, 2, 0, 0, 2537, 2542, 3, 168, 84, 0, 2538, 2539, 5, 6, 0, 0, 2539, 2541, 3, 168, 84, 0, 2540, 2538, 1, 0, 0, 0, 2541, 2544, 1, 0, 0, 0, 2542, 2540, 1, 0, 0, 0, 2542, 2543, 1, 0, 0, 0, 2543, 2545, 1, 0, 0, 0, 2544, 2542, 1, 0, 0, 0, 2545, 2546, 5, 3, 0, 0, 2546, 167, 1, 0, 0, 0, 2547, 2554, 3, 800, 400, 0, 2548, 2554, 3, 688, 344, 0, 2549, 2550, 5, 2, 0, 0, 2550, 2551, 3, 674, 337, 0, 2551, 2552, 5, 3, 0, 0, 2552, 2554, 1, 0, 0, 0, 2553, 2547, 1, 0, 0, 0, 2553, 2548, 1, 0, 0, 0, 2553, 2549, 1, 0, 0, 0, 2554, 2556, 1, 0, 0, 0, 2555, 2557, 3, 98, 49, 0, 2556, 2555, 1, 0, 0, 0, 2556, 2557, 1, 0, 0, 0, 2557, 2559, 1, 0, 0, 0, 2558, 2560, 3, 316, 158, 0, 2559, 2558, 1, 0, 0, 0, 2559, 2560, 1, 0, 0, 0, 2560, 169, 1, 0, 0, 0, 2561, 2562, 5, 100, 0, 0, 2562, 2563, 3, 818, 409, 0, 2563, 171, 1, 0, 0, 0, 2564, 2565, 5, 105, 0, 0, 2565, 2569, 3, 100, 50, 0, 2566, 2567, 7, 26, 0, 0, 2567, 2569, 5, 277, 0, 0, 2568, 2564, 1, 0, 0, 0, 2568, 2566, 1, 0, 0, 0, 2569, 173, 1, 0, 0, 0, 2570, 2571, 5, 80, 0, 0, 2571, 2577, 5, 161, 0, 0, 2572, 2578, 5, 191, 0, 0, 2573, 2574, 5, 182, 0, 0, 2574, 2578, 5, 320, 0, 0, 2575, 2576, 5, 292, 0, 0, 2576, 2578, 5, 320, 0, 0, 2577, 2572, 1, 0, 0, 0, 2577, 2573, 1, 0, 0, 0, 2577, 2575, 1, 0, 0, 0, 2578, 175, 1, 0, 0, 0, 2579, 2580, 5, 351, 0, 0, 2580, 2581, 3, 770, 385, 0, 2581, 177, 1, 0, 0, 0, 2582, 2583, 5, 100, 0, 0, 2583, 2584, 5, 226, 0, 0, 2584, 2585, 3, 176, 88, 0, 2585, 179, 1, 0, 0, 0, 2586, 2587, 5, 100, 0, 0, 2587, 2588, 5, 226, 0, 0, 2588, 2589, 3, 818, 409, 0, 2589, 181, 1, 0, 0, 0, 2590, 2591, 5, 46, 0, 0, 2591, 2596, 5, 342, 0, 0, 2592, 2594, 3, 294, 147, 0, 2593, 2592, 1, 0, 0, 0, 2593, 2594, 1, 0, 0, 0, 2594, 2595, 1, 0, 0, 0, 2595, 2597, 3, 316, 158, 0, 2596, 2593, 1, 0, 0, 0, 2596, 2597, 1, 0, 0, 0, 2597, 2599, 1, 0, 0, 0, 2598, 2600, 3, 144, 72, 0, 2599, 2598, 1, 0, 0, 0, 2599, 2600, 1, 0, 0, 0, 2600, 2601, 1, 0, 0, 0, 2601, 2611, 5, 80, 0, 0, 2602, 2607, 3, 732, 366, 0, 2603, 2604, 5, 6, 0, 0, 2604, 2606, 3, 732, 366, 0, 2605, 2603, 1, 0, 0, 0, 2606, 2609, 1, 0, 0, 0, 2607, 2605, 1, 0, 0, 0, 2607, 2608, 1, 0, 0, 0, 2608, 2612, 1, 0, 0, 0, 2609, 2607, 1, 0, 0, 0, 2610, 2612, 3, 730, 365, 0, 2611, 2602, 1, 0, 0, 0, 2611, 2610, 1, 0, 0, 0, 2612, 2613, 1, 0, 0, 0, 2613, 2614, 3, 610, 305, 0, 2614, 183, 1, 0, 0, 0, 2615, 2616, 5, 138, 0, 0, 2616, 2618, 5, 342, 0, 0, 2617, 2619, 3, 422, 211, 0, 2618, 2617, 1, 0, 0, 0, 2618, 2619, 1, 0, 0, 0, 2619, 2620, 1, 0, 0, 0, 2620, 2621, 3, 316, 158, 0, 2621, 2622, 5, 333, 0, 0, 2622, 2623, 5, 342, 0, 0, 2623, 2624, 3, 812, 406, 0, 2624, 185, 1, 0, 0, 0, 2625, 2627, 5, 46, 0, 0, 2626, 2628, 3, 122, 61, 0, 2627, 2626, 1, 0, 0, 0, 2627, 2628, 1, 0, 0, 0, 2628, 2629, 1, 0, 0, 0, 2629, 2631, 5, 92, 0, 0, 2630, 2632, 3, 294, 147, 0, 2631, 2630, 1, 0, 0, 0, 2631, 2632, 1, 0, 0, 0, 2632, 2633, 1, 0, 0, 0, 2633, 2634, 3, 188, 94, 0, 2634, 2635, 5, 36, 0, 0, 2635, 2637, 3, 560, 280, 0, 2636, 2638, 3, 190, 95, 0, 2637, 2636, 1, 0, 0, 0, 2637, 2638, 1, 0, 0, 0, 2638, 187, 1, 0, 0, 0, 2639, 2641, 3, 772, 386, 0, 2640, 2642, 3, 146, 73, 0, 2641, 2640, 1, 0, 0, 0, 2641, 2642, 1, 0, 0, 0, 2642, 2644, 1, 0, 0, 0, 2643, 2645, 3, 170, 85, 0, 2644, 2643, 1, 0, 0, 0, 2644, 2645, 1, 0, 0, 0, 2645, 2647, 1, 0, 0, 0, 2646, 2648, 3, 172, 86, 0, 2647, 2646, 1, 0, 0, 0, 2647, 2648, 1, 0, 0, 0, 2648, 2650, 1, 0, 0, 0, 2649, 2651, 3, 174, 87, 0, 2650, 2649, 1, 0, 0, 0, 2650, 2651, 1, 0, 0, 0, 2651, 2653, 1, 0, 0, 0, 2652, 2654, 3, 176, 88, 0, 2653, 2652, 1, 0, 0, 0, 2653, 2654, 1, 0, 0, 0, 2654, 189, 1, 0, 0, 0, 2655, 2659, 5, 105, 0, 0, 2656, 2660, 5, 174, 0, 0, 2657, 2658, 5, 269, 0, 0, 2658, 2660, 5, 174, 0, 0, 2659, 2656, 1, 0, 0, 0, 2659, 2657, 1, 0, 0, 0, 2660, 191, 1, 0, 0, 0, 2661, 2663, 5, 46, 0, 0, 2662, 2664, 5, 367, 0, 0, 2663, 2662, 1, 0, 0, 0, 2663, 2664, 1, 0, 0, 0, 2664, 2665, 1, 0, 0, 0, 2665, 2666, 5, 259, 0, 0, 2666, 2668, 5, 376, 0, 0, 2667, 2669, 3, 294, 147, 0, 2668, 2667, 1, 0, 0, 0, 2668, 2669, 1, 0, 0, 0, 2669, 2670, 1, 0, 0, 0, 2670, 2672, 3, 776, 388, 0, 2671, 2673, 3, 146, 73, 0, 2672, 2671, 1, 0, 0, 0, 2672, 2673, 1, 0, 0, 0, 2673, 2675, 1, 0, 0, 0, 2674, 2676, 3, 170, 85, 0, 2675, 2674, 1, 0, 0, 0, 2675, 2676, 1, 0, 0, 0, 2676, 2678, 1, 0, 0, 0, 2677, 2679, 3, 102, 51, 0, 2678, 2677, 1, 0, 0, 0, 2678, 2679, 1, 0, 0, 0, 2679, 2681, 1, 0, 0, 0, 2680, 2682, 3, 176, 88, 0, 2681, 2680, 1, 0, 0, 0, 2681, 2682, 1, 0, 0, 0, 2682, 2683, 1, 0, 0, 0, 2683, 2684, 5, 36, 0, 0, 2684, 2686, 3, 560, 280, 0, 2685, 2687, 3, 190, 95, 0, 2686, 2685, 1, 0, 0, 0, 2686, 2687, 1, 0, 0, 0, 2687, 193, 1, 0, 0, 0, 2688, 2689, 5, 305, 0, 0, 2689, 2690, 5, 259, 0, 0, 2690, 2692, 5, 376, 0, 0, 2691, 2693, 5, 109, 0, 0, 2692, 2691, 1, 0, 0, 0, 2692, 2693, 1, 0, 0, 0, 2693, 2694, 1, 0, 0, 0, 2694, 2696, 3, 778, 389, 0, 2695, 2697, 3, 190, 95, 0, 2696, 2695, 1, 0, 0, 0, 2696, 2697, 1, 0, 0, 0, 2697, 195, 1, 0, 0, 0, 2698, 2700, 5, 46, 0, 0, 2699, 2701, 3, 122, 61, 0, 2700, 2699, 1, 0, 0, 0, 2700, 2701, 1, 0, 0, 0, 2701, 2702, 1, 0, 0, 0, 2702, 2704, 5, 328, 0, 0, 2703, 2705, 3, 294, 147, 0, 2704, 2703, 1, 0, 0, 0, 2704, 2705, 1, 0, 0, 0, 2705, 2706, 1, 0, 0, 0, 2706, 2712, 3, 780, 390, 0, 2707, 2709, 3, 200, 100, 0, 2708, 2707, 1, 0, 0, 0, 2709, 2710, 1, 0, 0, 0, 2710, 2708, 1, 0, 0, 0, 2710, 2711, 1, 0, 0, 0, 2711, 2713, 1, 0, 0, 0, 2712, 2708, 1, 0, 0, 0, 2712, 2713, 1, 0, 0, 0, 2713, 197, 1, 0, 0, 0, 2714, 2715, 5, 138, 0, 0, 2715, 2717, 5, 328, 0, 0, 2716, 2718, 3, 422, 211, 0, 2717, 2716, 1, 0, 0, 0, 2717, 2718, 1, 0, 0, 0, 2718, 2719, 1, 0, 0, 0, 2719, 2721, 3, 780, 390, 0, 2720, 2722, 3, 200, 100, 0, 2721, 2720, 1, 0, 0, 0, 2722, 2723, 1, 0, 0, 0, 2723, 2721, 1, 0, 0, 0, 2723, 2724, 1, 0, 0, 0, 2724, 199, 1, 0, 0, 0, 2725, 2726, 5, 36, 0, 0, 2726, 2759, 3, 654, 327, 0, 2727, 2729, 5, 148, 0, 0, 2728, 2730, 3, 202, 101, 0, 2729, 2728, 1, 0, 0, 0, 2729, 2730, 1, 0, 0, 0, 2730, 2759, 1, 0, 0, 0, 2731, 2733, 5, 225, 0, 0, 2732, 2734, 5, 147, 0, 0, 2733, 2732, 1, 0, 0, 0, 2733, 2734, 1, 0, 0, 0, 2734, 2735, 1, 0, 0, 0, 2735, 2759, 3, 202, 101, 0, 2736, 2737, 7, 27, 0, 0, 2737, 2759, 3, 202, 101, 0, 2738, 2739, 5, 269, 0, 0, 2739, 2759, 7, 28, 0, 0, 2740, 2741, 5, 281, 0, 0, 2741, 2742, 5, 147, 0, 0, 2742, 2759, 3, 800, 400, 0, 2743, 2744, 5, 328, 0, 0, 2744, 2745, 5, 266, 0, 0, 2745, 2759, 3, 316, 158, 0, 2746, 2748, 5, 340, 0, 0, 2747, 2749, 5, 105, 0, 0, 2748, 2747, 1, 0, 0, 0, 2748, 2749, 1, 0, 0, 0, 2749, 2750, 1, 0, 0, 0, 2750, 2759, 3, 202, 101, 0, 2751, 2753, 5, 314, 0, 0, 2752, 2754, 5, 105, 0, 0, 2753, 2752, 1, 0, 0, 0, 2753, 2754, 1, 0, 0, 0, 2754, 2756, 1, 0, 0, 0, 2755, 2757, 3, 202, 101, 0, 2756, 2755, 1, 0, 0, 0, 2756, 2757, 1, 0, 0, 0, 2757, 2759, 1, 0, 0, 0, 2758, 2725, 1, 0, 0, 0, 2758, 2727, 1, 0, 0, 0, 2758, 2731, 1, 0, 0, 0, 2758, 2736, 1, 0, 0, 0, 2758, 2738, 1, 0, 0, 0, 2758, 2740, 1, 0, 0, 0, 2758, 2743, 1, 0, 0, 0, 2758, 2746, 1, 0, 0, 0, 2758, 2751, 1, 0, 0, 0, 2759, 201, 1, 0, 0, 0, 2760, 2762, 7, 29, 0, 0, 2761, 2760, 1, 0, 0, 0, 2761, 2762, 1, 0, 0, 0, 2762, 2763, 1, 0, 0, 0, 2763, 2766, 5, 573, 0, 0, 2764, 2766, 3, 812, 406, 0, 2765, 2761, 1, 0, 0, 0, 2765, 2764, 1, 0, 0, 0, 2766, 203, 1, 0, 0, 0, 2767, 2769, 5, 46, 0, 0, 2768, 2770, 3, 366, 183, 0, 2769, 2768, 1, 0, 0, 0, 2769, 2770, 1, 0, 0, 0, 2770, 2772, 1, 0, 0, 0, 2771, 2773, 5, 359, 0, 0, 2772, 2771, 1, 0, 0, 0, 2772, 2773, 1, 0, 0, 0, 2773, 2775, 1, 0, 0, 0, 2774, 2776, 5, 295, 0, 0, 2775, 2774, 1, 0, 0, 0, 2775, 2776, 1, 0, 0, 0, 2776, 2777, 1, 0, 0, 0, 2777, 2778, 5, 247, 0, 0, 2778, 2791, 3, 818, 409, 0, 2779, 2780, 5, 215, 0, 0, 2780, 2783, 3, 316, 158, 0, 2781, 2782, 5, 239, 0, 0, 2782, 2784, 3, 316, 158, 0, 2783, 2781, 1, 0, 0, 0, 2783, 2784, 1, 0, 0, 0, 2784, 2789, 1, 0, 0, 0, 2785, 2786, 5, 373, 0, 0, 2786, 2790, 3, 316, 158, 0, 2787, 2788, 5, 269, 0, 0, 2788, 2790, 5, 373, 0, 0, 2789, 2785, 1, 0, 0, 0, 2789, 2787, 1, 0, 0, 0, 2789, 2790, 1, 0, 0, 0, 2790, 2792, 1, 0, 0, 0, 2791, 2779, 1, 0, 0, 0, 2791, 2792, 1, 0, 0, 0, 2792, 205, 1, 0, 0, 0, 2793, 2794, 5, 46, 0, 0, 2794, 2797, 3, 176, 88, 0, 2795, 2796, 5, 282, 0, 0, 2796, 2798, 3, 814, 407, 0, 2797, 2795, 1, 0, 0, 0, 2797, 2798, 1, 0, 0, 0, 2798, 2799, 1, 0, 0, 0, 2799, 2800, 5, 255, 0, 0, 2800, 2802, 3, 808, 404, 0, 2801, 2803, 3, 102, 51, 0, 2802, 2801, 1, 0, 0, 0, 2802, 2803, 1, 0, 0, 0, 2803, 207, 1, 0, 0, 0, 2804, 2805, 5, 46, 0, 0, 2805, 2807, 5, 204, 0, 0, 2806, 2808, 3, 294, 147, 0, 2807, 2806, 1, 0, 0, 0, 2807, 2808, 1, 0, 0, 0, 2808, 2809, 1, 0, 0, 0, 2809, 2811, 3, 818, 409, 0, 2810, 2812, 5, 105, 0, 0, 2811, 2810, 1, 0, 0, 0, 2811, 2812, 1, 0, 0, 0, 2812, 2820, 1, 0, 0, 0, 2813, 2814, 5, 323, 0, 0, 2814, 2819, 3, 790, 395, 0, 2815, 2816, 7, 30, 0, 0, 2816, 2819, 3, 58, 29, 0, 2817, 2819, 5, 150, 0, 0, 2818, 2813, 1, 0, 0, 0, 2818, 2815, 1, 0, 0, 0, 2818, 2817, 1, 0, 0, 0, 2819, 2822, 1, 0, 0, 0, 2820, 2818, 1, 0, 0, 0, 2820, 2821, 1, 0, 0, 0, 2821, 209, 1, 0, 0, 0, 2822, 2820, 1, 0, 0, 0, 2823, 2824, 5, 138, 0, 0, 2824, 2825, 5, 204, 0, 0, 2825, 2826, 3, 818, 409, 0, 2826, 2831, 5, 369, 0, 0, 2827, 2828, 5, 94, 0, 0, 2828, 2830, 3, 58, 29, 0, 2829, 2827, 1, 0, 0, 0, 2830, 2833, 1, 0, 0, 0, 2831, 2829, 1, 0, 0, 0, 2831, 2832, 1, 0, 0, 0, 2832, 211, 1, 0, 0, 0, 2833, 2831, 1, 0, 0, 0, 2834, 2835, 5, 138, 0, 0, 2835, 2836, 5, 204, 0, 0, 2836, 2837, 3, 818, 409, 0, 2837, 2870, 7, 6, 0, 0, 2838, 2839, 5, 443, 0, 0, 2839, 2840, 5, 62, 0, 0, 2840, 2841, 3, 652, 326, 0, 2841, 2842, 5, 247, 0, 0, 2842, 2843, 3, 818, 409, 0, 2843, 2871, 1, 0, 0, 0, 2844, 2845, 5, 442, 0, 0, 2845, 2871, 3, 374, 187, 0, 2846, 2847, 5, 296, 0, 0, 2847, 2871, 3, 378, 189, 0, 2848, 2849, 5, 278, 0, 0, 2849, 2850, 7, 31, 0, 0, 2850, 2851, 3, 316, 158, 0, 2851, 2852, 3, 170, 85, 0, 2852, 2871, 1, 0, 0, 0, 2853, 2854, 5, 278, 0, 0, 2854, 2871, 3, 416, 208, 0, 2855, 2856, 5, 211, 0, 0, 2856, 2871, 3, 382, 191, 0, 2857, 2858, 7, 32, 0, 0, 2858, 2871, 3, 652, 326, 0, 2859, 2860, 5, 41, 0, 0, 2860, 2861, 5, 2, 0, 0, 2861, 2862, 3, 652, 326, 0, 2862, 2863, 5, 36, 0, 0, 2863, 2864, 3, 652, 326, 0, 2864, 2865, 5, 3, 0, 0, 2865, 2871, 1, 0, 0, 0, 2866, 2867, 5, 136, 0, 0, 2867, 2871, 3, 394, 197, 0, 2868, 2871, 3, 312, 156, 0, 2869, 2871, 3, 310, 155, 0, 2870, 2838, 1, 0, 0, 0, 2870, 2844, 1, 0, 0, 0, 2870, 2846, 1, 0, 0, 0, 2870, 2848, 1, 0, 0, 0, 2870, 2853, 1, 0, 0, 0, 2870, 2855, 1, 0, 0, 0, 2870, 2857, 1, 0, 0, 0, 2870, 2859, 1, 0, 0, 0, 2870, 2866, 1, 0, 0, 0, 2870, 2868, 1, 0, 0, 0, 2870, 2869, 1, 0, 0, 0, 2871, 213, 1, 0, 0, 0, 2872, 2873, 5, 46, 0, 0, 2873, 2874, 5, 63, 0, 0, 2874, 2875, 5, 174, 0, 0, 2875, 2876, 5, 381, 0, 0, 2876, 2882, 3, 818, 409, 0, 2877, 2879, 3, 216, 108, 0, 2878, 2877, 1, 0, 0, 0, 2879, 2880, 1, 0, 0, 0, 2880, 2878, 1, 0, 0, 0, 2880, 2881, 1, 0, 0, 0, 2881, 2883, 1, 0, 0, 0, 2882, 2878, 1, 0, 0, 0, 2882, 2883, 1, 0, 0, 0, 2883, 2885, 1, 0, 0, 0, 2884, 2886, 3, 220, 110, 0, 2885, 2884, 1, 0, 0, 0, 2885, 2886, 1, 0, 0, 0, 2886, 215, 1, 0, 0, 0, 2887, 2889, 7, 33, 0, 0, 2888, 2890, 3, 316, 158, 0, 2889, 2888, 1, 0, 0, 0, 2889, 2890, 1, 0, 0, 0, 2890, 2894, 1, 0, 0, 0, 2891, 2892, 5, 269, 0, 0, 2892, 2894, 7, 33, 0, 0, 2893, 2887, 1, 0, 0, 0, 2893, 2891, 1, 0, 0, 0, 2894, 217, 1, 0, 0, 0, 2895, 2896, 5, 138, 0, 0, 2896, 2897, 5, 63, 0, 0, 2897, 2898, 5, 174, 0, 0, 2898, 2899, 5, 381, 0, 0, 2899, 2913, 3, 818, 409, 0, 2900, 2902, 3, 216, 108, 0, 2901, 2900, 1, 0, 0, 0, 2902, 2903, 1, 0, 0, 0, 2903, 2901, 1, 0, 0, 0, 2903, 2904, 1, 0, 0, 0, 2904, 2906, 1, 0, 0, 0, 2905, 2901, 1, 0, 0, 0, 2905, 2906, 1, 0, 0, 0, 2906, 2907, 1, 0, 0, 0, 2907, 2914, 3, 222, 111, 0, 2908, 2910, 3, 216, 108, 0, 2909, 2908, 1, 0, 0, 0, 2910, 2911, 1, 0, 0, 0, 2911, 2909, 1, 0, 0, 0, 2911, 2912, 1, 0, 0, 0, 2912, 2914, 1, 0, 0, 0, 2913, 2905, 1, 0, 0, 0, 2913, 2909, 1, 0, 0, 0, 2914, 219, 1, 0, 0, 0, 2915, 2916, 5, 280, 0, 0, 2916, 2917, 5, 2, 0, 0, 2917, 2922, 3, 226, 113, 0, 2918, 2919, 5, 6, 0, 0, 2919, 2921, 3, 226, 113, 0, 2920, 2918, 1, 0, 0, 0, 2921, 2924, 1, 0, 0, 0, 2922, 2920, 1, 0, 0, 0, 2922, 2923, 1, 0, 0, 0, 2923, 2925, 1, 0, 0, 0, 2924, 2922, 1, 0, 0, 0, 2925, 2926, 5, 3, 0, 0, 2926, 221, 1, 0, 0, 0, 2927, 2928, 5, 280, 0, 0, 2928, 2929, 5, 2, 0, 0, 2929, 2934, 3, 224, 112, 0, 2930, 2931, 5, 6, 0, 0, 2931, 2933, 3, 224, 112, 0, 2932, 2930, 1, 0, 0, 0, 2933, 2936, 1, 0, 0, 0, 2934, 2932, 1, 0, 0, 0, 2934, 2935, 1, 0, 0, 0, 2935, 2937, 1, 0, 0, 0, 2936, 2934, 1, 0, 0, 0, 2937, 2938, 5, 3, 0, 0, 2938, 223, 1, 0, 0, 0, 2939, 2940, 7, 34, 0, 0, 2940, 2941, 3, 226, 113, 0, 2941, 225, 1, 0, 0, 0, 2942, 2943, 3, 824, 412, 0, 2943, 2944, 3, 808, 404, 0, 2944, 227, 1, 0, 0, 0, 2945, 2946, 5, 46, 0, 0, 2946, 2948, 5, 331, 0, 0, 2947, 2949, 3, 294, 147, 0, 2948, 2947, 1, 0, 0, 0, 2948, 2949, 1, 0, 0, 0, 2949, 2950, 1, 0, 0, 0, 2950, 2953, 3, 818, 409, 0, 2951, 2952, 5, 360, 0, 0, 2952, 2954, 3, 808, 404, 0, 2953, 2951, 1, 0, 0, 0, 2953, 2954, 1, 0, 0, 0, 2954, 2956, 1, 0, 0, 0, 2955, 2957, 3, 230, 115, 0, 2956, 2955, 1, 0, 0, 0, 2956, 2957, 1, 0, 0, 0, 2957, 2958, 1, 0, 0, 0, 2958, 2959, 5, 63, 0, 0, 2959, 2960, 5, 174, 0, 0, 2960, 2961, 5, 381, 0, 0, 2961, 2963, 3, 818, 409, 0, 2962, 2964, 3, 220, 110, 0, 2963, 2962, 1, 0, 0, 0, 2963, 2964, 1, 0, 0, 0, 2964, 229, 1, 0, 0, 0, 2965, 2968, 5, 375, 0, 0, 2966, 2969, 3, 808, 404, 0, 2967, 2969, 5, 78, 0, 0, 2968, 2966, 1, 0, 0, 0, 2968, 2967, 1, 0, 0, 0, 2969, 231, 1, 0, 0, 0, 2970, 2971, 5, 138, 0, 0, 2971, 2972, 5, 331, 0, 0, 2972, 2978, 3, 818, 409, 0, 2973, 2979, 3, 222, 111, 0, 2974, 2976, 3, 230, 115, 0, 2975, 2977, 3, 222, 111, 0, 2976, 2975, 1, 0, 0, 0, 2976, 2977, 1, 0, 0, 0, 2977, 2979, 1, 0, 0, 0, 2978, 2973, 1, 0, 0, 0, 2978, 2974, 1, 0, 0, 0, 2979, 233, 1, 0, 0, 0, 2980, 2981, 5, 46, 0, 0, 2981, 2982, 5, 63, 0, 0, 2982, 2984, 5, 92, 0, 0, 2983, 2985, 3, 294, 147, 0, 2984, 2983, 1, 0, 0, 0, 2984, 2985, 1, 0, 0, 0, 2985, 2986, 1, 0, 0, 0, 2986, 2987, 3, 772, 386, 0, 2987, 2989, 5, 2, 0, 0, 2988, 2990, 3, 126, 63, 0, 2989, 2988, 1, 0, 0, 0, 2989, 2990, 1, 0, 0, 0, 2990, 2991, 1, 0, 0, 0, 2991, 2993, 5, 3, 0, 0, 2992, 2994, 3, 164, 82, 0, 2993, 2992, 1, 0, 0, 0, 2993, 2994, 1, 0, 0, 0, 2994, 2995, 1, 0, 0, 0, 2995, 2996, 5, 331, 0, 0, 2996, 2998, 3, 818, 409, 0, 2997, 2999, 3, 220, 110, 0, 2998, 2997, 1, 0, 0, 0, 2998, 2999, 1, 0, 0, 0, 2999, 3020, 1, 0, 0, 0, 3000, 3001, 5, 46, 0, 0, 3001, 3002, 5, 63, 0, 0, 3002, 3004, 5, 92, 0, 0, 3003, 3005, 3, 294, 147, 0, 3004, 3003, 1, 0, 0, 0, 3004, 3005, 1, 0, 0, 0, 3005, 3006, 1, 0, 0, 0, 3006, 3007, 3, 772, 386, 0, 3007, 3008, 5, 285, 0, 0, 3008, 3009, 5, 275, 0, 0, 3009, 3011, 3, 774, 387, 0, 3010, 3012, 3, 124, 62, 0, 3011, 3010, 1, 0, 0, 0, 3011, 3012, 1, 0, 0, 0, 3012, 3013, 1, 0, 0, 0, 3013, 3014, 3, 106, 53, 0, 3014, 3015, 5, 331, 0, 0, 3015, 3017, 3, 818, 409, 0, 3016, 3018, 3, 220, 110, 0, 3017, 3016, 1, 0, 0, 0, 3017, 3018, 1, 0, 0, 0, 3018, 3020, 1, 0, 0, 0, 3019, 2980, 1, 0, 0, 0, 3019, 3000, 1, 0, 0, 0, 3020, 235, 1, 0, 0, 0, 3021, 3022, 5, 444, 0, 0, 3022, 3023, 5, 63, 0, 0, 3023, 3024, 5, 323, 0, 0, 3024, 3034, 3, 790, 395, 0, 3025, 3026, 5, 74, 0, 0, 3026, 3029, 5, 94, 0, 0, 3027, 3029, 5, 59, 0, 0, 3028, 3025, 1, 0, 0, 0, 3028, 3027, 1, 0, 0, 0, 3029, 3030, 1, 0, 0, 0, 3030, 3031, 5, 2, 0, 0, 3031, 3032, 3, 628, 314, 0, 3032, 3033, 5, 3, 0, 0, 3033, 3035, 1, 0, 0, 0, 3034, 3028, 1, 0, 0, 0, 3034, 3035, 1, 0, 0, 0, 3035, 3036, 1, 0, 0, 0, 3036, 3037, 5, 64, 0, 0, 3037, 3038, 5, 331, 0, 0, 3038, 3039, 3, 818, 409, 0, 3039, 3040, 5, 71, 0, 0, 3040, 3042, 3, 818, 409, 0, 3041, 3043, 3, 220, 110, 0, 3042, 3041, 1, 0, 0, 0, 3042, 3043, 1, 0, 0, 0, 3043, 237, 1, 0, 0, 0, 3044, 3045, 5, 46, 0, 0, 3045, 3046, 5, 99, 0, 0, 3046, 3048, 5, 257, 0, 0, 3047, 3049, 3, 294, 147, 0, 3048, 3047, 1, 0, 0, 0, 3048, 3049, 1, 0, 0, 0, 3049, 3050, 1, 0, 0, 0, 3050, 3053, 5, 62, 0, 0, 3051, 3054, 3, 814, 407, 0, 3052, 3054, 5, 99, 0, 0, 3053, 3051, 1, 0, 0, 0, 3053, 3052, 1, 0, 0, 0, 3054, 3055, 1, 0, 0, 0, 3055, 3056, 5, 331, 0, 0, 3056, 3058, 3, 818, 409, 0, 3057, 3059, 3, 220, 110, 0, 3058, 3057, 1, 0, 0, 0, 3058, 3059, 1, 0, 0, 0, 3059, 239, 1, 0, 0, 0, 3060, 3061, 5, 138, 0, 0, 3061, 3062, 5, 99, 0, 0, 3062, 3063, 5, 257, 0, 0, 3063, 3066, 5, 62, 0, 0, 3064, 3067, 3, 814, 407, 0, 3065, 3067, 5, 99, 0, 0, 3066, 3064, 1, 0, 0, 0, 3066, 3065, 1, 0, 0, 0, 3067, 3068, 1, 0, 0, 0, 3068, 3069, 5, 331, 0, 0, 3069, 3070, 3, 818, 409, 0, 3070, 3071, 3, 222, 111, 0, 3071, 241, 1, 0, 0, 0, 3072, 3073, 5, 46, 0, 0, 3073, 3074, 5, 445, 0, 0, 3074, 3075, 3, 818, 409, 0, 3075, 3076, 5, 80, 0, 0, 3076, 3083, 3, 780, 390, 0, 3077, 3081, 5, 36, 0, 0, 3078, 3082, 5, 541, 0, 0, 3079, 3082, 5, 542, 0, 0, 3080, 3082, 3, 826, 413, 0, 3081, 3078, 1, 0, 0, 0, 3081, 3079, 1, 0, 0, 0, 3081, 3080, 1, 0, 0, 0, 3082, 3084, 1, 0, 0, 0, 3083, 3077, 1, 0, 0, 0, 3083, 3084, 1, 0, 0, 0, 3084, 3087, 1, 0, 0, 0, 3085, 3086, 5, 62, 0, 0, 3086, 3088, 7, 35, 0, 0, 3087, 3085, 1, 0, 0, 0, 3087, 3088, 1, 0, 0, 0, 3088, 3091, 1, 0, 0, 0, 3089, 3090, 5, 94, 0, 0, 3090, 3092, 3, 816, 408, 0, 3091, 3089, 1, 0, 0, 0, 3091, 3092, 1, 0, 0, 0, 3092, 3094, 1, 0, 0, 0, 3093, 3095, 3, 250, 125, 0, 3094, 3093, 1, 0, 0, 0, 3094, 3095, 1, 0, 0, 0, 3095, 3097, 1, 0, 0, 0, 3096, 3098, 3, 252, 126, 0, 3097, 3096, 1, 0, 0, 0, 3097, 3098, 1, 0, 0, 0, 3098, 243, 1, 0, 0, 0, 3099, 3100, 5, 138, 0, 0, 3100, 3101, 5, 445, 0, 0, 3101, 3102, 3, 818, 409, 0, 3102, 3103, 5, 80, 0, 0, 3103, 3106, 3, 780, 390, 0, 3104, 3105, 5, 94, 0, 0, 3105, 3107, 3, 816, 408, 0, 3106, 3104, 1, 0, 0, 0, 3106, 3107, 1, 0, 0, 0, 3107, 3109, 1, 0, 0, 0, 3108, 3110, 3, 250, 125, 0, 3109, 3108, 1, 0, 0, 0, 3109, 3110, 1, 0, 0, 0, 3110, 3112, 1, 0, 0, 0, 3111, 3113, 3, 252, 126, 0, 3112, 3111, 1, 0, 0, 0, 3112, 3113, 1, 0, 0, 0, 3113, 245, 1, 0, 0, 0, 3114, 3115, 5, 138, 0, 0, 3115, 3116, 5, 296, 0, 0, 3116, 3118, 3, 796, 398, 0, 3117, 3119, 3, 368, 184, 0, 3118, 3117, 1, 0, 0, 0, 3118, 3119, 1, 0, 0, 0, 3119, 3146, 1, 0, 0, 0, 3120, 3124, 3, 248, 124, 0, 3121, 3123, 3, 248, 124, 0, 3122, 3121, 1, 0, 0, 0, 3123, 3126, 1, 0, 0, 0, 3124, 3122, 1, 0, 0, 0, 3124, 3125, 1, 0, 0, 0, 3125, 3128, 1, 0, 0, 0, 3126, 3124, 1, 0, 0, 0, 3127, 3129, 5, 315, 0, 0, 3128, 3127, 1, 0, 0, 0, 3128, 3129, 1, 0, 0, 0, 3129, 3147, 1, 0, 0, 0, 3130, 3131, 5, 309, 0, 0, 3131, 3132, 5, 94, 0, 0, 3132, 3147, 3, 798, 399, 0, 3133, 3134, 5, 282, 0, 0, 3134, 3135, 5, 94, 0, 0, 3135, 3147, 3, 814, 407, 0, 3136, 3137, 5, 333, 0, 0, 3137, 3138, 5, 323, 0, 0, 3138, 3147, 3, 32, 16, 0, 3139, 3141, 5, 269, 0, 0, 3140, 3139, 1, 0, 0, 0, 3140, 3141, 1, 0, 0, 0, 3141, 3142, 1, 0, 0, 0, 3142, 3143, 5, 462, 0, 0, 3143, 3144, 5, 80, 0, 0, 3144, 3145, 5, 204, 0, 0, 3145, 3147, 3, 818, 409, 0, 3146, 3120, 1, 0, 0, 0, 3146, 3130, 1, 0, 0, 0, 3146, 3133, 1, 0, 0, 0, 3146, 3136, 1, 0, 0, 0, 3146, 3140, 1, 0, 0, 0, 3147, 247, 1, 0, 0, 0, 3148, 3150, 5, 205, 0, 0, 3149, 3148, 1, 0, 0, 0, 3149, 3150, 1, 0, 0, 0, 3150, 3151, 1, 0, 0, 0, 3151, 3152, 5, 327, 0, 0, 3152, 3159, 5, 243, 0, 0, 3153, 3155, 5, 205, 0, 0, 3154, 3153, 1, 0, 0, 0, 3154, 3155, 1, 0, 0, 0, 3155, 3156, 1, 0, 0, 0, 3156, 3157, 5, 327, 0, 0, 3157, 3159, 5, 181, 0, 0, 3158, 3149, 1, 0, 0, 0, 3158, 3154, 1, 0, 0, 0, 3159, 3178, 1, 0, 0, 0, 3160, 3161, 5, 333, 0, 0, 3161, 3162, 3, 818, 409, 0, 3162, 3165, 7, 36, 0, 0, 3163, 3166, 3, 818, 409, 0, 3164, 3166, 5, 53, 0, 0, 3165, 3163, 1, 0, 0, 0, 3165, 3164, 1, 0, 0, 0, 3166, 3178, 1, 0, 0, 0, 3167, 3168, 5, 333, 0, 0, 3168, 3169, 3, 818, 409, 0, 3169, 3170, 5, 64, 0, 0, 3170, 3171, 5, 434, 0, 0, 3171, 3178, 1, 0, 0, 0, 3172, 3175, 5, 313, 0, 0, 3173, 3176, 3, 818, 409, 0, 3174, 3176, 5, 30, 0, 0, 3175, 3173, 1, 0, 0, 0, 3175, 3174, 1, 0, 0, 0, 3176, 3178, 1, 0, 0, 0, 3177, 3158, 1, 0, 0, 0, 3177, 3160, 1, 0, 0, 0, 3177, 3167, 1, 0, 0, 0, 3177, 3172, 1, 0, 0, 0, 3178, 249, 1, 0, 0, 0, 3179, 3180, 5, 100, 0, 0, 3180, 3181, 5, 2, 0, 0, 3181, 3182, 3, 674, 337, 0, 3182, 3183, 5, 3, 0, 0, 3183, 251, 1, 0, 0, 0, 3184, 3185, 5, 105, 0, 0, 3185, 3186, 5, 42, 0, 0, 3186, 3187, 5, 2, 0, 0, 3187, 3188, 3, 674, 337, 0, 3188, 3189, 5, 3, 0, 0, 3189, 253, 1, 0, 0, 0, 3190, 3191, 5, 46, 0, 0, 3191, 3192, 5, 131, 0, 0, 3192, 3193, 5, 446, 0, 0, 3193, 3194, 3, 818, 409, 0, 3194, 3195, 5, 360, 0, 0, 3195, 3196, 7, 37, 0, 0, 3196, 3197, 5, 215, 0, 0, 3197, 3198, 3, 316, 158, 0, 3198, 255, 1, 0, 0, 0, 3199, 3201, 5, 46, 0, 0, 3200, 3202, 3, 366, 183, 0, 3201, 3200, 1, 0, 0, 0, 3201, 3202, 1, 0, 0, 0, 3202, 3203, 1, 0, 0, 0, 3203, 3204, 5, 357, 0, 0, 3204, 3205, 3, 818, 409, 0, 3205, 3206, 3, 258, 129, 0, 3206, 3207, 3, 260, 130, 0, 3207, 3208, 5, 80, 0, 0, 3208, 3220, 3, 774, 387, 0, 3209, 3216, 5, 447, 0, 0, 3210, 3211, 7, 38, 0, 0, 3211, 3213, 7, 39, 0, 0, 3212, 3214, 5, 36, 0, 0, 3213, 3212, 1, 0, 0, 0, 3213, 3214, 1, 0, 0, 0, 3214, 3215, 1, 0, 0, 0, 3215, 3217, 3, 818, 409, 0, 3216, 3210, 1, 0, 0, 0, 3217, 3218, 1, 0, 0, 0, 3218, 3216, 1, 0, 0, 0, 3218, 3219, 1, 0, 0, 0, 3219, 3221, 1, 0, 0, 0, 3220, 3209, 1, 0, 0, 0, 3220, 3221, 1, 0, 0, 0, 3221, 3227, 1, 0, 0, 0, 3222, 3224, 5, 62, 0, 0, 3223, 3225, 5, 192, 0, 0, 3224, 3223, 1, 0, 0, 0, 3224, 3225, 1, 0, 0, 0, 3225, 3226, 1, 0, 0, 0, 3226, 3228, 7, 40, 0, 0, 3227, 3222, 1, 0, 0, 0, 3227, 3228, 1, 0, 0, 0, 3228, 3230, 1, 0, 0, 0, 3229, 3231, 3, 264, 132, 0, 3230, 3229, 1, 0, 0, 0, 3230, 3231, 1, 0, 0, 0, 3231, 3232, 1, 0, 0, 0, 3232, 3233, 5, 202, 0, 0, 3233, 3234, 3, 266, 133, 0, 3234, 3235, 5, 2, 0, 0, 3235, 3236, 3, 268, 134, 0, 3236, 3237, 5, 3, 0, 0, 3237, 3278, 1, 0, 0, 0, 3238, 3240, 5, 46, 0, 0, 3239, 3241, 3, 366, 183, 0, 3240, 3239, 1, 0, 0, 0, 3240, 3241, 1, 0, 0, 0, 3241, 3243, 1, 0, 0, 0, 3242, 3244, 5, 45, 0, 0, 3243, 3242, 1, 0, 0, 0, 3243, 3244, 1, 0, 0, 0, 3244, 3245, 1, 0, 0, 0, 3245, 3246, 5, 357, 0, 0, 3246, 3247, 3, 818, 409, 0, 3247, 3248, 3, 258, 129, 0, 3248, 3249, 3, 260, 130, 0, 3249, 3250, 5, 80, 0, 0, 3250, 3253, 3, 774, 387, 0, 3251, 3252, 5, 64, 0, 0, 3252, 3254, 3, 780, 390, 0, 3253, 3251, 1, 0, 0, 0, 3253, 3254, 1, 0, 0, 0, 3254, 3258, 1, 0, 0, 0, 3255, 3257, 3, 272, 136, 0, 3256, 3255, 1, 0, 0, 0, 3257, 3260, 1, 0, 0, 0, 3258, 3256, 1, 0, 0, 0, 3258, 3259, 1, 0, 0, 0, 3259, 3266, 1, 0, 0, 0, 3260, 3258, 1, 0, 0, 0, 3261, 3263, 5, 62, 0, 0, 3262, 3264, 5, 192, 0, 0, 3263, 3262, 1, 0, 0, 0, 3263, 3264, 1, 0, 0, 0, 3264, 3265, 1, 0, 0, 0, 3265, 3267, 7, 40, 0, 0, 3266, 3261, 1, 0, 0, 0, 3266, 3267, 1, 0, 0, 0, 3267, 3269, 1, 0, 0, 0, 3268, 3270, 3, 264, 132, 0, 3269, 3268, 1, 0, 0, 0, 3269, 3270, 1, 0, 0, 0, 3270, 3271, 1, 0, 0, 0, 3271, 3272, 5, 202, 0, 0, 3272, 3273, 3, 266, 133, 0, 3273, 3274, 5, 2, 0, 0, 3274, 3275, 3, 268, 134, 0, 3275, 3276, 5, 3, 0, 0, 3276, 3278, 1, 0, 0, 0, 3277, 3199, 1, 0, 0, 0, 3277, 3238, 1, 0, 0, 0, 3278, 257, 1, 0, 0, 0, 3279, 3284, 5, 145, 0, 0, 3280, 3284, 5, 135, 0, 0, 3281, 3282, 5, 242, 0, 0, 3282, 3284, 5, 275, 0, 0, 3283, 3279, 1, 0, 0, 0, 3283, 3280, 1, 0, 0, 0, 3283, 3281, 1, 0, 0, 0, 3284, 259, 1, 0, 0, 0, 3285, 3290, 3, 262, 131, 0, 3286, 3287, 5, 82, 0, 0, 3287, 3289, 3, 262, 131, 0, 3288, 3286, 1, 0, 0, 0, 3289, 3292, 1, 0, 0, 0, 3290, 3288, 1, 0, 0, 0, 3290, 3291, 1, 0, 0, 0, 3291, 261, 1, 0, 0, 0, 3292, 3290, 1, 0, 0, 0, 3293, 3302, 5, 241, 0, 0, 3294, 3302, 5, 182, 0, 0, 3295, 3298, 5, 369, 0, 0, 3296, 3297, 5, 275, 0, 0, 3297, 3299, 3, 148, 74, 0, 3298, 3296, 1, 0, 0, 0, 3298, 3299, 1, 0, 0, 0, 3299, 3302, 1, 0, 0, 0, 3300, 3302, 5, 358, 0, 0, 3301, 3293, 1, 0, 0, 0, 3301, 3294, 1, 0, 0, 0, 3301, 3295, 1, 0, 0, 0, 3301, 3300, 1, 0, 0, 0, 3302, 263, 1, 0, 0, 0, 3303, 3304, 5, 102, 0, 0, 3304, 3305, 5, 2, 0, 0, 3305, 3306, 3, 674, 337, 0, 3306, 3307, 5, 3, 0, 0, 3307, 265, 1, 0, 0, 0, 3308, 3309, 5, 211, 0, 0, 3309, 3313, 3, 806, 403, 0, 3310, 3311, 5, 296, 0, 0, 3311, 3313, 3, 796, 398, 0, 3312, 3308, 1, 0, 0, 0, 3312, 3310, 1, 0, 0, 0, 3313, 267, 1, 0, 0, 0, 3314, 3317, 3, 270, 135, 0, 3315, 3317, 1, 0, 0, 0, 3316, 3314, 1, 0, 0, 0, 3316, 3315, 1, 0, 0, 0, 3317, 3322, 1, 0, 0, 0, 3318, 3319, 5, 6, 0, 0, 3319, 3321, 3, 270, 135, 0, 3320, 3318, 1, 0, 0, 0, 3321, 3324, 1, 0, 0, 0, 3322, 3320, 1, 0, 0, 0, 3322, 3323, 1, 0, 0, 0, 3323, 269, 1, 0, 0, 0, 3324, 3322, 1, 0, 0, 0, 3325, 3330, 5, 571, 0, 0, 3326, 3330, 5, 573, 0, 0, 3327, 3330, 3, 808, 404, 0, 3328, 3330, 3, 824, 412, 0, 3329, 3325, 1, 0, 0, 0, 3329, 3326, 1, 0, 0, 0, 3329, 3327, 1, 0, 0, 0, 3329, 3328, 1, 0, 0, 0, 3330, 271, 1, 0, 0, 0, 3331, 3333, 5, 77, 0, 0, 3332, 3331, 1, 0, 0, 0, 3332, 3333, 1, 0, 0, 0, 3333, 3334, 1, 0, 0, 0, 3334, 3342, 5, 54, 0, 0, 3335, 3336, 5, 69, 0, 0, 3336, 3342, 7, 9, 0, 0, 3337, 3338, 5, 77, 0, 0, 3338, 3342, 5, 371, 0, 0, 3339, 3340, 5, 269, 0, 0, 3340, 3342, 5, 228, 0, 0, 3341, 3332, 1, 0, 0, 0, 3341, 3335, 1, 0, 0, 0, 3341, 3337, 1, 0, 0, 0, 3341, 3339, 1, 0, 0, 0, 3342, 273, 1, 0, 0, 0, 3343, 3344, 5, 46, 0, 0, 3344, 3345, 5, 198, 0, 0, 3345, 3346, 5, 357, 0, 0, 3346, 3347, 3, 818, 409, 0, 3347, 3348, 5, 80, 0, 0, 3348, 3358, 3, 824, 412, 0, 3349, 3350, 5, 102, 0, 0, 3350, 3355, 3, 276, 138, 0, 3351, 3352, 5, 33, 0, 0, 3352, 3354, 3, 276, 138, 0, 3353, 3351, 1, 0, 0, 0, 3354, 3357, 1, 0, 0, 0, 3355, 3353, 1, 0, 0, 0, 3355, 3356, 1, 0, 0, 0, 3356, 3359, 1, 0, 0, 0, 3357, 3355, 1, 0, 0, 0, 3358, 3349, 1, 0, 0, 0, 3358, 3359, 1, 0, 0, 0, 3359, 3360, 1, 0, 0, 0, 3360, 3361, 5, 202, 0, 0, 3361, 3362, 3, 266, 133, 0, 3362, 3363, 5, 2, 0, 0, 3363, 3364, 5, 3, 0, 0, 3364, 275, 1, 0, 0, 0, 3365, 3366, 3, 818, 409, 0, 3366, 3367, 5, 68, 0, 0, 3367, 3368, 5, 2, 0, 0, 3368, 3372, 3, 808, 404, 0, 3369, 3371, 3, 462, 231, 0, 3370, 3369, 1, 0, 0, 0, 3371, 3374, 1, 0, 0, 0, 3372, 3370, 1, 0, 0, 0, 3372, 3373, 1, 0, 0, 0, 3373, 3375, 1, 0, 0, 0, 3374, 3372, 1, 0, 0, 0, 3375, 3376, 5, 3, 0, 0, 3376, 277, 1, 0, 0, 0, 3377, 3378, 5, 138, 0, 0, 3378, 3379, 5, 198, 0, 0, 3379, 3380, 5, 357, 0, 0, 3380, 3386, 3, 818, 409, 0, 3381, 3383, 5, 193, 0, 0, 3382, 3384, 7, 14, 0, 0, 3383, 3382, 1, 0, 0, 0, 3383, 3384, 1, 0, 0, 0, 3384, 3387, 1, 0, 0, 0, 3385, 3387, 5, 186, 0, 0, 3386, 3381, 1, 0, 0, 0, 3386, 3385, 1, 0, 0, 0, 3387, 279, 1, 0, 0, 0, 3388, 3389, 5, 46, 0, 0, 3389, 3390, 5, 140, 0, 0, 3390, 3391, 3, 316, 158, 0, 3391, 3392, 5, 42, 0, 0, 3392, 3393, 5, 2, 0, 0, 3393, 3394, 3, 674, 337, 0, 3394, 3398, 5, 3, 0, 0, 3395, 3397, 3, 272, 136, 0, 3396, 3395, 1, 0, 0, 0, 3397, 3400, 1, 0, 0, 0, 3398, 3396, 1, 0, 0, 0, 3398, 3399, 1, 0, 0, 0, 3399, 281, 1, 0, 0, 0, 3400, 3398, 1, 0, 0, 0, 3401, 3403, 5, 46, 0, 0, 3402, 3404, 3, 366, 183, 0, 3403, 3402, 1, 0, 0, 0, 3403, 3404, 1, 0, 0, 0, 3404, 3405, 1, 0, 0, 0, 3405, 3406, 5, 136, 0, 0, 3406, 3421, 3, 806, 403, 0, 3407, 3408, 3, 392, 196, 0, 3408, 3409, 3, 284, 142, 0, 3409, 3422, 1, 0, 0, 0, 3410, 3411, 5, 2, 0, 0, 3411, 3416, 3, 290, 145, 0, 3412, 3413, 5, 6, 0, 0, 3413, 3415, 3, 290, 145, 0, 3414, 3412, 1, 0, 0, 0, 3415, 3418, 1, 0, 0, 0, 3416, 3414, 1, 0, 0, 0, 3416, 3417, 1, 0, 0, 0, 3417, 3419, 1, 0, 0, 0, 3418, 3416, 1, 0, 0, 0, 3419, 3420, 5, 3, 0, 0, 3420, 3422, 1, 0, 0, 0, 3421, 3407, 1, 0, 0, 0, 3421, 3410, 1, 0, 0, 0, 3422, 3480, 1, 0, 0, 0, 3423, 3424, 5, 46, 0, 0, 3424, 3425, 5, 278, 0, 0, 3425, 3426, 3, 414, 207, 0, 3426, 3427, 3, 284, 142, 0, 3427, 3480, 1, 0, 0, 0, 3428, 3429, 5, 46, 0, 0, 3429, 3430, 5, 360, 0, 0, 3430, 3431, 3, 316, 158, 0, 3431, 3449, 5, 36, 0, 0, 3432, 3434, 5, 2, 0, 0, 3433, 3435, 3, 642, 321, 0, 3434, 3433, 1, 0, 0, 0, 3434, 3435, 1, 0, 0, 0, 3435, 3436, 1, 0, 0, 0, 3436, 3450, 5, 3, 0, 0, 3437, 3438, 5, 196, 0, 0, 3438, 3446, 5, 2, 0, 0, 3439, 3443, 3, 808, 404, 0, 3440, 3442, 3, 462, 231, 0, 3441, 3440, 1, 0, 0, 0, 3442, 3445, 1, 0, 0, 0, 3443, 3441, 1, 0, 0, 0, 3443, 3444, 1, 0, 0, 0, 3444, 3447, 1, 0, 0, 0, 3445, 3443, 1, 0, 0, 0, 3446, 3439, 1, 0, 0, 0, 3446, 3447, 1, 0, 0, 0, 3447, 3448, 1, 0, 0, 0, 3448, 3450, 5, 3, 0, 0, 3449, 3432, 1, 0, 0, 0, 3449, 3437, 1, 0, 0, 0, 3450, 3480, 1, 0, 0, 0, 3451, 3452, 5, 46, 0, 0, 3452, 3453, 5, 360, 0, 0, 3453, 3459, 3, 316, 158, 0, 3454, 3455, 5, 36, 0, 0, 3455, 3457, 5, 299, 0, 0, 3456, 3454, 1, 0, 0, 0, 3456, 3457, 1, 0, 0, 0, 3457, 3458, 1, 0, 0, 0, 3458, 3460, 3, 284, 142, 0, 3459, 3456, 1, 0, 0, 0, 3459, 3460, 1, 0, 0, 0, 3460, 3480, 1, 0, 0, 0, 3461, 3462, 5, 46, 0, 0, 3462, 3463, 5, 355, 0, 0, 3463, 3464, 5, 325, 0, 0, 3464, 3465, 7, 41, 0, 0, 3465, 3466, 3, 316, 158, 0, 3466, 3467, 3, 284, 142, 0, 3467, 3480, 1, 0, 0, 0, 3468, 3469, 5, 46, 0, 0, 3469, 3471, 5, 108, 0, 0, 3470, 3472, 3, 294, 147, 0, 3471, 3470, 1, 0, 0, 0, 3471, 3472, 1, 0, 0, 0, 3472, 3473, 1, 0, 0, 0, 3473, 3477, 3, 316, 158, 0, 3474, 3478, 3, 284, 142, 0, 3475, 3476, 5, 64, 0, 0, 3476, 3478, 3, 316, 158, 0, 3477, 3474, 1, 0, 0, 0, 3477, 3475, 1, 0, 0, 0, 3478, 3480, 1, 0, 0, 0, 3479, 3401, 1, 0, 0, 0, 3479, 3423, 1, 0, 0, 0, 3479, 3428, 1, 0, 0, 0, 3479, 3451, 1, 0, 0, 0, 3479, 3461, 1, 0, 0, 0, 3479, 3468, 1, 0, 0, 0, 3480, 283, 1, 0, 0, 0, 3481, 3482, 5, 2, 0, 0, 3482, 3487, 3, 286, 143, 0, 3483, 3484, 5, 6, 0, 0, 3484, 3486, 3, 286, 143, 0, 3485, 3483, 1, 0, 0, 0, 3486, 3489, 1, 0, 0, 0, 3487, 3485, 1, 0, 0, 0, 3487, 3488, 1, 0, 0, 0, 3488, 3490, 1, 0, 0, 0, 3489, 3487, 1, 0, 0, 0, 3490, 3491, 5, 3, 0, 0, 3491, 285, 1, 0, 0, 0, 3492, 3495, 3, 824, 412, 0, 3493, 3494, 5, 10, 0, 0, 3494, 3496, 3, 288, 144, 0, 3495, 3493, 1, 0, 0, 0, 3495, 3496, 1, 0, 0, 0, 3496, 287, 1, 0, 0, 0, 3497, 3504, 3, 388, 194, 0, 3498, 3504, 3, 834, 417, 0, 3499, 3504, 3, 726, 363, 0, 3500, 3504, 3, 202, 101, 0, 3501, 3504, 3, 808, 404, 0, 3502, 3504, 5, 407, 0, 0, 3503, 3497, 1, 0, 0, 0, 3503, 3498, 1, 0, 0, 0, 3503, 3499, 1, 0, 0, 0, 3503, 3500, 1, 0, 0, 0, 3503, 3501, 1, 0, 0, 0, 3503, 3502, 1, 0, 0, 0, 3504, 289, 1, 0, 0, 0, 3505, 3506, 3, 826, 413, 0, 3506, 3507, 5, 10, 0, 0, 3507, 3508, 3, 288, 144, 0, 3508, 291, 1, 0, 0, 0, 3509, 3510, 5, 138, 0, 0, 3510, 3511, 5, 360, 0, 0, 3511, 3512, 3, 316, 158, 0, 3512, 3513, 5, 133, 0, 0, 3513, 3515, 5, 450, 0, 0, 3514, 3516, 3, 294, 147, 0, 3515, 3514, 1, 0, 0, 0, 3515, 3516, 1, 0, 0, 0, 3516, 3517, 1, 0, 0, 0, 3517, 3520, 3, 808, 404, 0, 3518, 3519, 7, 42, 0, 0, 3519, 3521, 3, 808, 404, 0, 3520, 3518, 1, 0, 0, 0, 3520, 3521, 1, 0, 0, 0, 3521, 3532, 1, 0, 0, 0, 3522, 3523, 5, 138, 0, 0, 3523, 3524, 5, 360, 0, 0, 3524, 3525, 3, 316, 158, 0, 3525, 3526, 5, 309, 0, 0, 3526, 3527, 5, 450, 0, 0, 3527, 3528, 3, 808, 404, 0, 3528, 3529, 5, 94, 0, 0, 3529, 3530, 3, 808, 404, 0, 3530, 3532, 1, 0, 0, 0, 3531, 3509, 1, 0, 0, 0, 3531, 3522, 1, 0, 0, 0, 3532, 293, 1, 0, 0, 0, 3533, 3534, 5, 220, 0, 0, 3534, 3535, 5, 77, 0, 0, 3535, 3536, 5, 396, 0, 0, 3536, 295, 1, 0, 0, 0, 3537, 3538, 5, 46, 0, 0, 3538, 3539, 5, 278, 0, 0, 3539, 3540, 5, 156, 0, 0, 3540, 3542, 3, 316, 158, 0, 3541, 3543, 5, 53, 0, 0, 3542, 3541, 1, 0, 0, 0, 3542, 3543, 1, 0, 0, 0, 3543, 3544, 1, 0, 0, 0, 3544, 3545, 5, 62, 0, 0, 3545, 3546, 5, 360, 0, 0, 3546, 3547, 3, 652, 326, 0, 3547, 3550, 3, 170, 85, 0, 3548, 3549, 5, 206, 0, 0, 3549, 3551, 3, 316, 158, 0, 3550, 3548, 1, 0, 0, 0, 3550, 3551, 1, 0, 0, 0, 3551, 3552, 1, 0, 0, 0, 3552, 3553, 5, 36, 0, 0, 3553, 3558, 3, 298, 149, 0, 3554, 3555, 5, 6, 0, 0, 3555, 3557, 3, 298, 149, 0, 3556, 3554, 1, 0, 0, 0, 3557, 3560, 1, 0, 0, 0, 3558, 3556, 1, 0, 0, 0, 3558, 3559, 1, 0, 0, 0, 3559, 297, 1, 0, 0, 0, 3560, 3558, 1, 0, 0, 0, 3561, 3562, 5, 278, 0, 0, 3562, 3563, 5, 571, 0, 0, 3563, 3565, 3, 414, 207, 0, 3564, 3566, 3, 412, 206, 0, 3565, 3564, 1, 0, 0, 0, 3565, 3566, 1, 0, 0, 0, 3566, 3574, 1, 0, 0, 0, 3567, 3572, 5, 62, 0, 0, 3568, 3573, 5, 325, 0, 0, 3569, 3570, 5, 83, 0, 0, 3570, 3571, 5, 147, 0, 0, 3571, 3573, 3, 316, 158, 0, 3572, 3568, 1, 0, 0, 0, 3572, 3569, 1, 0, 0, 0, 3573, 3575, 1, 0, 0, 0, 3574, 3567, 1, 0, 0, 0, 3574, 3575, 1, 0, 0, 0, 3575, 3577, 1, 0, 0, 0, 3576, 3578, 5, 302, 0, 0, 3577, 3576, 1, 0, 0, 0, 3577, 3578, 1, 0, 0, 0, 3578, 3588, 1, 0, 0, 0, 3579, 3580, 5, 211, 0, 0, 3580, 3582, 5, 571, 0, 0, 3581, 3583, 3, 528, 264, 0, 3582, 3581, 1, 0, 0, 0, 3582, 3583, 1, 0, 0, 0, 3583, 3584, 1, 0, 0, 0, 3584, 3588, 3, 382, 191, 0, 3585, 3586, 5, 345, 0, 0, 3586, 3588, 3, 652, 326, 0, 3587, 3561, 1, 0, 0, 0, 3587, 3579, 1, 0, 0, 0, 3587, 3585, 1, 0, 0, 0, 3588, 299, 1, 0, 0, 0, 3589, 3590, 5, 46, 0, 0, 3590, 3591, 5, 278, 0, 0, 3591, 3592, 5, 206, 0, 0, 3592, 3593, 3, 316, 158, 0, 3593, 3594, 3, 170, 85, 0, 3594, 301, 1, 0, 0, 0, 3595, 3596, 5, 138, 0, 0, 3596, 3597, 5, 278, 0, 0, 3597, 3598, 5, 206, 0, 0, 3598, 3599, 3, 316, 158, 0, 3599, 3618, 3, 170, 85, 0, 3600, 3601, 5, 133, 0, 0, 3601, 3606, 3, 298, 149, 0, 3602, 3603, 5, 6, 0, 0, 3603, 3605, 3, 298, 149, 0, 3604, 3602, 1, 0, 0, 0, 3605, 3608, 1, 0, 0, 0, 3606, 3604, 1, 0, 0, 0, 3606, 3607, 1, 0, 0, 0, 3607, 3619, 1, 0, 0, 0, 3608, 3606, 1, 0, 0, 0, 3609, 3610, 5, 191, 0, 0, 3610, 3615, 3, 304, 152, 0, 3611, 3612, 5, 6, 0, 0, 3612, 3614, 3, 304, 152, 0, 3613, 3611, 1, 0, 0, 0, 3614, 3617, 1, 0, 0, 0, 3615, 3613, 1, 0, 0, 0, 3615, 3616, 1, 0, 0, 0, 3616, 3619, 1, 0, 0, 0, 3617, 3615, 1, 0, 0, 0, 3618, 3600, 1, 0, 0, 0, 3618, 3609, 1, 0, 0, 0, 3619, 303, 1, 0, 0, 0, 3620, 3621, 7, 43, 0, 0, 3621, 3622, 5, 571, 0, 0, 3622, 3623, 3, 528, 264, 0, 3623, 305, 1, 0, 0, 0, 3624, 3625, 5, 301, 0, 0, 3625, 3626, 5, 281, 0, 0, 3626, 3627, 5, 147, 0, 0, 3627, 3628, 3, 816, 408, 0, 3628, 3629, 5, 94, 0, 0, 3629, 3630, 3, 814, 407, 0, 3630, 307, 1, 0, 0, 0, 3631, 3654, 5, 191, 0, 0, 3632, 3655, 5, 328, 0, 0, 3633, 3655, 5, 226, 0, 0, 3634, 3655, 5, 108, 0, 0, 3635, 3655, 5, 168, 0, 0, 3636, 3655, 5, 342, 0, 0, 3637, 3655, 5, 452, 0, 0, 3638, 3655, 5, 331, 0, 0, 3639, 3640, 5, 131, 0, 0, 3640, 3655, 5, 446, 0, 0, 3641, 3642, 5, 198, 0, 0, 3642, 3655, 5, 357, 0, 0, 3643, 3655, 5, 204, 0, 0, 3644, 3646, 5, 295, 0, 0, 3645, 3644, 1, 0, 0, 0, 3645, 3646, 1, 0, 0, 0, 3646, 3647, 1, 0, 0, 0, 3647, 3655, 5, 247, 0, 0, 3648, 3649, 5, 63, 0, 0, 3649, 3650, 5, 174, 0, 0, 3650, 3655, 5, 381, 0, 0, 3651, 3652, 5, 355, 0, 0, 3652, 3653, 5, 325, 0, 0, 3653, 3655, 7, 41, 0, 0, 3654, 3632, 1, 0, 0, 0, 3654, 3633, 1, 0, 0, 0, 3654, 3634, 1, 0, 0, 0, 3654, 3635, 1, 0, 0, 0, 3654, 3636, 1, 0, 0, 0, 3654, 3637, 1, 0, 0, 0, 3654, 3638, 1, 0, 0, 0, 3654, 3639, 1, 0, 0, 0, 3654, 3641, 1, 0, 0, 0, 3654, 3643, 1, 0, 0, 0, 3654, 3645, 1, 0, 0, 0, 3654, 3648, 1, 0, 0, 0, 3654, 3651, 1, 0, 0, 0, 3655, 3657, 1, 0, 0, 0, 3656, 3658, 3, 422, 211, 0, 3657, 3656, 1, 0, 0, 0, 3657, 3658, 1, 0, 0, 0, 3658, 3659, 1, 0, 0, 0, 3659, 3661, 3, 784, 392, 0, 3660, 3662, 3, 96, 48, 0, 3661, 3660, 1, 0, 0, 0, 3661, 3662, 1, 0, 0, 0, 3662, 3839, 1, 0, 0, 0, 3663, 3665, 5, 191, 0, 0, 3664, 3666, 5, 259, 0, 0, 3665, 3664, 1, 0, 0, 0, 3665, 3666, 1, 0, 0, 0, 3666, 3667, 1, 0, 0, 0, 3667, 3669, 5, 376, 0, 0, 3668, 3670, 3, 422, 211, 0, 3669, 3668, 1, 0, 0, 0, 3669, 3670, 1, 0, 0, 0, 3670, 3671, 1, 0, 0, 0, 3671, 3676, 3, 778, 389, 0, 3672, 3673, 5, 6, 0, 0, 3673, 3675, 3, 778, 389, 0, 3674, 3672, 1, 0, 0, 0, 3675, 3678, 1, 0, 0, 0, 3676, 3674, 1, 0, 0, 0, 3676, 3677, 1, 0, 0, 0, 3677, 3680, 1, 0, 0, 0, 3678, 3676, 1, 0, 0, 0, 3679, 3681, 3, 96, 48, 0, 3680, 3679, 1, 0, 0, 0, 3680, 3681, 1, 0, 0, 0, 3681, 3839, 1, 0, 0, 0, 3682, 3684, 5, 191, 0, 0, 3683, 3685, 5, 63, 0, 0, 3684, 3683, 1, 0, 0, 0, 3684, 3685, 1, 0, 0, 0, 3685, 3686, 1, 0, 0, 0, 3686, 3688, 5, 92, 0, 0, 3687, 3689, 3, 422, 211, 0, 3688, 3687, 1, 0, 0, 0, 3688, 3689, 1, 0, 0, 0, 3689, 3690, 1, 0, 0, 0, 3690, 3692, 3, 762, 381, 0, 3691, 3693, 3, 96, 48, 0, 3692, 3691, 1, 0, 0, 0, 3692, 3693, 1, 0, 0, 0, 3693, 3839, 1, 0, 0, 0, 3694, 3695, 5, 191, 0, 0, 3695, 3697, 5, 323, 0, 0, 3696, 3698, 3, 422, 211, 0, 3697, 3696, 1, 0, 0, 0, 3697, 3698, 1, 0, 0, 0, 3698, 3699, 1, 0, 0, 0, 3699, 3701, 3, 764, 382, 0, 3700, 3702, 3, 96, 48, 0, 3701, 3700, 1, 0, 0, 0, 3701, 3702, 1, 0, 0, 0, 3702, 3839, 1, 0, 0, 0, 3703, 3704, 5, 191, 0, 0, 3704, 3706, 7, 44, 0, 0, 3705, 3707, 3, 422, 211, 0, 3706, 3705, 1, 0, 0, 0, 3706, 3707, 1, 0, 0, 0, 3707, 3708, 1, 0, 0, 0, 3708, 3709, 3, 818, 409, 0, 3709, 3710, 5, 80, 0, 0, 3710, 3712, 3, 316, 158, 0, 3711, 3713, 3, 96, 48, 0, 3712, 3711, 1, 0, 0, 0, 3712, 3713, 1, 0, 0, 0, 3713, 3839, 1, 0, 0, 0, 3714, 3715, 5, 191, 0, 0, 3715, 3717, 7, 32, 0, 0, 3716, 3718, 3, 422, 211, 0, 3717, 3716, 1, 0, 0, 0, 3717, 3718, 1, 0, 0, 0, 3718, 3719, 1, 0, 0, 0, 3719, 3724, 3, 652, 326, 0, 3720, 3721, 5, 6, 0, 0, 3721, 3723, 3, 652, 326, 0, 3722, 3720, 1, 0, 0, 0, 3723, 3726, 1, 0, 0, 0, 3724, 3722, 1, 0, 0, 0, 3724, 3725, 1, 0, 0, 0, 3725, 3728, 1, 0, 0, 0, 3726, 3724, 1, 0, 0, 0, 3727, 3729, 3, 96, 48, 0, 3728, 3727, 1, 0, 0, 0, 3728, 3729, 1, 0, 0, 0, 3729, 3839, 1, 0, 0, 0, 3730, 3731, 5, 191, 0, 0, 3731, 3732, 5, 226, 0, 0, 3732, 3734, 5, 109, 0, 0, 3733, 3735, 3, 422, 211, 0, 3734, 3733, 1, 0, 0, 0, 3734, 3735, 1, 0, 0, 0, 3735, 3736, 1, 0, 0, 0, 3736, 3738, 3, 314, 157, 0, 3737, 3739, 3, 96, 48, 0, 3738, 3737, 1, 0, 0, 0, 3738, 3739, 1, 0, 0, 0, 3739, 3839, 1, 0, 0, 0, 3740, 3741, 5, 191, 0, 0, 3741, 3743, 5, 41, 0, 0, 3742, 3744, 3, 422, 211, 0, 3743, 3742, 1, 0, 0, 0, 3743, 3744, 1, 0, 0, 0, 3744, 3745, 1, 0, 0, 0, 3745, 3746, 5, 2, 0, 0, 3746, 3747, 3, 652, 326, 0, 3747, 3748, 5, 36, 0, 0, 3748, 3749, 3, 652, 326, 0, 3749, 3751, 5, 3, 0, 0, 3750, 3752, 3, 96, 48, 0, 3751, 3750, 1, 0, 0, 0, 3751, 3752, 1, 0, 0, 0, 3752, 3839, 1, 0, 0, 0, 3753, 3754, 5, 191, 0, 0, 3754, 3755, 5, 278, 0, 0, 3755, 3757, 7, 31, 0, 0, 3756, 3758, 3, 422, 211, 0, 3757, 3756, 1, 0, 0, 0, 3757, 3758, 1, 0, 0, 0, 3758, 3759, 1, 0, 0, 0, 3759, 3760, 3, 316, 158, 0, 3760, 3762, 3, 170, 85, 0, 3761, 3763, 3, 96, 48, 0, 3762, 3761, 1, 0, 0, 0, 3762, 3763, 1, 0, 0, 0, 3763, 3839, 1, 0, 0, 0, 3764, 3765, 5, 191, 0, 0, 3765, 3766, 5, 281, 0, 0, 3766, 3767, 5, 147, 0, 0, 3767, 3769, 3, 816, 408, 0, 3768, 3770, 3, 96, 48, 0, 3769, 3768, 1, 0, 0, 0, 3769, 3770, 1, 0, 0, 0, 3770, 3839, 1, 0, 0, 0, 3771, 3772, 5, 191, 0, 0, 3772, 3774, 5, 451, 0, 0, 3773, 3775, 3, 422, 211, 0, 3774, 3773, 1, 0, 0, 0, 3774, 3775, 1, 0, 0, 0, 3775, 3776, 1, 0, 0, 0, 3776, 3778, 3, 818, 409, 0, 3777, 3779, 3, 96, 48, 0, 3778, 3777, 1, 0, 0, 0, 3778, 3779, 1, 0, 0, 0, 3779, 3839, 1, 0, 0, 0, 3780, 3781, 5, 191, 0, 0, 3781, 3783, 5, 351, 0, 0, 3782, 3784, 3, 422, 211, 0, 3783, 3782, 1, 0, 0, 0, 3783, 3784, 1, 0, 0, 0, 3784, 3785, 1, 0, 0, 0, 3785, 3839, 3, 770, 385, 0, 3786, 3787, 5, 191, 0, 0, 3787, 3789, 5, 443, 0, 0, 3788, 3790, 3, 422, 211, 0, 3789, 3788, 1, 0, 0, 0, 3789, 3790, 1, 0, 0, 0, 3790, 3791, 1, 0, 0, 0, 3791, 3792, 5, 62, 0, 0, 3792, 3793, 3, 652, 326, 0, 3793, 3794, 5, 247, 0, 0, 3794, 3796, 3, 818, 409, 0, 3795, 3797, 3, 96, 48, 0, 3796, 3795, 1, 0, 0, 0, 3796, 3797, 1, 0, 0, 0, 3797, 3839, 1, 0, 0, 0, 3798, 3799, 5, 191, 0, 0, 3799, 3801, 7, 45, 0, 0, 3800, 3802, 3, 422, 211, 0, 3801, 3800, 1, 0, 0, 0, 3801, 3802, 1, 0, 0, 0, 3802, 3803, 1, 0, 0, 0, 3803, 3839, 3, 816, 408, 0, 3804, 3805, 5, 191, 0, 0, 3805, 3806, 5, 99, 0, 0, 3806, 3808, 5, 257, 0, 0, 3807, 3809, 3, 422, 211, 0, 3808, 3807, 1, 0, 0, 0, 3808, 3809, 1, 0, 0, 0, 3809, 3810, 1, 0, 0, 0, 3810, 3813, 5, 62, 0, 0, 3811, 3814, 3, 814, 407, 0, 3812, 3814, 5, 99, 0, 0, 3813, 3811, 1, 0, 0, 0, 3813, 3812, 1, 0, 0, 0, 3814, 3815, 1, 0, 0, 0, 3815, 3816, 5, 331, 0, 0, 3816, 3839, 3, 818, 409, 0, 3817, 3818, 5, 191, 0, 0, 3818, 3820, 5, 175, 0, 0, 3819, 3821, 3, 422, 211, 0, 3820, 3819, 1, 0, 0, 0, 3820, 3821, 1, 0, 0, 0, 3821, 3822, 1, 0, 0, 0, 3822, 3836, 3, 788, 394, 0, 3823, 3825, 5, 105, 0, 0, 3824, 3823, 1, 0, 0, 0, 3824, 3825, 1, 0, 0, 0, 3825, 3826, 1, 0, 0, 0, 3826, 3827, 5, 2, 0, 0, 3827, 3832, 5, 209, 0, 0, 3828, 3829, 5, 6, 0, 0, 3829, 3831, 5, 209, 0, 0, 3830, 3828, 1, 0, 0, 0, 3831, 3834, 1, 0, 0, 0, 3832, 3830, 1, 0, 0, 0, 3832, 3833, 1, 0, 0, 0, 3833, 3835, 1, 0, 0, 0, 3834, 3832, 1, 0, 0, 0, 3835, 3837, 5, 3, 0, 0, 3836, 3824, 1, 0, 0, 0, 3836, 3837, 1, 0, 0, 0, 3837, 3839, 1, 0, 0, 0, 3838, 3631, 1, 0, 0, 0, 3838, 3663, 1, 0, 0, 0, 3838, 3682, 1, 0, 0, 0, 3838, 3694, 1, 0, 0, 0, 3838, 3703, 1, 0, 0, 0, 3838, 3714, 1, 0, 0, 0, 3838, 3730, 1, 0, 0, 0, 3838, 3740, 1, 0, 0, 0, 3838, 3753, 1, 0, 0, 0, 3838, 3764, 1, 0, 0, 0, 3838, 3771, 1, 0, 0, 0, 3838, 3780, 1, 0, 0, 0, 3838, 3786, 1, 0, 0, 0, 3838, 3798, 1, 0, 0, 0, 3838, 3804, 1, 0, 0, 0, 3838, 3817, 1, 0, 0, 0, 3839, 309, 1, 0, 0, 0, 3840, 3842, 5, 63, 0, 0, 3841, 3840, 1, 0, 0, 0, 3841, 3842, 1, 0, 0, 0, 3842, 3843, 1, 0, 0, 0, 3843, 3844, 5, 92, 0, 0, 3844, 3857, 3, 774, 387, 0, 3845, 3847, 5, 259, 0, 0, 3846, 3845, 1, 0, 0, 0, 3846, 3847, 1, 0, 0, 0, 3847, 3848, 1, 0, 0, 0, 3848, 3849, 5, 376, 0, 0, 3849, 3857, 3, 778, 389, 0, 3850, 3851, 7, 46, 0, 0, 3851, 3857, 3, 316, 158, 0, 3852, 3853, 5, 355, 0, 0, 3853, 3854, 5, 325, 0, 0, 3854, 3855, 7, 41, 0, 0, 3855, 3857, 3, 316, 158, 0, 3856, 3841, 1, 0, 0, 0, 3856, 3846, 1, 0, 0, 0, 3856, 3850, 1, 0, 0, 0, 3856, 3852, 1, 0, 0, 0, 3857, 311, 1, 0, 0, 0, 3858, 3859, 5, 198, 0, 0, 3859, 3875, 5, 357, 0, 0, 3860, 3861, 5, 131, 0, 0, 3861, 3875, 5, 446, 0, 0, 3862, 3875, 5, 204, 0, 0, 3863, 3875, 5, 452, 0, 0, 3864, 3875, 5, 331, 0, 0, 3865, 3875, 5, 318, 0, 0, 3866, 3875, 5, 451, 0, 0, 3867, 3868, 5, 63, 0, 0, 3868, 3869, 5, 174, 0, 0, 3869, 3875, 5, 381, 0, 0, 3870, 3872, 5, 295, 0, 0, 3871, 3870, 1, 0, 0, 0, 3871, 3872, 1, 0, 0, 0, 3872, 3873, 1, 0, 0, 0, 3873, 3875, 5, 247, 0, 0, 3874, 3858, 1, 0, 0, 0, 3874, 3860, 1, 0, 0, 0, 3874, 3862, 1, 0, 0, 0, 3874, 3863, 1, 0, 0, 0, 3874, 3864, 1, 0, 0, 0, 3874, 3865, 1, 0, 0, 0, 3874, 3866, 1, 0, 0, 0, 3874, 3867, 1, 0, 0, 0, 3874, 3871, 1, 0, 0, 0, 3875, 3876, 1, 0, 0, 0, 3876, 3883, 3, 818, 409, 0, 3877, 3878, 5, 323, 0, 0, 3878, 3883, 3, 790, 395, 0, 3879, 3880, 5, 175, 0, 0, 3880, 3883, 3, 788, 394, 0, 3881, 3883, 3, 176, 88, 0, 3882, 3874, 1, 0, 0, 0, 3882, 3877, 1, 0, 0, 0, 3882, 3879, 1, 0, 0, 0, 3882, 3881, 1, 0, 0, 0, 3883, 313, 1, 0, 0, 0, 3884, 3889, 3, 316, 158, 0, 3885, 3886, 5, 6, 0, 0, 3886, 3888, 3, 316, 158, 0, 3887, 3885, 1, 0, 0, 0, 3888, 3891, 1, 0, 0, 0, 3889, 3887, 1, 0, 0, 0, 3889, 3890, 1, 0, 0, 0, 3890, 315, 1, 0, 0, 0, 3891, 3889, 1, 0, 0, 0, 3892, 3894, 3, 818, 409, 0, 3893, 3895, 3, 318, 159, 0, 3894, 3893, 1, 0, 0, 0, 3894, 3895, 1, 0, 0, 0, 3895, 317, 1, 0, 0, 0, 3896, 3897, 5, 11, 0, 0, 3897, 3899, 3, 824, 412, 0, 3898, 3896, 1, 0, 0, 0, 3899, 3900, 1, 0, 0, 0, 3900, 3898, 1, 0, 0, 0, 3900, 3901, 1, 0, 0, 0, 3901, 319, 1, 0, 0, 0, 3902, 3904, 5, 358, 0, 0, 3903, 3905, 5, 92, 0, 0, 3904, 3903, 1, 0, 0, 0, 3904, 3905, 1, 0, 0, 0, 3905, 3906, 1, 0, 0, 0, 3906, 3911, 3, 322, 161, 0, 3907, 3908, 5, 6, 0, 0, 3908, 3910, 3, 322, 161, 0, 3909, 3907, 1, 0, 0, 0, 3910, 3913, 1, 0, 0, 0, 3911, 3909, 1, 0, 0, 0, 3911, 3912, 1, 0, 0, 0, 3912, 3916, 1, 0, 0, 0, 3913, 3911, 1, 0, 0, 0, 3914, 3915, 7, 47, 0, 0, 3915, 3917, 5, 219, 0, 0, 3916, 3914, 1, 0, 0, 0, 3916, 3917, 1, 0, 0, 0, 3917, 3919, 1, 0, 0, 0, 3918, 3920, 3, 96, 48, 0, 3919, 3918, 1, 0, 0, 0, 3919, 3920, 1, 0, 0, 0, 3920, 321, 1, 0, 0, 0, 3921, 3923, 5, 81, 0, 0, 3922, 3921, 1, 0, 0, 0, 3922, 3923, 1, 0, 0, 0, 3923, 3924, 1, 0, 0, 0, 3924, 3926, 3, 774, 387, 0, 3925, 3927, 5, 9, 0, 0, 3926, 3925, 1, 0, 0, 0, 3926, 3927, 1, 0, 0, 0, 3927, 323, 1, 0, 0, 0, 3928, 3929, 5, 159, 0, 0, 3929, 3988, 5, 80, 0, 0, 3930, 3989, 3, 310, 155, 0, 3931, 3989, 3, 312, 156, 0, 3932, 3933, 5, 44, 0, 0, 3933, 3935, 3, 818, 409, 0, 3934, 3936, 3, 318, 159, 0, 3935, 3934, 1, 0, 0, 0, 3935, 3936, 1, 0, 0, 0, 3936, 3937, 1, 0, 0, 0, 3937, 3938, 5, 11, 0, 0, 3938, 3939, 3, 800, 400, 0, 3939, 3989, 1, 0, 0, 0, 3940, 3941, 7, 32, 0, 0, 3941, 3989, 3, 652, 326, 0, 3942, 3943, 5, 136, 0, 0, 3943, 3989, 3, 394, 197, 0, 3944, 3945, 5, 211, 0, 0, 3945, 3989, 3, 382, 191, 0, 3946, 3947, 5, 278, 0, 0, 3947, 3989, 3, 416, 208, 0, 3948, 3949, 5, 45, 0, 0, 3949, 3950, 3, 818, 409, 0, 3950, 3956, 5, 80, 0, 0, 3951, 3957, 3, 774, 387, 0, 3952, 3954, 5, 189, 0, 0, 3953, 3952, 1, 0, 0, 0, 3953, 3954, 1, 0, 0, 0, 3954, 3955, 1, 0, 0, 0, 3955, 3957, 3, 316, 158, 0, 3956, 3951, 1, 0, 0, 0, 3956, 3953, 1, 0, 0, 0, 3957, 3989, 1, 0, 0, 0, 3958, 3959, 7, 44, 0, 0, 3959, 3960, 3, 818, 409, 0, 3960, 3961, 5, 80, 0, 0, 3961, 3962, 3, 316, 158, 0, 3962, 3989, 1, 0, 0, 0, 3963, 3964, 5, 296, 0, 0, 3964, 3989, 3, 378, 189, 0, 3965, 3966, 5, 442, 0, 0, 3966, 3989, 3, 374, 187, 0, 3967, 3968, 5, 443, 0, 0, 3968, 3969, 5, 62, 0, 0, 3969, 3970, 3, 652, 326, 0, 3970, 3971, 5, 247, 0, 0, 3971, 3972, 3, 818, 409, 0, 3972, 3989, 1, 0, 0, 0, 3973, 3974, 5, 278, 0, 0, 3974, 3975, 7, 31, 0, 0, 3975, 3976, 3, 316, 158, 0, 3976, 3977, 3, 170, 85, 0, 3977, 3989, 1, 0, 0, 0, 3978, 3979, 5, 248, 0, 0, 3979, 3980, 5, 274, 0, 0, 3980, 3989, 3, 202, 101, 0, 3981, 3982, 5, 41, 0, 0, 3982, 3983, 5, 2, 0, 0, 3983, 3984, 3, 652, 326, 0, 3984, 3985, 5, 36, 0, 0, 3985, 3986, 3, 652, 326, 0, 3986, 3987, 5, 3, 0, 0, 3987, 3989, 1, 0, 0, 0, 3988, 3930, 1, 0, 0, 0, 3988, 3931, 1, 0, 0, 0, 3988, 3932, 1, 0, 0, 0, 3988, 3940, 1, 0, 0, 0, 3988, 3942, 1, 0, 0, 0, 3988, 3944, 1, 0, 0, 0, 3988, 3946, 1, 0, 0, 0, 3988, 3948, 1, 0, 0, 0, 3988, 3958, 1, 0, 0, 0, 3988, 3963, 1, 0, 0, 0, 3988, 3965, 1, 0, 0, 0, 3988, 3967, 1, 0, 0, 0, 3988, 3973, 1, 0, 0, 0, 3988, 3978, 1, 0, 0, 0, 3988, 3981, 1, 0, 0, 0, 3989, 3990, 1, 0, 0, 0, 3990, 3993, 5, 116, 0, 0, 3991, 3994, 3, 808, 404, 0, 3992, 3994, 5, 78, 0, 0, 3993, 3991, 1, 0, 0, 0, 3993, 3992, 1, 0, 0, 0, 3994, 325, 1, 0, 0, 0, 3995, 3996, 5, 327, 0, 0, 3996, 3999, 5, 246, 0, 0, 3997, 3998, 5, 62, 0, 0, 3998, 4000, 3, 58, 29, 0, 3999, 3997, 1, 0, 0, 0, 3999, 4000, 1, 0, 0, 0, 4000, 4001, 1, 0, 0, 0, 4001, 4019, 5, 80, 0, 0, 4002, 4003, 7, 32, 0, 0, 4003, 4020, 3, 652, 326, 0, 4004, 4005, 5, 136, 0, 0, 4005, 4020, 3, 394, 197, 0, 4006, 4007, 5, 44, 0, 0, 4007, 4020, 3, 800, 400, 0, 4008, 4009, 5, 211, 0, 0, 4009, 4020, 3, 382, 191, 0, 4010, 4011, 5, 248, 0, 0, 4011, 4012, 5, 274, 0, 0, 4012, 4020, 3, 202, 101, 0, 4013, 4014, 5, 296, 0, 0, 4014, 4020, 3, 378, 189, 0, 4015, 4016, 5, 442, 0, 0, 4016, 4020, 3, 374, 187, 0, 4017, 4020, 3, 310, 155, 0, 4018, 4020, 3, 312, 156, 0, 4019, 4002, 1, 0, 0, 0, 4019, 4004, 1, 0, 0, 0, 4019, 4006, 1, 0, 0, 0, 4019, 4008, 1, 0, 0, 0, 4019, 4010, 1, 0, 0, 0, 4019, 4013, 1, 0, 0, 0, 4019, 4015, 1, 0, 0, 0, 4019, 4017, 1, 0, 0, 0, 4019, 4018, 1, 0, 0, 0, 4020, 4021, 1, 0, 0, 0, 4021, 4024, 5, 116, 0, 0, 4022, 4025, 3, 808, 404, 0, 4023, 4025, 5, 78, 0, 0, 4024, 4022, 1, 0, 0, 0, 4024, 4023, 1, 0, 0, 0, 4025, 327, 1, 0, 0, 0, 4026, 4027, 7, 48, 0, 0, 4027, 4028, 3, 330, 165, 0, 4028, 329, 1, 0, 0, 0, 4029, 4031, 7, 49, 0, 0, 4030, 4029, 1, 0, 0, 0, 4030, 4031, 1, 0, 0, 0, 4031, 4033, 1, 0, 0, 0, 4032, 4034, 3, 332, 166, 0, 4033, 4032, 1, 0, 0, 0, 4033, 4034, 1, 0, 0, 0, 4034, 4035, 1, 0, 0, 0, 4035, 4073, 3, 818, 409, 0, 4036, 4038, 7, 50, 0, 0, 4037, 4036, 1, 0, 0, 0, 4037, 4038, 1, 0, 0, 0, 4038, 4039, 1, 0, 0, 0, 4039, 4041, 3, 812, 406, 0, 4040, 4042, 3, 332, 166, 0, 4041, 4040, 1, 0, 0, 0, 4041, 4042, 1, 0, 0, 0, 4042, 4043, 1, 0, 0, 0, 4043, 4044, 3, 818, 409, 0, 4044, 4073, 1, 0, 0, 0, 4045, 4047, 5, 210, 0, 0, 4046, 4048, 3, 812, 406, 0, 4047, 4046, 1, 0, 0, 0, 4047, 4048, 1, 0, 0, 0, 4048, 4050, 1, 0, 0, 0, 4049, 4051, 3, 332, 166, 0, 4050, 4049, 1, 0, 0, 0, 4050, 4051, 1, 0, 0, 0, 4051, 4052, 1, 0, 0, 0, 4052, 4073, 3, 818, 409, 0, 4053, 4055, 5, 210, 0, 0, 4054, 4053, 1, 0, 0, 0, 4054, 4055, 1, 0, 0, 0, 4055, 4056, 1, 0, 0, 0, 4056, 4058, 5, 30, 0, 0, 4057, 4059, 3, 332, 166, 0, 4058, 4057, 1, 0, 0, 0, 4058, 4059, 1, 0, 0, 0, 4059, 4060, 1, 0, 0, 0, 4060, 4073, 3, 818, 409, 0, 4061, 4066, 5, 144, 0, 0, 4062, 4064, 5, 30, 0, 0, 4063, 4062, 1, 0, 0, 0, 4063, 4064, 1, 0, 0, 0, 4064, 4067, 1, 0, 0, 0, 4065, 4067, 3, 812, 406, 0, 4066, 4063, 1, 0, 0, 0, 4066, 4065, 1, 0, 0, 0, 4067, 4069, 1, 0, 0, 0, 4068, 4070, 3, 332, 166, 0, 4069, 4068, 1, 0, 0, 0, 4069, 4070, 1, 0, 0, 0, 4070, 4071, 1, 0, 0, 0, 4071, 4073, 3, 818, 409, 0, 4072, 4030, 1, 0, 0, 0, 4072, 4037, 1, 0, 0, 0, 4072, 4045, 1, 0, 0, 0, 4072, 4054, 1, 0, 0, 0, 4072, 4061, 1, 0, 0, 0, 4073, 331, 1, 0, 0, 0, 4074, 4075, 7, 51, 0, 0, 4075, 333, 1, 0, 0, 0, 4076, 4077, 5, 65, 0, 0, 4077, 4078, 3, 338, 169, 0, 4078, 4079, 5, 80, 0, 0, 4079, 4080, 3, 344, 172, 0, 4080, 4081, 5, 94, 0, 0, 4081, 4085, 3, 346, 173, 0, 4082, 4083, 5, 105, 0, 0, 4083, 4084, 5, 65, 0, 0, 4084, 4086, 5, 279, 0, 0, 4085, 4082, 1, 0, 0, 0, 4085, 4086, 1, 0, 0, 0, 4086, 335, 1, 0, 0, 0, 4087, 4091, 5, 317, 0, 0, 4088, 4089, 5, 65, 0, 0, 4089, 4090, 5, 279, 0, 0, 4090, 4092, 5, 62, 0, 0, 4091, 4088, 1, 0, 0, 0, 4091, 4092, 1, 0, 0, 0, 4092, 4093, 1, 0, 0, 0, 4093, 4094, 3, 338, 169, 0, 4094, 4095, 5, 80, 0, 0, 4095, 4096, 3, 344, 172, 0, 4096, 4097, 5, 64, 0, 0, 4097, 4099, 3, 346, 173, 0, 4098, 4100, 3, 96, 48, 0, 4099, 4098, 1, 0, 0, 0, 4099, 4100, 1, 0, 0, 0, 4100, 337, 1, 0, 0, 0, 4101, 4106, 3, 342, 171, 0, 4102, 4103, 5, 6, 0, 0, 4103, 4105, 3, 342, 171, 0, 4104, 4102, 1, 0, 0, 0, 4105, 4108, 1, 0, 0, 0, 4106, 4104, 1, 0, 0, 0, 4106, 4107, 1, 0, 0, 0, 4107, 4125, 1, 0, 0, 0, 4108, 4106, 1, 0, 0, 0, 4109, 4111, 5, 30, 0, 0, 4110, 4112, 5, 294, 0, 0, 4111, 4110, 1, 0, 0, 0, 4111, 4112, 1, 0, 0, 0, 4112, 4114, 1, 0, 0, 0, 4113, 4115, 3, 144, 72, 0, 4114, 4113, 1, 0, 0, 0, 4114, 4115, 1, 0, 0, 0, 4115, 4125, 1, 0, 0, 0, 4116, 4121, 3, 340, 170, 0, 4117, 4118, 5, 6, 0, 0, 4118, 4120, 3, 340, 170, 0, 4119, 4117, 1, 0, 0, 0, 4120, 4123, 1, 0, 0, 0, 4121, 4119, 1, 0, 0, 0, 4121, 4122, 1, 0, 0, 0, 4122, 4125, 1, 0, 0, 0, 4123, 4121, 1, 0, 0, 0, 4124, 4101, 1, 0, 0, 0, 4124, 4109, 1, 0, 0, 0, 4124, 4116, 1, 0, 0, 0, 4125, 339, 1, 0, 0, 0, 4126, 4127, 7, 52, 0, 0, 4127, 341, 1, 0, 0, 0, 4128, 4133, 5, 88, 0, 0, 4129, 4133, 5, 86, 0, 0, 4130, 4133, 5, 46, 0, 0, 4131, 4133, 3, 818, 409, 0, 4132, 4128, 1, 0, 0, 0, 4132, 4129, 1, 0, 0, 0, 4132, 4130, 1, 0, 0, 0, 4132, 4131, 1, 0, 0, 0, 4133, 4135, 1, 0, 0, 0, 4134, 4136, 3, 144, 72, 0, 4135, 4134, 1, 0, 0, 0, 4135, 4136, 1, 0, 0, 0, 4136, 343, 1, 0, 0, 0, 4137, 4138, 5, 92, 0, 0, 4138, 4183, 3, 762, 381, 0, 4139, 4141, 5, 328, 0, 0, 4140, 4139, 1, 0, 0, 0, 4140, 4141, 1, 0, 0, 0, 4141, 4142, 1, 0, 0, 0, 4142, 4183, 3, 760, 380, 0, 4143, 4147, 5, 63, 0, 0, 4144, 4145, 5, 174, 0, 0, 4145, 4148, 5, 381, 0, 0, 4146, 4148, 5, 331, 0, 0, 4147, 4144, 1, 0, 0, 0, 4147, 4146, 1, 0, 0, 0, 4148, 4151, 1, 0, 0, 0, 4149, 4151, 5, 247, 0, 0, 4150, 4143, 1, 0, 0, 0, 4150, 4149, 1, 0, 0, 0, 4151, 4152, 1, 0, 0, 0, 4152, 4183, 3, 784, 392, 0, 4153, 4154, 5, 211, 0, 0, 4154, 4183, 3, 380, 190, 0, 4155, 4156, 5, 296, 0, 0, 4156, 4183, 3, 376, 188, 0, 4157, 4158, 5, 442, 0, 0, 4158, 4183, 3, 372, 186, 0, 4159, 4160, 5, 175, 0, 0, 4160, 4183, 3, 766, 383, 0, 4161, 4162, 7, 32, 0, 0, 4162, 4183, 3, 314, 157, 0, 4163, 4164, 5, 248, 0, 0, 4164, 4165, 5, 274, 0, 0, 4165, 4170, 3, 202, 101, 0, 4166, 4167, 5, 6, 0, 0, 4167, 4169, 3, 202, 101, 0, 4168, 4166, 1, 0, 0, 0, 4169, 4172, 1, 0, 0, 0, 4170, 4168, 1, 0, 0, 0, 4170, 4171, 1, 0, 0, 0, 4171, 4183, 1, 0, 0, 0, 4172, 4170, 1, 0, 0, 0, 4173, 4174, 5, 323, 0, 0, 4174, 4183, 3, 764, 382, 0, 4175, 4176, 5, 351, 0, 0, 4176, 4183, 3, 782, 391, 0, 4177, 4178, 5, 30, 0, 0, 4178, 4179, 7, 53, 0, 0, 4179, 4180, 5, 68, 0, 0, 4180, 4181, 5, 323, 0, 0, 4181, 4183, 3, 764, 382, 0, 4182, 4137, 1, 0, 0, 0, 4182, 4140, 1, 0, 0, 0, 4182, 4150, 1, 0, 0, 0, 4182, 4153, 1, 0, 0, 0, 4182, 4155, 1, 0, 0, 0, 4182, 4157, 1, 0, 0, 0, 4182, 4159, 1, 0, 0, 0, 4182, 4161, 1, 0, 0, 0, 4182, 4163, 1, 0, 0, 0, 4182, 4173, 1, 0, 0, 0, 4182, 4175, 1, 0, 0, 0, 4182, 4177, 1, 0, 0, 0, 4183, 345, 1, 0, 0, 0, 4184, 4186, 5, 66, 0, 0, 4185, 4184, 1, 0, 0, 0, 4185, 4186, 1, 0, 0, 0, 4186, 4187, 1, 0, 0, 0, 4187, 4188, 3, 814, 407, 0, 4188, 4196, 1, 0, 0, 0, 4189, 4191, 5, 6, 0, 0, 4190, 4192, 5, 66, 0, 0, 4191, 4190, 1, 0, 0, 0, 4191, 4192, 1, 0, 0, 0, 4192, 4193, 1, 0, 0, 0, 4193, 4195, 3, 814, 407, 0, 4194, 4189, 1, 0, 0, 0, 4195, 4198, 1, 0, 0, 0, 4196, 4194, 1, 0, 0, 0, 4196, 4197, 1, 0, 0, 0, 4197, 347, 1, 0, 0, 0, 4198, 4196, 1, 0, 0, 0, 4199, 4200, 5, 65, 0, 0, 4200, 4205, 3, 342, 171, 0, 4201, 4202, 5, 6, 0, 0, 4202, 4204, 3, 342, 171, 0, 4203, 4201, 1, 0, 0, 0, 4204, 4207, 1, 0, 0, 0, 4205, 4203, 1, 0, 0, 0, 4205, 4206, 1, 0, 0, 0, 4206, 4208, 1, 0, 0, 0, 4207, 4205, 1, 0, 0, 0, 4208, 4209, 5, 94, 0, 0, 4209, 4213, 3, 816, 408, 0, 4210, 4211, 5, 105, 0, 0, 4211, 4212, 5, 134, 0, 0, 4212, 4214, 5, 279, 0, 0, 4213, 4210, 1, 0, 0, 0, 4213, 4214, 1, 0, 0, 0, 4214, 4218, 1, 0, 0, 0, 4215, 4216, 5, 214, 0, 0, 4216, 4217, 5, 147, 0, 0, 4217, 4219, 3, 814, 407, 0, 4218, 4215, 1, 0, 0, 0, 4218, 4219, 1, 0, 0, 0, 4219, 349, 1, 0, 0, 0, 4220, 4224, 5, 317, 0, 0, 4221, 4222, 5, 134, 0, 0, 4222, 4223, 5, 279, 0, 0, 4223, 4225, 5, 62, 0, 0, 4224, 4221, 1, 0, 0, 0, 4224, 4225, 1, 0, 0, 0, 4225, 4226, 1, 0, 0, 0, 4226, 4231, 3, 342, 171, 0, 4227, 4228, 5, 6, 0, 0, 4228, 4230, 3, 342, 171, 0, 4229, 4227, 1, 0, 0, 0, 4230, 4233, 1, 0, 0, 0, 4231, 4229, 1, 0, 0, 0, 4231, 4232, 1, 0, 0, 0, 4232, 4234, 1, 0, 0, 0, 4233, 4231, 1, 0, 0, 0, 4234, 4235, 5, 64, 0, 0, 4235, 4239, 3, 816, 408, 0, 4236, 4237, 5, 214, 0, 0, 4237, 4238, 5, 147, 0, 0, 4238, 4240, 3, 814, 407, 0, 4239, 4236, 1, 0, 0, 0, 4239, 4240, 1, 0, 0, 0, 4240, 4242, 1, 0, 0, 0, 4241, 4243, 3, 96, 48, 0, 4242, 4241, 1, 0, 0, 0, 4242, 4243, 1, 0, 0, 0, 4243, 351, 1, 0, 0, 0, 4244, 4245, 5, 138, 0, 0, 4245, 4246, 5, 53, 0, 0, 4246, 4255, 5, 294, 0, 0, 4247, 4248, 5, 68, 0, 0, 4248, 4249, 5, 323, 0, 0, 4249, 4254, 3, 764, 382, 0, 4250, 4251, 5, 62, 0, 0, 4251, 4252, 7, 2, 0, 0, 4252, 4254, 3, 816, 408, 0, 4253, 4247, 1, 0, 0, 0, 4253, 4250, 1, 0, 0, 0, 4254, 4257, 1, 0, 0, 0, 4255, 4253, 1, 0, 0, 0, 4255, 4256, 1, 0, 0, 0, 4256, 4258, 1, 0, 0, 0, 4257, 4255, 1, 0, 0, 0, 4258, 4259, 3, 354, 177, 0, 4259, 353, 1, 0, 0, 0, 4260, 4261, 5, 65, 0, 0, 4261, 4262, 3, 338, 169, 0, 4262, 4263, 5, 80, 0, 0, 4263, 4264, 3, 356, 178, 0, 4264, 4265, 5, 94, 0, 0, 4265, 4269, 3, 346, 173, 0, 4266, 4267, 5, 105, 0, 0, 4267, 4268, 5, 65, 0, 0, 4268, 4270, 5, 279, 0, 0, 4269, 4266, 1, 0, 0, 0, 4269, 4270, 1, 0, 0, 0, 4270, 4286, 1, 0, 0, 0, 4271, 4275, 5, 317, 0, 0, 4272, 4273, 5, 65, 0, 0, 4273, 4274, 5, 279, 0, 0, 4274, 4276, 5, 62, 0, 0, 4275, 4272, 1, 0, 0, 0, 4275, 4276, 1, 0, 0, 0, 4276, 4277, 1, 0, 0, 0, 4277, 4278, 3, 338, 169, 0, 4278, 4279, 5, 80, 0, 0, 4279, 4280, 3, 356, 178, 0, 4280, 4281, 5, 64, 0, 0, 4281, 4283, 3, 346, 173, 0, 4282, 4284, 3, 96, 48, 0, 4283, 4282, 1, 0, 0, 0, 4283, 4284, 1, 0, 0, 0, 4284, 4286, 1, 0, 0, 0, 4285, 4260, 1, 0, 0, 0, 4285, 4271, 1, 0, 0, 0, 4286, 355, 1, 0, 0, 0, 4287, 4288, 7, 54, 0, 0, 4288, 357, 1, 0, 0, 0, 4289, 4291, 5, 46, 0, 0, 4290, 4292, 5, 98, 0, 0, 4291, 4290, 1, 0, 0, 0, 4291, 4292, 1, 0, 0, 0, 4292, 4293, 1, 0, 0, 0, 4293, 4295, 5, 226, 0, 0, 4294, 4296, 5, 109, 0, 0, 4295, 4294, 1, 0, 0, 0, 4295, 4296, 1, 0, 0, 0, 4296, 4298, 1, 0, 0, 0, 4297, 4299, 3, 294, 147, 0, 4298, 4297, 1, 0, 0, 0, 4298, 4299, 1, 0, 0, 0, 4299, 4301, 1, 0, 0, 0, 4300, 4302, 3, 818, 409, 0, 4301, 4300, 1, 0, 0, 0, 4301, 4302, 1, 0, 0, 0, 4302, 4303, 1, 0, 0, 0, 4303, 4304, 5, 80, 0, 0, 4304, 4306, 3, 624, 312, 0, 4305, 4307, 3, 170, 85, 0, 4306, 4305, 1, 0, 0, 0, 4306, 4307, 1, 0, 0, 0, 4307, 4308, 1, 0, 0, 0, 4308, 4311, 3, 360, 180, 0, 4309, 4310, 5, 441, 0, 0, 4310, 4312, 3, 360, 180, 0, 4311, 4309, 1, 0, 0, 0, 4311, 4312, 1, 0, 0, 0, 4312, 4318, 1, 0, 0, 0, 4313, 4315, 5, 273, 0, 0, 4314, 4316, 5, 77, 0, 0, 4315, 4314, 1, 0, 0, 0, 4315, 4316, 1, 0, 0, 0, 4316, 4317, 1, 0, 0, 0, 4317, 4319, 5, 56, 0, 0, 4318, 4313, 1, 0, 0, 0, 4318, 4319, 1, 0, 0, 0, 4319, 4321, 1, 0, 0, 0, 4320, 4322, 3, 102, 51, 0, 4321, 4320, 1, 0, 0, 0, 4321, 4322, 1, 0, 0, 0, 4322, 4324, 1, 0, 0, 0, 4323, 4325, 3, 176, 88, 0, 4324, 4323, 1, 0, 0, 0, 4324, 4325, 1, 0, 0, 0, 4325, 4327, 1, 0, 0, 0, 4326, 4328, 3, 638, 319, 0, 4327, 4326, 1, 0, 0, 0, 4327, 4328, 1, 0, 0, 0, 4328, 359, 1, 0, 0, 0, 4329, 4330, 5, 2, 0, 0, 4330, 4335, 3, 362, 181, 0, 4331, 4332, 5, 6, 0, 0, 4332, 4334, 3, 362, 181, 0, 4333, 4331, 1, 0, 0, 0, 4334, 4337, 1, 0, 0, 0, 4335, 4333, 1, 0, 0, 0, 4335, 4336, 1, 0, 0, 0, 4336, 4338, 1, 0, 0, 0, 4337, 4335, 1, 0, 0, 0, 4338, 4339, 5, 3, 0, 0, 4339, 361, 1, 0, 0, 0, 4340, 4347, 3, 800, 400, 0, 4341, 4347, 3, 688, 344, 0, 4342, 4343, 5, 2, 0, 0, 4343, 4344, 3, 674, 337, 0, 4344, 4345, 5, 3, 0, 0, 4345, 4347, 1, 0, 0, 0, 4346, 4340, 1, 0, 0, 0, 4346, 4341, 1, 0, 0, 0, 4346, 4342, 1, 0, 0, 0, 4347, 4349, 1, 0, 0, 0, 4348, 4350, 3, 98, 49, 0, 4349, 4348, 1, 0, 0, 0, 4349, 4350, 1, 0, 0, 0, 4350, 4357, 1, 0, 0, 0, 4351, 4353, 3, 316, 158, 0, 4352, 4351, 1, 0, 0, 0, 4352, 4353, 1, 0, 0, 0, 4353, 4358, 1, 0, 0, 0, 4354, 4355, 3, 316, 158, 0, 4355, 4356, 3, 100, 50, 0, 4356, 4358, 1, 0, 0, 0, 4357, 4352, 1, 0, 0, 0, 4357, 4354, 1, 0, 0, 0, 4358, 4360, 1, 0, 0, 0, 4359, 4361, 7, 55, 0, 0, 4360, 4359, 1, 0, 0, 0, 4360, 4361, 1, 0, 0, 0, 4361, 4364, 1, 0, 0, 0, 4362, 4363, 5, 273, 0, 0, 4363, 4365, 7, 56, 0, 0, 4364, 4362, 1, 0, 0, 0, 4364, 4365, 1, 0, 0, 0, 4365, 363, 1, 0, 0, 0, 4366, 4368, 5, 46, 0, 0, 4367, 4369, 3, 366, 183, 0, 4368, 4367, 1, 0, 0, 0, 4368, 4369, 1, 0, 0, 0, 4369, 4374, 1, 0, 0, 0, 4370, 4371, 5, 211, 0, 0, 4371, 4375, 3, 804, 402, 0, 4372, 4373, 5, 296, 0, 0, 4373, 4375, 3, 798, 399, 0, 4374, 4370, 1, 0, 0, 0, 4374, 4372, 1, 0, 0, 0, 4375, 4376, 1, 0, 0, 0, 4376, 4385, 5, 2, 0, 0, 4377, 4382, 3, 390, 195, 0, 4378, 4379, 5, 6, 0, 0, 4379, 4381, 3, 390, 195, 0, 4380, 4378, 1, 0, 0, 0, 4381, 4384, 1, 0, 0, 0, 4382, 4380, 1, 0, 0, 0, 4382, 4383, 1, 0, 0, 0, 4383, 4386, 1, 0, 0, 0, 4384, 4382, 1, 0, 0, 0, 4385, 4377, 1, 0, 0, 0, 4385, 4386, 1, 0, 0, 0, 4386, 4387, 1, 0, 0, 0, 4387, 4388, 5, 3, 0, 0, 4388, 4405, 1, 0, 0, 0, 4389, 4403, 5, 316, 0, 0, 4390, 4404, 3, 388, 194, 0, 4391, 4392, 5, 92, 0, 0, 4392, 4393, 5, 2, 0, 0, 4393, 4398, 3, 402, 201, 0, 4394, 4395, 5, 6, 0, 0, 4395, 4397, 3, 402, 201, 0, 4396, 4394, 1, 0, 0, 0, 4397, 4400, 1, 0, 0, 0, 4398, 4396, 1, 0, 0, 0, 4398, 4399, 1, 0, 0, 0, 4399, 4401, 1, 0, 0, 0, 4400, 4398, 1, 0, 0, 0, 4401, 4402, 5, 3, 0, 0, 4402, 4404, 1, 0, 0, 0, 4403, 4390, 1, 0, 0, 0, 4403, 4391, 1, 0, 0, 0, 4404, 4406, 1, 0, 0, 0, 4405, 4389, 1, 0, 0, 0, 4405, 4406, 1, 0, 0, 0, 4406, 4408, 1, 0, 0, 0, 4407, 4409, 3, 398, 199, 0, 4408, 4407, 1, 0, 0, 0, 4409, 4410, 1, 0, 0, 0, 4410, 4408, 1, 0, 0, 0, 4410, 4411, 1, 0, 0, 0, 4411, 4417, 1, 0, 0, 0, 4412, 4413, 5, 105, 0, 0, 4413, 4414, 5, 2, 0, 0, 4414, 4415, 3, 784, 392, 0, 4415, 4416, 5, 3, 0, 0, 4416, 4418, 1, 0, 0, 0, 4417, 4412, 1, 0, 0, 0, 4417, 4418, 1, 0, 0, 0, 4418, 365, 1, 0, 0, 0, 4419, 4420, 5, 82, 0, 0, 4420, 4421, 5, 311, 0, 0, 4421, 367, 1, 0, 0, 0, 4422, 4424, 5, 2, 0, 0, 4423, 4425, 3, 370, 185, 0, 4424, 4423, 1, 0, 0, 0, 4424, 4425, 1, 0, 0, 0, 4425, 4426, 1, 0, 0, 0, 4426, 4427, 5, 3, 0, 0, 4427, 369, 1, 0, 0, 0, 4428, 4433, 3, 384, 192, 0, 4429, 4430, 5, 6, 0, 0, 4430, 4432, 3, 384, 192, 0, 4431, 4429, 1, 0, 0, 0, 4432, 4435, 1, 0, 0, 0, 4433, 4431, 1, 0, 0, 0, 4433, 4434, 1, 0, 0, 0, 4434, 371, 1, 0, 0, 0, 4435, 4433, 1, 0, 0, 0, 4436, 4441, 3, 374, 187, 0, 4437, 4438, 5, 6, 0, 0, 4438, 4440, 3, 374, 187, 0, 4439, 4437, 1, 0, 0, 0, 4440, 4443, 1, 0, 0, 0, 4441, 4439, 1, 0, 0, 0, 4441, 4442, 1, 0, 0, 0, 4442, 373, 1, 0, 0, 0, 4443, 4441, 1, 0, 0, 0, 4444, 4445, 3, 794, 397, 0, 4445, 4446, 3, 368, 184, 0, 4446, 4450, 1, 0, 0, 0, 4447, 4450, 3, 832, 416, 0, 4448, 4450, 3, 780, 390, 0, 4449, 4444, 1, 0, 0, 0, 4449, 4447, 1, 0, 0, 0, 4449, 4448, 1, 0, 0, 0, 4450, 375, 1, 0, 0, 0, 4451, 4456, 3, 378, 189, 0, 4452, 4453, 5, 6, 0, 0, 4453, 4455, 3, 378, 189, 0, 4454, 4452, 1, 0, 0, 0, 4455, 4458, 1, 0, 0, 0, 4456, 4454, 1, 0, 0, 0, 4456, 4457, 1, 0, 0, 0, 4457, 377, 1, 0, 0, 0, 4458, 4456, 1, 0, 0, 0, 4459, 4460, 3, 796, 398, 0, 4460, 4461, 3, 368, 184, 0, 4461, 4465, 1, 0, 0, 0, 4462, 4465, 3, 832, 416, 0, 4463, 4465, 3, 780, 390, 0, 4464, 4459, 1, 0, 0, 0, 4464, 4462, 1, 0, 0, 0, 4464, 4463, 1, 0, 0, 0, 4465, 379, 1, 0, 0, 0, 4466, 4471, 3, 382, 191, 0, 4467, 4468, 5, 6, 0, 0, 4468, 4470, 3, 382, 191, 0, 4469, 4467, 1, 0, 0, 0, 4470, 4473, 1, 0, 0, 0, 4471, 4469, 1, 0, 0, 0, 4471, 4472, 1, 0, 0, 0, 4472, 381, 1, 0, 0, 0, 4473, 4471, 1, 0, 0, 0, 4474, 4475, 3, 806, 403, 0, 4475, 4476, 3, 368, 184, 0, 4476, 4480, 1, 0, 0, 0, 4477, 4480, 3, 832, 416, 0, 4478, 4480, 3, 780, 390, 0, 4479, 4474, 1, 0, 0, 0, 4479, 4477, 1, 0, 0, 0, 4479, 4478, 1, 0, 0, 0, 4480, 383, 1, 0, 0, 0, 4481, 4483, 3, 386, 193, 0, 4482, 4484, 3, 820, 410, 0, 4483, 4482, 1, 0, 0, 0, 4483, 4484, 1, 0, 0, 0, 4484, 4490, 1, 0, 0, 0, 4485, 4487, 3, 820, 410, 0, 4486, 4488, 3, 386, 193, 0, 4487, 4486, 1, 0, 0, 0, 4487, 4488, 1, 0, 0, 0, 4488, 4490, 1, 0, 0, 0, 4489, 4481, 1, 0, 0, 0, 4489, 4485, 1, 0, 0, 0, 4489, 4490, 1, 0, 0, 0, 4490, 4491, 1, 0, 0, 0, 4491, 4492, 3, 388, 194, 0, 4492, 385, 1, 0, 0, 0, 4493, 4495, 5, 68, 0, 0, 4494, 4496, 5, 453, 0, 0, 4495, 4494, 1, 0, 0, 0, 4495, 4496, 1, 0, 0, 0, 4496, 4501, 1, 0, 0, 0, 4497, 4501, 5, 453, 0, 0, 4498, 4501, 5, 400, 0, 0, 4499, 4501, 5, 101, 0, 0, 4500, 4493, 1, 0, 0, 0, 4500, 4497, 1, 0, 0, 0, 4500, 4498, 1, 0, 0, 0, 4500, 4499, 1, 0, 0, 0, 4501, 387, 1, 0, 0, 0, 4502, 4512, 3, 652, 326, 0, 4503, 4505, 5, 415, 0, 0, 4504, 4503, 1, 0, 0, 0, 4504, 4505, 1, 0, 0, 0, 4505, 4506, 1, 0, 0, 0, 4506, 4507, 3, 820, 410, 0, 4507, 4508, 3, 318, 159, 0, 4508, 4509, 5, 27, 0, 0, 4509, 4510, 5, 360, 0, 0, 4510, 4512, 1, 0, 0, 0, 4511, 4502, 1, 0, 0, 0, 4511, 4504, 1, 0, 0, 0, 4512, 389, 1, 0, 0, 0, 4513, 4516, 3, 384, 192, 0, 4514, 4515, 7, 57, 0, 0, 4515, 4517, 3, 674, 337, 0, 4516, 4514, 1, 0, 0, 0, 4516, 4517, 1, 0, 0, 0, 4517, 391, 1, 0, 0, 0, 4518, 4528, 5, 2, 0, 0, 4519, 4529, 5, 9, 0, 0, 4520, 4522, 3, 370, 185, 0, 4521, 4520, 1, 0, 0, 0, 4521, 4522, 1, 0, 0, 0, 4522, 4526, 1, 0, 0, 0, 4523, 4524, 5, 83, 0, 0, 4524, 4525, 5, 147, 0, 0, 4525, 4527, 3, 370, 185, 0, 4526, 4523, 1, 0, 0, 0, 4526, 4527, 1, 0, 0, 0, 4527, 4529, 1, 0, 0, 0, 4528, 4519, 1, 0, 0, 0, 4528, 4521, 1, 0, 0, 0, 4529, 4530, 1, 0, 0, 0, 4530, 4531, 5, 3, 0, 0, 4531, 393, 1, 0, 0, 0, 4532, 4533, 3, 806, 403, 0, 4533, 4534, 3, 392, 196, 0, 4534, 395, 1, 0, 0, 0, 4535, 4536, 5, 316, 0, 0, 4536, 4539, 5, 78, 0, 0, 4537, 4539, 5, 149, 0, 0, 4538, 4535, 1, 0, 0, 0, 4538, 4537, 1, 0, 0, 0, 4539, 4540, 1, 0, 0, 0, 4540, 4541, 5, 80, 0, 0, 4541, 4542, 5, 78, 0, 0, 4542, 4565, 5, 458, 0, 0, 4543, 4565, 5, 346, 0, 0, 4544, 4565, 5, 222, 0, 0, 4545, 4565, 5, 338, 0, 0, 4546, 4565, 5, 377, 0, 0, 4547, 4549, 5, 205, 0, 0, 4548, 4547, 1, 0, 0, 0, 4548, 4549, 1, 0, 0, 0, 4549, 4550, 1, 0, 0, 0, 4550, 4551, 5, 327, 0, 0, 4551, 4565, 7, 58, 0, 0, 4552, 4565, 5, 250, 0, 0, 4553, 4554, 5, 77, 0, 0, 4554, 4565, 5, 250, 0, 0, 4555, 4556, 7, 59, 0, 0, 4556, 4565, 3, 202, 101, 0, 4557, 4558, 5, 459, 0, 0, 4558, 4565, 3, 316, 158, 0, 4559, 4560, 5, 333, 0, 0, 4560, 4565, 3, 42, 21, 0, 4561, 4565, 3, 60, 30, 0, 4562, 4563, 5, 460, 0, 0, 4563, 4565, 3, 818, 409, 0, 4564, 4538, 1, 0, 0, 0, 4564, 4543, 1, 0, 0, 0, 4564, 4544, 1, 0, 0, 0, 4564, 4545, 1, 0, 0, 0, 4564, 4546, 1, 0, 0, 0, 4564, 4548, 1, 0, 0, 0, 4564, 4552, 1, 0, 0, 0, 4564, 4553, 1, 0, 0, 0, 4564, 4555, 1, 0, 0, 0, 4564, 4557, 1, 0, 0, 0, 4564, 4559, 1, 0, 0, 0, 4564, 4561, 1, 0, 0, 0, 4564, 4562, 1, 0, 0, 0, 4565, 397, 1, 0, 0, 0, 4566, 4567, 5, 36, 0, 0, 4567, 4568, 3, 808, 404, 0, 4568, 4569, 3, 462, 231, 0, 4569, 4602, 1, 0, 0, 0, 4570, 4571, 5, 247, 0, 0, 4571, 4602, 3, 58, 29, 0, 4572, 4573, 5, 443, 0, 0, 4573, 4574, 5, 62, 0, 0, 4574, 4575, 5, 360, 0, 0, 4575, 4582, 3, 652, 326, 0, 4576, 4577, 5, 6, 0, 0, 4577, 4578, 5, 62, 0, 0, 4578, 4579, 5, 360, 0, 0, 4579, 4581, 3, 652, 326, 0, 4580, 4576, 1, 0, 0, 0, 4581, 4584, 1, 0, 0, 0, 4582, 4580, 1, 0, 0, 0, 4582, 4583, 1, 0, 0, 0, 4583, 4602, 1, 0, 0, 0, 4584, 4582, 1, 0, 0, 0, 4585, 4602, 5, 104, 0, 0, 4586, 4587, 5, 333, 0, 0, 4587, 4594, 3, 818, 409, 0, 4588, 4589, 5, 94, 0, 0, 4589, 4595, 3, 818, 409, 0, 4590, 4591, 5, 10, 0, 0, 4591, 4595, 3, 818, 409, 0, 4592, 4593, 5, 64, 0, 0, 4593, 4595, 5, 434, 0, 0, 4594, 4588, 1, 0, 0, 0, 4594, 4590, 1, 0, 0, 0, 4594, 4592, 1, 0, 0, 0, 4595, 4602, 1, 0, 0, 0, 4596, 4597, 5, 36, 0, 0, 4597, 4602, 3, 818, 409, 0, 4598, 4602, 3, 4, 2, 0, 4599, 4602, 3, 396, 198, 0, 4600, 4602, 3, 818, 409, 0, 4601, 4566, 1, 0, 0, 0, 4601, 4570, 1, 0, 0, 0, 4601, 4572, 1, 0, 0, 0, 4601, 4585, 1, 0, 0, 0, 4601, 4586, 1, 0, 0, 0, 4601, 4596, 1, 0, 0, 0, 4601, 4598, 1, 0, 0, 0, 4601, 4599, 1, 0, 0, 0, 4601, 4600, 1, 0, 0, 0, 4602, 399, 1, 0, 0, 0, 4603, 4604, 5, 105, 0, 0, 4604, 4605, 3, 284, 142, 0, 4605, 401, 1, 0, 0, 0, 4606, 4607, 3, 800, 400, 0, 4607, 4608, 3, 388, 194, 0, 4608, 403, 1, 0, 0, 0, 4609, 4616, 5, 138, 0, 0, 4610, 4611, 5, 211, 0, 0, 4611, 4617, 3, 382, 191, 0, 4612, 4613, 5, 296, 0, 0, 4613, 4617, 3, 378, 189, 0, 4614, 4615, 5, 442, 0, 0, 4615, 4617, 3, 374, 187, 0, 4616, 4610, 1, 0, 0, 0, 4616, 4612, 1, 0, 0, 0, 4616, 4614, 1, 0, 0, 0, 4617, 4619, 1, 0, 0, 0, 4618, 4620, 3, 396, 198, 0, 4619, 4618, 1, 0, 0, 0, 4620, 4621, 1, 0, 0, 0, 4621, 4619, 1, 0, 0, 0, 4621, 4622, 1, 0, 0, 0, 4622, 4624, 1, 0, 0, 0, 4623, 4625, 5, 315, 0, 0, 4624, 4623, 1, 0, 0, 0, 4624, 4625, 1, 0, 0, 0, 4625, 405, 1, 0, 0, 0, 4626, 4642, 5, 191, 0, 0, 4627, 4629, 5, 211, 0, 0, 4628, 4630, 3, 422, 211, 0, 4629, 4628, 1, 0, 0, 0, 4629, 4630, 1, 0, 0, 0, 4630, 4631, 1, 0, 0, 0, 4631, 4643, 3, 380, 190, 0, 4632, 4634, 5, 296, 0, 0, 4633, 4635, 3, 422, 211, 0, 4634, 4633, 1, 0, 0, 0, 4634, 4635, 1, 0, 0, 0, 4635, 4636, 1, 0, 0, 0, 4636, 4643, 3, 376, 188, 0, 4637, 4639, 5, 442, 0, 0, 4638, 4640, 3, 422, 211, 0, 4639, 4638, 1, 0, 0, 0, 4639, 4640, 1, 0, 0, 0, 4640, 4641, 1, 0, 0, 0, 4641, 4643, 3, 372, 186, 0, 4642, 4627, 1, 0, 0, 0, 4642, 4632, 1, 0, 0, 0, 4642, 4637, 1, 0, 0, 0, 4643, 4645, 1, 0, 0, 0, 4644, 4646, 3, 96, 48, 0, 4645, 4644, 1, 0, 0, 0, 4645, 4646, 1, 0, 0, 0, 4646, 407, 1, 0, 0, 0, 4647, 4648, 5, 191, 0, 0, 4648, 4650, 5, 136, 0, 0, 4649, 4651, 3, 422, 211, 0, 4650, 4649, 1, 0, 0, 0, 4650, 4651, 1, 0, 0, 0, 4651, 4652, 1, 0, 0, 0, 4652, 4657, 3, 394, 197, 0, 4653, 4654, 5, 6, 0, 0, 4654, 4656, 3, 394, 197, 0, 4655, 4653, 1, 0, 0, 0, 4656, 4659, 1, 0, 0, 0, 4657, 4655, 1, 0, 0, 0, 4657, 4658, 1, 0, 0, 0, 4658, 4661, 1, 0, 0, 0, 4659, 4657, 1, 0, 0, 0, 4660, 4662, 3, 96, 48, 0, 4661, 4660, 1, 0, 0, 0, 4661, 4662, 1, 0, 0, 0, 4662, 409, 1, 0, 0, 0, 4663, 4664, 5, 191, 0, 0, 4664, 4666, 5, 278, 0, 0, 4665, 4667, 3, 422, 211, 0, 4666, 4665, 1, 0, 0, 0, 4666, 4667, 1, 0, 0, 0, 4667, 4668, 1, 0, 0, 0, 4668, 4673, 3, 416, 208, 0, 4669, 4670, 5, 6, 0, 0, 4670, 4672, 3, 416, 208, 0, 4671, 4669, 1, 0, 0, 0, 4672, 4675, 1, 0, 0, 0, 4673, 4671, 1, 0, 0, 0, 4673, 4674, 1, 0, 0, 0, 4674, 4677, 1, 0, 0, 0, 4675, 4673, 1, 0, 0, 0, 4676, 4678, 3, 96, 48, 0, 4677, 4676, 1, 0, 0, 0, 4677, 4678, 1, 0, 0, 0, 4678, 411, 1, 0, 0, 0, 4679, 4692, 5, 2, 0, 0, 4680, 4683, 3, 652, 326, 0, 4681, 4682, 5, 6, 0, 0, 4682, 4684, 3, 652, 326, 0, 4683, 4681, 1, 0, 0, 0, 4683, 4684, 1, 0, 0, 0, 4684, 4693, 1, 0, 0, 0, 4685, 4686, 5, 407, 0, 0, 4686, 4687, 5, 6, 0, 0, 4687, 4693, 3, 652, 326, 0, 4688, 4689, 3, 652, 326, 0, 4689, 4690, 5, 6, 0, 0, 4690, 4691, 5, 407, 0, 0, 4691, 4693, 1, 0, 0, 0, 4692, 4680, 1, 0, 0, 0, 4692, 4685, 1, 0, 0, 0, 4692, 4688, 1, 0, 0, 0, 4693, 4694, 1, 0, 0, 0, 4694, 4695, 5, 3, 0, 0, 4695, 413, 1, 0, 0, 0, 4696, 4697, 3, 818, 409, 0, 4697, 4698, 5, 11, 0, 0, 4698, 4700, 1, 0, 0, 0, 4699, 4696, 1, 0, 0, 0, 4700, 4703, 1, 0, 0, 0, 4701, 4699, 1, 0, 0, 0, 4701, 4702, 1, 0, 0, 0, 4702, 4704, 1, 0, 0, 0, 4703, 4701, 1, 0, 0, 0, 4704, 4705, 3, 720, 360, 0, 4705, 415, 1, 0, 0, 0, 4706, 4707, 3, 414, 207, 0, 4707, 4708, 3, 412, 206, 0, 4708, 417, 1, 0, 0, 0, 4709, 4713, 5, 57, 0, 0, 4710, 4714, 3, 808, 404, 0, 4711, 4712, 5, 247, 0, 0, 4712, 4714, 3, 58, 29, 0, 4713, 4710, 1, 0, 0, 0, 4713, 4711, 1, 0, 0, 0, 4714, 4715, 1, 0, 0, 0, 4715, 4713, 1, 0, 0, 0, 4715, 4716, 1, 0, 0, 0, 4716, 419, 1, 0, 0, 0, 4717, 4718, 5, 46, 0, 0, 4718, 4719, 5, 41, 0, 0, 4719, 4720, 5, 2, 0, 0, 4720, 4721, 3, 652, 326, 0, 4721, 4722, 5, 36, 0, 0, 4722, 4723, 3, 652, 326, 0, 4723, 4740, 5, 3, 0, 0, 4724, 4725, 5, 379, 0, 0, 4725, 4728, 5, 211, 0, 0, 4726, 4727, 5, 36, 0, 0, 4727, 4729, 7, 60, 0, 0, 4728, 4726, 1, 0, 0, 0, 4728, 4729, 1, 0, 0, 0, 4729, 4741, 1, 0, 0, 0, 4730, 4734, 5, 105, 0, 0, 4731, 4732, 5, 211, 0, 0, 4732, 4735, 3, 382, 191, 0, 4733, 4735, 5, 400, 0, 0, 4734, 4731, 1, 0, 0, 0, 4734, 4733, 1, 0, 0, 0, 4735, 4738, 1, 0, 0, 0, 4736, 4737, 5, 36, 0, 0, 4737, 4739, 7, 60, 0, 0, 4738, 4736, 1, 0, 0, 0, 4738, 4739, 1, 0, 0, 0, 4739, 4741, 1, 0, 0, 0, 4740, 4724, 1, 0, 0, 0, 4740, 4730, 1, 0, 0, 0, 4741, 421, 1, 0, 0, 0, 4742, 4743, 5, 220, 0, 0, 4743, 4744, 5, 396, 0, 0, 4744, 423, 1, 0, 0, 0, 4745, 4747, 5, 46, 0, 0, 4746, 4748, 3, 366, 183, 0, 4747, 4746, 1, 0, 0, 0, 4747, 4748, 1, 0, 0, 0, 4748, 4749, 1, 0, 0, 0, 4749, 4750, 5, 443, 0, 0, 4750, 4751, 5, 62, 0, 0, 4751, 4752, 3, 652, 326, 0, 4752, 4753, 5, 247, 0, 0, 4753, 4754, 3, 818, 409, 0, 4754, 4769, 5, 2, 0, 0, 4755, 4756, 5, 64, 0, 0, 4756, 4760, 3, 426, 213, 0, 4757, 4758, 5, 6, 0, 0, 4758, 4759, 5, 94, 0, 0, 4759, 4761, 3, 426, 213, 0, 4760, 4757, 1, 0, 0, 0, 4760, 4761, 1, 0, 0, 0, 4761, 4770, 1, 0, 0, 0, 4762, 4763, 5, 94, 0, 0, 4763, 4767, 3, 426, 213, 0, 4764, 4765, 5, 6, 0, 0, 4765, 4766, 5, 64, 0, 0, 4766, 4768, 3, 426, 213, 0, 4767, 4764, 1, 0, 0, 0, 4767, 4768, 1, 0, 0, 0, 4768, 4770, 1, 0, 0, 0, 4769, 4755, 1, 0, 0, 0, 4769, 4762, 1, 0, 0, 0, 4770, 4771, 1, 0, 0, 0, 4771, 4772, 5, 3, 0, 0, 4772, 425, 1, 0, 0, 0, 4773, 4774, 5, 461, 0, 0, 4774, 4775, 5, 105, 0, 0, 4775, 4776, 5, 211, 0, 0, 4776, 4777, 3, 382, 191, 0, 4777, 427, 1, 0, 0, 0, 4778, 4789, 5, 306, 0, 0, 4779, 4780, 5, 2, 0, 0, 4780, 4785, 5, 128, 0, 0, 4781, 4782, 5, 6, 0, 0, 4782, 4784, 5, 128, 0, 0, 4783, 4781, 1, 0, 0, 0, 4784, 4787, 1, 0, 0, 0, 4785, 4783, 1, 0, 0, 0, 4785, 4786, 1, 0, 0, 0, 4786, 4788, 1, 0, 0, 0, 4787, 4785, 1, 0, 0, 0, 4788, 4790, 5, 3, 0, 0, 4789, 4779, 1, 0, 0, 0, 4789, 4790, 1, 0, 0, 0, 4790, 4816, 1, 0, 0, 0, 4791, 4793, 5, 226, 0, 0, 4792, 4794, 5, 109, 0, 0, 4793, 4792, 1, 0, 0, 0, 4793, 4794, 1, 0, 0, 0, 4794, 4795, 1, 0, 0, 0, 4795, 4817, 3, 780, 390, 0, 4796, 4798, 5, 92, 0, 0, 4797, 4799, 5, 109, 0, 0, 4798, 4797, 1, 0, 0, 0, 4798, 4799, 1, 0, 0, 0, 4799, 4800, 1, 0, 0, 0, 4800, 4817, 3, 774, 387, 0, 4801, 4803, 5, 323, 0, 0, 4802, 4804, 5, 109, 0, 0, 4803, 4802, 1, 0, 0, 0, 4803, 4804, 1, 0, 0, 0, 4804, 4805, 1, 0, 0, 0, 4805, 4817, 3, 790, 395, 0, 4806, 4808, 5, 349, 0, 0, 4807, 4809, 5, 109, 0, 0, 4808, 4807, 1, 0, 0, 0, 4808, 4809, 1, 0, 0, 0, 4809, 4810, 1, 0, 0, 0, 4810, 4817, 3, 818, 409, 0, 4811, 4813, 5, 175, 0, 0, 4812, 4814, 5, 109, 0, 0, 4813, 4812, 1, 0, 0, 0, 4813, 4814, 1, 0, 0, 0, 4814, 4815, 1, 0, 0, 0, 4815, 4817, 3, 788, 394, 0, 4816, 4791, 1, 0, 0, 0, 4816, 4796, 1, 0, 0, 0, 4816, 4801, 1, 0, 0, 0, 4816, 4806, 1, 0, 0, 0, 4816, 4811, 1, 0, 0, 0, 4817, 429, 1, 0, 0, 0, 4818, 4819, 5, 138, 0, 0, 4819, 4820, 3, 176, 88, 0, 4820, 4821, 7, 16, 0, 0, 4821, 4822, 3, 100, 50, 0, 4822, 431, 1, 0, 0, 0, 4823, 4828, 5, 138, 0, 0, 4824, 4825, 5, 136, 0, 0, 4825, 4829, 3, 394, 197, 0, 4826, 4827, 5, 442, 0, 0, 4827, 4829, 3, 374, 187, 0, 4828, 4824, 1, 0, 0, 0, 4828, 4826, 1, 0, 0, 0, 4829, 4830, 1, 0, 0, 0, 4830, 4831, 5, 309, 0, 0, 4831, 4832, 5, 94, 0, 0, 4832, 4833, 3, 818, 409, 0, 4833, 5031, 1, 0, 0, 0, 4834, 4835, 5, 138, 0, 0, 4835, 4836, 5, 175, 0, 0, 4836, 4837, 3, 788, 394, 0, 4837, 4838, 5, 309, 0, 0, 4838, 4839, 5, 94, 0, 0, 4839, 4840, 3, 786, 393, 0, 4840, 5031, 1, 0, 0, 0, 4841, 4842, 5, 138, 0, 0, 4842, 4843, 7, 61, 0, 0, 4843, 4844, 3, 316, 158, 0, 4844, 4845, 5, 309, 0, 0, 4845, 4846, 5, 94, 0, 0, 4846, 4847, 3, 818, 409, 0, 4847, 5031, 1, 0, 0, 0, 4848, 4849, 5, 138, 0, 0, 4849, 4850, 5, 211, 0, 0, 4850, 4851, 3, 382, 191, 0, 4851, 4852, 5, 309, 0, 0, 4852, 4853, 5, 94, 0, 0, 4853, 4854, 3, 804, 402, 0, 4854, 5031, 1, 0, 0, 0, 4855, 4856, 5, 138, 0, 0, 4856, 4857, 5, 278, 0, 0, 4857, 4858, 7, 31, 0, 0, 4858, 4859, 3, 316, 158, 0, 4859, 4860, 3, 170, 85, 0, 4860, 4861, 5, 309, 0, 0, 4861, 4862, 5, 94, 0, 0, 4862, 4863, 3, 818, 409, 0, 4863, 5031, 1, 0, 0, 0, 4864, 4865, 5, 138, 0, 0, 4865, 4866, 5, 296, 0, 0, 4866, 4867, 3, 378, 189, 0, 4867, 4868, 5, 309, 0, 0, 4868, 4869, 5, 94, 0, 0, 4869, 4870, 3, 798, 399, 0, 4870, 5031, 1, 0, 0, 0, 4871, 4872, 5, 138, 0, 0, 4872, 4873, 5, 323, 0, 0, 4873, 4874, 3, 790, 395, 0, 4874, 4875, 5, 309, 0, 0, 4875, 4876, 5, 94, 0, 0, 4876, 4877, 3, 32, 16, 0, 4877, 5031, 1, 0, 0, 0, 4878, 4879, 5, 138, 0, 0, 4879, 4881, 7, 62, 0, 0, 4880, 4882, 3, 422, 211, 0, 4881, 4880, 1, 0, 0, 0, 4881, 4882, 1, 0, 0, 0, 4882, 4883, 1, 0, 0, 0, 4883, 4884, 3, 780, 390, 0, 4884, 4885, 5, 309, 0, 0, 4885, 4886, 5, 94, 0, 0, 4886, 4887, 3, 818, 409, 0, 4887, 5031, 1, 0, 0, 0, 4888, 4890, 5, 138, 0, 0, 4889, 4891, 5, 259, 0, 0, 4890, 4889, 1, 0, 0, 0, 4890, 4891, 1, 0, 0, 0, 4891, 4892, 1, 0, 0, 0, 4892, 4894, 5, 376, 0, 0, 4893, 4895, 3, 422, 211, 0, 4894, 4893, 1, 0, 0, 0, 4894, 4895, 1, 0, 0, 0, 4895, 4896, 1, 0, 0, 0, 4896, 4897, 3, 778, 389, 0, 4897, 4898, 5, 309, 0, 0, 4898, 4899, 5, 94, 0, 0, 4899, 4900, 3, 776, 388, 0, 4900, 5031, 1, 0, 0, 0, 4901, 4903, 5, 138, 0, 0, 4902, 4904, 5, 63, 0, 0, 4903, 4902, 1, 0, 0, 0, 4903, 4904, 1, 0, 0, 0, 4904, 4905, 1, 0, 0, 0, 4905, 4907, 5, 92, 0, 0, 4906, 4908, 3, 422, 211, 0, 4907, 4906, 1, 0, 0, 0, 4907, 4908, 1, 0, 0, 0, 4908, 4909, 1, 0, 0, 0, 4909, 4910, 3, 624, 312, 0, 4910, 4911, 5, 309, 0, 0, 4911, 4912, 5, 94, 0, 0, 4912, 4913, 3, 772, 386, 0, 4913, 5031, 1, 0, 0, 0, 4914, 4939, 5, 138, 0, 0, 4915, 4917, 5, 63, 0, 0, 4916, 4915, 1, 0, 0, 0, 4916, 4917, 1, 0, 0, 0, 4917, 4918, 1, 0, 0, 0, 4918, 4920, 5, 92, 0, 0, 4919, 4921, 3, 422, 211, 0, 4920, 4919, 1, 0, 0, 0, 4920, 4921, 1, 0, 0, 0, 4921, 4922, 1, 0, 0, 0, 4922, 4923, 3, 624, 312, 0, 4923, 4925, 5, 309, 0, 0, 4924, 4926, 5, 44, 0, 0, 4925, 4924, 1, 0, 0, 0, 4925, 4926, 1, 0, 0, 0, 4926, 4940, 1, 0, 0, 0, 4927, 4929, 5, 259, 0, 0, 4928, 4927, 1, 0, 0, 0, 4928, 4929, 1, 0, 0, 0, 4929, 4930, 1, 0, 0, 0, 4930, 4932, 5, 376, 0, 0, 4931, 4933, 3, 422, 211, 0, 4932, 4931, 1, 0, 0, 0, 4932, 4933, 1, 0, 0, 0, 4933, 4934, 1, 0, 0, 0, 4934, 4935, 3, 778, 389, 0, 4935, 4937, 5, 309, 0, 0, 4936, 4938, 5, 44, 0, 0, 4937, 4936, 1, 0, 0, 0, 4937, 4938, 1, 0, 0, 0, 4938, 4940, 1, 0, 0, 0, 4939, 4916, 1, 0, 0, 0, 4939, 4928, 1, 0, 0, 0, 4940, 4941, 1, 0, 0, 0, 4941, 4942, 3, 800, 400, 0, 4942, 4943, 5, 94, 0, 0, 4943, 4944, 3, 802, 401, 0, 4944, 5031, 1, 0, 0, 0, 4945, 4953, 5, 138, 0, 0, 4946, 4948, 5, 92, 0, 0, 4947, 4949, 3, 422, 211, 0, 4948, 4947, 1, 0, 0, 0, 4948, 4949, 1, 0, 0, 0, 4949, 4950, 1, 0, 0, 0, 4950, 4954, 3, 624, 312, 0, 4951, 4952, 5, 189, 0, 0, 4952, 4954, 3, 316, 158, 0, 4953, 4946, 1, 0, 0, 0, 4953, 4951, 1, 0, 0, 0, 4954, 4955, 1, 0, 0, 0, 4955, 4956, 5, 309, 0, 0, 4956, 4957, 5, 45, 0, 0, 4957, 4958, 3, 818, 409, 0, 4958, 4959, 5, 94, 0, 0, 4959, 4960, 3, 818, 409, 0, 4960, 5031, 1, 0, 0, 0, 4961, 4968, 5, 138, 0, 0, 4962, 4964, 5, 445, 0, 0, 4963, 4965, 3, 422, 211, 0, 4964, 4963, 1, 0, 0, 0, 4964, 4965, 1, 0, 0, 0, 4965, 4969, 1, 0, 0, 0, 4966, 4969, 5, 321, 0, 0, 4967, 4969, 5, 357, 0, 0, 4968, 4962, 1, 0, 0, 0, 4968, 4966, 1, 0, 0, 0, 4968, 4967, 1, 0, 0, 0, 4969, 4970, 1, 0, 0, 0, 4970, 4971, 3, 818, 409, 0, 4971, 4972, 5, 80, 0, 0, 4972, 4973, 3, 780, 390, 0, 4973, 4974, 5, 309, 0, 0, 4974, 4975, 5, 94, 0, 0, 4975, 4976, 3, 818, 409, 0, 4976, 5031, 1, 0, 0, 0, 4977, 4990, 5, 138, 0, 0, 4978, 4979, 5, 63, 0, 0, 4979, 4980, 5, 174, 0, 0, 4980, 4991, 5, 381, 0, 0, 4981, 4983, 5, 295, 0, 0, 4982, 4981, 1, 0, 0, 0, 4982, 4983, 1, 0, 0, 0, 4983, 4984, 1, 0, 0, 0, 4984, 4991, 5, 247, 0, 0, 4985, 4991, 5, 452, 0, 0, 4986, 4991, 5, 331, 0, 0, 4987, 4991, 5, 451, 0, 0, 4988, 4989, 5, 198, 0, 0, 4989, 4991, 5, 357, 0, 0, 4990, 4978, 1, 0, 0, 0, 4990, 4982, 1, 0, 0, 0, 4990, 4985, 1, 0, 0, 0, 4990, 4986, 1, 0, 0, 0, 4990, 4987, 1, 0, 0, 0, 4990, 4988, 1, 0, 0, 0, 4991, 4992, 1, 0, 0, 0, 4992, 4993, 3, 818, 409, 0, 4993, 4994, 5, 309, 0, 0, 4994, 4995, 5, 94, 0, 0, 4995, 4996, 3, 818, 409, 0, 4996, 5031, 1, 0, 0, 0, 4997, 4998, 5, 138, 0, 0, 4998, 4999, 7, 45, 0, 0, 4999, 5000, 3, 814, 407, 0, 5000, 5001, 5, 309, 0, 0, 5001, 5002, 5, 94, 0, 0, 5002, 5003, 3, 814, 407, 0, 5003, 5031, 1, 0, 0, 0, 5004, 5005, 5, 138, 0, 0, 5005, 5006, 3, 176, 88, 0, 5006, 5007, 5, 309, 0, 0, 5007, 5008, 5, 94, 0, 0, 5008, 5009, 3, 768, 384, 0, 5009, 5031, 1, 0, 0, 0, 5010, 5011, 5, 138, 0, 0, 5011, 5012, 5, 355, 0, 0, 5012, 5013, 5, 325, 0, 0, 5013, 5014, 7, 41, 0, 0, 5014, 5015, 3, 316, 158, 0, 5015, 5016, 5, 309, 0, 0, 5016, 5017, 5, 94, 0, 0, 5017, 5018, 3, 818, 409, 0, 5018, 5031, 1, 0, 0, 0, 5019, 5020, 5, 138, 0, 0, 5020, 5021, 5, 360, 0, 0, 5021, 5022, 3, 316, 158, 0, 5022, 5023, 5, 309, 0, 0, 5023, 5024, 5, 143, 0, 0, 5024, 5025, 3, 818, 409, 0, 5025, 5026, 5, 94, 0, 0, 5026, 5028, 3, 818, 409, 0, 5027, 5029, 3, 96, 48, 0, 5028, 5027, 1, 0, 0, 0, 5028, 5029, 1, 0, 0, 0, 5029, 5031, 1, 0, 0, 0, 5030, 4823, 1, 0, 0, 0, 5030, 4834, 1, 0, 0, 0, 5030, 4841, 1, 0, 0, 0, 5030, 4848, 1, 0, 0, 0, 5030, 4855, 1, 0, 0, 0, 5030, 4864, 1, 0, 0, 0, 5030, 4871, 1, 0, 0, 0, 5030, 4878, 1, 0, 0, 0, 5030, 4888, 1, 0, 0, 0, 5030, 4901, 1, 0, 0, 0, 5030, 4914, 1, 0, 0, 0, 5030, 4945, 1, 0, 0, 0, 5030, 4961, 1, 0, 0, 0, 5030, 4977, 1, 0, 0, 0, 5030, 4997, 1, 0, 0, 0, 5030, 5004, 1, 0, 0, 0, 5030, 5010, 1, 0, 0, 0, 5030, 5019, 1, 0, 0, 0, 5031, 433, 1, 0, 0, 0, 5032, 5049, 5, 138, 0, 0, 5033, 5034, 5, 211, 0, 0, 5034, 5050, 3, 382, 191, 0, 5035, 5036, 5, 296, 0, 0, 5036, 5050, 3, 378, 189, 0, 5037, 5038, 5, 442, 0, 0, 5038, 5050, 3, 374, 187, 0, 5039, 5040, 5, 357, 0, 0, 5040, 5041, 3, 818, 409, 0, 5041, 5042, 5, 80, 0, 0, 5042, 5043, 3, 780, 390, 0, 5043, 5050, 1, 0, 0, 0, 5044, 5045, 5, 259, 0, 0, 5045, 5046, 5, 376, 0, 0, 5046, 5050, 3, 778, 389, 0, 5047, 5048, 5, 226, 0, 0, 5048, 5050, 3, 780, 390, 0, 5049, 5033, 1, 0, 0, 0, 5049, 5035, 1, 0, 0, 0, 5049, 5037, 1, 0, 0, 0, 5049, 5039, 1, 0, 0, 0, 5049, 5044, 1, 0, 0, 0, 5049, 5047, 1, 0, 0, 0, 5050, 5052, 1, 0, 0, 0, 5051, 5053, 5, 269, 0, 0, 5052, 5051, 1, 0, 0, 0, 5052, 5053, 1, 0, 0, 0, 5053, 5054, 1, 0, 0, 0, 5054, 5055, 5, 462, 0, 0, 5055, 5056, 5, 80, 0, 0, 5056, 5057, 5, 204, 0, 0, 5057, 5058, 3, 818, 409, 0, 5058, 435, 1, 0, 0, 0, 5059, 5098, 5, 138, 0, 0, 5060, 5061, 5, 136, 0, 0, 5061, 5099, 3, 394, 197, 0, 5062, 5063, 5, 204, 0, 0, 5063, 5099, 3, 818, 409, 0, 5064, 5065, 5, 211, 0, 0, 5065, 5099, 3, 382, 191, 0, 5066, 5067, 5, 278, 0, 0, 5067, 5099, 3, 416, 208, 0, 5068, 5069, 5, 278, 0, 0, 5069, 5070, 7, 31, 0, 0, 5070, 5071, 3, 316, 158, 0, 5071, 5072, 3, 170, 85, 0, 5072, 5099, 1, 0, 0, 0, 5073, 5074, 5, 296, 0, 0, 5074, 5099, 3, 378, 189, 0, 5075, 5076, 5, 442, 0, 0, 5076, 5099, 3, 374, 187, 0, 5077, 5079, 5, 328, 0, 0, 5078, 5080, 3, 422, 211, 0, 5079, 5078, 1, 0, 0, 0, 5079, 5080, 1, 0, 0, 0, 5080, 5081, 1, 0, 0, 0, 5081, 5099, 3, 780, 390, 0, 5082, 5084, 5, 259, 0, 0, 5083, 5082, 1, 0, 0, 0, 5083, 5084, 1, 0, 0, 0, 5084, 5085, 1, 0, 0, 0, 5085, 5087, 5, 376, 0, 0, 5086, 5088, 3, 422, 211, 0, 5087, 5086, 1, 0, 0, 0, 5087, 5088, 1, 0, 0, 0, 5088, 5089, 1, 0, 0, 0, 5089, 5099, 3, 778, 389, 0, 5090, 5092, 5, 63, 0, 0, 5091, 5090, 1, 0, 0, 0, 5091, 5092, 1, 0, 0, 0, 5092, 5093, 1, 0, 0, 0, 5093, 5095, 5, 92, 0, 0, 5094, 5096, 3, 422, 211, 0, 5095, 5094, 1, 0, 0, 0, 5095, 5096, 1, 0, 0, 0, 5096, 5097, 1, 0, 0, 0, 5097, 5099, 3, 624, 312, 0, 5098, 5060, 1, 0, 0, 0, 5098, 5062, 1, 0, 0, 0, 5098, 5064, 1, 0, 0, 0, 5098, 5066, 1, 0, 0, 0, 5098, 5068, 1, 0, 0, 0, 5098, 5073, 1, 0, 0, 0, 5098, 5075, 1, 0, 0, 0, 5098, 5077, 1, 0, 0, 0, 5098, 5083, 1, 0, 0, 0, 5098, 5091, 1, 0, 0, 0, 5099, 5100, 1, 0, 0, 0, 5100, 5101, 5, 333, 0, 0, 5101, 5102, 5, 323, 0, 0, 5102, 5103, 3, 790, 395, 0, 5103, 5121, 1, 0, 0, 0, 5104, 5113, 5, 138, 0, 0, 5105, 5106, 5, 355, 0, 0, 5106, 5107, 5, 325, 0, 0, 5107, 5114, 7, 41, 0, 0, 5108, 5114, 5, 108, 0, 0, 5109, 5114, 5, 168, 0, 0, 5110, 5114, 5, 189, 0, 0, 5111, 5114, 5, 342, 0, 0, 5112, 5114, 5, 360, 0, 0, 5113, 5105, 1, 0, 0, 0, 5113, 5108, 1, 0, 0, 0, 5113, 5109, 1, 0, 0, 0, 5113, 5110, 1, 0, 0, 0, 5113, 5111, 1, 0, 0, 0, 5113, 5112, 1, 0, 0, 0, 5114, 5115, 1, 0, 0, 0, 5115, 5116, 3, 316, 158, 0, 5116, 5117, 5, 333, 0, 0, 5117, 5118, 5, 323, 0, 0, 5118, 5119, 3, 790, 395, 0, 5119, 5121, 1, 0, 0, 0, 5120, 5059, 1, 0, 0, 0, 5120, 5104, 1, 0, 0, 0, 5121, 437, 1, 0, 0, 0, 5122, 5123, 5, 138, 0, 0, 5123, 5124, 5, 278, 0, 0, 5124, 5125, 3, 416, 208, 0, 5125, 5126, 5, 333, 0, 0, 5126, 5127, 3, 440, 220, 0, 5127, 439, 1, 0, 0, 0, 5128, 5129, 5, 2, 0, 0, 5129, 5134, 3, 442, 221, 0, 5130, 5131, 5, 6, 0, 0, 5131, 5133, 3, 442, 221, 0, 5132, 5130, 1, 0, 0, 0, 5133, 5136, 1, 0, 0, 0, 5134, 5132, 1, 0, 0, 0, 5134, 5135, 1, 0, 0, 0, 5135, 5137, 1, 0, 0, 0, 5136, 5134, 1, 0, 0, 0, 5137, 5138, 5, 3, 0, 0, 5138, 441, 1, 0, 0, 0, 5139, 5140, 3, 824, 412, 0, 5140, 5147, 5, 10, 0, 0, 5141, 5148, 5, 407, 0, 0, 5142, 5148, 3, 388, 194, 0, 5143, 5148, 3, 834, 417, 0, 5144, 5148, 3, 726, 363, 0, 5145, 5148, 3, 202, 101, 0, 5146, 5148, 3, 808, 404, 0, 5147, 5141, 1, 0, 0, 0, 5147, 5142, 1, 0, 0, 0, 5147, 5143, 1, 0, 0, 0, 5147, 5144, 1, 0, 0, 0, 5147, 5145, 1, 0, 0, 0, 5147, 5146, 1, 0, 0, 0, 5148, 443, 1, 0, 0, 0, 5149, 5150, 5, 138, 0, 0, 5150, 5151, 5, 360, 0, 0, 5151, 5152, 3, 316, 158, 0, 5152, 5153, 5, 333, 0, 0, 5153, 5154, 3, 440, 220, 0, 5154, 445, 1, 0, 0, 0, 5155, 5156, 5, 138, 0, 0, 5156, 5157, 5, 278, 0, 0, 5157, 5158, 7, 31, 0, 0, 5158, 5159, 3, 316, 158, 0, 5159, 5160, 3, 170, 85, 0, 5160, 5161, 5, 282, 0, 0, 5161, 5162, 5, 94, 0, 0, 5162, 5163, 3, 814, 407, 0, 5163, 5230, 1, 0, 0, 0, 5164, 5191, 5, 138, 0, 0, 5165, 5166, 5, 136, 0, 0, 5166, 5192, 3, 394, 197, 0, 5167, 5168, 5, 175, 0, 0, 5168, 5192, 3, 788, 394, 0, 5169, 5170, 5, 211, 0, 0, 5170, 5192, 3, 382, 191, 0, 5171, 5173, 5, 295, 0, 0, 5172, 5171, 1, 0, 0, 0, 5172, 5173, 1, 0, 0, 0, 5173, 5174, 1, 0, 0, 0, 5174, 5175, 5, 247, 0, 0, 5175, 5192, 3, 818, 409, 0, 5176, 5177, 5, 248, 0, 0, 5177, 5178, 5, 274, 0, 0, 5178, 5192, 3, 202, 101, 0, 5179, 5180, 5, 248, 0, 0, 5180, 5181, 5, 274, 0, 0, 5181, 5192, 3, 202, 101, 0, 5182, 5183, 5, 278, 0, 0, 5183, 5192, 3, 416, 208, 0, 5184, 5185, 5, 296, 0, 0, 5185, 5192, 3, 378, 189, 0, 5186, 5187, 5, 442, 0, 0, 5187, 5192, 3, 374, 187, 0, 5188, 5189, 5, 323, 0, 0, 5189, 5192, 3, 790, 395, 0, 5190, 5192, 3, 176, 88, 0, 5191, 5165, 1, 0, 0, 0, 5191, 5167, 1, 0, 0, 0, 5191, 5169, 1, 0, 0, 0, 5191, 5172, 1, 0, 0, 0, 5191, 5176, 1, 0, 0, 0, 5191, 5179, 1, 0, 0, 0, 5191, 5182, 1, 0, 0, 0, 5191, 5184, 1, 0, 0, 0, 5191, 5186, 1, 0, 0, 0, 5191, 5188, 1, 0, 0, 0, 5191, 5190, 1, 0, 0, 0, 5192, 5193, 1, 0, 0, 0, 5193, 5194, 5, 282, 0, 0, 5194, 5195, 5, 94, 0, 0, 5195, 5196, 3, 814, 407, 0, 5196, 5230, 1, 0, 0, 0, 5197, 5206, 5, 138, 0, 0, 5198, 5199, 5, 355, 0, 0, 5199, 5200, 5, 325, 0, 0, 5200, 5207, 7, 63, 0, 0, 5201, 5207, 5, 108, 0, 0, 5202, 5207, 5, 168, 0, 0, 5203, 5207, 5, 189, 0, 0, 5204, 5207, 5, 360, 0, 0, 5205, 5207, 5, 342, 0, 0, 5206, 5198, 1, 0, 0, 0, 5206, 5201, 1, 0, 0, 0, 5206, 5202, 1, 0, 0, 0, 5206, 5203, 1, 0, 0, 0, 5206, 5204, 1, 0, 0, 0, 5206, 5205, 1, 0, 0, 0, 5207, 5208, 1, 0, 0, 0, 5208, 5209, 3, 316, 158, 0, 5209, 5210, 5, 282, 0, 0, 5210, 5211, 5, 94, 0, 0, 5211, 5212, 3, 814, 407, 0, 5212, 5230, 1, 0, 0, 0, 5213, 5222, 5, 138, 0, 0, 5214, 5223, 5, 331, 0, 0, 5215, 5216, 5, 63, 0, 0, 5216, 5217, 5, 174, 0, 0, 5217, 5223, 5, 381, 0, 0, 5218, 5219, 5, 198, 0, 0, 5219, 5223, 5, 357, 0, 0, 5220, 5223, 5, 452, 0, 0, 5221, 5223, 5, 451, 0, 0, 5222, 5214, 1, 0, 0, 0, 5222, 5215, 1, 0, 0, 0, 5222, 5218, 1, 0, 0, 0, 5222, 5220, 1, 0, 0, 0, 5222, 5221, 1, 0, 0, 0, 5223, 5224, 1, 0, 0, 0, 5224, 5225, 3, 818, 409, 0, 5225, 5226, 5, 282, 0, 0, 5226, 5227, 5, 94, 0, 0, 5227, 5228, 3, 814, 407, 0, 5228, 5230, 1, 0, 0, 0, 5229, 5155, 1, 0, 0, 0, 5229, 5164, 1, 0, 0, 0, 5229, 5197, 1, 0, 0, 0, 5229, 5213, 1, 0, 0, 0, 5230, 447, 1, 0, 0, 0, 5231, 5232, 5, 46, 0, 0, 5232, 5233, 5, 452, 0, 0, 5233, 5240, 3, 818, 409, 0, 5234, 5235, 5, 62, 0, 0, 5235, 5236, 5, 92, 0, 0, 5236, 5241, 3, 628, 314, 0, 5237, 5238, 5, 62, 0, 0, 5238, 5239, 5, 30, 0, 0, 5239, 5241, 5, 350, 0, 0, 5240, 5234, 1, 0, 0, 0, 5240, 5237, 1, 0, 0, 0, 5240, 5241, 1, 0, 0, 0, 5241, 5243, 1, 0, 0, 0, 5242, 5244, 3, 400, 200, 0, 5243, 5242, 1, 0, 0, 0, 5243, 5244, 1, 0, 0, 0, 5244, 449, 1, 0, 0, 0, 5245, 5246, 5, 138, 0, 0, 5246, 5247, 5, 452, 0, 0, 5247, 5265, 3, 818, 409, 0, 5248, 5249, 5, 282, 0, 0, 5249, 5250, 5, 94, 0, 0, 5250, 5266, 3, 814, 407, 0, 5251, 5252, 5, 333, 0, 0, 5252, 5266, 3, 284, 142, 0, 5253, 5254, 5, 309, 0, 0, 5254, 5255, 5, 94, 0, 0, 5255, 5266, 3, 818, 409, 0, 5256, 5257, 7, 34, 0, 0, 5257, 5262, 3, 626, 313, 0, 5258, 5259, 5, 6, 0, 0, 5259, 5261, 3, 626, 313, 0, 5260, 5258, 1, 0, 0, 0, 5261, 5264, 1, 0, 0, 0, 5262, 5260, 1, 0, 0, 0, 5262, 5263, 1, 0, 0, 0, 5263, 5266, 1, 0, 0, 0, 5264, 5262, 1, 0, 0, 0, 5265, 5248, 1, 0, 0, 0, 5265, 5251, 1, 0, 0, 0, 5265, 5253, 1, 0, 0, 0, 5265, 5256, 1, 0, 0, 0, 5266, 451, 1, 0, 0, 0, 5267, 5268, 5, 46, 0, 0, 5268, 5269, 5, 451, 0, 0, 5269, 5270, 3, 818, 409, 0, 5270, 5271, 5, 164, 0, 0, 5271, 5272, 3, 808, 404, 0, 5272, 5273, 5, 452, 0, 0, 5273, 5278, 3, 824, 412, 0, 5274, 5275, 5, 6, 0, 0, 5275, 5277, 3, 824, 412, 0, 5276, 5274, 1, 0, 0, 0, 5277, 5280, 1, 0, 0, 0, 5278, 5276, 1, 0, 0, 0, 5278, 5279, 1, 0, 0, 0, 5279, 5282, 1, 0, 0, 0, 5280, 5278, 1, 0, 0, 0, 5281, 5283, 3, 400, 200, 0, 5282, 5281, 1, 0, 0, 0, 5282, 5283, 1, 0, 0, 0, 5283, 453, 1, 0, 0, 0, 5284, 5285, 5, 138, 0, 0, 5285, 5286, 5, 451, 0, 0, 5286, 5287, 3, 818, 409, 0, 5287, 5288, 5, 333, 0, 0, 5288, 5289, 3, 284, 142, 0, 5289, 5341, 1, 0, 0, 0, 5290, 5291, 5, 138, 0, 0, 5291, 5292, 5, 451, 0, 0, 5292, 5293, 3, 818, 409, 0, 5293, 5294, 5, 164, 0, 0, 5294, 5295, 3, 808, 404, 0, 5295, 5341, 1, 0, 0, 0, 5296, 5297, 5, 138, 0, 0, 5297, 5298, 5, 451, 0, 0, 5298, 5299, 3, 818, 409, 0, 5299, 5300, 5, 305, 0, 0, 5300, 5302, 5, 452, 0, 0, 5301, 5303, 3, 400, 200, 0, 5302, 5301, 1, 0, 0, 0, 5302, 5303, 1, 0, 0, 0, 5303, 5341, 1, 0, 0, 0, 5304, 5305, 5, 138, 0, 0, 5305, 5306, 5, 451, 0, 0, 5306, 5307, 3, 818, 409, 0, 5307, 5308, 7, 34, 0, 0, 5308, 5309, 5, 452, 0, 0, 5309, 5314, 3, 824, 412, 0, 5310, 5311, 5, 6, 0, 0, 5311, 5313, 3, 824, 412, 0, 5312, 5310, 1, 0, 0, 0, 5313, 5316, 1, 0, 0, 0, 5314, 5312, 1, 0, 0, 0, 5314, 5315, 1, 0, 0, 0, 5315, 5318, 1, 0, 0, 0, 5316, 5314, 1, 0, 0, 0, 5317, 5319, 3, 400, 200, 0, 5318, 5317, 1, 0, 0, 0, 5318, 5319, 1, 0, 0, 0, 5319, 5341, 1, 0, 0, 0, 5320, 5321, 5, 138, 0, 0, 5321, 5322, 5, 451, 0, 0, 5322, 5323, 3, 818, 409, 0, 5323, 5324, 7, 64, 0, 0, 5324, 5341, 1, 0, 0, 0, 5325, 5326, 5, 138, 0, 0, 5326, 5327, 5, 451, 0, 0, 5327, 5328, 3, 818, 409, 0, 5328, 5329, 5, 465, 0, 0, 5329, 5330, 5, 2, 0, 0, 5330, 5331, 3, 290, 145, 0, 5331, 5332, 5, 3, 0, 0, 5332, 5341, 1, 0, 0, 0, 5333, 5334, 5, 138, 0, 0, 5334, 5335, 5, 451, 0, 0, 5335, 5336, 3, 818, 409, 0, 5336, 5337, 5, 282, 0, 0, 5337, 5338, 5, 94, 0, 0, 5338, 5339, 3, 814, 407, 0, 5339, 5341, 1, 0, 0, 0, 5340, 5284, 1, 0, 0, 0, 5340, 5290, 1, 0, 0, 0, 5340, 5296, 1, 0, 0, 0, 5340, 5304, 1, 0, 0, 0, 5340, 5320, 1, 0, 0, 0, 5340, 5325, 1, 0, 0, 0, 5340, 5333, 1, 0, 0, 0, 5341, 455, 1, 0, 0, 0, 5342, 5344, 5, 46, 0, 0, 5343, 5345, 3, 366, 183, 0, 5344, 5343, 1, 0, 0, 0, 5344, 5345, 1, 0, 0, 0, 5345, 5346, 1, 0, 0, 0, 5346, 5347, 5, 321, 0, 0, 5347, 5348, 3, 818, 409, 0, 5348, 5349, 5, 36, 0, 0, 5349, 5350, 5, 80, 0, 0, 5350, 5351, 7, 65, 0, 0, 5351, 5352, 5, 94, 0, 0, 5352, 5354, 3, 780, 390, 0, 5353, 5355, 3, 638, 319, 0, 5354, 5353, 1, 0, 0, 0, 5354, 5355, 1, 0, 0, 0, 5355, 5356, 1, 0, 0, 0, 5356, 5358, 5, 57, 0, 0, 5357, 5359, 7, 66, 0, 0, 5358, 5357, 1, 0, 0, 0, 5358, 5359, 1, 0, 0, 0, 5359, 5376, 1, 0, 0, 0, 5360, 5377, 5, 270, 0, 0, 5361, 5377, 3, 458, 229, 0, 5362, 5364, 5, 2, 0, 0, 5363, 5365, 3, 458, 229, 0, 5364, 5363, 1, 0, 0, 0, 5364, 5365, 1, 0, 0, 0, 5365, 5372, 1, 0, 0, 0, 5366, 5368, 5, 7, 0, 0, 5367, 5369, 3, 458, 229, 0, 5368, 5367, 1, 0, 0, 0, 5368, 5369, 1, 0, 0, 0, 5369, 5371, 1, 0, 0, 0, 5370, 5366, 1, 0, 0, 0, 5371, 5374, 1, 0, 0, 0, 5372, 5370, 1, 0, 0, 0, 5372, 5373, 1, 0, 0, 0, 5373, 5375, 1, 0, 0, 0, 5374, 5372, 1, 0, 0, 0, 5375, 5377, 5, 3, 0, 0, 5376, 5360, 1, 0, 0, 0, 5376, 5361, 1, 0, 0, 0, 5376, 5362, 1, 0, 0, 0, 5377, 457, 1, 0, 0, 0, 5378, 5384, 3, 560, 280, 0, 5379, 5384, 3, 538, 269, 0, 5380, 5384, 3, 552, 276, 0, 5381, 5384, 3, 548, 274, 0, 5382, 5384, 3, 460, 230, 0, 5383, 5378, 1, 0, 0, 0, 5383, 5379, 1, 0, 0, 0, 5383, 5380, 1, 0, 0, 0, 5383, 5381, 1, 0, 0, 0, 5383, 5382, 1, 0, 0, 0, 5384, 459, 1, 0, 0, 0, 5385, 5386, 5, 271, 0, 0, 5386, 5388, 3, 818, 409, 0, 5387, 5389, 3, 462, 231, 0, 5388, 5387, 1, 0, 0, 0, 5388, 5389, 1, 0, 0, 0, 5389, 461, 1, 0, 0, 0, 5390, 5391, 5, 6, 0, 0, 5391, 5392, 3, 808, 404, 0, 5392, 463, 1, 0, 0, 0, 5393, 5394, 5, 252, 0, 0, 5394, 5395, 3, 818, 409, 0, 5395, 465, 1, 0, 0, 0, 5396, 5399, 5, 366, 0, 0, 5397, 5400, 3, 818, 409, 0, 5398, 5400, 5, 9, 0, 0, 5399, 5397, 1, 0, 0, 0, 5399, 5398, 1, 0, 0, 0, 5400, 467, 1, 0, 0, 0, 5401, 5403, 5, 146, 0, 0, 5402, 5404, 3, 470, 235, 0, 5403, 5402, 1, 0, 0, 0, 5403, 5404, 1, 0, 0, 0, 5404, 5406, 1, 0, 0, 0, 5405, 5407, 3, 474, 237, 0, 5406, 5405, 1, 0, 0, 0, 5406, 5407, 1, 0, 0, 0, 5407, 5447, 1, 0, 0, 0, 5408, 5409, 5, 340, 0, 0, 5409, 5411, 5, 356, 0, 0, 5410, 5412, 3, 474, 237, 0, 5411, 5410, 1, 0, 0, 0, 5411, 5412, 1, 0, 0, 0, 5412, 5447, 1, 0, 0, 0, 5413, 5414, 5, 322, 0, 0, 5414, 5447, 3, 818, 409, 0, 5415, 5417, 5, 308, 0, 0, 5416, 5418, 5, 322, 0, 0, 5417, 5416, 1, 0, 0, 0, 5417, 5418, 1, 0, 0, 0, 5418, 5419, 1, 0, 0, 0, 5419, 5447, 3, 818, 409, 0, 5420, 5421, 5, 290, 0, 0, 5421, 5422, 5, 356, 0, 0, 5422, 5447, 3, 808, 404, 0, 5423, 5424, 7, 67, 0, 0, 5424, 5425, 5, 291, 0, 0, 5425, 5447, 3, 808, 404, 0, 5426, 5428, 7, 68, 0, 0, 5427, 5429, 3, 470, 235, 0, 5428, 5427, 1, 0, 0, 0, 5428, 5429, 1, 0, 0, 0, 5429, 5435, 1, 0, 0, 0, 5430, 5432, 5, 33, 0, 0, 5431, 5433, 5, 269, 0, 0, 5432, 5431, 1, 0, 0, 0, 5432, 5433, 1, 0, 0, 0, 5433, 5434, 1, 0, 0, 0, 5434, 5436, 5, 153, 0, 0, 5435, 5430, 1, 0, 0, 0, 5435, 5436, 1, 0, 0, 0, 5436, 5447, 1, 0, 0, 0, 5437, 5439, 5, 319, 0, 0, 5438, 5440, 3, 470, 235, 0, 5439, 5438, 1, 0, 0, 0, 5439, 5440, 1, 0, 0, 0, 5440, 5441, 1, 0, 0, 0, 5441, 5443, 5, 94, 0, 0, 5442, 5444, 5, 322, 0, 0, 5443, 5442, 1, 0, 0, 0, 5443, 5444, 1, 0, 0, 0, 5444, 5445, 1, 0, 0, 0, 5445, 5447, 3, 818, 409, 0, 5446, 5401, 1, 0, 0, 0, 5446, 5408, 1, 0, 0, 0, 5446, 5413, 1, 0, 0, 0, 5446, 5415, 1, 0, 0, 0, 5446, 5420, 1, 0, 0, 0, 5446, 5423, 1, 0, 0, 0, 5446, 5426, 1, 0, 0, 0, 5446, 5437, 1, 0, 0, 0, 5447, 469, 1, 0, 0, 0, 5448, 5449, 7, 69, 0, 0, 5449, 471, 1, 0, 0, 0, 5450, 5451, 5, 244, 0, 0, 5451, 5452, 5, 251, 0, 0, 5452, 5460, 3, 50, 25, 0, 5453, 5454, 5, 300, 0, 0, 5454, 5460, 7, 70, 0, 0, 5455, 5457, 5, 77, 0, 0, 5456, 5455, 1, 0, 0, 0, 5456, 5457, 1, 0, 0, 0, 5457, 5458, 1, 0, 0, 0, 5458, 5460, 5, 54, 0, 0, 5459, 5450, 1, 0, 0, 0, 5459, 5453, 1, 0, 0, 0, 5459, 5456, 1, 0, 0, 0, 5460, 473, 1, 0, 0, 0, 5461, 5468, 3, 472, 236, 0, 5462, 5464, 5, 6, 0, 0, 5463, 5462, 1, 0, 0, 0, 5463, 5464, 1, 0, 0, 0, 5464, 5465, 1, 0, 0, 0, 5465, 5467, 3, 472, 236, 0, 5466, 5463, 1, 0, 0, 0, 5467, 5470, 1, 0, 0, 0, 5468, 5466, 1, 0, 0, 0, 5468, 5469, 1, 0, 0, 0, 5469, 475, 1, 0, 0, 0, 5470, 5468, 1, 0, 0, 0, 5471, 5474, 5, 46, 0, 0, 5472, 5473, 5, 82, 0, 0, 5473, 5475, 5, 311, 0, 0, 5474, 5472, 1, 0, 0, 0, 5474, 5475, 1, 0, 0, 0, 5475, 5477, 1, 0, 0, 0, 5476, 5478, 3, 122, 61, 0, 5477, 5476, 1, 0, 0, 0, 5477, 5478, 1, 0, 0, 0, 5478, 5494, 1, 0, 0, 0, 5479, 5480, 5, 376, 0, 0, 5480, 5482, 3, 776, 388, 0, 5481, 5483, 3, 146, 73, 0, 5482, 5481, 1, 0, 0, 0, 5482, 5483, 1, 0, 0, 0, 5483, 5485, 1, 0, 0, 0, 5484, 5486, 3, 102, 51, 0, 5485, 5484, 1, 0, 0, 0, 5485, 5486, 1, 0, 0, 0, 5486, 5495, 1, 0, 0, 0, 5487, 5488, 5, 303, 0, 0, 5488, 5489, 5, 376, 0, 0, 5489, 5490, 3, 776, 388, 0, 5490, 5492, 3, 144, 72, 0, 5491, 5493, 3, 102, 51, 0, 5492, 5491, 1, 0, 0, 0, 5492, 5493, 1, 0, 0, 0, 5493, 5495, 1, 0, 0, 0, 5494, 5479, 1, 0, 0, 0, 5494, 5487, 1, 0, 0, 0, 5495, 5496, 1, 0, 0, 0, 5496, 5497, 5, 36, 0, 0, 5497, 5504, 3, 560, 280, 0, 5498, 5500, 5, 105, 0, 0, 5499, 5501, 7, 71, 0, 0, 5500, 5499, 1, 0, 0, 0, 5500, 5501, 1, 0, 0, 0, 5501, 5502, 1, 0, 0, 0, 5502, 5503, 5, 42, 0, 0, 5503, 5505, 5, 279, 0, 0, 5504, 5498, 1, 0, 0, 0, 5504, 5505, 1, 0, 0, 0, 5505, 477, 1, 0, 0, 0, 5506, 5507, 5, 253, 0, 0, 5507, 5508, 3, 808, 404, 0, 5508, 479, 1, 0, 0, 0, 5509, 5510, 5, 46, 0, 0, 5510, 5511, 5, 175, 0, 0, 5511, 5513, 3, 786, 393, 0, 5512, 5514, 5, 105, 0, 0, 5513, 5512, 1, 0, 0, 0, 5513, 5514, 1, 0, 0, 0, 5514, 5520, 1, 0, 0, 0, 5515, 5517, 3, 482, 241, 0, 5516, 5515, 1, 0, 0, 0, 5517, 5518, 1, 0, 0, 0, 5518, 5516, 1, 0, 0, 0, 5518, 5519, 1, 0, 0, 0, 5519, 5521, 1, 0, 0, 0, 5520, 5516, 1, 0, 0, 0, 5520, 5521, 1, 0, 0, 0, 5521, 481, 1, 0, 0, 0, 5522, 5523, 5, 164, 0, 0, 5523, 5531, 5, 74, 0, 0, 5524, 5531, 5, 194, 0, 0, 5525, 5531, 5, 255, 0, 0, 5526, 5531, 5, 282, 0, 0, 5527, 5531, 5, 351, 0, 0, 5528, 5531, 5, 353, 0, 0, 5529, 5531, 3, 826, 413, 0, 5530, 5522, 1, 0, 0, 0, 5530, 5524, 1, 0, 0, 0, 5530, 5525, 1, 0, 0, 0, 5530, 5526, 1, 0, 0, 0, 5530, 5527, 1, 0, 0, 0, 5530, 5528, 1, 0, 0, 0, 5530, 5529, 1, 0, 0, 0, 5531, 5533, 1, 0, 0, 0, 5532, 5534, 5, 10, 0, 0, 5533, 5532, 1, 0, 0, 0, 5533, 5534, 1, 0, 0, 0, 5534, 5538, 1, 0, 0, 0, 5535, 5539, 3, 812, 406, 0, 5536, 5539, 3, 54, 27, 0, 5537, 5539, 5, 53, 0, 0, 5538, 5535, 1, 0, 0, 0, 5538, 5536, 1, 0, 0, 0, 5538, 5537, 1, 0, 0, 0, 5539, 483, 1, 0, 0, 0, 5540, 5541, 5, 138, 0, 0, 5541, 5542, 5, 175, 0, 0, 5542, 5558, 3, 788, 394, 0, 5543, 5544, 5, 333, 0, 0, 5544, 5545, 5, 351, 0, 0, 5545, 5547, 3, 768, 384, 0, 5546, 5543, 1, 0, 0, 0, 5546, 5547, 1, 0, 0, 0, 5547, 5559, 1, 0, 0, 0, 5548, 5550, 5, 105, 0, 0, 5549, 5548, 1, 0, 0, 0, 5549, 5550, 1, 0, 0, 0, 5550, 5552, 1, 0, 0, 0, 5551, 5553, 3, 482, 241, 0, 5552, 5551, 1, 0, 0, 0, 5553, 5554, 1, 0, 0, 0, 5554, 5552, 1, 0, 0, 0, 5554, 5555, 1, 0, 0, 0, 5555, 5557, 1, 0, 0, 0, 5556, 5549, 1, 0, 0, 0, 5556, 5557, 1, 0, 0, 0, 5557, 5559, 1, 0, 0, 0, 5558, 5546, 1, 0, 0, 0, 5558, 5556, 1, 0, 0, 0, 5559, 485, 1, 0, 0, 0, 5560, 5561, 5, 138, 0, 0, 5561, 5562, 5, 175, 0, 0, 5562, 5564, 3, 788, 394, 0, 5563, 5565, 3, 64, 32, 0, 5564, 5563, 1, 0, 0, 0, 5564, 5565, 1, 0, 0, 0, 5565, 487, 1, 0, 0, 0, 5566, 5567, 5, 138, 0, 0, 5567, 5568, 5, 108, 0, 0, 5568, 5569, 3, 316, 158, 0, 5569, 5570, 5, 305, 0, 0, 5570, 5571, 5, 375, 0, 0, 5571, 489, 1, 0, 0, 0, 5572, 5573, 5, 138, 0, 0, 5573, 5574, 5, 349, 0, 0, 5574, 5575, 7, 16, 0, 0, 5575, 5576, 3, 40, 20, 0, 5576, 491, 1, 0, 0, 0, 5577, 5578, 5, 46, 0, 0, 5578, 5579, 5, 189, 0, 0, 5579, 5581, 3, 316, 158, 0, 5580, 5582, 5, 36, 0, 0, 5581, 5580, 1, 0, 0, 0, 5581, 5582, 1, 0, 0, 0, 5582, 5583, 1, 0, 0, 0, 5583, 5587, 3, 652, 326, 0, 5584, 5586, 3, 134, 67, 0, 5585, 5584, 1, 0, 0, 0, 5586, 5589, 1, 0, 0, 0, 5587, 5585, 1, 0, 0, 0, 5587, 5588, 1, 0, 0, 0, 5588, 493, 1, 0, 0, 0, 5589, 5587, 1, 0, 0, 0, 5590, 5591, 5, 138, 0, 0, 5591, 5592, 5, 189, 0, 0, 5592, 5615, 3, 316, 158, 0, 5593, 5616, 3, 94, 47, 0, 5594, 5595, 7, 15, 0, 0, 5595, 5596, 5, 77, 0, 0, 5596, 5616, 5, 78, 0, 0, 5597, 5600, 5, 133, 0, 0, 5598, 5599, 5, 45, 0, 0, 5599, 5601, 3, 818, 409, 0, 5600, 5598, 1, 0, 0, 0, 5600, 5601, 1, 0, 0, 0, 5601, 5602, 1, 0, 0, 0, 5602, 5616, 3, 142, 71, 0, 5603, 5604, 5, 191, 0, 0, 5604, 5606, 5, 45, 0, 0, 5605, 5607, 3, 422, 211, 0, 5606, 5605, 1, 0, 0, 0, 5606, 5607, 1, 0, 0, 0, 5607, 5608, 1, 0, 0, 0, 5608, 5610, 3, 818, 409, 0, 5609, 5611, 3, 96, 48, 0, 5610, 5609, 1, 0, 0, 0, 5610, 5611, 1, 0, 0, 0, 5611, 5616, 1, 0, 0, 0, 5612, 5613, 5, 372, 0, 0, 5613, 5614, 5, 45, 0, 0, 5614, 5616, 3, 818, 409, 0, 5615, 5593, 1, 0, 0, 0, 5615, 5594, 1, 0, 0, 0, 5615, 5597, 1, 0, 0, 0, 5615, 5603, 1, 0, 0, 0, 5615, 5612, 1, 0, 0, 0, 5616, 495, 1, 0, 0, 0, 5617, 5618, 5, 138, 0, 0, 5618, 5619, 5, 355, 0, 0, 5619, 5620, 5, 325, 0, 0, 5620, 5621, 5, 185, 0, 0, 5621, 5622, 3, 316, 158, 0, 5622, 5623, 3, 284, 142, 0, 5623, 497, 1, 0, 0, 0, 5624, 5625, 5, 138, 0, 0, 5625, 5626, 5, 355, 0, 0, 5626, 5627, 5, 325, 0, 0, 5627, 5628, 5, 163, 0, 0, 5628, 5629, 3, 316, 158, 0, 5629, 5630, 7, 72, 0, 0, 5630, 5631, 5, 257, 0, 0, 5631, 5632, 5, 62, 0, 0, 5632, 5633, 3, 784, 392, 0, 5633, 5634, 5, 105, 0, 0, 5634, 5635, 3, 314, 157, 0, 5635, 5666, 1, 0, 0, 0, 5636, 5637, 5, 138, 0, 0, 5637, 5638, 5, 355, 0, 0, 5638, 5639, 5, 325, 0, 0, 5639, 5640, 5, 163, 0, 0, 5640, 5641, 3, 316, 158, 0, 5641, 5642, 5, 138, 0, 0, 5642, 5645, 5, 257, 0, 0, 5643, 5644, 5, 62, 0, 0, 5644, 5646, 3, 784, 392, 0, 5645, 5643, 1, 0, 0, 0, 5645, 5646, 1, 0, 0, 0, 5646, 5647, 1, 0, 0, 0, 5647, 5648, 5, 311, 0, 0, 5648, 5649, 3, 316, 158, 0, 5649, 5650, 5, 105, 0, 0, 5650, 5651, 3, 316, 158, 0, 5651, 5666, 1, 0, 0, 0, 5652, 5653, 5, 138, 0, 0, 5653, 5654, 5, 355, 0, 0, 5654, 5655, 5, 325, 0, 0, 5655, 5656, 5, 163, 0, 0, 5656, 5657, 3, 316, 158, 0, 5657, 5658, 5, 191, 0, 0, 5658, 5660, 5, 257, 0, 0, 5659, 5661, 3, 422, 211, 0, 5660, 5659, 1, 0, 0, 0, 5660, 5661, 1, 0, 0, 0, 5661, 5662, 1, 0, 0, 0, 5662, 5663, 5, 62, 0, 0, 5663, 5664, 3, 784, 392, 0, 5664, 5666, 1, 0, 0, 0, 5665, 5624, 1, 0, 0, 0, 5665, 5636, 1, 0, 0, 0, 5665, 5652, 1, 0, 0, 0, 5666, 499, 1, 0, 0, 0, 5667, 5669, 5, 46, 0, 0, 5668, 5670, 5, 53, 0, 0, 5669, 5668, 1, 0, 0, 0, 5669, 5670, 1, 0, 0, 0, 5670, 5671, 1, 0, 0, 0, 5671, 5672, 5, 168, 0, 0, 5672, 5673, 3, 316, 158, 0, 5673, 5674, 5, 62, 0, 0, 5674, 5675, 3, 808, 404, 0, 5675, 5676, 5, 94, 0, 0, 5676, 5677, 3, 808, 404, 0, 5677, 5678, 5, 64, 0, 0, 5678, 5679, 3, 316, 158, 0, 5679, 501, 1, 0, 0, 0, 5680, 5682, 5, 158, 0, 0, 5681, 5683, 3, 514, 257, 0, 5682, 5681, 1, 0, 0, 0, 5682, 5683, 1, 0, 0, 0, 5683, 5688, 1, 0, 0, 0, 5684, 5686, 3, 774, 387, 0, 5685, 5687, 3, 170, 85, 0, 5686, 5685, 1, 0, 0, 0, 5686, 5687, 1, 0, 0, 0, 5687, 5689, 1, 0, 0, 0, 5688, 5684, 1, 0, 0, 0, 5688, 5689, 1, 0, 0, 0, 5689, 5706, 1, 0, 0, 0, 5690, 5691, 5, 158, 0, 0, 5691, 5692, 5, 2, 0, 0, 5692, 5697, 3, 514, 257, 0, 5693, 5694, 5, 6, 0, 0, 5694, 5696, 3, 514, 257, 0, 5695, 5693, 1, 0, 0, 0, 5696, 5699, 1, 0, 0, 0, 5697, 5695, 1, 0, 0, 0, 5697, 5698, 1, 0, 0, 0, 5698, 5700, 1, 0, 0, 0, 5699, 5697, 1, 0, 0, 0, 5700, 5701, 5, 3, 0, 0, 5701, 5703, 3, 774, 387, 0, 5702, 5704, 3, 170, 85, 0, 5703, 5702, 1, 0, 0, 0, 5703, 5704, 1, 0, 0, 0, 5704, 5706, 1, 0, 0, 0, 5705, 5680, 1, 0, 0, 0, 5705, 5690, 1, 0, 0, 0, 5706, 503, 1, 0, 0, 0, 5707, 5723, 5, 370, 0, 0, 5708, 5710, 5, 113, 0, 0, 5709, 5708, 1, 0, 0, 0, 5709, 5710, 1, 0, 0, 0, 5710, 5712, 1, 0, 0, 0, 5711, 5713, 5, 112, 0, 0, 5712, 5711, 1, 0, 0, 0, 5712, 5713, 1, 0, 0, 0, 5713, 5715, 1, 0, 0, 0, 5714, 5716, 3, 514, 257, 0, 5715, 5714, 1, 0, 0, 0, 5715, 5716, 1, 0, 0, 0, 5716, 5718, 1, 0, 0, 0, 5717, 5719, 3, 508, 254, 0, 5718, 5717, 1, 0, 0, 0, 5718, 5719, 1, 0, 0, 0, 5719, 5724, 1, 0, 0, 0, 5720, 5722, 3, 524, 262, 0, 5721, 5720, 1, 0, 0, 0, 5721, 5722, 1, 0, 0, 0, 5722, 5724, 1, 0, 0, 0, 5723, 5709, 1, 0, 0, 0, 5723, 5721, 1, 0, 0, 0, 5724, 5726, 1, 0, 0, 0, 5725, 5727, 3, 518, 259, 0, 5726, 5725, 1, 0, 0, 0, 5726, 5727, 1, 0, 0, 0, 5727, 505, 1, 0, 0, 0, 5728, 5743, 3, 508, 254, 0, 5729, 5731, 3, 514, 257, 0, 5730, 5729, 1, 0, 0, 0, 5730, 5731, 1, 0, 0, 0, 5731, 5744, 1, 0, 0, 0, 5732, 5733, 5, 2, 0, 0, 5733, 5738, 3, 512, 256, 0, 5734, 5735, 5, 6, 0, 0, 5735, 5737, 3, 512, 256, 0, 5736, 5734, 1, 0, 0, 0, 5737, 5740, 1, 0, 0, 0, 5738, 5736, 1, 0, 0, 0, 5738, 5739, 1, 0, 0, 0, 5739, 5741, 1, 0, 0, 0, 5740, 5738, 1, 0, 0, 0, 5741, 5742, 5, 3, 0, 0, 5742, 5744, 1, 0, 0, 0, 5743, 5730, 1, 0, 0, 0, 5743, 5732, 1, 0, 0, 0, 5744, 5746, 1, 0, 0, 0, 5745, 5747, 3, 518, 259, 0, 5746, 5745, 1, 0, 0, 0, 5746, 5747, 1, 0, 0, 0, 5747, 507, 1, 0, 0, 0, 5748, 5749, 7, 73, 0, 0, 5749, 509, 1, 0, 0, 0, 5750, 5753, 3, 822, 411, 0, 5751, 5753, 3, 508, 254, 0, 5752, 5750, 1, 0, 0, 0, 5752, 5751, 1, 0, 0, 0, 5753, 5756, 1, 0, 0, 0, 5754, 5757, 3, 54, 27, 0, 5755, 5757, 3, 202, 101, 0, 5756, 5754, 1, 0, 0, 0, 5756, 5755, 1, 0, 0, 0, 5756, 5757, 1, 0, 0, 0, 5757, 511, 1, 0, 0, 0, 5758, 5760, 7, 74, 0, 0, 5759, 5761, 7, 75, 0, 0, 5760, 5759, 1, 0, 0, 0, 5760, 5761, 1, 0, 0, 0, 5761, 5768, 1, 0, 0, 0, 5762, 5765, 5, 548, 0, 0, 5763, 5766, 3, 202, 101, 0, 5764, 5766, 3, 808, 404, 0, 5765, 5763, 1, 0, 0, 0, 5765, 5764, 1, 0, 0, 0, 5766, 5768, 1, 0, 0, 0, 5767, 5758, 1, 0, 0, 0, 5767, 5762, 1, 0, 0, 0, 5768, 513, 1, 0, 0, 0, 5769, 5771, 5, 128, 0, 0, 5770, 5772, 7, 75, 0, 0, 5771, 5770, 1, 0, 0, 0, 5771, 5772, 1, 0, 0, 0, 5772, 515, 1, 0, 0, 0, 5773, 5775, 3, 774, 387, 0, 5774, 5776, 3, 144, 72, 0, 5775, 5774, 1, 0, 0, 0, 5775, 5776, 1, 0, 0, 0, 5776, 517, 1, 0, 0, 0, 5777, 5782, 3, 516, 258, 0, 5778, 5779, 5, 6, 0, 0, 5779, 5781, 3, 516, 258, 0, 5780, 5778, 1, 0, 0, 0, 5781, 5784, 1, 0, 0, 0, 5782, 5780, 1, 0, 0, 0, 5782, 5783, 1, 0, 0, 0, 5783, 519, 1, 0, 0, 0, 5784, 5782, 1, 0, 0, 0, 5785, 5796, 5, 203, 0, 0, 5786, 5797, 3, 524, 262, 0, 5787, 5789, 5, 128, 0, 0, 5788, 5787, 1, 0, 0, 0, 5788, 5789, 1, 0, 0, 0, 5789, 5797, 1, 0, 0, 0, 5790, 5792, 3, 508, 254, 0, 5791, 5793, 3, 514, 257, 0, 5792, 5791, 1, 0, 0, 0, 5792, 5793, 1, 0, 0, 0, 5793, 5795, 1, 0, 0, 0, 5794, 5790, 1, 0, 0, 0, 5794, 5795, 1, 0, 0, 0, 5795, 5797, 1, 0, 0, 0, 5796, 5786, 1, 0, 0, 0, 5796, 5788, 1, 0, 0, 0, 5796, 5794, 1, 0, 0, 0, 5797, 5798, 1, 0, 0, 0, 5798, 5799, 3, 522, 261, 0, 5799, 521, 1, 0, 0, 0, 5800, 5810, 3, 560, 280, 0, 5801, 5810, 3, 538, 269, 0, 5802, 5810, 3, 552, 276, 0, 5803, 5810, 3, 548, 274, 0, 5804, 5810, 3, 558, 279, 0, 5805, 5810, 3, 186, 93, 0, 5806, 5810, 3, 192, 96, 0, 5807, 5810, 3, 194, 97, 0, 5808, 5810, 3, 532, 266, 0, 5809, 5800, 1, 0, 0, 0, 5809, 5801, 1, 0, 0, 0, 5809, 5802, 1, 0, 0, 0, 5809, 5803, 1, 0, 0, 0, 5809, 5804, 1, 0, 0, 0, 5809, 5805, 1, 0, 0, 0, 5809, 5806, 1, 0, 0, 0, 5809, 5807, 1, 0, 0, 0, 5809, 5808, 1, 0, 0, 0, 5810, 523, 1, 0, 0, 0, 5811, 5812, 5, 2, 0, 0, 5812, 5817, 3, 510, 255, 0, 5813, 5814, 5, 6, 0, 0, 5814, 5816, 3, 510, 255, 0, 5815, 5813, 1, 0, 0, 0, 5816, 5819, 1, 0, 0, 0, 5817, 5815, 1, 0, 0, 0, 5817, 5818, 1, 0, 0, 0, 5818, 5820, 1, 0, 0, 0, 5819, 5817, 1, 0, 0, 0, 5820, 5821, 5, 3, 0, 0, 5821, 525, 1, 0, 0, 0, 5822, 5823, 5, 290, 0, 0, 5823, 5825, 3, 818, 409, 0, 5824, 5826, 3, 528, 264, 0, 5825, 5824, 1, 0, 0, 0, 5825, 5826, 1, 0, 0, 0, 5826, 5827, 1, 0, 0, 0, 5827, 5828, 5, 36, 0, 0, 5828, 5829, 3, 530, 265, 0, 5829, 527, 1, 0, 0, 0, 5830, 5831, 5, 2, 0, 0, 5831, 5836, 3, 652, 326, 0, 5832, 5833, 5, 6, 0, 0, 5833, 5835, 3, 652, 326, 0, 5834, 5832, 1, 0, 0, 0, 5835, 5838, 1, 0, 0, 0, 5836, 5834, 1, 0, 0, 0, 5836, 5837, 1, 0, 0, 0, 5837, 5839, 1, 0, 0, 0, 5838, 5836, 1, 0, 0, 0, 5839, 5840, 5, 3, 0, 0, 5840, 529, 1, 0, 0, 0, 5841, 5846, 3, 560, 280, 0, 5842, 5846, 3, 538, 269, 0, 5843, 5846, 3, 552, 276, 0, 5844, 5846, 3, 548, 274, 0, 5845, 5841, 1, 0, 0, 0, 5845, 5842, 1, 0, 0, 0, 5845, 5843, 1, 0, 0, 0, 5845, 5844, 1, 0, 0, 0, 5846, 531, 1, 0, 0, 0, 5847, 5848, 5, 202, 0, 0, 5848, 5850, 3, 818, 409, 0, 5849, 5851, 3, 534, 267, 0, 5850, 5849, 1, 0, 0, 0, 5850, 5851, 1, 0, 0, 0, 5851, 5871, 1, 0, 0, 0, 5852, 5854, 5, 46, 0, 0, 5853, 5855, 3, 122, 61, 0, 5854, 5853, 1, 0, 0, 0, 5854, 5855, 1, 0, 0, 0, 5855, 5856, 1, 0, 0, 0, 5856, 5858, 5, 92, 0, 0, 5857, 5859, 3, 294, 147, 0, 5858, 5857, 1, 0, 0, 0, 5858, 5859, 1, 0, 0, 0, 5859, 5860, 1, 0, 0, 0, 5860, 5861, 3, 188, 94, 0, 5861, 5862, 5, 36, 0, 0, 5862, 5863, 5, 202, 0, 0, 5863, 5865, 3, 818, 409, 0, 5864, 5866, 3, 534, 267, 0, 5865, 5864, 1, 0, 0, 0, 5865, 5866, 1, 0, 0, 0, 5866, 5868, 1, 0, 0, 0, 5867, 5869, 3, 190, 95, 0, 5868, 5867, 1, 0, 0, 0, 5868, 5869, 1, 0, 0, 0, 5869, 5871, 1, 0, 0, 0, 5870, 5847, 1, 0, 0, 0, 5870, 5852, 1, 0, 0, 0, 5871, 533, 1, 0, 0, 0, 5872, 5873, 5, 2, 0, 0, 5873, 5874, 3, 730, 365, 0, 5874, 5875, 5, 3, 0, 0, 5875, 535, 1, 0, 0, 0, 5876, 5878, 5, 177, 0, 0, 5877, 5879, 5, 290, 0, 0, 5878, 5877, 1, 0, 0, 0, 5878, 5879, 1, 0, 0, 0, 5879, 5882, 1, 0, 0, 0, 5880, 5883, 3, 818, 409, 0, 5881, 5883, 5, 30, 0, 0, 5882, 5880, 1, 0, 0, 0, 5882, 5881, 1, 0, 0, 0, 5883, 537, 1, 0, 0, 0, 5884, 5886, 3, 572, 286, 0, 5885, 5884, 1, 0, 0, 0, 5885, 5886, 1, 0, 0, 0, 5886, 5887, 1, 0, 0, 0, 5887, 5888, 5, 241, 0, 0, 5888, 5889, 5, 71, 0, 0, 5889, 5892, 3, 774, 387, 0, 5890, 5891, 5, 36, 0, 0, 5891, 5893, 3, 818, 409, 0, 5892, 5890, 1, 0, 0, 0, 5892, 5893, 1, 0, 0, 0, 5893, 5894, 1, 0, 0, 0, 5894, 5916, 3, 540, 270, 0, 5895, 5896, 5, 80, 0, 0, 5896, 5904, 5, 464, 0, 0, 5897, 5899, 3, 360, 180, 0, 5898, 5900, 3, 638, 319, 0, 5899, 5898, 1, 0, 0, 0, 5899, 5900, 1, 0, 0, 0, 5900, 5905, 1, 0, 0, 0, 5901, 5902, 5, 80, 0, 0, 5902, 5903, 5, 45, 0, 0, 5903, 5905, 3, 818, 409, 0, 5904, 5897, 1, 0, 0, 0, 5904, 5901, 1, 0, 0, 0, 5904, 5905, 1, 0, 0, 0, 5905, 5906, 1, 0, 0, 0, 5906, 5914, 5, 57, 0, 0, 5907, 5908, 5, 369, 0, 0, 5908, 5909, 5, 333, 0, 0, 5909, 5911, 3, 554, 277, 0, 5910, 5912, 3, 638, 319, 0, 5911, 5910, 1, 0, 0, 0, 5911, 5912, 1, 0, 0, 0, 5912, 5915, 1, 0, 0, 0, 5913, 5915, 5, 270, 0, 0, 5914, 5907, 1, 0, 0, 0, 5914, 5913, 1, 0, 0, 0, 5915, 5917, 1, 0, 0, 0, 5916, 5895, 1, 0, 0, 0, 5916, 5917, 1, 0, 0, 0, 5917, 5919, 1, 0, 0, 0, 5918, 5920, 3, 546, 273, 0, 5919, 5918, 1, 0, 0, 0, 5919, 5920, 1, 0, 0, 0, 5920, 539, 1, 0, 0, 0, 5921, 5922, 5, 2, 0, 0, 5922, 5923, 3, 542, 271, 0, 5923, 5924, 5, 3, 0, 0, 5924, 5926, 1, 0, 0, 0, 5925, 5921, 1, 0, 0, 0, 5925, 5926, 1, 0, 0, 0, 5926, 5930, 1, 0, 0, 0, 5927, 5928, 5, 463, 0, 0, 5928, 5929, 7, 76, 0, 0, 5929, 5931, 5, 450, 0, 0, 5930, 5927, 1, 0, 0, 0, 5930, 5931, 1, 0, 0, 0, 5931, 5934, 1, 0, 0, 0, 5932, 5935, 3, 910, 455, 0, 5933, 5935, 3, 560, 280, 0, 5934, 5932, 1, 0, 0, 0, 5934, 5933, 1, 0, 0, 0, 5935, 541, 1, 0, 0, 0, 5936, 5941, 3, 544, 272, 0, 5937, 5938, 5, 6, 0, 0, 5938, 5940, 3, 544, 272, 0, 5939, 5937, 1, 0, 0, 0, 5940, 5943, 1, 0, 0, 0, 5941, 5939, 1, 0, 0, 0, 5941, 5942, 1, 0, 0, 0, 5942, 543, 1, 0, 0, 0, 5943, 5941, 1, 0, 0, 0, 5944, 5945, 3, 800, 400, 0, 5945, 5946, 3, 754, 377, 0, 5946, 545, 1, 0, 0, 0, 5947, 5948, 5, 87, 0, 0, 5948, 5949, 3, 756, 378, 0, 5949, 547, 1, 0, 0, 0, 5950, 5952, 3, 572, 286, 0, 5951, 5950, 1, 0, 0, 0, 5951, 5952, 1, 0, 0, 0, 5952, 5953, 1, 0, 0, 0, 5953, 5954, 5, 182, 0, 0, 5954, 5955, 5, 64, 0, 0, 5955, 5958, 3, 630, 315, 0, 5956, 5957, 5, 100, 0, 0, 5957, 5959, 3, 612, 306, 0, 5958, 5956, 1, 0, 0, 0, 5958, 5959, 1, 0, 0, 0, 5959, 5961, 1, 0, 0, 0, 5960, 5962, 3, 640, 320, 0, 5961, 5960, 1, 0, 0, 0, 5961, 5962, 1, 0, 0, 0, 5962, 5964, 1, 0, 0, 0, 5963, 5965, 3, 546, 273, 0, 5964, 5963, 1, 0, 0, 0, 5964, 5965, 1, 0, 0, 0, 5965, 549, 1, 0, 0, 0, 5966, 5968, 5, 256, 0, 0, 5967, 5969, 5, 92, 0, 0, 5968, 5967, 1, 0, 0, 0, 5968, 5969, 1, 0, 0, 0, 5969, 5970, 1, 0, 0, 0, 5970, 5985, 3, 628, 314, 0, 5971, 5982, 5, 68, 0, 0, 5972, 5973, 7, 77, 0, 0, 5973, 5983, 7, 78, 0, 0, 5974, 5979, 5, 334, 0, 0, 5975, 5976, 5, 369, 0, 0, 5976, 5980, 5, 201, 0, 0, 5977, 5978, 5, 414, 0, 0, 5978, 5980, 5, 201, 0, 0, 5979, 5975, 1, 0, 0, 0, 5979, 5977, 1, 0, 0, 0, 5979, 5980, 1, 0, 0, 0, 5980, 5983, 1, 0, 0, 0, 5981, 5983, 5, 201, 0, 0, 5982, 5972, 1, 0, 0, 0, 5982, 5974, 1, 0, 0, 0, 5982, 5981, 1, 0, 0, 0, 5983, 5984, 1, 0, 0, 0, 5984, 5986, 5, 263, 0, 0, 5985, 5971, 1, 0, 0, 0, 5985, 5986, 1, 0, 0, 0, 5986, 5988, 1, 0, 0, 0, 5987, 5989, 5, 272, 0, 0, 5988, 5987, 1, 0, 0, 0, 5988, 5989, 1, 0, 0, 0, 5989, 551, 1, 0, 0, 0, 5990, 5992, 3, 572, 286, 0, 5991, 5990, 1, 0, 0, 0, 5991, 5992, 1, 0, 0, 0, 5992, 5993, 1, 0, 0, 0, 5993, 5994, 5, 369, 0, 0, 5994, 5995, 3, 630, 315, 0, 5995, 5996, 5, 333, 0, 0, 5996, 5998, 3, 554, 277, 0, 5997, 5999, 3, 610, 305, 0, 5998, 5997, 1, 0, 0, 0, 5998, 5999, 1, 0, 0, 0, 5999, 6001, 1, 0, 0, 0, 6000, 6002, 3, 640, 320, 0, 6001, 6000, 1, 0, 0, 0, 6001, 6002, 1, 0, 0, 0, 6002, 6004, 1, 0, 0, 0, 6003, 6005, 3, 546, 273, 0, 6004, 6003, 1, 0, 0, 0, 6004, 6005, 1, 0, 0, 0, 6005, 553, 1, 0, 0, 0, 6006, 6011, 3, 556, 278, 0, 6007, 6008, 5, 6, 0, 0, 6008, 6010, 3, 556, 278, 0, 6009, 6007, 1, 0, 0, 0, 6010, 6013, 1, 0, 0, 0, 6011, 6009, 1, 0, 0, 0, 6011, 6012, 1, 0, 0, 0, 6012, 555, 1, 0, 0, 0, 6013, 6011, 1, 0, 0, 0, 6014, 6015, 3, 544, 272, 0, 6015, 6016, 5, 10, 0, 0, 6016, 6017, 3, 674, 337, 0, 6017, 6033, 1, 0, 0, 0, 6018, 6019, 5, 2, 0, 0, 6019, 6020, 3, 542, 271, 0, 6020, 6021, 5, 3, 0, 0, 6021, 6030, 5, 10, 0, 0, 6022, 6024, 5, 414, 0, 0, 6023, 6022, 1, 0, 0, 0, 6023, 6024, 1, 0, 0, 0, 6024, 6025, 1, 0, 0, 0, 6025, 6031, 3, 674, 337, 0, 6026, 6027, 5, 2, 0, 0, 6027, 6028, 3, 566, 283, 0, 6028, 6029, 5, 3, 0, 0, 6029, 6031, 1, 0, 0, 0, 6030, 6023, 1, 0, 0, 0, 6030, 6026, 1, 0, 0, 0, 6031, 6033, 1, 0, 0, 0, 6032, 6014, 1, 0, 0, 0, 6032, 6018, 1, 0, 0, 0, 6033, 557, 1, 0, 0, 0, 6034, 6035, 5, 178, 0, 0, 6035, 6044, 3, 818, 409, 0, 6036, 6038, 5, 269, 0, 0, 6037, 6036, 1, 0, 0, 0, 6037, 6038, 1, 0, 0, 0, 6038, 6039, 1, 0, 0, 0, 6039, 6043, 5, 324, 0, 0, 6040, 6043, 5, 107, 0, 0, 6041, 6043, 5, 240, 0, 0, 6042, 6037, 1, 0, 0, 0, 6042, 6040, 1, 0, 0, 0, 6042, 6041, 1, 0, 0, 0, 6043, 6046, 1, 0, 0, 0, 6044, 6042, 1, 0, 0, 0, 6044, 6045, 1, 0, 0, 0, 6045, 6047, 1, 0, 0, 0, 6046, 6044, 1, 0, 0, 0, 6047, 6050, 5, 172, 0, 0, 6048, 6049, 7, 26, 0, 0, 6049, 6051, 5, 217, 0, 0, 6050, 6048, 1, 0, 0, 0, 6050, 6051, 1, 0, 0, 0, 6051, 6052, 1, 0, 0, 0, 6052, 6053, 5, 62, 0, 0, 6053, 6054, 3, 560, 280, 0, 6054, 559, 1, 0, 0, 0, 6055, 6058, 3, 564, 282, 0, 6056, 6058, 3, 562, 281, 0, 6057, 6055, 1, 0, 0, 0, 6057, 6056, 1, 0, 0, 0, 6058, 561, 1, 0, 0, 0, 6059, 6062, 5, 2, 0, 0, 6060, 6063, 3, 564, 282, 0, 6061, 6063, 3, 562, 281, 0, 6062, 6060, 1, 0, 0, 0, 6062, 6061, 1, 0, 0, 0, 6063, 6064, 1, 0, 0, 0, 6064, 6065, 5, 3, 0, 0, 6065, 563, 1, 0, 0, 0, 6066, 6068, 3, 572, 286, 0, 6067, 6066, 1, 0, 0, 0, 6067, 6068, 1, 0, 0, 0, 6068, 6069, 1, 0, 0, 0, 6069, 6071, 3, 566, 283, 0, 6070, 6072, 3, 586, 293, 0, 6071, 6070, 1, 0, 0, 0, 6071, 6072, 1, 0, 0, 0, 6072, 6081, 1, 0, 0, 0, 6073, 6075, 3, 606, 303, 0, 6074, 6076, 3, 590, 295, 0, 6075, 6074, 1, 0, 0, 0, 6075, 6076, 1, 0, 0, 0, 6076, 6082, 1, 0, 0, 0, 6077, 6079, 3, 590, 295, 0, 6078, 6080, 3, 606, 303, 0, 6079, 6078, 1, 0, 0, 0, 6079, 6080, 1, 0, 0, 0, 6080, 6082, 1, 0, 0, 0, 6081, 6073, 1, 0, 0, 0, 6081, 6077, 1, 0, 0, 0, 6081, 6082, 1, 0, 0, 0, 6082, 565, 1, 0, 0, 0, 6083, 6086, 3, 568, 284, 0, 6084, 6086, 3, 562, 281, 0, 6085, 6083, 1, 0, 0, 0, 6085, 6084, 1, 0, 0, 0, 6086, 567, 1, 0, 0, 0, 6087, 6097, 5, 88, 0, 0, 6088, 6090, 5, 30, 0, 0, 6089, 6088, 1, 0, 0, 0, 6089, 6090, 1, 0, 0, 0, 6090, 6092, 1, 0, 0, 0, 6091, 6093, 3, 580, 290, 0, 6092, 6091, 1, 0, 0, 0, 6092, 6093, 1, 0, 0, 0, 6093, 6098, 1, 0, 0, 0, 6094, 6096, 3, 584, 292, 0, 6095, 6094, 1, 0, 0, 0, 6095, 6096, 1, 0, 0, 0, 6096, 6098, 1, 0, 0, 0, 6097, 6089, 1, 0, 0, 0, 6097, 6095, 1, 0, 0, 0, 6098, 6099, 1, 0, 0, 0, 6099, 6110, 3, 930, 465, 0, 6100, 6110, 3, 608, 304, 0, 6101, 6102, 5, 92, 0, 0, 6102, 6110, 3, 624, 312, 0, 6103, 6104, 3, 562, 281, 0, 6104, 6107, 3, 570, 285, 0, 6105, 6108, 3, 568, 284, 0, 6106, 6108, 3, 562, 281, 0, 6107, 6105, 1, 0, 0, 0, 6107, 6106, 1, 0, 0, 0, 6108, 6110, 1, 0, 0, 0, 6109, 6087, 1, 0, 0, 0, 6109, 6100, 1, 0, 0, 0, 6109, 6101, 1, 0, 0, 0, 6109, 6103, 1, 0, 0, 0, 6110, 6118, 1, 0, 0, 0, 6111, 6114, 3, 570, 285, 0, 6112, 6115, 3, 568, 284, 0, 6113, 6115, 3, 562, 281, 0, 6114, 6112, 1, 0, 0, 0, 6114, 6113, 1, 0, 0, 0, 6115, 6117, 1, 0, 0, 0, 6116, 6111, 1, 0, 0, 0, 6117, 6120, 1, 0, 0, 0, 6118, 6116, 1, 0, 0, 0, 6118, 6119, 1, 0, 0, 0, 6119, 569, 1, 0, 0, 0, 6120, 6118, 1, 0, 0, 0, 6121, 6123, 7, 79, 0, 0, 6122, 6124, 7, 80, 0, 0, 6123, 6122, 1, 0, 0, 0, 6123, 6124, 1, 0, 0, 0, 6124, 571, 1, 0, 0, 0, 6125, 6127, 5, 105, 0, 0, 6126, 6128, 5, 303, 0, 0, 6127, 6126, 1, 0, 0, 0, 6127, 6128, 1, 0, 0, 0, 6128, 6129, 1, 0, 0, 0, 6129, 6134, 3, 574, 287, 0, 6130, 6131, 5, 6, 0, 0, 6131, 6133, 3, 574, 287, 0, 6132, 6130, 1, 0, 0, 0, 6133, 6136, 1, 0, 0, 0, 6134, 6132, 1, 0, 0, 0, 6134, 6135, 1, 0, 0, 0, 6135, 573, 1, 0, 0, 0, 6136, 6134, 1, 0, 0, 0, 6137, 6139, 3, 818, 409, 0, 6138, 6140, 3, 144, 72, 0, 6139, 6138, 1, 0, 0, 0, 6139, 6140, 1, 0, 0, 0, 6140, 6141, 1, 0, 0, 0, 6141, 6146, 5, 36, 0, 0, 6142, 6144, 5, 77, 0, 0, 6143, 6142, 1, 0, 0, 0, 6143, 6144, 1, 0, 0, 0, 6144, 6145, 1, 0, 0, 0, 6145, 6147, 5, 259, 0, 0, 6146, 6143, 1, 0, 0, 0, 6146, 6147, 1, 0, 0, 0, 6147, 6148, 1, 0, 0, 0, 6148, 6149, 5, 2, 0, 0, 6149, 6150, 3, 530, 265, 0, 6150, 6152, 5, 3, 0, 0, 6151, 6153, 3, 576, 288, 0, 6152, 6151, 1, 0, 0, 0, 6152, 6153, 1, 0, 0, 0, 6153, 6155, 1, 0, 0, 0, 6154, 6156, 3, 578, 289, 0, 6155, 6154, 1, 0, 0, 0, 6155, 6156, 1, 0, 0, 0, 6156, 575, 1, 0, 0, 0, 6157, 6158, 5, 325, 0, 0, 6158, 6159, 7, 81, 0, 0, 6159, 6160, 5, 207, 0, 0, 6160, 6161, 5, 147, 0, 0, 6161, 6162, 3, 148, 74, 0, 6162, 6163, 5, 333, 0, 0, 6163, 6164, 3, 800, 400, 0, 6164, 577, 1, 0, 0, 0, 6165, 6166, 5, 173, 0, 0, 6166, 6167, 3, 148, 74, 0, 6167, 6168, 5, 333, 0, 0, 6168, 6174, 3, 800, 400, 0, 6169, 6170, 5, 94, 0, 0, 6170, 6171, 3, 818, 409, 0, 6171, 6172, 5, 53, 0, 0, 6172, 6173, 3, 818, 409, 0, 6173, 6175, 1, 0, 0, 0, 6174, 6169, 1, 0, 0, 0, 6174, 6175, 1, 0, 0, 0, 6175, 6176, 1, 0, 0, 0, 6176, 6177, 5, 100, 0, 0, 6177, 6178, 3, 800, 400, 0, 6178, 579, 1, 0, 0, 0, 6179, 6185, 5, 71, 0, 0, 6180, 6182, 5, 346, 0, 0, 6181, 6180, 1, 0, 0, 0, 6181, 6182, 1, 0, 0, 0, 6182, 6183, 1, 0, 0, 0, 6183, 6186, 3, 582, 291, 0, 6184, 6186, 3, 730, 365, 0, 6185, 6181, 1, 0, 0, 0, 6185, 6184, 1, 0, 0, 0, 6186, 581, 1, 0, 0, 0, 6187, 6189, 7, 20, 0, 0, 6188, 6187, 1, 0, 0, 0, 6188, 6189, 1, 0, 0, 0, 6189, 6190, 1, 0, 0, 0, 6190, 6192, 7, 21, 0, 0, 6191, 6193, 5, 92, 0, 0, 6192, 6191, 1, 0, 0, 0, 6192, 6193, 1, 0, 0, 0, 6193, 6194, 1, 0, 0, 0, 6194, 6203, 3, 772, 386, 0, 6195, 6197, 5, 367, 0, 0, 6196, 6195, 1, 0, 0, 0, 6196, 6197, 1, 0, 0, 0, 6197, 6199, 1, 0, 0, 0, 6198, 6200, 5, 92, 0, 0, 6199, 6198, 1, 0, 0, 0, 6199, 6200, 1, 0, 0, 0, 6200, 6201, 1, 0, 0, 0, 6201, 6203, 3, 772, 386, 0, 6202, 6188, 1, 0, 0, 0, 6202, 6196, 1, 0, 0, 0, 6203, 583, 1, 0, 0, 0, 6204, 6207, 5, 56, 0, 0, 6205, 6206, 5, 80, 0, 0, 6206, 6208, 3, 534, 267, 0, 6207, 6205, 1, 0, 0, 0, 6207, 6208, 1, 0, 0, 0, 6208, 585, 1, 0, 0, 0, 6209, 6210, 5, 83, 0, 0, 6210, 6211, 5, 147, 0, 0, 6211, 6216, 3, 588, 294, 0, 6212, 6213, 5, 6, 0, 0, 6213, 6215, 3, 588, 294, 0, 6214, 6212, 1, 0, 0, 0, 6215, 6218, 1, 0, 0, 0, 6216, 6214, 1, 0, 0, 0, 6216, 6217, 1, 0, 0, 0, 6217, 587, 1, 0, 0, 0, 6218, 6216, 1, 0, 0, 0, 6219, 6223, 3, 734, 367, 0, 6220, 6221, 5, 100, 0, 0, 6221, 6224, 3, 726, 363, 0, 6222, 6224, 7, 55, 0, 0, 6223, 6220, 1, 0, 0, 0, 6223, 6222, 1, 0, 0, 0, 6223, 6224, 1, 0, 0, 0, 6224, 6227, 1, 0, 0, 0, 6225, 6226, 5, 273, 0, 0, 6226, 6228, 7, 56, 0, 0, 6227, 6225, 1, 0, 0, 0, 6227, 6228, 1, 0, 0, 0, 6228, 589, 1, 0, 0, 0, 6229, 6231, 3, 596, 298, 0, 6230, 6232, 3, 594, 297, 0, 6231, 6230, 1, 0, 0, 0, 6231, 6232, 1, 0, 0, 0, 6232, 6241, 1, 0, 0, 0, 6233, 6236, 3, 592, 296, 0, 6234, 6236, 3, 594, 297, 0, 6235, 6233, 1, 0, 0, 0, 6235, 6234, 1, 0, 0, 0, 6236, 6238, 1, 0, 0, 0, 6237, 6239, 3, 596, 298, 0, 6238, 6237, 1, 0, 0, 0, 6238, 6239, 1, 0, 0, 0, 6239, 6241, 1, 0, 0, 0, 6240, 6229, 1, 0, 0, 0, 6240, 6235, 1, 0, 0, 0, 6241, 591, 1, 0, 0, 0, 6242, 6245, 5, 74, 0, 0, 6243, 6246, 3, 674, 337, 0, 6244, 6246, 5, 30, 0, 0, 6245, 6243, 1, 0, 0, 0, 6245, 6244, 1, 0, 0, 0, 6246, 6249, 1, 0, 0, 0, 6247, 6248, 5, 6, 0, 0, 6248, 6250, 3, 674, 337, 0, 6249, 6247, 1, 0, 0, 0, 6249, 6250, 1, 0, 0, 0, 6250, 593, 1, 0, 0, 0, 6251, 6252, 5, 61, 0, 0, 6252, 6254, 7, 82, 0, 0, 6253, 6255, 3, 598, 299, 0, 6254, 6253, 1, 0, 0, 0, 6254, 6255, 1, 0, 0, 0, 6255, 6256, 1, 0, 0, 0, 6256, 6260, 7, 83, 0, 0, 6257, 6261, 5, 81, 0, 0, 6258, 6259, 5, 105, 0, 0, 6259, 6261, 5, 467, 0, 0, 6260, 6257, 1, 0, 0, 0, 6260, 6258, 1, 0, 0, 0, 6261, 595, 1, 0, 0, 0, 6262, 6267, 5, 79, 0, 0, 6263, 6264, 3, 598, 299, 0, 6264, 6265, 7, 83, 0, 0, 6265, 6268, 1, 0, 0, 0, 6266, 6268, 3, 674, 337, 0, 6267, 6263, 1, 0, 0, 0, 6267, 6266, 1, 0, 0, 0, 6268, 597, 1, 0, 0, 0, 6269, 6270, 7, 29, 0, 0, 6270, 6273, 7, 84, 0, 0, 6271, 6273, 3, 682, 341, 0, 6272, 6269, 1, 0, 0, 0, 6272, 6271, 1, 0, 0, 0, 6273, 599, 1, 0, 0, 0, 6274, 6275, 5, 66, 0, 0, 6275, 6277, 5, 147, 0, 0, 6276, 6278, 7, 80, 0, 0, 6277, 6276, 1, 0, 0, 0, 6277, 6278, 1, 0, 0, 0, 6278, 6279, 1, 0, 0, 0, 6279, 6280, 3, 602, 301, 0, 6280, 601, 1, 0, 0, 0, 6281, 6286, 3, 604, 302, 0, 6282, 6283, 5, 6, 0, 0, 6283, 6285, 3, 604, 302, 0, 6284, 6282, 1, 0, 0, 0, 6285, 6288, 1, 0, 0, 0, 6286, 6284, 1, 0, 0, 0, 6286, 6287, 1, 0, 0, 0, 6287, 603, 1, 0, 0, 0, 6288, 6286, 1, 0, 0, 0, 6289, 6313, 3, 734, 367, 0, 6290, 6291, 5, 2, 0, 0, 6291, 6313, 5, 3, 0, 0, 6292, 6294, 7, 85, 0, 0, 6293, 6292, 1, 0, 0, 0, 6293, 6294, 1, 0, 0, 0, 6294, 6295, 1, 0, 0, 0, 6295, 6296, 5, 2, 0, 0, 6296, 6301, 3, 734, 367, 0, 6297, 6298, 5, 6, 0, 0, 6298, 6300, 3, 734, 367, 0, 6299, 6297, 1, 0, 0, 0, 6300, 6303, 1, 0, 0, 0, 6301, 6299, 1, 0, 0, 0, 6301, 6302, 1, 0, 0, 0, 6302, 6304, 1, 0, 0, 0, 6303, 6301, 1, 0, 0, 0, 6304, 6305, 5, 3, 0, 0, 6305, 6313, 1, 0, 0, 0, 6306, 6307, 5, 470, 0, 0, 6307, 6308, 5, 471, 0, 0, 6308, 6309, 5, 2, 0, 0, 6309, 6310, 3, 602, 301, 0, 6310, 6311, 5, 3, 0, 0, 6311, 6313, 1, 0, 0, 0, 6312, 6289, 1, 0, 0, 0, 6312, 6290, 1, 0, 0, 0, 6312, 6293, 1, 0, 0, 0, 6312, 6306, 1, 0, 0, 0, 6313, 605, 1, 0, 0, 0, 6314, 6324, 5, 62, 0, 0, 6315, 6316, 5, 269, 0, 0, 6316, 6318, 5, 245, 0, 0, 6317, 6315, 1, 0, 0, 0, 6317, 6318, 1, 0, 0, 0, 6318, 6319, 1, 0, 0, 0, 6319, 6325, 5, 369, 0, 0, 6320, 6322, 5, 245, 0, 0, 6321, 6320, 1, 0, 0, 0, 6321, 6322, 1, 0, 0, 0, 6322, 6323, 1, 0, 0, 0, 6323, 6325, 5, 334, 0, 0, 6324, 6317, 1, 0, 0, 0, 6324, 6321, 1, 0, 0, 0, 6325, 6328, 1, 0, 0, 0, 6326, 6327, 5, 275, 0, 0, 6327, 6329, 3, 760, 380, 0, 6328, 6326, 1, 0, 0, 0, 6328, 6329, 1, 0, 0, 0, 6329, 6333, 1, 0, 0, 0, 6330, 6334, 5, 272, 0, 0, 6331, 6332, 5, 465, 0, 0, 6332, 6334, 5, 466, 0, 0, 6333, 6330, 1, 0, 0, 0, 6333, 6331, 1, 0, 0, 0, 6333, 6334, 1, 0, 0, 0, 6334, 6336, 1, 0, 0, 0, 6335, 6314, 1, 0, 0, 0, 6336, 6337, 1, 0, 0, 0, 6337, 6335, 1, 0, 0, 0, 6337, 6338, 1, 0, 0, 0, 6338, 6343, 1, 0, 0, 0, 6339, 6340, 5, 62, 0, 0, 6340, 6341, 5, 300, 0, 0, 6341, 6343, 5, 81, 0, 0, 6342, 6335, 1, 0, 0, 0, 6342, 6339, 1, 0, 0, 0, 6343, 607, 1, 0, 0, 0, 6344, 6345, 5, 422, 0, 0, 6345, 6350, 3, 534, 267, 0, 6346, 6347, 5, 6, 0, 0, 6347, 6349, 3, 534, 267, 0, 6348, 6346, 1, 0, 0, 0, 6349, 6352, 1, 0, 0, 0, 6350, 6348, 1, 0, 0, 0, 6350, 6351, 1, 0, 0, 0, 6351, 609, 1, 0, 0, 0, 6352, 6350, 1, 0, 0, 0, 6353, 6354, 5, 64, 0, 0, 6354, 6355, 3, 612, 306, 0, 6355, 611, 1, 0, 0, 0, 6356, 6361, 3, 614, 307, 0, 6357, 6358, 5, 6, 0, 0, 6358, 6360, 3, 614, 307, 0, 6359, 6357, 1, 0, 0, 0, 6360, 6363, 1, 0, 0, 0, 6361, 6359, 1, 0, 0, 0, 6361, 6362, 1, 0, 0, 0, 6362, 613, 1, 0, 0, 0, 6363, 6361, 1, 0, 0, 0, 6364, 6379, 3, 624, 312, 0, 6365, 6367, 5, 81, 0, 0, 6366, 6365, 1, 0, 0, 0, 6366, 6367, 1, 0, 0, 0, 6367, 6368, 1, 0, 0, 0, 6368, 6370, 3, 778, 389, 0, 6369, 6371, 5, 9, 0, 0, 6370, 6369, 1, 0, 0, 0, 6370, 6371, 1, 0, 0, 0, 6371, 6373, 1, 0, 0, 0, 6372, 6374, 3, 148, 74, 0, 6373, 6372, 1, 0, 0, 0, 6373, 6374, 1, 0, 0, 0, 6374, 6376, 1, 0, 0, 0, 6375, 6377, 3, 638, 319, 0, 6376, 6375, 1, 0, 0, 0, 6376, 6377, 1, 0, 0, 0, 6377, 6379, 1, 0, 0, 0, 6378, 6364, 1, 0, 0, 0, 6378, 6366, 1, 0, 0, 0, 6379, 6381, 1, 0, 0, 0, 6380, 6382, 3, 616, 308, 0, 6381, 6380, 1, 0, 0, 0, 6381, 6382, 1, 0, 0, 0, 6382, 6384, 1, 0, 0, 0, 6383, 6385, 3, 632, 316, 0, 6384, 6383, 1, 0, 0, 0, 6384, 6385, 1, 0, 0, 0, 6385, 6428, 1, 0, 0, 0, 6386, 6388, 5, 72, 0, 0, 6387, 6386, 1, 0, 0, 0, 6387, 6388, 1, 0, 0, 0, 6388, 6401, 1, 0, 0, 0, 6389, 6391, 3, 646, 323, 0, 6390, 6392, 3, 616, 308, 0, 6391, 6390, 1, 0, 0, 0, 6391, 6392, 1, 0, 0, 0, 6392, 6402, 1, 0, 0, 0, 6393, 6395, 3, 634, 317, 0, 6394, 6396, 3, 618, 309, 0, 6395, 6394, 1, 0, 0, 0, 6395, 6396, 1, 0, 0, 0, 6396, 6402, 1, 0, 0, 0, 6397, 6399, 3, 562, 281, 0, 6398, 6400, 3, 616, 308, 0, 6399, 6398, 1, 0, 0, 0, 6399, 6400, 1, 0, 0, 0, 6400, 6402, 1, 0, 0, 0, 6401, 6389, 1, 0, 0, 0, 6401, 6393, 1, 0, 0, 0, 6401, 6397, 1, 0, 0, 0, 6402, 6428, 1, 0, 0, 0, 6403, 6404, 5, 2, 0, 0, 6404, 6421, 3, 614, 307, 0, 6405, 6406, 5, 110, 0, 0, 6406, 6407, 5, 118, 0, 0, 6407, 6422, 3, 614, 307, 0, 6408, 6410, 5, 121, 0, 0, 6409, 6411, 3, 620, 310, 0, 6410, 6409, 1, 0, 0, 0, 6410, 6411, 1, 0, 0, 0, 6411, 6412, 1, 0, 0, 0, 6412, 6413, 5, 118, 0, 0, 6413, 6422, 3, 614, 307, 0, 6414, 6416, 3, 620, 310, 0, 6415, 6414, 1, 0, 0, 0, 6415, 6416, 1, 0, 0, 0, 6416, 6417, 1, 0, 0, 0, 6417, 6418, 5, 118, 0, 0, 6418, 6419, 3, 614, 307, 0, 6419, 6420, 3, 622, 311, 0, 6420, 6422, 1, 0, 0, 0, 6421, 6405, 1, 0, 0, 0, 6421, 6408, 1, 0, 0, 0, 6421, 6415, 1, 0, 0, 0, 6421, 6422, 1, 0, 0, 0, 6422, 6423, 1, 0, 0, 0, 6423, 6425, 5, 3, 0, 0, 6424, 6426, 3, 616, 308, 0, 6425, 6424, 1, 0, 0, 0, 6425, 6426, 1, 0, 0, 0, 6426, 6428, 1, 0, 0, 0, 6427, 6378, 1, 0, 0, 0, 6427, 6387, 1, 0, 0, 0, 6427, 6403, 1, 0, 0, 0, 6428, 6447, 1, 0, 0, 0, 6429, 6430, 5, 110, 0, 0, 6430, 6431, 5, 118, 0, 0, 6431, 6446, 3, 614, 307, 0, 6432, 6434, 5, 121, 0, 0, 6433, 6435, 3, 620, 310, 0, 6434, 6433, 1, 0, 0, 0, 6434, 6435, 1, 0, 0, 0, 6435, 6436, 1, 0, 0, 0, 6436, 6437, 5, 118, 0, 0, 6437, 6446, 3, 614, 307, 0, 6438, 6440, 3, 620, 310, 0, 6439, 6438, 1, 0, 0, 0, 6439, 6440, 1, 0, 0, 0, 6440, 6441, 1, 0, 0, 0, 6441, 6442, 5, 118, 0, 0, 6442, 6443, 3, 614, 307, 0, 6443, 6444, 3, 622, 311, 0, 6444, 6446, 1, 0, 0, 0, 6445, 6429, 1, 0, 0, 0, 6445, 6432, 1, 0, 0, 0, 6445, 6439, 1, 0, 0, 0, 6446, 6449, 1, 0, 0, 0, 6447, 6445, 1, 0, 0, 0, 6447, 6448, 1, 0, 0, 0, 6448, 615, 1, 0, 0, 0, 6449, 6447, 1, 0, 0, 0, 6450, 6452, 5, 36, 0, 0, 6451, 6450, 1, 0, 0, 0, 6451, 6452, 1, 0, 0, 0, 6452, 6453, 1, 0, 0, 0, 6453, 6458, 3, 818, 409, 0, 6454, 6455, 5, 2, 0, 0, 6455, 6456, 3, 784, 392, 0, 6456, 6457, 5, 3, 0, 0, 6457, 6459, 1, 0, 0, 0, 6458, 6454, 1, 0, 0, 0, 6458, 6459, 1, 0, 0, 0, 6459, 617, 1, 0, 0, 0, 6460, 6473, 3, 616, 308, 0, 6461, 6463, 5, 36, 0, 0, 6462, 6464, 3, 818, 409, 0, 6463, 6462, 1, 0, 0, 0, 6463, 6464, 1, 0, 0, 0, 6464, 6467, 1, 0, 0, 0, 6465, 6467, 3, 818, 409, 0, 6466, 6461, 1, 0, 0, 0, 6466, 6465, 1, 0, 0, 0, 6467, 6468, 1, 0, 0, 0, 6468, 6469, 5, 2, 0, 0, 6469, 6470, 3, 642, 321, 0, 6470, 6471, 5, 3, 0, 0, 6471, 6473, 1, 0, 0, 0, 6472, 6460, 1, 0, 0, 0, 6472, 6466, 1, 0, 0, 0, 6473, 619, 1, 0, 0, 0, 6474, 6476, 7, 86, 0, 0, 6475, 6477, 5, 123, 0, 0, 6476, 6475, 1, 0, 0, 0, 6476, 6477, 1, 0, 0, 0, 6477, 621, 1, 0, 0, 0, 6478, 6479, 5, 100, 0, 0, 6479, 6483, 3, 144, 72, 0, 6480, 6481, 5, 80, 0, 0, 6481, 6483, 3, 674, 337, 0, 6482, 6478, 1, 0, 0, 0, 6482, 6480, 1, 0, 0, 0, 6483, 623, 1, 0, 0, 0, 6484, 6500, 3, 322, 161, 0, 6485, 6491, 5, 81, 0, 0, 6486, 6492, 3, 774, 387, 0, 6487, 6488, 5, 2, 0, 0, 6488, 6489, 3, 774, 387, 0, 6489, 6490, 5, 3, 0, 0, 6490, 6492, 1, 0, 0, 0, 6491, 6486, 1, 0, 0, 0, 6491, 6487, 1, 0, 0, 0, 6492, 6500, 1, 0, 0, 0, 6493, 6494, 5, 68, 0, 0, 6494, 6497, 5, 323, 0, 0, 6495, 6498, 3, 790, 395, 0, 6496, 6498, 5, 111, 0, 0, 6497, 6495, 1, 0, 0, 0, 6497, 6496, 1, 0, 0, 0, 6498, 6500, 1, 0, 0, 0, 6499, 6484, 1, 0, 0, 0, 6499, 6485, 1, 0, 0, 0, 6499, 6493, 1, 0, 0, 0, 6500, 625, 1, 0, 0, 0, 6501, 6502, 5, 92, 0, 0, 6502, 6504, 3, 322, 161, 0, 6503, 6505, 3, 144, 72, 0, 6504, 6503, 1, 0, 0, 0, 6504, 6505, 1, 0, 0, 0, 6505, 6507, 1, 0, 0, 0, 6506, 6508, 3, 638, 319, 0, 6507, 6506, 1, 0, 0, 0, 6507, 6508, 1, 0, 0, 0, 6508, 6526, 1, 0, 0, 0, 6509, 6510, 5, 92, 0, 0, 6510, 6516, 5, 81, 0, 0, 6511, 6517, 3, 774, 387, 0, 6512, 6513, 5, 2, 0, 0, 6513, 6514, 3, 774, 387, 0, 6514, 6515, 5, 3, 0, 0, 6515, 6517, 1, 0, 0, 0, 6516, 6511, 1, 0, 0, 0, 6516, 6512, 1, 0, 0, 0, 6517, 6526, 1, 0, 0, 0, 6518, 6519, 5, 350, 0, 0, 6519, 6520, 5, 68, 0, 0, 6520, 6523, 5, 323, 0, 0, 6521, 6524, 3, 790, 395, 0, 6522, 6524, 5, 111, 0, 0, 6523, 6521, 1, 0, 0, 0, 6523, 6522, 1, 0, 0, 0, 6524, 6526, 1, 0, 0, 0, 6525, 6501, 1, 0, 0, 0, 6525, 6509, 1, 0, 0, 0, 6525, 6518, 1, 0, 0, 0, 6526, 627, 1, 0, 0, 0, 6527, 6532, 3, 624, 312, 0, 6528, 6529, 5, 6, 0, 0, 6529, 6531, 3, 624, 312, 0, 6530, 6528, 1, 0, 0, 0, 6531, 6534, 1, 0, 0, 0, 6532, 6530, 1, 0, 0, 0, 6532, 6533, 1, 0, 0, 0, 6533, 629, 1, 0, 0, 0, 6534, 6532, 1, 0, 0, 0, 6535, 6540, 3, 624, 312, 0, 6536, 6538, 5, 36, 0, 0, 6537, 6536, 1, 0, 0, 0, 6537, 6538, 1, 0, 0, 0, 6538, 6539, 1, 0, 0, 0, 6539, 6541, 3, 818, 409, 0, 6540, 6537, 1, 0, 0, 0, 6540, 6541, 1, 0, 0, 0, 6541, 631, 1, 0, 0, 0, 6542, 6543, 5, 472, 0, 0, 6543, 6544, 3, 806, 403, 0, 6544, 6550, 3, 534, 267, 0, 6545, 6546, 5, 310, 0, 0, 6546, 6547, 5, 2, 0, 0, 6547, 6548, 3, 674, 337, 0, 6548, 6549, 5, 3, 0, 0, 6549, 6551, 1, 0, 0, 0, 6550, 6545, 1, 0, 0, 0, 6550, 6551, 1, 0, 0, 0, 6551, 633, 1, 0, 0, 0, 6552, 6567, 3, 688, 344, 0, 6553, 6554, 5, 320, 0, 0, 6554, 6555, 5, 64, 0, 0, 6555, 6556, 5, 2, 0, 0, 6556, 6561, 3, 636, 318, 0, 6557, 6558, 5, 6, 0, 0, 6558, 6560, 3, 636, 318, 0, 6559, 6557, 1, 0, 0, 0, 6560, 6563, 1, 0, 0, 0, 6561, 6559, 1, 0, 0, 0, 6561, 6562, 1, 0, 0, 0, 6562, 6564, 1, 0, 0, 0, 6563, 6561, 1, 0, 0, 0, 6564, 6565, 5, 3, 0, 0, 6565, 6567, 1, 0, 0, 0, 6566, 6552, 1, 0, 0, 0, 6566, 6553, 1, 0, 0, 0, 6567, 6570, 1, 0, 0, 0, 6568, 6569, 5, 105, 0, 0, 6569, 6571, 5, 473, 0, 0, 6570, 6568, 1, 0, 0, 0, 6570, 6571, 1, 0, 0, 0, 6571, 635, 1, 0, 0, 0, 6572, 6578, 3, 688, 344, 0, 6573, 6574, 5, 36, 0, 0, 6574, 6575, 5, 2, 0, 0, 6575, 6576, 3, 642, 321, 0, 6576, 6577, 5, 3, 0, 0, 6577, 6579, 1, 0, 0, 0, 6578, 6573, 1, 0, 0, 0, 6578, 6579, 1, 0, 0, 0, 6579, 637, 1, 0, 0, 0, 6580, 6581, 5, 103, 0, 0, 6581, 6582, 3, 734, 367, 0, 6582, 639, 1, 0, 0, 0, 6583, 6588, 5, 103, 0, 0, 6584, 6585, 5, 434, 0, 0, 6585, 6586, 5, 275, 0, 0, 6586, 6589, 3, 818, 409, 0, 6587, 6589, 3, 674, 337, 0, 6588, 6584, 1, 0, 0, 0, 6588, 6587, 1, 0, 0, 0, 6589, 641, 1, 0, 0, 0, 6590, 6595, 3, 644, 322, 0, 6591, 6592, 5, 6, 0, 0, 6592, 6594, 3, 644, 322, 0, 6593, 6591, 1, 0, 0, 0, 6594, 6597, 1, 0, 0, 0, 6595, 6593, 1, 0, 0, 0, 6595, 6596, 1, 0, 0, 0, 6596, 643, 1, 0, 0, 0, 6597, 6595, 1, 0, 0, 0, 6598, 6599, 3, 818, 409, 0, 6599, 6601, 3, 652, 326, 0, 6600, 6602, 3, 98, 49, 0, 6601, 6600, 1, 0, 0, 0, 6601, 6602, 1, 0, 0, 0, 6602, 645, 1, 0, 0, 0, 6603, 6604, 5, 474, 0, 0, 6604, 6618, 5, 2, 0, 0, 6605, 6606, 5, 476, 0, 0, 6606, 6607, 5, 2, 0, 0, 6607, 6612, 3, 650, 325, 0, 6608, 6609, 5, 6, 0, 0, 6609, 6611, 3, 650, 325, 0, 6610, 6608, 1, 0, 0, 0, 6611, 6614, 1, 0, 0, 0, 6612, 6610, 1, 0, 0, 0, 6612, 6613, 1, 0, 0, 0, 6613, 6615, 1, 0, 0, 0, 6614, 6612, 1, 0, 0, 0, 6615, 6616, 5, 3, 0, 0, 6616, 6617, 5, 6, 0, 0, 6617, 6619, 1, 0, 0, 0, 6618, 6605, 1, 0, 0, 0, 6618, 6619, 1, 0, 0, 0, 6619, 6620, 1, 0, 0, 0, 6620, 6621, 3, 682, 341, 0, 6621, 6622, 3, 698, 349, 0, 6622, 6623, 5, 475, 0, 0, 6623, 6628, 3, 648, 324, 0, 6624, 6625, 5, 6, 0, 0, 6625, 6627, 3, 648, 324, 0, 6626, 6624, 1, 0, 0, 0, 6627, 6630, 1, 0, 0, 0, 6628, 6626, 1, 0, 0, 0, 6628, 6629, 1, 0, 0, 0, 6629, 6631, 1, 0, 0, 0, 6630, 6628, 1, 0, 0, 0, 6631, 6632, 5, 3, 0, 0, 6632, 647, 1, 0, 0, 0, 6633, 6652, 3, 818, 409, 0, 6634, 6648, 3, 652, 326, 0, 6635, 6638, 5, 53, 0, 0, 6636, 6638, 3, 826, 413, 0, 6637, 6635, 1, 0, 0, 0, 6637, 6636, 1, 0, 0, 0, 6638, 6639, 1, 0, 0, 0, 6639, 6645, 3, 674, 337, 0, 6640, 6642, 5, 77, 0, 0, 6641, 6640, 1, 0, 0, 0, 6641, 6642, 1, 0, 0, 0, 6642, 6643, 1, 0, 0, 0, 6643, 6645, 5, 78, 0, 0, 6644, 6637, 1, 0, 0, 0, 6644, 6641, 1, 0, 0, 0, 6645, 6646, 1, 0, 0, 0, 6646, 6644, 1, 0, 0, 0, 6646, 6647, 1, 0, 0, 0, 6647, 6649, 1, 0, 0, 0, 6648, 6644, 1, 0, 0, 0, 6648, 6649, 1, 0, 0, 0, 6649, 6653, 1, 0, 0, 0, 6650, 6651, 5, 62, 0, 0, 6651, 6653, 5, 473, 0, 0, 6652, 6634, 1, 0, 0, 0, 6652, 6650, 1, 0, 0, 0, 6653, 649, 1, 0, 0, 0, 6654, 6655, 3, 682, 341, 0, 6655, 6656, 5, 36, 0, 0, 6656, 6657, 3, 824, 412, 0, 6657, 6661, 1, 0, 0, 0, 6658, 6659, 5, 53, 0, 0, 6659, 6661, 3, 682, 341, 0, 6660, 6654, 1, 0, 0, 0, 6660, 6658, 1, 0, 0, 0, 6661, 651, 1, 0, 0, 0, 6662, 6664, 5, 415, 0, 0, 6663, 6662, 1, 0, 0, 0, 6663, 6664, 1, 0, 0, 0, 6664, 6665, 1, 0, 0, 0, 6665, 6682, 3, 654, 327, 0, 6666, 6668, 5, 4, 0, 0, 6667, 6669, 5, 571, 0, 0, 6668, 6667, 1, 0, 0, 0, 6668, 6669, 1, 0, 0, 0, 6669, 6670, 1, 0, 0, 0, 6670, 6672, 5, 5, 0, 0, 6671, 6666, 1, 0, 0, 0, 6672, 6675, 1, 0, 0, 0, 6673, 6671, 1, 0, 0, 0, 6673, 6674, 1, 0, 0, 0, 6674, 6683, 1, 0, 0, 0, 6675, 6673, 1, 0, 0, 0, 6676, 6680, 5, 35, 0, 0, 6677, 6678, 5, 4, 0, 0, 6678, 6679, 5, 571, 0, 0, 6679, 6681, 5, 5, 0, 0, 6680, 6677, 1, 0, 0, 0, 6680, 6681, 1, 0, 0, 0, 6681, 6683, 1, 0, 0, 0, 6682, 6673, 1, 0, 0, 0, 6682, 6676, 1, 0, 0, 0, 6683, 6689, 1, 0, 0, 0, 6684, 6685, 3, 780, 390, 0, 6685, 6686, 5, 27, 0, 0, 6686, 6687, 7, 87, 0, 0, 6687, 6689, 1, 0, 0, 0, 6688, 6663, 1, 0, 0, 0, 6688, 6684, 1, 0, 0, 0, 6689, 653, 1, 0, 0, 0, 6690, 6692, 3, 820, 410, 0, 6691, 6693, 3, 318, 159, 0, 6692, 6691, 1, 0, 0, 0, 6692, 6693, 1, 0, 0, 0, 6693, 6695, 1, 0, 0, 0, 6694, 6696, 3, 534, 267, 0, 6695, 6694, 1, 0, 0, 0, 6695, 6696, 1, 0, 0, 0, 6696, 6706, 1, 0, 0, 0, 6697, 6706, 3, 656, 328, 0, 6698, 6703, 5, 403, 0, 0, 6699, 6701, 3, 668, 334, 0, 6700, 6699, 1, 0, 0, 0, 6700, 6701, 1, 0, 0, 0, 6701, 6704, 1, 0, 0, 0, 6702, 6704, 3, 660, 330, 0, 6703, 6700, 1, 0, 0, 0, 6703, 6702, 1, 0, 0, 0, 6704, 6706, 1, 0, 0, 0, 6705, 6690, 1, 0, 0, 0, 6705, 6697, 1, 0, 0, 0, 6705, 6698, 1, 0, 0, 0, 6706, 655, 1, 0, 0, 0, 6707, 6712, 3, 658, 329, 0, 6708, 6712, 3, 662, 331, 0, 6709, 6712, 3, 664, 332, 0, 6710, 6712, 3, 666, 333, 0, 6711, 6707, 1, 0, 0, 0, 6711, 6708, 1, 0, 0, 0, 6711, 6709, 1, 0, 0, 0, 6711, 6710, 1, 0, 0, 0, 6712, 657, 1, 0, 0, 0, 6713, 6730, 5, 401, 0, 0, 6714, 6730, 5, 402, 0, 0, 6715, 6730, 5, 416, 0, 0, 6716, 6730, 5, 388, 0, 0, 6717, 6730, 5, 413, 0, 0, 6718, 6720, 5, 398, 0, 0, 6719, 6721, 3, 660, 330, 0, 6720, 6719, 1, 0, 0, 0, 6720, 6721, 1, 0, 0, 0, 6721, 6730, 1, 0, 0, 0, 6722, 6723, 5, 190, 0, 0, 6723, 6730, 5, 412, 0, 0, 6724, 6726, 7, 88, 0, 0, 6725, 6727, 3, 534, 267, 0, 6726, 6725, 1, 0, 0, 0, 6726, 6727, 1, 0, 0, 0, 6727, 6730, 1, 0, 0, 0, 6728, 6730, 5, 390, 0, 0, 6729, 6713, 1, 0, 0, 0, 6729, 6714, 1, 0, 0, 0, 6729, 6715, 1, 0, 0, 0, 6729, 6716, 1, 0, 0, 0, 6729, 6717, 1, 0, 0, 0, 6729, 6718, 1, 0, 0, 0, 6729, 6722, 1, 0, 0, 0, 6729, 6724, 1, 0, 0, 0, 6729, 6728, 1, 0, 0, 0, 6730, 659, 1, 0, 0, 0, 6731, 6732, 5, 2, 0, 0, 6732, 6733, 5, 571, 0, 0, 6733, 6734, 5, 3, 0, 0, 6734, 661, 1, 0, 0, 0, 6735, 6737, 5, 389, 0, 0, 6736, 6738, 5, 374, 0, 0, 6737, 6736, 1, 0, 0, 0, 6737, 6738, 1, 0, 0, 0, 6738, 6740, 1, 0, 0, 0, 6739, 6741, 3, 534, 267, 0, 6740, 6739, 1, 0, 0, 0, 6740, 6741, 1, 0, 0, 0, 6741, 663, 1, 0, 0, 0, 6742, 6744, 7, 89, 0, 0, 6743, 6745, 5, 374, 0, 0, 6744, 6743, 1, 0, 0, 0, 6744, 6745, 1, 0, 0, 0, 6745, 6753, 1, 0, 0, 0, 6746, 6753, 5, 423, 0, 0, 6747, 6748, 5, 405, 0, 0, 6748, 6750, 7, 90, 0, 0, 6749, 6751, 5, 374, 0, 0, 6750, 6749, 1, 0, 0, 0, 6750, 6751, 1, 0, 0, 0, 6751, 6753, 1, 0, 0, 0, 6752, 6742, 1, 0, 0, 0, 6752, 6746, 1, 0, 0, 0, 6752, 6747, 1, 0, 0, 0, 6753, 6755, 1, 0, 0, 0, 6754, 6756, 3, 660, 330, 0, 6755, 6754, 1, 0, 0, 0, 6755, 6756, 1, 0, 0, 0, 6756, 665, 1, 0, 0, 0, 6757, 6759, 7, 91, 0, 0, 6758, 6760, 3, 660, 330, 0, 6759, 6758, 1, 0, 0, 0, 6759, 6760, 1, 0, 0, 0, 6760, 6764, 1, 0, 0, 0, 6761, 6762, 7, 26, 0, 0, 6762, 6763, 5, 418, 0, 0, 6763, 6765, 5, 386, 0, 0, 6764, 6761, 1, 0, 0, 0, 6764, 6765, 1, 0, 0, 0, 6765, 667, 1, 0, 0, 0, 6766, 6796, 5, 264, 0, 0, 6767, 6796, 3, 670, 335, 0, 6768, 6771, 5, 384, 0, 0, 6769, 6770, 5, 94, 0, 0, 6770, 6772, 5, 264, 0, 0, 6771, 6769, 1, 0, 0, 0, 6771, 6772, 1, 0, 0, 0, 6772, 6796, 1, 0, 0, 0, 6773, 6780, 5, 176, 0, 0, 6774, 6778, 5, 94, 0, 0, 6775, 6779, 5, 218, 0, 0, 6776, 6779, 5, 261, 0, 0, 6777, 6779, 3, 670, 335, 0, 6778, 6775, 1, 0, 0, 0, 6778, 6776, 1, 0, 0, 0, 6778, 6777, 1, 0, 0, 0, 6779, 6781, 1, 0, 0, 0, 6780, 6774, 1, 0, 0, 0, 6780, 6781, 1, 0, 0, 0, 6781, 6796, 1, 0, 0, 0, 6782, 6788, 5, 218, 0, 0, 6783, 6786, 5, 94, 0, 0, 6784, 6787, 5, 261, 0, 0, 6785, 6787, 3, 670, 335, 0, 6786, 6784, 1, 0, 0, 0, 6786, 6785, 1, 0, 0, 0, 6787, 6789, 1, 0, 0, 0, 6788, 6783, 1, 0, 0, 0, 6788, 6789, 1, 0, 0, 0, 6789, 6796, 1, 0, 0, 0, 6790, 6793, 5, 261, 0, 0, 6791, 6792, 5, 94, 0, 0, 6792, 6794, 3, 670, 335, 0, 6793, 6791, 1, 0, 0, 0, 6793, 6794, 1, 0, 0, 0, 6794, 6796, 1, 0, 0, 0, 6795, 6766, 1, 0, 0, 0, 6795, 6767, 1, 0, 0, 0, 6795, 6768, 1, 0, 0, 0, 6795, 6773, 1, 0, 0, 0, 6795, 6782, 1, 0, 0, 0, 6795, 6790, 1, 0, 0, 0, 6796, 669, 1, 0, 0, 0, 6797, 6799, 5, 326, 0, 0, 6798, 6800, 3, 660, 330, 0, 6799, 6798, 1, 0, 0, 0, 6799, 6800, 1, 0, 0, 0, 6800, 671, 1, 0, 0, 0, 6801, 6802, 7, 92, 0, 0, 6802, 673, 1, 0, 0, 0, 6803, 6804, 3, 676, 338, 0, 6804, 675, 1, 0, 0, 0, 6805, 6806, 6, 338, -1, 0, 6806, 6808, 3, 680, 340, 0, 6807, 6809, 3, 678, 339, 0, 6808, 6807, 1, 0, 0, 0, 6808, 6809, 1, 0, 0, 0, 6809, 6813, 1, 0, 0, 0, 6810, 6811, 5, 77, 0, 0, 6811, 6813, 3, 676, 338, 3, 6812, 6805, 1, 0, 0, 0, 6812, 6810, 1, 0, 0, 0, 6813, 6822, 1, 0, 0, 0, 6814, 6815, 10, 2, 0, 0, 6815, 6816, 5, 33, 0, 0, 6816, 6821, 3, 676, 338, 3, 6817, 6818, 10, 1, 0, 0, 6818, 6819, 5, 82, 0, 0, 6819, 6821, 3, 676, 338, 2, 6820, 6814, 1, 0, 0, 0, 6820, 6817, 1, 0, 0, 0, 6821, 6824, 1, 0, 0, 0, 6822, 6820, 1, 0, 0, 0, 6822, 6823, 1, 0, 0, 0, 6823, 677, 1, 0, 0, 0, 6824, 6822, 1, 0, 0, 0, 6825, 6826, 3, 672, 336, 0, 6826, 6827, 3, 680, 340, 0, 6827, 6897, 1, 0, 0, 0, 6828, 6829, 3, 672, 336, 0, 6829, 6830, 3, 728, 364, 0, 6830, 6836, 3, 718, 359, 0, 6831, 6837, 3, 562, 281, 0, 6832, 6833, 5, 2, 0, 0, 6833, 6834, 3, 674, 337, 0, 6834, 6835, 5, 3, 0, 0, 6835, 6837, 1, 0, 0, 0, 6836, 6831, 1, 0, 0, 0, 6836, 6832, 1, 0, 0, 0, 6837, 6897, 1, 0, 0, 0, 6838, 6840, 5, 77, 0, 0, 6839, 6838, 1, 0, 0, 0, 6839, 6840, 1, 0, 0, 0, 6840, 6841, 1, 0, 0, 0, 6841, 6842, 5, 387, 0, 0, 6842, 6843, 3, 680, 340, 0, 6843, 6844, 5, 33, 0, 0, 6844, 6845, 3, 680, 340, 0, 6845, 6897, 1, 0, 0, 0, 6846, 6848, 5, 77, 0, 0, 6847, 6846, 1, 0, 0, 0, 6847, 6848, 1, 0, 0, 0, 6848, 6849, 1, 0, 0, 0, 6849, 6850, 5, 68, 0, 0, 6850, 6851, 5, 2, 0, 0, 6851, 6856, 3, 674, 337, 0, 6852, 6853, 5, 6, 0, 0, 6853, 6855, 3, 674, 337, 0, 6854, 6852, 1, 0, 0, 0, 6855, 6858, 1, 0, 0, 0, 6856, 6854, 1, 0, 0, 0, 6856, 6857, 1, 0, 0, 0, 6857, 6859, 1, 0, 0, 0, 6858, 6856, 1, 0, 0, 0, 6859, 6860, 5, 3, 0, 0, 6860, 6897, 1, 0, 0, 0, 6861, 6863, 5, 77, 0, 0, 6862, 6861, 1, 0, 0, 0, 6862, 6863, 1, 0, 0, 0, 6863, 6864, 1, 0, 0, 0, 6864, 6865, 5, 68, 0, 0, 6865, 6897, 3, 562, 281, 0, 6866, 6868, 5, 77, 0, 0, 6867, 6866, 1, 0, 0, 0, 6867, 6868, 1, 0, 0, 0, 6868, 6877, 1, 0, 0, 0, 6869, 6878, 5, 120, 0, 0, 6870, 6878, 5, 114, 0, 0, 6871, 6872, 5, 127, 0, 0, 6872, 6878, 5, 94, 0, 0, 6873, 6875, 5, 387, 0, 0, 6874, 6876, 5, 91, 0, 0, 6875, 6874, 1, 0, 0, 0, 6875, 6876, 1, 0, 0, 0, 6876, 6878, 1, 0, 0, 0, 6877, 6869, 1, 0, 0, 0, 6877, 6870, 1, 0, 0, 0, 6877, 6871, 1, 0, 0, 0, 6877, 6873, 1, 0, 0, 0, 6878, 6879, 1, 0, 0, 0, 6879, 6882, 3, 680, 340, 0, 6880, 6881, 5, 197, 0, 0, 6881, 6883, 3, 680, 340, 0, 6882, 6880, 1, 0, 0, 0, 6882, 6883, 1, 0, 0, 0, 6883, 6897, 1, 0, 0, 0, 6884, 6886, 5, 116, 0, 0, 6885, 6887, 5, 77, 0, 0, 6886, 6885, 1, 0, 0, 0, 6886, 6887, 1, 0, 0, 0, 6887, 6888, 1, 0, 0, 0, 6888, 6897, 5, 78, 0, 0, 6889, 6891, 5, 116, 0, 0, 6890, 6892, 5, 77, 0, 0, 6891, 6890, 1, 0, 0, 0, 6891, 6892, 1, 0, 0, 0, 6892, 6893, 1, 0, 0, 0, 6893, 6894, 5, 56, 0, 0, 6894, 6895, 5, 64, 0, 0, 6895, 6897, 3, 680, 340, 0, 6896, 6825, 1, 0, 0, 0, 6896, 6828, 1, 0, 0, 0, 6896, 6839, 1, 0, 0, 0, 6896, 6847, 1, 0, 0, 0, 6896, 6862, 1, 0, 0, 0, 6896, 6867, 1, 0, 0, 0, 6896, 6884, 1, 0, 0, 0, 6896, 6889, 1, 0, 0, 0, 6897, 679, 1, 0, 0, 0, 6898, 6899, 6, 340, -1, 0, 6899, 6903, 3, 682, 341, 0, 6900, 6901, 7, 29, 0, 0, 6901, 6903, 3, 680, 340, 4, 6902, 6898, 1, 0, 0, 0, 6902, 6900, 1, 0, 0, 0, 6903, 6920, 1, 0, 0, 0, 6904, 6905, 10, 3, 0, 0, 6905, 6906, 7, 93, 0, 0, 6906, 6919, 3, 680, 340, 4, 6907, 6908, 10, 2, 0, 0, 6908, 6909, 7, 29, 0, 0, 6909, 6919, 3, 680, 340, 3, 6910, 6911, 10, 1, 0, 0, 6911, 6912, 5, 15, 0, 0, 6912, 6919, 3, 680, 340, 2, 6913, 6914, 10, 5, 0, 0, 6914, 6915, 5, 142, 0, 0, 6915, 6916, 5, 418, 0, 0, 6916, 6917, 5, 386, 0, 0, 6917, 6919, 3, 674, 337, 0, 6918, 6904, 1, 0, 0, 0, 6918, 6907, 1, 0, 0, 0, 6918, 6910, 1, 0, 0, 0, 6918, 6913, 1, 0, 0, 0, 6919, 6922, 1, 0, 0, 0, 6920, 6918, 1, 0, 0, 0, 6920, 6921, 1, 0, 0, 0, 6921, 681, 1, 0, 0, 0, 6922, 6920, 1, 0, 0, 0, 6923, 6924, 6, 341, -1, 0, 6924, 6925, 7, 94, 0, 0, 6925, 7012, 3, 562, 281, 0, 6926, 6929, 5, 35, 0, 0, 6927, 6930, 3, 562, 281, 0, 6928, 6930, 3, 740, 370, 0, 6929, 6927, 1, 0, 0, 0, 6929, 6928, 1, 0, 0, 0, 6930, 7012, 1, 0, 0, 0, 6931, 6932, 5, 28, 0, 0, 6932, 7012, 3, 754, 377, 0, 6933, 6934, 5, 470, 0, 0, 6934, 7012, 3, 534, 267, 0, 6935, 7012, 5, 571, 0, 0, 6936, 7012, 5, 573, 0, 0, 6937, 7012, 5, 563, 0, 0, 6938, 7012, 5, 567, 0, 0, 6939, 6949, 3, 806, 403, 0, 6940, 6950, 3, 808, 404, 0, 6941, 6942, 5, 2, 0, 0, 6942, 6944, 3, 736, 368, 0, 6943, 6945, 3, 586, 293, 0, 6944, 6943, 1, 0, 0, 0, 6944, 6945, 1, 0, 0, 0, 6945, 6946, 1, 0, 0, 0, 6946, 6947, 5, 3, 0, 0, 6947, 6948, 3, 808, 404, 0, 6948, 6950, 1, 0, 0, 0, 6949, 6940, 1, 0, 0, 0, 6949, 6941, 1, 0, 0, 0, 6950, 7012, 1, 0, 0, 0, 6951, 6953, 3, 656, 328, 0, 6952, 6951, 1, 0, 0, 0, 6952, 6953, 1, 0, 0, 0, 6953, 6954, 1, 0, 0, 0, 6954, 7012, 3, 808, 404, 0, 6955, 6963, 5, 403, 0, 0, 6956, 6958, 3, 808, 404, 0, 6957, 6959, 3, 668, 334, 0, 6958, 6957, 1, 0, 0, 0, 6958, 6959, 1, 0, 0, 0, 6959, 6964, 1, 0, 0, 0, 6960, 6961, 3, 660, 330, 0, 6961, 6962, 3, 808, 404, 0, 6962, 6964, 1, 0, 0, 0, 6963, 6956, 1, 0, 0, 0, 6963, 6960, 1, 0, 0, 0, 6964, 7012, 1, 0, 0, 0, 6965, 7012, 5, 96, 0, 0, 6966, 7012, 5, 60, 0, 0, 6967, 7012, 5, 78, 0, 0, 6968, 7012, 5, 574, 0, 0, 6969, 6970, 5, 2, 0, 0, 6970, 6971, 3, 674, 337, 0, 6971, 6972, 5, 3, 0, 0, 6972, 6973, 3, 754, 377, 0, 6973, 7012, 1, 0, 0, 0, 6974, 6976, 5, 40, 0, 0, 6975, 6977, 3, 674, 337, 0, 6976, 6975, 1, 0, 0, 0, 6976, 6977, 1, 0, 0, 0, 6977, 6979, 1, 0, 0, 0, 6978, 6980, 3, 748, 374, 0, 6979, 6978, 1, 0, 0, 0, 6980, 6981, 1, 0, 0, 0, 6981, 6979, 1, 0, 0, 0, 6981, 6982, 1, 0, 0, 0, 6982, 6985, 1, 0, 0, 0, 6983, 6984, 5, 58, 0, 0, 6984, 6986, 3, 674, 337, 0, 6985, 6983, 1, 0, 0, 0, 6985, 6986, 1, 0, 0, 0, 6986, 6987, 1, 0, 0, 0, 6987, 6988, 5, 454, 0, 0, 6988, 7012, 1, 0, 0, 0, 6989, 7012, 3, 686, 343, 0, 6990, 6992, 3, 562, 281, 0, 6991, 6993, 3, 752, 376, 0, 6992, 6991, 1, 0, 0, 0, 6992, 6993, 1, 0, 0, 0, 6993, 7012, 1, 0, 0, 0, 6994, 7012, 3, 716, 358, 0, 6995, 6996, 5, 2, 0, 0, 6996, 6997, 3, 674, 337, 0, 6997, 6998, 5, 6, 0, 0, 6998, 6999, 3, 730, 365, 0, 6999, 7000, 5, 3, 0, 0, 7000, 7012, 1, 0, 0, 0, 7001, 7002, 3, 714, 357, 0, 7002, 7003, 5, 125, 0, 0, 7003, 7004, 3, 714, 357, 0, 7004, 7012, 1, 0, 0, 0, 7005, 7012, 3, 780, 390, 0, 7006, 7007, 7, 29, 0, 0, 7007, 7012, 3, 682, 341, 5, 7008, 7009, 3, 724, 362, 0, 7009, 7010, 3, 682, 341, 2, 7010, 7012, 1, 0, 0, 0, 7011, 6923, 1, 0, 0, 0, 7011, 6926, 1, 0, 0, 0, 7011, 6931, 1, 0, 0, 0, 7011, 6933, 1, 0, 0, 0, 7011, 6935, 1, 0, 0, 0, 7011, 6936, 1, 0, 0, 0, 7011, 6937, 1, 0, 0, 0, 7011, 6938, 1, 0, 0, 0, 7011, 6939, 1, 0, 0, 0, 7011, 6952, 1, 0, 0, 0, 7011, 6955, 1, 0, 0, 0, 7011, 6965, 1, 0, 0, 0, 7011, 6966, 1, 0, 0, 0, 7011, 6967, 1, 0, 0, 0, 7011, 6968, 1, 0, 0, 0, 7011, 6969, 1, 0, 0, 0, 7011, 6974, 1, 0, 0, 0, 7011, 6989, 1, 0, 0, 0, 7011, 6990, 1, 0, 0, 0, 7011, 6994, 1, 0, 0, 0, 7011, 6995, 1, 0, 0, 0, 7011, 7001, 1, 0, 0, 0, 7011, 7005, 1, 0, 0, 0, 7011, 7006, 1, 0, 0, 0, 7011, 7008, 1, 0, 0, 0, 7012, 7040, 1, 0, 0, 0, 7013, 7014, 10, 3, 0, 0, 7014, 7015, 3, 722, 361, 0, 7015, 7016, 3, 682, 341, 4, 7016, 7039, 1, 0, 0, 0, 7017, 7018, 10, 6, 0, 0, 7018, 7019, 5, 26, 0, 0, 7019, 7039, 3, 652, 326, 0, 7020, 7021, 10, 4, 0, 0, 7021, 7023, 3, 724, 362, 0, 7022, 7024, 3, 682, 341, 0, 7023, 7022, 1, 0, 0, 0, 7023, 7024, 1, 0, 0, 0, 7024, 7039, 1, 0, 0, 0, 7025, 7026, 10, 1, 0, 0, 7026, 7028, 5, 116, 0, 0, 7027, 7029, 5, 77, 0, 0, 7028, 7027, 1, 0, 0, 0, 7028, 7029, 1, 0, 0, 0, 7029, 7036, 1, 0, 0, 0, 7030, 7031, 5, 56, 0, 0, 7031, 7032, 5, 64, 0, 0, 7032, 7037, 3, 682, 341, 0, 7033, 7034, 5, 275, 0, 0, 7034, 7037, 3, 528, 264, 0, 7035, 7037, 5, 188, 0, 0, 7036, 7030, 1, 0, 0, 0, 7036, 7033, 1, 0, 0, 0, 7036, 7035, 1, 0, 0, 0, 7037, 7039, 1, 0, 0, 0, 7038, 7013, 1, 0, 0, 0, 7038, 7017, 1, 0, 0, 0, 7038, 7020, 1, 0, 0, 0, 7038, 7025, 1, 0, 0, 0, 7039, 7042, 1, 0, 0, 0, 7040, 7038, 1, 0, 0, 0, 7040, 7041, 1, 0, 0, 0, 7041, 683, 1, 0, 0, 0, 7042, 7040, 1, 0, 0, 0, 7043, 7044, 3, 806, 403, 0, 7044, 7065, 5, 2, 0, 0, 7045, 7049, 3, 736, 368, 0, 7046, 7047, 5, 6, 0, 0, 7047, 7048, 5, 101, 0, 0, 7048, 7050, 3, 738, 369, 0, 7049, 7046, 1, 0, 0, 0, 7049, 7050, 1, 0, 0, 0, 7050, 7052, 1, 0, 0, 0, 7051, 7053, 3, 586, 293, 0, 7052, 7051, 1, 0, 0, 0, 7052, 7053, 1, 0, 0, 0, 7053, 7066, 1, 0, 0, 0, 7054, 7055, 5, 101, 0, 0, 7055, 7057, 3, 738, 369, 0, 7056, 7058, 3, 586, 293, 0, 7057, 7056, 1, 0, 0, 0, 7057, 7058, 1, 0, 0, 0, 7058, 7066, 1, 0, 0, 0, 7059, 7060, 7, 80, 0, 0, 7060, 7062, 3, 736, 368, 0, 7061, 7063, 3, 586, 293, 0, 7062, 7061, 1, 0, 0, 0, 7062, 7063, 1, 0, 0, 0, 7063, 7066, 1, 0, 0, 0, 7064, 7066, 5, 9, 0, 0, 7065, 7045, 1, 0, 0, 0, 7065, 7054, 1, 0, 0, 0, 7065, 7059, 1, 0, 0, 0, 7065, 7064, 1, 0, 0, 0, 7065, 7066, 1, 0, 0, 0, 7066, 7067, 1, 0, 0, 0, 7067, 7068, 5, 3, 0, 0, 7068, 685, 1, 0, 0, 0, 7069, 7076, 3, 684, 342, 0, 7070, 7071, 5, 479, 0, 0, 7071, 7072, 5, 66, 0, 0, 7072, 7073, 5, 2, 0, 0, 7073, 7074, 3, 586, 293, 0, 7074, 7075, 5, 3, 0, 0, 7075, 7077, 1, 0, 0, 0, 7076, 7070, 1, 0, 0, 0, 7076, 7077, 1, 0, 0, 0, 7077, 7084, 1, 0, 0, 0, 7078, 7079, 5, 480, 0, 0, 7079, 7080, 5, 2, 0, 0, 7080, 7081, 5, 103, 0, 0, 7081, 7082, 3, 674, 337, 0, 7082, 7083, 5, 3, 0, 0, 7083, 7085, 1, 0, 0, 0, 7084, 7078, 1, 0, 0, 0, 7084, 7085, 1, 0, 0, 0, 7085, 7091, 1, 0, 0, 0, 7086, 7089, 5, 124, 0, 0, 7087, 7090, 3, 708, 354, 0, 7088, 7090, 3, 818, 409, 0, 7089, 7087, 1, 0, 0, 0, 7089, 7088, 1, 0, 0, 0, 7090, 7092, 1, 0, 0, 0, 7091, 7086, 1, 0, 0, 0, 7091, 7092, 1, 0, 0, 0, 7092, 7095, 1, 0, 0, 0, 7093, 7095, 3, 690, 345, 0, 7094, 7069, 1, 0, 0, 0, 7094, 7093, 1, 0, 0, 0, 7095, 687, 1, 0, 0, 0, 7096, 7099, 3, 684, 342, 0, 7097, 7099, 3, 690, 345, 0, 7098, 7096, 1, 0, 0, 0, 7098, 7097, 1, 0, 0, 0, 7099, 689, 1, 0, 0, 0, 7100, 7101, 5, 108, 0, 0, 7101, 7102, 5, 62, 0, 0, 7102, 7103, 5, 2, 0, 0, 7103, 7104, 3, 674, 337, 0, 7104, 7105, 5, 3, 0, 0, 7105, 7275, 1, 0, 0, 0, 7106, 7275, 5, 48, 0, 0, 7107, 7109, 7, 95, 0, 0, 7108, 7110, 3, 660, 330, 0, 7109, 7108, 1, 0, 0, 0, 7109, 7110, 1, 0, 0, 0, 7110, 7275, 1, 0, 0, 0, 7111, 7275, 5, 49, 0, 0, 7112, 7275, 5, 52, 0, 0, 7113, 7275, 5, 89, 0, 0, 7114, 7275, 5, 99, 0, 0, 7115, 7275, 5, 47, 0, 0, 7116, 7275, 5, 111, 0, 0, 7117, 7118, 7, 96, 0, 0, 7118, 7119, 5, 2, 0, 0, 7119, 7120, 3, 674, 337, 0, 7120, 7121, 5, 36, 0, 0, 7121, 7122, 3, 652, 326, 0, 7122, 7123, 5, 3, 0, 0, 7123, 7275, 1, 0, 0, 0, 7124, 7125, 5, 397, 0, 0, 7125, 7130, 5, 2, 0, 0, 7126, 7127, 3, 742, 371, 0, 7127, 7128, 5, 64, 0, 0, 7128, 7129, 3, 674, 337, 0, 7129, 7131, 1, 0, 0, 0, 7130, 7126, 1, 0, 0, 0, 7130, 7131, 1, 0, 0, 0, 7131, 7132, 1, 0, 0, 0, 7132, 7275, 5, 3, 0, 0, 7133, 7134, 5, 489, 0, 0, 7134, 7135, 5, 2, 0, 0, 7135, 7138, 3, 674, 337, 0, 7136, 7137, 5, 6, 0, 0, 7137, 7139, 3, 744, 372, 0, 7138, 7136, 1, 0, 0, 0, 7138, 7139, 1, 0, 0, 0, 7139, 7140, 1, 0, 0, 0, 7140, 7141, 5, 3, 0, 0, 7141, 7275, 1, 0, 0, 0, 7142, 7143, 5, 410, 0, 0, 7143, 7144, 5, 2, 0, 0, 7144, 7145, 3, 674, 337, 0, 7145, 7146, 5, 84, 0, 0, 7146, 7147, 3, 674, 337, 0, 7147, 7148, 5, 64, 0, 0, 7148, 7151, 3, 674, 337, 0, 7149, 7150, 5, 62, 0, 0, 7150, 7152, 3, 674, 337, 0, 7151, 7149, 1, 0, 0, 0, 7151, 7152, 1, 0, 0, 0, 7152, 7153, 1, 0, 0, 0, 7153, 7154, 5, 3, 0, 0, 7154, 7275, 1, 0, 0, 0, 7155, 7156, 5, 411, 0, 0, 7156, 7161, 5, 2, 0, 0, 7157, 7158, 3, 682, 341, 0, 7158, 7159, 5, 68, 0, 0, 7159, 7160, 3, 682, 341, 0, 7160, 7162, 1, 0, 0, 0, 7161, 7157, 1, 0, 0, 0, 7161, 7162, 1, 0, 0, 0, 7162, 7163, 1, 0, 0, 0, 7163, 7275, 5, 3, 0, 0, 7164, 7165, 5, 417, 0, 0, 7165, 7167, 5, 2, 0, 0, 7166, 7168, 3, 746, 373, 0, 7167, 7166, 1, 0, 0, 0, 7167, 7168, 1, 0, 0, 0, 7168, 7169, 1, 0, 0, 0, 7169, 7275, 5, 3, 0, 0, 7170, 7171, 5, 421, 0, 0, 7171, 7173, 5, 2, 0, 0, 7172, 7174, 7, 97, 0, 0, 7173, 7172, 1, 0, 0, 0, 7173, 7174, 1, 0, 0, 0, 7174, 7179, 1, 0, 0, 0, 7175, 7177, 3, 674, 337, 0, 7176, 7175, 1, 0, 0, 0, 7176, 7177, 1, 0, 0, 0, 7177, 7178, 1, 0, 0, 0, 7178, 7180, 5, 64, 0, 0, 7179, 7176, 1, 0, 0, 0, 7179, 7180, 1, 0, 0, 0, 7180, 7181, 1, 0, 0, 0, 7181, 7182, 3, 730, 365, 0, 7182, 7183, 1, 0, 0, 0, 7183, 7184, 5, 3, 0, 0, 7184, 7275, 1, 0, 0, 0, 7185, 7186, 5, 408, 0, 0, 7186, 7187, 5, 2, 0, 0, 7187, 7188, 3, 674, 337, 0, 7188, 7189, 5, 6, 0, 0, 7189, 7190, 3, 674, 337, 0, 7190, 7191, 5, 3, 0, 0, 7191, 7275, 1, 0, 0, 0, 7192, 7193, 7, 98, 0, 0, 7193, 7275, 3, 534, 267, 0, 7194, 7195, 5, 426, 0, 0, 7195, 7196, 5, 2, 0, 0, 7196, 7197, 5, 266, 0, 0, 7197, 7207, 3, 824, 412, 0, 7198, 7205, 5, 6, 0, 0, 7199, 7200, 5, 424, 0, 0, 7200, 7201, 5, 2, 0, 0, 7201, 7202, 3, 692, 346, 0, 7202, 7203, 5, 3, 0, 0, 7203, 7206, 1, 0, 0, 0, 7204, 7206, 3, 730, 365, 0, 7205, 7199, 1, 0, 0, 0, 7205, 7204, 1, 0, 0, 0, 7206, 7208, 1, 0, 0, 0, 7207, 7198, 1, 0, 0, 0, 7207, 7208, 1, 0, 0, 0, 7208, 7209, 1, 0, 0, 0, 7209, 7210, 5, 3, 0, 0, 7210, 7275, 1, 0, 0, 0, 7211, 7212, 5, 427, 0, 0, 7212, 7213, 5, 2, 0, 0, 7213, 7214, 3, 682, 341, 0, 7214, 7215, 3, 698, 349, 0, 7215, 7216, 5, 3, 0, 0, 7216, 7275, 1, 0, 0, 0, 7217, 7218, 5, 428, 0, 0, 7218, 7219, 5, 2, 0, 0, 7219, 7220, 3, 692, 346, 0, 7220, 7221, 5, 3, 0, 0, 7221, 7275, 1, 0, 0, 0, 7222, 7223, 5, 429, 0, 0, 7223, 7224, 5, 2, 0, 0, 7224, 7225, 3, 696, 348, 0, 7225, 7228, 3, 674, 337, 0, 7226, 7227, 7, 99, 0, 0, 7227, 7229, 5, 378, 0, 0, 7228, 7226, 1, 0, 0, 0, 7228, 7229, 1, 0, 0, 0, 7229, 7230, 1, 0, 0, 0, 7230, 7231, 5, 3, 0, 0, 7231, 7275, 1, 0, 0, 0, 7232, 7233, 5, 430, 0, 0, 7233, 7234, 5, 2, 0, 0, 7234, 7235, 5, 266, 0, 0, 7235, 7238, 3, 824, 412, 0, 7236, 7237, 5, 6, 0, 0, 7237, 7239, 3, 674, 337, 0, 7238, 7236, 1, 0, 0, 0, 7238, 7239, 1, 0, 0, 0, 7239, 7240, 1, 0, 0, 0, 7240, 7241, 5, 3, 0, 0, 7241, 7275, 1, 0, 0, 0, 7242, 7243, 5, 431, 0, 0, 7243, 7244, 5, 2, 0, 0, 7244, 7245, 5, 383, 0, 0, 7245, 7246, 3, 674, 337, 0, 7246, 7247, 5, 6, 0, 0, 7247, 7251, 5, 375, 0, 0, 7248, 7249, 5, 269, 0, 0, 7249, 7252, 5, 450, 0, 0, 7250, 7252, 3, 674, 337, 0, 7251, 7248, 1, 0, 0, 0, 7251, 7250, 1, 0, 0, 0, 7252, 7262, 1, 0, 0, 0, 7253, 7254, 5, 6, 0, 0, 7254, 7260, 5, 339, 0, 0, 7255, 7257, 5, 269, 0, 0, 7256, 7255, 1, 0, 0, 0, 7256, 7257, 1, 0, 0, 0, 7257, 7258, 1, 0, 0, 0, 7258, 7261, 5, 450, 0, 0, 7259, 7261, 5, 385, 0, 0, 7260, 7256, 1, 0, 0, 0, 7260, 7259, 1, 0, 0, 0, 7261, 7263, 1, 0, 0, 0, 7262, 7253, 1, 0, 0, 0, 7262, 7263, 1, 0, 0, 0, 7263, 7264, 1, 0, 0, 0, 7264, 7265, 5, 3, 0, 0, 7265, 7275, 1, 0, 0, 0, 7266, 7267, 5, 432, 0, 0, 7267, 7268, 5, 2, 0, 0, 7268, 7269, 3, 696, 348, 0, 7269, 7270, 3, 674, 337, 0, 7270, 7271, 5, 36, 0, 0, 7271, 7272, 3, 654, 327, 0, 7272, 7273, 5, 3, 0, 0, 7273, 7275, 1, 0, 0, 0, 7274, 7100, 1, 0, 0, 0, 7274, 7106, 1, 0, 0, 0, 7274, 7107, 1, 0, 0, 0, 7274, 7111, 1, 0, 0, 0, 7274, 7112, 1, 0, 0, 0, 7274, 7113, 1, 0, 0, 0, 7274, 7114, 1, 0, 0, 0, 7274, 7115, 1, 0, 0, 0, 7274, 7116, 1, 0, 0, 0, 7274, 7117, 1, 0, 0, 0, 7274, 7124, 1, 0, 0, 0, 7274, 7133, 1, 0, 0, 0, 7274, 7142, 1, 0, 0, 0, 7274, 7155, 1, 0, 0, 0, 7274, 7164, 1, 0, 0, 0, 7274, 7170, 1, 0, 0, 0, 7274, 7185, 1, 0, 0, 0, 7274, 7192, 1, 0, 0, 0, 7274, 7194, 1, 0, 0, 0, 7274, 7211, 1, 0, 0, 0, 7274, 7217, 1, 0, 0, 0, 7274, 7222, 1, 0, 0, 0, 7274, 7232, 1, 0, 0, 0, 7274, 7242, 1, 0, 0, 0, 7274, 7266, 1, 0, 0, 0, 7275, 691, 1, 0, 0, 0, 7276, 7281, 3, 694, 347, 0, 7277, 7278, 5, 6, 0, 0, 7278, 7280, 3, 694, 347, 0, 7279, 7277, 1, 0, 0, 0, 7280, 7283, 1, 0, 0, 0, 7281, 7279, 1, 0, 0, 0, 7281, 7282, 1, 0, 0, 0, 7282, 693, 1, 0, 0, 0, 7283, 7281, 1, 0, 0, 0, 7284, 7287, 3, 674, 337, 0, 7285, 7286, 5, 36, 0, 0, 7286, 7288, 3, 824, 412, 0, 7287, 7285, 1, 0, 0, 0, 7287, 7288, 1, 0, 0, 0, 7288, 695, 1, 0, 0, 0, 7289, 7290, 7, 100, 0, 0, 7290, 697, 1, 0, 0, 0, 7291, 7293, 5, 286, 0, 0, 7292, 7294, 3, 700, 350, 0, 7293, 7292, 1, 0, 0, 0, 7293, 7294, 1, 0, 0, 0, 7294, 7295, 1, 0, 0, 0, 7295, 7297, 3, 682, 341, 0, 7296, 7298, 3, 700, 350, 0, 7297, 7296, 1, 0, 0, 0, 7297, 7298, 1, 0, 0, 0, 7298, 699, 1, 0, 0, 0, 7299, 7300, 5, 147, 0, 0, 7300, 7301, 7, 101, 0, 0, 7301, 701, 1, 0, 0, 0, 7302, 7303, 5, 104, 0, 0, 7303, 7308, 3, 704, 352, 0, 7304, 7305, 5, 6, 0, 0, 7305, 7307, 3, 704, 352, 0, 7306, 7304, 1, 0, 0, 0, 7307, 7310, 1, 0, 0, 0, 7308, 7306, 1, 0, 0, 0, 7308, 7309, 1, 0, 0, 0, 7309, 703, 1, 0, 0, 0, 7310, 7308, 1, 0, 0, 0, 7311, 7312, 3, 818, 409, 0, 7312, 7313, 5, 36, 0, 0, 7313, 7314, 3, 708, 354, 0, 7314, 705, 1, 0, 0, 0, 7315, 7318, 5, 124, 0, 0, 7316, 7319, 3, 708, 354, 0, 7317, 7319, 3, 818, 409, 0, 7318, 7316, 1, 0, 0, 0, 7318, 7317, 1, 0, 0, 0, 7319, 707, 1, 0, 0, 0, 7320, 7322, 5, 2, 0, 0, 7321, 7323, 3, 818, 409, 0, 7322, 7321, 1, 0, 0, 0, 7322, 7323, 1, 0, 0, 0, 7323, 7327, 1, 0, 0, 0, 7324, 7325, 5, 285, 0, 0, 7325, 7326, 5, 147, 0, 0, 7326, 7328, 3, 730, 365, 0, 7327, 7324, 1, 0, 0, 0, 7327, 7328, 1, 0, 0, 0, 7328, 7330, 1, 0, 0, 0, 7329, 7331, 3, 586, 293, 0, 7330, 7329, 1, 0, 0, 0, 7330, 7331, 1, 0, 0, 0, 7331, 7333, 1, 0, 0, 0, 7332, 7334, 3, 710, 355, 0, 7333, 7332, 1, 0, 0, 0, 7333, 7334, 1, 0, 0, 0, 7334, 7335, 1, 0, 0, 0, 7335, 7336, 5, 3, 0, 0, 7336, 709, 1, 0, 0, 0, 7337, 7342, 7, 102, 0, 0, 7338, 7339, 5, 387, 0, 0, 7339, 7340, 3, 712, 356, 0, 7340, 7341, 5, 33, 0, 0, 7341, 7343, 1, 0, 0, 0, 7342, 7338, 1, 0, 0, 0, 7342, 7343, 1, 0, 0, 0, 7343, 7344, 1, 0, 0, 0, 7344, 7345, 3, 712, 356, 0, 7345, 7355, 1, 0, 0, 0, 7346, 7353, 5, 199, 0, 0, 7347, 7348, 5, 434, 0, 0, 7348, 7354, 5, 414, 0, 0, 7349, 7354, 5, 66, 0, 0, 7350, 7354, 5, 467, 0, 0, 7351, 7352, 5, 269, 0, 0, 7352, 7354, 5, 482, 0, 0, 7353, 7347, 1, 0, 0, 0, 7353, 7349, 1, 0, 0, 0, 7353, 7350, 1, 0, 0, 0, 7353, 7351, 1, 0, 0, 0, 7354, 7356, 1, 0, 0, 0, 7355, 7346, 1, 0, 0, 0, 7355, 7356, 1, 0, 0, 0, 7356, 711, 1, 0, 0, 0, 7357, 7360, 5, 362, 0, 0, 7358, 7360, 3, 674, 337, 0, 7359, 7357, 1, 0, 0, 0, 7359, 7358, 1, 0, 0, 0, 7360, 7361, 1, 0, 0, 0, 7361, 7365, 7, 103, 0, 0, 7362, 7363, 5, 434, 0, 0, 7363, 7365, 5, 414, 0, 0, 7364, 7359, 1, 0, 0, 0, 7364, 7362, 1, 0, 0, 0, 7365, 713, 1, 0, 0, 0, 7366, 7374, 3, 716, 358, 0, 7367, 7368, 5, 2, 0, 0, 7368, 7369, 3, 730, 365, 0, 7369, 7370, 5, 6, 0, 0, 7370, 7371, 3, 674, 337, 0, 7371, 7372, 5, 3, 0, 0, 7372, 7374, 1, 0, 0, 0, 7373, 7366, 1, 0, 0, 0, 7373, 7367, 1, 0, 0, 0, 7374, 715, 1, 0, 0, 0, 7375, 7376, 5, 414, 0, 0, 7376, 7378, 5, 2, 0, 0, 7377, 7379, 3, 730, 365, 0, 7378, 7377, 1, 0, 0, 0, 7378, 7379, 1, 0, 0, 0, 7379, 7380, 1, 0, 0, 0, 7380, 7381, 5, 3, 0, 0, 7381, 717, 1, 0, 0, 0, 7382, 7383, 7, 104, 0, 0, 7383, 719, 1, 0, 0, 0, 7384, 7387, 5, 29, 0, 0, 7385, 7387, 3, 722, 361, 0, 7386, 7384, 1, 0, 0, 0, 7386, 7385, 1, 0, 0, 0, 7387, 721, 1, 0, 0, 0, 7388, 7389, 7, 105, 0, 0, 7389, 723, 1, 0, 0, 0, 7390, 7397, 5, 29, 0, 0, 7391, 7392, 5, 278, 0, 0, 7392, 7393, 5, 2, 0, 0, 7393, 7394, 3, 414, 207, 0, 7394, 7395, 5, 3, 0, 0, 7395, 7397, 1, 0, 0, 0, 7396, 7390, 1, 0, 0, 0, 7396, 7391, 1, 0, 0, 0, 7397, 725, 1, 0, 0, 0, 7398, 7405, 3, 720, 360, 0, 7399, 7400, 5, 278, 0, 0, 7400, 7401, 5, 2, 0, 0, 7401, 7402, 3, 414, 207, 0, 7402, 7403, 5, 3, 0, 0, 7403, 7405, 1, 0, 0, 0, 7404, 7398, 1, 0, 0, 0, 7404, 7399, 1, 0, 0, 0, 7405, 727, 1, 0, 0, 0, 7406, 7412, 3, 726, 363, 0, 7407, 7409, 5, 77, 0, 0, 7408, 7407, 1, 0, 0, 0, 7408, 7409, 1, 0, 0, 0, 7409, 7410, 1, 0, 0, 0, 7410, 7412, 7, 106, 0, 0, 7411, 7406, 1, 0, 0, 0, 7411, 7408, 1, 0, 0, 0, 7412, 729, 1, 0, 0, 0, 7413, 7418, 3, 674, 337, 0, 7414, 7415, 5, 6, 0, 0, 7415, 7417, 3, 674, 337, 0, 7416, 7414, 1, 0, 0, 0, 7417, 7420, 1, 0, 0, 0, 7418, 7416, 1, 0, 0, 0, 7418, 7419, 1, 0, 0, 0, 7419, 731, 1, 0, 0, 0, 7420, 7418, 1, 0, 0, 0, 7421, 7422, 5, 2, 0, 0, 7422, 7423, 3, 674, 337, 0, 7423, 7424, 5, 3, 0, 0, 7424, 7427, 1, 0, 0, 0, 7425, 7427, 3, 800, 400, 0, 7426, 7421, 1, 0, 0, 0, 7426, 7425, 1, 0, 0, 0, 7427, 733, 1, 0, 0, 0, 7428, 7431, 3, 674, 337, 0, 7429, 7431, 3, 800, 400, 0, 7430, 7428, 1, 0, 0, 0, 7430, 7429, 1, 0, 0, 0, 7431, 735, 1, 0, 0, 0, 7432, 7437, 3, 738, 369, 0, 7433, 7434, 5, 6, 0, 0, 7434, 7436, 3, 738, 369, 0, 7435, 7433, 1, 0, 0, 0, 7436, 7439, 1, 0, 0, 0, 7437, 7435, 1, 0, 0, 0, 7437, 7438, 1, 0, 0, 0, 7438, 737, 1, 0, 0, 0, 7439, 7437, 1, 0, 0, 0, 7440, 7448, 3, 800, 400, 0, 7441, 7448, 3, 674, 337, 0, 7442, 7445, 3, 820, 410, 0, 7443, 7444, 7, 107, 0, 0, 7444, 7446, 3, 674, 337, 0, 7445, 7443, 1, 0, 0, 0, 7445, 7446, 1, 0, 0, 0, 7446, 7448, 1, 0, 0, 0, 7447, 7440, 1, 0, 0, 0, 7447, 7441, 1, 0, 0, 0, 7447, 7442, 1, 0, 0, 0, 7448, 739, 1, 0, 0, 0, 7449, 7459, 5, 4, 0, 0, 7450, 7460, 3, 730, 365, 0, 7451, 7456, 3, 740, 370, 0, 7452, 7453, 5, 6, 0, 0, 7453, 7455, 3, 740, 370, 0, 7454, 7452, 1, 0, 0, 0, 7455, 7458, 1, 0, 0, 0, 7456, 7454, 1, 0, 0, 0, 7456, 7457, 1, 0, 0, 0, 7457, 7460, 1, 0, 0, 0, 7458, 7456, 1, 0, 0, 0, 7459, 7450, 1, 0, 0, 0, 7459, 7451, 1, 0, 0, 0, 7459, 7460, 1, 0, 0, 0, 7460, 7461, 1, 0, 0, 0, 7461, 7462, 5, 5, 0, 0, 7462, 741, 1, 0, 0, 0, 7463, 7472, 3, 826, 413, 0, 7464, 7472, 5, 384, 0, 0, 7465, 7472, 5, 264, 0, 0, 7466, 7472, 5, 176, 0, 0, 7467, 7472, 5, 218, 0, 0, 7468, 7472, 5, 261, 0, 0, 7469, 7472, 5, 326, 0, 0, 7470, 7472, 3, 808, 404, 0, 7471, 7463, 1, 0, 0, 0, 7471, 7464, 1, 0, 0, 0, 7471, 7465, 1, 0, 0, 0, 7471, 7466, 1, 0, 0, 0, 7471, 7467, 1, 0, 0, 0, 7471, 7468, 1, 0, 0, 0, 7471, 7469, 1, 0, 0, 0, 7471, 7470, 1, 0, 0, 0, 7472, 743, 1, 0, 0, 0, 7473, 7474, 7, 108, 0, 0, 7474, 745, 1, 0, 0, 0, 7475, 7476, 3, 674, 337, 0, 7476, 7477, 5, 64, 0, 0, 7477, 7480, 3, 674, 337, 0, 7478, 7479, 5, 62, 0, 0, 7479, 7481, 3, 674, 337, 0, 7480, 7478, 1, 0, 0, 0, 7480, 7481, 1, 0, 0, 0, 7481, 7497, 1, 0, 0, 0, 7482, 7483, 3, 674, 337, 0, 7483, 7484, 5, 62, 0, 0, 7484, 7487, 3, 674, 337, 0, 7485, 7486, 5, 64, 0, 0, 7486, 7488, 3, 674, 337, 0, 7487, 7485, 1, 0, 0, 0, 7487, 7488, 1, 0, 0, 0, 7488, 7497, 1, 0, 0, 0, 7489, 7490, 3, 674, 337, 0, 7490, 7491, 5, 127, 0, 0, 7491, 7492, 3, 674, 337, 0, 7492, 7493, 5, 197, 0, 0, 7493, 7494, 3, 674, 337, 0, 7494, 7497, 1, 0, 0, 0, 7495, 7497, 3, 730, 365, 0, 7496, 7475, 1, 0, 0, 0, 7496, 7482, 1, 0, 0, 0, 7496, 7489, 1, 0, 0, 0, 7496, 7495, 1, 0, 0, 0, 7497, 747, 1, 0, 0, 0, 7498, 7499, 5, 102, 0, 0, 7499, 7500, 3, 674, 337, 0, 7500, 7501, 5, 93, 0, 0, 7501, 7502, 3, 674, 337, 0, 7502, 749, 1, 0, 0, 0, 7503, 7506, 5, 11, 0, 0, 7504, 7507, 3, 824, 412, 0, 7505, 7507, 5, 9, 0, 0, 7506, 7504, 1, 0, 0, 0, 7506, 7505, 1, 0, 0, 0, 7507, 7521, 1, 0, 0, 0, 7508, 7517, 5, 4, 0, 0, 7509, 7518, 3, 674, 337, 0, 7510, 7512, 3, 674, 337, 0, 7511, 7510, 1, 0, 0, 0, 7511, 7512, 1, 0, 0, 0, 7512, 7513, 1, 0, 0, 0, 7513, 7515, 5, 8, 0, 0, 7514, 7516, 3, 674, 337, 0, 7515, 7514, 1, 0, 0, 0, 7515, 7516, 1, 0, 0, 0, 7516, 7518, 1, 0, 0, 0, 7517, 7509, 1, 0, 0, 0, 7517, 7511, 1, 0, 0, 0, 7518, 7519, 1, 0, 0, 0, 7519, 7521, 5, 5, 0, 0, 7520, 7503, 1, 0, 0, 0, 7520, 7508, 1, 0, 0, 0, 7521, 751, 1, 0, 0, 0, 7522, 7524, 3, 750, 375, 0, 7523, 7522, 1, 0, 0, 0, 7524, 7525, 1, 0, 0, 0, 7525, 7523, 1, 0, 0, 0, 7525, 7526, 1, 0, 0, 0, 7526, 753, 1, 0, 0, 0, 7527, 7529, 3, 750, 375, 0, 7528, 7527, 1, 0, 0, 0, 7529, 7532, 1, 0, 0, 0, 7530, 7528, 1, 0, 0, 0, 7530, 7531, 1, 0, 0, 0, 7531, 755, 1, 0, 0, 0, 7532, 7530, 1, 0, 0, 0, 7533, 7538, 3, 758, 379, 0, 7534, 7535, 5, 6, 0, 0, 7535, 7537, 3, 758, 379, 0, 7536, 7534, 1, 0, 0, 0, 7537, 7540, 1, 0, 0, 0, 7538, 7536, 1, 0, 0, 0, 7538, 7539, 1, 0, 0, 0, 7539, 757, 1, 0, 0, 0, 7540, 7538, 1, 0, 0, 0, 7541, 7546, 3, 734, 367, 0, 7542, 7543, 5, 36, 0, 0, 7543, 7547, 3, 824, 412, 0, 7544, 7547, 3, 826, 413, 0, 7545, 7547, 1, 0, 0, 0, 7546, 7542, 1, 0, 0, 0, 7546, 7544, 1, 0, 0, 0, 7546, 7545, 1, 0, 0, 0, 7547, 7550, 1, 0, 0, 0, 7548, 7550, 5, 9, 0, 0, 7549, 7541, 1, 0, 0, 0, 7549, 7548, 1, 0, 0, 0, 7550, 759, 1, 0, 0, 0, 7551, 7556, 3, 780, 390, 0, 7552, 7553, 5, 6, 0, 0, 7553, 7555, 3, 780, 390, 0, 7554, 7552, 1, 0, 0, 0, 7555, 7558, 1, 0, 0, 0, 7556, 7554, 1, 0, 0, 0, 7556, 7557, 1, 0, 0, 0, 7557, 761, 1, 0, 0, 0, 7558, 7556, 1, 0, 0, 0, 7559, 7564, 3, 774, 387, 0, 7560, 7561, 5, 6, 0, 0, 7561, 7563, 3, 774, 387, 0, 7562, 7560, 1, 0, 0, 0, 7563, 7566, 1, 0, 0, 0, 7564, 7562, 1, 0, 0, 0, 7564, 7565, 1, 0, 0, 0, 7565, 763, 1, 0, 0, 0, 7566, 7564, 1, 0, 0, 0, 7567, 7572, 3, 790, 395, 0, 7568, 7569, 5, 6, 0, 0, 7569, 7571, 3, 790, 395, 0, 7570, 7568, 1, 0, 0, 0, 7571, 7574, 1, 0, 0, 0, 7572, 7570, 1, 0, 0, 0, 7572, 7573, 1, 0, 0, 0, 7573, 765, 1, 0, 0, 0, 7574, 7572, 1, 0, 0, 0, 7575, 7580, 3, 788, 394, 0, 7576, 7577, 5, 6, 0, 0, 7577, 7579, 3, 788, 394, 0, 7578, 7576, 1, 0, 0, 0, 7579, 7582, 1, 0, 0, 0, 7580, 7578, 1, 0, 0, 0, 7580, 7581, 1, 0, 0, 0, 7581, 767, 1, 0, 0, 0, 7582, 7580, 1, 0, 0, 0, 7583, 7584, 3, 780, 390, 0, 7584, 769, 1, 0, 0, 0, 7585, 7586, 3, 780, 390, 0, 7586, 771, 1, 0, 0, 0, 7587, 7588, 3, 780, 390, 0, 7588, 773, 1, 0, 0, 0, 7589, 7590, 3, 780, 390, 0, 7590, 775, 1, 0, 0, 0, 7591, 7592, 3, 780, 390, 0, 7592, 777, 1, 0, 0, 0, 7593, 7594, 3, 316, 158, 0, 7594, 779, 1, 0, 0, 0, 7595, 7597, 3, 818, 409, 0, 7596, 7598, 3, 752, 376, 0, 7597, 7596, 1, 0, 0, 0, 7597, 7598, 1, 0, 0, 0, 7598, 781, 1, 0, 0, 0, 7599, 7604, 3, 770, 385, 0, 7600, 7601, 5, 6, 0, 0, 7601, 7603, 3, 770, 385, 0, 7602, 7600, 1, 0, 0, 0, 7603, 7606, 1, 0, 0, 0, 7604, 7602, 1, 0, 0, 0, 7604, 7605, 1, 0, 0, 0, 7605, 783, 1, 0, 0, 0, 7606, 7604, 1, 0, 0, 0, 7607, 7612, 3, 818, 409, 0, 7608, 7609, 5, 6, 0, 0, 7609, 7611, 3, 818, 409, 0, 7610, 7608, 1, 0, 0, 0, 7611, 7614, 1, 0, 0, 0, 7612, 7610, 1, 0, 0, 0, 7612, 7613, 1, 0, 0, 0, 7613, 785, 1, 0, 0, 0, 7614, 7612, 1, 0, 0, 0, 7615, 7616, 3, 316, 158, 0, 7616, 787, 1, 0, 0, 0, 7617, 7618, 3, 316, 158, 0, 7618, 789, 1, 0, 0, 0, 7619, 7620, 3, 316, 158, 0, 7620, 791, 1, 0, 0, 0, 7621, 7622, 3, 818, 409, 0, 7622, 793, 1, 0, 0, 0, 7623, 7624, 3, 818, 409, 0, 7624, 795, 1, 0, 0, 0, 7625, 7630, 3, 820, 410, 0, 7626, 7627, 3, 818, 409, 0, 7627, 7628, 3, 752, 376, 0, 7628, 7630, 1, 0, 0, 0, 7629, 7625, 1, 0, 0, 0, 7629, 7626, 1, 0, 0, 0, 7630, 797, 1, 0, 0, 0, 7631, 7636, 3, 820, 410, 0, 7632, 7633, 3, 818, 409, 0, 7633, 7634, 3, 752, 376, 0, 7634, 7636, 1, 0, 0, 0, 7635, 7631, 1, 0, 0, 0, 7635, 7632, 1, 0, 0, 0, 7636, 799, 1, 0, 0, 0, 7637, 7638, 3, 818, 409, 0, 7638, 7639, 3, 754, 377, 0, 7639, 7642, 1, 0, 0, 0, 7640, 7642, 4, 400, 10, 0, 7641, 7637, 1, 0, 0, 0, 7641, 7640, 1, 0, 0, 0, 7642, 801, 1, 0, 0, 0, 7643, 7644, 3, 818, 409, 0, 7644, 803, 1, 0, 0, 0, 7645, 7650, 3, 820, 410, 0, 7646, 7647, 3, 818, 409, 0, 7647, 7648, 3, 752, 376, 0, 7648, 7650, 1, 0, 0, 0, 7649, 7645, 1, 0, 0, 0, 7649, 7646, 1, 0, 0, 0, 7650, 805, 1, 0, 0, 0, 7651, 7656, 3, 820, 410, 0, 7652, 7653, 3, 818, 409, 0, 7653, 7654, 3, 752, 376, 0, 7654, 7656, 1, 0, 0, 0, 7655, 7651, 1, 0, 0, 0, 7655, 7652, 1, 0, 0, 0, 7656, 807, 1, 0, 0, 0, 7657, 7660, 3, 810, 405, 0, 7658, 7659, 5, 487, 0, 0, 7659, 7661, 3, 810, 405, 0, 7660, 7658, 1, 0, 0, 0, 7660, 7661, 1, 0, 0, 0, 7661, 809, 1, 0, 0, 0, 7662, 7674, 5, 558, 0, 0, 7663, 7674, 5, 560, 0, 0, 7664, 7668, 5, 562, 0, 0, 7665, 7667, 5, 588, 0, 0, 7666, 7665, 1, 0, 0, 0, 7667, 7670, 1, 0, 0, 0, 7668, 7666, 1, 0, 0, 0, 7668, 7669, 1, 0, 0, 0, 7669, 7671, 1, 0, 0, 0, 7670, 7668, 1, 0, 0, 0, 7671, 7674, 5, 589, 0, 0, 7672, 7674, 5, 584, 0, 0, 7673, 7662, 1, 0, 0, 0, 7673, 7663, 1, 0, 0, 0, 7673, 7664, 1, 0, 0, 0, 7673, 7672, 1, 0, 0, 0, 7674, 811, 1, 0, 0, 0, 7675, 7677, 7, 29, 0, 0, 7676, 7675, 1, 0, 0, 0, 7676, 7677, 1, 0, 0, 0, 7677, 7678, 1, 0, 0, 0, 7678, 7679, 5, 571, 0, 0, 7679, 813, 1, 0, 0, 0, 7680, 7686, 3, 822, 411, 0, 7681, 7686, 5, 52, 0, 0, 7682, 7686, 5, 49, 0, 0, 7683, 7686, 5, 89, 0, 0, 7684, 7686, 5, 524, 0, 0, 7685, 7680, 1, 0, 0, 0, 7685, 7681, 1, 0, 0, 0, 7685, 7682, 1, 0, 0, 0, 7685, 7683, 1, 0, 0, 0, 7685, 7684, 1, 0, 0, 0, 7686, 815, 1, 0, 0, 0, 7687, 7692, 3, 814, 407, 0, 7688, 7689, 5, 6, 0, 0, 7689, 7691, 3, 814, 407, 0, 7690, 7688, 1, 0, 0, 0, 7691, 7694, 1, 0, 0, 0, 7692, 7690, 1, 0, 0, 0, 7692, 7693, 1, 0, 0, 0, 7693, 817, 1, 0, 0, 0, 7694, 7692, 1, 0, 0, 0, 7695, 7698, 3, 826, 413, 0, 7696, 7698, 3, 830, 415, 0, 7697, 7695, 1, 0, 0, 0, 7697, 7696, 1, 0, 0, 0, 7698, 819, 1, 0, 0, 0, 7699, 7702, 3, 826, 413, 0, 7700, 7702, 3, 832, 416, 0, 7701, 7699, 1, 0, 0, 0, 7701, 7700, 1, 0, 0, 0, 7702, 821, 1, 0, 0, 0, 7703, 7707, 3, 826, 413, 0, 7704, 7707, 3, 830, 415, 0, 7705, 7707, 3, 832, 416, 0, 7706, 7703, 1, 0, 0, 0, 7706, 7704, 1, 0, 0, 0, 7706, 7705, 1, 0, 0, 0, 7707, 823, 1, 0, 0, 0, 7708, 7713, 3, 826, 413, 0, 7709, 7713, 3, 830, 415, 0, 7710, 7713, 3, 832, 416, 0, 7711, 7713, 3, 834, 417, 0, 7712, 7708, 1, 0, 0, 0, 7712, 7709, 1, 0, 0, 0, 7712, 7710, 1, 0, 0, 0, 7712, 7711, 1, 0, 0, 0, 7713, 825, 1, 0, 0, 0, 7714, 7717, 5, 549, 0, 0, 7715, 7716, 5, 487, 0, 0, 7716, 7718, 3, 810, 405, 0, 7717, 7715, 1, 0, 0, 0, 7717, 7718, 1, 0, 0, 0, 7718, 7726, 1, 0, 0, 0, 7719, 7726, 3, 808, 404, 0, 7720, 7726, 5, 550, 0, 0, 7721, 7726, 5, 554, 0, 0, 7722, 7726, 5, 574, 0, 0, 7723, 7726, 5, 575, 0, 0, 7724, 7726, 3, 828, 414, 0, 7725, 7714, 1, 0, 0, 0, 7725, 7719, 1, 0, 0, 0, 7725, 7720, 1, 0, 0, 0, 7725, 7721, 1, 0, 0, 0, 7725, 7722, 1, 0, 0, 0, 7725, 7723, 1, 0, 0, 0, 7725, 7724, 1, 0, 0, 0, 7726, 827, 1, 0, 0, 0, 7727, 7728, 7, 109, 0, 0, 7728, 829, 1, 0, 0, 0, 7729, 7781, 5, 387, 0, 0, 7730, 7781, 5, 388, 0, 0, 7731, 7781, 3, 662, 331, 0, 7732, 7781, 5, 390, 0, 0, 7733, 7781, 5, 391, 0, 0, 7734, 7781, 3, 664, 332, 0, 7735, 7781, 5, 393, 0, 0, 7736, 7781, 5, 394, 0, 0, 7737, 7781, 5, 395, 0, 0, 7738, 7781, 5, 396, 0, 0, 7739, 7781, 5, 397, 0, 0, 7740, 7781, 5, 398, 0, 0, 7741, 7781, 5, 399, 0, 0, 7742, 7781, 5, 470, 0, 0, 7743, 7781, 5, 400, 0, 0, 7744, 7781, 5, 401, 0, 0, 7745, 7781, 5, 402, 0, 0, 7746, 7781, 5, 403, 0, 0, 7747, 7781, 5, 404, 0, 0, 7748, 7781, 5, 405, 0, 0, 7749, 7781, 5, 406, 0, 0, 7750, 7781, 5, 407, 0, 0, 7751, 7781, 5, 489, 0, 0, 7752, 7781, 5, 408, 0, 0, 7753, 7781, 3, 658, 329, 0, 7754, 7781, 5, 453, 0, 0, 7755, 7781, 5, 410, 0, 0, 7756, 7781, 5, 411, 0, 0, 7757, 7781, 5, 412, 0, 0, 7758, 7781, 5, 413, 0, 0, 7759, 7781, 5, 414, 0, 0, 7760, 7781, 5, 415, 0, 0, 7761, 7781, 5, 416, 0, 0, 7762, 7781, 5, 417, 0, 0, 7763, 7781, 5, 418, 0, 0, 7764, 7781, 5, 419, 0, 0, 7765, 7781, 5, 420, 0, 0, 7766, 7781, 5, 421, 0, 0, 7767, 7781, 5, 422, 0, 0, 7768, 7781, 5, 423, 0, 0, 7769, 7781, 5, 424, 0, 0, 7770, 7781, 5, 425, 0, 0, 7771, 7781, 5, 426, 0, 0, 7772, 7781, 5, 427, 0, 0, 7773, 7781, 5, 428, 0, 0, 7774, 7781, 5, 476, 0, 0, 7775, 7781, 5, 429, 0, 0, 7776, 7781, 5, 430, 0, 0, 7777, 7781, 5, 431, 0, 0, 7778, 7781, 5, 432, 0, 0, 7779, 7781, 5, 474, 0, 0, 7780, 7729, 1, 0, 0, 0, 7780, 7730, 1, 0, 0, 0, 7780, 7731, 1, 0, 0, 0, 7780, 7732, 1, 0, 0, 0, 7780, 7733, 1, 0, 0, 0, 7780, 7734, 1, 0, 0, 0, 7780, 7735, 1, 0, 0, 0, 7780, 7736, 1, 0, 0, 0, 7780, 7737, 1, 0, 0, 0, 7780, 7738, 1, 0, 0, 0, 7780, 7739, 1, 0, 0, 0, 7780, 7740, 1, 0, 0, 0, 7780, 7741, 1, 0, 0, 0, 7780, 7742, 1, 0, 0, 0, 7780, 7743, 1, 0, 0, 0, 7780, 7744, 1, 0, 0, 0, 7780, 7745, 1, 0, 0, 0, 7780, 7746, 1, 0, 0, 0, 7780, 7747, 1, 0, 0, 0, 7780, 7748, 1, 0, 0, 0, 7780, 7749, 1, 0, 0, 0, 7780, 7750, 1, 0, 0, 0, 7780, 7751, 1, 0, 0, 0, 7780, 7752, 1, 0, 0, 0, 7780, 7753, 1, 0, 0, 0, 7780, 7754, 1, 0, 0, 0, 7780, 7755, 1, 0, 0, 0, 7780, 7756, 1, 0, 0, 0, 7780, 7757, 1, 0, 0, 0, 7780, 7758, 1, 0, 0, 0, 7780, 7759, 1, 0, 0, 0, 7780, 7760, 1, 0, 0, 0, 7780, 7761, 1, 0, 0, 0, 7780, 7762, 1, 0, 0, 0, 7780, 7763, 1, 0, 0, 0, 7780, 7764, 1, 0, 0, 0, 7780, 7765, 1, 0, 0, 0, 7780, 7766, 1, 0, 0, 0, 7780, 7767, 1, 0, 0, 0, 7780, 7768, 1, 0, 0, 0, 7780, 7769, 1, 0, 0, 0, 7780, 7770, 1, 0, 0, 0, 7780, 7771, 1, 0, 0, 0, 7780, 7772, 1, 0, 0, 0, 7780, 7773, 1, 0, 0, 0, 7780, 7774, 1, 0, 0, 0, 7780, 7775, 1, 0, 0, 0, 7780, 7776, 1, 0, 0, 0, 7780, 7777, 1, 0, 0, 0, 7780, 7778, 1, 0, 0, 0, 7780, 7779, 1, 0, 0, 0, 7781, 831, 1, 0, 0, 0, 7782, 7783, 7, 110, 0, 0, 7783, 833, 1, 0, 0, 0, 7784, 7785, 7, 111, 0, 0, 7785, 835, 1, 0, 0, 0, 7786, 7788, 3, 838, 419, 0, 7787, 7786, 1, 0, 0, 0, 7787, 7788, 1, 0, 0, 0, 7788, 7799, 1, 0, 0, 0, 7789, 7797, 5, 178, 0, 0, 7790, 7794, 3, 840, 420, 0, 7791, 7794, 5, 178, 0, 0, 7792, 7794, 3, 838, 419, 0, 7793, 7790, 1, 0, 0, 0, 7793, 7791, 1, 0, 0, 0, 7793, 7792, 1, 0, 0, 0, 7794, 7795, 1, 0, 0, 0, 7795, 7793, 1, 0, 0, 0, 7795, 7796, 1, 0, 0, 0, 7796, 7798, 1, 0, 0, 0, 7797, 7793, 1, 0, 0, 0, 7797, 7798, 1, 0, 0, 0, 7798, 7800, 1, 0, 0, 0, 7799, 7789, 1, 0, 0, 0, 7799, 7800, 1, 0, 0, 0, 7800, 7801, 1, 0, 0, 0, 7801, 7805, 5, 146, 0, 0, 7802, 7804, 3, 846, 423, 0, 7803, 7802, 1, 0, 0, 0, 7804, 7807, 1, 0, 0, 0, 7805, 7803, 1, 0, 0, 0, 7805, 7806, 1, 0, 0, 0, 7806, 7809, 1, 0, 0, 0, 7807, 7805, 1, 0, 0, 0, 7808, 7810, 3, 924, 462, 0, 7809, 7808, 1, 0, 0, 0, 7809, 7810, 1, 0, 0, 0, 7810, 7811, 1, 0, 0, 0, 7811, 7813, 5, 454, 0, 0, 7812, 7814, 3, 928, 464, 0, 7813, 7812, 1, 0, 0, 0, 7813, 7814, 1, 0, 0, 0, 7814, 837, 1, 0, 0, 0, 7815, 7816, 5, 18, 0, 0, 7816, 7817, 3, 928, 464, 0, 7817, 7818, 5, 19, 0, 0, 7818, 839, 1, 0, 0, 0, 7819, 7866, 3, 928, 464, 0, 7820, 7821, 5, 496, 0, 0, 7821, 7824, 5, 62, 0, 0, 7822, 7825, 5, 28, 0, 0, 7823, 7825, 3, 818, 409, 0, 7824, 7822, 1, 0, 0, 0, 7824, 7823, 1, 0, 0, 0, 7825, 7867, 1, 0, 0, 0, 7826, 7828, 5, 497, 0, 0, 7827, 7826, 1, 0, 0, 0, 7827, 7828, 1, 0, 0, 0, 7828, 7829, 1, 0, 0, 0, 7829, 7831, 3, 652, 326, 0, 7830, 7832, 3, 98, 49, 0, 7831, 7830, 1, 0, 0, 0, 7831, 7832, 1, 0, 0, 0, 7832, 7835, 1, 0, 0, 0, 7833, 7834, 5, 77, 0, 0, 7834, 7836, 5, 78, 0, 0, 7835, 7833, 1, 0, 0, 0, 7835, 7836, 1, 0, 0, 0, 7836, 7842, 1, 0, 0, 0, 7837, 7840, 3, 844, 422, 0, 7838, 7840, 5, 53, 0, 0, 7839, 7837, 1, 0, 0, 0, 7839, 7838, 1, 0, 0, 0, 7840, 7841, 1, 0, 0, 0, 7841, 7843, 3, 930, 465, 0, 7842, 7839, 1, 0, 0, 0, 7842, 7843, 1, 0, 0, 0, 7843, 7867, 1, 0, 0, 0, 7844, 7846, 5, 269, 0, 0, 7845, 7844, 1, 0, 0, 0, 7845, 7846, 1, 0, 0, 0, 7846, 7847, 1, 0, 0, 0, 7847, 7849, 5, 324, 0, 0, 7848, 7845, 1, 0, 0, 0, 7848, 7849, 1, 0, 0, 0, 7849, 7850, 1, 0, 0, 0, 7850, 7862, 5, 172, 0, 0, 7851, 7852, 5, 2, 0, 0, 7852, 7857, 3, 842, 421, 0, 7853, 7854, 5, 6, 0, 0, 7854, 7856, 3, 842, 421, 0, 7855, 7853, 1, 0, 0, 0, 7856, 7859, 1, 0, 0, 0, 7857, 7855, 1, 0, 0, 0, 7857, 7858, 1, 0, 0, 0, 7858, 7860, 1, 0, 0, 0, 7859, 7857, 1, 0, 0, 0, 7860, 7861, 5, 3, 0, 0, 7861, 7863, 1, 0, 0, 0, 7862, 7851, 1, 0, 0, 0, 7862, 7863, 1, 0, 0, 0, 7863, 7864, 1, 0, 0, 0, 7864, 7865, 7, 112, 0, 0, 7865, 7867, 3, 560, 280, 0, 7866, 7820, 1, 0, 0, 0, 7866, 7827, 1, 0, 0, 0, 7866, 7848, 1, 0, 0, 0, 7867, 7868, 1, 0, 0, 0, 7868, 7869, 5, 7, 0, 0, 7869, 841, 1, 0, 0, 0, 7870, 7871, 3, 928, 464, 0, 7871, 7872, 3, 652, 326, 0, 7872, 843, 1, 0, 0, 0, 7873, 7874, 7, 113, 0, 0, 7874, 845, 1, 0, 0, 0, 7875, 7876, 3, 836, 418, 0, 7876, 7877, 5, 7, 0, 0, 7877, 7900, 1, 0, 0, 0, 7878, 7900, 3, 874, 437, 0, 7879, 7900, 3, 876, 438, 0, 7880, 7900, 3, 852, 426, 0, 7881, 7900, 3, 860, 430, 0, 7882, 7900, 3, 864, 432, 0, 7883, 7900, 3, 866, 433, 0, 7884, 7900, 3, 870, 435, 0, 7885, 7900, 3, 872, 436, 0, 7886, 7900, 3, 880, 440, 0, 7887, 7900, 3, 884, 442, 0, 7888, 7900, 3, 886, 443, 0, 7889, 7900, 3, 848, 424, 0, 7890, 7900, 3, 850, 425, 0, 7891, 7900, 3, 854, 427, 0, 7892, 7900, 3, 890, 445, 0, 7893, 7900, 3, 894, 447, 0, 7894, 7900, 3, 898, 449, 0, 7895, 7900, 3, 914, 457, 0, 7896, 7900, 3, 916, 458, 0, 7897, 7900, 3, 918, 459, 0, 7898, 7900, 3, 920, 460, 0, 7899, 7875, 1, 0, 0, 0, 7899, 7878, 1, 0, 0, 0, 7899, 7879, 1, 0, 0, 0, 7899, 7880, 1, 0, 0, 0, 7899, 7881, 1, 0, 0, 0, 7899, 7882, 1, 0, 0, 0, 7899, 7883, 1, 0, 0, 0, 7899, 7884, 1, 0, 0, 0, 7899, 7885, 1, 0, 0, 0, 7899, 7886, 1, 0, 0, 0, 7899, 7887, 1, 0, 0, 0, 7899, 7888, 1, 0, 0, 0, 7899, 7889, 1, 0, 0, 0, 7899, 7890, 1, 0, 0, 0, 7899, 7891, 1, 0, 0, 0, 7899, 7892, 1, 0, 0, 0, 7899, 7893, 1, 0, 0, 0, 7899, 7894, 1, 0, 0, 0, 7899, 7895, 1, 0, 0, 0, 7899, 7896, 1, 0, 0, 0, 7899, 7897, 1, 0, 0, 0, 7899, 7898, 1, 0, 0, 0, 7900, 847, 1, 0, 0, 0, 7901, 7902, 5, 498, 0, 0, 7902, 7903, 3, 930, 465, 0, 7903, 7904, 5, 7, 0, 0, 7904, 849, 1, 0, 0, 0, 7905, 7906, 5, 433, 0, 0, 7906, 7913, 3, 928, 464, 0, 7907, 7909, 5, 2, 0, 0, 7908, 7910, 3, 730, 365, 0, 7909, 7908, 1, 0, 0, 0, 7909, 7910, 1, 0, 0, 0, 7910, 7911, 1, 0, 0, 0, 7911, 7912, 5, 3, 0, 0, 7912, 7914, 5, 7, 0, 0, 7913, 7907, 1, 0, 0, 0, 7913, 7914, 1, 0, 0, 0, 7914, 7925, 1, 0, 0, 0, 7915, 7916, 5, 57, 0, 0, 7916, 7917, 3, 928, 464, 0, 7917, 7919, 5, 2, 0, 0, 7918, 7920, 3, 730, 365, 0, 7919, 7918, 1, 0, 0, 0, 7919, 7920, 1, 0, 0, 0, 7920, 7921, 1, 0, 0, 0, 7921, 7922, 5, 3, 0, 0, 7922, 7923, 5, 7, 0, 0, 7923, 7925, 1, 0, 0, 0, 7924, 7905, 1, 0, 0, 0, 7924, 7915, 1, 0, 0, 0, 7925, 851, 1, 0, 0, 0, 7926, 7927, 3, 858, 429, 0, 7927, 7928, 3, 844, 422, 0, 7928, 7929, 3, 930, 465, 0, 7929, 7930, 5, 7, 0, 0, 7930, 853, 1, 0, 0, 0, 7931, 7933, 5, 499, 0, 0, 7932, 7934, 7, 114, 0, 0, 7933, 7932, 1, 0, 0, 0, 7933, 7934, 1, 0, 0, 0, 7934, 7935, 1, 0, 0, 0, 7935, 7936, 5, 500, 0, 0, 7936, 7941, 3, 856, 428, 0, 7937, 7938, 5, 6, 0, 0, 7938, 7940, 3, 856, 428, 0, 7939, 7937, 1, 0, 0, 0, 7940, 7943, 1, 0, 0, 0, 7941, 7939, 1, 0, 0, 0, 7941, 7942, 1, 0, 0, 0, 7942, 7944, 1, 0, 0, 0, 7943, 7941, 1, 0, 0, 0, 7944, 7945, 5, 7, 0, 0, 7945, 855, 1, 0, 0, 0, 7946, 7947, 3, 858, 429, 0, 7947, 7948, 3, 844, 422, 0, 7948, 7949, 3, 818, 409, 0, 7949, 857, 1, 0, 0, 0, 7950, 7953, 3, 316, 158, 0, 7951, 7953, 5, 28, 0, 0, 7952, 7950, 1, 0, 0, 0, 7952, 7951, 1, 0, 0, 0, 7953, 7960, 1, 0, 0, 0, 7954, 7955, 5, 4, 0, 0, 7955, 7956, 3, 674, 337, 0, 7956, 7957, 5, 5, 0, 0, 7957, 7959, 1, 0, 0, 0, 7958, 7954, 1, 0, 0, 0, 7959, 7962, 1, 0, 0, 0, 7960, 7958, 1, 0, 0, 0, 7960, 7961, 1, 0, 0, 0, 7961, 859, 1, 0, 0, 0, 7962, 7960, 1, 0, 0, 0, 7963, 7964, 5, 220, 0, 0, 7964, 7965, 3, 930, 465, 0, 7965, 7969, 5, 93, 0, 0, 7966, 7968, 3, 846, 423, 0, 7967, 7966, 1, 0, 0, 0, 7968, 7971, 1, 0, 0, 0, 7969, 7967, 1, 0, 0, 0, 7969, 7970, 1, 0, 0, 0, 7970, 7983, 1, 0, 0, 0, 7971, 7969, 1, 0, 0, 0, 7972, 7973, 5, 502, 0, 0, 7973, 7974, 3, 674, 337, 0, 7974, 7978, 5, 93, 0, 0, 7975, 7977, 3, 846, 423, 0, 7976, 7975, 1, 0, 0, 0, 7977, 7980, 1, 0, 0, 0, 7978, 7976, 1, 0, 0, 0, 7978, 7979, 1, 0, 0, 0, 7979, 7982, 1, 0, 0, 0, 7980, 7978, 1, 0, 0, 0, 7981, 7972, 1, 0, 0, 0, 7982, 7985, 1, 0, 0, 0, 7983, 7981, 1, 0, 0, 0, 7983, 7984, 1, 0, 0, 0, 7984, 7987, 1, 0, 0, 0, 7985, 7983, 1, 0, 0, 0, 7986, 7988, 3, 862, 431, 0, 7987, 7986, 1, 0, 0, 0, 7987, 7988, 1, 0, 0, 0, 7988, 7989, 1, 0, 0, 0, 7989, 7990, 5, 454, 0, 0, 7990, 7991, 5, 220, 0, 0, 7991, 7992, 5, 7, 0, 0, 7992, 861, 1, 0, 0, 0, 7993, 7997, 5, 58, 0, 0, 7994, 7996, 3, 846, 423, 0, 7995, 7994, 1, 0, 0, 0, 7996, 7999, 1, 0, 0, 0, 7997, 7995, 1, 0, 0, 0, 7997, 7998, 1, 0, 0, 0, 7998, 863, 1, 0, 0, 0, 7999, 7997, 1, 0, 0, 0, 8000, 8002, 5, 40, 0, 0, 8001, 8003, 3, 930, 465, 0, 8002, 8001, 1, 0, 0, 0, 8002, 8003, 1, 0, 0, 0, 8003, 8013, 1, 0, 0, 0, 8004, 8005, 5, 102, 0, 0, 8005, 8006, 3, 730, 365, 0, 8006, 8010, 5, 93, 0, 0, 8007, 8009, 3, 846, 423, 0, 8008, 8007, 1, 0, 0, 0, 8009, 8012, 1, 0, 0, 0, 8010, 8008, 1, 0, 0, 0, 8010, 8011, 1, 0, 0, 0, 8011, 8014, 1, 0, 0, 0, 8012, 8010, 1, 0, 0, 0, 8013, 8004, 1, 0, 0, 0, 8014, 8015, 1, 0, 0, 0, 8015, 8013, 1, 0, 0, 0, 8015, 8016, 1, 0, 0, 0, 8016, 8018, 1, 0, 0, 0, 8017, 8019, 3, 862, 431, 0, 8018, 8017, 1, 0, 0, 0, 8018, 8019, 1, 0, 0, 0, 8019, 8020, 1, 0, 0, 0, 8020, 8021, 5, 454, 0, 0, 8021, 8022, 5, 40, 0, 0, 8022, 8023, 5, 7, 0, 0, 8023, 865, 1, 0, 0, 0, 8024, 8026, 3, 838, 419, 0, 8025, 8024, 1, 0, 0, 0, 8025, 8026, 1, 0, 0, 0, 8026, 8031, 1, 0, 0, 0, 8027, 8028, 5, 503, 0, 0, 8028, 8032, 3, 674, 337, 0, 8029, 8030, 5, 62, 0, 0, 8030, 8032, 3, 868, 434, 0, 8031, 8027, 1, 0, 0, 0, 8031, 8029, 1, 0, 0, 0, 8031, 8032, 1, 0, 0, 0, 8032, 8033, 1, 0, 0, 0, 8033, 8034, 3, 882, 441, 0, 8034, 867, 1, 0, 0, 0, 8035, 8036, 3, 314, 157, 0, 8036, 8059, 5, 68, 0, 0, 8037, 8039, 3, 818, 409, 0, 8038, 8040, 3, 534, 267, 0, 8039, 8038, 1, 0, 0, 0, 8039, 8040, 1, 0, 0, 0, 8040, 8060, 1, 0, 0, 0, 8041, 8060, 3, 560, 280, 0, 8042, 8060, 3, 520, 260, 0, 8043, 8044, 5, 202, 0, 0, 8044, 8047, 3, 674, 337, 0, 8045, 8046, 5, 100, 0, 0, 8046, 8048, 3, 730, 365, 0, 8047, 8045, 1, 0, 0, 0, 8047, 8048, 1, 0, 0, 0, 8048, 8060, 1, 0, 0, 0, 8049, 8051, 5, 504, 0, 0, 8050, 8049, 1, 0, 0, 0, 8050, 8051, 1, 0, 0, 0, 8051, 8052, 1, 0, 0, 0, 8052, 8053, 3, 674, 337, 0, 8053, 8054, 5, 24, 0, 0, 8054, 8057, 3, 674, 337, 0, 8055, 8056, 5, 147, 0, 0, 8056, 8058, 3, 674, 337, 0, 8057, 8055, 1, 0, 0, 0, 8057, 8058, 1, 0, 0, 0, 8058, 8060, 1, 0, 0, 0, 8059, 8037, 1, 0, 0, 0, 8059, 8041, 1, 0, 0, 0, 8059, 8042, 1, 0, 0, 0, 8059, 8043, 1, 0, 0, 0, 8059, 8050, 1, 0, 0, 0, 8060, 869, 1, 0, 0, 0, 8061, 8063, 3, 838, 419, 0, 8062, 8061, 1, 0, 0, 0, 8062, 8063, 1, 0, 0, 0, 8063, 8064, 1, 0, 0, 0, 8064, 8065, 5, 505, 0, 0, 8065, 8068, 3, 314, 157, 0, 8066, 8067, 5, 506, 0, 0, 8067, 8069, 5, 571, 0, 0, 8068, 8066, 1, 0, 0, 0, 8068, 8069, 1, 0, 0, 0, 8069, 8070, 1, 0, 0, 0, 8070, 8071, 5, 68, 0, 0, 8071, 8072, 5, 35, 0, 0, 8072, 8073, 3, 674, 337, 0, 8073, 8074, 3, 882, 441, 0, 8074, 871, 1, 0, 0, 0, 8075, 8077, 7, 115, 0, 0, 8076, 8078, 3, 928, 464, 0, 8077, 8076, 1, 0, 0, 0, 8077, 8078, 1, 0, 0, 0, 8078, 8081, 1, 0, 0, 0, 8079, 8080, 5, 102, 0, 0, 8080, 8082, 3, 930, 465, 0, 8081, 8079, 1, 0, 0, 0, 8081, 8082, 1, 0, 0, 0, 8082, 8083, 1, 0, 0, 0, 8083, 8084, 5, 7, 0, 0, 8084, 873, 1, 0, 0, 0, 8085, 8100, 5, 508, 0, 0, 8086, 8087, 5, 268, 0, 0, 8087, 8101, 3, 930, 465, 0, 8088, 8095, 5, 509, 0, 0, 8089, 8090, 5, 202, 0, 0, 8090, 8091, 3, 674, 337, 0, 8091, 8092, 5, 100, 0, 0, 8092, 8093, 3, 730, 365, 0, 8093, 8096, 1, 0, 0, 0, 8094, 8096, 3, 560, 280, 0, 8095, 8089, 1, 0, 0, 0, 8095, 8094, 1, 0, 0, 0, 8096, 8101, 1, 0, 0, 0, 8097, 8099, 3, 930, 465, 0, 8098, 8097, 1, 0, 0, 0, 8098, 8099, 1, 0, 0, 0, 8099, 8101, 1, 0, 0, 0, 8100, 8086, 1, 0, 0, 0, 8100, 8088, 1, 0, 0, 0, 8100, 8098, 1, 0, 0, 0, 8101, 8102, 1, 0, 0, 0, 8102, 8103, 5, 7, 0, 0, 8103, 875, 1, 0, 0, 0, 8104, 8134, 5, 510, 0, 0, 8105, 8107, 7, 116, 0, 0, 8106, 8105, 1, 0, 0, 0, 8106, 8107, 1, 0, 0, 0, 8107, 8120, 1, 0, 0, 0, 8108, 8121, 3, 826, 413, 0, 8109, 8110, 5, 511, 0, 0, 8110, 8121, 3, 808, 404, 0, 8111, 8118, 3, 808, 404, 0, 8112, 8113, 5, 6, 0, 0, 8113, 8115, 3, 674, 337, 0, 8114, 8112, 1, 0, 0, 0, 8115, 8116, 1, 0, 0, 0, 8116, 8114, 1, 0, 0, 0, 8116, 8117, 1, 0, 0, 0, 8117, 8119, 1, 0, 0, 0, 8118, 8114, 1, 0, 0, 0, 8118, 8119, 1, 0, 0, 0, 8119, 8121, 1, 0, 0, 0, 8120, 8108, 1, 0, 0, 0, 8120, 8109, 1, 0, 0, 0, 8120, 8111, 1, 0, 0, 0, 8120, 8121, 1, 0, 0, 0, 8121, 8131, 1, 0, 0, 0, 8122, 8123, 5, 100, 0, 0, 8123, 8128, 3, 878, 439, 0, 8124, 8125, 5, 6, 0, 0, 8125, 8127, 3, 878, 439, 0, 8126, 8124, 1, 0, 0, 0, 8127, 8130, 1, 0, 0, 0, 8128, 8126, 1, 0, 0, 0, 8128, 8129, 1, 0, 0, 0, 8129, 8132, 1, 0, 0, 0, 8130, 8128, 1, 0, 0, 0, 8131, 8122, 1, 0, 0, 0, 8131, 8132, 1, 0, 0, 0, 8132, 8133, 1, 0, 0, 0, 8133, 8135, 5, 7, 0, 0, 8134, 8106, 1, 0, 0, 0, 8134, 8135, 1, 0, 0, 0, 8135, 877, 1, 0, 0, 0, 8136, 8137, 3, 826, 413, 0, 8137, 8138, 5, 10, 0, 0, 8138, 8139, 3, 674, 337, 0, 8139, 879, 1, 0, 0, 0, 8140, 8141, 5, 518, 0, 0, 8141, 8144, 3, 930, 465, 0, 8142, 8143, 5, 6, 0, 0, 8143, 8145, 3, 930, 465, 0, 8144, 8142, 1, 0, 0, 0, 8144, 8145, 1, 0, 0, 0, 8145, 8146, 1, 0, 0, 0, 8146, 8147, 5, 7, 0, 0, 8147, 881, 1, 0, 0, 0, 8148, 8152, 5, 519, 0, 0, 8149, 8151, 3, 846, 423, 0, 8150, 8149, 1, 0, 0, 0, 8151, 8154, 1, 0, 0, 0, 8152, 8150, 1, 0, 0, 0, 8152, 8153, 1, 0, 0, 0, 8153, 8155, 1, 0, 0, 0, 8154, 8152, 1, 0, 0, 0, 8155, 8156, 5, 454, 0, 0, 8156, 8158, 5, 519, 0, 0, 8157, 8159, 3, 928, 464, 0, 8158, 8157, 1, 0, 0, 0, 8158, 8159, 1, 0, 0, 0, 8159, 8160, 1, 0, 0, 0, 8160, 8161, 5, 7, 0, 0, 8161, 883, 1, 0, 0, 0, 8162, 8164, 3, 4, 2, 0, 8163, 8165, 3, 888, 444, 0, 8164, 8163, 1, 0, 0, 0, 8164, 8165, 1, 0, 0, 0, 8165, 8166, 1, 0, 0, 0, 8166, 8167, 5, 7, 0, 0, 8167, 885, 1, 0, 0, 0, 8168, 8169, 5, 202, 0, 0, 8169, 8185, 3, 674, 337, 0, 8170, 8172, 3, 888, 444, 0, 8171, 8170, 1, 0, 0, 0, 8171, 8172, 1, 0, 0, 0, 8172, 8175, 1, 0, 0, 0, 8173, 8174, 5, 100, 0, 0, 8174, 8176, 3, 730, 365, 0, 8175, 8173, 1, 0, 0, 0, 8175, 8176, 1, 0, 0, 0, 8176, 8186, 1, 0, 0, 0, 8177, 8178, 5, 100, 0, 0, 8178, 8180, 3, 730, 365, 0, 8179, 8177, 1, 0, 0, 0, 8179, 8180, 1, 0, 0, 0, 8180, 8182, 1, 0, 0, 0, 8181, 8183, 3, 888, 444, 0, 8182, 8181, 1, 0, 0, 0, 8182, 8183, 1, 0, 0, 0, 8183, 8186, 1, 0, 0, 0, 8184, 8186, 1, 0, 0, 0, 8185, 8171, 1, 0, 0, 0, 8185, 8179, 1, 0, 0, 0, 8185, 8184, 1, 0, 0, 0, 8186, 8187, 1, 0, 0, 0, 8187, 8188, 5, 7, 0, 0, 8188, 887, 1, 0, 0, 0, 8189, 8191, 5, 71, 0, 0, 8190, 8192, 5, 346, 0, 0, 8191, 8190, 1, 0, 0, 0, 8191, 8192, 1, 0, 0, 0, 8192, 8193, 1, 0, 0, 0, 8193, 8194, 3, 730, 365, 0, 8194, 889, 1, 0, 0, 0, 8195, 8227, 5, 520, 0, 0, 8196, 8201, 3, 922, 461, 0, 8197, 8199, 5, 269, 0, 0, 8198, 8197, 1, 0, 0, 0, 8198, 8199, 1, 0, 0, 0, 8199, 8200, 1, 0, 0, 0, 8200, 8202, 5, 324, 0, 0, 8201, 8198, 1, 0, 0, 0, 8201, 8202, 1, 0, 0, 0, 8202, 8203, 1, 0, 0, 0, 8203, 8211, 5, 62, 0, 0, 8204, 8212, 3, 560, 280, 0, 8205, 8206, 5, 202, 0, 0, 8206, 8209, 3, 930, 465, 0, 8207, 8208, 5, 100, 0, 0, 8208, 8210, 3, 730, 365, 0, 8209, 8207, 1, 0, 0, 0, 8209, 8210, 1, 0, 0, 0, 8210, 8212, 1, 0, 0, 0, 8211, 8204, 1, 0, 0, 0, 8211, 8205, 1, 0, 0, 0, 8212, 8228, 1, 0, 0, 0, 8213, 8225, 3, 818, 409, 0, 8214, 8215, 5, 2, 0, 0, 8215, 8220, 3, 892, 446, 0, 8216, 8217, 5, 6, 0, 0, 8217, 8219, 3, 892, 446, 0, 8218, 8216, 1, 0, 0, 0, 8219, 8222, 1, 0, 0, 0, 8220, 8218, 1, 0, 0, 0, 8220, 8221, 1, 0, 0, 0, 8221, 8223, 1, 0, 0, 0, 8222, 8220, 1, 0, 0, 0, 8223, 8224, 5, 3, 0, 0, 8224, 8226, 1, 0, 0, 0, 8225, 8214, 1, 0, 0, 0, 8225, 8226, 1, 0, 0, 0, 8226, 8228, 1, 0, 0, 0, 8227, 8196, 1, 0, 0, 0, 8227, 8213, 1, 0, 0, 0, 8228, 8229, 1, 0, 0, 0, 8229, 8230, 5, 7, 0, 0, 8230, 891, 1, 0, 0, 0, 8231, 8232, 3, 818, 409, 0, 8232, 8233, 5, 20, 0, 0, 8233, 8235, 1, 0, 0, 0, 8234, 8231, 1, 0, 0, 0, 8234, 8235, 1, 0, 0, 0, 8235, 8236, 1, 0, 0, 0, 8236, 8237, 3, 674, 337, 0, 8237, 893, 1, 0, 0, 0, 8238, 8240, 5, 61, 0, 0, 8239, 8241, 3, 896, 448, 0, 8240, 8239, 1, 0, 0, 0, 8240, 8241, 1, 0, 0, 0, 8241, 8243, 1, 0, 0, 0, 8242, 8244, 3, 332, 166, 0, 8243, 8242, 1, 0, 0, 0, 8243, 8244, 1, 0, 0, 0, 8244, 8245, 1, 0, 0, 0, 8245, 8246, 3, 922, 461, 0, 8246, 8247, 5, 71, 0, 0, 8247, 8248, 3, 730, 365, 0, 8248, 8249, 5, 7, 0, 0, 8249, 895, 1, 0, 0, 0, 8250, 8265, 5, 268, 0, 0, 8251, 8265, 5, 293, 0, 0, 8252, 8265, 5, 207, 0, 0, 8253, 8265, 5, 249, 0, 0, 8254, 8256, 7, 50, 0, 0, 8255, 8254, 1, 0, 0, 0, 8255, 8256, 1, 0, 0, 0, 8256, 8257, 1, 0, 0, 0, 8257, 8265, 3, 674, 337, 0, 8258, 8265, 5, 30, 0, 0, 8259, 8262, 7, 117, 0, 0, 8260, 8263, 3, 674, 337, 0, 8261, 8263, 5, 30, 0, 0, 8262, 8260, 1, 0, 0, 0, 8262, 8261, 1, 0, 0, 0, 8262, 8263, 1, 0, 0, 0, 8263, 8265, 1, 0, 0, 0, 8264, 8250, 1, 0, 0, 0, 8264, 8251, 1, 0, 0, 0, 8264, 8252, 1, 0, 0, 0, 8264, 8253, 1, 0, 0, 0, 8264, 8255, 1, 0, 0, 0, 8264, 8258, 1, 0, 0, 0, 8264, 8259, 1, 0, 0, 0, 8265, 897, 1, 0, 0, 0, 8266, 8268, 5, 265, 0, 0, 8267, 8269, 3, 896, 448, 0, 8268, 8267, 1, 0, 0, 0, 8268, 8269, 1, 0, 0, 0, 8269, 8270, 1, 0, 0, 0, 8270, 8271, 3, 922, 461, 0, 8271, 8272, 5, 7, 0, 0, 8272, 899, 1, 0, 0, 0, 8273, 8275, 3, 572, 286, 0, 8274, 8273, 1, 0, 0, 0, 8274, 8275, 1, 0, 0, 0, 8275, 8276, 1, 0, 0, 0, 8276, 8277, 5, 525, 0, 0, 8277, 8279, 5, 71, 0, 0, 8278, 8280, 5, 81, 0, 0, 8279, 8278, 1, 0, 0, 0, 8279, 8280, 1, 0, 0, 0, 8280, 8281, 1, 0, 0, 0, 8281, 8283, 3, 774, 387, 0, 8282, 8284, 5, 9, 0, 0, 8283, 8282, 1, 0, 0, 0, 8283, 8284, 1, 0, 0, 0, 8284, 8289, 1, 0, 0, 0, 8285, 8287, 5, 36, 0, 0, 8286, 8285, 1, 0, 0, 0, 8286, 8287, 1, 0, 0, 0, 8287, 8288, 1, 0, 0, 0, 8288, 8290, 3, 818, 409, 0, 8289, 8286, 1, 0, 0, 0, 8289, 8290, 1, 0, 0, 0, 8290, 8291, 1, 0, 0, 0, 8291, 8292, 5, 100, 0, 0, 8292, 8293, 3, 902, 451, 0, 8293, 8294, 5, 80, 0, 0, 8294, 8296, 3, 674, 337, 0, 8295, 8297, 3, 904, 452, 0, 8296, 8295, 1, 0, 0, 0, 8297, 8298, 1, 0, 0, 0, 8298, 8296, 1, 0, 0, 0, 8298, 8299, 1, 0, 0, 0, 8299, 901, 1, 0, 0, 0, 8300, 8302, 5, 81, 0, 0, 8301, 8300, 1, 0, 0, 0, 8301, 8302, 1, 0, 0, 0, 8302, 8303, 1, 0, 0, 0, 8303, 8305, 3, 774, 387, 0, 8304, 8306, 5, 9, 0, 0, 8305, 8304, 1, 0, 0, 0, 8305, 8306, 1, 0, 0, 0, 8306, 8312, 1, 0, 0, 0, 8307, 8310, 3, 564, 282, 0, 8308, 8310, 3, 608, 304, 0, 8309, 8307, 1, 0, 0, 0, 8309, 8308, 1, 0, 0, 0, 8310, 8312, 1, 0, 0, 0, 8311, 8301, 1, 0, 0, 0, 8311, 8309, 1, 0, 0, 0, 8312, 8317, 1, 0, 0, 0, 8313, 8315, 5, 36, 0, 0, 8314, 8313, 1, 0, 0, 0, 8314, 8315, 1, 0, 0, 0, 8315, 8316, 1, 0, 0, 0, 8316, 8318, 3, 818, 409, 0, 8317, 8314, 1, 0, 0, 0, 8317, 8318, 1, 0, 0, 0, 8318, 903, 1, 0, 0, 0, 8319, 8320, 5, 102, 0, 0, 8320, 8323, 5, 526, 0, 0, 8321, 8322, 5, 33, 0, 0, 8322, 8324, 3, 674, 337, 0, 8323, 8321, 1, 0, 0, 0, 8323, 8324, 1, 0, 0, 0, 8324, 8325, 1, 0, 0, 0, 8325, 8330, 5, 93, 0, 0, 8326, 8331, 3, 908, 454, 0, 8327, 8331, 5, 182, 0, 0, 8328, 8329, 5, 57, 0, 0, 8329, 8331, 5, 270, 0, 0, 8330, 8326, 1, 0, 0, 0, 8330, 8327, 1, 0, 0, 0, 8330, 8328, 1, 0, 0, 0, 8331, 8346, 1, 0, 0, 0, 8332, 8333, 5, 102, 0, 0, 8333, 8334, 5, 77, 0, 0, 8334, 8337, 5, 526, 0, 0, 8335, 8336, 5, 33, 0, 0, 8336, 8338, 3, 674, 337, 0, 8337, 8335, 1, 0, 0, 0, 8337, 8338, 1, 0, 0, 0, 8338, 8339, 1, 0, 0, 0, 8339, 8343, 5, 93, 0, 0, 8340, 8344, 3, 906, 453, 0, 8341, 8342, 5, 57, 0, 0, 8342, 8344, 5, 270, 0, 0, 8343, 8340, 1, 0, 0, 0, 8343, 8341, 1, 0, 0, 0, 8344, 8346, 1, 0, 0, 0, 8345, 8319, 1, 0, 0, 0, 8345, 8332, 1, 0, 0, 0, 8346, 905, 1, 0, 0, 0, 8347, 8349, 5, 241, 0, 0, 8348, 8350, 3, 144, 72, 0, 8349, 8348, 1, 0, 0, 0, 8349, 8350, 1, 0, 0, 0, 8350, 8354, 1, 0, 0, 0, 8351, 8352, 5, 463, 0, 0, 8352, 8353, 7, 76, 0, 0, 8353, 8355, 5, 450, 0, 0, 8354, 8351, 1, 0, 0, 0, 8354, 8355, 1, 0, 0, 0, 8355, 8356, 1, 0, 0, 0, 8356, 8357, 3, 910, 455, 0, 8357, 907, 1, 0, 0, 0, 8358, 8359, 5, 369, 0, 0, 8359, 8377, 5, 333, 0, 0, 8360, 8361, 3, 800, 400, 0, 8361, 8362, 5, 10, 0, 0, 8362, 8363, 3, 912, 456, 0, 8363, 8378, 1, 0, 0, 0, 8364, 8365, 3, 144, 72, 0, 8365, 8366, 5, 10, 0, 0, 8366, 8367, 5, 2, 0, 0, 8367, 8372, 3, 912, 456, 0, 8368, 8369, 5, 6, 0, 0, 8369, 8371, 3, 912, 456, 0, 8370, 8368, 1, 0, 0, 0, 8371, 8374, 1, 0, 0, 0, 8372, 8370, 1, 0, 0, 0, 8372, 8373, 1, 0, 0, 0, 8373, 8375, 1, 0, 0, 0, 8374, 8372, 1, 0, 0, 0, 8375, 8376, 5, 3, 0, 0, 8376, 8378, 1, 0, 0, 0, 8377, 8360, 1, 0, 0, 0, 8377, 8364, 1, 0, 0, 0, 8378, 8379, 1, 0, 0, 0, 8379, 8377, 1, 0, 0, 0, 8379, 8380, 1, 0, 0, 0, 8380, 909, 1, 0, 0, 0, 8381, 8382, 5, 422, 0, 0, 8382, 8383, 5, 2, 0, 0, 8383, 8388, 3, 912, 456, 0, 8384, 8385, 5, 6, 0, 0, 8385, 8387, 3, 912, 456, 0, 8386, 8384, 1, 0, 0, 0, 8387, 8390, 1, 0, 0, 0, 8388, 8386, 1, 0, 0, 0, 8388, 8389, 1, 0, 0, 0, 8389, 8391, 1, 0, 0, 0, 8390, 8388, 1, 0, 0, 0, 8391, 8392, 5, 3, 0, 0, 8392, 8396, 1, 0, 0, 0, 8393, 8394, 5, 53, 0, 0, 8394, 8396, 5, 422, 0, 0, 8395, 8381, 1, 0, 0, 0, 8395, 8393, 1, 0, 0, 0, 8396, 911, 1, 0, 0, 0, 8397, 8400, 3, 588, 294, 0, 8398, 8400, 5, 53, 0, 0, 8399, 8397, 1, 0, 0, 0, 8399, 8398, 1, 0, 0, 0, 8400, 913, 1, 0, 0, 0, 8401, 8402, 5, 157, 0, 0, 8402, 8403, 3, 922, 461, 0, 8403, 8404, 5, 7, 0, 0, 8404, 915, 1, 0, 0, 0, 8405, 8406, 5, 78, 0, 0, 8406, 8407, 5, 7, 0, 0, 8407, 917, 1, 0, 0, 0, 8408, 8414, 7, 67, 0, 0, 8409, 8411, 5, 33, 0, 0, 8410, 8412, 5, 269, 0, 0, 8411, 8410, 1, 0, 0, 0, 8411, 8412, 1, 0, 0, 0, 8412, 8413, 1, 0, 0, 0, 8413, 8415, 5, 153, 0, 0, 8414, 8409, 1, 0, 0, 0, 8414, 8415, 1, 0, 0, 0, 8415, 8416, 1, 0, 0, 0, 8416, 8417, 5, 7, 0, 0, 8417, 919, 1, 0, 0, 0, 8418, 8419, 5, 333, 0, 0, 8419, 8420, 3, 316, 158, 0, 8420, 8421, 5, 94, 0, 0, 8421, 8422, 5, 53, 0, 0, 8422, 8423, 5, 7, 0, 0, 8423, 8431, 1, 0, 0, 0, 8424, 8427, 5, 313, 0, 0, 8425, 8428, 3, 316, 158, 0, 8426, 8428, 5, 30, 0, 0, 8427, 8425, 1, 0, 0, 0, 8427, 8426, 1, 0, 0, 0, 8428, 8429, 1, 0, 0, 0, 8429, 8431, 5, 7, 0, 0, 8430, 8418, 1, 0, 0, 0, 8430, 8424, 1, 0, 0, 0, 8431, 921, 1, 0, 0, 0, 8432, 8435, 3, 818, 409, 0, 8433, 8435, 5, 28, 0, 0, 8434, 8432, 1, 0, 0, 0, 8434, 8433, 1, 0, 0, 0, 8435, 923, 1, 0, 0, 0, 8436, 8453, 5, 517, 0, 0, 8437, 8438, 5, 102, 0, 0, 8438, 8443, 3, 926, 463, 0, 8439, 8440, 5, 82, 0, 0, 8440, 8442, 3, 926, 463, 0, 8441, 8439, 1, 0, 0, 0, 8442, 8445, 1, 0, 0, 0, 8443, 8441, 1, 0, 0, 0, 8443, 8444, 1, 0, 0, 0, 8444, 8446, 1, 0, 0, 0, 8445, 8443, 1, 0, 0, 0, 8446, 8450, 5, 93, 0, 0, 8447, 8449, 3, 846, 423, 0, 8448, 8447, 1, 0, 0, 0, 8449, 8452, 1, 0, 0, 0, 8450, 8448, 1, 0, 0, 0, 8450, 8451, 1, 0, 0, 0, 8451, 8454, 1, 0, 0, 0, 8452, 8450, 1, 0, 0, 0, 8453, 8437, 1, 0, 0, 0, 8454, 8455, 1, 0, 0, 0, 8455, 8453, 1, 0, 0, 0, 8455, 8456, 1, 0, 0, 0, 8456, 925, 1, 0, 0, 0, 8457, 8461, 3, 928, 464, 0, 8458, 8459, 5, 511, 0, 0, 8459, 8461, 3, 808, 404, 0, 8460, 8457, 1, 0, 0, 0, 8460, 8458, 1, 0, 0, 0, 8461, 927, 1, 0, 0, 0, 8462, 8465, 3, 818, 409, 0, 8463, 8465, 3, 828, 414, 0, 8464, 8462, 1, 0, 0, 0, 8464, 8463, 1, 0, 0, 0, 8465, 929, 1, 0, 0, 0, 8466, 8468, 3, 756, 378, 0, 8467, 8466, 1, 0, 0, 0, 8467, 8468, 1, 0, 0, 0, 8468, 8470, 1, 0, 0, 0, 8469, 8471, 3, 580, 290, 0, 8470, 8469, 1, 0, 0, 0, 8470, 8471, 1, 0, 0, 0, 8471, 8473, 1, 0, 0, 0, 8472, 8474, 3, 610, 305, 0, 8473, 8472, 1, 0, 0, 0, 8473, 8474, 1, 0, 0, 0, 8474, 8476, 1, 0, 0, 0, 8475, 8477, 3, 638, 319, 0, 8476, 8475, 1, 0, 0, 0, 8476, 8477, 1, 0, 0, 0, 8477, 8479, 1, 0, 0, 0, 8478, 8480, 3, 600, 300, 0, 8479, 8478, 1, 0, 0, 0, 8479, 8480, 1, 0, 0, 0, 8480, 8483, 1, 0, 0, 0, 8481, 8482, 5, 67, 0, 0, 8482, 8484, 3, 674, 337, 0, 8483, 8481, 1, 0, 0, 0, 8483, 8484, 1, 0, 0, 0, 8484, 8486, 1, 0, 0, 0, 8485, 8487, 3, 702, 351, 0, 8486, 8485, 1, 0, 0, 0, 8486, 8487, 1, 0, 0, 0, 8487, 931, 1, 0, 0, 0, 1187, 935, 942, 1062, 1064, 1073, 1078, 1084, 1119, 1129, 1135, 1140, 1147, 1152, 1159, 1170, 1178, 1182, 1194, 1200, 1206, 1210, 1215, 1219, 1232, 1242, 1244, 1250, 1255, 1268, 1271, 1276, 1281, 1292, 1296, 1308, 1312, 1315, 1319, 1331, 1349, 1356, 1364, 1369, 1376, 1384, 1390, 1398, 1406, 1410, 1424, 1429, 1434, 1446, 1452, 1464, 1469, 1479, 1485, 1490, 1498, 1503, 1510, 1515, 1520, 1530, 1535, 1540, 1547, 1551, 1565, 1571, 1577, 1582, 1589, 1601, 1609, 1617, 1633, 1642, 1651, 1660, 1664, 1676, 1684, 1694, 1714, 1719, 1722, 1729, 1732, 1736, 1740, 1743, 1748, 1753, 1757, 1766, 1772, 1776, 1785, 1788, 1794, 1803, 1815, 1819, 1823, 1828, 1831, 1837, 1839, 1841, 1845, 1851, 1855, 1860, 1865, 1869, 1872, 1879, 1892, 1905, 1929, 1939, 1946, 1951, 1955, 1962, 1967, 1970, 1972, 1977, 1981, 1985, 1989, 1994, 1997, 2001, 2004, 2008, 2016, 2021, 2024, 2028, 2034, 2043, 2047, 2053, 2055, 2064, 2069, 2081, 2086, 2090, 2094, 2099, 2103, 2106, 2109, 2112, 2115, 2118, 2123, 2126, 2129, 2132, 2135, 2138, 2144, 2148, 2151, 2154, 2157, 2160, 2162, 2169, 2177, 2187, 2192, 2202, 2205, 2210, 2215, 2220, 2223, 2228, 2237, 2239, 2243, 2246, 2250, 2255, 2260, 2264, 2267, 2271, 2274, 2279, 2282, 2287, 2290, 2294, 2297, 2300, 2305, 2308, 2316, 2328, 2332, 2339, 2344, 2347, 2350, 2353, 2358, 2369, 2375, 2379, 2382, 2385, 2390, 2397, 2400, 2404, 2412, 2417, 2420, 2423, 2430, 2435, 2444, 2447, 2450, 2455, 2458, 2470, 2480, 2497, 2501, 2505, 2507, 2524, 2526, 2542, 2553, 2556, 2559, 2568, 2577, 2593, 2596, 2599, 2607, 2611, 2618, 2627, 2631, 2637, 2641, 2644, 2647, 2650, 2653, 2659, 2663, 2668, 2672, 2675, 2678, 2681, 2686, 2692, 2696, 2700, 2704, 2710, 2712, 2717, 2723, 2729, 2733, 2748, 2753, 2756, 2758, 2761, 2765, 2769, 2772, 2775, 2783, 2789, 2791, 2797, 2802, 2807, 2811, 2818, 2820, 2831, 2870, 2880, 2882, 2885, 2889, 2893, 2903, 2905, 2911, 2913, 2922, 2934, 2948, 2953, 2956, 2963, 2968, 2976, 2978, 2984, 2989, 2993, 2998, 3004, 3011, 3017, 3019, 3028, 3034, 3042, 3048, 3053, 3058, 3066, 3081, 3083, 3087, 3091, 3094, 3097, 3106, 3109, 3112, 3118, 3124, 3128, 3140, 3146, 3149, 3154, 3158, 3165, 3175, 3177, 3201, 3213, 3218, 3220, 3224, 3227, 3230, 3240, 3243, 3253, 3258, 3263, 3266, 3269, 3277, 3283, 3290, 3298, 3301, 3312, 3316, 3322, 3329, 3332, 3341, 3355, 3358, 3372, 3383, 3386, 3398, 3403, 3416, 3421, 3434, 3443, 3446, 3449, 3456, 3459, 3471, 3477, 3479, 3487, 3495, 3503, 3515, 3520, 3531, 3542, 3550, 3558, 3565, 3572, 3574, 3577, 3582, 3587, 3606, 3615, 3618, 3645, 3654, 3657, 3661, 3665, 3669, 3676, 3680, 3684, 3688, 3692, 3697, 3701, 3706, 3712, 3717, 3724, 3728, 3734, 3738, 3743, 3751, 3757, 3762, 3769, 3774, 3778, 3783, 3789, 3796, 3801, 3808, 3813, 3820, 3824, 3832, 3836, 3838, 3841, 3846, 3856, 3871, 3874, 3882, 3889, 3894, 3900, 3904, 3911, 3916, 3919, 3922, 3926, 3935, 3953, 3956, 3988, 3993, 3999, 4019, 4024, 4030, 4033, 4037, 4041, 4047, 4050, 4054, 4058, 4063, 4066, 4069, 4072, 4085, 4091, 4099, 4106, 4111, 4114, 4121, 4124, 4132, 4135, 4140, 4147, 4150, 4170, 4182, 4185, 4191, 4196, 4205, 4213, 4218, 4224, 4231, 4239, 4242, 4253, 4255, 4269, 4275, 4283, 4285, 4291, 4295, 4298, 4301, 4306, 4311, 4315, 4318, 4321, 4324, 4327, 4335, 4346, 4349, 4352, 4357, 4360, 4364, 4368, 4374, 4382, 4385, 4398, 4403, 4405, 4410, 4417, 4424, 4433, 4441, 4449, 4456, 4464, 4471, 4479, 4483, 4487, 4489, 4495, 4500, 4504, 4511, 4516, 4521, 4526, 4528, 4538, 4548, 4564, 4582, 4594, 4601, 4616, 4621, 4624, 4629, 4634, 4639, 4642, 4645, 4650, 4657, 4661, 4666, 4673, 4677, 4683, 4692, 4701, 4713, 4715, 4728, 4734, 4738, 4740, 4747, 4760, 4767, 4769, 4785, 4789, 4793, 4798, 4803, 4808, 4813, 4816, 4828, 4881, 4890, 4894, 4903, 4907, 4916, 4920, 4925, 4928, 4932, 4937, 4939, 4948, 4953, 4964, 4968, 4982, 4990, 5028, 5030, 5049, 5052, 5079, 5083, 5087, 5091, 5095, 5098, 5113, 5120, 5134, 5147, 5172, 5191, 5206, 5222, 5229, 5240, 5243, 5262, 5265, 5278, 5282, 5302, 5314, 5318, 5340, 5344, 5354, 5358, 5364, 5368, 5372, 5376, 5383, 5388, 5399, 5403, 5406, 5411, 5417, 5428, 5432, 5435, 5439, 5443, 5446, 5456, 5459, 5463, 5468, 5474, 5477, 5482, 5485, 5492, 5494, 5500, 5504, 5513, 5518, 5520, 5530, 5533, 5538, 5546, 5549, 5554, 5556, 5558, 5564, 5581, 5587, 5600, 5606, 5610, 5615, 5645, 5660, 5665, 5669, 5682, 5686, 5688, 5697, 5703, 5705, 5709, 5712, 5715, 5718, 5721, 5723, 5726, 5730, 5738, 5743, 5746, 5752, 5756, 5760, 5765, 5767, 5771, 5775, 5782, 5788, 5792, 5794, 5796, 5809, 5817, 5825, 5836, 5845, 5850, 5854, 5858, 5865, 5868, 5870, 5878, 5882, 5885, 5892, 5899, 5904, 5911, 5914, 5916, 5919, 5925, 5930, 5934, 5941, 5951, 5958, 5961, 5964, 5968, 5979, 5982, 5985, 5988, 5991, 5998, 6001, 6004, 6011, 6023, 6030, 6032, 6037, 6042, 6044, 6050, 6057, 6062, 6067, 6071, 6075, 6079, 6081, 6085, 6089, 6092, 6095, 6097, 6107, 6109, 6114, 6118, 6123, 6127, 6134, 6139, 6143, 6146, 6152, 6155, 6174, 6181, 6185, 6188, 6192, 6196, 6199, 6202, 6207, 6216, 6223, 6227, 6231, 6235, 6238, 6240, 6245, 6249, 6254, 6260, 6267, 6272, 6277, 6286, 6293, 6301, 6312, 6317, 6321, 6324, 6328, 6333, 6337, 6342, 6350, 6361, 6366, 6370, 6373, 6376, 6378, 6381, 6384, 6387, 6391, 6395, 6399, 6401, 6410, 6415, 6421, 6425, 6427, 6434, 6439, 6445, 6447, 6451, 6458, 6463, 6466, 6472, 6476, 6482, 6491, 6497, 6499, 6504, 6507, 6516, 6523, 6525, 6532, 6537, 6540, 6550, 6561, 6566, 6570, 6578, 6588, 6595, 6601, 6612, 6618, 6628, 6637, 6641, 6644, 6646, 6648, 6652, 6660, 6663, 6668, 6673, 6680, 6682, 6688, 6692, 6695, 6700, 6703, 6705, 6711, 6720, 6726, 6729, 6737, 6740, 6744, 6750, 6752, 6755, 6759, 6764, 6771, 6778, 6780, 6786, 6788, 6793, 6795, 6799, 6808, 6812, 6820, 6822, 6836, 6839, 6847, 6856, 6862, 6867, 6875, 6877, 6882, 6886, 6891, 6896, 6902, 6918, 6920, 6929, 6944, 6949, 6952, 6958, 6963, 6976, 6981, 6985, 6992, 7011, 7023, 7028, 7036, 7038, 7040, 7049, 7052, 7057, 7062, 7065, 7076, 7084, 7089, 7091, 7094, 7098, 7109, 7130, 7138, 7151, 7161, 7167, 7173, 7176, 7179, 7205, 7207, 7228, 7238, 7251, 7256, 7260, 7262, 7274, 7281, 7287, 7293, 7297, 7308, 7318, 7322, 7327, 7330, 7333, 7342, 7353, 7355, 7359, 7364, 7373, 7378, 7386, 7396, 7404, 7408, 7411, 7418, 7426, 7430, 7437, 7445, 7447, 7456, 7459, 7471, 7480, 7487, 7496, 7506, 7511, 7515, 7517, 7520, 7525, 7530, 7538, 7546, 7549, 7556, 7564, 7572, 7580, 7597, 7604, 7612, 7629, 7635, 7641, 7649, 7655, 7660, 7668, 7673, 7676, 7685, 7692, 7697, 7701, 7706, 7712, 7717, 7725, 7780, 7787, 7793, 7795, 7797, 7799, 7805, 7809, 7813, 7824, 7827, 7831, 7835, 7839, 7842, 7845, 7848, 7857, 7862, 7866, 7899, 7909, 7913, 7919, 7924, 7933, 7941, 7952, 7960, 7969, 7978, 7983, 7987, 7997, 8002, 8010, 8015, 8018, 8025, 8031, 8039, 8047, 8050, 8057, 8059, 8062, 8068, 8077, 8081, 8095, 8098, 8100, 8106, 8116, 8118, 8120, 8128, 8131, 8134, 8144, 8152, 8158, 8164, 8171, 8175, 8179, 8182, 8185, 8191, 8198, 8201, 8209, 8211, 8220, 8225, 8227, 8234, 8240, 8243, 8255, 8262, 8264, 8268, 8274, 8279, 8283, 8286, 8289, 8298, 8301, 8305, 8309, 8311, 8314, 8317, 8323, 8330, 8337, 8343, 8345, 8349, 8354, 8372, 8377, 8379, 8388, 8395, 8399, 8411, 8414, 8427, 8430, 8434, 8443, 8450, 8455, 8460, 8464, 8467, 8470, 8473, 8476, 8479, 8483, 8486] \ No newline at end of file +[4, 1, 590, 8443, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20, 7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26, 2, 27, 7, 27, 2, 28, 7, 28, 2, 29, 7, 29, 2, 30, 7, 30, 2, 31, 7, 31, 2, 32, 7, 32, 2, 33, 7, 33, 2, 34, 7, 34, 2, 35, 7, 35, 2, 36, 7, 36, 2, 37, 7, 37, 2, 38, 7, 38, 2, 39, 7, 39, 2, 40, 7, 40, 2, 41, 7, 41, 2, 42, 7, 42, 2, 43, 7, 43, 2, 44, 7, 44, 2, 45, 7, 45, 2, 46, 7, 46, 2, 47, 7, 47, 2, 48, 7, 48, 2, 49, 7, 49, 2, 50, 7, 50, 2, 51, 7, 51, 2, 52, 7, 52, 2, 53, 7, 53, 2, 54, 7, 54, 2, 55, 7, 55, 2, 56, 7, 56, 2, 57, 7, 57, 2, 58, 7, 58, 2, 59, 7, 59, 2, 60, 7, 60, 2, 61, 7, 61, 2, 62, 7, 62, 2, 63, 7, 63, 2, 64, 7, 64, 2, 65, 7, 65, 2, 66, 7, 66, 2, 67, 7, 67, 2, 68, 7, 68, 2, 69, 7, 69, 2, 70, 7, 70, 2, 71, 7, 71, 2, 72, 7, 72, 2, 73, 7, 73, 2, 74, 7, 74, 2, 75, 7, 75, 2, 76, 7, 76, 2, 77, 7, 77, 2, 78, 7, 78, 2, 79, 7, 79, 2, 80, 7, 80, 2, 81, 7, 81, 2, 82, 7, 82, 2, 83, 7, 83, 2, 84, 7, 84, 2, 85, 7, 85, 2, 86, 7, 86, 2, 87, 7, 87, 2, 88, 7, 88, 2, 89, 7, 89, 2, 90, 7, 90, 2, 91, 7, 91, 2, 92, 7, 92, 2, 93, 7, 93, 2, 94, 7, 94, 2, 95, 7, 95, 2, 96, 7, 96, 2, 97, 7, 97, 2, 98, 7, 98, 2, 99, 7, 99, 2, 100, 7, 100, 2, 101, 7, 101, 2, 102, 7, 102, 2, 103, 7, 103, 2, 104, 7, 104, 2, 105, 7, 105, 2, 106, 7, 106, 2, 107, 7, 107, 2, 108, 7, 108, 2, 109, 7, 109, 2, 110, 7, 110, 2, 111, 7, 111, 2, 112, 7, 112, 2, 113, 7, 113, 2, 114, 7, 114, 2, 115, 7, 115, 2, 116, 7, 116, 2, 117, 7, 117, 2, 118, 7, 118, 2, 119, 7, 119, 2, 120, 7, 120, 2, 121, 7, 121, 2, 122, 7, 122, 2, 123, 7, 123, 2, 124, 7, 124, 2, 125, 7, 125, 2, 126, 7, 126, 2, 127, 7, 127, 2, 128, 7, 128, 2, 129, 7, 129, 2, 130, 7, 130, 2, 131, 7, 131, 2, 132, 7, 132, 2, 133, 7, 133, 2, 134, 7, 134, 2, 135, 7, 135, 2, 136, 7, 136, 2, 137, 7, 137, 2, 138, 7, 138, 2, 139, 7, 139, 2, 140, 7, 140, 2, 141, 7, 141, 2, 142, 7, 142, 2, 143, 7, 143, 2, 144, 7, 144, 2, 145, 7, 145, 2, 146, 7, 146, 2, 147, 7, 147, 2, 148, 7, 148, 2, 149, 7, 149, 2, 150, 7, 150, 2, 151, 7, 151, 2, 152, 7, 152, 2, 153, 7, 153, 2, 154, 7, 154, 2, 155, 7, 155, 2, 156, 7, 156, 2, 157, 7, 157, 2, 158, 7, 158, 2, 159, 7, 159, 2, 160, 7, 160, 2, 161, 7, 161, 2, 162, 7, 162, 2, 163, 7, 163, 2, 164, 7, 164, 2, 165, 7, 165, 2, 166, 7, 166, 2, 167, 7, 167, 2, 168, 7, 168, 2, 169, 7, 169, 2, 170, 7, 170, 2, 171, 7, 171, 2, 172, 7, 172, 2, 173, 7, 173, 2, 174, 7, 174, 2, 175, 7, 175, 2, 176, 7, 176, 2, 177, 7, 177, 2, 178, 7, 178, 2, 179, 7, 179, 2, 180, 7, 180, 2, 181, 7, 181, 2, 182, 7, 182, 2, 183, 7, 183, 2, 184, 7, 184, 2, 185, 7, 185, 2, 186, 7, 186, 2, 187, 7, 187, 2, 188, 7, 188, 2, 189, 7, 189, 2, 190, 7, 190, 2, 191, 7, 191, 2, 192, 7, 192, 2, 193, 7, 193, 2, 194, 7, 194, 2, 195, 7, 195, 2, 196, 7, 196, 2, 197, 7, 197, 2, 198, 7, 198, 2, 199, 7, 199, 2, 200, 7, 200, 2, 201, 7, 201, 2, 202, 7, 202, 2, 203, 7, 203, 2, 204, 7, 204, 2, 205, 7, 205, 2, 206, 7, 206, 2, 207, 7, 207, 2, 208, 7, 208, 2, 209, 7, 209, 2, 210, 7, 210, 2, 211, 7, 211, 2, 212, 7, 212, 2, 213, 7, 213, 2, 214, 7, 214, 2, 215, 7, 215, 2, 216, 7, 216, 2, 217, 7, 217, 2, 218, 7, 218, 2, 219, 7, 219, 2, 220, 7, 220, 2, 221, 7, 221, 2, 222, 7, 222, 2, 223, 7, 223, 2, 224, 7, 224, 2, 225, 7, 225, 2, 226, 7, 226, 2, 227, 7, 227, 2, 228, 7, 228, 2, 229, 7, 229, 2, 230, 7, 230, 2, 231, 7, 231, 2, 232, 7, 232, 2, 233, 7, 233, 2, 234, 7, 234, 2, 235, 7, 235, 2, 236, 7, 236, 2, 237, 7, 237, 2, 238, 7, 238, 2, 239, 7, 239, 2, 240, 7, 240, 2, 241, 7, 241, 2, 242, 7, 242, 2, 243, 7, 243, 2, 244, 7, 244, 2, 245, 7, 245, 2, 246, 7, 246, 2, 247, 7, 247, 2, 248, 7, 248, 2, 249, 7, 249, 2, 250, 7, 250, 2, 251, 7, 251, 2, 252, 7, 252, 2, 253, 7, 253, 2, 254, 7, 254, 2, 255, 7, 255, 2, 256, 7, 256, 2, 257, 7, 257, 2, 258, 7, 258, 2, 259, 7, 259, 2, 260, 7, 260, 2, 261, 7, 261, 2, 262, 7, 262, 2, 263, 7, 263, 2, 264, 7, 264, 2, 265, 7, 265, 2, 266, 7, 266, 2, 267, 7, 267, 2, 268, 7, 268, 2, 269, 7, 269, 2, 270, 7, 270, 2, 271, 7, 271, 2, 272, 7, 272, 2, 273, 7, 273, 2, 274, 7, 274, 2, 275, 7, 275, 2, 276, 7, 276, 2, 277, 7, 277, 2, 278, 7, 278, 2, 279, 7, 279, 2, 280, 7, 280, 2, 281, 7, 281, 2, 282, 7, 282, 2, 283, 7, 283, 2, 284, 7, 284, 2, 285, 7, 285, 2, 286, 7, 286, 2, 287, 7, 287, 2, 288, 7, 288, 2, 289, 7, 289, 2, 290, 7, 290, 2, 291, 7, 291, 2, 292, 7, 292, 2, 293, 7, 293, 2, 294, 7, 294, 2, 295, 7, 295, 2, 296, 7, 296, 2, 297, 7, 297, 2, 298, 7, 298, 2, 299, 7, 299, 2, 300, 7, 300, 2, 301, 7, 301, 2, 302, 7, 302, 2, 303, 7, 303, 2, 304, 7, 304, 2, 305, 7, 305, 2, 306, 7, 306, 2, 307, 7, 307, 2, 308, 7, 308, 2, 309, 7, 309, 2, 310, 7, 310, 2, 311, 7, 311, 2, 312, 7, 312, 2, 313, 7, 313, 2, 314, 7, 314, 2, 315, 7, 315, 2, 316, 7, 316, 2, 317, 7, 317, 2, 318, 7, 318, 2, 319, 7, 319, 2, 320, 7, 320, 2, 321, 7, 321, 2, 322, 7, 322, 2, 323, 7, 323, 2, 324, 7, 324, 2, 325, 7, 325, 2, 326, 7, 326, 2, 327, 7, 327, 2, 328, 7, 328, 2, 329, 7, 329, 2, 330, 7, 330, 2, 331, 7, 331, 2, 332, 7, 332, 2, 333, 7, 333, 2, 334, 7, 334, 2, 335, 7, 335, 2, 336, 7, 336, 2, 337, 7, 337, 2, 338, 7, 338, 2, 339, 7, 339, 2, 340, 7, 340, 2, 341, 7, 341, 2, 342, 7, 342, 2, 343, 7, 343, 2, 344, 7, 344, 2, 345, 7, 345, 2, 346, 7, 346, 2, 347, 7, 347, 2, 348, 7, 348, 2, 349, 7, 349, 2, 350, 7, 350, 2, 351, 7, 351, 2, 352, 7, 352, 2, 353, 7, 353, 2, 354, 7, 354, 2, 355, 7, 355, 2, 356, 7, 356, 2, 357, 7, 357, 2, 358, 7, 358, 2, 359, 7, 359, 2, 360, 7, 360, 2, 361, 7, 361, 2, 362, 7, 362, 2, 363, 7, 363, 2, 364, 7, 364, 2, 365, 7, 365, 2, 366, 7, 366, 2, 367, 7, 367, 2, 368, 7, 368, 2, 369, 7, 369, 2, 370, 7, 370, 2, 371, 7, 371, 2, 372, 7, 372, 2, 373, 7, 373, 2, 374, 7, 374, 2, 375, 7, 375, 2, 376, 7, 376, 2, 377, 7, 377, 2, 378, 7, 378, 2, 379, 7, 379, 2, 380, 7, 380, 2, 381, 7, 381, 2, 382, 7, 382, 2, 383, 7, 383, 2, 384, 7, 384, 2, 385, 7, 385, 2, 386, 7, 386, 2, 387, 7, 387, 2, 388, 7, 388, 2, 389, 7, 389, 2, 390, 7, 390, 2, 391, 7, 391, 2, 392, 7, 392, 2, 393, 7, 393, 2, 394, 7, 394, 2, 395, 7, 395, 2, 396, 7, 396, 2, 397, 7, 397, 2, 398, 7, 398, 2, 399, 7, 399, 2, 400, 7, 400, 2, 401, 7, 401, 2, 402, 7, 402, 2, 403, 7, 403, 2, 404, 7, 404, 2, 405, 7, 405, 2, 406, 7, 406, 2, 407, 7, 407, 2, 408, 7, 408, 2, 409, 7, 409, 2, 410, 7, 410, 2, 411, 7, 411, 2, 412, 7, 412, 2, 413, 7, 413, 2, 414, 7, 414, 2, 415, 7, 415, 2, 416, 7, 416, 2, 417, 7, 417, 2, 418, 7, 418, 2, 419, 7, 419, 2, 420, 7, 420, 2, 421, 7, 421, 2, 422, 7, 422, 2, 423, 7, 423, 2, 424, 7, 424, 2, 425, 7, 425, 2, 426, 7, 426, 2, 427, 7, 427, 2, 428, 7, 428, 2, 429, 7, 429, 2, 430, 7, 430, 2, 431, 7, 431, 2, 432, 7, 432, 2, 433, 7, 433, 2, 434, 7, 434, 2, 435, 7, 435, 2, 436, 7, 436, 2, 437, 7, 437, 2, 438, 7, 438, 2, 439, 7, 439, 2, 440, 7, 440, 2, 441, 7, 441, 2, 442, 7, 442, 2, 443, 7, 443, 2, 444, 7, 444, 2, 445, 7, 445, 2, 446, 7, 446, 2, 447, 7, 447, 2, 448, 7, 448, 2, 449, 7, 449, 2, 450, 7, 450, 2, 451, 7, 451, 2, 452, 7, 452, 2, 453, 7, 453, 2, 454, 7, 454, 2, 455, 7, 455, 2, 456, 7, 456, 2, 457, 7, 457, 2, 458, 7, 458, 2, 459, 7, 459, 2, 460, 7, 460, 2, 461, 7, 461, 1, 0, 5, 0, 926, 8, 0, 10, 0, 12, 0, 929, 9, 0, 1, 0, 1, 0, 1, 1, 1, 1, 3, 1, 935, 8, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 1055, 8, 2, 3, 2, 1057, 8, 2, 1, 3, 1, 3, 1, 3, 1, 4, 1, 4, 1, 4, 1, 4, 3, 4, 1066, 8, 4, 1, 4, 5, 4, 1069, 8, 4, 10, 4, 12, 4, 1072, 9, 4, 1, 5, 1, 5, 1, 5, 3, 5, 1077, 8, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 3, 5, 1112, 8, 5, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 3, 6, 1122, 8, 6, 1, 7, 1, 7, 1, 7, 1, 7, 3, 7, 1128, 8, 7, 1, 7, 5, 7, 1131, 8, 7, 10, 7, 12, 7, 1134, 9, 7, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 1140, 8, 8, 1, 8, 5, 8, 1143, 8, 8, 10, 8, 12, 8, 1146, 9, 8, 1, 9, 1, 9, 1, 9, 1, 9, 3, 9, 1152, 8, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 10, 1, 10, 1, 10, 1, 10, 3, 10, 1163, 8, 10, 1, 10, 1, 10, 1, 11, 1, 11, 5, 11, 1169, 8, 11, 10, 11, 12, 11, 1172, 9, 11, 1, 11, 3, 11, 1175, 8, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 3, 11, 1187, 8, 11, 1, 11, 1, 11, 1, 11, 1, 11, 3, 11, 1193, 8, 11, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 1199, 8, 12, 1, 12, 1, 12, 3, 12, 1203, 8, 12, 1, 12, 1, 12, 1, 12, 3, 12, 1208, 8, 12, 1, 12, 1, 12, 3, 12, 1212, 8, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 1225, 8, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 1235, 8, 12, 3, 12, 1237, 8, 12, 1, 13, 1, 13, 1, 13, 1, 13, 3, 13, 1243, 8, 13, 1, 13, 5, 13, 1246, 8, 13, 10, 13, 12, 13, 1249, 9, 13, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 15, 1, 15, 1, 15, 3, 15, 1261, 8, 15, 1, 15, 3, 15, 1264, 8, 15, 1, 15, 1, 15, 1, 15, 3, 15, 1269, 8, 15, 1, 15, 5, 15, 1272, 8, 15, 10, 15, 12, 15, 1275, 9, 15, 1, 16, 1, 16, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 3, 17, 1285, 8, 17, 1, 18, 1, 18, 3, 18, 1289, 8, 18, 1, 18, 1, 18, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 3, 19, 1301, 8, 19, 1, 20, 1, 20, 3, 20, 1305, 8, 20, 1, 20, 3, 20, 1308, 8, 20, 1, 20, 1, 20, 3, 20, 1312, 8, 20, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 3, 21, 1324, 8, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 3, 21, 1342, 8, 21, 1, 22, 1, 22, 1, 22, 5, 22, 1347, 8, 22, 10, 22, 12, 22, 1350, 9, 22, 1, 23, 1, 23, 1, 23, 5, 23, 1355, 8, 23, 10, 23, 12, 23, 1358, 9, 23, 1, 24, 1, 24, 3, 24, 1362, 8, 24, 1, 25, 1, 25, 1, 25, 1, 25, 1, 25, 3, 25, 1369, 8, 25, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 3, 26, 1377, 8, 26, 1, 27, 1, 27, 1, 27, 1, 27, 3, 27, 1383, 8, 27, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 3, 28, 1391, 8, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 3, 28, 1399, 8, 28, 1, 29, 1, 29, 3, 29, 1403, 8, 29, 1, 30, 1, 30, 1, 30, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 3, 31, 1417, 8, 31, 1, 32, 1, 32, 1, 32, 3, 32, 1422, 8, 32, 1, 33, 1, 33, 1, 33, 3, 33, 1427, 8, 33, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 3, 34, 1439, 8, 34, 1, 35, 1, 35, 1, 35, 1, 35, 3, 35, 1445, 8, 35, 1, 35, 1, 35, 1, 36, 1, 36, 1, 37, 1, 37, 1, 37, 1, 38, 1, 38, 1, 38, 3, 38, 1457, 8, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1462, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1472, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1478, 8, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1483, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1492, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1499, 8, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1504, 8, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1509, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1519, 8, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1524, 8, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1529, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1536, 8, 38, 1, 38, 1, 38, 3, 38, 1540, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1554, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1560, 8, 38, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1566, 8, 38, 1, 38, 1, 38, 1, 38, 3, 38, 1571, 8, 38, 1, 39, 1, 39, 1, 39, 5, 39, 1576, 8, 39, 10, 39, 12, 39, 1579, 9, 39, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 3, 40, 1587, 8, 40, 1, 41, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 1, 42, 3, 42, 1596, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 5, 42, 1603, 8, 42, 10, 42, 12, 42, 1606, 9, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1614, 8, 42, 1, 42, 1, 42, 3, 42, 1618, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1630, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1638, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1648, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1668, 8, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1673, 8, 42, 1, 42, 3, 42, 1676, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1683, 8, 42, 1, 42, 3, 42, 1686, 8, 42, 1, 42, 1, 42, 3, 42, 1690, 8, 42, 1, 42, 1, 42, 3, 42, 1694, 8, 42, 1, 42, 3, 42, 1697, 8, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1702, 8, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1707, 8, 42, 1, 42, 1, 42, 3, 42, 1711, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1720, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1726, 8, 42, 1, 42, 1, 42, 3, 42, 1730, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1739, 8, 42, 1, 42, 3, 42, 1742, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1748, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1757, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 4, 42, 1767, 8, 42, 11, 42, 12, 42, 1768, 1, 42, 1, 42, 3, 42, 1773, 8, 42, 1, 42, 1, 42, 3, 42, 1777, 8, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1782, 8, 42, 1, 42, 3, 42, 1785, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1791, 8, 42, 4, 42, 1793, 8, 42, 11, 42, 12, 42, 1794, 1, 42, 1, 42, 3, 42, 1799, 8, 42, 1, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1805, 8, 42, 1, 42, 1, 42, 3, 42, 1809, 8, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1814, 8, 42, 1, 42, 1, 42, 1, 42, 3, 42, 1819, 8, 42, 1, 42, 1, 42, 3, 42, 1823, 8, 42, 1, 42, 3, 42, 1826, 8, 42, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 3, 43, 1833, 8, 43, 1, 44, 1, 44, 1, 45, 1, 45, 1, 45, 1, 46, 1, 46, 1, 46, 1, 46, 5, 46, 1844, 8, 46, 10, 46, 12, 46, 1847, 9, 46, 1, 46, 1, 46, 1, 47, 1, 47, 1, 47, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 1859, 8, 48, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 1, 49, 3, 49, 1884, 8, 49, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 1, 50, 5, 50, 1892, 8, 50, 10, 50, 12, 50, 1895, 9, 50, 1, 51, 1, 51, 1, 51, 1, 51, 3, 51, 1901, 8, 51, 1, 51, 1, 51, 1, 51, 3, 51, 1906, 8, 51, 1, 51, 1, 51, 3, 51, 1910, 8, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 3, 51, 1917, 8, 51, 1, 51, 1, 51, 1, 51, 3, 51, 1922, 8, 51, 1, 51, 3, 51, 1925, 8, 51, 3, 51, 1927, 8, 51, 1, 52, 1, 52, 1, 52, 3, 52, 1932, 8, 52, 1, 53, 1, 53, 3, 53, 1936, 8, 53, 1, 53, 1, 53, 3, 53, 1940, 8, 53, 1, 53, 1, 53, 3, 53, 1944, 8, 53, 1, 53, 1, 53, 1, 53, 3, 53, 1949, 8, 53, 1, 53, 3, 53, 1952, 8, 53, 1, 53, 1, 53, 3, 53, 1956, 8, 53, 1, 53, 3, 53, 1959, 8, 53, 1, 53, 1, 53, 3, 53, 1963, 8, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 3, 53, 1971, 8, 53, 1, 53, 1, 53, 1, 53, 3, 53, 1976, 8, 53, 1, 53, 3, 53, 1979, 8, 53, 1, 53, 1, 53, 3, 53, 1983, 8, 53, 1, 54, 1, 54, 1, 54, 1, 54, 3, 54, 1989, 8, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 3, 54, 1998, 8, 54, 1, 54, 1, 54, 3, 54, 2002, 8, 54, 1, 54, 1, 54, 1, 54, 1, 54, 5, 54, 2008, 8, 54, 10, 54, 12, 54, 2011, 9, 54, 1, 54, 1, 54, 1, 54, 1, 54, 5, 54, 2017, 8, 54, 10, 54, 12, 54, 2020, 9, 54, 1, 54, 1, 54, 3, 54, 2024, 8, 54, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 5, 55, 2034, 8, 55, 10, 55, 12, 55, 2037, 9, 55, 1, 55, 1, 55, 3, 55, 2041, 8, 55, 1, 56, 1, 56, 3, 56, 2045, 8, 56, 1, 56, 1, 56, 3, 56, 2049, 8, 56, 1, 56, 1, 56, 1, 56, 3, 56, 2054, 8, 56, 1, 56, 1, 56, 3, 56, 2058, 8, 56, 1, 56, 3, 56, 2061, 8, 56, 1, 56, 3, 56, 2064, 8, 56, 1, 56, 3, 56, 2067, 8, 56, 1, 56, 3, 56, 2070, 8, 56, 1, 56, 3, 56, 2073, 8, 56, 1, 56, 1, 56, 1, 56, 3, 56, 2078, 8, 56, 1, 56, 3, 56, 2081, 8, 56, 1, 56, 3, 56, 2084, 8, 56, 1, 56, 3, 56, 2087, 8, 56, 1, 56, 3, 56, 2090, 8, 56, 1, 56, 3, 56, 2093, 8, 56, 1, 56, 1, 56, 1, 56, 1, 56, 3, 56, 2099, 8, 56, 1, 56, 1, 56, 3, 56, 2103, 8, 56, 1, 56, 3, 56, 2106, 8, 56, 1, 56, 3, 56, 2109, 8, 56, 1, 56, 3, 56, 2112, 8, 56, 1, 56, 3, 56, 2115, 8, 56, 3, 56, 2117, 8, 56, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 2124, 8, 57, 1, 58, 1, 58, 1, 58, 1, 58, 5, 58, 2130, 8, 58, 10, 58, 12, 58, 2133, 9, 58, 1, 58, 1, 58, 1, 59, 1, 59, 1, 59, 5, 59, 2140, 8, 59, 10, 59, 12, 59, 2143, 9, 59, 1, 60, 1, 60, 3, 60, 2147, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 5, 60, 2155, 8, 60, 10, 60, 12, 60, 2158, 9, 60, 3, 60, 2160, 8, 60, 1, 61, 1, 61, 1, 61, 3, 61, 2165, 8, 61, 1, 61, 5, 61, 2168, 8, 61, 10, 61, 12, 61, 2171, 9, 61, 1, 61, 1, 61, 3, 61, 2175, 8, 61, 1, 61, 3, 61, 2178, 8, 61, 1, 62, 1, 62, 1, 62, 3, 62, 2183, 8, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 3, 62, 2192, 8, 62, 3, 62, 2194, 8, 62, 1, 62, 1, 62, 3, 62, 2198, 8, 62, 1, 62, 3, 62, 2201, 8, 62, 1, 62, 1, 62, 3, 62, 2205, 8, 62, 1, 62, 5, 62, 2208, 8, 62, 10, 62, 12, 62, 2211, 9, 62, 1, 63, 1, 63, 3, 63, 2215, 8, 63, 1, 63, 1, 63, 3, 63, 2219, 8, 63, 1, 63, 3, 63, 2222, 8, 63, 1, 63, 1, 63, 3, 63, 2226, 8, 63, 1, 64, 3, 64, 2229, 8, 64, 1, 64, 1, 64, 1, 64, 3, 64, 2234, 8, 64, 1, 64, 3, 64, 2237, 8, 64, 1, 64, 1, 64, 1, 64, 3, 64, 2242, 8, 64, 1, 64, 3, 64, 2245, 8, 64, 1, 64, 1, 64, 3, 64, 2249, 8, 64, 1, 64, 3, 64, 2252, 8, 64, 1, 64, 3, 64, 2255, 8, 64, 1, 64, 1, 64, 1, 64, 3, 64, 2260, 8, 64, 1, 64, 3, 64, 2263, 8, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 3, 64, 2271, 8, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 4, 64, 2281, 8, 64, 11, 64, 12, 64, 2282, 1, 64, 1, 64, 3, 64, 2287, 8, 64, 1, 64, 1, 64, 1, 64, 1, 64, 1, 64, 3, 64, 2294, 8, 64, 1, 64, 1, 64, 1, 64, 3, 64, 2299, 8, 64, 1, 64, 3, 64, 2302, 8, 64, 1, 64, 3, 64, 2305, 8, 64, 1, 64, 3, 64, 2308, 8, 64, 1, 65, 1, 65, 1, 65, 3, 65, 2313, 8, 65, 1, 66, 1, 66, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 5, 67, 2322, 8, 67, 10, 67, 12, 67, 2325, 9, 67, 1, 67, 1, 67, 1, 67, 3, 67, 2330, 8, 67, 1, 67, 1, 67, 3, 67, 2334, 8, 67, 1, 67, 3, 67, 2337, 8, 67, 1, 67, 3, 67, 2340, 8, 67, 1, 67, 5, 67, 2343, 8, 67, 10, 67, 12, 67, 2346, 9, 67, 1, 67, 1, 67, 5, 67, 2350, 8, 67, 10, 67, 12, 67, 2353, 9, 67, 3, 67, 2355, 8, 67, 1, 67, 1, 67, 3, 67, 2359, 8, 67, 1, 67, 1, 67, 1, 67, 1, 67, 5, 67, 2365, 8, 67, 10, 67, 12, 67, 2368, 9, 67, 1, 67, 1, 67, 3, 67, 2372, 8, 67, 1, 67, 3, 67, 2375, 8, 67, 1, 67, 3, 67, 2378, 8, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 3, 67, 2385, 8, 67, 1, 67, 5, 67, 2388, 8, 67, 10, 67, 12, 67, 2391, 9, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 3, 67, 2399, 8, 67, 1, 67, 3, 67, 2402, 8, 67, 1, 67, 3, 67, 2405, 8, 67, 1, 67, 5, 67, 2408, 8, 67, 10, 67, 12, 67, 2411, 9, 67, 3, 67, 2413, 8, 67, 1, 68, 1, 68, 1, 68, 1, 68, 1, 69, 1, 69, 1, 69, 1, 69, 5, 69, 2423, 8, 69, 10, 69, 12, 69, 2426, 9, 69, 1, 69, 1, 69, 1, 70, 1, 70, 1, 70, 5, 70, 2433, 8, 70, 10, 70, 12, 70, 2436, 9, 70, 1, 71, 1, 71, 1, 71, 1, 72, 1, 72, 1, 72, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 3, 73, 2452, 8, 73, 1, 74, 1, 74, 3, 74, 2456, 8, 74, 1, 74, 1, 74, 3, 74, 2460, 8, 74, 3, 74, 2462, 8, 74, 1, 75, 1, 75, 1, 75, 1, 75, 1, 76, 1, 76, 1, 76, 1, 76, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 3, 77, 2479, 8, 77, 3, 77, 2481, 8, 77, 1, 78, 1, 78, 1, 78, 1, 78, 1, 78, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 1, 79, 5, 79, 2495, 8, 79, 10, 79, 12, 79, 2498, 9, 79, 1, 79, 1, 79, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 1, 80, 3, 80, 2508, 8, 80, 1, 80, 3, 80, 2511, 8, 80, 1, 80, 3, 80, 2514, 8, 80, 1, 81, 1, 81, 1, 81, 1, 82, 1, 82, 1, 82, 1, 82, 3, 82, 2523, 8, 82, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 3, 83, 2532, 8, 83, 1, 84, 1, 84, 1, 84, 1, 85, 1, 85, 1, 85, 1, 85, 1, 86, 1, 86, 1, 86, 1, 86, 1, 87, 1, 87, 1, 87, 3, 87, 2548, 8, 87, 1, 87, 3, 87, 2551, 8, 87, 1, 87, 3, 87, 2554, 8, 87, 1, 87, 1, 87, 1, 87, 1, 87, 5, 87, 2560, 8, 87, 10, 87, 12, 87, 2563, 9, 87, 1, 87, 3, 87, 2566, 8, 87, 1, 87, 1, 87, 1, 88, 1, 88, 1, 88, 3, 88, 2573, 8, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 89, 1, 89, 3, 89, 2582, 8, 89, 1, 89, 1, 89, 3, 89, 2586, 8, 89, 1, 89, 1, 89, 1, 89, 1, 89, 3, 89, 2592, 8, 89, 1, 90, 1, 90, 3, 90, 2596, 8, 90, 1, 90, 3, 90, 2599, 8, 90, 1, 90, 3, 90, 2602, 8, 90, 1, 90, 3, 90, 2605, 8, 90, 1, 90, 3, 90, 2608, 8, 90, 1, 91, 1, 91, 1, 91, 1, 91, 3, 91, 2614, 8, 91, 1, 92, 1, 92, 3, 92, 2618, 8, 92, 1, 92, 1, 92, 1, 92, 3, 92, 2623, 8, 92, 1, 92, 1, 92, 3, 92, 2627, 8, 92, 1, 92, 3, 92, 2630, 8, 92, 1, 92, 3, 92, 2633, 8, 92, 1, 92, 3, 92, 2636, 8, 92, 1, 92, 1, 92, 1, 92, 3, 92, 2641, 8, 92, 1, 93, 1, 93, 1, 93, 1, 93, 3, 93, 2647, 8, 93, 1, 93, 1, 93, 3, 93, 2651, 8, 93, 1, 94, 1, 94, 3, 94, 2655, 8, 94, 1, 94, 1, 94, 3, 94, 2659, 8, 94, 1, 94, 1, 94, 4, 94, 2663, 8, 94, 11, 94, 12, 94, 2664, 3, 94, 2667, 8, 94, 1, 95, 1, 95, 1, 95, 3, 95, 2672, 8, 95, 1, 95, 1, 95, 4, 95, 2676, 8, 95, 11, 95, 12, 95, 2677, 1, 96, 1, 96, 1, 96, 1, 96, 3, 96, 2684, 8, 96, 1, 96, 1, 96, 3, 96, 2688, 8, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 1, 96, 3, 96, 2703, 8, 96, 1, 96, 1, 96, 1, 96, 3, 96, 2708, 8, 96, 1, 96, 3, 96, 2711, 8, 96, 3, 96, 2713, 8, 96, 1, 97, 3, 97, 2716, 8, 97, 1, 97, 1, 97, 3, 97, 2720, 8, 97, 1, 98, 1, 98, 3, 98, 2724, 8, 98, 1, 98, 3, 98, 2727, 8, 98, 1, 98, 3, 98, 2730, 8, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 3, 98, 2738, 8, 98, 1, 98, 1, 98, 1, 98, 1, 98, 3, 98, 2744, 8, 98, 3, 98, 2746, 8, 98, 1, 99, 1, 99, 1, 99, 1, 99, 3, 99, 2752, 8, 99, 1, 99, 1, 99, 1, 99, 3, 99, 2757, 8, 99, 1, 100, 1, 100, 1, 100, 3, 100, 2762, 8, 100, 1, 100, 1, 100, 3, 100, 2766, 8, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 5, 100, 2773, 8, 100, 10, 100, 12, 100, 2776, 9, 100, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 5, 101, 2784, 8, 101, 10, 101, 12, 101, 2787, 9, 101, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 3, 102, 2825, 8, 102, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 4, 103, 2833, 8, 103, 11, 103, 12, 103, 2834, 3, 103, 2837, 8, 103, 1, 103, 3, 103, 2840, 8, 103, 1, 104, 1, 104, 3, 104, 2844, 8, 104, 1, 104, 1, 104, 3, 104, 2848, 8, 104, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 4, 105, 2856, 8, 105, 11, 105, 12, 105, 2857, 3, 105, 2860, 8, 105, 1, 105, 1, 105, 4, 105, 2864, 8, 105, 11, 105, 12, 105, 2865, 3, 105, 2868, 8, 105, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 5, 106, 2875, 8, 106, 10, 106, 12, 106, 2878, 9, 106, 1, 106, 1, 106, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 5, 107, 2887, 8, 107, 10, 107, 12, 107, 2890, 9, 107, 1, 107, 1, 107, 1, 108, 1, 108, 1, 108, 1, 109, 1, 109, 1, 109, 1, 110, 1, 110, 1, 110, 3, 110, 2903, 8, 110, 1, 110, 1, 110, 1, 110, 3, 110, 2908, 8, 110, 1, 110, 3, 110, 2911, 8, 110, 1, 110, 1, 110, 1, 110, 1, 110, 1, 110, 3, 110, 2918, 8, 110, 1, 111, 1, 111, 1, 111, 3, 111, 2923, 8, 111, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 1, 112, 3, 112, 2931, 8, 112, 3, 112, 2933, 8, 112, 1, 113, 1, 113, 1, 113, 1, 113, 3, 113, 2939, 8, 113, 1, 113, 1, 113, 1, 113, 3, 113, 2944, 8, 113, 1, 113, 1, 113, 3, 113, 2948, 8, 113, 1, 113, 1, 113, 1, 113, 3, 113, 2953, 8, 113, 1, 113, 1, 113, 1, 113, 1, 113, 3, 113, 2959, 8, 113, 1, 113, 1, 113, 1, 113, 1, 113, 1, 113, 3, 113, 2966, 8, 113, 1, 113, 1, 113, 1, 113, 1, 113, 3, 113, 2972, 8, 113, 3, 113, 2974, 8, 113, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 3, 114, 2983, 8, 114, 1, 114, 1, 114, 1, 114, 1, 114, 3, 114, 2989, 8, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 3, 114, 2997, 8, 114, 1, 115, 1, 115, 1, 115, 1, 115, 3, 115, 3003, 8, 115, 1, 115, 1, 115, 1, 115, 3, 115, 3008, 8, 115, 1, 115, 1, 115, 1, 115, 3, 115, 3013, 8, 115, 1, 116, 1, 116, 1, 116, 1, 116, 1, 116, 1, 116, 3, 116, 3021, 8, 116, 1, 116, 1, 116, 1, 116, 1, 116, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 3, 117, 3036, 8, 117, 3, 117, 3038, 8, 117, 1, 117, 1, 117, 3, 117, 3042, 8, 117, 1, 117, 1, 117, 3, 117, 3046, 8, 117, 1, 117, 3, 117, 3049, 8, 117, 1, 117, 3, 117, 3052, 8, 117, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 1, 118, 3, 118, 3061, 8, 118, 1, 118, 3, 118, 3064, 8, 118, 1, 118, 3, 118, 3067, 8, 118, 1, 119, 1, 119, 1, 119, 1, 119, 3, 119, 3073, 8, 119, 1, 119, 1, 119, 5, 119, 3077, 8, 119, 10, 119, 12, 119, 3080, 9, 119, 1, 119, 3, 119, 3083, 8, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 1, 119, 3, 119, 3095, 8, 119, 1, 119, 1, 119, 1, 119, 1, 119, 3, 119, 3101, 8, 119, 1, 120, 3, 120, 3104, 8, 120, 1, 120, 1, 120, 1, 120, 3, 120, 3109, 8, 120, 1, 120, 1, 120, 3, 120, 3113, 8, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 3, 120, 3120, 8, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 1, 120, 3, 120, 3130, 8, 120, 3, 120, 3132, 8, 120, 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, 123, 1, 123, 1, 124, 1, 124, 3, 124, 3156, 8, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 3, 124, 3168, 8, 124, 1, 124, 4, 124, 3171, 8, 124, 11, 124, 12, 124, 3172, 3, 124, 3175, 8, 124, 1, 124, 1, 124, 3, 124, 3179, 8, 124, 1, 124, 3, 124, 3182, 8, 124, 1, 124, 3, 124, 3185, 8, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 3, 124, 3195, 8, 124, 1, 124, 3, 124, 3198, 8, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 3, 124, 3208, 8, 124, 1, 124, 5, 124, 3211, 8, 124, 10, 124, 12, 124, 3214, 9, 124, 1, 124, 1, 124, 3, 124, 3218, 8, 124, 1, 124, 3, 124, 3221, 8, 124, 1, 124, 3, 124, 3224, 8, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 1, 124, 3, 124, 3232, 8, 124, 1, 125, 1, 125, 1, 125, 1, 125, 3, 125, 3238, 8, 125, 1, 126, 1, 126, 1, 126, 5, 126, 3243, 8, 126, 10, 126, 12, 126, 3246, 9, 126, 1, 127, 1, 127, 1, 127, 1, 127, 1, 127, 3, 127, 3253, 8, 127, 1, 127, 3, 127, 3256, 8, 127, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 129, 1, 129, 1, 129, 1, 129, 3, 129, 3267, 8, 129, 1, 130, 1, 130, 3, 130, 3271, 8, 130, 1, 130, 1, 130, 5, 130, 3275, 8, 130, 10, 130, 12, 130, 3278, 9, 130, 1, 131, 1, 131, 1, 131, 1, 131, 3, 131, 3284, 8, 131, 1, 132, 3, 132, 3287, 8, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 3, 132, 3296, 8, 132, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 5, 133, 3308, 8, 133, 10, 133, 12, 133, 3311, 9, 133, 3, 133, 3313, 8, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 5, 134, 3325, 8, 134, 10, 134, 12, 134, 3328, 9, 134, 1, 134, 1, 134, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 3, 135, 3338, 8, 135, 1, 135, 3, 135, 3341, 8, 135, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 5, 136, 3351, 8, 136, 10, 136, 12, 136, 3354, 9, 136, 1, 137, 1, 137, 3, 137, 3358, 8, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 5, 137, 3369, 8, 137, 10, 137, 12, 137, 3372, 9, 137, 1, 137, 1, 137, 3, 137, 3376, 8, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 3, 137, 3389, 8, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 5, 137, 3396, 8, 137, 10, 137, 12, 137, 3399, 9, 137, 3, 137, 3401, 8, 137, 1, 137, 3, 137, 3404, 8, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 3, 137, 3411, 8, 137, 1, 137, 3, 137, 3414, 8, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 3, 137, 3426, 8, 137, 1, 137, 1, 137, 1, 137, 1, 137, 3, 137, 3432, 8, 137, 3, 137, 3434, 8, 137, 1, 138, 1, 138, 1, 138, 1, 138, 5, 138, 3440, 8, 138, 10, 138, 12, 138, 3443, 9, 138, 1, 138, 1, 138, 1, 139, 1, 139, 1, 139, 3, 139, 3450, 8, 139, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 3, 140, 3458, 8, 140, 1, 141, 1, 141, 1, 141, 1, 141, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 3, 142, 3470, 8, 142, 1, 142, 1, 142, 1, 142, 3, 142, 3475, 8, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 3, 142, 3486, 8, 142, 1, 143, 1, 143, 1, 143, 1, 143, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 3, 144, 3497, 8, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 3, 144, 3505, 8, 144, 1, 144, 1, 144, 1, 144, 1, 144, 5, 144, 3511, 8, 144, 10, 144, 12, 144, 3514, 9, 144, 1, 145, 1, 145, 1, 145, 1, 145, 3, 145, 3520, 8, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 3, 145, 3527, 8, 145, 3, 145, 3529, 8, 145, 1, 145, 3, 145, 3532, 8, 145, 1, 145, 1, 145, 1, 145, 3, 145, 3537, 8, 145, 1, 145, 1, 145, 1, 145, 3, 145, 3542, 8, 145, 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, 5, 147, 3559, 8, 147, 10, 147, 12, 147, 3562, 9, 147, 1, 147, 1, 147, 1, 147, 1, 147, 5, 147, 3568, 8, 147, 10, 147, 12, 147, 3571, 9, 147, 3, 147, 3573, 8, 147, 1, 148, 1, 148, 1, 148, 1, 148, 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, 150, 1, 150, 1, 150, 3, 150, 3600, 8, 150, 1, 150, 1, 150, 1, 150, 1, 150, 1, 150, 1, 150, 1, 150, 3, 150, 3609, 8, 150, 1, 150, 3, 150, 3612, 8, 150, 1, 150, 1, 150, 3, 150, 3616, 8, 150, 1, 150, 1, 150, 3, 150, 3620, 8, 150, 1, 150, 1, 150, 3, 150, 3624, 8, 150, 1, 150, 1, 150, 1, 150, 5, 150, 3629, 8, 150, 10, 150, 12, 150, 3632, 9, 150, 1, 150, 3, 150, 3635, 8, 150, 1, 150, 1, 150, 3, 150, 3639, 8, 150, 1, 150, 1, 150, 3, 150, 3643, 8, 150, 1, 150, 1, 150, 3, 150, 3647, 8, 150, 1, 150, 1, 150, 1, 150, 3, 150, 3652, 8, 150, 1, 150, 1, 150, 3, 150, 3656, 8, 150, 1, 150, 1, 150, 1, 150, 3, 150, 3661, 8, 150, 1, 150, 1, 150, 1, 150, 1, 150, 3, 150, 3667, 8, 150, 1, 150, 1, 150, 1, 150, 3, 150, 3672, 8, 150, 1, 150, 1, 150, 1, 150, 5, 150, 3677, 8, 150, 10, 150, 12, 150, 3680, 9, 150, 1, 150, 3, 150, 3683, 8, 150, 1, 150, 1, 150, 1, 150, 1, 150, 3, 150, 3689, 8, 150, 1, 150, 1, 150, 3, 150, 3693, 8, 150, 1, 150, 1, 150, 1, 150, 3, 150, 3698, 8, 150, 1, 150, 1, 150, 1, 150, 1, 150, 1, 150, 1, 150, 3, 150, 3706, 8, 150, 1, 150, 1, 150, 1, 150, 1, 150, 3, 150, 3712, 8, 150, 1, 150, 1, 150, 1, 150, 3, 150, 3717, 8, 150, 1, 150, 1, 150, 1, 150, 1, 150, 1, 150, 3, 150, 3724, 8, 150, 1, 150, 1, 150, 1, 150, 3, 150, 3729, 8, 150, 1, 150, 1, 150, 3, 150, 3733, 8, 150, 1, 150, 1, 150, 1, 150, 3, 150, 3738, 8, 150, 1, 150, 1, 150, 1, 150, 1, 150, 3, 150, 3744, 8, 150, 1, 150, 1, 150, 1, 150, 1, 150, 1, 150, 3, 150, 3751, 8, 150, 1, 150, 1, 150, 1, 150, 3, 150, 3756, 8, 150, 1, 150, 1, 150, 1, 150, 1, 150, 1, 150, 3, 150, 3763, 8, 150, 1, 150, 1, 150, 1, 150, 3, 150, 3768, 8, 150, 1, 150, 1, 150, 1, 150, 1, 150, 1, 150, 3, 150, 3775, 8, 150, 1, 150, 1, 150, 3, 150, 3779, 8, 150, 1, 150, 1, 150, 1, 150, 1, 150, 5, 150, 3785, 8, 150, 10, 150, 12, 150, 3788, 9, 150, 1, 150, 3, 150, 3791, 8, 150, 3, 150, 3793, 8, 150, 1, 151, 3, 151, 3796, 8, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3801, 8, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 3, 151, 3811, 8, 151, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 3, 152, 3826, 8, 152, 1, 152, 3, 152, 3829, 8, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 1, 152, 3, 152, 3837, 8, 152, 1, 153, 1, 153, 1, 153, 5, 153, 3842, 8, 153, 10, 153, 12, 153, 3845, 9, 153, 1, 154, 1, 154, 3, 154, 3849, 8, 154, 1, 155, 1, 155, 4, 155, 3853, 8, 155, 11, 155, 12, 155, 3854, 1, 156, 1, 156, 3, 156, 3859, 8, 156, 1, 156, 1, 156, 1, 156, 5, 156, 3864, 8, 156, 10, 156, 12, 156, 3867, 9, 156, 1, 156, 1, 156, 3, 156, 3871, 8, 156, 1, 156, 3, 156, 3874, 8, 156, 1, 157, 3, 157, 3877, 8, 157, 1, 157, 1, 157, 3, 157, 3881, 8, 157, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 3, 158, 3890, 8, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 3, 158, 3908, 8, 158, 1, 158, 3, 158, 3911, 8, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 1, 158, 3, 158, 3943, 8, 158, 1, 158, 1, 158, 1, 158, 3, 158, 3948, 8, 158, 1, 159, 1, 159, 1, 159, 1, 159, 3, 159, 3954, 8, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 3, 159, 3974, 8, 159, 1, 159, 1, 159, 1, 159, 3, 159, 3979, 8, 159, 1, 160, 1, 160, 1, 160, 1, 161, 3, 161, 3985, 8, 161, 1, 161, 3, 161, 3988, 8, 161, 1, 161, 1, 161, 3, 161, 3992, 8, 161, 1, 161, 1, 161, 3, 161, 3996, 8, 161, 1, 161, 1, 161, 1, 161, 1, 161, 3, 161, 4002, 8, 161, 1, 161, 3, 161, 4005, 8, 161, 1, 161, 1, 161, 3, 161, 4009, 8, 161, 1, 161, 1, 161, 3, 161, 4013, 8, 161, 1, 161, 1, 161, 1, 161, 3, 161, 4018, 8, 161, 1, 161, 3, 161, 4021, 8, 161, 1, 161, 3, 161, 4024, 8, 161, 1, 161, 3, 161, 4027, 8, 161, 1, 162, 1, 162, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 3, 163, 4040, 8, 163, 1, 164, 1, 164, 1, 164, 1, 164, 3, 164, 4046, 8, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 3, 164, 4054, 8, 164, 1, 165, 1, 165, 1, 165, 5, 165, 4059, 8, 165, 10, 165, 12, 165, 4062, 9, 165, 1, 165, 1, 165, 3, 165, 4066, 8, 165, 1, 165, 3, 165, 4069, 8, 165, 1, 165, 1, 165, 1, 165, 5, 165, 4074, 8, 165, 10, 165, 12, 165, 4077, 9, 165, 3, 165, 4079, 8, 165, 1, 166, 1, 166, 1, 167, 1, 167, 1, 167, 1, 167, 3, 167, 4087, 8, 167, 1, 167, 3, 167, 4090, 8, 167, 1, 168, 1, 168, 1, 168, 3, 168, 4095, 8, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 3, 168, 4102, 8, 168, 1, 168, 3, 168, 4105, 8, 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, 168, 1, 168, 1, 168, 5, 168, 4123, 8, 168, 10, 168, 12, 168, 4126, 9, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 3, 168, 4137, 8, 168, 1, 169, 3, 169, 4140, 8, 169, 1, 169, 1, 169, 1, 169, 1, 169, 3, 169, 4146, 8, 169, 1, 169, 5, 169, 4149, 8, 169, 10, 169, 12, 169, 4152, 9, 169, 1, 170, 1, 170, 1, 170, 1, 170, 5, 170, 4158, 8, 170, 10, 170, 12, 170, 4161, 9, 170, 1, 170, 1, 170, 1, 170, 1, 170, 1, 170, 3, 170, 4168, 8, 170, 1, 170, 1, 170, 1, 170, 3, 170, 4173, 8, 170, 1, 171, 1, 171, 1, 171, 1, 171, 3, 171, 4179, 8, 171, 1, 171, 1, 171, 1, 171, 5, 171, 4184, 8, 171, 10, 171, 12, 171, 4187, 9, 171, 1, 171, 1, 171, 1, 171, 1, 171, 1, 171, 3, 171, 4194, 8, 171, 1, 171, 3, 171, 4197, 8, 171, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 1, 172, 5, 172, 4208, 8, 172, 10, 172, 12, 172, 4211, 9, 172, 1, 172, 1, 172, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 3, 173, 4224, 8, 173, 1, 173, 1, 173, 1, 173, 1, 173, 3, 173, 4230, 8, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 3, 173, 4238, 8, 173, 3, 173, 4240, 8, 173, 1, 174, 1, 174, 1, 175, 1, 175, 3, 175, 4246, 8, 175, 1, 175, 1, 175, 3, 175, 4250, 8, 175, 1, 175, 3, 175, 4253, 8, 175, 1, 175, 3, 175, 4256, 8, 175, 1, 175, 1, 175, 1, 175, 3, 175, 4261, 8, 175, 1, 175, 1, 175, 1, 175, 3, 175, 4266, 8, 175, 1, 175, 1, 175, 3, 175, 4270, 8, 175, 1, 175, 3, 175, 4273, 8, 175, 1, 175, 3, 175, 4276, 8, 175, 1, 175, 3, 175, 4279, 8, 175, 1, 175, 3, 175, 4282, 8, 175, 1, 176, 1, 176, 1, 176, 1, 176, 5, 176, 4288, 8, 176, 10, 176, 12, 176, 4291, 9, 176, 1, 176, 1, 176, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 3, 177, 4301, 8, 177, 1, 177, 3, 177, 4304, 8, 177, 1, 177, 3, 177, 4307, 8, 177, 1, 177, 1, 177, 1, 177, 3, 177, 4312, 8, 177, 1, 177, 3, 177, 4315, 8, 177, 1, 177, 1, 177, 3, 177, 4319, 8, 177, 1, 178, 1, 178, 3, 178, 4323, 8, 178, 1, 178, 1, 178, 1, 178, 1, 178, 3, 178, 4329, 8, 178, 1, 178, 1, 178, 1, 178, 1, 178, 5, 178, 4335, 8, 178, 10, 178, 12, 178, 4338, 9, 178, 3, 178, 4340, 8, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 5, 178, 4351, 8, 178, 10, 178, 12, 178, 4354, 9, 178, 1, 178, 1, 178, 3, 178, 4358, 8, 178, 3, 178, 4360, 8, 178, 1, 178, 4, 178, 4363, 8, 178, 11, 178, 12, 178, 4364, 1, 178, 1, 178, 1, 178, 1, 178, 1, 178, 3, 178, 4372, 8, 178, 1, 179, 1, 179, 1, 179, 1, 180, 1, 180, 3, 180, 4379, 8, 180, 1, 180, 1, 180, 1, 181, 1, 181, 1, 181, 5, 181, 4386, 8, 181, 10, 181, 12, 181, 4389, 9, 181, 1, 182, 1, 182, 1, 182, 5, 182, 4394, 8, 182, 10, 182, 12, 182, 4397, 9, 182, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 3, 183, 4404, 8, 183, 1, 184, 1, 184, 1, 184, 5, 184, 4409, 8, 184, 10, 184, 12, 184, 4412, 9, 184, 1, 185, 1, 185, 1, 185, 1, 185, 1, 185, 3, 185, 4419, 8, 185, 1, 186, 1, 186, 1, 186, 5, 186, 4424, 8, 186, 10, 186, 12, 186, 4427, 9, 186, 1, 187, 1, 187, 1, 187, 1, 187, 1, 187, 3, 187, 4434, 8, 187, 1, 188, 1, 188, 3, 188, 4438, 8, 188, 1, 188, 1, 188, 3, 188, 4442, 8, 188, 3, 188, 4444, 8, 188, 1, 188, 1, 188, 1, 189, 1, 189, 3, 189, 4450, 8, 189, 1, 189, 1, 189, 1, 189, 3, 189, 4455, 8, 189, 1, 190, 1, 190, 3, 190, 4459, 8, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 3, 190, 4466, 8, 190, 1, 191, 1, 191, 1, 191, 3, 191, 4471, 8, 191, 1, 192, 1, 192, 1, 192, 3, 192, 4476, 8, 192, 1, 192, 1, 192, 1, 192, 3, 192, 4481, 8, 192, 3, 192, 4483, 8, 192, 1, 192, 1, 192, 1, 193, 1, 193, 1, 193, 1, 194, 1, 194, 1, 194, 3, 194, 4493, 8, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 3, 194, 4503, 8, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 3, 194, 4519, 8, 194, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 5, 195, 4535, 8, 195, 10, 195, 12, 195, 4538, 9, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 3, 195, 4549, 8, 195, 1, 195, 1, 195, 1, 195, 1, 195, 1, 195, 3, 195, 4556, 8, 195, 1, 196, 1, 196, 1, 196, 1, 197, 1, 197, 1, 197, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 1, 198, 3, 198, 4571, 8, 198, 1, 198, 4, 198, 4574, 8, 198, 11, 198, 12, 198, 4575, 1, 198, 3, 198, 4579, 8, 198, 1, 199, 1, 199, 1, 199, 3, 199, 4584, 8, 199, 1, 199, 1, 199, 1, 199, 3, 199, 4589, 8, 199, 1, 199, 1, 199, 1, 199, 3, 199, 4594, 8, 199, 1, 199, 3, 199, 4597, 8, 199, 1, 199, 3, 199, 4600, 8, 199, 1, 200, 1, 200, 1, 200, 3, 200, 4605, 8, 200, 1, 200, 1, 200, 1, 200, 5, 200, 4610, 8, 200, 10, 200, 12, 200, 4613, 9, 200, 1, 200, 3, 200, 4616, 8, 200, 1, 201, 1, 201, 1, 201, 3, 201, 4621, 8, 201, 1, 201, 1, 201, 1, 201, 5, 201, 4626, 8, 201, 10, 201, 12, 201, 4629, 9, 201, 1, 201, 3, 201, 4632, 8, 201, 1, 202, 1, 202, 1, 202, 1, 202, 3, 202, 4638, 8, 202, 1, 202, 1, 202, 1, 202, 1, 202, 1, 202, 1, 202, 1, 202, 3, 202, 4647, 8, 202, 1, 202, 1, 202, 1, 203, 1, 203, 1, 203, 5, 203, 4654, 8, 203, 10, 203, 12, 203, 4657, 9, 203, 1, 203, 1, 203, 1, 204, 1, 204, 1, 204, 1, 205, 1, 205, 1, 205, 1, 205, 4, 205, 4668, 8, 205, 11, 205, 12, 205, 4669, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 1, 206, 3, 206, 4683, 8, 206, 1, 206, 1, 206, 1, 206, 1, 206, 3, 206, 4689, 8, 206, 1, 206, 1, 206, 3, 206, 4693, 8, 206, 3, 206, 4695, 8, 206, 1, 207, 1, 207, 1, 207, 1, 208, 1, 208, 3, 208, 4702, 8, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 3, 208, 4715, 8, 208, 1, 208, 1, 208, 1, 208, 1, 208, 1, 208, 3, 208, 4722, 8, 208, 3, 208, 4724, 8, 208, 1, 208, 1, 208, 1, 209, 1, 209, 1, 209, 1, 209, 1, 209, 1, 210, 1, 210, 1, 210, 1, 210, 1, 210, 5, 210, 4738, 8, 210, 10, 210, 12, 210, 4741, 9, 210, 1, 210, 3, 210, 4744, 8, 210, 1, 210, 1, 210, 3, 210, 4748, 8, 210, 1, 210, 1, 210, 1, 210, 3, 210, 4753, 8, 210, 1, 210, 1, 210, 1, 210, 3, 210, 4758, 8, 210, 1, 210, 1, 210, 1, 210, 3, 210, 4763, 8, 210, 1, 210, 1, 210, 1, 210, 3, 210, 4768, 8, 210, 1, 210, 3, 210, 4771, 8, 210, 1, 211, 1, 211, 1, 211, 1, 211, 1, 211, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 3, 212, 4783, 8, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 3, 212, 4836, 8, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 3, 212, 4845, 8, 212, 1, 212, 1, 212, 3, 212, 4849, 8, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 3, 212, 4858, 8, 212, 1, 212, 1, 212, 3, 212, 4862, 8, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 3, 212, 4871, 8, 212, 1, 212, 1, 212, 3, 212, 4875, 8, 212, 1, 212, 1, 212, 1, 212, 3, 212, 4880, 8, 212, 1, 212, 3, 212, 4883, 8, 212, 1, 212, 1, 212, 3, 212, 4887, 8, 212, 1, 212, 1, 212, 1, 212, 3, 212, 4892, 8, 212, 3, 212, 4894, 8, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 3, 212, 4903, 8, 212, 1, 212, 1, 212, 1, 212, 3, 212, 4908, 8, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 3, 212, 4919, 8, 212, 1, 212, 1, 212, 3, 212, 4923, 8, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 3, 212, 4937, 8, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 3, 212, 4945, 8, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 1, 212, 3, 212, 4983, 8, 212, 3, 212, 4985, 8, 212, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 1, 213, 3, 213, 5004, 8, 213, 1, 213, 3, 213, 5007, 8, 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, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 3, 214, 5034, 8, 214, 1, 214, 1, 214, 3, 214, 5038, 8, 214, 1, 214, 1, 214, 3, 214, 5042, 8, 214, 1, 214, 1, 214, 3, 214, 5046, 8, 214, 1, 214, 1, 214, 3, 214, 5050, 8, 214, 1, 214, 3, 214, 5053, 8, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 3, 214, 5068, 8, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 3, 214, 5075, 8, 214, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 215, 1, 216, 1, 216, 1, 216, 1, 216, 5, 216, 5087, 8, 216, 10, 216, 12, 216, 5090, 9, 216, 1, 216, 1, 216, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 1, 217, 3, 217, 5102, 8, 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, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 3, 219, 5127, 8, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 3, 219, 5146, 8, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 3, 219, 5161, 8, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 3, 219, 5177, 8, 219, 1, 219, 1, 219, 1, 219, 1, 219, 1, 219, 3, 219, 5184, 8, 219, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 1, 220, 3, 220, 5195, 8, 220, 1, 220, 3, 220, 5198, 8, 220, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 1, 221, 5, 221, 5215, 8, 221, 10, 221, 12, 221, 5218, 9, 221, 3, 221, 5220, 8, 221, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 1, 222, 5, 222, 5231, 8, 222, 10, 222, 12, 222, 5234, 9, 222, 1, 222, 3, 222, 5237, 8, 222, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 3, 223, 5257, 8, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 5, 223, 5267, 8, 223, 10, 223, 12, 223, 5270, 9, 223, 1, 223, 3, 223, 5273, 8, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 1, 223, 3, 223, 5295, 8, 223, 1, 224, 1, 224, 3, 224, 5299, 8, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 1, 224, 3, 224, 5309, 8, 224, 1, 224, 1, 224, 3, 224, 5313, 8, 224, 1, 224, 1, 224, 1, 224, 1, 224, 3, 224, 5319, 8, 224, 1, 224, 1, 224, 3, 224, 5323, 8, 224, 5, 224, 5325, 8, 224, 10, 224, 12, 224, 5328, 9, 224, 1, 224, 3, 224, 5331, 8, 224, 1, 225, 1, 225, 1, 225, 1, 225, 1, 225, 3, 225, 5338, 8, 225, 1, 226, 1, 226, 1, 226, 3, 226, 5343, 8, 226, 1, 227, 1, 227, 1, 227, 1, 228, 1, 228, 1, 228, 1, 229, 1, 229, 1, 229, 3, 229, 5354, 8, 229, 1, 230, 1, 230, 3, 230, 5358, 8, 230, 1, 230, 3, 230, 5361, 8, 230, 1, 230, 1, 230, 1, 230, 3, 230, 5366, 8, 230, 1, 230, 1, 230, 1, 230, 1, 230, 3, 230, 5372, 8, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 1, 230, 3, 230, 5383, 8, 230, 1, 230, 1, 230, 3, 230, 5387, 8, 230, 1, 230, 3, 230, 5390, 8, 230, 1, 230, 1, 230, 3, 230, 5394, 8, 230, 1, 230, 1, 230, 3, 230, 5398, 8, 230, 1, 230, 3, 230, 5401, 8, 230, 1, 231, 1, 231, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 3, 232, 5411, 8, 232, 1, 232, 3, 232, 5414, 8, 232, 1, 233, 1, 233, 3, 233, 5418, 8, 233, 1, 233, 5, 233, 5421, 8, 233, 10, 233, 12, 233, 5424, 9, 233, 1, 234, 1, 234, 1, 234, 3, 234, 5429, 8, 234, 1, 234, 3, 234, 5432, 8, 234, 1, 234, 1, 234, 1, 234, 3, 234, 5437, 8, 234, 1, 234, 3, 234, 5440, 8, 234, 1, 234, 1, 234, 1, 234, 1, 234, 1, 234, 3, 234, 5447, 8, 234, 3, 234, 5449, 8, 234, 1, 234, 1, 234, 1, 234, 1, 234, 3, 234, 5455, 8, 234, 1, 234, 1, 234, 3, 234, 5459, 8, 234, 1, 235, 1, 235, 1, 235, 1, 236, 1, 236, 1, 236, 1, 236, 3, 236, 5468, 8, 236, 1, 236, 4, 236, 5471, 8, 236, 11, 236, 12, 236, 5472, 3, 236, 5475, 8, 236, 1, 237, 1, 237, 1, 237, 1, 237, 1, 237, 1, 237, 1, 237, 1, 237, 3, 237, 5485, 8, 237, 1, 237, 3, 237, 5488, 8, 237, 1, 237, 1, 237, 1, 237, 3, 237, 5493, 8, 237, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 1, 238, 3, 238, 5501, 8, 238, 1, 238, 3, 238, 5504, 8, 238, 1, 238, 4, 238, 5507, 8, 238, 11, 238, 12, 238, 5508, 3, 238, 5511, 8, 238, 3, 238, 5513, 8, 238, 1, 239, 1, 239, 1, 239, 1, 239, 3, 239, 5519, 8, 239, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 240, 1, 241, 1, 241, 1, 241, 1, 241, 1, 241, 1, 242, 1, 242, 1, 242, 1, 242, 3, 242, 5536, 8, 242, 1, 242, 1, 242, 5, 242, 5540, 8, 242, 10, 242, 12, 242, 5543, 9, 242, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 1, 243, 3, 243, 5555, 8, 243, 1, 243, 1, 243, 1, 243, 1, 243, 3, 243, 5561, 8, 243, 1, 243, 1, 243, 3, 243, 5565, 8, 243, 1, 243, 1, 243, 1, 243, 3, 243, 5570, 8, 243, 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, 245, 3, 245, 5600, 8, 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, 3, 245, 5615, 8, 245, 1, 245, 1, 245, 1, 245, 3, 245, 5620, 8, 245, 1, 246, 1, 246, 3, 246, 5624, 8, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 246, 1, 247, 1, 247, 3, 247, 5637, 8, 247, 1, 247, 1, 247, 3, 247, 5641, 8, 247, 3, 247, 5643, 8, 247, 1, 247, 1, 247, 1, 247, 1, 247, 1, 247, 5, 247, 5650, 8, 247, 10, 247, 12, 247, 5653, 9, 247, 1, 247, 1, 247, 1, 247, 3, 247, 5658, 8, 247, 3, 247, 5660, 8, 247, 1, 248, 1, 248, 3, 248, 5664, 8, 248, 1, 248, 3, 248, 5667, 8, 248, 1, 248, 3, 248, 5670, 8, 248, 1, 248, 3, 248, 5673, 8, 248, 1, 248, 3, 248, 5676, 8, 248, 3, 248, 5678, 8, 248, 1, 248, 3, 248, 5681, 8, 248, 1, 249, 1, 249, 3, 249, 5685, 8, 249, 1, 249, 1, 249, 1, 249, 1, 249, 5, 249, 5691, 8, 249, 10, 249, 12, 249, 5694, 9, 249, 1, 249, 1, 249, 3, 249, 5698, 8, 249, 1, 249, 3, 249, 5701, 8, 249, 1, 250, 1, 250, 1, 251, 1, 251, 3, 251, 5707, 8, 251, 1, 251, 1, 251, 3, 251, 5711, 8, 251, 1, 252, 1, 252, 3, 252, 5715, 8, 252, 1, 252, 1, 252, 1, 252, 3, 252, 5720, 8, 252, 3, 252, 5722, 8, 252, 1, 253, 1, 253, 3, 253, 5726, 8, 253, 1, 254, 1, 254, 3, 254, 5730, 8, 254, 1, 255, 1, 255, 1, 255, 5, 255, 5735, 8, 255, 10, 255, 12, 255, 5738, 9, 255, 1, 256, 1, 256, 1, 256, 3, 256, 5743, 8, 256, 1, 256, 1, 256, 3, 256, 5747, 8, 256, 3, 256, 5749, 8, 256, 3, 256, 5751, 8, 256, 1, 256, 1, 256, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 1, 257, 3, 257, 5764, 8, 257, 1, 258, 1, 258, 1, 258, 1, 258, 5, 258, 5770, 8, 258, 10, 258, 12, 258, 5773, 9, 258, 1, 258, 1, 258, 1, 259, 1, 259, 1, 259, 3, 259, 5780, 8, 259, 1, 259, 1, 259, 1, 259, 1, 260, 1, 260, 1, 260, 1, 260, 5, 260, 5789, 8, 260, 10, 260, 12, 260, 5792, 9, 260, 1, 260, 1, 260, 1, 261, 1, 261, 1, 261, 1, 261, 3, 261, 5800, 8, 261, 1, 262, 1, 262, 1, 262, 3, 262, 5805, 8, 262, 1, 262, 1, 262, 3, 262, 5809, 8, 262, 1, 262, 1, 262, 3, 262, 5813, 8, 262, 1, 262, 1, 262, 1, 262, 1, 262, 1, 262, 3, 262, 5820, 8, 262, 1, 262, 3, 262, 5823, 8, 262, 3, 262, 5825, 8, 262, 1, 263, 1, 263, 1, 263, 1, 263, 1, 264, 1, 264, 3, 264, 5833, 8, 264, 1, 264, 1, 264, 3, 264, 5837, 8, 264, 1, 265, 3, 265, 5840, 8, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 3, 265, 5847, 8, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 3, 265, 5854, 8, 265, 1, 265, 1, 265, 1, 265, 3, 265, 5859, 8, 265, 1, 265, 1, 265, 1, 265, 1, 265, 1, 265, 3, 265, 5866, 8, 265, 1, 265, 3, 265, 5869, 8, 265, 3, 265, 5871, 8, 265, 1, 265, 3, 265, 5874, 8, 265, 1, 266, 1, 266, 1, 266, 1, 266, 3, 266, 5880, 8, 266, 1, 266, 1, 266, 1, 266, 3, 266, 5885, 8, 266, 1, 266, 1, 266, 3, 266, 5889, 8, 266, 1, 267, 1, 267, 1, 267, 5, 267, 5894, 8, 267, 10, 267, 12, 267, 5897, 9, 267, 1, 268, 1, 268, 1, 268, 1, 269, 1, 269, 1, 269, 1, 270, 3, 270, 5906, 8, 270, 1, 270, 1, 270, 1, 270, 1, 270, 1, 270, 3, 270, 5913, 8, 270, 1, 270, 3, 270, 5916, 8, 270, 1, 270, 3, 270, 5919, 8, 270, 1, 271, 1, 271, 3, 271, 5923, 8, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 1, 271, 3, 271, 5934, 8, 271, 1, 271, 3, 271, 5937, 8, 271, 1, 271, 3, 271, 5940, 8, 271, 1, 271, 3, 271, 5943, 8, 271, 1, 272, 3, 272, 5946, 8, 272, 1, 272, 1, 272, 1, 272, 1, 272, 1, 272, 3, 272, 5953, 8, 272, 1, 272, 3, 272, 5956, 8, 272, 1, 272, 3, 272, 5959, 8, 272, 1, 273, 1, 273, 1, 273, 5, 273, 5964, 8, 273, 10, 273, 12, 273, 5967, 9, 273, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5978, 8, 274, 1, 274, 1, 274, 1, 274, 1, 274, 1, 274, 3, 274, 5985, 8, 274, 3, 274, 5987, 8, 274, 1, 275, 1, 275, 1, 275, 3, 275, 5992, 8, 275, 1, 275, 1, 275, 1, 275, 5, 275, 5997, 8, 275, 10, 275, 12, 275, 6000, 9, 275, 1, 275, 1, 275, 1, 275, 3, 275, 6005, 8, 275, 1, 275, 1, 275, 1, 275, 1, 276, 1, 276, 3, 276, 6012, 8, 276, 1, 277, 1, 277, 1, 277, 3, 277, 6017, 8, 277, 1, 277, 1, 277, 1, 278, 3, 278, 6022, 8, 278, 1, 278, 1, 278, 3, 278, 6026, 8, 278, 1, 278, 1, 278, 3, 278, 6030, 8, 278, 1, 278, 1, 278, 3, 278, 6034, 8, 278, 3, 278, 6036, 8, 278, 1, 279, 1, 279, 3, 279, 6040, 8, 279, 1, 280, 1, 280, 3, 280, 6044, 8, 280, 1, 280, 3, 280, 6047, 8, 280, 1, 280, 3, 280, 6050, 8, 280, 3, 280, 6052, 8, 280, 1, 280, 1, 280, 1, 280, 1, 280, 1, 280, 1, 280, 1, 280, 1, 280, 3, 280, 6062, 8, 280, 3, 280, 6064, 8, 280, 1, 280, 1, 280, 1, 280, 3, 280, 6069, 8, 280, 5, 280, 6071, 8, 280, 10, 280, 12, 280, 6074, 9, 280, 1, 281, 1, 281, 3, 281, 6078, 8, 281, 1, 282, 1, 282, 3, 282, 6082, 8, 282, 1, 282, 1, 282, 1, 282, 5, 282, 6087, 8, 282, 10, 282, 12, 282, 6090, 9, 282, 1, 283, 1, 283, 3, 283, 6094, 8, 283, 1, 283, 1, 283, 3, 283, 6098, 8, 283, 1, 283, 3, 283, 6101, 8, 283, 1, 283, 1, 283, 1, 283, 1, 283, 3, 283, 6107, 8, 283, 1, 283, 3, 283, 6110, 8, 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, 285, 1, 285, 1, 285, 1, 285, 1, 285, 3, 285, 6129, 8, 285, 1, 285, 1, 285, 1, 285, 1, 286, 1, 286, 3, 286, 6136, 8, 286, 1, 286, 1, 286, 3, 286, 6140, 8, 286, 1, 287, 3, 287, 6143, 8, 287, 1, 287, 1, 287, 3, 287, 6147, 8, 287, 1, 287, 1, 287, 3, 287, 6151, 8, 287, 1, 287, 3, 287, 6154, 8, 287, 1, 287, 3, 287, 6157, 8, 287, 1, 288, 1, 288, 1, 288, 3, 288, 6162, 8, 288, 1, 289, 1, 289, 1, 289, 1, 289, 1, 289, 5, 289, 6169, 8, 289, 10, 289, 12, 289, 6172, 9, 289, 1, 290, 1, 290, 1, 290, 1, 290, 3, 290, 6178, 8, 290, 1, 290, 1, 290, 3, 290, 6182, 8, 290, 1, 291, 1, 291, 3, 291, 6186, 8, 291, 1, 291, 1, 291, 3, 291, 6190, 8, 291, 1, 291, 3, 291, 6193, 8, 291, 3, 291, 6195, 8, 291, 1, 292, 1, 292, 1, 292, 3, 292, 6200, 8, 292, 1, 292, 1, 292, 3, 292, 6204, 8, 292, 1, 293, 1, 293, 1, 293, 3, 293, 6209, 8, 293, 1, 293, 1, 293, 1, 293, 1, 293, 3, 293, 6215, 8, 293, 1, 294, 1, 294, 1, 294, 1, 294, 1, 294, 3, 294, 6222, 8, 294, 1, 295, 1, 295, 1, 295, 3, 295, 6227, 8, 295, 1, 296, 1, 296, 1, 296, 3, 296, 6232, 8, 296, 1, 296, 1, 296, 1, 297, 1, 297, 1, 297, 5, 297, 6239, 8, 297, 10, 297, 12, 297, 6242, 9, 297, 1, 298, 1, 298, 1, 298, 1, 298, 3, 298, 6248, 8, 298, 1, 298, 1, 298, 1, 298, 1, 298, 5, 298, 6254, 8, 298, 10, 298, 12, 298, 6257, 9, 298, 1, 298, 1, 298, 1, 298, 1, 298, 1, 298, 1, 298, 1, 298, 1, 298, 3, 298, 6267, 8, 298, 1, 299, 1, 299, 1, 299, 3, 299, 6272, 8, 299, 1, 299, 1, 299, 3, 299, 6276, 8, 299, 1, 299, 3, 299, 6279, 8, 299, 1, 299, 1, 299, 3, 299, 6283, 8, 299, 1, 299, 1, 299, 1, 299, 3, 299, 6288, 8, 299, 4, 299, 6290, 8, 299, 11, 299, 12, 299, 6291, 1, 299, 1, 299, 1, 299, 3, 299, 6297, 8, 299, 1, 300, 1, 300, 1, 300, 1, 300, 5, 300, 6303, 8, 300, 10, 300, 12, 300, 6306, 9, 300, 1, 301, 1, 301, 1, 301, 1, 302, 1, 302, 1, 302, 5, 302, 6314, 8, 302, 10, 302, 12, 302, 6317, 9, 302, 1, 303, 1, 303, 3, 303, 6321, 8, 303, 1, 303, 1, 303, 3, 303, 6325, 8, 303, 1, 303, 3, 303, 6328, 8, 303, 1, 303, 3, 303, 6331, 8, 303, 3, 303, 6333, 8, 303, 1, 303, 3, 303, 6336, 8, 303, 1, 303, 3, 303, 6339, 8, 303, 1, 303, 3, 303, 6342, 8, 303, 1, 303, 1, 303, 3, 303, 6346, 8, 303, 1, 303, 1, 303, 3, 303, 6350, 8, 303, 1, 303, 1, 303, 3, 303, 6354, 8, 303, 3, 303, 6356, 8, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 3, 303, 6365, 8, 303, 1, 303, 1, 303, 1, 303, 3, 303, 6370, 8, 303, 1, 303, 1, 303, 1, 303, 1, 303, 3, 303, 6376, 8, 303, 1, 303, 1, 303, 3, 303, 6380, 8, 303, 3, 303, 6382, 8, 303, 1, 303, 1, 303, 1, 303, 1, 303, 1, 303, 3, 303, 6389, 8, 303, 1, 303, 1, 303, 1, 303, 3, 303, 6394, 8, 303, 1, 303, 1, 303, 1, 303, 1, 303, 5, 303, 6400, 8, 303, 10, 303, 12, 303, 6403, 9, 303, 1, 304, 3, 304, 6406, 8, 304, 1, 304, 1, 304, 1, 304, 1, 304, 1, 304, 3, 304, 6413, 8, 304, 1, 305, 1, 305, 1, 305, 3, 305, 6418, 8, 305, 1, 305, 3, 305, 6421, 8, 305, 1, 305, 1, 305, 1, 305, 1, 305, 3, 305, 6427, 8, 305, 1, 306, 1, 306, 3, 306, 6431, 8, 306, 1, 307, 1, 307, 1, 307, 1, 307, 3, 307, 6437, 8, 307, 1, 308, 1, 308, 1, 308, 1, 308, 1, 308, 1, 308, 1, 308, 3, 308, 6446, 8, 308, 1, 308, 1, 308, 1, 308, 1, 308, 3, 308, 6452, 8, 308, 3, 308, 6454, 8, 308, 1, 309, 1, 309, 1, 309, 3, 309, 6459, 8, 309, 1, 309, 3, 309, 6462, 8, 309, 1, 309, 1, 309, 1, 309, 1, 309, 1, 309, 1, 309, 1, 309, 3, 309, 6471, 8, 309, 1, 309, 1, 309, 1, 309, 1, 309, 1, 309, 3, 309, 6478, 8, 309, 3, 309, 6480, 8, 309, 1, 310, 1, 310, 1, 310, 5, 310, 6485, 8, 310, 10, 310, 12, 310, 6488, 9, 310, 1, 311, 1, 311, 3, 311, 6492, 8, 311, 1, 311, 3, 311, 6495, 8, 311, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 1, 312, 3, 312, 6505, 8, 312, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 1, 313, 5, 313, 6514, 8, 313, 10, 313, 12, 313, 6517, 9, 313, 1, 313, 1, 313, 3, 313, 6521, 8, 313, 1, 313, 1, 313, 3, 313, 6525, 8, 313, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 1, 314, 3, 314, 6533, 8, 314, 1, 315, 1, 315, 1, 315, 1, 316, 1, 316, 1, 316, 1, 316, 1, 316, 3, 316, 6543, 8, 316, 1, 317, 1, 317, 1, 317, 5, 317, 6548, 8, 317, 10, 317, 12, 317, 6551, 9, 317, 1, 318, 1, 318, 1, 318, 3, 318, 6556, 8, 318, 1, 319, 1, 319, 1, 319, 1, 319, 1, 319, 1, 319, 1, 319, 5, 319, 6565, 8, 319, 10, 319, 12, 319, 6568, 9, 319, 1, 319, 1, 319, 1, 319, 3, 319, 6573, 8, 319, 1, 319, 1, 319, 1, 319, 1, 319, 1, 319, 1, 319, 5, 319, 6581, 8, 319, 10, 319, 12, 319, 6584, 9, 319, 1, 319, 1, 319, 1, 320, 1, 320, 1, 320, 1, 320, 3, 320, 6592, 8, 320, 1, 320, 1, 320, 3, 320, 6596, 8, 320, 1, 320, 4, 320, 6599, 8, 320, 11, 320, 12, 320, 6600, 3, 320, 6603, 8, 320, 1, 320, 1, 320, 3, 320, 6607, 8, 320, 1, 321, 1, 321, 1, 321, 1, 321, 1, 321, 1, 321, 3, 321, 6615, 8, 321, 1, 322, 3, 322, 6618, 8, 322, 1, 322, 1, 322, 1, 322, 3, 322, 6623, 8, 322, 1, 322, 5, 322, 6626, 8, 322, 10, 322, 12, 322, 6629, 9, 322, 1, 322, 1, 322, 1, 322, 1, 322, 3, 322, 6635, 8, 322, 3, 322, 6637, 8, 322, 1, 322, 1, 322, 1, 322, 1, 322, 3, 322, 6643, 8, 322, 1, 323, 1, 323, 3, 323, 6647, 8, 323, 1, 323, 3, 323, 6650, 8, 323, 1, 323, 1, 323, 1, 323, 3, 323, 6655, 8, 323, 1, 323, 3, 323, 6658, 8, 323, 3, 323, 6660, 8, 323, 1, 324, 1, 324, 1, 324, 1, 324, 3, 324, 6666, 8, 324, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 1, 325, 3, 325, 6675, 8, 325, 1, 325, 1, 325, 1, 325, 1, 325, 3, 325, 6681, 8, 325, 1, 325, 3, 325, 6684, 8, 325, 1, 326, 1, 326, 1, 326, 1, 326, 1, 327, 1, 327, 3, 327, 6692, 8, 327, 1, 327, 3, 327, 6695, 8, 327, 1, 328, 1, 328, 3, 328, 6699, 8, 328, 1, 328, 1, 328, 1, 328, 1, 328, 3, 328, 6705, 8, 328, 3, 328, 6707, 8, 328, 1, 328, 3, 328, 6710, 8, 328, 1, 329, 1, 329, 3, 329, 6714, 8, 329, 1, 329, 1, 329, 1, 329, 3, 329, 6719, 8, 329, 1, 330, 1, 330, 1, 330, 1, 330, 1, 330, 3, 330, 6726, 8, 330, 1, 330, 1, 330, 1, 330, 1, 330, 1, 330, 3, 330, 6733, 8, 330, 3, 330, 6735, 8, 330, 1, 330, 1, 330, 1, 330, 1, 330, 3, 330, 6741, 8, 330, 3, 330, 6743, 8, 330, 1, 330, 1, 330, 1, 330, 3, 330, 6748, 8, 330, 3, 330, 6750, 8, 330, 1, 331, 1, 331, 3, 331, 6754, 8, 331, 1, 332, 1, 332, 1, 333, 1, 333, 1, 334, 1, 334, 1, 334, 3, 334, 6763, 8, 334, 1, 334, 1, 334, 3, 334, 6767, 8, 334, 1, 334, 1, 334, 1, 334, 1, 334, 1, 334, 1, 334, 5, 334, 6775, 8, 334, 10, 334, 12, 334, 6778, 9, 334, 1, 335, 1, 335, 1, 335, 1, 335, 1, 335, 1, 335, 1, 335, 1, 335, 1, 335, 1, 335, 1, 335, 3, 335, 6791, 8, 335, 1, 335, 3, 335, 6794, 8, 335, 1, 335, 1, 335, 1, 335, 1, 335, 1, 335, 1, 335, 3, 335, 6802, 8, 335, 1, 335, 1, 335, 1, 335, 1, 335, 1, 335, 5, 335, 6809, 8, 335, 10, 335, 12, 335, 6812, 9, 335, 1, 335, 1, 335, 1, 335, 3, 335, 6817, 8, 335, 1, 335, 1, 335, 1, 335, 3, 335, 6822, 8, 335, 1, 335, 1, 335, 1, 335, 1, 335, 1, 335, 1, 335, 3, 335, 6830, 8, 335, 3, 335, 6832, 8, 335, 1, 335, 1, 335, 1, 335, 3, 335, 6837, 8, 335, 1, 335, 1, 335, 3, 335, 6841, 8, 335, 1, 335, 1, 335, 1, 335, 3, 335, 6846, 8, 335, 1, 335, 1, 335, 1, 335, 3, 335, 6851, 8, 335, 1, 336, 1, 336, 1, 336, 1, 336, 3, 336, 6857, 8, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 1, 336, 5, 336, 6873, 8, 336, 10, 336, 12, 336, 6876, 9, 336, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 3, 337, 6884, 8, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 3, 337, 6899, 8, 337, 1, 337, 1, 337, 1, 337, 3, 337, 6904, 8, 337, 1, 337, 3, 337, 6907, 8, 337, 1, 337, 1, 337, 1, 337, 1, 337, 3, 337, 6913, 8, 337, 1, 337, 1, 337, 1, 337, 3, 337, 6918, 8, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 3, 337, 6931, 8, 337, 1, 337, 4, 337, 6934, 8, 337, 11, 337, 12, 337, 6935, 1, 337, 1, 337, 3, 337, 6940, 8, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 3, 337, 6947, 8, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 3, 337, 6966, 8, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 3, 337, 6978, 8, 337, 1, 337, 1, 337, 1, 337, 3, 337, 6983, 8, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 1, 337, 3, 337, 6991, 8, 337, 5, 337, 6993, 8, 337, 10, 337, 12, 337, 6996, 9, 337, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 1, 338, 3, 338, 7004, 8, 338, 1, 338, 3, 338, 7007, 8, 338, 1, 338, 1, 338, 1, 338, 3, 338, 7012, 8, 338, 1, 338, 1, 338, 1, 338, 3, 338, 7017, 8, 338, 1, 338, 3, 338, 7020, 8, 338, 1, 338, 1, 338, 1, 339, 1, 339, 1, 339, 1, 339, 1, 339, 1, 339, 1, 339, 3, 339, 7031, 8, 339, 1, 339, 1, 339, 1, 339, 1, 339, 1, 339, 1, 339, 3, 339, 7039, 8, 339, 1, 339, 1, 339, 1, 339, 3, 339, 7044, 8, 339, 3, 339, 7046, 8, 339, 1, 339, 3, 339, 7049, 8, 339, 1, 340, 1, 340, 3, 340, 7053, 8, 340, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 3, 341, 7064, 8, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 3, 341, 7085, 8, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 3, 341, 7093, 8, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 3, 341, 7106, 8, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 3, 341, 7116, 8, 341, 1, 341, 1, 341, 1, 341, 1, 341, 3, 341, 7122, 8, 341, 1, 341, 1, 341, 1, 341, 1, 341, 3, 341, 7128, 8, 341, 1, 341, 3, 341, 7131, 8, 341, 1, 341, 3, 341, 7134, 8, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 3, 341, 7160, 8, 341, 3, 341, 7162, 8, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 3, 341, 7183, 8, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 3, 341, 7193, 8, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 3, 341, 7206, 8, 341, 1, 341, 1, 341, 1, 341, 3, 341, 7211, 8, 341, 1, 341, 1, 341, 3, 341, 7215, 8, 341, 3, 341, 7217, 8, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 1, 341, 3, 341, 7229, 8, 341, 1, 342, 1, 342, 1, 342, 5, 342, 7234, 8, 342, 10, 342, 12, 342, 7237, 9, 342, 1, 343, 1, 343, 1, 343, 3, 343, 7242, 8, 343, 1, 344, 1, 344, 1, 345, 1, 345, 3, 345, 7248, 8, 345, 1, 345, 1, 345, 3, 345, 7252, 8, 345, 1, 346, 1, 346, 1, 346, 1, 347, 1, 347, 1, 347, 1, 347, 5, 347, 7261, 8, 347, 10, 347, 12, 347, 7264, 9, 347, 1, 348, 1, 348, 1, 348, 1, 348, 1, 349, 1, 349, 1, 349, 3, 349, 7273, 8, 349, 1, 350, 1, 350, 3, 350, 7277, 8, 350, 1, 350, 1, 350, 1, 350, 3, 350, 7282, 8, 350, 1, 350, 3, 350, 7285, 8, 350, 1, 350, 3, 350, 7288, 8, 350, 1, 350, 1, 350, 1, 351, 1, 351, 1, 351, 1, 351, 1, 351, 3, 351, 7297, 8, 351, 1, 351, 1, 351, 1, 351, 1, 351, 1, 351, 1, 351, 1, 351, 1, 351, 1, 351, 3, 351, 7308, 8, 351, 3, 351, 7310, 8, 351, 1, 352, 1, 352, 3, 352, 7314, 8, 352, 1, 352, 1, 352, 1, 352, 3, 352, 7319, 8, 352, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 1, 353, 3, 353, 7328, 8, 353, 1, 354, 1, 354, 1, 354, 3, 354, 7333, 8, 354, 1, 354, 1, 354, 1, 355, 1, 355, 1, 356, 1, 356, 3, 356, 7341, 8, 356, 1, 357, 1, 357, 1, 358, 1, 358, 1, 358, 1, 358, 1, 358, 1, 358, 3, 358, 7351, 8, 358, 1, 359, 1, 359, 1, 359, 1, 359, 1, 359, 1, 359, 3, 359, 7359, 8, 359, 1, 360, 1, 360, 3, 360, 7363, 8, 360, 1, 360, 3, 360, 7366, 8, 360, 1, 361, 1, 361, 1, 361, 5, 361, 7371, 8, 361, 10, 361, 12, 361, 7374, 9, 361, 1, 362, 1, 362, 1, 362, 1, 362, 1, 362, 3, 362, 7381, 8, 362, 1, 363, 1, 363, 3, 363, 7385, 8, 363, 1, 364, 1, 364, 1, 364, 5, 364, 7390, 8, 364, 10, 364, 12, 364, 7393, 9, 364, 1, 365, 1, 365, 1, 365, 1, 365, 1, 365, 3, 365, 7400, 8, 365, 3, 365, 7402, 8, 365, 1, 366, 1, 366, 1, 366, 1, 366, 1, 366, 5, 366, 7409, 8, 366, 10, 366, 12, 366, 7412, 9, 366, 3, 366, 7414, 8, 366, 1, 366, 1, 366, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 1, 367, 3, 367, 7426, 8, 367, 1, 368, 1, 368, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 3, 369, 7435, 8, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 3, 369, 7442, 8, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 1, 369, 3, 369, 7451, 8, 369, 1, 370, 1, 370, 1, 370, 1, 370, 1, 370, 1, 371, 1, 371, 1, 371, 3, 371, 7461, 8, 371, 1, 371, 1, 371, 1, 371, 3, 371, 7466, 8, 371, 1, 371, 1, 371, 3, 371, 7470, 8, 371, 3, 371, 7472, 8, 371, 1, 371, 3, 371, 7475, 8, 371, 1, 372, 4, 372, 7478, 8, 372, 11, 372, 12, 372, 7479, 1, 373, 5, 373, 7483, 8, 373, 10, 373, 12, 373, 7486, 9, 373, 1, 374, 1, 374, 1, 374, 5, 374, 7491, 8, 374, 10, 374, 12, 374, 7494, 9, 374, 1, 375, 1, 375, 1, 375, 1, 375, 1, 375, 3, 375, 7501, 8, 375, 1, 375, 3, 375, 7504, 8, 375, 1, 376, 1, 376, 1, 376, 5, 376, 7509, 8, 376, 10, 376, 12, 376, 7512, 9, 376, 1, 377, 1, 377, 1, 377, 5, 377, 7517, 8, 377, 10, 377, 12, 377, 7520, 9, 377, 1, 378, 1, 378, 1, 378, 5, 378, 7525, 8, 378, 10, 378, 12, 378, 7528, 9, 378, 1, 379, 1, 379, 1, 379, 5, 379, 7533, 8, 379, 10, 379, 12, 379, 7536, 9, 379, 1, 380, 1, 380, 1, 381, 1, 381, 1, 382, 1, 382, 1, 383, 1, 383, 1, 384, 1, 384, 1, 385, 1, 385, 1, 386, 1, 386, 3, 386, 7552, 8, 386, 1, 387, 1, 387, 1, 387, 5, 387, 7557, 8, 387, 10, 387, 12, 387, 7560, 9, 387, 1, 388, 1, 388, 1, 388, 5, 388, 7565, 8, 388, 10, 388, 12, 388, 7568, 9, 388, 1, 389, 1, 389, 1, 390, 1, 390, 1, 391, 1, 391, 1, 392, 1, 392, 1, 393, 1, 393, 1, 394, 1, 394, 1, 394, 1, 394, 3, 394, 7584, 8, 394, 1, 395, 1, 395, 1, 395, 1, 395, 3, 395, 7590, 8, 395, 1, 396, 1, 396, 1, 396, 1, 396, 3, 396, 7596, 8, 396, 1, 397, 1, 397, 1, 398, 1, 398, 1, 398, 1, 398, 3, 398, 7604, 8, 398, 1, 399, 1, 399, 1, 399, 1, 399, 3, 399, 7610, 8, 399, 1, 400, 1, 400, 1, 400, 3, 400, 7615, 8, 400, 1, 401, 1, 401, 1, 401, 1, 401, 5, 401, 7621, 8, 401, 10, 401, 12, 401, 7624, 9, 401, 1, 401, 1, 401, 3, 401, 7628, 8, 401, 1, 402, 3, 402, 7631, 8, 402, 1, 402, 1, 402, 1, 403, 1, 403, 1, 403, 1, 403, 1, 403, 3, 403, 7640, 8, 403, 1, 404, 1, 404, 1, 404, 5, 404, 7645, 8, 404, 10, 404, 12, 404, 7648, 9, 404, 1, 405, 1, 405, 3, 405, 7652, 8, 405, 1, 406, 1, 406, 3, 406, 7656, 8, 406, 1, 407, 1, 407, 1, 407, 3, 407, 7661, 8, 407, 1, 408, 1, 408, 1, 408, 1, 408, 3, 408, 7667, 8, 408, 1, 409, 1, 409, 1, 409, 3, 409, 7672, 8, 409, 1, 409, 1, 409, 1, 409, 1, 409, 1, 409, 1, 409, 3, 409, 7680, 8, 409, 1, 410, 1, 410, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 1, 411, 3, 411, 7735, 8, 411, 1, 412, 1, 412, 1, 413, 1, 413, 1, 414, 3, 414, 7742, 8, 414, 1, 414, 1, 414, 1, 414, 1, 414, 4, 414, 7748, 8, 414, 11, 414, 12, 414, 7749, 3, 414, 7752, 8, 414, 3, 414, 7754, 8, 414, 1, 414, 1, 414, 5, 414, 7758, 8, 414, 10, 414, 12, 414, 7761, 9, 414, 1, 414, 3, 414, 7764, 8, 414, 1, 414, 1, 414, 3, 414, 7768, 8, 414, 1, 415, 1, 415, 1, 415, 1, 415, 1, 416, 1, 416, 1, 416, 1, 416, 1, 416, 3, 416, 7779, 8, 416, 1, 416, 3, 416, 7782, 8, 416, 1, 416, 1, 416, 3, 416, 7786, 8, 416, 1, 416, 1, 416, 3, 416, 7790, 8, 416, 1, 416, 1, 416, 3, 416, 7794, 8, 416, 1, 416, 3, 416, 7797, 8, 416, 1, 416, 3, 416, 7800, 8, 416, 1, 416, 3, 416, 7803, 8, 416, 1, 416, 1, 416, 1, 416, 1, 416, 1, 416, 5, 416, 7810, 8, 416, 10, 416, 12, 416, 7813, 9, 416, 1, 416, 1, 416, 3, 416, 7817, 8, 416, 1, 416, 1, 416, 3, 416, 7821, 8, 416, 1, 416, 1, 416, 1, 417, 1, 417, 1, 417, 1, 418, 1, 418, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 1, 419, 3, 419, 7854, 8, 419, 1, 420, 1, 420, 1, 420, 1, 420, 1, 421, 1, 421, 1, 421, 1, 421, 3, 421, 7864, 8, 421, 1, 421, 1, 421, 3, 421, 7868, 8, 421, 1, 421, 1, 421, 1, 421, 1, 421, 3, 421, 7874, 8, 421, 1, 421, 1, 421, 1, 421, 3, 421, 7879, 8, 421, 1, 422, 1, 422, 1, 422, 1, 422, 1, 422, 1, 423, 1, 423, 3, 423, 7888, 8, 423, 1, 423, 1, 423, 1, 423, 1, 423, 5, 423, 7894, 8, 423, 10, 423, 12, 423, 7897, 9, 423, 1, 423, 1, 423, 1, 424, 1, 424, 1, 424, 1, 424, 1, 425, 1, 425, 3, 425, 7907, 8, 425, 1, 425, 1, 425, 1, 425, 1, 425, 5, 425, 7913, 8, 425, 10, 425, 12, 425, 7916, 9, 425, 1, 426, 1, 426, 1, 426, 1, 426, 5, 426, 7922, 8, 426, 10, 426, 12, 426, 7925, 9, 426, 1, 426, 1, 426, 1, 426, 1, 426, 5, 426, 7931, 8, 426, 10, 426, 12, 426, 7934, 9, 426, 5, 426, 7936, 8, 426, 10, 426, 12, 426, 7939, 9, 426, 1, 426, 3, 426, 7942, 8, 426, 1, 426, 1, 426, 1, 426, 1, 426, 1, 427, 1, 427, 5, 427, 7950, 8, 427, 10, 427, 12, 427, 7953, 9, 427, 1, 428, 1, 428, 3, 428, 7957, 8, 428, 1, 428, 1, 428, 1, 428, 1, 428, 5, 428, 7963, 8, 428, 10, 428, 12, 428, 7966, 9, 428, 4, 428, 7968, 8, 428, 11, 428, 12, 428, 7969, 1, 428, 3, 428, 7973, 8, 428, 1, 428, 1, 428, 1, 428, 1, 428, 1, 429, 3, 429, 7980, 8, 429, 1, 429, 1, 429, 1, 429, 1, 429, 3, 429, 7986, 8, 429, 1, 429, 1, 429, 1, 430, 1, 430, 1, 430, 1, 430, 3, 430, 7994, 8, 430, 1, 430, 1, 430, 1, 430, 1, 430, 1, 430, 1, 430, 3, 430, 8002, 8, 430, 1, 430, 3, 430, 8005, 8, 430, 1, 430, 1, 430, 1, 430, 1, 430, 1, 430, 3, 430, 8012, 8, 430, 3, 430, 8014, 8, 430, 1, 431, 3, 431, 8017, 8, 431, 1, 431, 1, 431, 1, 431, 1, 431, 3, 431, 8023, 8, 431, 1, 431, 1, 431, 1, 431, 1, 431, 1, 431, 1, 432, 1, 432, 3, 432, 8032, 8, 432, 1, 432, 1, 432, 3, 432, 8036, 8, 432, 1, 432, 1, 432, 1, 433, 1, 433, 1, 433, 1, 433, 1, 433, 1, 433, 1, 433, 1, 433, 1, 433, 1, 433, 3, 433, 8050, 8, 433, 1, 433, 3, 433, 8053, 8, 433, 3, 433, 8055, 8, 433, 1, 433, 1, 433, 1, 434, 1, 434, 3, 434, 8061, 8, 434, 1, 434, 1, 434, 1, 434, 1, 434, 1, 434, 1, 434, 4, 434, 8069, 8, 434, 11, 434, 12, 434, 8070, 3, 434, 8073, 8, 434, 3, 434, 8075, 8, 434, 1, 434, 1, 434, 1, 434, 1, 434, 5, 434, 8081, 8, 434, 10, 434, 12, 434, 8084, 9, 434, 3, 434, 8086, 8, 434, 1, 434, 3, 434, 8089, 8, 434, 1, 435, 1, 435, 1, 435, 1, 435, 1, 436, 1, 436, 1, 436, 1, 436, 3, 436, 8099, 8, 436, 1, 436, 1, 436, 1, 437, 1, 437, 5, 437, 8105, 8, 437, 10, 437, 12, 437, 8108, 9, 437, 1, 437, 1, 437, 1, 437, 3, 437, 8113, 8, 437, 1, 437, 1, 437, 1, 438, 1, 438, 3, 438, 8119, 8, 438, 1, 438, 1, 438, 1, 439, 1, 439, 1, 439, 3, 439, 8126, 8, 439, 1, 439, 1, 439, 3, 439, 8130, 8, 439, 1, 439, 1, 439, 3, 439, 8134, 8, 439, 1, 439, 3, 439, 8137, 8, 439, 1, 439, 3, 439, 8140, 8, 439, 1, 439, 1, 439, 1, 440, 1, 440, 3, 440, 8146, 8, 440, 1, 440, 1, 440, 1, 441, 1, 441, 1, 441, 3, 441, 8153, 8, 441, 1, 441, 3, 441, 8156, 8, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 3, 441, 8164, 8, 441, 3, 441, 8166, 8, 441, 1, 441, 1, 441, 1, 441, 1, 441, 1, 441, 5, 441, 8173, 8, 441, 10, 441, 12, 441, 8176, 9, 441, 1, 441, 1, 441, 3, 441, 8180, 8, 441, 3, 441, 8182, 8, 441, 1, 441, 1, 441, 1, 442, 1, 442, 1, 442, 3, 442, 8189, 8, 442, 1, 442, 1, 442, 1, 443, 1, 443, 3, 443, 8195, 8, 443, 1, 443, 3, 443, 8198, 8, 443, 1, 443, 1, 443, 1, 443, 1, 443, 1, 443, 1, 444, 1, 444, 1, 444, 1, 444, 1, 444, 3, 444, 8210, 8, 444, 1, 444, 1, 444, 1, 444, 1, 444, 1, 444, 3, 444, 8217, 8, 444, 3, 444, 8219, 8, 444, 1, 445, 1, 445, 3, 445, 8223, 8, 445, 1, 445, 1, 445, 1, 445, 1, 446, 3, 446, 8229, 8, 446, 1, 446, 1, 446, 1, 446, 3, 446, 8234, 8, 446, 1, 446, 1, 446, 3, 446, 8238, 8, 446, 1, 446, 3, 446, 8241, 8, 446, 1, 446, 3, 446, 8244, 8, 446, 1, 446, 1, 446, 1, 446, 1, 446, 1, 446, 4, 446, 8251, 8, 446, 11, 446, 12, 446, 8252, 1, 447, 3, 447, 8256, 8, 447, 1, 447, 1, 447, 3, 447, 8260, 8, 447, 1, 447, 1, 447, 3, 447, 8264, 8, 447, 3, 447, 8266, 8, 447, 1, 447, 3, 447, 8269, 8, 447, 1, 447, 3, 447, 8272, 8, 447, 1, 448, 1, 448, 1, 448, 1, 448, 3, 448, 8278, 8, 448, 1, 448, 1, 448, 1, 448, 1, 448, 1, 448, 3, 448, 8285, 8, 448, 1, 448, 1, 448, 1, 448, 1, 448, 1, 448, 3, 448, 8292, 8, 448, 1, 448, 1, 448, 1, 448, 1, 448, 3, 448, 8298, 8, 448, 3, 448, 8300, 8, 448, 1, 449, 1, 449, 3, 449, 8304, 8, 449, 1, 449, 1, 449, 1, 449, 3, 449, 8309, 8, 449, 1, 449, 1, 449, 1, 450, 1, 450, 1, 450, 1, 450, 1, 450, 1, 450, 1, 450, 1, 450, 1, 450, 1, 450, 1, 450, 1, 450, 5, 450, 8325, 8, 450, 10, 450, 12, 450, 8328, 9, 450, 1, 450, 1, 450, 4, 450, 8332, 8, 450, 11, 450, 12, 450, 8333, 1, 451, 1, 451, 1, 451, 1, 451, 1, 451, 5, 451, 8341, 8, 451, 10, 451, 12, 451, 8344, 9, 451, 1, 451, 1, 451, 1, 451, 1, 451, 3, 451, 8350, 8, 451, 1, 452, 1, 452, 3, 452, 8354, 8, 452, 1, 453, 1, 453, 1, 453, 1, 453, 1, 454, 1, 454, 1, 454, 1, 455, 1, 455, 1, 455, 3, 455, 8366, 8, 455, 1, 455, 3, 455, 8369, 8, 455, 1, 455, 1, 455, 1, 456, 1, 456, 1, 456, 1, 456, 1, 456, 1, 456, 1, 456, 1, 456, 1, 456, 3, 456, 8382, 8, 456, 1, 456, 3, 456, 8385, 8, 456, 1, 457, 1, 457, 3, 457, 8389, 8, 457, 1, 458, 1, 458, 1, 458, 1, 458, 1, 458, 5, 458, 8396, 8, 458, 10, 458, 12, 458, 8399, 9, 458, 1, 458, 1, 458, 5, 458, 8403, 8, 458, 10, 458, 12, 458, 8406, 9, 458, 4, 458, 8408, 8, 458, 11, 458, 12, 458, 8409, 1, 459, 1, 459, 1, 459, 3, 459, 8415, 8, 459, 1, 460, 1, 460, 3, 460, 8419, 8, 460, 1, 461, 3, 461, 8422, 8, 461, 1, 461, 3, 461, 8425, 8, 461, 1, 461, 3, 461, 8428, 8, 461, 1, 461, 3, 461, 8431, 8, 461, 1, 461, 3, 461, 8434, 8, 461, 1, 461, 1, 461, 3, 461, 8438, 8, 461, 1, 461, 3, 461, 8441, 8, 461, 1, 461, 0, 3, 668, 672, 674, 462, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, 172, 174, 176, 178, 180, 182, 184, 186, 188, 190, 192, 194, 196, 198, 200, 202, 204, 206, 208, 210, 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, 232, 234, 236, 238, 240, 242, 244, 246, 248, 250, 252, 254, 256, 258, 260, 262, 264, 266, 268, 270, 272, 274, 276, 278, 280, 282, 284, 286, 288, 290, 292, 294, 296, 298, 300, 302, 304, 306, 308, 310, 312, 314, 316, 318, 320, 322, 324, 326, 328, 330, 332, 334, 336, 338, 340, 342, 344, 346, 348, 350, 352, 354, 356, 358, 360, 362, 364, 366, 368, 370, 372, 374, 376, 378, 380, 382, 384, 386, 388, 390, 392, 394, 396, 398, 400, 402, 404, 406, 408, 410, 412, 414, 416, 418, 420, 422, 424, 426, 428, 430, 432, 434, 436, 438, 440, 442, 444, 446, 448, 450, 452, 454, 456, 458, 460, 462, 464, 466, 468, 470, 472, 474, 476, 478, 480, 482, 484, 486, 488, 490, 492, 494, 496, 498, 500, 502, 504, 506, 508, 510, 512, 514, 516, 518, 520, 522, 524, 526, 528, 530, 532, 534, 536, 538, 540, 542, 544, 546, 548, 550, 552, 554, 556, 558, 560, 562, 564, 566, 568, 570, 572, 574, 576, 578, 580, 582, 584, 586, 588, 590, 592, 594, 596, 598, 600, 602, 604, 606, 608, 610, 612, 614, 616, 618, 620, 622, 624, 626, 628, 630, 632, 634, 636, 638, 640, 642, 644, 646, 648, 650, 652, 654, 656, 658, 660, 662, 664, 666, 668, 670, 672, 674, 676, 678, 680, 682, 684, 686, 688, 690, 692, 694, 696, 698, 700, 702, 704, 706, 708, 710, 712, 714, 716, 718, 720, 722, 724, 726, 728, 730, 732, 734, 736, 738, 740, 742, 744, 746, 748, 750, 752, 754, 756, 758, 760, 762, 764, 766, 768, 770, 772, 774, 776, 778, 780, 782, 784, 786, 788, 790, 792, 794, 796, 798, 800, 802, 804, 806, 808, 810, 812, 814, 816, 818, 820, 822, 824, 826, 828, 830, 832, 834, 836, 838, 840, 842, 844, 846, 848, 850, 852, 854, 856, 858, 860, 862, 864, 866, 868, 870, 872, 874, 876, 878, 880, 882, 884, 886, 888, 890, 892, 894, 896, 898, 900, 902, 904, 906, 908, 910, 912, 914, 916, 918, 920, 922, 0, 118, 2, 0, 195, 195, 364, 364, 2, 0, 66, 66, 318, 318, 2, 0, 99, 99, 318, 318, 2, 0, 134, 134, 318, 318, 1, 0, 529, 531, 2, 0, 10, 10, 94, 94, 2, 0, 133, 133, 191, 191, 2, 0, 254, 254, 332, 332, 2, 0, 162, 162, 363, 363, 2, 0, 180, 180, 221, 221, 5, 0, 30, 30, 288, 288, 329, 329, 352, 352, 354, 354, 2, 0, 109, 109, 532, 532, 2, 0, 158, 158, 277, 277, 2, 0, 367, 367, 439, 439, 2, 0, 139, 139, 312, 312, 2, 0, 191, 191, 333, 333, 2, 0, 313, 313, 333, 333, 2, 0, 150, 150, 315, 315, 2, 0, 64, 64, 94, 94, 4, 0, 78, 78, 183, 183, 197, 197, 298, 298, 2, 0, 213, 213, 254, 254, 2, 0, 352, 352, 354, 354, 2, 0, 200, 200, 224, 224, 9, 0, 30, 30, 160, 160, 165, 165, 179, 179, 219, 219, 227, 227, 342, 342, 345, 345, 438, 438, 3, 0, 113, 113, 284, 284, 336, 336, 2, 0, 53, 53, 78, 78, 2, 0, 105, 105, 379, 379, 2, 0, 260, 260, 262, 262, 3, 0, 173, 173, 260, 260, 262, 262, 1, 0, 12, 13, 2, 0, 64, 64, 375, 375, 2, 0, 156, 156, 206, 206, 2, 0, 189, 189, 360, 360, 2, 0, 215, 215, 373, 373, 3, 0, 133, 133, 191, 191, 333, 333, 5, 0, 30, 30, 88, 88, 182, 182, 241, 241, 369, 369, 2, 0, 9, 9, 94, 94, 2, 0, 92, 92, 226, 226, 1, 0, 448, 449, 2, 0, 92, 92, 414, 414, 2, 0, 341, 341, 414, 414, 4, 0, 163, 163, 185, 185, 283, 283, 353, 353, 2, 0, 135, 135, 145, 145, 2, 0, 211, 211, 278, 278, 3, 0, 321, 321, 357, 357, 445, 445, 3, 0, 66, 66, 99, 99, 318, 318, 5, 0, 108, 108, 168, 168, 226, 226, 328, 328, 342, 342, 2, 0, 167, 167, 314, 314, 2, 0, 61, 61, 265, 265, 4, 0, 207, 207, 249, 249, 268, 268, 293, 293, 2, 0, 130, 130, 307, 307, 2, 0, 64, 64, 68, 68, 10, 0, 46, 46, 88, 88, 182, 182, 202, 202, 241, 241, 352, 352, 354, 354, 357, 358, 369, 369, 521, 523, 5, 0, 212, 212, 329, 329, 350, 350, 455, 455, 457, 457, 5, 0, 212, 212, 329, 329, 350, 350, 361, 361, 455, 456, 2, 0, 37, 37, 55, 55, 2, 0, 207, 207, 249, 249, 2, 0, 10, 10, 53, 53, 2, 0, 181, 181, 243, 243, 2, 0, 170, 170, 320, 320, 2, 0, 141, 141, 223, 223, 5, 0, 108, 108, 168, 168, 189, 189, 342, 342, 360, 360, 2, 0, 226, 226, 328, 328, 2, 0, 163, 163, 185, 185, 2, 0, 186, 186, 193, 193, 4, 0, 88, 88, 182, 182, 241, 241, 369, 369, 2, 0, 137, 137, 242, 242, 2, 0, 161, 161, 319, 319, 4, 0, 129, 129, 161, 161, 319, 319, 454, 454, 2, 0, 356, 356, 380, 380, 2, 0, 81, 81, 382, 382, 2, 0, 151, 151, 254, 254, 2, 0, 133, 133, 138, 138, 1, 0, 31, 32, 2, 0, 128, 128, 547, 547, 2, 0, 60, 60, 96, 96, 2, 0, 99, 99, 349, 349, 2, 0, 131, 131, 414, 414, 2, 0, 201, 201, 334, 334, 3, 0, 59, 59, 70, 70, 97, 97, 2, 0, 30, 30, 56, 56, 1, 0, 527, 528, 2, 0, 207, 207, 268, 268, 2, 0, 320, 320, 414, 414, 2, 0, 571, 571, 573, 573, 1, 0, 468, 469, 4, 0, 113, 113, 115, 115, 119, 119, 126, 126, 2, 0, 360, 360, 477, 477, 2, 0, 394, 395, 409, 409, 2, 0, 391, 392, 406, 406, 1, 0, 391, 392, 1, 0, 418, 419, 5, 0, 10, 10, 16, 17, 21, 21, 23, 23, 25, 25, 3, 0, 9, 9, 14, 14, 27, 27, 2, 0, 98, 98, 396, 396, 2, 0, 50, 51, 75, 76, 2, 0, 41, 41, 420, 420, 3, 0, 39, 39, 73, 73, 95, 95, 4, 0, 393, 393, 399, 399, 404, 404, 425, 425, 2, 0, 292, 292, 347, 347, 2, 0, 166, 166, 188, 188, 2, 0, 304, 304, 450, 450, 3, 0, 299, 299, 320, 320, 481, 481, 2, 0, 208, 208, 289, 289, 3, 0, 30, 30, 34, 34, 90, 90, 6, 0, 9, 10, 12, 17, 21, 21, 23, 23, 25, 25, 27, 27, 2, 0, 114, 114, 120, 120, 2, 0, 20, 20, 22, 22, 1, 0, 483, 486, 17, 0, 53, 53, 116, 116, 123, 124, 129, 228, 238, 386, 433, 452, 455, 469, 471, 471, 473, 473, 475, 475, 477, 488, 490, 502, 504, 504, 506, 518, 520, 520, 524, 524, 547, 548, 3, 0, 106, 123, 125, 128, 472, 472, 4, 0, 30, 52, 54, 70, 72, 105, 454, 454, 2, 0, 62, 62, 116, 116, 2, 0, 10, 10, 20, 20, 2, 0, 434, 434, 501, 501, 2, 0, 167, 167, 507, 507, 1, 0, 512, 517, 2, 0, 144, 144, 210, 210, 9875, 0, 927, 1, 0, 0, 0, 2, 932, 1, 0, 0, 0, 4, 1056, 1, 0, 0, 0, 6, 1058, 1, 0, 0, 0, 8, 1061, 1, 0, 0, 0, 10, 1111, 1, 0, 0, 0, 12, 1121, 1, 0, 0, 0, 14, 1123, 1, 0, 0, 0, 16, 1135, 1, 0, 0, 0, 18, 1147, 1, 0, 0, 0, 20, 1158, 1, 0, 0, 0, 22, 1192, 1, 0, 0, 0, 24, 1236, 1, 0, 0, 0, 26, 1238, 1, 0, 0, 0, 28, 1250, 1, 0, 0, 0, 30, 1257, 1, 0, 0, 0, 32, 1276, 1, 0, 0, 0, 34, 1284, 1, 0, 0, 0, 36, 1286, 1, 0, 0, 0, 38, 1300, 1, 0, 0, 0, 40, 1304, 1, 0, 0, 0, 42, 1341, 1, 0, 0, 0, 44, 1343, 1, 0, 0, 0, 46, 1351, 1, 0, 0, 0, 48, 1361, 1, 0, 0, 0, 50, 1368, 1, 0, 0, 0, 52, 1376, 1, 0, 0, 0, 54, 1382, 1, 0, 0, 0, 56, 1398, 1, 0, 0, 0, 58, 1402, 1, 0, 0, 0, 60, 1404, 1, 0, 0, 0, 62, 1416, 1, 0, 0, 0, 64, 1421, 1, 0, 0, 0, 66, 1426, 1, 0, 0, 0, 68, 1428, 1, 0, 0, 0, 70, 1440, 1, 0, 0, 0, 72, 1448, 1, 0, 0, 0, 74, 1450, 1, 0, 0, 0, 76, 1570, 1, 0, 0, 0, 78, 1572, 1, 0, 0, 0, 80, 1586, 1, 0, 0, 0, 82, 1588, 1, 0, 0, 0, 84, 1825, 1, 0, 0, 0, 86, 1832, 1, 0, 0, 0, 88, 1834, 1, 0, 0, 0, 90, 1836, 1, 0, 0, 0, 92, 1839, 1, 0, 0, 0, 94, 1850, 1, 0, 0, 0, 96, 1853, 1, 0, 0, 0, 98, 1883, 1, 0, 0, 0, 100, 1885, 1, 0, 0, 0, 102, 1926, 1, 0, 0, 0, 104, 1928, 1, 0, 0, 0, 106, 1982, 1, 0, 0, 0, 108, 2023, 1, 0, 0, 0, 110, 2025, 1, 0, 0, 0, 112, 2042, 1, 0, 0, 0, 114, 2123, 1, 0, 0, 0, 116, 2125, 1, 0, 0, 0, 118, 2136, 1, 0, 0, 0, 120, 2159, 1, 0, 0, 0, 122, 2177, 1, 0, 0, 0, 124, 2179, 1, 0, 0, 0, 126, 2214, 1, 0, 0, 0, 128, 2307, 1, 0, 0, 0, 130, 2312, 1, 0, 0, 0, 132, 2314, 1, 0, 0, 0, 134, 2412, 1, 0, 0, 0, 136, 2414, 1, 0, 0, 0, 138, 2418, 1, 0, 0, 0, 140, 2429, 1, 0, 0, 0, 142, 2437, 1, 0, 0, 0, 144, 2440, 1, 0, 0, 0, 146, 2443, 1, 0, 0, 0, 148, 2461, 1, 0, 0, 0, 150, 2463, 1, 0, 0, 0, 152, 2467, 1, 0, 0, 0, 154, 2480, 1, 0, 0, 0, 156, 2482, 1, 0, 0, 0, 158, 2487, 1, 0, 0, 0, 160, 2507, 1, 0, 0, 0, 162, 2515, 1, 0, 0, 0, 164, 2522, 1, 0, 0, 0, 166, 2524, 1, 0, 0, 0, 168, 2533, 1, 0, 0, 0, 170, 2536, 1, 0, 0, 0, 172, 2540, 1, 0, 0, 0, 174, 2544, 1, 0, 0, 0, 176, 2569, 1, 0, 0, 0, 178, 2579, 1, 0, 0, 0, 180, 2593, 1, 0, 0, 0, 182, 2609, 1, 0, 0, 0, 184, 2615, 1, 0, 0, 0, 186, 2642, 1, 0, 0, 0, 188, 2652, 1, 0, 0, 0, 190, 2668, 1, 0, 0, 0, 192, 2712, 1, 0, 0, 0, 194, 2719, 1, 0, 0, 0, 196, 2721, 1, 0, 0, 0, 198, 2747, 1, 0, 0, 0, 200, 2758, 1, 0, 0, 0, 202, 2777, 1, 0, 0, 0, 204, 2788, 1, 0, 0, 0, 206, 2826, 1, 0, 0, 0, 208, 2847, 1, 0, 0, 0, 210, 2849, 1, 0, 0, 0, 212, 2869, 1, 0, 0, 0, 214, 2881, 1, 0, 0, 0, 216, 2893, 1, 0, 0, 0, 218, 2896, 1, 0, 0, 0, 220, 2899, 1, 0, 0, 0, 222, 2919, 1, 0, 0, 0, 224, 2924, 1, 0, 0, 0, 226, 2973, 1, 0, 0, 0, 228, 2975, 1, 0, 0, 0, 230, 2998, 1, 0, 0, 0, 232, 3014, 1, 0, 0, 0, 234, 3026, 1, 0, 0, 0, 236, 3053, 1, 0, 0, 0, 238, 3068, 1, 0, 0, 0, 240, 3131, 1, 0, 0, 0, 242, 3133, 1, 0, 0, 0, 244, 3138, 1, 0, 0, 0, 246, 3144, 1, 0, 0, 0, 248, 3231, 1, 0, 0, 0, 250, 3237, 1, 0, 0, 0, 252, 3239, 1, 0, 0, 0, 254, 3255, 1, 0, 0, 0, 256, 3257, 1, 0, 0, 0, 258, 3266, 1, 0, 0, 0, 260, 3270, 1, 0, 0, 0, 262, 3283, 1, 0, 0, 0, 264, 3295, 1, 0, 0, 0, 266, 3297, 1, 0, 0, 0, 268, 3319, 1, 0, 0, 0, 270, 3331, 1, 0, 0, 0, 272, 3342, 1, 0, 0, 0, 274, 3433, 1, 0, 0, 0, 276, 3435, 1, 0, 0, 0, 278, 3446, 1, 0, 0, 0, 280, 3457, 1, 0, 0, 0, 282, 3459, 1, 0, 0, 0, 284, 3485, 1, 0, 0, 0, 286, 3487, 1, 0, 0, 0, 288, 3491, 1, 0, 0, 0, 290, 3541, 1, 0, 0, 0, 292, 3543, 1, 0, 0, 0, 294, 3549, 1, 0, 0, 0, 296, 3574, 1, 0, 0, 0, 298, 3578, 1, 0, 0, 0, 300, 3792, 1, 0, 0, 0, 302, 3810, 1, 0, 0, 0, 304, 3836, 1, 0, 0, 0, 306, 3838, 1, 0, 0, 0, 308, 3846, 1, 0, 0, 0, 310, 3852, 1, 0, 0, 0, 312, 3856, 1, 0, 0, 0, 314, 3876, 1, 0, 0, 0, 316, 3882, 1, 0, 0, 0, 318, 3949, 1, 0, 0, 0, 320, 3980, 1, 0, 0, 0, 322, 4026, 1, 0, 0, 0, 324, 4028, 1, 0, 0, 0, 326, 4030, 1, 0, 0, 0, 328, 4041, 1, 0, 0, 0, 330, 4078, 1, 0, 0, 0, 332, 4080, 1, 0, 0, 0, 334, 4086, 1, 0, 0, 0, 336, 4136, 1, 0, 0, 0, 338, 4139, 1, 0, 0, 0, 340, 4153, 1, 0, 0, 0, 342, 4174, 1, 0, 0, 0, 344, 4198, 1, 0, 0, 0, 346, 4239, 1, 0, 0, 0, 348, 4241, 1, 0, 0, 0, 350, 4243, 1, 0, 0, 0, 352, 4283, 1, 0, 0, 0, 354, 4300, 1, 0, 0, 0, 356, 4320, 1, 0, 0, 0, 358, 4373, 1, 0, 0, 0, 360, 4376, 1, 0, 0, 0, 362, 4382, 1, 0, 0, 0, 364, 4390, 1, 0, 0, 0, 366, 4403, 1, 0, 0, 0, 368, 4405, 1, 0, 0, 0, 370, 4418, 1, 0, 0, 0, 372, 4420, 1, 0, 0, 0, 374, 4433, 1, 0, 0, 0, 376, 4443, 1, 0, 0, 0, 378, 4454, 1, 0, 0, 0, 380, 4465, 1, 0, 0, 0, 382, 4467, 1, 0, 0, 0, 384, 4472, 1, 0, 0, 0, 386, 4486, 1, 0, 0, 0, 388, 4518, 1, 0, 0, 0, 390, 4555, 1, 0, 0, 0, 392, 4557, 1, 0, 0, 0, 394, 4560, 1, 0, 0, 0, 396, 4563, 1, 0, 0, 0, 398, 4580, 1, 0, 0, 0, 400, 4601, 1, 0, 0, 0, 402, 4617, 1, 0, 0, 0, 404, 4633, 1, 0, 0, 0, 406, 4655, 1, 0, 0, 0, 408, 4660, 1, 0, 0, 0, 410, 4663, 1, 0, 0, 0, 412, 4671, 1, 0, 0, 0, 414, 4696, 1, 0, 0, 0, 416, 4699, 1, 0, 0, 0, 418, 4727, 1, 0, 0, 0, 420, 4732, 1, 0, 0, 0, 422, 4772, 1, 0, 0, 0, 424, 4984, 1, 0, 0, 0, 426, 4986, 1, 0, 0, 0, 428, 5074, 1, 0, 0, 0, 430, 5076, 1, 0, 0, 0, 432, 5082, 1, 0, 0, 0, 434, 5093, 1, 0, 0, 0, 436, 5103, 1, 0, 0, 0, 438, 5183, 1, 0, 0, 0, 440, 5185, 1, 0, 0, 0, 442, 5199, 1, 0, 0, 0, 444, 5221, 1, 0, 0, 0, 446, 5294, 1, 0, 0, 0, 448, 5296, 1, 0, 0, 0, 450, 5337, 1, 0, 0, 0, 452, 5339, 1, 0, 0, 0, 454, 5344, 1, 0, 0, 0, 456, 5347, 1, 0, 0, 0, 458, 5350, 1, 0, 0, 0, 460, 5400, 1, 0, 0, 0, 462, 5402, 1, 0, 0, 0, 464, 5413, 1, 0, 0, 0, 466, 5415, 1, 0, 0, 0, 468, 5425, 1, 0, 0, 0, 470, 5460, 1, 0, 0, 0, 472, 5463, 1, 0, 0, 0, 474, 5484, 1, 0, 0, 0, 476, 5494, 1, 0, 0, 0, 478, 5514, 1, 0, 0, 0, 480, 5520, 1, 0, 0, 0, 482, 5526, 1, 0, 0, 0, 484, 5531, 1, 0, 0, 0, 486, 5544, 1, 0, 0, 0, 488, 5571, 1, 0, 0, 0, 490, 5619, 1, 0, 0, 0, 492, 5621, 1, 0, 0, 0, 494, 5659, 1, 0, 0, 0, 496, 5661, 1, 0, 0, 0, 498, 5682, 1, 0, 0, 0, 500, 5702, 1, 0, 0, 0, 502, 5706, 1, 0, 0, 0, 504, 5721, 1, 0, 0, 0, 506, 5723, 1, 0, 0, 0, 508, 5727, 1, 0, 0, 0, 510, 5731, 1, 0, 0, 0, 512, 5739, 1, 0, 0, 0, 514, 5763, 1, 0, 0, 0, 516, 5765, 1, 0, 0, 0, 518, 5776, 1, 0, 0, 0, 520, 5784, 1, 0, 0, 0, 522, 5799, 1, 0, 0, 0, 524, 5824, 1, 0, 0, 0, 526, 5826, 1, 0, 0, 0, 528, 5830, 1, 0, 0, 0, 530, 5839, 1, 0, 0, 0, 532, 5879, 1, 0, 0, 0, 534, 5890, 1, 0, 0, 0, 536, 5898, 1, 0, 0, 0, 538, 5901, 1, 0, 0, 0, 540, 5905, 1, 0, 0, 0, 542, 5920, 1, 0, 0, 0, 544, 5945, 1, 0, 0, 0, 546, 5960, 1, 0, 0, 0, 548, 5986, 1, 0, 0, 0, 550, 5988, 1, 0, 0, 0, 552, 6011, 1, 0, 0, 0, 554, 6013, 1, 0, 0, 0, 556, 6021, 1, 0, 0, 0, 558, 6039, 1, 0, 0, 0, 560, 6063, 1, 0, 0, 0, 562, 6075, 1, 0, 0, 0, 564, 6079, 1, 0, 0, 0, 566, 6091, 1, 0, 0, 0, 568, 6111, 1, 0, 0, 0, 570, 6119, 1, 0, 0, 0, 572, 6133, 1, 0, 0, 0, 574, 6156, 1, 0, 0, 0, 576, 6158, 1, 0, 0, 0, 578, 6163, 1, 0, 0, 0, 580, 6173, 1, 0, 0, 0, 582, 6194, 1, 0, 0, 0, 584, 6196, 1, 0, 0, 0, 586, 6205, 1, 0, 0, 0, 588, 6216, 1, 0, 0, 0, 590, 6226, 1, 0, 0, 0, 592, 6228, 1, 0, 0, 0, 594, 6235, 1, 0, 0, 0, 596, 6266, 1, 0, 0, 0, 598, 6296, 1, 0, 0, 0, 600, 6298, 1, 0, 0, 0, 602, 6307, 1, 0, 0, 0, 604, 6310, 1, 0, 0, 0, 606, 6381, 1, 0, 0, 0, 608, 6405, 1, 0, 0, 0, 610, 6426, 1, 0, 0, 0, 612, 6428, 1, 0, 0, 0, 614, 6436, 1, 0, 0, 0, 616, 6453, 1, 0, 0, 0, 618, 6479, 1, 0, 0, 0, 620, 6481, 1, 0, 0, 0, 622, 6489, 1, 0, 0, 0, 624, 6496, 1, 0, 0, 0, 626, 6520, 1, 0, 0, 0, 628, 6526, 1, 0, 0, 0, 630, 6534, 1, 0, 0, 0, 632, 6537, 1, 0, 0, 0, 634, 6544, 1, 0, 0, 0, 636, 6552, 1, 0, 0, 0, 638, 6557, 1, 0, 0, 0, 640, 6587, 1, 0, 0, 0, 642, 6614, 1, 0, 0, 0, 644, 6642, 1, 0, 0, 0, 646, 6659, 1, 0, 0, 0, 648, 6665, 1, 0, 0, 0, 650, 6683, 1, 0, 0, 0, 652, 6685, 1, 0, 0, 0, 654, 6689, 1, 0, 0, 0, 656, 6706, 1, 0, 0, 0, 658, 6711, 1, 0, 0, 0, 660, 6749, 1, 0, 0, 0, 662, 6751, 1, 0, 0, 0, 664, 6755, 1, 0, 0, 0, 666, 6757, 1, 0, 0, 0, 668, 6766, 1, 0, 0, 0, 670, 6850, 1, 0, 0, 0, 672, 6856, 1, 0, 0, 0, 674, 6965, 1, 0, 0, 0, 676, 6997, 1, 0, 0, 0, 678, 7048, 1, 0, 0, 0, 680, 7052, 1, 0, 0, 0, 682, 7228, 1, 0, 0, 0, 684, 7230, 1, 0, 0, 0, 686, 7238, 1, 0, 0, 0, 688, 7243, 1, 0, 0, 0, 690, 7245, 1, 0, 0, 0, 692, 7253, 1, 0, 0, 0, 694, 7256, 1, 0, 0, 0, 696, 7265, 1, 0, 0, 0, 698, 7269, 1, 0, 0, 0, 700, 7274, 1, 0, 0, 0, 702, 7291, 1, 0, 0, 0, 704, 7318, 1, 0, 0, 0, 706, 7327, 1, 0, 0, 0, 708, 7329, 1, 0, 0, 0, 710, 7336, 1, 0, 0, 0, 712, 7340, 1, 0, 0, 0, 714, 7342, 1, 0, 0, 0, 716, 7350, 1, 0, 0, 0, 718, 7358, 1, 0, 0, 0, 720, 7365, 1, 0, 0, 0, 722, 7367, 1, 0, 0, 0, 724, 7380, 1, 0, 0, 0, 726, 7384, 1, 0, 0, 0, 728, 7386, 1, 0, 0, 0, 730, 7401, 1, 0, 0, 0, 732, 7403, 1, 0, 0, 0, 734, 7425, 1, 0, 0, 0, 736, 7427, 1, 0, 0, 0, 738, 7450, 1, 0, 0, 0, 740, 7452, 1, 0, 0, 0, 742, 7474, 1, 0, 0, 0, 744, 7477, 1, 0, 0, 0, 746, 7484, 1, 0, 0, 0, 748, 7487, 1, 0, 0, 0, 750, 7503, 1, 0, 0, 0, 752, 7505, 1, 0, 0, 0, 754, 7513, 1, 0, 0, 0, 756, 7521, 1, 0, 0, 0, 758, 7529, 1, 0, 0, 0, 760, 7537, 1, 0, 0, 0, 762, 7539, 1, 0, 0, 0, 764, 7541, 1, 0, 0, 0, 766, 7543, 1, 0, 0, 0, 768, 7545, 1, 0, 0, 0, 770, 7547, 1, 0, 0, 0, 772, 7549, 1, 0, 0, 0, 774, 7553, 1, 0, 0, 0, 776, 7561, 1, 0, 0, 0, 778, 7569, 1, 0, 0, 0, 780, 7571, 1, 0, 0, 0, 782, 7573, 1, 0, 0, 0, 784, 7575, 1, 0, 0, 0, 786, 7577, 1, 0, 0, 0, 788, 7583, 1, 0, 0, 0, 790, 7589, 1, 0, 0, 0, 792, 7595, 1, 0, 0, 0, 794, 7597, 1, 0, 0, 0, 796, 7603, 1, 0, 0, 0, 798, 7609, 1, 0, 0, 0, 800, 7611, 1, 0, 0, 0, 802, 7627, 1, 0, 0, 0, 804, 7630, 1, 0, 0, 0, 806, 7639, 1, 0, 0, 0, 808, 7641, 1, 0, 0, 0, 810, 7651, 1, 0, 0, 0, 812, 7655, 1, 0, 0, 0, 814, 7660, 1, 0, 0, 0, 816, 7666, 1, 0, 0, 0, 818, 7679, 1, 0, 0, 0, 820, 7681, 1, 0, 0, 0, 822, 7734, 1, 0, 0, 0, 824, 7736, 1, 0, 0, 0, 826, 7738, 1, 0, 0, 0, 828, 7741, 1, 0, 0, 0, 830, 7769, 1, 0, 0, 0, 832, 7773, 1, 0, 0, 0, 834, 7824, 1, 0, 0, 0, 836, 7827, 1, 0, 0, 0, 838, 7853, 1, 0, 0, 0, 840, 7855, 1, 0, 0, 0, 842, 7878, 1, 0, 0, 0, 844, 7880, 1, 0, 0, 0, 846, 7885, 1, 0, 0, 0, 848, 7900, 1, 0, 0, 0, 850, 7906, 1, 0, 0, 0, 852, 7917, 1, 0, 0, 0, 854, 7947, 1, 0, 0, 0, 856, 7954, 1, 0, 0, 0, 858, 7979, 1, 0, 0, 0, 860, 7989, 1, 0, 0, 0, 862, 8016, 1, 0, 0, 0, 864, 8029, 1, 0, 0, 0, 866, 8039, 1, 0, 0, 0, 868, 8058, 1, 0, 0, 0, 870, 8090, 1, 0, 0, 0, 872, 8094, 1, 0, 0, 0, 874, 8102, 1, 0, 0, 0, 876, 8116, 1, 0, 0, 0, 878, 8122, 1, 0, 0, 0, 880, 8143, 1, 0, 0, 0, 882, 8149, 1, 0, 0, 0, 884, 8188, 1, 0, 0, 0, 886, 8192, 1, 0, 0, 0, 888, 8218, 1, 0, 0, 0, 890, 8220, 1, 0, 0, 0, 892, 8228, 1, 0, 0, 0, 894, 8265, 1, 0, 0, 0, 896, 8299, 1, 0, 0, 0, 898, 8301, 1, 0, 0, 0, 900, 8312, 1, 0, 0, 0, 902, 8349, 1, 0, 0, 0, 904, 8353, 1, 0, 0, 0, 906, 8355, 1, 0, 0, 0, 908, 8359, 1, 0, 0, 0, 910, 8362, 1, 0, 0, 0, 912, 8384, 1, 0, 0, 0, 914, 8388, 1, 0, 0, 0, 916, 8390, 1, 0, 0, 0, 918, 8414, 1, 0, 0, 0, 920, 8418, 1, 0, 0, 0, 922, 8421, 1, 0, 0, 0, 924, 926, 3, 2, 1, 0, 925, 924, 1, 0, 0, 0, 926, 929, 1, 0, 0, 0, 927, 925, 1, 0, 0, 0, 927, 928, 1, 0, 0, 0, 928, 930, 1, 0, 0, 0, 929, 927, 1, 0, 0, 0, 930, 931, 5, 0, 0, 1, 931, 1, 1, 0, 0, 0, 932, 934, 3, 4, 2, 0, 933, 935, 5, 7, 0, 0, 934, 933, 1, 0, 0, 0, 934, 935, 1, 0, 0, 0, 935, 3, 1, 0, 0, 0, 936, 1057, 3, 270, 135, 0, 937, 1057, 3, 480, 240, 0, 938, 1057, 3, 476, 238, 0, 939, 1057, 3, 478, 239, 0, 940, 1057, 3, 344, 172, 0, 941, 1057, 3, 486, 243, 0, 942, 1057, 3, 284, 142, 0, 943, 1057, 3, 202, 101, 0, 944, 1057, 3, 204, 102, 0, 945, 1057, 3, 210, 105, 0, 946, 1057, 3, 224, 112, 0, 947, 1057, 3, 396, 198, 0, 948, 1057, 3, 28, 14, 0, 949, 1057, 3, 426, 213, 0, 950, 1057, 3, 428, 214, 0, 951, 1057, 3, 438, 219, 0, 952, 1057, 3, 430, 215, 0, 953, 1057, 3, 436, 218, 0, 954, 1057, 3, 236, 118, 0, 955, 1057, 3, 238, 119, 0, 956, 1057, 3, 190, 95, 0, 957, 1057, 3, 482, 241, 0, 958, 1057, 3, 76, 38, 0, 959, 1057, 3, 422, 211, 0, 960, 1057, 3, 100, 50, 0, 961, 1057, 3, 442, 221, 0, 962, 1057, 3, 18, 9, 0, 963, 1057, 3, 20, 10, 0, 964, 1057, 3, 16, 8, 0, 965, 1057, 3, 446, 223, 0, 966, 1057, 3, 176, 88, 0, 967, 1057, 3, 490, 245, 0, 968, 1057, 3, 488, 244, 0, 969, 1057, 3, 232, 116, 0, 970, 1057, 3, 498, 249, 0, 971, 1057, 3, 6, 3, 0, 972, 1057, 3, 72, 36, 0, 973, 1057, 3, 104, 52, 0, 974, 1057, 3, 494, 247, 0, 975, 1057, 3, 316, 158, 0, 976, 1057, 3, 70, 35, 0, 977, 1057, 3, 106, 53, 0, 978, 1057, 3, 246, 123, 0, 979, 1057, 3, 178, 89, 0, 980, 1057, 3, 272, 136, 0, 981, 1057, 3, 412, 206, 0, 982, 1057, 3, 492, 246, 0, 983, 1057, 3, 484, 242, 0, 984, 1057, 3, 200, 100, 0, 985, 1057, 3, 206, 103, 0, 986, 1057, 3, 220, 110, 0, 987, 1057, 3, 226, 113, 0, 988, 1057, 3, 356, 178, 0, 989, 1057, 3, 26, 13, 0, 990, 1057, 3, 184, 92, 0, 991, 1057, 3, 288, 144, 0, 992, 1057, 3, 292, 146, 0, 993, 1057, 3, 440, 220, 0, 994, 1057, 3, 294, 147, 0, 995, 1057, 3, 234, 117, 0, 996, 1057, 3, 196, 98, 0, 997, 1057, 3, 30, 15, 0, 998, 1057, 3, 188, 94, 0, 999, 1057, 3, 112, 56, 0, 1000, 1057, 3, 444, 222, 0, 1001, 1057, 3, 174, 87, 0, 1002, 1057, 3, 198, 99, 0, 1003, 1057, 3, 416, 208, 0, 1004, 1057, 3, 248, 124, 0, 1005, 1057, 3, 266, 133, 0, 1006, 1057, 3, 8, 4, 0, 1007, 1057, 3, 14, 7, 0, 1008, 1057, 3, 230, 115, 0, 1009, 1057, 3, 472, 236, 0, 1010, 1057, 3, 528, 264, 0, 1011, 1057, 3, 550, 275, 0, 1012, 1057, 3, 274, 137, 0, 1013, 1057, 3, 540, 270, 0, 1014, 1057, 3, 74, 37, 0, 1015, 1057, 3, 410, 205, 0, 1016, 1057, 3, 300, 150, 0, 1017, 1057, 3, 524, 262, 0, 1018, 1057, 3, 512, 256, 0, 1019, 1057, 3, 320, 160, 0, 1020, 1057, 3, 326, 163, 0, 1021, 1057, 3, 340, 170, 0, 1022, 1057, 3, 892, 446, 0, 1023, 1057, 3, 228, 114, 0, 1024, 1057, 3, 350, 175, 0, 1025, 1057, 3, 530, 265, 0, 1026, 1057, 3, 456, 228, 0, 1027, 1057, 3, 186, 93, 0, 1028, 1057, 3, 470, 235, 0, 1029, 1057, 3, 542, 271, 0, 1030, 1057, 3, 452, 226, 0, 1031, 1057, 3, 518, 259, 0, 1032, 1057, 3, 298, 149, 0, 1033, 1057, 3, 420, 210, 0, 1034, 1057, 3, 400, 200, 0, 1035, 1057, 3, 398, 199, 0, 1036, 1057, 3, 402, 201, 0, 1037, 1057, 3, 424, 212, 0, 1038, 1057, 3, 328, 164, 0, 1039, 1057, 3, 342, 171, 0, 1040, 1057, 3, 448, 224, 0, 1041, 1057, 3, 318, 159, 0, 1042, 1057, 3, 552, 276, 0, 1043, 1057, 3, 460, 230, 0, 1044, 1057, 3, 312, 156, 0, 1045, 1057, 3, 458, 229, 0, 1046, 1057, 3, 544, 272, 0, 1047, 1057, 3, 496, 248, 0, 1048, 1057, 3, 60, 30, 0, 1049, 1057, 3, 36, 18, 0, 1050, 1057, 3, 68, 34, 0, 1051, 1057, 3, 468, 234, 0, 1052, 1054, 5, 581, 0, 0, 1053, 1055, 5, 582, 0, 0, 1054, 1053, 1, 0, 0, 0, 1054, 1055, 1, 0, 0, 0, 1055, 1057, 1, 0, 0, 0, 1056, 936, 1, 0, 0, 0, 1056, 937, 1, 0, 0, 0, 1056, 938, 1, 0, 0, 0, 1056, 939, 1, 0, 0, 0, 1056, 940, 1, 0, 0, 0, 1056, 941, 1, 0, 0, 0, 1056, 942, 1, 0, 0, 0, 1056, 943, 1, 0, 0, 0, 1056, 944, 1, 0, 0, 0, 1056, 945, 1, 0, 0, 0, 1056, 946, 1, 0, 0, 0, 1056, 947, 1, 0, 0, 0, 1056, 948, 1, 0, 0, 0, 1056, 949, 1, 0, 0, 0, 1056, 950, 1, 0, 0, 0, 1056, 951, 1, 0, 0, 0, 1056, 952, 1, 0, 0, 0, 1056, 953, 1, 0, 0, 0, 1056, 954, 1, 0, 0, 0, 1056, 955, 1, 0, 0, 0, 1056, 956, 1, 0, 0, 0, 1056, 957, 1, 0, 0, 0, 1056, 958, 1, 0, 0, 0, 1056, 959, 1, 0, 0, 0, 1056, 960, 1, 0, 0, 0, 1056, 961, 1, 0, 0, 0, 1056, 962, 1, 0, 0, 0, 1056, 963, 1, 0, 0, 0, 1056, 964, 1, 0, 0, 0, 1056, 965, 1, 0, 0, 0, 1056, 966, 1, 0, 0, 0, 1056, 967, 1, 0, 0, 0, 1056, 968, 1, 0, 0, 0, 1056, 969, 1, 0, 0, 0, 1056, 970, 1, 0, 0, 0, 1056, 971, 1, 0, 0, 0, 1056, 972, 1, 0, 0, 0, 1056, 973, 1, 0, 0, 0, 1056, 974, 1, 0, 0, 0, 1056, 975, 1, 0, 0, 0, 1056, 976, 1, 0, 0, 0, 1056, 977, 1, 0, 0, 0, 1056, 978, 1, 0, 0, 0, 1056, 979, 1, 0, 0, 0, 1056, 980, 1, 0, 0, 0, 1056, 981, 1, 0, 0, 0, 1056, 982, 1, 0, 0, 0, 1056, 983, 1, 0, 0, 0, 1056, 984, 1, 0, 0, 0, 1056, 985, 1, 0, 0, 0, 1056, 986, 1, 0, 0, 0, 1056, 987, 1, 0, 0, 0, 1056, 988, 1, 0, 0, 0, 1056, 989, 1, 0, 0, 0, 1056, 990, 1, 0, 0, 0, 1056, 991, 1, 0, 0, 0, 1056, 992, 1, 0, 0, 0, 1056, 993, 1, 0, 0, 0, 1056, 994, 1, 0, 0, 0, 1056, 995, 1, 0, 0, 0, 1056, 996, 1, 0, 0, 0, 1056, 997, 1, 0, 0, 0, 1056, 998, 1, 0, 0, 0, 1056, 999, 1, 0, 0, 0, 1056, 1000, 1, 0, 0, 0, 1056, 1001, 1, 0, 0, 0, 1056, 1002, 1, 0, 0, 0, 1056, 1003, 1, 0, 0, 0, 1056, 1004, 1, 0, 0, 0, 1056, 1005, 1, 0, 0, 0, 1056, 1006, 1, 0, 0, 0, 1056, 1007, 1, 0, 0, 0, 1056, 1008, 1, 0, 0, 0, 1056, 1009, 1, 0, 0, 0, 1056, 1010, 1, 0, 0, 0, 1056, 1011, 1, 0, 0, 0, 1056, 1012, 1, 0, 0, 0, 1056, 1013, 1, 0, 0, 0, 1056, 1014, 1, 0, 0, 0, 1056, 1015, 1, 0, 0, 0, 1056, 1016, 1, 0, 0, 0, 1056, 1017, 1, 0, 0, 0, 1056, 1018, 1, 0, 0, 0, 1056, 1019, 1, 0, 0, 0, 1056, 1020, 1, 0, 0, 0, 1056, 1021, 1, 0, 0, 0, 1056, 1022, 1, 0, 0, 0, 1056, 1023, 1, 0, 0, 0, 1056, 1024, 1, 0, 0, 0, 1056, 1025, 1, 0, 0, 0, 1056, 1026, 1, 0, 0, 0, 1056, 1027, 1, 0, 0, 0, 1056, 1028, 1, 0, 0, 0, 1056, 1029, 1, 0, 0, 0, 1056, 1030, 1, 0, 0, 0, 1056, 1031, 1, 0, 0, 0, 1056, 1032, 1, 0, 0, 0, 1056, 1033, 1, 0, 0, 0, 1056, 1034, 1, 0, 0, 0, 1056, 1035, 1, 0, 0, 0, 1056, 1036, 1, 0, 0, 0, 1056, 1037, 1, 0, 0, 0, 1056, 1038, 1, 0, 0, 0, 1056, 1039, 1, 0, 0, 0, 1056, 1040, 1, 0, 0, 0, 1056, 1041, 1, 0, 0, 0, 1056, 1042, 1, 0, 0, 0, 1056, 1043, 1, 0, 0, 0, 1056, 1044, 1, 0, 0, 0, 1056, 1045, 1, 0, 0, 0, 1056, 1046, 1, 0, 0, 0, 1056, 1047, 1, 0, 0, 0, 1056, 1048, 1, 0, 0, 0, 1056, 1049, 1, 0, 0, 0, 1056, 1050, 1, 0, 0, 0, 1056, 1051, 1, 0, 0, 0, 1056, 1052, 1, 0, 0, 0, 1057, 5, 1, 0, 0, 0, 1058, 1059, 5, 433, 0, 0, 1059, 1060, 3, 676, 338, 0, 1060, 7, 1, 0, 0, 0, 1061, 1062, 5, 46, 0, 0, 1062, 1063, 5, 318, 0, 0, 1063, 1065, 3, 806, 403, 0, 1064, 1066, 5, 105, 0, 0, 1065, 1064, 1, 0, 0, 0, 1065, 1066, 1, 0, 0, 0, 1066, 1070, 1, 0, 0, 0, 1067, 1069, 3, 12, 6, 0, 1068, 1067, 1, 0, 0, 0, 1069, 1072, 1, 0, 0, 0, 1070, 1068, 1, 0, 0, 0, 1070, 1071, 1, 0, 0, 0, 1071, 9, 1, 0, 0, 0, 1072, 1070, 1, 0, 0, 0, 1073, 1076, 5, 287, 0, 0, 1074, 1077, 3, 800, 400, 0, 1075, 1077, 5, 78, 0, 0, 1076, 1074, 1, 0, 0, 0, 1076, 1075, 1, 0, 0, 0, 1077, 1112, 1, 0, 0, 0, 1078, 1079, 7, 0, 0, 0, 1079, 1080, 5, 287, 0, 0, 1080, 1112, 3, 800, 400, 0, 1081, 1112, 5, 228, 0, 0, 1082, 1112, 5, 229, 0, 0, 1083, 1112, 5, 236, 0, 0, 1084, 1112, 5, 237, 0, 0, 1085, 1112, 5, 234, 0, 0, 1086, 1112, 5, 235, 0, 0, 1087, 1112, 5, 232, 0, 0, 1088, 1112, 5, 233, 0, 0, 1089, 1112, 5, 230, 0, 0, 1090, 1112, 5, 231, 0, 0, 1091, 1112, 5, 535, 0, 0, 1092, 1112, 5, 536, 0, 0, 1093, 1112, 5, 537, 0, 0, 1094, 1112, 5, 538, 0, 0, 1095, 1112, 5, 539, 0, 0, 1096, 1112, 5, 540, 0, 0, 1097, 1098, 5, 164, 0, 0, 1098, 1099, 5, 74, 0, 0, 1099, 1112, 3, 804, 402, 0, 1100, 1101, 5, 371, 0, 0, 1101, 1102, 5, 368, 0, 0, 1102, 1112, 3, 800, 400, 0, 1103, 1104, 5, 68, 0, 0, 1104, 1105, 7, 1, 0, 0, 1105, 1112, 3, 776, 388, 0, 1106, 1107, 7, 2, 0, 0, 1107, 1112, 3, 808, 404, 0, 1108, 1109, 5, 134, 0, 0, 1109, 1112, 3, 776, 388, 0, 1110, 1112, 3, 818, 409, 0, 1111, 1073, 1, 0, 0, 0, 1111, 1078, 1, 0, 0, 0, 1111, 1081, 1, 0, 0, 0, 1111, 1082, 1, 0, 0, 0, 1111, 1083, 1, 0, 0, 0, 1111, 1084, 1, 0, 0, 0, 1111, 1085, 1, 0, 0, 0, 1111, 1086, 1, 0, 0, 0, 1111, 1087, 1, 0, 0, 0, 1111, 1088, 1, 0, 0, 0, 1111, 1089, 1, 0, 0, 0, 1111, 1090, 1, 0, 0, 0, 1111, 1091, 1, 0, 0, 0, 1111, 1092, 1, 0, 0, 0, 1111, 1093, 1, 0, 0, 0, 1111, 1094, 1, 0, 0, 0, 1111, 1095, 1, 0, 0, 0, 1111, 1096, 1, 0, 0, 0, 1111, 1097, 1, 0, 0, 0, 1111, 1100, 1, 0, 0, 0, 1111, 1103, 1, 0, 0, 0, 1111, 1106, 1, 0, 0, 0, 1111, 1108, 1, 0, 0, 0, 1111, 1110, 1, 0, 0, 0, 1112, 11, 1, 0, 0, 0, 1113, 1122, 3, 10, 5, 0, 1114, 1115, 5, 348, 0, 0, 1115, 1122, 5, 571, 0, 0, 1116, 1117, 7, 3, 0, 0, 1117, 1122, 3, 808, 404, 0, 1118, 1119, 5, 68, 0, 0, 1119, 1120, 7, 1, 0, 0, 1120, 1122, 3, 808, 404, 0, 1121, 1113, 1, 0, 0, 0, 1121, 1114, 1, 0, 0, 0, 1121, 1116, 1, 0, 0, 0, 1121, 1118, 1, 0, 0, 0, 1122, 13, 1, 0, 0, 0, 1123, 1124, 5, 46, 0, 0, 1124, 1125, 5, 99, 0, 0, 1125, 1127, 3, 806, 403, 0, 1126, 1128, 5, 105, 0, 0, 1127, 1126, 1, 0, 0, 0, 1127, 1128, 1, 0, 0, 0, 1128, 1132, 1, 0, 0, 0, 1129, 1131, 3, 12, 6, 0, 1130, 1129, 1, 0, 0, 0, 1131, 1134, 1, 0, 0, 0, 1132, 1130, 1, 0, 0, 0, 1132, 1133, 1, 0, 0, 0, 1133, 15, 1, 0, 0, 0, 1134, 1132, 1, 0, 0, 0, 1135, 1136, 5, 138, 0, 0, 1136, 1137, 7, 2, 0, 0, 1137, 1139, 3, 806, 403, 0, 1138, 1140, 5, 105, 0, 0, 1139, 1138, 1, 0, 0, 0, 1139, 1140, 1, 0, 0, 0, 1140, 1144, 1, 0, 0, 0, 1141, 1143, 3, 10, 5, 0, 1142, 1141, 1, 0, 0, 0, 1143, 1146, 1, 0, 0, 0, 1144, 1142, 1, 0, 0, 0, 1144, 1145, 1, 0, 0, 0, 1145, 17, 1, 0, 0, 0, 1146, 1144, 1, 0, 0, 0, 1147, 1148, 5, 138, 0, 0, 1148, 1151, 7, 2, 0, 0, 1149, 1152, 5, 30, 0, 0, 1150, 1152, 3, 806, 403, 0, 1151, 1149, 1, 0, 0, 0, 1151, 1150, 1, 0, 0, 0, 1152, 1153, 1, 0, 0, 0, 1153, 1154, 5, 68, 0, 0, 1154, 1155, 5, 175, 0, 0, 1155, 1156, 3, 780, 390, 0, 1156, 1157, 3, 64, 32, 0, 1157, 19, 1, 0, 0, 0, 1158, 1159, 5, 138, 0, 0, 1159, 1160, 5, 442, 0, 0, 1160, 1162, 3, 786, 393, 0, 1161, 1163, 3, 360, 180, 0, 1162, 1161, 1, 0, 0, 0, 1162, 1163, 1, 0, 0, 0, 1163, 1164, 1, 0, 0, 0, 1164, 1165, 3, 22, 11, 0, 1165, 21, 1, 0, 0, 0, 1166, 1170, 3, 24, 12, 0, 1167, 1169, 3, 24, 12, 0, 1168, 1167, 1, 0, 0, 0, 1169, 1172, 1, 0, 0, 0, 1170, 1168, 1, 0, 0, 0, 1170, 1171, 1, 0, 0, 0, 1171, 1174, 1, 0, 0, 0, 1172, 1170, 1, 0, 0, 0, 1173, 1175, 5, 315, 0, 0, 1174, 1173, 1, 0, 0, 0, 1174, 1175, 1, 0, 0, 0, 1175, 1193, 1, 0, 0, 0, 1176, 1177, 5, 309, 0, 0, 1177, 1178, 5, 94, 0, 0, 1178, 1193, 3, 784, 392, 0, 1179, 1180, 5, 282, 0, 0, 1180, 1181, 5, 94, 0, 0, 1181, 1193, 3, 806, 403, 0, 1182, 1183, 5, 333, 0, 0, 1183, 1184, 5, 323, 0, 0, 1184, 1193, 3, 32, 16, 0, 1185, 1187, 5, 269, 0, 0, 1186, 1185, 1, 0, 0, 0, 1186, 1187, 1, 0, 0, 0, 1187, 1188, 1, 0, 0, 0, 1188, 1189, 5, 462, 0, 0, 1189, 1190, 5, 80, 0, 0, 1190, 1191, 5, 204, 0, 0, 1191, 1193, 3, 810, 405, 0, 1192, 1166, 1, 0, 0, 0, 1192, 1176, 1, 0, 0, 0, 1192, 1179, 1, 0, 0, 0, 1192, 1182, 1, 0, 0, 0, 1192, 1186, 1, 0, 0, 0, 1193, 23, 1, 0, 0, 0, 1194, 1237, 5, 222, 0, 0, 1195, 1237, 5, 338, 0, 0, 1196, 1237, 5, 377, 0, 0, 1197, 1199, 5, 77, 0, 0, 1198, 1197, 1, 0, 0, 0, 1198, 1199, 1, 0, 0, 0, 1199, 1200, 1, 0, 0, 0, 1200, 1237, 5, 250, 0, 0, 1201, 1203, 5, 205, 0, 0, 1202, 1201, 1, 0, 0, 0, 1202, 1203, 1, 0, 0, 0, 1203, 1204, 1, 0, 0, 0, 1204, 1205, 5, 327, 0, 0, 1205, 1212, 5, 243, 0, 0, 1206, 1208, 5, 205, 0, 0, 1207, 1206, 1, 0, 0, 0, 1207, 1208, 1, 0, 0, 0, 1208, 1209, 1, 0, 0, 0, 1209, 1210, 5, 327, 0, 0, 1210, 1212, 5, 181, 0, 0, 1211, 1202, 1, 0, 0, 0, 1211, 1207, 1, 0, 0, 0, 1212, 1237, 1, 0, 0, 0, 1213, 1214, 5, 460, 0, 0, 1214, 1237, 7, 4, 0, 0, 1215, 1216, 5, 170, 0, 0, 1216, 1237, 3, 816, 408, 0, 1217, 1218, 5, 320, 0, 0, 1218, 1237, 3, 810, 405, 0, 1219, 1220, 5, 333, 0, 0, 1220, 1221, 3, 810, 405, 0, 1221, 1224, 7, 5, 0, 0, 1222, 1225, 3, 810, 405, 0, 1223, 1225, 5, 53, 0, 0, 1224, 1222, 1, 0, 0, 0, 1224, 1223, 1, 0, 0, 0, 1225, 1237, 1, 0, 0, 0, 1226, 1227, 5, 333, 0, 0, 1227, 1228, 3, 810, 405, 0, 1228, 1229, 5, 64, 0, 0, 1229, 1230, 5, 434, 0, 0, 1230, 1237, 1, 0, 0, 0, 1231, 1234, 5, 313, 0, 0, 1232, 1235, 3, 810, 405, 0, 1233, 1235, 5, 30, 0, 0, 1234, 1232, 1, 0, 0, 0, 1234, 1233, 1, 0, 0, 0, 1235, 1237, 1, 0, 0, 0, 1236, 1194, 1, 0, 0, 0, 1236, 1195, 1, 0, 0, 0, 1236, 1196, 1, 0, 0, 0, 1236, 1198, 1, 0, 0, 0, 1236, 1211, 1, 0, 0, 0, 1236, 1213, 1, 0, 0, 0, 1236, 1215, 1, 0, 0, 0, 1236, 1217, 1, 0, 0, 0, 1236, 1219, 1, 0, 0, 0, 1236, 1226, 1, 0, 0, 0, 1236, 1231, 1, 0, 0, 0, 1237, 25, 1, 0, 0, 0, 1238, 1239, 5, 46, 0, 0, 1239, 1240, 5, 66, 0, 0, 1240, 1242, 3, 806, 403, 0, 1241, 1243, 5, 105, 0, 0, 1242, 1241, 1, 0, 0, 0, 1242, 1243, 1, 0, 0, 0, 1243, 1247, 1, 0, 0, 0, 1244, 1246, 3, 12, 6, 0, 1245, 1244, 1, 0, 0, 0, 1246, 1249, 1, 0, 0, 0, 1247, 1245, 1, 0, 0, 0, 1247, 1248, 1, 0, 0, 0, 1248, 27, 1, 0, 0, 0, 1249, 1247, 1, 0, 0, 0, 1250, 1251, 5, 138, 0, 0, 1251, 1252, 5, 66, 0, 0, 1252, 1253, 3, 806, 403, 0, 1253, 1254, 7, 6, 0, 0, 1254, 1255, 5, 99, 0, 0, 1255, 1256, 3, 808, 404, 0, 1256, 29, 1, 0, 0, 0, 1257, 1258, 5, 46, 0, 0, 1258, 1260, 5, 323, 0, 0, 1259, 1261, 3, 286, 143, 0, 1260, 1259, 1, 0, 0, 0, 1260, 1261, 1, 0, 0, 0, 1261, 1268, 1, 0, 0, 0, 1262, 1264, 3, 32, 16, 0, 1263, 1262, 1, 0, 0, 0, 1263, 1264, 1, 0, 0, 0, 1264, 1265, 1, 0, 0, 0, 1265, 1266, 5, 106, 0, 0, 1266, 1269, 3, 806, 403, 0, 1267, 1269, 3, 32, 16, 0, 1268, 1263, 1, 0, 0, 0, 1268, 1267, 1, 0, 0, 0, 1269, 1273, 1, 0, 0, 0, 1270, 1272, 3, 34, 17, 0, 1271, 1270, 1, 0, 0, 0, 1272, 1275, 1, 0, 0, 0, 1273, 1271, 1, 0, 0, 0, 1273, 1274, 1, 0, 0, 0, 1274, 31, 1, 0, 0, 0, 1275, 1273, 1, 0, 0, 0, 1276, 1277, 3, 308, 154, 0, 1277, 33, 1, 0, 0, 0, 1278, 1285, 3, 112, 56, 0, 1279, 1285, 3, 350, 175, 0, 1280, 1285, 3, 188, 94, 0, 1281, 1285, 3, 248, 124, 0, 1282, 1285, 3, 326, 163, 0, 1283, 1285, 3, 468, 234, 0, 1284, 1278, 1, 0, 0, 0, 1284, 1279, 1, 0, 0, 0, 1284, 1280, 1, 0, 0, 0, 1284, 1281, 1, 0, 0, 0, 1284, 1282, 1, 0, 0, 0, 1284, 1283, 1, 0, 0, 0, 1285, 35, 1, 0, 0, 0, 1286, 1288, 5, 333, 0, 0, 1287, 1289, 7, 7, 0, 0, 1288, 1287, 1, 0, 0, 0, 1288, 1289, 1, 0, 0, 0, 1289, 1290, 1, 0, 0, 0, 1290, 1291, 3, 38, 19, 0, 1291, 37, 1, 0, 0, 0, 1292, 1293, 5, 356, 0, 0, 1293, 1301, 3, 466, 233, 0, 1294, 1295, 5, 332, 0, 0, 1295, 1296, 5, 154, 0, 0, 1296, 1297, 5, 36, 0, 0, 1297, 1298, 5, 356, 0, 0, 1298, 1301, 3, 466, 233, 0, 1299, 1301, 3, 42, 21, 0, 1300, 1292, 1, 0, 0, 0, 1300, 1294, 1, 0, 0, 0, 1300, 1299, 1, 0, 0, 0, 1301, 39, 1, 0, 0, 0, 1302, 1305, 5, 30, 0, 0, 1303, 1305, 3, 44, 22, 0, 1304, 1302, 1, 0, 0, 0, 1304, 1303, 1, 0, 0, 0, 1305, 1307, 1, 0, 0, 0, 1306, 1308, 7, 5, 0, 0, 1307, 1306, 1, 0, 0, 0, 1307, 1308, 1, 0, 0, 0, 1308, 1311, 1, 0, 0, 0, 1309, 1312, 5, 53, 0, 0, 1310, 1312, 3, 46, 23, 0, 1311, 1309, 1, 0, 0, 0, 1311, 1310, 1, 0, 0, 0, 1311, 1312, 1, 0, 0, 0, 1312, 41, 1, 0, 0, 0, 1313, 1314, 5, 418, 0, 0, 1314, 1315, 5, 386, 0, 0, 1315, 1342, 3, 56, 28, 0, 1316, 1317, 5, 152, 0, 0, 1317, 1342, 3, 800, 400, 0, 1318, 1319, 5, 323, 0, 0, 1319, 1342, 3, 782, 391, 0, 1320, 1323, 5, 267, 0, 0, 1321, 1324, 3, 800, 400, 0, 1322, 1324, 5, 53, 0, 0, 1323, 1321, 1, 0, 0, 0, 1323, 1322, 1, 0, 0, 0, 1323, 1324, 1, 0, 0, 0, 1324, 1342, 1, 0, 0, 0, 1325, 1326, 5, 318, 0, 0, 1326, 1342, 3, 58, 29, 0, 1327, 1328, 5, 332, 0, 0, 1328, 1329, 5, 106, 0, 0, 1329, 1342, 3, 58, 29, 0, 1330, 1331, 5, 383, 0, 0, 1331, 1332, 5, 279, 0, 0, 1332, 1342, 3, 688, 344, 0, 1333, 1334, 5, 356, 0, 0, 1334, 1335, 5, 337, 0, 0, 1335, 1342, 3, 800, 400, 0, 1336, 1337, 3, 44, 22, 0, 1337, 1338, 5, 64, 0, 0, 1338, 1339, 5, 434, 0, 0, 1339, 1342, 1, 0, 0, 0, 1340, 1342, 3, 40, 20, 0, 1341, 1313, 1, 0, 0, 0, 1341, 1316, 1, 0, 0, 0, 1341, 1318, 1, 0, 0, 0, 1341, 1320, 1, 0, 0, 0, 1341, 1325, 1, 0, 0, 0, 1341, 1327, 1, 0, 0, 0, 1341, 1330, 1, 0, 0, 0, 1341, 1333, 1, 0, 0, 0, 1341, 1336, 1, 0, 0, 0, 1341, 1340, 1, 0, 0, 0, 1342, 43, 1, 0, 0, 0, 1343, 1348, 3, 810, 405, 0, 1344, 1345, 5, 11, 0, 0, 1345, 1347, 3, 810, 405, 0, 1346, 1344, 1, 0, 0, 0, 1347, 1350, 1, 0, 0, 0, 1348, 1346, 1, 0, 0, 0, 1348, 1349, 1, 0, 0, 0, 1349, 45, 1, 0, 0, 0, 1350, 1348, 1, 0, 0, 0, 1351, 1356, 3, 48, 24, 0, 1352, 1353, 5, 6, 0, 0, 1353, 1355, 3, 48, 24, 0, 1354, 1352, 1, 0, 0, 0, 1355, 1358, 1, 0, 0, 0, 1356, 1354, 1, 0, 0, 0, 1356, 1357, 1, 0, 0, 0, 1357, 47, 1, 0, 0, 0, 1358, 1356, 1, 0, 0, 0, 1359, 1362, 3, 54, 27, 0, 1360, 1362, 3, 194, 97, 0, 1361, 1359, 1, 0, 0, 0, 1361, 1360, 1, 0, 0, 0, 1362, 49, 1, 0, 0, 0, 1363, 1364, 5, 300, 0, 0, 1364, 1369, 7, 8, 0, 0, 1365, 1366, 5, 310, 0, 0, 1366, 1369, 5, 300, 0, 0, 1367, 1369, 5, 330, 0, 0, 1368, 1363, 1, 0, 0, 0, 1368, 1365, 1, 0, 0, 0, 1368, 1367, 1, 0, 0, 0, 1369, 51, 1, 0, 0, 0, 1370, 1377, 5, 96, 0, 0, 1371, 1377, 5, 60, 0, 0, 1372, 1377, 5, 80, 0, 0, 1373, 1377, 3, 792, 396, 0, 1374, 1377, 3, 824, 412, 0, 1375, 1377, 3, 800, 400, 0, 1376, 1370, 1, 0, 0, 0, 1376, 1371, 1, 0, 0, 0, 1376, 1372, 1, 0, 0, 0, 1376, 1373, 1, 0, 0, 0, 1376, 1374, 1, 0, 0, 0, 1376, 1375, 1, 0, 0, 0, 1377, 53, 1, 0, 0, 0, 1378, 1383, 5, 96, 0, 0, 1379, 1383, 5, 60, 0, 0, 1380, 1383, 5, 80, 0, 0, 1381, 1383, 3, 58, 29, 0, 1382, 1378, 1, 0, 0, 0, 1382, 1379, 1, 0, 0, 0, 1382, 1380, 1, 0, 0, 0, 1382, 1381, 1, 0, 0, 0, 1383, 55, 1, 0, 0, 0, 1384, 1399, 3, 800, 400, 0, 1385, 1399, 5, 53, 0, 0, 1386, 1399, 3, 818, 409, 0, 1387, 1388, 5, 403, 0, 0, 1388, 1390, 3, 800, 400, 0, 1389, 1391, 3, 660, 330, 0, 1390, 1389, 1, 0, 0, 0, 1390, 1391, 1, 0, 0, 0, 1391, 1399, 1, 0, 0, 0, 1392, 1393, 5, 403, 0, 0, 1393, 1394, 3, 652, 326, 0, 1394, 1395, 3, 800, 400, 0, 1395, 1399, 1, 0, 0, 0, 1396, 1399, 3, 194, 97, 0, 1397, 1399, 5, 254, 0, 0, 1398, 1384, 1, 0, 0, 0, 1398, 1385, 1, 0, 0, 0, 1398, 1386, 1, 0, 0, 0, 1398, 1387, 1, 0, 0, 0, 1398, 1392, 1, 0, 0, 0, 1398, 1396, 1, 0, 0, 0, 1398, 1397, 1, 0, 0, 0, 1399, 57, 1, 0, 0, 0, 1400, 1403, 3, 814, 407, 0, 1401, 1403, 3, 800, 400, 0, 1402, 1400, 1, 0, 0, 0, 1402, 1401, 1, 0, 0, 0, 1403, 59, 1, 0, 0, 0, 1404, 1405, 5, 313, 0, 0, 1405, 1406, 3, 62, 31, 0, 1406, 61, 1, 0, 0, 0, 1407, 1408, 5, 418, 0, 0, 1408, 1417, 5, 386, 0, 0, 1409, 1410, 5, 356, 0, 0, 1410, 1411, 5, 244, 0, 0, 1411, 1417, 5, 251, 0, 0, 1412, 1413, 5, 332, 0, 0, 1413, 1417, 5, 106, 0, 0, 1414, 1417, 5, 30, 0, 0, 1415, 1417, 3, 44, 22, 0, 1416, 1407, 1, 0, 0, 0, 1416, 1409, 1, 0, 0, 0, 1416, 1412, 1, 0, 0, 0, 1416, 1414, 1, 0, 0, 0, 1416, 1415, 1, 0, 0, 0, 1417, 63, 1, 0, 0, 0, 1418, 1419, 5, 333, 0, 0, 1419, 1422, 3, 38, 19, 0, 1420, 1422, 3, 60, 30, 0, 1421, 1418, 1, 0, 0, 0, 1421, 1420, 1, 0, 0, 0, 1422, 65, 1, 0, 0, 0, 1423, 1424, 5, 333, 0, 0, 1424, 1427, 3, 42, 21, 0, 1425, 1427, 3, 60, 30, 0, 1426, 1423, 1, 0, 0, 0, 1426, 1425, 1, 0, 0, 0, 1427, 67, 1, 0, 0, 0, 1428, 1438, 5, 335, 0, 0, 1429, 1439, 3, 44, 22, 0, 1430, 1431, 5, 418, 0, 0, 1431, 1439, 5, 386, 0, 0, 1432, 1433, 5, 356, 0, 0, 1433, 1434, 5, 244, 0, 0, 1434, 1439, 5, 251, 0, 0, 1435, 1436, 5, 332, 0, 0, 1436, 1439, 5, 106, 0, 0, 1437, 1439, 5, 30, 0, 0, 1438, 1429, 1, 0, 0, 0, 1438, 1430, 1, 0, 0, 0, 1438, 1432, 1, 0, 0, 0, 1438, 1435, 1, 0, 0, 0, 1438, 1437, 1, 0, 0, 0, 1439, 69, 1, 0, 0, 0, 1440, 1441, 5, 333, 0, 0, 1441, 1444, 5, 165, 0, 0, 1442, 1445, 5, 30, 0, 0, 1443, 1445, 3, 752, 376, 0, 1444, 1442, 1, 0, 0, 0, 1444, 1443, 1, 0, 0, 0, 1445, 1446, 1, 0, 0, 0, 1446, 1447, 7, 9, 0, 0, 1447, 71, 1, 0, 0, 0, 1448, 1449, 5, 155, 0, 0, 1449, 73, 1, 0, 0, 0, 1450, 1451, 5, 187, 0, 0, 1451, 1452, 7, 10, 0, 0, 1452, 75, 1, 0, 0, 0, 1453, 1454, 5, 138, 0, 0, 1454, 1456, 5, 92, 0, 0, 1455, 1457, 3, 414, 207, 0, 1456, 1455, 1, 0, 0, 0, 1456, 1457, 1, 0, 0, 0, 1457, 1458, 1, 0, 0, 0, 1458, 1461, 3, 616, 308, 0, 1459, 1462, 3, 78, 39, 0, 1460, 1462, 3, 80, 40, 0, 1461, 1459, 1, 0, 0, 0, 1461, 1460, 1, 0, 0, 0, 1462, 1571, 1, 0, 0, 0, 1463, 1464, 5, 138, 0, 0, 1464, 1465, 5, 92, 0, 0, 1465, 1466, 5, 30, 0, 0, 1466, 1467, 5, 68, 0, 0, 1467, 1471, 3, 168, 84, 0, 1468, 1469, 5, 281, 0, 0, 1469, 1470, 5, 147, 0, 0, 1470, 1472, 3, 808, 404, 0, 1471, 1468, 1, 0, 0, 0, 1471, 1472, 1, 0, 0, 0, 1472, 1473, 1, 0, 0, 0, 1473, 1474, 5, 333, 0, 0, 1474, 1475, 5, 351, 0, 0, 1475, 1477, 3, 760, 380, 0, 1476, 1478, 5, 272, 0, 0, 1477, 1476, 1, 0, 0, 0, 1477, 1478, 1, 0, 0, 0, 1478, 1571, 1, 0, 0, 0, 1479, 1480, 5, 138, 0, 0, 1480, 1482, 5, 92, 0, 0, 1481, 1483, 3, 414, 207, 0, 1482, 1481, 1, 0, 0, 0, 1482, 1483, 1, 0, 0, 0, 1483, 1484, 1, 0, 0, 0, 1484, 1485, 3, 766, 383, 0, 1485, 1486, 3, 82, 41, 0, 1486, 1487, 3, 98, 49, 0, 1487, 1571, 1, 0, 0, 0, 1488, 1489, 5, 138, 0, 0, 1489, 1491, 5, 92, 0, 0, 1490, 1492, 3, 414, 207, 0, 1491, 1490, 1, 0, 0, 0, 1491, 1492, 1, 0, 0, 0, 1492, 1493, 1, 0, 0, 0, 1493, 1494, 3, 766, 383, 0, 1494, 1495, 5, 436, 0, 0, 1495, 1496, 5, 285, 0, 0, 1496, 1498, 3, 772, 386, 0, 1497, 1499, 7, 11, 0, 0, 1498, 1497, 1, 0, 0, 0, 1498, 1499, 1, 0, 0, 0, 1499, 1571, 1, 0, 0, 0, 1500, 1501, 5, 138, 0, 0, 1501, 1503, 5, 226, 0, 0, 1502, 1504, 3, 414, 207, 0, 1503, 1502, 1, 0, 0, 0, 1503, 1504, 1, 0, 0, 0, 1504, 1505, 1, 0, 0, 0, 1505, 1508, 3, 772, 386, 0, 1506, 1509, 3, 78, 39, 0, 1507, 1509, 3, 82, 41, 0, 1508, 1506, 1, 0, 0, 0, 1508, 1507, 1, 0, 0, 0, 1509, 1571, 1, 0, 0, 0, 1510, 1511, 5, 138, 0, 0, 1511, 1512, 5, 226, 0, 0, 1512, 1513, 5, 30, 0, 0, 1513, 1514, 5, 68, 0, 0, 1514, 1518, 3, 168, 84, 0, 1515, 1516, 5, 281, 0, 0, 1516, 1517, 5, 147, 0, 0, 1517, 1519, 3, 808, 404, 0, 1518, 1515, 1, 0, 0, 0, 1518, 1519, 1, 0, 0, 0, 1519, 1520, 1, 0, 0, 0, 1520, 1521, 5, 333, 0, 0, 1521, 1523, 3, 168, 84, 0, 1522, 1524, 5, 272, 0, 0, 1523, 1522, 1, 0, 0, 0, 1523, 1524, 1, 0, 0, 0, 1524, 1571, 1, 0, 0, 0, 1525, 1526, 5, 138, 0, 0, 1526, 1528, 5, 328, 0, 0, 1527, 1529, 3, 414, 207, 0, 1528, 1527, 1, 0, 0, 0, 1528, 1529, 1, 0, 0, 0, 1529, 1530, 1, 0, 0, 0, 1530, 1531, 3, 772, 386, 0, 1531, 1532, 3, 78, 39, 0, 1532, 1571, 1, 0, 0, 0, 1533, 1535, 5, 138, 0, 0, 1534, 1536, 5, 259, 0, 0, 1535, 1534, 1, 0, 0, 0, 1535, 1536, 1, 0, 0, 0, 1536, 1537, 1, 0, 0, 0, 1537, 1539, 5, 376, 0, 0, 1538, 1540, 3, 414, 207, 0, 1539, 1538, 1, 0, 0, 0, 1539, 1540, 1, 0, 0, 0, 1540, 1541, 1, 0, 0, 0, 1541, 1542, 3, 770, 385, 0, 1542, 1543, 3, 78, 39, 0, 1543, 1571, 1, 0, 0, 0, 1544, 1545, 5, 138, 0, 0, 1545, 1546, 5, 259, 0, 0, 1546, 1547, 5, 376, 0, 0, 1547, 1548, 5, 30, 0, 0, 1548, 1549, 5, 68, 0, 0, 1549, 1553, 3, 168, 84, 0, 1550, 1551, 5, 281, 0, 0, 1551, 1552, 5, 147, 0, 0, 1552, 1554, 3, 808, 404, 0, 1553, 1550, 1, 0, 0, 0, 1553, 1554, 1, 0, 0, 0, 1554, 1555, 1, 0, 0, 0, 1555, 1556, 5, 333, 0, 0, 1556, 1557, 5, 351, 0, 0, 1557, 1559, 3, 760, 380, 0, 1558, 1560, 5, 272, 0, 0, 1559, 1558, 1, 0, 0, 0, 1559, 1560, 1, 0, 0, 0, 1560, 1571, 1, 0, 0, 0, 1561, 1562, 5, 138, 0, 0, 1562, 1563, 5, 63, 0, 0, 1563, 1565, 5, 92, 0, 0, 1564, 1566, 3, 414, 207, 0, 1565, 1564, 1, 0, 0, 0, 1565, 1566, 1, 0, 0, 0, 1566, 1567, 1, 0, 0, 0, 1567, 1568, 3, 616, 308, 0, 1568, 1569, 3, 78, 39, 0, 1569, 1571, 1, 0, 0, 0, 1570, 1453, 1, 0, 0, 0, 1570, 1463, 1, 0, 0, 0, 1570, 1479, 1, 0, 0, 0, 1570, 1488, 1, 0, 0, 0, 1570, 1500, 1, 0, 0, 0, 1570, 1510, 1, 0, 0, 0, 1570, 1525, 1, 0, 0, 0, 1570, 1533, 1, 0, 0, 0, 1570, 1544, 1, 0, 0, 0, 1570, 1561, 1, 0, 0, 0, 1571, 77, 1, 0, 0, 0, 1572, 1577, 3, 84, 42, 0, 1573, 1574, 5, 6, 0, 0, 1574, 1576, 3, 84, 42, 0, 1575, 1573, 1, 0, 0, 0, 1576, 1579, 1, 0, 0, 0, 1577, 1575, 1, 0, 0, 0, 1577, 1578, 1, 0, 0, 0, 1578, 79, 1, 0, 0, 0, 1579, 1577, 1, 0, 0, 0, 1580, 1581, 3, 82, 41, 0, 1581, 1582, 3, 98, 49, 0, 1582, 1587, 1, 0, 0, 0, 1583, 1584, 5, 436, 0, 0, 1584, 1585, 5, 285, 0, 0, 1585, 1587, 3, 772, 386, 0, 1586, 1580, 1, 0, 0, 0, 1586, 1583, 1, 0, 0, 0, 1587, 81, 1, 0, 0, 0, 1588, 1589, 5, 435, 0, 0, 1589, 1590, 5, 285, 0, 0, 1590, 1591, 3, 772, 386, 0, 1591, 83, 1, 0, 0, 0, 1592, 1595, 5, 133, 0, 0, 1593, 1594, 5, 45, 0, 0, 1594, 1596, 3, 810, 405, 0, 1595, 1593, 1, 0, 0, 0, 1595, 1596, 1, 0, 0, 0, 1596, 1597, 1, 0, 0, 0, 1597, 1826, 3, 134, 67, 0, 1598, 1599, 5, 138, 0, 0, 1599, 1600, 5, 45, 0, 0, 1600, 1604, 3, 810, 405, 0, 1601, 1603, 3, 264, 132, 0, 1602, 1601, 1, 0, 0, 0, 1603, 1606, 1, 0, 0, 0, 1604, 1602, 1, 0, 0, 0, 1604, 1605, 1, 0, 0, 0, 1605, 1826, 1, 0, 0, 0, 1606, 1604, 1, 0, 0, 0, 1607, 1608, 5, 372, 0, 0, 1608, 1609, 5, 45, 0, 0, 1609, 1826, 3, 810, 405, 0, 1610, 1611, 5, 191, 0, 0, 1611, 1613, 5, 45, 0, 0, 1612, 1614, 3, 414, 207, 0, 1613, 1612, 1, 0, 0, 0, 1613, 1614, 1, 0, 0, 0, 1614, 1615, 1, 0, 0, 0, 1615, 1617, 3, 810, 405, 0, 1616, 1618, 3, 88, 44, 0, 1617, 1616, 1, 0, 0, 0, 1617, 1618, 1, 0, 0, 0, 1618, 1826, 1, 0, 0, 0, 1619, 1620, 5, 333, 0, 0, 1620, 1621, 5, 379, 0, 0, 1621, 1826, 7, 12, 0, 0, 1622, 1623, 5, 158, 0, 0, 1623, 1624, 5, 80, 0, 0, 1624, 1826, 3, 810, 405, 0, 1625, 1626, 5, 333, 0, 0, 1626, 1826, 7, 13, 0, 0, 1627, 1629, 5, 193, 0, 0, 1628, 1630, 7, 14, 0, 0, 1629, 1628, 1, 0, 0, 0, 1629, 1630, 1, 0, 0, 0, 1630, 1631, 1, 0, 0, 0, 1631, 1826, 5, 357, 0, 0, 1632, 1633, 5, 186, 0, 0, 1633, 1637, 5, 357, 0, 0, 1634, 1638, 5, 30, 0, 0, 1635, 1638, 5, 99, 0, 0, 1636, 1638, 3, 810, 405, 0, 1637, 1634, 1, 0, 0, 0, 1637, 1635, 1, 0, 0, 0, 1637, 1636, 1, 0, 0, 0, 1638, 1826, 1, 0, 0, 0, 1639, 1640, 5, 193, 0, 0, 1640, 1641, 7, 14, 0, 0, 1641, 1642, 5, 321, 0, 0, 1642, 1826, 3, 810, 405, 0, 1643, 1644, 5, 186, 0, 0, 1644, 1645, 5, 321, 0, 0, 1645, 1826, 3, 810, 405, 0, 1646, 1648, 5, 269, 0, 0, 1647, 1646, 1, 0, 0, 0, 1647, 1648, 1, 0, 0, 0, 1648, 1649, 1, 0, 0, 0, 1649, 1650, 5, 228, 0, 0, 1650, 1826, 3, 772, 386, 0, 1651, 1652, 5, 275, 0, 0, 1652, 1826, 3, 308, 154, 0, 1653, 1654, 5, 77, 0, 0, 1654, 1826, 5, 275, 0, 0, 1655, 1656, 5, 282, 0, 0, 1656, 1657, 5, 94, 0, 0, 1657, 1826, 3, 806, 403, 0, 1658, 1659, 5, 333, 0, 0, 1659, 1660, 5, 351, 0, 0, 1660, 1826, 3, 760, 380, 0, 1661, 1662, 5, 312, 0, 0, 1662, 1667, 5, 219, 0, 0, 1663, 1668, 5, 270, 0, 0, 1664, 1668, 5, 113, 0, 0, 1665, 1668, 5, 53, 0, 0, 1666, 1668, 3, 172, 86, 0, 1667, 1663, 1, 0, 0, 0, 1667, 1664, 1, 0, 0, 0, 1667, 1665, 1, 0, 0, 0, 1667, 1666, 1, 0, 0, 0, 1668, 1826, 1, 0, 0, 0, 1669, 1676, 5, 193, 0, 0, 1670, 1676, 5, 186, 0, 0, 1671, 1673, 5, 269, 0, 0, 1672, 1671, 1, 0, 0, 0, 1672, 1673, 1, 0, 0, 0, 1673, 1674, 1, 0, 0, 0, 1674, 1676, 5, 209, 0, 0, 1675, 1669, 1, 0, 0, 0, 1675, 1670, 1, 0, 0, 0, 1675, 1672, 1, 0, 0, 0, 1676, 1677, 1, 0, 0, 0, 1677, 1678, 5, 414, 0, 0, 1678, 1679, 5, 251, 0, 0, 1679, 1826, 5, 327, 0, 0, 1680, 1682, 5, 191, 0, 0, 1681, 1683, 5, 44, 0, 0, 1682, 1681, 1, 0, 0, 0, 1682, 1683, 1, 0, 0, 0, 1683, 1685, 1, 0, 0, 0, 1684, 1686, 3, 414, 207, 0, 1685, 1684, 1, 0, 0, 0, 1685, 1686, 1, 0, 0, 0, 1686, 1687, 1, 0, 0, 0, 1687, 1689, 3, 792, 396, 0, 1688, 1690, 3, 88, 44, 0, 1689, 1688, 1, 0, 0, 0, 1689, 1690, 1, 0, 0, 0, 1690, 1826, 1, 0, 0, 0, 1691, 1693, 5, 133, 0, 0, 1692, 1694, 5, 44, 0, 0, 1693, 1692, 1, 0, 0, 0, 1693, 1694, 1, 0, 0, 0, 1694, 1696, 1, 0, 0, 0, 1695, 1697, 3, 286, 143, 0, 1696, 1695, 1, 0, 0, 0, 1696, 1697, 1, 0, 0, 0, 1697, 1698, 1, 0, 0, 0, 1698, 1826, 3, 124, 62, 0, 1699, 1701, 5, 138, 0, 0, 1700, 1702, 5, 44, 0, 0, 1701, 1700, 1, 0, 0, 0, 1701, 1702, 1, 0, 0, 0, 1702, 1703, 1, 0, 0, 0, 1703, 1706, 3, 792, 396, 0, 1704, 1707, 3, 86, 43, 0, 1705, 1707, 3, 214, 107, 0, 1706, 1704, 1, 0, 0, 0, 1706, 1705, 1, 0, 0, 0, 1707, 1826, 1, 0, 0, 0, 1708, 1710, 5, 138, 0, 0, 1709, 1711, 5, 44, 0, 0, 1710, 1709, 1, 0, 0, 0, 1710, 1711, 1, 0, 0, 0, 1711, 1712, 1, 0, 0, 0, 1712, 1713, 3, 792, 396, 0, 1713, 1714, 7, 15, 0, 0, 1714, 1715, 5, 77, 0, 0, 1715, 1716, 5, 78, 0, 0, 1716, 1826, 1, 0, 0, 0, 1717, 1719, 5, 138, 0, 0, 1718, 1720, 5, 44, 0, 0, 1719, 1718, 1, 0, 0, 0, 1719, 1720, 1, 0, 0, 0, 1720, 1721, 1, 0, 0, 0, 1721, 1722, 3, 792, 396, 0, 1722, 1723, 5, 191, 0, 0, 1723, 1725, 5, 437, 0, 0, 1724, 1726, 3, 414, 207, 0, 1725, 1724, 1, 0, 0, 0, 1725, 1726, 1, 0, 0, 0, 1726, 1826, 1, 0, 0, 0, 1727, 1729, 5, 138, 0, 0, 1728, 1730, 5, 44, 0, 0, 1729, 1728, 1, 0, 0, 0, 1729, 1730, 1, 0, 0, 0, 1730, 1731, 1, 0, 0, 0, 1731, 1732, 3, 792, 396, 0, 1732, 1733, 5, 333, 0, 0, 1733, 1734, 5, 342, 0, 0, 1734, 1735, 3, 804, 402, 0, 1735, 1826, 1, 0, 0, 0, 1736, 1738, 5, 138, 0, 0, 1737, 1739, 5, 44, 0, 0, 1738, 1737, 1, 0, 0, 0, 1738, 1739, 1, 0, 0, 0, 1739, 1740, 1, 0, 0, 0, 1740, 1742, 3, 792, 396, 0, 1741, 1736, 1, 0, 0, 0, 1741, 1742, 1, 0, 0, 0, 1742, 1743, 1, 0, 0, 0, 1743, 1744, 7, 16, 0, 0, 1744, 1826, 3, 92, 46, 0, 1745, 1747, 5, 138, 0, 0, 1746, 1748, 5, 44, 0, 0, 1747, 1746, 1, 0, 0, 0, 1747, 1748, 1, 0, 0, 0, 1748, 1749, 1, 0, 0, 0, 1749, 1750, 3, 792, 396, 0, 1750, 1751, 5, 333, 0, 0, 1751, 1752, 5, 345, 0, 0, 1752, 1753, 3, 810, 405, 0, 1753, 1826, 1, 0, 0, 0, 1754, 1756, 5, 138, 0, 0, 1755, 1757, 5, 44, 0, 0, 1756, 1755, 1, 0, 0, 0, 1756, 1757, 1, 0, 0, 0, 1757, 1758, 1, 0, 0, 0, 1758, 1759, 3, 792, 396, 0, 1759, 1760, 5, 133, 0, 0, 1760, 1761, 5, 438, 0, 0, 1761, 1762, 3, 130, 65, 0, 1762, 1763, 5, 36, 0, 0, 1763, 1772, 5, 219, 0, 0, 1764, 1766, 5, 2, 0, 0, 1765, 1767, 3, 192, 96, 0, 1766, 1765, 1, 0, 0, 0, 1767, 1768, 1, 0, 0, 0, 1768, 1766, 1, 0, 0, 0, 1768, 1769, 1, 0, 0, 0, 1769, 1770, 1, 0, 0, 0, 1770, 1771, 5, 3, 0, 0, 1771, 1773, 1, 0, 0, 0, 1772, 1764, 1, 0, 0, 0, 1772, 1773, 1, 0, 0, 0, 1773, 1826, 1, 0, 0, 0, 1774, 1776, 5, 138, 0, 0, 1775, 1777, 5, 44, 0, 0, 1776, 1775, 1, 0, 0, 0, 1776, 1777, 1, 0, 0, 0, 1777, 1778, 1, 0, 0, 0, 1778, 1792, 3, 792, 396, 0, 1779, 1784, 5, 314, 0, 0, 1780, 1782, 5, 105, 0, 0, 1781, 1780, 1, 0, 0, 0, 1781, 1782, 1, 0, 0, 0, 1782, 1783, 1, 0, 0, 0, 1783, 1785, 3, 194, 97, 0, 1784, 1781, 1, 0, 0, 0, 1784, 1785, 1, 0, 0, 0, 1785, 1793, 1, 0, 0, 0, 1786, 1790, 5, 333, 0, 0, 1787, 1791, 3, 192, 96, 0, 1788, 1789, 5, 438, 0, 0, 1789, 1791, 3, 130, 65, 0, 1790, 1787, 1, 0, 0, 0, 1790, 1788, 1, 0, 0, 0, 1791, 1793, 1, 0, 0, 0, 1792, 1779, 1, 0, 0, 0, 1792, 1786, 1, 0, 0, 0, 1793, 1794, 1, 0, 0, 0, 1794, 1792, 1, 0, 0, 0, 1794, 1795, 1, 0, 0, 0, 1795, 1826, 1, 0, 0, 0, 1796, 1798, 5, 138, 0, 0, 1797, 1799, 5, 44, 0, 0, 1798, 1797, 1, 0, 0, 0, 1798, 1799, 1, 0, 0, 0, 1799, 1800, 1, 0, 0, 0, 1800, 1801, 3, 792, 396, 0, 1801, 1802, 5, 191, 0, 0, 1802, 1804, 5, 219, 0, 0, 1803, 1805, 3, 414, 207, 0, 1804, 1803, 1, 0, 0, 0, 1804, 1805, 1, 0, 0, 0, 1805, 1826, 1, 0, 0, 0, 1806, 1808, 5, 138, 0, 0, 1807, 1809, 5, 44, 0, 0, 1808, 1807, 1, 0, 0, 0, 1808, 1809, 1, 0, 0, 0, 1809, 1810, 1, 0, 0, 0, 1810, 1813, 3, 792, 396, 0, 1811, 1812, 5, 333, 0, 0, 1812, 1814, 5, 174, 0, 0, 1813, 1811, 1, 0, 0, 0, 1813, 1814, 1, 0, 0, 0, 1814, 1815, 1, 0, 0, 0, 1815, 1816, 5, 360, 0, 0, 1816, 1818, 3, 644, 322, 0, 1817, 1819, 3, 90, 45, 0, 1818, 1817, 1, 0, 0, 0, 1818, 1819, 1, 0, 0, 0, 1819, 1822, 1, 0, 0, 0, 1820, 1821, 5, 100, 0, 0, 1821, 1823, 3, 666, 333, 0, 1822, 1820, 1, 0, 0, 0, 1822, 1823, 1, 0, 0, 0, 1823, 1826, 1, 0, 0, 0, 1824, 1826, 3, 214, 107, 0, 1825, 1592, 1, 0, 0, 0, 1825, 1598, 1, 0, 0, 0, 1825, 1607, 1, 0, 0, 0, 1825, 1610, 1, 0, 0, 0, 1825, 1619, 1, 0, 0, 0, 1825, 1622, 1, 0, 0, 0, 1825, 1625, 1, 0, 0, 0, 1825, 1627, 1, 0, 0, 0, 1825, 1632, 1, 0, 0, 0, 1825, 1639, 1, 0, 0, 0, 1825, 1643, 1, 0, 0, 0, 1825, 1647, 1, 0, 0, 0, 1825, 1651, 1, 0, 0, 0, 1825, 1653, 1, 0, 0, 0, 1825, 1655, 1, 0, 0, 0, 1825, 1658, 1, 0, 0, 0, 1825, 1661, 1, 0, 0, 0, 1825, 1675, 1, 0, 0, 0, 1825, 1680, 1, 0, 0, 0, 1825, 1691, 1, 0, 0, 0, 1825, 1699, 1, 0, 0, 0, 1825, 1708, 1, 0, 0, 0, 1825, 1717, 1, 0, 0, 0, 1825, 1727, 1, 0, 0, 0, 1825, 1741, 1, 0, 0, 0, 1825, 1745, 1, 0, 0, 0, 1825, 1754, 1, 0, 0, 0, 1825, 1774, 1, 0, 0, 0, 1825, 1796, 1, 0, 0, 0, 1825, 1806, 1, 0, 0, 0, 1825, 1824, 1, 0, 0, 0, 1826, 85, 1, 0, 0, 0, 1827, 1828, 5, 333, 0, 0, 1828, 1829, 5, 53, 0, 0, 1829, 1833, 3, 666, 333, 0, 1830, 1831, 5, 191, 0, 0, 1831, 1833, 5, 53, 0, 0, 1832, 1827, 1, 0, 0, 0, 1832, 1830, 1, 0, 0, 0, 1833, 87, 1, 0, 0, 0, 1834, 1835, 7, 17, 0, 0, 1835, 89, 1, 0, 0, 0, 1836, 1837, 5, 43, 0, 0, 1837, 1838, 3, 308, 154, 0, 1838, 91, 1, 0, 0, 0, 1839, 1840, 5, 2, 0, 0, 1840, 1845, 3, 96, 48, 0, 1841, 1842, 5, 6, 0, 0, 1842, 1844, 3, 96, 48, 0, 1843, 1841, 1, 0, 0, 0, 1844, 1847, 1, 0, 0, 0, 1845, 1843, 1, 0, 0, 0, 1845, 1846, 1, 0, 0, 0, 1846, 1848, 1, 0, 0, 0, 1847, 1845, 1, 0, 0, 0, 1848, 1849, 5, 3, 0, 0, 1849, 93, 1, 0, 0, 0, 1850, 1851, 5, 105, 0, 0, 1851, 1852, 3, 92, 46, 0, 1852, 95, 1, 0, 0, 0, 1853, 1858, 3, 816, 408, 0, 1854, 1855, 5, 10, 0, 0, 1855, 1859, 3, 280, 140, 0, 1856, 1857, 5, 11, 0, 0, 1857, 1859, 3, 278, 139, 0, 1858, 1854, 1, 0, 0, 0, 1858, 1856, 1, 0, 0, 0, 1858, 1859, 1, 0, 0, 0, 1859, 97, 1, 0, 0, 0, 1860, 1861, 5, 62, 0, 0, 1861, 1862, 5, 422, 0, 0, 1862, 1863, 5, 105, 0, 0, 1863, 1864, 5, 2, 0, 0, 1864, 1865, 5, 533, 0, 0, 1865, 1866, 3, 194, 97, 0, 1866, 1867, 5, 6, 0, 0, 1867, 1868, 5, 534, 0, 0, 1868, 1869, 3, 194, 97, 0, 1869, 1870, 5, 3, 0, 0, 1870, 1884, 1, 0, 0, 0, 1871, 1872, 5, 62, 0, 0, 1872, 1873, 5, 422, 0, 0, 1873, 1874, 5, 68, 0, 0, 1874, 1884, 3, 526, 263, 0, 1875, 1876, 5, 62, 0, 0, 1876, 1877, 5, 422, 0, 0, 1877, 1878, 5, 64, 0, 0, 1878, 1879, 3, 526, 263, 0, 1879, 1880, 5, 94, 0, 0, 1880, 1881, 3, 526, 263, 0, 1881, 1884, 1, 0, 0, 0, 1882, 1884, 5, 53, 0, 0, 1883, 1860, 1, 0, 0, 0, 1883, 1871, 1, 0, 0, 0, 1883, 1875, 1, 0, 0, 0, 1883, 1882, 1, 0, 0, 0, 1884, 99, 1, 0, 0, 0, 1885, 1886, 5, 138, 0, 0, 1886, 1887, 5, 360, 0, 0, 1887, 1888, 3, 308, 154, 0, 1888, 1893, 3, 102, 51, 0, 1889, 1890, 5, 6, 0, 0, 1890, 1892, 3, 102, 51, 0, 1891, 1889, 1, 0, 0, 0, 1892, 1895, 1, 0, 0, 0, 1893, 1891, 1, 0, 0, 0, 1893, 1894, 1, 0, 0, 0, 1894, 101, 1, 0, 0, 0, 1895, 1893, 1, 0, 0, 0, 1896, 1897, 5, 133, 0, 0, 1897, 1898, 5, 143, 0, 0, 1898, 1900, 3, 636, 318, 0, 1899, 1901, 3, 88, 44, 0, 1900, 1899, 1, 0, 0, 0, 1900, 1901, 1, 0, 0, 0, 1901, 1927, 1, 0, 0, 0, 1902, 1903, 5, 191, 0, 0, 1903, 1905, 5, 143, 0, 0, 1904, 1906, 3, 414, 207, 0, 1905, 1904, 1, 0, 0, 0, 1905, 1906, 1, 0, 0, 0, 1906, 1907, 1, 0, 0, 0, 1907, 1909, 3, 810, 405, 0, 1908, 1910, 3, 88, 44, 0, 1909, 1908, 1, 0, 0, 0, 1909, 1910, 1, 0, 0, 0, 1910, 1927, 1, 0, 0, 0, 1911, 1912, 5, 138, 0, 0, 1912, 1913, 5, 143, 0, 0, 1913, 1916, 3, 810, 405, 0, 1914, 1915, 5, 333, 0, 0, 1915, 1917, 5, 174, 0, 0, 1916, 1914, 1, 0, 0, 0, 1916, 1917, 1, 0, 0, 0, 1917, 1918, 1, 0, 0, 0, 1918, 1919, 5, 360, 0, 0, 1919, 1921, 3, 644, 322, 0, 1920, 1922, 3, 90, 45, 0, 1921, 1920, 1, 0, 0, 0, 1921, 1922, 1, 0, 0, 0, 1922, 1924, 1, 0, 0, 0, 1923, 1925, 3, 88, 44, 0, 1924, 1923, 1, 0, 0, 0, 1924, 1925, 1, 0, 0, 0, 1925, 1927, 1, 0, 0, 0, 1926, 1896, 1, 0, 0, 0, 1926, 1902, 1, 0, 0, 0, 1926, 1911, 1, 0, 0, 0, 1927, 103, 1, 0, 0, 0, 1928, 1931, 5, 157, 0, 0, 1929, 1932, 3, 810, 405, 0, 1930, 1932, 5, 30, 0, 0, 1931, 1929, 1, 0, 0, 0, 1931, 1930, 1, 0, 0, 0, 1932, 105, 1, 0, 0, 0, 1933, 1935, 5, 169, 0, 0, 1934, 1936, 5, 107, 0, 0, 1935, 1934, 1, 0, 0, 0, 1935, 1936, 1, 0, 0, 0, 1936, 1937, 1, 0, 0, 0, 1937, 1939, 3, 766, 383, 0, 1938, 1940, 3, 136, 68, 0, 1939, 1938, 1, 0, 0, 0, 1939, 1940, 1, 0, 0, 0, 1940, 1941, 1, 0, 0, 0, 1941, 1943, 7, 18, 0, 0, 1942, 1944, 5, 297, 0, 0, 1943, 1942, 1, 0, 0, 0, 1943, 1944, 1, 0, 0, 0, 1944, 1948, 1, 0, 0, 0, 1945, 1949, 3, 800, 400, 0, 1946, 1949, 5, 343, 0, 0, 1947, 1949, 5, 344, 0, 0, 1948, 1945, 1, 0, 0, 0, 1948, 1946, 1, 0, 0, 0, 1948, 1947, 1, 0, 0, 0, 1949, 1955, 1, 0, 0, 0, 1950, 1952, 5, 100, 0, 0, 1951, 1950, 1, 0, 0, 0, 1951, 1952, 1, 0, 0, 0, 1952, 1953, 1, 0, 0, 0, 1953, 1954, 5, 184, 0, 0, 1954, 1956, 3, 800, 400, 0, 1955, 1951, 1, 0, 0, 0, 1955, 1956, 1, 0, 0, 0, 1956, 1958, 1, 0, 0, 0, 1957, 1959, 5, 105, 0, 0, 1958, 1957, 1, 0, 0, 0, 1958, 1959, 1, 0, 0, 0, 1959, 1960, 1, 0, 0, 0, 1960, 1962, 3, 108, 54, 0, 1961, 1963, 3, 630, 315, 0, 1962, 1961, 1, 0, 0, 0, 1962, 1963, 1, 0, 0, 0, 1963, 1983, 1, 0, 0, 0, 1964, 1965, 5, 169, 0, 0, 1965, 1966, 5, 2, 0, 0, 1966, 1967, 3, 522, 261, 0, 1967, 1968, 5, 3, 0, 0, 1968, 1970, 5, 94, 0, 0, 1969, 1971, 5, 297, 0, 0, 1970, 1969, 1, 0, 0, 0, 1970, 1971, 1, 0, 0, 0, 1971, 1975, 1, 0, 0, 0, 1972, 1976, 3, 800, 400, 0, 1973, 1976, 5, 343, 0, 0, 1974, 1976, 5, 344, 0, 0, 1975, 1972, 1, 0, 0, 0, 1975, 1973, 1, 0, 0, 0, 1975, 1974, 1, 0, 0, 0, 1976, 1978, 1, 0, 0, 0, 1977, 1979, 5, 105, 0, 0, 1978, 1977, 1, 0, 0, 0, 1978, 1979, 1, 0, 0, 0, 1979, 1980, 1, 0, 0, 0, 1980, 1981, 3, 108, 54, 0, 1981, 1983, 1, 0, 0, 0, 1982, 1933, 1, 0, 0, 0, 1982, 1964, 1, 0, 0, 0, 1983, 107, 1, 0, 0, 0, 1984, 2008, 5, 107, 0, 0, 1985, 2008, 5, 112, 0, 0, 1986, 1988, 7, 19, 0, 0, 1987, 1989, 5, 36, 0, 0, 1988, 1987, 1, 0, 0, 0, 1988, 1989, 1, 0, 0, 0, 1989, 1990, 1, 0, 0, 0, 1990, 2008, 3, 800, 400, 0, 1991, 2008, 5, 171, 0, 0, 1992, 2008, 5, 216, 0, 0, 1993, 1994, 5, 209, 0, 0, 1994, 1997, 5, 298, 0, 0, 1995, 1998, 3, 140, 70, 0, 1996, 1998, 5, 9, 0, 0, 1997, 1995, 1, 0, 0, 0, 1997, 1996, 1, 0, 0, 0, 1998, 2008, 1, 0, 0, 0, 1999, 2001, 5, 209, 0, 0, 2000, 2002, 5, 77, 0, 0, 2001, 2000, 1, 0, 0, 0, 2001, 2002, 1, 0, 0, 0, 2002, 2003, 1, 0, 0, 0, 2003, 2004, 5, 78, 0, 0, 2004, 2008, 3, 140, 70, 0, 2005, 2006, 5, 194, 0, 0, 2006, 2008, 3, 800, 400, 0, 2007, 1984, 1, 0, 0, 0, 2007, 1985, 1, 0, 0, 0, 2007, 1986, 1, 0, 0, 0, 2007, 1991, 1, 0, 0, 0, 2007, 1992, 1, 0, 0, 0, 2007, 1993, 1, 0, 0, 0, 2007, 1999, 1, 0, 0, 0, 2007, 2005, 1, 0, 0, 0, 2008, 2011, 1, 0, 0, 0, 2009, 2007, 1, 0, 0, 0, 2009, 2010, 1, 0, 0, 0, 2010, 2024, 1, 0, 0, 0, 2011, 2009, 1, 0, 0, 0, 2012, 2013, 5, 2, 0, 0, 2013, 2018, 3, 110, 55, 0, 2014, 2015, 5, 6, 0, 0, 2015, 2017, 3, 110, 55, 0, 2016, 2014, 1, 0, 0, 0, 2017, 2020, 1, 0, 0, 0, 2018, 2016, 1, 0, 0, 0, 2018, 2019, 1, 0, 0, 0, 2019, 2021, 1, 0, 0, 0, 2020, 2018, 1, 0, 0, 0, 2021, 2022, 5, 3, 0, 0, 2022, 2024, 1, 0, 0, 0, 2023, 2009, 1, 0, 0, 0, 2023, 2012, 1, 0, 0, 0, 2024, 109, 1, 0, 0, 0, 2025, 2040, 3, 816, 408, 0, 2026, 2041, 3, 54, 27, 0, 2027, 2041, 3, 194, 97, 0, 2028, 2041, 5, 9, 0, 0, 2029, 2030, 5, 2, 0, 0, 2030, 2035, 3, 52, 26, 0, 2031, 2032, 5, 6, 0, 0, 2032, 2034, 3, 52, 26, 0, 2033, 2031, 1, 0, 0, 0, 2034, 2037, 1, 0, 0, 0, 2035, 2033, 1, 0, 0, 0, 2035, 2036, 1, 0, 0, 0, 2036, 2038, 1, 0, 0, 0, 2037, 2035, 1, 0, 0, 0, 2038, 2039, 5, 3, 0, 0, 2039, 2041, 1, 0, 0, 0, 2040, 2026, 1, 0, 0, 0, 2040, 2027, 1, 0, 0, 0, 2040, 2028, 1, 0, 0, 0, 2040, 2029, 1, 0, 0, 0, 2040, 2041, 1, 0, 0, 0, 2041, 111, 1, 0, 0, 0, 2042, 2044, 5, 46, 0, 0, 2043, 2045, 3, 114, 57, 0, 2044, 2043, 1, 0, 0, 0, 2044, 2045, 1, 0, 0, 0, 2045, 2046, 1, 0, 0, 0, 2046, 2048, 5, 92, 0, 0, 2047, 2049, 3, 286, 143, 0, 2048, 2047, 1, 0, 0, 0, 2048, 2049, 1, 0, 0, 0, 2049, 2050, 1, 0, 0, 0, 2050, 2116, 3, 764, 382, 0, 2051, 2053, 5, 2, 0, 0, 2052, 2054, 3, 118, 59, 0, 2053, 2052, 1, 0, 0, 0, 2053, 2054, 1, 0, 0, 0, 2054, 2055, 1, 0, 0, 0, 2055, 2057, 5, 3, 0, 0, 2056, 2058, 3, 156, 78, 0, 2057, 2056, 1, 0, 0, 0, 2057, 2058, 1, 0, 0, 0, 2058, 2060, 1, 0, 0, 0, 2059, 2061, 3, 158, 79, 0, 2060, 2059, 1, 0, 0, 0, 2060, 2061, 1, 0, 0, 0, 2061, 2063, 1, 0, 0, 0, 2062, 2064, 3, 162, 81, 0, 2063, 2062, 1, 0, 0, 0, 2063, 2064, 1, 0, 0, 0, 2064, 2066, 1, 0, 0, 0, 2065, 2067, 3, 164, 82, 0, 2066, 2065, 1, 0, 0, 0, 2066, 2067, 1, 0, 0, 0, 2067, 2069, 1, 0, 0, 0, 2068, 2070, 3, 166, 83, 0, 2069, 2068, 1, 0, 0, 0, 2069, 2070, 1, 0, 0, 0, 2070, 2072, 1, 0, 0, 0, 2071, 2073, 3, 168, 84, 0, 2072, 2071, 1, 0, 0, 0, 2072, 2073, 1, 0, 0, 0, 2073, 2117, 1, 0, 0, 0, 2074, 2075, 5, 275, 0, 0, 2075, 2077, 3, 308, 154, 0, 2076, 2078, 3, 116, 58, 0, 2077, 2076, 1, 0, 0, 0, 2077, 2078, 1, 0, 0, 0, 2078, 2080, 1, 0, 0, 0, 2079, 2081, 3, 158, 79, 0, 2080, 2079, 1, 0, 0, 0, 2080, 2081, 1, 0, 0, 0, 2081, 2083, 1, 0, 0, 0, 2082, 2084, 3, 162, 81, 0, 2083, 2082, 1, 0, 0, 0, 2083, 2084, 1, 0, 0, 0, 2084, 2086, 1, 0, 0, 0, 2085, 2087, 3, 164, 82, 0, 2086, 2085, 1, 0, 0, 0, 2086, 2087, 1, 0, 0, 0, 2087, 2089, 1, 0, 0, 0, 2088, 2090, 3, 166, 83, 0, 2089, 2088, 1, 0, 0, 0, 2089, 2090, 1, 0, 0, 0, 2090, 2092, 1, 0, 0, 0, 2091, 2093, 3, 168, 84, 0, 2092, 2091, 1, 0, 0, 0, 2092, 2093, 1, 0, 0, 0, 2093, 2117, 1, 0, 0, 0, 2094, 2095, 5, 285, 0, 0, 2095, 2096, 5, 275, 0, 0, 2096, 2098, 3, 772, 386, 0, 2097, 2099, 3, 116, 58, 0, 2098, 2097, 1, 0, 0, 0, 2098, 2099, 1, 0, 0, 0, 2099, 2100, 1, 0, 0, 0, 2100, 2102, 3, 98, 49, 0, 2101, 2103, 3, 158, 79, 0, 2102, 2101, 1, 0, 0, 0, 2102, 2103, 1, 0, 0, 0, 2103, 2105, 1, 0, 0, 0, 2104, 2106, 3, 162, 81, 0, 2105, 2104, 1, 0, 0, 0, 2105, 2106, 1, 0, 0, 0, 2106, 2108, 1, 0, 0, 0, 2107, 2109, 3, 164, 82, 0, 2108, 2107, 1, 0, 0, 0, 2108, 2109, 1, 0, 0, 0, 2109, 2111, 1, 0, 0, 0, 2110, 2112, 3, 166, 83, 0, 2111, 2110, 1, 0, 0, 0, 2111, 2112, 1, 0, 0, 0, 2112, 2114, 1, 0, 0, 0, 2113, 2115, 3, 168, 84, 0, 2114, 2113, 1, 0, 0, 0, 2114, 2115, 1, 0, 0, 0, 2115, 2117, 1, 0, 0, 0, 2116, 2051, 1, 0, 0, 0, 2116, 2074, 1, 0, 0, 0, 2116, 2094, 1, 0, 0, 0, 2117, 113, 1, 0, 0, 0, 2118, 2124, 5, 354, 0, 0, 2119, 2124, 5, 352, 0, 0, 2120, 2121, 7, 20, 0, 0, 2121, 2124, 7, 21, 0, 0, 2122, 2124, 5, 367, 0, 0, 2123, 2118, 1, 0, 0, 0, 2123, 2119, 1, 0, 0, 0, 2123, 2120, 1, 0, 0, 0, 2123, 2122, 1, 0, 0, 0, 2124, 115, 1, 0, 0, 0, 2125, 2126, 5, 2, 0, 0, 2126, 2131, 3, 122, 61, 0, 2127, 2128, 5, 6, 0, 0, 2128, 2130, 3, 122, 61, 0, 2129, 2127, 1, 0, 0, 0, 2130, 2133, 1, 0, 0, 0, 2131, 2129, 1, 0, 0, 0, 2131, 2132, 1, 0, 0, 0, 2132, 2134, 1, 0, 0, 0, 2133, 2131, 1, 0, 0, 0, 2134, 2135, 5, 3, 0, 0, 2135, 117, 1, 0, 0, 0, 2136, 2141, 3, 120, 60, 0, 2137, 2138, 5, 6, 0, 0, 2138, 2140, 3, 120, 60, 0, 2139, 2137, 1, 0, 0, 0, 2140, 2143, 1, 0, 0, 0, 2141, 2139, 1, 0, 0, 0, 2141, 2142, 1, 0, 0, 0, 2142, 119, 1, 0, 0, 0, 2143, 2141, 1, 0, 0, 0, 2144, 2145, 5, 45, 0, 0, 2145, 2147, 3, 810, 405, 0, 2146, 2144, 1, 0, 0, 0, 2146, 2147, 1, 0, 0, 0, 2147, 2148, 1, 0, 0, 0, 2148, 2160, 3, 134, 67, 0, 2149, 2160, 3, 124, 62, 0, 2150, 2151, 5, 120, 0, 0, 2151, 2156, 3, 772, 386, 0, 2152, 2153, 7, 22, 0, 0, 2153, 2155, 3, 132, 66, 0, 2154, 2152, 1, 0, 0, 0, 2155, 2158, 1, 0, 0, 0, 2156, 2154, 1, 0, 0, 0, 2156, 2157, 1, 0, 0, 0, 2157, 2160, 1, 0, 0, 0, 2158, 2156, 1, 0, 0, 0, 2159, 2146, 1, 0, 0, 0, 2159, 2149, 1, 0, 0, 0, 2159, 2150, 1, 0, 0, 0, 2160, 121, 1, 0, 0, 0, 2161, 2164, 3, 794, 397, 0, 2162, 2163, 5, 105, 0, 0, 2163, 2165, 5, 280, 0, 0, 2164, 2162, 1, 0, 0, 0, 2164, 2165, 1, 0, 0, 0, 2165, 2169, 1, 0, 0, 0, 2166, 2168, 3, 126, 63, 0, 2167, 2166, 1, 0, 0, 0, 2168, 2171, 1, 0, 0, 0, 2169, 2167, 1, 0, 0, 0, 2169, 2170, 1, 0, 0, 0, 2170, 2178, 1, 0, 0, 0, 2171, 2169, 1, 0, 0, 0, 2172, 2173, 5, 45, 0, 0, 2173, 2175, 3, 810, 405, 0, 2174, 2172, 1, 0, 0, 0, 2174, 2175, 1, 0, 0, 0, 2175, 2176, 1, 0, 0, 0, 2176, 2178, 3, 134, 67, 0, 2177, 2161, 1, 0, 0, 0, 2177, 2174, 1, 0, 0, 0, 2178, 123, 1, 0, 0, 0, 2179, 2180, 3, 794, 397, 0, 2180, 2182, 3, 644, 322, 0, 2181, 2183, 3, 212, 106, 0, 2182, 2181, 1, 0, 0, 0, 2182, 2183, 1, 0, 0, 0, 2183, 2193, 1, 0, 0, 0, 2184, 2191, 5, 345, 0, 0, 2185, 2192, 5, 544, 0, 0, 2186, 2192, 5, 205, 0, 0, 2187, 2192, 5, 545, 0, 0, 2188, 2192, 5, 546, 0, 0, 2189, 2192, 5, 53, 0, 0, 2190, 2192, 3, 810, 405, 0, 2191, 2185, 1, 0, 0, 0, 2191, 2186, 1, 0, 0, 0, 2191, 2187, 1, 0, 0, 0, 2191, 2188, 1, 0, 0, 0, 2191, 2189, 1, 0, 0, 0, 2191, 2190, 1, 0, 0, 0, 2192, 2194, 1, 0, 0, 0, 2193, 2184, 1, 0, 0, 0, 2193, 2194, 1, 0, 0, 0, 2194, 2197, 1, 0, 0, 0, 2195, 2196, 5, 543, 0, 0, 2196, 2198, 3, 810, 405, 0, 2197, 2195, 1, 0, 0, 0, 2197, 2198, 1, 0, 0, 0, 2198, 2200, 1, 0, 0, 0, 2199, 2201, 3, 90, 45, 0, 2200, 2199, 1, 0, 0, 0, 2200, 2201, 1, 0, 0, 0, 2201, 2204, 1, 0, 0, 0, 2202, 2203, 5, 105, 0, 0, 2203, 2205, 5, 280, 0, 0, 2204, 2202, 1, 0, 0, 0, 2204, 2205, 1, 0, 0, 0, 2205, 2209, 1, 0, 0, 0, 2206, 2208, 3, 126, 63, 0, 2207, 2206, 1, 0, 0, 0, 2208, 2211, 1, 0, 0, 0, 2209, 2207, 1, 0, 0, 0, 2209, 2210, 1, 0, 0, 0, 2210, 125, 1, 0, 0, 0, 2211, 2209, 1, 0, 0, 0, 2212, 2213, 5, 45, 0, 0, 2213, 2215, 3, 810, 405, 0, 2214, 2212, 1, 0, 0, 0, 2214, 2215, 1, 0, 0, 0, 2215, 2216, 1, 0, 0, 0, 2216, 2221, 3, 128, 64, 0, 2217, 2219, 5, 77, 0, 0, 2218, 2217, 1, 0, 0, 0, 2218, 2219, 1, 0, 0, 0, 2219, 2220, 1, 0, 0, 0, 2220, 2222, 5, 54, 0, 0, 2221, 2218, 1, 0, 0, 0, 2221, 2222, 1, 0, 0, 0, 2222, 2225, 1, 0, 0, 0, 2223, 2224, 5, 69, 0, 0, 2224, 2226, 7, 9, 0, 0, 2225, 2223, 1, 0, 0, 0, 2225, 2226, 1, 0, 0, 0, 2226, 127, 1, 0, 0, 0, 2227, 2229, 5, 77, 0, 0, 2228, 2227, 1, 0, 0, 0, 2228, 2229, 1, 0, 0, 0, 2229, 2230, 1, 0, 0, 0, 2230, 2308, 5, 78, 0, 0, 2231, 2233, 5, 98, 0, 0, 2232, 2234, 3, 392, 196, 0, 2233, 2232, 1, 0, 0, 0, 2233, 2234, 1, 0, 0, 0, 2234, 2236, 1, 0, 0, 0, 2235, 2237, 3, 170, 85, 0, 2236, 2235, 1, 0, 0, 0, 2236, 2237, 1, 0, 0, 0, 2237, 2308, 1, 0, 0, 0, 2238, 2244, 5, 98, 0, 0, 2239, 2241, 5, 273, 0, 0, 2240, 2242, 5, 77, 0, 0, 2241, 2240, 1, 0, 0, 0, 2241, 2242, 1, 0, 0, 0, 2242, 2243, 1, 0, 0, 0, 2243, 2245, 5, 56, 0, 0, 2244, 2239, 1, 0, 0, 0, 2244, 2245, 1, 0, 0, 0, 2245, 2248, 1, 0, 0, 0, 2246, 2247, 5, 441, 0, 0, 2247, 2249, 3, 352, 176, 0, 2248, 2246, 1, 0, 0, 0, 2248, 2249, 1, 0, 0, 0, 2249, 2251, 1, 0, 0, 0, 2250, 2252, 3, 564, 282, 0, 2251, 2250, 1, 0, 0, 0, 2251, 2252, 1, 0, 0, 0, 2252, 2254, 1, 0, 0, 0, 2253, 2255, 3, 170, 85, 0, 2254, 2253, 1, 0, 0, 0, 2254, 2255, 1, 0, 0, 0, 2255, 2308, 1, 0, 0, 0, 2256, 2257, 5, 85, 0, 0, 2257, 2259, 5, 245, 0, 0, 2258, 2260, 3, 392, 196, 0, 2259, 2258, 1, 0, 0, 0, 2259, 2260, 1, 0, 0, 0, 2260, 2262, 1, 0, 0, 0, 2261, 2263, 3, 170, 85, 0, 2262, 2261, 1, 0, 0, 0, 2262, 2263, 1, 0, 0, 0, 2263, 2308, 1, 0, 0, 0, 2264, 2265, 5, 42, 0, 0, 2265, 2266, 5, 2, 0, 0, 2266, 2267, 3, 666, 333, 0, 2267, 2270, 5, 3, 0, 0, 2268, 2269, 5, 269, 0, 0, 2269, 2271, 5, 228, 0, 0, 2270, 2268, 1, 0, 0, 0, 2270, 2271, 1, 0, 0, 0, 2271, 2308, 1, 0, 0, 0, 2272, 2273, 5, 53, 0, 0, 2273, 2308, 3, 674, 337, 0, 2274, 2275, 5, 438, 0, 0, 2275, 2276, 3, 130, 65, 0, 2276, 2293, 5, 36, 0, 0, 2277, 2286, 5, 219, 0, 0, 2278, 2280, 5, 2, 0, 0, 2279, 2281, 3, 192, 96, 0, 2280, 2279, 1, 0, 0, 0, 2281, 2282, 1, 0, 0, 0, 2282, 2280, 1, 0, 0, 0, 2282, 2283, 1, 0, 0, 0, 2283, 2284, 1, 0, 0, 0, 2284, 2285, 5, 3, 0, 0, 2285, 2287, 1, 0, 0, 0, 2286, 2278, 1, 0, 0, 0, 2286, 2287, 1, 0, 0, 0, 2287, 2294, 1, 0, 0, 0, 2288, 2289, 5, 2, 0, 0, 2289, 2290, 3, 666, 333, 0, 2290, 2291, 5, 3, 0, 0, 2291, 2292, 5, 440, 0, 0, 2292, 2294, 1, 0, 0, 0, 2293, 2277, 1, 0, 0, 0, 2293, 2288, 1, 0, 0, 0, 2294, 2308, 1, 0, 0, 0, 2295, 2296, 5, 86, 0, 0, 2296, 2298, 3, 772, 386, 0, 2297, 2299, 3, 136, 68, 0, 2298, 2297, 1, 0, 0, 0, 2298, 2299, 1, 0, 0, 0, 2299, 2301, 1, 0, 0, 0, 2300, 2302, 3, 144, 72, 0, 2301, 2300, 1, 0, 0, 0, 2301, 2302, 1, 0, 0, 0, 2302, 2304, 1, 0, 0, 0, 2303, 2305, 3, 148, 74, 0, 2304, 2303, 1, 0, 0, 0, 2304, 2305, 1, 0, 0, 0, 2305, 2308, 1, 0, 0, 0, 2306, 2308, 3, 90, 45, 0, 2307, 2228, 1, 0, 0, 0, 2307, 2231, 1, 0, 0, 0, 2307, 2238, 1, 0, 0, 0, 2307, 2256, 1, 0, 0, 0, 2307, 2264, 1, 0, 0, 0, 2307, 2272, 1, 0, 0, 0, 2307, 2274, 1, 0, 0, 0, 2307, 2295, 1, 0, 0, 0, 2307, 2306, 1, 0, 0, 0, 2308, 129, 1, 0, 0, 0, 2309, 2313, 5, 139, 0, 0, 2310, 2311, 5, 147, 0, 0, 2311, 2313, 5, 53, 0, 0, 2312, 2309, 1, 0, 0, 0, 2312, 2310, 1, 0, 0, 0, 2313, 131, 1, 0, 0, 0, 2314, 2315, 7, 23, 0, 0, 2315, 133, 1, 0, 0, 0, 2316, 2317, 5, 42, 0, 0, 2317, 2318, 5, 2, 0, 0, 2318, 2319, 3, 666, 333, 0, 2319, 2323, 5, 3, 0, 0, 2320, 2322, 3, 264, 132, 0, 2321, 2320, 1, 0, 0, 0, 2322, 2325, 1, 0, 0, 0, 2323, 2321, 1, 0, 0, 0, 2323, 2324, 1, 0, 0, 0, 2324, 2413, 1, 0, 0, 0, 2325, 2323, 1, 0, 0, 0, 2326, 2330, 5, 98, 0, 0, 2327, 2328, 5, 85, 0, 0, 2328, 2330, 5, 245, 0, 0, 2329, 2326, 1, 0, 0, 0, 2329, 2327, 1, 0, 0, 0, 2330, 2354, 1, 0, 0, 0, 2331, 2333, 3, 136, 68, 0, 2332, 2334, 3, 142, 71, 0, 2333, 2332, 1, 0, 0, 0, 2333, 2334, 1, 0, 0, 0, 2334, 2336, 1, 0, 0, 0, 2335, 2337, 3, 392, 196, 0, 2336, 2335, 1, 0, 0, 0, 2336, 2337, 1, 0, 0, 0, 2337, 2339, 1, 0, 0, 0, 2338, 2340, 3, 170, 85, 0, 2339, 2338, 1, 0, 0, 0, 2339, 2340, 1, 0, 0, 0, 2340, 2344, 1, 0, 0, 0, 2341, 2343, 3, 264, 132, 0, 2342, 2341, 1, 0, 0, 0, 2343, 2346, 1, 0, 0, 0, 2344, 2342, 1, 0, 0, 0, 2344, 2345, 1, 0, 0, 0, 2345, 2355, 1, 0, 0, 0, 2346, 2344, 1, 0, 0, 0, 2347, 2351, 3, 172, 86, 0, 2348, 2350, 3, 264, 132, 0, 2349, 2348, 1, 0, 0, 0, 2350, 2353, 1, 0, 0, 0, 2351, 2349, 1, 0, 0, 0, 2351, 2352, 1, 0, 0, 0, 2352, 2355, 1, 0, 0, 0, 2353, 2351, 1, 0, 0, 0, 2354, 2331, 1, 0, 0, 0, 2354, 2347, 1, 0, 0, 0, 2355, 2413, 1, 0, 0, 0, 2356, 2358, 5, 199, 0, 0, 2357, 2359, 3, 162, 81, 0, 2358, 2357, 1, 0, 0, 0, 2358, 2359, 1, 0, 0, 0, 2359, 2360, 1, 0, 0, 0, 2360, 2361, 5, 2, 0, 0, 2361, 2366, 3, 146, 73, 0, 2362, 2363, 5, 6, 0, 0, 2363, 2365, 3, 146, 73, 0, 2364, 2362, 1, 0, 0, 0, 2365, 2368, 1, 0, 0, 0, 2366, 2364, 1, 0, 0, 0, 2366, 2367, 1, 0, 0, 0, 2367, 2369, 1, 0, 0, 0, 2368, 2366, 1, 0, 0, 0, 2369, 2371, 5, 3, 0, 0, 2370, 2372, 3, 142, 71, 0, 2371, 2370, 1, 0, 0, 0, 2371, 2372, 1, 0, 0, 0, 2372, 2374, 1, 0, 0, 0, 2373, 2375, 3, 392, 196, 0, 2374, 2373, 1, 0, 0, 0, 2374, 2375, 1, 0, 0, 0, 2375, 2377, 1, 0, 0, 0, 2376, 2378, 3, 170, 85, 0, 2377, 2376, 1, 0, 0, 0, 2377, 2378, 1, 0, 0, 0, 2378, 2384, 1, 0, 0, 0, 2379, 2380, 5, 103, 0, 0, 2380, 2381, 5, 2, 0, 0, 2381, 2382, 3, 666, 333, 0, 2382, 2383, 5, 3, 0, 0, 2383, 2385, 1, 0, 0, 0, 2384, 2379, 1, 0, 0, 0, 2384, 2385, 1, 0, 0, 0, 2385, 2389, 1, 0, 0, 0, 2386, 2388, 3, 264, 132, 0, 2387, 2386, 1, 0, 0, 0, 2388, 2391, 1, 0, 0, 0, 2389, 2387, 1, 0, 0, 0, 2389, 2390, 1, 0, 0, 0, 2390, 2413, 1, 0, 0, 0, 2391, 2389, 1, 0, 0, 0, 2392, 2393, 5, 63, 0, 0, 2393, 2394, 5, 245, 0, 0, 2394, 2395, 3, 136, 68, 0, 2395, 2396, 5, 86, 0, 0, 2396, 2398, 3, 772, 386, 0, 2397, 2399, 3, 136, 68, 0, 2398, 2397, 1, 0, 0, 0, 2398, 2399, 1, 0, 0, 0, 2399, 2401, 1, 0, 0, 0, 2400, 2402, 3, 144, 72, 0, 2401, 2400, 1, 0, 0, 0, 2401, 2402, 1, 0, 0, 0, 2402, 2404, 1, 0, 0, 0, 2403, 2405, 3, 148, 74, 0, 2404, 2403, 1, 0, 0, 0, 2404, 2405, 1, 0, 0, 0, 2405, 2409, 1, 0, 0, 0, 2406, 2408, 3, 264, 132, 0, 2407, 2406, 1, 0, 0, 0, 2408, 2411, 1, 0, 0, 0, 2409, 2407, 1, 0, 0, 0, 2409, 2410, 1, 0, 0, 0, 2410, 2413, 1, 0, 0, 0, 2411, 2409, 1, 0, 0, 0, 2412, 2316, 1, 0, 0, 0, 2412, 2329, 1, 0, 0, 0, 2412, 2356, 1, 0, 0, 0, 2412, 2392, 1, 0, 0, 0, 2413, 135, 1, 0, 0, 0, 2414, 2415, 5, 2, 0, 0, 2415, 2416, 3, 140, 70, 0, 2416, 2417, 5, 3, 0, 0, 2417, 137, 1, 0, 0, 0, 2418, 2419, 5, 2, 0, 0, 2419, 2424, 3, 794, 397, 0, 2420, 2421, 5, 6, 0, 0, 2421, 2423, 3, 794, 397, 0, 2422, 2420, 1, 0, 0, 0, 2423, 2426, 1, 0, 0, 0, 2424, 2422, 1, 0, 0, 0, 2424, 2425, 1, 0, 0, 0, 2425, 2427, 1, 0, 0, 0, 2426, 2424, 1, 0, 0, 0, 2427, 2428, 5, 3, 0, 0, 2428, 139, 1, 0, 0, 0, 2429, 2434, 3, 792, 396, 0, 2430, 2431, 5, 6, 0, 0, 2431, 2433, 3, 792, 396, 0, 2432, 2430, 1, 0, 0, 0, 2433, 2436, 1, 0, 0, 0, 2434, 2432, 1, 0, 0, 0, 2434, 2435, 1, 0, 0, 0, 2435, 141, 1, 0, 0, 0, 2436, 2434, 1, 0, 0, 0, 2437, 2438, 5, 441, 0, 0, 2438, 2439, 3, 136, 68, 0, 2439, 143, 1, 0, 0, 0, 2440, 2441, 5, 258, 0, 0, 2441, 2442, 7, 24, 0, 0, 2442, 145, 1, 0, 0, 0, 2443, 2444, 3, 354, 177, 0, 2444, 2451, 5, 105, 0, 0, 2445, 2452, 3, 406, 203, 0, 2446, 2447, 5, 278, 0, 0, 2447, 2448, 5, 2, 0, 0, 2448, 2449, 3, 406, 203, 0, 2449, 2450, 5, 3, 0, 0, 2450, 2452, 1, 0, 0, 0, 2451, 2445, 1, 0, 0, 0, 2451, 2446, 1, 0, 0, 0, 2452, 147, 1, 0, 0, 0, 2453, 2455, 3, 150, 75, 0, 2454, 2456, 3, 152, 76, 0, 2455, 2454, 1, 0, 0, 0, 2455, 2456, 1, 0, 0, 0, 2456, 2462, 1, 0, 0, 0, 2457, 2459, 3, 152, 76, 0, 2458, 2460, 3, 150, 75, 0, 2459, 2458, 1, 0, 0, 0, 2459, 2460, 1, 0, 0, 0, 2460, 2462, 1, 0, 0, 0, 2461, 2453, 1, 0, 0, 0, 2461, 2457, 1, 0, 0, 0, 2462, 149, 1, 0, 0, 0, 2463, 2464, 5, 80, 0, 0, 2464, 2465, 5, 369, 0, 0, 2465, 2466, 3, 154, 77, 0, 2466, 151, 1, 0, 0, 0, 2467, 2468, 5, 80, 0, 0, 2468, 2469, 5, 182, 0, 0, 2469, 2470, 3, 154, 77, 0, 2470, 153, 1, 0, 0, 0, 2471, 2472, 5, 269, 0, 0, 2472, 2481, 5, 132, 0, 0, 2473, 2481, 5, 315, 0, 0, 2474, 2481, 5, 150, 0, 0, 2475, 2476, 5, 333, 0, 0, 2476, 2478, 7, 25, 0, 0, 2477, 2479, 3, 140, 70, 0, 2478, 2477, 1, 0, 0, 0, 2478, 2479, 1, 0, 0, 0, 2479, 2481, 1, 0, 0, 0, 2480, 2471, 1, 0, 0, 0, 2480, 2473, 1, 0, 0, 0, 2480, 2474, 1, 0, 0, 0, 2480, 2475, 1, 0, 0, 0, 2481, 155, 1, 0, 0, 0, 2482, 2483, 5, 238, 0, 0, 2483, 2484, 5, 2, 0, 0, 2484, 2485, 3, 752, 376, 0, 2485, 2486, 5, 3, 0, 0, 2486, 157, 1, 0, 0, 0, 2487, 2488, 5, 285, 0, 0, 2488, 2489, 5, 147, 0, 0, 2489, 2490, 3, 810, 405, 0, 2490, 2491, 5, 2, 0, 0, 2491, 2496, 3, 160, 80, 0, 2492, 2493, 5, 6, 0, 0, 2493, 2495, 3, 160, 80, 0, 2494, 2492, 1, 0, 0, 0, 2495, 2498, 1, 0, 0, 0, 2496, 2494, 1, 0, 0, 0, 2496, 2497, 1, 0, 0, 0, 2497, 2499, 1, 0, 0, 0, 2498, 2496, 1, 0, 0, 0, 2499, 2500, 5, 3, 0, 0, 2500, 159, 1, 0, 0, 0, 2501, 2508, 3, 792, 396, 0, 2502, 2508, 3, 680, 340, 0, 2503, 2504, 5, 2, 0, 0, 2504, 2505, 3, 666, 333, 0, 2505, 2506, 5, 3, 0, 0, 2506, 2508, 1, 0, 0, 0, 2507, 2501, 1, 0, 0, 0, 2507, 2502, 1, 0, 0, 0, 2507, 2503, 1, 0, 0, 0, 2508, 2510, 1, 0, 0, 0, 2509, 2511, 3, 90, 45, 0, 2510, 2509, 1, 0, 0, 0, 2510, 2511, 1, 0, 0, 0, 2511, 2513, 1, 0, 0, 0, 2512, 2514, 3, 308, 154, 0, 2513, 2512, 1, 0, 0, 0, 2513, 2514, 1, 0, 0, 0, 2514, 161, 1, 0, 0, 0, 2515, 2516, 5, 100, 0, 0, 2516, 2517, 3, 810, 405, 0, 2517, 163, 1, 0, 0, 0, 2518, 2519, 5, 105, 0, 0, 2519, 2523, 3, 92, 46, 0, 2520, 2521, 7, 26, 0, 0, 2521, 2523, 5, 277, 0, 0, 2522, 2518, 1, 0, 0, 0, 2522, 2520, 1, 0, 0, 0, 2523, 165, 1, 0, 0, 0, 2524, 2525, 5, 80, 0, 0, 2525, 2531, 5, 161, 0, 0, 2526, 2532, 5, 191, 0, 0, 2527, 2528, 5, 182, 0, 0, 2528, 2532, 5, 320, 0, 0, 2529, 2530, 5, 292, 0, 0, 2530, 2532, 5, 320, 0, 0, 2531, 2526, 1, 0, 0, 0, 2531, 2527, 1, 0, 0, 0, 2531, 2529, 1, 0, 0, 0, 2532, 167, 1, 0, 0, 0, 2533, 2534, 5, 351, 0, 0, 2534, 2535, 3, 762, 381, 0, 2535, 169, 1, 0, 0, 0, 2536, 2537, 5, 100, 0, 0, 2537, 2538, 5, 226, 0, 0, 2538, 2539, 3, 168, 84, 0, 2539, 171, 1, 0, 0, 0, 2540, 2541, 5, 100, 0, 0, 2541, 2542, 5, 226, 0, 0, 2542, 2543, 3, 810, 405, 0, 2543, 173, 1, 0, 0, 0, 2544, 2545, 5, 46, 0, 0, 2545, 2550, 5, 342, 0, 0, 2546, 2548, 3, 286, 143, 0, 2547, 2546, 1, 0, 0, 0, 2547, 2548, 1, 0, 0, 0, 2548, 2549, 1, 0, 0, 0, 2549, 2551, 3, 308, 154, 0, 2550, 2547, 1, 0, 0, 0, 2550, 2551, 1, 0, 0, 0, 2551, 2553, 1, 0, 0, 0, 2552, 2554, 3, 136, 68, 0, 2553, 2552, 1, 0, 0, 0, 2553, 2554, 1, 0, 0, 0, 2554, 2555, 1, 0, 0, 0, 2555, 2565, 5, 80, 0, 0, 2556, 2561, 3, 724, 362, 0, 2557, 2558, 5, 6, 0, 0, 2558, 2560, 3, 724, 362, 0, 2559, 2557, 1, 0, 0, 0, 2560, 2563, 1, 0, 0, 0, 2561, 2559, 1, 0, 0, 0, 2561, 2562, 1, 0, 0, 0, 2562, 2566, 1, 0, 0, 0, 2563, 2561, 1, 0, 0, 0, 2564, 2566, 3, 722, 361, 0, 2565, 2556, 1, 0, 0, 0, 2565, 2564, 1, 0, 0, 0, 2566, 2567, 1, 0, 0, 0, 2567, 2568, 3, 602, 301, 0, 2568, 175, 1, 0, 0, 0, 2569, 2570, 5, 138, 0, 0, 2570, 2572, 5, 342, 0, 0, 2571, 2573, 3, 414, 207, 0, 2572, 2571, 1, 0, 0, 0, 2572, 2573, 1, 0, 0, 0, 2573, 2574, 1, 0, 0, 0, 2574, 2575, 3, 308, 154, 0, 2575, 2576, 5, 333, 0, 0, 2576, 2577, 5, 342, 0, 0, 2577, 2578, 3, 804, 402, 0, 2578, 177, 1, 0, 0, 0, 2579, 2581, 5, 46, 0, 0, 2580, 2582, 3, 114, 57, 0, 2581, 2580, 1, 0, 0, 0, 2581, 2582, 1, 0, 0, 0, 2582, 2583, 1, 0, 0, 0, 2583, 2585, 5, 92, 0, 0, 2584, 2586, 3, 286, 143, 0, 2585, 2584, 1, 0, 0, 0, 2585, 2586, 1, 0, 0, 0, 2586, 2587, 1, 0, 0, 0, 2587, 2588, 3, 180, 90, 0, 2588, 2589, 5, 36, 0, 0, 2589, 2591, 3, 552, 276, 0, 2590, 2592, 3, 182, 91, 0, 2591, 2590, 1, 0, 0, 0, 2591, 2592, 1, 0, 0, 0, 2592, 179, 1, 0, 0, 0, 2593, 2595, 3, 764, 382, 0, 2594, 2596, 3, 138, 69, 0, 2595, 2594, 1, 0, 0, 0, 2595, 2596, 1, 0, 0, 0, 2596, 2598, 1, 0, 0, 0, 2597, 2599, 3, 162, 81, 0, 2598, 2597, 1, 0, 0, 0, 2598, 2599, 1, 0, 0, 0, 2599, 2601, 1, 0, 0, 0, 2600, 2602, 3, 164, 82, 0, 2601, 2600, 1, 0, 0, 0, 2601, 2602, 1, 0, 0, 0, 2602, 2604, 1, 0, 0, 0, 2603, 2605, 3, 166, 83, 0, 2604, 2603, 1, 0, 0, 0, 2604, 2605, 1, 0, 0, 0, 2605, 2607, 1, 0, 0, 0, 2606, 2608, 3, 168, 84, 0, 2607, 2606, 1, 0, 0, 0, 2607, 2608, 1, 0, 0, 0, 2608, 181, 1, 0, 0, 0, 2609, 2613, 5, 105, 0, 0, 2610, 2614, 5, 174, 0, 0, 2611, 2612, 5, 269, 0, 0, 2612, 2614, 5, 174, 0, 0, 2613, 2610, 1, 0, 0, 0, 2613, 2611, 1, 0, 0, 0, 2614, 183, 1, 0, 0, 0, 2615, 2617, 5, 46, 0, 0, 2616, 2618, 5, 367, 0, 0, 2617, 2616, 1, 0, 0, 0, 2617, 2618, 1, 0, 0, 0, 2618, 2619, 1, 0, 0, 0, 2619, 2620, 5, 259, 0, 0, 2620, 2622, 5, 376, 0, 0, 2621, 2623, 3, 286, 143, 0, 2622, 2621, 1, 0, 0, 0, 2622, 2623, 1, 0, 0, 0, 2623, 2624, 1, 0, 0, 0, 2624, 2626, 3, 768, 384, 0, 2625, 2627, 3, 138, 69, 0, 2626, 2625, 1, 0, 0, 0, 2626, 2627, 1, 0, 0, 0, 2627, 2629, 1, 0, 0, 0, 2628, 2630, 3, 162, 81, 0, 2629, 2628, 1, 0, 0, 0, 2629, 2630, 1, 0, 0, 0, 2630, 2632, 1, 0, 0, 0, 2631, 2633, 3, 94, 47, 0, 2632, 2631, 1, 0, 0, 0, 2632, 2633, 1, 0, 0, 0, 2633, 2635, 1, 0, 0, 0, 2634, 2636, 3, 168, 84, 0, 2635, 2634, 1, 0, 0, 0, 2635, 2636, 1, 0, 0, 0, 2636, 2637, 1, 0, 0, 0, 2637, 2638, 5, 36, 0, 0, 2638, 2640, 3, 552, 276, 0, 2639, 2641, 3, 182, 91, 0, 2640, 2639, 1, 0, 0, 0, 2640, 2641, 1, 0, 0, 0, 2641, 185, 1, 0, 0, 0, 2642, 2643, 5, 305, 0, 0, 2643, 2644, 5, 259, 0, 0, 2644, 2646, 5, 376, 0, 0, 2645, 2647, 5, 109, 0, 0, 2646, 2645, 1, 0, 0, 0, 2646, 2647, 1, 0, 0, 0, 2647, 2648, 1, 0, 0, 0, 2648, 2650, 3, 770, 385, 0, 2649, 2651, 3, 182, 91, 0, 2650, 2649, 1, 0, 0, 0, 2650, 2651, 1, 0, 0, 0, 2651, 187, 1, 0, 0, 0, 2652, 2654, 5, 46, 0, 0, 2653, 2655, 3, 114, 57, 0, 2654, 2653, 1, 0, 0, 0, 2654, 2655, 1, 0, 0, 0, 2655, 2656, 1, 0, 0, 0, 2656, 2658, 5, 328, 0, 0, 2657, 2659, 3, 286, 143, 0, 2658, 2657, 1, 0, 0, 0, 2658, 2659, 1, 0, 0, 0, 2659, 2660, 1, 0, 0, 0, 2660, 2666, 3, 772, 386, 0, 2661, 2663, 3, 192, 96, 0, 2662, 2661, 1, 0, 0, 0, 2663, 2664, 1, 0, 0, 0, 2664, 2662, 1, 0, 0, 0, 2664, 2665, 1, 0, 0, 0, 2665, 2667, 1, 0, 0, 0, 2666, 2662, 1, 0, 0, 0, 2666, 2667, 1, 0, 0, 0, 2667, 189, 1, 0, 0, 0, 2668, 2669, 5, 138, 0, 0, 2669, 2671, 5, 328, 0, 0, 2670, 2672, 3, 414, 207, 0, 2671, 2670, 1, 0, 0, 0, 2671, 2672, 1, 0, 0, 0, 2672, 2673, 1, 0, 0, 0, 2673, 2675, 3, 772, 386, 0, 2674, 2676, 3, 192, 96, 0, 2675, 2674, 1, 0, 0, 0, 2676, 2677, 1, 0, 0, 0, 2677, 2675, 1, 0, 0, 0, 2677, 2678, 1, 0, 0, 0, 2678, 191, 1, 0, 0, 0, 2679, 2680, 5, 36, 0, 0, 2680, 2713, 3, 646, 323, 0, 2681, 2683, 5, 148, 0, 0, 2682, 2684, 3, 194, 97, 0, 2683, 2682, 1, 0, 0, 0, 2683, 2684, 1, 0, 0, 0, 2684, 2713, 1, 0, 0, 0, 2685, 2687, 5, 225, 0, 0, 2686, 2688, 5, 147, 0, 0, 2687, 2686, 1, 0, 0, 0, 2687, 2688, 1, 0, 0, 0, 2688, 2689, 1, 0, 0, 0, 2689, 2713, 3, 194, 97, 0, 2690, 2691, 7, 27, 0, 0, 2691, 2713, 3, 194, 97, 0, 2692, 2693, 5, 269, 0, 0, 2693, 2713, 7, 28, 0, 0, 2694, 2695, 5, 281, 0, 0, 2695, 2696, 5, 147, 0, 0, 2696, 2713, 3, 792, 396, 0, 2697, 2698, 5, 328, 0, 0, 2698, 2699, 5, 266, 0, 0, 2699, 2713, 3, 308, 154, 0, 2700, 2702, 5, 340, 0, 0, 2701, 2703, 5, 105, 0, 0, 2702, 2701, 1, 0, 0, 0, 2702, 2703, 1, 0, 0, 0, 2703, 2704, 1, 0, 0, 0, 2704, 2713, 3, 194, 97, 0, 2705, 2707, 5, 314, 0, 0, 2706, 2708, 5, 105, 0, 0, 2707, 2706, 1, 0, 0, 0, 2707, 2708, 1, 0, 0, 0, 2708, 2710, 1, 0, 0, 0, 2709, 2711, 3, 194, 97, 0, 2710, 2709, 1, 0, 0, 0, 2710, 2711, 1, 0, 0, 0, 2711, 2713, 1, 0, 0, 0, 2712, 2679, 1, 0, 0, 0, 2712, 2681, 1, 0, 0, 0, 2712, 2685, 1, 0, 0, 0, 2712, 2690, 1, 0, 0, 0, 2712, 2692, 1, 0, 0, 0, 2712, 2694, 1, 0, 0, 0, 2712, 2697, 1, 0, 0, 0, 2712, 2700, 1, 0, 0, 0, 2712, 2705, 1, 0, 0, 0, 2713, 193, 1, 0, 0, 0, 2714, 2716, 7, 29, 0, 0, 2715, 2714, 1, 0, 0, 0, 2715, 2716, 1, 0, 0, 0, 2716, 2717, 1, 0, 0, 0, 2717, 2720, 5, 573, 0, 0, 2718, 2720, 3, 804, 402, 0, 2719, 2715, 1, 0, 0, 0, 2719, 2718, 1, 0, 0, 0, 2720, 195, 1, 0, 0, 0, 2721, 2723, 5, 46, 0, 0, 2722, 2724, 3, 358, 179, 0, 2723, 2722, 1, 0, 0, 0, 2723, 2724, 1, 0, 0, 0, 2724, 2726, 1, 0, 0, 0, 2725, 2727, 5, 359, 0, 0, 2726, 2725, 1, 0, 0, 0, 2726, 2727, 1, 0, 0, 0, 2727, 2729, 1, 0, 0, 0, 2728, 2730, 5, 295, 0, 0, 2729, 2728, 1, 0, 0, 0, 2729, 2730, 1, 0, 0, 0, 2730, 2731, 1, 0, 0, 0, 2731, 2732, 5, 247, 0, 0, 2732, 2745, 3, 810, 405, 0, 2733, 2734, 5, 215, 0, 0, 2734, 2737, 3, 308, 154, 0, 2735, 2736, 5, 239, 0, 0, 2736, 2738, 3, 308, 154, 0, 2737, 2735, 1, 0, 0, 0, 2737, 2738, 1, 0, 0, 0, 2738, 2743, 1, 0, 0, 0, 2739, 2740, 5, 373, 0, 0, 2740, 2744, 3, 308, 154, 0, 2741, 2742, 5, 269, 0, 0, 2742, 2744, 5, 373, 0, 0, 2743, 2739, 1, 0, 0, 0, 2743, 2741, 1, 0, 0, 0, 2743, 2744, 1, 0, 0, 0, 2744, 2746, 1, 0, 0, 0, 2745, 2733, 1, 0, 0, 0, 2745, 2746, 1, 0, 0, 0, 2746, 197, 1, 0, 0, 0, 2747, 2748, 5, 46, 0, 0, 2748, 2751, 3, 168, 84, 0, 2749, 2750, 5, 282, 0, 0, 2750, 2752, 3, 806, 403, 0, 2751, 2749, 1, 0, 0, 0, 2751, 2752, 1, 0, 0, 0, 2752, 2753, 1, 0, 0, 0, 2753, 2754, 5, 255, 0, 0, 2754, 2756, 3, 800, 400, 0, 2755, 2757, 3, 94, 47, 0, 2756, 2755, 1, 0, 0, 0, 2756, 2757, 1, 0, 0, 0, 2757, 199, 1, 0, 0, 0, 2758, 2759, 5, 46, 0, 0, 2759, 2761, 5, 204, 0, 0, 2760, 2762, 3, 286, 143, 0, 2761, 2760, 1, 0, 0, 0, 2761, 2762, 1, 0, 0, 0, 2762, 2763, 1, 0, 0, 0, 2763, 2765, 3, 810, 405, 0, 2764, 2766, 5, 105, 0, 0, 2765, 2764, 1, 0, 0, 0, 2765, 2766, 1, 0, 0, 0, 2766, 2774, 1, 0, 0, 0, 2767, 2768, 5, 323, 0, 0, 2768, 2773, 3, 782, 391, 0, 2769, 2770, 7, 30, 0, 0, 2770, 2773, 3, 58, 29, 0, 2771, 2773, 5, 150, 0, 0, 2772, 2767, 1, 0, 0, 0, 2772, 2769, 1, 0, 0, 0, 2772, 2771, 1, 0, 0, 0, 2773, 2776, 1, 0, 0, 0, 2774, 2772, 1, 0, 0, 0, 2774, 2775, 1, 0, 0, 0, 2775, 201, 1, 0, 0, 0, 2776, 2774, 1, 0, 0, 0, 2777, 2778, 5, 138, 0, 0, 2778, 2779, 5, 204, 0, 0, 2779, 2780, 3, 810, 405, 0, 2780, 2785, 5, 369, 0, 0, 2781, 2782, 5, 94, 0, 0, 2782, 2784, 3, 58, 29, 0, 2783, 2781, 1, 0, 0, 0, 2784, 2787, 1, 0, 0, 0, 2785, 2783, 1, 0, 0, 0, 2785, 2786, 1, 0, 0, 0, 2786, 203, 1, 0, 0, 0, 2787, 2785, 1, 0, 0, 0, 2788, 2789, 5, 138, 0, 0, 2789, 2790, 5, 204, 0, 0, 2790, 2791, 3, 810, 405, 0, 2791, 2824, 7, 6, 0, 0, 2792, 2793, 5, 443, 0, 0, 2793, 2794, 5, 62, 0, 0, 2794, 2795, 3, 644, 322, 0, 2795, 2796, 5, 247, 0, 0, 2796, 2797, 3, 810, 405, 0, 2797, 2825, 1, 0, 0, 0, 2798, 2799, 5, 442, 0, 0, 2799, 2825, 3, 366, 183, 0, 2800, 2801, 5, 296, 0, 0, 2801, 2825, 3, 370, 185, 0, 2802, 2803, 5, 278, 0, 0, 2803, 2804, 7, 31, 0, 0, 2804, 2805, 3, 308, 154, 0, 2805, 2806, 3, 162, 81, 0, 2806, 2825, 1, 0, 0, 0, 2807, 2808, 5, 278, 0, 0, 2808, 2825, 3, 408, 204, 0, 2809, 2810, 5, 211, 0, 0, 2810, 2825, 3, 374, 187, 0, 2811, 2812, 7, 32, 0, 0, 2812, 2825, 3, 644, 322, 0, 2813, 2814, 5, 41, 0, 0, 2814, 2815, 5, 2, 0, 0, 2815, 2816, 3, 644, 322, 0, 2816, 2817, 5, 36, 0, 0, 2817, 2818, 3, 644, 322, 0, 2818, 2819, 5, 3, 0, 0, 2819, 2825, 1, 0, 0, 0, 2820, 2821, 5, 136, 0, 0, 2821, 2825, 3, 386, 193, 0, 2822, 2825, 3, 304, 152, 0, 2823, 2825, 3, 302, 151, 0, 2824, 2792, 1, 0, 0, 0, 2824, 2798, 1, 0, 0, 0, 2824, 2800, 1, 0, 0, 0, 2824, 2802, 1, 0, 0, 0, 2824, 2807, 1, 0, 0, 0, 2824, 2809, 1, 0, 0, 0, 2824, 2811, 1, 0, 0, 0, 2824, 2813, 1, 0, 0, 0, 2824, 2820, 1, 0, 0, 0, 2824, 2822, 1, 0, 0, 0, 2824, 2823, 1, 0, 0, 0, 2825, 205, 1, 0, 0, 0, 2826, 2827, 5, 46, 0, 0, 2827, 2828, 5, 63, 0, 0, 2828, 2829, 5, 174, 0, 0, 2829, 2830, 5, 381, 0, 0, 2830, 2836, 3, 810, 405, 0, 2831, 2833, 3, 208, 104, 0, 2832, 2831, 1, 0, 0, 0, 2833, 2834, 1, 0, 0, 0, 2834, 2832, 1, 0, 0, 0, 2834, 2835, 1, 0, 0, 0, 2835, 2837, 1, 0, 0, 0, 2836, 2832, 1, 0, 0, 0, 2836, 2837, 1, 0, 0, 0, 2837, 2839, 1, 0, 0, 0, 2838, 2840, 3, 212, 106, 0, 2839, 2838, 1, 0, 0, 0, 2839, 2840, 1, 0, 0, 0, 2840, 207, 1, 0, 0, 0, 2841, 2843, 7, 33, 0, 0, 2842, 2844, 3, 308, 154, 0, 2843, 2842, 1, 0, 0, 0, 2843, 2844, 1, 0, 0, 0, 2844, 2848, 1, 0, 0, 0, 2845, 2846, 5, 269, 0, 0, 2846, 2848, 7, 33, 0, 0, 2847, 2841, 1, 0, 0, 0, 2847, 2845, 1, 0, 0, 0, 2848, 209, 1, 0, 0, 0, 2849, 2850, 5, 138, 0, 0, 2850, 2851, 5, 63, 0, 0, 2851, 2852, 5, 174, 0, 0, 2852, 2853, 5, 381, 0, 0, 2853, 2867, 3, 810, 405, 0, 2854, 2856, 3, 208, 104, 0, 2855, 2854, 1, 0, 0, 0, 2856, 2857, 1, 0, 0, 0, 2857, 2855, 1, 0, 0, 0, 2857, 2858, 1, 0, 0, 0, 2858, 2860, 1, 0, 0, 0, 2859, 2855, 1, 0, 0, 0, 2859, 2860, 1, 0, 0, 0, 2860, 2861, 1, 0, 0, 0, 2861, 2868, 3, 214, 107, 0, 2862, 2864, 3, 208, 104, 0, 2863, 2862, 1, 0, 0, 0, 2864, 2865, 1, 0, 0, 0, 2865, 2863, 1, 0, 0, 0, 2865, 2866, 1, 0, 0, 0, 2866, 2868, 1, 0, 0, 0, 2867, 2859, 1, 0, 0, 0, 2867, 2863, 1, 0, 0, 0, 2868, 211, 1, 0, 0, 0, 2869, 2870, 5, 280, 0, 0, 2870, 2871, 5, 2, 0, 0, 2871, 2876, 3, 218, 109, 0, 2872, 2873, 5, 6, 0, 0, 2873, 2875, 3, 218, 109, 0, 2874, 2872, 1, 0, 0, 0, 2875, 2878, 1, 0, 0, 0, 2876, 2874, 1, 0, 0, 0, 2876, 2877, 1, 0, 0, 0, 2877, 2879, 1, 0, 0, 0, 2878, 2876, 1, 0, 0, 0, 2879, 2880, 5, 3, 0, 0, 2880, 213, 1, 0, 0, 0, 2881, 2882, 5, 280, 0, 0, 2882, 2883, 5, 2, 0, 0, 2883, 2888, 3, 216, 108, 0, 2884, 2885, 5, 6, 0, 0, 2885, 2887, 3, 216, 108, 0, 2886, 2884, 1, 0, 0, 0, 2887, 2890, 1, 0, 0, 0, 2888, 2886, 1, 0, 0, 0, 2888, 2889, 1, 0, 0, 0, 2889, 2891, 1, 0, 0, 0, 2890, 2888, 1, 0, 0, 0, 2891, 2892, 5, 3, 0, 0, 2892, 215, 1, 0, 0, 0, 2893, 2894, 7, 34, 0, 0, 2894, 2895, 3, 218, 109, 0, 2895, 217, 1, 0, 0, 0, 2896, 2897, 3, 816, 408, 0, 2897, 2898, 3, 800, 400, 0, 2898, 219, 1, 0, 0, 0, 2899, 2900, 5, 46, 0, 0, 2900, 2902, 5, 331, 0, 0, 2901, 2903, 3, 286, 143, 0, 2902, 2901, 1, 0, 0, 0, 2902, 2903, 1, 0, 0, 0, 2903, 2904, 1, 0, 0, 0, 2904, 2907, 3, 810, 405, 0, 2905, 2906, 5, 360, 0, 0, 2906, 2908, 3, 800, 400, 0, 2907, 2905, 1, 0, 0, 0, 2907, 2908, 1, 0, 0, 0, 2908, 2910, 1, 0, 0, 0, 2909, 2911, 3, 222, 111, 0, 2910, 2909, 1, 0, 0, 0, 2910, 2911, 1, 0, 0, 0, 2911, 2912, 1, 0, 0, 0, 2912, 2913, 5, 63, 0, 0, 2913, 2914, 5, 174, 0, 0, 2914, 2915, 5, 381, 0, 0, 2915, 2917, 3, 810, 405, 0, 2916, 2918, 3, 212, 106, 0, 2917, 2916, 1, 0, 0, 0, 2917, 2918, 1, 0, 0, 0, 2918, 221, 1, 0, 0, 0, 2919, 2922, 5, 375, 0, 0, 2920, 2923, 3, 800, 400, 0, 2921, 2923, 5, 78, 0, 0, 2922, 2920, 1, 0, 0, 0, 2922, 2921, 1, 0, 0, 0, 2923, 223, 1, 0, 0, 0, 2924, 2925, 5, 138, 0, 0, 2925, 2926, 5, 331, 0, 0, 2926, 2932, 3, 810, 405, 0, 2927, 2933, 3, 214, 107, 0, 2928, 2930, 3, 222, 111, 0, 2929, 2931, 3, 214, 107, 0, 2930, 2929, 1, 0, 0, 0, 2930, 2931, 1, 0, 0, 0, 2931, 2933, 1, 0, 0, 0, 2932, 2927, 1, 0, 0, 0, 2932, 2928, 1, 0, 0, 0, 2933, 225, 1, 0, 0, 0, 2934, 2935, 5, 46, 0, 0, 2935, 2936, 5, 63, 0, 0, 2936, 2938, 5, 92, 0, 0, 2937, 2939, 3, 286, 143, 0, 2938, 2937, 1, 0, 0, 0, 2938, 2939, 1, 0, 0, 0, 2939, 2940, 1, 0, 0, 0, 2940, 2941, 3, 764, 382, 0, 2941, 2943, 5, 2, 0, 0, 2942, 2944, 3, 118, 59, 0, 2943, 2942, 1, 0, 0, 0, 2943, 2944, 1, 0, 0, 0, 2944, 2945, 1, 0, 0, 0, 2945, 2947, 5, 3, 0, 0, 2946, 2948, 3, 156, 78, 0, 2947, 2946, 1, 0, 0, 0, 2947, 2948, 1, 0, 0, 0, 2948, 2949, 1, 0, 0, 0, 2949, 2950, 5, 331, 0, 0, 2950, 2952, 3, 810, 405, 0, 2951, 2953, 3, 212, 106, 0, 2952, 2951, 1, 0, 0, 0, 2952, 2953, 1, 0, 0, 0, 2953, 2974, 1, 0, 0, 0, 2954, 2955, 5, 46, 0, 0, 2955, 2956, 5, 63, 0, 0, 2956, 2958, 5, 92, 0, 0, 2957, 2959, 3, 286, 143, 0, 2958, 2957, 1, 0, 0, 0, 2958, 2959, 1, 0, 0, 0, 2959, 2960, 1, 0, 0, 0, 2960, 2961, 3, 764, 382, 0, 2961, 2962, 5, 285, 0, 0, 2962, 2963, 5, 275, 0, 0, 2963, 2965, 3, 766, 383, 0, 2964, 2966, 3, 116, 58, 0, 2965, 2964, 1, 0, 0, 0, 2965, 2966, 1, 0, 0, 0, 2966, 2967, 1, 0, 0, 0, 2967, 2968, 3, 98, 49, 0, 2968, 2969, 5, 331, 0, 0, 2969, 2971, 3, 810, 405, 0, 2970, 2972, 3, 212, 106, 0, 2971, 2970, 1, 0, 0, 0, 2971, 2972, 1, 0, 0, 0, 2972, 2974, 1, 0, 0, 0, 2973, 2934, 1, 0, 0, 0, 2973, 2954, 1, 0, 0, 0, 2974, 227, 1, 0, 0, 0, 2975, 2976, 5, 444, 0, 0, 2976, 2977, 5, 63, 0, 0, 2977, 2978, 5, 323, 0, 0, 2978, 2988, 3, 782, 391, 0, 2979, 2980, 5, 74, 0, 0, 2980, 2983, 5, 94, 0, 0, 2981, 2983, 5, 59, 0, 0, 2982, 2979, 1, 0, 0, 0, 2982, 2981, 1, 0, 0, 0, 2983, 2984, 1, 0, 0, 0, 2984, 2985, 5, 2, 0, 0, 2985, 2986, 3, 620, 310, 0, 2986, 2987, 5, 3, 0, 0, 2987, 2989, 1, 0, 0, 0, 2988, 2982, 1, 0, 0, 0, 2988, 2989, 1, 0, 0, 0, 2989, 2990, 1, 0, 0, 0, 2990, 2991, 5, 64, 0, 0, 2991, 2992, 5, 331, 0, 0, 2992, 2993, 3, 810, 405, 0, 2993, 2994, 5, 71, 0, 0, 2994, 2996, 3, 810, 405, 0, 2995, 2997, 3, 212, 106, 0, 2996, 2995, 1, 0, 0, 0, 2996, 2997, 1, 0, 0, 0, 2997, 229, 1, 0, 0, 0, 2998, 2999, 5, 46, 0, 0, 2999, 3000, 5, 99, 0, 0, 3000, 3002, 5, 257, 0, 0, 3001, 3003, 3, 286, 143, 0, 3002, 3001, 1, 0, 0, 0, 3002, 3003, 1, 0, 0, 0, 3003, 3004, 1, 0, 0, 0, 3004, 3007, 5, 62, 0, 0, 3005, 3008, 3, 806, 403, 0, 3006, 3008, 5, 99, 0, 0, 3007, 3005, 1, 0, 0, 0, 3007, 3006, 1, 0, 0, 0, 3008, 3009, 1, 0, 0, 0, 3009, 3010, 5, 331, 0, 0, 3010, 3012, 3, 810, 405, 0, 3011, 3013, 3, 212, 106, 0, 3012, 3011, 1, 0, 0, 0, 3012, 3013, 1, 0, 0, 0, 3013, 231, 1, 0, 0, 0, 3014, 3015, 5, 138, 0, 0, 3015, 3016, 5, 99, 0, 0, 3016, 3017, 5, 257, 0, 0, 3017, 3020, 5, 62, 0, 0, 3018, 3021, 3, 806, 403, 0, 3019, 3021, 5, 99, 0, 0, 3020, 3018, 1, 0, 0, 0, 3020, 3019, 1, 0, 0, 0, 3021, 3022, 1, 0, 0, 0, 3022, 3023, 5, 331, 0, 0, 3023, 3024, 3, 810, 405, 0, 3024, 3025, 3, 214, 107, 0, 3025, 233, 1, 0, 0, 0, 3026, 3027, 5, 46, 0, 0, 3027, 3028, 5, 445, 0, 0, 3028, 3029, 3, 810, 405, 0, 3029, 3030, 5, 80, 0, 0, 3030, 3037, 3, 772, 386, 0, 3031, 3035, 5, 36, 0, 0, 3032, 3036, 5, 541, 0, 0, 3033, 3036, 5, 542, 0, 0, 3034, 3036, 3, 818, 409, 0, 3035, 3032, 1, 0, 0, 0, 3035, 3033, 1, 0, 0, 0, 3035, 3034, 1, 0, 0, 0, 3036, 3038, 1, 0, 0, 0, 3037, 3031, 1, 0, 0, 0, 3037, 3038, 1, 0, 0, 0, 3038, 3041, 1, 0, 0, 0, 3039, 3040, 5, 62, 0, 0, 3040, 3042, 7, 35, 0, 0, 3041, 3039, 1, 0, 0, 0, 3041, 3042, 1, 0, 0, 0, 3042, 3045, 1, 0, 0, 0, 3043, 3044, 5, 94, 0, 0, 3044, 3046, 3, 808, 404, 0, 3045, 3043, 1, 0, 0, 0, 3045, 3046, 1, 0, 0, 0, 3046, 3048, 1, 0, 0, 0, 3047, 3049, 3, 242, 121, 0, 3048, 3047, 1, 0, 0, 0, 3048, 3049, 1, 0, 0, 0, 3049, 3051, 1, 0, 0, 0, 3050, 3052, 3, 244, 122, 0, 3051, 3050, 1, 0, 0, 0, 3051, 3052, 1, 0, 0, 0, 3052, 235, 1, 0, 0, 0, 3053, 3054, 5, 138, 0, 0, 3054, 3055, 5, 445, 0, 0, 3055, 3056, 3, 810, 405, 0, 3056, 3057, 5, 80, 0, 0, 3057, 3060, 3, 772, 386, 0, 3058, 3059, 5, 94, 0, 0, 3059, 3061, 3, 808, 404, 0, 3060, 3058, 1, 0, 0, 0, 3060, 3061, 1, 0, 0, 0, 3061, 3063, 1, 0, 0, 0, 3062, 3064, 3, 242, 121, 0, 3063, 3062, 1, 0, 0, 0, 3063, 3064, 1, 0, 0, 0, 3064, 3066, 1, 0, 0, 0, 3065, 3067, 3, 244, 122, 0, 3066, 3065, 1, 0, 0, 0, 3066, 3067, 1, 0, 0, 0, 3067, 237, 1, 0, 0, 0, 3068, 3069, 5, 138, 0, 0, 3069, 3070, 5, 296, 0, 0, 3070, 3072, 3, 788, 394, 0, 3071, 3073, 3, 360, 180, 0, 3072, 3071, 1, 0, 0, 0, 3072, 3073, 1, 0, 0, 0, 3073, 3100, 1, 0, 0, 0, 3074, 3078, 3, 240, 120, 0, 3075, 3077, 3, 240, 120, 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, 3082, 1, 0, 0, 0, 3080, 3078, 1, 0, 0, 0, 3081, 3083, 5, 315, 0, 0, 3082, 3081, 1, 0, 0, 0, 3082, 3083, 1, 0, 0, 0, 3083, 3101, 1, 0, 0, 0, 3084, 3085, 5, 309, 0, 0, 3085, 3086, 5, 94, 0, 0, 3086, 3101, 3, 790, 395, 0, 3087, 3088, 5, 282, 0, 0, 3088, 3089, 5, 94, 0, 0, 3089, 3101, 3, 806, 403, 0, 3090, 3091, 5, 333, 0, 0, 3091, 3092, 5, 323, 0, 0, 3092, 3101, 3, 32, 16, 0, 3093, 3095, 5, 269, 0, 0, 3094, 3093, 1, 0, 0, 0, 3094, 3095, 1, 0, 0, 0, 3095, 3096, 1, 0, 0, 0, 3096, 3097, 5, 462, 0, 0, 3097, 3098, 5, 80, 0, 0, 3098, 3099, 5, 204, 0, 0, 3099, 3101, 3, 810, 405, 0, 3100, 3074, 1, 0, 0, 0, 3100, 3084, 1, 0, 0, 0, 3100, 3087, 1, 0, 0, 0, 3100, 3090, 1, 0, 0, 0, 3100, 3094, 1, 0, 0, 0, 3101, 239, 1, 0, 0, 0, 3102, 3104, 5, 205, 0, 0, 3103, 3102, 1, 0, 0, 0, 3103, 3104, 1, 0, 0, 0, 3104, 3105, 1, 0, 0, 0, 3105, 3106, 5, 327, 0, 0, 3106, 3113, 5, 243, 0, 0, 3107, 3109, 5, 205, 0, 0, 3108, 3107, 1, 0, 0, 0, 3108, 3109, 1, 0, 0, 0, 3109, 3110, 1, 0, 0, 0, 3110, 3111, 5, 327, 0, 0, 3111, 3113, 5, 181, 0, 0, 3112, 3103, 1, 0, 0, 0, 3112, 3108, 1, 0, 0, 0, 3113, 3132, 1, 0, 0, 0, 3114, 3115, 5, 333, 0, 0, 3115, 3116, 3, 810, 405, 0, 3116, 3119, 7, 36, 0, 0, 3117, 3120, 3, 810, 405, 0, 3118, 3120, 5, 53, 0, 0, 3119, 3117, 1, 0, 0, 0, 3119, 3118, 1, 0, 0, 0, 3120, 3132, 1, 0, 0, 0, 3121, 3122, 5, 333, 0, 0, 3122, 3123, 3, 810, 405, 0, 3123, 3124, 5, 64, 0, 0, 3124, 3125, 5, 434, 0, 0, 3125, 3132, 1, 0, 0, 0, 3126, 3129, 5, 313, 0, 0, 3127, 3130, 3, 810, 405, 0, 3128, 3130, 5, 30, 0, 0, 3129, 3127, 1, 0, 0, 0, 3129, 3128, 1, 0, 0, 0, 3130, 3132, 1, 0, 0, 0, 3131, 3112, 1, 0, 0, 0, 3131, 3114, 1, 0, 0, 0, 3131, 3121, 1, 0, 0, 0, 3131, 3126, 1, 0, 0, 0, 3132, 241, 1, 0, 0, 0, 3133, 3134, 5, 100, 0, 0, 3134, 3135, 5, 2, 0, 0, 3135, 3136, 3, 666, 333, 0, 3136, 3137, 5, 3, 0, 0, 3137, 243, 1, 0, 0, 0, 3138, 3139, 5, 105, 0, 0, 3139, 3140, 5, 42, 0, 0, 3140, 3141, 5, 2, 0, 0, 3141, 3142, 3, 666, 333, 0, 3142, 3143, 5, 3, 0, 0, 3143, 245, 1, 0, 0, 0, 3144, 3145, 5, 46, 0, 0, 3145, 3146, 5, 131, 0, 0, 3146, 3147, 5, 446, 0, 0, 3147, 3148, 3, 810, 405, 0, 3148, 3149, 5, 360, 0, 0, 3149, 3150, 7, 37, 0, 0, 3150, 3151, 5, 215, 0, 0, 3151, 3152, 3, 308, 154, 0, 3152, 247, 1, 0, 0, 0, 3153, 3155, 5, 46, 0, 0, 3154, 3156, 3, 358, 179, 0, 3155, 3154, 1, 0, 0, 0, 3155, 3156, 1, 0, 0, 0, 3156, 3157, 1, 0, 0, 0, 3157, 3158, 5, 357, 0, 0, 3158, 3159, 3, 810, 405, 0, 3159, 3160, 3, 250, 125, 0, 3160, 3161, 3, 252, 126, 0, 3161, 3162, 5, 80, 0, 0, 3162, 3174, 3, 766, 383, 0, 3163, 3170, 5, 447, 0, 0, 3164, 3165, 7, 38, 0, 0, 3165, 3167, 7, 39, 0, 0, 3166, 3168, 5, 36, 0, 0, 3167, 3166, 1, 0, 0, 0, 3167, 3168, 1, 0, 0, 0, 3168, 3169, 1, 0, 0, 0, 3169, 3171, 3, 810, 405, 0, 3170, 3164, 1, 0, 0, 0, 3171, 3172, 1, 0, 0, 0, 3172, 3170, 1, 0, 0, 0, 3172, 3173, 1, 0, 0, 0, 3173, 3175, 1, 0, 0, 0, 3174, 3163, 1, 0, 0, 0, 3174, 3175, 1, 0, 0, 0, 3175, 3181, 1, 0, 0, 0, 3176, 3178, 5, 62, 0, 0, 3177, 3179, 5, 192, 0, 0, 3178, 3177, 1, 0, 0, 0, 3178, 3179, 1, 0, 0, 0, 3179, 3180, 1, 0, 0, 0, 3180, 3182, 7, 40, 0, 0, 3181, 3176, 1, 0, 0, 0, 3181, 3182, 1, 0, 0, 0, 3182, 3184, 1, 0, 0, 0, 3183, 3185, 3, 256, 128, 0, 3184, 3183, 1, 0, 0, 0, 3184, 3185, 1, 0, 0, 0, 3185, 3186, 1, 0, 0, 0, 3186, 3187, 5, 202, 0, 0, 3187, 3188, 3, 258, 129, 0, 3188, 3189, 5, 2, 0, 0, 3189, 3190, 3, 260, 130, 0, 3190, 3191, 5, 3, 0, 0, 3191, 3232, 1, 0, 0, 0, 3192, 3194, 5, 46, 0, 0, 3193, 3195, 3, 358, 179, 0, 3194, 3193, 1, 0, 0, 0, 3194, 3195, 1, 0, 0, 0, 3195, 3197, 1, 0, 0, 0, 3196, 3198, 5, 45, 0, 0, 3197, 3196, 1, 0, 0, 0, 3197, 3198, 1, 0, 0, 0, 3198, 3199, 1, 0, 0, 0, 3199, 3200, 5, 357, 0, 0, 3200, 3201, 3, 810, 405, 0, 3201, 3202, 3, 250, 125, 0, 3202, 3203, 3, 252, 126, 0, 3203, 3204, 5, 80, 0, 0, 3204, 3207, 3, 766, 383, 0, 3205, 3206, 5, 64, 0, 0, 3206, 3208, 3, 772, 386, 0, 3207, 3205, 1, 0, 0, 0, 3207, 3208, 1, 0, 0, 0, 3208, 3212, 1, 0, 0, 0, 3209, 3211, 3, 264, 132, 0, 3210, 3209, 1, 0, 0, 0, 3211, 3214, 1, 0, 0, 0, 3212, 3210, 1, 0, 0, 0, 3212, 3213, 1, 0, 0, 0, 3213, 3220, 1, 0, 0, 0, 3214, 3212, 1, 0, 0, 0, 3215, 3217, 5, 62, 0, 0, 3216, 3218, 5, 192, 0, 0, 3217, 3216, 1, 0, 0, 0, 3217, 3218, 1, 0, 0, 0, 3218, 3219, 1, 0, 0, 0, 3219, 3221, 7, 40, 0, 0, 3220, 3215, 1, 0, 0, 0, 3220, 3221, 1, 0, 0, 0, 3221, 3223, 1, 0, 0, 0, 3222, 3224, 3, 256, 128, 0, 3223, 3222, 1, 0, 0, 0, 3223, 3224, 1, 0, 0, 0, 3224, 3225, 1, 0, 0, 0, 3225, 3226, 5, 202, 0, 0, 3226, 3227, 3, 258, 129, 0, 3227, 3228, 5, 2, 0, 0, 3228, 3229, 3, 260, 130, 0, 3229, 3230, 5, 3, 0, 0, 3230, 3232, 1, 0, 0, 0, 3231, 3153, 1, 0, 0, 0, 3231, 3192, 1, 0, 0, 0, 3232, 249, 1, 0, 0, 0, 3233, 3238, 5, 145, 0, 0, 3234, 3238, 5, 135, 0, 0, 3235, 3236, 5, 242, 0, 0, 3236, 3238, 5, 275, 0, 0, 3237, 3233, 1, 0, 0, 0, 3237, 3234, 1, 0, 0, 0, 3237, 3235, 1, 0, 0, 0, 3238, 251, 1, 0, 0, 0, 3239, 3244, 3, 254, 127, 0, 3240, 3241, 5, 82, 0, 0, 3241, 3243, 3, 254, 127, 0, 3242, 3240, 1, 0, 0, 0, 3243, 3246, 1, 0, 0, 0, 3244, 3242, 1, 0, 0, 0, 3244, 3245, 1, 0, 0, 0, 3245, 253, 1, 0, 0, 0, 3246, 3244, 1, 0, 0, 0, 3247, 3256, 5, 241, 0, 0, 3248, 3256, 5, 182, 0, 0, 3249, 3252, 5, 369, 0, 0, 3250, 3251, 5, 275, 0, 0, 3251, 3253, 3, 140, 70, 0, 3252, 3250, 1, 0, 0, 0, 3252, 3253, 1, 0, 0, 0, 3253, 3256, 1, 0, 0, 0, 3254, 3256, 5, 358, 0, 0, 3255, 3247, 1, 0, 0, 0, 3255, 3248, 1, 0, 0, 0, 3255, 3249, 1, 0, 0, 0, 3255, 3254, 1, 0, 0, 0, 3256, 255, 1, 0, 0, 0, 3257, 3258, 5, 102, 0, 0, 3258, 3259, 5, 2, 0, 0, 3259, 3260, 3, 666, 333, 0, 3260, 3261, 5, 3, 0, 0, 3261, 257, 1, 0, 0, 0, 3262, 3263, 5, 211, 0, 0, 3263, 3267, 3, 798, 399, 0, 3264, 3265, 5, 296, 0, 0, 3265, 3267, 3, 788, 394, 0, 3266, 3262, 1, 0, 0, 0, 3266, 3264, 1, 0, 0, 0, 3267, 259, 1, 0, 0, 0, 3268, 3271, 3, 262, 131, 0, 3269, 3271, 1, 0, 0, 0, 3270, 3268, 1, 0, 0, 0, 3270, 3269, 1, 0, 0, 0, 3271, 3276, 1, 0, 0, 0, 3272, 3273, 5, 6, 0, 0, 3273, 3275, 3, 262, 131, 0, 3274, 3272, 1, 0, 0, 0, 3275, 3278, 1, 0, 0, 0, 3276, 3274, 1, 0, 0, 0, 3276, 3277, 1, 0, 0, 0, 3277, 261, 1, 0, 0, 0, 3278, 3276, 1, 0, 0, 0, 3279, 3284, 5, 571, 0, 0, 3280, 3284, 5, 573, 0, 0, 3281, 3284, 3, 800, 400, 0, 3282, 3284, 3, 816, 408, 0, 3283, 3279, 1, 0, 0, 0, 3283, 3280, 1, 0, 0, 0, 3283, 3281, 1, 0, 0, 0, 3283, 3282, 1, 0, 0, 0, 3284, 263, 1, 0, 0, 0, 3285, 3287, 5, 77, 0, 0, 3286, 3285, 1, 0, 0, 0, 3286, 3287, 1, 0, 0, 0, 3287, 3288, 1, 0, 0, 0, 3288, 3296, 5, 54, 0, 0, 3289, 3290, 5, 69, 0, 0, 3290, 3296, 7, 9, 0, 0, 3291, 3292, 5, 77, 0, 0, 3292, 3296, 5, 371, 0, 0, 3293, 3294, 5, 269, 0, 0, 3294, 3296, 5, 228, 0, 0, 3295, 3286, 1, 0, 0, 0, 3295, 3289, 1, 0, 0, 0, 3295, 3291, 1, 0, 0, 0, 3295, 3293, 1, 0, 0, 0, 3296, 265, 1, 0, 0, 0, 3297, 3298, 5, 46, 0, 0, 3298, 3299, 5, 198, 0, 0, 3299, 3300, 5, 357, 0, 0, 3300, 3301, 3, 810, 405, 0, 3301, 3302, 5, 80, 0, 0, 3302, 3312, 3, 816, 408, 0, 3303, 3304, 5, 102, 0, 0, 3304, 3309, 3, 268, 134, 0, 3305, 3306, 5, 33, 0, 0, 3306, 3308, 3, 268, 134, 0, 3307, 3305, 1, 0, 0, 0, 3308, 3311, 1, 0, 0, 0, 3309, 3307, 1, 0, 0, 0, 3309, 3310, 1, 0, 0, 0, 3310, 3313, 1, 0, 0, 0, 3311, 3309, 1, 0, 0, 0, 3312, 3303, 1, 0, 0, 0, 3312, 3313, 1, 0, 0, 0, 3313, 3314, 1, 0, 0, 0, 3314, 3315, 5, 202, 0, 0, 3315, 3316, 3, 258, 129, 0, 3316, 3317, 5, 2, 0, 0, 3317, 3318, 5, 3, 0, 0, 3318, 267, 1, 0, 0, 0, 3319, 3320, 3, 810, 405, 0, 3320, 3321, 5, 68, 0, 0, 3321, 3322, 5, 2, 0, 0, 3322, 3326, 3, 800, 400, 0, 3323, 3325, 3, 454, 227, 0, 3324, 3323, 1, 0, 0, 0, 3325, 3328, 1, 0, 0, 0, 3326, 3324, 1, 0, 0, 0, 3326, 3327, 1, 0, 0, 0, 3327, 3329, 1, 0, 0, 0, 3328, 3326, 1, 0, 0, 0, 3329, 3330, 5, 3, 0, 0, 3330, 269, 1, 0, 0, 0, 3331, 3332, 5, 138, 0, 0, 3332, 3333, 5, 198, 0, 0, 3333, 3334, 5, 357, 0, 0, 3334, 3340, 3, 810, 405, 0, 3335, 3337, 5, 193, 0, 0, 3336, 3338, 7, 14, 0, 0, 3337, 3336, 1, 0, 0, 0, 3337, 3338, 1, 0, 0, 0, 3338, 3341, 1, 0, 0, 0, 3339, 3341, 5, 186, 0, 0, 3340, 3335, 1, 0, 0, 0, 3340, 3339, 1, 0, 0, 0, 3341, 271, 1, 0, 0, 0, 3342, 3343, 5, 46, 0, 0, 3343, 3344, 5, 140, 0, 0, 3344, 3345, 3, 308, 154, 0, 3345, 3346, 5, 42, 0, 0, 3346, 3347, 5, 2, 0, 0, 3347, 3348, 3, 666, 333, 0, 3348, 3352, 5, 3, 0, 0, 3349, 3351, 3, 264, 132, 0, 3350, 3349, 1, 0, 0, 0, 3351, 3354, 1, 0, 0, 0, 3352, 3350, 1, 0, 0, 0, 3352, 3353, 1, 0, 0, 0, 3353, 273, 1, 0, 0, 0, 3354, 3352, 1, 0, 0, 0, 3355, 3357, 5, 46, 0, 0, 3356, 3358, 3, 358, 179, 0, 3357, 3356, 1, 0, 0, 0, 3357, 3358, 1, 0, 0, 0, 3358, 3359, 1, 0, 0, 0, 3359, 3360, 5, 136, 0, 0, 3360, 3375, 3, 798, 399, 0, 3361, 3362, 3, 384, 192, 0, 3362, 3363, 3, 276, 138, 0, 3363, 3376, 1, 0, 0, 0, 3364, 3365, 5, 2, 0, 0, 3365, 3370, 3, 282, 141, 0, 3366, 3367, 5, 6, 0, 0, 3367, 3369, 3, 282, 141, 0, 3368, 3366, 1, 0, 0, 0, 3369, 3372, 1, 0, 0, 0, 3370, 3368, 1, 0, 0, 0, 3370, 3371, 1, 0, 0, 0, 3371, 3373, 1, 0, 0, 0, 3372, 3370, 1, 0, 0, 0, 3373, 3374, 5, 3, 0, 0, 3374, 3376, 1, 0, 0, 0, 3375, 3361, 1, 0, 0, 0, 3375, 3364, 1, 0, 0, 0, 3376, 3434, 1, 0, 0, 0, 3377, 3378, 5, 46, 0, 0, 3378, 3379, 5, 278, 0, 0, 3379, 3380, 3, 406, 203, 0, 3380, 3381, 3, 276, 138, 0, 3381, 3434, 1, 0, 0, 0, 3382, 3383, 5, 46, 0, 0, 3383, 3384, 5, 360, 0, 0, 3384, 3385, 3, 308, 154, 0, 3385, 3403, 5, 36, 0, 0, 3386, 3388, 5, 2, 0, 0, 3387, 3389, 3, 634, 317, 0, 3388, 3387, 1, 0, 0, 0, 3388, 3389, 1, 0, 0, 0, 3389, 3390, 1, 0, 0, 0, 3390, 3404, 5, 3, 0, 0, 3391, 3392, 5, 196, 0, 0, 3392, 3400, 5, 2, 0, 0, 3393, 3397, 3, 800, 400, 0, 3394, 3396, 3, 454, 227, 0, 3395, 3394, 1, 0, 0, 0, 3396, 3399, 1, 0, 0, 0, 3397, 3395, 1, 0, 0, 0, 3397, 3398, 1, 0, 0, 0, 3398, 3401, 1, 0, 0, 0, 3399, 3397, 1, 0, 0, 0, 3400, 3393, 1, 0, 0, 0, 3400, 3401, 1, 0, 0, 0, 3401, 3402, 1, 0, 0, 0, 3402, 3404, 5, 3, 0, 0, 3403, 3386, 1, 0, 0, 0, 3403, 3391, 1, 0, 0, 0, 3404, 3434, 1, 0, 0, 0, 3405, 3406, 5, 46, 0, 0, 3406, 3407, 5, 360, 0, 0, 3407, 3413, 3, 308, 154, 0, 3408, 3409, 5, 36, 0, 0, 3409, 3411, 5, 299, 0, 0, 3410, 3408, 1, 0, 0, 0, 3410, 3411, 1, 0, 0, 0, 3411, 3412, 1, 0, 0, 0, 3412, 3414, 3, 276, 138, 0, 3413, 3410, 1, 0, 0, 0, 3413, 3414, 1, 0, 0, 0, 3414, 3434, 1, 0, 0, 0, 3415, 3416, 5, 46, 0, 0, 3416, 3417, 5, 355, 0, 0, 3417, 3418, 5, 325, 0, 0, 3418, 3419, 7, 41, 0, 0, 3419, 3420, 3, 308, 154, 0, 3420, 3421, 3, 276, 138, 0, 3421, 3434, 1, 0, 0, 0, 3422, 3423, 5, 46, 0, 0, 3423, 3425, 5, 108, 0, 0, 3424, 3426, 3, 286, 143, 0, 3425, 3424, 1, 0, 0, 0, 3425, 3426, 1, 0, 0, 0, 3426, 3427, 1, 0, 0, 0, 3427, 3431, 3, 308, 154, 0, 3428, 3432, 3, 276, 138, 0, 3429, 3430, 5, 64, 0, 0, 3430, 3432, 3, 308, 154, 0, 3431, 3428, 1, 0, 0, 0, 3431, 3429, 1, 0, 0, 0, 3432, 3434, 1, 0, 0, 0, 3433, 3355, 1, 0, 0, 0, 3433, 3377, 1, 0, 0, 0, 3433, 3382, 1, 0, 0, 0, 3433, 3405, 1, 0, 0, 0, 3433, 3415, 1, 0, 0, 0, 3433, 3422, 1, 0, 0, 0, 3434, 275, 1, 0, 0, 0, 3435, 3436, 5, 2, 0, 0, 3436, 3441, 3, 278, 139, 0, 3437, 3438, 5, 6, 0, 0, 3438, 3440, 3, 278, 139, 0, 3439, 3437, 1, 0, 0, 0, 3440, 3443, 1, 0, 0, 0, 3441, 3439, 1, 0, 0, 0, 3441, 3442, 1, 0, 0, 0, 3442, 3444, 1, 0, 0, 0, 3443, 3441, 1, 0, 0, 0, 3444, 3445, 5, 3, 0, 0, 3445, 277, 1, 0, 0, 0, 3446, 3449, 3, 816, 408, 0, 3447, 3448, 5, 10, 0, 0, 3448, 3450, 3, 280, 140, 0, 3449, 3447, 1, 0, 0, 0, 3449, 3450, 1, 0, 0, 0, 3450, 279, 1, 0, 0, 0, 3451, 3458, 3, 380, 190, 0, 3452, 3458, 3, 826, 413, 0, 3453, 3458, 3, 718, 359, 0, 3454, 3458, 3, 194, 97, 0, 3455, 3458, 3, 800, 400, 0, 3456, 3458, 5, 407, 0, 0, 3457, 3451, 1, 0, 0, 0, 3457, 3452, 1, 0, 0, 0, 3457, 3453, 1, 0, 0, 0, 3457, 3454, 1, 0, 0, 0, 3457, 3455, 1, 0, 0, 0, 3457, 3456, 1, 0, 0, 0, 3458, 281, 1, 0, 0, 0, 3459, 3460, 3, 818, 409, 0, 3460, 3461, 5, 10, 0, 0, 3461, 3462, 3, 280, 140, 0, 3462, 283, 1, 0, 0, 0, 3463, 3464, 5, 138, 0, 0, 3464, 3465, 5, 360, 0, 0, 3465, 3466, 3, 308, 154, 0, 3466, 3467, 5, 133, 0, 0, 3467, 3469, 5, 450, 0, 0, 3468, 3470, 3, 286, 143, 0, 3469, 3468, 1, 0, 0, 0, 3469, 3470, 1, 0, 0, 0, 3470, 3471, 1, 0, 0, 0, 3471, 3474, 3, 800, 400, 0, 3472, 3473, 7, 42, 0, 0, 3473, 3475, 3, 800, 400, 0, 3474, 3472, 1, 0, 0, 0, 3474, 3475, 1, 0, 0, 0, 3475, 3486, 1, 0, 0, 0, 3476, 3477, 5, 138, 0, 0, 3477, 3478, 5, 360, 0, 0, 3478, 3479, 3, 308, 154, 0, 3479, 3480, 5, 309, 0, 0, 3480, 3481, 5, 450, 0, 0, 3481, 3482, 3, 800, 400, 0, 3482, 3483, 5, 94, 0, 0, 3483, 3484, 3, 800, 400, 0, 3484, 3486, 1, 0, 0, 0, 3485, 3463, 1, 0, 0, 0, 3485, 3476, 1, 0, 0, 0, 3486, 285, 1, 0, 0, 0, 3487, 3488, 5, 220, 0, 0, 3488, 3489, 5, 77, 0, 0, 3489, 3490, 5, 396, 0, 0, 3490, 287, 1, 0, 0, 0, 3491, 3492, 5, 46, 0, 0, 3492, 3493, 5, 278, 0, 0, 3493, 3494, 5, 156, 0, 0, 3494, 3496, 3, 308, 154, 0, 3495, 3497, 5, 53, 0, 0, 3496, 3495, 1, 0, 0, 0, 3496, 3497, 1, 0, 0, 0, 3497, 3498, 1, 0, 0, 0, 3498, 3499, 5, 62, 0, 0, 3499, 3500, 5, 360, 0, 0, 3500, 3501, 3, 644, 322, 0, 3501, 3504, 3, 162, 81, 0, 3502, 3503, 5, 206, 0, 0, 3503, 3505, 3, 308, 154, 0, 3504, 3502, 1, 0, 0, 0, 3504, 3505, 1, 0, 0, 0, 3505, 3506, 1, 0, 0, 0, 3506, 3507, 5, 36, 0, 0, 3507, 3512, 3, 290, 145, 0, 3508, 3509, 5, 6, 0, 0, 3509, 3511, 3, 290, 145, 0, 3510, 3508, 1, 0, 0, 0, 3511, 3514, 1, 0, 0, 0, 3512, 3510, 1, 0, 0, 0, 3512, 3513, 1, 0, 0, 0, 3513, 289, 1, 0, 0, 0, 3514, 3512, 1, 0, 0, 0, 3515, 3516, 5, 278, 0, 0, 3516, 3517, 5, 571, 0, 0, 3517, 3519, 3, 406, 203, 0, 3518, 3520, 3, 404, 202, 0, 3519, 3518, 1, 0, 0, 0, 3519, 3520, 1, 0, 0, 0, 3520, 3528, 1, 0, 0, 0, 3521, 3526, 5, 62, 0, 0, 3522, 3527, 5, 325, 0, 0, 3523, 3524, 5, 83, 0, 0, 3524, 3525, 5, 147, 0, 0, 3525, 3527, 3, 308, 154, 0, 3526, 3522, 1, 0, 0, 0, 3526, 3523, 1, 0, 0, 0, 3527, 3529, 1, 0, 0, 0, 3528, 3521, 1, 0, 0, 0, 3528, 3529, 1, 0, 0, 0, 3529, 3531, 1, 0, 0, 0, 3530, 3532, 5, 302, 0, 0, 3531, 3530, 1, 0, 0, 0, 3531, 3532, 1, 0, 0, 0, 3532, 3542, 1, 0, 0, 0, 3533, 3534, 5, 211, 0, 0, 3534, 3536, 5, 571, 0, 0, 3535, 3537, 3, 520, 260, 0, 3536, 3535, 1, 0, 0, 0, 3536, 3537, 1, 0, 0, 0, 3537, 3538, 1, 0, 0, 0, 3538, 3542, 3, 374, 187, 0, 3539, 3540, 5, 345, 0, 0, 3540, 3542, 3, 644, 322, 0, 3541, 3515, 1, 0, 0, 0, 3541, 3533, 1, 0, 0, 0, 3541, 3539, 1, 0, 0, 0, 3542, 291, 1, 0, 0, 0, 3543, 3544, 5, 46, 0, 0, 3544, 3545, 5, 278, 0, 0, 3545, 3546, 5, 206, 0, 0, 3546, 3547, 3, 308, 154, 0, 3547, 3548, 3, 162, 81, 0, 3548, 293, 1, 0, 0, 0, 3549, 3550, 5, 138, 0, 0, 3550, 3551, 5, 278, 0, 0, 3551, 3552, 5, 206, 0, 0, 3552, 3553, 3, 308, 154, 0, 3553, 3572, 3, 162, 81, 0, 3554, 3555, 5, 133, 0, 0, 3555, 3560, 3, 290, 145, 0, 3556, 3557, 5, 6, 0, 0, 3557, 3559, 3, 290, 145, 0, 3558, 3556, 1, 0, 0, 0, 3559, 3562, 1, 0, 0, 0, 3560, 3558, 1, 0, 0, 0, 3560, 3561, 1, 0, 0, 0, 3561, 3573, 1, 0, 0, 0, 3562, 3560, 1, 0, 0, 0, 3563, 3564, 5, 191, 0, 0, 3564, 3569, 3, 296, 148, 0, 3565, 3566, 5, 6, 0, 0, 3566, 3568, 3, 296, 148, 0, 3567, 3565, 1, 0, 0, 0, 3568, 3571, 1, 0, 0, 0, 3569, 3567, 1, 0, 0, 0, 3569, 3570, 1, 0, 0, 0, 3570, 3573, 1, 0, 0, 0, 3571, 3569, 1, 0, 0, 0, 3572, 3554, 1, 0, 0, 0, 3572, 3563, 1, 0, 0, 0, 3573, 295, 1, 0, 0, 0, 3574, 3575, 7, 43, 0, 0, 3575, 3576, 5, 571, 0, 0, 3576, 3577, 3, 520, 260, 0, 3577, 297, 1, 0, 0, 0, 3578, 3579, 5, 301, 0, 0, 3579, 3580, 5, 281, 0, 0, 3580, 3581, 5, 147, 0, 0, 3581, 3582, 3, 808, 404, 0, 3582, 3583, 5, 94, 0, 0, 3583, 3584, 3, 806, 403, 0, 3584, 299, 1, 0, 0, 0, 3585, 3608, 5, 191, 0, 0, 3586, 3609, 5, 328, 0, 0, 3587, 3609, 5, 226, 0, 0, 3588, 3609, 5, 108, 0, 0, 3589, 3609, 5, 168, 0, 0, 3590, 3609, 5, 342, 0, 0, 3591, 3609, 5, 452, 0, 0, 3592, 3609, 5, 331, 0, 0, 3593, 3594, 5, 131, 0, 0, 3594, 3609, 5, 446, 0, 0, 3595, 3596, 5, 198, 0, 0, 3596, 3609, 5, 357, 0, 0, 3597, 3609, 5, 204, 0, 0, 3598, 3600, 5, 295, 0, 0, 3599, 3598, 1, 0, 0, 0, 3599, 3600, 1, 0, 0, 0, 3600, 3601, 1, 0, 0, 0, 3601, 3609, 5, 247, 0, 0, 3602, 3603, 5, 63, 0, 0, 3603, 3604, 5, 174, 0, 0, 3604, 3609, 5, 381, 0, 0, 3605, 3606, 5, 355, 0, 0, 3606, 3607, 5, 325, 0, 0, 3607, 3609, 7, 41, 0, 0, 3608, 3586, 1, 0, 0, 0, 3608, 3587, 1, 0, 0, 0, 3608, 3588, 1, 0, 0, 0, 3608, 3589, 1, 0, 0, 0, 3608, 3590, 1, 0, 0, 0, 3608, 3591, 1, 0, 0, 0, 3608, 3592, 1, 0, 0, 0, 3608, 3593, 1, 0, 0, 0, 3608, 3595, 1, 0, 0, 0, 3608, 3597, 1, 0, 0, 0, 3608, 3599, 1, 0, 0, 0, 3608, 3602, 1, 0, 0, 0, 3608, 3605, 1, 0, 0, 0, 3609, 3611, 1, 0, 0, 0, 3610, 3612, 3, 414, 207, 0, 3611, 3610, 1, 0, 0, 0, 3611, 3612, 1, 0, 0, 0, 3612, 3613, 1, 0, 0, 0, 3613, 3615, 3, 776, 388, 0, 3614, 3616, 3, 88, 44, 0, 3615, 3614, 1, 0, 0, 0, 3615, 3616, 1, 0, 0, 0, 3616, 3793, 1, 0, 0, 0, 3617, 3619, 5, 191, 0, 0, 3618, 3620, 5, 259, 0, 0, 3619, 3618, 1, 0, 0, 0, 3619, 3620, 1, 0, 0, 0, 3620, 3621, 1, 0, 0, 0, 3621, 3623, 5, 376, 0, 0, 3622, 3624, 3, 414, 207, 0, 3623, 3622, 1, 0, 0, 0, 3623, 3624, 1, 0, 0, 0, 3624, 3625, 1, 0, 0, 0, 3625, 3630, 3, 770, 385, 0, 3626, 3627, 5, 6, 0, 0, 3627, 3629, 3, 770, 385, 0, 3628, 3626, 1, 0, 0, 0, 3629, 3632, 1, 0, 0, 0, 3630, 3628, 1, 0, 0, 0, 3630, 3631, 1, 0, 0, 0, 3631, 3634, 1, 0, 0, 0, 3632, 3630, 1, 0, 0, 0, 3633, 3635, 3, 88, 44, 0, 3634, 3633, 1, 0, 0, 0, 3634, 3635, 1, 0, 0, 0, 3635, 3793, 1, 0, 0, 0, 3636, 3638, 5, 191, 0, 0, 3637, 3639, 5, 63, 0, 0, 3638, 3637, 1, 0, 0, 0, 3638, 3639, 1, 0, 0, 0, 3639, 3640, 1, 0, 0, 0, 3640, 3642, 5, 92, 0, 0, 3641, 3643, 3, 414, 207, 0, 3642, 3641, 1, 0, 0, 0, 3642, 3643, 1, 0, 0, 0, 3643, 3644, 1, 0, 0, 0, 3644, 3646, 3, 754, 377, 0, 3645, 3647, 3, 88, 44, 0, 3646, 3645, 1, 0, 0, 0, 3646, 3647, 1, 0, 0, 0, 3647, 3793, 1, 0, 0, 0, 3648, 3649, 5, 191, 0, 0, 3649, 3651, 5, 323, 0, 0, 3650, 3652, 3, 414, 207, 0, 3651, 3650, 1, 0, 0, 0, 3651, 3652, 1, 0, 0, 0, 3652, 3653, 1, 0, 0, 0, 3653, 3655, 3, 756, 378, 0, 3654, 3656, 3, 88, 44, 0, 3655, 3654, 1, 0, 0, 0, 3655, 3656, 1, 0, 0, 0, 3656, 3793, 1, 0, 0, 0, 3657, 3658, 5, 191, 0, 0, 3658, 3660, 7, 44, 0, 0, 3659, 3661, 3, 414, 207, 0, 3660, 3659, 1, 0, 0, 0, 3660, 3661, 1, 0, 0, 0, 3661, 3662, 1, 0, 0, 0, 3662, 3663, 3, 810, 405, 0, 3663, 3664, 5, 80, 0, 0, 3664, 3666, 3, 308, 154, 0, 3665, 3667, 3, 88, 44, 0, 3666, 3665, 1, 0, 0, 0, 3666, 3667, 1, 0, 0, 0, 3667, 3793, 1, 0, 0, 0, 3668, 3669, 5, 191, 0, 0, 3669, 3671, 7, 32, 0, 0, 3670, 3672, 3, 414, 207, 0, 3671, 3670, 1, 0, 0, 0, 3671, 3672, 1, 0, 0, 0, 3672, 3673, 1, 0, 0, 0, 3673, 3678, 3, 644, 322, 0, 3674, 3675, 5, 6, 0, 0, 3675, 3677, 3, 644, 322, 0, 3676, 3674, 1, 0, 0, 0, 3677, 3680, 1, 0, 0, 0, 3678, 3676, 1, 0, 0, 0, 3678, 3679, 1, 0, 0, 0, 3679, 3682, 1, 0, 0, 0, 3680, 3678, 1, 0, 0, 0, 3681, 3683, 3, 88, 44, 0, 3682, 3681, 1, 0, 0, 0, 3682, 3683, 1, 0, 0, 0, 3683, 3793, 1, 0, 0, 0, 3684, 3685, 5, 191, 0, 0, 3685, 3686, 5, 226, 0, 0, 3686, 3688, 5, 109, 0, 0, 3687, 3689, 3, 414, 207, 0, 3688, 3687, 1, 0, 0, 0, 3688, 3689, 1, 0, 0, 0, 3689, 3690, 1, 0, 0, 0, 3690, 3692, 3, 306, 153, 0, 3691, 3693, 3, 88, 44, 0, 3692, 3691, 1, 0, 0, 0, 3692, 3693, 1, 0, 0, 0, 3693, 3793, 1, 0, 0, 0, 3694, 3695, 5, 191, 0, 0, 3695, 3697, 5, 41, 0, 0, 3696, 3698, 3, 414, 207, 0, 3697, 3696, 1, 0, 0, 0, 3697, 3698, 1, 0, 0, 0, 3698, 3699, 1, 0, 0, 0, 3699, 3700, 5, 2, 0, 0, 3700, 3701, 3, 644, 322, 0, 3701, 3702, 5, 36, 0, 0, 3702, 3703, 3, 644, 322, 0, 3703, 3705, 5, 3, 0, 0, 3704, 3706, 3, 88, 44, 0, 3705, 3704, 1, 0, 0, 0, 3705, 3706, 1, 0, 0, 0, 3706, 3793, 1, 0, 0, 0, 3707, 3708, 5, 191, 0, 0, 3708, 3709, 5, 278, 0, 0, 3709, 3711, 7, 31, 0, 0, 3710, 3712, 3, 414, 207, 0, 3711, 3710, 1, 0, 0, 0, 3711, 3712, 1, 0, 0, 0, 3712, 3713, 1, 0, 0, 0, 3713, 3714, 3, 308, 154, 0, 3714, 3716, 3, 162, 81, 0, 3715, 3717, 3, 88, 44, 0, 3716, 3715, 1, 0, 0, 0, 3716, 3717, 1, 0, 0, 0, 3717, 3793, 1, 0, 0, 0, 3718, 3719, 5, 191, 0, 0, 3719, 3720, 5, 281, 0, 0, 3720, 3721, 5, 147, 0, 0, 3721, 3723, 3, 808, 404, 0, 3722, 3724, 3, 88, 44, 0, 3723, 3722, 1, 0, 0, 0, 3723, 3724, 1, 0, 0, 0, 3724, 3793, 1, 0, 0, 0, 3725, 3726, 5, 191, 0, 0, 3726, 3728, 5, 451, 0, 0, 3727, 3729, 3, 414, 207, 0, 3728, 3727, 1, 0, 0, 0, 3728, 3729, 1, 0, 0, 0, 3729, 3730, 1, 0, 0, 0, 3730, 3732, 3, 810, 405, 0, 3731, 3733, 3, 88, 44, 0, 3732, 3731, 1, 0, 0, 0, 3732, 3733, 1, 0, 0, 0, 3733, 3793, 1, 0, 0, 0, 3734, 3735, 5, 191, 0, 0, 3735, 3737, 5, 351, 0, 0, 3736, 3738, 3, 414, 207, 0, 3737, 3736, 1, 0, 0, 0, 3737, 3738, 1, 0, 0, 0, 3738, 3739, 1, 0, 0, 0, 3739, 3793, 3, 762, 381, 0, 3740, 3741, 5, 191, 0, 0, 3741, 3743, 5, 443, 0, 0, 3742, 3744, 3, 414, 207, 0, 3743, 3742, 1, 0, 0, 0, 3743, 3744, 1, 0, 0, 0, 3744, 3745, 1, 0, 0, 0, 3745, 3746, 5, 62, 0, 0, 3746, 3747, 3, 644, 322, 0, 3747, 3748, 5, 247, 0, 0, 3748, 3750, 3, 810, 405, 0, 3749, 3751, 3, 88, 44, 0, 3750, 3749, 1, 0, 0, 0, 3750, 3751, 1, 0, 0, 0, 3751, 3793, 1, 0, 0, 0, 3752, 3753, 5, 191, 0, 0, 3753, 3755, 7, 45, 0, 0, 3754, 3756, 3, 414, 207, 0, 3755, 3754, 1, 0, 0, 0, 3755, 3756, 1, 0, 0, 0, 3756, 3757, 1, 0, 0, 0, 3757, 3793, 3, 808, 404, 0, 3758, 3759, 5, 191, 0, 0, 3759, 3760, 5, 99, 0, 0, 3760, 3762, 5, 257, 0, 0, 3761, 3763, 3, 414, 207, 0, 3762, 3761, 1, 0, 0, 0, 3762, 3763, 1, 0, 0, 0, 3763, 3764, 1, 0, 0, 0, 3764, 3767, 5, 62, 0, 0, 3765, 3768, 3, 806, 403, 0, 3766, 3768, 5, 99, 0, 0, 3767, 3765, 1, 0, 0, 0, 3767, 3766, 1, 0, 0, 0, 3768, 3769, 1, 0, 0, 0, 3769, 3770, 5, 331, 0, 0, 3770, 3793, 3, 810, 405, 0, 3771, 3772, 5, 191, 0, 0, 3772, 3774, 5, 175, 0, 0, 3773, 3775, 3, 414, 207, 0, 3774, 3773, 1, 0, 0, 0, 3774, 3775, 1, 0, 0, 0, 3775, 3776, 1, 0, 0, 0, 3776, 3790, 3, 780, 390, 0, 3777, 3779, 5, 105, 0, 0, 3778, 3777, 1, 0, 0, 0, 3778, 3779, 1, 0, 0, 0, 3779, 3780, 1, 0, 0, 0, 3780, 3781, 5, 2, 0, 0, 3781, 3786, 5, 209, 0, 0, 3782, 3783, 5, 6, 0, 0, 3783, 3785, 5, 209, 0, 0, 3784, 3782, 1, 0, 0, 0, 3785, 3788, 1, 0, 0, 0, 3786, 3784, 1, 0, 0, 0, 3786, 3787, 1, 0, 0, 0, 3787, 3789, 1, 0, 0, 0, 3788, 3786, 1, 0, 0, 0, 3789, 3791, 5, 3, 0, 0, 3790, 3778, 1, 0, 0, 0, 3790, 3791, 1, 0, 0, 0, 3791, 3793, 1, 0, 0, 0, 3792, 3585, 1, 0, 0, 0, 3792, 3617, 1, 0, 0, 0, 3792, 3636, 1, 0, 0, 0, 3792, 3648, 1, 0, 0, 0, 3792, 3657, 1, 0, 0, 0, 3792, 3668, 1, 0, 0, 0, 3792, 3684, 1, 0, 0, 0, 3792, 3694, 1, 0, 0, 0, 3792, 3707, 1, 0, 0, 0, 3792, 3718, 1, 0, 0, 0, 3792, 3725, 1, 0, 0, 0, 3792, 3734, 1, 0, 0, 0, 3792, 3740, 1, 0, 0, 0, 3792, 3752, 1, 0, 0, 0, 3792, 3758, 1, 0, 0, 0, 3792, 3771, 1, 0, 0, 0, 3793, 301, 1, 0, 0, 0, 3794, 3796, 5, 63, 0, 0, 3795, 3794, 1, 0, 0, 0, 3795, 3796, 1, 0, 0, 0, 3796, 3797, 1, 0, 0, 0, 3797, 3798, 5, 92, 0, 0, 3798, 3811, 3, 766, 383, 0, 3799, 3801, 5, 259, 0, 0, 3800, 3799, 1, 0, 0, 0, 3800, 3801, 1, 0, 0, 0, 3801, 3802, 1, 0, 0, 0, 3802, 3803, 5, 376, 0, 0, 3803, 3811, 3, 770, 385, 0, 3804, 3805, 7, 46, 0, 0, 3805, 3811, 3, 308, 154, 0, 3806, 3807, 5, 355, 0, 0, 3807, 3808, 5, 325, 0, 0, 3808, 3809, 7, 41, 0, 0, 3809, 3811, 3, 308, 154, 0, 3810, 3795, 1, 0, 0, 0, 3810, 3800, 1, 0, 0, 0, 3810, 3804, 1, 0, 0, 0, 3810, 3806, 1, 0, 0, 0, 3811, 303, 1, 0, 0, 0, 3812, 3813, 5, 198, 0, 0, 3813, 3829, 5, 357, 0, 0, 3814, 3815, 5, 131, 0, 0, 3815, 3829, 5, 446, 0, 0, 3816, 3829, 5, 204, 0, 0, 3817, 3829, 5, 452, 0, 0, 3818, 3829, 5, 331, 0, 0, 3819, 3829, 5, 318, 0, 0, 3820, 3829, 5, 451, 0, 0, 3821, 3822, 5, 63, 0, 0, 3822, 3823, 5, 174, 0, 0, 3823, 3829, 5, 381, 0, 0, 3824, 3826, 5, 295, 0, 0, 3825, 3824, 1, 0, 0, 0, 3825, 3826, 1, 0, 0, 0, 3826, 3827, 1, 0, 0, 0, 3827, 3829, 5, 247, 0, 0, 3828, 3812, 1, 0, 0, 0, 3828, 3814, 1, 0, 0, 0, 3828, 3816, 1, 0, 0, 0, 3828, 3817, 1, 0, 0, 0, 3828, 3818, 1, 0, 0, 0, 3828, 3819, 1, 0, 0, 0, 3828, 3820, 1, 0, 0, 0, 3828, 3821, 1, 0, 0, 0, 3828, 3825, 1, 0, 0, 0, 3829, 3830, 1, 0, 0, 0, 3830, 3837, 3, 810, 405, 0, 3831, 3832, 5, 323, 0, 0, 3832, 3837, 3, 782, 391, 0, 3833, 3834, 5, 175, 0, 0, 3834, 3837, 3, 780, 390, 0, 3835, 3837, 3, 168, 84, 0, 3836, 3828, 1, 0, 0, 0, 3836, 3831, 1, 0, 0, 0, 3836, 3833, 1, 0, 0, 0, 3836, 3835, 1, 0, 0, 0, 3837, 305, 1, 0, 0, 0, 3838, 3843, 3, 308, 154, 0, 3839, 3840, 5, 6, 0, 0, 3840, 3842, 3, 308, 154, 0, 3841, 3839, 1, 0, 0, 0, 3842, 3845, 1, 0, 0, 0, 3843, 3841, 1, 0, 0, 0, 3843, 3844, 1, 0, 0, 0, 3844, 307, 1, 0, 0, 0, 3845, 3843, 1, 0, 0, 0, 3846, 3848, 3, 810, 405, 0, 3847, 3849, 3, 310, 155, 0, 3848, 3847, 1, 0, 0, 0, 3848, 3849, 1, 0, 0, 0, 3849, 309, 1, 0, 0, 0, 3850, 3851, 5, 11, 0, 0, 3851, 3853, 3, 816, 408, 0, 3852, 3850, 1, 0, 0, 0, 3853, 3854, 1, 0, 0, 0, 3854, 3852, 1, 0, 0, 0, 3854, 3855, 1, 0, 0, 0, 3855, 311, 1, 0, 0, 0, 3856, 3858, 5, 358, 0, 0, 3857, 3859, 5, 92, 0, 0, 3858, 3857, 1, 0, 0, 0, 3858, 3859, 1, 0, 0, 0, 3859, 3860, 1, 0, 0, 0, 3860, 3865, 3, 314, 157, 0, 3861, 3862, 5, 6, 0, 0, 3862, 3864, 3, 314, 157, 0, 3863, 3861, 1, 0, 0, 0, 3864, 3867, 1, 0, 0, 0, 3865, 3863, 1, 0, 0, 0, 3865, 3866, 1, 0, 0, 0, 3866, 3870, 1, 0, 0, 0, 3867, 3865, 1, 0, 0, 0, 3868, 3869, 7, 47, 0, 0, 3869, 3871, 5, 219, 0, 0, 3870, 3868, 1, 0, 0, 0, 3870, 3871, 1, 0, 0, 0, 3871, 3873, 1, 0, 0, 0, 3872, 3874, 3, 88, 44, 0, 3873, 3872, 1, 0, 0, 0, 3873, 3874, 1, 0, 0, 0, 3874, 313, 1, 0, 0, 0, 3875, 3877, 5, 81, 0, 0, 3876, 3875, 1, 0, 0, 0, 3876, 3877, 1, 0, 0, 0, 3877, 3878, 1, 0, 0, 0, 3878, 3880, 3, 766, 383, 0, 3879, 3881, 5, 9, 0, 0, 3880, 3879, 1, 0, 0, 0, 3880, 3881, 1, 0, 0, 0, 3881, 315, 1, 0, 0, 0, 3882, 3883, 5, 159, 0, 0, 3883, 3942, 5, 80, 0, 0, 3884, 3943, 3, 302, 151, 0, 3885, 3943, 3, 304, 152, 0, 3886, 3887, 5, 44, 0, 0, 3887, 3889, 3, 810, 405, 0, 3888, 3890, 3, 310, 155, 0, 3889, 3888, 1, 0, 0, 0, 3889, 3890, 1, 0, 0, 0, 3890, 3891, 1, 0, 0, 0, 3891, 3892, 5, 11, 0, 0, 3892, 3893, 3, 792, 396, 0, 3893, 3943, 1, 0, 0, 0, 3894, 3895, 7, 32, 0, 0, 3895, 3943, 3, 644, 322, 0, 3896, 3897, 5, 136, 0, 0, 3897, 3943, 3, 386, 193, 0, 3898, 3899, 5, 211, 0, 0, 3899, 3943, 3, 374, 187, 0, 3900, 3901, 5, 278, 0, 0, 3901, 3943, 3, 408, 204, 0, 3902, 3903, 5, 45, 0, 0, 3903, 3904, 3, 810, 405, 0, 3904, 3910, 5, 80, 0, 0, 3905, 3911, 3, 766, 383, 0, 3906, 3908, 5, 189, 0, 0, 3907, 3906, 1, 0, 0, 0, 3907, 3908, 1, 0, 0, 0, 3908, 3909, 1, 0, 0, 0, 3909, 3911, 3, 308, 154, 0, 3910, 3905, 1, 0, 0, 0, 3910, 3907, 1, 0, 0, 0, 3911, 3943, 1, 0, 0, 0, 3912, 3913, 7, 44, 0, 0, 3913, 3914, 3, 810, 405, 0, 3914, 3915, 5, 80, 0, 0, 3915, 3916, 3, 308, 154, 0, 3916, 3943, 1, 0, 0, 0, 3917, 3918, 5, 296, 0, 0, 3918, 3943, 3, 370, 185, 0, 3919, 3920, 5, 442, 0, 0, 3920, 3943, 3, 366, 183, 0, 3921, 3922, 5, 443, 0, 0, 3922, 3923, 5, 62, 0, 0, 3923, 3924, 3, 644, 322, 0, 3924, 3925, 5, 247, 0, 0, 3925, 3926, 3, 810, 405, 0, 3926, 3943, 1, 0, 0, 0, 3927, 3928, 5, 278, 0, 0, 3928, 3929, 7, 31, 0, 0, 3929, 3930, 3, 308, 154, 0, 3930, 3931, 3, 162, 81, 0, 3931, 3943, 1, 0, 0, 0, 3932, 3933, 5, 248, 0, 0, 3933, 3934, 5, 274, 0, 0, 3934, 3943, 3, 194, 97, 0, 3935, 3936, 5, 41, 0, 0, 3936, 3937, 5, 2, 0, 0, 3937, 3938, 3, 644, 322, 0, 3938, 3939, 5, 36, 0, 0, 3939, 3940, 3, 644, 322, 0, 3940, 3941, 5, 3, 0, 0, 3941, 3943, 1, 0, 0, 0, 3942, 3884, 1, 0, 0, 0, 3942, 3885, 1, 0, 0, 0, 3942, 3886, 1, 0, 0, 0, 3942, 3894, 1, 0, 0, 0, 3942, 3896, 1, 0, 0, 0, 3942, 3898, 1, 0, 0, 0, 3942, 3900, 1, 0, 0, 0, 3942, 3902, 1, 0, 0, 0, 3942, 3912, 1, 0, 0, 0, 3942, 3917, 1, 0, 0, 0, 3942, 3919, 1, 0, 0, 0, 3942, 3921, 1, 0, 0, 0, 3942, 3927, 1, 0, 0, 0, 3942, 3932, 1, 0, 0, 0, 3942, 3935, 1, 0, 0, 0, 3943, 3944, 1, 0, 0, 0, 3944, 3947, 5, 116, 0, 0, 3945, 3948, 3, 800, 400, 0, 3946, 3948, 5, 78, 0, 0, 3947, 3945, 1, 0, 0, 0, 3947, 3946, 1, 0, 0, 0, 3948, 317, 1, 0, 0, 0, 3949, 3950, 5, 327, 0, 0, 3950, 3953, 5, 246, 0, 0, 3951, 3952, 5, 62, 0, 0, 3952, 3954, 3, 58, 29, 0, 3953, 3951, 1, 0, 0, 0, 3953, 3954, 1, 0, 0, 0, 3954, 3955, 1, 0, 0, 0, 3955, 3973, 5, 80, 0, 0, 3956, 3957, 7, 32, 0, 0, 3957, 3974, 3, 644, 322, 0, 3958, 3959, 5, 136, 0, 0, 3959, 3974, 3, 386, 193, 0, 3960, 3961, 5, 44, 0, 0, 3961, 3974, 3, 792, 396, 0, 3962, 3963, 5, 211, 0, 0, 3963, 3974, 3, 374, 187, 0, 3964, 3965, 5, 248, 0, 0, 3965, 3966, 5, 274, 0, 0, 3966, 3974, 3, 194, 97, 0, 3967, 3968, 5, 296, 0, 0, 3968, 3974, 3, 370, 185, 0, 3969, 3970, 5, 442, 0, 0, 3970, 3974, 3, 366, 183, 0, 3971, 3974, 3, 302, 151, 0, 3972, 3974, 3, 304, 152, 0, 3973, 3956, 1, 0, 0, 0, 3973, 3958, 1, 0, 0, 0, 3973, 3960, 1, 0, 0, 0, 3973, 3962, 1, 0, 0, 0, 3973, 3964, 1, 0, 0, 0, 3973, 3967, 1, 0, 0, 0, 3973, 3969, 1, 0, 0, 0, 3973, 3971, 1, 0, 0, 0, 3973, 3972, 1, 0, 0, 0, 3974, 3975, 1, 0, 0, 0, 3975, 3978, 5, 116, 0, 0, 3976, 3979, 3, 800, 400, 0, 3977, 3979, 5, 78, 0, 0, 3978, 3976, 1, 0, 0, 0, 3978, 3977, 1, 0, 0, 0, 3979, 319, 1, 0, 0, 0, 3980, 3981, 7, 48, 0, 0, 3981, 3982, 3, 322, 161, 0, 3982, 321, 1, 0, 0, 0, 3983, 3985, 7, 49, 0, 0, 3984, 3983, 1, 0, 0, 0, 3984, 3985, 1, 0, 0, 0, 3985, 3987, 1, 0, 0, 0, 3986, 3988, 3, 324, 162, 0, 3987, 3986, 1, 0, 0, 0, 3987, 3988, 1, 0, 0, 0, 3988, 3989, 1, 0, 0, 0, 3989, 4027, 3, 810, 405, 0, 3990, 3992, 7, 50, 0, 0, 3991, 3990, 1, 0, 0, 0, 3991, 3992, 1, 0, 0, 0, 3992, 3993, 1, 0, 0, 0, 3993, 3995, 3, 804, 402, 0, 3994, 3996, 3, 324, 162, 0, 3995, 3994, 1, 0, 0, 0, 3995, 3996, 1, 0, 0, 0, 3996, 3997, 1, 0, 0, 0, 3997, 3998, 3, 810, 405, 0, 3998, 4027, 1, 0, 0, 0, 3999, 4001, 5, 210, 0, 0, 4000, 4002, 3, 804, 402, 0, 4001, 4000, 1, 0, 0, 0, 4001, 4002, 1, 0, 0, 0, 4002, 4004, 1, 0, 0, 0, 4003, 4005, 3, 324, 162, 0, 4004, 4003, 1, 0, 0, 0, 4004, 4005, 1, 0, 0, 0, 4005, 4006, 1, 0, 0, 0, 4006, 4027, 3, 810, 405, 0, 4007, 4009, 5, 210, 0, 0, 4008, 4007, 1, 0, 0, 0, 4008, 4009, 1, 0, 0, 0, 4009, 4010, 1, 0, 0, 0, 4010, 4012, 5, 30, 0, 0, 4011, 4013, 3, 324, 162, 0, 4012, 4011, 1, 0, 0, 0, 4012, 4013, 1, 0, 0, 0, 4013, 4014, 1, 0, 0, 0, 4014, 4027, 3, 810, 405, 0, 4015, 4020, 5, 144, 0, 0, 4016, 4018, 5, 30, 0, 0, 4017, 4016, 1, 0, 0, 0, 4017, 4018, 1, 0, 0, 0, 4018, 4021, 1, 0, 0, 0, 4019, 4021, 3, 804, 402, 0, 4020, 4017, 1, 0, 0, 0, 4020, 4019, 1, 0, 0, 0, 4021, 4023, 1, 0, 0, 0, 4022, 4024, 3, 324, 162, 0, 4023, 4022, 1, 0, 0, 0, 4023, 4024, 1, 0, 0, 0, 4024, 4025, 1, 0, 0, 0, 4025, 4027, 3, 810, 405, 0, 4026, 3984, 1, 0, 0, 0, 4026, 3991, 1, 0, 0, 0, 4026, 3999, 1, 0, 0, 0, 4026, 4008, 1, 0, 0, 0, 4026, 4015, 1, 0, 0, 0, 4027, 323, 1, 0, 0, 0, 4028, 4029, 7, 51, 0, 0, 4029, 325, 1, 0, 0, 0, 4030, 4031, 5, 65, 0, 0, 4031, 4032, 3, 330, 165, 0, 4032, 4033, 5, 80, 0, 0, 4033, 4034, 3, 336, 168, 0, 4034, 4035, 5, 94, 0, 0, 4035, 4039, 3, 338, 169, 0, 4036, 4037, 5, 105, 0, 0, 4037, 4038, 5, 65, 0, 0, 4038, 4040, 5, 279, 0, 0, 4039, 4036, 1, 0, 0, 0, 4039, 4040, 1, 0, 0, 0, 4040, 327, 1, 0, 0, 0, 4041, 4045, 5, 317, 0, 0, 4042, 4043, 5, 65, 0, 0, 4043, 4044, 5, 279, 0, 0, 4044, 4046, 5, 62, 0, 0, 4045, 4042, 1, 0, 0, 0, 4045, 4046, 1, 0, 0, 0, 4046, 4047, 1, 0, 0, 0, 4047, 4048, 3, 330, 165, 0, 4048, 4049, 5, 80, 0, 0, 4049, 4050, 3, 336, 168, 0, 4050, 4051, 5, 64, 0, 0, 4051, 4053, 3, 338, 169, 0, 4052, 4054, 3, 88, 44, 0, 4053, 4052, 1, 0, 0, 0, 4053, 4054, 1, 0, 0, 0, 4054, 329, 1, 0, 0, 0, 4055, 4060, 3, 334, 167, 0, 4056, 4057, 5, 6, 0, 0, 4057, 4059, 3, 334, 167, 0, 4058, 4056, 1, 0, 0, 0, 4059, 4062, 1, 0, 0, 0, 4060, 4058, 1, 0, 0, 0, 4060, 4061, 1, 0, 0, 0, 4061, 4079, 1, 0, 0, 0, 4062, 4060, 1, 0, 0, 0, 4063, 4065, 5, 30, 0, 0, 4064, 4066, 5, 294, 0, 0, 4065, 4064, 1, 0, 0, 0, 4065, 4066, 1, 0, 0, 0, 4066, 4068, 1, 0, 0, 0, 4067, 4069, 3, 136, 68, 0, 4068, 4067, 1, 0, 0, 0, 4068, 4069, 1, 0, 0, 0, 4069, 4079, 1, 0, 0, 0, 4070, 4075, 3, 332, 166, 0, 4071, 4072, 5, 6, 0, 0, 4072, 4074, 3, 332, 166, 0, 4073, 4071, 1, 0, 0, 0, 4074, 4077, 1, 0, 0, 0, 4075, 4073, 1, 0, 0, 0, 4075, 4076, 1, 0, 0, 0, 4076, 4079, 1, 0, 0, 0, 4077, 4075, 1, 0, 0, 0, 4078, 4055, 1, 0, 0, 0, 4078, 4063, 1, 0, 0, 0, 4078, 4070, 1, 0, 0, 0, 4079, 331, 1, 0, 0, 0, 4080, 4081, 7, 52, 0, 0, 4081, 333, 1, 0, 0, 0, 4082, 4087, 5, 88, 0, 0, 4083, 4087, 5, 86, 0, 0, 4084, 4087, 5, 46, 0, 0, 4085, 4087, 3, 810, 405, 0, 4086, 4082, 1, 0, 0, 0, 4086, 4083, 1, 0, 0, 0, 4086, 4084, 1, 0, 0, 0, 4086, 4085, 1, 0, 0, 0, 4087, 4089, 1, 0, 0, 0, 4088, 4090, 3, 136, 68, 0, 4089, 4088, 1, 0, 0, 0, 4089, 4090, 1, 0, 0, 0, 4090, 335, 1, 0, 0, 0, 4091, 4092, 5, 92, 0, 0, 4092, 4137, 3, 754, 377, 0, 4093, 4095, 5, 328, 0, 0, 4094, 4093, 1, 0, 0, 0, 4094, 4095, 1, 0, 0, 0, 4095, 4096, 1, 0, 0, 0, 4096, 4137, 3, 752, 376, 0, 4097, 4101, 5, 63, 0, 0, 4098, 4099, 5, 174, 0, 0, 4099, 4102, 5, 381, 0, 0, 4100, 4102, 5, 331, 0, 0, 4101, 4098, 1, 0, 0, 0, 4101, 4100, 1, 0, 0, 0, 4102, 4105, 1, 0, 0, 0, 4103, 4105, 5, 247, 0, 0, 4104, 4097, 1, 0, 0, 0, 4104, 4103, 1, 0, 0, 0, 4105, 4106, 1, 0, 0, 0, 4106, 4137, 3, 776, 388, 0, 4107, 4108, 5, 211, 0, 0, 4108, 4137, 3, 372, 186, 0, 4109, 4110, 5, 296, 0, 0, 4110, 4137, 3, 368, 184, 0, 4111, 4112, 5, 442, 0, 0, 4112, 4137, 3, 364, 182, 0, 4113, 4114, 5, 175, 0, 0, 4114, 4137, 3, 758, 379, 0, 4115, 4116, 7, 32, 0, 0, 4116, 4137, 3, 306, 153, 0, 4117, 4118, 5, 248, 0, 0, 4118, 4119, 5, 274, 0, 0, 4119, 4124, 3, 194, 97, 0, 4120, 4121, 5, 6, 0, 0, 4121, 4123, 3, 194, 97, 0, 4122, 4120, 1, 0, 0, 0, 4123, 4126, 1, 0, 0, 0, 4124, 4122, 1, 0, 0, 0, 4124, 4125, 1, 0, 0, 0, 4125, 4137, 1, 0, 0, 0, 4126, 4124, 1, 0, 0, 0, 4127, 4128, 5, 323, 0, 0, 4128, 4137, 3, 756, 378, 0, 4129, 4130, 5, 351, 0, 0, 4130, 4137, 3, 774, 387, 0, 4131, 4132, 5, 30, 0, 0, 4132, 4133, 7, 53, 0, 0, 4133, 4134, 5, 68, 0, 0, 4134, 4135, 5, 323, 0, 0, 4135, 4137, 3, 756, 378, 0, 4136, 4091, 1, 0, 0, 0, 4136, 4094, 1, 0, 0, 0, 4136, 4104, 1, 0, 0, 0, 4136, 4107, 1, 0, 0, 0, 4136, 4109, 1, 0, 0, 0, 4136, 4111, 1, 0, 0, 0, 4136, 4113, 1, 0, 0, 0, 4136, 4115, 1, 0, 0, 0, 4136, 4117, 1, 0, 0, 0, 4136, 4127, 1, 0, 0, 0, 4136, 4129, 1, 0, 0, 0, 4136, 4131, 1, 0, 0, 0, 4137, 337, 1, 0, 0, 0, 4138, 4140, 5, 66, 0, 0, 4139, 4138, 1, 0, 0, 0, 4139, 4140, 1, 0, 0, 0, 4140, 4141, 1, 0, 0, 0, 4141, 4142, 3, 806, 403, 0, 4142, 4150, 1, 0, 0, 0, 4143, 4145, 5, 6, 0, 0, 4144, 4146, 5, 66, 0, 0, 4145, 4144, 1, 0, 0, 0, 4145, 4146, 1, 0, 0, 0, 4146, 4147, 1, 0, 0, 0, 4147, 4149, 3, 806, 403, 0, 4148, 4143, 1, 0, 0, 0, 4149, 4152, 1, 0, 0, 0, 4150, 4148, 1, 0, 0, 0, 4150, 4151, 1, 0, 0, 0, 4151, 339, 1, 0, 0, 0, 4152, 4150, 1, 0, 0, 0, 4153, 4154, 5, 65, 0, 0, 4154, 4159, 3, 334, 167, 0, 4155, 4156, 5, 6, 0, 0, 4156, 4158, 3, 334, 167, 0, 4157, 4155, 1, 0, 0, 0, 4158, 4161, 1, 0, 0, 0, 4159, 4157, 1, 0, 0, 0, 4159, 4160, 1, 0, 0, 0, 4160, 4162, 1, 0, 0, 0, 4161, 4159, 1, 0, 0, 0, 4162, 4163, 5, 94, 0, 0, 4163, 4167, 3, 808, 404, 0, 4164, 4165, 5, 105, 0, 0, 4165, 4166, 5, 134, 0, 0, 4166, 4168, 5, 279, 0, 0, 4167, 4164, 1, 0, 0, 0, 4167, 4168, 1, 0, 0, 0, 4168, 4172, 1, 0, 0, 0, 4169, 4170, 5, 214, 0, 0, 4170, 4171, 5, 147, 0, 0, 4171, 4173, 3, 806, 403, 0, 4172, 4169, 1, 0, 0, 0, 4172, 4173, 1, 0, 0, 0, 4173, 341, 1, 0, 0, 0, 4174, 4178, 5, 317, 0, 0, 4175, 4176, 5, 134, 0, 0, 4176, 4177, 5, 279, 0, 0, 4177, 4179, 5, 62, 0, 0, 4178, 4175, 1, 0, 0, 0, 4178, 4179, 1, 0, 0, 0, 4179, 4180, 1, 0, 0, 0, 4180, 4185, 3, 334, 167, 0, 4181, 4182, 5, 6, 0, 0, 4182, 4184, 3, 334, 167, 0, 4183, 4181, 1, 0, 0, 0, 4184, 4187, 1, 0, 0, 0, 4185, 4183, 1, 0, 0, 0, 4185, 4186, 1, 0, 0, 0, 4186, 4188, 1, 0, 0, 0, 4187, 4185, 1, 0, 0, 0, 4188, 4189, 5, 64, 0, 0, 4189, 4193, 3, 808, 404, 0, 4190, 4191, 5, 214, 0, 0, 4191, 4192, 5, 147, 0, 0, 4192, 4194, 3, 806, 403, 0, 4193, 4190, 1, 0, 0, 0, 4193, 4194, 1, 0, 0, 0, 4194, 4196, 1, 0, 0, 0, 4195, 4197, 3, 88, 44, 0, 4196, 4195, 1, 0, 0, 0, 4196, 4197, 1, 0, 0, 0, 4197, 343, 1, 0, 0, 0, 4198, 4199, 5, 138, 0, 0, 4199, 4200, 5, 53, 0, 0, 4200, 4209, 5, 294, 0, 0, 4201, 4202, 5, 68, 0, 0, 4202, 4203, 5, 323, 0, 0, 4203, 4208, 3, 756, 378, 0, 4204, 4205, 5, 62, 0, 0, 4205, 4206, 7, 2, 0, 0, 4206, 4208, 3, 808, 404, 0, 4207, 4201, 1, 0, 0, 0, 4207, 4204, 1, 0, 0, 0, 4208, 4211, 1, 0, 0, 0, 4209, 4207, 1, 0, 0, 0, 4209, 4210, 1, 0, 0, 0, 4210, 4212, 1, 0, 0, 0, 4211, 4209, 1, 0, 0, 0, 4212, 4213, 3, 346, 173, 0, 4213, 345, 1, 0, 0, 0, 4214, 4215, 5, 65, 0, 0, 4215, 4216, 3, 330, 165, 0, 4216, 4217, 5, 80, 0, 0, 4217, 4218, 3, 348, 174, 0, 4218, 4219, 5, 94, 0, 0, 4219, 4223, 3, 338, 169, 0, 4220, 4221, 5, 105, 0, 0, 4221, 4222, 5, 65, 0, 0, 4222, 4224, 5, 279, 0, 0, 4223, 4220, 1, 0, 0, 0, 4223, 4224, 1, 0, 0, 0, 4224, 4240, 1, 0, 0, 0, 4225, 4229, 5, 317, 0, 0, 4226, 4227, 5, 65, 0, 0, 4227, 4228, 5, 279, 0, 0, 4228, 4230, 5, 62, 0, 0, 4229, 4226, 1, 0, 0, 0, 4229, 4230, 1, 0, 0, 0, 4230, 4231, 1, 0, 0, 0, 4231, 4232, 3, 330, 165, 0, 4232, 4233, 5, 80, 0, 0, 4233, 4234, 3, 348, 174, 0, 4234, 4235, 5, 64, 0, 0, 4235, 4237, 3, 338, 169, 0, 4236, 4238, 3, 88, 44, 0, 4237, 4236, 1, 0, 0, 0, 4237, 4238, 1, 0, 0, 0, 4238, 4240, 1, 0, 0, 0, 4239, 4214, 1, 0, 0, 0, 4239, 4225, 1, 0, 0, 0, 4240, 347, 1, 0, 0, 0, 4241, 4242, 7, 54, 0, 0, 4242, 349, 1, 0, 0, 0, 4243, 4245, 5, 46, 0, 0, 4244, 4246, 5, 98, 0, 0, 4245, 4244, 1, 0, 0, 0, 4245, 4246, 1, 0, 0, 0, 4246, 4247, 1, 0, 0, 0, 4247, 4249, 5, 226, 0, 0, 4248, 4250, 5, 109, 0, 0, 4249, 4248, 1, 0, 0, 0, 4249, 4250, 1, 0, 0, 0, 4250, 4252, 1, 0, 0, 0, 4251, 4253, 3, 286, 143, 0, 4252, 4251, 1, 0, 0, 0, 4252, 4253, 1, 0, 0, 0, 4253, 4255, 1, 0, 0, 0, 4254, 4256, 3, 810, 405, 0, 4255, 4254, 1, 0, 0, 0, 4255, 4256, 1, 0, 0, 0, 4256, 4257, 1, 0, 0, 0, 4257, 4258, 5, 80, 0, 0, 4258, 4260, 3, 616, 308, 0, 4259, 4261, 3, 162, 81, 0, 4260, 4259, 1, 0, 0, 0, 4260, 4261, 1, 0, 0, 0, 4261, 4262, 1, 0, 0, 0, 4262, 4265, 3, 352, 176, 0, 4263, 4264, 5, 441, 0, 0, 4264, 4266, 3, 352, 176, 0, 4265, 4263, 1, 0, 0, 0, 4265, 4266, 1, 0, 0, 0, 4266, 4272, 1, 0, 0, 0, 4267, 4269, 5, 273, 0, 0, 4268, 4270, 5, 77, 0, 0, 4269, 4268, 1, 0, 0, 0, 4269, 4270, 1, 0, 0, 0, 4270, 4271, 1, 0, 0, 0, 4271, 4273, 5, 56, 0, 0, 4272, 4267, 1, 0, 0, 0, 4272, 4273, 1, 0, 0, 0, 4273, 4275, 1, 0, 0, 0, 4274, 4276, 3, 94, 47, 0, 4275, 4274, 1, 0, 0, 0, 4275, 4276, 1, 0, 0, 0, 4276, 4278, 1, 0, 0, 0, 4277, 4279, 3, 168, 84, 0, 4278, 4277, 1, 0, 0, 0, 4278, 4279, 1, 0, 0, 0, 4279, 4281, 1, 0, 0, 0, 4280, 4282, 3, 630, 315, 0, 4281, 4280, 1, 0, 0, 0, 4281, 4282, 1, 0, 0, 0, 4282, 351, 1, 0, 0, 0, 4283, 4284, 5, 2, 0, 0, 4284, 4289, 3, 354, 177, 0, 4285, 4286, 5, 6, 0, 0, 4286, 4288, 3, 354, 177, 0, 4287, 4285, 1, 0, 0, 0, 4288, 4291, 1, 0, 0, 0, 4289, 4287, 1, 0, 0, 0, 4289, 4290, 1, 0, 0, 0, 4290, 4292, 1, 0, 0, 0, 4291, 4289, 1, 0, 0, 0, 4292, 4293, 5, 3, 0, 0, 4293, 353, 1, 0, 0, 0, 4294, 4301, 3, 792, 396, 0, 4295, 4301, 3, 680, 340, 0, 4296, 4297, 5, 2, 0, 0, 4297, 4298, 3, 666, 333, 0, 4298, 4299, 5, 3, 0, 0, 4299, 4301, 1, 0, 0, 0, 4300, 4294, 1, 0, 0, 0, 4300, 4295, 1, 0, 0, 0, 4300, 4296, 1, 0, 0, 0, 4301, 4303, 1, 0, 0, 0, 4302, 4304, 3, 90, 45, 0, 4303, 4302, 1, 0, 0, 0, 4303, 4304, 1, 0, 0, 0, 4304, 4311, 1, 0, 0, 0, 4305, 4307, 3, 308, 154, 0, 4306, 4305, 1, 0, 0, 0, 4306, 4307, 1, 0, 0, 0, 4307, 4312, 1, 0, 0, 0, 4308, 4309, 3, 308, 154, 0, 4309, 4310, 3, 92, 46, 0, 4310, 4312, 1, 0, 0, 0, 4311, 4306, 1, 0, 0, 0, 4311, 4308, 1, 0, 0, 0, 4312, 4314, 1, 0, 0, 0, 4313, 4315, 7, 55, 0, 0, 4314, 4313, 1, 0, 0, 0, 4314, 4315, 1, 0, 0, 0, 4315, 4318, 1, 0, 0, 0, 4316, 4317, 5, 273, 0, 0, 4317, 4319, 7, 56, 0, 0, 4318, 4316, 1, 0, 0, 0, 4318, 4319, 1, 0, 0, 0, 4319, 355, 1, 0, 0, 0, 4320, 4322, 5, 46, 0, 0, 4321, 4323, 3, 358, 179, 0, 4322, 4321, 1, 0, 0, 0, 4322, 4323, 1, 0, 0, 0, 4323, 4328, 1, 0, 0, 0, 4324, 4325, 5, 211, 0, 0, 4325, 4329, 3, 796, 398, 0, 4326, 4327, 5, 296, 0, 0, 4327, 4329, 3, 790, 395, 0, 4328, 4324, 1, 0, 0, 0, 4328, 4326, 1, 0, 0, 0, 4329, 4330, 1, 0, 0, 0, 4330, 4339, 5, 2, 0, 0, 4331, 4336, 3, 382, 191, 0, 4332, 4333, 5, 6, 0, 0, 4333, 4335, 3, 382, 191, 0, 4334, 4332, 1, 0, 0, 0, 4335, 4338, 1, 0, 0, 0, 4336, 4334, 1, 0, 0, 0, 4336, 4337, 1, 0, 0, 0, 4337, 4340, 1, 0, 0, 0, 4338, 4336, 1, 0, 0, 0, 4339, 4331, 1, 0, 0, 0, 4339, 4340, 1, 0, 0, 0, 4340, 4341, 1, 0, 0, 0, 4341, 4342, 5, 3, 0, 0, 4342, 4359, 1, 0, 0, 0, 4343, 4357, 5, 316, 0, 0, 4344, 4358, 3, 380, 190, 0, 4345, 4346, 5, 92, 0, 0, 4346, 4347, 5, 2, 0, 0, 4347, 4352, 3, 394, 197, 0, 4348, 4349, 5, 6, 0, 0, 4349, 4351, 3, 394, 197, 0, 4350, 4348, 1, 0, 0, 0, 4351, 4354, 1, 0, 0, 0, 4352, 4350, 1, 0, 0, 0, 4352, 4353, 1, 0, 0, 0, 4353, 4355, 1, 0, 0, 0, 4354, 4352, 1, 0, 0, 0, 4355, 4356, 5, 3, 0, 0, 4356, 4358, 1, 0, 0, 0, 4357, 4344, 1, 0, 0, 0, 4357, 4345, 1, 0, 0, 0, 4358, 4360, 1, 0, 0, 0, 4359, 4343, 1, 0, 0, 0, 4359, 4360, 1, 0, 0, 0, 4360, 4362, 1, 0, 0, 0, 4361, 4363, 3, 390, 195, 0, 4362, 4361, 1, 0, 0, 0, 4363, 4364, 1, 0, 0, 0, 4364, 4362, 1, 0, 0, 0, 4364, 4365, 1, 0, 0, 0, 4365, 4371, 1, 0, 0, 0, 4366, 4367, 5, 105, 0, 0, 4367, 4368, 5, 2, 0, 0, 4368, 4369, 3, 776, 388, 0, 4369, 4370, 5, 3, 0, 0, 4370, 4372, 1, 0, 0, 0, 4371, 4366, 1, 0, 0, 0, 4371, 4372, 1, 0, 0, 0, 4372, 357, 1, 0, 0, 0, 4373, 4374, 5, 82, 0, 0, 4374, 4375, 5, 311, 0, 0, 4375, 359, 1, 0, 0, 0, 4376, 4378, 5, 2, 0, 0, 4377, 4379, 3, 362, 181, 0, 4378, 4377, 1, 0, 0, 0, 4378, 4379, 1, 0, 0, 0, 4379, 4380, 1, 0, 0, 0, 4380, 4381, 5, 3, 0, 0, 4381, 361, 1, 0, 0, 0, 4382, 4387, 3, 376, 188, 0, 4383, 4384, 5, 6, 0, 0, 4384, 4386, 3, 376, 188, 0, 4385, 4383, 1, 0, 0, 0, 4386, 4389, 1, 0, 0, 0, 4387, 4385, 1, 0, 0, 0, 4387, 4388, 1, 0, 0, 0, 4388, 363, 1, 0, 0, 0, 4389, 4387, 1, 0, 0, 0, 4390, 4395, 3, 366, 183, 0, 4391, 4392, 5, 6, 0, 0, 4392, 4394, 3, 366, 183, 0, 4393, 4391, 1, 0, 0, 0, 4394, 4397, 1, 0, 0, 0, 4395, 4393, 1, 0, 0, 0, 4395, 4396, 1, 0, 0, 0, 4396, 365, 1, 0, 0, 0, 4397, 4395, 1, 0, 0, 0, 4398, 4399, 3, 786, 393, 0, 4399, 4400, 3, 360, 180, 0, 4400, 4404, 1, 0, 0, 0, 4401, 4404, 3, 824, 412, 0, 4402, 4404, 3, 772, 386, 0, 4403, 4398, 1, 0, 0, 0, 4403, 4401, 1, 0, 0, 0, 4403, 4402, 1, 0, 0, 0, 4404, 367, 1, 0, 0, 0, 4405, 4410, 3, 370, 185, 0, 4406, 4407, 5, 6, 0, 0, 4407, 4409, 3, 370, 185, 0, 4408, 4406, 1, 0, 0, 0, 4409, 4412, 1, 0, 0, 0, 4410, 4408, 1, 0, 0, 0, 4410, 4411, 1, 0, 0, 0, 4411, 369, 1, 0, 0, 0, 4412, 4410, 1, 0, 0, 0, 4413, 4414, 3, 788, 394, 0, 4414, 4415, 3, 360, 180, 0, 4415, 4419, 1, 0, 0, 0, 4416, 4419, 3, 824, 412, 0, 4417, 4419, 3, 772, 386, 0, 4418, 4413, 1, 0, 0, 0, 4418, 4416, 1, 0, 0, 0, 4418, 4417, 1, 0, 0, 0, 4419, 371, 1, 0, 0, 0, 4420, 4425, 3, 374, 187, 0, 4421, 4422, 5, 6, 0, 0, 4422, 4424, 3, 374, 187, 0, 4423, 4421, 1, 0, 0, 0, 4424, 4427, 1, 0, 0, 0, 4425, 4423, 1, 0, 0, 0, 4425, 4426, 1, 0, 0, 0, 4426, 373, 1, 0, 0, 0, 4427, 4425, 1, 0, 0, 0, 4428, 4429, 3, 798, 399, 0, 4429, 4430, 3, 360, 180, 0, 4430, 4434, 1, 0, 0, 0, 4431, 4434, 3, 824, 412, 0, 4432, 4434, 3, 772, 386, 0, 4433, 4428, 1, 0, 0, 0, 4433, 4431, 1, 0, 0, 0, 4433, 4432, 1, 0, 0, 0, 4434, 375, 1, 0, 0, 0, 4435, 4437, 3, 378, 189, 0, 4436, 4438, 3, 812, 406, 0, 4437, 4436, 1, 0, 0, 0, 4437, 4438, 1, 0, 0, 0, 4438, 4444, 1, 0, 0, 0, 4439, 4441, 3, 812, 406, 0, 4440, 4442, 3, 378, 189, 0, 4441, 4440, 1, 0, 0, 0, 4441, 4442, 1, 0, 0, 0, 4442, 4444, 1, 0, 0, 0, 4443, 4435, 1, 0, 0, 0, 4443, 4439, 1, 0, 0, 0, 4443, 4444, 1, 0, 0, 0, 4444, 4445, 1, 0, 0, 0, 4445, 4446, 3, 380, 190, 0, 4446, 377, 1, 0, 0, 0, 4447, 4449, 5, 68, 0, 0, 4448, 4450, 5, 453, 0, 0, 4449, 4448, 1, 0, 0, 0, 4449, 4450, 1, 0, 0, 0, 4450, 4455, 1, 0, 0, 0, 4451, 4455, 5, 453, 0, 0, 4452, 4455, 5, 400, 0, 0, 4453, 4455, 5, 101, 0, 0, 4454, 4447, 1, 0, 0, 0, 4454, 4451, 1, 0, 0, 0, 4454, 4452, 1, 0, 0, 0, 4454, 4453, 1, 0, 0, 0, 4455, 379, 1, 0, 0, 0, 4456, 4466, 3, 644, 322, 0, 4457, 4459, 5, 415, 0, 0, 4458, 4457, 1, 0, 0, 0, 4458, 4459, 1, 0, 0, 0, 4459, 4460, 1, 0, 0, 0, 4460, 4461, 3, 812, 406, 0, 4461, 4462, 3, 310, 155, 0, 4462, 4463, 5, 27, 0, 0, 4463, 4464, 5, 360, 0, 0, 4464, 4466, 1, 0, 0, 0, 4465, 4456, 1, 0, 0, 0, 4465, 4458, 1, 0, 0, 0, 4466, 381, 1, 0, 0, 0, 4467, 4470, 3, 376, 188, 0, 4468, 4469, 7, 57, 0, 0, 4469, 4471, 3, 666, 333, 0, 4470, 4468, 1, 0, 0, 0, 4470, 4471, 1, 0, 0, 0, 4471, 383, 1, 0, 0, 0, 4472, 4482, 5, 2, 0, 0, 4473, 4483, 5, 9, 0, 0, 4474, 4476, 3, 362, 181, 0, 4475, 4474, 1, 0, 0, 0, 4475, 4476, 1, 0, 0, 0, 4476, 4480, 1, 0, 0, 0, 4477, 4478, 5, 83, 0, 0, 4478, 4479, 5, 147, 0, 0, 4479, 4481, 3, 362, 181, 0, 4480, 4477, 1, 0, 0, 0, 4480, 4481, 1, 0, 0, 0, 4481, 4483, 1, 0, 0, 0, 4482, 4473, 1, 0, 0, 0, 4482, 4475, 1, 0, 0, 0, 4483, 4484, 1, 0, 0, 0, 4484, 4485, 5, 3, 0, 0, 4485, 385, 1, 0, 0, 0, 4486, 4487, 3, 798, 399, 0, 4487, 4488, 3, 384, 192, 0, 4488, 387, 1, 0, 0, 0, 4489, 4490, 5, 316, 0, 0, 4490, 4493, 5, 78, 0, 0, 4491, 4493, 5, 149, 0, 0, 4492, 4489, 1, 0, 0, 0, 4492, 4491, 1, 0, 0, 0, 4493, 4494, 1, 0, 0, 0, 4494, 4495, 5, 80, 0, 0, 4495, 4496, 5, 78, 0, 0, 4496, 4519, 5, 458, 0, 0, 4497, 4519, 5, 346, 0, 0, 4498, 4519, 5, 222, 0, 0, 4499, 4519, 5, 338, 0, 0, 4500, 4519, 5, 377, 0, 0, 4501, 4503, 5, 205, 0, 0, 4502, 4501, 1, 0, 0, 0, 4502, 4503, 1, 0, 0, 0, 4503, 4504, 1, 0, 0, 0, 4504, 4505, 5, 327, 0, 0, 4505, 4519, 7, 58, 0, 0, 4506, 4519, 5, 250, 0, 0, 4507, 4508, 5, 77, 0, 0, 4508, 4519, 5, 250, 0, 0, 4509, 4510, 7, 59, 0, 0, 4510, 4519, 3, 194, 97, 0, 4511, 4512, 5, 459, 0, 0, 4512, 4519, 3, 308, 154, 0, 4513, 4514, 5, 333, 0, 0, 4514, 4519, 3, 42, 21, 0, 4515, 4519, 3, 60, 30, 0, 4516, 4517, 5, 460, 0, 0, 4517, 4519, 3, 810, 405, 0, 4518, 4492, 1, 0, 0, 0, 4518, 4497, 1, 0, 0, 0, 4518, 4498, 1, 0, 0, 0, 4518, 4499, 1, 0, 0, 0, 4518, 4500, 1, 0, 0, 0, 4518, 4502, 1, 0, 0, 0, 4518, 4506, 1, 0, 0, 0, 4518, 4507, 1, 0, 0, 0, 4518, 4509, 1, 0, 0, 0, 4518, 4511, 1, 0, 0, 0, 4518, 4513, 1, 0, 0, 0, 4518, 4515, 1, 0, 0, 0, 4518, 4516, 1, 0, 0, 0, 4519, 389, 1, 0, 0, 0, 4520, 4521, 5, 36, 0, 0, 4521, 4522, 3, 800, 400, 0, 4522, 4523, 3, 454, 227, 0, 4523, 4556, 1, 0, 0, 0, 4524, 4525, 5, 247, 0, 0, 4525, 4556, 3, 58, 29, 0, 4526, 4527, 5, 443, 0, 0, 4527, 4528, 5, 62, 0, 0, 4528, 4529, 5, 360, 0, 0, 4529, 4536, 3, 644, 322, 0, 4530, 4531, 5, 6, 0, 0, 4531, 4532, 5, 62, 0, 0, 4532, 4533, 5, 360, 0, 0, 4533, 4535, 3, 644, 322, 0, 4534, 4530, 1, 0, 0, 0, 4535, 4538, 1, 0, 0, 0, 4536, 4534, 1, 0, 0, 0, 4536, 4537, 1, 0, 0, 0, 4537, 4556, 1, 0, 0, 0, 4538, 4536, 1, 0, 0, 0, 4539, 4556, 5, 104, 0, 0, 4540, 4541, 5, 333, 0, 0, 4541, 4548, 3, 810, 405, 0, 4542, 4543, 5, 94, 0, 0, 4543, 4549, 3, 810, 405, 0, 4544, 4545, 5, 10, 0, 0, 4545, 4549, 3, 810, 405, 0, 4546, 4547, 5, 64, 0, 0, 4547, 4549, 5, 434, 0, 0, 4548, 4542, 1, 0, 0, 0, 4548, 4544, 1, 0, 0, 0, 4548, 4546, 1, 0, 0, 0, 4549, 4556, 1, 0, 0, 0, 4550, 4551, 5, 36, 0, 0, 4551, 4556, 3, 810, 405, 0, 4552, 4556, 3, 4, 2, 0, 4553, 4556, 3, 388, 194, 0, 4554, 4556, 3, 810, 405, 0, 4555, 4520, 1, 0, 0, 0, 4555, 4524, 1, 0, 0, 0, 4555, 4526, 1, 0, 0, 0, 4555, 4539, 1, 0, 0, 0, 4555, 4540, 1, 0, 0, 0, 4555, 4550, 1, 0, 0, 0, 4555, 4552, 1, 0, 0, 0, 4555, 4553, 1, 0, 0, 0, 4555, 4554, 1, 0, 0, 0, 4556, 391, 1, 0, 0, 0, 4557, 4558, 5, 105, 0, 0, 4558, 4559, 3, 276, 138, 0, 4559, 393, 1, 0, 0, 0, 4560, 4561, 3, 792, 396, 0, 4561, 4562, 3, 380, 190, 0, 4562, 395, 1, 0, 0, 0, 4563, 4570, 5, 138, 0, 0, 4564, 4565, 5, 211, 0, 0, 4565, 4571, 3, 374, 187, 0, 4566, 4567, 5, 296, 0, 0, 4567, 4571, 3, 370, 185, 0, 4568, 4569, 5, 442, 0, 0, 4569, 4571, 3, 366, 183, 0, 4570, 4564, 1, 0, 0, 0, 4570, 4566, 1, 0, 0, 0, 4570, 4568, 1, 0, 0, 0, 4571, 4573, 1, 0, 0, 0, 4572, 4574, 3, 388, 194, 0, 4573, 4572, 1, 0, 0, 0, 4574, 4575, 1, 0, 0, 0, 4575, 4573, 1, 0, 0, 0, 4575, 4576, 1, 0, 0, 0, 4576, 4578, 1, 0, 0, 0, 4577, 4579, 5, 315, 0, 0, 4578, 4577, 1, 0, 0, 0, 4578, 4579, 1, 0, 0, 0, 4579, 397, 1, 0, 0, 0, 4580, 4596, 5, 191, 0, 0, 4581, 4583, 5, 211, 0, 0, 4582, 4584, 3, 414, 207, 0, 4583, 4582, 1, 0, 0, 0, 4583, 4584, 1, 0, 0, 0, 4584, 4585, 1, 0, 0, 0, 4585, 4597, 3, 372, 186, 0, 4586, 4588, 5, 296, 0, 0, 4587, 4589, 3, 414, 207, 0, 4588, 4587, 1, 0, 0, 0, 4588, 4589, 1, 0, 0, 0, 4589, 4590, 1, 0, 0, 0, 4590, 4597, 3, 368, 184, 0, 4591, 4593, 5, 442, 0, 0, 4592, 4594, 3, 414, 207, 0, 4593, 4592, 1, 0, 0, 0, 4593, 4594, 1, 0, 0, 0, 4594, 4595, 1, 0, 0, 0, 4595, 4597, 3, 364, 182, 0, 4596, 4581, 1, 0, 0, 0, 4596, 4586, 1, 0, 0, 0, 4596, 4591, 1, 0, 0, 0, 4597, 4599, 1, 0, 0, 0, 4598, 4600, 3, 88, 44, 0, 4599, 4598, 1, 0, 0, 0, 4599, 4600, 1, 0, 0, 0, 4600, 399, 1, 0, 0, 0, 4601, 4602, 5, 191, 0, 0, 4602, 4604, 5, 136, 0, 0, 4603, 4605, 3, 414, 207, 0, 4604, 4603, 1, 0, 0, 0, 4604, 4605, 1, 0, 0, 0, 4605, 4606, 1, 0, 0, 0, 4606, 4611, 3, 386, 193, 0, 4607, 4608, 5, 6, 0, 0, 4608, 4610, 3, 386, 193, 0, 4609, 4607, 1, 0, 0, 0, 4610, 4613, 1, 0, 0, 0, 4611, 4609, 1, 0, 0, 0, 4611, 4612, 1, 0, 0, 0, 4612, 4615, 1, 0, 0, 0, 4613, 4611, 1, 0, 0, 0, 4614, 4616, 3, 88, 44, 0, 4615, 4614, 1, 0, 0, 0, 4615, 4616, 1, 0, 0, 0, 4616, 401, 1, 0, 0, 0, 4617, 4618, 5, 191, 0, 0, 4618, 4620, 5, 278, 0, 0, 4619, 4621, 3, 414, 207, 0, 4620, 4619, 1, 0, 0, 0, 4620, 4621, 1, 0, 0, 0, 4621, 4622, 1, 0, 0, 0, 4622, 4627, 3, 408, 204, 0, 4623, 4624, 5, 6, 0, 0, 4624, 4626, 3, 408, 204, 0, 4625, 4623, 1, 0, 0, 0, 4626, 4629, 1, 0, 0, 0, 4627, 4625, 1, 0, 0, 0, 4627, 4628, 1, 0, 0, 0, 4628, 4631, 1, 0, 0, 0, 4629, 4627, 1, 0, 0, 0, 4630, 4632, 3, 88, 44, 0, 4631, 4630, 1, 0, 0, 0, 4631, 4632, 1, 0, 0, 0, 4632, 403, 1, 0, 0, 0, 4633, 4646, 5, 2, 0, 0, 4634, 4637, 3, 644, 322, 0, 4635, 4636, 5, 6, 0, 0, 4636, 4638, 3, 644, 322, 0, 4637, 4635, 1, 0, 0, 0, 4637, 4638, 1, 0, 0, 0, 4638, 4647, 1, 0, 0, 0, 4639, 4640, 5, 407, 0, 0, 4640, 4641, 5, 6, 0, 0, 4641, 4647, 3, 644, 322, 0, 4642, 4643, 3, 644, 322, 0, 4643, 4644, 5, 6, 0, 0, 4644, 4645, 5, 407, 0, 0, 4645, 4647, 1, 0, 0, 0, 4646, 4634, 1, 0, 0, 0, 4646, 4639, 1, 0, 0, 0, 4646, 4642, 1, 0, 0, 0, 4647, 4648, 1, 0, 0, 0, 4648, 4649, 5, 3, 0, 0, 4649, 405, 1, 0, 0, 0, 4650, 4651, 3, 810, 405, 0, 4651, 4652, 5, 11, 0, 0, 4652, 4654, 1, 0, 0, 0, 4653, 4650, 1, 0, 0, 0, 4654, 4657, 1, 0, 0, 0, 4655, 4653, 1, 0, 0, 0, 4655, 4656, 1, 0, 0, 0, 4656, 4658, 1, 0, 0, 0, 4657, 4655, 1, 0, 0, 0, 4658, 4659, 3, 712, 356, 0, 4659, 407, 1, 0, 0, 0, 4660, 4661, 3, 406, 203, 0, 4661, 4662, 3, 404, 202, 0, 4662, 409, 1, 0, 0, 0, 4663, 4667, 5, 57, 0, 0, 4664, 4668, 3, 800, 400, 0, 4665, 4666, 5, 247, 0, 0, 4666, 4668, 3, 58, 29, 0, 4667, 4664, 1, 0, 0, 0, 4667, 4665, 1, 0, 0, 0, 4668, 4669, 1, 0, 0, 0, 4669, 4667, 1, 0, 0, 0, 4669, 4670, 1, 0, 0, 0, 4670, 411, 1, 0, 0, 0, 4671, 4672, 5, 46, 0, 0, 4672, 4673, 5, 41, 0, 0, 4673, 4674, 5, 2, 0, 0, 4674, 4675, 3, 644, 322, 0, 4675, 4676, 5, 36, 0, 0, 4676, 4677, 3, 644, 322, 0, 4677, 4694, 5, 3, 0, 0, 4678, 4679, 5, 379, 0, 0, 4679, 4682, 5, 211, 0, 0, 4680, 4681, 5, 36, 0, 0, 4681, 4683, 7, 60, 0, 0, 4682, 4680, 1, 0, 0, 0, 4682, 4683, 1, 0, 0, 0, 4683, 4695, 1, 0, 0, 0, 4684, 4688, 5, 105, 0, 0, 4685, 4686, 5, 211, 0, 0, 4686, 4689, 3, 374, 187, 0, 4687, 4689, 5, 400, 0, 0, 4688, 4685, 1, 0, 0, 0, 4688, 4687, 1, 0, 0, 0, 4689, 4692, 1, 0, 0, 0, 4690, 4691, 5, 36, 0, 0, 4691, 4693, 7, 60, 0, 0, 4692, 4690, 1, 0, 0, 0, 4692, 4693, 1, 0, 0, 0, 4693, 4695, 1, 0, 0, 0, 4694, 4678, 1, 0, 0, 0, 4694, 4684, 1, 0, 0, 0, 4695, 413, 1, 0, 0, 0, 4696, 4697, 5, 220, 0, 0, 4697, 4698, 5, 396, 0, 0, 4698, 415, 1, 0, 0, 0, 4699, 4701, 5, 46, 0, 0, 4700, 4702, 3, 358, 179, 0, 4701, 4700, 1, 0, 0, 0, 4701, 4702, 1, 0, 0, 0, 4702, 4703, 1, 0, 0, 0, 4703, 4704, 5, 443, 0, 0, 4704, 4705, 5, 62, 0, 0, 4705, 4706, 3, 644, 322, 0, 4706, 4707, 5, 247, 0, 0, 4707, 4708, 3, 810, 405, 0, 4708, 4723, 5, 2, 0, 0, 4709, 4710, 5, 64, 0, 0, 4710, 4714, 3, 418, 209, 0, 4711, 4712, 5, 6, 0, 0, 4712, 4713, 5, 94, 0, 0, 4713, 4715, 3, 418, 209, 0, 4714, 4711, 1, 0, 0, 0, 4714, 4715, 1, 0, 0, 0, 4715, 4724, 1, 0, 0, 0, 4716, 4717, 5, 94, 0, 0, 4717, 4721, 3, 418, 209, 0, 4718, 4719, 5, 6, 0, 0, 4719, 4720, 5, 64, 0, 0, 4720, 4722, 3, 418, 209, 0, 4721, 4718, 1, 0, 0, 0, 4721, 4722, 1, 0, 0, 0, 4722, 4724, 1, 0, 0, 0, 4723, 4709, 1, 0, 0, 0, 4723, 4716, 1, 0, 0, 0, 4724, 4725, 1, 0, 0, 0, 4725, 4726, 5, 3, 0, 0, 4726, 417, 1, 0, 0, 0, 4727, 4728, 5, 461, 0, 0, 4728, 4729, 5, 105, 0, 0, 4729, 4730, 5, 211, 0, 0, 4730, 4731, 3, 374, 187, 0, 4731, 419, 1, 0, 0, 0, 4732, 4743, 5, 306, 0, 0, 4733, 4734, 5, 2, 0, 0, 4734, 4739, 5, 128, 0, 0, 4735, 4736, 5, 6, 0, 0, 4736, 4738, 5, 128, 0, 0, 4737, 4735, 1, 0, 0, 0, 4738, 4741, 1, 0, 0, 0, 4739, 4737, 1, 0, 0, 0, 4739, 4740, 1, 0, 0, 0, 4740, 4742, 1, 0, 0, 0, 4741, 4739, 1, 0, 0, 0, 4742, 4744, 5, 3, 0, 0, 4743, 4733, 1, 0, 0, 0, 4743, 4744, 1, 0, 0, 0, 4744, 4770, 1, 0, 0, 0, 4745, 4747, 5, 226, 0, 0, 4746, 4748, 5, 109, 0, 0, 4747, 4746, 1, 0, 0, 0, 4747, 4748, 1, 0, 0, 0, 4748, 4749, 1, 0, 0, 0, 4749, 4771, 3, 772, 386, 0, 4750, 4752, 5, 92, 0, 0, 4751, 4753, 5, 109, 0, 0, 4752, 4751, 1, 0, 0, 0, 4752, 4753, 1, 0, 0, 0, 4753, 4754, 1, 0, 0, 0, 4754, 4771, 3, 766, 383, 0, 4755, 4757, 5, 323, 0, 0, 4756, 4758, 5, 109, 0, 0, 4757, 4756, 1, 0, 0, 0, 4757, 4758, 1, 0, 0, 0, 4758, 4759, 1, 0, 0, 0, 4759, 4771, 3, 782, 391, 0, 4760, 4762, 5, 349, 0, 0, 4761, 4763, 5, 109, 0, 0, 4762, 4761, 1, 0, 0, 0, 4762, 4763, 1, 0, 0, 0, 4763, 4764, 1, 0, 0, 0, 4764, 4771, 3, 810, 405, 0, 4765, 4767, 5, 175, 0, 0, 4766, 4768, 5, 109, 0, 0, 4767, 4766, 1, 0, 0, 0, 4767, 4768, 1, 0, 0, 0, 4768, 4769, 1, 0, 0, 0, 4769, 4771, 3, 780, 390, 0, 4770, 4745, 1, 0, 0, 0, 4770, 4750, 1, 0, 0, 0, 4770, 4755, 1, 0, 0, 0, 4770, 4760, 1, 0, 0, 0, 4770, 4765, 1, 0, 0, 0, 4771, 421, 1, 0, 0, 0, 4772, 4773, 5, 138, 0, 0, 4773, 4774, 3, 168, 84, 0, 4774, 4775, 7, 16, 0, 0, 4775, 4776, 3, 92, 46, 0, 4776, 423, 1, 0, 0, 0, 4777, 4782, 5, 138, 0, 0, 4778, 4779, 5, 136, 0, 0, 4779, 4783, 3, 386, 193, 0, 4780, 4781, 5, 442, 0, 0, 4781, 4783, 3, 366, 183, 0, 4782, 4778, 1, 0, 0, 0, 4782, 4780, 1, 0, 0, 0, 4783, 4784, 1, 0, 0, 0, 4784, 4785, 5, 309, 0, 0, 4785, 4786, 5, 94, 0, 0, 4786, 4787, 3, 810, 405, 0, 4787, 4985, 1, 0, 0, 0, 4788, 4789, 5, 138, 0, 0, 4789, 4790, 5, 175, 0, 0, 4790, 4791, 3, 780, 390, 0, 4791, 4792, 5, 309, 0, 0, 4792, 4793, 5, 94, 0, 0, 4793, 4794, 3, 778, 389, 0, 4794, 4985, 1, 0, 0, 0, 4795, 4796, 5, 138, 0, 0, 4796, 4797, 7, 61, 0, 0, 4797, 4798, 3, 308, 154, 0, 4798, 4799, 5, 309, 0, 0, 4799, 4800, 5, 94, 0, 0, 4800, 4801, 3, 810, 405, 0, 4801, 4985, 1, 0, 0, 0, 4802, 4803, 5, 138, 0, 0, 4803, 4804, 5, 211, 0, 0, 4804, 4805, 3, 374, 187, 0, 4805, 4806, 5, 309, 0, 0, 4806, 4807, 5, 94, 0, 0, 4807, 4808, 3, 796, 398, 0, 4808, 4985, 1, 0, 0, 0, 4809, 4810, 5, 138, 0, 0, 4810, 4811, 5, 278, 0, 0, 4811, 4812, 7, 31, 0, 0, 4812, 4813, 3, 308, 154, 0, 4813, 4814, 3, 162, 81, 0, 4814, 4815, 5, 309, 0, 0, 4815, 4816, 5, 94, 0, 0, 4816, 4817, 3, 810, 405, 0, 4817, 4985, 1, 0, 0, 0, 4818, 4819, 5, 138, 0, 0, 4819, 4820, 5, 296, 0, 0, 4820, 4821, 3, 370, 185, 0, 4821, 4822, 5, 309, 0, 0, 4822, 4823, 5, 94, 0, 0, 4823, 4824, 3, 790, 395, 0, 4824, 4985, 1, 0, 0, 0, 4825, 4826, 5, 138, 0, 0, 4826, 4827, 5, 323, 0, 0, 4827, 4828, 3, 782, 391, 0, 4828, 4829, 5, 309, 0, 0, 4829, 4830, 5, 94, 0, 0, 4830, 4831, 3, 32, 16, 0, 4831, 4985, 1, 0, 0, 0, 4832, 4833, 5, 138, 0, 0, 4833, 4835, 7, 62, 0, 0, 4834, 4836, 3, 414, 207, 0, 4835, 4834, 1, 0, 0, 0, 4835, 4836, 1, 0, 0, 0, 4836, 4837, 1, 0, 0, 0, 4837, 4838, 3, 772, 386, 0, 4838, 4839, 5, 309, 0, 0, 4839, 4840, 5, 94, 0, 0, 4840, 4841, 3, 810, 405, 0, 4841, 4985, 1, 0, 0, 0, 4842, 4844, 5, 138, 0, 0, 4843, 4845, 5, 259, 0, 0, 4844, 4843, 1, 0, 0, 0, 4844, 4845, 1, 0, 0, 0, 4845, 4846, 1, 0, 0, 0, 4846, 4848, 5, 376, 0, 0, 4847, 4849, 3, 414, 207, 0, 4848, 4847, 1, 0, 0, 0, 4848, 4849, 1, 0, 0, 0, 4849, 4850, 1, 0, 0, 0, 4850, 4851, 3, 770, 385, 0, 4851, 4852, 5, 309, 0, 0, 4852, 4853, 5, 94, 0, 0, 4853, 4854, 3, 768, 384, 0, 4854, 4985, 1, 0, 0, 0, 4855, 4857, 5, 138, 0, 0, 4856, 4858, 5, 63, 0, 0, 4857, 4856, 1, 0, 0, 0, 4857, 4858, 1, 0, 0, 0, 4858, 4859, 1, 0, 0, 0, 4859, 4861, 5, 92, 0, 0, 4860, 4862, 3, 414, 207, 0, 4861, 4860, 1, 0, 0, 0, 4861, 4862, 1, 0, 0, 0, 4862, 4863, 1, 0, 0, 0, 4863, 4864, 3, 616, 308, 0, 4864, 4865, 5, 309, 0, 0, 4865, 4866, 5, 94, 0, 0, 4866, 4867, 3, 764, 382, 0, 4867, 4985, 1, 0, 0, 0, 4868, 4893, 5, 138, 0, 0, 4869, 4871, 5, 63, 0, 0, 4870, 4869, 1, 0, 0, 0, 4870, 4871, 1, 0, 0, 0, 4871, 4872, 1, 0, 0, 0, 4872, 4874, 5, 92, 0, 0, 4873, 4875, 3, 414, 207, 0, 4874, 4873, 1, 0, 0, 0, 4874, 4875, 1, 0, 0, 0, 4875, 4876, 1, 0, 0, 0, 4876, 4877, 3, 616, 308, 0, 4877, 4879, 5, 309, 0, 0, 4878, 4880, 5, 44, 0, 0, 4879, 4878, 1, 0, 0, 0, 4879, 4880, 1, 0, 0, 0, 4880, 4894, 1, 0, 0, 0, 4881, 4883, 5, 259, 0, 0, 4882, 4881, 1, 0, 0, 0, 4882, 4883, 1, 0, 0, 0, 4883, 4884, 1, 0, 0, 0, 4884, 4886, 5, 376, 0, 0, 4885, 4887, 3, 414, 207, 0, 4886, 4885, 1, 0, 0, 0, 4886, 4887, 1, 0, 0, 0, 4887, 4888, 1, 0, 0, 0, 4888, 4889, 3, 770, 385, 0, 4889, 4891, 5, 309, 0, 0, 4890, 4892, 5, 44, 0, 0, 4891, 4890, 1, 0, 0, 0, 4891, 4892, 1, 0, 0, 0, 4892, 4894, 1, 0, 0, 0, 4893, 4870, 1, 0, 0, 0, 4893, 4882, 1, 0, 0, 0, 4894, 4895, 1, 0, 0, 0, 4895, 4896, 3, 792, 396, 0, 4896, 4897, 5, 94, 0, 0, 4897, 4898, 3, 794, 397, 0, 4898, 4985, 1, 0, 0, 0, 4899, 4907, 5, 138, 0, 0, 4900, 4902, 5, 92, 0, 0, 4901, 4903, 3, 414, 207, 0, 4902, 4901, 1, 0, 0, 0, 4902, 4903, 1, 0, 0, 0, 4903, 4904, 1, 0, 0, 0, 4904, 4908, 3, 616, 308, 0, 4905, 4906, 5, 189, 0, 0, 4906, 4908, 3, 308, 154, 0, 4907, 4900, 1, 0, 0, 0, 4907, 4905, 1, 0, 0, 0, 4908, 4909, 1, 0, 0, 0, 4909, 4910, 5, 309, 0, 0, 4910, 4911, 5, 45, 0, 0, 4911, 4912, 3, 810, 405, 0, 4912, 4913, 5, 94, 0, 0, 4913, 4914, 3, 810, 405, 0, 4914, 4985, 1, 0, 0, 0, 4915, 4922, 5, 138, 0, 0, 4916, 4918, 5, 445, 0, 0, 4917, 4919, 3, 414, 207, 0, 4918, 4917, 1, 0, 0, 0, 4918, 4919, 1, 0, 0, 0, 4919, 4923, 1, 0, 0, 0, 4920, 4923, 5, 321, 0, 0, 4921, 4923, 5, 357, 0, 0, 4922, 4916, 1, 0, 0, 0, 4922, 4920, 1, 0, 0, 0, 4922, 4921, 1, 0, 0, 0, 4923, 4924, 1, 0, 0, 0, 4924, 4925, 3, 810, 405, 0, 4925, 4926, 5, 80, 0, 0, 4926, 4927, 3, 772, 386, 0, 4927, 4928, 5, 309, 0, 0, 4928, 4929, 5, 94, 0, 0, 4929, 4930, 3, 810, 405, 0, 4930, 4985, 1, 0, 0, 0, 4931, 4944, 5, 138, 0, 0, 4932, 4933, 5, 63, 0, 0, 4933, 4934, 5, 174, 0, 0, 4934, 4945, 5, 381, 0, 0, 4935, 4937, 5, 295, 0, 0, 4936, 4935, 1, 0, 0, 0, 4936, 4937, 1, 0, 0, 0, 4937, 4938, 1, 0, 0, 0, 4938, 4945, 5, 247, 0, 0, 4939, 4945, 5, 452, 0, 0, 4940, 4945, 5, 331, 0, 0, 4941, 4945, 5, 451, 0, 0, 4942, 4943, 5, 198, 0, 0, 4943, 4945, 5, 357, 0, 0, 4944, 4932, 1, 0, 0, 0, 4944, 4936, 1, 0, 0, 0, 4944, 4939, 1, 0, 0, 0, 4944, 4940, 1, 0, 0, 0, 4944, 4941, 1, 0, 0, 0, 4944, 4942, 1, 0, 0, 0, 4945, 4946, 1, 0, 0, 0, 4946, 4947, 3, 810, 405, 0, 4947, 4948, 5, 309, 0, 0, 4948, 4949, 5, 94, 0, 0, 4949, 4950, 3, 810, 405, 0, 4950, 4985, 1, 0, 0, 0, 4951, 4952, 5, 138, 0, 0, 4952, 4953, 7, 45, 0, 0, 4953, 4954, 3, 806, 403, 0, 4954, 4955, 5, 309, 0, 0, 4955, 4956, 5, 94, 0, 0, 4956, 4957, 3, 806, 403, 0, 4957, 4985, 1, 0, 0, 0, 4958, 4959, 5, 138, 0, 0, 4959, 4960, 3, 168, 84, 0, 4960, 4961, 5, 309, 0, 0, 4961, 4962, 5, 94, 0, 0, 4962, 4963, 3, 760, 380, 0, 4963, 4985, 1, 0, 0, 0, 4964, 4965, 5, 138, 0, 0, 4965, 4966, 5, 355, 0, 0, 4966, 4967, 5, 325, 0, 0, 4967, 4968, 7, 41, 0, 0, 4968, 4969, 3, 308, 154, 0, 4969, 4970, 5, 309, 0, 0, 4970, 4971, 5, 94, 0, 0, 4971, 4972, 3, 810, 405, 0, 4972, 4985, 1, 0, 0, 0, 4973, 4974, 5, 138, 0, 0, 4974, 4975, 5, 360, 0, 0, 4975, 4976, 3, 308, 154, 0, 4976, 4977, 5, 309, 0, 0, 4977, 4978, 5, 143, 0, 0, 4978, 4979, 3, 810, 405, 0, 4979, 4980, 5, 94, 0, 0, 4980, 4982, 3, 810, 405, 0, 4981, 4983, 3, 88, 44, 0, 4982, 4981, 1, 0, 0, 0, 4982, 4983, 1, 0, 0, 0, 4983, 4985, 1, 0, 0, 0, 4984, 4777, 1, 0, 0, 0, 4984, 4788, 1, 0, 0, 0, 4984, 4795, 1, 0, 0, 0, 4984, 4802, 1, 0, 0, 0, 4984, 4809, 1, 0, 0, 0, 4984, 4818, 1, 0, 0, 0, 4984, 4825, 1, 0, 0, 0, 4984, 4832, 1, 0, 0, 0, 4984, 4842, 1, 0, 0, 0, 4984, 4855, 1, 0, 0, 0, 4984, 4868, 1, 0, 0, 0, 4984, 4899, 1, 0, 0, 0, 4984, 4915, 1, 0, 0, 0, 4984, 4931, 1, 0, 0, 0, 4984, 4951, 1, 0, 0, 0, 4984, 4958, 1, 0, 0, 0, 4984, 4964, 1, 0, 0, 0, 4984, 4973, 1, 0, 0, 0, 4985, 425, 1, 0, 0, 0, 4986, 5003, 5, 138, 0, 0, 4987, 4988, 5, 211, 0, 0, 4988, 5004, 3, 374, 187, 0, 4989, 4990, 5, 296, 0, 0, 4990, 5004, 3, 370, 185, 0, 4991, 4992, 5, 442, 0, 0, 4992, 5004, 3, 366, 183, 0, 4993, 4994, 5, 357, 0, 0, 4994, 4995, 3, 810, 405, 0, 4995, 4996, 5, 80, 0, 0, 4996, 4997, 3, 772, 386, 0, 4997, 5004, 1, 0, 0, 0, 4998, 4999, 5, 259, 0, 0, 4999, 5000, 5, 376, 0, 0, 5000, 5004, 3, 770, 385, 0, 5001, 5002, 5, 226, 0, 0, 5002, 5004, 3, 772, 386, 0, 5003, 4987, 1, 0, 0, 0, 5003, 4989, 1, 0, 0, 0, 5003, 4991, 1, 0, 0, 0, 5003, 4993, 1, 0, 0, 0, 5003, 4998, 1, 0, 0, 0, 5003, 5001, 1, 0, 0, 0, 5004, 5006, 1, 0, 0, 0, 5005, 5007, 5, 269, 0, 0, 5006, 5005, 1, 0, 0, 0, 5006, 5007, 1, 0, 0, 0, 5007, 5008, 1, 0, 0, 0, 5008, 5009, 5, 462, 0, 0, 5009, 5010, 5, 80, 0, 0, 5010, 5011, 5, 204, 0, 0, 5011, 5012, 3, 810, 405, 0, 5012, 427, 1, 0, 0, 0, 5013, 5052, 5, 138, 0, 0, 5014, 5015, 5, 136, 0, 0, 5015, 5053, 3, 386, 193, 0, 5016, 5017, 5, 204, 0, 0, 5017, 5053, 3, 810, 405, 0, 5018, 5019, 5, 211, 0, 0, 5019, 5053, 3, 374, 187, 0, 5020, 5021, 5, 278, 0, 0, 5021, 5053, 3, 408, 204, 0, 5022, 5023, 5, 278, 0, 0, 5023, 5024, 7, 31, 0, 0, 5024, 5025, 3, 308, 154, 0, 5025, 5026, 3, 162, 81, 0, 5026, 5053, 1, 0, 0, 0, 5027, 5028, 5, 296, 0, 0, 5028, 5053, 3, 370, 185, 0, 5029, 5030, 5, 442, 0, 0, 5030, 5053, 3, 366, 183, 0, 5031, 5033, 5, 328, 0, 0, 5032, 5034, 3, 414, 207, 0, 5033, 5032, 1, 0, 0, 0, 5033, 5034, 1, 0, 0, 0, 5034, 5035, 1, 0, 0, 0, 5035, 5053, 3, 772, 386, 0, 5036, 5038, 5, 259, 0, 0, 5037, 5036, 1, 0, 0, 0, 5037, 5038, 1, 0, 0, 0, 5038, 5039, 1, 0, 0, 0, 5039, 5041, 5, 376, 0, 0, 5040, 5042, 3, 414, 207, 0, 5041, 5040, 1, 0, 0, 0, 5041, 5042, 1, 0, 0, 0, 5042, 5043, 1, 0, 0, 0, 5043, 5053, 3, 770, 385, 0, 5044, 5046, 5, 63, 0, 0, 5045, 5044, 1, 0, 0, 0, 5045, 5046, 1, 0, 0, 0, 5046, 5047, 1, 0, 0, 0, 5047, 5049, 5, 92, 0, 0, 5048, 5050, 3, 414, 207, 0, 5049, 5048, 1, 0, 0, 0, 5049, 5050, 1, 0, 0, 0, 5050, 5051, 1, 0, 0, 0, 5051, 5053, 3, 616, 308, 0, 5052, 5014, 1, 0, 0, 0, 5052, 5016, 1, 0, 0, 0, 5052, 5018, 1, 0, 0, 0, 5052, 5020, 1, 0, 0, 0, 5052, 5022, 1, 0, 0, 0, 5052, 5027, 1, 0, 0, 0, 5052, 5029, 1, 0, 0, 0, 5052, 5031, 1, 0, 0, 0, 5052, 5037, 1, 0, 0, 0, 5052, 5045, 1, 0, 0, 0, 5053, 5054, 1, 0, 0, 0, 5054, 5055, 5, 333, 0, 0, 5055, 5056, 5, 323, 0, 0, 5056, 5057, 3, 782, 391, 0, 5057, 5075, 1, 0, 0, 0, 5058, 5067, 5, 138, 0, 0, 5059, 5060, 5, 355, 0, 0, 5060, 5061, 5, 325, 0, 0, 5061, 5068, 7, 41, 0, 0, 5062, 5068, 5, 108, 0, 0, 5063, 5068, 5, 168, 0, 0, 5064, 5068, 5, 189, 0, 0, 5065, 5068, 5, 342, 0, 0, 5066, 5068, 5, 360, 0, 0, 5067, 5059, 1, 0, 0, 0, 5067, 5062, 1, 0, 0, 0, 5067, 5063, 1, 0, 0, 0, 5067, 5064, 1, 0, 0, 0, 5067, 5065, 1, 0, 0, 0, 5067, 5066, 1, 0, 0, 0, 5068, 5069, 1, 0, 0, 0, 5069, 5070, 3, 308, 154, 0, 5070, 5071, 5, 333, 0, 0, 5071, 5072, 5, 323, 0, 0, 5072, 5073, 3, 782, 391, 0, 5073, 5075, 1, 0, 0, 0, 5074, 5013, 1, 0, 0, 0, 5074, 5058, 1, 0, 0, 0, 5075, 429, 1, 0, 0, 0, 5076, 5077, 5, 138, 0, 0, 5077, 5078, 5, 278, 0, 0, 5078, 5079, 3, 408, 204, 0, 5079, 5080, 5, 333, 0, 0, 5080, 5081, 3, 432, 216, 0, 5081, 431, 1, 0, 0, 0, 5082, 5083, 5, 2, 0, 0, 5083, 5088, 3, 434, 217, 0, 5084, 5085, 5, 6, 0, 0, 5085, 5087, 3, 434, 217, 0, 5086, 5084, 1, 0, 0, 0, 5087, 5090, 1, 0, 0, 0, 5088, 5086, 1, 0, 0, 0, 5088, 5089, 1, 0, 0, 0, 5089, 5091, 1, 0, 0, 0, 5090, 5088, 1, 0, 0, 0, 5091, 5092, 5, 3, 0, 0, 5092, 433, 1, 0, 0, 0, 5093, 5094, 3, 816, 408, 0, 5094, 5101, 5, 10, 0, 0, 5095, 5102, 5, 407, 0, 0, 5096, 5102, 3, 380, 190, 0, 5097, 5102, 3, 826, 413, 0, 5098, 5102, 3, 718, 359, 0, 5099, 5102, 3, 194, 97, 0, 5100, 5102, 3, 800, 400, 0, 5101, 5095, 1, 0, 0, 0, 5101, 5096, 1, 0, 0, 0, 5101, 5097, 1, 0, 0, 0, 5101, 5098, 1, 0, 0, 0, 5101, 5099, 1, 0, 0, 0, 5101, 5100, 1, 0, 0, 0, 5102, 435, 1, 0, 0, 0, 5103, 5104, 5, 138, 0, 0, 5104, 5105, 5, 360, 0, 0, 5105, 5106, 3, 308, 154, 0, 5106, 5107, 5, 333, 0, 0, 5107, 5108, 3, 432, 216, 0, 5108, 437, 1, 0, 0, 0, 5109, 5110, 5, 138, 0, 0, 5110, 5111, 5, 278, 0, 0, 5111, 5112, 7, 31, 0, 0, 5112, 5113, 3, 308, 154, 0, 5113, 5114, 3, 162, 81, 0, 5114, 5115, 5, 282, 0, 0, 5115, 5116, 5, 94, 0, 0, 5116, 5117, 3, 806, 403, 0, 5117, 5184, 1, 0, 0, 0, 5118, 5145, 5, 138, 0, 0, 5119, 5120, 5, 136, 0, 0, 5120, 5146, 3, 386, 193, 0, 5121, 5122, 5, 175, 0, 0, 5122, 5146, 3, 780, 390, 0, 5123, 5124, 5, 211, 0, 0, 5124, 5146, 3, 374, 187, 0, 5125, 5127, 5, 295, 0, 0, 5126, 5125, 1, 0, 0, 0, 5126, 5127, 1, 0, 0, 0, 5127, 5128, 1, 0, 0, 0, 5128, 5129, 5, 247, 0, 0, 5129, 5146, 3, 810, 405, 0, 5130, 5131, 5, 248, 0, 0, 5131, 5132, 5, 274, 0, 0, 5132, 5146, 3, 194, 97, 0, 5133, 5134, 5, 248, 0, 0, 5134, 5135, 5, 274, 0, 0, 5135, 5146, 3, 194, 97, 0, 5136, 5137, 5, 278, 0, 0, 5137, 5146, 3, 408, 204, 0, 5138, 5139, 5, 296, 0, 0, 5139, 5146, 3, 370, 185, 0, 5140, 5141, 5, 442, 0, 0, 5141, 5146, 3, 366, 183, 0, 5142, 5143, 5, 323, 0, 0, 5143, 5146, 3, 782, 391, 0, 5144, 5146, 3, 168, 84, 0, 5145, 5119, 1, 0, 0, 0, 5145, 5121, 1, 0, 0, 0, 5145, 5123, 1, 0, 0, 0, 5145, 5126, 1, 0, 0, 0, 5145, 5130, 1, 0, 0, 0, 5145, 5133, 1, 0, 0, 0, 5145, 5136, 1, 0, 0, 0, 5145, 5138, 1, 0, 0, 0, 5145, 5140, 1, 0, 0, 0, 5145, 5142, 1, 0, 0, 0, 5145, 5144, 1, 0, 0, 0, 5146, 5147, 1, 0, 0, 0, 5147, 5148, 5, 282, 0, 0, 5148, 5149, 5, 94, 0, 0, 5149, 5150, 3, 806, 403, 0, 5150, 5184, 1, 0, 0, 0, 5151, 5160, 5, 138, 0, 0, 5152, 5153, 5, 355, 0, 0, 5153, 5154, 5, 325, 0, 0, 5154, 5161, 7, 63, 0, 0, 5155, 5161, 5, 108, 0, 0, 5156, 5161, 5, 168, 0, 0, 5157, 5161, 5, 189, 0, 0, 5158, 5161, 5, 360, 0, 0, 5159, 5161, 5, 342, 0, 0, 5160, 5152, 1, 0, 0, 0, 5160, 5155, 1, 0, 0, 0, 5160, 5156, 1, 0, 0, 0, 5160, 5157, 1, 0, 0, 0, 5160, 5158, 1, 0, 0, 0, 5160, 5159, 1, 0, 0, 0, 5161, 5162, 1, 0, 0, 0, 5162, 5163, 3, 308, 154, 0, 5163, 5164, 5, 282, 0, 0, 5164, 5165, 5, 94, 0, 0, 5165, 5166, 3, 806, 403, 0, 5166, 5184, 1, 0, 0, 0, 5167, 5176, 5, 138, 0, 0, 5168, 5177, 5, 331, 0, 0, 5169, 5170, 5, 63, 0, 0, 5170, 5171, 5, 174, 0, 0, 5171, 5177, 5, 381, 0, 0, 5172, 5173, 5, 198, 0, 0, 5173, 5177, 5, 357, 0, 0, 5174, 5177, 5, 452, 0, 0, 5175, 5177, 5, 451, 0, 0, 5176, 5168, 1, 0, 0, 0, 5176, 5169, 1, 0, 0, 0, 5176, 5172, 1, 0, 0, 0, 5176, 5174, 1, 0, 0, 0, 5176, 5175, 1, 0, 0, 0, 5177, 5178, 1, 0, 0, 0, 5178, 5179, 3, 810, 405, 0, 5179, 5180, 5, 282, 0, 0, 5180, 5181, 5, 94, 0, 0, 5181, 5182, 3, 806, 403, 0, 5182, 5184, 1, 0, 0, 0, 5183, 5109, 1, 0, 0, 0, 5183, 5118, 1, 0, 0, 0, 5183, 5151, 1, 0, 0, 0, 5183, 5167, 1, 0, 0, 0, 5184, 439, 1, 0, 0, 0, 5185, 5186, 5, 46, 0, 0, 5186, 5187, 5, 452, 0, 0, 5187, 5194, 3, 810, 405, 0, 5188, 5189, 5, 62, 0, 0, 5189, 5190, 5, 92, 0, 0, 5190, 5195, 3, 620, 310, 0, 5191, 5192, 5, 62, 0, 0, 5192, 5193, 5, 30, 0, 0, 5193, 5195, 5, 350, 0, 0, 5194, 5188, 1, 0, 0, 0, 5194, 5191, 1, 0, 0, 0, 5194, 5195, 1, 0, 0, 0, 5195, 5197, 1, 0, 0, 0, 5196, 5198, 3, 392, 196, 0, 5197, 5196, 1, 0, 0, 0, 5197, 5198, 1, 0, 0, 0, 5198, 441, 1, 0, 0, 0, 5199, 5200, 5, 138, 0, 0, 5200, 5201, 5, 452, 0, 0, 5201, 5219, 3, 810, 405, 0, 5202, 5203, 5, 282, 0, 0, 5203, 5204, 5, 94, 0, 0, 5204, 5220, 3, 806, 403, 0, 5205, 5206, 5, 333, 0, 0, 5206, 5220, 3, 276, 138, 0, 5207, 5208, 5, 309, 0, 0, 5208, 5209, 5, 94, 0, 0, 5209, 5220, 3, 810, 405, 0, 5210, 5211, 7, 34, 0, 0, 5211, 5216, 3, 618, 309, 0, 5212, 5213, 5, 6, 0, 0, 5213, 5215, 3, 618, 309, 0, 5214, 5212, 1, 0, 0, 0, 5215, 5218, 1, 0, 0, 0, 5216, 5214, 1, 0, 0, 0, 5216, 5217, 1, 0, 0, 0, 5217, 5220, 1, 0, 0, 0, 5218, 5216, 1, 0, 0, 0, 5219, 5202, 1, 0, 0, 0, 5219, 5205, 1, 0, 0, 0, 5219, 5207, 1, 0, 0, 0, 5219, 5210, 1, 0, 0, 0, 5220, 443, 1, 0, 0, 0, 5221, 5222, 5, 46, 0, 0, 5222, 5223, 5, 451, 0, 0, 5223, 5224, 3, 810, 405, 0, 5224, 5225, 5, 164, 0, 0, 5225, 5226, 3, 800, 400, 0, 5226, 5227, 5, 452, 0, 0, 5227, 5232, 3, 816, 408, 0, 5228, 5229, 5, 6, 0, 0, 5229, 5231, 3, 816, 408, 0, 5230, 5228, 1, 0, 0, 0, 5231, 5234, 1, 0, 0, 0, 5232, 5230, 1, 0, 0, 0, 5232, 5233, 1, 0, 0, 0, 5233, 5236, 1, 0, 0, 0, 5234, 5232, 1, 0, 0, 0, 5235, 5237, 3, 392, 196, 0, 5236, 5235, 1, 0, 0, 0, 5236, 5237, 1, 0, 0, 0, 5237, 445, 1, 0, 0, 0, 5238, 5239, 5, 138, 0, 0, 5239, 5240, 5, 451, 0, 0, 5240, 5241, 3, 810, 405, 0, 5241, 5242, 5, 333, 0, 0, 5242, 5243, 3, 276, 138, 0, 5243, 5295, 1, 0, 0, 0, 5244, 5245, 5, 138, 0, 0, 5245, 5246, 5, 451, 0, 0, 5246, 5247, 3, 810, 405, 0, 5247, 5248, 5, 164, 0, 0, 5248, 5249, 3, 800, 400, 0, 5249, 5295, 1, 0, 0, 0, 5250, 5251, 5, 138, 0, 0, 5251, 5252, 5, 451, 0, 0, 5252, 5253, 3, 810, 405, 0, 5253, 5254, 5, 305, 0, 0, 5254, 5256, 5, 452, 0, 0, 5255, 5257, 3, 392, 196, 0, 5256, 5255, 1, 0, 0, 0, 5256, 5257, 1, 0, 0, 0, 5257, 5295, 1, 0, 0, 0, 5258, 5259, 5, 138, 0, 0, 5259, 5260, 5, 451, 0, 0, 5260, 5261, 3, 810, 405, 0, 5261, 5262, 7, 34, 0, 0, 5262, 5263, 5, 452, 0, 0, 5263, 5268, 3, 816, 408, 0, 5264, 5265, 5, 6, 0, 0, 5265, 5267, 3, 816, 408, 0, 5266, 5264, 1, 0, 0, 0, 5267, 5270, 1, 0, 0, 0, 5268, 5266, 1, 0, 0, 0, 5268, 5269, 1, 0, 0, 0, 5269, 5272, 1, 0, 0, 0, 5270, 5268, 1, 0, 0, 0, 5271, 5273, 3, 392, 196, 0, 5272, 5271, 1, 0, 0, 0, 5272, 5273, 1, 0, 0, 0, 5273, 5295, 1, 0, 0, 0, 5274, 5275, 5, 138, 0, 0, 5275, 5276, 5, 451, 0, 0, 5276, 5277, 3, 810, 405, 0, 5277, 5278, 7, 64, 0, 0, 5278, 5295, 1, 0, 0, 0, 5279, 5280, 5, 138, 0, 0, 5280, 5281, 5, 451, 0, 0, 5281, 5282, 3, 810, 405, 0, 5282, 5283, 5, 465, 0, 0, 5283, 5284, 5, 2, 0, 0, 5284, 5285, 3, 282, 141, 0, 5285, 5286, 5, 3, 0, 0, 5286, 5295, 1, 0, 0, 0, 5287, 5288, 5, 138, 0, 0, 5288, 5289, 5, 451, 0, 0, 5289, 5290, 3, 810, 405, 0, 5290, 5291, 5, 282, 0, 0, 5291, 5292, 5, 94, 0, 0, 5292, 5293, 3, 806, 403, 0, 5293, 5295, 1, 0, 0, 0, 5294, 5238, 1, 0, 0, 0, 5294, 5244, 1, 0, 0, 0, 5294, 5250, 1, 0, 0, 0, 5294, 5258, 1, 0, 0, 0, 5294, 5274, 1, 0, 0, 0, 5294, 5279, 1, 0, 0, 0, 5294, 5287, 1, 0, 0, 0, 5295, 447, 1, 0, 0, 0, 5296, 5298, 5, 46, 0, 0, 5297, 5299, 3, 358, 179, 0, 5298, 5297, 1, 0, 0, 0, 5298, 5299, 1, 0, 0, 0, 5299, 5300, 1, 0, 0, 0, 5300, 5301, 5, 321, 0, 0, 5301, 5302, 3, 810, 405, 0, 5302, 5303, 5, 36, 0, 0, 5303, 5304, 5, 80, 0, 0, 5304, 5305, 7, 65, 0, 0, 5305, 5306, 5, 94, 0, 0, 5306, 5308, 3, 772, 386, 0, 5307, 5309, 3, 630, 315, 0, 5308, 5307, 1, 0, 0, 0, 5308, 5309, 1, 0, 0, 0, 5309, 5310, 1, 0, 0, 0, 5310, 5312, 5, 57, 0, 0, 5311, 5313, 7, 66, 0, 0, 5312, 5311, 1, 0, 0, 0, 5312, 5313, 1, 0, 0, 0, 5313, 5330, 1, 0, 0, 0, 5314, 5331, 5, 270, 0, 0, 5315, 5331, 3, 450, 225, 0, 5316, 5318, 5, 2, 0, 0, 5317, 5319, 3, 450, 225, 0, 5318, 5317, 1, 0, 0, 0, 5318, 5319, 1, 0, 0, 0, 5319, 5326, 1, 0, 0, 0, 5320, 5322, 5, 7, 0, 0, 5321, 5323, 3, 450, 225, 0, 5322, 5321, 1, 0, 0, 0, 5322, 5323, 1, 0, 0, 0, 5323, 5325, 1, 0, 0, 0, 5324, 5320, 1, 0, 0, 0, 5325, 5328, 1, 0, 0, 0, 5326, 5324, 1, 0, 0, 0, 5326, 5327, 1, 0, 0, 0, 5327, 5329, 1, 0, 0, 0, 5328, 5326, 1, 0, 0, 0, 5329, 5331, 5, 3, 0, 0, 5330, 5314, 1, 0, 0, 0, 5330, 5315, 1, 0, 0, 0, 5330, 5316, 1, 0, 0, 0, 5331, 449, 1, 0, 0, 0, 5332, 5338, 3, 552, 276, 0, 5333, 5338, 3, 530, 265, 0, 5334, 5338, 3, 544, 272, 0, 5335, 5338, 3, 540, 270, 0, 5336, 5338, 3, 452, 226, 0, 5337, 5332, 1, 0, 0, 0, 5337, 5333, 1, 0, 0, 0, 5337, 5334, 1, 0, 0, 0, 5337, 5335, 1, 0, 0, 0, 5337, 5336, 1, 0, 0, 0, 5338, 451, 1, 0, 0, 0, 5339, 5340, 5, 271, 0, 0, 5340, 5342, 3, 810, 405, 0, 5341, 5343, 3, 454, 227, 0, 5342, 5341, 1, 0, 0, 0, 5342, 5343, 1, 0, 0, 0, 5343, 453, 1, 0, 0, 0, 5344, 5345, 5, 6, 0, 0, 5345, 5346, 3, 800, 400, 0, 5346, 455, 1, 0, 0, 0, 5347, 5348, 5, 252, 0, 0, 5348, 5349, 3, 810, 405, 0, 5349, 457, 1, 0, 0, 0, 5350, 5353, 5, 366, 0, 0, 5351, 5354, 3, 810, 405, 0, 5352, 5354, 5, 9, 0, 0, 5353, 5351, 1, 0, 0, 0, 5353, 5352, 1, 0, 0, 0, 5354, 459, 1, 0, 0, 0, 5355, 5357, 5, 146, 0, 0, 5356, 5358, 3, 462, 231, 0, 5357, 5356, 1, 0, 0, 0, 5357, 5358, 1, 0, 0, 0, 5358, 5360, 1, 0, 0, 0, 5359, 5361, 3, 466, 233, 0, 5360, 5359, 1, 0, 0, 0, 5360, 5361, 1, 0, 0, 0, 5361, 5401, 1, 0, 0, 0, 5362, 5363, 5, 340, 0, 0, 5363, 5365, 5, 356, 0, 0, 5364, 5366, 3, 466, 233, 0, 5365, 5364, 1, 0, 0, 0, 5365, 5366, 1, 0, 0, 0, 5366, 5401, 1, 0, 0, 0, 5367, 5368, 5, 322, 0, 0, 5368, 5401, 3, 810, 405, 0, 5369, 5371, 5, 308, 0, 0, 5370, 5372, 5, 322, 0, 0, 5371, 5370, 1, 0, 0, 0, 5371, 5372, 1, 0, 0, 0, 5372, 5373, 1, 0, 0, 0, 5373, 5401, 3, 810, 405, 0, 5374, 5375, 5, 290, 0, 0, 5375, 5376, 5, 356, 0, 0, 5376, 5401, 3, 800, 400, 0, 5377, 5378, 7, 67, 0, 0, 5378, 5379, 5, 291, 0, 0, 5379, 5401, 3, 800, 400, 0, 5380, 5382, 7, 68, 0, 0, 5381, 5383, 3, 462, 231, 0, 5382, 5381, 1, 0, 0, 0, 5382, 5383, 1, 0, 0, 0, 5383, 5389, 1, 0, 0, 0, 5384, 5386, 5, 33, 0, 0, 5385, 5387, 5, 269, 0, 0, 5386, 5385, 1, 0, 0, 0, 5386, 5387, 1, 0, 0, 0, 5387, 5388, 1, 0, 0, 0, 5388, 5390, 5, 153, 0, 0, 5389, 5384, 1, 0, 0, 0, 5389, 5390, 1, 0, 0, 0, 5390, 5401, 1, 0, 0, 0, 5391, 5393, 5, 319, 0, 0, 5392, 5394, 3, 462, 231, 0, 5393, 5392, 1, 0, 0, 0, 5393, 5394, 1, 0, 0, 0, 5394, 5395, 1, 0, 0, 0, 5395, 5397, 5, 94, 0, 0, 5396, 5398, 5, 322, 0, 0, 5397, 5396, 1, 0, 0, 0, 5397, 5398, 1, 0, 0, 0, 5398, 5399, 1, 0, 0, 0, 5399, 5401, 3, 810, 405, 0, 5400, 5355, 1, 0, 0, 0, 5400, 5362, 1, 0, 0, 0, 5400, 5367, 1, 0, 0, 0, 5400, 5369, 1, 0, 0, 0, 5400, 5374, 1, 0, 0, 0, 5400, 5377, 1, 0, 0, 0, 5400, 5380, 1, 0, 0, 0, 5400, 5391, 1, 0, 0, 0, 5401, 461, 1, 0, 0, 0, 5402, 5403, 7, 69, 0, 0, 5403, 463, 1, 0, 0, 0, 5404, 5405, 5, 244, 0, 0, 5405, 5406, 5, 251, 0, 0, 5406, 5414, 3, 50, 25, 0, 5407, 5408, 5, 300, 0, 0, 5408, 5414, 7, 70, 0, 0, 5409, 5411, 5, 77, 0, 0, 5410, 5409, 1, 0, 0, 0, 5410, 5411, 1, 0, 0, 0, 5411, 5412, 1, 0, 0, 0, 5412, 5414, 5, 54, 0, 0, 5413, 5404, 1, 0, 0, 0, 5413, 5407, 1, 0, 0, 0, 5413, 5410, 1, 0, 0, 0, 5414, 465, 1, 0, 0, 0, 5415, 5422, 3, 464, 232, 0, 5416, 5418, 5, 6, 0, 0, 5417, 5416, 1, 0, 0, 0, 5417, 5418, 1, 0, 0, 0, 5418, 5419, 1, 0, 0, 0, 5419, 5421, 3, 464, 232, 0, 5420, 5417, 1, 0, 0, 0, 5421, 5424, 1, 0, 0, 0, 5422, 5420, 1, 0, 0, 0, 5422, 5423, 1, 0, 0, 0, 5423, 467, 1, 0, 0, 0, 5424, 5422, 1, 0, 0, 0, 5425, 5428, 5, 46, 0, 0, 5426, 5427, 5, 82, 0, 0, 5427, 5429, 5, 311, 0, 0, 5428, 5426, 1, 0, 0, 0, 5428, 5429, 1, 0, 0, 0, 5429, 5431, 1, 0, 0, 0, 5430, 5432, 3, 114, 57, 0, 5431, 5430, 1, 0, 0, 0, 5431, 5432, 1, 0, 0, 0, 5432, 5448, 1, 0, 0, 0, 5433, 5434, 5, 376, 0, 0, 5434, 5436, 3, 768, 384, 0, 5435, 5437, 3, 138, 69, 0, 5436, 5435, 1, 0, 0, 0, 5436, 5437, 1, 0, 0, 0, 5437, 5439, 1, 0, 0, 0, 5438, 5440, 3, 94, 47, 0, 5439, 5438, 1, 0, 0, 0, 5439, 5440, 1, 0, 0, 0, 5440, 5449, 1, 0, 0, 0, 5441, 5442, 5, 303, 0, 0, 5442, 5443, 5, 376, 0, 0, 5443, 5444, 3, 768, 384, 0, 5444, 5446, 3, 136, 68, 0, 5445, 5447, 3, 94, 47, 0, 5446, 5445, 1, 0, 0, 0, 5446, 5447, 1, 0, 0, 0, 5447, 5449, 1, 0, 0, 0, 5448, 5433, 1, 0, 0, 0, 5448, 5441, 1, 0, 0, 0, 5449, 5450, 1, 0, 0, 0, 5450, 5451, 5, 36, 0, 0, 5451, 5458, 3, 552, 276, 0, 5452, 5454, 5, 105, 0, 0, 5453, 5455, 7, 71, 0, 0, 5454, 5453, 1, 0, 0, 0, 5454, 5455, 1, 0, 0, 0, 5455, 5456, 1, 0, 0, 0, 5456, 5457, 5, 42, 0, 0, 5457, 5459, 5, 279, 0, 0, 5458, 5452, 1, 0, 0, 0, 5458, 5459, 1, 0, 0, 0, 5459, 469, 1, 0, 0, 0, 5460, 5461, 5, 253, 0, 0, 5461, 5462, 3, 800, 400, 0, 5462, 471, 1, 0, 0, 0, 5463, 5464, 5, 46, 0, 0, 5464, 5465, 5, 175, 0, 0, 5465, 5467, 3, 778, 389, 0, 5466, 5468, 5, 105, 0, 0, 5467, 5466, 1, 0, 0, 0, 5467, 5468, 1, 0, 0, 0, 5468, 5474, 1, 0, 0, 0, 5469, 5471, 3, 474, 237, 0, 5470, 5469, 1, 0, 0, 0, 5471, 5472, 1, 0, 0, 0, 5472, 5470, 1, 0, 0, 0, 5472, 5473, 1, 0, 0, 0, 5473, 5475, 1, 0, 0, 0, 5474, 5470, 1, 0, 0, 0, 5474, 5475, 1, 0, 0, 0, 5475, 473, 1, 0, 0, 0, 5476, 5477, 5, 164, 0, 0, 5477, 5485, 5, 74, 0, 0, 5478, 5485, 5, 194, 0, 0, 5479, 5485, 5, 255, 0, 0, 5480, 5485, 5, 282, 0, 0, 5481, 5485, 5, 351, 0, 0, 5482, 5485, 5, 353, 0, 0, 5483, 5485, 3, 818, 409, 0, 5484, 5476, 1, 0, 0, 0, 5484, 5478, 1, 0, 0, 0, 5484, 5479, 1, 0, 0, 0, 5484, 5480, 1, 0, 0, 0, 5484, 5481, 1, 0, 0, 0, 5484, 5482, 1, 0, 0, 0, 5484, 5483, 1, 0, 0, 0, 5485, 5487, 1, 0, 0, 0, 5486, 5488, 5, 10, 0, 0, 5487, 5486, 1, 0, 0, 0, 5487, 5488, 1, 0, 0, 0, 5488, 5492, 1, 0, 0, 0, 5489, 5493, 3, 804, 402, 0, 5490, 5493, 3, 54, 27, 0, 5491, 5493, 5, 53, 0, 0, 5492, 5489, 1, 0, 0, 0, 5492, 5490, 1, 0, 0, 0, 5492, 5491, 1, 0, 0, 0, 5493, 475, 1, 0, 0, 0, 5494, 5495, 5, 138, 0, 0, 5495, 5496, 5, 175, 0, 0, 5496, 5512, 3, 780, 390, 0, 5497, 5498, 5, 333, 0, 0, 5498, 5499, 5, 351, 0, 0, 5499, 5501, 3, 760, 380, 0, 5500, 5497, 1, 0, 0, 0, 5500, 5501, 1, 0, 0, 0, 5501, 5513, 1, 0, 0, 0, 5502, 5504, 5, 105, 0, 0, 5503, 5502, 1, 0, 0, 0, 5503, 5504, 1, 0, 0, 0, 5504, 5506, 1, 0, 0, 0, 5505, 5507, 3, 474, 237, 0, 5506, 5505, 1, 0, 0, 0, 5507, 5508, 1, 0, 0, 0, 5508, 5506, 1, 0, 0, 0, 5508, 5509, 1, 0, 0, 0, 5509, 5511, 1, 0, 0, 0, 5510, 5503, 1, 0, 0, 0, 5510, 5511, 1, 0, 0, 0, 5511, 5513, 1, 0, 0, 0, 5512, 5500, 1, 0, 0, 0, 5512, 5510, 1, 0, 0, 0, 5513, 477, 1, 0, 0, 0, 5514, 5515, 5, 138, 0, 0, 5515, 5516, 5, 175, 0, 0, 5516, 5518, 3, 780, 390, 0, 5517, 5519, 3, 64, 32, 0, 5518, 5517, 1, 0, 0, 0, 5518, 5519, 1, 0, 0, 0, 5519, 479, 1, 0, 0, 0, 5520, 5521, 5, 138, 0, 0, 5521, 5522, 5, 108, 0, 0, 5522, 5523, 3, 308, 154, 0, 5523, 5524, 5, 305, 0, 0, 5524, 5525, 5, 375, 0, 0, 5525, 481, 1, 0, 0, 0, 5526, 5527, 5, 138, 0, 0, 5527, 5528, 5, 349, 0, 0, 5528, 5529, 7, 16, 0, 0, 5529, 5530, 3, 40, 20, 0, 5530, 483, 1, 0, 0, 0, 5531, 5532, 5, 46, 0, 0, 5532, 5533, 5, 189, 0, 0, 5533, 5535, 3, 308, 154, 0, 5534, 5536, 5, 36, 0, 0, 5535, 5534, 1, 0, 0, 0, 5535, 5536, 1, 0, 0, 0, 5536, 5537, 1, 0, 0, 0, 5537, 5541, 3, 644, 322, 0, 5538, 5540, 3, 126, 63, 0, 5539, 5538, 1, 0, 0, 0, 5540, 5543, 1, 0, 0, 0, 5541, 5539, 1, 0, 0, 0, 5541, 5542, 1, 0, 0, 0, 5542, 485, 1, 0, 0, 0, 5543, 5541, 1, 0, 0, 0, 5544, 5545, 5, 138, 0, 0, 5545, 5546, 5, 189, 0, 0, 5546, 5569, 3, 308, 154, 0, 5547, 5570, 3, 86, 43, 0, 5548, 5549, 7, 15, 0, 0, 5549, 5550, 5, 77, 0, 0, 5550, 5570, 5, 78, 0, 0, 5551, 5554, 5, 133, 0, 0, 5552, 5553, 5, 45, 0, 0, 5553, 5555, 3, 810, 405, 0, 5554, 5552, 1, 0, 0, 0, 5554, 5555, 1, 0, 0, 0, 5555, 5556, 1, 0, 0, 0, 5556, 5570, 3, 134, 67, 0, 5557, 5558, 5, 191, 0, 0, 5558, 5560, 5, 45, 0, 0, 5559, 5561, 3, 414, 207, 0, 5560, 5559, 1, 0, 0, 0, 5560, 5561, 1, 0, 0, 0, 5561, 5562, 1, 0, 0, 0, 5562, 5564, 3, 810, 405, 0, 5563, 5565, 3, 88, 44, 0, 5564, 5563, 1, 0, 0, 0, 5564, 5565, 1, 0, 0, 0, 5565, 5570, 1, 0, 0, 0, 5566, 5567, 5, 372, 0, 0, 5567, 5568, 5, 45, 0, 0, 5568, 5570, 3, 810, 405, 0, 5569, 5547, 1, 0, 0, 0, 5569, 5548, 1, 0, 0, 0, 5569, 5551, 1, 0, 0, 0, 5569, 5557, 1, 0, 0, 0, 5569, 5566, 1, 0, 0, 0, 5570, 487, 1, 0, 0, 0, 5571, 5572, 5, 138, 0, 0, 5572, 5573, 5, 355, 0, 0, 5573, 5574, 5, 325, 0, 0, 5574, 5575, 5, 185, 0, 0, 5575, 5576, 3, 308, 154, 0, 5576, 5577, 3, 276, 138, 0, 5577, 489, 1, 0, 0, 0, 5578, 5579, 5, 138, 0, 0, 5579, 5580, 5, 355, 0, 0, 5580, 5581, 5, 325, 0, 0, 5581, 5582, 5, 163, 0, 0, 5582, 5583, 3, 308, 154, 0, 5583, 5584, 7, 72, 0, 0, 5584, 5585, 5, 257, 0, 0, 5585, 5586, 5, 62, 0, 0, 5586, 5587, 3, 776, 388, 0, 5587, 5588, 5, 105, 0, 0, 5588, 5589, 3, 306, 153, 0, 5589, 5620, 1, 0, 0, 0, 5590, 5591, 5, 138, 0, 0, 5591, 5592, 5, 355, 0, 0, 5592, 5593, 5, 325, 0, 0, 5593, 5594, 5, 163, 0, 0, 5594, 5595, 3, 308, 154, 0, 5595, 5596, 5, 138, 0, 0, 5596, 5599, 5, 257, 0, 0, 5597, 5598, 5, 62, 0, 0, 5598, 5600, 3, 776, 388, 0, 5599, 5597, 1, 0, 0, 0, 5599, 5600, 1, 0, 0, 0, 5600, 5601, 1, 0, 0, 0, 5601, 5602, 5, 311, 0, 0, 5602, 5603, 3, 308, 154, 0, 5603, 5604, 5, 105, 0, 0, 5604, 5605, 3, 308, 154, 0, 5605, 5620, 1, 0, 0, 0, 5606, 5607, 5, 138, 0, 0, 5607, 5608, 5, 355, 0, 0, 5608, 5609, 5, 325, 0, 0, 5609, 5610, 5, 163, 0, 0, 5610, 5611, 3, 308, 154, 0, 5611, 5612, 5, 191, 0, 0, 5612, 5614, 5, 257, 0, 0, 5613, 5615, 3, 414, 207, 0, 5614, 5613, 1, 0, 0, 0, 5614, 5615, 1, 0, 0, 0, 5615, 5616, 1, 0, 0, 0, 5616, 5617, 5, 62, 0, 0, 5617, 5618, 3, 776, 388, 0, 5618, 5620, 1, 0, 0, 0, 5619, 5578, 1, 0, 0, 0, 5619, 5590, 1, 0, 0, 0, 5619, 5606, 1, 0, 0, 0, 5620, 491, 1, 0, 0, 0, 5621, 5623, 5, 46, 0, 0, 5622, 5624, 5, 53, 0, 0, 5623, 5622, 1, 0, 0, 0, 5623, 5624, 1, 0, 0, 0, 5624, 5625, 1, 0, 0, 0, 5625, 5626, 5, 168, 0, 0, 5626, 5627, 3, 308, 154, 0, 5627, 5628, 5, 62, 0, 0, 5628, 5629, 3, 800, 400, 0, 5629, 5630, 5, 94, 0, 0, 5630, 5631, 3, 800, 400, 0, 5631, 5632, 5, 64, 0, 0, 5632, 5633, 3, 308, 154, 0, 5633, 493, 1, 0, 0, 0, 5634, 5636, 5, 158, 0, 0, 5635, 5637, 3, 506, 253, 0, 5636, 5635, 1, 0, 0, 0, 5636, 5637, 1, 0, 0, 0, 5637, 5642, 1, 0, 0, 0, 5638, 5640, 3, 766, 383, 0, 5639, 5641, 3, 162, 81, 0, 5640, 5639, 1, 0, 0, 0, 5640, 5641, 1, 0, 0, 0, 5641, 5643, 1, 0, 0, 0, 5642, 5638, 1, 0, 0, 0, 5642, 5643, 1, 0, 0, 0, 5643, 5660, 1, 0, 0, 0, 5644, 5645, 5, 158, 0, 0, 5645, 5646, 5, 2, 0, 0, 5646, 5651, 3, 506, 253, 0, 5647, 5648, 5, 6, 0, 0, 5648, 5650, 3, 506, 253, 0, 5649, 5647, 1, 0, 0, 0, 5650, 5653, 1, 0, 0, 0, 5651, 5649, 1, 0, 0, 0, 5651, 5652, 1, 0, 0, 0, 5652, 5654, 1, 0, 0, 0, 5653, 5651, 1, 0, 0, 0, 5654, 5655, 5, 3, 0, 0, 5655, 5657, 3, 766, 383, 0, 5656, 5658, 3, 162, 81, 0, 5657, 5656, 1, 0, 0, 0, 5657, 5658, 1, 0, 0, 0, 5658, 5660, 1, 0, 0, 0, 5659, 5634, 1, 0, 0, 0, 5659, 5644, 1, 0, 0, 0, 5660, 495, 1, 0, 0, 0, 5661, 5677, 5, 370, 0, 0, 5662, 5664, 5, 113, 0, 0, 5663, 5662, 1, 0, 0, 0, 5663, 5664, 1, 0, 0, 0, 5664, 5666, 1, 0, 0, 0, 5665, 5667, 5, 112, 0, 0, 5666, 5665, 1, 0, 0, 0, 5666, 5667, 1, 0, 0, 0, 5667, 5669, 1, 0, 0, 0, 5668, 5670, 3, 506, 253, 0, 5669, 5668, 1, 0, 0, 0, 5669, 5670, 1, 0, 0, 0, 5670, 5672, 1, 0, 0, 0, 5671, 5673, 3, 500, 250, 0, 5672, 5671, 1, 0, 0, 0, 5672, 5673, 1, 0, 0, 0, 5673, 5678, 1, 0, 0, 0, 5674, 5676, 3, 516, 258, 0, 5675, 5674, 1, 0, 0, 0, 5675, 5676, 1, 0, 0, 0, 5676, 5678, 1, 0, 0, 0, 5677, 5663, 1, 0, 0, 0, 5677, 5675, 1, 0, 0, 0, 5678, 5680, 1, 0, 0, 0, 5679, 5681, 3, 510, 255, 0, 5680, 5679, 1, 0, 0, 0, 5680, 5681, 1, 0, 0, 0, 5681, 497, 1, 0, 0, 0, 5682, 5697, 3, 500, 250, 0, 5683, 5685, 3, 506, 253, 0, 5684, 5683, 1, 0, 0, 0, 5684, 5685, 1, 0, 0, 0, 5685, 5698, 1, 0, 0, 0, 5686, 5687, 5, 2, 0, 0, 5687, 5692, 3, 504, 252, 0, 5688, 5689, 5, 6, 0, 0, 5689, 5691, 3, 504, 252, 0, 5690, 5688, 1, 0, 0, 0, 5691, 5694, 1, 0, 0, 0, 5692, 5690, 1, 0, 0, 0, 5692, 5693, 1, 0, 0, 0, 5693, 5695, 1, 0, 0, 0, 5694, 5692, 1, 0, 0, 0, 5695, 5696, 5, 3, 0, 0, 5696, 5698, 1, 0, 0, 0, 5697, 5684, 1, 0, 0, 0, 5697, 5686, 1, 0, 0, 0, 5698, 5700, 1, 0, 0, 0, 5699, 5701, 3, 510, 255, 0, 5700, 5699, 1, 0, 0, 0, 5700, 5701, 1, 0, 0, 0, 5701, 499, 1, 0, 0, 0, 5702, 5703, 7, 73, 0, 0, 5703, 501, 1, 0, 0, 0, 5704, 5707, 3, 814, 407, 0, 5705, 5707, 3, 500, 250, 0, 5706, 5704, 1, 0, 0, 0, 5706, 5705, 1, 0, 0, 0, 5707, 5710, 1, 0, 0, 0, 5708, 5711, 3, 54, 27, 0, 5709, 5711, 3, 194, 97, 0, 5710, 5708, 1, 0, 0, 0, 5710, 5709, 1, 0, 0, 0, 5710, 5711, 1, 0, 0, 0, 5711, 503, 1, 0, 0, 0, 5712, 5714, 7, 74, 0, 0, 5713, 5715, 7, 75, 0, 0, 5714, 5713, 1, 0, 0, 0, 5714, 5715, 1, 0, 0, 0, 5715, 5722, 1, 0, 0, 0, 5716, 5719, 5, 548, 0, 0, 5717, 5720, 3, 194, 97, 0, 5718, 5720, 3, 800, 400, 0, 5719, 5717, 1, 0, 0, 0, 5719, 5718, 1, 0, 0, 0, 5720, 5722, 1, 0, 0, 0, 5721, 5712, 1, 0, 0, 0, 5721, 5716, 1, 0, 0, 0, 5722, 505, 1, 0, 0, 0, 5723, 5725, 5, 128, 0, 0, 5724, 5726, 7, 75, 0, 0, 5725, 5724, 1, 0, 0, 0, 5725, 5726, 1, 0, 0, 0, 5726, 507, 1, 0, 0, 0, 5727, 5729, 3, 766, 383, 0, 5728, 5730, 3, 136, 68, 0, 5729, 5728, 1, 0, 0, 0, 5729, 5730, 1, 0, 0, 0, 5730, 509, 1, 0, 0, 0, 5731, 5736, 3, 508, 254, 0, 5732, 5733, 5, 6, 0, 0, 5733, 5735, 3, 508, 254, 0, 5734, 5732, 1, 0, 0, 0, 5735, 5738, 1, 0, 0, 0, 5736, 5734, 1, 0, 0, 0, 5736, 5737, 1, 0, 0, 0, 5737, 511, 1, 0, 0, 0, 5738, 5736, 1, 0, 0, 0, 5739, 5750, 5, 203, 0, 0, 5740, 5751, 3, 516, 258, 0, 5741, 5743, 5, 128, 0, 0, 5742, 5741, 1, 0, 0, 0, 5742, 5743, 1, 0, 0, 0, 5743, 5751, 1, 0, 0, 0, 5744, 5746, 3, 500, 250, 0, 5745, 5747, 3, 506, 253, 0, 5746, 5745, 1, 0, 0, 0, 5746, 5747, 1, 0, 0, 0, 5747, 5749, 1, 0, 0, 0, 5748, 5744, 1, 0, 0, 0, 5748, 5749, 1, 0, 0, 0, 5749, 5751, 1, 0, 0, 0, 5750, 5740, 1, 0, 0, 0, 5750, 5742, 1, 0, 0, 0, 5750, 5748, 1, 0, 0, 0, 5751, 5752, 1, 0, 0, 0, 5752, 5753, 3, 514, 257, 0, 5753, 513, 1, 0, 0, 0, 5754, 5764, 3, 552, 276, 0, 5755, 5764, 3, 530, 265, 0, 5756, 5764, 3, 544, 272, 0, 5757, 5764, 3, 540, 270, 0, 5758, 5764, 3, 550, 275, 0, 5759, 5764, 3, 178, 89, 0, 5760, 5764, 3, 184, 92, 0, 5761, 5764, 3, 186, 93, 0, 5762, 5764, 3, 524, 262, 0, 5763, 5754, 1, 0, 0, 0, 5763, 5755, 1, 0, 0, 0, 5763, 5756, 1, 0, 0, 0, 5763, 5757, 1, 0, 0, 0, 5763, 5758, 1, 0, 0, 0, 5763, 5759, 1, 0, 0, 0, 5763, 5760, 1, 0, 0, 0, 5763, 5761, 1, 0, 0, 0, 5763, 5762, 1, 0, 0, 0, 5764, 515, 1, 0, 0, 0, 5765, 5766, 5, 2, 0, 0, 5766, 5771, 3, 502, 251, 0, 5767, 5768, 5, 6, 0, 0, 5768, 5770, 3, 502, 251, 0, 5769, 5767, 1, 0, 0, 0, 5770, 5773, 1, 0, 0, 0, 5771, 5769, 1, 0, 0, 0, 5771, 5772, 1, 0, 0, 0, 5772, 5774, 1, 0, 0, 0, 5773, 5771, 1, 0, 0, 0, 5774, 5775, 5, 3, 0, 0, 5775, 517, 1, 0, 0, 0, 5776, 5777, 5, 290, 0, 0, 5777, 5779, 3, 810, 405, 0, 5778, 5780, 3, 520, 260, 0, 5779, 5778, 1, 0, 0, 0, 5779, 5780, 1, 0, 0, 0, 5780, 5781, 1, 0, 0, 0, 5781, 5782, 5, 36, 0, 0, 5782, 5783, 3, 522, 261, 0, 5783, 519, 1, 0, 0, 0, 5784, 5785, 5, 2, 0, 0, 5785, 5790, 3, 644, 322, 0, 5786, 5787, 5, 6, 0, 0, 5787, 5789, 3, 644, 322, 0, 5788, 5786, 1, 0, 0, 0, 5789, 5792, 1, 0, 0, 0, 5790, 5788, 1, 0, 0, 0, 5790, 5791, 1, 0, 0, 0, 5791, 5793, 1, 0, 0, 0, 5792, 5790, 1, 0, 0, 0, 5793, 5794, 5, 3, 0, 0, 5794, 521, 1, 0, 0, 0, 5795, 5800, 3, 552, 276, 0, 5796, 5800, 3, 530, 265, 0, 5797, 5800, 3, 544, 272, 0, 5798, 5800, 3, 540, 270, 0, 5799, 5795, 1, 0, 0, 0, 5799, 5796, 1, 0, 0, 0, 5799, 5797, 1, 0, 0, 0, 5799, 5798, 1, 0, 0, 0, 5800, 523, 1, 0, 0, 0, 5801, 5802, 5, 202, 0, 0, 5802, 5804, 3, 810, 405, 0, 5803, 5805, 3, 526, 263, 0, 5804, 5803, 1, 0, 0, 0, 5804, 5805, 1, 0, 0, 0, 5805, 5825, 1, 0, 0, 0, 5806, 5808, 5, 46, 0, 0, 5807, 5809, 3, 114, 57, 0, 5808, 5807, 1, 0, 0, 0, 5808, 5809, 1, 0, 0, 0, 5809, 5810, 1, 0, 0, 0, 5810, 5812, 5, 92, 0, 0, 5811, 5813, 3, 286, 143, 0, 5812, 5811, 1, 0, 0, 0, 5812, 5813, 1, 0, 0, 0, 5813, 5814, 1, 0, 0, 0, 5814, 5815, 3, 180, 90, 0, 5815, 5816, 5, 36, 0, 0, 5816, 5817, 5, 202, 0, 0, 5817, 5819, 3, 810, 405, 0, 5818, 5820, 3, 526, 263, 0, 5819, 5818, 1, 0, 0, 0, 5819, 5820, 1, 0, 0, 0, 5820, 5822, 1, 0, 0, 0, 5821, 5823, 3, 182, 91, 0, 5822, 5821, 1, 0, 0, 0, 5822, 5823, 1, 0, 0, 0, 5823, 5825, 1, 0, 0, 0, 5824, 5801, 1, 0, 0, 0, 5824, 5806, 1, 0, 0, 0, 5825, 525, 1, 0, 0, 0, 5826, 5827, 5, 2, 0, 0, 5827, 5828, 3, 722, 361, 0, 5828, 5829, 5, 3, 0, 0, 5829, 527, 1, 0, 0, 0, 5830, 5832, 5, 177, 0, 0, 5831, 5833, 5, 290, 0, 0, 5832, 5831, 1, 0, 0, 0, 5832, 5833, 1, 0, 0, 0, 5833, 5836, 1, 0, 0, 0, 5834, 5837, 3, 810, 405, 0, 5835, 5837, 5, 30, 0, 0, 5836, 5834, 1, 0, 0, 0, 5836, 5835, 1, 0, 0, 0, 5837, 529, 1, 0, 0, 0, 5838, 5840, 3, 564, 282, 0, 5839, 5838, 1, 0, 0, 0, 5839, 5840, 1, 0, 0, 0, 5840, 5841, 1, 0, 0, 0, 5841, 5842, 5, 241, 0, 0, 5842, 5843, 5, 71, 0, 0, 5843, 5846, 3, 766, 383, 0, 5844, 5845, 5, 36, 0, 0, 5845, 5847, 3, 810, 405, 0, 5846, 5844, 1, 0, 0, 0, 5846, 5847, 1, 0, 0, 0, 5847, 5848, 1, 0, 0, 0, 5848, 5870, 3, 532, 266, 0, 5849, 5850, 5, 80, 0, 0, 5850, 5858, 5, 464, 0, 0, 5851, 5853, 3, 352, 176, 0, 5852, 5854, 3, 630, 315, 0, 5853, 5852, 1, 0, 0, 0, 5853, 5854, 1, 0, 0, 0, 5854, 5859, 1, 0, 0, 0, 5855, 5856, 5, 80, 0, 0, 5856, 5857, 5, 45, 0, 0, 5857, 5859, 3, 810, 405, 0, 5858, 5851, 1, 0, 0, 0, 5858, 5855, 1, 0, 0, 0, 5858, 5859, 1, 0, 0, 0, 5859, 5860, 1, 0, 0, 0, 5860, 5868, 5, 57, 0, 0, 5861, 5862, 5, 369, 0, 0, 5862, 5863, 5, 333, 0, 0, 5863, 5865, 3, 546, 273, 0, 5864, 5866, 3, 630, 315, 0, 5865, 5864, 1, 0, 0, 0, 5865, 5866, 1, 0, 0, 0, 5866, 5869, 1, 0, 0, 0, 5867, 5869, 5, 270, 0, 0, 5868, 5861, 1, 0, 0, 0, 5868, 5867, 1, 0, 0, 0, 5869, 5871, 1, 0, 0, 0, 5870, 5849, 1, 0, 0, 0, 5870, 5871, 1, 0, 0, 0, 5871, 5873, 1, 0, 0, 0, 5872, 5874, 3, 538, 269, 0, 5873, 5872, 1, 0, 0, 0, 5873, 5874, 1, 0, 0, 0, 5874, 531, 1, 0, 0, 0, 5875, 5876, 5, 2, 0, 0, 5876, 5877, 3, 534, 267, 0, 5877, 5878, 5, 3, 0, 0, 5878, 5880, 1, 0, 0, 0, 5879, 5875, 1, 0, 0, 0, 5879, 5880, 1, 0, 0, 0, 5880, 5884, 1, 0, 0, 0, 5881, 5882, 5, 463, 0, 0, 5882, 5883, 7, 76, 0, 0, 5883, 5885, 5, 450, 0, 0, 5884, 5881, 1, 0, 0, 0, 5884, 5885, 1, 0, 0, 0, 5885, 5888, 1, 0, 0, 0, 5886, 5889, 3, 902, 451, 0, 5887, 5889, 3, 552, 276, 0, 5888, 5886, 1, 0, 0, 0, 5888, 5887, 1, 0, 0, 0, 5889, 533, 1, 0, 0, 0, 5890, 5895, 3, 536, 268, 0, 5891, 5892, 5, 6, 0, 0, 5892, 5894, 3, 536, 268, 0, 5893, 5891, 1, 0, 0, 0, 5894, 5897, 1, 0, 0, 0, 5895, 5893, 1, 0, 0, 0, 5895, 5896, 1, 0, 0, 0, 5896, 535, 1, 0, 0, 0, 5897, 5895, 1, 0, 0, 0, 5898, 5899, 3, 792, 396, 0, 5899, 5900, 3, 746, 373, 0, 5900, 537, 1, 0, 0, 0, 5901, 5902, 5, 87, 0, 0, 5902, 5903, 3, 748, 374, 0, 5903, 539, 1, 0, 0, 0, 5904, 5906, 3, 564, 282, 0, 5905, 5904, 1, 0, 0, 0, 5905, 5906, 1, 0, 0, 0, 5906, 5907, 1, 0, 0, 0, 5907, 5908, 5, 182, 0, 0, 5908, 5909, 5, 64, 0, 0, 5909, 5912, 3, 622, 311, 0, 5910, 5911, 5, 100, 0, 0, 5911, 5913, 3, 604, 302, 0, 5912, 5910, 1, 0, 0, 0, 5912, 5913, 1, 0, 0, 0, 5913, 5915, 1, 0, 0, 0, 5914, 5916, 3, 632, 316, 0, 5915, 5914, 1, 0, 0, 0, 5915, 5916, 1, 0, 0, 0, 5916, 5918, 1, 0, 0, 0, 5917, 5919, 3, 538, 269, 0, 5918, 5917, 1, 0, 0, 0, 5918, 5919, 1, 0, 0, 0, 5919, 541, 1, 0, 0, 0, 5920, 5922, 5, 256, 0, 0, 5921, 5923, 5, 92, 0, 0, 5922, 5921, 1, 0, 0, 0, 5922, 5923, 1, 0, 0, 0, 5923, 5924, 1, 0, 0, 0, 5924, 5939, 3, 620, 310, 0, 5925, 5936, 5, 68, 0, 0, 5926, 5927, 7, 77, 0, 0, 5927, 5937, 7, 78, 0, 0, 5928, 5933, 5, 334, 0, 0, 5929, 5930, 5, 369, 0, 0, 5930, 5934, 5, 201, 0, 0, 5931, 5932, 5, 414, 0, 0, 5932, 5934, 5, 201, 0, 0, 5933, 5929, 1, 0, 0, 0, 5933, 5931, 1, 0, 0, 0, 5933, 5934, 1, 0, 0, 0, 5934, 5937, 1, 0, 0, 0, 5935, 5937, 5, 201, 0, 0, 5936, 5926, 1, 0, 0, 0, 5936, 5928, 1, 0, 0, 0, 5936, 5935, 1, 0, 0, 0, 5937, 5938, 1, 0, 0, 0, 5938, 5940, 5, 263, 0, 0, 5939, 5925, 1, 0, 0, 0, 5939, 5940, 1, 0, 0, 0, 5940, 5942, 1, 0, 0, 0, 5941, 5943, 5, 272, 0, 0, 5942, 5941, 1, 0, 0, 0, 5942, 5943, 1, 0, 0, 0, 5943, 543, 1, 0, 0, 0, 5944, 5946, 3, 564, 282, 0, 5945, 5944, 1, 0, 0, 0, 5945, 5946, 1, 0, 0, 0, 5946, 5947, 1, 0, 0, 0, 5947, 5948, 5, 369, 0, 0, 5948, 5949, 3, 622, 311, 0, 5949, 5950, 5, 333, 0, 0, 5950, 5952, 3, 546, 273, 0, 5951, 5953, 3, 602, 301, 0, 5952, 5951, 1, 0, 0, 0, 5952, 5953, 1, 0, 0, 0, 5953, 5955, 1, 0, 0, 0, 5954, 5956, 3, 632, 316, 0, 5955, 5954, 1, 0, 0, 0, 5955, 5956, 1, 0, 0, 0, 5956, 5958, 1, 0, 0, 0, 5957, 5959, 3, 538, 269, 0, 5958, 5957, 1, 0, 0, 0, 5958, 5959, 1, 0, 0, 0, 5959, 545, 1, 0, 0, 0, 5960, 5965, 3, 548, 274, 0, 5961, 5962, 5, 6, 0, 0, 5962, 5964, 3, 548, 274, 0, 5963, 5961, 1, 0, 0, 0, 5964, 5967, 1, 0, 0, 0, 5965, 5963, 1, 0, 0, 0, 5965, 5966, 1, 0, 0, 0, 5966, 547, 1, 0, 0, 0, 5967, 5965, 1, 0, 0, 0, 5968, 5969, 3, 536, 268, 0, 5969, 5970, 5, 10, 0, 0, 5970, 5971, 3, 666, 333, 0, 5971, 5987, 1, 0, 0, 0, 5972, 5973, 5, 2, 0, 0, 5973, 5974, 3, 534, 267, 0, 5974, 5975, 5, 3, 0, 0, 5975, 5984, 5, 10, 0, 0, 5976, 5978, 5, 414, 0, 0, 5977, 5976, 1, 0, 0, 0, 5977, 5978, 1, 0, 0, 0, 5978, 5979, 1, 0, 0, 0, 5979, 5985, 3, 666, 333, 0, 5980, 5981, 5, 2, 0, 0, 5981, 5982, 3, 558, 279, 0, 5982, 5983, 5, 3, 0, 0, 5983, 5985, 1, 0, 0, 0, 5984, 5977, 1, 0, 0, 0, 5984, 5980, 1, 0, 0, 0, 5985, 5987, 1, 0, 0, 0, 5986, 5968, 1, 0, 0, 0, 5986, 5972, 1, 0, 0, 0, 5987, 549, 1, 0, 0, 0, 5988, 5989, 5, 178, 0, 0, 5989, 5998, 3, 810, 405, 0, 5990, 5992, 5, 269, 0, 0, 5991, 5990, 1, 0, 0, 0, 5991, 5992, 1, 0, 0, 0, 5992, 5993, 1, 0, 0, 0, 5993, 5997, 5, 324, 0, 0, 5994, 5997, 5, 107, 0, 0, 5995, 5997, 5, 240, 0, 0, 5996, 5991, 1, 0, 0, 0, 5996, 5994, 1, 0, 0, 0, 5996, 5995, 1, 0, 0, 0, 5997, 6000, 1, 0, 0, 0, 5998, 5996, 1, 0, 0, 0, 5998, 5999, 1, 0, 0, 0, 5999, 6001, 1, 0, 0, 0, 6000, 5998, 1, 0, 0, 0, 6001, 6004, 5, 172, 0, 0, 6002, 6003, 7, 26, 0, 0, 6003, 6005, 5, 217, 0, 0, 6004, 6002, 1, 0, 0, 0, 6004, 6005, 1, 0, 0, 0, 6005, 6006, 1, 0, 0, 0, 6006, 6007, 5, 62, 0, 0, 6007, 6008, 3, 552, 276, 0, 6008, 551, 1, 0, 0, 0, 6009, 6012, 3, 556, 278, 0, 6010, 6012, 3, 554, 277, 0, 6011, 6009, 1, 0, 0, 0, 6011, 6010, 1, 0, 0, 0, 6012, 553, 1, 0, 0, 0, 6013, 6016, 5, 2, 0, 0, 6014, 6017, 3, 556, 278, 0, 6015, 6017, 3, 554, 277, 0, 6016, 6014, 1, 0, 0, 0, 6016, 6015, 1, 0, 0, 0, 6017, 6018, 1, 0, 0, 0, 6018, 6019, 5, 3, 0, 0, 6019, 555, 1, 0, 0, 0, 6020, 6022, 3, 564, 282, 0, 6021, 6020, 1, 0, 0, 0, 6021, 6022, 1, 0, 0, 0, 6022, 6023, 1, 0, 0, 0, 6023, 6025, 3, 558, 279, 0, 6024, 6026, 3, 578, 289, 0, 6025, 6024, 1, 0, 0, 0, 6025, 6026, 1, 0, 0, 0, 6026, 6035, 1, 0, 0, 0, 6027, 6029, 3, 598, 299, 0, 6028, 6030, 3, 582, 291, 0, 6029, 6028, 1, 0, 0, 0, 6029, 6030, 1, 0, 0, 0, 6030, 6036, 1, 0, 0, 0, 6031, 6033, 3, 582, 291, 0, 6032, 6034, 3, 598, 299, 0, 6033, 6032, 1, 0, 0, 0, 6033, 6034, 1, 0, 0, 0, 6034, 6036, 1, 0, 0, 0, 6035, 6027, 1, 0, 0, 0, 6035, 6031, 1, 0, 0, 0, 6035, 6036, 1, 0, 0, 0, 6036, 557, 1, 0, 0, 0, 6037, 6040, 3, 560, 280, 0, 6038, 6040, 3, 554, 277, 0, 6039, 6037, 1, 0, 0, 0, 6039, 6038, 1, 0, 0, 0, 6040, 559, 1, 0, 0, 0, 6041, 6051, 5, 88, 0, 0, 6042, 6044, 5, 30, 0, 0, 6043, 6042, 1, 0, 0, 0, 6043, 6044, 1, 0, 0, 0, 6044, 6046, 1, 0, 0, 0, 6045, 6047, 3, 572, 286, 0, 6046, 6045, 1, 0, 0, 0, 6046, 6047, 1, 0, 0, 0, 6047, 6052, 1, 0, 0, 0, 6048, 6050, 3, 576, 288, 0, 6049, 6048, 1, 0, 0, 0, 6049, 6050, 1, 0, 0, 0, 6050, 6052, 1, 0, 0, 0, 6051, 6043, 1, 0, 0, 0, 6051, 6049, 1, 0, 0, 0, 6052, 6053, 1, 0, 0, 0, 6053, 6064, 3, 922, 461, 0, 6054, 6064, 3, 600, 300, 0, 6055, 6056, 5, 92, 0, 0, 6056, 6064, 3, 616, 308, 0, 6057, 6058, 3, 554, 277, 0, 6058, 6061, 3, 562, 281, 0, 6059, 6062, 3, 560, 280, 0, 6060, 6062, 3, 554, 277, 0, 6061, 6059, 1, 0, 0, 0, 6061, 6060, 1, 0, 0, 0, 6062, 6064, 1, 0, 0, 0, 6063, 6041, 1, 0, 0, 0, 6063, 6054, 1, 0, 0, 0, 6063, 6055, 1, 0, 0, 0, 6063, 6057, 1, 0, 0, 0, 6064, 6072, 1, 0, 0, 0, 6065, 6068, 3, 562, 281, 0, 6066, 6069, 3, 560, 280, 0, 6067, 6069, 3, 554, 277, 0, 6068, 6066, 1, 0, 0, 0, 6068, 6067, 1, 0, 0, 0, 6069, 6071, 1, 0, 0, 0, 6070, 6065, 1, 0, 0, 0, 6071, 6074, 1, 0, 0, 0, 6072, 6070, 1, 0, 0, 0, 6072, 6073, 1, 0, 0, 0, 6073, 561, 1, 0, 0, 0, 6074, 6072, 1, 0, 0, 0, 6075, 6077, 7, 79, 0, 0, 6076, 6078, 7, 80, 0, 0, 6077, 6076, 1, 0, 0, 0, 6077, 6078, 1, 0, 0, 0, 6078, 563, 1, 0, 0, 0, 6079, 6081, 5, 105, 0, 0, 6080, 6082, 5, 303, 0, 0, 6081, 6080, 1, 0, 0, 0, 6081, 6082, 1, 0, 0, 0, 6082, 6083, 1, 0, 0, 0, 6083, 6088, 3, 566, 283, 0, 6084, 6085, 5, 6, 0, 0, 6085, 6087, 3, 566, 283, 0, 6086, 6084, 1, 0, 0, 0, 6087, 6090, 1, 0, 0, 0, 6088, 6086, 1, 0, 0, 0, 6088, 6089, 1, 0, 0, 0, 6089, 565, 1, 0, 0, 0, 6090, 6088, 1, 0, 0, 0, 6091, 6093, 3, 810, 405, 0, 6092, 6094, 3, 136, 68, 0, 6093, 6092, 1, 0, 0, 0, 6093, 6094, 1, 0, 0, 0, 6094, 6095, 1, 0, 0, 0, 6095, 6100, 5, 36, 0, 0, 6096, 6098, 5, 77, 0, 0, 6097, 6096, 1, 0, 0, 0, 6097, 6098, 1, 0, 0, 0, 6098, 6099, 1, 0, 0, 0, 6099, 6101, 5, 259, 0, 0, 6100, 6097, 1, 0, 0, 0, 6100, 6101, 1, 0, 0, 0, 6101, 6102, 1, 0, 0, 0, 6102, 6103, 5, 2, 0, 0, 6103, 6104, 3, 522, 261, 0, 6104, 6106, 5, 3, 0, 0, 6105, 6107, 3, 568, 284, 0, 6106, 6105, 1, 0, 0, 0, 6106, 6107, 1, 0, 0, 0, 6107, 6109, 1, 0, 0, 0, 6108, 6110, 3, 570, 285, 0, 6109, 6108, 1, 0, 0, 0, 6109, 6110, 1, 0, 0, 0, 6110, 567, 1, 0, 0, 0, 6111, 6112, 5, 325, 0, 0, 6112, 6113, 7, 81, 0, 0, 6113, 6114, 5, 207, 0, 0, 6114, 6115, 5, 147, 0, 0, 6115, 6116, 3, 140, 70, 0, 6116, 6117, 5, 333, 0, 0, 6117, 6118, 3, 792, 396, 0, 6118, 569, 1, 0, 0, 0, 6119, 6120, 5, 173, 0, 0, 6120, 6121, 3, 140, 70, 0, 6121, 6122, 5, 333, 0, 0, 6122, 6128, 3, 792, 396, 0, 6123, 6124, 5, 94, 0, 0, 6124, 6125, 3, 810, 405, 0, 6125, 6126, 5, 53, 0, 0, 6126, 6127, 3, 810, 405, 0, 6127, 6129, 1, 0, 0, 0, 6128, 6123, 1, 0, 0, 0, 6128, 6129, 1, 0, 0, 0, 6129, 6130, 1, 0, 0, 0, 6130, 6131, 5, 100, 0, 0, 6131, 6132, 3, 792, 396, 0, 6132, 571, 1, 0, 0, 0, 6133, 6139, 5, 71, 0, 0, 6134, 6136, 5, 346, 0, 0, 6135, 6134, 1, 0, 0, 0, 6135, 6136, 1, 0, 0, 0, 6136, 6137, 1, 0, 0, 0, 6137, 6140, 3, 574, 287, 0, 6138, 6140, 3, 722, 361, 0, 6139, 6135, 1, 0, 0, 0, 6139, 6138, 1, 0, 0, 0, 6140, 573, 1, 0, 0, 0, 6141, 6143, 7, 20, 0, 0, 6142, 6141, 1, 0, 0, 0, 6142, 6143, 1, 0, 0, 0, 6143, 6144, 1, 0, 0, 0, 6144, 6146, 7, 21, 0, 0, 6145, 6147, 5, 92, 0, 0, 6146, 6145, 1, 0, 0, 0, 6146, 6147, 1, 0, 0, 0, 6147, 6148, 1, 0, 0, 0, 6148, 6157, 3, 764, 382, 0, 6149, 6151, 5, 367, 0, 0, 6150, 6149, 1, 0, 0, 0, 6150, 6151, 1, 0, 0, 0, 6151, 6153, 1, 0, 0, 0, 6152, 6154, 5, 92, 0, 0, 6153, 6152, 1, 0, 0, 0, 6153, 6154, 1, 0, 0, 0, 6154, 6155, 1, 0, 0, 0, 6155, 6157, 3, 764, 382, 0, 6156, 6142, 1, 0, 0, 0, 6156, 6150, 1, 0, 0, 0, 6157, 575, 1, 0, 0, 0, 6158, 6161, 5, 56, 0, 0, 6159, 6160, 5, 80, 0, 0, 6160, 6162, 3, 526, 263, 0, 6161, 6159, 1, 0, 0, 0, 6161, 6162, 1, 0, 0, 0, 6162, 577, 1, 0, 0, 0, 6163, 6164, 5, 83, 0, 0, 6164, 6165, 5, 147, 0, 0, 6165, 6170, 3, 580, 290, 0, 6166, 6167, 5, 6, 0, 0, 6167, 6169, 3, 580, 290, 0, 6168, 6166, 1, 0, 0, 0, 6169, 6172, 1, 0, 0, 0, 6170, 6168, 1, 0, 0, 0, 6170, 6171, 1, 0, 0, 0, 6171, 579, 1, 0, 0, 0, 6172, 6170, 1, 0, 0, 0, 6173, 6177, 3, 726, 363, 0, 6174, 6175, 5, 100, 0, 0, 6175, 6178, 3, 718, 359, 0, 6176, 6178, 7, 55, 0, 0, 6177, 6174, 1, 0, 0, 0, 6177, 6176, 1, 0, 0, 0, 6177, 6178, 1, 0, 0, 0, 6178, 6181, 1, 0, 0, 0, 6179, 6180, 5, 273, 0, 0, 6180, 6182, 7, 56, 0, 0, 6181, 6179, 1, 0, 0, 0, 6181, 6182, 1, 0, 0, 0, 6182, 581, 1, 0, 0, 0, 6183, 6185, 3, 588, 294, 0, 6184, 6186, 3, 586, 293, 0, 6185, 6184, 1, 0, 0, 0, 6185, 6186, 1, 0, 0, 0, 6186, 6195, 1, 0, 0, 0, 6187, 6190, 3, 584, 292, 0, 6188, 6190, 3, 586, 293, 0, 6189, 6187, 1, 0, 0, 0, 6189, 6188, 1, 0, 0, 0, 6190, 6192, 1, 0, 0, 0, 6191, 6193, 3, 588, 294, 0, 6192, 6191, 1, 0, 0, 0, 6192, 6193, 1, 0, 0, 0, 6193, 6195, 1, 0, 0, 0, 6194, 6183, 1, 0, 0, 0, 6194, 6189, 1, 0, 0, 0, 6195, 583, 1, 0, 0, 0, 6196, 6199, 5, 74, 0, 0, 6197, 6200, 3, 666, 333, 0, 6198, 6200, 5, 30, 0, 0, 6199, 6197, 1, 0, 0, 0, 6199, 6198, 1, 0, 0, 0, 6200, 6203, 1, 0, 0, 0, 6201, 6202, 5, 6, 0, 0, 6202, 6204, 3, 666, 333, 0, 6203, 6201, 1, 0, 0, 0, 6203, 6204, 1, 0, 0, 0, 6204, 585, 1, 0, 0, 0, 6205, 6206, 5, 61, 0, 0, 6206, 6208, 7, 82, 0, 0, 6207, 6209, 3, 590, 295, 0, 6208, 6207, 1, 0, 0, 0, 6208, 6209, 1, 0, 0, 0, 6209, 6210, 1, 0, 0, 0, 6210, 6214, 7, 83, 0, 0, 6211, 6215, 5, 81, 0, 0, 6212, 6213, 5, 105, 0, 0, 6213, 6215, 5, 467, 0, 0, 6214, 6211, 1, 0, 0, 0, 6214, 6212, 1, 0, 0, 0, 6215, 587, 1, 0, 0, 0, 6216, 6221, 5, 79, 0, 0, 6217, 6218, 3, 590, 295, 0, 6218, 6219, 7, 83, 0, 0, 6219, 6222, 1, 0, 0, 0, 6220, 6222, 3, 666, 333, 0, 6221, 6217, 1, 0, 0, 0, 6221, 6220, 1, 0, 0, 0, 6222, 589, 1, 0, 0, 0, 6223, 6224, 7, 29, 0, 0, 6224, 6227, 7, 84, 0, 0, 6225, 6227, 3, 674, 337, 0, 6226, 6223, 1, 0, 0, 0, 6226, 6225, 1, 0, 0, 0, 6227, 591, 1, 0, 0, 0, 6228, 6229, 5, 66, 0, 0, 6229, 6231, 5, 147, 0, 0, 6230, 6232, 7, 80, 0, 0, 6231, 6230, 1, 0, 0, 0, 6231, 6232, 1, 0, 0, 0, 6232, 6233, 1, 0, 0, 0, 6233, 6234, 3, 594, 297, 0, 6234, 593, 1, 0, 0, 0, 6235, 6240, 3, 596, 298, 0, 6236, 6237, 5, 6, 0, 0, 6237, 6239, 3, 596, 298, 0, 6238, 6236, 1, 0, 0, 0, 6239, 6242, 1, 0, 0, 0, 6240, 6238, 1, 0, 0, 0, 6240, 6241, 1, 0, 0, 0, 6241, 595, 1, 0, 0, 0, 6242, 6240, 1, 0, 0, 0, 6243, 6267, 3, 726, 363, 0, 6244, 6245, 5, 2, 0, 0, 6245, 6267, 5, 3, 0, 0, 6246, 6248, 7, 85, 0, 0, 6247, 6246, 1, 0, 0, 0, 6247, 6248, 1, 0, 0, 0, 6248, 6249, 1, 0, 0, 0, 6249, 6250, 5, 2, 0, 0, 6250, 6255, 3, 726, 363, 0, 6251, 6252, 5, 6, 0, 0, 6252, 6254, 3, 726, 363, 0, 6253, 6251, 1, 0, 0, 0, 6254, 6257, 1, 0, 0, 0, 6255, 6253, 1, 0, 0, 0, 6255, 6256, 1, 0, 0, 0, 6256, 6258, 1, 0, 0, 0, 6257, 6255, 1, 0, 0, 0, 6258, 6259, 5, 3, 0, 0, 6259, 6267, 1, 0, 0, 0, 6260, 6261, 5, 470, 0, 0, 6261, 6262, 5, 471, 0, 0, 6262, 6263, 5, 2, 0, 0, 6263, 6264, 3, 594, 297, 0, 6264, 6265, 5, 3, 0, 0, 6265, 6267, 1, 0, 0, 0, 6266, 6243, 1, 0, 0, 0, 6266, 6244, 1, 0, 0, 0, 6266, 6247, 1, 0, 0, 0, 6266, 6260, 1, 0, 0, 0, 6267, 597, 1, 0, 0, 0, 6268, 6278, 5, 62, 0, 0, 6269, 6270, 5, 269, 0, 0, 6270, 6272, 5, 245, 0, 0, 6271, 6269, 1, 0, 0, 0, 6271, 6272, 1, 0, 0, 0, 6272, 6273, 1, 0, 0, 0, 6273, 6279, 5, 369, 0, 0, 6274, 6276, 5, 245, 0, 0, 6275, 6274, 1, 0, 0, 0, 6275, 6276, 1, 0, 0, 0, 6276, 6277, 1, 0, 0, 0, 6277, 6279, 5, 334, 0, 0, 6278, 6271, 1, 0, 0, 0, 6278, 6275, 1, 0, 0, 0, 6279, 6282, 1, 0, 0, 0, 6280, 6281, 5, 275, 0, 0, 6281, 6283, 3, 752, 376, 0, 6282, 6280, 1, 0, 0, 0, 6282, 6283, 1, 0, 0, 0, 6283, 6287, 1, 0, 0, 0, 6284, 6288, 5, 272, 0, 0, 6285, 6286, 5, 465, 0, 0, 6286, 6288, 5, 466, 0, 0, 6287, 6284, 1, 0, 0, 0, 6287, 6285, 1, 0, 0, 0, 6287, 6288, 1, 0, 0, 0, 6288, 6290, 1, 0, 0, 0, 6289, 6268, 1, 0, 0, 0, 6290, 6291, 1, 0, 0, 0, 6291, 6289, 1, 0, 0, 0, 6291, 6292, 1, 0, 0, 0, 6292, 6297, 1, 0, 0, 0, 6293, 6294, 5, 62, 0, 0, 6294, 6295, 5, 300, 0, 0, 6295, 6297, 5, 81, 0, 0, 6296, 6289, 1, 0, 0, 0, 6296, 6293, 1, 0, 0, 0, 6297, 599, 1, 0, 0, 0, 6298, 6299, 5, 422, 0, 0, 6299, 6304, 3, 526, 263, 0, 6300, 6301, 5, 6, 0, 0, 6301, 6303, 3, 526, 263, 0, 6302, 6300, 1, 0, 0, 0, 6303, 6306, 1, 0, 0, 0, 6304, 6302, 1, 0, 0, 0, 6304, 6305, 1, 0, 0, 0, 6305, 601, 1, 0, 0, 0, 6306, 6304, 1, 0, 0, 0, 6307, 6308, 5, 64, 0, 0, 6308, 6309, 3, 604, 302, 0, 6309, 603, 1, 0, 0, 0, 6310, 6315, 3, 606, 303, 0, 6311, 6312, 5, 6, 0, 0, 6312, 6314, 3, 606, 303, 0, 6313, 6311, 1, 0, 0, 0, 6314, 6317, 1, 0, 0, 0, 6315, 6313, 1, 0, 0, 0, 6315, 6316, 1, 0, 0, 0, 6316, 605, 1, 0, 0, 0, 6317, 6315, 1, 0, 0, 0, 6318, 6333, 3, 616, 308, 0, 6319, 6321, 5, 81, 0, 0, 6320, 6319, 1, 0, 0, 0, 6320, 6321, 1, 0, 0, 0, 6321, 6322, 1, 0, 0, 0, 6322, 6324, 3, 770, 385, 0, 6323, 6325, 5, 9, 0, 0, 6324, 6323, 1, 0, 0, 0, 6324, 6325, 1, 0, 0, 0, 6325, 6327, 1, 0, 0, 0, 6326, 6328, 3, 140, 70, 0, 6327, 6326, 1, 0, 0, 0, 6327, 6328, 1, 0, 0, 0, 6328, 6330, 1, 0, 0, 0, 6329, 6331, 3, 630, 315, 0, 6330, 6329, 1, 0, 0, 0, 6330, 6331, 1, 0, 0, 0, 6331, 6333, 1, 0, 0, 0, 6332, 6318, 1, 0, 0, 0, 6332, 6320, 1, 0, 0, 0, 6333, 6335, 1, 0, 0, 0, 6334, 6336, 3, 608, 304, 0, 6335, 6334, 1, 0, 0, 0, 6335, 6336, 1, 0, 0, 0, 6336, 6338, 1, 0, 0, 0, 6337, 6339, 3, 624, 312, 0, 6338, 6337, 1, 0, 0, 0, 6338, 6339, 1, 0, 0, 0, 6339, 6382, 1, 0, 0, 0, 6340, 6342, 5, 72, 0, 0, 6341, 6340, 1, 0, 0, 0, 6341, 6342, 1, 0, 0, 0, 6342, 6355, 1, 0, 0, 0, 6343, 6345, 3, 638, 319, 0, 6344, 6346, 3, 608, 304, 0, 6345, 6344, 1, 0, 0, 0, 6345, 6346, 1, 0, 0, 0, 6346, 6356, 1, 0, 0, 0, 6347, 6349, 3, 626, 313, 0, 6348, 6350, 3, 610, 305, 0, 6349, 6348, 1, 0, 0, 0, 6349, 6350, 1, 0, 0, 0, 6350, 6356, 1, 0, 0, 0, 6351, 6353, 3, 554, 277, 0, 6352, 6354, 3, 608, 304, 0, 6353, 6352, 1, 0, 0, 0, 6353, 6354, 1, 0, 0, 0, 6354, 6356, 1, 0, 0, 0, 6355, 6343, 1, 0, 0, 0, 6355, 6347, 1, 0, 0, 0, 6355, 6351, 1, 0, 0, 0, 6356, 6382, 1, 0, 0, 0, 6357, 6358, 5, 2, 0, 0, 6358, 6375, 3, 606, 303, 0, 6359, 6360, 5, 110, 0, 0, 6360, 6361, 5, 118, 0, 0, 6361, 6376, 3, 606, 303, 0, 6362, 6364, 5, 121, 0, 0, 6363, 6365, 3, 612, 306, 0, 6364, 6363, 1, 0, 0, 0, 6364, 6365, 1, 0, 0, 0, 6365, 6366, 1, 0, 0, 0, 6366, 6367, 5, 118, 0, 0, 6367, 6376, 3, 606, 303, 0, 6368, 6370, 3, 612, 306, 0, 6369, 6368, 1, 0, 0, 0, 6369, 6370, 1, 0, 0, 0, 6370, 6371, 1, 0, 0, 0, 6371, 6372, 5, 118, 0, 0, 6372, 6373, 3, 606, 303, 0, 6373, 6374, 3, 614, 307, 0, 6374, 6376, 1, 0, 0, 0, 6375, 6359, 1, 0, 0, 0, 6375, 6362, 1, 0, 0, 0, 6375, 6369, 1, 0, 0, 0, 6375, 6376, 1, 0, 0, 0, 6376, 6377, 1, 0, 0, 0, 6377, 6379, 5, 3, 0, 0, 6378, 6380, 3, 608, 304, 0, 6379, 6378, 1, 0, 0, 0, 6379, 6380, 1, 0, 0, 0, 6380, 6382, 1, 0, 0, 0, 6381, 6332, 1, 0, 0, 0, 6381, 6341, 1, 0, 0, 0, 6381, 6357, 1, 0, 0, 0, 6382, 6401, 1, 0, 0, 0, 6383, 6384, 5, 110, 0, 0, 6384, 6385, 5, 118, 0, 0, 6385, 6400, 3, 606, 303, 0, 6386, 6388, 5, 121, 0, 0, 6387, 6389, 3, 612, 306, 0, 6388, 6387, 1, 0, 0, 0, 6388, 6389, 1, 0, 0, 0, 6389, 6390, 1, 0, 0, 0, 6390, 6391, 5, 118, 0, 0, 6391, 6400, 3, 606, 303, 0, 6392, 6394, 3, 612, 306, 0, 6393, 6392, 1, 0, 0, 0, 6393, 6394, 1, 0, 0, 0, 6394, 6395, 1, 0, 0, 0, 6395, 6396, 5, 118, 0, 0, 6396, 6397, 3, 606, 303, 0, 6397, 6398, 3, 614, 307, 0, 6398, 6400, 1, 0, 0, 0, 6399, 6383, 1, 0, 0, 0, 6399, 6386, 1, 0, 0, 0, 6399, 6393, 1, 0, 0, 0, 6400, 6403, 1, 0, 0, 0, 6401, 6399, 1, 0, 0, 0, 6401, 6402, 1, 0, 0, 0, 6402, 607, 1, 0, 0, 0, 6403, 6401, 1, 0, 0, 0, 6404, 6406, 5, 36, 0, 0, 6405, 6404, 1, 0, 0, 0, 6405, 6406, 1, 0, 0, 0, 6406, 6407, 1, 0, 0, 0, 6407, 6412, 3, 810, 405, 0, 6408, 6409, 5, 2, 0, 0, 6409, 6410, 3, 776, 388, 0, 6410, 6411, 5, 3, 0, 0, 6411, 6413, 1, 0, 0, 0, 6412, 6408, 1, 0, 0, 0, 6412, 6413, 1, 0, 0, 0, 6413, 609, 1, 0, 0, 0, 6414, 6427, 3, 608, 304, 0, 6415, 6417, 5, 36, 0, 0, 6416, 6418, 3, 810, 405, 0, 6417, 6416, 1, 0, 0, 0, 6417, 6418, 1, 0, 0, 0, 6418, 6421, 1, 0, 0, 0, 6419, 6421, 3, 810, 405, 0, 6420, 6415, 1, 0, 0, 0, 6420, 6419, 1, 0, 0, 0, 6421, 6422, 1, 0, 0, 0, 6422, 6423, 5, 2, 0, 0, 6423, 6424, 3, 634, 317, 0, 6424, 6425, 5, 3, 0, 0, 6425, 6427, 1, 0, 0, 0, 6426, 6414, 1, 0, 0, 0, 6426, 6420, 1, 0, 0, 0, 6427, 611, 1, 0, 0, 0, 6428, 6430, 7, 86, 0, 0, 6429, 6431, 5, 123, 0, 0, 6430, 6429, 1, 0, 0, 0, 6430, 6431, 1, 0, 0, 0, 6431, 613, 1, 0, 0, 0, 6432, 6433, 5, 100, 0, 0, 6433, 6437, 3, 136, 68, 0, 6434, 6435, 5, 80, 0, 0, 6435, 6437, 3, 666, 333, 0, 6436, 6432, 1, 0, 0, 0, 6436, 6434, 1, 0, 0, 0, 6437, 615, 1, 0, 0, 0, 6438, 6454, 3, 314, 157, 0, 6439, 6445, 5, 81, 0, 0, 6440, 6446, 3, 766, 383, 0, 6441, 6442, 5, 2, 0, 0, 6442, 6443, 3, 766, 383, 0, 6443, 6444, 5, 3, 0, 0, 6444, 6446, 1, 0, 0, 0, 6445, 6440, 1, 0, 0, 0, 6445, 6441, 1, 0, 0, 0, 6446, 6454, 1, 0, 0, 0, 6447, 6448, 5, 68, 0, 0, 6448, 6451, 5, 323, 0, 0, 6449, 6452, 3, 782, 391, 0, 6450, 6452, 5, 111, 0, 0, 6451, 6449, 1, 0, 0, 0, 6451, 6450, 1, 0, 0, 0, 6452, 6454, 1, 0, 0, 0, 6453, 6438, 1, 0, 0, 0, 6453, 6439, 1, 0, 0, 0, 6453, 6447, 1, 0, 0, 0, 6454, 617, 1, 0, 0, 0, 6455, 6456, 5, 92, 0, 0, 6456, 6458, 3, 314, 157, 0, 6457, 6459, 3, 136, 68, 0, 6458, 6457, 1, 0, 0, 0, 6458, 6459, 1, 0, 0, 0, 6459, 6461, 1, 0, 0, 0, 6460, 6462, 3, 630, 315, 0, 6461, 6460, 1, 0, 0, 0, 6461, 6462, 1, 0, 0, 0, 6462, 6480, 1, 0, 0, 0, 6463, 6464, 5, 92, 0, 0, 6464, 6470, 5, 81, 0, 0, 6465, 6471, 3, 766, 383, 0, 6466, 6467, 5, 2, 0, 0, 6467, 6468, 3, 766, 383, 0, 6468, 6469, 5, 3, 0, 0, 6469, 6471, 1, 0, 0, 0, 6470, 6465, 1, 0, 0, 0, 6470, 6466, 1, 0, 0, 0, 6471, 6480, 1, 0, 0, 0, 6472, 6473, 5, 350, 0, 0, 6473, 6474, 5, 68, 0, 0, 6474, 6477, 5, 323, 0, 0, 6475, 6478, 3, 782, 391, 0, 6476, 6478, 5, 111, 0, 0, 6477, 6475, 1, 0, 0, 0, 6477, 6476, 1, 0, 0, 0, 6478, 6480, 1, 0, 0, 0, 6479, 6455, 1, 0, 0, 0, 6479, 6463, 1, 0, 0, 0, 6479, 6472, 1, 0, 0, 0, 6480, 619, 1, 0, 0, 0, 6481, 6486, 3, 616, 308, 0, 6482, 6483, 5, 6, 0, 0, 6483, 6485, 3, 616, 308, 0, 6484, 6482, 1, 0, 0, 0, 6485, 6488, 1, 0, 0, 0, 6486, 6484, 1, 0, 0, 0, 6486, 6487, 1, 0, 0, 0, 6487, 621, 1, 0, 0, 0, 6488, 6486, 1, 0, 0, 0, 6489, 6494, 3, 616, 308, 0, 6490, 6492, 5, 36, 0, 0, 6491, 6490, 1, 0, 0, 0, 6491, 6492, 1, 0, 0, 0, 6492, 6493, 1, 0, 0, 0, 6493, 6495, 3, 810, 405, 0, 6494, 6491, 1, 0, 0, 0, 6494, 6495, 1, 0, 0, 0, 6495, 623, 1, 0, 0, 0, 6496, 6497, 5, 472, 0, 0, 6497, 6498, 3, 798, 399, 0, 6498, 6504, 3, 526, 263, 0, 6499, 6500, 5, 310, 0, 0, 6500, 6501, 5, 2, 0, 0, 6501, 6502, 3, 666, 333, 0, 6502, 6503, 5, 3, 0, 0, 6503, 6505, 1, 0, 0, 0, 6504, 6499, 1, 0, 0, 0, 6504, 6505, 1, 0, 0, 0, 6505, 625, 1, 0, 0, 0, 6506, 6521, 3, 680, 340, 0, 6507, 6508, 5, 320, 0, 0, 6508, 6509, 5, 64, 0, 0, 6509, 6510, 5, 2, 0, 0, 6510, 6515, 3, 628, 314, 0, 6511, 6512, 5, 6, 0, 0, 6512, 6514, 3, 628, 314, 0, 6513, 6511, 1, 0, 0, 0, 6514, 6517, 1, 0, 0, 0, 6515, 6513, 1, 0, 0, 0, 6515, 6516, 1, 0, 0, 0, 6516, 6518, 1, 0, 0, 0, 6517, 6515, 1, 0, 0, 0, 6518, 6519, 5, 3, 0, 0, 6519, 6521, 1, 0, 0, 0, 6520, 6506, 1, 0, 0, 0, 6520, 6507, 1, 0, 0, 0, 6521, 6524, 1, 0, 0, 0, 6522, 6523, 5, 105, 0, 0, 6523, 6525, 5, 473, 0, 0, 6524, 6522, 1, 0, 0, 0, 6524, 6525, 1, 0, 0, 0, 6525, 627, 1, 0, 0, 0, 6526, 6532, 3, 680, 340, 0, 6527, 6528, 5, 36, 0, 0, 6528, 6529, 5, 2, 0, 0, 6529, 6530, 3, 634, 317, 0, 6530, 6531, 5, 3, 0, 0, 6531, 6533, 1, 0, 0, 0, 6532, 6527, 1, 0, 0, 0, 6532, 6533, 1, 0, 0, 0, 6533, 629, 1, 0, 0, 0, 6534, 6535, 5, 103, 0, 0, 6535, 6536, 3, 726, 363, 0, 6536, 631, 1, 0, 0, 0, 6537, 6542, 5, 103, 0, 0, 6538, 6539, 5, 434, 0, 0, 6539, 6540, 5, 275, 0, 0, 6540, 6543, 3, 810, 405, 0, 6541, 6543, 3, 666, 333, 0, 6542, 6538, 1, 0, 0, 0, 6542, 6541, 1, 0, 0, 0, 6543, 633, 1, 0, 0, 0, 6544, 6549, 3, 636, 318, 0, 6545, 6546, 5, 6, 0, 0, 6546, 6548, 3, 636, 318, 0, 6547, 6545, 1, 0, 0, 0, 6548, 6551, 1, 0, 0, 0, 6549, 6547, 1, 0, 0, 0, 6549, 6550, 1, 0, 0, 0, 6550, 635, 1, 0, 0, 0, 6551, 6549, 1, 0, 0, 0, 6552, 6553, 3, 810, 405, 0, 6553, 6555, 3, 644, 322, 0, 6554, 6556, 3, 90, 45, 0, 6555, 6554, 1, 0, 0, 0, 6555, 6556, 1, 0, 0, 0, 6556, 637, 1, 0, 0, 0, 6557, 6558, 5, 474, 0, 0, 6558, 6572, 5, 2, 0, 0, 6559, 6560, 5, 476, 0, 0, 6560, 6561, 5, 2, 0, 0, 6561, 6566, 3, 642, 321, 0, 6562, 6563, 5, 6, 0, 0, 6563, 6565, 3, 642, 321, 0, 6564, 6562, 1, 0, 0, 0, 6565, 6568, 1, 0, 0, 0, 6566, 6564, 1, 0, 0, 0, 6566, 6567, 1, 0, 0, 0, 6567, 6569, 1, 0, 0, 0, 6568, 6566, 1, 0, 0, 0, 6569, 6570, 5, 3, 0, 0, 6570, 6571, 5, 6, 0, 0, 6571, 6573, 1, 0, 0, 0, 6572, 6559, 1, 0, 0, 0, 6572, 6573, 1, 0, 0, 0, 6573, 6574, 1, 0, 0, 0, 6574, 6575, 3, 674, 337, 0, 6575, 6576, 3, 690, 345, 0, 6576, 6577, 5, 475, 0, 0, 6577, 6582, 3, 640, 320, 0, 6578, 6579, 5, 6, 0, 0, 6579, 6581, 3, 640, 320, 0, 6580, 6578, 1, 0, 0, 0, 6581, 6584, 1, 0, 0, 0, 6582, 6580, 1, 0, 0, 0, 6582, 6583, 1, 0, 0, 0, 6583, 6585, 1, 0, 0, 0, 6584, 6582, 1, 0, 0, 0, 6585, 6586, 5, 3, 0, 0, 6586, 639, 1, 0, 0, 0, 6587, 6606, 3, 810, 405, 0, 6588, 6602, 3, 644, 322, 0, 6589, 6592, 5, 53, 0, 0, 6590, 6592, 3, 818, 409, 0, 6591, 6589, 1, 0, 0, 0, 6591, 6590, 1, 0, 0, 0, 6592, 6593, 1, 0, 0, 0, 6593, 6599, 3, 666, 333, 0, 6594, 6596, 5, 77, 0, 0, 6595, 6594, 1, 0, 0, 0, 6595, 6596, 1, 0, 0, 0, 6596, 6597, 1, 0, 0, 0, 6597, 6599, 5, 78, 0, 0, 6598, 6591, 1, 0, 0, 0, 6598, 6595, 1, 0, 0, 0, 6599, 6600, 1, 0, 0, 0, 6600, 6598, 1, 0, 0, 0, 6600, 6601, 1, 0, 0, 0, 6601, 6603, 1, 0, 0, 0, 6602, 6598, 1, 0, 0, 0, 6602, 6603, 1, 0, 0, 0, 6603, 6607, 1, 0, 0, 0, 6604, 6605, 5, 62, 0, 0, 6605, 6607, 5, 473, 0, 0, 6606, 6588, 1, 0, 0, 0, 6606, 6604, 1, 0, 0, 0, 6607, 641, 1, 0, 0, 0, 6608, 6609, 3, 674, 337, 0, 6609, 6610, 5, 36, 0, 0, 6610, 6611, 3, 816, 408, 0, 6611, 6615, 1, 0, 0, 0, 6612, 6613, 5, 53, 0, 0, 6613, 6615, 3, 674, 337, 0, 6614, 6608, 1, 0, 0, 0, 6614, 6612, 1, 0, 0, 0, 6615, 643, 1, 0, 0, 0, 6616, 6618, 5, 415, 0, 0, 6617, 6616, 1, 0, 0, 0, 6617, 6618, 1, 0, 0, 0, 6618, 6619, 1, 0, 0, 0, 6619, 6636, 3, 646, 323, 0, 6620, 6622, 5, 4, 0, 0, 6621, 6623, 5, 571, 0, 0, 6622, 6621, 1, 0, 0, 0, 6622, 6623, 1, 0, 0, 0, 6623, 6624, 1, 0, 0, 0, 6624, 6626, 5, 5, 0, 0, 6625, 6620, 1, 0, 0, 0, 6626, 6629, 1, 0, 0, 0, 6627, 6625, 1, 0, 0, 0, 6627, 6628, 1, 0, 0, 0, 6628, 6637, 1, 0, 0, 0, 6629, 6627, 1, 0, 0, 0, 6630, 6634, 5, 35, 0, 0, 6631, 6632, 5, 4, 0, 0, 6632, 6633, 5, 571, 0, 0, 6633, 6635, 5, 5, 0, 0, 6634, 6631, 1, 0, 0, 0, 6634, 6635, 1, 0, 0, 0, 6635, 6637, 1, 0, 0, 0, 6636, 6627, 1, 0, 0, 0, 6636, 6630, 1, 0, 0, 0, 6637, 6643, 1, 0, 0, 0, 6638, 6639, 3, 772, 386, 0, 6639, 6640, 5, 27, 0, 0, 6640, 6641, 7, 87, 0, 0, 6641, 6643, 1, 0, 0, 0, 6642, 6617, 1, 0, 0, 0, 6642, 6638, 1, 0, 0, 0, 6643, 645, 1, 0, 0, 0, 6644, 6646, 3, 812, 406, 0, 6645, 6647, 3, 310, 155, 0, 6646, 6645, 1, 0, 0, 0, 6646, 6647, 1, 0, 0, 0, 6647, 6649, 1, 0, 0, 0, 6648, 6650, 3, 526, 263, 0, 6649, 6648, 1, 0, 0, 0, 6649, 6650, 1, 0, 0, 0, 6650, 6660, 1, 0, 0, 0, 6651, 6660, 3, 648, 324, 0, 6652, 6657, 5, 403, 0, 0, 6653, 6655, 3, 660, 330, 0, 6654, 6653, 1, 0, 0, 0, 6654, 6655, 1, 0, 0, 0, 6655, 6658, 1, 0, 0, 0, 6656, 6658, 3, 652, 326, 0, 6657, 6654, 1, 0, 0, 0, 6657, 6656, 1, 0, 0, 0, 6658, 6660, 1, 0, 0, 0, 6659, 6644, 1, 0, 0, 0, 6659, 6651, 1, 0, 0, 0, 6659, 6652, 1, 0, 0, 0, 6660, 647, 1, 0, 0, 0, 6661, 6666, 3, 650, 325, 0, 6662, 6666, 3, 654, 327, 0, 6663, 6666, 3, 656, 328, 0, 6664, 6666, 3, 658, 329, 0, 6665, 6661, 1, 0, 0, 0, 6665, 6662, 1, 0, 0, 0, 6665, 6663, 1, 0, 0, 0, 6665, 6664, 1, 0, 0, 0, 6666, 649, 1, 0, 0, 0, 6667, 6684, 5, 401, 0, 0, 6668, 6684, 5, 402, 0, 0, 6669, 6684, 5, 416, 0, 0, 6670, 6684, 5, 388, 0, 0, 6671, 6684, 5, 413, 0, 0, 6672, 6674, 5, 398, 0, 0, 6673, 6675, 3, 652, 326, 0, 6674, 6673, 1, 0, 0, 0, 6674, 6675, 1, 0, 0, 0, 6675, 6684, 1, 0, 0, 0, 6676, 6677, 5, 190, 0, 0, 6677, 6684, 5, 412, 0, 0, 6678, 6680, 7, 88, 0, 0, 6679, 6681, 3, 526, 263, 0, 6680, 6679, 1, 0, 0, 0, 6680, 6681, 1, 0, 0, 0, 6681, 6684, 1, 0, 0, 0, 6682, 6684, 5, 390, 0, 0, 6683, 6667, 1, 0, 0, 0, 6683, 6668, 1, 0, 0, 0, 6683, 6669, 1, 0, 0, 0, 6683, 6670, 1, 0, 0, 0, 6683, 6671, 1, 0, 0, 0, 6683, 6672, 1, 0, 0, 0, 6683, 6676, 1, 0, 0, 0, 6683, 6678, 1, 0, 0, 0, 6683, 6682, 1, 0, 0, 0, 6684, 651, 1, 0, 0, 0, 6685, 6686, 5, 2, 0, 0, 6686, 6687, 5, 571, 0, 0, 6687, 6688, 5, 3, 0, 0, 6688, 653, 1, 0, 0, 0, 6689, 6691, 5, 389, 0, 0, 6690, 6692, 5, 374, 0, 0, 6691, 6690, 1, 0, 0, 0, 6691, 6692, 1, 0, 0, 0, 6692, 6694, 1, 0, 0, 0, 6693, 6695, 3, 526, 263, 0, 6694, 6693, 1, 0, 0, 0, 6694, 6695, 1, 0, 0, 0, 6695, 655, 1, 0, 0, 0, 6696, 6698, 7, 89, 0, 0, 6697, 6699, 5, 374, 0, 0, 6698, 6697, 1, 0, 0, 0, 6698, 6699, 1, 0, 0, 0, 6699, 6707, 1, 0, 0, 0, 6700, 6707, 5, 423, 0, 0, 6701, 6702, 5, 405, 0, 0, 6702, 6704, 7, 90, 0, 0, 6703, 6705, 5, 374, 0, 0, 6704, 6703, 1, 0, 0, 0, 6704, 6705, 1, 0, 0, 0, 6705, 6707, 1, 0, 0, 0, 6706, 6696, 1, 0, 0, 0, 6706, 6700, 1, 0, 0, 0, 6706, 6701, 1, 0, 0, 0, 6707, 6709, 1, 0, 0, 0, 6708, 6710, 3, 652, 326, 0, 6709, 6708, 1, 0, 0, 0, 6709, 6710, 1, 0, 0, 0, 6710, 657, 1, 0, 0, 0, 6711, 6713, 7, 91, 0, 0, 6712, 6714, 3, 652, 326, 0, 6713, 6712, 1, 0, 0, 0, 6713, 6714, 1, 0, 0, 0, 6714, 6718, 1, 0, 0, 0, 6715, 6716, 7, 26, 0, 0, 6716, 6717, 5, 418, 0, 0, 6717, 6719, 5, 386, 0, 0, 6718, 6715, 1, 0, 0, 0, 6718, 6719, 1, 0, 0, 0, 6719, 659, 1, 0, 0, 0, 6720, 6750, 5, 264, 0, 0, 6721, 6750, 3, 662, 331, 0, 6722, 6725, 5, 384, 0, 0, 6723, 6724, 5, 94, 0, 0, 6724, 6726, 5, 264, 0, 0, 6725, 6723, 1, 0, 0, 0, 6725, 6726, 1, 0, 0, 0, 6726, 6750, 1, 0, 0, 0, 6727, 6734, 5, 176, 0, 0, 6728, 6732, 5, 94, 0, 0, 6729, 6733, 5, 218, 0, 0, 6730, 6733, 5, 261, 0, 0, 6731, 6733, 3, 662, 331, 0, 6732, 6729, 1, 0, 0, 0, 6732, 6730, 1, 0, 0, 0, 6732, 6731, 1, 0, 0, 0, 6733, 6735, 1, 0, 0, 0, 6734, 6728, 1, 0, 0, 0, 6734, 6735, 1, 0, 0, 0, 6735, 6750, 1, 0, 0, 0, 6736, 6742, 5, 218, 0, 0, 6737, 6740, 5, 94, 0, 0, 6738, 6741, 5, 261, 0, 0, 6739, 6741, 3, 662, 331, 0, 6740, 6738, 1, 0, 0, 0, 6740, 6739, 1, 0, 0, 0, 6741, 6743, 1, 0, 0, 0, 6742, 6737, 1, 0, 0, 0, 6742, 6743, 1, 0, 0, 0, 6743, 6750, 1, 0, 0, 0, 6744, 6747, 5, 261, 0, 0, 6745, 6746, 5, 94, 0, 0, 6746, 6748, 3, 662, 331, 0, 6747, 6745, 1, 0, 0, 0, 6747, 6748, 1, 0, 0, 0, 6748, 6750, 1, 0, 0, 0, 6749, 6720, 1, 0, 0, 0, 6749, 6721, 1, 0, 0, 0, 6749, 6722, 1, 0, 0, 0, 6749, 6727, 1, 0, 0, 0, 6749, 6736, 1, 0, 0, 0, 6749, 6744, 1, 0, 0, 0, 6750, 661, 1, 0, 0, 0, 6751, 6753, 5, 326, 0, 0, 6752, 6754, 3, 652, 326, 0, 6753, 6752, 1, 0, 0, 0, 6753, 6754, 1, 0, 0, 0, 6754, 663, 1, 0, 0, 0, 6755, 6756, 7, 92, 0, 0, 6756, 665, 1, 0, 0, 0, 6757, 6758, 3, 668, 334, 0, 6758, 667, 1, 0, 0, 0, 6759, 6760, 6, 334, -1, 0, 6760, 6762, 3, 672, 336, 0, 6761, 6763, 3, 670, 335, 0, 6762, 6761, 1, 0, 0, 0, 6762, 6763, 1, 0, 0, 0, 6763, 6767, 1, 0, 0, 0, 6764, 6765, 5, 77, 0, 0, 6765, 6767, 3, 668, 334, 3, 6766, 6759, 1, 0, 0, 0, 6766, 6764, 1, 0, 0, 0, 6767, 6776, 1, 0, 0, 0, 6768, 6769, 10, 2, 0, 0, 6769, 6770, 5, 33, 0, 0, 6770, 6775, 3, 668, 334, 3, 6771, 6772, 10, 1, 0, 0, 6772, 6773, 5, 82, 0, 0, 6773, 6775, 3, 668, 334, 2, 6774, 6768, 1, 0, 0, 0, 6774, 6771, 1, 0, 0, 0, 6775, 6778, 1, 0, 0, 0, 6776, 6774, 1, 0, 0, 0, 6776, 6777, 1, 0, 0, 0, 6777, 669, 1, 0, 0, 0, 6778, 6776, 1, 0, 0, 0, 6779, 6780, 3, 664, 332, 0, 6780, 6781, 3, 672, 336, 0, 6781, 6851, 1, 0, 0, 0, 6782, 6783, 3, 664, 332, 0, 6783, 6784, 3, 720, 360, 0, 6784, 6790, 3, 710, 355, 0, 6785, 6791, 3, 554, 277, 0, 6786, 6787, 5, 2, 0, 0, 6787, 6788, 3, 666, 333, 0, 6788, 6789, 5, 3, 0, 0, 6789, 6791, 1, 0, 0, 0, 6790, 6785, 1, 0, 0, 0, 6790, 6786, 1, 0, 0, 0, 6791, 6851, 1, 0, 0, 0, 6792, 6794, 5, 77, 0, 0, 6793, 6792, 1, 0, 0, 0, 6793, 6794, 1, 0, 0, 0, 6794, 6795, 1, 0, 0, 0, 6795, 6796, 5, 387, 0, 0, 6796, 6797, 3, 672, 336, 0, 6797, 6798, 5, 33, 0, 0, 6798, 6799, 3, 672, 336, 0, 6799, 6851, 1, 0, 0, 0, 6800, 6802, 5, 77, 0, 0, 6801, 6800, 1, 0, 0, 0, 6801, 6802, 1, 0, 0, 0, 6802, 6803, 1, 0, 0, 0, 6803, 6804, 5, 68, 0, 0, 6804, 6805, 5, 2, 0, 0, 6805, 6810, 3, 666, 333, 0, 6806, 6807, 5, 6, 0, 0, 6807, 6809, 3, 666, 333, 0, 6808, 6806, 1, 0, 0, 0, 6809, 6812, 1, 0, 0, 0, 6810, 6808, 1, 0, 0, 0, 6810, 6811, 1, 0, 0, 0, 6811, 6813, 1, 0, 0, 0, 6812, 6810, 1, 0, 0, 0, 6813, 6814, 5, 3, 0, 0, 6814, 6851, 1, 0, 0, 0, 6815, 6817, 5, 77, 0, 0, 6816, 6815, 1, 0, 0, 0, 6816, 6817, 1, 0, 0, 0, 6817, 6818, 1, 0, 0, 0, 6818, 6819, 5, 68, 0, 0, 6819, 6851, 3, 554, 277, 0, 6820, 6822, 5, 77, 0, 0, 6821, 6820, 1, 0, 0, 0, 6821, 6822, 1, 0, 0, 0, 6822, 6831, 1, 0, 0, 0, 6823, 6832, 5, 120, 0, 0, 6824, 6832, 5, 114, 0, 0, 6825, 6826, 5, 127, 0, 0, 6826, 6832, 5, 94, 0, 0, 6827, 6829, 5, 387, 0, 0, 6828, 6830, 5, 91, 0, 0, 6829, 6828, 1, 0, 0, 0, 6829, 6830, 1, 0, 0, 0, 6830, 6832, 1, 0, 0, 0, 6831, 6823, 1, 0, 0, 0, 6831, 6824, 1, 0, 0, 0, 6831, 6825, 1, 0, 0, 0, 6831, 6827, 1, 0, 0, 0, 6832, 6833, 1, 0, 0, 0, 6833, 6836, 3, 672, 336, 0, 6834, 6835, 5, 197, 0, 0, 6835, 6837, 3, 672, 336, 0, 6836, 6834, 1, 0, 0, 0, 6836, 6837, 1, 0, 0, 0, 6837, 6851, 1, 0, 0, 0, 6838, 6840, 5, 116, 0, 0, 6839, 6841, 5, 77, 0, 0, 6840, 6839, 1, 0, 0, 0, 6840, 6841, 1, 0, 0, 0, 6841, 6842, 1, 0, 0, 0, 6842, 6851, 5, 78, 0, 0, 6843, 6845, 5, 116, 0, 0, 6844, 6846, 5, 77, 0, 0, 6845, 6844, 1, 0, 0, 0, 6845, 6846, 1, 0, 0, 0, 6846, 6847, 1, 0, 0, 0, 6847, 6848, 5, 56, 0, 0, 6848, 6849, 5, 64, 0, 0, 6849, 6851, 3, 672, 336, 0, 6850, 6779, 1, 0, 0, 0, 6850, 6782, 1, 0, 0, 0, 6850, 6793, 1, 0, 0, 0, 6850, 6801, 1, 0, 0, 0, 6850, 6816, 1, 0, 0, 0, 6850, 6821, 1, 0, 0, 0, 6850, 6838, 1, 0, 0, 0, 6850, 6843, 1, 0, 0, 0, 6851, 671, 1, 0, 0, 0, 6852, 6853, 6, 336, -1, 0, 6853, 6857, 3, 674, 337, 0, 6854, 6855, 7, 29, 0, 0, 6855, 6857, 3, 672, 336, 4, 6856, 6852, 1, 0, 0, 0, 6856, 6854, 1, 0, 0, 0, 6857, 6874, 1, 0, 0, 0, 6858, 6859, 10, 3, 0, 0, 6859, 6860, 7, 93, 0, 0, 6860, 6873, 3, 672, 336, 4, 6861, 6862, 10, 2, 0, 0, 6862, 6863, 7, 29, 0, 0, 6863, 6873, 3, 672, 336, 3, 6864, 6865, 10, 1, 0, 0, 6865, 6866, 5, 15, 0, 0, 6866, 6873, 3, 672, 336, 2, 6867, 6868, 10, 5, 0, 0, 6868, 6869, 5, 142, 0, 0, 6869, 6870, 5, 418, 0, 0, 6870, 6871, 5, 386, 0, 0, 6871, 6873, 3, 666, 333, 0, 6872, 6858, 1, 0, 0, 0, 6872, 6861, 1, 0, 0, 0, 6872, 6864, 1, 0, 0, 0, 6872, 6867, 1, 0, 0, 0, 6873, 6876, 1, 0, 0, 0, 6874, 6872, 1, 0, 0, 0, 6874, 6875, 1, 0, 0, 0, 6875, 673, 1, 0, 0, 0, 6876, 6874, 1, 0, 0, 0, 6877, 6878, 6, 337, -1, 0, 6878, 6879, 7, 94, 0, 0, 6879, 6966, 3, 554, 277, 0, 6880, 6883, 5, 35, 0, 0, 6881, 6884, 3, 554, 277, 0, 6882, 6884, 3, 732, 366, 0, 6883, 6881, 1, 0, 0, 0, 6883, 6882, 1, 0, 0, 0, 6884, 6966, 1, 0, 0, 0, 6885, 6886, 5, 28, 0, 0, 6886, 6966, 3, 746, 373, 0, 6887, 6888, 5, 470, 0, 0, 6888, 6966, 3, 526, 263, 0, 6889, 6966, 5, 571, 0, 0, 6890, 6966, 5, 573, 0, 0, 6891, 6966, 5, 563, 0, 0, 6892, 6966, 5, 567, 0, 0, 6893, 6903, 3, 798, 399, 0, 6894, 6904, 3, 800, 400, 0, 6895, 6896, 5, 2, 0, 0, 6896, 6898, 3, 728, 364, 0, 6897, 6899, 3, 578, 289, 0, 6898, 6897, 1, 0, 0, 0, 6898, 6899, 1, 0, 0, 0, 6899, 6900, 1, 0, 0, 0, 6900, 6901, 5, 3, 0, 0, 6901, 6902, 3, 800, 400, 0, 6902, 6904, 1, 0, 0, 0, 6903, 6894, 1, 0, 0, 0, 6903, 6895, 1, 0, 0, 0, 6904, 6966, 1, 0, 0, 0, 6905, 6907, 3, 648, 324, 0, 6906, 6905, 1, 0, 0, 0, 6906, 6907, 1, 0, 0, 0, 6907, 6908, 1, 0, 0, 0, 6908, 6966, 3, 800, 400, 0, 6909, 6917, 5, 403, 0, 0, 6910, 6912, 3, 800, 400, 0, 6911, 6913, 3, 660, 330, 0, 6912, 6911, 1, 0, 0, 0, 6912, 6913, 1, 0, 0, 0, 6913, 6918, 1, 0, 0, 0, 6914, 6915, 3, 652, 326, 0, 6915, 6916, 3, 800, 400, 0, 6916, 6918, 1, 0, 0, 0, 6917, 6910, 1, 0, 0, 0, 6917, 6914, 1, 0, 0, 0, 6918, 6966, 1, 0, 0, 0, 6919, 6966, 5, 96, 0, 0, 6920, 6966, 5, 60, 0, 0, 6921, 6966, 5, 78, 0, 0, 6922, 6966, 5, 574, 0, 0, 6923, 6924, 5, 2, 0, 0, 6924, 6925, 3, 666, 333, 0, 6925, 6926, 5, 3, 0, 0, 6926, 6927, 3, 746, 373, 0, 6927, 6966, 1, 0, 0, 0, 6928, 6930, 5, 40, 0, 0, 6929, 6931, 3, 666, 333, 0, 6930, 6929, 1, 0, 0, 0, 6930, 6931, 1, 0, 0, 0, 6931, 6933, 1, 0, 0, 0, 6932, 6934, 3, 740, 370, 0, 6933, 6932, 1, 0, 0, 0, 6934, 6935, 1, 0, 0, 0, 6935, 6933, 1, 0, 0, 0, 6935, 6936, 1, 0, 0, 0, 6936, 6939, 1, 0, 0, 0, 6937, 6938, 5, 58, 0, 0, 6938, 6940, 3, 666, 333, 0, 6939, 6937, 1, 0, 0, 0, 6939, 6940, 1, 0, 0, 0, 6940, 6941, 1, 0, 0, 0, 6941, 6942, 5, 454, 0, 0, 6942, 6966, 1, 0, 0, 0, 6943, 6966, 3, 678, 339, 0, 6944, 6946, 3, 554, 277, 0, 6945, 6947, 3, 744, 372, 0, 6946, 6945, 1, 0, 0, 0, 6946, 6947, 1, 0, 0, 0, 6947, 6966, 1, 0, 0, 0, 6948, 6966, 3, 708, 354, 0, 6949, 6950, 5, 2, 0, 0, 6950, 6951, 3, 666, 333, 0, 6951, 6952, 5, 6, 0, 0, 6952, 6953, 3, 722, 361, 0, 6953, 6954, 5, 3, 0, 0, 6954, 6966, 1, 0, 0, 0, 6955, 6956, 3, 706, 353, 0, 6956, 6957, 5, 125, 0, 0, 6957, 6958, 3, 706, 353, 0, 6958, 6966, 1, 0, 0, 0, 6959, 6966, 3, 772, 386, 0, 6960, 6961, 7, 29, 0, 0, 6961, 6966, 3, 674, 337, 5, 6962, 6963, 3, 716, 358, 0, 6963, 6964, 3, 674, 337, 2, 6964, 6966, 1, 0, 0, 0, 6965, 6877, 1, 0, 0, 0, 6965, 6880, 1, 0, 0, 0, 6965, 6885, 1, 0, 0, 0, 6965, 6887, 1, 0, 0, 0, 6965, 6889, 1, 0, 0, 0, 6965, 6890, 1, 0, 0, 0, 6965, 6891, 1, 0, 0, 0, 6965, 6892, 1, 0, 0, 0, 6965, 6893, 1, 0, 0, 0, 6965, 6906, 1, 0, 0, 0, 6965, 6909, 1, 0, 0, 0, 6965, 6919, 1, 0, 0, 0, 6965, 6920, 1, 0, 0, 0, 6965, 6921, 1, 0, 0, 0, 6965, 6922, 1, 0, 0, 0, 6965, 6923, 1, 0, 0, 0, 6965, 6928, 1, 0, 0, 0, 6965, 6943, 1, 0, 0, 0, 6965, 6944, 1, 0, 0, 0, 6965, 6948, 1, 0, 0, 0, 6965, 6949, 1, 0, 0, 0, 6965, 6955, 1, 0, 0, 0, 6965, 6959, 1, 0, 0, 0, 6965, 6960, 1, 0, 0, 0, 6965, 6962, 1, 0, 0, 0, 6966, 6994, 1, 0, 0, 0, 6967, 6968, 10, 3, 0, 0, 6968, 6969, 3, 714, 357, 0, 6969, 6970, 3, 674, 337, 4, 6970, 6993, 1, 0, 0, 0, 6971, 6972, 10, 6, 0, 0, 6972, 6973, 5, 26, 0, 0, 6973, 6993, 3, 644, 322, 0, 6974, 6975, 10, 4, 0, 0, 6975, 6977, 3, 716, 358, 0, 6976, 6978, 3, 674, 337, 0, 6977, 6976, 1, 0, 0, 0, 6977, 6978, 1, 0, 0, 0, 6978, 6993, 1, 0, 0, 0, 6979, 6980, 10, 1, 0, 0, 6980, 6982, 5, 116, 0, 0, 6981, 6983, 5, 77, 0, 0, 6982, 6981, 1, 0, 0, 0, 6982, 6983, 1, 0, 0, 0, 6983, 6990, 1, 0, 0, 0, 6984, 6985, 5, 56, 0, 0, 6985, 6986, 5, 64, 0, 0, 6986, 6991, 3, 674, 337, 0, 6987, 6988, 5, 275, 0, 0, 6988, 6991, 3, 520, 260, 0, 6989, 6991, 5, 188, 0, 0, 6990, 6984, 1, 0, 0, 0, 6990, 6987, 1, 0, 0, 0, 6990, 6989, 1, 0, 0, 0, 6991, 6993, 1, 0, 0, 0, 6992, 6967, 1, 0, 0, 0, 6992, 6971, 1, 0, 0, 0, 6992, 6974, 1, 0, 0, 0, 6992, 6979, 1, 0, 0, 0, 6993, 6996, 1, 0, 0, 0, 6994, 6992, 1, 0, 0, 0, 6994, 6995, 1, 0, 0, 0, 6995, 675, 1, 0, 0, 0, 6996, 6994, 1, 0, 0, 0, 6997, 6998, 3, 798, 399, 0, 6998, 7019, 5, 2, 0, 0, 6999, 7003, 3, 728, 364, 0, 7000, 7001, 5, 6, 0, 0, 7001, 7002, 5, 101, 0, 0, 7002, 7004, 3, 730, 365, 0, 7003, 7000, 1, 0, 0, 0, 7003, 7004, 1, 0, 0, 0, 7004, 7006, 1, 0, 0, 0, 7005, 7007, 3, 578, 289, 0, 7006, 7005, 1, 0, 0, 0, 7006, 7007, 1, 0, 0, 0, 7007, 7020, 1, 0, 0, 0, 7008, 7009, 5, 101, 0, 0, 7009, 7011, 3, 730, 365, 0, 7010, 7012, 3, 578, 289, 0, 7011, 7010, 1, 0, 0, 0, 7011, 7012, 1, 0, 0, 0, 7012, 7020, 1, 0, 0, 0, 7013, 7014, 7, 80, 0, 0, 7014, 7016, 3, 728, 364, 0, 7015, 7017, 3, 578, 289, 0, 7016, 7015, 1, 0, 0, 0, 7016, 7017, 1, 0, 0, 0, 7017, 7020, 1, 0, 0, 0, 7018, 7020, 5, 9, 0, 0, 7019, 6999, 1, 0, 0, 0, 7019, 7008, 1, 0, 0, 0, 7019, 7013, 1, 0, 0, 0, 7019, 7018, 1, 0, 0, 0, 7019, 7020, 1, 0, 0, 0, 7020, 7021, 1, 0, 0, 0, 7021, 7022, 5, 3, 0, 0, 7022, 677, 1, 0, 0, 0, 7023, 7030, 3, 676, 338, 0, 7024, 7025, 5, 479, 0, 0, 7025, 7026, 5, 66, 0, 0, 7026, 7027, 5, 2, 0, 0, 7027, 7028, 3, 578, 289, 0, 7028, 7029, 5, 3, 0, 0, 7029, 7031, 1, 0, 0, 0, 7030, 7024, 1, 0, 0, 0, 7030, 7031, 1, 0, 0, 0, 7031, 7038, 1, 0, 0, 0, 7032, 7033, 5, 480, 0, 0, 7033, 7034, 5, 2, 0, 0, 7034, 7035, 5, 103, 0, 0, 7035, 7036, 3, 666, 333, 0, 7036, 7037, 5, 3, 0, 0, 7037, 7039, 1, 0, 0, 0, 7038, 7032, 1, 0, 0, 0, 7038, 7039, 1, 0, 0, 0, 7039, 7045, 1, 0, 0, 0, 7040, 7043, 5, 124, 0, 0, 7041, 7044, 3, 700, 350, 0, 7042, 7044, 3, 810, 405, 0, 7043, 7041, 1, 0, 0, 0, 7043, 7042, 1, 0, 0, 0, 7044, 7046, 1, 0, 0, 0, 7045, 7040, 1, 0, 0, 0, 7045, 7046, 1, 0, 0, 0, 7046, 7049, 1, 0, 0, 0, 7047, 7049, 3, 682, 341, 0, 7048, 7023, 1, 0, 0, 0, 7048, 7047, 1, 0, 0, 0, 7049, 679, 1, 0, 0, 0, 7050, 7053, 3, 676, 338, 0, 7051, 7053, 3, 682, 341, 0, 7052, 7050, 1, 0, 0, 0, 7052, 7051, 1, 0, 0, 0, 7053, 681, 1, 0, 0, 0, 7054, 7055, 5, 108, 0, 0, 7055, 7056, 5, 62, 0, 0, 7056, 7057, 5, 2, 0, 0, 7057, 7058, 3, 666, 333, 0, 7058, 7059, 5, 3, 0, 0, 7059, 7229, 1, 0, 0, 0, 7060, 7229, 5, 48, 0, 0, 7061, 7063, 7, 95, 0, 0, 7062, 7064, 3, 652, 326, 0, 7063, 7062, 1, 0, 0, 0, 7063, 7064, 1, 0, 0, 0, 7064, 7229, 1, 0, 0, 0, 7065, 7229, 5, 49, 0, 0, 7066, 7229, 5, 52, 0, 0, 7067, 7229, 5, 89, 0, 0, 7068, 7229, 5, 99, 0, 0, 7069, 7229, 5, 47, 0, 0, 7070, 7229, 5, 111, 0, 0, 7071, 7072, 7, 96, 0, 0, 7072, 7073, 5, 2, 0, 0, 7073, 7074, 3, 666, 333, 0, 7074, 7075, 5, 36, 0, 0, 7075, 7076, 3, 644, 322, 0, 7076, 7077, 5, 3, 0, 0, 7077, 7229, 1, 0, 0, 0, 7078, 7079, 5, 397, 0, 0, 7079, 7084, 5, 2, 0, 0, 7080, 7081, 3, 734, 367, 0, 7081, 7082, 5, 64, 0, 0, 7082, 7083, 3, 666, 333, 0, 7083, 7085, 1, 0, 0, 0, 7084, 7080, 1, 0, 0, 0, 7084, 7085, 1, 0, 0, 0, 7085, 7086, 1, 0, 0, 0, 7086, 7229, 5, 3, 0, 0, 7087, 7088, 5, 489, 0, 0, 7088, 7089, 5, 2, 0, 0, 7089, 7092, 3, 666, 333, 0, 7090, 7091, 5, 6, 0, 0, 7091, 7093, 3, 736, 368, 0, 7092, 7090, 1, 0, 0, 0, 7092, 7093, 1, 0, 0, 0, 7093, 7094, 1, 0, 0, 0, 7094, 7095, 5, 3, 0, 0, 7095, 7229, 1, 0, 0, 0, 7096, 7097, 5, 410, 0, 0, 7097, 7098, 5, 2, 0, 0, 7098, 7099, 3, 666, 333, 0, 7099, 7100, 5, 84, 0, 0, 7100, 7101, 3, 666, 333, 0, 7101, 7102, 5, 64, 0, 0, 7102, 7105, 3, 666, 333, 0, 7103, 7104, 5, 62, 0, 0, 7104, 7106, 3, 666, 333, 0, 7105, 7103, 1, 0, 0, 0, 7105, 7106, 1, 0, 0, 0, 7106, 7107, 1, 0, 0, 0, 7107, 7108, 5, 3, 0, 0, 7108, 7229, 1, 0, 0, 0, 7109, 7110, 5, 411, 0, 0, 7110, 7115, 5, 2, 0, 0, 7111, 7112, 3, 674, 337, 0, 7112, 7113, 5, 68, 0, 0, 7113, 7114, 3, 674, 337, 0, 7114, 7116, 1, 0, 0, 0, 7115, 7111, 1, 0, 0, 0, 7115, 7116, 1, 0, 0, 0, 7116, 7117, 1, 0, 0, 0, 7117, 7229, 5, 3, 0, 0, 7118, 7119, 5, 417, 0, 0, 7119, 7121, 5, 2, 0, 0, 7120, 7122, 3, 738, 369, 0, 7121, 7120, 1, 0, 0, 0, 7121, 7122, 1, 0, 0, 0, 7122, 7123, 1, 0, 0, 0, 7123, 7229, 5, 3, 0, 0, 7124, 7125, 5, 421, 0, 0, 7125, 7127, 5, 2, 0, 0, 7126, 7128, 7, 97, 0, 0, 7127, 7126, 1, 0, 0, 0, 7127, 7128, 1, 0, 0, 0, 7128, 7133, 1, 0, 0, 0, 7129, 7131, 3, 666, 333, 0, 7130, 7129, 1, 0, 0, 0, 7130, 7131, 1, 0, 0, 0, 7131, 7132, 1, 0, 0, 0, 7132, 7134, 5, 64, 0, 0, 7133, 7130, 1, 0, 0, 0, 7133, 7134, 1, 0, 0, 0, 7134, 7135, 1, 0, 0, 0, 7135, 7136, 3, 722, 361, 0, 7136, 7137, 1, 0, 0, 0, 7137, 7138, 5, 3, 0, 0, 7138, 7229, 1, 0, 0, 0, 7139, 7140, 5, 408, 0, 0, 7140, 7141, 5, 2, 0, 0, 7141, 7142, 3, 666, 333, 0, 7142, 7143, 5, 6, 0, 0, 7143, 7144, 3, 666, 333, 0, 7144, 7145, 5, 3, 0, 0, 7145, 7229, 1, 0, 0, 0, 7146, 7147, 7, 98, 0, 0, 7147, 7229, 3, 526, 263, 0, 7148, 7149, 5, 426, 0, 0, 7149, 7150, 5, 2, 0, 0, 7150, 7151, 5, 266, 0, 0, 7151, 7161, 3, 816, 408, 0, 7152, 7159, 5, 6, 0, 0, 7153, 7154, 5, 424, 0, 0, 7154, 7155, 5, 2, 0, 0, 7155, 7156, 3, 684, 342, 0, 7156, 7157, 5, 3, 0, 0, 7157, 7160, 1, 0, 0, 0, 7158, 7160, 3, 722, 361, 0, 7159, 7153, 1, 0, 0, 0, 7159, 7158, 1, 0, 0, 0, 7160, 7162, 1, 0, 0, 0, 7161, 7152, 1, 0, 0, 0, 7161, 7162, 1, 0, 0, 0, 7162, 7163, 1, 0, 0, 0, 7163, 7164, 5, 3, 0, 0, 7164, 7229, 1, 0, 0, 0, 7165, 7166, 5, 427, 0, 0, 7166, 7167, 5, 2, 0, 0, 7167, 7168, 3, 674, 337, 0, 7168, 7169, 3, 690, 345, 0, 7169, 7170, 5, 3, 0, 0, 7170, 7229, 1, 0, 0, 0, 7171, 7172, 5, 428, 0, 0, 7172, 7173, 5, 2, 0, 0, 7173, 7174, 3, 684, 342, 0, 7174, 7175, 5, 3, 0, 0, 7175, 7229, 1, 0, 0, 0, 7176, 7177, 5, 429, 0, 0, 7177, 7178, 5, 2, 0, 0, 7178, 7179, 3, 688, 344, 0, 7179, 7182, 3, 666, 333, 0, 7180, 7181, 7, 99, 0, 0, 7181, 7183, 5, 378, 0, 0, 7182, 7180, 1, 0, 0, 0, 7182, 7183, 1, 0, 0, 0, 7183, 7184, 1, 0, 0, 0, 7184, 7185, 5, 3, 0, 0, 7185, 7229, 1, 0, 0, 0, 7186, 7187, 5, 430, 0, 0, 7187, 7188, 5, 2, 0, 0, 7188, 7189, 5, 266, 0, 0, 7189, 7192, 3, 816, 408, 0, 7190, 7191, 5, 6, 0, 0, 7191, 7193, 3, 666, 333, 0, 7192, 7190, 1, 0, 0, 0, 7192, 7193, 1, 0, 0, 0, 7193, 7194, 1, 0, 0, 0, 7194, 7195, 5, 3, 0, 0, 7195, 7229, 1, 0, 0, 0, 7196, 7197, 5, 431, 0, 0, 7197, 7198, 5, 2, 0, 0, 7198, 7199, 5, 383, 0, 0, 7199, 7200, 3, 666, 333, 0, 7200, 7201, 5, 6, 0, 0, 7201, 7205, 5, 375, 0, 0, 7202, 7203, 5, 269, 0, 0, 7203, 7206, 5, 450, 0, 0, 7204, 7206, 3, 666, 333, 0, 7205, 7202, 1, 0, 0, 0, 7205, 7204, 1, 0, 0, 0, 7206, 7216, 1, 0, 0, 0, 7207, 7208, 5, 6, 0, 0, 7208, 7214, 5, 339, 0, 0, 7209, 7211, 5, 269, 0, 0, 7210, 7209, 1, 0, 0, 0, 7210, 7211, 1, 0, 0, 0, 7211, 7212, 1, 0, 0, 0, 7212, 7215, 5, 450, 0, 0, 7213, 7215, 5, 385, 0, 0, 7214, 7210, 1, 0, 0, 0, 7214, 7213, 1, 0, 0, 0, 7215, 7217, 1, 0, 0, 0, 7216, 7207, 1, 0, 0, 0, 7216, 7217, 1, 0, 0, 0, 7217, 7218, 1, 0, 0, 0, 7218, 7219, 5, 3, 0, 0, 7219, 7229, 1, 0, 0, 0, 7220, 7221, 5, 432, 0, 0, 7221, 7222, 5, 2, 0, 0, 7222, 7223, 3, 688, 344, 0, 7223, 7224, 3, 666, 333, 0, 7224, 7225, 5, 36, 0, 0, 7225, 7226, 3, 646, 323, 0, 7226, 7227, 5, 3, 0, 0, 7227, 7229, 1, 0, 0, 0, 7228, 7054, 1, 0, 0, 0, 7228, 7060, 1, 0, 0, 0, 7228, 7061, 1, 0, 0, 0, 7228, 7065, 1, 0, 0, 0, 7228, 7066, 1, 0, 0, 0, 7228, 7067, 1, 0, 0, 0, 7228, 7068, 1, 0, 0, 0, 7228, 7069, 1, 0, 0, 0, 7228, 7070, 1, 0, 0, 0, 7228, 7071, 1, 0, 0, 0, 7228, 7078, 1, 0, 0, 0, 7228, 7087, 1, 0, 0, 0, 7228, 7096, 1, 0, 0, 0, 7228, 7109, 1, 0, 0, 0, 7228, 7118, 1, 0, 0, 0, 7228, 7124, 1, 0, 0, 0, 7228, 7139, 1, 0, 0, 0, 7228, 7146, 1, 0, 0, 0, 7228, 7148, 1, 0, 0, 0, 7228, 7165, 1, 0, 0, 0, 7228, 7171, 1, 0, 0, 0, 7228, 7176, 1, 0, 0, 0, 7228, 7186, 1, 0, 0, 0, 7228, 7196, 1, 0, 0, 0, 7228, 7220, 1, 0, 0, 0, 7229, 683, 1, 0, 0, 0, 7230, 7235, 3, 686, 343, 0, 7231, 7232, 5, 6, 0, 0, 7232, 7234, 3, 686, 343, 0, 7233, 7231, 1, 0, 0, 0, 7234, 7237, 1, 0, 0, 0, 7235, 7233, 1, 0, 0, 0, 7235, 7236, 1, 0, 0, 0, 7236, 685, 1, 0, 0, 0, 7237, 7235, 1, 0, 0, 0, 7238, 7241, 3, 666, 333, 0, 7239, 7240, 5, 36, 0, 0, 7240, 7242, 3, 816, 408, 0, 7241, 7239, 1, 0, 0, 0, 7241, 7242, 1, 0, 0, 0, 7242, 687, 1, 0, 0, 0, 7243, 7244, 7, 100, 0, 0, 7244, 689, 1, 0, 0, 0, 7245, 7247, 5, 286, 0, 0, 7246, 7248, 3, 692, 346, 0, 7247, 7246, 1, 0, 0, 0, 7247, 7248, 1, 0, 0, 0, 7248, 7249, 1, 0, 0, 0, 7249, 7251, 3, 674, 337, 0, 7250, 7252, 3, 692, 346, 0, 7251, 7250, 1, 0, 0, 0, 7251, 7252, 1, 0, 0, 0, 7252, 691, 1, 0, 0, 0, 7253, 7254, 5, 147, 0, 0, 7254, 7255, 7, 101, 0, 0, 7255, 693, 1, 0, 0, 0, 7256, 7257, 5, 104, 0, 0, 7257, 7262, 3, 696, 348, 0, 7258, 7259, 5, 6, 0, 0, 7259, 7261, 3, 696, 348, 0, 7260, 7258, 1, 0, 0, 0, 7261, 7264, 1, 0, 0, 0, 7262, 7260, 1, 0, 0, 0, 7262, 7263, 1, 0, 0, 0, 7263, 695, 1, 0, 0, 0, 7264, 7262, 1, 0, 0, 0, 7265, 7266, 3, 810, 405, 0, 7266, 7267, 5, 36, 0, 0, 7267, 7268, 3, 700, 350, 0, 7268, 697, 1, 0, 0, 0, 7269, 7272, 5, 124, 0, 0, 7270, 7273, 3, 700, 350, 0, 7271, 7273, 3, 810, 405, 0, 7272, 7270, 1, 0, 0, 0, 7272, 7271, 1, 0, 0, 0, 7273, 699, 1, 0, 0, 0, 7274, 7276, 5, 2, 0, 0, 7275, 7277, 3, 810, 405, 0, 7276, 7275, 1, 0, 0, 0, 7276, 7277, 1, 0, 0, 0, 7277, 7281, 1, 0, 0, 0, 7278, 7279, 5, 285, 0, 0, 7279, 7280, 5, 147, 0, 0, 7280, 7282, 3, 722, 361, 0, 7281, 7278, 1, 0, 0, 0, 7281, 7282, 1, 0, 0, 0, 7282, 7284, 1, 0, 0, 0, 7283, 7285, 3, 578, 289, 0, 7284, 7283, 1, 0, 0, 0, 7284, 7285, 1, 0, 0, 0, 7285, 7287, 1, 0, 0, 0, 7286, 7288, 3, 702, 351, 0, 7287, 7286, 1, 0, 0, 0, 7287, 7288, 1, 0, 0, 0, 7288, 7289, 1, 0, 0, 0, 7289, 7290, 5, 3, 0, 0, 7290, 701, 1, 0, 0, 0, 7291, 7296, 7, 102, 0, 0, 7292, 7293, 5, 387, 0, 0, 7293, 7294, 3, 704, 352, 0, 7294, 7295, 5, 33, 0, 0, 7295, 7297, 1, 0, 0, 0, 7296, 7292, 1, 0, 0, 0, 7296, 7297, 1, 0, 0, 0, 7297, 7298, 1, 0, 0, 0, 7298, 7299, 3, 704, 352, 0, 7299, 7309, 1, 0, 0, 0, 7300, 7307, 5, 199, 0, 0, 7301, 7302, 5, 434, 0, 0, 7302, 7308, 5, 414, 0, 0, 7303, 7308, 5, 66, 0, 0, 7304, 7308, 5, 467, 0, 0, 7305, 7306, 5, 269, 0, 0, 7306, 7308, 5, 482, 0, 0, 7307, 7301, 1, 0, 0, 0, 7307, 7303, 1, 0, 0, 0, 7307, 7304, 1, 0, 0, 0, 7307, 7305, 1, 0, 0, 0, 7308, 7310, 1, 0, 0, 0, 7309, 7300, 1, 0, 0, 0, 7309, 7310, 1, 0, 0, 0, 7310, 703, 1, 0, 0, 0, 7311, 7314, 5, 362, 0, 0, 7312, 7314, 3, 666, 333, 0, 7313, 7311, 1, 0, 0, 0, 7313, 7312, 1, 0, 0, 0, 7314, 7315, 1, 0, 0, 0, 7315, 7319, 7, 103, 0, 0, 7316, 7317, 5, 434, 0, 0, 7317, 7319, 5, 414, 0, 0, 7318, 7313, 1, 0, 0, 0, 7318, 7316, 1, 0, 0, 0, 7319, 705, 1, 0, 0, 0, 7320, 7328, 3, 708, 354, 0, 7321, 7322, 5, 2, 0, 0, 7322, 7323, 3, 722, 361, 0, 7323, 7324, 5, 6, 0, 0, 7324, 7325, 3, 666, 333, 0, 7325, 7326, 5, 3, 0, 0, 7326, 7328, 1, 0, 0, 0, 7327, 7320, 1, 0, 0, 0, 7327, 7321, 1, 0, 0, 0, 7328, 707, 1, 0, 0, 0, 7329, 7330, 5, 414, 0, 0, 7330, 7332, 5, 2, 0, 0, 7331, 7333, 3, 722, 361, 0, 7332, 7331, 1, 0, 0, 0, 7332, 7333, 1, 0, 0, 0, 7333, 7334, 1, 0, 0, 0, 7334, 7335, 5, 3, 0, 0, 7335, 709, 1, 0, 0, 0, 7336, 7337, 7, 104, 0, 0, 7337, 711, 1, 0, 0, 0, 7338, 7341, 5, 29, 0, 0, 7339, 7341, 3, 714, 357, 0, 7340, 7338, 1, 0, 0, 0, 7340, 7339, 1, 0, 0, 0, 7341, 713, 1, 0, 0, 0, 7342, 7343, 7, 105, 0, 0, 7343, 715, 1, 0, 0, 0, 7344, 7351, 5, 29, 0, 0, 7345, 7346, 5, 278, 0, 0, 7346, 7347, 5, 2, 0, 0, 7347, 7348, 3, 406, 203, 0, 7348, 7349, 5, 3, 0, 0, 7349, 7351, 1, 0, 0, 0, 7350, 7344, 1, 0, 0, 0, 7350, 7345, 1, 0, 0, 0, 7351, 717, 1, 0, 0, 0, 7352, 7359, 3, 712, 356, 0, 7353, 7354, 5, 278, 0, 0, 7354, 7355, 5, 2, 0, 0, 7355, 7356, 3, 406, 203, 0, 7356, 7357, 5, 3, 0, 0, 7357, 7359, 1, 0, 0, 0, 7358, 7352, 1, 0, 0, 0, 7358, 7353, 1, 0, 0, 0, 7359, 719, 1, 0, 0, 0, 7360, 7366, 3, 718, 359, 0, 7361, 7363, 5, 77, 0, 0, 7362, 7361, 1, 0, 0, 0, 7362, 7363, 1, 0, 0, 0, 7363, 7364, 1, 0, 0, 0, 7364, 7366, 7, 106, 0, 0, 7365, 7360, 1, 0, 0, 0, 7365, 7362, 1, 0, 0, 0, 7366, 721, 1, 0, 0, 0, 7367, 7372, 3, 666, 333, 0, 7368, 7369, 5, 6, 0, 0, 7369, 7371, 3, 666, 333, 0, 7370, 7368, 1, 0, 0, 0, 7371, 7374, 1, 0, 0, 0, 7372, 7370, 1, 0, 0, 0, 7372, 7373, 1, 0, 0, 0, 7373, 723, 1, 0, 0, 0, 7374, 7372, 1, 0, 0, 0, 7375, 7376, 5, 2, 0, 0, 7376, 7377, 3, 666, 333, 0, 7377, 7378, 5, 3, 0, 0, 7378, 7381, 1, 0, 0, 0, 7379, 7381, 3, 792, 396, 0, 7380, 7375, 1, 0, 0, 0, 7380, 7379, 1, 0, 0, 0, 7381, 725, 1, 0, 0, 0, 7382, 7385, 3, 666, 333, 0, 7383, 7385, 3, 792, 396, 0, 7384, 7382, 1, 0, 0, 0, 7384, 7383, 1, 0, 0, 0, 7385, 727, 1, 0, 0, 0, 7386, 7391, 3, 730, 365, 0, 7387, 7388, 5, 6, 0, 0, 7388, 7390, 3, 730, 365, 0, 7389, 7387, 1, 0, 0, 0, 7390, 7393, 1, 0, 0, 0, 7391, 7389, 1, 0, 0, 0, 7391, 7392, 1, 0, 0, 0, 7392, 729, 1, 0, 0, 0, 7393, 7391, 1, 0, 0, 0, 7394, 7402, 3, 792, 396, 0, 7395, 7402, 3, 666, 333, 0, 7396, 7399, 3, 812, 406, 0, 7397, 7398, 7, 107, 0, 0, 7398, 7400, 3, 666, 333, 0, 7399, 7397, 1, 0, 0, 0, 7399, 7400, 1, 0, 0, 0, 7400, 7402, 1, 0, 0, 0, 7401, 7394, 1, 0, 0, 0, 7401, 7395, 1, 0, 0, 0, 7401, 7396, 1, 0, 0, 0, 7402, 731, 1, 0, 0, 0, 7403, 7413, 5, 4, 0, 0, 7404, 7414, 3, 722, 361, 0, 7405, 7410, 3, 732, 366, 0, 7406, 7407, 5, 6, 0, 0, 7407, 7409, 3, 732, 366, 0, 7408, 7406, 1, 0, 0, 0, 7409, 7412, 1, 0, 0, 0, 7410, 7408, 1, 0, 0, 0, 7410, 7411, 1, 0, 0, 0, 7411, 7414, 1, 0, 0, 0, 7412, 7410, 1, 0, 0, 0, 7413, 7404, 1, 0, 0, 0, 7413, 7405, 1, 0, 0, 0, 7413, 7414, 1, 0, 0, 0, 7414, 7415, 1, 0, 0, 0, 7415, 7416, 5, 5, 0, 0, 7416, 733, 1, 0, 0, 0, 7417, 7426, 3, 818, 409, 0, 7418, 7426, 5, 384, 0, 0, 7419, 7426, 5, 264, 0, 0, 7420, 7426, 5, 176, 0, 0, 7421, 7426, 5, 218, 0, 0, 7422, 7426, 5, 261, 0, 0, 7423, 7426, 5, 326, 0, 0, 7424, 7426, 3, 800, 400, 0, 7425, 7417, 1, 0, 0, 0, 7425, 7418, 1, 0, 0, 0, 7425, 7419, 1, 0, 0, 0, 7425, 7420, 1, 0, 0, 0, 7425, 7421, 1, 0, 0, 0, 7425, 7422, 1, 0, 0, 0, 7425, 7423, 1, 0, 0, 0, 7425, 7424, 1, 0, 0, 0, 7426, 735, 1, 0, 0, 0, 7427, 7428, 7, 108, 0, 0, 7428, 737, 1, 0, 0, 0, 7429, 7430, 3, 666, 333, 0, 7430, 7431, 5, 64, 0, 0, 7431, 7434, 3, 666, 333, 0, 7432, 7433, 5, 62, 0, 0, 7433, 7435, 3, 666, 333, 0, 7434, 7432, 1, 0, 0, 0, 7434, 7435, 1, 0, 0, 0, 7435, 7451, 1, 0, 0, 0, 7436, 7437, 3, 666, 333, 0, 7437, 7438, 5, 62, 0, 0, 7438, 7441, 3, 666, 333, 0, 7439, 7440, 5, 64, 0, 0, 7440, 7442, 3, 666, 333, 0, 7441, 7439, 1, 0, 0, 0, 7441, 7442, 1, 0, 0, 0, 7442, 7451, 1, 0, 0, 0, 7443, 7444, 3, 666, 333, 0, 7444, 7445, 5, 127, 0, 0, 7445, 7446, 3, 666, 333, 0, 7446, 7447, 5, 197, 0, 0, 7447, 7448, 3, 666, 333, 0, 7448, 7451, 1, 0, 0, 0, 7449, 7451, 3, 722, 361, 0, 7450, 7429, 1, 0, 0, 0, 7450, 7436, 1, 0, 0, 0, 7450, 7443, 1, 0, 0, 0, 7450, 7449, 1, 0, 0, 0, 7451, 739, 1, 0, 0, 0, 7452, 7453, 5, 102, 0, 0, 7453, 7454, 3, 666, 333, 0, 7454, 7455, 5, 93, 0, 0, 7455, 7456, 3, 666, 333, 0, 7456, 741, 1, 0, 0, 0, 7457, 7460, 5, 11, 0, 0, 7458, 7461, 3, 816, 408, 0, 7459, 7461, 5, 9, 0, 0, 7460, 7458, 1, 0, 0, 0, 7460, 7459, 1, 0, 0, 0, 7461, 7475, 1, 0, 0, 0, 7462, 7471, 5, 4, 0, 0, 7463, 7472, 3, 666, 333, 0, 7464, 7466, 3, 666, 333, 0, 7465, 7464, 1, 0, 0, 0, 7465, 7466, 1, 0, 0, 0, 7466, 7467, 1, 0, 0, 0, 7467, 7469, 5, 8, 0, 0, 7468, 7470, 3, 666, 333, 0, 7469, 7468, 1, 0, 0, 0, 7469, 7470, 1, 0, 0, 0, 7470, 7472, 1, 0, 0, 0, 7471, 7463, 1, 0, 0, 0, 7471, 7465, 1, 0, 0, 0, 7472, 7473, 1, 0, 0, 0, 7473, 7475, 5, 5, 0, 0, 7474, 7457, 1, 0, 0, 0, 7474, 7462, 1, 0, 0, 0, 7475, 743, 1, 0, 0, 0, 7476, 7478, 3, 742, 371, 0, 7477, 7476, 1, 0, 0, 0, 7478, 7479, 1, 0, 0, 0, 7479, 7477, 1, 0, 0, 0, 7479, 7480, 1, 0, 0, 0, 7480, 745, 1, 0, 0, 0, 7481, 7483, 3, 742, 371, 0, 7482, 7481, 1, 0, 0, 0, 7483, 7486, 1, 0, 0, 0, 7484, 7482, 1, 0, 0, 0, 7484, 7485, 1, 0, 0, 0, 7485, 747, 1, 0, 0, 0, 7486, 7484, 1, 0, 0, 0, 7487, 7492, 3, 750, 375, 0, 7488, 7489, 5, 6, 0, 0, 7489, 7491, 3, 750, 375, 0, 7490, 7488, 1, 0, 0, 0, 7491, 7494, 1, 0, 0, 0, 7492, 7490, 1, 0, 0, 0, 7492, 7493, 1, 0, 0, 0, 7493, 749, 1, 0, 0, 0, 7494, 7492, 1, 0, 0, 0, 7495, 7500, 3, 726, 363, 0, 7496, 7497, 5, 36, 0, 0, 7497, 7501, 3, 816, 408, 0, 7498, 7501, 3, 818, 409, 0, 7499, 7501, 1, 0, 0, 0, 7500, 7496, 1, 0, 0, 0, 7500, 7498, 1, 0, 0, 0, 7500, 7499, 1, 0, 0, 0, 7501, 7504, 1, 0, 0, 0, 7502, 7504, 5, 9, 0, 0, 7503, 7495, 1, 0, 0, 0, 7503, 7502, 1, 0, 0, 0, 7504, 751, 1, 0, 0, 0, 7505, 7510, 3, 772, 386, 0, 7506, 7507, 5, 6, 0, 0, 7507, 7509, 3, 772, 386, 0, 7508, 7506, 1, 0, 0, 0, 7509, 7512, 1, 0, 0, 0, 7510, 7508, 1, 0, 0, 0, 7510, 7511, 1, 0, 0, 0, 7511, 753, 1, 0, 0, 0, 7512, 7510, 1, 0, 0, 0, 7513, 7518, 3, 766, 383, 0, 7514, 7515, 5, 6, 0, 0, 7515, 7517, 3, 766, 383, 0, 7516, 7514, 1, 0, 0, 0, 7517, 7520, 1, 0, 0, 0, 7518, 7516, 1, 0, 0, 0, 7518, 7519, 1, 0, 0, 0, 7519, 755, 1, 0, 0, 0, 7520, 7518, 1, 0, 0, 0, 7521, 7526, 3, 782, 391, 0, 7522, 7523, 5, 6, 0, 0, 7523, 7525, 3, 782, 391, 0, 7524, 7522, 1, 0, 0, 0, 7525, 7528, 1, 0, 0, 0, 7526, 7524, 1, 0, 0, 0, 7526, 7527, 1, 0, 0, 0, 7527, 757, 1, 0, 0, 0, 7528, 7526, 1, 0, 0, 0, 7529, 7534, 3, 780, 390, 0, 7530, 7531, 5, 6, 0, 0, 7531, 7533, 3, 780, 390, 0, 7532, 7530, 1, 0, 0, 0, 7533, 7536, 1, 0, 0, 0, 7534, 7532, 1, 0, 0, 0, 7534, 7535, 1, 0, 0, 0, 7535, 759, 1, 0, 0, 0, 7536, 7534, 1, 0, 0, 0, 7537, 7538, 3, 772, 386, 0, 7538, 761, 1, 0, 0, 0, 7539, 7540, 3, 772, 386, 0, 7540, 763, 1, 0, 0, 0, 7541, 7542, 3, 772, 386, 0, 7542, 765, 1, 0, 0, 0, 7543, 7544, 3, 772, 386, 0, 7544, 767, 1, 0, 0, 0, 7545, 7546, 3, 772, 386, 0, 7546, 769, 1, 0, 0, 0, 7547, 7548, 3, 308, 154, 0, 7548, 771, 1, 0, 0, 0, 7549, 7551, 3, 810, 405, 0, 7550, 7552, 3, 744, 372, 0, 7551, 7550, 1, 0, 0, 0, 7551, 7552, 1, 0, 0, 0, 7552, 773, 1, 0, 0, 0, 7553, 7558, 3, 762, 381, 0, 7554, 7555, 5, 6, 0, 0, 7555, 7557, 3, 762, 381, 0, 7556, 7554, 1, 0, 0, 0, 7557, 7560, 1, 0, 0, 0, 7558, 7556, 1, 0, 0, 0, 7558, 7559, 1, 0, 0, 0, 7559, 775, 1, 0, 0, 0, 7560, 7558, 1, 0, 0, 0, 7561, 7566, 3, 810, 405, 0, 7562, 7563, 5, 6, 0, 0, 7563, 7565, 3, 810, 405, 0, 7564, 7562, 1, 0, 0, 0, 7565, 7568, 1, 0, 0, 0, 7566, 7564, 1, 0, 0, 0, 7566, 7567, 1, 0, 0, 0, 7567, 777, 1, 0, 0, 0, 7568, 7566, 1, 0, 0, 0, 7569, 7570, 3, 308, 154, 0, 7570, 779, 1, 0, 0, 0, 7571, 7572, 3, 308, 154, 0, 7572, 781, 1, 0, 0, 0, 7573, 7574, 3, 308, 154, 0, 7574, 783, 1, 0, 0, 0, 7575, 7576, 3, 810, 405, 0, 7576, 785, 1, 0, 0, 0, 7577, 7578, 3, 810, 405, 0, 7578, 787, 1, 0, 0, 0, 7579, 7584, 3, 812, 406, 0, 7580, 7581, 3, 810, 405, 0, 7581, 7582, 3, 744, 372, 0, 7582, 7584, 1, 0, 0, 0, 7583, 7579, 1, 0, 0, 0, 7583, 7580, 1, 0, 0, 0, 7584, 789, 1, 0, 0, 0, 7585, 7590, 3, 812, 406, 0, 7586, 7587, 3, 810, 405, 0, 7587, 7588, 3, 744, 372, 0, 7588, 7590, 1, 0, 0, 0, 7589, 7585, 1, 0, 0, 0, 7589, 7586, 1, 0, 0, 0, 7590, 791, 1, 0, 0, 0, 7591, 7592, 3, 810, 405, 0, 7592, 7593, 3, 746, 373, 0, 7593, 7596, 1, 0, 0, 0, 7594, 7596, 4, 396, 10, 0, 7595, 7591, 1, 0, 0, 0, 7595, 7594, 1, 0, 0, 0, 7596, 793, 1, 0, 0, 0, 7597, 7598, 3, 810, 405, 0, 7598, 795, 1, 0, 0, 0, 7599, 7604, 3, 812, 406, 0, 7600, 7601, 3, 810, 405, 0, 7601, 7602, 3, 744, 372, 0, 7602, 7604, 1, 0, 0, 0, 7603, 7599, 1, 0, 0, 0, 7603, 7600, 1, 0, 0, 0, 7604, 797, 1, 0, 0, 0, 7605, 7610, 3, 812, 406, 0, 7606, 7607, 3, 810, 405, 0, 7607, 7608, 3, 744, 372, 0, 7608, 7610, 1, 0, 0, 0, 7609, 7605, 1, 0, 0, 0, 7609, 7606, 1, 0, 0, 0, 7610, 799, 1, 0, 0, 0, 7611, 7614, 3, 802, 401, 0, 7612, 7613, 5, 487, 0, 0, 7613, 7615, 3, 802, 401, 0, 7614, 7612, 1, 0, 0, 0, 7614, 7615, 1, 0, 0, 0, 7615, 801, 1, 0, 0, 0, 7616, 7628, 5, 558, 0, 0, 7617, 7628, 5, 560, 0, 0, 7618, 7622, 5, 562, 0, 0, 7619, 7621, 5, 588, 0, 0, 7620, 7619, 1, 0, 0, 0, 7621, 7624, 1, 0, 0, 0, 7622, 7620, 1, 0, 0, 0, 7622, 7623, 1, 0, 0, 0, 7623, 7625, 1, 0, 0, 0, 7624, 7622, 1, 0, 0, 0, 7625, 7628, 5, 589, 0, 0, 7626, 7628, 5, 584, 0, 0, 7627, 7616, 1, 0, 0, 0, 7627, 7617, 1, 0, 0, 0, 7627, 7618, 1, 0, 0, 0, 7627, 7626, 1, 0, 0, 0, 7628, 803, 1, 0, 0, 0, 7629, 7631, 7, 29, 0, 0, 7630, 7629, 1, 0, 0, 0, 7630, 7631, 1, 0, 0, 0, 7631, 7632, 1, 0, 0, 0, 7632, 7633, 5, 571, 0, 0, 7633, 805, 1, 0, 0, 0, 7634, 7640, 3, 814, 407, 0, 7635, 7640, 5, 52, 0, 0, 7636, 7640, 5, 49, 0, 0, 7637, 7640, 5, 89, 0, 0, 7638, 7640, 5, 524, 0, 0, 7639, 7634, 1, 0, 0, 0, 7639, 7635, 1, 0, 0, 0, 7639, 7636, 1, 0, 0, 0, 7639, 7637, 1, 0, 0, 0, 7639, 7638, 1, 0, 0, 0, 7640, 807, 1, 0, 0, 0, 7641, 7646, 3, 806, 403, 0, 7642, 7643, 5, 6, 0, 0, 7643, 7645, 3, 806, 403, 0, 7644, 7642, 1, 0, 0, 0, 7645, 7648, 1, 0, 0, 0, 7646, 7644, 1, 0, 0, 0, 7646, 7647, 1, 0, 0, 0, 7647, 809, 1, 0, 0, 0, 7648, 7646, 1, 0, 0, 0, 7649, 7652, 3, 818, 409, 0, 7650, 7652, 3, 822, 411, 0, 7651, 7649, 1, 0, 0, 0, 7651, 7650, 1, 0, 0, 0, 7652, 811, 1, 0, 0, 0, 7653, 7656, 3, 818, 409, 0, 7654, 7656, 3, 824, 412, 0, 7655, 7653, 1, 0, 0, 0, 7655, 7654, 1, 0, 0, 0, 7656, 813, 1, 0, 0, 0, 7657, 7661, 3, 818, 409, 0, 7658, 7661, 3, 822, 411, 0, 7659, 7661, 3, 824, 412, 0, 7660, 7657, 1, 0, 0, 0, 7660, 7658, 1, 0, 0, 0, 7660, 7659, 1, 0, 0, 0, 7661, 815, 1, 0, 0, 0, 7662, 7667, 3, 818, 409, 0, 7663, 7667, 3, 822, 411, 0, 7664, 7667, 3, 824, 412, 0, 7665, 7667, 3, 826, 413, 0, 7666, 7662, 1, 0, 0, 0, 7666, 7663, 1, 0, 0, 0, 7666, 7664, 1, 0, 0, 0, 7666, 7665, 1, 0, 0, 0, 7667, 817, 1, 0, 0, 0, 7668, 7671, 5, 549, 0, 0, 7669, 7670, 5, 487, 0, 0, 7670, 7672, 3, 802, 401, 0, 7671, 7669, 1, 0, 0, 0, 7671, 7672, 1, 0, 0, 0, 7672, 7680, 1, 0, 0, 0, 7673, 7680, 3, 800, 400, 0, 7674, 7680, 5, 550, 0, 0, 7675, 7680, 5, 554, 0, 0, 7676, 7680, 5, 574, 0, 0, 7677, 7680, 5, 575, 0, 0, 7678, 7680, 3, 820, 410, 0, 7679, 7668, 1, 0, 0, 0, 7679, 7673, 1, 0, 0, 0, 7679, 7674, 1, 0, 0, 0, 7679, 7675, 1, 0, 0, 0, 7679, 7676, 1, 0, 0, 0, 7679, 7677, 1, 0, 0, 0, 7679, 7678, 1, 0, 0, 0, 7680, 819, 1, 0, 0, 0, 7681, 7682, 7, 109, 0, 0, 7682, 821, 1, 0, 0, 0, 7683, 7735, 5, 387, 0, 0, 7684, 7735, 5, 388, 0, 0, 7685, 7735, 3, 654, 327, 0, 7686, 7735, 5, 390, 0, 0, 7687, 7735, 5, 391, 0, 0, 7688, 7735, 3, 656, 328, 0, 7689, 7735, 5, 393, 0, 0, 7690, 7735, 5, 394, 0, 0, 7691, 7735, 5, 395, 0, 0, 7692, 7735, 5, 396, 0, 0, 7693, 7735, 5, 397, 0, 0, 7694, 7735, 5, 398, 0, 0, 7695, 7735, 5, 399, 0, 0, 7696, 7735, 5, 470, 0, 0, 7697, 7735, 5, 400, 0, 0, 7698, 7735, 5, 401, 0, 0, 7699, 7735, 5, 402, 0, 0, 7700, 7735, 5, 403, 0, 0, 7701, 7735, 5, 404, 0, 0, 7702, 7735, 5, 405, 0, 0, 7703, 7735, 5, 406, 0, 0, 7704, 7735, 5, 407, 0, 0, 7705, 7735, 5, 489, 0, 0, 7706, 7735, 5, 408, 0, 0, 7707, 7735, 3, 650, 325, 0, 7708, 7735, 5, 453, 0, 0, 7709, 7735, 5, 410, 0, 0, 7710, 7735, 5, 411, 0, 0, 7711, 7735, 5, 412, 0, 0, 7712, 7735, 5, 413, 0, 0, 7713, 7735, 5, 414, 0, 0, 7714, 7735, 5, 415, 0, 0, 7715, 7735, 5, 416, 0, 0, 7716, 7735, 5, 417, 0, 0, 7717, 7735, 5, 418, 0, 0, 7718, 7735, 5, 419, 0, 0, 7719, 7735, 5, 420, 0, 0, 7720, 7735, 5, 421, 0, 0, 7721, 7735, 5, 422, 0, 0, 7722, 7735, 5, 423, 0, 0, 7723, 7735, 5, 424, 0, 0, 7724, 7735, 5, 425, 0, 0, 7725, 7735, 5, 426, 0, 0, 7726, 7735, 5, 427, 0, 0, 7727, 7735, 5, 428, 0, 0, 7728, 7735, 5, 476, 0, 0, 7729, 7735, 5, 429, 0, 0, 7730, 7735, 5, 430, 0, 0, 7731, 7735, 5, 431, 0, 0, 7732, 7735, 5, 432, 0, 0, 7733, 7735, 5, 474, 0, 0, 7734, 7683, 1, 0, 0, 0, 7734, 7684, 1, 0, 0, 0, 7734, 7685, 1, 0, 0, 0, 7734, 7686, 1, 0, 0, 0, 7734, 7687, 1, 0, 0, 0, 7734, 7688, 1, 0, 0, 0, 7734, 7689, 1, 0, 0, 0, 7734, 7690, 1, 0, 0, 0, 7734, 7691, 1, 0, 0, 0, 7734, 7692, 1, 0, 0, 0, 7734, 7693, 1, 0, 0, 0, 7734, 7694, 1, 0, 0, 0, 7734, 7695, 1, 0, 0, 0, 7734, 7696, 1, 0, 0, 0, 7734, 7697, 1, 0, 0, 0, 7734, 7698, 1, 0, 0, 0, 7734, 7699, 1, 0, 0, 0, 7734, 7700, 1, 0, 0, 0, 7734, 7701, 1, 0, 0, 0, 7734, 7702, 1, 0, 0, 0, 7734, 7703, 1, 0, 0, 0, 7734, 7704, 1, 0, 0, 0, 7734, 7705, 1, 0, 0, 0, 7734, 7706, 1, 0, 0, 0, 7734, 7707, 1, 0, 0, 0, 7734, 7708, 1, 0, 0, 0, 7734, 7709, 1, 0, 0, 0, 7734, 7710, 1, 0, 0, 0, 7734, 7711, 1, 0, 0, 0, 7734, 7712, 1, 0, 0, 0, 7734, 7713, 1, 0, 0, 0, 7734, 7714, 1, 0, 0, 0, 7734, 7715, 1, 0, 0, 0, 7734, 7716, 1, 0, 0, 0, 7734, 7717, 1, 0, 0, 0, 7734, 7718, 1, 0, 0, 0, 7734, 7719, 1, 0, 0, 0, 7734, 7720, 1, 0, 0, 0, 7734, 7721, 1, 0, 0, 0, 7734, 7722, 1, 0, 0, 0, 7734, 7723, 1, 0, 0, 0, 7734, 7724, 1, 0, 0, 0, 7734, 7725, 1, 0, 0, 0, 7734, 7726, 1, 0, 0, 0, 7734, 7727, 1, 0, 0, 0, 7734, 7728, 1, 0, 0, 0, 7734, 7729, 1, 0, 0, 0, 7734, 7730, 1, 0, 0, 0, 7734, 7731, 1, 0, 0, 0, 7734, 7732, 1, 0, 0, 0, 7734, 7733, 1, 0, 0, 0, 7735, 823, 1, 0, 0, 0, 7736, 7737, 7, 110, 0, 0, 7737, 825, 1, 0, 0, 0, 7738, 7739, 7, 111, 0, 0, 7739, 827, 1, 0, 0, 0, 7740, 7742, 3, 830, 415, 0, 7741, 7740, 1, 0, 0, 0, 7741, 7742, 1, 0, 0, 0, 7742, 7753, 1, 0, 0, 0, 7743, 7751, 5, 178, 0, 0, 7744, 7748, 3, 832, 416, 0, 7745, 7748, 5, 178, 0, 0, 7746, 7748, 3, 830, 415, 0, 7747, 7744, 1, 0, 0, 0, 7747, 7745, 1, 0, 0, 0, 7747, 7746, 1, 0, 0, 0, 7748, 7749, 1, 0, 0, 0, 7749, 7747, 1, 0, 0, 0, 7749, 7750, 1, 0, 0, 0, 7750, 7752, 1, 0, 0, 0, 7751, 7747, 1, 0, 0, 0, 7751, 7752, 1, 0, 0, 0, 7752, 7754, 1, 0, 0, 0, 7753, 7743, 1, 0, 0, 0, 7753, 7754, 1, 0, 0, 0, 7754, 7755, 1, 0, 0, 0, 7755, 7759, 5, 146, 0, 0, 7756, 7758, 3, 838, 419, 0, 7757, 7756, 1, 0, 0, 0, 7758, 7761, 1, 0, 0, 0, 7759, 7757, 1, 0, 0, 0, 7759, 7760, 1, 0, 0, 0, 7760, 7763, 1, 0, 0, 0, 7761, 7759, 1, 0, 0, 0, 7762, 7764, 3, 916, 458, 0, 7763, 7762, 1, 0, 0, 0, 7763, 7764, 1, 0, 0, 0, 7764, 7765, 1, 0, 0, 0, 7765, 7767, 5, 454, 0, 0, 7766, 7768, 3, 920, 460, 0, 7767, 7766, 1, 0, 0, 0, 7767, 7768, 1, 0, 0, 0, 7768, 829, 1, 0, 0, 0, 7769, 7770, 5, 18, 0, 0, 7770, 7771, 3, 920, 460, 0, 7771, 7772, 5, 19, 0, 0, 7772, 831, 1, 0, 0, 0, 7773, 7820, 3, 920, 460, 0, 7774, 7775, 5, 496, 0, 0, 7775, 7778, 5, 62, 0, 0, 7776, 7779, 5, 28, 0, 0, 7777, 7779, 3, 810, 405, 0, 7778, 7776, 1, 0, 0, 0, 7778, 7777, 1, 0, 0, 0, 7779, 7821, 1, 0, 0, 0, 7780, 7782, 5, 497, 0, 0, 7781, 7780, 1, 0, 0, 0, 7781, 7782, 1, 0, 0, 0, 7782, 7783, 1, 0, 0, 0, 7783, 7785, 3, 644, 322, 0, 7784, 7786, 3, 90, 45, 0, 7785, 7784, 1, 0, 0, 0, 7785, 7786, 1, 0, 0, 0, 7786, 7789, 1, 0, 0, 0, 7787, 7788, 5, 77, 0, 0, 7788, 7790, 5, 78, 0, 0, 7789, 7787, 1, 0, 0, 0, 7789, 7790, 1, 0, 0, 0, 7790, 7796, 1, 0, 0, 0, 7791, 7794, 3, 836, 418, 0, 7792, 7794, 5, 53, 0, 0, 7793, 7791, 1, 0, 0, 0, 7793, 7792, 1, 0, 0, 0, 7794, 7795, 1, 0, 0, 0, 7795, 7797, 3, 922, 461, 0, 7796, 7793, 1, 0, 0, 0, 7796, 7797, 1, 0, 0, 0, 7797, 7821, 1, 0, 0, 0, 7798, 7800, 5, 269, 0, 0, 7799, 7798, 1, 0, 0, 0, 7799, 7800, 1, 0, 0, 0, 7800, 7801, 1, 0, 0, 0, 7801, 7803, 5, 324, 0, 0, 7802, 7799, 1, 0, 0, 0, 7802, 7803, 1, 0, 0, 0, 7803, 7804, 1, 0, 0, 0, 7804, 7816, 5, 172, 0, 0, 7805, 7806, 5, 2, 0, 0, 7806, 7811, 3, 834, 417, 0, 7807, 7808, 5, 6, 0, 0, 7808, 7810, 3, 834, 417, 0, 7809, 7807, 1, 0, 0, 0, 7810, 7813, 1, 0, 0, 0, 7811, 7809, 1, 0, 0, 0, 7811, 7812, 1, 0, 0, 0, 7812, 7814, 1, 0, 0, 0, 7813, 7811, 1, 0, 0, 0, 7814, 7815, 5, 3, 0, 0, 7815, 7817, 1, 0, 0, 0, 7816, 7805, 1, 0, 0, 0, 7816, 7817, 1, 0, 0, 0, 7817, 7818, 1, 0, 0, 0, 7818, 7819, 7, 112, 0, 0, 7819, 7821, 3, 552, 276, 0, 7820, 7774, 1, 0, 0, 0, 7820, 7781, 1, 0, 0, 0, 7820, 7802, 1, 0, 0, 0, 7821, 7822, 1, 0, 0, 0, 7822, 7823, 5, 7, 0, 0, 7823, 833, 1, 0, 0, 0, 7824, 7825, 3, 920, 460, 0, 7825, 7826, 3, 644, 322, 0, 7826, 835, 1, 0, 0, 0, 7827, 7828, 7, 113, 0, 0, 7828, 837, 1, 0, 0, 0, 7829, 7830, 3, 828, 414, 0, 7830, 7831, 5, 7, 0, 0, 7831, 7854, 1, 0, 0, 0, 7832, 7854, 3, 866, 433, 0, 7833, 7854, 3, 868, 434, 0, 7834, 7854, 3, 844, 422, 0, 7835, 7854, 3, 852, 426, 0, 7836, 7854, 3, 856, 428, 0, 7837, 7854, 3, 858, 429, 0, 7838, 7854, 3, 862, 431, 0, 7839, 7854, 3, 864, 432, 0, 7840, 7854, 3, 872, 436, 0, 7841, 7854, 3, 876, 438, 0, 7842, 7854, 3, 878, 439, 0, 7843, 7854, 3, 840, 420, 0, 7844, 7854, 3, 842, 421, 0, 7845, 7854, 3, 846, 423, 0, 7846, 7854, 3, 882, 441, 0, 7847, 7854, 3, 886, 443, 0, 7848, 7854, 3, 890, 445, 0, 7849, 7854, 3, 906, 453, 0, 7850, 7854, 3, 908, 454, 0, 7851, 7854, 3, 910, 455, 0, 7852, 7854, 3, 912, 456, 0, 7853, 7829, 1, 0, 0, 0, 7853, 7832, 1, 0, 0, 0, 7853, 7833, 1, 0, 0, 0, 7853, 7834, 1, 0, 0, 0, 7853, 7835, 1, 0, 0, 0, 7853, 7836, 1, 0, 0, 0, 7853, 7837, 1, 0, 0, 0, 7853, 7838, 1, 0, 0, 0, 7853, 7839, 1, 0, 0, 0, 7853, 7840, 1, 0, 0, 0, 7853, 7841, 1, 0, 0, 0, 7853, 7842, 1, 0, 0, 0, 7853, 7843, 1, 0, 0, 0, 7853, 7844, 1, 0, 0, 0, 7853, 7845, 1, 0, 0, 0, 7853, 7846, 1, 0, 0, 0, 7853, 7847, 1, 0, 0, 0, 7853, 7848, 1, 0, 0, 0, 7853, 7849, 1, 0, 0, 0, 7853, 7850, 1, 0, 0, 0, 7853, 7851, 1, 0, 0, 0, 7853, 7852, 1, 0, 0, 0, 7854, 839, 1, 0, 0, 0, 7855, 7856, 5, 498, 0, 0, 7856, 7857, 3, 922, 461, 0, 7857, 7858, 5, 7, 0, 0, 7858, 841, 1, 0, 0, 0, 7859, 7860, 5, 433, 0, 0, 7860, 7867, 3, 920, 460, 0, 7861, 7863, 5, 2, 0, 0, 7862, 7864, 3, 722, 361, 0, 7863, 7862, 1, 0, 0, 0, 7863, 7864, 1, 0, 0, 0, 7864, 7865, 1, 0, 0, 0, 7865, 7866, 5, 3, 0, 0, 7866, 7868, 5, 7, 0, 0, 7867, 7861, 1, 0, 0, 0, 7867, 7868, 1, 0, 0, 0, 7868, 7879, 1, 0, 0, 0, 7869, 7870, 5, 57, 0, 0, 7870, 7871, 3, 920, 460, 0, 7871, 7873, 5, 2, 0, 0, 7872, 7874, 3, 722, 361, 0, 7873, 7872, 1, 0, 0, 0, 7873, 7874, 1, 0, 0, 0, 7874, 7875, 1, 0, 0, 0, 7875, 7876, 5, 3, 0, 0, 7876, 7877, 5, 7, 0, 0, 7877, 7879, 1, 0, 0, 0, 7878, 7859, 1, 0, 0, 0, 7878, 7869, 1, 0, 0, 0, 7879, 843, 1, 0, 0, 0, 7880, 7881, 3, 850, 425, 0, 7881, 7882, 3, 836, 418, 0, 7882, 7883, 3, 922, 461, 0, 7883, 7884, 5, 7, 0, 0, 7884, 845, 1, 0, 0, 0, 7885, 7887, 5, 499, 0, 0, 7886, 7888, 7, 114, 0, 0, 7887, 7886, 1, 0, 0, 0, 7887, 7888, 1, 0, 0, 0, 7888, 7889, 1, 0, 0, 0, 7889, 7890, 5, 500, 0, 0, 7890, 7895, 3, 848, 424, 0, 7891, 7892, 5, 6, 0, 0, 7892, 7894, 3, 848, 424, 0, 7893, 7891, 1, 0, 0, 0, 7894, 7897, 1, 0, 0, 0, 7895, 7893, 1, 0, 0, 0, 7895, 7896, 1, 0, 0, 0, 7896, 7898, 1, 0, 0, 0, 7897, 7895, 1, 0, 0, 0, 7898, 7899, 5, 7, 0, 0, 7899, 847, 1, 0, 0, 0, 7900, 7901, 3, 850, 425, 0, 7901, 7902, 3, 836, 418, 0, 7902, 7903, 3, 810, 405, 0, 7903, 849, 1, 0, 0, 0, 7904, 7907, 3, 308, 154, 0, 7905, 7907, 5, 28, 0, 0, 7906, 7904, 1, 0, 0, 0, 7906, 7905, 1, 0, 0, 0, 7907, 7914, 1, 0, 0, 0, 7908, 7909, 5, 4, 0, 0, 7909, 7910, 3, 666, 333, 0, 7910, 7911, 5, 5, 0, 0, 7911, 7913, 1, 0, 0, 0, 7912, 7908, 1, 0, 0, 0, 7913, 7916, 1, 0, 0, 0, 7914, 7912, 1, 0, 0, 0, 7914, 7915, 1, 0, 0, 0, 7915, 851, 1, 0, 0, 0, 7916, 7914, 1, 0, 0, 0, 7917, 7918, 5, 220, 0, 0, 7918, 7919, 3, 922, 461, 0, 7919, 7923, 5, 93, 0, 0, 7920, 7922, 3, 838, 419, 0, 7921, 7920, 1, 0, 0, 0, 7922, 7925, 1, 0, 0, 0, 7923, 7921, 1, 0, 0, 0, 7923, 7924, 1, 0, 0, 0, 7924, 7937, 1, 0, 0, 0, 7925, 7923, 1, 0, 0, 0, 7926, 7927, 5, 502, 0, 0, 7927, 7928, 3, 666, 333, 0, 7928, 7932, 5, 93, 0, 0, 7929, 7931, 3, 838, 419, 0, 7930, 7929, 1, 0, 0, 0, 7931, 7934, 1, 0, 0, 0, 7932, 7930, 1, 0, 0, 0, 7932, 7933, 1, 0, 0, 0, 7933, 7936, 1, 0, 0, 0, 7934, 7932, 1, 0, 0, 0, 7935, 7926, 1, 0, 0, 0, 7936, 7939, 1, 0, 0, 0, 7937, 7935, 1, 0, 0, 0, 7937, 7938, 1, 0, 0, 0, 7938, 7941, 1, 0, 0, 0, 7939, 7937, 1, 0, 0, 0, 7940, 7942, 3, 854, 427, 0, 7941, 7940, 1, 0, 0, 0, 7941, 7942, 1, 0, 0, 0, 7942, 7943, 1, 0, 0, 0, 7943, 7944, 5, 454, 0, 0, 7944, 7945, 5, 220, 0, 0, 7945, 7946, 5, 7, 0, 0, 7946, 853, 1, 0, 0, 0, 7947, 7951, 5, 58, 0, 0, 7948, 7950, 3, 838, 419, 0, 7949, 7948, 1, 0, 0, 0, 7950, 7953, 1, 0, 0, 0, 7951, 7949, 1, 0, 0, 0, 7951, 7952, 1, 0, 0, 0, 7952, 855, 1, 0, 0, 0, 7953, 7951, 1, 0, 0, 0, 7954, 7956, 5, 40, 0, 0, 7955, 7957, 3, 922, 461, 0, 7956, 7955, 1, 0, 0, 0, 7956, 7957, 1, 0, 0, 0, 7957, 7967, 1, 0, 0, 0, 7958, 7959, 5, 102, 0, 0, 7959, 7960, 3, 722, 361, 0, 7960, 7964, 5, 93, 0, 0, 7961, 7963, 3, 838, 419, 0, 7962, 7961, 1, 0, 0, 0, 7963, 7966, 1, 0, 0, 0, 7964, 7962, 1, 0, 0, 0, 7964, 7965, 1, 0, 0, 0, 7965, 7968, 1, 0, 0, 0, 7966, 7964, 1, 0, 0, 0, 7967, 7958, 1, 0, 0, 0, 7968, 7969, 1, 0, 0, 0, 7969, 7967, 1, 0, 0, 0, 7969, 7970, 1, 0, 0, 0, 7970, 7972, 1, 0, 0, 0, 7971, 7973, 3, 854, 427, 0, 7972, 7971, 1, 0, 0, 0, 7972, 7973, 1, 0, 0, 0, 7973, 7974, 1, 0, 0, 0, 7974, 7975, 5, 454, 0, 0, 7975, 7976, 5, 40, 0, 0, 7976, 7977, 5, 7, 0, 0, 7977, 857, 1, 0, 0, 0, 7978, 7980, 3, 830, 415, 0, 7979, 7978, 1, 0, 0, 0, 7979, 7980, 1, 0, 0, 0, 7980, 7985, 1, 0, 0, 0, 7981, 7982, 5, 503, 0, 0, 7982, 7986, 3, 666, 333, 0, 7983, 7984, 5, 62, 0, 0, 7984, 7986, 3, 860, 430, 0, 7985, 7981, 1, 0, 0, 0, 7985, 7983, 1, 0, 0, 0, 7985, 7986, 1, 0, 0, 0, 7986, 7987, 1, 0, 0, 0, 7987, 7988, 3, 874, 437, 0, 7988, 859, 1, 0, 0, 0, 7989, 7990, 3, 306, 153, 0, 7990, 8013, 5, 68, 0, 0, 7991, 7993, 3, 810, 405, 0, 7992, 7994, 3, 526, 263, 0, 7993, 7992, 1, 0, 0, 0, 7993, 7994, 1, 0, 0, 0, 7994, 8014, 1, 0, 0, 0, 7995, 8014, 3, 552, 276, 0, 7996, 8014, 3, 512, 256, 0, 7997, 7998, 5, 202, 0, 0, 7998, 8001, 3, 666, 333, 0, 7999, 8000, 5, 100, 0, 0, 8000, 8002, 3, 722, 361, 0, 8001, 7999, 1, 0, 0, 0, 8001, 8002, 1, 0, 0, 0, 8002, 8014, 1, 0, 0, 0, 8003, 8005, 5, 504, 0, 0, 8004, 8003, 1, 0, 0, 0, 8004, 8005, 1, 0, 0, 0, 8005, 8006, 1, 0, 0, 0, 8006, 8007, 3, 666, 333, 0, 8007, 8008, 5, 24, 0, 0, 8008, 8011, 3, 666, 333, 0, 8009, 8010, 5, 147, 0, 0, 8010, 8012, 3, 666, 333, 0, 8011, 8009, 1, 0, 0, 0, 8011, 8012, 1, 0, 0, 0, 8012, 8014, 1, 0, 0, 0, 8013, 7991, 1, 0, 0, 0, 8013, 7995, 1, 0, 0, 0, 8013, 7996, 1, 0, 0, 0, 8013, 7997, 1, 0, 0, 0, 8013, 8004, 1, 0, 0, 0, 8014, 861, 1, 0, 0, 0, 8015, 8017, 3, 830, 415, 0, 8016, 8015, 1, 0, 0, 0, 8016, 8017, 1, 0, 0, 0, 8017, 8018, 1, 0, 0, 0, 8018, 8019, 5, 505, 0, 0, 8019, 8022, 3, 306, 153, 0, 8020, 8021, 5, 506, 0, 0, 8021, 8023, 5, 571, 0, 0, 8022, 8020, 1, 0, 0, 0, 8022, 8023, 1, 0, 0, 0, 8023, 8024, 1, 0, 0, 0, 8024, 8025, 5, 68, 0, 0, 8025, 8026, 5, 35, 0, 0, 8026, 8027, 3, 666, 333, 0, 8027, 8028, 3, 874, 437, 0, 8028, 863, 1, 0, 0, 0, 8029, 8031, 7, 115, 0, 0, 8030, 8032, 3, 920, 460, 0, 8031, 8030, 1, 0, 0, 0, 8031, 8032, 1, 0, 0, 0, 8032, 8035, 1, 0, 0, 0, 8033, 8034, 5, 102, 0, 0, 8034, 8036, 3, 922, 461, 0, 8035, 8033, 1, 0, 0, 0, 8035, 8036, 1, 0, 0, 0, 8036, 8037, 1, 0, 0, 0, 8037, 8038, 5, 7, 0, 0, 8038, 865, 1, 0, 0, 0, 8039, 8054, 5, 508, 0, 0, 8040, 8041, 5, 268, 0, 0, 8041, 8055, 3, 922, 461, 0, 8042, 8049, 5, 509, 0, 0, 8043, 8044, 5, 202, 0, 0, 8044, 8045, 3, 666, 333, 0, 8045, 8046, 5, 100, 0, 0, 8046, 8047, 3, 722, 361, 0, 8047, 8050, 1, 0, 0, 0, 8048, 8050, 3, 552, 276, 0, 8049, 8043, 1, 0, 0, 0, 8049, 8048, 1, 0, 0, 0, 8050, 8055, 1, 0, 0, 0, 8051, 8053, 3, 922, 461, 0, 8052, 8051, 1, 0, 0, 0, 8052, 8053, 1, 0, 0, 0, 8053, 8055, 1, 0, 0, 0, 8054, 8040, 1, 0, 0, 0, 8054, 8042, 1, 0, 0, 0, 8054, 8052, 1, 0, 0, 0, 8055, 8056, 1, 0, 0, 0, 8056, 8057, 5, 7, 0, 0, 8057, 867, 1, 0, 0, 0, 8058, 8088, 5, 510, 0, 0, 8059, 8061, 7, 116, 0, 0, 8060, 8059, 1, 0, 0, 0, 8060, 8061, 1, 0, 0, 0, 8061, 8074, 1, 0, 0, 0, 8062, 8075, 3, 818, 409, 0, 8063, 8064, 5, 511, 0, 0, 8064, 8075, 3, 800, 400, 0, 8065, 8072, 3, 800, 400, 0, 8066, 8067, 5, 6, 0, 0, 8067, 8069, 3, 666, 333, 0, 8068, 8066, 1, 0, 0, 0, 8069, 8070, 1, 0, 0, 0, 8070, 8068, 1, 0, 0, 0, 8070, 8071, 1, 0, 0, 0, 8071, 8073, 1, 0, 0, 0, 8072, 8068, 1, 0, 0, 0, 8072, 8073, 1, 0, 0, 0, 8073, 8075, 1, 0, 0, 0, 8074, 8062, 1, 0, 0, 0, 8074, 8063, 1, 0, 0, 0, 8074, 8065, 1, 0, 0, 0, 8074, 8075, 1, 0, 0, 0, 8075, 8085, 1, 0, 0, 0, 8076, 8077, 5, 100, 0, 0, 8077, 8082, 3, 870, 435, 0, 8078, 8079, 5, 6, 0, 0, 8079, 8081, 3, 870, 435, 0, 8080, 8078, 1, 0, 0, 0, 8081, 8084, 1, 0, 0, 0, 8082, 8080, 1, 0, 0, 0, 8082, 8083, 1, 0, 0, 0, 8083, 8086, 1, 0, 0, 0, 8084, 8082, 1, 0, 0, 0, 8085, 8076, 1, 0, 0, 0, 8085, 8086, 1, 0, 0, 0, 8086, 8087, 1, 0, 0, 0, 8087, 8089, 5, 7, 0, 0, 8088, 8060, 1, 0, 0, 0, 8088, 8089, 1, 0, 0, 0, 8089, 869, 1, 0, 0, 0, 8090, 8091, 3, 818, 409, 0, 8091, 8092, 5, 10, 0, 0, 8092, 8093, 3, 666, 333, 0, 8093, 871, 1, 0, 0, 0, 8094, 8095, 5, 518, 0, 0, 8095, 8098, 3, 922, 461, 0, 8096, 8097, 5, 6, 0, 0, 8097, 8099, 3, 922, 461, 0, 8098, 8096, 1, 0, 0, 0, 8098, 8099, 1, 0, 0, 0, 8099, 8100, 1, 0, 0, 0, 8100, 8101, 5, 7, 0, 0, 8101, 873, 1, 0, 0, 0, 8102, 8106, 5, 519, 0, 0, 8103, 8105, 3, 838, 419, 0, 8104, 8103, 1, 0, 0, 0, 8105, 8108, 1, 0, 0, 0, 8106, 8104, 1, 0, 0, 0, 8106, 8107, 1, 0, 0, 0, 8107, 8109, 1, 0, 0, 0, 8108, 8106, 1, 0, 0, 0, 8109, 8110, 5, 454, 0, 0, 8110, 8112, 5, 519, 0, 0, 8111, 8113, 3, 920, 460, 0, 8112, 8111, 1, 0, 0, 0, 8112, 8113, 1, 0, 0, 0, 8113, 8114, 1, 0, 0, 0, 8114, 8115, 5, 7, 0, 0, 8115, 875, 1, 0, 0, 0, 8116, 8118, 3, 4, 2, 0, 8117, 8119, 3, 880, 440, 0, 8118, 8117, 1, 0, 0, 0, 8118, 8119, 1, 0, 0, 0, 8119, 8120, 1, 0, 0, 0, 8120, 8121, 5, 7, 0, 0, 8121, 877, 1, 0, 0, 0, 8122, 8123, 5, 202, 0, 0, 8123, 8139, 3, 666, 333, 0, 8124, 8126, 3, 880, 440, 0, 8125, 8124, 1, 0, 0, 0, 8125, 8126, 1, 0, 0, 0, 8126, 8129, 1, 0, 0, 0, 8127, 8128, 5, 100, 0, 0, 8128, 8130, 3, 722, 361, 0, 8129, 8127, 1, 0, 0, 0, 8129, 8130, 1, 0, 0, 0, 8130, 8140, 1, 0, 0, 0, 8131, 8132, 5, 100, 0, 0, 8132, 8134, 3, 722, 361, 0, 8133, 8131, 1, 0, 0, 0, 8133, 8134, 1, 0, 0, 0, 8134, 8136, 1, 0, 0, 0, 8135, 8137, 3, 880, 440, 0, 8136, 8135, 1, 0, 0, 0, 8136, 8137, 1, 0, 0, 0, 8137, 8140, 1, 0, 0, 0, 8138, 8140, 1, 0, 0, 0, 8139, 8125, 1, 0, 0, 0, 8139, 8133, 1, 0, 0, 0, 8139, 8138, 1, 0, 0, 0, 8140, 8141, 1, 0, 0, 0, 8141, 8142, 5, 7, 0, 0, 8142, 879, 1, 0, 0, 0, 8143, 8145, 5, 71, 0, 0, 8144, 8146, 5, 346, 0, 0, 8145, 8144, 1, 0, 0, 0, 8145, 8146, 1, 0, 0, 0, 8146, 8147, 1, 0, 0, 0, 8147, 8148, 3, 722, 361, 0, 8148, 881, 1, 0, 0, 0, 8149, 8181, 5, 520, 0, 0, 8150, 8155, 3, 914, 457, 0, 8151, 8153, 5, 269, 0, 0, 8152, 8151, 1, 0, 0, 0, 8152, 8153, 1, 0, 0, 0, 8153, 8154, 1, 0, 0, 0, 8154, 8156, 5, 324, 0, 0, 8155, 8152, 1, 0, 0, 0, 8155, 8156, 1, 0, 0, 0, 8156, 8157, 1, 0, 0, 0, 8157, 8165, 5, 62, 0, 0, 8158, 8166, 3, 552, 276, 0, 8159, 8160, 5, 202, 0, 0, 8160, 8163, 3, 922, 461, 0, 8161, 8162, 5, 100, 0, 0, 8162, 8164, 3, 722, 361, 0, 8163, 8161, 1, 0, 0, 0, 8163, 8164, 1, 0, 0, 0, 8164, 8166, 1, 0, 0, 0, 8165, 8158, 1, 0, 0, 0, 8165, 8159, 1, 0, 0, 0, 8166, 8182, 1, 0, 0, 0, 8167, 8179, 3, 810, 405, 0, 8168, 8169, 5, 2, 0, 0, 8169, 8174, 3, 884, 442, 0, 8170, 8171, 5, 6, 0, 0, 8171, 8173, 3, 884, 442, 0, 8172, 8170, 1, 0, 0, 0, 8173, 8176, 1, 0, 0, 0, 8174, 8172, 1, 0, 0, 0, 8174, 8175, 1, 0, 0, 0, 8175, 8177, 1, 0, 0, 0, 8176, 8174, 1, 0, 0, 0, 8177, 8178, 5, 3, 0, 0, 8178, 8180, 1, 0, 0, 0, 8179, 8168, 1, 0, 0, 0, 8179, 8180, 1, 0, 0, 0, 8180, 8182, 1, 0, 0, 0, 8181, 8150, 1, 0, 0, 0, 8181, 8167, 1, 0, 0, 0, 8182, 8183, 1, 0, 0, 0, 8183, 8184, 5, 7, 0, 0, 8184, 883, 1, 0, 0, 0, 8185, 8186, 3, 810, 405, 0, 8186, 8187, 5, 20, 0, 0, 8187, 8189, 1, 0, 0, 0, 8188, 8185, 1, 0, 0, 0, 8188, 8189, 1, 0, 0, 0, 8189, 8190, 1, 0, 0, 0, 8190, 8191, 3, 666, 333, 0, 8191, 885, 1, 0, 0, 0, 8192, 8194, 5, 61, 0, 0, 8193, 8195, 3, 888, 444, 0, 8194, 8193, 1, 0, 0, 0, 8194, 8195, 1, 0, 0, 0, 8195, 8197, 1, 0, 0, 0, 8196, 8198, 3, 324, 162, 0, 8197, 8196, 1, 0, 0, 0, 8197, 8198, 1, 0, 0, 0, 8198, 8199, 1, 0, 0, 0, 8199, 8200, 3, 914, 457, 0, 8200, 8201, 5, 71, 0, 0, 8201, 8202, 3, 722, 361, 0, 8202, 8203, 5, 7, 0, 0, 8203, 887, 1, 0, 0, 0, 8204, 8219, 5, 268, 0, 0, 8205, 8219, 5, 293, 0, 0, 8206, 8219, 5, 207, 0, 0, 8207, 8219, 5, 249, 0, 0, 8208, 8210, 7, 50, 0, 0, 8209, 8208, 1, 0, 0, 0, 8209, 8210, 1, 0, 0, 0, 8210, 8211, 1, 0, 0, 0, 8211, 8219, 3, 666, 333, 0, 8212, 8219, 5, 30, 0, 0, 8213, 8216, 7, 117, 0, 0, 8214, 8217, 3, 666, 333, 0, 8215, 8217, 5, 30, 0, 0, 8216, 8214, 1, 0, 0, 0, 8216, 8215, 1, 0, 0, 0, 8216, 8217, 1, 0, 0, 0, 8217, 8219, 1, 0, 0, 0, 8218, 8204, 1, 0, 0, 0, 8218, 8205, 1, 0, 0, 0, 8218, 8206, 1, 0, 0, 0, 8218, 8207, 1, 0, 0, 0, 8218, 8209, 1, 0, 0, 0, 8218, 8212, 1, 0, 0, 0, 8218, 8213, 1, 0, 0, 0, 8219, 889, 1, 0, 0, 0, 8220, 8222, 5, 265, 0, 0, 8221, 8223, 3, 888, 444, 0, 8222, 8221, 1, 0, 0, 0, 8222, 8223, 1, 0, 0, 0, 8223, 8224, 1, 0, 0, 0, 8224, 8225, 3, 914, 457, 0, 8225, 8226, 5, 7, 0, 0, 8226, 891, 1, 0, 0, 0, 8227, 8229, 3, 564, 282, 0, 8228, 8227, 1, 0, 0, 0, 8228, 8229, 1, 0, 0, 0, 8229, 8230, 1, 0, 0, 0, 8230, 8231, 5, 525, 0, 0, 8231, 8233, 5, 71, 0, 0, 8232, 8234, 5, 81, 0, 0, 8233, 8232, 1, 0, 0, 0, 8233, 8234, 1, 0, 0, 0, 8234, 8235, 1, 0, 0, 0, 8235, 8237, 3, 766, 383, 0, 8236, 8238, 5, 9, 0, 0, 8237, 8236, 1, 0, 0, 0, 8237, 8238, 1, 0, 0, 0, 8238, 8243, 1, 0, 0, 0, 8239, 8241, 5, 36, 0, 0, 8240, 8239, 1, 0, 0, 0, 8240, 8241, 1, 0, 0, 0, 8241, 8242, 1, 0, 0, 0, 8242, 8244, 3, 810, 405, 0, 8243, 8240, 1, 0, 0, 0, 8243, 8244, 1, 0, 0, 0, 8244, 8245, 1, 0, 0, 0, 8245, 8246, 5, 100, 0, 0, 8246, 8247, 3, 894, 447, 0, 8247, 8248, 5, 80, 0, 0, 8248, 8250, 3, 666, 333, 0, 8249, 8251, 3, 896, 448, 0, 8250, 8249, 1, 0, 0, 0, 8251, 8252, 1, 0, 0, 0, 8252, 8250, 1, 0, 0, 0, 8252, 8253, 1, 0, 0, 0, 8253, 893, 1, 0, 0, 0, 8254, 8256, 5, 81, 0, 0, 8255, 8254, 1, 0, 0, 0, 8255, 8256, 1, 0, 0, 0, 8256, 8257, 1, 0, 0, 0, 8257, 8259, 3, 766, 383, 0, 8258, 8260, 5, 9, 0, 0, 8259, 8258, 1, 0, 0, 0, 8259, 8260, 1, 0, 0, 0, 8260, 8266, 1, 0, 0, 0, 8261, 8264, 3, 556, 278, 0, 8262, 8264, 3, 600, 300, 0, 8263, 8261, 1, 0, 0, 0, 8263, 8262, 1, 0, 0, 0, 8264, 8266, 1, 0, 0, 0, 8265, 8255, 1, 0, 0, 0, 8265, 8263, 1, 0, 0, 0, 8266, 8271, 1, 0, 0, 0, 8267, 8269, 5, 36, 0, 0, 8268, 8267, 1, 0, 0, 0, 8268, 8269, 1, 0, 0, 0, 8269, 8270, 1, 0, 0, 0, 8270, 8272, 3, 810, 405, 0, 8271, 8268, 1, 0, 0, 0, 8271, 8272, 1, 0, 0, 0, 8272, 895, 1, 0, 0, 0, 8273, 8274, 5, 102, 0, 0, 8274, 8277, 5, 526, 0, 0, 8275, 8276, 5, 33, 0, 0, 8276, 8278, 3, 666, 333, 0, 8277, 8275, 1, 0, 0, 0, 8277, 8278, 1, 0, 0, 0, 8278, 8279, 1, 0, 0, 0, 8279, 8284, 5, 93, 0, 0, 8280, 8285, 3, 900, 450, 0, 8281, 8285, 5, 182, 0, 0, 8282, 8283, 5, 57, 0, 0, 8283, 8285, 5, 270, 0, 0, 8284, 8280, 1, 0, 0, 0, 8284, 8281, 1, 0, 0, 0, 8284, 8282, 1, 0, 0, 0, 8285, 8300, 1, 0, 0, 0, 8286, 8287, 5, 102, 0, 0, 8287, 8288, 5, 77, 0, 0, 8288, 8291, 5, 526, 0, 0, 8289, 8290, 5, 33, 0, 0, 8290, 8292, 3, 666, 333, 0, 8291, 8289, 1, 0, 0, 0, 8291, 8292, 1, 0, 0, 0, 8292, 8293, 1, 0, 0, 0, 8293, 8297, 5, 93, 0, 0, 8294, 8298, 3, 898, 449, 0, 8295, 8296, 5, 57, 0, 0, 8296, 8298, 5, 270, 0, 0, 8297, 8294, 1, 0, 0, 0, 8297, 8295, 1, 0, 0, 0, 8298, 8300, 1, 0, 0, 0, 8299, 8273, 1, 0, 0, 0, 8299, 8286, 1, 0, 0, 0, 8300, 897, 1, 0, 0, 0, 8301, 8303, 5, 241, 0, 0, 8302, 8304, 3, 136, 68, 0, 8303, 8302, 1, 0, 0, 0, 8303, 8304, 1, 0, 0, 0, 8304, 8308, 1, 0, 0, 0, 8305, 8306, 5, 463, 0, 0, 8306, 8307, 7, 76, 0, 0, 8307, 8309, 5, 450, 0, 0, 8308, 8305, 1, 0, 0, 0, 8308, 8309, 1, 0, 0, 0, 8309, 8310, 1, 0, 0, 0, 8310, 8311, 3, 902, 451, 0, 8311, 899, 1, 0, 0, 0, 8312, 8313, 5, 369, 0, 0, 8313, 8331, 5, 333, 0, 0, 8314, 8315, 3, 792, 396, 0, 8315, 8316, 5, 10, 0, 0, 8316, 8317, 3, 904, 452, 0, 8317, 8332, 1, 0, 0, 0, 8318, 8319, 3, 136, 68, 0, 8319, 8320, 5, 10, 0, 0, 8320, 8321, 5, 2, 0, 0, 8321, 8326, 3, 904, 452, 0, 8322, 8323, 5, 6, 0, 0, 8323, 8325, 3, 904, 452, 0, 8324, 8322, 1, 0, 0, 0, 8325, 8328, 1, 0, 0, 0, 8326, 8324, 1, 0, 0, 0, 8326, 8327, 1, 0, 0, 0, 8327, 8329, 1, 0, 0, 0, 8328, 8326, 1, 0, 0, 0, 8329, 8330, 5, 3, 0, 0, 8330, 8332, 1, 0, 0, 0, 8331, 8314, 1, 0, 0, 0, 8331, 8318, 1, 0, 0, 0, 8332, 8333, 1, 0, 0, 0, 8333, 8331, 1, 0, 0, 0, 8333, 8334, 1, 0, 0, 0, 8334, 901, 1, 0, 0, 0, 8335, 8336, 5, 422, 0, 0, 8336, 8337, 5, 2, 0, 0, 8337, 8342, 3, 904, 452, 0, 8338, 8339, 5, 6, 0, 0, 8339, 8341, 3, 904, 452, 0, 8340, 8338, 1, 0, 0, 0, 8341, 8344, 1, 0, 0, 0, 8342, 8340, 1, 0, 0, 0, 8342, 8343, 1, 0, 0, 0, 8343, 8345, 1, 0, 0, 0, 8344, 8342, 1, 0, 0, 0, 8345, 8346, 5, 3, 0, 0, 8346, 8350, 1, 0, 0, 0, 8347, 8348, 5, 53, 0, 0, 8348, 8350, 5, 422, 0, 0, 8349, 8335, 1, 0, 0, 0, 8349, 8347, 1, 0, 0, 0, 8350, 903, 1, 0, 0, 0, 8351, 8354, 3, 580, 290, 0, 8352, 8354, 5, 53, 0, 0, 8353, 8351, 1, 0, 0, 0, 8353, 8352, 1, 0, 0, 0, 8354, 905, 1, 0, 0, 0, 8355, 8356, 5, 157, 0, 0, 8356, 8357, 3, 914, 457, 0, 8357, 8358, 5, 7, 0, 0, 8358, 907, 1, 0, 0, 0, 8359, 8360, 5, 78, 0, 0, 8360, 8361, 5, 7, 0, 0, 8361, 909, 1, 0, 0, 0, 8362, 8368, 7, 67, 0, 0, 8363, 8365, 5, 33, 0, 0, 8364, 8366, 5, 269, 0, 0, 8365, 8364, 1, 0, 0, 0, 8365, 8366, 1, 0, 0, 0, 8366, 8367, 1, 0, 0, 0, 8367, 8369, 5, 153, 0, 0, 8368, 8363, 1, 0, 0, 0, 8368, 8369, 1, 0, 0, 0, 8369, 8370, 1, 0, 0, 0, 8370, 8371, 5, 7, 0, 0, 8371, 911, 1, 0, 0, 0, 8372, 8373, 5, 333, 0, 0, 8373, 8374, 3, 308, 154, 0, 8374, 8375, 5, 94, 0, 0, 8375, 8376, 5, 53, 0, 0, 8376, 8377, 5, 7, 0, 0, 8377, 8385, 1, 0, 0, 0, 8378, 8381, 5, 313, 0, 0, 8379, 8382, 3, 308, 154, 0, 8380, 8382, 5, 30, 0, 0, 8381, 8379, 1, 0, 0, 0, 8381, 8380, 1, 0, 0, 0, 8382, 8383, 1, 0, 0, 0, 8383, 8385, 5, 7, 0, 0, 8384, 8372, 1, 0, 0, 0, 8384, 8378, 1, 0, 0, 0, 8385, 913, 1, 0, 0, 0, 8386, 8389, 3, 810, 405, 0, 8387, 8389, 5, 28, 0, 0, 8388, 8386, 1, 0, 0, 0, 8388, 8387, 1, 0, 0, 0, 8389, 915, 1, 0, 0, 0, 8390, 8407, 5, 517, 0, 0, 8391, 8392, 5, 102, 0, 0, 8392, 8397, 3, 918, 459, 0, 8393, 8394, 5, 82, 0, 0, 8394, 8396, 3, 918, 459, 0, 8395, 8393, 1, 0, 0, 0, 8396, 8399, 1, 0, 0, 0, 8397, 8395, 1, 0, 0, 0, 8397, 8398, 1, 0, 0, 0, 8398, 8400, 1, 0, 0, 0, 8399, 8397, 1, 0, 0, 0, 8400, 8404, 5, 93, 0, 0, 8401, 8403, 3, 838, 419, 0, 8402, 8401, 1, 0, 0, 0, 8403, 8406, 1, 0, 0, 0, 8404, 8402, 1, 0, 0, 0, 8404, 8405, 1, 0, 0, 0, 8405, 8408, 1, 0, 0, 0, 8406, 8404, 1, 0, 0, 0, 8407, 8391, 1, 0, 0, 0, 8408, 8409, 1, 0, 0, 0, 8409, 8407, 1, 0, 0, 0, 8409, 8410, 1, 0, 0, 0, 8410, 917, 1, 0, 0, 0, 8411, 8415, 3, 920, 460, 0, 8412, 8413, 5, 511, 0, 0, 8413, 8415, 3, 800, 400, 0, 8414, 8411, 1, 0, 0, 0, 8414, 8412, 1, 0, 0, 0, 8415, 919, 1, 0, 0, 0, 8416, 8419, 3, 810, 405, 0, 8417, 8419, 3, 820, 410, 0, 8418, 8416, 1, 0, 0, 0, 8418, 8417, 1, 0, 0, 0, 8419, 921, 1, 0, 0, 0, 8420, 8422, 3, 748, 374, 0, 8421, 8420, 1, 0, 0, 0, 8421, 8422, 1, 0, 0, 0, 8422, 8424, 1, 0, 0, 0, 8423, 8425, 3, 572, 286, 0, 8424, 8423, 1, 0, 0, 0, 8424, 8425, 1, 0, 0, 0, 8425, 8427, 1, 0, 0, 0, 8426, 8428, 3, 602, 301, 0, 8427, 8426, 1, 0, 0, 0, 8427, 8428, 1, 0, 0, 0, 8428, 8430, 1, 0, 0, 0, 8429, 8431, 3, 630, 315, 0, 8430, 8429, 1, 0, 0, 0, 8430, 8431, 1, 0, 0, 0, 8431, 8433, 1, 0, 0, 0, 8432, 8434, 3, 592, 296, 0, 8433, 8432, 1, 0, 0, 0, 8433, 8434, 1, 0, 0, 0, 8434, 8437, 1, 0, 0, 0, 8435, 8436, 5, 67, 0, 0, 8436, 8438, 3, 666, 333, 0, 8437, 8435, 1, 0, 0, 0, 8437, 8438, 1, 0, 0, 0, 8438, 8440, 1, 0, 0, 0, 8439, 8441, 3, 694, 347, 0, 8440, 8439, 1, 0, 0, 0, 8440, 8441, 1, 0, 0, 0, 8441, 923, 1, 0, 0, 0, 1183, 927, 934, 1054, 1056, 1065, 1070, 1076, 1111, 1121, 1127, 1132, 1139, 1144, 1151, 1162, 1170, 1174, 1186, 1192, 1198, 1202, 1207, 1211, 1224, 1234, 1236, 1242, 1247, 1260, 1263, 1268, 1273, 1284, 1288, 1300, 1304, 1307, 1311, 1323, 1341, 1348, 1356, 1361, 1368, 1376, 1382, 1390, 1398, 1402, 1416, 1421, 1426, 1438, 1444, 1456, 1461, 1471, 1477, 1482, 1491, 1498, 1503, 1508, 1518, 1523, 1528, 1535, 1539, 1553, 1559, 1565, 1570, 1577, 1586, 1595, 1604, 1613, 1617, 1629, 1637, 1647, 1667, 1672, 1675, 1682, 1685, 1689, 1693, 1696, 1701, 1706, 1710, 1719, 1725, 1729, 1738, 1741, 1747, 1756, 1768, 1772, 1776, 1781, 1784, 1790, 1792, 1794, 1798, 1804, 1808, 1813, 1818, 1822, 1825, 1832, 1845, 1858, 1883, 1893, 1900, 1905, 1909, 1916, 1921, 1924, 1926, 1931, 1935, 1939, 1943, 1948, 1951, 1955, 1958, 1962, 1970, 1975, 1978, 1982, 1988, 1997, 2001, 2007, 2009, 2018, 2023, 2035, 2040, 2044, 2048, 2053, 2057, 2060, 2063, 2066, 2069, 2072, 2077, 2080, 2083, 2086, 2089, 2092, 2098, 2102, 2105, 2108, 2111, 2114, 2116, 2123, 2131, 2141, 2146, 2156, 2159, 2164, 2169, 2174, 2177, 2182, 2191, 2193, 2197, 2200, 2204, 2209, 2214, 2218, 2221, 2225, 2228, 2233, 2236, 2241, 2244, 2248, 2251, 2254, 2259, 2262, 2270, 2282, 2286, 2293, 2298, 2301, 2304, 2307, 2312, 2323, 2329, 2333, 2336, 2339, 2344, 2351, 2354, 2358, 2366, 2371, 2374, 2377, 2384, 2389, 2398, 2401, 2404, 2409, 2412, 2424, 2434, 2451, 2455, 2459, 2461, 2478, 2480, 2496, 2507, 2510, 2513, 2522, 2531, 2547, 2550, 2553, 2561, 2565, 2572, 2581, 2585, 2591, 2595, 2598, 2601, 2604, 2607, 2613, 2617, 2622, 2626, 2629, 2632, 2635, 2640, 2646, 2650, 2654, 2658, 2664, 2666, 2671, 2677, 2683, 2687, 2702, 2707, 2710, 2712, 2715, 2719, 2723, 2726, 2729, 2737, 2743, 2745, 2751, 2756, 2761, 2765, 2772, 2774, 2785, 2824, 2834, 2836, 2839, 2843, 2847, 2857, 2859, 2865, 2867, 2876, 2888, 2902, 2907, 2910, 2917, 2922, 2930, 2932, 2938, 2943, 2947, 2952, 2958, 2965, 2971, 2973, 2982, 2988, 2996, 3002, 3007, 3012, 3020, 3035, 3037, 3041, 3045, 3048, 3051, 3060, 3063, 3066, 3072, 3078, 3082, 3094, 3100, 3103, 3108, 3112, 3119, 3129, 3131, 3155, 3167, 3172, 3174, 3178, 3181, 3184, 3194, 3197, 3207, 3212, 3217, 3220, 3223, 3231, 3237, 3244, 3252, 3255, 3266, 3270, 3276, 3283, 3286, 3295, 3309, 3312, 3326, 3337, 3340, 3352, 3357, 3370, 3375, 3388, 3397, 3400, 3403, 3410, 3413, 3425, 3431, 3433, 3441, 3449, 3457, 3469, 3474, 3485, 3496, 3504, 3512, 3519, 3526, 3528, 3531, 3536, 3541, 3560, 3569, 3572, 3599, 3608, 3611, 3615, 3619, 3623, 3630, 3634, 3638, 3642, 3646, 3651, 3655, 3660, 3666, 3671, 3678, 3682, 3688, 3692, 3697, 3705, 3711, 3716, 3723, 3728, 3732, 3737, 3743, 3750, 3755, 3762, 3767, 3774, 3778, 3786, 3790, 3792, 3795, 3800, 3810, 3825, 3828, 3836, 3843, 3848, 3854, 3858, 3865, 3870, 3873, 3876, 3880, 3889, 3907, 3910, 3942, 3947, 3953, 3973, 3978, 3984, 3987, 3991, 3995, 4001, 4004, 4008, 4012, 4017, 4020, 4023, 4026, 4039, 4045, 4053, 4060, 4065, 4068, 4075, 4078, 4086, 4089, 4094, 4101, 4104, 4124, 4136, 4139, 4145, 4150, 4159, 4167, 4172, 4178, 4185, 4193, 4196, 4207, 4209, 4223, 4229, 4237, 4239, 4245, 4249, 4252, 4255, 4260, 4265, 4269, 4272, 4275, 4278, 4281, 4289, 4300, 4303, 4306, 4311, 4314, 4318, 4322, 4328, 4336, 4339, 4352, 4357, 4359, 4364, 4371, 4378, 4387, 4395, 4403, 4410, 4418, 4425, 4433, 4437, 4441, 4443, 4449, 4454, 4458, 4465, 4470, 4475, 4480, 4482, 4492, 4502, 4518, 4536, 4548, 4555, 4570, 4575, 4578, 4583, 4588, 4593, 4596, 4599, 4604, 4611, 4615, 4620, 4627, 4631, 4637, 4646, 4655, 4667, 4669, 4682, 4688, 4692, 4694, 4701, 4714, 4721, 4723, 4739, 4743, 4747, 4752, 4757, 4762, 4767, 4770, 4782, 4835, 4844, 4848, 4857, 4861, 4870, 4874, 4879, 4882, 4886, 4891, 4893, 4902, 4907, 4918, 4922, 4936, 4944, 4982, 4984, 5003, 5006, 5033, 5037, 5041, 5045, 5049, 5052, 5067, 5074, 5088, 5101, 5126, 5145, 5160, 5176, 5183, 5194, 5197, 5216, 5219, 5232, 5236, 5256, 5268, 5272, 5294, 5298, 5308, 5312, 5318, 5322, 5326, 5330, 5337, 5342, 5353, 5357, 5360, 5365, 5371, 5382, 5386, 5389, 5393, 5397, 5400, 5410, 5413, 5417, 5422, 5428, 5431, 5436, 5439, 5446, 5448, 5454, 5458, 5467, 5472, 5474, 5484, 5487, 5492, 5500, 5503, 5508, 5510, 5512, 5518, 5535, 5541, 5554, 5560, 5564, 5569, 5599, 5614, 5619, 5623, 5636, 5640, 5642, 5651, 5657, 5659, 5663, 5666, 5669, 5672, 5675, 5677, 5680, 5684, 5692, 5697, 5700, 5706, 5710, 5714, 5719, 5721, 5725, 5729, 5736, 5742, 5746, 5748, 5750, 5763, 5771, 5779, 5790, 5799, 5804, 5808, 5812, 5819, 5822, 5824, 5832, 5836, 5839, 5846, 5853, 5858, 5865, 5868, 5870, 5873, 5879, 5884, 5888, 5895, 5905, 5912, 5915, 5918, 5922, 5933, 5936, 5939, 5942, 5945, 5952, 5955, 5958, 5965, 5977, 5984, 5986, 5991, 5996, 5998, 6004, 6011, 6016, 6021, 6025, 6029, 6033, 6035, 6039, 6043, 6046, 6049, 6051, 6061, 6063, 6068, 6072, 6077, 6081, 6088, 6093, 6097, 6100, 6106, 6109, 6128, 6135, 6139, 6142, 6146, 6150, 6153, 6156, 6161, 6170, 6177, 6181, 6185, 6189, 6192, 6194, 6199, 6203, 6208, 6214, 6221, 6226, 6231, 6240, 6247, 6255, 6266, 6271, 6275, 6278, 6282, 6287, 6291, 6296, 6304, 6315, 6320, 6324, 6327, 6330, 6332, 6335, 6338, 6341, 6345, 6349, 6353, 6355, 6364, 6369, 6375, 6379, 6381, 6388, 6393, 6399, 6401, 6405, 6412, 6417, 6420, 6426, 6430, 6436, 6445, 6451, 6453, 6458, 6461, 6470, 6477, 6479, 6486, 6491, 6494, 6504, 6515, 6520, 6524, 6532, 6542, 6549, 6555, 6566, 6572, 6582, 6591, 6595, 6598, 6600, 6602, 6606, 6614, 6617, 6622, 6627, 6634, 6636, 6642, 6646, 6649, 6654, 6657, 6659, 6665, 6674, 6680, 6683, 6691, 6694, 6698, 6704, 6706, 6709, 6713, 6718, 6725, 6732, 6734, 6740, 6742, 6747, 6749, 6753, 6762, 6766, 6774, 6776, 6790, 6793, 6801, 6810, 6816, 6821, 6829, 6831, 6836, 6840, 6845, 6850, 6856, 6872, 6874, 6883, 6898, 6903, 6906, 6912, 6917, 6930, 6935, 6939, 6946, 6965, 6977, 6982, 6990, 6992, 6994, 7003, 7006, 7011, 7016, 7019, 7030, 7038, 7043, 7045, 7048, 7052, 7063, 7084, 7092, 7105, 7115, 7121, 7127, 7130, 7133, 7159, 7161, 7182, 7192, 7205, 7210, 7214, 7216, 7228, 7235, 7241, 7247, 7251, 7262, 7272, 7276, 7281, 7284, 7287, 7296, 7307, 7309, 7313, 7318, 7327, 7332, 7340, 7350, 7358, 7362, 7365, 7372, 7380, 7384, 7391, 7399, 7401, 7410, 7413, 7425, 7434, 7441, 7450, 7460, 7465, 7469, 7471, 7474, 7479, 7484, 7492, 7500, 7503, 7510, 7518, 7526, 7534, 7551, 7558, 7566, 7583, 7589, 7595, 7603, 7609, 7614, 7622, 7627, 7630, 7639, 7646, 7651, 7655, 7660, 7666, 7671, 7679, 7734, 7741, 7747, 7749, 7751, 7753, 7759, 7763, 7767, 7778, 7781, 7785, 7789, 7793, 7796, 7799, 7802, 7811, 7816, 7820, 7853, 7863, 7867, 7873, 7878, 7887, 7895, 7906, 7914, 7923, 7932, 7937, 7941, 7951, 7956, 7964, 7969, 7972, 7979, 7985, 7993, 8001, 8004, 8011, 8013, 8016, 8022, 8031, 8035, 8049, 8052, 8054, 8060, 8070, 8072, 8074, 8082, 8085, 8088, 8098, 8106, 8112, 8118, 8125, 8129, 8133, 8136, 8139, 8145, 8152, 8155, 8163, 8165, 8174, 8179, 8181, 8188, 8194, 8197, 8209, 8216, 8218, 8222, 8228, 8233, 8237, 8240, 8243, 8252, 8255, 8259, 8263, 8265, 8268, 8271, 8277, 8284, 8291, 8297, 8299, 8303, 8308, 8326, 8331, 8333, 8342, 8349, 8353, 8365, 8368, 8381, 8384, 8388, 8397, 8404, 8409, 8414, 8418, 8421, 8424, 8427, 8430, 8433, 8437, 8440] \ No newline at end of file diff --git a/src/lib/postgresql/PostgreSqlParser.ts b/src/lib/postgresql/PostgreSqlParser.ts index 5dc0570b..5de2b431 100644 --- a/src/lib/postgresql/PostgreSqlParser.ts +++ b/src/lib/postgresql/PostgreSqlParser.ts @@ -647,432 +647,428 @@ export class PostgreSqlParser extends SQLParserBase { public static readonly RULE_discardstmt = 37; public static readonly RULE_altertablestmt = 38; public static readonly RULE_alter_table_cmds = 39; - public static readonly RULE_partition_bound_spec = 40; - public static readonly RULE_partition_bound_cluase = 41; - public static readonly RULE_partition_bound_choose = 42; - public static readonly RULE_partition_with_cluase = 43; - public static readonly RULE_partition_cmd = 44; - public static readonly RULE_index_partition_cmd = 45; - public static readonly RULE_alter_table_cmd = 46; - public static readonly RULE_alter_column_default = 47; - public static readonly RULE_opt_drop_behavior = 48; - public static readonly RULE_opt_collate_clause = 49; - public static readonly RULE_reloptions = 50; - public static readonly RULE_opt_reloptions = 51; - public static readonly RULE_reloption_elem = 52; - public static readonly RULE_partitionboundspec = 53; - public static readonly RULE_altercompositetypestmt = 54; - public static readonly RULE_alter_type_cmd = 55; - public static readonly RULE_closeportalstmt = 56; - public static readonly RULE_copystmt = 57; - public static readonly RULE_copy_options = 58; - public static readonly RULE_copy_generic_opt_elem = 59; - public static readonly RULE_createstmt = 60; - public static readonly RULE_opttemp = 61; - public static readonly RULE_opttypedtableelementlist = 62; - public static readonly RULE_tableelementlist = 63; - public static readonly RULE_tableelement = 64; - public static readonly RULE_typedtableelement = 65; - public static readonly RULE_column_def = 66; - public static readonly RULE_colconstraint = 67; - public static readonly RULE_colconstraintelem = 68; - public static readonly RULE_generated_when = 69; - public static readonly RULE_tablelikeoption = 70; - public static readonly RULE_constraintelem = 71; - public static readonly RULE_opt_column_list = 72; - public static readonly RULE_opt_column_list_create = 73; - public static readonly RULE_column_list = 74; - public static readonly RULE_opt_c_include = 75; - public static readonly RULE_key_match = 76; - public static readonly RULE_exclusionconstraintelem = 77; - public static readonly RULE_key_actions = 78; - public static readonly RULE_key_update = 79; - public static readonly RULE_key_delete = 80; - public static readonly RULE_key_action = 81; - public static readonly RULE_optinherit = 82; - public static readonly RULE_partitionspec = 83; - public static readonly RULE_part_elem = 84; - public static readonly RULE_table_access_method_clause = 85; - public static readonly RULE_optwith = 86; - public static readonly RULE_oncommitoption = 87; - public static readonly RULE_opttablespace = 88; - public static readonly RULE_optconstablespace = 89; - public static readonly RULE_existingindex = 90; - public static readonly RULE_createstatsstmt = 91; - public static readonly RULE_alterstatsstmt = 92; - public static readonly RULE_createasstmt = 93; - public static readonly RULE_create_as_target = 94; - public static readonly RULE_opt_with_data = 95; - public static readonly RULE_creatematviewstmt = 96; - public static readonly RULE_refreshmatviewstmt = 97; - public static readonly RULE_createseqstmt = 98; - public static readonly RULE_alterseqstmt = 99; - public static readonly RULE_seqoptelem = 100; - public static readonly RULE_numericonly = 101; - public static readonly RULE_createplangstmt = 102; - public static readonly RULE_createtablespacestmt = 103; - public static readonly RULE_createextensionstmt = 104; - public static readonly RULE_alterextensionstmt = 105; - public static readonly RULE_alterextensioncontentsstmt = 106; - public static readonly RULE_createfdwstmt = 107; - public static readonly RULE_fdw_option = 108; - public static readonly RULE_alterfdwstmt = 109; - public static readonly RULE_create_generic_options = 110; - public static readonly RULE_alter_generic_options = 111; - public static readonly RULE_alter_generic_option_elem = 112; - public static readonly RULE_generic_option_elem = 113; - public static readonly RULE_createforeignserverstmt = 114; - public static readonly RULE_foreign_server_version = 115; - public static readonly RULE_alterforeignserverstmt = 116; - public static readonly RULE_createforeigntablestmt = 117; - public static readonly RULE_importforeignschemastmt = 118; - public static readonly RULE_createusermappingstmt = 119; - public static readonly RULE_alterusermappingstmt = 120; - public static readonly RULE_createpolicystmt = 121; - public static readonly RULE_alterpolicystmt = 122; - public static readonly RULE_alterprocedurestmt = 123; - public static readonly RULE_procedure_action = 124; - public static readonly RULE_rowsecurityoptionalexpr = 125; - public static readonly RULE_rowsecurityoptionalwithcheck = 126; - public static readonly RULE_createamstmt = 127; - public static readonly RULE_createtrigstmt = 128; - public static readonly RULE_triggeractiontime = 129; - public static readonly RULE_triggerevents = 130; - public static readonly RULE_triggeroneevent = 131; - public static readonly RULE_triggerwhen = 132; - public static readonly RULE_function_or_procedure = 133; - public static readonly RULE_triggerfuncargs = 134; - public static readonly RULE_triggerfuncarg = 135; - public static readonly RULE_constraintattributeElem = 136; - public static readonly RULE_createeventtrigstmt = 137; - public static readonly RULE_event_trigger_when_item = 138; - public static readonly RULE_altereventtrigstmt = 139; - public static readonly RULE_createassertionstmt = 140; - public static readonly RULE_definestmt = 141; - public static readonly RULE_definition = 142; - public static readonly RULE_def_elem = 143; - public static readonly RULE_def_arg = 144; - public static readonly RULE_old_aggr_elem = 145; - public static readonly RULE_alterenumstmt = 146; - public static readonly RULE_opt_if_not_exists = 147; - public static readonly RULE_createopclassstmt = 148; - public static readonly RULE_opclass_item = 149; - public static readonly RULE_createopfamilystmt = 150; - public static readonly RULE_alteropfamilystmt = 151; - public static readonly RULE_opclass_drop = 152; - public static readonly RULE_reassignownedstmt = 153; - public static readonly RULE_dropstmt = 154; - public static readonly RULE_object_type_any_name = 155; - public static readonly RULE_object_type_name = 156; - public static readonly RULE_any_name_list = 157; - public static readonly RULE_any_name = 158; - public static readonly RULE_attrs = 159; - public static readonly RULE_truncatestmt = 160; - public static readonly RULE_truncate_table = 161; - public static readonly RULE_commentstmt = 162; - public static readonly RULE_seclabelstmt = 163; - public static readonly RULE_fetchstmt = 164; - public static readonly RULE_fetch_args = 165; - public static readonly RULE_from_in = 166; - public static readonly RULE_grantstmt = 167; - public static readonly RULE_revokestmt = 168; - public static readonly RULE_privileges = 169; - public static readonly RULE_beforeprivilegeselect = 170; - public static readonly RULE_privilege = 171; - public static readonly RULE_privilege_target = 172; - public static readonly RULE_grantee_list = 173; - public static readonly RULE_grantrolestmt = 174; - public static readonly RULE_revokerolestmt = 175; - public static readonly RULE_alterdefaultprivilegesstmt = 176; - public static readonly RULE_defaclaction = 177; - public static readonly RULE_defacl_privilege_target = 178; - public static readonly RULE_indexstmt = 179; - public static readonly RULE_index_params = 180; - public static readonly RULE_index_elem = 181; - public static readonly RULE_createfunctionstmt = 182; - public static readonly RULE_opt_or_replace = 183; - public static readonly RULE_func_args = 184; - public static readonly RULE_func_args_list = 185; - public static readonly RULE_routine_with_argtypes_list = 186; - public static readonly RULE_routine_with_argtypes = 187; - public static readonly RULE_procedure_with_argtypes_list = 188; - public static readonly RULE_procedure_with_argtypes = 189; - public static readonly RULE_function_with_argtypes_list = 190; - public static readonly RULE_function_with_argtypes = 191; - public static readonly RULE_func_arg = 192; - public static readonly RULE_arg_class = 193; - public static readonly RULE_func_type = 194; - public static readonly RULE_func_arg_with_default = 195; - public static readonly RULE_aggr_args = 196; - public static readonly RULE_aggregate_with_argtypes = 197; - public static readonly RULE_common_func_opt_item = 198; - public static readonly RULE_createfunc_opt_item = 199; - public static readonly RULE_opt_definition = 200; - public static readonly RULE_table_func_column = 201; - public static readonly RULE_alterfunctionstmt = 202; - public static readonly RULE_removefuncstmt = 203; - public static readonly RULE_removeaggrstmt = 204; - public static readonly RULE_removeoperstmt = 205; - public static readonly RULE_oper_argtypes = 206; - public static readonly RULE_any_operator = 207; - public static readonly RULE_operator_with_argtypes = 208; - public static readonly RULE_dostmt = 209; - public static readonly RULE_createcaststmt = 210; - public static readonly RULE_opt_if_exists = 211; - public static readonly RULE_createtransformstmt = 212; - public static readonly RULE_sql_with_function = 213; - public static readonly RULE_reindexstmt = 214; - public static readonly RULE_altertblspcstmt = 215; - public static readonly RULE_renamestmt = 216; - public static readonly RULE_alterobjectdependsstmt = 217; - public static readonly RULE_alterobjectschemastmt = 218; - public static readonly RULE_alteroperatorstmt = 219; - public static readonly RULE_operator_def_list = 220; - public static readonly RULE_operator_def_elem = 221; - public static readonly RULE_altertypestmt = 222; - public static readonly RULE_alterownerstmt = 223; - public static readonly RULE_createpublicationstmt = 224; - public static readonly RULE_alterpublicationstmt = 225; - public static readonly RULE_createsubscriptionstmt = 226; - public static readonly RULE_altersubscriptionstmt = 227; - public static readonly RULE_rulestmt = 228; - public static readonly RULE_ruleactionstmt = 229; - public static readonly RULE_notifystmt = 230; - public static readonly RULE_notify_payload = 231; - public static readonly RULE_listenstmt = 232; - public static readonly RULE_unlistenstmt = 233; - public static readonly RULE_transactionstmt = 234; - public static readonly RULE_opt_transaction = 235; - public static readonly RULE_transaction_mode_item = 236; - public static readonly RULE_transaction_mode_list = 237; - public static readonly RULE_viewstmt = 238; - public static readonly RULE_loadstmt = 239; - public static readonly RULE_createdbstmt = 240; - public static readonly RULE_createdb_opt_item = 241; - public static readonly RULE_alterdatabasestmt = 242; - public static readonly RULE_alterdatabasesetstmt = 243; - public static readonly RULE_altercollationstmt = 244; - public static readonly RULE_altersystemstmt = 245; - public static readonly RULE_createdomainstmt = 246; - public static readonly RULE_alterdomainstmt = 247; - public static readonly RULE_altertsdictionarystmt = 248; - public static readonly RULE_altertsconfigurationstmt = 249; - public static readonly RULE_createconversionstmt = 250; - public static readonly RULE_clusterstmt = 251; - public static readonly RULE_vacuumstmt = 252; - public static readonly RULE_analyzestmt = 253; - public static readonly RULE_analyze_keyword = 254; - public static readonly RULE_vac_analyze_option_elem = 255; - public static readonly RULE_analyze_option_elem = 256; - public static readonly RULE_opt_verbose = 257; - public static readonly RULE_vacuum_relation = 258; - public static readonly RULE_vacuum_relation_list = 259; - public static readonly RULE_explainstmt = 260; - public static readonly RULE_explainablestmt = 261; - public static readonly RULE_explain_option_list = 262; - public static readonly RULE_preparestmt = 263; - public static readonly RULE_prep_type_clause = 264; - public static readonly RULE_preparablestmt = 265; - public static readonly RULE_executestmt = 266; - public static readonly RULE_execute_param_clause = 267; - public static readonly RULE_deallocatestmt = 268; - public static readonly RULE_insertstmt = 269; - public static readonly RULE_insert_rest = 270; - public static readonly RULE_insert_column_list = 271; - public static readonly RULE_insert_column_item = 272; - public static readonly RULE_returning_clause = 273; - public static readonly RULE_deletestmt = 274; - public static readonly RULE_lockstmt = 275; - public static readonly RULE_updatestmt = 276; - public static readonly RULE_set_clause_list = 277; - public static readonly RULE_set_clause = 278; - public static readonly RULE_declarecursorstmt = 279; - public static readonly RULE_selectstmt = 280; - public static readonly RULE_select_with_parens = 281; - public static readonly RULE_select_no_parens = 282; - public static readonly RULE_select_clause = 283; - public static readonly RULE_simple_select = 284; - public static readonly RULE_set_operator_with_all_or_distinct = 285; - public static readonly RULE_with_clause = 286; - public static readonly RULE_common_table_expr = 287; - public static readonly RULE_search_cluase = 288; - public static readonly RULE_cycle_cluase = 289; - public static readonly RULE_into_clause = 290; - public static readonly RULE_opttempTableName = 291; - public static readonly RULE_distinct_clause = 292; - public static readonly RULE_sort_clause = 293; - public static readonly RULE_sortby = 294; - public static readonly RULE_select_limit = 295; - public static readonly RULE_limit_clause = 296; - public static readonly RULE_fetch_clause = 297; - public static readonly RULE_offset_clause = 298; - public static readonly RULE_select_fetch_first_value = 299; - public static readonly RULE_group_clause = 300; - public static readonly RULE_group_by_list = 301; - public static readonly RULE_group_by_item = 302; - public static readonly RULE_for_locking_clause = 303; - public static readonly RULE_values_clause = 304; - public static readonly RULE_from_clause = 305; - public static readonly RULE_from_list = 306; - public static readonly RULE_table_ref = 307; - public static readonly RULE_alias_clause = 308; - public static readonly RULE_func_alias_clause = 309; - public static readonly RULE_join_type = 310; - public static readonly RULE_join_qual = 311; - public static readonly RULE_relation_expr = 312; - public static readonly RULE_publication_relation_expr = 313; - public static readonly RULE_relation_expr_list = 314; - public static readonly RULE_relation_expr_opt_alias = 315; - public static readonly RULE_tablesample_clause = 316; - public static readonly RULE_func_table = 317; - public static readonly RULE_rowsfrom_item = 318; - public static readonly RULE_where_clause = 319; - public static readonly RULE_where_or_current_clause = 320; - public static readonly RULE_tablefuncelementlist = 321; - public static readonly RULE_tablefuncelement = 322; - public static readonly RULE_xmltable = 323; - public static readonly RULE_xmltable_column_el = 324; - public static readonly RULE_xml_namespace_el = 325; - public static readonly RULE_typename = 326; - public static readonly RULE_simpletypename = 327; - public static readonly RULE_consttypename = 328; - public static readonly RULE_numeric = 329; - public static readonly RULE_opt_float = 330; - public static readonly RULE_bit = 331; - public static readonly RULE_character = 332; - public static readonly RULE_constdatetime = 333; - public static readonly RULE_opt_interval = 334; - public static readonly RULE_interval_second = 335; - public static readonly RULE_comparisonOperator = 336; - public static readonly RULE_expression = 337; - public static readonly RULE_booleanExpression = 338; - public static readonly RULE_predicate = 339; - public static readonly RULE_valueExpression = 340; - public static readonly RULE_primaryExpression = 341; - public static readonly RULE_func_application = 342; - public static readonly RULE_func_expr = 343; - public static readonly RULE_func_expr_windowless = 344; - public static readonly RULE_func_expr_common_subexpr = 345; - public static readonly RULE_xml_attribute_list = 346; - public static readonly RULE_xml_attribute_el = 347; - public static readonly RULE_document_or_content = 348; - public static readonly RULE_xmlexists_argument = 349; - public static readonly RULE_xml_passing_mech = 350; - public static readonly RULE_window_clause = 351; - public static readonly RULE_window_definition = 352; - public static readonly RULE_over_clause = 353; - public static readonly RULE_window_specification = 354; - public static readonly RULE_opt_frame_clause = 355; - public static readonly RULE_frame_bound = 356; - public static readonly RULE_row = 357; - public static readonly RULE_explicit_row = 358; - public static readonly RULE_sub_type = 359; - public static readonly RULE_all_op = 360; - public static readonly RULE_mathop = 361; - public static readonly RULE_qual_op = 362; - public static readonly RULE_qual_all_op = 363; - public static readonly RULE_subquery_Op = 364; - public static readonly RULE_expr_list = 365; - public static readonly RULE_column_expr = 366; - public static readonly RULE_column_expr_noparen = 367; - public static readonly RULE_func_arg_list = 368; - public static readonly RULE_func_arg_expr = 369; - public static readonly RULE_array_expr = 370; - public static readonly RULE_extract_arg = 371; - public static readonly RULE_unicode_normal_form = 372; - public static readonly RULE_substr_list = 373; - public static readonly RULE_when_clause = 374; - public static readonly RULE_indirection_el = 375; - public static readonly RULE_indirection = 376; - public static readonly RULE_opt_indirection = 377; - public static readonly RULE_target_list = 378; - public static readonly RULE_target_el = 379; - public static readonly RULE_qualified_name_list = 380; - public static readonly RULE_table_name_list = 381; - public static readonly RULE_schema_name_list = 382; - public static readonly RULE_database_nameList = 383; - public static readonly RULE_tablespace_name_create = 384; - public static readonly RULE_tablespace_name = 385; - public static readonly RULE_table_name_create = 386; - public static readonly RULE_table_name = 387; - public static readonly RULE_view_name_create = 388; - public static readonly RULE_view_name = 389; - public static readonly RULE_qualified_name = 390; - public static readonly RULE_tablespace_name_list = 391; - public static readonly RULE_name_list = 392; - public static readonly RULE_database_name_create = 393; - public static readonly RULE_database_name = 394; - public static readonly RULE_schema_name = 395; - public static readonly RULE_routine_name_create = 396; - public static readonly RULE_routine_name = 397; - public static readonly RULE_procedure_name = 398; - public static readonly RULE_procedure_name_create = 399; - public static readonly RULE_column_name = 400; - public static readonly RULE_column_name_create = 401; - public static readonly RULE_function_name_create = 402; - public static readonly RULE_function_name = 403; - public static readonly RULE_sconst = 404; - public static readonly RULE_anysconst = 405; - public static readonly RULE_signediconst = 406; - public static readonly RULE_rolespec = 407; - public static readonly RULE_role_list = 408; - public static readonly RULE_colid = 409; - public static readonly RULE_type_function_name = 410; - public static readonly RULE_nonreservedword = 411; - public static readonly RULE_collabel = 412; - public static readonly RULE_identifier = 413; - public static readonly RULE_unreserved_keyword = 414; - public static readonly RULE_col_name_keyword = 415; - public static readonly RULE_type_func_name_keyword = 416; - public static readonly RULE_reserved_keyword = 417; - public static readonly RULE_pl_block = 418; - public static readonly RULE_label_decl = 419; - public static readonly RULE_decl_statement = 420; - public static readonly RULE_decl_cursor_arg = 421; - public static readonly RULE_assign_operator = 422; - public static readonly RULE_proc_stmt = 423; - public static readonly RULE_stmt_perform = 424; - public static readonly RULE_stmt_call = 425; - public static readonly RULE_stmt_assign = 426; - public static readonly RULE_stmt_getdiag = 427; - public static readonly RULE_getdiag_list_item = 428; - public static readonly RULE_assign_var = 429; - public static readonly RULE_stmt_if = 430; - public static readonly RULE_stmt_else = 431; - public static readonly RULE_stmt_case = 432; - public static readonly RULE_stmt_loop_while_for = 433; - public static readonly RULE_for_control = 434; - public static readonly RULE_stmt_foreach_a = 435; - public static readonly RULE_stmt_exit = 436; - public static readonly RULE_stmt_return = 437; - public static readonly RULE_stmt_raise = 438; - public static readonly RULE_opt_raise_using_elem = 439; - public static readonly RULE_stmt_assert = 440; - public static readonly RULE_loop_body = 441; - public static readonly RULE_stmt_execsql = 442; - public static readonly RULE_stmt_dynexecute = 443; - public static readonly RULE_opt_execute_into = 444; - public static readonly RULE_stmt_open = 445; - public static readonly RULE_opt_open_bound_list_item = 446; - public static readonly RULE_stmt_fetch = 447; - public static readonly RULE_opt_fetch_direction = 448; - public static readonly RULE_stmt_move = 449; - public static readonly RULE_mergestmt = 450; - public static readonly RULE_data_source = 451; - public static readonly RULE_merge_when_clause = 452; - public static readonly RULE_merge_insert = 453; - public static readonly RULE_merge_update = 454; - public static readonly RULE_default_values_or_values = 455; - public static readonly RULE_exprofdefault = 456; - public static readonly RULE_stmt_close = 457; - public static readonly RULE_stmt_null = 458; - public static readonly RULE_stmt_commit_or_rollback = 459; - public static readonly RULE_stmt_set = 460; - public static readonly RULE_cursor_variable = 461; - public static readonly RULE_exception_sect = 462; - public static readonly RULE_proc_condition = 463; - public static readonly RULE_any_identifier = 464; - public static readonly RULE_sql_expression = 465; + public static readonly RULE_partition_cmd = 40; + public static readonly RULE_index_partition_cmd = 41; + public static readonly RULE_alter_table_cmd = 42; + public static readonly RULE_alter_column_default = 43; + public static readonly RULE_opt_drop_behavior = 44; + public static readonly RULE_opt_collate_clause = 45; + public static readonly RULE_reloptions = 46; + public static readonly RULE_opt_reloptions = 47; + public static readonly RULE_reloption_elem = 48; + public static readonly RULE_partitionboundspec = 49; + public static readonly RULE_altercompositetypestmt = 50; + public static readonly RULE_alter_type_cmd = 51; + public static readonly RULE_closeportalstmt = 52; + public static readonly RULE_copystmt = 53; + public static readonly RULE_copy_options = 54; + public static readonly RULE_copy_generic_opt_elem = 55; + public static readonly RULE_createstmt = 56; + public static readonly RULE_opttemp = 57; + public static readonly RULE_opttypedtableelementlist = 58; + public static readonly RULE_tableelementlist = 59; + public static readonly RULE_tableelement = 60; + public static readonly RULE_typedtableelement = 61; + public static readonly RULE_column_def = 62; + public static readonly RULE_colconstraint = 63; + public static readonly RULE_colconstraintelem = 64; + public static readonly RULE_generated_when = 65; + public static readonly RULE_tablelikeoption = 66; + public static readonly RULE_constraintelem = 67; + public static readonly RULE_opt_column_list = 68; + public static readonly RULE_opt_column_list_create = 69; + public static readonly RULE_column_list = 70; + public static readonly RULE_opt_c_include = 71; + public static readonly RULE_key_match = 72; + public static readonly RULE_exclusionconstraintelem = 73; + public static readonly RULE_key_actions = 74; + public static readonly RULE_key_update = 75; + public static readonly RULE_key_delete = 76; + public static readonly RULE_key_action = 77; + public static readonly RULE_optinherit = 78; + public static readonly RULE_partitionspec = 79; + public static readonly RULE_part_elem = 80; + public static readonly RULE_table_access_method_clause = 81; + public static readonly RULE_optwith = 82; + public static readonly RULE_oncommitoption = 83; + public static readonly RULE_opttablespace = 84; + public static readonly RULE_optconstablespace = 85; + public static readonly RULE_existingindex = 86; + public static readonly RULE_createstatsstmt = 87; + public static readonly RULE_alterstatsstmt = 88; + public static readonly RULE_createasstmt = 89; + public static readonly RULE_create_as_target = 90; + public static readonly RULE_opt_with_data = 91; + public static readonly RULE_creatematviewstmt = 92; + public static readonly RULE_refreshmatviewstmt = 93; + public static readonly RULE_createseqstmt = 94; + public static readonly RULE_alterseqstmt = 95; + public static readonly RULE_seqoptelem = 96; + public static readonly RULE_numericonly = 97; + public static readonly RULE_createplangstmt = 98; + public static readonly RULE_createtablespacestmt = 99; + public static readonly RULE_createextensionstmt = 100; + public static readonly RULE_alterextensionstmt = 101; + public static readonly RULE_alterextensioncontentsstmt = 102; + public static readonly RULE_createfdwstmt = 103; + public static readonly RULE_fdw_option = 104; + public static readonly RULE_alterfdwstmt = 105; + public static readonly RULE_create_generic_options = 106; + public static readonly RULE_alter_generic_options = 107; + public static readonly RULE_alter_generic_option_elem = 108; + public static readonly RULE_generic_option_elem = 109; + public static readonly RULE_createforeignserverstmt = 110; + public static readonly RULE_foreign_server_version = 111; + public static readonly RULE_alterforeignserverstmt = 112; + public static readonly RULE_createforeigntablestmt = 113; + public static readonly RULE_importforeignschemastmt = 114; + public static readonly RULE_createusermappingstmt = 115; + public static readonly RULE_alterusermappingstmt = 116; + public static readonly RULE_createpolicystmt = 117; + public static readonly RULE_alterpolicystmt = 118; + public static readonly RULE_alterprocedurestmt = 119; + public static readonly RULE_procedure_action = 120; + public static readonly RULE_rowsecurityoptionalexpr = 121; + public static readonly RULE_rowsecurityoptionalwithcheck = 122; + public static readonly RULE_createamstmt = 123; + public static readonly RULE_createtrigstmt = 124; + public static readonly RULE_triggeractiontime = 125; + public static readonly RULE_triggerevents = 126; + public static readonly RULE_triggeroneevent = 127; + public static readonly RULE_triggerwhen = 128; + public static readonly RULE_function_or_procedure = 129; + public static readonly RULE_triggerfuncargs = 130; + public static readonly RULE_triggerfuncarg = 131; + public static readonly RULE_constraintattributeElem = 132; + public static readonly RULE_createeventtrigstmt = 133; + public static readonly RULE_event_trigger_when_item = 134; + public static readonly RULE_altereventtrigstmt = 135; + public static readonly RULE_createassertionstmt = 136; + public static readonly RULE_definestmt = 137; + public static readonly RULE_definition = 138; + public static readonly RULE_def_elem = 139; + public static readonly RULE_def_arg = 140; + public static readonly RULE_old_aggr_elem = 141; + public static readonly RULE_alterenumstmt = 142; + public static readonly RULE_opt_if_not_exists = 143; + public static readonly RULE_createopclassstmt = 144; + public static readonly RULE_opclass_item = 145; + public static readonly RULE_createopfamilystmt = 146; + public static readonly RULE_alteropfamilystmt = 147; + public static readonly RULE_opclass_drop = 148; + public static readonly RULE_reassignownedstmt = 149; + public static readonly RULE_dropstmt = 150; + public static readonly RULE_object_type_any_name = 151; + public static readonly RULE_object_type_name = 152; + public static readonly RULE_any_name_list = 153; + public static readonly RULE_any_name = 154; + public static readonly RULE_attrs = 155; + public static readonly RULE_truncatestmt = 156; + public static readonly RULE_truncate_table = 157; + public static readonly RULE_commentstmt = 158; + public static readonly RULE_seclabelstmt = 159; + public static readonly RULE_fetchstmt = 160; + public static readonly RULE_fetch_args = 161; + public static readonly RULE_from_in = 162; + public static readonly RULE_grantstmt = 163; + public static readonly RULE_revokestmt = 164; + public static readonly RULE_privileges = 165; + public static readonly RULE_beforeprivilegeselect = 166; + public static readonly RULE_privilege = 167; + public static readonly RULE_privilege_target = 168; + public static readonly RULE_grantee_list = 169; + public static readonly RULE_grantrolestmt = 170; + public static readonly RULE_revokerolestmt = 171; + public static readonly RULE_alterdefaultprivilegesstmt = 172; + public static readonly RULE_defaclaction = 173; + public static readonly RULE_defacl_privilege_target = 174; + public static readonly RULE_indexstmt = 175; + public static readonly RULE_index_params = 176; + public static readonly RULE_index_elem = 177; + public static readonly RULE_createfunctionstmt = 178; + public static readonly RULE_opt_or_replace = 179; + public static readonly RULE_func_args = 180; + public static readonly RULE_func_args_list = 181; + public static readonly RULE_routine_with_argtypes_list = 182; + public static readonly RULE_routine_with_argtypes = 183; + public static readonly RULE_procedure_with_argtypes_list = 184; + public static readonly RULE_procedure_with_argtypes = 185; + public static readonly RULE_function_with_argtypes_list = 186; + public static readonly RULE_function_with_argtypes = 187; + public static readonly RULE_func_arg = 188; + public static readonly RULE_arg_class = 189; + public static readonly RULE_func_type = 190; + public static readonly RULE_func_arg_with_default = 191; + public static readonly RULE_aggr_args = 192; + public static readonly RULE_aggregate_with_argtypes = 193; + public static readonly RULE_common_func_opt_item = 194; + public static readonly RULE_createfunc_opt_item = 195; + public static readonly RULE_opt_definition = 196; + public static readonly RULE_table_func_column = 197; + public static readonly RULE_alterfunctionstmt = 198; + public static readonly RULE_removefuncstmt = 199; + public static readonly RULE_removeaggrstmt = 200; + public static readonly RULE_removeoperstmt = 201; + public static readonly RULE_oper_argtypes = 202; + public static readonly RULE_any_operator = 203; + public static readonly RULE_operator_with_argtypes = 204; + public static readonly RULE_dostmt = 205; + public static readonly RULE_createcaststmt = 206; + public static readonly RULE_opt_if_exists = 207; + public static readonly RULE_createtransformstmt = 208; + public static readonly RULE_sql_with_function = 209; + public static readonly RULE_reindexstmt = 210; + public static readonly RULE_altertblspcstmt = 211; + public static readonly RULE_renamestmt = 212; + public static readonly RULE_alterobjectdependsstmt = 213; + public static readonly RULE_alterobjectschemastmt = 214; + public static readonly RULE_alteroperatorstmt = 215; + public static readonly RULE_operator_def_list = 216; + public static readonly RULE_operator_def_elem = 217; + public static readonly RULE_altertypestmt = 218; + public static readonly RULE_alterownerstmt = 219; + public static readonly RULE_createpublicationstmt = 220; + public static readonly RULE_alterpublicationstmt = 221; + public static readonly RULE_createsubscriptionstmt = 222; + public static readonly RULE_altersubscriptionstmt = 223; + public static readonly RULE_rulestmt = 224; + public static readonly RULE_ruleactionstmt = 225; + public static readonly RULE_notifystmt = 226; + public static readonly RULE_notify_payload = 227; + public static readonly RULE_listenstmt = 228; + public static readonly RULE_unlistenstmt = 229; + public static readonly RULE_transactionstmt = 230; + public static readonly RULE_opt_transaction = 231; + public static readonly RULE_transaction_mode_item = 232; + public static readonly RULE_transaction_mode_list = 233; + public static readonly RULE_viewstmt = 234; + public static readonly RULE_loadstmt = 235; + public static readonly RULE_createdbstmt = 236; + public static readonly RULE_createdb_opt_item = 237; + public static readonly RULE_alterdatabasestmt = 238; + public static readonly RULE_alterdatabasesetstmt = 239; + public static readonly RULE_altercollationstmt = 240; + public static readonly RULE_altersystemstmt = 241; + public static readonly RULE_createdomainstmt = 242; + public static readonly RULE_alterdomainstmt = 243; + public static readonly RULE_altertsdictionarystmt = 244; + public static readonly RULE_altertsconfigurationstmt = 245; + public static readonly RULE_createconversionstmt = 246; + public static readonly RULE_clusterstmt = 247; + public static readonly RULE_vacuumstmt = 248; + public static readonly RULE_analyzestmt = 249; + public static readonly RULE_analyze_keyword = 250; + public static readonly RULE_vac_analyze_option_elem = 251; + public static readonly RULE_analyze_option_elem = 252; + public static readonly RULE_opt_verbose = 253; + public static readonly RULE_vacuum_relation = 254; + public static readonly RULE_vacuum_relation_list = 255; + public static readonly RULE_explainstmt = 256; + public static readonly RULE_explainablestmt = 257; + public static readonly RULE_explain_option_list = 258; + public static readonly RULE_preparestmt = 259; + public static readonly RULE_prep_type_clause = 260; + public static readonly RULE_preparablestmt = 261; + public static readonly RULE_executestmt = 262; + public static readonly RULE_execute_param_clause = 263; + public static readonly RULE_deallocatestmt = 264; + public static readonly RULE_insertstmt = 265; + public static readonly RULE_insert_rest = 266; + public static readonly RULE_insert_column_list = 267; + public static readonly RULE_insert_column_item = 268; + public static readonly RULE_returning_clause = 269; + public static readonly RULE_deletestmt = 270; + public static readonly RULE_lockstmt = 271; + public static readonly RULE_updatestmt = 272; + public static readonly RULE_set_clause_list = 273; + public static readonly RULE_set_clause = 274; + public static readonly RULE_declarecursorstmt = 275; + public static readonly RULE_selectstmt = 276; + public static readonly RULE_select_with_parens = 277; + public static readonly RULE_select_no_parens = 278; + public static readonly RULE_select_clause = 279; + public static readonly RULE_simple_select = 280; + public static readonly RULE_set_operator_with_all_or_distinct = 281; + public static readonly RULE_with_clause = 282; + public static readonly RULE_common_table_expr = 283; + public static readonly RULE_search_cluase = 284; + public static readonly RULE_cycle_cluase = 285; + public static readonly RULE_into_clause = 286; + public static readonly RULE_opttempTableName = 287; + public static readonly RULE_distinct_clause = 288; + public static readonly RULE_sort_clause = 289; + public static readonly RULE_sortby = 290; + public static readonly RULE_select_limit = 291; + public static readonly RULE_limit_clause = 292; + public static readonly RULE_fetch_clause = 293; + public static readonly RULE_offset_clause = 294; + public static readonly RULE_select_fetch_first_value = 295; + public static readonly RULE_group_clause = 296; + public static readonly RULE_group_by_list = 297; + public static readonly RULE_group_by_item = 298; + public static readonly RULE_for_locking_clause = 299; + public static readonly RULE_values_clause = 300; + public static readonly RULE_from_clause = 301; + public static readonly RULE_from_list = 302; + public static readonly RULE_table_ref = 303; + public static readonly RULE_alias_clause = 304; + public static readonly RULE_func_alias_clause = 305; + public static readonly RULE_join_type = 306; + public static readonly RULE_join_qual = 307; + public static readonly RULE_relation_expr = 308; + public static readonly RULE_publication_relation_expr = 309; + public static readonly RULE_relation_expr_list = 310; + public static readonly RULE_relation_expr_opt_alias = 311; + public static readonly RULE_tablesample_clause = 312; + public static readonly RULE_func_table = 313; + public static readonly RULE_rowsfrom_item = 314; + public static readonly RULE_where_clause = 315; + public static readonly RULE_where_or_current_clause = 316; + public static readonly RULE_tablefuncelementlist = 317; + public static readonly RULE_tablefuncelement = 318; + public static readonly RULE_xmltable = 319; + public static readonly RULE_xmltable_column_el = 320; + public static readonly RULE_xml_namespace_el = 321; + public static readonly RULE_typename = 322; + public static readonly RULE_simpletypename = 323; + public static readonly RULE_consttypename = 324; + public static readonly RULE_numeric = 325; + public static readonly RULE_opt_float = 326; + public static readonly RULE_bit = 327; + public static readonly RULE_character = 328; + public static readonly RULE_constdatetime = 329; + public static readonly RULE_opt_interval = 330; + public static readonly RULE_interval_second = 331; + public static readonly RULE_comparisonOperator = 332; + public static readonly RULE_expression = 333; + public static readonly RULE_booleanExpression = 334; + public static readonly RULE_predicate = 335; + public static readonly RULE_valueExpression = 336; + public static readonly RULE_primaryExpression = 337; + public static readonly RULE_func_application = 338; + public static readonly RULE_func_expr = 339; + public static readonly RULE_func_expr_windowless = 340; + public static readonly RULE_func_expr_common_subexpr = 341; + public static readonly RULE_xml_attribute_list = 342; + public static readonly RULE_xml_attribute_el = 343; + public static readonly RULE_document_or_content = 344; + public static readonly RULE_xmlexists_argument = 345; + public static readonly RULE_xml_passing_mech = 346; + public static readonly RULE_window_clause = 347; + public static readonly RULE_window_definition = 348; + public static readonly RULE_over_clause = 349; + public static readonly RULE_window_specification = 350; + public static readonly RULE_opt_frame_clause = 351; + public static readonly RULE_frame_bound = 352; + public static readonly RULE_row = 353; + public static readonly RULE_explicit_row = 354; + public static readonly RULE_sub_type = 355; + public static readonly RULE_all_op = 356; + public static readonly RULE_mathop = 357; + public static readonly RULE_qual_op = 358; + public static readonly RULE_qual_all_op = 359; + public static readonly RULE_subquery_Op = 360; + public static readonly RULE_expr_list = 361; + public static readonly RULE_column_expr = 362; + public static readonly RULE_column_expr_noparen = 363; + public static readonly RULE_func_arg_list = 364; + public static readonly RULE_func_arg_expr = 365; + public static readonly RULE_array_expr = 366; + public static readonly RULE_extract_arg = 367; + public static readonly RULE_unicode_normal_form = 368; + public static readonly RULE_substr_list = 369; + public static readonly RULE_when_clause = 370; + public static readonly RULE_indirection_el = 371; + public static readonly RULE_indirection = 372; + public static readonly RULE_opt_indirection = 373; + public static readonly RULE_target_list = 374; + public static readonly RULE_target_el = 375; + public static readonly RULE_qualified_name_list = 376; + public static readonly RULE_table_name_list = 377; + public static readonly RULE_schema_name_list = 378; + public static readonly RULE_database_nameList = 379; + public static readonly RULE_tablespace_name_create = 380; + public static readonly RULE_tablespace_name = 381; + public static readonly RULE_table_name_create = 382; + public static readonly RULE_table_name = 383; + public static readonly RULE_view_name_create = 384; + public static readonly RULE_view_name = 385; + public static readonly RULE_qualified_name = 386; + public static readonly RULE_tablespace_name_list = 387; + public static readonly RULE_name_list = 388; + public static readonly RULE_database_name_create = 389; + public static readonly RULE_database_name = 390; + public static readonly RULE_schema_name = 391; + public static readonly RULE_routine_name_create = 392; + public static readonly RULE_routine_name = 393; + public static readonly RULE_procedure_name = 394; + public static readonly RULE_procedure_name_create = 395; + public static readonly RULE_column_name = 396; + public static readonly RULE_column_name_create = 397; + public static readonly RULE_function_name_create = 398; + public static readonly RULE_function_name = 399; + public static readonly RULE_sconst = 400; + public static readonly RULE_anysconst = 401; + public static readonly RULE_signediconst = 402; + public static readonly RULE_rolespec = 403; + public static readonly RULE_role_list = 404; + public static readonly RULE_colid = 405; + public static readonly RULE_type_function_name = 406; + public static readonly RULE_nonreservedword = 407; + public static readonly RULE_collabel = 408; + public static readonly RULE_identifier = 409; + public static readonly RULE_unreserved_keyword = 410; + public static readonly RULE_col_name_keyword = 411; + public static readonly RULE_type_func_name_keyword = 412; + public static readonly RULE_reserved_keyword = 413; + public static readonly RULE_pl_block = 414; + public static readonly RULE_label_decl = 415; + public static readonly RULE_decl_statement = 416; + public static readonly RULE_decl_cursor_arg = 417; + public static readonly RULE_assign_operator = 418; + public static readonly RULE_proc_stmt = 419; + public static readonly RULE_stmt_perform = 420; + public static readonly RULE_stmt_call = 421; + public static readonly RULE_stmt_assign = 422; + public static readonly RULE_stmt_getdiag = 423; + public static readonly RULE_getdiag_list_item = 424; + public static readonly RULE_assign_var = 425; + public static readonly RULE_stmt_if = 426; + public static readonly RULE_stmt_else = 427; + public static readonly RULE_stmt_case = 428; + public static readonly RULE_stmt_loop_while_for = 429; + public static readonly RULE_for_control = 430; + public static readonly RULE_stmt_foreach_a = 431; + public static readonly RULE_stmt_exit = 432; + public static readonly RULE_stmt_return = 433; + public static readonly RULE_stmt_raise = 434; + public static readonly RULE_opt_raise_using_elem = 435; + public static readonly RULE_stmt_assert = 436; + public static readonly RULE_loop_body = 437; + public static readonly RULE_stmt_execsql = 438; + public static readonly RULE_stmt_dynexecute = 439; + public static readonly RULE_opt_execute_into = 440; + public static readonly RULE_stmt_open = 441; + public static readonly RULE_opt_open_bound_list_item = 442; + public static readonly RULE_stmt_fetch = 443; + public static readonly RULE_opt_fetch_direction = 444; + public static readonly RULE_stmt_move = 445; + public static readonly RULE_mergestmt = 446; + public static readonly RULE_data_source = 447; + public static readonly RULE_merge_when_clause = 448; + public static readonly RULE_merge_insert = 449; + public static readonly RULE_merge_update = 450; + public static readonly RULE_default_values_or_values = 451; + public static readonly RULE_exprofdefault = 452; + public static readonly RULE_stmt_close = 453; + public static readonly RULE_stmt_null = 454; + public static readonly RULE_stmt_commit_or_rollback = 455; + public static readonly RULE_stmt_set = 456; + public static readonly RULE_cursor_variable = 457; + public static readonly RULE_exception_sect = 458; + public static readonly RULE_proc_condition = 459; + public static readonly RULE_any_identifier = 460; + public static readonly RULE_sql_expression = 461; public static readonly literalNames = [ null, "'$'", "'('", "')'", "'['", "']'", "','", "';'", "':'", "'*'", @@ -1312,48 +1308,46 @@ export class PostgreSqlParser extends SQLParserBase { "opt_boolean_or_string", "zone_value", "nonreservedword_or_sconst", "variableresetstmt", "reset_rest", "setresetclause", "functionsetresetclause", "variableshowstmt", "constraintssetstmt", "checkpointstmt", "discardstmt", - "altertablestmt", "alter_table_cmds", "partition_bound_spec", "partition_bound_cluase", - "partition_bound_choose", "partition_with_cluase", "partition_cmd", - "index_partition_cmd", "alter_table_cmd", "alter_column_default", - "opt_drop_behavior", "opt_collate_clause", "reloptions", "opt_reloptions", - "reloption_elem", "partitionboundspec", "altercompositetypestmt", - "alter_type_cmd", "closeportalstmt", "copystmt", "copy_options", - "copy_generic_opt_elem", "createstmt", "opttemp", "opttypedtableelementlist", - "tableelementlist", "tableelement", "typedtableelement", "column_def", - "colconstraint", "colconstraintelem", "generated_when", "tablelikeoption", - "constraintelem", "opt_column_list", "opt_column_list_create", "column_list", - "opt_c_include", "key_match", "exclusionconstraintelem", "key_actions", - "key_update", "key_delete", "key_action", "optinherit", "partitionspec", - "part_elem", "table_access_method_clause", "optwith", "oncommitoption", - "opttablespace", "optconstablespace", "existingindex", "createstatsstmt", - "alterstatsstmt", "createasstmt", "create_as_target", "opt_with_data", - "creatematviewstmt", "refreshmatviewstmt", "createseqstmt", "alterseqstmt", - "seqoptelem", "numericonly", "createplangstmt", "createtablespacestmt", - "createextensionstmt", "alterextensionstmt", "alterextensioncontentsstmt", - "createfdwstmt", "fdw_option", "alterfdwstmt", "create_generic_options", - "alter_generic_options", "alter_generic_option_elem", "generic_option_elem", - "createforeignserverstmt", "foreign_server_version", "alterforeignserverstmt", - "createforeigntablestmt", "importforeignschemastmt", "createusermappingstmt", - "alterusermappingstmt", "createpolicystmt", "alterpolicystmt", "alterprocedurestmt", - "procedure_action", "rowsecurityoptionalexpr", "rowsecurityoptionalwithcheck", - "createamstmt", "createtrigstmt", "triggeractiontime", "triggerevents", - "triggeroneevent", "triggerwhen", "function_or_procedure", "triggerfuncargs", - "triggerfuncarg", "constraintattributeElem", "createeventtrigstmt", - "event_trigger_when_item", "altereventtrigstmt", "createassertionstmt", - "definestmt", "definition", "def_elem", "def_arg", "old_aggr_elem", - "alterenumstmt", "opt_if_not_exists", "createopclassstmt", "opclass_item", - "createopfamilystmt", "alteropfamilystmt", "opclass_drop", "reassignownedstmt", - "dropstmt", "object_type_any_name", "object_type_name", "any_name_list", - "any_name", "attrs", "truncatestmt", "truncate_table", "commentstmt", - "seclabelstmt", "fetchstmt", "fetch_args", "from_in", "grantstmt", - "revokestmt", "privileges", "beforeprivilegeselect", "privilege", - "privilege_target", "grantee_list", "grantrolestmt", "revokerolestmt", - "alterdefaultprivilegesstmt", "defaclaction", "defacl_privilege_target", - "indexstmt", "index_params", "index_elem", "createfunctionstmt", - "opt_or_replace", "func_args", "func_args_list", "routine_with_argtypes_list", - "routine_with_argtypes", "procedure_with_argtypes_list", "procedure_with_argtypes", - "function_with_argtypes_list", "function_with_argtypes", "func_arg", - "arg_class", "func_type", "func_arg_with_default", "aggr_args", + "altertablestmt", "alter_table_cmds", "partition_cmd", "index_partition_cmd", + "alter_table_cmd", "alter_column_default", "opt_drop_behavior", + "opt_collate_clause", "reloptions", "opt_reloptions", "reloption_elem", + "partitionboundspec", "altercompositetypestmt", "alter_type_cmd", + "closeportalstmt", "copystmt", "copy_options", "copy_generic_opt_elem", + "createstmt", "opttemp", "opttypedtableelementlist", "tableelementlist", + "tableelement", "typedtableelement", "column_def", "colconstraint", + "colconstraintelem", "generated_when", "tablelikeoption", "constraintelem", + "opt_column_list", "opt_column_list_create", "column_list", "opt_c_include", + "key_match", "exclusionconstraintelem", "key_actions", "key_update", + "key_delete", "key_action", "optinherit", "partitionspec", "part_elem", + "table_access_method_clause", "optwith", "oncommitoption", "opttablespace", + "optconstablespace", "existingindex", "createstatsstmt", "alterstatsstmt", + "createasstmt", "create_as_target", "opt_with_data", "creatematviewstmt", + "refreshmatviewstmt", "createseqstmt", "alterseqstmt", "seqoptelem", + "numericonly", "createplangstmt", "createtablespacestmt", "createextensionstmt", + "alterextensionstmt", "alterextensioncontentsstmt", "createfdwstmt", + "fdw_option", "alterfdwstmt", "create_generic_options", "alter_generic_options", + "alter_generic_option_elem", "generic_option_elem", "createforeignserverstmt", + "foreign_server_version", "alterforeignserverstmt", "createforeigntablestmt", + "importforeignschemastmt", "createusermappingstmt", "alterusermappingstmt", + "createpolicystmt", "alterpolicystmt", "alterprocedurestmt", "procedure_action", + "rowsecurityoptionalexpr", "rowsecurityoptionalwithcheck", "createamstmt", + "createtrigstmt", "triggeractiontime", "triggerevents", "triggeroneevent", + "triggerwhen", "function_or_procedure", "triggerfuncargs", "triggerfuncarg", + "constraintattributeElem", "createeventtrigstmt", "event_trigger_when_item", + "altereventtrigstmt", "createassertionstmt", "definestmt", "definition", + "def_elem", "def_arg", "old_aggr_elem", "alterenumstmt", "opt_if_not_exists", + "createopclassstmt", "opclass_item", "createopfamilystmt", "alteropfamilystmt", + "opclass_drop", "reassignownedstmt", "dropstmt", "object_type_any_name", + "object_type_name", "any_name_list", "any_name", "attrs", "truncatestmt", + "truncate_table", "commentstmt", "seclabelstmt", "fetchstmt", "fetch_args", + "from_in", "grantstmt", "revokestmt", "privileges", "beforeprivilegeselect", + "privilege", "privilege_target", "grantee_list", "grantrolestmt", + "revokerolestmt", "alterdefaultprivilegesstmt", "defaclaction", + "defacl_privilege_target", "indexstmt", "index_params", "index_elem", + "createfunctionstmt", "opt_or_replace", "func_args", "func_args_list", + "routine_with_argtypes_list", "routine_with_argtypes", "procedure_with_argtypes_list", + "procedure_with_argtypes", "function_with_argtypes_list", "function_with_argtypes", + "func_arg", "arg_class", "func_type", "func_arg_with_default", "aggr_args", "aggregate_with_argtypes", "common_func_opt_item", "createfunc_opt_item", "opt_definition", "table_func_column", "alterfunctionstmt", "removefuncstmt", "removeaggrstmt", "removeoperstmt", "oper_argtypes", "any_operator", @@ -1444,21 +1438,21 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 935; + this.state = 927; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 2 || _la === 31 || ((((_la - 32)) & ~0x1F) === 0 && ((1 << (_la - 32)) & 570441729) !== 0) || ((((_la - 65)) & ~0x1F) === 0 && ((1 << (_la - 65)) & 142606337) !== 0) || _la === 105 || _la === 129 || ((((_la - 138)) & ~0x1F) === 0 && ((1 << (_la - 138)) & 2159673601) !== 0) || ((((_la - 177)) & ~0x1F) === 0 && ((1 << (_la - 177)) & 100680739) !== 0) || ((((_la - 241)) & ~0x1F) === 0 && ((1 << (_la - 241)) & 1090557953) !== 0) || ((((_la - 290)) & ~0x1F) === 0 && ((1 << (_la - 290)) & 679839745) !== 0) || ((((_la - 322)) & ~0x1F) === 0 && ((1 << (_la - 322)) & 272417) !== 0) || ((((_la - 358)) & ~0x1F) === 0 && ((1 << (_la - 358)) & 6401) !== 0) || ((((_la - 422)) & ~0x1F) === 0 && ((1 << (_la - 422)) & 4196353) !== 0) || _la === 454 || _la === 525 || _la === 581) { { { - this.state = 932; + this.state = 924; this.singleStmt(); } } - this.state = 937; + this.state = 929; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 938; + this.state = 930; this.match(PostgreSqlParser.EOF); } } @@ -1483,14 +1477,14 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 940; + this.state = 932; this.stmt(); - this.state = 942; + this.state = 934; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 7) { { - this.state = 941; + this.state = 933; this.match(PostgreSqlParser.SEMI); } } @@ -1516,832 +1510,832 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 4, PostgreSqlParser.RULE_stmt); let _la: number; try { - this.state = 1064; + this.state = 1056; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 3, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 944; + this.state = 936; this.altereventtrigstmt(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 945; + this.state = 937; this.altercollationstmt(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 946; + this.state = 938; this.alterdatabasestmt(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 947; + this.state = 939; this.alterdatabasesetstmt(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 948; + this.state = 940; this.alterdefaultprivilegesstmt(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 949; + this.state = 941; this.alterdomainstmt(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 950; + this.state = 942; this.alterenumstmt(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 951; + this.state = 943; this.alterextensionstmt(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 952; + this.state = 944; this.alterextensioncontentsstmt(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 953; + this.state = 945; this.alterfdwstmt(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 954; + this.state = 946; this.alterforeignserverstmt(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 955; + this.state = 947; this.alterfunctionstmt(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 956; + this.state = 948; this.altergroupstmt(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 957; + this.state = 949; this.alterobjectdependsstmt(); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 958; + this.state = 950; this.alterobjectschemastmt(); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 959; + this.state = 951; this.alterownerstmt(); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 960; + this.state = 952; this.alteroperatorstmt(); } break; case 18: this.enterOuterAlt(localContext, 18); { - this.state = 961; + this.state = 953; this.altertypestmt(); } break; case 19: this.enterOuterAlt(localContext, 19); { - this.state = 962; + this.state = 954; this.alterpolicystmt(); } break; case 20: this.enterOuterAlt(localContext, 20); { - this.state = 963; + this.state = 955; this.alterprocedurestmt(); } break; case 21: this.enterOuterAlt(localContext, 21); { - this.state = 964; + this.state = 956; this.alterseqstmt(); } break; case 22: this.enterOuterAlt(localContext, 22); { - this.state = 965; + this.state = 957; this.altersystemstmt(); } break; case 23: this.enterOuterAlt(localContext, 23); { - this.state = 966; + this.state = 958; this.altertablestmt(); } break; case 24: this.enterOuterAlt(localContext, 24); { - this.state = 967; + this.state = 959; this.altertblspcstmt(); } break; case 25: this.enterOuterAlt(localContext, 25); { - this.state = 968; + this.state = 960; this.altercompositetypestmt(); } break; case 26: this.enterOuterAlt(localContext, 26); { - this.state = 969; + this.state = 961; this.alterpublicationstmt(); } break; case 27: this.enterOuterAlt(localContext, 27); { - this.state = 970; + this.state = 962; this.alterrolesetstmt(); } break; case 28: this.enterOuterAlt(localContext, 28); { - this.state = 971; + this.state = 963; this.alterroutinestmt(); } break; case 29: this.enterOuterAlt(localContext, 29); { - this.state = 972; + this.state = 964; this.alterrolestmt(); } break; case 30: this.enterOuterAlt(localContext, 30); { - this.state = 973; + this.state = 965; this.altersubscriptionstmt(); } break; case 31: this.enterOuterAlt(localContext, 31); { - this.state = 974; + this.state = 966; this.alterstatsstmt(); } break; case 32: this.enterOuterAlt(localContext, 32); { - this.state = 975; + this.state = 967; this.altertsconfigurationstmt(); } break; case 33: this.enterOuterAlt(localContext, 33); { - this.state = 976; + this.state = 968; this.altertsdictionarystmt(); } break; case 34: this.enterOuterAlt(localContext, 34); { - this.state = 977; + this.state = 969; this.alterusermappingstmt(); } break; case 35: this.enterOuterAlt(localContext, 35); { - this.state = 978; + this.state = 970; this.analyzestmt(); } break; case 36: this.enterOuterAlt(localContext, 36); { - this.state = 979; + this.state = 971; this.callstmt(); } break; case 37: this.enterOuterAlt(localContext, 37); { - this.state = 980; + this.state = 972; this.checkpointstmt(); } break; case 38: this.enterOuterAlt(localContext, 38); { - this.state = 981; + this.state = 973; this.closeportalstmt(); } break; case 39: this.enterOuterAlt(localContext, 39); { - this.state = 982; + this.state = 974; this.clusterstmt(); } break; case 40: this.enterOuterAlt(localContext, 40); { - this.state = 983; + this.state = 975; this.commentstmt(); } break; case 41: this.enterOuterAlt(localContext, 41); { - this.state = 984; + this.state = 976; this.constraintssetstmt(); } break; case 42: this.enterOuterAlt(localContext, 42); { - this.state = 985; + this.state = 977; this.copystmt(); } break; case 43: this.enterOuterAlt(localContext, 43); { - this.state = 986; + this.state = 978; this.createamstmt(); } break; case 44: this.enterOuterAlt(localContext, 44); { - this.state = 987; + this.state = 979; this.createasstmt(); } break; case 45: this.enterOuterAlt(localContext, 45); { - this.state = 988; + this.state = 980; this.createassertionstmt(); } break; case 46: this.enterOuterAlt(localContext, 46); { - this.state = 989; + this.state = 981; this.createcaststmt(); } break; case 47: this.enterOuterAlt(localContext, 47); { - this.state = 990; + this.state = 982; this.createconversionstmt(); } break; case 48: this.enterOuterAlt(localContext, 48); { - this.state = 991; + this.state = 983; this.createdomainstmt(); } break; case 49: this.enterOuterAlt(localContext, 49); { - this.state = 992; + this.state = 984; this.createextensionstmt(); } break; case 50: this.enterOuterAlt(localContext, 50); { - this.state = 993; + this.state = 985; this.createfdwstmt(); } break; case 51: this.enterOuterAlt(localContext, 51); { - this.state = 994; + this.state = 986; this.createforeignserverstmt(); } break; case 52: this.enterOuterAlt(localContext, 52); { - this.state = 995; + this.state = 987; this.createforeigntablestmt(); } break; case 53: this.enterOuterAlt(localContext, 53); { - this.state = 996; + this.state = 988; this.createfunctionstmt(); } break; case 54: this.enterOuterAlt(localContext, 54); { - this.state = 997; + this.state = 989; this.creategroupstmt(); } break; case 55: this.enterOuterAlt(localContext, 55); { - this.state = 998; + this.state = 990; this.creatematviewstmt(); } break; case 56: this.enterOuterAlt(localContext, 56); { - this.state = 999; + this.state = 991; this.createopclassstmt(); } break; case 57: this.enterOuterAlt(localContext, 57); { - this.state = 1000; + this.state = 992; this.createopfamilystmt(); } break; case 58: this.enterOuterAlt(localContext, 58); { - this.state = 1001; + this.state = 993; this.createpublicationstmt(); } break; case 59: this.enterOuterAlt(localContext, 59); { - this.state = 1002; + this.state = 994; this.alteropfamilystmt(); } break; case 60: this.enterOuterAlt(localContext, 60); { - this.state = 1003; + this.state = 995; this.createpolicystmt(); } break; case 61: this.enterOuterAlt(localContext, 61); { - this.state = 1004; + this.state = 996; this.createplangstmt(); } break; case 62: this.enterOuterAlt(localContext, 62); { - this.state = 1005; + this.state = 997; this.createschemastmt(); } break; case 63: this.enterOuterAlt(localContext, 63); { - this.state = 1006; + this.state = 998; this.createseqstmt(); } break; case 64: this.enterOuterAlt(localContext, 64); { - this.state = 1007; + this.state = 999; this.createstmt(); } break; case 65: this.enterOuterAlt(localContext, 65); { - this.state = 1008; + this.state = 1000; this.createsubscriptionstmt(); } break; case 66: this.enterOuterAlt(localContext, 66); { - this.state = 1009; + this.state = 1001; this.createstatsstmt(); } break; case 67: this.enterOuterAlt(localContext, 67); { - this.state = 1010; + this.state = 1002; this.createtablespacestmt(); } break; case 68: this.enterOuterAlt(localContext, 68); { - this.state = 1011; + this.state = 1003; this.createtransformstmt(); } break; case 69: this.enterOuterAlt(localContext, 69); { - this.state = 1012; + this.state = 1004; this.createtrigstmt(); } break; case 70: this.enterOuterAlt(localContext, 70); { - this.state = 1013; + this.state = 1005; this.createeventtrigstmt(); } break; case 71: this.enterOuterAlt(localContext, 71); { - this.state = 1014; + this.state = 1006; this.createrolestmt(); } break; case 72: this.enterOuterAlt(localContext, 72); { - this.state = 1015; + this.state = 1007; this.createuserstmt(); } break; case 73: this.enterOuterAlt(localContext, 73); { - this.state = 1016; + this.state = 1008; this.createusermappingstmt(); } break; case 74: this.enterOuterAlt(localContext, 74); { - this.state = 1017; + this.state = 1009; this.createdbstmt(); } break; case 75: this.enterOuterAlt(localContext, 75); { - this.state = 1018; + this.state = 1010; this.deallocatestmt(); } break; case 76: this.enterOuterAlt(localContext, 76); { - this.state = 1019; + this.state = 1011; this.declarecursorstmt(); } break; case 77: this.enterOuterAlt(localContext, 77); { - this.state = 1020; + this.state = 1012; this.definestmt(); } break; case 78: this.enterOuterAlt(localContext, 78); { - this.state = 1021; + this.state = 1013; this.deletestmt(); } break; case 79: this.enterOuterAlt(localContext, 79); { - this.state = 1022; + this.state = 1014; this.discardstmt(); } break; case 80: this.enterOuterAlt(localContext, 80); { - this.state = 1023; + this.state = 1015; this.dostmt(); } break; case 81: this.enterOuterAlt(localContext, 81); { - this.state = 1024; + this.state = 1016; this.dropstmt(); } break; case 82: this.enterOuterAlt(localContext, 82); { - this.state = 1025; + this.state = 1017; this.executestmt(); } break; case 83: this.enterOuterAlt(localContext, 83); { - this.state = 1026; + this.state = 1018; this.explainstmt(); } break; case 84: this.enterOuterAlt(localContext, 84); { - this.state = 1027; + this.state = 1019; this.fetchstmt(); } break; case 85: this.enterOuterAlt(localContext, 85); { - this.state = 1028; + this.state = 1020; this.grantstmt(); } break; case 86: this.enterOuterAlt(localContext, 86); { - this.state = 1029; + this.state = 1021; this.grantrolestmt(); } break; case 87: this.enterOuterAlt(localContext, 87); { - this.state = 1030; + this.state = 1022; this.mergestmt(); } break; case 88: this.enterOuterAlt(localContext, 88); { - this.state = 1031; + this.state = 1023; this.importforeignschemastmt(); } break; case 89: this.enterOuterAlt(localContext, 89); { - this.state = 1032; + this.state = 1024; this.indexstmt(); } break; case 90: this.enterOuterAlt(localContext, 90); { - this.state = 1033; + this.state = 1025; this.insertstmt(); } break; case 91: this.enterOuterAlt(localContext, 91); { - this.state = 1034; + this.state = 1026; this.listenstmt(); } break; case 92: this.enterOuterAlt(localContext, 92); { - this.state = 1035; + this.state = 1027; this.refreshmatviewstmt(); } break; case 93: this.enterOuterAlt(localContext, 93); { - this.state = 1036; + this.state = 1028; this.loadstmt(); } break; case 94: this.enterOuterAlt(localContext, 94); { - this.state = 1037; + this.state = 1029; this.lockstmt(); } break; case 95: this.enterOuterAlt(localContext, 95); { - this.state = 1038; + this.state = 1030; this.notifystmt(); } break; case 96: this.enterOuterAlt(localContext, 96); { - this.state = 1039; + this.state = 1031; this.preparestmt(); } break; case 97: this.enterOuterAlt(localContext, 97); { - this.state = 1040; + this.state = 1032; this.reassignownedstmt(); } break; case 98: this.enterOuterAlt(localContext, 98); { - this.state = 1041; + this.state = 1033; this.reindexstmt(); } break; case 99: this.enterOuterAlt(localContext, 99); { - this.state = 1042; + this.state = 1034; this.removeaggrstmt(); } break; case 100: this.enterOuterAlt(localContext, 100); { - this.state = 1043; + this.state = 1035; this.removefuncstmt(); } break; case 101: this.enterOuterAlt(localContext, 101); { - this.state = 1044; + this.state = 1036; this.removeoperstmt(); } break; case 102: this.enterOuterAlt(localContext, 102); { - this.state = 1045; + this.state = 1037; this.renamestmt(); } break; case 103: this.enterOuterAlt(localContext, 103); { - this.state = 1046; + this.state = 1038; this.revokestmt(); } break; case 104: this.enterOuterAlt(localContext, 104); { - this.state = 1047; + this.state = 1039; this.revokerolestmt(); } break; case 105: this.enterOuterAlt(localContext, 105); { - this.state = 1048; + this.state = 1040; this.rulestmt(); } break; case 106: this.enterOuterAlt(localContext, 106); { - this.state = 1049; + this.state = 1041; this.seclabelstmt(); } break; case 107: this.enterOuterAlt(localContext, 107); { - this.state = 1050; + this.state = 1042; this.selectstmt(); } break; case 108: this.enterOuterAlt(localContext, 108); { - this.state = 1051; + this.state = 1043; this.transactionstmt(); } break; case 109: this.enterOuterAlt(localContext, 109); { - this.state = 1052; + this.state = 1044; this.truncatestmt(); } break; case 110: this.enterOuterAlt(localContext, 110); { - this.state = 1053; + this.state = 1045; this.unlistenstmt(); } break; case 111: this.enterOuterAlt(localContext, 111); { - this.state = 1054; + this.state = 1046; this.updatestmt(); } break; case 112: this.enterOuterAlt(localContext, 112); { - this.state = 1055; + this.state = 1047; this.vacuumstmt(); } break; case 113: this.enterOuterAlt(localContext, 113); { - this.state = 1056; + this.state = 1048; this.variableresetstmt(); } break; case 114: this.enterOuterAlt(localContext, 114); { - this.state = 1057; + this.state = 1049; this.variablesetstmt(); } break; case 115: this.enterOuterAlt(localContext, 115); { - this.state = 1058; + this.state = 1050; this.variableshowstmt(); } break; case 116: this.enterOuterAlt(localContext, 116); { - this.state = 1059; + this.state = 1051; this.viewstmt(); } break; case 117: this.enterOuterAlt(localContext, 117); { - this.state = 1060; + this.state = 1052; this.match(PostgreSqlParser.MetaCommand); - this.state = 1062; + this.state = 1054; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 582) { { - this.state = 1061; + this.state = 1053; this.match(PostgreSqlParser.EndMetaCommand); } } @@ -2370,9 +2364,9 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1066; + this.state = 1058; this.match(PostgreSqlParser.KW_CALL); - this.state = 1067; + this.state = 1059; this.func_application(); } } @@ -2397,35 +2391,35 @@ export class PostgreSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1069; + this.state = 1061; this.match(PostgreSqlParser.KW_CREATE); - this.state = 1070; + this.state = 1062; this.match(PostgreSqlParser.KW_ROLE); - this.state = 1071; + this.state = 1063; this.rolespec(); - this.state = 1073; + this.state = 1065; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 4, this.context) ) { case 1: { - this.state = 1072; + this.state = 1064; this.match(PostgreSqlParser.KW_WITH); } break; } - this.state = 1078; + this.state = 1070; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 5, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1075; + this.state = 1067; this.createoptroleelem(); } } } - this.state = 1080; + this.state = 1072; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 5, this.context); } @@ -2450,15 +2444,15 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 10, PostgreSqlParser.RULE_alteroptroleelem); let _la: number; try { - this.state = 1119; + this.state = 1111; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 7, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1081; + this.state = 1073; this.match(PostgreSqlParser.KW_PASSWORD); - this.state = 1084; + this.state = 1076; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.StringConstant: @@ -2466,13 +2460,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.BeginDollarStringConstant: case PostgreSqlParser.EscapeStringConstant: { - this.state = 1082; + this.state = 1074; this.sconst(); } break; case PostgreSqlParser.KW_NULL: { - this.state = 1083; + this.state = 1075; this.match(PostgreSqlParser.KW_NULL); } break; @@ -2484,7 +2478,7 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1086; + this.state = 1078; _la = this.tokenStream.LA(1); if(!(_la === 195 || _la === 364)) { this.errorHandler.recoverInline(this); @@ -2493,152 +2487,152 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1087; + this.state = 1079; this.match(PostgreSqlParser.KW_PASSWORD); - this.state = 1088; + this.state = 1080; this.sconst(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1089; + this.state = 1081; this.match(PostgreSqlParser.KW_INHERIT); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1090; + this.state = 1082; this.match(PostgreSqlParser.KW_NOINHERIT); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1091; + this.state = 1083; this.match(PostgreSqlParser.KW_CREATEUSER); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 1092; + this.state = 1084; this.match(PostgreSqlParser.KW_NOCREATEUSER); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 1093; + this.state = 1085; this.match(PostgreSqlParser.KW_CREATEROLE); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 1094; + this.state = 1086; this.match(PostgreSqlParser.KW_NOCREATEROLE); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 1095; + this.state = 1087; this.match(PostgreSqlParser.KW_CREATEDB); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 1096; + this.state = 1088; this.match(PostgreSqlParser.KW_NOCREATEDB); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 1097; + this.state = 1089; this.match(PostgreSqlParser.KW_SUPERUSER); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 1098; + this.state = 1090; this.match(PostgreSqlParser.KW_NOSUPERUSER); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 1099; + this.state = 1091; this.match(PostgreSqlParser.KW_LOGIN); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 1100; + this.state = 1092; this.match(PostgreSqlParser.KW_NOLOGIN); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 1101; + this.state = 1093; this.match(PostgreSqlParser.KW_REPLICATION); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 1102; + this.state = 1094; this.match(PostgreSqlParser.KW_NOREPLICATION); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 1103; + this.state = 1095; this.match(PostgreSqlParser.KW_BYPASSRLS); } break; case 18: this.enterOuterAlt(localContext, 18); { - this.state = 1104; + this.state = 1096; this.match(PostgreSqlParser.KW_NOBYPASSRLS); } break; case 19: this.enterOuterAlt(localContext, 19); { - this.state = 1105; + this.state = 1097; this.match(PostgreSqlParser.KW_CONNECTION); - this.state = 1106; + this.state = 1098; this.match(PostgreSqlParser.KW_LIMIT); - this.state = 1107; + this.state = 1099; this.signediconst(); } break; case 20: this.enterOuterAlt(localContext, 20); { - this.state = 1108; + this.state = 1100; this.match(PostgreSqlParser.KW_VALID); - this.state = 1109; + this.state = 1101; this.match(PostgreSqlParser.KW_UNTIL); - this.state = 1110; + this.state = 1102; this.sconst(); } break; case 21: this.enterOuterAlt(localContext, 21); { - this.state = 1111; + this.state = 1103; this.match(PostgreSqlParser.KW_IN); - this.state = 1112; + this.state = 1104; _la = this.tokenStream.LA(1); if(!(_la === 66 || _la === 318)) { this.errorHandler.recoverInline(this); @@ -2647,14 +2641,14 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1113; + this.state = 1105; this.name_list(); } break; case 22: this.enterOuterAlt(localContext, 22); { - this.state = 1114; + this.state = 1106; _la = this.tokenStream.LA(1); if(!(_la === 99 || _la === 318)) { this.errorHandler.recoverInline(this); @@ -2663,23 +2657,23 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1115; + this.state = 1107; this.role_list(); } break; case 23: this.enterOuterAlt(localContext, 23); { - this.state = 1116; + this.state = 1108; this.match(PostgreSqlParser.KW_ADMIN); - this.state = 1117; + this.state = 1109; this.name_list(); } break; case 24: this.enterOuterAlt(localContext, 24); { - this.state = 1118; + this.state = 1110; this.identifier(); } break; @@ -2704,29 +2698,29 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 12, PostgreSqlParser.RULE_createoptroleelem); let _la: number; try { - this.state = 1129; + this.state = 1121; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 8, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1121; + this.state = 1113; this.alteroptroleelem(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1122; + this.state = 1114; this.match(PostgreSqlParser.KW_SYSID); - this.state = 1123; + this.state = 1115; this.match(PostgreSqlParser.Integral); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1124; + this.state = 1116; _la = this.tokenStream.LA(1); if(!(_la === 134 || _la === 318)) { this.errorHandler.recoverInline(this); @@ -2735,16 +2729,16 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1125; + this.state = 1117; this.role_list(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1126; + this.state = 1118; this.match(PostgreSqlParser.KW_IN); - this.state = 1127; + this.state = 1119; _la = this.tokenStream.LA(1); if(!(_la === 66 || _la === 318)) { this.errorHandler.recoverInline(this); @@ -2753,7 +2747,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1128; + this.state = 1120; this.role_list(); } break; @@ -2780,35 +2774,35 @@ export class PostgreSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1131; + this.state = 1123; this.match(PostgreSqlParser.KW_CREATE); - this.state = 1132; + this.state = 1124; this.match(PostgreSqlParser.KW_USER); - this.state = 1133; + this.state = 1125; this.rolespec(); - this.state = 1135; + this.state = 1127; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 9, this.context) ) { case 1: { - this.state = 1134; + this.state = 1126; this.match(PostgreSqlParser.KW_WITH); } break; } - this.state = 1140; + this.state = 1132; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 10, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1137; + this.state = 1129; this.createoptroleelem(); } } } - this.state = 1142; + this.state = 1134; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 10, this.context); } @@ -2836,9 +2830,9 @@ export class PostgreSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1143; + this.state = 1135; this.match(PostgreSqlParser.KW_ALTER); - this.state = 1144; + this.state = 1136; _la = this.tokenStream.LA(1); if(!(_la === 99 || _la === 318)) { this.errorHandler.recoverInline(this); @@ -2847,31 +2841,31 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1145; + this.state = 1137; this.rolespec(); - this.state = 1147; + this.state = 1139; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 11, this.context) ) { case 1: { - this.state = 1146; + this.state = 1138; this.match(PostgreSqlParser.KW_WITH); } break; } - this.state = 1152; + this.state = 1144; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 12, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1149; + this.state = 1141; this.alteroptroleelem(); } } } - this.state = 1154; + this.state = 1146; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 12, this.context); } @@ -2898,9 +2892,9 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1155; + this.state = 1147; this.match(PostgreSqlParser.KW_ALTER); - this.state = 1156; + this.state = 1148; _la = this.tokenStream.LA(1); if(!(_la === 99 || _la === 318)) { this.errorHandler.recoverInline(this); @@ -2909,12 +2903,12 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1159; + this.state = 1151; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ALL: { - this.state = 1157; + this.state = 1149; this.match(PostgreSqlParser.KW_ALL); } break; @@ -3337,20 +3331,20 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 1158; + this.state = 1150; this.rolespec(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 1161; + this.state = 1153; this.match(PostgreSqlParser.KW_IN); - this.state = 1162; + this.state = 1154; this.match(PostgreSqlParser.KW_DATABASE); - this.state = 1163; + this.state = 1155; this.database_name(); - this.state = 1164; + this.state = 1156; this.setresetclause(); } } @@ -3375,23 +3369,23 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1166; + this.state = 1158; this.match(PostgreSqlParser.KW_ALTER); - this.state = 1167; + this.state = 1159; this.match(PostgreSqlParser.KW_ROUTINE); - this.state = 1168; + this.state = 1160; this.routine_name(); - this.state = 1170; + this.state = 1162; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 1169; + this.state = 1161; this.func_args(); } } - this.state = 1172; + this.state = 1164; this.alter_routine_cluase(); } } @@ -3415,36 +3409,36 @@ export class PostgreSqlParser extends SQLParserBase { let _la: number; try { let alternative: number; - this.state = 1200; + this.state = 1192; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 18, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1174; + this.state = 1166; this.routine_action(); - this.state = 1178; + this.state = 1170; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 15, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1175; + this.state = 1167; this.routine_action(); } } } - this.state = 1180; + this.state = 1172; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 15, this.context); } - this.state = 1182; + this.state = 1174; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 16, this.context) ) { case 1: { - this.state = 1181; + this.state = 1173; this.match(PostgreSqlParser.KW_RESTRICT); } break; @@ -3454,56 +3448,56 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1184; + this.state = 1176; this.match(PostgreSqlParser.KW_RENAME); - this.state = 1185; + this.state = 1177; this.match(PostgreSqlParser.KW_TO); - this.state = 1186; + this.state = 1178; this.routine_name_create(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1187; + this.state = 1179; this.match(PostgreSqlParser.KW_OWNER); - this.state = 1188; + this.state = 1180; this.match(PostgreSqlParser.KW_TO); - this.state = 1189; + this.state = 1181; this.rolespec(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1190; + this.state = 1182; this.match(PostgreSqlParser.KW_SET); - this.state = 1191; + this.state = 1183; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 1192; + this.state = 1184; this.schema_name_create(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1194; + this.state = 1186; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 1193; + this.state = 1185; this.match(PostgreSqlParser.KW_NO); } } - this.state = 1196; + this.state = 1188; this.match(PostgreSqlParser.KW_DEPENDS); - this.state = 1197; + this.state = 1189; this.match(PostgreSqlParser.KW_ON); - this.state = 1198; + this.state = 1190; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 1199; + this.state = 1191; this.colid(); } break; @@ -3528,86 +3522,86 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 24, PostgreSqlParser.RULE_routine_action); let _la: number; try { - this.state = 1244; + this.state = 1236; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 25, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1202; + this.state = 1194; this.match(PostgreSqlParser.KW_IMMUTABLE); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1203; + this.state = 1195; this.match(PostgreSqlParser.KW_STABLE); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1204; + this.state = 1196; this.match(PostgreSqlParser.KW_VOLATILE); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1206; + this.state = 1198; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 1205; + this.state = 1197; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 1208; + this.state = 1200; this.match(PostgreSqlParser.KW_LEAKPROOF); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1219; + this.state = 1211; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 22, this.context) ) { case 1: { - this.state = 1210; + this.state = 1202; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 205) { { - this.state = 1209; + this.state = 1201; this.match(PostgreSqlParser.KW_EXTERNAL); } } - this.state = 1212; + this.state = 1204; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 1213; + this.state = 1205; this.match(PostgreSqlParser.KW_INVOKER); } break; case 2: { - this.state = 1215; + this.state = 1207; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 205) { { - this.state = 1214; + this.state = 1206; this.match(PostgreSqlParser.KW_EXTERNAL); } } - this.state = 1217; + this.state = 1209; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 1218; + this.state = 1210; this.match(PostgreSqlParser.KW_DEFINER); } break; @@ -3617,9 +3611,9 @@ export class PostgreSqlParser extends SQLParserBase { case 6: this.enterOuterAlt(localContext, 6); { - this.state = 1221; + this.state = 1213; this.match(PostgreSqlParser.KW_PARALLEL); - this.state = 1222; + this.state = 1214; _la = this.tokenStream.LA(1); if(!(((((_la - 529)) & ~0x1F) === 0 && ((1 << (_la - 529)) & 7) !== 0))) { this.errorHandler.recoverInline(this); @@ -3633,29 +3627,29 @@ export class PostgreSqlParser extends SQLParserBase { case 7: this.enterOuterAlt(localContext, 7); { - this.state = 1223; + this.state = 1215; this.match(PostgreSqlParser.KW_COST); - this.state = 1224; + this.state = 1216; this.collabel(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 1225; + this.state = 1217; this.match(PostgreSqlParser.KW_ROWS); - this.state = 1226; + this.state = 1218; this.colid(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 1227; + this.state = 1219; this.match(PostgreSqlParser.KW_SET); - this.state = 1228; + this.state = 1220; this.colid(); - this.state = 1229; + this.state = 1221; _la = this.tokenStream.LA(1); if(!(_la === 10 || _la === 94)) { this.errorHandler.recoverInline(this); @@ -3664,18 +3658,18 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1232; + this.state = 1224; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 23, this.context) ) { case 1: { - this.state = 1230; + this.state = 1222; this.colid(); } break; case 2: { - this.state = 1231; + this.state = 1223; this.match(PostgreSqlParser.KW_DEFAULT); } break; @@ -3685,22 +3679,22 @@ export class PostgreSqlParser extends SQLParserBase { case 10: this.enterOuterAlt(localContext, 10); { - this.state = 1234; + this.state = 1226; this.match(PostgreSqlParser.KW_SET); - this.state = 1235; + this.state = 1227; this.colid(); - this.state = 1236; + this.state = 1228; this.match(PostgreSqlParser.KW_FROM); - this.state = 1237; + this.state = 1229; this.match(PostgreSqlParser.KW_CURRENT); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 1239; + this.state = 1231; this.match(PostgreSqlParser.KW_RESET); - this.state = 1242; + this.state = 1234; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DEFAULT: @@ -4098,13 +4092,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 1240; + this.state = 1232; this.colid(); } break; case PostgreSqlParser.KW_ALL: { - this.state = 1241; + this.state = 1233; this.match(PostgreSqlParser.KW_ALL); } break; @@ -4136,35 +4130,35 @@ export class PostgreSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1246; + this.state = 1238; this.match(PostgreSqlParser.KW_CREATE); - this.state = 1247; + this.state = 1239; this.match(PostgreSqlParser.KW_GROUP); - this.state = 1248; + this.state = 1240; this.rolespec(); - this.state = 1250; + this.state = 1242; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 26, this.context) ) { case 1: { - this.state = 1249; + this.state = 1241; this.match(PostgreSqlParser.KW_WITH); } break; } - this.state = 1255; + this.state = 1247; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 27, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1252; + this.state = 1244; this.createoptroleelem(); } } } - this.state = 1257; + this.state = 1249; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 27, this.context); } @@ -4191,13 +4185,13 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1258; + this.state = 1250; this.match(PostgreSqlParser.KW_ALTER); - this.state = 1259; + this.state = 1251; this.match(PostgreSqlParser.KW_GROUP); - this.state = 1260; + this.state = 1252; this.rolespec(); - this.state = 1261; + this.state = 1253; _la = this.tokenStream.LA(1); if(!(_la === 133 || _la === 191)) { this.errorHandler.recoverInline(this); @@ -4206,9 +4200,9 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1262; + this.state = 1254; this.match(PostgreSqlParser.KW_USER); - this.state = 1263; + this.state = 1255; this.role_list(); } } @@ -4234,61 +4228,61 @@ export class PostgreSqlParser extends SQLParserBase { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 1265; + this.state = 1257; this.match(PostgreSqlParser.KW_CREATE); - this.state = 1266; + this.state = 1258; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 1268; + this.state = 1260; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 28, this.context) ) { case 1: { - this.state = 1267; + this.state = 1259; this.opt_if_not_exists(); } break; } - this.state = 1276; + this.state = 1268; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 30, this.context) ) { case 1: { - this.state = 1271; + this.state = 1263; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 53 || ((((_la - 116)) & ~0x1F) === 0 && ((1 << (_la - 116)) & 4294959489) !== 0) || ((((_la - 148)) & ~0x1F) === 0 && ((1 << (_la - 148)) & 4294967295) !== 0) || ((((_la - 180)) & ~0x1F) === 0 && ((1 << (_la - 180)) & 4294967295) !== 0) || ((((_la - 212)) & ~0x1F) === 0 && ((1 << (_la - 212)) & 4227989503) !== 0) || ((((_la - 244)) & ~0x1F) === 0 && ((1 << (_la - 244)) & 4294967295) !== 0) || ((((_la - 276)) & ~0x1F) === 0 && ((1 << (_la - 276)) & 4294967295) !== 0) || ((((_la - 308)) & ~0x1F) === 0 && ((1 << (_la - 308)) & 4294967295) !== 0) || ((((_la - 340)) & ~0x1F) === 0 && ((1 << (_la - 340)) & 4294967295) !== 0) || ((((_la - 372)) & ~0x1F) === 0 && ((1 << (_la - 372)) & 4294967295) !== 0) || ((((_la - 404)) & ~0x1F) === 0 && ((1 << (_la - 404)) & 4294967295) !== 0) || ((((_la - 436)) & ~0x1F) === 0 && ((1 << (_la - 436)) & 4294705151) !== 0) || ((((_la - 468)) & ~0x1F) === 0 && ((1 << (_la - 468)) & 4294967279) !== 0) || ((((_la - 500)) & ~0x1F) === 0 && ((1 << (_la - 500)) & 18350039) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 402696335) !== 0) || _la === 584) { { - this.state = 1270; + this.state = 1262; this.schema_name_create(); } } - this.state = 1273; + this.state = 1265; this.match(PostgreSqlParser.KW_AUTHORIZATION); - this.state = 1274; + this.state = 1266; this.rolespec(); } break; case 2: { - this.state = 1275; + this.state = 1267; this.schema_name_create(); } break; } - this.state = 1281; + this.state = 1273; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 31, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1278; + this.state = 1270; this.schema_stmt(); } } } - this.state = 1283; + this.state = 1275; this.errorHandler.sync(this); alternative = this.interpreter.adaptivePredict(this.tokenStream, 31, this.context); } @@ -4315,7 +4309,7 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new SchemaNameCreateContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 1284; + this.state = 1276; this.any_name(); } } @@ -4337,48 +4331,48 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Schema_stmtContext(this.context, this.state); this.enterRule(localContext, 34, PostgreSqlParser.RULE_schema_stmt); try { - this.state = 1292; + this.state = 1284; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 32, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1286; + this.state = 1278; this.createstmt(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1287; + this.state = 1279; this.indexstmt(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1288; + this.state = 1280; this.createseqstmt(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1289; + this.state = 1281; this.createtrigstmt(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1290; + this.state = 1282; this.grantstmt(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 1291; + this.state = 1283; this.viewstmt(); } break; @@ -4405,14 +4399,14 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1294; + this.state = 1286; this.match(PostgreSqlParser.KW_SET); - this.state = 1296; + this.state = 1288; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 33, this.context) ) { case 1: { - this.state = 1295; + this.state = 1287; _la = this.tokenStream.LA(1); if(!(_la === 254 || _la === 332)) { this.errorHandler.recoverInline(this); @@ -4424,7 +4418,7 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 1298; + this.state = 1290; this.set_rest(); } } @@ -4446,37 +4440,37 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Set_restContext(this.context, this.state); this.enterRule(localContext, 38, PostgreSqlParser.RULE_set_rest); try { - this.state = 1308; + this.state = 1300; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 34, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1300; + this.state = 1292; this.match(PostgreSqlParser.KW_TRANSACTION); - this.state = 1301; + this.state = 1293; this.transaction_mode_list(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1302; + this.state = 1294; this.match(PostgreSqlParser.KW_SESSION); - this.state = 1303; + this.state = 1295; this.match(PostgreSqlParser.KW_CHARACTERISTICS); - this.state = 1304; + this.state = 1296; this.match(PostgreSqlParser.KW_AS); - this.state = 1305; + this.state = 1297; this.match(PostgreSqlParser.KW_TRANSACTION); - this.state = 1306; + this.state = 1298; this.transaction_mode_list(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1307; + this.state = 1299; this.set_rest_more(); } break; @@ -4503,12 +4497,12 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1312; + this.state = 1304; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ALL: { - this.state = 1310; + this.state = 1302; this.match(PostgreSqlParser.KW_ALL); } break; @@ -4907,19 +4901,19 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 1311; + this.state = 1303; this.var_name(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 1315; + this.state = 1307; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 10 || _la === 94) { { - this.state = 1314; + this.state = 1306; _la = this.tokenStream.LA(1); if(!(_la === 10 || _la === 94)) { this.errorHandler.recoverInline(this); @@ -4931,18 +4925,18 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 1319; + this.state = 1311; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 37, this.context) ) { case 1: { - this.state = 1317; + this.state = 1309; this.match(PostgreSqlParser.KW_DEFAULT); } break; case 2: { - this.state = 1318; + this.state = 1310; this.var_list(); } break; @@ -4967,55 +4961,55 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Set_rest_moreContext(this.context, this.state); this.enterRule(localContext, 42, PostgreSqlParser.RULE_set_rest_more); try { - this.state = 1349; + this.state = 1341; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 39, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1321; + this.state = 1313; this.match(PostgreSqlParser.KW_TIME); - this.state = 1322; + this.state = 1314; this.match(PostgreSqlParser.KW_ZONE); - this.state = 1323; + this.state = 1315; this.zone_value(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1324; + this.state = 1316; this.match(PostgreSqlParser.KW_CATALOG); - this.state = 1325; + this.state = 1317; this.sconst(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1326; + this.state = 1318; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 1327; + this.state = 1319; this.schema_name(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1328; + this.state = 1320; this.match(PostgreSqlParser.KW_NAMES); - this.state = 1331; + this.state = 1323; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 38, this.context) ) { case 1: { - this.state = 1329; + this.state = 1321; this.sconst(); } break; case 2: { - this.state = 1330; + this.state = 1322; this.match(PostgreSqlParser.KW_DEFAULT); } break; @@ -5025,60 +5019,60 @@ export class PostgreSqlParser extends SQLParserBase { case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1333; + this.state = 1325; this.match(PostgreSqlParser.KW_ROLE); - this.state = 1334; + this.state = 1326; this.nonreservedword_or_sconst(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 1335; + this.state = 1327; this.match(PostgreSqlParser.KW_SESSION); - this.state = 1336; + this.state = 1328; this.match(PostgreSqlParser.KW_AUTHORIZATION); - this.state = 1337; + this.state = 1329; this.nonreservedword_or_sconst(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 1338; + this.state = 1330; this.match(PostgreSqlParser.KW_XML); - this.state = 1339; + this.state = 1331; this.match(PostgreSqlParser.KW_OPTION); - this.state = 1340; + this.state = 1332; this.document_or_content(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 1341; + this.state = 1333; this.match(PostgreSqlParser.KW_TRANSACTION); - this.state = 1342; + this.state = 1334; this.match(PostgreSqlParser.KW_SNAPSHOT); - this.state = 1343; + this.state = 1335; this.sconst(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 1344; + this.state = 1336; this.var_name(); - this.state = 1345; + this.state = 1337; this.match(PostgreSqlParser.KW_FROM); - this.state = 1346; + this.state = 1338; this.match(PostgreSqlParser.KW_CURRENT); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 1348; + this.state = 1340; this.generic_set(); } break; @@ -5105,21 +5099,21 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1351; + this.state = 1343; this.colid(); - this.state = 1356; + this.state = 1348; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 11) { { { - this.state = 1352; + this.state = 1344; this.match(PostgreSqlParser.DOT); - this.state = 1353; + this.state = 1345; this.colid(); } } - this.state = 1358; + this.state = 1350; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -5146,21 +5140,21 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1359; + this.state = 1351; this.var_value(); - this.state = 1364; + this.state = 1356; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 1360; + this.state = 1352; this.match(PostgreSqlParser.COMMA); - this.state = 1361; + this.state = 1353; this.var_value(); } } - this.state = 1366; + this.state = 1358; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -5184,7 +5178,7 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Var_valueContext(this.context, this.state); this.enterRule(localContext, 48, PostgreSqlParser.RULE_var_value); try { - this.state = 1369; + this.state = 1361; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DEFAULT: @@ -5607,7 +5601,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 1367; + this.state = 1359; this.opt_boolean_or_string(); } break; @@ -5617,7 +5611,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.Numeric: this.enterOuterAlt(localContext, 2); { - this.state = 1368; + this.state = 1360; this.numericonly(); } break; @@ -5644,15 +5638,15 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 50, PostgreSqlParser.RULE_iso_level); let _la: number; try { - this.state = 1376; + this.state = 1368; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_READ: this.enterOuterAlt(localContext, 1); { - this.state = 1371; + this.state = 1363; this.match(PostgreSqlParser.KW_READ); - this.state = 1372; + this.state = 1364; _la = this.tokenStream.LA(1); if(!(_la === 162 || _la === 363)) { this.errorHandler.recoverInline(this); @@ -5666,16 +5660,16 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_REPEATABLE: this.enterOuterAlt(localContext, 2); { - this.state = 1373; + this.state = 1365; this.match(PostgreSqlParser.KW_REPEATABLE); - this.state = 1374; + this.state = 1366; this.match(PostgreSqlParser.KW_READ); } break; case PostgreSqlParser.KW_SERIALIZABLE: this.enterOuterAlt(localContext, 3); { - this.state = 1375; + this.state = 1367; this.match(PostgreSqlParser.KW_SERIALIZABLE); } break; @@ -5701,48 +5695,48 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Opt_boolean_or_string_columnContext(this.context, this.state); this.enterRule(localContext, 52, PostgreSqlParser.RULE_opt_boolean_or_string_column); try { - this.state = 1384; + this.state = 1376; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 44, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1378; + this.state = 1370; this.match(PostgreSqlParser.KW_TRUE); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1379; + this.state = 1371; this.match(PostgreSqlParser.KW_FALSE); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1380; + this.state = 1372; this.match(PostgreSqlParser.KW_ON); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1381; + this.state = 1373; this.column_name(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1382; + this.state = 1374; this.type_func_name_keyword(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 1383; + this.state = 1375; this.sconst(); } break; @@ -5766,27 +5760,27 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Opt_boolean_or_stringContext(this.context, this.state); this.enterRule(localContext, 54, PostgreSqlParser.RULE_opt_boolean_or_string); try { - this.state = 1390; + this.state = 1382; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_TRUE: this.enterOuterAlt(localContext, 1); { - this.state = 1386; + this.state = 1378; this.match(PostgreSqlParser.KW_TRUE); } break; case PostgreSqlParser.KW_FALSE: this.enterOuterAlt(localContext, 2); { - this.state = 1387; + this.state = 1379; this.match(PostgreSqlParser.KW_FALSE); } break; case PostgreSqlParser.KW_ON: this.enterOuterAlt(localContext, 3); { - this.state = 1388; + this.state = 1380; this.match(PostgreSqlParser.KW_ON); } break; @@ -6207,7 +6201,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 4); { - this.state = 1389; + this.state = 1381; this.nonreservedword_or_sconst(); } break; @@ -6233,43 +6227,43 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Zone_valueContext(this.context, this.state); this.enterRule(localContext, 56, PostgreSqlParser.RULE_zone_value); try { - this.state = 1406; + this.state = 1398; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 47, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1392; + this.state = 1384; this.sconst(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1393; + this.state = 1385; this.match(PostgreSqlParser.KW_DEFAULT); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1394; + this.state = 1386; this.identifier(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1395; + this.state = 1387; this.match(PostgreSqlParser.KW_INTERVAL); - this.state = 1396; + this.state = 1388; this.sconst(); - this.state = 1398; + this.state = 1390; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 46, this.context) ) { case 1: { - this.state = 1397; + this.state = 1389; this.opt_interval(); } break; @@ -6279,25 +6273,25 @@ export class PostgreSqlParser extends SQLParserBase { case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1400; + this.state = 1392; this.match(PostgreSqlParser.KW_INTERVAL); - this.state = 1401; + this.state = 1393; this.opt_float(); - this.state = 1402; + this.state = 1394; this.sconst(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 1404; + this.state = 1396; this.numericonly(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 1405; + this.state = 1397; this.match(PostgreSqlParser.KW_LOCAL); } break; @@ -6321,20 +6315,20 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Nonreservedword_or_sconstContext(this.context, this.state); this.enterRule(localContext, 58, PostgreSqlParser.RULE_nonreservedword_or_sconst); try { - this.state = 1410; + this.state = 1402; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 48, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1408; + this.state = 1400; this.nonreservedword(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1409; + this.state = 1401; this.sconst(); } break; @@ -6360,9 +6354,9 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1412; + this.state = 1404; this.match(PostgreSqlParser.KW_RESET); - this.state = 1413; + this.state = 1405; this.reset_rest(); } } @@ -6384,49 +6378,49 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new Reset_restContext(this.context, this.state); this.enterRule(localContext, 62, PostgreSqlParser.RULE_reset_rest); try { - this.state = 1424; + this.state = 1416; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 49, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1415; + this.state = 1407; this.match(PostgreSqlParser.KW_TIME); - this.state = 1416; + this.state = 1408; this.match(PostgreSqlParser.KW_ZONE); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1417; + this.state = 1409; this.match(PostgreSqlParser.KW_TRANSACTION); - this.state = 1418; + this.state = 1410; this.match(PostgreSqlParser.KW_ISOLATION); - this.state = 1419; + this.state = 1411; this.match(PostgreSqlParser.KW_LEVEL); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1420; + this.state = 1412; this.match(PostgreSqlParser.KW_SESSION); - this.state = 1421; + this.state = 1413; this.match(PostgreSqlParser.KW_AUTHORIZATION); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1422; + this.state = 1414; this.match(PostgreSqlParser.KW_ALL); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1423; + this.state = 1415; this.var_name(); } break; @@ -6450,22 +6444,22 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new SetresetclauseContext(this.context, this.state); this.enterRule(localContext, 64, PostgreSqlParser.RULE_setresetclause); try { - this.state = 1429; + this.state = 1421; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_SET: this.enterOuterAlt(localContext, 1); { - this.state = 1426; + this.state = 1418; this.match(PostgreSqlParser.KW_SET); - this.state = 1427; + this.state = 1419; this.set_rest(); } break; case PostgreSqlParser.KW_RESET: this.enterOuterAlt(localContext, 2); { - this.state = 1428; + this.state = 1420; this.variableresetstmt(); } break; @@ -6491,22 +6485,22 @@ export class PostgreSqlParser extends SQLParserBase { let localContext = new FunctionsetresetclauseContext(this.context, this.state); this.enterRule(localContext, 66, PostgreSqlParser.RULE_functionsetresetclause); try { - this.state = 1434; + this.state = 1426; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_SET: this.enterOuterAlt(localContext, 1); { - this.state = 1431; + this.state = 1423; this.match(PostgreSqlParser.KW_SET); - this.state = 1432; + this.state = 1424; this.set_rest_more(); } break; case PostgreSqlParser.KW_RESET: this.enterOuterAlt(localContext, 2); { - this.state = 1433; + this.state = 1425; this.variableresetstmt(); } break; @@ -6534,46 +6528,46 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1436; + this.state = 1428; this.match(PostgreSqlParser.KW_SHOW); - this.state = 1446; + this.state = 1438; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 52, this.context) ) { case 1: { - this.state = 1437; + this.state = 1429; this.var_name(); } break; case 2: { - this.state = 1438; + this.state = 1430; this.match(PostgreSqlParser.KW_TIME); - this.state = 1439; + this.state = 1431; this.match(PostgreSqlParser.KW_ZONE); } break; case 3: { - this.state = 1440; + this.state = 1432; this.match(PostgreSqlParser.KW_TRANSACTION); - this.state = 1441; + this.state = 1433; this.match(PostgreSqlParser.KW_ISOLATION); - this.state = 1442; + this.state = 1434; this.match(PostgreSqlParser.KW_LEVEL); } break; case 4: { - this.state = 1443; + this.state = 1435; this.match(PostgreSqlParser.KW_SESSION); - this.state = 1444; + this.state = 1436; this.match(PostgreSqlParser.KW_AUTHORIZATION); } break; case 5: { - this.state = 1445; + this.state = 1437; this.match(PostgreSqlParser.KW_ALL); } break; @@ -6601,16 +6595,16 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1448; + this.state = 1440; this.match(PostgreSqlParser.KW_SET); - this.state = 1449; + this.state = 1441; this.match(PostgreSqlParser.KW_CONSTRAINTS); - this.state = 1452; + this.state = 1444; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ALL: { - this.state = 1450; + this.state = 1442; this.match(PostgreSqlParser.KW_ALL); } break; @@ -7009,14 +7003,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 1451; + this.state = 1443; this.qualified_name_list(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 1454; + this.state = 1446; _la = this.tokenStream.LA(1); if(!(_la === 180 || _la === 221)) { this.errorHandler.recoverInline(this); @@ -7047,7 +7041,7 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1456; + this.state = 1448; this.match(PostgreSqlParser.KW_CHECKPOINT); } } @@ -7072,9 +7066,9 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1458; + this.state = 1450; this.match(PostgreSqlParser.KW_DISCARD); - this.state = 1459; + this.state = 1451; _la = this.tokenStream.LA(1); if(!(_la === 30 || _la === 288 || ((((_la - 329)) & ~0x1F) === 0 && ((1 << (_la - 329)) & 41943041) !== 0))) { this.errorHandler.recoverInline(this); @@ -7104,29 +7098,29 @@ export class PostgreSqlParser extends SQLParserBase { this.enterRule(localContext, 76, PostgreSqlParser.RULE_altertablestmt); let _la: number; try { - this.state = 1582; + this.state = 1570; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 72, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 71, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1461; + this.state = 1453; this.match(PostgreSqlParser.KW_ALTER); - this.state = 1462; + this.state = 1454; this.match(PostgreSqlParser.KW_TABLE); - this.state = 1464; + this.state = 1456; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 54, this.context) ) { case 1: { - this.state = 1463; + this.state = 1455; this.opt_if_exists(); } break; } - this.state = 1466; + this.state = 1458; this.relation_expr(); - this.state = 1469; + this.state = 1461; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_NOT: @@ -7147,14 +7141,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_SET: case PostgreSqlParser.KW_VALIDATE: { - this.state = 1467; + this.state = 1459; this.alter_table_cmds(); } break; case PostgreSqlParser.KW_ATTACH: case PostgreSqlParser.KW_DETACH: { - this.state = 1468; + this.state = 1460; this.partition_cmd(); } break; @@ -7166,42 +7160,42 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1471; + this.state = 1463; this.match(PostgreSqlParser.KW_ALTER); - this.state = 1472; + this.state = 1464; this.match(PostgreSqlParser.KW_TABLE); - this.state = 1473; + this.state = 1465; this.match(PostgreSqlParser.KW_ALL); - this.state = 1474; + this.state = 1466; this.match(PostgreSqlParser.KW_IN); - this.state = 1475; + this.state = 1467; this.opttablespace(); - this.state = 1479; + this.state = 1471; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 281) { { - this.state = 1476; + this.state = 1468; this.match(PostgreSqlParser.KW_OWNED); - this.state = 1477; + this.state = 1469; this.match(PostgreSqlParser.KW_BY); - this.state = 1478; + this.state = 1470; this.role_list(); } } - this.state = 1481; + this.state = 1473; this.match(PostgreSqlParser.KW_SET); - this.state = 1482; + this.state = 1474; this.match(PostgreSqlParser.KW_TABLESPACE); - this.state = 1483; + this.state = 1475; this.tablespace_name_create(); - this.state = 1485; + this.state = 1477; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 57, this.context) ) { case 1: { - this.state = 1484; + this.state = 1476; this.match(PostgreSqlParser.KW_NOWAIT); } break; @@ -7211,79 +7205,59 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1487; + this.state = 1479; this.match(PostgreSqlParser.KW_ALTER); - this.state = 1488; + this.state = 1480; this.match(PostgreSqlParser.KW_TABLE); - this.state = 1490; + this.state = 1482; this.errorHandler.sync(this); switch (this.interpreter.adaptivePredict(this.tokenStream, 58, this.context) ) { case 1: { - this.state = 1489; + this.state = 1481; this.opt_if_exists(); } break; } - this.state = 1492; + this.state = 1484; this.table_name(); - this.state = 1493; + this.state = 1485; this.index_partition_cmd(); - this.state = 1498; - this.errorHandler.sync(this); - switch (this.tokenStream.LA(1)) { - case PostgreSqlParser.KW_FOR: - { - this.state = 1494; - this.match(PostgreSqlParser.KW_FOR); - this.state = 1495; - this.match(PostgreSqlParser.KW_VALUES); - this.state = 1496; - this.partition_bound_spec(); - } - break; - case PostgreSqlParser.KW_DEFAULT: - { - this.state = 1497; - this.match(PostgreSqlParser.KW_DEFAULT); - } - break; - default: - throw new antlr.NoViableAltException(this); - } + this.state = 1486; + this.partitionboundspec(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1500; + this.state = 1488; this.match(PostgreSqlParser.KW_ALTER); - this.state = 1501; + this.state = 1489; this.match(PostgreSqlParser.KW_TABLE); - this.state = 1503; + this.state = 1491; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 60, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 59, this.context) ) { case 1: { - this.state = 1502; + this.state = 1490; this.opt_if_exists(); } break; } - this.state = 1505; + this.state = 1493; this.table_name(); - this.state = 1506; + this.state = 1494; this.match(PostgreSqlParser.KW_DETACH); - this.state = 1507; + this.state = 1495; this.match(PostgreSqlParser.KW_PARTITION); - this.state = 1508; + this.state = 1496; this.qualified_name(); - this.state = 1510; + this.state = 1498; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 109 || _la === 532) { { - this.state = 1509; + this.state = 1497; _la = this.tokenStream.LA(1); if(!(_la === 109 || _la === 532)) { this.errorHandler.recoverInline(this); @@ -7300,23 +7274,23 @@ export class PostgreSqlParser extends SQLParserBase { case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1512; + this.state = 1500; this.match(PostgreSqlParser.KW_ALTER); - this.state = 1513; + this.state = 1501; this.match(PostgreSqlParser.KW_INDEX); - this.state = 1515; + this.state = 1503; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 62, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 61, this.context) ) { case 1: { - this.state = 1514; + this.state = 1502; this.opt_if_exists(); } break; } - this.state = 1517; + this.state = 1505; this.qualified_name(); - this.state = 1520; + this.state = 1508; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_NOT: @@ -7337,13 +7311,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_SET: case PostgreSqlParser.KW_VALIDATE: { - this.state = 1518; + this.state = 1506; this.alter_table_cmds(); } break; case PostgreSqlParser.KW_ATTACH: { - this.state = 1519; + this.state = 1507; this.index_partition_cmd(); } break; @@ -7355,40 +7329,40 @@ export class PostgreSqlParser extends SQLParserBase { case 6: this.enterOuterAlt(localContext, 6); { - this.state = 1522; + this.state = 1510; this.match(PostgreSqlParser.KW_ALTER); - this.state = 1523; + this.state = 1511; this.match(PostgreSqlParser.KW_INDEX); - this.state = 1524; + this.state = 1512; this.match(PostgreSqlParser.KW_ALL); - this.state = 1525; + this.state = 1513; this.match(PostgreSqlParser.KW_IN); - this.state = 1526; + this.state = 1514; this.opttablespace(); - this.state = 1530; + this.state = 1518; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 281) { { - this.state = 1527; + this.state = 1515; this.match(PostgreSqlParser.KW_OWNED); - this.state = 1528; + this.state = 1516; this.match(PostgreSqlParser.KW_BY); - this.state = 1529; + this.state = 1517; this.role_list(); } } - this.state = 1532; + this.state = 1520; this.match(PostgreSqlParser.KW_SET); - this.state = 1533; + this.state = 1521; this.opttablespace(); - this.state = 1535; + this.state = 1523; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 65, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 64, this.context) ) { case 1: { - this.state = 1534; + this.state = 1522; this.match(PostgreSqlParser.KW_NOWAIT); } break; @@ -7398,100 +7372,100 @@ export class PostgreSqlParser extends SQLParserBase { case 7: this.enterOuterAlt(localContext, 7); { - this.state = 1537; + this.state = 1525; this.match(PostgreSqlParser.KW_ALTER); - this.state = 1538; + this.state = 1526; this.match(PostgreSqlParser.KW_SEQUENCE); - this.state = 1540; + this.state = 1528; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 66, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 65, this.context) ) { case 1: { - this.state = 1539; + this.state = 1527; this.opt_if_exists(); } break; } - this.state = 1542; + this.state = 1530; this.qualified_name(); - this.state = 1543; + this.state = 1531; this.alter_table_cmds(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 1545; + this.state = 1533; this.match(PostgreSqlParser.KW_ALTER); - this.state = 1547; + this.state = 1535; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 259) { { - this.state = 1546; + this.state = 1534; this.match(PostgreSqlParser.KW_MATERIALIZED); } } - this.state = 1549; + this.state = 1537; this.match(PostgreSqlParser.KW_VIEW); - this.state = 1551; + this.state = 1539; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 68, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 67, this.context) ) { case 1: { - this.state = 1550; + this.state = 1538; this.opt_if_exists(); } break; } - this.state = 1553; + this.state = 1541; this.view_name(); - this.state = 1554; + this.state = 1542; this.alter_table_cmds(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 1556; + this.state = 1544; this.match(PostgreSqlParser.KW_ALTER); - this.state = 1557; + this.state = 1545; this.match(PostgreSqlParser.KW_MATERIALIZED); - this.state = 1558; + this.state = 1546; this.match(PostgreSqlParser.KW_VIEW); - this.state = 1559; + this.state = 1547; this.match(PostgreSqlParser.KW_ALL); - this.state = 1560; + this.state = 1548; this.match(PostgreSqlParser.KW_IN); - this.state = 1561; + this.state = 1549; this.opttablespace(); - this.state = 1565; + this.state = 1553; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 281) { { - this.state = 1562; + this.state = 1550; this.match(PostgreSqlParser.KW_OWNED); - this.state = 1563; + this.state = 1551; this.match(PostgreSqlParser.KW_BY); - this.state = 1564; + this.state = 1552; this.role_list(); } } - this.state = 1567; + this.state = 1555; this.match(PostgreSqlParser.KW_SET); - this.state = 1568; + this.state = 1556; this.match(PostgreSqlParser.KW_TABLESPACE); - this.state = 1569; + this.state = 1557; this.tablespace_name_create(); - this.state = 1571; + this.state = 1559; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 70, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 69, this.context) ) { case 1: { - this.state = 1570; + this.state = 1558; this.match(PostgreSqlParser.KW_NOWAIT); } break; @@ -7501,25 +7475,25 @@ export class PostgreSqlParser extends SQLParserBase { case 10: this.enterOuterAlt(localContext, 10); { - this.state = 1573; + this.state = 1561; this.match(PostgreSqlParser.KW_ALTER); - this.state = 1574; + this.state = 1562; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 1575; + this.state = 1563; this.match(PostgreSqlParser.KW_TABLE); - this.state = 1577; + this.state = 1565; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 71, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 70, this.context) ) { case 1: { - this.state = 1576; + this.state = 1564; this.opt_if_exists(); } break; } - this.state = 1579; + this.state = 1567; this.relation_expr(); - this.state = 1580; + this.state = 1568; this.alter_table_cmds(); } break; @@ -7546,207 +7520,24 @@ export class PostgreSqlParser extends SQLParserBase { try { this.enterOuterAlt(localContext, 1); { - this.state = 1584; + this.state = 1572; this.alter_table_cmd(); - this.state = 1589; + this.state = 1577; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 1585; + this.state = 1573; this.match(PostgreSqlParser.COMMA); - this.state = 1586; + this.state = 1574; this.alter_table_cmd(); } } - this.state = 1591; - this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - } - } - } - catch (re) { - if (re instanceof antlr.RecognitionException) { - localContext.exception = re; - this.errorHandler.reportError(this, re); - this.errorHandler.recover(this, re); - } else { - throw re; - } - } - finally { - this.exitRule(); - } - return localContext; - } - public partition_bound_spec(): Partition_bound_specContext { - let localContext = new Partition_bound_specContext(this.context, this.state); - this.enterRule(localContext, 80, PostgreSqlParser.RULE_partition_bound_spec); - try { - this.state = 1601; - this.errorHandler.sync(this); - switch (this.tokenStream.LA(1)) { - case PostgreSqlParser.KW_IN: - this.enterOuterAlt(localContext, 1); - { - this.state = 1592; - this.match(PostgreSqlParser.KW_IN); - this.state = 1593; - this.execute_param_clause(); - } - break; - case PostgreSqlParser.KW_FROM: - this.enterOuterAlt(localContext, 2); - { - this.state = 1594; - this.match(PostgreSqlParser.KW_FROM); - this.state = 1595; - this.partition_bound_cluase(); - this.state = 1596; - this.match(PostgreSqlParser.KW_TO); - this.state = 1597; - this.partition_bound_cluase(); - } - break; - case PostgreSqlParser.KW_WITH: - this.enterOuterAlt(localContext, 3); - { - this.state = 1599; - this.match(PostgreSqlParser.KW_WITH); - this.state = 1600; - this.partition_with_cluase(); - } - break; - default: - throw new antlr.NoViableAltException(this); - } - } - catch (re) { - if (re instanceof antlr.RecognitionException) { - localContext.exception = re; - this.errorHandler.reportError(this, re); - this.errorHandler.recover(this, re); - } else { - throw re; - } - } - finally { - this.exitRule(); - } - return localContext; - } - public partition_bound_cluase(): Partition_bound_cluaseContext { - let localContext = new Partition_bound_cluaseContext(this.context, this.state); - this.enterRule(localContext, 82, PostgreSqlParser.RULE_partition_bound_cluase); - let _la: number; - try { - this.enterOuterAlt(localContext, 1); - { - this.state = 1603; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 1604; - this.partition_bound_choose(); - this.state = 1609; - this.errorHandler.sync(this); - _la = this.tokenStream.LA(1); - while (_la === 6) { - { - { - this.state = 1605; - this.match(PostgreSqlParser.COMMA); - this.state = 1606; - this.partition_bound_choose(); - } - } - this.state = 1611; + this.state = 1579; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1612; - this.match(PostgreSqlParser.CLOSE_PAREN); - } - } - catch (re) { - if (re instanceof antlr.RecognitionException) { - localContext.exception = re; - this.errorHandler.reportError(this, re); - this.errorHandler.recover(this, re); - } else { - throw re; - } - } - finally { - this.exitRule(); - } - return localContext; - } - public partition_bound_choose(): Partition_bound_chooseContext { - let localContext = new Partition_bound_chooseContext(this.context, this.state); - this.enterRule(localContext, 84, PostgreSqlParser.RULE_partition_bound_choose); - try { - this.state = 1617; - this.errorHandler.sync(this); - switch (this.tokenStream.LA(1)) { - case PostgreSqlParser.OPEN_PAREN: - this.enterOuterAlt(localContext, 1); - { - this.state = 1614; - this.execute_param_clause(); - } - break; - case PostgreSqlParser.KW_MINVALUE: - this.enterOuterAlt(localContext, 2); - { - this.state = 1615; - this.match(PostgreSqlParser.KW_MINVALUE); - } - break; - case PostgreSqlParser.KW_MAXVALUE: - this.enterOuterAlt(localContext, 3); - { - this.state = 1616; - this.match(PostgreSqlParser.KW_MAXVALUE); - } - break; - default: - throw new antlr.NoViableAltException(this); - } - } - catch (re) { - if (re instanceof antlr.RecognitionException) { - localContext.exception = re; - this.errorHandler.reportError(this, re); - this.errorHandler.recover(this, re); - } else { - throw re; - } - } - finally { - this.exitRule(); - } - return localContext; - } - public partition_with_cluase(): Partition_with_cluaseContext { - let localContext = new Partition_with_cluaseContext(this.context, this.state); - this.enterRule(localContext, 86, PostgreSqlParser.RULE_partition_with_cluase); - try { - this.enterOuterAlt(localContext, 1); - { - this.state = 1619; - this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 1620; - this.match(PostgreSqlParser.KW_MODULUS); - this.state = 1621; - this.numericonly(); - this.state = 1622; - this.match(PostgreSqlParser.COMMA); - this.state = 1623; - this.match(PostgreSqlParser.KW_REMAINDER); - this.state = 1624; - this.numericonly(); - this.state = 1625; - this.match(PostgreSqlParser.CLOSE_PAREN); } } catch (re) { @@ -7765,28 +7556,28 @@ export class PostgreSqlParser extends SQLParserBase { } public partition_cmd(): Partition_cmdContext { let localContext = new Partition_cmdContext(this.context, this.state); - this.enterRule(localContext, 88, PostgreSqlParser.RULE_partition_cmd); + this.enterRule(localContext, 80, PostgreSqlParser.RULE_partition_cmd); try { - this.state = 1633; + this.state = 1586; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ATTACH: this.enterOuterAlt(localContext, 1); { - this.state = 1627; + this.state = 1580; this.index_partition_cmd(); - this.state = 1628; + this.state = 1581; this.partitionboundspec(); } break; case PostgreSqlParser.KW_DETACH: this.enterOuterAlt(localContext, 2); { - this.state = 1630; + this.state = 1583; this.match(PostgreSqlParser.KW_DETACH); - this.state = 1631; + this.state = 1584; this.match(PostgreSqlParser.KW_PARTITION); - this.state = 1632; + this.state = 1585; this.qualified_name(); } break; @@ -7810,15 +7601,15 @@ export class PostgreSqlParser extends SQLParserBase { } public index_partition_cmd(): Index_partition_cmdContext { let localContext = new Index_partition_cmdContext(this.context, this.state); - this.enterRule(localContext, 90, PostgreSqlParser.RULE_index_partition_cmd); + this.enterRule(localContext, 82, PostgreSqlParser.RULE_index_partition_cmd); try { this.enterOuterAlt(localContext, 1); { - this.state = 1635; + this.state = 1588; this.match(PostgreSqlParser.KW_ATTACH); - this.state = 1636; + this.state = 1589; this.match(PostgreSqlParser.KW_PARTITION); - this.state = 1637; + this.state = 1590; this.qualified_name(); } } @@ -7838,97 +7629,97 @@ export class PostgreSqlParser extends SQLParserBase { } public alter_table_cmd(): Alter_table_cmdContext { let localContext = new Alter_table_cmdContext(this.context, this.state); - this.enterRule(localContext, 92, PostgreSqlParser.RULE_alter_table_cmd); + this.enterRule(localContext, 84, PostgreSqlParser.RULE_alter_table_cmd); let _la: number; try { let alternative: number; - this.state = 1872; + this.state = 1825; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 117, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 113, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1639; + this.state = 1592; this.match(PostgreSqlParser.KW_ADD); - this.state = 1642; + this.state = 1595; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 45) { { - this.state = 1640; + this.state = 1593; this.match(PostgreSqlParser.KW_CONSTRAINT); - this.state = 1641; + this.state = 1594; this.colid(); } } - this.state = 1644; + this.state = 1597; this.constraintelem(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1645; + this.state = 1598; this.match(PostgreSqlParser.KW_ALTER); - this.state = 1646; + this.state = 1599; this.match(PostgreSqlParser.KW_CONSTRAINT); - this.state = 1647; + this.state = 1600; this.colid(); - this.state = 1651; + this.state = 1604; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 79, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 75, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 1648; + this.state = 1601; this.constraintattributeElem(); } } } - this.state = 1653; + this.state = 1606; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 79, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 75, this.context); } } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1654; + this.state = 1607; this.match(PostgreSqlParser.KW_VALIDATE); - this.state = 1655; + this.state = 1608; this.match(PostgreSqlParser.KW_CONSTRAINT); - this.state = 1656; + this.state = 1609; this.colid(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1657; + this.state = 1610; this.match(PostgreSqlParser.KW_DROP); - this.state = 1658; + this.state = 1611; this.match(PostgreSqlParser.KW_CONSTRAINT); - this.state = 1660; + this.state = 1613; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 80, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 76, this.context) ) { case 1: { - this.state = 1659; + this.state = 1612; this.opt_if_exists(); } break; } - this.state = 1662; + this.state = 1615; this.colid(); - this.state = 1664; + this.state = 1617; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 81, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 77, this.context) ) { case 1: { - this.state = 1663; + this.state = 1616; this.opt_drop_behavior(); } break; @@ -7938,11 +7729,11 @@ export class PostgreSqlParser extends SQLParserBase { case 5: this.enterOuterAlt(localContext, 5); { - this.state = 1666; + this.state = 1619; this.match(PostgreSqlParser.KW_SET); - this.state = 1667; + this.state = 1620; this.match(PostgreSqlParser.KW_WITHOUT); - this.state = 1668; + this.state = 1621; _la = this.tokenStream.LA(1); if(!(_la === 158 || _la === 277)) { this.errorHandler.recoverInline(this); @@ -7956,20 +7747,20 @@ export class PostgreSqlParser extends SQLParserBase { case 6: this.enterOuterAlt(localContext, 6); { - this.state = 1669; + this.state = 1622; this.match(PostgreSqlParser.KW_CLUSTER); - this.state = 1670; + this.state = 1623; this.match(PostgreSqlParser.KW_ON); - this.state = 1671; + this.state = 1624; this.colid(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 1672; + this.state = 1625; this.match(PostgreSqlParser.KW_SET); - this.state = 1673; + this.state = 1626; _la = this.tokenStream.LA(1); if(!(_la === 367 || _la === 439)) { this.errorHandler.recoverInline(this); @@ -7983,14 +7774,14 @@ export class PostgreSqlParser extends SQLParserBase { case 8: this.enterOuterAlt(localContext, 8); { - this.state = 1674; + this.state = 1627; this.match(PostgreSqlParser.KW_ENABLE); - this.state = 1676; + this.state = 1629; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 139 || _la === 312) { { - this.state = 1675; + this.state = 1628; _la = this.tokenStream.LA(1); if(!(_la === 139 || _la === 312)) { this.errorHandler.recoverInline(this); @@ -8002,29 +7793,29 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 1678; + this.state = 1631; this.match(PostgreSqlParser.KW_TRIGGER); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 1679; + this.state = 1632; this.match(PostgreSqlParser.KW_DISABLE); - this.state = 1680; + this.state = 1633; this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 1684; + this.state = 1637; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ALL: { - this.state = 1681; + this.state = 1634; this.match(PostgreSqlParser.KW_ALL); } break; case PostgreSqlParser.KW_USER: { - this.state = 1682; + this.state = 1635; this.match(PostgreSqlParser.KW_USER); } break; @@ -8423,7 +8214,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 1683; + this.state = 1636; this.colid(); } break; @@ -8435,9 +8226,9 @@ export class PostgreSqlParser extends SQLParserBase { case 10: this.enterOuterAlt(localContext, 10); { - this.state = 1686; + this.state = 1639; this.match(PostgreSqlParser.KW_ENABLE); - this.state = 1687; + this.state = 1640; _la = this.tokenStream.LA(1); if(!(_la === 139 || _la === 312)) { this.errorHandler.recoverInline(this); @@ -8446,113 +8237,113 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1688; + this.state = 1641; this.match(PostgreSqlParser.KW_RULE); - this.state = 1689; + this.state = 1642; this.colid(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 1690; + this.state = 1643; this.match(PostgreSqlParser.KW_DISABLE); - this.state = 1691; + this.state = 1644; this.match(PostgreSqlParser.KW_RULE); - this.state = 1692; + this.state = 1645; this.colid(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 1694; + this.state = 1647; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 1693; + this.state = 1646; this.match(PostgreSqlParser.KW_NO); } } - this.state = 1696; + this.state = 1649; this.match(PostgreSqlParser.KW_INHERIT); - this.state = 1697; + this.state = 1650; this.qualified_name(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 1698; + this.state = 1651; this.match(PostgreSqlParser.KW_OF); - this.state = 1699; + this.state = 1652; this.any_name(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 1700; + this.state = 1653; this.match(PostgreSqlParser.KW_NOT); - this.state = 1701; + this.state = 1654; this.match(PostgreSqlParser.KW_OF); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 1702; + this.state = 1655; this.match(PostgreSqlParser.KW_OWNER); - this.state = 1703; + this.state = 1656; this.match(PostgreSqlParser.KW_TO); - this.state = 1704; + this.state = 1657; this.rolespec(); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 1705; + this.state = 1658; this.match(PostgreSqlParser.KW_SET); - this.state = 1706; + this.state = 1659; this.match(PostgreSqlParser.KW_TABLESPACE); - this.state = 1707; + this.state = 1660; this.tablespace_name_create(); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 1708; + this.state = 1661; this.match(PostgreSqlParser.KW_REPLICA); - this.state = 1709; + this.state = 1662; this.match(PostgreSqlParser.KW_IDENTITY); - this.state = 1714; + this.state = 1667; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_NOTHING: { - this.state = 1710; + this.state = 1663; this.match(PostgreSqlParser.KW_NOTHING); } break; case PostgreSqlParser.KW_FULL: { - this.state = 1711; + this.state = 1664; this.match(PostgreSqlParser.KW_FULL); } break; case PostgreSqlParser.KW_DEFAULT: { - this.state = 1712; + this.state = 1665; this.match(PostgreSqlParser.KW_DEFAULT); } break; case PostgreSqlParser.KW_USING: { - this.state = 1713; + this.state = 1666; this.existingindex(); } break; @@ -8564,18 +8355,18 @@ export class PostgreSqlParser extends SQLParserBase { case 18: this.enterOuterAlt(localContext, 18); { - this.state = 1722; + this.state = 1675; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ENABLE: { - this.state = 1716; + this.state = 1669; this.match(PostgreSqlParser.KW_ENABLE); } break; case PostgreSqlParser.KW_DISABLE: { - this.state = 1717; + this.state = 1670; this.match(PostgreSqlParser.KW_DISABLE); } break; @@ -8583,17 +8374,17 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_NO: { { - this.state = 1719; + this.state = 1672; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 1718; + this.state = 1671; this.match(PostgreSqlParser.KW_NO); } } - this.state = 1721; + this.state = 1674; this.match(PostgreSqlParser.KW_FORCE); } } @@ -8601,47 +8392,47 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 1724; + this.state = 1677; this.match(PostgreSqlParser.KW_ROW); - this.state = 1725; + this.state = 1678; this.match(PostgreSqlParser.KW_LEVEL); - this.state = 1726; + this.state = 1679; this.match(PostgreSqlParser.KW_SECURITY); } break; case 19: this.enterOuterAlt(localContext, 19); { - this.state = 1727; + this.state = 1680; this.match(PostgreSqlParser.KW_DROP); - this.state = 1729; + this.state = 1682; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 88, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 84, this.context) ) { case 1: { - this.state = 1728; + this.state = 1681; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 1732; + this.state = 1685; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 89, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 85, this.context) ) { case 1: { - this.state = 1731; + this.state = 1684; this.opt_if_exists(); } break; } - this.state = 1734; + this.state = 1687; this.column_name(); - this.state = 1736; + this.state = 1689; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 90, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 86, this.context) ) { case 1: { - this.state = 1735; + this.state = 1688; this.opt_drop_behavior(); } break; @@ -8651,62 +8442,62 @@ export class PostgreSqlParser extends SQLParserBase { case 20: this.enterOuterAlt(localContext, 20); { - this.state = 1738; + this.state = 1691; this.match(PostgreSqlParser.KW_ADD); - this.state = 1740; + this.state = 1693; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 44) { { - this.state = 1739; + this.state = 1692; this.match(PostgreSqlParser.KW_COLUMN); } } - this.state = 1743; + this.state = 1696; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 92, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 88, this.context) ) { case 1: { - this.state = 1742; + this.state = 1695; this.opt_if_not_exists(); } break; } - this.state = 1745; + this.state = 1698; this.column_def(); } break; case 21: this.enterOuterAlt(localContext, 21); { - this.state = 1746; + this.state = 1699; this.match(PostgreSqlParser.KW_ALTER); - this.state = 1748; + this.state = 1701; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 93, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 89, this.context) ) { case 1: { - this.state = 1747; + this.state = 1700; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 1750; + this.state = 1703; this.column_name(); - this.state = 1753; + this.state = 1706; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DROP: case PostgreSqlParser.KW_SET: { - this.state = 1751; + this.state = 1704; this.alter_column_default(); } break; case PostgreSqlParser.KW_OPTIONS: { - this.state = 1752; + this.state = 1705; this.alter_generic_options(); } break; @@ -8718,21 +8509,21 @@ export class PostgreSqlParser extends SQLParserBase { case 22: this.enterOuterAlt(localContext, 22); { - this.state = 1755; + this.state = 1708; this.match(PostgreSqlParser.KW_ALTER); - this.state = 1757; + this.state = 1710; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 95, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 91, this.context) ) { case 1: { - this.state = 1756; + this.state = 1709; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 1759; + this.state = 1712; this.column_name(); - this.state = 1760; + this.state = 1713; _la = this.tokenStream.LA(1); if(!(_la === 191 || _la === 333)) { this.errorHandler.recoverInline(this); @@ -8741,39 +8532,39 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1761; + this.state = 1714; this.match(PostgreSqlParser.KW_NOT); - this.state = 1762; + this.state = 1715; this.match(PostgreSqlParser.KW_NULL); } break; case 23: this.enterOuterAlt(localContext, 23); { - this.state = 1764; + this.state = 1717; this.match(PostgreSqlParser.KW_ALTER); - this.state = 1766; + this.state = 1719; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 96, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 92, this.context) ) { case 1: { - this.state = 1765; + this.state = 1718; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 1768; + this.state = 1721; this.column_name(); - this.state = 1769; + this.state = 1722; this.match(PostgreSqlParser.KW_DROP); - this.state = 1770; + this.state = 1723; this.match(PostgreSqlParser.KW_EXPRESSION); - this.state = 1772; + this.state = 1725; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 97, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 93, this.context) ) { case 1: { - this.state = 1771; + this.state = 1724; this.opt_if_exists(); } break; @@ -8783,54 +8574,54 @@ export class PostgreSqlParser extends SQLParserBase { case 24: this.enterOuterAlt(localContext, 24); { - this.state = 1774; + this.state = 1727; this.match(PostgreSqlParser.KW_ALTER); - this.state = 1776; + this.state = 1729; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 98, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 94, this.context) ) { case 1: { - this.state = 1775; + this.state = 1728; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 1778; + this.state = 1731; this.column_name(); - this.state = 1779; + this.state = 1732; this.match(PostgreSqlParser.KW_SET); - this.state = 1780; + this.state = 1733; this.match(PostgreSqlParser.KW_STATISTICS); - this.state = 1781; + this.state = 1734; this.signediconst(); } break; case 25: this.enterOuterAlt(localContext, 25); { - this.state = 1788; + this.state = 1741; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 138) { { - this.state = 1783; + this.state = 1736; this.match(PostgreSqlParser.KW_ALTER); - this.state = 1785; + this.state = 1738; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 99, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 95, this.context) ) { case 1: { - this.state = 1784; + this.state = 1737; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 1787; + this.state = 1740; this.column_name(); } } - this.state = 1790; + this.state = 1743; _la = this.tokenStream.LA(1); if(!(_la === 313 || _la === 333)) { this.errorHandler.recoverInline(this); @@ -8839,84 +8630,84 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1791; + this.state = 1744; this.reloptions(); } break; case 26: this.enterOuterAlt(localContext, 26); { - this.state = 1792; + this.state = 1745; this.match(PostgreSqlParser.KW_ALTER); - this.state = 1794; + this.state = 1747; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 101, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 97, this.context) ) { case 1: { - this.state = 1793; + this.state = 1746; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 1796; + this.state = 1749; this.column_name(); - this.state = 1797; + this.state = 1750; this.match(PostgreSqlParser.KW_SET); - this.state = 1798; + this.state = 1751; this.match(PostgreSqlParser.KW_STORAGE); - this.state = 1799; + this.state = 1752; this.colid(); } break; case 27: this.enterOuterAlt(localContext, 27); { - this.state = 1801; + this.state = 1754; this.match(PostgreSqlParser.KW_ALTER); - this.state = 1803; + this.state = 1756; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 102, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 98, this.context) ) { case 1: { - this.state = 1802; + this.state = 1755; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 1805; + this.state = 1758; this.column_name(); - this.state = 1806; + this.state = 1759; this.match(PostgreSqlParser.KW_ADD); - this.state = 1807; + this.state = 1760; this.match(PostgreSqlParser.KW_GENERATED); - this.state = 1808; + this.state = 1761; this.generated_when(); - this.state = 1809; + this.state = 1762; this.match(PostgreSqlParser.KW_AS); - this.state = 1810; + this.state = 1763; this.match(PostgreSqlParser.KW_IDENTITY); - this.state = 1819; + this.state = 1772; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 104, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 100, this.context) ) { case 1: { - this.state = 1811; + this.state = 1764; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 1813; + this.state = 1766; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 1812; + this.state = 1765; this.seqoptelem(); } } - this.state = 1815; + this.state = 1768; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 36 || _la === 148 || _la === 225 || ((((_la - 260)) & ~0x1F) === 0 && ((1 << (_la - 260)) & 2097669) !== 0) || ((((_la - 314)) & ~0x1F) === 0 && ((1 << (_la - 314)) & 67125249) !== 0)); - this.state = 1817; + this.state = 1770; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -8926,50 +8717,50 @@ export class PostgreSqlParser extends SQLParserBase { case 28: this.enterOuterAlt(localContext, 28); { - this.state = 1821; + this.state = 1774; this.match(PostgreSqlParser.KW_ALTER); - this.state = 1823; + this.state = 1776; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 105, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 101, this.context) ) { case 1: { - this.state = 1822; + this.state = 1775; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 1825; + this.state = 1778; this.column_name(); - this.state = 1839; + this.state = 1792; this.errorHandler.sync(this); alternative = 1; do { switch (alternative) { case 1: { - this.state = 1839; + this.state = 1792; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_RESTART: { - this.state = 1826; + this.state = 1779; this.match(PostgreSqlParser.KW_RESTART); - this.state = 1831; + this.state = 1784; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 107, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 103, this.context) ) { case 1: { - this.state = 1828; + this.state = 1781; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 1827; + this.state = 1780; this.match(PostgreSqlParser.KW_WITH); } } - this.state = 1830; + this.state = 1783; this.numericonly(); } break; @@ -8978,9 +8769,9 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.KW_SET: { - this.state = 1833; + this.state = 1786; this.match(PostgreSqlParser.KW_SET); - this.state = 1837; + this.state = 1790; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AS: @@ -8994,15 +8785,15 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_SEQUENCE: case PostgreSqlParser.KW_START: { - this.state = 1834; + this.state = 1787; this.seqoptelem(); } break; case PostgreSqlParser.KW_GENERATED: { - this.state = 1835; + this.state = 1788; this.match(PostgreSqlParser.KW_GENERATED); - this.state = 1836; + this.state = 1789; this.generated_when(); } break; @@ -9019,39 +8810,39 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 1841; + this.state = 1794; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 110, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 106, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } break; case 29: this.enterOuterAlt(localContext, 29); { - this.state = 1843; + this.state = 1796; this.match(PostgreSqlParser.KW_ALTER); - this.state = 1845; + this.state = 1798; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 111, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 107, this.context) ) { case 1: { - this.state = 1844; + this.state = 1797; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 1847; + this.state = 1800; this.column_name(); - this.state = 1848; + this.state = 1801; this.match(PostgreSqlParser.KW_DROP); - this.state = 1849; + this.state = 1802; this.match(PostgreSqlParser.KW_IDENTITY); - this.state = 1851; + this.state = 1804; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 112, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 108, this.context) ) { case 1: { - this.state = 1850; + this.state = 1803; this.opt_if_exists(); } break; @@ -9061,54 +8852,54 @@ export class PostgreSqlParser extends SQLParserBase { case 30: this.enterOuterAlt(localContext, 30); { - this.state = 1853; + this.state = 1806; this.match(PostgreSqlParser.KW_ALTER); - this.state = 1855; + this.state = 1808; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 113, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 109, this.context) ) { case 1: { - this.state = 1854; + this.state = 1807; this.match(PostgreSqlParser.KW_COLUMN); } break; } - this.state = 1857; + this.state = 1810; this.column_name(); - this.state = 1860; + this.state = 1813; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 333) { { - this.state = 1858; + this.state = 1811; this.match(PostgreSqlParser.KW_SET); - this.state = 1859; + this.state = 1812; this.match(PostgreSqlParser.KW_DATA); } } - this.state = 1862; + this.state = 1815; this.match(PostgreSqlParser.KW_TYPE); - this.state = 1863; + this.state = 1816; this.typename(); - this.state = 1865; + this.state = 1818; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 43) { { - this.state = 1864; + this.state = 1817; this.opt_collate_clause(); } } - this.state = 1869; + this.state = 1822; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 1867; + this.state = 1820; this.match(PostgreSqlParser.KW_USING); - this.state = 1868; + this.state = 1821; this.expression(); } } @@ -9118,7 +8909,7 @@ export class PostgreSqlParser extends SQLParserBase { case 31: this.enterOuterAlt(localContext, 31); { - this.state = 1871; + this.state = 1824; this.alter_generic_options(); } break; @@ -9140,28 +8931,28 @@ export class PostgreSqlParser extends SQLParserBase { } public alter_column_default(): Alter_column_defaultContext { let localContext = new Alter_column_defaultContext(this.context, this.state); - this.enterRule(localContext, 94, PostgreSqlParser.RULE_alter_column_default); + this.enterRule(localContext, 86, PostgreSqlParser.RULE_alter_column_default); try { - this.state = 1879; + this.state = 1832; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_SET: this.enterOuterAlt(localContext, 1); { - this.state = 1874; + this.state = 1827; this.match(PostgreSqlParser.KW_SET); - this.state = 1875; + this.state = 1828; this.match(PostgreSqlParser.KW_DEFAULT); - this.state = 1876; + this.state = 1829; this.expression(); } break; case PostgreSqlParser.KW_DROP: this.enterOuterAlt(localContext, 2); { - this.state = 1877; + this.state = 1830; this.match(PostgreSqlParser.KW_DROP); - this.state = 1878; + this.state = 1831; this.match(PostgreSqlParser.KW_DEFAULT); } break; @@ -9185,12 +8976,12 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_drop_behavior(): Opt_drop_behaviorContext { let localContext = new Opt_drop_behaviorContext(this.context, this.state); - this.enterRule(localContext, 96, PostgreSqlParser.RULE_opt_drop_behavior); + this.enterRule(localContext, 88, PostgreSqlParser.RULE_opt_drop_behavior); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1881; + this.state = 1834; _la = this.tokenStream.LA(1); if(!(_la === 150 || _la === 315)) { this.errorHandler.recoverInline(this); @@ -9217,13 +9008,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_collate_clause(): Opt_collate_clauseContext { let localContext = new Opt_collate_clauseContext(this.context, this.state); - this.enterRule(localContext, 98, PostgreSqlParser.RULE_opt_collate_clause); + this.enterRule(localContext, 90, PostgreSqlParser.RULE_opt_collate_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 1883; + this.state = 1836; this.match(PostgreSqlParser.KW_COLLATE); - this.state = 1884; + this.state = 1837; this.any_name(); } } @@ -9243,32 +9034,32 @@ export class PostgreSqlParser extends SQLParserBase { } public reloptions(): ReloptionsContext { let localContext = new ReloptionsContext(this.context, this.state); - this.enterRule(localContext, 100, PostgreSqlParser.RULE_reloptions); + this.enterRule(localContext, 92, PostgreSqlParser.RULE_reloptions); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1886; + this.state = 1839; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 1887; + this.state = 1840; this.reloption_elem(); - this.state = 1892; + this.state = 1845; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 1888; + this.state = 1841; this.match(PostgreSqlParser.COMMA); - this.state = 1889; + this.state = 1842; this.reloption_elem(); } } - this.state = 1894; + this.state = 1847; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 1895; + this.state = 1848; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -9288,13 +9079,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_reloptions(): Opt_reloptionsContext { let localContext = new Opt_reloptionsContext(this.context, this.state); - this.enterRule(localContext, 102, PostgreSqlParser.RULE_opt_reloptions); + this.enterRule(localContext, 94, PostgreSqlParser.RULE_opt_reloptions); try { this.enterOuterAlt(localContext, 1); { - this.state = 1897; + this.state = 1850; this.match(PostgreSqlParser.KW_WITH); - this.state = 1898; + this.state = 1851; this.reloptions(); } } @@ -9314,28 +9105,28 @@ export class PostgreSqlParser extends SQLParserBase { } public reloption_elem(): Reloption_elemContext { let localContext = new Reloption_elemContext(this.context, this.state); - this.enterRule(localContext, 104, PostgreSqlParser.RULE_reloption_elem); + this.enterRule(localContext, 96, PostgreSqlParser.RULE_reloption_elem); try { this.enterOuterAlt(localContext, 1); { - this.state = 1900; + this.state = 1853; this.collabel(); - this.state = 1905; + this.state = 1858; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.EQUAL: { - this.state = 1901; + this.state = 1854; this.match(PostgreSqlParser.EQUAL); - this.state = 1902; + this.state = 1855; this.def_arg(); } break; case PostgreSqlParser.DOT: { - this.state = 1903; + this.state = 1856; this.match(PostgreSqlParser.DOT); - this.state = 1904; + this.state = 1857; this.def_elem(); } break; @@ -9363,70 +9154,70 @@ export class PostgreSqlParser extends SQLParserBase { } public partitionboundspec(): PartitionboundspecContext { let localContext = new PartitionboundspecContext(this.context, this.state); - this.enterRule(localContext, 106, PostgreSqlParser.RULE_partitionboundspec); + this.enterRule(localContext, 98, PostgreSqlParser.RULE_partitionboundspec); try { - this.state = 1929; + this.state = 1883; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 121, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 117, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1907; + this.state = 1860; this.match(PostgreSqlParser.KW_FOR); - this.state = 1908; + this.state = 1861; this.match(PostgreSqlParser.KW_VALUES); - this.state = 1909; + this.state = 1862; this.match(PostgreSqlParser.KW_WITH); - this.state = 1910; + this.state = 1863; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 1911; + this.state = 1864; this.match(PostgreSqlParser.KW_MODULUS); - this.state = 1912; - this.match(PostgreSqlParser.Integral); - this.state = 1913; + this.state = 1865; + this.numericonly(); + this.state = 1866; this.match(PostgreSqlParser.COMMA); - this.state = 1914; + this.state = 1867; this.match(PostgreSqlParser.KW_REMAINDER); - this.state = 1915; - this.match(PostgreSqlParser.Integral); - this.state = 1916; + this.state = 1868; + this.numericonly(); + this.state = 1869; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 1917; + this.state = 1871; this.match(PostgreSqlParser.KW_FOR); - this.state = 1918; + this.state = 1872; this.match(PostgreSqlParser.KW_VALUES); - this.state = 1919; + this.state = 1873; this.match(PostgreSqlParser.KW_IN); - this.state = 1920; + this.state = 1874; this.execute_param_clause(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 1921; + this.state = 1875; this.match(PostgreSqlParser.KW_FOR); - this.state = 1922; + this.state = 1876; this.match(PostgreSqlParser.KW_VALUES); - this.state = 1923; + this.state = 1877; this.match(PostgreSqlParser.KW_FROM); - this.state = 1924; + this.state = 1878; this.execute_param_clause(); - this.state = 1925; + this.state = 1879; this.match(PostgreSqlParser.KW_TO); - this.state = 1926; + this.state = 1880; this.execute_param_clause(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 1928; + this.state = 1882; this.match(PostgreSqlParser.KW_DEFAULT); } break; @@ -9448,32 +9239,32 @@ export class PostgreSqlParser extends SQLParserBase { } public altercompositetypestmt(): AltercompositetypestmtContext { let localContext = new AltercompositetypestmtContext(this.context, this.state); - this.enterRule(localContext, 108, PostgreSqlParser.RULE_altercompositetypestmt); + this.enterRule(localContext, 100, PostgreSqlParser.RULE_altercompositetypestmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 1931; + this.state = 1885; this.match(PostgreSqlParser.KW_ALTER); - this.state = 1932; + this.state = 1886; this.match(PostgreSqlParser.KW_TYPE); - this.state = 1933; + this.state = 1887; this.any_name(); - this.state = 1934; + this.state = 1888; this.alter_type_cmd(); - this.state = 1939; + this.state = 1893; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 1935; + this.state = 1889; this.match(PostgreSqlParser.COMMA); - this.state = 1936; + this.state = 1890; this.alter_type_cmd(); } } - this.state = 1941; + this.state = 1895; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -9495,27 +9286,27 @@ export class PostgreSqlParser extends SQLParserBase { } public alter_type_cmd(): Alter_type_cmdContext { let localContext = new Alter_type_cmdContext(this.context, this.state); - this.enterRule(localContext, 110, PostgreSqlParser.RULE_alter_type_cmd); + this.enterRule(localContext, 102, PostgreSqlParser.RULE_alter_type_cmd); let _la: number; try { - this.state = 1972; + this.state = 1926; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ADD: this.enterOuterAlt(localContext, 1); { - this.state = 1942; + this.state = 1896; this.match(PostgreSqlParser.KW_ADD); - this.state = 1943; + this.state = 1897; this.match(PostgreSqlParser.KW_ATTRIBUTE); - this.state = 1944; + this.state = 1898; this.tablefuncelement(); - this.state = 1946; + this.state = 1900; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 123, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 119, this.context) ) { case 1: { - this.state = 1945; + this.state = 1899; this.opt_drop_behavior(); } break; @@ -9525,28 +9316,28 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_DROP: this.enterOuterAlt(localContext, 2); { - this.state = 1948; + this.state = 1902; this.match(PostgreSqlParser.KW_DROP); - this.state = 1949; + this.state = 1903; this.match(PostgreSqlParser.KW_ATTRIBUTE); - this.state = 1951; + this.state = 1905; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 124, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 120, this.context) ) { case 1: { - this.state = 1950; + this.state = 1904; this.opt_if_exists(); } break; } - this.state = 1953; + this.state = 1907; this.colid(); - this.state = 1955; + this.state = 1909; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 125, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 121, this.context) ) { case 1: { - this.state = 1954; + this.state = 1908; this.opt_drop_behavior(); } break; @@ -9556,44 +9347,44 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_ALTER: this.enterOuterAlt(localContext, 3); { - this.state = 1957; + this.state = 1911; this.match(PostgreSqlParser.KW_ALTER); - this.state = 1958; + this.state = 1912; this.match(PostgreSqlParser.KW_ATTRIBUTE); - this.state = 1959; + this.state = 1913; this.colid(); - this.state = 1962; + this.state = 1916; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 333) { { - this.state = 1960; + this.state = 1914; this.match(PostgreSqlParser.KW_SET); - this.state = 1961; + this.state = 1915; this.match(PostgreSqlParser.KW_DATA); } } - this.state = 1964; + this.state = 1918; this.match(PostgreSqlParser.KW_TYPE); - this.state = 1965; + this.state = 1919; this.typename(); - this.state = 1967; + this.state = 1921; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 43) { { - this.state = 1966; + this.state = 1920; this.opt_collate_clause(); } } - this.state = 1970; + this.state = 1924; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 128, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 124, this.context) ) { case 1: { - this.state = 1969; + this.state = 1923; this.opt_drop_behavior(); } break; @@ -9620,13 +9411,13 @@ export class PostgreSqlParser extends SQLParserBase { } public closeportalstmt(): CloseportalstmtContext { let localContext = new CloseportalstmtContext(this.context, this.state); - this.enterRule(localContext, 112, PostgreSqlParser.RULE_closeportalstmt); + this.enterRule(localContext, 104, PostgreSqlParser.RULE_closeportalstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 1974; + this.state = 1928; this.match(PostgreSqlParser.KW_CLOSE); - this.state = 1977; + this.state = 1931; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DEFAULT: @@ -10024,13 +9815,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 1975; + this.state = 1929; this.colid(); } break; case PostgreSqlParser.KW_ALL: { - this.state = 1976; + this.state = 1930; this.match(PostgreSqlParser.KW_ALL); } break; @@ -10055,40 +9846,40 @@ export class PostgreSqlParser extends SQLParserBase { } public copystmt(): CopystmtContext { let localContext = new CopystmtContext(this.context, this.state); - this.enterRule(localContext, 114, PostgreSqlParser.RULE_copystmt); + this.enterRule(localContext, 106, PostgreSqlParser.RULE_copystmt); let _la: number; try { - this.state = 2028; + this.state = 1982; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 142, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 138, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 1979; + this.state = 1933; this.match(PostgreSqlParser.KW_COPY); - this.state = 1981; + this.state = 1935; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 107) { { - this.state = 1980; + this.state = 1934; this.match(PostgreSqlParser.KW_BINARY); } } - this.state = 1983; + this.state = 1937; this.table_name(); - this.state = 1985; + this.state = 1939; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 1984; + this.state = 1938; this.opt_column_list(); } } - this.state = 1987; + this.state = 1941; _la = this.tokenStream.LA(1); if(!(_la === 64 || _la === 94)) { this.errorHandler.recoverInline(this); @@ -10097,17 +9888,17 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 1989; + this.state = 1943; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 297) { { - this.state = 1988; + this.state = 1942; this.match(PostgreSqlParser.KW_PROGRAM); } } - this.state = 1994; + this.state = 1948; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.StringConstant: @@ -10115,65 +9906,65 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.BeginDollarStringConstant: case PostgreSqlParser.EscapeStringConstant: { - this.state = 1991; + this.state = 1945; this.sconst(); } break; case PostgreSqlParser.KW_STDIN: { - this.state = 1992; + this.state = 1946; this.match(PostgreSqlParser.KW_STDIN); } break; case PostgreSqlParser.KW_STDOUT: { - this.state = 1993; + this.state = 1947; this.match(PostgreSqlParser.KW_STDOUT); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 2001; + this.state = 1955; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 136, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 132, this.context) ) { case 1: { - this.state = 1997; + this.state = 1951; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 1996; + this.state = 1950; this.match(PostgreSqlParser.KW_USING); } } - this.state = 1999; + this.state = 1953; this.match(PostgreSqlParser.KW_DELIMITERS); - this.state = 2000; + this.state = 1954; this.sconst(); } break; } - this.state = 2004; + this.state = 1958; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 137, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 133, this.context) ) { case 1: { - this.state = 2003; + this.state = 1957; this.match(PostgreSqlParser.KW_WITH); } break; } - this.state = 2006; + this.state = 1960; this.copy_options(); - this.state = 2008; + this.state = 1962; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 2007; + this.state = 1961; this.where_clause(); } } @@ -10183,27 +9974,27 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2010; + this.state = 1964; this.match(PostgreSqlParser.KW_COPY); - this.state = 2011; + this.state = 1965; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 2012; + this.state = 1966; this.preparablestmt(); - this.state = 2013; + this.state = 1967; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 2014; + this.state = 1968; this.match(PostgreSqlParser.KW_TO); - this.state = 2016; + this.state = 1970; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 297) { { - this.state = 2015; + this.state = 1969; this.match(PostgreSqlParser.KW_PROGRAM); } } - this.state = 2021; + this.state = 1975; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.StringConstant: @@ -10211,36 +10002,36 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.BeginDollarStringConstant: case PostgreSqlParser.EscapeStringConstant: { - this.state = 2018; + this.state = 1972; this.sconst(); } break; case PostgreSqlParser.KW_STDIN: { - this.state = 2019; + this.state = 1973; this.match(PostgreSqlParser.KW_STDIN); } break; case PostgreSqlParser.KW_STDOUT: { - this.state = 2020; + this.state = 1974; this.match(PostgreSqlParser.KW_STDOUT); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 2024; + this.state = 1978; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 141, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 137, this.context) ) { case 1: { - this.state = 2023; + this.state = 1977; this.match(PostgreSqlParser.KW_WITH); } break; } - this.state = 2026; + this.state = 1980; this.copy_options(); } break; @@ -10262,40 +10053,40 @@ export class PostgreSqlParser extends SQLParserBase { } public copy_options(): Copy_optionsContext { let localContext = new Copy_optionsContext(this.context, this.state); - this.enterRule(localContext, 116, PostgreSqlParser.RULE_copy_options); + this.enterRule(localContext, 108, PostgreSqlParser.RULE_copy_options); let _la: number; try { let alternative: number; - this.state = 2069; + this.state = 2023; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 149, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 145, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2055; + this.state = 2009; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 147, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 143, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { - this.state = 2053; + this.state = 2007; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 146, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 142, this.context) ) { case 1: { - this.state = 2030; + this.state = 1984; this.match(PostgreSqlParser.KW_BINARY); } break; case 2: { - this.state = 2031; + this.state = 1985; this.match(PostgreSqlParser.KW_FREEZE); } break; case 3: { - this.state = 2032; + this.state = 1986; _la = this.tokenStream.LA(1); if(!(_la === 78 || _la === 183 || _la === 197 || _la === 298)) { this.errorHandler.recoverInline(this); @@ -10304,50 +10095,50 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2034; + this.state = 1988; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 2033; + this.state = 1987; this.match(PostgreSqlParser.KW_AS); } } - this.state = 2036; + this.state = 1990; this.sconst(); } break; case 4: { - this.state = 2037; + this.state = 1991; this.match(PostgreSqlParser.KW_CSV); } break; case 5: { - this.state = 2038; + this.state = 1992; this.match(PostgreSqlParser.KW_HEADER); } break; case 6: { - this.state = 2039; + this.state = 1993; this.match(PostgreSqlParser.KW_FORCE); - this.state = 2040; + this.state = 1994; this.match(PostgreSqlParser.KW_QUOTE); - this.state = 2043; + this.state = 1997; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 144, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 140, this.context) ) { case 1: { - this.state = 2041; + this.state = 1995; this.column_list(); } break; case 2: { - this.state = 2042; + this.state = 1996; this.match(PostgreSqlParser.STAR); } break; @@ -10356,65 +10147,65 @@ export class PostgreSqlParser extends SQLParserBase { break; case 7: { - this.state = 2045; + this.state = 1999; this.match(PostgreSqlParser.KW_FORCE); - this.state = 2047; + this.state = 2001; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 2046; + this.state = 2000; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 2049; + this.state = 2003; this.match(PostgreSqlParser.KW_NULL); - this.state = 2050; + this.state = 2004; this.column_list(); } break; case 8: { - this.state = 2051; + this.state = 2005; this.match(PostgreSqlParser.KW_ENCODING); - this.state = 2052; + this.state = 2006; this.sconst(); } break; } } } - this.state = 2057; + this.state = 2011; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 147, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 143, this.context); } } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2058; + this.state = 2012; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 2059; + this.state = 2013; this.copy_generic_opt_elem(); - this.state = 2064; + this.state = 2018; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 2060; + this.state = 2014; this.match(PostgreSqlParser.COMMA); - this.state = 2061; + this.state = 2015; this.copy_generic_opt_elem(); } } - this.state = 2066; + this.state = 2020; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2067; + this.state = 2021; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -10436,14 +10227,14 @@ export class PostgreSqlParser extends SQLParserBase { } public copy_generic_opt_elem(): Copy_generic_opt_elemContext { let localContext = new Copy_generic_opt_elemContext(this.context, this.state); - this.enterRule(localContext, 118, PostgreSqlParser.RULE_copy_generic_opt_elem); + this.enterRule(localContext, 110, PostgreSqlParser.RULE_copy_generic_opt_elem); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2071; + this.state = 2025; this.collabel(); - this.state = 2086; + this.state = 2040; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DEFAULT: @@ -10865,7 +10656,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 2072; + this.state = 2026; this.opt_boolean_or_string(); } break; @@ -10874,39 +10665,39 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.Integral: case PostgreSqlParser.Numeric: { - this.state = 2073; + this.state = 2027; this.numericonly(); } break; case PostgreSqlParser.STAR: { - this.state = 2074; + this.state = 2028; this.match(PostgreSqlParser.STAR); } break; case PostgreSqlParser.OPEN_PAREN: { - this.state = 2075; + this.state = 2029; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 2076; + this.state = 2030; this.opt_boolean_or_string_column(); - this.state = 2081; + this.state = 2035; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 2077; + this.state = 2031; this.match(PostgreSqlParser.COMMA); - this.state = 2078; + this.state = 2032; this.opt_boolean_or_string_column(); } } - this.state = 2083; + this.state = 2037; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2084; + this.state = 2038; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -10934,113 +10725,113 @@ export class PostgreSqlParser extends SQLParserBase { } public createstmt(): CreatestmtContext { let localContext = new CreatestmtContext(this.context, this.state); - this.enterRule(localContext, 120, PostgreSqlParser.RULE_createstmt); + this.enterRule(localContext, 112, PostgreSqlParser.RULE_createstmt); let _la: number; try { localContext = new ColumnCreateTableContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2088; + this.state = 2042; this.match(PostgreSqlParser.KW_CREATE); - this.state = 2090; + this.state = 2044; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 213 || _la === 254 || ((((_la - 352)) & ~0x1F) === 0 && ((1 << (_la - 352)) & 32773) !== 0)) { { - this.state = 2089; + this.state = 2043; this.opttemp(); } } - this.state = 2092; + this.state = 2046; this.match(PostgreSqlParser.KW_TABLE); - this.state = 2094; + this.state = 2048; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 153, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 149, this.context) ) { case 1: { - this.state = 2093; + this.state = 2047; this.opt_if_not_exists(); } break; } - this.state = 2096; + this.state = 2050; this.table_name_create(); - this.state = 2162; + this.state = 2116; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: { - this.state = 2097; + this.state = 2051; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 2099; + this.state = 2053; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 42)) & ~0x1F) === 0 && ((1 << (_la - 42)) & 2099209) !== 0) || ((((_la - 85)) & ~0x1F) === 0 && ((1 << (_la - 85)) & 2147491841) !== 0) || ((((_la - 120)) & ~0x1F) === 0 && ((1 << (_la - 120)) & 4294966809) !== 0) || ((((_la - 152)) & ~0x1F) === 0 && ((1 << (_la - 152)) & 4294967295) !== 0) || ((((_la - 184)) & ~0x1F) === 0 && ((1 << (_la - 184)) & 4294967295) !== 0) || ((((_la - 216)) & ~0x1F) === 0 && ((1 << (_la - 216)) & 4290781183) !== 0) || ((((_la - 248)) & ~0x1F) === 0 && ((1 << (_la - 248)) & 4294967295) !== 0) || ((((_la - 280)) & ~0x1F) === 0 && ((1 << (_la - 280)) & 4294967295) !== 0) || ((((_la - 312)) & ~0x1F) === 0 && ((1 << (_la - 312)) & 4294967295) !== 0) || ((((_la - 344)) & ~0x1F) === 0 && ((1 << (_la - 344)) & 4294967295) !== 0) || ((((_la - 376)) & ~0x1F) === 0 && ((1 << (_la - 376)) & 4294967295) !== 0) || ((((_la - 408)) & ~0x1F) === 0 && ((1 << (_la - 408)) & 4294967295) !== 0) || ((((_la - 440)) & ~0x1F) === 0 && ((1 << (_la - 440)) & 4294950911) !== 0) || ((((_la - 473)) & ~0x1F) === 0 && ((1 << (_la - 473)) & 3221225471) !== 0) || ((((_la - 506)) & ~0x1F) === 0 && ((1 << (_la - 506)) & 286719) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 402696335) !== 0) || _la === 584) { { - this.state = 2098; + this.state = 2052; this.tableelementlist(); } } - this.state = 2101; + this.state = 2055; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 2103; + this.state = 2057; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 155, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 151, this.context) ) { case 1: { - this.state = 2102; + this.state = 2056; this.optinherit(); } break; } - this.state = 2106; + this.state = 2060; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 156, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 152, this.context) ) { case 1: { - this.state = 2105; + this.state = 2059; this.partitionspec(); } break; } - this.state = 2109; + this.state = 2063; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 2108; + this.state = 2062; this.table_access_method_clause(); } } - this.state = 2112; + this.state = 2066; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 158, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 154, this.context) ) { case 1: { - this.state = 2111; + this.state = 2065; this.optwith(); } break; } - this.state = 2115; + this.state = 2069; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 80) { { - this.state = 2114; + this.state = 2068; this.oncommitoption(); } } - this.state = 2118; + this.state = 2072; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 160, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 156, this.context) ) { case 1: { - this.state = 2117; + this.state = 2071; this.opttablespace(); } break; @@ -11049,66 +10840,66 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.KW_OF: { - this.state = 2120; + this.state = 2074; this.match(PostgreSqlParser.KW_OF); - this.state = 2121; + this.state = 2075; this.any_name(); - this.state = 2123; + this.state = 2077; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 161, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 157, this.context) ) { case 1: { - this.state = 2122; + this.state = 2076; this.opttypedtableelementlist(); } break; } - this.state = 2126; + this.state = 2080; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 162, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 158, this.context) ) { case 1: { - this.state = 2125; + this.state = 2079; this.partitionspec(); } break; } - this.state = 2129; + this.state = 2083; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 2128; + this.state = 2082; this.table_access_method_clause(); } } - this.state = 2132; + this.state = 2086; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 164, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 160, this.context) ) { case 1: { - this.state = 2131; + this.state = 2085; this.optwith(); } break; } - this.state = 2135; + this.state = 2089; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 80) { { - this.state = 2134; + this.state = 2088; this.oncommitoption(); } } - this.state = 2138; + this.state = 2092; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 166, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 162, this.context) ) { case 1: { - this.state = 2137; + this.state = 2091; this.opttablespace(); } break; @@ -11117,70 +10908,70 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.KW_PARTITION: { - this.state = 2140; + this.state = 2094; this.match(PostgreSqlParser.KW_PARTITION); - this.state = 2141; + this.state = 2095; this.match(PostgreSqlParser.KW_OF); - this.state = 2142; + this.state = 2096; this.qualified_name(); - this.state = 2144; + this.state = 2098; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 2143; + this.state = 2097; this.opttypedtableelementlist(); } } - this.state = 2146; + this.state = 2100; this.partitionboundspec(); - this.state = 2148; + this.state = 2102; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 168, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 164, this.context) ) { case 1: { - this.state = 2147; + this.state = 2101; this.partitionspec(); } break; } - this.state = 2151; + this.state = 2105; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 2150; + this.state = 2104; this.table_access_method_clause(); } } - this.state = 2154; + this.state = 2108; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 170, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 166, this.context) ) { case 1: { - this.state = 2153; + this.state = 2107; this.optwith(); } break; } - this.state = 2157; + this.state = 2111; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 80) { { - this.state = 2156; + this.state = 2110; this.oncommitoption(); } } - this.state = 2160; + this.state = 2114; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 172, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 168, this.context) ) { case 1: { - this.state = 2159; + this.state = 2113; this.opttablespace(); } break; @@ -11208,23 +10999,23 @@ export class PostgreSqlParser extends SQLParserBase { } public opttemp(): OpttempContext { let localContext = new OpttempContext(this.context, this.state); - this.enterRule(localContext, 122, PostgreSqlParser.RULE_opttemp); + this.enterRule(localContext, 114, PostgreSqlParser.RULE_opttemp); let _la: number; try { - this.state = 2169; + this.state = 2123; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_TEMPORARY: this.enterOuterAlt(localContext, 1); { - this.state = 2164; + this.state = 2118; this.match(PostgreSqlParser.KW_TEMPORARY); } break; case PostgreSqlParser.KW_TEMP: this.enterOuterAlt(localContext, 2); { - this.state = 2165; + this.state = 2119; this.match(PostgreSqlParser.KW_TEMP); } break; @@ -11232,7 +11023,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_LOCAL: this.enterOuterAlt(localContext, 3); { - this.state = 2166; + this.state = 2120; _la = this.tokenStream.LA(1); if(!(_la === 213 || _la === 254)) { this.errorHandler.recoverInline(this); @@ -11241,7 +11032,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2167; + this.state = 2121; _la = this.tokenStream.LA(1); if(!(_la === 352 || _la === 354)) { this.errorHandler.recoverInline(this); @@ -11255,7 +11046,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_UNLOGGED: this.enterOuterAlt(localContext, 4); { - this.state = 2168; + this.state = 2122; this.match(PostgreSqlParser.KW_UNLOGGED); } break; @@ -11279,32 +11070,32 @@ export class PostgreSqlParser extends SQLParserBase { } public opttypedtableelementlist(): OpttypedtableelementlistContext { let localContext = new OpttypedtableelementlistContext(this.context, this.state); - this.enterRule(localContext, 124, PostgreSqlParser.RULE_opttypedtableelementlist); + this.enterRule(localContext, 116, PostgreSqlParser.RULE_opttypedtableelementlist); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2171; + this.state = 2125; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 2172; + this.state = 2126; this.typedtableelement(); - this.state = 2177; + this.state = 2131; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 2173; + this.state = 2127; this.match(PostgreSqlParser.COMMA); - this.state = 2174; + this.state = 2128; this.typedtableelement(); } } - this.state = 2179; + this.state = 2133; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2180; + this.state = 2134; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -11324,26 +11115,26 @@ export class PostgreSqlParser extends SQLParserBase { } public tableelementlist(): TableelementlistContext { let localContext = new TableelementlistContext(this.context, this.state); - this.enterRule(localContext, 126, PostgreSqlParser.RULE_tableelementlist); + this.enterRule(localContext, 118, PostgreSqlParser.RULE_tableelementlist); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2182; + this.state = 2136; this.tableelement(); - this.state = 2187; + this.state = 2141; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 2183; + this.state = 2137; this.match(PostgreSqlParser.COMMA); - this.state = 2184; + this.state = 2138; this.tableelement(); } } - this.state = 2189; + this.state = 2143; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -11365,52 +11156,52 @@ export class PostgreSqlParser extends SQLParserBase { } public tableelement(): TableelementContext { let localContext = new TableelementContext(this.context, this.state); - this.enterRule(localContext, 128, PostgreSqlParser.RULE_tableelement); + this.enterRule(localContext, 120, PostgreSqlParser.RULE_tableelement); let _la: number; try { - this.state = 2205; + this.state = 2159; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 179, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 175, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2192; + this.state = 2146; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 45) { { - this.state = 2190; + this.state = 2144; this.match(PostgreSqlParser.KW_CONSTRAINT); - this.state = 2191; + this.state = 2145; this.colid(); } } - this.state = 2194; + this.state = 2148; this.constraintelem(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2195; + this.state = 2149; this.column_def(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2196; + this.state = 2150; this.match(PostgreSqlParser.KW_LIKE); - this.state = 2197; + this.state = 2151; this.qualified_name(); - this.state = 2202; + this.state = 2156; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 200 || _la === 224) { { { - this.state = 2198; + this.state = 2152; _la = this.tokenStream.LA(1); if(!(_la === 200 || _la === 224)) { this.errorHandler.recoverInline(this); @@ -11419,11 +11210,11 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2199; + this.state = 2153; this.tablelikeoption(); } } - this.state = 2204; + this.state = 2158; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -11447,40 +11238,40 @@ export class PostgreSqlParser extends SQLParserBase { } public typedtableelement(): TypedtableelementContext { let localContext = new TypedtableelementContext(this.context, this.state); - this.enterRule(localContext, 130, PostgreSqlParser.RULE_typedtableelement); + this.enterRule(localContext, 122, PostgreSqlParser.RULE_typedtableelement); let _la: number; try { - this.state = 2223; + this.state = 2177; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 183, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 179, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2207; + this.state = 2161; this.column_name_create(); - this.state = 2210; + this.state = 2164; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 2208; + this.state = 2162; this.match(PostgreSqlParser.KW_WITH); - this.state = 2209; + this.state = 2163; this.match(PostgreSqlParser.KW_OPTIONS); } } - this.state = 2215; + this.state = 2169; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (((((_la - 42)) & ~0x1F) === 0 && ((1 << (_la - 42)) & 2059) !== 0) || ((((_la - 77)) & ~0x1F) === 0 && ((1 << (_la - 77)) & 2097923) !== 0) || _la === 438) { { { - this.state = 2212; + this.state = 2166; this.colconstraint(); } } - this.state = 2217; + this.state = 2171; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -11489,19 +11280,19 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2220; + this.state = 2174; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 45) { { - this.state = 2218; + this.state = 2172; this.match(PostgreSqlParser.KW_CONSTRAINT); - this.state = 2219; + this.state = 2173; this.colid(); } } - this.state = 2222; + this.state = 2176; this.constraintelem(); } break; @@ -11523,69 +11314,69 @@ export class PostgreSqlParser extends SQLParserBase { } public column_def(): Column_defContext { let localContext = new Column_defContext(this.context, this.state); - this.enterRule(localContext, 132, PostgreSqlParser.RULE_column_def); + this.enterRule(localContext, 124, PostgreSqlParser.RULE_column_def); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 2225; + this.state = 2179; this.column_name_create(); - this.state = 2226; + this.state = 2180; localContext._colType = this.typename(); - this.state = 2228; + this.state = 2182; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 184, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 180, this.context) ) { case 1: { - this.state = 2227; + this.state = 2181; this.create_generic_options(); } break; } - this.state = 2239; + this.state = 2193; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 186, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 182, this.context) ) { case 1: { - this.state = 2230; + this.state = 2184; this.match(PostgreSqlParser.KW_STORAGE); - this.state = 2237; + this.state = 2191; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 185, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 181, this.context) ) { case 1: { - this.state = 2231; + this.state = 2185; this.match(PostgreSqlParser.KW_PLAIN); } break; case 2: { - this.state = 2232; + this.state = 2186; this.match(PostgreSqlParser.KW_EXTERNAL); } break; case 3: { - this.state = 2233; + this.state = 2187; this.match(PostgreSqlParser.KW_EXTENDED); } break; case 4: { - this.state = 2234; + this.state = 2188; this.match(PostgreSqlParser.KW_MAIN); } break; case 5: { - this.state = 2235; + this.state = 2189; this.match(PostgreSqlParser.KW_DEFAULT); } break; case 6: { - this.state = 2236; + this.state = 2190; this.colid(); } break; @@ -11593,55 +11384,55 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 2243; + this.state = 2197; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 543) { { - this.state = 2241; + this.state = 2195; this.match(PostgreSqlParser.KW_COMPRESSION); - this.state = 2242; + this.state = 2196; this.colid(); } } - this.state = 2246; + this.state = 2200; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 188, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 184, this.context) ) { case 1: { - this.state = 2245; + this.state = 2199; this.opt_collate_clause(); } break; } - this.state = 2250; + this.state = 2204; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 189, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 185, this.context) ) { case 1: { - this.state = 2248; + this.state = 2202; this.match(PostgreSqlParser.KW_WITH); - this.state = 2249; + this.state = 2203; this.match(PostgreSqlParser.KW_OPTIONS); } break; } - this.state = 2255; + this.state = 2209; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 190, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 186, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 2252; + this.state = 2206; this.colconstraint(); } } } - this.state = 2257; + this.state = 2211; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 190, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 186, this.context); } } } @@ -11661,53 +11452,53 @@ export class PostgreSqlParser extends SQLParserBase { } public colconstraint(): ColconstraintContext { let localContext = new ColconstraintContext(this.context, this.state); - this.enterRule(localContext, 134, PostgreSqlParser.RULE_colconstraint); + this.enterRule(localContext, 126, PostgreSqlParser.RULE_colconstraint); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2260; + this.state = 2214; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 45) { { - this.state = 2258; + this.state = 2212; this.match(PostgreSqlParser.KW_CONSTRAINT); - this.state = 2259; + this.state = 2213; this.colid(); } } - this.state = 2262; + this.state = 2216; this.colconstraintelem(); - this.state = 2267; + this.state = 2221; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 193, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 189, this.context) ) { case 1: { - this.state = 2264; + this.state = 2218; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 2263; + this.state = 2217; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 2266; + this.state = 2220; this.match(PostgreSqlParser.KW_DEFERRABLE); } break; } - this.state = 2271; + this.state = 2225; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 69) { { - this.state = 2269; + this.state = 2223; this.match(PostgreSqlParser.KW_INITIALLY); - this.state = 2270; + this.state = 2224; _la = this.tokenStream.LA(1); if(!(_la === 180 || _la === 221)) { this.errorHandler.recoverInline(this); @@ -11737,50 +11528,50 @@ export class PostgreSqlParser extends SQLParserBase { } public colconstraintelem(): ColconstraintelemContext { let localContext = new ColconstraintelemContext(this.context, this.state); - this.enterRule(localContext, 136, PostgreSqlParser.RULE_colconstraintelem); + this.enterRule(localContext, 128, PostgreSqlParser.RULE_colconstraintelem); let _la: number; try { - this.state = 2353; + this.state = 2307; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 212, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 208, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2274; + this.state = 2228; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 2273; + this.state = 2227; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 2276; + this.state = 2230; this.match(PostgreSqlParser.KW_NULL); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2277; + this.state = 2231; this.match(PostgreSqlParser.KW_UNIQUE); - this.state = 2279; + this.state = 2233; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 196, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 192, this.context) ) { case 1: { - this.state = 2278; + this.state = 2232; this.opt_definition(); } break; } - this.state = 2282; + this.state = 2236; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 2281; + this.state = 2235; this.optconstablespace(); } } @@ -11790,59 +11581,59 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 2284; + this.state = 2238; this.match(PostgreSqlParser.KW_UNIQUE); - this.state = 2290; + this.state = 2244; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 199, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 195, this.context) ) { case 1: { - this.state = 2285; + this.state = 2239; this.match(PostgreSqlParser.KW_NULLS); - this.state = 2287; + this.state = 2241; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 2286; + this.state = 2240; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 2289; + this.state = 2243; this.match(PostgreSqlParser.KW_DISTINCT); } break; } { - this.state = 2294; + this.state = 2248; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 200, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 196, this.context) ) { case 1: { - this.state = 2292; + this.state = 2246; this.match(PostgreSqlParser.KW_INCLUDE); - this.state = 2293; + this.state = 2247; this.index_params(); } break; } - this.state = 2297; + this.state = 2251; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 201, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 197, this.context) ) { case 1: { - this.state = 2296; + this.state = 2250; this.with_clause(); } break; } - this.state = 2300; + this.state = 2254; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 2299; + this.state = 2253; this.optconstablespace(); } } @@ -11853,26 +11644,26 @@ export class PostgreSqlParser extends SQLParserBase { case 4: this.enterOuterAlt(localContext, 4); { - this.state = 2302; + this.state = 2256; this.match(PostgreSqlParser.KW_PRIMARY); - this.state = 2303; + this.state = 2257; this.match(PostgreSqlParser.KW_KEY); - this.state = 2305; + this.state = 2259; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 203, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 199, this.context) ) { case 1: { - this.state = 2304; + this.state = 2258; this.opt_definition(); } break; } - this.state = 2308; + this.state = 2262; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 2307; + this.state = 2261; this.optconstablespace(); } } @@ -11882,22 +11673,22 @@ export class PostgreSqlParser extends SQLParserBase { case 5: this.enterOuterAlt(localContext, 5); { - this.state = 2310; + this.state = 2264; this.match(PostgreSqlParser.KW_CHECK); - this.state = 2311; + this.state = 2265; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 2312; + this.state = 2266; this.expression(); - this.state = 2313; + this.state = 2267; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 2316; + this.state = 2270; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 205, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 201, this.context) ) { case 1: { - this.state = 2314; + this.state = 2268; this.match(PostgreSqlParser.KW_NO); - this.state = 2315; + this.state = 2269; this.match(PostgreSqlParser.KW_INHERIT); } break; @@ -11907,50 +11698,50 @@ export class PostgreSqlParser extends SQLParserBase { case 6: this.enterOuterAlt(localContext, 6); { - this.state = 2318; + this.state = 2272; this.match(PostgreSqlParser.KW_DEFAULT); - this.state = 2319; + this.state = 2273; this.primaryExpression(0); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 2320; + this.state = 2274; this.match(PostgreSqlParser.KW_GENERATED); - this.state = 2321; + this.state = 2275; this.generated_when(); - this.state = 2322; + this.state = 2276; this.match(PostgreSqlParser.KW_AS); - this.state = 2339; + this.state = 2293; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_IDENTITY: { - this.state = 2323; + this.state = 2277; this.match(PostgreSqlParser.KW_IDENTITY); - this.state = 2332; + this.state = 2286; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 207, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 203, this.context) ) { case 1: { - this.state = 2324; + this.state = 2278; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 2326; + this.state = 2280; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 2325; + this.state = 2279; this.seqoptelem(); } } - this.state = 2328; + this.state = 2282; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 36 || _la === 148 || _la === 225 || ((((_la - 260)) & ~0x1F) === 0 && ((1 << (_la - 260)) & 2097669) !== 0) || ((((_la - 314)) & ~0x1F) === 0 && ((1 << (_la - 314)) & 67125249) !== 0)); - this.state = 2330; + this.state = 2284; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -11959,13 +11750,13 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.OPEN_PAREN: { - this.state = 2334; + this.state = 2288; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 2335; + this.state = 2289; this.expression(); - this.state = 2336; + this.state = 2290; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 2337; + this.state = 2291; this.match(PostgreSqlParser.KW_STORED); } break; @@ -11977,36 +11768,36 @@ export class PostgreSqlParser extends SQLParserBase { case 8: this.enterOuterAlt(localContext, 8); { - this.state = 2341; + this.state = 2295; this.match(PostgreSqlParser.KW_REFERENCES); - this.state = 2342; + this.state = 2296; this.qualified_name(); - this.state = 2344; + this.state = 2298; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 209, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 205, this.context) ) { case 1: { - this.state = 2343; + this.state = 2297; this.opt_column_list(); } break; } - this.state = 2347; + this.state = 2301; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 210, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 206, this.context) ) { case 1: { - this.state = 2346; + this.state = 2300; this.key_match(); } break; } - this.state = 2350; + this.state = 2304; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 80) { { - this.state = 2349; + this.state = 2303; this.key_actions(); } } @@ -12016,7 +11807,7 @@ export class PostgreSqlParser extends SQLParserBase { case 9: this.enterOuterAlt(localContext, 9); { - this.state = 2352; + this.state = 2306; this.opt_collate_clause(); } break; @@ -12038,24 +11829,24 @@ export class PostgreSqlParser extends SQLParserBase { } public generated_when(): Generated_whenContext { let localContext = new Generated_whenContext(this.context, this.state); - this.enterRule(localContext, 138, PostgreSqlParser.RULE_generated_when); + this.enterRule(localContext, 130, PostgreSqlParser.RULE_generated_when); try { - this.state = 2358; + this.state = 2312; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ALWAYS: this.enterOuterAlt(localContext, 1); { - this.state = 2355; + this.state = 2309; this.match(PostgreSqlParser.KW_ALWAYS); } break; case PostgreSqlParser.KW_BY: this.enterOuterAlt(localContext, 2); { - this.state = 2356; + this.state = 2310; this.match(PostgreSqlParser.KW_BY); - this.state = 2357; + this.state = 2311; this.match(PostgreSqlParser.KW_DEFAULT); } break; @@ -12079,12 +11870,12 @@ export class PostgreSqlParser extends SQLParserBase { } public tablelikeoption(): TablelikeoptionContext { let localContext = new TablelikeoptionContext(this.context, this.state); - this.enterRule(localContext, 140, PostgreSqlParser.RULE_tablelikeoption); + this.enterRule(localContext, 132, PostgreSqlParser.RULE_tablelikeoption); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2360; + this.state = 2314; _la = this.tokenStream.LA(1); if(!(_la === 30 || ((((_la - 160)) & ~0x1F) === 0 && ((1 << (_la - 160)) & 524321) !== 0) || _la === 219 || _la === 227 || _la === 342 || _la === 345 || _la === 438)) { this.errorHandler.recoverInline(this); @@ -12111,39 +11902,39 @@ export class PostgreSqlParser extends SQLParserBase { } public constraintelem(): ConstraintelemContext { let localContext = new ConstraintelemContext(this.context, this.state); - this.enterRule(localContext, 142, PostgreSqlParser.RULE_constraintelem); + this.enterRule(localContext, 134, PostgreSqlParser.RULE_constraintelem); let _la: number; try { let alternative: number; - this.state = 2458; + this.state = 2412; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_CHECK: this.enterOuterAlt(localContext, 1); { - this.state = 2362; + this.state = 2316; this.match(PostgreSqlParser.KW_CHECK); - this.state = 2363; + this.state = 2317; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 2364; + this.state = 2318; this.expression(); - this.state = 2365; + this.state = 2319; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 2369; + this.state = 2323; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 214, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 210, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 2366; + this.state = 2320; this.constraintattributeElem(); } } } - this.state = 2371; + this.state = 2325; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 214, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 210, this.context); } } break; @@ -12151,21 +11942,21 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_UNIQUE: this.enterOuterAlt(localContext, 2); { - this.state = 2375; + this.state = 2329; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_UNIQUE: { - this.state = 2372; + this.state = 2326; this.match(PostgreSqlParser.KW_UNIQUE); } break; case PostgreSqlParser.KW_PRIMARY: { { - this.state = 2373; + this.state = 2327; this.match(PostgreSqlParser.KW_PRIMARY); - this.state = 2374; + this.state = 2328; this.match(PostgreSqlParser.KW_KEY); } } @@ -12173,80 +11964,80 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 2400; + this.state = 2354; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: { - this.state = 2377; + this.state = 2331; this.opt_column_list(); - this.state = 2379; + this.state = 2333; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 216, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 212, this.context) ) { case 1: { - this.state = 2378; + this.state = 2332; this.opt_c_include(); } break; } - this.state = 2382; + this.state = 2336; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 217, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 213, this.context) ) { case 1: { - this.state = 2381; + this.state = 2335; this.opt_definition(); } break; } - this.state = 2385; + this.state = 2339; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 2384; + this.state = 2338; this.optconstablespace(); } } - this.state = 2390; + this.state = 2344; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 219, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 215, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 2387; + this.state = 2341; this.constraintattributeElem(); } } } - this.state = 2392; + this.state = 2346; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 219, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 215, this.context); } } break; case PostgreSqlParser.KW_USING: { - this.state = 2393; + this.state = 2347; this.existingindex(); - this.state = 2397; + this.state = 2351; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 220, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 216, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 2394; + this.state = 2348; this.constraintattributeElem(); } } } - this.state = 2399; + this.state = 2353; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 220, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 216, this.context); } } break; @@ -12258,162 +12049,162 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_EXCLUDE: this.enterOuterAlt(localContext, 3); { - this.state = 2402; + this.state = 2356; this.match(PostgreSqlParser.KW_EXCLUDE); - this.state = 2404; + this.state = 2358; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 2403; + this.state = 2357; this.table_access_method_clause(); } } - this.state = 2406; + this.state = 2360; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 2407; + this.state = 2361; this.exclusionconstraintelem(); - this.state = 2412; + this.state = 2366; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 2408; + this.state = 2362; this.match(PostgreSqlParser.COMMA); - this.state = 2409; + this.state = 2363; this.exclusionconstraintelem(); } } - this.state = 2414; + this.state = 2368; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2415; + this.state = 2369; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 2417; + this.state = 2371; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 224, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 220, this.context) ) { case 1: { - this.state = 2416; + this.state = 2370; this.opt_c_include(); } break; } - this.state = 2420; + this.state = 2374; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 225, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 221, this.context) ) { case 1: { - this.state = 2419; + this.state = 2373; this.opt_definition(); } break; } - this.state = 2423; + this.state = 2377; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 2422; + this.state = 2376; this.optconstablespace(); } } - this.state = 2430; + this.state = 2384; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 2425; + this.state = 2379; this.match(PostgreSqlParser.KW_WHERE); - this.state = 2426; + this.state = 2380; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 2427; + this.state = 2381; this.expression(); - this.state = 2428; + this.state = 2382; this.match(PostgreSqlParser.CLOSE_PAREN); } } - this.state = 2435; + this.state = 2389; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 228, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 224, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 2432; + this.state = 2386; this.constraintattributeElem(); } } } - this.state = 2437; + this.state = 2391; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 228, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 224, this.context); } } break; case PostgreSqlParser.KW_FOREIGN: this.enterOuterAlt(localContext, 4); { - this.state = 2438; + this.state = 2392; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 2439; + this.state = 2393; this.match(PostgreSqlParser.KW_KEY); - this.state = 2440; + this.state = 2394; this.opt_column_list(); - this.state = 2441; + this.state = 2395; this.match(PostgreSqlParser.KW_REFERENCES); - this.state = 2442; + this.state = 2396; this.qualified_name(); - this.state = 2444; + this.state = 2398; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 229, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 225, this.context) ) { case 1: { - this.state = 2443; + this.state = 2397; this.opt_column_list(); } break; } - this.state = 2447; + this.state = 2401; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 230, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 226, this.context) ) { case 1: { - this.state = 2446; + this.state = 2400; this.key_match(); } break; } - this.state = 2450; + this.state = 2404; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 80) { { - this.state = 2449; + this.state = 2403; this.key_actions(); } } - this.state = 2455; + this.state = 2409; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 232, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 228, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 2452; + this.state = 2406; this.constraintattributeElem(); } } } - this.state = 2457; + this.state = 2411; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 232, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 228, this.context); } } break; @@ -12437,15 +12228,15 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_column_list(): Opt_column_listContext { let localContext = new Opt_column_listContext(this.context, this.state); - this.enterRule(localContext, 144, PostgreSqlParser.RULE_opt_column_list); + this.enterRule(localContext, 136, PostgreSqlParser.RULE_opt_column_list); try { this.enterOuterAlt(localContext, 1); { - this.state = 2460; + this.state = 2414; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 2461; + this.state = 2415; this.column_list(); - this.state = 2462; + this.state = 2416; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -12465,32 +12256,32 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_column_list_create(): Opt_column_list_createContext { let localContext = new Opt_column_list_createContext(this.context, this.state); - this.enterRule(localContext, 146, PostgreSqlParser.RULE_opt_column_list_create); + this.enterRule(localContext, 138, PostgreSqlParser.RULE_opt_column_list_create); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2464; + this.state = 2418; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 2465; + this.state = 2419; this.column_name_create(); - this.state = 2470; + this.state = 2424; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 2466; + this.state = 2420; this.match(PostgreSqlParser.COMMA); - this.state = 2467; + this.state = 2421; this.column_name_create(); } } - this.state = 2472; + this.state = 2426; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2473; + this.state = 2427; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -12510,30 +12301,30 @@ export class PostgreSqlParser extends SQLParserBase { } public column_list(): Column_listContext { let localContext = new Column_listContext(this.context, this.state); - this.enterRule(localContext, 148, PostgreSqlParser.RULE_column_list); + this.enterRule(localContext, 140, PostgreSqlParser.RULE_column_list); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 2475; + this.state = 2429; this.column_name(); - this.state = 2480; + this.state = 2434; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 235, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 231, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 2476; + this.state = 2430; this.match(PostgreSqlParser.COMMA); - this.state = 2477; + this.state = 2431; this.column_name(); } } } - this.state = 2482; + this.state = 2436; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 235, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 231, this.context); } } } @@ -12553,13 +12344,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_c_include(): Opt_c_includeContext { let localContext = new Opt_c_includeContext(this.context, this.state); - this.enterRule(localContext, 150, PostgreSqlParser.RULE_opt_c_include); + this.enterRule(localContext, 142, PostgreSqlParser.RULE_opt_c_include); try { this.enterOuterAlt(localContext, 1); { - this.state = 2483; + this.state = 2437; this.match(PostgreSqlParser.KW_INCLUDE); - this.state = 2484; + this.state = 2438; this.opt_column_list(); } } @@ -12579,14 +12370,14 @@ export class PostgreSqlParser extends SQLParserBase { } public key_match(): Key_matchContext { let localContext = new Key_matchContext(this.context, this.state); - this.enterRule(localContext, 152, PostgreSqlParser.RULE_key_match); + this.enterRule(localContext, 144, PostgreSqlParser.RULE_key_match); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2486; + this.state = 2440; this.match(PostgreSqlParser.KW_MATCH); - this.state = 2487; + this.state = 2441; _la = this.tokenStream.LA(1); if(!(_la === 113 || _la === 284 || _la === 336)) { this.errorHandler.recoverInline(this); @@ -12613,32 +12404,32 @@ export class PostgreSqlParser extends SQLParserBase { } public exclusionconstraintelem(): ExclusionconstraintelemContext { let localContext = new ExclusionconstraintelemContext(this.context, this.state); - this.enterRule(localContext, 154, PostgreSqlParser.RULE_exclusionconstraintelem); + this.enterRule(localContext, 146, PostgreSqlParser.RULE_exclusionconstraintelem); try { this.enterOuterAlt(localContext, 1); { - this.state = 2489; + this.state = 2443; this.index_elem(); - this.state = 2490; + this.state = 2444; this.match(PostgreSqlParser.KW_WITH); - this.state = 2497; + this.state = 2451; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 236, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 232, this.context) ) { case 1: { - this.state = 2491; + this.state = 2445; this.any_operator(); } break; case 2: { - this.state = 2492; + this.state = 2446; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 2493; + this.state = 2447; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 2494; + this.state = 2448; this.any_operator(); - this.state = 2495; + this.state = 2449; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -12661,23 +12452,23 @@ export class PostgreSqlParser extends SQLParserBase { } public key_actions(): Key_actionsContext { let localContext = new Key_actionsContext(this.context, this.state); - this.enterRule(localContext, 156, PostgreSqlParser.RULE_key_actions); + this.enterRule(localContext, 148, PostgreSqlParser.RULE_key_actions); let _la: number; try { - this.state = 2507; + this.state = 2461; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 239, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 235, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2499; + this.state = 2453; this.key_update(); - this.state = 2501; + this.state = 2455; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 80) { { - this.state = 2500; + this.state = 2454; this.key_delete(); } } @@ -12687,14 +12478,14 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2503; + this.state = 2457; this.key_delete(); - this.state = 2505; + this.state = 2459; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 80) { { - this.state = 2504; + this.state = 2458; this.key_update(); } } @@ -12719,15 +12510,15 @@ export class PostgreSqlParser extends SQLParserBase { } public key_update(): Key_updateContext { let localContext = new Key_updateContext(this.context, this.state); - this.enterRule(localContext, 158, PostgreSqlParser.RULE_key_update); + this.enterRule(localContext, 150, PostgreSqlParser.RULE_key_update); try { this.enterOuterAlt(localContext, 1); { - this.state = 2509; + this.state = 2463; this.match(PostgreSqlParser.KW_ON); - this.state = 2510; + this.state = 2464; this.match(PostgreSqlParser.KW_UPDATE); - this.state = 2511; + this.state = 2465; this.key_action(); } } @@ -12747,15 +12538,15 @@ export class PostgreSqlParser extends SQLParserBase { } public key_delete(): Key_deleteContext { let localContext = new Key_deleteContext(this.context, this.state); - this.enterRule(localContext, 160, PostgreSqlParser.RULE_key_delete); + this.enterRule(localContext, 152, PostgreSqlParser.RULE_key_delete); try { this.enterOuterAlt(localContext, 1); { - this.state = 2513; + this.state = 2467; this.match(PostgreSqlParser.KW_ON); - this.state = 2514; + this.state = 2468; this.match(PostgreSqlParser.KW_DELETE); - this.state = 2515; + this.state = 2469; this.key_action(); } } @@ -12775,41 +12566,41 @@ export class PostgreSqlParser extends SQLParserBase { } public key_action(): Key_actionContext { let localContext = new Key_actionContext(this.context, this.state); - this.enterRule(localContext, 162, PostgreSqlParser.RULE_key_action); + this.enterRule(localContext, 154, PostgreSqlParser.RULE_key_action); let _la: number; try { - this.state = 2526; + this.state = 2480; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_NO: this.enterOuterAlt(localContext, 1); { - this.state = 2517; + this.state = 2471; this.match(PostgreSqlParser.KW_NO); - this.state = 2518; + this.state = 2472; this.match(PostgreSqlParser.KW_ACTION); } break; case PostgreSqlParser.KW_RESTRICT: this.enterOuterAlt(localContext, 2); { - this.state = 2519; + this.state = 2473; this.match(PostgreSqlParser.KW_RESTRICT); } break; case PostgreSqlParser.KW_CASCADE: this.enterOuterAlt(localContext, 3); { - this.state = 2520; + this.state = 2474; this.match(PostgreSqlParser.KW_CASCADE); } break; case PostgreSqlParser.KW_SET: this.enterOuterAlt(localContext, 4); { - this.state = 2521; + this.state = 2475; this.match(PostgreSqlParser.KW_SET); - this.state = 2522; + this.state = 2476; _la = this.tokenStream.LA(1); if(!(_la === 53 || _la === 78)) { this.errorHandler.recoverInline(this); @@ -12818,12 +12609,12 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2524; + this.state = 2478; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 240, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 236, this.context) ) { case 1: { - this.state = 2523; + this.state = 2477; this.column_list(); } break; @@ -12850,17 +12641,17 @@ export class PostgreSqlParser extends SQLParserBase { } public optinherit(): OptinheritContext { let localContext = new OptinheritContext(this.context, this.state); - this.enterRule(localContext, 164, PostgreSqlParser.RULE_optinherit); + this.enterRule(localContext, 156, PostgreSqlParser.RULE_optinherit); try { this.enterOuterAlt(localContext, 1); { - this.state = 2528; + this.state = 2482; this.match(PostgreSqlParser.KW_INHERITS); - this.state = 2529; + this.state = 2483; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 2530; + this.state = 2484; this.qualified_name_list(); - this.state = 2531; + this.state = 2485; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -12880,38 +12671,38 @@ export class PostgreSqlParser extends SQLParserBase { } public partitionspec(): PartitionspecContext { let localContext = new PartitionspecContext(this.context, this.state); - this.enterRule(localContext, 166, PostgreSqlParser.RULE_partitionspec); + this.enterRule(localContext, 158, PostgreSqlParser.RULE_partitionspec); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2533; + this.state = 2487; this.match(PostgreSqlParser.KW_PARTITION); - this.state = 2534; + this.state = 2488; this.match(PostgreSqlParser.KW_BY); - this.state = 2535; + this.state = 2489; this.colid(); - this.state = 2536; + this.state = 2490; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 2537; + this.state = 2491; this.part_elem(); - this.state = 2542; + this.state = 2496; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 2538; + this.state = 2492; this.match(PostgreSqlParser.COMMA); - this.state = 2539; + this.state = 2493; this.part_elem(); } } - this.state = 2544; + this.state = 2498; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2545; + this.state = 2499; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -12931,55 +12722,55 @@ export class PostgreSqlParser extends SQLParserBase { } public part_elem(): Part_elemContext { let localContext = new Part_elemContext(this.context, this.state); - this.enterRule(localContext, 168, PostgreSqlParser.RULE_part_elem); + this.enterRule(localContext, 160, PostgreSqlParser.RULE_part_elem); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2553; + this.state = 2507; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 243, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 239, this.context) ) { case 1: { - this.state = 2547; + this.state = 2501; this.column_name(); } break; case 2: { - this.state = 2548; + this.state = 2502; this.func_expr_windowless(); } break; case 3: { { - this.state = 2549; + this.state = 2503; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 2550; + this.state = 2504; this.expression(); - this.state = 2551; + this.state = 2505; this.match(PostgreSqlParser.CLOSE_PAREN); } } break; } - this.state = 2556; + this.state = 2510; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 43) { { - this.state = 2555; + this.state = 2509; this.opt_collate_clause(); } } - this.state = 2559; + this.state = 2513; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 53 || ((((_la - 116)) & ~0x1F) === 0 && ((1 << (_la - 116)) & 4294959489) !== 0) || ((((_la - 148)) & ~0x1F) === 0 && ((1 << (_la - 148)) & 4294967295) !== 0) || ((((_la - 180)) & ~0x1F) === 0 && ((1 << (_la - 180)) & 4294967295) !== 0) || ((((_la - 212)) & ~0x1F) === 0 && ((1 << (_la - 212)) & 4227989503) !== 0) || ((((_la - 244)) & ~0x1F) === 0 && ((1 << (_la - 244)) & 4294967295) !== 0) || ((((_la - 276)) & ~0x1F) === 0 && ((1 << (_la - 276)) & 4294967295) !== 0) || ((((_la - 308)) & ~0x1F) === 0 && ((1 << (_la - 308)) & 4294967295) !== 0) || ((((_la - 340)) & ~0x1F) === 0 && ((1 << (_la - 340)) & 4294967295) !== 0) || ((((_la - 372)) & ~0x1F) === 0 && ((1 << (_la - 372)) & 4294967295) !== 0) || ((((_la - 404)) & ~0x1F) === 0 && ((1 << (_la - 404)) & 4294967295) !== 0) || ((((_la - 436)) & ~0x1F) === 0 && ((1 << (_la - 436)) & 4294705151) !== 0) || ((((_la - 468)) & ~0x1F) === 0 && ((1 << (_la - 468)) & 4294967279) !== 0) || ((((_la - 500)) & ~0x1F) === 0 && ((1 << (_la - 500)) & 18350039) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 402696335) !== 0) || _la === 584) { { - this.state = 2558; + this.state = 2512; this.any_name(); } } @@ -13002,13 +12793,13 @@ export class PostgreSqlParser extends SQLParserBase { } public table_access_method_clause(): Table_access_method_clauseContext { let localContext = new Table_access_method_clauseContext(this.context, this.state); - this.enterRule(localContext, 170, PostgreSqlParser.RULE_table_access_method_clause); + this.enterRule(localContext, 162, PostgreSqlParser.RULE_table_access_method_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 2561; + this.state = 2515; this.match(PostgreSqlParser.KW_USING); - this.state = 2562; + this.state = 2516; this.colid(); } } @@ -13028,25 +12819,25 @@ export class PostgreSqlParser extends SQLParserBase { } public optwith(): OptwithContext { let localContext = new OptwithContext(this.context, this.state); - this.enterRule(localContext, 172, PostgreSqlParser.RULE_optwith); + this.enterRule(localContext, 164, PostgreSqlParser.RULE_optwith); let _la: number; try { - this.state = 2568; + this.state = 2522; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 246, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 242, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2564; + this.state = 2518; this.match(PostgreSqlParser.KW_WITH); - this.state = 2565; + this.state = 2519; this.reloptions(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2566; + this.state = 2520; _la = this.tokenStream.LA(1); if(!(_la === 105 || _la === 379)) { this.errorHandler.recoverInline(this); @@ -13055,7 +12846,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2567; + this.state = 2521; this.match(PostgreSqlParser.KW_OIDS); } break; @@ -13077,36 +12868,36 @@ export class PostgreSqlParser extends SQLParserBase { } public oncommitoption(): OncommitoptionContext { let localContext = new OncommitoptionContext(this.context, this.state); - this.enterRule(localContext, 174, PostgreSqlParser.RULE_oncommitoption); + this.enterRule(localContext, 166, PostgreSqlParser.RULE_oncommitoption); try { this.enterOuterAlt(localContext, 1); { - this.state = 2570; + this.state = 2524; this.match(PostgreSqlParser.KW_ON); - this.state = 2571; + this.state = 2525; this.match(PostgreSqlParser.KW_COMMIT); - this.state = 2577; + this.state = 2531; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DROP: { - this.state = 2572; + this.state = 2526; this.match(PostgreSqlParser.KW_DROP); } break; case PostgreSqlParser.KW_DELETE: { - this.state = 2573; + this.state = 2527; this.match(PostgreSqlParser.KW_DELETE); - this.state = 2574; + this.state = 2528; this.match(PostgreSqlParser.KW_ROWS); } break; case PostgreSqlParser.KW_PRESERVE: { - this.state = 2575; + this.state = 2529; this.match(PostgreSqlParser.KW_PRESERVE); - this.state = 2576; + this.state = 2530; this.match(PostgreSqlParser.KW_ROWS); } break; @@ -13131,13 +12922,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opttablespace(): OpttablespaceContext { let localContext = new OpttablespaceContext(this.context, this.state); - this.enterRule(localContext, 176, PostgreSqlParser.RULE_opttablespace); + this.enterRule(localContext, 168, PostgreSqlParser.RULE_opttablespace); try { this.enterOuterAlt(localContext, 1); { - this.state = 2579; + this.state = 2533; this.match(PostgreSqlParser.KW_TABLESPACE); - this.state = 2580; + this.state = 2534; this.tablespace_name(); } } @@ -13157,15 +12948,15 @@ export class PostgreSqlParser extends SQLParserBase { } public optconstablespace(): OptconstablespaceContext { let localContext = new OptconstablespaceContext(this.context, this.state); - this.enterRule(localContext, 178, PostgreSqlParser.RULE_optconstablespace); + this.enterRule(localContext, 170, PostgreSqlParser.RULE_optconstablespace); try { this.enterOuterAlt(localContext, 1); { - this.state = 2582; + this.state = 2536; this.match(PostgreSqlParser.KW_USING); - this.state = 2583; + this.state = 2537; this.match(PostgreSqlParser.KW_INDEX); - this.state = 2584; + this.state = 2538; this.opttablespace(); } } @@ -13185,15 +12976,15 @@ export class PostgreSqlParser extends SQLParserBase { } public existingindex(): ExistingindexContext { let localContext = new ExistingindexContext(this.context, this.state); - this.enterRule(localContext, 180, PostgreSqlParser.RULE_existingindex); + this.enterRule(localContext, 172, PostgreSqlParser.RULE_existingindex); try { this.enterOuterAlt(localContext, 1); { - this.state = 2586; + this.state = 2540; this.match(PostgreSqlParser.KW_USING); - this.state = 2587; + this.state = 2541; this.match(PostgreSqlParser.KW_INDEX); - this.state = 2588; + this.state = 2542; this.colid(); } } @@ -13213,67 +13004,67 @@ export class PostgreSqlParser extends SQLParserBase { } public createstatsstmt(): CreatestatsstmtContext { let localContext = new CreatestatsstmtContext(this.context, this.state); - this.enterRule(localContext, 182, PostgreSqlParser.RULE_createstatsstmt); + this.enterRule(localContext, 174, PostgreSqlParser.RULE_createstatsstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2590; + this.state = 2544; this.match(PostgreSqlParser.KW_CREATE); - this.state = 2591; + this.state = 2545; this.match(PostgreSqlParser.KW_STATISTICS); - this.state = 2596; + this.state = 2550; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 53 || ((((_la - 116)) & ~0x1F) === 0 && ((1 << (_la - 116)) & 4294959489) !== 0) || ((((_la - 148)) & ~0x1F) === 0 && ((1 << (_la - 148)) & 4294967295) !== 0) || ((((_la - 180)) & ~0x1F) === 0 && ((1 << (_la - 180)) & 4294967295) !== 0) || ((((_la - 212)) & ~0x1F) === 0 && ((1 << (_la - 212)) & 4227989503) !== 0) || ((((_la - 244)) & ~0x1F) === 0 && ((1 << (_la - 244)) & 4294967295) !== 0) || ((((_la - 276)) & ~0x1F) === 0 && ((1 << (_la - 276)) & 4294967295) !== 0) || ((((_la - 308)) & ~0x1F) === 0 && ((1 << (_la - 308)) & 4294967295) !== 0) || ((((_la - 340)) & ~0x1F) === 0 && ((1 << (_la - 340)) & 4294967295) !== 0) || ((((_la - 372)) & ~0x1F) === 0 && ((1 << (_la - 372)) & 4294967295) !== 0) || ((((_la - 404)) & ~0x1F) === 0 && ((1 << (_la - 404)) & 4294967295) !== 0) || ((((_la - 436)) & ~0x1F) === 0 && ((1 << (_la - 436)) & 4294705151) !== 0) || ((((_la - 468)) & ~0x1F) === 0 && ((1 << (_la - 468)) & 4294967279) !== 0) || ((((_la - 500)) & ~0x1F) === 0 && ((1 << (_la - 500)) & 18350039) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 402696335) !== 0) || _la === 584) { { - this.state = 2593; + this.state = 2547; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 248, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 244, this.context) ) { case 1: { - this.state = 2592; + this.state = 2546; this.opt_if_not_exists(); } break; } - this.state = 2595; + this.state = 2549; this.any_name(); } } - this.state = 2599; + this.state = 2553; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 2598; + this.state = 2552; this.opt_column_list(); } } - this.state = 2601; + this.state = 2555; this.match(PostgreSqlParser.KW_ON); - this.state = 2611; + this.state = 2565; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 252, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 248, this.context) ) { case 1: { - this.state = 2602; + this.state = 2556; this.column_expr(); - this.state = 2607; + this.state = 2561; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 2603; + this.state = 2557; this.match(PostgreSqlParser.COMMA); - this.state = 2604; + this.state = 2558; this.column_expr(); } } - this.state = 2609; + this.state = 2563; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -13281,12 +13072,12 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 2610; + this.state = 2564; this.expr_list(); } break; } - this.state = 2613; + this.state = 2567; this.from_clause(); } } @@ -13306,31 +13097,31 @@ export class PostgreSqlParser extends SQLParserBase { } public alterstatsstmt(): AlterstatsstmtContext { let localContext = new AlterstatsstmtContext(this.context, this.state); - this.enterRule(localContext, 184, PostgreSqlParser.RULE_alterstatsstmt); + this.enterRule(localContext, 176, PostgreSqlParser.RULE_alterstatsstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 2615; + this.state = 2569; this.match(PostgreSqlParser.KW_ALTER); - this.state = 2616; + this.state = 2570; this.match(PostgreSqlParser.KW_STATISTICS); - this.state = 2618; + this.state = 2572; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 253, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 249, this.context) ) { case 1: { - this.state = 2617; + this.state = 2571; this.opt_if_exists(); } break; } - this.state = 2620; + this.state = 2574; this.any_name(); - this.state = 2621; + this.state = 2575; this.match(PostgreSqlParser.KW_SET); - this.state = 2622; + this.state = 2576; this.match(PostgreSqlParser.KW_STATISTICS); - this.state = 2623; + this.state = 2577; this.signediconst(); } } @@ -13350,48 +13141,48 @@ export class PostgreSqlParser extends SQLParserBase { } public createasstmt(): CreateasstmtContext { let localContext = new CreateasstmtContext(this.context, this.state); - this.enterRule(localContext, 186, PostgreSqlParser.RULE_createasstmt); + this.enterRule(localContext, 178, PostgreSqlParser.RULE_createasstmt); let _la: number; try { localContext = new QueryCreateTableContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2625; + this.state = 2579; this.match(PostgreSqlParser.KW_CREATE); - this.state = 2627; + this.state = 2581; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 213 || _la === 254 || ((((_la - 352)) & ~0x1F) === 0 && ((1 << (_la - 352)) & 32773) !== 0)) { { - this.state = 2626; + this.state = 2580; this.opttemp(); } } - this.state = 2629; + this.state = 2583; this.match(PostgreSqlParser.KW_TABLE); - this.state = 2631; + this.state = 2585; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 255, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 251, this.context) ) { case 1: { - this.state = 2630; + this.state = 2584; this.opt_if_not_exists(); } break; } - this.state = 2633; + this.state = 2587; this.create_as_target(); - this.state = 2634; + this.state = 2588; this.match(PostgreSqlParser.KW_AS); - this.state = 2635; + this.state = 2589; this.selectstmt(); - this.state = 2637; + this.state = 2591; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 256, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 252, this.context) ) { case 1: { - this.state = 2636; + this.state = 2590; this.opt_with_data(); } break; @@ -13414,59 +13205,59 @@ export class PostgreSqlParser extends SQLParserBase { } public create_as_target(): Create_as_targetContext { let localContext = new Create_as_targetContext(this.context, this.state); - this.enterRule(localContext, 188, PostgreSqlParser.RULE_create_as_target); + this.enterRule(localContext, 180, PostgreSqlParser.RULE_create_as_target); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2639; + this.state = 2593; this.table_name_create(); - this.state = 2641; + this.state = 2595; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 2640; + this.state = 2594; this.opt_column_list_create(); } } - this.state = 2644; + this.state = 2598; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 2643; + this.state = 2597; this.table_access_method_clause(); } } - this.state = 2647; + this.state = 2601; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105 || _la === 379) { { - this.state = 2646; + this.state = 2600; this.optwith(); } } - this.state = 2650; + this.state = 2604; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 80) { { - this.state = 2649; + this.state = 2603; this.oncommitoption(); } } - this.state = 2653; + this.state = 2607; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 351) { { - this.state = 2652; + this.state = 2606; this.opttablespace(); } } @@ -13489,26 +13280,26 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_with_data(): Opt_with_dataContext { let localContext = new Opt_with_dataContext(this.context, this.state); - this.enterRule(localContext, 190, PostgreSqlParser.RULE_opt_with_data); + this.enterRule(localContext, 182, PostgreSqlParser.RULE_opt_with_data); try { this.enterOuterAlt(localContext, 1); { - this.state = 2655; + this.state = 2609; this.match(PostgreSqlParser.KW_WITH); - this.state = 2659; + this.state = 2613; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DATA: { - this.state = 2656; + this.state = 2610; this.match(PostgreSqlParser.KW_DATA); } break; case PostgreSqlParser.KW_NO: { - this.state = 2657; + this.state = 2611; this.match(PostgreSqlParser.KW_NO); - this.state = 2658; + this.state = 2612; this.match(PostgreSqlParser.KW_DATA); } break; @@ -13533,90 +13324,90 @@ export class PostgreSqlParser extends SQLParserBase { } public creatematviewstmt(): CreatematviewstmtContext { let localContext = new CreatematviewstmtContext(this.context, this.state); - this.enterRule(localContext, 192, PostgreSqlParser.RULE_creatematviewstmt); + this.enterRule(localContext, 184, PostgreSqlParser.RULE_creatematviewstmt); let _la: number; try { localContext = new CreateMaterializedViewContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2661; + this.state = 2615; this.match(PostgreSqlParser.KW_CREATE); - this.state = 2663; + this.state = 2617; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 367) { { - this.state = 2662; + this.state = 2616; this.match(PostgreSqlParser.KW_UNLOGGED); } } - this.state = 2665; + this.state = 2619; this.match(PostgreSqlParser.KW_MATERIALIZED); - this.state = 2666; + this.state = 2620; this.match(PostgreSqlParser.KW_VIEW); - this.state = 2668; + this.state = 2622; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 264, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 260, this.context) ) { case 1: { - this.state = 2667; + this.state = 2621; this.opt_if_not_exists(); } break; } - this.state = 2670; + this.state = 2624; this.view_name_create(); - this.state = 2672; + this.state = 2626; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 2671; + this.state = 2625; this.opt_column_list_create(); } } - this.state = 2675; + this.state = 2629; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 2674; + this.state = 2628; this.table_access_method_clause(); } } - this.state = 2678; + this.state = 2632; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 2677; + this.state = 2631; this.opt_reloptions(); } } - this.state = 2681; + this.state = 2635; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 351) { { - this.state = 2680; + this.state = 2634; this.opttablespace(); } } - this.state = 2683; + this.state = 2637; this.match(PostgreSqlParser.KW_AS); - this.state = 2684; + this.state = 2638; this.selectstmt(); - this.state = 2686; + this.state = 2640; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 269, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 265, this.context) ) { case 1: { - this.state = 2685; + this.state = 2639; this.opt_with_data(); } break; @@ -13639,35 +13430,35 @@ export class PostgreSqlParser extends SQLParserBase { } public refreshmatviewstmt(): RefreshmatviewstmtContext { let localContext = new RefreshmatviewstmtContext(this.context, this.state); - this.enterRule(localContext, 194, PostgreSqlParser.RULE_refreshmatviewstmt); + this.enterRule(localContext, 186, PostgreSqlParser.RULE_refreshmatviewstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2688; + this.state = 2642; this.match(PostgreSqlParser.KW_REFRESH); - this.state = 2689; + this.state = 2643; this.match(PostgreSqlParser.KW_MATERIALIZED); - this.state = 2690; + this.state = 2644; this.match(PostgreSqlParser.KW_VIEW); - this.state = 2692; + this.state = 2646; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 109) { { - this.state = 2691; + this.state = 2645; this.match(PostgreSqlParser.KW_CONCURRENTLY); } } - this.state = 2694; + this.state = 2648; this.view_name(); - this.state = 2696; + this.state = 2650; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 271, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 267, this.context) ) { case 1: { - this.state = 2695; + this.state = 2649; this.opt_with_data(); } break; @@ -13690,44 +13481,44 @@ export class PostgreSqlParser extends SQLParserBase { } public createseqstmt(): CreateseqstmtContext { let localContext = new CreateseqstmtContext(this.context, this.state); - this.enterRule(localContext, 196, PostgreSqlParser.RULE_createseqstmt); + this.enterRule(localContext, 188, PostgreSqlParser.RULE_createseqstmt); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 2698; + this.state = 2652; this.match(PostgreSqlParser.KW_CREATE); - this.state = 2700; + this.state = 2654; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 213 || _la === 254 || ((((_la - 352)) & ~0x1F) === 0 && ((1 << (_la - 352)) & 32773) !== 0)) { { - this.state = 2699; + this.state = 2653; this.opttemp(); } } - this.state = 2702; + this.state = 2656; this.match(PostgreSqlParser.KW_SEQUENCE); - this.state = 2704; + this.state = 2658; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 273, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 269, this.context) ) { case 1: { - this.state = 2703; + this.state = 2657; this.opt_if_not_exists(); } break; } - this.state = 2706; + this.state = 2660; this.qualified_name(); - this.state = 2712; + this.state = 2666; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 275, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 271, this.context) ) { case 1: { - this.state = 2708; + this.state = 2662; this.errorHandler.sync(this); alternative = 1; do { @@ -13735,7 +13526,7 @@ export class PostgreSqlParser extends SQLParserBase { case 1: { { - this.state = 2707; + this.state = 2661; this.seqoptelem(); } } @@ -13743,9 +13534,9 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 2710; + this.state = 2664; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 274, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 270, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } break; @@ -13768,28 +13559,28 @@ export class PostgreSqlParser extends SQLParserBase { } public alterseqstmt(): AlterseqstmtContext { let localContext = new AlterseqstmtContext(this.context, this.state); - this.enterRule(localContext, 198, PostgreSqlParser.RULE_alterseqstmt); + this.enterRule(localContext, 190, PostgreSqlParser.RULE_alterseqstmt); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 2714; + this.state = 2668; this.match(PostgreSqlParser.KW_ALTER); - this.state = 2715; + this.state = 2669; this.match(PostgreSqlParser.KW_SEQUENCE); - this.state = 2717; + this.state = 2671; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 276, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 272, this.context) ) { case 1: { - this.state = 2716; + this.state = 2670; this.opt_if_exists(); } break; } - this.state = 2719; + this.state = 2673; this.qualified_name(); - this.state = 2721; + this.state = 2675; this.errorHandler.sync(this); alternative = 1; do { @@ -13797,7 +13588,7 @@ export class PostgreSqlParser extends SQLParserBase { case 1: { { - this.state = 2720; + this.state = 2674; this.seqoptelem(); } } @@ -13805,9 +13596,9 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 2723; + this.state = 2677; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 277, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 273, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } } @@ -13827,32 +13618,32 @@ export class PostgreSqlParser extends SQLParserBase { } public seqoptelem(): SeqoptelemContext { let localContext = new SeqoptelemContext(this.context, this.state); - this.enterRule(localContext, 200, PostgreSqlParser.RULE_seqoptelem); + this.enterRule(localContext, 192, PostgreSqlParser.RULE_seqoptelem); let _la: number; try { - this.state = 2758; + this.state = 2712; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AS: this.enterOuterAlt(localContext, 1); { - this.state = 2725; + this.state = 2679; this.match(PostgreSqlParser.KW_AS); - this.state = 2726; + this.state = 2680; this.simpletypename(); } break; case PostgreSqlParser.KW_CACHE: this.enterOuterAlt(localContext, 2); { - this.state = 2727; + this.state = 2681; this.match(PostgreSqlParser.KW_CACHE); - this.state = 2729; + this.state = 2683; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 12 || _la === 13 || _la === 571 || _la === 573) { { - this.state = 2728; + this.state = 2682; this.numericonly(); } } @@ -13862,19 +13653,19 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_INCREMENT: this.enterOuterAlt(localContext, 3); { - this.state = 2731; + this.state = 2685; this.match(PostgreSqlParser.KW_INCREMENT); - this.state = 2733; + this.state = 2687; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 147) { { - this.state = 2732; + this.state = 2686; this.match(PostgreSqlParser.KW_BY); } } - this.state = 2735; + this.state = 2689; this.numericonly(); } break; @@ -13882,7 +13673,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_MINVALUE: this.enterOuterAlt(localContext, 4); { - this.state = 2736; + this.state = 2690; _la = this.tokenStream.LA(1); if(!(_la === 260 || _la === 262)) { this.errorHandler.recoverInline(this); @@ -13891,16 +13682,16 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2737; + this.state = 2691; this.numericonly(); } break; case PostgreSqlParser.KW_NO: this.enterOuterAlt(localContext, 5); { - this.state = 2738; + this.state = 2692; this.match(PostgreSqlParser.KW_NO); - this.state = 2739; + this.state = 2693; _la = this.tokenStream.LA(1); if(!(_la === 173 || _la === 260 || _la === 262)) { this.errorHandler.recoverInline(this); @@ -13914,65 +13705,65 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_OWNED: this.enterOuterAlt(localContext, 6); { - this.state = 2740; + this.state = 2694; this.match(PostgreSqlParser.KW_OWNED); - this.state = 2741; + this.state = 2695; this.match(PostgreSqlParser.KW_BY); - this.state = 2742; + this.state = 2696; this.column_name(); } break; case PostgreSqlParser.KW_SEQUENCE: this.enterOuterAlt(localContext, 7); { - this.state = 2743; + this.state = 2697; this.match(PostgreSqlParser.KW_SEQUENCE); - this.state = 2744; + this.state = 2698; this.match(PostgreSqlParser.KW_NAME); - this.state = 2745; + this.state = 2699; this.any_name(); } break; case PostgreSqlParser.KW_START: this.enterOuterAlt(localContext, 8); { - this.state = 2746; + this.state = 2700; this.match(PostgreSqlParser.KW_START); - this.state = 2748; + this.state = 2702; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 2747; + this.state = 2701; this.match(PostgreSqlParser.KW_WITH); } } - this.state = 2750; + this.state = 2704; this.numericonly(); } break; case PostgreSqlParser.KW_RESTART: this.enterOuterAlt(localContext, 9); { - this.state = 2751; + this.state = 2705; this.match(PostgreSqlParser.KW_RESTART); - this.state = 2753; + this.state = 2707; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 281, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 277, this.context) ) { case 1: { - this.state = 2752; + this.state = 2706; this.match(PostgreSqlParser.KW_WITH); } break; } - this.state = 2756; + this.state = 2710; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 12 || _la === 13 || _la === 571 || _la === 573) { { - this.state = 2755; + this.state = 2709; this.numericonly(); } } @@ -13999,21 +13790,21 @@ export class PostgreSqlParser extends SQLParserBase { } public numericonly(): NumericonlyContext { let localContext = new NumericonlyContext(this.context, this.state); - this.enterRule(localContext, 202, PostgreSqlParser.RULE_numericonly); + this.enterRule(localContext, 194, PostgreSqlParser.RULE_numericonly); let _la: number; try { - this.state = 2765; + this.state = 2719; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 285, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 281, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 2761; + this.state = 2715; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 12 || _la === 13) { { - this.state = 2760; + this.state = 2714; _la = this.tokenStream.LA(1); if(!(_la === 12 || _la === 13)) { this.errorHandler.recoverInline(this); @@ -14025,14 +13816,14 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 2763; + this.state = 2717; this.match(PostgreSqlParser.Numeric); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 2764; + this.state = 2718; this.signediconst(); } break; @@ -14054,84 +13845,84 @@ export class PostgreSqlParser extends SQLParserBase { } public createplangstmt(): CreateplangstmtContext { let localContext = new CreateplangstmtContext(this.context, this.state); - this.enterRule(localContext, 204, PostgreSqlParser.RULE_createplangstmt); + this.enterRule(localContext, 196, PostgreSqlParser.RULE_createplangstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2767; + this.state = 2721; this.match(PostgreSqlParser.KW_CREATE); - this.state = 2769; + this.state = 2723; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 82) { { - this.state = 2768; + this.state = 2722; this.opt_or_replace(); } } - this.state = 2772; + this.state = 2726; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 359) { { - this.state = 2771; + this.state = 2725; this.match(PostgreSqlParser.KW_TRUSTED); } } - this.state = 2775; + this.state = 2729; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 295) { { - this.state = 2774; + this.state = 2728; this.match(PostgreSqlParser.KW_PROCEDURAL); } } - this.state = 2777; + this.state = 2731; this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 2778; + this.state = 2732; this.colid(); - this.state = 2791; + this.state = 2745; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 291, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 287, this.context) ) { case 1: { - this.state = 2779; + this.state = 2733; this.match(PostgreSqlParser.KW_HANDLER); - this.state = 2780; + this.state = 2734; this.any_name(); - this.state = 2783; + this.state = 2737; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 289, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 285, this.context) ) { case 1: { - this.state = 2781; + this.state = 2735; this.match(PostgreSqlParser.KW_INLINE); - this.state = 2782; + this.state = 2736; this.any_name(); } break; } - this.state = 2789; + this.state = 2743; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 290, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 286, this.context) ) { case 1: { - this.state = 2785; + this.state = 2739; this.match(PostgreSqlParser.KW_VALIDATOR); - this.state = 2786; + this.state = 2740; this.any_name(); } break; case 2: { - this.state = 2787; + this.state = 2741; this.match(PostgreSqlParser.KW_NO); - this.state = 2788; + this.state = 2742; this.match(PostgreSqlParser.KW_VALIDATOR); } break; @@ -14157,37 +13948,37 @@ export class PostgreSqlParser extends SQLParserBase { } public createtablespacestmt(): CreatetablespacestmtContext { let localContext = new CreatetablespacestmtContext(this.context, this.state); - this.enterRule(localContext, 206, PostgreSqlParser.RULE_createtablespacestmt); + this.enterRule(localContext, 198, PostgreSqlParser.RULE_createtablespacestmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2793; + this.state = 2747; this.match(PostgreSqlParser.KW_CREATE); - this.state = 2794; + this.state = 2748; this.opttablespace(); - this.state = 2797; + this.state = 2751; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 282) { { - this.state = 2795; + this.state = 2749; this.match(PostgreSqlParser.KW_OWNER); - this.state = 2796; + this.state = 2750; this.rolespec(); } } - this.state = 2799; + this.state = 2753; this.match(PostgreSqlParser.KW_LOCATION); - this.state = 2800; + this.state = 2754; this.sconst(); - this.state = 2802; + this.state = 2756; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 293, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 289, this.context) ) { case 1: { - this.state = 2801; + this.state = 2755; this.opt_reloptions(); } break; @@ -14210,59 +14001,59 @@ export class PostgreSqlParser extends SQLParserBase { } public createextensionstmt(): CreateextensionstmtContext { let localContext = new CreateextensionstmtContext(this.context, this.state); - this.enterRule(localContext, 208, PostgreSqlParser.RULE_createextensionstmt); + this.enterRule(localContext, 200, PostgreSqlParser.RULE_createextensionstmt); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 2804; + this.state = 2758; this.match(PostgreSqlParser.KW_CREATE); - this.state = 2805; + this.state = 2759; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 2807; + this.state = 2761; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 294, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 290, this.context) ) { case 1: { - this.state = 2806; + this.state = 2760; this.opt_if_not_exists(); } break; } - this.state = 2809; + this.state = 2763; this.colid(); - this.state = 2811; + this.state = 2765; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 295, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 291, this.context) ) { case 1: { - this.state = 2810; + this.state = 2764; this.match(PostgreSqlParser.KW_WITH); } break; } - this.state = 2820; + this.state = 2774; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 297, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 293, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { - this.state = 2818; + this.state = 2772; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_SCHEMA: { - this.state = 2813; + this.state = 2767; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 2814; + this.state = 2768; this.schema_name(); } break; case PostgreSqlParser.KW_FROM: case PostgreSqlParser.KW_VERSION: { - this.state = 2815; + this.state = 2769; _la = this.tokenStream.LA(1); if(!(_la === 64 || _la === 375)) { this.errorHandler.recoverInline(this); @@ -14271,13 +14062,13 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2816; + this.state = 2770; this.nonreservedword_or_sconst(); } break; case PostgreSqlParser.KW_CASCADE: { - this.state = 2817; + this.state = 2771; this.match(PostgreSqlParser.KW_CASCADE); } break; @@ -14286,9 +14077,9 @@ export class PostgreSqlParser extends SQLParserBase { } } } - this.state = 2822; + this.state = 2776; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 297, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 293, this.context); } } } @@ -14308,32 +14099,32 @@ export class PostgreSqlParser extends SQLParserBase { } public alterextensionstmt(): AlterextensionstmtContext { let localContext = new AlterextensionstmtContext(this.context, this.state); - this.enterRule(localContext, 210, PostgreSqlParser.RULE_alterextensionstmt); + this.enterRule(localContext, 202, PostgreSqlParser.RULE_alterextensionstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2823; + this.state = 2777; this.match(PostgreSqlParser.KW_ALTER); - this.state = 2824; + this.state = 2778; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 2825; + this.state = 2779; this.colid(); - this.state = 2826; + this.state = 2780; this.match(PostgreSqlParser.KW_UPDATE); - this.state = 2831; + this.state = 2785; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 94) { { { - this.state = 2827; + this.state = 2781; this.match(PostgreSqlParser.KW_TO); - this.state = 2828; + this.state = 2782; this.nonreservedword_or_sconst(); } } - this.state = 2833; + this.state = 2787; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -14355,18 +14146,18 @@ export class PostgreSqlParser extends SQLParserBase { } public alterextensioncontentsstmt(): AlterextensioncontentsstmtContext { let localContext = new AlterextensioncontentsstmtContext(this.context, this.state); - this.enterRule(localContext, 212, PostgreSqlParser.RULE_alterextensioncontentsstmt); + this.enterRule(localContext, 204, PostgreSqlParser.RULE_alterextensioncontentsstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2834; + this.state = 2788; this.match(PostgreSqlParser.KW_ALTER); - this.state = 2835; + this.state = 2789; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 2836; + this.state = 2790; this.colid(); - this.state = 2837; + this.state = 2791; _la = this.tokenStream.LA(1); if(!(_la === 133 || _la === 191)) { this.errorHandler.recoverInline(this); @@ -14375,44 +14166,44 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2870; + this.state = 2824; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 299, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 295, this.context) ) { case 1: { - this.state = 2838; + this.state = 2792; this.match(PostgreSqlParser.KW_TRANSFORM); - this.state = 2839; + this.state = 2793; this.match(PostgreSqlParser.KW_FOR); - this.state = 2840; + this.state = 2794; this.typename(); - this.state = 2841; + this.state = 2795; this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 2842; + this.state = 2796; this.colid(); } break; case 2: { - this.state = 2844; + this.state = 2798; this.match(PostgreSqlParser.KW_ROUTINE); - this.state = 2845; + this.state = 2799; this.routine_with_argtypes(); } break; case 3: { - this.state = 2846; + this.state = 2800; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 2847; + this.state = 2801; this.procedure_with_argtypes(); } break; case 4: { - this.state = 2848; + this.state = 2802; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 2849; + this.state = 2803; _la = this.tokenStream.LA(1); if(!(_la === 156 || _la === 206)) { this.errorHandler.recoverInline(this); @@ -14421,31 +14212,31 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2850; + this.state = 2804; this.any_name(); - this.state = 2851; + this.state = 2805; this.table_access_method_clause(); } break; case 5: { - this.state = 2853; + this.state = 2807; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 2854; + this.state = 2808; this.operator_with_argtypes(); } break; case 6: { - this.state = 2855; + this.state = 2809; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 2856; + this.state = 2810; this.function_with_argtypes(); } break; case 7: { - this.state = 2857; + this.state = 2811; _la = this.tokenStream.LA(1); if(!(_la === 189 || _la === 360)) { this.errorHandler.recoverInline(this); @@ -14454,43 +14245,43 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2858; + this.state = 2812; this.typename(); } break; case 8: { - this.state = 2859; + this.state = 2813; this.match(PostgreSqlParser.KW_CAST); - this.state = 2860; + this.state = 2814; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 2861; + this.state = 2815; this.typename(); - this.state = 2862; + this.state = 2816; this.match(PostgreSqlParser.KW_AS); - this.state = 2863; + this.state = 2817; this.typename(); - this.state = 2864; + this.state = 2818; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 9: { - this.state = 2866; + this.state = 2820; this.match(PostgreSqlParser.KW_AGGREGATE); - this.state = 2867; + this.state = 2821; this.aggregate_with_argtypes(); } break; case 10: { - this.state = 2868; + this.state = 2822; this.object_type_name(); } break; case 11: { - this.state = 2869; + this.state = 2823; this.object_type_any_name(); } break; @@ -14513,27 +14304,27 @@ export class PostgreSqlParser extends SQLParserBase { } public createfdwstmt(): CreatefdwstmtContext { let localContext = new CreatefdwstmtContext(this.context, this.state); - this.enterRule(localContext, 214, PostgreSqlParser.RULE_createfdwstmt); + this.enterRule(localContext, 206, PostgreSqlParser.RULE_createfdwstmt); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 2872; + this.state = 2826; this.match(PostgreSqlParser.KW_CREATE); - this.state = 2873; + this.state = 2827; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 2874; + this.state = 2828; this.match(PostgreSqlParser.KW_DATA); - this.state = 2875; + this.state = 2829; this.match(PostgreSqlParser.KW_WRAPPER); - this.state = 2876; + this.state = 2830; this.colid(); - this.state = 2882; + this.state = 2836; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 301, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 297, this.context) ) { case 1: { - this.state = 2878; + this.state = 2832; this.errorHandler.sync(this); alternative = 1; do { @@ -14541,7 +14332,7 @@ export class PostgreSqlParser extends SQLParserBase { case 1: { { - this.state = 2877; + this.state = 2831; this.fdw_option(); } } @@ -14549,19 +14340,19 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 2880; + this.state = 2834; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 300, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 296, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } break; } - this.state = 2885; + this.state = 2839; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 302, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 298, this.context) ) { case 1: { - this.state = 2884; + this.state = 2838; this.create_generic_options(); } break; @@ -14584,17 +14375,17 @@ export class PostgreSqlParser extends SQLParserBase { } public fdw_option(): Fdw_optionContext { let localContext = new Fdw_optionContext(this.context, this.state); - this.enterRule(localContext, 216, PostgreSqlParser.RULE_fdw_option); + this.enterRule(localContext, 208, PostgreSqlParser.RULE_fdw_option); let _la: number; try { - this.state = 2893; + this.state = 2847; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_HANDLER: case PostgreSqlParser.KW_VALIDATOR: this.enterOuterAlt(localContext, 1); { - this.state = 2887; + this.state = 2841; _la = this.tokenStream.LA(1); if(!(_la === 215 || _la === 373)) { this.errorHandler.recoverInline(this); @@ -14603,12 +14394,12 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2889; + this.state = 2843; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 303, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 299, this.context) ) { case 1: { - this.state = 2888; + this.state = 2842; this.any_name(); } break; @@ -14618,9 +14409,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_NO: this.enterOuterAlt(localContext, 2); { - this.state = 2891; + this.state = 2845; this.match(PostgreSqlParser.KW_NO); - this.state = 2892; + this.state = 2846; _la = this.tokenStream.LA(1); if(!(_la === 215 || _la === 373)) { this.errorHandler.recoverInline(this); @@ -14651,56 +14442,56 @@ export class PostgreSqlParser extends SQLParserBase { } public alterfdwstmt(): AlterfdwstmtContext { let localContext = new AlterfdwstmtContext(this.context, this.state); - this.enterRule(localContext, 218, PostgreSqlParser.RULE_alterfdwstmt); + this.enterRule(localContext, 210, PostgreSqlParser.RULE_alterfdwstmt); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 2895; + this.state = 2849; this.match(PostgreSqlParser.KW_ALTER); - this.state = 2896; + this.state = 2850; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 2897; + this.state = 2851; this.match(PostgreSqlParser.KW_DATA); - this.state = 2898; + this.state = 2852; this.match(PostgreSqlParser.KW_WRAPPER); - this.state = 2899; + this.state = 2853; this.colid(); - this.state = 2913; + this.state = 2867; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 308, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 304, this.context) ) { case 1: { - this.state = 2905; + this.state = 2859; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 215 || _la === 269 || _la === 373) { { - this.state = 2901; + this.state = 2855; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 2900; + this.state = 2854; this.fdw_option(); } } - this.state = 2903; + this.state = 2857; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 215 || _la === 269 || _la === 373); } } - this.state = 2907; + this.state = 2861; this.alter_generic_options(); } break; case 2: { - this.state = 2909; + this.state = 2863; this.errorHandler.sync(this); alternative = 1; do { @@ -14708,7 +14499,7 @@ export class PostgreSqlParser extends SQLParserBase { case 1: { { - this.state = 2908; + this.state = 2862; this.fdw_option(); } } @@ -14716,9 +14507,9 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 2911; + this.state = 2865; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 307, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 303, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } break; @@ -14741,34 +14532,34 @@ export class PostgreSqlParser extends SQLParserBase { } public create_generic_options(): Create_generic_optionsContext { let localContext = new Create_generic_optionsContext(this.context, this.state); - this.enterRule(localContext, 220, PostgreSqlParser.RULE_create_generic_options); + this.enterRule(localContext, 212, PostgreSqlParser.RULE_create_generic_options); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2915; + this.state = 2869; this.match(PostgreSqlParser.KW_OPTIONS); - this.state = 2916; + this.state = 2870; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 2917; + this.state = 2871; this.generic_option_elem(); - this.state = 2922; + this.state = 2876; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 2918; + this.state = 2872; this.match(PostgreSqlParser.COMMA); - this.state = 2919; + this.state = 2873; this.generic_option_elem(); } } - this.state = 2924; + this.state = 2878; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2925; + this.state = 2879; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -14788,34 +14579,34 @@ export class PostgreSqlParser extends SQLParserBase { } public alter_generic_options(): Alter_generic_optionsContext { let localContext = new Alter_generic_optionsContext(this.context, this.state); - this.enterRule(localContext, 222, PostgreSqlParser.RULE_alter_generic_options); + this.enterRule(localContext, 214, PostgreSqlParser.RULE_alter_generic_options); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2927; + this.state = 2881; this.match(PostgreSqlParser.KW_OPTIONS); - this.state = 2928; + this.state = 2882; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 2929; + this.state = 2883; this.alter_generic_option_elem(); - this.state = 2934; + this.state = 2888; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 2930; + this.state = 2884; this.match(PostgreSqlParser.COMMA); - this.state = 2931; + this.state = 2885; this.alter_generic_option_elem(); } } - this.state = 2936; + this.state = 2890; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 2937; + this.state = 2891; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -14835,12 +14626,12 @@ export class PostgreSqlParser extends SQLParserBase { } public alter_generic_option_elem(): Alter_generic_option_elemContext { let localContext = new Alter_generic_option_elemContext(this.context, this.state); - this.enterRule(localContext, 224, PostgreSqlParser.RULE_alter_generic_option_elem); + this.enterRule(localContext, 216, PostgreSqlParser.RULE_alter_generic_option_elem); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2939; + this.state = 2893; _la = this.tokenStream.LA(1); if(!(_la === 133 || _la === 191 || _la === 333)) { this.errorHandler.recoverInline(this); @@ -14849,7 +14640,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 2940; + this.state = 2894; this.generic_option_elem(); } } @@ -14869,13 +14660,13 @@ export class PostgreSqlParser extends SQLParserBase { } public generic_option_elem(): Generic_option_elemContext { let localContext = new Generic_option_elemContext(this.context, this.state); - this.enterRule(localContext, 226, PostgreSqlParser.RULE_generic_option_elem); + this.enterRule(localContext, 218, PostgreSqlParser.RULE_generic_option_elem); try { this.enterOuterAlt(localContext, 1); { - this.state = 2942; + this.state = 2896; this.collabel(); - this.state = 2943; + this.state = 2897; this.sconst(); } } @@ -14895,63 +14686,63 @@ export class PostgreSqlParser extends SQLParserBase { } public createforeignserverstmt(): CreateforeignserverstmtContext { let localContext = new CreateforeignserverstmtContext(this.context, this.state); - this.enterRule(localContext, 228, PostgreSqlParser.RULE_createforeignserverstmt); + this.enterRule(localContext, 220, PostgreSqlParser.RULE_createforeignserverstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 2945; + this.state = 2899; this.match(PostgreSqlParser.KW_CREATE); - this.state = 2946; + this.state = 2900; this.match(PostgreSqlParser.KW_SERVER); - this.state = 2948; + this.state = 2902; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 311, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 307, this.context) ) { case 1: { - this.state = 2947; + this.state = 2901; this.opt_if_not_exists(); } break; } - this.state = 2950; + this.state = 2904; this.colid(); - this.state = 2953; + this.state = 2907; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 360) { { - this.state = 2951; + this.state = 2905; this.match(PostgreSqlParser.KW_TYPE); - this.state = 2952; + this.state = 2906; this.sconst(); } } - this.state = 2956; + this.state = 2910; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 375) { { - this.state = 2955; + this.state = 2909; this.foreign_server_version(); } } - this.state = 2958; + this.state = 2912; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 2959; + this.state = 2913; this.match(PostgreSqlParser.KW_DATA); - this.state = 2960; + this.state = 2914; this.match(PostgreSqlParser.KW_WRAPPER); - this.state = 2961; + this.state = 2915; this.colid(); - this.state = 2963; + this.state = 2917; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 314, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 310, this.context) ) { case 1: { - this.state = 2962; + this.state = 2916; this.create_generic_options(); } break; @@ -14974,13 +14765,13 @@ export class PostgreSqlParser extends SQLParserBase { } public foreign_server_version(): Foreign_server_versionContext { let localContext = new Foreign_server_versionContext(this.context, this.state); - this.enterRule(localContext, 230, PostgreSqlParser.RULE_foreign_server_version); + this.enterRule(localContext, 222, PostgreSqlParser.RULE_foreign_server_version); try { this.enterOuterAlt(localContext, 1); { - this.state = 2965; + this.state = 2919; this.match(PostgreSqlParser.KW_VERSION); - this.state = 2968; + this.state = 2922; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.StringConstant: @@ -14988,13 +14779,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.BeginDollarStringConstant: case PostgreSqlParser.EscapeStringConstant: { - this.state = 2966; + this.state = 2920; this.sconst(); } break; case PostgreSqlParser.KW_NULL: { - this.state = 2967; + this.state = 2921; this.match(PostgreSqlParser.KW_NULL); } break; @@ -15019,35 +14810,35 @@ export class PostgreSqlParser extends SQLParserBase { } public alterforeignserverstmt(): AlterforeignserverstmtContext { let localContext = new AlterforeignserverstmtContext(this.context, this.state); - this.enterRule(localContext, 232, PostgreSqlParser.RULE_alterforeignserverstmt); + this.enterRule(localContext, 224, PostgreSqlParser.RULE_alterforeignserverstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 2970; + this.state = 2924; this.match(PostgreSqlParser.KW_ALTER); - this.state = 2971; + this.state = 2925; this.match(PostgreSqlParser.KW_SERVER); - this.state = 2972; + this.state = 2926; this.colid(); - this.state = 2978; + this.state = 2932; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_OPTIONS: { - this.state = 2973; + this.state = 2927; this.alter_generic_options(); } break; case PostgreSqlParser.KW_VERSION: { - this.state = 2974; + this.state = 2928; this.foreign_server_version(); - this.state = 2976; + this.state = 2930; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 316, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 312, this.context) ) { case 1: { - this.state = 2975; + this.state = 2929; this.alter_generic_options(); } break; @@ -15075,68 +14866,68 @@ export class PostgreSqlParser extends SQLParserBase { } public createforeigntablestmt(): CreateforeigntablestmtContext { let localContext = new CreateforeigntablestmtContext(this.context, this.state); - this.enterRule(localContext, 234, PostgreSqlParser.RULE_createforeigntablestmt); + this.enterRule(localContext, 226, PostgreSqlParser.RULE_createforeigntablestmt); let _la: number; try { - this.state = 3019; + this.state = 2973; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 325, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 321, this.context) ) { case 1: localContext = new CreateForeignTableContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 2980; + this.state = 2934; this.match(PostgreSqlParser.KW_CREATE); - this.state = 2981; + this.state = 2935; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 2982; + this.state = 2936; this.match(PostgreSqlParser.KW_TABLE); - this.state = 2984; + this.state = 2938; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 318, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 314, this.context) ) { case 1: { - this.state = 2983; + this.state = 2937; this.opt_if_not_exists(); } break; } - this.state = 2986; + this.state = 2940; this.table_name_create(); - this.state = 2987; + this.state = 2941; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 2989; + this.state = 2943; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 42)) & ~0x1F) === 0 && ((1 << (_la - 42)) & 2099209) !== 0) || ((((_la - 85)) & ~0x1F) === 0 && ((1 << (_la - 85)) & 2147491841) !== 0) || ((((_la - 120)) & ~0x1F) === 0 && ((1 << (_la - 120)) & 4294966809) !== 0) || ((((_la - 152)) & ~0x1F) === 0 && ((1 << (_la - 152)) & 4294967295) !== 0) || ((((_la - 184)) & ~0x1F) === 0 && ((1 << (_la - 184)) & 4294967295) !== 0) || ((((_la - 216)) & ~0x1F) === 0 && ((1 << (_la - 216)) & 4290781183) !== 0) || ((((_la - 248)) & ~0x1F) === 0 && ((1 << (_la - 248)) & 4294967295) !== 0) || ((((_la - 280)) & ~0x1F) === 0 && ((1 << (_la - 280)) & 4294967295) !== 0) || ((((_la - 312)) & ~0x1F) === 0 && ((1 << (_la - 312)) & 4294967295) !== 0) || ((((_la - 344)) & ~0x1F) === 0 && ((1 << (_la - 344)) & 4294967295) !== 0) || ((((_la - 376)) & ~0x1F) === 0 && ((1 << (_la - 376)) & 4294967295) !== 0) || ((((_la - 408)) & ~0x1F) === 0 && ((1 << (_la - 408)) & 4294967295) !== 0) || ((((_la - 440)) & ~0x1F) === 0 && ((1 << (_la - 440)) & 4294950911) !== 0) || ((((_la - 473)) & ~0x1F) === 0 && ((1 << (_la - 473)) & 3221225471) !== 0) || ((((_la - 506)) & ~0x1F) === 0 && ((1 << (_la - 506)) & 286719) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 402696335) !== 0) || _la === 584) { { - this.state = 2988; + this.state = 2942; this.tableelementlist(); } } - this.state = 2991; + this.state = 2945; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 2993; + this.state = 2947; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 238) { { - this.state = 2992; + this.state = 2946; this.optinherit(); } } - this.state = 2995; + this.state = 2949; this.match(PostgreSqlParser.KW_SERVER); - this.state = 2996; + this.state = 2950; this.colid(); - this.state = 2998; + this.state = 2952; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 321, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 317, this.context) ) { case 1: { - this.state = 2997; + this.state = 2951; this.create_generic_options(); } break; @@ -15147,52 +14938,52 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new CreatePartitionForeignTableContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 3000; + this.state = 2954; this.match(PostgreSqlParser.KW_CREATE); - this.state = 3001; + this.state = 2955; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 3002; + this.state = 2956; this.match(PostgreSqlParser.KW_TABLE); - this.state = 3004; + this.state = 2958; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 322, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 318, this.context) ) { case 1: { - this.state = 3003; + this.state = 2957; this.opt_if_not_exists(); } break; } - this.state = 3006; + this.state = 2960; this.table_name_create(); - this.state = 3007; + this.state = 2961; this.match(PostgreSqlParser.KW_PARTITION); - this.state = 3008; + this.state = 2962; this.match(PostgreSqlParser.KW_OF); - this.state = 3009; + this.state = 2963; this.table_name(); - this.state = 3011; + this.state = 2965; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 3010; + this.state = 2964; this.opttypedtableelementlist(); } } - this.state = 3013; + this.state = 2967; this.partitionboundspec(); - this.state = 3014; + this.state = 2968; this.match(PostgreSqlParser.KW_SERVER); - this.state = 3015; + this.state = 2969; this.colid(); - this.state = 3017; + this.state = 2971; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 324, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 320, this.context) ) { case 1: { - this.state = 3016; + this.state = 2970; this.create_generic_options(); } break; @@ -15217,69 +15008,69 @@ export class PostgreSqlParser extends SQLParserBase { } public importforeignschemastmt(): ImportforeignschemastmtContext { let localContext = new ImportforeignschemastmtContext(this.context, this.state); - this.enterRule(localContext, 236, PostgreSqlParser.RULE_importforeignschemastmt); + this.enterRule(localContext, 228, PostgreSqlParser.RULE_importforeignschemastmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3021; + this.state = 2975; this.match(PostgreSqlParser.KW_IMPORT); - this.state = 3022; + this.state = 2976; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 3023; + this.state = 2977; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 3024; + this.state = 2978; this.schema_name(); - this.state = 3034; + this.state = 2988; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 59 || _la === 74) { { - this.state = 3028; + this.state = 2982; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_LIMIT: { - this.state = 3025; + this.state = 2979; this.match(PostgreSqlParser.KW_LIMIT); - this.state = 3026; + this.state = 2980; this.match(PostgreSqlParser.KW_TO); } break; case PostgreSqlParser.KW_EXCEPT: { - this.state = 3027; + this.state = 2981; this.match(PostgreSqlParser.KW_EXCEPT); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 3030; + this.state = 2984; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3031; + this.state = 2985; this.relation_expr_list(); - this.state = 3032; + this.state = 2986; this.match(PostgreSqlParser.CLOSE_PAREN); } } - this.state = 3036; + this.state = 2990; this.match(PostgreSqlParser.KW_FROM); - this.state = 3037; + this.state = 2991; this.match(PostgreSqlParser.KW_SERVER); - this.state = 3038; + this.state = 2992; this.colid(); - this.state = 3039; + this.state = 2993; this.match(PostgreSqlParser.KW_INTO); - this.state = 3040; + this.state = 2994; this.colid(); - this.state = 3042; + this.state = 2996; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 328, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 324, this.context) ) { case 1: { - this.state = 3041; + this.state = 2995; this.create_generic_options(); } break; @@ -15302,30 +15093,30 @@ export class PostgreSqlParser extends SQLParserBase { } public createusermappingstmt(): CreateusermappingstmtContext { let localContext = new CreateusermappingstmtContext(this.context, this.state); - this.enterRule(localContext, 238, PostgreSqlParser.RULE_createusermappingstmt); + this.enterRule(localContext, 230, PostgreSqlParser.RULE_createusermappingstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3044; + this.state = 2998; this.match(PostgreSqlParser.KW_CREATE); - this.state = 3045; + this.state = 2999; this.match(PostgreSqlParser.KW_USER); - this.state = 3046; + this.state = 3000; this.match(PostgreSqlParser.KW_MAPPING); - this.state = 3048; + this.state = 3002; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 220) { { - this.state = 3047; + this.state = 3001; this.opt_if_not_exists(); } } - this.state = 3050; + this.state = 3004; this.match(PostgreSqlParser.KW_FOR); - this.state = 3053; + this.state = 3007; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_CURRENT_ROLE: @@ -15747,29 +15538,29 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 3051; + this.state = 3005; this.rolespec(); } break; case PostgreSqlParser.KW_USER: { - this.state = 3052; + this.state = 3006; this.match(PostgreSqlParser.KW_USER); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 3055; + this.state = 3009; this.match(PostgreSqlParser.KW_SERVER); - this.state = 3056; + this.state = 3010; this.colid(); - this.state = 3058; + this.state = 3012; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 331, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 327, this.context) ) { case 1: { - this.state = 3057; + this.state = 3011; this.create_generic_options(); } break; @@ -15792,19 +15583,19 @@ export class PostgreSqlParser extends SQLParserBase { } public alterusermappingstmt(): AlterusermappingstmtContext { let localContext = new AlterusermappingstmtContext(this.context, this.state); - this.enterRule(localContext, 240, PostgreSqlParser.RULE_alterusermappingstmt); + this.enterRule(localContext, 232, PostgreSqlParser.RULE_alterusermappingstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 3060; + this.state = 3014; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3061; + this.state = 3015; this.match(PostgreSqlParser.KW_USER); - this.state = 3062; + this.state = 3016; this.match(PostgreSqlParser.KW_MAPPING); - this.state = 3063; + this.state = 3017; this.match(PostgreSqlParser.KW_FOR); - this.state = 3066; + this.state = 3020; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_CURRENT_ROLE: @@ -16226,24 +16017,24 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 3064; + this.state = 3018; this.rolespec(); } break; case PostgreSqlParser.KW_USER: { - this.state = 3065; + this.state = 3019; this.match(PostgreSqlParser.KW_USER); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 3068; + this.state = 3022; this.match(PostgreSqlParser.KW_SERVER); - this.state = 3069; + this.state = 3023; this.colid(); - this.state = 3070; + this.state = 3024; this.alter_generic_options(); } } @@ -16263,40 +16054,40 @@ export class PostgreSqlParser extends SQLParserBase { } public createpolicystmt(): CreatepolicystmtContext { let localContext = new CreatepolicystmtContext(this.context, this.state); - this.enterRule(localContext, 242, PostgreSqlParser.RULE_createpolicystmt); + this.enterRule(localContext, 234, PostgreSqlParser.RULE_createpolicystmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3072; + this.state = 3026; this.match(PostgreSqlParser.KW_CREATE); - this.state = 3073; + this.state = 3027; this.match(PostgreSqlParser.KW_POLICY); - this.state = 3074; + this.state = 3028; this.colid(); - this.state = 3075; + this.state = 3029; this.match(PostgreSqlParser.KW_ON); - this.state = 3076; + this.state = 3030; this.qualified_name(); - this.state = 3083; + this.state = 3037; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 334, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 330, this.context) ) { case 1: { - this.state = 3077; + this.state = 3031; this.match(PostgreSqlParser.KW_AS); - this.state = 3081; + this.state = 3035; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_PERMISSIVE: { - this.state = 3078; + this.state = 3032; this.match(PostgreSqlParser.KW_PERMISSIVE); } break; case PostgreSqlParser.KW_RESTRICTIVE: { - this.state = 3079; + this.state = 3033; this.match(PostgreSqlParser.KW_RESTRICTIVE); } break; @@ -16644,7 +16435,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 3080; + this.state = 3034; this.identifier(); } break; @@ -16654,14 +16445,14 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 3087; + this.state = 3041; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 3085; + this.state = 3039; this.match(PostgreSqlParser.KW_FOR); - this.state = 3086; + this.state = 3040; _la = this.tokenStream.LA(1); if(!(_la === 30 || _la === 88 || _la === 182 || _la === 241 || _la === 369)) { this.errorHandler.recoverInline(this); @@ -16673,34 +16464,34 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 3091; + this.state = 3045; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 94) { { - this.state = 3089; + this.state = 3043; this.match(PostgreSqlParser.KW_TO); - this.state = 3090; + this.state = 3044; this.role_list(); } } - this.state = 3094; + this.state = 3048; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 3093; + this.state = 3047; this.rowsecurityoptionalexpr(); } } - this.state = 3097; + this.state = 3051; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 338, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 334, this.context) ) { case 1: { - this.state = 3096; + this.state = 3050; this.rowsecurityoptionalwithcheck(); } break; @@ -16723,49 +16514,49 @@ export class PostgreSqlParser extends SQLParserBase { } public alterpolicystmt(): AlterpolicystmtContext { let localContext = new AlterpolicystmtContext(this.context, this.state); - this.enterRule(localContext, 244, PostgreSqlParser.RULE_alterpolicystmt); + this.enterRule(localContext, 236, PostgreSqlParser.RULE_alterpolicystmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3099; + this.state = 3053; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3100; + this.state = 3054; this.match(PostgreSqlParser.KW_POLICY); - this.state = 3101; + this.state = 3055; this.colid(); - this.state = 3102; + this.state = 3056; this.match(PostgreSqlParser.KW_ON); - this.state = 3103; + this.state = 3057; this.qualified_name(); - this.state = 3106; + this.state = 3060; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 94) { { - this.state = 3104; + this.state = 3058; this.match(PostgreSqlParser.KW_TO); - this.state = 3105; + this.state = 3059; this.role_list(); } } - this.state = 3109; + this.state = 3063; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 3108; + this.state = 3062; this.rowsecurityoptionalexpr(); } } - this.state = 3112; + this.state = 3066; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 341, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 337, this.context) ) { case 1: { - this.state = 3111; + this.state = 3065; this.rowsecurityoptionalwithcheck(); } break; @@ -16788,57 +16579,57 @@ export class PostgreSqlParser extends SQLParserBase { } public alterprocedurestmt(): AlterprocedurestmtContext { let localContext = new AlterprocedurestmtContext(this.context, this.state); - this.enterRule(localContext, 246, PostgreSqlParser.RULE_alterprocedurestmt); + this.enterRule(localContext, 238, PostgreSqlParser.RULE_alterprocedurestmt); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 3114; + this.state = 3068; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3115; + this.state = 3069; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 3116; + this.state = 3070; this.procedure_name(); - this.state = 3118; + this.state = 3072; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 3117; + this.state = 3071; this.func_args(); } } - this.state = 3146; + this.state = 3100; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 346, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 342, this.context) ) { case 1: { - this.state = 3120; + this.state = 3074; this.procedure_action(); - this.state = 3124; + this.state = 3078; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 343, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 339, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 3121; + this.state = 3075; this.procedure_action(); } } } - this.state = 3126; + this.state = 3080; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 343, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 339, this.context); } - this.state = 3128; + this.state = 3082; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 344, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 340, this.context) ) { case 1: { - this.state = 3127; + this.state = 3081; this.match(PostgreSqlParser.KW_RESTRICT); } break; @@ -16847,53 +16638,53 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 3130; + this.state = 3084; this.match(PostgreSqlParser.KW_RENAME); - this.state = 3131; + this.state = 3085; this.match(PostgreSqlParser.KW_TO); - this.state = 3132; + this.state = 3086; this.procedure_name_create(); } break; case 3: { - this.state = 3133; + this.state = 3087; this.match(PostgreSqlParser.KW_OWNER); - this.state = 3134; + this.state = 3088; this.match(PostgreSqlParser.KW_TO); - this.state = 3135; + this.state = 3089; this.rolespec(); } break; case 4: { - this.state = 3136; + this.state = 3090; this.match(PostgreSqlParser.KW_SET); - this.state = 3137; + this.state = 3091; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 3138; + this.state = 3092; this.schema_name_create(); } break; case 5: { - this.state = 3140; + this.state = 3094; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 3139; + this.state = 3093; this.match(PostgreSqlParser.KW_NO); } } - this.state = 3142; + this.state = 3096; this.match(PostgreSqlParser.KW_DEPENDS); - this.state = 3143; + this.state = 3097; this.match(PostgreSqlParser.KW_ON); - this.state = 3144; + this.state = 3098; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 3145; + this.state = 3099; this.colid(); } break; @@ -16916,51 +16707,51 @@ export class PostgreSqlParser extends SQLParserBase { } public procedure_action(): Procedure_actionContext { let localContext = new Procedure_actionContext(this.context, this.state); - this.enterRule(localContext, 248, PostgreSqlParser.RULE_procedure_action); + this.enterRule(localContext, 240, PostgreSqlParser.RULE_procedure_action); let _la: number; try { - this.state = 3177; + this.state = 3131; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 352, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 348, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3158; + this.state = 3112; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 349, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 345, this.context) ) { case 1: { - this.state = 3149; + this.state = 3103; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 205) { { - this.state = 3148; + this.state = 3102; this.match(PostgreSqlParser.KW_EXTERNAL); } } - this.state = 3151; + this.state = 3105; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 3152; + this.state = 3106; this.match(PostgreSqlParser.KW_INVOKER); } break; case 2: { - this.state = 3154; + this.state = 3108; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 205) { { - this.state = 3153; + this.state = 3107; this.match(PostgreSqlParser.KW_EXTERNAL); } } - this.state = 3156; + this.state = 3110; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 3157; + this.state = 3111; this.match(PostgreSqlParser.KW_DEFINER); } break; @@ -16970,11 +16761,11 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3160; + this.state = 3114; this.match(PostgreSqlParser.KW_SET); - this.state = 3161; + this.state = 3115; this.colid(); - this.state = 3162; + this.state = 3116; _la = this.tokenStream.LA(1); if(!(_la === 9 || _la === 94)) { this.errorHandler.recoverInline(this); @@ -16983,18 +16774,18 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3165; + this.state = 3119; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 350, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 346, this.context) ) { case 1: { - this.state = 3163; + this.state = 3117; this.colid(); } break; case 2: { - this.state = 3164; + this.state = 3118; this.match(PostgreSqlParser.KW_DEFAULT); } break; @@ -17004,22 +16795,22 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3167; + this.state = 3121; this.match(PostgreSqlParser.KW_SET); - this.state = 3168; + this.state = 3122; this.colid(); - this.state = 3169; + this.state = 3123; this.match(PostgreSqlParser.KW_FROM); - this.state = 3170; + this.state = 3124; this.match(PostgreSqlParser.KW_CURRENT); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 3172; + this.state = 3126; this.match(PostgreSqlParser.KW_RESET); - this.state = 3175; + this.state = 3129; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DEFAULT: @@ -17417,13 +17208,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 3173; + this.state = 3127; this.colid(); } break; case PostgreSqlParser.KW_ALL: { - this.state = 3174; + this.state = 3128; this.match(PostgreSqlParser.KW_ALL); } break; @@ -17450,17 +17241,17 @@ export class PostgreSqlParser extends SQLParserBase { } public rowsecurityoptionalexpr(): RowsecurityoptionalexprContext { let localContext = new RowsecurityoptionalexprContext(this.context, this.state); - this.enterRule(localContext, 250, PostgreSqlParser.RULE_rowsecurityoptionalexpr); + this.enterRule(localContext, 242, PostgreSqlParser.RULE_rowsecurityoptionalexpr); try { this.enterOuterAlt(localContext, 1); { - this.state = 3179; + this.state = 3133; this.match(PostgreSqlParser.KW_USING); - this.state = 3180; + this.state = 3134; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3181; + this.state = 3135; this.expression(); - this.state = 3182; + this.state = 3136; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -17480,19 +17271,19 @@ export class PostgreSqlParser extends SQLParserBase { } public rowsecurityoptionalwithcheck(): RowsecurityoptionalwithcheckContext { let localContext = new RowsecurityoptionalwithcheckContext(this.context, this.state); - this.enterRule(localContext, 252, PostgreSqlParser.RULE_rowsecurityoptionalwithcheck); + this.enterRule(localContext, 244, PostgreSqlParser.RULE_rowsecurityoptionalwithcheck); try { this.enterOuterAlt(localContext, 1); { - this.state = 3184; + this.state = 3138; this.match(PostgreSqlParser.KW_WITH); - this.state = 3185; + this.state = 3139; this.match(PostgreSqlParser.KW_CHECK); - this.state = 3186; + this.state = 3140; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3187; + this.state = 3141; this.expression(); - this.state = 3188; + this.state = 3142; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -17512,22 +17303,22 @@ export class PostgreSqlParser extends SQLParserBase { } public createamstmt(): CreateamstmtContext { let localContext = new CreateamstmtContext(this.context, this.state); - this.enterRule(localContext, 254, PostgreSqlParser.RULE_createamstmt); + this.enterRule(localContext, 246, PostgreSqlParser.RULE_createamstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3190; + this.state = 3144; this.match(PostgreSqlParser.KW_CREATE); - this.state = 3191; + this.state = 3145; this.match(PostgreSqlParser.KW_ACCESS); - this.state = 3192; + this.state = 3146; this.match(PostgreSqlParser.KW_METHOD); - this.state = 3193; + this.state = 3147; this.colid(); - this.state = 3194; + this.state = 3148; this.match(PostgreSqlParser.KW_TYPE); - this.state = 3195; + this.state = 3149; _la = this.tokenStream.LA(1); if(!(_la === 92 || _la === 226)) { this.errorHandler.recoverInline(this); @@ -17536,9 +17327,9 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3196; + this.state = 3150; this.match(PostgreSqlParser.KW_HANDLER); - this.state = 3197; + this.state = 3151; this.any_name(); } } @@ -17558,53 +17349,53 @@ export class PostgreSqlParser extends SQLParserBase { } public createtrigstmt(): CreatetrigstmtContext { let localContext = new CreatetrigstmtContext(this.context, this.state); - this.enterRule(localContext, 256, PostgreSqlParser.RULE_createtrigstmt); + this.enterRule(localContext, 248, PostgreSqlParser.RULE_createtrigstmt); let _la: number; try { - this.state = 3277; + this.state = 3231; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 367, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 363, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3199; + this.state = 3153; this.match(PostgreSqlParser.KW_CREATE); - this.state = 3201; + this.state = 3155; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 82) { { - this.state = 3200; + this.state = 3154; this.opt_or_replace(); } } - this.state = 3203; + this.state = 3157; this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 3204; + this.state = 3158; this.colid(); - this.state = 3205; + this.state = 3159; this.triggeractiontime(); - this.state = 3206; + this.state = 3160; this.triggerevents(); - this.state = 3207; + this.state = 3161; this.match(PostgreSqlParser.KW_ON); - this.state = 3208; + this.state = 3162; this.table_name(); - this.state = 3220; + this.state = 3174; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 447) { { - this.state = 3209; + this.state = 3163; this.match(PostgreSqlParser.KW_REFERENCING); - this.state = 3216; + this.state = 3170; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 3210; + this.state = 3164; _la = this.tokenStream.LA(1); if(!(_la === 448 || _la === 449)) { this.errorHandler.recoverInline(this); @@ -17613,7 +17404,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3211; + this.state = 3165; _la = this.tokenStream.LA(1); if(!(_la === 92 || _la === 414)) { this.errorHandler.recoverInline(this); @@ -17622,45 +17413,45 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3213; + this.state = 3167; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 3212; + this.state = 3166; this.match(PostgreSqlParser.KW_AS); } } - this.state = 3215; + this.state = 3169; this.colid(); } } - this.state = 3218; + this.state = 3172; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 448 || _la === 449); } } - this.state = 3227; + this.state = 3181; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 3222; + this.state = 3176; this.match(PostgreSqlParser.KW_FOR); - this.state = 3224; + this.state = 3178; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 192) { { - this.state = 3223; + this.state = 3177; this.match(PostgreSqlParser.KW_EACH); } } - this.state = 3226; + this.state = 3180; _la = this.tokenStream.LA(1); if(!(_la === 341 || _la === 414)) { this.errorHandler.recoverInline(this); @@ -17672,109 +17463,109 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 3230; + this.state = 3184; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 102) { { - this.state = 3229; + this.state = 3183; this.triggerwhen(); } } - this.state = 3232; + this.state = 3186; this.match(PostgreSqlParser.KW_EXECUTE); - this.state = 3233; + this.state = 3187; this.function_or_procedure(); - this.state = 3234; + this.state = 3188; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3235; + this.state = 3189; this.triggerfuncargs(); - this.state = 3236; + this.state = 3190; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3238; + this.state = 3192; this.match(PostgreSqlParser.KW_CREATE); - this.state = 3240; + this.state = 3194; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 82) { { - this.state = 3239; + this.state = 3193; this.opt_or_replace(); } } - this.state = 3243; + this.state = 3197; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 45) { { - this.state = 3242; + this.state = 3196; this.match(PostgreSqlParser.KW_CONSTRAINT); } } - this.state = 3245; + this.state = 3199; this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 3246; + this.state = 3200; this.colid(); - this.state = 3247; + this.state = 3201; this.triggeractiontime(); - this.state = 3248; + this.state = 3202; this.triggerevents(); - this.state = 3249; + this.state = 3203; this.match(PostgreSqlParser.KW_ON); - this.state = 3250; + this.state = 3204; this.table_name(); - this.state = 3253; + this.state = 3207; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64) { { - this.state = 3251; + this.state = 3205; this.match(PostgreSqlParser.KW_FROM); - this.state = 3252; + this.state = 3206; this.qualified_name(); } } - this.state = 3258; + this.state = 3212; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (((((_la - 54)) & ~0x1F) === 0 && ((1 << (_la - 54)) & 8421377) !== 0) || _la === 269) { { { - this.state = 3255; + this.state = 3209; this.constraintattributeElem(); } } - this.state = 3260; + this.state = 3214; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3266; + this.state = 3220; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 3261; + this.state = 3215; this.match(PostgreSqlParser.KW_FOR); - this.state = 3263; + this.state = 3217; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 192) { { - this.state = 3262; + this.state = 3216; this.match(PostgreSqlParser.KW_EACH); } } - this.state = 3265; + this.state = 3219; _la = this.tokenStream.LA(1); if(!(_la === 341 || _la === 414)) { this.errorHandler.recoverInline(this); @@ -17786,25 +17577,25 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 3269; + this.state = 3223; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 102) { { - this.state = 3268; + this.state = 3222; this.triggerwhen(); } } - this.state = 3271; + this.state = 3225; this.match(PostgreSqlParser.KW_EXECUTE); - this.state = 3272; + this.state = 3226; this.function_or_procedure(); - this.state = 3273; + this.state = 3227; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3274; + this.state = 3228; this.triggerfuncargs(); - this.state = 3275; + this.state = 3229; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -17826,31 +17617,31 @@ export class PostgreSqlParser extends SQLParserBase { } public triggeractiontime(): TriggeractiontimeContext { let localContext = new TriggeractiontimeContext(this.context, this.state); - this.enterRule(localContext, 258, PostgreSqlParser.RULE_triggeractiontime); + this.enterRule(localContext, 250, PostgreSqlParser.RULE_triggeractiontime); try { - this.state = 3283; + this.state = 3237; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_BEFORE: this.enterOuterAlt(localContext, 1); { - this.state = 3279; + this.state = 3233; this.match(PostgreSqlParser.KW_BEFORE); } break; case PostgreSqlParser.KW_AFTER: this.enterOuterAlt(localContext, 2); { - this.state = 3280; + this.state = 3234; this.match(PostgreSqlParser.KW_AFTER); } break; case PostgreSqlParser.KW_INSTEAD: this.enterOuterAlt(localContext, 3); { - this.state = 3281; + this.state = 3235; this.match(PostgreSqlParser.KW_INSTEAD); - this.state = 3282; + this.state = 3236; this.match(PostgreSqlParser.KW_OF); } break; @@ -17874,26 +17665,26 @@ export class PostgreSqlParser extends SQLParserBase { } public triggerevents(): TriggereventsContext { let localContext = new TriggereventsContext(this.context, this.state); - this.enterRule(localContext, 260, PostgreSqlParser.RULE_triggerevents); + this.enterRule(localContext, 252, PostgreSqlParser.RULE_triggerevents); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3285; + this.state = 3239; this.triggeroneevent(); - this.state = 3290; + this.state = 3244; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 82) { { { - this.state = 3286; + this.state = 3240; this.match(PostgreSqlParser.KW_OR); - this.state = 3287; + this.state = 3241; this.triggeroneevent(); } } - this.state = 3292; + this.state = 3246; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -17915,39 +17706,39 @@ export class PostgreSqlParser extends SQLParserBase { } public triggeroneevent(): TriggeroneeventContext { let localContext = new TriggeroneeventContext(this.context, this.state); - this.enterRule(localContext, 262, PostgreSqlParser.RULE_triggeroneevent); + this.enterRule(localContext, 254, PostgreSqlParser.RULE_triggeroneevent); let _la: number; try { - this.state = 3301; + this.state = 3255; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_INSERT: this.enterOuterAlt(localContext, 1); { - this.state = 3293; + this.state = 3247; this.match(PostgreSqlParser.KW_INSERT); } break; case PostgreSqlParser.KW_DELETE: this.enterOuterAlt(localContext, 2); { - this.state = 3294; + this.state = 3248; this.match(PostgreSqlParser.KW_DELETE); } break; case PostgreSqlParser.KW_UPDATE: this.enterOuterAlt(localContext, 3); { - this.state = 3295; + this.state = 3249; this.match(PostgreSqlParser.KW_UPDATE); - this.state = 3298; + this.state = 3252; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 275) { { - this.state = 3296; + this.state = 3250; this.match(PostgreSqlParser.KW_OF); - this.state = 3297; + this.state = 3251; this.column_list(); } } @@ -17957,7 +17748,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_TRUNCATE: this.enterOuterAlt(localContext, 4); { - this.state = 3300; + this.state = 3254; this.match(PostgreSqlParser.KW_TRUNCATE); } break; @@ -17981,17 +17772,17 @@ export class PostgreSqlParser extends SQLParserBase { } public triggerwhen(): TriggerwhenContext { let localContext = new TriggerwhenContext(this.context, this.state); - this.enterRule(localContext, 264, PostgreSqlParser.RULE_triggerwhen); + this.enterRule(localContext, 256, PostgreSqlParser.RULE_triggerwhen); try { this.enterOuterAlt(localContext, 1); { - this.state = 3303; + this.state = 3257; this.match(PostgreSqlParser.KW_WHEN); - this.state = 3304; + this.state = 3258; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3305; + this.state = 3259; this.expression(); - this.state = 3306; + this.state = 3260; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -18011,26 +17802,26 @@ export class PostgreSqlParser extends SQLParserBase { } public function_or_procedure(): Function_or_procedureContext { let localContext = new Function_or_procedureContext(this.context, this.state); - this.enterRule(localContext, 266, PostgreSqlParser.RULE_function_or_procedure); + this.enterRule(localContext, 258, PostgreSqlParser.RULE_function_or_procedure); try { - this.state = 3312; + this.state = 3266; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_FUNCTION: this.enterOuterAlt(localContext, 1); { - this.state = 3308; + this.state = 3262; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 3309; + this.state = 3263; this.function_name(); } break; case PostgreSqlParser.KW_PROCEDURE: this.enterOuterAlt(localContext, 2); { - this.state = 3310; + this.state = 3264; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 3311; + this.state = 3265; this.procedure_name(); } break; @@ -18054,12 +17845,12 @@ export class PostgreSqlParser extends SQLParserBase { } public triggerfuncargs(): TriggerfuncargsContext { let localContext = new TriggerfuncargsContext(this.context, this.state); - this.enterRule(localContext, 268, PostgreSqlParser.RULE_triggerfuncargs); + this.enterRule(localContext, 260, PostgreSqlParser.RULE_triggerfuncargs); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3316; + this.state = 3270; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ALL: @@ -18555,7 +18346,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 3314; + this.state = 3268; this.triggerfuncarg(); } break; @@ -18568,19 +18359,19 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 3322; + this.state = 3276; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 3318; + this.state = 3272; this.match(PostgreSqlParser.COMMA); - this.state = 3319; + this.state = 3273; this.triggerfuncarg(); } } - this.state = 3324; + this.state = 3278; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -18602,36 +18393,36 @@ export class PostgreSqlParser extends SQLParserBase { } public triggerfuncarg(): TriggerfuncargContext { let localContext = new TriggerfuncargContext(this.context, this.state); - this.enterRule(localContext, 270, PostgreSqlParser.RULE_triggerfuncarg); + this.enterRule(localContext, 262, PostgreSqlParser.RULE_triggerfuncarg); try { - this.state = 3329; + this.state = 3283; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 375, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 371, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3325; + this.state = 3279; this.match(PostgreSqlParser.Integral); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3326; + this.state = 3280; this.match(PostgreSqlParser.Numeric); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3327; + this.state = 3281; this.sconst(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 3328; + this.state = 3282; this.collabel(); } break; @@ -18653,35 +18444,35 @@ export class PostgreSqlParser extends SQLParserBase { } public constraintattributeElem(): ConstraintattributeElemContext { let localContext = new ConstraintattributeElemContext(this.context, this.state); - this.enterRule(localContext, 272, PostgreSqlParser.RULE_constraintattributeElem); + this.enterRule(localContext, 264, PostgreSqlParser.RULE_constraintattributeElem); let _la: number; try { - this.state = 3341; + this.state = 3295; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 377, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 373, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3332; + this.state = 3286; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 3331; + this.state = 3285; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 3334; + this.state = 3288; this.match(PostgreSqlParser.KW_DEFERRABLE); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3335; + this.state = 3289; this.match(PostgreSqlParser.KW_INITIALLY); - this.state = 3336; + this.state = 3290; _la = this.tokenStream.LA(1); if(!(_la === 180 || _la === 221)) { this.errorHandler.recoverInline(this); @@ -18695,18 +18486,18 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3337; + this.state = 3291; this.match(PostgreSqlParser.KW_NOT); - this.state = 3338; + this.state = 3292; this.match(PostgreSqlParser.KW_VALID); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 3339; + this.state = 3293; this.match(PostgreSqlParser.KW_NO); - this.state = 3340; + this.state = 3294; this.match(PostgreSqlParser.KW_INHERIT); } break; @@ -18728,58 +18519,58 @@ export class PostgreSqlParser extends SQLParserBase { } public createeventtrigstmt(): CreateeventtrigstmtContext { let localContext = new CreateeventtrigstmtContext(this.context, this.state); - this.enterRule(localContext, 274, PostgreSqlParser.RULE_createeventtrigstmt); + this.enterRule(localContext, 266, PostgreSqlParser.RULE_createeventtrigstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3343; + this.state = 3297; this.match(PostgreSqlParser.KW_CREATE); - this.state = 3344; + this.state = 3298; this.match(PostgreSqlParser.KW_EVENT); - this.state = 3345; + this.state = 3299; this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 3346; + this.state = 3300; this.colid(); - this.state = 3347; + this.state = 3301; this.match(PostgreSqlParser.KW_ON); - this.state = 3348; + this.state = 3302; this.collabel(); - this.state = 3358; + this.state = 3312; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 102) { { - this.state = 3349; + this.state = 3303; this.match(PostgreSqlParser.KW_WHEN); - this.state = 3350; + this.state = 3304; this.event_trigger_when_item(); - this.state = 3355; + this.state = 3309; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 33) { { { - this.state = 3351; + this.state = 3305; this.match(PostgreSqlParser.KW_AND); - this.state = 3352; + this.state = 3306; this.event_trigger_when_item(); } } - this.state = 3357; + this.state = 3311; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 3360; + this.state = 3314; this.match(PostgreSqlParser.KW_EXECUTE); - this.state = 3361; + this.state = 3315; this.function_or_procedure(); - this.state = 3362; + this.state = 3316; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3363; + this.state = 3317; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -18799,34 +18590,34 @@ export class PostgreSqlParser extends SQLParserBase { } public event_trigger_when_item(): Event_trigger_when_itemContext { let localContext = new Event_trigger_when_itemContext(this.context, this.state); - this.enterRule(localContext, 276, PostgreSqlParser.RULE_event_trigger_when_item); + this.enterRule(localContext, 268, PostgreSqlParser.RULE_event_trigger_when_item); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3365; + this.state = 3319; this.colid(); - this.state = 3366; + this.state = 3320; this.match(PostgreSqlParser.KW_IN); - this.state = 3367; + this.state = 3321; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3368; + this.state = 3322; this.sconst(); - this.state = 3372; + this.state = 3326; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 3369; + this.state = 3323; this.notify_payload(); } } - this.state = 3374; + this.state = 3328; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3375; + this.state = 3329; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -18846,32 +18637,32 @@ export class PostgreSqlParser extends SQLParserBase { } public altereventtrigstmt(): AltereventtrigstmtContext { let localContext = new AltereventtrigstmtContext(this.context, this.state); - this.enterRule(localContext, 278, PostgreSqlParser.RULE_altereventtrigstmt); + this.enterRule(localContext, 270, PostgreSqlParser.RULE_altereventtrigstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3377; + this.state = 3331; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3378; + this.state = 3332; this.match(PostgreSqlParser.KW_EVENT); - this.state = 3379; + this.state = 3333; this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 3380; + this.state = 3334; this.colid(); - this.state = 3386; + this.state = 3340; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ENABLE: { - this.state = 3381; + this.state = 3335; this.match(PostgreSqlParser.KW_ENABLE); - this.state = 3383; + this.state = 3337; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 381, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 377, this.context) ) { case 1: { - this.state = 3382; + this.state = 3336; _la = this.tokenStream.LA(1); if(!(_la === 139 || _la === 312)) { this.errorHandler.recoverInline(this); @@ -18887,7 +18678,7 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.KW_DISABLE: { - this.state = 3385; + this.state = 3339; this.match(PostgreSqlParser.KW_DISABLE); } break; @@ -18912,40 +18703,40 @@ export class PostgreSqlParser extends SQLParserBase { } public createassertionstmt(): CreateassertionstmtContext { let localContext = new CreateassertionstmtContext(this.context, this.state); - this.enterRule(localContext, 280, PostgreSqlParser.RULE_createassertionstmt); + this.enterRule(localContext, 272, PostgreSqlParser.RULE_createassertionstmt); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 3388; + this.state = 3342; this.match(PostgreSqlParser.KW_CREATE); - this.state = 3389; + this.state = 3343; this.match(PostgreSqlParser.KW_ASSERTION); - this.state = 3390; + this.state = 3344; this.any_name(); - this.state = 3391; + this.state = 3345; this.match(PostgreSqlParser.KW_CHECK); - this.state = 3392; + this.state = 3346; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3393; + this.state = 3347; this.expression(); - this.state = 3394; + this.state = 3348; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 3398; + this.state = 3352; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 383, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 379, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 3395; + this.state = 3349; this.constraintattributeElem(); } } } - this.state = 3400; + this.state = 3354; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 383, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 379, this.context); } } } @@ -18965,67 +18756,67 @@ export class PostgreSqlParser extends SQLParserBase { } public definestmt(): DefinestmtContext { let localContext = new DefinestmtContext(this.context, this.state); - this.enterRule(localContext, 282, PostgreSqlParser.RULE_definestmt); + this.enterRule(localContext, 274, PostgreSqlParser.RULE_definestmt); let _la: number; try { - this.state = 3479; + this.state = 3433; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 395, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 391, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3401; + this.state = 3355; this.match(PostgreSqlParser.KW_CREATE); - this.state = 3403; + this.state = 3357; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 82) { { - this.state = 3402; + this.state = 3356; this.opt_or_replace(); } } - this.state = 3405; + this.state = 3359; this.match(PostgreSqlParser.KW_AGGREGATE); - this.state = 3406; + this.state = 3360; this.function_name(); - this.state = 3421; + this.state = 3375; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 386, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 382, this.context) ) { case 1: { { - this.state = 3407; + this.state = 3361; this.aggr_args(); - this.state = 3408; + this.state = 3362; this.definition(); } } break; case 2: { - this.state = 3410; + this.state = 3364; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3411; + this.state = 3365; this.old_aggr_elem(); - this.state = 3416; + this.state = 3370; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 3412; + this.state = 3366; this.match(PostgreSqlParser.COMMA); - this.state = 3413; + this.state = 3367; this.old_aggr_elem(); } } - this.state = 3418; + this.state = 3372; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3419; + this.state = 3373; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -19035,79 +18826,79 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3423; + this.state = 3377; this.match(PostgreSqlParser.KW_CREATE); - this.state = 3424; + this.state = 3378; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 3425; + this.state = 3379; this.any_operator(); - this.state = 3426; + this.state = 3380; this.definition(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3428; + this.state = 3382; this.match(PostgreSqlParser.KW_CREATE); - this.state = 3429; + this.state = 3383; this.match(PostgreSqlParser.KW_TYPE); - this.state = 3430; + this.state = 3384; this.any_name(); - this.state = 3431; + this.state = 3385; this.match(PostgreSqlParser.KW_AS); - this.state = 3449; + this.state = 3403; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: { - this.state = 3432; + this.state = 3386; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3434; + this.state = 3388; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 53 || ((((_la - 116)) & ~0x1F) === 0 && ((1 << (_la - 116)) & 4294959489) !== 0) || ((((_la - 148)) & ~0x1F) === 0 && ((1 << (_la - 148)) & 4294967295) !== 0) || ((((_la - 180)) & ~0x1F) === 0 && ((1 << (_la - 180)) & 4294967295) !== 0) || ((((_la - 212)) & ~0x1F) === 0 && ((1 << (_la - 212)) & 4227989503) !== 0) || ((((_la - 244)) & ~0x1F) === 0 && ((1 << (_la - 244)) & 4294967295) !== 0) || ((((_la - 276)) & ~0x1F) === 0 && ((1 << (_la - 276)) & 4294967295) !== 0) || ((((_la - 308)) & ~0x1F) === 0 && ((1 << (_la - 308)) & 4294967295) !== 0) || ((((_la - 340)) & ~0x1F) === 0 && ((1 << (_la - 340)) & 4294967295) !== 0) || ((((_la - 372)) & ~0x1F) === 0 && ((1 << (_la - 372)) & 4294967295) !== 0) || ((((_la - 404)) & ~0x1F) === 0 && ((1 << (_la - 404)) & 4294967295) !== 0) || ((((_la - 436)) & ~0x1F) === 0 && ((1 << (_la - 436)) & 4294705151) !== 0) || ((((_la - 468)) & ~0x1F) === 0 && ((1 << (_la - 468)) & 4294967279) !== 0) || ((((_la - 500)) & ~0x1F) === 0 && ((1 << (_la - 500)) & 18350039) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 402696335) !== 0) || _la === 584) { { - this.state = 3433; + this.state = 3387; this.tablefuncelementlist(); } } - this.state = 3436; + this.state = 3390; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_ENUM: { - this.state = 3437; + this.state = 3391; this.match(PostgreSqlParser.KW_ENUM); - this.state = 3438; + this.state = 3392; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3446; + this.state = 3400; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 558)) & ~0x1F) === 0 && ((1 << (_la - 558)) & 67108885) !== 0)) { { - this.state = 3439; + this.state = 3393; this.sconst(); - this.state = 3443; + this.state = 3397; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 3440; + this.state = 3394; this.notify_payload(); } } - this.state = 3445; + this.state = 3399; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 3448; + this.state = 3402; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -19119,30 +18910,30 @@ export class PostgreSqlParser extends SQLParserBase { case 4: this.enterOuterAlt(localContext, 4); { - this.state = 3451; + this.state = 3405; this.match(PostgreSqlParser.KW_CREATE); - this.state = 3452; + this.state = 3406; this.match(PostgreSqlParser.KW_TYPE); - this.state = 3453; + this.state = 3407; this.any_name(); - this.state = 3459; + this.state = 3413; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 392, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 388, this.context) ) { case 1: { - this.state = 3456; + this.state = 3410; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 3454; + this.state = 3408; this.match(PostgreSqlParser.KW_AS); - this.state = 3455; + this.state = 3409; this.match(PostgreSqlParser.KW_RANGE); } } - this.state = 3458; + this.state = 3412; this.definition(); } break; @@ -19152,13 +18943,13 @@ export class PostgreSqlParser extends SQLParserBase { case 5: this.enterOuterAlt(localContext, 5); { - this.state = 3461; + this.state = 3415; this.match(PostgreSqlParser.KW_CREATE); - this.state = 3462; + this.state = 3416; this.match(PostgreSqlParser.KW_TEXT); - this.state = 3463; + this.state = 3417; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 3464; + this.state = 3418; _la = this.tokenStream.LA(1); if(!(_la === 163 || _la === 185 || _la === 283 || _la === 353)) { this.errorHandler.recoverInline(this); @@ -19167,46 +18958,46 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3465; + this.state = 3419; this.any_name(); - this.state = 3466; + this.state = 3420; this.definition(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 3468; + this.state = 3422; this.match(PostgreSqlParser.KW_CREATE); - this.state = 3469; + this.state = 3423; this.match(PostgreSqlParser.KW_COLLATION); - this.state = 3471; + this.state = 3425; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 393, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 389, this.context) ) { case 1: { - this.state = 3470; + this.state = 3424; this.opt_if_not_exists(); } break; } - this.state = 3473; + this.state = 3427; this.any_name(); - this.state = 3477; + this.state = 3431; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: { - this.state = 3474; + this.state = 3428; this.definition(); } break; case PostgreSqlParser.KW_FROM: { { - this.state = 3475; + this.state = 3429; this.match(PostgreSqlParser.KW_FROM); - this.state = 3476; + this.state = 3430; this.any_name(); } } @@ -19234,32 +19025,32 @@ export class PostgreSqlParser extends SQLParserBase { } public definition(): DefinitionContext { let localContext = new DefinitionContext(this.context, this.state); - this.enterRule(localContext, 284, PostgreSqlParser.RULE_definition); + this.enterRule(localContext, 276, PostgreSqlParser.RULE_definition); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3481; + this.state = 3435; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3482; + this.state = 3436; this.def_elem(); - this.state = 3487; + this.state = 3441; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 3483; + this.state = 3437; this.match(PostgreSqlParser.COMMA); - this.state = 3484; + this.state = 3438; this.def_elem(); } } - this.state = 3489; + this.state = 3443; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3490; + this.state = 3444; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -19279,21 +19070,21 @@ export class PostgreSqlParser extends SQLParserBase { } public def_elem(): Def_elemContext { let localContext = new Def_elemContext(this.context, this.state); - this.enterRule(localContext, 286, PostgreSqlParser.RULE_def_elem); + this.enterRule(localContext, 278, PostgreSqlParser.RULE_def_elem); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3492; + this.state = 3446; this.collabel(); - this.state = 3495; + this.state = 3449; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 10) { { - this.state = 3493; + this.state = 3447; this.match(PostgreSqlParser.EQUAL); - this.state = 3494; + this.state = 3448; this.def_arg(); } } @@ -19316,50 +19107,50 @@ export class PostgreSqlParser extends SQLParserBase { } public def_arg(): Def_argContext { let localContext = new Def_argContext(this.context, this.state); - this.enterRule(localContext, 288, PostgreSqlParser.RULE_def_arg); + this.enterRule(localContext, 280, PostgreSqlParser.RULE_def_arg); try { - this.state = 3503; + this.state = 3457; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 398, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 394, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3497; + this.state = 3451; this.func_type(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3498; + this.state = 3452; this.reserved_keyword(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3499; + this.state = 3453; this.qual_all_op(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 3500; + this.state = 3454; this.numericonly(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 3501; + this.state = 3455; this.sconst(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 3502; + this.state = 3456; this.match(PostgreSqlParser.KW_NONE); } break; @@ -19381,15 +19172,15 @@ export class PostgreSqlParser extends SQLParserBase { } public old_aggr_elem(): Old_aggr_elemContext { let localContext = new Old_aggr_elemContext(this.context, this.state); - this.enterRule(localContext, 290, PostgreSqlParser.RULE_old_aggr_elem); + this.enterRule(localContext, 282, PostgreSqlParser.RULE_old_aggr_elem); try { this.enterOuterAlt(localContext, 1); { - this.state = 3505; + this.state = 3459; this.identifier(); - this.state = 3506; + this.state = 3460; this.match(PostgreSqlParser.EQUAL); - this.state = 3507; + this.state = 3461; this.def_arg(); } } @@ -19409,43 +19200,43 @@ export class PostgreSqlParser extends SQLParserBase { } public alterenumstmt(): AlterenumstmtContext { let localContext = new AlterenumstmtContext(this.context, this.state); - this.enterRule(localContext, 292, PostgreSqlParser.RULE_alterenumstmt); + this.enterRule(localContext, 284, PostgreSqlParser.RULE_alterenumstmt); let _la: number; try { - this.state = 3531; + this.state = 3485; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 401, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 397, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3509; + this.state = 3463; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3510; + this.state = 3464; this.match(PostgreSqlParser.KW_TYPE); - this.state = 3511; + this.state = 3465; this.any_name(); - this.state = 3512; + this.state = 3466; this.match(PostgreSqlParser.KW_ADD); - this.state = 3513; + this.state = 3467; this.match(PostgreSqlParser.KW_VALUE); - this.state = 3515; + this.state = 3469; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 220) { { - this.state = 3514; + this.state = 3468; this.opt_if_not_exists(); } } - this.state = 3517; + this.state = 3471; this.sconst(); - this.state = 3520; + this.state = 3474; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 400, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 396, this.context) ) { case 1: { - this.state = 3518; + this.state = 3472; _la = this.tokenStream.LA(1); if(!(_la === 135 || _la === 145)) { this.errorHandler.recoverInline(this); @@ -19454,7 +19245,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3519; + this.state = 3473; this.sconst(); } break; @@ -19464,21 +19255,21 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3522; + this.state = 3476; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3523; + this.state = 3477; this.match(PostgreSqlParser.KW_TYPE); - this.state = 3524; + this.state = 3478; this.any_name(); - this.state = 3525; + this.state = 3479; this.match(PostgreSqlParser.KW_RENAME); - this.state = 3526; + this.state = 3480; this.match(PostgreSqlParser.KW_VALUE); - this.state = 3527; + this.state = 3481; this.sconst(); - this.state = 3528; + this.state = 3482; this.match(PostgreSqlParser.KW_TO); - this.state = 3529; + this.state = 3483; this.sconst(); } break; @@ -19500,15 +19291,15 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_if_not_exists(): Opt_if_not_existsContext { let localContext = new Opt_if_not_existsContext(this.context, this.state); - this.enterRule(localContext, 294, PostgreSqlParser.RULE_opt_if_not_exists); + this.enterRule(localContext, 286, PostgreSqlParser.RULE_opt_if_not_exists); try { this.enterOuterAlt(localContext, 1); { - this.state = 3533; + this.state = 3487; this.match(PostgreSqlParser.KW_IF); - this.state = 3534; + this.state = 3488; this.match(PostgreSqlParser.KW_NOT); - this.state = 3535; + this.state = 3489; this.match(PostgreSqlParser.KW_EXISTS); } } @@ -19528,66 +19319,66 @@ export class PostgreSqlParser extends SQLParserBase { } public createopclassstmt(): CreateopclassstmtContext { let localContext = new CreateopclassstmtContext(this.context, this.state); - this.enterRule(localContext, 296, PostgreSqlParser.RULE_createopclassstmt); + this.enterRule(localContext, 288, PostgreSqlParser.RULE_createopclassstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3537; + this.state = 3491; this.match(PostgreSqlParser.KW_CREATE); - this.state = 3538; + this.state = 3492; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 3539; + this.state = 3493; this.match(PostgreSqlParser.KW_CLASS); - this.state = 3540; + this.state = 3494; this.any_name(); - this.state = 3542; + this.state = 3496; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 53) { { - this.state = 3541; + this.state = 3495; this.match(PostgreSqlParser.KW_DEFAULT); } } - this.state = 3544; + this.state = 3498; this.match(PostgreSqlParser.KW_FOR); - this.state = 3545; + this.state = 3499; this.match(PostgreSqlParser.KW_TYPE); - this.state = 3546; + this.state = 3500; this.typename(); - this.state = 3547; + this.state = 3501; this.table_access_method_clause(); - this.state = 3550; + this.state = 3504; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 206) { { - this.state = 3548; + this.state = 3502; this.match(PostgreSqlParser.KW_FAMILY); - this.state = 3549; + this.state = 3503; this.any_name(); } } - this.state = 3552; + this.state = 3506; this.match(PostgreSqlParser.KW_AS); - this.state = 3553; + this.state = 3507; this.opclass_item(); - this.state = 3558; + this.state = 3512; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 3554; + this.state = 3508; this.match(PostgreSqlParser.COMMA); - this.state = 3555; + this.state = 3509; this.opclass_item(); } } - this.state = 3560; + this.state = 3514; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -19609,55 +19400,55 @@ export class PostgreSqlParser extends SQLParserBase { } public opclass_item(): Opclass_itemContext { let localContext = new Opclass_itemContext(this.context, this.state); - this.enterRule(localContext, 298, PostgreSqlParser.RULE_opclass_item); + this.enterRule(localContext, 290, PostgreSqlParser.RULE_opclass_item); let _la: number; try { - this.state = 3587; + this.state = 3541; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_OPERATOR: this.enterOuterAlt(localContext, 1); { - this.state = 3561; + this.state = 3515; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 3562; + this.state = 3516; this.match(PostgreSqlParser.Integral); - this.state = 3563; + this.state = 3517; this.any_operator(); - this.state = 3565; + this.state = 3519; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 405, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 401, this.context) ) { case 1: { - this.state = 3564; + this.state = 3518; this.oper_argtypes(); } break; } - this.state = 3574; + this.state = 3528; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 3567; + this.state = 3521; this.match(PostgreSqlParser.KW_FOR); - this.state = 3572; + this.state = 3526; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_SEARCH: { - this.state = 3568; + this.state = 3522; this.match(PostgreSqlParser.KW_SEARCH); } break; case PostgreSqlParser.KW_ORDER: { { - this.state = 3569; + this.state = 3523; this.match(PostgreSqlParser.KW_ORDER); - this.state = 3570; + this.state = 3524; this.match(PostgreSqlParser.KW_BY); - this.state = 3571; + this.state = 3525; this.any_name(); } } @@ -19668,12 +19459,12 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 3577; + this.state = 3531; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 408, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 404, this.context) ) { case 1: { - this.state = 3576; + this.state = 3530; this.match(PostgreSqlParser.KW_RECHECK); } break; @@ -19683,30 +19474,30 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_FUNCTION: this.enterOuterAlt(localContext, 2); { - this.state = 3579; + this.state = 3533; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 3580; + this.state = 3534; this.match(PostgreSqlParser.Integral); - this.state = 3582; + this.state = 3536; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 3581; + this.state = 3535; this.prep_type_clause(); } } - this.state = 3584; + this.state = 3538; this.function_with_argtypes(); } break; case PostgreSqlParser.KW_STORAGE: this.enterOuterAlt(localContext, 3); { - this.state = 3585; + this.state = 3539; this.match(PostgreSqlParser.KW_STORAGE); - this.state = 3586; + this.state = 3540; this.typename(); } break; @@ -19730,19 +19521,19 @@ export class PostgreSqlParser extends SQLParserBase { } public createopfamilystmt(): CreateopfamilystmtContext { let localContext = new CreateopfamilystmtContext(this.context, this.state); - this.enterRule(localContext, 300, PostgreSqlParser.RULE_createopfamilystmt); + this.enterRule(localContext, 292, PostgreSqlParser.RULE_createopfamilystmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 3589; + this.state = 3543; this.match(PostgreSqlParser.KW_CREATE); - this.state = 3590; + this.state = 3544; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 3591; + this.state = 3545; this.match(PostgreSqlParser.KW_FAMILY); - this.state = 3592; + this.state = 3546; this.any_name(); - this.state = 3593; + this.state = 3547; this.table_access_method_clause(); } } @@ -19762,43 +19553,43 @@ export class PostgreSqlParser extends SQLParserBase { } public alteropfamilystmt(): AlteropfamilystmtContext { let localContext = new AlteropfamilystmtContext(this.context, this.state); - this.enterRule(localContext, 302, PostgreSqlParser.RULE_alteropfamilystmt); + this.enterRule(localContext, 294, PostgreSqlParser.RULE_alteropfamilystmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3595; + this.state = 3549; this.match(PostgreSqlParser.KW_ALTER); - this.state = 3596; + this.state = 3550; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 3597; + this.state = 3551; this.match(PostgreSqlParser.KW_FAMILY); - this.state = 3598; + this.state = 3552; this.any_name(); - this.state = 3599; + this.state = 3553; this.table_access_method_clause(); - this.state = 3618; + this.state = 3572; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ADD: { - this.state = 3600; + this.state = 3554; this.match(PostgreSqlParser.KW_ADD); - this.state = 3601; + this.state = 3555; this.opclass_item(); - this.state = 3606; + this.state = 3560; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 3602; + this.state = 3556; this.match(PostgreSqlParser.COMMA); - this.state = 3603; + this.state = 3557; this.opclass_item(); } } - this.state = 3608; + this.state = 3562; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -19806,23 +19597,23 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.KW_DROP: { - this.state = 3609; + this.state = 3563; this.match(PostgreSqlParser.KW_DROP); - this.state = 3610; + this.state = 3564; this.opclass_drop(); - this.state = 3615; + this.state = 3569; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 3611; + this.state = 3565; this.match(PostgreSqlParser.COMMA); - this.state = 3612; + this.state = 3566; this.opclass_drop(); } } - this.state = 3617; + this.state = 3571; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -19849,12 +19640,12 @@ export class PostgreSqlParser extends SQLParserBase { } public opclass_drop(): Opclass_dropContext { let localContext = new Opclass_dropContext(this.context, this.state); - this.enterRule(localContext, 304, PostgreSqlParser.RULE_opclass_drop); + this.enterRule(localContext, 296, PostgreSqlParser.RULE_opclass_drop); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3620; + this.state = 3574; _la = this.tokenStream.LA(1); if(!(_la === 211 || _la === 278)) { this.errorHandler.recoverInline(this); @@ -19863,9 +19654,9 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3621; + this.state = 3575; this.match(PostgreSqlParser.Integral); - this.state = 3622; + this.state = 3576; this.prep_type_clause(); } } @@ -19885,21 +19676,21 @@ export class PostgreSqlParser extends SQLParserBase { } public reassignownedstmt(): ReassignownedstmtContext { let localContext = new ReassignownedstmtContext(this.context, this.state); - this.enterRule(localContext, 306, PostgreSqlParser.RULE_reassignownedstmt); + this.enterRule(localContext, 298, PostgreSqlParser.RULE_reassignownedstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 3624; + this.state = 3578; this.match(PostgreSqlParser.KW_REASSIGN); - this.state = 3625; + this.state = 3579; this.match(PostgreSqlParser.KW_OWNED); - this.state = 3626; + this.state = 3580; this.match(PostgreSqlParser.KW_BY); - this.state = 3627; + this.state = 3581; this.role_list(); - this.state = 3628; + this.state = 3582; this.match(PostgreSqlParser.KW_TO); - this.state = 3629; + this.state = 3583; this.rolespec(); } } @@ -19919,118 +19710,118 @@ export class PostgreSqlParser extends SQLParserBase { } public dropstmt(): DropstmtContext { let localContext = new DropstmtContext(this.context, this.state); - this.enterRule(localContext, 308, PostgreSqlParser.RULE_dropstmt); + this.enterRule(localContext, 300, PostgreSqlParser.RULE_dropstmt); let _la: number; try { - this.state = 3838; + this.state = 3792; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 451, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 447, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 3631; + this.state = 3585; this.match(PostgreSqlParser.KW_DROP); - this.state = 3654; + this.state = 3608; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_SEQUENCE: { - this.state = 3632; + this.state = 3586; this.match(PostgreSqlParser.KW_SEQUENCE); } break; case PostgreSqlParser.KW_INDEX: { - this.state = 3633; + this.state = 3587; this.match(PostgreSqlParser.KW_INDEX); } break; case PostgreSqlParser.KW_COLLATION: { - this.state = 3634; + this.state = 3588; this.match(PostgreSqlParser.KW_COLLATION); } break; case PostgreSqlParser.KW_CONVERSION: { - this.state = 3635; + this.state = 3589; this.match(PostgreSqlParser.KW_CONVERSION); } break; case PostgreSqlParser.KW_STATISTICS: { - this.state = 3636; + this.state = 3590; this.match(PostgreSqlParser.KW_STATISTICS); } break; case PostgreSqlParser.KW_PUBLICATION: { - this.state = 3637; + this.state = 3591; this.match(PostgreSqlParser.KW_PUBLICATION); } break; case PostgreSqlParser.KW_SERVER: { - this.state = 3638; + this.state = 3592; this.match(PostgreSqlParser.KW_SERVER); } break; case PostgreSqlParser.KW_ACCESS: { - this.state = 3639; + this.state = 3593; this.match(PostgreSqlParser.KW_ACCESS); - this.state = 3640; + this.state = 3594; this.match(PostgreSqlParser.KW_METHOD); } break; case PostgreSqlParser.KW_EVENT: { - this.state = 3641; + this.state = 3595; this.match(PostgreSqlParser.KW_EVENT); - this.state = 3642; + this.state = 3596; this.match(PostgreSqlParser.KW_TRIGGER); } break; case PostgreSqlParser.KW_EXTENSION: { - this.state = 3643; + this.state = 3597; this.match(PostgreSqlParser.KW_EXTENSION); } break; case PostgreSqlParser.KW_LANGUAGE: case PostgreSqlParser.KW_PROCEDURAL: { - this.state = 3645; + this.state = 3599; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 295) { { - this.state = 3644; + this.state = 3598; this.match(PostgreSqlParser.KW_PROCEDURAL); } } - this.state = 3647; + this.state = 3601; this.match(PostgreSqlParser.KW_LANGUAGE); } break; case PostgreSqlParser.KW_FOREIGN: { - this.state = 3648; + this.state = 3602; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 3649; + this.state = 3603; this.match(PostgreSqlParser.KW_DATA); - this.state = 3650; + this.state = 3604; this.match(PostgreSqlParser.KW_WRAPPER); } break; case PostgreSqlParser.KW_TEXT: { - this.state = 3651; + this.state = 3605; this.match(PostgreSqlParser.KW_TEXT); - this.state = 3652; + this.state = 3606; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 3653; + this.state = 3607; _la = this.tokenStream.LA(1); if(!(_la === 163 || _la === 185 || _la === 283 || _la === 353)) { this.errorHandler.recoverInline(this); @@ -20044,24 +19835,24 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 3657; + this.state = 3611; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 416, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 412, this.context) ) { case 1: { - this.state = 3656; + this.state = 3610; this.opt_if_exists(); } break; } - this.state = 3659; + this.state = 3613; this.name_list(); - this.state = 3661; + this.state = 3615; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 417, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 413, this.context) ) { case 1: { - this.state = 3660; + this.state = 3614; this.opt_drop_behavior(); } break; @@ -20071,54 +19862,54 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 3663; + this.state = 3617; this.match(PostgreSqlParser.KW_DROP); - this.state = 3665; + this.state = 3619; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 259) { { - this.state = 3664; + this.state = 3618; this.match(PostgreSqlParser.KW_MATERIALIZED); } } - this.state = 3667; + this.state = 3621; this.match(PostgreSqlParser.KW_VIEW); - this.state = 3669; + this.state = 3623; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 419, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 415, this.context) ) { case 1: { - this.state = 3668; + this.state = 3622; this.opt_if_exists(); } break; } - this.state = 3671; + this.state = 3625; this.view_name(); - this.state = 3676; + this.state = 3630; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 3672; + this.state = 3626; this.match(PostgreSqlParser.COMMA); - this.state = 3673; + this.state = 3627; this.view_name(); } } - this.state = 3678; + this.state = 3632; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3680; + this.state = 3634; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 421, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 417, this.context) ) { case 1: { - this.state = 3679; + this.state = 3633; this.opt_drop_behavior(); } break; @@ -20128,38 +19919,38 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 3682; + this.state = 3636; this.match(PostgreSqlParser.KW_DROP); - this.state = 3684; + this.state = 3638; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 63) { { - this.state = 3683; + this.state = 3637; this.match(PostgreSqlParser.KW_FOREIGN); } } - this.state = 3686; + this.state = 3640; this.match(PostgreSqlParser.KW_TABLE); - this.state = 3688; + this.state = 3642; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 423, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 419, this.context) ) { case 1: { - this.state = 3687; + this.state = 3641; this.opt_if_exists(); } break; } - this.state = 3690; + this.state = 3644; this.table_name_list(); - this.state = 3692; + this.state = 3646; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 424, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 420, this.context) ) { case 1: { - this.state = 3691; + this.state = 3645; this.opt_drop_behavior(); } break; @@ -20169,28 +19960,28 @@ export class PostgreSqlParser extends SQLParserBase { case 4: this.enterOuterAlt(localContext, 4); { - this.state = 3694; + this.state = 3648; this.match(PostgreSqlParser.KW_DROP); - this.state = 3695; + this.state = 3649; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 3697; + this.state = 3651; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 425, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 421, this.context) ) { case 1: { - this.state = 3696; + this.state = 3650; this.opt_if_exists(); } break; } - this.state = 3699; + this.state = 3653; this.schema_name_list(); - this.state = 3701; + this.state = 3655; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 426, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 422, this.context) ) { case 1: { - this.state = 3700; + this.state = 3654; this.opt_drop_behavior(); } break; @@ -20200,9 +19991,9 @@ export class PostgreSqlParser extends SQLParserBase { case 5: this.enterOuterAlt(localContext, 5); { - this.state = 3703; + this.state = 3657; this.match(PostgreSqlParser.KW_DROP); - this.state = 3704; + this.state = 3658; _la = this.tokenStream.LA(1); if(!(_la === 321 || _la === 357 || _la === 445)) { this.errorHandler.recoverInline(this); @@ -20211,28 +20002,28 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3706; + this.state = 3660; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 427, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 423, this.context) ) { case 1: { - this.state = 3705; + this.state = 3659; this.opt_if_exists(); } break; } - this.state = 3708; + this.state = 3662; this.colid(); - this.state = 3709; + this.state = 3663; this.match(PostgreSqlParser.KW_ON); - this.state = 3710; + this.state = 3664; this.any_name(); - this.state = 3712; + this.state = 3666; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 428, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 424, this.context) ) { case 1: { - this.state = 3711; + this.state = 3665; this.opt_drop_behavior(); } break; @@ -20242,9 +20033,9 @@ export class PostgreSqlParser extends SQLParserBase { case 6: this.enterOuterAlt(localContext, 6); { - this.state = 3714; + this.state = 3668; this.match(PostgreSqlParser.KW_DROP); - this.state = 3715; + this.state = 3669; _la = this.tokenStream.LA(1); if(!(_la === 189 || _la === 360)) { this.errorHandler.recoverInline(this); @@ -20253,40 +20044,40 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3717; + this.state = 3671; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 429, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 425, this.context) ) { case 1: { - this.state = 3716; + this.state = 3670; this.opt_if_exists(); } break; } - this.state = 3719; + this.state = 3673; this.typename(); - this.state = 3724; + this.state = 3678; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 3720; + this.state = 3674; this.match(PostgreSqlParser.COMMA); - this.state = 3721; + this.state = 3675; this.typename(); } } - this.state = 3726; + this.state = 3680; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3728; + this.state = 3682; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 431, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 427, this.context) ) { case 1: { - this.state = 3727; + this.state = 3681; this.opt_drop_behavior(); } break; @@ -20296,30 +20087,30 @@ export class PostgreSqlParser extends SQLParserBase { case 7: this.enterOuterAlt(localContext, 7); { - this.state = 3730; + this.state = 3684; this.match(PostgreSqlParser.KW_DROP); - this.state = 3731; + this.state = 3685; this.match(PostgreSqlParser.KW_INDEX); - this.state = 3732; + this.state = 3686; this.match(PostgreSqlParser.KW_CONCURRENTLY); - this.state = 3734; + this.state = 3688; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 432, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 428, this.context) ) { case 1: { - this.state = 3733; + this.state = 3687; this.opt_if_exists(); } break; } - this.state = 3736; + this.state = 3690; this.any_name_list(); - this.state = 3738; + this.state = 3692; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 433, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 429, this.context) ) { case 1: { - this.state = 3737; + this.state = 3691; this.opt_drop_behavior(); } break; @@ -20329,36 +20120,36 @@ export class PostgreSqlParser extends SQLParserBase { case 8: this.enterOuterAlt(localContext, 8); { - this.state = 3740; + this.state = 3694; this.match(PostgreSqlParser.KW_DROP); - this.state = 3741; + this.state = 3695; this.match(PostgreSqlParser.KW_CAST); - this.state = 3743; + this.state = 3697; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 220) { { - this.state = 3742; + this.state = 3696; this.opt_if_exists(); } } - this.state = 3745; + this.state = 3699; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3746; + this.state = 3700; this.typename(); - this.state = 3747; + this.state = 3701; this.match(PostgreSqlParser.KW_AS); - this.state = 3748; + this.state = 3702; this.typename(); - this.state = 3749; + this.state = 3703; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 3751; + this.state = 3705; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 435, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 431, this.context) ) { case 1: { - this.state = 3750; + this.state = 3704; this.opt_drop_behavior(); } break; @@ -20368,11 +20159,11 @@ export class PostgreSqlParser extends SQLParserBase { case 9: this.enterOuterAlt(localContext, 9); { - this.state = 3753; + this.state = 3707; this.match(PostgreSqlParser.KW_DROP); - this.state = 3754; + this.state = 3708; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 3755; + this.state = 3709; _la = this.tokenStream.LA(1); if(!(_la === 156 || _la === 206)) { this.errorHandler.recoverInline(this); @@ -20381,26 +20172,26 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3757; + this.state = 3711; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 436, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 432, this.context) ) { case 1: { - this.state = 3756; + this.state = 3710; this.opt_if_exists(); } break; } - this.state = 3759; + this.state = 3713; this.any_name(); - this.state = 3760; + this.state = 3714; this.table_access_method_clause(); - this.state = 3762; + this.state = 3716; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 437, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 433, this.context) ) { case 1: { - this.state = 3761; + this.state = 3715; this.opt_drop_behavior(); } break; @@ -20410,20 +20201,20 @@ export class PostgreSqlParser extends SQLParserBase { case 10: this.enterOuterAlt(localContext, 10); { - this.state = 3764; + this.state = 3718; this.match(PostgreSqlParser.KW_DROP); - this.state = 3765; + this.state = 3719; this.match(PostgreSqlParser.KW_OWNED); - this.state = 3766; + this.state = 3720; this.match(PostgreSqlParser.KW_BY); - this.state = 3767; + this.state = 3721; this.role_list(); - this.state = 3769; + this.state = 3723; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 438, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 434, this.context) ) { case 1: { - this.state = 3768; + this.state = 3722; this.opt_drop_behavior(); } break; @@ -20433,28 +20224,28 @@ export class PostgreSqlParser extends SQLParserBase { case 11: this.enterOuterAlt(localContext, 11); { - this.state = 3771; + this.state = 3725; this.match(PostgreSqlParser.KW_DROP); - this.state = 3772; + this.state = 3726; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 3774; + this.state = 3728; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 439, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 435, this.context) ) { case 1: { - this.state = 3773; + this.state = 3727; this.opt_if_exists(); } break; } - this.state = 3776; + this.state = 3730; this.colid(); - this.state = 3778; + this.state = 3732; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 440, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 436, this.context) ) { case 1: { - this.state = 3777; + this.state = 3731; this.opt_drop_behavior(); } break; @@ -20464,55 +20255,55 @@ export class PostgreSqlParser extends SQLParserBase { case 12: this.enterOuterAlt(localContext, 12); { - this.state = 3780; + this.state = 3734; this.match(PostgreSqlParser.KW_DROP); - this.state = 3781; + this.state = 3735; this.match(PostgreSqlParser.KW_TABLESPACE); - this.state = 3783; + this.state = 3737; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 441, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 437, this.context) ) { case 1: { - this.state = 3782; + this.state = 3736; this.opt_if_exists(); } break; } - this.state = 3785; + this.state = 3739; this.tablespace_name(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 3786; + this.state = 3740; this.match(PostgreSqlParser.KW_DROP); - this.state = 3787; + this.state = 3741; this.match(PostgreSqlParser.KW_TRANSFORM); - this.state = 3789; + this.state = 3743; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 220) { { - this.state = 3788; + this.state = 3742; this.opt_if_exists(); } } - this.state = 3791; + this.state = 3745; this.match(PostgreSqlParser.KW_FOR); - this.state = 3792; + this.state = 3746; this.typename(); - this.state = 3793; + this.state = 3747; this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 3794; + this.state = 3748; this.colid(); - this.state = 3796; + this.state = 3750; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 443, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 439, this.context) ) { case 1: { - this.state = 3795; + this.state = 3749; this.opt_drop_behavior(); } break; @@ -20522,9 +20313,9 @@ export class PostgreSqlParser extends SQLParserBase { case 14: this.enterOuterAlt(localContext, 14); { - this.state = 3798; + this.state = 3752; this.match(PostgreSqlParser.KW_DROP); - this.state = 3799; + this.state = 3753; _la = this.tokenStream.LA(1); if(!(_la === 66 || _la === 99 || _la === 318)) { this.errorHandler.recoverInline(this); @@ -20533,42 +20324,42 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3801; + this.state = 3755; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 444, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 440, this.context) ) { case 1: { - this.state = 3800; + this.state = 3754; this.opt_if_exists(); } break; } - this.state = 3803; + this.state = 3757; this.role_list(); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 3804; + this.state = 3758; this.match(PostgreSqlParser.KW_DROP); - this.state = 3805; + this.state = 3759; this.match(PostgreSqlParser.KW_USER); - this.state = 3806; + this.state = 3760; this.match(PostgreSqlParser.KW_MAPPING); - this.state = 3808; + this.state = 3762; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 220) { { - this.state = 3807; + this.state = 3761; this.opt_if_exists(); } } - this.state = 3810; + this.state = 3764; this.match(PostgreSqlParser.KW_FOR); - this.state = 3813; + this.state = 3767; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_CURRENT_ROLE: @@ -20990,81 +20781,81 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 3811; + this.state = 3765; this.rolespec(); } break; case PostgreSqlParser.KW_USER: { - this.state = 3812; + this.state = 3766; this.match(PostgreSqlParser.KW_USER); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 3815; + this.state = 3769; this.match(PostgreSqlParser.KW_SERVER); - this.state = 3816; + this.state = 3770; this.colid(); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 3817; + this.state = 3771; this.match(PostgreSqlParser.KW_DROP); - this.state = 3818; + this.state = 3772; this.match(PostgreSqlParser.KW_DATABASE); - this.state = 3820; + this.state = 3774; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 447, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 443, this.context) ) { case 1: { - this.state = 3819; + this.state = 3773; this.opt_if_exists(); } break; } - this.state = 3822; + this.state = 3776; this.database_name(); - this.state = 3836; + this.state = 3790; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 450, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 446, this.context) ) { case 1: { - this.state = 3824; + this.state = 3778; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 3823; + this.state = 3777; this.match(PostgreSqlParser.KW_WITH); } } { - this.state = 3826; + this.state = 3780; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3827; + this.state = 3781; this.match(PostgreSqlParser.KW_FORCE); - this.state = 3832; + this.state = 3786; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 3828; + this.state = 3782; this.match(PostgreSqlParser.COMMA); - this.state = 3829; + this.state = 3783; this.match(PostgreSqlParser.KW_FORCE); } } - this.state = 3834; + this.state = 3788; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3835; + this.state = 3789; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -21090,29 +20881,29 @@ export class PostgreSqlParser extends SQLParserBase { } public object_type_any_name(): Object_type_any_nameContext { let localContext = new Object_type_any_nameContext(this.context, this.state); - this.enterRule(localContext, 310, PostgreSqlParser.RULE_object_type_any_name); + this.enterRule(localContext, 302, PostgreSqlParser.RULE_object_type_any_name); let _la: number; try { - this.state = 3856; + this.state = 3810; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_FOREIGN: case PostgreSqlParser.KW_TABLE: this.enterOuterAlt(localContext, 1); { - this.state = 3841; + this.state = 3795; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 63) { { - this.state = 3840; + this.state = 3794; this.match(PostgreSqlParser.KW_FOREIGN); } } - this.state = 3843; + this.state = 3797; this.match(PostgreSqlParser.KW_TABLE); - this.state = 3844; + this.state = 3798; this.table_name(); } break; @@ -21120,19 +20911,19 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_VIEW: this.enterOuterAlt(localContext, 2); { - this.state = 3846; + this.state = 3800; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 259) { { - this.state = 3845; + this.state = 3799; this.match(PostgreSqlParser.KW_MATERIALIZED); } } - this.state = 3848; + this.state = 3802; this.match(PostgreSqlParser.KW_VIEW); - this.state = 3849; + this.state = 3803; this.view_name(); } break; @@ -21143,7 +20934,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_STATISTICS: this.enterOuterAlt(localContext, 3); { - this.state = 3850; + this.state = 3804; _la = this.tokenStream.LA(1); if(!(_la === 108 || _la === 168 || _la === 226 || _la === 328 || _la === 342)) { this.errorHandler.recoverInline(this); @@ -21152,18 +20943,18 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3851; + this.state = 3805; this.any_name(); } break; case PostgreSqlParser.KW_TEXT: this.enterOuterAlt(localContext, 4); { - this.state = 3852; + this.state = 3806; this.match(PostgreSqlParser.KW_TEXT); - this.state = 3853; + this.state = 3807; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 3854; + this.state = 3808; _la = this.tokenStream.LA(1); if(!(_la === 163 || _la === 185 || _la === 283 || _la === 353)) { this.errorHandler.recoverInline(this); @@ -21172,7 +20963,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3855; + this.state = 3809; this.any_name(); } break; @@ -21196,10 +20987,10 @@ export class PostgreSqlParser extends SQLParserBase { } public object_type_name(): Object_type_nameContext { let localContext = new Object_type_nameContext(this.context, this.state); - this.enterRule(localContext, 312, PostgreSqlParser.RULE_object_type_name); + this.enterRule(localContext, 304, PostgreSqlParser.RULE_object_type_name); let _la: number; try { - this.state = 3882; + this.state = 3836; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_FOREIGN: @@ -21214,111 +21005,111 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_PUBLICATION: this.enterOuterAlt(localContext, 1); { - this.state = 3874; + this.state = 3828; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_EVENT: { - this.state = 3858; + this.state = 3812; this.match(PostgreSqlParser.KW_EVENT); - this.state = 3859; + this.state = 3813; this.match(PostgreSqlParser.KW_TRIGGER); } break; case PostgreSqlParser.KW_ACCESS: { - this.state = 3860; + this.state = 3814; this.match(PostgreSqlParser.KW_ACCESS); - this.state = 3861; + this.state = 3815; this.match(PostgreSqlParser.KW_METHOD); } break; case PostgreSqlParser.KW_EXTENSION: { - this.state = 3862; + this.state = 3816; this.match(PostgreSqlParser.KW_EXTENSION); } break; case PostgreSqlParser.KW_PUBLICATION: { - this.state = 3863; + this.state = 3817; this.match(PostgreSqlParser.KW_PUBLICATION); } break; case PostgreSqlParser.KW_SERVER: { - this.state = 3864; + this.state = 3818; this.match(PostgreSqlParser.KW_SERVER); } break; case PostgreSqlParser.KW_ROLE: { - this.state = 3865; + this.state = 3819; this.match(PostgreSqlParser.KW_ROLE); } break; case PostgreSqlParser.KW_SUBSCRIPTION: { - this.state = 3866; + this.state = 3820; this.match(PostgreSqlParser.KW_SUBSCRIPTION); } break; case PostgreSqlParser.KW_FOREIGN: { - this.state = 3867; + this.state = 3821; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 3868; + this.state = 3822; this.match(PostgreSqlParser.KW_DATA); - this.state = 3869; + this.state = 3823; this.match(PostgreSqlParser.KW_WRAPPER); } break; case PostgreSqlParser.KW_LANGUAGE: case PostgreSqlParser.KW_PROCEDURAL: { - this.state = 3871; + this.state = 3825; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 295) { { - this.state = 3870; + this.state = 3824; this.match(PostgreSqlParser.KW_PROCEDURAL); } } - this.state = 3873; + this.state = 3827; this.match(PostgreSqlParser.KW_LANGUAGE); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 3876; + this.state = 3830; this.colid(); } break; case PostgreSqlParser.KW_SCHEMA: this.enterOuterAlt(localContext, 2); { - this.state = 3877; + this.state = 3831; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 3878; + this.state = 3832; this.schema_name(); } break; case PostgreSqlParser.KW_DATABASE: this.enterOuterAlt(localContext, 3); { - this.state = 3879; + this.state = 3833; this.match(PostgreSqlParser.KW_DATABASE); - this.state = 3880; + this.state = 3834; this.database_name(); } break; case PostgreSqlParser.KW_TABLESPACE: this.enterOuterAlt(localContext, 4); { - this.state = 3881; + this.state = 3835; this.opttablespace(); } break; @@ -21342,26 +21133,26 @@ export class PostgreSqlParser extends SQLParserBase { } public any_name_list(): Any_name_listContext { let localContext = new Any_name_listContext(this.context, this.state); - this.enterRule(localContext, 314, PostgreSqlParser.RULE_any_name_list); + this.enterRule(localContext, 306, PostgreSqlParser.RULE_any_name_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3884; + this.state = 3838; this.any_name(); - this.state = 3889; + this.state = 3843; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 3885; + this.state = 3839; this.match(PostgreSqlParser.COMMA); - this.state = 3886; + this.state = 3840; this.any_name(); } } - this.state = 3891; + this.state = 3845; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -21383,18 +21174,18 @@ export class PostgreSqlParser extends SQLParserBase { } public any_name(): Any_nameContext { let localContext = new Any_nameContext(this.context, this.state); - this.enterRule(localContext, 316, PostgreSqlParser.RULE_any_name); + this.enterRule(localContext, 308, PostgreSqlParser.RULE_any_name); try { this.enterOuterAlt(localContext, 1); { - this.state = 3892; + this.state = 3846; this.colid(); - this.state = 3894; + this.state = 3848; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 459, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 455, this.context) ) { case 1: { - this.state = 3893; + this.state = 3847; this.attrs(); } break; @@ -21417,12 +21208,12 @@ export class PostgreSqlParser extends SQLParserBase { } public attrs(): AttrsContext { let localContext = new AttrsContext(this.context, this.state); - this.enterRule(localContext, 318, PostgreSqlParser.RULE_attrs); + this.enterRule(localContext, 310, PostgreSqlParser.RULE_attrs); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 3898; + this.state = 3852; this.errorHandler.sync(this); alternative = 1; do { @@ -21430,9 +21221,9 @@ export class PostgreSqlParser extends SQLParserBase { case 1: { { - this.state = 3896; + this.state = 3850; this.match(PostgreSqlParser.DOT); - this.state = 3897; + this.state = 3851; this.collabel(); } } @@ -21440,9 +21231,9 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 3900; + this.state = 3854; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 460, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 456, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } } @@ -21462,47 +21253,47 @@ export class PostgreSqlParser extends SQLParserBase { } public truncatestmt(): TruncatestmtContext { let localContext = new TruncatestmtContext(this.context, this.state); - this.enterRule(localContext, 320, PostgreSqlParser.RULE_truncatestmt); + this.enterRule(localContext, 312, PostgreSqlParser.RULE_truncatestmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3902; + this.state = 3856; this.match(PostgreSqlParser.KW_TRUNCATE); - this.state = 3904; + this.state = 3858; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 92) { { - this.state = 3903; + this.state = 3857; this.match(PostgreSqlParser.KW_TABLE); } } - this.state = 3906; + this.state = 3860; this.truncate_table(); - this.state = 3911; + this.state = 3865; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 3907; + this.state = 3861; this.match(PostgreSqlParser.COMMA); - this.state = 3908; + this.state = 3862; this.truncate_table(); } } - this.state = 3913; + this.state = 3867; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 3916; + this.state = 3870; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 463, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 459, this.context) ) { case 1: { - this.state = 3914; + this.state = 3868; _la = this.tokenStream.LA(1); if(!(_la === 167 || _la === 314)) { this.errorHandler.recoverInline(this); @@ -21511,17 +21302,17 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3915; + this.state = 3869; this.match(PostgreSqlParser.KW_IDENTITY); } break; } - this.state = 3919; + this.state = 3873; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 464, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 460, this.context) ) { case 1: { - this.state = 3918; + this.state = 3872; this.opt_drop_behavior(); } break; @@ -21544,29 +21335,29 @@ export class PostgreSqlParser extends SQLParserBase { } public truncate_table(): Truncate_tableContext { let localContext = new Truncate_tableContext(this.context, this.state); - this.enterRule(localContext, 322, PostgreSqlParser.RULE_truncate_table); + this.enterRule(localContext, 314, PostgreSqlParser.RULE_truncate_table); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3922; + this.state = 3876; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 81) { { - this.state = 3921; + this.state = 3875; this.match(PostgreSqlParser.KW_ONLY); } } - this.state = 3924; + this.state = 3878; this.table_name(); - this.state = 3926; + this.state = 3880; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 9) { { - this.state = 3925; + this.state = 3879; this.match(PostgreSqlParser.STAR); } } @@ -21589,57 +21380,57 @@ export class PostgreSqlParser extends SQLParserBase { } public commentstmt(): CommentstmtContext { let localContext = new CommentstmtContext(this.context, this.state); - this.enterRule(localContext, 324, PostgreSqlParser.RULE_commentstmt); + this.enterRule(localContext, 316, PostgreSqlParser.RULE_commentstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3928; + this.state = 3882; this.match(PostgreSqlParser.KW_COMMENT); - this.state = 3929; + this.state = 3883; this.match(PostgreSqlParser.KW_ON); - this.state = 3988; + this.state = 3942; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 470, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 466, this.context) ) { case 1: { - this.state = 3930; + this.state = 3884; this.object_type_any_name(); } break; case 2: { - this.state = 3931; + this.state = 3885; this.object_type_name(); } break; case 3: { - this.state = 3932; + this.state = 3886; this.match(PostgreSqlParser.KW_COLUMN); { - this.state = 3933; + this.state = 3887; this.colid(); - this.state = 3935; + this.state = 3889; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 467, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 463, this.context) ) { case 1: { - this.state = 3934; + this.state = 3888; this.attrs(); } break; } } - this.state = 3937; + this.state = 3891; this.match(PostgreSqlParser.DOT); - this.state = 3938; + this.state = 3892; this.column_name(); } break; case 4: { - this.state = 3940; + this.state = 3894; _la = this.tokenStream.LA(1); if(!(_la === 189 || _la === 360)) { this.errorHandler.recoverInline(this); @@ -21648,65 +21439,65 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3941; + this.state = 3895; this.typename(); } break; case 5: { - this.state = 3942; + this.state = 3896; this.match(PostgreSqlParser.KW_AGGREGATE); - this.state = 3943; + this.state = 3897; this.aggregate_with_argtypes(); } break; case 6: { - this.state = 3944; + this.state = 3898; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 3945; + this.state = 3899; this.function_with_argtypes(); } break; case 7: { - this.state = 3946; + this.state = 3900; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 3947; + this.state = 3901; this.operator_with_argtypes(); } break; case 8: { - this.state = 3948; + this.state = 3902; this.match(PostgreSqlParser.KW_CONSTRAINT); - this.state = 3949; + this.state = 3903; this.colid(); - this.state = 3950; + this.state = 3904; this.match(PostgreSqlParser.KW_ON); - this.state = 3956; + this.state = 3910; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 469, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 465, this.context) ) { case 1: { - this.state = 3951; + this.state = 3905; this.table_name(); } break; case 2: { { - this.state = 3953; + this.state = 3907; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 468, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 464, this.context) ) { case 1: { - this.state = 3952; + this.state = 3906; this.match(PostgreSqlParser.KW_DOMAIN); } break; } - this.state = 3955; + this.state = 3909; this.any_name(); } } @@ -21716,7 +21507,7 @@ export class PostgreSqlParser extends SQLParserBase { break; case 9: { - this.state = 3958; + this.state = 3912; _la = this.tokenStream.LA(1); if(!(_la === 321 || _la === 357 || _la === 445)) { this.errorHandler.recoverInline(this); @@ -21725,49 +21516,49 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3959; + this.state = 3913; this.colid(); - this.state = 3960; + this.state = 3914; this.match(PostgreSqlParser.KW_ON); - this.state = 3961; + this.state = 3915; this.any_name(); } break; case 10: { - this.state = 3963; + this.state = 3917; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 3964; + this.state = 3918; this.procedure_with_argtypes(); } break; case 11: { - this.state = 3965; + this.state = 3919; this.match(PostgreSqlParser.KW_ROUTINE); - this.state = 3966; + this.state = 3920; this.routine_with_argtypes(); } break; case 12: { - this.state = 3967; + this.state = 3921; this.match(PostgreSqlParser.KW_TRANSFORM); - this.state = 3968; + this.state = 3922; this.match(PostgreSqlParser.KW_FOR); - this.state = 3969; + this.state = 3923; this.typename(); - this.state = 3970; + this.state = 3924; this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 3971; + this.state = 3925; this.colid(); } break; case 13: { - this.state = 3973; + this.state = 3927; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 3974; + this.state = 3928; _la = this.tokenStream.LA(1); if(!(_la === 156 || _la === 206)) { this.errorHandler.recoverInline(this); @@ -21776,42 +21567,42 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 3975; + this.state = 3929; this.any_name(); - this.state = 3976; + this.state = 3930; this.table_access_method_clause(); } break; case 14: { - this.state = 3978; + this.state = 3932; this.match(PostgreSqlParser.KW_LARGE); - this.state = 3979; + this.state = 3933; this.match(PostgreSqlParser.KW_OBJECT); - this.state = 3980; + this.state = 3934; this.numericonly(); } break; case 15: { - this.state = 3981; + this.state = 3935; this.match(PostgreSqlParser.KW_CAST); - this.state = 3982; + this.state = 3936; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 3983; + this.state = 3937; this.typename(); - this.state = 3984; + this.state = 3938; this.match(PostgreSqlParser.KW_AS); - this.state = 3985; + this.state = 3939; this.typename(); - this.state = 3986; + this.state = 3940; this.match(PostgreSqlParser.CLOSE_PAREN); } break; } - this.state = 3990; + this.state = 3944; this.match(PostgreSqlParser.KW_IS); - this.state = 3993; + this.state = 3947; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.StringConstant: @@ -21819,13 +21610,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.BeginDollarStringConstant: case PostgreSqlParser.EscapeStringConstant: { - this.state = 3991; + this.state = 3945; this.sconst(); } break; case PostgreSqlParser.KW_NULL: { - this.state = 3992; + this.state = 3946; this.match(PostgreSqlParser.KW_NULL); } break; @@ -21850,35 +21641,35 @@ export class PostgreSqlParser extends SQLParserBase { } public seclabelstmt(): SeclabelstmtContext { let localContext = new SeclabelstmtContext(this.context, this.state); - this.enterRule(localContext, 326, PostgreSqlParser.RULE_seclabelstmt); + this.enterRule(localContext, 318, PostgreSqlParser.RULE_seclabelstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 3995; + this.state = 3949; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 3996; + this.state = 3950; this.match(PostgreSqlParser.KW_LABEL); - this.state = 3999; + this.state = 3953; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 3997; + this.state = 3951; this.match(PostgreSqlParser.KW_FOR); - this.state = 3998; + this.state = 3952; this.nonreservedword_or_sconst(); } } - this.state = 4001; + this.state = 3955; this.match(PostgreSqlParser.KW_ON); - this.state = 4019; + this.state = 3973; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 473, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 469, this.context) ) { case 1: { - this.state = 4002; + this.state = 3956; _la = this.tokenStream.LA(1); if(!(_la === 189 || _la === 360)) { this.errorHandler.recoverInline(this); @@ -21887,76 +21678,76 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4003; + this.state = 3957; this.typename(); } break; case 2: { - this.state = 4004; + this.state = 3958; this.match(PostgreSqlParser.KW_AGGREGATE); - this.state = 4005; + this.state = 3959; this.aggregate_with_argtypes(); } break; case 3: { - this.state = 4006; + this.state = 3960; this.match(PostgreSqlParser.KW_COLUMN); - this.state = 4007; + this.state = 3961; this.column_name(); } break; case 4: { - this.state = 4008; + this.state = 3962; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 4009; + this.state = 3963; this.function_with_argtypes(); } break; case 5: { - this.state = 4010; + this.state = 3964; this.match(PostgreSqlParser.KW_LARGE); - this.state = 4011; + this.state = 3965; this.match(PostgreSqlParser.KW_OBJECT); - this.state = 4012; + this.state = 3966; this.numericonly(); } break; case 6: { - this.state = 4013; + this.state = 3967; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 4014; + this.state = 3968; this.procedure_with_argtypes(); } break; case 7: { - this.state = 4015; + this.state = 3969; this.match(PostgreSqlParser.KW_ROUTINE); - this.state = 4016; + this.state = 3970; this.routine_with_argtypes(); } break; case 8: { - this.state = 4017; + this.state = 3971; this.object_type_any_name(); } break; case 9: { - this.state = 4018; + this.state = 3972; this.object_type_name(); } break; } - this.state = 4021; + this.state = 3975; this.match(PostgreSqlParser.KW_IS); - this.state = 4024; + this.state = 3978; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.StringConstant: @@ -21964,13 +21755,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.BeginDollarStringConstant: case PostgreSqlParser.EscapeStringConstant: { - this.state = 4022; + this.state = 3976; this.sconst(); } break; case PostgreSqlParser.KW_NULL: { - this.state = 4023; + this.state = 3977; this.match(PostgreSqlParser.KW_NULL); } break; @@ -21995,12 +21786,12 @@ export class PostgreSqlParser extends SQLParserBase { } public fetchstmt(): FetchstmtContext { let localContext = new FetchstmtContext(this.context, this.state); - this.enterRule(localContext, 328, PostgreSqlParser.RULE_fetchstmt); + this.enterRule(localContext, 320, PostgreSqlParser.RULE_fetchstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4026; + this.state = 3980; _la = this.tokenStream.LA(1); if(!(_la === 61 || _la === 265)) { this.errorHandler.recoverInline(this); @@ -22009,7 +21800,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4027; + this.state = 3981; this.fetch_args(); } } @@ -22029,21 +21820,21 @@ export class PostgreSqlParser extends SQLParserBase { } public fetch_args(): Fetch_argsContext { let localContext = new Fetch_argsContext(this.context, this.state); - this.enterRule(localContext, 330, PostgreSqlParser.RULE_fetch_args); + this.enterRule(localContext, 322, PostgreSqlParser.RULE_fetch_args); let _la: number; try { - this.state = 4072; + this.state = 4026; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 486, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 482, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4030; + this.state = 3984; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 475, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 471, this.context) ) { case 1: { - this.state = 4029; + this.state = 3983; _la = this.tokenStream.LA(1); if(!(_la === 207 || _la === 249 || _la === 268 || _la === 293)) { this.errorHandler.recoverInline(this); @@ -22055,29 +21846,29 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 4033; + this.state = 3987; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 4032; + this.state = 3986; this.from_in(); } } - this.state = 4035; + this.state = 3989; this.colid(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4037; + this.state = 3991; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 130 || _la === 307) { { - this.state = 4036; + this.state = 3990; _la = this.tokenStream.LA(1); if(!(_la === 130 || _la === 307)) { this.errorHandler.recoverInline(this); @@ -22089,86 +21880,86 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 4039; + this.state = 3993; this.signediconst(); - this.state = 4041; + this.state = 3995; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 4040; + this.state = 3994; this.from_in(); } } - this.state = 4043; + this.state = 3997; this.colid(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4045; + this.state = 3999; this.match(PostgreSqlParser.KW_FORWARD); - this.state = 4047; + this.state = 4001; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 12 || _la === 13 || _la === 571) { { - this.state = 4046; + this.state = 4000; this.signediconst(); } } - this.state = 4050; + this.state = 4004; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 4049; + this.state = 4003; this.from_in(); } } - this.state = 4052; + this.state = 4006; this.colid(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 4054; + this.state = 4008; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 210) { { - this.state = 4053; + this.state = 4007; this.match(PostgreSqlParser.KW_FORWARD); } } - this.state = 4056; + this.state = 4010; this.match(PostgreSqlParser.KW_ALL); - this.state = 4058; + this.state = 4012; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 4057; + this.state = 4011; this.from_in(); } } - this.state = 4060; + this.state = 4014; this.colid(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 4061; + this.state = 4015; this.match(PostgreSqlParser.KW_BACKWARD); - this.state = 4066; + this.state = 4020; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ALL: @@ -22569,12 +22360,12 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 4063; + this.state = 4017; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 30) { { - this.state = 4062; + this.state = 4016; this.match(PostgreSqlParser.KW_ALL); } } @@ -22585,24 +22376,24 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.MINUS: case PostgreSqlParser.Integral: { - this.state = 4065; + this.state = 4019; this.signediconst(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 4069; + this.state = 4023; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 4068; + this.state = 4022; this.from_in(); } } - this.state = 4071; + this.state = 4025; this.colid(); } break; @@ -22624,12 +22415,12 @@ export class PostgreSqlParser extends SQLParserBase { } public from_in(): From_inContext { let localContext = new From_inContext(this.context, this.state); - this.enterRule(localContext, 332, PostgreSqlParser.RULE_from_in); + this.enterRule(localContext, 324, PostgreSqlParser.RULE_from_in); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4074; + this.state = 4028; _la = this.tokenStream.LA(1); if(!(_la === 64 || _la === 68)) { this.errorHandler.recoverInline(this); @@ -22656,32 +22447,32 @@ export class PostgreSqlParser extends SQLParserBase { } public grantstmt(): GrantstmtContext { let localContext = new GrantstmtContext(this.context, this.state); - this.enterRule(localContext, 334, PostgreSqlParser.RULE_grantstmt); + this.enterRule(localContext, 326, PostgreSqlParser.RULE_grantstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 4076; + this.state = 4030; this.match(PostgreSqlParser.KW_GRANT); - this.state = 4077; + this.state = 4031; this.privileges(); - this.state = 4078; + this.state = 4032; this.match(PostgreSqlParser.KW_ON); - this.state = 4079; + this.state = 4033; this.privilege_target(); - this.state = 4080; + this.state = 4034; this.match(PostgreSqlParser.KW_TO); - this.state = 4081; + this.state = 4035; this.grantee_list(); - this.state = 4085; + this.state = 4039; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 487, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 483, this.context) ) { case 1: { - this.state = 4082; + this.state = 4036; this.match(PostgreSqlParser.KW_WITH); - this.state = 4083; + this.state = 4037; this.match(PostgreSqlParser.KW_GRANT); - this.state = 4084; + this.state = 4038; this.match(PostgreSqlParser.KW_OPTION); } break; @@ -22704,43 +22495,43 @@ export class PostgreSqlParser extends SQLParserBase { } public revokestmt(): RevokestmtContext { let localContext = new RevokestmtContext(this.context, this.state); - this.enterRule(localContext, 336, PostgreSqlParser.RULE_revokestmt); + this.enterRule(localContext, 328, PostgreSqlParser.RULE_revokestmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4087; + this.state = 4041; this.match(PostgreSqlParser.KW_REVOKE); - this.state = 4091; + this.state = 4045; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 65) { { - this.state = 4088; + this.state = 4042; this.match(PostgreSqlParser.KW_GRANT); - this.state = 4089; + this.state = 4043; this.match(PostgreSqlParser.KW_OPTION); - this.state = 4090; + this.state = 4044; this.match(PostgreSqlParser.KW_FOR); } } - this.state = 4093; + this.state = 4047; this.privileges(); - this.state = 4094; + this.state = 4048; this.match(PostgreSqlParser.KW_ON); - this.state = 4095; + this.state = 4049; this.privilege_target(); - this.state = 4096; + this.state = 4050; this.match(PostgreSqlParser.KW_FROM); - this.state = 4097; + this.state = 4051; this.grantee_list(); - this.state = 4099; + this.state = 4053; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 489, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 485, this.context) ) { case 1: { - this.state = 4098; + this.state = 4052; this.opt_drop_behavior(); } break; @@ -22763,30 +22554,30 @@ export class PostgreSqlParser extends SQLParserBase { } public privileges(): PrivilegesContext { let localContext = new PrivilegesContext(this.context, this.state); - this.enterRule(localContext, 338, PostgreSqlParser.RULE_privileges); + this.enterRule(localContext, 330, PostgreSqlParser.RULE_privileges); let _la: number; try { - this.state = 4124; + this.state = 4078; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 494, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 490, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4101; + this.state = 4055; this.privilege(); - this.state = 4106; + this.state = 4060; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4102; + this.state = 4056; this.match(PostgreSqlParser.COMMA); - this.state = 4103; + this.state = 4057; this.privilege(); } } - this.state = 4108; + this.state = 4062; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -22795,24 +22586,24 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4109; + this.state = 4063; this.match(PostgreSqlParser.KW_ALL); - this.state = 4111; + this.state = 4065; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 294) { { - this.state = 4110; + this.state = 4064; this.match(PostgreSqlParser.KW_PRIVILEGES); } } - this.state = 4114; + this.state = 4068; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 4113; + this.state = 4067; this.opt_column_list(); } } @@ -22822,21 +22613,21 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4116; + this.state = 4070; this.beforeprivilegeselect(); - this.state = 4121; + this.state = 4075; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4117; + this.state = 4071; this.match(PostgreSqlParser.COMMA); - this.state = 4118; + this.state = 4072; this.beforeprivilegeselect(); } } - this.state = 4123; + this.state = 4077; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -22860,12 +22651,12 @@ export class PostgreSqlParser extends SQLParserBase { } public beforeprivilegeselect(): BeforeprivilegeselectContext { let localContext = new BeforeprivilegeselectContext(this.context, this.state); - this.enterRule(localContext, 340, PostgreSqlParser.RULE_beforeprivilegeselect); + this.enterRule(localContext, 332, PostgreSqlParser.RULE_beforeprivilegeselect); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4126; + this.state = 4080; _la = this.tokenStream.LA(1); if(!(_la === 46 || _la === 88 || _la === 182 || _la === 202 || _la === 241 || ((((_la - 352)) & ~0x1F) === 0 && ((1 << (_la - 352)) & 131173) !== 0) || ((((_la - 521)) & ~0x1F) === 0 && ((1 << (_la - 521)) & 7) !== 0))) { this.errorHandler.recoverInline(this); @@ -22892,29 +22683,29 @@ export class PostgreSqlParser extends SQLParserBase { } public privilege(): PrivilegeContext { let localContext = new PrivilegeContext(this.context, this.state); - this.enterRule(localContext, 342, PostgreSqlParser.RULE_privilege); + this.enterRule(localContext, 334, PostgreSqlParser.RULE_privilege); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4132; + this.state = 4086; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_SELECT: { - this.state = 4128; + this.state = 4082; this.match(PostgreSqlParser.KW_SELECT); } break; case PostgreSqlParser.KW_REFERENCES: { - this.state = 4129; + this.state = 4083; this.match(PostgreSqlParser.KW_REFERENCES); } break; case PostgreSqlParser.KW_CREATE: { - this.state = 4130; + this.state = 4084; this.match(PostgreSqlParser.KW_CREATE); } break; @@ -23313,19 +23104,19 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 4131; + this.state = 4085; this.colid(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 4135; + this.state = 4089; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 4134; + this.state = 4088; this.opt_column_list(); } } @@ -23348,62 +23139,62 @@ export class PostgreSqlParser extends SQLParserBase { } public privilege_target(): Privilege_targetContext { let localContext = new Privilege_targetContext(this.context, this.state); - this.enterRule(localContext, 344, PostgreSqlParser.RULE_privilege_target); + this.enterRule(localContext, 336, PostgreSqlParser.RULE_privilege_target); let _la: number; try { - this.state = 4182; + this.state = 4136; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 501, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 497, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4137; + this.state = 4091; this.match(PostgreSqlParser.KW_TABLE); - this.state = 4138; + this.state = 4092; this.table_name_list(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4140; + this.state = 4094; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 497, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 493, this.context) ) { case 1: { - this.state = 4139; + this.state = 4093; this.match(PostgreSqlParser.KW_SEQUENCE); } break; } - this.state = 4142; + this.state = 4096; this.qualified_name_list(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4150; + this.state = 4104; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_FOREIGN: { - this.state = 4143; + this.state = 4097; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 4147; + this.state = 4101; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DATA: { - this.state = 4144; + this.state = 4098; this.match(PostgreSqlParser.KW_DATA); - this.state = 4145; + this.state = 4099; this.match(PostgreSqlParser.KW_WRAPPER); } break; case PostgreSqlParser.KW_SERVER: { - this.state = 4146; + this.state = 4100; this.match(PostgreSqlParser.KW_SERVER); } break; @@ -23414,57 +23205,57 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.KW_LANGUAGE: { - this.state = 4149; + this.state = 4103; this.match(PostgreSqlParser.KW_LANGUAGE); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 4152; + this.state = 4106; this.name_list(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 4153; + this.state = 4107; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 4154; + this.state = 4108; this.function_with_argtypes_list(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 4155; + this.state = 4109; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 4156; + this.state = 4110; this.procedure_with_argtypes_list(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 4157; + this.state = 4111; this.match(PostgreSqlParser.KW_ROUTINE); - this.state = 4158; + this.state = 4112; this.routine_with_argtypes_list(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 4159; + this.state = 4113; this.match(PostgreSqlParser.KW_DATABASE); - this.state = 4160; + this.state = 4114; this.database_nameList(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 4161; + this.state = 4115; _la = this.tokenStream.LA(1); if(!(_la === 189 || _la === 360)) { this.errorHandler.recoverInline(this); @@ -23473,32 +23264,32 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4162; + this.state = 4116; this.any_name_list(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 4163; + this.state = 4117; this.match(PostgreSqlParser.KW_LARGE); - this.state = 4164; + this.state = 4118; this.match(PostgreSqlParser.KW_OBJECT); - this.state = 4165; + this.state = 4119; this.numericonly(); - this.state = 4170; + this.state = 4124; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4166; + this.state = 4120; this.match(PostgreSqlParser.COMMA); - this.state = 4167; + this.state = 4121; this.numericonly(); } } - this.state = 4172; + this.state = 4126; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -23507,27 +23298,27 @@ export class PostgreSqlParser extends SQLParserBase { case 10: this.enterOuterAlt(localContext, 10); { - this.state = 4173; + this.state = 4127; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 4174; + this.state = 4128; this.schema_name_list(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 4175; + this.state = 4129; this.match(PostgreSqlParser.KW_TABLESPACE); - this.state = 4176; + this.state = 4130; this.tablespace_name_list(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 4177; + this.state = 4131; this.match(PostgreSqlParser.KW_ALL); - this.state = 4178; + this.state = 4132; _la = this.tokenStream.LA(1); if(!(_la === 212 || _la === 329 || _la === 350 || _la === 455 || _la === 457)) { this.errorHandler.recoverInline(this); @@ -23536,11 +23327,11 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4179; + this.state = 4133; this.match(PostgreSqlParser.KW_IN); - this.state = 4180; + this.state = 4134; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 4181; + this.state = 4135; this.schema_name_list(); } break; @@ -23562,50 +23353,50 @@ export class PostgreSqlParser extends SQLParserBase { } public grantee_list(): Grantee_listContext { let localContext = new Grantee_listContext(this.context, this.state); - this.enterRule(localContext, 346, PostgreSqlParser.RULE_grantee_list); + this.enterRule(localContext, 338, PostgreSqlParser.RULE_grantee_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { { - this.state = 4185; + this.state = 4139; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 66) { { - this.state = 4184; + this.state = 4138; this.match(PostgreSqlParser.KW_GROUP); } } - this.state = 4187; + this.state = 4141; this.rolespec(); } - this.state = 4196; + this.state = 4150; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4189; + this.state = 4143; this.match(PostgreSqlParser.COMMA); { - this.state = 4191; + this.state = 4145; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 66) { { - this.state = 4190; + this.state = 4144; this.match(PostgreSqlParser.KW_GROUP); } } - this.state = 4193; + this.state = 4147; this.rolespec(); } } } - this.state = 4198; + this.state = 4152; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -23627,59 +23418,59 @@ export class PostgreSqlParser extends SQLParserBase { } public grantrolestmt(): GrantrolestmtContext { let localContext = new GrantrolestmtContext(this.context, this.state); - this.enterRule(localContext, 348, PostgreSqlParser.RULE_grantrolestmt); + this.enterRule(localContext, 340, PostgreSqlParser.RULE_grantrolestmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4199; + this.state = 4153; this.match(PostgreSqlParser.KW_GRANT); - this.state = 4200; + this.state = 4154; this.privilege(); - this.state = 4205; + this.state = 4159; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4201; + this.state = 4155; this.match(PostgreSqlParser.COMMA); - this.state = 4202; + this.state = 4156; this.privilege(); } } - this.state = 4207; + this.state = 4161; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 4208; + this.state = 4162; this.match(PostgreSqlParser.KW_TO); - this.state = 4209; + this.state = 4163; this.role_list(); - this.state = 4213; + this.state = 4167; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 506, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 502, this.context) ) { case 1: { - this.state = 4210; + this.state = 4164; this.match(PostgreSqlParser.KW_WITH); - this.state = 4211; + this.state = 4165; this.match(PostgreSqlParser.KW_ADMIN); - this.state = 4212; + this.state = 4166; this.match(PostgreSqlParser.KW_OPTION); } break; } - this.state = 4218; + this.state = 4172; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 507, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 503, this.context) ) { case 1: { - this.state = 4215; + this.state = 4169; this.match(PostgreSqlParser.KW_GRANTED); - this.state = 4216; + this.state = 4170; this.match(PostgreSqlParser.KW_BY); - this.state = 4217; + this.state = 4171; this.rolespec(); } break; @@ -23702,69 +23493,69 @@ export class PostgreSqlParser extends SQLParserBase { } public revokerolestmt(): RevokerolestmtContext { let localContext = new RevokerolestmtContext(this.context, this.state); - this.enterRule(localContext, 350, PostgreSqlParser.RULE_revokerolestmt); + this.enterRule(localContext, 342, PostgreSqlParser.RULE_revokerolestmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4220; + this.state = 4174; this.match(PostgreSqlParser.KW_REVOKE); - this.state = 4224; + this.state = 4178; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 508, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 504, this.context) ) { case 1: { - this.state = 4221; + this.state = 4175; this.match(PostgreSqlParser.KW_ADMIN); - this.state = 4222; + this.state = 4176; this.match(PostgreSqlParser.KW_OPTION); - this.state = 4223; + this.state = 4177; this.match(PostgreSqlParser.KW_FOR); } break; } - this.state = 4226; + this.state = 4180; this.privilege(); - this.state = 4231; + this.state = 4185; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4227; + this.state = 4181; this.match(PostgreSqlParser.COMMA); - this.state = 4228; + this.state = 4182; this.privilege(); } } - this.state = 4233; + this.state = 4187; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 4234; + this.state = 4188; this.match(PostgreSqlParser.KW_FROM); - this.state = 4235; + this.state = 4189; this.role_list(); - this.state = 4239; + this.state = 4193; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 510, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 506, this.context) ) { case 1: { - this.state = 4236; + this.state = 4190; this.match(PostgreSqlParser.KW_GRANTED); - this.state = 4237; + this.state = 4191; this.match(PostgreSqlParser.KW_BY); - this.state = 4238; + this.state = 4192; this.rolespec(); } break; } - this.state = 4242; + this.state = 4196; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 511, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 507, this.context) ) { case 1: { - this.state = 4241; + this.state = 4195; this.opt_drop_behavior(); } break; @@ -23787,40 +23578,40 @@ export class PostgreSqlParser extends SQLParserBase { } public alterdefaultprivilegesstmt(): AlterdefaultprivilegesstmtContext { let localContext = new AlterdefaultprivilegesstmtContext(this.context, this.state); - this.enterRule(localContext, 352, PostgreSqlParser.RULE_alterdefaultprivilegesstmt); + this.enterRule(localContext, 344, PostgreSqlParser.RULE_alterdefaultprivilegesstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4244; + this.state = 4198; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4245; + this.state = 4199; this.match(PostgreSqlParser.KW_DEFAULT); - this.state = 4246; + this.state = 4200; this.match(PostgreSqlParser.KW_PRIVILEGES); - this.state = 4255; + this.state = 4209; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 62 || _la === 68) { { - this.state = 4253; + this.state = 4207; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_IN: { - this.state = 4247; + this.state = 4201; this.match(PostgreSqlParser.KW_IN); - this.state = 4248; + this.state = 4202; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 4249; + this.state = 4203; this.schema_name_list(); } break; case PostgreSqlParser.KW_FOR: { - this.state = 4250; + this.state = 4204; this.match(PostgreSqlParser.KW_FOR); - this.state = 4251; + this.state = 4205; _la = this.tokenStream.LA(1); if(!(_la === 99 || _la === 318)) { this.errorHandler.recoverInline(this); @@ -23829,7 +23620,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4252; + this.state = 4206; this.role_list(); } break; @@ -23837,11 +23628,11 @@ export class PostgreSqlParser extends SQLParserBase { throw new antlr.NoViableAltException(this); } } - this.state = 4257; + this.state = 4211; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 4258; + this.state = 4212; this.defaclaction(); } } @@ -23861,37 +23652,37 @@ export class PostgreSqlParser extends SQLParserBase { } public defaclaction(): DefaclactionContext { let localContext = new DefaclactionContext(this.context, this.state); - this.enterRule(localContext, 354, PostgreSqlParser.RULE_defaclaction); + this.enterRule(localContext, 346, PostgreSqlParser.RULE_defaclaction); let _la: number; try { - this.state = 4285; + this.state = 4239; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_GRANT: this.enterOuterAlt(localContext, 1); { - this.state = 4260; + this.state = 4214; this.match(PostgreSqlParser.KW_GRANT); - this.state = 4261; + this.state = 4215; this.privileges(); - this.state = 4262; + this.state = 4216; this.match(PostgreSqlParser.KW_ON); - this.state = 4263; + this.state = 4217; this.defacl_privilege_target(); - this.state = 4264; + this.state = 4218; this.match(PostgreSqlParser.KW_TO); - this.state = 4265; + this.state = 4219; this.grantee_list(); - this.state = 4269; + this.state = 4223; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 514, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 510, this.context) ) { case 1: { - this.state = 4266; + this.state = 4220; this.match(PostgreSqlParser.KW_WITH); - this.state = 4267; + this.state = 4221; this.match(PostgreSqlParser.KW_GRANT); - this.state = 4268; + this.state = 4222; this.match(PostgreSqlParser.KW_OPTION); } break; @@ -23901,38 +23692,38 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_REVOKE: this.enterOuterAlt(localContext, 2); { - this.state = 4271; + this.state = 4225; this.match(PostgreSqlParser.KW_REVOKE); - this.state = 4275; + this.state = 4229; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 65) { { - this.state = 4272; + this.state = 4226; this.match(PostgreSqlParser.KW_GRANT); - this.state = 4273; + this.state = 4227; this.match(PostgreSqlParser.KW_OPTION); - this.state = 4274; + this.state = 4228; this.match(PostgreSqlParser.KW_FOR); } } - this.state = 4277; + this.state = 4231; this.privileges(); - this.state = 4278; + this.state = 4232; this.match(PostgreSqlParser.KW_ON); - this.state = 4279; + this.state = 4233; this.defacl_privilege_target(); - this.state = 4280; + this.state = 4234; this.match(PostgreSqlParser.KW_FROM); - this.state = 4281; + this.state = 4235; this.grantee_list(); - this.state = 4283; + this.state = 4237; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 516, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 512, this.context) ) { case 1: { - this.state = 4282; + this.state = 4236; this.opt_drop_behavior(); } break; @@ -23959,12 +23750,12 @@ export class PostgreSqlParser extends SQLParserBase { } public defacl_privilege_target(): Defacl_privilege_targetContext { let localContext = new Defacl_privilege_targetContext(this.context, this.state); - this.enterRule(localContext, 356, PostgreSqlParser.RULE_defacl_privilege_target); + this.enterRule(localContext, 348, PostgreSqlParser.RULE_defacl_privilege_target); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4287; + this.state = 4241; _la = this.tokenStream.LA(1); if(!(_la === 212 || _la === 329 || _la === 350 || _la === 361 || _la === 455 || _la === 456)) { this.errorHandler.recoverInline(this); @@ -23991,131 +23782,131 @@ export class PostgreSqlParser extends SQLParserBase { } public indexstmt(): IndexstmtContext { let localContext = new IndexstmtContext(this.context, this.state); - this.enterRule(localContext, 358, PostgreSqlParser.RULE_indexstmt); + this.enterRule(localContext, 350, PostgreSqlParser.RULE_indexstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4289; + this.state = 4243; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4291; + this.state = 4245; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 98) { { - this.state = 4290; + this.state = 4244; this.match(PostgreSqlParser.KW_UNIQUE); } } - this.state = 4293; + this.state = 4247; this.match(PostgreSqlParser.KW_INDEX); - this.state = 4295; + this.state = 4249; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 109) { { - this.state = 4294; + this.state = 4248; this.match(PostgreSqlParser.KW_CONCURRENTLY); } } - this.state = 4298; + this.state = 4252; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 520, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 516, this.context) ) { case 1: { - this.state = 4297; + this.state = 4251; this.opt_if_not_exists(); } break; } - this.state = 4301; + this.state = 4255; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 53 || ((((_la - 116)) & ~0x1F) === 0 && ((1 << (_la - 116)) & 4294959489) !== 0) || ((((_la - 148)) & ~0x1F) === 0 && ((1 << (_la - 148)) & 4294967295) !== 0) || ((((_la - 180)) & ~0x1F) === 0 && ((1 << (_la - 180)) & 4294967295) !== 0) || ((((_la - 212)) & ~0x1F) === 0 && ((1 << (_la - 212)) & 4227989503) !== 0) || ((((_la - 244)) & ~0x1F) === 0 && ((1 << (_la - 244)) & 4294967295) !== 0) || ((((_la - 276)) & ~0x1F) === 0 && ((1 << (_la - 276)) & 4294967295) !== 0) || ((((_la - 308)) & ~0x1F) === 0 && ((1 << (_la - 308)) & 4294967295) !== 0) || ((((_la - 340)) & ~0x1F) === 0 && ((1 << (_la - 340)) & 4294967295) !== 0) || ((((_la - 372)) & ~0x1F) === 0 && ((1 << (_la - 372)) & 4294967295) !== 0) || ((((_la - 404)) & ~0x1F) === 0 && ((1 << (_la - 404)) & 4294967295) !== 0) || ((((_la - 436)) & ~0x1F) === 0 && ((1 << (_la - 436)) & 4294705151) !== 0) || ((((_la - 468)) & ~0x1F) === 0 && ((1 << (_la - 468)) & 4294967279) !== 0) || ((((_la - 500)) & ~0x1F) === 0 && ((1 << (_la - 500)) & 18350039) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 402696335) !== 0) || _la === 584) { { - this.state = 4300; + this.state = 4254; this.colid(); } } - this.state = 4303; + this.state = 4257; this.match(PostgreSqlParser.KW_ON); - this.state = 4304; + this.state = 4258; this.relation_expr(); - this.state = 4306; + this.state = 4260; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 4305; + this.state = 4259; this.table_access_method_clause(); } } - this.state = 4308; + this.state = 4262; this.index_params(); - this.state = 4311; + this.state = 4265; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 523, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 519, this.context) ) { case 1: { - this.state = 4309; + this.state = 4263; this.match(PostgreSqlParser.KW_INCLUDE); - this.state = 4310; + this.state = 4264; this.index_params(); } break; } - this.state = 4318; + this.state = 4272; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 525, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 521, this.context) ) { case 1: { - this.state = 4313; + this.state = 4267; this.match(PostgreSqlParser.KW_NULLS); - this.state = 4315; + this.state = 4269; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 4314; + this.state = 4268; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 4317; + this.state = 4271; this.match(PostgreSqlParser.KW_DISTINCT); } break; } - this.state = 4321; + this.state = 4275; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 526, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 522, this.context) ) { case 1: { - this.state = 4320; + this.state = 4274; this.opt_reloptions(); } break; } - this.state = 4324; + this.state = 4278; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 527, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 523, this.context) ) { case 1: { - this.state = 4323; + this.state = 4277; this.opttablespace(); } break; } - this.state = 4327; + this.state = 4281; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 4326; + this.state = 4280; this.where_clause(); } } @@ -24138,32 +23929,32 @@ export class PostgreSqlParser extends SQLParserBase { } public index_params(): Index_paramsContext { let localContext = new Index_paramsContext(this.context, this.state); - this.enterRule(localContext, 360, PostgreSqlParser.RULE_index_params); + this.enterRule(localContext, 352, PostgreSqlParser.RULE_index_params); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4329; + this.state = 4283; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4330; + this.state = 4284; this.index_elem(); - this.state = 4335; + this.state = 4289; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4331; + this.state = 4285; this.match(PostgreSqlParser.COMMA); - this.state = 4332; + this.state = 4286; this.index_elem(); } } - this.state = 4337; + this.state = 4291; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 4338; + this.state = 4292; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -24183,58 +23974,58 @@ export class PostgreSqlParser extends SQLParserBase { } public index_elem(): Index_elemContext { let localContext = new Index_elemContext(this.context, this.state); - this.enterRule(localContext, 362, PostgreSqlParser.RULE_index_elem); + this.enterRule(localContext, 354, PostgreSqlParser.RULE_index_elem); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4346; + this.state = 4300; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 530, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 526, this.context) ) { case 1: { - this.state = 4340; + this.state = 4294; this.column_name(); } break; case 2: { - this.state = 4341; + this.state = 4295; this.func_expr_windowless(); } break; case 3: { - this.state = 4342; + this.state = 4296; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4343; + this.state = 4297; this.expression(); - this.state = 4344; + this.state = 4298; this.match(PostgreSqlParser.CLOSE_PAREN); } break; } - this.state = 4349; + this.state = 4303; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 43) { { - this.state = 4348; + this.state = 4302; this.opt_collate_clause(); } } - this.state = 4357; + this.state = 4311; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 533, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 529, this.context) ) { case 1: { - this.state = 4352; + this.state = 4306; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 532, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 528, this.context) ) { case 1: { - this.state = 4351; + this.state = 4305; this.any_name(); } break; @@ -24243,19 +24034,19 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 4354; + this.state = 4308; this.any_name(); - this.state = 4355; + this.state = 4309; this.reloptions(); } break; } - this.state = 4360; + this.state = 4314; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 37 || _la === 55) { { - this.state = 4359; + this.state = 4313; _la = this.tokenStream.LA(1); if(!(_la === 37 || _la === 55)) { this.errorHandler.recoverInline(this); @@ -24267,14 +24058,14 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 4364; + this.state = 4318; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 273) { { - this.state = 4362; + this.state = 4316; this.match(PostgreSqlParser.KW_NULLS); - this.state = 4363; + this.state = 4317; _la = this.tokenStream.LA(1); if(!(_la === 207 || _la === 249)) { this.errorHandler.recoverInline(this); @@ -24304,40 +24095,40 @@ export class PostgreSqlParser extends SQLParserBase { } public createfunctionstmt(): CreatefunctionstmtContext { let localContext = new CreatefunctionstmtContext(this.context, this.state); - this.enterRule(localContext, 364, PostgreSqlParser.RULE_createfunctionstmt); + this.enterRule(localContext, 356, PostgreSqlParser.RULE_createfunctionstmt); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 4366; + this.state = 4320; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4368; + this.state = 4322; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 82) { { - this.state = 4367; + this.state = 4321; this.opt_or_replace(); } } - this.state = 4374; + this.state = 4328; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_FUNCTION: { - this.state = 4370; + this.state = 4324; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 4371; + this.state = 4325; this.function_name_create(); } break; case PostgreSqlParser.KW_PROCEDURE: { - this.state = 4372; + this.state = 4326; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 4373; + this.state = 4327; this.procedure_name_create(); } break; @@ -24345,45 +24136,45 @@ export class PostgreSqlParser extends SQLParserBase { throw new antlr.NoViableAltException(this); } { - this.state = 4376; + this.state = 4330; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4385; + this.state = 4339; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 53 || _la === 68 || ((((_la - 101)) & ~0x1F) === 0 && ((1 << (_la - 101)) & 4294967265) !== 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)) & 4294967295) !== 0) || ((((_la - 238)) & ~0x1F) === 0 && ((1 << (_la - 238)) & 4294967295) !== 0) || ((((_la - 270)) & ~0x1F) === 0 && ((1 << (_la - 270)) & 4294967295) !== 0) || ((((_la - 302)) & ~0x1F) === 0 && ((1 << (_la - 302)) & 4294967295) !== 0) || ((((_la - 334)) & ~0x1F) === 0 && ((1 << (_la - 334)) & 4294967295) !== 0) || ((((_la - 366)) & ~0x1F) === 0 && ((1 << (_la - 366)) & 4294967295) !== 0) || ((((_la - 398)) & ~0x1F) === 0 && ((1 << (_la - 398)) & 4294967295) !== 0) || ((((_la - 430)) & ~0x1F) === 0 && ((1 << (_la - 430)) & 4278190079) !== 0) || ((((_la - 462)) & ~0x1F) === 0 && ((1 << (_la - 462)) & 4294967295) !== 0) || ((((_la - 494)) & ~0x1F) === 0 && ((1 << (_la - 494)) & 1174402559) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 402696335) !== 0) || _la === 584) { { - this.state = 4377; + this.state = 4331; this.func_arg_with_default(); - this.state = 4382; + this.state = 4336; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4378; + this.state = 4332; this.match(PostgreSqlParser.COMMA); - this.state = 4379; + this.state = 4333; this.func_arg_with_default(); } } - this.state = 4384; + this.state = 4338; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } } - this.state = 4387; + this.state = 4341; this.match(PostgreSqlParser.CLOSE_PAREN); } - this.state = 4405; + this.state = 4359; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 542, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 538, this.context) ) { case 1: { - this.state = 4389; + this.state = 4343; this.match(PostgreSqlParser.KW_RETURNS); - this.state = 4403; + this.state = 4357; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DEFAULT: @@ -24802,36 +24593,36 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 4390; + this.state = 4344; this.func_type(); } break; case PostgreSqlParser.KW_TABLE: { - this.state = 4391; + this.state = 4345; this.match(PostgreSqlParser.KW_TABLE); { - this.state = 4392; + this.state = 4346; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4393; + this.state = 4347; this.table_func_column(); - this.state = 4398; + this.state = 4352; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4394; + this.state = 4348; this.match(PostgreSqlParser.COMMA); - this.state = 4395; + this.state = 4349; this.table_func_column(); } } - this.state = 4400; + this.state = 4354; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 4401; + this.state = 4355; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -24842,7 +24633,7 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 4408; + this.state = 4362; this.errorHandler.sync(this); alternative = 1; do { @@ -24850,7 +24641,7 @@ export class PostgreSqlParser extends SQLParserBase { case 1: { { - this.state = 4407; + this.state = 4361; this.createfunc_opt_item(); } } @@ -24858,22 +24649,22 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 4410; + this.state = 4364; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 543, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 539, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); - this.state = 4417; + this.state = 4371; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 544, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 540, this.context) ) { case 1: { - this.state = 4412; + this.state = 4366; this.match(PostgreSqlParser.KW_WITH); - this.state = 4413; + this.state = 4367; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4414; + this.state = 4368; this.name_list(); - this.state = 4415; + this.state = 4369; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -24896,13 +24687,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_or_replace(): Opt_or_replaceContext { let localContext = new Opt_or_replaceContext(this.context, this.state); - this.enterRule(localContext, 366, PostgreSqlParser.RULE_opt_or_replace); + this.enterRule(localContext, 358, PostgreSqlParser.RULE_opt_or_replace); try { this.enterOuterAlt(localContext, 1); { - this.state = 4419; + this.state = 4373; this.match(PostgreSqlParser.KW_OR); - this.state = 4420; + this.state = 4374; this.match(PostgreSqlParser.KW_REPLACE); } } @@ -24922,24 +24713,24 @@ export class PostgreSqlParser extends SQLParserBase { } public func_args(): Func_argsContext { let localContext = new Func_argsContext(this.context, this.state); - this.enterRule(localContext, 368, PostgreSqlParser.RULE_func_args); + this.enterRule(localContext, 360, PostgreSqlParser.RULE_func_args); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4422; + this.state = 4376; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4424; + this.state = 4378; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 53 || _la === 68 || ((((_la - 101)) & ~0x1F) === 0 && ((1 << (_la - 101)) & 4294967265) !== 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)) & 4294967295) !== 0) || ((((_la - 238)) & ~0x1F) === 0 && ((1 << (_la - 238)) & 4294967295) !== 0) || ((((_la - 270)) & ~0x1F) === 0 && ((1 << (_la - 270)) & 4294967295) !== 0) || ((((_la - 302)) & ~0x1F) === 0 && ((1 << (_la - 302)) & 4294967295) !== 0) || ((((_la - 334)) & ~0x1F) === 0 && ((1 << (_la - 334)) & 4294967295) !== 0) || ((((_la - 366)) & ~0x1F) === 0 && ((1 << (_la - 366)) & 4294967295) !== 0) || ((((_la - 398)) & ~0x1F) === 0 && ((1 << (_la - 398)) & 4294967295) !== 0) || ((((_la - 430)) & ~0x1F) === 0 && ((1 << (_la - 430)) & 4278190079) !== 0) || ((((_la - 462)) & ~0x1F) === 0 && ((1 << (_la - 462)) & 4294967295) !== 0) || ((((_la - 494)) & ~0x1F) === 0 && ((1 << (_la - 494)) & 1174402559) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 402696335) !== 0) || _la === 584) { { - this.state = 4423; + this.state = 4377; this.func_args_list(); } } - this.state = 4426; + this.state = 4380; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -24959,26 +24750,26 @@ export class PostgreSqlParser extends SQLParserBase { } public func_args_list(): Func_args_listContext { let localContext = new Func_args_listContext(this.context, this.state); - this.enterRule(localContext, 370, PostgreSqlParser.RULE_func_args_list); + this.enterRule(localContext, 362, PostgreSqlParser.RULE_func_args_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4428; + this.state = 4382; this.func_arg(); - this.state = 4433; + this.state = 4387; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4429; + this.state = 4383; this.match(PostgreSqlParser.COMMA); - this.state = 4430; + this.state = 4384; this.func_arg(); } } - this.state = 4435; + this.state = 4389; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -25000,26 +24791,26 @@ export class PostgreSqlParser extends SQLParserBase { } public routine_with_argtypes_list(): Routine_with_argtypes_listContext { let localContext = new Routine_with_argtypes_listContext(this.context, this.state); - this.enterRule(localContext, 372, PostgreSqlParser.RULE_routine_with_argtypes_list); + this.enterRule(localContext, 364, PostgreSqlParser.RULE_routine_with_argtypes_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4436; + this.state = 4390; this.routine_with_argtypes(); - this.state = 4441; + this.state = 4395; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4437; + this.state = 4391; this.match(PostgreSqlParser.COMMA); - this.state = 4438; + this.state = 4392; this.routine_with_argtypes(); } } - this.state = 4443; + this.state = 4397; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -25041,31 +24832,31 @@ export class PostgreSqlParser extends SQLParserBase { } public routine_with_argtypes(): Routine_with_argtypesContext { let localContext = new Routine_with_argtypesContext(this.context, this.state); - this.enterRule(localContext, 374, PostgreSqlParser.RULE_routine_with_argtypes); + this.enterRule(localContext, 366, PostgreSqlParser.RULE_routine_with_argtypes); try { - this.state = 4449; + this.state = 4403; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 548, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 544, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4444; + this.state = 4398; this.routine_name(); - this.state = 4445; + this.state = 4399; this.func_args(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4447; + this.state = 4401; this.type_func_name_keyword(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4448; + this.state = 4402; this.qualified_name(); } break; @@ -25087,26 +24878,26 @@ export class PostgreSqlParser extends SQLParserBase { } public procedure_with_argtypes_list(): Procedure_with_argtypes_listContext { let localContext = new Procedure_with_argtypes_listContext(this.context, this.state); - this.enterRule(localContext, 376, PostgreSqlParser.RULE_procedure_with_argtypes_list); + this.enterRule(localContext, 368, PostgreSqlParser.RULE_procedure_with_argtypes_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4451; + this.state = 4405; this.procedure_with_argtypes(); - this.state = 4456; + this.state = 4410; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4452; + this.state = 4406; this.match(PostgreSqlParser.COMMA); - this.state = 4453; + this.state = 4407; this.procedure_with_argtypes(); } } - this.state = 4458; + this.state = 4412; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -25128,31 +24919,31 @@ export class PostgreSqlParser extends SQLParserBase { } public procedure_with_argtypes(): Procedure_with_argtypesContext { let localContext = new Procedure_with_argtypesContext(this.context, this.state); - this.enterRule(localContext, 378, PostgreSqlParser.RULE_procedure_with_argtypes); + this.enterRule(localContext, 370, PostgreSqlParser.RULE_procedure_with_argtypes); try { - this.state = 4464; + this.state = 4418; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 550, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 546, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4459; + this.state = 4413; this.procedure_name(); - this.state = 4460; + this.state = 4414; this.func_args(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4462; + this.state = 4416; this.type_func_name_keyword(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4463; + this.state = 4417; this.qualified_name(); } break; @@ -25174,26 +24965,26 @@ export class PostgreSqlParser extends SQLParserBase { } public function_with_argtypes_list(): Function_with_argtypes_listContext { let localContext = new Function_with_argtypes_listContext(this.context, this.state); - this.enterRule(localContext, 380, PostgreSqlParser.RULE_function_with_argtypes_list); + this.enterRule(localContext, 372, PostgreSqlParser.RULE_function_with_argtypes_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4466; + this.state = 4420; this.function_with_argtypes(); - this.state = 4471; + this.state = 4425; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4467; + this.state = 4421; this.match(PostgreSqlParser.COMMA); - this.state = 4468; + this.state = 4422; this.function_with_argtypes(); } } - this.state = 4473; + this.state = 4427; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -25215,31 +25006,31 @@ export class PostgreSqlParser extends SQLParserBase { } public function_with_argtypes(): Function_with_argtypesContext { let localContext = new Function_with_argtypesContext(this.context, this.state); - this.enterRule(localContext, 382, PostgreSqlParser.RULE_function_with_argtypes); + this.enterRule(localContext, 374, PostgreSqlParser.RULE_function_with_argtypes); try { - this.state = 4479; + this.state = 4433; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 552, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 548, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4474; + this.state = 4428; this.function_name(); - this.state = 4475; + this.state = 4429; this.func_args(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4477; + this.state = 4431; this.type_func_name_keyword(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4478; + this.state = 4432; this.qualified_name(); } break; @@ -25261,23 +25052,23 @@ export class PostgreSqlParser extends SQLParserBase { } public func_arg(): Func_argContext { let localContext = new Func_argContext(this.context, this.state); - this.enterRule(localContext, 384, PostgreSqlParser.RULE_func_arg); + this.enterRule(localContext, 376, PostgreSqlParser.RULE_func_arg); try { this.enterOuterAlt(localContext, 1); { - this.state = 4489; + this.state = 4443; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 555, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 551, this.context) ) { case 1: { - this.state = 4481; + this.state = 4435; this.arg_class(); - this.state = 4483; + this.state = 4437; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 553, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 549, this.context) ) { case 1: { - this.state = 4482; + this.state = 4436; this.type_function_name(); } break; @@ -25286,14 +25077,14 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 4485; + this.state = 4439; this.type_function_name(); - this.state = 4487; + this.state = 4441; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 554, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 550, this.context) ) { case 1: { - this.state = 4486; + this.state = 4440; this.arg_class(); } break; @@ -25301,7 +25092,7 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 4491; + this.state = 4445; this.func_type(); } } @@ -25321,22 +25112,22 @@ export class PostgreSqlParser extends SQLParserBase { } public arg_class(): Arg_classContext { let localContext = new Arg_classContext(this.context, this.state); - this.enterRule(localContext, 386, PostgreSqlParser.RULE_arg_class); + this.enterRule(localContext, 378, PostgreSqlParser.RULE_arg_class); try { - this.state = 4500; + this.state = 4454; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_IN: this.enterOuterAlt(localContext, 1); { - this.state = 4493; + this.state = 4447; this.match(PostgreSqlParser.KW_IN); - this.state = 4495; + this.state = 4449; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 556, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 552, this.context) ) { case 1: { - this.state = 4494; + this.state = 4448; this.match(PostgreSqlParser.KW_OUT); } break; @@ -25346,21 +25137,21 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_OUT: this.enterOuterAlt(localContext, 2); { - this.state = 4497; + this.state = 4451; this.match(PostgreSqlParser.KW_OUT); } break; case PostgreSqlParser.KW_INOUT: this.enterOuterAlt(localContext, 3); { - this.state = 4498; + this.state = 4452; this.match(PostgreSqlParser.KW_INOUT); } break; case PostgreSqlParser.KW_VARIADIC: this.enterOuterAlt(localContext, 4); { - this.state = 4499; + this.state = 4453; this.match(PostgreSqlParser.KW_VARIADIC); } break; @@ -25384,39 +25175,39 @@ export class PostgreSqlParser extends SQLParserBase { } public func_type(): Func_typeContext { let localContext = new Func_typeContext(this.context, this.state); - this.enterRule(localContext, 388, PostgreSqlParser.RULE_func_type); + this.enterRule(localContext, 380, PostgreSqlParser.RULE_func_type); let _la: number; try { - this.state = 4511; + this.state = 4465; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 559, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 555, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4502; + this.state = 4456; this.typename(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4504; + this.state = 4458; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 415) { { - this.state = 4503; + this.state = 4457; this.match(PostgreSqlParser.KW_SETOF); } } - this.state = 4506; + this.state = 4460; this.type_function_name(); - this.state = 4507; + this.state = 4461; this.attrs(); - this.state = 4508; + this.state = 4462; this.match(PostgreSqlParser.PERCENT); - this.state = 4509; + this.state = 4463; this.match(PostgreSqlParser.KW_TYPE); } break; @@ -25438,19 +25229,19 @@ export class PostgreSqlParser extends SQLParserBase { } public func_arg_with_default(): Func_arg_with_defaultContext { let localContext = new Func_arg_with_defaultContext(this.context, this.state); - this.enterRule(localContext, 390, PostgreSqlParser.RULE_func_arg_with_default); + this.enterRule(localContext, 382, PostgreSqlParser.RULE_func_arg_with_default); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4513; + this.state = 4467; this.func_arg(); - this.state = 4516; + this.state = 4470; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 10 || _la === 53) { { - this.state = 4514; + this.state = 4468; _la = this.tokenStream.LA(1); if(!(_la === 10 || _la === 53)) { this.errorHandler.recoverInline(this); @@ -25459,7 +25250,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4515; + this.state = 4469; this.expression(); } } @@ -25482,19 +25273,19 @@ export class PostgreSqlParser extends SQLParserBase { } public aggr_args(): Aggr_argsContext { let localContext = new Aggr_argsContext(this.context, this.state); - this.enterRule(localContext, 392, PostgreSqlParser.RULE_aggr_args); + this.enterRule(localContext, 384, PostgreSqlParser.RULE_aggr_args); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4518; + this.state = 4472; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4528; + this.state = 4482; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.STAR: { - this.state = 4519; + this.state = 4473; this.match(PostgreSqlParser.STAR); } break; @@ -25918,26 +25709,26 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 4521; + this.state = 4475; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 53 || _la === 68 || ((((_la - 101)) & ~0x1F) === 0 && ((1 << (_la - 101)) & 4294967265) !== 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)) & 4294967295) !== 0) || ((((_la - 238)) & ~0x1F) === 0 && ((1 << (_la - 238)) & 4294967295) !== 0) || ((((_la - 270)) & ~0x1F) === 0 && ((1 << (_la - 270)) & 4294967295) !== 0) || ((((_la - 302)) & ~0x1F) === 0 && ((1 << (_la - 302)) & 4294967295) !== 0) || ((((_la - 334)) & ~0x1F) === 0 && ((1 << (_la - 334)) & 4294967295) !== 0) || ((((_la - 366)) & ~0x1F) === 0 && ((1 << (_la - 366)) & 4294967295) !== 0) || ((((_la - 398)) & ~0x1F) === 0 && ((1 << (_la - 398)) & 4294967295) !== 0) || ((((_la - 430)) & ~0x1F) === 0 && ((1 << (_la - 430)) & 4278190079) !== 0) || ((((_la - 462)) & ~0x1F) === 0 && ((1 << (_la - 462)) & 4294967295) !== 0) || ((((_la - 494)) & ~0x1F) === 0 && ((1 << (_la - 494)) & 1174402559) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 402696335) !== 0) || _la === 584) { { - this.state = 4520; + this.state = 4474; this.func_args_list(); } } - this.state = 4526; + this.state = 4480; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 83) { { - this.state = 4523; + this.state = 4477; this.match(PostgreSqlParser.KW_ORDER); - this.state = 4524; + this.state = 4478; this.match(PostgreSqlParser.KW_BY); - this.state = 4525; + this.state = 4479; this.func_args_list(); } } @@ -25947,7 +25738,7 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 4530; + this.state = 4484; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -25967,13 +25758,13 @@ export class PostgreSqlParser extends SQLParserBase { } public aggregate_with_argtypes(): Aggregate_with_argtypesContext { let localContext = new Aggregate_with_argtypesContext(this.context, this.state); - this.enterRule(localContext, 394, PostgreSqlParser.RULE_aggregate_with_argtypes); + this.enterRule(localContext, 386, PostgreSqlParser.RULE_aggregate_with_argtypes); try { this.enterOuterAlt(localContext, 1); { - this.state = 4532; + this.state = 4486; this.function_name(); - this.state = 4533; + this.state = 4487; this.aggr_args(); } } @@ -25993,69 +25784,69 @@ export class PostgreSqlParser extends SQLParserBase { } public common_func_opt_item(): Common_func_opt_itemContext { let localContext = new Common_func_opt_itemContext(this.context, this.state); - this.enterRule(localContext, 396, PostgreSqlParser.RULE_common_func_opt_item); + this.enterRule(localContext, 388, PostgreSqlParser.RULE_common_func_opt_item); let _la: number; try { - this.state = 4564; + this.state = 4518; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_CALLED: case PostgreSqlParser.KW_RETURNS: this.enterOuterAlt(localContext, 1); { - this.state = 4538; + this.state = 4492; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_RETURNS: { - this.state = 4535; + this.state = 4489; this.match(PostgreSqlParser.KW_RETURNS); - this.state = 4536; + this.state = 4490; this.match(PostgreSqlParser.KW_NULL); } break; case PostgreSqlParser.KW_CALLED: { - this.state = 4537; + this.state = 4491; this.match(PostgreSqlParser.KW_CALLED); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 4540; + this.state = 4494; this.match(PostgreSqlParser.KW_ON); - this.state = 4541; + this.state = 4495; this.match(PostgreSqlParser.KW_NULL); - this.state = 4542; + this.state = 4496; this.match(PostgreSqlParser.KW_INPUT); } break; case PostgreSqlParser.KW_STRICT: this.enterOuterAlt(localContext, 2); { - this.state = 4543; + this.state = 4497; this.match(PostgreSqlParser.KW_STRICT); } break; case PostgreSqlParser.KW_IMMUTABLE: this.enterOuterAlt(localContext, 3); { - this.state = 4544; + this.state = 4498; this.match(PostgreSqlParser.KW_IMMUTABLE); } break; case PostgreSqlParser.KW_STABLE: this.enterOuterAlt(localContext, 4); { - this.state = 4545; + this.state = 4499; this.match(PostgreSqlParser.KW_STABLE); } break; case PostgreSqlParser.KW_VOLATILE: this.enterOuterAlt(localContext, 5); { - this.state = 4546; + this.state = 4500; this.match(PostgreSqlParser.KW_VOLATILE); } break; @@ -26063,19 +25854,19 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_SECURITY: this.enterOuterAlt(localContext, 6); { - this.state = 4548; + this.state = 4502; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 205) { { - this.state = 4547; + this.state = 4501; this.match(PostgreSqlParser.KW_EXTERNAL); } } - this.state = 4550; + this.state = 4504; this.match(PostgreSqlParser.KW_SECURITY); - this.state = 4551; + this.state = 4505; _la = this.tokenStream.LA(1); if(!(_la === 181 || _la === 243)) { this.errorHandler.recoverInline(this); @@ -26089,16 +25880,16 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_LEAKPROOF: this.enterOuterAlt(localContext, 7); { - this.state = 4552; + this.state = 4506; this.match(PostgreSqlParser.KW_LEAKPROOF); } break; case PostgreSqlParser.KW_NOT: this.enterOuterAlt(localContext, 8); { - this.state = 4553; + this.state = 4507; this.match(PostgreSqlParser.KW_NOT); - this.state = 4554; + this.state = 4508; this.match(PostgreSqlParser.KW_LEAKPROOF); } break; @@ -26106,7 +25897,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_ROWS: this.enterOuterAlt(localContext, 9); { - this.state = 4555; + this.state = 4509; _la = this.tokenStream.LA(1); if(!(_la === 170 || _la === 320)) { this.errorHandler.recoverInline(this); @@ -26115,41 +25906,41 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4556; + this.state = 4510; this.numericonly(); } break; case PostgreSqlParser.KW_SUPPORT: this.enterOuterAlt(localContext, 10); { - this.state = 4557; + this.state = 4511; this.match(PostgreSqlParser.KW_SUPPORT); - this.state = 4558; + this.state = 4512; this.any_name(); } break; case PostgreSqlParser.KW_SET: this.enterOuterAlt(localContext, 11); { - this.state = 4559; + this.state = 4513; this.match(PostgreSqlParser.KW_SET); - this.state = 4560; + this.state = 4514; this.set_rest_more(); } break; case PostgreSqlParser.KW_RESET: this.enterOuterAlt(localContext, 12); { - this.state = 4561; + this.state = 4515; this.variableresetstmt(); } break; case PostgreSqlParser.KW_PARALLEL: this.enterOuterAlt(localContext, 13); { - this.state = 4562; + this.state = 4516; this.match(PostgreSqlParser.KW_PARALLEL); - this.state = 4563; + this.state = 4517; this.colid(); } break; @@ -26173,60 +25964,60 @@ export class PostgreSqlParser extends SQLParserBase { } public createfunc_opt_item(): Createfunc_opt_itemContext { let localContext = new Createfunc_opt_itemContext(this.context, this.state); - this.enterRule(localContext, 398, PostgreSqlParser.RULE_createfunc_opt_item); + this.enterRule(localContext, 390, PostgreSqlParser.RULE_createfunc_opt_item); let _la: number; try { - this.state = 4601; + this.state = 4555; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 569, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 565, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4566; + this.state = 4520; this.match(PostgreSqlParser.KW_AS); - this.state = 4567; + this.state = 4521; this.sconst(); - this.state = 4568; + this.state = 4522; this.notify_payload(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4570; + this.state = 4524; this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 4571; + this.state = 4525; this.nonreservedword_or_sconst(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4572; + this.state = 4526; this.match(PostgreSqlParser.KW_TRANSFORM); - this.state = 4573; + this.state = 4527; this.match(PostgreSqlParser.KW_FOR); - this.state = 4574; + this.state = 4528; this.match(PostgreSqlParser.KW_TYPE); - this.state = 4575; + this.state = 4529; this.typename(); - this.state = 4582; + this.state = 4536; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4576; + this.state = 4530; this.match(PostgreSqlParser.COMMA); - this.state = 4577; + this.state = 4531; this.match(PostgreSqlParser.KW_FOR); - this.state = 4578; + this.state = 4532; this.match(PostgreSqlParser.KW_TYPE); - this.state = 4579; + this.state = 4533; this.typename(); } } - this.state = 4584; + this.state = 4538; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -26235,41 +26026,41 @@ export class PostgreSqlParser extends SQLParserBase { case 4: this.enterOuterAlt(localContext, 4); { - this.state = 4585; + this.state = 4539; this.match(PostgreSqlParser.KW_WINDOW); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 4586; + this.state = 4540; this.match(PostgreSqlParser.KW_SET); - this.state = 4587; + this.state = 4541; this.colid(); - this.state = 4594; + this.state = 4548; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_TO: { - this.state = 4588; + this.state = 4542; this.match(PostgreSqlParser.KW_TO); - this.state = 4589; + this.state = 4543; this.colid(); } break; case PostgreSqlParser.EQUAL: { - this.state = 4590; + this.state = 4544; this.match(PostgreSqlParser.EQUAL); - this.state = 4591; + this.state = 4545; this.colid(); } break; case PostgreSqlParser.KW_FROM: { - this.state = 4592; + this.state = 4546; this.match(PostgreSqlParser.KW_FROM); - this.state = 4593; + this.state = 4547; this.match(PostgreSqlParser.KW_CURRENT); } break; @@ -26281,30 +26072,30 @@ export class PostgreSqlParser extends SQLParserBase { case 6: this.enterOuterAlt(localContext, 6); { - this.state = 4596; + this.state = 4550; this.match(PostgreSqlParser.KW_AS); - this.state = 4597; + this.state = 4551; this.colid(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 4598; + this.state = 4552; this.stmt(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 4599; + this.state = 4553; this.common_func_opt_item(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 4600; + this.state = 4554; this.colid(); } break; @@ -26326,13 +26117,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_definition(): Opt_definitionContext { let localContext = new Opt_definitionContext(this.context, this.state); - this.enterRule(localContext, 400, PostgreSqlParser.RULE_opt_definition); + this.enterRule(localContext, 392, PostgreSqlParser.RULE_opt_definition); try { this.enterOuterAlt(localContext, 1); { - this.state = 4603; + this.state = 4557; this.match(PostgreSqlParser.KW_WITH); - this.state = 4604; + this.state = 4558; this.definition(); } } @@ -26352,13 +26143,13 @@ export class PostgreSqlParser extends SQLParserBase { } public table_func_column(): Table_func_columnContext { let localContext = new Table_func_columnContext(this.context, this.state); - this.enterRule(localContext, 402, PostgreSqlParser.RULE_table_func_column); + this.enterRule(localContext, 394, PostgreSqlParser.RULE_table_func_column); try { this.enterOuterAlt(localContext, 1); { - this.state = 4606; + this.state = 4560; this.column_name(); - this.state = 4607; + this.state = 4561; this.func_type(); } } @@ -26378,44 +26169,44 @@ export class PostgreSqlParser extends SQLParserBase { } public alterfunctionstmt(): AlterfunctionstmtContext { let localContext = new AlterfunctionstmtContext(this.context, this.state); - this.enterRule(localContext, 404, PostgreSqlParser.RULE_alterfunctionstmt); + this.enterRule(localContext, 396, PostgreSqlParser.RULE_alterfunctionstmt); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 4609; + this.state = 4563; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4616; + this.state = 4570; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_FUNCTION: { - this.state = 4610; + this.state = 4564; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 4611; + this.state = 4565; this.function_with_argtypes(); } break; case PostgreSqlParser.KW_PROCEDURE: { - this.state = 4612; + this.state = 4566; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 4613; + this.state = 4567; this.procedure_with_argtypes(); } break; case PostgreSqlParser.KW_ROUTINE: { - this.state = 4614; + this.state = 4568; this.match(PostgreSqlParser.KW_ROUTINE); - this.state = 4615; + this.state = 4569; this.routine_with_argtypes(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 4619; + this.state = 4573; this.errorHandler.sync(this); alternative = 1; do { @@ -26423,7 +26214,7 @@ export class PostgreSqlParser extends SQLParserBase { case 1: { { - this.state = 4618; + this.state = 4572; this.common_func_opt_item(); } } @@ -26431,16 +26222,16 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 4621; + this.state = 4575; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 571, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 567, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); - this.state = 4624; + this.state = 4578; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 572, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 568, this.context) ) { case 1: { - this.state = 4623; + this.state = 4577; this.match(PostgreSqlParser.KW_RESTRICT); } break; @@ -26463,78 +26254,78 @@ export class PostgreSqlParser extends SQLParserBase { } public removefuncstmt(): RemovefuncstmtContext { let localContext = new RemovefuncstmtContext(this.context, this.state); - this.enterRule(localContext, 406, PostgreSqlParser.RULE_removefuncstmt); + this.enterRule(localContext, 398, PostgreSqlParser.RULE_removefuncstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 4626; + this.state = 4580; this.match(PostgreSqlParser.KW_DROP); - this.state = 4642; + this.state = 4596; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_FUNCTION: { - this.state = 4627; + this.state = 4581; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 4629; + this.state = 4583; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 573, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 569, this.context) ) { case 1: { - this.state = 4628; + this.state = 4582; this.opt_if_exists(); } break; } - this.state = 4631; + this.state = 4585; this.function_with_argtypes_list(); } break; case PostgreSqlParser.KW_PROCEDURE: { - this.state = 4632; + this.state = 4586; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 4634; + this.state = 4588; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 574, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 570, this.context) ) { case 1: { - this.state = 4633; + this.state = 4587; this.opt_if_exists(); } break; } - this.state = 4636; + this.state = 4590; this.procedure_with_argtypes_list(); } break; case PostgreSqlParser.KW_ROUTINE: { - this.state = 4637; + this.state = 4591; this.match(PostgreSqlParser.KW_ROUTINE); - this.state = 4639; + this.state = 4593; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 575, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 571, this.context) ) { case 1: { - this.state = 4638; + this.state = 4592; this.opt_if_exists(); } break; } - this.state = 4641; + this.state = 4595; this.routine_with_argtypes_list(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 4645; + this.state = 4599; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 577, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 573, this.context) ) { case 1: { - this.state = 4644; + this.state = 4598; this.opt_drop_behavior(); } break; @@ -26557,51 +26348,51 @@ export class PostgreSqlParser extends SQLParserBase { } public removeaggrstmt(): RemoveaggrstmtContext { let localContext = new RemoveaggrstmtContext(this.context, this.state); - this.enterRule(localContext, 408, PostgreSqlParser.RULE_removeaggrstmt); + this.enterRule(localContext, 400, PostgreSqlParser.RULE_removeaggrstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4647; + this.state = 4601; this.match(PostgreSqlParser.KW_DROP); - this.state = 4648; + this.state = 4602; this.match(PostgreSqlParser.KW_AGGREGATE); - this.state = 4650; + this.state = 4604; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 578, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 574, this.context) ) { case 1: { - this.state = 4649; + this.state = 4603; this.opt_if_exists(); } break; } { - this.state = 4652; + this.state = 4606; this.aggregate_with_argtypes(); - this.state = 4657; + this.state = 4611; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4653; + this.state = 4607; this.match(PostgreSqlParser.COMMA); - this.state = 4654; + this.state = 4608; this.aggregate_with_argtypes(); } } - this.state = 4659; + this.state = 4613; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } - this.state = 4661; + this.state = 4615; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 580, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 576, this.context) ) { case 1: { - this.state = 4660; + this.state = 4614; this.opt_drop_behavior(); } break; @@ -26624,51 +26415,51 @@ export class PostgreSqlParser extends SQLParserBase { } public removeoperstmt(): RemoveoperstmtContext { let localContext = new RemoveoperstmtContext(this.context, this.state); - this.enterRule(localContext, 410, PostgreSqlParser.RULE_removeoperstmt); + this.enterRule(localContext, 402, PostgreSqlParser.RULE_removeoperstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4663; + this.state = 4617; this.match(PostgreSqlParser.KW_DROP); - this.state = 4664; + this.state = 4618; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 4666; + this.state = 4620; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 581, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 577, this.context) ) { case 1: { - this.state = 4665; + this.state = 4619; this.opt_if_exists(); } break; } { - this.state = 4668; + this.state = 4622; this.operator_with_argtypes(); - this.state = 4673; + this.state = 4627; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4669; + this.state = 4623; this.match(PostgreSqlParser.COMMA); - this.state = 4670; + this.state = 4624; this.operator_with_argtypes(); } } - this.state = 4675; + this.state = 4629; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } - this.state = 4677; + this.state = 4631; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 583, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 579, this.context) ) { case 1: { - this.state = 4676; + this.state = 4630; this.opt_drop_behavior(); } break; @@ -26691,28 +26482,28 @@ export class PostgreSqlParser extends SQLParserBase { } public oper_argtypes(): Oper_argtypesContext { let localContext = new Oper_argtypesContext(this.context, this.state); - this.enterRule(localContext, 412, PostgreSqlParser.RULE_oper_argtypes); + this.enterRule(localContext, 404, PostgreSqlParser.RULE_oper_argtypes); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4679; + this.state = 4633; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4692; + this.state = 4646; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 585, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 581, this.context) ) { case 1: { - this.state = 4680; + this.state = 4634; this.typename(); - this.state = 4683; + this.state = 4637; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 4681; + this.state = 4635; this.match(PostgreSqlParser.COMMA); - this.state = 4682; + this.state = 4636; this.typename(); } } @@ -26721,26 +26512,26 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 4685; + this.state = 4639; this.match(PostgreSqlParser.KW_NONE); - this.state = 4686; + this.state = 4640; this.match(PostgreSqlParser.COMMA); - this.state = 4687; + this.state = 4641; this.typename(); } break; case 3: { - this.state = 4688; + this.state = 4642; this.typename(); - this.state = 4689; + this.state = 4643; this.match(PostgreSqlParser.COMMA); - this.state = 4690; + this.state = 4644; this.match(PostgreSqlParser.KW_NONE); } break; } - this.state = 4694; + this.state = 4648; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -26760,28 +26551,28 @@ export class PostgreSqlParser extends SQLParserBase { } public any_operator(): Any_operatorContext { let localContext = new Any_operatorContext(this.context, this.state); - this.enterRule(localContext, 414, PostgreSqlParser.RULE_any_operator); + this.enterRule(localContext, 406, PostgreSqlParser.RULE_any_operator); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4701; + this.state = 4655; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 53 || ((((_la - 116)) & ~0x1F) === 0 && ((1 << (_la - 116)) & 4294959489) !== 0) || ((((_la - 148)) & ~0x1F) === 0 && ((1 << (_la - 148)) & 4294967295) !== 0) || ((((_la - 180)) & ~0x1F) === 0 && ((1 << (_la - 180)) & 4294967295) !== 0) || ((((_la - 212)) & ~0x1F) === 0 && ((1 << (_la - 212)) & 4227989503) !== 0) || ((((_la - 244)) & ~0x1F) === 0 && ((1 << (_la - 244)) & 4294967295) !== 0) || ((((_la - 276)) & ~0x1F) === 0 && ((1 << (_la - 276)) & 4294967295) !== 0) || ((((_la - 308)) & ~0x1F) === 0 && ((1 << (_la - 308)) & 4294967295) !== 0) || ((((_la - 340)) & ~0x1F) === 0 && ((1 << (_la - 340)) & 4294967295) !== 0) || ((((_la - 372)) & ~0x1F) === 0 && ((1 << (_la - 372)) & 4294967295) !== 0) || ((((_la - 404)) & ~0x1F) === 0 && ((1 << (_la - 404)) & 4294967295) !== 0) || ((((_la - 436)) & ~0x1F) === 0 && ((1 << (_la - 436)) & 4294705151) !== 0) || ((((_la - 468)) & ~0x1F) === 0 && ((1 << (_la - 468)) & 4294967279) !== 0) || ((((_la - 500)) & ~0x1F) === 0 && ((1 << (_la - 500)) & 18350039) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 402696335) !== 0) || _la === 584) { { { - this.state = 4696; + this.state = 4650; this.colid(); - this.state = 4697; + this.state = 4651; this.match(PostgreSqlParser.DOT); } } - this.state = 4703; + this.state = 4657; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 4704; + this.state = 4658; this.all_op(); } } @@ -26801,13 +26592,13 @@ export class PostgreSqlParser extends SQLParserBase { } public operator_with_argtypes(): Operator_with_argtypesContext { let localContext = new Operator_with_argtypesContext(this.context, this.state); - this.enterRule(localContext, 416, PostgreSqlParser.RULE_operator_with_argtypes); + this.enterRule(localContext, 408, PostgreSqlParser.RULE_operator_with_argtypes); try { this.enterOuterAlt(localContext, 1); { - this.state = 4706; + this.state = 4660; this.any_operator(); - this.state = 4707; + this.state = 4661; this.oper_argtypes(); } } @@ -26827,21 +26618,21 @@ export class PostgreSqlParser extends SQLParserBase { } public dostmt(): DostmtContext { let localContext = new DostmtContext(this.context, this.state); - this.enterRule(localContext, 418, PostgreSqlParser.RULE_dostmt); + this.enterRule(localContext, 410, PostgreSqlParser.RULE_dostmt); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 4709; + this.state = 4663; this.match(PostgreSqlParser.KW_DO); - this.state = 4713; + this.state = 4667; this.errorHandler.sync(this); alternative = 1; do { switch (alternative) { case 1: { - this.state = 4713; + this.state = 4667; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.StringConstant: @@ -26849,15 +26640,15 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.BeginDollarStringConstant: case PostgreSqlParser.EscapeStringConstant: { - this.state = 4710; + this.state = 4664; this.sconst(); } break; case PostgreSqlParser.KW_LANGUAGE: { - this.state = 4711; + this.state = 4665; this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 4712; + this.state = 4666; this.nonreservedword_or_sconst(); } break; @@ -26869,9 +26660,9 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 4715; + this.state = 4669; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 588, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 584, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } } @@ -26891,43 +26682,43 @@ export class PostgreSqlParser extends SQLParserBase { } public createcaststmt(): CreatecaststmtContext { let localContext = new CreatecaststmtContext(this.context, this.state); - this.enterRule(localContext, 420, PostgreSqlParser.RULE_createcaststmt); + this.enterRule(localContext, 412, PostgreSqlParser.RULE_createcaststmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4717; + this.state = 4671; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4718; + this.state = 4672; this.match(PostgreSqlParser.KW_CAST); - this.state = 4719; + this.state = 4673; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4720; + this.state = 4674; this.typename(); - this.state = 4721; + this.state = 4675; this.match(PostgreSqlParser.KW_AS); - this.state = 4722; + this.state = 4676; this.typename(); - this.state = 4723; + this.state = 4677; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 4740; + this.state = 4694; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_WITHOUT: { { - this.state = 4724; + this.state = 4678; this.match(PostgreSqlParser.KW_WITHOUT); - this.state = 4725; + this.state = 4679; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 4728; + this.state = 4682; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 589, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 585, this.context) ) { case 1: { - this.state = 4726; + this.state = 4680; this.match(PostgreSqlParser.KW_AS); - this.state = 4727; + this.state = 4681; _la = this.tokenStream.LA(1); if(!(_la === 141 || _la === 223)) { this.errorHandler.recoverInline(this); @@ -26945,36 +26736,36 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_WITH: { { - this.state = 4730; + this.state = 4684; this.match(PostgreSqlParser.KW_WITH); - this.state = 4734; + this.state = 4688; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_FUNCTION: { - this.state = 4731; + this.state = 4685; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 4732; + this.state = 4686; this.function_with_argtypes(); } break; case PostgreSqlParser.KW_INOUT: { - this.state = 4733; + this.state = 4687; this.match(PostgreSqlParser.KW_INOUT); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 4738; + this.state = 4692; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 591, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 587, this.context) ) { case 1: { - this.state = 4736; + this.state = 4690; this.match(PostgreSqlParser.KW_AS); - this.state = 4737; + this.state = 4691; _la = this.tokenStream.LA(1); if(!(_la === 141 || _la === 223)) { this.errorHandler.recoverInline(this); @@ -27010,13 +26801,13 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_if_exists(): Opt_if_existsContext { let localContext = new Opt_if_existsContext(this.context, this.state); - this.enterRule(localContext, 422, PostgreSqlParser.RULE_opt_if_exists); + this.enterRule(localContext, 414, PostgreSqlParser.RULE_opt_if_exists); try { this.enterOuterAlt(localContext, 1); { - this.state = 4742; + this.state = 4696; this.match(PostgreSqlParser.KW_IF); - this.state = 4743; + this.state = 4697; this.match(PostgreSqlParser.KW_EXISTS); } } @@ -27036,54 +26827,54 @@ export class PostgreSqlParser extends SQLParserBase { } public createtransformstmt(): CreatetransformstmtContext { let localContext = new CreatetransformstmtContext(this.context, this.state); - this.enterRule(localContext, 424, PostgreSqlParser.RULE_createtransformstmt); + this.enterRule(localContext, 416, PostgreSqlParser.RULE_createtransformstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4745; + this.state = 4699; this.match(PostgreSqlParser.KW_CREATE); - this.state = 4747; + this.state = 4701; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 82) { { - this.state = 4746; + this.state = 4700; this.opt_or_replace(); } } - this.state = 4749; + this.state = 4703; this.match(PostgreSqlParser.KW_TRANSFORM); - this.state = 4750; + this.state = 4704; this.match(PostgreSqlParser.KW_FOR); - this.state = 4751; + this.state = 4705; this.typename(); - this.state = 4752; + this.state = 4706; this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 4753; + this.state = 4707; this.colid(); - this.state = 4754; + this.state = 4708; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4769; + this.state = 4723; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_FROM: { - this.state = 4755; + this.state = 4709; this.match(PostgreSqlParser.KW_FROM); - this.state = 4756; + this.state = 4710; this.sql_with_function(); - this.state = 4760; + this.state = 4714; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 4757; + this.state = 4711; this.match(PostgreSqlParser.COMMA); - this.state = 4758; + this.state = 4712; this.match(PostgreSqlParser.KW_TO); - this.state = 4759; + this.state = 4713; this.sql_with_function(); } } @@ -27092,20 +26883,20 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.KW_TO: { - this.state = 4762; + this.state = 4716; this.match(PostgreSqlParser.KW_TO); - this.state = 4763; + this.state = 4717; this.sql_with_function(); - this.state = 4767; + this.state = 4721; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 4764; + this.state = 4718; this.match(PostgreSqlParser.COMMA); - this.state = 4765; + this.state = 4719; this.match(PostgreSqlParser.KW_FROM); - this.state = 4766; + this.state = 4720; this.sql_with_function(); } } @@ -27115,7 +26906,7 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 4771; + this.state = 4725; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -27135,17 +26926,17 @@ export class PostgreSqlParser extends SQLParserBase { } public sql_with_function(): Sql_with_functionContext { let localContext = new Sql_with_functionContext(this.context, this.state); - this.enterRule(localContext, 426, PostgreSqlParser.RULE_sql_with_function); + this.enterRule(localContext, 418, PostgreSqlParser.RULE_sql_with_function); try { this.enterOuterAlt(localContext, 1); { - this.state = 4773; + this.state = 4727; this.match(PostgreSqlParser.KW_SQL); - this.state = 4774; + this.state = 4728; this.match(PostgreSqlParser.KW_WITH); - this.state = 4775; + this.state = 4729; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 4776; + this.state = 4730; this.function_with_argtypes(); } } @@ -27165,134 +26956,134 @@ export class PostgreSqlParser extends SQLParserBase { } public reindexstmt(): ReindexstmtContext { let localContext = new ReindexstmtContext(this.context, this.state); - this.enterRule(localContext, 428, PostgreSqlParser.RULE_reindexstmt); + this.enterRule(localContext, 420, PostgreSqlParser.RULE_reindexstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4778; + this.state = 4732; this.match(PostgreSqlParser.KW_REINDEX); - this.state = 4789; + this.state = 4743; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 4779; + this.state = 4733; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 4780; + this.state = 4734; this.match(PostgreSqlParser.KW_VERBOSE); - this.state = 4785; + this.state = 4739; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 4781; + this.state = 4735; this.match(PostgreSqlParser.COMMA); - this.state = 4782; + this.state = 4736; this.match(PostgreSqlParser.KW_VERBOSE); } } - this.state = 4787; + this.state = 4741; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 4788; + this.state = 4742; this.match(PostgreSqlParser.CLOSE_PAREN); } } { - this.state = 4816; + this.state = 4770; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_INDEX: { - this.state = 4791; + this.state = 4745; this.match(PostgreSqlParser.KW_INDEX); - this.state = 4793; + this.state = 4747; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 109) { { - this.state = 4792; + this.state = 4746; this.match(PostgreSqlParser.KW_CONCURRENTLY); } } - this.state = 4795; + this.state = 4749; this.qualified_name(); } break; case PostgreSqlParser.KW_TABLE: { - this.state = 4796; + this.state = 4750; this.match(PostgreSqlParser.KW_TABLE); - this.state = 4798; + this.state = 4752; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 109) { { - this.state = 4797; + this.state = 4751; this.match(PostgreSqlParser.KW_CONCURRENTLY); } } - this.state = 4800; + this.state = 4754; this.table_name(); } break; case PostgreSqlParser.KW_SCHEMA: { - this.state = 4801; + this.state = 4755; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 4803; + this.state = 4757; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 109) { { - this.state = 4802; + this.state = 4756; this.match(PostgreSqlParser.KW_CONCURRENTLY); } } - this.state = 4805; + this.state = 4759; this.schema_name(); } break; case PostgreSqlParser.KW_SYSTEM: { - this.state = 4806; + this.state = 4760; this.match(PostgreSqlParser.KW_SYSTEM); - this.state = 4808; + this.state = 4762; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 109) { { - this.state = 4807; + this.state = 4761; this.match(PostgreSqlParser.KW_CONCURRENTLY); } } - this.state = 4810; + this.state = 4764; this.colid(); } break; case PostgreSqlParser.KW_DATABASE: { - this.state = 4811; + this.state = 4765; this.match(PostgreSqlParser.KW_DATABASE); - this.state = 4813; + this.state = 4767; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 109) { { - this.state = 4812; + this.state = 4766; this.match(PostgreSqlParser.KW_CONCURRENTLY); } } - this.state = 4815; + this.state = 4769; this.database_name(); } break; @@ -27318,16 +27109,16 @@ export class PostgreSqlParser extends SQLParserBase { } public altertblspcstmt(): AltertblspcstmtContext { let localContext = new AltertblspcstmtContext(this.context, this.state); - this.enterRule(localContext, 430, PostgreSqlParser.RULE_altertblspcstmt); + this.enterRule(localContext, 422, PostgreSqlParser.RULE_altertblspcstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 4818; + this.state = 4772; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4819; + this.state = 4773; this.opttablespace(); - this.state = 4820; + this.state = 4774; _la = this.tokenStream.LA(1); if(!(_la === 313 || _la === 333)) { this.errorHandler.recoverInline(this); @@ -27336,7 +27127,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4821; + this.state = 4775; this.reloptions(); } } @@ -27356,70 +27147,70 @@ export class PostgreSqlParser extends SQLParserBase { } public renamestmt(): RenamestmtContext { let localContext = new RenamestmtContext(this.context, this.state); - this.enterRule(localContext, 432, PostgreSqlParser.RULE_renamestmt); + this.enterRule(localContext, 424, PostgreSqlParser.RULE_renamestmt); let _la: number; try { - this.state = 5030; + this.state = 4984; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 625, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 621, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 4823; + this.state = 4777; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4828; + this.state = 4782; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AGGREGATE: { - this.state = 4824; + this.state = 4778; this.match(PostgreSqlParser.KW_AGGREGATE); - this.state = 4825; + this.state = 4779; this.aggregate_with_argtypes(); } break; case PostgreSqlParser.KW_ROUTINE: { - this.state = 4826; + this.state = 4780; this.match(PostgreSqlParser.KW_ROUTINE); - this.state = 4827; + this.state = 4781; this.routine_with_argtypes(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 4830; + this.state = 4784; this.match(PostgreSqlParser.KW_RENAME); - this.state = 4831; + this.state = 4785; this.match(PostgreSqlParser.KW_TO); - this.state = 4832; + this.state = 4786; this.colid(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 4834; + this.state = 4788; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4835; + this.state = 4789; this.match(PostgreSqlParser.KW_DATABASE); - this.state = 4836; + this.state = 4790; this.database_name(); - this.state = 4837; + this.state = 4791; this.match(PostgreSqlParser.KW_RENAME); - this.state = 4838; + this.state = 4792; this.match(PostgreSqlParser.KW_TO); - this.state = 4839; + this.state = 4793; this.database_name_create(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 4841; + this.state = 4795; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4842; + this.state = 4796; _la = this.tokenStream.LA(1); if(!(_la === 108 || _la === 168 || _la === 189 || _la === 342 || _la === 360)) { this.errorHandler.recoverInline(this); @@ -27428,41 +27219,41 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4843; + this.state = 4797; this.any_name(); - this.state = 4844; + this.state = 4798; this.match(PostgreSqlParser.KW_RENAME); - this.state = 4845; + this.state = 4799; this.match(PostgreSqlParser.KW_TO); - this.state = 4846; + this.state = 4800; this.colid(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 4848; + this.state = 4802; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4849; + this.state = 4803; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 4850; + this.state = 4804; this.function_with_argtypes(); - this.state = 4851; + this.state = 4805; this.match(PostgreSqlParser.KW_RENAME); - this.state = 4852; + this.state = 4806; this.match(PostgreSqlParser.KW_TO); - this.state = 4853; + this.state = 4807; this.function_name_create(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 4855; + this.state = 4809; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4856; + this.state = 4810; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 4857; + this.state = 4811; _la = this.tokenStream.LA(1); if(!(_la === 156 || _la === 206)) { this.errorHandler.recoverInline(this); @@ -27471,58 +27262,58 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4858; + this.state = 4812; this.any_name(); - this.state = 4859; + this.state = 4813; this.table_access_method_clause(); - this.state = 4860; + this.state = 4814; this.match(PostgreSqlParser.KW_RENAME); - this.state = 4861; + this.state = 4815; this.match(PostgreSqlParser.KW_TO); - this.state = 4862; + this.state = 4816; this.colid(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 4864; + this.state = 4818; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4865; + this.state = 4819; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 4866; + this.state = 4820; this.procedure_with_argtypes(); - this.state = 4867; + this.state = 4821; this.match(PostgreSqlParser.KW_RENAME); - this.state = 4868; + this.state = 4822; this.match(PostgreSqlParser.KW_TO); - this.state = 4869; + this.state = 4823; this.procedure_name_create(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 4871; + this.state = 4825; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4872; + this.state = 4826; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 4873; + this.state = 4827; this.schema_name(); - this.state = 4874; + this.state = 4828; this.match(PostgreSqlParser.KW_RENAME); - this.state = 4875; + this.state = 4829; this.match(PostgreSqlParser.KW_TO); - this.state = 4876; + this.state = 4830; this.schema_name_create(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 4878; + this.state = 4832; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4879; + this.state = 4833; _la = this.tokenStream.LA(1); if(!(_la === 226 || _la === 328)) { this.errorHandler.recoverInline(this); @@ -27531,143 +27322,143 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4881; + this.state = 4835; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 606, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 602, this.context) ) { case 1: { - this.state = 4880; + this.state = 4834; this.opt_if_exists(); } break; } - this.state = 4883; + this.state = 4837; this.qualified_name(); - this.state = 4884; + this.state = 4838; this.match(PostgreSqlParser.KW_RENAME); - this.state = 4885; + this.state = 4839; this.match(PostgreSqlParser.KW_TO); - this.state = 4886; + this.state = 4840; this.colid(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 4888; + this.state = 4842; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4890; + this.state = 4844; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 259) { { - this.state = 4889; + this.state = 4843; this.match(PostgreSqlParser.KW_MATERIALIZED); } } - this.state = 4892; + this.state = 4846; this.match(PostgreSqlParser.KW_VIEW); - this.state = 4894; + this.state = 4848; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 608, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 604, this.context) ) { case 1: { - this.state = 4893; + this.state = 4847; this.opt_if_exists(); } break; } - this.state = 4896; + this.state = 4850; this.view_name(); - this.state = 4897; + this.state = 4851; this.match(PostgreSqlParser.KW_RENAME); - this.state = 4898; + this.state = 4852; this.match(PostgreSqlParser.KW_TO); - this.state = 4899; + this.state = 4853; this.view_name_create(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 4901; + this.state = 4855; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4903; + this.state = 4857; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 63) { { - this.state = 4902; + this.state = 4856; this.match(PostgreSqlParser.KW_FOREIGN); } } - this.state = 4905; + this.state = 4859; this.match(PostgreSqlParser.KW_TABLE); - this.state = 4907; + this.state = 4861; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 610, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 606, this.context) ) { case 1: { - this.state = 4906; + this.state = 4860; this.opt_if_exists(); } break; } - this.state = 4909; + this.state = 4863; this.relation_expr(); - this.state = 4910; + this.state = 4864; this.match(PostgreSqlParser.KW_RENAME); - this.state = 4911; + this.state = 4865; this.match(PostgreSqlParser.KW_TO); - this.state = 4912; + this.state = 4866; this.table_name_create(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 4914; + this.state = 4868; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4939; + this.state = 4893; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_FOREIGN: case PostgreSqlParser.KW_TABLE: { - this.state = 4916; + this.state = 4870; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 63) { { - this.state = 4915; + this.state = 4869; this.match(PostgreSqlParser.KW_FOREIGN); } } - this.state = 4918; + this.state = 4872; this.match(PostgreSqlParser.KW_TABLE); - this.state = 4920; + this.state = 4874; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 612, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 608, this.context) ) { case 1: { - this.state = 4919; + this.state = 4873; this.opt_if_exists(); } break; } - this.state = 4922; + this.state = 4876; this.relation_expr(); - this.state = 4923; + this.state = 4877; this.match(PostgreSqlParser.KW_RENAME); - this.state = 4925; + this.state = 4879; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 613, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 609, this.context) ) { case 1: { - this.state = 4924; + this.state = 4878; this.match(PostgreSqlParser.KW_COLUMN); } break; @@ -27677,38 +27468,38 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_MATERIALIZED: case PostgreSqlParser.KW_VIEW: { - this.state = 4928; + this.state = 4882; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 259) { { - this.state = 4927; + this.state = 4881; this.match(PostgreSqlParser.KW_MATERIALIZED); } } - this.state = 4930; + this.state = 4884; this.match(PostgreSqlParser.KW_VIEW); - this.state = 4932; + this.state = 4886; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 615, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 611, this.context) ) { case 1: { - this.state = 4931; + this.state = 4885; this.opt_if_exists(); } break; } - this.state = 4934; + this.state = 4888; this.view_name(); - this.state = 4935; + this.state = 4889; this.match(PostgreSqlParser.KW_RENAME); - this.state = 4937; + this.state = 4891; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 616, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 612, this.context) ) { case 1: { - this.state = 4936; + this.state = 4890; this.match(PostgreSqlParser.KW_COLUMN); } break; @@ -27718,82 +27509,82 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 4941; + this.state = 4895; this.column_name(); - this.state = 4942; + this.state = 4896; this.match(PostgreSqlParser.KW_TO); - this.state = 4943; + this.state = 4897; this.column_name_create(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 4945; + this.state = 4899; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4953; + this.state = 4907; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_TABLE: { - this.state = 4946; + this.state = 4900; this.match(PostgreSqlParser.KW_TABLE); - this.state = 4948; + this.state = 4902; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 618, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 614, this.context) ) { case 1: { - this.state = 4947; + this.state = 4901; this.opt_if_exists(); } break; } - this.state = 4950; + this.state = 4904; this.relation_expr(); } break; case PostgreSqlParser.KW_DOMAIN: { - this.state = 4951; + this.state = 4905; this.match(PostgreSqlParser.KW_DOMAIN); - this.state = 4952; + this.state = 4906; this.any_name(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 4955; + this.state = 4909; this.match(PostgreSqlParser.KW_RENAME); - this.state = 4956; + this.state = 4910; this.match(PostgreSqlParser.KW_CONSTRAINT); - this.state = 4957; + this.state = 4911; this.colid(); - this.state = 4958; + this.state = 4912; this.match(PostgreSqlParser.KW_TO); - this.state = 4959; + this.state = 4913; this.colid(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 4961; + this.state = 4915; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4968; + this.state = 4922; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_POLICY: { { - this.state = 4962; + this.state = 4916; this.match(PostgreSqlParser.KW_POLICY); - this.state = 4964; + this.state = 4918; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 620, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 616, this.context) ) { case 1: { - this.state = 4963; + this.state = 4917; this.opt_if_exists(); } break; @@ -27803,113 +27594,113 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.KW_RULE: { - this.state = 4966; + this.state = 4920; this.match(PostgreSqlParser.KW_RULE); } break; case PostgreSqlParser.KW_TRIGGER: { - this.state = 4967; + this.state = 4921; this.match(PostgreSqlParser.KW_TRIGGER); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 4970; + this.state = 4924; this.colid(); - this.state = 4971; + this.state = 4925; this.match(PostgreSqlParser.KW_ON); - this.state = 4972; + this.state = 4926; this.qualified_name(); - this.state = 4973; + this.state = 4927; this.match(PostgreSqlParser.KW_RENAME); - this.state = 4974; + this.state = 4928; this.match(PostgreSqlParser.KW_TO); - this.state = 4975; + this.state = 4929; this.colid(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 4977; + this.state = 4931; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4990; + this.state = 4944; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_FOREIGN: { - this.state = 4978; + this.state = 4932; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 4979; + this.state = 4933; this.match(PostgreSqlParser.KW_DATA); - this.state = 4980; + this.state = 4934; this.match(PostgreSqlParser.KW_WRAPPER); } break; case PostgreSqlParser.KW_LANGUAGE: case PostgreSqlParser.KW_PROCEDURAL: { - this.state = 4982; + this.state = 4936; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 295) { { - this.state = 4981; + this.state = 4935; this.match(PostgreSqlParser.KW_PROCEDURAL); } } - this.state = 4984; + this.state = 4938; this.match(PostgreSqlParser.KW_LANGUAGE); } break; case PostgreSqlParser.KW_PUBLICATION: { - this.state = 4985; + this.state = 4939; this.match(PostgreSqlParser.KW_PUBLICATION); } break; case PostgreSqlParser.KW_SERVER: { - this.state = 4986; + this.state = 4940; this.match(PostgreSqlParser.KW_SERVER); } break; case PostgreSqlParser.KW_SUBSCRIPTION: { - this.state = 4987; + this.state = 4941; this.match(PostgreSqlParser.KW_SUBSCRIPTION); } break; case PostgreSqlParser.KW_EVENT: { - this.state = 4988; + this.state = 4942; this.match(PostgreSqlParser.KW_EVENT); - this.state = 4989; + this.state = 4943; this.match(PostgreSqlParser.KW_TRIGGER); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 4992; + this.state = 4946; this.colid(); - this.state = 4993; + this.state = 4947; this.match(PostgreSqlParser.KW_RENAME); - this.state = 4994; + this.state = 4948; this.match(PostgreSqlParser.KW_TO); - this.state = 4995; + this.state = 4949; this.colid(); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 4997; + this.state = 4951; this.match(PostgreSqlParser.KW_ALTER); - this.state = 4998; + this.state = 4952; _la = this.tokenStream.LA(1); if(!(_la === 66 || _la === 99 || _la === 318)) { this.errorHandler.recoverInline(this); @@ -27918,41 +27709,41 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 4999; + this.state = 4953; this.rolespec(); - this.state = 5000; + this.state = 4954; this.match(PostgreSqlParser.KW_RENAME); - this.state = 5001; + this.state = 4955; this.match(PostgreSqlParser.KW_TO); - this.state = 5002; + this.state = 4956; this.rolespec(); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 5004; + this.state = 4958; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5005; + this.state = 4959; this.opttablespace(); - this.state = 5006; + this.state = 4960; this.match(PostgreSqlParser.KW_RENAME); - this.state = 5007; + this.state = 4961; this.match(PostgreSqlParser.KW_TO); - this.state = 5008; + this.state = 4962; this.tablespace_name_create(); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 5010; + this.state = 4964; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5011; + this.state = 4965; this.match(PostgreSqlParser.KW_TEXT); - this.state = 5012; + this.state = 4966; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 5013; + this.state = 4967; _la = this.tokenStream.LA(1); if(!(_la === 163 || _la === 185 || _la === 283 || _la === 353)) { this.errorHandler.recoverInline(this); @@ -27961,41 +27752,41 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 5014; + this.state = 4968; this.any_name(); - this.state = 5015; + this.state = 4969; this.match(PostgreSqlParser.KW_RENAME); - this.state = 5016; + this.state = 4970; this.match(PostgreSqlParser.KW_TO); - this.state = 5017; + this.state = 4971; this.colid(); } break; case 18: this.enterOuterAlt(localContext, 18); { - this.state = 5019; + this.state = 4973; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5020; + this.state = 4974; this.match(PostgreSqlParser.KW_TYPE); - this.state = 5021; + this.state = 4975; this.any_name(); - this.state = 5022; + this.state = 4976; this.match(PostgreSqlParser.KW_RENAME); - this.state = 5023; + this.state = 4977; this.match(PostgreSqlParser.KW_ATTRIBUTE); - this.state = 5024; + this.state = 4978; this.colid(); - this.state = 5025; + this.state = 4979; this.match(PostgreSqlParser.KW_TO); - this.state = 5026; + this.state = 4980; this.colid(); - this.state = 5028; + this.state = 4982; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 624, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 620, this.context) ) { case 1: { - this.state = 5027; + this.state = 4981; this.opt_drop_behavior(); } break; @@ -28020,90 +27811,90 @@ export class PostgreSqlParser extends SQLParserBase { } public alterobjectdependsstmt(): AlterobjectdependsstmtContext { let localContext = new AlterobjectdependsstmtContext(this.context, this.state); - this.enterRule(localContext, 434, PostgreSqlParser.RULE_alterobjectdependsstmt); + this.enterRule(localContext, 426, PostgreSqlParser.RULE_alterobjectdependsstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5032; + this.state = 4986; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5049; + this.state = 5003; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_FUNCTION: { - this.state = 5033; + this.state = 4987; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 5034; + this.state = 4988; this.function_with_argtypes(); } break; case PostgreSqlParser.KW_PROCEDURE: { - this.state = 5035; + this.state = 4989; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 5036; + this.state = 4990; this.procedure_with_argtypes(); } break; case PostgreSqlParser.KW_ROUTINE: { - this.state = 5037; + this.state = 4991; this.match(PostgreSqlParser.KW_ROUTINE); - this.state = 5038; + this.state = 4992; this.routine_with_argtypes(); } break; case PostgreSqlParser.KW_TRIGGER: { - this.state = 5039; + this.state = 4993; this.match(PostgreSqlParser.KW_TRIGGER); - this.state = 5040; + this.state = 4994; this.colid(); - this.state = 5041; + this.state = 4995; this.match(PostgreSqlParser.KW_ON); - this.state = 5042; + this.state = 4996; this.qualified_name(); } break; case PostgreSqlParser.KW_MATERIALIZED: { - this.state = 5044; + this.state = 4998; this.match(PostgreSqlParser.KW_MATERIALIZED); - this.state = 5045; + this.state = 4999; this.match(PostgreSqlParser.KW_VIEW); - this.state = 5046; + this.state = 5000; this.view_name(); } break; case PostgreSqlParser.KW_INDEX: { - this.state = 5047; + this.state = 5001; this.match(PostgreSqlParser.KW_INDEX); - this.state = 5048; + this.state = 5002; this.qualified_name(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 5052; + this.state = 5006; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 5051; + this.state = 5005; this.match(PostgreSqlParser.KW_NO); } } - this.state = 5054; + this.state = 5008; this.match(PostgreSqlParser.KW_DEPENDS); - this.state = 5055; + this.state = 5009; this.match(PostgreSqlParser.KW_ON); - this.state = 5056; + this.state = 5010; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 5057; + this.state = 5011; this.colid(); } } @@ -28123,57 +27914,57 @@ export class PostgreSqlParser extends SQLParserBase { } public alterobjectschemastmt(): AlterobjectschemastmtContext { let localContext = new AlterobjectschemastmtContext(this.context, this.state); - this.enterRule(localContext, 436, PostgreSqlParser.RULE_alterobjectschemastmt); + this.enterRule(localContext, 428, PostgreSqlParser.RULE_alterobjectschemastmt); let _la: number; try { - this.state = 5120; + this.state = 5074; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 635, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 631, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5059; + this.state = 5013; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5098; + this.state = 5052; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 633, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 629, this.context) ) { case 1: { - this.state = 5060; + this.state = 5014; this.match(PostgreSqlParser.KW_AGGREGATE); - this.state = 5061; + this.state = 5015; this.aggregate_with_argtypes(); } break; case 2: { - this.state = 5062; + this.state = 5016; this.match(PostgreSqlParser.KW_EXTENSION); - this.state = 5063; + this.state = 5017; this.colid(); } break; case 3: { - this.state = 5064; + this.state = 5018; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 5065; + this.state = 5019; this.function_with_argtypes(); } break; case 4: { - this.state = 5066; + this.state = 5020; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 5067; + this.state = 5021; this.operator_with_argtypes(); } break; case 5: { - this.state = 5068; + this.state = 5022; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 5069; + this.state = 5023; _la = this.tokenStream.LA(1); if(!(_la === 156 || _la === 206)) { this.errorHandler.recoverInline(this); @@ -28182,126 +27973,126 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 5070; + this.state = 5024; this.any_name(); - this.state = 5071; + this.state = 5025; this.table_access_method_clause(); } break; case 6: { - this.state = 5073; + this.state = 5027; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 5074; + this.state = 5028; this.procedure_with_argtypes(); } break; case 7: { - this.state = 5075; + this.state = 5029; this.match(PostgreSqlParser.KW_ROUTINE); - this.state = 5076; + this.state = 5030; this.routine_with_argtypes(); } break; case 8: { - this.state = 5077; + this.state = 5031; this.match(PostgreSqlParser.KW_SEQUENCE); - this.state = 5079; + this.state = 5033; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 628, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 624, this.context) ) { case 1: { - this.state = 5078; + this.state = 5032; this.opt_if_exists(); } break; } - this.state = 5081; + this.state = 5035; this.qualified_name(); } break; case 9: { - this.state = 5083; + this.state = 5037; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 259) { { - this.state = 5082; + this.state = 5036; this.match(PostgreSqlParser.KW_MATERIALIZED); } } - this.state = 5085; + this.state = 5039; this.match(PostgreSqlParser.KW_VIEW); - this.state = 5087; + this.state = 5041; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 630, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 626, this.context) ) { case 1: { - this.state = 5086; + this.state = 5040; this.opt_if_exists(); } break; } - this.state = 5089; + this.state = 5043; this.view_name(); } break; case 10: { - this.state = 5091; + this.state = 5045; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 63) { { - this.state = 5090; + this.state = 5044; this.match(PostgreSqlParser.KW_FOREIGN); } } - this.state = 5093; + this.state = 5047; this.match(PostgreSqlParser.KW_TABLE); - this.state = 5095; + this.state = 5049; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 632, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 628, this.context) ) { case 1: { - this.state = 5094; + this.state = 5048; this.opt_if_exists(); } break; } - this.state = 5097; + this.state = 5051; this.relation_expr(); } break; } - this.state = 5100; + this.state = 5054; this.match(PostgreSqlParser.KW_SET); - this.state = 5101; + this.state = 5055; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 5102; + this.state = 5056; this.schema_name(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5104; + this.state = 5058; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5113; + this.state = 5067; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_TEXT: { - this.state = 5105; + this.state = 5059; this.match(PostgreSqlParser.KW_TEXT); - this.state = 5106; + this.state = 5060; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 5107; + this.state = 5061; _la = this.tokenStream.LA(1); if(!(_la === 163 || _la === 185 || _la === 283 || _la === 353)) { this.errorHandler.recoverInline(this); @@ -28314,44 +28105,44 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.KW_COLLATION: { - this.state = 5108; + this.state = 5062; this.match(PostgreSqlParser.KW_COLLATION); } break; case PostgreSqlParser.KW_CONVERSION: { - this.state = 5109; + this.state = 5063; this.match(PostgreSqlParser.KW_CONVERSION); } break; case PostgreSqlParser.KW_DOMAIN: { - this.state = 5110; + this.state = 5064; this.match(PostgreSqlParser.KW_DOMAIN); } break; case PostgreSqlParser.KW_STATISTICS: { - this.state = 5111; + this.state = 5065; this.match(PostgreSqlParser.KW_STATISTICS); } break; case PostgreSqlParser.KW_TYPE: { - this.state = 5112; + this.state = 5066; this.match(PostgreSqlParser.KW_TYPE); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 5115; + this.state = 5069; this.any_name(); - this.state = 5116; + this.state = 5070; this.match(PostgreSqlParser.KW_SET); - this.state = 5117; + this.state = 5071; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 5118; + this.state = 5072; this.schema_name(); } break; @@ -28373,19 +28164,19 @@ export class PostgreSqlParser extends SQLParserBase { } public alteroperatorstmt(): AlteroperatorstmtContext { let localContext = new AlteroperatorstmtContext(this.context, this.state); - this.enterRule(localContext, 438, PostgreSqlParser.RULE_alteroperatorstmt); + this.enterRule(localContext, 430, PostgreSqlParser.RULE_alteroperatorstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 5122; + this.state = 5076; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5123; + this.state = 5077; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 5124; + this.state = 5078; this.operator_with_argtypes(); - this.state = 5125; + this.state = 5079; this.match(PostgreSqlParser.KW_SET); - this.state = 5126; + this.state = 5080; this.operator_def_list(); } } @@ -28405,32 +28196,32 @@ export class PostgreSqlParser extends SQLParserBase { } public operator_def_list(): Operator_def_listContext { let localContext = new Operator_def_listContext(this.context, this.state); - this.enterRule(localContext, 440, PostgreSqlParser.RULE_operator_def_list); + this.enterRule(localContext, 432, PostgreSqlParser.RULE_operator_def_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5128; + this.state = 5082; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 5129; + this.state = 5083; this.operator_def_elem(); - this.state = 5134; + this.state = 5088; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 5130; + this.state = 5084; this.match(PostgreSqlParser.COMMA); - this.state = 5131; + this.state = 5085; this.operator_def_elem(); } } - this.state = 5136; + this.state = 5090; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 5137; + this.state = 5091; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -28450,50 +28241,50 @@ export class PostgreSqlParser extends SQLParserBase { } public operator_def_elem(): Operator_def_elemContext { let localContext = new Operator_def_elemContext(this.context, this.state); - this.enterRule(localContext, 442, PostgreSqlParser.RULE_operator_def_elem); + this.enterRule(localContext, 434, PostgreSqlParser.RULE_operator_def_elem); try { this.enterOuterAlt(localContext, 1); { - this.state = 5139; + this.state = 5093; this.collabel(); - this.state = 5140; + this.state = 5094; this.match(PostgreSqlParser.EQUAL); - this.state = 5147; + this.state = 5101; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 637, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 633, this.context) ) { case 1: { - this.state = 5141; + this.state = 5095; this.match(PostgreSqlParser.KW_NONE); } break; case 2: { - this.state = 5142; + this.state = 5096; this.func_type(); } break; case 3: { - this.state = 5143; + this.state = 5097; this.reserved_keyword(); } break; case 4: { - this.state = 5144; + this.state = 5098; this.qual_all_op(); } break; case 5: { - this.state = 5145; + this.state = 5099; this.numericonly(); } break; case 6: { - this.state = 5146; + this.state = 5100; this.sconst(); } break; @@ -28516,19 +28307,19 @@ export class PostgreSqlParser extends SQLParserBase { } public altertypestmt(): AltertypestmtContext { let localContext = new AltertypestmtContext(this.context, this.state); - this.enterRule(localContext, 444, PostgreSqlParser.RULE_altertypestmt); + this.enterRule(localContext, 436, PostgreSqlParser.RULE_altertypestmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 5149; + this.state = 5103; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5150; + this.state = 5104; this.match(PostgreSqlParser.KW_TYPE); - this.state = 5151; + this.state = 5105; this.any_name(); - this.state = 5152; + this.state = 5106; this.match(PostgreSqlParser.KW_SET); - this.state = 5153; + this.state = 5107; this.operator_def_list(); } } @@ -28548,20 +28339,20 @@ export class PostgreSqlParser extends SQLParserBase { } public alterownerstmt(): AlterownerstmtContext { let localContext = new AlterownerstmtContext(this.context, this.state); - this.enterRule(localContext, 446, PostgreSqlParser.RULE_alterownerstmt); + this.enterRule(localContext, 438, PostgreSqlParser.RULE_alterownerstmt); let _la: number; try { - this.state = 5229; + this.state = 5183; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 642, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 638, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5155; + this.state = 5109; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5156; + this.state = 5110; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 5157; + this.state = 5111; _la = this.tokenStream.LA(1); if(!(_la === 156 || _la === 206)) { this.errorHandler.recoverInline(this); @@ -28570,150 +28361,150 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 5158; + this.state = 5112; this.any_name(); - this.state = 5159; + this.state = 5113; this.table_access_method_clause(); - this.state = 5160; + this.state = 5114; this.match(PostgreSqlParser.KW_OWNER); - this.state = 5161; + this.state = 5115; this.match(PostgreSqlParser.KW_TO); - this.state = 5162; + this.state = 5116; this.rolespec(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5164; + this.state = 5118; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5191; + this.state = 5145; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 639, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 635, this.context) ) { case 1: { - this.state = 5165; + this.state = 5119; this.match(PostgreSqlParser.KW_AGGREGATE); - this.state = 5166; + this.state = 5120; this.aggregate_with_argtypes(); } break; case 2: { - this.state = 5167; + this.state = 5121; this.match(PostgreSqlParser.KW_DATABASE); - this.state = 5168; + this.state = 5122; this.database_name(); } break; case 3: { - this.state = 5169; + this.state = 5123; this.match(PostgreSqlParser.KW_FUNCTION); - this.state = 5170; + this.state = 5124; this.function_with_argtypes(); } break; case 4: { - this.state = 5172; + this.state = 5126; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 295) { { - this.state = 5171; + this.state = 5125; this.match(PostgreSqlParser.KW_PROCEDURAL); } } - this.state = 5174; + this.state = 5128; this.match(PostgreSqlParser.KW_LANGUAGE); - this.state = 5175; + this.state = 5129; this.colid(); } break; case 5: { - this.state = 5176; + this.state = 5130; this.match(PostgreSqlParser.KW_LARGE); - this.state = 5177; + this.state = 5131; this.match(PostgreSqlParser.KW_OBJECT); - this.state = 5178; + this.state = 5132; this.numericonly(); } break; case 6: { - this.state = 5179; + this.state = 5133; this.match(PostgreSqlParser.KW_LARGE); - this.state = 5180; + this.state = 5134; this.match(PostgreSqlParser.KW_OBJECT); - this.state = 5181; + this.state = 5135; this.numericonly(); } break; case 7: { - this.state = 5182; + this.state = 5136; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 5183; + this.state = 5137; this.operator_with_argtypes(); } break; case 8: { - this.state = 5184; + this.state = 5138; this.match(PostgreSqlParser.KW_PROCEDURE); - this.state = 5185; + this.state = 5139; this.procedure_with_argtypes(); } break; case 9: { - this.state = 5186; + this.state = 5140; this.match(PostgreSqlParser.KW_ROUTINE); - this.state = 5187; + this.state = 5141; this.routine_with_argtypes(); } break; case 10: { - this.state = 5188; + this.state = 5142; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 5189; + this.state = 5143; this.schema_name(); } break; case 11: { - this.state = 5190; + this.state = 5144; this.opttablespace(); } break; } - this.state = 5193; + this.state = 5147; this.match(PostgreSqlParser.KW_OWNER); - this.state = 5194; + this.state = 5148; this.match(PostgreSqlParser.KW_TO); - this.state = 5195; + this.state = 5149; this.rolespec(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 5197; + this.state = 5151; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5206; + this.state = 5160; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_TEXT: { - this.state = 5198; + this.state = 5152; this.match(PostgreSqlParser.KW_TEXT); - this.state = 5199; + this.state = 5153; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 5200; + this.state = 5154; _la = this.tokenStream.LA(1); if(!(_la === 163 || _la === 185)) { this.errorHandler.recoverInline(this); @@ -28726,69 +28517,69 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.KW_COLLATION: { - this.state = 5201; + this.state = 5155; this.match(PostgreSqlParser.KW_COLLATION); } break; case PostgreSqlParser.KW_CONVERSION: { - this.state = 5202; + this.state = 5156; this.match(PostgreSqlParser.KW_CONVERSION); } break; case PostgreSqlParser.KW_DOMAIN: { - this.state = 5203; + this.state = 5157; this.match(PostgreSqlParser.KW_DOMAIN); } break; case PostgreSqlParser.KW_TYPE: { - this.state = 5204; + this.state = 5158; this.match(PostgreSqlParser.KW_TYPE); } break; case PostgreSqlParser.KW_STATISTICS: { - this.state = 5205; + this.state = 5159; this.match(PostgreSqlParser.KW_STATISTICS); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 5208; + this.state = 5162; this.any_name(); - this.state = 5209; + this.state = 5163; this.match(PostgreSqlParser.KW_OWNER); - this.state = 5210; + this.state = 5164; this.match(PostgreSqlParser.KW_TO); - this.state = 5211; + this.state = 5165; this.rolespec(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 5213; + this.state = 5167; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5222; + this.state = 5176; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_SERVER: { - this.state = 5214; + this.state = 5168; this.match(PostgreSqlParser.KW_SERVER); } break; case PostgreSqlParser.KW_FOREIGN: { { - this.state = 5215; + this.state = 5169; this.match(PostgreSqlParser.KW_FOREIGN); - this.state = 5216; + this.state = 5170; this.match(PostgreSqlParser.KW_DATA); - this.state = 5217; + this.state = 5171; this.match(PostgreSqlParser.KW_WRAPPER); } } @@ -28796,35 +28587,35 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_EVENT: { { - this.state = 5218; + this.state = 5172; this.match(PostgreSqlParser.KW_EVENT); - this.state = 5219; + this.state = 5173; this.match(PostgreSqlParser.KW_TRIGGER); } } break; case PostgreSqlParser.KW_PUBLICATION: { - this.state = 5220; + this.state = 5174; this.match(PostgreSqlParser.KW_PUBLICATION); } break; case PostgreSqlParser.KW_SUBSCRIPTION: { - this.state = 5221; + this.state = 5175; this.match(PostgreSqlParser.KW_SUBSCRIPTION); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 5224; + this.state = 5178; this.colid(); - this.state = 5225; + this.state = 5179; this.match(PostgreSqlParser.KW_OWNER); - this.state = 5226; + this.state = 5180; this.match(PostgreSqlParser.KW_TO); - this.state = 5227; + this.state = 5181; this.rolespec(); } break; @@ -28846,46 +28637,46 @@ export class PostgreSqlParser extends SQLParserBase { } public createpublicationstmt(): CreatepublicationstmtContext { let localContext = new CreatepublicationstmtContext(this.context, this.state); - this.enterRule(localContext, 448, PostgreSqlParser.RULE_createpublicationstmt); + this.enterRule(localContext, 440, PostgreSqlParser.RULE_createpublicationstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 5231; + this.state = 5185; this.match(PostgreSqlParser.KW_CREATE); - this.state = 5232; + this.state = 5186; this.match(PostgreSqlParser.KW_PUBLICATION); - this.state = 5233; + this.state = 5187; this.colid(); - this.state = 5240; + this.state = 5194; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 643, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 639, this.context) ) { case 1: { - this.state = 5234; + this.state = 5188; this.match(PostgreSqlParser.KW_FOR); - this.state = 5235; + this.state = 5189; this.match(PostgreSqlParser.KW_TABLE); - this.state = 5236; + this.state = 5190; this.relation_expr_list(); } break; case 2: { - this.state = 5237; + this.state = 5191; this.match(PostgreSqlParser.KW_FOR); - this.state = 5238; + this.state = 5192; this.match(PostgreSqlParser.KW_ALL); - this.state = 5239; + this.state = 5193; this.match(PostgreSqlParser.KW_TABLES); } break; } - this.state = 5243; + this.state = 5197; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 644, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 640, this.context) ) { case 1: { - this.state = 5242; + this.state = 5196; this.opt_definition(); } break; @@ -28908,28 +28699,28 @@ export class PostgreSqlParser extends SQLParserBase { } public alterpublicationstmt(): AlterpublicationstmtContext { let localContext = new AlterpublicationstmtContext(this.context, this.state); - this.enterRule(localContext, 450, PostgreSqlParser.RULE_alterpublicationstmt); + this.enterRule(localContext, 442, PostgreSqlParser.RULE_alterpublicationstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5245; + this.state = 5199; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5246; + this.state = 5200; this.match(PostgreSqlParser.KW_PUBLICATION); - this.state = 5247; + this.state = 5201; this.colid(); - this.state = 5265; + this.state = 5219; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 646, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 642, this.context) ) { case 1: { { - this.state = 5248; + this.state = 5202; this.match(PostgreSqlParser.KW_OWNER); - this.state = 5249; + this.state = 5203; this.match(PostgreSqlParser.KW_TO); - this.state = 5250; + this.state = 5204; this.rolespec(); } } @@ -28937,9 +28728,9 @@ export class PostgreSqlParser extends SQLParserBase { case 2: { { - this.state = 5251; + this.state = 5205; this.match(PostgreSqlParser.KW_SET); - this.state = 5252; + this.state = 5206; this.definition(); } } @@ -28947,18 +28738,18 @@ export class PostgreSqlParser extends SQLParserBase { case 3: { { - this.state = 5253; + this.state = 5207; this.match(PostgreSqlParser.KW_RENAME); - this.state = 5254; + this.state = 5208; this.match(PostgreSqlParser.KW_TO); - this.state = 5255; + this.state = 5209; this.colid(); } } break; case 4: { - this.state = 5256; + this.state = 5210; _la = this.tokenStream.LA(1); if(!(_la === 133 || _la === 191 || _la === 333)) { this.errorHandler.recoverInline(this); @@ -28967,21 +28758,21 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 5257; + this.state = 5211; this.publication_relation_expr(); - this.state = 5262; + this.state = 5216; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 5258; + this.state = 5212; this.match(PostgreSqlParser.COMMA); - this.state = 5259; + this.state = 5213; this.publication_relation_expr(); } } - this.state = 5264; + this.state = 5218; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -29006,49 +28797,49 @@ export class PostgreSqlParser extends SQLParserBase { } public createsubscriptionstmt(): CreatesubscriptionstmtContext { let localContext = new CreatesubscriptionstmtContext(this.context, this.state); - this.enterRule(localContext, 452, PostgreSqlParser.RULE_createsubscriptionstmt); + this.enterRule(localContext, 444, PostgreSqlParser.RULE_createsubscriptionstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5267; + this.state = 5221; this.match(PostgreSqlParser.KW_CREATE); - this.state = 5268; + this.state = 5222; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 5269; + this.state = 5223; this.colid(); - this.state = 5270; + this.state = 5224; this.match(PostgreSqlParser.KW_CONNECTION); - this.state = 5271; + this.state = 5225; this.sconst(); - this.state = 5272; + this.state = 5226; this.match(PostgreSqlParser.KW_PUBLICATION); { - this.state = 5273; + this.state = 5227; this.collabel(); - this.state = 5278; + this.state = 5232; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 5274; + this.state = 5228; this.match(PostgreSqlParser.COMMA); - this.state = 5275; + this.state = 5229; this.collabel(); } } - this.state = 5280; + this.state = 5234; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } - this.state = 5282; + this.state = 5236; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 648, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 644, this.context) ) { case 1: { - this.state = 5281; + this.state = 5235; this.opt_definition(); } break; @@ -29071,61 +28862,61 @@ export class PostgreSqlParser extends SQLParserBase { } public altersubscriptionstmt(): AltersubscriptionstmtContext { let localContext = new AltersubscriptionstmtContext(this.context, this.state); - this.enterRule(localContext, 454, PostgreSqlParser.RULE_altersubscriptionstmt); + this.enterRule(localContext, 446, PostgreSqlParser.RULE_altersubscriptionstmt); let _la: number; try { - this.state = 5340; + this.state = 5294; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 652, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 648, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5284; + this.state = 5238; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5285; + this.state = 5239; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 5286; + this.state = 5240; this.colid(); - this.state = 5287; + this.state = 5241; this.match(PostgreSqlParser.KW_SET); - this.state = 5288; + this.state = 5242; this.definition(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5290; + this.state = 5244; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5291; + this.state = 5245; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 5292; + this.state = 5246; this.colid(); - this.state = 5293; + this.state = 5247; this.match(PostgreSqlParser.KW_CONNECTION); - this.state = 5294; + this.state = 5248; this.sconst(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 5296; + this.state = 5250; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5297; + this.state = 5251; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 5298; + this.state = 5252; this.colid(); - this.state = 5299; + this.state = 5253; this.match(PostgreSqlParser.KW_REFRESH); - this.state = 5300; + this.state = 5254; this.match(PostgreSqlParser.KW_PUBLICATION); - this.state = 5302; + this.state = 5256; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 649, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 645, this.context) ) { case 1: { - this.state = 5301; + this.state = 5255; this.opt_definition(); } break; @@ -29135,13 +28926,13 @@ export class PostgreSqlParser extends SQLParserBase { case 4: this.enterOuterAlt(localContext, 4); { - this.state = 5304; + this.state = 5258; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5305; + this.state = 5259; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 5306; + this.state = 5260; this.colid(); - this.state = 5307; + this.state = 5261; _la = this.tokenStream.LA(1); if(!(_la === 133 || _la === 191 || _la === 333)) { this.errorHandler.recoverInline(this); @@ -29150,34 +28941,34 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 5308; + this.state = 5262; this.match(PostgreSqlParser.KW_PUBLICATION); { - this.state = 5309; + this.state = 5263; this.collabel(); - this.state = 5314; + this.state = 5268; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 5310; + this.state = 5264; this.match(PostgreSqlParser.COMMA); - this.state = 5311; + this.state = 5265; this.collabel(); } } - this.state = 5316; + this.state = 5270; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } - this.state = 5318; + this.state = 5272; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 651, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 647, this.context) ) { case 1: { - this.state = 5317; + this.state = 5271; this.opt_definition(); } break; @@ -29187,13 +28978,13 @@ export class PostgreSqlParser extends SQLParserBase { case 5: this.enterOuterAlt(localContext, 5); { - this.state = 5320; + this.state = 5274; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5321; + this.state = 5275; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 5322; + this.state = 5276; this.colid(); - this.state = 5323; + this.state = 5277; _la = this.tokenStream.LA(1); if(!(_la === 186 || _la === 193)) { this.errorHandler.recoverInline(this); @@ -29207,36 +28998,36 @@ export class PostgreSqlParser extends SQLParserBase { case 6: this.enterOuterAlt(localContext, 6); { - this.state = 5325; + this.state = 5279; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5326; + this.state = 5280; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 5327; + this.state = 5281; this.colid(); - this.state = 5328; + this.state = 5282; this.match(PostgreSqlParser.KW_SKIP); - this.state = 5329; + this.state = 5283; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 5330; + this.state = 5284; this.old_aggr_elem(); - this.state = 5331; + this.state = 5285; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 5333; + this.state = 5287; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5334; + this.state = 5288; this.match(PostgreSqlParser.KW_SUBSCRIPTION); - this.state = 5335; + this.state = 5289; this.colid(); - this.state = 5336; + this.state = 5290; this.match(PostgreSqlParser.KW_OWNER); - this.state = 5337; + this.state = 5291; this.match(PostgreSqlParser.KW_TO); - this.state = 5338; + this.state = 5292; this.rolespec(); } break; @@ -29258,32 +29049,32 @@ export class PostgreSqlParser extends SQLParserBase { } public rulestmt(): RulestmtContext { let localContext = new RulestmtContext(this.context, this.state); - this.enterRule(localContext, 456, PostgreSqlParser.RULE_rulestmt); + this.enterRule(localContext, 448, PostgreSqlParser.RULE_rulestmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5342; + this.state = 5296; this.match(PostgreSqlParser.KW_CREATE); - this.state = 5344; + this.state = 5298; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 82) { { - this.state = 5343; + this.state = 5297; this.opt_or_replace(); } } - this.state = 5346; + this.state = 5300; this.match(PostgreSqlParser.KW_RULE); - this.state = 5347; + this.state = 5301; this.colid(); - this.state = 5348; + this.state = 5302; this.match(PostgreSqlParser.KW_AS); - this.state = 5349; + this.state = 5303; this.match(PostgreSqlParser.KW_ON); - this.state = 5350; + this.state = 5304; _la = this.tokenStream.LA(1); if(!(_la === 88 || _la === 182 || _la === 241 || _la === 369)) { this.errorHandler.recoverInline(this); @@ -29292,28 +29083,28 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 5351; + this.state = 5305; this.match(PostgreSqlParser.KW_TO); - this.state = 5352; + this.state = 5306; this.qualified_name(); - this.state = 5354; + this.state = 5308; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 5353; + this.state = 5307; this.where_clause(); } } - this.state = 5356; + this.state = 5310; this.match(PostgreSqlParser.KW_DO); - this.state = 5358; + this.state = 5312; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 137 || _la === 242) { { - this.state = 5357; + this.state = 5311; _la = this.tokenStream.LA(1); if(!(_la === 137 || _la === 242)) { this.errorHandler.recoverInline(this); @@ -29325,62 +29116,62 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 5376; + this.state = 5330; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 659, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 655, this.context) ) { case 1: { - this.state = 5360; + this.state = 5314; this.match(PostgreSqlParser.KW_NOTHING); } break; case 2: { - this.state = 5361; + this.state = 5315; this.ruleactionstmt(); } break; case 3: { - this.state = 5362; + this.state = 5316; this.match(PostgreSqlParser.OPEN_PAREN); { - this.state = 5364; + this.state = 5318; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2 || ((((_la - 88)) & ~0x1F) === 0 && ((1 << (_la - 88)) & 131089) !== 0) || _la === 182 || _la === 241 || _la === 271 || _la === 369 || _la === 422) { { - this.state = 5363; + this.state = 5317; this.ruleactionstmt(); } } - this.state = 5372; + this.state = 5326; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 7) { { { - this.state = 5366; + this.state = 5320; this.match(PostgreSqlParser.SEMI); - this.state = 5368; + this.state = 5322; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2 || ((((_la - 88)) & ~0x1F) === 0 && ((1 << (_la - 88)) & 131089) !== 0) || _la === 182 || _la === 241 || _la === 271 || _la === 369 || _la === 422) { { - this.state = 5367; + this.state = 5321; this.ruleactionstmt(); } } } } - this.state = 5374; + this.state = 5328; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } - this.state = 5375; + this.state = 5329; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -29403,43 +29194,43 @@ export class PostgreSqlParser extends SQLParserBase { } public ruleactionstmt(): RuleactionstmtContext { let localContext = new RuleactionstmtContext(this.context, this.state); - this.enterRule(localContext, 458, PostgreSqlParser.RULE_ruleactionstmt); + this.enterRule(localContext, 450, PostgreSqlParser.RULE_ruleactionstmt); try { - this.state = 5383; + this.state = 5337; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 660, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 656, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5378; + this.state = 5332; this.selectstmt(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5379; + this.state = 5333; this.insertstmt(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 5380; + this.state = 5334; this.updatestmt(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 5381; + this.state = 5335; this.deletestmt(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 5382; + this.state = 5336; this.notifystmt(); } break; @@ -29461,21 +29252,21 @@ export class PostgreSqlParser extends SQLParserBase { } public notifystmt(): NotifystmtContext { let localContext = new NotifystmtContext(this.context, this.state); - this.enterRule(localContext, 460, PostgreSqlParser.RULE_notifystmt); + this.enterRule(localContext, 452, PostgreSqlParser.RULE_notifystmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5385; + this.state = 5339; this.match(PostgreSqlParser.KW_NOTIFY); - this.state = 5386; + this.state = 5340; this.colid(); - this.state = 5388; + this.state = 5342; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 5387; + this.state = 5341; this.notify_payload(); } } @@ -29498,13 +29289,13 @@ export class PostgreSqlParser extends SQLParserBase { } public notify_payload(): Notify_payloadContext { let localContext = new Notify_payloadContext(this.context, this.state); - this.enterRule(localContext, 462, PostgreSqlParser.RULE_notify_payload); + this.enterRule(localContext, 454, PostgreSqlParser.RULE_notify_payload); try { this.enterOuterAlt(localContext, 1); { - this.state = 5390; + this.state = 5344; this.match(PostgreSqlParser.COMMA); - this.state = 5391; + this.state = 5345; this.sconst(); } } @@ -29524,13 +29315,13 @@ export class PostgreSqlParser extends SQLParserBase { } public listenstmt(): ListenstmtContext { let localContext = new ListenstmtContext(this.context, this.state); - this.enterRule(localContext, 464, PostgreSqlParser.RULE_listenstmt); + this.enterRule(localContext, 456, PostgreSqlParser.RULE_listenstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 5393; + this.state = 5347; this.match(PostgreSqlParser.KW_LISTEN); - this.state = 5394; + this.state = 5348; this.colid(); } } @@ -29550,13 +29341,13 @@ export class PostgreSqlParser extends SQLParserBase { } public unlistenstmt(): UnlistenstmtContext { let localContext = new UnlistenstmtContext(this.context, this.state); - this.enterRule(localContext, 466, PostgreSqlParser.RULE_unlistenstmt); + this.enterRule(localContext, 458, PostgreSqlParser.RULE_unlistenstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 5396; + this.state = 5350; this.match(PostgreSqlParser.KW_UNLISTEN); - this.state = 5399; + this.state = 5353; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DEFAULT: @@ -29954,13 +29745,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 5397; + this.state = 5351; this.colid(); } break; case PostgreSqlParser.STAR: { - this.state = 5398; + this.state = 5352; this.match(PostgreSqlParser.STAR); } break; @@ -29985,33 +29776,33 @@ export class PostgreSqlParser extends SQLParserBase { } public transactionstmt(): TransactionstmtContext { let localContext = new TransactionstmtContext(this.context, this.state); - this.enterRule(localContext, 468, PostgreSqlParser.RULE_transactionstmt); + this.enterRule(localContext, 460, PostgreSqlParser.RULE_transactionstmt); let _la: number; try { - this.state = 5446; + this.state = 5400; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 672, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 668, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5401; + this.state = 5355; this.match(PostgreSqlParser.KW_BEGIN); - this.state = 5403; + this.state = 5357; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 663, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 659, this.context) ) { case 1: { - this.state = 5402; + this.state = 5356; this.opt_transaction(); } break; } - this.state = 5406; + this.state = 5360; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 664, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 660, this.context) ) { case 1: { - this.state = 5405; + this.state = 5359; this.transaction_mode_list(); } break; @@ -30021,16 +29812,16 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5408; + this.state = 5362; this.match(PostgreSqlParser.KW_START); - this.state = 5409; + this.state = 5363; this.match(PostgreSqlParser.KW_TRANSACTION); - this.state = 5411; + this.state = 5365; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 665, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 661, this.context) ) { case 1: { - this.state = 5410; + this.state = 5364; this.transaction_mode_list(); } break; @@ -30040,46 +29831,46 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 5413; + this.state = 5367; this.match(PostgreSqlParser.KW_SAVEPOINT); - this.state = 5414; + this.state = 5368; this.colid(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 5415; + this.state = 5369; this.match(PostgreSqlParser.KW_RELEASE); - this.state = 5417; + this.state = 5371; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 666, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 662, this.context) ) { case 1: { - this.state = 5416; + this.state = 5370; this.match(PostgreSqlParser.KW_SAVEPOINT); } break; } - this.state = 5419; + this.state = 5373; this.colid(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 5420; + this.state = 5374; this.match(PostgreSqlParser.KW_PREPARE); - this.state = 5421; + this.state = 5375; this.match(PostgreSqlParser.KW_TRANSACTION); - this.state = 5422; + this.state = 5376; this.sconst(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 5423; + this.state = 5377; _la = this.tokenStream.LA(1); if(!(_la === 161 || _la === 319)) { this.errorHandler.recoverInline(this); @@ -30088,16 +29879,16 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 5424; + this.state = 5378; this.match(PostgreSqlParser.KW_PREPARED); - this.state = 5425; + this.state = 5379; this.sconst(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 5426; + this.state = 5380; _la = this.tokenStream.LA(1); if(!(_la === 129 || _la === 161 || _la === 319 || _la === 454)) { this.errorHandler.recoverInline(this); @@ -30106,34 +29897,34 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 5428; + this.state = 5382; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 667, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 663, this.context) ) { case 1: { - this.state = 5427; + this.state = 5381; this.opt_transaction(); } break; } - this.state = 5435; + this.state = 5389; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 33) { { - this.state = 5430; + this.state = 5384; this.match(PostgreSqlParser.KW_AND); - this.state = 5432; + this.state = 5386; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 5431; + this.state = 5385; this.match(PostgreSqlParser.KW_NO); } } - this.state = 5434; + this.state = 5388; this.match(PostgreSqlParser.KW_CHAIN); } } @@ -30143,31 +29934,31 @@ export class PostgreSqlParser extends SQLParserBase { case 8: this.enterOuterAlt(localContext, 8); { - this.state = 5437; + this.state = 5391; this.match(PostgreSqlParser.KW_ROLLBACK); - this.state = 5439; + this.state = 5393; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 356 || _la === 380) { { - this.state = 5438; + this.state = 5392; this.opt_transaction(); } } - this.state = 5441; + this.state = 5395; this.match(PostgreSqlParser.KW_TO); - this.state = 5443; + this.state = 5397; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 671, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 667, this.context) ) { case 1: { - this.state = 5442; + this.state = 5396; this.match(PostgreSqlParser.KW_SAVEPOINT); } break; } - this.state = 5445; + this.state = 5399; this.colid(); } break; @@ -30189,12 +29980,12 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_transaction(): Opt_transactionContext { let localContext = new Opt_transactionContext(this.context, this.state); - this.enterRule(localContext, 470, PostgreSqlParser.RULE_opt_transaction); + this.enterRule(localContext, 462, PostgreSqlParser.RULE_opt_transaction); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5448; + this.state = 5402; _la = this.tokenStream.LA(1); if(!(_la === 356 || _la === 380)) { this.errorHandler.recoverInline(this); @@ -30221,29 +30012,29 @@ export class PostgreSqlParser extends SQLParserBase { } public transaction_mode_item(): Transaction_mode_itemContext { let localContext = new Transaction_mode_itemContext(this.context, this.state); - this.enterRule(localContext, 472, PostgreSqlParser.RULE_transaction_mode_item); + this.enterRule(localContext, 464, PostgreSqlParser.RULE_transaction_mode_item); let _la: number; try { - this.state = 5459; + this.state = 5413; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ISOLATION: this.enterOuterAlt(localContext, 1); { - this.state = 5450; + this.state = 5404; this.match(PostgreSqlParser.KW_ISOLATION); - this.state = 5451; + this.state = 5405; this.match(PostgreSqlParser.KW_LEVEL); - this.state = 5452; + this.state = 5406; this.iso_level(); } break; case PostgreSqlParser.KW_READ: this.enterOuterAlt(localContext, 2); { - this.state = 5453; + this.state = 5407; this.match(PostgreSqlParser.KW_READ); - this.state = 5454; + this.state = 5408; _la = this.tokenStream.LA(1); if(!(_la === 81 || _la === 382)) { this.errorHandler.recoverInline(this); @@ -30258,17 +30049,17 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_NOT: this.enterOuterAlt(localContext, 3); { - this.state = 5456; + this.state = 5410; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 5455; + this.state = 5409; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 5458; + this.state = 5412; this.match(PostgreSqlParser.KW_DEFERRABLE); } break; @@ -30292,39 +30083,39 @@ export class PostgreSqlParser extends SQLParserBase { } public transaction_mode_list(): Transaction_mode_listContext { let localContext = new Transaction_mode_listContext(this.context, this.state); - this.enterRule(localContext, 474, PostgreSqlParser.RULE_transaction_mode_list); + this.enterRule(localContext, 466, PostgreSqlParser.RULE_transaction_mode_list); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 5461; + this.state = 5415; this.transaction_mode_item(); - this.state = 5468; + this.state = 5422; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 676, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 672, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 5463; + this.state = 5417; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 5462; + this.state = 5416; this.match(PostgreSqlParser.COMMA); } } - this.state = 5465; + this.state = 5419; this.transaction_mode_item(); } } } - this.state = 5470; + this.state = 5424; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 676, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 672, this.context); } } } @@ -30344,61 +30135,61 @@ export class PostgreSqlParser extends SQLParserBase { } public viewstmt(): ViewstmtContext { let localContext = new ViewstmtContext(this.context, this.state); - this.enterRule(localContext, 476, PostgreSqlParser.RULE_viewstmt); + this.enterRule(localContext, 468, PostgreSqlParser.RULE_viewstmt); let _la: number; try { localContext = new CreateViewContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 5471; + this.state = 5425; this.match(PostgreSqlParser.KW_CREATE); - this.state = 5474; + this.state = 5428; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 82) { { - this.state = 5472; + this.state = 5426; this.match(PostgreSqlParser.KW_OR); - this.state = 5473; + this.state = 5427; this.match(PostgreSqlParser.KW_REPLACE); } } - this.state = 5477; + this.state = 5431; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 213 || _la === 254 || ((((_la - 352)) & ~0x1F) === 0 && ((1 << (_la - 352)) & 32773) !== 0)) { { - this.state = 5476; + this.state = 5430; this.opttemp(); } } - this.state = 5494; + this.state = 5448; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_VIEW: { - this.state = 5479; + this.state = 5433; this.match(PostgreSqlParser.KW_VIEW); - this.state = 5480; + this.state = 5434; this.view_name_create(); - this.state = 5482; + this.state = 5436; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 5481; + this.state = 5435; this.opt_column_list_create(); } } - this.state = 5485; + this.state = 5439; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 5484; + this.state = 5438; this.opt_reloptions(); } } @@ -30407,20 +30198,20 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.KW_RECURSIVE: { - this.state = 5487; + this.state = 5441; this.match(PostgreSqlParser.KW_RECURSIVE); - this.state = 5488; + this.state = 5442; this.match(PostgreSqlParser.KW_VIEW); - this.state = 5489; + this.state = 5443; this.view_name_create(); - this.state = 5490; + this.state = 5444; this.opt_column_list(); - this.state = 5492; + this.state = 5446; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 5491; + this.state = 5445; this.opt_reloptions(); } } @@ -30430,23 +30221,23 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 5496; + this.state = 5450; this.match(PostgreSqlParser.KW_AS); - this.state = 5497; + this.state = 5451; this.selectstmt(); - this.state = 5504; + this.state = 5458; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 684, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 680, this.context) ) { case 1: { - this.state = 5498; + this.state = 5452; this.match(PostgreSqlParser.KW_WITH); - this.state = 5500; + this.state = 5454; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 151 || _la === 254) { { - this.state = 5499; + this.state = 5453; _la = this.tokenStream.LA(1); if(!(_la === 151 || _la === 254)) { this.errorHandler.recoverInline(this); @@ -30458,9 +30249,9 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 5502; + this.state = 5456; this.match(PostgreSqlParser.KW_CHECK); - this.state = 5503; + this.state = 5457; this.match(PostgreSqlParser.KW_OPTION); } break; @@ -30483,13 +30274,13 @@ export class PostgreSqlParser extends SQLParserBase { } public loadstmt(): LoadstmtContext { let localContext = new LoadstmtContext(this.context, this.state); - this.enterRule(localContext, 478, PostgreSqlParser.RULE_loadstmt); + this.enterRule(localContext, 470, PostgreSqlParser.RULE_loadstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 5506; + this.state = 5460; this.match(PostgreSqlParser.KW_LOAD); - this.state = 5507; + this.state = 5461; this.sconst(); } } @@ -30509,34 +30300,34 @@ export class PostgreSqlParser extends SQLParserBase { } public createdbstmt(): CreatedbstmtContext { let localContext = new CreatedbstmtContext(this.context, this.state); - this.enterRule(localContext, 480, PostgreSqlParser.RULE_createdbstmt); + this.enterRule(localContext, 472, PostgreSqlParser.RULE_createdbstmt); try { let alternative: number; localContext = new CreateDatabaseContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 5509; + this.state = 5463; this.match(PostgreSqlParser.KW_CREATE); - this.state = 5510; + this.state = 5464; this.match(PostgreSqlParser.KW_DATABASE); - this.state = 5511; + this.state = 5465; this.database_name_create(); - this.state = 5513; + this.state = 5467; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 685, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 681, this.context) ) { case 1: { - this.state = 5512; + this.state = 5466; this.match(PostgreSqlParser.KW_WITH); } break; } - this.state = 5520; + this.state = 5474; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 687, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 683, this.context) ) { case 1: { - this.state = 5516; + this.state = 5470; this.errorHandler.sync(this); alternative = 1; do { @@ -30544,7 +30335,7 @@ export class PostgreSqlParser extends SQLParserBase { case 1: { { - this.state = 5515; + this.state = 5469; this.createdb_opt_item(); } } @@ -30552,9 +30343,9 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 5518; + this.state = 5472; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 686, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 682, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } break; @@ -30577,87 +30368,87 @@ export class PostgreSqlParser extends SQLParserBase { } public createdb_opt_item(): Createdb_opt_itemContext { let localContext = new Createdb_opt_itemContext(this.context, this.state); - this.enterRule(localContext, 482, PostgreSqlParser.RULE_createdb_opt_item); + this.enterRule(localContext, 474, PostgreSqlParser.RULE_createdb_opt_item); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5530; + this.state = 5484; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 688, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 684, this.context) ) { case 1: { - this.state = 5522; + this.state = 5476; this.match(PostgreSqlParser.KW_CONNECTION); - this.state = 5523; + this.state = 5477; this.match(PostgreSqlParser.KW_LIMIT); } break; case 2: { - this.state = 5524; + this.state = 5478; this.match(PostgreSqlParser.KW_ENCODING); } break; case 3: { - this.state = 5525; + this.state = 5479; this.match(PostgreSqlParser.KW_LOCATION); } break; case 4: { - this.state = 5526; + this.state = 5480; this.match(PostgreSqlParser.KW_OWNER); } break; case 5: { - this.state = 5527; + this.state = 5481; this.match(PostgreSqlParser.KW_TABLESPACE); } break; case 6: { - this.state = 5528; + this.state = 5482; this.match(PostgreSqlParser.KW_TEMPLATE); } break; case 7: { - this.state = 5529; + this.state = 5483; this.identifier(); } break; } - this.state = 5533; + this.state = 5487; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 10) { { - this.state = 5532; + this.state = 5486; this.match(PostgreSqlParser.EQUAL); } } - this.state = 5538; + this.state = 5492; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 690, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 686, this.context) ) { case 1: { - this.state = 5535; + this.state = 5489; this.signediconst(); } break; case 2: { - this.state = 5536; + this.state = 5490; this.opt_boolean_or_string(); } break; case 3: { - this.state = 5537; + this.state = 5491; this.match(PostgreSqlParser.KW_DEFAULT); } break; @@ -30680,33 +30471,33 @@ export class PostgreSqlParser extends SQLParserBase { } public alterdatabasestmt(): AlterdatabasestmtContext { let localContext = new AlterdatabasestmtContext(this.context, this.state); - this.enterRule(localContext, 484, PostgreSqlParser.RULE_alterdatabasestmt); + this.enterRule(localContext, 476, PostgreSqlParser.RULE_alterdatabasestmt); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 5540; + this.state = 5494; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5541; + this.state = 5495; this.match(PostgreSqlParser.KW_DATABASE); - this.state = 5542; + this.state = 5496; this.database_name(); - this.state = 5558; + this.state = 5512; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 695, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 691, this.context) ) { case 1: { - this.state = 5546; + this.state = 5500; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 691, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 687, this.context) ) { case 1: { - this.state = 5543; + this.state = 5497; this.match(PostgreSqlParser.KW_SET); - this.state = 5544; + this.state = 5498; this.match(PostgreSqlParser.KW_TABLESPACE); - this.state = 5545; + this.state = 5499; this.tablespace_name_create(); } break; @@ -30715,22 +30506,22 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 5556; + this.state = 5510; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 694, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 690, this.context) ) { case 1: { - this.state = 5549; + this.state = 5503; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 5548; + this.state = 5502; this.match(PostgreSqlParser.KW_WITH); } } - this.state = 5552; + this.state = 5506; this.errorHandler.sync(this); alternative = 1; do { @@ -30738,7 +30529,7 @@ export class PostgreSqlParser extends SQLParserBase { case 1: { { - this.state = 5551; + this.state = 5505; this.createdb_opt_item(); } } @@ -30746,9 +30537,9 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 5554; + this.state = 5508; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 693, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 689, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } break; @@ -30774,22 +30565,22 @@ export class PostgreSqlParser extends SQLParserBase { } public alterdatabasesetstmt(): AlterdatabasesetstmtContext { let localContext = new AlterdatabasesetstmtContext(this.context, this.state); - this.enterRule(localContext, 486, PostgreSqlParser.RULE_alterdatabasesetstmt); + this.enterRule(localContext, 478, PostgreSqlParser.RULE_alterdatabasesetstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 5560; + this.state = 5514; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5561; + this.state = 5515; this.match(PostgreSqlParser.KW_DATABASE); - this.state = 5562; + this.state = 5516; this.database_name(); - this.state = 5564; + this.state = 5518; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 696, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 692, this.context) ) { case 1: { - this.state = 5563; + this.state = 5517; this.setresetclause(); } break; @@ -30812,19 +30603,19 @@ export class PostgreSqlParser extends SQLParserBase { } public altercollationstmt(): AltercollationstmtContext { let localContext = new AltercollationstmtContext(this.context, this.state); - this.enterRule(localContext, 488, PostgreSqlParser.RULE_altercollationstmt); + this.enterRule(localContext, 480, PostgreSqlParser.RULE_altercollationstmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 5566; + this.state = 5520; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5567; + this.state = 5521; this.match(PostgreSqlParser.KW_COLLATION); - this.state = 5568; + this.state = 5522; this.any_name(); - this.state = 5569; + this.state = 5523; this.match(PostgreSqlParser.KW_REFRESH); - this.state = 5570; + this.state = 5524; this.match(PostgreSqlParser.KW_VERSION); } } @@ -30844,16 +30635,16 @@ export class PostgreSqlParser extends SQLParserBase { } public altersystemstmt(): AltersystemstmtContext { let localContext = new AltersystemstmtContext(this.context, this.state); - this.enterRule(localContext, 490, PostgreSqlParser.RULE_altersystemstmt); + this.enterRule(localContext, 482, PostgreSqlParser.RULE_altersystemstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5572; + this.state = 5526; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5573; + this.state = 5527; this.match(PostgreSqlParser.KW_SYSTEM); - this.state = 5574; + this.state = 5528; _la = this.tokenStream.LA(1); if(!(_la === 313 || _la === 333)) { this.errorHandler.recoverInline(this); @@ -30862,7 +30653,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 5575; + this.state = 5529; this.generic_set(); } } @@ -30882,45 +30673,45 @@ export class PostgreSqlParser extends SQLParserBase { } public createdomainstmt(): CreatedomainstmtContext { let localContext = new CreatedomainstmtContext(this.context, this.state); - this.enterRule(localContext, 492, PostgreSqlParser.RULE_createdomainstmt); + this.enterRule(localContext, 484, PostgreSqlParser.RULE_createdomainstmt); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 5577; + this.state = 5531; this.match(PostgreSqlParser.KW_CREATE); - this.state = 5578; + this.state = 5532; this.match(PostgreSqlParser.KW_DOMAIN); - this.state = 5579; + this.state = 5533; this.any_name(); - this.state = 5581; + this.state = 5535; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 5580; + this.state = 5534; this.match(PostgreSqlParser.KW_AS); } } - this.state = 5583; + this.state = 5537; this.typename(); - this.state = 5587; + this.state = 5541; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 698, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 694, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 5584; + this.state = 5538; this.colconstraint(); } } } - this.state = 5589; + this.state = 5543; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 698, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 694, this.context); } } } @@ -30940,29 +30731,29 @@ export class PostgreSqlParser extends SQLParserBase { } public alterdomainstmt(): AlterdomainstmtContext { let localContext = new AlterdomainstmtContext(this.context, this.state); - this.enterRule(localContext, 494, PostgreSqlParser.RULE_alterdomainstmt); + this.enterRule(localContext, 486, PostgreSqlParser.RULE_alterdomainstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5590; + this.state = 5544; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5591; + this.state = 5545; this.match(PostgreSqlParser.KW_DOMAIN); - this.state = 5592; + this.state = 5546; this.any_name(); - this.state = 5615; + this.state = 5569; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 702, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 698, this.context) ) { case 1: { - this.state = 5593; + this.state = 5547; this.alter_column_default(); } break; case 2: { - this.state = 5594; + this.state = 5548; _la = this.tokenStream.LA(1); if(!(_la === 191 || _la === 333)) { this.errorHandler.recoverInline(this); @@ -30971,56 +30762,56 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 5595; + this.state = 5549; this.match(PostgreSqlParser.KW_NOT); - this.state = 5596; + this.state = 5550; this.match(PostgreSqlParser.KW_NULL); } break; case 3: { - this.state = 5597; + this.state = 5551; this.match(PostgreSqlParser.KW_ADD); - this.state = 5600; + this.state = 5554; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 45) { { - this.state = 5598; + this.state = 5552; this.match(PostgreSqlParser.KW_CONSTRAINT); - this.state = 5599; + this.state = 5553; this.colid(); } } - this.state = 5602; + this.state = 5556; this.constraintelem(); } break; case 4: { - this.state = 5603; + this.state = 5557; this.match(PostgreSqlParser.KW_DROP); - this.state = 5604; + this.state = 5558; this.match(PostgreSqlParser.KW_CONSTRAINT); - this.state = 5606; + this.state = 5560; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 700, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 696, this.context) ) { case 1: { - this.state = 5605; + this.state = 5559; this.opt_if_exists(); } break; } - this.state = 5608; + this.state = 5562; this.colid(); - this.state = 5610; + this.state = 5564; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 701, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 697, this.context) ) { case 1: { - this.state = 5609; + this.state = 5563; this.opt_drop_behavior(); } break; @@ -31029,11 +30820,11 @@ export class PostgreSqlParser extends SQLParserBase { break; case 5: { - this.state = 5612; + this.state = 5566; this.match(PostgreSqlParser.KW_VALIDATE); - this.state = 5613; + this.state = 5567; this.match(PostgreSqlParser.KW_CONSTRAINT); - this.state = 5614; + this.state = 5568; this.colid(); } break; @@ -31056,21 +30847,21 @@ export class PostgreSqlParser extends SQLParserBase { } public altertsdictionarystmt(): AltertsdictionarystmtContext { let localContext = new AltertsdictionarystmtContext(this.context, this.state); - this.enterRule(localContext, 496, PostgreSqlParser.RULE_altertsdictionarystmt); + this.enterRule(localContext, 488, PostgreSqlParser.RULE_altertsdictionarystmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 5617; + this.state = 5571; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5618; + this.state = 5572; this.match(PostgreSqlParser.KW_TEXT); - this.state = 5619; + this.state = 5573; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 5620; + this.state = 5574; this.match(PostgreSqlParser.KW_DICTIONARY); - this.state = 5621; + this.state = 5575; this.any_name(); - this.state = 5622; + this.state = 5576; this.definition(); } } @@ -31090,26 +30881,26 @@ export class PostgreSqlParser extends SQLParserBase { } public altertsconfigurationstmt(): AltertsconfigurationstmtContext { let localContext = new AltertsconfigurationstmtContext(this.context, this.state); - this.enterRule(localContext, 498, PostgreSqlParser.RULE_altertsconfigurationstmt); + this.enterRule(localContext, 490, PostgreSqlParser.RULE_altertsconfigurationstmt); let _la: number; try { - this.state = 5665; + this.state = 5619; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 705, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 701, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5624; + this.state = 5578; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5625; + this.state = 5579; this.match(PostgreSqlParser.KW_TEXT); - this.state = 5626; + this.state = 5580; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 5627; + this.state = 5581; this.match(PostgreSqlParser.KW_CONFIGURATION); - this.state = 5628; + this.state = 5582; this.any_name(); - this.state = 5629; + this.state = 5583; _la = this.tokenStream.LA(1); if(!(_la === 133 || _la === 138)) { this.errorHandler.recoverInline(this); @@ -31118,87 +30909,87 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 5630; + this.state = 5584; this.match(PostgreSqlParser.KW_MAPPING); - this.state = 5631; + this.state = 5585; this.match(PostgreSqlParser.KW_FOR); - this.state = 5632; + this.state = 5586; this.name_list(); - this.state = 5633; + this.state = 5587; this.match(PostgreSqlParser.KW_WITH); - this.state = 5634; + this.state = 5588; this.any_name_list(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5636; + this.state = 5590; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5637; + this.state = 5591; this.match(PostgreSqlParser.KW_TEXT); - this.state = 5638; + this.state = 5592; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 5639; + this.state = 5593; this.match(PostgreSqlParser.KW_CONFIGURATION); - this.state = 5640; + this.state = 5594; this.any_name(); - this.state = 5641; + this.state = 5595; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5642; + this.state = 5596; this.match(PostgreSqlParser.KW_MAPPING); - this.state = 5645; + this.state = 5599; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 5643; + this.state = 5597; this.match(PostgreSqlParser.KW_FOR); - this.state = 5644; + this.state = 5598; this.name_list(); } } - this.state = 5647; + this.state = 5601; this.match(PostgreSqlParser.KW_REPLACE); - this.state = 5648; + this.state = 5602; this.any_name(); - this.state = 5649; + this.state = 5603; this.match(PostgreSqlParser.KW_WITH); - this.state = 5650; + this.state = 5604; this.any_name(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 5652; + this.state = 5606; this.match(PostgreSqlParser.KW_ALTER); - this.state = 5653; + this.state = 5607; this.match(PostgreSqlParser.KW_TEXT); - this.state = 5654; + this.state = 5608; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 5655; + this.state = 5609; this.match(PostgreSqlParser.KW_CONFIGURATION); - this.state = 5656; + this.state = 5610; this.any_name(); - this.state = 5657; + this.state = 5611; this.match(PostgreSqlParser.KW_DROP); - this.state = 5658; + this.state = 5612; this.match(PostgreSqlParser.KW_MAPPING); - this.state = 5660; + this.state = 5614; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 220) { { - this.state = 5659; + this.state = 5613; this.opt_if_exists(); } } - this.state = 5662; + this.state = 5616; this.match(PostgreSqlParser.KW_FOR); - this.state = 5663; + this.state = 5617; this.name_list(); } break; @@ -31220,38 +31011,38 @@ export class PostgreSqlParser extends SQLParserBase { } public createconversionstmt(): CreateconversionstmtContext { let localContext = new CreateconversionstmtContext(this.context, this.state); - this.enterRule(localContext, 500, PostgreSqlParser.RULE_createconversionstmt); + this.enterRule(localContext, 492, PostgreSqlParser.RULE_createconversionstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5667; + this.state = 5621; this.match(PostgreSqlParser.KW_CREATE); - this.state = 5669; + this.state = 5623; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 53) { { - this.state = 5668; + this.state = 5622; this.match(PostgreSqlParser.KW_DEFAULT); } } - this.state = 5671; + this.state = 5625; this.match(PostgreSqlParser.KW_CONVERSION); - this.state = 5672; + this.state = 5626; this.any_name(); - this.state = 5673; + this.state = 5627; this.match(PostgreSqlParser.KW_FOR); - this.state = 5674; + this.state = 5628; this.sconst(); - this.state = 5675; + this.state = 5629; this.match(PostgreSqlParser.KW_TO); - this.state = 5676; + this.state = 5630; this.sconst(); - this.state = 5677; + this.state = 5631; this.match(PostgreSqlParser.KW_FROM); - this.state = 5678; + this.state = 5632; this.any_name(); } } @@ -31271,40 +31062,40 @@ export class PostgreSqlParser extends SQLParserBase { } public clusterstmt(): ClusterstmtContext { let localContext = new ClusterstmtContext(this.context, this.state); - this.enterRule(localContext, 502, PostgreSqlParser.RULE_clusterstmt); + this.enterRule(localContext, 494, PostgreSqlParser.RULE_clusterstmt); let _la: number; try { - this.state = 5705; + this.state = 5659; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 712, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 708, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5680; + this.state = 5634; this.match(PostgreSqlParser.KW_CLUSTER); - this.state = 5682; + this.state = 5636; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 128) { { - this.state = 5681; + this.state = 5635; this.opt_verbose(); } } - this.state = 5688; + this.state = 5642; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 709, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 705, this.context) ) { case 1: { - this.state = 5684; + this.state = 5638; this.table_name(); - this.state = 5686; + this.state = 5640; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 5685; + this.state = 5639; this.table_access_method_clause(); } } @@ -31317,38 +31108,38 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5690; + this.state = 5644; this.match(PostgreSqlParser.KW_CLUSTER); - this.state = 5691; + this.state = 5645; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 5692; + this.state = 5646; this.opt_verbose(); - this.state = 5697; + this.state = 5651; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 5693; + this.state = 5647; this.match(PostgreSqlParser.COMMA); - this.state = 5694; + this.state = 5648; this.opt_verbose(); } } - this.state = 5699; + this.state = 5653; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 5700; + this.state = 5654; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 5701; + this.state = 5655; this.table_name(); - this.state = 5703; + this.state = 5657; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 5702; + this.state = 5656; this.table_access_method_clause(); } } @@ -31373,55 +31164,55 @@ export class PostgreSqlParser extends SQLParserBase { } public vacuumstmt(): VacuumstmtContext { let localContext = new VacuumstmtContext(this.context, this.state); - this.enterRule(localContext, 504, PostgreSqlParser.RULE_vacuumstmt); + this.enterRule(localContext, 496, PostgreSqlParser.RULE_vacuumstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5707; + this.state = 5661; this.match(PostgreSqlParser.KW_VACUUM); - this.state = 5723; + this.state = 5677; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 718, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 714, this.context) ) { case 1: { { - this.state = 5709; + this.state = 5663; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 113) { { - this.state = 5708; + this.state = 5662; this.match(PostgreSqlParser.KW_FULL); } } - this.state = 5712; + this.state = 5666; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 112) { { - this.state = 5711; + this.state = 5665; this.match(PostgreSqlParser.KW_FREEZE); } } - this.state = 5715; + this.state = 5669; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 128) { { - this.state = 5714; + this.state = 5668; this.opt_verbose(); } } - this.state = 5718; + this.state = 5672; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 716, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 712, this.context) ) { case 1: { - this.state = 5717; + this.state = 5671; this.analyze_keyword(); } break; @@ -31431,12 +31222,12 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 5721; + this.state = 5675; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 717, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 713, this.context) ) { case 1: { - this.state = 5720; + this.state = 5674; this.explain_option_list(); } break; @@ -31444,12 +31235,12 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 5726; + this.state = 5680; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 719, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 715, this.context) ) { case 1: { - this.state = 5725; + this.state = 5679; this.vacuum_relation_list(); } break; @@ -31472,24 +31263,24 @@ export class PostgreSqlParser extends SQLParserBase { } public analyzestmt(): AnalyzestmtContext { let localContext = new AnalyzestmtContext(this.context, this.state); - this.enterRule(localContext, 506, PostgreSqlParser.RULE_analyzestmt); + this.enterRule(localContext, 498, PostgreSqlParser.RULE_analyzestmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5728; + this.state = 5682; this.analyze_keyword(); - this.state = 5743; + this.state = 5697; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 722, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 718, this.context) ) { case 1: { - this.state = 5730; + this.state = 5684; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 128) { { - this.state = 5729; + this.state = 5683; this.opt_verbose(); } } @@ -31498,37 +31289,37 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 5732; + this.state = 5686; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 5733; + this.state = 5687; this.analyze_option_elem(); - this.state = 5738; + this.state = 5692; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 5734; + this.state = 5688; this.match(PostgreSqlParser.COMMA); - this.state = 5735; + this.state = 5689; this.analyze_option_elem(); } } - this.state = 5740; + this.state = 5694; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 5741; + this.state = 5695; this.match(PostgreSqlParser.CLOSE_PAREN); } break; } - this.state = 5746; + this.state = 5700; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 723, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 719, this.context) ) { case 1: { - this.state = 5745; + this.state = 5699; this.vacuum_relation_list(); } break; @@ -31551,12 +31342,12 @@ export class PostgreSqlParser extends SQLParserBase { } public analyze_keyword(): Analyze_keywordContext { let localContext = new Analyze_keywordContext(this.context, this.state); - this.enterRule(localContext, 508, PostgreSqlParser.RULE_analyze_keyword); + this.enterRule(localContext, 500, PostgreSqlParser.RULE_analyze_keyword); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5748; + this.state = 5702; _la = this.tokenStream.LA(1); if(!(_la === 31 || _la === 32)) { this.errorHandler.recoverInline(this); @@ -31583,11 +31374,11 @@ export class PostgreSqlParser extends SQLParserBase { } public vac_analyze_option_elem(): Vac_analyze_option_elemContext { let localContext = new Vac_analyze_option_elemContext(this.context, this.state); - this.enterRule(localContext, 510, PostgreSqlParser.RULE_vac_analyze_option_elem); + this.enterRule(localContext, 502, PostgreSqlParser.RULE_vac_analyze_option_elem); try { this.enterOuterAlt(localContext, 1); { - this.state = 5752; + this.state = 5706; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DEFAULT: @@ -32006,21 +31797,21 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 5750; + this.state = 5704; this.nonreservedword(); } break; case PostgreSqlParser.KW_ANALYSE: case PostgreSqlParser.KW_ANALYZE: { - this.state = 5751; + this.state = 5705; this.analyze_keyword(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 5756; + this.state = 5710; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DEFAULT: @@ -32442,7 +32233,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 5754; + this.state = 5708; this.opt_boolean_or_string(); } break; @@ -32451,7 +32242,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.Integral: case PostgreSqlParser.Numeric: { - this.state = 5755; + this.state = 5709; this.numericonly(); } break; @@ -32479,17 +32270,17 @@ export class PostgreSqlParser extends SQLParserBase { } public analyze_option_elem(): Analyze_option_elemContext { let localContext = new Analyze_option_elemContext(this.context, this.state); - this.enterRule(localContext, 512, PostgreSqlParser.RULE_analyze_option_elem); + this.enterRule(localContext, 504, PostgreSqlParser.RULE_analyze_option_elem); let _la: number; try { - this.state = 5767; + this.state = 5721; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_VERBOSE: case PostgreSqlParser.KW_SKIP_LOCKED: this.enterOuterAlt(localContext, 1); { - this.state = 5758; + this.state = 5712; _la = this.tokenStream.LA(1); if(!(_la === 128 || _la === 547)) { this.errorHandler.recoverInline(this); @@ -32498,12 +32289,12 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 5760; + this.state = 5714; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 60 || _la === 96) { { - this.state = 5759; + this.state = 5713; _la = this.tokenStream.LA(1); if(!(_la === 60 || _la === 96)) { this.errorHandler.recoverInline(this); @@ -32520,9 +32311,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_BUFFER_USAGE_LIMIT: this.enterOuterAlt(localContext, 2); { - this.state = 5762; + this.state = 5716; this.match(PostgreSqlParser.KW_BUFFER_USAGE_LIMIT); - this.state = 5765; + this.state = 5719; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.PLUS: @@ -32530,7 +32321,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.Integral: case PostgreSqlParser.Numeric: { - this.state = 5763; + this.state = 5717; this.numericonly(); } break; @@ -32539,7 +32330,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.BeginDollarStringConstant: case PostgreSqlParser.EscapeStringConstant: { - this.state = 5764; + this.state = 5718; this.sconst(); } break; @@ -32568,19 +32359,19 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_verbose(): Opt_verboseContext { let localContext = new Opt_verboseContext(this.context, this.state); - this.enterRule(localContext, 514, PostgreSqlParser.RULE_opt_verbose); + this.enterRule(localContext, 506, PostgreSqlParser.RULE_opt_verbose); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5769; + this.state = 5723; this.match(PostgreSqlParser.KW_VERBOSE); - this.state = 5771; + this.state = 5725; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 60 || _la === 96) { { - this.state = 5770; + this.state = 5724; _la = this.tokenStream.LA(1); if(!(_la === 60 || _la === 96)) { this.errorHandler.recoverInline(this); @@ -32610,18 +32401,18 @@ export class PostgreSqlParser extends SQLParserBase { } public vacuum_relation(): Vacuum_relationContext { let localContext = new Vacuum_relationContext(this.context, this.state); - this.enterRule(localContext, 516, PostgreSqlParser.RULE_vacuum_relation); + this.enterRule(localContext, 508, PostgreSqlParser.RULE_vacuum_relation); try { this.enterOuterAlt(localContext, 1); { - this.state = 5773; + this.state = 5727; this.table_name(); - this.state = 5775; + this.state = 5729; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 730, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 726, this.context) ) { case 1: { - this.state = 5774; + this.state = 5728; this.opt_column_list(); } break; @@ -32644,26 +32435,26 @@ export class PostgreSqlParser extends SQLParserBase { } public vacuum_relation_list(): Vacuum_relation_listContext { let localContext = new Vacuum_relation_listContext(this.context, this.state); - this.enterRule(localContext, 518, PostgreSqlParser.RULE_vacuum_relation_list); + this.enterRule(localContext, 510, PostgreSqlParser.RULE_vacuum_relation_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5777; + this.state = 5731; this.vacuum_relation(); - this.state = 5782; + this.state = 5736; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 5778; + this.state = 5732; this.match(PostgreSqlParser.COMMA); - this.state = 5779; + this.state = 5733; this.vacuum_relation(); } } - this.state = 5784; + this.state = 5738; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -32685,30 +32476,30 @@ export class PostgreSqlParser extends SQLParserBase { } public explainstmt(): ExplainstmtContext { let localContext = new ExplainstmtContext(this.context, this.state); - this.enterRule(localContext, 520, PostgreSqlParser.RULE_explainstmt); + this.enterRule(localContext, 512, PostgreSqlParser.RULE_explainstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5785; + this.state = 5739; this.match(PostgreSqlParser.KW_EXPLAIN); - this.state = 5796; + this.state = 5750; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 735, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 731, this.context) ) { case 1: { - this.state = 5786; + this.state = 5740; this.explain_option_list(); } break; case 2: { - this.state = 5788; + this.state = 5742; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 128) { { - this.state = 5787; + this.state = 5741; this.match(PostgreSqlParser.KW_VERBOSE); } } @@ -32717,19 +32508,19 @@ export class PostgreSqlParser extends SQLParserBase { break; case 3: { - this.state = 5794; + this.state = 5748; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 31 || _la === 32) { { - this.state = 5790; + this.state = 5744; this.analyze_keyword(); - this.state = 5792; + this.state = 5746; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 128) { { - this.state = 5791; + this.state = 5745; this.opt_verbose(); } } @@ -32740,7 +32531,7 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 5798; + this.state = 5752; this.explainablestmt(); } } @@ -32760,71 +32551,71 @@ export class PostgreSqlParser extends SQLParserBase { } public explainablestmt(): ExplainablestmtContext { let localContext = new ExplainablestmtContext(this.context, this.state); - this.enterRule(localContext, 522, PostgreSqlParser.RULE_explainablestmt); + this.enterRule(localContext, 514, PostgreSqlParser.RULE_explainablestmt); try { - this.state = 5809; + this.state = 5763; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 736, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 732, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5800; + this.state = 5754; this.selectstmt(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5801; + this.state = 5755; this.insertstmt(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 5802; + this.state = 5756; this.updatestmt(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 5803; + this.state = 5757; this.deletestmt(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 5804; + this.state = 5758; this.declarecursorstmt(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 5805; + this.state = 5759; this.createasstmt(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 5806; + this.state = 5760; this.creatematviewstmt(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 5807; + this.state = 5761; this.refreshmatviewstmt(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 5808; + this.state = 5762; this.executestmt(); } break; @@ -32846,32 +32637,32 @@ export class PostgreSqlParser extends SQLParserBase { } public explain_option_list(): Explain_option_listContext { let localContext = new Explain_option_listContext(this.context, this.state); - this.enterRule(localContext, 524, PostgreSqlParser.RULE_explain_option_list); + this.enterRule(localContext, 516, PostgreSqlParser.RULE_explain_option_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5811; + this.state = 5765; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 5812; + this.state = 5766; this.vac_analyze_option_elem(); - this.state = 5817; + this.state = 5771; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 5813; + this.state = 5767; this.match(PostgreSqlParser.COMMA); - this.state = 5814; + this.state = 5768; this.vac_analyze_option_elem(); } } - this.state = 5819; + this.state = 5773; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 5820; + this.state = 5774; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -32891,28 +32682,28 @@ export class PostgreSqlParser extends SQLParserBase { } public preparestmt(): PreparestmtContext { let localContext = new PreparestmtContext(this.context, this.state); - this.enterRule(localContext, 526, PostgreSqlParser.RULE_preparestmt); + this.enterRule(localContext, 518, PostgreSqlParser.RULE_preparestmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5822; + this.state = 5776; this.match(PostgreSqlParser.KW_PREPARE); - this.state = 5823; + this.state = 5777; this.colid(); - this.state = 5825; + this.state = 5779; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 5824; + this.state = 5778; this.prep_type_clause(); } } - this.state = 5827; + this.state = 5781; this.match(PostgreSqlParser.KW_AS); - this.state = 5828; + this.state = 5782; this.preparablestmt(); } } @@ -32932,32 +32723,32 @@ export class PostgreSqlParser extends SQLParserBase { } public prep_type_clause(): Prep_type_clauseContext { let localContext = new Prep_type_clauseContext(this.context, this.state); - this.enterRule(localContext, 528, PostgreSqlParser.RULE_prep_type_clause); + this.enterRule(localContext, 520, PostgreSqlParser.RULE_prep_type_clause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5830; + this.state = 5784; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 5831; + this.state = 5785; this.typename(); - this.state = 5836; + this.state = 5790; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 5832; + this.state = 5786; this.match(PostgreSqlParser.COMMA); - this.state = 5833; + this.state = 5787; this.typename(); } } - this.state = 5838; + this.state = 5792; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 5839; + this.state = 5793; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -32977,36 +32768,36 @@ export class PostgreSqlParser extends SQLParserBase { } public preparablestmt(): PreparablestmtContext { let localContext = new PreparablestmtContext(this.context, this.state); - this.enterRule(localContext, 530, PostgreSqlParser.RULE_preparablestmt); + this.enterRule(localContext, 522, PostgreSqlParser.RULE_preparablestmt); try { - this.state = 5845; + this.state = 5799; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 740, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 736, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 5841; + this.state = 5795; this.selectstmt(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 5842; + this.state = 5796; this.insertstmt(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 5843; + this.state = 5797; this.updatestmt(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 5844; + this.state = 5798; this.deletestmt(); } break; @@ -33028,25 +32819,25 @@ export class PostgreSqlParser extends SQLParserBase { } public executestmt(): ExecutestmtContext { let localContext = new ExecutestmtContext(this.context, this.state); - this.enterRule(localContext, 532, PostgreSqlParser.RULE_executestmt); + this.enterRule(localContext, 524, PostgreSqlParser.RULE_executestmt); let _la: number; try { - this.state = 5870; + this.state = 5824; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_EXECUTE: this.enterOuterAlt(localContext, 1); { - this.state = 5847; + this.state = 5801; this.match(PostgreSqlParser.KW_EXECUTE); - this.state = 5848; + this.state = 5802; this.colid(); - this.state = 5850; + this.state = 5804; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 741, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 737, this.context) ) { case 1: { - this.state = 5849; + this.state = 5803; this.execute_param_clause(); } break; @@ -33056,54 +32847,54 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_CREATE: this.enterOuterAlt(localContext, 2); { - this.state = 5852; + this.state = 5806; this.match(PostgreSqlParser.KW_CREATE); - this.state = 5854; + this.state = 5808; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 213 || _la === 254 || ((((_la - 352)) & ~0x1F) === 0 && ((1 << (_la - 352)) & 32773) !== 0)) { { - this.state = 5853; + this.state = 5807; this.opttemp(); } } - this.state = 5856; + this.state = 5810; this.match(PostgreSqlParser.KW_TABLE); - this.state = 5858; + this.state = 5812; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 743, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 739, this.context) ) { case 1: { - this.state = 5857; + this.state = 5811; this.opt_if_not_exists(); } break; } - this.state = 5860; + this.state = 5814; this.create_as_target(); - this.state = 5861; + this.state = 5815; this.match(PostgreSqlParser.KW_AS); - this.state = 5862; + this.state = 5816; this.match(PostgreSqlParser.KW_EXECUTE); - this.state = 5863; + this.state = 5817; this.colid(); - this.state = 5865; + this.state = 5819; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 744, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 740, this.context) ) { case 1: { - this.state = 5864; + this.state = 5818; this.execute_param_clause(); } break; } - this.state = 5868; + this.state = 5822; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 745, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 741, this.context) ) { case 1: { - this.state = 5867; + this.state = 5821; this.opt_with_data(); } break; @@ -33130,15 +32921,15 @@ export class PostgreSqlParser extends SQLParserBase { } public execute_param_clause(): Execute_param_clauseContext { let localContext = new Execute_param_clauseContext(this.context, this.state); - this.enterRule(localContext, 534, PostgreSqlParser.RULE_execute_param_clause); + this.enterRule(localContext, 526, PostgreSqlParser.RULE_execute_param_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 5872; + this.state = 5826; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 5873; + this.state = 5827; this.expr_list(); - this.state = 5874; + this.state = 5828; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -33158,23 +32949,23 @@ export class PostgreSqlParser extends SQLParserBase { } public deallocatestmt(): DeallocatestmtContext { let localContext = new DeallocatestmtContext(this.context, this.state); - this.enterRule(localContext, 536, PostgreSqlParser.RULE_deallocatestmt); + this.enterRule(localContext, 528, PostgreSqlParser.RULE_deallocatestmt); try { this.enterOuterAlt(localContext, 1); { - this.state = 5876; + this.state = 5830; this.match(PostgreSqlParser.KW_DEALLOCATE); - this.state = 5878; + this.state = 5832; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 747, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 743, this.context) ) { case 1: { - this.state = 5877; + this.state = 5831; this.match(PostgreSqlParser.KW_PREPARE); } break; } - this.state = 5882; + this.state = 5836; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DEFAULT: @@ -33572,13 +33363,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 5880; + this.state = 5834; this.colid(); } break; case PostgreSqlParser.KW_ALL: { - this.state = 5881; + this.state = 5835; this.match(PostgreSqlParser.KW_ALL); } break; @@ -33603,64 +33394,64 @@ export class PostgreSqlParser extends SQLParserBase { } public insertstmt(): InsertstmtContext { let localContext = new InsertstmtContext(this.context, this.state); - this.enterRule(localContext, 538, PostgreSqlParser.RULE_insertstmt); + this.enterRule(localContext, 530, PostgreSqlParser.RULE_insertstmt); let _la: number; try { localContext = new InsertStatementContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 5885; + this.state = 5839; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 5884; + this.state = 5838; this.with_clause(); } } - this.state = 5887; + this.state = 5841; this.match(PostgreSqlParser.KW_INSERT); - this.state = 5888; + this.state = 5842; this.match(PostgreSqlParser.KW_INTO); - this.state = 5889; + this.state = 5843; this.table_name(); - this.state = 5892; + this.state = 5846; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 5890; + this.state = 5844; this.match(PostgreSqlParser.KW_AS); - this.state = 5891; + this.state = 5845; this.colid(); } } - this.state = 5894; + this.state = 5848; this.insert_rest(); - this.state = 5916; + this.state = 5870; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 80) { { - this.state = 5895; + this.state = 5849; this.match(PostgreSqlParser.KW_ON); - this.state = 5896; + this.state = 5850; this.match(PostgreSqlParser.KW_CONFLICT); - this.state = 5904; + this.state = 5858; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: { - this.state = 5897; + this.state = 5851; this.index_params(); - this.state = 5899; + this.state = 5853; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 5898; + this.state = 5852; this.where_clause(); } } @@ -33669,11 +33460,11 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.KW_ON: { - this.state = 5901; + this.state = 5855; this.match(PostgreSqlParser.KW_ON); - this.state = 5902; + this.state = 5856; this.match(PostgreSqlParser.KW_CONSTRAINT); - this.state = 5903; + this.state = 5857; this.colid(); } break; @@ -33682,25 +33473,25 @@ export class PostgreSqlParser extends SQLParserBase { default: break; } - this.state = 5906; + this.state = 5860; this.match(PostgreSqlParser.KW_DO); - this.state = 5914; + this.state = 5868; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_UPDATE: { - this.state = 5907; + this.state = 5861; this.match(PostgreSqlParser.KW_UPDATE); - this.state = 5908; + this.state = 5862; this.match(PostgreSqlParser.KW_SET); - this.state = 5909; + this.state = 5863; this.set_clause_list(); - this.state = 5911; + this.state = 5865; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 5910; + this.state = 5864; this.where_clause(); } } @@ -33709,7 +33500,7 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.KW_NOTHING: { - this.state = 5913; + this.state = 5867; this.match(PostgreSqlParser.KW_NOTHING); } break; @@ -33719,12 +33510,12 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 5919; + this.state = 5873; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 87) { { - this.state = 5918; + this.state = 5872; this.returning_clause(); } } @@ -33747,33 +33538,33 @@ export class PostgreSqlParser extends SQLParserBase { } public insert_rest(): Insert_restContext { let localContext = new Insert_restContext(this.context, this.state); - this.enterRule(localContext, 540, PostgreSqlParser.RULE_insert_rest); + this.enterRule(localContext, 532, PostgreSqlParser.RULE_insert_rest); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5925; + this.state = 5879; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 757, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 753, this.context) ) { case 1: { - this.state = 5921; + this.state = 5875; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 5922; + this.state = 5876; this.insert_column_list(); - this.state = 5923; + this.state = 5877; this.match(PostgreSqlParser.CLOSE_PAREN); } break; } - this.state = 5930; + this.state = 5884; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 463) { { - this.state = 5927; + this.state = 5881; this.match(PostgreSqlParser.KW_OVERRIDING); - this.state = 5928; + this.state = 5882; _la = this.tokenStream.LA(1); if(!(_la === 99 || _la === 349)) { this.errorHandler.recoverInline(this); @@ -33782,23 +33573,23 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 5929; + this.state = 5883; this.match(PostgreSqlParser.KW_VALUE); } } - this.state = 5934; + this.state = 5888; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 759, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 755, this.context) ) { case 1: { - this.state = 5932; + this.state = 5886; this.default_values_or_values(); } break; case 2: { - this.state = 5933; + this.state = 5887; this.selectstmt(); } break; @@ -33821,26 +33612,26 @@ export class PostgreSqlParser extends SQLParserBase { } public insert_column_list(): Insert_column_listContext { let localContext = new Insert_column_listContext(this.context, this.state); - this.enterRule(localContext, 542, PostgreSqlParser.RULE_insert_column_list); + this.enterRule(localContext, 534, PostgreSqlParser.RULE_insert_column_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5936; + this.state = 5890; this.insert_column_item(); - this.state = 5941; + this.state = 5895; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 5937; + this.state = 5891; this.match(PostgreSqlParser.COMMA); - this.state = 5938; + this.state = 5892; this.insert_column_item(); } } - this.state = 5943; + this.state = 5897; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -33862,13 +33653,13 @@ export class PostgreSqlParser extends SQLParserBase { } public insert_column_item(): Insert_column_itemContext { let localContext = new Insert_column_itemContext(this.context, this.state); - this.enterRule(localContext, 544, PostgreSqlParser.RULE_insert_column_item); + this.enterRule(localContext, 536, PostgreSqlParser.RULE_insert_column_item); try { this.enterOuterAlt(localContext, 1); { - this.state = 5944; + this.state = 5898; this.column_name(); - this.state = 5945; + this.state = 5899; this.opt_indirection(); } } @@ -33888,13 +33679,13 @@ export class PostgreSqlParser extends SQLParserBase { } public returning_clause(): Returning_clauseContext { let localContext = new Returning_clauseContext(this.context, this.state); - this.enterRule(localContext, 546, PostgreSqlParser.RULE_returning_clause); + this.enterRule(localContext, 538, PostgreSqlParser.RULE_returning_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 5947; + this.state = 5901; this.match(PostgreSqlParser.KW_RETURNING); - this.state = 5948; + this.state = 5902; this.target_list(); } } @@ -33914,55 +33705,55 @@ export class PostgreSqlParser extends SQLParserBase { } public deletestmt(): DeletestmtContext { let localContext = new DeletestmtContext(this.context, this.state); - this.enterRule(localContext, 548, PostgreSqlParser.RULE_deletestmt); + this.enterRule(localContext, 540, PostgreSqlParser.RULE_deletestmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5951; + this.state = 5905; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 5950; + this.state = 5904; this.with_clause(); } } - this.state = 5953; + this.state = 5907; this.match(PostgreSqlParser.KW_DELETE); - this.state = 5954; + this.state = 5908; this.match(PostgreSqlParser.KW_FROM); - this.state = 5955; + this.state = 5909; this.relation_expr_opt_alias(); - this.state = 5958; + this.state = 5912; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 5956; + this.state = 5910; this.match(PostgreSqlParser.KW_USING); - this.state = 5957; + this.state = 5911; this.from_list(); } } - this.state = 5961; + this.state = 5915; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 5960; + this.state = 5914; this.where_or_current_clause(); } } - this.state = 5964; + this.state = 5918; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 87) { { - this.state = 5963; + this.state = 5917; this.returning_clause(); } } @@ -33985,39 +33776,39 @@ export class PostgreSqlParser extends SQLParserBase { } public lockstmt(): LockstmtContext { let localContext = new LockstmtContext(this.context, this.state); - this.enterRule(localContext, 550, PostgreSqlParser.RULE_lockstmt); + this.enterRule(localContext, 542, PostgreSqlParser.RULE_lockstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5966; + this.state = 5920; this.match(PostgreSqlParser.KW_LOCK); - this.state = 5968; + this.state = 5922; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 92) { { - this.state = 5967; + this.state = 5921; this.match(PostgreSqlParser.KW_TABLE); } } - this.state = 5970; + this.state = 5924; this.relation_expr_list(); - this.state = 5985; + this.state = 5939; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 68) { { - this.state = 5971; + this.state = 5925; this.match(PostgreSqlParser.KW_IN); - this.state = 5982; + this.state = 5936; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ACCESS: case PostgreSqlParser.KW_ROW: { - this.state = 5972; + this.state = 5926; _la = this.tokenStream.LA(1); if(!(_la === 131 || _la === 414)) { this.errorHandler.recoverInline(this); @@ -34026,7 +33817,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 5973; + this.state = 5927; _la = this.tokenStream.LA(1); if(!(_la === 201 || _la === 334)) { this.errorHandler.recoverInline(this); @@ -34039,24 +33830,24 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.KW_SHARE: { - this.state = 5974; + this.state = 5928; this.match(PostgreSqlParser.KW_SHARE); - this.state = 5979; + this.state = 5933; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_UPDATE: { - this.state = 5975; + this.state = 5929; this.match(PostgreSqlParser.KW_UPDATE); - this.state = 5976; + this.state = 5930; this.match(PostgreSqlParser.KW_EXCLUSIVE); } break; case PostgreSqlParser.KW_ROW: { - this.state = 5977; + this.state = 5931; this.match(PostgreSqlParser.KW_ROW); - this.state = 5978; + this.state = 5932; this.match(PostgreSqlParser.KW_EXCLUSIVE); } break; @@ -34069,24 +33860,24 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.KW_EXCLUSIVE: { - this.state = 5981; + this.state = 5935; this.match(PostgreSqlParser.KW_EXCLUSIVE); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 5984; + this.state = 5938; this.match(PostgreSqlParser.KW_MODE); } } - this.state = 5988; + this.state = 5942; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 769, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 765, this.context) ) { case 1: { - this.state = 5987; + this.state = 5941; this.match(PostgreSqlParser.KW_NOWAIT); } break; @@ -34109,55 +33900,55 @@ export class PostgreSqlParser extends SQLParserBase { } public updatestmt(): UpdatestmtContext { let localContext = new UpdatestmtContext(this.context, this.state); - this.enterRule(localContext, 552, PostgreSqlParser.RULE_updatestmt); + this.enterRule(localContext, 544, PostgreSqlParser.RULE_updatestmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 5991; + this.state = 5945; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 5990; + this.state = 5944; this.with_clause(); } } - this.state = 5993; + this.state = 5947; this.match(PostgreSqlParser.KW_UPDATE); - this.state = 5994; + this.state = 5948; this.relation_expr_opt_alias(); - this.state = 5995; + this.state = 5949; this.match(PostgreSqlParser.KW_SET); - this.state = 5996; + this.state = 5950; this.set_clause_list(); - this.state = 5998; + this.state = 5952; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64) { { - this.state = 5997; + this.state = 5951; this.from_clause(); } } - this.state = 6001; + this.state = 5955; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 6000; + this.state = 5954; this.where_or_current_clause(); } } - this.state = 6004; + this.state = 5958; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 87) { { - this.state = 6003; + this.state = 5957; this.returning_clause(); } } @@ -34180,26 +33971,26 @@ export class PostgreSqlParser extends SQLParserBase { } public set_clause_list(): Set_clause_listContext { let localContext = new Set_clause_listContext(this.context, this.state); - this.enterRule(localContext, 554, PostgreSqlParser.RULE_set_clause_list); + this.enterRule(localContext, 546, PostgreSqlParser.RULE_set_clause_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6006; + this.state = 5960; this.set_clause(); - this.state = 6011; + this.state = 5965; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6007; + this.state = 5961; this.match(PostgreSqlParser.COMMA); - this.state = 6008; + this.state = 5962; this.set_clause(); } } - this.state = 6013; + this.state = 5967; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -34221,59 +34012,59 @@ export class PostgreSqlParser extends SQLParserBase { } public set_clause(): Set_clauseContext { let localContext = new Set_clauseContext(this.context, this.state); - this.enterRule(localContext, 556, PostgreSqlParser.RULE_set_clause); + this.enterRule(localContext, 548, PostgreSqlParser.RULE_set_clause); try { - this.state = 6032; + this.state = 5986; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 777, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 773, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6014; + this.state = 5968; this.insert_column_item(); - this.state = 6015; + this.state = 5969; this.match(PostgreSqlParser.EQUAL); - this.state = 6016; + this.state = 5970; this.expression(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6018; + this.state = 5972; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6019; + this.state = 5973; this.insert_column_list(); - this.state = 6020; + this.state = 5974; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 6021; + this.state = 5975; this.match(PostgreSqlParser.EQUAL); - this.state = 6030; + this.state = 5984; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 776, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 772, this.context) ) { case 1: { - this.state = 6023; + this.state = 5977; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 775, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 771, this.context) ) { case 1: { - this.state = 6022; + this.state = 5976; this.match(PostgreSqlParser.KW_ROW); } break; } - this.state = 6025; + this.state = 5979; this.expression(); } break; case 2: { - this.state = 6026; + this.state = 5980; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6027; + this.state = 5981; this.select_clause(); - this.state = 6028; + this.state = 5982; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -34298,52 +34089,52 @@ export class PostgreSqlParser extends SQLParserBase { } public declarecursorstmt(): DeclarecursorstmtContext { let localContext = new DeclarecursorstmtContext(this.context, this.state); - this.enterRule(localContext, 558, PostgreSqlParser.RULE_declarecursorstmt); + this.enterRule(localContext, 550, PostgreSqlParser.RULE_declarecursorstmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6034; + this.state = 5988; this.match(PostgreSqlParser.KW_DECLARE); - this.state = 6035; + this.state = 5989; this.colid(); { - this.state = 6044; + this.state = 5998; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 107 || _la === 240 || _la === 269 || _la === 324) { { - this.state = 6042; + this.state = 5996; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_NO: case PostgreSqlParser.KW_SCROLL: { { - this.state = 6037; + this.state = 5991; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 6036; + this.state = 5990; this.match(PostgreSqlParser.KW_NO); } } - this.state = 6039; + this.state = 5993; this.match(PostgreSqlParser.KW_SCROLL); } } break; case PostgreSqlParser.KW_BINARY: { - this.state = 6040; + this.state = 5994; this.match(PostgreSqlParser.KW_BINARY); } break; case PostgreSqlParser.KW_INSENSITIVE: { - this.state = 6041; + this.state = 5995; this.match(PostgreSqlParser.KW_INSENSITIVE); } break; @@ -34351,19 +34142,19 @@ export class PostgreSqlParser extends SQLParserBase { throw new antlr.NoViableAltException(this); } } - this.state = 6046; + this.state = 6000; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } - this.state = 6047; + this.state = 6001; this.match(PostgreSqlParser.KW_CURSOR); - this.state = 6050; + this.state = 6004; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105 || _la === 379) { { - this.state = 6048; + this.state = 6002; _la = this.tokenStream.LA(1); if(!(_la === 105 || _la === 379)) { this.errorHandler.recoverInline(this); @@ -34372,14 +34163,14 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6049; + this.state = 6003; this.match(PostgreSqlParser.KW_HOLD); } } - this.state = 6052; + this.state = 6006; this.match(PostgreSqlParser.KW_FOR); - this.state = 6053; + this.state = 6007; this.selectstmt(); } } @@ -34399,16 +34190,16 @@ export class PostgreSqlParser extends SQLParserBase { } public selectstmt(): SelectstmtContext { let localContext = new SelectstmtContext(this.context, this.state); - this.enterRule(localContext, 560, PostgreSqlParser.RULE_selectstmt); + this.enterRule(localContext, 552, PostgreSqlParser.RULE_selectstmt); try { - this.state = 6057; + this.state = 6011; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 782, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 778, this.context) ) { case 1: localContext = new SelectStatementContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 6055; + this.state = 6009; this.select_no_parens(); } break; @@ -34416,7 +34207,7 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new SelectStatementContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 6056; + this.state = 6010; this.select_with_parens(); } break; @@ -34438,29 +34229,29 @@ export class PostgreSqlParser extends SQLParserBase { } public select_with_parens(): Select_with_parensContext { let localContext = new Select_with_parensContext(this.context, this.state); - this.enterRule(localContext, 562, PostgreSqlParser.RULE_select_with_parens); + this.enterRule(localContext, 554, PostgreSqlParser.RULE_select_with_parens); try { this.enterOuterAlt(localContext, 1); { - this.state = 6059; + this.state = 6013; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6062; + this.state = 6016; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 783, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 779, this.context) ) { case 1: { - this.state = 6060; + this.state = 6014; this.select_no_parens(); } break; case 2: { - this.state = 6061; + this.state = 6015; this.select_with_parens(); } break; } - this.state = 6064; + this.state = 6018; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -34480,46 +34271,46 @@ export class PostgreSqlParser extends SQLParserBase { } public select_no_parens(): Select_no_parensContext { let localContext = new Select_no_parensContext(this.context, this.state); - this.enterRule(localContext, 564, PostgreSqlParser.RULE_select_no_parens); + this.enterRule(localContext, 556, PostgreSqlParser.RULE_select_no_parens); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6067; + this.state = 6021; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 6066; + this.state = 6020; this.with_clause(); } } - this.state = 6069; + this.state = 6023; this.select_clause(); - this.state = 6071; + this.state = 6025; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 83) { { - this.state = 6070; + this.state = 6024; this.sort_clause(); } } - this.state = 6081; + this.state = 6035; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 788, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 784, this.context) ) { case 1: { - this.state = 6073; + this.state = 6027; this.for_locking_clause(); - this.state = 6075; + this.state = 6029; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 786, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 782, this.context) ) { case 1: { - this.state = 6074; + this.state = 6028; this.select_limit(); } break; @@ -34528,14 +34319,14 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 6077; + this.state = 6031; this.select_limit(); - this.state = 6079; + this.state = 6033; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 6078; + this.state = 6032; this.for_locking_clause(); } } @@ -34561,22 +34352,22 @@ export class PostgreSqlParser extends SQLParserBase { } public select_clause(): Select_clauseContext { let localContext = new Select_clauseContext(this.context, this.state); - this.enterRule(localContext, 566, PostgreSqlParser.RULE_select_clause); + this.enterRule(localContext, 558, PostgreSqlParser.RULE_select_clause); try { - this.state = 6085; + this.state = 6039; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 789, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 785, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6083; + this.state = 6037; this.simple_select(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6084; + this.state = 6038; this.select_with_parens(); } break; @@ -34598,39 +34389,39 @@ export class PostgreSqlParser extends SQLParserBase { } public simple_select(): Simple_selectContext { let localContext = new Simple_selectContext(this.context, this.state); - this.enterRule(localContext, 568, PostgreSqlParser.RULE_simple_select); + this.enterRule(localContext, 560, PostgreSqlParser.RULE_simple_select); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 6109; + this.state = 6063; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_SELECT: { - this.state = 6087; + this.state = 6041; this.match(PostgreSqlParser.KW_SELECT); - this.state = 6097; + this.state = 6051; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 793, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 789, this.context) ) { case 1: { - this.state = 6089; + this.state = 6043; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 790, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 786, this.context) ) { case 1: { - this.state = 6088; + this.state = 6042; this.match(PostgreSqlParser.KW_ALL); } break; } - this.state = 6092; + this.state = 6046; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 791, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 787, this.context) ) { case 1: { - this.state = 6091; + this.state = 6045; this.into_clause(); } break; @@ -34639,12 +34430,12 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 6095; + this.state = 6049; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 792, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 788, this.context) ) { case 1: { - this.state = 6094; + this.state = 6048; this.distinct_clause(); } break; @@ -34652,42 +34443,42 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 6099; + this.state = 6053; this.sql_expression(); } break; case PostgreSqlParser.KW_VALUES: { - this.state = 6100; + this.state = 6054; this.values_clause(); } break; case PostgreSqlParser.KW_TABLE: { - this.state = 6101; + this.state = 6055; this.match(PostgreSqlParser.KW_TABLE); - this.state = 6102; + this.state = 6056; this.relation_expr(); } break; case PostgreSqlParser.OPEN_PAREN: { - this.state = 6103; + this.state = 6057; this.select_with_parens(); - this.state = 6104; + this.state = 6058; this.set_operator_with_all_or_distinct(); - this.state = 6107; + this.state = 6061; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 794, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 790, this.context) ) { case 1: { - this.state = 6105; + this.state = 6059; this.simple_select(); } break; case 2: { - this.state = 6106; + this.state = 6060; this.select_with_parens(); } break; @@ -34697,27 +34488,27 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 6118; + this.state = 6072; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 797, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 793, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 6111; + this.state = 6065; this.set_operator_with_all_or_distinct(); - this.state = 6114; + this.state = 6068; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 796, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 792, this.context) ) { case 1: { - this.state = 6112; + this.state = 6066; this.simple_select(); } break; case 2: { - this.state = 6113; + this.state = 6067; this.select_with_parens(); } break; @@ -34725,9 +34516,9 @@ export class PostgreSqlParser extends SQLParserBase { } } } - this.state = 6120; + this.state = 6074; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 797, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 793, this.context); } } } @@ -34747,12 +34538,12 @@ export class PostgreSqlParser extends SQLParserBase { } public set_operator_with_all_or_distinct(): Set_operator_with_all_or_distinctContext { let localContext = new Set_operator_with_all_or_distinctContext(this.context, this.state); - this.enterRule(localContext, 570, PostgreSqlParser.RULE_set_operator_with_all_or_distinct); + this.enterRule(localContext, 562, PostgreSqlParser.RULE_set_operator_with_all_or_distinct); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6121; + this.state = 6075; _la = this.tokenStream.LA(1); if(!(_la === 59 || _la === 70 || _la === 97)) { this.errorHandler.recoverInline(this); @@ -34761,12 +34552,12 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6123; + this.state = 6077; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 30 || _la === 56) { { - this.state = 6122; + this.state = 6076; _la = this.tokenStream.LA(1); if(!(_la === 30 || _la === 56)) { this.errorHandler.recoverInline(this); @@ -34796,43 +34587,43 @@ export class PostgreSqlParser extends SQLParserBase { } public with_clause(): With_clauseContext { let localContext = new With_clauseContext(this.context, this.state); - this.enterRule(localContext, 572, PostgreSqlParser.RULE_with_clause); + this.enterRule(localContext, 564, PostgreSqlParser.RULE_with_clause); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 6125; + this.state = 6079; this.match(PostgreSqlParser.KW_WITH); - this.state = 6127; + this.state = 6081; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 799, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 795, this.context) ) { case 1: { - this.state = 6126; + this.state = 6080; this.match(PostgreSqlParser.KW_RECURSIVE); } break; } { - this.state = 6129; + this.state = 6083; this.common_table_expr(); - this.state = 6134; + this.state = 6088; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 800, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 796, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 6130; + this.state = 6084; this.match(PostgreSqlParser.COMMA); - this.state = 6131; + this.state = 6085; this.common_table_expr(); } } } - this.state = 6136; + this.state = 6090; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 800, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 796, this.context); } } } @@ -34853,67 +34644,67 @@ export class PostgreSqlParser extends SQLParserBase { } public common_table_expr(): Common_table_exprContext { let localContext = new Common_table_exprContext(this.context, this.state); - this.enterRule(localContext, 574, PostgreSqlParser.RULE_common_table_expr); + this.enterRule(localContext, 566, PostgreSqlParser.RULE_common_table_expr); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6137; + this.state = 6091; this.colid(); - this.state = 6139; + this.state = 6093; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 6138; + this.state = 6092; this.opt_column_list(); } } - this.state = 6141; + this.state = 6095; this.match(PostgreSqlParser.KW_AS); - this.state = 6146; + this.state = 6100; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77 || _la === 259) { { - this.state = 6143; + this.state = 6097; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 6142; + this.state = 6096; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 6145; + this.state = 6099; this.match(PostgreSqlParser.KW_MATERIALIZED); } } - this.state = 6148; + this.state = 6102; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6149; + this.state = 6103; this.preparablestmt(); - this.state = 6150; + this.state = 6104; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 6152; + this.state = 6106; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 804, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 800, this.context) ) { case 1: { - this.state = 6151; + this.state = 6105; this.search_cluase(); } break; } - this.state = 6155; + this.state = 6109; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 805, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 801, this.context) ) { case 1: { - this.state = 6154; + this.state = 6108; this.cycle_cluase(); } break; @@ -34936,14 +34727,14 @@ export class PostgreSqlParser extends SQLParserBase { } public search_cluase(): Search_cluaseContext { let localContext = new Search_cluaseContext(this.context, this.state); - this.enterRule(localContext, 576, PostgreSqlParser.RULE_search_cluase); + this.enterRule(localContext, 568, PostgreSqlParser.RULE_search_cluase); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6157; + this.state = 6111; this.match(PostgreSqlParser.KW_SEARCH); - this.state = 6158; + this.state = 6112; _la = this.tokenStream.LA(1); if(!(_la === 527 || _la === 528)) { this.errorHandler.recoverInline(this); @@ -34952,15 +34743,15 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6159; + this.state = 6113; this.match(PostgreSqlParser.KW_FIRST); - this.state = 6160; + this.state = 6114; this.match(PostgreSqlParser.KW_BY); - this.state = 6161; + this.state = 6115; this.column_list(); - this.state = 6162; + this.state = 6116; this.match(PostgreSqlParser.KW_SET); - this.state = 6163; + this.state = 6117; this.column_name(); } } @@ -34980,38 +34771,38 @@ export class PostgreSqlParser extends SQLParserBase { } public cycle_cluase(): Cycle_cluaseContext { let localContext = new Cycle_cluaseContext(this.context, this.state); - this.enterRule(localContext, 578, PostgreSqlParser.RULE_cycle_cluase); + this.enterRule(localContext, 570, PostgreSqlParser.RULE_cycle_cluase); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6165; + this.state = 6119; this.match(PostgreSqlParser.KW_CYCLE); - this.state = 6166; + this.state = 6120; this.column_list(); - this.state = 6167; + this.state = 6121; this.match(PostgreSqlParser.KW_SET); - this.state = 6168; + this.state = 6122; this.column_name(); - this.state = 6174; + this.state = 6128; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 94) { { - this.state = 6169; + this.state = 6123; this.match(PostgreSqlParser.KW_TO); - this.state = 6170; + this.state = 6124; this.colid(); - this.state = 6171; + this.state = 6125; this.match(PostgreSqlParser.KW_DEFAULT); - this.state = 6172; + this.state = 6126; this.colid(); } } - this.state = 6176; + this.state = 6130; this.match(PostgreSqlParser.KW_USING); - this.state = 6177; + this.state = 6131; this.column_name(); } } @@ -35031,34 +34822,34 @@ export class PostgreSqlParser extends SQLParserBase { } public into_clause(): Into_clauseContext { let localContext = new Into_clauseContext(this.context, this.state); - this.enterRule(localContext, 580, PostgreSqlParser.RULE_into_clause); + this.enterRule(localContext, 572, PostgreSqlParser.RULE_into_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 6179; + this.state = 6133; this.match(PostgreSqlParser.KW_INTO); - this.state = 6185; + this.state = 6139; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 808, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 804, this.context) ) { case 1: { - this.state = 6181; + this.state = 6135; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 807, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 803, this.context) ) { case 1: { - this.state = 6180; + this.state = 6134; this.match(PostgreSqlParser.KW_STRICT); } break; } - this.state = 6183; + this.state = 6137; this.opttempTableName(); } break; case 2: { - this.state = 6184; + this.state = 6138; this.expr_list(); } break; @@ -35081,21 +34872,21 @@ export class PostgreSqlParser extends SQLParserBase { } public opttempTableName(): OpttempTableNameContext { let localContext = new OpttempTableNameContext(this.context, this.state); - this.enterRule(localContext, 582, PostgreSqlParser.RULE_opttempTableName); + this.enterRule(localContext, 574, PostgreSqlParser.RULE_opttempTableName); let _la: number; try { - this.state = 6202; + this.state = 6156; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 813, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 809, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6188; + this.state = 6142; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 213 || _la === 254) { { - this.state = 6187; + this.state = 6141; _la = this.tokenStream.LA(1); if(!(_la === 213 || _la === 254)) { this.errorHandler.recoverInline(this); @@ -35107,7 +34898,7 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 6190; + this.state = 6144; _la = this.tokenStream.LA(1); if(!(_la === 352 || _la === 354)) { this.errorHandler.recoverInline(this); @@ -35116,44 +34907,44 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6192; + this.state = 6146; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 92) { { - this.state = 6191; + this.state = 6145; this.match(PostgreSqlParser.KW_TABLE); } } - this.state = 6194; + this.state = 6148; this.table_name_create(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6196; + this.state = 6150; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 811, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 807, this.context) ) { case 1: { - this.state = 6195; + this.state = 6149; this.match(PostgreSqlParser.KW_UNLOGGED); } break; } - this.state = 6199; + this.state = 6153; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 92) { { - this.state = 6198; + this.state = 6152; this.match(PostgreSqlParser.KW_TABLE); } } - this.state = 6201; + this.state = 6155; this.table_name_create(); } break; @@ -35175,20 +34966,20 @@ export class PostgreSqlParser extends SQLParserBase { } public distinct_clause(): Distinct_clauseContext { let localContext = new Distinct_clauseContext(this.context, this.state); - this.enterRule(localContext, 584, PostgreSqlParser.RULE_distinct_clause); + this.enterRule(localContext, 576, PostgreSqlParser.RULE_distinct_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 6204; + this.state = 6158; this.match(PostgreSqlParser.KW_DISTINCT); - this.state = 6207; + this.state = 6161; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 814, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 810, this.context) ) { case 1: { - this.state = 6205; + this.state = 6159; this.match(PostgreSqlParser.KW_ON); - this.state = 6206; + this.state = 6160; this.execute_param_clause(); } break; @@ -35211,30 +35002,30 @@ export class PostgreSqlParser extends SQLParserBase { } public sort_clause(): Sort_clauseContext { let localContext = new Sort_clauseContext(this.context, this.state); - this.enterRule(localContext, 586, PostgreSqlParser.RULE_sort_clause); + this.enterRule(localContext, 578, PostgreSqlParser.RULE_sort_clause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6209; + this.state = 6163; this.match(PostgreSqlParser.KW_ORDER); - this.state = 6210; + this.state = 6164; this.match(PostgreSqlParser.KW_BY); - this.state = 6211; + this.state = 6165; this.sortby(); - this.state = 6216; + this.state = 6170; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6212; + this.state = 6166; this.match(PostgreSqlParser.COMMA); - this.state = 6213; + this.state = 6167; this.sortby(); } } - this.state = 6218; + this.state = 6172; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -35256,27 +35047,27 @@ export class PostgreSqlParser extends SQLParserBase { } public sortby(): SortbyContext { let localContext = new SortbyContext(this.context, this.state); - this.enterRule(localContext, 588, PostgreSqlParser.RULE_sortby); + this.enterRule(localContext, 580, PostgreSqlParser.RULE_sortby); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6219; + this.state = 6173; this.column_expr_noparen(); - this.state = 6223; + this.state = 6177; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 816, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 812, this.context) ) { case 1: { - this.state = 6220; + this.state = 6174; this.match(PostgreSqlParser.KW_USING); - this.state = 6221; + this.state = 6175; this.qual_all_op(); } break; case 2: { - this.state = 6222; + this.state = 6176; _la = this.tokenStream.LA(1); if(!(_la === 37 || _la === 55)) { this.errorHandler.recoverInline(this); @@ -35288,14 +35079,14 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 6227; + this.state = 6181; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 817, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 813, this.context) ) { case 1: { - this.state = 6225; + this.state = 6179; this.match(PostgreSqlParser.KW_NULLS); - this.state = 6226; + this.state = 6180; _la = this.tokenStream.LA(1); if(!(_la === 207 || _la === 249)) { this.errorHandler.recoverInline(this); @@ -35325,23 +35116,23 @@ export class PostgreSqlParser extends SQLParserBase { } public select_limit(): Select_limitContext { let localContext = new Select_limitContext(this.context, this.state); - this.enterRule(localContext, 590, PostgreSqlParser.RULE_select_limit); + this.enterRule(localContext, 582, PostgreSqlParser.RULE_select_limit); let _la: number; try { - this.state = 6240; + this.state = 6194; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_OFFSET: this.enterOuterAlt(localContext, 1); { - this.state = 6229; + this.state = 6183; this.offset_clause(); - this.state = 6231; + this.state = 6185; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 818, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 814, this.context) ) { case 1: { - this.state = 6230; + this.state = 6184; this.fetch_clause(); } break; @@ -35352,30 +35143,30 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_LIMIT: this.enterOuterAlt(localContext, 2); { - this.state = 6235; + this.state = 6189; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_LIMIT: { - this.state = 6233; + this.state = 6187; this.limit_clause(); } break; case PostgreSqlParser.KW_FETCH: { - this.state = 6234; + this.state = 6188; this.fetch_clause(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 6238; + this.state = 6192; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 79) { { - this.state = 6237; + this.state = 6191; this.offset_clause(); } } @@ -35402,14 +35193,14 @@ export class PostgreSqlParser extends SQLParserBase { } public limit_clause(): Limit_clauseContext { let localContext = new Limit_clauseContext(this.context, this.state); - this.enterRule(localContext, 592, PostgreSqlParser.RULE_limit_clause); + this.enterRule(localContext, 584, PostgreSqlParser.RULE_limit_clause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6242; + this.state = 6196; this.match(PostgreSqlParser.KW_LIMIT); - this.state = 6245; + this.state = 6199; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: @@ -35855,27 +35646,27 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 6243; + this.state = 6197; this.expression(); } break; case PostgreSqlParser.KW_ALL: { - this.state = 6244; + this.state = 6198; this.match(PostgreSqlParser.KW_ALL); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 6249; + this.state = 6203; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 6247; + this.state = 6201; this.match(PostgreSqlParser.COMMA); - this.state = 6248; + this.state = 6202; this.expression(); } } @@ -35898,14 +35689,14 @@ export class PostgreSqlParser extends SQLParserBase { } public fetch_clause(): Fetch_clauseContext { let localContext = new Fetch_clauseContext(this.context, this.state); - this.enterRule(localContext, 594, PostgreSqlParser.RULE_fetch_clause); + this.enterRule(localContext, 586, PostgreSqlParser.RULE_fetch_clause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6251; + this.state = 6205; this.match(PostgreSqlParser.KW_FETCH); - this.state = 6252; + this.state = 6206; _la = this.tokenStream.LA(1); if(!(_la === 207 || _la === 268)) { this.errorHandler.recoverInline(this); @@ -35915,17 +35706,17 @@ export class PostgreSqlParser extends SQLParserBase { this.consume(); } { - this.state = 6254; + this.state = 6208; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 824, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 820, this.context) ) { case 1: { - this.state = 6253; + this.state = 6207; this.select_fetch_first_value(); } break; } - this.state = 6256; + this.state = 6210; _la = this.tokenStream.LA(1); if(!(_la === 320 || _la === 414)) { this.errorHandler.recoverInline(this); @@ -35934,20 +35725,20 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6260; + this.state = 6214; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ONLY: { - this.state = 6257; + this.state = 6211; this.match(PostgreSqlParser.KW_ONLY); } break; case PostgreSqlParser.KW_WITH: { - this.state = 6258; + this.state = 6212; this.match(PostgreSqlParser.KW_WITH); - this.state = 6259; + this.state = 6213; this.match(PostgreSqlParser.KW_TIES); } break; @@ -35973,21 +35764,21 @@ export class PostgreSqlParser extends SQLParserBase { } public offset_clause(): Offset_clauseContext { let localContext = new Offset_clauseContext(this.context, this.state); - this.enterRule(localContext, 596, PostgreSqlParser.RULE_offset_clause); + this.enterRule(localContext, 588, PostgreSqlParser.RULE_offset_clause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6262; + this.state = 6216; this.match(PostgreSqlParser.KW_OFFSET); - this.state = 6267; + this.state = 6221; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 826, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 822, this.context) ) { case 1: { - this.state = 6263; + this.state = 6217; this.select_fetch_first_value(); - this.state = 6264; + this.state = 6218; _la = this.tokenStream.LA(1); if(!(_la === 320 || _la === 414)) { this.errorHandler.recoverInline(this); @@ -36000,7 +35791,7 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 6266; + this.state = 6220; this.expression(); } break; @@ -36023,16 +35814,16 @@ export class PostgreSqlParser extends SQLParserBase { } public select_fetch_first_value(): Select_fetch_first_valueContext { let localContext = new Select_fetch_first_valueContext(this.context, this.state); - this.enterRule(localContext, 598, PostgreSqlParser.RULE_select_fetch_first_value); + this.enterRule(localContext, 590, PostgreSqlParser.RULE_select_fetch_first_value); let _la: number; try { - this.state = 6272; + this.state = 6226; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 827, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 823, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6269; + this.state = 6223; _la = this.tokenStream.LA(1); if(!(_la === 12 || _la === 13)) { this.errorHandler.recoverInline(this); @@ -36041,7 +35832,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6270; + this.state = 6224; _la = this.tokenStream.LA(1); if(!(_la === 571 || _la === 573)) { this.errorHandler.recoverInline(this); @@ -36055,7 +35846,7 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6271; + this.state = 6225; this.primaryExpression(0); } break; @@ -36077,21 +35868,21 @@ export class PostgreSqlParser extends SQLParserBase { } public group_clause(): Group_clauseContext { let localContext = new Group_clauseContext(this.context, this.state); - this.enterRule(localContext, 600, PostgreSqlParser.RULE_group_clause); + this.enterRule(localContext, 592, PostgreSqlParser.RULE_group_clause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6274; + this.state = 6228; this.match(PostgreSqlParser.KW_GROUP); - this.state = 6275; + this.state = 6229; this.match(PostgreSqlParser.KW_BY); - this.state = 6277; + this.state = 6231; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 828, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 824, this.context) ) { case 1: { - this.state = 6276; + this.state = 6230; _la = this.tokenStream.LA(1); if(!(_la === 30 || _la === 56)) { this.errorHandler.recoverInline(this); @@ -36103,7 +35894,7 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 6279; + this.state = 6233; this.group_by_list(); } } @@ -36123,30 +35914,30 @@ export class PostgreSqlParser extends SQLParserBase { } public group_by_list(): Group_by_listContext { let localContext = new Group_by_listContext(this.context, this.state); - this.enterRule(localContext, 602, PostgreSqlParser.RULE_group_by_list); + this.enterRule(localContext, 594, PostgreSqlParser.RULE_group_by_list); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 6281; + this.state = 6235; this.group_by_item(); - this.state = 6286; + this.state = 6240; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 829, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 825, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 6282; + this.state = 6236; this.match(PostgreSqlParser.COMMA); - this.state = 6283; + this.state = 6237; this.group_by_item(); } } } - this.state = 6288; + this.state = 6242; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 829, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 825, this.context); } } } @@ -36166,37 +35957,37 @@ export class PostgreSqlParser extends SQLParserBase { } public group_by_item(): Group_by_itemContext { let localContext = new Group_by_itemContext(this.context, this.state); - this.enterRule(localContext, 604, PostgreSqlParser.RULE_group_by_item); + this.enterRule(localContext, 596, PostgreSqlParser.RULE_group_by_item); let _la: number; try { - this.state = 6312; + this.state = 6266; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 832, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 828, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6289; + this.state = 6243; this.column_expr_noparen(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6290; + this.state = 6244; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6291; + this.state = 6245; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6293; + this.state = 6247; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 468 || _la === 469) { { - this.state = 6292; + this.state = 6246; _la = this.tokenStream.LA(1); if(!(_la === 468 || _la === 469)) { this.errorHandler.recoverInline(this); @@ -36208,44 +35999,44 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 6295; + this.state = 6249; this.match(PostgreSqlParser.OPEN_PAREN); { - this.state = 6296; + this.state = 6250; this.column_expr_noparen(); - this.state = 6301; + this.state = 6255; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6297; + this.state = 6251; this.match(PostgreSqlParser.COMMA); - this.state = 6298; + this.state = 6252; this.column_expr_noparen(); } } - this.state = 6303; + this.state = 6257; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } - this.state = 6304; + this.state = 6258; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 6306; + this.state = 6260; this.match(PostgreSqlParser.KW_GROUPING); - this.state = 6307; + this.state = 6261; this.match(PostgreSqlParser.KW_SETS); - this.state = 6308; + this.state = 6262; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6309; + this.state = 6263; this.group_by_list(); - this.state = 6310; + this.state = 6264; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -36267,98 +36058,98 @@ export class PostgreSqlParser extends SQLParserBase { } public for_locking_clause(): For_locking_clauseContext { let localContext = new For_locking_clauseContext(this.context, this.state); - this.enterRule(localContext, 606, PostgreSqlParser.RULE_for_locking_clause); + this.enterRule(localContext, 598, PostgreSqlParser.RULE_for_locking_clause); let _la: number; try { - this.state = 6342; + this.state = 6296; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 839, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 835, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6335; + this.state = 6289; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 6314; + this.state = 6268; this.match(PostgreSqlParser.KW_FOR); - this.state = 6324; + this.state = 6278; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_NO: case PostgreSqlParser.KW_UPDATE: { - this.state = 6317; + this.state = 6271; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 6315; + this.state = 6269; this.match(PostgreSqlParser.KW_NO); - this.state = 6316; + this.state = 6270; this.match(PostgreSqlParser.KW_KEY); } } - this.state = 6319; + this.state = 6273; this.match(PostgreSqlParser.KW_UPDATE); } break; case PostgreSqlParser.KW_KEY: case PostgreSqlParser.KW_SHARE: { - this.state = 6321; + this.state = 6275; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 245) { { - this.state = 6320; + this.state = 6274; this.match(PostgreSqlParser.KW_KEY); } } - this.state = 6323; + this.state = 6277; this.match(PostgreSqlParser.KW_SHARE); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 6328; + this.state = 6282; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 836, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 832, this.context) ) { case 1: { - this.state = 6326; + this.state = 6280; this.match(PostgreSqlParser.KW_OF); - this.state = 6327; + this.state = 6281; this.qualified_name_list(); } break; } - this.state = 6333; + this.state = 6287; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 837, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 833, this.context) ) { case 1: { - this.state = 6330; + this.state = 6284; this.match(PostgreSqlParser.KW_NOWAIT); } break; case 2: { - this.state = 6331; + this.state = 6285; this.match(PostgreSqlParser.KW_SKIP); - this.state = 6332; + this.state = 6286; this.match(PostgreSqlParser.KW_LOCKED); } break; } } } - this.state = 6337; + this.state = 6291; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 62); @@ -36367,11 +36158,11 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6339; + this.state = 6293; this.match(PostgreSqlParser.KW_FOR); - this.state = 6340; + this.state = 6294; this.match(PostgreSqlParser.KW_READ); - this.state = 6341; + this.state = 6295; this.match(PostgreSqlParser.KW_ONLY); } break; @@ -36393,28 +36184,28 @@ export class PostgreSqlParser extends SQLParserBase { } public values_clause(): Values_clauseContext { let localContext = new Values_clauseContext(this.context, this.state); - this.enterRule(localContext, 608, PostgreSqlParser.RULE_values_clause); + this.enterRule(localContext, 600, PostgreSqlParser.RULE_values_clause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6344; + this.state = 6298; this.match(PostgreSqlParser.KW_VALUES); - this.state = 6345; + this.state = 6299; this.execute_param_clause(); - this.state = 6350; + this.state = 6304; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6346; + this.state = 6300; this.match(PostgreSqlParser.COMMA); - this.state = 6347; + this.state = 6301; this.execute_param_clause(); } } - this.state = 6352; + this.state = 6306; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -36436,13 +36227,13 @@ export class PostgreSqlParser extends SQLParserBase { } public from_clause(): From_clauseContext { let localContext = new From_clauseContext(this.context, this.state); - this.enterRule(localContext, 610, PostgreSqlParser.RULE_from_clause); + this.enterRule(localContext, 602, PostgreSqlParser.RULE_from_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 6353; + this.state = 6307; this.match(PostgreSqlParser.KW_FROM); - this.state = 6354; + this.state = 6308; this.from_list(); } } @@ -36462,30 +36253,30 @@ export class PostgreSqlParser extends SQLParserBase { } public from_list(): From_listContext { let localContext = new From_listContext(this.context, this.state); - this.enterRule(localContext, 612, PostgreSqlParser.RULE_from_list); + this.enterRule(localContext, 604, PostgreSqlParser.RULE_from_list); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 6356; + this.state = 6310; this.table_ref(); - this.state = 6361; + this.state = 6315; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 841, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 837, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 6357; + this.state = 6311; this.match(PostgreSqlParser.COMMA); - this.state = 6358; + this.state = 6312; this.table_ref(); } } } - this.state = 6363; + this.state = 6317; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 841, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 837, this.context); } } } @@ -36505,67 +36296,67 @@ export class PostgreSqlParser extends SQLParserBase { } public table_ref(): Table_refContext { let localContext = new Table_refContext(this.context, this.state); - this.enterRule(localContext, 614, PostgreSqlParser.RULE_table_ref); + this.enterRule(localContext, 606, PostgreSqlParser.RULE_table_ref); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 6427; + this.state = 6381; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 858, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 854, this.context) ) { case 1: { - this.state = 6378; + this.state = 6332; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 846, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 842, this.context) ) { case 1: { - this.state = 6364; + this.state = 6318; this.relation_expr(); } break; case 2: { { - this.state = 6366; + this.state = 6320; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 81) { { - this.state = 6365; + this.state = 6319; this.match(PostgreSqlParser.KW_ONLY); } } - this.state = 6368; + this.state = 6322; this.view_name(); - this.state = 6370; + this.state = 6324; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 843, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 839, this.context) ) { case 1: { - this.state = 6369; + this.state = 6323; this.match(PostgreSqlParser.STAR); } break; } - this.state = 6373; + this.state = 6327; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 844, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 840, this.context) ) { case 1: { - this.state = 6372; + this.state = 6326; this.column_list(); } break; } - this.state = 6376; + this.state = 6330; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 845, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 841, this.context) ) { case 1: { - this.state = 6375; + this.state = 6329; this.where_clause(); } break; @@ -36574,22 +36365,22 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 6381; + this.state = 6335; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 847, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 843, this.context) ) { case 1: { - this.state = 6380; + this.state = 6334; this.alias_clause(); } break; } - this.state = 6384; + this.state = 6338; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 472) { { - this.state = 6383; + this.state = 6337; this.tablesample_clause(); } } @@ -36598,29 +36389,29 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 6387; + this.state = 6341; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 72) { { - this.state = 6386; + this.state = 6340; this.match(PostgreSqlParser.KW_LATERAL); } } - this.state = 6401; + this.state = 6355; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 853, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 849, this.context) ) { case 1: { - this.state = 6389; + this.state = 6343; this.xmltable(); - this.state = 6391; + this.state = 6345; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 850, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 846, this.context) ) { case 1: { - this.state = 6390; + this.state = 6344; this.alias_clause(); } break; @@ -36629,14 +36420,14 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 6393; + this.state = 6347; this.func_table(); - this.state = 6395; + this.state = 6349; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 851, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 847, this.context) ) { case 1: { - this.state = 6394; + this.state = 6348; this.func_alias_clause(); } break; @@ -36645,14 +36436,14 @@ export class PostgreSqlParser extends SQLParserBase { break; case 3: { - this.state = 6397; + this.state = 6351; this.select_with_parens(); - this.state = 6399; + this.state = 6353; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 852, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 848, this.context) ) { case 1: { - this.state = 6398; + this.state = 6352; this.alias_clause(); } break; @@ -36664,40 +36455,40 @@ export class PostgreSqlParser extends SQLParserBase { break; case 3: { - this.state = 6403; + this.state = 6357; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6404; + this.state = 6358; this.table_ref(); - this.state = 6421; + this.state = 6375; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_CROSS: { - this.state = 6405; + this.state = 6359; this.match(PostgreSqlParser.KW_CROSS); - this.state = 6406; + this.state = 6360; this.match(PostgreSqlParser.KW_JOIN); - this.state = 6407; + this.state = 6361; this.table_ref(); } break; case PostgreSqlParser.KW_NATURAL: { - this.state = 6408; + this.state = 6362; this.match(PostgreSqlParser.KW_NATURAL); - this.state = 6410; + this.state = 6364; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 113)) & ~0x1F) === 0 && ((1 << (_la - 113)) & 8261) !== 0)) { { - this.state = 6409; + this.state = 6363; this.join_type(); } } - this.state = 6412; + this.state = 6366; this.match(PostgreSqlParser.KW_JOIN); - this.state = 6413; + this.state = 6367; this.table_ref(); } break; @@ -36707,21 +36498,21 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_LEFT: case PostgreSqlParser.KW_RIGHT: { - this.state = 6415; + this.state = 6369; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 113)) & ~0x1F) === 0 && ((1 << (_la - 113)) & 8261) !== 0)) { { - this.state = 6414; + this.state = 6368; this.join_type(); } } - this.state = 6417; + this.state = 6371; this.match(PostgreSqlParser.KW_JOIN); - this.state = 6418; + this.state = 6372; this.table_ref(); - this.state = 6419; + this.state = 6373; this.join_qual(); } break; @@ -36730,14 +36521,14 @@ export class PostgreSqlParser extends SQLParserBase { default: break; } - this.state = 6423; + this.state = 6377; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 6425; + this.state = 6379; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 857, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 853, this.context) ) { case 1: { - this.state = 6424; + this.state = 6378; this.alias_clause(); } break; @@ -36745,42 +36536,42 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 6447; + this.state = 6401; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 862, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 858, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { - this.state = 6445; + this.state = 6399; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_CROSS: { - this.state = 6429; + this.state = 6383; this.match(PostgreSqlParser.KW_CROSS); - this.state = 6430; + this.state = 6384; this.match(PostgreSqlParser.KW_JOIN); - this.state = 6431; + this.state = 6385; this.table_ref(); } break; case PostgreSqlParser.KW_NATURAL: { - this.state = 6432; + this.state = 6386; this.match(PostgreSqlParser.KW_NATURAL); - this.state = 6434; + this.state = 6388; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 113)) & ~0x1F) === 0 && ((1 << (_la - 113)) & 8261) !== 0)) { { - this.state = 6433; + this.state = 6387; this.join_type(); } } - this.state = 6436; + this.state = 6390; this.match(PostgreSqlParser.KW_JOIN); - this.state = 6437; + this.state = 6391; this.table_ref(); } break; @@ -36790,21 +36581,21 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_LEFT: case PostgreSqlParser.KW_RIGHT: { - this.state = 6439; + this.state = 6393; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 113)) & ~0x1F) === 0 && ((1 << (_la - 113)) & 8261) !== 0)) { { - this.state = 6438; + this.state = 6392; this.join_type(); } } - this.state = 6441; + this.state = 6395; this.match(PostgreSqlParser.KW_JOIN); - this.state = 6442; + this.state = 6396; this.table_ref(); - this.state = 6443; + this.state = 6397; this.join_qual(); } break; @@ -36813,9 +36604,9 @@ export class PostgreSqlParser extends SQLParserBase { } } } - this.state = 6449; + this.state = 6403; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 862, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 858, this.context); } } } @@ -36835,33 +36626,33 @@ export class PostgreSqlParser extends SQLParserBase { } public alias_clause(): Alias_clauseContext { let localContext = new Alias_clauseContext(this.context, this.state); - this.enterRule(localContext, 616, PostgreSqlParser.RULE_alias_clause); + this.enterRule(localContext, 608, PostgreSqlParser.RULE_alias_clause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6451; + this.state = 6405; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 6450; + this.state = 6404; this.match(PostgreSqlParser.KW_AS); } } - this.state = 6453; + this.state = 6407; localContext._alias = this.colid(); - this.state = 6458; + this.state = 6412; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 864, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 860, this.context) ) { case 1: { - this.state = 6454; + this.state = 6408; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6455; + this.state = 6409; this.name_list(); - this.state = 6456; + this.state = 6410; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -36884,35 +36675,35 @@ export class PostgreSqlParser extends SQLParserBase { } public func_alias_clause(): Func_alias_clauseContext { let localContext = new Func_alias_clauseContext(this.context, this.state); - this.enterRule(localContext, 618, PostgreSqlParser.RULE_func_alias_clause); + this.enterRule(localContext, 610, PostgreSqlParser.RULE_func_alias_clause); let _la: number; try { - this.state = 6472; + this.state = 6426; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 867, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 863, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6460; + this.state = 6414; this.alias_clause(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6466; + this.state = 6420; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_AS: { - this.state = 6461; + this.state = 6415; this.match(PostgreSqlParser.KW_AS); - this.state = 6463; + this.state = 6417; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 53 || ((((_la - 116)) & ~0x1F) === 0 && ((1 << (_la - 116)) & 4294959489) !== 0) || ((((_la - 148)) & ~0x1F) === 0 && ((1 << (_la - 148)) & 4294967295) !== 0) || ((((_la - 180)) & ~0x1F) === 0 && ((1 << (_la - 180)) & 4294967295) !== 0) || ((((_la - 212)) & ~0x1F) === 0 && ((1 << (_la - 212)) & 4227989503) !== 0) || ((((_la - 244)) & ~0x1F) === 0 && ((1 << (_la - 244)) & 4294967295) !== 0) || ((((_la - 276)) & ~0x1F) === 0 && ((1 << (_la - 276)) & 4294967295) !== 0) || ((((_la - 308)) & ~0x1F) === 0 && ((1 << (_la - 308)) & 4294967295) !== 0) || ((((_la - 340)) & ~0x1F) === 0 && ((1 << (_la - 340)) & 4294967295) !== 0) || ((((_la - 372)) & ~0x1F) === 0 && ((1 << (_la - 372)) & 4294967295) !== 0) || ((((_la - 404)) & ~0x1F) === 0 && ((1 << (_la - 404)) & 4294967295) !== 0) || ((((_la - 436)) & ~0x1F) === 0 && ((1 << (_la - 436)) & 4294705151) !== 0) || ((((_la - 468)) & ~0x1F) === 0 && ((1 << (_la - 468)) & 4294967279) !== 0) || ((((_la - 500)) & ~0x1F) === 0 && ((1 << (_la - 500)) & 18350039) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 402696335) !== 0) || _la === 584) { { - this.state = 6462; + this.state = 6416; localContext._alias = this.colid(); } } @@ -37314,18 +37105,18 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 6465; + this.state = 6419; localContext._alias = this.colid(); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 6468; + this.state = 6422; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6469; + this.state = 6423; this.tablefuncelementlist(); - this.state = 6470; + this.state = 6424; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -37347,12 +37138,12 @@ export class PostgreSqlParser extends SQLParserBase { } public join_type(): Join_typeContext { let localContext = new Join_typeContext(this.context, this.state); - this.enterRule(localContext, 620, PostgreSqlParser.RULE_join_type); + this.enterRule(localContext, 612, PostgreSqlParser.RULE_join_type); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6474; + this.state = 6428; _la = this.tokenStream.LA(1); if(!(((((_la - 113)) & ~0x1F) === 0 && ((1 << (_la - 113)) & 8261) !== 0))) { this.errorHandler.recoverInline(this); @@ -37361,12 +37152,12 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6476; + this.state = 6430; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 123) { { - this.state = 6475; + this.state = 6429; this.match(PostgreSqlParser.KW_OUTER); } } @@ -37389,26 +37180,26 @@ export class PostgreSqlParser extends SQLParserBase { } public join_qual(): Join_qualContext { let localContext = new Join_qualContext(this.context, this.state); - this.enterRule(localContext, 622, PostgreSqlParser.RULE_join_qual); + this.enterRule(localContext, 614, PostgreSqlParser.RULE_join_qual); try { - this.state = 6482; + this.state = 6436; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_USING: this.enterOuterAlt(localContext, 1); { - this.state = 6478; + this.state = 6432; this.match(PostgreSqlParser.KW_USING); - this.state = 6479; + this.state = 6433; this.opt_column_list(); } break; case PostgreSqlParser.KW_ON: this.enterOuterAlt(localContext, 2); { - this.state = 6480; + this.state = 6434; this.match(PostgreSqlParser.KW_ON); - this.state = 6481; + this.state = 6435; this.expression(); } break; @@ -37432,24 +37223,24 @@ export class PostgreSqlParser extends SQLParserBase { } public relation_expr(): Relation_exprContext { let localContext = new Relation_exprContext(this.context, this.state); - this.enterRule(localContext, 624, PostgreSqlParser.RULE_relation_expr); + this.enterRule(localContext, 616, PostgreSqlParser.RULE_relation_expr); try { - this.state = 6499; + this.state = 6453; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 872, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 868, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6484; + this.state = 6438; this.truncate_table(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6485; + this.state = 6439; this.match(PostgreSqlParser.KW_ONLY); - this.state = 6491; + this.state = 6445; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DEFAULT: @@ -37847,17 +37638,17 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 6486; + this.state = 6440; this.table_name(); } break; case PostgreSqlParser.OPEN_PAREN: { - this.state = 6487; + this.state = 6441; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6488; + this.state = 6442; this.table_name(); - this.state = 6489; + this.state = 6443; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -37869,11 +37660,11 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6493; + this.state = 6447; this.match(PostgreSqlParser.KW_IN); - this.state = 6494; + this.state = 6448; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 6497; + this.state = 6451; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DEFAULT: @@ -38271,13 +38062,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 6495; + this.state = 6449; this.schema_name(); } break; case PostgreSqlParser.KW_CURRENT_SCHEMA: { - this.state = 6496; + this.state = 6450; this.match(PostgreSqlParser.KW_CURRENT_SCHEMA); } break; @@ -38304,35 +38095,35 @@ export class PostgreSqlParser extends SQLParserBase { } public publication_relation_expr(): Publication_relation_exprContext { let localContext = new Publication_relation_exprContext(this.context, this.state); - this.enterRule(localContext, 626, PostgreSqlParser.RULE_publication_relation_expr); + this.enterRule(localContext, 618, PostgreSqlParser.RULE_publication_relation_expr); let _la: number; try { - this.state = 6525; + this.state = 6479; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 877, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 873, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6501; + this.state = 6455; this.match(PostgreSqlParser.KW_TABLE); - this.state = 6502; + this.state = 6456; this.truncate_table(); - this.state = 6504; + this.state = 6458; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 873, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 869, this.context) ) { case 1: { - this.state = 6503; + this.state = 6457; this.opt_column_list(); } break; } - this.state = 6507; + this.state = 6461; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 6506; + this.state = 6460; this.where_clause(); } } @@ -38342,11 +38133,11 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6509; + this.state = 6463; this.match(PostgreSqlParser.KW_TABLE); - this.state = 6510; + this.state = 6464; this.match(PostgreSqlParser.KW_ONLY); - this.state = 6516; + this.state = 6470; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DEFAULT: @@ -38744,17 +38535,17 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 6511; + this.state = 6465; this.table_name(); } break; case PostgreSqlParser.OPEN_PAREN: { - this.state = 6512; + this.state = 6466; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6513; + this.state = 6467; this.table_name(); - this.state = 6514; + this.state = 6468; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -38766,13 +38557,13 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6518; + this.state = 6472; this.match(PostgreSqlParser.KW_TABLES); - this.state = 6519; + this.state = 6473; this.match(PostgreSqlParser.KW_IN); - this.state = 6520; + this.state = 6474; this.match(PostgreSqlParser.KW_SCHEMA); - this.state = 6523; + this.state = 6477; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DEFAULT: @@ -39170,13 +38961,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 6521; + this.state = 6475; this.schema_name(); } break; case PostgreSqlParser.KW_CURRENT_SCHEMA: { - this.state = 6522; + this.state = 6476; this.match(PostgreSqlParser.KW_CURRENT_SCHEMA); } break; @@ -39203,26 +38994,26 @@ export class PostgreSqlParser extends SQLParserBase { } public relation_expr_list(): Relation_expr_listContext { let localContext = new Relation_expr_listContext(this.context, this.state); - this.enterRule(localContext, 628, PostgreSqlParser.RULE_relation_expr_list); + this.enterRule(localContext, 620, PostgreSqlParser.RULE_relation_expr_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6527; + this.state = 6481; this.relation_expr(); - this.state = 6532; + this.state = 6486; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6528; + this.state = 6482; this.match(PostgreSqlParser.COMMA); - this.state = 6529; + this.state = 6483; this.relation_expr(); } } - this.state = 6534; + this.state = 6488; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -39244,29 +39035,29 @@ export class PostgreSqlParser extends SQLParserBase { } public relation_expr_opt_alias(): Relation_expr_opt_aliasContext { let localContext = new Relation_expr_opt_aliasContext(this.context, this.state); - this.enterRule(localContext, 630, PostgreSqlParser.RULE_relation_expr_opt_alias); + this.enterRule(localContext, 622, PostgreSqlParser.RULE_relation_expr_opt_alias); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6535; + this.state = 6489; this.relation_expr(); - this.state = 6540; + this.state = 6494; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 880, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 876, this.context) ) { case 1: { - this.state = 6537; + this.state = 6491; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 6536; + this.state = 6490; this.match(PostgreSqlParser.KW_AS); } } - this.state = 6539; + this.state = 6493; this.colid(); } break; @@ -39289,28 +39080,28 @@ export class PostgreSqlParser extends SQLParserBase { } public tablesample_clause(): Tablesample_clauseContext { let localContext = new Tablesample_clauseContext(this.context, this.state); - this.enterRule(localContext, 632, PostgreSqlParser.RULE_tablesample_clause); + this.enterRule(localContext, 624, PostgreSqlParser.RULE_tablesample_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 6542; + this.state = 6496; this.match(PostgreSqlParser.KW_TABLESAMPLE); - this.state = 6543; + this.state = 6497; this.function_name(); - this.state = 6544; + this.state = 6498; this.execute_param_clause(); - this.state = 6550; + this.state = 6504; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 881, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 877, this.context) ) { case 1: { - this.state = 6545; + this.state = 6499; this.match(PostgreSqlParser.KW_REPEATABLE); - this.state = 6546; + this.state = 6500; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6547; + this.state = 6501; this.expression(); - this.state = 6548; + this.state = 6502; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -39333,61 +39124,61 @@ export class PostgreSqlParser extends SQLParserBase { } public func_table(): Func_tableContext { let localContext = new Func_tableContext(this.context, this.state); - this.enterRule(localContext, 634, PostgreSqlParser.RULE_func_table); + this.enterRule(localContext, 626, PostgreSqlParser.RULE_func_table); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6566; + this.state = 6520; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 883, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 879, this.context) ) { case 1: { - this.state = 6552; + this.state = 6506; this.func_expr_windowless(); } break; case 2: { { - this.state = 6553; + this.state = 6507; this.match(PostgreSqlParser.KW_ROWS); - this.state = 6554; + this.state = 6508; this.match(PostgreSqlParser.KW_FROM); - this.state = 6555; + this.state = 6509; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6556; + this.state = 6510; this.rowsfrom_item(); - this.state = 6561; + this.state = 6515; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6557; + this.state = 6511; this.match(PostgreSqlParser.COMMA); - this.state = 6558; + this.state = 6512; this.rowsfrom_item(); } } - this.state = 6563; + this.state = 6517; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 6564; + this.state = 6518; this.match(PostgreSqlParser.CLOSE_PAREN); } } break; } - this.state = 6570; + this.state = 6524; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 884, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 880, this.context) ) { case 1: { - this.state = 6568; + this.state = 6522; this.match(PostgreSqlParser.KW_WITH); - this.state = 6569; + this.state = 6523; this.match(PostgreSqlParser.KW_ORDINALITY); } break; @@ -39410,25 +39201,25 @@ export class PostgreSqlParser extends SQLParserBase { } public rowsfrom_item(): Rowsfrom_itemContext { let localContext = new Rowsfrom_itemContext(this.context, this.state); - this.enterRule(localContext, 636, PostgreSqlParser.RULE_rowsfrom_item); + this.enterRule(localContext, 628, PostgreSqlParser.RULE_rowsfrom_item); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6572; + this.state = 6526; this.func_expr_windowless(); - this.state = 6578; + this.state = 6532; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 6573; + this.state = 6527; this.match(PostgreSqlParser.KW_AS); - this.state = 6574; + this.state = 6528; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6575; + this.state = 6529; this.tablefuncelementlist(); - this.state = 6576; + this.state = 6530; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -39451,13 +39242,13 @@ export class PostgreSqlParser extends SQLParserBase { } public where_clause(): Where_clauseContext { let localContext = new Where_clauseContext(this.context, this.state); - this.enterRule(localContext, 638, PostgreSqlParser.RULE_where_clause); + this.enterRule(localContext, 630, PostgreSqlParser.RULE_where_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 6580; + this.state = 6534; this.match(PostgreSqlParser.KW_WHERE); - this.state = 6581; + this.state = 6535; this.column_expr_noparen(); } } @@ -39477,28 +39268,28 @@ export class PostgreSqlParser extends SQLParserBase { } public where_or_current_clause(): Where_or_current_clauseContext { let localContext = new Where_or_current_clauseContext(this.context, this.state); - this.enterRule(localContext, 640, PostgreSqlParser.RULE_where_or_current_clause); + this.enterRule(localContext, 632, PostgreSqlParser.RULE_where_or_current_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 6583; + this.state = 6537; this.match(PostgreSqlParser.KW_WHERE); - this.state = 6588; + this.state = 6542; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 886, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 882, this.context) ) { case 1: { - this.state = 6584; + this.state = 6538; this.match(PostgreSqlParser.KW_CURRENT); - this.state = 6585; + this.state = 6539; this.match(PostgreSqlParser.KW_OF); - this.state = 6586; + this.state = 6540; this.colid(); } break; case 2: { - this.state = 6587; + this.state = 6541; this.expression(); } break; @@ -39521,26 +39312,26 @@ export class PostgreSqlParser extends SQLParserBase { } public tablefuncelementlist(): TablefuncelementlistContext { let localContext = new TablefuncelementlistContext(this.context, this.state); - this.enterRule(localContext, 642, PostgreSqlParser.RULE_tablefuncelementlist); + this.enterRule(localContext, 634, PostgreSqlParser.RULE_tablefuncelementlist); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6590; + this.state = 6544; this.tablefuncelement(); - this.state = 6595; + this.state = 6549; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6591; + this.state = 6545; this.match(PostgreSqlParser.COMMA); - this.state = 6592; + this.state = 6546; this.tablefuncelement(); } } - this.state = 6597; + this.state = 6551; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -39562,21 +39353,21 @@ export class PostgreSqlParser extends SQLParserBase { } public tablefuncelement(): TablefuncelementContext { let localContext = new TablefuncelementContext(this.context, this.state); - this.enterRule(localContext, 644, PostgreSqlParser.RULE_tablefuncelement); + this.enterRule(localContext, 636, PostgreSqlParser.RULE_tablefuncelement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6598; + this.state = 6552; this.colid(); - this.state = 6599; + this.state = 6553; this.typename(); - this.state = 6601; + this.state = 6555; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 43) { { - this.state = 6600; + this.state = 6554; this.opt_collate_clause(); } } @@ -39599,76 +39390,76 @@ export class PostgreSqlParser extends SQLParserBase { } public xmltable(): XmltableContext { let localContext = new XmltableContext(this.context, this.state); - this.enterRule(localContext, 646, PostgreSqlParser.RULE_xmltable); + this.enterRule(localContext, 638, PostgreSqlParser.RULE_xmltable); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6603; + this.state = 6557; this.match(PostgreSqlParser.KW_XMLTABLE); - this.state = 6604; + this.state = 6558; this.match(PostgreSqlParser.OPEN_PAREN); { - this.state = 6618; + this.state = 6572; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 890, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 886, this.context) ) { case 1: { - this.state = 6605; + this.state = 6559; this.match(PostgreSqlParser.KW_XMLNAMESPACES); - this.state = 6606; + this.state = 6560; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6607; + this.state = 6561; this.xml_namespace_el(); - this.state = 6612; + this.state = 6566; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6608; + this.state = 6562; this.match(PostgreSqlParser.COMMA); - this.state = 6609; + this.state = 6563; this.xml_namespace_el(); } } - this.state = 6614; + this.state = 6568; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 6615; + this.state = 6569; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 6616; + this.state = 6570; this.match(PostgreSqlParser.COMMA); } break; } - this.state = 6620; + this.state = 6574; this.primaryExpression(0); - this.state = 6621; + this.state = 6575; this.xmlexists_argument(); - this.state = 6622; + this.state = 6576; this.match(PostgreSqlParser.KW_COLUMNS); - this.state = 6623; + this.state = 6577; this.xmltable_column_el(); - this.state = 6628; + this.state = 6582; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6624; + this.state = 6578; this.match(PostgreSqlParser.COMMA); - this.state = 6625; + this.state = 6579; this.xmltable_column_el(); } } - this.state = 6630; + this.state = 6584; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } - this.state = 6631; + this.state = 6585; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -39688,14 +39479,14 @@ export class PostgreSqlParser extends SQLParserBase { } public xmltable_column_el(): Xmltable_column_elContext { let localContext = new Xmltable_column_elContext(this.context, this.state); - this.enterRule(localContext, 648, PostgreSqlParser.RULE_xmltable_column_el); + this.enterRule(localContext, 640, PostgreSqlParser.RULE_xmltable_column_el); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6633; + this.state = 6587; this.colid(); - this.state = 6652; + this.state = 6606; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DEFAULT: @@ -40114,19 +39905,19 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 6634; + this.state = 6588; this.typename(); - this.state = 6648; + this.state = 6602; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (((((_la - 53)) & ~0x1F) === 0 && ((1 << (_la - 53)) & 50331649) !== 0) || ((((_la - 116)) & ~0x1F) === 0 && ((1 << (_la - 116)) & 4294959489) !== 0) || ((((_la - 148)) & ~0x1F) === 0 && ((1 << (_la - 148)) & 4294967295) !== 0) || ((((_la - 180)) & ~0x1F) === 0 && ((1 << (_la - 180)) & 4294967295) !== 0) || ((((_la - 212)) & ~0x1F) === 0 && ((1 << (_la - 212)) & 4227989503) !== 0) || ((((_la - 244)) & ~0x1F) === 0 && ((1 << (_la - 244)) & 4294967295) !== 0) || ((((_la - 276)) & ~0x1F) === 0 && ((1 << (_la - 276)) & 4294967295) !== 0) || ((((_la - 308)) & ~0x1F) === 0 && ((1 << (_la - 308)) & 4294967295) !== 0) || ((((_la - 340)) & ~0x1F) === 0 && ((1 << (_la - 340)) & 4294967295) !== 0) || ((((_la - 372)) & ~0x1F) === 0 && ((1 << (_la - 372)) & 32767) !== 0) || ((((_la - 433)) & ~0x1F) === 0 && ((1 << (_la - 433)) & 4291821567) !== 0) || ((((_la - 465)) & ~0x1F) === 0 && ((1 << (_la - 465)) & 4278187359) !== 0) || ((((_la - 497)) & ~0x1F) === 0 && ((1 << (_la - 497)) & 146800319) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 402696335) !== 0) || _la === 584) { { - this.state = 6644; + this.state = 6598; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { - this.state = 6644; + this.state = 6598; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DEFAULT: @@ -40473,40 +40264,40 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 6637; + this.state = 6591; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 892, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 888, this.context) ) { case 1: { - this.state = 6635; + this.state = 6589; this.match(PostgreSqlParser.KW_DEFAULT); } break; case 2: { - this.state = 6636; + this.state = 6590; this.identifier(); } break; } - this.state = 6639; + this.state = 6593; this.expression(); } break; case PostgreSqlParser.KW_NOT: case PostgreSqlParser.KW_NULL: { - this.state = 6641; + this.state = 6595; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 6640; + this.state = 6594; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 6643; + this.state = 6597; this.match(PostgreSqlParser.KW_NULL); } break; @@ -40514,7 +40305,7 @@ export class PostgreSqlParser extends SQLParserBase { throw new antlr.NoViableAltException(this); } } - this.state = 6646; + this.state = 6600; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (((((_la - 53)) & ~0x1F) === 0 && ((1 << (_la - 53)) & 50331649) !== 0) || ((((_la - 116)) & ~0x1F) === 0 && ((1 << (_la - 116)) & 4294959489) !== 0) || ((((_la - 148)) & ~0x1F) === 0 && ((1 << (_la - 148)) & 4294967295) !== 0) || ((((_la - 180)) & ~0x1F) === 0 && ((1 << (_la - 180)) & 4294967295) !== 0) || ((((_la - 212)) & ~0x1F) === 0 && ((1 << (_la - 212)) & 4227989503) !== 0) || ((((_la - 244)) & ~0x1F) === 0 && ((1 << (_la - 244)) & 4294967295) !== 0) || ((((_la - 276)) & ~0x1F) === 0 && ((1 << (_la - 276)) & 4294967295) !== 0) || ((((_la - 308)) & ~0x1F) === 0 && ((1 << (_la - 308)) & 4294967295) !== 0) || ((((_la - 340)) & ~0x1F) === 0 && ((1 << (_la - 340)) & 4294967295) !== 0) || ((((_la - 372)) & ~0x1F) === 0 && ((1 << (_la - 372)) & 32767) !== 0) || ((((_la - 433)) & ~0x1F) === 0 && ((1 << (_la - 433)) & 4291821567) !== 0) || ((((_la - 465)) & ~0x1F) === 0 && ((1 << (_la - 465)) & 4278187359) !== 0) || ((((_la - 497)) & ~0x1F) === 0 && ((1 << (_la - 497)) & 146800319) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 402696335) !== 0) || _la === 584); @@ -40525,9 +40316,9 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.KW_FOR: { - this.state = 6650; + this.state = 6604; this.match(PostgreSqlParser.KW_FOR); - this.state = 6651; + this.state = 6605; this.match(PostgreSqlParser.KW_ORDINALITY); } break; @@ -40552,28 +40343,28 @@ export class PostgreSqlParser extends SQLParserBase { } public xml_namespace_el(): Xml_namespace_elContext { let localContext = new Xml_namespace_elContext(this.context, this.state); - this.enterRule(localContext, 650, PostgreSqlParser.RULE_xml_namespace_el); + this.enterRule(localContext, 642, PostgreSqlParser.RULE_xml_namespace_el); try { - this.state = 6660; + this.state = 6614; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 898, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 894, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6654; + this.state = 6608; this.primaryExpression(0); - this.state = 6655; + this.state = 6609; this.match(PostgreSqlParser.KW_AS); - this.state = 6656; + this.state = 6610; this.collabel(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6658; + this.state = 6612; this.match(PostgreSqlParser.KW_DEFAULT); - this.state = 6659; + this.state = 6613; this.primaryExpression(0); } break; @@ -40595,79 +40386,79 @@ export class PostgreSqlParser extends SQLParserBase { } public typename(): TypenameContext { let localContext = new TypenameContext(this.context, this.state); - this.enterRule(localContext, 652, PostgreSqlParser.RULE_typename); + this.enterRule(localContext, 644, PostgreSqlParser.RULE_typename); let _la: number; try { let alternative: number; - this.state = 6688; + this.state = 6642; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 904, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 900, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6663; + this.state = 6617; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 415) { { - this.state = 6662; + this.state = 6616; this.match(PostgreSqlParser.KW_SETOF); } } - this.state = 6665; + this.state = 6619; this.simpletypename(); - this.state = 6682; + this.state = 6636; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 903, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 899, this.context) ) { case 1: { { - this.state = 6673; + this.state = 6627; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 901, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 897, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 6666; + this.state = 6620; this.match(PostgreSqlParser.OPEN_BRACKET); - this.state = 6668; + this.state = 6622; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 571) { { - this.state = 6667; + this.state = 6621; this.match(PostgreSqlParser.Integral); } } - this.state = 6670; + this.state = 6624; this.match(PostgreSqlParser.CLOSE_BRACKET); } } } - this.state = 6675; + this.state = 6629; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 901, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 897, this.context); } } } break; case 2: { - this.state = 6676; + this.state = 6630; this.match(PostgreSqlParser.KW_ARRAY); - this.state = 6680; + this.state = 6634; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 902, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 898, this.context) ) { case 1: { - this.state = 6677; + this.state = 6631; this.match(PostgreSqlParser.OPEN_BRACKET); - this.state = 6678; + this.state = 6632; this.match(PostgreSqlParser.Integral); - this.state = 6679; + this.state = 6633; this.match(PostgreSqlParser.CLOSE_BRACKET); } break; @@ -40680,11 +40471,11 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6684; + this.state = 6638; this.qualified_name(); - this.state = 6685; + this.state = 6639; this.match(PostgreSqlParser.PERCENT); - this.state = 6686; + this.state = 6640; _la = this.tokenStream.LA(1); if(!(_la === 360 || _la === 477)) { this.errorHandler.recoverInline(this); @@ -40713,32 +40504,32 @@ export class PostgreSqlParser extends SQLParserBase { } public simpletypename(): SimpletypenameContext { let localContext = new SimpletypenameContext(this.context, this.state); - this.enterRule(localContext, 654, PostgreSqlParser.RULE_simpletypename); + this.enterRule(localContext, 646, PostgreSqlParser.RULE_simpletypename); try { - this.state = 6705; + this.state = 6659; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 909, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 905, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 6690; + this.state = 6644; this.type_function_name(); - this.state = 6692; + this.state = 6646; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 905, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 901, this.context) ) { case 1: { - this.state = 6691; + this.state = 6645; this.attrs(); } break; } - this.state = 6695; + this.state = 6649; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 906, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 902, this.context) ) { case 1: { - this.state = 6694; + this.state = 6648; this.execute_param_clause(); } break; @@ -40748,26 +40539,26 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 6697; + this.state = 6651; this.consttypename(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 6698; + this.state = 6652; this.match(PostgreSqlParser.KW_INTERVAL); - this.state = 6703; + this.state = 6657; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 908, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 904, this.context) ) { case 1: { - this.state = 6700; + this.state = 6654; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 907, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 903, this.context) ) { case 1: { - this.state = 6699; + this.state = 6653; this.opt_interval(); } break; @@ -40776,7 +40567,7 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 6702; + this.state = 6656; this.opt_float(); } break; @@ -40801,9 +40592,9 @@ export class PostgreSqlParser extends SQLParserBase { } public consttypename(): ConsttypenameContext { let localContext = new ConsttypenameContext(this.context, this.state); - this.enterRule(localContext, 656, PostgreSqlParser.RULE_consttypename); + this.enterRule(localContext, 648, PostgreSqlParser.RULE_consttypename); try { - this.state = 6711; + this.state = 6665; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DOUBLE: @@ -40819,14 +40610,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_SMALLINT: this.enterOuterAlt(localContext, 1); { - this.state = 6707; + this.state = 6661; this.numeric(); } break; case PostgreSqlParser.KW_BIT: this.enterOuterAlt(localContext, 2); { - this.state = 6708; + this.state = 6662; this.bit(); } break; @@ -40837,7 +40628,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_VARCHAR: this.enterOuterAlt(localContext, 3); { - this.state = 6709; + this.state = 6663; this.character(); } break; @@ -40845,7 +40636,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_TIMESTAMP: this.enterOuterAlt(localContext, 4); { - this.state = 6710; + this.state = 6664; this.constdatetime(); } break; @@ -40869,58 +40660,58 @@ export class PostgreSqlParser extends SQLParserBase { } public numeric(): NumericContext { let localContext = new NumericContext(this.context, this.state); - this.enterRule(localContext, 658, PostgreSqlParser.RULE_numeric); + this.enterRule(localContext, 650, PostgreSqlParser.RULE_numeric); let _la: number; try { - this.state = 6729; + this.state = 6683; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_INT: this.enterOuterAlt(localContext, 1); { - this.state = 6713; + this.state = 6667; this.match(PostgreSqlParser.KW_INT); } break; case PostgreSqlParser.KW_INTEGER: this.enterOuterAlt(localContext, 2); { - this.state = 6714; + this.state = 6668; this.match(PostgreSqlParser.KW_INTEGER); } break; case PostgreSqlParser.KW_SMALLINT: this.enterOuterAlt(localContext, 3); { - this.state = 6715; + this.state = 6669; this.match(PostgreSqlParser.KW_SMALLINT); } break; case PostgreSqlParser.KW_BIGINT: this.enterOuterAlt(localContext, 4); { - this.state = 6716; + this.state = 6670; this.match(PostgreSqlParser.KW_BIGINT); } break; case PostgreSqlParser.KW_REAL: this.enterOuterAlt(localContext, 5); { - this.state = 6717; + this.state = 6671; this.match(PostgreSqlParser.KW_REAL); } break; case PostgreSqlParser.KW_FLOAT: this.enterOuterAlt(localContext, 6); { - this.state = 6718; + this.state = 6672; this.match(PostgreSqlParser.KW_FLOAT); - this.state = 6720; + this.state = 6674; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 911, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 907, this.context) ) { case 1: { - this.state = 6719; + this.state = 6673; this.opt_float(); } break; @@ -40930,9 +40721,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_DOUBLE: this.enterOuterAlt(localContext, 7); { - this.state = 6722; + this.state = 6676; this.match(PostgreSqlParser.KW_DOUBLE); - this.state = 6723; + this.state = 6677; this.match(PostgreSqlParser.KW_PRECISION); } break; @@ -40941,7 +40732,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_NUMERIC: this.enterOuterAlt(localContext, 8); { - this.state = 6724; + this.state = 6678; _la = this.tokenStream.LA(1); if(!(((((_la - 394)) & ~0x1F) === 0 && ((1 << (_la - 394)) & 32771) !== 0))) { this.errorHandler.recoverInline(this); @@ -40950,12 +40741,12 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6726; + this.state = 6680; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 912, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 908, this.context) ) { case 1: { - this.state = 6725; + this.state = 6679; this.execute_param_clause(); } break; @@ -40965,7 +40756,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_BOOLEAN: this.enterOuterAlt(localContext, 9); { - this.state = 6728; + this.state = 6682; this.match(PostgreSqlParser.KW_BOOLEAN); } break; @@ -40989,15 +40780,15 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_float(): Opt_floatContext { let localContext = new Opt_floatContext(this.context, this.state); - this.enterRule(localContext, 660, PostgreSqlParser.RULE_opt_float); + this.enterRule(localContext, 652, PostgreSqlParser.RULE_opt_float); try { this.enterOuterAlt(localContext, 1); { - this.state = 6731; + this.state = 6685; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6732; + this.state = 6686; this.match(PostgreSqlParser.Integral); - this.state = 6733; + this.state = 6687; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -41017,28 +40808,28 @@ export class PostgreSqlParser extends SQLParserBase { } public bit(): BitContext { let localContext = new BitContext(this.context, this.state); - this.enterRule(localContext, 662, PostgreSqlParser.RULE_bit); + this.enterRule(localContext, 654, PostgreSqlParser.RULE_bit); try { this.enterOuterAlt(localContext, 1); { - this.state = 6735; + this.state = 6689; this.match(PostgreSqlParser.KW_BIT); - this.state = 6737; + this.state = 6691; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 914, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 910, this.context) ) { case 1: { - this.state = 6736; + this.state = 6690; this.match(PostgreSqlParser.KW_VARYING); } break; } - this.state = 6740; + this.state = 6694; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 915, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 911, this.context) ) { case 1: { - this.state = 6739; + this.state = 6693; this.execute_param_clause(); } break; @@ -41061,19 +40852,19 @@ export class PostgreSqlParser extends SQLParserBase { } public character(): CharacterContext { let localContext = new CharacterContext(this.context, this.state); - this.enterRule(localContext, 664, PostgreSqlParser.RULE_character); + this.enterRule(localContext, 656, PostgreSqlParser.RULE_character); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6752; + this.state = 6706; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_CHAR: case PostgreSqlParser.KW_CHARACTER: case PostgreSqlParser.KW_NCHAR: { - this.state = 6742; + this.state = 6696; _la = this.tokenStream.LA(1); if(!(((((_la - 391)) & ~0x1F) === 0 && ((1 << (_la - 391)) & 32771) !== 0))) { this.errorHandler.recoverInline(this); @@ -41082,12 +40873,12 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6744; + this.state = 6698; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 916, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 912, this.context) ) { case 1: { - this.state = 6743; + this.state = 6697; this.match(PostgreSqlParser.KW_VARYING); } break; @@ -41096,15 +40887,15 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.KW_VARCHAR: { - this.state = 6746; + this.state = 6700; this.match(PostgreSqlParser.KW_VARCHAR); } break; case PostgreSqlParser.KW_NATIONAL: { - this.state = 6747; + this.state = 6701; this.match(PostgreSqlParser.KW_NATIONAL); - this.state = 6748; + this.state = 6702; _la = this.tokenStream.LA(1); if(!(_la === 391 || _la === 392)) { this.errorHandler.recoverInline(this); @@ -41113,12 +40904,12 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6750; + this.state = 6704; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 917, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 913, this.context) ) { case 1: { - this.state = 6749; + this.state = 6703; this.match(PostgreSqlParser.KW_VARYING); } break; @@ -41128,12 +40919,12 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 6755; + this.state = 6709; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 919, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 915, this.context) ) { case 1: { - this.state = 6754; + this.state = 6708; this.opt_float(); } break; @@ -41156,12 +40947,12 @@ export class PostgreSqlParser extends SQLParserBase { } public constdatetime(): ConstdatetimeContext { let localContext = new ConstdatetimeContext(this.context, this.state); - this.enterRule(localContext, 666, PostgreSqlParser.RULE_constdatetime); + this.enterRule(localContext, 658, PostgreSqlParser.RULE_constdatetime); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6757; + this.state = 6711; _la = this.tokenStream.LA(1); if(!(_la === 418 || _la === 419)) { this.errorHandler.recoverInline(this); @@ -41170,22 +40961,22 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6759; + this.state = 6713; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 920, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 916, this.context) ) { case 1: { - this.state = 6758; + this.state = 6712; this.opt_float(); } break; } - this.state = 6764; + this.state = 6718; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 921, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 917, this.context) ) { case 1: { - this.state = 6761; + this.state = 6715; _la = this.tokenStream.LA(1); if(!(_la === 105 || _la === 379)) { this.errorHandler.recoverInline(this); @@ -41194,9 +40985,9 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6762; + this.state = 6716; this.match(PostgreSqlParser.KW_TIME); - this.state = 6763; + this.state = 6717; this.match(PostgreSqlParser.KW_ZONE); } break; @@ -41219,38 +41010,38 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_interval(): Opt_intervalContext { let localContext = new Opt_intervalContext(this.context, this.state); - this.enterRule(localContext, 668, PostgreSqlParser.RULE_opt_interval); + this.enterRule(localContext, 660, PostgreSqlParser.RULE_opt_interval); try { - this.state = 6795; + this.state = 6749; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_MONTH: this.enterOuterAlt(localContext, 1); { - this.state = 6766; + this.state = 6720; this.match(PostgreSqlParser.KW_MONTH); } break; case PostgreSqlParser.KW_SECOND: this.enterOuterAlt(localContext, 2); { - this.state = 6767; + this.state = 6721; this.interval_second(); } break; case PostgreSqlParser.KW_YEAR: this.enterOuterAlt(localContext, 3); { - this.state = 6768; + this.state = 6722; this.match(PostgreSqlParser.KW_YEAR); - this.state = 6771; + this.state = 6725; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 922, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 918, this.context) ) { case 1: { - this.state = 6769; + this.state = 6723; this.match(PostgreSqlParser.KW_TO); - this.state = 6770; + this.state = 6724; this.match(PostgreSqlParser.KW_MONTH); } break; @@ -41260,33 +41051,33 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_DAY: this.enterOuterAlt(localContext, 4); { - this.state = 6773; + this.state = 6727; this.match(PostgreSqlParser.KW_DAY); - this.state = 6780; + this.state = 6734; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 924, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 920, this.context) ) { case 1: { - this.state = 6774; + this.state = 6728; this.match(PostgreSqlParser.KW_TO); - this.state = 6778; + this.state = 6732; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_HOUR: { - this.state = 6775; + this.state = 6729; this.match(PostgreSqlParser.KW_HOUR); } break; case PostgreSqlParser.KW_MINUTE: { - this.state = 6776; + this.state = 6730; this.match(PostgreSqlParser.KW_MINUTE); } break; case PostgreSqlParser.KW_SECOND: { - this.state = 6777; + this.state = 6731; this.interval_second(); } break; @@ -41301,27 +41092,27 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_HOUR: this.enterOuterAlt(localContext, 5); { - this.state = 6782; + this.state = 6736; this.match(PostgreSqlParser.KW_HOUR); - this.state = 6788; + this.state = 6742; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 926, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 922, this.context) ) { case 1: { - this.state = 6783; + this.state = 6737; this.match(PostgreSqlParser.KW_TO); - this.state = 6786; + this.state = 6740; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_MINUTE: { - this.state = 6784; + this.state = 6738; this.match(PostgreSqlParser.KW_MINUTE); } break; case PostgreSqlParser.KW_SECOND: { - this.state = 6785; + this.state = 6739; this.interval_second(); } break; @@ -41336,16 +41127,16 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_MINUTE: this.enterOuterAlt(localContext, 6); { - this.state = 6790; + this.state = 6744; this.match(PostgreSqlParser.KW_MINUTE); - this.state = 6793; + this.state = 6747; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 927, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 923, this.context) ) { case 1: { - this.state = 6791; + this.state = 6745; this.match(PostgreSqlParser.KW_TO); - this.state = 6792; + this.state = 6746; this.interval_second(); } break; @@ -41372,18 +41163,18 @@ export class PostgreSqlParser extends SQLParserBase { } public interval_second(): Interval_secondContext { let localContext = new Interval_secondContext(this.context, this.state); - this.enterRule(localContext, 670, PostgreSqlParser.RULE_interval_second); + this.enterRule(localContext, 662, PostgreSqlParser.RULE_interval_second); try { this.enterOuterAlt(localContext, 1); { - this.state = 6797; + this.state = 6751; this.match(PostgreSqlParser.KW_SECOND); - this.state = 6799; + this.state = 6753; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 929, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 925, this.context) ) { case 1: { - this.state = 6798; + this.state = 6752; this.opt_float(); } break; @@ -41406,12 +41197,12 @@ export class PostgreSqlParser extends SQLParserBase { } public comparisonOperator(): ComparisonOperatorContext { let localContext = new ComparisonOperatorContext(this.context, this.state); - this.enterRule(localContext, 672, PostgreSqlParser.RULE_comparisonOperator); + this.enterRule(localContext, 664, PostgreSqlParser.RULE_comparisonOperator); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 6801; + this.state = 6755; _la = this.tokenStream.LA(1); if(!((((_la) & ~0x1F) === 0 && ((1 << _la) & 44237824) !== 0))) { this.errorHandler.recoverInline(this); @@ -41438,11 +41229,11 @@ export class PostgreSqlParser extends SQLParserBase { } public expression(): ExpressionContext { let localContext = new ExpressionContext(this.context, this.state); - this.enterRule(localContext, 674, PostgreSqlParser.RULE_expression); + this.enterRule(localContext, 666, PostgreSqlParser.RULE_expression); try { this.enterOuterAlt(localContext, 1); { - this.state = 6803; + this.state = 6757; this.booleanExpression(0); } } @@ -41472,13 +41263,13 @@ export class PostgreSqlParser extends SQLParserBase { let parentState = this.state; let localContext = new BooleanExpressionContext(this.context, parentState); let previousContext = localContext; - let _startState = 676; - this.enterRecursionRule(localContext, 676, PostgreSqlParser.RULE_booleanExpression, _p); + let _startState = 668; + this.enterRecursionRule(localContext, 668, PostgreSqlParser.RULE_booleanExpression, _p); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 6812; + this.state = 6766; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: @@ -41927,14 +41718,14 @@ export class PostgreSqlParser extends SQLParserBase { this.context = localContext; previousContext = localContext; - this.state = 6806; + this.state = 6760; (localContext as PredicatedContext)._valueExpression = this.valueExpression(0); - this.state = 6808; + this.state = 6762; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 930, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 926, this.context) ) { case 1: { - this.state = 6807; + this.state = 6761; this.predicate((localContext as PredicatedContext)._valueExpression); } break; @@ -41946,9 +41737,9 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new LogicalNotContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 6810; + this.state = 6764; this.match(PostgreSqlParser.KW_NOT); - this.state = 6811; + this.state = 6765; this.booleanExpression(3); } break; @@ -41956,9 +41747,9 @@ export class PostgreSqlParser extends SQLParserBase { throw new antlr.NoViableAltException(this); } this.context!.stop = this.tokenStream.LT(-1); - this.state = 6822; + this.state = 6776; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 933, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 929, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { if (this._parseListeners != null) { @@ -41966,21 +41757,21 @@ export class PostgreSqlParser extends SQLParserBase { } previousContext = localContext; { - this.state = 6820; + this.state = 6774; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 932, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 928, this.context) ) { case 1: { localContext = new LogicalBinaryContext(new BooleanExpressionContext(parentContext, parentState)); (localContext as LogicalBinaryContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, PostgreSqlParser.RULE_booleanExpression); - this.state = 6814; + this.state = 6768; if (!(this.precpred(this.context, 2))) { throw this.createFailedPredicateException("this.precpred(this.context, 2)"); } - this.state = 6815; + this.state = 6769; (localContext as LogicalBinaryContext)._operator = this.match(PostgreSqlParser.KW_AND); - this.state = 6816; + this.state = 6770; (localContext as LogicalBinaryContext)._right = this.booleanExpression(3); } break; @@ -41989,22 +41780,22 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new LogicalBinaryContext(new BooleanExpressionContext(parentContext, parentState)); (localContext as LogicalBinaryContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, PostgreSqlParser.RULE_booleanExpression); - this.state = 6817; + this.state = 6771; if (!(this.precpred(this.context, 1))) { throw this.createFailedPredicateException("this.precpred(this.context, 1)"); } - this.state = 6818; + this.state = 6772; (localContext as LogicalBinaryContext)._operator = this.match(PostgreSqlParser.KW_OR); - this.state = 6819; + this.state = 6773; (localContext as LogicalBinaryContext)._right = this.booleanExpression(2); } break; } } } - this.state = 6824; + this.state = 6778; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 933, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 929, this.context); } } } @@ -42024,19 +41815,19 @@ export class PostgreSqlParser extends SQLParserBase { } public predicate(value: antlr.ParserRuleContext): PredicateContext { let localContext = new PredicateContext(this.context, this.state, value); - this.enterRule(localContext, 678, PostgreSqlParser.RULE_predicate); + this.enterRule(localContext, 670, PostgreSqlParser.RULE_predicate); let _la: number; try { - this.state = 6896; + this.state = 6850; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 945, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 941, this.context) ) { case 1: localContext = new ComparisonContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 6825; + this.state = 6779; this.comparisonOperator(); - this.state = 6826; + this.state = 6780; (localContext as ComparisonContext)._right = this.valueExpression(0); } break; @@ -42044,28 +41835,28 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new QuantifiedComparisonContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 6828; + this.state = 6782; this.comparisonOperator(); - this.state = 6829; + this.state = 6783; this.subquery_Op(); - this.state = 6830; + this.state = 6784; this.sub_type(); - this.state = 6836; + this.state = 6790; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 934, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 930, this.context) ) { case 1: { - this.state = 6831; + this.state = 6785; this.select_with_parens(); } break; case 2: { - this.state = 6832; + this.state = 6786; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6833; + this.state = 6787; this.expression(); - this.state = 6834; + this.state = 6788; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -42076,23 +41867,23 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new BetweenContext(localContext); this.enterOuterAlt(localContext, 3); { - this.state = 6839; + this.state = 6793; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 6838; + this.state = 6792; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 6841; + this.state = 6795; this.match(PostgreSqlParser.KW_BETWEEN); - this.state = 6842; + this.state = 6796; (localContext as BetweenContext)._lower = this.valueExpression(0); - this.state = 6843; + this.state = 6797; this.match(PostgreSqlParser.KW_AND); - this.state = 6844; + this.state = 6798; (localContext as BetweenContext)._upper = this.valueExpression(0); } break; @@ -42100,39 +41891,39 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new InListContext(localContext); this.enterOuterAlt(localContext, 4); { - this.state = 6847; + this.state = 6801; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 6846; + this.state = 6800; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 6849; + this.state = 6803; this.match(PostgreSqlParser.KW_IN); - this.state = 6850; + this.state = 6804; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6851; + this.state = 6805; this.expression(); - this.state = 6856; + this.state = 6810; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 6852; + this.state = 6806; this.match(PostgreSqlParser.COMMA); - this.state = 6853; + this.state = 6807; this.expression(); } } - this.state = 6858; + this.state = 6812; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 6859; + this.state = 6813; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -42140,19 +41931,19 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new InSubqueryContext(localContext); this.enterOuterAlt(localContext, 5); { - this.state = 6862; + this.state = 6816; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 6861; + this.state = 6815; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 6864; + this.state = 6818; this.match(PostgreSqlParser.KW_IN); - this.state = 6865; + this.state = 6819; this.select_with_parens(); } break; @@ -42160,49 +41951,49 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new LikeContext(localContext); this.enterOuterAlt(localContext, 6); { - this.state = 6867; + this.state = 6821; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 6866; + this.state = 6820; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 6877; + this.state = 6831; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_LIKE: { - this.state = 6869; + this.state = 6823; this.match(PostgreSqlParser.KW_LIKE); } break; case PostgreSqlParser.KW_ILIKE: { - this.state = 6870; + this.state = 6824; this.match(PostgreSqlParser.KW_ILIKE); } break; case PostgreSqlParser.KW_SIMILAR: { - this.state = 6871; + this.state = 6825; this.match(PostgreSqlParser.KW_SIMILAR); - this.state = 6872; + this.state = 6826; this.match(PostgreSqlParser.KW_TO); } break; case PostgreSqlParser.KW_BETWEEN: { - this.state = 6873; + this.state = 6827; this.match(PostgreSqlParser.KW_BETWEEN); - this.state = 6875; + this.state = 6829; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 91) { { - this.state = 6874; + this.state = 6828; this.match(PostgreSqlParser.KW_SYMMETRIC); } } @@ -42212,16 +42003,16 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 6879; + this.state = 6833; (localContext as LikeContext)._pattern = this.valueExpression(0); - this.state = 6882; + this.state = 6836; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 942, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 938, this.context) ) { case 1: { - this.state = 6880; + this.state = 6834; this.match(PostgreSqlParser.KW_ESCAPE); - this.state = 6881; + this.state = 6835; (localContext as LikeContext)._escape = this.valueExpression(0); } break; @@ -42232,19 +42023,19 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new NullPredicateContext(localContext); this.enterOuterAlt(localContext, 7); { - this.state = 6884; + this.state = 6838; this.match(PostgreSqlParser.KW_IS); - this.state = 6886; + this.state = 6840; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 6885; + this.state = 6839; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 6888; + this.state = 6842; this.match(PostgreSqlParser.KW_NULL); } break; @@ -42252,23 +42043,23 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new DistinctFromContext(localContext); this.enterOuterAlt(localContext, 8); { - this.state = 6889; + this.state = 6843; this.match(PostgreSqlParser.KW_IS); - this.state = 6891; + this.state = 6845; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 6890; + this.state = 6844; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 6893; + this.state = 6847; this.match(PostgreSqlParser.KW_DISTINCT); - this.state = 6894; + this.state = 6848; this.match(PostgreSqlParser.KW_FROM); - this.state = 6895; + this.state = 6849; (localContext as DistinctFromContext)._right = this.valueExpression(0); } break; @@ -42300,23 +42091,23 @@ export class PostgreSqlParser extends SQLParserBase { let parentState = this.state; let localContext = new ValueExpressionContext(this.context, parentState); let previousContext = localContext; - let _startState = 680; - this.enterRecursionRule(localContext, 680, PostgreSqlParser.RULE_valueExpression, _p); + let _startState = 672; + this.enterRecursionRule(localContext, 672, PostgreSqlParser.RULE_valueExpression, _p); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 6902; + this.state = 6856; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 946, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 942, this.context) ) { case 1: { localContext = new ValueExpressionDefaultContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 6899; + this.state = 6853; this.primaryExpression(0); } break; @@ -42325,7 +42116,7 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new ArithmeticUnaryContext(localContext); this.context = localContext; previousContext = localContext; - this.state = 6900; + this.state = 6854; (localContext as ArithmeticUnaryContext)._operator = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 12 || _la === 13)) { @@ -42335,15 +42126,15 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6901; + this.state = 6855; this.valueExpression(4); } break; } this.context!.stop = this.tokenStream.LT(-1); - this.state = 6920; + this.state = 6874; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 948, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 944, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { if (this._parseListeners != null) { @@ -42351,19 +42142,19 @@ export class PostgreSqlParser extends SQLParserBase { } previousContext = localContext; { - this.state = 6918; + this.state = 6872; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 947, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 943, this.context) ) { case 1: { localContext = new ArithmeticBinaryContext(new ValueExpressionContext(parentContext, parentState)); (localContext as ArithmeticBinaryContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, PostgreSqlParser.RULE_valueExpression); - this.state = 6904; + this.state = 6858; if (!(this.precpred(this.context, 3))) { throw this.createFailedPredicateException("this.precpred(this.context, 3)"); } - this.state = 6905; + this.state = 6859; (localContext as ArithmeticBinaryContext)._operator = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!((((_la) & ~0x1F) === 0 && ((1 << _la) & 134234624) !== 0))) { @@ -42373,7 +42164,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6906; + this.state = 6860; (localContext as ArithmeticBinaryContext)._right = this.valueExpression(4); } break; @@ -42382,11 +42173,11 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new ArithmeticBinaryContext(new ValueExpressionContext(parentContext, parentState)); (localContext as ArithmeticBinaryContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, PostgreSqlParser.RULE_valueExpression); - this.state = 6907; + this.state = 6861; if (!(this.precpred(this.context, 2))) { throw this.createFailedPredicateException("this.precpred(this.context, 2)"); } - this.state = 6908; + this.state = 6862; (localContext as ArithmeticBinaryContext)._operator = this.tokenStream.LT(1); _la = this.tokenStream.LA(1); if(!(_la === 12 || _la === 13)) { @@ -42396,7 +42187,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6909; + this.state = 6863; (localContext as ArithmeticBinaryContext)._right = this.valueExpression(3); } break; @@ -42405,13 +42196,13 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new ConcatenationContext(new ValueExpressionContext(parentContext, parentState)); (localContext as ConcatenationContext)._left = previousContext; this.pushNewRecursionContext(localContext, _startState, PostgreSqlParser.RULE_valueExpression); - this.state = 6910; + this.state = 6864; if (!(this.precpred(this.context, 1))) { throw this.createFailedPredicateException("this.precpred(this.context, 1)"); } - this.state = 6911; + this.state = 6865; this.match(PostgreSqlParser.CARET); - this.state = 6912; + this.state = 6866; (localContext as ConcatenationContext)._right = this.valueExpression(2); } break; @@ -42419,26 +42210,26 @@ export class PostgreSqlParser extends SQLParserBase { { localContext = new AtTimeZoneContext(new ValueExpressionContext(parentContext, parentState)); this.pushNewRecursionContext(localContext, _startState, PostgreSqlParser.RULE_valueExpression); - this.state = 6913; + this.state = 6867; if (!(this.precpred(this.context, 5))) { throw this.createFailedPredicateException("this.precpred(this.context, 5)"); } - this.state = 6914; + this.state = 6868; this.match(PostgreSqlParser.KW_AT); - this.state = 6915; + this.state = 6869; this.match(PostgreSqlParser.KW_TIME); - this.state = 6916; + this.state = 6870; this.match(PostgreSqlParser.KW_ZONE); - this.state = 6917; + this.state = 6871; this.expression(); } break; } } } - this.state = 6922; + this.state = 6876; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 948, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 944, this.context); } } } @@ -42468,19 +42259,19 @@ export class PostgreSqlParser extends SQLParserBase { let parentState = this.state; let localContext = new PrimaryExpressionContext(this.context, parentState); let previousContext = localContext; - let _startState = 682; - this.enterRecursionRule(localContext, 682, PostgreSqlParser.RULE_primaryExpression, _p); + let _startState = 674; + this.enterRecursionRule(localContext, 674, PostgreSqlParser.RULE_primaryExpression, _p); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 7011; + this.state = 6965; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 959, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 955, this.context) ) { case 1: { - this.state = 6924; + this.state = 6878; _la = this.tokenStream.LA(1); if(!(_la === 98 || _la === 396)) { this.errorHandler.recoverInline(this); @@ -42489,26 +42280,26 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 6925; + this.state = 6879; this.select_with_parens(); } break; case 2: { - this.state = 6926; + this.state = 6880; this.match(PostgreSqlParser.KW_ARRAY); - this.state = 6929; + this.state = 6883; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: { - this.state = 6927; + this.state = 6881; this.select_with_parens(); } break; case PostgreSqlParser.OPEN_BRACKET: { - this.state = 6928; + this.state = 6882; this.array_expr(); } break; @@ -42519,49 +42310,49 @@ export class PostgreSqlParser extends SQLParserBase { break; case 3: { - this.state = 6931; + this.state = 6885; this.match(PostgreSqlParser.PARAM); - this.state = 6932; + this.state = 6886; this.opt_indirection(); } break; case 4: { - this.state = 6933; + this.state = 6887; this.match(PostgreSqlParser.KW_GROUPING); - this.state = 6934; + this.state = 6888; this.execute_param_clause(); } break; case 5: { - this.state = 6935; + this.state = 6889; this.match(PostgreSqlParser.Integral); } break; case 6: { - this.state = 6936; + this.state = 6890; this.match(PostgreSqlParser.Numeric); } break; case 7: { - this.state = 6937; + this.state = 6891; this.match(PostgreSqlParser.BinaryStringConstant); } break; case 8: { - this.state = 6938; + this.state = 6892; this.match(PostgreSqlParser.HexadecimalStringConstant); } break; case 9: { - this.state = 6939; + this.state = 6893; this.function_name(); - this.state = 6949; + this.state = 6903; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.StringConstant: @@ -42569,29 +42360,29 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.BeginDollarStringConstant: case PostgreSqlParser.EscapeStringConstant: { - this.state = 6940; + this.state = 6894; this.sconst(); } break; case PostgreSqlParser.OPEN_PAREN: { - this.state = 6941; + this.state = 6895; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6942; + this.state = 6896; this.func_arg_list(); - this.state = 6944; + this.state = 6898; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 83) { { - this.state = 6943; + this.state = 6897; this.sort_clause(); } } - this.state = 6946; + this.state = 6900; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 6947; + this.state = 6901; this.sconst(); } break; @@ -42602,25 +42393,25 @@ export class PostgreSqlParser extends SQLParserBase { break; case 10: { - this.state = 6952; + this.state = 6906; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 190 || ((((_la - 388)) & ~0x1F) === 0 && ((1 << (_la - 388)) & 3525731551) !== 0) || _la === 423) { { - this.state = 6951; + this.state = 6905; this.consttypename(); } } - this.state = 6954; + this.state = 6908; this.sconst(); } break; case 11: { - this.state = 6955; + this.state = 6909; this.match(PostgreSqlParser.KW_INTERVAL); - this.state = 6963; + this.state = 6917; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.StringConstant: @@ -42628,14 +42419,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.BeginDollarStringConstant: case PostgreSqlParser.EscapeStringConstant: { - this.state = 6956; + this.state = 6910; this.sconst(); - this.state = 6958; + this.state = 6912; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 953, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 949, this.context) ) { case 1: { - this.state = 6957; + this.state = 6911; this.opt_interval(); } break; @@ -42644,9 +42435,9 @@ export class PostgreSqlParser extends SQLParserBase { break; case PostgreSqlParser.OPEN_PAREN: { - this.state = 6960; + this.state = 6914; this.opt_float(); - this.state = 6961; + this.state = 6915; this.sconst(); } break; @@ -42657,100 +42448,100 @@ export class PostgreSqlParser extends SQLParserBase { break; case 12: { - this.state = 6965; + this.state = 6919; this.match(PostgreSqlParser.KW_TRUE); } break; case 13: { - this.state = 6966; + this.state = 6920; this.match(PostgreSqlParser.KW_FALSE); } break; case 14: { - this.state = 6967; + this.state = 6921; this.match(PostgreSqlParser.KW_NULL); } break; case 15: { - this.state = 6968; + this.state = 6922; this.match(PostgreSqlParser.PLSQLVARIABLENAME); } break; case 16: { - this.state = 6969; + this.state = 6923; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6970; + this.state = 6924; localContext._a_expr_in_parens = this.expression(); - this.state = 6971; + this.state = 6925; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 6972; + this.state = 6926; this.opt_indirection(); } break; case 17: { - this.state = 6974; + this.state = 6928; this.match(PostgreSqlParser.KW_CASE); - this.state = 6976; + this.state = 6930; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 805318660) !== 0) || ((((_la - 35)) & ~0x1F) === 0 && ((1 << (_la - 35)) & 34074721) !== 0) || ((((_la - 75)) & ~0x1F) === 0 && ((1 << (_la - 75)) & 2174763023) !== 0) || ((((_la - 107)) & ~0x1F) === 0 && ((1 << (_la - 107)) & 4294967295) !== 0) || ((((_la - 139)) & ~0x1F) === 0 && ((1 << (_la - 139)) & 4294967295) !== 0) || ((((_la - 171)) & ~0x1F) === 0 && ((1 << (_la - 171)) & 4294967295) !== 0) || ((((_la - 203)) & ~0x1F) === 0 && ((1 << (_la - 203)) & 67108863) !== 0) || ((((_la - 238)) & ~0x1F) === 0 && ((1 << (_la - 238)) & 4294967295) !== 0) || ((((_la - 270)) & ~0x1F) === 0 && ((1 << (_la - 270)) & 4294967295) !== 0) || ((((_la - 302)) & ~0x1F) === 0 && ((1 << (_la - 302)) & 4294967295) !== 0) || ((((_la - 334)) & ~0x1F) === 0 && ((1 << (_la - 334)) & 4294967295) !== 0) || ((((_la - 366)) & ~0x1F) === 0 && ((1 << (_la - 366)) & 4294967295) !== 0) || ((((_la - 398)) & ~0x1F) === 0 && ((1 << (_la - 398)) & 4294967295) !== 0) || ((((_la - 430)) & ~0x1F) === 0 && ((1 << (_la - 430)) & 4278190079) !== 0) || ((((_la - 462)) & ~0x1F) === 0 && ((1 << (_la - 462)) & 4294967295) !== 0) || ((((_la - 494)) & ~0x1F) === 0 && ((1 << (_la - 494)) & 1174402559) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 487696527) !== 0) || _la === 584) { { - this.state = 6975; + this.state = 6929; this.expression(); } } - this.state = 6979; + this.state = 6933; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 6978; + this.state = 6932; this.when_clause(); } } - this.state = 6981; + this.state = 6935; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 102); - this.state = 6985; + this.state = 6939; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 58) { { - this.state = 6983; + this.state = 6937; this.match(PostgreSqlParser.KW_ELSE); - this.state = 6984; + this.state = 6938; this.expression(); } } - this.state = 6987; + this.state = 6941; this.match(PostgreSqlParser.KW_END); } break; case 18: { - this.state = 6989; + this.state = 6943; this.func_expr(); } break; case 19: { - this.state = 6990; + this.state = 6944; this.select_with_parens(); - this.state = 6992; + this.state = 6946; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 958, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 954, this.context) ) { case 1: { - this.state = 6991; + this.state = 6945; this.indirection(); } break; @@ -42759,43 +42550,43 @@ export class PostgreSqlParser extends SQLParserBase { break; case 20: { - this.state = 6994; + this.state = 6948; this.explicit_row(); } break; case 21: { - this.state = 6995; + this.state = 6949; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 6996; + this.state = 6950; this.expression(); - this.state = 6997; + this.state = 6951; this.match(PostgreSqlParser.COMMA); - this.state = 6998; + this.state = 6952; this.expr_list(); - this.state = 6999; + this.state = 6953; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case 22: { - this.state = 7001; + this.state = 6955; this.row(); - this.state = 7002; + this.state = 6956; this.match(PostgreSqlParser.KW_OVERLAPS); - this.state = 7003; + this.state = 6957; this.row(); } break; case 23: { - this.state = 7005; + this.state = 6959; this.qualified_name(); } break; case 24: { - this.state = 7006; + this.state = 6960; _la = this.tokenStream.LA(1); if(!(_la === 12 || _la === 13)) { this.errorHandler.recoverInline(this); @@ -42804,23 +42595,23 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7007; + this.state = 6961; this.primaryExpression(5); } break; case 25: { - this.state = 7008; + this.state = 6962; this.qual_op(); - this.state = 7009; + this.state = 6963; this.primaryExpression(2); } break; } this.context!.stop = this.tokenStream.LT(-1); - this.state = 7040; + this.state = 6994; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 964, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 960, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { if (this._parseListeners != null) { @@ -42828,20 +42619,20 @@ export class PostgreSqlParser extends SQLParserBase { } previousContext = localContext; { - this.state = 7038; + this.state = 6992; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 963, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 959, this.context) ) { case 1: { localContext = new PrimaryExpressionContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, PostgreSqlParser.RULE_primaryExpression); - this.state = 7013; + this.state = 6967; if (!(this.precpred(this.context, 3))) { throw this.createFailedPredicateException("this.precpred(this.context, 3)"); } - this.state = 7014; + this.state = 6968; this.mathop(); - this.state = 7015; + this.state = 6969; this.primaryExpression(4); } break; @@ -42849,13 +42640,13 @@ export class PostgreSqlParser extends SQLParserBase { { localContext = new PrimaryExpressionContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, PostgreSqlParser.RULE_primaryExpression); - this.state = 7017; + this.state = 6971; if (!(this.precpred(this.context, 6))) { throw this.createFailedPredicateException("this.precpred(this.context, 6)"); } - this.state = 7018; + this.state = 6972; this.match(PostgreSqlParser.TYPECAST); - this.state = 7019; + this.state = 6973; this.typename(); } break; @@ -42863,18 +42654,18 @@ export class PostgreSqlParser extends SQLParserBase { { localContext = new PrimaryExpressionContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, PostgreSqlParser.RULE_primaryExpression); - this.state = 7020; + this.state = 6974; if (!(this.precpred(this.context, 4))) { throw this.createFailedPredicateException("this.precpred(this.context, 4)"); } - this.state = 7021; + this.state = 6975; this.qual_op(); - this.state = 7023; + this.state = 6977; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 960, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 956, this.context) ) { case 1: { - this.state = 7022; + this.state = 6976; this.primaryExpression(0); } break; @@ -42885,46 +42676,46 @@ export class PostgreSqlParser extends SQLParserBase { { localContext = new PrimaryExpressionContext(parentContext, parentState); this.pushNewRecursionContext(localContext, _startState, PostgreSqlParser.RULE_primaryExpression); - this.state = 7025; + this.state = 6979; if (!(this.precpred(this.context, 1))) { throw this.createFailedPredicateException("this.precpred(this.context, 1)"); } - this.state = 7026; + this.state = 6980; this.match(PostgreSqlParser.KW_IS); - this.state = 7028; + this.state = 6982; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 7027; + this.state = 6981; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 7036; + this.state = 6990; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DISTINCT: { - this.state = 7030; + this.state = 6984; this.match(PostgreSqlParser.KW_DISTINCT); - this.state = 7031; + this.state = 6985; this.match(PostgreSqlParser.KW_FROM); - this.state = 7032; + this.state = 6986; this.primaryExpression(0); } break; case PostgreSqlParser.KW_OF: { - this.state = 7033; + this.state = 6987; this.match(PostgreSqlParser.KW_OF); - this.state = 7034; + this.state = 6988; this.prep_type_clause(); } break; case PostgreSqlParser.KW_DOCUMENT: { - this.state = 7035; + this.state = 6989; this.match(PostgreSqlParser.KW_DOCUMENT); } break; @@ -42936,9 +42727,9 @@ export class PostgreSqlParser extends SQLParserBase { } } } - this.state = 7042; + this.state = 6996; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 964, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 960, this.context); } } } @@ -42958,42 +42749,42 @@ export class PostgreSqlParser extends SQLParserBase { } public func_application(): Func_applicationContext { let localContext = new Func_applicationContext(this.context, this.state); - this.enterRule(localContext, 684, PostgreSqlParser.RULE_func_application); + this.enterRule(localContext, 676, PostgreSqlParser.RULE_func_application); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7043; + this.state = 6997; this.function_name(); - this.state = 7044; + this.state = 6998; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7065; + this.state = 7019; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 969, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 965, this.context) ) { case 1: { - this.state = 7045; + this.state = 6999; this.func_arg_list(); - this.state = 7049; + this.state = 7003; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 7046; + this.state = 7000; this.match(PostgreSqlParser.COMMA); - this.state = 7047; + this.state = 7001; this.match(PostgreSqlParser.KW_VARIADIC); - this.state = 7048; + this.state = 7002; this.func_arg_expr(); } } - this.state = 7052; + this.state = 7006; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 83) { { - this.state = 7051; + this.state = 7005; this.sort_clause(); } } @@ -43002,16 +42793,16 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 7054; + this.state = 7008; this.match(PostgreSqlParser.KW_VARIADIC); - this.state = 7055; + this.state = 7009; this.func_arg_expr(); - this.state = 7057; + this.state = 7011; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 83) { { - this.state = 7056; + this.state = 7010; this.sort_clause(); } } @@ -43020,7 +42811,7 @@ export class PostgreSqlParser extends SQLParserBase { break; case 3: { - this.state = 7059; + this.state = 7013; _la = this.tokenStream.LA(1); if(!(_la === 30 || _la === 56)) { this.errorHandler.recoverInline(this); @@ -43029,14 +42820,14 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7060; + this.state = 7014; this.func_arg_list(); - this.state = 7062; + this.state = 7016; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 83) { { - this.state = 7061; + this.state = 7015; this.sort_clause(); } } @@ -43045,12 +42836,12 @@ export class PostgreSqlParser extends SQLParserBase { break; case 4: { - this.state = 7064; + this.state = 7018; this.match(PostgreSqlParser.STAR); } break; } - this.state = 7067; + this.state = 7021; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -43070,65 +42861,65 @@ export class PostgreSqlParser extends SQLParserBase { } public func_expr(): Func_exprContext { let localContext = new Func_exprContext(this.context, this.state); - this.enterRule(localContext, 686, PostgreSqlParser.RULE_func_expr); + this.enterRule(localContext, 678, PostgreSqlParser.RULE_func_expr); try { - this.state = 7094; + this.state = 7048; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 974, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 970, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7069; + this.state = 7023; this.func_application(); - this.state = 7076; + this.state = 7030; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 970, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 966, this.context) ) { case 1: { - this.state = 7070; + this.state = 7024; this.match(PostgreSqlParser.KW_WITHIN); - this.state = 7071; + this.state = 7025; this.match(PostgreSqlParser.KW_GROUP); - this.state = 7072; + this.state = 7026; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7073; + this.state = 7027; this.sort_clause(); - this.state = 7074; + this.state = 7028; this.match(PostgreSqlParser.CLOSE_PAREN); } break; } - this.state = 7084; + this.state = 7038; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 971, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 967, this.context) ) { case 1: { - this.state = 7078; + this.state = 7032; this.match(PostgreSqlParser.KW_FILTER); - this.state = 7079; + this.state = 7033; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7080; + this.state = 7034; this.match(PostgreSqlParser.KW_WHERE); - this.state = 7081; + this.state = 7035; this.expression(); - this.state = 7082; + this.state = 7036; this.match(PostgreSqlParser.CLOSE_PAREN); } break; } - this.state = 7091; + this.state = 7045; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 973, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 969, this.context) ) { case 1: { - this.state = 7086; + this.state = 7040; this.match(PostgreSqlParser.KW_OVER); - this.state = 7089; + this.state = 7043; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: { - this.state = 7087; + this.state = 7041; this.window_specification(); } break; @@ -43527,7 +43318,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 7088; + this.state = 7042; this.colid(); } break; @@ -43542,7 +43333,7 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7093; + this.state = 7047; this.func_expr_common_subexpr(); } break; @@ -43564,22 +43355,22 @@ export class PostgreSqlParser extends SQLParserBase { } public func_expr_windowless(): Func_expr_windowlessContext { let localContext = new Func_expr_windowlessContext(this.context, this.state); - this.enterRule(localContext, 688, PostgreSqlParser.RULE_func_expr_windowless); + this.enterRule(localContext, 680, PostgreSqlParser.RULE_func_expr_windowless); try { - this.state = 7098; + this.state = 7052; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 975, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 971, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7096; + this.state = 7050; this.func_application(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7097; + this.state = 7051; this.func_expr_common_subexpr(); } break; @@ -43601,31 +43392,31 @@ export class PostgreSqlParser extends SQLParserBase { } public func_expr_common_subexpr(): Func_expr_common_subexprContext { let localContext = new Func_expr_common_subexprContext(this.context, this.state); - this.enterRule(localContext, 690, PostgreSqlParser.RULE_func_expr_common_subexpr); + this.enterRule(localContext, 682, PostgreSqlParser.RULE_func_expr_common_subexpr); let _la: number; try { - this.state = 7274; + this.state = 7228; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_COLLATION: this.enterOuterAlt(localContext, 1); { - this.state = 7100; + this.state = 7054; this.match(PostgreSqlParser.KW_COLLATION); - this.state = 7101; + this.state = 7055; this.match(PostgreSqlParser.KW_FOR); - this.state = 7102; + this.state = 7056; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7103; + this.state = 7057; this.expression(); - this.state = 7104; + this.state = 7058; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_CURRENT_DATE: this.enterOuterAlt(localContext, 2); { - this.state = 7106; + this.state = 7060; this.match(PostgreSqlParser.KW_CURRENT_DATE); } break; @@ -43635,7 +43426,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_LOCALTIMESTAMP: this.enterOuterAlt(localContext, 3); { - this.state = 7107; + this.state = 7061; _la = this.tokenStream.LA(1); if(!(((((_la - 50)) & ~0x1F) === 0 && ((1 << (_la - 50)) & 100663299) !== 0))) { this.errorHandler.recoverInline(this); @@ -43644,12 +43435,12 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7109; + this.state = 7063; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 976, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 972, this.context) ) { case 1: { - this.state = 7108; + this.state = 7062; this.opt_float(); } break; @@ -43659,42 +43450,42 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_CURRENT_ROLE: this.enterOuterAlt(localContext, 4); { - this.state = 7111; + this.state = 7065; this.match(PostgreSqlParser.KW_CURRENT_ROLE); } break; case PostgreSqlParser.KW_CURRENT_USER: this.enterOuterAlt(localContext, 5); { - this.state = 7112; + this.state = 7066; this.match(PostgreSqlParser.KW_CURRENT_USER); } break; case PostgreSqlParser.KW_SESSION_USER: this.enterOuterAlt(localContext, 6); { - this.state = 7113; + this.state = 7067; this.match(PostgreSqlParser.KW_SESSION_USER); } break; case PostgreSqlParser.KW_USER: this.enterOuterAlt(localContext, 7); { - this.state = 7114; + this.state = 7068; this.match(PostgreSqlParser.KW_USER); } break; case PostgreSqlParser.KW_CURRENT_CATALOG: this.enterOuterAlt(localContext, 8); { - this.state = 7115; + this.state = 7069; this.match(PostgreSqlParser.KW_CURRENT_CATALOG); } break; case PostgreSqlParser.KW_CURRENT_SCHEMA: this.enterOuterAlt(localContext, 9); { - this.state = 7116; + this.state = 7070; this.match(PostgreSqlParser.KW_CURRENT_SCHEMA); } break; @@ -43702,7 +43493,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_TREAT: this.enterOuterAlt(localContext, 10); { - this.state = 7117; + this.state = 7071; _la = this.tokenStream.LA(1); if(!(_la === 41 || _la === 420)) { this.errorHandler.recoverInline(this); @@ -43711,162 +43502,162 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7118; + this.state = 7072; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7119; + this.state = 7073; this.expression(); - this.state = 7120; + this.state = 7074; this.match(PostgreSqlParser.KW_AS); - this.state = 7121; + this.state = 7075; this.typename(); - this.state = 7122; + this.state = 7076; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_EXTRACT: this.enterOuterAlt(localContext, 11); { - this.state = 7124; + this.state = 7078; this.match(PostgreSqlParser.KW_EXTRACT); - this.state = 7125; + this.state = 7079; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7130; + this.state = 7084; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 53 || ((((_la - 116)) & ~0x1F) === 0 && ((1 << (_la - 116)) & 4294959489) !== 0) || ((((_la - 148)) & ~0x1F) === 0 && ((1 << (_la - 148)) & 4294967295) !== 0) || ((((_la - 180)) & ~0x1F) === 0 && ((1 << (_la - 180)) & 4294967295) !== 0) || ((((_la - 212)) & ~0x1F) === 0 && ((1 << (_la - 212)) & 4227989503) !== 0) || ((((_la - 244)) & ~0x1F) === 0 && ((1 << (_la - 244)) & 4294967295) !== 0) || ((((_la - 276)) & ~0x1F) === 0 && ((1 << (_la - 276)) & 4294967295) !== 0) || ((((_la - 308)) & ~0x1F) === 0 && ((1 << (_la - 308)) & 4294967295) !== 0) || ((((_la - 340)) & ~0x1F) === 0 && ((1 << (_la - 340)) & 4294967295) !== 0) || ((((_la - 372)) & ~0x1F) === 0 && ((1 << (_la - 372)) & 32767) !== 0) || ((((_la - 433)) & ~0x1F) === 0 && ((1 << (_la - 433)) & 4291821567) !== 0) || ((((_la - 465)) & ~0x1F) === 0 && ((1 << (_la - 465)) & 4278187359) !== 0) || ((((_la - 497)) & ~0x1F) === 0 && ((1 << (_la - 497)) & 146800319) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 402696335) !== 0) || _la === 584) { { - this.state = 7126; + this.state = 7080; this.extract_arg(); - this.state = 7127; + this.state = 7081; this.match(PostgreSqlParser.KW_FROM); - this.state = 7128; + this.state = 7082; this.expression(); } } - this.state = 7132; + this.state = 7086; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_NORMALIZE: this.enterOuterAlt(localContext, 12); { - this.state = 7133; + this.state = 7087; this.match(PostgreSqlParser.KW_NORMALIZE); - this.state = 7134; + this.state = 7088; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7135; + this.state = 7089; this.expression(); - this.state = 7138; + this.state = 7092; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 7136; + this.state = 7090; this.match(PostgreSqlParser.COMMA); - this.state = 7137; + this.state = 7091; this.unicode_normal_form(); } } - this.state = 7140; + this.state = 7094; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_OVERLAY: this.enterOuterAlt(localContext, 13); { - this.state = 7142; + this.state = 7096; this.match(PostgreSqlParser.KW_OVERLAY); - this.state = 7143; + this.state = 7097; this.match(PostgreSqlParser.OPEN_PAREN); { - this.state = 7144; + this.state = 7098; this.expression(); - this.state = 7145; + this.state = 7099; this.match(PostgreSqlParser.KW_PLACING); - this.state = 7146; + this.state = 7100; this.expression(); - this.state = 7147; + this.state = 7101; this.match(PostgreSqlParser.KW_FROM); - this.state = 7148; + this.state = 7102; this.expression(); - this.state = 7151; + this.state = 7105; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 7149; + this.state = 7103; this.match(PostgreSqlParser.KW_FOR); - this.state = 7150; + this.state = 7104; this.expression(); } } } - this.state = 7153; + this.state = 7107; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_POSITION: this.enterOuterAlt(localContext, 14); { - this.state = 7155; + this.state = 7109; this.match(PostgreSqlParser.KW_POSITION); - this.state = 7156; + this.state = 7110; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7161; + this.state = 7115; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 805318660) !== 0) || ((((_la - 35)) & ~0x1F) === 0 && ((1 << (_la - 35)) & 34074721) !== 0) || ((((_la - 75)) & ~0x1F) === 0 && ((1 << (_la - 75)) & 2174763019) !== 0) || ((((_la - 107)) & ~0x1F) === 0 && ((1 << (_la - 107)) & 4294967295) !== 0) || ((((_la - 139)) & ~0x1F) === 0 && ((1 << (_la - 139)) & 4294967295) !== 0) || ((((_la - 171)) & ~0x1F) === 0 && ((1 << (_la - 171)) & 4294967295) !== 0) || ((((_la - 203)) & ~0x1F) === 0 && ((1 << (_la - 203)) & 67108863) !== 0) || ((((_la - 238)) & ~0x1F) === 0 && ((1 << (_la - 238)) & 4294967295) !== 0) || ((((_la - 270)) & ~0x1F) === 0 && ((1 << (_la - 270)) & 4294967295) !== 0) || ((((_la - 302)) & ~0x1F) === 0 && ((1 << (_la - 302)) & 4294967295) !== 0) || ((((_la - 334)) & ~0x1F) === 0 && ((1 << (_la - 334)) & 4294967295) !== 0) || ((((_la - 366)) & ~0x1F) === 0 && ((1 << (_la - 366)) & 4294967295) !== 0) || ((((_la - 398)) & ~0x1F) === 0 && ((1 << (_la - 398)) & 4294967295) !== 0) || ((((_la - 430)) & ~0x1F) === 0 && ((1 << (_la - 430)) & 4278190079) !== 0) || ((((_la - 462)) & ~0x1F) === 0 && ((1 << (_la - 462)) & 4294967295) !== 0) || ((((_la - 494)) & ~0x1F) === 0 && ((1 << (_la - 494)) & 1174402559) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 487696527) !== 0) || _la === 584) { { - this.state = 7157; + this.state = 7111; this.primaryExpression(0); - this.state = 7158; + this.state = 7112; this.match(PostgreSqlParser.KW_IN); - this.state = 7159; + this.state = 7113; this.primaryExpression(0); } } - this.state = 7163; + this.state = 7117; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_SUBSTRING: this.enterOuterAlt(localContext, 15); { - this.state = 7164; + this.state = 7118; this.match(PostgreSqlParser.KW_SUBSTRING); - this.state = 7165; + this.state = 7119; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7167; + this.state = 7121; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 805318660) !== 0) || ((((_la - 35)) & ~0x1F) === 0 && ((1 << (_la - 35)) & 34074721) !== 0) || ((((_la - 75)) & ~0x1F) === 0 && ((1 << (_la - 75)) & 2174763023) !== 0) || ((((_la - 107)) & ~0x1F) === 0 && ((1 << (_la - 107)) & 4294967295) !== 0) || ((((_la - 139)) & ~0x1F) === 0 && ((1 << (_la - 139)) & 4294967295) !== 0) || ((((_la - 171)) & ~0x1F) === 0 && ((1 << (_la - 171)) & 4294967295) !== 0) || ((((_la - 203)) & ~0x1F) === 0 && ((1 << (_la - 203)) & 67108863) !== 0) || ((((_la - 238)) & ~0x1F) === 0 && ((1 << (_la - 238)) & 4294967295) !== 0) || ((((_la - 270)) & ~0x1F) === 0 && ((1 << (_la - 270)) & 4294967295) !== 0) || ((((_la - 302)) & ~0x1F) === 0 && ((1 << (_la - 302)) & 4294967295) !== 0) || ((((_la - 334)) & ~0x1F) === 0 && ((1 << (_la - 334)) & 4294967295) !== 0) || ((((_la - 366)) & ~0x1F) === 0 && ((1 << (_la - 366)) & 4294967295) !== 0) || ((((_la - 398)) & ~0x1F) === 0 && ((1 << (_la - 398)) & 4294967295) !== 0) || ((((_la - 430)) & ~0x1F) === 0 && ((1 << (_la - 430)) & 4278190079) !== 0) || ((((_la - 462)) & ~0x1F) === 0 && ((1 << (_la - 462)) & 4294967295) !== 0) || ((((_la - 494)) & ~0x1F) === 0 && ((1 << (_la - 494)) & 1174402559) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 487696527) !== 0) || _la === 584) { { - this.state = 7166; + this.state = 7120; this.substr_list(); } } - this.state = 7169; + this.state = 7123; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_TRIM: this.enterOuterAlt(localContext, 16); { - this.state = 7170; + this.state = 7124; this.match(PostgreSqlParser.KW_TRIM); - this.state = 7171; + this.state = 7125; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7173; + this.state = 7127; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 39 || _la === 73 || _la === 95) { { - this.state = 7172; + this.state = 7126; _la = this.tokenStream.LA(1); if(!(_la === 39 || _la === 73 || _la === 95)) { this.errorHandler.recoverInline(this); @@ -43879,47 +43670,47 @@ export class PostgreSqlParser extends SQLParserBase { } { - this.state = 7179; + this.state = 7133; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 984, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 980, this.context) ) { case 1: { - this.state = 7176; + this.state = 7130; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 805318660) !== 0) || ((((_la - 35)) & ~0x1F) === 0 && ((1 << (_la - 35)) & 34074721) !== 0) || ((((_la - 75)) & ~0x1F) === 0 && ((1 << (_la - 75)) & 2174763023) !== 0) || ((((_la - 107)) & ~0x1F) === 0 && ((1 << (_la - 107)) & 4294967295) !== 0) || ((((_la - 139)) & ~0x1F) === 0 && ((1 << (_la - 139)) & 4294967295) !== 0) || ((((_la - 171)) & ~0x1F) === 0 && ((1 << (_la - 171)) & 4294967295) !== 0) || ((((_la - 203)) & ~0x1F) === 0 && ((1 << (_la - 203)) & 67108863) !== 0) || ((((_la - 238)) & ~0x1F) === 0 && ((1 << (_la - 238)) & 4294967295) !== 0) || ((((_la - 270)) & ~0x1F) === 0 && ((1 << (_la - 270)) & 4294967295) !== 0) || ((((_la - 302)) & ~0x1F) === 0 && ((1 << (_la - 302)) & 4294967295) !== 0) || ((((_la - 334)) & ~0x1F) === 0 && ((1 << (_la - 334)) & 4294967295) !== 0) || ((((_la - 366)) & ~0x1F) === 0 && ((1 << (_la - 366)) & 4294967295) !== 0) || ((((_la - 398)) & ~0x1F) === 0 && ((1 << (_la - 398)) & 4294967295) !== 0) || ((((_la - 430)) & ~0x1F) === 0 && ((1 << (_la - 430)) & 4278190079) !== 0) || ((((_la - 462)) & ~0x1F) === 0 && ((1 << (_la - 462)) & 4294967295) !== 0) || ((((_la - 494)) & ~0x1F) === 0 && ((1 << (_la - 494)) & 1174402559) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 487696527) !== 0) || _la === 584) { { - this.state = 7175; + this.state = 7129; this.expression(); } } - this.state = 7178; + this.state = 7132; this.match(PostgreSqlParser.KW_FROM); } break; } - this.state = 7181; + this.state = 7135; this.expr_list(); } - this.state = 7183; + this.state = 7137; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_NULLIF: this.enterOuterAlt(localContext, 17); { - this.state = 7185; + this.state = 7139; this.match(PostgreSqlParser.KW_NULLIF); - this.state = 7186; + this.state = 7140; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7187; + this.state = 7141; this.expression(); - this.state = 7188; + this.state = 7142; this.match(PostgreSqlParser.COMMA); - this.state = 7189; + this.state = 7143; this.expression(); - this.state = 7190; + this.state = 7144; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -43929,7 +43720,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_XMLCONCAT: this.enterOuterAlt(localContext, 18); { - this.state = 7192; + this.state = 7146; _la = this.tokenStream.LA(1); if(!(((((_la - 393)) & ~0x1F) === 0 && ((1 << (_la - 393)) & 2113) !== 0) || _la === 425)) { this.errorHandler.recoverInline(this); @@ -43938,48 +43729,48 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7193; + this.state = 7147; this.execute_param_clause(); } break; case PostgreSqlParser.KW_XMLELEMENT: this.enterOuterAlt(localContext, 19); { - this.state = 7194; + this.state = 7148; this.match(PostgreSqlParser.KW_XMLELEMENT); - this.state = 7195; + this.state = 7149; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7196; + this.state = 7150; this.match(PostgreSqlParser.KW_NAME); - this.state = 7197; + this.state = 7151; this.collabel(); - this.state = 7207; + this.state = 7161; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 7198; + this.state = 7152; this.match(PostgreSqlParser.COMMA); - this.state = 7205; + this.state = 7159; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 985, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 981, this.context) ) { case 1: { { - this.state = 7199; + this.state = 7153; this.match(PostgreSqlParser.KW_XMLATTRIBUTES); - this.state = 7200; + this.state = 7154; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7201; + this.state = 7155; this.xml_attribute_list(); - this.state = 7202; + this.state = 7156; this.match(PostgreSqlParser.CLOSE_PAREN); } } break; case 2: { - this.state = 7204; + this.state = 7158; this.expr_list(); } break; @@ -43987,55 +43778,55 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 7209; + this.state = 7163; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_XMLEXISTS: this.enterOuterAlt(localContext, 20); { - this.state = 7211; + this.state = 7165; this.match(PostgreSqlParser.KW_XMLEXISTS); - this.state = 7212; + this.state = 7166; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7213; + this.state = 7167; this.primaryExpression(0); - this.state = 7214; + this.state = 7168; this.xmlexists_argument(); - this.state = 7215; + this.state = 7169; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_XMLFOREST: this.enterOuterAlt(localContext, 21); { - this.state = 7217; + this.state = 7171; this.match(PostgreSqlParser.KW_XMLFOREST); - this.state = 7218; + this.state = 7172; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7219; + this.state = 7173; this.xml_attribute_list(); - this.state = 7220; + this.state = 7174; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_XMLPARSE: this.enterOuterAlt(localContext, 22); { - this.state = 7222; + this.state = 7176; this.match(PostgreSqlParser.KW_XMLPARSE); - this.state = 7223; + this.state = 7177; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7224; + this.state = 7178; this.document_or_content(); - this.state = 7225; + this.state = 7179; this.expression(); - this.state = 7228; + this.state = 7182; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 292 || _la === 347) { { - this.state = 7226; + this.state = 7180; _la = this.tokenStream.LA(1); if(!(_la === 292 || _la === 347)) { this.errorHandler.recoverInline(this); @@ -44044,111 +43835,111 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7227; + this.state = 7181; this.match(PostgreSqlParser.KW_WHITESPACE); } } - this.state = 7230; + this.state = 7184; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_XMLPI: this.enterOuterAlt(localContext, 23); { - this.state = 7232; + this.state = 7186; this.match(PostgreSqlParser.KW_XMLPI); - this.state = 7233; + this.state = 7187; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7234; + this.state = 7188; this.match(PostgreSqlParser.KW_NAME); - this.state = 7235; + this.state = 7189; this.collabel(); - this.state = 7238; + this.state = 7192; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 7236; + this.state = 7190; this.match(PostgreSqlParser.COMMA); - this.state = 7237; + this.state = 7191; this.expression(); } } - this.state = 7240; + this.state = 7194; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_XMLROOT: this.enterOuterAlt(localContext, 24); { - this.state = 7242; + this.state = 7196; this.match(PostgreSqlParser.KW_XMLROOT); - this.state = 7243; + this.state = 7197; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7244; + this.state = 7198; this.match(PostgreSqlParser.KW_XML); - this.state = 7245; + this.state = 7199; this.expression(); - this.state = 7246; + this.state = 7200; this.match(PostgreSqlParser.COMMA); - this.state = 7247; + this.state = 7201; this.match(PostgreSqlParser.KW_VERSION); - this.state = 7251; + this.state = 7205; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 989, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 985, this.context) ) { case 1: { { - this.state = 7248; + this.state = 7202; this.match(PostgreSqlParser.KW_NO); - this.state = 7249; + this.state = 7203; this.match(PostgreSqlParser.KW_VALUE); } } break; case 2: { - this.state = 7250; + this.state = 7204; this.expression(); } break; } - this.state = 7262; + this.state = 7216; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 7253; + this.state = 7207; this.match(PostgreSqlParser.COMMA); - this.state = 7254; + this.state = 7208; this.match(PostgreSqlParser.KW_STANDALONE); - this.state = 7260; + this.state = 7214; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_NO: case PostgreSqlParser.KW_VALUE: { { - this.state = 7256; + this.state = 7210; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 7255; + this.state = 7209; this.match(PostgreSqlParser.KW_NO); } } - this.state = 7258; + this.state = 7212; this.match(PostgreSqlParser.KW_VALUE); } } break; case PostgreSqlParser.KW_YES: { - this.state = 7259; + this.state = 7213; this.match(PostgreSqlParser.KW_YES); } break; @@ -44158,26 +43949,26 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 7264; + this.state = 7218; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_XMLSERIALIZE: this.enterOuterAlt(localContext, 25); { - this.state = 7266; + this.state = 7220; this.match(PostgreSqlParser.KW_XMLSERIALIZE); - this.state = 7267; + this.state = 7221; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7268; + this.state = 7222; this.document_or_content(); - this.state = 7269; + this.state = 7223; this.expression(); - this.state = 7270; + this.state = 7224; this.match(PostgreSqlParser.KW_AS); - this.state = 7271; + this.state = 7225; this.simpletypename(); - this.state = 7272; + this.state = 7226; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -44201,26 +43992,26 @@ export class PostgreSqlParser extends SQLParserBase { } public xml_attribute_list(): Xml_attribute_listContext { let localContext = new Xml_attribute_listContext(this.context, this.state); - this.enterRule(localContext, 692, PostgreSqlParser.RULE_xml_attribute_list); + this.enterRule(localContext, 684, PostgreSqlParser.RULE_xml_attribute_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7276; + this.state = 7230; this.xml_attribute_el(); - this.state = 7281; + this.state = 7235; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 7277; + this.state = 7231; this.match(PostgreSqlParser.COMMA); - this.state = 7278; + this.state = 7232; this.xml_attribute_el(); } } - this.state = 7283; + this.state = 7237; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -44242,21 +44033,21 @@ export class PostgreSqlParser extends SQLParserBase { } public xml_attribute_el(): Xml_attribute_elContext { let localContext = new Xml_attribute_elContext(this.context, this.state); - this.enterRule(localContext, 694, PostgreSqlParser.RULE_xml_attribute_el); + this.enterRule(localContext, 686, PostgreSqlParser.RULE_xml_attribute_el); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7284; + this.state = 7238; this.expression(); - this.state = 7287; + this.state = 7241; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 7285; + this.state = 7239; this.match(PostgreSqlParser.KW_AS); - this.state = 7286; + this.state = 7240; this.collabel(); } } @@ -44279,12 +44070,12 @@ export class PostgreSqlParser extends SQLParserBase { } public document_or_content(): Document_or_contentContext { let localContext = new Document_or_contentContext(this.context, this.state); - this.enterRule(localContext, 696, PostgreSqlParser.RULE_document_or_content); + this.enterRule(localContext, 688, PostgreSqlParser.RULE_document_or_content); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7289; + this.state = 7243; _la = this.tokenStream.LA(1); if(!(_la === 166 || _la === 188)) { this.errorHandler.recoverInline(this); @@ -44311,31 +44102,31 @@ export class PostgreSqlParser extends SQLParserBase { } public xmlexists_argument(): Xmlexists_argumentContext { let localContext = new Xmlexists_argumentContext(this.context, this.state); - this.enterRule(localContext, 698, PostgreSqlParser.RULE_xmlexists_argument); + this.enterRule(localContext, 690, PostgreSqlParser.RULE_xmlexists_argument); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7291; + this.state = 7245; this.match(PostgreSqlParser.KW_PASSING); - this.state = 7293; + this.state = 7247; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 996, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 992, this.context) ) { case 1: { - this.state = 7292; + this.state = 7246; this.xml_passing_mech(); } break; } - this.state = 7295; + this.state = 7249; this.primaryExpression(0); - this.state = 7297; + this.state = 7251; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 147) { { - this.state = 7296; + this.state = 7250; this.xml_passing_mech(); } } @@ -44358,14 +44149,14 @@ export class PostgreSqlParser extends SQLParserBase { } public xml_passing_mech(): Xml_passing_mechContext { let localContext = new Xml_passing_mechContext(this.context, this.state); - this.enterRule(localContext, 700, PostgreSqlParser.RULE_xml_passing_mech); + this.enterRule(localContext, 692, PostgreSqlParser.RULE_xml_passing_mech); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7299; + this.state = 7253; this.match(PostgreSqlParser.KW_BY); - this.state = 7300; + this.state = 7254; _la = this.tokenStream.LA(1); if(!(_la === 304 || _la === 450)) { this.errorHandler.recoverInline(this); @@ -44392,32 +44183,32 @@ export class PostgreSqlParser extends SQLParserBase { } public window_clause(): Window_clauseContext { let localContext = new Window_clauseContext(this.context, this.state); - this.enterRule(localContext, 702, PostgreSqlParser.RULE_window_clause); + this.enterRule(localContext, 694, PostgreSqlParser.RULE_window_clause); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 7302; + this.state = 7256; this.match(PostgreSqlParser.KW_WINDOW); - this.state = 7303; + this.state = 7257; this.window_definition(); - this.state = 7308; + this.state = 7262; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 998, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 994, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 7304; + this.state = 7258; this.match(PostgreSqlParser.COMMA); - this.state = 7305; + this.state = 7259; this.window_definition(); } } } - this.state = 7310; + this.state = 7264; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 998, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 994, this.context); } } } @@ -44437,15 +44228,15 @@ export class PostgreSqlParser extends SQLParserBase { } public window_definition(): Window_definitionContext { let localContext = new Window_definitionContext(this.context, this.state); - this.enterRule(localContext, 704, PostgreSqlParser.RULE_window_definition); + this.enterRule(localContext, 696, PostgreSqlParser.RULE_window_definition); try { this.enterOuterAlt(localContext, 1); { - this.state = 7311; + this.state = 7265; this.colid(); - this.state = 7312; + this.state = 7266; this.match(PostgreSqlParser.KW_AS); - this.state = 7313; + this.state = 7267; this.window_specification(); } } @@ -44465,18 +44256,18 @@ export class PostgreSqlParser extends SQLParserBase { } public over_clause(): Over_clauseContext { let localContext = new Over_clauseContext(this.context, this.state); - this.enterRule(localContext, 706, PostgreSqlParser.RULE_over_clause); + this.enterRule(localContext, 698, PostgreSqlParser.RULE_over_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 7315; + this.state = 7269; this.match(PostgreSqlParser.KW_OVER); - this.state = 7318; + this.state = 7272; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: { - this.state = 7316; + this.state = 7270; this.window_specification(); } break; @@ -44875,7 +44666,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 7317; + this.state = 7271; this.colid(); } break; @@ -44900,58 +44691,58 @@ export class PostgreSqlParser extends SQLParserBase { } public window_specification(): Window_specificationContext { let localContext = new Window_specificationContext(this.context, this.state); - this.enterRule(localContext, 708, PostgreSqlParser.RULE_window_specification); + this.enterRule(localContext, 700, PostgreSqlParser.RULE_window_specification); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7320; + this.state = 7274; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7322; + this.state = 7276; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1000, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 996, this.context) ) { case 1: { - this.state = 7321; + this.state = 7275; this.colid(); } break; } - this.state = 7327; + this.state = 7281; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 285) { { - this.state = 7324; + this.state = 7278; this.match(PostgreSqlParser.KW_PARTITION); - this.state = 7325; + this.state = 7279; this.match(PostgreSqlParser.KW_BY); - this.state = 7326; + this.state = 7280; this.expr_list(); } } - this.state = 7330; + this.state = 7284; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 83) { { - this.state = 7329; + this.state = 7283; this.sort_clause(); } } - this.state = 7333; + this.state = 7287; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 299 || _la === 320 || _la === 481) { { - this.state = 7332; + this.state = 7286; this.opt_frame_clause(); } } - this.state = 7335; + this.state = 7289; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -44971,12 +44762,12 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_frame_clause(): Opt_frame_clauseContext { let localContext = new Opt_frame_clauseContext(this.context, this.state); - this.enterRule(localContext, 710, PostgreSqlParser.RULE_opt_frame_clause); + this.enterRule(localContext, 702, PostgreSqlParser.RULE_opt_frame_clause); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7337; + this.state = 7291; _la = this.tokenStream.LA(1); if(!(_la === 299 || _la === 320 || _la === 481)) { this.errorHandler.recoverInline(this); @@ -44986,58 +44777,58 @@ export class PostgreSqlParser extends SQLParserBase { this.consume(); } { - this.state = 7342; + this.state = 7296; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1004, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1000, this.context) ) { case 1: { - this.state = 7338; + this.state = 7292; this.match(PostgreSqlParser.KW_BETWEEN); - this.state = 7339; + this.state = 7293; this.frame_bound(); - this.state = 7340; + this.state = 7294; this.match(PostgreSqlParser.KW_AND); } break; } - this.state = 7344; + this.state = 7298; this.frame_bound(); } - this.state = 7355; + this.state = 7309; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 199) { { - this.state = 7346; + this.state = 7300; this.match(PostgreSqlParser.KW_EXCLUDE); - this.state = 7353; + this.state = 7307; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_CURRENT: { - this.state = 7347; + this.state = 7301; this.match(PostgreSqlParser.KW_CURRENT); - this.state = 7348; + this.state = 7302; this.match(PostgreSqlParser.KW_ROW); } break; case PostgreSqlParser.KW_GROUP: { - this.state = 7349; + this.state = 7303; this.match(PostgreSqlParser.KW_GROUP); } break; case PostgreSqlParser.KW_TIES: { - this.state = 7350; + this.state = 7304; this.match(PostgreSqlParser.KW_TIES); } break; case PostgreSqlParser.KW_NO: { - this.state = 7351; + this.state = 7305; this.match(PostgreSqlParser.KW_NO); - this.state = 7352; + this.state = 7306; this.match(PostgreSqlParser.KW_OTHERS); } break; @@ -45065,32 +44856,32 @@ export class PostgreSqlParser extends SQLParserBase { } public frame_bound(): Frame_boundContext { let localContext = new Frame_boundContext(this.context, this.state); - this.enterRule(localContext, 712, PostgreSqlParser.RULE_frame_bound); + this.enterRule(localContext, 704, PostgreSqlParser.RULE_frame_bound); let _la: number; try { - this.state = 7364; + this.state = 7318; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1008, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1004, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7359; + this.state = 7313; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1007, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1003, this.context) ) { case 1: { - this.state = 7357; + this.state = 7311; this.match(PostgreSqlParser.KW_UNBOUNDED); } break; case 2: { - this.state = 7358; + this.state = 7312; this.expression(); } break; } - this.state = 7361; + this.state = 7315; _la = this.tokenStream.LA(1); if(!(_la === 208 || _la === 289)) { this.errorHandler.recoverInline(this); @@ -45104,9 +44895,9 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7362; + this.state = 7316; this.match(PostgreSqlParser.KW_CURRENT); - this.state = 7363; + this.state = 7317; this.match(PostgreSqlParser.KW_ROW); } break; @@ -45128,30 +44919,30 @@ export class PostgreSqlParser extends SQLParserBase { } public row(): RowContext { let localContext = new RowContext(this.context, this.state); - this.enterRule(localContext, 714, PostgreSqlParser.RULE_row); + this.enterRule(localContext, 706, PostgreSqlParser.RULE_row); try { - this.state = 7373; + this.state = 7327; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ROW: this.enterOuterAlt(localContext, 1); { - this.state = 7366; + this.state = 7320; this.explicit_row(); } break; case PostgreSqlParser.OPEN_PAREN: this.enterOuterAlt(localContext, 2); { - this.state = 7367; + this.state = 7321; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7368; + this.state = 7322; this.expr_list(); - this.state = 7369; + this.state = 7323; this.match(PostgreSqlParser.COMMA); - this.state = 7370; + this.state = 7324; this.expression(); - this.state = 7371; + this.state = 7325; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -45175,26 +44966,26 @@ export class PostgreSqlParser extends SQLParserBase { } public explicit_row(): Explicit_rowContext { let localContext = new Explicit_rowContext(this.context, this.state); - this.enterRule(localContext, 716, PostgreSqlParser.RULE_explicit_row); + this.enterRule(localContext, 708, PostgreSqlParser.RULE_explicit_row); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7375; + this.state = 7329; this.match(PostgreSqlParser.KW_ROW); - this.state = 7376; + this.state = 7330; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7378; + this.state = 7332; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 805318660) !== 0) || ((((_la - 35)) & ~0x1F) === 0 && ((1 << (_la - 35)) & 34074721) !== 0) || ((((_la - 75)) & ~0x1F) === 0 && ((1 << (_la - 75)) & 2174763023) !== 0) || ((((_la - 107)) & ~0x1F) === 0 && ((1 << (_la - 107)) & 4294967295) !== 0) || ((((_la - 139)) & ~0x1F) === 0 && ((1 << (_la - 139)) & 4294967295) !== 0) || ((((_la - 171)) & ~0x1F) === 0 && ((1 << (_la - 171)) & 4294967295) !== 0) || ((((_la - 203)) & ~0x1F) === 0 && ((1 << (_la - 203)) & 67108863) !== 0) || ((((_la - 238)) & ~0x1F) === 0 && ((1 << (_la - 238)) & 4294967295) !== 0) || ((((_la - 270)) & ~0x1F) === 0 && ((1 << (_la - 270)) & 4294967295) !== 0) || ((((_la - 302)) & ~0x1F) === 0 && ((1 << (_la - 302)) & 4294967295) !== 0) || ((((_la - 334)) & ~0x1F) === 0 && ((1 << (_la - 334)) & 4294967295) !== 0) || ((((_la - 366)) & ~0x1F) === 0 && ((1 << (_la - 366)) & 4294967295) !== 0) || ((((_la - 398)) & ~0x1F) === 0 && ((1 << (_la - 398)) & 4294967295) !== 0) || ((((_la - 430)) & ~0x1F) === 0 && ((1 << (_la - 430)) & 4278190079) !== 0) || ((((_la - 462)) & ~0x1F) === 0 && ((1 << (_la - 462)) & 4294967295) !== 0) || ((((_la - 494)) & ~0x1F) === 0 && ((1 << (_la - 494)) & 1174402559) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 487696527) !== 0) || _la === 584) { { - this.state = 7377; + this.state = 7331; this.expr_list(); } } - this.state = 7380; + this.state = 7334; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -45214,12 +45005,12 @@ export class PostgreSqlParser extends SQLParserBase { } public sub_type(): Sub_typeContext { let localContext = new Sub_typeContext(this.context, this.state); - this.enterRule(localContext, 718, PostgreSqlParser.RULE_sub_type); + this.enterRule(localContext, 710, PostgreSqlParser.RULE_sub_type); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7382; + this.state = 7336; _la = this.tokenStream.LA(1); if(!(_la === 30 || _la === 34 || _la === 90)) { this.errorHandler.recoverInline(this); @@ -45246,15 +45037,15 @@ export class PostgreSqlParser extends SQLParserBase { } public all_op(): All_opContext { let localContext = new All_opContext(this.context, this.state); - this.enterRule(localContext, 720, PostgreSqlParser.RULE_all_op); + this.enterRule(localContext, 712, PostgreSqlParser.RULE_all_op); try { - this.state = 7386; + this.state = 7340; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.Operator: this.enterOuterAlt(localContext, 1); { - this.state = 7384; + this.state = 7338; this.match(PostgreSqlParser.Operator); } break; @@ -45272,7 +45063,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PERCENT: this.enterOuterAlt(localContext, 2); { - this.state = 7385; + this.state = 7339; this.mathop(); } break; @@ -45296,12 +45087,12 @@ export class PostgreSqlParser extends SQLParserBase { } public mathop(): MathopContext { let localContext = new MathopContext(this.context, this.state); - this.enterRule(localContext, 722, PostgreSqlParser.RULE_mathop); + this.enterRule(localContext, 714, PostgreSqlParser.RULE_mathop); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7388; + this.state = 7342; _la = this.tokenStream.LA(1); if(!((((_la) & ~0x1F) === 0 && ((1 << _la) & 178517504) !== 0))) { this.errorHandler.recoverInline(this); @@ -45328,28 +45119,28 @@ export class PostgreSqlParser extends SQLParserBase { } public qual_op(): Qual_opContext { let localContext = new Qual_opContext(this.context, this.state); - this.enterRule(localContext, 724, PostgreSqlParser.RULE_qual_op); + this.enterRule(localContext, 716, PostgreSqlParser.RULE_qual_op); try { - this.state = 7396; + this.state = 7350; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.Operator: this.enterOuterAlt(localContext, 1); { - this.state = 7390; + this.state = 7344; this.match(PostgreSqlParser.Operator); } break; case PostgreSqlParser.KW_OPERATOR: this.enterOuterAlt(localContext, 2); { - this.state = 7391; + this.state = 7345; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 7392; + this.state = 7346; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7393; + this.state = 7347; this.any_operator(); - this.state = 7394; + this.state = 7348; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -45373,9 +45164,9 @@ export class PostgreSqlParser extends SQLParserBase { } public qual_all_op(): Qual_all_opContext { let localContext = new Qual_all_opContext(this.context, this.state); - this.enterRule(localContext, 726, PostgreSqlParser.RULE_qual_all_op); + this.enterRule(localContext, 718, PostgreSqlParser.RULE_qual_all_op); try { - this.state = 7404; + this.state = 7358; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.STAR: @@ -45393,20 +45184,20 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.Operator: this.enterOuterAlt(localContext, 1); { - this.state = 7398; + this.state = 7352; this.all_op(); } break; case PostgreSqlParser.KW_OPERATOR: this.enterOuterAlt(localContext, 2); { - this.state = 7399; + this.state = 7353; this.match(PostgreSqlParser.KW_OPERATOR); - this.state = 7400; + this.state = 7354; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7401; + this.state = 7355; this.any_operator(); - this.state = 7402; + this.state = 7356; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -45430,10 +45221,10 @@ export class PostgreSqlParser extends SQLParserBase { } public subquery_Op(): Subquery_OpContext { let localContext = new Subquery_OpContext(this.context, this.state); - this.enterRule(localContext, 728, PostgreSqlParser.RULE_subquery_Op); + this.enterRule(localContext, 720, PostgreSqlParser.RULE_subquery_Op); let _la: number; try { - this.state = 7411; + this.state = 7365; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.STAR: @@ -45452,7 +45243,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_OPERATOR: this.enterOuterAlt(localContext, 1); { - this.state = 7406; + this.state = 7360; this.qual_all_op(); } break; @@ -45461,17 +45252,17 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_LIKE: this.enterOuterAlt(localContext, 2); { - this.state = 7408; + this.state = 7362; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 7407; + this.state = 7361; this.match(PostgreSqlParser.KW_NOT); } } - this.state = 7410; + this.state = 7364; _la = this.tokenStream.LA(1); if(!(_la === 114 || _la === 120)) { this.errorHandler.recoverInline(this); @@ -45502,30 +45293,30 @@ export class PostgreSqlParser extends SQLParserBase { } public expr_list(): Expr_listContext { let localContext = new Expr_listContext(this.context, this.state); - this.enterRule(localContext, 730, PostgreSqlParser.RULE_expr_list); + this.enterRule(localContext, 722, PostgreSqlParser.RULE_expr_list); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 7413; + this.state = 7367; this.expression(); - this.state = 7418; + this.state = 7372; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1016, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1012, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 7414; + this.state = 7368; this.match(PostgreSqlParser.COMMA); - this.state = 7415; + this.state = 7369; this.expression(); } } } - this.state = 7420; + this.state = 7374; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1016, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1012, this.context); } } } @@ -45545,20 +45336,20 @@ export class PostgreSqlParser extends SQLParserBase { } public column_expr(): Column_exprContext { let localContext = new Column_exprContext(this.context, this.state); - this.enterRule(localContext, 732, PostgreSqlParser.RULE_column_expr); + this.enterRule(localContext, 724, PostgreSqlParser.RULE_column_expr); try { - this.state = 7426; + this.state = 7380; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1017, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1013, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { { - this.state = 7421; + this.state = 7375; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7422; + this.state = 7376; this.expression(); - this.state = 7423; + this.state = 7377; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -45566,7 +45357,7 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7425; + this.state = 7379; this.column_name(); } break; @@ -45588,22 +45379,22 @@ export class PostgreSqlParser extends SQLParserBase { } public column_expr_noparen(): Column_expr_noparenContext { let localContext = new Column_expr_noparenContext(this.context, this.state); - this.enterRule(localContext, 734, PostgreSqlParser.RULE_column_expr_noparen); + this.enterRule(localContext, 726, PostgreSqlParser.RULE_column_expr_noparen); try { - this.state = 7430; + this.state = 7384; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1018, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1014, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7428; + this.state = 7382; this.expression(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7429; + this.state = 7383; this.column_name(); } break; @@ -45625,30 +45416,30 @@ export class PostgreSqlParser extends SQLParserBase { } public func_arg_list(): Func_arg_listContext { let localContext = new Func_arg_listContext(this.context, this.state); - this.enterRule(localContext, 736, PostgreSqlParser.RULE_func_arg_list); + this.enterRule(localContext, 728, PostgreSqlParser.RULE_func_arg_list); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 7432; + this.state = 7386; this.func_arg_expr(); - this.state = 7437; + this.state = 7391; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1019, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1015, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 7433; + this.state = 7387; this.match(PostgreSqlParser.COMMA); - this.state = 7434; + this.state = 7388; this.func_arg_expr(); } } } - this.state = 7439; + this.state = 7393; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1019, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1015, this.context); } } } @@ -45668,37 +45459,37 @@ export class PostgreSqlParser extends SQLParserBase { } public func_arg_expr(): Func_arg_exprContext { let localContext = new Func_arg_exprContext(this.context, this.state); - this.enterRule(localContext, 738, PostgreSqlParser.RULE_func_arg_expr); + this.enterRule(localContext, 730, PostgreSqlParser.RULE_func_arg_expr); let _la: number; try { - this.state = 7447; + this.state = 7401; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1021, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1017, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7440; + this.state = 7394; this.column_name(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7441; + this.state = 7395; this.expression(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7442; + this.state = 7396; this.type_function_name(); - this.state = 7445; + this.state = 7399; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 20 || _la === 22) { { - this.state = 7443; + this.state = 7397; _la = this.tokenStream.LA(1); if(!(_la === 20 || _la === 22)) { this.errorHandler.recoverInline(this); @@ -45707,7 +45498,7 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7444; + this.state = 7398; this.expression(); } } @@ -45732,14 +45523,14 @@ export class PostgreSqlParser extends SQLParserBase { } public array_expr(): Array_exprContext { let localContext = new Array_exprContext(this.context, this.state); - this.enterRule(localContext, 740, PostgreSqlParser.RULE_array_expr); + this.enterRule(localContext, 732, PostgreSqlParser.RULE_array_expr); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7449; + this.state = 7403; this.match(PostgreSqlParser.OPEN_BRACKET); - this.state = 7459; + this.state = 7413; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: @@ -46185,28 +45976,28 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 7450; + this.state = 7404; this.expr_list(); } break; case PostgreSqlParser.OPEN_BRACKET: { { - this.state = 7451; + this.state = 7405; this.array_expr(); - this.state = 7456; + this.state = 7410; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 7452; + this.state = 7406; this.match(PostgreSqlParser.COMMA); - this.state = 7453; + this.state = 7407; this.array_expr(); } } - this.state = 7458; + this.state = 7412; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -46218,7 +46009,7 @@ export class PostgreSqlParser extends SQLParserBase { default: break; } - this.state = 7461; + this.state = 7415; this.match(PostgreSqlParser.CLOSE_BRACKET); } } @@ -46238,64 +46029,64 @@ export class PostgreSqlParser extends SQLParserBase { } public extract_arg(): Extract_argContext { let localContext = new Extract_argContext(this.context, this.state); - this.enterRule(localContext, 742, PostgreSqlParser.RULE_extract_arg); + this.enterRule(localContext, 734, PostgreSqlParser.RULE_extract_arg); try { - this.state = 7471; + this.state = 7425; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1024, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1020, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7463; + this.state = 7417; this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7464; + this.state = 7418; this.match(PostgreSqlParser.KW_YEAR); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7465; + this.state = 7419; this.match(PostgreSqlParser.KW_MONTH); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7466; + this.state = 7420; this.match(PostgreSqlParser.KW_DAY); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 7467; + this.state = 7421; this.match(PostgreSqlParser.KW_HOUR); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 7468; + this.state = 7422; this.match(PostgreSqlParser.KW_MINUTE); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 7469; + this.state = 7423; this.match(PostgreSqlParser.KW_SECOND); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 7470; + this.state = 7424; this.sconst(); } break; @@ -46317,12 +46108,12 @@ export class PostgreSqlParser extends SQLParserBase { } public unicode_normal_form(): Unicode_normal_formContext { let localContext = new Unicode_normal_formContext(this.context, this.state); - this.enterRule(localContext, 744, PostgreSqlParser.RULE_unicode_normal_form); + this.enterRule(localContext, 736, PostgreSqlParser.RULE_unicode_normal_form); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7473; + this.state = 7427; _la = this.tokenStream.LA(1); if(!(((((_la - 483)) & ~0x1F) === 0 && ((1 << (_la - 483)) & 15) !== 0))) { this.errorHandler.recoverInline(this); @@ -46349,29 +46140,29 @@ export class PostgreSqlParser extends SQLParserBase { } public substr_list(): Substr_listContext { let localContext = new Substr_listContext(this.context, this.state); - this.enterRule(localContext, 746, PostgreSqlParser.RULE_substr_list); + this.enterRule(localContext, 738, PostgreSqlParser.RULE_substr_list); let _la: number; try { - this.state = 7496; + this.state = 7450; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1027, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1023, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7475; + this.state = 7429; this.expression(); - this.state = 7476; + this.state = 7430; this.match(PostgreSqlParser.KW_FROM); - this.state = 7477; + this.state = 7431; this.expression(); - this.state = 7480; + this.state = 7434; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 62) { { - this.state = 7478; + this.state = 7432; this.match(PostgreSqlParser.KW_FOR); - this.state = 7479; + this.state = 7433; this.expression(); } } @@ -46381,20 +46172,20 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7482; + this.state = 7436; this.expression(); - this.state = 7483; + this.state = 7437; this.match(PostgreSqlParser.KW_FOR); - this.state = 7484; + this.state = 7438; this.expression(); - this.state = 7487; + this.state = 7441; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64) { { - this.state = 7485; + this.state = 7439; this.match(PostgreSqlParser.KW_FROM); - this.state = 7486; + this.state = 7440; this.expression(); } } @@ -46404,22 +46195,22 @@ export class PostgreSqlParser extends SQLParserBase { case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7489; + this.state = 7443; this.expression(); - this.state = 7490; + this.state = 7444; this.match(PostgreSqlParser.KW_SIMILAR); - this.state = 7491; + this.state = 7445; this.expression(); - this.state = 7492; + this.state = 7446; this.match(PostgreSqlParser.KW_ESCAPE); - this.state = 7493; + this.state = 7447; this.expression(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7495; + this.state = 7449; this.expr_list(); } break; @@ -46441,17 +46232,17 @@ export class PostgreSqlParser extends SQLParserBase { } public when_clause(): When_clauseContext { let localContext = new When_clauseContext(this.context, this.state); - this.enterRule(localContext, 748, PostgreSqlParser.RULE_when_clause); + this.enterRule(localContext, 740, PostgreSqlParser.RULE_when_clause); try { this.enterOuterAlt(localContext, 1); { - this.state = 7498; + this.state = 7452; this.match(PostgreSqlParser.KW_WHEN); - this.state = 7499; + this.state = 7453; this.expression(); - this.state = 7500; + this.state = 7454; this.match(PostgreSqlParser.KW_THEN); - this.state = 7501; + this.state = 7455; this.expression(); } } @@ -46471,18 +46262,18 @@ export class PostgreSqlParser extends SQLParserBase { } public indirection_el(): Indirection_elContext { let localContext = new Indirection_elContext(this.context, this.state); - this.enterRule(localContext, 750, PostgreSqlParser.RULE_indirection_el); + this.enterRule(localContext, 742, PostgreSqlParser.RULE_indirection_el); let _la: number; try { - this.state = 7520; + this.state = 7474; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.DOT: this.enterOuterAlt(localContext, 1); { - this.state = 7503; + this.state = 7457; this.match(PostgreSqlParser.DOT); - this.state = 7506; + this.state = 7460; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_ALL: @@ -46976,13 +46767,13 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 7504; + this.state = 7458; this.collabel(); } break; case PostgreSqlParser.STAR: { - this.state = 7505; + this.state = 7459; this.match(PostgreSqlParser.STAR); } break; @@ -46994,37 +46785,37 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.OPEN_BRACKET: this.enterOuterAlt(localContext, 2); { - this.state = 7508; + this.state = 7462; this.match(PostgreSqlParser.OPEN_BRACKET); - this.state = 7517; + this.state = 7471; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1031, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1027, this.context) ) { case 1: { - this.state = 7509; + this.state = 7463; this.expression(); } break; case 2: { - this.state = 7511; + this.state = 7465; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 805318660) !== 0) || ((((_la - 35)) & ~0x1F) === 0 && ((1 << (_la - 35)) & 34074721) !== 0) || ((((_la - 75)) & ~0x1F) === 0 && ((1 << (_la - 75)) & 2174763023) !== 0) || ((((_la - 107)) & ~0x1F) === 0 && ((1 << (_la - 107)) & 4294967295) !== 0) || ((((_la - 139)) & ~0x1F) === 0 && ((1 << (_la - 139)) & 4294967295) !== 0) || ((((_la - 171)) & ~0x1F) === 0 && ((1 << (_la - 171)) & 4294967295) !== 0) || ((((_la - 203)) & ~0x1F) === 0 && ((1 << (_la - 203)) & 67108863) !== 0) || ((((_la - 238)) & ~0x1F) === 0 && ((1 << (_la - 238)) & 4294967295) !== 0) || ((((_la - 270)) & ~0x1F) === 0 && ((1 << (_la - 270)) & 4294967295) !== 0) || ((((_la - 302)) & ~0x1F) === 0 && ((1 << (_la - 302)) & 4294967295) !== 0) || ((((_la - 334)) & ~0x1F) === 0 && ((1 << (_la - 334)) & 4294967295) !== 0) || ((((_la - 366)) & ~0x1F) === 0 && ((1 << (_la - 366)) & 4294967295) !== 0) || ((((_la - 398)) & ~0x1F) === 0 && ((1 << (_la - 398)) & 4294967295) !== 0) || ((((_la - 430)) & ~0x1F) === 0 && ((1 << (_la - 430)) & 4278190079) !== 0) || ((((_la - 462)) & ~0x1F) === 0 && ((1 << (_la - 462)) & 4294967295) !== 0) || ((((_la - 494)) & ~0x1F) === 0 && ((1 << (_la - 494)) & 1174402559) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 487696527) !== 0) || _la === 584) { { - this.state = 7510; + this.state = 7464; this.expression(); } } - this.state = 7513; + this.state = 7467; this.match(PostgreSqlParser.COLON); - this.state = 7515; + this.state = 7469; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 805318660) !== 0) || ((((_la - 35)) & ~0x1F) === 0 && ((1 << (_la - 35)) & 34074721) !== 0) || ((((_la - 75)) & ~0x1F) === 0 && ((1 << (_la - 75)) & 2174763023) !== 0) || ((((_la - 107)) & ~0x1F) === 0 && ((1 << (_la - 107)) & 4294967295) !== 0) || ((((_la - 139)) & ~0x1F) === 0 && ((1 << (_la - 139)) & 4294967295) !== 0) || ((((_la - 171)) & ~0x1F) === 0 && ((1 << (_la - 171)) & 4294967295) !== 0) || ((((_la - 203)) & ~0x1F) === 0 && ((1 << (_la - 203)) & 67108863) !== 0) || ((((_la - 238)) & ~0x1F) === 0 && ((1 << (_la - 238)) & 4294967295) !== 0) || ((((_la - 270)) & ~0x1F) === 0 && ((1 << (_la - 270)) & 4294967295) !== 0) || ((((_la - 302)) & ~0x1F) === 0 && ((1 << (_la - 302)) & 4294967295) !== 0) || ((((_la - 334)) & ~0x1F) === 0 && ((1 << (_la - 334)) & 4294967295) !== 0) || ((((_la - 366)) & ~0x1F) === 0 && ((1 << (_la - 366)) & 4294967295) !== 0) || ((((_la - 398)) & ~0x1F) === 0 && ((1 << (_la - 398)) & 4294967295) !== 0) || ((((_la - 430)) & ~0x1F) === 0 && ((1 << (_la - 430)) & 4278190079) !== 0) || ((((_la - 462)) & ~0x1F) === 0 && ((1 << (_la - 462)) & 4294967295) !== 0) || ((((_la - 494)) & ~0x1F) === 0 && ((1 << (_la - 494)) & 1174402559) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 487696527) !== 0) || _la === 584) { { - this.state = 7514; + this.state = 7468; this.expression(); } } @@ -47032,7 +46823,7 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 7519; + this.state = 7473; this.match(PostgreSqlParser.CLOSE_BRACKET); } break; @@ -47056,12 +46847,12 @@ export class PostgreSqlParser extends SQLParserBase { } public indirection(): IndirectionContext { let localContext = new IndirectionContext(this.context, this.state); - this.enterRule(localContext, 752, PostgreSqlParser.RULE_indirection); + this.enterRule(localContext, 744, PostgreSqlParser.RULE_indirection); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 7523; + this.state = 7477; this.errorHandler.sync(this); alternative = 1; do { @@ -47069,7 +46860,7 @@ export class PostgreSqlParser extends SQLParserBase { case 1: { { - this.state = 7522; + this.state = 7476; this.indirection_el(); } } @@ -47077,9 +46868,9 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 7525; + this.state = 7479; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1033, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1029, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } } @@ -47099,26 +46890,26 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_indirection(): Opt_indirectionContext { let localContext = new Opt_indirectionContext(this.context, this.state); - this.enterRule(localContext, 754, PostgreSqlParser.RULE_opt_indirection); + this.enterRule(localContext, 746, PostgreSqlParser.RULE_opt_indirection); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 7530; + this.state = 7484; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1034, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1030, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 7527; + this.state = 7481; this.indirection_el(); } } } - this.state = 7532; + this.state = 7486; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1034, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1030, this.context); } } } @@ -47138,30 +46929,30 @@ export class PostgreSqlParser extends SQLParserBase { } public target_list(): Target_listContext { let localContext = new Target_listContext(this.context, this.state); - this.enterRule(localContext, 756, PostgreSqlParser.RULE_target_list); + this.enterRule(localContext, 748, PostgreSqlParser.RULE_target_list); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 7533; + this.state = 7487; this.target_el(); - this.state = 7538; + this.state = 7492; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1035, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1031, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 7534; + this.state = 7488; this.match(PostgreSqlParser.COMMA); - this.state = 7535; + this.state = 7489; this.target_el(); } } } - this.state = 7540; + this.state = 7494; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1035, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1031, this.context); } } } @@ -47181,31 +46972,31 @@ export class PostgreSqlParser extends SQLParserBase { } public target_el(): Target_elContext { let localContext = new Target_elContext(this.context, this.state); - this.enterRule(localContext, 758, PostgreSqlParser.RULE_target_el); + this.enterRule(localContext, 750, PostgreSqlParser.RULE_target_el); try { - this.state = 7549; + this.state = 7503; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1037, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1033, this.context) ) { case 1: localContext = new Target_labelContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 7541; + this.state = 7495; this.column_expr_noparen(); - this.state = 7546; + this.state = 7500; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1036, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1032, this.context) ) { case 1: { - this.state = 7542; + this.state = 7496; this.match(PostgreSqlParser.KW_AS); - this.state = 7543; + this.state = 7497; this.collabel(); } break; case 2: { - this.state = 7544; + this.state = 7498; this.identifier(); } break; @@ -47221,7 +47012,7 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new Target_starContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 7548; + this.state = 7502; this.match(PostgreSqlParser.STAR); } break; @@ -47243,26 +47034,26 @@ export class PostgreSqlParser extends SQLParserBase { } public qualified_name_list(): Qualified_name_listContext { let localContext = new Qualified_name_listContext(this.context, this.state); - this.enterRule(localContext, 760, PostgreSqlParser.RULE_qualified_name_list); + this.enterRule(localContext, 752, PostgreSqlParser.RULE_qualified_name_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7551; + this.state = 7505; this.qualified_name(); - this.state = 7556; + this.state = 7510; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 7552; + this.state = 7506; this.match(PostgreSqlParser.COMMA); - this.state = 7553; + this.state = 7507; this.qualified_name(); } } - this.state = 7558; + this.state = 7512; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -47284,26 +47075,26 @@ export class PostgreSqlParser extends SQLParserBase { } public table_name_list(): Table_name_listContext { let localContext = new Table_name_listContext(this.context, this.state); - this.enterRule(localContext, 762, PostgreSqlParser.RULE_table_name_list); + this.enterRule(localContext, 754, PostgreSqlParser.RULE_table_name_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7559; + this.state = 7513; this.table_name(); - this.state = 7564; + this.state = 7518; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 7560; + this.state = 7514; this.match(PostgreSqlParser.COMMA); - this.state = 7561; + this.state = 7515; this.table_name(); } } - this.state = 7566; + this.state = 7520; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -47325,26 +47116,26 @@ export class PostgreSqlParser extends SQLParserBase { } public schema_name_list(): Schema_name_listContext { let localContext = new Schema_name_listContext(this.context, this.state); - this.enterRule(localContext, 764, PostgreSqlParser.RULE_schema_name_list); + this.enterRule(localContext, 756, PostgreSqlParser.RULE_schema_name_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7567; + this.state = 7521; this.schema_name(); - this.state = 7572; + this.state = 7526; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 7568; + this.state = 7522; this.match(PostgreSqlParser.COMMA); - this.state = 7569; + this.state = 7523; this.schema_name(); } } - this.state = 7574; + this.state = 7528; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -47366,26 +47157,26 @@ export class PostgreSqlParser extends SQLParserBase { } public database_nameList(): Database_nameListContext { let localContext = new Database_nameListContext(this.context, this.state); - this.enterRule(localContext, 766, PostgreSqlParser.RULE_database_nameList); + this.enterRule(localContext, 758, PostgreSqlParser.RULE_database_nameList); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7575; + this.state = 7529; this.database_name(); - this.state = 7580; + this.state = 7534; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 7576; + this.state = 7530; this.match(PostgreSqlParser.COMMA); - this.state = 7577; + this.state = 7531; this.database_name(); } } - this.state = 7582; + this.state = 7536; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -47407,12 +47198,12 @@ export class PostgreSqlParser extends SQLParserBase { } public tablespace_name_create(): Tablespace_name_createContext { let localContext = new Tablespace_name_createContext(this.context, this.state); - this.enterRule(localContext, 768, PostgreSqlParser.RULE_tablespace_name_create); + this.enterRule(localContext, 760, PostgreSqlParser.RULE_tablespace_name_create); try { localContext = new TablespaceNameCreateContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 7583; + this.state = 7537; this.qualified_name(); } } @@ -47432,12 +47223,12 @@ export class PostgreSqlParser extends SQLParserBase { } public tablespace_name(): Tablespace_nameContext { let localContext = new Tablespace_nameContext(this.context, this.state); - this.enterRule(localContext, 770, PostgreSqlParser.RULE_tablespace_name); + this.enterRule(localContext, 762, PostgreSqlParser.RULE_tablespace_name); try { localContext = new TablespaceNameContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 7585; + this.state = 7539; this.qualified_name(); } } @@ -47457,12 +47248,12 @@ export class PostgreSqlParser extends SQLParserBase { } public table_name_create(): Table_name_createContext { let localContext = new Table_name_createContext(this.context, this.state); - this.enterRule(localContext, 772, PostgreSqlParser.RULE_table_name_create); + this.enterRule(localContext, 764, PostgreSqlParser.RULE_table_name_create); try { localContext = new TableNameCreateContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 7587; + this.state = 7541; this.qualified_name(); } } @@ -47482,12 +47273,12 @@ export class PostgreSqlParser extends SQLParserBase { } public table_name(): Table_nameContext { let localContext = new Table_nameContext(this.context, this.state); - this.enterRule(localContext, 774, PostgreSqlParser.RULE_table_name); + this.enterRule(localContext, 766, PostgreSqlParser.RULE_table_name); try { localContext = new TableNameContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 7589; + this.state = 7543; this.qualified_name(); } } @@ -47507,12 +47298,12 @@ export class PostgreSqlParser extends SQLParserBase { } public view_name_create(): View_name_createContext { let localContext = new View_name_createContext(this.context, this.state); - this.enterRule(localContext, 776, PostgreSqlParser.RULE_view_name_create); + this.enterRule(localContext, 768, PostgreSqlParser.RULE_view_name_create); try { localContext = new ViewNameCreateContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 7591; + this.state = 7545; this.qualified_name(); } } @@ -47532,12 +47323,12 @@ export class PostgreSqlParser extends SQLParserBase { } public view_name(): View_nameContext { let localContext = new View_nameContext(this.context, this.state); - this.enterRule(localContext, 778, PostgreSqlParser.RULE_view_name); + this.enterRule(localContext, 770, PostgreSqlParser.RULE_view_name); try { localContext = new ViewNameContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 7593; + this.state = 7547; this.any_name(); } } @@ -47557,18 +47348,18 @@ export class PostgreSqlParser extends SQLParserBase { } public qualified_name(): Qualified_nameContext { let localContext = new Qualified_nameContext(this.context, this.state); - this.enterRule(localContext, 780, PostgreSqlParser.RULE_qualified_name); + this.enterRule(localContext, 772, PostgreSqlParser.RULE_qualified_name); try { this.enterOuterAlt(localContext, 1); { - this.state = 7595; + this.state = 7549; this.colid(); - this.state = 7597; + this.state = 7551; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1042, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1038, this.context) ) { case 1: { - this.state = 7596; + this.state = 7550; this.indirection(); } break; @@ -47591,26 +47382,26 @@ export class PostgreSqlParser extends SQLParserBase { } public tablespace_name_list(): Tablespace_name_listContext { let localContext = new Tablespace_name_listContext(this.context, this.state); - this.enterRule(localContext, 782, PostgreSqlParser.RULE_tablespace_name_list); + this.enterRule(localContext, 774, PostgreSqlParser.RULE_tablespace_name_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7599; + this.state = 7553; this.tablespace_name(); - this.state = 7604; + this.state = 7558; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 7600; + this.state = 7554; this.match(PostgreSqlParser.COMMA); - this.state = 7601; + this.state = 7555; this.tablespace_name(); } } - this.state = 7606; + this.state = 7560; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -47632,26 +47423,26 @@ export class PostgreSqlParser extends SQLParserBase { } public name_list(): Name_listContext { let localContext = new Name_listContext(this.context, this.state); - this.enterRule(localContext, 784, PostgreSqlParser.RULE_name_list); + this.enterRule(localContext, 776, PostgreSqlParser.RULE_name_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7607; + this.state = 7561; this.colid(); - this.state = 7612; + this.state = 7566; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 7608; + this.state = 7562; this.match(PostgreSqlParser.COMMA); - this.state = 7609; + this.state = 7563; this.colid(); } } - this.state = 7614; + this.state = 7568; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -47673,12 +47464,12 @@ export class PostgreSqlParser extends SQLParserBase { } public database_name_create(): Database_name_createContext { let localContext = new Database_name_createContext(this.context, this.state); - this.enterRule(localContext, 786, PostgreSqlParser.RULE_database_name_create); + this.enterRule(localContext, 778, PostgreSqlParser.RULE_database_name_create); try { localContext = new DatabaseNameCreateContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 7615; + this.state = 7569; this.any_name(); } } @@ -47698,12 +47489,12 @@ export class PostgreSqlParser extends SQLParserBase { } public database_name(): Database_nameContext { let localContext = new Database_nameContext(this.context, this.state); - this.enterRule(localContext, 788, PostgreSqlParser.RULE_database_name); + this.enterRule(localContext, 780, PostgreSqlParser.RULE_database_name); try { localContext = new DatabaseNameContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 7617; + this.state = 7571; this.any_name(); } } @@ -47723,12 +47514,12 @@ export class PostgreSqlParser extends SQLParserBase { } public schema_name(): Schema_nameContext { let localContext = new Schema_nameContext(this.context, this.state); - this.enterRule(localContext, 790, PostgreSqlParser.RULE_schema_name); + this.enterRule(localContext, 782, PostgreSqlParser.RULE_schema_name); try { localContext = new SchemaNameContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 7619; + this.state = 7573; this.any_name(); } } @@ -47748,12 +47539,12 @@ export class PostgreSqlParser extends SQLParserBase { } public routine_name_create(): Routine_name_createContext { let localContext = new Routine_name_createContext(this.context, this.state); - this.enterRule(localContext, 792, PostgreSqlParser.RULE_routine_name_create); + this.enterRule(localContext, 784, PostgreSqlParser.RULE_routine_name_create); try { localContext = new RoutineNameCreateContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 7621; + this.state = 7575; this.colid(); } } @@ -47773,12 +47564,12 @@ export class PostgreSqlParser extends SQLParserBase { } public routine_name(): Routine_nameContext { let localContext = new Routine_nameContext(this.context, this.state); - this.enterRule(localContext, 794, PostgreSqlParser.RULE_routine_name); + this.enterRule(localContext, 786, PostgreSqlParser.RULE_routine_name); try { localContext = new RoutineNameContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 7623; + this.state = 7577; this.colid(); } } @@ -47798,16 +47589,16 @@ export class PostgreSqlParser extends SQLParserBase { } public procedure_name(): Procedure_nameContext { let localContext = new Procedure_nameContext(this.context, this.state); - this.enterRule(localContext, 796, PostgreSqlParser.RULE_procedure_name); + this.enterRule(localContext, 788, PostgreSqlParser.RULE_procedure_name); try { - this.state = 7629; + this.state = 7583; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1045, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1041, this.context) ) { case 1: localContext = new ProcedureNameContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 7625; + this.state = 7579; this.type_function_name(); } break; @@ -47815,9 +47606,9 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new ProcedureNameContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 7626; + this.state = 7580; this.colid(); - this.state = 7627; + this.state = 7581; this.indirection(); } break; @@ -47839,16 +47630,16 @@ export class PostgreSqlParser extends SQLParserBase { } public procedure_name_create(): Procedure_name_createContext { let localContext = new Procedure_name_createContext(this.context, this.state); - this.enterRule(localContext, 798, PostgreSqlParser.RULE_procedure_name_create); + this.enterRule(localContext, 790, PostgreSqlParser.RULE_procedure_name_create); try { - this.state = 7635; + this.state = 7589; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1046, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1042, this.context) ) { case 1: localContext = new ProcedureNameCreateContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 7631; + this.state = 7585; this.type_function_name(); } break; @@ -47856,9 +47647,9 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new ProcedureNameCreateContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 7632; + this.state = 7586; this.colid(); - this.state = 7633; + this.state = 7587; this.indirection(); } break; @@ -47880,18 +47671,18 @@ export class PostgreSqlParser extends SQLParserBase { } public column_name(): Column_nameContext { let localContext = new Column_nameContext(this.context, this.state); - this.enterRule(localContext, 800, PostgreSqlParser.RULE_column_name); + this.enterRule(localContext, 792, PostgreSqlParser.RULE_column_name); try { - this.state = 7641; + this.state = 7595; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1047, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1043, this.context) ) { case 1: localContext = new ColumnNameContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 7637; + this.state = 7591; this.colid(); - this.state = 7638; + this.state = 7592; this.opt_indirection(); } break; @@ -47899,7 +47690,7 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new ColumnNameMatchContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 7640; + this.state = 7594; if (!(this.shouldMatchEmpty())) { throw this.createFailedPredicateException("this.shouldMatchEmpty()"); } @@ -47923,12 +47714,12 @@ export class PostgreSqlParser extends SQLParserBase { } public column_name_create(): Column_name_createContext { let localContext = new Column_name_createContext(this.context, this.state); - this.enterRule(localContext, 802, PostgreSqlParser.RULE_column_name_create); + this.enterRule(localContext, 794, PostgreSqlParser.RULE_column_name_create); try { localContext = new ColumnNameCreateContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 7643; + this.state = 7597; this.colid(); } } @@ -47948,16 +47739,16 @@ export class PostgreSqlParser extends SQLParserBase { } public function_name_create(): Function_name_createContext { let localContext = new Function_name_createContext(this.context, this.state); - this.enterRule(localContext, 804, PostgreSqlParser.RULE_function_name_create); + this.enterRule(localContext, 796, PostgreSqlParser.RULE_function_name_create); try { - this.state = 7649; + this.state = 7603; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1048, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1044, this.context) ) { case 1: localContext = new FunctionNameCreateContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 7645; + this.state = 7599; this.type_function_name(); } break; @@ -47965,9 +47756,9 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new FunctionNameCreateContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 7646; + this.state = 7600; this.colid(); - this.state = 7647; + this.state = 7601; this.indirection(); } break; @@ -47989,16 +47780,16 @@ export class PostgreSqlParser extends SQLParserBase { } public function_name(): Function_nameContext { let localContext = new Function_nameContext(this.context, this.state); - this.enterRule(localContext, 806, PostgreSqlParser.RULE_function_name); + this.enterRule(localContext, 798, PostgreSqlParser.RULE_function_name); try { - this.state = 7655; + this.state = 7609; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1049, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1045, this.context) ) { case 1: localContext = new FunctionNameContext(localContext); this.enterOuterAlt(localContext, 1); { - this.state = 7651; + this.state = 7605; this.type_function_name(); } break; @@ -48006,9 +47797,9 @@ export class PostgreSqlParser extends SQLParserBase { localContext = new FunctionNameContext(localContext); this.enterOuterAlt(localContext, 2); { - this.state = 7652; + this.state = 7606; this.colid(); - this.state = 7653; + this.state = 7607; this.indirection(); } break; @@ -48030,20 +47821,20 @@ export class PostgreSqlParser extends SQLParserBase { } public sconst(): SconstContext { let localContext = new SconstContext(this.context, this.state); - this.enterRule(localContext, 808, PostgreSqlParser.RULE_sconst); + this.enterRule(localContext, 800, PostgreSqlParser.RULE_sconst); try { this.enterOuterAlt(localContext, 1); { - this.state = 7657; + this.state = 7611; this.anysconst(); - this.state = 7660; + this.state = 7614; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1050, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1046, this.context) ) { case 1: { - this.state = 7658; + this.state = 7612; this.match(PostgreSqlParser.KW_UESCAPE); - this.state = 7659; + this.state = 7613; this.anysconst(); } break; @@ -48066,53 +47857,53 @@ export class PostgreSqlParser extends SQLParserBase { } public anysconst(): AnysconstContext { let localContext = new AnysconstContext(this.context, this.state); - this.enterRule(localContext, 810, PostgreSqlParser.RULE_anysconst); + this.enterRule(localContext, 802, PostgreSqlParser.RULE_anysconst); let _la: number; try { - this.state = 7673; + this.state = 7627; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.StringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 7662; + this.state = 7616; this.match(PostgreSqlParser.StringConstant); } break; case PostgreSqlParser.UnicodeEscapeStringConstant: this.enterOuterAlt(localContext, 2); { - this.state = 7663; + this.state = 7617; this.match(PostgreSqlParser.UnicodeEscapeStringConstant); } break; case PostgreSqlParser.BeginDollarStringConstant: this.enterOuterAlt(localContext, 3); { - this.state = 7664; + this.state = 7618; this.match(PostgreSqlParser.BeginDollarStringConstant); - this.state = 7668; + this.state = 7622; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 588) { { { - this.state = 7665; + this.state = 7619; this.match(PostgreSqlParser.DollarText); } } - this.state = 7670; + this.state = 7624; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 7671; + this.state = 7625; this.match(PostgreSqlParser.EndDollarStringConstant); } break; case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 4); { - this.state = 7672; + this.state = 7626; this.match(PostgreSqlParser.EscapeStringConstant); } break; @@ -48136,17 +47927,17 @@ export class PostgreSqlParser extends SQLParserBase { } public signediconst(): SignediconstContext { let localContext = new SignediconstContext(this.context, this.state); - this.enterRule(localContext, 812, PostgreSqlParser.RULE_signediconst); + this.enterRule(localContext, 804, PostgreSqlParser.RULE_signediconst); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7676; + this.state = 7630; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 12 || _la === 13) { { - this.state = 7675; + this.state = 7629; _la = this.tokenStream.LA(1); if(!(_la === 12 || _la === 13)) { this.errorHandler.recoverInline(this); @@ -48158,7 +47949,7 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 7678; + this.state = 7632; this.match(PostgreSqlParser.Integral); } } @@ -48178,43 +47969,43 @@ export class PostgreSqlParser extends SQLParserBase { } public rolespec(): RolespecContext { let localContext = new RolespecContext(this.context, this.state); - this.enterRule(localContext, 814, PostgreSqlParser.RULE_rolespec); + this.enterRule(localContext, 806, PostgreSqlParser.RULE_rolespec); try { - this.state = 7685; + this.state = 7639; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1054, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1050, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7680; + this.state = 7634; this.nonreservedword(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7681; + this.state = 7635; this.match(PostgreSqlParser.KW_CURRENT_USER); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7682; + this.state = 7636; this.match(PostgreSqlParser.KW_CURRENT_ROLE); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7683; + this.state = 7637; this.match(PostgreSqlParser.KW_SESSION_USER); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 7684; + this.state = 7638; this.match(PostgreSqlParser.KW_PUBLIC); } break; @@ -48236,26 +48027,26 @@ export class PostgreSqlParser extends SQLParserBase { } public role_list(): Role_listContext { let localContext = new Role_listContext(this.context, this.state); - this.enterRule(localContext, 816, PostgreSqlParser.RULE_role_list); + this.enterRule(localContext, 808, PostgreSqlParser.RULE_role_list); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7687; + this.state = 7641; this.rolespec(); - this.state = 7692; + this.state = 7646; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 7688; + this.state = 7642; this.match(PostgreSqlParser.COMMA); - this.state = 7689; + this.state = 7643; this.rolespec(); } } - this.state = 7694; + this.state = 7648; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -48277,22 +48068,22 @@ export class PostgreSqlParser extends SQLParserBase { } public colid(): ColidContext { let localContext = new ColidContext(this.context, this.state); - this.enterRule(localContext, 818, PostgreSqlParser.RULE_colid); + this.enterRule(localContext, 810, PostgreSqlParser.RULE_colid); try { - this.state = 7697; + this.state = 7651; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1056, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1052, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7695; + this.state = 7649; this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7696; + this.state = 7650; this.col_name_keyword(); } break; @@ -48314,22 +48105,22 @@ export class PostgreSqlParser extends SQLParserBase { } public type_function_name(): Type_function_nameContext { let localContext = new Type_function_nameContext(this.context, this.state); - this.enterRule(localContext, 820, PostgreSqlParser.RULE_type_function_name); + this.enterRule(localContext, 812, PostgreSqlParser.RULE_type_function_name); try { - this.state = 7701; + this.state = 7655; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1057, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1053, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7699; + this.state = 7653; this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7700; + this.state = 7654; this.type_func_name_keyword(); } break; @@ -48351,29 +48142,29 @@ export class PostgreSqlParser extends SQLParserBase { } public nonreservedword(): NonreservedwordContext { let localContext = new NonreservedwordContext(this.context, this.state); - this.enterRule(localContext, 822, PostgreSqlParser.RULE_nonreservedword); + this.enterRule(localContext, 814, PostgreSqlParser.RULE_nonreservedword); try { - this.state = 7706; + this.state = 7660; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1058, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1054, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7703; + this.state = 7657; this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7704; + this.state = 7658; this.col_name_keyword(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7705; + this.state = 7659; this.type_func_name_keyword(); } break; @@ -48395,36 +48186,36 @@ export class PostgreSqlParser extends SQLParserBase { } public collabel(): CollabelContext { let localContext = new CollabelContext(this.context, this.state); - this.enterRule(localContext, 824, PostgreSqlParser.RULE_collabel); + this.enterRule(localContext, 816, PostgreSqlParser.RULE_collabel); try { - this.state = 7712; + this.state = 7666; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1059, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1055, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7708; + this.state = 7662; this.identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7709; + this.state = 7663; this.col_name_keyword(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7710; + this.state = 7664; this.type_func_name_keyword(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7711; + this.state = 7665; this.reserved_keyword(); } break; @@ -48446,24 +48237,24 @@ export class PostgreSqlParser extends SQLParserBase { } public identifier(): IdentifierContext { let localContext = new IdentifierContext(this.context, this.state); - this.enterRule(localContext, 826, PostgreSqlParser.RULE_identifier); + this.enterRule(localContext, 818, PostgreSqlParser.RULE_identifier); try { - this.state = 7725; + this.state = 7679; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.Identifier: this.enterOuterAlt(localContext, 1); { - this.state = 7714; + this.state = 7668; this.match(PostgreSqlParser.Identifier); - this.state = 7717; + this.state = 7671; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1060, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1056, this.context) ) { case 1: { - this.state = 7715; + this.state = 7669; this.match(PostgreSqlParser.KW_UESCAPE); - this.state = 7716; + this.state = 7670; this.anysconst(); } break; @@ -48476,35 +48267,35 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 2); { - this.state = 7719; + this.state = 7673; this.sconst(); } break; case PostgreSqlParser.QuotedIdentifier: this.enterOuterAlt(localContext, 3); { - this.state = 7720; + this.state = 7674; this.match(PostgreSqlParser.QuotedIdentifier); } break; case PostgreSqlParser.UnicodeQuotedIdentifier: this.enterOuterAlt(localContext, 4); { - this.state = 7721; + this.state = 7675; this.match(PostgreSqlParser.UnicodeQuotedIdentifier); } break; case PostgreSqlParser.PLSQLVARIABLENAME: this.enterOuterAlt(localContext, 5); { - this.state = 7722; + this.state = 7676; this.match(PostgreSqlParser.PLSQLVARIABLENAME); } break; case PostgreSqlParser.PLSQLIDENTIFIER: this.enterOuterAlt(localContext, 6); { - this.state = 7723; + this.state = 7677; this.match(PostgreSqlParser.PLSQLIDENTIFIER); } break; @@ -48844,7 +48635,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_BUFFER_USAGE_LIMIT: this.enterOuterAlt(localContext, 7); { - this.state = 7724; + this.state = 7678; this.unreserved_keyword(); } break; @@ -48868,12 +48659,12 @@ export class PostgreSqlParser extends SQLParserBase { } public unreserved_keyword(): Unreserved_keywordContext { let localContext = new Unreserved_keywordContext(this.context, this.state); - this.enterRule(localContext, 828, PostgreSqlParser.RULE_unreserved_keyword); + this.enterRule(localContext, 820, PostgreSqlParser.RULE_unreserved_keyword); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7727; + this.state = 7681; _la = this.tokenStream.LA(1); if(!(_la === 53 || ((((_la - 116)) & ~0x1F) === 0 && ((1 << (_la - 116)) & 4294959489) !== 0) || ((((_la - 148)) & ~0x1F) === 0 && ((1 << (_la - 148)) & 4294967295) !== 0) || ((((_la - 180)) & ~0x1F) === 0 && ((1 << (_la - 180)) & 4294967295) !== 0) || ((((_la - 212)) & ~0x1F) === 0 && ((1 << (_la - 212)) & 4227989503) !== 0) || ((((_la - 244)) & ~0x1F) === 0 && ((1 << (_la - 244)) & 4294967295) !== 0) || ((((_la - 276)) & ~0x1F) === 0 && ((1 << (_la - 276)) & 4294967295) !== 0) || ((((_la - 308)) & ~0x1F) === 0 && ((1 << (_la - 308)) & 4294967295) !== 0) || ((((_la - 340)) & ~0x1F) === 0 && ((1 << (_la - 340)) & 4294967295) !== 0) || ((((_la - 372)) & ~0x1F) === 0 && ((1 << (_la - 372)) & 32767) !== 0) || ((((_la - 433)) & ~0x1F) === 0 && ((1 << (_la - 433)) & 4291821567) !== 0) || ((((_la - 465)) & ~0x1F) === 0 && ((1 << (_la - 465)) & 4278187359) !== 0) || ((((_la - 497)) & ~0x1F) === 0 && ((1 << (_la - 497)) & 146800319) !== 0) || _la === 547 || _la === 548)) { this.errorHandler.recoverInline(this); @@ -48900,365 +48691,365 @@ export class PostgreSqlParser extends SQLParserBase { } public col_name_keyword(): Col_name_keywordContext { let localContext = new Col_name_keywordContext(this.context, this.state); - this.enterRule(localContext, 830, PostgreSqlParser.RULE_col_name_keyword); + this.enterRule(localContext, 822, PostgreSqlParser.RULE_col_name_keyword); try { - this.state = 7780; + this.state = 7734; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1062, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1058, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7729; + this.state = 7683; this.match(PostgreSqlParser.KW_BETWEEN); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7730; + this.state = 7684; this.match(PostgreSqlParser.KW_BIGINT); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7731; + this.state = 7685; this.bit(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7732; + this.state = 7686; this.match(PostgreSqlParser.KW_BOOLEAN); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 7733; + this.state = 7687; this.match(PostgreSqlParser.KW_CHAR); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 7734; + this.state = 7688; this.character(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 7735; + this.state = 7689; this.match(PostgreSqlParser.KW_COALESCE); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 7736; + this.state = 7690; this.match(PostgreSqlParser.KW_DEC); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 7737; + this.state = 7691; this.match(PostgreSqlParser.KW_DECIMAL); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 7738; + this.state = 7692; this.match(PostgreSqlParser.KW_EXISTS); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 7739; + this.state = 7693; this.match(PostgreSqlParser.KW_EXTRACT); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 7740; + this.state = 7694; this.match(PostgreSqlParser.KW_FLOAT); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 7741; + this.state = 7695; this.match(PostgreSqlParser.KW_GREATEST); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 7742; + this.state = 7696; this.match(PostgreSqlParser.KW_GROUPING); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 7743; + this.state = 7697; this.match(PostgreSqlParser.KW_INOUT); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 7744; + this.state = 7698; this.match(PostgreSqlParser.KW_INT); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 7745; + this.state = 7699; this.match(PostgreSqlParser.KW_INTEGER); } break; case 18: this.enterOuterAlt(localContext, 18); { - this.state = 7746; + this.state = 7700; this.match(PostgreSqlParser.KW_INTERVAL); } break; case 19: this.enterOuterAlt(localContext, 19); { - this.state = 7747; + this.state = 7701; this.match(PostgreSqlParser.KW_LEAST); } break; case 20: this.enterOuterAlt(localContext, 20); { - this.state = 7748; + this.state = 7702; this.match(PostgreSqlParser.KW_NATIONAL); } break; case 21: this.enterOuterAlt(localContext, 21); { - this.state = 7749; + this.state = 7703; this.match(PostgreSqlParser.KW_NCHAR); } break; case 22: this.enterOuterAlt(localContext, 22); { - this.state = 7750; + this.state = 7704; this.match(PostgreSqlParser.KW_NONE); } break; case 23: this.enterOuterAlt(localContext, 23); { - this.state = 7751; + this.state = 7705; this.match(PostgreSqlParser.KW_NORMALIZE); } break; case 24: this.enterOuterAlt(localContext, 24); { - this.state = 7752; + this.state = 7706; this.match(PostgreSqlParser.KW_NULLIF); } break; case 25: this.enterOuterAlt(localContext, 25); { - this.state = 7753; + this.state = 7707; this.numeric(); } break; case 26: this.enterOuterAlt(localContext, 26); { - this.state = 7754; + this.state = 7708; this.match(PostgreSqlParser.KW_OUT); } break; case 27: this.enterOuterAlt(localContext, 27); { - this.state = 7755; + this.state = 7709; this.match(PostgreSqlParser.KW_OVERLAY); } break; case 28: this.enterOuterAlt(localContext, 28); { - this.state = 7756; + this.state = 7710; this.match(PostgreSqlParser.KW_POSITION); } break; case 29: this.enterOuterAlt(localContext, 29); { - this.state = 7757; + this.state = 7711; this.match(PostgreSqlParser.KW_PRECISION); } break; case 30: this.enterOuterAlt(localContext, 30); { - this.state = 7758; + this.state = 7712; this.match(PostgreSqlParser.KW_REAL); } break; case 31: this.enterOuterAlt(localContext, 31); { - this.state = 7759; + this.state = 7713; this.match(PostgreSqlParser.KW_ROW); } break; case 32: this.enterOuterAlt(localContext, 32); { - this.state = 7760; + this.state = 7714; this.match(PostgreSqlParser.KW_SETOF); } break; case 33: this.enterOuterAlt(localContext, 33); { - this.state = 7761; + this.state = 7715; this.match(PostgreSqlParser.KW_SMALLINT); } break; case 34: this.enterOuterAlt(localContext, 34); { - this.state = 7762; + this.state = 7716; this.match(PostgreSqlParser.KW_SUBSTRING); } break; case 35: this.enterOuterAlt(localContext, 35); { - this.state = 7763; + this.state = 7717; this.match(PostgreSqlParser.KW_TIME); } break; case 36: this.enterOuterAlt(localContext, 36); { - this.state = 7764; + this.state = 7718; this.match(PostgreSqlParser.KW_TIMESTAMP); } break; case 37: this.enterOuterAlt(localContext, 37); { - this.state = 7765; + this.state = 7719; this.match(PostgreSqlParser.KW_TREAT); } break; case 38: this.enterOuterAlt(localContext, 38); { - this.state = 7766; + this.state = 7720; this.match(PostgreSqlParser.KW_TRIM); } break; case 39: this.enterOuterAlt(localContext, 39); { - this.state = 7767; + this.state = 7721; this.match(PostgreSqlParser.KW_VALUES); } break; case 40: this.enterOuterAlt(localContext, 40); { - this.state = 7768; + this.state = 7722; this.match(PostgreSqlParser.KW_VARCHAR); } break; case 41: this.enterOuterAlt(localContext, 41); { - this.state = 7769; + this.state = 7723; this.match(PostgreSqlParser.KW_XMLATTRIBUTES); } break; case 42: this.enterOuterAlt(localContext, 42); { - this.state = 7770; + this.state = 7724; this.match(PostgreSqlParser.KW_XMLCONCAT); } break; case 43: this.enterOuterAlt(localContext, 43); { - this.state = 7771; + this.state = 7725; this.match(PostgreSqlParser.KW_XMLELEMENT); } break; case 44: this.enterOuterAlt(localContext, 44); { - this.state = 7772; + this.state = 7726; this.match(PostgreSqlParser.KW_XMLEXISTS); } break; case 45: this.enterOuterAlt(localContext, 45); { - this.state = 7773; + this.state = 7727; this.match(PostgreSqlParser.KW_XMLFOREST); } break; case 46: this.enterOuterAlt(localContext, 46); { - this.state = 7774; + this.state = 7728; this.match(PostgreSqlParser.KW_XMLNAMESPACES); } break; case 47: this.enterOuterAlt(localContext, 47); { - this.state = 7775; + this.state = 7729; this.match(PostgreSqlParser.KW_XMLPARSE); } break; case 48: this.enterOuterAlt(localContext, 48); { - this.state = 7776; + this.state = 7730; this.match(PostgreSqlParser.KW_XMLPI); } break; case 49: this.enterOuterAlt(localContext, 49); { - this.state = 7777; + this.state = 7731; this.match(PostgreSqlParser.KW_XMLROOT); } break; case 50: this.enterOuterAlt(localContext, 50); { - this.state = 7778; + this.state = 7732; this.match(PostgreSqlParser.KW_XMLSERIALIZE); } break; case 51: this.enterOuterAlt(localContext, 51); { - this.state = 7779; + this.state = 7733; this.match(PostgreSqlParser.KW_XMLTABLE); } break; @@ -49280,12 +49071,12 @@ export class PostgreSqlParser extends SQLParserBase { } public type_func_name_keyword(): Type_func_name_keywordContext { let localContext = new Type_func_name_keywordContext(this.context, this.state); - this.enterRule(localContext, 832, PostgreSqlParser.RULE_type_func_name_keyword); + this.enterRule(localContext, 824, PostgreSqlParser.RULE_type_func_name_keyword); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7782; + this.state = 7736; _la = this.tokenStream.LA(1); if(!(((((_la - 106)) & ~0x1F) === 0 && ((1 << (_la - 106)) & 8126463) !== 0) || _la === 472)) { this.errorHandler.recoverInline(this); @@ -49312,12 +49103,12 @@ export class PostgreSqlParser extends SQLParserBase { } public reserved_keyword(): Reserved_keywordContext { let localContext = new Reserved_keywordContext(this.context, this.state); - this.enterRule(localContext, 834, PostgreSqlParser.RULE_reserved_keyword); + this.enterRule(localContext, 826, PostgreSqlParser.RULE_reserved_keyword); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7784; + this.state = 7738; _la = this.tokenStream.LA(1); if(!(((((_la - 30)) & ~0x1F) === 0 && ((1 << (_la - 30)) & 4286578687) !== 0) || ((((_la - 62)) & ~0x1F) === 0 && ((1 << (_la - 62)) & 4294966783) !== 0) || ((((_la - 94)) & ~0x1F) === 0 && ((1 << (_la - 94)) & 4095) !== 0) || _la === 454)) { this.errorHandler.recoverInline(this); @@ -49344,60 +49135,60 @@ export class PostgreSqlParser extends SQLParserBase { } public pl_block(): Pl_blockContext { let localContext = new Pl_blockContext(this.context, this.state); - this.enterRule(localContext, 836, PostgreSqlParser.RULE_pl_block); + this.enterRule(localContext, 828, PostgreSqlParser.RULE_pl_block); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { { - this.state = 7787; + this.state = 7741; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 18) { { - this.state = 7786; + this.state = 7740; this.label_decl(); } } - this.state = 7799; + this.state = 7753; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 178) { { - this.state = 7789; + this.state = 7743; this.match(PostgreSqlParser.KW_DECLARE); - this.state = 7797; + this.state = 7751; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1066, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1062, this.context) ) { case 1: { - this.state = 7793; + this.state = 7747; this.errorHandler.sync(this); alternative = 1; do { switch (alternative) { case 1: { - this.state = 7793; + this.state = 7747; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1064, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1060, this.context) ) { case 1: { - this.state = 7790; + this.state = 7744; this.decl_statement(); } break; case 2: { - this.state = 7791; + this.state = 7745; this.match(PostgreSqlParser.KW_DECLARE); } break; case 3: { - this.state = 7792; + this.state = 7746; this.label_decl(); } break; @@ -49407,9 +49198,9 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 7795; + this.state = 7749; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1065, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1061, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } break; @@ -49418,42 +49209,42 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 7801; + this.state = 7755; this.match(PostgreSqlParser.KW_BEGIN); - this.state = 7805; + this.state = 7759; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1068, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1064, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 7802; + this.state = 7756; this.proc_stmt(); } } } - this.state = 7807; + this.state = 7761; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1068, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1064, this.context); } - this.state = 7809; + this.state = 7763; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 517) { { - this.state = 7808; + this.state = 7762; this.exception_sect(); } } - this.state = 7811; + this.state = 7765; this.match(PostgreSqlParser.KW_END); - this.state = 7813; + this.state = 7767; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 53 || ((((_la - 116)) & ~0x1F) === 0 && ((1 << (_la - 116)) & 4294959489) !== 0) || ((((_la - 148)) & ~0x1F) === 0 && ((1 << (_la - 148)) & 4294967295) !== 0) || ((((_la - 180)) & ~0x1F) === 0 && ((1 << (_la - 180)) & 4294967295) !== 0) || ((((_la - 212)) & ~0x1F) === 0 && ((1 << (_la - 212)) & 4227989503) !== 0) || ((((_la - 244)) & ~0x1F) === 0 && ((1 << (_la - 244)) & 4294967295) !== 0) || ((((_la - 276)) & ~0x1F) === 0 && ((1 << (_la - 276)) & 4294967295) !== 0) || ((((_la - 308)) & ~0x1F) === 0 && ((1 << (_la - 308)) & 4294967295) !== 0) || ((((_la - 340)) & ~0x1F) === 0 && ((1 << (_la - 340)) & 4294967295) !== 0) || ((((_la - 372)) & ~0x1F) === 0 && ((1 << (_la - 372)) & 4294967295) !== 0) || ((((_la - 404)) & ~0x1F) === 0 && ((1 << (_la - 404)) & 4294967295) !== 0) || ((((_la - 436)) & ~0x1F) === 0 && ((1 << (_la - 436)) & 4294705151) !== 0) || ((((_la - 468)) & ~0x1F) === 0 && ((1 << (_la - 468)) & 4294967279) !== 0) || ((((_la - 500)) & ~0x1F) === 0 && ((1 << (_la - 500)) & 18350039) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 402696335) !== 0) || _la === 584) { { - this.state = 7812; + this.state = 7766; this.any_identifier(); } } @@ -49476,15 +49267,15 @@ export class PostgreSqlParser extends SQLParserBase { } public label_decl(): Label_declContext { let localContext = new Label_declContext(this.context, this.state); - this.enterRule(localContext, 838, PostgreSqlParser.RULE_label_decl); + this.enterRule(localContext, 830, PostgreSqlParser.RULE_label_decl); try { this.enterOuterAlt(localContext, 1); { - this.state = 7815; + this.state = 7769; this.match(PostgreSqlParser.LESS_LESS); - this.state = 7816; + this.state = 7770; this.any_identifier(); - this.state = 7817; + this.state = 7771; this.match(PostgreSqlParser.GREATER_GREATER); } } @@ -49504,28 +49295,28 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_statement(): Decl_statementContext { let localContext = new Decl_statementContext(this.context, this.state); - this.enterRule(localContext, 840, PostgreSqlParser.RULE_decl_statement); + this.enterRule(localContext, 832, PostgreSqlParser.RULE_decl_statement); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7819; + this.state = 7773; this.any_identifier(); - this.state = 7866; + this.state = 7820; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1081, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1077, this.context) ) { case 1: { - this.state = 7820; + this.state = 7774; this.match(PostgreSqlParser.KW_ALIAS); - this.state = 7821; + this.state = 7775; this.match(PostgreSqlParser.KW_FOR); - this.state = 7824; + this.state = 7778; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.PARAM: { - this.state = 7822; + this.state = 7776; this.match(PostgreSqlParser.PARAM); } break; @@ -49924,7 +49715,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 7823; + this.state = 7777; this.colid(); } break; @@ -49935,65 +49726,65 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 7827; + this.state = 7781; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1072, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1068, this.context) ) { case 1: { - this.state = 7826; + this.state = 7780; this.match(PostgreSqlParser.KW_CONSTANT); } break; } - this.state = 7829; + this.state = 7783; this.typename(); - this.state = 7831; + this.state = 7785; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 43) { { - this.state = 7830; + this.state = 7784; this.opt_collate_clause(); } } - this.state = 7835; + this.state = 7789; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 77) { { - this.state = 7833; + this.state = 7787; this.match(PostgreSqlParser.KW_NOT); - this.state = 7834; + this.state = 7788; this.match(PostgreSqlParser.KW_NULL); } } - this.state = 7842; + this.state = 7796; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 10 || _la === 20 || _la === 53) { { - this.state = 7839; + this.state = 7793; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.EQUAL: case PostgreSqlParser.COLON_EQUALS: { - this.state = 7837; + this.state = 7791; this.assign_operator(); } break; case PostgreSqlParser.KW_DEFAULT: { - this.state = 7838; + this.state = 7792; this.match(PostgreSqlParser.KW_DEFAULT); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 7841; + this.state = 7795; this.sql_expression(); } } @@ -50002,59 +49793,59 @@ export class PostgreSqlParser extends SQLParserBase { break; case 3: { - this.state = 7848; + this.state = 7802; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269 || _la === 324) { { - this.state = 7845; + this.state = 7799; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 7844; + this.state = 7798; this.match(PostgreSqlParser.KW_NO); } } - this.state = 7847; + this.state = 7801; this.match(PostgreSqlParser.KW_SCROLL); } } - this.state = 7850; + this.state = 7804; this.match(PostgreSqlParser.KW_CURSOR); - this.state = 7862; + this.state = 7816; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 7851; + this.state = 7805; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7852; + this.state = 7806; this.decl_cursor_arg(); - this.state = 7857; + this.state = 7811; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 7853; + this.state = 7807; this.match(PostgreSqlParser.COMMA); - this.state = 7854; + this.state = 7808; this.decl_cursor_arg(); } } - this.state = 7859; + this.state = 7813; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 7860; + this.state = 7814; this.match(PostgreSqlParser.CLOSE_PAREN); } } - this.state = 7864; + this.state = 7818; _la = this.tokenStream.LA(1); if(!(_la === 62 || _la === 116)) { this.errorHandler.recoverInline(this); @@ -50063,12 +49854,12 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 7865; + this.state = 7819; this.selectstmt(); } break; } - this.state = 7868; + this.state = 7822; this.match(PostgreSqlParser.SEMI); } } @@ -50088,13 +49879,13 @@ export class PostgreSqlParser extends SQLParserBase { } public decl_cursor_arg(): Decl_cursor_argContext { let localContext = new Decl_cursor_argContext(this.context, this.state); - this.enterRule(localContext, 842, PostgreSqlParser.RULE_decl_cursor_arg); + this.enterRule(localContext, 834, PostgreSqlParser.RULE_decl_cursor_arg); try { this.enterOuterAlt(localContext, 1); { - this.state = 7870; + this.state = 7824; this.any_identifier(); - this.state = 7871; + this.state = 7825; this.typename(); } } @@ -50114,12 +49905,12 @@ export class PostgreSqlParser extends SQLParserBase { } public assign_operator(): Assign_operatorContext { let localContext = new Assign_operatorContext(this.context, this.state); - this.enterRule(localContext, 844, PostgreSqlParser.RULE_assign_operator); + this.enterRule(localContext, 836, PostgreSqlParser.RULE_assign_operator); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7873; + this.state = 7827; _la = this.tokenStream.LA(1); if(!(_la === 10 || _la === 20)) { this.errorHandler.recoverInline(this); @@ -50146,164 +49937,164 @@ export class PostgreSqlParser extends SQLParserBase { } public proc_stmt(): Proc_stmtContext { let localContext = new Proc_stmtContext(this.context, this.state); - this.enterRule(localContext, 846, PostgreSqlParser.RULE_proc_stmt); + this.enterRule(localContext, 838, PostgreSqlParser.RULE_proc_stmt); try { - this.state = 7899; + this.state = 7853; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1082, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1078, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 7875; + this.state = 7829; this.pl_block(); - this.state = 7876; + this.state = 7830; this.match(PostgreSqlParser.SEMI); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 7878; + this.state = 7832; this.stmt_return(); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 7879; + this.state = 7833; this.stmt_raise(); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 7880; + this.state = 7834; this.stmt_assign(); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 7881; + this.state = 7835; this.stmt_if(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 7882; + this.state = 7836; this.stmt_case(); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 7883; + this.state = 7837; this.stmt_loop_while_for(); } break; case 8: this.enterOuterAlt(localContext, 8); { - this.state = 7884; + this.state = 7838; this.stmt_foreach_a(); } break; case 9: this.enterOuterAlt(localContext, 9); { - this.state = 7885; + this.state = 7839; this.stmt_exit(); } break; case 10: this.enterOuterAlt(localContext, 10); { - this.state = 7886; + this.state = 7840; this.stmt_assert(); } break; case 11: this.enterOuterAlt(localContext, 11); { - this.state = 7887; + this.state = 7841; this.stmt_execsql(); } break; case 12: this.enterOuterAlt(localContext, 12); { - this.state = 7888; + this.state = 7842; this.stmt_dynexecute(); } break; case 13: this.enterOuterAlt(localContext, 13); { - this.state = 7889; + this.state = 7843; this.stmt_perform(); } break; case 14: this.enterOuterAlt(localContext, 14); { - this.state = 7890; + this.state = 7844; this.stmt_call(); } break; case 15: this.enterOuterAlt(localContext, 15); { - this.state = 7891; + this.state = 7845; this.stmt_getdiag(); } break; case 16: this.enterOuterAlt(localContext, 16); { - this.state = 7892; + this.state = 7846; this.stmt_open(); } break; case 17: this.enterOuterAlt(localContext, 17); { - this.state = 7893; + this.state = 7847; this.stmt_fetch(); } break; case 18: this.enterOuterAlt(localContext, 18); { - this.state = 7894; + this.state = 7848; this.stmt_move(); } break; case 19: this.enterOuterAlt(localContext, 19); { - this.state = 7895; + this.state = 7849; this.stmt_close(); } break; case 20: this.enterOuterAlt(localContext, 20); { - this.state = 7896; + this.state = 7850; this.stmt_null(); } break; case 21: this.enterOuterAlt(localContext, 21); { - this.state = 7897; + this.state = 7851; this.stmt_commit_or_rollback(); } break; case 22: this.enterOuterAlt(localContext, 22); { - this.state = 7898; + this.state = 7852; this.stmt_set(); } break; @@ -50325,15 +50116,15 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_perform(): Stmt_performContext { let localContext = new Stmt_performContext(this.context, this.state); - this.enterRule(localContext, 848, PostgreSqlParser.RULE_stmt_perform); + this.enterRule(localContext, 840, PostgreSqlParser.RULE_stmt_perform); try { this.enterOuterAlt(localContext, 1); { - this.state = 7901; + this.state = 7855; this.match(PostgreSqlParser.KW_PERFORM); - this.state = 7902; + this.state = 7856; this.sql_expression(); - this.state = 7903; + this.state = 7857; this.match(PostgreSqlParser.SEMI); } } @@ -50353,39 +50144,39 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_call(): Stmt_callContext { let localContext = new Stmt_callContext(this.context, this.state); - this.enterRule(localContext, 850, PostgreSqlParser.RULE_stmt_call); + this.enterRule(localContext, 842, PostgreSqlParser.RULE_stmt_call); let _la: number; try { - this.state = 7924; + this.state = 7878; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_CALL: this.enterOuterAlt(localContext, 1); { - this.state = 7905; + this.state = 7859; this.match(PostgreSqlParser.KW_CALL); - this.state = 7906; + this.state = 7860; this.any_identifier(); - this.state = 7913; + this.state = 7867; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1084, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1080, this.context) ) { case 1: { - this.state = 7907; + this.state = 7861; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7909; + this.state = 7863; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 805318660) !== 0) || ((((_la - 35)) & ~0x1F) === 0 && ((1 << (_la - 35)) & 34074721) !== 0) || ((((_la - 75)) & ~0x1F) === 0 && ((1 << (_la - 75)) & 2174763023) !== 0) || ((((_la - 107)) & ~0x1F) === 0 && ((1 << (_la - 107)) & 4294967295) !== 0) || ((((_la - 139)) & ~0x1F) === 0 && ((1 << (_la - 139)) & 4294967295) !== 0) || ((((_la - 171)) & ~0x1F) === 0 && ((1 << (_la - 171)) & 4294967295) !== 0) || ((((_la - 203)) & ~0x1F) === 0 && ((1 << (_la - 203)) & 67108863) !== 0) || ((((_la - 238)) & ~0x1F) === 0 && ((1 << (_la - 238)) & 4294967295) !== 0) || ((((_la - 270)) & ~0x1F) === 0 && ((1 << (_la - 270)) & 4294967295) !== 0) || ((((_la - 302)) & ~0x1F) === 0 && ((1 << (_la - 302)) & 4294967295) !== 0) || ((((_la - 334)) & ~0x1F) === 0 && ((1 << (_la - 334)) & 4294967295) !== 0) || ((((_la - 366)) & ~0x1F) === 0 && ((1 << (_la - 366)) & 4294967295) !== 0) || ((((_la - 398)) & ~0x1F) === 0 && ((1 << (_la - 398)) & 4294967295) !== 0) || ((((_la - 430)) & ~0x1F) === 0 && ((1 << (_la - 430)) & 4278190079) !== 0) || ((((_la - 462)) & ~0x1F) === 0 && ((1 << (_la - 462)) & 4294967295) !== 0) || ((((_la - 494)) & ~0x1F) === 0 && ((1 << (_la - 494)) & 1174402559) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 487696527) !== 0) || _la === 584) { { - this.state = 7908; + this.state = 7862; this.expr_list(); } } - this.state = 7911; + this.state = 7865; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 7912; + this.state = 7866; this.match(PostgreSqlParser.SEMI); } break; @@ -50395,25 +50186,25 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_DO: this.enterOuterAlt(localContext, 2); { - this.state = 7915; + this.state = 7869; this.match(PostgreSqlParser.KW_DO); - this.state = 7916; + this.state = 7870; this.any_identifier(); - this.state = 7917; + this.state = 7871; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 7919; + this.state = 7873; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if ((((_la) & ~0x1F) === 0 && ((1 << _la) & 805318660) !== 0) || ((((_la - 35)) & ~0x1F) === 0 && ((1 << (_la - 35)) & 34074721) !== 0) || ((((_la - 75)) & ~0x1F) === 0 && ((1 << (_la - 75)) & 2174763023) !== 0) || ((((_la - 107)) & ~0x1F) === 0 && ((1 << (_la - 107)) & 4294967295) !== 0) || ((((_la - 139)) & ~0x1F) === 0 && ((1 << (_la - 139)) & 4294967295) !== 0) || ((((_la - 171)) & ~0x1F) === 0 && ((1 << (_la - 171)) & 4294967295) !== 0) || ((((_la - 203)) & ~0x1F) === 0 && ((1 << (_la - 203)) & 67108863) !== 0) || ((((_la - 238)) & ~0x1F) === 0 && ((1 << (_la - 238)) & 4294967295) !== 0) || ((((_la - 270)) & ~0x1F) === 0 && ((1 << (_la - 270)) & 4294967295) !== 0) || ((((_la - 302)) & ~0x1F) === 0 && ((1 << (_la - 302)) & 4294967295) !== 0) || ((((_la - 334)) & ~0x1F) === 0 && ((1 << (_la - 334)) & 4294967295) !== 0) || ((((_la - 366)) & ~0x1F) === 0 && ((1 << (_la - 366)) & 4294967295) !== 0) || ((((_la - 398)) & ~0x1F) === 0 && ((1 << (_la - 398)) & 4294967295) !== 0) || ((((_la - 430)) & ~0x1F) === 0 && ((1 << (_la - 430)) & 4278190079) !== 0) || ((((_la - 462)) & ~0x1F) === 0 && ((1 << (_la - 462)) & 4294967295) !== 0) || ((((_la - 494)) & ~0x1F) === 0 && ((1 << (_la - 494)) & 1174402559) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 487696527) !== 0) || _la === 584) { { - this.state = 7918; + this.state = 7872; this.expr_list(); } } - this.state = 7921; + this.state = 7875; this.match(PostgreSqlParser.CLOSE_PAREN); - this.state = 7922; + this.state = 7876; this.match(PostgreSqlParser.SEMI); } break; @@ -50437,17 +50228,17 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_assign(): Stmt_assignContext { let localContext = new Stmt_assignContext(this.context, this.state); - this.enterRule(localContext, 852, PostgreSqlParser.RULE_stmt_assign); + this.enterRule(localContext, 844, PostgreSqlParser.RULE_stmt_assign); try { this.enterOuterAlt(localContext, 1); { - this.state = 7926; + this.state = 7880; this.assign_var(); - this.state = 7927; + this.state = 7881; this.assign_operator(); - this.state = 7928; + this.state = 7882; this.sql_expression(); - this.state = 7929; + this.state = 7883; this.match(PostgreSqlParser.SEMI); } } @@ -50467,19 +50258,19 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_getdiag(): Stmt_getdiagContext { let localContext = new Stmt_getdiagContext(this.context, this.state); - this.enterRule(localContext, 854, PostgreSqlParser.RULE_stmt_getdiag); + this.enterRule(localContext, 846, PostgreSqlParser.RULE_stmt_getdiag); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7931; + this.state = 7885; this.match(PostgreSqlParser.KW_GET); - this.state = 7933; + this.state = 7887; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 434 || _la === 501) { { - this.state = 7932; + this.state = 7886; _la = this.tokenStream.LA(1); if(!(_la === 434 || _la === 501)) { this.errorHandler.recoverInline(this); @@ -50491,29 +50282,29 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 7935; + this.state = 7889; this.match(PostgreSqlParser.KW_DIAGNOSTICS); { - this.state = 7936; + this.state = 7890; this.getdiag_list_item(); - this.state = 7941; + this.state = 7895; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 7937; + this.state = 7891; this.match(PostgreSqlParser.COMMA); - this.state = 7938; + this.state = 7892; this.getdiag_list_item(); } } - this.state = 7943; + this.state = 7897; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } - this.state = 7944; + this.state = 7898; this.match(PostgreSqlParser.SEMI); } } @@ -50533,15 +50324,15 @@ export class PostgreSqlParser extends SQLParserBase { } public getdiag_list_item(): Getdiag_list_itemContext { let localContext = new Getdiag_list_itemContext(this.context, this.state); - this.enterRule(localContext, 856, PostgreSqlParser.RULE_getdiag_list_item); + this.enterRule(localContext, 848, PostgreSqlParser.RULE_getdiag_list_item); try { this.enterOuterAlt(localContext, 1); { - this.state = 7946; + this.state = 7900; this.assign_var(); - this.state = 7947; + this.state = 7901; this.assign_operator(); - this.state = 7948; + this.state = 7902; this.colid(); } } @@ -50561,12 +50352,12 @@ export class PostgreSqlParser extends SQLParserBase { } public assign_var(): Assign_varContext { let localContext = new Assign_varContext(this.context, this.state); - this.enterRule(localContext, 858, PostgreSqlParser.RULE_assign_var); + this.enterRule(localContext, 850, PostgreSqlParser.RULE_assign_var); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 7952; + this.state = 7906; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DEFAULT: @@ -50964,34 +50755,34 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 7950; + this.state = 7904; this.any_name(); } break; case PostgreSqlParser.PARAM: { - this.state = 7951; + this.state = 7905; this.match(PostgreSqlParser.PARAM); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 7960; + this.state = 7914; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 4) { { { - this.state = 7954; + this.state = 7908; this.match(PostgreSqlParser.OPEN_BRACKET); - this.state = 7955; + this.state = 7909; this.expression(); - this.state = 7956; + this.state = 7910; this.match(PostgreSqlParser.CLOSE_BRACKET); } } - this.state = 7962; + this.state = 7916; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -51013,85 +50804,85 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_if(): Stmt_ifContext { let localContext = new Stmt_ifContext(this.context, this.state); - this.enterRule(localContext, 860, PostgreSqlParser.RULE_stmt_if); + this.enterRule(localContext, 852, PostgreSqlParser.RULE_stmt_if); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 7963; + this.state = 7917; this.match(PostgreSqlParser.KW_IF); - this.state = 7964; + this.state = 7918; this.sql_expression(); - this.state = 7965; + this.state = 7919; this.match(PostgreSqlParser.KW_THEN); - this.state = 7969; + this.state = 7923; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1091, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1087, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 7966; + this.state = 7920; this.proc_stmt(); } } } - this.state = 7971; + this.state = 7925; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1091, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1087, this.context); } { - this.state = 7983; + this.state = 7937; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 502) { { { - this.state = 7972; + this.state = 7926; this.match(PostgreSqlParser.KW_ELSIF); - this.state = 7973; + this.state = 7927; this.expression(); - this.state = 7974; + this.state = 7928; this.match(PostgreSqlParser.KW_THEN); - this.state = 7978; + this.state = 7932; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1092, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1088, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 7975; + this.state = 7929; this.proc_stmt(); } } } - this.state = 7980; + this.state = 7934; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1092, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1088, this.context); } } } - this.state = 7985; + this.state = 7939; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } - this.state = 7987; + this.state = 7941; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 58) { { - this.state = 7986; + this.state = 7940; this.stmt_else(); } } - this.state = 7989; + this.state = 7943; this.match(PostgreSqlParser.KW_END); - this.state = 7990; + this.state = 7944; this.match(PostgreSqlParser.KW_IF); - this.state = 7991; + this.state = 7945; this.match(PostgreSqlParser.SEMI); } } @@ -51111,28 +50902,28 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_else(): Stmt_elseContext { let localContext = new Stmt_elseContext(this.context, this.state); - this.enterRule(localContext, 862, PostgreSqlParser.RULE_stmt_else); + this.enterRule(localContext, 854, PostgreSqlParser.RULE_stmt_else); try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 7993; + this.state = 7947; this.match(PostgreSqlParser.KW_ELSE); - this.state = 7997; + this.state = 7951; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1095, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1091, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 7994; + this.state = 7948; this.proc_stmt(); } } } - this.state = 7999; + this.state = 7953; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1095, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1091, this.context); } } } @@ -51152,73 +50943,73 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_case(): Stmt_caseContext { let localContext = new Stmt_caseContext(this.context, this.state); - this.enterRule(localContext, 864, PostgreSqlParser.RULE_stmt_case); + this.enterRule(localContext, 856, PostgreSqlParser.RULE_stmt_case); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 8000; + this.state = 7954; this.match(PostgreSqlParser.KW_CASE); - this.state = 8002; + this.state = 7956; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1096, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1092, this.context) ) { case 1: { - this.state = 8001; + this.state = 7955; this.sql_expression(); } break; } - this.state = 8013; + this.state = 7967; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 8004; + this.state = 7958; this.match(PostgreSqlParser.KW_WHEN); - this.state = 8005; + this.state = 7959; this.expr_list(); - this.state = 8006; + this.state = 7960; this.match(PostgreSqlParser.KW_THEN); - this.state = 8010; + this.state = 7964; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1097, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1093, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 8007; + this.state = 7961; this.proc_stmt(); } } } - this.state = 8012; + this.state = 7966; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1097, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1093, this.context); } } } - this.state = 8015; + this.state = 7969; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 102); - this.state = 8018; + this.state = 7972; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 58) { { - this.state = 8017; + this.state = 7971; this.stmt_else(); } } - this.state = 8020; + this.state = 7974; this.match(PostgreSqlParser.KW_END); - this.state = 8021; + this.state = 7975; this.match(PostgreSqlParser.KW_CASE); - this.state = 8022; + this.state = 7976; this.match(PostgreSqlParser.SEMI); } } @@ -51238,30 +51029,30 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_loop_while_for(): Stmt_loop_while_forContext { let localContext = new Stmt_loop_while_forContext(this.context, this.state); - this.enterRule(localContext, 866, PostgreSqlParser.RULE_stmt_loop_while_for); + this.enterRule(localContext, 858, PostgreSqlParser.RULE_stmt_loop_while_for); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8025; + this.state = 7979; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 18) { { - this.state = 8024; + this.state = 7978; this.label_decl(); } } - this.state = 8031; + this.state = 7985; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_WHILE: { { - this.state = 8027; + this.state = 7981; this.match(PostgreSqlParser.KW_WHILE); - this.state = 8028; + this.state = 7982; this.expression(); } } @@ -51269,9 +51060,9 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_FOR: { { - this.state = 8029; + this.state = 7983; this.match(PostgreSqlParser.KW_FOR); - this.state = 8030; + this.state = 7984; this.for_control(); } } @@ -51281,7 +51072,7 @@ export class PostgreSqlParser extends SQLParserBase { default: break; } - this.state = 8033; + this.state = 7987; this.loop_body(); } } @@ -51301,28 +51092,28 @@ export class PostgreSqlParser extends SQLParserBase { } public for_control(): For_controlContext { let localContext = new For_controlContext(this.context, this.state); - this.enterRule(localContext, 868, PostgreSqlParser.RULE_for_control); + this.enterRule(localContext, 860, PostgreSqlParser.RULE_for_control); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8035; + this.state = 7989; this.any_name_list(); - this.state = 8036; + this.state = 7990; this.match(PostgreSqlParser.KW_IN); - this.state = 8059; + this.state = 8013; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1106, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1102, this.context) ) { case 1: { - this.state = 8037; + this.state = 7991; this.colid(); - this.state = 8039; + this.state = 7993; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 8038; + this.state = 7992; this.execute_param_clause(); } } @@ -51331,30 +51122,30 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 8041; + this.state = 7995; this.selectstmt(); } break; case 3: { - this.state = 8042; + this.state = 7996; this.explainstmt(); } break; case 4: { - this.state = 8043; + this.state = 7997; this.match(PostgreSqlParser.KW_EXECUTE); - this.state = 8044; + this.state = 7998; this.expression(); - this.state = 8047; + this.state = 8001; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 8045; + this.state = 7999; this.match(PostgreSqlParser.KW_USING); - this.state = 8046; + this.state = 8000; this.expr_list(); } } @@ -51363,30 +51154,30 @@ export class PostgreSqlParser extends SQLParserBase { break; case 5: { - this.state = 8050; + this.state = 8004; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1104, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1100, this.context) ) { case 1: { - this.state = 8049; + this.state = 8003; this.match(PostgreSqlParser.KW_REVERSE); } break; } - this.state = 8052; + this.state = 8006; this.expression(); - this.state = 8053; + this.state = 8007; this.match(PostgreSqlParser.DOT_DOT); - this.state = 8054; + this.state = 8008; this.expression(); - this.state = 8057; + this.state = 8011; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 147) { { - this.state = 8055; + this.state = 8009; this.match(PostgreSqlParser.KW_BY); - this.state = 8056; + this.state = 8010; this.expression(); } } @@ -51412,44 +51203,44 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_foreach_a(): Stmt_foreach_aContext { let localContext = new Stmt_foreach_aContext(this.context, this.state); - this.enterRule(localContext, 870, PostgreSqlParser.RULE_stmt_foreach_a); + this.enterRule(localContext, 862, PostgreSqlParser.RULE_stmt_foreach_a); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8062; + this.state = 8016; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 18) { { - this.state = 8061; + this.state = 8015; this.label_decl(); } } - this.state = 8064; + this.state = 8018; this.match(PostgreSqlParser.KW_FOREACH); - this.state = 8065; + this.state = 8019; this.any_name_list(); - this.state = 8068; + this.state = 8022; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 506) { { - this.state = 8066; + this.state = 8020; this.match(PostgreSqlParser.KW_SLICE); - this.state = 8067; + this.state = 8021; this.match(PostgreSqlParser.Integral); } } - this.state = 8070; + this.state = 8024; this.match(PostgreSqlParser.KW_IN); - this.state = 8071; + this.state = 8025; this.match(PostgreSqlParser.KW_ARRAY); - this.state = 8072; + this.state = 8026; this.expression(); - this.state = 8073; + this.state = 8027; this.loop_body(); } } @@ -51469,12 +51260,12 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_exit(): Stmt_exitContext { let localContext = new Stmt_exitContext(this.context, this.state); - this.enterRule(localContext, 872, PostgreSqlParser.RULE_stmt_exit); + this.enterRule(localContext, 864, PostgreSqlParser.RULE_stmt_exit); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8075; + this.state = 8029; _la = this.tokenStream.LA(1); if(!(_la === 167 || _la === 507)) { this.errorHandler.recoverInline(this); @@ -51483,29 +51274,29 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 8077; + this.state = 8031; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 53 || ((((_la - 116)) & ~0x1F) === 0 && ((1 << (_la - 116)) & 4294959489) !== 0) || ((((_la - 148)) & ~0x1F) === 0 && ((1 << (_la - 148)) & 4294967295) !== 0) || ((((_la - 180)) & ~0x1F) === 0 && ((1 << (_la - 180)) & 4294967295) !== 0) || ((((_la - 212)) & ~0x1F) === 0 && ((1 << (_la - 212)) & 4227989503) !== 0) || ((((_la - 244)) & ~0x1F) === 0 && ((1 << (_la - 244)) & 4294967295) !== 0) || ((((_la - 276)) & ~0x1F) === 0 && ((1 << (_la - 276)) & 4294967295) !== 0) || ((((_la - 308)) & ~0x1F) === 0 && ((1 << (_la - 308)) & 4294967295) !== 0) || ((((_la - 340)) & ~0x1F) === 0 && ((1 << (_la - 340)) & 4294967295) !== 0) || ((((_la - 372)) & ~0x1F) === 0 && ((1 << (_la - 372)) & 4294967295) !== 0) || ((((_la - 404)) & ~0x1F) === 0 && ((1 << (_la - 404)) & 4294967295) !== 0) || ((((_la - 436)) & ~0x1F) === 0 && ((1 << (_la - 436)) & 4294705151) !== 0) || ((((_la - 468)) & ~0x1F) === 0 && ((1 << (_la - 468)) & 4294967279) !== 0) || ((((_la - 500)) & ~0x1F) === 0 && ((1 << (_la - 500)) & 18350039) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 402696335) !== 0) || _la === 584) { { - this.state = 8076; + this.state = 8030; this.any_identifier(); } } - this.state = 8081; + this.state = 8035; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 102) { { - this.state = 8079; + this.state = 8033; this.match(PostgreSqlParser.KW_WHEN); - this.state = 8080; + this.state = 8034; this.sql_expression(); } } - this.state = 8083; + this.state = 8037; this.match(PostgreSqlParser.SEMI); } } @@ -51525,39 +51316,39 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_return(): Stmt_returnContext { let localContext = new Stmt_returnContext(this.context, this.state); - this.enterRule(localContext, 874, PostgreSqlParser.RULE_stmt_return); + this.enterRule(localContext, 866, PostgreSqlParser.RULE_stmt_return); try { this.enterOuterAlt(localContext, 1); { - this.state = 8085; + this.state = 8039; this.match(PostgreSqlParser.KW_RETURN); - this.state = 8100; + this.state = 8054; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1113, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1109, this.context) ) { case 1: { - this.state = 8086; + this.state = 8040; this.match(PostgreSqlParser.KW_NEXT); - this.state = 8087; + this.state = 8041; this.sql_expression(); } break; case 2: { - this.state = 8088; + this.state = 8042; this.match(PostgreSqlParser.KW_QUERY); - this.state = 8095; + this.state = 8049; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_EXECUTE: { - this.state = 8089; + this.state = 8043; this.match(PostgreSqlParser.KW_EXECUTE); - this.state = 8090; + this.state = 8044; this.expression(); - this.state = 8091; + this.state = 8045; this.match(PostgreSqlParser.KW_USING); - this.state = 8092; + this.state = 8046; this.expr_list(); } break; @@ -51567,7 +51358,7 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_WITH: case PostgreSqlParser.KW_VALUES: { - this.state = 8094; + this.state = 8048; this.selectstmt(); } break; @@ -51578,12 +51369,12 @@ export class PostgreSqlParser extends SQLParserBase { break; case 3: { - this.state = 8098; + this.state = 8052; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1112, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1108, this.context) ) { case 1: { - this.state = 8097; + this.state = 8051; this.sql_expression(); } break; @@ -51591,7 +51382,7 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 8102; + this.state = 8056; this.match(PostgreSqlParser.SEMI); } } @@ -51611,24 +51402,24 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_raise(): Stmt_raiseContext { let localContext = new Stmt_raiseContext(this.context, this.state); - this.enterRule(localContext, 876, PostgreSqlParser.RULE_stmt_raise); + this.enterRule(localContext, 868, PostgreSqlParser.RULE_stmt_raise); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8104; + this.state = 8058; this.match(PostgreSqlParser.KW_RAISE); - this.state = 8134; + this.state = 8088; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1120, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1116, this.context) ) { case 1: { - this.state = 8106; + this.state = 8060; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1114, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1110, this.context) ) { case 1: { - this.state = 8105; + this.state = 8059; _la = this.tokenStream.LA(1); if(!(((((_la - 512)) & ~0x1F) === 0 && ((1 << (_la - 512)) & 63) !== 0))) { this.errorHandler.recoverInline(this); @@ -51640,21 +51431,21 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 8120; + this.state = 8074; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1117, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1113, this.context) ) { case 1: { - this.state = 8108; + this.state = 8062; this.identifier(); } break; case 2: { { - this.state = 8109; + this.state = 8063; this.match(PostgreSqlParser.KW_SQLSTATE); - this.state = 8110; + this.state = 8064; this.sconst(); } } @@ -51662,26 +51453,26 @@ export class PostgreSqlParser extends SQLParserBase { case 3: { { - this.state = 8111; + this.state = 8065; this.sconst(); - this.state = 8118; + this.state = 8072; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 8114; + this.state = 8068; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 8112; + this.state = 8066; this.match(PostgreSqlParser.COMMA); - this.state = 8113; + this.state = 8067; this.expression(); } } - this.state = 8116; + this.state = 8070; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 6); @@ -51692,29 +51483,29 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 8131; + this.state = 8085; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 8122; + this.state = 8076; this.match(PostgreSqlParser.KW_USING); { - this.state = 8123; + this.state = 8077; this.opt_raise_using_elem(); - this.state = 8128; + this.state = 8082; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 8124; + this.state = 8078; this.match(PostgreSqlParser.COMMA); - this.state = 8125; + this.state = 8079; this.opt_raise_using_elem(); } } - this.state = 8130; + this.state = 8084; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } @@ -51722,7 +51513,7 @@ export class PostgreSqlParser extends SQLParserBase { } } - this.state = 8133; + this.state = 8087; this.match(PostgreSqlParser.SEMI); } break; @@ -51745,15 +51536,15 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_raise_using_elem(): Opt_raise_using_elemContext { let localContext = new Opt_raise_using_elemContext(this.context, this.state); - this.enterRule(localContext, 878, PostgreSqlParser.RULE_opt_raise_using_elem); + this.enterRule(localContext, 870, PostgreSqlParser.RULE_opt_raise_using_elem); try { this.enterOuterAlt(localContext, 1); { - this.state = 8136; + this.state = 8090; this.identifier(); - this.state = 8137; + this.state = 8091; this.match(PostgreSqlParser.EQUAL); - this.state = 8138; + this.state = 8092; this.expression(); } } @@ -51773,28 +51564,28 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_assert(): Stmt_assertContext { let localContext = new Stmt_assertContext(this.context, this.state); - this.enterRule(localContext, 880, PostgreSqlParser.RULE_stmt_assert); + this.enterRule(localContext, 872, PostgreSqlParser.RULE_stmt_assert); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8140; + this.state = 8094; this.match(PostgreSqlParser.KW_ASSERT); - this.state = 8141; + this.state = 8095; this.sql_expression(); - this.state = 8144; + this.state = 8098; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 6) { { - this.state = 8142; + this.state = 8096; this.match(PostgreSqlParser.COMMA); - this.state = 8143; + this.state = 8097; this.sql_expression(); } } - this.state = 8146; + this.state = 8100; this.match(PostgreSqlParser.SEMI); } } @@ -51814,45 +51605,45 @@ export class PostgreSqlParser extends SQLParserBase { } public loop_body(): Loop_bodyContext { let localContext = new Loop_bodyContext(this.context, this.state); - this.enterRule(localContext, 882, PostgreSqlParser.RULE_loop_body); + this.enterRule(localContext, 874, PostgreSqlParser.RULE_loop_body); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 8148; + this.state = 8102; this.match(PostgreSqlParser.KW_LOOP); - this.state = 8152; + this.state = 8106; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1122, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1118, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 8149; + this.state = 8103; this.proc_stmt(); } } } - this.state = 8154; + this.state = 8108; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1122, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1118, this.context); } - this.state = 8155; + this.state = 8109; this.match(PostgreSqlParser.KW_END); - this.state = 8156; + this.state = 8110; this.match(PostgreSqlParser.KW_LOOP); - this.state = 8158; + this.state = 8112; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 53 || ((((_la - 116)) & ~0x1F) === 0 && ((1 << (_la - 116)) & 4294959489) !== 0) || ((((_la - 148)) & ~0x1F) === 0 && ((1 << (_la - 148)) & 4294967295) !== 0) || ((((_la - 180)) & ~0x1F) === 0 && ((1 << (_la - 180)) & 4294967295) !== 0) || ((((_la - 212)) & ~0x1F) === 0 && ((1 << (_la - 212)) & 4227989503) !== 0) || ((((_la - 244)) & ~0x1F) === 0 && ((1 << (_la - 244)) & 4294967295) !== 0) || ((((_la - 276)) & ~0x1F) === 0 && ((1 << (_la - 276)) & 4294967295) !== 0) || ((((_la - 308)) & ~0x1F) === 0 && ((1 << (_la - 308)) & 4294967295) !== 0) || ((((_la - 340)) & ~0x1F) === 0 && ((1 << (_la - 340)) & 4294967295) !== 0) || ((((_la - 372)) & ~0x1F) === 0 && ((1 << (_la - 372)) & 4294967295) !== 0) || ((((_la - 404)) & ~0x1F) === 0 && ((1 << (_la - 404)) & 4294967295) !== 0) || ((((_la - 436)) & ~0x1F) === 0 && ((1 << (_la - 436)) & 4294705151) !== 0) || ((((_la - 468)) & ~0x1F) === 0 && ((1 << (_la - 468)) & 4294967279) !== 0) || ((((_la - 500)) & ~0x1F) === 0 && ((1 << (_la - 500)) & 18350039) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 402696335) !== 0) || _la === 584) { { - this.state = 8157; + this.state = 8111; this.any_identifier(); } } - this.state = 8160; + this.state = 8114; this.match(PostgreSqlParser.SEMI); } } @@ -51872,24 +51663,24 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_execsql(): Stmt_execsqlContext { let localContext = new Stmt_execsqlContext(this.context, this.state); - this.enterRule(localContext, 884, PostgreSqlParser.RULE_stmt_execsql); + this.enterRule(localContext, 876, PostgreSqlParser.RULE_stmt_execsql); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8162; + this.state = 8116; this.stmt(); - this.state = 8164; + this.state = 8118; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 71) { { - this.state = 8163; + this.state = 8117; this.opt_execute_into(); } } - this.state = 8166; + this.state = 8120; this.match(PostgreSqlParser.SEMI); } } @@ -51909,38 +51700,38 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_dynexecute(): Stmt_dynexecuteContext { let localContext = new Stmt_dynexecuteContext(this.context, this.state); - this.enterRule(localContext, 886, PostgreSqlParser.RULE_stmt_dynexecute); + this.enterRule(localContext, 878, PostgreSqlParser.RULE_stmt_dynexecute); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8168; + this.state = 8122; this.match(PostgreSqlParser.KW_EXECUTE); - this.state = 8169; + this.state = 8123; this.expression(); - this.state = 8185; + this.state = 8139; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1129, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1125, this.context) ) { case 1: { - this.state = 8171; + this.state = 8125; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 71) { { - this.state = 8170; + this.state = 8124; this.opt_execute_into(); } } - this.state = 8175; + this.state = 8129; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 8173; + this.state = 8127; this.match(PostgreSqlParser.KW_USING); - this.state = 8174; + this.state = 8128; this.expr_list(); } } @@ -51949,24 +51740,24 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 8179; + this.state = 8133; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 8177; + this.state = 8131; this.match(PostgreSqlParser.KW_USING); - this.state = 8178; + this.state = 8132; this.expr_list(); } } - this.state = 8182; + this.state = 8136; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 71) { { - this.state = 8181; + this.state = 8135; this.opt_execute_into(); } } @@ -51979,7 +51770,7 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 8187; + this.state = 8141; this.match(PostgreSqlParser.SEMI); } } @@ -51999,23 +51790,23 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_execute_into(): Opt_execute_intoContext { let localContext = new Opt_execute_intoContext(this.context, this.state); - this.enterRule(localContext, 888, PostgreSqlParser.RULE_opt_execute_into); + this.enterRule(localContext, 880, PostgreSqlParser.RULE_opt_execute_into); try { this.enterOuterAlt(localContext, 1); { - this.state = 8189; + this.state = 8143; this.match(PostgreSqlParser.KW_INTO); - this.state = 8191; + this.state = 8145; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1130, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1126, this.context) ) { case 1: { - this.state = 8190; + this.state = 8144; this.match(PostgreSqlParser.KW_STRICT); } break; } - this.state = 8193; + this.state = 8147; this.expr_list(); } } @@ -52035,43 +51826,43 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_open(): Stmt_openContext { let localContext = new Stmt_openContext(this.context, this.state); - this.enterRule(localContext, 890, PostgreSqlParser.RULE_stmt_open); + this.enterRule(localContext, 882, PostgreSqlParser.RULE_stmt_open); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8195; + this.state = 8149; this.match(PostgreSqlParser.KW_OPEN); - this.state = 8227; + this.state = 8181; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1137, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1133, this.context) ) { case 1: { - this.state = 8196; + this.state = 8150; this.cursor_variable(); - this.state = 8201; + this.state = 8155; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269 || _la === 324) { { - this.state = 8198; + this.state = 8152; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 8197; + this.state = 8151; this.match(PostgreSqlParser.KW_NO); } } - this.state = 8200; + this.state = 8154; this.match(PostgreSqlParser.KW_SCROLL); } } - this.state = 8203; + this.state = 8157; this.match(PostgreSqlParser.KW_FOR); - this.state = 8211; + this.state = 8165; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.OPEN_PAREN: @@ -52080,24 +51871,24 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.KW_WITH: case PostgreSqlParser.KW_VALUES: { - this.state = 8204; + this.state = 8158; this.selectstmt(); } break; case PostgreSqlParser.KW_EXECUTE: { - this.state = 8205; + this.state = 8159; this.match(PostgreSqlParser.KW_EXECUTE); - this.state = 8206; + this.state = 8160; this.sql_expression(); - this.state = 8209; + this.state = 8163; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 100) { { - this.state = 8207; + this.state = 8161; this.match(PostgreSqlParser.KW_USING); - this.state = 8208; + this.state = 8162; this.expr_list(); } } @@ -52111,36 +51902,36 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 8213; + this.state = 8167; this.colid(); - this.state = 8225; + this.state = 8179; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 8214; + this.state = 8168; this.match(PostgreSqlParser.OPEN_PAREN); { - this.state = 8215; + this.state = 8169; this.opt_open_bound_list_item(); - this.state = 8220; + this.state = 8174; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 8216; + this.state = 8170; this.match(PostgreSqlParser.COMMA); - this.state = 8217; + this.state = 8171; this.opt_open_bound_list_item(); } } - this.state = 8222; + this.state = 8176; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } - this.state = 8223; + this.state = 8177; this.match(PostgreSqlParser.CLOSE_PAREN); } } @@ -52148,7 +51939,7 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 8229; + this.state = 8183; this.match(PostgreSqlParser.SEMI); } } @@ -52168,23 +51959,23 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_open_bound_list_item(): Opt_open_bound_list_itemContext { let localContext = new Opt_open_bound_list_itemContext(this.context, this.state); - this.enterRule(localContext, 892, PostgreSqlParser.RULE_opt_open_bound_list_item); + this.enterRule(localContext, 884, PostgreSqlParser.RULE_opt_open_bound_list_item); try { this.enterOuterAlt(localContext, 1); { - this.state = 8234; + this.state = 8188; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1138, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1134, this.context) ) { case 1: { - this.state = 8231; + this.state = 8185; this.colid(); - this.state = 8232; + this.state = 8186; this.match(PostgreSqlParser.COLON_EQUALS); } break; } - this.state = 8236; + this.state = 8190; this.expression(); } } @@ -52204,40 +51995,40 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_fetch(): Stmt_fetchContext { let localContext = new Stmt_fetchContext(this.context, this.state); - this.enterRule(localContext, 894, PostgreSqlParser.RULE_stmt_fetch); + this.enterRule(localContext, 886, PostgreSqlParser.RULE_stmt_fetch); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8238; + this.state = 8192; this.match(PostgreSqlParser.KW_FETCH); - this.state = 8240; + this.state = 8194; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1139, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1135, this.context) ) { case 1: { - this.state = 8239; + this.state = 8193; localContext._direction = this.opt_fetch_direction(); } break; } - this.state = 8243; + this.state = 8197; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64 || _la === 68) { { - this.state = 8242; + this.state = 8196; this.from_in(); } } - this.state = 8245; + this.state = 8199; this.cursor_variable(); - this.state = 8246; + this.state = 8200; this.match(PostgreSqlParser.KW_INTO); - this.state = 8247; + this.state = 8201; this.expr_list(); - this.state = 8248; + this.state = 8202; this.match(PostgreSqlParser.SEMI); } } @@ -52257,49 +52048,49 @@ export class PostgreSqlParser extends SQLParserBase { } public opt_fetch_direction(): Opt_fetch_directionContext { let localContext = new Opt_fetch_directionContext(this.context, this.state); - this.enterRule(localContext, 896, PostgreSqlParser.RULE_opt_fetch_direction); + this.enterRule(localContext, 888, PostgreSqlParser.RULE_opt_fetch_direction); let _la: number; try { - this.state = 8264; + this.state = 8218; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1143, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1139, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8250; + this.state = 8204; this.match(PostgreSqlParser.KW_NEXT); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8251; + this.state = 8205; this.match(PostgreSqlParser.KW_PRIOR); } break; case 3: this.enterOuterAlt(localContext, 3); { - this.state = 8252; + this.state = 8206; this.match(PostgreSqlParser.KW_FIRST); } break; case 4: this.enterOuterAlt(localContext, 4); { - this.state = 8253; + this.state = 8207; this.match(PostgreSqlParser.KW_LAST); } break; case 5: this.enterOuterAlt(localContext, 5); { - this.state = 8255; + this.state = 8209; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1141, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1137, this.context) ) { case 1: { - this.state = 8254; + this.state = 8208; _la = this.tokenStream.LA(1); if(!(_la === 130 || _la === 307)) { this.errorHandler.recoverInline(this); @@ -52311,21 +52102,21 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 8257; + this.state = 8211; this.expression(); } break; case 6: this.enterOuterAlt(localContext, 6); { - this.state = 8258; + this.state = 8212; this.match(PostgreSqlParser.KW_ALL); } break; case 7: this.enterOuterAlt(localContext, 7); { - this.state = 8259; + this.state = 8213; _la = this.tokenStream.LA(1); if(!(_la === 144 || _la === 210)) { this.errorHandler.recoverInline(this); @@ -52334,18 +52125,18 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 8262; + this.state = 8216; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1142, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1138, this.context) ) { case 1: { - this.state = 8260; + this.state = 8214; this.expression(); } break; case 2: { - this.state = 8261; + this.state = 8215; this.match(PostgreSqlParser.KW_ALL); } break; @@ -52370,25 +52161,25 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_move(): Stmt_moveContext { let localContext = new Stmt_moveContext(this.context, this.state); - this.enterRule(localContext, 898, PostgreSqlParser.RULE_stmt_move); + this.enterRule(localContext, 890, PostgreSqlParser.RULE_stmt_move); try { this.enterOuterAlt(localContext, 1); { - this.state = 8266; + this.state = 8220; this.match(PostgreSqlParser.KW_MOVE); - this.state = 8268; + this.state = 8222; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1144, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1140, this.context) ) { case 1: { - this.state = 8267; + this.state = 8221; this.opt_fetch_direction(); } break; } - this.state = 8270; + this.state = 8224; this.cursor_variable(); - this.state = 8271; + this.state = 8225; this.match(PostgreSqlParser.SEMI); } } @@ -52408,86 +52199,86 @@ export class PostgreSqlParser extends SQLParserBase { } public mergestmt(): MergestmtContext { let localContext = new MergestmtContext(this.context, this.state); - this.enterRule(localContext, 900, PostgreSqlParser.RULE_mergestmt); + this.enterRule(localContext, 892, PostgreSqlParser.RULE_mergestmt); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8274; + this.state = 8228; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 105) { { - this.state = 8273; + this.state = 8227; this.with_clause(); } } - this.state = 8276; + this.state = 8230; this.match(PostgreSqlParser.KW_MERGE); - this.state = 8277; + this.state = 8231; this.match(PostgreSqlParser.KW_INTO); - this.state = 8279; + this.state = 8233; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 81) { { - this.state = 8278; + this.state = 8232; this.match(PostgreSqlParser.KW_ONLY); } } - this.state = 8281; + this.state = 8235; this.table_name(); - this.state = 8283; + this.state = 8237; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 9) { { - this.state = 8282; + this.state = 8236; this.match(PostgreSqlParser.STAR); } } - this.state = 8289; + this.state = 8243; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36 || _la === 53 || ((((_la - 116)) & ~0x1F) === 0 && ((1 << (_la - 116)) & 4294959489) !== 0) || ((((_la - 148)) & ~0x1F) === 0 && ((1 << (_la - 148)) & 4294967295) !== 0) || ((((_la - 180)) & ~0x1F) === 0 && ((1 << (_la - 180)) & 4294967295) !== 0) || ((((_la - 212)) & ~0x1F) === 0 && ((1 << (_la - 212)) & 4227989503) !== 0) || ((((_la - 244)) & ~0x1F) === 0 && ((1 << (_la - 244)) & 4294967295) !== 0) || ((((_la - 276)) & ~0x1F) === 0 && ((1 << (_la - 276)) & 4294967295) !== 0) || ((((_la - 308)) & ~0x1F) === 0 && ((1 << (_la - 308)) & 4294967295) !== 0) || ((((_la - 340)) & ~0x1F) === 0 && ((1 << (_la - 340)) & 4294967295) !== 0) || ((((_la - 372)) & ~0x1F) === 0 && ((1 << (_la - 372)) & 4294967295) !== 0) || ((((_la - 404)) & ~0x1F) === 0 && ((1 << (_la - 404)) & 4294967295) !== 0) || ((((_la - 436)) & ~0x1F) === 0 && ((1 << (_la - 436)) & 4294705151) !== 0) || ((((_la - 468)) & ~0x1F) === 0 && ((1 << (_la - 468)) & 4294967279) !== 0) || ((((_la - 500)) & ~0x1F) === 0 && ((1 << (_la - 500)) & 18350039) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 402696335) !== 0) || _la === 584) { { - this.state = 8286; + this.state = 8240; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 8285; + this.state = 8239; this.match(PostgreSqlParser.KW_AS); } } - this.state = 8288; + this.state = 8242; this.colid(); } } - this.state = 8291; + this.state = 8245; this.match(PostgreSqlParser.KW_USING); - this.state = 8292; + this.state = 8246; this.data_source(); - this.state = 8293; + this.state = 8247; this.match(PostgreSqlParser.KW_ON); - this.state = 8294; + this.state = 8248; this.expression(); - this.state = 8296; + this.state = 8250; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 8295; + this.state = 8249; this.merge_when_clause(); } } - this.state = 8298; + this.state = 8252; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 102); @@ -52509,34 +52300,34 @@ export class PostgreSqlParser extends SQLParserBase { } public data_source(): Data_sourceContext { let localContext = new Data_sourceContext(this.context, this.state); - this.enterRule(localContext, 902, PostgreSqlParser.RULE_data_source); + this.enterRule(localContext, 894, PostgreSqlParser.RULE_data_source); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8311; + this.state = 8265; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1154, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1150, this.context) ) { case 1: { - this.state = 8301; + this.state = 8255; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 81) { { - this.state = 8300; + this.state = 8254; this.match(PostgreSqlParser.KW_ONLY); } } - this.state = 8303; + this.state = 8257; this.table_name(); - this.state = 8305; + this.state = 8259; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 9) { { - this.state = 8304; + this.state = 8258; this.match(PostgreSqlParser.STAR); } } @@ -52545,18 +52336,18 @@ export class PostgreSqlParser extends SQLParserBase { break; case 2: { - this.state = 8309; + this.state = 8263; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1153, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1149, this.context) ) { case 1: { - this.state = 8307; + this.state = 8261; this.select_no_parens(); } break; case 2: { - this.state = 8308; + this.state = 8262; this.values_clause(); } break; @@ -52564,22 +52355,22 @@ export class PostgreSqlParser extends SQLParserBase { } break; } - this.state = 8317; + this.state = 8271; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36 || _la === 53 || ((((_la - 116)) & ~0x1F) === 0 && ((1 << (_la - 116)) & 4294959489) !== 0) || ((((_la - 148)) & ~0x1F) === 0 && ((1 << (_la - 148)) & 4294967295) !== 0) || ((((_la - 180)) & ~0x1F) === 0 && ((1 << (_la - 180)) & 4294967295) !== 0) || ((((_la - 212)) & ~0x1F) === 0 && ((1 << (_la - 212)) & 4227989503) !== 0) || ((((_la - 244)) & ~0x1F) === 0 && ((1 << (_la - 244)) & 4294967295) !== 0) || ((((_la - 276)) & ~0x1F) === 0 && ((1 << (_la - 276)) & 4294967295) !== 0) || ((((_la - 308)) & ~0x1F) === 0 && ((1 << (_la - 308)) & 4294967295) !== 0) || ((((_la - 340)) & ~0x1F) === 0 && ((1 << (_la - 340)) & 4294967295) !== 0) || ((((_la - 372)) & ~0x1F) === 0 && ((1 << (_la - 372)) & 4294967295) !== 0) || ((((_la - 404)) & ~0x1F) === 0 && ((1 << (_la - 404)) & 4294967295) !== 0) || ((((_la - 436)) & ~0x1F) === 0 && ((1 << (_la - 436)) & 4294705151) !== 0) || ((((_la - 468)) & ~0x1F) === 0 && ((1 << (_la - 468)) & 4294967279) !== 0) || ((((_la - 500)) & ~0x1F) === 0 && ((1 << (_la - 500)) & 18350039) !== 0) || ((((_la - 547)) & ~0x1F) === 0 && ((1 << (_la - 547)) & 402696335) !== 0) || _la === 584) { { - this.state = 8314; + this.state = 8268; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 36) { { - this.state = 8313; + this.state = 8267; this.match(PostgreSqlParser.KW_AS); } } - this.state = 8316; + this.state = 8270; this.colid(); } } @@ -52602,53 +52393,53 @@ export class PostgreSqlParser extends SQLParserBase { } public merge_when_clause(): Merge_when_clauseContext { let localContext = new Merge_when_clauseContext(this.context, this.state); - this.enterRule(localContext, 904, PostgreSqlParser.RULE_merge_when_clause); + this.enterRule(localContext, 896, PostgreSqlParser.RULE_merge_when_clause); let _la: number; try { - this.state = 8345; + this.state = 8299; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1161, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1157, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8319; + this.state = 8273; this.match(PostgreSqlParser.KW_WHEN); - this.state = 8320; + this.state = 8274; this.match(PostgreSqlParser.KW_MATCHED); - this.state = 8323; + this.state = 8277; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 33) { { - this.state = 8321; + this.state = 8275; this.match(PostgreSqlParser.KW_AND); - this.state = 8322; + this.state = 8276; this.expression(); } } - this.state = 8325; + this.state = 8279; this.match(PostgreSqlParser.KW_THEN); - this.state = 8330; + this.state = 8284; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_UPDATE: { - this.state = 8326; + this.state = 8280; this.merge_update(); } break; case PostgreSqlParser.KW_DELETE: { - this.state = 8327; + this.state = 8281; this.match(PostgreSqlParser.KW_DELETE); } break; case PostgreSqlParser.KW_DO: { - this.state = 8328; + this.state = 8282; this.match(PostgreSqlParser.KW_DO); - this.state = 8329; + this.state = 8283; this.match(PostgreSqlParser.KW_NOTHING); } break; @@ -52660,40 +52451,40 @@ export class PostgreSqlParser extends SQLParserBase { case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8332; + this.state = 8286; this.match(PostgreSqlParser.KW_WHEN); - this.state = 8333; + this.state = 8287; this.match(PostgreSqlParser.KW_NOT); - this.state = 8334; + this.state = 8288; this.match(PostgreSqlParser.KW_MATCHED); - this.state = 8337; + this.state = 8291; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 33) { { - this.state = 8335; + this.state = 8289; this.match(PostgreSqlParser.KW_AND); - this.state = 8336; + this.state = 8290; this.expression(); } } - this.state = 8339; + this.state = 8293; this.match(PostgreSqlParser.KW_THEN); - this.state = 8343; + this.state = 8297; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_INSERT: { - this.state = 8340; + this.state = 8294; this.merge_insert(); } break; case PostgreSqlParser.KW_DO: { - this.state = 8341; + this.state = 8295; this.match(PostgreSqlParser.KW_DO); - this.state = 8342; + this.state = 8296; this.match(PostgreSqlParser.KW_NOTHING); } break; @@ -52720,31 +52511,31 @@ export class PostgreSqlParser extends SQLParserBase { } public merge_insert(): Merge_insertContext { let localContext = new Merge_insertContext(this.context, this.state); - this.enterRule(localContext, 906, PostgreSqlParser.RULE_merge_insert); + this.enterRule(localContext, 898, PostgreSqlParser.RULE_merge_insert); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8347; + this.state = 8301; this.match(PostgreSqlParser.KW_INSERT); - this.state = 8349; + this.state = 8303; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 2) { { - this.state = 8348; + this.state = 8302; this.opt_column_list(); } } - this.state = 8354; + this.state = 8308; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 463) { { - this.state = 8351; + this.state = 8305; this.match(PostgreSqlParser.KW_OVERRIDING); - this.state = 8352; + this.state = 8306; _la = this.tokenStream.LA(1); if(!(_la === 99 || _la === 349)) { this.errorHandler.recoverInline(this); @@ -52753,12 +52544,12 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 8353; + this.state = 8307; this.match(PostgreSqlParser.KW_VALUE); } } - this.state = 8356; + this.state = 8310; this.default_values_or_values(); } } @@ -52778,63 +52569,63 @@ export class PostgreSqlParser extends SQLParserBase { } public merge_update(): Merge_updateContext { let localContext = new Merge_updateContext(this.context, this.state); - this.enterRule(localContext, 908, PostgreSqlParser.RULE_merge_update); + this.enterRule(localContext, 900, PostgreSqlParser.RULE_merge_update); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 8358; + this.state = 8312; this.match(PostgreSqlParser.KW_UPDATE); - this.state = 8359; + this.state = 8313; this.match(PostgreSqlParser.KW_SET); - this.state = 8377; + this.state = 8331; this.errorHandler.sync(this); alternative = 1; do { switch (alternative) { case 1: { - this.state = 8377; + this.state = 8331; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1165, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1161, this.context) ) { case 1: { - this.state = 8360; + this.state = 8314; this.column_name(); - this.state = 8361; + this.state = 8315; this.match(PostgreSqlParser.EQUAL); - this.state = 8362; + this.state = 8316; this.exprofdefault(); } break; case 2: { - this.state = 8364; + this.state = 8318; this.opt_column_list(); - this.state = 8365; + this.state = 8319; this.match(PostgreSqlParser.EQUAL); - this.state = 8366; + this.state = 8320; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8367; + this.state = 8321; this.exprofdefault(); - this.state = 8372; + this.state = 8326; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 8368; + this.state = 8322; this.match(PostgreSqlParser.COMMA); - this.state = 8369; + this.state = 8323; this.exprofdefault(); } } - this.state = 8374; + this.state = 8328; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 8375; + this.state = 8329; this.match(PostgreSqlParser.CLOSE_PAREN); } break; @@ -52844,9 +52635,9 @@ export class PostgreSqlParser extends SQLParserBase { default: throw new antlr.NoViableAltException(this); } - this.state = 8379; + this.state = 8333; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1166, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1162, this.context); } while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER); } } @@ -52866,47 +52657,47 @@ export class PostgreSqlParser extends SQLParserBase { } public default_values_or_values(): Default_values_or_valuesContext { let localContext = new Default_values_or_valuesContext(this.context, this.state); - this.enterRule(localContext, 910, PostgreSqlParser.RULE_default_values_or_values); + this.enterRule(localContext, 902, PostgreSqlParser.RULE_default_values_or_values); let _la: number; try { - this.state = 8395; + this.state = 8349; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_VALUES: this.enterOuterAlt(localContext, 1); { - this.state = 8381; + this.state = 8335; this.match(PostgreSqlParser.KW_VALUES); - this.state = 8382; + this.state = 8336; this.match(PostgreSqlParser.OPEN_PAREN); - this.state = 8383; + this.state = 8337; this.exprofdefault(); - this.state = 8388; + this.state = 8342; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 6) { { { - this.state = 8384; + this.state = 8338; this.match(PostgreSqlParser.COMMA); - this.state = 8385; + this.state = 8339; this.exprofdefault(); } } - this.state = 8390; + this.state = 8344; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } - this.state = 8391; + this.state = 8345; this.match(PostgreSqlParser.CLOSE_PAREN); } break; case PostgreSqlParser.KW_DEFAULT: this.enterOuterAlt(localContext, 2); { - this.state = 8393; + this.state = 8347; this.match(PostgreSqlParser.KW_DEFAULT); - this.state = 8394; + this.state = 8348; this.match(PostgreSqlParser.KW_VALUES); } break; @@ -52930,22 +52721,22 @@ export class PostgreSqlParser extends SQLParserBase { } public exprofdefault(): ExprofdefaultContext { let localContext = new ExprofdefaultContext(this.context, this.state); - this.enterRule(localContext, 912, PostgreSqlParser.RULE_exprofdefault); + this.enterRule(localContext, 904, PostgreSqlParser.RULE_exprofdefault); try { - this.state = 8399; + this.state = 8353; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1169, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1165, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8397; + this.state = 8351; this.sortby(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8398; + this.state = 8352; this.match(PostgreSqlParser.KW_DEFAULT); } break; @@ -52967,15 +52758,15 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_close(): Stmt_closeContext { let localContext = new Stmt_closeContext(this.context, this.state); - this.enterRule(localContext, 914, PostgreSqlParser.RULE_stmt_close); + this.enterRule(localContext, 906, PostgreSqlParser.RULE_stmt_close); try { this.enterOuterAlt(localContext, 1); { - this.state = 8401; + this.state = 8355; this.match(PostgreSqlParser.KW_CLOSE); - this.state = 8402; + this.state = 8356; this.cursor_variable(); - this.state = 8403; + this.state = 8357; this.match(PostgreSqlParser.SEMI); } } @@ -52995,13 +52786,13 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_null(): Stmt_nullContext { let localContext = new Stmt_nullContext(this.context, this.state); - this.enterRule(localContext, 916, PostgreSqlParser.RULE_stmt_null); + this.enterRule(localContext, 908, PostgreSqlParser.RULE_stmt_null); try { this.enterOuterAlt(localContext, 1); { - this.state = 8405; + this.state = 8359; this.match(PostgreSqlParser.KW_NULL); - this.state = 8406; + this.state = 8360; this.match(PostgreSqlParser.SEMI); } } @@ -53021,12 +52812,12 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_commit_or_rollback(): Stmt_commit_or_rollbackContext { let localContext = new Stmt_commit_or_rollbackContext(this.context, this.state); - this.enterRule(localContext, 918, PostgreSqlParser.RULE_stmt_commit_or_rollback); + this.enterRule(localContext, 910, PostgreSqlParser.RULE_stmt_commit_or_rollback); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8408; + this.state = 8362; _la = this.tokenStream.LA(1); if(!(_la === 161 || _la === 319)) { this.errorHandler.recoverInline(this); @@ -53035,29 +52826,29 @@ export class PostgreSqlParser extends SQLParserBase { this.errorHandler.reportMatch(this); this.consume(); } - this.state = 8414; + this.state = 8368; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 33) { { - this.state = 8409; + this.state = 8363; this.match(PostgreSqlParser.KW_AND); - this.state = 8411; + this.state = 8365; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 269) { { - this.state = 8410; + this.state = 8364; this.match(PostgreSqlParser.KW_NO); } } - this.state = 8413; + this.state = 8367; this.match(PostgreSqlParser.KW_CHAIN); } } - this.state = 8416; + this.state = 8370; this.match(PostgreSqlParser.SEMI); } } @@ -53077,32 +52868,32 @@ export class PostgreSqlParser extends SQLParserBase { } public stmt_set(): Stmt_setContext { let localContext = new Stmt_setContext(this.context, this.state); - this.enterRule(localContext, 920, PostgreSqlParser.RULE_stmt_set); + this.enterRule(localContext, 912, PostgreSqlParser.RULE_stmt_set); try { - this.state = 8430; + this.state = 8384; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_SET: this.enterOuterAlt(localContext, 1); { - this.state = 8418; + this.state = 8372; this.match(PostgreSqlParser.KW_SET); - this.state = 8419; + this.state = 8373; this.any_name(); - this.state = 8420; + this.state = 8374; this.match(PostgreSqlParser.KW_TO); - this.state = 8421; + this.state = 8375; this.match(PostgreSqlParser.KW_DEFAULT); - this.state = 8422; + this.state = 8376; this.match(PostgreSqlParser.SEMI); } break; case PostgreSqlParser.KW_RESET: this.enterOuterAlt(localContext, 2); { - this.state = 8424; + this.state = 8378; this.match(PostgreSqlParser.KW_RESET); - this.state = 8427; + this.state = 8381; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DEFAULT: @@ -53500,20 +53291,20 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.PLSQLIDENTIFIER: case PostgreSqlParser.EscapeStringConstant: { - this.state = 8425; + this.state = 8379; this.any_name(); } break; case PostgreSqlParser.KW_ALL: { - this.state = 8426; + this.state = 8380; this.match(PostgreSqlParser.KW_ALL); } break; default: throw new antlr.NoViableAltException(this); } - this.state = 8429; + this.state = 8383; this.match(PostgreSqlParser.SEMI); } break; @@ -53537,9 +53328,9 @@ export class PostgreSqlParser extends SQLParserBase { } public cursor_variable(): Cursor_variableContext { let localContext = new Cursor_variableContext(this.context, this.state); - this.enterRule(localContext, 922, PostgreSqlParser.RULE_cursor_variable); + this.enterRule(localContext, 914, PostgreSqlParser.RULE_cursor_variable); try { - this.state = 8434; + this.state = 8388; this.errorHandler.sync(this); switch (this.tokenStream.LA(1)) { case PostgreSqlParser.KW_DEFAULT: @@ -53938,14 +53729,14 @@ export class PostgreSqlParser extends SQLParserBase { case PostgreSqlParser.EscapeStringConstant: this.enterOuterAlt(localContext, 1); { - this.state = 8432; + this.state = 8386; this.colid(); } break; case PostgreSqlParser.PARAM: this.enterOuterAlt(localContext, 2); { - this.state = 8433; + this.state = 8387; this.match(PostgreSqlParser.PARAM); } break; @@ -53969,63 +53760,63 @@ export class PostgreSqlParser extends SQLParserBase { } public exception_sect(): Exception_sectContext { let localContext = new Exception_sectContext(this.context, this.state); - this.enterRule(localContext, 924, PostgreSqlParser.RULE_exception_sect); + this.enterRule(localContext, 916, PostgreSqlParser.RULE_exception_sect); let _la: number; try { let alternative: number; this.enterOuterAlt(localContext, 1); { - this.state = 8436; + this.state = 8390; this.match(PostgreSqlParser.KW_EXCEPTION); - this.state = 8453; + this.state = 8407; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); do { { { - this.state = 8437; + this.state = 8391; this.match(PostgreSqlParser.KW_WHEN); { - this.state = 8438; + this.state = 8392; this.proc_condition(); - this.state = 8443; + this.state = 8397; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); while (_la === 82) { { { - this.state = 8439; + this.state = 8393; this.match(PostgreSqlParser.KW_OR); - this.state = 8440; + this.state = 8394; this.proc_condition(); } } - this.state = 8445; + this.state = 8399; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } } - this.state = 8446; + this.state = 8400; this.match(PostgreSqlParser.KW_THEN); - this.state = 8450; + this.state = 8404; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1176, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1172, this.context); while (alternative !== 2 && alternative !== antlr.ATN.INVALID_ALT_NUMBER) { if (alternative === 1) { { { - this.state = 8447; + this.state = 8401; this.proc_stmt(); } } } - this.state = 8452; + this.state = 8406; this.errorHandler.sync(this); - alternative = this.interpreter.adaptivePredict(this.tokenStream, 1176, this.context); + alternative = this.interpreter.adaptivePredict(this.tokenStream, 1172, this.context); } } } - this.state = 8455; + this.state = 8409; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); } while (_la === 102); @@ -54047,24 +53838,24 @@ export class PostgreSqlParser extends SQLParserBase { } public proc_condition(): Proc_conditionContext { let localContext = new Proc_conditionContext(this.context, this.state); - this.enterRule(localContext, 926, PostgreSqlParser.RULE_proc_condition); + this.enterRule(localContext, 918, PostgreSqlParser.RULE_proc_condition); try { - this.state = 8460; + this.state = 8414; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1178, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1174, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8457; + this.state = 8411; this.any_identifier(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8458; + this.state = 8412; this.match(PostgreSqlParser.KW_SQLSTATE); - this.state = 8459; + this.state = 8413; this.sconst(); } break; @@ -54086,22 +53877,22 @@ export class PostgreSqlParser extends SQLParserBase { } public any_identifier(): Any_identifierContext { let localContext = new Any_identifierContext(this.context, this.state); - this.enterRule(localContext, 928, PostgreSqlParser.RULE_any_identifier); + this.enterRule(localContext, 920, PostgreSqlParser.RULE_any_identifier); try { - this.state = 8464; + this.state = 8418; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1179, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1175, this.context) ) { case 1: this.enterOuterAlt(localContext, 1); { - this.state = 8462; + this.state = 8416; this.colid(); } break; case 2: this.enterOuterAlt(localContext, 2); { - this.state = 8463; + this.state = 8417; this.unreserved_keyword(); } break; @@ -54123,79 +53914,79 @@ export class PostgreSqlParser extends SQLParserBase { } public sql_expression(): Sql_expressionContext { let localContext = new Sql_expressionContext(this.context, this.state); - this.enterRule(localContext, 930, PostgreSqlParser.RULE_sql_expression); + this.enterRule(localContext, 922, PostgreSqlParser.RULE_sql_expression); let _la: number; try { this.enterOuterAlt(localContext, 1); { - this.state = 8467; + this.state = 8421; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1180, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1176, this.context) ) { case 1: { - this.state = 8466; + this.state = 8420; this.target_list(); } break; } - this.state = 8470; + this.state = 8424; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1181, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1177, this.context) ) { case 1: { - this.state = 8469; + this.state = 8423; this.into_clause(); } break; } - this.state = 8473; + this.state = 8427; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 64) { { - this.state = 8472; + this.state = 8426; this.from_clause(); } } - this.state = 8476; + this.state = 8430; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 103) { { - this.state = 8475; + this.state = 8429; this.where_clause(); } } - this.state = 8479; + this.state = 8433; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 66) { { - this.state = 8478; + this.state = 8432; this.group_clause(); } } - this.state = 8483; + this.state = 8437; this.errorHandler.sync(this); _la = this.tokenStream.LA(1); if (_la === 67) { { - this.state = 8481; + this.state = 8435; this.match(PostgreSqlParser.KW_HAVING); - this.state = 8482; + this.state = 8436; this.expression(); } } - this.state = 8486; + this.state = 8440; this.errorHandler.sync(this); - switch (this.interpreter.adaptivePredict(this.tokenStream, 1186, this.context) ) { + switch (this.interpreter.adaptivePredict(this.tokenStream, 1182, this.context) ) { case 1: { - this.state = 8485; + this.state = 8439; this.window_clause(); } break; @@ -54219,13 +54010,13 @@ export class PostgreSqlParser extends SQLParserBase { public override sempred(localContext: antlr.RuleContext | null, ruleIndex: number, predIndex: number): boolean { switch (ruleIndex) { - case 338: + case 334: return this.booleanExpression_sempred(localContext as BooleanExpressionContext, predIndex); - case 340: + case 336: return this.valueExpression_sempred(localContext as ValueExpressionContext, predIndex); - case 341: + case 337: return this.primaryExpression_sempred(localContext as PrimaryExpressionContext, predIndex); - case 400: + case 396: return this.column_name_sempred(localContext as Column_nameContext, predIndex); } return true; @@ -54274,7 +54065,7 @@ export class PostgreSqlParser extends SQLParserBase { } public static readonly _serializedATN: number[] = [ - 4,1,590,8489,2,0,7,0,2,1,7,1,2,2,7,2,2,3,7,3,2,4,7,4,2,5,7,5,2,6, + 4,1,590,8443,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, @@ -54355,782 +54146,777 @@ export class PostgreSqlParser extends SQLParserBase { 2,445,7,445,2,446,7,446,2,447,7,447,2,448,7,448,2,449,7,449,2,450, 7,450,2,451,7,451,2,452,7,452,2,453,7,453,2,454,7,454,2,455,7,455, 2,456,7,456,2,457,7,457,2,458,7,458,2,459,7,459,2,460,7,460,2,461, - 7,461,2,462,7,462,2,463,7,463,2,464,7,464,2,465,7,465,1,0,5,0,934, - 8,0,10,0,12,0,937,9,0,1,0,1,0,1,1,1,1,3,1,943,8,1,1,2,1,2,1,2,1, - 2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1, - 2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1, - 2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1, - 2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1, - 2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1, - 2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1, - 2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1, - 2,1,2,1,2,3,2,1063,8,2,3,2,1065,8,2,1,3,1,3,1,3,1,4,1,4,1,4,1,4, - 3,4,1074,8,4,1,4,5,4,1077,8,4,10,4,12,4,1080,9,4,1,5,1,5,1,5,3,5, - 1085,8,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5, - 1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5, - 1,5,1,5,1,5,3,5,1120,8,5,1,6,1,6,1,6,1,6,1,6,1,6,1,6,1,6,3,6,1130, - 8,6,1,7,1,7,1,7,1,7,3,7,1136,8,7,1,7,5,7,1139,8,7,10,7,12,7,1142, - 9,7,1,8,1,8,1,8,1,8,3,8,1148,8,8,1,8,5,8,1151,8,8,10,8,12,8,1154, - 9,8,1,9,1,9,1,9,1,9,3,9,1160,8,9,1,9,1,9,1,9,1,9,1,9,1,10,1,10,1, - 10,1,10,3,10,1171,8,10,1,10,1,10,1,11,1,11,5,11,1177,8,11,10,11, - 12,11,1180,9,11,1,11,3,11,1183,8,11,1,11,1,11,1,11,1,11,1,11,1,11, - 1,11,1,11,1,11,1,11,3,11,1195,8,11,1,11,1,11,1,11,1,11,3,11,1201, - 8,11,1,12,1,12,1,12,1,12,3,12,1207,8,12,1,12,1,12,3,12,1211,8,12, - 1,12,1,12,1,12,3,12,1216,8,12,1,12,1,12,3,12,1220,8,12,1,12,1,12, - 1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,3,12,1233,8,12,1,12, - 1,12,1,12,1,12,1,12,1,12,1,12,1,12,3,12,1243,8,12,3,12,1245,8,12, - 1,13,1,13,1,13,1,13,3,13,1251,8,13,1,13,5,13,1254,8,13,10,13,12, - 13,1257,9,13,1,14,1,14,1,14,1,14,1,14,1,14,1,14,1,15,1,15,1,15,3, - 15,1269,8,15,1,15,3,15,1272,8,15,1,15,1,15,1,15,3,15,1277,8,15,1, - 15,5,15,1280,8,15,10,15,12,15,1283,9,15,1,16,1,16,1,17,1,17,1,17, - 1,17,1,17,1,17,3,17,1293,8,17,1,18,1,18,3,18,1297,8,18,1,18,1,18, - 1,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,3,19,1309,8,19,1,20,1,20, - 3,20,1313,8,20,1,20,3,20,1316,8,20,1,20,1,20,3,20,1320,8,20,1,21, - 1,21,1,21,1,21,1,21,1,21,1,21,1,21,1,21,1,21,3,21,1332,8,21,1,21, - 1,21,1,21,1,21,1,21,1,21,1,21,1,21,1,21,1,21,1,21,1,21,1,21,1,21, - 1,21,1,21,3,21,1350,8,21,1,22,1,22,1,22,5,22,1355,8,22,10,22,12, - 22,1358,9,22,1,23,1,23,1,23,5,23,1363,8,23,10,23,12,23,1366,9,23, - 1,24,1,24,3,24,1370,8,24,1,25,1,25,1,25,1,25,1,25,3,25,1377,8,25, - 1,26,1,26,1,26,1,26,1,26,1,26,3,26,1385,8,26,1,27,1,27,1,27,1,27, - 3,27,1391,8,27,1,28,1,28,1,28,1,28,1,28,1,28,3,28,1399,8,28,1,28, - 1,28,1,28,1,28,1,28,1,28,3,28,1407,8,28,1,29,1,29,3,29,1411,8,29, - 1,30,1,30,1,30,1,31,1,31,1,31,1,31,1,31,1,31,1,31,1,31,1,31,3,31, - 1425,8,31,1,32,1,32,1,32,3,32,1430,8,32,1,33,1,33,1,33,3,33,1435, - 8,33,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34,3,34,1447, - 8,34,1,35,1,35,1,35,1,35,3,35,1453,8,35,1,35,1,35,1,36,1,36,1,37, - 1,37,1,37,1,38,1,38,1,38,3,38,1465,8,38,1,38,1,38,1,38,3,38,1470, - 8,38,1,38,1,38,1,38,1,38,1,38,1,38,1,38,1,38,3,38,1480,8,38,1,38, - 1,38,1,38,1,38,3,38,1486,8,38,1,38,1,38,1,38,3,38,1491,8,38,1,38, + 7,461,1,0,5,0,926,8,0,10,0,12,0,929,9,0,1,0,1,0,1,1,1,1,3,1,935, + 8,1,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2, + 1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2, + 1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2, + 1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2, + 1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2, + 1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2, + 1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2, + 1,2,1,2,1,2,1,2,1,2,1,2,1,2,3,2,1055,8,2,3,2,1057,8,2,1,3,1,3,1, + 3,1,4,1,4,1,4,1,4,3,4,1066,8,4,1,4,5,4,1069,8,4,10,4,12,4,1072,9, + 4,1,5,1,5,1,5,3,5,1077,8,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1, + 5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1, + 5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,3,5,1112,8,5,1,6,1,6,1,6,1,6,1,6,1, + 6,1,6,1,6,3,6,1122,8,6,1,7,1,7,1,7,1,7,3,7,1128,8,7,1,7,5,7,1131, + 8,7,10,7,12,7,1134,9,7,1,8,1,8,1,8,1,8,3,8,1140,8,8,1,8,5,8,1143, + 8,8,10,8,12,8,1146,9,8,1,9,1,9,1,9,1,9,3,9,1152,8,9,1,9,1,9,1,9, + 1,9,1,9,1,10,1,10,1,10,1,10,3,10,1163,8,10,1,10,1,10,1,11,1,11,5, + 11,1169,8,11,10,11,12,11,1172,9,11,1,11,3,11,1175,8,11,1,11,1,11, + 1,11,1,11,1,11,1,11,1,11,1,11,1,11,1,11,3,11,1187,8,11,1,11,1,11, + 1,11,1,11,3,11,1193,8,11,1,12,1,12,1,12,1,12,3,12,1199,8,12,1,12, + 1,12,3,12,1203,8,12,1,12,1,12,1,12,3,12,1208,8,12,1,12,1,12,3,12, + 1212,8,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12, + 3,12,1225,8,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,1,12,3,12,1235, + 8,12,3,12,1237,8,12,1,13,1,13,1,13,1,13,3,13,1243,8,13,1,13,5,13, + 1246,8,13,10,13,12,13,1249,9,13,1,14,1,14,1,14,1,14,1,14,1,14,1, + 14,1,15,1,15,1,15,3,15,1261,8,15,1,15,3,15,1264,8,15,1,15,1,15,1, + 15,3,15,1269,8,15,1,15,5,15,1272,8,15,10,15,12,15,1275,9,15,1,16, + 1,16,1,17,1,17,1,17,1,17,1,17,1,17,3,17,1285,8,17,1,18,1,18,3,18, + 1289,8,18,1,18,1,18,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,3,19, + 1301,8,19,1,20,1,20,3,20,1305,8,20,1,20,3,20,1308,8,20,1,20,1,20, + 3,20,1312,8,20,1,21,1,21,1,21,1,21,1,21,1,21,1,21,1,21,1,21,1,21, + 3,21,1324,8,21,1,21,1,21,1,21,1,21,1,21,1,21,1,21,1,21,1,21,1,21, + 1,21,1,21,1,21,1,21,1,21,1,21,3,21,1342,8,21,1,22,1,22,1,22,5,22, + 1347,8,22,10,22,12,22,1350,9,22,1,23,1,23,1,23,5,23,1355,8,23,10, + 23,12,23,1358,9,23,1,24,1,24,3,24,1362,8,24,1,25,1,25,1,25,1,25, + 1,25,3,25,1369,8,25,1,26,1,26,1,26,1,26,1,26,1,26,3,26,1377,8,26, + 1,27,1,27,1,27,1,27,3,27,1383,8,27,1,28,1,28,1,28,1,28,1,28,1,28, + 3,28,1391,8,28,1,28,1,28,1,28,1,28,1,28,1,28,3,28,1399,8,28,1,29, + 1,29,3,29,1403,8,29,1,30,1,30,1,30,1,31,1,31,1,31,1,31,1,31,1,31, + 1,31,1,31,1,31,3,31,1417,8,31,1,32,1,32,1,32,3,32,1422,8,32,1,33, + 1,33,1,33,3,33,1427,8,33,1,34,1,34,1,34,1,34,1,34,1,34,1,34,1,34, + 1,34,1,34,3,34,1439,8,34,1,35,1,35,1,35,1,35,3,35,1445,8,35,1,35, + 1,35,1,36,1,36,1,37,1,37,1,37,1,38,1,38,1,38,3,38,1457,8,38,1,38, + 1,38,1,38,3,38,1462,8,38,1,38,1,38,1,38,1,38,1,38,1,38,1,38,1,38, + 3,38,1472,8,38,1,38,1,38,1,38,1,38,3,38,1478,8,38,1,38,1,38,1,38, + 3,38,1483,8,38,1,38,1,38,1,38,1,38,1,38,1,38,1,38,3,38,1492,8,38, 1,38,1,38,1,38,1,38,1,38,3,38,1499,8,38,1,38,1,38,1,38,3,38,1504, - 8,38,1,38,1,38,1,38,1,38,1,38,3,38,1511,8,38,1,38,1,38,1,38,3,38, - 1516,8,38,1,38,1,38,1,38,3,38,1521,8,38,1,38,1,38,1,38,1,38,1,38, - 1,38,1,38,1,38,3,38,1531,8,38,1,38,1,38,1,38,3,38,1536,8,38,1,38, - 1,38,1,38,3,38,1541,8,38,1,38,1,38,1,38,1,38,1,38,3,38,1548,8,38, - 1,38,1,38,3,38,1552,8,38,1,38,1,38,1,38,1,38,1,38,1,38,1,38,1,38, - 1,38,1,38,1,38,1,38,3,38,1566,8,38,1,38,1,38,1,38,1,38,3,38,1572, - 8,38,1,38,1,38,1,38,1,38,3,38,1578,8,38,1,38,1,38,1,38,3,38,1583, - 8,38,1,39,1,39,1,39,5,39,1588,8,39,10,39,12,39,1591,9,39,1,40,1, - 40,1,40,1,40,1,40,1,40,1,40,1,40,1,40,3,40,1602,8,40,1,41,1,41,1, - 41,1,41,5,41,1608,8,41,10,41,12,41,1611,9,41,1,41,1,41,1,42,1,42, - 1,42,3,42,1618,8,42,1,43,1,43,1,43,1,43,1,43,1,43,1,43,1,43,1,44, - 1,44,1,44,1,44,1,44,1,44,3,44,1634,8,44,1,45,1,45,1,45,1,45,1,46, - 1,46,1,46,3,46,1643,8,46,1,46,1,46,1,46,1,46,1,46,5,46,1650,8,46, - 10,46,12,46,1653,9,46,1,46,1,46,1,46,1,46,1,46,1,46,3,46,1661,8, - 46,1,46,1,46,3,46,1665,8,46,1,46,1,46,1,46,1,46,1,46,1,46,1,46,1, - 46,1,46,1,46,3,46,1677,8,46,1,46,1,46,1,46,1,46,1,46,1,46,3,46,1685, - 8,46,1,46,1,46,1,46,1,46,1,46,1,46,1,46,1,46,3,46,1695,8,46,1,46, - 1,46,1,46,1,46,1,46,1,46,1,46,1,46,1,46,1,46,1,46,1,46,1,46,1,46, - 1,46,1,46,1,46,1,46,3,46,1715,8,46,1,46,1,46,1,46,3,46,1720,8,46, - 1,46,3,46,1723,8,46,1,46,1,46,1,46,1,46,1,46,3,46,1730,8,46,1,46, - 3,46,1733,8,46,1,46,1,46,3,46,1737,8,46,1,46,1,46,3,46,1741,8,46, - 1,46,3,46,1744,8,46,1,46,1,46,1,46,3,46,1749,8,46,1,46,1,46,1,46, - 3,46,1754,8,46,1,46,1,46,3,46,1758,8,46,1,46,1,46,1,46,1,46,1,46, - 1,46,1,46,3,46,1767,8,46,1,46,1,46,1,46,1,46,3,46,1773,8,46,1,46, - 1,46,3,46,1777,8,46,1,46,1,46,1,46,1,46,1,46,1,46,1,46,3,46,1786, - 8,46,1,46,3,46,1789,8,46,1,46,1,46,1,46,1,46,3,46,1795,8,46,1,46, - 1,46,1,46,1,46,1,46,1,46,1,46,3,46,1804,8,46,1,46,1,46,1,46,1,46, - 1,46,1,46,1,46,1,46,4,46,1814,8,46,11,46,12,46,1815,1,46,1,46,3, - 46,1820,8,46,1,46,1,46,3,46,1824,8,46,1,46,1,46,1,46,3,46,1829,8, - 46,1,46,3,46,1832,8,46,1,46,1,46,1,46,1,46,3,46,1838,8,46,4,46,1840, - 8,46,11,46,12,46,1841,1,46,1,46,3,46,1846,8,46,1,46,1,46,1,46,1, - 46,3,46,1852,8,46,1,46,1,46,3,46,1856,8,46,1,46,1,46,1,46,3,46,1861, - 8,46,1,46,1,46,1,46,3,46,1866,8,46,1,46,1,46,3,46,1870,8,46,1,46, - 3,46,1873,8,46,1,47,1,47,1,47,1,47,1,47,3,47,1880,8,47,1,48,1,48, - 1,49,1,49,1,49,1,50,1,50,1,50,1,50,5,50,1891,8,50,10,50,12,50,1894, - 9,50,1,50,1,50,1,51,1,51,1,51,1,52,1,52,1,52,1,52,1,52,3,52,1906, - 8,52,1,53,1,53,1,53,1,53,1,53,1,53,1,53,1,53,1,53,1,53,1,53,1,53, - 1,53,1,53,1,53,1,53,1,53,1,53,1,53,1,53,1,53,1,53,3,53,1930,8,53, - 1,54,1,54,1,54,1,54,1,54,1,54,5,54,1938,8,54,10,54,12,54,1941,9, - 54,1,55,1,55,1,55,1,55,3,55,1947,8,55,1,55,1,55,1,55,3,55,1952,8, - 55,1,55,1,55,3,55,1956,8,55,1,55,1,55,1,55,1,55,1,55,3,55,1963,8, - 55,1,55,1,55,1,55,3,55,1968,8,55,1,55,3,55,1971,8,55,3,55,1973,8, - 55,1,56,1,56,1,56,3,56,1978,8,56,1,57,1,57,3,57,1982,8,57,1,57,1, - 57,3,57,1986,8,57,1,57,1,57,3,57,1990,8,57,1,57,1,57,1,57,3,57,1995, - 8,57,1,57,3,57,1998,8,57,1,57,1,57,3,57,2002,8,57,1,57,3,57,2005, - 8,57,1,57,1,57,3,57,2009,8,57,1,57,1,57,1,57,1,57,1,57,1,57,3,57, - 2017,8,57,1,57,1,57,1,57,3,57,2022,8,57,1,57,3,57,2025,8,57,1,57, - 1,57,3,57,2029,8,57,1,58,1,58,1,58,1,58,3,58,2035,8,58,1,58,1,58, - 1,58,1,58,1,58,1,58,1,58,3,58,2044,8,58,1,58,1,58,3,58,2048,8,58, - 1,58,1,58,1,58,1,58,5,58,2054,8,58,10,58,12,58,2057,9,58,1,58,1, - 58,1,58,1,58,5,58,2063,8,58,10,58,12,58,2066,9,58,1,58,1,58,3,58, - 2070,8,58,1,59,1,59,1,59,1,59,1,59,1,59,1,59,1,59,5,59,2080,8,59, - 10,59,12,59,2083,9,59,1,59,1,59,3,59,2087,8,59,1,60,1,60,3,60,2091, - 8,60,1,60,1,60,3,60,2095,8,60,1,60,1,60,1,60,3,60,2100,8,60,1,60, - 1,60,3,60,2104,8,60,1,60,3,60,2107,8,60,1,60,3,60,2110,8,60,1,60, - 3,60,2113,8,60,1,60,3,60,2116,8,60,1,60,3,60,2119,8,60,1,60,1,60, - 1,60,3,60,2124,8,60,1,60,3,60,2127,8,60,1,60,3,60,2130,8,60,1,60, - 3,60,2133,8,60,1,60,3,60,2136,8,60,1,60,3,60,2139,8,60,1,60,1,60, - 1,60,1,60,3,60,2145,8,60,1,60,1,60,3,60,2149,8,60,1,60,3,60,2152, - 8,60,1,60,3,60,2155,8,60,1,60,3,60,2158,8,60,1,60,3,60,2161,8,60, - 3,60,2163,8,60,1,61,1,61,1,61,1,61,1,61,3,61,2170,8,61,1,62,1,62, - 1,62,1,62,5,62,2176,8,62,10,62,12,62,2179,9,62,1,62,1,62,1,63,1, - 63,1,63,5,63,2186,8,63,10,63,12,63,2189,9,63,1,64,1,64,3,64,2193, - 8,64,1,64,1,64,1,64,1,64,1,64,1,64,5,64,2201,8,64,10,64,12,64,2204, - 9,64,3,64,2206,8,64,1,65,1,65,1,65,3,65,2211,8,65,1,65,5,65,2214, - 8,65,10,65,12,65,2217,9,65,1,65,1,65,3,65,2221,8,65,1,65,3,65,2224, - 8,65,1,66,1,66,1,66,3,66,2229,8,66,1,66,1,66,1,66,1,66,1,66,1,66, - 1,66,3,66,2238,8,66,3,66,2240,8,66,1,66,1,66,3,66,2244,8,66,1,66, - 3,66,2247,8,66,1,66,1,66,3,66,2251,8,66,1,66,5,66,2254,8,66,10,66, - 12,66,2257,9,66,1,67,1,67,3,67,2261,8,67,1,67,1,67,3,67,2265,8,67, - 1,67,3,67,2268,8,67,1,67,1,67,3,67,2272,8,67,1,68,3,68,2275,8,68, - 1,68,1,68,1,68,3,68,2280,8,68,1,68,3,68,2283,8,68,1,68,1,68,1,68, - 3,68,2288,8,68,1,68,3,68,2291,8,68,1,68,1,68,3,68,2295,8,68,1,68, - 3,68,2298,8,68,1,68,3,68,2301,8,68,1,68,1,68,1,68,3,68,2306,8,68, - 1,68,3,68,2309,8,68,1,68,1,68,1,68,1,68,1,68,1,68,3,68,2317,8,68, - 1,68,1,68,1,68,1,68,1,68,1,68,1,68,1,68,4,68,2327,8,68,11,68,12, - 68,2328,1,68,1,68,3,68,2333,8,68,1,68,1,68,1,68,1,68,1,68,3,68,2340, - 8,68,1,68,1,68,1,68,3,68,2345,8,68,1,68,3,68,2348,8,68,1,68,3,68, - 2351,8,68,1,68,3,68,2354,8,68,1,69,1,69,1,69,3,69,2359,8,69,1,70, - 1,70,1,71,1,71,1,71,1,71,1,71,5,71,2368,8,71,10,71,12,71,2371,9, - 71,1,71,1,71,1,71,3,71,2376,8,71,1,71,1,71,3,71,2380,8,71,1,71,3, - 71,2383,8,71,1,71,3,71,2386,8,71,1,71,5,71,2389,8,71,10,71,12,71, - 2392,9,71,1,71,1,71,5,71,2396,8,71,10,71,12,71,2399,9,71,3,71,2401, - 8,71,1,71,1,71,3,71,2405,8,71,1,71,1,71,1,71,1,71,5,71,2411,8,71, - 10,71,12,71,2414,9,71,1,71,1,71,3,71,2418,8,71,1,71,3,71,2421,8, - 71,1,71,3,71,2424,8,71,1,71,1,71,1,71,1,71,1,71,3,71,2431,8,71,1, - 71,5,71,2434,8,71,10,71,12,71,2437,9,71,1,71,1,71,1,71,1,71,1,71, - 1,71,3,71,2445,8,71,1,71,3,71,2448,8,71,1,71,3,71,2451,8,71,1,71, - 5,71,2454,8,71,10,71,12,71,2457,9,71,3,71,2459,8,71,1,72,1,72,1, - 72,1,72,1,73,1,73,1,73,1,73,5,73,2469,8,73,10,73,12,73,2472,9,73, - 1,73,1,73,1,74,1,74,1,74,5,74,2479,8,74,10,74,12,74,2482,9,74,1, - 75,1,75,1,75,1,76,1,76,1,76,1,77,1,77,1,77,1,77,1,77,1,77,1,77,1, - 77,3,77,2498,8,77,1,78,1,78,3,78,2502,8,78,1,78,1,78,3,78,2506,8, - 78,3,78,2508,8,78,1,79,1,79,1,79,1,79,1,80,1,80,1,80,1,80,1,81,1, - 81,1,81,1,81,1,81,1,81,1,81,3,81,2525,8,81,3,81,2527,8,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,5,83,2541,8, - 83,10,83,12,83,2544,9,83,1,83,1,83,1,84,1,84,1,84,1,84,1,84,1,84, - 3,84,2554,8,84,1,84,3,84,2557,8,84,1,84,3,84,2560,8,84,1,85,1,85, - 1,85,1,86,1,86,1,86,1,86,3,86,2569,8,86,1,87,1,87,1,87,1,87,1,87, - 1,87,1,87,3,87,2578,8,87,1,88,1,88,1,88,1,89,1,89,1,89,1,89,1,90, - 1,90,1,90,1,90,1,91,1,91,1,91,3,91,2594,8,91,1,91,3,91,2597,8,91, - 1,91,3,91,2600,8,91,1,91,1,91,1,91,1,91,5,91,2606,8,91,10,91,12, - 91,2609,9,91,1,91,3,91,2612,8,91,1,91,1,91,1,92,1,92,1,92,3,92,2619, - 8,92,1,92,1,92,1,92,1,92,1,92,1,93,1,93,3,93,2628,8,93,1,93,1,93, - 3,93,2632,8,93,1,93,1,93,1,93,1,93,3,93,2638,8,93,1,94,1,94,3,94, - 2642,8,94,1,94,3,94,2645,8,94,1,94,3,94,2648,8,94,1,94,3,94,2651, - 8,94,1,94,3,94,2654,8,94,1,95,1,95,1,95,1,95,3,95,2660,8,95,1,96, - 1,96,3,96,2664,8,96,1,96,1,96,1,96,3,96,2669,8,96,1,96,1,96,3,96, - 2673,8,96,1,96,3,96,2676,8,96,1,96,3,96,2679,8,96,1,96,3,96,2682, - 8,96,1,96,1,96,1,96,3,96,2687,8,96,1,97,1,97,1,97,1,97,3,97,2693, - 8,97,1,97,1,97,3,97,2697,8,97,1,98,1,98,3,98,2701,8,98,1,98,1,98, - 3,98,2705,8,98,1,98,1,98,4,98,2709,8,98,11,98,12,98,2710,3,98,2713, - 8,98,1,99,1,99,1,99,3,99,2718,8,99,1,99,1,99,4,99,2722,8,99,11,99, - 12,99,2723,1,100,1,100,1,100,1,100,3,100,2730,8,100,1,100,1,100, - 3,100,2734,8,100,1,100,1,100,1,100,1,100,1,100,1,100,1,100,1,100, - 1,100,1,100,1,100,1,100,1,100,3,100,2749,8,100,1,100,1,100,1,100, - 3,100,2754,8,100,1,100,3,100,2757,8,100,3,100,2759,8,100,1,101,3, - 101,2762,8,101,1,101,1,101,3,101,2766,8,101,1,102,1,102,3,102,2770, - 8,102,1,102,3,102,2773,8,102,1,102,3,102,2776,8,102,1,102,1,102, - 1,102,1,102,1,102,1,102,3,102,2784,8,102,1,102,1,102,1,102,1,102, - 3,102,2790,8,102,3,102,2792,8,102,1,103,1,103,1,103,1,103,3,103, - 2798,8,103,1,103,1,103,1,103,3,103,2803,8,103,1,104,1,104,1,104, - 3,104,2808,8,104,1,104,1,104,3,104,2812,8,104,1,104,1,104,1,104, - 1,104,1,104,5,104,2819,8,104,10,104,12,104,2822,9,104,1,105,1,105, - 1,105,1,105,1,105,1,105,5,105,2830,8,105,10,105,12,105,2833,9,105, - 1,106,1,106,1,106,1,106,1,106,1,106,1,106,1,106,1,106,1,106,1,106, - 1,106,1,106,1,106,1,106,1,106,1,106,1,106,1,106,1,106,1,106,1,106, - 1,106,1,106,1,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,2871,8,106,1,107,1,107,1,107,1,107,1,107, - 1,107,4,107,2879,8,107,11,107,12,107,2880,3,107,2883,8,107,1,107, - 3,107,2886,8,107,1,108,1,108,3,108,2890,8,108,1,108,1,108,3,108, - 2894,8,108,1,109,1,109,1,109,1,109,1,109,1,109,4,109,2902,8,109, - 11,109,12,109,2903,3,109,2906,8,109,1,109,1,109,4,109,2910,8,109, - 11,109,12,109,2911,3,109,2914,8,109,1,110,1,110,1,110,1,110,1,110, - 5,110,2921,8,110,10,110,12,110,2924,9,110,1,110,1,110,1,111,1,111, - 1,111,1,111,1,111,5,111,2933,8,111,10,111,12,111,2936,9,111,1,111, - 1,111,1,112,1,112,1,112,1,113,1,113,1,113,1,114,1,114,1,114,3,114, - 2949,8,114,1,114,1,114,1,114,3,114,2954,8,114,1,114,3,114,2957,8, - 114,1,114,1,114,1,114,1,114,1,114,3,114,2964,8,114,1,115,1,115,1, - 115,3,115,2969,8,115,1,116,1,116,1,116,1,116,1,116,1,116,3,116,2977, - 8,116,3,116,2979,8,116,1,117,1,117,1,117,1,117,3,117,2985,8,117, - 1,117,1,117,1,117,3,117,2990,8,117,1,117,1,117,3,117,2994,8,117, - 1,117,1,117,1,117,3,117,2999,8,117,1,117,1,117,1,117,1,117,3,117, - 3005,8,117,1,117,1,117,1,117,1,117,1,117,3,117,3012,8,117,1,117, - 1,117,1,117,1,117,3,117,3018,8,117,3,117,3020,8,117,1,118,1,118, - 1,118,1,118,1,118,1,118,1,118,3,118,3029,8,118,1,118,1,118,1,118, - 1,118,3,118,3035,8,118,1,118,1,118,1,118,1,118,1,118,1,118,3,118, - 3043,8,118,1,119,1,119,1,119,1,119,3,119,3049,8,119,1,119,1,119, - 1,119,3,119,3054,8,119,1,119,1,119,1,119,3,119,3059,8,119,1,120, - 1,120,1,120,1,120,1,120,1,120,3,120,3067,8,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,3,121, - 3082,8,121,3,121,3084,8,121,1,121,1,121,3,121,3088,8,121,1,121,1, - 121,3,121,3092,8,121,1,121,3,121,3095,8,121,1,121,3,121,3098,8,121, - 1,122,1,122,1,122,1,122,1,122,1,122,1,122,3,122,3107,8,122,1,122, - 3,122,3110,8,122,1,122,3,122,3113,8,122,1,123,1,123,1,123,1,123, - 3,123,3119,8,123,1,123,1,123,5,123,3123,8,123,10,123,12,123,3126, - 9,123,1,123,3,123,3129,8,123,1,123,1,123,1,123,1,123,1,123,1,123, - 1,123,1,123,1,123,1,123,3,123,3141,8,123,1,123,1,123,1,123,1,123, - 3,123,3147,8,123,1,124,3,124,3150,8,124,1,124,1,124,1,124,3,124, - 3155,8,124,1,124,1,124,3,124,3159,8,124,1,124,1,124,1,124,1,124, - 1,124,3,124,3166,8,124,1,124,1,124,1,124,1,124,1,124,1,124,1,124, - 1,124,3,124,3176,8,124,3,124,3178,8,124,1,125,1,125,1,125,1,125, - 1,125,1,126,1,126,1,126,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,3,128,3202,8,128,1,128, - 1,128,1,128,1,128,1,128,1,128,1,128,1,128,1,128,1,128,3,128,3214, - 8,128,1,128,4,128,3217,8,128,11,128,12,128,3218,3,128,3221,8,128, - 1,128,1,128,3,128,3225,8,128,1,128,3,128,3228,8,128,1,128,3,128, - 3231,8,128,1,128,1,128,1,128,1,128,1,128,1,128,1,128,1,128,3,128, - 3241,8,128,1,128,3,128,3244,8,128,1,128,1,128,1,128,1,128,1,128, - 1,128,1,128,1,128,3,128,3254,8,128,1,128,5,128,3257,8,128,10,128, - 12,128,3260,9,128,1,128,1,128,3,128,3264,8,128,1,128,3,128,3267, - 8,128,1,128,3,128,3270,8,128,1,128,1,128,1,128,1,128,1,128,1,128, - 3,128,3278,8,128,1,129,1,129,1,129,1,129,3,129,3284,8,129,1,130, - 1,130,1,130,5,130,3289,8,130,10,130,12,130,3292,9,130,1,131,1,131, - 1,131,1,131,1,131,3,131,3299,8,131,1,131,3,131,3302,8,131,1,132, - 1,132,1,132,1,132,1,132,1,133,1,133,1,133,1,133,3,133,3313,8,133, - 1,134,1,134,3,134,3317,8,134,1,134,1,134,5,134,3321,8,134,10,134, - 12,134,3324,9,134,1,135,1,135,1,135,1,135,3,135,3330,8,135,1,136, - 3,136,3333,8,136,1,136,1,136,1,136,1,136,1,136,1,136,1,136,3,136, - 3342,8,136,1,137,1,137,1,137,1,137,1,137,1,137,1,137,1,137,1,137, - 1,137,5,137,3354,8,137,10,137,12,137,3357,9,137,3,137,3359,8,137, - 1,137,1,137,1,137,1,137,1,137,1,138,1,138,1,138,1,138,1,138,5,138, - 3371,8,138,10,138,12,138,3374,9,138,1,138,1,138,1,139,1,139,1,139, - 1,139,1,139,1,139,3,139,3384,8,139,1,139,3,139,3387,8,139,1,140, - 1,140,1,140,1,140,1,140,1,140,1,140,1,140,5,140,3397,8,140,10,140, - 12,140,3400,9,140,1,141,1,141,3,141,3404,8,141,1,141,1,141,1,141, - 1,141,1,141,1,141,1,141,1,141,1,141,5,141,3415,8,141,10,141,12,141, - 3418,9,141,1,141,1,141,3,141,3422,8,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,3435,8,141,1,141, - 1,141,1,141,1,141,1,141,5,141,3442,8,141,10,141,12,141,3445,9,141, - 3,141,3447,8,141,1,141,3,141,3450,8,141,1,141,1,141,1,141,1,141, - 1,141,3,141,3457,8,141,1,141,3,141,3460,8,141,1,141,1,141,1,141, - 1,141,1,141,1,141,1,141,1,141,1,141,1,141,3,141,3472,8,141,1,141, - 1,141,1,141,1,141,3,141,3478,8,141,3,141,3480,8,141,1,142,1,142, - 1,142,1,142,5,142,3486,8,142,10,142,12,142,3489,9,142,1,142,1,142, - 1,143,1,143,1,143,3,143,3496,8,143,1,144,1,144,1,144,1,144,1,144, - 1,144,3,144,3504,8,144,1,145,1,145,1,145,1,145,1,146,1,146,1,146, - 1,146,1,146,1,146,3,146,3516,8,146,1,146,1,146,1,146,3,146,3521, - 8,146,1,146,1,146,1,146,1,146,1,146,1,146,1,146,1,146,1,146,3,146, - 3532,8,146,1,147,1,147,1,147,1,147,1,148,1,148,1,148,1,148,1,148, - 3,148,3543,8,148,1,148,1,148,1,148,1,148,1,148,1,148,3,148,3551, - 8,148,1,148,1,148,1,148,1,148,5,148,3557,8,148,10,148,12,148,3560, - 9,148,1,149,1,149,1,149,1,149,3,149,3566,8,149,1,149,1,149,1,149, - 1,149,1,149,3,149,3573,8,149,3,149,3575,8,149,1,149,3,149,3578,8, - 149,1,149,1,149,1,149,3,149,3583,8,149,1,149,1,149,1,149,3,149,3588, - 8,149,1,150,1,150,1,150,1,150,1,150,1,150,1,151,1,151,1,151,1,151, - 1,151,1,151,1,151,1,151,1,151,5,151,3605,8,151,10,151,12,151,3608, - 9,151,1,151,1,151,1,151,1,151,5,151,3614,8,151,10,151,12,151,3617, - 9,151,3,151,3619,8,151,1,152,1,152,1,152,1,152,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,154, - 1,154,1,154,1,154,1,154,1,154,1,154,1,154,3,154,3646,8,154,1,154, - 1,154,1,154,1,154,1,154,1,154,1,154,3,154,3655,8,154,1,154,3,154, - 3658,8,154,1,154,1,154,3,154,3662,8,154,1,154,1,154,3,154,3666,8, - 154,1,154,1,154,3,154,3670,8,154,1,154,1,154,1,154,5,154,3675,8, - 154,10,154,12,154,3678,9,154,1,154,3,154,3681,8,154,1,154,1,154, - 3,154,3685,8,154,1,154,1,154,3,154,3689,8,154,1,154,1,154,3,154, - 3693,8,154,1,154,1,154,1,154,3,154,3698,8,154,1,154,1,154,3,154, - 3702,8,154,1,154,1,154,1,154,3,154,3707,8,154,1,154,1,154,1,154, - 1,154,3,154,3713,8,154,1,154,1,154,1,154,3,154,3718,8,154,1,154, - 1,154,1,154,5,154,3723,8,154,10,154,12,154,3726,9,154,1,154,3,154, - 3729,8,154,1,154,1,154,1,154,1,154,3,154,3735,8,154,1,154,1,154, - 3,154,3739,8,154,1,154,1,154,1,154,3,154,3744,8,154,1,154,1,154, - 1,154,1,154,1,154,1,154,3,154,3752,8,154,1,154,1,154,1,154,1,154, - 3,154,3758,8,154,1,154,1,154,1,154,3,154,3763,8,154,1,154,1,154, - 1,154,1,154,1,154,3,154,3770,8,154,1,154,1,154,1,154,3,154,3775, - 8,154,1,154,1,154,3,154,3779,8,154,1,154,1,154,1,154,3,154,3784, - 8,154,1,154,1,154,1,154,1,154,3,154,3790,8,154,1,154,1,154,1,154, - 1,154,1,154,3,154,3797,8,154,1,154,1,154,1,154,3,154,3802,8,154, - 1,154,1,154,1,154,1,154,1,154,3,154,3809,8,154,1,154,1,154,1,154, - 3,154,3814,8,154,1,154,1,154,1,154,1,154,1,154,3,154,3821,8,154, - 1,154,1,154,3,154,3825,8,154,1,154,1,154,1,154,1,154,5,154,3831, - 8,154,10,154,12,154,3834,9,154,1,154,3,154,3837,8,154,3,154,3839, - 8,154,1,155,3,155,3842,8,155,1,155,1,155,1,155,3,155,3847,8,155, - 1,155,1,155,1,155,1,155,1,155,1,155,1,155,1,155,3,155,3857,8,155, - 1,156,1,156,1,156,1,156,1,156,1,156,1,156,1,156,1,156,1,156,1,156, - 1,156,1,156,3,156,3872,8,156,1,156,3,156,3875,8,156,1,156,1,156, - 1,156,1,156,1,156,1,156,3,156,3883,8,156,1,157,1,157,1,157,5,157, - 3888,8,157,10,157,12,157,3891,9,157,1,158,1,158,3,158,3895,8,158, - 1,159,1,159,4,159,3899,8,159,11,159,12,159,3900,1,160,1,160,3,160, - 3905,8,160,1,160,1,160,1,160,5,160,3910,8,160,10,160,12,160,3913, - 9,160,1,160,1,160,3,160,3917,8,160,1,160,3,160,3920,8,160,1,161, - 3,161,3923,8,161,1,161,1,161,3,161,3927,8,161,1,162,1,162,1,162, - 1,162,1,162,1,162,1,162,3,162,3936,8,162,1,162,1,162,1,162,1,162, - 1,162,1,162,1,162,1,162,1,162,1,162,1,162,1,162,1,162,1,162,1,162, - 1,162,3,162,3954,8,162,1,162,3,162,3957,8,162,1,162,1,162,1,162, - 1,162,1,162,1,162,1,162,1,162,1,162,1,162,1,162,1,162,1,162,1,162, - 1,162,1,162,1,162,1,162,1,162,1,162,1,162,1,162,1,162,1,162,1,162, - 1,162,1,162,1,162,1,162,1,162,3,162,3989,8,162,1,162,1,162,1,162, - 3,162,3994,8,162,1,163,1,163,1,163,1,163,3,163,4000,8,163,1,163, - 1,163,1,163,1,163,1,163,1,163,1,163,1,163,1,163,1,163,1,163,1,163, - 1,163,1,163,1,163,1,163,1,163,1,163,3,163,4020,8,163,1,163,1,163, - 1,163,3,163,4025,8,163,1,164,1,164,1,164,1,165,3,165,4031,8,165, - 1,165,3,165,4034,8,165,1,165,1,165,3,165,4038,8,165,1,165,1,165, - 3,165,4042,8,165,1,165,1,165,1,165,1,165,3,165,4048,8,165,1,165, - 3,165,4051,8,165,1,165,1,165,3,165,4055,8,165,1,165,1,165,3,165, - 4059,8,165,1,165,1,165,1,165,3,165,4064,8,165,1,165,3,165,4067,8, - 165,1,165,3,165,4070,8,165,1,165,3,165,4073,8,165,1,166,1,166,1, - 167,1,167,1,167,1,167,1,167,1,167,1,167,1,167,1,167,3,167,4086,8, - 167,1,168,1,168,1,168,1,168,3,168,4092,8,168,1,168,1,168,1,168,1, - 168,1,168,1,168,3,168,4100,8,168,1,169,1,169,1,169,5,169,4105,8, - 169,10,169,12,169,4108,9,169,1,169,1,169,3,169,4112,8,169,1,169, - 3,169,4115,8,169,1,169,1,169,1,169,5,169,4120,8,169,10,169,12,169, - 4123,9,169,3,169,4125,8,169,1,170,1,170,1,171,1,171,1,171,1,171, - 3,171,4133,8,171,1,171,3,171,4136,8,171,1,172,1,172,1,172,3,172, - 4141,8,172,1,172,1,172,1,172,1,172,1,172,3,172,4148,8,172,1,172, - 3,172,4151,8,172,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,172,1,172,1,172,1,172,5,172,4169,8,172, - 10,172,12,172,4172,9,172,1,172,1,172,1,172,1,172,1,172,1,172,1,172, - 1,172,1,172,3,172,4183,8,172,1,173,3,173,4186,8,173,1,173,1,173, - 1,173,1,173,3,173,4192,8,173,1,173,5,173,4195,8,173,10,173,12,173, - 4198,9,173,1,174,1,174,1,174,1,174,5,174,4204,8,174,10,174,12,174, - 4207,9,174,1,174,1,174,1,174,1,174,1,174,3,174,4214,8,174,1,174, - 1,174,1,174,3,174,4219,8,174,1,175,1,175,1,175,1,175,3,175,4225, - 8,175,1,175,1,175,1,175,5,175,4230,8,175,10,175,12,175,4233,9,175, - 1,175,1,175,1,175,1,175,1,175,3,175,4240,8,175,1,175,3,175,4243, - 8,175,1,176,1,176,1,176,1,176,1,176,1,176,1,176,1,176,1,176,5,176, - 4254,8,176,10,176,12,176,4257,9,176,1,176,1,176,1,177,1,177,1,177, - 1,177,1,177,1,177,1,177,1,177,1,177,3,177,4270,8,177,1,177,1,177, - 1,177,1,177,3,177,4276,8,177,1,177,1,177,1,177,1,177,1,177,1,177, - 3,177,4284,8,177,3,177,4286,8,177,1,178,1,178,1,179,1,179,3,179, - 4292,8,179,1,179,1,179,3,179,4296,8,179,1,179,3,179,4299,8,179,1, - 179,3,179,4302,8,179,1,179,1,179,1,179,3,179,4307,8,179,1,179,1, - 179,1,179,3,179,4312,8,179,1,179,1,179,3,179,4316,8,179,1,179,3, - 179,4319,8,179,1,179,3,179,4322,8,179,1,179,3,179,4325,8,179,1,179, - 3,179,4328,8,179,1,180,1,180,1,180,1,180,5,180,4334,8,180,10,180, - 12,180,4337,9,180,1,180,1,180,1,181,1,181,1,181,1,181,1,181,1,181, - 3,181,4347,8,181,1,181,3,181,4350,8,181,1,181,3,181,4353,8,181,1, - 181,1,181,1,181,3,181,4358,8,181,1,181,3,181,4361,8,181,1,181,1, - 181,3,181,4365,8,181,1,182,1,182,3,182,4369,8,182,1,182,1,182,1, - 182,1,182,3,182,4375,8,182,1,182,1,182,1,182,1,182,5,182,4381,8, - 182,10,182,12,182,4384,9,182,3,182,4386,8,182,1,182,1,182,1,182, - 1,182,1,182,1,182,1,182,1,182,1,182,5,182,4397,8,182,10,182,12,182, - 4400,9,182,1,182,1,182,3,182,4404,8,182,3,182,4406,8,182,1,182,4, - 182,4409,8,182,11,182,12,182,4410,1,182,1,182,1,182,1,182,1,182, - 3,182,4418,8,182,1,183,1,183,1,183,1,184,1,184,3,184,4425,8,184, - 1,184,1,184,1,185,1,185,1,185,5,185,4432,8,185,10,185,12,185,4435, - 9,185,1,186,1,186,1,186,5,186,4440,8,186,10,186,12,186,4443,9,186, - 1,187,1,187,1,187,1,187,1,187,3,187,4450,8,187,1,188,1,188,1,188, - 5,188,4455,8,188,10,188,12,188,4458,9,188,1,189,1,189,1,189,1,189, - 1,189,3,189,4465,8,189,1,190,1,190,1,190,5,190,4470,8,190,10,190, - 12,190,4473,9,190,1,191,1,191,1,191,1,191,1,191,3,191,4480,8,191, - 1,192,1,192,3,192,4484,8,192,1,192,1,192,3,192,4488,8,192,3,192, - 4490,8,192,1,192,1,192,1,193,1,193,3,193,4496,8,193,1,193,1,193, - 1,193,3,193,4501,8,193,1,194,1,194,3,194,4505,8,194,1,194,1,194, - 1,194,1,194,1,194,3,194,4512,8,194,1,195,1,195,1,195,3,195,4517, - 8,195,1,196,1,196,1,196,3,196,4522,8,196,1,196,1,196,1,196,3,196, - 4527,8,196,3,196,4529,8,196,1,196,1,196,1,197,1,197,1,197,1,198, - 1,198,1,198,3,198,4539,8,198,1,198,1,198,1,198,1,198,1,198,1,198, - 1,198,1,198,3,198,4549,8,198,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,198,1,198,3,198,4565,8,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,199,1,199,5,199,4581,8,199,10,199,12,199,4584,9,199,1,199, - 1,199,1,199,1,199,1,199,1,199,1,199,1,199,1,199,3,199,4595,8,199, - 1,199,1,199,1,199,1,199,1,199,3,199,4602,8,199,1,200,1,200,1,200, - 1,201,1,201,1,201,1,202,1,202,1,202,1,202,1,202,1,202,1,202,3,202, - 4617,8,202,1,202,4,202,4620,8,202,11,202,12,202,4621,1,202,3,202, - 4625,8,202,1,203,1,203,1,203,3,203,4630,8,203,1,203,1,203,1,203, - 3,203,4635,8,203,1,203,1,203,1,203,3,203,4640,8,203,1,203,3,203, - 4643,8,203,1,203,3,203,4646,8,203,1,204,1,204,1,204,3,204,4651,8, - 204,1,204,1,204,1,204,5,204,4656,8,204,10,204,12,204,4659,9,204, - 1,204,3,204,4662,8,204,1,205,1,205,1,205,3,205,4667,8,205,1,205, - 1,205,1,205,5,205,4672,8,205,10,205,12,205,4675,9,205,1,205,3,205, - 4678,8,205,1,206,1,206,1,206,1,206,3,206,4684,8,206,1,206,1,206, - 1,206,1,206,1,206,1,206,1,206,3,206,4693,8,206,1,206,1,206,1,207, - 1,207,1,207,5,207,4700,8,207,10,207,12,207,4703,9,207,1,207,1,207, - 1,208,1,208,1,208,1,209,1,209,1,209,1,209,4,209,4714,8,209,11,209, - 12,209,4715,1,210,1,210,1,210,1,210,1,210,1,210,1,210,1,210,1,210, - 1,210,1,210,3,210,4729,8,210,1,210,1,210,1,210,1,210,3,210,4735, - 8,210,1,210,1,210,3,210,4739,8,210,3,210,4741,8,210,1,211,1,211, - 1,211,1,212,1,212,3,212,4748,8,212,1,212,1,212,1,212,1,212,1,212, - 1,212,1,212,1,212,1,212,1,212,1,212,3,212,4761,8,212,1,212,1,212, - 1,212,1,212,1,212,3,212,4768,8,212,3,212,4770,8,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,5,214, - 4784,8,214,10,214,12,214,4787,9,214,1,214,3,214,4790,8,214,1,214, - 1,214,3,214,4794,8,214,1,214,1,214,1,214,3,214,4799,8,214,1,214, - 1,214,1,214,3,214,4804,8,214,1,214,1,214,1,214,3,214,4809,8,214, - 1,214,1,214,1,214,3,214,4814,8,214,1,214,3,214,4817,8,214,1,215, - 1,215,1,215,1,215,1,215,1,216,1,216,1,216,1,216,1,216,3,216,4829, - 8,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,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,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,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,3,216,4882,8,216, - 1,216,1,216,1,216,1,216,1,216,1,216,1,216,3,216,4891,8,216,1,216, - 1,216,3,216,4895,8,216,1,216,1,216,1,216,1,216,1,216,1,216,1,216, - 3,216,4904,8,216,1,216,1,216,3,216,4908,8,216,1,216,1,216,1,216, - 1,216,1,216,1,216,1,216,3,216,4917,8,216,1,216,1,216,3,216,4921, - 8,216,1,216,1,216,1,216,3,216,4926,8,216,1,216,3,216,4929,8,216, - 1,216,1,216,3,216,4933,8,216,1,216,1,216,1,216,3,216,4938,8,216, - 3,216,4940,8,216,1,216,1,216,1,216,1,216,1,216,1,216,1,216,3,216, - 4949,8,216,1,216,1,216,1,216,3,216,4954,8,216,1,216,1,216,1,216, - 1,216,1,216,1,216,1,216,1,216,1,216,3,216,4965,8,216,1,216,1,216, - 3,216,4969,8,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,3,216,4983,8,216,1,216,1,216,1,216,1,216, - 1,216,1,216,3,216,4991,8,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,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,216,1,216,1,216, - 1,216,1,216,1,216,1,216,1,216,1,216,1,216,1,216,3,216,5029,8,216, - 3,216,5031,8,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,217,1,217,1,217,1,217,3,217,5050, - 8,217,1,217,3,217,5053,8,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,218,1,218,1,218,1,218, - 1,218,1,218,1,218,1,218,1,218,1,218,1,218,1,218,3,218,5080,8,218, - 1,218,1,218,3,218,5084,8,218,1,218,1,218,3,218,5088,8,218,1,218, - 1,218,3,218,5092,8,218,1,218,1,218,3,218,5096,8,218,1,218,3,218, - 5099,8,218,1,218,1,218,1,218,1,218,1,218,1,218,1,218,1,218,1,218, - 1,218,1,218,1,218,1,218,3,218,5114,8,218,1,218,1,218,1,218,1,218, - 1,218,3,218,5121,8,218,1,219,1,219,1,219,1,219,1,219,1,219,1,220, - 1,220,1,220,1,220,5,220,5133,8,220,10,220,12,220,5136,9,220,1,220, - 1,220,1,221,1,221,1,221,1,221,1,221,1,221,1,221,1,221,3,221,5148, - 8,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,223,1,223,1,223,1,223,1,223,1,223,1,223,1,223, - 1,223,1,223,3,223,5173,8,223,1,223,1,223,1,223,1,223,1,223,1,223, + 8,38,1,38,1,38,1,38,3,38,1509,8,38,1,38,1,38,1,38,1,38,1,38,1,38, + 1,38,1,38,3,38,1519,8,38,1,38,1,38,1,38,3,38,1524,8,38,1,38,1,38, + 1,38,3,38,1529,8,38,1,38,1,38,1,38,1,38,1,38,3,38,1536,8,38,1,38, + 1,38,3,38,1540,8,38,1,38,1,38,1,38,1,38,1,38,1,38,1,38,1,38,1,38, + 1,38,1,38,1,38,3,38,1554,8,38,1,38,1,38,1,38,1,38,3,38,1560,8,38, + 1,38,1,38,1,38,1,38,3,38,1566,8,38,1,38,1,38,1,38,3,38,1571,8,38, + 1,39,1,39,1,39,5,39,1576,8,39,10,39,12,39,1579,9,39,1,40,1,40,1, + 40,1,40,1,40,1,40,3,40,1587,8,40,1,41,1,41,1,41,1,41,1,42,1,42,1, + 42,3,42,1596,8,42,1,42,1,42,1,42,1,42,1,42,5,42,1603,8,42,10,42, + 12,42,1606,9,42,1,42,1,42,1,42,1,42,1,42,1,42,3,42,1614,8,42,1,42, + 1,42,3,42,1618,8,42,1,42,1,42,1,42,1,42,1,42,1,42,1,42,1,42,1,42, + 1,42,3,42,1630,8,42,1,42,1,42,1,42,1,42,1,42,1,42,3,42,1638,8,42, + 1,42,1,42,1,42,1,42,1,42,1,42,1,42,1,42,3,42,1648,8,42,1,42,1,42, + 1,42,1,42,1,42,1,42,1,42,1,42,1,42,1,42,1,42,1,42,1,42,1,42,1,42, + 1,42,1,42,1,42,3,42,1668,8,42,1,42,1,42,1,42,3,42,1673,8,42,1,42, + 3,42,1676,8,42,1,42,1,42,1,42,1,42,1,42,3,42,1683,8,42,1,42,3,42, + 1686,8,42,1,42,1,42,3,42,1690,8,42,1,42,1,42,3,42,1694,8,42,1,42, + 3,42,1697,8,42,1,42,1,42,1,42,3,42,1702,8,42,1,42,1,42,1,42,3,42, + 1707,8,42,1,42,1,42,3,42,1711,8,42,1,42,1,42,1,42,1,42,1,42,1,42, + 1,42,3,42,1720,8,42,1,42,1,42,1,42,1,42,3,42,1726,8,42,1,42,1,42, + 3,42,1730,8,42,1,42,1,42,1,42,1,42,1,42,1,42,1,42,3,42,1739,8,42, + 1,42,3,42,1742,8,42,1,42,1,42,1,42,1,42,3,42,1748,8,42,1,42,1,42, + 1,42,1,42,1,42,1,42,1,42,3,42,1757,8,42,1,42,1,42,1,42,1,42,1,42, + 1,42,1,42,1,42,4,42,1767,8,42,11,42,12,42,1768,1,42,1,42,3,42,1773, + 8,42,1,42,1,42,3,42,1777,8,42,1,42,1,42,1,42,3,42,1782,8,42,1,42, + 3,42,1785,8,42,1,42,1,42,1,42,1,42,3,42,1791,8,42,4,42,1793,8,42, + 11,42,12,42,1794,1,42,1,42,3,42,1799,8,42,1,42,1,42,1,42,1,42,3, + 42,1805,8,42,1,42,1,42,3,42,1809,8,42,1,42,1,42,1,42,3,42,1814,8, + 42,1,42,1,42,1,42,3,42,1819,8,42,1,42,1,42,3,42,1823,8,42,1,42,3, + 42,1826,8,42,1,43,1,43,1,43,1,43,1,43,3,43,1833,8,43,1,44,1,44,1, + 45,1,45,1,45,1,46,1,46,1,46,1,46,5,46,1844,8,46,10,46,12,46,1847, + 9,46,1,46,1,46,1,47,1,47,1,47,1,48,1,48,1,48,1,48,1,48,3,48,1859, + 8,48,1,49,1,49,1,49,1,49,1,49,1,49,1,49,1,49,1,49,1,49,1,49,1,49, + 1,49,1,49,1,49,1,49,1,49,1,49,1,49,1,49,1,49,1,49,1,49,3,49,1884, + 8,49,1,50,1,50,1,50,1,50,1,50,1,50,5,50,1892,8,50,10,50,12,50,1895, + 9,50,1,51,1,51,1,51,1,51,3,51,1901,8,51,1,51,1,51,1,51,3,51,1906, + 8,51,1,51,1,51,3,51,1910,8,51,1,51,1,51,1,51,1,51,1,51,3,51,1917, + 8,51,1,51,1,51,1,51,3,51,1922,8,51,1,51,3,51,1925,8,51,3,51,1927, + 8,51,1,52,1,52,1,52,3,52,1932,8,52,1,53,1,53,3,53,1936,8,53,1,53, + 1,53,3,53,1940,8,53,1,53,1,53,3,53,1944,8,53,1,53,1,53,1,53,3,53, + 1949,8,53,1,53,3,53,1952,8,53,1,53,1,53,3,53,1956,8,53,1,53,3,53, + 1959,8,53,1,53,1,53,3,53,1963,8,53,1,53,1,53,1,53,1,53,1,53,1,53, + 3,53,1971,8,53,1,53,1,53,1,53,3,53,1976,8,53,1,53,3,53,1979,8,53, + 1,53,1,53,3,53,1983,8,53,1,54,1,54,1,54,1,54,3,54,1989,8,54,1,54, + 1,54,1,54,1,54,1,54,1,54,1,54,3,54,1998,8,54,1,54,1,54,3,54,2002, + 8,54,1,54,1,54,1,54,1,54,5,54,2008,8,54,10,54,12,54,2011,9,54,1, + 54,1,54,1,54,1,54,5,54,2017,8,54,10,54,12,54,2020,9,54,1,54,1,54, + 3,54,2024,8,54,1,55,1,55,1,55,1,55,1,55,1,55,1,55,1,55,5,55,2034, + 8,55,10,55,12,55,2037,9,55,1,55,1,55,3,55,2041,8,55,1,56,1,56,3, + 56,2045,8,56,1,56,1,56,3,56,2049,8,56,1,56,1,56,1,56,3,56,2054,8, + 56,1,56,1,56,3,56,2058,8,56,1,56,3,56,2061,8,56,1,56,3,56,2064,8, + 56,1,56,3,56,2067,8,56,1,56,3,56,2070,8,56,1,56,3,56,2073,8,56,1, + 56,1,56,1,56,3,56,2078,8,56,1,56,3,56,2081,8,56,1,56,3,56,2084,8, + 56,1,56,3,56,2087,8,56,1,56,3,56,2090,8,56,1,56,3,56,2093,8,56,1, + 56,1,56,1,56,1,56,3,56,2099,8,56,1,56,1,56,3,56,2103,8,56,1,56,3, + 56,2106,8,56,1,56,3,56,2109,8,56,1,56,3,56,2112,8,56,1,56,3,56,2115, + 8,56,3,56,2117,8,56,1,57,1,57,1,57,1,57,1,57,3,57,2124,8,57,1,58, + 1,58,1,58,1,58,5,58,2130,8,58,10,58,12,58,2133,9,58,1,58,1,58,1, + 59,1,59,1,59,5,59,2140,8,59,10,59,12,59,2143,9,59,1,60,1,60,3,60, + 2147,8,60,1,60,1,60,1,60,1,60,1,60,1,60,5,60,2155,8,60,10,60,12, + 60,2158,9,60,3,60,2160,8,60,1,61,1,61,1,61,3,61,2165,8,61,1,61,5, + 61,2168,8,61,10,61,12,61,2171,9,61,1,61,1,61,3,61,2175,8,61,1,61, + 3,61,2178,8,61,1,62,1,62,1,62,3,62,2183,8,62,1,62,1,62,1,62,1,62, + 1,62,1,62,1,62,3,62,2192,8,62,3,62,2194,8,62,1,62,1,62,3,62,2198, + 8,62,1,62,3,62,2201,8,62,1,62,1,62,3,62,2205,8,62,1,62,5,62,2208, + 8,62,10,62,12,62,2211,9,62,1,63,1,63,3,63,2215,8,63,1,63,1,63,3, + 63,2219,8,63,1,63,3,63,2222,8,63,1,63,1,63,3,63,2226,8,63,1,64,3, + 64,2229,8,64,1,64,1,64,1,64,3,64,2234,8,64,1,64,3,64,2237,8,64,1, + 64,1,64,1,64,3,64,2242,8,64,1,64,3,64,2245,8,64,1,64,1,64,3,64,2249, + 8,64,1,64,3,64,2252,8,64,1,64,3,64,2255,8,64,1,64,1,64,1,64,3,64, + 2260,8,64,1,64,3,64,2263,8,64,1,64,1,64,1,64,1,64,1,64,1,64,3,64, + 2271,8,64,1,64,1,64,1,64,1,64,1,64,1,64,1,64,1,64,4,64,2281,8,64, + 11,64,12,64,2282,1,64,1,64,3,64,2287,8,64,1,64,1,64,1,64,1,64,1, + 64,3,64,2294,8,64,1,64,1,64,1,64,3,64,2299,8,64,1,64,3,64,2302,8, + 64,1,64,3,64,2305,8,64,1,64,3,64,2308,8,64,1,65,1,65,1,65,3,65,2313, + 8,65,1,66,1,66,1,67,1,67,1,67,1,67,1,67,5,67,2322,8,67,10,67,12, + 67,2325,9,67,1,67,1,67,1,67,3,67,2330,8,67,1,67,1,67,3,67,2334,8, + 67,1,67,3,67,2337,8,67,1,67,3,67,2340,8,67,1,67,5,67,2343,8,67,10, + 67,12,67,2346,9,67,1,67,1,67,5,67,2350,8,67,10,67,12,67,2353,9,67, + 3,67,2355,8,67,1,67,1,67,3,67,2359,8,67,1,67,1,67,1,67,1,67,5,67, + 2365,8,67,10,67,12,67,2368,9,67,1,67,1,67,3,67,2372,8,67,1,67,3, + 67,2375,8,67,1,67,3,67,2378,8,67,1,67,1,67,1,67,1,67,1,67,3,67,2385, + 8,67,1,67,5,67,2388,8,67,10,67,12,67,2391,9,67,1,67,1,67,1,67,1, + 67,1,67,1,67,3,67,2399,8,67,1,67,3,67,2402,8,67,1,67,3,67,2405,8, + 67,1,67,5,67,2408,8,67,10,67,12,67,2411,9,67,3,67,2413,8,67,1,68, + 1,68,1,68,1,68,1,69,1,69,1,69,1,69,5,69,2423,8,69,10,69,12,69,2426, + 9,69,1,69,1,69,1,70,1,70,1,70,5,70,2433,8,70,10,70,12,70,2436,9, + 70,1,71,1,71,1,71,1,72,1,72,1,72,1,73,1,73,1,73,1,73,1,73,1,73,1, + 73,1,73,3,73,2452,8,73,1,74,1,74,3,74,2456,8,74,1,74,1,74,3,74,2460, + 8,74,3,74,2462,8,74,1,75,1,75,1,75,1,75,1,76,1,76,1,76,1,76,1,77, + 1,77,1,77,1,77,1,77,1,77,1,77,3,77,2479,8,77,3,77,2481,8,77,1,78, + 1,78,1,78,1,78,1,78,1,79,1,79,1,79,1,79,1,79,1,79,1,79,5,79,2495, + 8,79,10,79,12,79,2498,9,79,1,79,1,79,1,80,1,80,1,80,1,80,1,80,1, + 80,3,80,2508,8,80,1,80,3,80,2511,8,80,1,80,3,80,2514,8,80,1,81,1, + 81,1,81,1,82,1,82,1,82,1,82,3,82,2523,8,82,1,83,1,83,1,83,1,83,1, + 83,1,83,1,83,3,83,2532,8,83,1,84,1,84,1,84,1,85,1,85,1,85,1,85,1, + 86,1,86,1,86,1,86,1,87,1,87,1,87,3,87,2548,8,87,1,87,3,87,2551,8, + 87,1,87,3,87,2554,8,87,1,87,1,87,1,87,1,87,5,87,2560,8,87,10,87, + 12,87,2563,9,87,1,87,3,87,2566,8,87,1,87,1,87,1,88,1,88,1,88,3,88, + 2573,8,88,1,88,1,88,1,88,1,88,1,88,1,89,1,89,3,89,2582,8,89,1,89, + 1,89,3,89,2586,8,89,1,89,1,89,1,89,1,89,3,89,2592,8,89,1,90,1,90, + 3,90,2596,8,90,1,90,3,90,2599,8,90,1,90,3,90,2602,8,90,1,90,3,90, + 2605,8,90,1,90,3,90,2608,8,90,1,91,1,91,1,91,1,91,3,91,2614,8,91, + 1,92,1,92,3,92,2618,8,92,1,92,1,92,1,92,3,92,2623,8,92,1,92,1,92, + 3,92,2627,8,92,1,92,3,92,2630,8,92,1,92,3,92,2633,8,92,1,92,3,92, + 2636,8,92,1,92,1,92,1,92,3,92,2641,8,92,1,93,1,93,1,93,1,93,3,93, + 2647,8,93,1,93,1,93,3,93,2651,8,93,1,94,1,94,3,94,2655,8,94,1,94, + 1,94,3,94,2659,8,94,1,94,1,94,4,94,2663,8,94,11,94,12,94,2664,3, + 94,2667,8,94,1,95,1,95,1,95,3,95,2672,8,95,1,95,1,95,4,95,2676,8, + 95,11,95,12,95,2677,1,96,1,96,1,96,1,96,3,96,2684,8,96,1,96,1,96, + 3,96,2688,8,96,1,96,1,96,1,96,1,96,1,96,1,96,1,96,1,96,1,96,1,96, + 1,96,1,96,1,96,3,96,2703,8,96,1,96,1,96,1,96,3,96,2708,8,96,1,96, + 3,96,2711,8,96,3,96,2713,8,96,1,97,3,97,2716,8,97,1,97,1,97,3,97, + 2720,8,97,1,98,1,98,3,98,2724,8,98,1,98,3,98,2727,8,98,1,98,3,98, + 2730,8,98,1,98,1,98,1,98,1,98,1,98,1,98,3,98,2738,8,98,1,98,1,98, + 1,98,1,98,3,98,2744,8,98,3,98,2746,8,98,1,99,1,99,1,99,1,99,3,99, + 2752,8,99,1,99,1,99,1,99,3,99,2757,8,99,1,100,1,100,1,100,3,100, + 2762,8,100,1,100,1,100,3,100,2766,8,100,1,100,1,100,1,100,1,100, + 1,100,5,100,2773,8,100,10,100,12,100,2776,9,100,1,101,1,101,1,101, + 1,101,1,101,1,101,5,101,2784,8,101,10,101,12,101,2787,9,101,1,102, + 1,102,1,102,1,102,1,102,1,102,1,102,1,102,1,102,1,102,1,102,1,102, + 1,102,1,102,1,102,1,102,1,102,1,102,1,102,1,102,1,102,1,102,1,102, + 1,102,1,102,1,102,1,102,1,102,1,102,1,102,1,102,1,102,1,102,1,102, + 1,102,1,102,3,102,2825,8,102,1,103,1,103,1,103,1,103,1,103,1,103, + 4,103,2833,8,103,11,103,12,103,2834,3,103,2837,8,103,1,103,3,103, + 2840,8,103,1,104,1,104,3,104,2844,8,104,1,104,1,104,3,104,2848,8, + 104,1,105,1,105,1,105,1,105,1,105,1,105,4,105,2856,8,105,11,105, + 12,105,2857,3,105,2860,8,105,1,105,1,105,4,105,2864,8,105,11,105, + 12,105,2865,3,105,2868,8,105,1,106,1,106,1,106,1,106,1,106,5,106, + 2875,8,106,10,106,12,106,2878,9,106,1,106,1,106,1,107,1,107,1,107, + 1,107,1,107,5,107,2887,8,107,10,107,12,107,2890,9,107,1,107,1,107, + 1,108,1,108,1,108,1,109,1,109,1,109,1,110,1,110,1,110,3,110,2903, + 8,110,1,110,1,110,1,110,3,110,2908,8,110,1,110,3,110,2911,8,110, + 1,110,1,110,1,110,1,110,1,110,3,110,2918,8,110,1,111,1,111,1,111, + 3,111,2923,8,111,1,112,1,112,1,112,1,112,1,112,1,112,3,112,2931, + 8,112,3,112,2933,8,112,1,113,1,113,1,113,1,113,3,113,2939,8,113, + 1,113,1,113,1,113,3,113,2944,8,113,1,113,1,113,3,113,2948,8,113, + 1,113,1,113,1,113,3,113,2953,8,113,1,113,1,113,1,113,1,113,3,113, + 2959,8,113,1,113,1,113,1,113,1,113,1,113,3,113,2966,8,113,1,113, + 1,113,1,113,1,113,3,113,2972,8,113,3,113,2974,8,113,1,114,1,114, + 1,114,1,114,1,114,1,114,1,114,3,114,2983,8,114,1,114,1,114,1,114, + 1,114,3,114,2989,8,114,1,114,1,114,1,114,1,114,1,114,1,114,3,114, + 2997,8,114,1,115,1,115,1,115,1,115,3,115,3003,8,115,1,115,1,115, + 1,115,3,115,3008,8,115,1,115,1,115,1,115,3,115,3013,8,115,1,116, + 1,116,1,116,1,116,1,116,1,116,3,116,3021,8,116,1,116,1,116,1,116, + 1,116,1,117,1,117,1,117,1,117,1,117,1,117,1,117,1,117,1,117,3,117, + 3036,8,117,3,117,3038,8,117,1,117,1,117,3,117,3042,8,117,1,117,1, + 117,3,117,3046,8,117,1,117,3,117,3049,8,117,1,117,3,117,3052,8,117, + 1,118,1,118,1,118,1,118,1,118,1,118,1,118,3,118,3061,8,118,1,118, + 3,118,3064,8,118,1,118,3,118,3067,8,118,1,119,1,119,1,119,1,119, + 3,119,3073,8,119,1,119,1,119,5,119,3077,8,119,10,119,12,119,3080, + 9,119,1,119,3,119,3083,8,119,1,119,1,119,1,119,1,119,1,119,1,119, + 1,119,1,119,1,119,1,119,3,119,3095,8,119,1,119,1,119,1,119,1,119, + 3,119,3101,8,119,1,120,3,120,3104,8,120,1,120,1,120,1,120,3,120, + 3109,8,120,1,120,1,120,3,120,3113,8,120,1,120,1,120,1,120,1,120, + 1,120,3,120,3120,8,120,1,120,1,120,1,120,1,120,1,120,1,120,1,120, + 1,120,3,120,3130,8,120,3,120,3132,8,120,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,123,1,123,1,124,1,124,3,124,3156,8,124,1,124, + 1,124,1,124,1,124,1,124,1,124,1,124,1,124,1,124,1,124,3,124,3168, + 8,124,1,124,4,124,3171,8,124,11,124,12,124,3172,3,124,3175,8,124, + 1,124,1,124,3,124,3179,8,124,1,124,3,124,3182,8,124,1,124,3,124, + 3185,8,124,1,124,1,124,1,124,1,124,1,124,1,124,1,124,1,124,3,124, + 3195,8,124,1,124,3,124,3198,8,124,1,124,1,124,1,124,1,124,1,124, + 1,124,1,124,1,124,3,124,3208,8,124,1,124,5,124,3211,8,124,10,124, + 12,124,3214,9,124,1,124,1,124,3,124,3218,8,124,1,124,3,124,3221, + 8,124,1,124,3,124,3224,8,124,1,124,1,124,1,124,1,124,1,124,1,124, + 3,124,3232,8,124,1,125,1,125,1,125,1,125,3,125,3238,8,125,1,126, + 1,126,1,126,5,126,3243,8,126,10,126,12,126,3246,9,126,1,127,1,127, + 1,127,1,127,1,127,3,127,3253,8,127,1,127,3,127,3256,8,127,1,128, + 1,128,1,128,1,128,1,128,1,129,1,129,1,129,1,129,3,129,3267,8,129, + 1,130,1,130,3,130,3271,8,130,1,130,1,130,5,130,3275,8,130,10,130, + 12,130,3278,9,130,1,131,1,131,1,131,1,131,3,131,3284,8,131,1,132, + 3,132,3287,8,132,1,132,1,132,1,132,1,132,1,132,1,132,1,132,3,132, + 3296,8,132,1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133,1,133, + 1,133,5,133,3308,8,133,10,133,12,133,3311,9,133,3,133,3313,8,133, + 1,133,1,133,1,133,1,133,1,133,1,134,1,134,1,134,1,134,1,134,5,134, + 3325,8,134,10,134,12,134,3328,9,134,1,134,1,134,1,135,1,135,1,135, + 1,135,1,135,1,135,3,135,3338,8,135,1,135,3,135,3341,8,135,1,136, + 1,136,1,136,1,136,1,136,1,136,1,136,1,136,5,136,3351,8,136,10,136, + 12,136,3354,9,136,1,137,1,137,3,137,3358,8,137,1,137,1,137,1,137, + 1,137,1,137,1,137,1,137,1,137,1,137,5,137,3369,8,137,10,137,12,137, + 3372,9,137,1,137,1,137,3,137,3376,8,137,1,137,1,137,1,137,1,137, + 1,137,1,137,1,137,1,137,1,137,1,137,1,137,3,137,3389,8,137,1,137, + 1,137,1,137,1,137,1,137,5,137,3396,8,137,10,137,12,137,3399,9,137, + 3,137,3401,8,137,1,137,3,137,3404,8,137,1,137,1,137,1,137,1,137, + 1,137,3,137,3411,8,137,1,137,3,137,3414,8,137,1,137,1,137,1,137, + 1,137,1,137,1,137,1,137,1,137,1,137,1,137,3,137,3426,8,137,1,137, + 1,137,1,137,1,137,3,137,3432,8,137,3,137,3434,8,137,1,138,1,138, + 1,138,1,138,5,138,3440,8,138,10,138,12,138,3443,9,138,1,138,1,138, + 1,139,1,139,1,139,3,139,3450,8,139,1,140,1,140,1,140,1,140,1,140, + 1,140,3,140,3458,8,140,1,141,1,141,1,141,1,141,1,142,1,142,1,142, + 1,142,1,142,1,142,3,142,3470,8,142,1,142,1,142,1,142,3,142,3475, + 8,142,1,142,1,142,1,142,1,142,1,142,1,142,1,142,1,142,1,142,3,142, + 3486,8,142,1,143,1,143,1,143,1,143,1,144,1,144,1,144,1,144,1,144, + 3,144,3497,8,144,1,144,1,144,1,144,1,144,1,144,1,144,3,144,3505, + 8,144,1,144,1,144,1,144,1,144,5,144,3511,8,144,10,144,12,144,3514, + 9,144,1,145,1,145,1,145,1,145,3,145,3520,8,145,1,145,1,145,1,145, + 1,145,1,145,3,145,3527,8,145,3,145,3529,8,145,1,145,3,145,3532,8, + 145,1,145,1,145,1,145,3,145,3537,8,145,1,145,1,145,1,145,3,145,3542, + 8,145,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,5,147,3559,8,147,10,147,12,147,3562, + 9,147,1,147,1,147,1,147,1,147,5,147,3568,8,147,10,147,12,147,3571, + 9,147,3,147,3573,8,147,1,148,1,148,1,148,1,148,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,150,1,150,1,150,3,150,3600,8,150,1,150, + 1,150,1,150,1,150,1,150,1,150,1,150,3,150,3609,8,150,1,150,3,150, + 3612,8,150,1,150,1,150,3,150,3616,8,150,1,150,1,150,3,150,3620,8, + 150,1,150,1,150,3,150,3624,8,150,1,150,1,150,1,150,5,150,3629,8, + 150,10,150,12,150,3632,9,150,1,150,3,150,3635,8,150,1,150,1,150, + 3,150,3639,8,150,1,150,1,150,3,150,3643,8,150,1,150,1,150,3,150, + 3647,8,150,1,150,1,150,1,150,3,150,3652,8,150,1,150,1,150,3,150, + 3656,8,150,1,150,1,150,1,150,3,150,3661,8,150,1,150,1,150,1,150, + 1,150,3,150,3667,8,150,1,150,1,150,1,150,3,150,3672,8,150,1,150, + 1,150,1,150,5,150,3677,8,150,10,150,12,150,3680,9,150,1,150,3,150, + 3683,8,150,1,150,1,150,1,150,1,150,3,150,3689,8,150,1,150,1,150, + 3,150,3693,8,150,1,150,1,150,1,150,3,150,3698,8,150,1,150,1,150, + 1,150,1,150,1,150,1,150,3,150,3706,8,150,1,150,1,150,1,150,1,150, + 3,150,3712,8,150,1,150,1,150,1,150,3,150,3717,8,150,1,150,1,150, + 1,150,1,150,1,150,3,150,3724,8,150,1,150,1,150,1,150,3,150,3729, + 8,150,1,150,1,150,3,150,3733,8,150,1,150,1,150,1,150,3,150,3738, + 8,150,1,150,1,150,1,150,1,150,3,150,3744,8,150,1,150,1,150,1,150, + 1,150,1,150,3,150,3751,8,150,1,150,1,150,1,150,3,150,3756,8,150, + 1,150,1,150,1,150,1,150,1,150,3,150,3763,8,150,1,150,1,150,1,150, + 3,150,3768,8,150,1,150,1,150,1,150,1,150,1,150,3,150,3775,8,150, + 1,150,1,150,3,150,3779,8,150,1,150,1,150,1,150,1,150,5,150,3785, + 8,150,10,150,12,150,3788,9,150,1,150,3,150,3791,8,150,3,150,3793, + 8,150,1,151,3,151,3796,8,151,1,151,1,151,1,151,3,151,3801,8,151, + 1,151,1,151,1,151,1,151,1,151,1,151,1,151,1,151,3,151,3811,8,151, + 1,152,1,152,1,152,1,152,1,152,1,152,1,152,1,152,1,152,1,152,1,152, + 1,152,1,152,3,152,3826,8,152,1,152,3,152,3829,8,152,1,152,1,152, + 1,152,1,152,1,152,1,152,3,152,3837,8,152,1,153,1,153,1,153,5,153, + 3842,8,153,10,153,12,153,3845,9,153,1,154,1,154,3,154,3849,8,154, + 1,155,1,155,4,155,3853,8,155,11,155,12,155,3854,1,156,1,156,3,156, + 3859,8,156,1,156,1,156,1,156,5,156,3864,8,156,10,156,12,156,3867, + 9,156,1,156,1,156,3,156,3871,8,156,1,156,3,156,3874,8,156,1,157, + 3,157,3877,8,157,1,157,1,157,3,157,3881,8,157,1,158,1,158,1,158, + 1,158,1,158,1,158,1,158,3,158,3890,8,158,1,158,1,158,1,158,1,158, + 1,158,1,158,1,158,1,158,1,158,1,158,1,158,1,158,1,158,1,158,1,158, + 1,158,3,158,3908,8,158,1,158,3,158,3911,8,158,1,158,1,158,1,158, + 1,158,1,158,1,158,1,158,1,158,1,158,1,158,1,158,1,158,1,158,1,158, + 1,158,1,158,1,158,1,158,1,158,1,158,1,158,1,158,1,158,1,158,1,158, + 1,158,1,158,1,158,1,158,1,158,3,158,3943,8,158,1,158,1,158,1,158, + 3,158,3948,8,158,1,159,1,159,1,159,1,159,3,159,3954,8,159,1,159, + 1,159,1,159,1,159,1,159,1,159,1,159,1,159,1,159,1,159,1,159,1,159, + 1,159,1,159,1,159,1,159,1,159,1,159,3,159,3974,8,159,1,159,1,159, + 1,159,3,159,3979,8,159,1,160,1,160,1,160,1,161,3,161,3985,8,161, + 1,161,3,161,3988,8,161,1,161,1,161,3,161,3992,8,161,1,161,1,161, + 3,161,3996,8,161,1,161,1,161,1,161,1,161,3,161,4002,8,161,1,161, + 3,161,4005,8,161,1,161,1,161,3,161,4009,8,161,1,161,1,161,3,161, + 4013,8,161,1,161,1,161,1,161,3,161,4018,8,161,1,161,3,161,4021,8, + 161,1,161,3,161,4024,8,161,1,161,3,161,4027,8,161,1,162,1,162,1, + 163,1,163,1,163,1,163,1,163,1,163,1,163,1,163,1,163,3,163,4040,8, + 163,1,164,1,164,1,164,1,164,3,164,4046,8,164,1,164,1,164,1,164,1, + 164,1,164,1,164,3,164,4054,8,164,1,165,1,165,1,165,5,165,4059,8, + 165,10,165,12,165,4062,9,165,1,165,1,165,3,165,4066,8,165,1,165, + 3,165,4069,8,165,1,165,1,165,1,165,5,165,4074,8,165,10,165,12,165, + 4077,9,165,3,165,4079,8,165,1,166,1,166,1,167,1,167,1,167,1,167, + 3,167,4087,8,167,1,167,3,167,4090,8,167,1,168,1,168,1,168,3,168, + 4095,8,168,1,168,1,168,1,168,1,168,1,168,3,168,4102,8,168,1,168, + 3,168,4105,8,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,168,1,168,1,168,5,168,4123,8,168, + 10,168,12,168,4126,9,168,1,168,1,168,1,168,1,168,1,168,1,168,1,168, + 1,168,1,168,3,168,4137,8,168,1,169,3,169,4140,8,169,1,169,1,169, + 1,169,1,169,3,169,4146,8,169,1,169,5,169,4149,8,169,10,169,12,169, + 4152,9,169,1,170,1,170,1,170,1,170,5,170,4158,8,170,10,170,12,170, + 4161,9,170,1,170,1,170,1,170,1,170,1,170,3,170,4168,8,170,1,170, + 1,170,1,170,3,170,4173,8,170,1,171,1,171,1,171,1,171,3,171,4179, + 8,171,1,171,1,171,1,171,5,171,4184,8,171,10,171,12,171,4187,9,171, + 1,171,1,171,1,171,1,171,1,171,3,171,4194,8,171,1,171,3,171,4197, + 8,171,1,172,1,172,1,172,1,172,1,172,1,172,1,172,1,172,1,172,5,172, + 4208,8,172,10,172,12,172,4211,9,172,1,172,1,172,1,173,1,173,1,173, + 1,173,1,173,1,173,1,173,1,173,1,173,3,173,4224,8,173,1,173,1,173, + 1,173,1,173,3,173,4230,8,173,1,173,1,173,1,173,1,173,1,173,1,173, + 3,173,4238,8,173,3,173,4240,8,173,1,174,1,174,1,175,1,175,3,175, + 4246,8,175,1,175,1,175,3,175,4250,8,175,1,175,3,175,4253,8,175,1, + 175,3,175,4256,8,175,1,175,1,175,1,175,3,175,4261,8,175,1,175,1, + 175,1,175,3,175,4266,8,175,1,175,1,175,3,175,4270,8,175,1,175,3, + 175,4273,8,175,1,175,3,175,4276,8,175,1,175,3,175,4279,8,175,1,175, + 3,175,4282,8,175,1,176,1,176,1,176,1,176,5,176,4288,8,176,10,176, + 12,176,4291,9,176,1,176,1,176,1,177,1,177,1,177,1,177,1,177,1,177, + 3,177,4301,8,177,1,177,3,177,4304,8,177,1,177,3,177,4307,8,177,1, + 177,1,177,1,177,3,177,4312,8,177,1,177,3,177,4315,8,177,1,177,1, + 177,3,177,4319,8,177,1,178,1,178,3,178,4323,8,178,1,178,1,178,1, + 178,1,178,3,178,4329,8,178,1,178,1,178,1,178,1,178,5,178,4335,8, + 178,10,178,12,178,4338,9,178,3,178,4340,8,178,1,178,1,178,1,178, + 1,178,1,178,1,178,1,178,1,178,1,178,5,178,4351,8,178,10,178,12,178, + 4354,9,178,1,178,1,178,3,178,4358,8,178,3,178,4360,8,178,1,178,4, + 178,4363,8,178,11,178,12,178,4364,1,178,1,178,1,178,1,178,1,178, + 3,178,4372,8,178,1,179,1,179,1,179,1,180,1,180,3,180,4379,8,180, + 1,180,1,180,1,181,1,181,1,181,5,181,4386,8,181,10,181,12,181,4389, + 9,181,1,182,1,182,1,182,5,182,4394,8,182,10,182,12,182,4397,9,182, + 1,183,1,183,1,183,1,183,1,183,3,183,4404,8,183,1,184,1,184,1,184, + 5,184,4409,8,184,10,184,12,184,4412,9,184,1,185,1,185,1,185,1,185, + 1,185,3,185,4419,8,185,1,186,1,186,1,186,5,186,4424,8,186,10,186, + 12,186,4427,9,186,1,187,1,187,1,187,1,187,1,187,3,187,4434,8,187, + 1,188,1,188,3,188,4438,8,188,1,188,1,188,3,188,4442,8,188,3,188, + 4444,8,188,1,188,1,188,1,189,1,189,3,189,4450,8,189,1,189,1,189, + 1,189,3,189,4455,8,189,1,190,1,190,3,190,4459,8,190,1,190,1,190, + 1,190,1,190,1,190,3,190,4466,8,190,1,191,1,191,1,191,3,191,4471, + 8,191,1,192,1,192,1,192,3,192,4476,8,192,1,192,1,192,1,192,3,192, + 4481,8,192,3,192,4483,8,192,1,192,1,192,1,193,1,193,1,193,1,194, + 1,194,1,194,3,194,4493,8,194,1,194,1,194,1,194,1,194,1,194,1,194, + 1,194,1,194,3,194,4503,8,194,1,194,1,194,1,194,1,194,1,194,1,194, + 1,194,1,194,1,194,1,194,1,194,1,194,1,194,1,194,3,194,4519,8,194, + 1,195,1,195,1,195,1,195,1,195,1,195,1,195,1,195,1,195,1,195,1,195, + 1,195,1,195,1,195,5,195,4535,8,195,10,195,12,195,4538,9,195,1,195, + 1,195,1,195,1,195,1,195,1,195,1,195,1,195,1,195,3,195,4549,8,195, + 1,195,1,195,1,195,1,195,1,195,3,195,4556,8,195,1,196,1,196,1,196, + 1,197,1,197,1,197,1,198,1,198,1,198,1,198,1,198,1,198,1,198,3,198, + 4571,8,198,1,198,4,198,4574,8,198,11,198,12,198,4575,1,198,3,198, + 4579,8,198,1,199,1,199,1,199,3,199,4584,8,199,1,199,1,199,1,199, + 3,199,4589,8,199,1,199,1,199,1,199,3,199,4594,8,199,1,199,3,199, + 4597,8,199,1,199,3,199,4600,8,199,1,200,1,200,1,200,3,200,4605,8, + 200,1,200,1,200,1,200,5,200,4610,8,200,10,200,12,200,4613,9,200, + 1,200,3,200,4616,8,200,1,201,1,201,1,201,3,201,4621,8,201,1,201, + 1,201,1,201,5,201,4626,8,201,10,201,12,201,4629,9,201,1,201,3,201, + 4632,8,201,1,202,1,202,1,202,1,202,3,202,4638,8,202,1,202,1,202, + 1,202,1,202,1,202,1,202,1,202,3,202,4647,8,202,1,202,1,202,1,203, + 1,203,1,203,5,203,4654,8,203,10,203,12,203,4657,9,203,1,203,1,203, + 1,204,1,204,1,204,1,205,1,205,1,205,1,205,4,205,4668,8,205,11,205, + 12,205,4669,1,206,1,206,1,206,1,206,1,206,1,206,1,206,1,206,1,206, + 1,206,1,206,3,206,4683,8,206,1,206,1,206,1,206,1,206,3,206,4689, + 8,206,1,206,1,206,3,206,4693,8,206,3,206,4695,8,206,1,207,1,207, + 1,207,1,208,1,208,3,208,4702,8,208,1,208,1,208,1,208,1,208,1,208, + 1,208,1,208,1,208,1,208,1,208,1,208,3,208,4715,8,208,1,208,1,208, + 1,208,1,208,1,208,3,208,4722,8,208,3,208,4724,8,208,1,208,1,208, + 1,209,1,209,1,209,1,209,1,209,1,210,1,210,1,210,1,210,1,210,5,210, + 4738,8,210,10,210,12,210,4741,9,210,1,210,3,210,4744,8,210,1,210, + 1,210,3,210,4748,8,210,1,210,1,210,1,210,3,210,4753,8,210,1,210, + 1,210,1,210,3,210,4758,8,210,1,210,1,210,1,210,3,210,4763,8,210, + 1,210,1,210,1,210,3,210,4768,8,210,1,210,3,210,4771,8,210,1,211, + 1,211,1,211,1,211,1,211,1,212,1,212,1,212,1,212,1,212,3,212,4783, + 8,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212, + 1,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212, + 1,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212, + 1,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212, + 1,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212,3,212,4836,8,212, + 1,212,1,212,1,212,1,212,1,212,1,212,1,212,3,212,4845,8,212,1,212, + 1,212,3,212,4849,8,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212, + 3,212,4858,8,212,1,212,1,212,3,212,4862,8,212,1,212,1,212,1,212, + 1,212,1,212,1,212,1,212,3,212,4871,8,212,1,212,1,212,3,212,4875, + 8,212,1,212,1,212,1,212,3,212,4880,8,212,1,212,3,212,4883,8,212, + 1,212,1,212,3,212,4887,8,212,1,212,1,212,1,212,3,212,4892,8,212, + 3,212,4894,8,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212,3,212, + 4903,8,212,1,212,1,212,1,212,3,212,4908,8,212,1,212,1,212,1,212, + 1,212,1,212,1,212,1,212,1,212,1,212,3,212,4919,8,212,1,212,1,212, + 3,212,4923,8,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212, + 1,212,1,212,1,212,1,212,3,212,4937,8,212,1,212,1,212,1,212,1,212, + 1,212,1,212,3,212,4945,8,212,1,212,1,212,1,212,1,212,1,212,1,212, + 1,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212, + 1,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212, + 1,212,1,212,1,212,1,212,1,212,1,212,1,212,1,212,3,212,4983,8,212, + 3,212,4985,8,212,1,213,1,213,1,213,1,213,1,213,1,213,1,213,1,213, + 1,213,1,213,1,213,1,213,1,213,1,213,1,213,1,213,1,213,3,213,5004, + 8,213,1,213,3,213,5007,8,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,214,1,214,1,214,1,214,1,214,1,214,1,214,1,214,3,214,5034,8,214, + 1,214,1,214,3,214,5038,8,214,1,214,1,214,3,214,5042,8,214,1,214, + 1,214,3,214,5046,8,214,1,214,1,214,3,214,5050,8,214,1,214,3,214, + 5053,8,214,1,214,1,214,1,214,1,214,1,214,1,214,1,214,1,214,1,214, + 1,214,1,214,1,214,1,214,3,214,5068,8,214,1,214,1,214,1,214,1,214, + 1,214,3,214,5075,8,214,1,215,1,215,1,215,1,215,1,215,1,215,1,216, + 1,216,1,216,1,216,5,216,5087,8,216,10,216,12,216,5090,9,216,1,216, + 1,216,1,217,1,217,1,217,1,217,1,217,1,217,1,217,1,217,3,217,5102, + 8,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,219,1,219,1,219,1,219,1,219,1,219,1,219, + 1,219,1,219,3,219,5127,8,219,1,219,1,219,1,219,1,219,1,219,1,219, + 1,219,1,219,1,219,1,219,1,219,1,219,1,219,1,219,1,219,1,219,1,219, + 3,219,5146,8,219,1,219,1,219,1,219,1,219,1,219,1,219,1,219,1,219, + 1,219,1,219,1,219,1,219,1,219,3,219,5161,8,219,1,219,1,219,1,219, + 1,219,1,219,1,219,1,219,1,219,1,219,1,219,1,219,1,219,1,219,1,219, + 3,219,5177,8,219,1,219,1,219,1,219,1,219,1,219,3,219,5184,8,219, + 1,220,1,220,1,220,1,220,1,220,1,220,1,220,1,220,1,220,3,220,5195, + 8,220,1,220,3,220,5198,8,220,1,221,1,221,1,221,1,221,1,221,1,221, + 1,221,1,221,1,221,1,221,1,221,1,221,1,221,1,221,1,221,5,221,5215, + 8,221,10,221,12,221,5218,9,221,3,221,5220,8,221,1,222,1,222,1,222, + 1,222,1,222,1,222,1,222,1,222,1,222,5,222,5231,8,222,10,222,12,222, + 5234,9,222,1,222,3,222,5237,8,222,1,223,1,223,1,223,1,223,1,223, 1,223,1,223,1,223,1,223,1,223,1,223,1,223,1,223,1,223,1,223,1,223, - 3,223,5192,8,223,1,223,1,223,1,223,1,223,1,223,1,223,1,223,1,223, - 1,223,1,223,1,223,1,223,1,223,3,223,5207,8,223,1,223,1,223,1,223, + 1,223,1,223,3,223,5257,8,223,1,223,1,223,1,223,1,223,1,223,1,223, + 1,223,1,223,5,223,5267,8,223,10,223,12,223,5270,9,223,1,223,3,223, + 5273,8,223,1,223,1,223,1,223,1,223,1,223,1,223,1,223,1,223,1,223, 1,223,1,223,1,223,1,223,1,223,1,223,1,223,1,223,1,223,1,223,1,223, - 3,223,5223,8,223,1,223,1,223,1,223,1,223,1,223,3,223,5230,8,223, - 1,224,1,224,1,224,1,224,1,224,1,224,1,224,1,224,1,224,3,224,5241, - 8,224,1,224,3,224,5244,8,224,1,225,1,225,1,225,1,225,1,225,1,225, - 1,225,1,225,1,225,1,225,1,225,1,225,1,225,1,225,1,225,5,225,5261, - 8,225,10,225,12,225,5264,9,225,3,225,5266,8,225,1,226,1,226,1,226, - 1,226,1,226,1,226,1,226,1,226,1,226,5,226,5277,8,226,10,226,12,226, - 5280,9,226,1,226,3,226,5283,8,226,1,227,1,227,1,227,1,227,1,227, - 1,227,1,227,1,227,1,227,1,227,1,227,1,227,1,227,1,227,1,227,1,227, - 1,227,1,227,3,227,5303,8,227,1,227,1,227,1,227,1,227,1,227,1,227, - 1,227,1,227,5,227,5313,8,227,10,227,12,227,5316,9,227,1,227,3,227, - 5319,8,227,1,227,1,227,1,227,1,227,1,227,1,227,1,227,1,227,1,227, - 1,227,1,227,1,227,1,227,1,227,1,227,1,227,1,227,1,227,1,227,1,227, - 3,227,5341,8,227,1,228,1,228,3,228,5345,8,228,1,228,1,228,1,228, - 1,228,1,228,1,228,1,228,1,228,3,228,5355,8,228,1,228,1,228,3,228, - 5359,8,228,1,228,1,228,1,228,1,228,3,228,5365,8,228,1,228,1,228, - 3,228,5369,8,228,5,228,5371,8,228,10,228,12,228,5374,9,228,1,228, - 3,228,5377,8,228,1,229,1,229,1,229,1,229,1,229,3,229,5384,8,229, - 1,230,1,230,1,230,3,230,5389,8,230,1,231,1,231,1,231,1,232,1,232, - 1,232,1,233,1,233,1,233,3,233,5400,8,233,1,234,1,234,3,234,5404, - 8,234,1,234,3,234,5407,8,234,1,234,1,234,1,234,3,234,5412,8,234, - 1,234,1,234,1,234,1,234,3,234,5418,8,234,1,234,1,234,1,234,1,234, - 1,234,1,234,1,234,1,234,1,234,3,234,5429,8,234,1,234,1,234,3,234, - 5433,8,234,1,234,3,234,5436,8,234,1,234,1,234,3,234,5440,8,234,1, - 234,1,234,3,234,5444,8,234,1,234,3,234,5447,8,234,1,235,1,235,1, - 236,1,236,1,236,1,236,1,236,1,236,3,236,5457,8,236,1,236,3,236,5460, - 8,236,1,237,1,237,3,237,5464,8,237,1,237,5,237,5467,8,237,10,237, - 12,237,5470,9,237,1,238,1,238,1,238,3,238,5475,8,238,1,238,3,238, - 5478,8,238,1,238,1,238,1,238,3,238,5483,8,238,1,238,3,238,5486,8, - 238,1,238,1,238,1,238,1,238,1,238,3,238,5493,8,238,3,238,5495,8, - 238,1,238,1,238,1,238,1,238,3,238,5501,8,238,1,238,1,238,3,238,5505, - 8,238,1,239,1,239,1,239,1,240,1,240,1,240,1,240,3,240,5514,8,240, - 1,240,4,240,5517,8,240,11,240,12,240,5518,3,240,5521,8,240,1,241, - 1,241,1,241,1,241,1,241,1,241,1,241,1,241,3,241,5531,8,241,1,241, - 3,241,5534,8,241,1,241,1,241,1,241,3,241,5539,8,241,1,242,1,242, - 1,242,1,242,1,242,1,242,3,242,5547,8,242,1,242,3,242,5550,8,242, - 1,242,4,242,5553,8,242,11,242,12,242,5554,3,242,5557,8,242,3,242, - 5559,8,242,1,243,1,243,1,243,1,243,3,243,5565,8,243,1,244,1,244, - 1,244,1,244,1,244,1,244,1,245,1,245,1,245,1,245,1,245,1,246,1,246, - 1,246,1,246,3,246,5582,8,246,1,246,1,246,5,246,5586,8,246,10,246, - 12,246,5589,9,246,1,247,1,247,1,247,1,247,1,247,1,247,1,247,1,247, - 1,247,1,247,3,247,5601,8,247,1,247,1,247,1,247,1,247,3,247,5607, - 8,247,1,247,1,247,3,247,5611,8,247,1,247,1,247,1,247,3,247,5616, - 8,247,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,249,1,249,1,249,1,249,3,249,5646,8,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,3,249,5661,8,249,1,249,1,249,1,249,3,249,5666,8,249,1,250, - 1,250,3,250,5670,8,250,1,250,1,250,1,250,1,250,1,250,1,250,1,250, - 1,250,1,250,1,251,1,251,3,251,5683,8,251,1,251,1,251,3,251,5687, - 8,251,3,251,5689,8,251,1,251,1,251,1,251,1,251,1,251,5,251,5696, - 8,251,10,251,12,251,5699,9,251,1,251,1,251,1,251,3,251,5704,8,251, - 3,251,5706,8,251,1,252,1,252,3,252,5710,8,252,1,252,3,252,5713,8, - 252,1,252,3,252,5716,8,252,1,252,3,252,5719,8,252,1,252,3,252,5722, - 8,252,3,252,5724,8,252,1,252,3,252,5727,8,252,1,253,1,253,3,253, - 5731,8,253,1,253,1,253,1,253,1,253,5,253,5737,8,253,10,253,12,253, - 5740,9,253,1,253,1,253,3,253,5744,8,253,1,253,3,253,5747,8,253,1, - 254,1,254,1,255,1,255,3,255,5753,8,255,1,255,1,255,3,255,5757,8, - 255,1,256,1,256,3,256,5761,8,256,1,256,1,256,1,256,3,256,5766,8, - 256,3,256,5768,8,256,1,257,1,257,3,257,5772,8,257,1,258,1,258,3, - 258,5776,8,258,1,259,1,259,1,259,5,259,5781,8,259,10,259,12,259, - 5784,9,259,1,260,1,260,1,260,3,260,5789,8,260,1,260,1,260,3,260, - 5793,8,260,3,260,5795,8,260,3,260,5797,8,260,1,260,1,260,1,261,1, - 261,1,261,1,261,1,261,1,261,1,261,1,261,1,261,3,261,5810,8,261,1, - 262,1,262,1,262,1,262,5,262,5816,8,262,10,262,12,262,5819,9,262, - 1,262,1,262,1,263,1,263,1,263,3,263,5826,8,263,1,263,1,263,1,263, - 1,264,1,264,1,264,1,264,5,264,5835,8,264,10,264,12,264,5838,9,264, - 1,264,1,264,1,265,1,265,1,265,1,265,3,265,5846,8,265,1,266,1,266, - 1,266,3,266,5851,8,266,1,266,1,266,3,266,5855,8,266,1,266,1,266, - 3,266,5859,8,266,1,266,1,266,1,266,1,266,1,266,3,266,5866,8,266, - 1,266,3,266,5869,8,266,3,266,5871,8,266,1,267,1,267,1,267,1,267, - 1,268,1,268,3,268,5879,8,268,1,268,1,268,3,268,5883,8,268,1,269, - 3,269,5886,8,269,1,269,1,269,1,269,1,269,1,269,3,269,5893,8,269, - 1,269,1,269,1,269,1,269,1,269,3,269,5900,8,269,1,269,1,269,1,269, - 3,269,5905,8,269,1,269,1,269,1,269,1,269,1,269,3,269,5912,8,269, - 1,269,3,269,5915,8,269,3,269,5917,8,269,1,269,3,269,5920,8,269,1, - 270,1,270,1,270,1,270,3,270,5926,8,270,1,270,1,270,1,270,3,270,5931, - 8,270,1,270,1,270,3,270,5935,8,270,1,271,1,271,1,271,5,271,5940, - 8,271,10,271,12,271,5943,9,271,1,272,1,272,1,272,1,273,1,273,1,273, - 1,274,3,274,5952,8,274,1,274,1,274,1,274,1,274,1,274,3,274,5959, - 8,274,1,274,3,274,5962,8,274,1,274,3,274,5965,8,274,1,275,1,275, - 3,275,5969,8,275,1,275,1,275,1,275,1,275,1,275,1,275,1,275,1,275, - 1,275,3,275,5980,8,275,1,275,3,275,5983,8,275,1,275,3,275,5986,8, - 275,1,275,3,275,5989,8,275,1,276,3,276,5992,8,276,1,276,1,276,1, - 276,1,276,1,276,3,276,5999,8,276,1,276,3,276,6002,8,276,1,276,3, - 276,6005,8,276,1,277,1,277,1,277,5,277,6010,8,277,10,277,12,277, - 6013,9,277,1,278,1,278,1,278,1,278,1,278,1,278,1,278,1,278,1,278, - 3,278,6024,8,278,1,278,1,278,1,278,1,278,1,278,3,278,6031,8,278, - 3,278,6033,8,278,1,279,1,279,1,279,3,279,6038,8,279,1,279,1,279, - 1,279,5,279,6043,8,279,10,279,12,279,6046,9,279,1,279,1,279,1,279, - 3,279,6051,8,279,1,279,1,279,1,279,1,280,1,280,3,280,6058,8,280, - 1,281,1,281,1,281,3,281,6063,8,281,1,281,1,281,1,282,3,282,6068, - 8,282,1,282,1,282,3,282,6072,8,282,1,282,1,282,3,282,6076,8,282, - 1,282,1,282,3,282,6080,8,282,3,282,6082,8,282,1,283,1,283,3,283, - 6086,8,283,1,284,1,284,3,284,6090,8,284,1,284,3,284,6093,8,284,1, - 284,3,284,6096,8,284,3,284,6098,8,284,1,284,1,284,1,284,1,284,1, - 284,1,284,1,284,1,284,3,284,6108,8,284,3,284,6110,8,284,1,284,1, - 284,1,284,3,284,6115,8,284,5,284,6117,8,284,10,284,12,284,6120,9, - 284,1,285,1,285,3,285,6124,8,285,1,286,1,286,3,286,6128,8,286,1, - 286,1,286,1,286,5,286,6133,8,286,10,286,12,286,6136,9,286,1,287, - 1,287,3,287,6140,8,287,1,287,1,287,3,287,6144,8,287,1,287,3,287, - 6147,8,287,1,287,1,287,1,287,1,287,3,287,6153,8,287,1,287,3,287, - 6156,8,287,1,288,1,288,1,288,1,288,1,288,1,288,1,288,1,288,1,289, - 1,289,1,289,1,289,1,289,1,289,1,289,1,289,1,289,3,289,6175,8,289, - 1,289,1,289,1,289,1,290,1,290,3,290,6182,8,290,1,290,1,290,3,290, - 6186,8,290,1,291,3,291,6189,8,291,1,291,1,291,3,291,6193,8,291,1, - 291,1,291,3,291,6197,8,291,1,291,3,291,6200,8,291,1,291,3,291,6203, - 8,291,1,292,1,292,1,292,3,292,6208,8,292,1,293,1,293,1,293,1,293, - 1,293,5,293,6215,8,293,10,293,12,293,6218,9,293,1,294,1,294,1,294, - 1,294,3,294,6224,8,294,1,294,1,294,3,294,6228,8,294,1,295,1,295, - 3,295,6232,8,295,1,295,1,295,3,295,6236,8,295,1,295,3,295,6239,8, - 295,3,295,6241,8,295,1,296,1,296,1,296,3,296,6246,8,296,1,296,1, - 296,3,296,6250,8,296,1,297,1,297,1,297,3,297,6255,8,297,1,297,1, - 297,1,297,1,297,3,297,6261,8,297,1,298,1,298,1,298,1,298,1,298,3, - 298,6268,8,298,1,299,1,299,1,299,3,299,6273,8,299,1,300,1,300,1, - 300,3,300,6278,8,300,1,300,1,300,1,301,1,301,1,301,5,301,6285,8, - 301,10,301,12,301,6288,9,301,1,302,1,302,1,302,1,302,3,302,6294, - 8,302,1,302,1,302,1,302,1,302,5,302,6300,8,302,10,302,12,302,6303, - 9,302,1,302,1,302,1,302,1,302,1,302,1,302,1,302,1,302,3,302,6313, - 8,302,1,303,1,303,1,303,3,303,6318,8,303,1,303,1,303,3,303,6322, - 8,303,1,303,3,303,6325,8,303,1,303,1,303,3,303,6329,8,303,1,303, - 1,303,1,303,3,303,6334,8,303,4,303,6336,8,303,11,303,12,303,6337, - 1,303,1,303,1,303,3,303,6343,8,303,1,304,1,304,1,304,1,304,5,304, - 6349,8,304,10,304,12,304,6352,9,304,1,305,1,305,1,305,1,306,1,306, - 1,306,5,306,6360,8,306,10,306,12,306,6363,9,306,1,307,1,307,3,307, - 6367,8,307,1,307,1,307,3,307,6371,8,307,1,307,3,307,6374,8,307,1, - 307,3,307,6377,8,307,3,307,6379,8,307,1,307,3,307,6382,8,307,1,307, - 3,307,6385,8,307,1,307,3,307,6388,8,307,1,307,1,307,3,307,6392,8, - 307,1,307,1,307,3,307,6396,8,307,1,307,1,307,3,307,6400,8,307,3, - 307,6402,8,307,1,307,1,307,1,307,1,307,1,307,1,307,1,307,3,307,6411, - 8,307,1,307,1,307,1,307,3,307,6416,8,307,1,307,1,307,1,307,1,307, - 3,307,6422,8,307,1,307,1,307,3,307,6426,8,307,3,307,6428,8,307,1, - 307,1,307,1,307,1,307,1,307,3,307,6435,8,307,1,307,1,307,1,307,3, - 307,6440,8,307,1,307,1,307,1,307,1,307,5,307,6446,8,307,10,307,12, - 307,6449,9,307,1,308,3,308,6452,8,308,1,308,1,308,1,308,1,308,1, - 308,3,308,6459,8,308,1,309,1,309,1,309,3,309,6464,8,309,1,309,3, - 309,6467,8,309,1,309,1,309,1,309,1,309,3,309,6473,8,309,1,310,1, - 310,3,310,6477,8,310,1,311,1,311,1,311,1,311,3,311,6483,8,311,1, - 312,1,312,1,312,1,312,1,312,1,312,1,312,3,312,6492,8,312,1,312,1, - 312,1,312,1,312,3,312,6498,8,312,3,312,6500,8,312,1,313,1,313,1, - 313,3,313,6505,8,313,1,313,3,313,6508,8,313,1,313,1,313,1,313,1, - 313,1,313,1,313,1,313,3,313,6517,8,313,1,313,1,313,1,313,1,313,1, - 313,3,313,6524,8,313,3,313,6526,8,313,1,314,1,314,1,314,5,314,6531, - 8,314,10,314,12,314,6534,9,314,1,315,1,315,3,315,6538,8,315,1,315, - 3,315,6541,8,315,1,316,1,316,1,316,1,316,1,316,1,316,1,316,1,316, - 3,316,6551,8,316,1,317,1,317,1,317,1,317,1,317,1,317,1,317,5,317, - 6560,8,317,10,317,12,317,6563,9,317,1,317,1,317,3,317,6567,8,317, - 1,317,1,317,3,317,6571,8,317,1,318,1,318,1,318,1,318,1,318,1,318, - 3,318,6579,8,318,1,319,1,319,1,319,1,320,1,320,1,320,1,320,1,320, - 3,320,6589,8,320,1,321,1,321,1,321,5,321,6594,8,321,10,321,12,321, - 6597,9,321,1,322,1,322,1,322,3,322,6602,8,322,1,323,1,323,1,323, - 1,323,1,323,1,323,1,323,5,323,6611,8,323,10,323,12,323,6614,9,323, - 1,323,1,323,1,323,3,323,6619,8,323,1,323,1,323,1,323,1,323,1,323, - 1,323,5,323,6627,8,323,10,323,12,323,6630,9,323,1,323,1,323,1,324, - 1,324,1,324,1,324,3,324,6638,8,324,1,324,1,324,3,324,6642,8,324, - 1,324,4,324,6645,8,324,11,324,12,324,6646,3,324,6649,8,324,1,324, - 1,324,3,324,6653,8,324,1,325,1,325,1,325,1,325,1,325,1,325,3,325, - 6661,8,325,1,326,3,326,6664,8,326,1,326,1,326,1,326,3,326,6669,8, - 326,1,326,5,326,6672,8,326,10,326,12,326,6675,9,326,1,326,1,326, - 1,326,1,326,3,326,6681,8,326,3,326,6683,8,326,1,326,1,326,1,326, - 1,326,3,326,6689,8,326,1,327,1,327,3,327,6693,8,327,1,327,3,327, - 6696,8,327,1,327,1,327,1,327,3,327,6701,8,327,1,327,3,327,6704,8, - 327,3,327,6706,8,327,1,328,1,328,1,328,1,328,3,328,6712,8,328,1, - 329,1,329,1,329,1,329,1,329,1,329,1,329,3,329,6721,8,329,1,329,1, - 329,1,329,1,329,3,329,6727,8,329,1,329,3,329,6730,8,329,1,330,1, - 330,1,330,1,330,1,331,1,331,3,331,6738,8,331,1,331,3,331,6741,8, - 331,1,332,1,332,3,332,6745,8,332,1,332,1,332,1,332,1,332,3,332,6751, - 8,332,3,332,6753,8,332,1,332,3,332,6756,8,332,1,333,1,333,3,333, - 6760,8,333,1,333,1,333,1,333,3,333,6765,8,333,1,334,1,334,1,334, - 1,334,1,334,3,334,6772,8,334,1,334,1,334,1,334,1,334,1,334,3,334, - 6779,8,334,3,334,6781,8,334,1,334,1,334,1,334,1,334,3,334,6787,8, - 334,3,334,6789,8,334,1,334,1,334,1,334,3,334,6794,8,334,3,334,6796, - 8,334,1,335,1,335,3,335,6800,8,335,1,336,1,336,1,337,1,337,1,338, - 1,338,1,338,3,338,6809,8,338,1,338,1,338,3,338,6813,8,338,1,338, - 1,338,1,338,1,338,1,338,1,338,5,338,6821,8,338,10,338,12,338,6824, - 9,338,1,339,1,339,1,339,1,339,1,339,1,339,1,339,1,339,1,339,1,339, - 1,339,3,339,6837,8,339,1,339,3,339,6840,8,339,1,339,1,339,1,339, - 1,339,1,339,1,339,3,339,6848,8,339,1,339,1,339,1,339,1,339,1,339, - 5,339,6855,8,339,10,339,12,339,6858,9,339,1,339,1,339,1,339,3,339, - 6863,8,339,1,339,1,339,1,339,3,339,6868,8,339,1,339,1,339,1,339, - 1,339,1,339,1,339,3,339,6876,8,339,3,339,6878,8,339,1,339,1,339, - 1,339,3,339,6883,8,339,1,339,1,339,3,339,6887,8,339,1,339,1,339, - 1,339,3,339,6892,8,339,1,339,1,339,1,339,3,339,6897,8,339,1,340, - 1,340,1,340,1,340,3,340,6903,8,340,1,340,1,340,1,340,1,340,1,340, - 1,340,1,340,1,340,1,340,1,340,1,340,1,340,1,340,1,340,5,340,6919, - 8,340,10,340,12,340,6922,9,340,1,341,1,341,1,341,1,341,1,341,1,341, - 3,341,6930,8,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341, - 1,341,1,341,1,341,1,341,1,341,3,341,6945,8,341,1,341,1,341,1,341, - 3,341,6950,8,341,1,341,3,341,6953,8,341,1,341,1,341,1,341,1,341, - 3,341,6959,8,341,1,341,1,341,1,341,3,341,6964,8,341,1,341,1,341, - 1,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341,3,341,6977, - 8,341,1,341,4,341,6980,8,341,11,341,12,341,6981,1,341,1,341,3,341, - 6986,8,341,1,341,1,341,1,341,1,341,1,341,3,341,6993,8,341,1,341, + 3,223,5295,8,223,1,224,1,224,3,224,5299,8,224,1,224,1,224,1,224, + 1,224,1,224,1,224,1,224,1,224,3,224,5309,8,224,1,224,1,224,3,224, + 5313,8,224,1,224,1,224,1,224,1,224,3,224,5319,8,224,1,224,1,224, + 3,224,5323,8,224,5,224,5325,8,224,10,224,12,224,5328,9,224,1,224, + 3,224,5331,8,224,1,225,1,225,1,225,1,225,1,225,3,225,5338,8,225, + 1,226,1,226,1,226,3,226,5343,8,226,1,227,1,227,1,227,1,228,1,228, + 1,228,1,229,1,229,1,229,3,229,5354,8,229,1,230,1,230,3,230,5358, + 8,230,1,230,3,230,5361,8,230,1,230,1,230,1,230,3,230,5366,8,230, + 1,230,1,230,1,230,1,230,3,230,5372,8,230,1,230,1,230,1,230,1,230, + 1,230,1,230,1,230,1,230,1,230,3,230,5383,8,230,1,230,1,230,3,230, + 5387,8,230,1,230,3,230,5390,8,230,1,230,1,230,3,230,5394,8,230,1, + 230,1,230,3,230,5398,8,230,1,230,3,230,5401,8,230,1,231,1,231,1, + 232,1,232,1,232,1,232,1,232,1,232,3,232,5411,8,232,1,232,3,232,5414, + 8,232,1,233,1,233,3,233,5418,8,233,1,233,5,233,5421,8,233,10,233, + 12,233,5424,9,233,1,234,1,234,1,234,3,234,5429,8,234,1,234,3,234, + 5432,8,234,1,234,1,234,1,234,3,234,5437,8,234,1,234,3,234,5440,8, + 234,1,234,1,234,1,234,1,234,1,234,3,234,5447,8,234,3,234,5449,8, + 234,1,234,1,234,1,234,1,234,3,234,5455,8,234,1,234,1,234,3,234,5459, + 8,234,1,235,1,235,1,235,1,236,1,236,1,236,1,236,3,236,5468,8,236, + 1,236,4,236,5471,8,236,11,236,12,236,5472,3,236,5475,8,236,1,237, + 1,237,1,237,1,237,1,237,1,237,1,237,1,237,3,237,5485,8,237,1,237, + 3,237,5488,8,237,1,237,1,237,1,237,3,237,5493,8,237,1,238,1,238, + 1,238,1,238,1,238,1,238,3,238,5501,8,238,1,238,3,238,5504,8,238, + 1,238,4,238,5507,8,238,11,238,12,238,5508,3,238,5511,8,238,3,238, + 5513,8,238,1,239,1,239,1,239,1,239,3,239,5519,8,239,1,240,1,240, + 1,240,1,240,1,240,1,240,1,241,1,241,1,241,1,241,1,241,1,242,1,242, + 1,242,1,242,3,242,5536,8,242,1,242,1,242,5,242,5540,8,242,10,242, + 12,242,5543,9,242,1,243,1,243,1,243,1,243,1,243,1,243,1,243,1,243, + 1,243,1,243,3,243,5555,8,243,1,243,1,243,1,243,1,243,3,243,5561, + 8,243,1,243,1,243,3,243,5565,8,243,1,243,1,243,1,243,3,243,5570, + 8,243,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,245,3,245,5600,8,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,3,245,5615,8,245,1,245,1,245,1,245,3,245,5620,8,245,1,246, + 1,246,3,246,5624,8,246,1,246,1,246,1,246,1,246,1,246,1,246,1,246, + 1,246,1,246,1,247,1,247,3,247,5637,8,247,1,247,1,247,3,247,5641, + 8,247,3,247,5643,8,247,1,247,1,247,1,247,1,247,1,247,5,247,5650, + 8,247,10,247,12,247,5653,9,247,1,247,1,247,1,247,3,247,5658,8,247, + 3,247,5660,8,247,1,248,1,248,3,248,5664,8,248,1,248,3,248,5667,8, + 248,1,248,3,248,5670,8,248,1,248,3,248,5673,8,248,1,248,3,248,5676, + 8,248,3,248,5678,8,248,1,248,3,248,5681,8,248,1,249,1,249,3,249, + 5685,8,249,1,249,1,249,1,249,1,249,5,249,5691,8,249,10,249,12,249, + 5694,9,249,1,249,1,249,3,249,5698,8,249,1,249,3,249,5701,8,249,1, + 250,1,250,1,251,1,251,3,251,5707,8,251,1,251,1,251,3,251,5711,8, + 251,1,252,1,252,3,252,5715,8,252,1,252,1,252,1,252,3,252,5720,8, + 252,3,252,5722,8,252,1,253,1,253,3,253,5726,8,253,1,254,1,254,3, + 254,5730,8,254,1,255,1,255,1,255,5,255,5735,8,255,10,255,12,255, + 5738,9,255,1,256,1,256,1,256,3,256,5743,8,256,1,256,1,256,3,256, + 5747,8,256,3,256,5749,8,256,3,256,5751,8,256,1,256,1,256,1,257,1, + 257,1,257,1,257,1,257,1,257,1,257,1,257,1,257,3,257,5764,8,257,1, + 258,1,258,1,258,1,258,5,258,5770,8,258,10,258,12,258,5773,9,258, + 1,258,1,258,1,259,1,259,1,259,3,259,5780,8,259,1,259,1,259,1,259, + 1,260,1,260,1,260,1,260,5,260,5789,8,260,10,260,12,260,5792,9,260, + 1,260,1,260,1,261,1,261,1,261,1,261,3,261,5800,8,261,1,262,1,262, + 1,262,3,262,5805,8,262,1,262,1,262,3,262,5809,8,262,1,262,1,262, + 3,262,5813,8,262,1,262,1,262,1,262,1,262,1,262,3,262,5820,8,262, + 1,262,3,262,5823,8,262,3,262,5825,8,262,1,263,1,263,1,263,1,263, + 1,264,1,264,3,264,5833,8,264,1,264,1,264,3,264,5837,8,264,1,265, + 3,265,5840,8,265,1,265,1,265,1,265,1,265,1,265,3,265,5847,8,265, + 1,265,1,265,1,265,1,265,1,265,3,265,5854,8,265,1,265,1,265,1,265, + 3,265,5859,8,265,1,265,1,265,1,265,1,265,1,265,3,265,5866,8,265, + 1,265,3,265,5869,8,265,3,265,5871,8,265,1,265,3,265,5874,8,265,1, + 266,1,266,1,266,1,266,3,266,5880,8,266,1,266,1,266,1,266,3,266,5885, + 8,266,1,266,1,266,3,266,5889,8,266,1,267,1,267,1,267,5,267,5894, + 8,267,10,267,12,267,5897,9,267,1,268,1,268,1,268,1,269,1,269,1,269, + 1,270,3,270,5906,8,270,1,270,1,270,1,270,1,270,1,270,3,270,5913, + 8,270,1,270,3,270,5916,8,270,1,270,3,270,5919,8,270,1,271,1,271, + 3,271,5923,8,271,1,271,1,271,1,271,1,271,1,271,1,271,1,271,1,271, + 1,271,3,271,5934,8,271,1,271,3,271,5937,8,271,1,271,3,271,5940,8, + 271,1,271,3,271,5943,8,271,1,272,3,272,5946,8,272,1,272,1,272,1, + 272,1,272,1,272,3,272,5953,8,272,1,272,3,272,5956,8,272,1,272,3, + 272,5959,8,272,1,273,1,273,1,273,5,273,5964,8,273,10,273,12,273, + 5967,9,273,1,274,1,274,1,274,1,274,1,274,1,274,1,274,1,274,1,274, + 3,274,5978,8,274,1,274,1,274,1,274,1,274,1,274,3,274,5985,8,274, + 3,274,5987,8,274,1,275,1,275,1,275,3,275,5992,8,275,1,275,1,275, + 1,275,5,275,5997,8,275,10,275,12,275,6000,9,275,1,275,1,275,1,275, + 3,275,6005,8,275,1,275,1,275,1,275,1,276,1,276,3,276,6012,8,276, + 1,277,1,277,1,277,3,277,6017,8,277,1,277,1,277,1,278,3,278,6022, + 8,278,1,278,1,278,3,278,6026,8,278,1,278,1,278,3,278,6030,8,278, + 1,278,1,278,3,278,6034,8,278,3,278,6036,8,278,1,279,1,279,3,279, + 6040,8,279,1,280,1,280,3,280,6044,8,280,1,280,3,280,6047,8,280,1, + 280,3,280,6050,8,280,3,280,6052,8,280,1,280,1,280,1,280,1,280,1, + 280,1,280,1,280,1,280,3,280,6062,8,280,3,280,6064,8,280,1,280,1, + 280,1,280,3,280,6069,8,280,5,280,6071,8,280,10,280,12,280,6074,9, + 280,1,281,1,281,3,281,6078,8,281,1,282,1,282,3,282,6082,8,282,1, + 282,1,282,1,282,5,282,6087,8,282,10,282,12,282,6090,9,282,1,283, + 1,283,3,283,6094,8,283,1,283,1,283,3,283,6098,8,283,1,283,3,283, + 6101,8,283,1,283,1,283,1,283,1,283,3,283,6107,8,283,1,283,3,283, + 6110,8,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,285,1,285,1,285,1,285,1,285,3,285,6129,8,285, + 1,285,1,285,1,285,1,286,1,286,3,286,6136,8,286,1,286,1,286,3,286, + 6140,8,286,1,287,3,287,6143,8,287,1,287,1,287,3,287,6147,8,287,1, + 287,1,287,3,287,6151,8,287,1,287,3,287,6154,8,287,1,287,3,287,6157, + 8,287,1,288,1,288,1,288,3,288,6162,8,288,1,289,1,289,1,289,1,289, + 1,289,5,289,6169,8,289,10,289,12,289,6172,9,289,1,290,1,290,1,290, + 1,290,3,290,6178,8,290,1,290,1,290,3,290,6182,8,290,1,291,1,291, + 3,291,6186,8,291,1,291,1,291,3,291,6190,8,291,1,291,3,291,6193,8, + 291,3,291,6195,8,291,1,292,1,292,1,292,3,292,6200,8,292,1,292,1, + 292,3,292,6204,8,292,1,293,1,293,1,293,3,293,6209,8,293,1,293,1, + 293,1,293,1,293,3,293,6215,8,293,1,294,1,294,1,294,1,294,1,294,3, + 294,6222,8,294,1,295,1,295,1,295,3,295,6227,8,295,1,296,1,296,1, + 296,3,296,6232,8,296,1,296,1,296,1,297,1,297,1,297,5,297,6239,8, + 297,10,297,12,297,6242,9,297,1,298,1,298,1,298,1,298,3,298,6248, + 8,298,1,298,1,298,1,298,1,298,5,298,6254,8,298,10,298,12,298,6257, + 9,298,1,298,1,298,1,298,1,298,1,298,1,298,1,298,1,298,3,298,6267, + 8,298,1,299,1,299,1,299,3,299,6272,8,299,1,299,1,299,3,299,6276, + 8,299,1,299,3,299,6279,8,299,1,299,1,299,3,299,6283,8,299,1,299, + 1,299,1,299,3,299,6288,8,299,4,299,6290,8,299,11,299,12,299,6291, + 1,299,1,299,1,299,3,299,6297,8,299,1,300,1,300,1,300,1,300,5,300, + 6303,8,300,10,300,12,300,6306,9,300,1,301,1,301,1,301,1,302,1,302, + 1,302,5,302,6314,8,302,10,302,12,302,6317,9,302,1,303,1,303,3,303, + 6321,8,303,1,303,1,303,3,303,6325,8,303,1,303,3,303,6328,8,303,1, + 303,3,303,6331,8,303,3,303,6333,8,303,1,303,3,303,6336,8,303,1,303, + 3,303,6339,8,303,1,303,3,303,6342,8,303,1,303,1,303,3,303,6346,8, + 303,1,303,1,303,3,303,6350,8,303,1,303,1,303,3,303,6354,8,303,3, + 303,6356,8,303,1,303,1,303,1,303,1,303,1,303,1,303,1,303,3,303,6365, + 8,303,1,303,1,303,1,303,3,303,6370,8,303,1,303,1,303,1,303,1,303, + 3,303,6376,8,303,1,303,1,303,3,303,6380,8,303,3,303,6382,8,303,1, + 303,1,303,1,303,1,303,1,303,3,303,6389,8,303,1,303,1,303,1,303,3, + 303,6394,8,303,1,303,1,303,1,303,1,303,5,303,6400,8,303,10,303,12, + 303,6403,9,303,1,304,3,304,6406,8,304,1,304,1,304,1,304,1,304,1, + 304,3,304,6413,8,304,1,305,1,305,1,305,3,305,6418,8,305,1,305,3, + 305,6421,8,305,1,305,1,305,1,305,1,305,3,305,6427,8,305,1,306,1, + 306,3,306,6431,8,306,1,307,1,307,1,307,1,307,3,307,6437,8,307,1, + 308,1,308,1,308,1,308,1,308,1,308,1,308,3,308,6446,8,308,1,308,1, + 308,1,308,1,308,3,308,6452,8,308,3,308,6454,8,308,1,309,1,309,1, + 309,3,309,6459,8,309,1,309,3,309,6462,8,309,1,309,1,309,1,309,1, + 309,1,309,1,309,1,309,3,309,6471,8,309,1,309,1,309,1,309,1,309,1, + 309,3,309,6478,8,309,3,309,6480,8,309,1,310,1,310,1,310,5,310,6485, + 8,310,10,310,12,310,6488,9,310,1,311,1,311,3,311,6492,8,311,1,311, + 3,311,6495,8,311,1,312,1,312,1,312,1,312,1,312,1,312,1,312,1,312, + 3,312,6505,8,312,1,313,1,313,1,313,1,313,1,313,1,313,1,313,5,313, + 6514,8,313,10,313,12,313,6517,9,313,1,313,1,313,3,313,6521,8,313, + 1,313,1,313,3,313,6525,8,313,1,314,1,314,1,314,1,314,1,314,1,314, + 3,314,6533,8,314,1,315,1,315,1,315,1,316,1,316,1,316,1,316,1,316, + 3,316,6543,8,316,1,317,1,317,1,317,5,317,6548,8,317,10,317,12,317, + 6551,9,317,1,318,1,318,1,318,3,318,6556,8,318,1,319,1,319,1,319, + 1,319,1,319,1,319,1,319,5,319,6565,8,319,10,319,12,319,6568,9,319, + 1,319,1,319,1,319,3,319,6573,8,319,1,319,1,319,1,319,1,319,1,319, + 1,319,5,319,6581,8,319,10,319,12,319,6584,9,319,1,319,1,319,1,320, + 1,320,1,320,1,320,3,320,6592,8,320,1,320,1,320,3,320,6596,8,320, + 1,320,4,320,6599,8,320,11,320,12,320,6600,3,320,6603,8,320,1,320, + 1,320,3,320,6607,8,320,1,321,1,321,1,321,1,321,1,321,1,321,3,321, + 6615,8,321,1,322,3,322,6618,8,322,1,322,1,322,1,322,3,322,6623,8, + 322,1,322,5,322,6626,8,322,10,322,12,322,6629,9,322,1,322,1,322, + 1,322,1,322,3,322,6635,8,322,3,322,6637,8,322,1,322,1,322,1,322, + 1,322,3,322,6643,8,322,1,323,1,323,3,323,6647,8,323,1,323,3,323, + 6650,8,323,1,323,1,323,1,323,3,323,6655,8,323,1,323,3,323,6658,8, + 323,3,323,6660,8,323,1,324,1,324,1,324,1,324,3,324,6666,8,324,1, + 325,1,325,1,325,1,325,1,325,1,325,1,325,3,325,6675,8,325,1,325,1, + 325,1,325,1,325,3,325,6681,8,325,1,325,3,325,6684,8,325,1,326,1, + 326,1,326,1,326,1,327,1,327,3,327,6692,8,327,1,327,3,327,6695,8, + 327,1,328,1,328,3,328,6699,8,328,1,328,1,328,1,328,1,328,3,328,6705, + 8,328,3,328,6707,8,328,1,328,3,328,6710,8,328,1,329,1,329,3,329, + 6714,8,329,1,329,1,329,1,329,3,329,6719,8,329,1,330,1,330,1,330, + 1,330,1,330,3,330,6726,8,330,1,330,1,330,1,330,1,330,1,330,3,330, + 6733,8,330,3,330,6735,8,330,1,330,1,330,1,330,1,330,3,330,6741,8, + 330,3,330,6743,8,330,1,330,1,330,1,330,3,330,6748,8,330,3,330,6750, + 8,330,1,331,1,331,3,331,6754,8,331,1,332,1,332,1,333,1,333,1,334, + 1,334,1,334,3,334,6763,8,334,1,334,1,334,3,334,6767,8,334,1,334, + 1,334,1,334,1,334,1,334,1,334,5,334,6775,8,334,10,334,12,334,6778, + 9,334,1,335,1,335,1,335,1,335,1,335,1,335,1,335,1,335,1,335,1,335, + 1,335,3,335,6791,8,335,1,335,3,335,6794,8,335,1,335,1,335,1,335, + 1,335,1,335,1,335,3,335,6802,8,335,1,335,1,335,1,335,1,335,1,335, + 5,335,6809,8,335,10,335,12,335,6812,9,335,1,335,1,335,1,335,3,335, + 6817,8,335,1,335,1,335,1,335,3,335,6822,8,335,1,335,1,335,1,335, + 1,335,1,335,1,335,3,335,6830,8,335,3,335,6832,8,335,1,335,1,335, + 1,335,3,335,6837,8,335,1,335,1,335,3,335,6841,8,335,1,335,1,335, + 1,335,3,335,6846,8,335,1,335,1,335,1,335,3,335,6851,8,335,1,336, + 1,336,1,336,1,336,3,336,6857,8,336,1,336,1,336,1,336,1,336,1,336, + 1,336,1,336,1,336,1,336,1,336,1,336,1,336,1,336,1,336,5,336,6873, + 8,336,10,336,12,336,6876,9,336,1,337,1,337,1,337,1,337,1,337,1,337, + 3,337,6884,8,337,1,337,1,337,1,337,1,337,1,337,1,337,1,337,1,337, + 1,337,1,337,1,337,1,337,1,337,3,337,6899,8,337,1,337,1,337,1,337, + 3,337,6904,8,337,1,337,3,337,6907,8,337,1,337,1,337,1,337,1,337, + 3,337,6913,8,337,1,337,1,337,1,337,3,337,6918,8,337,1,337,1,337, + 1,337,1,337,1,337,1,337,1,337,1,337,1,337,1,337,1,337,3,337,6931, + 8,337,1,337,4,337,6934,8,337,11,337,12,337,6935,1,337,1,337,3,337, + 6940,8,337,1,337,1,337,1,337,1,337,1,337,3,337,6947,8,337,1,337, + 1,337,1,337,1,337,1,337,1,337,1,337,1,337,1,337,1,337,1,337,1,337, + 1,337,1,337,1,337,1,337,1,337,3,337,6966,8,337,1,337,1,337,1,337, + 1,337,1,337,1,337,1,337,1,337,1,337,1,337,3,337,6978,8,337,1,337, + 1,337,1,337,3,337,6983,8,337,1,337,1,337,1,337,1,337,1,337,1,337, + 3,337,6991,8,337,5,337,6993,8,337,10,337,12,337,6996,9,337,1,338, + 1,338,1,338,1,338,1,338,1,338,3,338,7004,8,338,1,338,3,338,7007, + 8,338,1,338,1,338,1,338,3,338,7012,8,338,1,338,1,338,1,338,3,338, + 7017,8,338,1,338,3,338,7020,8,338,1,338,1,338,1,339,1,339,1,339, + 1,339,1,339,1,339,1,339,3,339,7031,8,339,1,339,1,339,1,339,1,339, + 1,339,1,339,3,339,7039,8,339,1,339,1,339,1,339,3,339,7044,8,339, + 3,339,7046,8,339,1,339,3,339,7049,8,339,1,340,1,340,3,340,7053,8, + 340,1,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341,3,341, + 7064,8,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341, + 1,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341,3,341, + 7085,8,341,1,341,1,341,1,341,1,341,1,341,1,341,3,341,7093,8,341, + 1,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341, + 3,341,7106,8,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341, + 3,341,7116,8,341,1,341,1,341,1,341,1,341,3,341,7122,8,341,1,341, + 1,341,1,341,1,341,3,341,7128,8,341,1,341,3,341,7131,8,341,1,341, + 3,341,7134,8,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341, + 1,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341, + 1,341,1,341,1,341,1,341,1,341,3,341,7160,8,341,3,341,7162,8,341, 1,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341, - 1,341,1,341,1,341,1,341,1,341,3,341,7012,8,341,1,341,1,341,1,341, - 1,341,1,341,1,341,1,341,1,341,1,341,1,341,3,341,7024,8,341,1,341, - 1,341,1,341,3,341,7029,8,341,1,341,1,341,1,341,1,341,1,341,1,341, - 3,341,7037,8,341,5,341,7039,8,341,10,341,12,341,7042,9,341,1,342, - 1,342,1,342,1,342,1,342,1,342,3,342,7050,8,342,1,342,3,342,7053, - 8,342,1,342,1,342,1,342,3,342,7058,8,342,1,342,1,342,1,342,3,342, - 7063,8,342,1,342,3,342,7066,8,342,1,342,1,342,1,343,1,343,1,343, - 1,343,1,343,1,343,1,343,3,343,7077,8,343,1,343,1,343,1,343,1,343, - 1,343,1,343,3,343,7085,8,343,1,343,1,343,1,343,3,343,7090,8,343, - 3,343,7092,8,343,1,343,3,343,7095,8,343,1,344,1,344,3,344,7099,8, - 344,1,345,1,345,1,345,1,345,1,345,1,345,1,345,1,345,1,345,3,345, - 7110,8,345,1,345,1,345,1,345,1,345,1,345,1,345,1,345,1,345,1,345, - 1,345,1,345,1,345,1,345,1,345,1,345,1,345,1,345,1,345,1,345,3,345, - 7131,8,345,1,345,1,345,1,345,1,345,1,345,1,345,3,345,7139,8,345, - 1,345,1,345,1,345,1,345,1,345,1,345,1,345,1,345,1,345,1,345,1,345, - 3,345,7152,8,345,1,345,1,345,1,345,1,345,1,345,1,345,1,345,1,345, - 3,345,7162,8,345,1,345,1,345,1,345,1,345,3,345,7168,8,345,1,345, - 1,345,1,345,1,345,3,345,7174,8,345,1,345,3,345,7177,8,345,1,345, - 3,345,7180,8,345,1,345,1,345,1,345,1,345,1,345,1,345,1,345,1,345, - 1,345,1,345,1,345,1,345,1,345,1,345,1,345,1,345,1,345,1,345,1,345, - 1,345,1,345,1,345,1,345,1,345,3,345,7206,8,345,3,345,7208,8,345, - 1,345,1,345,1,345,1,345,1,345,1,345,1,345,1,345,1,345,1,345,1,345, - 1,345,1,345,1,345,1,345,1,345,1,345,1,345,1,345,3,345,7229,8,345, - 1,345,1,345,1,345,1,345,1,345,1,345,1,345,1,345,3,345,7239,8,345, - 1,345,1,345,1,345,1,345,1,345,1,345,1,345,1,345,1,345,1,345,1,345, - 3,345,7252,8,345,1,345,1,345,1,345,3,345,7257,8,345,1,345,1,345, - 3,345,7261,8,345,3,345,7263,8,345,1,345,1,345,1,345,1,345,1,345, - 1,345,1,345,1,345,1,345,1,345,3,345,7275,8,345,1,346,1,346,1,346, - 5,346,7280,8,346,10,346,12,346,7283,9,346,1,347,1,347,1,347,3,347, - 7288,8,347,1,348,1,348,1,349,1,349,3,349,7294,8,349,1,349,1,349, - 3,349,7298,8,349,1,350,1,350,1,350,1,351,1,351,1,351,1,351,5,351, - 7307,8,351,10,351,12,351,7310,9,351,1,352,1,352,1,352,1,352,1,353, - 1,353,1,353,3,353,7319,8,353,1,354,1,354,3,354,7323,8,354,1,354, - 1,354,1,354,3,354,7328,8,354,1,354,3,354,7331,8,354,1,354,3,354, - 7334,8,354,1,354,1,354,1,355,1,355,1,355,1,355,1,355,3,355,7343, - 8,355,1,355,1,355,1,355,1,355,1,355,1,355,1,355,1,355,1,355,3,355, - 7354,8,355,3,355,7356,8,355,1,356,1,356,3,356,7360,8,356,1,356,1, - 356,1,356,3,356,7365,8,356,1,357,1,357,1,357,1,357,1,357,1,357,1, - 357,3,357,7374,8,357,1,358,1,358,1,358,3,358,7379,8,358,1,358,1, - 358,1,359,1,359,1,360,1,360,3,360,7387,8,360,1,361,1,361,1,362,1, - 362,1,362,1,362,1,362,1,362,3,362,7397,8,362,1,363,1,363,1,363,1, - 363,1,363,1,363,3,363,7405,8,363,1,364,1,364,3,364,7409,8,364,1, - 364,3,364,7412,8,364,1,365,1,365,1,365,5,365,7417,8,365,10,365,12, - 365,7420,9,365,1,366,1,366,1,366,1,366,1,366,3,366,7427,8,366,1, - 367,1,367,3,367,7431,8,367,1,368,1,368,1,368,5,368,7436,8,368,10, - 368,12,368,7439,9,368,1,369,1,369,1,369,1,369,1,369,3,369,7446,8, - 369,3,369,7448,8,369,1,370,1,370,1,370,1,370,1,370,5,370,7455,8, - 370,10,370,12,370,7458,9,370,3,370,7460,8,370,1,370,1,370,1,371, - 1,371,1,371,1,371,1,371,1,371,1,371,1,371,3,371,7472,8,371,1,372, - 1,372,1,373,1,373,1,373,1,373,1,373,3,373,7481,8,373,1,373,1,373, - 1,373,1,373,1,373,3,373,7488,8,373,1,373,1,373,1,373,1,373,1,373, - 1,373,1,373,3,373,7497,8,373,1,374,1,374,1,374,1,374,1,374,1,375, - 1,375,1,375,3,375,7507,8,375,1,375,1,375,1,375,3,375,7512,8,375, - 1,375,1,375,3,375,7516,8,375,3,375,7518,8,375,1,375,3,375,7521,8, - 375,1,376,4,376,7524,8,376,11,376,12,376,7525,1,377,5,377,7529,8, - 377,10,377,12,377,7532,9,377,1,378,1,378,1,378,5,378,7537,8,378, - 10,378,12,378,7540,9,378,1,379,1,379,1,379,1,379,1,379,3,379,7547, - 8,379,1,379,3,379,7550,8,379,1,380,1,380,1,380,5,380,7555,8,380, - 10,380,12,380,7558,9,380,1,381,1,381,1,381,5,381,7563,8,381,10,381, - 12,381,7566,9,381,1,382,1,382,1,382,5,382,7571,8,382,10,382,12,382, - 7574,9,382,1,383,1,383,1,383,5,383,7579,8,383,10,383,12,383,7582, - 9,383,1,384,1,384,1,385,1,385,1,386,1,386,1,387,1,387,1,388,1,388, - 1,389,1,389,1,390,1,390,3,390,7598,8,390,1,391,1,391,1,391,5,391, - 7603,8,391,10,391,12,391,7606,9,391,1,392,1,392,1,392,5,392,7611, - 8,392,10,392,12,392,7614,9,392,1,393,1,393,1,394,1,394,1,395,1,395, - 1,396,1,396,1,397,1,397,1,398,1,398,1,398,1,398,3,398,7630,8,398, - 1,399,1,399,1,399,1,399,3,399,7636,8,399,1,400,1,400,1,400,1,400, - 3,400,7642,8,400,1,401,1,401,1,402,1,402,1,402,1,402,3,402,7650, - 8,402,1,403,1,403,1,403,1,403,3,403,7656,8,403,1,404,1,404,1,404, - 3,404,7661,8,404,1,405,1,405,1,405,1,405,5,405,7667,8,405,10,405, - 12,405,7670,9,405,1,405,1,405,3,405,7674,8,405,1,406,3,406,7677, - 8,406,1,406,1,406,1,407,1,407,1,407,1,407,1,407,3,407,7686,8,407, - 1,408,1,408,1,408,5,408,7691,8,408,10,408,12,408,7694,9,408,1,409, - 1,409,3,409,7698,8,409,1,410,1,410,3,410,7702,8,410,1,411,1,411, - 1,411,3,411,7707,8,411,1,412,1,412,1,412,1,412,3,412,7713,8,412, - 1,413,1,413,1,413,3,413,7718,8,413,1,413,1,413,1,413,1,413,1,413, - 1,413,3,413,7726,8,413,1,414,1,414,1,415,1,415,1,415,1,415,1,415, - 1,415,1,415,1,415,1,415,1,415,1,415,1,415,1,415,1,415,1,415,1,415, - 1,415,1,415,1,415,1,415,1,415,1,415,1,415,1,415,1,415,1,415,1,415, - 1,415,1,415,1,415,1,415,1,415,1,415,1,415,1,415,1,415,1,415,1,415, - 1,415,1,415,1,415,1,415,1,415,1,415,1,415,1,415,1,415,1,415,1,415, - 1,415,1,415,3,415,7781,8,415,1,416,1,416,1,417,1,417,1,418,3,418, - 7788,8,418,1,418,1,418,1,418,1,418,4,418,7794,8,418,11,418,12,418, - 7795,3,418,7798,8,418,3,418,7800,8,418,1,418,1,418,5,418,7804,8, - 418,10,418,12,418,7807,9,418,1,418,3,418,7810,8,418,1,418,1,418, - 3,418,7814,8,418,1,419,1,419,1,419,1,419,1,420,1,420,1,420,1,420, - 1,420,3,420,7825,8,420,1,420,3,420,7828,8,420,1,420,1,420,3,420, - 7832,8,420,1,420,1,420,3,420,7836,8,420,1,420,1,420,3,420,7840,8, - 420,1,420,3,420,7843,8,420,1,420,3,420,7846,8,420,1,420,3,420,7849, - 8,420,1,420,1,420,1,420,1,420,1,420,5,420,7856,8,420,10,420,12,420, - 7859,9,420,1,420,1,420,3,420,7863,8,420,1,420,1,420,3,420,7867,8, - 420,1,420,1,420,1,421,1,421,1,421,1,422,1,422,1,423,1,423,1,423, - 1,423,1,423,1,423,1,423,1,423,1,423,1,423,1,423,1,423,1,423,1,423, - 1,423,1,423,1,423,1,423,1,423,1,423,1,423,1,423,1,423,1,423,3,423, - 7900,8,423,1,424,1,424,1,424,1,424,1,425,1,425,1,425,1,425,3,425, - 7910,8,425,1,425,1,425,3,425,7914,8,425,1,425,1,425,1,425,1,425, - 3,425,7920,8,425,1,425,1,425,1,425,3,425,7925,8,425,1,426,1,426, - 1,426,1,426,1,426,1,427,1,427,3,427,7934,8,427,1,427,1,427,1,427, - 1,427,5,427,7940,8,427,10,427,12,427,7943,9,427,1,427,1,427,1,428, - 1,428,1,428,1,428,1,429,1,429,3,429,7953,8,429,1,429,1,429,1,429, - 1,429,5,429,7959,8,429,10,429,12,429,7962,9,429,1,430,1,430,1,430, - 1,430,5,430,7968,8,430,10,430,12,430,7971,9,430,1,430,1,430,1,430, - 1,430,5,430,7977,8,430,10,430,12,430,7980,9,430,5,430,7982,8,430, - 10,430,12,430,7985,9,430,1,430,3,430,7988,8,430,1,430,1,430,1,430, - 1,430,1,431,1,431,5,431,7996,8,431,10,431,12,431,7999,9,431,1,432, - 1,432,3,432,8003,8,432,1,432,1,432,1,432,1,432,5,432,8009,8,432, - 10,432,12,432,8012,9,432,4,432,8014,8,432,11,432,12,432,8015,1,432, - 3,432,8019,8,432,1,432,1,432,1,432,1,432,1,433,3,433,8026,8,433, - 1,433,1,433,1,433,1,433,3,433,8032,8,433,1,433,1,433,1,434,1,434, - 1,434,1,434,3,434,8040,8,434,1,434,1,434,1,434,1,434,1,434,1,434, - 3,434,8048,8,434,1,434,3,434,8051,8,434,1,434,1,434,1,434,1,434, - 1,434,3,434,8058,8,434,3,434,8060,8,434,1,435,3,435,8063,8,435,1, - 435,1,435,1,435,1,435,3,435,8069,8,435,1,435,1,435,1,435,1,435,1, - 435,1,436,1,436,3,436,8078,8,436,1,436,1,436,3,436,8082,8,436,1, - 436,1,436,1,437,1,437,1,437,1,437,1,437,1,437,1,437,1,437,1,437, - 1,437,3,437,8096,8,437,1,437,3,437,8099,8,437,3,437,8101,8,437,1, - 437,1,437,1,438,1,438,3,438,8107,8,438,1,438,1,438,1,438,1,438,1, - 438,1,438,4,438,8115,8,438,11,438,12,438,8116,3,438,8119,8,438,3, - 438,8121,8,438,1,438,1,438,1,438,1,438,5,438,8127,8,438,10,438,12, - 438,8130,9,438,3,438,8132,8,438,1,438,3,438,8135,8,438,1,439,1,439, - 1,439,1,439,1,440,1,440,1,440,1,440,3,440,8145,8,440,1,440,1,440, - 1,441,1,441,5,441,8151,8,441,10,441,12,441,8154,9,441,1,441,1,441, - 1,441,3,441,8159,8,441,1,441,1,441,1,442,1,442,3,442,8165,8,442, - 1,442,1,442,1,443,1,443,1,443,3,443,8172,8,443,1,443,1,443,3,443, - 8176,8,443,1,443,1,443,3,443,8180,8,443,1,443,3,443,8183,8,443,1, - 443,3,443,8186,8,443,1,443,1,443,1,444,1,444,3,444,8192,8,444,1, - 444,1,444,1,445,1,445,1,445,3,445,8199,8,445,1,445,3,445,8202,8, - 445,1,445,1,445,1,445,1,445,1,445,1,445,3,445,8210,8,445,3,445,8212, - 8,445,1,445,1,445,1,445,1,445,1,445,5,445,8219,8,445,10,445,12,445, - 8222,9,445,1,445,1,445,3,445,8226,8,445,3,445,8228,8,445,1,445,1, - 445,1,446,1,446,1,446,3,446,8235,8,446,1,446,1,446,1,447,1,447,3, - 447,8241,8,447,1,447,3,447,8244,8,447,1,447,1,447,1,447,1,447,1, - 447,1,448,1,448,1,448,1,448,1,448,3,448,8256,8,448,1,448,1,448,1, - 448,1,448,1,448,3,448,8263,8,448,3,448,8265,8,448,1,449,1,449,3, - 449,8269,8,449,1,449,1,449,1,449,1,450,3,450,8275,8,450,1,450,1, - 450,1,450,3,450,8280,8,450,1,450,1,450,3,450,8284,8,450,1,450,3, - 450,8287,8,450,1,450,3,450,8290,8,450,1,450,1,450,1,450,1,450,1, - 450,4,450,8297,8,450,11,450,12,450,8298,1,451,3,451,8302,8,451,1, - 451,1,451,3,451,8306,8,451,1,451,1,451,3,451,8310,8,451,3,451,8312, - 8,451,1,451,3,451,8315,8,451,1,451,3,451,8318,8,451,1,452,1,452, - 1,452,1,452,3,452,8324,8,452,1,452,1,452,1,452,1,452,1,452,3,452, - 8331,8,452,1,452,1,452,1,452,1,452,1,452,3,452,8338,8,452,1,452, - 1,452,1,452,1,452,3,452,8344,8,452,3,452,8346,8,452,1,453,1,453, - 3,453,8350,8,453,1,453,1,453,1,453,3,453,8355,8,453,1,453,1,453, - 1,454,1,454,1,454,1,454,1,454,1,454,1,454,1,454,1,454,1,454,1,454, - 1,454,5,454,8371,8,454,10,454,12,454,8374,9,454,1,454,1,454,4,454, - 8378,8,454,11,454,12,454,8379,1,455,1,455,1,455,1,455,1,455,5,455, - 8387,8,455,10,455,12,455,8390,9,455,1,455,1,455,1,455,1,455,3,455, - 8396,8,455,1,456,1,456,3,456,8400,8,456,1,457,1,457,1,457,1,457, - 1,458,1,458,1,458,1,459,1,459,1,459,3,459,8412,8,459,1,459,3,459, - 8415,8,459,1,459,1,459,1,460,1,460,1,460,1,460,1,460,1,460,1,460, - 1,460,1,460,3,460,8428,8,460,1,460,3,460,8431,8,460,1,461,1,461, - 3,461,8435,8,461,1,462,1,462,1,462,1,462,1,462,5,462,8442,8,462, - 10,462,12,462,8445,9,462,1,462,1,462,5,462,8449,8,462,10,462,12, - 462,8452,9,462,4,462,8454,8,462,11,462,12,462,8455,1,463,1,463,1, - 463,3,463,8461,8,463,1,464,1,464,3,464,8465,8,464,1,465,3,465,8468, - 8,465,1,465,3,465,8471,8,465,1,465,3,465,8474,8,465,1,465,3,465, - 8477,8,465,1,465,3,465,8480,8,465,1,465,1,465,3,465,8484,8,465,1, - 465,3,465,8487,8,465,1,465,0,3,676,680,682,466,0,2,4,6,8,10,12,14, + 1,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341,3,341,7183,8,341, + 1,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341,3,341,7193,8,341, + 1,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341,1,341, + 3,341,7206,8,341,1,341,1,341,1,341,3,341,7211,8,341,1,341,1,341, + 3,341,7215,8,341,3,341,7217,8,341,1,341,1,341,1,341,1,341,1,341, + 1,341,1,341,1,341,1,341,1,341,3,341,7229,8,341,1,342,1,342,1,342, + 5,342,7234,8,342,10,342,12,342,7237,9,342,1,343,1,343,1,343,3,343, + 7242,8,343,1,344,1,344,1,345,1,345,3,345,7248,8,345,1,345,1,345, + 3,345,7252,8,345,1,346,1,346,1,346,1,347,1,347,1,347,1,347,5,347, + 7261,8,347,10,347,12,347,7264,9,347,1,348,1,348,1,348,1,348,1,349, + 1,349,1,349,3,349,7273,8,349,1,350,1,350,3,350,7277,8,350,1,350, + 1,350,1,350,3,350,7282,8,350,1,350,3,350,7285,8,350,1,350,3,350, + 7288,8,350,1,350,1,350,1,351,1,351,1,351,1,351,1,351,3,351,7297, + 8,351,1,351,1,351,1,351,1,351,1,351,1,351,1,351,1,351,1,351,3,351, + 7308,8,351,3,351,7310,8,351,1,352,1,352,3,352,7314,8,352,1,352,1, + 352,1,352,3,352,7319,8,352,1,353,1,353,1,353,1,353,1,353,1,353,1, + 353,3,353,7328,8,353,1,354,1,354,1,354,3,354,7333,8,354,1,354,1, + 354,1,355,1,355,1,356,1,356,3,356,7341,8,356,1,357,1,357,1,358,1, + 358,1,358,1,358,1,358,1,358,3,358,7351,8,358,1,359,1,359,1,359,1, + 359,1,359,1,359,3,359,7359,8,359,1,360,1,360,3,360,7363,8,360,1, + 360,3,360,7366,8,360,1,361,1,361,1,361,5,361,7371,8,361,10,361,12, + 361,7374,9,361,1,362,1,362,1,362,1,362,1,362,3,362,7381,8,362,1, + 363,1,363,3,363,7385,8,363,1,364,1,364,1,364,5,364,7390,8,364,10, + 364,12,364,7393,9,364,1,365,1,365,1,365,1,365,1,365,3,365,7400,8, + 365,3,365,7402,8,365,1,366,1,366,1,366,1,366,1,366,5,366,7409,8, + 366,10,366,12,366,7412,9,366,3,366,7414,8,366,1,366,1,366,1,367, + 1,367,1,367,1,367,1,367,1,367,1,367,1,367,3,367,7426,8,367,1,368, + 1,368,1,369,1,369,1,369,1,369,1,369,3,369,7435,8,369,1,369,1,369, + 1,369,1,369,1,369,3,369,7442,8,369,1,369,1,369,1,369,1,369,1,369, + 1,369,1,369,3,369,7451,8,369,1,370,1,370,1,370,1,370,1,370,1,371, + 1,371,1,371,3,371,7461,8,371,1,371,1,371,1,371,3,371,7466,8,371, + 1,371,1,371,3,371,7470,8,371,3,371,7472,8,371,1,371,3,371,7475,8, + 371,1,372,4,372,7478,8,372,11,372,12,372,7479,1,373,5,373,7483,8, + 373,10,373,12,373,7486,9,373,1,374,1,374,1,374,5,374,7491,8,374, + 10,374,12,374,7494,9,374,1,375,1,375,1,375,1,375,1,375,3,375,7501, + 8,375,1,375,3,375,7504,8,375,1,376,1,376,1,376,5,376,7509,8,376, + 10,376,12,376,7512,9,376,1,377,1,377,1,377,5,377,7517,8,377,10,377, + 12,377,7520,9,377,1,378,1,378,1,378,5,378,7525,8,378,10,378,12,378, + 7528,9,378,1,379,1,379,1,379,5,379,7533,8,379,10,379,12,379,7536, + 9,379,1,380,1,380,1,381,1,381,1,382,1,382,1,383,1,383,1,384,1,384, + 1,385,1,385,1,386,1,386,3,386,7552,8,386,1,387,1,387,1,387,5,387, + 7557,8,387,10,387,12,387,7560,9,387,1,388,1,388,1,388,5,388,7565, + 8,388,10,388,12,388,7568,9,388,1,389,1,389,1,390,1,390,1,391,1,391, + 1,392,1,392,1,393,1,393,1,394,1,394,1,394,1,394,3,394,7584,8,394, + 1,395,1,395,1,395,1,395,3,395,7590,8,395,1,396,1,396,1,396,1,396, + 3,396,7596,8,396,1,397,1,397,1,398,1,398,1,398,1,398,3,398,7604, + 8,398,1,399,1,399,1,399,1,399,3,399,7610,8,399,1,400,1,400,1,400, + 3,400,7615,8,400,1,401,1,401,1,401,1,401,5,401,7621,8,401,10,401, + 12,401,7624,9,401,1,401,1,401,3,401,7628,8,401,1,402,3,402,7631, + 8,402,1,402,1,402,1,403,1,403,1,403,1,403,1,403,3,403,7640,8,403, + 1,404,1,404,1,404,5,404,7645,8,404,10,404,12,404,7648,9,404,1,405, + 1,405,3,405,7652,8,405,1,406,1,406,3,406,7656,8,406,1,407,1,407, + 1,407,3,407,7661,8,407,1,408,1,408,1,408,1,408,3,408,7667,8,408, + 1,409,1,409,1,409,3,409,7672,8,409,1,409,1,409,1,409,1,409,1,409, + 1,409,3,409,7680,8,409,1,410,1,410,1,411,1,411,1,411,1,411,1,411, + 1,411,1,411,1,411,1,411,1,411,1,411,1,411,1,411,1,411,1,411,1,411, + 1,411,1,411,1,411,1,411,1,411,1,411,1,411,1,411,1,411,1,411,1,411, + 1,411,1,411,1,411,1,411,1,411,1,411,1,411,1,411,1,411,1,411,1,411, + 1,411,1,411,1,411,1,411,1,411,1,411,1,411,1,411,1,411,1,411,1,411, + 1,411,1,411,3,411,7735,8,411,1,412,1,412,1,413,1,413,1,414,3,414, + 7742,8,414,1,414,1,414,1,414,1,414,4,414,7748,8,414,11,414,12,414, + 7749,3,414,7752,8,414,3,414,7754,8,414,1,414,1,414,5,414,7758,8, + 414,10,414,12,414,7761,9,414,1,414,3,414,7764,8,414,1,414,1,414, + 3,414,7768,8,414,1,415,1,415,1,415,1,415,1,416,1,416,1,416,1,416, + 1,416,3,416,7779,8,416,1,416,3,416,7782,8,416,1,416,1,416,3,416, + 7786,8,416,1,416,1,416,3,416,7790,8,416,1,416,1,416,3,416,7794,8, + 416,1,416,3,416,7797,8,416,1,416,3,416,7800,8,416,1,416,3,416,7803, + 8,416,1,416,1,416,1,416,1,416,1,416,5,416,7810,8,416,10,416,12,416, + 7813,9,416,1,416,1,416,3,416,7817,8,416,1,416,1,416,3,416,7821,8, + 416,1,416,1,416,1,417,1,417,1,417,1,418,1,418,1,419,1,419,1,419, + 1,419,1,419,1,419,1,419,1,419,1,419,1,419,1,419,1,419,1,419,1,419, + 1,419,1,419,1,419,1,419,1,419,1,419,1,419,1,419,1,419,1,419,3,419, + 7854,8,419,1,420,1,420,1,420,1,420,1,421,1,421,1,421,1,421,3,421, + 7864,8,421,1,421,1,421,3,421,7868,8,421,1,421,1,421,1,421,1,421, + 3,421,7874,8,421,1,421,1,421,1,421,3,421,7879,8,421,1,422,1,422, + 1,422,1,422,1,422,1,423,1,423,3,423,7888,8,423,1,423,1,423,1,423, + 1,423,5,423,7894,8,423,10,423,12,423,7897,9,423,1,423,1,423,1,424, + 1,424,1,424,1,424,1,425,1,425,3,425,7907,8,425,1,425,1,425,1,425, + 1,425,5,425,7913,8,425,10,425,12,425,7916,9,425,1,426,1,426,1,426, + 1,426,5,426,7922,8,426,10,426,12,426,7925,9,426,1,426,1,426,1,426, + 1,426,5,426,7931,8,426,10,426,12,426,7934,9,426,5,426,7936,8,426, + 10,426,12,426,7939,9,426,1,426,3,426,7942,8,426,1,426,1,426,1,426, + 1,426,1,427,1,427,5,427,7950,8,427,10,427,12,427,7953,9,427,1,428, + 1,428,3,428,7957,8,428,1,428,1,428,1,428,1,428,5,428,7963,8,428, + 10,428,12,428,7966,9,428,4,428,7968,8,428,11,428,12,428,7969,1,428, + 3,428,7973,8,428,1,428,1,428,1,428,1,428,1,429,3,429,7980,8,429, + 1,429,1,429,1,429,1,429,3,429,7986,8,429,1,429,1,429,1,430,1,430, + 1,430,1,430,3,430,7994,8,430,1,430,1,430,1,430,1,430,1,430,1,430, + 3,430,8002,8,430,1,430,3,430,8005,8,430,1,430,1,430,1,430,1,430, + 1,430,3,430,8012,8,430,3,430,8014,8,430,1,431,3,431,8017,8,431,1, + 431,1,431,1,431,1,431,3,431,8023,8,431,1,431,1,431,1,431,1,431,1, + 431,1,432,1,432,3,432,8032,8,432,1,432,1,432,3,432,8036,8,432,1, + 432,1,432,1,433,1,433,1,433,1,433,1,433,1,433,1,433,1,433,1,433, + 1,433,3,433,8050,8,433,1,433,3,433,8053,8,433,3,433,8055,8,433,1, + 433,1,433,1,434,1,434,3,434,8061,8,434,1,434,1,434,1,434,1,434,1, + 434,1,434,4,434,8069,8,434,11,434,12,434,8070,3,434,8073,8,434,3, + 434,8075,8,434,1,434,1,434,1,434,1,434,5,434,8081,8,434,10,434,12, + 434,8084,9,434,3,434,8086,8,434,1,434,3,434,8089,8,434,1,435,1,435, + 1,435,1,435,1,436,1,436,1,436,1,436,3,436,8099,8,436,1,436,1,436, + 1,437,1,437,5,437,8105,8,437,10,437,12,437,8108,9,437,1,437,1,437, + 1,437,3,437,8113,8,437,1,437,1,437,1,438,1,438,3,438,8119,8,438, + 1,438,1,438,1,439,1,439,1,439,3,439,8126,8,439,1,439,1,439,3,439, + 8130,8,439,1,439,1,439,3,439,8134,8,439,1,439,3,439,8137,8,439,1, + 439,3,439,8140,8,439,1,439,1,439,1,440,1,440,3,440,8146,8,440,1, + 440,1,440,1,441,1,441,1,441,3,441,8153,8,441,1,441,3,441,8156,8, + 441,1,441,1,441,1,441,1,441,1,441,1,441,3,441,8164,8,441,3,441,8166, + 8,441,1,441,1,441,1,441,1,441,1,441,5,441,8173,8,441,10,441,12,441, + 8176,9,441,1,441,1,441,3,441,8180,8,441,3,441,8182,8,441,1,441,1, + 441,1,442,1,442,1,442,3,442,8189,8,442,1,442,1,442,1,443,1,443,3, + 443,8195,8,443,1,443,3,443,8198,8,443,1,443,1,443,1,443,1,443,1, + 443,1,444,1,444,1,444,1,444,1,444,3,444,8210,8,444,1,444,1,444,1, + 444,1,444,1,444,3,444,8217,8,444,3,444,8219,8,444,1,445,1,445,3, + 445,8223,8,445,1,445,1,445,1,445,1,446,3,446,8229,8,446,1,446,1, + 446,1,446,3,446,8234,8,446,1,446,1,446,3,446,8238,8,446,1,446,3, + 446,8241,8,446,1,446,3,446,8244,8,446,1,446,1,446,1,446,1,446,1, + 446,4,446,8251,8,446,11,446,12,446,8252,1,447,3,447,8256,8,447,1, + 447,1,447,3,447,8260,8,447,1,447,1,447,3,447,8264,8,447,3,447,8266, + 8,447,1,447,3,447,8269,8,447,1,447,3,447,8272,8,447,1,448,1,448, + 1,448,1,448,3,448,8278,8,448,1,448,1,448,1,448,1,448,1,448,3,448, + 8285,8,448,1,448,1,448,1,448,1,448,1,448,3,448,8292,8,448,1,448, + 1,448,1,448,1,448,3,448,8298,8,448,3,448,8300,8,448,1,449,1,449, + 3,449,8304,8,449,1,449,1,449,1,449,3,449,8309,8,449,1,449,1,449, + 1,450,1,450,1,450,1,450,1,450,1,450,1,450,1,450,1,450,1,450,1,450, + 1,450,5,450,8325,8,450,10,450,12,450,8328,9,450,1,450,1,450,4,450, + 8332,8,450,11,450,12,450,8333,1,451,1,451,1,451,1,451,1,451,5,451, + 8341,8,451,10,451,12,451,8344,9,451,1,451,1,451,1,451,1,451,3,451, + 8350,8,451,1,452,1,452,3,452,8354,8,452,1,453,1,453,1,453,1,453, + 1,454,1,454,1,454,1,455,1,455,1,455,3,455,8366,8,455,1,455,3,455, + 8369,8,455,1,455,1,455,1,456,1,456,1,456,1,456,1,456,1,456,1,456, + 1,456,1,456,3,456,8382,8,456,1,456,3,456,8385,8,456,1,457,1,457, + 3,457,8389,8,457,1,458,1,458,1,458,1,458,1,458,5,458,8396,8,458, + 10,458,12,458,8399,9,458,1,458,1,458,5,458,8403,8,458,10,458,12, + 458,8406,9,458,4,458,8408,8,458,11,458,12,458,8409,1,459,1,459,1, + 459,3,459,8415,8,459,1,460,1,460,3,460,8419,8,460,1,461,3,461,8422, + 8,461,1,461,3,461,8425,8,461,1,461,3,461,8428,8,461,1,461,3,461, + 8431,8,461,1,461,3,461,8434,8,461,1,461,1,461,3,461,8438,8,461,1, + 461,3,461,8441,8,461,1,461,0,3,668,672,674,462,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, @@ -55158,3016 +54944,3001 @@ export class PostgreSqlParser extends SQLParserBase { 806,808,810,812,814,816,818,820,822,824,826,828,830,832,834,836, 838,840,842,844,846,848,850,852,854,856,858,860,862,864,866,868, 870,872,874,876,878,880,882,884,886,888,890,892,894,896,898,900, - 902,904,906,908,910,912,914,916,918,920,922,924,926,928,930,0,118, - 2,0,195,195,364,364,2,0,66,66,318,318,2,0,99,99,318,318,2,0,134, - 134,318,318,1,0,529,531,2,0,10,10,94,94,2,0,133,133,191,191,2,0, - 254,254,332,332,2,0,162,162,363,363,2,0,180,180,221,221,5,0,30,30, - 288,288,329,329,352,352,354,354,2,0,109,109,532,532,2,0,158,158, - 277,277,2,0,367,367,439,439,2,0,139,139,312,312,2,0,191,191,333, - 333,2,0,313,313,333,333,2,0,150,150,315,315,2,0,64,64,94,94,4,0, - 78,78,183,183,197,197,298,298,2,0,213,213,254,254,2,0,352,352,354, - 354,2,0,200,200,224,224,9,0,30,30,160,160,165,165,179,179,219,219, - 227,227,342,342,345,345,438,438,3,0,113,113,284,284,336,336,2,0, - 53,53,78,78,2,0,105,105,379,379,2,0,260,260,262,262,3,0,173,173, - 260,260,262,262,1,0,12,13,2,0,64,64,375,375,2,0,156,156,206,206, - 2,0,189,189,360,360,2,0,215,215,373,373,3,0,133,133,191,191,333, - 333,5,0,30,30,88,88,182,182,241,241,369,369,2,0,9,9,94,94,2,0,92, - 92,226,226,1,0,448,449,2,0,92,92,414,414,2,0,341,341,414,414,4,0, - 163,163,185,185,283,283,353,353,2,0,135,135,145,145,2,0,211,211, - 278,278,3,0,321,321,357,357,445,445,3,0,66,66,99,99,318,318,5,0, - 108,108,168,168,226,226,328,328,342,342,2,0,167,167,314,314,2,0, - 61,61,265,265,4,0,207,207,249,249,268,268,293,293,2,0,130,130,307, - 307,2,0,64,64,68,68,10,0,46,46,88,88,182,182,202,202,241,241,352, - 352,354,354,357,358,369,369,521,523,5,0,212,212,329,329,350,350, - 455,455,457,457,5,0,212,212,329,329,350,350,361,361,455,456,2,0, - 37,37,55,55,2,0,207,207,249,249,2,0,10,10,53,53,2,0,181,181,243, - 243,2,0,170,170,320,320,2,0,141,141,223,223,5,0,108,108,168,168, - 189,189,342,342,360,360,2,0,226,226,328,328,2,0,163,163,185,185, - 2,0,186,186,193,193,4,0,88,88,182,182,241,241,369,369,2,0,137,137, - 242,242,2,0,161,161,319,319,4,0,129,129,161,161,319,319,454,454, - 2,0,356,356,380,380,2,0,81,81,382,382,2,0,151,151,254,254,2,0,133, - 133,138,138,1,0,31,32,2,0,128,128,547,547,2,0,60,60,96,96,2,0,99, - 99,349,349,2,0,131,131,414,414,2,0,201,201,334,334,3,0,59,59,70, - 70,97,97,2,0,30,30,56,56,1,0,527,528,2,0,207,207,268,268,2,0,320, - 320,414,414,2,0,571,571,573,573,1,0,468,469,4,0,113,113,115,115, - 119,119,126,126,2,0,360,360,477,477,2,0,394,395,409,409,2,0,391, - 392,406,406,1,0,391,392,1,0,418,419,5,0,10,10,16,17,21,21,23,23, - 25,25,3,0,9,9,14,14,27,27,2,0,98,98,396,396,2,0,50,51,75,76,2,0, - 41,41,420,420,3,0,39,39,73,73,95,95,4,0,393,393,399,399,404,404, - 425,425,2,0,292,292,347,347,2,0,166,166,188,188,2,0,304,304,450, - 450,3,0,299,299,320,320,481,481,2,0,208,208,289,289,3,0,30,30,34, - 34,90,90,6,0,9,10,12,17,21,21,23,23,25,25,27,27,2,0,114,114,120, - 120,2,0,20,20,22,22,1,0,483,486,17,0,53,53,116,116,123,124,129,228, - 238,386,433,452,455,469,471,471,473,473,475,475,477,488,490,502, - 504,504,506,518,520,520,524,524,547,548,3,0,106,123,125,128,472, - 472,4,0,30,52,54,70,72,105,454,454,2,0,62,62,116,116,2,0,10,10,20, - 20,2,0,434,434,501,501,2,0,167,167,507,507,1,0,512,517,2,0,144,144, - 210,210,9923,0,935,1,0,0,0,2,940,1,0,0,0,4,1064,1,0,0,0,6,1066,1, - 0,0,0,8,1069,1,0,0,0,10,1119,1,0,0,0,12,1129,1,0,0,0,14,1131,1,0, - 0,0,16,1143,1,0,0,0,18,1155,1,0,0,0,20,1166,1,0,0,0,22,1200,1,0, - 0,0,24,1244,1,0,0,0,26,1246,1,0,0,0,28,1258,1,0,0,0,30,1265,1,0, - 0,0,32,1284,1,0,0,0,34,1292,1,0,0,0,36,1294,1,0,0,0,38,1308,1,0, - 0,0,40,1312,1,0,0,0,42,1349,1,0,0,0,44,1351,1,0,0,0,46,1359,1,0, - 0,0,48,1369,1,0,0,0,50,1376,1,0,0,0,52,1384,1,0,0,0,54,1390,1,0, - 0,0,56,1406,1,0,0,0,58,1410,1,0,0,0,60,1412,1,0,0,0,62,1424,1,0, - 0,0,64,1429,1,0,0,0,66,1434,1,0,0,0,68,1436,1,0,0,0,70,1448,1,0, - 0,0,72,1456,1,0,0,0,74,1458,1,0,0,0,76,1582,1,0,0,0,78,1584,1,0, - 0,0,80,1601,1,0,0,0,82,1603,1,0,0,0,84,1617,1,0,0,0,86,1619,1,0, - 0,0,88,1633,1,0,0,0,90,1635,1,0,0,0,92,1872,1,0,0,0,94,1879,1,0, - 0,0,96,1881,1,0,0,0,98,1883,1,0,0,0,100,1886,1,0,0,0,102,1897,1, - 0,0,0,104,1900,1,0,0,0,106,1929,1,0,0,0,108,1931,1,0,0,0,110,1972, - 1,0,0,0,112,1974,1,0,0,0,114,2028,1,0,0,0,116,2069,1,0,0,0,118,2071, - 1,0,0,0,120,2088,1,0,0,0,122,2169,1,0,0,0,124,2171,1,0,0,0,126,2182, - 1,0,0,0,128,2205,1,0,0,0,130,2223,1,0,0,0,132,2225,1,0,0,0,134,2260, - 1,0,0,0,136,2353,1,0,0,0,138,2358,1,0,0,0,140,2360,1,0,0,0,142,2458, - 1,0,0,0,144,2460,1,0,0,0,146,2464,1,0,0,0,148,2475,1,0,0,0,150,2483, - 1,0,0,0,152,2486,1,0,0,0,154,2489,1,0,0,0,156,2507,1,0,0,0,158,2509, - 1,0,0,0,160,2513,1,0,0,0,162,2526,1,0,0,0,164,2528,1,0,0,0,166,2533, - 1,0,0,0,168,2553,1,0,0,0,170,2561,1,0,0,0,172,2568,1,0,0,0,174,2570, - 1,0,0,0,176,2579,1,0,0,0,178,2582,1,0,0,0,180,2586,1,0,0,0,182,2590, - 1,0,0,0,184,2615,1,0,0,0,186,2625,1,0,0,0,188,2639,1,0,0,0,190,2655, - 1,0,0,0,192,2661,1,0,0,0,194,2688,1,0,0,0,196,2698,1,0,0,0,198,2714, - 1,0,0,0,200,2758,1,0,0,0,202,2765,1,0,0,0,204,2767,1,0,0,0,206,2793, - 1,0,0,0,208,2804,1,0,0,0,210,2823,1,0,0,0,212,2834,1,0,0,0,214,2872, - 1,0,0,0,216,2893,1,0,0,0,218,2895,1,0,0,0,220,2915,1,0,0,0,222,2927, - 1,0,0,0,224,2939,1,0,0,0,226,2942,1,0,0,0,228,2945,1,0,0,0,230,2965, - 1,0,0,0,232,2970,1,0,0,0,234,3019,1,0,0,0,236,3021,1,0,0,0,238,3044, - 1,0,0,0,240,3060,1,0,0,0,242,3072,1,0,0,0,244,3099,1,0,0,0,246,3114, - 1,0,0,0,248,3177,1,0,0,0,250,3179,1,0,0,0,252,3184,1,0,0,0,254,3190, - 1,0,0,0,256,3277,1,0,0,0,258,3283,1,0,0,0,260,3285,1,0,0,0,262,3301, - 1,0,0,0,264,3303,1,0,0,0,266,3312,1,0,0,0,268,3316,1,0,0,0,270,3329, - 1,0,0,0,272,3341,1,0,0,0,274,3343,1,0,0,0,276,3365,1,0,0,0,278,3377, - 1,0,0,0,280,3388,1,0,0,0,282,3479,1,0,0,0,284,3481,1,0,0,0,286,3492, - 1,0,0,0,288,3503,1,0,0,0,290,3505,1,0,0,0,292,3531,1,0,0,0,294,3533, - 1,0,0,0,296,3537,1,0,0,0,298,3587,1,0,0,0,300,3589,1,0,0,0,302,3595, - 1,0,0,0,304,3620,1,0,0,0,306,3624,1,0,0,0,308,3838,1,0,0,0,310,3856, - 1,0,0,0,312,3882,1,0,0,0,314,3884,1,0,0,0,316,3892,1,0,0,0,318,3898, - 1,0,0,0,320,3902,1,0,0,0,322,3922,1,0,0,0,324,3928,1,0,0,0,326,3995, - 1,0,0,0,328,4026,1,0,0,0,330,4072,1,0,0,0,332,4074,1,0,0,0,334,4076, - 1,0,0,0,336,4087,1,0,0,0,338,4124,1,0,0,0,340,4126,1,0,0,0,342,4132, - 1,0,0,0,344,4182,1,0,0,0,346,4185,1,0,0,0,348,4199,1,0,0,0,350,4220, - 1,0,0,0,352,4244,1,0,0,0,354,4285,1,0,0,0,356,4287,1,0,0,0,358,4289, - 1,0,0,0,360,4329,1,0,0,0,362,4346,1,0,0,0,364,4366,1,0,0,0,366,4419, - 1,0,0,0,368,4422,1,0,0,0,370,4428,1,0,0,0,372,4436,1,0,0,0,374,4449, - 1,0,0,0,376,4451,1,0,0,0,378,4464,1,0,0,0,380,4466,1,0,0,0,382,4479, - 1,0,0,0,384,4489,1,0,0,0,386,4500,1,0,0,0,388,4511,1,0,0,0,390,4513, - 1,0,0,0,392,4518,1,0,0,0,394,4532,1,0,0,0,396,4564,1,0,0,0,398,4601, - 1,0,0,0,400,4603,1,0,0,0,402,4606,1,0,0,0,404,4609,1,0,0,0,406,4626, - 1,0,0,0,408,4647,1,0,0,0,410,4663,1,0,0,0,412,4679,1,0,0,0,414,4701, - 1,0,0,0,416,4706,1,0,0,0,418,4709,1,0,0,0,420,4717,1,0,0,0,422,4742, - 1,0,0,0,424,4745,1,0,0,0,426,4773,1,0,0,0,428,4778,1,0,0,0,430,4818, - 1,0,0,0,432,5030,1,0,0,0,434,5032,1,0,0,0,436,5120,1,0,0,0,438,5122, - 1,0,0,0,440,5128,1,0,0,0,442,5139,1,0,0,0,444,5149,1,0,0,0,446,5229, - 1,0,0,0,448,5231,1,0,0,0,450,5245,1,0,0,0,452,5267,1,0,0,0,454,5340, - 1,0,0,0,456,5342,1,0,0,0,458,5383,1,0,0,0,460,5385,1,0,0,0,462,5390, - 1,0,0,0,464,5393,1,0,0,0,466,5396,1,0,0,0,468,5446,1,0,0,0,470,5448, - 1,0,0,0,472,5459,1,0,0,0,474,5461,1,0,0,0,476,5471,1,0,0,0,478,5506, - 1,0,0,0,480,5509,1,0,0,0,482,5530,1,0,0,0,484,5540,1,0,0,0,486,5560, - 1,0,0,0,488,5566,1,0,0,0,490,5572,1,0,0,0,492,5577,1,0,0,0,494,5590, - 1,0,0,0,496,5617,1,0,0,0,498,5665,1,0,0,0,500,5667,1,0,0,0,502,5705, - 1,0,0,0,504,5707,1,0,0,0,506,5728,1,0,0,0,508,5748,1,0,0,0,510,5752, - 1,0,0,0,512,5767,1,0,0,0,514,5769,1,0,0,0,516,5773,1,0,0,0,518,5777, - 1,0,0,0,520,5785,1,0,0,0,522,5809,1,0,0,0,524,5811,1,0,0,0,526,5822, - 1,0,0,0,528,5830,1,0,0,0,530,5845,1,0,0,0,532,5870,1,0,0,0,534,5872, - 1,0,0,0,536,5876,1,0,0,0,538,5885,1,0,0,0,540,5925,1,0,0,0,542,5936, - 1,0,0,0,544,5944,1,0,0,0,546,5947,1,0,0,0,548,5951,1,0,0,0,550,5966, - 1,0,0,0,552,5991,1,0,0,0,554,6006,1,0,0,0,556,6032,1,0,0,0,558,6034, - 1,0,0,0,560,6057,1,0,0,0,562,6059,1,0,0,0,564,6067,1,0,0,0,566,6085, - 1,0,0,0,568,6109,1,0,0,0,570,6121,1,0,0,0,572,6125,1,0,0,0,574,6137, - 1,0,0,0,576,6157,1,0,0,0,578,6165,1,0,0,0,580,6179,1,0,0,0,582,6202, - 1,0,0,0,584,6204,1,0,0,0,586,6209,1,0,0,0,588,6219,1,0,0,0,590,6240, - 1,0,0,0,592,6242,1,0,0,0,594,6251,1,0,0,0,596,6262,1,0,0,0,598,6272, - 1,0,0,0,600,6274,1,0,0,0,602,6281,1,0,0,0,604,6312,1,0,0,0,606,6342, - 1,0,0,0,608,6344,1,0,0,0,610,6353,1,0,0,0,612,6356,1,0,0,0,614,6427, - 1,0,0,0,616,6451,1,0,0,0,618,6472,1,0,0,0,620,6474,1,0,0,0,622,6482, - 1,0,0,0,624,6499,1,0,0,0,626,6525,1,0,0,0,628,6527,1,0,0,0,630,6535, - 1,0,0,0,632,6542,1,0,0,0,634,6566,1,0,0,0,636,6572,1,0,0,0,638,6580, - 1,0,0,0,640,6583,1,0,0,0,642,6590,1,0,0,0,644,6598,1,0,0,0,646,6603, - 1,0,0,0,648,6633,1,0,0,0,650,6660,1,0,0,0,652,6688,1,0,0,0,654,6705, - 1,0,0,0,656,6711,1,0,0,0,658,6729,1,0,0,0,660,6731,1,0,0,0,662,6735, - 1,0,0,0,664,6752,1,0,0,0,666,6757,1,0,0,0,668,6795,1,0,0,0,670,6797, - 1,0,0,0,672,6801,1,0,0,0,674,6803,1,0,0,0,676,6812,1,0,0,0,678,6896, - 1,0,0,0,680,6902,1,0,0,0,682,7011,1,0,0,0,684,7043,1,0,0,0,686,7094, - 1,0,0,0,688,7098,1,0,0,0,690,7274,1,0,0,0,692,7276,1,0,0,0,694,7284, - 1,0,0,0,696,7289,1,0,0,0,698,7291,1,0,0,0,700,7299,1,0,0,0,702,7302, - 1,0,0,0,704,7311,1,0,0,0,706,7315,1,0,0,0,708,7320,1,0,0,0,710,7337, - 1,0,0,0,712,7364,1,0,0,0,714,7373,1,0,0,0,716,7375,1,0,0,0,718,7382, - 1,0,0,0,720,7386,1,0,0,0,722,7388,1,0,0,0,724,7396,1,0,0,0,726,7404, - 1,0,0,0,728,7411,1,0,0,0,730,7413,1,0,0,0,732,7426,1,0,0,0,734,7430, - 1,0,0,0,736,7432,1,0,0,0,738,7447,1,0,0,0,740,7449,1,0,0,0,742,7471, - 1,0,0,0,744,7473,1,0,0,0,746,7496,1,0,0,0,748,7498,1,0,0,0,750,7520, - 1,0,0,0,752,7523,1,0,0,0,754,7530,1,0,0,0,756,7533,1,0,0,0,758,7549, - 1,0,0,0,760,7551,1,0,0,0,762,7559,1,0,0,0,764,7567,1,0,0,0,766,7575, - 1,0,0,0,768,7583,1,0,0,0,770,7585,1,0,0,0,772,7587,1,0,0,0,774,7589, - 1,0,0,0,776,7591,1,0,0,0,778,7593,1,0,0,0,780,7595,1,0,0,0,782,7599, - 1,0,0,0,784,7607,1,0,0,0,786,7615,1,0,0,0,788,7617,1,0,0,0,790,7619, - 1,0,0,0,792,7621,1,0,0,0,794,7623,1,0,0,0,796,7629,1,0,0,0,798,7635, - 1,0,0,0,800,7641,1,0,0,0,802,7643,1,0,0,0,804,7649,1,0,0,0,806,7655, - 1,0,0,0,808,7657,1,0,0,0,810,7673,1,0,0,0,812,7676,1,0,0,0,814,7685, - 1,0,0,0,816,7687,1,0,0,0,818,7697,1,0,0,0,820,7701,1,0,0,0,822,7706, - 1,0,0,0,824,7712,1,0,0,0,826,7725,1,0,0,0,828,7727,1,0,0,0,830,7780, - 1,0,0,0,832,7782,1,0,0,0,834,7784,1,0,0,0,836,7787,1,0,0,0,838,7815, - 1,0,0,0,840,7819,1,0,0,0,842,7870,1,0,0,0,844,7873,1,0,0,0,846,7899, - 1,0,0,0,848,7901,1,0,0,0,850,7924,1,0,0,0,852,7926,1,0,0,0,854,7931, - 1,0,0,0,856,7946,1,0,0,0,858,7952,1,0,0,0,860,7963,1,0,0,0,862,7993, - 1,0,0,0,864,8000,1,0,0,0,866,8025,1,0,0,0,868,8035,1,0,0,0,870,8062, - 1,0,0,0,872,8075,1,0,0,0,874,8085,1,0,0,0,876,8104,1,0,0,0,878,8136, - 1,0,0,0,880,8140,1,0,0,0,882,8148,1,0,0,0,884,8162,1,0,0,0,886,8168, - 1,0,0,0,888,8189,1,0,0,0,890,8195,1,0,0,0,892,8234,1,0,0,0,894,8238, - 1,0,0,0,896,8264,1,0,0,0,898,8266,1,0,0,0,900,8274,1,0,0,0,902,8311, - 1,0,0,0,904,8345,1,0,0,0,906,8347,1,0,0,0,908,8358,1,0,0,0,910,8395, - 1,0,0,0,912,8399,1,0,0,0,914,8401,1,0,0,0,916,8405,1,0,0,0,918,8408, - 1,0,0,0,920,8430,1,0,0,0,922,8434,1,0,0,0,924,8436,1,0,0,0,926,8460, - 1,0,0,0,928,8464,1,0,0,0,930,8467,1,0,0,0,932,934,3,2,1,0,933,932, - 1,0,0,0,934,937,1,0,0,0,935,933,1,0,0,0,935,936,1,0,0,0,936,938, - 1,0,0,0,937,935,1,0,0,0,938,939,5,0,0,1,939,1,1,0,0,0,940,942,3, - 4,2,0,941,943,5,7,0,0,942,941,1,0,0,0,942,943,1,0,0,0,943,3,1,0, - 0,0,944,1065,3,278,139,0,945,1065,3,488,244,0,946,1065,3,484,242, - 0,947,1065,3,486,243,0,948,1065,3,352,176,0,949,1065,3,494,247,0, - 950,1065,3,292,146,0,951,1065,3,210,105,0,952,1065,3,212,106,0,953, - 1065,3,218,109,0,954,1065,3,232,116,0,955,1065,3,404,202,0,956,1065, - 3,28,14,0,957,1065,3,434,217,0,958,1065,3,436,218,0,959,1065,3,446, - 223,0,960,1065,3,438,219,0,961,1065,3,444,222,0,962,1065,3,244,122, - 0,963,1065,3,246,123,0,964,1065,3,198,99,0,965,1065,3,490,245,0, - 966,1065,3,76,38,0,967,1065,3,430,215,0,968,1065,3,108,54,0,969, - 1065,3,450,225,0,970,1065,3,18,9,0,971,1065,3,20,10,0,972,1065,3, - 16,8,0,973,1065,3,454,227,0,974,1065,3,184,92,0,975,1065,3,498,249, - 0,976,1065,3,496,248,0,977,1065,3,240,120,0,978,1065,3,506,253,0, - 979,1065,3,6,3,0,980,1065,3,72,36,0,981,1065,3,112,56,0,982,1065, - 3,502,251,0,983,1065,3,324,162,0,984,1065,3,70,35,0,985,1065,3,114, - 57,0,986,1065,3,254,127,0,987,1065,3,186,93,0,988,1065,3,280,140, - 0,989,1065,3,420,210,0,990,1065,3,500,250,0,991,1065,3,492,246,0, - 992,1065,3,208,104,0,993,1065,3,214,107,0,994,1065,3,228,114,0,995, - 1065,3,234,117,0,996,1065,3,364,182,0,997,1065,3,26,13,0,998,1065, - 3,192,96,0,999,1065,3,296,148,0,1000,1065,3,300,150,0,1001,1065, - 3,448,224,0,1002,1065,3,302,151,0,1003,1065,3,242,121,0,1004,1065, - 3,204,102,0,1005,1065,3,30,15,0,1006,1065,3,196,98,0,1007,1065,3, - 120,60,0,1008,1065,3,452,226,0,1009,1065,3,182,91,0,1010,1065,3, - 206,103,0,1011,1065,3,424,212,0,1012,1065,3,256,128,0,1013,1065, - 3,274,137,0,1014,1065,3,8,4,0,1015,1065,3,14,7,0,1016,1065,3,238, - 119,0,1017,1065,3,480,240,0,1018,1065,3,536,268,0,1019,1065,3,558, - 279,0,1020,1065,3,282,141,0,1021,1065,3,548,274,0,1022,1065,3,74, - 37,0,1023,1065,3,418,209,0,1024,1065,3,308,154,0,1025,1065,3,532, - 266,0,1026,1065,3,520,260,0,1027,1065,3,328,164,0,1028,1065,3,334, - 167,0,1029,1065,3,348,174,0,1030,1065,3,900,450,0,1031,1065,3,236, - 118,0,1032,1065,3,358,179,0,1033,1065,3,538,269,0,1034,1065,3,464, - 232,0,1035,1065,3,194,97,0,1036,1065,3,478,239,0,1037,1065,3,550, - 275,0,1038,1065,3,460,230,0,1039,1065,3,526,263,0,1040,1065,3,306, - 153,0,1041,1065,3,428,214,0,1042,1065,3,408,204,0,1043,1065,3,406, - 203,0,1044,1065,3,410,205,0,1045,1065,3,432,216,0,1046,1065,3,336, - 168,0,1047,1065,3,350,175,0,1048,1065,3,456,228,0,1049,1065,3,326, - 163,0,1050,1065,3,560,280,0,1051,1065,3,468,234,0,1052,1065,3,320, - 160,0,1053,1065,3,466,233,0,1054,1065,3,552,276,0,1055,1065,3,504, - 252,0,1056,1065,3,60,30,0,1057,1065,3,36,18,0,1058,1065,3,68,34, - 0,1059,1065,3,476,238,0,1060,1062,5,581,0,0,1061,1063,5,582,0,0, - 1062,1061,1,0,0,0,1062,1063,1,0,0,0,1063,1065,1,0,0,0,1064,944,1, - 0,0,0,1064,945,1,0,0,0,1064,946,1,0,0,0,1064,947,1,0,0,0,1064,948, - 1,0,0,0,1064,949,1,0,0,0,1064,950,1,0,0,0,1064,951,1,0,0,0,1064, - 952,1,0,0,0,1064,953,1,0,0,0,1064,954,1,0,0,0,1064,955,1,0,0,0,1064, - 956,1,0,0,0,1064,957,1,0,0,0,1064,958,1,0,0,0,1064,959,1,0,0,0,1064, - 960,1,0,0,0,1064,961,1,0,0,0,1064,962,1,0,0,0,1064,963,1,0,0,0,1064, - 964,1,0,0,0,1064,965,1,0,0,0,1064,966,1,0,0,0,1064,967,1,0,0,0,1064, - 968,1,0,0,0,1064,969,1,0,0,0,1064,970,1,0,0,0,1064,971,1,0,0,0,1064, - 972,1,0,0,0,1064,973,1,0,0,0,1064,974,1,0,0,0,1064,975,1,0,0,0,1064, - 976,1,0,0,0,1064,977,1,0,0,0,1064,978,1,0,0,0,1064,979,1,0,0,0,1064, - 980,1,0,0,0,1064,981,1,0,0,0,1064,982,1,0,0,0,1064,983,1,0,0,0,1064, - 984,1,0,0,0,1064,985,1,0,0,0,1064,986,1,0,0,0,1064,987,1,0,0,0,1064, - 988,1,0,0,0,1064,989,1,0,0,0,1064,990,1,0,0,0,1064,991,1,0,0,0,1064, - 992,1,0,0,0,1064,993,1,0,0,0,1064,994,1,0,0,0,1064,995,1,0,0,0,1064, - 996,1,0,0,0,1064,997,1,0,0,0,1064,998,1,0,0,0,1064,999,1,0,0,0,1064, - 1000,1,0,0,0,1064,1001,1,0,0,0,1064,1002,1,0,0,0,1064,1003,1,0,0, - 0,1064,1004,1,0,0,0,1064,1005,1,0,0,0,1064,1006,1,0,0,0,1064,1007, - 1,0,0,0,1064,1008,1,0,0,0,1064,1009,1,0,0,0,1064,1010,1,0,0,0,1064, - 1011,1,0,0,0,1064,1012,1,0,0,0,1064,1013,1,0,0,0,1064,1014,1,0,0, - 0,1064,1015,1,0,0,0,1064,1016,1,0,0,0,1064,1017,1,0,0,0,1064,1018, - 1,0,0,0,1064,1019,1,0,0,0,1064,1020,1,0,0,0,1064,1021,1,0,0,0,1064, - 1022,1,0,0,0,1064,1023,1,0,0,0,1064,1024,1,0,0,0,1064,1025,1,0,0, - 0,1064,1026,1,0,0,0,1064,1027,1,0,0,0,1064,1028,1,0,0,0,1064,1029, - 1,0,0,0,1064,1030,1,0,0,0,1064,1031,1,0,0,0,1064,1032,1,0,0,0,1064, - 1033,1,0,0,0,1064,1034,1,0,0,0,1064,1035,1,0,0,0,1064,1036,1,0,0, - 0,1064,1037,1,0,0,0,1064,1038,1,0,0,0,1064,1039,1,0,0,0,1064,1040, - 1,0,0,0,1064,1041,1,0,0,0,1064,1042,1,0,0,0,1064,1043,1,0,0,0,1064, - 1044,1,0,0,0,1064,1045,1,0,0,0,1064,1046,1,0,0,0,1064,1047,1,0,0, - 0,1064,1048,1,0,0,0,1064,1049,1,0,0,0,1064,1050,1,0,0,0,1064,1051, - 1,0,0,0,1064,1052,1,0,0,0,1064,1053,1,0,0,0,1064,1054,1,0,0,0,1064, - 1055,1,0,0,0,1064,1056,1,0,0,0,1064,1057,1,0,0,0,1064,1058,1,0,0, - 0,1064,1059,1,0,0,0,1064,1060,1,0,0,0,1065,5,1,0,0,0,1066,1067,5, - 433,0,0,1067,1068,3,684,342,0,1068,7,1,0,0,0,1069,1070,5,46,0,0, - 1070,1071,5,318,0,0,1071,1073,3,814,407,0,1072,1074,5,105,0,0,1073, - 1072,1,0,0,0,1073,1074,1,0,0,0,1074,1078,1,0,0,0,1075,1077,3,12, - 6,0,1076,1075,1,0,0,0,1077,1080,1,0,0,0,1078,1076,1,0,0,0,1078,1079, - 1,0,0,0,1079,9,1,0,0,0,1080,1078,1,0,0,0,1081,1084,5,287,0,0,1082, - 1085,3,808,404,0,1083,1085,5,78,0,0,1084,1082,1,0,0,0,1084,1083, - 1,0,0,0,1085,1120,1,0,0,0,1086,1087,7,0,0,0,1087,1088,5,287,0,0, - 1088,1120,3,808,404,0,1089,1120,5,228,0,0,1090,1120,5,229,0,0,1091, - 1120,5,236,0,0,1092,1120,5,237,0,0,1093,1120,5,234,0,0,1094,1120, - 5,235,0,0,1095,1120,5,232,0,0,1096,1120,5,233,0,0,1097,1120,5,230, - 0,0,1098,1120,5,231,0,0,1099,1120,5,535,0,0,1100,1120,5,536,0,0, - 1101,1120,5,537,0,0,1102,1120,5,538,0,0,1103,1120,5,539,0,0,1104, - 1120,5,540,0,0,1105,1106,5,164,0,0,1106,1107,5,74,0,0,1107,1120, - 3,812,406,0,1108,1109,5,371,0,0,1109,1110,5,368,0,0,1110,1120,3, - 808,404,0,1111,1112,5,68,0,0,1112,1113,7,1,0,0,1113,1120,3,784,392, - 0,1114,1115,7,2,0,0,1115,1120,3,816,408,0,1116,1117,5,134,0,0,1117, - 1120,3,784,392,0,1118,1120,3,826,413,0,1119,1081,1,0,0,0,1119,1086, - 1,0,0,0,1119,1089,1,0,0,0,1119,1090,1,0,0,0,1119,1091,1,0,0,0,1119, - 1092,1,0,0,0,1119,1093,1,0,0,0,1119,1094,1,0,0,0,1119,1095,1,0,0, - 0,1119,1096,1,0,0,0,1119,1097,1,0,0,0,1119,1098,1,0,0,0,1119,1099, - 1,0,0,0,1119,1100,1,0,0,0,1119,1101,1,0,0,0,1119,1102,1,0,0,0,1119, - 1103,1,0,0,0,1119,1104,1,0,0,0,1119,1105,1,0,0,0,1119,1108,1,0,0, - 0,1119,1111,1,0,0,0,1119,1114,1,0,0,0,1119,1116,1,0,0,0,1119,1118, - 1,0,0,0,1120,11,1,0,0,0,1121,1130,3,10,5,0,1122,1123,5,348,0,0,1123, - 1130,5,571,0,0,1124,1125,7,3,0,0,1125,1130,3,816,408,0,1126,1127, - 5,68,0,0,1127,1128,7,1,0,0,1128,1130,3,816,408,0,1129,1121,1,0,0, - 0,1129,1122,1,0,0,0,1129,1124,1,0,0,0,1129,1126,1,0,0,0,1130,13, - 1,0,0,0,1131,1132,5,46,0,0,1132,1133,5,99,0,0,1133,1135,3,814,407, - 0,1134,1136,5,105,0,0,1135,1134,1,0,0,0,1135,1136,1,0,0,0,1136,1140, - 1,0,0,0,1137,1139,3,12,6,0,1138,1137,1,0,0,0,1139,1142,1,0,0,0,1140, - 1138,1,0,0,0,1140,1141,1,0,0,0,1141,15,1,0,0,0,1142,1140,1,0,0,0, - 1143,1144,5,138,0,0,1144,1145,7,2,0,0,1145,1147,3,814,407,0,1146, - 1148,5,105,0,0,1147,1146,1,0,0,0,1147,1148,1,0,0,0,1148,1152,1,0, - 0,0,1149,1151,3,10,5,0,1150,1149,1,0,0,0,1151,1154,1,0,0,0,1152, - 1150,1,0,0,0,1152,1153,1,0,0,0,1153,17,1,0,0,0,1154,1152,1,0,0,0, - 1155,1156,5,138,0,0,1156,1159,7,2,0,0,1157,1160,5,30,0,0,1158,1160, - 3,814,407,0,1159,1157,1,0,0,0,1159,1158,1,0,0,0,1160,1161,1,0,0, - 0,1161,1162,5,68,0,0,1162,1163,5,175,0,0,1163,1164,3,788,394,0,1164, - 1165,3,64,32,0,1165,19,1,0,0,0,1166,1167,5,138,0,0,1167,1168,5,442, - 0,0,1168,1170,3,794,397,0,1169,1171,3,368,184,0,1170,1169,1,0,0, - 0,1170,1171,1,0,0,0,1171,1172,1,0,0,0,1172,1173,3,22,11,0,1173,21, - 1,0,0,0,1174,1178,3,24,12,0,1175,1177,3,24,12,0,1176,1175,1,0,0, - 0,1177,1180,1,0,0,0,1178,1176,1,0,0,0,1178,1179,1,0,0,0,1179,1182, - 1,0,0,0,1180,1178,1,0,0,0,1181,1183,5,315,0,0,1182,1181,1,0,0,0, - 1182,1183,1,0,0,0,1183,1201,1,0,0,0,1184,1185,5,309,0,0,1185,1186, - 5,94,0,0,1186,1201,3,792,396,0,1187,1188,5,282,0,0,1188,1189,5,94, - 0,0,1189,1201,3,814,407,0,1190,1191,5,333,0,0,1191,1192,5,323,0, - 0,1192,1201,3,32,16,0,1193,1195,5,269,0,0,1194,1193,1,0,0,0,1194, - 1195,1,0,0,0,1195,1196,1,0,0,0,1196,1197,5,462,0,0,1197,1198,5,80, - 0,0,1198,1199,5,204,0,0,1199,1201,3,818,409,0,1200,1174,1,0,0,0, - 1200,1184,1,0,0,0,1200,1187,1,0,0,0,1200,1190,1,0,0,0,1200,1194, - 1,0,0,0,1201,23,1,0,0,0,1202,1245,5,222,0,0,1203,1245,5,338,0,0, - 1204,1245,5,377,0,0,1205,1207,5,77,0,0,1206,1205,1,0,0,0,1206,1207, - 1,0,0,0,1207,1208,1,0,0,0,1208,1245,5,250,0,0,1209,1211,5,205,0, - 0,1210,1209,1,0,0,0,1210,1211,1,0,0,0,1211,1212,1,0,0,0,1212,1213, - 5,327,0,0,1213,1220,5,243,0,0,1214,1216,5,205,0,0,1215,1214,1,0, - 0,0,1215,1216,1,0,0,0,1216,1217,1,0,0,0,1217,1218,5,327,0,0,1218, - 1220,5,181,0,0,1219,1210,1,0,0,0,1219,1215,1,0,0,0,1220,1245,1,0, - 0,0,1221,1222,5,460,0,0,1222,1245,7,4,0,0,1223,1224,5,170,0,0,1224, - 1245,3,824,412,0,1225,1226,5,320,0,0,1226,1245,3,818,409,0,1227, - 1228,5,333,0,0,1228,1229,3,818,409,0,1229,1232,7,5,0,0,1230,1233, - 3,818,409,0,1231,1233,5,53,0,0,1232,1230,1,0,0,0,1232,1231,1,0,0, - 0,1233,1245,1,0,0,0,1234,1235,5,333,0,0,1235,1236,3,818,409,0,1236, - 1237,5,64,0,0,1237,1238,5,434,0,0,1238,1245,1,0,0,0,1239,1242,5, - 313,0,0,1240,1243,3,818,409,0,1241,1243,5,30,0,0,1242,1240,1,0,0, - 0,1242,1241,1,0,0,0,1243,1245,1,0,0,0,1244,1202,1,0,0,0,1244,1203, - 1,0,0,0,1244,1204,1,0,0,0,1244,1206,1,0,0,0,1244,1219,1,0,0,0,1244, - 1221,1,0,0,0,1244,1223,1,0,0,0,1244,1225,1,0,0,0,1244,1227,1,0,0, - 0,1244,1234,1,0,0,0,1244,1239,1,0,0,0,1245,25,1,0,0,0,1246,1247, - 5,46,0,0,1247,1248,5,66,0,0,1248,1250,3,814,407,0,1249,1251,5,105, - 0,0,1250,1249,1,0,0,0,1250,1251,1,0,0,0,1251,1255,1,0,0,0,1252,1254, - 3,12,6,0,1253,1252,1,0,0,0,1254,1257,1,0,0,0,1255,1253,1,0,0,0,1255, - 1256,1,0,0,0,1256,27,1,0,0,0,1257,1255,1,0,0,0,1258,1259,5,138,0, - 0,1259,1260,5,66,0,0,1260,1261,3,814,407,0,1261,1262,7,6,0,0,1262, - 1263,5,99,0,0,1263,1264,3,816,408,0,1264,29,1,0,0,0,1265,1266,5, - 46,0,0,1266,1268,5,323,0,0,1267,1269,3,294,147,0,1268,1267,1,0,0, - 0,1268,1269,1,0,0,0,1269,1276,1,0,0,0,1270,1272,3,32,16,0,1271,1270, - 1,0,0,0,1271,1272,1,0,0,0,1272,1273,1,0,0,0,1273,1274,5,106,0,0, - 1274,1277,3,814,407,0,1275,1277,3,32,16,0,1276,1271,1,0,0,0,1276, - 1275,1,0,0,0,1277,1281,1,0,0,0,1278,1280,3,34,17,0,1279,1278,1,0, - 0,0,1280,1283,1,0,0,0,1281,1279,1,0,0,0,1281,1282,1,0,0,0,1282,31, - 1,0,0,0,1283,1281,1,0,0,0,1284,1285,3,316,158,0,1285,33,1,0,0,0, - 1286,1293,3,120,60,0,1287,1293,3,358,179,0,1288,1293,3,196,98,0, - 1289,1293,3,256,128,0,1290,1293,3,334,167,0,1291,1293,3,476,238, - 0,1292,1286,1,0,0,0,1292,1287,1,0,0,0,1292,1288,1,0,0,0,1292,1289, - 1,0,0,0,1292,1290,1,0,0,0,1292,1291,1,0,0,0,1293,35,1,0,0,0,1294, - 1296,5,333,0,0,1295,1297,7,7,0,0,1296,1295,1,0,0,0,1296,1297,1,0, - 0,0,1297,1298,1,0,0,0,1298,1299,3,38,19,0,1299,37,1,0,0,0,1300,1301, - 5,356,0,0,1301,1309,3,474,237,0,1302,1303,5,332,0,0,1303,1304,5, - 154,0,0,1304,1305,5,36,0,0,1305,1306,5,356,0,0,1306,1309,3,474,237, - 0,1307,1309,3,42,21,0,1308,1300,1,0,0,0,1308,1302,1,0,0,0,1308,1307, - 1,0,0,0,1309,39,1,0,0,0,1310,1313,5,30,0,0,1311,1313,3,44,22,0,1312, - 1310,1,0,0,0,1312,1311,1,0,0,0,1313,1315,1,0,0,0,1314,1316,7,5,0, - 0,1315,1314,1,0,0,0,1315,1316,1,0,0,0,1316,1319,1,0,0,0,1317,1320, - 5,53,0,0,1318,1320,3,46,23,0,1319,1317,1,0,0,0,1319,1318,1,0,0,0, - 1319,1320,1,0,0,0,1320,41,1,0,0,0,1321,1322,5,418,0,0,1322,1323, - 5,386,0,0,1323,1350,3,56,28,0,1324,1325,5,152,0,0,1325,1350,3,808, - 404,0,1326,1327,5,323,0,0,1327,1350,3,790,395,0,1328,1331,5,267, - 0,0,1329,1332,3,808,404,0,1330,1332,5,53,0,0,1331,1329,1,0,0,0,1331, - 1330,1,0,0,0,1331,1332,1,0,0,0,1332,1350,1,0,0,0,1333,1334,5,318, - 0,0,1334,1350,3,58,29,0,1335,1336,5,332,0,0,1336,1337,5,106,0,0, - 1337,1350,3,58,29,0,1338,1339,5,383,0,0,1339,1340,5,279,0,0,1340, - 1350,3,696,348,0,1341,1342,5,356,0,0,1342,1343,5,337,0,0,1343,1350, - 3,808,404,0,1344,1345,3,44,22,0,1345,1346,5,64,0,0,1346,1347,5,434, - 0,0,1347,1350,1,0,0,0,1348,1350,3,40,20,0,1349,1321,1,0,0,0,1349, - 1324,1,0,0,0,1349,1326,1,0,0,0,1349,1328,1,0,0,0,1349,1333,1,0,0, - 0,1349,1335,1,0,0,0,1349,1338,1,0,0,0,1349,1341,1,0,0,0,1349,1344, - 1,0,0,0,1349,1348,1,0,0,0,1350,43,1,0,0,0,1351,1356,3,818,409,0, - 1352,1353,5,11,0,0,1353,1355,3,818,409,0,1354,1352,1,0,0,0,1355, - 1358,1,0,0,0,1356,1354,1,0,0,0,1356,1357,1,0,0,0,1357,45,1,0,0,0, - 1358,1356,1,0,0,0,1359,1364,3,48,24,0,1360,1361,5,6,0,0,1361,1363, - 3,48,24,0,1362,1360,1,0,0,0,1363,1366,1,0,0,0,1364,1362,1,0,0,0, - 1364,1365,1,0,0,0,1365,47,1,0,0,0,1366,1364,1,0,0,0,1367,1370,3, - 54,27,0,1368,1370,3,202,101,0,1369,1367,1,0,0,0,1369,1368,1,0,0, - 0,1370,49,1,0,0,0,1371,1372,5,300,0,0,1372,1377,7,8,0,0,1373,1374, - 5,310,0,0,1374,1377,5,300,0,0,1375,1377,5,330,0,0,1376,1371,1,0, - 0,0,1376,1373,1,0,0,0,1376,1375,1,0,0,0,1377,51,1,0,0,0,1378,1385, - 5,96,0,0,1379,1385,5,60,0,0,1380,1385,5,80,0,0,1381,1385,3,800,400, - 0,1382,1385,3,832,416,0,1383,1385,3,808,404,0,1384,1378,1,0,0,0, - 1384,1379,1,0,0,0,1384,1380,1,0,0,0,1384,1381,1,0,0,0,1384,1382, - 1,0,0,0,1384,1383,1,0,0,0,1385,53,1,0,0,0,1386,1391,5,96,0,0,1387, - 1391,5,60,0,0,1388,1391,5,80,0,0,1389,1391,3,58,29,0,1390,1386,1, - 0,0,0,1390,1387,1,0,0,0,1390,1388,1,0,0,0,1390,1389,1,0,0,0,1391, - 55,1,0,0,0,1392,1407,3,808,404,0,1393,1407,5,53,0,0,1394,1407,3, - 826,413,0,1395,1396,5,403,0,0,1396,1398,3,808,404,0,1397,1399,3, - 668,334,0,1398,1397,1,0,0,0,1398,1399,1,0,0,0,1399,1407,1,0,0,0, - 1400,1401,5,403,0,0,1401,1402,3,660,330,0,1402,1403,3,808,404,0, - 1403,1407,1,0,0,0,1404,1407,3,202,101,0,1405,1407,5,254,0,0,1406, - 1392,1,0,0,0,1406,1393,1,0,0,0,1406,1394,1,0,0,0,1406,1395,1,0,0, - 0,1406,1400,1,0,0,0,1406,1404,1,0,0,0,1406,1405,1,0,0,0,1407,57, - 1,0,0,0,1408,1411,3,822,411,0,1409,1411,3,808,404,0,1410,1408,1, - 0,0,0,1410,1409,1,0,0,0,1411,59,1,0,0,0,1412,1413,5,313,0,0,1413, - 1414,3,62,31,0,1414,61,1,0,0,0,1415,1416,5,418,0,0,1416,1425,5,386, - 0,0,1417,1418,5,356,0,0,1418,1419,5,244,0,0,1419,1425,5,251,0,0, - 1420,1421,5,332,0,0,1421,1425,5,106,0,0,1422,1425,5,30,0,0,1423, - 1425,3,44,22,0,1424,1415,1,0,0,0,1424,1417,1,0,0,0,1424,1420,1,0, - 0,0,1424,1422,1,0,0,0,1424,1423,1,0,0,0,1425,63,1,0,0,0,1426,1427, - 5,333,0,0,1427,1430,3,38,19,0,1428,1430,3,60,30,0,1429,1426,1,0, - 0,0,1429,1428,1,0,0,0,1430,65,1,0,0,0,1431,1432,5,333,0,0,1432,1435, - 3,42,21,0,1433,1435,3,60,30,0,1434,1431,1,0,0,0,1434,1433,1,0,0, - 0,1435,67,1,0,0,0,1436,1446,5,335,0,0,1437,1447,3,44,22,0,1438,1439, - 5,418,0,0,1439,1447,5,386,0,0,1440,1441,5,356,0,0,1441,1442,5,244, - 0,0,1442,1447,5,251,0,0,1443,1444,5,332,0,0,1444,1447,5,106,0,0, - 1445,1447,5,30,0,0,1446,1437,1,0,0,0,1446,1438,1,0,0,0,1446,1440, - 1,0,0,0,1446,1443,1,0,0,0,1446,1445,1,0,0,0,1447,69,1,0,0,0,1448, - 1449,5,333,0,0,1449,1452,5,165,0,0,1450,1453,5,30,0,0,1451,1453, - 3,760,380,0,1452,1450,1,0,0,0,1452,1451,1,0,0,0,1453,1454,1,0,0, - 0,1454,1455,7,9,0,0,1455,71,1,0,0,0,1456,1457,5,155,0,0,1457,73, - 1,0,0,0,1458,1459,5,187,0,0,1459,1460,7,10,0,0,1460,75,1,0,0,0,1461, - 1462,5,138,0,0,1462,1464,5,92,0,0,1463,1465,3,422,211,0,1464,1463, - 1,0,0,0,1464,1465,1,0,0,0,1465,1466,1,0,0,0,1466,1469,3,624,312, - 0,1467,1470,3,78,39,0,1468,1470,3,88,44,0,1469,1467,1,0,0,0,1469, - 1468,1,0,0,0,1470,1583,1,0,0,0,1471,1472,5,138,0,0,1472,1473,5,92, - 0,0,1473,1474,5,30,0,0,1474,1475,5,68,0,0,1475,1479,3,176,88,0,1476, - 1477,5,281,0,0,1477,1478,5,147,0,0,1478,1480,3,816,408,0,1479,1476, - 1,0,0,0,1479,1480,1,0,0,0,1480,1481,1,0,0,0,1481,1482,5,333,0,0, - 1482,1483,5,351,0,0,1483,1485,3,768,384,0,1484,1486,5,272,0,0,1485, - 1484,1,0,0,0,1485,1486,1,0,0,0,1486,1583,1,0,0,0,1487,1488,5,138, - 0,0,1488,1490,5,92,0,0,1489,1491,3,422,211,0,1490,1489,1,0,0,0,1490, - 1491,1,0,0,0,1491,1492,1,0,0,0,1492,1493,3,774,387,0,1493,1498,3, - 90,45,0,1494,1495,5,62,0,0,1495,1496,5,422,0,0,1496,1499,3,80,40, - 0,1497,1499,5,53,0,0,1498,1494,1,0,0,0,1498,1497,1,0,0,0,1499,1583, - 1,0,0,0,1500,1501,5,138,0,0,1501,1503,5,92,0,0,1502,1504,3,422,211, - 0,1503,1502,1,0,0,0,1503,1504,1,0,0,0,1504,1505,1,0,0,0,1505,1506, - 3,774,387,0,1506,1507,5,436,0,0,1507,1508,5,285,0,0,1508,1510,3, - 780,390,0,1509,1511,7,11,0,0,1510,1509,1,0,0,0,1510,1511,1,0,0,0, - 1511,1583,1,0,0,0,1512,1513,5,138,0,0,1513,1515,5,226,0,0,1514,1516, - 3,422,211,0,1515,1514,1,0,0,0,1515,1516,1,0,0,0,1516,1517,1,0,0, - 0,1517,1520,3,780,390,0,1518,1521,3,78,39,0,1519,1521,3,90,45,0, - 1520,1518,1,0,0,0,1520,1519,1,0,0,0,1521,1583,1,0,0,0,1522,1523, - 5,138,0,0,1523,1524,5,226,0,0,1524,1525,5,30,0,0,1525,1526,5,68, - 0,0,1526,1530,3,176,88,0,1527,1528,5,281,0,0,1528,1529,5,147,0,0, - 1529,1531,3,816,408,0,1530,1527,1,0,0,0,1530,1531,1,0,0,0,1531,1532, - 1,0,0,0,1532,1533,5,333,0,0,1533,1535,3,176,88,0,1534,1536,5,272, - 0,0,1535,1534,1,0,0,0,1535,1536,1,0,0,0,1536,1583,1,0,0,0,1537,1538, - 5,138,0,0,1538,1540,5,328,0,0,1539,1541,3,422,211,0,1540,1539,1, - 0,0,0,1540,1541,1,0,0,0,1541,1542,1,0,0,0,1542,1543,3,780,390,0, - 1543,1544,3,78,39,0,1544,1583,1,0,0,0,1545,1547,5,138,0,0,1546,1548, - 5,259,0,0,1547,1546,1,0,0,0,1547,1548,1,0,0,0,1548,1549,1,0,0,0, - 1549,1551,5,376,0,0,1550,1552,3,422,211,0,1551,1550,1,0,0,0,1551, - 1552,1,0,0,0,1552,1553,1,0,0,0,1553,1554,3,778,389,0,1554,1555,3, - 78,39,0,1555,1583,1,0,0,0,1556,1557,5,138,0,0,1557,1558,5,259,0, - 0,1558,1559,5,376,0,0,1559,1560,5,30,0,0,1560,1561,5,68,0,0,1561, - 1565,3,176,88,0,1562,1563,5,281,0,0,1563,1564,5,147,0,0,1564,1566, - 3,816,408,0,1565,1562,1,0,0,0,1565,1566,1,0,0,0,1566,1567,1,0,0, - 0,1567,1568,5,333,0,0,1568,1569,5,351,0,0,1569,1571,3,768,384,0, - 1570,1572,5,272,0,0,1571,1570,1,0,0,0,1571,1572,1,0,0,0,1572,1583, - 1,0,0,0,1573,1574,5,138,0,0,1574,1575,5,63,0,0,1575,1577,5,92,0, - 0,1576,1578,3,422,211,0,1577,1576,1,0,0,0,1577,1578,1,0,0,0,1578, - 1579,1,0,0,0,1579,1580,3,624,312,0,1580,1581,3,78,39,0,1581,1583, - 1,0,0,0,1582,1461,1,0,0,0,1582,1471,1,0,0,0,1582,1487,1,0,0,0,1582, - 1500,1,0,0,0,1582,1512,1,0,0,0,1582,1522,1,0,0,0,1582,1537,1,0,0, - 0,1582,1545,1,0,0,0,1582,1556,1,0,0,0,1582,1573,1,0,0,0,1583,77, - 1,0,0,0,1584,1589,3,92,46,0,1585,1586,5,6,0,0,1586,1588,3,92,46, - 0,1587,1585,1,0,0,0,1588,1591,1,0,0,0,1589,1587,1,0,0,0,1589,1590, - 1,0,0,0,1590,79,1,0,0,0,1591,1589,1,0,0,0,1592,1593,5,68,0,0,1593, - 1602,3,534,267,0,1594,1595,5,64,0,0,1595,1596,3,82,41,0,1596,1597, - 5,94,0,0,1597,1598,3,82,41,0,1598,1602,1,0,0,0,1599,1600,5,105,0, - 0,1600,1602,3,86,43,0,1601,1592,1,0,0,0,1601,1594,1,0,0,0,1601,1599, - 1,0,0,0,1602,81,1,0,0,0,1603,1604,5,2,0,0,1604,1609,3,84,42,0,1605, - 1606,5,6,0,0,1606,1608,3,84,42,0,1607,1605,1,0,0,0,1608,1611,1,0, - 0,0,1609,1607,1,0,0,0,1609,1610,1,0,0,0,1610,1612,1,0,0,0,1611,1609, - 1,0,0,0,1612,1613,5,3,0,0,1613,83,1,0,0,0,1614,1618,3,534,267,0, - 1615,1618,5,262,0,0,1616,1618,5,260,0,0,1617,1614,1,0,0,0,1617,1615, - 1,0,0,0,1617,1616,1,0,0,0,1618,85,1,0,0,0,1619,1620,5,2,0,0,1620, - 1621,5,533,0,0,1621,1622,3,202,101,0,1622,1623,5,6,0,0,1623,1624, - 5,534,0,0,1624,1625,3,202,101,0,1625,1626,5,3,0,0,1626,87,1,0,0, - 0,1627,1628,3,90,45,0,1628,1629,3,106,53,0,1629,1634,1,0,0,0,1630, - 1631,5,436,0,0,1631,1632,5,285,0,0,1632,1634,3,780,390,0,1633,1627, - 1,0,0,0,1633,1630,1,0,0,0,1634,89,1,0,0,0,1635,1636,5,435,0,0,1636, - 1637,5,285,0,0,1637,1638,3,780,390,0,1638,91,1,0,0,0,1639,1642,5, - 133,0,0,1640,1641,5,45,0,0,1641,1643,3,818,409,0,1642,1640,1,0,0, - 0,1642,1643,1,0,0,0,1643,1644,1,0,0,0,1644,1873,3,142,71,0,1645, - 1646,5,138,0,0,1646,1647,5,45,0,0,1647,1651,3,818,409,0,1648,1650, - 3,272,136,0,1649,1648,1,0,0,0,1650,1653,1,0,0,0,1651,1649,1,0,0, - 0,1651,1652,1,0,0,0,1652,1873,1,0,0,0,1653,1651,1,0,0,0,1654,1655, - 5,372,0,0,1655,1656,5,45,0,0,1656,1873,3,818,409,0,1657,1658,5,191, - 0,0,1658,1660,5,45,0,0,1659,1661,3,422,211,0,1660,1659,1,0,0,0,1660, - 1661,1,0,0,0,1661,1662,1,0,0,0,1662,1664,3,818,409,0,1663,1665,3, - 96,48,0,1664,1663,1,0,0,0,1664,1665,1,0,0,0,1665,1873,1,0,0,0,1666, - 1667,5,333,0,0,1667,1668,5,379,0,0,1668,1873,7,12,0,0,1669,1670, - 5,158,0,0,1670,1671,5,80,0,0,1671,1873,3,818,409,0,1672,1673,5,333, - 0,0,1673,1873,7,13,0,0,1674,1676,5,193,0,0,1675,1677,7,14,0,0,1676, - 1675,1,0,0,0,1676,1677,1,0,0,0,1677,1678,1,0,0,0,1678,1873,5,357, - 0,0,1679,1680,5,186,0,0,1680,1684,5,357,0,0,1681,1685,5,30,0,0,1682, - 1685,5,99,0,0,1683,1685,3,818,409,0,1684,1681,1,0,0,0,1684,1682, - 1,0,0,0,1684,1683,1,0,0,0,1685,1873,1,0,0,0,1686,1687,5,193,0,0, - 1687,1688,7,14,0,0,1688,1689,5,321,0,0,1689,1873,3,818,409,0,1690, - 1691,5,186,0,0,1691,1692,5,321,0,0,1692,1873,3,818,409,0,1693,1695, - 5,269,0,0,1694,1693,1,0,0,0,1694,1695,1,0,0,0,1695,1696,1,0,0,0, - 1696,1697,5,228,0,0,1697,1873,3,780,390,0,1698,1699,5,275,0,0,1699, - 1873,3,316,158,0,1700,1701,5,77,0,0,1701,1873,5,275,0,0,1702,1703, - 5,282,0,0,1703,1704,5,94,0,0,1704,1873,3,814,407,0,1705,1706,5,333, - 0,0,1706,1707,5,351,0,0,1707,1873,3,768,384,0,1708,1709,5,312,0, - 0,1709,1714,5,219,0,0,1710,1715,5,270,0,0,1711,1715,5,113,0,0,1712, - 1715,5,53,0,0,1713,1715,3,180,90,0,1714,1710,1,0,0,0,1714,1711,1, - 0,0,0,1714,1712,1,0,0,0,1714,1713,1,0,0,0,1715,1873,1,0,0,0,1716, - 1723,5,193,0,0,1717,1723,5,186,0,0,1718,1720,5,269,0,0,1719,1718, - 1,0,0,0,1719,1720,1,0,0,0,1720,1721,1,0,0,0,1721,1723,5,209,0,0, - 1722,1716,1,0,0,0,1722,1717,1,0,0,0,1722,1719,1,0,0,0,1723,1724, - 1,0,0,0,1724,1725,5,414,0,0,1725,1726,5,251,0,0,1726,1873,5,327, - 0,0,1727,1729,5,191,0,0,1728,1730,5,44,0,0,1729,1728,1,0,0,0,1729, - 1730,1,0,0,0,1730,1732,1,0,0,0,1731,1733,3,422,211,0,1732,1731,1, - 0,0,0,1732,1733,1,0,0,0,1733,1734,1,0,0,0,1734,1736,3,800,400,0, - 1735,1737,3,96,48,0,1736,1735,1,0,0,0,1736,1737,1,0,0,0,1737,1873, - 1,0,0,0,1738,1740,5,133,0,0,1739,1741,5,44,0,0,1740,1739,1,0,0,0, - 1740,1741,1,0,0,0,1741,1743,1,0,0,0,1742,1744,3,294,147,0,1743,1742, - 1,0,0,0,1743,1744,1,0,0,0,1744,1745,1,0,0,0,1745,1873,3,132,66,0, - 1746,1748,5,138,0,0,1747,1749,5,44,0,0,1748,1747,1,0,0,0,1748,1749, - 1,0,0,0,1749,1750,1,0,0,0,1750,1753,3,800,400,0,1751,1754,3,94,47, - 0,1752,1754,3,222,111,0,1753,1751,1,0,0,0,1753,1752,1,0,0,0,1754, - 1873,1,0,0,0,1755,1757,5,138,0,0,1756,1758,5,44,0,0,1757,1756,1, - 0,0,0,1757,1758,1,0,0,0,1758,1759,1,0,0,0,1759,1760,3,800,400,0, - 1760,1761,7,15,0,0,1761,1762,5,77,0,0,1762,1763,5,78,0,0,1763,1873, - 1,0,0,0,1764,1766,5,138,0,0,1765,1767,5,44,0,0,1766,1765,1,0,0,0, - 1766,1767,1,0,0,0,1767,1768,1,0,0,0,1768,1769,3,800,400,0,1769,1770, - 5,191,0,0,1770,1772,5,437,0,0,1771,1773,3,422,211,0,1772,1771,1, - 0,0,0,1772,1773,1,0,0,0,1773,1873,1,0,0,0,1774,1776,5,138,0,0,1775, - 1777,5,44,0,0,1776,1775,1,0,0,0,1776,1777,1,0,0,0,1777,1778,1,0, - 0,0,1778,1779,3,800,400,0,1779,1780,5,333,0,0,1780,1781,5,342,0, - 0,1781,1782,3,812,406,0,1782,1873,1,0,0,0,1783,1785,5,138,0,0,1784, - 1786,5,44,0,0,1785,1784,1,0,0,0,1785,1786,1,0,0,0,1786,1787,1,0, - 0,0,1787,1789,3,800,400,0,1788,1783,1,0,0,0,1788,1789,1,0,0,0,1789, - 1790,1,0,0,0,1790,1791,7,16,0,0,1791,1873,3,100,50,0,1792,1794,5, - 138,0,0,1793,1795,5,44,0,0,1794,1793,1,0,0,0,1794,1795,1,0,0,0,1795, - 1796,1,0,0,0,1796,1797,3,800,400,0,1797,1798,5,333,0,0,1798,1799, - 5,345,0,0,1799,1800,3,818,409,0,1800,1873,1,0,0,0,1801,1803,5,138, - 0,0,1802,1804,5,44,0,0,1803,1802,1,0,0,0,1803,1804,1,0,0,0,1804, - 1805,1,0,0,0,1805,1806,3,800,400,0,1806,1807,5,133,0,0,1807,1808, - 5,438,0,0,1808,1809,3,138,69,0,1809,1810,5,36,0,0,1810,1819,5,219, - 0,0,1811,1813,5,2,0,0,1812,1814,3,200,100,0,1813,1812,1,0,0,0,1814, - 1815,1,0,0,0,1815,1813,1,0,0,0,1815,1816,1,0,0,0,1816,1817,1,0,0, - 0,1817,1818,5,3,0,0,1818,1820,1,0,0,0,1819,1811,1,0,0,0,1819,1820, - 1,0,0,0,1820,1873,1,0,0,0,1821,1823,5,138,0,0,1822,1824,5,44,0,0, - 1823,1822,1,0,0,0,1823,1824,1,0,0,0,1824,1825,1,0,0,0,1825,1839, - 3,800,400,0,1826,1831,5,314,0,0,1827,1829,5,105,0,0,1828,1827,1, - 0,0,0,1828,1829,1,0,0,0,1829,1830,1,0,0,0,1830,1832,3,202,101,0, - 1831,1828,1,0,0,0,1831,1832,1,0,0,0,1832,1840,1,0,0,0,1833,1837, - 5,333,0,0,1834,1838,3,200,100,0,1835,1836,5,438,0,0,1836,1838,3, - 138,69,0,1837,1834,1,0,0,0,1837,1835,1,0,0,0,1838,1840,1,0,0,0,1839, - 1826,1,0,0,0,1839,1833,1,0,0,0,1840,1841,1,0,0,0,1841,1839,1,0,0, - 0,1841,1842,1,0,0,0,1842,1873,1,0,0,0,1843,1845,5,138,0,0,1844,1846, - 5,44,0,0,1845,1844,1,0,0,0,1845,1846,1,0,0,0,1846,1847,1,0,0,0,1847, - 1848,3,800,400,0,1848,1849,5,191,0,0,1849,1851,5,219,0,0,1850,1852, - 3,422,211,0,1851,1850,1,0,0,0,1851,1852,1,0,0,0,1852,1873,1,0,0, - 0,1853,1855,5,138,0,0,1854,1856,5,44,0,0,1855,1854,1,0,0,0,1855, - 1856,1,0,0,0,1856,1857,1,0,0,0,1857,1860,3,800,400,0,1858,1859,5, - 333,0,0,1859,1861,5,174,0,0,1860,1858,1,0,0,0,1860,1861,1,0,0,0, - 1861,1862,1,0,0,0,1862,1863,5,360,0,0,1863,1865,3,652,326,0,1864, - 1866,3,98,49,0,1865,1864,1,0,0,0,1865,1866,1,0,0,0,1866,1869,1,0, - 0,0,1867,1868,5,100,0,0,1868,1870,3,674,337,0,1869,1867,1,0,0,0, - 1869,1870,1,0,0,0,1870,1873,1,0,0,0,1871,1873,3,222,111,0,1872,1639, - 1,0,0,0,1872,1645,1,0,0,0,1872,1654,1,0,0,0,1872,1657,1,0,0,0,1872, - 1666,1,0,0,0,1872,1669,1,0,0,0,1872,1672,1,0,0,0,1872,1674,1,0,0, - 0,1872,1679,1,0,0,0,1872,1686,1,0,0,0,1872,1690,1,0,0,0,1872,1694, - 1,0,0,0,1872,1698,1,0,0,0,1872,1700,1,0,0,0,1872,1702,1,0,0,0,1872, - 1705,1,0,0,0,1872,1708,1,0,0,0,1872,1722,1,0,0,0,1872,1727,1,0,0, - 0,1872,1738,1,0,0,0,1872,1746,1,0,0,0,1872,1755,1,0,0,0,1872,1764, - 1,0,0,0,1872,1774,1,0,0,0,1872,1788,1,0,0,0,1872,1792,1,0,0,0,1872, - 1801,1,0,0,0,1872,1821,1,0,0,0,1872,1843,1,0,0,0,1872,1853,1,0,0, - 0,1872,1871,1,0,0,0,1873,93,1,0,0,0,1874,1875,5,333,0,0,1875,1876, - 5,53,0,0,1876,1880,3,674,337,0,1877,1878,5,191,0,0,1878,1880,5,53, - 0,0,1879,1874,1,0,0,0,1879,1877,1,0,0,0,1880,95,1,0,0,0,1881,1882, - 7,17,0,0,1882,97,1,0,0,0,1883,1884,5,43,0,0,1884,1885,3,316,158, - 0,1885,99,1,0,0,0,1886,1887,5,2,0,0,1887,1892,3,104,52,0,1888,1889, - 5,6,0,0,1889,1891,3,104,52,0,1890,1888,1,0,0,0,1891,1894,1,0,0,0, - 1892,1890,1,0,0,0,1892,1893,1,0,0,0,1893,1895,1,0,0,0,1894,1892, - 1,0,0,0,1895,1896,5,3,0,0,1896,101,1,0,0,0,1897,1898,5,105,0,0,1898, - 1899,3,100,50,0,1899,103,1,0,0,0,1900,1905,3,824,412,0,1901,1902, - 5,10,0,0,1902,1906,3,288,144,0,1903,1904,5,11,0,0,1904,1906,3,286, - 143,0,1905,1901,1,0,0,0,1905,1903,1,0,0,0,1905,1906,1,0,0,0,1906, - 105,1,0,0,0,1907,1908,5,62,0,0,1908,1909,5,422,0,0,1909,1910,5,105, - 0,0,1910,1911,5,2,0,0,1911,1912,5,533,0,0,1912,1913,5,571,0,0,1913, - 1914,5,6,0,0,1914,1915,5,534,0,0,1915,1916,5,571,0,0,1916,1930,5, - 3,0,0,1917,1918,5,62,0,0,1918,1919,5,422,0,0,1919,1920,5,68,0,0, - 1920,1930,3,534,267,0,1921,1922,5,62,0,0,1922,1923,5,422,0,0,1923, - 1924,5,64,0,0,1924,1925,3,534,267,0,1925,1926,5,94,0,0,1926,1927, - 3,534,267,0,1927,1930,1,0,0,0,1928,1930,5,53,0,0,1929,1907,1,0,0, - 0,1929,1917,1,0,0,0,1929,1921,1,0,0,0,1929,1928,1,0,0,0,1930,107, - 1,0,0,0,1931,1932,5,138,0,0,1932,1933,5,360,0,0,1933,1934,3,316, - 158,0,1934,1939,3,110,55,0,1935,1936,5,6,0,0,1936,1938,3,110,55, - 0,1937,1935,1,0,0,0,1938,1941,1,0,0,0,1939,1937,1,0,0,0,1939,1940, - 1,0,0,0,1940,109,1,0,0,0,1941,1939,1,0,0,0,1942,1943,5,133,0,0,1943, - 1944,5,143,0,0,1944,1946,3,644,322,0,1945,1947,3,96,48,0,1946,1945, - 1,0,0,0,1946,1947,1,0,0,0,1947,1973,1,0,0,0,1948,1949,5,191,0,0, - 1949,1951,5,143,0,0,1950,1952,3,422,211,0,1951,1950,1,0,0,0,1951, - 1952,1,0,0,0,1952,1953,1,0,0,0,1953,1955,3,818,409,0,1954,1956,3, - 96,48,0,1955,1954,1,0,0,0,1955,1956,1,0,0,0,1956,1973,1,0,0,0,1957, - 1958,5,138,0,0,1958,1959,5,143,0,0,1959,1962,3,818,409,0,1960,1961, - 5,333,0,0,1961,1963,5,174,0,0,1962,1960,1,0,0,0,1962,1963,1,0,0, - 0,1963,1964,1,0,0,0,1964,1965,5,360,0,0,1965,1967,3,652,326,0,1966, - 1968,3,98,49,0,1967,1966,1,0,0,0,1967,1968,1,0,0,0,1968,1970,1,0, - 0,0,1969,1971,3,96,48,0,1970,1969,1,0,0,0,1970,1971,1,0,0,0,1971, - 1973,1,0,0,0,1972,1942,1,0,0,0,1972,1948,1,0,0,0,1972,1957,1,0,0, - 0,1973,111,1,0,0,0,1974,1977,5,157,0,0,1975,1978,3,818,409,0,1976, - 1978,5,30,0,0,1977,1975,1,0,0,0,1977,1976,1,0,0,0,1978,113,1,0,0, - 0,1979,1981,5,169,0,0,1980,1982,5,107,0,0,1981,1980,1,0,0,0,1981, - 1982,1,0,0,0,1982,1983,1,0,0,0,1983,1985,3,774,387,0,1984,1986,3, - 144,72,0,1985,1984,1,0,0,0,1985,1986,1,0,0,0,1986,1987,1,0,0,0,1987, - 1989,7,18,0,0,1988,1990,5,297,0,0,1989,1988,1,0,0,0,1989,1990,1, - 0,0,0,1990,1994,1,0,0,0,1991,1995,3,808,404,0,1992,1995,5,343,0, - 0,1993,1995,5,344,0,0,1994,1991,1,0,0,0,1994,1992,1,0,0,0,1994,1993, - 1,0,0,0,1995,2001,1,0,0,0,1996,1998,5,100,0,0,1997,1996,1,0,0,0, - 1997,1998,1,0,0,0,1998,1999,1,0,0,0,1999,2000,5,184,0,0,2000,2002, - 3,808,404,0,2001,1997,1,0,0,0,2001,2002,1,0,0,0,2002,2004,1,0,0, - 0,2003,2005,5,105,0,0,2004,2003,1,0,0,0,2004,2005,1,0,0,0,2005,2006, - 1,0,0,0,2006,2008,3,116,58,0,2007,2009,3,638,319,0,2008,2007,1,0, - 0,0,2008,2009,1,0,0,0,2009,2029,1,0,0,0,2010,2011,5,169,0,0,2011, - 2012,5,2,0,0,2012,2013,3,530,265,0,2013,2014,5,3,0,0,2014,2016,5, - 94,0,0,2015,2017,5,297,0,0,2016,2015,1,0,0,0,2016,2017,1,0,0,0,2017, - 2021,1,0,0,0,2018,2022,3,808,404,0,2019,2022,5,343,0,0,2020,2022, - 5,344,0,0,2021,2018,1,0,0,0,2021,2019,1,0,0,0,2021,2020,1,0,0,0, - 2022,2024,1,0,0,0,2023,2025,5,105,0,0,2024,2023,1,0,0,0,2024,2025, - 1,0,0,0,2025,2026,1,0,0,0,2026,2027,3,116,58,0,2027,2029,1,0,0,0, - 2028,1979,1,0,0,0,2028,2010,1,0,0,0,2029,115,1,0,0,0,2030,2054,5, - 107,0,0,2031,2054,5,112,0,0,2032,2034,7,19,0,0,2033,2035,5,36,0, - 0,2034,2033,1,0,0,0,2034,2035,1,0,0,0,2035,2036,1,0,0,0,2036,2054, - 3,808,404,0,2037,2054,5,171,0,0,2038,2054,5,216,0,0,2039,2040,5, - 209,0,0,2040,2043,5,298,0,0,2041,2044,3,148,74,0,2042,2044,5,9,0, - 0,2043,2041,1,0,0,0,2043,2042,1,0,0,0,2044,2054,1,0,0,0,2045,2047, - 5,209,0,0,2046,2048,5,77,0,0,2047,2046,1,0,0,0,2047,2048,1,0,0,0, - 2048,2049,1,0,0,0,2049,2050,5,78,0,0,2050,2054,3,148,74,0,2051,2052, - 5,194,0,0,2052,2054,3,808,404,0,2053,2030,1,0,0,0,2053,2031,1,0, - 0,0,2053,2032,1,0,0,0,2053,2037,1,0,0,0,2053,2038,1,0,0,0,2053,2039, - 1,0,0,0,2053,2045,1,0,0,0,2053,2051,1,0,0,0,2054,2057,1,0,0,0,2055, - 2053,1,0,0,0,2055,2056,1,0,0,0,2056,2070,1,0,0,0,2057,2055,1,0,0, - 0,2058,2059,5,2,0,0,2059,2064,3,118,59,0,2060,2061,5,6,0,0,2061, - 2063,3,118,59,0,2062,2060,1,0,0,0,2063,2066,1,0,0,0,2064,2062,1, - 0,0,0,2064,2065,1,0,0,0,2065,2067,1,0,0,0,2066,2064,1,0,0,0,2067, - 2068,5,3,0,0,2068,2070,1,0,0,0,2069,2055,1,0,0,0,2069,2058,1,0,0, - 0,2070,117,1,0,0,0,2071,2086,3,824,412,0,2072,2087,3,54,27,0,2073, - 2087,3,202,101,0,2074,2087,5,9,0,0,2075,2076,5,2,0,0,2076,2081,3, - 52,26,0,2077,2078,5,6,0,0,2078,2080,3,52,26,0,2079,2077,1,0,0,0, - 2080,2083,1,0,0,0,2081,2079,1,0,0,0,2081,2082,1,0,0,0,2082,2084, - 1,0,0,0,2083,2081,1,0,0,0,2084,2085,5,3,0,0,2085,2087,1,0,0,0,2086, - 2072,1,0,0,0,2086,2073,1,0,0,0,2086,2074,1,0,0,0,2086,2075,1,0,0, - 0,2086,2087,1,0,0,0,2087,119,1,0,0,0,2088,2090,5,46,0,0,2089,2091, - 3,122,61,0,2090,2089,1,0,0,0,2090,2091,1,0,0,0,2091,2092,1,0,0,0, - 2092,2094,5,92,0,0,2093,2095,3,294,147,0,2094,2093,1,0,0,0,2094, - 2095,1,0,0,0,2095,2096,1,0,0,0,2096,2162,3,772,386,0,2097,2099,5, - 2,0,0,2098,2100,3,126,63,0,2099,2098,1,0,0,0,2099,2100,1,0,0,0,2100, - 2101,1,0,0,0,2101,2103,5,3,0,0,2102,2104,3,164,82,0,2103,2102,1, - 0,0,0,2103,2104,1,0,0,0,2104,2106,1,0,0,0,2105,2107,3,166,83,0,2106, - 2105,1,0,0,0,2106,2107,1,0,0,0,2107,2109,1,0,0,0,2108,2110,3,170, - 85,0,2109,2108,1,0,0,0,2109,2110,1,0,0,0,2110,2112,1,0,0,0,2111, - 2113,3,172,86,0,2112,2111,1,0,0,0,2112,2113,1,0,0,0,2113,2115,1, - 0,0,0,2114,2116,3,174,87,0,2115,2114,1,0,0,0,2115,2116,1,0,0,0,2116, - 2118,1,0,0,0,2117,2119,3,176,88,0,2118,2117,1,0,0,0,2118,2119,1, - 0,0,0,2119,2163,1,0,0,0,2120,2121,5,275,0,0,2121,2123,3,316,158, - 0,2122,2124,3,124,62,0,2123,2122,1,0,0,0,2123,2124,1,0,0,0,2124, - 2126,1,0,0,0,2125,2127,3,166,83,0,2126,2125,1,0,0,0,2126,2127,1, - 0,0,0,2127,2129,1,0,0,0,2128,2130,3,170,85,0,2129,2128,1,0,0,0,2129, - 2130,1,0,0,0,2130,2132,1,0,0,0,2131,2133,3,172,86,0,2132,2131,1, - 0,0,0,2132,2133,1,0,0,0,2133,2135,1,0,0,0,2134,2136,3,174,87,0,2135, - 2134,1,0,0,0,2135,2136,1,0,0,0,2136,2138,1,0,0,0,2137,2139,3,176, - 88,0,2138,2137,1,0,0,0,2138,2139,1,0,0,0,2139,2163,1,0,0,0,2140, - 2141,5,285,0,0,2141,2142,5,275,0,0,2142,2144,3,780,390,0,2143,2145, - 3,124,62,0,2144,2143,1,0,0,0,2144,2145,1,0,0,0,2145,2146,1,0,0,0, - 2146,2148,3,106,53,0,2147,2149,3,166,83,0,2148,2147,1,0,0,0,2148, - 2149,1,0,0,0,2149,2151,1,0,0,0,2150,2152,3,170,85,0,2151,2150,1, - 0,0,0,2151,2152,1,0,0,0,2152,2154,1,0,0,0,2153,2155,3,172,86,0,2154, - 2153,1,0,0,0,2154,2155,1,0,0,0,2155,2157,1,0,0,0,2156,2158,3,174, - 87,0,2157,2156,1,0,0,0,2157,2158,1,0,0,0,2158,2160,1,0,0,0,2159, - 2161,3,176,88,0,2160,2159,1,0,0,0,2160,2161,1,0,0,0,2161,2163,1, - 0,0,0,2162,2097,1,0,0,0,2162,2120,1,0,0,0,2162,2140,1,0,0,0,2163, - 121,1,0,0,0,2164,2170,5,354,0,0,2165,2170,5,352,0,0,2166,2167,7, - 20,0,0,2167,2170,7,21,0,0,2168,2170,5,367,0,0,2169,2164,1,0,0,0, - 2169,2165,1,0,0,0,2169,2166,1,0,0,0,2169,2168,1,0,0,0,2170,123,1, - 0,0,0,2171,2172,5,2,0,0,2172,2177,3,130,65,0,2173,2174,5,6,0,0,2174, - 2176,3,130,65,0,2175,2173,1,0,0,0,2176,2179,1,0,0,0,2177,2175,1, - 0,0,0,2177,2178,1,0,0,0,2178,2180,1,0,0,0,2179,2177,1,0,0,0,2180, - 2181,5,3,0,0,2181,125,1,0,0,0,2182,2187,3,128,64,0,2183,2184,5,6, - 0,0,2184,2186,3,128,64,0,2185,2183,1,0,0,0,2186,2189,1,0,0,0,2187, - 2185,1,0,0,0,2187,2188,1,0,0,0,2188,127,1,0,0,0,2189,2187,1,0,0, - 0,2190,2191,5,45,0,0,2191,2193,3,818,409,0,2192,2190,1,0,0,0,2192, - 2193,1,0,0,0,2193,2194,1,0,0,0,2194,2206,3,142,71,0,2195,2206,3, - 132,66,0,2196,2197,5,120,0,0,2197,2202,3,780,390,0,2198,2199,7,22, - 0,0,2199,2201,3,140,70,0,2200,2198,1,0,0,0,2201,2204,1,0,0,0,2202, - 2200,1,0,0,0,2202,2203,1,0,0,0,2203,2206,1,0,0,0,2204,2202,1,0,0, - 0,2205,2192,1,0,0,0,2205,2195,1,0,0,0,2205,2196,1,0,0,0,2206,129, - 1,0,0,0,2207,2210,3,802,401,0,2208,2209,5,105,0,0,2209,2211,5,280, - 0,0,2210,2208,1,0,0,0,2210,2211,1,0,0,0,2211,2215,1,0,0,0,2212,2214, - 3,134,67,0,2213,2212,1,0,0,0,2214,2217,1,0,0,0,2215,2213,1,0,0,0, - 2215,2216,1,0,0,0,2216,2224,1,0,0,0,2217,2215,1,0,0,0,2218,2219, - 5,45,0,0,2219,2221,3,818,409,0,2220,2218,1,0,0,0,2220,2221,1,0,0, - 0,2221,2222,1,0,0,0,2222,2224,3,142,71,0,2223,2207,1,0,0,0,2223, - 2220,1,0,0,0,2224,131,1,0,0,0,2225,2226,3,802,401,0,2226,2228,3, - 652,326,0,2227,2229,3,220,110,0,2228,2227,1,0,0,0,2228,2229,1,0, - 0,0,2229,2239,1,0,0,0,2230,2237,5,345,0,0,2231,2238,5,544,0,0,2232, - 2238,5,205,0,0,2233,2238,5,545,0,0,2234,2238,5,546,0,0,2235,2238, - 5,53,0,0,2236,2238,3,818,409,0,2237,2231,1,0,0,0,2237,2232,1,0,0, - 0,2237,2233,1,0,0,0,2237,2234,1,0,0,0,2237,2235,1,0,0,0,2237,2236, - 1,0,0,0,2238,2240,1,0,0,0,2239,2230,1,0,0,0,2239,2240,1,0,0,0,2240, - 2243,1,0,0,0,2241,2242,5,543,0,0,2242,2244,3,818,409,0,2243,2241, - 1,0,0,0,2243,2244,1,0,0,0,2244,2246,1,0,0,0,2245,2247,3,98,49,0, - 2246,2245,1,0,0,0,2246,2247,1,0,0,0,2247,2250,1,0,0,0,2248,2249, - 5,105,0,0,2249,2251,5,280,0,0,2250,2248,1,0,0,0,2250,2251,1,0,0, - 0,2251,2255,1,0,0,0,2252,2254,3,134,67,0,2253,2252,1,0,0,0,2254, - 2257,1,0,0,0,2255,2253,1,0,0,0,2255,2256,1,0,0,0,2256,133,1,0,0, - 0,2257,2255,1,0,0,0,2258,2259,5,45,0,0,2259,2261,3,818,409,0,2260, - 2258,1,0,0,0,2260,2261,1,0,0,0,2261,2262,1,0,0,0,2262,2267,3,136, - 68,0,2263,2265,5,77,0,0,2264,2263,1,0,0,0,2264,2265,1,0,0,0,2265, - 2266,1,0,0,0,2266,2268,5,54,0,0,2267,2264,1,0,0,0,2267,2268,1,0, - 0,0,2268,2271,1,0,0,0,2269,2270,5,69,0,0,2270,2272,7,9,0,0,2271, - 2269,1,0,0,0,2271,2272,1,0,0,0,2272,135,1,0,0,0,2273,2275,5,77,0, - 0,2274,2273,1,0,0,0,2274,2275,1,0,0,0,2275,2276,1,0,0,0,2276,2354, - 5,78,0,0,2277,2279,5,98,0,0,2278,2280,3,400,200,0,2279,2278,1,0, - 0,0,2279,2280,1,0,0,0,2280,2282,1,0,0,0,2281,2283,3,178,89,0,2282, - 2281,1,0,0,0,2282,2283,1,0,0,0,2283,2354,1,0,0,0,2284,2290,5,98, - 0,0,2285,2287,5,273,0,0,2286,2288,5,77,0,0,2287,2286,1,0,0,0,2287, - 2288,1,0,0,0,2288,2289,1,0,0,0,2289,2291,5,56,0,0,2290,2285,1,0, - 0,0,2290,2291,1,0,0,0,2291,2294,1,0,0,0,2292,2293,5,441,0,0,2293, - 2295,3,360,180,0,2294,2292,1,0,0,0,2294,2295,1,0,0,0,2295,2297,1, - 0,0,0,2296,2298,3,572,286,0,2297,2296,1,0,0,0,2297,2298,1,0,0,0, - 2298,2300,1,0,0,0,2299,2301,3,178,89,0,2300,2299,1,0,0,0,2300,2301, - 1,0,0,0,2301,2354,1,0,0,0,2302,2303,5,85,0,0,2303,2305,5,245,0,0, - 2304,2306,3,400,200,0,2305,2304,1,0,0,0,2305,2306,1,0,0,0,2306,2308, - 1,0,0,0,2307,2309,3,178,89,0,2308,2307,1,0,0,0,2308,2309,1,0,0,0, - 2309,2354,1,0,0,0,2310,2311,5,42,0,0,2311,2312,5,2,0,0,2312,2313, - 3,674,337,0,2313,2316,5,3,0,0,2314,2315,5,269,0,0,2315,2317,5,228, - 0,0,2316,2314,1,0,0,0,2316,2317,1,0,0,0,2317,2354,1,0,0,0,2318,2319, - 5,53,0,0,2319,2354,3,682,341,0,2320,2321,5,438,0,0,2321,2322,3,138, - 69,0,2322,2339,5,36,0,0,2323,2332,5,219,0,0,2324,2326,5,2,0,0,2325, - 2327,3,200,100,0,2326,2325,1,0,0,0,2327,2328,1,0,0,0,2328,2326,1, - 0,0,0,2328,2329,1,0,0,0,2329,2330,1,0,0,0,2330,2331,5,3,0,0,2331, - 2333,1,0,0,0,2332,2324,1,0,0,0,2332,2333,1,0,0,0,2333,2340,1,0,0, - 0,2334,2335,5,2,0,0,2335,2336,3,674,337,0,2336,2337,5,3,0,0,2337, - 2338,5,440,0,0,2338,2340,1,0,0,0,2339,2323,1,0,0,0,2339,2334,1,0, - 0,0,2340,2354,1,0,0,0,2341,2342,5,86,0,0,2342,2344,3,780,390,0,2343, - 2345,3,144,72,0,2344,2343,1,0,0,0,2344,2345,1,0,0,0,2345,2347,1, - 0,0,0,2346,2348,3,152,76,0,2347,2346,1,0,0,0,2347,2348,1,0,0,0,2348, - 2350,1,0,0,0,2349,2351,3,156,78,0,2350,2349,1,0,0,0,2350,2351,1, - 0,0,0,2351,2354,1,0,0,0,2352,2354,3,98,49,0,2353,2274,1,0,0,0,2353, - 2277,1,0,0,0,2353,2284,1,0,0,0,2353,2302,1,0,0,0,2353,2310,1,0,0, - 0,2353,2318,1,0,0,0,2353,2320,1,0,0,0,2353,2341,1,0,0,0,2353,2352, - 1,0,0,0,2354,137,1,0,0,0,2355,2359,5,139,0,0,2356,2357,5,147,0,0, - 2357,2359,5,53,0,0,2358,2355,1,0,0,0,2358,2356,1,0,0,0,2359,139, - 1,0,0,0,2360,2361,7,23,0,0,2361,141,1,0,0,0,2362,2363,5,42,0,0,2363, - 2364,5,2,0,0,2364,2365,3,674,337,0,2365,2369,5,3,0,0,2366,2368,3, - 272,136,0,2367,2366,1,0,0,0,2368,2371,1,0,0,0,2369,2367,1,0,0,0, - 2369,2370,1,0,0,0,2370,2459,1,0,0,0,2371,2369,1,0,0,0,2372,2376, - 5,98,0,0,2373,2374,5,85,0,0,2374,2376,5,245,0,0,2375,2372,1,0,0, - 0,2375,2373,1,0,0,0,2376,2400,1,0,0,0,2377,2379,3,144,72,0,2378, - 2380,3,150,75,0,2379,2378,1,0,0,0,2379,2380,1,0,0,0,2380,2382,1, - 0,0,0,2381,2383,3,400,200,0,2382,2381,1,0,0,0,2382,2383,1,0,0,0, - 2383,2385,1,0,0,0,2384,2386,3,178,89,0,2385,2384,1,0,0,0,2385,2386, - 1,0,0,0,2386,2390,1,0,0,0,2387,2389,3,272,136,0,2388,2387,1,0,0, - 0,2389,2392,1,0,0,0,2390,2388,1,0,0,0,2390,2391,1,0,0,0,2391,2401, - 1,0,0,0,2392,2390,1,0,0,0,2393,2397,3,180,90,0,2394,2396,3,272,136, - 0,2395,2394,1,0,0,0,2396,2399,1,0,0,0,2397,2395,1,0,0,0,2397,2398, - 1,0,0,0,2398,2401,1,0,0,0,2399,2397,1,0,0,0,2400,2377,1,0,0,0,2400, - 2393,1,0,0,0,2401,2459,1,0,0,0,2402,2404,5,199,0,0,2403,2405,3,170, - 85,0,2404,2403,1,0,0,0,2404,2405,1,0,0,0,2405,2406,1,0,0,0,2406, - 2407,5,2,0,0,2407,2412,3,154,77,0,2408,2409,5,6,0,0,2409,2411,3, - 154,77,0,2410,2408,1,0,0,0,2411,2414,1,0,0,0,2412,2410,1,0,0,0,2412, - 2413,1,0,0,0,2413,2415,1,0,0,0,2414,2412,1,0,0,0,2415,2417,5,3,0, - 0,2416,2418,3,150,75,0,2417,2416,1,0,0,0,2417,2418,1,0,0,0,2418, - 2420,1,0,0,0,2419,2421,3,400,200,0,2420,2419,1,0,0,0,2420,2421,1, - 0,0,0,2421,2423,1,0,0,0,2422,2424,3,178,89,0,2423,2422,1,0,0,0,2423, - 2424,1,0,0,0,2424,2430,1,0,0,0,2425,2426,5,103,0,0,2426,2427,5,2, - 0,0,2427,2428,3,674,337,0,2428,2429,5,3,0,0,2429,2431,1,0,0,0,2430, - 2425,1,0,0,0,2430,2431,1,0,0,0,2431,2435,1,0,0,0,2432,2434,3,272, - 136,0,2433,2432,1,0,0,0,2434,2437,1,0,0,0,2435,2433,1,0,0,0,2435, - 2436,1,0,0,0,2436,2459,1,0,0,0,2437,2435,1,0,0,0,2438,2439,5,63, - 0,0,2439,2440,5,245,0,0,2440,2441,3,144,72,0,2441,2442,5,86,0,0, - 2442,2444,3,780,390,0,2443,2445,3,144,72,0,2444,2443,1,0,0,0,2444, - 2445,1,0,0,0,2445,2447,1,0,0,0,2446,2448,3,152,76,0,2447,2446,1, - 0,0,0,2447,2448,1,0,0,0,2448,2450,1,0,0,0,2449,2451,3,156,78,0,2450, - 2449,1,0,0,0,2450,2451,1,0,0,0,2451,2455,1,0,0,0,2452,2454,3,272, - 136,0,2453,2452,1,0,0,0,2454,2457,1,0,0,0,2455,2453,1,0,0,0,2455, - 2456,1,0,0,0,2456,2459,1,0,0,0,2457,2455,1,0,0,0,2458,2362,1,0,0, - 0,2458,2375,1,0,0,0,2458,2402,1,0,0,0,2458,2438,1,0,0,0,2459,143, - 1,0,0,0,2460,2461,5,2,0,0,2461,2462,3,148,74,0,2462,2463,5,3,0,0, - 2463,145,1,0,0,0,2464,2465,5,2,0,0,2465,2470,3,802,401,0,2466,2467, - 5,6,0,0,2467,2469,3,802,401,0,2468,2466,1,0,0,0,2469,2472,1,0,0, - 0,2470,2468,1,0,0,0,2470,2471,1,0,0,0,2471,2473,1,0,0,0,2472,2470, - 1,0,0,0,2473,2474,5,3,0,0,2474,147,1,0,0,0,2475,2480,3,800,400,0, - 2476,2477,5,6,0,0,2477,2479,3,800,400,0,2478,2476,1,0,0,0,2479,2482, - 1,0,0,0,2480,2478,1,0,0,0,2480,2481,1,0,0,0,2481,149,1,0,0,0,2482, - 2480,1,0,0,0,2483,2484,5,441,0,0,2484,2485,3,144,72,0,2485,151,1, - 0,0,0,2486,2487,5,258,0,0,2487,2488,7,24,0,0,2488,153,1,0,0,0,2489, - 2490,3,362,181,0,2490,2497,5,105,0,0,2491,2498,3,414,207,0,2492, - 2493,5,278,0,0,2493,2494,5,2,0,0,2494,2495,3,414,207,0,2495,2496, - 5,3,0,0,2496,2498,1,0,0,0,2497,2491,1,0,0,0,2497,2492,1,0,0,0,2498, - 155,1,0,0,0,2499,2501,3,158,79,0,2500,2502,3,160,80,0,2501,2500, - 1,0,0,0,2501,2502,1,0,0,0,2502,2508,1,0,0,0,2503,2505,3,160,80,0, - 2504,2506,3,158,79,0,2505,2504,1,0,0,0,2505,2506,1,0,0,0,2506,2508, - 1,0,0,0,2507,2499,1,0,0,0,2507,2503,1,0,0,0,2508,157,1,0,0,0,2509, - 2510,5,80,0,0,2510,2511,5,369,0,0,2511,2512,3,162,81,0,2512,159, - 1,0,0,0,2513,2514,5,80,0,0,2514,2515,5,182,0,0,2515,2516,3,162,81, - 0,2516,161,1,0,0,0,2517,2518,5,269,0,0,2518,2527,5,132,0,0,2519, - 2527,5,315,0,0,2520,2527,5,150,0,0,2521,2522,5,333,0,0,2522,2524, - 7,25,0,0,2523,2525,3,148,74,0,2524,2523,1,0,0,0,2524,2525,1,0,0, - 0,2525,2527,1,0,0,0,2526,2517,1,0,0,0,2526,2519,1,0,0,0,2526,2520, - 1,0,0,0,2526,2521,1,0,0,0,2527,163,1,0,0,0,2528,2529,5,238,0,0,2529, - 2530,5,2,0,0,2530,2531,3,760,380,0,2531,2532,5,3,0,0,2532,165,1, - 0,0,0,2533,2534,5,285,0,0,2534,2535,5,147,0,0,2535,2536,3,818,409, - 0,2536,2537,5,2,0,0,2537,2542,3,168,84,0,2538,2539,5,6,0,0,2539, - 2541,3,168,84,0,2540,2538,1,0,0,0,2541,2544,1,0,0,0,2542,2540,1, - 0,0,0,2542,2543,1,0,0,0,2543,2545,1,0,0,0,2544,2542,1,0,0,0,2545, - 2546,5,3,0,0,2546,167,1,0,0,0,2547,2554,3,800,400,0,2548,2554,3, - 688,344,0,2549,2550,5,2,0,0,2550,2551,3,674,337,0,2551,2552,5,3, - 0,0,2552,2554,1,0,0,0,2553,2547,1,0,0,0,2553,2548,1,0,0,0,2553,2549, - 1,0,0,0,2554,2556,1,0,0,0,2555,2557,3,98,49,0,2556,2555,1,0,0,0, - 2556,2557,1,0,0,0,2557,2559,1,0,0,0,2558,2560,3,316,158,0,2559,2558, - 1,0,0,0,2559,2560,1,0,0,0,2560,169,1,0,0,0,2561,2562,5,100,0,0,2562, - 2563,3,818,409,0,2563,171,1,0,0,0,2564,2565,5,105,0,0,2565,2569, - 3,100,50,0,2566,2567,7,26,0,0,2567,2569,5,277,0,0,2568,2564,1,0, - 0,0,2568,2566,1,0,0,0,2569,173,1,0,0,0,2570,2571,5,80,0,0,2571,2577, - 5,161,0,0,2572,2578,5,191,0,0,2573,2574,5,182,0,0,2574,2578,5,320, - 0,0,2575,2576,5,292,0,0,2576,2578,5,320,0,0,2577,2572,1,0,0,0,2577, - 2573,1,0,0,0,2577,2575,1,0,0,0,2578,175,1,0,0,0,2579,2580,5,351, - 0,0,2580,2581,3,770,385,0,2581,177,1,0,0,0,2582,2583,5,100,0,0,2583, - 2584,5,226,0,0,2584,2585,3,176,88,0,2585,179,1,0,0,0,2586,2587,5, - 100,0,0,2587,2588,5,226,0,0,2588,2589,3,818,409,0,2589,181,1,0,0, - 0,2590,2591,5,46,0,0,2591,2596,5,342,0,0,2592,2594,3,294,147,0,2593, - 2592,1,0,0,0,2593,2594,1,0,0,0,2594,2595,1,0,0,0,2595,2597,3,316, - 158,0,2596,2593,1,0,0,0,2596,2597,1,0,0,0,2597,2599,1,0,0,0,2598, - 2600,3,144,72,0,2599,2598,1,0,0,0,2599,2600,1,0,0,0,2600,2601,1, - 0,0,0,2601,2611,5,80,0,0,2602,2607,3,732,366,0,2603,2604,5,6,0,0, - 2604,2606,3,732,366,0,2605,2603,1,0,0,0,2606,2609,1,0,0,0,2607,2605, - 1,0,0,0,2607,2608,1,0,0,0,2608,2612,1,0,0,0,2609,2607,1,0,0,0,2610, - 2612,3,730,365,0,2611,2602,1,0,0,0,2611,2610,1,0,0,0,2612,2613,1, - 0,0,0,2613,2614,3,610,305,0,2614,183,1,0,0,0,2615,2616,5,138,0,0, - 2616,2618,5,342,0,0,2617,2619,3,422,211,0,2618,2617,1,0,0,0,2618, - 2619,1,0,0,0,2619,2620,1,0,0,0,2620,2621,3,316,158,0,2621,2622,5, - 333,0,0,2622,2623,5,342,0,0,2623,2624,3,812,406,0,2624,185,1,0,0, - 0,2625,2627,5,46,0,0,2626,2628,3,122,61,0,2627,2626,1,0,0,0,2627, - 2628,1,0,0,0,2628,2629,1,0,0,0,2629,2631,5,92,0,0,2630,2632,3,294, - 147,0,2631,2630,1,0,0,0,2631,2632,1,0,0,0,2632,2633,1,0,0,0,2633, - 2634,3,188,94,0,2634,2635,5,36,0,0,2635,2637,3,560,280,0,2636,2638, - 3,190,95,0,2637,2636,1,0,0,0,2637,2638,1,0,0,0,2638,187,1,0,0,0, - 2639,2641,3,772,386,0,2640,2642,3,146,73,0,2641,2640,1,0,0,0,2641, - 2642,1,0,0,0,2642,2644,1,0,0,0,2643,2645,3,170,85,0,2644,2643,1, - 0,0,0,2644,2645,1,0,0,0,2645,2647,1,0,0,0,2646,2648,3,172,86,0,2647, - 2646,1,0,0,0,2647,2648,1,0,0,0,2648,2650,1,0,0,0,2649,2651,3,174, - 87,0,2650,2649,1,0,0,0,2650,2651,1,0,0,0,2651,2653,1,0,0,0,2652, - 2654,3,176,88,0,2653,2652,1,0,0,0,2653,2654,1,0,0,0,2654,189,1,0, - 0,0,2655,2659,5,105,0,0,2656,2660,5,174,0,0,2657,2658,5,269,0,0, - 2658,2660,5,174,0,0,2659,2656,1,0,0,0,2659,2657,1,0,0,0,2660,191, - 1,0,0,0,2661,2663,5,46,0,0,2662,2664,5,367,0,0,2663,2662,1,0,0,0, - 2663,2664,1,0,0,0,2664,2665,1,0,0,0,2665,2666,5,259,0,0,2666,2668, - 5,376,0,0,2667,2669,3,294,147,0,2668,2667,1,0,0,0,2668,2669,1,0, - 0,0,2669,2670,1,0,0,0,2670,2672,3,776,388,0,2671,2673,3,146,73,0, - 2672,2671,1,0,0,0,2672,2673,1,0,0,0,2673,2675,1,0,0,0,2674,2676, - 3,170,85,0,2675,2674,1,0,0,0,2675,2676,1,0,0,0,2676,2678,1,0,0,0, - 2677,2679,3,102,51,0,2678,2677,1,0,0,0,2678,2679,1,0,0,0,2679,2681, - 1,0,0,0,2680,2682,3,176,88,0,2681,2680,1,0,0,0,2681,2682,1,0,0,0, - 2682,2683,1,0,0,0,2683,2684,5,36,0,0,2684,2686,3,560,280,0,2685, - 2687,3,190,95,0,2686,2685,1,0,0,0,2686,2687,1,0,0,0,2687,193,1,0, - 0,0,2688,2689,5,305,0,0,2689,2690,5,259,0,0,2690,2692,5,376,0,0, - 2691,2693,5,109,0,0,2692,2691,1,0,0,0,2692,2693,1,0,0,0,2693,2694, - 1,0,0,0,2694,2696,3,778,389,0,2695,2697,3,190,95,0,2696,2695,1,0, - 0,0,2696,2697,1,0,0,0,2697,195,1,0,0,0,2698,2700,5,46,0,0,2699,2701, - 3,122,61,0,2700,2699,1,0,0,0,2700,2701,1,0,0,0,2701,2702,1,0,0,0, - 2702,2704,5,328,0,0,2703,2705,3,294,147,0,2704,2703,1,0,0,0,2704, - 2705,1,0,0,0,2705,2706,1,0,0,0,2706,2712,3,780,390,0,2707,2709,3, - 200,100,0,2708,2707,1,0,0,0,2709,2710,1,0,0,0,2710,2708,1,0,0,0, - 2710,2711,1,0,0,0,2711,2713,1,0,0,0,2712,2708,1,0,0,0,2712,2713, - 1,0,0,0,2713,197,1,0,0,0,2714,2715,5,138,0,0,2715,2717,5,328,0,0, - 2716,2718,3,422,211,0,2717,2716,1,0,0,0,2717,2718,1,0,0,0,2718,2719, - 1,0,0,0,2719,2721,3,780,390,0,2720,2722,3,200,100,0,2721,2720,1, - 0,0,0,2722,2723,1,0,0,0,2723,2721,1,0,0,0,2723,2724,1,0,0,0,2724, - 199,1,0,0,0,2725,2726,5,36,0,0,2726,2759,3,654,327,0,2727,2729,5, - 148,0,0,2728,2730,3,202,101,0,2729,2728,1,0,0,0,2729,2730,1,0,0, - 0,2730,2759,1,0,0,0,2731,2733,5,225,0,0,2732,2734,5,147,0,0,2733, - 2732,1,0,0,0,2733,2734,1,0,0,0,2734,2735,1,0,0,0,2735,2759,3,202, - 101,0,2736,2737,7,27,0,0,2737,2759,3,202,101,0,2738,2739,5,269,0, - 0,2739,2759,7,28,0,0,2740,2741,5,281,0,0,2741,2742,5,147,0,0,2742, - 2759,3,800,400,0,2743,2744,5,328,0,0,2744,2745,5,266,0,0,2745,2759, - 3,316,158,0,2746,2748,5,340,0,0,2747,2749,5,105,0,0,2748,2747,1, - 0,0,0,2748,2749,1,0,0,0,2749,2750,1,0,0,0,2750,2759,3,202,101,0, - 2751,2753,5,314,0,0,2752,2754,5,105,0,0,2753,2752,1,0,0,0,2753,2754, - 1,0,0,0,2754,2756,1,0,0,0,2755,2757,3,202,101,0,2756,2755,1,0,0, - 0,2756,2757,1,0,0,0,2757,2759,1,0,0,0,2758,2725,1,0,0,0,2758,2727, - 1,0,0,0,2758,2731,1,0,0,0,2758,2736,1,0,0,0,2758,2738,1,0,0,0,2758, - 2740,1,0,0,0,2758,2743,1,0,0,0,2758,2746,1,0,0,0,2758,2751,1,0,0, - 0,2759,201,1,0,0,0,2760,2762,7,29,0,0,2761,2760,1,0,0,0,2761,2762, - 1,0,0,0,2762,2763,1,0,0,0,2763,2766,5,573,0,0,2764,2766,3,812,406, - 0,2765,2761,1,0,0,0,2765,2764,1,0,0,0,2766,203,1,0,0,0,2767,2769, - 5,46,0,0,2768,2770,3,366,183,0,2769,2768,1,0,0,0,2769,2770,1,0,0, - 0,2770,2772,1,0,0,0,2771,2773,5,359,0,0,2772,2771,1,0,0,0,2772,2773, - 1,0,0,0,2773,2775,1,0,0,0,2774,2776,5,295,0,0,2775,2774,1,0,0,0, - 2775,2776,1,0,0,0,2776,2777,1,0,0,0,2777,2778,5,247,0,0,2778,2791, - 3,818,409,0,2779,2780,5,215,0,0,2780,2783,3,316,158,0,2781,2782, - 5,239,0,0,2782,2784,3,316,158,0,2783,2781,1,0,0,0,2783,2784,1,0, - 0,0,2784,2789,1,0,0,0,2785,2786,5,373,0,0,2786,2790,3,316,158,0, - 2787,2788,5,269,0,0,2788,2790,5,373,0,0,2789,2785,1,0,0,0,2789,2787, - 1,0,0,0,2789,2790,1,0,0,0,2790,2792,1,0,0,0,2791,2779,1,0,0,0,2791, - 2792,1,0,0,0,2792,205,1,0,0,0,2793,2794,5,46,0,0,2794,2797,3,176, - 88,0,2795,2796,5,282,0,0,2796,2798,3,814,407,0,2797,2795,1,0,0,0, - 2797,2798,1,0,0,0,2798,2799,1,0,0,0,2799,2800,5,255,0,0,2800,2802, - 3,808,404,0,2801,2803,3,102,51,0,2802,2801,1,0,0,0,2802,2803,1,0, - 0,0,2803,207,1,0,0,0,2804,2805,5,46,0,0,2805,2807,5,204,0,0,2806, - 2808,3,294,147,0,2807,2806,1,0,0,0,2807,2808,1,0,0,0,2808,2809,1, - 0,0,0,2809,2811,3,818,409,0,2810,2812,5,105,0,0,2811,2810,1,0,0, - 0,2811,2812,1,0,0,0,2812,2820,1,0,0,0,2813,2814,5,323,0,0,2814,2819, - 3,790,395,0,2815,2816,7,30,0,0,2816,2819,3,58,29,0,2817,2819,5,150, - 0,0,2818,2813,1,0,0,0,2818,2815,1,0,0,0,2818,2817,1,0,0,0,2819,2822, - 1,0,0,0,2820,2818,1,0,0,0,2820,2821,1,0,0,0,2821,209,1,0,0,0,2822, - 2820,1,0,0,0,2823,2824,5,138,0,0,2824,2825,5,204,0,0,2825,2826,3, - 818,409,0,2826,2831,5,369,0,0,2827,2828,5,94,0,0,2828,2830,3,58, - 29,0,2829,2827,1,0,0,0,2830,2833,1,0,0,0,2831,2829,1,0,0,0,2831, - 2832,1,0,0,0,2832,211,1,0,0,0,2833,2831,1,0,0,0,2834,2835,5,138, - 0,0,2835,2836,5,204,0,0,2836,2837,3,818,409,0,2837,2870,7,6,0,0, - 2838,2839,5,443,0,0,2839,2840,5,62,0,0,2840,2841,3,652,326,0,2841, - 2842,5,247,0,0,2842,2843,3,818,409,0,2843,2871,1,0,0,0,2844,2845, - 5,442,0,0,2845,2871,3,374,187,0,2846,2847,5,296,0,0,2847,2871,3, - 378,189,0,2848,2849,5,278,0,0,2849,2850,7,31,0,0,2850,2851,3,316, - 158,0,2851,2852,3,170,85,0,2852,2871,1,0,0,0,2853,2854,5,278,0,0, - 2854,2871,3,416,208,0,2855,2856,5,211,0,0,2856,2871,3,382,191,0, - 2857,2858,7,32,0,0,2858,2871,3,652,326,0,2859,2860,5,41,0,0,2860, - 2861,5,2,0,0,2861,2862,3,652,326,0,2862,2863,5,36,0,0,2863,2864, - 3,652,326,0,2864,2865,5,3,0,0,2865,2871,1,0,0,0,2866,2867,5,136, - 0,0,2867,2871,3,394,197,0,2868,2871,3,312,156,0,2869,2871,3,310, - 155,0,2870,2838,1,0,0,0,2870,2844,1,0,0,0,2870,2846,1,0,0,0,2870, - 2848,1,0,0,0,2870,2853,1,0,0,0,2870,2855,1,0,0,0,2870,2857,1,0,0, - 0,2870,2859,1,0,0,0,2870,2866,1,0,0,0,2870,2868,1,0,0,0,2870,2869, - 1,0,0,0,2871,213,1,0,0,0,2872,2873,5,46,0,0,2873,2874,5,63,0,0,2874, - 2875,5,174,0,0,2875,2876,5,381,0,0,2876,2882,3,818,409,0,2877,2879, - 3,216,108,0,2878,2877,1,0,0,0,2879,2880,1,0,0,0,2880,2878,1,0,0, - 0,2880,2881,1,0,0,0,2881,2883,1,0,0,0,2882,2878,1,0,0,0,2882,2883, - 1,0,0,0,2883,2885,1,0,0,0,2884,2886,3,220,110,0,2885,2884,1,0,0, - 0,2885,2886,1,0,0,0,2886,215,1,0,0,0,2887,2889,7,33,0,0,2888,2890, - 3,316,158,0,2889,2888,1,0,0,0,2889,2890,1,0,0,0,2890,2894,1,0,0, - 0,2891,2892,5,269,0,0,2892,2894,7,33,0,0,2893,2887,1,0,0,0,2893, - 2891,1,0,0,0,2894,217,1,0,0,0,2895,2896,5,138,0,0,2896,2897,5,63, - 0,0,2897,2898,5,174,0,0,2898,2899,5,381,0,0,2899,2913,3,818,409, - 0,2900,2902,3,216,108,0,2901,2900,1,0,0,0,2902,2903,1,0,0,0,2903, - 2901,1,0,0,0,2903,2904,1,0,0,0,2904,2906,1,0,0,0,2905,2901,1,0,0, - 0,2905,2906,1,0,0,0,2906,2907,1,0,0,0,2907,2914,3,222,111,0,2908, - 2910,3,216,108,0,2909,2908,1,0,0,0,2910,2911,1,0,0,0,2911,2909,1, - 0,0,0,2911,2912,1,0,0,0,2912,2914,1,0,0,0,2913,2905,1,0,0,0,2913, - 2909,1,0,0,0,2914,219,1,0,0,0,2915,2916,5,280,0,0,2916,2917,5,2, - 0,0,2917,2922,3,226,113,0,2918,2919,5,6,0,0,2919,2921,3,226,113, - 0,2920,2918,1,0,0,0,2921,2924,1,0,0,0,2922,2920,1,0,0,0,2922,2923, - 1,0,0,0,2923,2925,1,0,0,0,2924,2922,1,0,0,0,2925,2926,5,3,0,0,2926, - 221,1,0,0,0,2927,2928,5,280,0,0,2928,2929,5,2,0,0,2929,2934,3,224, - 112,0,2930,2931,5,6,0,0,2931,2933,3,224,112,0,2932,2930,1,0,0,0, - 2933,2936,1,0,0,0,2934,2932,1,0,0,0,2934,2935,1,0,0,0,2935,2937, - 1,0,0,0,2936,2934,1,0,0,0,2937,2938,5,3,0,0,2938,223,1,0,0,0,2939, - 2940,7,34,0,0,2940,2941,3,226,113,0,2941,225,1,0,0,0,2942,2943,3, - 824,412,0,2943,2944,3,808,404,0,2944,227,1,0,0,0,2945,2946,5,46, - 0,0,2946,2948,5,331,0,0,2947,2949,3,294,147,0,2948,2947,1,0,0,0, - 2948,2949,1,0,0,0,2949,2950,1,0,0,0,2950,2953,3,818,409,0,2951,2952, - 5,360,0,0,2952,2954,3,808,404,0,2953,2951,1,0,0,0,2953,2954,1,0, - 0,0,2954,2956,1,0,0,0,2955,2957,3,230,115,0,2956,2955,1,0,0,0,2956, - 2957,1,0,0,0,2957,2958,1,0,0,0,2958,2959,5,63,0,0,2959,2960,5,174, - 0,0,2960,2961,5,381,0,0,2961,2963,3,818,409,0,2962,2964,3,220,110, - 0,2963,2962,1,0,0,0,2963,2964,1,0,0,0,2964,229,1,0,0,0,2965,2968, - 5,375,0,0,2966,2969,3,808,404,0,2967,2969,5,78,0,0,2968,2966,1,0, - 0,0,2968,2967,1,0,0,0,2969,231,1,0,0,0,2970,2971,5,138,0,0,2971, - 2972,5,331,0,0,2972,2978,3,818,409,0,2973,2979,3,222,111,0,2974, - 2976,3,230,115,0,2975,2977,3,222,111,0,2976,2975,1,0,0,0,2976,2977, - 1,0,0,0,2977,2979,1,0,0,0,2978,2973,1,0,0,0,2978,2974,1,0,0,0,2979, - 233,1,0,0,0,2980,2981,5,46,0,0,2981,2982,5,63,0,0,2982,2984,5,92, - 0,0,2983,2985,3,294,147,0,2984,2983,1,0,0,0,2984,2985,1,0,0,0,2985, - 2986,1,0,0,0,2986,2987,3,772,386,0,2987,2989,5,2,0,0,2988,2990,3, - 126,63,0,2989,2988,1,0,0,0,2989,2990,1,0,0,0,2990,2991,1,0,0,0,2991, - 2993,5,3,0,0,2992,2994,3,164,82,0,2993,2992,1,0,0,0,2993,2994,1, - 0,0,0,2994,2995,1,0,0,0,2995,2996,5,331,0,0,2996,2998,3,818,409, - 0,2997,2999,3,220,110,0,2998,2997,1,0,0,0,2998,2999,1,0,0,0,2999, - 3020,1,0,0,0,3000,3001,5,46,0,0,3001,3002,5,63,0,0,3002,3004,5,92, - 0,0,3003,3005,3,294,147,0,3004,3003,1,0,0,0,3004,3005,1,0,0,0,3005, - 3006,1,0,0,0,3006,3007,3,772,386,0,3007,3008,5,285,0,0,3008,3009, - 5,275,0,0,3009,3011,3,774,387,0,3010,3012,3,124,62,0,3011,3010,1, - 0,0,0,3011,3012,1,0,0,0,3012,3013,1,0,0,0,3013,3014,3,106,53,0,3014, - 3015,5,331,0,0,3015,3017,3,818,409,0,3016,3018,3,220,110,0,3017, - 3016,1,0,0,0,3017,3018,1,0,0,0,3018,3020,1,0,0,0,3019,2980,1,0,0, - 0,3019,3000,1,0,0,0,3020,235,1,0,0,0,3021,3022,5,444,0,0,3022,3023, - 5,63,0,0,3023,3024,5,323,0,0,3024,3034,3,790,395,0,3025,3026,5,74, - 0,0,3026,3029,5,94,0,0,3027,3029,5,59,0,0,3028,3025,1,0,0,0,3028, - 3027,1,0,0,0,3029,3030,1,0,0,0,3030,3031,5,2,0,0,3031,3032,3,628, - 314,0,3032,3033,5,3,0,0,3033,3035,1,0,0,0,3034,3028,1,0,0,0,3034, - 3035,1,0,0,0,3035,3036,1,0,0,0,3036,3037,5,64,0,0,3037,3038,5,331, - 0,0,3038,3039,3,818,409,0,3039,3040,5,71,0,0,3040,3042,3,818,409, - 0,3041,3043,3,220,110,0,3042,3041,1,0,0,0,3042,3043,1,0,0,0,3043, - 237,1,0,0,0,3044,3045,5,46,0,0,3045,3046,5,99,0,0,3046,3048,5,257, - 0,0,3047,3049,3,294,147,0,3048,3047,1,0,0,0,3048,3049,1,0,0,0,3049, - 3050,1,0,0,0,3050,3053,5,62,0,0,3051,3054,3,814,407,0,3052,3054, - 5,99,0,0,3053,3051,1,0,0,0,3053,3052,1,0,0,0,3054,3055,1,0,0,0,3055, - 3056,5,331,0,0,3056,3058,3,818,409,0,3057,3059,3,220,110,0,3058, - 3057,1,0,0,0,3058,3059,1,0,0,0,3059,239,1,0,0,0,3060,3061,5,138, - 0,0,3061,3062,5,99,0,0,3062,3063,5,257,0,0,3063,3066,5,62,0,0,3064, - 3067,3,814,407,0,3065,3067,5,99,0,0,3066,3064,1,0,0,0,3066,3065, - 1,0,0,0,3067,3068,1,0,0,0,3068,3069,5,331,0,0,3069,3070,3,818,409, - 0,3070,3071,3,222,111,0,3071,241,1,0,0,0,3072,3073,5,46,0,0,3073, - 3074,5,445,0,0,3074,3075,3,818,409,0,3075,3076,5,80,0,0,3076,3083, - 3,780,390,0,3077,3081,5,36,0,0,3078,3082,5,541,0,0,3079,3082,5,542, - 0,0,3080,3082,3,826,413,0,3081,3078,1,0,0,0,3081,3079,1,0,0,0,3081, - 3080,1,0,0,0,3082,3084,1,0,0,0,3083,3077,1,0,0,0,3083,3084,1,0,0, - 0,3084,3087,1,0,0,0,3085,3086,5,62,0,0,3086,3088,7,35,0,0,3087,3085, - 1,0,0,0,3087,3088,1,0,0,0,3088,3091,1,0,0,0,3089,3090,5,94,0,0,3090, - 3092,3,816,408,0,3091,3089,1,0,0,0,3091,3092,1,0,0,0,3092,3094,1, - 0,0,0,3093,3095,3,250,125,0,3094,3093,1,0,0,0,3094,3095,1,0,0,0, - 3095,3097,1,0,0,0,3096,3098,3,252,126,0,3097,3096,1,0,0,0,3097,3098, - 1,0,0,0,3098,243,1,0,0,0,3099,3100,5,138,0,0,3100,3101,5,445,0,0, - 3101,3102,3,818,409,0,3102,3103,5,80,0,0,3103,3106,3,780,390,0,3104, - 3105,5,94,0,0,3105,3107,3,816,408,0,3106,3104,1,0,0,0,3106,3107, - 1,0,0,0,3107,3109,1,0,0,0,3108,3110,3,250,125,0,3109,3108,1,0,0, - 0,3109,3110,1,0,0,0,3110,3112,1,0,0,0,3111,3113,3,252,126,0,3112, - 3111,1,0,0,0,3112,3113,1,0,0,0,3113,245,1,0,0,0,3114,3115,5,138, - 0,0,3115,3116,5,296,0,0,3116,3118,3,796,398,0,3117,3119,3,368,184, - 0,3118,3117,1,0,0,0,3118,3119,1,0,0,0,3119,3146,1,0,0,0,3120,3124, - 3,248,124,0,3121,3123,3,248,124,0,3122,3121,1,0,0,0,3123,3126,1, - 0,0,0,3124,3122,1,0,0,0,3124,3125,1,0,0,0,3125,3128,1,0,0,0,3126, - 3124,1,0,0,0,3127,3129,5,315,0,0,3128,3127,1,0,0,0,3128,3129,1,0, - 0,0,3129,3147,1,0,0,0,3130,3131,5,309,0,0,3131,3132,5,94,0,0,3132, - 3147,3,798,399,0,3133,3134,5,282,0,0,3134,3135,5,94,0,0,3135,3147, - 3,814,407,0,3136,3137,5,333,0,0,3137,3138,5,323,0,0,3138,3147,3, - 32,16,0,3139,3141,5,269,0,0,3140,3139,1,0,0,0,3140,3141,1,0,0,0, - 3141,3142,1,0,0,0,3142,3143,5,462,0,0,3143,3144,5,80,0,0,3144,3145, - 5,204,0,0,3145,3147,3,818,409,0,3146,3120,1,0,0,0,3146,3130,1,0, - 0,0,3146,3133,1,0,0,0,3146,3136,1,0,0,0,3146,3140,1,0,0,0,3147,247, - 1,0,0,0,3148,3150,5,205,0,0,3149,3148,1,0,0,0,3149,3150,1,0,0,0, - 3150,3151,1,0,0,0,3151,3152,5,327,0,0,3152,3159,5,243,0,0,3153,3155, - 5,205,0,0,3154,3153,1,0,0,0,3154,3155,1,0,0,0,3155,3156,1,0,0,0, - 3156,3157,5,327,0,0,3157,3159,5,181,0,0,3158,3149,1,0,0,0,3158,3154, - 1,0,0,0,3159,3178,1,0,0,0,3160,3161,5,333,0,0,3161,3162,3,818,409, - 0,3162,3165,7,36,0,0,3163,3166,3,818,409,0,3164,3166,5,53,0,0,3165, - 3163,1,0,0,0,3165,3164,1,0,0,0,3166,3178,1,0,0,0,3167,3168,5,333, - 0,0,3168,3169,3,818,409,0,3169,3170,5,64,0,0,3170,3171,5,434,0,0, - 3171,3178,1,0,0,0,3172,3175,5,313,0,0,3173,3176,3,818,409,0,3174, - 3176,5,30,0,0,3175,3173,1,0,0,0,3175,3174,1,0,0,0,3176,3178,1,0, - 0,0,3177,3158,1,0,0,0,3177,3160,1,0,0,0,3177,3167,1,0,0,0,3177,3172, - 1,0,0,0,3178,249,1,0,0,0,3179,3180,5,100,0,0,3180,3181,5,2,0,0,3181, - 3182,3,674,337,0,3182,3183,5,3,0,0,3183,251,1,0,0,0,3184,3185,5, - 105,0,0,3185,3186,5,42,0,0,3186,3187,5,2,0,0,3187,3188,3,674,337, - 0,3188,3189,5,3,0,0,3189,253,1,0,0,0,3190,3191,5,46,0,0,3191,3192, - 5,131,0,0,3192,3193,5,446,0,0,3193,3194,3,818,409,0,3194,3195,5, - 360,0,0,3195,3196,7,37,0,0,3196,3197,5,215,0,0,3197,3198,3,316,158, - 0,3198,255,1,0,0,0,3199,3201,5,46,0,0,3200,3202,3,366,183,0,3201, - 3200,1,0,0,0,3201,3202,1,0,0,0,3202,3203,1,0,0,0,3203,3204,5,357, - 0,0,3204,3205,3,818,409,0,3205,3206,3,258,129,0,3206,3207,3,260, - 130,0,3207,3208,5,80,0,0,3208,3220,3,774,387,0,3209,3216,5,447,0, - 0,3210,3211,7,38,0,0,3211,3213,7,39,0,0,3212,3214,5,36,0,0,3213, - 3212,1,0,0,0,3213,3214,1,0,0,0,3214,3215,1,0,0,0,3215,3217,3,818, - 409,0,3216,3210,1,0,0,0,3217,3218,1,0,0,0,3218,3216,1,0,0,0,3218, - 3219,1,0,0,0,3219,3221,1,0,0,0,3220,3209,1,0,0,0,3220,3221,1,0,0, - 0,3221,3227,1,0,0,0,3222,3224,5,62,0,0,3223,3225,5,192,0,0,3224, - 3223,1,0,0,0,3224,3225,1,0,0,0,3225,3226,1,0,0,0,3226,3228,7,40, - 0,0,3227,3222,1,0,0,0,3227,3228,1,0,0,0,3228,3230,1,0,0,0,3229,3231, - 3,264,132,0,3230,3229,1,0,0,0,3230,3231,1,0,0,0,3231,3232,1,0,0, - 0,3232,3233,5,202,0,0,3233,3234,3,266,133,0,3234,3235,5,2,0,0,3235, - 3236,3,268,134,0,3236,3237,5,3,0,0,3237,3278,1,0,0,0,3238,3240,5, - 46,0,0,3239,3241,3,366,183,0,3240,3239,1,0,0,0,3240,3241,1,0,0,0, - 3241,3243,1,0,0,0,3242,3244,5,45,0,0,3243,3242,1,0,0,0,3243,3244, - 1,0,0,0,3244,3245,1,0,0,0,3245,3246,5,357,0,0,3246,3247,3,818,409, - 0,3247,3248,3,258,129,0,3248,3249,3,260,130,0,3249,3250,5,80,0,0, - 3250,3253,3,774,387,0,3251,3252,5,64,0,0,3252,3254,3,780,390,0,3253, - 3251,1,0,0,0,3253,3254,1,0,0,0,3254,3258,1,0,0,0,3255,3257,3,272, - 136,0,3256,3255,1,0,0,0,3257,3260,1,0,0,0,3258,3256,1,0,0,0,3258, - 3259,1,0,0,0,3259,3266,1,0,0,0,3260,3258,1,0,0,0,3261,3263,5,62, - 0,0,3262,3264,5,192,0,0,3263,3262,1,0,0,0,3263,3264,1,0,0,0,3264, - 3265,1,0,0,0,3265,3267,7,40,0,0,3266,3261,1,0,0,0,3266,3267,1,0, - 0,0,3267,3269,1,0,0,0,3268,3270,3,264,132,0,3269,3268,1,0,0,0,3269, - 3270,1,0,0,0,3270,3271,1,0,0,0,3271,3272,5,202,0,0,3272,3273,3,266, - 133,0,3273,3274,5,2,0,0,3274,3275,3,268,134,0,3275,3276,5,3,0,0, - 3276,3278,1,0,0,0,3277,3199,1,0,0,0,3277,3238,1,0,0,0,3278,257,1, - 0,0,0,3279,3284,5,145,0,0,3280,3284,5,135,0,0,3281,3282,5,242,0, - 0,3282,3284,5,275,0,0,3283,3279,1,0,0,0,3283,3280,1,0,0,0,3283,3281, - 1,0,0,0,3284,259,1,0,0,0,3285,3290,3,262,131,0,3286,3287,5,82,0, - 0,3287,3289,3,262,131,0,3288,3286,1,0,0,0,3289,3292,1,0,0,0,3290, - 3288,1,0,0,0,3290,3291,1,0,0,0,3291,261,1,0,0,0,3292,3290,1,0,0, - 0,3293,3302,5,241,0,0,3294,3302,5,182,0,0,3295,3298,5,369,0,0,3296, - 3297,5,275,0,0,3297,3299,3,148,74,0,3298,3296,1,0,0,0,3298,3299, - 1,0,0,0,3299,3302,1,0,0,0,3300,3302,5,358,0,0,3301,3293,1,0,0,0, - 3301,3294,1,0,0,0,3301,3295,1,0,0,0,3301,3300,1,0,0,0,3302,263,1, - 0,0,0,3303,3304,5,102,0,0,3304,3305,5,2,0,0,3305,3306,3,674,337, - 0,3306,3307,5,3,0,0,3307,265,1,0,0,0,3308,3309,5,211,0,0,3309,3313, - 3,806,403,0,3310,3311,5,296,0,0,3311,3313,3,796,398,0,3312,3308, - 1,0,0,0,3312,3310,1,0,0,0,3313,267,1,0,0,0,3314,3317,3,270,135,0, - 3315,3317,1,0,0,0,3316,3314,1,0,0,0,3316,3315,1,0,0,0,3317,3322, - 1,0,0,0,3318,3319,5,6,0,0,3319,3321,3,270,135,0,3320,3318,1,0,0, - 0,3321,3324,1,0,0,0,3322,3320,1,0,0,0,3322,3323,1,0,0,0,3323,269, - 1,0,0,0,3324,3322,1,0,0,0,3325,3330,5,571,0,0,3326,3330,5,573,0, - 0,3327,3330,3,808,404,0,3328,3330,3,824,412,0,3329,3325,1,0,0,0, - 3329,3326,1,0,0,0,3329,3327,1,0,0,0,3329,3328,1,0,0,0,3330,271,1, - 0,0,0,3331,3333,5,77,0,0,3332,3331,1,0,0,0,3332,3333,1,0,0,0,3333, - 3334,1,0,0,0,3334,3342,5,54,0,0,3335,3336,5,69,0,0,3336,3342,7,9, - 0,0,3337,3338,5,77,0,0,3338,3342,5,371,0,0,3339,3340,5,269,0,0,3340, - 3342,5,228,0,0,3341,3332,1,0,0,0,3341,3335,1,0,0,0,3341,3337,1,0, - 0,0,3341,3339,1,0,0,0,3342,273,1,0,0,0,3343,3344,5,46,0,0,3344,3345, - 5,198,0,0,3345,3346,5,357,0,0,3346,3347,3,818,409,0,3347,3348,5, - 80,0,0,3348,3358,3,824,412,0,3349,3350,5,102,0,0,3350,3355,3,276, - 138,0,3351,3352,5,33,0,0,3352,3354,3,276,138,0,3353,3351,1,0,0,0, - 3354,3357,1,0,0,0,3355,3353,1,0,0,0,3355,3356,1,0,0,0,3356,3359, - 1,0,0,0,3357,3355,1,0,0,0,3358,3349,1,0,0,0,3358,3359,1,0,0,0,3359, - 3360,1,0,0,0,3360,3361,5,202,0,0,3361,3362,3,266,133,0,3362,3363, - 5,2,0,0,3363,3364,5,3,0,0,3364,275,1,0,0,0,3365,3366,3,818,409,0, - 3366,3367,5,68,0,0,3367,3368,5,2,0,0,3368,3372,3,808,404,0,3369, - 3371,3,462,231,0,3370,3369,1,0,0,0,3371,3374,1,0,0,0,3372,3370,1, - 0,0,0,3372,3373,1,0,0,0,3373,3375,1,0,0,0,3374,3372,1,0,0,0,3375, - 3376,5,3,0,0,3376,277,1,0,0,0,3377,3378,5,138,0,0,3378,3379,5,198, - 0,0,3379,3380,5,357,0,0,3380,3386,3,818,409,0,3381,3383,5,193,0, - 0,3382,3384,7,14,0,0,3383,3382,1,0,0,0,3383,3384,1,0,0,0,3384,3387, - 1,0,0,0,3385,3387,5,186,0,0,3386,3381,1,0,0,0,3386,3385,1,0,0,0, - 3387,279,1,0,0,0,3388,3389,5,46,0,0,3389,3390,5,140,0,0,3390,3391, - 3,316,158,0,3391,3392,5,42,0,0,3392,3393,5,2,0,0,3393,3394,3,674, - 337,0,3394,3398,5,3,0,0,3395,3397,3,272,136,0,3396,3395,1,0,0,0, - 3397,3400,1,0,0,0,3398,3396,1,0,0,0,3398,3399,1,0,0,0,3399,281,1, - 0,0,0,3400,3398,1,0,0,0,3401,3403,5,46,0,0,3402,3404,3,366,183,0, - 3403,3402,1,0,0,0,3403,3404,1,0,0,0,3404,3405,1,0,0,0,3405,3406, - 5,136,0,0,3406,3421,3,806,403,0,3407,3408,3,392,196,0,3408,3409, - 3,284,142,0,3409,3422,1,0,0,0,3410,3411,5,2,0,0,3411,3416,3,290, - 145,0,3412,3413,5,6,0,0,3413,3415,3,290,145,0,3414,3412,1,0,0,0, - 3415,3418,1,0,0,0,3416,3414,1,0,0,0,3416,3417,1,0,0,0,3417,3419, - 1,0,0,0,3418,3416,1,0,0,0,3419,3420,5,3,0,0,3420,3422,1,0,0,0,3421, - 3407,1,0,0,0,3421,3410,1,0,0,0,3422,3480,1,0,0,0,3423,3424,5,46, - 0,0,3424,3425,5,278,0,0,3425,3426,3,414,207,0,3426,3427,3,284,142, - 0,3427,3480,1,0,0,0,3428,3429,5,46,0,0,3429,3430,5,360,0,0,3430, - 3431,3,316,158,0,3431,3449,5,36,0,0,3432,3434,5,2,0,0,3433,3435, - 3,642,321,0,3434,3433,1,0,0,0,3434,3435,1,0,0,0,3435,3436,1,0,0, - 0,3436,3450,5,3,0,0,3437,3438,5,196,0,0,3438,3446,5,2,0,0,3439,3443, - 3,808,404,0,3440,3442,3,462,231,0,3441,3440,1,0,0,0,3442,3445,1, - 0,0,0,3443,3441,1,0,0,0,3443,3444,1,0,0,0,3444,3447,1,0,0,0,3445, - 3443,1,0,0,0,3446,3439,1,0,0,0,3446,3447,1,0,0,0,3447,3448,1,0,0, - 0,3448,3450,5,3,0,0,3449,3432,1,0,0,0,3449,3437,1,0,0,0,3450,3480, - 1,0,0,0,3451,3452,5,46,0,0,3452,3453,5,360,0,0,3453,3459,3,316,158, - 0,3454,3455,5,36,0,0,3455,3457,5,299,0,0,3456,3454,1,0,0,0,3456, - 3457,1,0,0,0,3457,3458,1,0,0,0,3458,3460,3,284,142,0,3459,3456,1, - 0,0,0,3459,3460,1,0,0,0,3460,3480,1,0,0,0,3461,3462,5,46,0,0,3462, - 3463,5,355,0,0,3463,3464,5,325,0,0,3464,3465,7,41,0,0,3465,3466, - 3,316,158,0,3466,3467,3,284,142,0,3467,3480,1,0,0,0,3468,3469,5, - 46,0,0,3469,3471,5,108,0,0,3470,3472,3,294,147,0,3471,3470,1,0,0, - 0,3471,3472,1,0,0,0,3472,3473,1,0,0,0,3473,3477,3,316,158,0,3474, - 3478,3,284,142,0,3475,3476,5,64,0,0,3476,3478,3,316,158,0,3477,3474, - 1,0,0,0,3477,3475,1,0,0,0,3478,3480,1,0,0,0,3479,3401,1,0,0,0,3479, - 3423,1,0,0,0,3479,3428,1,0,0,0,3479,3451,1,0,0,0,3479,3461,1,0,0, - 0,3479,3468,1,0,0,0,3480,283,1,0,0,0,3481,3482,5,2,0,0,3482,3487, - 3,286,143,0,3483,3484,5,6,0,0,3484,3486,3,286,143,0,3485,3483,1, - 0,0,0,3486,3489,1,0,0,0,3487,3485,1,0,0,0,3487,3488,1,0,0,0,3488, - 3490,1,0,0,0,3489,3487,1,0,0,0,3490,3491,5,3,0,0,3491,285,1,0,0, - 0,3492,3495,3,824,412,0,3493,3494,5,10,0,0,3494,3496,3,288,144,0, - 3495,3493,1,0,0,0,3495,3496,1,0,0,0,3496,287,1,0,0,0,3497,3504,3, - 388,194,0,3498,3504,3,834,417,0,3499,3504,3,726,363,0,3500,3504, - 3,202,101,0,3501,3504,3,808,404,0,3502,3504,5,407,0,0,3503,3497, - 1,0,0,0,3503,3498,1,0,0,0,3503,3499,1,0,0,0,3503,3500,1,0,0,0,3503, - 3501,1,0,0,0,3503,3502,1,0,0,0,3504,289,1,0,0,0,3505,3506,3,826, - 413,0,3506,3507,5,10,0,0,3507,3508,3,288,144,0,3508,291,1,0,0,0, - 3509,3510,5,138,0,0,3510,3511,5,360,0,0,3511,3512,3,316,158,0,3512, - 3513,5,133,0,0,3513,3515,5,450,0,0,3514,3516,3,294,147,0,3515,3514, - 1,0,0,0,3515,3516,1,0,0,0,3516,3517,1,0,0,0,3517,3520,3,808,404, - 0,3518,3519,7,42,0,0,3519,3521,3,808,404,0,3520,3518,1,0,0,0,3520, - 3521,1,0,0,0,3521,3532,1,0,0,0,3522,3523,5,138,0,0,3523,3524,5,360, - 0,0,3524,3525,3,316,158,0,3525,3526,5,309,0,0,3526,3527,5,450,0, - 0,3527,3528,3,808,404,0,3528,3529,5,94,0,0,3529,3530,3,808,404,0, - 3530,3532,1,0,0,0,3531,3509,1,0,0,0,3531,3522,1,0,0,0,3532,293,1, - 0,0,0,3533,3534,5,220,0,0,3534,3535,5,77,0,0,3535,3536,5,396,0,0, - 3536,295,1,0,0,0,3537,3538,5,46,0,0,3538,3539,5,278,0,0,3539,3540, - 5,156,0,0,3540,3542,3,316,158,0,3541,3543,5,53,0,0,3542,3541,1,0, - 0,0,3542,3543,1,0,0,0,3543,3544,1,0,0,0,3544,3545,5,62,0,0,3545, - 3546,5,360,0,0,3546,3547,3,652,326,0,3547,3550,3,170,85,0,3548,3549, - 5,206,0,0,3549,3551,3,316,158,0,3550,3548,1,0,0,0,3550,3551,1,0, - 0,0,3551,3552,1,0,0,0,3552,3553,5,36,0,0,3553,3558,3,298,149,0,3554, - 3555,5,6,0,0,3555,3557,3,298,149,0,3556,3554,1,0,0,0,3557,3560,1, - 0,0,0,3558,3556,1,0,0,0,3558,3559,1,0,0,0,3559,297,1,0,0,0,3560, - 3558,1,0,0,0,3561,3562,5,278,0,0,3562,3563,5,571,0,0,3563,3565,3, - 414,207,0,3564,3566,3,412,206,0,3565,3564,1,0,0,0,3565,3566,1,0, - 0,0,3566,3574,1,0,0,0,3567,3572,5,62,0,0,3568,3573,5,325,0,0,3569, - 3570,5,83,0,0,3570,3571,5,147,0,0,3571,3573,3,316,158,0,3572,3568, - 1,0,0,0,3572,3569,1,0,0,0,3573,3575,1,0,0,0,3574,3567,1,0,0,0,3574, - 3575,1,0,0,0,3575,3577,1,0,0,0,3576,3578,5,302,0,0,3577,3576,1,0, - 0,0,3577,3578,1,0,0,0,3578,3588,1,0,0,0,3579,3580,5,211,0,0,3580, - 3582,5,571,0,0,3581,3583,3,528,264,0,3582,3581,1,0,0,0,3582,3583, - 1,0,0,0,3583,3584,1,0,0,0,3584,3588,3,382,191,0,3585,3586,5,345, - 0,0,3586,3588,3,652,326,0,3587,3561,1,0,0,0,3587,3579,1,0,0,0,3587, - 3585,1,0,0,0,3588,299,1,0,0,0,3589,3590,5,46,0,0,3590,3591,5,278, - 0,0,3591,3592,5,206,0,0,3592,3593,3,316,158,0,3593,3594,3,170,85, - 0,3594,301,1,0,0,0,3595,3596,5,138,0,0,3596,3597,5,278,0,0,3597, - 3598,5,206,0,0,3598,3599,3,316,158,0,3599,3618,3,170,85,0,3600,3601, - 5,133,0,0,3601,3606,3,298,149,0,3602,3603,5,6,0,0,3603,3605,3,298, - 149,0,3604,3602,1,0,0,0,3605,3608,1,0,0,0,3606,3604,1,0,0,0,3606, - 3607,1,0,0,0,3607,3619,1,0,0,0,3608,3606,1,0,0,0,3609,3610,5,191, - 0,0,3610,3615,3,304,152,0,3611,3612,5,6,0,0,3612,3614,3,304,152, - 0,3613,3611,1,0,0,0,3614,3617,1,0,0,0,3615,3613,1,0,0,0,3615,3616, - 1,0,0,0,3616,3619,1,0,0,0,3617,3615,1,0,0,0,3618,3600,1,0,0,0,3618, - 3609,1,0,0,0,3619,303,1,0,0,0,3620,3621,7,43,0,0,3621,3622,5,571, - 0,0,3622,3623,3,528,264,0,3623,305,1,0,0,0,3624,3625,5,301,0,0,3625, - 3626,5,281,0,0,3626,3627,5,147,0,0,3627,3628,3,816,408,0,3628,3629, - 5,94,0,0,3629,3630,3,814,407,0,3630,307,1,0,0,0,3631,3654,5,191, - 0,0,3632,3655,5,328,0,0,3633,3655,5,226,0,0,3634,3655,5,108,0,0, - 3635,3655,5,168,0,0,3636,3655,5,342,0,0,3637,3655,5,452,0,0,3638, - 3655,5,331,0,0,3639,3640,5,131,0,0,3640,3655,5,446,0,0,3641,3642, - 5,198,0,0,3642,3655,5,357,0,0,3643,3655,5,204,0,0,3644,3646,5,295, - 0,0,3645,3644,1,0,0,0,3645,3646,1,0,0,0,3646,3647,1,0,0,0,3647,3655, - 5,247,0,0,3648,3649,5,63,0,0,3649,3650,5,174,0,0,3650,3655,5,381, - 0,0,3651,3652,5,355,0,0,3652,3653,5,325,0,0,3653,3655,7,41,0,0,3654, - 3632,1,0,0,0,3654,3633,1,0,0,0,3654,3634,1,0,0,0,3654,3635,1,0,0, - 0,3654,3636,1,0,0,0,3654,3637,1,0,0,0,3654,3638,1,0,0,0,3654,3639, - 1,0,0,0,3654,3641,1,0,0,0,3654,3643,1,0,0,0,3654,3645,1,0,0,0,3654, - 3648,1,0,0,0,3654,3651,1,0,0,0,3655,3657,1,0,0,0,3656,3658,3,422, - 211,0,3657,3656,1,0,0,0,3657,3658,1,0,0,0,3658,3659,1,0,0,0,3659, - 3661,3,784,392,0,3660,3662,3,96,48,0,3661,3660,1,0,0,0,3661,3662, - 1,0,0,0,3662,3839,1,0,0,0,3663,3665,5,191,0,0,3664,3666,5,259,0, - 0,3665,3664,1,0,0,0,3665,3666,1,0,0,0,3666,3667,1,0,0,0,3667,3669, - 5,376,0,0,3668,3670,3,422,211,0,3669,3668,1,0,0,0,3669,3670,1,0, - 0,0,3670,3671,1,0,0,0,3671,3676,3,778,389,0,3672,3673,5,6,0,0,3673, - 3675,3,778,389,0,3674,3672,1,0,0,0,3675,3678,1,0,0,0,3676,3674,1, - 0,0,0,3676,3677,1,0,0,0,3677,3680,1,0,0,0,3678,3676,1,0,0,0,3679, - 3681,3,96,48,0,3680,3679,1,0,0,0,3680,3681,1,0,0,0,3681,3839,1,0, - 0,0,3682,3684,5,191,0,0,3683,3685,5,63,0,0,3684,3683,1,0,0,0,3684, - 3685,1,0,0,0,3685,3686,1,0,0,0,3686,3688,5,92,0,0,3687,3689,3,422, - 211,0,3688,3687,1,0,0,0,3688,3689,1,0,0,0,3689,3690,1,0,0,0,3690, - 3692,3,762,381,0,3691,3693,3,96,48,0,3692,3691,1,0,0,0,3692,3693, - 1,0,0,0,3693,3839,1,0,0,0,3694,3695,5,191,0,0,3695,3697,5,323,0, - 0,3696,3698,3,422,211,0,3697,3696,1,0,0,0,3697,3698,1,0,0,0,3698, - 3699,1,0,0,0,3699,3701,3,764,382,0,3700,3702,3,96,48,0,3701,3700, - 1,0,0,0,3701,3702,1,0,0,0,3702,3839,1,0,0,0,3703,3704,5,191,0,0, - 3704,3706,7,44,0,0,3705,3707,3,422,211,0,3706,3705,1,0,0,0,3706, - 3707,1,0,0,0,3707,3708,1,0,0,0,3708,3709,3,818,409,0,3709,3710,5, - 80,0,0,3710,3712,3,316,158,0,3711,3713,3,96,48,0,3712,3711,1,0,0, - 0,3712,3713,1,0,0,0,3713,3839,1,0,0,0,3714,3715,5,191,0,0,3715,3717, - 7,32,0,0,3716,3718,3,422,211,0,3717,3716,1,0,0,0,3717,3718,1,0,0, - 0,3718,3719,1,0,0,0,3719,3724,3,652,326,0,3720,3721,5,6,0,0,3721, - 3723,3,652,326,0,3722,3720,1,0,0,0,3723,3726,1,0,0,0,3724,3722,1, - 0,0,0,3724,3725,1,0,0,0,3725,3728,1,0,0,0,3726,3724,1,0,0,0,3727, - 3729,3,96,48,0,3728,3727,1,0,0,0,3728,3729,1,0,0,0,3729,3839,1,0, - 0,0,3730,3731,5,191,0,0,3731,3732,5,226,0,0,3732,3734,5,109,0,0, - 3733,3735,3,422,211,0,3734,3733,1,0,0,0,3734,3735,1,0,0,0,3735,3736, - 1,0,0,0,3736,3738,3,314,157,0,3737,3739,3,96,48,0,3738,3737,1,0, - 0,0,3738,3739,1,0,0,0,3739,3839,1,0,0,0,3740,3741,5,191,0,0,3741, - 3743,5,41,0,0,3742,3744,3,422,211,0,3743,3742,1,0,0,0,3743,3744, - 1,0,0,0,3744,3745,1,0,0,0,3745,3746,5,2,0,0,3746,3747,3,652,326, - 0,3747,3748,5,36,0,0,3748,3749,3,652,326,0,3749,3751,5,3,0,0,3750, - 3752,3,96,48,0,3751,3750,1,0,0,0,3751,3752,1,0,0,0,3752,3839,1,0, - 0,0,3753,3754,5,191,0,0,3754,3755,5,278,0,0,3755,3757,7,31,0,0,3756, - 3758,3,422,211,0,3757,3756,1,0,0,0,3757,3758,1,0,0,0,3758,3759,1, - 0,0,0,3759,3760,3,316,158,0,3760,3762,3,170,85,0,3761,3763,3,96, - 48,0,3762,3761,1,0,0,0,3762,3763,1,0,0,0,3763,3839,1,0,0,0,3764, - 3765,5,191,0,0,3765,3766,5,281,0,0,3766,3767,5,147,0,0,3767,3769, - 3,816,408,0,3768,3770,3,96,48,0,3769,3768,1,0,0,0,3769,3770,1,0, - 0,0,3770,3839,1,0,0,0,3771,3772,5,191,0,0,3772,3774,5,451,0,0,3773, - 3775,3,422,211,0,3774,3773,1,0,0,0,3774,3775,1,0,0,0,3775,3776,1, - 0,0,0,3776,3778,3,818,409,0,3777,3779,3,96,48,0,3778,3777,1,0,0, - 0,3778,3779,1,0,0,0,3779,3839,1,0,0,0,3780,3781,5,191,0,0,3781,3783, - 5,351,0,0,3782,3784,3,422,211,0,3783,3782,1,0,0,0,3783,3784,1,0, - 0,0,3784,3785,1,0,0,0,3785,3839,3,770,385,0,3786,3787,5,191,0,0, - 3787,3789,5,443,0,0,3788,3790,3,422,211,0,3789,3788,1,0,0,0,3789, - 3790,1,0,0,0,3790,3791,1,0,0,0,3791,3792,5,62,0,0,3792,3793,3,652, - 326,0,3793,3794,5,247,0,0,3794,3796,3,818,409,0,3795,3797,3,96,48, - 0,3796,3795,1,0,0,0,3796,3797,1,0,0,0,3797,3839,1,0,0,0,3798,3799, - 5,191,0,0,3799,3801,7,45,0,0,3800,3802,3,422,211,0,3801,3800,1,0, - 0,0,3801,3802,1,0,0,0,3802,3803,1,0,0,0,3803,3839,3,816,408,0,3804, - 3805,5,191,0,0,3805,3806,5,99,0,0,3806,3808,5,257,0,0,3807,3809, - 3,422,211,0,3808,3807,1,0,0,0,3808,3809,1,0,0,0,3809,3810,1,0,0, - 0,3810,3813,5,62,0,0,3811,3814,3,814,407,0,3812,3814,5,99,0,0,3813, - 3811,1,0,0,0,3813,3812,1,0,0,0,3814,3815,1,0,0,0,3815,3816,5,331, - 0,0,3816,3839,3,818,409,0,3817,3818,5,191,0,0,3818,3820,5,175,0, - 0,3819,3821,3,422,211,0,3820,3819,1,0,0,0,3820,3821,1,0,0,0,3821, - 3822,1,0,0,0,3822,3836,3,788,394,0,3823,3825,5,105,0,0,3824,3823, - 1,0,0,0,3824,3825,1,0,0,0,3825,3826,1,0,0,0,3826,3827,5,2,0,0,3827, - 3832,5,209,0,0,3828,3829,5,6,0,0,3829,3831,5,209,0,0,3830,3828,1, - 0,0,0,3831,3834,1,0,0,0,3832,3830,1,0,0,0,3832,3833,1,0,0,0,3833, - 3835,1,0,0,0,3834,3832,1,0,0,0,3835,3837,5,3,0,0,3836,3824,1,0,0, - 0,3836,3837,1,0,0,0,3837,3839,1,0,0,0,3838,3631,1,0,0,0,3838,3663, - 1,0,0,0,3838,3682,1,0,0,0,3838,3694,1,0,0,0,3838,3703,1,0,0,0,3838, - 3714,1,0,0,0,3838,3730,1,0,0,0,3838,3740,1,0,0,0,3838,3753,1,0,0, - 0,3838,3764,1,0,0,0,3838,3771,1,0,0,0,3838,3780,1,0,0,0,3838,3786, - 1,0,0,0,3838,3798,1,0,0,0,3838,3804,1,0,0,0,3838,3817,1,0,0,0,3839, - 309,1,0,0,0,3840,3842,5,63,0,0,3841,3840,1,0,0,0,3841,3842,1,0,0, - 0,3842,3843,1,0,0,0,3843,3844,5,92,0,0,3844,3857,3,774,387,0,3845, - 3847,5,259,0,0,3846,3845,1,0,0,0,3846,3847,1,0,0,0,3847,3848,1,0, - 0,0,3848,3849,5,376,0,0,3849,3857,3,778,389,0,3850,3851,7,46,0,0, - 3851,3857,3,316,158,0,3852,3853,5,355,0,0,3853,3854,5,325,0,0,3854, - 3855,7,41,0,0,3855,3857,3,316,158,0,3856,3841,1,0,0,0,3856,3846, - 1,0,0,0,3856,3850,1,0,0,0,3856,3852,1,0,0,0,3857,311,1,0,0,0,3858, - 3859,5,198,0,0,3859,3875,5,357,0,0,3860,3861,5,131,0,0,3861,3875, - 5,446,0,0,3862,3875,5,204,0,0,3863,3875,5,452,0,0,3864,3875,5,331, - 0,0,3865,3875,5,318,0,0,3866,3875,5,451,0,0,3867,3868,5,63,0,0,3868, - 3869,5,174,0,0,3869,3875,5,381,0,0,3870,3872,5,295,0,0,3871,3870, - 1,0,0,0,3871,3872,1,0,0,0,3872,3873,1,0,0,0,3873,3875,5,247,0,0, - 3874,3858,1,0,0,0,3874,3860,1,0,0,0,3874,3862,1,0,0,0,3874,3863, - 1,0,0,0,3874,3864,1,0,0,0,3874,3865,1,0,0,0,3874,3866,1,0,0,0,3874, - 3867,1,0,0,0,3874,3871,1,0,0,0,3875,3876,1,0,0,0,3876,3883,3,818, - 409,0,3877,3878,5,323,0,0,3878,3883,3,790,395,0,3879,3880,5,175, - 0,0,3880,3883,3,788,394,0,3881,3883,3,176,88,0,3882,3874,1,0,0,0, - 3882,3877,1,0,0,0,3882,3879,1,0,0,0,3882,3881,1,0,0,0,3883,313,1, - 0,0,0,3884,3889,3,316,158,0,3885,3886,5,6,0,0,3886,3888,3,316,158, - 0,3887,3885,1,0,0,0,3888,3891,1,0,0,0,3889,3887,1,0,0,0,3889,3890, - 1,0,0,0,3890,315,1,0,0,0,3891,3889,1,0,0,0,3892,3894,3,818,409,0, - 3893,3895,3,318,159,0,3894,3893,1,0,0,0,3894,3895,1,0,0,0,3895,317, - 1,0,0,0,3896,3897,5,11,0,0,3897,3899,3,824,412,0,3898,3896,1,0,0, - 0,3899,3900,1,0,0,0,3900,3898,1,0,0,0,3900,3901,1,0,0,0,3901,319, - 1,0,0,0,3902,3904,5,358,0,0,3903,3905,5,92,0,0,3904,3903,1,0,0,0, - 3904,3905,1,0,0,0,3905,3906,1,0,0,0,3906,3911,3,322,161,0,3907,3908, - 5,6,0,0,3908,3910,3,322,161,0,3909,3907,1,0,0,0,3910,3913,1,0,0, - 0,3911,3909,1,0,0,0,3911,3912,1,0,0,0,3912,3916,1,0,0,0,3913,3911, - 1,0,0,0,3914,3915,7,47,0,0,3915,3917,5,219,0,0,3916,3914,1,0,0,0, - 3916,3917,1,0,0,0,3917,3919,1,0,0,0,3918,3920,3,96,48,0,3919,3918, - 1,0,0,0,3919,3920,1,0,0,0,3920,321,1,0,0,0,3921,3923,5,81,0,0,3922, - 3921,1,0,0,0,3922,3923,1,0,0,0,3923,3924,1,0,0,0,3924,3926,3,774, - 387,0,3925,3927,5,9,0,0,3926,3925,1,0,0,0,3926,3927,1,0,0,0,3927, - 323,1,0,0,0,3928,3929,5,159,0,0,3929,3988,5,80,0,0,3930,3989,3,310, - 155,0,3931,3989,3,312,156,0,3932,3933,5,44,0,0,3933,3935,3,818,409, - 0,3934,3936,3,318,159,0,3935,3934,1,0,0,0,3935,3936,1,0,0,0,3936, - 3937,1,0,0,0,3937,3938,5,11,0,0,3938,3939,3,800,400,0,3939,3989, - 1,0,0,0,3940,3941,7,32,0,0,3941,3989,3,652,326,0,3942,3943,5,136, - 0,0,3943,3989,3,394,197,0,3944,3945,5,211,0,0,3945,3989,3,382,191, - 0,3946,3947,5,278,0,0,3947,3989,3,416,208,0,3948,3949,5,45,0,0,3949, - 3950,3,818,409,0,3950,3956,5,80,0,0,3951,3957,3,774,387,0,3952,3954, - 5,189,0,0,3953,3952,1,0,0,0,3953,3954,1,0,0,0,3954,3955,1,0,0,0, - 3955,3957,3,316,158,0,3956,3951,1,0,0,0,3956,3953,1,0,0,0,3957,3989, - 1,0,0,0,3958,3959,7,44,0,0,3959,3960,3,818,409,0,3960,3961,5,80, - 0,0,3961,3962,3,316,158,0,3962,3989,1,0,0,0,3963,3964,5,296,0,0, - 3964,3989,3,378,189,0,3965,3966,5,442,0,0,3966,3989,3,374,187,0, - 3967,3968,5,443,0,0,3968,3969,5,62,0,0,3969,3970,3,652,326,0,3970, - 3971,5,247,0,0,3971,3972,3,818,409,0,3972,3989,1,0,0,0,3973,3974, - 5,278,0,0,3974,3975,7,31,0,0,3975,3976,3,316,158,0,3976,3977,3,170, - 85,0,3977,3989,1,0,0,0,3978,3979,5,248,0,0,3979,3980,5,274,0,0,3980, - 3989,3,202,101,0,3981,3982,5,41,0,0,3982,3983,5,2,0,0,3983,3984, - 3,652,326,0,3984,3985,5,36,0,0,3985,3986,3,652,326,0,3986,3987,5, - 3,0,0,3987,3989,1,0,0,0,3988,3930,1,0,0,0,3988,3931,1,0,0,0,3988, - 3932,1,0,0,0,3988,3940,1,0,0,0,3988,3942,1,0,0,0,3988,3944,1,0,0, - 0,3988,3946,1,0,0,0,3988,3948,1,0,0,0,3988,3958,1,0,0,0,3988,3963, - 1,0,0,0,3988,3965,1,0,0,0,3988,3967,1,0,0,0,3988,3973,1,0,0,0,3988, - 3978,1,0,0,0,3988,3981,1,0,0,0,3989,3990,1,0,0,0,3990,3993,5,116, - 0,0,3991,3994,3,808,404,0,3992,3994,5,78,0,0,3993,3991,1,0,0,0,3993, - 3992,1,0,0,0,3994,325,1,0,0,0,3995,3996,5,327,0,0,3996,3999,5,246, - 0,0,3997,3998,5,62,0,0,3998,4000,3,58,29,0,3999,3997,1,0,0,0,3999, - 4000,1,0,0,0,4000,4001,1,0,0,0,4001,4019,5,80,0,0,4002,4003,7,32, - 0,0,4003,4020,3,652,326,0,4004,4005,5,136,0,0,4005,4020,3,394,197, - 0,4006,4007,5,44,0,0,4007,4020,3,800,400,0,4008,4009,5,211,0,0,4009, - 4020,3,382,191,0,4010,4011,5,248,0,0,4011,4012,5,274,0,0,4012,4020, - 3,202,101,0,4013,4014,5,296,0,0,4014,4020,3,378,189,0,4015,4016, - 5,442,0,0,4016,4020,3,374,187,0,4017,4020,3,310,155,0,4018,4020, - 3,312,156,0,4019,4002,1,0,0,0,4019,4004,1,0,0,0,4019,4006,1,0,0, - 0,4019,4008,1,0,0,0,4019,4010,1,0,0,0,4019,4013,1,0,0,0,4019,4015, - 1,0,0,0,4019,4017,1,0,0,0,4019,4018,1,0,0,0,4020,4021,1,0,0,0,4021, - 4024,5,116,0,0,4022,4025,3,808,404,0,4023,4025,5,78,0,0,4024,4022, - 1,0,0,0,4024,4023,1,0,0,0,4025,327,1,0,0,0,4026,4027,7,48,0,0,4027, - 4028,3,330,165,0,4028,329,1,0,0,0,4029,4031,7,49,0,0,4030,4029,1, - 0,0,0,4030,4031,1,0,0,0,4031,4033,1,0,0,0,4032,4034,3,332,166,0, - 4033,4032,1,0,0,0,4033,4034,1,0,0,0,4034,4035,1,0,0,0,4035,4073, - 3,818,409,0,4036,4038,7,50,0,0,4037,4036,1,0,0,0,4037,4038,1,0,0, - 0,4038,4039,1,0,0,0,4039,4041,3,812,406,0,4040,4042,3,332,166,0, - 4041,4040,1,0,0,0,4041,4042,1,0,0,0,4042,4043,1,0,0,0,4043,4044, - 3,818,409,0,4044,4073,1,0,0,0,4045,4047,5,210,0,0,4046,4048,3,812, - 406,0,4047,4046,1,0,0,0,4047,4048,1,0,0,0,4048,4050,1,0,0,0,4049, - 4051,3,332,166,0,4050,4049,1,0,0,0,4050,4051,1,0,0,0,4051,4052,1, - 0,0,0,4052,4073,3,818,409,0,4053,4055,5,210,0,0,4054,4053,1,0,0, - 0,4054,4055,1,0,0,0,4055,4056,1,0,0,0,4056,4058,5,30,0,0,4057,4059, - 3,332,166,0,4058,4057,1,0,0,0,4058,4059,1,0,0,0,4059,4060,1,0,0, - 0,4060,4073,3,818,409,0,4061,4066,5,144,0,0,4062,4064,5,30,0,0,4063, - 4062,1,0,0,0,4063,4064,1,0,0,0,4064,4067,1,0,0,0,4065,4067,3,812, - 406,0,4066,4063,1,0,0,0,4066,4065,1,0,0,0,4067,4069,1,0,0,0,4068, - 4070,3,332,166,0,4069,4068,1,0,0,0,4069,4070,1,0,0,0,4070,4071,1, - 0,0,0,4071,4073,3,818,409,0,4072,4030,1,0,0,0,4072,4037,1,0,0,0, - 4072,4045,1,0,0,0,4072,4054,1,0,0,0,4072,4061,1,0,0,0,4073,331,1, - 0,0,0,4074,4075,7,51,0,0,4075,333,1,0,0,0,4076,4077,5,65,0,0,4077, - 4078,3,338,169,0,4078,4079,5,80,0,0,4079,4080,3,344,172,0,4080,4081, - 5,94,0,0,4081,4085,3,346,173,0,4082,4083,5,105,0,0,4083,4084,5,65, - 0,0,4084,4086,5,279,0,0,4085,4082,1,0,0,0,4085,4086,1,0,0,0,4086, - 335,1,0,0,0,4087,4091,5,317,0,0,4088,4089,5,65,0,0,4089,4090,5,279, - 0,0,4090,4092,5,62,0,0,4091,4088,1,0,0,0,4091,4092,1,0,0,0,4092, - 4093,1,0,0,0,4093,4094,3,338,169,0,4094,4095,5,80,0,0,4095,4096, - 3,344,172,0,4096,4097,5,64,0,0,4097,4099,3,346,173,0,4098,4100,3, - 96,48,0,4099,4098,1,0,0,0,4099,4100,1,0,0,0,4100,337,1,0,0,0,4101, - 4106,3,342,171,0,4102,4103,5,6,0,0,4103,4105,3,342,171,0,4104,4102, - 1,0,0,0,4105,4108,1,0,0,0,4106,4104,1,0,0,0,4106,4107,1,0,0,0,4107, - 4125,1,0,0,0,4108,4106,1,0,0,0,4109,4111,5,30,0,0,4110,4112,5,294, - 0,0,4111,4110,1,0,0,0,4111,4112,1,0,0,0,4112,4114,1,0,0,0,4113,4115, - 3,144,72,0,4114,4113,1,0,0,0,4114,4115,1,0,0,0,4115,4125,1,0,0,0, - 4116,4121,3,340,170,0,4117,4118,5,6,0,0,4118,4120,3,340,170,0,4119, - 4117,1,0,0,0,4120,4123,1,0,0,0,4121,4119,1,0,0,0,4121,4122,1,0,0, - 0,4122,4125,1,0,0,0,4123,4121,1,0,0,0,4124,4101,1,0,0,0,4124,4109, - 1,0,0,0,4124,4116,1,0,0,0,4125,339,1,0,0,0,4126,4127,7,52,0,0,4127, - 341,1,0,0,0,4128,4133,5,88,0,0,4129,4133,5,86,0,0,4130,4133,5,46, - 0,0,4131,4133,3,818,409,0,4132,4128,1,0,0,0,4132,4129,1,0,0,0,4132, - 4130,1,0,0,0,4132,4131,1,0,0,0,4133,4135,1,0,0,0,4134,4136,3,144, - 72,0,4135,4134,1,0,0,0,4135,4136,1,0,0,0,4136,343,1,0,0,0,4137,4138, - 5,92,0,0,4138,4183,3,762,381,0,4139,4141,5,328,0,0,4140,4139,1,0, - 0,0,4140,4141,1,0,0,0,4141,4142,1,0,0,0,4142,4183,3,760,380,0,4143, - 4147,5,63,0,0,4144,4145,5,174,0,0,4145,4148,5,381,0,0,4146,4148, - 5,331,0,0,4147,4144,1,0,0,0,4147,4146,1,0,0,0,4148,4151,1,0,0,0, - 4149,4151,5,247,0,0,4150,4143,1,0,0,0,4150,4149,1,0,0,0,4151,4152, - 1,0,0,0,4152,4183,3,784,392,0,4153,4154,5,211,0,0,4154,4183,3,380, - 190,0,4155,4156,5,296,0,0,4156,4183,3,376,188,0,4157,4158,5,442, - 0,0,4158,4183,3,372,186,0,4159,4160,5,175,0,0,4160,4183,3,766,383, - 0,4161,4162,7,32,0,0,4162,4183,3,314,157,0,4163,4164,5,248,0,0,4164, - 4165,5,274,0,0,4165,4170,3,202,101,0,4166,4167,5,6,0,0,4167,4169, - 3,202,101,0,4168,4166,1,0,0,0,4169,4172,1,0,0,0,4170,4168,1,0,0, - 0,4170,4171,1,0,0,0,4171,4183,1,0,0,0,4172,4170,1,0,0,0,4173,4174, - 5,323,0,0,4174,4183,3,764,382,0,4175,4176,5,351,0,0,4176,4183,3, - 782,391,0,4177,4178,5,30,0,0,4178,4179,7,53,0,0,4179,4180,5,68,0, - 0,4180,4181,5,323,0,0,4181,4183,3,764,382,0,4182,4137,1,0,0,0,4182, - 4140,1,0,0,0,4182,4150,1,0,0,0,4182,4153,1,0,0,0,4182,4155,1,0,0, - 0,4182,4157,1,0,0,0,4182,4159,1,0,0,0,4182,4161,1,0,0,0,4182,4163, - 1,0,0,0,4182,4173,1,0,0,0,4182,4175,1,0,0,0,4182,4177,1,0,0,0,4183, - 345,1,0,0,0,4184,4186,5,66,0,0,4185,4184,1,0,0,0,4185,4186,1,0,0, - 0,4186,4187,1,0,0,0,4187,4188,3,814,407,0,4188,4196,1,0,0,0,4189, - 4191,5,6,0,0,4190,4192,5,66,0,0,4191,4190,1,0,0,0,4191,4192,1,0, - 0,0,4192,4193,1,0,0,0,4193,4195,3,814,407,0,4194,4189,1,0,0,0,4195, - 4198,1,0,0,0,4196,4194,1,0,0,0,4196,4197,1,0,0,0,4197,347,1,0,0, - 0,4198,4196,1,0,0,0,4199,4200,5,65,0,0,4200,4205,3,342,171,0,4201, - 4202,5,6,0,0,4202,4204,3,342,171,0,4203,4201,1,0,0,0,4204,4207,1, - 0,0,0,4205,4203,1,0,0,0,4205,4206,1,0,0,0,4206,4208,1,0,0,0,4207, - 4205,1,0,0,0,4208,4209,5,94,0,0,4209,4213,3,816,408,0,4210,4211, - 5,105,0,0,4211,4212,5,134,0,0,4212,4214,5,279,0,0,4213,4210,1,0, - 0,0,4213,4214,1,0,0,0,4214,4218,1,0,0,0,4215,4216,5,214,0,0,4216, - 4217,5,147,0,0,4217,4219,3,814,407,0,4218,4215,1,0,0,0,4218,4219, - 1,0,0,0,4219,349,1,0,0,0,4220,4224,5,317,0,0,4221,4222,5,134,0,0, - 4222,4223,5,279,0,0,4223,4225,5,62,0,0,4224,4221,1,0,0,0,4224,4225, - 1,0,0,0,4225,4226,1,0,0,0,4226,4231,3,342,171,0,4227,4228,5,6,0, - 0,4228,4230,3,342,171,0,4229,4227,1,0,0,0,4230,4233,1,0,0,0,4231, - 4229,1,0,0,0,4231,4232,1,0,0,0,4232,4234,1,0,0,0,4233,4231,1,0,0, - 0,4234,4235,5,64,0,0,4235,4239,3,816,408,0,4236,4237,5,214,0,0,4237, - 4238,5,147,0,0,4238,4240,3,814,407,0,4239,4236,1,0,0,0,4239,4240, - 1,0,0,0,4240,4242,1,0,0,0,4241,4243,3,96,48,0,4242,4241,1,0,0,0, - 4242,4243,1,0,0,0,4243,351,1,0,0,0,4244,4245,5,138,0,0,4245,4246, - 5,53,0,0,4246,4255,5,294,0,0,4247,4248,5,68,0,0,4248,4249,5,323, - 0,0,4249,4254,3,764,382,0,4250,4251,5,62,0,0,4251,4252,7,2,0,0,4252, - 4254,3,816,408,0,4253,4247,1,0,0,0,4253,4250,1,0,0,0,4254,4257,1, - 0,0,0,4255,4253,1,0,0,0,4255,4256,1,0,0,0,4256,4258,1,0,0,0,4257, - 4255,1,0,0,0,4258,4259,3,354,177,0,4259,353,1,0,0,0,4260,4261,5, - 65,0,0,4261,4262,3,338,169,0,4262,4263,5,80,0,0,4263,4264,3,356, - 178,0,4264,4265,5,94,0,0,4265,4269,3,346,173,0,4266,4267,5,105,0, - 0,4267,4268,5,65,0,0,4268,4270,5,279,0,0,4269,4266,1,0,0,0,4269, - 4270,1,0,0,0,4270,4286,1,0,0,0,4271,4275,5,317,0,0,4272,4273,5,65, - 0,0,4273,4274,5,279,0,0,4274,4276,5,62,0,0,4275,4272,1,0,0,0,4275, - 4276,1,0,0,0,4276,4277,1,0,0,0,4277,4278,3,338,169,0,4278,4279,5, - 80,0,0,4279,4280,3,356,178,0,4280,4281,5,64,0,0,4281,4283,3,346, - 173,0,4282,4284,3,96,48,0,4283,4282,1,0,0,0,4283,4284,1,0,0,0,4284, - 4286,1,0,0,0,4285,4260,1,0,0,0,4285,4271,1,0,0,0,4286,355,1,0,0, - 0,4287,4288,7,54,0,0,4288,357,1,0,0,0,4289,4291,5,46,0,0,4290,4292, - 5,98,0,0,4291,4290,1,0,0,0,4291,4292,1,0,0,0,4292,4293,1,0,0,0,4293, - 4295,5,226,0,0,4294,4296,5,109,0,0,4295,4294,1,0,0,0,4295,4296,1, - 0,0,0,4296,4298,1,0,0,0,4297,4299,3,294,147,0,4298,4297,1,0,0,0, - 4298,4299,1,0,0,0,4299,4301,1,0,0,0,4300,4302,3,818,409,0,4301,4300, - 1,0,0,0,4301,4302,1,0,0,0,4302,4303,1,0,0,0,4303,4304,5,80,0,0,4304, - 4306,3,624,312,0,4305,4307,3,170,85,0,4306,4305,1,0,0,0,4306,4307, - 1,0,0,0,4307,4308,1,0,0,0,4308,4311,3,360,180,0,4309,4310,5,441, - 0,0,4310,4312,3,360,180,0,4311,4309,1,0,0,0,4311,4312,1,0,0,0,4312, - 4318,1,0,0,0,4313,4315,5,273,0,0,4314,4316,5,77,0,0,4315,4314,1, - 0,0,0,4315,4316,1,0,0,0,4316,4317,1,0,0,0,4317,4319,5,56,0,0,4318, - 4313,1,0,0,0,4318,4319,1,0,0,0,4319,4321,1,0,0,0,4320,4322,3,102, - 51,0,4321,4320,1,0,0,0,4321,4322,1,0,0,0,4322,4324,1,0,0,0,4323, - 4325,3,176,88,0,4324,4323,1,0,0,0,4324,4325,1,0,0,0,4325,4327,1, - 0,0,0,4326,4328,3,638,319,0,4327,4326,1,0,0,0,4327,4328,1,0,0,0, - 4328,359,1,0,0,0,4329,4330,5,2,0,0,4330,4335,3,362,181,0,4331,4332, - 5,6,0,0,4332,4334,3,362,181,0,4333,4331,1,0,0,0,4334,4337,1,0,0, - 0,4335,4333,1,0,0,0,4335,4336,1,0,0,0,4336,4338,1,0,0,0,4337,4335, - 1,0,0,0,4338,4339,5,3,0,0,4339,361,1,0,0,0,4340,4347,3,800,400,0, - 4341,4347,3,688,344,0,4342,4343,5,2,0,0,4343,4344,3,674,337,0,4344, - 4345,5,3,0,0,4345,4347,1,0,0,0,4346,4340,1,0,0,0,4346,4341,1,0,0, - 0,4346,4342,1,0,0,0,4347,4349,1,0,0,0,4348,4350,3,98,49,0,4349,4348, - 1,0,0,0,4349,4350,1,0,0,0,4350,4357,1,0,0,0,4351,4353,3,316,158, - 0,4352,4351,1,0,0,0,4352,4353,1,0,0,0,4353,4358,1,0,0,0,4354,4355, - 3,316,158,0,4355,4356,3,100,50,0,4356,4358,1,0,0,0,4357,4352,1,0, - 0,0,4357,4354,1,0,0,0,4358,4360,1,0,0,0,4359,4361,7,55,0,0,4360, - 4359,1,0,0,0,4360,4361,1,0,0,0,4361,4364,1,0,0,0,4362,4363,5,273, - 0,0,4363,4365,7,56,0,0,4364,4362,1,0,0,0,4364,4365,1,0,0,0,4365, - 363,1,0,0,0,4366,4368,5,46,0,0,4367,4369,3,366,183,0,4368,4367,1, - 0,0,0,4368,4369,1,0,0,0,4369,4374,1,0,0,0,4370,4371,5,211,0,0,4371, - 4375,3,804,402,0,4372,4373,5,296,0,0,4373,4375,3,798,399,0,4374, - 4370,1,0,0,0,4374,4372,1,0,0,0,4375,4376,1,0,0,0,4376,4385,5,2,0, - 0,4377,4382,3,390,195,0,4378,4379,5,6,0,0,4379,4381,3,390,195,0, - 4380,4378,1,0,0,0,4381,4384,1,0,0,0,4382,4380,1,0,0,0,4382,4383, - 1,0,0,0,4383,4386,1,0,0,0,4384,4382,1,0,0,0,4385,4377,1,0,0,0,4385, - 4386,1,0,0,0,4386,4387,1,0,0,0,4387,4388,5,3,0,0,4388,4405,1,0,0, - 0,4389,4403,5,316,0,0,4390,4404,3,388,194,0,4391,4392,5,92,0,0,4392, - 4393,5,2,0,0,4393,4398,3,402,201,0,4394,4395,5,6,0,0,4395,4397,3, - 402,201,0,4396,4394,1,0,0,0,4397,4400,1,0,0,0,4398,4396,1,0,0,0, - 4398,4399,1,0,0,0,4399,4401,1,0,0,0,4400,4398,1,0,0,0,4401,4402, - 5,3,0,0,4402,4404,1,0,0,0,4403,4390,1,0,0,0,4403,4391,1,0,0,0,4404, - 4406,1,0,0,0,4405,4389,1,0,0,0,4405,4406,1,0,0,0,4406,4408,1,0,0, - 0,4407,4409,3,398,199,0,4408,4407,1,0,0,0,4409,4410,1,0,0,0,4410, - 4408,1,0,0,0,4410,4411,1,0,0,0,4411,4417,1,0,0,0,4412,4413,5,105, - 0,0,4413,4414,5,2,0,0,4414,4415,3,784,392,0,4415,4416,5,3,0,0,4416, - 4418,1,0,0,0,4417,4412,1,0,0,0,4417,4418,1,0,0,0,4418,365,1,0,0, - 0,4419,4420,5,82,0,0,4420,4421,5,311,0,0,4421,367,1,0,0,0,4422,4424, - 5,2,0,0,4423,4425,3,370,185,0,4424,4423,1,0,0,0,4424,4425,1,0,0, - 0,4425,4426,1,0,0,0,4426,4427,5,3,0,0,4427,369,1,0,0,0,4428,4433, - 3,384,192,0,4429,4430,5,6,0,0,4430,4432,3,384,192,0,4431,4429,1, - 0,0,0,4432,4435,1,0,0,0,4433,4431,1,0,0,0,4433,4434,1,0,0,0,4434, - 371,1,0,0,0,4435,4433,1,0,0,0,4436,4441,3,374,187,0,4437,4438,5, - 6,0,0,4438,4440,3,374,187,0,4439,4437,1,0,0,0,4440,4443,1,0,0,0, - 4441,4439,1,0,0,0,4441,4442,1,0,0,0,4442,373,1,0,0,0,4443,4441,1, - 0,0,0,4444,4445,3,794,397,0,4445,4446,3,368,184,0,4446,4450,1,0, - 0,0,4447,4450,3,832,416,0,4448,4450,3,780,390,0,4449,4444,1,0,0, - 0,4449,4447,1,0,0,0,4449,4448,1,0,0,0,4450,375,1,0,0,0,4451,4456, - 3,378,189,0,4452,4453,5,6,0,0,4453,4455,3,378,189,0,4454,4452,1, - 0,0,0,4455,4458,1,0,0,0,4456,4454,1,0,0,0,4456,4457,1,0,0,0,4457, - 377,1,0,0,0,4458,4456,1,0,0,0,4459,4460,3,796,398,0,4460,4461,3, - 368,184,0,4461,4465,1,0,0,0,4462,4465,3,832,416,0,4463,4465,3,780, - 390,0,4464,4459,1,0,0,0,4464,4462,1,0,0,0,4464,4463,1,0,0,0,4465, - 379,1,0,0,0,4466,4471,3,382,191,0,4467,4468,5,6,0,0,4468,4470,3, - 382,191,0,4469,4467,1,0,0,0,4470,4473,1,0,0,0,4471,4469,1,0,0,0, - 4471,4472,1,0,0,0,4472,381,1,0,0,0,4473,4471,1,0,0,0,4474,4475,3, - 806,403,0,4475,4476,3,368,184,0,4476,4480,1,0,0,0,4477,4480,3,832, - 416,0,4478,4480,3,780,390,0,4479,4474,1,0,0,0,4479,4477,1,0,0,0, - 4479,4478,1,0,0,0,4480,383,1,0,0,0,4481,4483,3,386,193,0,4482,4484, - 3,820,410,0,4483,4482,1,0,0,0,4483,4484,1,0,0,0,4484,4490,1,0,0, - 0,4485,4487,3,820,410,0,4486,4488,3,386,193,0,4487,4486,1,0,0,0, - 4487,4488,1,0,0,0,4488,4490,1,0,0,0,4489,4481,1,0,0,0,4489,4485, - 1,0,0,0,4489,4490,1,0,0,0,4490,4491,1,0,0,0,4491,4492,3,388,194, - 0,4492,385,1,0,0,0,4493,4495,5,68,0,0,4494,4496,5,453,0,0,4495,4494, - 1,0,0,0,4495,4496,1,0,0,0,4496,4501,1,0,0,0,4497,4501,5,453,0,0, - 4498,4501,5,400,0,0,4499,4501,5,101,0,0,4500,4493,1,0,0,0,4500,4497, - 1,0,0,0,4500,4498,1,0,0,0,4500,4499,1,0,0,0,4501,387,1,0,0,0,4502, - 4512,3,652,326,0,4503,4505,5,415,0,0,4504,4503,1,0,0,0,4504,4505, - 1,0,0,0,4505,4506,1,0,0,0,4506,4507,3,820,410,0,4507,4508,3,318, - 159,0,4508,4509,5,27,0,0,4509,4510,5,360,0,0,4510,4512,1,0,0,0,4511, - 4502,1,0,0,0,4511,4504,1,0,0,0,4512,389,1,0,0,0,4513,4516,3,384, - 192,0,4514,4515,7,57,0,0,4515,4517,3,674,337,0,4516,4514,1,0,0,0, - 4516,4517,1,0,0,0,4517,391,1,0,0,0,4518,4528,5,2,0,0,4519,4529,5, - 9,0,0,4520,4522,3,370,185,0,4521,4520,1,0,0,0,4521,4522,1,0,0,0, - 4522,4526,1,0,0,0,4523,4524,5,83,0,0,4524,4525,5,147,0,0,4525,4527, - 3,370,185,0,4526,4523,1,0,0,0,4526,4527,1,0,0,0,4527,4529,1,0,0, - 0,4528,4519,1,0,0,0,4528,4521,1,0,0,0,4529,4530,1,0,0,0,4530,4531, - 5,3,0,0,4531,393,1,0,0,0,4532,4533,3,806,403,0,4533,4534,3,392,196, - 0,4534,395,1,0,0,0,4535,4536,5,316,0,0,4536,4539,5,78,0,0,4537,4539, - 5,149,0,0,4538,4535,1,0,0,0,4538,4537,1,0,0,0,4539,4540,1,0,0,0, - 4540,4541,5,80,0,0,4541,4542,5,78,0,0,4542,4565,5,458,0,0,4543,4565, - 5,346,0,0,4544,4565,5,222,0,0,4545,4565,5,338,0,0,4546,4565,5,377, - 0,0,4547,4549,5,205,0,0,4548,4547,1,0,0,0,4548,4549,1,0,0,0,4549, - 4550,1,0,0,0,4550,4551,5,327,0,0,4551,4565,7,58,0,0,4552,4565,5, - 250,0,0,4553,4554,5,77,0,0,4554,4565,5,250,0,0,4555,4556,7,59,0, - 0,4556,4565,3,202,101,0,4557,4558,5,459,0,0,4558,4565,3,316,158, - 0,4559,4560,5,333,0,0,4560,4565,3,42,21,0,4561,4565,3,60,30,0,4562, - 4563,5,460,0,0,4563,4565,3,818,409,0,4564,4538,1,0,0,0,4564,4543, - 1,0,0,0,4564,4544,1,0,0,0,4564,4545,1,0,0,0,4564,4546,1,0,0,0,4564, - 4548,1,0,0,0,4564,4552,1,0,0,0,4564,4553,1,0,0,0,4564,4555,1,0,0, - 0,4564,4557,1,0,0,0,4564,4559,1,0,0,0,4564,4561,1,0,0,0,4564,4562, - 1,0,0,0,4565,397,1,0,0,0,4566,4567,5,36,0,0,4567,4568,3,808,404, - 0,4568,4569,3,462,231,0,4569,4602,1,0,0,0,4570,4571,5,247,0,0,4571, - 4602,3,58,29,0,4572,4573,5,443,0,0,4573,4574,5,62,0,0,4574,4575, - 5,360,0,0,4575,4582,3,652,326,0,4576,4577,5,6,0,0,4577,4578,5,62, - 0,0,4578,4579,5,360,0,0,4579,4581,3,652,326,0,4580,4576,1,0,0,0, - 4581,4584,1,0,0,0,4582,4580,1,0,0,0,4582,4583,1,0,0,0,4583,4602, - 1,0,0,0,4584,4582,1,0,0,0,4585,4602,5,104,0,0,4586,4587,5,333,0, - 0,4587,4594,3,818,409,0,4588,4589,5,94,0,0,4589,4595,3,818,409,0, - 4590,4591,5,10,0,0,4591,4595,3,818,409,0,4592,4593,5,64,0,0,4593, - 4595,5,434,0,0,4594,4588,1,0,0,0,4594,4590,1,0,0,0,4594,4592,1,0, - 0,0,4595,4602,1,0,0,0,4596,4597,5,36,0,0,4597,4602,3,818,409,0,4598, - 4602,3,4,2,0,4599,4602,3,396,198,0,4600,4602,3,818,409,0,4601,4566, - 1,0,0,0,4601,4570,1,0,0,0,4601,4572,1,0,0,0,4601,4585,1,0,0,0,4601, - 4586,1,0,0,0,4601,4596,1,0,0,0,4601,4598,1,0,0,0,4601,4599,1,0,0, - 0,4601,4600,1,0,0,0,4602,399,1,0,0,0,4603,4604,5,105,0,0,4604,4605, - 3,284,142,0,4605,401,1,0,0,0,4606,4607,3,800,400,0,4607,4608,3,388, - 194,0,4608,403,1,0,0,0,4609,4616,5,138,0,0,4610,4611,5,211,0,0,4611, - 4617,3,382,191,0,4612,4613,5,296,0,0,4613,4617,3,378,189,0,4614, - 4615,5,442,0,0,4615,4617,3,374,187,0,4616,4610,1,0,0,0,4616,4612, - 1,0,0,0,4616,4614,1,0,0,0,4617,4619,1,0,0,0,4618,4620,3,396,198, - 0,4619,4618,1,0,0,0,4620,4621,1,0,0,0,4621,4619,1,0,0,0,4621,4622, - 1,0,0,0,4622,4624,1,0,0,0,4623,4625,5,315,0,0,4624,4623,1,0,0,0, - 4624,4625,1,0,0,0,4625,405,1,0,0,0,4626,4642,5,191,0,0,4627,4629, - 5,211,0,0,4628,4630,3,422,211,0,4629,4628,1,0,0,0,4629,4630,1,0, - 0,0,4630,4631,1,0,0,0,4631,4643,3,380,190,0,4632,4634,5,296,0,0, - 4633,4635,3,422,211,0,4634,4633,1,0,0,0,4634,4635,1,0,0,0,4635,4636, - 1,0,0,0,4636,4643,3,376,188,0,4637,4639,5,442,0,0,4638,4640,3,422, - 211,0,4639,4638,1,0,0,0,4639,4640,1,0,0,0,4640,4641,1,0,0,0,4641, - 4643,3,372,186,0,4642,4627,1,0,0,0,4642,4632,1,0,0,0,4642,4637,1, - 0,0,0,4643,4645,1,0,0,0,4644,4646,3,96,48,0,4645,4644,1,0,0,0,4645, - 4646,1,0,0,0,4646,407,1,0,0,0,4647,4648,5,191,0,0,4648,4650,5,136, - 0,0,4649,4651,3,422,211,0,4650,4649,1,0,0,0,4650,4651,1,0,0,0,4651, - 4652,1,0,0,0,4652,4657,3,394,197,0,4653,4654,5,6,0,0,4654,4656,3, - 394,197,0,4655,4653,1,0,0,0,4656,4659,1,0,0,0,4657,4655,1,0,0,0, - 4657,4658,1,0,0,0,4658,4661,1,0,0,0,4659,4657,1,0,0,0,4660,4662, - 3,96,48,0,4661,4660,1,0,0,0,4661,4662,1,0,0,0,4662,409,1,0,0,0,4663, - 4664,5,191,0,0,4664,4666,5,278,0,0,4665,4667,3,422,211,0,4666,4665, - 1,0,0,0,4666,4667,1,0,0,0,4667,4668,1,0,0,0,4668,4673,3,416,208, - 0,4669,4670,5,6,0,0,4670,4672,3,416,208,0,4671,4669,1,0,0,0,4672, - 4675,1,0,0,0,4673,4671,1,0,0,0,4673,4674,1,0,0,0,4674,4677,1,0,0, - 0,4675,4673,1,0,0,0,4676,4678,3,96,48,0,4677,4676,1,0,0,0,4677,4678, - 1,0,0,0,4678,411,1,0,0,0,4679,4692,5,2,0,0,4680,4683,3,652,326,0, - 4681,4682,5,6,0,0,4682,4684,3,652,326,0,4683,4681,1,0,0,0,4683,4684, - 1,0,0,0,4684,4693,1,0,0,0,4685,4686,5,407,0,0,4686,4687,5,6,0,0, - 4687,4693,3,652,326,0,4688,4689,3,652,326,0,4689,4690,5,6,0,0,4690, - 4691,5,407,0,0,4691,4693,1,0,0,0,4692,4680,1,0,0,0,4692,4685,1,0, - 0,0,4692,4688,1,0,0,0,4693,4694,1,0,0,0,4694,4695,5,3,0,0,4695,413, - 1,0,0,0,4696,4697,3,818,409,0,4697,4698,5,11,0,0,4698,4700,1,0,0, - 0,4699,4696,1,0,0,0,4700,4703,1,0,0,0,4701,4699,1,0,0,0,4701,4702, - 1,0,0,0,4702,4704,1,0,0,0,4703,4701,1,0,0,0,4704,4705,3,720,360, - 0,4705,415,1,0,0,0,4706,4707,3,414,207,0,4707,4708,3,412,206,0,4708, - 417,1,0,0,0,4709,4713,5,57,0,0,4710,4714,3,808,404,0,4711,4712,5, - 247,0,0,4712,4714,3,58,29,0,4713,4710,1,0,0,0,4713,4711,1,0,0,0, - 4714,4715,1,0,0,0,4715,4713,1,0,0,0,4715,4716,1,0,0,0,4716,419,1, - 0,0,0,4717,4718,5,46,0,0,4718,4719,5,41,0,0,4719,4720,5,2,0,0,4720, - 4721,3,652,326,0,4721,4722,5,36,0,0,4722,4723,3,652,326,0,4723,4740, - 5,3,0,0,4724,4725,5,379,0,0,4725,4728,5,211,0,0,4726,4727,5,36,0, - 0,4727,4729,7,60,0,0,4728,4726,1,0,0,0,4728,4729,1,0,0,0,4729,4741, - 1,0,0,0,4730,4734,5,105,0,0,4731,4732,5,211,0,0,4732,4735,3,382, - 191,0,4733,4735,5,400,0,0,4734,4731,1,0,0,0,4734,4733,1,0,0,0,4735, - 4738,1,0,0,0,4736,4737,5,36,0,0,4737,4739,7,60,0,0,4738,4736,1,0, - 0,0,4738,4739,1,0,0,0,4739,4741,1,0,0,0,4740,4724,1,0,0,0,4740,4730, - 1,0,0,0,4741,421,1,0,0,0,4742,4743,5,220,0,0,4743,4744,5,396,0,0, - 4744,423,1,0,0,0,4745,4747,5,46,0,0,4746,4748,3,366,183,0,4747,4746, - 1,0,0,0,4747,4748,1,0,0,0,4748,4749,1,0,0,0,4749,4750,5,443,0,0, - 4750,4751,5,62,0,0,4751,4752,3,652,326,0,4752,4753,5,247,0,0,4753, - 4754,3,818,409,0,4754,4769,5,2,0,0,4755,4756,5,64,0,0,4756,4760, - 3,426,213,0,4757,4758,5,6,0,0,4758,4759,5,94,0,0,4759,4761,3,426, - 213,0,4760,4757,1,0,0,0,4760,4761,1,0,0,0,4761,4770,1,0,0,0,4762, - 4763,5,94,0,0,4763,4767,3,426,213,0,4764,4765,5,6,0,0,4765,4766, - 5,64,0,0,4766,4768,3,426,213,0,4767,4764,1,0,0,0,4767,4768,1,0,0, - 0,4768,4770,1,0,0,0,4769,4755,1,0,0,0,4769,4762,1,0,0,0,4770,4771, - 1,0,0,0,4771,4772,5,3,0,0,4772,425,1,0,0,0,4773,4774,5,461,0,0,4774, - 4775,5,105,0,0,4775,4776,5,211,0,0,4776,4777,3,382,191,0,4777,427, - 1,0,0,0,4778,4789,5,306,0,0,4779,4780,5,2,0,0,4780,4785,5,128,0, - 0,4781,4782,5,6,0,0,4782,4784,5,128,0,0,4783,4781,1,0,0,0,4784,4787, - 1,0,0,0,4785,4783,1,0,0,0,4785,4786,1,0,0,0,4786,4788,1,0,0,0,4787, - 4785,1,0,0,0,4788,4790,5,3,0,0,4789,4779,1,0,0,0,4789,4790,1,0,0, - 0,4790,4816,1,0,0,0,4791,4793,5,226,0,0,4792,4794,5,109,0,0,4793, - 4792,1,0,0,0,4793,4794,1,0,0,0,4794,4795,1,0,0,0,4795,4817,3,780, - 390,0,4796,4798,5,92,0,0,4797,4799,5,109,0,0,4798,4797,1,0,0,0,4798, - 4799,1,0,0,0,4799,4800,1,0,0,0,4800,4817,3,774,387,0,4801,4803,5, - 323,0,0,4802,4804,5,109,0,0,4803,4802,1,0,0,0,4803,4804,1,0,0,0, - 4804,4805,1,0,0,0,4805,4817,3,790,395,0,4806,4808,5,349,0,0,4807, - 4809,5,109,0,0,4808,4807,1,0,0,0,4808,4809,1,0,0,0,4809,4810,1,0, - 0,0,4810,4817,3,818,409,0,4811,4813,5,175,0,0,4812,4814,5,109,0, - 0,4813,4812,1,0,0,0,4813,4814,1,0,0,0,4814,4815,1,0,0,0,4815,4817, - 3,788,394,0,4816,4791,1,0,0,0,4816,4796,1,0,0,0,4816,4801,1,0,0, - 0,4816,4806,1,0,0,0,4816,4811,1,0,0,0,4817,429,1,0,0,0,4818,4819, - 5,138,0,0,4819,4820,3,176,88,0,4820,4821,7,16,0,0,4821,4822,3,100, - 50,0,4822,431,1,0,0,0,4823,4828,5,138,0,0,4824,4825,5,136,0,0,4825, - 4829,3,394,197,0,4826,4827,5,442,0,0,4827,4829,3,374,187,0,4828, - 4824,1,0,0,0,4828,4826,1,0,0,0,4829,4830,1,0,0,0,4830,4831,5,309, - 0,0,4831,4832,5,94,0,0,4832,4833,3,818,409,0,4833,5031,1,0,0,0,4834, - 4835,5,138,0,0,4835,4836,5,175,0,0,4836,4837,3,788,394,0,4837,4838, - 5,309,0,0,4838,4839,5,94,0,0,4839,4840,3,786,393,0,4840,5031,1,0, - 0,0,4841,4842,5,138,0,0,4842,4843,7,61,0,0,4843,4844,3,316,158,0, - 4844,4845,5,309,0,0,4845,4846,5,94,0,0,4846,4847,3,818,409,0,4847, - 5031,1,0,0,0,4848,4849,5,138,0,0,4849,4850,5,211,0,0,4850,4851,3, - 382,191,0,4851,4852,5,309,0,0,4852,4853,5,94,0,0,4853,4854,3,804, - 402,0,4854,5031,1,0,0,0,4855,4856,5,138,0,0,4856,4857,5,278,0,0, - 4857,4858,7,31,0,0,4858,4859,3,316,158,0,4859,4860,3,170,85,0,4860, - 4861,5,309,0,0,4861,4862,5,94,0,0,4862,4863,3,818,409,0,4863,5031, - 1,0,0,0,4864,4865,5,138,0,0,4865,4866,5,296,0,0,4866,4867,3,378, - 189,0,4867,4868,5,309,0,0,4868,4869,5,94,0,0,4869,4870,3,798,399, - 0,4870,5031,1,0,0,0,4871,4872,5,138,0,0,4872,4873,5,323,0,0,4873, - 4874,3,790,395,0,4874,4875,5,309,0,0,4875,4876,5,94,0,0,4876,4877, - 3,32,16,0,4877,5031,1,0,0,0,4878,4879,5,138,0,0,4879,4881,7,62,0, - 0,4880,4882,3,422,211,0,4881,4880,1,0,0,0,4881,4882,1,0,0,0,4882, - 4883,1,0,0,0,4883,4884,3,780,390,0,4884,4885,5,309,0,0,4885,4886, - 5,94,0,0,4886,4887,3,818,409,0,4887,5031,1,0,0,0,4888,4890,5,138, - 0,0,4889,4891,5,259,0,0,4890,4889,1,0,0,0,4890,4891,1,0,0,0,4891, - 4892,1,0,0,0,4892,4894,5,376,0,0,4893,4895,3,422,211,0,4894,4893, - 1,0,0,0,4894,4895,1,0,0,0,4895,4896,1,0,0,0,4896,4897,3,778,389, - 0,4897,4898,5,309,0,0,4898,4899,5,94,0,0,4899,4900,3,776,388,0,4900, - 5031,1,0,0,0,4901,4903,5,138,0,0,4902,4904,5,63,0,0,4903,4902,1, - 0,0,0,4903,4904,1,0,0,0,4904,4905,1,0,0,0,4905,4907,5,92,0,0,4906, - 4908,3,422,211,0,4907,4906,1,0,0,0,4907,4908,1,0,0,0,4908,4909,1, - 0,0,0,4909,4910,3,624,312,0,4910,4911,5,309,0,0,4911,4912,5,94,0, - 0,4912,4913,3,772,386,0,4913,5031,1,0,0,0,4914,4939,5,138,0,0,4915, - 4917,5,63,0,0,4916,4915,1,0,0,0,4916,4917,1,0,0,0,4917,4918,1,0, - 0,0,4918,4920,5,92,0,0,4919,4921,3,422,211,0,4920,4919,1,0,0,0,4920, - 4921,1,0,0,0,4921,4922,1,0,0,0,4922,4923,3,624,312,0,4923,4925,5, - 309,0,0,4924,4926,5,44,0,0,4925,4924,1,0,0,0,4925,4926,1,0,0,0,4926, - 4940,1,0,0,0,4927,4929,5,259,0,0,4928,4927,1,0,0,0,4928,4929,1,0, - 0,0,4929,4930,1,0,0,0,4930,4932,5,376,0,0,4931,4933,3,422,211,0, - 4932,4931,1,0,0,0,4932,4933,1,0,0,0,4933,4934,1,0,0,0,4934,4935, - 3,778,389,0,4935,4937,5,309,0,0,4936,4938,5,44,0,0,4937,4936,1,0, - 0,0,4937,4938,1,0,0,0,4938,4940,1,0,0,0,4939,4916,1,0,0,0,4939,4928, - 1,0,0,0,4940,4941,1,0,0,0,4941,4942,3,800,400,0,4942,4943,5,94,0, - 0,4943,4944,3,802,401,0,4944,5031,1,0,0,0,4945,4953,5,138,0,0,4946, - 4948,5,92,0,0,4947,4949,3,422,211,0,4948,4947,1,0,0,0,4948,4949, - 1,0,0,0,4949,4950,1,0,0,0,4950,4954,3,624,312,0,4951,4952,5,189, - 0,0,4952,4954,3,316,158,0,4953,4946,1,0,0,0,4953,4951,1,0,0,0,4954, - 4955,1,0,0,0,4955,4956,5,309,0,0,4956,4957,5,45,0,0,4957,4958,3, - 818,409,0,4958,4959,5,94,0,0,4959,4960,3,818,409,0,4960,5031,1,0, - 0,0,4961,4968,5,138,0,0,4962,4964,5,445,0,0,4963,4965,3,422,211, - 0,4964,4963,1,0,0,0,4964,4965,1,0,0,0,4965,4969,1,0,0,0,4966,4969, - 5,321,0,0,4967,4969,5,357,0,0,4968,4962,1,0,0,0,4968,4966,1,0,0, - 0,4968,4967,1,0,0,0,4969,4970,1,0,0,0,4970,4971,3,818,409,0,4971, - 4972,5,80,0,0,4972,4973,3,780,390,0,4973,4974,5,309,0,0,4974,4975, - 5,94,0,0,4975,4976,3,818,409,0,4976,5031,1,0,0,0,4977,4990,5,138, - 0,0,4978,4979,5,63,0,0,4979,4980,5,174,0,0,4980,4991,5,381,0,0,4981, - 4983,5,295,0,0,4982,4981,1,0,0,0,4982,4983,1,0,0,0,4983,4984,1,0, - 0,0,4984,4991,5,247,0,0,4985,4991,5,452,0,0,4986,4991,5,331,0,0, - 4987,4991,5,451,0,0,4988,4989,5,198,0,0,4989,4991,5,357,0,0,4990, - 4978,1,0,0,0,4990,4982,1,0,0,0,4990,4985,1,0,0,0,4990,4986,1,0,0, - 0,4990,4987,1,0,0,0,4990,4988,1,0,0,0,4991,4992,1,0,0,0,4992,4993, - 3,818,409,0,4993,4994,5,309,0,0,4994,4995,5,94,0,0,4995,4996,3,818, - 409,0,4996,5031,1,0,0,0,4997,4998,5,138,0,0,4998,4999,7,45,0,0,4999, - 5000,3,814,407,0,5000,5001,5,309,0,0,5001,5002,5,94,0,0,5002,5003, - 3,814,407,0,5003,5031,1,0,0,0,5004,5005,5,138,0,0,5005,5006,3,176, - 88,0,5006,5007,5,309,0,0,5007,5008,5,94,0,0,5008,5009,3,768,384, - 0,5009,5031,1,0,0,0,5010,5011,5,138,0,0,5011,5012,5,355,0,0,5012, - 5013,5,325,0,0,5013,5014,7,41,0,0,5014,5015,3,316,158,0,5015,5016, - 5,309,0,0,5016,5017,5,94,0,0,5017,5018,3,818,409,0,5018,5031,1,0, - 0,0,5019,5020,5,138,0,0,5020,5021,5,360,0,0,5021,5022,3,316,158, - 0,5022,5023,5,309,0,0,5023,5024,5,143,0,0,5024,5025,3,818,409,0, - 5025,5026,5,94,0,0,5026,5028,3,818,409,0,5027,5029,3,96,48,0,5028, - 5027,1,0,0,0,5028,5029,1,0,0,0,5029,5031,1,0,0,0,5030,4823,1,0,0, - 0,5030,4834,1,0,0,0,5030,4841,1,0,0,0,5030,4848,1,0,0,0,5030,4855, - 1,0,0,0,5030,4864,1,0,0,0,5030,4871,1,0,0,0,5030,4878,1,0,0,0,5030, - 4888,1,0,0,0,5030,4901,1,0,0,0,5030,4914,1,0,0,0,5030,4945,1,0,0, - 0,5030,4961,1,0,0,0,5030,4977,1,0,0,0,5030,4997,1,0,0,0,5030,5004, - 1,0,0,0,5030,5010,1,0,0,0,5030,5019,1,0,0,0,5031,433,1,0,0,0,5032, - 5049,5,138,0,0,5033,5034,5,211,0,0,5034,5050,3,382,191,0,5035,5036, - 5,296,0,0,5036,5050,3,378,189,0,5037,5038,5,442,0,0,5038,5050,3, - 374,187,0,5039,5040,5,357,0,0,5040,5041,3,818,409,0,5041,5042,5, - 80,0,0,5042,5043,3,780,390,0,5043,5050,1,0,0,0,5044,5045,5,259,0, - 0,5045,5046,5,376,0,0,5046,5050,3,778,389,0,5047,5048,5,226,0,0, - 5048,5050,3,780,390,0,5049,5033,1,0,0,0,5049,5035,1,0,0,0,5049,5037, - 1,0,0,0,5049,5039,1,0,0,0,5049,5044,1,0,0,0,5049,5047,1,0,0,0,5050, - 5052,1,0,0,0,5051,5053,5,269,0,0,5052,5051,1,0,0,0,5052,5053,1,0, - 0,0,5053,5054,1,0,0,0,5054,5055,5,462,0,0,5055,5056,5,80,0,0,5056, - 5057,5,204,0,0,5057,5058,3,818,409,0,5058,435,1,0,0,0,5059,5098, - 5,138,0,0,5060,5061,5,136,0,0,5061,5099,3,394,197,0,5062,5063,5, - 204,0,0,5063,5099,3,818,409,0,5064,5065,5,211,0,0,5065,5099,3,382, - 191,0,5066,5067,5,278,0,0,5067,5099,3,416,208,0,5068,5069,5,278, - 0,0,5069,5070,7,31,0,0,5070,5071,3,316,158,0,5071,5072,3,170,85, - 0,5072,5099,1,0,0,0,5073,5074,5,296,0,0,5074,5099,3,378,189,0,5075, - 5076,5,442,0,0,5076,5099,3,374,187,0,5077,5079,5,328,0,0,5078,5080, - 3,422,211,0,5079,5078,1,0,0,0,5079,5080,1,0,0,0,5080,5081,1,0,0, - 0,5081,5099,3,780,390,0,5082,5084,5,259,0,0,5083,5082,1,0,0,0,5083, - 5084,1,0,0,0,5084,5085,1,0,0,0,5085,5087,5,376,0,0,5086,5088,3,422, - 211,0,5087,5086,1,0,0,0,5087,5088,1,0,0,0,5088,5089,1,0,0,0,5089, - 5099,3,778,389,0,5090,5092,5,63,0,0,5091,5090,1,0,0,0,5091,5092, - 1,0,0,0,5092,5093,1,0,0,0,5093,5095,5,92,0,0,5094,5096,3,422,211, - 0,5095,5094,1,0,0,0,5095,5096,1,0,0,0,5096,5097,1,0,0,0,5097,5099, - 3,624,312,0,5098,5060,1,0,0,0,5098,5062,1,0,0,0,5098,5064,1,0,0, - 0,5098,5066,1,0,0,0,5098,5068,1,0,0,0,5098,5073,1,0,0,0,5098,5075, - 1,0,0,0,5098,5077,1,0,0,0,5098,5083,1,0,0,0,5098,5091,1,0,0,0,5099, - 5100,1,0,0,0,5100,5101,5,333,0,0,5101,5102,5,323,0,0,5102,5103,3, - 790,395,0,5103,5121,1,0,0,0,5104,5113,5,138,0,0,5105,5106,5,355, - 0,0,5106,5107,5,325,0,0,5107,5114,7,41,0,0,5108,5114,5,108,0,0,5109, - 5114,5,168,0,0,5110,5114,5,189,0,0,5111,5114,5,342,0,0,5112,5114, - 5,360,0,0,5113,5105,1,0,0,0,5113,5108,1,0,0,0,5113,5109,1,0,0,0, - 5113,5110,1,0,0,0,5113,5111,1,0,0,0,5113,5112,1,0,0,0,5114,5115, - 1,0,0,0,5115,5116,3,316,158,0,5116,5117,5,333,0,0,5117,5118,5,323, - 0,0,5118,5119,3,790,395,0,5119,5121,1,0,0,0,5120,5059,1,0,0,0,5120, - 5104,1,0,0,0,5121,437,1,0,0,0,5122,5123,5,138,0,0,5123,5124,5,278, - 0,0,5124,5125,3,416,208,0,5125,5126,5,333,0,0,5126,5127,3,440,220, - 0,5127,439,1,0,0,0,5128,5129,5,2,0,0,5129,5134,3,442,221,0,5130, - 5131,5,6,0,0,5131,5133,3,442,221,0,5132,5130,1,0,0,0,5133,5136,1, - 0,0,0,5134,5132,1,0,0,0,5134,5135,1,0,0,0,5135,5137,1,0,0,0,5136, - 5134,1,0,0,0,5137,5138,5,3,0,0,5138,441,1,0,0,0,5139,5140,3,824, - 412,0,5140,5147,5,10,0,0,5141,5148,5,407,0,0,5142,5148,3,388,194, - 0,5143,5148,3,834,417,0,5144,5148,3,726,363,0,5145,5148,3,202,101, - 0,5146,5148,3,808,404,0,5147,5141,1,0,0,0,5147,5142,1,0,0,0,5147, - 5143,1,0,0,0,5147,5144,1,0,0,0,5147,5145,1,0,0,0,5147,5146,1,0,0, - 0,5148,443,1,0,0,0,5149,5150,5,138,0,0,5150,5151,5,360,0,0,5151, - 5152,3,316,158,0,5152,5153,5,333,0,0,5153,5154,3,440,220,0,5154, - 445,1,0,0,0,5155,5156,5,138,0,0,5156,5157,5,278,0,0,5157,5158,7, - 31,0,0,5158,5159,3,316,158,0,5159,5160,3,170,85,0,5160,5161,5,282, - 0,0,5161,5162,5,94,0,0,5162,5163,3,814,407,0,5163,5230,1,0,0,0,5164, - 5191,5,138,0,0,5165,5166,5,136,0,0,5166,5192,3,394,197,0,5167,5168, - 5,175,0,0,5168,5192,3,788,394,0,5169,5170,5,211,0,0,5170,5192,3, - 382,191,0,5171,5173,5,295,0,0,5172,5171,1,0,0,0,5172,5173,1,0,0, - 0,5173,5174,1,0,0,0,5174,5175,5,247,0,0,5175,5192,3,818,409,0,5176, - 5177,5,248,0,0,5177,5178,5,274,0,0,5178,5192,3,202,101,0,5179,5180, - 5,248,0,0,5180,5181,5,274,0,0,5181,5192,3,202,101,0,5182,5183,5, - 278,0,0,5183,5192,3,416,208,0,5184,5185,5,296,0,0,5185,5192,3,378, - 189,0,5186,5187,5,442,0,0,5187,5192,3,374,187,0,5188,5189,5,323, - 0,0,5189,5192,3,790,395,0,5190,5192,3,176,88,0,5191,5165,1,0,0,0, - 5191,5167,1,0,0,0,5191,5169,1,0,0,0,5191,5172,1,0,0,0,5191,5176, - 1,0,0,0,5191,5179,1,0,0,0,5191,5182,1,0,0,0,5191,5184,1,0,0,0,5191, - 5186,1,0,0,0,5191,5188,1,0,0,0,5191,5190,1,0,0,0,5192,5193,1,0,0, - 0,5193,5194,5,282,0,0,5194,5195,5,94,0,0,5195,5196,3,814,407,0,5196, - 5230,1,0,0,0,5197,5206,5,138,0,0,5198,5199,5,355,0,0,5199,5200,5, - 325,0,0,5200,5207,7,63,0,0,5201,5207,5,108,0,0,5202,5207,5,168,0, - 0,5203,5207,5,189,0,0,5204,5207,5,360,0,0,5205,5207,5,342,0,0,5206, - 5198,1,0,0,0,5206,5201,1,0,0,0,5206,5202,1,0,0,0,5206,5203,1,0,0, - 0,5206,5204,1,0,0,0,5206,5205,1,0,0,0,5207,5208,1,0,0,0,5208,5209, - 3,316,158,0,5209,5210,5,282,0,0,5210,5211,5,94,0,0,5211,5212,3,814, - 407,0,5212,5230,1,0,0,0,5213,5222,5,138,0,0,5214,5223,5,331,0,0, - 5215,5216,5,63,0,0,5216,5217,5,174,0,0,5217,5223,5,381,0,0,5218, - 5219,5,198,0,0,5219,5223,5,357,0,0,5220,5223,5,452,0,0,5221,5223, - 5,451,0,0,5222,5214,1,0,0,0,5222,5215,1,0,0,0,5222,5218,1,0,0,0, - 5222,5220,1,0,0,0,5222,5221,1,0,0,0,5223,5224,1,0,0,0,5224,5225, - 3,818,409,0,5225,5226,5,282,0,0,5226,5227,5,94,0,0,5227,5228,3,814, - 407,0,5228,5230,1,0,0,0,5229,5155,1,0,0,0,5229,5164,1,0,0,0,5229, - 5197,1,0,0,0,5229,5213,1,0,0,0,5230,447,1,0,0,0,5231,5232,5,46,0, - 0,5232,5233,5,452,0,0,5233,5240,3,818,409,0,5234,5235,5,62,0,0,5235, - 5236,5,92,0,0,5236,5241,3,628,314,0,5237,5238,5,62,0,0,5238,5239, - 5,30,0,0,5239,5241,5,350,0,0,5240,5234,1,0,0,0,5240,5237,1,0,0,0, - 5240,5241,1,0,0,0,5241,5243,1,0,0,0,5242,5244,3,400,200,0,5243,5242, - 1,0,0,0,5243,5244,1,0,0,0,5244,449,1,0,0,0,5245,5246,5,138,0,0,5246, - 5247,5,452,0,0,5247,5265,3,818,409,0,5248,5249,5,282,0,0,5249,5250, - 5,94,0,0,5250,5266,3,814,407,0,5251,5252,5,333,0,0,5252,5266,3,284, - 142,0,5253,5254,5,309,0,0,5254,5255,5,94,0,0,5255,5266,3,818,409, - 0,5256,5257,7,34,0,0,5257,5262,3,626,313,0,5258,5259,5,6,0,0,5259, - 5261,3,626,313,0,5260,5258,1,0,0,0,5261,5264,1,0,0,0,5262,5260,1, - 0,0,0,5262,5263,1,0,0,0,5263,5266,1,0,0,0,5264,5262,1,0,0,0,5265, - 5248,1,0,0,0,5265,5251,1,0,0,0,5265,5253,1,0,0,0,5265,5256,1,0,0, - 0,5266,451,1,0,0,0,5267,5268,5,46,0,0,5268,5269,5,451,0,0,5269,5270, - 3,818,409,0,5270,5271,5,164,0,0,5271,5272,3,808,404,0,5272,5273, - 5,452,0,0,5273,5278,3,824,412,0,5274,5275,5,6,0,0,5275,5277,3,824, - 412,0,5276,5274,1,0,0,0,5277,5280,1,0,0,0,5278,5276,1,0,0,0,5278, - 5279,1,0,0,0,5279,5282,1,0,0,0,5280,5278,1,0,0,0,5281,5283,3,400, - 200,0,5282,5281,1,0,0,0,5282,5283,1,0,0,0,5283,453,1,0,0,0,5284, - 5285,5,138,0,0,5285,5286,5,451,0,0,5286,5287,3,818,409,0,5287,5288, - 5,333,0,0,5288,5289,3,284,142,0,5289,5341,1,0,0,0,5290,5291,5,138, - 0,0,5291,5292,5,451,0,0,5292,5293,3,818,409,0,5293,5294,5,164,0, - 0,5294,5295,3,808,404,0,5295,5341,1,0,0,0,5296,5297,5,138,0,0,5297, - 5298,5,451,0,0,5298,5299,3,818,409,0,5299,5300,5,305,0,0,5300,5302, - 5,452,0,0,5301,5303,3,400,200,0,5302,5301,1,0,0,0,5302,5303,1,0, - 0,0,5303,5341,1,0,0,0,5304,5305,5,138,0,0,5305,5306,5,451,0,0,5306, - 5307,3,818,409,0,5307,5308,7,34,0,0,5308,5309,5,452,0,0,5309,5314, - 3,824,412,0,5310,5311,5,6,0,0,5311,5313,3,824,412,0,5312,5310,1, - 0,0,0,5313,5316,1,0,0,0,5314,5312,1,0,0,0,5314,5315,1,0,0,0,5315, - 5318,1,0,0,0,5316,5314,1,0,0,0,5317,5319,3,400,200,0,5318,5317,1, - 0,0,0,5318,5319,1,0,0,0,5319,5341,1,0,0,0,5320,5321,5,138,0,0,5321, - 5322,5,451,0,0,5322,5323,3,818,409,0,5323,5324,7,64,0,0,5324,5341, - 1,0,0,0,5325,5326,5,138,0,0,5326,5327,5,451,0,0,5327,5328,3,818, - 409,0,5328,5329,5,465,0,0,5329,5330,5,2,0,0,5330,5331,3,290,145, - 0,5331,5332,5,3,0,0,5332,5341,1,0,0,0,5333,5334,5,138,0,0,5334,5335, - 5,451,0,0,5335,5336,3,818,409,0,5336,5337,5,282,0,0,5337,5338,5, - 94,0,0,5338,5339,3,814,407,0,5339,5341,1,0,0,0,5340,5284,1,0,0,0, - 5340,5290,1,0,0,0,5340,5296,1,0,0,0,5340,5304,1,0,0,0,5340,5320, - 1,0,0,0,5340,5325,1,0,0,0,5340,5333,1,0,0,0,5341,455,1,0,0,0,5342, - 5344,5,46,0,0,5343,5345,3,366,183,0,5344,5343,1,0,0,0,5344,5345, - 1,0,0,0,5345,5346,1,0,0,0,5346,5347,5,321,0,0,5347,5348,3,818,409, - 0,5348,5349,5,36,0,0,5349,5350,5,80,0,0,5350,5351,7,65,0,0,5351, - 5352,5,94,0,0,5352,5354,3,780,390,0,5353,5355,3,638,319,0,5354,5353, - 1,0,0,0,5354,5355,1,0,0,0,5355,5356,1,0,0,0,5356,5358,5,57,0,0,5357, - 5359,7,66,0,0,5358,5357,1,0,0,0,5358,5359,1,0,0,0,5359,5376,1,0, - 0,0,5360,5377,5,270,0,0,5361,5377,3,458,229,0,5362,5364,5,2,0,0, - 5363,5365,3,458,229,0,5364,5363,1,0,0,0,5364,5365,1,0,0,0,5365,5372, - 1,0,0,0,5366,5368,5,7,0,0,5367,5369,3,458,229,0,5368,5367,1,0,0, - 0,5368,5369,1,0,0,0,5369,5371,1,0,0,0,5370,5366,1,0,0,0,5371,5374, - 1,0,0,0,5372,5370,1,0,0,0,5372,5373,1,0,0,0,5373,5375,1,0,0,0,5374, - 5372,1,0,0,0,5375,5377,5,3,0,0,5376,5360,1,0,0,0,5376,5361,1,0,0, - 0,5376,5362,1,0,0,0,5377,457,1,0,0,0,5378,5384,3,560,280,0,5379, - 5384,3,538,269,0,5380,5384,3,552,276,0,5381,5384,3,548,274,0,5382, - 5384,3,460,230,0,5383,5378,1,0,0,0,5383,5379,1,0,0,0,5383,5380,1, - 0,0,0,5383,5381,1,0,0,0,5383,5382,1,0,0,0,5384,459,1,0,0,0,5385, - 5386,5,271,0,0,5386,5388,3,818,409,0,5387,5389,3,462,231,0,5388, - 5387,1,0,0,0,5388,5389,1,0,0,0,5389,461,1,0,0,0,5390,5391,5,6,0, - 0,5391,5392,3,808,404,0,5392,463,1,0,0,0,5393,5394,5,252,0,0,5394, - 5395,3,818,409,0,5395,465,1,0,0,0,5396,5399,5,366,0,0,5397,5400, - 3,818,409,0,5398,5400,5,9,0,0,5399,5397,1,0,0,0,5399,5398,1,0,0, - 0,5400,467,1,0,0,0,5401,5403,5,146,0,0,5402,5404,3,470,235,0,5403, - 5402,1,0,0,0,5403,5404,1,0,0,0,5404,5406,1,0,0,0,5405,5407,3,474, - 237,0,5406,5405,1,0,0,0,5406,5407,1,0,0,0,5407,5447,1,0,0,0,5408, - 5409,5,340,0,0,5409,5411,5,356,0,0,5410,5412,3,474,237,0,5411,5410, - 1,0,0,0,5411,5412,1,0,0,0,5412,5447,1,0,0,0,5413,5414,5,322,0,0, - 5414,5447,3,818,409,0,5415,5417,5,308,0,0,5416,5418,5,322,0,0,5417, - 5416,1,0,0,0,5417,5418,1,0,0,0,5418,5419,1,0,0,0,5419,5447,3,818, - 409,0,5420,5421,5,290,0,0,5421,5422,5,356,0,0,5422,5447,3,808,404, - 0,5423,5424,7,67,0,0,5424,5425,5,291,0,0,5425,5447,3,808,404,0,5426, - 5428,7,68,0,0,5427,5429,3,470,235,0,5428,5427,1,0,0,0,5428,5429, - 1,0,0,0,5429,5435,1,0,0,0,5430,5432,5,33,0,0,5431,5433,5,269,0,0, - 5432,5431,1,0,0,0,5432,5433,1,0,0,0,5433,5434,1,0,0,0,5434,5436, - 5,153,0,0,5435,5430,1,0,0,0,5435,5436,1,0,0,0,5436,5447,1,0,0,0, - 5437,5439,5,319,0,0,5438,5440,3,470,235,0,5439,5438,1,0,0,0,5439, - 5440,1,0,0,0,5440,5441,1,0,0,0,5441,5443,5,94,0,0,5442,5444,5,322, - 0,0,5443,5442,1,0,0,0,5443,5444,1,0,0,0,5444,5445,1,0,0,0,5445,5447, - 3,818,409,0,5446,5401,1,0,0,0,5446,5408,1,0,0,0,5446,5413,1,0,0, - 0,5446,5415,1,0,0,0,5446,5420,1,0,0,0,5446,5423,1,0,0,0,5446,5426, - 1,0,0,0,5446,5437,1,0,0,0,5447,469,1,0,0,0,5448,5449,7,69,0,0,5449, - 471,1,0,0,0,5450,5451,5,244,0,0,5451,5452,5,251,0,0,5452,5460,3, - 50,25,0,5453,5454,5,300,0,0,5454,5460,7,70,0,0,5455,5457,5,77,0, - 0,5456,5455,1,0,0,0,5456,5457,1,0,0,0,5457,5458,1,0,0,0,5458,5460, - 5,54,0,0,5459,5450,1,0,0,0,5459,5453,1,0,0,0,5459,5456,1,0,0,0,5460, - 473,1,0,0,0,5461,5468,3,472,236,0,5462,5464,5,6,0,0,5463,5462,1, - 0,0,0,5463,5464,1,0,0,0,5464,5465,1,0,0,0,5465,5467,3,472,236,0, - 5466,5463,1,0,0,0,5467,5470,1,0,0,0,5468,5466,1,0,0,0,5468,5469, - 1,0,0,0,5469,475,1,0,0,0,5470,5468,1,0,0,0,5471,5474,5,46,0,0,5472, - 5473,5,82,0,0,5473,5475,5,311,0,0,5474,5472,1,0,0,0,5474,5475,1, - 0,0,0,5475,5477,1,0,0,0,5476,5478,3,122,61,0,5477,5476,1,0,0,0,5477, - 5478,1,0,0,0,5478,5494,1,0,0,0,5479,5480,5,376,0,0,5480,5482,3,776, - 388,0,5481,5483,3,146,73,0,5482,5481,1,0,0,0,5482,5483,1,0,0,0,5483, - 5485,1,0,0,0,5484,5486,3,102,51,0,5485,5484,1,0,0,0,5485,5486,1, - 0,0,0,5486,5495,1,0,0,0,5487,5488,5,303,0,0,5488,5489,5,376,0,0, - 5489,5490,3,776,388,0,5490,5492,3,144,72,0,5491,5493,3,102,51,0, - 5492,5491,1,0,0,0,5492,5493,1,0,0,0,5493,5495,1,0,0,0,5494,5479, - 1,0,0,0,5494,5487,1,0,0,0,5495,5496,1,0,0,0,5496,5497,5,36,0,0,5497, - 5504,3,560,280,0,5498,5500,5,105,0,0,5499,5501,7,71,0,0,5500,5499, - 1,0,0,0,5500,5501,1,0,0,0,5501,5502,1,0,0,0,5502,5503,5,42,0,0,5503, - 5505,5,279,0,0,5504,5498,1,0,0,0,5504,5505,1,0,0,0,5505,477,1,0, - 0,0,5506,5507,5,253,0,0,5507,5508,3,808,404,0,5508,479,1,0,0,0,5509, - 5510,5,46,0,0,5510,5511,5,175,0,0,5511,5513,3,786,393,0,5512,5514, - 5,105,0,0,5513,5512,1,0,0,0,5513,5514,1,0,0,0,5514,5520,1,0,0,0, - 5515,5517,3,482,241,0,5516,5515,1,0,0,0,5517,5518,1,0,0,0,5518,5516, - 1,0,0,0,5518,5519,1,0,0,0,5519,5521,1,0,0,0,5520,5516,1,0,0,0,5520, - 5521,1,0,0,0,5521,481,1,0,0,0,5522,5523,5,164,0,0,5523,5531,5,74, - 0,0,5524,5531,5,194,0,0,5525,5531,5,255,0,0,5526,5531,5,282,0,0, - 5527,5531,5,351,0,0,5528,5531,5,353,0,0,5529,5531,3,826,413,0,5530, - 5522,1,0,0,0,5530,5524,1,0,0,0,5530,5525,1,0,0,0,5530,5526,1,0,0, - 0,5530,5527,1,0,0,0,5530,5528,1,0,0,0,5530,5529,1,0,0,0,5531,5533, - 1,0,0,0,5532,5534,5,10,0,0,5533,5532,1,0,0,0,5533,5534,1,0,0,0,5534, - 5538,1,0,0,0,5535,5539,3,812,406,0,5536,5539,3,54,27,0,5537,5539, - 5,53,0,0,5538,5535,1,0,0,0,5538,5536,1,0,0,0,5538,5537,1,0,0,0,5539, - 483,1,0,0,0,5540,5541,5,138,0,0,5541,5542,5,175,0,0,5542,5558,3, - 788,394,0,5543,5544,5,333,0,0,5544,5545,5,351,0,0,5545,5547,3,768, - 384,0,5546,5543,1,0,0,0,5546,5547,1,0,0,0,5547,5559,1,0,0,0,5548, - 5550,5,105,0,0,5549,5548,1,0,0,0,5549,5550,1,0,0,0,5550,5552,1,0, - 0,0,5551,5553,3,482,241,0,5552,5551,1,0,0,0,5553,5554,1,0,0,0,5554, - 5552,1,0,0,0,5554,5555,1,0,0,0,5555,5557,1,0,0,0,5556,5549,1,0,0, - 0,5556,5557,1,0,0,0,5557,5559,1,0,0,0,5558,5546,1,0,0,0,5558,5556, - 1,0,0,0,5559,485,1,0,0,0,5560,5561,5,138,0,0,5561,5562,5,175,0,0, - 5562,5564,3,788,394,0,5563,5565,3,64,32,0,5564,5563,1,0,0,0,5564, - 5565,1,0,0,0,5565,487,1,0,0,0,5566,5567,5,138,0,0,5567,5568,5,108, - 0,0,5568,5569,3,316,158,0,5569,5570,5,305,0,0,5570,5571,5,375,0, - 0,5571,489,1,0,0,0,5572,5573,5,138,0,0,5573,5574,5,349,0,0,5574, - 5575,7,16,0,0,5575,5576,3,40,20,0,5576,491,1,0,0,0,5577,5578,5,46, - 0,0,5578,5579,5,189,0,0,5579,5581,3,316,158,0,5580,5582,5,36,0,0, - 5581,5580,1,0,0,0,5581,5582,1,0,0,0,5582,5583,1,0,0,0,5583,5587, - 3,652,326,0,5584,5586,3,134,67,0,5585,5584,1,0,0,0,5586,5589,1,0, - 0,0,5587,5585,1,0,0,0,5587,5588,1,0,0,0,5588,493,1,0,0,0,5589,5587, - 1,0,0,0,5590,5591,5,138,0,0,5591,5592,5,189,0,0,5592,5615,3,316, - 158,0,5593,5616,3,94,47,0,5594,5595,7,15,0,0,5595,5596,5,77,0,0, - 5596,5616,5,78,0,0,5597,5600,5,133,0,0,5598,5599,5,45,0,0,5599,5601, - 3,818,409,0,5600,5598,1,0,0,0,5600,5601,1,0,0,0,5601,5602,1,0,0, - 0,5602,5616,3,142,71,0,5603,5604,5,191,0,0,5604,5606,5,45,0,0,5605, - 5607,3,422,211,0,5606,5605,1,0,0,0,5606,5607,1,0,0,0,5607,5608,1, - 0,0,0,5608,5610,3,818,409,0,5609,5611,3,96,48,0,5610,5609,1,0,0, - 0,5610,5611,1,0,0,0,5611,5616,1,0,0,0,5612,5613,5,372,0,0,5613,5614, - 5,45,0,0,5614,5616,3,818,409,0,5615,5593,1,0,0,0,5615,5594,1,0,0, - 0,5615,5597,1,0,0,0,5615,5603,1,0,0,0,5615,5612,1,0,0,0,5616,495, - 1,0,0,0,5617,5618,5,138,0,0,5618,5619,5,355,0,0,5619,5620,5,325, - 0,0,5620,5621,5,185,0,0,5621,5622,3,316,158,0,5622,5623,3,284,142, - 0,5623,497,1,0,0,0,5624,5625,5,138,0,0,5625,5626,5,355,0,0,5626, - 5627,5,325,0,0,5627,5628,5,163,0,0,5628,5629,3,316,158,0,5629,5630, - 7,72,0,0,5630,5631,5,257,0,0,5631,5632,5,62,0,0,5632,5633,3,784, - 392,0,5633,5634,5,105,0,0,5634,5635,3,314,157,0,5635,5666,1,0,0, - 0,5636,5637,5,138,0,0,5637,5638,5,355,0,0,5638,5639,5,325,0,0,5639, - 5640,5,163,0,0,5640,5641,3,316,158,0,5641,5642,5,138,0,0,5642,5645, - 5,257,0,0,5643,5644,5,62,0,0,5644,5646,3,784,392,0,5645,5643,1,0, - 0,0,5645,5646,1,0,0,0,5646,5647,1,0,0,0,5647,5648,5,311,0,0,5648, - 5649,3,316,158,0,5649,5650,5,105,0,0,5650,5651,3,316,158,0,5651, - 5666,1,0,0,0,5652,5653,5,138,0,0,5653,5654,5,355,0,0,5654,5655,5, - 325,0,0,5655,5656,5,163,0,0,5656,5657,3,316,158,0,5657,5658,5,191, - 0,0,5658,5660,5,257,0,0,5659,5661,3,422,211,0,5660,5659,1,0,0,0, - 5660,5661,1,0,0,0,5661,5662,1,0,0,0,5662,5663,5,62,0,0,5663,5664, - 3,784,392,0,5664,5666,1,0,0,0,5665,5624,1,0,0,0,5665,5636,1,0,0, - 0,5665,5652,1,0,0,0,5666,499,1,0,0,0,5667,5669,5,46,0,0,5668,5670, - 5,53,0,0,5669,5668,1,0,0,0,5669,5670,1,0,0,0,5670,5671,1,0,0,0,5671, - 5672,5,168,0,0,5672,5673,3,316,158,0,5673,5674,5,62,0,0,5674,5675, - 3,808,404,0,5675,5676,5,94,0,0,5676,5677,3,808,404,0,5677,5678,5, - 64,0,0,5678,5679,3,316,158,0,5679,501,1,0,0,0,5680,5682,5,158,0, - 0,5681,5683,3,514,257,0,5682,5681,1,0,0,0,5682,5683,1,0,0,0,5683, - 5688,1,0,0,0,5684,5686,3,774,387,0,5685,5687,3,170,85,0,5686,5685, - 1,0,0,0,5686,5687,1,0,0,0,5687,5689,1,0,0,0,5688,5684,1,0,0,0,5688, - 5689,1,0,0,0,5689,5706,1,0,0,0,5690,5691,5,158,0,0,5691,5692,5,2, - 0,0,5692,5697,3,514,257,0,5693,5694,5,6,0,0,5694,5696,3,514,257, - 0,5695,5693,1,0,0,0,5696,5699,1,0,0,0,5697,5695,1,0,0,0,5697,5698, - 1,0,0,0,5698,5700,1,0,0,0,5699,5697,1,0,0,0,5700,5701,5,3,0,0,5701, - 5703,3,774,387,0,5702,5704,3,170,85,0,5703,5702,1,0,0,0,5703,5704, - 1,0,0,0,5704,5706,1,0,0,0,5705,5680,1,0,0,0,5705,5690,1,0,0,0,5706, - 503,1,0,0,0,5707,5723,5,370,0,0,5708,5710,5,113,0,0,5709,5708,1, - 0,0,0,5709,5710,1,0,0,0,5710,5712,1,0,0,0,5711,5713,5,112,0,0,5712, - 5711,1,0,0,0,5712,5713,1,0,0,0,5713,5715,1,0,0,0,5714,5716,3,514, - 257,0,5715,5714,1,0,0,0,5715,5716,1,0,0,0,5716,5718,1,0,0,0,5717, - 5719,3,508,254,0,5718,5717,1,0,0,0,5718,5719,1,0,0,0,5719,5724,1, - 0,0,0,5720,5722,3,524,262,0,5721,5720,1,0,0,0,5721,5722,1,0,0,0, - 5722,5724,1,0,0,0,5723,5709,1,0,0,0,5723,5721,1,0,0,0,5724,5726, - 1,0,0,0,5725,5727,3,518,259,0,5726,5725,1,0,0,0,5726,5727,1,0,0, - 0,5727,505,1,0,0,0,5728,5743,3,508,254,0,5729,5731,3,514,257,0,5730, - 5729,1,0,0,0,5730,5731,1,0,0,0,5731,5744,1,0,0,0,5732,5733,5,2,0, - 0,5733,5738,3,512,256,0,5734,5735,5,6,0,0,5735,5737,3,512,256,0, - 5736,5734,1,0,0,0,5737,5740,1,0,0,0,5738,5736,1,0,0,0,5738,5739, - 1,0,0,0,5739,5741,1,0,0,0,5740,5738,1,0,0,0,5741,5742,5,3,0,0,5742, - 5744,1,0,0,0,5743,5730,1,0,0,0,5743,5732,1,0,0,0,5744,5746,1,0,0, - 0,5745,5747,3,518,259,0,5746,5745,1,0,0,0,5746,5747,1,0,0,0,5747, - 507,1,0,0,0,5748,5749,7,73,0,0,5749,509,1,0,0,0,5750,5753,3,822, - 411,0,5751,5753,3,508,254,0,5752,5750,1,0,0,0,5752,5751,1,0,0,0, - 5753,5756,1,0,0,0,5754,5757,3,54,27,0,5755,5757,3,202,101,0,5756, - 5754,1,0,0,0,5756,5755,1,0,0,0,5756,5757,1,0,0,0,5757,511,1,0,0, - 0,5758,5760,7,74,0,0,5759,5761,7,75,0,0,5760,5759,1,0,0,0,5760,5761, - 1,0,0,0,5761,5768,1,0,0,0,5762,5765,5,548,0,0,5763,5766,3,202,101, - 0,5764,5766,3,808,404,0,5765,5763,1,0,0,0,5765,5764,1,0,0,0,5766, - 5768,1,0,0,0,5767,5758,1,0,0,0,5767,5762,1,0,0,0,5768,513,1,0,0, - 0,5769,5771,5,128,0,0,5770,5772,7,75,0,0,5771,5770,1,0,0,0,5771, - 5772,1,0,0,0,5772,515,1,0,0,0,5773,5775,3,774,387,0,5774,5776,3, - 144,72,0,5775,5774,1,0,0,0,5775,5776,1,0,0,0,5776,517,1,0,0,0,5777, - 5782,3,516,258,0,5778,5779,5,6,0,0,5779,5781,3,516,258,0,5780,5778, - 1,0,0,0,5781,5784,1,0,0,0,5782,5780,1,0,0,0,5782,5783,1,0,0,0,5783, - 519,1,0,0,0,5784,5782,1,0,0,0,5785,5796,5,203,0,0,5786,5797,3,524, - 262,0,5787,5789,5,128,0,0,5788,5787,1,0,0,0,5788,5789,1,0,0,0,5789, - 5797,1,0,0,0,5790,5792,3,508,254,0,5791,5793,3,514,257,0,5792,5791, - 1,0,0,0,5792,5793,1,0,0,0,5793,5795,1,0,0,0,5794,5790,1,0,0,0,5794, - 5795,1,0,0,0,5795,5797,1,0,0,0,5796,5786,1,0,0,0,5796,5788,1,0,0, - 0,5796,5794,1,0,0,0,5797,5798,1,0,0,0,5798,5799,3,522,261,0,5799, - 521,1,0,0,0,5800,5810,3,560,280,0,5801,5810,3,538,269,0,5802,5810, - 3,552,276,0,5803,5810,3,548,274,0,5804,5810,3,558,279,0,5805,5810, - 3,186,93,0,5806,5810,3,192,96,0,5807,5810,3,194,97,0,5808,5810,3, - 532,266,0,5809,5800,1,0,0,0,5809,5801,1,0,0,0,5809,5802,1,0,0,0, - 5809,5803,1,0,0,0,5809,5804,1,0,0,0,5809,5805,1,0,0,0,5809,5806, - 1,0,0,0,5809,5807,1,0,0,0,5809,5808,1,0,0,0,5810,523,1,0,0,0,5811, - 5812,5,2,0,0,5812,5817,3,510,255,0,5813,5814,5,6,0,0,5814,5816,3, - 510,255,0,5815,5813,1,0,0,0,5816,5819,1,0,0,0,5817,5815,1,0,0,0, - 5817,5818,1,0,0,0,5818,5820,1,0,0,0,5819,5817,1,0,0,0,5820,5821, - 5,3,0,0,5821,525,1,0,0,0,5822,5823,5,290,0,0,5823,5825,3,818,409, - 0,5824,5826,3,528,264,0,5825,5824,1,0,0,0,5825,5826,1,0,0,0,5826, - 5827,1,0,0,0,5827,5828,5,36,0,0,5828,5829,3,530,265,0,5829,527,1, - 0,0,0,5830,5831,5,2,0,0,5831,5836,3,652,326,0,5832,5833,5,6,0,0, - 5833,5835,3,652,326,0,5834,5832,1,0,0,0,5835,5838,1,0,0,0,5836,5834, - 1,0,0,0,5836,5837,1,0,0,0,5837,5839,1,0,0,0,5838,5836,1,0,0,0,5839, - 5840,5,3,0,0,5840,529,1,0,0,0,5841,5846,3,560,280,0,5842,5846,3, - 538,269,0,5843,5846,3,552,276,0,5844,5846,3,548,274,0,5845,5841, - 1,0,0,0,5845,5842,1,0,0,0,5845,5843,1,0,0,0,5845,5844,1,0,0,0,5846, - 531,1,0,0,0,5847,5848,5,202,0,0,5848,5850,3,818,409,0,5849,5851, - 3,534,267,0,5850,5849,1,0,0,0,5850,5851,1,0,0,0,5851,5871,1,0,0, - 0,5852,5854,5,46,0,0,5853,5855,3,122,61,0,5854,5853,1,0,0,0,5854, - 5855,1,0,0,0,5855,5856,1,0,0,0,5856,5858,5,92,0,0,5857,5859,3,294, - 147,0,5858,5857,1,0,0,0,5858,5859,1,0,0,0,5859,5860,1,0,0,0,5860, - 5861,3,188,94,0,5861,5862,5,36,0,0,5862,5863,5,202,0,0,5863,5865, - 3,818,409,0,5864,5866,3,534,267,0,5865,5864,1,0,0,0,5865,5866,1, - 0,0,0,5866,5868,1,0,0,0,5867,5869,3,190,95,0,5868,5867,1,0,0,0,5868, - 5869,1,0,0,0,5869,5871,1,0,0,0,5870,5847,1,0,0,0,5870,5852,1,0,0, - 0,5871,533,1,0,0,0,5872,5873,5,2,0,0,5873,5874,3,730,365,0,5874, - 5875,5,3,0,0,5875,535,1,0,0,0,5876,5878,5,177,0,0,5877,5879,5,290, - 0,0,5878,5877,1,0,0,0,5878,5879,1,0,0,0,5879,5882,1,0,0,0,5880,5883, - 3,818,409,0,5881,5883,5,30,0,0,5882,5880,1,0,0,0,5882,5881,1,0,0, - 0,5883,537,1,0,0,0,5884,5886,3,572,286,0,5885,5884,1,0,0,0,5885, - 5886,1,0,0,0,5886,5887,1,0,0,0,5887,5888,5,241,0,0,5888,5889,5,71, - 0,0,5889,5892,3,774,387,0,5890,5891,5,36,0,0,5891,5893,3,818,409, - 0,5892,5890,1,0,0,0,5892,5893,1,0,0,0,5893,5894,1,0,0,0,5894,5916, - 3,540,270,0,5895,5896,5,80,0,0,5896,5904,5,464,0,0,5897,5899,3,360, - 180,0,5898,5900,3,638,319,0,5899,5898,1,0,0,0,5899,5900,1,0,0,0, - 5900,5905,1,0,0,0,5901,5902,5,80,0,0,5902,5903,5,45,0,0,5903,5905, - 3,818,409,0,5904,5897,1,0,0,0,5904,5901,1,0,0,0,5904,5905,1,0,0, - 0,5905,5906,1,0,0,0,5906,5914,5,57,0,0,5907,5908,5,369,0,0,5908, - 5909,5,333,0,0,5909,5911,3,554,277,0,5910,5912,3,638,319,0,5911, - 5910,1,0,0,0,5911,5912,1,0,0,0,5912,5915,1,0,0,0,5913,5915,5,270, - 0,0,5914,5907,1,0,0,0,5914,5913,1,0,0,0,5915,5917,1,0,0,0,5916,5895, - 1,0,0,0,5916,5917,1,0,0,0,5917,5919,1,0,0,0,5918,5920,3,546,273, - 0,5919,5918,1,0,0,0,5919,5920,1,0,0,0,5920,539,1,0,0,0,5921,5922, - 5,2,0,0,5922,5923,3,542,271,0,5923,5924,5,3,0,0,5924,5926,1,0,0, - 0,5925,5921,1,0,0,0,5925,5926,1,0,0,0,5926,5930,1,0,0,0,5927,5928, - 5,463,0,0,5928,5929,7,76,0,0,5929,5931,5,450,0,0,5930,5927,1,0,0, - 0,5930,5931,1,0,0,0,5931,5934,1,0,0,0,5932,5935,3,910,455,0,5933, - 5935,3,560,280,0,5934,5932,1,0,0,0,5934,5933,1,0,0,0,5935,541,1, - 0,0,0,5936,5941,3,544,272,0,5937,5938,5,6,0,0,5938,5940,3,544,272, - 0,5939,5937,1,0,0,0,5940,5943,1,0,0,0,5941,5939,1,0,0,0,5941,5942, - 1,0,0,0,5942,543,1,0,0,0,5943,5941,1,0,0,0,5944,5945,3,800,400,0, - 5945,5946,3,754,377,0,5946,545,1,0,0,0,5947,5948,5,87,0,0,5948,5949, - 3,756,378,0,5949,547,1,0,0,0,5950,5952,3,572,286,0,5951,5950,1,0, - 0,0,5951,5952,1,0,0,0,5952,5953,1,0,0,0,5953,5954,5,182,0,0,5954, - 5955,5,64,0,0,5955,5958,3,630,315,0,5956,5957,5,100,0,0,5957,5959, - 3,612,306,0,5958,5956,1,0,0,0,5958,5959,1,0,0,0,5959,5961,1,0,0, - 0,5960,5962,3,640,320,0,5961,5960,1,0,0,0,5961,5962,1,0,0,0,5962, - 5964,1,0,0,0,5963,5965,3,546,273,0,5964,5963,1,0,0,0,5964,5965,1, - 0,0,0,5965,549,1,0,0,0,5966,5968,5,256,0,0,5967,5969,5,92,0,0,5968, - 5967,1,0,0,0,5968,5969,1,0,0,0,5969,5970,1,0,0,0,5970,5985,3,628, - 314,0,5971,5982,5,68,0,0,5972,5973,7,77,0,0,5973,5983,7,78,0,0,5974, - 5979,5,334,0,0,5975,5976,5,369,0,0,5976,5980,5,201,0,0,5977,5978, - 5,414,0,0,5978,5980,5,201,0,0,5979,5975,1,0,0,0,5979,5977,1,0,0, - 0,5979,5980,1,0,0,0,5980,5983,1,0,0,0,5981,5983,5,201,0,0,5982,5972, - 1,0,0,0,5982,5974,1,0,0,0,5982,5981,1,0,0,0,5983,5984,1,0,0,0,5984, - 5986,5,263,0,0,5985,5971,1,0,0,0,5985,5986,1,0,0,0,5986,5988,1,0, - 0,0,5987,5989,5,272,0,0,5988,5987,1,0,0,0,5988,5989,1,0,0,0,5989, - 551,1,0,0,0,5990,5992,3,572,286,0,5991,5990,1,0,0,0,5991,5992,1, - 0,0,0,5992,5993,1,0,0,0,5993,5994,5,369,0,0,5994,5995,3,630,315, - 0,5995,5996,5,333,0,0,5996,5998,3,554,277,0,5997,5999,3,610,305, - 0,5998,5997,1,0,0,0,5998,5999,1,0,0,0,5999,6001,1,0,0,0,6000,6002, - 3,640,320,0,6001,6000,1,0,0,0,6001,6002,1,0,0,0,6002,6004,1,0,0, - 0,6003,6005,3,546,273,0,6004,6003,1,0,0,0,6004,6005,1,0,0,0,6005, - 553,1,0,0,0,6006,6011,3,556,278,0,6007,6008,5,6,0,0,6008,6010,3, - 556,278,0,6009,6007,1,0,0,0,6010,6013,1,0,0,0,6011,6009,1,0,0,0, - 6011,6012,1,0,0,0,6012,555,1,0,0,0,6013,6011,1,0,0,0,6014,6015,3, - 544,272,0,6015,6016,5,10,0,0,6016,6017,3,674,337,0,6017,6033,1,0, - 0,0,6018,6019,5,2,0,0,6019,6020,3,542,271,0,6020,6021,5,3,0,0,6021, - 6030,5,10,0,0,6022,6024,5,414,0,0,6023,6022,1,0,0,0,6023,6024,1, - 0,0,0,6024,6025,1,0,0,0,6025,6031,3,674,337,0,6026,6027,5,2,0,0, - 6027,6028,3,566,283,0,6028,6029,5,3,0,0,6029,6031,1,0,0,0,6030,6023, - 1,0,0,0,6030,6026,1,0,0,0,6031,6033,1,0,0,0,6032,6014,1,0,0,0,6032, - 6018,1,0,0,0,6033,557,1,0,0,0,6034,6035,5,178,0,0,6035,6044,3,818, - 409,0,6036,6038,5,269,0,0,6037,6036,1,0,0,0,6037,6038,1,0,0,0,6038, - 6039,1,0,0,0,6039,6043,5,324,0,0,6040,6043,5,107,0,0,6041,6043,5, - 240,0,0,6042,6037,1,0,0,0,6042,6040,1,0,0,0,6042,6041,1,0,0,0,6043, - 6046,1,0,0,0,6044,6042,1,0,0,0,6044,6045,1,0,0,0,6045,6047,1,0,0, - 0,6046,6044,1,0,0,0,6047,6050,5,172,0,0,6048,6049,7,26,0,0,6049, - 6051,5,217,0,0,6050,6048,1,0,0,0,6050,6051,1,0,0,0,6051,6052,1,0, - 0,0,6052,6053,5,62,0,0,6053,6054,3,560,280,0,6054,559,1,0,0,0,6055, - 6058,3,564,282,0,6056,6058,3,562,281,0,6057,6055,1,0,0,0,6057,6056, - 1,0,0,0,6058,561,1,0,0,0,6059,6062,5,2,0,0,6060,6063,3,564,282,0, - 6061,6063,3,562,281,0,6062,6060,1,0,0,0,6062,6061,1,0,0,0,6063,6064, - 1,0,0,0,6064,6065,5,3,0,0,6065,563,1,0,0,0,6066,6068,3,572,286,0, - 6067,6066,1,0,0,0,6067,6068,1,0,0,0,6068,6069,1,0,0,0,6069,6071, - 3,566,283,0,6070,6072,3,586,293,0,6071,6070,1,0,0,0,6071,6072,1, - 0,0,0,6072,6081,1,0,0,0,6073,6075,3,606,303,0,6074,6076,3,590,295, - 0,6075,6074,1,0,0,0,6075,6076,1,0,0,0,6076,6082,1,0,0,0,6077,6079, - 3,590,295,0,6078,6080,3,606,303,0,6079,6078,1,0,0,0,6079,6080,1, - 0,0,0,6080,6082,1,0,0,0,6081,6073,1,0,0,0,6081,6077,1,0,0,0,6081, - 6082,1,0,0,0,6082,565,1,0,0,0,6083,6086,3,568,284,0,6084,6086,3, - 562,281,0,6085,6083,1,0,0,0,6085,6084,1,0,0,0,6086,567,1,0,0,0,6087, - 6097,5,88,0,0,6088,6090,5,30,0,0,6089,6088,1,0,0,0,6089,6090,1,0, - 0,0,6090,6092,1,0,0,0,6091,6093,3,580,290,0,6092,6091,1,0,0,0,6092, - 6093,1,0,0,0,6093,6098,1,0,0,0,6094,6096,3,584,292,0,6095,6094,1, - 0,0,0,6095,6096,1,0,0,0,6096,6098,1,0,0,0,6097,6089,1,0,0,0,6097, - 6095,1,0,0,0,6098,6099,1,0,0,0,6099,6110,3,930,465,0,6100,6110,3, - 608,304,0,6101,6102,5,92,0,0,6102,6110,3,624,312,0,6103,6104,3,562, - 281,0,6104,6107,3,570,285,0,6105,6108,3,568,284,0,6106,6108,3,562, - 281,0,6107,6105,1,0,0,0,6107,6106,1,0,0,0,6108,6110,1,0,0,0,6109, - 6087,1,0,0,0,6109,6100,1,0,0,0,6109,6101,1,0,0,0,6109,6103,1,0,0, - 0,6110,6118,1,0,0,0,6111,6114,3,570,285,0,6112,6115,3,568,284,0, - 6113,6115,3,562,281,0,6114,6112,1,0,0,0,6114,6113,1,0,0,0,6115,6117, - 1,0,0,0,6116,6111,1,0,0,0,6117,6120,1,0,0,0,6118,6116,1,0,0,0,6118, - 6119,1,0,0,0,6119,569,1,0,0,0,6120,6118,1,0,0,0,6121,6123,7,79,0, - 0,6122,6124,7,80,0,0,6123,6122,1,0,0,0,6123,6124,1,0,0,0,6124,571, - 1,0,0,0,6125,6127,5,105,0,0,6126,6128,5,303,0,0,6127,6126,1,0,0, - 0,6127,6128,1,0,0,0,6128,6129,1,0,0,0,6129,6134,3,574,287,0,6130, - 6131,5,6,0,0,6131,6133,3,574,287,0,6132,6130,1,0,0,0,6133,6136,1, - 0,0,0,6134,6132,1,0,0,0,6134,6135,1,0,0,0,6135,573,1,0,0,0,6136, - 6134,1,0,0,0,6137,6139,3,818,409,0,6138,6140,3,144,72,0,6139,6138, - 1,0,0,0,6139,6140,1,0,0,0,6140,6141,1,0,0,0,6141,6146,5,36,0,0,6142, - 6144,5,77,0,0,6143,6142,1,0,0,0,6143,6144,1,0,0,0,6144,6145,1,0, - 0,0,6145,6147,5,259,0,0,6146,6143,1,0,0,0,6146,6147,1,0,0,0,6147, - 6148,1,0,0,0,6148,6149,5,2,0,0,6149,6150,3,530,265,0,6150,6152,5, - 3,0,0,6151,6153,3,576,288,0,6152,6151,1,0,0,0,6152,6153,1,0,0,0, - 6153,6155,1,0,0,0,6154,6156,3,578,289,0,6155,6154,1,0,0,0,6155,6156, - 1,0,0,0,6156,575,1,0,0,0,6157,6158,5,325,0,0,6158,6159,7,81,0,0, - 6159,6160,5,207,0,0,6160,6161,5,147,0,0,6161,6162,3,148,74,0,6162, - 6163,5,333,0,0,6163,6164,3,800,400,0,6164,577,1,0,0,0,6165,6166, - 5,173,0,0,6166,6167,3,148,74,0,6167,6168,5,333,0,0,6168,6174,3,800, - 400,0,6169,6170,5,94,0,0,6170,6171,3,818,409,0,6171,6172,5,53,0, - 0,6172,6173,3,818,409,0,6173,6175,1,0,0,0,6174,6169,1,0,0,0,6174, - 6175,1,0,0,0,6175,6176,1,0,0,0,6176,6177,5,100,0,0,6177,6178,3,800, - 400,0,6178,579,1,0,0,0,6179,6185,5,71,0,0,6180,6182,5,346,0,0,6181, - 6180,1,0,0,0,6181,6182,1,0,0,0,6182,6183,1,0,0,0,6183,6186,3,582, - 291,0,6184,6186,3,730,365,0,6185,6181,1,0,0,0,6185,6184,1,0,0,0, - 6186,581,1,0,0,0,6187,6189,7,20,0,0,6188,6187,1,0,0,0,6188,6189, - 1,0,0,0,6189,6190,1,0,0,0,6190,6192,7,21,0,0,6191,6193,5,92,0,0, - 6192,6191,1,0,0,0,6192,6193,1,0,0,0,6193,6194,1,0,0,0,6194,6203, - 3,772,386,0,6195,6197,5,367,0,0,6196,6195,1,0,0,0,6196,6197,1,0, - 0,0,6197,6199,1,0,0,0,6198,6200,5,92,0,0,6199,6198,1,0,0,0,6199, - 6200,1,0,0,0,6200,6201,1,0,0,0,6201,6203,3,772,386,0,6202,6188,1, - 0,0,0,6202,6196,1,0,0,0,6203,583,1,0,0,0,6204,6207,5,56,0,0,6205, - 6206,5,80,0,0,6206,6208,3,534,267,0,6207,6205,1,0,0,0,6207,6208, - 1,0,0,0,6208,585,1,0,0,0,6209,6210,5,83,0,0,6210,6211,5,147,0,0, - 6211,6216,3,588,294,0,6212,6213,5,6,0,0,6213,6215,3,588,294,0,6214, - 6212,1,0,0,0,6215,6218,1,0,0,0,6216,6214,1,0,0,0,6216,6217,1,0,0, - 0,6217,587,1,0,0,0,6218,6216,1,0,0,0,6219,6223,3,734,367,0,6220, - 6221,5,100,0,0,6221,6224,3,726,363,0,6222,6224,7,55,0,0,6223,6220, - 1,0,0,0,6223,6222,1,0,0,0,6223,6224,1,0,0,0,6224,6227,1,0,0,0,6225, - 6226,5,273,0,0,6226,6228,7,56,0,0,6227,6225,1,0,0,0,6227,6228,1, - 0,0,0,6228,589,1,0,0,0,6229,6231,3,596,298,0,6230,6232,3,594,297, - 0,6231,6230,1,0,0,0,6231,6232,1,0,0,0,6232,6241,1,0,0,0,6233,6236, - 3,592,296,0,6234,6236,3,594,297,0,6235,6233,1,0,0,0,6235,6234,1, - 0,0,0,6236,6238,1,0,0,0,6237,6239,3,596,298,0,6238,6237,1,0,0,0, - 6238,6239,1,0,0,0,6239,6241,1,0,0,0,6240,6229,1,0,0,0,6240,6235, - 1,0,0,0,6241,591,1,0,0,0,6242,6245,5,74,0,0,6243,6246,3,674,337, - 0,6244,6246,5,30,0,0,6245,6243,1,0,0,0,6245,6244,1,0,0,0,6246,6249, - 1,0,0,0,6247,6248,5,6,0,0,6248,6250,3,674,337,0,6249,6247,1,0,0, - 0,6249,6250,1,0,0,0,6250,593,1,0,0,0,6251,6252,5,61,0,0,6252,6254, - 7,82,0,0,6253,6255,3,598,299,0,6254,6253,1,0,0,0,6254,6255,1,0,0, - 0,6255,6256,1,0,0,0,6256,6260,7,83,0,0,6257,6261,5,81,0,0,6258,6259, - 5,105,0,0,6259,6261,5,467,0,0,6260,6257,1,0,0,0,6260,6258,1,0,0, - 0,6261,595,1,0,0,0,6262,6267,5,79,0,0,6263,6264,3,598,299,0,6264, - 6265,7,83,0,0,6265,6268,1,0,0,0,6266,6268,3,674,337,0,6267,6263, - 1,0,0,0,6267,6266,1,0,0,0,6268,597,1,0,0,0,6269,6270,7,29,0,0,6270, - 6273,7,84,0,0,6271,6273,3,682,341,0,6272,6269,1,0,0,0,6272,6271, - 1,0,0,0,6273,599,1,0,0,0,6274,6275,5,66,0,0,6275,6277,5,147,0,0, - 6276,6278,7,80,0,0,6277,6276,1,0,0,0,6277,6278,1,0,0,0,6278,6279, - 1,0,0,0,6279,6280,3,602,301,0,6280,601,1,0,0,0,6281,6286,3,604,302, - 0,6282,6283,5,6,0,0,6283,6285,3,604,302,0,6284,6282,1,0,0,0,6285, - 6288,1,0,0,0,6286,6284,1,0,0,0,6286,6287,1,0,0,0,6287,603,1,0,0, - 0,6288,6286,1,0,0,0,6289,6313,3,734,367,0,6290,6291,5,2,0,0,6291, - 6313,5,3,0,0,6292,6294,7,85,0,0,6293,6292,1,0,0,0,6293,6294,1,0, - 0,0,6294,6295,1,0,0,0,6295,6296,5,2,0,0,6296,6301,3,734,367,0,6297, - 6298,5,6,0,0,6298,6300,3,734,367,0,6299,6297,1,0,0,0,6300,6303,1, - 0,0,0,6301,6299,1,0,0,0,6301,6302,1,0,0,0,6302,6304,1,0,0,0,6303, - 6301,1,0,0,0,6304,6305,5,3,0,0,6305,6313,1,0,0,0,6306,6307,5,470, - 0,0,6307,6308,5,471,0,0,6308,6309,5,2,0,0,6309,6310,3,602,301,0, - 6310,6311,5,3,0,0,6311,6313,1,0,0,0,6312,6289,1,0,0,0,6312,6290, - 1,0,0,0,6312,6293,1,0,0,0,6312,6306,1,0,0,0,6313,605,1,0,0,0,6314, - 6324,5,62,0,0,6315,6316,5,269,0,0,6316,6318,5,245,0,0,6317,6315, - 1,0,0,0,6317,6318,1,0,0,0,6318,6319,1,0,0,0,6319,6325,5,369,0,0, - 6320,6322,5,245,0,0,6321,6320,1,0,0,0,6321,6322,1,0,0,0,6322,6323, - 1,0,0,0,6323,6325,5,334,0,0,6324,6317,1,0,0,0,6324,6321,1,0,0,0, - 6325,6328,1,0,0,0,6326,6327,5,275,0,0,6327,6329,3,760,380,0,6328, - 6326,1,0,0,0,6328,6329,1,0,0,0,6329,6333,1,0,0,0,6330,6334,5,272, - 0,0,6331,6332,5,465,0,0,6332,6334,5,466,0,0,6333,6330,1,0,0,0,6333, - 6331,1,0,0,0,6333,6334,1,0,0,0,6334,6336,1,0,0,0,6335,6314,1,0,0, - 0,6336,6337,1,0,0,0,6337,6335,1,0,0,0,6337,6338,1,0,0,0,6338,6343, - 1,0,0,0,6339,6340,5,62,0,0,6340,6341,5,300,0,0,6341,6343,5,81,0, - 0,6342,6335,1,0,0,0,6342,6339,1,0,0,0,6343,607,1,0,0,0,6344,6345, - 5,422,0,0,6345,6350,3,534,267,0,6346,6347,5,6,0,0,6347,6349,3,534, - 267,0,6348,6346,1,0,0,0,6349,6352,1,0,0,0,6350,6348,1,0,0,0,6350, - 6351,1,0,0,0,6351,609,1,0,0,0,6352,6350,1,0,0,0,6353,6354,5,64,0, - 0,6354,6355,3,612,306,0,6355,611,1,0,0,0,6356,6361,3,614,307,0,6357, - 6358,5,6,0,0,6358,6360,3,614,307,0,6359,6357,1,0,0,0,6360,6363,1, - 0,0,0,6361,6359,1,0,0,0,6361,6362,1,0,0,0,6362,613,1,0,0,0,6363, - 6361,1,0,0,0,6364,6379,3,624,312,0,6365,6367,5,81,0,0,6366,6365, - 1,0,0,0,6366,6367,1,0,0,0,6367,6368,1,0,0,0,6368,6370,3,778,389, - 0,6369,6371,5,9,0,0,6370,6369,1,0,0,0,6370,6371,1,0,0,0,6371,6373, - 1,0,0,0,6372,6374,3,148,74,0,6373,6372,1,0,0,0,6373,6374,1,0,0,0, - 6374,6376,1,0,0,0,6375,6377,3,638,319,0,6376,6375,1,0,0,0,6376,6377, - 1,0,0,0,6377,6379,1,0,0,0,6378,6364,1,0,0,0,6378,6366,1,0,0,0,6379, - 6381,1,0,0,0,6380,6382,3,616,308,0,6381,6380,1,0,0,0,6381,6382,1, - 0,0,0,6382,6384,1,0,0,0,6383,6385,3,632,316,0,6384,6383,1,0,0,0, - 6384,6385,1,0,0,0,6385,6428,1,0,0,0,6386,6388,5,72,0,0,6387,6386, - 1,0,0,0,6387,6388,1,0,0,0,6388,6401,1,0,0,0,6389,6391,3,646,323, - 0,6390,6392,3,616,308,0,6391,6390,1,0,0,0,6391,6392,1,0,0,0,6392, - 6402,1,0,0,0,6393,6395,3,634,317,0,6394,6396,3,618,309,0,6395,6394, - 1,0,0,0,6395,6396,1,0,0,0,6396,6402,1,0,0,0,6397,6399,3,562,281, - 0,6398,6400,3,616,308,0,6399,6398,1,0,0,0,6399,6400,1,0,0,0,6400, - 6402,1,0,0,0,6401,6389,1,0,0,0,6401,6393,1,0,0,0,6401,6397,1,0,0, - 0,6402,6428,1,0,0,0,6403,6404,5,2,0,0,6404,6421,3,614,307,0,6405, - 6406,5,110,0,0,6406,6407,5,118,0,0,6407,6422,3,614,307,0,6408,6410, - 5,121,0,0,6409,6411,3,620,310,0,6410,6409,1,0,0,0,6410,6411,1,0, - 0,0,6411,6412,1,0,0,0,6412,6413,5,118,0,0,6413,6422,3,614,307,0, - 6414,6416,3,620,310,0,6415,6414,1,0,0,0,6415,6416,1,0,0,0,6416,6417, - 1,0,0,0,6417,6418,5,118,0,0,6418,6419,3,614,307,0,6419,6420,3,622, - 311,0,6420,6422,1,0,0,0,6421,6405,1,0,0,0,6421,6408,1,0,0,0,6421, - 6415,1,0,0,0,6421,6422,1,0,0,0,6422,6423,1,0,0,0,6423,6425,5,3,0, - 0,6424,6426,3,616,308,0,6425,6424,1,0,0,0,6425,6426,1,0,0,0,6426, - 6428,1,0,0,0,6427,6378,1,0,0,0,6427,6387,1,0,0,0,6427,6403,1,0,0, - 0,6428,6447,1,0,0,0,6429,6430,5,110,0,0,6430,6431,5,118,0,0,6431, - 6446,3,614,307,0,6432,6434,5,121,0,0,6433,6435,3,620,310,0,6434, - 6433,1,0,0,0,6434,6435,1,0,0,0,6435,6436,1,0,0,0,6436,6437,5,118, - 0,0,6437,6446,3,614,307,0,6438,6440,3,620,310,0,6439,6438,1,0,0, - 0,6439,6440,1,0,0,0,6440,6441,1,0,0,0,6441,6442,5,118,0,0,6442,6443, - 3,614,307,0,6443,6444,3,622,311,0,6444,6446,1,0,0,0,6445,6429,1, - 0,0,0,6445,6432,1,0,0,0,6445,6439,1,0,0,0,6446,6449,1,0,0,0,6447, - 6445,1,0,0,0,6447,6448,1,0,0,0,6448,615,1,0,0,0,6449,6447,1,0,0, - 0,6450,6452,5,36,0,0,6451,6450,1,0,0,0,6451,6452,1,0,0,0,6452,6453, - 1,0,0,0,6453,6458,3,818,409,0,6454,6455,5,2,0,0,6455,6456,3,784, - 392,0,6456,6457,5,3,0,0,6457,6459,1,0,0,0,6458,6454,1,0,0,0,6458, - 6459,1,0,0,0,6459,617,1,0,0,0,6460,6473,3,616,308,0,6461,6463,5, - 36,0,0,6462,6464,3,818,409,0,6463,6462,1,0,0,0,6463,6464,1,0,0,0, - 6464,6467,1,0,0,0,6465,6467,3,818,409,0,6466,6461,1,0,0,0,6466,6465, - 1,0,0,0,6467,6468,1,0,0,0,6468,6469,5,2,0,0,6469,6470,3,642,321, - 0,6470,6471,5,3,0,0,6471,6473,1,0,0,0,6472,6460,1,0,0,0,6472,6466, - 1,0,0,0,6473,619,1,0,0,0,6474,6476,7,86,0,0,6475,6477,5,123,0,0, - 6476,6475,1,0,0,0,6476,6477,1,0,0,0,6477,621,1,0,0,0,6478,6479,5, - 100,0,0,6479,6483,3,144,72,0,6480,6481,5,80,0,0,6481,6483,3,674, - 337,0,6482,6478,1,0,0,0,6482,6480,1,0,0,0,6483,623,1,0,0,0,6484, - 6500,3,322,161,0,6485,6491,5,81,0,0,6486,6492,3,774,387,0,6487,6488, - 5,2,0,0,6488,6489,3,774,387,0,6489,6490,5,3,0,0,6490,6492,1,0,0, - 0,6491,6486,1,0,0,0,6491,6487,1,0,0,0,6492,6500,1,0,0,0,6493,6494, - 5,68,0,0,6494,6497,5,323,0,0,6495,6498,3,790,395,0,6496,6498,5,111, - 0,0,6497,6495,1,0,0,0,6497,6496,1,0,0,0,6498,6500,1,0,0,0,6499,6484, - 1,0,0,0,6499,6485,1,0,0,0,6499,6493,1,0,0,0,6500,625,1,0,0,0,6501, - 6502,5,92,0,0,6502,6504,3,322,161,0,6503,6505,3,144,72,0,6504,6503, - 1,0,0,0,6504,6505,1,0,0,0,6505,6507,1,0,0,0,6506,6508,3,638,319, - 0,6507,6506,1,0,0,0,6507,6508,1,0,0,0,6508,6526,1,0,0,0,6509,6510, - 5,92,0,0,6510,6516,5,81,0,0,6511,6517,3,774,387,0,6512,6513,5,2, - 0,0,6513,6514,3,774,387,0,6514,6515,5,3,0,0,6515,6517,1,0,0,0,6516, - 6511,1,0,0,0,6516,6512,1,0,0,0,6517,6526,1,0,0,0,6518,6519,5,350, - 0,0,6519,6520,5,68,0,0,6520,6523,5,323,0,0,6521,6524,3,790,395,0, - 6522,6524,5,111,0,0,6523,6521,1,0,0,0,6523,6522,1,0,0,0,6524,6526, - 1,0,0,0,6525,6501,1,0,0,0,6525,6509,1,0,0,0,6525,6518,1,0,0,0,6526, - 627,1,0,0,0,6527,6532,3,624,312,0,6528,6529,5,6,0,0,6529,6531,3, - 624,312,0,6530,6528,1,0,0,0,6531,6534,1,0,0,0,6532,6530,1,0,0,0, - 6532,6533,1,0,0,0,6533,629,1,0,0,0,6534,6532,1,0,0,0,6535,6540,3, - 624,312,0,6536,6538,5,36,0,0,6537,6536,1,0,0,0,6537,6538,1,0,0,0, - 6538,6539,1,0,0,0,6539,6541,3,818,409,0,6540,6537,1,0,0,0,6540,6541, - 1,0,0,0,6541,631,1,0,0,0,6542,6543,5,472,0,0,6543,6544,3,806,403, - 0,6544,6550,3,534,267,0,6545,6546,5,310,0,0,6546,6547,5,2,0,0,6547, - 6548,3,674,337,0,6548,6549,5,3,0,0,6549,6551,1,0,0,0,6550,6545,1, - 0,0,0,6550,6551,1,0,0,0,6551,633,1,0,0,0,6552,6567,3,688,344,0,6553, - 6554,5,320,0,0,6554,6555,5,64,0,0,6555,6556,5,2,0,0,6556,6561,3, - 636,318,0,6557,6558,5,6,0,0,6558,6560,3,636,318,0,6559,6557,1,0, - 0,0,6560,6563,1,0,0,0,6561,6559,1,0,0,0,6561,6562,1,0,0,0,6562,6564, - 1,0,0,0,6563,6561,1,0,0,0,6564,6565,5,3,0,0,6565,6567,1,0,0,0,6566, - 6552,1,0,0,0,6566,6553,1,0,0,0,6567,6570,1,0,0,0,6568,6569,5,105, - 0,0,6569,6571,5,473,0,0,6570,6568,1,0,0,0,6570,6571,1,0,0,0,6571, - 635,1,0,0,0,6572,6578,3,688,344,0,6573,6574,5,36,0,0,6574,6575,5, - 2,0,0,6575,6576,3,642,321,0,6576,6577,5,3,0,0,6577,6579,1,0,0,0, - 6578,6573,1,0,0,0,6578,6579,1,0,0,0,6579,637,1,0,0,0,6580,6581,5, - 103,0,0,6581,6582,3,734,367,0,6582,639,1,0,0,0,6583,6588,5,103,0, - 0,6584,6585,5,434,0,0,6585,6586,5,275,0,0,6586,6589,3,818,409,0, - 6587,6589,3,674,337,0,6588,6584,1,0,0,0,6588,6587,1,0,0,0,6589,641, - 1,0,0,0,6590,6595,3,644,322,0,6591,6592,5,6,0,0,6592,6594,3,644, - 322,0,6593,6591,1,0,0,0,6594,6597,1,0,0,0,6595,6593,1,0,0,0,6595, - 6596,1,0,0,0,6596,643,1,0,0,0,6597,6595,1,0,0,0,6598,6599,3,818, - 409,0,6599,6601,3,652,326,0,6600,6602,3,98,49,0,6601,6600,1,0,0, - 0,6601,6602,1,0,0,0,6602,645,1,0,0,0,6603,6604,5,474,0,0,6604,6618, - 5,2,0,0,6605,6606,5,476,0,0,6606,6607,5,2,0,0,6607,6612,3,650,325, - 0,6608,6609,5,6,0,0,6609,6611,3,650,325,0,6610,6608,1,0,0,0,6611, - 6614,1,0,0,0,6612,6610,1,0,0,0,6612,6613,1,0,0,0,6613,6615,1,0,0, - 0,6614,6612,1,0,0,0,6615,6616,5,3,0,0,6616,6617,5,6,0,0,6617,6619, - 1,0,0,0,6618,6605,1,0,0,0,6618,6619,1,0,0,0,6619,6620,1,0,0,0,6620, - 6621,3,682,341,0,6621,6622,3,698,349,0,6622,6623,5,475,0,0,6623, - 6628,3,648,324,0,6624,6625,5,6,0,0,6625,6627,3,648,324,0,6626,6624, - 1,0,0,0,6627,6630,1,0,0,0,6628,6626,1,0,0,0,6628,6629,1,0,0,0,6629, - 6631,1,0,0,0,6630,6628,1,0,0,0,6631,6632,5,3,0,0,6632,647,1,0,0, - 0,6633,6652,3,818,409,0,6634,6648,3,652,326,0,6635,6638,5,53,0,0, - 6636,6638,3,826,413,0,6637,6635,1,0,0,0,6637,6636,1,0,0,0,6638,6639, - 1,0,0,0,6639,6645,3,674,337,0,6640,6642,5,77,0,0,6641,6640,1,0,0, - 0,6641,6642,1,0,0,0,6642,6643,1,0,0,0,6643,6645,5,78,0,0,6644,6637, - 1,0,0,0,6644,6641,1,0,0,0,6645,6646,1,0,0,0,6646,6644,1,0,0,0,6646, - 6647,1,0,0,0,6647,6649,1,0,0,0,6648,6644,1,0,0,0,6648,6649,1,0,0, - 0,6649,6653,1,0,0,0,6650,6651,5,62,0,0,6651,6653,5,473,0,0,6652, - 6634,1,0,0,0,6652,6650,1,0,0,0,6653,649,1,0,0,0,6654,6655,3,682, - 341,0,6655,6656,5,36,0,0,6656,6657,3,824,412,0,6657,6661,1,0,0,0, - 6658,6659,5,53,0,0,6659,6661,3,682,341,0,6660,6654,1,0,0,0,6660, - 6658,1,0,0,0,6661,651,1,0,0,0,6662,6664,5,415,0,0,6663,6662,1,0, - 0,0,6663,6664,1,0,0,0,6664,6665,1,0,0,0,6665,6682,3,654,327,0,6666, - 6668,5,4,0,0,6667,6669,5,571,0,0,6668,6667,1,0,0,0,6668,6669,1,0, - 0,0,6669,6670,1,0,0,0,6670,6672,5,5,0,0,6671,6666,1,0,0,0,6672,6675, - 1,0,0,0,6673,6671,1,0,0,0,6673,6674,1,0,0,0,6674,6683,1,0,0,0,6675, - 6673,1,0,0,0,6676,6680,5,35,0,0,6677,6678,5,4,0,0,6678,6679,5,571, - 0,0,6679,6681,5,5,0,0,6680,6677,1,0,0,0,6680,6681,1,0,0,0,6681,6683, - 1,0,0,0,6682,6673,1,0,0,0,6682,6676,1,0,0,0,6683,6689,1,0,0,0,6684, - 6685,3,780,390,0,6685,6686,5,27,0,0,6686,6687,7,87,0,0,6687,6689, - 1,0,0,0,6688,6663,1,0,0,0,6688,6684,1,0,0,0,6689,653,1,0,0,0,6690, - 6692,3,820,410,0,6691,6693,3,318,159,0,6692,6691,1,0,0,0,6692,6693, - 1,0,0,0,6693,6695,1,0,0,0,6694,6696,3,534,267,0,6695,6694,1,0,0, - 0,6695,6696,1,0,0,0,6696,6706,1,0,0,0,6697,6706,3,656,328,0,6698, - 6703,5,403,0,0,6699,6701,3,668,334,0,6700,6699,1,0,0,0,6700,6701, - 1,0,0,0,6701,6704,1,0,0,0,6702,6704,3,660,330,0,6703,6700,1,0,0, - 0,6703,6702,1,0,0,0,6704,6706,1,0,0,0,6705,6690,1,0,0,0,6705,6697, - 1,0,0,0,6705,6698,1,0,0,0,6706,655,1,0,0,0,6707,6712,3,658,329,0, - 6708,6712,3,662,331,0,6709,6712,3,664,332,0,6710,6712,3,666,333, - 0,6711,6707,1,0,0,0,6711,6708,1,0,0,0,6711,6709,1,0,0,0,6711,6710, - 1,0,0,0,6712,657,1,0,0,0,6713,6730,5,401,0,0,6714,6730,5,402,0,0, - 6715,6730,5,416,0,0,6716,6730,5,388,0,0,6717,6730,5,413,0,0,6718, - 6720,5,398,0,0,6719,6721,3,660,330,0,6720,6719,1,0,0,0,6720,6721, - 1,0,0,0,6721,6730,1,0,0,0,6722,6723,5,190,0,0,6723,6730,5,412,0, - 0,6724,6726,7,88,0,0,6725,6727,3,534,267,0,6726,6725,1,0,0,0,6726, - 6727,1,0,0,0,6727,6730,1,0,0,0,6728,6730,5,390,0,0,6729,6713,1,0, - 0,0,6729,6714,1,0,0,0,6729,6715,1,0,0,0,6729,6716,1,0,0,0,6729,6717, - 1,0,0,0,6729,6718,1,0,0,0,6729,6722,1,0,0,0,6729,6724,1,0,0,0,6729, - 6728,1,0,0,0,6730,659,1,0,0,0,6731,6732,5,2,0,0,6732,6733,5,571, - 0,0,6733,6734,5,3,0,0,6734,661,1,0,0,0,6735,6737,5,389,0,0,6736, - 6738,5,374,0,0,6737,6736,1,0,0,0,6737,6738,1,0,0,0,6738,6740,1,0, - 0,0,6739,6741,3,534,267,0,6740,6739,1,0,0,0,6740,6741,1,0,0,0,6741, - 663,1,0,0,0,6742,6744,7,89,0,0,6743,6745,5,374,0,0,6744,6743,1,0, - 0,0,6744,6745,1,0,0,0,6745,6753,1,0,0,0,6746,6753,5,423,0,0,6747, - 6748,5,405,0,0,6748,6750,7,90,0,0,6749,6751,5,374,0,0,6750,6749, - 1,0,0,0,6750,6751,1,0,0,0,6751,6753,1,0,0,0,6752,6742,1,0,0,0,6752, - 6746,1,0,0,0,6752,6747,1,0,0,0,6753,6755,1,0,0,0,6754,6756,3,660, - 330,0,6755,6754,1,0,0,0,6755,6756,1,0,0,0,6756,665,1,0,0,0,6757, - 6759,7,91,0,0,6758,6760,3,660,330,0,6759,6758,1,0,0,0,6759,6760, - 1,0,0,0,6760,6764,1,0,0,0,6761,6762,7,26,0,0,6762,6763,5,418,0,0, - 6763,6765,5,386,0,0,6764,6761,1,0,0,0,6764,6765,1,0,0,0,6765,667, - 1,0,0,0,6766,6796,5,264,0,0,6767,6796,3,670,335,0,6768,6771,5,384, - 0,0,6769,6770,5,94,0,0,6770,6772,5,264,0,0,6771,6769,1,0,0,0,6771, - 6772,1,0,0,0,6772,6796,1,0,0,0,6773,6780,5,176,0,0,6774,6778,5,94, - 0,0,6775,6779,5,218,0,0,6776,6779,5,261,0,0,6777,6779,3,670,335, - 0,6778,6775,1,0,0,0,6778,6776,1,0,0,0,6778,6777,1,0,0,0,6779,6781, - 1,0,0,0,6780,6774,1,0,0,0,6780,6781,1,0,0,0,6781,6796,1,0,0,0,6782, - 6788,5,218,0,0,6783,6786,5,94,0,0,6784,6787,5,261,0,0,6785,6787, - 3,670,335,0,6786,6784,1,0,0,0,6786,6785,1,0,0,0,6787,6789,1,0,0, - 0,6788,6783,1,0,0,0,6788,6789,1,0,0,0,6789,6796,1,0,0,0,6790,6793, - 5,261,0,0,6791,6792,5,94,0,0,6792,6794,3,670,335,0,6793,6791,1,0, - 0,0,6793,6794,1,0,0,0,6794,6796,1,0,0,0,6795,6766,1,0,0,0,6795,6767, - 1,0,0,0,6795,6768,1,0,0,0,6795,6773,1,0,0,0,6795,6782,1,0,0,0,6795, - 6790,1,0,0,0,6796,669,1,0,0,0,6797,6799,5,326,0,0,6798,6800,3,660, - 330,0,6799,6798,1,0,0,0,6799,6800,1,0,0,0,6800,671,1,0,0,0,6801, - 6802,7,92,0,0,6802,673,1,0,0,0,6803,6804,3,676,338,0,6804,675,1, - 0,0,0,6805,6806,6,338,-1,0,6806,6808,3,680,340,0,6807,6809,3,678, - 339,0,6808,6807,1,0,0,0,6808,6809,1,0,0,0,6809,6813,1,0,0,0,6810, - 6811,5,77,0,0,6811,6813,3,676,338,3,6812,6805,1,0,0,0,6812,6810, - 1,0,0,0,6813,6822,1,0,0,0,6814,6815,10,2,0,0,6815,6816,5,33,0,0, - 6816,6821,3,676,338,3,6817,6818,10,1,0,0,6818,6819,5,82,0,0,6819, - 6821,3,676,338,2,6820,6814,1,0,0,0,6820,6817,1,0,0,0,6821,6824,1, - 0,0,0,6822,6820,1,0,0,0,6822,6823,1,0,0,0,6823,677,1,0,0,0,6824, - 6822,1,0,0,0,6825,6826,3,672,336,0,6826,6827,3,680,340,0,6827,6897, - 1,0,0,0,6828,6829,3,672,336,0,6829,6830,3,728,364,0,6830,6836,3, - 718,359,0,6831,6837,3,562,281,0,6832,6833,5,2,0,0,6833,6834,3,674, - 337,0,6834,6835,5,3,0,0,6835,6837,1,0,0,0,6836,6831,1,0,0,0,6836, - 6832,1,0,0,0,6837,6897,1,0,0,0,6838,6840,5,77,0,0,6839,6838,1,0, - 0,0,6839,6840,1,0,0,0,6840,6841,1,0,0,0,6841,6842,5,387,0,0,6842, - 6843,3,680,340,0,6843,6844,5,33,0,0,6844,6845,3,680,340,0,6845,6897, - 1,0,0,0,6846,6848,5,77,0,0,6847,6846,1,0,0,0,6847,6848,1,0,0,0,6848, - 6849,1,0,0,0,6849,6850,5,68,0,0,6850,6851,5,2,0,0,6851,6856,3,674, - 337,0,6852,6853,5,6,0,0,6853,6855,3,674,337,0,6854,6852,1,0,0,0, - 6855,6858,1,0,0,0,6856,6854,1,0,0,0,6856,6857,1,0,0,0,6857,6859, - 1,0,0,0,6858,6856,1,0,0,0,6859,6860,5,3,0,0,6860,6897,1,0,0,0,6861, - 6863,5,77,0,0,6862,6861,1,0,0,0,6862,6863,1,0,0,0,6863,6864,1,0, - 0,0,6864,6865,5,68,0,0,6865,6897,3,562,281,0,6866,6868,5,77,0,0, - 6867,6866,1,0,0,0,6867,6868,1,0,0,0,6868,6877,1,0,0,0,6869,6878, - 5,120,0,0,6870,6878,5,114,0,0,6871,6872,5,127,0,0,6872,6878,5,94, - 0,0,6873,6875,5,387,0,0,6874,6876,5,91,0,0,6875,6874,1,0,0,0,6875, - 6876,1,0,0,0,6876,6878,1,0,0,0,6877,6869,1,0,0,0,6877,6870,1,0,0, - 0,6877,6871,1,0,0,0,6877,6873,1,0,0,0,6878,6879,1,0,0,0,6879,6882, - 3,680,340,0,6880,6881,5,197,0,0,6881,6883,3,680,340,0,6882,6880, - 1,0,0,0,6882,6883,1,0,0,0,6883,6897,1,0,0,0,6884,6886,5,116,0,0, - 6885,6887,5,77,0,0,6886,6885,1,0,0,0,6886,6887,1,0,0,0,6887,6888, - 1,0,0,0,6888,6897,5,78,0,0,6889,6891,5,116,0,0,6890,6892,5,77,0, - 0,6891,6890,1,0,0,0,6891,6892,1,0,0,0,6892,6893,1,0,0,0,6893,6894, - 5,56,0,0,6894,6895,5,64,0,0,6895,6897,3,680,340,0,6896,6825,1,0, - 0,0,6896,6828,1,0,0,0,6896,6839,1,0,0,0,6896,6847,1,0,0,0,6896,6862, - 1,0,0,0,6896,6867,1,0,0,0,6896,6884,1,0,0,0,6896,6889,1,0,0,0,6897, - 679,1,0,0,0,6898,6899,6,340,-1,0,6899,6903,3,682,341,0,6900,6901, - 7,29,0,0,6901,6903,3,680,340,4,6902,6898,1,0,0,0,6902,6900,1,0,0, - 0,6903,6920,1,0,0,0,6904,6905,10,3,0,0,6905,6906,7,93,0,0,6906,6919, - 3,680,340,4,6907,6908,10,2,0,0,6908,6909,7,29,0,0,6909,6919,3,680, - 340,3,6910,6911,10,1,0,0,6911,6912,5,15,0,0,6912,6919,3,680,340, - 2,6913,6914,10,5,0,0,6914,6915,5,142,0,0,6915,6916,5,418,0,0,6916, - 6917,5,386,0,0,6917,6919,3,674,337,0,6918,6904,1,0,0,0,6918,6907, - 1,0,0,0,6918,6910,1,0,0,0,6918,6913,1,0,0,0,6919,6922,1,0,0,0,6920, - 6918,1,0,0,0,6920,6921,1,0,0,0,6921,681,1,0,0,0,6922,6920,1,0,0, - 0,6923,6924,6,341,-1,0,6924,6925,7,94,0,0,6925,7012,3,562,281,0, - 6926,6929,5,35,0,0,6927,6930,3,562,281,0,6928,6930,3,740,370,0,6929, - 6927,1,0,0,0,6929,6928,1,0,0,0,6930,7012,1,0,0,0,6931,6932,5,28, - 0,0,6932,7012,3,754,377,0,6933,6934,5,470,0,0,6934,7012,3,534,267, - 0,6935,7012,5,571,0,0,6936,7012,5,573,0,0,6937,7012,5,563,0,0,6938, - 7012,5,567,0,0,6939,6949,3,806,403,0,6940,6950,3,808,404,0,6941, - 6942,5,2,0,0,6942,6944,3,736,368,0,6943,6945,3,586,293,0,6944,6943, - 1,0,0,0,6944,6945,1,0,0,0,6945,6946,1,0,0,0,6946,6947,5,3,0,0,6947, - 6948,3,808,404,0,6948,6950,1,0,0,0,6949,6940,1,0,0,0,6949,6941,1, - 0,0,0,6950,7012,1,0,0,0,6951,6953,3,656,328,0,6952,6951,1,0,0,0, - 6952,6953,1,0,0,0,6953,6954,1,0,0,0,6954,7012,3,808,404,0,6955,6963, - 5,403,0,0,6956,6958,3,808,404,0,6957,6959,3,668,334,0,6958,6957, - 1,0,0,0,6958,6959,1,0,0,0,6959,6964,1,0,0,0,6960,6961,3,660,330, - 0,6961,6962,3,808,404,0,6962,6964,1,0,0,0,6963,6956,1,0,0,0,6963, - 6960,1,0,0,0,6964,7012,1,0,0,0,6965,7012,5,96,0,0,6966,7012,5,60, - 0,0,6967,7012,5,78,0,0,6968,7012,5,574,0,0,6969,6970,5,2,0,0,6970, - 6971,3,674,337,0,6971,6972,5,3,0,0,6972,6973,3,754,377,0,6973,7012, - 1,0,0,0,6974,6976,5,40,0,0,6975,6977,3,674,337,0,6976,6975,1,0,0, - 0,6976,6977,1,0,0,0,6977,6979,1,0,0,0,6978,6980,3,748,374,0,6979, - 6978,1,0,0,0,6980,6981,1,0,0,0,6981,6979,1,0,0,0,6981,6982,1,0,0, - 0,6982,6985,1,0,0,0,6983,6984,5,58,0,0,6984,6986,3,674,337,0,6985, - 6983,1,0,0,0,6985,6986,1,0,0,0,6986,6987,1,0,0,0,6987,6988,5,454, - 0,0,6988,7012,1,0,0,0,6989,7012,3,686,343,0,6990,6992,3,562,281, - 0,6991,6993,3,752,376,0,6992,6991,1,0,0,0,6992,6993,1,0,0,0,6993, - 7012,1,0,0,0,6994,7012,3,716,358,0,6995,6996,5,2,0,0,6996,6997,3, - 674,337,0,6997,6998,5,6,0,0,6998,6999,3,730,365,0,6999,7000,5,3, - 0,0,7000,7012,1,0,0,0,7001,7002,3,714,357,0,7002,7003,5,125,0,0, - 7003,7004,3,714,357,0,7004,7012,1,0,0,0,7005,7012,3,780,390,0,7006, - 7007,7,29,0,0,7007,7012,3,682,341,5,7008,7009,3,724,362,0,7009,7010, - 3,682,341,2,7010,7012,1,0,0,0,7011,6923,1,0,0,0,7011,6926,1,0,0, - 0,7011,6931,1,0,0,0,7011,6933,1,0,0,0,7011,6935,1,0,0,0,7011,6936, - 1,0,0,0,7011,6937,1,0,0,0,7011,6938,1,0,0,0,7011,6939,1,0,0,0,7011, - 6952,1,0,0,0,7011,6955,1,0,0,0,7011,6965,1,0,0,0,7011,6966,1,0,0, - 0,7011,6967,1,0,0,0,7011,6968,1,0,0,0,7011,6969,1,0,0,0,7011,6974, - 1,0,0,0,7011,6989,1,0,0,0,7011,6990,1,0,0,0,7011,6994,1,0,0,0,7011, - 6995,1,0,0,0,7011,7001,1,0,0,0,7011,7005,1,0,0,0,7011,7006,1,0,0, - 0,7011,7008,1,0,0,0,7012,7040,1,0,0,0,7013,7014,10,3,0,0,7014,7015, - 3,722,361,0,7015,7016,3,682,341,4,7016,7039,1,0,0,0,7017,7018,10, - 6,0,0,7018,7019,5,26,0,0,7019,7039,3,652,326,0,7020,7021,10,4,0, - 0,7021,7023,3,724,362,0,7022,7024,3,682,341,0,7023,7022,1,0,0,0, - 7023,7024,1,0,0,0,7024,7039,1,0,0,0,7025,7026,10,1,0,0,7026,7028, - 5,116,0,0,7027,7029,5,77,0,0,7028,7027,1,0,0,0,7028,7029,1,0,0,0, - 7029,7036,1,0,0,0,7030,7031,5,56,0,0,7031,7032,5,64,0,0,7032,7037, - 3,682,341,0,7033,7034,5,275,0,0,7034,7037,3,528,264,0,7035,7037, - 5,188,0,0,7036,7030,1,0,0,0,7036,7033,1,0,0,0,7036,7035,1,0,0,0, - 7037,7039,1,0,0,0,7038,7013,1,0,0,0,7038,7017,1,0,0,0,7038,7020, - 1,0,0,0,7038,7025,1,0,0,0,7039,7042,1,0,0,0,7040,7038,1,0,0,0,7040, - 7041,1,0,0,0,7041,683,1,0,0,0,7042,7040,1,0,0,0,7043,7044,3,806, - 403,0,7044,7065,5,2,0,0,7045,7049,3,736,368,0,7046,7047,5,6,0,0, - 7047,7048,5,101,0,0,7048,7050,3,738,369,0,7049,7046,1,0,0,0,7049, - 7050,1,0,0,0,7050,7052,1,0,0,0,7051,7053,3,586,293,0,7052,7051,1, - 0,0,0,7052,7053,1,0,0,0,7053,7066,1,0,0,0,7054,7055,5,101,0,0,7055, - 7057,3,738,369,0,7056,7058,3,586,293,0,7057,7056,1,0,0,0,7057,7058, - 1,0,0,0,7058,7066,1,0,0,0,7059,7060,7,80,0,0,7060,7062,3,736,368, - 0,7061,7063,3,586,293,0,7062,7061,1,0,0,0,7062,7063,1,0,0,0,7063, - 7066,1,0,0,0,7064,7066,5,9,0,0,7065,7045,1,0,0,0,7065,7054,1,0,0, - 0,7065,7059,1,0,0,0,7065,7064,1,0,0,0,7065,7066,1,0,0,0,7066,7067, - 1,0,0,0,7067,7068,5,3,0,0,7068,685,1,0,0,0,7069,7076,3,684,342,0, - 7070,7071,5,479,0,0,7071,7072,5,66,0,0,7072,7073,5,2,0,0,7073,7074, - 3,586,293,0,7074,7075,5,3,0,0,7075,7077,1,0,0,0,7076,7070,1,0,0, - 0,7076,7077,1,0,0,0,7077,7084,1,0,0,0,7078,7079,5,480,0,0,7079,7080, - 5,2,0,0,7080,7081,5,103,0,0,7081,7082,3,674,337,0,7082,7083,5,3, - 0,0,7083,7085,1,0,0,0,7084,7078,1,0,0,0,7084,7085,1,0,0,0,7085,7091, - 1,0,0,0,7086,7089,5,124,0,0,7087,7090,3,708,354,0,7088,7090,3,818, - 409,0,7089,7087,1,0,0,0,7089,7088,1,0,0,0,7090,7092,1,0,0,0,7091, - 7086,1,0,0,0,7091,7092,1,0,0,0,7092,7095,1,0,0,0,7093,7095,3,690, - 345,0,7094,7069,1,0,0,0,7094,7093,1,0,0,0,7095,687,1,0,0,0,7096, - 7099,3,684,342,0,7097,7099,3,690,345,0,7098,7096,1,0,0,0,7098,7097, - 1,0,0,0,7099,689,1,0,0,0,7100,7101,5,108,0,0,7101,7102,5,62,0,0, - 7102,7103,5,2,0,0,7103,7104,3,674,337,0,7104,7105,5,3,0,0,7105,7275, - 1,0,0,0,7106,7275,5,48,0,0,7107,7109,7,95,0,0,7108,7110,3,660,330, - 0,7109,7108,1,0,0,0,7109,7110,1,0,0,0,7110,7275,1,0,0,0,7111,7275, - 5,49,0,0,7112,7275,5,52,0,0,7113,7275,5,89,0,0,7114,7275,5,99,0, - 0,7115,7275,5,47,0,0,7116,7275,5,111,0,0,7117,7118,7,96,0,0,7118, - 7119,5,2,0,0,7119,7120,3,674,337,0,7120,7121,5,36,0,0,7121,7122, - 3,652,326,0,7122,7123,5,3,0,0,7123,7275,1,0,0,0,7124,7125,5,397, - 0,0,7125,7130,5,2,0,0,7126,7127,3,742,371,0,7127,7128,5,64,0,0,7128, - 7129,3,674,337,0,7129,7131,1,0,0,0,7130,7126,1,0,0,0,7130,7131,1, - 0,0,0,7131,7132,1,0,0,0,7132,7275,5,3,0,0,7133,7134,5,489,0,0,7134, - 7135,5,2,0,0,7135,7138,3,674,337,0,7136,7137,5,6,0,0,7137,7139,3, - 744,372,0,7138,7136,1,0,0,0,7138,7139,1,0,0,0,7139,7140,1,0,0,0, - 7140,7141,5,3,0,0,7141,7275,1,0,0,0,7142,7143,5,410,0,0,7143,7144, - 5,2,0,0,7144,7145,3,674,337,0,7145,7146,5,84,0,0,7146,7147,3,674, - 337,0,7147,7148,5,64,0,0,7148,7151,3,674,337,0,7149,7150,5,62,0, - 0,7150,7152,3,674,337,0,7151,7149,1,0,0,0,7151,7152,1,0,0,0,7152, - 7153,1,0,0,0,7153,7154,5,3,0,0,7154,7275,1,0,0,0,7155,7156,5,411, - 0,0,7156,7161,5,2,0,0,7157,7158,3,682,341,0,7158,7159,5,68,0,0,7159, - 7160,3,682,341,0,7160,7162,1,0,0,0,7161,7157,1,0,0,0,7161,7162,1, - 0,0,0,7162,7163,1,0,0,0,7163,7275,5,3,0,0,7164,7165,5,417,0,0,7165, - 7167,5,2,0,0,7166,7168,3,746,373,0,7167,7166,1,0,0,0,7167,7168,1, - 0,0,0,7168,7169,1,0,0,0,7169,7275,5,3,0,0,7170,7171,5,421,0,0,7171, - 7173,5,2,0,0,7172,7174,7,97,0,0,7173,7172,1,0,0,0,7173,7174,1,0, - 0,0,7174,7179,1,0,0,0,7175,7177,3,674,337,0,7176,7175,1,0,0,0,7176, - 7177,1,0,0,0,7177,7178,1,0,0,0,7178,7180,5,64,0,0,7179,7176,1,0, - 0,0,7179,7180,1,0,0,0,7180,7181,1,0,0,0,7181,7182,3,730,365,0,7182, - 7183,1,0,0,0,7183,7184,5,3,0,0,7184,7275,1,0,0,0,7185,7186,5,408, - 0,0,7186,7187,5,2,0,0,7187,7188,3,674,337,0,7188,7189,5,6,0,0,7189, - 7190,3,674,337,0,7190,7191,5,3,0,0,7191,7275,1,0,0,0,7192,7193,7, - 98,0,0,7193,7275,3,534,267,0,7194,7195,5,426,0,0,7195,7196,5,2,0, - 0,7196,7197,5,266,0,0,7197,7207,3,824,412,0,7198,7205,5,6,0,0,7199, - 7200,5,424,0,0,7200,7201,5,2,0,0,7201,7202,3,692,346,0,7202,7203, - 5,3,0,0,7203,7206,1,0,0,0,7204,7206,3,730,365,0,7205,7199,1,0,0, - 0,7205,7204,1,0,0,0,7206,7208,1,0,0,0,7207,7198,1,0,0,0,7207,7208, - 1,0,0,0,7208,7209,1,0,0,0,7209,7210,5,3,0,0,7210,7275,1,0,0,0,7211, - 7212,5,427,0,0,7212,7213,5,2,0,0,7213,7214,3,682,341,0,7214,7215, - 3,698,349,0,7215,7216,5,3,0,0,7216,7275,1,0,0,0,7217,7218,5,428, - 0,0,7218,7219,5,2,0,0,7219,7220,3,692,346,0,7220,7221,5,3,0,0,7221, - 7275,1,0,0,0,7222,7223,5,429,0,0,7223,7224,5,2,0,0,7224,7225,3,696, - 348,0,7225,7228,3,674,337,0,7226,7227,7,99,0,0,7227,7229,5,378,0, - 0,7228,7226,1,0,0,0,7228,7229,1,0,0,0,7229,7230,1,0,0,0,7230,7231, - 5,3,0,0,7231,7275,1,0,0,0,7232,7233,5,430,0,0,7233,7234,5,2,0,0, - 7234,7235,5,266,0,0,7235,7238,3,824,412,0,7236,7237,5,6,0,0,7237, - 7239,3,674,337,0,7238,7236,1,0,0,0,7238,7239,1,0,0,0,7239,7240,1, - 0,0,0,7240,7241,5,3,0,0,7241,7275,1,0,0,0,7242,7243,5,431,0,0,7243, - 7244,5,2,0,0,7244,7245,5,383,0,0,7245,7246,3,674,337,0,7246,7247, - 5,6,0,0,7247,7251,5,375,0,0,7248,7249,5,269,0,0,7249,7252,5,450, - 0,0,7250,7252,3,674,337,0,7251,7248,1,0,0,0,7251,7250,1,0,0,0,7252, - 7262,1,0,0,0,7253,7254,5,6,0,0,7254,7260,5,339,0,0,7255,7257,5,269, - 0,0,7256,7255,1,0,0,0,7256,7257,1,0,0,0,7257,7258,1,0,0,0,7258,7261, - 5,450,0,0,7259,7261,5,385,0,0,7260,7256,1,0,0,0,7260,7259,1,0,0, - 0,7261,7263,1,0,0,0,7262,7253,1,0,0,0,7262,7263,1,0,0,0,7263,7264, - 1,0,0,0,7264,7265,5,3,0,0,7265,7275,1,0,0,0,7266,7267,5,432,0,0, - 7267,7268,5,2,0,0,7268,7269,3,696,348,0,7269,7270,3,674,337,0,7270, - 7271,5,36,0,0,7271,7272,3,654,327,0,7272,7273,5,3,0,0,7273,7275, - 1,0,0,0,7274,7100,1,0,0,0,7274,7106,1,0,0,0,7274,7107,1,0,0,0,7274, - 7111,1,0,0,0,7274,7112,1,0,0,0,7274,7113,1,0,0,0,7274,7114,1,0,0, - 0,7274,7115,1,0,0,0,7274,7116,1,0,0,0,7274,7117,1,0,0,0,7274,7124, - 1,0,0,0,7274,7133,1,0,0,0,7274,7142,1,0,0,0,7274,7155,1,0,0,0,7274, - 7164,1,0,0,0,7274,7170,1,0,0,0,7274,7185,1,0,0,0,7274,7192,1,0,0, - 0,7274,7194,1,0,0,0,7274,7211,1,0,0,0,7274,7217,1,0,0,0,7274,7222, - 1,0,0,0,7274,7232,1,0,0,0,7274,7242,1,0,0,0,7274,7266,1,0,0,0,7275, - 691,1,0,0,0,7276,7281,3,694,347,0,7277,7278,5,6,0,0,7278,7280,3, - 694,347,0,7279,7277,1,0,0,0,7280,7283,1,0,0,0,7281,7279,1,0,0,0, - 7281,7282,1,0,0,0,7282,693,1,0,0,0,7283,7281,1,0,0,0,7284,7287,3, - 674,337,0,7285,7286,5,36,0,0,7286,7288,3,824,412,0,7287,7285,1,0, - 0,0,7287,7288,1,0,0,0,7288,695,1,0,0,0,7289,7290,7,100,0,0,7290, - 697,1,0,0,0,7291,7293,5,286,0,0,7292,7294,3,700,350,0,7293,7292, - 1,0,0,0,7293,7294,1,0,0,0,7294,7295,1,0,0,0,7295,7297,3,682,341, - 0,7296,7298,3,700,350,0,7297,7296,1,0,0,0,7297,7298,1,0,0,0,7298, - 699,1,0,0,0,7299,7300,5,147,0,0,7300,7301,7,101,0,0,7301,701,1,0, - 0,0,7302,7303,5,104,0,0,7303,7308,3,704,352,0,7304,7305,5,6,0,0, - 7305,7307,3,704,352,0,7306,7304,1,0,0,0,7307,7310,1,0,0,0,7308,7306, - 1,0,0,0,7308,7309,1,0,0,0,7309,703,1,0,0,0,7310,7308,1,0,0,0,7311, - 7312,3,818,409,0,7312,7313,5,36,0,0,7313,7314,3,708,354,0,7314,705, - 1,0,0,0,7315,7318,5,124,0,0,7316,7319,3,708,354,0,7317,7319,3,818, - 409,0,7318,7316,1,0,0,0,7318,7317,1,0,0,0,7319,707,1,0,0,0,7320, - 7322,5,2,0,0,7321,7323,3,818,409,0,7322,7321,1,0,0,0,7322,7323,1, - 0,0,0,7323,7327,1,0,0,0,7324,7325,5,285,0,0,7325,7326,5,147,0,0, - 7326,7328,3,730,365,0,7327,7324,1,0,0,0,7327,7328,1,0,0,0,7328,7330, - 1,0,0,0,7329,7331,3,586,293,0,7330,7329,1,0,0,0,7330,7331,1,0,0, - 0,7331,7333,1,0,0,0,7332,7334,3,710,355,0,7333,7332,1,0,0,0,7333, - 7334,1,0,0,0,7334,7335,1,0,0,0,7335,7336,5,3,0,0,7336,709,1,0,0, - 0,7337,7342,7,102,0,0,7338,7339,5,387,0,0,7339,7340,3,712,356,0, - 7340,7341,5,33,0,0,7341,7343,1,0,0,0,7342,7338,1,0,0,0,7342,7343, - 1,0,0,0,7343,7344,1,0,0,0,7344,7345,3,712,356,0,7345,7355,1,0,0, - 0,7346,7353,5,199,0,0,7347,7348,5,434,0,0,7348,7354,5,414,0,0,7349, - 7354,5,66,0,0,7350,7354,5,467,0,0,7351,7352,5,269,0,0,7352,7354, - 5,482,0,0,7353,7347,1,0,0,0,7353,7349,1,0,0,0,7353,7350,1,0,0,0, - 7353,7351,1,0,0,0,7354,7356,1,0,0,0,7355,7346,1,0,0,0,7355,7356, - 1,0,0,0,7356,711,1,0,0,0,7357,7360,5,362,0,0,7358,7360,3,674,337, - 0,7359,7357,1,0,0,0,7359,7358,1,0,0,0,7360,7361,1,0,0,0,7361,7365, - 7,103,0,0,7362,7363,5,434,0,0,7363,7365,5,414,0,0,7364,7359,1,0, - 0,0,7364,7362,1,0,0,0,7365,713,1,0,0,0,7366,7374,3,716,358,0,7367, - 7368,5,2,0,0,7368,7369,3,730,365,0,7369,7370,5,6,0,0,7370,7371,3, - 674,337,0,7371,7372,5,3,0,0,7372,7374,1,0,0,0,7373,7366,1,0,0,0, - 7373,7367,1,0,0,0,7374,715,1,0,0,0,7375,7376,5,414,0,0,7376,7378, - 5,2,0,0,7377,7379,3,730,365,0,7378,7377,1,0,0,0,7378,7379,1,0,0, - 0,7379,7380,1,0,0,0,7380,7381,5,3,0,0,7381,717,1,0,0,0,7382,7383, - 7,104,0,0,7383,719,1,0,0,0,7384,7387,5,29,0,0,7385,7387,3,722,361, - 0,7386,7384,1,0,0,0,7386,7385,1,0,0,0,7387,721,1,0,0,0,7388,7389, - 7,105,0,0,7389,723,1,0,0,0,7390,7397,5,29,0,0,7391,7392,5,278,0, - 0,7392,7393,5,2,0,0,7393,7394,3,414,207,0,7394,7395,5,3,0,0,7395, - 7397,1,0,0,0,7396,7390,1,0,0,0,7396,7391,1,0,0,0,7397,725,1,0,0, - 0,7398,7405,3,720,360,0,7399,7400,5,278,0,0,7400,7401,5,2,0,0,7401, - 7402,3,414,207,0,7402,7403,5,3,0,0,7403,7405,1,0,0,0,7404,7398,1, - 0,0,0,7404,7399,1,0,0,0,7405,727,1,0,0,0,7406,7412,3,726,363,0,7407, - 7409,5,77,0,0,7408,7407,1,0,0,0,7408,7409,1,0,0,0,7409,7410,1,0, - 0,0,7410,7412,7,106,0,0,7411,7406,1,0,0,0,7411,7408,1,0,0,0,7412, - 729,1,0,0,0,7413,7418,3,674,337,0,7414,7415,5,6,0,0,7415,7417,3, - 674,337,0,7416,7414,1,0,0,0,7417,7420,1,0,0,0,7418,7416,1,0,0,0, - 7418,7419,1,0,0,0,7419,731,1,0,0,0,7420,7418,1,0,0,0,7421,7422,5, - 2,0,0,7422,7423,3,674,337,0,7423,7424,5,3,0,0,7424,7427,1,0,0,0, - 7425,7427,3,800,400,0,7426,7421,1,0,0,0,7426,7425,1,0,0,0,7427,733, - 1,0,0,0,7428,7431,3,674,337,0,7429,7431,3,800,400,0,7430,7428,1, - 0,0,0,7430,7429,1,0,0,0,7431,735,1,0,0,0,7432,7437,3,738,369,0,7433, - 7434,5,6,0,0,7434,7436,3,738,369,0,7435,7433,1,0,0,0,7436,7439,1, - 0,0,0,7437,7435,1,0,0,0,7437,7438,1,0,0,0,7438,737,1,0,0,0,7439, - 7437,1,0,0,0,7440,7448,3,800,400,0,7441,7448,3,674,337,0,7442,7445, - 3,820,410,0,7443,7444,7,107,0,0,7444,7446,3,674,337,0,7445,7443, - 1,0,0,0,7445,7446,1,0,0,0,7446,7448,1,0,0,0,7447,7440,1,0,0,0,7447, - 7441,1,0,0,0,7447,7442,1,0,0,0,7448,739,1,0,0,0,7449,7459,5,4,0, - 0,7450,7460,3,730,365,0,7451,7456,3,740,370,0,7452,7453,5,6,0,0, - 7453,7455,3,740,370,0,7454,7452,1,0,0,0,7455,7458,1,0,0,0,7456,7454, - 1,0,0,0,7456,7457,1,0,0,0,7457,7460,1,0,0,0,7458,7456,1,0,0,0,7459, - 7450,1,0,0,0,7459,7451,1,0,0,0,7459,7460,1,0,0,0,7460,7461,1,0,0, - 0,7461,7462,5,5,0,0,7462,741,1,0,0,0,7463,7472,3,826,413,0,7464, - 7472,5,384,0,0,7465,7472,5,264,0,0,7466,7472,5,176,0,0,7467,7472, - 5,218,0,0,7468,7472,5,261,0,0,7469,7472,5,326,0,0,7470,7472,3,808, - 404,0,7471,7463,1,0,0,0,7471,7464,1,0,0,0,7471,7465,1,0,0,0,7471, - 7466,1,0,0,0,7471,7467,1,0,0,0,7471,7468,1,0,0,0,7471,7469,1,0,0, - 0,7471,7470,1,0,0,0,7472,743,1,0,0,0,7473,7474,7,108,0,0,7474,745, - 1,0,0,0,7475,7476,3,674,337,0,7476,7477,5,64,0,0,7477,7480,3,674, - 337,0,7478,7479,5,62,0,0,7479,7481,3,674,337,0,7480,7478,1,0,0,0, - 7480,7481,1,0,0,0,7481,7497,1,0,0,0,7482,7483,3,674,337,0,7483,7484, - 5,62,0,0,7484,7487,3,674,337,0,7485,7486,5,64,0,0,7486,7488,3,674, - 337,0,7487,7485,1,0,0,0,7487,7488,1,0,0,0,7488,7497,1,0,0,0,7489, - 7490,3,674,337,0,7490,7491,5,127,0,0,7491,7492,3,674,337,0,7492, - 7493,5,197,0,0,7493,7494,3,674,337,0,7494,7497,1,0,0,0,7495,7497, - 3,730,365,0,7496,7475,1,0,0,0,7496,7482,1,0,0,0,7496,7489,1,0,0, - 0,7496,7495,1,0,0,0,7497,747,1,0,0,0,7498,7499,5,102,0,0,7499,7500, - 3,674,337,0,7500,7501,5,93,0,0,7501,7502,3,674,337,0,7502,749,1, - 0,0,0,7503,7506,5,11,0,0,7504,7507,3,824,412,0,7505,7507,5,9,0,0, - 7506,7504,1,0,0,0,7506,7505,1,0,0,0,7507,7521,1,0,0,0,7508,7517, - 5,4,0,0,7509,7518,3,674,337,0,7510,7512,3,674,337,0,7511,7510,1, - 0,0,0,7511,7512,1,0,0,0,7512,7513,1,0,0,0,7513,7515,5,8,0,0,7514, - 7516,3,674,337,0,7515,7514,1,0,0,0,7515,7516,1,0,0,0,7516,7518,1, - 0,0,0,7517,7509,1,0,0,0,7517,7511,1,0,0,0,7518,7519,1,0,0,0,7519, - 7521,5,5,0,0,7520,7503,1,0,0,0,7520,7508,1,0,0,0,7521,751,1,0,0, - 0,7522,7524,3,750,375,0,7523,7522,1,0,0,0,7524,7525,1,0,0,0,7525, - 7523,1,0,0,0,7525,7526,1,0,0,0,7526,753,1,0,0,0,7527,7529,3,750, - 375,0,7528,7527,1,0,0,0,7529,7532,1,0,0,0,7530,7528,1,0,0,0,7530, - 7531,1,0,0,0,7531,755,1,0,0,0,7532,7530,1,0,0,0,7533,7538,3,758, - 379,0,7534,7535,5,6,0,0,7535,7537,3,758,379,0,7536,7534,1,0,0,0, - 7537,7540,1,0,0,0,7538,7536,1,0,0,0,7538,7539,1,0,0,0,7539,757,1, - 0,0,0,7540,7538,1,0,0,0,7541,7546,3,734,367,0,7542,7543,5,36,0,0, - 7543,7547,3,824,412,0,7544,7547,3,826,413,0,7545,7547,1,0,0,0,7546, - 7542,1,0,0,0,7546,7544,1,0,0,0,7546,7545,1,0,0,0,7547,7550,1,0,0, - 0,7548,7550,5,9,0,0,7549,7541,1,0,0,0,7549,7548,1,0,0,0,7550,759, - 1,0,0,0,7551,7556,3,780,390,0,7552,7553,5,6,0,0,7553,7555,3,780, - 390,0,7554,7552,1,0,0,0,7555,7558,1,0,0,0,7556,7554,1,0,0,0,7556, - 7557,1,0,0,0,7557,761,1,0,0,0,7558,7556,1,0,0,0,7559,7564,3,774, - 387,0,7560,7561,5,6,0,0,7561,7563,3,774,387,0,7562,7560,1,0,0,0, - 7563,7566,1,0,0,0,7564,7562,1,0,0,0,7564,7565,1,0,0,0,7565,763,1, - 0,0,0,7566,7564,1,0,0,0,7567,7572,3,790,395,0,7568,7569,5,6,0,0, - 7569,7571,3,790,395,0,7570,7568,1,0,0,0,7571,7574,1,0,0,0,7572,7570, - 1,0,0,0,7572,7573,1,0,0,0,7573,765,1,0,0,0,7574,7572,1,0,0,0,7575, - 7580,3,788,394,0,7576,7577,5,6,0,0,7577,7579,3,788,394,0,7578,7576, - 1,0,0,0,7579,7582,1,0,0,0,7580,7578,1,0,0,0,7580,7581,1,0,0,0,7581, - 767,1,0,0,0,7582,7580,1,0,0,0,7583,7584,3,780,390,0,7584,769,1,0, - 0,0,7585,7586,3,780,390,0,7586,771,1,0,0,0,7587,7588,3,780,390,0, - 7588,773,1,0,0,0,7589,7590,3,780,390,0,7590,775,1,0,0,0,7591,7592, - 3,780,390,0,7592,777,1,0,0,0,7593,7594,3,316,158,0,7594,779,1,0, - 0,0,7595,7597,3,818,409,0,7596,7598,3,752,376,0,7597,7596,1,0,0, - 0,7597,7598,1,0,0,0,7598,781,1,0,0,0,7599,7604,3,770,385,0,7600, - 7601,5,6,0,0,7601,7603,3,770,385,0,7602,7600,1,0,0,0,7603,7606,1, - 0,0,0,7604,7602,1,0,0,0,7604,7605,1,0,0,0,7605,783,1,0,0,0,7606, - 7604,1,0,0,0,7607,7612,3,818,409,0,7608,7609,5,6,0,0,7609,7611,3, - 818,409,0,7610,7608,1,0,0,0,7611,7614,1,0,0,0,7612,7610,1,0,0,0, - 7612,7613,1,0,0,0,7613,785,1,0,0,0,7614,7612,1,0,0,0,7615,7616,3, - 316,158,0,7616,787,1,0,0,0,7617,7618,3,316,158,0,7618,789,1,0,0, - 0,7619,7620,3,316,158,0,7620,791,1,0,0,0,7621,7622,3,818,409,0,7622, - 793,1,0,0,0,7623,7624,3,818,409,0,7624,795,1,0,0,0,7625,7630,3,820, - 410,0,7626,7627,3,818,409,0,7627,7628,3,752,376,0,7628,7630,1,0, - 0,0,7629,7625,1,0,0,0,7629,7626,1,0,0,0,7630,797,1,0,0,0,7631,7636, - 3,820,410,0,7632,7633,3,818,409,0,7633,7634,3,752,376,0,7634,7636, - 1,0,0,0,7635,7631,1,0,0,0,7635,7632,1,0,0,0,7636,799,1,0,0,0,7637, - 7638,3,818,409,0,7638,7639,3,754,377,0,7639,7642,1,0,0,0,7640,7642, - 4,400,10,0,7641,7637,1,0,0,0,7641,7640,1,0,0,0,7642,801,1,0,0,0, - 7643,7644,3,818,409,0,7644,803,1,0,0,0,7645,7650,3,820,410,0,7646, - 7647,3,818,409,0,7647,7648,3,752,376,0,7648,7650,1,0,0,0,7649,7645, - 1,0,0,0,7649,7646,1,0,0,0,7650,805,1,0,0,0,7651,7656,3,820,410,0, - 7652,7653,3,818,409,0,7653,7654,3,752,376,0,7654,7656,1,0,0,0,7655, - 7651,1,0,0,0,7655,7652,1,0,0,0,7656,807,1,0,0,0,7657,7660,3,810, - 405,0,7658,7659,5,487,0,0,7659,7661,3,810,405,0,7660,7658,1,0,0, - 0,7660,7661,1,0,0,0,7661,809,1,0,0,0,7662,7674,5,558,0,0,7663,7674, - 5,560,0,0,7664,7668,5,562,0,0,7665,7667,5,588,0,0,7666,7665,1,0, - 0,0,7667,7670,1,0,0,0,7668,7666,1,0,0,0,7668,7669,1,0,0,0,7669,7671, - 1,0,0,0,7670,7668,1,0,0,0,7671,7674,5,589,0,0,7672,7674,5,584,0, - 0,7673,7662,1,0,0,0,7673,7663,1,0,0,0,7673,7664,1,0,0,0,7673,7672, - 1,0,0,0,7674,811,1,0,0,0,7675,7677,7,29,0,0,7676,7675,1,0,0,0,7676, - 7677,1,0,0,0,7677,7678,1,0,0,0,7678,7679,5,571,0,0,7679,813,1,0, - 0,0,7680,7686,3,822,411,0,7681,7686,5,52,0,0,7682,7686,5,49,0,0, - 7683,7686,5,89,0,0,7684,7686,5,524,0,0,7685,7680,1,0,0,0,7685,7681, - 1,0,0,0,7685,7682,1,0,0,0,7685,7683,1,0,0,0,7685,7684,1,0,0,0,7686, - 815,1,0,0,0,7687,7692,3,814,407,0,7688,7689,5,6,0,0,7689,7691,3, - 814,407,0,7690,7688,1,0,0,0,7691,7694,1,0,0,0,7692,7690,1,0,0,0, - 7692,7693,1,0,0,0,7693,817,1,0,0,0,7694,7692,1,0,0,0,7695,7698,3, - 826,413,0,7696,7698,3,830,415,0,7697,7695,1,0,0,0,7697,7696,1,0, - 0,0,7698,819,1,0,0,0,7699,7702,3,826,413,0,7700,7702,3,832,416,0, - 7701,7699,1,0,0,0,7701,7700,1,0,0,0,7702,821,1,0,0,0,7703,7707,3, - 826,413,0,7704,7707,3,830,415,0,7705,7707,3,832,416,0,7706,7703, - 1,0,0,0,7706,7704,1,0,0,0,7706,7705,1,0,0,0,7707,823,1,0,0,0,7708, - 7713,3,826,413,0,7709,7713,3,830,415,0,7710,7713,3,832,416,0,7711, - 7713,3,834,417,0,7712,7708,1,0,0,0,7712,7709,1,0,0,0,7712,7710,1, - 0,0,0,7712,7711,1,0,0,0,7713,825,1,0,0,0,7714,7717,5,549,0,0,7715, - 7716,5,487,0,0,7716,7718,3,810,405,0,7717,7715,1,0,0,0,7717,7718, - 1,0,0,0,7718,7726,1,0,0,0,7719,7726,3,808,404,0,7720,7726,5,550, - 0,0,7721,7726,5,554,0,0,7722,7726,5,574,0,0,7723,7726,5,575,0,0, - 7724,7726,3,828,414,0,7725,7714,1,0,0,0,7725,7719,1,0,0,0,7725,7720, - 1,0,0,0,7725,7721,1,0,0,0,7725,7722,1,0,0,0,7725,7723,1,0,0,0,7725, - 7724,1,0,0,0,7726,827,1,0,0,0,7727,7728,7,109,0,0,7728,829,1,0,0, - 0,7729,7781,5,387,0,0,7730,7781,5,388,0,0,7731,7781,3,662,331,0, - 7732,7781,5,390,0,0,7733,7781,5,391,0,0,7734,7781,3,664,332,0,7735, - 7781,5,393,0,0,7736,7781,5,394,0,0,7737,7781,5,395,0,0,7738,7781, - 5,396,0,0,7739,7781,5,397,0,0,7740,7781,5,398,0,0,7741,7781,5,399, - 0,0,7742,7781,5,470,0,0,7743,7781,5,400,0,0,7744,7781,5,401,0,0, - 7745,7781,5,402,0,0,7746,7781,5,403,0,0,7747,7781,5,404,0,0,7748, - 7781,5,405,0,0,7749,7781,5,406,0,0,7750,7781,5,407,0,0,7751,7781, - 5,489,0,0,7752,7781,5,408,0,0,7753,7781,3,658,329,0,7754,7781,5, - 453,0,0,7755,7781,5,410,0,0,7756,7781,5,411,0,0,7757,7781,5,412, - 0,0,7758,7781,5,413,0,0,7759,7781,5,414,0,0,7760,7781,5,415,0,0, - 7761,7781,5,416,0,0,7762,7781,5,417,0,0,7763,7781,5,418,0,0,7764, - 7781,5,419,0,0,7765,7781,5,420,0,0,7766,7781,5,421,0,0,7767,7781, - 5,422,0,0,7768,7781,5,423,0,0,7769,7781,5,424,0,0,7770,7781,5,425, - 0,0,7771,7781,5,426,0,0,7772,7781,5,427,0,0,7773,7781,5,428,0,0, - 7774,7781,5,476,0,0,7775,7781,5,429,0,0,7776,7781,5,430,0,0,7777, - 7781,5,431,0,0,7778,7781,5,432,0,0,7779,7781,5,474,0,0,7780,7729, - 1,0,0,0,7780,7730,1,0,0,0,7780,7731,1,0,0,0,7780,7732,1,0,0,0,7780, - 7733,1,0,0,0,7780,7734,1,0,0,0,7780,7735,1,0,0,0,7780,7736,1,0,0, - 0,7780,7737,1,0,0,0,7780,7738,1,0,0,0,7780,7739,1,0,0,0,7780,7740, - 1,0,0,0,7780,7741,1,0,0,0,7780,7742,1,0,0,0,7780,7743,1,0,0,0,7780, - 7744,1,0,0,0,7780,7745,1,0,0,0,7780,7746,1,0,0,0,7780,7747,1,0,0, - 0,7780,7748,1,0,0,0,7780,7749,1,0,0,0,7780,7750,1,0,0,0,7780,7751, - 1,0,0,0,7780,7752,1,0,0,0,7780,7753,1,0,0,0,7780,7754,1,0,0,0,7780, - 7755,1,0,0,0,7780,7756,1,0,0,0,7780,7757,1,0,0,0,7780,7758,1,0,0, - 0,7780,7759,1,0,0,0,7780,7760,1,0,0,0,7780,7761,1,0,0,0,7780,7762, - 1,0,0,0,7780,7763,1,0,0,0,7780,7764,1,0,0,0,7780,7765,1,0,0,0,7780, - 7766,1,0,0,0,7780,7767,1,0,0,0,7780,7768,1,0,0,0,7780,7769,1,0,0, - 0,7780,7770,1,0,0,0,7780,7771,1,0,0,0,7780,7772,1,0,0,0,7780,7773, - 1,0,0,0,7780,7774,1,0,0,0,7780,7775,1,0,0,0,7780,7776,1,0,0,0,7780, - 7777,1,0,0,0,7780,7778,1,0,0,0,7780,7779,1,0,0,0,7781,831,1,0,0, - 0,7782,7783,7,110,0,0,7783,833,1,0,0,0,7784,7785,7,111,0,0,7785, - 835,1,0,0,0,7786,7788,3,838,419,0,7787,7786,1,0,0,0,7787,7788,1, - 0,0,0,7788,7799,1,0,0,0,7789,7797,5,178,0,0,7790,7794,3,840,420, - 0,7791,7794,5,178,0,0,7792,7794,3,838,419,0,7793,7790,1,0,0,0,7793, - 7791,1,0,0,0,7793,7792,1,0,0,0,7794,7795,1,0,0,0,7795,7793,1,0,0, - 0,7795,7796,1,0,0,0,7796,7798,1,0,0,0,7797,7793,1,0,0,0,7797,7798, - 1,0,0,0,7798,7800,1,0,0,0,7799,7789,1,0,0,0,7799,7800,1,0,0,0,7800, - 7801,1,0,0,0,7801,7805,5,146,0,0,7802,7804,3,846,423,0,7803,7802, - 1,0,0,0,7804,7807,1,0,0,0,7805,7803,1,0,0,0,7805,7806,1,0,0,0,7806, - 7809,1,0,0,0,7807,7805,1,0,0,0,7808,7810,3,924,462,0,7809,7808,1, - 0,0,0,7809,7810,1,0,0,0,7810,7811,1,0,0,0,7811,7813,5,454,0,0,7812, - 7814,3,928,464,0,7813,7812,1,0,0,0,7813,7814,1,0,0,0,7814,837,1, - 0,0,0,7815,7816,5,18,0,0,7816,7817,3,928,464,0,7817,7818,5,19,0, - 0,7818,839,1,0,0,0,7819,7866,3,928,464,0,7820,7821,5,496,0,0,7821, - 7824,5,62,0,0,7822,7825,5,28,0,0,7823,7825,3,818,409,0,7824,7822, - 1,0,0,0,7824,7823,1,0,0,0,7825,7867,1,0,0,0,7826,7828,5,497,0,0, - 7827,7826,1,0,0,0,7827,7828,1,0,0,0,7828,7829,1,0,0,0,7829,7831, - 3,652,326,0,7830,7832,3,98,49,0,7831,7830,1,0,0,0,7831,7832,1,0, - 0,0,7832,7835,1,0,0,0,7833,7834,5,77,0,0,7834,7836,5,78,0,0,7835, - 7833,1,0,0,0,7835,7836,1,0,0,0,7836,7842,1,0,0,0,7837,7840,3,844, - 422,0,7838,7840,5,53,0,0,7839,7837,1,0,0,0,7839,7838,1,0,0,0,7840, - 7841,1,0,0,0,7841,7843,3,930,465,0,7842,7839,1,0,0,0,7842,7843,1, - 0,0,0,7843,7867,1,0,0,0,7844,7846,5,269,0,0,7845,7844,1,0,0,0,7845, - 7846,1,0,0,0,7846,7847,1,0,0,0,7847,7849,5,324,0,0,7848,7845,1,0, - 0,0,7848,7849,1,0,0,0,7849,7850,1,0,0,0,7850,7862,5,172,0,0,7851, - 7852,5,2,0,0,7852,7857,3,842,421,0,7853,7854,5,6,0,0,7854,7856,3, - 842,421,0,7855,7853,1,0,0,0,7856,7859,1,0,0,0,7857,7855,1,0,0,0, - 7857,7858,1,0,0,0,7858,7860,1,0,0,0,7859,7857,1,0,0,0,7860,7861, - 5,3,0,0,7861,7863,1,0,0,0,7862,7851,1,0,0,0,7862,7863,1,0,0,0,7863, - 7864,1,0,0,0,7864,7865,7,112,0,0,7865,7867,3,560,280,0,7866,7820, - 1,0,0,0,7866,7827,1,0,0,0,7866,7848,1,0,0,0,7867,7868,1,0,0,0,7868, - 7869,5,7,0,0,7869,841,1,0,0,0,7870,7871,3,928,464,0,7871,7872,3, - 652,326,0,7872,843,1,0,0,0,7873,7874,7,113,0,0,7874,845,1,0,0,0, - 7875,7876,3,836,418,0,7876,7877,5,7,0,0,7877,7900,1,0,0,0,7878,7900, - 3,874,437,0,7879,7900,3,876,438,0,7880,7900,3,852,426,0,7881,7900, - 3,860,430,0,7882,7900,3,864,432,0,7883,7900,3,866,433,0,7884,7900, - 3,870,435,0,7885,7900,3,872,436,0,7886,7900,3,880,440,0,7887,7900, - 3,884,442,0,7888,7900,3,886,443,0,7889,7900,3,848,424,0,7890,7900, - 3,850,425,0,7891,7900,3,854,427,0,7892,7900,3,890,445,0,7893,7900, - 3,894,447,0,7894,7900,3,898,449,0,7895,7900,3,914,457,0,7896,7900, - 3,916,458,0,7897,7900,3,918,459,0,7898,7900,3,920,460,0,7899,7875, - 1,0,0,0,7899,7878,1,0,0,0,7899,7879,1,0,0,0,7899,7880,1,0,0,0,7899, - 7881,1,0,0,0,7899,7882,1,0,0,0,7899,7883,1,0,0,0,7899,7884,1,0,0, - 0,7899,7885,1,0,0,0,7899,7886,1,0,0,0,7899,7887,1,0,0,0,7899,7888, - 1,0,0,0,7899,7889,1,0,0,0,7899,7890,1,0,0,0,7899,7891,1,0,0,0,7899, - 7892,1,0,0,0,7899,7893,1,0,0,0,7899,7894,1,0,0,0,7899,7895,1,0,0, - 0,7899,7896,1,0,0,0,7899,7897,1,0,0,0,7899,7898,1,0,0,0,7900,847, - 1,0,0,0,7901,7902,5,498,0,0,7902,7903,3,930,465,0,7903,7904,5,7, - 0,0,7904,849,1,0,0,0,7905,7906,5,433,0,0,7906,7913,3,928,464,0,7907, - 7909,5,2,0,0,7908,7910,3,730,365,0,7909,7908,1,0,0,0,7909,7910,1, - 0,0,0,7910,7911,1,0,0,0,7911,7912,5,3,0,0,7912,7914,5,7,0,0,7913, - 7907,1,0,0,0,7913,7914,1,0,0,0,7914,7925,1,0,0,0,7915,7916,5,57, - 0,0,7916,7917,3,928,464,0,7917,7919,5,2,0,0,7918,7920,3,730,365, - 0,7919,7918,1,0,0,0,7919,7920,1,0,0,0,7920,7921,1,0,0,0,7921,7922, - 5,3,0,0,7922,7923,5,7,0,0,7923,7925,1,0,0,0,7924,7905,1,0,0,0,7924, - 7915,1,0,0,0,7925,851,1,0,0,0,7926,7927,3,858,429,0,7927,7928,3, - 844,422,0,7928,7929,3,930,465,0,7929,7930,5,7,0,0,7930,853,1,0,0, - 0,7931,7933,5,499,0,0,7932,7934,7,114,0,0,7933,7932,1,0,0,0,7933, - 7934,1,0,0,0,7934,7935,1,0,0,0,7935,7936,5,500,0,0,7936,7941,3,856, - 428,0,7937,7938,5,6,0,0,7938,7940,3,856,428,0,7939,7937,1,0,0,0, - 7940,7943,1,0,0,0,7941,7939,1,0,0,0,7941,7942,1,0,0,0,7942,7944, - 1,0,0,0,7943,7941,1,0,0,0,7944,7945,5,7,0,0,7945,855,1,0,0,0,7946, - 7947,3,858,429,0,7947,7948,3,844,422,0,7948,7949,3,818,409,0,7949, - 857,1,0,0,0,7950,7953,3,316,158,0,7951,7953,5,28,0,0,7952,7950,1, - 0,0,0,7952,7951,1,0,0,0,7953,7960,1,0,0,0,7954,7955,5,4,0,0,7955, - 7956,3,674,337,0,7956,7957,5,5,0,0,7957,7959,1,0,0,0,7958,7954,1, - 0,0,0,7959,7962,1,0,0,0,7960,7958,1,0,0,0,7960,7961,1,0,0,0,7961, - 859,1,0,0,0,7962,7960,1,0,0,0,7963,7964,5,220,0,0,7964,7965,3,930, - 465,0,7965,7969,5,93,0,0,7966,7968,3,846,423,0,7967,7966,1,0,0,0, - 7968,7971,1,0,0,0,7969,7967,1,0,0,0,7969,7970,1,0,0,0,7970,7983, - 1,0,0,0,7971,7969,1,0,0,0,7972,7973,5,502,0,0,7973,7974,3,674,337, - 0,7974,7978,5,93,0,0,7975,7977,3,846,423,0,7976,7975,1,0,0,0,7977, - 7980,1,0,0,0,7978,7976,1,0,0,0,7978,7979,1,0,0,0,7979,7982,1,0,0, - 0,7980,7978,1,0,0,0,7981,7972,1,0,0,0,7982,7985,1,0,0,0,7983,7981, - 1,0,0,0,7983,7984,1,0,0,0,7984,7987,1,0,0,0,7985,7983,1,0,0,0,7986, - 7988,3,862,431,0,7987,7986,1,0,0,0,7987,7988,1,0,0,0,7988,7989,1, - 0,0,0,7989,7990,5,454,0,0,7990,7991,5,220,0,0,7991,7992,5,7,0,0, - 7992,861,1,0,0,0,7993,7997,5,58,0,0,7994,7996,3,846,423,0,7995,7994, - 1,0,0,0,7996,7999,1,0,0,0,7997,7995,1,0,0,0,7997,7998,1,0,0,0,7998, - 863,1,0,0,0,7999,7997,1,0,0,0,8000,8002,5,40,0,0,8001,8003,3,930, - 465,0,8002,8001,1,0,0,0,8002,8003,1,0,0,0,8003,8013,1,0,0,0,8004, - 8005,5,102,0,0,8005,8006,3,730,365,0,8006,8010,5,93,0,0,8007,8009, - 3,846,423,0,8008,8007,1,0,0,0,8009,8012,1,0,0,0,8010,8008,1,0,0, - 0,8010,8011,1,0,0,0,8011,8014,1,0,0,0,8012,8010,1,0,0,0,8013,8004, - 1,0,0,0,8014,8015,1,0,0,0,8015,8013,1,0,0,0,8015,8016,1,0,0,0,8016, - 8018,1,0,0,0,8017,8019,3,862,431,0,8018,8017,1,0,0,0,8018,8019,1, - 0,0,0,8019,8020,1,0,0,0,8020,8021,5,454,0,0,8021,8022,5,40,0,0,8022, - 8023,5,7,0,0,8023,865,1,0,0,0,8024,8026,3,838,419,0,8025,8024,1, - 0,0,0,8025,8026,1,0,0,0,8026,8031,1,0,0,0,8027,8028,5,503,0,0,8028, - 8032,3,674,337,0,8029,8030,5,62,0,0,8030,8032,3,868,434,0,8031,8027, - 1,0,0,0,8031,8029,1,0,0,0,8031,8032,1,0,0,0,8032,8033,1,0,0,0,8033, - 8034,3,882,441,0,8034,867,1,0,0,0,8035,8036,3,314,157,0,8036,8059, - 5,68,0,0,8037,8039,3,818,409,0,8038,8040,3,534,267,0,8039,8038,1, - 0,0,0,8039,8040,1,0,0,0,8040,8060,1,0,0,0,8041,8060,3,560,280,0, - 8042,8060,3,520,260,0,8043,8044,5,202,0,0,8044,8047,3,674,337,0, - 8045,8046,5,100,0,0,8046,8048,3,730,365,0,8047,8045,1,0,0,0,8047, - 8048,1,0,0,0,8048,8060,1,0,0,0,8049,8051,5,504,0,0,8050,8049,1,0, - 0,0,8050,8051,1,0,0,0,8051,8052,1,0,0,0,8052,8053,3,674,337,0,8053, - 8054,5,24,0,0,8054,8057,3,674,337,0,8055,8056,5,147,0,0,8056,8058, - 3,674,337,0,8057,8055,1,0,0,0,8057,8058,1,0,0,0,8058,8060,1,0,0, - 0,8059,8037,1,0,0,0,8059,8041,1,0,0,0,8059,8042,1,0,0,0,8059,8043, - 1,0,0,0,8059,8050,1,0,0,0,8060,869,1,0,0,0,8061,8063,3,838,419,0, - 8062,8061,1,0,0,0,8062,8063,1,0,0,0,8063,8064,1,0,0,0,8064,8065, - 5,505,0,0,8065,8068,3,314,157,0,8066,8067,5,506,0,0,8067,8069,5, - 571,0,0,8068,8066,1,0,0,0,8068,8069,1,0,0,0,8069,8070,1,0,0,0,8070, - 8071,5,68,0,0,8071,8072,5,35,0,0,8072,8073,3,674,337,0,8073,8074, - 3,882,441,0,8074,871,1,0,0,0,8075,8077,7,115,0,0,8076,8078,3,928, - 464,0,8077,8076,1,0,0,0,8077,8078,1,0,0,0,8078,8081,1,0,0,0,8079, - 8080,5,102,0,0,8080,8082,3,930,465,0,8081,8079,1,0,0,0,8081,8082, - 1,0,0,0,8082,8083,1,0,0,0,8083,8084,5,7,0,0,8084,873,1,0,0,0,8085, - 8100,5,508,0,0,8086,8087,5,268,0,0,8087,8101,3,930,465,0,8088,8095, - 5,509,0,0,8089,8090,5,202,0,0,8090,8091,3,674,337,0,8091,8092,5, - 100,0,0,8092,8093,3,730,365,0,8093,8096,1,0,0,0,8094,8096,3,560, - 280,0,8095,8089,1,0,0,0,8095,8094,1,0,0,0,8096,8101,1,0,0,0,8097, - 8099,3,930,465,0,8098,8097,1,0,0,0,8098,8099,1,0,0,0,8099,8101,1, - 0,0,0,8100,8086,1,0,0,0,8100,8088,1,0,0,0,8100,8098,1,0,0,0,8101, - 8102,1,0,0,0,8102,8103,5,7,0,0,8103,875,1,0,0,0,8104,8134,5,510, - 0,0,8105,8107,7,116,0,0,8106,8105,1,0,0,0,8106,8107,1,0,0,0,8107, - 8120,1,0,0,0,8108,8121,3,826,413,0,8109,8110,5,511,0,0,8110,8121, - 3,808,404,0,8111,8118,3,808,404,0,8112,8113,5,6,0,0,8113,8115,3, - 674,337,0,8114,8112,1,0,0,0,8115,8116,1,0,0,0,8116,8114,1,0,0,0, - 8116,8117,1,0,0,0,8117,8119,1,0,0,0,8118,8114,1,0,0,0,8118,8119, - 1,0,0,0,8119,8121,1,0,0,0,8120,8108,1,0,0,0,8120,8109,1,0,0,0,8120, - 8111,1,0,0,0,8120,8121,1,0,0,0,8121,8131,1,0,0,0,8122,8123,5,100, - 0,0,8123,8128,3,878,439,0,8124,8125,5,6,0,0,8125,8127,3,878,439, - 0,8126,8124,1,0,0,0,8127,8130,1,0,0,0,8128,8126,1,0,0,0,8128,8129, - 1,0,0,0,8129,8132,1,0,0,0,8130,8128,1,0,0,0,8131,8122,1,0,0,0,8131, - 8132,1,0,0,0,8132,8133,1,0,0,0,8133,8135,5,7,0,0,8134,8106,1,0,0, - 0,8134,8135,1,0,0,0,8135,877,1,0,0,0,8136,8137,3,826,413,0,8137, - 8138,5,10,0,0,8138,8139,3,674,337,0,8139,879,1,0,0,0,8140,8141,5, - 518,0,0,8141,8144,3,930,465,0,8142,8143,5,6,0,0,8143,8145,3,930, - 465,0,8144,8142,1,0,0,0,8144,8145,1,0,0,0,8145,8146,1,0,0,0,8146, - 8147,5,7,0,0,8147,881,1,0,0,0,8148,8152,5,519,0,0,8149,8151,3,846, - 423,0,8150,8149,1,0,0,0,8151,8154,1,0,0,0,8152,8150,1,0,0,0,8152, - 8153,1,0,0,0,8153,8155,1,0,0,0,8154,8152,1,0,0,0,8155,8156,5,454, - 0,0,8156,8158,5,519,0,0,8157,8159,3,928,464,0,8158,8157,1,0,0,0, - 8158,8159,1,0,0,0,8159,8160,1,0,0,0,8160,8161,5,7,0,0,8161,883,1, - 0,0,0,8162,8164,3,4,2,0,8163,8165,3,888,444,0,8164,8163,1,0,0,0, - 8164,8165,1,0,0,0,8165,8166,1,0,0,0,8166,8167,5,7,0,0,8167,885,1, - 0,0,0,8168,8169,5,202,0,0,8169,8185,3,674,337,0,8170,8172,3,888, - 444,0,8171,8170,1,0,0,0,8171,8172,1,0,0,0,8172,8175,1,0,0,0,8173, - 8174,5,100,0,0,8174,8176,3,730,365,0,8175,8173,1,0,0,0,8175,8176, - 1,0,0,0,8176,8186,1,0,0,0,8177,8178,5,100,0,0,8178,8180,3,730,365, - 0,8179,8177,1,0,0,0,8179,8180,1,0,0,0,8180,8182,1,0,0,0,8181,8183, - 3,888,444,0,8182,8181,1,0,0,0,8182,8183,1,0,0,0,8183,8186,1,0,0, - 0,8184,8186,1,0,0,0,8185,8171,1,0,0,0,8185,8179,1,0,0,0,8185,8184, - 1,0,0,0,8186,8187,1,0,0,0,8187,8188,5,7,0,0,8188,887,1,0,0,0,8189, - 8191,5,71,0,0,8190,8192,5,346,0,0,8191,8190,1,0,0,0,8191,8192,1, - 0,0,0,8192,8193,1,0,0,0,8193,8194,3,730,365,0,8194,889,1,0,0,0,8195, - 8227,5,520,0,0,8196,8201,3,922,461,0,8197,8199,5,269,0,0,8198,8197, - 1,0,0,0,8198,8199,1,0,0,0,8199,8200,1,0,0,0,8200,8202,5,324,0,0, - 8201,8198,1,0,0,0,8201,8202,1,0,0,0,8202,8203,1,0,0,0,8203,8211, - 5,62,0,0,8204,8212,3,560,280,0,8205,8206,5,202,0,0,8206,8209,3,930, - 465,0,8207,8208,5,100,0,0,8208,8210,3,730,365,0,8209,8207,1,0,0, - 0,8209,8210,1,0,0,0,8210,8212,1,0,0,0,8211,8204,1,0,0,0,8211,8205, - 1,0,0,0,8212,8228,1,0,0,0,8213,8225,3,818,409,0,8214,8215,5,2,0, - 0,8215,8220,3,892,446,0,8216,8217,5,6,0,0,8217,8219,3,892,446,0, - 8218,8216,1,0,0,0,8219,8222,1,0,0,0,8220,8218,1,0,0,0,8220,8221, - 1,0,0,0,8221,8223,1,0,0,0,8222,8220,1,0,0,0,8223,8224,5,3,0,0,8224, - 8226,1,0,0,0,8225,8214,1,0,0,0,8225,8226,1,0,0,0,8226,8228,1,0,0, - 0,8227,8196,1,0,0,0,8227,8213,1,0,0,0,8228,8229,1,0,0,0,8229,8230, - 5,7,0,0,8230,891,1,0,0,0,8231,8232,3,818,409,0,8232,8233,5,20,0, - 0,8233,8235,1,0,0,0,8234,8231,1,0,0,0,8234,8235,1,0,0,0,8235,8236, - 1,0,0,0,8236,8237,3,674,337,0,8237,893,1,0,0,0,8238,8240,5,61,0, - 0,8239,8241,3,896,448,0,8240,8239,1,0,0,0,8240,8241,1,0,0,0,8241, - 8243,1,0,0,0,8242,8244,3,332,166,0,8243,8242,1,0,0,0,8243,8244,1, - 0,0,0,8244,8245,1,0,0,0,8245,8246,3,922,461,0,8246,8247,5,71,0,0, - 8247,8248,3,730,365,0,8248,8249,5,7,0,0,8249,895,1,0,0,0,8250,8265, - 5,268,0,0,8251,8265,5,293,0,0,8252,8265,5,207,0,0,8253,8265,5,249, - 0,0,8254,8256,7,50,0,0,8255,8254,1,0,0,0,8255,8256,1,0,0,0,8256, - 8257,1,0,0,0,8257,8265,3,674,337,0,8258,8265,5,30,0,0,8259,8262, - 7,117,0,0,8260,8263,3,674,337,0,8261,8263,5,30,0,0,8262,8260,1,0, - 0,0,8262,8261,1,0,0,0,8262,8263,1,0,0,0,8263,8265,1,0,0,0,8264,8250, - 1,0,0,0,8264,8251,1,0,0,0,8264,8252,1,0,0,0,8264,8253,1,0,0,0,8264, - 8255,1,0,0,0,8264,8258,1,0,0,0,8264,8259,1,0,0,0,8265,897,1,0,0, - 0,8266,8268,5,265,0,0,8267,8269,3,896,448,0,8268,8267,1,0,0,0,8268, - 8269,1,0,0,0,8269,8270,1,0,0,0,8270,8271,3,922,461,0,8271,8272,5, - 7,0,0,8272,899,1,0,0,0,8273,8275,3,572,286,0,8274,8273,1,0,0,0,8274, - 8275,1,0,0,0,8275,8276,1,0,0,0,8276,8277,5,525,0,0,8277,8279,5,71, - 0,0,8278,8280,5,81,0,0,8279,8278,1,0,0,0,8279,8280,1,0,0,0,8280, - 8281,1,0,0,0,8281,8283,3,774,387,0,8282,8284,5,9,0,0,8283,8282,1, - 0,0,0,8283,8284,1,0,0,0,8284,8289,1,0,0,0,8285,8287,5,36,0,0,8286, - 8285,1,0,0,0,8286,8287,1,0,0,0,8287,8288,1,0,0,0,8288,8290,3,818, - 409,0,8289,8286,1,0,0,0,8289,8290,1,0,0,0,8290,8291,1,0,0,0,8291, - 8292,5,100,0,0,8292,8293,3,902,451,0,8293,8294,5,80,0,0,8294,8296, - 3,674,337,0,8295,8297,3,904,452,0,8296,8295,1,0,0,0,8297,8298,1, - 0,0,0,8298,8296,1,0,0,0,8298,8299,1,0,0,0,8299,901,1,0,0,0,8300, - 8302,5,81,0,0,8301,8300,1,0,0,0,8301,8302,1,0,0,0,8302,8303,1,0, - 0,0,8303,8305,3,774,387,0,8304,8306,5,9,0,0,8305,8304,1,0,0,0,8305, - 8306,1,0,0,0,8306,8312,1,0,0,0,8307,8310,3,564,282,0,8308,8310,3, - 608,304,0,8309,8307,1,0,0,0,8309,8308,1,0,0,0,8310,8312,1,0,0,0, - 8311,8301,1,0,0,0,8311,8309,1,0,0,0,8312,8317,1,0,0,0,8313,8315, - 5,36,0,0,8314,8313,1,0,0,0,8314,8315,1,0,0,0,8315,8316,1,0,0,0,8316, - 8318,3,818,409,0,8317,8314,1,0,0,0,8317,8318,1,0,0,0,8318,903,1, - 0,0,0,8319,8320,5,102,0,0,8320,8323,5,526,0,0,8321,8322,5,33,0,0, - 8322,8324,3,674,337,0,8323,8321,1,0,0,0,8323,8324,1,0,0,0,8324,8325, - 1,0,0,0,8325,8330,5,93,0,0,8326,8331,3,908,454,0,8327,8331,5,182, - 0,0,8328,8329,5,57,0,0,8329,8331,5,270,0,0,8330,8326,1,0,0,0,8330, - 8327,1,0,0,0,8330,8328,1,0,0,0,8331,8346,1,0,0,0,8332,8333,5,102, - 0,0,8333,8334,5,77,0,0,8334,8337,5,526,0,0,8335,8336,5,33,0,0,8336, - 8338,3,674,337,0,8337,8335,1,0,0,0,8337,8338,1,0,0,0,8338,8339,1, - 0,0,0,8339,8343,5,93,0,0,8340,8344,3,906,453,0,8341,8342,5,57,0, - 0,8342,8344,5,270,0,0,8343,8340,1,0,0,0,8343,8341,1,0,0,0,8344,8346, - 1,0,0,0,8345,8319,1,0,0,0,8345,8332,1,0,0,0,8346,905,1,0,0,0,8347, - 8349,5,241,0,0,8348,8350,3,144,72,0,8349,8348,1,0,0,0,8349,8350, - 1,0,0,0,8350,8354,1,0,0,0,8351,8352,5,463,0,0,8352,8353,7,76,0,0, - 8353,8355,5,450,0,0,8354,8351,1,0,0,0,8354,8355,1,0,0,0,8355,8356, - 1,0,0,0,8356,8357,3,910,455,0,8357,907,1,0,0,0,8358,8359,5,369,0, - 0,8359,8377,5,333,0,0,8360,8361,3,800,400,0,8361,8362,5,10,0,0,8362, - 8363,3,912,456,0,8363,8378,1,0,0,0,8364,8365,3,144,72,0,8365,8366, - 5,10,0,0,8366,8367,5,2,0,0,8367,8372,3,912,456,0,8368,8369,5,6,0, - 0,8369,8371,3,912,456,0,8370,8368,1,0,0,0,8371,8374,1,0,0,0,8372, - 8370,1,0,0,0,8372,8373,1,0,0,0,8373,8375,1,0,0,0,8374,8372,1,0,0, - 0,8375,8376,5,3,0,0,8376,8378,1,0,0,0,8377,8360,1,0,0,0,8377,8364, - 1,0,0,0,8378,8379,1,0,0,0,8379,8377,1,0,0,0,8379,8380,1,0,0,0,8380, - 909,1,0,0,0,8381,8382,5,422,0,0,8382,8383,5,2,0,0,8383,8388,3,912, - 456,0,8384,8385,5,6,0,0,8385,8387,3,912,456,0,8386,8384,1,0,0,0, - 8387,8390,1,0,0,0,8388,8386,1,0,0,0,8388,8389,1,0,0,0,8389,8391, - 1,0,0,0,8390,8388,1,0,0,0,8391,8392,5,3,0,0,8392,8396,1,0,0,0,8393, - 8394,5,53,0,0,8394,8396,5,422,0,0,8395,8381,1,0,0,0,8395,8393,1, - 0,0,0,8396,911,1,0,0,0,8397,8400,3,588,294,0,8398,8400,5,53,0,0, - 8399,8397,1,0,0,0,8399,8398,1,0,0,0,8400,913,1,0,0,0,8401,8402,5, - 157,0,0,8402,8403,3,922,461,0,8403,8404,5,7,0,0,8404,915,1,0,0,0, - 8405,8406,5,78,0,0,8406,8407,5,7,0,0,8407,917,1,0,0,0,8408,8414, - 7,67,0,0,8409,8411,5,33,0,0,8410,8412,5,269,0,0,8411,8410,1,0,0, - 0,8411,8412,1,0,0,0,8412,8413,1,0,0,0,8413,8415,5,153,0,0,8414,8409, - 1,0,0,0,8414,8415,1,0,0,0,8415,8416,1,0,0,0,8416,8417,5,7,0,0,8417, - 919,1,0,0,0,8418,8419,5,333,0,0,8419,8420,3,316,158,0,8420,8421, - 5,94,0,0,8421,8422,5,53,0,0,8422,8423,5,7,0,0,8423,8431,1,0,0,0, - 8424,8427,5,313,0,0,8425,8428,3,316,158,0,8426,8428,5,30,0,0,8427, - 8425,1,0,0,0,8427,8426,1,0,0,0,8428,8429,1,0,0,0,8429,8431,5,7,0, - 0,8430,8418,1,0,0,0,8430,8424,1,0,0,0,8431,921,1,0,0,0,8432,8435, - 3,818,409,0,8433,8435,5,28,0,0,8434,8432,1,0,0,0,8434,8433,1,0,0, - 0,8435,923,1,0,0,0,8436,8453,5,517,0,0,8437,8438,5,102,0,0,8438, - 8443,3,926,463,0,8439,8440,5,82,0,0,8440,8442,3,926,463,0,8441,8439, - 1,0,0,0,8442,8445,1,0,0,0,8443,8441,1,0,0,0,8443,8444,1,0,0,0,8444, - 8446,1,0,0,0,8445,8443,1,0,0,0,8446,8450,5,93,0,0,8447,8449,3,846, - 423,0,8448,8447,1,0,0,0,8449,8452,1,0,0,0,8450,8448,1,0,0,0,8450, - 8451,1,0,0,0,8451,8454,1,0,0,0,8452,8450,1,0,0,0,8453,8437,1,0,0, - 0,8454,8455,1,0,0,0,8455,8453,1,0,0,0,8455,8456,1,0,0,0,8456,925, - 1,0,0,0,8457,8461,3,928,464,0,8458,8459,5,511,0,0,8459,8461,3,808, - 404,0,8460,8457,1,0,0,0,8460,8458,1,0,0,0,8461,927,1,0,0,0,8462, - 8465,3,818,409,0,8463,8465,3,828,414,0,8464,8462,1,0,0,0,8464,8463, - 1,0,0,0,8465,929,1,0,0,0,8466,8468,3,756,378,0,8467,8466,1,0,0,0, - 8467,8468,1,0,0,0,8468,8470,1,0,0,0,8469,8471,3,580,290,0,8470,8469, - 1,0,0,0,8470,8471,1,0,0,0,8471,8473,1,0,0,0,8472,8474,3,610,305, - 0,8473,8472,1,0,0,0,8473,8474,1,0,0,0,8474,8476,1,0,0,0,8475,8477, - 3,638,319,0,8476,8475,1,0,0,0,8476,8477,1,0,0,0,8477,8479,1,0,0, - 0,8478,8480,3,600,300,0,8479,8478,1,0,0,0,8479,8480,1,0,0,0,8480, - 8483,1,0,0,0,8481,8482,5,67,0,0,8482,8484,3,674,337,0,8483,8481, - 1,0,0,0,8483,8484,1,0,0,0,8484,8486,1,0,0,0,8485,8487,3,702,351, - 0,8486,8485,1,0,0,0,8486,8487,1,0,0,0,8487,931,1,0,0,0,1187,935, - 942,1062,1064,1073,1078,1084,1119,1129,1135,1140,1147,1152,1159, - 1170,1178,1182,1194,1200,1206,1210,1215,1219,1232,1242,1244,1250, - 1255,1268,1271,1276,1281,1292,1296,1308,1312,1315,1319,1331,1349, - 1356,1364,1369,1376,1384,1390,1398,1406,1410,1424,1429,1434,1446, - 1452,1464,1469,1479,1485,1490,1498,1503,1510,1515,1520,1530,1535, - 1540,1547,1551,1565,1571,1577,1582,1589,1601,1609,1617,1633,1642, - 1651,1660,1664,1676,1684,1694,1714,1719,1722,1729,1732,1736,1740, - 1743,1748,1753,1757,1766,1772,1776,1785,1788,1794,1803,1815,1819, - 1823,1828,1831,1837,1839,1841,1845,1851,1855,1860,1865,1869,1872, - 1879,1892,1905,1929,1939,1946,1951,1955,1962,1967,1970,1972,1977, - 1981,1985,1989,1994,1997,2001,2004,2008,2016,2021,2024,2028,2034, - 2043,2047,2053,2055,2064,2069,2081,2086,2090,2094,2099,2103,2106, - 2109,2112,2115,2118,2123,2126,2129,2132,2135,2138,2144,2148,2151, - 2154,2157,2160,2162,2169,2177,2187,2192,2202,2205,2210,2215,2220, - 2223,2228,2237,2239,2243,2246,2250,2255,2260,2264,2267,2271,2274, - 2279,2282,2287,2290,2294,2297,2300,2305,2308,2316,2328,2332,2339, - 2344,2347,2350,2353,2358,2369,2375,2379,2382,2385,2390,2397,2400, - 2404,2412,2417,2420,2423,2430,2435,2444,2447,2450,2455,2458,2470, - 2480,2497,2501,2505,2507,2524,2526,2542,2553,2556,2559,2568,2577, - 2593,2596,2599,2607,2611,2618,2627,2631,2637,2641,2644,2647,2650, - 2653,2659,2663,2668,2672,2675,2678,2681,2686,2692,2696,2700,2704, - 2710,2712,2717,2723,2729,2733,2748,2753,2756,2758,2761,2765,2769, - 2772,2775,2783,2789,2791,2797,2802,2807,2811,2818,2820,2831,2870, - 2880,2882,2885,2889,2893,2903,2905,2911,2913,2922,2934,2948,2953, - 2956,2963,2968,2976,2978,2984,2989,2993,2998,3004,3011,3017,3019, - 3028,3034,3042,3048,3053,3058,3066,3081,3083,3087,3091,3094,3097, - 3106,3109,3112,3118,3124,3128,3140,3146,3149,3154,3158,3165,3175, - 3177,3201,3213,3218,3220,3224,3227,3230,3240,3243,3253,3258,3263, - 3266,3269,3277,3283,3290,3298,3301,3312,3316,3322,3329,3332,3341, - 3355,3358,3372,3383,3386,3398,3403,3416,3421,3434,3443,3446,3449, - 3456,3459,3471,3477,3479,3487,3495,3503,3515,3520,3531,3542,3550, - 3558,3565,3572,3574,3577,3582,3587,3606,3615,3618,3645,3654,3657, - 3661,3665,3669,3676,3680,3684,3688,3692,3697,3701,3706,3712,3717, - 3724,3728,3734,3738,3743,3751,3757,3762,3769,3774,3778,3783,3789, - 3796,3801,3808,3813,3820,3824,3832,3836,3838,3841,3846,3856,3871, - 3874,3882,3889,3894,3900,3904,3911,3916,3919,3922,3926,3935,3953, - 3956,3988,3993,3999,4019,4024,4030,4033,4037,4041,4047,4050,4054, - 4058,4063,4066,4069,4072,4085,4091,4099,4106,4111,4114,4121,4124, - 4132,4135,4140,4147,4150,4170,4182,4185,4191,4196,4205,4213,4218, - 4224,4231,4239,4242,4253,4255,4269,4275,4283,4285,4291,4295,4298, - 4301,4306,4311,4315,4318,4321,4324,4327,4335,4346,4349,4352,4357, - 4360,4364,4368,4374,4382,4385,4398,4403,4405,4410,4417,4424,4433, - 4441,4449,4456,4464,4471,4479,4483,4487,4489,4495,4500,4504,4511, - 4516,4521,4526,4528,4538,4548,4564,4582,4594,4601,4616,4621,4624, - 4629,4634,4639,4642,4645,4650,4657,4661,4666,4673,4677,4683,4692, - 4701,4713,4715,4728,4734,4738,4740,4747,4760,4767,4769,4785,4789, - 4793,4798,4803,4808,4813,4816,4828,4881,4890,4894,4903,4907,4916, - 4920,4925,4928,4932,4937,4939,4948,4953,4964,4968,4982,4990,5028, - 5030,5049,5052,5079,5083,5087,5091,5095,5098,5113,5120,5134,5147, - 5172,5191,5206,5222,5229,5240,5243,5262,5265,5278,5282,5302,5314, - 5318,5340,5344,5354,5358,5364,5368,5372,5376,5383,5388,5399,5403, - 5406,5411,5417,5428,5432,5435,5439,5443,5446,5456,5459,5463,5468, - 5474,5477,5482,5485,5492,5494,5500,5504,5513,5518,5520,5530,5533, - 5538,5546,5549,5554,5556,5558,5564,5581,5587,5600,5606,5610,5615, - 5645,5660,5665,5669,5682,5686,5688,5697,5703,5705,5709,5712,5715, - 5718,5721,5723,5726,5730,5738,5743,5746,5752,5756,5760,5765,5767, - 5771,5775,5782,5788,5792,5794,5796,5809,5817,5825,5836,5845,5850, - 5854,5858,5865,5868,5870,5878,5882,5885,5892,5899,5904,5911,5914, - 5916,5919,5925,5930,5934,5941,5951,5958,5961,5964,5968,5979,5982, - 5985,5988,5991,5998,6001,6004,6011,6023,6030,6032,6037,6042,6044, - 6050,6057,6062,6067,6071,6075,6079,6081,6085,6089,6092,6095,6097, - 6107,6109,6114,6118,6123,6127,6134,6139,6143,6146,6152,6155,6174, - 6181,6185,6188,6192,6196,6199,6202,6207,6216,6223,6227,6231,6235, - 6238,6240,6245,6249,6254,6260,6267,6272,6277,6286,6293,6301,6312, - 6317,6321,6324,6328,6333,6337,6342,6350,6361,6366,6370,6373,6376, - 6378,6381,6384,6387,6391,6395,6399,6401,6410,6415,6421,6425,6427, - 6434,6439,6445,6447,6451,6458,6463,6466,6472,6476,6482,6491,6497, - 6499,6504,6507,6516,6523,6525,6532,6537,6540,6550,6561,6566,6570, - 6578,6588,6595,6601,6612,6618,6628,6637,6641,6644,6646,6648,6652, - 6660,6663,6668,6673,6680,6682,6688,6692,6695,6700,6703,6705,6711, - 6720,6726,6729,6737,6740,6744,6750,6752,6755,6759,6764,6771,6778, - 6780,6786,6788,6793,6795,6799,6808,6812,6820,6822,6836,6839,6847, - 6856,6862,6867,6875,6877,6882,6886,6891,6896,6902,6918,6920,6929, - 6944,6949,6952,6958,6963,6976,6981,6985,6992,7011,7023,7028,7036, - 7038,7040,7049,7052,7057,7062,7065,7076,7084,7089,7091,7094,7098, - 7109,7130,7138,7151,7161,7167,7173,7176,7179,7205,7207,7228,7238, - 7251,7256,7260,7262,7274,7281,7287,7293,7297,7308,7318,7322,7327, - 7330,7333,7342,7353,7355,7359,7364,7373,7378,7386,7396,7404,7408, - 7411,7418,7426,7430,7437,7445,7447,7456,7459,7471,7480,7487,7496, - 7506,7511,7515,7517,7520,7525,7530,7538,7546,7549,7556,7564,7572, - 7580,7597,7604,7612,7629,7635,7641,7649,7655,7660,7668,7673,7676, - 7685,7692,7697,7701,7706,7712,7717,7725,7780,7787,7793,7795,7797, - 7799,7805,7809,7813,7824,7827,7831,7835,7839,7842,7845,7848,7857, - 7862,7866,7899,7909,7913,7919,7924,7933,7941,7952,7960,7969,7978, - 7983,7987,7997,8002,8010,8015,8018,8025,8031,8039,8047,8050,8057, - 8059,8062,8068,8077,8081,8095,8098,8100,8106,8116,8118,8120,8128, - 8131,8134,8144,8152,8158,8164,8171,8175,8179,8182,8185,8191,8198, - 8201,8209,8211,8220,8225,8227,8234,8240,8243,8255,8262,8264,8268, - 8274,8279,8283,8286,8289,8298,8301,8305,8309,8311,8314,8317,8323, - 8330,8337,8343,8345,8349,8354,8372,8377,8379,8388,8395,8399,8411, - 8414,8427,8430,8434,8443,8450,8455,8460,8464,8467,8470,8473,8476, - 8479,8483,8486 + 902,904,906,908,910,912,914,916,918,920,922,0,118,2,0,195,195,364, + 364,2,0,66,66,318,318,2,0,99,99,318,318,2,0,134,134,318,318,1,0, + 529,531,2,0,10,10,94,94,2,0,133,133,191,191,2,0,254,254,332,332, + 2,0,162,162,363,363,2,0,180,180,221,221,5,0,30,30,288,288,329,329, + 352,352,354,354,2,0,109,109,532,532,2,0,158,158,277,277,2,0,367, + 367,439,439,2,0,139,139,312,312,2,0,191,191,333,333,2,0,313,313, + 333,333,2,0,150,150,315,315,2,0,64,64,94,94,4,0,78,78,183,183,197, + 197,298,298,2,0,213,213,254,254,2,0,352,352,354,354,2,0,200,200, + 224,224,9,0,30,30,160,160,165,165,179,179,219,219,227,227,342,342, + 345,345,438,438,3,0,113,113,284,284,336,336,2,0,53,53,78,78,2,0, + 105,105,379,379,2,0,260,260,262,262,3,0,173,173,260,260,262,262, + 1,0,12,13,2,0,64,64,375,375,2,0,156,156,206,206,2,0,189,189,360, + 360,2,0,215,215,373,373,3,0,133,133,191,191,333,333,5,0,30,30,88, + 88,182,182,241,241,369,369,2,0,9,9,94,94,2,0,92,92,226,226,1,0,448, + 449,2,0,92,92,414,414,2,0,341,341,414,414,4,0,163,163,185,185,283, + 283,353,353,2,0,135,135,145,145,2,0,211,211,278,278,3,0,321,321, + 357,357,445,445,3,0,66,66,99,99,318,318,5,0,108,108,168,168,226, + 226,328,328,342,342,2,0,167,167,314,314,2,0,61,61,265,265,4,0,207, + 207,249,249,268,268,293,293,2,0,130,130,307,307,2,0,64,64,68,68, + 10,0,46,46,88,88,182,182,202,202,241,241,352,352,354,354,357,358, + 369,369,521,523,5,0,212,212,329,329,350,350,455,455,457,457,5,0, + 212,212,329,329,350,350,361,361,455,456,2,0,37,37,55,55,2,0,207, + 207,249,249,2,0,10,10,53,53,2,0,181,181,243,243,2,0,170,170,320, + 320,2,0,141,141,223,223,5,0,108,108,168,168,189,189,342,342,360, + 360,2,0,226,226,328,328,2,0,163,163,185,185,2,0,186,186,193,193, + 4,0,88,88,182,182,241,241,369,369,2,0,137,137,242,242,2,0,161,161, + 319,319,4,0,129,129,161,161,319,319,454,454,2,0,356,356,380,380, + 2,0,81,81,382,382,2,0,151,151,254,254,2,0,133,133,138,138,1,0,31, + 32,2,0,128,128,547,547,2,0,60,60,96,96,2,0,99,99,349,349,2,0,131, + 131,414,414,2,0,201,201,334,334,3,0,59,59,70,70,97,97,2,0,30,30, + 56,56,1,0,527,528,2,0,207,207,268,268,2,0,320,320,414,414,2,0,571, + 571,573,573,1,0,468,469,4,0,113,113,115,115,119,119,126,126,2,0, + 360,360,477,477,2,0,394,395,409,409,2,0,391,392,406,406,1,0,391, + 392,1,0,418,419,5,0,10,10,16,17,21,21,23,23,25,25,3,0,9,9,14,14, + 27,27,2,0,98,98,396,396,2,0,50,51,75,76,2,0,41,41,420,420,3,0,39, + 39,73,73,95,95,4,0,393,393,399,399,404,404,425,425,2,0,292,292,347, + 347,2,0,166,166,188,188,2,0,304,304,450,450,3,0,299,299,320,320, + 481,481,2,0,208,208,289,289,3,0,30,30,34,34,90,90,6,0,9,10,12,17, + 21,21,23,23,25,25,27,27,2,0,114,114,120,120,2,0,20,20,22,22,1,0, + 483,486,17,0,53,53,116,116,123,124,129,228,238,386,433,452,455,469, + 471,471,473,473,475,475,477,488,490,502,504,504,506,518,520,520, + 524,524,547,548,3,0,106,123,125,128,472,472,4,0,30,52,54,70,72,105, + 454,454,2,0,62,62,116,116,2,0,10,10,20,20,2,0,434,434,501,501,2, + 0,167,167,507,507,1,0,512,517,2,0,144,144,210,210,9875,0,927,1,0, + 0,0,2,932,1,0,0,0,4,1056,1,0,0,0,6,1058,1,0,0,0,8,1061,1,0,0,0,10, + 1111,1,0,0,0,12,1121,1,0,0,0,14,1123,1,0,0,0,16,1135,1,0,0,0,18, + 1147,1,0,0,0,20,1158,1,0,0,0,22,1192,1,0,0,0,24,1236,1,0,0,0,26, + 1238,1,0,0,0,28,1250,1,0,0,0,30,1257,1,0,0,0,32,1276,1,0,0,0,34, + 1284,1,0,0,0,36,1286,1,0,0,0,38,1300,1,0,0,0,40,1304,1,0,0,0,42, + 1341,1,0,0,0,44,1343,1,0,0,0,46,1351,1,0,0,0,48,1361,1,0,0,0,50, + 1368,1,0,0,0,52,1376,1,0,0,0,54,1382,1,0,0,0,56,1398,1,0,0,0,58, + 1402,1,0,0,0,60,1404,1,0,0,0,62,1416,1,0,0,0,64,1421,1,0,0,0,66, + 1426,1,0,0,0,68,1428,1,0,0,0,70,1440,1,0,0,0,72,1448,1,0,0,0,74, + 1450,1,0,0,0,76,1570,1,0,0,0,78,1572,1,0,0,0,80,1586,1,0,0,0,82, + 1588,1,0,0,0,84,1825,1,0,0,0,86,1832,1,0,0,0,88,1834,1,0,0,0,90, + 1836,1,0,0,0,92,1839,1,0,0,0,94,1850,1,0,0,0,96,1853,1,0,0,0,98, + 1883,1,0,0,0,100,1885,1,0,0,0,102,1926,1,0,0,0,104,1928,1,0,0,0, + 106,1982,1,0,0,0,108,2023,1,0,0,0,110,2025,1,0,0,0,112,2042,1,0, + 0,0,114,2123,1,0,0,0,116,2125,1,0,0,0,118,2136,1,0,0,0,120,2159, + 1,0,0,0,122,2177,1,0,0,0,124,2179,1,0,0,0,126,2214,1,0,0,0,128,2307, + 1,0,0,0,130,2312,1,0,0,0,132,2314,1,0,0,0,134,2412,1,0,0,0,136,2414, + 1,0,0,0,138,2418,1,0,0,0,140,2429,1,0,0,0,142,2437,1,0,0,0,144,2440, + 1,0,0,0,146,2443,1,0,0,0,148,2461,1,0,0,0,150,2463,1,0,0,0,152,2467, + 1,0,0,0,154,2480,1,0,0,0,156,2482,1,0,0,0,158,2487,1,0,0,0,160,2507, + 1,0,0,0,162,2515,1,0,0,0,164,2522,1,0,0,0,166,2524,1,0,0,0,168,2533, + 1,0,0,0,170,2536,1,0,0,0,172,2540,1,0,0,0,174,2544,1,0,0,0,176,2569, + 1,0,0,0,178,2579,1,0,0,0,180,2593,1,0,0,0,182,2609,1,0,0,0,184,2615, + 1,0,0,0,186,2642,1,0,0,0,188,2652,1,0,0,0,190,2668,1,0,0,0,192,2712, + 1,0,0,0,194,2719,1,0,0,0,196,2721,1,0,0,0,198,2747,1,0,0,0,200,2758, + 1,0,0,0,202,2777,1,0,0,0,204,2788,1,0,0,0,206,2826,1,0,0,0,208,2847, + 1,0,0,0,210,2849,1,0,0,0,212,2869,1,0,0,0,214,2881,1,0,0,0,216,2893, + 1,0,0,0,218,2896,1,0,0,0,220,2899,1,0,0,0,222,2919,1,0,0,0,224,2924, + 1,0,0,0,226,2973,1,0,0,0,228,2975,1,0,0,0,230,2998,1,0,0,0,232,3014, + 1,0,0,0,234,3026,1,0,0,0,236,3053,1,0,0,0,238,3068,1,0,0,0,240,3131, + 1,0,0,0,242,3133,1,0,0,0,244,3138,1,0,0,0,246,3144,1,0,0,0,248,3231, + 1,0,0,0,250,3237,1,0,0,0,252,3239,1,0,0,0,254,3255,1,0,0,0,256,3257, + 1,0,0,0,258,3266,1,0,0,0,260,3270,1,0,0,0,262,3283,1,0,0,0,264,3295, + 1,0,0,0,266,3297,1,0,0,0,268,3319,1,0,0,0,270,3331,1,0,0,0,272,3342, + 1,0,0,0,274,3433,1,0,0,0,276,3435,1,0,0,0,278,3446,1,0,0,0,280,3457, + 1,0,0,0,282,3459,1,0,0,0,284,3485,1,0,0,0,286,3487,1,0,0,0,288,3491, + 1,0,0,0,290,3541,1,0,0,0,292,3543,1,0,0,0,294,3549,1,0,0,0,296,3574, + 1,0,0,0,298,3578,1,0,0,0,300,3792,1,0,0,0,302,3810,1,0,0,0,304,3836, + 1,0,0,0,306,3838,1,0,0,0,308,3846,1,0,0,0,310,3852,1,0,0,0,312,3856, + 1,0,0,0,314,3876,1,0,0,0,316,3882,1,0,0,0,318,3949,1,0,0,0,320,3980, + 1,0,0,0,322,4026,1,0,0,0,324,4028,1,0,0,0,326,4030,1,0,0,0,328,4041, + 1,0,0,0,330,4078,1,0,0,0,332,4080,1,0,0,0,334,4086,1,0,0,0,336,4136, + 1,0,0,0,338,4139,1,0,0,0,340,4153,1,0,0,0,342,4174,1,0,0,0,344,4198, + 1,0,0,0,346,4239,1,0,0,0,348,4241,1,0,0,0,350,4243,1,0,0,0,352,4283, + 1,0,0,0,354,4300,1,0,0,0,356,4320,1,0,0,0,358,4373,1,0,0,0,360,4376, + 1,0,0,0,362,4382,1,0,0,0,364,4390,1,0,0,0,366,4403,1,0,0,0,368,4405, + 1,0,0,0,370,4418,1,0,0,0,372,4420,1,0,0,0,374,4433,1,0,0,0,376,4443, + 1,0,0,0,378,4454,1,0,0,0,380,4465,1,0,0,0,382,4467,1,0,0,0,384,4472, + 1,0,0,0,386,4486,1,0,0,0,388,4518,1,0,0,0,390,4555,1,0,0,0,392,4557, + 1,0,0,0,394,4560,1,0,0,0,396,4563,1,0,0,0,398,4580,1,0,0,0,400,4601, + 1,0,0,0,402,4617,1,0,0,0,404,4633,1,0,0,0,406,4655,1,0,0,0,408,4660, + 1,0,0,0,410,4663,1,0,0,0,412,4671,1,0,0,0,414,4696,1,0,0,0,416,4699, + 1,0,0,0,418,4727,1,0,0,0,420,4732,1,0,0,0,422,4772,1,0,0,0,424,4984, + 1,0,0,0,426,4986,1,0,0,0,428,5074,1,0,0,0,430,5076,1,0,0,0,432,5082, + 1,0,0,0,434,5093,1,0,0,0,436,5103,1,0,0,0,438,5183,1,0,0,0,440,5185, + 1,0,0,0,442,5199,1,0,0,0,444,5221,1,0,0,0,446,5294,1,0,0,0,448,5296, + 1,0,0,0,450,5337,1,0,0,0,452,5339,1,0,0,0,454,5344,1,0,0,0,456,5347, + 1,0,0,0,458,5350,1,0,0,0,460,5400,1,0,0,0,462,5402,1,0,0,0,464,5413, + 1,0,0,0,466,5415,1,0,0,0,468,5425,1,0,0,0,470,5460,1,0,0,0,472,5463, + 1,0,0,0,474,5484,1,0,0,0,476,5494,1,0,0,0,478,5514,1,0,0,0,480,5520, + 1,0,0,0,482,5526,1,0,0,0,484,5531,1,0,0,0,486,5544,1,0,0,0,488,5571, + 1,0,0,0,490,5619,1,0,0,0,492,5621,1,0,0,0,494,5659,1,0,0,0,496,5661, + 1,0,0,0,498,5682,1,0,0,0,500,5702,1,0,0,0,502,5706,1,0,0,0,504,5721, + 1,0,0,0,506,5723,1,0,0,0,508,5727,1,0,0,0,510,5731,1,0,0,0,512,5739, + 1,0,0,0,514,5763,1,0,0,0,516,5765,1,0,0,0,518,5776,1,0,0,0,520,5784, + 1,0,0,0,522,5799,1,0,0,0,524,5824,1,0,0,0,526,5826,1,0,0,0,528,5830, + 1,0,0,0,530,5839,1,0,0,0,532,5879,1,0,0,0,534,5890,1,0,0,0,536,5898, + 1,0,0,0,538,5901,1,0,0,0,540,5905,1,0,0,0,542,5920,1,0,0,0,544,5945, + 1,0,0,0,546,5960,1,0,0,0,548,5986,1,0,0,0,550,5988,1,0,0,0,552,6011, + 1,0,0,0,554,6013,1,0,0,0,556,6021,1,0,0,0,558,6039,1,0,0,0,560,6063, + 1,0,0,0,562,6075,1,0,0,0,564,6079,1,0,0,0,566,6091,1,0,0,0,568,6111, + 1,0,0,0,570,6119,1,0,0,0,572,6133,1,0,0,0,574,6156,1,0,0,0,576,6158, + 1,0,0,0,578,6163,1,0,0,0,580,6173,1,0,0,0,582,6194,1,0,0,0,584,6196, + 1,0,0,0,586,6205,1,0,0,0,588,6216,1,0,0,0,590,6226,1,0,0,0,592,6228, + 1,0,0,0,594,6235,1,0,0,0,596,6266,1,0,0,0,598,6296,1,0,0,0,600,6298, + 1,0,0,0,602,6307,1,0,0,0,604,6310,1,0,0,0,606,6381,1,0,0,0,608,6405, + 1,0,0,0,610,6426,1,0,0,0,612,6428,1,0,0,0,614,6436,1,0,0,0,616,6453, + 1,0,0,0,618,6479,1,0,0,0,620,6481,1,0,0,0,622,6489,1,0,0,0,624,6496, + 1,0,0,0,626,6520,1,0,0,0,628,6526,1,0,0,0,630,6534,1,0,0,0,632,6537, + 1,0,0,0,634,6544,1,0,0,0,636,6552,1,0,0,0,638,6557,1,0,0,0,640,6587, + 1,0,0,0,642,6614,1,0,0,0,644,6642,1,0,0,0,646,6659,1,0,0,0,648,6665, + 1,0,0,0,650,6683,1,0,0,0,652,6685,1,0,0,0,654,6689,1,0,0,0,656,6706, + 1,0,0,0,658,6711,1,0,0,0,660,6749,1,0,0,0,662,6751,1,0,0,0,664,6755, + 1,0,0,0,666,6757,1,0,0,0,668,6766,1,0,0,0,670,6850,1,0,0,0,672,6856, + 1,0,0,0,674,6965,1,0,0,0,676,6997,1,0,0,0,678,7048,1,0,0,0,680,7052, + 1,0,0,0,682,7228,1,0,0,0,684,7230,1,0,0,0,686,7238,1,0,0,0,688,7243, + 1,0,0,0,690,7245,1,0,0,0,692,7253,1,0,0,0,694,7256,1,0,0,0,696,7265, + 1,0,0,0,698,7269,1,0,0,0,700,7274,1,0,0,0,702,7291,1,0,0,0,704,7318, + 1,0,0,0,706,7327,1,0,0,0,708,7329,1,0,0,0,710,7336,1,0,0,0,712,7340, + 1,0,0,0,714,7342,1,0,0,0,716,7350,1,0,0,0,718,7358,1,0,0,0,720,7365, + 1,0,0,0,722,7367,1,0,0,0,724,7380,1,0,0,0,726,7384,1,0,0,0,728,7386, + 1,0,0,0,730,7401,1,0,0,0,732,7403,1,0,0,0,734,7425,1,0,0,0,736,7427, + 1,0,0,0,738,7450,1,0,0,0,740,7452,1,0,0,0,742,7474,1,0,0,0,744,7477, + 1,0,0,0,746,7484,1,0,0,0,748,7487,1,0,0,0,750,7503,1,0,0,0,752,7505, + 1,0,0,0,754,7513,1,0,0,0,756,7521,1,0,0,0,758,7529,1,0,0,0,760,7537, + 1,0,0,0,762,7539,1,0,0,0,764,7541,1,0,0,0,766,7543,1,0,0,0,768,7545, + 1,0,0,0,770,7547,1,0,0,0,772,7549,1,0,0,0,774,7553,1,0,0,0,776,7561, + 1,0,0,0,778,7569,1,0,0,0,780,7571,1,0,0,0,782,7573,1,0,0,0,784,7575, + 1,0,0,0,786,7577,1,0,0,0,788,7583,1,0,0,0,790,7589,1,0,0,0,792,7595, + 1,0,0,0,794,7597,1,0,0,0,796,7603,1,0,0,0,798,7609,1,0,0,0,800,7611, + 1,0,0,0,802,7627,1,0,0,0,804,7630,1,0,0,0,806,7639,1,0,0,0,808,7641, + 1,0,0,0,810,7651,1,0,0,0,812,7655,1,0,0,0,814,7660,1,0,0,0,816,7666, + 1,0,0,0,818,7679,1,0,0,0,820,7681,1,0,0,0,822,7734,1,0,0,0,824,7736, + 1,0,0,0,826,7738,1,0,0,0,828,7741,1,0,0,0,830,7769,1,0,0,0,832,7773, + 1,0,0,0,834,7824,1,0,0,0,836,7827,1,0,0,0,838,7853,1,0,0,0,840,7855, + 1,0,0,0,842,7878,1,0,0,0,844,7880,1,0,0,0,846,7885,1,0,0,0,848,7900, + 1,0,0,0,850,7906,1,0,0,0,852,7917,1,0,0,0,854,7947,1,0,0,0,856,7954, + 1,0,0,0,858,7979,1,0,0,0,860,7989,1,0,0,0,862,8016,1,0,0,0,864,8029, + 1,0,0,0,866,8039,1,0,0,0,868,8058,1,0,0,0,870,8090,1,0,0,0,872,8094, + 1,0,0,0,874,8102,1,0,0,0,876,8116,1,0,0,0,878,8122,1,0,0,0,880,8143, + 1,0,0,0,882,8149,1,0,0,0,884,8188,1,0,0,0,886,8192,1,0,0,0,888,8218, + 1,0,0,0,890,8220,1,0,0,0,892,8228,1,0,0,0,894,8265,1,0,0,0,896,8299, + 1,0,0,0,898,8301,1,0,0,0,900,8312,1,0,0,0,902,8349,1,0,0,0,904,8353, + 1,0,0,0,906,8355,1,0,0,0,908,8359,1,0,0,0,910,8362,1,0,0,0,912,8384, + 1,0,0,0,914,8388,1,0,0,0,916,8390,1,0,0,0,918,8414,1,0,0,0,920,8418, + 1,0,0,0,922,8421,1,0,0,0,924,926,3,2,1,0,925,924,1,0,0,0,926,929, + 1,0,0,0,927,925,1,0,0,0,927,928,1,0,0,0,928,930,1,0,0,0,929,927, + 1,0,0,0,930,931,5,0,0,1,931,1,1,0,0,0,932,934,3,4,2,0,933,935,5, + 7,0,0,934,933,1,0,0,0,934,935,1,0,0,0,935,3,1,0,0,0,936,1057,3,270, + 135,0,937,1057,3,480,240,0,938,1057,3,476,238,0,939,1057,3,478,239, + 0,940,1057,3,344,172,0,941,1057,3,486,243,0,942,1057,3,284,142,0, + 943,1057,3,202,101,0,944,1057,3,204,102,0,945,1057,3,210,105,0,946, + 1057,3,224,112,0,947,1057,3,396,198,0,948,1057,3,28,14,0,949,1057, + 3,426,213,0,950,1057,3,428,214,0,951,1057,3,438,219,0,952,1057,3, + 430,215,0,953,1057,3,436,218,0,954,1057,3,236,118,0,955,1057,3,238, + 119,0,956,1057,3,190,95,0,957,1057,3,482,241,0,958,1057,3,76,38, + 0,959,1057,3,422,211,0,960,1057,3,100,50,0,961,1057,3,442,221,0, + 962,1057,3,18,9,0,963,1057,3,20,10,0,964,1057,3,16,8,0,965,1057, + 3,446,223,0,966,1057,3,176,88,0,967,1057,3,490,245,0,968,1057,3, + 488,244,0,969,1057,3,232,116,0,970,1057,3,498,249,0,971,1057,3,6, + 3,0,972,1057,3,72,36,0,973,1057,3,104,52,0,974,1057,3,494,247,0, + 975,1057,3,316,158,0,976,1057,3,70,35,0,977,1057,3,106,53,0,978, + 1057,3,246,123,0,979,1057,3,178,89,0,980,1057,3,272,136,0,981,1057, + 3,412,206,0,982,1057,3,492,246,0,983,1057,3,484,242,0,984,1057,3, + 200,100,0,985,1057,3,206,103,0,986,1057,3,220,110,0,987,1057,3,226, + 113,0,988,1057,3,356,178,0,989,1057,3,26,13,0,990,1057,3,184,92, + 0,991,1057,3,288,144,0,992,1057,3,292,146,0,993,1057,3,440,220,0, + 994,1057,3,294,147,0,995,1057,3,234,117,0,996,1057,3,196,98,0,997, + 1057,3,30,15,0,998,1057,3,188,94,0,999,1057,3,112,56,0,1000,1057, + 3,444,222,0,1001,1057,3,174,87,0,1002,1057,3,198,99,0,1003,1057, + 3,416,208,0,1004,1057,3,248,124,0,1005,1057,3,266,133,0,1006,1057, + 3,8,4,0,1007,1057,3,14,7,0,1008,1057,3,230,115,0,1009,1057,3,472, + 236,0,1010,1057,3,528,264,0,1011,1057,3,550,275,0,1012,1057,3,274, + 137,0,1013,1057,3,540,270,0,1014,1057,3,74,37,0,1015,1057,3,410, + 205,0,1016,1057,3,300,150,0,1017,1057,3,524,262,0,1018,1057,3,512, + 256,0,1019,1057,3,320,160,0,1020,1057,3,326,163,0,1021,1057,3,340, + 170,0,1022,1057,3,892,446,0,1023,1057,3,228,114,0,1024,1057,3,350, + 175,0,1025,1057,3,530,265,0,1026,1057,3,456,228,0,1027,1057,3,186, + 93,0,1028,1057,3,470,235,0,1029,1057,3,542,271,0,1030,1057,3,452, + 226,0,1031,1057,3,518,259,0,1032,1057,3,298,149,0,1033,1057,3,420, + 210,0,1034,1057,3,400,200,0,1035,1057,3,398,199,0,1036,1057,3,402, + 201,0,1037,1057,3,424,212,0,1038,1057,3,328,164,0,1039,1057,3,342, + 171,0,1040,1057,3,448,224,0,1041,1057,3,318,159,0,1042,1057,3,552, + 276,0,1043,1057,3,460,230,0,1044,1057,3,312,156,0,1045,1057,3,458, + 229,0,1046,1057,3,544,272,0,1047,1057,3,496,248,0,1048,1057,3,60, + 30,0,1049,1057,3,36,18,0,1050,1057,3,68,34,0,1051,1057,3,468,234, + 0,1052,1054,5,581,0,0,1053,1055,5,582,0,0,1054,1053,1,0,0,0,1054, + 1055,1,0,0,0,1055,1057,1,0,0,0,1056,936,1,0,0,0,1056,937,1,0,0,0, + 1056,938,1,0,0,0,1056,939,1,0,0,0,1056,940,1,0,0,0,1056,941,1,0, + 0,0,1056,942,1,0,0,0,1056,943,1,0,0,0,1056,944,1,0,0,0,1056,945, + 1,0,0,0,1056,946,1,0,0,0,1056,947,1,0,0,0,1056,948,1,0,0,0,1056, + 949,1,0,0,0,1056,950,1,0,0,0,1056,951,1,0,0,0,1056,952,1,0,0,0,1056, + 953,1,0,0,0,1056,954,1,0,0,0,1056,955,1,0,0,0,1056,956,1,0,0,0,1056, + 957,1,0,0,0,1056,958,1,0,0,0,1056,959,1,0,0,0,1056,960,1,0,0,0,1056, + 961,1,0,0,0,1056,962,1,0,0,0,1056,963,1,0,0,0,1056,964,1,0,0,0,1056, + 965,1,0,0,0,1056,966,1,0,0,0,1056,967,1,0,0,0,1056,968,1,0,0,0,1056, + 969,1,0,0,0,1056,970,1,0,0,0,1056,971,1,0,0,0,1056,972,1,0,0,0,1056, + 973,1,0,0,0,1056,974,1,0,0,0,1056,975,1,0,0,0,1056,976,1,0,0,0,1056, + 977,1,0,0,0,1056,978,1,0,0,0,1056,979,1,0,0,0,1056,980,1,0,0,0,1056, + 981,1,0,0,0,1056,982,1,0,0,0,1056,983,1,0,0,0,1056,984,1,0,0,0,1056, + 985,1,0,0,0,1056,986,1,0,0,0,1056,987,1,0,0,0,1056,988,1,0,0,0,1056, + 989,1,0,0,0,1056,990,1,0,0,0,1056,991,1,0,0,0,1056,992,1,0,0,0,1056, + 993,1,0,0,0,1056,994,1,0,0,0,1056,995,1,0,0,0,1056,996,1,0,0,0,1056, + 997,1,0,0,0,1056,998,1,0,0,0,1056,999,1,0,0,0,1056,1000,1,0,0,0, + 1056,1001,1,0,0,0,1056,1002,1,0,0,0,1056,1003,1,0,0,0,1056,1004, + 1,0,0,0,1056,1005,1,0,0,0,1056,1006,1,0,0,0,1056,1007,1,0,0,0,1056, + 1008,1,0,0,0,1056,1009,1,0,0,0,1056,1010,1,0,0,0,1056,1011,1,0,0, + 0,1056,1012,1,0,0,0,1056,1013,1,0,0,0,1056,1014,1,0,0,0,1056,1015, + 1,0,0,0,1056,1016,1,0,0,0,1056,1017,1,0,0,0,1056,1018,1,0,0,0,1056, + 1019,1,0,0,0,1056,1020,1,0,0,0,1056,1021,1,0,0,0,1056,1022,1,0,0, + 0,1056,1023,1,0,0,0,1056,1024,1,0,0,0,1056,1025,1,0,0,0,1056,1026, + 1,0,0,0,1056,1027,1,0,0,0,1056,1028,1,0,0,0,1056,1029,1,0,0,0,1056, + 1030,1,0,0,0,1056,1031,1,0,0,0,1056,1032,1,0,0,0,1056,1033,1,0,0, + 0,1056,1034,1,0,0,0,1056,1035,1,0,0,0,1056,1036,1,0,0,0,1056,1037, + 1,0,0,0,1056,1038,1,0,0,0,1056,1039,1,0,0,0,1056,1040,1,0,0,0,1056, + 1041,1,0,0,0,1056,1042,1,0,0,0,1056,1043,1,0,0,0,1056,1044,1,0,0, + 0,1056,1045,1,0,0,0,1056,1046,1,0,0,0,1056,1047,1,0,0,0,1056,1048, + 1,0,0,0,1056,1049,1,0,0,0,1056,1050,1,0,0,0,1056,1051,1,0,0,0,1056, + 1052,1,0,0,0,1057,5,1,0,0,0,1058,1059,5,433,0,0,1059,1060,3,676, + 338,0,1060,7,1,0,0,0,1061,1062,5,46,0,0,1062,1063,5,318,0,0,1063, + 1065,3,806,403,0,1064,1066,5,105,0,0,1065,1064,1,0,0,0,1065,1066, + 1,0,0,0,1066,1070,1,0,0,0,1067,1069,3,12,6,0,1068,1067,1,0,0,0,1069, + 1072,1,0,0,0,1070,1068,1,0,0,0,1070,1071,1,0,0,0,1071,9,1,0,0,0, + 1072,1070,1,0,0,0,1073,1076,5,287,0,0,1074,1077,3,800,400,0,1075, + 1077,5,78,0,0,1076,1074,1,0,0,0,1076,1075,1,0,0,0,1077,1112,1,0, + 0,0,1078,1079,7,0,0,0,1079,1080,5,287,0,0,1080,1112,3,800,400,0, + 1081,1112,5,228,0,0,1082,1112,5,229,0,0,1083,1112,5,236,0,0,1084, + 1112,5,237,0,0,1085,1112,5,234,0,0,1086,1112,5,235,0,0,1087,1112, + 5,232,0,0,1088,1112,5,233,0,0,1089,1112,5,230,0,0,1090,1112,5,231, + 0,0,1091,1112,5,535,0,0,1092,1112,5,536,0,0,1093,1112,5,537,0,0, + 1094,1112,5,538,0,0,1095,1112,5,539,0,0,1096,1112,5,540,0,0,1097, + 1098,5,164,0,0,1098,1099,5,74,0,0,1099,1112,3,804,402,0,1100,1101, + 5,371,0,0,1101,1102,5,368,0,0,1102,1112,3,800,400,0,1103,1104,5, + 68,0,0,1104,1105,7,1,0,0,1105,1112,3,776,388,0,1106,1107,7,2,0,0, + 1107,1112,3,808,404,0,1108,1109,5,134,0,0,1109,1112,3,776,388,0, + 1110,1112,3,818,409,0,1111,1073,1,0,0,0,1111,1078,1,0,0,0,1111,1081, + 1,0,0,0,1111,1082,1,0,0,0,1111,1083,1,0,0,0,1111,1084,1,0,0,0,1111, + 1085,1,0,0,0,1111,1086,1,0,0,0,1111,1087,1,0,0,0,1111,1088,1,0,0, + 0,1111,1089,1,0,0,0,1111,1090,1,0,0,0,1111,1091,1,0,0,0,1111,1092, + 1,0,0,0,1111,1093,1,0,0,0,1111,1094,1,0,0,0,1111,1095,1,0,0,0,1111, + 1096,1,0,0,0,1111,1097,1,0,0,0,1111,1100,1,0,0,0,1111,1103,1,0,0, + 0,1111,1106,1,0,0,0,1111,1108,1,0,0,0,1111,1110,1,0,0,0,1112,11, + 1,0,0,0,1113,1122,3,10,5,0,1114,1115,5,348,0,0,1115,1122,5,571,0, + 0,1116,1117,7,3,0,0,1117,1122,3,808,404,0,1118,1119,5,68,0,0,1119, + 1120,7,1,0,0,1120,1122,3,808,404,0,1121,1113,1,0,0,0,1121,1114,1, + 0,0,0,1121,1116,1,0,0,0,1121,1118,1,0,0,0,1122,13,1,0,0,0,1123,1124, + 5,46,0,0,1124,1125,5,99,0,0,1125,1127,3,806,403,0,1126,1128,5,105, + 0,0,1127,1126,1,0,0,0,1127,1128,1,0,0,0,1128,1132,1,0,0,0,1129,1131, + 3,12,6,0,1130,1129,1,0,0,0,1131,1134,1,0,0,0,1132,1130,1,0,0,0,1132, + 1133,1,0,0,0,1133,15,1,0,0,0,1134,1132,1,0,0,0,1135,1136,5,138,0, + 0,1136,1137,7,2,0,0,1137,1139,3,806,403,0,1138,1140,5,105,0,0,1139, + 1138,1,0,0,0,1139,1140,1,0,0,0,1140,1144,1,0,0,0,1141,1143,3,10, + 5,0,1142,1141,1,0,0,0,1143,1146,1,0,0,0,1144,1142,1,0,0,0,1144,1145, + 1,0,0,0,1145,17,1,0,0,0,1146,1144,1,0,0,0,1147,1148,5,138,0,0,1148, + 1151,7,2,0,0,1149,1152,5,30,0,0,1150,1152,3,806,403,0,1151,1149, + 1,0,0,0,1151,1150,1,0,0,0,1152,1153,1,0,0,0,1153,1154,5,68,0,0,1154, + 1155,5,175,0,0,1155,1156,3,780,390,0,1156,1157,3,64,32,0,1157,19, + 1,0,0,0,1158,1159,5,138,0,0,1159,1160,5,442,0,0,1160,1162,3,786, + 393,0,1161,1163,3,360,180,0,1162,1161,1,0,0,0,1162,1163,1,0,0,0, + 1163,1164,1,0,0,0,1164,1165,3,22,11,0,1165,21,1,0,0,0,1166,1170, + 3,24,12,0,1167,1169,3,24,12,0,1168,1167,1,0,0,0,1169,1172,1,0,0, + 0,1170,1168,1,0,0,0,1170,1171,1,0,0,0,1171,1174,1,0,0,0,1172,1170, + 1,0,0,0,1173,1175,5,315,0,0,1174,1173,1,0,0,0,1174,1175,1,0,0,0, + 1175,1193,1,0,0,0,1176,1177,5,309,0,0,1177,1178,5,94,0,0,1178,1193, + 3,784,392,0,1179,1180,5,282,0,0,1180,1181,5,94,0,0,1181,1193,3,806, + 403,0,1182,1183,5,333,0,0,1183,1184,5,323,0,0,1184,1193,3,32,16, + 0,1185,1187,5,269,0,0,1186,1185,1,0,0,0,1186,1187,1,0,0,0,1187,1188, + 1,0,0,0,1188,1189,5,462,0,0,1189,1190,5,80,0,0,1190,1191,5,204,0, + 0,1191,1193,3,810,405,0,1192,1166,1,0,0,0,1192,1176,1,0,0,0,1192, + 1179,1,0,0,0,1192,1182,1,0,0,0,1192,1186,1,0,0,0,1193,23,1,0,0,0, + 1194,1237,5,222,0,0,1195,1237,5,338,0,0,1196,1237,5,377,0,0,1197, + 1199,5,77,0,0,1198,1197,1,0,0,0,1198,1199,1,0,0,0,1199,1200,1,0, + 0,0,1200,1237,5,250,0,0,1201,1203,5,205,0,0,1202,1201,1,0,0,0,1202, + 1203,1,0,0,0,1203,1204,1,0,0,0,1204,1205,5,327,0,0,1205,1212,5,243, + 0,0,1206,1208,5,205,0,0,1207,1206,1,0,0,0,1207,1208,1,0,0,0,1208, + 1209,1,0,0,0,1209,1210,5,327,0,0,1210,1212,5,181,0,0,1211,1202,1, + 0,0,0,1211,1207,1,0,0,0,1212,1237,1,0,0,0,1213,1214,5,460,0,0,1214, + 1237,7,4,0,0,1215,1216,5,170,0,0,1216,1237,3,816,408,0,1217,1218, + 5,320,0,0,1218,1237,3,810,405,0,1219,1220,5,333,0,0,1220,1221,3, + 810,405,0,1221,1224,7,5,0,0,1222,1225,3,810,405,0,1223,1225,5,53, + 0,0,1224,1222,1,0,0,0,1224,1223,1,0,0,0,1225,1237,1,0,0,0,1226,1227, + 5,333,0,0,1227,1228,3,810,405,0,1228,1229,5,64,0,0,1229,1230,5,434, + 0,0,1230,1237,1,0,0,0,1231,1234,5,313,0,0,1232,1235,3,810,405,0, + 1233,1235,5,30,0,0,1234,1232,1,0,0,0,1234,1233,1,0,0,0,1235,1237, + 1,0,0,0,1236,1194,1,0,0,0,1236,1195,1,0,0,0,1236,1196,1,0,0,0,1236, + 1198,1,0,0,0,1236,1211,1,0,0,0,1236,1213,1,0,0,0,1236,1215,1,0,0, + 0,1236,1217,1,0,0,0,1236,1219,1,0,0,0,1236,1226,1,0,0,0,1236,1231, + 1,0,0,0,1237,25,1,0,0,0,1238,1239,5,46,0,0,1239,1240,5,66,0,0,1240, + 1242,3,806,403,0,1241,1243,5,105,0,0,1242,1241,1,0,0,0,1242,1243, + 1,0,0,0,1243,1247,1,0,0,0,1244,1246,3,12,6,0,1245,1244,1,0,0,0,1246, + 1249,1,0,0,0,1247,1245,1,0,0,0,1247,1248,1,0,0,0,1248,27,1,0,0,0, + 1249,1247,1,0,0,0,1250,1251,5,138,0,0,1251,1252,5,66,0,0,1252,1253, + 3,806,403,0,1253,1254,7,6,0,0,1254,1255,5,99,0,0,1255,1256,3,808, + 404,0,1256,29,1,0,0,0,1257,1258,5,46,0,0,1258,1260,5,323,0,0,1259, + 1261,3,286,143,0,1260,1259,1,0,0,0,1260,1261,1,0,0,0,1261,1268,1, + 0,0,0,1262,1264,3,32,16,0,1263,1262,1,0,0,0,1263,1264,1,0,0,0,1264, + 1265,1,0,0,0,1265,1266,5,106,0,0,1266,1269,3,806,403,0,1267,1269, + 3,32,16,0,1268,1263,1,0,0,0,1268,1267,1,0,0,0,1269,1273,1,0,0,0, + 1270,1272,3,34,17,0,1271,1270,1,0,0,0,1272,1275,1,0,0,0,1273,1271, + 1,0,0,0,1273,1274,1,0,0,0,1274,31,1,0,0,0,1275,1273,1,0,0,0,1276, + 1277,3,308,154,0,1277,33,1,0,0,0,1278,1285,3,112,56,0,1279,1285, + 3,350,175,0,1280,1285,3,188,94,0,1281,1285,3,248,124,0,1282,1285, + 3,326,163,0,1283,1285,3,468,234,0,1284,1278,1,0,0,0,1284,1279,1, + 0,0,0,1284,1280,1,0,0,0,1284,1281,1,0,0,0,1284,1282,1,0,0,0,1284, + 1283,1,0,0,0,1285,35,1,0,0,0,1286,1288,5,333,0,0,1287,1289,7,7,0, + 0,1288,1287,1,0,0,0,1288,1289,1,0,0,0,1289,1290,1,0,0,0,1290,1291, + 3,38,19,0,1291,37,1,0,0,0,1292,1293,5,356,0,0,1293,1301,3,466,233, + 0,1294,1295,5,332,0,0,1295,1296,5,154,0,0,1296,1297,5,36,0,0,1297, + 1298,5,356,0,0,1298,1301,3,466,233,0,1299,1301,3,42,21,0,1300,1292, + 1,0,0,0,1300,1294,1,0,0,0,1300,1299,1,0,0,0,1301,39,1,0,0,0,1302, + 1305,5,30,0,0,1303,1305,3,44,22,0,1304,1302,1,0,0,0,1304,1303,1, + 0,0,0,1305,1307,1,0,0,0,1306,1308,7,5,0,0,1307,1306,1,0,0,0,1307, + 1308,1,0,0,0,1308,1311,1,0,0,0,1309,1312,5,53,0,0,1310,1312,3,46, + 23,0,1311,1309,1,0,0,0,1311,1310,1,0,0,0,1311,1312,1,0,0,0,1312, + 41,1,0,0,0,1313,1314,5,418,0,0,1314,1315,5,386,0,0,1315,1342,3,56, + 28,0,1316,1317,5,152,0,0,1317,1342,3,800,400,0,1318,1319,5,323,0, + 0,1319,1342,3,782,391,0,1320,1323,5,267,0,0,1321,1324,3,800,400, + 0,1322,1324,5,53,0,0,1323,1321,1,0,0,0,1323,1322,1,0,0,0,1323,1324, + 1,0,0,0,1324,1342,1,0,0,0,1325,1326,5,318,0,0,1326,1342,3,58,29, + 0,1327,1328,5,332,0,0,1328,1329,5,106,0,0,1329,1342,3,58,29,0,1330, + 1331,5,383,0,0,1331,1332,5,279,0,0,1332,1342,3,688,344,0,1333,1334, + 5,356,0,0,1334,1335,5,337,0,0,1335,1342,3,800,400,0,1336,1337,3, + 44,22,0,1337,1338,5,64,0,0,1338,1339,5,434,0,0,1339,1342,1,0,0,0, + 1340,1342,3,40,20,0,1341,1313,1,0,0,0,1341,1316,1,0,0,0,1341,1318, + 1,0,0,0,1341,1320,1,0,0,0,1341,1325,1,0,0,0,1341,1327,1,0,0,0,1341, + 1330,1,0,0,0,1341,1333,1,0,0,0,1341,1336,1,0,0,0,1341,1340,1,0,0, + 0,1342,43,1,0,0,0,1343,1348,3,810,405,0,1344,1345,5,11,0,0,1345, + 1347,3,810,405,0,1346,1344,1,0,0,0,1347,1350,1,0,0,0,1348,1346,1, + 0,0,0,1348,1349,1,0,0,0,1349,45,1,0,0,0,1350,1348,1,0,0,0,1351,1356, + 3,48,24,0,1352,1353,5,6,0,0,1353,1355,3,48,24,0,1354,1352,1,0,0, + 0,1355,1358,1,0,0,0,1356,1354,1,0,0,0,1356,1357,1,0,0,0,1357,47, + 1,0,0,0,1358,1356,1,0,0,0,1359,1362,3,54,27,0,1360,1362,3,194,97, + 0,1361,1359,1,0,0,0,1361,1360,1,0,0,0,1362,49,1,0,0,0,1363,1364, + 5,300,0,0,1364,1369,7,8,0,0,1365,1366,5,310,0,0,1366,1369,5,300, + 0,0,1367,1369,5,330,0,0,1368,1363,1,0,0,0,1368,1365,1,0,0,0,1368, + 1367,1,0,0,0,1369,51,1,0,0,0,1370,1377,5,96,0,0,1371,1377,5,60,0, + 0,1372,1377,5,80,0,0,1373,1377,3,792,396,0,1374,1377,3,824,412,0, + 1375,1377,3,800,400,0,1376,1370,1,0,0,0,1376,1371,1,0,0,0,1376,1372, + 1,0,0,0,1376,1373,1,0,0,0,1376,1374,1,0,0,0,1376,1375,1,0,0,0,1377, + 53,1,0,0,0,1378,1383,5,96,0,0,1379,1383,5,60,0,0,1380,1383,5,80, + 0,0,1381,1383,3,58,29,0,1382,1378,1,0,0,0,1382,1379,1,0,0,0,1382, + 1380,1,0,0,0,1382,1381,1,0,0,0,1383,55,1,0,0,0,1384,1399,3,800,400, + 0,1385,1399,5,53,0,0,1386,1399,3,818,409,0,1387,1388,5,403,0,0,1388, + 1390,3,800,400,0,1389,1391,3,660,330,0,1390,1389,1,0,0,0,1390,1391, + 1,0,0,0,1391,1399,1,0,0,0,1392,1393,5,403,0,0,1393,1394,3,652,326, + 0,1394,1395,3,800,400,0,1395,1399,1,0,0,0,1396,1399,3,194,97,0,1397, + 1399,5,254,0,0,1398,1384,1,0,0,0,1398,1385,1,0,0,0,1398,1386,1,0, + 0,0,1398,1387,1,0,0,0,1398,1392,1,0,0,0,1398,1396,1,0,0,0,1398,1397, + 1,0,0,0,1399,57,1,0,0,0,1400,1403,3,814,407,0,1401,1403,3,800,400, + 0,1402,1400,1,0,0,0,1402,1401,1,0,0,0,1403,59,1,0,0,0,1404,1405, + 5,313,0,0,1405,1406,3,62,31,0,1406,61,1,0,0,0,1407,1408,5,418,0, + 0,1408,1417,5,386,0,0,1409,1410,5,356,0,0,1410,1411,5,244,0,0,1411, + 1417,5,251,0,0,1412,1413,5,332,0,0,1413,1417,5,106,0,0,1414,1417, + 5,30,0,0,1415,1417,3,44,22,0,1416,1407,1,0,0,0,1416,1409,1,0,0,0, + 1416,1412,1,0,0,0,1416,1414,1,0,0,0,1416,1415,1,0,0,0,1417,63,1, + 0,0,0,1418,1419,5,333,0,0,1419,1422,3,38,19,0,1420,1422,3,60,30, + 0,1421,1418,1,0,0,0,1421,1420,1,0,0,0,1422,65,1,0,0,0,1423,1424, + 5,333,0,0,1424,1427,3,42,21,0,1425,1427,3,60,30,0,1426,1423,1,0, + 0,0,1426,1425,1,0,0,0,1427,67,1,0,0,0,1428,1438,5,335,0,0,1429,1439, + 3,44,22,0,1430,1431,5,418,0,0,1431,1439,5,386,0,0,1432,1433,5,356, + 0,0,1433,1434,5,244,0,0,1434,1439,5,251,0,0,1435,1436,5,332,0,0, + 1436,1439,5,106,0,0,1437,1439,5,30,0,0,1438,1429,1,0,0,0,1438,1430, + 1,0,0,0,1438,1432,1,0,0,0,1438,1435,1,0,0,0,1438,1437,1,0,0,0,1439, + 69,1,0,0,0,1440,1441,5,333,0,0,1441,1444,5,165,0,0,1442,1445,5,30, + 0,0,1443,1445,3,752,376,0,1444,1442,1,0,0,0,1444,1443,1,0,0,0,1445, + 1446,1,0,0,0,1446,1447,7,9,0,0,1447,71,1,0,0,0,1448,1449,5,155,0, + 0,1449,73,1,0,0,0,1450,1451,5,187,0,0,1451,1452,7,10,0,0,1452,75, + 1,0,0,0,1453,1454,5,138,0,0,1454,1456,5,92,0,0,1455,1457,3,414,207, + 0,1456,1455,1,0,0,0,1456,1457,1,0,0,0,1457,1458,1,0,0,0,1458,1461, + 3,616,308,0,1459,1462,3,78,39,0,1460,1462,3,80,40,0,1461,1459,1, + 0,0,0,1461,1460,1,0,0,0,1462,1571,1,0,0,0,1463,1464,5,138,0,0,1464, + 1465,5,92,0,0,1465,1466,5,30,0,0,1466,1467,5,68,0,0,1467,1471,3, + 168,84,0,1468,1469,5,281,0,0,1469,1470,5,147,0,0,1470,1472,3,808, + 404,0,1471,1468,1,0,0,0,1471,1472,1,0,0,0,1472,1473,1,0,0,0,1473, + 1474,5,333,0,0,1474,1475,5,351,0,0,1475,1477,3,760,380,0,1476,1478, + 5,272,0,0,1477,1476,1,0,0,0,1477,1478,1,0,0,0,1478,1571,1,0,0,0, + 1479,1480,5,138,0,0,1480,1482,5,92,0,0,1481,1483,3,414,207,0,1482, + 1481,1,0,0,0,1482,1483,1,0,0,0,1483,1484,1,0,0,0,1484,1485,3,766, + 383,0,1485,1486,3,82,41,0,1486,1487,3,98,49,0,1487,1571,1,0,0,0, + 1488,1489,5,138,0,0,1489,1491,5,92,0,0,1490,1492,3,414,207,0,1491, + 1490,1,0,0,0,1491,1492,1,0,0,0,1492,1493,1,0,0,0,1493,1494,3,766, + 383,0,1494,1495,5,436,0,0,1495,1496,5,285,0,0,1496,1498,3,772,386, + 0,1497,1499,7,11,0,0,1498,1497,1,0,0,0,1498,1499,1,0,0,0,1499,1571, + 1,0,0,0,1500,1501,5,138,0,0,1501,1503,5,226,0,0,1502,1504,3,414, + 207,0,1503,1502,1,0,0,0,1503,1504,1,0,0,0,1504,1505,1,0,0,0,1505, + 1508,3,772,386,0,1506,1509,3,78,39,0,1507,1509,3,82,41,0,1508,1506, + 1,0,0,0,1508,1507,1,0,0,0,1509,1571,1,0,0,0,1510,1511,5,138,0,0, + 1511,1512,5,226,0,0,1512,1513,5,30,0,0,1513,1514,5,68,0,0,1514,1518, + 3,168,84,0,1515,1516,5,281,0,0,1516,1517,5,147,0,0,1517,1519,3,808, + 404,0,1518,1515,1,0,0,0,1518,1519,1,0,0,0,1519,1520,1,0,0,0,1520, + 1521,5,333,0,0,1521,1523,3,168,84,0,1522,1524,5,272,0,0,1523,1522, + 1,0,0,0,1523,1524,1,0,0,0,1524,1571,1,0,0,0,1525,1526,5,138,0,0, + 1526,1528,5,328,0,0,1527,1529,3,414,207,0,1528,1527,1,0,0,0,1528, + 1529,1,0,0,0,1529,1530,1,0,0,0,1530,1531,3,772,386,0,1531,1532,3, + 78,39,0,1532,1571,1,0,0,0,1533,1535,5,138,0,0,1534,1536,5,259,0, + 0,1535,1534,1,0,0,0,1535,1536,1,0,0,0,1536,1537,1,0,0,0,1537,1539, + 5,376,0,0,1538,1540,3,414,207,0,1539,1538,1,0,0,0,1539,1540,1,0, + 0,0,1540,1541,1,0,0,0,1541,1542,3,770,385,0,1542,1543,3,78,39,0, + 1543,1571,1,0,0,0,1544,1545,5,138,0,0,1545,1546,5,259,0,0,1546,1547, + 5,376,0,0,1547,1548,5,30,0,0,1548,1549,5,68,0,0,1549,1553,3,168, + 84,0,1550,1551,5,281,0,0,1551,1552,5,147,0,0,1552,1554,3,808,404, + 0,1553,1550,1,0,0,0,1553,1554,1,0,0,0,1554,1555,1,0,0,0,1555,1556, + 5,333,0,0,1556,1557,5,351,0,0,1557,1559,3,760,380,0,1558,1560,5, + 272,0,0,1559,1558,1,0,0,0,1559,1560,1,0,0,0,1560,1571,1,0,0,0,1561, + 1562,5,138,0,0,1562,1563,5,63,0,0,1563,1565,5,92,0,0,1564,1566,3, + 414,207,0,1565,1564,1,0,0,0,1565,1566,1,0,0,0,1566,1567,1,0,0,0, + 1567,1568,3,616,308,0,1568,1569,3,78,39,0,1569,1571,1,0,0,0,1570, + 1453,1,0,0,0,1570,1463,1,0,0,0,1570,1479,1,0,0,0,1570,1488,1,0,0, + 0,1570,1500,1,0,0,0,1570,1510,1,0,0,0,1570,1525,1,0,0,0,1570,1533, + 1,0,0,0,1570,1544,1,0,0,0,1570,1561,1,0,0,0,1571,77,1,0,0,0,1572, + 1577,3,84,42,0,1573,1574,5,6,0,0,1574,1576,3,84,42,0,1575,1573,1, + 0,0,0,1576,1579,1,0,0,0,1577,1575,1,0,0,0,1577,1578,1,0,0,0,1578, + 79,1,0,0,0,1579,1577,1,0,0,0,1580,1581,3,82,41,0,1581,1582,3,98, + 49,0,1582,1587,1,0,0,0,1583,1584,5,436,0,0,1584,1585,5,285,0,0,1585, + 1587,3,772,386,0,1586,1580,1,0,0,0,1586,1583,1,0,0,0,1587,81,1,0, + 0,0,1588,1589,5,435,0,0,1589,1590,5,285,0,0,1590,1591,3,772,386, + 0,1591,83,1,0,0,0,1592,1595,5,133,0,0,1593,1594,5,45,0,0,1594,1596, + 3,810,405,0,1595,1593,1,0,0,0,1595,1596,1,0,0,0,1596,1597,1,0,0, + 0,1597,1826,3,134,67,0,1598,1599,5,138,0,0,1599,1600,5,45,0,0,1600, + 1604,3,810,405,0,1601,1603,3,264,132,0,1602,1601,1,0,0,0,1603,1606, + 1,0,0,0,1604,1602,1,0,0,0,1604,1605,1,0,0,0,1605,1826,1,0,0,0,1606, + 1604,1,0,0,0,1607,1608,5,372,0,0,1608,1609,5,45,0,0,1609,1826,3, + 810,405,0,1610,1611,5,191,0,0,1611,1613,5,45,0,0,1612,1614,3,414, + 207,0,1613,1612,1,0,0,0,1613,1614,1,0,0,0,1614,1615,1,0,0,0,1615, + 1617,3,810,405,0,1616,1618,3,88,44,0,1617,1616,1,0,0,0,1617,1618, + 1,0,0,0,1618,1826,1,0,0,0,1619,1620,5,333,0,0,1620,1621,5,379,0, + 0,1621,1826,7,12,0,0,1622,1623,5,158,0,0,1623,1624,5,80,0,0,1624, + 1826,3,810,405,0,1625,1626,5,333,0,0,1626,1826,7,13,0,0,1627,1629, + 5,193,0,0,1628,1630,7,14,0,0,1629,1628,1,0,0,0,1629,1630,1,0,0,0, + 1630,1631,1,0,0,0,1631,1826,5,357,0,0,1632,1633,5,186,0,0,1633,1637, + 5,357,0,0,1634,1638,5,30,0,0,1635,1638,5,99,0,0,1636,1638,3,810, + 405,0,1637,1634,1,0,0,0,1637,1635,1,0,0,0,1637,1636,1,0,0,0,1638, + 1826,1,0,0,0,1639,1640,5,193,0,0,1640,1641,7,14,0,0,1641,1642,5, + 321,0,0,1642,1826,3,810,405,0,1643,1644,5,186,0,0,1644,1645,5,321, + 0,0,1645,1826,3,810,405,0,1646,1648,5,269,0,0,1647,1646,1,0,0,0, + 1647,1648,1,0,0,0,1648,1649,1,0,0,0,1649,1650,5,228,0,0,1650,1826, + 3,772,386,0,1651,1652,5,275,0,0,1652,1826,3,308,154,0,1653,1654, + 5,77,0,0,1654,1826,5,275,0,0,1655,1656,5,282,0,0,1656,1657,5,94, + 0,0,1657,1826,3,806,403,0,1658,1659,5,333,0,0,1659,1660,5,351,0, + 0,1660,1826,3,760,380,0,1661,1662,5,312,0,0,1662,1667,5,219,0,0, + 1663,1668,5,270,0,0,1664,1668,5,113,0,0,1665,1668,5,53,0,0,1666, + 1668,3,172,86,0,1667,1663,1,0,0,0,1667,1664,1,0,0,0,1667,1665,1, + 0,0,0,1667,1666,1,0,0,0,1668,1826,1,0,0,0,1669,1676,5,193,0,0,1670, + 1676,5,186,0,0,1671,1673,5,269,0,0,1672,1671,1,0,0,0,1672,1673,1, + 0,0,0,1673,1674,1,0,0,0,1674,1676,5,209,0,0,1675,1669,1,0,0,0,1675, + 1670,1,0,0,0,1675,1672,1,0,0,0,1676,1677,1,0,0,0,1677,1678,5,414, + 0,0,1678,1679,5,251,0,0,1679,1826,5,327,0,0,1680,1682,5,191,0,0, + 1681,1683,5,44,0,0,1682,1681,1,0,0,0,1682,1683,1,0,0,0,1683,1685, + 1,0,0,0,1684,1686,3,414,207,0,1685,1684,1,0,0,0,1685,1686,1,0,0, + 0,1686,1687,1,0,0,0,1687,1689,3,792,396,0,1688,1690,3,88,44,0,1689, + 1688,1,0,0,0,1689,1690,1,0,0,0,1690,1826,1,0,0,0,1691,1693,5,133, + 0,0,1692,1694,5,44,0,0,1693,1692,1,0,0,0,1693,1694,1,0,0,0,1694, + 1696,1,0,0,0,1695,1697,3,286,143,0,1696,1695,1,0,0,0,1696,1697,1, + 0,0,0,1697,1698,1,0,0,0,1698,1826,3,124,62,0,1699,1701,5,138,0,0, + 1700,1702,5,44,0,0,1701,1700,1,0,0,0,1701,1702,1,0,0,0,1702,1703, + 1,0,0,0,1703,1706,3,792,396,0,1704,1707,3,86,43,0,1705,1707,3,214, + 107,0,1706,1704,1,0,0,0,1706,1705,1,0,0,0,1707,1826,1,0,0,0,1708, + 1710,5,138,0,0,1709,1711,5,44,0,0,1710,1709,1,0,0,0,1710,1711,1, + 0,0,0,1711,1712,1,0,0,0,1712,1713,3,792,396,0,1713,1714,7,15,0,0, + 1714,1715,5,77,0,0,1715,1716,5,78,0,0,1716,1826,1,0,0,0,1717,1719, + 5,138,0,0,1718,1720,5,44,0,0,1719,1718,1,0,0,0,1719,1720,1,0,0,0, + 1720,1721,1,0,0,0,1721,1722,3,792,396,0,1722,1723,5,191,0,0,1723, + 1725,5,437,0,0,1724,1726,3,414,207,0,1725,1724,1,0,0,0,1725,1726, + 1,0,0,0,1726,1826,1,0,0,0,1727,1729,5,138,0,0,1728,1730,5,44,0,0, + 1729,1728,1,0,0,0,1729,1730,1,0,0,0,1730,1731,1,0,0,0,1731,1732, + 3,792,396,0,1732,1733,5,333,0,0,1733,1734,5,342,0,0,1734,1735,3, + 804,402,0,1735,1826,1,0,0,0,1736,1738,5,138,0,0,1737,1739,5,44,0, + 0,1738,1737,1,0,0,0,1738,1739,1,0,0,0,1739,1740,1,0,0,0,1740,1742, + 3,792,396,0,1741,1736,1,0,0,0,1741,1742,1,0,0,0,1742,1743,1,0,0, + 0,1743,1744,7,16,0,0,1744,1826,3,92,46,0,1745,1747,5,138,0,0,1746, + 1748,5,44,0,0,1747,1746,1,0,0,0,1747,1748,1,0,0,0,1748,1749,1,0, + 0,0,1749,1750,3,792,396,0,1750,1751,5,333,0,0,1751,1752,5,345,0, + 0,1752,1753,3,810,405,0,1753,1826,1,0,0,0,1754,1756,5,138,0,0,1755, + 1757,5,44,0,0,1756,1755,1,0,0,0,1756,1757,1,0,0,0,1757,1758,1,0, + 0,0,1758,1759,3,792,396,0,1759,1760,5,133,0,0,1760,1761,5,438,0, + 0,1761,1762,3,130,65,0,1762,1763,5,36,0,0,1763,1772,5,219,0,0,1764, + 1766,5,2,0,0,1765,1767,3,192,96,0,1766,1765,1,0,0,0,1767,1768,1, + 0,0,0,1768,1766,1,0,0,0,1768,1769,1,0,0,0,1769,1770,1,0,0,0,1770, + 1771,5,3,0,0,1771,1773,1,0,0,0,1772,1764,1,0,0,0,1772,1773,1,0,0, + 0,1773,1826,1,0,0,0,1774,1776,5,138,0,0,1775,1777,5,44,0,0,1776, + 1775,1,0,0,0,1776,1777,1,0,0,0,1777,1778,1,0,0,0,1778,1792,3,792, + 396,0,1779,1784,5,314,0,0,1780,1782,5,105,0,0,1781,1780,1,0,0,0, + 1781,1782,1,0,0,0,1782,1783,1,0,0,0,1783,1785,3,194,97,0,1784,1781, + 1,0,0,0,1784,1785,1,0,0,0,1785,1793,1,0,0,0,1786,1790,5,333,0,0, + 1787,1791,3,192,96,0,1788,1789,5,438,0,0,1789,1791,3,130,65,0,1790, + 1787,1,0,0,0,1790,1788,1,0,0,0,1791,1793,1,0,0,0,1792,1779,1,0,0, + 0,1792,1786,1,0,0,0,1793,1794,1,0,0,0,1794,1792,1,0,0,0,1794,1795, + 1,0,0,0,1795,1826,1,0,0,0,1796,1798,5,138,0,0,1797,1799,5,44,0,0, + 1798,1797,1,0,0,0,1798,1799,1,0,0,0,1799,1800,1,0,0,0,1800,1801, + 3,792,396,0,1801,1802,5,191,0,0,1802,1804,5,219,0,0,1803,1805,3, + 414,207,0,1804,1803,1,0,0,0,1804,1805,1,0,0,0,1805,1826,1,0,0,0, + 1806,1808,5,138,0,0,1807,1809,5,44,0,0,1808,1807,1,0,0,0,1808,1809, + 1,0,0,0,1809,1810,1,0,0,0,1810,1813,3,792,396,0,1811,1812,5,333, + 0,0,1812,1814,5,174,0,0,1813,1811,1,0,0,0,1813,1814,1,0,0,0,1814, + 1815,1,0,0,0,1815,1816,5,360,0,0,1816,1818,3,644,322,0,1817,1819, + 3,90,45,0,1818,1817,1,0,0,0,1818,1819,1,0,0,0,1819,1822,1,0,0,0, + 1820,1821,5,100,0,0,1821,1823,3,666,333,0,1822,1820,1,0,0,0,1822, + 1823,1,0,0,0,1823,1826,1,0,0,0,1824,1826,3,214,107,0,1825,1592,1, + 0,0,0,1825,1598,1,0,0,0,1825,1607,1,0,0,0,1825,1610,1,0,0,0,1825, + 1619,1,0,0,0,1825,1622,1,0,0,0,1825,1625,1,0,0,0,1825,1627,1,0,0, + 0,1825,1632,1,0,0,0,1825,1639,1,0,0,0,1825,1643,1,0,0,0,1825,1647, + 1,0,0,0,1825,1651,1,0,0,0,1825,1653,1,0,0,0,1825,1655,1,0,0,0,1825, + 1658,1,0,0,0,1825,1661,1,0,0,0,1825,1675,1,0,0,0,1825,1680,1,0,0, + 0,1825,1691,1,0,0,0,1825,1699,1,0,0,0,1825,1708,1,0,0,0,1825,1717, + 1,0,0,0,1825,1727,1,0,0,0,1825,1741,1,0,0,0,1825,1745,1,0,0,0,1825, + 1754,1,0,0,0,1825,1774,1,0,0,0,1825,1796,1,0,0,0,1825,1806,1,0,0, + 0,1825,1824,1,0,0,0,1826,85,1,0,0,0,1827,1828,5,333,0,0,1828,1829, + 5,53,0,0,1829,1833,3,666,333,0,1830,1831,5,191,0,0,1831,1833,5,53, + 0,0,1832,1827,1,0,0,0,1832,1830,1,0,0,0,1833,87,1,0,0,0,1834,1835, + 7,17,0,0,1835,89,1,0,0,0,1836,1837,5,43,0,0,1837,1838,3,308,154, + 0,1838,91,1,0,0,0,1839,1840,5,2,0,0,1840,1845,3,96,48,0,1841,1842, + 5,6,0,0,1842,1844,3,96,48,0,1843,1841,1,0,0,0,1844,1847,1,0,0,0, + 1845,1843,1,0,0,0,1845,1846,1,0,0,0,1846,1848,1,0,0,0,1847,1845, + 1,0,0,0,1848,1849,5,3,0,0,1849,93,1,0,0,0,1850,1851,5,105,0,0,1851, + 1852,3,92,46,0,1852,95,1,0,0,0,1853,1858,3,816,408,0,1854,1855,5, + 10,0,0,1855,1859,3,280,140,0,1856,1857,5,11,0,0,1857,1859,3,278, + 139,0,1858,1854,1,0,0,0,1858,1856,1,0,0,0,1858,1859,1,0,0,0,1859, + 97,1,0,0,0,1860,1861,5,62,0,0,1861,1862,5,422,0,0,1862,1863,5,105, + 0,0,1863,1864,5,2,0,0,1864,1865,5,533,0,0,1865,1866,3,194,97,0,1866, + 1867,5,6,0,0,1867,1868,5,534,0,0,1868,1869,3,194,97,0,1869,1870, + 5,3,0,0,1870,1884,1,0,0,0,1871,1872,5,62,0,0,1872,1873,5,422,0,0, + 1873,1874,5,68,0,0,1874,1884,3,526,263,0,1875,1876,5,62,0,0,1876, + 1877,5,422,0,0,1877,1878,5,64,0,0,1878,1879,3,526,263,0,1879,1880, + 5,94,0,0,1880,1881,3,526,263,0,1881,1884,1,0,0,0,1882,1884,5,53, + 0,0,1883,1860,1,0,0,0,1883,1871,1,0,0,0,1883,1875,1,0,0,0,1883,1882, + 1,0,0,0,1884,99,1,0,0,0,1885,1886,5,138,0,0,1886,1887,5,360,0,0, + 1887,1888,3,308,154,0,1888,1893,3,102,51,0,1889,1890,5,6,0,0,1890, + 1892,3,102,51,0,1891,1889,1,0,0,0,1892,1895,1,0,0,0,1893,1891,1, + 0,0,0,1893,1894,1,0,0,0,1894,101,1,0,0,0,1895,1893,1,0,0,0,1896, + 1897,5,133,0,0,1897,1898,5,143,0,0,1898,1900,3,636,318,0,1899,1901, + 3,88,44,0,1900,1899,1,0,0,0,1900,1901,1,0,0,0,1901,1927,1,0,0,0, + 1902,1903,5,191,0,0,1903,1905,5,143,0,0,1904,1906,3,414,207,0,1905, + 1904,1,0,0,0,1905,1906,1,0,0,0,1906,1907,1,0,0,0,1907,1909,3,810, + 405,0,1908,1910,3,88,44,0,1909,1908,1,0,0,0,1909,1910,1,0,0,0,1910, + 1927,1,0,0,0,1911,1912,5,138,0,0,1912,1913,5,143,0,0,1913,1916,3, + 810,405,0,1914,1915,5,333,0,0,1915,1917,5,174,0,0,1916,1914,1,0, + 0,0,1916,1917,1,0,0,0,1917,1918,1,0,0,0,1918,1919,5,360,0,0,1919, + 1921,3,644,322,0,1920,1922,3,90,45,0,1921,1920,1,0,0,0,1921,1922, + 1,0,0,0,1922,1924,1,0,0,0,1923,1925,3,88,44,0,1924,1923,1,0,0,0, + 1924,1925,1,0,0,0,1925,1927,1,0,0,0,1926,1896,1,0,0,0,1926,1902, + 1,0,0,0,1926,1911,1,0,0,0,1927,103,1,0,0,0,1928,1931,5,157,0,0,1929, + 1932,3,810,405,0,1930,1932,5,30,0,0,1931,1929,1,0,0,0,1931,1930, + 1,0,0,0,1932,105,1,0,0,0,1933,1935,5,169,0,0,1934,1936,5,107,0,0, + 1935,1934,1,0,0,0,1935,1936,1,0,0,0,1936,1937,1,0,0,0,1937,1939, + 3,766,383,0,1938,1940,3,136,68,0,1939,1938,1,0,0,0,1939,1940,1,0, + 0,0,1940,1941,1,0,0,0,1941,1943,7,18,0,0,1942,1944,5,297,0,0,1943, + 1942,1,0,0,0,1943,1944,1,0,0,0,1944,1948,1,0,0,0,1945,1949,3,800, + 400,0,1946,1949,5,343,0,0,1947,1949,5,344,0,0,1948,1945,1,0,0,0, + 1948,1946,1,0,0,0,1948,1947,1,0,0,0,1949,1955,1,0,0,0,1950,1952, + 5,100,0,0,1951,1950,1,0,0,0,1951,1952,1,0,0,0,1952,1953,1,0,0,0, + 1953,1954,5,184,0,0,1954,1956,3,800,400,0,1955,1951,1,0,0,0,1955, + 1956,1,0,0,0,1956,1958,1,0,0,0,1957,1959,5,105,0,0,1958,1957,1,0, + 0,0,1958,1959,1,0,0,0,1959,1960,1,0,0,0,1960,1962,3,108,54,0,1961, + 1963,3,630,315,0,1962,1961,1,0,0,0,1962,1963,1,0,0,0,1963,1983,1, + 0,0,0,1964,1965,5,169,0,0,1965,1966,5,2,0,0,1966,1967,3,522,261, + 0,1967,1968,5,3,0,0,1968,1970,5,94,0,0,1969,1971,5,297,0,0,1970, + 1969,1,0,0,0,1970,1971,1,0,0,0,1971,1975,1,0,0,0,1972,1976,3,800, + 400,0,1973,1976,5,343,0,0,1974,1976,5,344,0,0,1975,1972,1,0,0,0, + 1975,1973,1,0,0,0,1975,1974,1,0,0,0,1976,1978,1,0,0,0,1977,1979, + 5,105,0,0,1978,1977,1,0,0,0,1978,1979,1,0,0,0,1979,1980,1,0,0,0, + 1980,1981,3,108,54,0,1981,1983,1,0,0,0,1982,1933,1,0,0,0,1982,1964, + 1,0,0,0,1983,107,1,0,0,0,1984,2008,5,107,0,0,1985,2008,5,112,0,0, + 1986,1988,7,19,0,0,1987,1989,5,36,0,0,1988,1987,1,0,0,0,1988,1989, + 1,0,0,0,1989,1990,1,0,0,0,1990,2008,3,800,400,0,1991,2008,5,171, + 0,0,1992,2008,5,216,0,0,1993,1994,5,209,0,0,1994,1997,5,298,0,0, + 1995,1998,3,140,70,0,1996,1998,5,9,0,0,1997,1995,1,0,0,0,1997,1996, + 1,0,0,0,1998,2008,1,0,0,0,1999,2001,5,209,0,0,2000,2002,5,77,0,0, + 2001,2000,1,0,0,0,2001,2002,1,0,0,0,2002,2003,1,0,0,0,2003,2004, + 5,78,0,0,2004,2008,3,140,70,0,2005,2006,5,194,0,0,2006,2008,3,800, + 400,0,2007,1984,1,0,0,0,2007,1985,1,0,0,0,2007,1986,1,0,0,0,2007, + 1991,1,0,0,0,2007,1992,1,0,0,0,2007,1993,1,0,0,0,2007,1999,1,0,0, + 0,2007,2005,1,0,0,0,2008,2011,1,0,0,0,2009,2007,1,0,0,0,2009,2010, + 1,0,0,0,2010,2024,1,0,0,0,2011,2009,1,0,0,0,2012,2013,5,2,0,0,2013, + 2018,3,110,55,0,2014,2015,5,6,0,0,2015,2017,3,110,55,0,2016,2014, + 1,0,0,0,2017,2020,1,0,0,0,2018,2016,1,0,0,0,2018,2019,1,0,0,0,2019, + 2021,1,0,0,0,2020,2018,1,0,0,0,2021,2022,5,3,0,0,2022,2024,1,0,0, + 0,2023,2009,1,0,0,0,2023,2012,1,0,0,0,2024,109,1,0,0,0,2025,2040, + 3,816,408,0,2026,2041,3,54,27,0,2027,2041,3,194,97,0,2028,2041,5, + 9,0,0,2029,2030,5,2,0,0,2030,2035,3,52,26,0,2031,2032,5,6,0,0,2032, + 2034,3,52,26,0,2033,2031,1,0,0,0,2034,2037,1,0,0,0,2035,2033,1,0, + 0,0,2035,2036,1,0,0,0,2036,2038,1,0,0,0,2037,2035,1,0,0,0,2038,2039, + 5,3,0,0,2039,2041,1,0,0,0,2040,2026,1,0,0,0,2040,2027,1,0,0,0,2040, + 2028,1,0,0,0,2040,2029,1,0,0,0,2040,2041,1,0,0,0,2041,111,1,0,0, + 0,2042,2044,5,46,0,0,2043,2045,3,114,57,0,2044,2043,1,0,0,0,2044, + 2045,1,0,0,0,2045,2046,1,0,0,0,2046,2048,5,92,0,0,2047,2049,3,286, + 143,0,2048,2047,1,0,0,0,2048,2049,1,0,0,0,2049,2050,1,0,0,0,2050, + 2116,3,764,382,0,2051,2053,5,2,0,0,2052,2054,3,118,59,0,2053,2052, + 1,0,0,0,2053,2054,1,0,0,0,2054,2055,1,0,0,0,2055,2057,5,3,0,0,2056, + 2058,3,156,78,0,2057,2056,1,0,0,0,2057,2058,1,0,0,0,2058,2060,1, + 0,0,0,2059,2061,3,158,79,0,2060,2059,1,0,0,0,2060,2061,1,0,0,0,2061, + 2063,1,0,0,0,2062,2064,3,162,81,0,2063,2062,1,0,0,0,2063,2064,1, + 0,0,0,2064,2066,1,0,0,0,2065,2067,3,164,82,0,2066,2065,1,0,0,0,2066, + 2067,1,0,0,0,2067,2069,1,0,0,0,2068,2070,3,166,83,0,2069,2068,1, + 0,0,0,2069,2070,1,0,0,0,2070,2072,1,0,0,0,2071,2073,3,168,84,0,2072, + 2071,1,0,0,0,2072,2073,1,0,0,0,2073,2117,1,0,0,0,2074,2075,5,275, + 0,0,2075,2077,3,308,154,0,2076,2078,3,116,58,0,2077,2076,1,0,0,0, + 2077,2078,1,0,0,0,2078,2080,1,0,0,0,2079,2081,3,158,79,0,2080,2079, + 1,0,0,0,2080,2081,1,0,0,0,2081,2083,1,0,0,0,2082,2084,3,162,81,0, + 2083,2082,1,0,0,0,2083,2084,1,0,0,0,2084,2086,1,0,0,0,2085,2087, + 3,164,82,0,2086,2085,1,0,0,0,2086,2087,1,0,0,0,2087,2089,1,0,0,0, + 2088,2090,3,166,83,0,2089,2088,1,0,0,0,2089,2090,1,0,0,0,2090,2092, + 1,0,0,0,2091,2093,3,168,84,0,2092,2091,1,0,0,0,2092,2093,1,0,0,0, + 2093,2117,1,0,0,0,2094,2095,5,285,0,0,2095,2096,5,275,0,0,2096,2098, + 3,772,386,0,2097,2099,3,116,58,0,2098,2097,1,0,0,0,2098,2099,1,0, + 0,0,2099,2100,1,0,0,0,2100,2102,3,98,49,0,2101,2103,3,158,79,0,2102, + 2101,1,0,0,0,2102,2103,1,0,0,0,2103,2105,1,0,0,0,2104,2106,3,162, + 81,0,2105,2104,1,0,0,0,2105,2106,1,0,0,0,2106,2108,1,0,0,0,2107, + 2109,3,164,82,0,2108,2107,1,0,0,0,2108,2109,1,0,0,0,2109,2111,1, + 0,0,0,2110,2112,3,166,83,0,2111,2110,1,0,0,0,2111,2112,1,0,0,0,2112, + 2114,1,0,0,0,2113,2115,3,168,84,0,2114,2113,1,0,0,0,2114,2115,1, + 0,0,0,2115,2117,1,0,0,0,2116,2051,1,0,0,0,2116,2074,1,0,0,0,2116, + 2094,1,0,0,0,2117,113,1,0,0,0,2118,2124,5,354,0,0,2119,2124,5,352, + 0,0,2120,2121,7,20,0,0,2121,2124,7,21,0,0,2122,2124,5,367,0,0,2123, + 2118,1,0,0,0,2123,2119,1,0,0,0,2123,2120,1,0,0,0,2123,2122,1,0,0, + 0,2124,115,1,0,0,0,2125,2126,5,2,0,0,2126,2131,3,122,61,0,2127,2128, + 5,6,0,0,2128,2130,3,122,61,0,2129,2127,1,0,0,0,2130,2133,1,0,0,0, + 2131,2129,1,0,0,0,2131,2132,1,0,0,0,2132,2134,1,0,0,0,2133,2131, + 1,0,0,0,2134,2135,5,3,0,0,2135,117,1,0,0,0,2136,2141,3,120,60,0, + 2137,2138,5,6,0,0,2138,2140,3,120,60,0,2139,2137,1,0,0,0,2140,2143, + 1,0,0,0,2141,2139,1,0,0,0,2141,2142,1,0,0,0,2142,119,1,0,0,0,2143, + 2141,1,0,0,0,2144,2145,5,45,0,0,2145,2147,3,810,405,0,2146,2144, + 1,0,0,0,2146,2147,1,0,0,0,2147,2148,1,0,0,0,2148,2160,3,134,67,0, + 2149,2160,3,124,62,0,2150,2151,5,120,0,0,2151,2156,3,772,386,0,2152, + 2153,7,22,0,0,2153,2155,3,132,66,0,2154,2152,1,0,0,0,2155,2158,1, + 0,0,0,2156,2154,1,0,0,0,2156,2157,1,0,0,0,2157,2160,1,0,0,0,2158, + 2156,1,0,0,0,2159,2146,1,0,0,0,2159,2149,1,0,0,0,2159,2150,1,0,0, + 0,2160,121,1,0,0,0,2161,2164,3,794,397,0,2162,2163,5,105,0,0,2163, + 2165,5,280,0,0,2164,2162,1,0,0,0,2164,2165,1,0,0,0,2165,2169,1,0, + 0,0,2166,2168,3,126,63,0,2167,2166,1,0,0,0,2168,2171,1,0,0,0,2169, + 2167,1,0,0,0,2169,2170,1,0,0,0,2170,2178,1,0,0,0,2171,2169,1,0,0, + 0,2172,2173,5,45,0,0,2173,2175,3,810,405,0,2174,2172,1,0,0,0,2174, + 2175,1,0,0,0,2175,2176,1,0,0,0,2176,2178,3,134,67,0,2177,2161,1, + 0,0,0,2177,2174,1,0,0,0,2178,123,1,0,0,0,2179,2180,3,794,397,0,2180, + 2182,3,644,322,0,2181,2183,3,212,106,0,2182,2181,1,0,0,0,2182,2183, + 1,0,0,0,2183,2193,1,0,0,0,2184,2191,5,345,0,0,2185,2192,5,544,0, + 0,2186,2192,5,205,0,0,2187,2192,5,545,0,0,2188,2192,5,546,0,0,2189, + 2192,5,53,0,0,2190,2192,3,810,405,0,2191,2185,1,0,0,0,2191,2186, + 1,0,0,0,2191,2187,1,0,0,0,2191,2188,1,0,0,0,2191,2189,1,0,0,0,2191, + 2190,1,0,0,0,2192,2194,1,0,0,0,2193,2184,1,0,0,0,2193,2194,1,0,0, + 0,2194,2197,1,0,0,0,2195,2196,5,543,0,0,2196,2198,3,810,405,0,2197, + 2195,1,0,0,0,2197,2198,1,0,0,0,2198,2200,1,0,0,0,2199,2201,3,90, + 45,0,2200,2199,1,0,0,0,2200,2201,1,0,0,0,2201,2204,1,0,0,0,2202, + 2203,5,105,0,0,2203,2205,5,280,0,0,2204,2202,1,0,0,0,2204,2205,1, + 0,0,0,2205,2209,1,0,0,0,2206,2208,3,126,63,0,2207,2206,1,0,0,0,2208, + 2211,1,0,0,0,2209,2207,1,0,0,0,2209,2210,1,0,0,0,2210,125,1,0,0, + 0,2211,2209,1,0,0,0,2212,2213,5,45,0,0,2213,2215,3,810,405,0,2214, + 2212,1,0,0,0,2214,2215,1,0,0,0,2215,2216,1,0,0,0,2216,2221,3,128, + 64,0,2217,2219,5,77,0,0,2218,2217,1,0,0,0,2218,2219,1,0,0,0,2219, + 2220,1,0,0,0,2220,2222,5,54,0,0,2221,2218,1,0,0,0,2221,2222,1,0, + 0,0,2222,2225,1,0,0,0,2223,2224,5,69,0,0,2224,2226,7,9,0,0,2225, + 2223,1,0,0,0,2225,2226,1,0,0,0,2226,127,1,0,0,0,2227,2229,5,77,0, + 0,2228,2227,1,0,0,0,2228,2229,1,0,0,0,2229,2230,1,0,0,0,2230,2308, + 5,78,0,0,2231,2233,5,98,0,0,2232,2234,3,392,196,0,2233,2232,1,0, + 0,0,2233,2234,1,0,0,0,2234,2236,1,0,0,0,2235,2237,3,170,85,0,2236, + 2235,1,0,0,0,2236,2237,1,0,0,0,2237,2308,1,0,0,0,2238,2244,5,98, + 0,0,2239,2241,5,273,0,0,2240,2242,5,77,0,0,2241,2240,1,0,0,0,2241, + 2242,1,0,0,0,2242,2243,1,0,0,0,2243,2245,5,56,0,0,2244,2239,1,0, + 0,0,2244,2245,1,0,0,0,2245,2248,1,0,0,0,2246,2247,5,441,0,0,2247, + 2249,3,352,176,0,2248,2246,1,0,0,0,2248,2249,1,0,0,0,2249,2251,1, + 0,0,0,2250,2252,3,564,282,0,2251,2250,1,0,0,0,2251,2252,1,0,0,0, + 2252,2254,1,0,0,0,2253,2255,3,170,85,0,2254,2253,1,0,0,0,2254,2255, + 1,0,0,0,2255,2308,1,0,0,0,2256,2257,5,85,0,0,2257,2259,5,245,0,0, + 2258,2260,3,392,196,0,2259,2258,1,0,0,0,2259,2260,1,0,0,0,2260,2262, + 1,0,0,0,2261,2263,3,170,85,0,2262,2261,1,0,0,0,2262,2263,1,0,0,0, + 2263,2308,1,0,0,0,2264,2265,5,42,0,0,2265,2266,5,2,0,0,2266,2267, + 3,666,333,0,2267,2270,5,3,0,0,2268,2269,5,269,0,0,2269,2271,5,228, + 0,0,2270,2268,1,0,0,0,2270,2271,1,0,0,0,2271,2308,1,0,0,0,2272,2273, + 5,53,0,0,2273,2308,3,674,337,0,2274,2275,5,438,0,0,2275,2276,3,130, + 65,0,2276,2293,5,36,0,0,2277,2286,5,219,0,0,2278,2280,5,2,0,0,2279, + 2281,3,192,96,0,2280,2279,1,0,0,0,2281,2282,1,0,0,0,2282,2280,1, + 0,0,0,2282,2283,1,0,0,0,2283,2284,1,0,0,0,2284,2285,5,3,0,0,2285, + 2287,1,0,0,0,2286,2278,1,0,0,0,2286,2287,1,0,0,0,2287,2294,1,0,0, + 0,2288,2289,5,2,0,0,2289,2290,3,666,333,0,2290,2291,5,3,0,0,2291, + 2292,5,440,0,0,2292,2294,1,0,0,0,2293,2277,1,0,0,0,2293,2288,1,0, + 0,0,2294,2308,1,0,0,0,2295,2296,5,86,0,0,2296,2298,3,772,386,0,2297, + 2299,3,136,68,0,2298,2297,1,0,0,0,2298,2299,1,0,0,0,2299,2301,1, + 0,0,0,2300,2302,3,144,72,0,2301,2300,1,0,0,0,2301,2302,1,0,0,0,2302, + 2304,1,0,0,0,2303,2305,3,148,74,0,2304,2303,1,0,0,0,2304,2305,1, + 0,0,0,2305,2308,1,0,0,0,2306,2308,3,90,45,0,2307,2228,1,0,0,0,2307, + 2231,1,0,0,0,2307,2238,1,0,0,0,2307,2256,1,0,0,0,2307,2264,1,0,0, + 0,2307,2272,1,0,0,0,2307,2274,1,0,0,0,2307,2295,1,0,0,0,2307,2306, + 1,0,0,0,2308,129,1,0,0,0,2309,2313,5,139,0,0,2310,2311,5,147,0,0, + 2311,2313,5,53,0,0,2312,2309,1,0,0,0,2312,2310,1,0,0,0,2313,131, + 1,0,0,0,2314,2315,7,23,0,0,2315,133,1,0,0,0,2316,2317,5,42,0,0,2317, + 2318,5,2,0,0,2318,2319,3,666,333,0,2319,2323,5,3,0,0,2320,2322,3, + 264,132,0,2321,2320,1,0,0,0,2322,2325,1,0,0,0,2323,2321,1,0,0,0, + 2323,2324,1,0,0,0,2324,2413,1,0,0,0,2325,2323,1,0,0,0,2326,2330, + 5,98,0,0,2327,2328,5,85,0,0,2328,2330,5,245,0,0,2329,2326,1,0,0, + 0,2329,2327,1,0,0,0,2330,2354,1,0,0,0,2331,2333,3,136,68,0,2332, + 2334,3,142,71,0,2333,2332,1,0,0,0,2333,2334,1,0,0,0,2334,2336,1, + 0,0,0,2335,2337,3,392,196,0,2336,2335,1,0,0,0,2336,2337,1,0,0,0, + 2337,2339,1,0,0,0,2338,2340,3,170,85,0,2339,2338,1,0,0,0,2339,2340, + 1,0,0,0,2340,2344,1,0,0,0,2341,2343,3,264,132,0,2342,2341,1,0,0, + 0,2343,2346,1,0,0,0,2344,2342,1,0,0,0,2344,2345,1,0,0,0,2345,2355, + 1,0,0,0,2346,2344,1,0,0,0,2347,2351,3,172,86,0,2348,2350,3,264,132, + 0,2349,2348,1,0,0,0,2350,2353,1,0,0,0,2351,2349,1,0,0,0,2351,2352, + 1,0,0,0,2352,2355,1,0,0,0,2353,2351,1,0,0,0,2354,2331,1,0,0,0,2354, + 2347,1,0,0,0,2355,2413,1,0,0,0,2356,2358,5,199,0,0,2357,2359,3,162, + 81,0,2358,2357,1,0,0,0,2358,2359,1,0,0,0,2359,2360,1,0,0,0,2360, + 2361,5,2,0,0,2361,2366,3,146,73,0,2362,2363,5,6,0,0,2363,2365,3, + 146,73,0,2364,2362,1,0,0,0,2365,2368,1,0,0,0,2366,2364,1,0,0,0,2366, + 2367,1,0,0,0,2367,2369,1,0,0,0,2368,2366,1,0,0,0,2369,2371,5,3,0, + 0,2370,2372,3,142,71,0,2371,2370,1,0,0,0,2371,2372,1,0,0,0,2372, + 2374,1,0,0,0,2373,2375,3,392,196,0,2374,2373,1,0,0,0,2374,2375,1, + 0,0,0,2375,2377,1,0,0,0,2376,2378,3,170,85,0,2377,2376,1,0,0,0,2377, + 2378,1,0,0,0,2378,2384,1,0,0,0,2379,2380,5,103,0,0,2380,2381,5,2, + 0,0,2381,2382,3,666,333,0,2382,2383,5,3,0,0,2383,2385,1,0,0,0,2384, + 2379,1,0,0,0,2384,2385,1,0,0,0,2385,2389,1,0,0,0,2386,2388,3,264, + 132,0,2387,2386,1,0,0,0,2388,2391,1,0,0,0,2389,2387,1,0,0,0,2389, + 2390,1,0,0,0,2390,2413,1,0,0,0,2391,2389,1,0,0,0,2392,2393,5,63, + 0,0,2393,2394,5,245,0,0,2394,2395,3,136,68,0,2395,2396,5,86,0,0, + 2396,2398,3,772,386,0,2397,2399,3,136,68,0,2398,2397,1,0,0,0,2398, + 2399,1,0,0,0,2399,2401,1,0,0,0,2400,2402,3,144,72,0,2401,2400,1, + 0,0,0,2401,2402,1,0,0,0,2402,2404,1,0,0,0,2403,2405,3,148,74,0,2404, + 2403,1,0,0,0,2404,2405,1,0,0,0,2405,2409,1,0,0,0,2406,2408,3,264, + 132,0,2407,2406,1,0,0,0,2408,2411,1,0,0,0,2409,2407,1,0,0,0,2409, + 2410,1,0,0,0,2410,2413,1,0,0,0,2411,2409,1,0,0,0,2412,2316,1,0,0, + 0,2412,2329,1,0,0,0,2412,2356,1,0,0,0,2412,2392,1,0,0,0,2413,135, + 1,0,0,0,2414,2415,5,2,0,0,2415,2416,3,140,70,0,2416,2417,5,3,0,0, + 2417,137,1,0,0,0,2418,2419,5,2,0,0,2419,2424,3,794,397,0,2420,2421, + 5,6,0,0,2421,2423,3,794,397,0,2422,2420,1,0,0,0,2423,2426,1,0,0, + 0,2424,2422,1,0,0,0,2424,2425,1,0,0,0,2425,2427,1,0,0,0,2426,2424, + 1,0,0,0,2427,2428,5,3,0,0,2428,139,1,0,0,0,2429,2434,3,792,396,0, + 2430,2431,5,6,0,0,2431,2433,3,792,396,0,2432,2430,1,0,0,0,2433,2436, + 1,0,0,0,2434,2432,1,0,0,0,2434,2435,1,0,0,0,2435,141,1,0,0,0,2436, + 2434,1,0,0,0,2437,2438,5,441,0,0,2438,2439,3,136,68,0,2439,143,1, + 0,0,0,2440,2441,5,258,0,0,2441,2442,7,24,0,0,2442,145,1,0,0,0,2443, + 2444,3,354,177,0,2444,2451,5,105,0,0,2445,2452,3,406,203,0,2446, + 2447,5,278,0,0,2447,2448,5,2,0,0,2448,2449,3,406,203,0,2449,2450, + 5,3,0,0,2450,2452,1,0,0,0,2451,2445,1,0,0,0,2451,2446,1,0,0,0,2452, + 147,1,0,0,0,2453,2455,3,150,75,0,2454,2456,3,152,76,0,2455,2454, + 1,0,0,0,2455,2456,1,0,0,0,2456,2462,1,0,0,0,2457,2459,3,152,76,0, + 2458,2460,3,150,75,0,2459,2458,1,0,0,0,2459,2460,1,0,0,0,2460,2462, + 1,0,0,0,2461,2453,1,0,0,0,2461,2457,1,0,0,0,2462,149,1,0,0,0,2463, + 2464,5,80,0,0,2464,2465,5,369,0,0,2465,2466,3,154,77,0,2466,151, + 1,0,0,0,2467,2468,5,80,0,0,2468,2469,5,182,0,0,2469,2470,3,154,77, + 0,2470,153,1,0,0,0,2471,2472,5,269,0,0,2472,2481,5,132,0,0,2473, + 2481,5,315,0,0,2474,2481,5,150,0,0,2475,2476,5,333,0,0,2476,2478, + 7,25,0,0,2477,2479,3,140,70,0,2478,2477,1,0,0,0,2478,2479,1,0,0, + 0,2479,2481,1,0,0,0,2480,2471,1,0,0,0,2480,2473,1,0,0,0,2480,2474, + 1,0,0,0,2480,2475,1,0,0,0,2481,155,1,0,0,0,2482,2483,5,238,0,0,2483, + 2484,5,2,0,0,2484,2485,3,752,376,0,2485,2486,5,3,0,0,2486,157,1, + 0,0,0,2487,2488,5,285,0,0,2488,2489,5,147,0,0,2489,2490,3,810,405, + 0,2490,2491,5,2,0,0,2491,2496,3,160,80,0,2492,2493,5,6,0,0,2493, + 2495,3,160,80,0,2494,2492,1,0,0,0,2495,2498,1,0,0,0,2496,2494,1, + 0,0,0,2496,2497,1,0,0,0,2497,2499,1,0,0,0,2498,2496,1,0,0,0,2499, + 2500,5,3,0,0,2500,159,1,0,0,0,2501,2508,3,792,396,0,2502,2508,3, + 680,340,0,2503,2504,5,2,0,0,2504,2505,3,666,333,0,2505,2506,5,3, + 0,0,2506,2508,1,0,0,0,2507,2501,1,0,0,0,2507,2502,1,0,0,0,2507,2503, + 1,0,0,0,2508,2510,1,0,0,0,2509,2511,3,90,45,0,2510,2509,1,0,0,0, + 2510,2511,1,0,0,0,2511,2513,1,0,0,0,2512,2514,3,308,154,0,2513,2512, + 1,0,0,0,2513,2514,1,0,0,0,2514,161,1,0,0,0,2515,2516,5,100,0,0,2516, + 2517,3,810,405,0,2517,163,1,0,0,0,2518,2519,5,105,0,0,2519,2523, + 3,92,46,0,2520,2521,7,26,0,0,2521,2523,5,277,0,0,2522,2518,1,0,0, + 0,2522,2520,1,0,0,0,2523,165,1,0,0,0,2524,2525,5,80,0,0,2525,2531, + 5,161,0,0,2526,2532,5,191,0,0,2527,2528,5,182,0,0,2528,2532,5,320, + 0,0,2529,2530,5,292,0,0,2530,2532,5,320,0,0,2531,2526,1,0,0,0,2531, + 2527,1,0,0,0,2531,2529,1,0,0,0,2532,167,1,0,0,0,2533,2534,5,351, + 0,0,2534,2535,3,762,381,0,2535,169,1,0,0,0,2536,2537,5,100,0,0,2537, + 2538,5,226,0,0,2538,2539,3,168,84,0,2539,171,1,0,0,0,2540,2541,5, + 100,0,0,2541,2542,5,226,0,0,2542,2543,3,810,405,0,2543,173,1,0,0, + 0,2544,2545,5,46,0,0,2545,2550,5,342,0,0,2546,2548,3,286,143,0,2547, + 2546,1,0,0,0,2547,2548,1,0,0,0,2548,2549,1,0,0,0,2549,2551,3,308, + 154,0,2550,2547,1,0,0,0,2550,2551,1,0,0,0,2551,2553,1,0,0,0,2552, + 2554,3,136,68,0,2553,2552,1,0,0,0,2553,2554,1,0,0,0,2554,2555,1, + 0,0,0,2555,2565,5,80,0,0,2556,2561,3,724,362,0,2557,2558,5,6,0,0, + 2558,2560,3,724,362,0,2559,2557,1,0,0,0,2560,2563,1,0,0,0,2561,2559, + 1,0,0,0,2561,2562,1,0,0,0,2562,2566,1,0,0,0,2563,2561,1,0,0,0,2564, + 2566,3,722,361,0,2565,2556,1,0,0,0,2565,2564,1,0,0,0,2566,2567,1, + 0,0,0,2567,2568,3,602,301,0,2568,175,1,0,0,0,2569,2570,5,138,0,0, + 2570,2572,5,342,0,0,2571,2573,3,414,207,0,2572,2571,1,0,0,0,2572, + 2573,1,0,0,0,2573,2574,1,0,0,0,2574,2575,3,308,154,0,2575,2576,5, + 333,0,0,2576,2577,5,342,0,0,2577,2578,3,804,402,0,2578,177,1,0,0, + 0,2579,2581,5,46,0,0,2580,2582,3,114,57,0,2581,2580,1,0,0,0,2581, + 2582,1,0,0,0,2582,2583,1,0,0,0,2583,2585,5,92,0,0,2584,2586,3,286, + 143,0,2585,2584,1,0,0,0,2585,2586,1,0,0,0,2586,2587,1,0,0,0,2587, + 2588,3,180,90,0,2588,2589,5,36,0,0,2589,2591,3,552,276,0,2590,2592, + 3,182,91,0,2591,2590,1,0,0,0,2591,2592,1,0,0,0,2592,179,1,0,0,0, + 2593,2595,3,764,382,0,2594,2596,3,138,69,0,2595,2594,1,0,0,0,2595, + 2596,1,0,0,0,2596,2598,1,0,0,0,2597,2599,3,162,81,0,2598,2597,1, + 0,0,0,2598,2599,1,0,0,0,2599,2601,1,0,0,0,2600,2602,3,164,82,0,2601, + 2600,1,0,0,0,2601,2602,1,0,0,0,2602,2604,1,0,0,0,2603,2605,3,166, + 83,0,2604,2603,1,0,0,0,2604,2605,1,0,0,0,2605,2607,1,0,0,0,2606, + 2608,3,168,84,0,2607,2606,1,0,0,0,2607,2608,1,0,0,0,2608,181,1,0, + 0,0,2609,2613,5,105,0,0,2610,2614,5,174,0,0,2611,2612,5,269,0,0, + 2612,2614,5,174,0,0,2613,2610,1,0,0,0,2613,2611,1,0,0,0,2614,183, + 1,0,0,0,2615,2617,5,46,0,0,2616,2618,5,367,0,0,2617,2616,1,0,0,0, + 2617,2618,1,0,0,0,2618,2619,1,0,0,0,2619,2620,5,259,0,0,2620,2622, + 5,376,0,0,2621,2623,3,286,143,0,2622,2621,1,0,0,0,2622,2623,1,0, + 0,0,2623,2624,1,0,0,0,2624,2626,3,768,384,0,2625,2627,3,138,69,0, + 2626,2625,1,0,0,0,2626,2627,1,0,0,0,2627,2629,1,0,0,0,2628,2630, + 3,162,81,0,2629,2628,1,0,0,0,2629,2630,1,0,0,0,2630,2632,1,0,0,0, + 2631,2633,3,94,47,0,2632,2631,1,0,0,0,2632,2633,1,0,0,0,2633,2635, + 1,0,0,0,2634,2636,3,168,84,0,2635,2634,1,0,0,0,2635,2636,1,0,0,0, + 2636,2637,1,0,0,0,2637,2638,5,36,0,0,2638,2640,3,552,276,0,2639, + 2641,3,182,91,0,2640,2639,1,0,0,0,2640,2641,1,0,0,0,2641,185,1,0, + 0,0,2642,2643,5,305,0,0,2643,2644,5,259,0,0,2644,2646,5,376,0,0, + 2645,2647,5,109,0,0,2646,2645,1,0,0,0,2646,2647,1,0,0,0,2647,2648, + 1,0,0,0,2648,2650,3,770,385,0,2649,2651,3,182,91,0,2650,2649,1,0, + 0,0,2650,2651,1,0,0,0,2651,187,1,0,0,0,2652,2654,5,46,0,0,2653,2655, + 3,114,57,0,2654,2653,1,0,0,0,2654,2655,1,0,0,0,2655,2656,1,0,0,0, + 2656,2658,5,328,0,0,2657,2659,3,286,143,0,2658,2657,1,0,0,0,2658, + 2659,1,0,0,0,2659,2660,1,0,0,0,2660,2666,3,772,386,0,2661,2663,3, + 192,96,0,2662,2661,1,0,0,0,2663,2664,1,0,0,0,2664,2662,1,0,0,0,2664, + 2665,1,0,0,0,2665,2667,1,0,0,0,2666,2662,1,0,0,0,2666,2667,1,0,0, + 0,2667,189,1,0,0,0,2668,2669,5,138,0,0,2669,2671,5,328,0,0,2670, + 2672,3,414,207,0,2671,2670,1,0,0,0,2671,2672,1,0,0,0,2672,2673,1, + 0,0,0,2673,2675,3,772,386,0,2674,2676,3,192,96,0,2675,2674,1,0,0, + 0,2676,2677,1,0,0,0,2677,2675,1,0,0,0,2677,2678,1,0,0,0,2678,191, + 1,0,0,0,2679,2680,5,36,0,0,2680,2713,3,646,323,0,2681,2683,5,148, + 0,0,2682,2684,3,194,97,0,2683,2682,1,0,0,0,2683,2684,1,0,0,0,2684, + 2713,1,0,0,0,2685,2687,5,225,0,0,2686,2688,5,147,0,0,2687,2686,1, + 0,0,0,2687,2688,1,0,0,0,2688,2689,1,0,0,0,2689,2713,3,194,97,0,2690, + 2691,7,27,0,0,2691,2713,3,194,97,0,2692,2693,5,269,0,0,2693,2713, + 7,28,0,0,2694,2695,5,281,0,0,2695,2696,5,147,0,0,2696,2713,3,792, + 396,0,2697,2698,5,328,0,0,2698,2699,5,266,0,0,2699,2713,3,308,154, + 0,2700,2702,5,340,0,0,2701,2703,5,105,0,0,2702,2701,1,0,0,0,2702, + 2703,1,0,0,0,2703,2704,1,0,0,0,2704,2713,3,194,97,0,2705,2707,5, + 314,0,0,2706,2708,5,105,0,0,2707,2706,1,0,0,0,2707,2708,1,0,0,0, + 2708,2710,1,0,0,0,2709,2711,3,194,97,0,2710,2709,1,0,0,0,2710,2711, + 1,0,0,0,2711,2713,1,0,0,0,2712,2679,1,0,0,0,2712,2681,1,0,0,0,2712, + 2685,1,0,0,0,2712,2690,1,0,0,0,2712,2692,1,0,0,0,2712,2694,1,0,0, + 0,2712,2697,1,0,0,0,2712,2700,1,0,0,0,2712,2705,1,0,0,0,2713,193, + 1,0,0,0,2714,2716,7,29,0,0,2715,2714,1,0,0,0,2715,2716,1,0,0,0,2716, + 2717,1,0,0,0,2717,2720,5,573,0,0,2718,2720,3,804,402,0,2719,2715, + 1,0,0,0,2719,2718,1,0,0,0,2720,195,1,0,0,0,2721,2723,5,46,0,0,2722, + 2724,3,358,179,0,2723,2722,1,0,0,0,2723,2724,1,0,0,0,2724,2726,1, + 0,0,0,2725,2727,5,359,0,0,2726,2725,1,0,0,0,2726,2727,1,0,0,0,2727, + 2729,1,0,0,0,2728,2730,5,295,0,0,2729,2728,1,0,0,0,2729,2730,1,0, + 0,0,2730,2731,1,0,0,0,2731,2732,5,247,0,0,2732,2745,3,810,405,0, + 2733,2734,5,215,0,0,2734,2737,3,308,154,0,2735,2736,5,239,0,0,2736, + 2738,3,308,154,0,2737,2735,1,0,0,0,2737,2738,1,0,0,0,2738,2743,1, + 0,0,0,2739,2740,5,373,0,0,2740,2744,3,308,154,0,2741,2742,5,269, + 0,0,2742,2744,5,373,0,0,2743,2739,1,0,0,0,2743,2741,1,0,0,0,2743, + 2744,1,0,0,0,2744,2746,1,0,0,0,2745,2733,1,0,0,0,2745,2746,1,0,0, + 0,2746,197,1,0,0,0,2747,2748,5,46,0,0,2748,2751,3,168,84,0,2749, + 2750,5,282,0,0,2750,2752,3,806,403,0,2751,2749,1,0,0,0,2751,2752, + 1,0,0,0,2752,2753,1,0,0,0,2753,2754,5,255,0,0,2754,2756,3,800,400, + 0,2755,2757,3,94,47,0,2756,2755,1,0,0,0,2756,2757,1,0,0,0,2757,199, + 1,0,0,0,2758,2759,5,46,0,0,2759,2761,5,204,0,0,2760,2762,3,286,143, + 0,2761,2760,1,0,0,0,2761,2762,1,0,0,0,2762,2763,1,0,0,0,2763,2765, + 3,810,405,0,2764,2766,5,105,0,0,2765,2764,1,0,0,0,2765,2766,1,0, + 0,0,2766,2774,1,0,0,0,2767,2768,5,323,0,0,2768,2773,3,782,391,0, + 2769,2770,7,30,0,0,2770,2773,3,58,29,0,2771,2773,5,150,0,0,2772, + 2767,1,0,0,0,2772,2769,1,0,0,0,2772,2771,1,0,0,0,2773,2776,1,0,0, + 0,2774,2772,1,0,0,0,2774,2775,1,0,0,0,2775,201,1,0,0,0,2776,2774, + 1,0,0,0,2777,2778,5,138,0,0,2778,2779,5,204,0,0,2779,2780,3,810, + 405,0,2780,2785,5,369,0,0,2781,2782,5,94,0,0,2782,2784,3,58,29,0, + 2783,2781,1,0,0,0,2784,2787,1,0,0,0,2785,2783,1,0,0,0,2785,2786, + 1,0,0,0,2786,203,1,0,0,0,2787,2785,1,0,0,0,2788,2789,5,138,0,0,2789, + 2790,5,204,0,0,2790,2791,3,810,405,0,2791,2824,7,6,0,0,2792,2793, + 5,443,0,0,2793,2794,5,62,0,0,2794,2795,3,644,322,0,2795,2796,5,247, + 0,0,2796,2797,3,810,405,0,2797,2825,1,0,0,0,2798,2799,5,442,0,0, + 2799,2825,3,366,183,0,2800,2801,5,296,0,0,2801,2825,3,370,185,0, + 2802,2803,5,278,0,0,2803,2804,7,31,0,0,2804,2805,3,308,154,0,2805, + 2806,3,162,81,0,2806,2825,1,0,0,0,2807,2808,5,278,0,0,2808,2825, + 3,408,204,0,2809,2810,5,211,0,0,2810,2825,3,374,187,0,2811,2812, + 7,32,0,0,2812,2825,3,644,322,0,2813,2814,5,41,0,0,2814,2815,5,2, + 0,0,2815,2816,3,644,322,0,2816,2817,5,36,0,0,2817,2818,3,644,322, + 0,2818,2819,5,3,0,0,2819,2825,1,0,0,0,2820,2821,5,136,0,0,2821,2825, + 3,386,193,0,2822,2825,3,304,152,0,2823,2825,3,302,151,0,2824,2792, + 1,0,0,0,2824,2798,1,0,0,0,2824,2800,1,0,0,0,2824,2802,1,0,0,0,2824, + 2807,1,0,0,0,2824,2809,1,0,0,0,2824,2811,1,0,0,0,2824,2813,1,0,0, + 0,2824,2820,1,0,0,0,2824,2822,1,0,0,0,2824,2823,1,0,0,0,2825,205, + 1,0,0,0,2826,2827,5,46,0,0,2827,2828,5,63,0,0,2828,2829,5,174,0, + 0,2829,2830,5,381,0,0,2830,2836,3,810,405,0,2831,2833,3,208,104, + 0,2832,2831,1,0,0,0,2833,2834,1,0,0,0,2834,2832,1,0,0,0,2834,2835, + 1,0,0,0,2835,2837,1,0,0,0,2836,2832,1,0,0,0,2836,2837,1,0,0,0,2837, + 2839,1,0,0,0,2838,2840,3,212,106,0,2839,2838,1,0,0,0,2839,2840,1, + 0,0,0,2840,207,1,0,0,0,2841,2843,7,33,0,0,2842,2844,3,308,154,0, + 2843,2842,1,0,0,0,2843,2844,1,0,0,0,2844,2848,1,0,0,0,2845,2846, + 5,269,0,0,2846,2848,7,33,0,0,2847,2841,1,0,0,0,2847,2845,1,0,0,0, + 2848,209,1,0,0,0,2849,2850,5,138,0,0,2850,2851,5,63,0,0,2851,2852, + 5,174,0,0,2852,2853,5,381,0,0,2853,2867,3,810,405,0,2854,2856,3, + 208,104,0,2855,2854,1,0,0,0,2856,2857,1,0,0,0,2857,2855,1,0,0,0, + 2857,2858,1,0,0,0,2858,2860,1,0,0,0,2859,2855,1,0,0,0,2859,2860, + 1,0,0,0,2860,2861,1,0,0,0,2861,2868,3,214,107,0,2862,2864,3,208, + 104,0,2863,2862,1,0,0,0,2864,2865,1,0,0,0,2865,2863,1,0,0,0,2865, + 2866,1,0,0,0,2866,2868,1,0,0,0,2867,2859,1,0,0,0,2867,2863,1,0,0, + 0,2868,211,1,0,0,0,2869,2870,5,280,0,0,2870,2871,5,2,0,0,2871,2876, + 3,218,109,0,2872,2873,5,6,0,0,2873,2875,3,218,109,0,2874,2872,1, + 0,0,0,2875,2878,1,0,0,0,2876,2874,1,0,0,0,2876,2877,1,0,0,0,2877, + 2879,1,0,0,0,2878,2876,1,0,0,0,2879,2880,5,3,0,0,2880,213,1,0,0, + 0,2881,2882,5,280,0,0,2882,2883,5,2,0,0,2883,2888,3,216,108,0,2884, + 2885,5,6,0,0,2885,2887,3,216,108,0,2886,2884,1,0,0,0,2887,2890,1, + 0,0,0,2888,2886,1,0,0,0,2888,2889,1,0,0,0,2889,2891,1,0,0,0,2890, + 2888,1,0,0,0,2891,2892,5,3,0,0,2892,215,1,0,0,0,2893,2894,7,34,0, + 0,2894,2895,3,218,109,0,2895,217,1,0,0,0,2896,2897,3,816,408,0,2897, + 2898,3,800,400,0,2898,219,1,0,0,0,2899,2900,5,46,0,0,2900,2902,5, + 331,0,0,2901,2903,3,286,143,0,2902,2901,1,0,0,0,2902,2903,1,0,0, + 0,2903,2904,1,0,0,0,2904,2907,3,810,405,0,2905,2906,5,360,0,0,2906, + 2908,3,800,400,0,2907,2905,1,0,0,0,2907,2908,1,0,0,0,2908,2910,1, + 0,0,0,2909,2911,3,222,111,0,2910,2909,1,0,0,0,2910,2911,1,0,0,0, + 2911,2912,1,0,0,0,2912,2913,5,63,0,0,2913,2914,5,174,0,0,2914,2915, + 5,381,0,0,2915,2917,3,810,405,0,2916,2918,3,212,106,0,2917,2916, + 1,0,0,0,2917,2918,1,0,0,0,2918,221,1,0,0,0,2919,2922,5,375,0,0,2920, + 2923,3,800,400,0,2921,2923,5,78,0,0,2922,2920,1,0,0,0,2922,2921, + 1,0,0,0,2923,223,1,0,0,0,2924,2925,5,138,0,0,2925,2926,5,331,0,0, + 2926,2932,3,810,405,0,2927,2933,3,214,107,0,2928,2930,3,222,111, + 0,2929,2931,3,214,107,0,2930,2929,1,0,0,0,2930,2931,1,0,0,0,2931, + 2933,1,0,0,0,2932,2927,1,0,0,0,2932,2928,1,0,0,0,2933,225,1,0,0, + 0,2934,2935,5,46,0,0,2935,2936,5,63,0,0,2936,2938,5,92,0,0,2937, + 2939,3,286,143,0,2938,2937,1,0,0,0,2938,2939,1,0,0,0,2939,2940,1, + 0,0,0,2940,2941,3,764,382,0,2941,2943,5,2,0,0,2942,2944,3,118,59, + 0,2943,2942,1,0,0,0,2943,2944,1,0,0,0,2944,2945,1,0,0,0,2945,2947, + 5,3,0,0,2946,2948,3,156,78,0,2947,2946,1,0,0,0,2947,2948,1,0,0,0, + 2948,2949,1,0,0,0,2949,2950,5,331,0,0,2950,2952,3,810,405,0,2951, + 2953,3,212,106,0,2952,2951,1,0,0,0,2952,2953,1,0,0,0,2953,2974,1, + 0,0,0,2954,2955,5,46,0,0,2955,2956,5,63,0,0,2956,2958,5,92,0,0,2957, + 2959,3,286,143,0,2958,2957,1,0,0,0,2958,2959,1,0,0,0,2959,2960,1, + 0,0,0,2960,2961,3,764,382,0,2961,2962,5,285,0,0,2962,2963,5,275, + 0,0,2963,2965,3,766,383,0,2964,2966,3,116,58,0,2965,2964,1,0,0,0, + 2965,2966,1,0,0,0,2966,2967,1,0,0,0,2967,2968,3,98,49,0,2968,2969, + 5,331,0,0,2969,2971,3,810,405,0,2970,2972,3,212,106,0,2971,2970, + 1,0,0,0,2971,2972,1,0,0,0,2972,2974,1,0,0,0,2973,2934,1,0,0,0,2973, + 2954,1,0,0,0,2974,227,1,0,0,0,2975,2976,5,444,0,0,2976,2977,5,63, + 0,0,2977,2978,5,323,0,0,2978,2988,3,782,391,0,2979,2980,5,74,0,0, + 2980,2983,5,94,0,0,2981,2983,5,59,0,0,2982,2979,1,0,0,0,2982,2981, + 1,0,0,0,2983,2984,1,0,0,0,2984,2985,5,2,0,0,2985,2986,3,620,310, + 0,2986,2987,5,3,0,0,2987,2989,1,0,0,0,2988,2982,1,0,0,0,2988,2989, + 1,0,0,0,2989,2990,1,0,0,0,2990,2991,5,64,0,0,2991,2992,5,331,0,0, + 2992,2993,3,810,405,0,2993,2994,5,71,0,0,2994,2996,3,810,405,0,2995, + 2997,3,212,106,0,2996,2995,1,0,0,0,2996,2997,1,0,0,0,2997,229,1, + 0,0,0,2998,2999,5,46,0,0,2999,3000,5,99,0,0,3000,3002,5,257,0,0, + 3001,3003,3,286,143,0,3002,3001,1,0,0,0,3002,3003,1,0,0,0,3003,3004, + 1,0,0,0,3004,3007,5,62,0,0,3005,3008,3,806,403,0,3006,3008,5,99, + 0,0,3007,3005,1,0,0,0,3007,3006,1,0,0,0,3008,3009,1,0,0,0,3009,3010, + 5,331,0,0,3010,3012,3,810,405,0,3011,3013,3,212,106,0,3012,3011, + 1,0,0,0,3012,3013,1,0,0,0,3013,231,1,0,0,0,3014,3015,5,138,0,0,3015, + 3016,5,99,0,0,3016,3017,5,257,0,0,3017,3020,5,62,0,0,3018,3021,3, + 806,403,0,3019,3021,5,99,0,0,3020,3018,1,0,0,0,3020,3019,1,0,0,0, + 3021,3022,1,0,0,0,3022,3023,5,331,0,0,3023,3024,3,810,405,0,3024, + 3025,3,214,107,0,3025,233,1,0,0,0,3026,3027,5,46,0,0,3027,3028,5, + 445,0,0,3028,3029,3,810,405,0,3029,3030,5,80,0,0,3030,3037,3,772, + 386,0,3031,3035,5,36,0,0,3032,3036,5,541,0,0,3033,3036,5,542,0,0, + 3034,3036,3,818,409,0,3035,3032,1,0,0,0,3035,3033,1,0,0,0,3035,3034, + 1,0,0,0,3036,3038,1,0,0,0,3037,3031,1,0,0,0,3037,3038,1,0,0,0,3038, + 3041,1,0,0,0,3039,3040,5,62,0,0,3040,3042,7,35,0,0,3041,3039,1,0, + 0,0,3041,3042,1,0,0,0,3042,3045,1,0,0,0,3043,3044,5,94,0,0,3044, + 3046,3,808,404,0,3045,3043,1,0,0,0,3045,3046,1,0,0,0,3046,3048,1, + 0,0,0,3047,3049,3,242,121,0,3048,3047,1,0,0,0,3048,3049,1,0,0,0, + 3049,3051,1,0,0,0,3050,3052,3,244,122,0,3051,3050,1,0,0,0,3051,3052, + 1,0,0,0,3052,235,1,0,0,0,3053,3054,5,138,0,0,3054,3055,5,445,0,0, + 3055,3056,3,810,405,0,3056,3057,5,80,0,0,3057,3060,3,772,386,0,3058, + 3059,5,94,0,0,3059,3061,3,808,404,0,3060,3058,1,0,0,0,3060,3061, + 1,0,0,0,3061,3063,1,0,0,0,3062,3064,3,242,121,0,3063,3062,1,0,0, + 0,3063,3064,1,0,0,0,3064,3066,1,0,0,0,3065,3067,3,244,122,0,3066, + 3065,1,0,0,0,3066,3067,1,0,0,0,3067,237,1,0,0,0,3068,3069,5,138, + 0,0,3069,3070,5,296,0,0,3070,3072,3,788,394,0,3071,3073,3,360,180, + 0,3072,3071,1,0,0,0,3072,3073,1,0,0,0,3073,3100,1,0,0,0,3074,3078, + 3,240,120,0,3075,3077,3,240,120,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,3082,1,0,0,0,3080, + 3078,1,0,0,0,3081,3083,5,315,0,0,3082,3081,1,0,0,0,3082,3083,1,0, + 0,0,3083,3101,1,0,0,0,3084,3085,5,309,0,0,3085,3086,5,94,0,0,3086, + 3101,3,790,395,0,3087,3088,5,282,0,0,3088,3089,5,94,0,0,3089,3101, + 3,806,403,0,3090,3091,5,333,0,0,3091,3092,5,323,0,0,3092,3101,3, + 32,16,0,3093,3095,5,269,0,0,3094,3093,1,0,0,0,3094,3095,1,0,0,0, + 3095,3096,1,0,0,0,3096,3097,5,462,0,0,3097,3098,5,80,0,0,3098,3099, + 5,204,0,0,3099,3101,3,810,405,0,3100,3074,1,0,0,0,3100,3084,1,0, + 0,0,3100,3087,1,0,0,0,3100,3090,1,0,0,0,3100,3094,1,0,0,0,3101,239, + 1,0,0,0,3102,3104,5,205,0,0,3103,3102,1,0,0,0,3103,3104,1,0,0,0, + 3104,3105,1,0,0,0,3105,3106,5,327,0,0,3106,3113,5,243,0,0,3107,3109, + 5,205,0,0,3108,3107,1,0,0,0,3108,3109,1,0,0,0,3109,3110,1,0,0,0, + 3110,3111,5,327,0,0,3111,3113,5,181,0,0,3112,3103,1,0,0,0,3112,3108, + 1,0,0,0,3113,3132,1,0,0,0,3114,3115,5,333,0,0,3115,3116,3,810,405, + 0,3116,3119,7,36,0,0,3117,3120,3,810,405,0,3118,3120,5,53,0,0,3119, + 3117,1,0,0,0,3119,3118,1,0,0,0,3120,3132,1,0,0,0,3121,3122,5,333, + 0,0,3122,3123,3,810,405,0,3123,3124,5,64,0,0,3124,3125,5,434,0,0, + 3125,3132,1,0,0,0,3126,3129,5,313,0,0,3127,3130,3,810,405,0,3128, + 3130,5,30,0,0,3129,3127,1,0,0,0,3129,3128,1,0,0,0,3130,3132,1,0, + 0,0,3131,3112,1,0,0,0,3131,3114,1,0,0,0,3131,3121,1,0,0,0,3131,3126, + 1,0,0,0,3132,241,1,0,0,0,3133,3134,5,100,0,0,3134,3135,5,2,0,0,3135, + 3136,3,666,333,0,3136,3137,5,3,0,0,3137,243,1,0,0,0,3138,3139,5, + 105,0,0,3139,3140,5,42,0,0,3140,3141,5,2,0,0,3141,3142,3,666,333, + 0,3142,3143,5,3,0,0,3143,245,1,0,0,0,3144,3145,5,46,0,0,3145,3146, + 5,131,0,0,3146,3147,5,446,0,0,3147,3148,3,810,405,0,3148,3149,5, + 360,0,0,3149,3150,7,37,0,0,3150,3151,5,215,0,0,3151,3152,3,308,154, + 0,3152,247,1,0,0,0,3153,3155,5,46,0,0,3154,3156,3,358,179,0,3155, + 3154,1,0,0,0,3155,3156,1,0,0,0,3156,3157,1,0,0,0,3157,3158,5,357, + 0,0,3158,3159,3,810,405,0,3159,3160,3,250,125,0,3160,3161,3,252, + 126,0,3161,3162,5,80,0,0,3162,3174,3,766,383,0,3163,3170,5,447,0, + 0,3164,3165,7,38,0,0,3165,3167,7,39,0,0,3166,3168,5,36,0,0,3167, + 3166,1,0,0,0,3167,3168,1,0,0,0,3168,3169,1,0,0,0,3169,3171,3,810, + 405,0,3170,3164,1,0,0,0,3171,3172,1,0,0,0,3172,3170,1,0,0,0,3172, + 3173,1,0,0,0,3173,3175,1,0,0,0,3174,3163,1,0,0,0,3174,3175,1,0,0, + 0,3175,3181,1,0,0,0,3176,3178,5,62,0,0,3177,3179,5,192,0,0,3178, + 3177,1,0,0,0,3178,3179,1,0,0,0,3179,3180,1,0,0,0,3180,3182,7,40, + 0,0,3181,3176,1,0,0,0,3181,3182,1,0,0,0,3182,3184,1,0,0,0,3183,3185, + 3,256,128,0,3184,3183,1,0,0,0,3184,3185,1,0,0,0,3185,3186,1,0,0, + 0,3186,3187,5,202,0,0,3187,3188,3,258,129,0,3188,3189,5,2,0,0,3189, + 3190,3,260,130,0,3190,3191,5,3,0,0,3191,3232,1,0,0,0,3192,3194,5, + 46,0,0,3193,3195,3,358,179,0,3194,3193,1,0,0,0,3194,3195,1,0,0,0, + 3195,3197,1,0,0,0,3196,3198,5,45,0,0,3197,3196,1,0,0,0,3197,3198, + 1,0,0,0,3198,3199,1,0,0,0,3199,3200,5,357,0,0,3200,3201,3,810,405, + 0,3201,3202,3,250,125,0,3202,3203,3,252,126,0,3203,3204,5,80,0,0, + 3204,3207,3,766,383,0,3205,3206,5,64,0,0,3206,3208,3,772,386,0,3207, + 3205,1,0,0,0,3207,3208,1,0,0,0,3208,3212,1,0,0,0,3209,3211,3,264, + 132,0,3210,3209,1,0,0,0,3211,3214,1,0,0,0,3212,3210,1,0,0,0,3212, + 3213,1,0,0,0,3213,3220,1,0,0,0,3214,3212,1,0,0,0,3215,3217,5,62, + 0,0,3216,3218,5,192,0,0,3217,3216,1,0,0,0,3217,3218,1,0,0,0,3218, + 3219,1,0,0,0,3219,3221,7,40,0,0,3220,3215,1,0,0,0,3220,3221,1,0, + 0,0,3221,3223,1,0,0,0,3222,3224,3,256,128,0,3223,3222,1,0,0,0,3223, + 3224,1,0,0,0,3224,3225,1,0,0,0,3225,3226,5,202,0,0,3226,3227,3,258, + 129,0,3227,3228,5,2,0,0,3228,3229,3,260,130,0,3229,3230,5,3,0,0, + 3230,3232,1,0,0,0,3231,3153,1,0,0,0,3231,3192,1,0,0,0,3232,249,1, + 0,0,0,3233,3238,5,145,0,0,3234,3238,5,135,0,0,3235,3236,5,242,0, + 0,3236,3238,5,275,0,0,3237,3233,1,0,0,0,3237,3234,1,0,0,0,3237,3235, + 1,0,0,0,3238,251,1,0,0,0,3239,3244,3,254,127,0,3240,3241,5,82,0, + 0,3241,3243,3,254,127,0,3242,3240,1,0,0,0,3243,3246,1,0,0,0,3244, + 3242,1,0,0,0,3244,3245,1,0,0,0,3245,253,1,0,0,0,3246,3244,1,0,0, + 0,3247,3256,5,241,0,0,3248,3256,5,182,0,0,3249,3252,5,369,0,0,3250, + 3251,5,275,0,0,3251,3253,3,140,70,0,3252,3250,1,0,0,0,3252,3253, + 1,0,0,0,3253,3256,1,0,0,0,3254,3256,5,358,0,0,3255,3247,1,0,0,0, + 3255,3248,1,0,0,0,3255,3249,1,0,0,0,3255,3254,1,0,0,0,3256,255,1, + 0,0,0,3257,3258,5,102,0,0,3258,3259,5,2,0,0,3259,3260,3,666,333, + 0,3260,3261,5,3,0,0,3261,257,1,0,0,0,3262,3263,5,211,0,0,3263,3267, + 3,798,399,0,3264,3265,5,296,0,0,3265,3267,3,788,394,0,3266,3262, + 1,0,0,0,3266,3264,1,0,0,0,3267,259,1,0,0,0,3268,3271,3,262,131,0, + 3269,3271,1,0,0,0,3270,3268,1,0,0,0,3270,3269,1,0,0,0,3271,3276, + 1,0,0,0,3272,3273,5,6,0,0,3273,3275,3,262,131,0,3274,3272,1,0,0, + 0,3275,3278,1,0,0,0,3276,3274,1,0,0,0,3276,3277,1,0,0,0,3277,261, + 1,0,0,0,3278,3276,1,0,0,0,3279,3284,5,571,0,0,3280,3284,5,573,0, + 0,3281,3284,3,800,400,0,3282,3284,3,816,408,0,3283,3279,1,0,0,0, + 3283,3280,1,0,0,0,3283,3281,1,0,0,0,3283,3282,1,0,0,0,3284,263,1, + 0,0,0,3285,3287,5,77,0,0,3286,3285,1,0,0,0,3286,3287,1,0,0,0,3287, + 3288,1,0,0,0,3288,3296,5,54,0,0,3289,3290,5,69,0,0,3290,3296,7,9, + 0,0,3291,3292,5,77,0,0,3292,3296,5,371,0,0,3293,3294,5,269,0,0,3294, + 3296,5,228,0,0,3295,3286,1,0,0,0,3295,3289,1,0,0,0,3295,3291,1,0, + 0,0,3295,3293,1,0,0,0,3296,265,1,0,0,0,3297,3298,5,46,0,0,3298,3299, + 5,198,0,0,3299,3300,5,357,0,0,3300,3301,3,810,405,0,3301,3302,5, + 80,0,0,3302,3312,3,816,408,0,3303,3304,5,102,0,0,3304,3309,3,268, + 134,0,3305,3306,5,33,0,0,3306,3308,3,268,134,0,3307,3305,1,0,0,0, + 3308,3311,1,0,0,0,3309,3307,1,0,0,0,3309,3310,1,0,0,0,3310,3313, + 1,0,0,0,3311,3309,1,0,0,0,3312,3303,1,0,0,0,3312,3313,1,0,0,0,3313, + 3314,1,0,0,0,3314,3315,5,202,0,0,3315,3316,3,258,129,0,3316,3317, + 5,2,0,0,3317,3318,5,3,0,0,3318,267,1,0,0,0,3319,3320,3,810,405,0, + 3320,3321,5,68,0,0,3321,3322,5,2,0,0,3322,3326,3,800,400,0,3323, + 3325,3,454,227,0,3324,3323,1,0,0,0,3325,3328,1,0,0,0,3326,3324,1, + 0,0,0,3326,3327,1,0,0,0,3327,3329,1,0,0,0,3328,3326,1,0,0,0,3329, + 3330,5,3,0,0,3330,269,1,0,0,0,3331,3332,5,138,0,0,3332,3333,5,198, + 0,0,3333,3334,5,357,0,0,3334,3340,3,810,405,0,3335,3337,5,193,0, + 0,3336,3338,7,14,0,0,3337,3336,1,0,0,0,3337,3338,1,0,0,0,3338,3341, + 1,0,0,0,3339,3341,5,186,0,0,3340,3335,1,0,0,0,3340,3339,1,0,0,0, + 3341,271,1,0,0,0,3342,3343,5,46,0,0,3343,3344,5,140,0,0,3344,3345, + 3,308,154,0,3345,3346,5,42,0,0,3346,3347,5,2,0,0,3347,3348,3,666, + 333,0,3348,3352,5,3,0,0,3349,3351,3,264,132,0,3350,3349,1,0,0,0, + 3351,3354,1,0,0,0,3352,3350,1,0,0,0,3352,3353,1,0,0,0,3353,273,1, + 0,0,0,3354,3352,1,0,0,0,3355,3357,5,46,0,0,3356,3358,3,358,179,0, + 3357,3356,1,0,0,0,3357,3358,1,0,0,0,3358,3359,1,0,0,0,3359,3360, + 5,136,0,0,3360,3375,3,798,399,0,3361,3362,3,384,192,0,3362,3363, + 3,276,138,0,3363,3376,1,0,0,0,3364,3365,5,2,0,0,3365,3370,3,282, + 141,0,3366,3367,5,6,0,0,3367,3369,3,282,141,0,3368,3366,1,0,0,0, + 3369,3372,1,0,0,0,3370,3368,1,0,0,0,3370,3371,1,0,0,0,3371,3373, + 1,0,0,0,3372,3370,1,0,0,0,3373,3374,5,3,0,0,3374,3376,1,0,0,0,3375, + 3361,1,0,0,0,3375,3364,1,0,0,0,3376,3434,1,0,0,0,3377,3378,5,46, + 0,0,3378,3379,5,278,0,0,3379,3380,3,406,203,0,3380,3381,3,276,138, + 0,3381,3434,1,0,0,0,3382,3383,5,46,0,0,3383,3384,5,360,0,0,3384, + 3385,3,308,154,0,3385,3403,5,36,0,0,3386,3388,5,2,0,0,3387,3389, + 3,634,317,0,3388,3387,1,0,0,0,3388,3389,1,0,0,0,3389,3390,1,0,0, + 0,3390,3404,5,3,0,0,3391,3392,5,196,0,0,3392,3400,5,2,0,0,3393,3397, + 3,800,400,0,3394,3396,3,454,227,0,3395,3394,1,0,0,0,3396,3399,1, + 0,0,0,3397,3395,1,0,0,0,3397,3398,1,0,0,0,3398,3401,1,0,0,0,3399, + 3397,1,0,0,0,3400,3393,1,0,0,0,3400,3401,1,0,0,0,3401,3402,1,0,0, + 0,3402,3404,5,3,0,0,3403,3386,1,0,0,0,3403,3391,1,0,0,0,3404,3434, + 1,0,0,0,3405,3406,5,46,0,0,3406,3407,5,360,0,0,3407,3413,3,308,154, + 0,3408,3409,5,36,0,0,3409,3411,5,299,0,0,3410,3408,1,0,0,0,3410, + 3411,1,0,0,0,3411,3412,1,0,0,0,3412,3414,3,276,138,0,3413,3410,1, + 0,0,0,3413,3414,1,0,0,0,3414,3434,1,0,0,0,3415,3416,5,46,0,0,3416, + 3417,5,355,0,0,3417,3418,5,325,0,0,3418,3419,7,41,0,0,3419,3420, + 3,308,154,0,3420,3421,3,276,138,0,3421,3434,1,0,0,0,3422,3423,5, + 46,0,0,3423,3425,5,108,0,0,3424,3426,3,286,143,0,3425,3424,1,0,0, + 0,3425,3426,1,0,0,0,3426,3427,1,0,0,0,3427,3431,3,308,154,0,3428, + 3432,3,276,138,0,3429,3430,5,64,0,0,3430,3432,3,308,154,0,3431,3428, + 1,0,0,0,3431,3429,1,0,0,0,3432,3434,1,0,0,0,3433,3355,1,0,0,0,3433, + 3377,1,0,0,0,3433,3382,1,0,0,0,3433,3405,1,0,0,0,3433,3415,1,0,0, + 0,3433,3422,1,0,0,0,3434,275,1,0,0,0,3435,3436,5,2,0,0,3436,3441, + 3,278,139,0,3437,3438,5,6,0,0,3438,3440,3,278,139,0,3439,3437,1, + 0,0,0,3440,3443,1,0,0,0,3441,3439,1,0,0,0,3441,3442,1,0,0,0,3442, + 3444,1,0,0,0,3443,3441,1,0,0,0,3444,3445,5,3,0,0,3445,277,1,0,0, + 0,3446,3449,3,816,408,0,3447,3448,5,10,0,0,3448,3450,3,280,140,0, + 3449,3447,1,0,0,0,3449,3450,1,0,0,0,3450,279,1,0,0,0,3451,3458,3, + 380,190,0,3452,3458,3,826,413,0,3453,3458,3,718,359,0,3454,3458, + 3,194,97,0,3455,3458,3,800,400,0,3456,3458,5,407,0,0,3457,3451,1, + 0,0,0,3457,3452,1,0,0,0,3457,3453,1,0,0,0,3457,3454,1,0,0,0,3457, + 3455,1,0,0,0,3457,3456,1,0,0,0,3458,281,1,0,0,0,3459,3460,3,818, + 409,0,3460,3461,5,10,0,0,3461,3462,3,280,140,0,3462,283,1,0,0,0, + 3463,3464,5,138,0,0,3464,3465,5,360,0,0,3465,3466,3,308,154,0,3466, + 3467,5,133,0,0,3467,3469,5,450,0,0,3468,3470,3,286,143,0,3469,3468, + 1,0,0,0,3469,3470,1,0,0,0,3470,3471,1,0,0,0,3471,3474,3,800,400, + 0,3472,3473,7,42,0,0,3473,3475,3,800,400,0,3474,3472,1,0,0,0,3474, + 3475,1,0,0,0,3475,3486,1,0,0,0,3476,3477,5,138,0,0,3477,3478,5,360, + 0,0,3478,3479,3,308,154,0,3479,3480,5,309,0,0,3480,3481,5,450,0, + 0,3481,3482,3,800,400,0,3482,3483,5,94,0,0,3483,3484,3,800,400,0, + 3484,3486,1,0,0,0,3485,3463,1,0,0,0,3485,3476,1,0,0,0,3486,285,1, + 0,0,0,3487,3488,5,220,0,0,3488,3489,5,77,0,0,3489,3490,5,396,0,0, + 3490,287,1,0,0,0,3491,3492,5,46,0,0,3492,3493,5,278,0,0,3493,3494, + 5,156,0,0,3494,3496,3,308,154,0,3495,3497,5,53,0,0,3496,3495,1,0, + 0,0,3496,3497,1,0,0,0,3497,3498,1,0,0,0,3498,3499,5,62,0,0,3499, + 3500,5,360,0,0,3500,3501,3,644,322,0,3501,3504,3,162,81,0,3502,3503, + 5,206,0,0,3503,3505,3,308,154,0,3504,3502,1,0,0,0,3504,3505,1,0, + 0,0,3505,3506,1,0,0,0,3506,3507,5,36,0,0,3507,3512,3,290,145,0,3508, + 3509,5,6,0,0,3509,3511,3,290,145,0,3510,3508,1,0,0,0,3511,3514,1, + 0,0,0,3512,3510,1,0,0,0,3512,3513,1,0,0,0,3513,289,1,0,0,0,3514, + 3512,1,0,0,0,3515,3516,5,278,0,0,3516,3517,5,571,0,0,3517,3519,3, + 406,203,0,3518,3520,3,404,202,0,3519,3518,1,0,0,0,3519,3520,1,0, + 0,0,3520,3528,1,0,0,0,3521,3526,5,62,0,0,3522,3527,5,325,0,0,3523, + 3524,5,83,0,0,3524,3525,5,147,0,0,3525,3527,3,308,154,0,3526,3522, + 1,0,0,0,3526,3523,1,0,0,0,3527,3529,1,0,0,0,3528,3521,1,0,0,0,3528, + 3529,1,0,0,0,3529,3531,1,0,0,0,3530,3532,5,302,0,0,3531,3530,1,0, + 0,0,3531,3532,1,0,0,0,3532,3542,1,0,0,0,3533,3534,5,211,0,0,3534, + 3536,5,571,0,0,3535,3537,3,520,260,0,3536,3535,1,0,0,0,3536,3537, + 1,0,0,0,3537,3538,1,0,0,0,3538,3542,3,374,187,0,3539,3540,5,345, + 0,0,3540,3542,3,644,322,0,3541,3515,1,0,0,0,3541,3533,1,0,0,0,3541, + 3539,1,0,0,0,3542,291,1,0,0,0,3543,3544,5,46,0,0,3544,3545,5,278, + 0,0,3545,3546,5,206,0,0,3546,3547,3,308,154,0,3547,3548,3,162,81, + 0,3548,293,1,0,0,0,3549,3550,5,138,0,0,3550,3551,5,278,0,0,3551, + 3552,5,206,0,0,3552,3553,3,308,154,0,3553,3572,3,162,81,0,3554,3555, + 5,133,0,0,3555,3560,3,290,145,0,3556,3557,5,6,0,0,3557,3559,3,290, + 145,0,3558,3556,1,0,0,0,3559,3562,1,0,0,0,3560,3558,1,0,0,0,3560, + 3561,1,0,0,0,3561,3573,1,0,0,0,3562,3560,1,0,0,0,3563,3564,5,191, + 0,0,3564,3569,3,296,148,0,3565,3566,5,6,0,0,3566,3568,3,296,148, + 0,3567,3565,1,0,0,0,3568,3571,1,0,0,0,3569,3567,1,0,0,0,3569,3570, + 1,0,0,0,3570,3573,1,0,0,0,3571,3569,1,0,0,0,3572,3554,1,0,0,0,3572, + 3563,1,0,0,0,3573,295,1,0,0,0,3574,3575,7,43,0,0,3575,3576,5,571, + 0,0,3576,3577,3,520,260,0,3577,297,1,0,0,0,3578,3579,5,301,0,0,3579, + 3580,5,281,0,0,3580,3581,5,147,0,0,3581,3582,3,808,404,0,3582,3583, + 5,94,0,0,3583,3584,3,806,403,0,3584,299,1,0,0,0,3585,3608,5,191, + 0,0,3586,3609,5,328,0,0,3587,3609,5,226,0,0,3588,3609,5,108,0,0, + 3589,3609,5,168,0,0,3590,3609,5,342,0,0,3591,3609,5,452,0,0,3592, + 3609,5,331,0,0,3593,3594,5,131,0,0,3594,3609,5,446,0,0,3595,3596, + 5,198,0,0,3596,3609,5,357,0,0,3597,3609,5,204,0,0,3598,3600,5,295, + 0,0,3599,3598,1,0,0,0,3599,3600,1,0,0,0,3600,3601,1,0,0,0,3601,3609, + 5,247,0,0,3602,3603,5,63,0,0,3603,3604,5,174,0,0,3604,3609,5,381, + 0,0,3605,3606,5,355,0,0,3606,3607,5,325,0,0,3607,3609,7,41,0,0,3608, + 3586,1,0,0,0,3608,3587,1,0,0,0,3608,3588,1,0,0,0,3608,3589,1,0,0, + 0,3608,3590,1,0,0,0,3608,3591,1,0,0,0,3608,3592,1,0,0,0,3608,3593, + 1,0,0,0,3608,3595,1,0,0,0,3608,3597,1,0,0,0,3608,3599,1,0,0,0,3608, + 3602,1,0,0,0,3608,3605,1,0,0,0,3609,3611,1,0,0,0,3610,3612,3,414, + 207,0,3611,3610,1,0,0,0,3611,3612,1,0,0,0,3612,3613,1,0,0,0,3613, + 3615,3,776,388,0,3614,3616,3,88,44,0,3615,3614,1,0,0,0,3615,3616, + 1,0,0,0,3616,3793,1,0,0,0,3617,3619,5,191,0,0,3618,3620,5,259,0, + 0,3619,3618,1,0,0,0,3619,3620,1,0,0,0,3620,3621,1,0,0,0,3621,3623, + 5,376,0,0,3622,3624,3,414,207,0,3623,3622,1,0,0,0,3623,3624,1,0, + 0,0,3624,3625,1,0,0,0,3625,3630,3,770,385,0,3626,3627,5,6,0,0,3627, + 3629,3,770,385,0,3628,3626,1,0,0,0,3629,3632,1,0,0,0,3630,3628,1, + 0,0,0,3630,3631,1,0,0,0,3631,3634,1,0,0,0,3632,3630,1,0,0,0,3633, + 3635,3,88,44,0,3634,3633,1,0,0,0,3634,3635,1,0,0,0,3635,3793,1,0, + 0,0,3636,3638,5,191,0,0,3637,3639,5,63,0,0,3638,3637,1,0,0,0,3638, + 3639,1,0,0,0,3639,3640,1,0,0,0,3640,3642,5,92,0,0,3641,3643,3,414, + 207,0,3642,3641,1,0,0,0,3642,3643,1,0,0,0,3643,3644,1,0,0,0,3644, + 3646,3,754,377,0,3645,3647,3,88,44,0,3646,3645,1,0,0,0,3646,3647, + 1,0,0,0,3647,3793,1,0,0,0,3648,3649,5,191,0,0,3649,3651,5,323,0, + 0,3650,3652,3,414,207,0,3651,3650,1,0,0,0,3651,3652,1,0,0,0,3652, + 3653,1,0,0,0,3653,3655,3,756,378,0,3654,3656,3,88,44,0,3655,3654, + 1,0,0,0,3655,3656,1,0,0,0,3656,3793,1,0,0,0,3657,3658,5,191,0,0, + 3658,3660,7,44,0,0,3659,3661,3,414,207,0,3660,3659,1,0,0,0,3660, + 3661,1,0,0,0,3661,3662,1,0,0,0,3662,3663,3,810,405,0,3663,3664,5, + 80,0,0,3664,3666,3,308,154,0,3665,3667,3,88,44,0,3666,3665,1,0,0, + 0,3666,3667,1,0,0,0,3667,3793,1,0,0,0,3668,3669,5,191,0,0,3669,3671, + 7,32,0,0,3670,3672,3,414,207,0,3671,3670,1,0,0,0,3671,3672,1,0,0, + 0,3672,3673,1,0,0,0,3673,3678,3,644,322,0,3674,3675,5,6,0,0,3675, + 3677,3,644,322,0,3676,3674,1,0,0,0,3677,3680,1,0,0,0,3678,3676,1, + 0,0,0,3678,3679,1,0,0,0,3679,3682,1,0,0,0,3680,3678,1,0,0,0,3681, + 3683,3,88,44,0,3682,3681,1,0,0,0,3682,3683,1,0,0,0,3683,3793,1,0, + 0,0,3684,3685,5,191,0,0,3685,3686,5,226,0,0,3686,3688,5,109,0,0, + 3687,3689,3,414,207,0,3688,3687,1,0,0,0,3688,3689,1,0,0,0,3689,3690, + 1,0,0,0,3690,3692,3,306,153,0,3691,3693,3,88,44,0,3692,3691,1,0, + 0,0,3692,3693,1,0,0,0,3693,3793,1,0,0,0,3694,3695,5,191,0,0,3695, + 3697,5,41,0,0,3696,3698,3,414,207,0,3697,3696,1,0,0,0,3697,3698, + 1,0,0,0,3698,3699,1,0,0,0,3699,3700,5,2,0,0,3700,3701,3,644,322, + 0,3701,3702,5,36,0,0,3702,3703,3,644,322,0,3703,3705,5,3,0,0,3704, + 3706,3,88,44,0,3705,3704,1,0,0,0,3705,3706,1,0,0,0,3706,3793,1,0, + 0,0,3707,3708,5,191,0,0,3708,3709,5,278,0,0,3709,3711,7,31,0,0,3710, + 3712,3,414,207,0,3711,3710,1,0,0,0,3711,3712,1,0,0,0,3712,3713,1, + 0,0,0,3713,3714,3,308,154,0,3714,3716,3,162,81,0,3715,3717,3,88, + 44,0,3716,3715,1,0,0,0,3716,3717,1,0,0,0,3717,3793,1,0,0,0,3718, + 3719,5,191,0,0,3719,3720,5,281,0,0,3720,3721,5,147,0,0,3721,3723, + 3,808,404,0,3722,3724,3,88,44,0,3723,3722,1,0,0,0,3723,3724,1,0, + 0,0,3724,3793,1,0,0,0,3725,3726,5,191,0,0,3726,3728,5,451,0,0,3727, + 3729,3,414,207,0,3728,3727,1,0,0,0,3728,3729,1,0,0,0,3729,3730,1, + 0,0,0,3730,3732,3,810,405,0,3731,3733,3,88,44,0,3732,3731,1,0,0, + 0,3732,3733,1,0,0,0,3733,3793,1,0,0,0,3734,3735,5,191,0,0,3735,3737, + 5,351,0,0,3736,3738,3,414,207,0,3737,3736,1,0,0,0,3737,3738,1,0, + 0,0,3738,3739,1,0,0,0,3739,3793,3,762,381,0,3740,3741,5,191,0,0, + 3741,3743,5,443,0,0,3742,3744,3,414,207,0,3743,3742,1,0,0,0,3743, + 3744,1,0,0,0,3744,3745,1,0,0,0,3745,3746,5,62,0,0,3746,3747,3,644, + 322,0,3747,3748,5,247,0,0,3748,3750,3,810,405,0,3749,3751,3,88,44, + 0,3750,3749,1,0,0,0,3750,3751,1,0,0,0,3751,3793,1,0,0,0,3752,3753, + 5,191,0,0,3753,3755,7,45,0,0,3754,3756,3,414,207,0,3755,3754,1,0, + 0,0,3755,3756,1,0,0,0,3756,3757,1,0,0,0,3757,3793,3,808,404,0,3758, + 3759,5,191,0,0,3759,3760,5,99,0,0,3760,3762,5,257,0,0,3761,3763, + 3,414,207,0,3762,3761,1,0,0,0,3762,3763,1,0,0,0,3763,3764,1,0,0, + 0,3764,3767,5,62,0,0,3765,3768,3,806,403,0,3766,3768,5,99,0,0,3767, + 3765,1,0,0,0,3767,3766,1,0,0,0,3768,3769,1,0,0,0,3769,3770,5,331, + 0,0,3770,3793,3,810,405,0,3771,3772,5,191,0,0,3772,3774,5,175,0, + 0,3773,3775,3,414,207,0,3774,3773,1,0,0,0,3774,3775,1,0,0,0,3775, + 3776,1,0,0,0,3776,3790,3,780,390,0,3777,3779,5,105,0,0,3778,3777, + 1,0,0,0,3778,3779,1,0,0,0,3779,3780,1,0,0,0,3780,3781,5,2,0,0,3781, + 3786,5,209,0,0,3782,3783,5,6,0,0,3783,3785,5,209,0,0,3784,3782,1, + 0,0,0,3785,3788,1,0,0,0,3786,3784,1,0,0,0,3786,3787,1,0,0,0,3787, + 3789,1,0,0,0,3788,3786,1,0,0,0,3789,3791,5,3,0,0,3790,3778,1,0,0, + 0,3790,3791,1,0,0,0,3791,3793,1,0,0,0,3792,3585,1,0,0,0,3792,3617, + 1,0,0,0,3792,3636,1,0,0,0,3792,3648,1,0,0,0,3792,3657,1,0,0,0,3792, + 3668,1,0,0,0,3792,3684,1,0,0,0,3792,3694,1,0,0,0,3792,3707,1,0,0, + 0,3792,3718,1,0,0,0,3792,3725,1,0,0,0,3792,3734,1,0,0,0,3792,3740, + 1,0,0,0,3792,3752,1,0,0,0,3792,3758,1,0,0,0,3792,3771,1,0,0,0,3793, + 301,1,0,0,0,3794,3796,5,63,0,0,3795,3794,1,0,0,0,3795,3796,1,0,0, + 0,3796,3797,1,0,0,0,3797,3798,5,92,0,0,3798,3811,3,766,383,0,3799, + 3801,5,259,0,0,3800,3799,1,0,0,0,3800,3801,1,0,0,0,3801,3802,1,0, + 0,0,3802,3803,5,376,0,0,3803,3811,3,770,385,0,3804,3805,7,46,0,0, + 3805,3811,3,308,154,0,3806,3807,5,355,0,0,3807,3808,5,325,0,0,3808, + 3809,7,41,0,0,3809,3811,3,308,154,0,3810,3795,1,0,0,0,3810,3800, + 1,0,0,0,3810,3804,1,0,0,0,3810,3806,1,0,0,0,3811,303,1,0,0,0,3812, + 3813,5,198,0,0,3813,3829,5,357,0,0,3814,3815,5,131,0,0,3815,3829, + 5,446,0,0,3816,3829,5,204,0,0,3817,3829,5,452,0,0,3818,3829,5,331, + 0,0,3819,3829,5,318,0,0,3820,3829,5,451,0,0,3821,3822,5,63,0,0,3822, + 3823,5,174,0,0,3823,3829,5,381,0,0,3824,3826,5,295,0,0,3825,3824, + 1,0,0,0,3825,3826,1,0,0,0,3826,3827,1,0,0,0,3827,3829,5,247,0,0, + 3828,3812,1,0,0,0,3828,3814,1,0,0,0,3828,3816,1,0,0,0,3828,3817, + 1,0,0,0,3828,3818,1,0,0,0,3828,3819,1,0,0,0,3828,3820,1,0,0,0,3828, + 3821,1,0,0,0,3828,3825,1,0,0,0,3829,3830,1,0,0,0,3830,3837,3,810, + 405,0,3831,3832,5,323,0,0,3832,3837,3,782,391,0,3833,3834,5,175, + 0,0,3834,3837,3,780,390,0,3835,3837,3,168,84,0,3836,3828,1,0,0,0, + 3836,3831,1,0,0,0,3836,3833,1,0,0,0,3836,3835,1,0,0,0,3837,305,1, + 0,0,0,3838,3843,3,308,154,0,3839,3840,5,6,0,0,3840,3842,3,308,154, + 0,3841,3839,1,0,0,0,3842,3845,1,0,0,0,3843,3841,1,0,0,0,3843,3844, + 1,0,0,0,3844,307,1,0,0,0,3845,3843,1,0,0,0,3846,3848,3,810,405,0, + 3847,3849,3,310,155,0,3848,3847,1,0,0,0,3848,3849,1,0,0,0,3849,309, + 1,0,0,0,3850,3851,5,11,0,0,3851,3853,3,816,408,0,3852,3850,1,0,0, + 0,3853,3854,1,0,0,0,3854,3852,1,0,0,0,3854,3855,1,0,0,0,3855,311, + 1,0,0,0,3856,3858,5,358,0,0,3857,3859,5,92,0,0,3858,3857,1,0,0,0, + 3858,3859,1,0,0,0,3859,3860,1,0,0,0,3860,3865,3,314,157,0,3861,3862, + 5,6,0,0,3862,3864,3,314,157,0,3863,3861,1,0,0,0,3864,3867,1,0,0, + 0,3865,3863,1,0,0,0,3865,3866,1,0,0,0,3866,3870,1,0,0,0,3867,3865, + 1,0,0,0,3868,3869,7,47,0,0,3869,3871,5,219,0,0,3870,3868,1,0,0,0, + 3870,3871,1,0,0,0,3871,3873,1,0,0,0,3872,3874,3,88,44,0,3873,3872, + 1,0,0,0,3873,3874,1,0,0,0,3874,313,1,0,0,0,3875,3877,5,81,0,0,3876, + 3875,1,0,0,0,3876,3877,1,0,0,0,3877,3878,1,0,0,0,3878,3880,3,766, + 383,0,3879,3881,5,9,0,0,3880,3879,1,0,0,0,3880,3881,1,0,0,0,3881, + 315,1,0,0,0,3882,3883,5,159,0,0,3883,3942,5,80,0,0,3884,3943,3,302, + 151,0,3885,3943,3,304,152,0,3886,3887,5,44,0,0,3887,3889,3,810,405, + 0,3888,3890,3,310,155,0,3889,3888,1,0,0,0,3889,3890,1,0,0,0,3890, + 3891,1,0,0,0,3891,3892,5,11,0,0,3892,3893,3,792,396,0,3893,3943, + 1,0,0,0,3894,3895,7,32,0,0,3895,3943,3,644,322,0,3896,3897,5,136, + 0,0,3897,3943,3,386,193,0,3898,3899,5,211,0,0,3899,3943,3,374,187, + 0,3900,3901,5,278,0,0,3901,3943,3,408,204,0,3902,3903,5,45,0,0,3903, + 3904,3,810,405,0,3904,3910,5,80,0,0,3905,3911,3,766,383,0,3906,3908, + 5,189,0,0,3907,3906,1,0,0,0,3907,3908,1,0,0,0,3908,3909,1,0,0,0, + 3909,3911,3,308,154,0,3910,3905,1,0,0,0,3910,3907,1,0,0,0,3911,3943, + 1,0,0,0,3912,3913,7,44,0,0,3913,3914,3,810,405,0,3914,3915,5,80, + 0,0,3915,3916,3,308,154,0,3916,3943,1,0,0,0,3917,3918,5,296,0,0, + 3918,3943,3,370,185,0,3919,3920,5,442,0,0,3920,3943,3,366,183,0, + 3921,3922,5,443,0,0,3922,3923,5,62,0,0,3923,3924,3,644,322,0,3924, + 3925,5,247,0,0,3925,3926,3,810,405,0,3926,3943,1,0,0,0,3927,3928, + 5,278,0,0,3928,3929,7,31,0,0,3929,3930,3,308,154,0,3930,3931,3,162, + 81,0,3931,3943,1,0,0,0,3932,3933,5,248,0,0,3933,3934,5,274,0,0,3934, + 3943,3,194,97,0,3935,3936,5,41,0,0,3936,3937,5,2,0,0,3937,3938,3, + 644,322,0,3938,3939,5,36,0,0,3939,3940,3,644,322,0,3940,3941,5,3, + 0,0,3941,3943,1,0,0,0,3942,3884,1,0,0,0,3942,3885,1,0,0,0,3942,3886, + 1,0,0,0,3942,3894,1,0,0,0,3942,3896,1,0,0,0,3942,3898,1,0,0,0,3942, + 3900,1,0,0,0,3942,3902,1,0,0,0,3942,3912,1,0,0,0,3942,3917,1,0,0, + 0,3942,3919,1,0,0,0,3942,3921,1,0,0,0,3942,3927,1,0,0,0,3942,3932, + 1,0,0,0,3942,3935,1,0,0,0,3943,3944,1,0,0,0,3944,3947,5,116,0,0, + 3945,3948,3,800,400,0,3946,3948,5,78,0,0,3947,3945,1,0,0,0,3947, + 3946,1,0,0,0,3948,317,1,0,0,0,3949,3950,5,327,0,0,3950,3953,5,246, + 0,0,3951,3952,5,62,0,0,3952,3954,3,58,29,0,3953,3951,1,0,0,0,3953, + 3954,1,0,0,0,3954,3955,1,0,0,0,3955,3973,5,80,0,0,3956,3957,7,32, + 0,0,3957,3974,3,644,322,0,3958,3959,5,136,0,0,3959,3974,3,386,193, + 0,3960,3961,5,44,0,0,3961,3974,3,792,396,0,3962,3963,5,211,0,0,3963, + 3974,3,374,187,0,3964,3965,5,248,0,0,3965,3966,5,274,0,0,3966,3974, + 3,194,97,0,3967,3968,5,296,0,0,3968,3974,3,370,185,0,3969,3970,5, + 442,0,0,3970,3974,3,366,183,0,3971,3974,3,302,151,0,3972,3974,3, + 304,152,0,3973,3956,1,0,0,0,3973,3958,1,0,0,0,3973,3960,1,0,0,0, + 3973,3962,1,0,0,0,3973,3964,1,0,0,0,3973,3967,1,0,0,0,3973,3969, + 1,0,0,0,3973,3971,1,0,0,0,3973,3972,1,0,0,0,3974,3975,1,0,0,0,3975, + 3978,5,116,0,0,3976,3979,3,800,400,0,3977,3979,5,78,0,0,3978,3976, + 1,0,0,0,3978,3977,1,0,0,0,3979,319,1,0,0,0,3980,3981,7,48,0,0,3981, + 3982,3,322,161,0,3982,321,1,0,0,0,3983,3985,7,49,0,0,3984,3983,1, + 0,0,0,3984,3985,1,0,0,0,3985,3987,1,0,0,0,3986,3988,3,324,162,0, + 3987,3986,1,0,0,0,3987,3988,1,0,0,0,3988,3989,1,0,0,0,3989,4027, + 3,810,405,0,3990,3992,7,50,0,0,3991,3990,1,0,0,0,3991,3992,1,0,0, + 0,3992,3993,1,0,0,0,3993,3995,3,804,402,0,3994,3996,3,324,162,0, + 3995,3994,1,0,0,0,3995,3996,1,0,0,0,3996,3997,1,0,0,0,3997,3998, + 3,810,405,0,3998,4027,1,0,0,0,3999,4001,5,210,0,0,4000,4002,3,804, + 402,0,4001,4000,1,0,0,0,4001,4002,1,0,0,0,4002,4004,1,0,0,0,4003, + 4005,3,324,162,0,4004,4003,1,0,0,0,4004,4005,1,0,0,0,4005,4006,1, + 0,0,0,4006,4027,3,810,405,0,4007,4009,5,210,0,0,4008,4007,1,0,0, + 0,4008,4009,1,0,0,0,4009,4010,1,0,0,0,4010,4012,5,30,0,0,4011,4013, + 3,324,162,0,4012,4011,1,0,0,0,4012,4013,1,0,0,0,4013,4014,1,0,0, + 0,4014,4027,3,810,405,0,4015,4020,5,144,0,0,4016,4018,5,30,0,0,4017, + 4016,1,0,0,0,4017,4018,1,0,0,0,4018,4021,1,0,0,0,4019,4021,3,804, + 402,0,4020,4017,1,0,0,0,4020,4019,1,0,0,0,4021,4023,1,0,0,0,4022, + 4024,3,324,162,0,4023,4022,1,0,0,0,4023,4024,1,0,0,0,4024,4025,1, + 0,0,0,4025,4027,3,810,405,0,4026,3984,1,0,0,0,4026,3991,1,0,0,0, + 4026,3999,1,0,0,0,4026,4008,1,0,0,0,4026,4015,1,0,0,0,4027,323,1, + 0,0,0,4028,4029,7,51,0,0,4029,325,1,0,0,0,4030,4031,5,65,0,0,4031, + 4032,3,330,165,0,4032,4033,5,80,0,0,4033,4034,3,336,168,0,4034,4035, + 5,94,0,0,4035,4039,3,338,169,0,4036,4037,5,105,0,0,4037,4038,5,65, + 0,0,4038,4040,5,279,0,0,4039,4036,1,0,0,0,4039,4040,1,0,0,0,4040, + 327,1,0,0,0,4041,4045,5,317,0,0,4042,4043,5,65,0,0,4043,4044,5,279, + 0,0,4044,4046,5,62,0,0,4045,4042,1,0,0,0,4045,4046,1,0,0,0,4046, + 4047,1,0,0,0,4047,4048,3,330,165,0,4048,4049,5,80,0,0,4049,4050, + 3,336,168,0,4050,4051,5,64,0,0,4051,4053,3,338,169,0,4052,4054,3, + 88,44,0,4053,4052,1,0,0,0,4053,4054,1,0,0,0,4054,329,1,0,0,0,4055, + 4060,3,334,167,0,4056,4057,5,6,0,0,4057,4059,3,334,167,0,4058,4056, + 1,0,0,0,4059,4062,1,0,0,0,4060,4058,1,0,0,0,4060,4061,1,0,0,0,4061, + 4079,1,0,0,0,4062,4060,1,0,0,0,4063,4065,5,30,0,0,4064,4066,5,294, + 0,0,4065,4064,1,0,0,0,4065,4066,1,0,0,0,4066,4068,1,0,0,0,4067,4069, + 3,136,68,0,4068,4067,1,0,0,0,4068,4069,1,0,0,0,4069,4079,1,0,0,0, + 4070,4075,3,332,166,0,4071,4072,5,6,0,0,4072,4074,3,332,166,0,4073, + 4071,1,0,0,0,4074,4077,1,0,0,0,4075,4073,1,0,0,0,4075,4076,1,0,0, + 0,4076,4079,1,0,0,0,4077,4075,1,0,0,0,4078,4055,1,0,0,0,4078,4063, + 1,0,0,0,4078,4070,1,0,0,0,4079,331,1,0,0,0,4080,4081,7,52,0,0,4081, + 333,1,0,0,0,4082,4087,5,88,0,0,4083,4087,5,86,0,0,4084,4087,5,46, + 0,0,4085,4087,3,810,405,0,4086,4082,1,0,0,0,4086,4083,1,0,0,0,4086, + 4084,1,0,0,0,4086,4085,1,0,0,0,4087,4089,1,0,0,0,4088,4090,3,136, + 68,0,4089,4088,1,0,0,0,4089,4090,1,0,0,0,4090,335,1,0,0,0,4091,4092, + 5,92,0,0,4092,4137,3,754,377,0,4093,4095,5,328,0,0,4094,4093,1,0, + 0,0,4094,4095,1,0,0,0,4095,4096,1,0,0,0,4096,4137,3,752,376,0,4097, + 4101,5,63,0,0,4098,4099,5,174,0,0,4099,4102,5,381,0,0,4100,4102, + 5,331,0,0,4101,4098,1,0,0,0,4101,4100,1,0,0,0,4102,4105,1,0,0,0, + 4103,4105,5,247,0,0,4104,4097,1,0,0,0,4104,4103,1,0,0,0,4105,4106, + 1,0,0,0,4106,4137,3,776,388,0,4107,4108,5,211,0,0,4108,4137,3,372, + 186,0,4109,4110,5,296,0,0,4110,4137,3,368,184,0,4111,4112,5,442, + 0,0,4112,4137,3,364,182,0,4113,4114,5,175,0,0,4114,4137,3,758,379, + 0,4115,4116,7,32,0,0,4116,4137,3,306,153,0,4117,4118,5,248,0,0,4118, + 4119,5,274,0,0,4119,4124,3,194,97,0,4120,4121,5,6,0,0,4121,4123, + 3,194,97,0,4122,4120,1,0,0,0,4123,4126,1,0,0,0,4124,4122,1,0,0,0, + 4124,4125,1,0,0,0,4125,4137,1,0,0,0,4126,4124,1,0,0,0,4127,4128, + 5,323,0,0,4128,4137,3,756,378,0,4129,4130,5,351,0,0,4130,4137,3, + 774,387,0,4131,4132,5,30,0,0,4132,4133,7,53,0,0,4133,4134,5,68,0, + 0,4134,4135,5,323,0,0,4135,4137,3,756,378,0,4136,4091,1,0,0,0,4136, + 4094,1,0,0,0,4136,4104,1,0,0,0,4136,4107,1,0,0,0,4136,4109,1,0,0, + 0,4136,4111,1,0,0,0,4136,4113,1,0,0,0,4136,4115,1,0,0,0,4136,4117, + 1,0,0,0,4136,4127,1,0,0,0,4136,4129,1,0,0,0,4136,4131,1,0,0,0,4137, + 337,1,0,0,0,4138,4140,5,66,0,0,4139,4138,1,0,0,0,4139,4140,1,0,0, + 0,4140,4141,1,0,0,0,4141,4142,3,806,403,0,4142,4150,1,0,0,0,4143, + 4145,5,6,0,0,4144,4146,5,66,0,0,4145,4144,1,0,0,0,4145,4146,1,0, + 0,0,4146,4147,1,0,0,0,4147,4149,3,806,403,0,4148,4143,1,0,0,0,4149, + 4152,1,0,0,0,4150,4148,1,0,0,0,4150,4151,1,0,0,0,4151,339,1,0,0, + 0,4152,4150,1,0,0,0,4153,4154,5,65,0,0,4154,4159,3,334,167,0,4155, + 4156,5,6,0,0,4156,4158,3,334,167,0,4157,4155,1,0,0,0,4158,4161,1, + 0,0,0,4159,4157,1,0,0,0,4159,4160,1,0,0,0,4160,4162,1,0,0,0,4161, + 4159,1,0,0,0,4162,4163,5,94,0,0,4163,4167,3,808,404,0,4164,4165, + 5,105,0,0,4165,4166,5,134,0,0,4166,4168,5,279,0,0,4167,4164,1,0, + 0,0,4167,4168,1,0,0,0,4168,4172,1,0,0,0,4169,4170,5,214,0,0,4170, + 4171,5,147,0,0,4171,4173,3,806,403,0,4172,4169,1,0,0,0,4172,4173, + 1,0,0,0,4173,341,1,0,0,0,4174,4178,5,317,0,0,4175,4176,5,134,0,0, + 4176,4177,5,279,0,0,4177,4179,5,62,0,0,4178,4175,1,0,0,0,4178,4179, + 1,0,0,0,4179,4180,1,0,0,0,4180,4185,3,334,167,0,4181,4182,5,6,0, + 0,4182,4184,3,334,167,0,4183,4181,1,0,0,0,4184,4187,1,0,0,0,4185, + 4183,1,0,0,0,4185,4186,1,0,0,0,4186,4188,1,0,0,0,4187,4185,1,0,0, + 0,4188,4189,5,64,0,0,4189,4193,3,808,404,0,4190,4191,5,214,0,0,4191, + 4192,5,147,0,0,4192,4194,3,806,403,0,4193,4190,1,0,0,0,4193,4194, + 1,0,0,0,4194,4196,1,0,0,0,4195,4197,3,88,44,0,4196,4195,1,0,0,0, + 4196,4197,1,0,0,0,4197,343,1,0,0,0,4198,4199,5,138,0,0,4199,4200, + 5,53,0,0,4200,4209,5,294,0,0,4201,4202,5,68,0,0,4202,4203,5,323, + 0,0,4203,4208,3,756,378,0,4204,4205,5,62,0,0,4205,4206,7,2,0,0,4206, + 4208,3,808,404,0,4207,4201,1,0,0,0,4207,4204,1,0,0,0,4208,4211,1, + 0,0,0,4209,4207,1,0,0,0,4209,4210,1,0,0,0,4210,4212,1,0,0,0,4211, + 4209,1,0,0,0,4212,4213,3,346,173,0,4213,345,1,0,0,0,4214,4215,5, + 65,0,0,4215,4216,3,330,165,0,4216,4217,5,80,0,0,4217,4218,3,348, + 174,0,4218,4219,5,94,0,0,4219,4223,3,338,169,0,4220,4221,5,105,0, + 0,4221,4222,5,65,0,0,4222,4224,5,279,0,0,4223,4220,1,0,0,0,4223, + 4224,1,0,0,0,4224,4240,1,0,0,0,4225,4229,5,317,0,0,4226,4227,5,65, + 0,0,4227,4228,5,279,0,0,4228,4230,5,62,0,0,4229,4226,1,0,0,0,4229, + 4230,1,0,0,0,4230,4231,1,0,0,0,4231,4232,3,330,165,0,4232,4233,5, + 80,0,0,4233,4234,3,348,174,0,4234,4235,5,64,0,0,4235,4237,3,338, + 169,0,4236,4238,3,88,44,0,4237,4236,1,0,0,0,4237,4238,1,0,0,0,4238, + 4240,1,0,0,0,4239,4214,1,0,0,0,4239,4225,1,0,0,0,4240,347,1,0,0, + 0,4241,4242,7,54,0,0,4242,349,1,0,0,0,4243,4245,5,46,0,0,4244,4246, + 5,98,0,0,4245,4244,1,0,0,0,4245,4246,1,0,0,0,4246,4247,1,0,0,0,4247, + 4249,5,226,0,0,4248,4250,5,109,0,0,4249,4248,1,0,0,0,4249,4250,1, + 0,0,0,4250,4252,1,0,0,0,4251,4253,3,286,143,0,4252,4251,1,0,0,0, + 4252,4253,1,0,0,0,4253,4255,1,0,0,0,4254,4256,3,810,405,0,4255,4254, + 1,0,0,0,4255,4256,1,0,0,0,4256,4257,1,0,0,0,4257,4258,5,80,0,0,4258, + 4260,3,616,308,0,4259,4261,3,162,81,0,4260,4259,1,0,0,0,4260,4261, + 1,0,0,0,4261,4262,1,0,0,0,4262,4265,3,352,176,0,4263,4264,5,441, + 0,0,4264,4266,3,352,176,0,4265,4263,1,0,0,0,4265,4266,1,0,0,0,4266, + 4272,1,0,0,0,4267,4269,5,273,0,0,4268,4270,5,77,0,0,4269,4268,1, + 0,0,0,4269,4270,1,0,0,0,4270,4271,1,0,0,0,4271,4273,5,56,0,0,4272, + 4267,1,0,0,0,4272,4273,1,0,0,0,4273,4275,1,0,0,0,4274,4276,3,94, + 47,0,4275,4274,1,0,0,0,4275,4276,1,0,0,0,4276,4278,1,0,0,0,4277, + 4279,3,168,84,0,4278,4277,1,0,0,0,4278,4279,1,0,0,0,4279,4281,1, + 0,0,0,4280,4282,3,630,315,0,4281,4280,1,0,0,0,4281,4282,1,0,0,0, + 4282,351,1,0,0,0,4283,4284,5,2,0,0,4284,4289,3,354,177,0,4285,4286, + 5,6,0,0,4286,4288,3,354,177,0,4287,4285,1,0,0,0,4288,4291,1,0,0, + 0,4289,4287,1,0,0,0,4289,4290,1,0,0,0,4290,4292,1,0,0,0,4291,4289, + 1,0,0,0,4292,4293,5,3,0,0,4293,353,1,0,0,0,4294,4301,3,792,396,0, + 4295,4301,3,680,340,0,4296,4297,5,2,0,0,4297,4298,3,666,333,0,4298, + 4299,5,3,0,0,4299,4301,1,0,0,0,4300,4294,1,0,0,0,4300,4295,1,0,0, + 0,4300,4296,1,0,0,0,4301,4303,1,0,0,0,4302,4304,3,90,45,0,4303,4302, + 1,0,0,0,4303,4304,1,0,0,0,4304,4311,1,0,0,0,4305,4307,3,308,154, + 0,4306,4305,1,0,0,0,4306,4307,1,0,0,0,4307,4312,1,0,0,0,4308,4309, + 3,308,154,0,4309,4310,3,92,46,0,4310,4312,1,0,0,0,4311,4306,1,0, + 0,0,4311,4308,1,0,0,0,4312,4314,1,0,0,0,4313,4315,7,55,0,0,4314, + 4313,1,0,0,0,4314,4315,1,0,0,0,4315,4318,1,0,0,0,4316,4317,5,273, + 0,0,4317,4319,7,56,0,0,4318,4316,1,0,0,0,4318,4319,1,0,0,0,4319, + 355,1,0,0,0,4320,4322,5,46,0,0,4321,4323,3,358,179,0,4322,4321,1, + 0,0,0,4322,4323,1,0,0,0,4323,4328,1,0,0,0,4324,4325,5,211,0,0,4325, + 4329,3,796,398,0,4326,4327,5,296,0,0,4327,4329,3,790,395,0,4328, + 4324,1,0,0,0,4328,4326,1,0,0,0,4329,4330,1,0,0,0,4330,4339,5,2,0, + 0,4331,4336,3,382,191,0,4332,4333,5,6,0,0,4333,4335,3,382,191,0, + 4334,4332,1,0,0,0,4335,4338,1,0,0,0,4336,4334,1,0,0,0,4336,4337, + 1,0,0,0,4337,4340,1,0,0,0,4338,4336,1,0,0,0,4339,4331,1,0,0,0,4339, + 4340,1,0,0,0,4340,4341,1,0,0,0,4341,4342,5,3,0,0,4342,4359,1,0,0, + 0,4343,4357,5,316,0,0,4344,4358,3,380,190,0,4345,4346,5,92,0,0,4346, + 4347,5,2,0,0,4347,4352,3,394,197,0,4348,4349,5,6,0,0,4349,4351,3, + 394,197,0,4350,4348,1,0,0,0,4351,4354,1,0,0,0,4352,4350,1,0,0,0, + 4352,4353,1,0,0,0,4353,4355,1,0,0,0,4354,4352,1,0,0,0,4355,4356, + 5,3,0,0,4356,4358,1,0,0,0,4357,4344,1,0,0,0,4357,4345,1,0,0,0,4358, + 4360,1,0,0,0,4359,4343,1,0,0,0,4359,4360,1,0,0,0,4360,4362,1,0,0, + 0,4361,4363,3,390,195,0,4362,4361,1,0,0,0,4363,4364,1,0,0,0,4364, + 4362,1,0,0,0,4364,4365,1,0,0,0,4365,4371,1,0,0,0,4366,4367,5,105, + 0,0,4367,4368,5,2,0,0,4368,4369,3,776,388,0,4369,4370,5,3,0,0,4370, + 4372,1,0,0,0,4371,4366,1,0,0,0,4371,4372,1,0,0,0,4372,357,1,0,0, + 0,4373,4374,5,82,0,0,4374,4375,5,311,0,0,4375,359,1,0,0,0,4376,4378, + 5,2,0,0,4377,4379,3,362,181,0,4378,4377,1,0,0,0,4378,4379,1,0,0, + 0,4379,4380,1,0,0,0,4380,4381,5,3,0,0,4381,361,1,0,0,0,4382,4387, + 3,376,188,0,4383,4384,5,6,0,0,4384,4386,3,376,188,0,4385,4383,1, + 0,0,0,4386,4389,1,0,0,0,4387,4385,1,0,0,0,4387,4388,1,0,0,0,4388, + 363,1,0,0,0,4389,4387,1,0,0,0,4390,4395,3,366,183,0,4391,4392,5, + 6,0,0,4392,4394,3,366,183,0,4393,4391,1,0,0,0,4394,4397,1,0,0,0, + 4395,4393,1,0,0,0,4395,4396,1,0,0,0,4396,365,1,0,0,0,4397,4395,1, + 0,0,0,4398,4399,3,786,393,0,4399,4400,3,360,180,0,4400,4404,1,0, + 0,0,4401,4404,3,824,412,0,4402,4404,3,772,386,0,4403,4398,1,0,0, + 0,4403,4401,1,0,0,0,4403,4402,1,0,0,0,4404,367,1,0,0,0,4405,4410, + 3,370,185,0,4406,4407,5,6,0,0,4407,4409,3,370,185,0,4408,4406,1, + 0,0,0,4409,4412,1,0,0,0,4410,4408,1,0,0,0,4410,4411,1,0,0,0,4411, + 369,1,0,0,0,4412,4410,1,0,0,0,4413,4414,3,788,394,0,4414,4415,3, + 360,180,0,4415,4419,1,0,0,0,4416,4419,3,824,412,0,4417,4419,3,772, + 386,0,4418,4413,1,0,0,0,4418,4416,1,0,0,0,4418,4417,1,0,0,0,4419, + 371,1,0,0,0,4420,4425,3,374,187,0,4421,4422,5,6,0,0,4422,4424,3, + 374,187,0,4423,4421,1,0,0,0,4424,4427,1,0,0,0,4425,4423,1,0,0,0, + 4425,4426,1,0,0,0,4426,373,1,0,0,0,4427,4425,1,0,0,0,4428,4429,3, + 798,399,0,4429,4430,3,360,180,0,4430,4434,1,0,0,0,4431,4434,3,824, + 412,0,4432,4434,3,772,386,0,4433,4428,1,0,0,0,4433,4431,1,0,0,0, + 4433,4432,1,0,0,0,4434,375,1,0,0,0,4435,4437,3,378,189,0,4436,4438, + 3,812,406,0,4437,4436,1,0,0,0,4437,4438,1,0,0,0,4438,4444,1,0,0, + 0,4439,4441,3,812,406,0,4440,4442,3,378,189,0,4441,4440,1,0,0,0, + 4441,4442,1,0,0,0,4442,4444,1,0,0,0,4443,4435,1,0,0,0,4443,4439, + 1,0,0,0,4443,4444,1,0,0,0,4444,4445,1,0,0,0,4445,4446,3,380,190, + 0,4446,377,1,0,0,0,4447,4449,5,68,0,0,4448,4450,5,453,0,0,4449,4448, + 1,0,0,0,4449,4450,1,0,0,0,4450,4455,1,0,0,0,4451,4455,5,453,0,0, + 4452,4455,5,400,0,0,4453,4455,5,101,0,0,4454,4447,1,0,0,0,4454,4451, + 1,0,0,0,4454,4452,1,0,0,0,4454,4453,1,0,0,0,4455,379,1,0,0,0,4456, + 4466,3,644,322,0,4457,4459,5,415,0,0,4458,4457,1,0,0,0,4458,4459, + 1,0,0,0,4459,4460,1,0,0,0,4460,4461,3,812,406,0,4461,4462,3,310, + 155,0,4462,4463,5,27,0,0,4463,4464,5,360,0,0,4464,4466,1,0,0,0,4465, + 4456,1,0,0,0,4465,4458,1,0,0,0,4466,381,1,0,0,0,4467,4470,3,376, + 188,0,4468,4469,7,57,0,0,4469,4471,3,666,333,0,4470,4468,1,0,0,0, + 4470,4471,1,0,0,0,4471,383,1,0,0,0,4472,4482,5,2,0,0,4473,4483,5, + 9,0,0,4474,4476,3,362,181,0,4475,4474,1,0,0,0,4475,4476,1,0,0,0, + 4476,4480,1,0,0,0,4477,4478,5,83,0,0,4478,4479,5,147,0,0,4479,4481, + 3,362,181,0,4480,4477,1,0,0,0,4480,4481,1,0,0,0,4481,4483,1,0,0, + 0,4482,4473,1,0,0,0,4482,4475,1,0,0,0,4483,4484,1,0,0,0,4484,4485, + 5,3,0,0,4485,385,1,0,0,0,4486,4487,3,798,399,0,4487,4488,3,384,192, + 0,4488,387,1,0,0,0,4489,4490,5,316,0,0,4490,4493,5,78,0,0,4491,4493, + 5,149,0,0,4492,4489,1,0,0,0,4492,4491,1,0,0,0,4493,4494,1,0,0,0, + 4494,4495,5,80,0,0,4495,4496,5,78,0,0,4496,4519,5,458,0,0,4497,4519, + 5,346,0,0,4498,4519,5,222,0,0,4499,4519,5,338,0,0,4500,4519,5,377, + 0,0,4501,4503,5,205,0,0,4502,4501,1,0,0,0,4502,4503,1,0,0,0,4503, + 4504,1,0,0,0,4504,4505,5,327,0,0,4505,4519,7,58,0,0,4506,4519,5, + 250,0,0,4507,4508,5,77,0,0,4508,4519,5,250,0,0,4509,4510,7,59,0, + 0,4510,4519,3,194,97,0,4511,4512,5,459,0,0,4512,4519,3,308,154,0, + 4513,4514,5,333,0,0,4514,4519,3,42,21,0,4515,4519,3,60,30,0,4516, + 4517,5,460,0,0,4517,4519,3,810,405,0,4518,4492,1,0,0,0,4518,4497, + 1,0,0,0,4518,4498,1,0,0,0,4518,4499,1,0,0,0,4518,4500,1,0,0,0,4518, + 4502,1,0,0,0,4518,4506,1,0,0,0,4518,4507,1,0,0,0,4518,4509,1,0,0, + 0,4518,4511,1,0,0,0,4518,4513,1,0,0,0,4518,4515,1,0,0,0,4518,4516, + 1,0,0,0,4519,389,1,0,0,0,4520,4521,5,36,0,0,4521,4522,3,800,400, + 0,4522,4523,3,454,227,0,4523,4556,1,0,0,0,4524,4525,5,247,0,0,4525, + 4556,3,58,29,0,4526,4527,5,443,0,0,4527,4528,5,62,0,0,4528,4529, + 5,360,0,0,4529,4536,3,644,322,0,4530,4531,5,6,0,0,4531,4532,5,62, + 0,0,4532,4533,5,360,0,0,4533,4535,3,644,322,0,4534,4530,1,0,0,0, + 4535,4538,1,0,0,0,4536,4534,1,0,0,0,4536,4537,1,0,0,0,4537,4556, + 1,0,0,0,4538,4536,1,0,0,0,4539,4556,5,104,0,0,4540,4541,5,333,0, + 0,4541,4548,3,810,405,0,4542,4543,5,94,0,0,4543,4549,3,810,405,0, + 4544,4545,5,10,0,0,4545,4549,3,810,405,0,4546,4547,5,64,0,0,4547, + 4549,5,434,0,0,4548,4542,1,0,0,0,4548,4544,1,0,0,0,4548,4546,1,0, + 0,0,4549,4556,1,0,0,0,4550,4551,5,36,0,0,4551,4556,3,810,405,0,4552, + 4556,3,4,2,0,4553,4556,3,388,194,0,4554,4556,3,810,405,0,4555,4520, + 1,0,0,0,4555,4524,1,0,0,0,4555,4526,1,0,0,0,4555,4539,1,0,0,0,4555, + 4540,1,0,0,0,4555,4550,1,0,0,0,4555,4552,1,0,0,0,4555,4553,1,0,0, + 0,4555,4554,1,0,0,0,4556,391,1,0,0,0,4557,4558,5,105,0,0,4558,4559, + 3,276,138,0,4559,393,1,0,0,0,4560,4561,3,792,396,0,4561,4562,3,380, + 190,0,4562,395,1,0,0,0,4563,4570,5,138,0,0,4564,4565,5,211,0,0,4565, + 4571,3,374,187,0,4566,4567,5,296,0,0,4567,4571,3,370,185,0,4568, + 4569,5,442,0,0,4569,4571,3,366,183,0,4570,4564,1,0,0,0,4570,4566, + 1,0,0,0,4570,4568,1,0,0,0,4571,4573,1,0,0,0,4572,4574,3,388,194, + 0,4573,4572,1,0,0,0,4574,4575,1,0,0,0,4575,4573,1,0,0,0,4575,4576, + 1,0,0,0,4576,4578,1,0,0,0,4577,4579,5,315,0,0,4578,4577,1,0,0,0, + 4578,4579,1,0,0,0,4579,397,1,0,0,0,4580,4596,5,191,0,0,4581,4583, + 5,211,0,0,4582,4584,3,414,207,0,4583,4582,1,0,0,0,4583,4584,1,0, + 0,0,4584,4585,1,0,0,0,4585,4597,3,372,186,0,4586,4588,5,296,0,0, + 4587,4589,3,414,207,0,4588,4587,1,0,0,0,4588,4589,1,0,0,0,4589,4590, + 1,0,0,0,4590,4597,3,368,184,0,4591,4593,5,442,0,0,4592,4594,3,414, + 207,0,4593,4592,1,0,0,0,4593,4594,1,0,0,0,4594,4595,1,0,0,0,4595, + 4597,3,364,182,0,4596,4581,1,0,0,0,4596,4586,1,0,0,0,4596,4591,1, + 0,0,0,4597,4599,1,0,0,0,4598,4600,3,88,44,0,4599,4598,1,0,0,0,4599, + 4600,1,0,0,0,4600,399,1,0,0,0,4601,4602,5,191,0,0,4602,4604,5,136, + 0,0,4603,4605,3,414,207,0,4604,4603,1,0,0,0,4604,4605,1,0,0,0,4605, + 4606,1,0,0,0,4606,4611,3,386,193,0,4607,4608,5,6,0,0,4608,4610,3, + 386,193,0,4609,4607,1,0,0,0,4610,4613,1,0,0,0,4611,4609,1,0,0,0, + 4611,4612,1,0,0,0,4612,4615,1,0,0,0,4613,4611,1,0,0,0,4614,4616, + 3,88,44,0,4615,4614,1,0,0,0,4615,4616,1,0,0,0,4616,401,1,0,0,0,4617, + 4618,5,191,0,0,4618,4620,5,278,0,0,4619,4621,3,414,207,0,4620,4619, + 1,0,0,0,4620,4621,1,0,0,0,4621,4622,1,0,0,0,4622,4627,3,408,204, + 0,4623,4624,5,6,0,0,4624,4626,3,408,204,0,4625,4623,1,0,0,0,4626, + 4629,1,0,0,0,4627,4625,1,0,0,0,4627,4628,1,0,0,0,4628,4631,1,0,0, + 0,4629,4627,1,0,0,0,4630,4632,3,88,44,0,4631,4630,1,0,0,0,4631,4632, + 1,0,0,0,4632,403,1,0,0,0,4633,4646,5,2,0,0,4634,4637,3,644,322,0, + 4635,4636,5,6,0,0,4636,4638,3,644,322,0,4637,4635,1,0,0,0,4637,4638, + 1,0,0,0,4638,4647,1,0,0,0,4639,4640,5,407,0,0,4640,4641,5,6,0,0, + 4641,4647,3,644,322,0,4642,4643,3,644,322,0,4643,4644,5,6,0,0,4644, + 4645,5,407,0,0,4645,4647,1,0,0,0,4646,4634,1,0,0,0,4646,4639,1,0, + 0,0,4646,4642,1,0,0,0,4647,4648,1,0,0,0,4648,4649,5,3,0,0,4649,405, + 1,0,0,0,4650,4651,3,810,405,0,4651,4652,5,11,0,0,4652,4654,1,0,0, + 0,4653,4650,1,0,0,0,4654,4657,1,0,0,0,4655,4653,1,0,0,0,4655,4656, + 1,0,0,0,4656,4658,1,0,0,0,4657,4655,1,0,0,0,4658,4659,3,712,356, + 0,4659,407,1,0,0,0,4660,4661,3,406,203,0,4661,4662,3,404,202,0,4662, + 409,1,0,0,0,4663,4667,5,57,0,0,4664,4668,3,800,400,0,4665,4666,5, + 247,0,0,4666,4668,3,58,29,0,4667,4664,1,0,0,0,4667,4665,1,0,0,0, + 4668,4669,1,0,0,0,4669,4667,1,0,0,0,4669,4670,1,0,0,0,4670,411,1, + 0,0,0,4671,4672,5,46,0,0,4672,4673,5,41,0,0,4673,4674,5,2,0,0,4674, + 4675,3,644,322,0,4675,4676,5,36,0,0,4676,4677,3,644,322,0,4677,4694, + 5,3,0,0,4678,4679,5,379,0,0,4679,4682,5,211,0,0,4680,4681,5,36,0, + 0,4681,4683,7,60,0,0,4682,4680,1,0,0,0,4682,4683,1,0,0,0,4683,4695, + 1,0,0,0,4684,4688,5,105,0,0,4685,4686,5,211,0,0,4686,4689,3,374, + 187,0,4687,4689,5,400,0,0,4688,4685,1,0,0,0,4688,4687,1,0,0,0,4689, + 4692,1,0,0,0,4690,4691,5,36,0,0,4691,4693,7,60,0,0,4692,4690,1,0, + 0,0,4692,4693,1,0,0,0,4693,4695,1,0,0,0,4694,4678,1,0,0,0,4694,4684, + 1,0,0,0,4695,413,1,0,0,0,4696,4697,5,220,0,0,4697,4698,5,396,0,0, + 4698,415,1,0,0,0,4699,4701,5,46,0,0,4700,4702,3,358,179,0,4701,4700, + 1,0,0,0,4701,4702,1,0,0,0,4702,4703,1,0,0,0,4703,4704,5,443,0,0, + 4704,4705,5,62,0,0,4705,4706,3,644,322,0,4706,4707,5,247,0,0,4707, + 4708,3,810,405,0,4708,4723,5,2,0,0,4709,4710,5,64,0,0,4710,4714, + 3,418,209,0,4711,4712,5,6,0,0,4712,4713,5,94,0,0,4713,4715,3,418, + 209,0,4714,4711,1,0,0,0,4714,4715,1,0,0,0,4715,4724,1,0,0,0,4716, + 4717,5,94,0,0,4717,4721,3,418,209,0,4718,4719,5,6,0,0,4719,4720, + 5,64,0,0,4720,4722,3,418,209,0,4721,4718,1,0,0,0,4721,4722,1,0,0, + 0,4722,4724,1,0,0,0,4723,4709,1,0,0,0,4723,4716,1,0,0,0,4724,4725, + 1,0,0,0,4725,4726,5,3,0,0,4726,417,1,0,0,0,4727,4728,5,461,0,0,4728, + 4729,5,105,0,0,4729,4730,5,211,0,0,4730,4731,3,374,187,0,4731,419, + 1,0,0,0,4732,4743,5,306,0,0,4733,4734,5,2,0,0,4734,4739,5,128,0, + 0,4735,4736,5,6,0,0,4736,4738,5,128,0,0,4737,4735,1,0,0,0,4738,4741, + 1,0,0,0,4739,4737,1,0,0,0,4739,4740,1,0,0,0,4740,4742,1,0,0,0,4741, + 4739,1,0,0,0,4742,4744,5,3,0,0,4743,4733,1,0,0,0,4743,4744,1,0,0, + 0,4744,4770,1,0,0,0,4745,4747,5,226,0,0,4746,4748,5,109,0,0,4747, + 4746,1,0,0,0,4747,4748,1,0,0,0,4748,4749,1,0,0,0,4749,4771,3,772, + 386,0,4750,4752,5,92,0,0,4751,4753,5,109,0,0,4752,4751,1,0,0,0,4752, + 4753,1,0,0,0,4753,4754,1,0,0,0,4754,4771,3,766,383,0,4755,4757,5, + 323,0,0,4756,4758,5,109,0,0,4757,4756,1,0,0,0,4757,4758,1,0,0,0, + 4758,4759,1,0,0,0,4759,4771,3,782,391,0,4760,4762,5,349,0,0,4761, + 4763,5,109,0,0,4762,4761,1,0,0,0,4762,4763,1,0,0,0,4763,4764,1,0, + 0,0,4764,4771,3,810,405,0,4765,4767,5,175,0,0,4766,4768,5,109,0, + 0,4767,4766,1,0,0,0,4767,4768,1,0,0,0,4768,4769,1,0,0,0,4769,4771, + 3,780,390,0,4770,4745,1,0,0,0,4770,4750,1,0,0,0,4770,4755,1,0,0, + 0,4770,4760,1,0,0,0,4770,4765,1,0,0,0,4771,421,1,0,0,0,4772,4773, + 5,138,0,0,4773,4774,3,168,84,0,4774,4775,7,16,0,0,4775,4776,3,92, + 46,0,4776,423,1,0,0,0,4777,4782,5,138,0,0,4778,4779,5,136,0,0,4779, + 4783,3,386,193,0,4780,4781,5,442,0,0,4781,4783,3,366,183,0,4782, + 4778,1,0,0,0,4782,4780,1,0,0,0,4783,4784,1,0,0,0,4784,4785,5,309, + 0,0,4785,4786,5,94,0,0,4786,4787,3,810,405,0,4787,4985,1,0,0,0,4788, + 4789,5,138,0,0,4789,4790,5,175,0,0,4790,4791,3,780,390,0,4791,4792, + 5,309,0,0,4792,4793,5,94,0,0,4793,4794,3,778,389,0,4794,4985,1,0, + 0,0,4795,4796,5,138,0,0,4796,4797,7,61,0,0,4797,4798,3,308,154,0, + 4798,4799,5,309,0,0,4799,4800,5,94,0,0,4800,4801,3,810,405,0,4801, + 4985,1,0,0,0,4802,4803,5,138,0,0,4803,4804,5,211,0,0,4804,4805,3, + 374,187,0,4805,4806,5,309,0,0,4806,4807,5,94,0,0,4807,4808,3,796, + 398,0,4808,4985,1,0,0,0,4809,4810,5,138,0,0,4810,4811,5,278,0,0, + 4811,4812,7,31,0,0,4812,4813,3,308,154,0,4813,4814,3,162,81,0,4814, + 4815,5,309,0,0,4815,4816,5,94,0,0,4816,4817,3,810,405,0,4817,4985, + 1,0,0,0,4818,4819,5,138,0,0,4819,4820,5,296,0,0,4820,4821,3,370, + 185,0,4821,4822,5,309,0,0,4822,4823,5,94,0,0,4823,4824,3,790,395, + 0,4824,4985,1,0,0,0,4825,4826,5,138,0,0,4826,4827,5,323,0,0,4827, + 4828,3,782,391,0,4828,4829,5,309,0,0,4829,4830,5,94,0,0,4830,4831, + 3,32,16,0,4831,4985,1,0,0,0,4832,4833,5,138,0,0,4833,4835,7,62,0, + 0,4834,4836,3,414,207,0,4835,4834,1,0,0,0,4835,4836,1,0,0,0,4836, + 4837,1,0,0,0,4837,4838,3,772,386,0,4838,4839,5,309,0,0,4839,4840, + 5,94,0,0,4840,4841,3,810,405,0,4841,4985,1,0,0,0,4842,4844,5,138, + 0,0,4843,4845,5,259,0,0,4844,4843,1,0,0,0,4844,4845,1,0,0,0,4845, + 4846,1,0,0,0,4846,4848,5,376,0,0,4847,4849,3,414,207,0,4848,4847, + 1,0,0,0,4848,4849,1,0,0,0,4849,4850,1,0,0,0,4850,4851,3,770,385, + 0,4851,4852,5,309,0,0,4852,4853,5,94,0,0,4853,4854,3,768,384,0,4854, + 4985,1,0,0,0,4855,4857,5,138,0,0,4856,4858,5,63,0,0,4857,4856,1, + 0,0,0,4857,4858,1,0,0,0,4858,4859,1,0,0,0,4859,4861,5,92,0,0,4860, + 4862,3,414,207,0,4861,4860,1,0,0,0,4861,4862,1,0,0,0,4862,4863,1, + 0,0,0,4863,4864,3,616,308,0,4864,4865,5,309,0,0,4865,4866,5,94,0, + 0,4866,4867,3,764,382,0,4867,4985,1,0,0,0,4868,4893,5,138,0,0,4869, + 4871,5,63,0,0,4870,4869,1,0,0,0,4870,4871,1,0,0,0,4871,4872,1,0, + 0,0,4872,4874,5,92,0,0,4873,4875,3,414,207,0,4874,4873,1,0,0,0,4874, + 4875,1,0,0,0,4875,4876,1,0,0,0,4876,4877,3,616,308,0,4877,4879,5, + 309,0,0,4878,4880,5,44,0,0,4879,4878,1,0,0,0,4879,4880,1,0,0,0,4880, + 4894,1,0,0,0,4881,4883,5,259,0,0,4882,4881,1,0,0,0,4882,4883,1,0, + 0,0,4883,4884,1,0,0,0,4884,4886,5,376,0,0,4885,4887,3,414,207,0, + 4886,4885,1,0,0,0,4886,4887,1,0,0,0,4887,4888,1,0,0,0,4888,4889, + 3,770,385,0,4889,4891,5,309,0,0,4890,4892,5,44,0,0,4891,4890,1,0, + 0,0,4891,4892,1,0,0,0,4892,4894,1,0,0,0,4893,4870,1,0,0,0,4893,4882, + 1,0,0,0,4894,4895,1,0,0,0,4895,4896,3,792,396,0,4896,4897,5,94,0, + 0,4897,4898,3,794,397,0,4898,4985,1,0,0,0,4899,4907,5,138,0,0,4900, + 4902,5,92,0,0,4901,4903,3,414,207,0,4902,4901,1,0,0,0,4902,4903, + 1,0,0,0,4903,4904,1,0,0,0,4904,4908,3,616,308,0,4905,4906,5,189, + 0,0,4906,4908,3,308,154,0,4907,4900,1,0,0,0,4907,4905,1,0,0,0,4908, + 4909,1,0,0,0,4909,4910,5,309,0,0,4910,4911,5,45,0,0,4911,4912,3, + 810,405,0,4912,4913,5,94,0,0,4913,4914,3,810,405,0,4914,4985,1,0, + 0,0,4915,4922,5,138,0,0,4916,4918,5,445,0,0,4917,4919,3,414,207, + 0,4918,4917,1,0,0,0,4918,4919,1,0,0,0,4919,4923,1,0,0,0,4920,4923, + 5,321,0,0,4921,4923,5,357,0,0,4922,4916,1,0,0,0,4922,4920,1,0,0, + 0,4922,4921,1,0,0,0,4923,4924,1,0,0,0,4924,4925,3,810,405,0,4925, + 4926,5,80,0,0,4926,4927,3,772,386,0,4927,4928,5,309,0,0,4928,4929, + 5,94,0,0,4929,4930,3,810,405,0,4930,4985,1,0,0,0,4931,4944,5,138, + 0,0,4932,4933,5,63,0,0,4933,4934,5,174,0,0,4934,4945,5,381,0,0,4935, + 4937,5,295,0,0,4936,4935,1,0,0,0,4936,4937,1,0,0,0,4937,4938,1,0, + 0,0,4938,4945,5,247,0,0,4939,4945,5,452,0,0,4940,4945,5,331,0,0, + 4941,4945,5,451,0,0,4942,4943,5,198,0,0,4943,4945,5,357,0,0,4944, + 4932,1,0,0,0,4944,4936,1,0,0,0,4944,4939,1,0,0,0,4944,4940,1,0,0, + 0,4944,4941,1,0,0,0,4944,4942,1,0,0,0,4945,4946,1,0,0,0,4946,4947, + 3,810,405,0,4947,4948,5,309,0,0,4948,4949,5,94,0,0,4949,4950,3,810, + 405,0,4950,4985,1,0,0,0,4951,4952,5,138,0,0,4952,4953,7,45,0,0,4953, + 4954,3,806,403,0,4954,4955,5,309,0,0,4955,4956,5,94,0,0,4956,4957, + 3,806,403,0,4957,4985,1,0,0,0,4958,4959,5,138,0,0,4959,4960,3,168, + 84,0,4960,4961,5,309,0,0,4961,4962,5,94,0,0,4962,4963,3,760,380, + 0,4963,4985,1,0,0,0,4964,4965,5,138,0,0,4965,4966,5,355,0,0,4966, + 4967,5,325,0,0,4967,4968,7,41,0,0,4968,4969,3,308,154,0,4969,4970, + 5,309,0,0,4970,4971,5,94,0,0,4971,4972,3,810,405,0,4972,4985,1,0, + 0,0,4973,4974,5,138,0,0,4974,4975,5,360,0,0,4975,4976,3,308,154, + 0,4976,4977,5,309,0,0,4977,4978,5,143,0,0,4978,4979,3,810,405,0, + 4979,4980,5,94,0,0,4980,4982,3,810,405,0,4981,4983,3,88,44,0,4982, + 4981,1,0,0,0,4982,4983,1,0,0,0,4983,4985,1,0,0,0,4984,4777,1,0,0, + 0,4984,4788,1,0,0,0,4984,4795,1,0,0,0,4984,4802,1,0,0,0,4984,4809, + 1,0,0,0,4984,4818,1,0,0,0,4984,4825,1,0,0,0,4984,4832,1,0,0,0,4984, + 4842,1,0,0,0,4984,4855,1,0,0,0,4984,4868,1,0,0,0,4984,4899,1,0,0, + 0,4984,4915,1,0,0,0,4984,4931,1,0,0,0,4984,4951,1,0,0,0,4984,4958, + 1,0,0,0,4984,4964,1,0,0,0,4984,4973,1,0,0,0,4985,425,1,0,0,0,4986, + 5003,5,138,0,0,4987,4988,5,211,0,0,4988,5004,3,374,187,0,4989,4990, + 5,296,0,0,4990,5004,3,370,185,0,4991,4992,5,442,0,0,4992,5004,3, + 366,183,0,4993,4994,5,357,0,0,4994,4995,3,810,405,0,4995,4996,5, + 80,0,0,4996,4997,3,772,386,0,4997,5004,1,0,0,0,4998,4999,5,259,0, + 0,4999,5000,5,376,0,0,5000,5004,3,770,385,0,5001,5002,5,226,0,0, + 5002,5004,3,772,386,0,5003,4987,1,0,0,0,5003,4989,1,0,0,0,5003,4991, + 1,0,0,0,5003,4993,1,0,0,0,5003,4998,1,0,0,0,5003,5001,1,0,0,0,5004, + 5006,1,0,0,0,5005,5007,5,269,0,0,5006,5005,1,0,0,0,5006,5007,1,0, + 0,0,5007,5008,1,0,0,0,5008,5009,5,462,0,0,5009,5010,5,80,0,0,5010, + 5011,5,204,0,0,5011,5012,3,810,405,0,5012,427,1,0,0,0,5013,5052, + 5,138,0,0,5014,5015,5,136,0,0,5015,5053,3,386,193,0,5016,5017,5, + 204,0,0,5017,5053,3,810,405,0,5018,5019,5,211,0,0,5019,5053,3,374, + 187,0,5020,5021,5,278,0,0,5021,5053,3,408,204,0,5022,5023,5,278, + 0,0,5023,5024,7,31,0,0,5024,5025,3,308,154,0,5025,5026,3,162,81, + 0,5026,5053,1,0,0,0,5027,5028,5,296,0,0,5028,5053,3,370,185,0,5029, + 5030,5,442,0,0,5030,5053,3,366,183,0,5031,5033,5,328,0,0,5032,5034, + 3,414,207,0,5033,5032,1,0,0,0,5033,5034,1,0,0,0,5034,5035,1,0,0, + 0,5035,5053,3,772,386,0,5036,5038,5,259,0,0,5037,5036,1,0,0,0,5037, + 5038,1,0,0,0,5038,5039,1,0,0,0,5039,5041,5,376,0,0,5040,5042,3,414, + 207,0,5041,5040,1,0,0,0,5041,5042,1,0,0,0,5042,5043,1,0,0,0,5043, + 5053,3,770,385,0,5044,5046,5,63,0,0,5045,5044,1,0,0,0,5045,5046, + 1,0,0,0,5046,5047,1,0,0,0,5047,5049,5,92,0,0,5048,5050,3,414,207, + 0,5049,5048,1,0,0,0,5049,5050,1,0,0,0,5050,5051,1,0,0,0,5051,5053, + 3,616,308,0,5052,5014,1,0,0,0,5052,5016,1,0,0,0,5052,5018,1,0,0, + 0,5052,5020,1,0,0,0,5052,5022,1,0,0,0,5052,5027,1,0,0,0,5052,5029, + 1,0,0,0,5052,5031,1,0,0,0,5052,5037,1,0,0,0,5052,5045,1,0,0,0,5053, + 5054,1,0,0,0,5054,5055,5,333,0,0,5055,5056,5,323,0,0,5056,5057,3, + 782,391,0,5057,5075,1,0,0,0,5058,5067,5,138,0,0,5059,5060,5,355, + 0,0,5060,5061,5,325,0,0,5061,5068,7,41,0,0,5062,5068,5,108,0,0,5063, + 5068,5,168,0,0,5064,5068,5,189,0,0,5065,5068,5,342,0,0,5066,5068, + 5,360,0,0,5067,5059,1,0,0,0,5067,5062,1,0,0,0,5067,5063,1,0,0,0, + 5067,5064,1,0,0,0,5067,5065,1,0,0,0,5067,5066,1,0,0,0,5068,5069, + 1,0,0,0,5069,5070,3,308,154,0,5070,5071,5,333,0,0,5071,5072,5,323, + 0,0,5072,5073,3,782,391,0,5073,5075,1,0,0,0,5074,5013,1,0,0,0,5074, + 5058,1,0,0,0,5075,429,1,0,0,0,5076,5077,5,138,0,0,5077,5078,5,278, + 0,0,5078,5079,3,408,204,0,5079,5080,5,333,0,0,5080,5081,3,432,216, + 0,5081,431,1,0,0,0,5082,5083,5,2,0,0,5083,5088,3,434,217,0,5084, + 5085,5,6,0,0,5085,5087,3,434,217,0,5086,5084,1,0,0,0,5087,5090,1, + 0,0,0,5088,5086,1,0,0,0,5088,5089,1,0,0,0,5089,5091,1,0,0,0,5090, + 5088,1,0,0,0,5091,5092,5,3,0,0,5092,433,1,0,0,0,5093,5094,3,816, + 408,0,5094,5101,5,10,0,0,5095,5102,5,407,0,0,5096,5102,3,380,190, + 0,5097,5102,3,826,413,0,5098,5102,3,718,359,0,5099,5102,3,194,97, + 0,5100,5102,3,800,400,0,5101,5095,1,0,0,0,5101,5096,1,0,0,0,5101, + 5097,1,0,0,0,5101,5098,1,0,0,0,5101,5099,1,0,0,0,5101,5100,1,0,0, + 0,5102,435,1,0,0,0,5103,5104,5,138,0,0,5104,5105,5,360,0,0,5105, + 5106,3,308,154,0,5106,5107,5,333,0,0,5107,5108,3,432,216,0,5108, + 437,1,0,0,0,5109,5110,5,138,0,0,5110,5111,5,278,0,0,5111,5112,7, + 31,0,0,5112,5113,3,308,154,0,5113,5114,3,162,81,0,5114,5115,5,282, + 0,0,5115,5116,5,94,0,0,5116,5117,3,806,403,0,5117,5184,1,0,0,0,5118, + 5145,5,138,0,0,5119,5120,5,136,0,0,5120,5146,3,386,193,0,5121,5122, + 5,175,0,0,5122,5146,3,780,390,0,5123,5124,5,211,0,0,5124,5146,3, + 374,187,0,5125,5127,5,295,0,0,5126,5125,1,0,0,0,5126,5127,1,0,0, + 0,5127,5128,1,0,0,0,5128,5129,5,247,0,0,5129,5146,3,810,405,0,5130, + 5131,5,248,0,0,5131,5132,5,274,0,0,5132,5146,3,194,97,0,5133,5134, + 5,248,0,0,5134,5135,5,274,0,0,5135,5146,3,194,97,0,5136,5137,5,278, + 0,0,5137,5146,3,408,204,0,5138,5139,5,296,0,0,5139,5146,3,370,185, + 0,5140,5141,5,442,0,0,5141,5146,3,366,183,0,5142,5143,5,323,0,0, + 5143,5146,3,782,391,0,5144,5146,3,168,84,0,5145,5119,1,0,0,0,5145, + 5121,1,0,0,0,5145,5123,1,0,0,0,5145,5126,1,0,0,0,5145,5130,1,0,0, + 0,5145,5133,1,0,0,0,5145,5136,1,0,0,0,5145,5138,1,0,0,0,5145,5140, + 1,0,0,0,5145,5142,1,0,0,0,5145,5144,1,0,0,0,5146,5147,1,0,0,0,5147, + 5148,5,282,0,0,5148,5149,5,94,0,0,5149,5150,3,806,403,0,5150,5184, + 1,0,0,0,5151,5160,5,138,0,0,5152,5153,5,355,0,0,5153,5154,5,325, + 0,0,5154,5161,7,63,0,0,5155,5161,5,108,0,0,5156,5161,5,168,0,0,5157, + 5161,5,189,0,0,5158,5161,5,360,0,0,5159,5161,5,342,0,0,5160,5152, + 1,0,0,0,5160,5155,1,0,0,0,5160,5156,1,0,0,0,5160,5157,1,0,0,0,5160, + 5158,1,0,0,0,5160,5159,1,0,0,0,5161,5162,1,0,0,0,5162,5163,3,308, + 154,0,5163,5164,5,282,0,0,5164,5165,5,94,0,0,5165,5166,3,806,403, + 0,5166,5184,1,0,0,0,5167,5176,5,138,0,0,5168,5177,5,331,0,0,5169, + 5170,5,63,0,0,5170,5171,5,174,0,0,5171,5177,5,381,0,0,5172,5173, + 5,198,0,0,5173,5177,5,357,0,0,5174,5177,5,452,0,0,5175,5177,5,451, + 0,0,5176,5168,1,0,0,0,5176,5169,1,0,0,0,5176,5172,1,0,0,0,5176,5174, + 1,0,0,0,5176,5175,1,0,0,0,5177,5178,1,0,0,0,5178,5179,3,810,405, + 0,5179,5180,5,282,0,0,5180,5181,5,94,0,0,5181,5182,3,806,403,0,5182, + 5184,1,0,0,0,5183,5109,1,0,0,0,5183,5118,1,0,0,0,5183,5151,1,0,0, + 0,5183,5167,1,0,0,0,5184,439,1,0,0,0,5185,5186,5,46,0,0,5186,5187, + 5,452,0,0,5187,5194,3,810,405,0,5188,5189,5,62,0,0,5189,5190,5,92, + 0,0,5190,5195,3,620,310,0,5191,5192,5,62,0,0,5192,5193,5,30,0,0, + 5193,5195,5,350,0,0,5194,5188,1,0,0,0,5194,5191,1,0,0,0,5194,5195, + 1,0,0,0,5195,5197,1,0,0,0,5196,5198,3,392,196,0,5197,5196,1,0,0, + 0,5197,5198,1,0,0,0,5198,441,1,0,0,0,5199,5200,5,138,0,0,5200,5201, + 5,452,0,0,5201,5219,3,810,405,0,5202,5203,5,282,0,0,5203,5204,5, + 94,0,0,5204,5220,3,806,403,0,5205,5206,5,333,0,0,5206,5220,3,276, + 138,0,5207,5208,5,309,0,0,5208,5209,5,94,0,0,5209,5220,3,810,405, + 0,5210,5211,7,34,0,0,5211,5216,3,618,309,0,5212,5213,5,6,0,0,5213, + 5215,3,618,309,0,5214,5212,1,0,0,0,5215,5218,1,0,0,0,5216,5214,1, + 0,0,0,5216,5217,1,0,0,0,5217,5220,1,0,0,0,5218,5216,1,0,0,0,5219, + 5202,1,0,0,0,5219,5205,1,0,0,0,5219,5207,1,0,0,0,5219,5210,1,0,0, + 0,5220,443,1,0,0,0,5221,5222,5,46,0,0,5222,5223,5,451,0,0,5223,5224, + 3,810,405,0,5224,5225,5,164,0,0,5225,5226,3,800,400,0,5226,5227, + 5,452,0,0,5227,5232,3,816,408,0,5228,5229,5,6,0,0,5229,5231,3,816, + 408,0,5230,5228,1,0,0,0,5231,5234,1,0,0,0,5232,5230,1,0,0,0,5232, + 5233,1,0,0,0,5233,5236,1,0,0,0,5234,5232,1,0,0,0,5235,5237,3,392, + 196,0,5236,5235,1,0,0,0,5236,5237,1,0,0,0,5237,445,1,0,0,0,5238, + 5239,5,138,0,0,5239,5240,5,451,0,0,5240,5241,3,810,405,0,5241,5242, + 5,333,0,0,5242,5243,3,276,138,0,5243,5295,1,0,0,0,5244,5245,5,138, + 0,0,5245,5246,5,451,0,0,5246,5247,3,810,405,0,5247,5248,5,164,0, + 0,5248,5249,3,800,400,0,5249,5295,1,0,0,0,5250,5251,5,138,0,0,5251, + 5252,5,451,0,0,5252,5253,3,810,405,0,5253,5254,5,305,0,0,5254,5256, + 5,452,0,0,5255,5257,3,392,196,0,5256,5255,1,0,0,0,5256,5257,1,0, + 0,0,5257,5295,1,0,0,0,5258,5259,5,138,0,0,5259,5260,5,451,0,0,5260, + 5261,3,810,405,0,5261,5262,7,34,0,0,5262,5263,5,452,0,0,5263,5268, + 3,816,408,0,5264,5265,5,6,0,0,5265,5267,3,816,408,0,5266,5264,1, + 0,0,0,5267,5270,1,0,0,0,5268,5266,1,0,0,0,5268,5269,1,0,0,0,5269, + 5272,1,0,0,0,5270,5268,1,0,0,0,5271,5273,3,392,196,0,5272,5271,1, + 0,0,0,5272,5273,1,0,0,0,5273,5295,1,0,0,0,5274,5275,5,138,0,0,5275, + 5276,5,451,0,0,5276,5277,3,810,405,0,5277,5278,7,64,0,0,5278,5295, + 1,0,0,0,5279,5280,5,138,0,0,5280,5281,5,451,0,0,5281,5282,3,810, + 405,0,5282,5283,5,465,0,0,5283,5284,5,2,0,0,5284,5285,3,282,141, + 0,5285,5286,5,3,0,0,5286,5295,1,0,0,0,5287,5288,5,138,0,0,5288,5289, + 5,451,0,0,5289,5290,3,810,405,0,5290,5291,5,282,0,0,5291,5292,5, + 94,0,0,5292,5293,3,806,403,0,5293,5295,1,0,0,0,5294,5238,1,0,0,0, + 5294,5244,1,0,0,0,5294,5250,1,0,0,0,5294,5258,1,0,0,0,5294,5274, + 1,0,0,0,5294,5279,1,0,0,0,5294,5287,1,0,0,0,5295,447,1,0,0,0,5296, + 5298,5,46,0,0,5297,5299,3,358,179,0,5298,5297,1,0,0,0,5298,5299, + 1,0,0,0,5299,5300,1,0,0,0,5300,5301,5,321,0,0,5301,5302,3,810,405, + 0,5302,5303,5,36,0,0,5303,5304,5,80,0,0,5304,5305,7,65,0,0,5305, + 5306,5,94,0,0,5306,5308,3,772,386,0,5307,5309,3,630,315,0,5308,5307, + 1,0,0,0,5308,5309,1,0,0,0,5309,5310,1,0,0,0,5310,5312,5,57,0,0,5311, + 5313,7,66,0,0,5312,5311,1,0,0,0,5312,5313,1,0,0,0,5313,5330,1,0, + 0,0,5314,5331,5,270,0,0,5315,5331,3,450,225,0,5316,5318,5,2,0,0, + 5317,5319,3,450,225,0,5318,5317,1,0,0,0,5318,5319,1,0,0,0,5319,5326, + 1,0,0,0,5320,5322,5,7,0,0,5321,5323,3,450,225,0,5322,5321,1,0,0, + 0,5322,5323,1,0,0,0,5323,5325,1,0,0,0,5324,5320,1,0,0,0,5325,5328, + 1,0,0,0,5326,5324,1,0,0,0,5326,5327,1,0,0,0,5327,5329,1,0,0,0,5328, + 5326,1,0,0,0,5329,5331,5,3,0,0,5330,5314,1,0,0,0,5330,5315,1,0,0, + 0,5330,5316,1,0,0,0,5331,449,1,0,0,0,5332,5338,3,552,276,0,5333, + 5338,3,530,265,0,5334,5338,3,544,272,0,5335,5338,3,540,270,0,5336, + 5338,3,452,226,0,5337,5332,1,0,0,0,5337,5333,1,0,0,0,5337,5334,1, + 0,0,0,5337,5335,1,0,0,0,5337,5336,1,0,0,0,5338,451,1,0,0,0,5339, + 5340,5,271,0,0,5340,5342,3,810,405,0,5341,5343,3,454,227,0,5342, + 5341,1,0,0,0,5342,5343,1,0,0,0,5343,453,1,0,0,0,5344,5345,5,6,0, + 0,5345,5346,3,800,400,0,5346,455,1,0,0,0,5347,5348,5,252,0,0,5348, + 5349,3,810,405,0,5349,457,1,0,0,0,5350,5353,5,366,0,0,5351,5354, + 3,810,405,0,5352,5354,5,9,0,0,5353,5351,1,0,0,0,5353,5352,1,0,0, + 0,5354,459,1,0,0,0,5355,5357,5,146,0,0,5356,5358,3,462,231,0,5357, + 5356,1,0,0,0,5357,5358,1,0,0,0,5358,5360,1,0,0,0,5359,5361,3,466, + 233,0,5360,5359,1,0,0,0,5360,5361,1,0,0,0,5361,5401,1,0,0,0,5362, + 5363,5,340,0,0,5363,5365,5,356,0,0,5364,5366,3,466,233,0,5365,5364, + 1,0,0,0,5365,5366,1,0,0,0,5366,5401,1,0,0,0,5367,5368,5,322,0,0, + 5368,5401,3,810,405,0,5369,5371,5,308,0,0,5370,5372,5,322,0,0,5371, + 5370,1,0,0,0,5371,5372,1,0,0,0,5372,5373,1,0,0,0,5373,5401,3,810, + 405,0,5374,5375,5,290,0,0,5375,5376,5,356,0,0,5376,5401,3,800,400, + 0,5377,5378,7,67,0,0,5378,5379,5,291,0,0,5379,5401,3,800,400,0,5380, + 5382,7,68,0,0,5381,5383,3,462,231,0,5382,5381,1,0,0,0,5382,5383, + 1,0,0,0,5383,5389,1,0,0,0,5384,5386,5,33,0,0,5385,5387,5,269,0,0, + 5386,5385,1,0,0,0,5386,5387,1,0,0,0,5387,5388,1,0,0,0,5388,5390, + 5,153,0,0,5389,5384,1,0,0,0,5389,5390,1,0,0,0,5390,5401,1,0,0,0, + 5391,5393,5,319,0,0,5392,5394,3,462,231,0,5393,5392,1,0,0,0,5393, + 5394,1,0,0,0,5394,5395,1,0,0,0,5395,5397,5,94,0,0,5396,5398,5,322, + 0,0,5397,5396,1,0,0,0,5397,5398,1,0,0,0,5398,5399,1,0,0,0,5399,5401, + 3,810,405,0,5400,5355,1,0,0,0,5400,5362,1,0,0,0,5400,5367,1,0,0, + 0,5400,5369,1,0,0,0,5400,5374,1,0,0,0,5400,5377,1,0,0,0,5400,5380, + 1,0,0,0,5400,5391,1,0,0,0,5401,461,1,0,0,0,5402,5403,7,69,0,0,5403, + 463,1,0,0,0,5404,5405,5,244,0,0,5405,5406,5,251,0,0,5406,5414,3, + 50,25,0,5407,5408,5,300,0,0,5408,5414,7,70,0,0,5409,5411,5,77,0, + 0,5410,5409,1,0,0,0,5410,5411,1,0,0,0,5411,5412,1,0,0,0,5412,5414, + 5,54,0,0,5413,5404,1,0,0,0,5413,5407,1,0,0,0,5413,5410,1,0,0,0,5414, + 465,1,0,0,0,5415,5422,3,464,232,0,5416,5418,5,6,0,0,5417,5416,1, + 0,0,0,5417,5418,1,0,0,0,5418,5419,1,0,0,0,5419,5421,3,464,232,0, + 5420,5417,1,0,0,0,5421,5424,1,0,0,0,5422,5420,1,0,0,0,5422,5423, + 1,0,0,0,5423,467,1,0,0,0,5424,5422,1,0,0,0,5425,5428,5,46,0,0,5426, + 5427,5,82,0,0,5427,5429,5,311,0,0,5428,5426,1,0,0,0,5428,5429,1, + 0,0,0,5429,5431,1,0,0,0,5430,5432,3,114,57,0,5431,5430,1,0,0,0,5431, + 5432,1,0,0,0,5432,5448,1,0,0,0,5433,5434,5,376,0,0,5434,5436,3,768, + 384,0,5435,5437,3,138,69,0,5436,5435,1,0,0,0,5436,5437,1,0,0,0,5437, + 5439,1,0,0,0,5438,5440,3,94,47,0,5439,5438,1,0,0,0,5439,5440,1,0, + 0,0,5440,5449,1,0,0,0,5441,5442,5,303,0,0,5442,5443,5,376,0,0,5443, + 5444,3,768,384,0,5444,5446,3,136,68,0,5445,5447,3,94,47,0,5446,5445, + 1,0,0,0,5446,5447,1,0,0,0,5447,5449,1,0,0,0,5448,5433,1,0,0,0,5448, + 5441,1,0,0,0,5449,5450,1,0,0,0,5450,5451,5,36,0,0,5451,5458,3,552, + 276,0,5452,5454,5,105,0,0,5453,5455,7,71,0,0,5454,5453,1,0,0,0,5454, + 5455,1,0,0,0,5455,5456,1,0,0,0,5456,5457,5,42,0,0,5457,5459,5,279, + 0,0,5458,5452,1,0,0,0,5458,5459,1,0,0,0,5459,469,1,0,0,0,5460,5461, + 5,253,0,0,5461,5462,3,800,400,0,5462,471,1,0,0,0,5463,5464,5,46, + 0,0,5464,5465,5,175,0,0,5465,5467,3,778,389,0,5466,5468,5,105,0, + 0,5467,5466,1,0,0,0,5467,5468,1,0,0,0,5468,5474,1,0,0,0,5469,5471, + 3,474,237,0,5470,5469,1,0,0,0,5471,5472,1,0,0,0,5472,5470,1,0,0, + 0,5472,5473,1,0,0,0,5473,5475,1,0,0,0,5474,5470,1,0,0,0,5474,5475, + 1,0,0,0,5475,473,1,0,0,0,5476,5477,5,164,0,0,5477,5485,5,74,0,0, + 5478,5485,5,194,0,0,5479,5485,5,255,0,0,5480,5485,5,282,0,0,5481, + 5485,5,351,0,0,5482,5485,5,353,0,0,5483,5485,3,818,409,0,5484,5476, + 1,0,0,0,5484,5478,1,0,0,0,5484,5479,1,0,0,0,5484,5480,1,0,0,0,5484, + 5481,1,0,0,0,5484,5482,1,0,0,0,5484,5483,1,0,0,0,5485,5487,1,0,0, + 0,5486,5488,5,10,0,0,5487,5486,1,0,0,0,5487,5488,1,0,0,0,5488,5492, + 1,0,0,0,5489,5493,3,804,402,0,5490,5493,3,54,27,0,5491,5493,5,53, + 0,0,5492,5489,1,0,0,0,5492,5490,1,0,0,0,5492,5491,1,0,0,0,5493,475, + 1,0,0,0,5494,5495,5,138,0,0,5495,5496,5,175,0,0,5496,5512,3,780, + 390,0,5497,5498,5,333,0,0,5498,5499,5,351,0,0,5499,5501,3,760,380, + 0,5500,5497,1,0,0,0,5500,5501,1,0,0,0,5501,5513,1,0,0,0,5502,5504, + 5,105,0,0,5503,5502,1,0,0,0,5503,5504,1,0,0,0,5504,5506,1,0,0,0, + 5505,5507,3,474,237,0,5506,5505,1,0,0,0,5507,5508,1,0,0,0,5508,5506, + 1,0,0,0,5508,5509,1,0,0,0,5509,5511,1,0,0,0,5510,5503,1,0,0,0,5510, + 5511,1,0,0,0,5511,5513,1,0,0,0,5512,5500,1,0,0,0,5512,5510,1,0,0, + 0,5513,477,1,0,0,0,5514,5515,5,138,0,0,5515,5516,5,175,0,0,5516, + 5518,3,780,390,0,5517,5519,3,64,32,0,5518,5517,1,0,0,0,5518,5519, + 1,0,0,0,5519,479,1,0,0,0,5520,5521,5,138,0,0,5521,5522,5,108,0,0, + 5522,5523,3,308,154,0,5523,5524,5,305,0,0,5524,5525,5,375,0,0,5525, + 481,1,0,0,0,5526,5527,5,138,0,0,5527,5528,5,349,0,0,5528,5529,7, + 16,0,0,5529,5530,3,40,20,0,5530,483,1,0,0,0,5531,5532,5,46,0,0,5532, + 5533,5,189,0,0,5533,5535,3,308,154,0,5534,5536,5,36,0,0,5535,5534, + 1,0,0,0,5535,5536,1,0,0,0,5536,5537,1,0,0,0,5537,5541,3,644,322, + 0,5538,5540,3,126,63,0,5539,5538,1,0,0,0,5540,5543,1,0,0,0,5541, + 5539,1,0,0,0,5541,5542,1,0,0,0,5542,485,1,0,0,0,5543,5541,1,0,0, + 0,5544,5545,5,138,0,0,5545,5546,5,189,0,0,5546,5569,3,308,154,0, + 5547,5570,3,86,43,0,5548,5549,7,15,0,0,5549,5550,5,77,0,0,5550,5570, + 5,78,0,0,5551,5554,5,133,0,0,5552,5553,5,45,0,0,5553,5555,3,810, + 405,0,5554,5552,1,0,0,0,5554,5555,1,0,0,0,5555,5556,1,0,0,0,5556, + 5570,3,134,67,0,5557,5558,5,191,0,0,5558,5560,5,45,0,0,5559,5561, + 3,414,207,0,5560,5559,1,0,0,0,5560,5561,1,0,0,0,5561,5562,1,0,0, + 0,5562,5564,3,810,405,0,5563,5565,3,88,44,0,5564,5563,1,0,0,0,5564, + 5565,1,0,0,0,5565,5570,1,0,0,0,5566,5567,5,372,0,0,5567,5568,5,45, + 0,0,5568,5570,3,810,405,0,5569,5547,1,0,0,0,5569,5548,1,0,0,0,5569, + 5551,1,0,0,0,5569,5557,1,0,0,0,5569,5566,1,0,0,0,5570,487,1,0,0, + 0,5571,5572,5,138,0,0,5572,5573,5,355,0,0,5573,5574,5,325,0,0,5574, + 5575,5,185,0,0,5575,5576,3,308,154,0,5576,5577,3,276,138,0,5577, + 489,1,0,0,0,5578,5579,5,138,0,0,5579,5580,5,355,0,0,5580,5581,5, + 325,0,0,5581,5582,5,163,0,0,5582,5583,3,308,154,0,5583,5584,7,72, + 0,0,5584,5585,5,257,0,0,5585,5586,5,62,0,0,5586,5587,3,776,388,0, + 5587,5588,5,105,0,0,5588,5589,3,306,153,0,5589,5620,1,0,0,0,5590, + 5591,5,138,0,0,5591,5592,5,355,0,0,5592,5593,5,325,0,0,5593,5594, + 5,163,0,0,5594,5595,3,308,154,0,5595,5596,5,138,0,0,5596,5599,5, + 257,0,0,5597,5598,5,62,0,0,5598,5600,3,776,388,0,5599,5597,1,0,0, + 0,5599,5600,1,0,0,0,5600,5601,1,0,0,0,5601,5602,5,311,0,0,5602,5603, + 3,308,154,0,5603,5604,5,105,0,0,5604,5605,3,308,154,0,5605,5620, + 1,0,0,0,5606,5607,5,138,0,0,5607,5608,5,355,0,0,5608,5609,5,325, + 0,0,5609,5610,5,163,0,0,5610,5611,3,308,154,0,5611,5612,5,191,0, + 0,5612,5614,5,257,0,0,5613,5615,3,414,207,0,5614,5613,1,0,0,0,5614, + 5615,1,0,0,0,5615,5616,1,0,0,0,5616,5617,5,62,0,0,5617,5618,3,776, + 388,0,5618,5620,1,0,0,0,5619,5578,1,0,0,0,5619,5590,1,0,0,0,5619, + 5606,1,0,0,0,5620,491,1,0,0,0,5621,5623,5,46,0,0,5622,5624,5,53, + 0,0,5623,5622,1,0,0,0,5623,5624,1,0,0,0,5624,5625,1,0,0,0,5625,5626, + 5,168,0,0,5626,5627,3,308,154,0,5627,5628,5,62,0,0,5628,5629,3,800, + 400,0,5629,5630,5,94,0,0,5630,5631,3,800,400,0,5631,5632,5,64,0, + 0,5632,5633,3,308,154,0,5633,493,1,0,0,0,5634,5636,5,158,0,0,5635, + 5637,3,506,253,0,5636,5635,1,0,0,0,5636,5637,1,0,0,0,5637,5642,1, + 0,0,0,5638,5640,3,766,383,0,5639,5641,3,162,81,0,5640,5639,1,0,0, + 0,5640,5641,1,0,0,0,5641,5643,1,0,0,0,5642,5638,1,0,0,0,5642,5643, + 1,0,0,0,5643,5660,1,0,0,0,5644,5645,5,158,0,0,5645,5646,5,2,0,0, + 5646,5651,3,506,253,0,5647,5648,5,6,0,0,5648,5650,3,506,253,0,5649, + 5647,1,0,0,0,5650,5653,1,0,0,0,5651,5649,1,0,0,0,5651,5652,1,0,0, + 0,5652,5654,1,0,0,0,5653,5651,1,0,0,0,5654,5655,5,3,0,0,5655,5657, + 3,766,383,0,5656,5658,3,162,81,0,5657,5656,1,0,0,0,5657,5658,1,0, + 0,0,5658,5660,1,0,0,0,5659,5634,1,0,0,0,5659,5644,1,0,0,0,5660,495, + 1,0,0,0,5661,5677,5,370,0,0,5662,5664,5,113,0,0,5663,5662,1,0,0, + 0,5663,5664,1,0,0,0,5664,5666,1,0,0,0,5665,5667,5,112,0,0,5666,5665, + 1,0,0,0,5666,5667,1,0,0,0,5667,5669,1,0,0,0,5668,5670,3,506,253, + 0,5669,5668,1,0,0,0,5669,5670,1,0,0,0,5670,5672,1,0,0,0,5671,5673, + 3,500,250,0,5672,5671,1,0,0,0,5672,5673,1,0,0,0,5673,5678,1,0,0, + 0,5674,5676,3,516,258,0,5675,5674,1,0,0,0,5675,5676,1,0,0,0,5676, + 5678,1,0,0,0,5677,5663,1,0,0,0,5677,5675,1,0,0,0,5678,5680,1,0,0, + 0,5679,5681,3,510,255,0,5680,5679,1,0,0,0,5680,5681,1,0,0,0,5681, + 497,1,0,0,0,5682,5697,3,500,250,0,5683,5685,3,506,253,0,5684,5683, + 1,0,0,0,5684,5685,1,0,0,0,5685,5698,1,0,0,0,5686,5687,5,2,0,0,5687, + 5692,3,504,252,0,5688,5689,5,6,0,0,5689,5691,3,504,252,0,5690,5688, + 1,0,0,0,5691,5694,1,0,0,0,5692,5690,1,0,0,0,5692,5693,1,0,0,0,5693, + 5695,1,0,0,0,5694,5692,1,0,0,0,5695,5696,5,3,0,0,5696,5698,1,0,0, + 0,5697,5684,1,0,0,0,5697,5686,1,0,0,0,5698,5700,1,0,0,0,5699,5701, + 3,510,255,0,5700,5699,1,0,0,0,5700,5701,1,0,0,0,5701,499,1,0,0,0, + 5702,5703,7,73,0,0,5703,501,1,0,0,0,5704,5707,3,814,407,0,5705,5707, + 3,500,250,0,5706,5704,1,0,0,0,5706,5705,1,0,0,0,5707,5710,1,0,0, + 0,5708,5711,3,54,27,0,5709,5711,3,194,97,0,5710,5708,1,0,0,0,5710, + 5709,1,0,0,0,5710,5711,1,0,0,0,5711,503,1,0,0,0,5712,5714,7,74,0, + 0,5713,5715,7,75,0,0,5714,5713,1,0,0,0,5714,5715,1,0,0,0,5715,5722, + 1,0,0,0,5716,5719,5,548,0,0,5717,5720,3,194,97,0,5718,5720,3,800, + 400,0,5719,5717,1,0,0,0,5719,5718,1,0,0,0,5720,5722,1,0,0,0,5721, + 5712,1,0,0,0,5721,5716,1,0,0,0,5722,505,1,0,0,0,5723,5725,5,128, + 0,0,5724,5726,7,75,0,0,5725,5724,1,0,0,0,5725,5726,1,0,0,0,5726, + 507,1,0,0,0,5727,5729,3,766,383,0,5728,5730,3,136,68,0,5729,5728, + 1,0,0,0,5729,5730,1,0,0,0,5730,509,1,0,0,0,5731,5736,3,508,254,0, + 5732,5733,5,6,0,0,5733,5735,3,508,254,0,5734,5732,1,0,0,0,5735,5738, + 1,0,0,0,5736,5734,1,0,0,0,5736,5737,1,0,0,0,5737,511,1,0,0,0,5738, + 5736,1,0,0,0,5739,5750,5,203,0,0,5740,5751,3,516,258,0,5741,5743, + 5,128,0,0,5742,5741,1,0,0,0,5742,5743,1,0,0,0,5743,5751,1,0,0,0, + 5744,5746,3,500,250,0,5745,5747,3,506,253,0,5746,5745,1,0,0,0,5746, + 5747,1,0,0,0,5747,5749,1,0,0,0,5748,5744,1,0,0,0,5748,5749,1,0,0, + 0,5749,5751,1,0,0,0,5750,5740,1,0,0,0,5750,5742,1,0,0,0,5750,5748, + 1,0,0,0,5751,5752,1,0,0,0,5752,5753,3,514,257,0,5753,513,1,0,0,0, + 5754,5764,3,552,276,0,5755,5764,3,530,265,0,5756,5764,3,544,272, + 0,5757,5764,3,540,270,0,5758,5764,3,550,275,0,5759,5764,3,178,89, + 0,5760,5764,3,184,92,0,5761,5764,3,186,93,0,5762,5764,3,524,262, + 0,5763,5754,1,0,0,0,5763,5755,1,0,0,0,5763,5756,1,0,0,0,5763,5757, + 1,0,0,0,5763,5758,1,0,0,0,5763,5759,1,0,0,0,5763,5760,1,0,0,0,5763, + 5761,1,0,0,0,5763,5762,1,0,0,0,5764,515,1,0,0,0,5765,5766,5,2,0, + 0,5766,5771,3,502,251,0,5767,5768,5,6,0,0,5768,5770,3,502,251,0, + 5769,5767,1,0,0,0,5770,5773,1,0,0,0,5771,5769,1,0,0,0,5771,5772, + 1,0,0,0,5772,5774,1,0,0,0,5773,5771,1,0,0,0,5774,5775,5,3,0,0,5775, + 517,1,0,0,0,5776,5777,5,290,0,0,5777,5779,3,810,405,0,5778,5780, + 3,520,260,0,5779,5778,1,0,0,0,5779,5780,1,0,0,0,5780,5781,1,0,0, + 0,5781,5782,5,36,0,0,5782,5783,3,522,261,0,5783,519,1,0,0,0,5784, + 5785,5,2,0,0,5785,5790,3,644,322,0,5786,5787,5,6,0,0,5787,5789,3, + 644,322,0,5788,5786,1,0,0,0,5789,5792,1,0,0,0,5790,5788,1,0,0,0, + 5790,5791,1,0,0,0,5791,5793,1,0,0,0,5792,5790,1,0,0,0,5793,5794, + 5,3,0,0,5794,521,1,0,0,0,5795,5800,3,552,276,0,5796,5800,3,530,265, + 0,5797,5800,3,544,272,0,5798,5800,3,540,270,0,5799,5795,1,0,0,0, + 5799,5796,1,0,0,0,5799,5797,1,0,0,0,5799,5798,1,0,0,0,5800,523,1, + 0,0,0,5801,5802,5,202,0,0,5802,5804,3,810,405,0,5803,5805,3,526, + 263,0,5804,5803,1,0,0,0,5804,5805,1,0,0,0,5805,5825,1,0,0,0,5806, + 5808,5,46,0,0,5807,5809,3,114,57,0,5808,5807,1,0,0,0,5808,5809,1, + 0,0,0,5809,5810,1,0,0,0,5810,5812,5,92,0,0,5811,5813,3,286,143,0, + 5812,5811,1,0,0,0,5812,5813,1,0,0,0,5813,5814,1,0,0,0,5814,5815, + 3,180,90,0,5815,5816,5,36,0,0,5816,5817,5,202,0,0,5817,5819,3,810, + 405,0,5818,5820,3,526,263,0,5819,5818,1,0,0,0,5819,5820,1,0,0,0, + 5820,5822,1,0,0,0,5821,5823,3,182,91,0,5822,5821,1,0,0,0,5822,5823, + 1,0,0,0,5823,5825,1,0,0,0,5824,5801,1,0,0,0,5824,5806,1,0,0,0,5825, + 525,1,0,0,0,5826,5827,5,2,0,0,5827,5828,3,722,361,0,5828,5829,5, + 3,0,0,5829,527,1,0,0,0,5830,5832,5,177,0,0,5831,5833,5,290,0,0,5832, + 5831,1,0,0,0,5832,5833,1,0,0,0,5833,5836,1,0,0,0,5834,5837,3,810, + 405,0,5835,5837,5,30,0,0,5836,5834,1,0,0,0,5836,5835,1,0,0,0,5837, + 529,1,0,0,0,5838,5840,3,564,282,0,5839,5838,1,0,0,0,5839,5840,1, + 0,0,0,5840,5841,1,0,0,0,5841,5842,5,241,0,0,5842,5843,5,71,0,0,5843, + 5846,3,766,383,0,5844,5845,5,36,0,0,5845,5847,3,810,405,0,5846,5844, + 1,0,0,0,5846,5847,1,0,0,0,5847,5848,1,0,0,0,5848,5870,3,532,266, + 0,5849,5850,5,80,0,0,5850,5858,5,464,0,0,5851,5853,3,352,176,0,5852, + 5854,3,630,315,0,5853,5852,1,0,0,0,5853,5854,1,0,0,0,5854,5859,1, + 0,0,0,5855,5856,5,80,0,0,5856,5857,5,45,0,0,5857,5859,3,810,405, + 0,5858,5851,1,0,0,0,5858,5855,1,0,0,0,5858,5859,1,0,0,0,5859,5860, + 1,0,0,0,5860,5868,5,57,0,0,5861,5862,5,369,0,0,5862,5863,5,333,0, + 0,5863,5865,3,546,273,0,5864,5866,3,630,315,0,5865,5864,1,0,0,0, + 5865,5866,1,0,0,0,5866,5869,1,0,0,0,5867,5869,5,270,0,0,5868,5861, + 1,0,0,0,5868,5867,1,0,0,0,5869,5871,1,0,0,0,5870,5849,1,0,0,0,5870, + 5871,1,0,0,0,5871,5873,1,0,0,0,5872,5874,3,538,269,0,5873,5872,1, + 0,0,0,5873,5874,1,0,0,0,5874,531,1,0,0,0,5875,5876,5,2,0,0,5876, + 5877,3,534,267,0,5877,5878,5,3,0,0,5878,5880,1,0,0,0,5879,5875,1, + 0,0,0,5879,5880,1,0,0,0,5880,5884,1,0,0,0,5881,5882,5,463,0,0,5882, + 5883,7,76,0,0,5883,5885,5,450,0,0,5884,5881,1,0,0,0,5884,5885,1, + 0,0,0,5885,5888,1,0,0,0,5886,5889,3,902,451,0,5887,5889,3,552,276, + 0,5888,5886,1,0,0,0,5888,5887,1,0,0,0,5889,533,1,0,0,0,5890,5895, + 3,536,268,0,5891,5892,5,6,0,0,5892,5894,3,536,268,0,5893,5891,1, + 0,0,0,5894,5897,1,0,0,0,5895,5893,1,0,0,0,5895,5896,1,0,0,0,5896, + 535,1,0,0,0,5897,5895,1,0,0,0,5898,5899,3,792,396,0,5899,5900,3, + 746,373,0,5900,537,1,0,0,0,5901,5902,5,87,0,0,5902,5903,3,748,374, + 0,5903,539,1,0,0,0,5904,5906,3,564,282,0,5905,5904,1,0,0,0,5905, + 5906,1,0,0,0,5906,5907,1,0,0,0,5907,5908,5,182,0,0,5908,5909,5,64, + 0,0,5909,5912,3,622,311,0,5910,5911,5,100,0,0,5911,5913,3,604,302, + 0,5912,5910,1,0,0,0,5912,5913,1,0,0,0,5913,5915,1,0,0,0,5914,5916, + 3,632,316,0,5915,5914,1,0,0,0,5915,5916,1,0,0,0,5916,5918,1,0,0, + 0,5917,5919,3,538,269,0,5918,5917,1,0,0,0,5918,5919,1,0,0,0,5919, + 541,1,0,0,0,5920,5922,5,256,0,0,5921,5923,5,92,0,0,5922,5921,1,0, + 0,0,5922,5923,1,0,0,0,5923,5924,1,0,0,0,5924,5939,3,620,310,0,5925, + 5936,5,68,0,0,5926,5927,7,77,0,0,5927,5937,7,78,0,0,5928,5933,5, + 334,0,0,5929,5930,5,369,0,0,5930,5934,5,201,0,0,5931,5932,5,414, + 0,0,5932,5934,5,201,0,0,5933,5929,1,0,0,0,5933,5931,1,0,0,0,5933, + 5934,1,0,0,0,5934,5937,1,0,0,0,5935,5937,5,201,0,0,5936,5926,1,0, + 0,0,5936,5928,1,0,0,0,5936,5935,1,0,0,0,5937,5938,1,0,0,0,5938,5940, + 5,263,0,0,5939,5925,1,0,0,0,5939,5940,1,0,0,0,5940,5942,1,0,0,0, + 5941,5943,5,272,0,0,5942,5941,1,0,0,0,5942,5943,1,0,0,0,5943,543, + 1,0,0,0,5944,5946,3,564,282,0,5945,5944,1,0,0,0,5945,5946,1,0,0, + 0,5946,5947,1,0,0,0,5947,5948,5,369,0,0,5948,5949,3,622,311,0,5949, + 5950,5,333,0,0,5950,5952,3,546,273,0,5951,5953,3,602,301,0,5952, + 5951,1,0,0,0,5952,5953,1,0,0,0,5953,5955,1,0,0,0,5954,5956,3,632, + 316,0,5955,5954,1,0,0,0,5955,5956,1,0,0,0,5956,5958,1,0,0,0,5957, + 5959,3,538,269,0,5958,5957,1,0,0,0,5958,5959,1,0,0,0,5959,545,1, + 0,0,0,5960,5965,3,548,274,0,5961,5962,5,6,0,0,5962,5964,3,548,274, + 0,5963,5961,1,0,0,0,5964,5967,1,0,0,0,5965,5963,1,0,0,0,5965,5966, + 1,0,0,0,5966,547,1,0,0,0,5967,5965,1,0,0,0,5968,5969,3,536,268,0, + 5969,5970,5,10,0,0,5970,5971,3,666,333,0,5971,5987,1,0,0,0,5972, + 5973,5,2,0,0,5973,5974,3,534,267,0,5974,5975,5,3,0,0,5975,5984,5, + 10,0,0,5976,5978,5,414,0,0,5977,5976,1,0,0,0,5977,5978,1,0,0,0,5978, + 5979,1,0,0,0,5979,5985,3,666,333,0,5980,5981,5,2,0,0,5981,5982,3, + 558,279,0,5982,5983,5,3,0,0,5983,5985,1,0,0,0,5984,5977,1,0,0,0, + 5984,5980,1,0,0,0,5985,5987,1,0,0,0,5986,5968,1,0,0,0,5986,5972, + 1,0,0,0,5987,549,1,0,0,0,5988,5989,5,178,0,0,5989,5998,3,810,405, + 0,5990,5992,5,269,0,0,5991,5990,1,0,0,0,5991,5992,1,0,0,0,5992,5993, + 1,0,0,0,5993,5997,5,324,0,0,5994,5997,5,107,0,0,5995,5997,5,240, + 0,0,5996,5991,1,0,0,0,5996,5994,1,0,0,0,5996,5995,1,0,0,0,5997,6000, + 1,0,0,0,5998,5996,1,0,0,0,5998,5999,1,0,0,0,5999,6001,1,0,0,0,6000, + 5998,1,0,0,0,6001,6004,5,172,0,0,6002,6003,7,26,0,0,6003,6005,5, + 217,0,0,6004,6002,1,0,0,0,6004,6005,1,0,0,0,6005,6006,1,0,0,0,6006, + 6007,5,62,0,0,6007,6008,3,552,276,0,6008,551,1,0,0,0,6009,6012,3, + 556,278,0,6010,6012,3,554,277,0,6011,6009,1,0,0,0,6011,6010,1,0, + 0,0,6012,553,1,0,0,0,6013,6016,5,2,0,0,6014,6017,3,556,278,0,6015, + 6017,3,554,277,0,6016,6014,1,0,0,0,6016,6015,1,0,0,0,6017,6018,1, + 0,0,0,6018,6019,5,3,0,0,6019,555,1,0,0,0,6020,6022,3,564,282,0,6021, + 6020,1,0,0,0,6021,6022,1,0,0,0,6022,6023,1,0,0,0,6023,6025,3,558, + 279,0,6024,6026,3,578,289,0,6025,6024,1,0,0,0,6025,6026,1,0,0,0, + 6026,6035,1,0,0,0,6027,6029,3,598,299,0,6028,6030,3,582,291,0,6029, + 6028,1,0,0,0,6029,6030,1,0,0,0,6030,6036,1,0,0,0,6031,6033,3,582, + 291,0,6032,6034,3,598,299,0,6033,6032,1,0,0,0,6033,6034,1,0,0,0, + 6034,6036,1,0,0,0,6035,6027,1,0,0,0,6035,6031,1,0,0,0,6035,6036, + 1,0,0,0,6036,557,1,0,0,0,6037,6040,3,560,280,0,6038,6040,3,554,277, + 0,6039,6037,1,0,0,0,6039,6038,1,0,0,0,6040,559,1,0,0,0,6041,6051, + 5,88,0,0,6042,6044,5,30,0,0,6043,6042,1,0,0,0,6043,6044,1,0,0,0, + 6044,6046,1,0,0,0,6045,6047,3,572,286,0,6046,6045,1,0,0,0,6046,6047, + 1,0,0,0,6047,6052,1,0,0,0,6048,6050,3,576,288,0,6049,6048,1,0,0, + 0,6049,6050,1,0,0,0,6050,6052,1,0,0,0,6051,6043,1,0,0,0,6051,6049, + 1,0,0,0,6052,6053,1,0,0,0,6053,6064,3,922,461,0,6054,6064,3,600, + 300,0,6055,6056,5,92,0,0,6056,6064,3,616,308,0,6057,6058,3,554,277, + 0,6058,6061,3,562,281,0,6059,6062,3,560,280,0,6060,6062,3,554,277, + 0,6061,6059,1,0,0,0,6061,6060,1,0,0,0,6062,6064,1,0,0,0,6063,6041, + 1,0,0,0,6063,6054,1,0,0,0,6063,6055,1,0,0,0,6063,6057,1,0,0,0,6064, + 6072,1,0,0,0,6065,6068,3,562,281,0,6066,6069,3,560,280,0,6067,6069, + 3,554,277,0,6068,6066,1,0,0,0,6068,6067,1,0,0,0,6069,6071,1,0,0, + 0,6070,6065,1,0,0,0,6071,6074,1,0,0,0,6072,6070,1,0,0,0,6072,6073, + 1,0,0,0,6073,561,1,0,0,0,6074,6072,1,0,0,0,6075,6077,7,79,0,0,6076, + 6078,7,80,0,0,6077,6076,1,0,0,0,6077,6078,1,0,0,0,6078,563,1,0,0, + 0,6079,6081,5,105,0,0,6080,6082,5,303,0,0,6081,6080,1,0,0,0,6081, + 6082,1,0,0,0,6082,6083,1,0,0,0,6083,6088,3,566,283,0,6084,6085,5, + 6,0,0,6085,6087,3,566,283,0,6086,6084,1,0,0,0,6087,6090,1,0,0,0, + 6088,6086,1,0,0,0,6088,6089,1,0,0,0,6089,565,1,0,0,0,6090,6088,1, + 0,0,0,6091,6093,3,810,405,0,6092,6094,3,136,68,0,6093,6092,1,0,0, + 0,6093,6094,1,0,0,0,6094,6095,1,0,0,0,6095,6100,5,36,0,0,6096,6098, + 5,77,0,0,6097,6096,1,0,0,0,6097,6098,1,0,0,0,6098,6099,1,0,0,0,6099, + 6101,5,259,0,0,6100,6097,1,0,0,0,6100,6101,1,0,0,0,6101,6102,1,0, + 0,0,6102,6103,5,2,0,0,6103,6104,3,522,261,0,6104,6106,5,3,0,0,6105, + 6107,3,568,284,0,6106,6105,1,0,0,0,6106,6107,1,0,0,0,6107,6109,1, + 0,0,0,6108,6110,3,570,285,0,6109,6108,1,0,0,0,6109,6110,1,0,0,0, + 6110,567,1,0,0,0,6111,6112,5,325,0,0,6112,6113,7,81,0,0,6113,6114, + 5,207,0,0,6114,6115,5,147,0,0,6115,6116,3,140,70,0,6116,6117,5,333, + 0,0,6117,6118,3,792,396,0,6118,569,1,0,0,0,6119,6120,5,173,0,0,6120, + 6121,3,140,70,0,6121,6122,5,333,0,0,6122,6128,3,792,396,0,6123,6124, + 5,94,0,0,6124,6125,3,810,405,0,6125,6126,5,53,0,0,6126,6127,3,810, + 405,0,6127,6129,1,0,0,0,6128,6123,1,0,0,0,6128,6129,1,0,0,0,6129, + 6130,1,0,0,0,6130,6131,5,100,0,0,6131,6132,3,792,396,0,6132,571, + 1,0,0,0,6133,6139,5,71,0,0,6134,6136,5,346,0,0,6135,6134,1,0,0,0, + 6135,6136,1,0,0,0,6136,6137,1,0,0,0,6137,6140,3,574,287,0,6138,6140, + 3,722,361,0,6139,6135,1,0,0,0,6139,6138,1,0,0,0,6140,573,1,0,0,0, + 6141,6143,7,20,0,0,6142,6141,1,0,0,0,6142,6143,1,0,0,0,6143,6144, + 1,0,0,0,6144,6146,7,21,0,0,6145,6147,5,92,0,0,6146,6145,1,0,0,0, + 6146,6147,1,0,0,0,6147,6148,1,0,0,0,6148,6157,3,764,382,0,6149,6151, + 5,367,0,0,6150,6149,1,0,0,0,6150,6151,1,0,0,0,6151,6153,1,0,0,0, + 6152,6154,5,92,0,0,6153,6152,1,0,0,0,6153,6154,1,0,0,0,6154,6155, + 1,0,0,0,6155,6157,3,764,382,0,6156,6142,1,0,0,0,6156,6150,1,0,0, + 0,6157,575,1,0,0,0,6158,6161,5,56,0,0,6159,6160,5,80,0,0,6160,6162, + 3,526,263,0,6161,6159,1,0,0,0,6161,6162,1,0,0,0,6162,577,1,0,0,0, + 6163,6164,5,83,0,0,6164,6165,5,147,0,0,6165,6170,3,580,290,0,6166, + 6167,5,6,0,0,6167,6169,3,580,290,0,6168,6166,1,0,0,0,6169,6172,1, + 0,0,0,6170,6168,1,0,0,0,6170,6171,1,0,0,0,6171,579,1,0,0,0,6172, + 6170,1,0,0,0,6173,6177,3,726,363,0,6174,6175,5,100,0,0,6175,6178, + 3,718,359,0,6176,6178,7,55,0,0,6177,6174,1,0,0,0,6177,6176,1,0,0, + 0,6177,6178,1,0,0,0,6178,6181,1,0,0,0,6179,6180,5,273,0,0,6180,6182, + 7,56,0,0,6181,6179,1,0,0,0,6181,6182,1,0,0,0,6182,581,1,0,0,0,6183, + 6185,3,588,294,0,6184,6186,3,586,293,0,6185,6184,1,0,0,0,6185,6186, + 1,0,0,0,6186,6195,1,0,0,0,6187,6190,3,584,292,0,6188,6190,3,586, + 293,0,6189,6187,1,0,0,0,6189,6188,1,0,0,0,6190,6192,1,0,0,0,6191, + 6193,3,588,294,0,6192,6191,1,0,0,0,6192,6193,1,0,0,0,6193,6195,1, + 0,0,0,6194,6183,1,0,0,0,6194,6189,1,0,0,0,6195,583,1,0,0,0,6196, + 6199,5,74,0,0,6197,6200,3,666,333,0,6198,6200,5,30,0,0,6199,6197, + 1,0,0,0,6199,6198,1,0,0,0,6200,6203,1,0,0,0,6201,6202,5,6,0,0,6202, + 6204,3,666,333,0,6203,6201,1,0,0,0,6203,6204,1,0,0,0,6204,585,1, + 0,0,0,6205,6206,5,61,0,0,6206,6208,7,82,0,0,6207,6209,3,590,295, + 0,6208,6207,1,0,0,0,6208,6209,1,0,0,0,6209,6210,1,0,0,0,6210,6214, + 7,83,0,0,6211,6215,5,81,0,0,6212,6213,5,105,0,0,6213,6215,5,467, + 0,0,6214,6211,1,0,0,0,6214,6212,1,0,0,0,6215,587,1,0,0,0,6216,6221, + 5,79,0,0,6217,6218,3,590,295,0,6218,6219,7,83,0,0,6219,6222,1,0, + 0,0,6220,6222,3,666,333,0,6221,6217,1,0,0,0,6221,6220,1,0,0,0,6222, + 589,1,0,0,0,6223,6224,7,29,0,0,6224,6227,7,84,0,0,6225,6227,3,674, + 337,0,6226,6223,1,0,0,0,6226,6225,1,0,0,0,6227,591,1,0,0,0,6228, + 6229,5,66,0,0,6229,6231,5,147,0,0,6230,6232,7,80,0,0,6231,6230,1, + 0,0,0,6231,6232,1,0,0,0,6232,6233,1,0,0,0,6233,6234,3,594,297,0, + 6234,593,1,0,0,0,6235,6240,3,596,298,0,6236,6237,5,6,0,0,6237,6239, + 3,596,298,0,6238,6236,1,0,0,0,6239,6242,1,0,0,0,6240,6238,1,0,0, + 0,6240,6241,1,0,0,0,6241,595,1,0,0,0,6242,6240,1,0,0,0,6243,6267, + 3,726,363,0,6244,6245,5,2,0,0,6245,6267,5,3,0,0,6246,6248,7,85,0, + 0,6247,6246,1,0,0,0,6247,6248,1,0,0,0,6248,6249,1,0,0,0,6249,6250, + 5,2,0,0,6250,6255,3,726,363,0,6251,6252,5,6,0,0,6252,6254,3,726, + 363,0,6253,6251,1,0,0,0,6254,6257,1,0,0,0,6255,6253,1,0,0,0,6255, + 6256,1,0,0,0,6256,6258,1,0,0,0,6257,6255,1,0,0,0,6258,6259,5,3,0, + 0,6259,6267,1,0,0,0,6260,6261,5,470,0,0,6261,6262,5,471,0,0,6262, + 6263,5,2,0,0,6263,6264,3,594,297,0,6264,6265,5,3,0,0,6265,6267,1, + 0,0,0,6266,6243,1,0,0,0,6266,6244,1,0,0,0,6266,6247,1,0,0,0,6266, + 6260,1,0,0,0,6267,597,1,0,0,0,6268,6278,5,62,0,0,6269,6270,5,269, + 0,0,6270,6272,5,245,0,0,6271,6269,1,0,0,0,6271,6272,1,0,0,0,6272, + 6273,1,0,0,0,6273,6279,5,369,0,0,6274,6276,5,245,0,0,6275,6274,1, + 0,0,0,6275,6276,1,0,0,0,6276,6277,1,0,0,0,6277,6279,5,334,0,0,6278, + 6271,1,0,0,0,6278,6275,1,0,0,0,6279,6282,1,0,0,0,6280,6281,5,275, + 0,0,6281,6283,3,752,376,0,6282,6280,1,0,0,0,6282,6283,1,0,0,0,6283, + 6287,1,0,0,0,6284,6288,5,272,0,0,6285,6286,5,465,0,0,6286,6288,5, + 466,0,0,6287,6284,1,0,0,0,6287,6285,1,0,0,0,6287,6288,1,0,0,0,6288, + 6290,1,0,0,0,6289,6268,1,0,0,0,6290,6291,1,0,0,0,6291,6289,1,0,0, + 0,6291,6292,1,0,0,0,6292,6297,1,0,0,0,6293,6294,5,62,0,0,6294,6295, + 5,300,0,0,6295,6297,5,81,0,0,6296,6289,1,0,0,0,6296,6293,1,0,0,0, + 6297,599,1,0,0,0,6298,6299,5,422,0,0,6299,6304,3,526,263,0,6300, + 6301,5,6,0,0,6301,6303,3,526,263,0,6302,6300,1,0,0,0,6303,6306,1, + 0,0,0,6304,6302,1,0,0,0,6304,6305,1,0,0,0,6305,601,1,0,0,0,6306, + 6304,1,0,0,0,6307,6308,5,64,0,0,6308,6309,3,604,302,0,6309,603,1, + 0,0,0,6310,6315,3,606,303,0,6311,6312,5,6,0,0,6312,6314,3,606,303, + 0,6313,6311,1,0,0,0,6314,6317,1,0,0,0,6315,6313,1,0,0,0,6315,6316, + 1,0,0,0,6316,605,1,0,0,0,6317,6315,1,0,0,0,6318,6333,3,616,308,0, + 6319,6321,5,81,0,0,6320,6319,1,0,0,0,6320,6321,1,0,0,0,6321,6322, + 1,0,0,0,6322,6324,3,770,385,0,6323,6325,5,9,0,0,6324,6323,1,0,0, + 0,6324,6325,1,0,0,0,6325,6327,1,0,0,0,6326,6328,3,140,70,0,6327, + 6326,1,0,0,0,6327,6328,1,0,0,0,6328,6330,1,0,0,0,6329,6331,3,630, + 315,0,6330,6329,1,0,0,0,6330,6331,1,0,0,0,6331,6333,1,0,0,0,6332, + 6318,1,0,0,0,6332,6320,1,0,0,0,6333,6335,1,0,0,0,6334,6336,3,608, + 304,0,6335,6334,1,0,0,0,6335,6336,1,0,0,0,6336,6338,1,0,0,0,6337, + 6339,3,624,312,0,6338,6337,1,0,0,0,6338,6339,1,0,0,0,6339,6382,1, + 0,0,0,6340,6342,5,72,0,0,6341,6340,1,0,0,0,6341,6342,1,0,0,0,6342, + 6355,1,0,0,0,6343,6345,3,638,319,0,6344,6346,3,608,304,0,6345,6344, + 1,0,0,0,6345,6346,1,0,0,0,6346,6356,1,0,0,0,6347,6349,3,626,313, + 0,6348,6350,3,610,305,0,6349,6348,1,0,0,0,6349,6350,1,0,0,0,6350, + 6356,1,0,0,0,6351,6353,3,554,277,0,6352,6354,3,608,304,0,6353,6352, + 1,0,0,0,6353,6354,1,0,0,0,6354,6356,1,0,0,0,6355,6343,1,0,0,0,6355, + 6347,1,0,0,0,6355,6351,1,0,0,0,6356,6382,1,0,0,0,6357,6358,5,2,0, + 0,6358,6375,3,606,303,0,6359,6360,5,110,0,0,6360,6361,5,118,0,0, + 6361,6376,3,606,303,0,6362,6364,5,121,0,0,6363,6365,3,612,306,0, + 6364,6363,1,0,0,0,6364,6365,1,0,0,0,6365,6366,1,0,0,0,6366,6367, + 5,118,0,0,6367,6376,3,606,303,0,6368,6370,3,612,306,0,6369,6368, + 1,0,0,0,6369,6370,1,0,0,0,6370,6371,1,0,0,0,6371,6372,5,118,0,0, + 6372,6373,3,606,303,0,6373,6374,3,614,307,0,6374,6376,1,0,0,0,6375, + 6359,1,0,0,0,6375,6362,1,0,0,0,6375,6369,1,0,0,0,6375,6376,1,0,0, + 0,6376,6377,1,0,0,0,6377,6379,5,3,0,0,6378,6380,3,608,304,0,6379, + 6378,1,0,0,0,6379,6380,1,0,0,0,6380,6382,1,0,0,0,6381,6332,1,0,0, + 0,6381,6341,1,0,0,0,6381,6357,1,0,0,0,6382,6401,1,0,0,0,6383,6384, + 5,110,0,0,6384,6385,5,118,0,0,6385,6400,3,606,303,0,6386,6388,5, + 121,0,0,6387,6389,3,612,306,0,6388,6387,1,0,0,0,6388,6389,1,0,0, + 0,6389,6390,1,0,0,0,6390,6391,5,118,0,0,6391,6400,3,606,303,0,6392, + 6394,3,612,306,0,6393,6392,1,0,0,0,6393,6394,1,0,0,0,6394,6395,1, + 0,0,0,6395,6396,5,118,0,0,6396,6397,3,606,303,0,6397,6398,3,614, + 307,0,6398,6400,1,0,0,0,6399,6383,1,0,0,0,6399,6386,1,0,0,0,6399, + 6393,1,0,0,0,6400,6403,1,0,0,0,6401,6399,1,0,0,0,6401,6402,1,0,0, + 0,6402,607,1,0,0,0,6403,6401,1,0,0,0,6404,6406,5,36,0,0,6405,6404, + 1,0,0,0,6405,6406,1,0,0,0,6406,6407,1,0,0,0,6407,6412,3,810,405, + 0,6408,6409,5,2,0,0,6409,6410,3,776,388,0,6410,6411,5,3,0,0,6411, + 6413,1,0,0,0,6412,6408,1,0,0,0,6412,6413,1,0,0,0,6413,609,1,0,0, + 0,6414,6427,3,608,304,0,6415,6417,5,36,0,0,6416,6418,3,810,405,0, + 6417,6416,1,0,0,0,6417,6418,1,0,0,0,6418,6421,1,0,0,0,6419,6421, + 3,810,405,0,6420,6415,1,0,0,0,6420,6419,1,0,0,0,6421,6422,1,0,0, + 0,6422,6423,5,2,0,0,6423,6424,3,634,317,0,6424,6425,5,3,0,0,6425, + 6427,1,0,0,0,6426,6414,1,0,0,0,6426,6420,1,0,0,0,6427,611,1,0,0, + 0,6428,6430,7,86,0,0,6429,6431,5,123,0,0,6430,6429,1,0,0,0,6430, + 6431,1,0,0,0,6431,613,1,0,0,0,6432,6433,5,100,0,0,6433,6437,3,136, + 68,0,6434,6435,5,80,0,0,6435,6437,3,666,333,0,6436,6432,1,0,0,0, + 6436,6434,1,0,0,0,6437,615,1,0,0,0,6438,6454,3,314,157,0,6439,6445, + 5,81,0,0,6440,6446,3,766,383,0,6441,6442,5,2,0,0,6442,6443,3,766, + 383,0,6443,6444,5,3,0,0,6444,6446,1,0,0,0,6445,6440,1,0,0,0,6445, + 6441,1,0,0,0,6446,6454,1,0,0,0,6447,6448,5,68,0,0,6448,6451,5,323, + 0,0,6449,6452,3,782,391,0,6450,6452,5,111,0,0,6451,6449,1,0,0,0, + 6451,6450,1,0,0,0,6452,6454,1,0,0,0,6453,6438,1,0,0,0,6453,6439, + 1,0,0,0,6453,6447,1,0,0,0,6454,617,1,0,0,0,6455,6456,5,92,0,0,6456, + 6458,3,314,157,0,6457,6459,3,136,68,0,6458,6457,1,0,0,0,6458,6459, + 1,0,0,0,6459,6461,1,0,0,0,6460,6462,3,630,315,0,6461,6460,1,0,0, + 0,6461,6462,1,0,0,0,6462,6480,1,0,0,0,6463,6464,5,92,0,0,6464,6470, + 5,81,0,0,6465,6471,3,766,383,0,6466,6467,5,2,0,0,6467,6468,3,766, + 383,0,6468,6469,5,3,0,0,6469,6471,1,0,0,0,6470,6465,1,0,0,0,6470, + 6466,1,0,0,0,6471,6480,1,0,0,0,6472,6473,5,350,0,0,6473,6474,5,68, + 0,0,6474,6477,5,323,0,0,6475,6478,3,782,391,0,6476,6478,5,111,0, + 0,6477,6475,1,0,0,0,6477,6476,1,0,0,0,6478,6480,1,0,0,0,6479,6455, + 1,0,0,0,6479,6463,1,0,0,0,6479,6472,1,0,0,0,6480,619,1,0,0,0,6481, + 6486,3,616,308,0,6482,6483,5,6,0,0,6483,6485,3,616,308,0,6484,6482, + 1,0,0,0,6485,6488,1,0,0,0,6486,6484,1,0,0,0,6486,6487,1,0,0,0,6487, + 621,1,0,0,0,6488,6486,1,0,0,0,6489,6494,3,616,308,0,6490,6492,5, + 36,0,0,6491,6490,1,0,0,0,6491,6492,1,0,0,0,6492,6493,1,0,0,0,6493, + 6495,3,810,405,0,6494,6491,1,0,0,0,6494,6495,1,0,0,0,6495,623,1, + 0,0,0,6496,6497,5,472,0,0,6497,6498,3,798,399,0,6498,6504,3,526, + 263,0,6499,6500,5,310,0,0,6500,6501,5,2,0,0,6501,6502,3,666,333, + 0,6502,6503,5,3,0,0,6503,6505,1,0,0,0,6504,6499,1,0,0,0,6504,6505, + 1,0,0,0,6505,625,1,0,0,0,6506,6521,3,680,340,0,6507,6508,5,320,0, + 0,6508,6509,5,64,0,0,6509,6510,5,2,0,0,6510,6515,3,628,314,0,6511, + 6512,5,6,0,0,6512,6514,3,628,314,0,6513,6511,1,0,0,0,6514,6517,1, + 0,0,0,6515,6513,1,0,0,0,6515,6516,1,0,0,0,6516,6518,1,0,0,0,6517, + 6515,1,0,0,0,6518,6519,5,3,0,0,6519,6521,1,0,0,0,6520,6506,1,0,0, + 0,6520,6507,1,0,0,0,6521,6524,1,0,0,0,6522,6523,5,105,0,0,6523,6525, + 5,473,0,0,6524,6522,1,0,0,0,6524,6525,1,0,0,0,6525,627,1,0,0,0,6526, + 6532,3,680,340,0,6527,6528,5,36,0,0,6528,6529,5,2,0,0,6529,6530, + 3,634,317,0,6530,6531,5,3,0,0,6531,6533,1,0,0,0,6532,6527,1,0,0, + 0,6532,6533,1,0,0,0,6533,629,1,0,0,0,6534,6535,5,103,0,0,6535,6536, + 3,726,363,0,6536,631,1,0,0,0,6537,6542,5,103,0,0,6538,6539,5,434, + 0,0,6539,6540,5,275,0,0,6540,6543,3,810,405,0,6541,6543,3,666,333, + 0,6542,6538,1,0,0,0,6542,6541,1,0,0,0,6543,633,1,0,0,0,6544,6549, + 3,636,318,0,6545,6546,5,6,0,0,6546,6548,3,636,318,0,6547,6545,1, + 0,0,0,6548,6551,1,0,0,0,6549,6547,1,0,0,0,6549,6550,1,0,0,0,6550, + 635,1,0,0,0,6551,6549,1,0,0,0,6552,6553,3,810,405,0,6553,6555,3, + 644,322,0,6554,6556,3,90,45,0,6555,6554,1,0,0,0,6555,6556,1,0,0, + 0,6556,637,1,0,0,0,6557,6558,5,474,0,0,6558,6572,5,2,0,0,6559,6560, + 5,476,0,0,6560,6561,5,2,0,0,6561,6566,3,642,321,0,6562,6563,5,6, + 0,0,6563,6565,3,642,321,0,6564,6562,1,0,0,0,6565,6568,1,0,0,0,6566, + 6564,1,0,0,0,6566,6567,1,0,0,0,6567,6569,1,0,0,0,6568,6566,1,0,0, + 0,6569,6570,5,3,0,0,6570,6571,5,6,0,0,6571,6573,1,0,0,0,6572,6559, + 1,0,0,0,6572,6573,1,0,0,0,6573,6574,1,0,0,0,6574,6575,3,674,337, + 0,6575,6576,3,690,345,0,6576,6577,5,475,0,0,6577,6582,3,640,320, + 0,6578,6579,5,6,0,0,6579,6581,3,640,320,0,6580,6578,1,0,0,0,6581, + 6584,1,0,0,0,6582,6580,1,0,0,0,6582,6583,1,0,0,0,6583,6585,1,0,0, + 0,6584,6582,1,0,0,0,6585,6586,5,3,0,0,6586,639,1,0,0,0,6587,6606, + 3,810,405,0,6588,6602,3,644,322,0,6589,6592,5,53,0,0,6590,6592,3, + 818,409,0,6591,6589,1,0,0,0,6591,6590,1,0,0,0,6592,6593,1,0,0,0, + 6593,6599,3,666,333,0,6594,6596,5,77,0,0,6595,6594,1,0,0,0,6595, + 6596,1,0,0,0,6596,6597,1,0,0,0,6597,6599,5,78,0,0,6598,6591,1,0, + 0,0,6598,6595,1,0,0,0,6599,6600,1,0,0,0,6600,6598,1,0,0,0,6600,6601, + 1,0,0,0,6601,6603,1,0,0,0,6602,6598,1,0,0,0,6602,6603,1,0,0,0,6603, + 6607,1,0,0,0,6604,6605,5,62,0,0,6605,6607,5,473,0,0,6606,6588,1, + 0,0,0,6606,6604,1,0,0,0,6607,641,1,0,0,0,6608,6609,3,674,337,0,6609, + 6610,5,36,0,0,6610,6611,3,816,408,0,6611,6615,1,0,0,0,6612,6613, + 5,53,0,0,6613,6615,3,674,337,0,6614,6608,1,0,0,0,6614,6612,1,0,0, + 0,6615,643,1,0,0,0,6616,6618,5,415,0,0,6617,6616,1,0,0,0,6617,6618, + 1,0,0,0,6618,6619,1,0,0,0,6619,6636,3,646,323,0,6620,6622,5,4,0, + 0,6621,6623,5,571,0,0,6622,6621,1,0,0,0,6622,6623,1,0,0,0,6623,6624, + 1,0,0,0,6624,6626,5,5,0,0,6625,6620,1,0,0,0,6626,6629,1,0,0,0,6627, + 6625,1,0,0,0,6627,6628,1,0,0,0,6628,6637,1,0,0,0,6629,6627,1,0,0, + 0,6630,6634,5,35,0,0,6631,6632,5,4,0,0,6632,6633,5,571,0,0,6633, + 6635,5,5,0,0,6634,6631,1,0,0,0,6634,6635,1,0,0,0,6635,6637,1,0,0, + 0,6636,6627,1,0,0,0,6636,6630,1,0,0,0,6637,6643,1,0,0,0,6638,6639, + 3,772,386,0,6639,6640,5,27,0,0,6640,6641,7,87,0,0,6641,6643,1,0, + 0,0,6642,6617,1,0,0,0,6642,6638,1,0,0,0,6643,645,1,0,0,0,6644,6646, + 3,812,406,0,6645,6647,3,310,155,0,6646,6645,1,0,0,0,6646,6647,1, + 0,0,0,6647,6649,1,0,0,0,6648,6650,3,526,263,0,6649,6648,1,0,0,0, + 6649,6650,1,0,0,0,6650,6660,1,0,0,0,6651,6660,3,648,324,0,6652,6657, + 5,403,0,0,6653,6655,3,660,330,0,6654,6653,1,0,0,0,6654,6655,1,0, + 0,0,6655,6658,1,0,0,0,6656,6658,3,652,326,0,6657,6654,1,0,0,0,6657, + 6656,1,0,0,0,6658,6660,1,0,0,0,6659,6644,1,0,0,0,6659,6651,1,0,0, + 0,6659,6652,1,0,0,0,6660,647,1,0,0,0,6661,6666,3,650,325,0,6662, + 6666,3,654,327,0,6663,6666,3,656,328,0,6664,6666,3,658,329,0,6665, + 6661,1,0,0,0,6665,6662,1,0,0,0,6665,6663,1,0,0,0,6665,6664,1,0,0, + 0,6666,649,1,0,0,0,6667,6684,5,401,0,0,6668,6684,5,402,0,0,6669, + 6684,5,416,0,0,6670,6684,5,388,0,0,6671,6684,5,413,0,0,6672,6674, + 5,398,0,0,6673,6675,3,652,326,0,6674,6673,1,0,0,0,6674,6675,1,0, + 0,0,6675,6684,1,0,0,0,6676,6677,5,190,0,0,6677,6684,5,412,0,0,6678, + 6680,7,88,0,0,6679,6681,3,526,263,0,6680,6679,1,0,0,0,6680,6681, + 1,0,0,0,6681,6684,1,0,0,0,6682,6684,5,390,0,0,6683,6667,1,0,0,0, + 6683,6668,1,0,0,0,6683,6669,1,0,0,0,6683,6670,1,0,0,0,6683,6671, + 1,0,0,0,6683,6672,1,0,0,0,6683,6676,1,0,0,0,6683,6678,1,0,0,0,6683, + 6682,1,0,0,0,6684,651,1,0,0,0,6685,6686,5,2,0,0,6686,6687,5,571, + 0,0,6687,6688,5,3,0,0,6688,653,1,0,0,0,6689,6691,5,389,0,0,6690, + 6692,5,374,0,0,6691,6690,1,0,0,0,6691,6692,1,0,0,0,6692,6694,1,0, + 0,0,6693,6695,3,526,263,0,6694,6693,1,0,0,0,6694,6695,1,0,0,0,6695, + 655,1,0,0,0,6696,6698,7,89,0,0,6697,6699,5,374,0,0,6698,6697,1,0, + 0,0,6698,6699,1,0,0,0,6699,6707,1,0,0,0,6700,6707,5,423,0,0,6701, + 6702,5,405,0,0,6702,6704,7,90,0,0,6703,6705,5,374,0,0,6704,6703, + 1,0,0,0,6704,6705,1,0,0,0,6705,6707,1,0,0,0,6706,6696,1,0,0,0,6706, + 6700,1,0,0,0,6706,6701,1,0,0,0,6707,6709,1,0,0,0,6708,6710,3,652, + 326,0,6709,6708,1,0,0,0,6709,6710,1,0,0,0,6710,657,1,0,0,0,6711, + 6713,7,91,0,0,6712,6714,3,652,326,0,6713,6712,1,0,0,0,6713,6714, + 1,0,0,0,6714,6718,1,0,0,0,6715,6716,7,26,0,0,6716,6717,5,418,0,0, + 6717,6719,5,386,0,0,6718,6715,1,0,0,0,6718,6719,1,0,0,0,6719,659, + 1,0,0,0,6720,6750,5,264,0,0,6721,6750,3,662,331,0,6722,6725,5,384, + 0,0,6723,6724,5,94,0,0,6724,6726,5,264,0,0,6725,6723,1,0,0,0,6725, + 6726,1,0,0,0,6726,6750,1,0,0,0,6727,6734,5,176,0,0,6728,6732,5,94, + 0,0,6729,6733,5,218,0,0,6730,6733,5,261,0,0,6731,6733,3,662,331, + 0,6732,6729,1,0,0,0,6732,6730,1,0,0,0,6732,6731,1,0,0,0,6733,6735, + 1,0,0,0,6734,6728,1,0,0,0,6734,6735,1,0,0,0,6735,6750,1,0,0,0,6736, + 6742,5,218,0,0,6737,6740,5,94,0,0,6738,6741,5,261,0,0,6739,6741, + 3,662,331,0,6740,6738,1,0,0,0,6740,6739,1,0,0,0,6741,6743,1,0,0, + 0,6742,6737,1,0,0,0,6742,6743,1,0,0,0,6743,6750,1,0,0,0,6744,6747, + 5,261,0,0,6745,6746,5,94,0,0,6746,6748,3,662,331,0,6747,6745,1,0, + 0,0,6747,6748,1,0,0,0,6748,6750,1,0,0,0,6749,6720,1,0,0,0,6749,6721, + 1,0,0,0,6749,6722,1,0,0,0,6749,6727,1,0,0,0,6749,6736,1,0,0,0,6749, + 6744,1,0,0,0,6750,661,1,0,0,0,6751,6753,5,326,0,0,6752,6754,3,652, + 326,0,6753,6752,1,0,0,0,6753,6754,1,0,0,0,6754,663,1,0,0,0,6755, + 6756,7,92,0,0,6756,665,1,0,0,0,6757,6758,3,668,334,0,6758,667,1, + 0,0,0,6759,6760,6,334,-1,0,6760,6762,3,672,336,0,6761,6763,3,670, + 335,0,6762,6761,1,0,0,0,6762,6763,1,0,0,0,6763,6767,1,0,0,0,6764, + 6765,5,77,0,0,6765,6767,3,668,334,3,6766,6759,1,0,0,0,6766,6764, + 1,0,0,0,6767,6776,1,0,0,0,6768,6769,10,2,0,0,6769,6770,5,33,0,0, + 6770,6775,3,668,334,3,6771,6772,10,1,0,0,6772,6773,5,82,0,0,6773, + 6775,3,668,334,2,6774,6768,1,0,0,0,6774,6771,1,0,0,0,6775,6778,1, + 0,0,0,6776,6774,1,0,0,0,6776,6777,1,0,0,0,6777,669,1,0,0,0,6778, + 6776,1,0,0,0,6779,6780,3,664,332,0,6780,6781,3,672,336,0,6781,6851, + 1,0,0,0,6782,6783,3,664,332,0,6783,6784,3,720,360,0,6784,6790,3, + 710,355,0,6785,6791,3,554,277,0,6786,6787,5,2,0,0,6787,6788,3,666, + 333,0,6788,6789,5,3,0,0,6789,6791,1,0,0,0,6790,6785,1,0,0,0,6790, + 6786,1,0,0,0,6791,6851,1,0,0,0,6792,6794,5,77,0,0,6793,6792,1,0, + 0,0,6793,6794,1,0,0,0,6794,6795,1,0,0,0,6795,6796,5,387,0,0,6796, + 6797,3,672,336,0,6797,6798,5,33,0,0,6798,6799,3,672,336,0,6799,6851, + 1,0,0,0,6800,6802,5,77,0,0,6801,6800,1,0,0,0,6801,6802,1,0,0,0,6802, + 6803,1,0,0,0,6803,6804,5,68,0,0,6804,6805,5,2,0,0,6805,6810,3,666, + 333,0,6806,6807,5,6,0,0,6807,6809,3,666,333,0,6808,6806,1,0,0,0, + 6809,6812,1,0,0,0,6810,6808,1,0,0,0,6810,6811,1,0,0,0,6811,6813, + 1,0,0,0,6812,6810,1,0,0,0,6813,6814,5,3,0,0,6814,6851,1,0,0,0,6815, + 6817,5,77,0,0,6816,6815,1,0,0,0,6816,6817,1,0,0,0,6817,6818,1,0, + 0,0,6818,6819,5,68,0,0,6819,6851,3,554,277,0,6820,6822,5,77,0,0, + 6821,6820,1,0,0,0,6821,6822,1,0,0,0,6822,6831,1,0,0,0,6823,6832, + 5,120,0,0,6824,6832,5,114,0,0,6825,6826,5,127,0,0,6826,6832,5,94, + 0,0,6827,6829,5,387,0,0,6828,6830,5,91,0,0,6829,6828,1,0,0,0,6829, + 6830,1,0,0,0,6830,6832,1,0,0,0,6831,6823,1,0,0,0,6831,6824,1,0,0, + 0,6831,6825,1,0,0,0,6831,6827,1,0,0,0,6832,6833,1,0,0,0,6833,6836, + 3,672,336,0,6834,6835,5,197,0,0,6835,6837,3,672,336,0,6836,6834, + 1,0,0,0,6836,6837,1,0,0,0,6837,6851,1,0,0,0,6838,6840,5,116,0,0, + 6839,6841,5,77,0,0,6840,6839,1,0,0,0,6840,6841,1,0,0,0,6841,6842, + 1,0,0,0,6842,6851,5,78,0,0,6843,6845,5,116,0,0,6844,6846,5,77,0, + 0,6845,6844,1,0,0,0,6845,6846,1,0,0,0,6846,6847,1,0,0,0,6847,6848, + 5,56,0,0,6848,6849,5,64,0,0,6849,6851,3,672,336,0,6850,6779,1,0, + 0,0,6850,6782,1,0,0,0,6850,6793,1,0,0,0,6850,6801,1,0,0,0,6850,6816, + 1,0,0,0,6850,6821,1,0,0,0,6850,6838,1,0,0,0,6850,6843,1,0,0,0,6851, + 671,1,0,0,0,6852,6853,6,336,-1,0,6853,6857,3,674,337,0,6854,6855, + 7,29,0,0,6855,6857,3,672,336,4,6856,6852,1,0,0,0,6856,6854,1,0,0, + 0,6857,6874,1,0,0,0,6858,6859,10,3,0,0,6859,6860,7,93,0,0,6860,6873, + 3,672,336,4,6861,6862,10,2,0,0,6862,6863,7,29,0,0,6863,6873,3,672, + 336,3,6864,6865,10,1,0,0,6865,6866,5,15,0,0,6866,6873,3,672,336, + 2,6867,6868,10,5,0,0,6868,6869,5,142,0,0,6869,6870,5,418,0,0,6870, + 6871,5,386,0,0,6871,6873,3,666,333,0,6872,6858,1,0,0,0,6872,6861, + 1,0,0,0,6872,6864,1,0,0,0,6872,6867,1,0,0,0,6873,6876,1,0,0,0,6874, + 6872,1,0,0,0,6874,6875,1,0,0,0,6875,673,1,0,0,0,6876,6874,1,0,0, + 0,6877,6878,6,337,-1,0,6878,6879,7,94,0,0,6879,6966,3,554,277,0, + 6880,6883,5,35,0,0,6881,6884,3,554,277,0,6882,6884,3,732,366,0,6883, + 6881,1,0,0,0,6883,6882,1,0,0,0,6884,6966,1,0,0,0,6885,6886,5,28, + 0,0,6886,6966,3,746,373,0,6887,6888,5,470,0,0,6888,6966,3,526,263, + 0,6889,6966,5,571,0,0,6890,6966,5,573,0,0,6891,6966,5,563,0,0,6892, + 6966,5,567,0,0,6893,6903,3,798,399,0,6894,6904,3,800,400,0,6895, + 6896,5,2,0,0,6896,6898,3,728,364,0,6897,6899,3,578,289,0,6898,6897, + 1,0,0,0,6898,6899,1,0,0,0,6899,6900,1,0,0,0,6900,6901,5,3,0,0,6901, + 6902,3,800,400,0,6902,6904,1,0,0,0,6903,6894,1,0,0,0,6903,6895,1, + 0,0,0,6904,6966,1,0,0,0,6905,6907,3,648,324,0,6906,6905,1,0,0,0, + 6906,6907,1,0,0,0,6907,6908,1,0,0,0,6908,6966,3,800,400,0,6909,6917, + 5,403,0,0,6910,6912,3,800,400,0,6911,6913,3,660,330,0,6912,6911, + 1,0,0,0,6912,6913,1,0,0,0,6913,6918,1,0,0,0,6914,6915,3,652,326, + 0,6915,6916,3,800,400,0,6916,6918,1,0,0,0,6917,6910,1,0,0,0,6917, + 6914,1,0,0,0,6918,6966,1,0,0,0,6919,6966,5,96,0,0,6920,6966,5,60, + 0,0,6921,6966,5,78,0,0,6922,6966,5,574,0,0,6923,6924,5,2,0,0,6924, + 6925,3,666,333,0,6925,6926,5,3,0,0,6926,6927,3,746,373,0,6927,6966, + 1,0,0,0,6928,6930,5,40,0,0,6929,6931,3,666,333,0,6930,6929,1,0,0, + 0,6930,6931,1,0,0,0,6931,6933,1,0,0,0,6932,6934,3,740,370,0,6933, + 6932,1,0,0,0,6934,6935,1,0,0,0,6935,6933,1,0,0,0,6935,6936,1,0,0, + 0,6936,6939,1,0,0,0,6937,6938,5,58,0,0,6938,6940,3,666,333,0,6939, + 6937,1,0,0,0,6939,6940,1,0,0,0,6940,6941,1,0,0,0,6941,6942,5,454, + 0,0,6942,6966,1,0,0,0,6943,6966,3,678,339,0,6944,6946,3,554,277, + 0,6945,6947,3,744,372,0,6946,6945,1,0,0,0,6946,6947,1,0,0,0,6947, + 6966,1,0,0,0,6948,6966,3,708,354,0,6949,6950,5,2,0,0,6950,6951,3, + 666,333,0,6951,6952,5,6,0,0,6952,6953,3,722,361,0,6953,6954,5,3, + 0,0,6954,6966,1,0,0,0,6955,6956,3,706,353,0,6956,6957,5,125,0,0, + 6957,6958,3,706,353,0,6958,6966,1,0,0,0,6959,6966,3,772,386,0,6960, + 6961,7,29,0,0,6961,6966,3,674,337,5,6962,6963,3,716,358,0,6963,6964, + 3,674,337,2,6964,6966,1,0,0,0,6965,6877,1,0,0,0,6965,6880,1,0,0, + 0,6965,6885,1,0,0,0,6965,6887,1,0,0,0,6965,6889,1,0,0,0,6965,6890, + 1,0,0,0,6965,6891,1,0,0,0,6965,6892,1,0,0,0,6965,6893,1,0,0,0,6965, + 6906,1,0,0,0,6965,6909,1,0,0,0,6965,6919,1,0,0,0,6965,6920,1,0,0, + 0,6965,6921,1,0,0,0,6965,6922,1,0,0,0,6965,6923,1,0,0,0,6965,6928, + 1,0,0,0,6965,6943,1,0,0,0,6965,6944,1,0,0,0,6965,6948,1,0,0,0,6965, + 6949,1,0,0,0,6965,6955,1,0,0,0,6965,6959,1,0,0,0,6965,6960,1,0,0, + 0,6965,6962,1,0,0,0,6966,6994,1,0,0,0,6967,6968,10,3,0,0,6968,6969, + 3,714,357,0,6969,6970,3,674,337,4,6970,6993,1,0,0,0,6971,6972,10, + 6,0,0,6972,6973,5,26,0,0,6973,6993,3,644,322,0,6974,6975,10,4,0, + 0,6975,6977,3,716,358,0,6976,6978,3,674,337,0,6977,6976,1,0,0,0, + 6977,6978,1,0,0,0,6978,6993,1,0,0,0,6979,6980,10,1,0,0,6980,6982, + 5,116,0,0,6981,6983,5,77,0,0,6982,6981,1,0,0,0,6982,6983,1,0,0,0, + 6983,6990,1,0,0,0,6984,6985,5,56,0,0,6985,6986,5,64,0,0,6986,6991, + 3,674,337,0,6987,6988,5,275,0,0,6988,6991,3,520,260,0,6989,6991, + 5,188,0,0,6990,6984,1,0,0,0,6990,6987,1,0,0,0,6990,6989,1,0,0,0, + 6991,6993,1,0,0,0,6992,6967,1,0,0,0,6992,6971,1,0,0,0,6992,6974, + 1,0,0,0,6992,6979,1,0,0,0,6993,6996,1,0,0,0,6994,6992,1,0,0,0,6994, + 6995,1,0,0,0,6995,675,1,0,0,0,6996,6994,1,0,0,0,6997,6998,3,798, + 399,0,6998,7019,5,2,0,0,6999,7003,3,728,364,0,7000,7001,5,6,0,0, + 7001,7002,5,101,0,0,7002,7004,3,730,365,0,7003,7000,1,0,0,0,7003, + 7004,1,0,0,0,7004,7006,1,0,0,0,7005,7007,3,578,289,0,7006,7005,1, + 0,0,0,7006,7007,1,0,0,0,7007,7020,1,0,0,0,7008,7009,5,101,0,0,7009, + 7011,3,730,365,0,7010,7012,3,578,289,0,7011,7010,1,0,0,0,7011,7012, + 1,0,0,0,7012,7020,1,0,0,0,7013,7014,7,80,0,0,7014,7016,3,728,364, + 0,7015,7017,3,578,289,0,7016,7015,1,0,0,0,7016,7017,1,0,0,0,7017, + 7020,1,0,0,0,7018,7020,5,9,0,0,7019,6999,1,0,0,0,7019,7008,1,0,0, + 0,7019,7013,1,0,0,0,7019,7018,1,0,0,0,7019,7020,1,0,0,0,7020,7021, + 1,0,0,0,7021,7022,5,3,0,0,7022,677,1,0,0,0,7023,7030,3,676,338,0, + 7024,7025,5,479,0,0,7025,7026,5,66,0,0,7026,7027,5,2,0,0,7027,7028, + 3,578,289,0,7028,7029,5,3,0,0,7029,7031,1,0,0,0,7030,7024,1,0,0, + 0,7030,7031,1,0,0,0,7031,7038,1,0,0,0,7032,7033,5,480,0,0,7033,7034, + 5,2,0,0,7034,7035,5,103,0,0,7035,7036,3,666,333,0,7036,7037,5,3, + 0,0,7037,7039,1,0,0,0,7038,7032,1,0,0,0,7038,7039,1,0,0,0,7039,7045, + 1,0,0,0,7040,7043,5,124,0,0,7041,7044,3,700,350,0,7042,7044,3,810, + 405,0,7043,7041,1,0,0,0,7043,7042,1,0,0,0,7044,7046,1,0,0,0,7045, + 7040,1,0,0,0,7045,7046,1,0,0,0,7046,7049,1,0,0,0,7047,7049,3,682, + 341,0,7048,7023,1,0,0,0,7048,7047,1,0,0,0,7049,679,1,0,0,0,7050, + 7053,3,676,338,0,7051,7053,3,682,341,0,7052,7050,1,0,0,0,7052,7051, + 1,0,0,0,7053,681,1,0,0,0,7054,7055,5,108,0,0,7055,7056,5,62,0,0, + 7056,7057,5,2,0,0,7057,7058,3,666,333,0,7058,7059,5,3,0,0,7059,7229, + 1,0,0,0,7060,7229,5,48,0,0,7061,7063,7,95,0,0,7062,7064,3,652,326, + 0,7063,7062,1,0,0,0,7063,7064,1,0,0,0,7064,7229,1,0,0,0,7065,7229, + 5,49,0,0,7066,7229,5,52,0,0,7067,7229,5,89,0,0,7068,7229,5,99,0, + 0,7069,7229,5,47,0,0,7070,7229,5,111,0,0,7071,7072,7,96,0,0,7072, + 7073,5,2,0,0,7073,7074,3,666,333,0,7074,7075,5,36,0,0,7075,7076, + 3,644,322,0,7076,7077,5,3,0,0,7077,7229,1,0,0,0,7078,7079,5,397, + 0,0,7079,7084,5,2,0,0,7080,7081,3,734,367,0,7081,7082,5,64,0,0,7082, + 7083,3,666,333,0,7083,7085,1,0,0,0,7084,7080,1,0,0,0,7084,7085,1, + 0,0,0,7085,7086,1,0,0,0,7086,7229,5,3,0,0,7087,7088,5,489,0,0,7088, + 7089,5,2,0,0,7089,7092,3,666,333,0,7090,7091,5,6,0,0,7091,7093,3, + 736,368,0,7092,7090,1,0,0,0,7092,7093,1,0,0,0,7093,7094,1,0,0,0, + 7094,7095,5,3,0,0,7095,7229,1,0,0,0,7096,7097,5,410,0,0,7097,7098, + 5,2,0,0,7098,7099,3,666,333,0,7099,7100,5,84,0,0,7100,7101,3,666, + 333,0,7101,7102,5,64,0,0,7102,7105,3,666,333,0,7103,7104,5,62,0, + 0,7104,7106,3,666,333,0,7105,7103,1,0,0,0,7105,7106,1,0,0,0,7106, + 7107,1,0,0,0,7107,7108,5,3,0,0,7108,7229,1,0,0,0,7109,7110,5,411, + 0,0,7110,7115,5,2,0,0,7111,7112,3,674,337,0,7112,7113,5,68,0,0,7113, + 7114,3,674,337,0,7114,7116,1,0,0,0,7115,7111,1,0,0,0,7115,7116,1, + 0,0,0,7116,7117,1,0,0,0,7117,7229,5,3,0,0,7118,7119,5,417,0,0,7119, + 7121,5,2,0,0,7120,7122,3,738,369,0,7121,7120,1,0,0,0,7121,7122,1, + 0,0,0,7122,7123,1,0,0,0,7123,7229,5,3,0,0,7124,7125,5,421,0,0,7125, + 7127,5,2,0,0,7126,7128,7,97,0,0,7127,7126,1,0,0,0,7127,7128,1,0, + 0,0,7128,7133,1,0,0,0,7129,7131,3,666,333,0,7130,7129,1,0,0,0,7130, + 7131,1,0,0,0,7131,7132,1,0,0,0,7132,7134,5,64,0,0,7133,7130,1,0, + 0,0,7133,7134,1,0,0,0,7134,7135,1,0,0,0,7135,7136,3,722,361,0,7136, + 7137,1,0,0,0,7137,7138,5,3,0,0,7138,7229,1,0,0,0,7139,7140,5,408, + 0,0,7140,7141,5,2,0,0,7141,7142,3,666,333,0,7142,7143,5,6,0,0,7143, + 7144,3,666,333,0,7144,7145,5,3,0,0,7145,7229,1,0,0,0,7146,7147,7, + 98,0,0,7147,7229,3,526,263,0,7148,7149,5,426,0,0,7149,7150,5,2,0, + 0,7150,7151,5,266,0,0,7151,7161,3,816,408,0,7152,7159,5,6,0,0,7153, + 7154,5,424,0,0,7154,7155,5,2,0,0,7155,7156,3,684,342,0,7156,7157, + 5,3,0,0,7157,7160,1,0,0,0,7158,7160,3,722,361,0,7159,7153,1,0,0, + 0,7159,7158,1,0,0,0,7160,7162,1,0,0,0,7161,7152,1,0,0,0,7161,7162, + 1,0,0,0,7162,7163,1,0,0,0,7163,7164,5,3,0,0,7164,7229,1,0,0,0,7165, + 7166,5,427,0,0,7166,7167,5,2,0,0,7167,7168,3,674,337,0,7168,7169, + 3,690,345,0,7169,7170,5,3,0,0,7170,7229,1,0,0,0,7171,7172,5,428, + 0,0,7172,7173,5,2,0,0,7173,7174,3,684,342,0,7174,7175,5,3,0,0,7175, + 7229,1,0,0,0,7176,7177,5,429,0,0,7177,7178,5,2,0,0,7178,7179,3,688, + 344,0,7179,7182,3,666,333,0,7180,7181,7,99,0,0,7181,7183,5,378,0, + 0,7182,7180,1,0,0,0,7182,7183,1,0,0,0,7183,7184,1,0,0,0,7184,7185, + 5,3,0,0,7185,7229,1,0,0,0,7186,7187,5,430,0,0,7187,7188,5,2,0,0, + 7188,7189,5,266,0,0,7189,7192,3,816,408,0,7190,7191,5,6,0,0,7191, + 7193,3,666,333,0,7192,7190,1,0,0,0,7192,7193,1,0,0,0,7193,7194,1, + 0,0,0,7194,7195,5,3,0,0,7195,7229,1,0,0,0,7196,7197,5,431,0,0,7197, + 7198,5,2,0,0,7198,7199,5,383,0,0,7199,7200,3,666,333,0,7200,7201, + 5,6,0,0,7201,7205,5,375,0,0,7202,7203,5,269,0,0,7203,7206,5,450, + 0,0,7204,7206,3,666,333,0,7205,7202,1,0,0,0,7205,7204,1,0,0,0,7206, + 7216,1,0,0,0,7207,7208,5,6,0,0,7208,7214,5,339,0,0,7209,7211,5,269, + 0,0,7210,7209,1,0,0,0,7210,7211,1,0,0,0,7211,7212,1,0,0,0,7212,7215, + 5,450,0,0,7213,7215,5,385,0,0,7214,7210,1,0,0,0,7214,7213,1,0,0, + 0,7215,7217,1,0,0,0,7216,7207,1,0,0,0,7216,7217,1,0,0,0,7217,7218, + 1,0,0,0,7218,7219,5,3,0,0,7219,7229,1,0,0,0,7220,7221,5,432,0,0, + 7221,7222,5,2,0,0,7222,7223,3,688,344,0,7223,7224,3,666,333,0,7224, + 7225,5,36,0,0,7225,7226,3,646,323,0,7226,7227,5,3,0,0,7227,7229, + 1,0,0,0,7228,7054,1,0,0,0,7228,7060,1,0,0,0,7228,7061,1,0,0,0,7228, + 7065,1,0,0,0,7228,7066,1,0,0,0,7228,7067,1,0,0,0,7228,7068,1,0,0, + 0,7228,7069,1,0,0,0,7228,7070,1,0,0,0,7228,7071,1,0,0,0,7228,7078, + 1,0,0,0,7228,7087,1,0,0,0,7228,7096,1,0,0,0,7228,7109,1,0,0,0,7228, + 7118,1,0,0,0,7228,7124,1,0,0,0,7228,7139,1,0,0,0,7228,7146,1,0,0, + 0,7228,7148,1,0,0,0,7228,7165,1,0,0,0,7228,7171,1,0,0,0,7228,7176, + 1,0,0,0,7228,7186,1,0,0,0,7228,7196,1,0,0,0,7228,7220,1,0,0,0,7229, + 683,1,0,0,0,7230,7235,3,686,343,0,7231,7232,5,6,0,0,7232,7234,3, + 686,343,0,7233,7231,1,0,0,0,7234,7237,1,0,0,0,7235,7233,1,0,0,0, + 7235,7236,1,0,0,0,7236,685,1,0,0,0,7237,7235,1,0,0,0,7238,7241,3, + 666,333,0,7239,7240,5,36,0,0,7240,7242,3,816,408,0,7241,7239,1,0, + 0,0,7241,7242,1,0,0,0,7242,687,1,0,0,0,7243,7244,7,100,0,0,7244, + 689,1,0,0,0,7245,7247,5,286,0,0,7246,7248,3,692,346,0,7247,7246, + 1,0,0,0,7247,7248,1,0,0,0,7248,7249,1,0,0,0,7249,7251,3,674,337, + 0,7250,7252,3,692,346,0,7251,7250,1,0,0,0,7251,7252,1,0,0,0,7252, + 691,1,0,0,0,7253,7254,5,147,0,0,7254,7255,7,101,0,0,7255,693,1,0, + 0,0,7256,7257,5,104,0,0,7257,7262,3,696,348,0,7258,7259,5,6,0,0, + 7259,7261,3,696,348,0,7260,7258,1,0,0,0,7261,7264,1,0,0,0,7262,7260, + 1,0,0,0,7262,7263,1,0,0,0,7263,695,1,0,0,0,7264,7262,1,0,0,0,7265, + 7266,3,810,405,0,7266,7267,5,36,0,0,7267,7268,3,700,350,0,7268,697, + 1,0,0,0,7269,7272,5,124,0,0,7270,7273,3,700,350,0,7271,7273,3,810, + 405,0,7272,7270,1,0,0,0,7272,7271,1,0,0,0,7273,699,1,0,0,0,7274, + 7276,5,2,0,0,7275,7277,3,810,405,0,7276,7275,1,0,0,0,7276,7277,1, + 0,0,0,7277,7281,1,0,0,0,7278,7279,5,285,0,0,7279,7280,5,147,0,0, + 7280,7282,3,722,361,0,7281,7278,1,0,0,0,7281,7282,1,0,0,0,7282,7284, + 1,0,0,0,7283,7285,3,578,289,0,7284,7283,1,0,0,0,7284,7285,1,0,0, + 0,7285,7287,1,0,0,0,7286,7288,3,702,351,0,7287,7286,1,0,0,0,7287, + 7288,1,0,0,0,7288,7289,1,0,0,0,7289,7290,5,3,0,0,7290,701,1,0,0, + 0,7291,7296,7,102,0,0,7292,7293,5,387,0,0,7293,7294,3,704,352,0, + 7294,7295,5,33,0,0,7295,7297,1,0,0,0,7296,7292,1,0,0,0,7296,7297, + 1,0,0,0,7297,7298,1,0,0,0,7298,7299,3,704,352,0,7299,7309,1,0,0, + 0,7300,7307,5,199,0,0,7301,7302,5,434,0,0,7302,7308,5,414,0,0,7303, + 7308,5,66,0,0,7304,7308,5,467,0,0,7305,7306,5,269,0,0,7306,7308, + 5,482,0,0,7307,7301,1,0,0,0,7307,7303,1,0,0,0,7307,7304,1,0,0,0, + 7307,7305,1,0,0,0,7308,7310,1,0,0,0,7309,7300,1,0,0,0,7309,7310, + 1,0,0,0,7310,703,1,0,0,0,7311,7314,5,362,0,0,7312,7314,3,666,333, + 0,7313,7311,1,0,0,0,7313,7312,1,0,0,0,7314,7315,1,0,0,0,7315,7319, + 7,103,0,0,7316,7317,5,434,0,0,7317,7319,5,414,0,0,7318,7313,1,0, + 0,0,7318,7316,1,0,0,0,7319,705,1,0,0,0,7320,7328,3,708,354,0,7321, + 7322,5,2,0,0,7322,7323,3,722,361,0,7323,7324,5,6,0,0,7324,7325,3, + 666,333,0,7325,7326,5,3,0,0,7326,7328,1,0,0,0,7327,7320,1,0,0,0, + 7327,7321,1,0,0,0,7328,707,1,0,0,0,7329,7330,5,414,0,0,7330,7332, + 5,2,0,0,7331,7333,3,722,361,0,7332,7331,1,0,0,0,7332,7333,1,0,0, + 0,7333,7334,1,0,0,0,7334,7335,5,3,0,0,7335,709,1,0,0,0,7336,7337, + 7,104,0,0,7337,711,1,0,0,0,7338,7341,5,29,0,0,7339,7341,3,714,357, + 0,7340,7338,1,0,0,0,7340,7339,1,0,0,0,7341,713,1,0,0,0,7342,7343, + 7,105,0,0,7343,715,1,0,0,0,7344,7351,5,29,0,0,7345,7346,5,278,0, + 0,7346,7347,5,2,0,0,7347,7348,3,406,203,0,7348,7349,5,3,0,0,7349, + 7351,1,0,0,0,7350,7344,1,0,0,0,7350,7345,1,0,0,0,7351,717,1,0,0, + 0,7352,7359,3,712,356,0,7353,7354,5,278,0,0,7354,7355,5,2,0,0,7355, + 7356,3,406,203,0,7356,7357,5,3,0,0,7357,7359,1,0,0,0,7358,7352,1, + 0,0,0,7358,7353,1,0,0,0,7359,719,1,0,0,0,7360,7366,3,718,359,0,7361, + 7363,5,77,0,0,7362,7361,1,0,0,0,7362,7363,1,0,0,0,7363,7364,1,0, + 0,0,7364,7366,7,106,0,0,7365,7360,1,0,0,0,7365,7362,1,0,0,0,7366, + 721,1,0,0,0,7367,7372,3,666,333,0,7368,7369,5,6,0,0,7369,7371,3, + 666,333,0,7370,7368,1,0,0,0,7371,7374,1,0,0,0,7372,7370,1,0,0,0, + 7372,7373,1,0,0,0,7373,723,1,0,0,0,7374,7372,1,0,0,0,7375,7376,5, + 2,0,0,7376,7377,3,666,333,0,7377,7378,5,3,0,0,7378,7381,1,0,0,0, + 7379,7381,3,792,396,0,7380,7375,1,0,0,0,7380,7379,1,0,0,0,7381,725, + 1,0,0,0,7382,7385,3,666,333,0,7383,7385,3,792,396,0,7384,7382,1, + 0,0,0,7384,7383,1,0,0,0,7385,727,1,0,0,0,7386,7391,3,730,365,0,7387, + 7388,5,6,0,0,7388,7390,3,730,365,0,7389,7387,1,0,0,0,7390,7393,1, + 0,0,0,7391,7389,1,0,0,0,7391,7392,1,0,0,0,7392,729,1,0,0,0,7393, + 7391,1,0,0,0,7394,7402,3,792,396,0,7395,7402,3,666,333,0,7396,7399, + 3,812,406,0,7397,7398,7,107,0,0,7398,7400,3,666,333,0,7399,7397, + 1,0,0,0,7399,7400,1,0,0,0,7400,7402,1,0,0,0,7401,7394,1,0,0,0,7401, + 7395,1,0,0,0,7401,7396,1,0,0,0,7402,731,1,0,0,0,7403,7413,5,4,0, + 0,7404,7414,3,722,361,0,7405,7410,3,732,366,0,7406,7407,5,6,0,0, + 7407,7409,3,732,366,0,7408,7406,1,0,0,0,7409,7412,1,0,0,0,7410,7408, + 1,0,0,0,7410,7411,1,0,0,0,7411,7414,1,0,0,0,7412,7410,1,0,0,0,7413, + 7404,1,0,0,0,7413,7405,1,0,0,0,7413,7414,1,0,0,0,7414,7415,1,0,0, + 0,7415,7416,5,5,0,0,7416,733,1,0,0,0,7417,7426,3,818,409,0,7418, + 7426,5,384,0,0,7419,7426,5,264,0,0,7420,7426,5,176,0,0,7421,7426, + 5,218,0,0,7422,7426,5,261,0,0,7423,7426,5,326,0,0,7424,7426,3,800, + 400,0,7425,7417,1,0,0,0,7425,7418,1,0,0,0,7425,7419,1,0,0,0,7425, + 7420,1,0,0,0,7425,7421,1,0,0,0,7425,7422,1,0,0,0,7425,7423,1,0,0, + 0,7425,7424,1,0,0,0,7426,735,1,0,0,0,7427,7428,7,108,0,0,7428,737, + 1,0,0,0,7429,7430,3,666,333,0,7430,7431,5,64,0,0,7431,7434,3,666, + 333,0,7432,7433,5,62,0,0,7433,7435,3,666,333,0,7434,7432,1,0,0,0, + 7434,7435,1,0,0,0,7435,7451,1,0,0,0,7436,7437,3,666,333,0,7437,7438, + 5,62,0,0,7438,7441,3,666,333,0,7439,7440,5,64,0,0,7440,7442,3,666, + 333,0,7441,7439,1,0,0,0,7441,7442,1,0,0,0,7442,7451,1,0,0,0,7443, + 7444,3,666,333,0,7444,7445,5,127,0,0,7445,7446,3,666,333,0,7446, + 7447,5,197,0,0,7447,7448,3,666,333,0,7448,7451,1,0,0,0,7449,7451, + 3,722,361,0,7450,7429,1,0,0,0,7450,7436,1,0,0,0,7450,7443,1,0,0, + 0,7450,7449,1,0,0,0,7451,739,1,0,0,0,7452,7453,5,102,0,0,7453,7454, + 3,666,333,0,7454,7455,5,93,0,0,7455,7456,3,666,333,0,7456,741,1, + 0,0,0,7457,7460,5,11,0,0,7458,7461,3,816,408,0,7459,7461,5,9,0,0, + 7460,7458,1,0,0,0,7460,7459,1,0,0,0,7461,7475,1,0,0,0,7462,7471, + 5,4,0,0,7463,7472,3,666,333,0,7464,7466,3,666,333,0,7465,7464,1, + 0,0,0,7465,7466,1,0,0,0,7466,7467,1,0,0,0,7467,7469,5,8,0,0,7468, + 7470,3,666,333,0,7469,7468,1,0,0,0,7469,7470,1,0,0,0,7470,7472,1, + 0,0,0,7471,7463,1,0,0,0,7471,7465,1,0,0,0,7472,7473,1,0,0,0,7473, + 7475,5,5,0,0,7474,7457,1,0,0,0,7474,7462,1,0,0,0,7475,743,1,0,0, + 0,7476,7478,3,742,371,0,7477,7476,1,0,0,0,7478,7479,1,0,0,0,7479, + 7477,1,0,0,0,7479,7480,1,0,0,0,7480,745,1,0,0,0,7481,7483,3,742, + 371,0,7482,7481,1,0,0,0,7483,7486,1,0,0,0,7484,7482,1,0,0,0,7484, + 7485,1,0,0,0,7485,747,1,0,0,0,7486,7484,1,0,0,0,7487,7492,3,750, + 375,0,7488,7489,5,6,0,0,7489,7491,3,750,375,0,7490,7488,1,0,0,0, + 7491,7494,1,0,0,0,7492,7490,1,0,0,0,7492,7493,1,0,0,0,7493,749,1, + 0,0,0,7494,7492,1,0,0,0,7495,7500,3,726,363,0,7496,7497,5,36,0,0, + 7497,7501,3,816,408,0,7498,7501,3,818,409,0,7499,7501,1,0,0,0,7500, + 7496,1,0,0,0,7500,7498,1,0,0,0,7500,7499,1,0,0,0,7501,7504,1,0,0, + 0,7502,7504,5,9,0,0,7503,7495,1,0,0,0,7503,7502,1,0,0,0,7504,751, + 1,0,0,0,7505,7510,3,772,386,0,7506,7507,5,6,0,0,7507,7509,3,772, + 386,0,7508,7506,1,0,0,0,7509,7512,1,0,0,0,7510,7508,1,0,0,0,7510, + 7511,1,0,0,0,7511,753,1,0,0,0,7512,7510,1,0,0,0,7513,7518,3,766, + 383,0,7514,7515,5,6,0,0,7515,7517,3,766,383,0,7516,7514,1,0,0,0, + 7517,7520,1,0,0,0,7518,7516,1,0,0,0,7518,7519,1,0,0,0,7519,755,1, + 0,0,0,7520,7518,1,0,0,0,7521,7526,3,782,391,0,7522,7523,5,6,0,0, + 7523,7525,3,782,391,0,7524,7522,1,0,0,0,7525,7528,1,0,0,0,7526,7524, + 1,0,0,0,7526,7527,1,0,0,0,7527,757,1,0,0,0,7528,7526,1,0,0,0,7529, + 7534,3,780,390,0,7530,7531,5,6,0,0,7531,7533,3,780,390,0,7532,7530, + 1,0,0,0,7533,7536,1,0,0,0,7534,7532,1,0,0,0,7534,7535,1,0,0,0,7535, + 759,1,0,0,0,7536,7534,1,0,0,0,7537,7538,3,772,386,0,7538,761,1,0, + 0,0,7539,7540,3,772,386,0,7540,763,1,0,0,0,7541,7542,3,772,386,0, + 7542,765,1,0,0,0,7543,7544,3,772,386,0,7544,767,1,0,0,0,7545,7546, + 3,772,386,0,7546,769,1,0,0,0,7547,7548,3,308,154,0,7548,771,1,0, + 0,0,7549,7551,3,810,405,0,7550,7552,3,744,372,0,7551,7550,1,0,0, + 0,7551,7552,1,0,0,0,7552,773,1,0,0,0,7553,7558,3,762,381,0,7554, + 7555,5,6,0,0,7555,7557,3,762,381,0,7556,7554,1,0,0,0,7557,7560,1, + 0,0,0,7558,7556,1,0,0,0,7558,7559,1,0,0,0,7559,775,1,0,0,0,7560, + 7558,1,0,0,0,7561,7566,3,810,405,0,7562,7563,5,6,0,0,7563,7565,3, + 810,405,0,7564,7562,1,0,0,0,7565,7568,1,0,0,0,7566,7564,1,0,0,0, + 7566,7567,1,0,0,0,7567,777,1,0,0,0,7568,7566,1,0,0,0,7569,7570,3, + 308,154,0,7570,779,1,0,0,0,7571,7572,3,308,154,0,7572,781,1,0,0, + 0,7573,7574,3,308,154,0,7574,783,1,0,0,0,7575,7576,3,810,405,0,7576, + 785,1,0,0,0,7577,7578,3,810,405,0,7578,787,1,0,0,0,7579,7584,3,812, + 406,0,7580,7581,3,810,405,0,7581,7582,3,744,372,0,7582,7584,1,0, + 0,0,7583,7579,1,0,0,0,7583,7580,1,0,0,0,7584,789,1,0,0,0,7585,7590, + 3,812,406,0,7586,7587,3,810,405,0,7587,7588,3,744,372,0,7588,7590, + 1,0,0,0,7589,7585,1,0,0,0,7589,7586,1,0,0,0,7590,791,1,0,0,0,7591, + 7592,3,810,405,0,7592,7593,3,746,373,0,7593,7596,1,0,0,0,7594,7596, + 4,396,10,0,7595,7591,1,0,0,0,7595,7594,1,0,0,0,7596,793,1,0,0,0, + 7597,7598,3,810,405,0,7598,795,1,0,0,0,7599,7604,3,812,406,0,7600, + 7601,3,810,405,0,7601,7602,3,744,372,0,7602,7604,1,0,0,0,7603,7599, + 1,0,0,0,7603,7600,1,0,0,0,7604,797,1,0,0,0,7605,7610,3,812,406,0, + 7606,7607,3,810,405,0,7607,7608,3,744,372,0,7608,7610,1,0,0,0,7609, + 7605,1,0,0,0,7609,7606,1,0,0,0,7610,799,1,0,0,0,7611,7614,3,802, + 401,0,7612,7613,5,487,0,0,7613,7615,3,802,401,0,7614,7612,1,0,0, + 0,7614,7615,1,0,0,0,7615,801,1,0,0,0,7616,7628,5,558,0,0,7617,7628, + 5,560,0,0,7618,7622,5,562,0,0,7619,7621,5,588,0,0,7620,7619,1,0, + 0,0,7621,7624,1,0,0,0,7622,7620,1,0,0,0,7622,7623,1,0,0,0,7623,7625, + 1,0,0,0,7624,7622,1,0,0,0,7625,7628,5,589,0,0,7626,7628,5,584,0, + 0,7627,7616,1,0,0,0,7627,7617,1,0,0,0,7627,7618,1,0,0,0,7627,7626, + 1,0,0,0,7628,803,1,0,0,0,7629,7631,7,29,0,0,7630,7629,1,0,0,0,7630, + 7631,1,0,0,0,7631,7632,1,0,0,0,7632,7633,5,571,0,0,7633,805,1,0, + 0,0,7634,7640,3,814,407,0,7635,7640,5,52,0,0,7636,7640,5,49,0,0, + 7637,7640,5,89,0,0,7638,7640,5,524,0,0,7639,7634,1,0,0,0,7639,7635, + 1,0,0,0,7639,7636,1,0,0,0,7639,7637,1,0,0,0,7639,7638,1,0,0,0,7640, + 807,1,0,0,0,7641,7646,3,806,403,0,7642,7643,5,6,0,0,7643,7645,3, + 806,403,0,7644,7642,1,0,0,0,7645,7648,1,0,0,0,7646,7644,1,0,0,0, + 7646,7647,1,0,0,0,7647,809,1,0,0,0,7648,7646,1,0,0,0,7649,7652,3, + 818,409,0,7650,7652,3,822,411,0,7651,7649,1,0,0,0,7651,7650,1,0, + 0,0,7652,811,1,0,0,0,7653,7656,3,818,409,0,7654,7656,3,824,412,0, + 7655,7653,1,0,0,0,7655,7654,1,0,0,0,7656,813,1,0,0,0,7657,7661,3, + 818,409,0,7658,7661,3,822,411,0,7659,7661,3,824,412,0,7660,7657, + 1,0,0,0,7660,7658,1,0,0,0,7660,7659,1,0,0,0,7661,815,1,0,0,0,7662, + 7667,3,818,409,0,7663,7667,3,822,411,0,7664,7667,3,824,412,0,7665, + 7667,3,826,413,0,7666,7662,1,0,0,0,7666,7663,1,0,0,0,7666,7664,1, + 0,0,0,7666,7665,1,0,0,0,7667,817,1,0,0,0,7668,7671,5,549,0,0,7669, + 7670,5,487,0,0,7670,7672,3,802,401,0,7671,7669,1,0,0,0,7671,7672, + 1,0,0,0,7672,7680,1,0,0,0,7673,7680,3,800,400,0,7674,7680,5,550, + 0,0,7675,7680,5,554,0,0,7676,7680,5,574,0,0,7677,7680,5,575,0,0, + 7678,7680,3,820,410,0,7679,7668,1,0,0,0,7679,7673,1,0,0,0,7679,7674, + 1,0,0,0,7679,7675,1,0,0,0,7679,7676,1,0,0,0,7679,7677,1,0,0,0,7679, + 7678,1,0,0,0,7680,819,1,0,0,0,7681,7682,7,109,0,0,7682,821,1,0,0, + 0,7683,7735,5,387,0,0,7684,7735,5,388,0,0,7685,7735,3,654,327,0, + 7686,7735,5,390,0,0,7687,7735,5,391,0,0,7688,7735,3,656,328,0,7689, + 7735,5,393,0,0,7690,7735,5,394,0,0,7691,7735,5,395,0,0,7692,7735, + 5,396,0,0,7693,7735,5,397,0,0,7694,7735,5,398,0,0,7695,7735,5,399, + 0,0,7696,7735,5,470,0,0,7697,7735,5,400,0,0,7698,7735,5,401,0,0, + 7699,7735,5,402,0,0,7700,7735,5,403,0,0,7701,7735,5,404,0,0,7702, + 7735,5,405,0,0,7703,7735,5,406,0,0,7704,7735,5,407,0,0,7705,7735, + 5,489,0,0,7706,7735,5,408,0,0,7707,7735,3,650,325,0,7708,7735,5, + 453,0,0,7709,7735,5,410,0,0,7710,7735,5,411,0,0,7711,7735,5,412, + 0,0,7712,7735,5,413,0,0,7713,7735,5,414,0,0,7714,7735,5,415,0,0, + 7715,7735,5,416,0,0,7716,7735,5,417,0,0,7717,7735,5,418,0,0,7718, + 7735,5,419,0,0,7719,7735,5,420,0,0,7720,7735,5,421,0,0,7721,7735, + 5,422,0,0,7722,7735,5,423,0,0,7723,7735,5,424,0,0,7724,7735,5,425, + 0,0,7725,7735,5,426,0,0,7726,7735,5,427,0,0,7727,7735,5,428,0,0, + 7728,7735,5,476,0,0,7729,7735,5,429,0,0,7730,7735,5,430,0,0,7731, + 7735,5,431,0,0,7732,7735,5,432,0,0,7733,7735,5,474,0,0,7734,7683, + 1,0,0,0,7734,7684,1,0,0,0,7734,7685,1,0,0,0,7734,7686,1,0,0,0,7734, + 7687,1,0,0,0,7734,7688,1,0,0,0,7734,7689,1,0,0,0,7734,7690,1,0,0, + 0,7734,7691,1,0,0,0,7734,7692,1,0,0,0,7734,7693,1,0,0,0,7734,7694, + 1,0,0,0,7734,7695,1,0,0,0,7734,7696,1,0,0,0,7734,7697,1,0,0,0,7734, + 7698,1,0,0,0,7734,7699,1,0,0,0,7734,7700,1,0,0,0,7734,7701,1,0,0, + 0,7734,7702,1,0,0,0,7734,7703,1,0,0,0,7734,7704,1,0,0,0,7734,7705, + 1,0,0,0,7734,7706,1,0,0,0,7734,7707,1,0,0,0,7734,7708,1,0,0,0,7734, + 7709,1,0,0,0,7734,7710,1,0,0,0,7734,7711,1,0,0,0,7734,7712,1,0,0, + 0,7734,7713,1,0,0,0,7734,7714,1,0,0,0,7734,7715,1,0,0,0,7734,7716, + 1,0,0,0,7734,7717,1,0,0,0,7734,7718,1,0,0,0,7734,7719,1,0,0,0,7734, + 7720,1,0,0,0,7734,7721,1,0,0,0,7734,7722,1,0,0,0,7734,7723,1,0,0, + 0,7734,7724,1,0,0,0,7734,7725,1,0,0,0,7734,7726,1,0,0,0,7734,7727, + 1,0,0,0,7734,7728,1,0,0,0,7734,7729,1,0,0,0,7734,7730,1,0,0,0,7734, + 7731,1,0,0,0,7734,7732,1,0,0,0,7734,7733,1,0,0,0,7735,823,1,0,0, + 0,7736,7737,7,110,0,0,7737,825,1,0,0,0,7738,7739,7,111,0,0,7739, + 827,1,0,0,0,7740,7742,3,830,415,0,7741,7740,1,0,0,0,7741,7742,1, + 0,0,0,7742,7753,1,0,0,0,7743,7751,5,178,0,0,7744,7748,3,832,416, + 0,7745,7748,5,178,0,0,7746,7748,3,830,415,0,7747,7744,1,0,0,0,7747, + 7745,1,0,0,0,7747,7746,1,0,0,0,7748,7749,1,0,0,0,7749,7747,1,0,0, + 0,7749,7750,1,0,0,0,7750,7752,1,0,0,0,7751,7747,1,0,0,0,7751,7752, + 1,0,0,0,7752,7754,1,0,0,0,7753,7743,1,0,0,0,7753,7754,1,0,0,0,7754, + 7755,1,0,0,0,7755,7759,5,146,0,0,7756,7758,3,838,419,0,7757,7756, + 1,0,0,0,7758,7761,1,0,0,0,7759,7757,1,0,0,0,7759,7760,1,0,0,0,7760, + 7763,1,0,0,0,7761,7759,1,0,0,0,7762,7764,3,916,458,0,7763,7762,1, + 0,0,0,7763,7764,1,0,0,0,7764,7765,1,0,0,0,7765,7767,5,454,0,0,7766, + 7768,3,920,460,0,7767,7766,1,0,0,0,7767,7768,1,0,0,0,7768,829,1, + 0,0,0,7769,7770,5,18,0,0,7770,7771,3,920,460,0,7771,7772,5,19,0, + 0,7772,831,1,0,0,0,7773,7820,3,920,460,0,7774,7775,5,496,0,0,7775, + 7778,5,62,0,0,7776,7779,5,28,0,0,7777,7779,3,810,405,0,7778,7776, + 1,0,0,0,7778,7777,1,0,0,0,7779,7821,1,0,0,0,7780,7782,5,497,0,0, + 7781,7780,1,0,0,0,7781,7782,1,0,0,0,7782,7783,1,0,0,0,7783,7785, + 3,644,322,0,7784,7786,3,90,45,0,7785,7784,1,0,0,0,7785,7786,1,0, + 0,0,7786,7789,1,0,0,0,7787,7788,5,77,0,0,7788,7790,5,78,0,0,7789, + 7787,1,0,0,0,7789,7790,1,0,0,0,7790,7796,1,0,0,0,7791,7794,3,836, + 418,0,7792,7794,5,53,0,0,7793,7791,1,0,0,0,7793,7792,1,0,0,0,7794, + 7795,1,0,0,0,7795,7797,3,922,461,0,7796,7793,1,0,0,0,7796,7797,1, + 0,0,0,7797,7821,1,0,0,0,7798,7800,5,269,0,0,7799,7798,1,0,0,0,7799, + 7800,1,0,0,0,7800,7801,1,0,0,0,7801,7803,5,324,0,0,7802,7799,1,0, + 0,0,7802,7803,1,0,0,0,7803,7804,1,0,0,0,7804,7816,5,172,0,0,7805, + 7806,5,2,0,0,7806,7811,3,834,417,0,7807,7808,5,6,0,0,7808,7810,3, + 834,417,0,7809,7807,1,0,0,0,7810,7813,1,0,0,0,7811,7809,1,0,0,0, + 7811,7812,1,0,0,0,7812,7814,1,0,0,0,7813,7811,1,0,0,0,7814,7815, + 5,3,0,0,7815,7817,1,0,0,0,7816,7805,1,0,0,0,7816,7817,1,0,0,0,7817, + 7818,1,0,0,0,7818,7819,7,112,0,0,7819,7821,3,552,276,0,7820,7774, + 1,0,0,0,7820,7781,1,0,0,0,7820,7802,1,0,0,0,7821,7822,1,0,0,0,7822, + 7823,5,7,0,0,7823,833,1,0,0,0,7824,7825,3,920,460,0,7825,7826,3, + 644,322,0,7826,835,1,0,0,0,7827,7828,7,113,0,0,7828,837,1,0,0,0, + 7829,7830,3,828,414,0,7830,7831,5,7,0,0,7831,7854,1,0,0,0,7832,7854, + 3,866,433,0,7833,7854,3,868,434,0,7834,7854,3,844,422,0,7835,7854, + 3,852,426,0,7836,7854,3,856,428,0,7837,7854,3,858,429,0,7838,7854, + 3,862,431,0,7839,7854,3,864,432,0,7840,7854,3,872,436,0,7841,7854, + 3,876,438,0,7842,7854,3,878,439,0,7843,7854,3,840,420,0,7844,7854, + 3,842,421,0,7845,7854,3,846,423,0,7846,7854,3,882,441,0,7847,7854, + 3,886,443,0,7848,7854,3,890,445,0,7849,7854,3,906,453,0,7850,7854, + 3,908,454,0,7851,7854,3,910,455,0,7852,7854,3,912,456,0,7853,7829, + 1,0,0,0,7853,7832,1,0,0,0,7853,7833,1,0,0,0,7853,7834,1,0,0,0,7853, + 7835,1,0,0,0,7853,7836,1,0,0,0,7853,7837,1,0,0,0,7853,7838,1,0,0, + 0,7853,7839,1,0,0,0,7853,7840,1,0,0,0,7853,7841,1,0,0,0,7853,7842, + 1,0,0,0,7853,7843,1,0,0,0,7853,7844,1,0,0,0,7853,7845,1,0,0,0,7853, + 7846,1,0,0,0,7853,7847,1,0,0,0,7853,7848,1,0,0,0,7853,7849,1,0,0, + 0,7853,7850,1,0,0,0,7853,7851,1,0,0,0,7853,7852,1,0,0,0,7854,839, + 1,0,0,0,7855,7856,5,498,0,0,7856,7857,3,922,461,0,7857,7858,5,7, + 0,0,7858,841,1,0,0,0,7859,7860,5,433,0,0,7860,7867,3,920,460,0,7861, + 7863,5,2,0,0,7862,7864,3,722,361,0,7863,7862,1,0,0,0,7863,7864,1, + 0,0,0,7864,7865,1,0,0,0,7865,7866,5,3,0,0,7866,7868,5,7,0,0,7867, + 7861,1,0,0,0,7867,7868,1,0,0,0,7868,7879,1,0,0,0,7869,7870,5,57, + 0,0,7870,7871,3,920,460,0,7871,7873,5,2,0,0,7872,7874,3,722,361, + 0,7873,7872,1,0,0,0,7873,7874,1,0,0,0,7874,7875,1,0,0,0,7875,7876, + 5,3,0,0,7876,7877,5,7,0,0,7877,7879,1,0,0,0,7878,7859,1,0,0,0,7878, + 7869,1,0,0,0,7879,843,1,0,0,0,7880,7881,3,850,425,0,7881,7882,3, + 836,418,0,7882,7883,3,922,461,0,7883,7884,5,7,0,0,7884,845,1,0,0, + 0,7885,7887,5,499,0,0,7886,7888,7,114,0,0,7887,7886,1,0,0,0,7887, + 7888,1,0,0,0,7888,7889,1,0,0,0,7889,7890,5,500,0,0,7890,7895,3,848, + 424,0,7891,7892,5,6,0,0,7892,7894,3,848,424,0,7893,7891,1,0,0,0, + 7894,7897,1,0,0,0,7895,7893,1,0,0,0,7895,7896,1,0,0,0,7896,7898, + 1,0,0,0,7897,7895,1,0,0,0,7898,7899,5,7,0,0,7899,847,1,0,0,0,7900, + 7901,3,850,425,0,7901,7902,3,836,418,0,7902,7903,3,810,405,0,7903, + 849,1,0,0,0,7904,7907,3,308,154,0,7905,7907,5,28,0,0,7906,7904,1, + 0,0,0,7906,7905,1,0,0,0,7907,7914,1,0,0,0,7908,7909,5,4,0,0,7909, + 7910,3,666,333,0,7910,7911,5,5,0,0,7911,7913,1,0,0,0,7912,7908,1, + 0,0,0,7913,7916,1,0,0,0,7914,7912,1,0,0,0,7914,7915,1,0,0,0,7915, + 851,1,0,0,0,7916,7914,1,0,0,0,7917,7918,5,220,0,0,7918,7919,3,922, + 461,0,7919,7923,5,93,0,0,7920,7922,3,838,419,0,7921,7920,1,0,0,0, + 7922,7925,1,0,0,0,7923,7921,1,0,0,0,7923,7924,1,0,0,0,7924,7937, + 1,0,0,0,7925,7923,1,0,0,0,7926,7927,5,502,0,0,7927,7928,3,666,333, + 0,7928,7932,5,93,0,0,7929,7931,3,838,419,0,7930,7929,1,0,0,0,7931, + 7934,1,0,0,0,7932,7930,1,0,0,0,7932,7933,1,0,0,0,7933,7936,1,0,0, + 0,7934,7932,1,0,0,0,7935,7926,1,0,0,0,7936,7939,1,0,0,0,7937,7935, + 1,0,0,0,7937,7938,1,0,0,0,7938,7941,1,0,0,0,7939,7937,1,0,0,0,7940, + 7942,3,854,427,0,7941,7940,1,0,0,0,7941,7942,1,0,0,0,7942,7943,1, + 0,0,0,7943,7944,5,454,0,0,7944,7945,5,220,0,0,7945,7946,5,7,0,0, + 7946,853,1,0,0,0,7947,7951,5,58,0,0,7948,7950,3,838,419,0,7949,7948, + 1,0,0,0,7950,7953,1,0,0,0,7951,7949,1,0,0,0,7951,7952,1,0,0,0,7952, + 855,1,0,0,0,7953,7951,1,0,0,0,7954,7956,5,40,0,0,7955,7957,3,922, + 461,0,7956,7955,1,0,0,0,7956,7957,1,0,0,0,7957,7967,1,0,0,0,7958, + 7959,5,102,0,0,7959,7960,3,722,361,0,7960,7964,5,93,0,0,7961,7963, + 3,838,419,0,7962,7961,1,0,0,0,7963,7966,1,0,0,0,7964,7962,1,0,0, + 0,7964,7965,1,0,0,0,7965,7968,1,0,0,0,7966,7964,1,0,0,0,7967,7958, + 1,0,0,0,7968,7969,1,0,0,0,7969,7967,1,0,0,0,7969,7970,1,0,0,0,7970, + 7972,1,0,0,0,7971,7973,3,854,427,0,7972,7971,1,0,0,0,7972,7973,1, + 0,0,0,7973,7974,1,0,0,0,7974,7975,5,454,0,0,7975,7976,5,40,0,0,7976, + 7977,5,7,0,0,7977,857,1,0,0,0,7978,7980,3,830,415,0,7979,7978,1, + 0,0,0,7979,7980,1,0,0,0,7980,7985,1,0,0,0,7981,7982,5,503,0,0,7982, + 7986,3,666,333,0,7983,7984,5,62,0,0,7984,7986,3,860,430,0,7985,7981, + 1,0,0,0,7985,7983,1,0,0,0,7985,7986,1,0,0,0,7986,7987,1,0,0,0,7987, + 7988,3,874,437,0,7988,859,1,0,0,0,7989,7990,3,306,153,0,7990,8013, + 5,68,0,0,7991,7993,3,810,405,0,7992,7994,3,526,263,0,7993,7992,1, + 0,0,0,7993,7994,1,0,0,0,7994,8014,1,0,0,0,7995,8014,3,552,276,0, + 7996,8014,3,512,256,0,7997,7998,5,202,0,0,7998,8001,3,666,333,0, + 7999,8000,5,100,0,0,8000,8002,3,722,361,0,8001,7999,1,0,0,0,8001, + 8002,1,0,0,0,8002,8014,1,0,0,0,8003,8005,5,504,0,0,8004,8003,1,0, + 0,0,8004,8005,1,0,0,0,8005,8006,1,0,0,0,8006,8007,3,666,333,0,8007, + 8008,5,24,0,0,8008,8011,3,666,333,0,8009,8010,5,147,0,0,8010,8012, + 3,666,333,0,8011,8009,1,0,0,0,8011,8012,1,0,0,0,8012,8014,1,0,0, + 0,8013,7991,1,0,0,0,8013,7995,1,0,0,0,8013,7996,1,0,0,0,8013,7997, + 1,0,0,0,8013,8004,1,0,0,0,8014,861,1,0,0,0,8015,8017,3,830,415,0, + 8016,8015,1,0,0,0,8016,8017,1,0,0,0,8017,8018,1,0,0,0,8018,8019, + 5,505,0,0,8019,8022,3,306,153,0,8020,8021,5,506,0,0,8021,8023,5, + 571,0,0,8022,8020,1,0,0,0,8022,8023,1,0,0,0,8023,8024,1,0,0,0,8024, + 8025,5,68,0,0,8025,8026,5,35,0,0,8026,8027,3,666,333,0,8027,8028, + 3,874,437,0,8028,863,1,0,0,0,8029,8031,7,115,0,0,8030,8032,3,920, + 460,0,8031,8030,1,0,0,0,8031,8032,1,0,0,0,8032,8035,1,0,0,0,8033, + 8034,5,102,0,0,8034,8036,3,922,461,0,8035,8033,1,0,0,0,8035,8036, + 1,0,0,0,8036,8037,1,0,0,0,8037,8038,5,7,0,0,8038,865,1,0,0,0,8039, + 8054,5,508,0,0,8040,8041,5,268,0,0,8041,8055,3,922,461,0,8042,8049, + 5,509,0,0,8043,8044,5,202,0,0,8044,8045,3,666,333,0,8045,8046,5, + 100,0,0,8046,8047,3,722,361,0,8047,8050,1,0,0,0,8048,8050,3,552, + 276,0,8049,8043,1,0,0,0,8049,8048,1,0,0,0,8050,8055,1,0,0,0,8051, + 8053,3,922,461,0,8052,8051,1,0,0,0,8052,8053,1,0,0,0,8053,8055,1, + 0,0,0,8054,8040,1,0,0,0,8054,8042,1,0,0,0,8054,8052,1,0,0,0,8055, + 8056,1,0,0,0,8056,8057,5,7,0,0,8057,867,1,0,0,0,8058,8088,5,510, + 0,0,8059,8061,7,116,0,0,8060,8059,1,0,0,0,8060,8061,1,0,0,0,8061, + 8074,1,0,0,0,8062,8075,3,818,409,0,8063,8064,5,511,0,0,8064,8075, + 3,800,400,0,8065,8072,3,800,400,0,8066,8067,5,6,0,0,8067,8069,3, + 666,333,0,8068,8066,1,0,0,0,8069,8070,1,0,0,0,8070,8068,1,0,0,0, + 8070,8071,1,0,0,0,8071,8073,1,0,0,0,8072,8068,1,0,0,0,8072,8073, + 1,0,0,0,8073,8075,1,0,0,0,8074,8062,1,0,0,0,8074,8063,1,0,0,0,8074, + 8065,1,0,0,0,8074,8075,1,0,0,0,8075,8085,1,0,0,0,8076,8077,5,100, + 0,0,8077,8082,3,870,435,0,8078,8079,5,6,0,0,8079,8081,3,870,435, + 0,8080,8078,1,0,0,0,8081,8084,1,0,0,0,8082,8080,1,0,0,0,8082,8083, + 1,0,0,0,8083,8086,1,0,0,0,8084,8082,1,0,0,0,8085,8076,1,0,0,0,8085, + 8086,1,0,0,0,8086,8087,1,0,0,0,8087,8089,5,7,0,0,8088,8060,1,0,0, + 0,8088,8089,1,0,0,0,8089,869,1,0,0,0,8090,8091,3,818,409,0,8091, + 8092,5,10,0,0,8092,8093,3,666,333,0,8093,871,1,0,0,0,8094,8095,5, + 518,0,0,8095,8098,3,922,461,0,8096,8097,5,6,0,0,8097,8099,3,922, + 461,0,8098,8096,1,0,0,0,8098,8099,1,0,0,0,8099,8100,1,0,0,0,8100, + 8101,5,7,0,0,8101,873,1,0,0,0,8102,8106,5,519,0,0,8103,8105,3,838, + 419,0,8104,8103,1,0,0,0,8105,8108,1,0,0,0,8106,8104,1,0,0,0,8106, + 8107,1,0,0,0,8107,8109,1,0,0,0,8108,8106,1,0,0,0,8109,8110,5,454, + 0,0,8110,8112,5,519,0,0,8111,8113,3,920,460,0,8112,8111,1,0,0,0, + 8112,8113,1,0,0,0,8113,8114,1,0,0,0,8114,8115,5,7,0,0,8115,875,1, + 0,0,0,8116,8118,3,4,2,0,8117,8119,3,880,440,0,8118,8117,1,0,0,0, + 8118,8119,1,0,0,0,8119,8120,1,0,0,0,8120,8121,5,7,0,0,8121,877,1, + 0,0,0,8122,8123,5,202,0,0,8123,8139,3,666,333,0,8124,8126,3,880, + 440,0,8125,8124,1,0,0,0,8125,8126,1,0,0,0,8126,8129,1,0,0,0,8127, + 8128,5,100,0,0,8128,8130,3,722,361,0,8129,8127,1,0,0,0,8129,8130, + 1,0,0,0,8130,8140,1,0,0,0,8131,8132,5,100,0,0,8132,8134,3,722,361, + 0,8133,8131,1,0,0,0,8133,8134,1,0,0,0,8134,8136,1,0,0,0,8135,8137, + 3,880,440,0,8136,8135,1,0,0,0,8136,8137,1,0,0,0,8137,8140,1,0,0, + 0,8138,8140,1,0,0,0,8139,8125,1,0,0,0,8139,8133,1,0,0,0,8139,8138, + 1,0,0,0,8140,8141,1,0,0,0,8141,8142,5,7,0,0,8142,879,1,0,0,0,8143, + 8145,5,71,0,0,8144,8146,5,346,0,0,8145,8144,1,0,0,0,8145,8146,1, + 0,0,0,8146,8147,1,0,0,0,8147,8148,3,722,361,0,8148,881,1,0,0,0,8149, + 8181,5,520,0,0,8150,8155,3,914,457,0,8151,8153,5,269,0,0,8152,8151, + 1,0,0,0,8152,8153,1,0,0,0,8153,8154,1,0,0,0,8154,8156,5,324,0,0, + 8155,8152,1,0,0,0,8155,8156,1,0,0,0,8156,8157,1,0,0,0,8157,8165, + 5,62,0,0,8158,8166,3,552,276,0,8159,8160,5,202,0,0,8160,8163,3,922, + 461,0,8161,8162,5,100,0,0,8162,8164,3,722,361,0,8163,8161,1,0,0, + 0,8163,8164,1,0,0,0,8164,8166,1,0,0,0,8165,8158,1,0,0,0,8165,8159, + 1,0,0,0,8166,8182,1,0,0,0,8167,8179,3,810,405,0,8168,8169,5,2,0, + 0,8169,8174,3,884,442,0,8170,8171,5,6,0,0,8171,8173,3,884,442,0, + 8172,8170,1,0,0,0,8173,8176,1,0,0,0,8174,8172,1,0,0,0,8174,8175, + 1,0,0,0,8175,8177,1,0,0,0,8176,8174,1,0,0,0,8177,8178,5,3,0,0,8178, + 8180,1,0,0,0,8179,8168,1,0,0,0,8179,8180,1,0,0,0,8180,8182,1,0,0, + 0,8181,8150,1,0,0,0,8181,8167,1,0,0,0,8182,8183,1,0,0,0,8183,8184, + 5,7,0,0,8184,883,1,0,0,0,8185,8186,3,810,405,0,8186,8187,5,20,0, + 0,8187,8189,1,0,0,0,8188,8185,1,0,0,0,8188,8189,1,0,0,0,8189,8190, + 1,0,0,0,8190,8191,3,666,333,0,8191,885,1,0,0,0,8192,8194,5,61,0, + 0,8193,8195,3,888,444,0,8194,8193,1,0,0,0,8194,8195,1,0,0,0,8195, + 8197,1,0,0,0,8196,8198,3,324,162,0,8197,8196,1,0,0,0,8197,8198,1, + 0,0,0,8198,8199,1,0,0,0,8199,8200,3,914,457,0,8200,8201,5,71,0,0, + 8201,8202,3,722,361,0,8202,8203,5,7,0,0,8203,887,1,0,0,0,8204,8219, + 5,268,0,0,8205,8219,5,293,0,0,8206,8219,5,207,0,0,8207,8219,5,249, + 0,0,8208,8210,7,50,0,0,8209,8208,1,0,0,0,8209,8210,1,0,0,0,8210, + 8211,1,0,0,0,8211,8219,3,666,333,0,8212,8219,5,30,0,0,8213,8216, + 7,117,0,0,8214,8217,3,666,333,0,8215,8217,5,30,0,0,8216,8214,1,0, + 0,0,8216,8215,1,0,0,0,8216,8217,1,0,0,0,8217,8219,1,0,0,0,8218,8204, + 1,0,0,0,8218,8205,1,0,0,0,8218,8206,1,0,0,0,8218,8207,1,0,0,0,8218, + 8209,1,0,0,0,8218,8212,1,0,0,0,8218,8213,1,0,0,0,8219,889,1,0,0, + 0,8220,8222,5,265,0,0,8221,8223,3,888,444,0,8222,8221,1,0,0,0,8222, + 8223,1,0,0,0,8223,8224,1,0,0,0,8224,8225,3,914,457,0,8225,8226,5, + 7,0,0,8226,891,1,0,0,0,8227,8229,3,564,282,0,8228,8227,1,0,0,0,8228, + 8229,1,0,0,0,8229,8230,1,0,0,0,8230,8231,5,525,0,0,8231,8233,5,71, + 0,0,8232,8234,5,81,0,0,8233,8232,1,0,0,0,8233,8234,1,0,0,0,8234, + 8235,1,0,0,0,8235,8237,3,766,383,0,8236,8238,5,9,0,0,8237,8236,1, + 0,0,0,8237,8238,1,0,0,0,8238,8243,1,0,0,0,8239,8241,5,36,0,0,8240, + 8239,1,0,0,0,8240,8241,1,0,0,0,8241,8242,1,0,0,0,8242,8244,3,810, + 405,0,8243,8240,1,0,0,0,8243,8244,1,0,0,0,8244,8245,1,0,0,0,8245, + 8246,5,100,0,0,8246,8247,3,894,447,0,8247,8248,5,80,0,0,8248,8250, + 3,666,333,0,8249,8251,3,896,448,0,8250,8249,1,0,0,0,8251,8252,1, + 0,0,0,8252,8250,1,0,0,0,8252,8253,1,0,0,0,8253,893,1,0,0,0,8254, + 8256,5,81,0,0,8255,8254,1,0,0,0,8255,8256,1,0,0,0,8256,8257,1,0, + 0,0,8257,8259,3,766,383,0,8258,8260,5,9,0,0,8259,8258,1,0,0,0,8259, + 8260,1,0,0,0,8260,8266,1,0,0,0,8261,8264,3,556,278,0,8262,8264,3, + 600,300,0,8263,8261,1,0,0,0,8263,8262,1,0,0,0,8264,8266,1,0,0,0, + 8265,8255,1,0,0,0,8265,8263,1,0,0,0,8266,8271,1,0,0,0,8267,8269, + 5,36,0,0,8268,8267,1,0,0,0,8268,8269,1,0,0,0,8269,8270,1,0,0,0,8270, + 8272,3,810,405,0,8271,8268,1,0,0,0,8271,8272,1,0,0,0,8272,895,1, + 0,0,0,8273,8274,5,102,0,0,8274,8277,5,526,0,0,8275,8276,5,33,0,0, + 8276,8278,3,666,333,0,8277,8275,1,0,0,0,8277,8278,1,0,0,0,8278,8279, + 1,0,0,0,8279,8284,5,93,0,0,8280,8285,3,900,450,0,8281,8285,5,182, + 0,0,8282,8283,5,57,0,0,8283,8285,5,270,0,0,8284,8280,1,0,0,0,8284, + 8281,1,0,0,0,8284,8282,1,0,0,0,8285,8300,1,0,0,0,8286,8287,5,102, + 0,0,8287,8288,5,77,0,0,8288,8291,5,526,0,0,8289,8290,5,33,0,0,8290, + 8292,3,666,333,0,8291,8289,1,0,0,0,8291,8292,1,0,0,0,8292,8293,1, + 0,0,0,8293,8297,5,93,0,0,8294,8298,3,898,449,0,8295,8296,5,57,0, + 0,8296,8298,5,270,0,0,8297,8294,1,0,0,0,8297,8295,1,0,0,0,8298,8300, + 1,0,0,0,8299,8273,1,0,0,0,8299,8286,1,0,0,0,8300,897,1,0,0,0,8301, + 8303,5,241,0,0,8302,8304,3,136,68,0,8303,8302,1,0,0,0,8303,8304, + 1,0,0,0,8304,8308,1,0,0,0,8305,8306,5,463,0,0,8306,8307,7,76,0,0, + 8307,8309,5,450,0,0,8308,8305,1,0,0,0,8308,8309,1,0,0,0,8309,8310, + 1,0,0,0,8310,8311,3,902,451,0,8311,899,1,0,0,0,8312,8313,5,369,0, + 0,8313,8331,5,333,0,0,8314,8315,3,792,396,0,8315,8316,5,10,0,0,8316, + 8317,3,904,452,0,8317,8332,1,0,0,0,8318,8319,3,136,68,0,8319,8320, + 5,10,0,0,8320,8321,5,2,0,0,8321,8326,3,904,452,0,8322,8323,5,6,0, + 0,8323,8325,3,904,452,0,8324,8322,1,0,0,0,8325,8328,1,0,0,0,8326, + 8324,1,0,0,0,8326,8327,1,0,0,0,8327,8329,1,0,0,0,8328,8326,1,0,0, + 0,8329,8330,5,3,0,0,8330,8332,1,0,0,0,8331,8314,1,0,0,0,8331,8318, + 1,0,0,0,8332,8333,1,0,0,0,8333,8331,1,0,0,0,8333,8334,1,0,0,0,8334, + 901,1,0,0,0,8335,8336,5,422,0,0,8336,8337,5,2,0,0,8337,8342,3,904, + 452,0,8338,8339,5,6,0,0,8339,8341,3,904,452,0,8340,8338,1,0,0,0, + 8341,8344,1,0,0,0,8342,8340,1,0,0,0,8342,8343,1,0,0,0,8343,8345, + 1,0,0,0,8344,8342,1,0,0,0,8345,8346,5,3,0,0,8346,8350,1,0,0,0,8347, + 8348,5,53,0,0,8348,8350,5,422,0,0,8349,8335,1,0,0,0,8349,8347,1, + 0,0,0,8350,903,1,0,0,0,8351,8354,3,580,290,0,8352,8354,5,53,0,0, + 8353,8351,1,0,0,0,8353,8352,1,0,0,0,8354,905,1,0,0,0,8355,8356,5, + 157,0,0,8356,8357,3,914,457,0,8357,8358,5,7,0,0,8358,907,1,0,0,0, + 8359,8360,5,78,0,0,8360,8361,5,7,0,0,8361,909,1,0,0,0,8362,8368, + 7,67,0,0,8363,8365,5,33,0,0,8364,8366,5,269,0,0,8365,8364,1,0,0, + 0,8365,8366,1,0,0,0,8366,8367,1,0,0,0,8367,8369,5,153,0,0,8368,8363, + 1,0,0,0,8368,8369,1,0,0,0,8369,8370,1,0,0,0,8370,8371,5,7,0,0,8371, + 911,1,0,0,0,8372,8373,5,333,0,0,8373,8374,3,308,154,0,8374,8375, + 5,94,0,0,8375,8376,5,53,0,0,8376,8377,5,7,0,0,8377,8385,1,0,0,0, + 8378,8381,5,313,0,0,8379,8382,3,308,154,0,8380,8382,5,30,0,0,8381, + 8379,1,0,0,0,8381,8380,1,0,0,0,8382,8383,1,0,0,0,8383,8385,5,7,0, + 0,8384,8372,1,0,0,0,8384,8378,1,0,0,0,8385,913,1,0,0,0,8386,8389, + 3,810,405,0,8387,8389,5,28,0,0,8388,8386,1,0,0,0,8388,8387,1,0,0, + 0,8389,915,1,0,0,0,8390,8407,5,517,0,0,8391,8392,5,102,0,0,8392, + 8397,3,918,459,0,8393,8394,5,82,0,0,8394,8396,3,918,459,0,8395,8393, + 1,0,0,0,8396,8399,1,0,0,0,8397,8395,1,0,0,0,8397,8398,1,0,0,0,8398, + 8400,1,0,0,0,8399,8397,1,0,0,0,8400,8404,5,93,0,0,8401,8403,3,838, + 419,0,8402,8401,1,0,0,0,8403,8406,1,0,0,0,8404,8402,1,0,0,0,8404, + 8405,1,0,0,0,8405,8408,1,0,0,0,8406,8404,1,0,0,0,8407,8391,1,0,0, + 0,8408,8409,1,0,0,0,8409,8407,1,0,0,0,8409,8410,1,0,0,0,8410,917, + 1,0,0,0,8411,8415,3,920,460,0,8412,8413,5,511,0,0,8413,8415,3,800, + 400,0,8414,8411,1,0,0,0,8414,8412,1,0,0,0,8415,919,1,0,0,0,8416, + 8419,3,810,405,0,8417,8419,3,820,410,0,8418,8416,1,0,0,0,8418,8417, + 1,0,0,0,8419,921,1,0,0,0,8420,8422,3,748,374,0,8421,8420,1,0,0,0, + 8421,8422,1,0,0,0,8422,8424,1,0,0,0,8423,8425,3,572,286,0,8424,8423, + 1,0,0,0,8424,8425,1,0,0,0,8425,8427,1,0,0,0,8426,8428,3,602,301, + 0,8427,8426,1,0,0,0,8427,8428,1,0,0,0,8428,8430,1,0,0,0,8429,8431, + 3,630,315,0,8430,8429,1,0,0,0,8430,8431,1,0,0,0,8431,8433,1,0,0, + 0,8432,8434,3,592,296,0,8433,8432,1,0,0,0,8433,8434,1,0,0,0,8434, + 8437,1,0,0,0,8435,8436,5,67,0,0,8436,8438,3,666,333,0,8437,8435, + 1,0,0,0,8437,8438,1,0,0,0,8438,8440,1,0,0,0,8439,8441,3,694,347, + 0,8440,8439,1,0,0,0,8440,8441,1,0,0,0,8441,923,1,0,0,0,1183,927, + 934,1054,1056,1065,1070,1076,1111,1121,1127,1132,1139,1144,1151, + 1162,1170,1174,1186,1192,1198,1202,1207,1211,1224,1234,1236,1242, + 1247,1260,1263,1268,1273,1284,1288,1300,1304,1307,1311,1323,1341, + 1348,1356,1361,1368,1376,1382,1390,1398,1402,1416,1421,1426,1438, + 1444,1456,1461,1471,1477,1482,1491,1498,1503,1508,1518,1523,1528, + 1535,1539,1553,1559,1565,1570,1577,1586,1595,1604,1613,1617,1629, + 1637,1647,1667,1672,1675,1682,1685,1689,1693,1696,1701,1706,1710, + 1719,1725,1729,1738,1741,1747,1756,1768,1772,1776,1781,1784,1790, + 1792,1794,1798,1804,1808,1813,1818,1822,1825,1832,1845,1858,1883, + 1893,1900,1905,1909,1916,1921,1924,1926,1931,1935,1939,1943,1948, + 1951,1955,1958,1962,1970,1975,1978,1982,1988,1997,2001,2007,2009, + 2018,2023,2035,2040,2044,2048,2053,2057,2060,2063,2066,2069,2072, + 2077,2080,2083,2086,2089,2092,2098,2102,2105,2108,2111,2114,2116, + 2123,2131,2141,2146,2156,2159,2164,2169,2174,2177,2182,2191,2193, + 2197,2200,2204,2209,2214,2218,2221,2225,2228,2233,2236,2241,2244, + 2248,2251,2254,2259,2262,2270,2282,2286,2293,2298,2301,2304,2307, + 2312,2323,2329,2333,2336,2339,2344,2351,2354,2358,2366,2371,2374, + 2377,2384,2389,2398,2401,2404,2409,2412,2424,2434,2451,2455,2459, + 2461,2478,2480,2496,2507,2510,2513,2522,2531,2547,2550,2553,2561, + 2565,2572,2581,2585,2591,2595,2598,2601,2604,2607,2613,2617,2622, + 2626,2629,2632,2635,2640,2646,2650,2654,2658,2664,2666,2671,2677, + 2683,2687,2702,2707,2710,2712,2715,2719,2723,2726,2729,2737,2743, + 2745,2751,2756,2761,2765,2772,2774,2785,2824,2834,2836,2839,2843, + 2847,2857,2859,2865,2867,2876,2888,2902,2907,2910,2917,2922,2930, + 2932,2938,2943,2947,2952,2958,2965,2971,2973,2982,2988,2996,3002, + 3007,3012,3020,3035,3037,3041,3045,3048,3051,3060,3063,3066,3072, + 3078,3082,3094,3100,3103,3108,3112,3119,3129,3131,3155,3167,3172, + 3174,3178,3181,3184,3194,3197,3207,3212,3217,3220,3223,3231,3237, + 3244,3252,3255,3266,3270,3276,3283,3286,3295,3309,3312,3326,3337, + 3340,3352,3357,3370,3375,3388,3397,3400,3403,3410,3413,3425,3431, + 3433,3441,3449,3457,3469,3474,3485,3496,3504,3512,3519,3526,3528, + 3531,3536,3541,3560,3569,3572,3599,3608,3611,3615,3619,3623,3630, + 3634,3638,3642,3646,3651,3655,3660,3666,3671,3678,3682,3688,3692, + 3697,3705,3711,3716,3723,3728,3732,3737,3743,3750,3755,3762,3767, + 3774,3778,3786,3790,3792,3795,3800,3810,3825,3828,3836,3843,3848, + 3854,3858,3865,3870,3873,3876,3880,3889,3907,3910,3942,3947,3953, + 3973,3978,3984,3987,3991,3995,4001,4004,4008,4012,4017,4020,4023, + 4026,4039,4045,4053,4060,4065,4068,4075,4078,4086,4089,4094,4101, + 4104,4124,4136,4139,4145,4150,4159,4167,4172,4178,4185,4193,4196, + 4207,4209,4223,4229,4237,4239,4245,4249,4252,4255,4260,4265,4269, + 4272,4275,4278,4281,4289,4300,4303,4306,4311,4314,4318,4322,4328, + 4336,4339,4352,4357,4359,4364,4371,4378,4387,4395,4403,4410,4418, + 4425,4433,4437,4441,4443,4449,4454,4458,4465,4470,4475,4480,4482, + 4492,4502,4518,4536,4548,4555,4570,4575,4578,4583,4588,4593,4596, + 4599,4604,4611,4615,4620,4627,4631,4637,4646,4655,4667,4669,4682, + 4688,4692,4694,4701,4714,4721,4723,4739,4743,4747,4752,4757,4762, + 4767,4770,4782,4835,4844,4848,4857,4861,4870,4874,4879,4882,4886, + 4891,4893,4902,4907,4918,4922,4936,4944,4982,4984,5003,5006,5033, + 5037,5041,5045,5049,5052,5067,5074,5088,5101,5126,5145,5160,5176, + 5183,5194,5197,5216,5219,5232,5236,5256,5268,5272,5294,5298,5308, + 5312,5318,5322,5326,5330,5337,5342,5353,5357,5360,5365,5371,5382, + 5386,5389,5393,5397,5400,5410,5413,5417,5422,5428,5431,5436,5439, + 5446,5448,5454,5458,5467,5472,5474,5484,5487,5492,5500,5503,5508, + 5510,5512,5518,5535,5541,5554,5560,5564,5569,5599,5614,5619,5623, + 5636,5640,5642,5651,5657,5659,5663,5666,5669,5672,5675,5677,5680, + 5684,5692,5697,5700,5706,5710,5714,5719,5721,5725,5729,5736,5742, + 5746,5748,5750,5763,5771,5779,5790,5799,5804,5808,5812,5819,5822, + 5824,5832,5836,5839,5846,5853,5858,5865,5868,5870,5873,5879,5884, + 5888,5895,5905,5912,5915,5918,5922,5933,5936,5939,5942,5945,5952, + 5955,5958,5965,5977,5984,5986,5991,5996,5998,6004,6011,6016,6021, + 6025,6029,6033,6035,6039,6043,6046,6049,6051,6061,6063,6068,6072, + 6077,6081,6088,6093,6097,6100,6106,6109,6128,6135,6139,6142,6146, + 6150,6153,6156,6161,6170,6177,6181,6185,6189,6192,6194,6199,6203, + 6208,6214,6221,6226,6231,6240,6247,6255,6266,6271,6275,6278,6282, + 6287,6291,6296,6304,6315,6320,6324,6327,6330,6332,6335,6338,6341, + 6345,6349,6353,6355,6364,6369,6375,6379,6381,6388,6393,6399,6401, + 6405,6412,6417,6420,6426,6430,6436,6445,6451,6453,6458,6461,6470, + 6477,6479,6486,6491,6494,6504,6515,6520,6524,6532,6542,6549,6555, + 6566,6572,6582,6591,6595,6598,6600,6602,6606,6614,6617,6622,6627, + 6634,6636,6642,6646,6649,6654,6657,6659,6665,6674,6680,6683,6691, + 6694,6698,6704,6706,6709,6713,6718,6725,6732,6734,6740,6742,6747, + 6749,6753,6762,6766,6774,6776,6790,6793,6801,6810,6816,6821,6829, + 6831,6836,6840,6845,6850,6856,6872,6874,6883,6898,6903,6906,6912, + 6917,6930,6935,6939,6946,6965,6977,6982,6990,6992,6994,7003,7006, + 7011,7016,7019,7030,7038,7043,7045,7048,7052,7063,7084,7092,7105, + 7115,7121,7127,7130,7133,7159,7161,7182,7192,7205,7210,7214,7216, + 7228,7235,7241,7247,7251,7262,7272,7276,7281,7284,7287,7296,7307, + 7309,7313,7318,7327,7332,7340,7350,7358,7362,7365,7372,7380,7384, + 7391,7399,7401,7410,7413,7425,7434,7441,7450,7460,7465,7469,7471, + 7474,7479,7484,7492,7500,7503,7510,7518,7526,7534,7551,7558,7566, + 7583,7589,7595,7603,7609,7614,7622,7627,7630,7639,7646,7651,7655, + 7660,7666,7671,7679,7734,7741,7747,7749,7751,7753,7759,7763,7767, + 7778,7781,7785,7789,7793,7796,7799,7802,7811,7816,7820,7853,7863, + 7867,7873,7878,7887,7895,7906,7914,7923,7932,7937,7941,7951,7956, + 7964,7969,7972,7979,7985,7993,8001,8004,8011,8013,8016,8022,8031, + 8035,8049,8052,8054,8060,8070,8072,8074,8082,8085,8088,8098,8106, + 8112,8118,8125,8129,8133,8136,8139,8145,8152,8155,8163,8165,8174, + 8179,8181,8188,8194,8197,8209,8216,8218,8222,8228,8233,8237,8240, + 8243,8252,8255,8259,8263,8265,8268,8271,8277,8284,8291,8297,8299, + 8303,8308,8326,8331,8333,8342,8349,8353,8365,8368,8381,8384,8388, + 8397,8404,8409,8414,8418,8421,8424,8427,8430,8433,8437,8440 ]; private static __ATN: antlr.ATN; @@ -60473,17 +60244,8 @@ export class AltertablestmtContext extends antlr.ParserRuleContext { public index_partition_cmd(): Index_partition_cmdContext | null { return this.getRuleContext(0, Index_partition_cmdContext); } - public KW_FOR(): antlr.TerminalNode | null { - return this.getToken(PostgreSqlParser.KW_FOR, 0); - } - public KW_VALUES(): antlr.TerminalNode | null { - return this.getToken(PostgreSqlParser.KW_VALUES, 0); - } - public partition_bound_spec(): Partition_bound_specContext | null { - return this.getRuleContext(0, Partition_bound_specContext); - } - public KW_DEFAULT(): antlr.TerminalNode | null { - return this.getToken(PostgreSqlParser.KW_DEFAULT, 0); + public partitionboundspec(): PartitionboundspecContext | null { + return this.getRuleContext(0, PartitionboundspecContext); } public KW_DETACH(): antlr.TerminalNode | null { return this.getToken(PostgreSqlParser.KW_DETACH, 0); @@ -60586,198 +60348,6 @@ export class Alter_table_cmdsContext extends antlr.ParserRuleContext { } -export class Partition_bound_specContext extends antlr.ParserRuleContext { - public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { - super(parent, invokingState); - } - public KW_IN(): antlr.TerminalNode | null { - return this.getToken(PostgreSqlParser.KW_IN, 0); - } - public execute_param_clause(): Execute_param_clauseContext | null { - return this.getRuleContext(0, Execute_param_clauseContext); - } - public KW_FROM(): antlr.TerminalNode | null { - return this.getToken(PostgreSqlParser.KW_FROM, 0); - } - public partition_bound_cluase(): Partition_bound_cluaseContext[]; - public partition_bound_cluase(i: number): Partition_bound_cluaseContext | null; - public partition_bound_cluase(i?: number): Partition_bound_cluaseContext[] | Partition_bound_cluaseContext | null { - if (i === undefined) { - return this.getRuleContexts(Partition_bound_cluaseContext); - } - - return this.getRuleContext(i, Partition_bound_cluaseContext); - } - public KW_TO(): antlr.TerminalNode | null { - return this.getToken(PostgreSqlParser.KW_TO, 0); - } - public KW_WITH(): antlr.TerminalNode | null { - return this.getToken(PostgreSqlParser.KW_WITH, 0); - } - public partition_with_cluase(): Partition_with_cluaseContext | null { - return this.getRuleContext(0, Partition_with_cluaseContext); - } - public override get ruleIndex(): number { - return PostgreSqlParser.RULE_partition_bound_spec; - } - public override enterRule(listener: PostgreSqlParserListener): void { - if(listener.enterPartition_bound_spec) { - listener.enterPartition_bound_spec(this); - } - } - public override exitRule(listener: PostgreSqlParserListener): void { - if(listener.exitPartition_bound_spec) { - listener.exitPartition_bound_spec(this); - } - } - public override accept(visitor: PostgreSqlParserVisitor): Result | null { - if (visitor.visitPartition_bound_spec) { - return visitor.visitPartition_bound_spec(this); - } else { - return visitor.visitChildren(this); - } - } -} - - -export class Partition_bound_cluaseContext extends antlr.ParserRuleContext { - public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { - super(parent, invokingState); - } - public OPEN_PAREN(): antlr.TerminalNode { - return this.getToken(PostgreSqlParser.OPEN_PAREN, 0)!; - } - public partition_bound_choose(): Partition_bound_chooseContext[]; - public partition_bound_choose(i: number): Partition_bound_chooseContext | null; - public partition_bound_choose(i?: number): Partition_bound_chooseContext[] | Partition_bound_chooseContext | null { - if (i === undefined) { - return this.getRuleContexts(Partition_bound_chooseContext); - } - - return this.getRuleContext(i, Partition_bound_chooseContext); - } - public CLOSE_PAREN(): antlr.TerminalNode { - return this.getToken(PostgreSqlParser.CLOSE_PAREN, 0)!; - } - public COMMA(): antlr.TerminalNode[]; - public COMMA(i: number): antlr.TerminalNode | null; - public COMMA(i?: number): antlr.TerminalNode | null | antlr.TerminalNode[] { - if (i === undefined) { - return this.getTokens(PostgreSqlParser.COMMA); - } else { - return this.getToken(PostgreSqlParser.COMMA, i); - } - } - public override get ruleIndex(): number { - return PostgreSqlParser.RULE_partition_bound_cluase; - } - public override enterRule(listener: PostgreSqlParserListener): void { - if(listener.enterPartition_bound_cluase) { - listener.enterPartition_bound_cluase(this); - } - } - public override exitRule(listener: PostgreSqlParserListener): void { - if(listener.exitPartition_bound_cluase) { - listener.exitPartition_bound_cluase(this); - } - } - public override accept(visitor: PostgreSqlParserVisitor): Result | null { - if (visitor.visitPartition_bound_cluase) { - return visitor.visitPartition_bound_cluase(this); - } else { - return visitor.visitChildren(this); - } - } -} - - -export class Partition_bound_chooseContext extends antlr.ParserRuleContext { - public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { - super(parent, invokingState); - } - public execute_param_clause(): Execute_param_clauseContext | null { - return this.getRuleContext(0, Execute_param_clauseContext); - } - public KW_MINVALUE(): antlr.TerminalNode | null { - return this.getToken(PostgreSqlParser.KW_MINVALUE, 0); - } - public KW_MAXVALUE(): antlr.TerminalNode | null { - return this.getToken(PostgreSqlParser.KW_MAXVALUE, 0); - } - public override get ruleIndex(): number { - return PostgreSqlParser.RULE_partition_bound_choose; - } - public override enterRule(listener: PostgreSqlParserListener): void { - if(listener.enterPartition_bound_choose) { - listener.enterPartition_bound_choose(this); - } - } - public override exitRule(listener: PostgreSqlParserListener): void { - if(listener.exitPartition_bound_choose) { - listener.exitPartition_bound_choose(this); - } - } - public override accept(visitor: PostgreSqlParserVisitor): Result | null { - if (visitor.visitPartition_bound_choose) { - return visitor.visitPartition_bound_choose(this); - } else { - return visitor.visitChildren(this); - } - } -} - - -export class Partition_with_cluaseContext extends antlr.ParserRuleContext { - public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { - super(parent, invokingState); - } - public OPEN_PAREN(): antlr.TerminalNode { - return this.getToken(PostgreSqlParser.OPEN_PAREN, 0)!; - } - public KW_MODULUS(): antlr.TerminalNode { - return this.getToken(PostgreSqlParser.KW_MODULUS, 0)!; - } - public numericonly(): NumericonlyContext[]; - public numericonly(i: number): NumericonlyContext | null; - public numericonly(i?: number): NumericonlyContext[] | NumericonlyContext | null { - if (i === undefined) { - return this.getRuleContexts(NumericonlyContext); - } - - return this.getRuleContext(i, NumericonlyContext); - } - public COMMA(): antlr.TerminalNode { - return this.getToken(PostgreSqlParser.COMMA, 0)!; - } - public KW_REMAINDER(): antlr.TerminalNode { - return this.getToken(PostgreSqlParser.KW_REMAINDER, 0)!; - } - public CLOSE_PAREN(): antlr.TerminalNode { - return this.getToken(PostgreSqlParser.CLOSE_PAREN, 0)!; - } - public override get ruleIndex(): number { - return PostgreSqlParser.RULE_partition_with_cluase; - } - public override enterRule(listener: PostgreSqlParserListener): void { - if(listener.enterPartition_with_cluase) { - listener.enterPartition_with_cluase(this); - } - } - public override exitRule(listener: PostgreSqlParserListener): void { - if(listener.exitPartition_with_cluase) { - listener.exitPartition_with_cluase(this); - } - } - public override accept(visitor: PostgreSqlParserVisitor): Result | null { - if (visitor.visitPartition_with_cluase) { - return visitor.visitPartition_with_cluase(this); - } else { - return visitor.visitChildren(this); - } - } -} - - export class Partition_cmdContext extends antlr.ParserRuleContext { public constructor(parent: antlr.ParserRuleContext | null, invokingState: number) { super(parent, invokingState); @@ -61400,14 +60970,14 @@ export class PartitionboundspecContext extends antlr.ParserRuleContext { public KW_MODULUS(): antlr.TerminalNode | null { return this.getToken(PostgreSqlParser.KW_MODULUS, 0); } - public Integral(): antlr.TerminalNode[]; - public Integral(i: number): antlr.TerminalNode | null; - public Integral(i?: number): antlr.TerminalNode | null | antlr.TerminalNode[] { - if (i === undefined) { - return this.getTokens(PostgreSqlParser.Integral); - } else { - return this.getToken(PostgreSqlParser.Integral, i); - } + public numericonly(): NumericonlyContext[]; + public numericonly(i: number): NumericonlyContext | null; + public numericonly(i?: number): NumericonlyContext[] | NumericonlyContext | null { + if (i === undefined) { + return this.getRuleContexts(NumericonlyContext); + } + + return this.getRuleContext(i, NumericonlyContext); } public COMMA(): antlr.TerminalNode | null { return this.getToken(PostgreSqlParser.COMMA, 0); diff --git a/src/lib/postgresql/PostgreSqlParserListener.ts b/src/lib/postgresql/PostgreSqlParserListener.ts index 6d3ec5ef..d3b9fbef 100644 --- a/src/lib/postgresql/PostgreSqlParserListener.ts +++ b/src/lib/postgresql/PostgreSqlParserListener.ts @@ -48,10 +48,6 @@ import { CheckpointstmtContext } from "./PostgreSqlParser.js"; import { DiscardstmtContext } from "./PostgreSqlParser.js"; import { AltertablestmtContext } from "./PostgreSqlParser.js"; import { Alter_table_cmdsContext } from "./PostgreSqlParser.js"; -import { Partition_bound_specContext } from "./PostgreSqlParser.js"; -import { Partition_bound_cluaseContext } from "./PostgreSqlParser.js"; -import { Partition_bound_chooseContext } from "./PostgreSqlParser.js"; -import { Partition_with_cluaseContext } from "./PostgreSqlParser.js"; import { Partition_cmdContext } from "./PostgreSqlParser.js"; import { Index_partition_cmdContext } from "./PostgreSqlParser.js"; import { Alter_table_cmdContext } from "./PostgreSqlParser.js"; @@ -899,46 +895,6 @@ export class PostgreSqlParserListener implements ParseTreeListener { * @param ctx the parse tree */ exitAlter_table_cmds?: (ctx: Alter_table_cmdsContext) => void; - /** - * Enter a parse tree produced by `PostgreSqlParser.partition_bound_spec`. - * @param ctx the parse tree - */ - enterPartition_bound_spec?: (ctx: Partition_bound_specContext) => void; - /** - * Exit a parse tree produced by `PostgreSqlParser.partition_bound_spec`. - * @param ctx the parse tree - */ - exitPartition_bound_spec?: (ctx: Partition_bound_specContext) => void; - /** - * Enter a parse tree produced by `PostgreSqlParser.partition_bound_cluase`. - * @param ctx the parse tree - */ - enterPartition_bound_cluase?: (ctx: Partition_bound_cluaseContext) => void; - /** - * Exit a parse tree produced by `PostgreSqlParser.partition_bound_cluase`. - * @param ctx the parse tree - */ - exitPartition_bound_cluase?: (ctx: Partition_bound_cluaseContext) => void; - /** - * Enter a parse tree produced by `PostgreSqlParser.partition_bound_choose`. - * @param ctx the parse tree - */ - enterPartition_bound_choose?: (ctx: Partition_bound_chooseContext) => void; - /** - * Exit a parse tree produced by `PostgreSqlParser.partition_bound_choose`. - * @param ctx the parse tree - */ - exitPartition_bound_choose?: (ctx: Partition_bound_chooseContext) => void; - /** - * Enter a parse tree produced by `PostgreSqlParser.partition_with_cluase`. - * @param ctx the parse tree - */ - enterPartition_with_cluase?: (ctx: Partition_with_cluaseContext) => void; - /** - * Exit a parse tree produced by `PostgreSqlParser.partition_with_cluase`. - * @param ctx the parse tree - */ - exitPartition_with_cluase?: (ctx: Partition_with_cluaseContext) => void; /** * Enter a parse tree produced by `PostgreSqlParser.partition_cmd`. * @param ctx the parse tree diff --git a/src/lib/postgresql/PostgreSqlParserVisitor.ts b/src/lib/postgresql/PostgreSqlParserVisitor.ts index 3b4c9e52..335c2a92 100644 --- a/src/lib/postgresql/PostgreSqlParserVisitor.ts +++ b/src/lib/postgresql/PostgreSqlParserVisitor.ts @@ -48,10 +48,6 @@ import { CheckpointstmtContext } from "./PostgreSqlParser.js"; import { DiscardstmtContext } from "./PostgreSqlParser.js"; import { AltertablestmtContext } from "./PostgreSqlParser.js"; import { Alter_table_cmdsContext } from "./PostgreSqlParser.js"; -import { Partition_bound_specContext } from "./PostgreSqlParser.js"; -import { Partition_bound_cluaseContext } from "./PostgreSqlParser.js"; -import { Partition_bound_chooseContext } from "./PostgreSqlParser.js"; -import { Partition_with_cluaseContext } from "./PostgreSqlParser.js"; import { Partition_cmdContext } from "./PostgreSqlParser.js"; import { Index_partition_cmdContext } from "./PostgreSqlParser.js"; import { Alter_table_cmdContext } from "./PostgreSqlParser.js"; @@ -741,30 +737,6 @@ export class PostgreSqlParserVisitor extends AbstractParseTreeVisitor Result; - /** - * Visit a parse tree produced by `PostgreSqlParser.partition_bound_spec`. - * @param ctx the parse tree - * @return the visitor result - */ - visitPartition_bound_spec?: (ctx: Partition_bound_specContext) => Result; - /** - * Visit a parse tree produced by `PostgreSqlParser.partition_bound_cluase`. - * @param ctx the parse tree - * @return the visitor result - */ - visitPartition_bound_cluase?: (ctx: Partition_bound_cluaseContext) => Result; - /** - * Visit a parse tree produced by `PostgreSqlParser.partition_bound_choose`. - * @param ctx the parse tree - * @return the visitor result - */ - visitPartition_bound_choose?: (ctx: Partition_bound_chooseContext) => Result; - /** - * Visit a parse tree produced by `PostgreSqlParser.partition_with_cluase`. - * @param ctx the parse tree - * @return the visitor result - */ - visitPartition_with_cluase?: (ctx: Partition_with_cluaseContext) => Result; /** * Visit a parse tree produced by `PostgreSqlParser.partition_cmd`. * @param ctx the parse tree